:root{--auth-ink:#173f3d;--auth-muted:#68817d;--auth-brand:#15bea9;--auth-brand-dark:#0b9184;--auth-line:rgba(21,190,169,.2);--auth-soft:#effbf9}*{box-sizing:border-box}html,body{min-height:100%;margin:0}body.auth-page{font-family:Nunito,system-ui,sans-serif;color:var(--auth-ink);background:#fff}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(360px,.92fr) minmax(520px,1.08fr)}.auth-brand{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:space-between;padding:clamp(34px,6vw,78px);background:linear-gradient(150deg,#eafaf7 0%,#fafffe 68%,#e6f8f5 100%);border-right:1px solid var(--auth-line)}.auth-brand::before,.auth-brand::after{content:"";position:absolute;border-radius:50%;pointer-events:none}.auth-brand::before{width:420px;height:420px;right:-160px;top:10%;background:rgba(21,190,169,.12);filter:blur(3px)}.auth-brand::after{width:230px;height:230px;left:-90px;bottom:4%;background:rgba(21,190,169,.08);filter:blur(24px)}.auth-logo{position:relative;z-index:1;display:flex;align-items:center;gap:12px;width:max-content;color:inherit;text-decoration:none}.auth-logo img{width:58px;height:58px;object-fit:contain}.auth-logo strong{display:block;font-size:1.1rem;letter-spacing:.13em}.auth-logo small{display:block;margin-top:3px;color:#718984;font-size:.6rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.auth-brand__copy{position:relative;z-index:1;max-width:630px}.auth-kicker{margin:0 0 14px;color:#087f74;font-size:.76rem;font-weight:900;letter-spacing:.13em;text-transform:uppercase}.auth-brand h1{max-width:690px;margin:0 0 22px;font-size:clamp(3rem,6vw,5.7rem);line-height:.98;letter-spacing:-.06em}.auth-brand__copy>p{max-width:600px;margin:0;color:var(--auth-muted);font-size:1.02rem;line-height:1.75}.auth-benefits{display:grid;gap:12px;margin-top:30px;padding:0;list-style:none}.auth-benefits li{display:flex;align-items:center;gap:10px;color:#496963;font-weight:700}.auth-benefits li::before{content:"✓";display:grid;place-items:center;width:25px;height:25px;border-radius:8px;background:#d7f5ef;color:#08887b;font-weight:900}.auth-back{position:relative;z-index:1;width:max-content;color:#087f74;text-decoration:none;font-weight:900}.auth-panel{display:grid;place-items:center;padding:34px;background:radial-gradient(circle at 50% 50%,rgba(21,190,169,.055),transparent 46%),#fff}.auth-card{width:min(560px,100%);padding:34px;border:1px solid var(--auth-line);border-radius:30px;background:rgba(255,255,255,.98);box-shadow:0 28px 78px rgba(24,85,78,.12)}.auth-role-tabs{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:6px;margin-bottom:26px;border-radius:16px;background:#edf8f6}.auth-role-tab{min-height:46px;border:0;border-radius:12px;background:transparent;color:#617b76;font:800 .9rem Nunito;cursor:pointer;transition:.2s}.auth-role-tab.is-active{background:#fff;color:#0b8176;box-shadow:0 8px 24px rgba(24,85,78,.08)}.auth-card__header{margin-bottom:24px}.auth-card__header h2{margin:0 0 7px;font-size:2rem;letter-spacing:-.035em}.auth-card__header p{margin:0;color:var(--auth-muted);line-height:1.6}.auth-mode-switch{display:flex;gap:18px;margin:0 0 22px;border-bottom:1px solid rgba(23,63,61,.1)}.auth-mode-switch button{position:relative;padding:0 0 12px;border:0;background:none;color:#788f8b;font:800 .92rem Nunito;cursor:pointer}.auth-mode-switch button.is-active{color:#0b8176}.auth-mode-switch button.is-active::after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;border-radius:3px;background:var(--auth-brand)}.auth-form{display:grid;gap:16px}.auth-form[hidden]{display:none!important}.auth-form label{display:grid;gap:7px;color:#254d49;font-size:.82rem;font-weight:900}.auth-form input{width:100%;min-height:50px;padding:0 15px;border:1px solid rgba(23,63,61,.16);border-radius:13px;background:#fbfefd;color:var(--auth-ink);font:400 1rem Nunito;outline:none;transition:border-color .2s,box-shadow .2s}.auth-form input:focus{border-color:var(--auth-brand);box-shadow:0 0 0 4px rgba(21,190,169,.1)}.auth-password{position:relative}.auth-password input{padding-right:78px}.auth-password button{position:absolute;right:8px;top:7px;bottom:7px;padding:0 11px;border:0;border-radius:9px;background:#e7f8f5;color:#087f74;font:800 .78rem Nunito;cursor:pointer}.auth-submit{width:100%;min-height:52px;margin-top:4px;border:0;border-radius:13px;background:linear-gradient(135deg,var(--auth-brand),#0bb29e);color:#fff;font:900 1rem Nunito;cursor:pointer;box-shadow:0 15px 32px rgba(21,190,169,.22);transition:transform .2s,box-shadow .2s}.auth-submit:hover{transform:translateY(-1px);box-shadow:0 19px 38px rgba(21,190,169,.27)}.auth-submit:disabled{opacity:.58;cursor:not-allowed;transform:none}.auth-divider{display:flex;align-items:center;gap:12px;margin:22px 0;color:#8aa09c;font-size:.78rem;font-weight:800}.auth-divider::before,.auth-divider::after{content:"";height:1px;flex:1;background:rgba(23,63,61,.1)}.google-auth{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;min-height:50px;border:1px solid rgba(23,63,61,.15);border-radius:13px;background:#fff;color:#274d49;text-decoration:none;font-weight:800;transition:.2s}.google-auth:hover{border-color:rgba(21,190,169,.45);background:#fbfffe}.google-auth img{width:22px;height:22px;object-fit:contain}.google-auth.is-disabled{opacity:.48;pointer-events:none}.auth-check{display:flex!important;grid-template-columns:20px 1fr!important;align-items:start;gap:10px!important;color:#617b76!important;font-weight:600!important;line-height:1.45}.auth-check input{width:18px!important;height:18px!important;min-height:0!important;margin-top:2px;accent-color:var(--auth-brand)}.auth-check a{color:#087f74;font-weight:800}.auth-status{min-height:22px;margin:2px 0 0;color:#b42318;font-size:.86rem;font-weight:800}.auth-status.is-success{color:#087f74}.auth-security{margin:22px 0 0;padding-top:18px;border-top:1px solid rgba(23,63,61,.09);color:#839894;font-size:.76rem;line-height:1.55}.auth-admin-note{display:flex;gap:12px;padding:14px;border-radius:14px;background:#effaf8;color:#55736d;font-size:.84rem;line-height:1.55}.auth-admin-note strong{color:#173f3d}.auth-account-state{display:none;padding:20px;border-radius:17px;background:linear-gradient(145deg,#e8faf6,#fff)}.auth-account-state.is-visible{display:block}.auth-account-state h3{margin:0 0 6px}.auth-account-state p{margin:0 0 15px;color:var(--auth-muted)}@media(max-width:980px){.auth-shell{grid-template-columns:1fr}.auth-brand{min-height:auto;padding:34px}.auth-brand h1{font-size:clamp(2.65rem,10vw,4.2rem)}.auth-benefits{display:none}.auth-back{margin-top:30px}.auth-panel{padding:28px 18px 50px}.auth-card{padding:27px}}@media(max-width:520px){.auth-brand{padding:26px 20px}.auth-logo img{width:48px;height:48px}.auth-panel{padding:18px 12px 38px}.auth-card{padding:22px 18px;border-radius:23px}.auth-role-tabs{grid-template-columns:1fr}.auth-card__header h2{font-size:1.7rem}}.auth-name-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.auth-login-hint{margin:-4px 0 0;color:#7a918d;font-size:.76rem;line-height:1.55}.auth-account-state .auth-submit{display:flex;align-items:center;justify-content:center;text-decoration:none}.auth-form input,.auth-form textarea,.auth-form select{font-weight:400!important}@media(max-width:560px){.auth-name-grid{grid-template-columns:1fr}}.auth-forms-stage{position:relative;overflow:hidden;transition:height .34s cubic-bezier(.22,.61,.36,1)}.auth-forms-stage>.auth-form{width:100%;will-change:opacity,transform}.auth-forms-stage.is-switching>.auth-form{pointer-events:none}@media (prefers-reduced-motion:reduce){.auth-forms-stage{transition:none!important}.auth-forms-stage>.auth-form{animation:none!important}}.auth-card__header{min-height:82px}.auth-forms-stage{position:relative;overflow:hidden;transition:height .34s cubic-bezier(.22,.61,.36,1);contain:layout paint}.auth-forms-stage>.auth-form{position:absolute;inset:0 0 auto 0;width:100%;margin:0;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(14px);transition:opacity .24s ease,transform .32s cubic-bezier(.22,.61,.36,1);will-change:opacity,transform}.auth-forms-stage>.auth-form.is-active{position:relative;inset:auto;opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}.auth-forms-stage>.auth-form.is-active.is-entering{opacity:0;transform:translateX(14px)}.auth-forms-stage>.auth-form.is-leaving{visibility:visible;opacity:0;transform:translateX(-12px)}.auth-security{display:none!important}@media(max-width:520px){.auth-card__header{min-height:94px}}@media(prefers-reduced-motion:reduce){.auth-forms-stage,.auth-forms-stage>.auth-form{transition:none!important}}.read-more-card{position:relative;overflow:hidden;padding:clamp(24px,4vw,36px) !important;border:1px solid rgba(15,157,138,.14) !important;background:radial-gradient(circle at 92% 12%,rgba(21,190,169,.12),transparent 34%),linear-gradient(145deg,#ffffff 0%,#f8fffd 100%) !important}.read-more-card::after{content:"";position:absolute;right:-54px;bottom:-64px;width:180px;height:180px;border:1px solid rgba(15,157,138,.11);border-radius:50%;pointer-events:none}.read-more-card__title{position:relative;z-index:1;display:flex !important;align-items:center;gap:12px;margin:0 0 20px !important;color:#103f40;font-size:clamp(25px,3vw,34px) !important;line-height:1.15 !important}.read-more-card__icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:13px;background:rgba(21,190,169,.12)}.read-more-card__icon::before{content:"";width:19px;height:19px;border:2px solid #0b9f8e;border-radius:4px 4px 2px 2px;box-shadow:5px 5px 0 -2px #a7e8df;transform:rotate(-3deg)}.read-more-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:0 !important}.read-more-link{display:flex !important;min-width:0;min-height:62px;align-items:center;justify-content:space-between;gap:14px;padding:15px 16px !important;border:1px solid rgba(15,157,138,.14) !important;border-radius:16px !important;background:rgba(255,255,255,.86) !important;color:#173f41 !important;box-shadow:0 12px 28px -26px rgba(17,61,63,.42);font-weight:750 !important;line-height:1.3;text-decoration:none !important;transition:transform .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .22s ease !important}.read-more-link:hover,.read-more-link:focus-visible{transform:translateY(-2px);border-color:rgba(15,157,138,.34) !important;background:#ffffff !important;box-shadow:0 18px 34px -25px rgba(15,157,138,.48);outline:none}.read-more-link__title{min-width:0;overflow-wrap:anywhere}.read-more-link__arrow{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:10px;background:rgba(21,190,169,.1);color:#0b9f8e;font-size:18px;transition:transform .22s ease,background-color .22s ease,color .22s ease}.read-more-link:hover .read-more-link__arrow,.read-more-link:focus-visible .read-more-link__arrow{transform:translateX(2px);background:#15bea9;color:#fff}@media (max-width:660px){.read-more-card{padding:22px 18px !important}.read-more-grid{grid-template-columns:1fr;gap:10px}.read-more-link{min-height:58px;padding:13px 14px !important}.read-more-card__title{margin-bottom:16px !important}}@media (prefers-reduced-motion:reduce){.read-more-link,.read-more-link__arrow{transition:none !important}}@media (max-width:980px){body.menu-open{overflow:hidden}.header{z-index:1300}.header__inner{position:relative}.nav{position:fixed !important;z-index:1290 !important;top:calc(76px + env(safe-area-inset-top,0px)) !important;left:12px !important;right:12px !important;width:auto !important;max-width:none !important;max-height:calc(100dvh - 82px - env(safe-area-inset-bottom,0px)) !important;margin:0 !important;padding:14px !important;display:grid !important;grid-template-columns:minmax(0,1fr) !important;align-content:start !important;gap:6px !important;overflow-x:hidden !important;overflow-y:auto !important;overscroll-behavior:contain;border:1px solid rgba(21,190,169,.20) !important;border-radius:24px !important;background:rgba(255,255,255,.985) !important;box-shadow:0 26px 70px rgba(25,60,58,.20) !important;backdrop-filter:blur(18px) !important;-webkit-backdrop-filter:blur(18px) !important;transform:translateY(-10px) scale(.985) !important;transform-origin:top center !important;transition:opacity .22s ease,transform .22s ease,visibility .22s ease !important}.nav:not(.is-open){display:grid !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important}.nav.is-open{opacity:1 !important;visibility:visible !important;pointer-events:auto !important;transform:translateY(0) scale(1) !important}.nav > a,.nav__item,.nav__item--products,.nav__item--products .nav__link{width:100% !important;min-width:0 !important}.nav > a,.nav__item--products .nav__link{min-height:50px !important;display:flex !important;align-items:center !important;justify-content:space-between !important;padding:12px 14px !important;border-radius:14px !important;text-align:left !important;background:transparent !important;box-shadow:none !important}.nav > a:hover,.nav > a:focus-visible,.nav__item--products .nav__link:hover,.nav__item--products .nav__link:focus-visible{background:rgba(21,190,169,.09) !important}.nav__item--products .nav__link::after{display:block !important;flex:0 0 auto !important;margin:-4px 3px 0 12px !important}.nav.is-open .nav__item--products .nav__dropdown,.nav.is-open .nav__item--products.is-dropdown-collapsed .nav__dropdown{position:static !important;left:auto !important;right:auto !important;top:auto !important;width:100% !important;max-width:none !important;max-height:0 !important;display:grid !important;gap:10px !important;margin:0 !important;padding:0 10px !important;overflow:hidden !important;opacity:0 !important;visibility:hidden !important;pointer-events:none !important;border-width:0 !important;border-radius:18px !important;background:rgba(239,251,249,.78) !important;box-shadow:none !important;transform:none !important;transition:max-height .28s ease,opacity .20s ease,padding .28s ease,margin .28s ease,visibility .20s ease !important}.nav.is-open .nav__item--products.is-dropdown-open .nav__dropdown{max-height:390px !important;margin-top:4px !important;padding:10px !important;opacity:1 !important;visibility:visible !important;pointer-events:auto !important;border:1px solid rgba(21,190,169,.14) !important}.nav__dropdown-header{width:100% !important;padding:2px 3px 10px !important}.nav .nav-product{width:100% !important;min-width:0 !important;min-height:76px !important;grid-template-columns:54px minmax(0,1fr) auto !important;gap:11px !important;padding:10px !important;border-radius:18px !important}.nav-product__thumb{width:54px !important;height:54px !important;border-radius:16px !important}.nav-product__thumb img{width:38px !important;height:48px !important}.nav-product__copy{min-width:0 !important}.nav-product__copy strong,.nav-product__copy small{white-space:normal !important;overflow-wrap:anywhere !important}.nav-product__price{align-self:center !important;white-space:nowrap !important;padding:8px 10px !important}}@media (max-width:520px){.nav{top:calc(76px + env(safe-area-inset-top,0px)) !important;left:8px !important;right:8px !important;padding:11px !important;border-radius:20px !important}.nav .nav-product{grid-template-columns:48px minmax(0,1fr) !important;min-height:72px !important}.nav-product__thumb{width:48px !important;height:48px !important}.nav-product__price{grid-column:2 !important;justify-self:start !important;margin-top:-2px !important;padding:5px 9px !important}}@media (max-width:720px){.hero__copy{text-align:center !important}.hero h1{width:100% !important;max-width:100% !important;margin-inline:auto !important;font-size:clamp(2rem,8.7vw,3.15rem) !important;text-align:center !important}.hero__typing-line{width:100% !important;max-width:100% !important;margin-inline:auto !important;text-align:center !important}.hero__typing-row{left:50% !important;width:max-content !important;max-width:100% !important;justify-content:center !important;transform:translateX(-50%) !important;text-align:center !important}.hero__typing-value{max-width:100% !important;text-align:center !important}}@media (max-width:420px){.hero h1{font-size:clamp(1.9rem,8.35vw,2.45rem) !important}}@media (max-width:860px){.ingredients-feature-layout .ingredient-list-card__body{display:block !important;gap:0 !important}.ingredient-list-card__divider{display:none !important}.ingredient-line-list + .ingredient-line-list{margin-top:0 !important}.ingredient-line-list + .ingredient-line-list li:first-child{margin-top:0 !important;border-top:0 !important}.ingredient-line-list:first-child li:last-child{border-bottom:1px solid rgba(25,60,58,.11) !important}}@media (max-width:520px){.ingredient-list-card{padding:24px 18px !important}.ingredient-list-card__head{margin-bottom:18px !important}.ingredient-line-list li{min-height:42px !important;padding:5px 0 !important}}.admin-panel-link{display:none;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:12px;background:#dc2626;color:#fff!important;font-weight:900;text-decoration:none;box-shadow:0 12px 28px rgba(220,38,38,.2);transition:transform .2s ease,background-color .2s ease,box-shadow .2s ease;white-space:nowrap}.admin-panel-link.is-visible{display:inline-flex}.admin-panel-link:hover,.admin-panel-link:focus-visible{background:#b91c1c;transform:translateY(-1px);box-shadow:0 15px 30px rgba(220,38,38,.26)}.admin-panel-link:active{transform:translateY(0)}.inpost-selected__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:12px;background:#ddf8f4;color:#059f8e}.inpost-selected__icon svg{width:23px;height:23px;display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}@media (min-width:901px){.product-section,.ingredients,.reviews,.planner-section,.faq,.cta-section{content-visibility:auto;contain-intrinsic-size:auto 760px}}@media (max-width:900px){.admin-panel-link{order:4;width:100%;min-height:48px;margin-top:6px;border-radius:14px}.header__inner>.admin-panel-link.is-visible{display:flex}}.hero__copy.reveal{opacity:1!important;transform:none!important;transition:none!important}