.header{z-index:1000;background:var(--white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--shadow-black-05);position:sticky;top:0}.container{width:min(1120px,100% - 48px);margin:0 auto}.header__inner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;min-height:74px;padding:10px 0;display:flex;position:relative}.header__left{align-items:center;gap:38px;min-width:0;display:flex}.header__right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.header__menu{align-items:center;gap:10px;display:flex}.header__nav{align-items:center;gap:42px;margin-left:auto;margin-right:auto;display:flex}.header__nav-link{color:var(--green);cursor:pointer;background:0 0;font-size:16px;font-weight:800;transition:opacity .2s}.header__nav-link:hover{opacity:.75}.header__nav-link--active{color:var(--green)}.header__user{align-items:center;gap:12px;display:flex}.header__mobile{align-items:center;gap:10px;margin-left:auto;display:none}.header__button-reset{font:inherit;color:inherit;cursor:pointer;background:0 0;border:none;outline:none;padding:0}.logo{flex-shrink:0;align-items:center;gap:10px;text-decoration:none;display:flex}.logo__icon-img{object-fit:contain;width:46px;height:46px;display:block}.logo__text-img{object-fit:contain;height:42px;display:block}.header__avatar-link{border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:inline-flex}.header__avatar{object-fit:cover;border-radius:50%;width:48px;height:48px;display:block}.btn{white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;gap:10px;min-height:42px;padding:0 24px;font-size:16px;font-weight:800;transition:all .2s;display:inline-flex}.btn--green{background:var(--green);color:var(--white)}.btn--green:hover{background:var(--green-dark)}.btn--outline{border:1.5px solid var(--green);color:var(--green);background:0 0}.btn--active{background:var(--white)}.btn--active-login{box-shadow:0 0 0 2px var(--green-shadow-10) inset}.btn--icon{align-items:center;gap:10px;display:inline-flex}.btn__icon{object-fit:contain;flex:0 0 20px;width:20px;height:20px;display:block}.menu-toggle{border:1.5px solid var(--green);background:var(--white);cursor:pointer;width:46px;height:46px;box-shadow:0 1px 0 var(--shadow-black-05);border-radius:12px;justify-content:center;align-items:center;padding:0;transition:all .2s;display:inline-flex}.menu-toggle:hover{background:var(--white)}.menu-toggle__icon{flex-direction:column;justify-content:center;align-items:center;gap:4px;display:inline-flex}.menu-toggle__line{background:var(--green);border-radius:999px;width:20px;height:2px;transition:all .2s}.menu-toggle.is-active .menu-toggle__line:first-child{transform:translateY(6px)rotate(45deg)}.menu-toggle.is-active .menu-toggle__line:nth-child(2){opacity:0}.menu-toggle.is-active .menu-toggle__line:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.mobile-menu{border-top:1px solid var(--shadow-black-05);background:var(--white);width:100%;display:none}.mobile-menu.is-open{display:block}.mobile-menu__inner{padding:12px 0 16px}.mobile-menu__nav{flex-direction:column;gap:10px;display:flex}.mobile-menu__link{background:var(--neutral);text-align:left;border-radius:12px;align-items:center;width:100%;min-height:44px;padding:0 14px;font-weight:700;display:flex}.header-help{position:relative}.header-help__trigger{cursor:pointer;border:none}.header-help__dropdown{background:var(--white);width:340px;box-shadow:0 20px 50px var(--shadow-black-12);border:1px solid var(--shadow-black-05);opacity:0;visibility:hidden;z-index:1200;border-radius:20px;padding:18px;transition:all .2s;position:absolute;top:calc(100% + 12px);left:0;transform:translateY(8px)}.header-help__dropdown.is-open{opacity:1;visibility:visible;transform:translateY(0)}.header-help__section{gap:12px;display:grid}.header-help__title{color:var(--green);margin:0;font-size:16px;font-weight:900}.header-help__divider{background:var(--shadow-black-08);height:1px;margin:14px 0}.header-help__contacts{gap:12px;margin:0;padding:0;list-style:none;display:grid}.header-help__contacts li{align-items:center;gap:10px;font-size:15px;line-height:1.35;display:flex}.header-help__contacts img{object-fit:contain;flex:0 0 18px;width:18px;height:18px}.header-help__contacts a:hover{text-decoration:underline}.header-help__socials{align-items:center;gap:12px;display:flex}.header-help__social{background:var(--white);border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:all .2s;display:inline-flex}.header-help__social:hover{background:var(--neutral);transform:translateY(-1px)}.header-help__social img{object-fit:contain;width:22px;height:22px}.mobile-menu__link--button{cursor:pointer;text-align:left;border:none;width:100%}.mobile-help{background:var(--white);border-radius:14px;gap:14px;margin-top:-2px;margin-bottom:4px;padding:12px;display:grid}.mobile-help__contacts{gap:10px;margin:0;padding:0;list-style:none;display:grid}.mobile-help__contacts li{align-items:center;gap:10px;font-size:14px;line-height:1.35;display:flex}.mobile-help__contacts img{object-fit:contain;flex:0 0 16px;width:16px;height:16px}.mobile-help__socials{align-items:center;gap:10px;display:flex}.mobile-help__socials a{background:var(--white);border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex}.mobile-help__socials img{object-fit:contain;width:20px;height:20px}.header__logout-button{cursor:pointer;width:52px;height:52px;transition:background-color var(--transition-fast), transform var(--transition-fast), box-shadow var(--transition-fast);background:0 0;border:none;border-radius:16px;justify-content:center;align-items:center;padding:0;display:inline-flex}.header__logout-button:hover{background:var(--red-shadow-10)}.header__logout-button:active{transform:scale(.96)}.header__logout-button:focus-visible{background:var(--red-shadow-10);box-shadow:0 0 0 3px var(--red-shadow-20);outline:none}.header__logout-icon{object-fit:contain;filter:brightness(0)saturate()invert(27%)sepia(93%)saturate(3820%)hue-rotate(351deg)brightness(97%)contrast(94%);width:26px;height:26px;display:block}.header__avatar-link{position:relative}.header__notification-badge{background:var(--red);border:2px solid var(--white);width:22px;height:22px;box-shadow:0 4px 10px var(--shadow-black-18);box-sizing:border-box;pointer-events:none;border-radius:50%;justify-content:center;align-items:center;padding:0;display:inline-flex;position:absolute;top:-5px;right:-5px;overflow:hidden}.header__notification-mark{flex:none;width:3px;height:12px;display:block;position:relative}.header__notification-mark:before{content:"";background:var(--white);border-radius:1px;width:3px;height:7px;position:absolute;top:0;left:50%;transform:translate(-50%)}.header__notification-mark:after{content:"";background:var(--white);border-radius:1px;width:3px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.header__user,.header__profile-menu-anchor{position:relative}.header__avatar-link{cursor:pointer;background:0 0;border:none;padding:0}.header-profile-menu{background:var(--white);border:1px solid var(--shadow-black-05);width:270px;box-shadow:0 20px 50px var(--shadow-black-12);opacity:0;visibility:hidden;z-index:1300;border-radius:22px;padding:12px;transition:all .2s;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(8px)}.header-profile-menu.is-open{opacity:1;visibility:visible;transform:translateY(0)}.header-profile-menu:before{content:"";background:var(--white);border-left:1px solid var(--shadow-black-05);border-top:1px solid var(--shadow-black-05);width:14px;height:14px;position:absolute;top:-7px;right:16px;transform:rotate(45deg)}.header-profile-menu__item{z-index:1;width:100%;min-height:48px;color:var(--black);font:inherit;text-align:left;cursor:pointer;transition:background-color var(--transition-fast), color var(--transition-fast);box-sizing:border-box;background:0 0;border:none;border-radius:14px;justify-content:space-between;align-items:center;gap:12px;padding:0 12px;font-size:16px;font-weight:900;line-height:1.2;text-decoration:none;display:flex;position:relative}.header-profile-menu__item:hover,.header-profile-menu__item:focus-visible{background:var(--green-shadow-10);color:var(--green);outline:none}.header-profile-menu__counter{background:var(--red);min-width:26px;height:26px;color:var(--white);box-sizing:border-box;border-radius:999px;justify-content:center;align-items:center;padding:0 8px;font-size:13px;font-weight:900;line-height:1;display:inline-flex}.header-profile-menu__divider{background:var(--shadow-black-08);height:1px;margin:8px 0}.header-profile-menu__divider--mobile,.header-profile-menu__item--mobile-nav{display:none}.header-profile-menu__item--logout{color:var(--red)}.header-profile-menu__item--logout:hover,.header-profile-menu__item--logout:focus-visible{background:var(--red-shadow-10);color:var(--red)}.header-profile-menu__logout-icon{object-fit:contain;filter:brightness(0)saturate()invert(27%)sepia(93%)saturate(3820%)hue-rotate(351deg)brightness(97%)contrast(94%);flex:0 0 24px;width:24px;height:24px;display:block}@media (width<=991px){.header__menu,.header__right,.header__nav,.header__user{display:none}.header__mobile{display:flex}.header__inner{flex-wrap:nowrap}.header-profile-menu{width:min(270px,100vw - 32px);max-width:calc(100vw - 32px);top:calc(100% + 12px);left:auto;right:0}.header-profile-menu:before{left:auto;right:16px}.header-profile-menu__item{min-height:48px;padding:0 12px;font-size:16px}.header-profile-menu__item span:first-child{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.header-profile-menu__divider--mobile,.header-profile-menu__item--mobile-nav{display:flex}.header-profile-menu__divider--mobile{display:block}}@media (width<=575px){.container{width:min(1120px,100% - 32px)}.logo__text-img{height:34px}.header__login-mobile span{display:none}.btn--icon.header__login-mobile{width:46px;min-width:46px;padding:0}.header-profile-menu{width:min(270px,100vw - 24px);max-width:calc(100vw - 24px);right:-4px}}@media (width<=992px){.header-help{display:none}}.footer{background:var(--footer-bg)}.footer__top{border-bottom:1px solid var(--shadow-black-08);grid-template-columns:1.35fr 1.3fr .8fr .9fr;gap:28px;padding:38px 0 26px;display:grid}.footer__col{min-width:0}.logo--footer{margin-bottom:14px}.footer__description{max-width:260px;color:var(--black);margin:0;font-size:14px;line-height:1.55}.footer__title{color:var(--black);margin:0 0 14px;font-size:16px;font-weight:900}.footer__title--green{color:var(--green)}.footer__buttons{flex-wrap:wrap;gap:8px;display:flex}.footer__list{gap:8px;margin:0;padding-left:18px;font-size:15px;display:grid}.footer__list--contacts{padding-left:0;list-style:none}.footer__list--contacts li{align-items:flex-start;gap:8px;display:inline-flex}.footer-icon-svg{object-fit:contain;flex:0 0 16px;width:16px;height:16px;margin-top:2px}.footer__bottom{padding:18px 0 24px}.footer__socials{justify-content:space-between;align-items:center;gap:20px;display:flex}.footer__socials-title{font-size:18px;font-weight:800}.footer__icons{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.social{background:var(--white);width:34px;height:34px;box-shadow:var(--shadow);border-radius:10px;justify-content:center;align-items:center;display:inline-flex}.social-icon-svg{object-fit:contain;width:18px;height:18px}.footer__copy{text-align:center;color:var(--black);margin:18px 0 0;font-size:14px}@media (width<=980px){.footer__top{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 20px}.footer__description{max-width:100%}}@media (width<=768px){.footer__top{grid-template-columns:1fr}}.footer__top{gap:22px;padding:30px 0 22px}.footer__col{padding-bottom:4px}.footer__buttons{flex-direction:column;align-items:stretch}.footer__buttons .btn{width:100%}.footer__socials{flex-direction:column;align-items:flex-start;gap:14px}.footer__icons{gap:12px}.footer__copy{text-align:left;margin-top:14px}@media (width<=480px){.footer{padding-bottom:6px}.footer__top{gap:18px;padding:24px 0 18px}.footer__title{margin-bottom:10px;font-size:15px}.footer__description,.footer__list{font-size:14px}.footer__socials-title{font-size:16px}.social{width:32px;height:32px}.social-icon-svg{width:16px;height:16px}.footer__copy{font-size:13px}}.hero{background:radial-gradient(circle at left top, var(--green-glow-50) 0%, var(--green-glow-10) 32%, transparent 68%), linear-gradient(90deg, var(--green-200) 0%, var(--green-mist) 100%);padding:64px 0 44px}.hero__inner{justify-content:space-between;align-items:flex-start;gap:56px;display:flex}.hero__content{flex:1 1 0;max-width:620px;padding-top:8px}.hero__title{letter-spacing:-.3px;max-width:560px;margin:0;font-size:34px;font-weight:900;line-height:1.28}.hero__text{max-width:560px;color:var(--muted);margin:26px 0 0;font-size:17px;line-height:1.5}.hero__actions{flex-wrap:wrap;align-items:flex-start;gap:14px;margin-top:32px;display:flex}.hero__button{text-align:center;border-radius:12px;flex:none;justify-content:center;align-items:center;min-width:198px;height:48px;min-height:48px;padding:0 26px;font-size:16px;font-weight:800;line-height:1;display:inline-flex}.hero__button--filled{background:var(--green);color:var(--white)}.hero__button--outline{background:var(--surface-card-beige);color:var(--black);border:1.5px solid var(--green)}.hero__event-card{background:var(--green-soft);border-radius:10px;flex-direction:column;flex:0 0 362px;width:362px;padding:18px 18px 20px;transition:background .25s;display:flex}.hero__event-card--green{background:var(--green-soft)}.hero__event-card--orange{background:var(--orange-100)}.hero__event-card-content{opacity:0;flex-direction:column;flex:auto;transition:opacity .22s,transform .22s;display:flex;transform:translateY(8px)}.hero__event-card-content--visible{opacity:1;transform:translateY(0)}.hero__event-subtitle{flex:none;margin:0 0 10px;font-size:16px;font-weight:500;line-height:1.2}.hero__event-title{align-items:center;min-height:58px;margin:0 0 6px;font-size:24px;font-weight:900;line-height:1.22;display:flex}.hero__event-date{color:var(--muted);margin:0 0 10px;font-size:14px}.event-preview{background:var(--surface-card-soft);border-radius:14px;padding:12px}.hero__event-card--green .event-preview{background:var(--surface-card-soft)}.hero__event-card--green .event-preview__place,.hero__event-card--green .event-preview__places,.hero__event-card--green .event-preview__category-row{background:var(--green-soft)}.hero__event-card--green .event-preview__category-pill{background:var(--white)}.hero__event-card--orange .event-preview{background:var(--surface-card-soft)}.hero__event-card--orange .event-preview__place,.hero__event-card--orange .event-preview__places,.hero__event-card--orange .event-preview__category-row{background:var(--orange-100)}.hero__event-card--orange .event-preview__category-pill{background:var(--white)}.event-preview__inner{flex-direction:column;gap:8px;display:flex}.event-preview__top{grid-template-columns:136px 1fr;gap:8px;display:grid}.event-preview__image-wrap{background:var(--green-200);height:96px;box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.event-preview__image{object-fit:cover;width:100%;height:100%}.event-preview__place,.event-preview__places,.event-preview__category-row{box-shadow:var(--shadow);border-radius:10px}.event-preview__place{min-height:96px;padding:10px}.event-preview__place p{margin:8px 0 0;font-size:14px;line-height:1.25}.event-preview__label{align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.inline-icon-svg{object-fit:contain;flex:0 0 14px;width:14px;height:14px}.event-preview__places{padding:10px}.event-preview__places strong{margin-top:6px;font-size:14px;display:block}.event-preview__category-row{padding:8px}.event-preview__category-pill{width:160px;max-width:100%;min-height:40px;box-shadow:var(--shadow);text-align:center;border-radius:999px;justify-content:center;align-items:center;gap:8px;font-size:16px;font-weight:900;display:inline-flex}.event-preview__button{width:100%;height:48px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:inline-flex}.event-preview__button--green{background:var(--green)}.event-preview__button--orange{background:var(--orange)}.hero__slider-dots{justify-content:center;gap:10px;margin-top:18px;display:flex}.hero__dot{cursor:pointer;background:var(--beige);border:none;border-radius:50%;width:16px;height:16px;padding:0;transition:background .2s,transform .2s}.hero__dot--active{transform:scale(1.02)}.hero__slider-dots--green .hero__dot{background:var(--green-200)}.hero__slider-dots--green .hero__dot--active{background:var(--green)}.hero__slider-dots--orange .hero__dot{background:var(--orange-soft)}.hero__slider-dots--orange .hero__dot--active{background:var(--orange)}.section-label{margin:0 0 8px;font-size:16px;font-weight:700}.section-label--orange{color:var(--orange-bright)}.section-label--green{color:var(--green)}.section-title{margin:0;font-size:28px;font-weight:900;line-height:1.2}.section-title--center{text-align:center}.advantages{background:var(--orange-050);padding:42px 0 38px}.advantages__grid{grid-template-columns:repeat(4,1fr);gap:16px;margin-top:18px;display:grid}.feature-card{background:var(--white);min-height:152px;box-shadow:var(--shadow);border-radius:18px;padding:14px 12px}.feature-card__icon{background:var(--orange-200);border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:10px;display:inline-flex}.feature-card__icon-svg{object-fit:contain;width:24px;height:24px}.feature-card__title{margin:0 0 8px;font-size:18px;font-weight:800}.feature-card__text{color:var(--muted);margin:0;font-size:14px;line-height:1.45}.join-banner{background:var(--white);max-width:640px;min-height:56px;box-shadow:var(--shadow);border-radius:18px;align-items:center;gap:10px;margin:0 auto;padding:8px;display:flex}.join-banner__text{text-align:center;flex:auto;font-size:18px;font-weight:800}.join-banner__button{background:var(--orange-soft);border-radius:12px;justify-content:center;align-items:center;width:220px;height:40px;font-size:18px;font-weight:900;display:inline-flex}.join-banner-cta{background:var(--orange-050);padding:17px 0}.steps{background:var(--green-soft);padding:48px 0 54px}.steps__grid{grid-template-columns:repeat(4,1fr);gap:12px;margin-top:18px;display:grid}.step-card{background:var(--white);min-height:150px;box-shadow:var(--shadow);border-radius:18px;padding:14px 12px}.step-card__num{color:var(--green);margin-bottom:12px;font-size:18px;font-weight:800;display:inline-block}.step-card__title{margin:0 0 8px;font-size:18px;font-weight:800;line-height:1.25}.step-card__text{color:var(--muted);margin:0;font-size:14px;line-height:1.5}.events{background:var(--green-soft);padding:46px 0 50px}.events__grid{grid-template-columns:repeat(3,1fr);gap:22px;margin-top:18px;display:grid}.event-card{background:var(--white);box-shadow:var(--shadow);border-radius:18px;flex-direction:column;padding:16px 16px 18px;display:flex}.event-card--mobile-only{display:none}.event-card__top{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.event-card__tag{border-radius:999px;align-items:center;gap:6px;min-height:28px;padding:0 12px;font-size:14px;font-weight:800;display:inline-flex}.tag-icon-svg{object-fit:contain;flex:0 0 14px;width:14px;height:14px}.event-card__tag--green{background:var(--green-100)}.event-card__tag--orange{background:var(--orange-050)}.event-card__spots{color:var(--muted);font-size:13px}.event-card__title-home{margin:0 0 18px;font-size:20px;font-weight:900;line-height:1.35}.event-card__meta{gap:8px;margin-bottom:18px;display:grid}.event-card__meta p{color:var(--muted);align-items:center;gap:6px;margin:0;font-size:14px;display:inline-flex}.meta-icon-svg{object-fit:contain;flex:0 0 14px;width:14px;height:14px}.event-card__button{width:100%;height:42px;color:var(--white);border-radius:10px;justify-content:center;align-items:center;margin-top:auto;font-size:14px;font-weight:800;display:inline-flex}.event-card__button--green{background:var(--green)}.event-card__button--orange{background:var(--orange)}.cta{background:var(--orange-050);padding:48px 0}.cta__box{background:var(--orange);min-height:150px;color:var(--white);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;display:flex}.cta__content{max-width:560px}.cta__title{margin:0 0 10px;font-size:36px;font-weight:900;line-height:1.1}.cta__text{margin:0;font-size:16px;line-height:1.55}.cta__actions{flex-direction:column;gap:10px;width:320px;min-width:320px;display:flex}.cta__button{border-radius:10px;flex:auto;justify-content:center;align-items:center;width:100%;min-width:100%;height:40px;font-size:14px;font-weight:800;display:flex}.cta__button--light{background:var(--white);color:var(--orange-dark)}.cta__button--solid{background:var(--orange-dark);color:var(--white)}.section-divider{background-color:var(--border-main);width:100%;height:1px}@media (width<=1100px){.advantages__grid,.steps__grid,.events__grid{grid-template-columns:repeat(2,1fr)}.cta__box{flex-direction:column;align-items:flex-start}.cta__actions{width:100%;min-width:0;max-width:none}.cta__button{width:100%;min-width:0}.event-card--mobile-only{display:flex}}@media (width<=980px){.hero{padding:40px 0 28px}.hero__inner{flex-direction:column;align-items:stretch;gap:28px}.hero__content{max-width:100%;padding-top:0}.hero__title{max-width:100%;font-size:32px;line-height:1.3}.hero__text{max-width:100%;font-size:17px}.hero__actions{width:100%}.hero__button{flex:220px}.hero__event-card{flex:none;width:100%;max-width:520px;margin:0 auto}}@media (width<=900px){.container{width:min(100% - 32px,1120px)}}@media (width<=768px){.container{width:min(100% - 24px,1120px)}.hero{padding:28px 0 24px}.hero__title{font-size:28px;line-height:1.24}.hero__text{margin-top:18px;font-size:16px;line-height:1.45}.hero__actions{flex-direction:column;align-items:stretch;gap:10px}.hero__button{white-space:nowrap;flex:0 0 50px;width:100%;min-width:0;height:50px;min-height:50px;padding:0 18px}.hero__event-card{max-width:100%;padding:14px}.hero__event-title{align-items:center;min-height:56px;font-size:22px;line-height:1.24;display:flex}.hero__event-subtitle{font-size:16px}.hero__event-date{font-size:13px}.event-preview{padding:8px}.event-preview__top{grid-template-columns:1fr}.event-preview__image-wrap{height:180px}.event-preview__place{min-height:auto}.event-preview__category-pill{width:100%}.advantages__grid,.steps__grid,.events__grid{grid-template-columns:1fr}.join-banner{flex-direction:column;padding:14px}.join-banner__button{width:100%}.cta__box{padding:20px 18px;position:relative;overflow:hidden}.cta__title{font-size:28px}.cta__actions{width:100%;min-width:0;max-width:none}.cta__button{width:100%;min-width:0}}@media (width<=480px){.hero{padding:22px 0 20px}.hero__title{letter-spacing:-.2px;font-size:24px;line-height:1.2}.hero__text{font-size:15px}.hero__event-card{border-radius:12px;padding:12px}.hero__event-title{align-items:center;min-height:50px;font-size:20px;display:flex}.event-preview__image-wrap{height:150px}.hero__slider-dots{margin-top:12px}.hero__dot{width:14px;height:14px}.section-title{font-size:24px}.feature-card,.step-card,.event-card{padding:14px}.cta__title{font-size:24px}.cta__text{font-size:15px}}.events-page{background:var(--white)}.events-hero{background:var(--beige);position:relative;overflow:hidden}.events-hero__background{z-index:0;background-image:url("data:image/svg+xml,%3csvg%20width='1200'%20height='300'%20viewBox='0%200%201200%20300'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%200H882.5L960%20300H0V0Z'%20fill='%23F3EADF'/%3e%3cpath%20d='M882.5%200H1200V300H959.5C951.1%20294.059%20894.5%20114.356%20882.5%200Z'%20fill='%23DCE8DE'/%3e%3c/svg%3e");background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.events-hero__inner{z-index:1;justify-content:center;align-items:center;min-height:268px;padding:36px 0 26px;display:flex;position:relative}.events-hero__content{text-align:center;z-index:2;width:100%;max-width:760px;margin:0 auto;position:relative}.events-hero__title{letter-spacing:-.04em;margin:0;font-size:clamp(38px,5vw,64px);font-weight:900;line-height:1.08}.events-hero__subtitle{max-width:620px;color:var(--muted);margin:14px auto 0;font-size:18px;line-height:1.5}.events-hero__people{pointer-events:none;z-index:1;width:245px;position:absolute;bottom:0;right:-8px}.events-hero__people-image{object-fit:contain;width:100%;height:auto}.events-catalog{padding:24px 0 52px}.events-create-panel{background:var(--white);box-shadow:var(--shadow);border-radius:28px;justify-content:space-between;align-items:center;gap:28px;margin-bottom:24px;padding:30px 36px;display:flex}.events-create-panel__content{min-width:0}.events-create-panel__title{letter-spacing:-.03em;margin:0;font-size:clamp(28px,3vw,38px);font-weight:900;line-height:1.1}.events-create-panel__text{max-width:650px;color:var(--muted);margin:12px 0 0;font-size:17px;font-weight:700;line-height:1.45}.events-create-panel__button{background:var(--green);min-height:56px;color:var(--white);box-shadow:0 14px 30px var(--green-shadow-20);border-radius:16px;flex:none;justify-content:center;align-items:center;padding:0 28px;font-size:16px;font-weight:900;text-decoration:none;transition:background-color .2s,transform .2s,box-shadow .2s;display:inline-flex}.events-create-panel__button:hover,.events-create-panel__button:focus-visible{background:var(--green-dark);box-shadow:0 16px 34px var(--green-shadow-20);outline:none;transform:translateY(-1px)}.events-create-panel__button:active{transform:translateY(0)}.events-filters{flex-wrap:wrap;align-items:center;gap:18px;display:flex}.events-filters__button{background:var(--white);min-height:56px;box-shadow:var(--shadow);cursor:pointer;color:var(--black);border:1px solid #0000;border-radius:18px;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-size:16px;font-weight:900;transition:transform .2s,box-shadow .2s,background .2s,border-color .2s,color .2s;display:inline-flex}.events-filters__button:hover{transform:translateY(-1px)}.events-filters__button--all,.events-filters__button--green{background:var(--white)}.events-filters__button--orange{background:var(--orange-100)}.events-filters__button--urgent{background:var(--white);color:var(--red);border-color:var(--red-shadow-20)}.events-filters__button--all.events-filters__button--active{background:var(--green);color:var(--white);border-color:var(--green)}.events-filters__button--green.events-filters__button--active{background:var(--green-100);border-color:var(--green-shadow-35);color:var(--green)}.events-filters__button--orange.events-filters__button--active{background:var(--orange-100);border-color:var(--orange-shadow-35);color:var(--orange)}.events-filters__button--urgent.events-filters__button--active{background:var(--red);border-color:var(--red);color:var(--white)}.events-filters__icon-wrap{flex:0 0 22px;justify-content:center;align-items:center;width:22px;height:22px;display:inline-flex}.events-filters__icon{object-fit:contain;width:20px;height:20px}.events-divider{background:var(--shadow-black-08);width:100%;height:1px;margin:24px 0 20px}.events-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 20px;display:grid}.events-empty{text-align:center;color:var(--muted);padding:28px 20px;font-size:18px;font-weight:700}.events-pagination{justify-content:center;gap:10px;margin-top:34px;display:flex}.events-pagination__item{border:2px solid var(--green-400);background:var(--white);min-width:42px;height:42px;color:var(--green);white-space:nowrap;border-radius:12px;justify-content:center;align-items:center;padding:0 14px;font-size:22px;font-weight:800;display:inline-flex}.events-pagination__item--active{background:var(--green);color:var(--white);border-color:var(--green)}@media (width<=1100px){.events-hero__inner{min-height:250px}.events-hero__people{width:215px;right:-6px}.events-create-panel{padding:26px 28px}.events-filters{gap:12px}.events-filters__button{min-height:52px;padding:0 18px}}@media (width<=980px){.events-grid{grid-template-columns:1fr}.events-hero__people{width:190px}.events-create-panel{flex-direction:column;align-items:flex-start}.events-create-panel__button{width:100%}}@media (width<=900px){.container{width:min(100% - 32px,1120px)}}@media (width<=768px){.container{width:min(100% - 24px,1120px)}.events-hero__inner{min-height:220px;padding:28px 0 22px}.events-hero__title{font-size:38px}.events-hero__subtitle{max-width:540px;font-size:16px}.events-hero__people{opacity:.95;width:145px;right:-10px}.events-create-panel{border-radius:24px;margin-bottom:20px;padding:24px}.events-create-panel__title{font-size:28px}.events-create-panel__text{font-size:15px}.events-filters{gap:10px}.events-filters__button{border-radius:14px;min-height:48px;padding:0 16px;font-size:15px}.events-divider{margin:20px 0 18px}}@media (width<=560px){.events-hero__people{display:none}.events-hero__inner{min-height:190px}.events-hero__title{font-size:32px;line-height:1.08}.events-pagination__item{border-radius:10px;min-width:38px;height:38px;padding:0 10px;font-size:20px}}@media (width<=480px){.events-catalog{padding:18px 0 38px}.events-create-panel{border-radius:22px;padding:22px 18px}.events-create-panel__title{font-size:24px}.events-filters{grid-template-columns:1fr 1fr;gap:10px;display:grid}.events-filters__button{width:100%;min-height:46px;padding:0 12px;font-size:14px}.events-filters__button:first-child{grid-column:1/-1}}.event-tile{border-radius:16px;flex-direction:column;align-self:start;padding:16px;display:flex}.event-tile--green{background:var(--green-soft)}.event-tile--orange{background:var(--orange-100)}.event-tile__title{text-align:center;color:var(--black);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:24px;font-weight:900;line-height:1.25;display:-webkit-box;overflow:hidden}.event-tile__date{text-align:center;color:var(--muted);margin:8px 0 12px;font-size:14px}.event-tile__card{background:var(--white);box-shadow:0 6px 18px var(--shadow-black-05);border-radius:14px;flex-direction:column;padding:16px;display:flex}.event-tile__top{grid-template-columns:1fr 1fr;gap:10px;display:grid}.event-tile__image-wrap{background:var(--green-100);height:110px;box-shadow:var(--shadow);border-radius:12px;overflow:hidden}.event-tile__image{object-fit:cover;width:100%;height:100%}.event-tile__place,.event-tile__spots,.event-tile__category-row{box-shadow:var(--shadow);border-radius:12px;margin-top:8px}.event-tile__place{min-height:110px;margin-top:0;padding:10px 12px}.event-tile__place p{margin:6px 0 0;font-size:14px;line-height:1.25}.event-tile__label{color:var(--muted);align-items:center;gap:4px;font-size:11px;font-weight:900;display:inline-flex}.event-tile__inline-icon{object-fit:contain;flex:0 0 13px;width:13px;height:13px}.event-tile__spots{padding:10px 12px}.event-tile__spots strong{margin-top:6px;font-size:18px;line-height:1;display:block}.event-tile__category-row{padding:8px}.event-tile__badges{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.event-tile__category-pill,.event-tile__urgent-pill{min-height:44px;box-shadow:var(--shadow);border-radius:999px;justify-content:center;align-items:center;gap:8px;max-width:100%;padding:0 18px;font-size:16px;font-weight:900;display:inline-flex}.event-tile__urgent-pill{background:var(--red);color:var(--white);box-shadow:0 8px 18px var(--red-shadow-20)}.event-tile__category-icon{object-fit:contain;flex:0 0 18px;width:18px;height:18px}.event-tile__button{width:100%;min-height:48px;color:var(--white);transition:var(--transition-fast);border-radius:10px;justify-content:center;align-items:center;margin-top:12px;font-size:18px;font-weight:900;display:inline-flex}.event-tile__button--green{background:var(--green)}.event-tile__button--green:hover{background:var(--green-dark)}.event-tile__button--orange{background:var(--orange)}.event-tile__button--orange:hover{background:var(--orange-dark)}.event-tile--green .event-tile__place,.event-tile--green .event-tile__spots,.event-tile--green .event-tile__category-row{background:var(--green-200)}.event-tile--green .event-tile__category-pill{background:var(--white)}.event-tile--orange .event-tile__place,.event-tile--orange .event-tile__spots,.event-tile--orange .event-tile__category-row{background:var(--orange-100)}.event-tile--orange .event-tile__category-pill{background:var(--white)}@media (width<=768px){.event-tile__top{grid-template-columns:1fr}.event-tile__place{min-height:auto}.event-tile__title{font-size:20px}.event-tile__button{font-size:16px}}.login-hero{background:radial-gradient(circle at left top, var(--green-glow-50) 0%, var(--green-glow-10) 28%, transparent 60%), linear-gradient(90deg, var(--green-200) 0%, var(--green-mist) 100%);min-height:calc(100vh - 75px);padding:48px 0 72px}.login-hero__head{text-align:center;margin-bottom:38px}.login-hero__title{letter-spacing:-.04em;margin:0;font-size:clamp(36px,5vw,64px);font-weight:900;line-height:1.12}.login-hero__subtitle{max-width:760px;color:var(--muted);margin:18px auto 0;font-size:18px;line-height:1.5}.login-card{background:var(--overlay-card);width:min(100%,700px);box-shadow:0 20px 50px var(--shadow-green-08), 0 4px 14px var(--shadow-black-05);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:42px;margin:0 auto;padding:44px 44px 34px}.login-card__title{text-align:center;margin:0 0 34px;font-size:clamp(34px,4vw,54px);font-weight:900;line-height:1.15}.login-form{gap:22px;display:grid}.login-form__row{display:block}.login-form__submit{background:var(--green);width:100%;min-height:58px;color:var(--white);cursor:pointer;box-shadow:0 8px 18px var(--green-shadow-20);border-radius:14px;margin-top:2px;font-size:18px;font-weight:900;transition:background .2s,transform .2s}.login-form__submit:hover{background:var(--green-dark);transform:translateY(-1px)}.login-form__register-text{text-align:center;color:var(--black);margin:0;font-size:18px;line-height:1.5}.login-form__register-link{color:var(--orange-600);font-weight:800}.login-form__register-link:hover{text-decoration:underline}.login-form__error,.login-form__success{border-radius:14px;margin:0;padding:14px 16px;font-size:16px;font-weight:700;line-height:1.45}.login-form__error{background:var(--red-shadow-10);color:var(--red)}.login-form__success{background:var(--green-100);color:var(--green-dark)}.login-form__submit--link{text-decoration:none}@media (width<=980px){.login-card{border-radius:32px;padding:38px 30px 30px}}@media (width<=900px){.container{width:min(100% - 32px,1120px)}}@media (width<=768px){.container{width:min(100% - 24px,1120px)}.login-hero{padding:34px 0 48px}.login-hero__head{margin-bottom:26px}.login-hero__subtitle{margin-top:14px;font-size:16px}.login-card{border-radius:26px;padding:28px 18px 24px}.login-card__title{margin-bottom:24px}.login-form{gap:18px}.form-field__label{font-size:17px}.form-field__input{height:52px;padding:0 16px;font-size:16px}.login-form__submit{min-height:54px;font-size:17px}.login-form__register-text{font-size:16px}}@media (width<=480px){.login-hero{padding:24px 0 38px}.login-hero__title{font-size:34px;line-height:1.1}.login-hero__subtitle{font-size:15px}.login-card{border-radius:22px;padding:24px 14px 20px}.login-card__title{font-size:30px}.form-field{gap:8px}.form-field__label{font-size:16px}.form-field__input{border-radius:12px;height:50px}.login-form__submit{border-radius:12px;min-height:52px}}.login-form__info,.login-form__success{background:var(--green-shadow-10);width:100%;color:var(--green);box-sizing:border-box;border-radius:14px;margin:0;padding:16px 18px;font-size:16px;font-weight:800;line-height:1.45}.login-form__error{background:var(--red-shadow-10);width:100%;color:var(--red);box-sizing:border-box;border-radius:14px;margin:0;padding:16px 18px;font-size:16px;font-weight:800;line-height:1.45}.login-form__submit--link{text-align:center;box-sizing:border-box;justify-content:center;align-items:center;width:100%;min-height:58px;text-decoration:none;display:flex}.register-hero{background:radial-gradient(circle at left top, var(--green-glow-50) 0%, var(--green-glow-10) 28%, transparent 60%), linear-gradient(90deg, var(--green-200) 0%, var(--green-mist) 100%);min-height:calc(100vh - 75px);padding:48px 0 72px}.register-hero__head{text-align:center;margin-bottom:38px}.register-hero__title{letter-spacing:-.04em;margin:0;font-size:clamp(36px,5vw,64px);font-weight:900;line-height:1.12}.register-hero__subtitle{max-width:760px;color:var(--muted);margin:18px auto 0;font-size:18px;line-height:1.5}.register-card{background:var(--overlay-card);width:min(100%,760px);box-shadow:0 20px 50px var(--shadow-green-08), 0 4px 14px var(--shadow-black-05);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:42px;margin:0 auto;padding:44px 40px 34px}.register-card__title{text-align:center;margin:0 0 34px;font-size:clamp(34px,4vw,54px);font-weight:900;line-height:1.15}.register-form{gap:22px;display:grid}.register-form__row{display:block}.register-form__row--two{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-field__input{border:1.5px solid var(--border-light);background:var(--white);width:100%;height:56px;box-shadow:0 2px 8px var(--shadow-black-05);color:var(--black);border-radius:14px;padding:0 18px;font-size:18px;transition:border-color .2s,box-shadow .2s,background .2s}.form-field__input::placeholder{color:var(--muted)}.form-field__input:focus{border-color:var(--green);background:var(--white);box-shadow:0 0 0 4px var(--green-shadow-10)}.register-form__submit{background:var(--green);width:100%;min-height:58px;color:var(--white);cursor:pointer;box-shadow:0 8px 18px var(--green-shadow-20);border-radius:14px;margin-top:2px;font-size:18px;font-weight:900;transition:background .2s,transform .2s}.register-form__submit:hover{background:var(--green-dark);transform:translateY(-1px)}.register-form__login-text{text-align:center;color:var(--black);margin:0;font-size:18px;line-height:1.5}.register-form__login-link{color:var(--orange-600);font-weight:800}.register-form__login-link:hover{text-decoration:underline}.register-form__error,.register-form__success{border-radius:14px;margin:0;padding:14px 16px;font-size:16px;font-weight:700;line-height:1.45}.register-form__error{background:var(--red-shadow-10);color:var(--red)}.register-form__success{background:var(--green-100);color:var(--green-dark)}@media (width<=980px){.register-card{border-radius:32px;padding:38px 30px 30px}}@media (width<=900px){.container{width:min(100% - 32px,1120px)}}@media (width<=768px){.register-hero{padding:34px 0 48px}.register-hero__head{margin-bottom:26px}.register-hero__subtitle{margin-top:14px;font-size:16px}.register-card{border-radius:26px;padding:28px 18px 24px}.register-card__title{margin-bottom:24px}.register-form{gap:18px}.register-form__row--two{grid-template-columns:1fr;gap:18px}.form-field__label{font-size:17px}.form-field__input{height:52px;padding:0 16px;font-size:16px}.register-form__submit{min-height:54px;font-size:17px}.register-form__login-text{font-size:16px}}@media (width<=480px){.register-hero{padding:24px 0 38px}.register-hero__title{font-size:34px;line-height:1.1}.register-hero__subtitle{font-size:15px}.register-card{border-radius:22px;padding:24px 14px 20px}.register-card__title{font-size:30px}.form-field{gap:8px}.form-field__label{font-size:16px}.form-field__input{border-radius:12px;height:50px}.register-form__submit{border-radius:12px;min-height:52px}}.register-form__consent{border:1.5px solid var(--shadow-black-08);background:var(--white);width:100%;color:var(--text);box-sizing:border-box;border-radius:16px;align-items:flex-start;gap:12px;padding:16px 18px;font-size:15px;font-weight:700;line-height:1.45;display:flex}.register-form__consent input{border:2px solid var(--green);background-color:var(--white);appearance:none;cursor:pointer;border-radius:6px;flex:0 0 22px;width:22px;height:22px;margin-top:1px;transition:background-color .2s,border-color .2s,box-shadow .2s;position:relative}.register-form__consent input:checked{border-color:var(--green);background-color:var(--green);background-image:url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 5.5L5.2 9L12.5 1.5' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:14px 11px}.register-form__consent input:focus-visible{box-shadow:0 0 0 4px var(--green-shadow-10)}.register-form__consent-link{color:var(--green);font-weight:900}.register-form__consent-link:hover{text-decoration:underline}.profile-page{background:var(--page-bg)}.profile-cover{background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;min-height:240px}.profile-summary__avatar-wrap{background:var(--surface-panel);width:252px;height:252px;box-shadow:0 12px 28px var(--shadow-black-08);border:4px solid var(--green);border-radius:50%;margin:0 auto;position:relative;overflow:hidden}.profile-summary__avatar-wrap--editable{cursor:pointer}.profile-summary__avatar-input{display:none}.profile-summary__avatar-overlay{background:var(--overlay-dark);opacity:0;pointer-events:none;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;gap:10px;transition:opacity .2s;display:flex;position:absolute;inset:0}.profile-summary__avatar-wrap--editable:hover .profile-summary__avatar-overlay,.profile-summary__avatar-wrap--editable:focus-within .profile-summary__avatar-overlay,.profile-summary__avatar-wrap--loading .profile-summary__avatar-overlay{opacity:1}.profile-summary__avatar-arrow{object-fit:contain;filter:brightness(0)invert();width:34px;height:34px;transform:rotate(-90deg)}.profile-summary__avatar-text{color:var(--white);text-align:center;padding:0 16px;font-size:16px;font-weight:800;line-height:1.2}.profile-page__inline-error{color:var(--red-dark);margin-top:18px;font-size:16px;font-weight:700}.profile-summary__access-note{background:var(--surface-card-green);max-width:760px;color:var(--green-700);box-shadow:0 8px 18px var(--green-shadow-10);border-radius:18px;margin:18px auto 0;padding:14px 18px;font-size:16px;font-weight:700;line-height:1.45}.profile-summary__access-note--public{background:var(--white);color:var(--muted);box-shadow:0 8px 18px var(--shadow-black-05)}.profile-summary__access-note--contact{background:var(--white);color:var(--green-600)}.profile-summary__access-note--private{background:var(--white);color:var(--green-700)}.profile-info{padding:8px 0 72px}.profile-card{background:var(--white);box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;grid-template-columns:1fr 1fr;gap:46px;padding:44px 42px 32px;display:grid}.profile-card__column{flex-direction:column;min-width:0;display:flex}.profile-card__column--left{border-right:1px solid var(--shadow-black-12);padding-right:22px}.profile-card__column--right{padding-left:8px}.profile-card__title{margin:0;font-size:clamp(28px,3vw,46px);font-weight:900;line-height:1.15}.profile-card__title--center{text-align:center}.profile-card__divider{background:var(--shadow-black-12);width:100%;height:1px;margin:18px 0 28px}.profile-contacts{gap:26px;margin:0;padding:0;list-style:none;display:grid}.profile-contacts__item{align-items:center;gap:16px;font-size:22px;line-height:1.3;display:flex}.profile-contacts__icon{object-fit:contain;flex:0 0 28px;width:28px;height:28px}.profile-bio{border:1.5px solid var(--border-light);background:var(--white);min-height:112px;color:var(--black);border-radius:16px;padding:16px 18px;font-size:18px;line-height:1.5}.profile-socials{align-items:center;gap:14px;margin-top:16px;display:flex}.profile-socials__link{justify-content:center;align-items:center;display:inline-flex}.profile-socials__icon{object-fit:contain;width:34px;height:34px}.profile-socials__empty{background:var(--white);border:1.5px solid var(--neutral);min-height:56px;color:var(--muted);text-align:center;border-radius:16px;justify-content:center;align-items:center;margin-top:16px;padding:14px 16px;font-size:16px;font-weight:700;line-height:1.4;display:flex}.profile-card__bottom-divider{background:var(--shadow-black-12);width:100%;height:1px;margin:24px 0 18px}.profile-card__button-wrap{justify-content:center;margin-top:auto;display:flex}.profile-card__button{background:var(--green);min-width:136px;min-height:52px;color:var(--white);border-radius:14px;justify-content:center;align-items:center;padding:0 28px;font-size:18px;font-weight:900;transition:background .2s,transform .2s;display:inline-flex}.profile-card__button:hover{background:var(--green-dark);transform:translateY(-1px)}.profile-events{background:var(--white);box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;margin-top:42px;padding:36px 42px;overflow:hidden}.profile-events__header{justify-content:space-between;align-items:center;gap:18px;display:flex}.profile-events__title{margin:0;font-size:clamp(28px,3vw,46px);font-weight:900}.profile-events__create-button{background:var(--green);min-width:220px;min-height:54px;color:var(--white);text-align:center;border-radius:14px;justify-content:center;align-items:center;padding:0 24px;font-size:18px;font-weight:900;transition:background .2s,transform .2s;display:inline-flex}.profile-events__create-button:hover{background:var(--green-dark);transform:translateY(-1px)}.profile-events__divider{background:var(--shadow-black-12);width:100%;height:1px;margin:18px 0 28px}.profile-events__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;width:100%;display:grid}.profile-events__stat-card{background:var(--white);min-width:0;min-height:112px;box-shadow:0 6px 18px var(--shadow-black-05);text-align:center;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:18px 16px;display:flex}.profile-events__stat-value{color:var(--green-600);font-size:clamp(26px,3vw,38px);font-weight:900;line-height:1}.profile-events__stat-label{max-width:100%;color:var(--muted);overflow-wrap:anywhere;font-size:15px;font-weight:800;line-height:1.25}.profile-events__tabs{background:var(--surface-card-green);border-radius:18px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;margin-bottom:22px;padding:6px;display:grid}.profile-events__tab{min-height:52px;color:var(--green-700);text-align:center;cursor:pointer;background:0 0;border:none;border-radius:14px;padding:0 18px;font-family:inherit;font-size:16px;font-weight:900;transition:background .2s,color .2s,box-shadow .2s}.profile-events__tab:hover{background:var(--white);box-shadow:0 6px 16px var(--green-shadow-10)}.profile-events__tab--active{background:var(--green);color:var(--white);box-shadow:0 8px 18px var(--green-shadow-10)}.profile-events__tab--active:hover{background:var(--green-dark)}.profile-events__list{flex-direction:column;gap:16px;display:flex}.profile-events__empty{background:var(--white);min-height:120px;box-shadow:0 6px 18px var(--shadow-black-05);text-align:center;color:var(--muted);border-radius:18px;justify-content:center;align-items:center;padding:20px;font-size:18px;font-weight:700;display:flex}@media (width<=980px){.profile-summary__avatar-wrap{width:220px;height:220px}.profile-card{border-radius:32px;grid-template-columns:1fr;gap:28px;padding:34px 28px 30px}.profile-card__column--left{border-right:none;border-bottom:1px solid var(--shadow-black-12);padding-bottom:24px;padding-right:0}.profile-card__column--right{padding-left:0}.profile-events{border-radius:32px;padding:30px 28px}.profile-events__header{flex-direction:column;align-items:stretch}.profile-events__create-button{width:100%;min-width:0}}@media (width<=860px){.profile-events__stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.profile-cover{min-height:180px}.profile-summary{margin-top:-92px;padding-bottom:28px}.profile-summary__avatar-wrap{width:168px;height:168px}.profile-summary__name{margin-top:18px;font-size:36px}.profile-summary__role{min-width:150px;min-height:50px;font-size:18px}.profile-summary__access-note{border-radius:16px;margin-top:14px;padding:12px 14px;font-size:14px}.profile-info{padding-bottom:52px}.profile-card{border-radius:26px;padding:26px 20px 24px}.profile-card__title{font-size:28px}.profile-card__divider{margin:14px 0 20px}.profile-events__tabs{grid-template-columns:1fr;margin-bottom:18px}.profile-events__tab{min-height:48px;font-size:15px}.profile-contacts{gap:18px}.profile-contacts__item{gap:12px;font-size:18px}.profile-contacts__icon{flex-basis:24px;width:24px;height:24px}.profile-bio{min-height:96px;font-size:16px}.profile-socials__icon{width:30px;height:30px}.profile-socials__empty{min-height:50px;font-size:14px}.profile-card__button{width:100%;min-width:0}.profile-events{border-radius:26px;margin-top:26px;padding:24px 20px}.profile-events__title{text-align:center;font-size:28px}.profile-events__divider{margin:14px 0 20px}.profile-events__empty{min-height:96px;font-size:16px}}@media (width<=560px){.profile-events__stats{grid-template-columns:1fr}.profile-events__stat-card{min-height:96px;padding:16px 14px}.profile-events__stat-value{font-size:30px}.profile-events__stat-label{font-size:14px}}.profile-notifications-card{background:var(--white);box-shadow:0 18px 42px var(--shadow-black-08);border-radius:28px;justify-content:space-between;align-items:center;gap:24px;margin:34px 0;padding:28px 32px;display:flex}.profile-notifications-card__title{margin:0;font-size:clamp(26px,3vw,36px);font-weight:900;line-height:1.15}.profile-notifications-card__text{max-width:680px;color:var(--muted);margin:10px 0 0;font-size:16px;font-weight:700;line-height:1.45}.profile-notifications-card__button{background:var(--green);min-height:52px;color:var(--white);box-shadow:0 8px 18px var(--green-shadow-20);border-radius:14px;justify-content:center;align-items:center;padding:0 28px;font-size:17px;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.profile-notifications-card__button:hover{background:var(--green-dark);transform:translateY(-1px)}@media (width<=760px){.profile-notifications-card{flex-direction:column;align-items:flex-start;padding:24px}.profile-notifications-card__button{width:100%}}.profile-event-card{background:var(--white);box-shadow:0 6px 18px var(--shadow-black-05);border-radius:18px;justify-content:space-between;align-items:center;gap:24px;padding:16px 18px;display:flex}.profile-event-card__content{flex:1;min-width:0}.profile-event-card__title-row{flex-wrap:wrap;align-items:flex-start;gap:10px;margin-bottom:10px;display:flex}.profile-event-card__title{color:var(--black);margin:0;font-size:16px;font-weight:900;line-height:1.25}.profile-event-card__confirmation{white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:0 10px;font-size:12px;font-weight:900;line-height:1;display:inline-flex}.profile-event-card__confirmation--confirmed{background:var(--green-accent-15);color:var(--green-600)}.profile-event-card__confirmation--unconfirmed{background:var(--red-shadow-10);color:var(--red)}.profile-event-card__meta{gap:6px;display:grid}.profile-event-card__row{color:var(--black);align-items:center;gap:8px;font-size:14px;line-height:1.35;display:flex}.profile-event-card__icon{object-fit:contain;flex:0 0 16px;width:16px;height:16px}.profile-event-card__action{flex:none}.profile-event-card__button{background:var(--green);min-width:194px;min-height:58px;color:var(--white);text-align:center;border-radius:14px;justify-content:center;align-items:center;padding:0 24px;font-size:16px;font-weight:900;transition:background .2s,transform .2s;display:inline-flex}.profile-event-card__button:hover{background:var(--green-dark);transform:translateY(-1px)}@media (width<=768px){.profile-event-card{flex-direction:column;align-items:stretch;gap:16px}.profile-event-card__title-row{flex-direction:column;align-items:flex-start}.profile-event-card__confirmation{white-space:normal;padding-top:6px;padding-bottom:6px;line-height:1.2}.profile-event-card__button{width:100%;min-width:0}}.help-page{background:linear-gradient(90deg, var(--green-200) 0%, var(--green-mist) 100%)}.help-section{min-height:calc(100vh - 75px);padding:48px 0 72px}.help-card{background:var(--overlay-card);width:min(100%,760px);box-shadow:0 20px 50px var(--shadow-green-08), 0 4px 14px var(--shadow-black-05);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:42px;margin:0 auto;padding:44px 40px 34px}.help-card__title{text-align:center;margin:0;font-size:clamp(34px,4vw,54px);font-weight:900;line-height:1.15}.help-card__subtitle{text-align:center;color:var(--muted);margin:14px 0 0;font-size:18px;line-height:1.5}.help-card__divider{background:var(--shadow-black-08);width:100%;height:1px;margin:28px 0}.help-contacts{gap:18px;list-style:none;display:grid}.help-contacts__item{align-items:center;gap:14px;font-size:20px;line-height:1.4;display:flex}.help-contacts__icon{object-fit:contain;flex:0 0 24px;width:24px;height:24px}.help-socials__title{text-align:center;margin:0 0 18px;font-size:28px;font-weight:900;line-height:1.2}.help-socials__list{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.help-socials__link{background:var(--white);width:56px;height:56px;box-shadow:var(--shadow);border-radius:16px;justify-content:center;align-items:center;display:inline-flex}.help-socials__icon{object-fit:contain;width:26px;height:26px}@media (width<=768px){.help-section{padding:32px 0 48px}.help-card{border-radius:28px;padding:30px 22px 24px}.help-contacts__item{align-items:flex-start;font-size:16px}.help-socials__title{font-size:22px}}@media (width<=480px){.help-card{border-radius:22px;padding:24px 16px 20px}.help-socials__link{border-radius:14px;width:48px;height:48px}.help-socials__icon{width:22px;height:22px}}.event-page{background:linear-gradient(90deg, var(--beige) 0 72%, var(--green-200) 72% 100%)}.event-layout{padding:54px 0 112px}.event-shell{justify-content:center;display:flex}.event-card{background:var(--overlay-surface);width:100%;max-width:760px;box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;padding:34px 32px 26px}.event-card__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.event-card__header-content{flex:auto}.event-card__title{margin:0;font-size:clamp(32px,4vw,54px);font-weight:900;line-height:1.12}.event-card__description{max-width:640px;color:var(--muted);margin:14px 0 0;font-size:16px;line-height:1.45}.event-card__settings{border:2px solid var(--green-300);background:var(--white);border-radius:14px;flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex}.event-card__settings-icon{object-fit:contain;width:22px;height:22px}.event-card__top-grid{grid-template-columns:1fr 1.08fr;align-items:start;gap:22px;margin-top:32px;display:grid}.event-card__image-box,.event-card__tasks-box{min-width:0;min-height:260px;box-shadow:var(--shadow);border-radius:22px}.event-card__image-box{background:var(--white);overflow:hidden}.event-card__image{object-fit:cover;width:100%;height:100%}.event-card__tasks-box{background:var(--page-bg);border:1px solid var(--shadow-black-05);padding:20px 18px}.event-card__section-title{margin:0;font-size:24px;font-weight:900;line-height:1.2}.event-card__tasks-list{gap:14px;margin:16px 0 0;padding:0;list-style:none;display:grid}.event-card__task-item{word-break:break-word;align-items:flex-start;gap:10px;font-size:15px;line-height:1.4;display:flex}.event-card__task-item span{overflow-wrap:anywhere;word-break:break-word;flex:1;min-width:0}.event-card__task-icon{object-fit:contain;flex:0 0 22px;width:22px;height:22px;margin-top:1px}.event-card__meta-grid{grid-template-columns:182px 1fr;gap:22px;display:grid}.event-card__meta-left{gap:12px;display:grid}.event-card__badges{grid-template-columns:1fr;place-items:stretch stretch;gap:12px;width:max-content;max-width:100%;display:inline-grid}.event-card__category-pill,.event-card__urgent-pill{white-space:nowrap;box-sizing:border-box;border:2px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:10px;width:100%;min-width:170px;min-height:56px;padding:0 22px;font-size:18px;font-weight:900;line-height:1;display:inline-flex}.event-card__urgent-pill{background:var(--red);color:var(--white);box-shadow:0 8px 18px var(--red-shadow-20)}.event-card__category-pill span{align-items:center;line-height:1;display:flex}.event-card__category-icon{object-fit:contain;flex:0 0 22px;width:22px;height:22px}.event-card__category-pill--green{box-shadow:0 8px 18px var(--green-shadow-10)}.event-card__category-pill--orange{box-shadow:0 8px 18px var(--orange-shadow-10)}.event-card__places-box,.event-card__location-box,.event-card__info-box{background:var(--green-200);box-shadow:var(--shadow);border-radius:14px}.event-card__places-box{padding:10px 12px}.event-card__location-box{padding:12px 14px}.event-card__info-box{flex-direction:column;justify-content:center;min-height:74px;padding:12px 14px;display:flex}.event-card__meta-label{color:var(--muted);align-items:center;gap:6px;font-size:12px;font-weight:800;display:inline-flex}.event-card__meta-inline-icon{object-fit:contain;width:14px;height:14px}.event-card__meta-inline-icon-placeholder{flex:0 0 14px;width:14px;height:14px;display:inline-block}.event-card__places-box strong,.event-card__info-box strong{margin-top:8px;font-size:16px;line-height:1;display:block}.event-card__location-box p{margin:10px 0 0;font-size:15px;line-height:1.3}.event-card__date-time-grid{grid-template-columns:182px 182px 182px;gap:22px;display:grid}.event-card__divider{background:var(--shadow-black-08);width:100%;height:1px;margin:18px 0}.event-card__bottom{flex-direction:column;align-items:center;gap:26px;display:flex}.coordinator-card{background:var(--white);min-height:112px;box-shadow:var(--shadow);border-radius:18px;align-self:flex-start;padding:12px 14px}.coordinator-card__label{color:var(--muted);margin-bottom:10px;font-size:13px}.coordinator-card__body{align-items:center;gap:14px;display:flex}.coordinator-card__avatar-link{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.coordinator-card__avatar-wrap{border:2px solid var(--green);border-radius:50%;flex:0 0 64px;width:64px;height:64px;transition:transform .2s,box-shadow .2s;overflow:hidden}.coordinator-card__avatar-link:hover .coordinator-card__avatar-wrap,.coordinator-card__avatar-link:focus-visible .coordinator-card__avatar-wrap{box-shadow:0 0 0 4px var(--green-accent-15);transform:scale(1.04)}.coordinator-card__avatar{object-fit:cover;width:100%;height:100%}.coordinator-card__name{margin:0 0 6px;font-size:18px;font-weight:900;line-height:1.2}.coordinator-card__line{align-items:center;gap:7px;margin:0;font-size:14px;line-height:1.35;display:flex}.coordinator-card__line+.coordinator-card__line{margin-top:6px}.coordinator-card__line--muted{color:var(--muted)}.coordinator-card__icon{object-fit:contain;flex:0 0 16px;width:16px;height:16px}.coordinator-card__hint{background:var(--neutral);color:var(--muted);border-radius:12px;margin-top:10px;padding:10px 12px;font-size:13px;font-weight:700;line-height:1.35}.event-card__join-button{background:var(--orange);width:100%;max-width:278px;min-height:46px;color:var(--white);border-radius:14px;justify-content:center;align-items:center;margin:0 auto;font-size:18px;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:flex}.event-card__join-button:hover{transform:translateY(-1px)}.event-card__join-button:active{transform:translateY(0)}.applications-section{max-width:760px;margin:44px auto 0}.applications-card{background:var(--overlay-surface);box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;padding:28px 38px 38px}.applications-card__header{flex-direction:column;align-items:center;gap:14px;margin-bottom:18px;display:flex}.applications-card__title{text-align:center;margin:0;font-size:clamp(28px,3.5vw,54px);font-weight:900;line-height:1.15}.applications-card__toggle{max-width:none;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;text-align:center;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:800;line-height:1.35;display:inline-flex}.applications-card__toggle input{appearance:checkbox;opacity:1;visibility:visible;width:18px;height:18px;accent-color:var(--green);cursor:pointer;flex:0 0 18px;margin:0;display:inline-block;position:static}.applications-list{gap:22px;margin-top:28px;display:grid}.applications-empty{background:var(--white);min-height:150px;box-shadow:0 6px 18px var(--shadow-black-08);text-align:center;color:var(--muted);border-radius:22px;justify-content:center;align-items:center;margin-top:26px;padding:24px;font-size:20px;font-weight:800;line-height:1.4;display:flex}.event-card__application-actions{gap:12px;width:100%;max-width:278px;margin:0 auto;display:grid}.event-card__application-status{background:var(--green-accent-15);min-height:46px;color:var(--green-600);text-align:center;border-radius:14px;justify-content:center;align-items:center;padding:0 14px;font-size:16px;font-weight:900;display:flex}.event-card__withdraw-button{background:var(--red);width:100%;min-height:46px;color:var(--white);border-radius:14px;justify-content:center;align-items:center;font-size:18px;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:flex}.event-card__withdraw-button:hover{background:var(--red-dark);transform:translateY(-1px)}.event-card__withdraw-button:active{transform:translateY(0)}.event-card__withdraw-button:disabled{opacity:.7;cursor:default;transform:none}.event-card__application-status--rejected{background:var(--red-soft);color:var(--red)}@media (width<=980px){.event-card,.applications-card{border-radius:32px;padding-left:22px;padding-right:22px}.event-card{padding-top:28px;padding-bottom:22px}.applications-card{padding-top:24px;padding-bottom:28px}.event-card__top-grid,.event-card__meta-grid,.event-card__date-time-grid{grid-template-columns:1fr}.coordinator-card{width:100%;max-width:360px}}@media (width<=860px){.event-layout{padding:34px 0 80px}.applications-section{margin-top:30px}}@media (width<=640px){.event-page{background:linear-gradient(180deg, var(--beige) 0 58%, var(--green-200) 58% 100%)}.event-card__header{gap:14px}.event-card__title{font-size:28px}.event-card__description{font-size:15px}.event-card__top-grid{gap:16px;margin-top:24px}.event-card__image-box,.event-card__tasks-box{min-height:auto}.event-card__image-box{aspect-ratio:1/.9}.event-card__section-title{font-size:22px}.event-card__task-item{font-size:15px}.coordinator-card__body{gap:12px}.coordinator-card__name{font-size:16px}}@media (width<=480px){.event-layout{padding-top:22px;padding-bottom:56px}.event-card,.applications-card{border-radius:24px;padding-left:16px;padding-right:16px}.event-card{padding-top:20px;padding-bottom:18px}.applications-card{padding-top:18px;padding-bottom:20px}.event-card__settings{border-radius:12px;flex-basis:38px;width:38px;height:38px}.event-card__settings-icon{width:20px;height:20px}.event-card__title{font-size:24px}.event-card__meta-grid,.event-card__date-time-grid{gap:14px}.event-card__category-pill,.event-card__urgent-pill{min-width:150px;min-height:46px;font-size:16px}.coordinator-card{border-radius:16px}.coordinator-card__line{font-size:13px}.coordinator-card__hint{padding:9px 10px;font-size:12px}.applications-empty{min-height:118px;padding:18px;font-size:17px}}.applications-card__summary{color:var(--muted);text-align:center;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;font-size:15px;font-weight:800;line-height:1.35;display:flex}.applications-card__summary span{background:var(--white);min-height:32px;box-shadow:inset 0 0 0 1px var(--shadow-black-08);border-radius:999px;justify-content:center;align-items:center;padding:0 12px;display:inline-flex}.event-card__map-box{gap:16px;display:grid}.event-card__map-box .yandex-event-map__container{min-height:320px}.application-card{background:var(--white);box-shadow:var(--shadow);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.application-card__user{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.application-card__avatar-link{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.application-card__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:72px;height:72px;transition:transform .2s,box-shadow .2s}.application-card__avatar-link:hover .application-card__avatar,.application-card__avatar-link:focus-visible .application-card__avatar{box-shadow:0 0 0 4px var(--green-accent-15);transform:scale(1.04)}.application-card__info{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.application-card__name{color:var(--black);margin:0 0 8px;font-size:22px;font-weight:900;line-height:1.1}.application-card__status{background:var(--white);min-height:30px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;margin-bottom:10px;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.application-card__status--pending{background:var(--white);color:var(--muted)}.application-card__status--approved{background:var(--green-accent-15);color:var(--green-600)}.application-card__status--rejected{background:var(--red-shadow-10);color:var(--red)}.application-card__line{color:var(--muted);margin:0;font-size:16px;line-height:1.35}.application-card__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.application-card__accept,.application-card__reject{min-width:150px;min-height:52px;color:var(--white);cursor:pointer;text-align:center;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:0 18px;font-size:16px;font-weight:900;line-height:1;transition:background .2s,transform .2s;display:inline-flex}.application-card__accept{background:var(--green)}.application-card__accept:hover{background:var(--green-dark);transform:translateY(-1px)}.application-card__reject{background:var(--red)}.application-card__reject:hover{background:var(--red-dark);transform:translateY(-1px)}.application-card__reject:disabled,.application-card__accept:disabled{opacity:.55;cursor:default;transform:none}@media (width<=640px){.application-card{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.application-card__user{width:100%}.application-card__avatar{width:58px;height:58px}.application-card__name{font-size:18px}.application-card__status{min-height:28px;margin-bottom:8px;padding:0 10px;font-size:12px}.application-card__line{font-size:14px}.application-card__actions{grid-template-columns:1fr;width:100%;display:grid}.application-card__accept,.application-card__reject{border-radius:14px;width:100%;min-width:0;min-height:46px;font-size:15px}}.yandex-event-map{gap:12px;width:100%;display:grid}.yandex-event-map__toolbar{flex-wrap:wrap;align-items:center;gap:10px 14px;display:flex}.yandex-event-map__button{background:var(--green);min-height:42px;color:var(--white);box-shadow:0 8px 18px var(--green-shadow-10);border-radius:999px;padding:0 18px;font-size:15px;font-weight:800;transition:transform .2s,box-shadow .2s,opacity .2s}.yandex-event-map__button:hover:not(:disabled){box-shadow:0 10px 22px var(--green-shadow-10);transform:translateY(-1px)}.yandex-event-map__button:disabled{cursor:default;opacity:.65}.yandex-event-map__hint{color:var(--muted);font-size:13px;line-height:1.35}.yandex-event-map__container{border:1.5px solid var(--border-soft);background:var(--white);width:100%;min-height:300px;box-shadow:var(--shadow);border-radius:22px;overflow:hidden}.yandex-event-map__container--loading,.yandex-event-map__container--error,.yandex-event-map__container--empty{background:linear-gradient(135deg, var(--white), var(--green-200))}.yandex-event-map__message{background:var(--green-200);color:var(--muted);border-radius:14px;padding:12px 14px;font-size:14px;line-height:1.4}@media (width<=640px){.yandex-event-map__container{border-radius:18px;min-height:240px}.yandex-event-map__toolbar{align-items:stretch}.yandex-event-map__button{width:100%}}.participation-card{background:var(--white);box-shadow:var(--shadow);border-radius:20px;justify-content:space-between;align-items:center;gap:16px;padding:18px 20px;display:flex}.participation-card__user{flex:1;align-items:center;gap:16px;min-width:0;display:flex}.participation-card__avatar-link{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.participation-card__avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:72px;height:72px;transition:transform .2s,box-shadow .2s}.participation-card__avatar-link:hover .participation-card__avatar,.participation-card__avatar-link:focus-visible .participation-card__avatar{box-shadow:0 0 0 4px var(--green-accent-15);transform:scale(1.04)}.participation-card__info{flex-direction:column;align-items:flex-start;min-width:0;display:flex}.participation-card__name{color:var(--black);margin:0 0 8px;font-size:22px;font-weight:900;line-height:1.1}.participation-card__badges{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.participation-card__application-status,.participation-card__status{border-radius:999px;justify-content:center;align-items:center;min-height:30px;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.participation-card__application-status{background:var(--white);color:var(--muted);box-shadow:inset 0 0 0 1px var(--shadow-black-08)}.participation-card__status--confirmed{background:var(--green-accent-15);color:var(--green-600)}.participation-card__status--unconfirmed{background:var(--red-shadow-10);color:var(--red)}.participation-card__status--inactive{background:var(--neutral);color:var(--muted)}.participation-card__line,.participation-card__confirmation-note{color:var(--muted);margin:0;font-size:16px;line-height:1.35}.participation-card__confirmation-note{color:var(--green-600);margin-top:8px;font-size:14px;font-weight:800}.participation-card__actions{flex-shrink:0;align-items:center;gap:10px;display:flex}.participation-card__confirm,.participation-card__cancel{min-width:170px;min-height:52px;color:var(--white);cursor:pointer;text-align:center;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;padding:0 18px;font-size:16px;font-weight:900;line-height:1;transition:background .2s,transform .2s;display:inline-flex}.participation-card__confirm{background:var(--green)}.participation-card__confirm:hover{background:var(--green-dark);transform:translateY(-1px)}.participation-card__cancel{background:var(--red)}.participation-card__cancel:hover{background:var(--red-dark);transform:translateY(-1px)}.participation-card__confirm:disabled,.participation-card__cancel:disabled{opacity:.55;cursor:default;transform:none}@media (width<=640px){.participation-card{flex-direction:column;align-items:flex-start;gap:12px;padding:16px}.participation-card__user{width:100%}.participation-card__avatar{width:58px;height:58px}.participation-card__name{font-size:18px}.participation-card__application-status,.participation-card__status{min-height:28px;padding:0 10px;font-size:12px}.participation-card__line{font-size:14px}.participation-card__confirmation-note{font-size:13px}.participation-card__actions{grid-template-columns:1fr;width:100%;display:grid}.participation-card__confirm,.participation-card__cancel{border-radius:14px;width:100%;min-width:0;min-height:46px;font-size:15px}}.profile-settings-page{background:var(--page-bg)}.profile-cover{background-image:url(../../SVG/background.svg);background-position:top;background-repeat:no-repeat;background-size:cover;width:100%;min-height:240px}.profile-summary{text-align:center;margin-top:-130px;padding-bottom:42px;position:relative}.profile-summary__avatar-wrap{background:var(--surface-panel);width:252px;height:252px;box-shadow:0 12px 28px var(--shadow-black-08);border-radius:50%;margin:0 auto;overflow:hidden}.profile-summary__avatar{object-fit:cover;width:100%;height:100%}.profile-summary__name{margin:22px 0 18px;font-size:clamp(34px,4vw,56px);font-weight:900;line-height:1.12}.profile-summary__role{background:var(--white);min-width:194px;min-height:62px;box-shadow:0 8px 18px var(--green-shadow-10);border-radius:18px;justify-content:center;align-items:center;margin:0 auto;padding:0 28px;font-size:22px;font-weight:800;display:inline-flex}.profile-settings{padding:8px 0 46px}.profile-settings-card{background:var(--white);box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;grid-template-columns:1fr 1fr;gap:42px;padding:42px 42px 34px;display:grid}.profile-settings-card__column{flex-direction:column;min-width:0;display:flex}.profile-settings-card__column--left{border-right:1px solid var(--shadow-black-12);padding-right:20px}.profile-settings-card__column--right{padding-left:0}.profile-settings-card__title{margin:0;font-size:clamp(28px,3vw,38px);font-weight:900;line-height:1.15}.profile-settings-card__title--center{text-align:center}.profile-settings-card__divider{background:var(--shadow-black-12);width:100%;height:1px;margin:14px 0 20px}.form-field{gap:8px;margin-bottom:14px;display:grid}.form-field__label{color:var(--black);font-size:18px;font-weight:800}.form-field__input,.form-field__textarea{border:1.5px solid var(--border-light);background:var(--white);width:100%;box-shadow:0 2px 8px var(--shadow-black-05);color:var(--black);border-radius:14px;font-size:16px;transition:border-color .2s,box-shadow .2s,background .2s}.form-field__input{height:56px;padding:0 16px}.form-field__textarea{resize:vertical;min-height:88px;padding:14px 16px}.form-field__input::placeholder,.form-field__textarea::placeholder{color:var(--muted)}.form-field__input:focus,.form-field__textarea:focus{border-color:var(--green);background:var(--white);box-shadow:0 0 0 4px var(--green-shadow-10)}.form-field__input--error{border-color:var(--red);background:var(--red-soft);box-shadow:0 0 0 4px var(--red-shadow-10)}.form-field__error{color:var(--red);font-size:14px;font-weight:700;line-height:1.35}.profile-settings-card__button{background:var(--green);width:100%;min-height:58px;color:var(--white);cursor:pointer;box-shadow:0 8px 18px var(--green-shadow-20);border-radius:14px;margin-top:auto;font-size:18px;font-weight:900;transition:background .2s,transform .2s}.profile-settings-card__button:hover{background:var(--green-dark);transform:translateY(-1px)}.profile-settings-card__button--desktop{margin-top:10px}.profile-page__state{background:var(--white);box-shadow:0 12px 32px var(--shadow-black-08);text-align:center;border-radius:24px;margin:40px 0;padding:24px;font-size:20px;font-weight:700}.profile-page__state--error{color:var(--red)}@media (width<=980px){.profile-summary__avatar-wrap{width:220px;height:220px}.profile-settings-card{border-radius:32px;grid-template-columns:1fr;gap:28px;padding:34px 28px 30px}.profile-settings-card__column--left{border-right:none;border-bottom:1px solid var(--shadow-black-12);padding-bottom:20px;padding-right:0}.profile-settings-card__column--right{padding-left:0}.profile-settings-card__button--desktop{display:none}}@media (width>=981px){.profile-settings-card__column--right .profile-settings-card__button{margin-top:12px}}@media (width<=768px){.profile-cover{background-size:cover;min-height:180px}.profile-summary{margin-top:-92px;padding-bottom:28px}.profile-summary__avatar-wrap{width:176px;height:176px}.profile-summary__name{margin:18px 0 14px}.profile-summary__role{min-width:156px;min-height:52px}}.notifications-page{background:var(--page-bg)}.notifications-page__subtitle{color:var(--muted);margin:14px 0 0;font-size:18px;font-weight:700}.notifications-section{padding:8px 0 56px}.notifications-card{background:var(--white);box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;padding:42px}.notifications-card__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.notifications-card__title{margin:0;font-size:clamp(28px,3vw,38px);font-weight:900;line-height:1.15}.notifications-card__description{max-width:680px;color:var(--muted);margin:12px 0 0;font-size:16px;font-weight:600;line-height:1.45}.notifications-card__actions{flex:0 0 224px;gap:12px;width:224px;display:grid}.notifications-card__button,.notification-item__button{background:var(--green);width:100%;min-height:44px;color:var(--white);text-align:center;box-shadow:0 8px 18px var(--green-shadow-20);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;padding:0 18px;font-size:15px;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.notifications-card__button:hover,.notification-item__button:hover{background:var(--green-dark);transform:translateY(-1px)}.notifications-card__button--secondary,.notification-item__button--secondary{background:var(--surface-card);color:var(--black);box-shadow:0 8px 18px var(--shadow-black-08)}.notifications-card__button--secondary:hover,.notification-item__button--secondary:hover{background:var(--green-100)}.notifications-card__button:disabled,.notification-item__button:disabled{opacity:.6;cursor:default;transform:none}.notifications-card__divider{background:var(--shadow-black-12);width:100%;height:1px;margin:24px 0}.notifications-list{gap:14px;display:grid}.notification-item{background:var(--green-100);border:1.5px solid var(--green-shadow-20);border-radius:20px;grid-template-columns:minmax(0,1fr) 124px;align-items:center;gap:18px;padding:18px;display:grid}.notification-item--read{background:var(--surface-card);border-color:var(--border-light)}.notification-item__content{min-width:0}.notification-item__top{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.notification-item__title{margin:0;font-size:20px;font-weight:900;line-height:1.2}.notification-item__badge{background:var(--orange);min-height:26px;color:var(--white);border-radius:999px;align-items:center;padding:0 10px;font-size:13px;font-weight:900;display:inline-flex}.notification-item__body{color:var(--black);overflow-wrap:anywhere;margin:8px 0 10px;font-size:16px;font-weight:600;line-height:1.45}.notification-item__date{color:var(--muted);font-size:14px;font-weight:700}.notification-item__actions{align-content:center;gap:10px;width:124px;display:grid}.notifications-empty,.notifications-page__state{background:var(--surface-card);color:var(--muted);text-align:center;border-radius:24px;padding:24px;font-size:18px;font-weight:800}.notifications-page__state{background:var(--white);box-shadow:0 12px 32px var(--shadow-black-08);margin:48px 0}.notifications-page__state--error,.notifications-page__inline-error{color:var(--red)}.notifications-page__inline-error{margin-bottom:18px;font-weight:800}@media (width<=860px){.notifications-card{border-radius:30px;padding:28px 22px}.notifications-card__header{flex-direction:column}.notifications-card__actions{flex-basis:auto;width:100%}.notification-item{grid-template-columns:1fr}.notification-item__actions{grid-template-columns:repeat(auto-fit,minmax(124px,1fr));width:100%}}.notification-settings-page{background:var(--page-bg)}.notification-settings-page__subtitle{color:var(--muted);margin:14px 0 0;font-size:18px;font-weight:700}.notification-settings-section{padding:8px 0 56px}.notification-settings-card{background:var(--white);box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;padding:42px}.notification-settings-card__header{justify-content:space-between;align-items:flex-start;gap:24px;display:flex}.notification-settings-card__title{margin:0;font-size:clamp(28px,3vw,38px);font-weight:900;line-height:1.15}.notification-settings-card__description{max-width:680px;color:var(--muted);margin:12px 0 0;font-size:16px;font-weight:600;line-height:1.45}.notification-settings-card__back,.notification-settings-card__button{background:var(--green);min-height:46px;color:var(--white);box-shadow:0 8px 18px var(--green-shadow-20);cursor:pointer;border-radius:14px;justify-content:center;align-items:center;padding:0 20px;font-size:16px;font-weight:900;text-decoration:none;transition:background .2s,transform .2s;display:inline-flex}.notification-settings-card__back:hover,.notification-settings-card__button:hover{background:var(--green-dark);transform:translateY(-1px)}.notification-settings-card__button{width:100%;min-height:58px;margin-top:24px}.notification-settings-card__button:disabled{opacity:.6;cursor:default;transform:none}.notification-settings-card__divider{background:var(--shadow-black-12);width:100%;height:1px;margin:24px 0}.notification-settings-list{gap:14px;display:grid}.notification-checkbox{background:var(--surface-card);border:1.5px solid var(--border-light);cursor:pointer;border-radius:16px;align-items:center;gap:14px;min-height:58px;padding:14px 18px;font-size:17px;font-weight:800;line-height:1.3;transition:border-color .2s,background .2s,box-shadow .2s;display:flex}.notification-checkbox:hover{border-color:var(--green-shadow-20);background:var(--green-100)}.notification-checkbox--main{background:var(--green-100);border-color:var(--green-shadow-20)}.notification-checkbox input{clip:rect(0 0 0 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.notification-checkbox span{align-items:center;gap:14px;min-width:0;display:inline-flex;position:relative}.notification-checkbox span:before{content:"";border:2px solid var(--green);background:var(--white);box-sizing:border-box;border-radius:6px;flex:0 0 22px;width:22px;height:22px;transition:background .2s,border-color .2s,box-shadow .2s}.notification-checkbox span:after{content:"";border:solid var(--white);transform-origin:50%;border-width:0 3px 3px 0;width:7px;height:12px;transition:transform .2s;position:absolute;top:50%;left:7px;transform:translateY(-58%)rotate(45deg)scale(0)}.notification-checkbox input:checked+span:before{background:var(--green);border-color:var(--green);box-shadow:0 5px 12px var(--green-shadow-20)}.notification-checkbox input:checked+span:after{transform:translateY(-58%)rotate(45deg)scale(1)}.notification-checkbox input:focus-visible+span:before{box-shadow:0 0 0 4px var(--green-shadow-20)}.notification-settings-group{background:var(--white);border:1.5px solid var(--border-light);border-radius:20px;padding:18px}.notification-settings-group__title{margin:0 0 14px;font-size:20px;font-weight:900;line-height:1.2}.notification-settings-group__list{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.notification-settings-card__success,.notification-settings-card__error,.notification-settings-page__state{border-radius:18px;margin-bottom:18px;padding:16px 18px;font-weight:800}.notification-settings-card__success{background:var(--green-100);color:var(--green-dark)}.notification-settings-card__error,.notification-settings-page__state--error{background:var(--red-soft);color:var(--red)}.notification-settings-page__state{background:var(--white);box-shadow:0 12px 32px var(--shadow-black-08);text-align:center;margin:48px 0;font-size:18px}@media (width<=860px){.notification-settings-card{border-radius:30px;padding:28px 22px}.notification-settings-card__header{flex-direction:column}.notification-settings-card__back{width:100%}.notification-settings-group__list{grid-template-columns:1fr}}.event-edit-card__title{text-align:center;word-break:break-word;margin:0;font-size:clamp(30px,4vw,54px);font-weight:900;line-height:1.12}.form-field__input,.form-field__textarea,.form-field__select{border:1.5px solid var(--border-soft);background:var(--white);width:100%;box-shadow:0 2px 8px var(--shadow-black-05);color:var(--black);border-radius:14px;transition:border-color .2s,box-shadow .2s,background .2s}.task-input{border:1.5px solid var(--border);background:var(--white);height:48px;color:var(--black);border-radius:12px;flex:1;padding:0 16px;font-size:16px;transition:all .2s}.task-remove,.task-add-btn{cursor:pointer;width:48px;height:48px;color:var(--black);background:0 0;border-radius:12px;flex:0 0 48px;justify-content:center;align-items:center;font-size:30px;line-height:1;transition:background .2s,transform .2s;display:inline-flex}.event-edit-form__submit,.event-edit-form__delete{min-width:286px;min-height:62px;color:var(--white);cursor:pointer;border:none;border-radius:16px;padding:0 28px;font-size:18px;font-weight:900;transition:background .2s,transform .2s}.event-edit-form__submit{background:var(--orange);box-shadow:0 10px 20px var(--orange-shadow-20)}.event-edit-form__delete{background:var(--red);box-shadow:0 10px 20px var(--red-shadow-20)}.event-edit-form__delete:hover{background:var(--red-dark);transform:translateY(-1px)}@media (width<=1024px){.event-edit-form{grid-template-columns:1fr;gap:20px}.event-edit-form__right{order:4}.event-edit-form__actions{order:5}.upload-box{height:240px}.form-field__textarea--location,.form-field__input--small,.select-wrap{max-width:100%}}@media (width<=768px){.event-edit-section{padding:28px 0 52px}.event-edit-card{border-radius:28px;padding:28px 20px 24px}.event-edit-card__title{font-size:34px}.event-edit-form__datetime{grid-template-columns:1fr;gap:18px}.event-edit-form__actions{flex-direction:column;gap:14px}.form-field__label{font-size:17px}.form-field__input,.form-field__select,.form-field__textarea{font-size:16px}.upload-box{height:220px}.event-edit-form__submit,.event-edit-form__delete{width:100%;min-width:0}}@media (width<=520px){.event-edit-page{background:linear-gradient(180deg, var(--beige) 0 70%, var(--green-200) 70% 100%)}.event-edit-card{border-radius:24px;padding:24px 16px 22px}.event-edit-card__title{font-size:30px;line-height:1.08}.event-edit-card__divider{margin:14px 0 24px}.event-edit-form{gap:18px}.tasks-box{padding:12px}.task-item,.task-add{gap:8px}.task-input{min-width:0;font-size:15px}.task-remove,.task-add-btn{flex:0 0 42px;width:42px;height:42px}.upload-box{height:200px}}.event-edit-page{background:linear-gradient(90deg, var(--beige) 0 72%, var(--green-200) 72% 100%)}.event-edit-section{padding:54px 0 84px}.event-edit-shell{justify-content:center;display:flex}.event-edit-card{background:var(--overlay-surface);width:100%;max-width:860px;box-shadow:0 24px 60px var(--shadow-black-12);border-radius:42px;padding:38px 42px 34px}.event-edit-card__title{text-align:center;margin:0;font-size:clamp(30px,4vw,54px);font-weight:900;line-height:1.12}.event-edit-card__divider{background:var(--shadow-black-08);width:100%;height:1px;margin:18px 0 34px}.event-edit-form{grid-template-columns:1fr 290px;align-items:start;gap:22px 40px;display:grid}.event-edit-form__full{grid-column:1/-1}.event-edit-form__left{gap:18px;display:grid}.event-edit-form__right{flex-direction:column;display:flex}.event-edit-form__datetime{grid-template-columns:1fr 1fr;gap:22px;display:grid}.event-edit-form__actions{grid-column:1/-1;justify-content:center;gap:22px;margin-top:8px;display:flex}.form-field{gap:10px;display:grid}.form-field__label{color:var(--black);font-size:18px;font-weight:900;line-height:1.2}.form-field__input,.form-field__textarea,.form-field__select{box-sizing:border-box;border:1.5px solid var(--border-soft);background:var(--white);width:100%;min-width:0;box-shadow:0 2px 8px var(--shadow-black-05);color:var(--black);border-radius:14px;transition:border-color .2s,box-shadow .2s,background .2s}.form-field__input{height:56px;padding:0 18px;font-size:18px}.form-field__input--small{max-width:212px}.form-field__textarea{resize:none;color:var(--black);caret-color:var(--black);white-space:pre-wrap;word-break:break-word;padding:14px 18px;font-size:17px;line-height:1.45;overflow:hidden}.form-field__textarea--description{min-height:84px}.form-field__textarea--location{max-width:360px;min-height:84px}.form-field__input:focus,.form-field__textarea:focus,.form-field__select:focus{border-color:var(--green);background:var(--white);box-shadow:0 0 0 4px var(--green-shadow-10);outline:none}.tasks-box{border:1.5px solid var(--border);background:var(--white);border-radius:16px;flex-direction:column;gap:12px;padding:14px;display:flex}.tasks-list{flex-direction:column;gap:10px;display:flex}.task-item,.task-add{align-items:center;gap:10px;display:flex}.task-input{box-sizing:border-box;border:1.5px solid var(--border);background:var(--white);width:100%;min-width:0;height:48px;color:var(--black);border-radius:12px;flex:1;padding:0 16px;font-size:16px;transition:all .2s}.task-input:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-shadow-10);outline:none}.task-remove,.task-add-btn{cursor:pointer;width:48px;height:48px;color:var(--black);background:0 0;border-radius:12px;flex:0 0 48px;justify-content:center;align-items:center;font-size:30px;line-height:1;transition:background .2s,transform .2s;display:inline-flex}.task-remove:hover{background:var(--red-shadow-10)}.task-add-btn:hover{background:var(--green-shadow-10)}.select-wrap{--category-icon:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.3712%206.44603C7.34847%209.02444%204.7765%2016.9788%202.22904%2023.644L4.5438%2024.4949L5.70731%2021.5297C6.29519%2021.7489%206.90756%2021.9165%207.34847%2021.9165C20.8207%2021.9165%2024.4949%200%2024.4949%200C23.2702%202.57841%2014.6969%202.90071%208.57321%204.18992C2.44949%205.47912%200%2010.9582%200%2013.5367C0%2016.1151%202.1433%2018.3712%202.1433%2018.3712C6.12372%206.44603%2018.3712%206.44603%2018.3712%206.44603Z'%20fill='%231B5E20'/%3e%3c/svg%3e");max-width:212px;position:relative}.form-field__select{appearance:none;width:100%;height:56px;color:var(--black);border:1.5px solid var(--border-soft);background-color:var(--white);background-image:var(--category-icon);box-shadow:0 2px 8px var(--shadow-black-05);cursor:pointer;background-position:18px;background-repeat:no-repeat;background-size:20px 20px;border-radius:14px;padding:0 48px 0 52px;font-size:18px;font-weight:800;transition:border-color .2s,box-shadow .2s,background-color .2s}.form-field__select:focus{border-color:var(--green);background-color:var(--white);background-image:var(--category-icon);box-shadow:0 0 0 4px var(--green-shadow-10);background-position:18px;background-repeat:no-repeat;background-size:20px 20px}.form-field__select option{color:var(--black);background:var(--white)}.select-wrap__arrow{border-right:3px solid var(--muted);border-bottom:3px solid var(--muted);pointer-events:none;width:14px;height:14px;position:absolute;top:50%;right:18px;transform:translateY(-60%)rotate(45deg)}.upload-box{border:1.5px solid var(--border-soft);background:var(--white);width:100%;height:272px;box-shadow:0 2px 8px var(--shadow-black-05);cursor:pointer;border-radius:18px;justify-content:center;align-items:center;transition:border-color .2s,box-shadow .2s,background .2s;display:flex;position:relative;overflow:hidden}.upload-box:hover{border-color:var(--green-300);background:var(--white)}.upload-box__input{display:none}.upload-box__placeholder{justify-content:center;align-items:center;width:100%;height:100%;display:inline-flex}.upload-box__icon-svg{object-fit:contain;opacity:.85;width:48px;height:48px}.upload-box__preview{object-fit:cover;width:100%;height:100%;display:none;position:absolute;inset:0}.upload-box__preview--visible{display:block}.event-edit-form__submit{min-width:286px;min-height:62px;color:var(--white);cursor:pointer;background:var(--orange);box-shadow:0 10px 20px var(--orange-shadow-20);border:none;border-radius:16px;padding:0 28px;font-size:18px;font-weight:900;transition:background .2s,transform .2s}.event-edit-form__submit:hover{background:var(--orange-deep);transform:translateY(-1px)}.event-edit-form__map-field{grid-column:1/-1}.event-edit-form__map-field .yandex-event-map__container{min-height:320px}@media (width<=1024px){.event-edit-form{grid-template-columns:1fr;gap:20px}.event-edit-form__right{order:4}.event-edit-form__actions{order:5}.upload-box{height:240px}.form-field__textarea--location,.form-field__input--small,.select-wrap{max-width:100%}}@media (width<=768px){.event-edit-section{padding:28px 0 52px}.event-edit-card{box-sizing:border-box;border-radius:28px;padding:28px 20px 24px}.event-edit-card__title{font-size:34px}.event-edit-form__datetime{grid-template-columns:1fr;gap:18px}.form-field__label{font-size:17px}.form-field__input,.form-field__select,.form-field__textarea{font-size:16px}.upload-box{height:220px}.event-edit-form__submit{width:100%;min-width:0}}@media (width<=520px){.event-edit-page{background:linear-gradient(180deg, var(--beige) 0 70%, var(--green-200) 70% 100%)}.event-edit-card{padding:24px 18px 22px}.event-edit-card__title{font-size:30px}.event-edit-form__actions{width:100%}.event-edit-form__submit{width:100%;min-width:0}}.event-notification-box{border:1.5px solid var(--border);background:var(--white);border-radius:16px;flex-direction:column;gap:14px;padding:14px;display:flex}.event-notification-box__checks{gap:10px;display:grid}.event-notification-check{background:var(--neutral);border:1.5px solid var(--border-light);cursor:pointer;border-radius:14px;align-items:flex-start;gap:12px;min-height:58px;padding:12px 14px;transition:border-color .2s,box-shadow .2s,background-color .2s;display:flex}.event-notification-check:hover{border-color:var(--green-shadow-20);background:var(--green-100)}.event-notification-check input{opacity:0;pointer-events:none;position:absolute}.event-notification-check__box{border:2px solid var(--green);background:var(--white);box-sizing:border-box;border-radius:6px;flex:0 0 22px;width:22px;height:22px;margin-top:2px;position:relative}.event-notification-check__box:after{content:"";border:solid var(--white);transform-origin:50%;border-width:0 3px 3px 0;width:7px;height:12px;transition:transform .15s;position:absolute;top:2px;left:5px;transform:rotate(45deg)scale(0)}.event-notification-check input:checked+.event-notification-check__box{background:var(--green);border-color:var(--green)}.event-notification-check input:checked+.event-notification-check__box:after{transform:rotate(45deg)scale(1)}.event-notification-check__content{gap:3px;display:grid}.event-notification-check__title{color:var(--black);font-size:16px;font-weight:900;line-height:1.25}.event-notification-check__text{color:var(--muted);font-size:14px;font-weight:700;line-height:1.35}.event-volunteer-picker{background:var(--green-100);border:1.5px solid var(--green-shadow-20);border-radius:16px;gap:14px;padding:16px;display:grid}.event-volunteer-picker__head{gap:6px;display:grid}.event-volunteer-picker__title{color:var(--black);margin:0;font-size:20px;font-weight:900;line-height:1.2}.event-volunteer-picker__text,.event-volunteer-picker__mode,.event-volunteer-picker__notice,.event-volunteer-picker__empty{color:var(--muted);margin:0;font-size:14px;font-weight:700;line-height:1.45}.event-volunteer-picker__search-wrap{position:relative}.event-volunteer-picker__search{border:1.5px solid var(--border);background:var(--white);box-sizing:border-box;width:100%;height:50px;color:var(--black);box-shadow:0 2px 8px var(--shadow-black-05);border-radius:12px;padding:0 16px;font-size:16px}.event-volunteer-picker__search:focus{border-color:var(--green);box-shadow:0 0 0 3px var(--green-shadow-10);outline:none}.event-volunteer-picker__dropdown{z-index:20;background:var(--white);border:1.5px solid var(--border-light);max-height:320px;box-shadow:0 18px 46px var(--shadow-black-14);border-radius:16px;gap:6px;padding:8px;display:grid;position:absolute;top:calc(100% + 8px);left:0;right:0;overflow-y:auto}.event-volunteer-picker__option{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;min-height:58px;padding:8px 10px;transition:background-color .2s;display:flex}.event-volunteer-picker__option:hover,.event-volunteer-picker__option:focus-visible{background:var(--green-100);outline:none}.event-volunteer-picker__avatar,.event-volunteer-picker__selected-avatar{object-fit:cover;background:var(--white);border-radius:50%;flex:0 0 42px;width:42px;height:42px}.event-volunteer-picker__option-content,.event-volunteer-picker__selected-content{gap:2px;min-width:0;display:grid}.event-volunteer-picker__name,.event-volunteer-picker__selected-name{color:var(--black);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:900;line-height:1.25;overflow:hidden}.event-volunteer-picker__email,.event-volunteer-picker__selected-email{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:700;line-height:1.25;overflow:hidden}.event-volunteer-picker__mode{color:var(--green)}.event-volunteer-picker__selected-list{grid-template-columns:1fr;gap:10px;display:grid}.event-volunteer-picker__selected-item{background:var(--white);border:1.5px solid var(--border-light);border-radius:14px;grid-template-columns:42px minmax(0,1fr) 40px;align-items:center;gap:12px;min-width:0;min-height:62px;padding:8px 10px;display:grid}.event-volunteer-picker__remove{width:40px;height:40px;color:var(--black);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;justify-self:end;align-items:center;font-size:24px;line-height:1;transition:background-color .2s;display:inline-flex}.event-volunteer-picker__remove:hover{background:var(--red-shadow-10)}@media (width<=760px){.event-volunteer-picker__selected-item{grid-template-columns:38px minmax(0,1fr) 38px}.event-volunteer-picker__avatar,.event-volunteer-picker__selected-avatar{flex-basis:38px;width:38px;height:38px}}.admin-page{background:var(--page-bg);min-height:100vh;padding:42px 0 72px}.admin-header{background:var(--white);box-shadow:0 18px 44px var(--shadow-black-08);border-radius:28px;justify-content:space-between;align-items:center;gap:20px;margin-bottom:24px;padding:28px 32px;display:flex}.admin-header__title{margin:0;font-size:clamp(32px,4vw,54px);font-weight:900;line-height:1.1}.admin-header__back,.admin-panel__create,.admin-panel__clear,.admin-tabs__button,.admin-action,.admin-sort-button,.admin-page-button{cursor:pointer;border:none;font-family:inherit;text-decoration:none}.admin-header__back,.admin-panel__create{background:var(--green);min-height:50px;color:var(--white);white-space:nowrap;border-radius:14px;justify-content:center;align-items:center;padding:0 24px;font-size:17px;font-weight:900;display:inline-flex}.admin-error{background:var(--white);color:var(--red);box-shadow:0 10px 28px var(--shadow-black-08);border-radius:18px;margin-bottom:18px;padding:16px 18px;font-size:16px;font-weight:800}.admin-tabs{background:var(--white);box-shadow:0 12px 30px var(--shadow-black-08);border-radius:22px;gap:8px;margin-bottom:22px;padding:8px;display:flex;overflow-x:auto}.admin-tabs__button{min-height:48px;color:var(--black);white-space:nowrap;background:0 0;border-radius:16px;padding:0 24px;font-size:17px;font-weight:900}.admin-tabs__button--active{background:var(--green);color:var(--white)}.admin-panel{background:var(--white);box-shadow:0 18px 44px var(--shadow-black-08);border-radius:28px;padding:22px}.admin-panel__top{justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px;display:flex}.admin-panel__title{margin:0;font-size:30px;font-weight:900;line-height:1.2}.admin-panel__clear{background:var(--green);min-height:42px;color:var(--white);box-shadow:0 10px 22px var(--green-shadow-20);border-radius:12px;padding:0 18px;font-size:15px;font-weight:900;transition:background-color .2s,transform .2s,box-shadow .2s}.admin-panel__clear:hover,.admin-panel__clear:focus-visible{background:var(--green-dark);box-shadow:0 12px 26px var(--green-shadow-20);transform:translateY(-1px)}.admin-panel__clear:active{transform:translateY(0)}.admin-table-wrap{border:1px solid var(--border);background:var(--white);border-radius:8px 8px 0 0;width:100%;overflow:auto}.admin-db-table{border-collapse:collapse;width:100%;min-width:1120px;color:var(--black);font-size:13px;line-height:1.3}.admin-db-table th{z-index:1;border-right:1px solid var(--border-light);border-bottom:1px solid var(--border-soft);background:var(--footer-bg);color:var(--black);text-align:left;white-space:nowrap;padding:0;font-weight:800;position:sticky;top:0}.admin-db-table th:not(:has(.admin-sort-button)){padding:7px 9px}.admin-sort-button{width:100%;min-height:32px;color:inherit;text-align:left;font:inherit;background:0 0;padding:7px 9px;font-weight:800;display:block}.admin-sort-button:hover{background:var(--neutral)}.admin-db-table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);vertical-align:middle;white-space:nowrap;padding:7px 9px}.admin-db-table tbody tr:nth-child(odd) td{background:var(--footer-bg)}.admin-db-table tbody tr:nth-child(2n) td{background:var(--white)}.admin-db-table tbody tr:hover td{background:var(--green-200)}.admin-avatar{object-fit:cover;border-radius:50%;width:42px;height:42px;display:block}.admin-table-link,.admin-value-button{color:var(--link-blue);font:inherit;cursor:pointer;background:0 0;border:none;padding:0;font-weight:800;text-decoration:underline}.admin-select{border:1px solid var(--border-soft);background:var(--white);min-width:150px;min-height:32px;color:var(--black);font:inherit;border-radius:5px;padding:0 8px}.admin-select--small{min-width:74px}.admin-action{background:var(--green);min-height:32px;color:var(--white);border-radius:7px;justify-content:center;align-items:center;padding:0 12px;font-size:13px;font-weight:900;display:inline-flex}.admin-action--danger{background:var(--red)}.admin-action--link{text-decoration:none}.admin-actions-cell,.admin-inline-control{align-items:center;gap:8px;display:flex}.admin-actions-cell--vertical{flex-direction:column;align-items:stretch;min-width:150px}.admin-actions-cell--vertical .admin-action{width:100%}.admin-action:disabled{cursor:default;opacity:.55}.admin-muted{color:var(--muted);font-size:12px;font-weight:600}.admin-table-text-long{text-overflow:ellipsis;max-width:360px;overflow:hidden}.admin-filters{flex-wrap:wrap;align-items:center;gap:8px;min-height:42px;margin-bottom:14px;display:flex}.admin-filter-chip{background:var(--surface-card-green);min-height:34px;color:var(--green-700);cursor:pointer;border:none;border-radius:999px;padding:0 12px;font-size:14px;font-weight:900}.admin-table-footer{border:1px solid var(--border);background:var(--green-100);min-height:48px;color:var(--black);border-top:none;border-radius:0 0 8px 8px;justify-content:space-between;align-items:center;gap:14px;padding:8px 10px;font-size:13px;font-weight:800;display:flex}.admin-table-footer__rows,.admin-table-footer__pages{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.admin-table-footer__current{text-align:center;min-width:70px}.admin-page-button{border:1px solid var(--border-soft);background:var(--white);min-width:32px;min-height:32px;color:var(--black);border-radius:5px;font-size:16px;font-weight:900}.admin-page-button:disabled{cursor:default;opacity:.45}.admin-state{background:var(--white);box-shadow:0 12px 32px var(--shadow-black-08);text-align:center;border-radius:24px;padding:24px;font-size:20px;font-weight:800}.admin-state--small{margin-bottom:14px;padding:12px;font-size:15px}@media (width<=760px){.admin-page{padding:28px 0 52px}.admin-header{border-radius:22px;flex-direction:column;align-items:stretch;padding:22px}.admin-header__back,.admin-panel__create,.admin-panel__clear{width:100%}.admin-panel{border-radius:22px;padding:14px}.admin-panel__top,.admin-table-footer{flex-direction:column;align-items:stretch}.admin-table-footer__rows,.admin-table-footer__pages{justify-content:center}}.privacy-page{background:linear-gradient(135deg, var(--green-shadow-10), var(--white));padding:70px 0}.privacy-card{background:var(--white);max-width:900px;box-shadow:0 22px 55px var(--shadow-black-08);border-radius:32px;margin:0 auto;padding:44px}.privacy-card h1{margin:0 0 24px;font-size:clamp(32px,5vw,52px);line-height:1.05}.privacy-card h2{margin:28px 0 10px;font-size:24px}.privacy-card p{color:var(--text-muted);margin:0;font-size:17px;line-height:1.6}.privacy-card__back{background:var(--green);min-height:52px;color:var(--white);border-radius:14px;justify-content:center;align-items:center;margin-top:32px;padding:0 24px;font-weight:900;text-decoration:none;display:inline-flex}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-width:320px;margin:0}img,picture,video,canvas,svg{max-width:100%;display:block}img{height:auto}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit;color:inherit;background:0 0;border:none;outline:none}button{cursor:pointer;padding:0}input,textarea,select{appearance:none}textarea{resize:vertical}ul,ol{margin:0;padding:0}p,h1,h2,h3,h4,h5,h6,figure,blockquote{margin:0}:root{--black:#000;--white:#fff;--green:#2f8f2f;--green-dark:#257425;--green-700:#2f5d2f;--green-600:#2f7d2b;--green-400:#79aa79;--green-300:#bfcdbf;--green-200:#d8e3db;--green-100:#eff7ef;--green-mist:#eef2ee;--green-soft:#d2ddd1;--green-glow-50:#b8ccb880;--green-glow-10:#b8ccb81a;--green-shadow-10:#2f8f2f1a;--green-shadow-20:#2f8f2f33;--green-shadow-35:#2f8f2f59;--green-accent-15:#4bb54326;--orange:#f58600;--orange-dark:#ff8f00;--orange-bright:#ff8f1f;--orange-600:#f57c00;--orange-deep:#de7100;--orange-200:#f3d5a6;--orange-100:#f8ead2;--orange-050:#fff1de;--orange-soft:#f2cf99;--orange-shadow-10:#dc7a201a;--orange-shadow-20:#f57c0033;--orange-shadow-35:#f5860059;--red:#ea2b23;--red-dark:#b42318;--red-soft:#f3d9d7;--red-shadow-10:#ea2b231a;--red-shadow-20:#ea2b2333;--beige:#eae1d7;--page-bg:#f6f6f6;--surface-panel:#efeee4;--surface-card:#f5f3f2;--surface-card-green:#f4f5f2;--surface-card-beige:#f4f2ef;--surface-card-soft:#f3f1ef;--neutral:#ececec;--muted:#626262;--link-blue:#045c98;--footer-bg:#e5e7eb;--border:#d5d5d5;--border-light:#d9d9d9;--border-soft:#d8d8d8;--border-main:#bdbdbd80;--overlay-dark:#0000006b;--overlay-surface:#f8f8f8f5;--overlay-card:#f5f3f2f0;--shadow-black-05:#0000000d;--shadow-black-08:#00000014;--shadow-black-12:#0000001f;--shadow-green-08:#2e433114;--shadow:0 4px 14px var(--shadow-black-08);--container-width:1120px;--container-padding:48px;--radius-xs:10px;--radius-sm:12px;--radius-md:14px;--radius-lg:18px;--radius-xl:28px;--radius-2xl:42px;--transition-fast:.2s ease}body{color:var(--black);background:var(--page-bg);font-family:Nunito Sans,sans-serif;line-height:1.4}#root,.app-shell{min-height:100vh}.app-shell{flex-direction:column;display:flex}.app-main{flex:1}.container{width:min(var(--container-width), calc(100% - (var(--container-padding) * 2)));box-sizing:border-box;margin:0 auto}.section{padding:40px 0 60px}.grid{gap:20px;display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.single-column{max-width:760px}.button{min-height:48px;transition:var(--transition-fast);border-radius:14px;justify-content:center;align-items:center;padding:0 20px;font-weight:800;display:inline-flex}.button--primary{background:var(--green);color:var(--white)}.button--secondary{color:var(--green);border:1.5px solid var(--green);background:0 0}.button:focus,.button:focus-visible{outline:none}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.not-found{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100vh;padding:24px;display:flex}.not-found h1{margin:0;font-size:72px}.not-found p{color:var(--muted);margin:0 0 8px}@media (width<=900px){:root{--container-padding:32px}.grid--2,.grid--3{grid-template-columns:1fr}}@media (width<=768px){:root{--container-padding:24px}}
