@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap";@import"https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap";:root{font-family:Golos Text,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:var(--landing-text);background-color:var(--landing-bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--landing-bg: #f4f6fb;--landing-surface: #eceff7;--landing-surface-2: #ffffff;--landing-border: rgba(15, 23, 42, .1);--landing-text: #0f172a;--landing-text-muted: rgba(15, 23, 42, .62);--landing-accent: #6366f1;--landing-accent-2: #0ea5e9;--landing-radius: 14px;--landing-max: 1120px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;min-height:100vh}#root{min-height:100vh}.bottom-nav{position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid var(--landing-border);padding:8px 12px calc(env(safe-area-inset-bottom,0px) + 8px);box-shadow:0 -4px 24px #0f172a14;z-index:1000}.bottom-nav__list{margin:0;padding:0;display:flex;justify-content:space-between;gap:8px;list-style:none}.bottom-nav__item{flex:1}.bottom-nav__link{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 10px;border-radius:12px;color:var(--landing-text-muted);text-decoration:none;font-size:13px;font-weight:500;transition:background-color .15s ease,color .15s ease,transform .08s ease}.bottom-nav__link--active{color:#fff;background:linear-gradient(135deg,#6366f1,#0ea5e9)}.bottom-nav__link:active{transform:scale(.97)}.bottom-nav__label{white-space:nowrap}.landing{background:var(--landing-bg);color:inherit;min-height:100vh}.landing-visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.landing-container{width:100%;max-width:var(--landing-max);margin:0 auto;padding:0 20px}.landing-top-banner{background:linear-gradient(90deg,#6366f124,#0ea5e91a);border-bottom:1px solid var(--landing-border)}.landing-top-banner__inner{max-width:var(--landing-max);margin:0 auto;padding:10px 20px;font-size:14px}.landing-top-banner__line{margin:0;display:flex;align-items:center;justify-content:center;gap:6px 12px}.landing-top-banner__title{font-weight:600;color:var(--landing-text)}.landing-top-banner__meta{color:var(--landing-text-muted);font-size:13px}.landing-top-banner__meta:before{content:"·";margin-right:10px;color:#0f172a47}.landing-header{position:sticky;top:0;z-index:50;background:#ffffffe0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.landing-header__inner{max-width:var(--landing-max);margin:0 auto;padding:14px 20px;display:flex;align-items:center;gap:20px}.landing-logo{display:inline-flex;align-items:center;gap:10px;text-decoration:none;color:var(--landing-text);font-weight:700;font-size:1.05rem;letter-spacing:-.02em;margin-right:auto}.landing-logo--footer .landing-logo__text{font-size:1.1rem}.landing-logo__icon{flex-shrink:0}.landing-nav{display:flex;align-items:center;gap:6px}.landing-nav__link{color:var(--landing-text-muted);text-decoration:none;font-size:14px;font-weight:500;padding:8px 12px;border-radius:10px;transition:color .15s ease,background .15s ease}.landing-nav__link:hover{color:var(--landing-text);background:#0f172a0d}.landing-header__actions{display:flex;align-items:center;gap:10px}.landing-burger{display:none;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;margin:-8px -10px -8px 0;border:none;border-radius:10px;background:transparent;cursor:pointer;color:var(--landing-text)}.landing-burger span{display:block;height:2px;border-radius:1px;background:currentColor;transition:transform .2s ease,opacity .2s ease}.landing-burger.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.landing-burger.is-open span:nth-child(2){opacity:0}.landing-burger.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}@media (max-width: 900px){.landing-nav,.landing-header__actions{display:none}.landing-burger{display:flex}}.landing-mobile-sheet{display:none;position:fixed;inset:0;z-index:60;background:#0000008c;opacity:0;pointer-events:none;transition:opacity .2s ease}.landing-mobile-sheet.is-open{display:block;opacity:1;pointer-events:auto}.landing-mobile-sheet__panel{position:absolute;top:0;right:0;width:min(320px,88vw);height:100%;background:var(--landing-surface-2);border-left:1px solid var(--landing-border);padding:24px 20px;transform:translate(100%);transition:transform .25s ease;box-shadow:-12px 0 40px #0f172a1f}.landing-mobile-sheet.is-open .landing-mobile-sheet__panel{transform:translate(0)}.landing-mobile-nav{display:flex;flex-direction:column;gap:4px}.landing-mobile-nav__link{color:var(--landing-text);text-decoration:none;font-weight:500;padding:12px 14px;border-radius:10px}.landing-mobile-nav__link:hover{background:#0f172a0d}.landing-mobile-nav__rule{border:none;border-top:1px solid var(--landing-border);margin:12px 0}.landing-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 18px;border-radius:11px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;border:1px solid transparent;cursor:pointer;transition:transform .08s ease,background .15s ease,border-color .15s ease,color .15s ease}.landing-btn:active{transform:scale(.98)}.landing-btn--block{width:100%;margin-top:8px}.landing-btn--ghost{background:transparent;color:var(--landing-text);border-color:var(--landing-border)}.landing-btn--ghost:hover{background:#0f172a0a}.landing-btn--primary{background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;box-shadow:0 4px 20px #6366f159}.landing-btn--primary:hover{filter:brightness(1.06)}.landing-btn--hero{padding:14px 26px;font-size:15px;background:linear-gradient(135deg,#818cf8,#22d3ee);color:#0c0e14;box-shadow:0 8px 32px #818cf866}.landing-btn--hero:hover{filter:brightness(1.05)}.landing-btn--outline{background:transparent;color:var(--landing-accent);border-color:#6366f173}.landing-btn--outline:hover{background:#6366f114}.landing-hero{position:relative;padding:72px 0 88px;overflow:hidden}@media (max-width: 640px){.landing-hero{padding:48px 0 64px}}.landing-hero__glow{position:absolute;top:-40%;left:50%;transform:translate(-50%);width:140%;max-width:900px;aspect-ratio:1;background:radial-gradient(circle,rgba(99,102,241,.22) 0%,rgba(14,165,233,.1) 42%,transparent 70%);pointer-events:none}.landing-hero__inner{position:relative;text-align:center;max-width:760px}.landing-hero__title{margin:0 0 20px;font-size:clamp(1.75rem,4.5vw,2.65rem);font-weight:700;letter-spacing:-.03em;line-height:1.15}.landing-hero__lead{margin:0 0 28px;font-size:clamp(1rem,2vw,1.2rem);color:var(--landing-text-muted);line-height:1.55}.landing-section{padding:64px 0}.landing-section--muted{background:var(--landing-surface);border-top:1px solid var(--landing-border);border-bottom:1px solid var(--landing-border)}.landing-section__heading{margin:0 0 12px;font-size:clamp(1.4rem,3vw,1.75rem);font-weight:700;letter-spacing:-.02em}.landing-section__sub{margin:0 0 32px;color:var(--landing-text-muted);max-width:560px;line-height:1.55}.landing-benefits{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}.landing-benefit{background:var(--landing-surface-2);border:1px solid var(--landing-border);border-radius:var(--landing-radius);padding:24px}.landing-benefit--wide{grid-column:1 / -1}@media (max-width: 900px){.landing-benefits{grid-template-columns:1fr}.landing-benefit--wide{grid-column:auto}}.landing-benefit__title{margin:0 0 12px;font-size:1.05rem;font-weight:600;line-height:1.35}.landing-benefit__text{margin:0;color:var(--landing-text-muted);font-size:15px;line-height:1.55}.landing-reviews{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 900px){.landing-reviews{grid-template-columns:1fr}}.landing-review{margin:0;padding:22px;background:var(--landing-surface-2);border:1px solid var(--landing-border);border-radius:var(--landing-radius)}.landing-review__text{margin:0 0 16px;font-size:15px;line-height:1.55;font-style:normal;color:var(--landing-text)}.landing-review__footer{display:flex;flex-direction:column;gap:2px}.landing-review__name{font-style:normal;font-weight:600;font-size:14px}.landing-review__role{font-size:13px;color:var(--landing-text-muted)}.landing-cta{text-align:center;padding:48px 32px;border-radius:20px;background:linear-gradient(145deg,#6366f11f,#0ea5e914);border:1px solid rgba(99,102,241,.2)}.landing-cta__title{margin:0 0 8px;font-size:clamp(1.35rem,3vw,1.85rem);font-weight:700}.landing-cta__text{margin:0 0 22px;color:var(--landing-text-muted);font-size:1.05rem}.landing-download-pitch{text-align:center;max-width:640px;margin:0 auto}.landing-download-pitch .landing-section__sub{margin-left:auto;margin-right:auto}.landing-download-pitch__stores{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:8px}.landing-pill{font-size:13px;font-weight:500;padding:8px 14px;border-radius:999px;background:var(--landing-surface-2);border:1px solid var(--landing-border);color:var(--landing-text-muted)}.landing-faq__intro{margin-bottom:20px;max-width:none}.landing-faq{max-width:720px;margin:0 auto;display:flex;flex-direction:column;gap:10px}.landing-faq__item{border-radius:var(--landing-radius);border:1px solid var(--landing-border);background:var(--landing-surface-2);overflow:hidden}.landing-faq__question{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 20px;border:none;background:transparent;color:var(--landing-text);font-family:inherit;font-size:15px;font-weight:600;text-align:left;cursor:pointer}.landing-faq__question:hover{background:#0f172a0a}.landing-faq__chevron{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;background:#0f172a0f;font-size:18px;line-height:1}.landing-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .28s ease}.landing-faq__answer--open{grid-template-rows:1fr}.landing-faq__answer-inner{overflow:hidden}.landing-faq__answer-inner p{margin:0;padding:0 20px 18px;color:var(--landing-text-muted);font-size:14px;line-height:1.6}.landing-footer{margin-top:auto;background:#e8ecf4;border-top:1px solid var(--landing-border)}.landing-footer__grid{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:40px;padding:56px 20px 40px}@media (max-width: 768px){.landing-footer__grid{grid-template-columns:1fr;gap:32px;padding:40px 20px 32px}}.landing-footer__tagline{margin:14px 0 0;font-size:14px;color:var(--landing-text-muted);line-height:1.5;max-width:280px}.landing-footer__nav-title{display:block;font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#0f172a73;margin-bottom:16px}.landing-footer__links{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.landing-footer__links a{color:var(--landing-text-muted);text-decoration:none;font-size:14px}.landing-footer__links a:hover{color:var(--landing-text)}.landing-footer__social-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:10px}.landing-footer__social-list a{color:var(--landing-text-muted);text-decoration:none;font-size:14px}.landing-footer__social-list a:hover{color:var(--landing-text)}.landing-footer__bar{border-top:1px solid var(--landing-border)}.landing-footer__bar-inner{padding:18px 20px}.landing-footer__copy{margin:0;font-size:13px;color:#0f172a73;text-align:center}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px 20px calc(env(safe-area-inset-bottom,0px) + 24px);background:var(--landing-bg)}.auth-card{width:100%;max-width:400px;padding:32px 28px;background:var(--landing-surface-2);border:1px solid var(--landing-border);border-radius:var(--landing-radius);box-shadow:0 12px 40px #0f172a0f}.auth-page__home{display:inline-block;margin-bottom:20px;font-size:14px;font-weight:500;color:var(--landing-text-muted);text-decoration:none}.auth-page__home:hover{color:var(--landing-accent)}.auth-page__title{margin:0 0 24px;font-size:1.5rem;font-weight:700;letter-spacing:-.02em;color:var(--landing-text)}.auth-form{display:flex;flex-direction:column;gap:20px}.auth-field{display:flex;flex-direction:column;gap:8px}.auth-field__label{font-size:14px;font-weight:600;color:var(--landing-text)}.auth-field__input{width:100%;padding:12px 14px;font-family:inherit;font-size:15px;color:var(--landing-text);background:var(--landing-bg);border:1px solid var(--landing-border);border-radius:11px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.auth-field__input::placeholder{color:#0f172a59}.auth-field__input:hover{border-color:#6366f159}.auth-field__input:focus{border-color:var(--landing-accent);box-shadow:0 0 0 3px #6366f133}.auth-form__submit{width:100%}.auth-page__alt{margin:20px 0 0;font-size:14px;color:var(--landing-text-muted);text-align:center}.auth-page__alt-link{font-weight:600;color:var(--landing-accent);text-decoration:none}.auth-page__alt-link:hover{text-decoration:underline}
