.landing-root{--surface:hsl(var(--neutral-50));--surface-dim:hsl(var(--neutral-200));--container-lowest:hsl(var(--white));--container-low:hsl(var(--neutral-100));--container:hsl(var(--neutral-100));--container-high:hsl(var(--neutral-200));--container-highest:hsl(var(--neutral-300));--on-surface:hsl(var(--neutral-900));--on-surface-variant:hsl(var(--neutral-700));--on-surface-muted:hsl(var(--neutral-500));--outline:hsl(var(--neutral-500));--outline-variant:hsl(var(--neutral-300));--hairline:hsl(var(--neutral-200));--primary:hsl(var(--brand-primary));--primary-deep:hsl(var(--neutral-900));--primary-darker:hsl(var(--brand-primary));--on-primary:hsl(var(--white));--primary-fixed:hsl(var(--brand-surface));--primary-dim:hsl(var(--brand-accent));--primary-tint-10:hsl(var(--brand-primary)/.12);--primary-tint-06:hsl(var(--brand-primary)/.07);--tertiary:hsl(var(--success));--tertiary-soft:hsl(var(--success)/.15);--inverse-surface:hsl(var(--brand-primary));--inverse-on-surface:hsl(var(--neutral-50));--elev-1:0 2px 8px #2e1a470d;--elev-2:0 8px 24px #2e1a471a;--elev-card:0 1px 2px #2e1a470d,0 12px 32px -12px #2e1a4729;--r-sm:4px;--r:8px;--r-md:12px;--r-lg:16px;--r-xl:24px;--r-full:9999px;--max:1200px;--pad:32px;--font-sans:var(--font-neue),"Helvetica Neue",Helvetica,Arial,sans-serif;--font-mono:var(--font-neue),"Helvetica Neue",Helvetica,Arial,sans-serif;--ease:cubic-bezier(.22,1,.36,1);background:var(--surface);color:var(--on-surface);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv01","ss01";min-height:100vh;font-size:17px;line-height:1.6}html:has(.landing-root){scroll-behavior:smooth}.landing-root h1,.landing-root h2,.landing-root h3,.landing-root h4{letter-spacing:-.02em;margin:0;font-weight:600;line-height:1.05}.landing-root p{text-wrap:pretty;margin:0}.landing-root a{color:inherit;text-decoration:none}.landing-root button{font-family:inherit}.landing-root .wrap{max-width:var(--max);padding-inline:var(--pad);margin:0 auto}.landing-root .section{padding-block:112px}@media (max-width:760px){.landing-root{--pad:20px;font-size:16px}.landing-root .section{padding-block:72px}}@media (max-width:880px){.landing-root .two-col{grid-template-columns:1fr!important;gap:32px!important}.landing-root .features-grid{grid-template-columns:1fr!important}.landing-root .stats-grid{grid-template-columns:repeat(2,1fr)!important;gap:28px 24px!important}.landing-root .nav-links,.landing-root .float-card{display:none!important}}@media (max-width:540px){.landing-root .stats-grid{grid-template-columns:1fr!important}.landing-root .nav-cta .btn-text{display:none!important}}.landing-root .plan-card{border-width:1px;border-color:var(--hairline);box-shadow:var(--elev-1);transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);will-change:transform}.landing-root .plan-card.plan-featured{border-width:2px;border-color:var(--primary);box-shadow:var(--elev-card)}.landing-root .plan-card:hover{box-shadow:var(--elev-2);border-color:var(--primary);transform:translateY(-10px)}.landing-root .plan-featured{transform:translateY(-6px)}.landing-root .plan-featured:hover{transform:translateY(-14px)}@media (max-width:980px){.landing-root .plans-grid{max-width:460px;margin-inline:auto;grid-template-columns:1fr!important}.landing-root .plan-featured{transform:none}.landing-root .plan-featured:hover{transform:translateY(-8px)}}@media (prefers-reduced-motion:reduce){.landing-root .plan-card,.landing-root .plan-featured,.landing-root .plan-card:hover,.landing-root .plan-featured:hover{transition:none}}.landing-root .eyebrow{font-family:var(--font-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--primary);font-size:12px;font-weight:500}.landing-root .eyebrow.muted{color:var(--on-surface-muted)}.landing-root .btn{border-radius:var(--r);letter-spacing:-.01em;cursor:pointer;height:52px;transition:background .18s var(--ease),border-color .18s var(--ease),transform .18s var(--ease),box-shadow .18s var(--ease),color .18s var(--ease);white-space:nowrap;border:1.5px solid #0000;align-items:center;gap:8px;padding-inline:26px;font-size:16px;font-weight:600;display:inline-flex}.landing-root .btn-sm{height:42px;padding-inline:18px;font-size:15px}.landing-root .btn-primary{background:var(--primary);color:var(--on-primary)}.landing-root .btn-primary:hover{background:var(--primary-deep);box-shadow:var(--elev-2);transform:translateY(-1px)}.landing-root .btn-ghost{color:var(--on-surface);border-color:var(--outline-variant);background:0 0}.landing-root .btn-ghost:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-tint-06)}.landing-root .btn-text{color:var(--on-surface);background:0 0;border:0;height:auto;padding:0}.landing-root .btn-text:hover{color:var(--primary)}.landing-root .btn .arrow{transition:transform .2s var(--ease)}.landing-root .btn:hover .arrow{transform:translate(3px)}.landing-root .card{background:var(--container-lowest);border:1px solid var(--hairline);border-radius:var(--r-lg);box-shadow:var(--elev-1)}.landing-root .feature-card{transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);will-change:transform}.landing-root .feature-card:hover{box-shadow:var(--elev-card);border-color:var(--outline-variant);transform:translateY(-4px)}@media (prefers-reduced-motion:reduce){.landing-root .feature-card,.landing-root .feature-card:hover{transition:none;transform:none}}.landing-root .reveal{opacity:0;transition:opacity .7s var(--ease),transform .7s var(--ease);transform:translateY(20px)}.landing-root .reveal.in{opacity:1;transform:none}.landing-root .reveal.d1{transition-delay:80ms}.landing-root .reveal.d2{transition-delay:.16s}.landing-root .reveal.d3{transition-delay:.24s}@media (prefers-reduced-motion:reduce){.landing-root .reveal{opacity:1;transition:none;transform:none}html:has(.landing-root){scroll-behavior:auto}}.landing-root .divider{background:var(--hairline);border:0;height:1px}.landing-root .dot{background:var(--tertiary);border-radius:50%;width:6px;height:6px;display:inline-block}.landing-root .footer-link{transition:color .15s}.landing-root .footer-link:hover{color:var(--on-surface)}.landing-root .auth-wrap{background:var(--surface);grid-template-columns:1.05fr .95fr;min-height:100vh;display:grid;position:relative}.landing-root .auth-form-col{flex-direction:column;padding:40px clamp(28px,6vw,88px);display:flex}.landing-root .auth-body{flex-direction:column;flex:1;justify-content:center;width:100%;max-width:520px;margin:0 auto;padding-block:48px;display:flex;position:relative;left:38px}@media (max-width:1240px){.landing-root .auth-wrap:not(.hero-wrap) .auth-body{left:0}}.landing-root .auth-body h1{letter-spacing:-.012em;text-align:center;margin-inline:-44px;font-size:clamp(44px,5.6vw,70px);font-weight:400}@media (max-width:600px){.landing-root .auth-body h1{margin-inline:0}}.landing-root .auth-sub{color:var(--on-surface-variant);text-align:center;margin-top:14px;margin-inline:-8px;font-size:15px}.landing-root .auth-sub-seg{white-space:nowrap}@media (max-width:600px){.landing-root .auth-sub{margin-inline:0}}.landing-root .auth-card{background:var(--container-lowest);border:1px solid var(--hairline);border-radius:var(--r-lg);box-shadow:var(--elev-card);margin-top:34px;max-width:432px;margin-inline:auto;padding:28px}.landing-root .auth-card .auth-form{margin-top:0}.landing-root .auth-card .auth-switch{text-align:center}.landing-root .auth-card .btn{font-weight:500}.landing-root .auth-card .btn-primary{background:var(--primary-deep);border-radius:var(--r-full);height:46px;font-size:15.5px}.landing-root .auth-card .btn-primary:hover{background:var(--primary-deep)}.landing-root .auth-trust{color:var(--on-surface-muted);text-align:center;flex-wrap:wrap;justify-content:center;gap:4px 8px;margin-top:18px;font-size:12.5px;display:flex}.landing-root .auth-trust span{white-space:nowrap}.landing-root .auth-form{flex-direction:column;gap:18px;margin-top:34px;display:flex}.landing-root .field-row{grid-template-columns:1fr 1fr;gap:14px;display:grid}.landing-root .field{flex-direction:column;gap:7px;display:flex}.landing-root .field label{color:var(--on-surface-variant);font-size:13.5px;font-weight:500}.landing-root .field label .opt{color:var(--on-surface-muted);font-weight:400}.landing-root .input{border-radius:var(--r);border:1.5px solid var(--outline-variant);background:var(--container-lowest);height:50px;color:var(--on-surface);width:100%;transition:border-color .15s var(--ease),box-shadow .15s var(--ease);padding:0 15px;font-family:inherit;font-size:15.5px}.landing-root .input::placeholder{color:var(--on-surface-muted)}.landing-root .input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-tint-10);outline:none}.landing-root select.input{appearance:none}.landing-root select.input:invalid,.landing-root select.input option[value=""]{color:var(--on-surface-muted)}.landing-root .btn-block{justify-content:center;width:100%;margin-top:6px}.landing-root .auth-row-between{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.landing-root .auth-switch{color:var(--on-surface-variant);margin-top:28px;font-size:15px}.landing-root .auth-switch a{color:var(--primary);font-weight:600}.landing-root .auth-switch a:hover{color:var(--primary-deep);text-decoration:underline}.landing-root .auth-legal{color:var(--on-surface-muted);width:100%;max-width:440px;margin:0 auto;font-size:12.5px;line-height:1.5}.landing-root .auth-legal a{color:var(--on-surface-variant);text-underline-offset:2px;text-decoration:underline}.landing-root .auth-ok{border-radius:var(--r);background:var(--tertiary-soft);border:1px solid color-mix(in srgb,var(--tertiary)30%,transparent);color:#1c5b42;align-items:center;gap:10px;margin-top:8px;padding:13px 15px;font-size:14.5px;display:flex}.landing-root .auth-warn{border-radius:var(--r);color:#8c1d1d;background:#ba1a1a12;border:1px solid #ba1a1a40;align-items:center;gap:10px;margin-top:8px;padding:13px 15px;font-size:14.5px;display:flex}.landing-root .field-error{color:#8c1d1d;font-size:13px}.landing-root .auth-sep{color:var(--on-surface-muted);align-items:center;gap:12px;font-size:13px;display:flex}.landing-root .auth-sep:before,.landing-root .auth-sep:after{content:"";background:var(--hairline);flex:1;height:1px}.landing-root .auth-visual{position:relative;overflow:hidden}.landing-root .auth-brand-mark{pointer-events:none;width:100%;height:100%;display:block;position:absolute;inset:0}@keyframes auth-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}.landing-root .auth-body{animation:auth-rise .55s var(--ease)both}.landing-root .auth-visual{animation:auth-rise .65s var(--ease)80ms both}@media (prefers-reduced-motion:reduce){.landing-root .auth-body,.landing-root .auth-visual{animation:none}}@media (max-width:1240px){.landing-root .auth-wrap:not(.hero-wrap){grid-template-columns:1fr}.landing-root .auth-wrap:not(.hero-wrap) .auth-visual{display:none}}.landing-root .hero-wrap{min-height:calc(100vh - 84px);position:relative}.landing-root .hero-preview{min-width:0;animation:auth-rise .65s var(--ease)80ms both;align-items:center;padding:40px clamp(20px,3vw,48px) 40px 0;display:flex;position:relative;overflow:hidden}.landing-root .hero-mark{opacity:.1;z-index:0}.landing-root .hero-preview-card{z-index:1;background:var(--container-lowest);border:1px solid var(--hairline);border-radius:var(--r-lg);width:100%;max-width:560px;max-height:min(72vh,640px);box-shadow:var(--elev-card);flex-direction:column;padding:26px 28px 0;font-size:13px;display:flex;position:relative;overflow:hidden}.landing-root .hero-preview-body{flex:auto;min-height:0;position:relative;overflow:hidden}.landing-root .hero-preview-body.is-coupe:after{content:"";background:linear-gradient(to top,var(--container-lowest),transparent);pointer-events:none;height:56px;position:absolute;bottom:0;left:0;right:0}.landing-root .hero-preview-foot{border-top:1px solid var(--hairline);flex:none;margin-top:12px;padding:12px 0 20px}@media (prefers-reduced-motion:reduce){.landing-root .hero-preview{animation:none}}.landing-root .hero-wrap .auth-form-col{min-width:0}.landing-root .hero-wrap .auth-body h1{font-size:clamp(44px,6vw,78px)}.landing-root .hero-wrap .auth-sub{margin-top:10px;color:var(--on-surface-variant);margin-inline:0;font-size:clamp(17px,1.5vw,21px)}.landing-root .hero-wrap .auth-card{width:100%;max-width:468px}@media (max-width:900px){.landing-root .hero-wrap{grid-template-columns:1fr;min-height:0}.landing-root .hero-wrap .hero-preview{display:none}.landing-root .hero-wrap .auth-body{padding-block:24px 40px;left:0}.landing-root .hero-wrap .auth-body h1{font-size:clamp(38px,9vw,52px)}.landing-root .hero-wrap .auth-card{margin-top:26px}}@media (max-width:600px){.landing-root .hero-wrap .auth-card{padding:20px 18px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.35}}@keyframes spin{to{transform:rotate(360deg)}}
