.marketing-shell{--brand-blue:#155ffe;--brand-blue-hover:#0e4fdb;--brand-blue-soft:#edf2ff;--bg:#fff;--bg-cream:#f5f1e8;--bg-cream-soft:#faf7f0;--bg-gray:#f7f8fa;--bg-dark:#101014;--text:#1a1a1a;--text-muted:#6b7280;--text-faint:#9ca3af;--text-on-dark:#f5f5f5;--text-on-dark-muted:#9aa0aa;--border:#e5e7eb;--border-strong:#d1d5db;--border-on-dark:#2a2a30;--accent-warn:#f59e0b;--accent-green:#10b981;--font-sans:var(--font-manrope),-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:20px;--radius-pill:9999px;--shadow-sm:0 1px 2px #1010140a;--shadow-md:0 4px 14px #10101414;--shadow-lg:0 20px 40px #1010141a;--container:1200px;--nav-height:72px;font-family:var(--font-sans);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;line-height:1.5}.marketing-shell *,.marketing-shell :before,.marketing-shell :after{box-sizing:border-box}.marketing-shell img,.marketing-shell svg{max-width:100%;display:block}.marketing-shell a{color:inherit;text-decoration:none}.marketing-shell button{cursor:pointer;background:0 0;border:none;font-family:inherit}.marketing-shell h1,.marketing-shell h2,.marketing-shell h3,.marketing-shell h4,.marketing-shell h5{letter-spacing:-.02em;color:var(--text);margin:0;font-weight:700}.container{max-width:var(--container);margin:0 auto;padding:0 24px}.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:14px;font-size:13px;font-weight:700;display:inline-block}.section{padding:96px 0}.section-sm{padding:64px 0}.section-cream{background:var(--bg-cream)}.section-gray{background:var(--bg-gray)}.section-dark{background:var(--bg-dark);color:var(--text-on-dark)}.marketing-shell .btn,.marketing-shell a.btn,.marketing-shell button.btn{border-radius:var(--radius-pill);cursor:pointer;white-space:nowrap;border:none;justify-content:center;align-items:center;gap:8px;padding:12px 22px;font-family:inherit;font-size:15px;font-weight:600;line-height:1;transition:background-color .15s,color .15s,transform .15s,border-color .15s;display:inline-flex}.marketing-shell .btn-primary{background:var(--brand-blue);color:#fff}.marketing-shell .btn-primary:hover{background:var(--brand-blue-hover)}.marketing-shell .btn-secondary{color:var(--text);border:1px solid var(--border);background:#fff}.marketing-shell .btn-secondary:hover{border-color:var(--text)}.marketing-shell .btn-ghost{color:var(--text);background:0 0}.marketing-shell .btn-ghost:hover{color:var(--brand-blue)}.marketing-shell .btn-dark{background:var(--text);color:#fff}.marketing-shell .btn-dark:hover{background:#000}.marketing-shell .btn-lg{padding:16px 28px;font-size:16px}.marketing-shell .btn:disabled{opacity:.6;cursor:not-allowed}.link-arrow{color:var(--brand-blue);align-items:center;gap:6px;font-size:15px;font-weight:600;display:inline-flex}.link-arrow:after{content:"›";font-size:18px;transition:transform .15s}.link-arrow:hover:after{transform:translate(3px)}.nav-wrap{z-index:100;-webkit-backdrop-filter:saturate(180%)blur(8px);backdrop-filter:saturate(180%)blur(8px);border-bottom:1px solid var(--border);background:#fffffff5;position:sticky;top:0}.nav{height:var(--nav-height);justify-content:space-between;align-items:center;gap:24px;display:flex}.nav-logo{color:var(--brand-blue);letter-spacing:-.03em;align-items:center;gap:8px;font-size:22px;font-weight:800;display:inline-flex}.nav-logo-mark{background:var(--brand-blue);color:#fff;border-radius:7px;place-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:grid;transform:rotate(-4deg)}.nav-items{align-items:center;gap:4px;margin:0;padding:0;list-style:none;display:flex}.nav-items>li>a,.nav-items>li>button,.nav-items>li>.nav-placeholder{color:var(--text);border-radius:var(--radius-md);align-items:center;gap:6px;padding:10px 16px;font-size:15px;font-weight:500;display:inline-flex}.nav-items>li>a:hover,.nav-items>li>button:hover{color:var(--brand-blue)}.nav-items>li>.nav-placeholder{color:var(--text-muted);cursor:default}.nav-items>li.has-dropdown>button:after{content:"";border-bottom:1.5px solid;border-right:1.5px solid;width:8px;height:8px;margin-left:2px;transition:transform .2s;transform:rotate(45deg)translateY(-2px)}.nav-items>li.has-dropdown.is-open>button{color:var(--brand-blue)}.nav-items>li.has-dropdown.is-open>button:after{transform:rotate(-135deg)translateY(-2px)}.nav-active{position:relative;color:var(--brand-blue)!important}.nav-active:after{content:"";background:var(--brand-blue);border-radius:2px;height:2px;position:absolute;bottom:-4px;left:16px;right:16px}.nav-cta{align-items:center;gap:12px;display:flex}.nav-cta .btn{padding:10px 18px;font-size:14px}.nav-link-plain{padding:8px 12px;font-size:15px;font-weight:500}.mega{left:0;right:0;top:var(--nav-height);border-top:1px solid var(--border);border-bottom:1px solid var(--border);box-shadow:var(--shadow-md);background:#fff;display:none;position:absolute}.nav-items>li.has-dropdown.is-open .mega{display:block}.mega-inner{max-width:var(--container);grid-template-columns:1fr 1fr 360px;gap:48px;margin:0 auto;padding:40px 24px;display:grid}.mega-col h5{letter-spacing:.14em;text-transform:uppercase;color:var(--text-muted);border-bottom:1px solid var(--border);margin-bottom:16px;padding-bottom:12px;font-size:12px;font-weight:700}.mega-link{border-radius:var(--radius-md);grid-template-columns:40px 1fr;align-items:start;gap:14px;padding:10px 8px;transition:background .15s;display:grid}.mega-link:hover{background:var(--bg-gray)}.mega-link-icon{background:var(--bg-cream);width:40px;height:40px;color:var(--text);border-radius:8px;place-items:center;display:grid}.mega-link-title{color:var(--text);margin-bottom:2px;font-size:15px;font-weight:600}.mega-link-desc{color:var(--text-muted);font-size:13px;line-height:1.4}.mega-tours{background:var(--bg-cream);border-radius:var(--radius-lg);margin:-40px -24px -40px 0;padding:28px 40px 28px 28px}.mega-tours h5{color:var(--text-muted)}.mega-tour-card{margin-bottom:22px}.mega-tour-card:last-child{margin-bottom:0}.mega-tour-icon{background:#fff;border-radius:8px;place-items:center;width:36px;height:36px;margin-bottom:10px;display:grid}.mega-tour-title{margin-bottom:4px;font-size:16px;font-weight:700}.mega-tour-desc{color:var(--text-muted);margin-bottom:10px;font-size:13px;line-height:1.4}.nav-mobile-toggle{display:none}@media (max-width:960px){.nav-items,.nav-cta .btn-ghost{display:none}.nav-mobile-toggle{border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;display:inline-flex}.nav-mobile-toggle span,.nav-mobile-toggle span:before,.nav-mobile-toggle span:after{background:var(--text);content:"";border-radius:2px;width:20px;height:2px;display:block;position:relative}.nav-mobile-toggle span:before{position:absolute;top:-6px}.nav-mobile-toggle span:after{position:absolute;top:6px}}.hero{text-align:center;padding:72px 0 96px;position:relative;overflow:hidden}.hero-badge{border-radius:var(--radius-pill);background:var(--brand-blue-soft);color:var(--brand-blue);align-items:center;gap:8px;margin-bottom:28px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--brand-blue);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}.hero h1{letter-spacing:-.035em;max-width:900px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:clamp(40px,6vw,72px);font-weight:800;line-height:1.04}.hero h1 em{color:var(--brand-blue);font-style:normal}.hero p.lede{color:var(--text-muted);max-width:680px;margin:0 auto 36px;font-size:20px;line-height:1.5}.hero-cta-row{flex-wrap:wrap;justify-content:center;gap:12px;margin-bottom:56px;display:flex}.hero-visual{border-radius:var(--radius-xl);max-width:1040px;box-shadow:var(--shadow-lg);background:linear-gradient(145deg,#eaf0ff 0%,#f5f1e8 100%);margin:0 auto;padding:32px;position:relative}.hero-preview{border-radius:var(--radius-lg);text-align:left;background:#fff;grid-template-columns:280px 1fr;gap:24px;min-height:340px;padding:24px;display:grid}.hero-preview-sidebar{color:#fff;border-radius:var(--radius-md);background:#101014;flex-direction:column;gap:6px;padding:20px;display:flex}.hero-preview-sidebar-brand{letter-spacing:-.02em;margin-bottom:16px;font-size:15px;font-weight:800}.hero-preview-sidebar-item{color:var(--text-on-dark-muted);border-radius:6px;align-items:center;gap:10px;padding:8px 10px;font-size:13px;display:flex}.hero-preview-sidebar-item.active{color:#fff;background:#155ffe2e}.hero-preview-sidebar-item .dot{background:#555;border-radius:50%;width:8px;height:8px}.hero-preview-sidebar-item.active .dot{background:var(--brand-blue)}.hero-preview-main-head{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.hero-preview-main-head h3{font-size:18px}.hero-preview-voice{border-radius:var(--radius-pill);background:var(--brand-blue);color:#fff;align-items:center;gap:8px;padding:8px 14px;font-size:13px;font-weight:600;display:inline-flex}.hero-preview-voice-dot{background:#fff;border-radius:50%;width:8px;height:8px;animation:1.2s infinite pulse}.hero-preview-columns{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.hero-preview-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);align-items:center;gap:8px;margin-bottom:10px;font-size:11px;font-weight:700;display:flex}.hero-preview-col h4:before{content:"";background:#c4c4c4;border-radius:50%;width:8px;height:8px}.hero-preview-col.todo h4:before{background:#c4c4c4}.hero-preview-col.doing h4:before{background:#fdab3d}.hero-preview-col.done h4:before{background:#00c875}.hero-preview-card{border:1px solid var(--border);background:#f7f8fa;border-radius:8px;margin-bottom:8px;padding:10px 12px;font-size:12px}.hero-preview-card-title{margin-bottom:6px;font-weight:600;line-height:1.3}.hero-preview-card-meta{color:var(--text-muted);align-items:center;gap:6px;font-size:10px;display:flex}.hero-preview-card-agent{background:var(--brand-blue-soft);color:var(--brand-blue);border-radius:3px;padding:2px 6px;font-size:10px;font-weight:600}@media (max-width:800px){.hero-preview{grid-template-columns:1fr}.hero-preview-sidebar{display:none}.hero-preview-columns{grid-template-columns:1fr}}.logos{border-bottom:1px solid var(--border);padding:48px 0}.logos-title{text-align:center;color:var(--text-muted);margin-bottom:28px;font-size:14px;font-weight:500}.logos-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:48px;display:flex}.logo-item{color:var(--text-faint);letter-spacing:-.02em;opacity:.75;font-size:20px;font-weight:700;transition:opacity .15s}.logo-item:hover{opacity:1}.usp-intro{text-align:center;max-width:780px;margin:0 auto 64px}.usp-intro h2{margin-bottom:20px;font-size:clamp(32px,4vw,52px);line-height:1.1}.usp-intro p{color:var(--text-muted);font-size:18px;line-height:1.6}.usp-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.usp-card{border:1px solid var(--border);border-radius:var(--radius-xl);background:#fff;padding:40px 32px;transition:box-shadow .2s,transform .2s,border-color .2s}.usp-card:hover{box-shadow:var(--shadow-lg);border-color:var(--brand-blue);transform:translateY(-4px)}.usp-card-num{color:var(--brand-blue);letter-spacing:.1em;margin-bottom:20px;font-size:13px;font-weight:700}.usp-card h3{letter-spacing:-.02em;margin-bottom:16px;font-size:26px;line-height:1.2}.usp-card p{color:var(--text-muted);margin:0 0 24px;font-size:15px;line-height:1.6}.usp-card-visual{border-radius:var(--radius-md);background:var(--bg-cream);height:140px;color:var(--text-muted);place-items:center;margin-top:24px;padding:20px;font-size:13px;display:grid}@media (max-width:960px){.usp-grid{grid-template-columns:1fr}}.feature-row{border-bottom:1px solid var(--border);grid-template-columns:1fr 1fr;align-items:center;gap:80px;padding:80px 0;display:grid}.feature-row:last-child{border-bottom:none}.feature-row.reverse>.feature-visual{order:2}.feature-row.reverse>.feature-copy{order:1}.feature-copy h2{letter-spacing:-.025em;margin-bottom:20px;font-size:clamp(28px,3.2vw,44px);line-height:1.1}.feature-copy p{color:var(--text-muted);margin:0 0 28px;font-size:17px;line-height:1.6}.feature-copy ul{margin:0 0 32px;padding:0;list-style:none}.feature-copy li{color:var(--text);border-bottom:1px solid var(--border);grid-template-columns:24px 1fr;gap:12px;padding:10px 0;font-size:15px;display:grid}.feature-copy li:before{content:"✓";color:var(--brand-blue);background:var(--brand-blue-soft);border-radius:50%;place-items:center;width:22px;height:22px;font-size:14px;font-weight:700;display:grid}.feature-visual{background:var(--bg-cream);border-radius:var(--radius-xl);min-height:420px;padding:48px;position:relative;overflow:hidden}.feature-visual.dark{background:var(--bg-dark);color:var(--text-on-dark)}.feature-visual.soft{background:var(--bg-cream-soft)}.voice-mock{border-radius:var(--radius-lg);box-shadow:var(--shadow-md);background:#fff;margin-bottom:16px;padding:20px;position:relative}.voice-mock-label{text-transform:uppercase;letter-spacing:.1em;color:var(--brand-blue);align-items:center;gap:6px;margin-bottom:10px;font-size:11px;font-weight:700;display:inline-flex}.voice-mock-label:before{content:"";background:var(--brand-blue);border-radius:50%;width:7px;height:7px;animation:1.4s infinite pulse}.voice-mock-text{color:var(--text);font-size:14px;font-style:italic;line-height:1.5}.task-mock{border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);background:#fff;grid-template-columns:12px 1fr auto;align-items:center;gap:10px;margin-bottom:8px;padding:12px 14px;font-size:13px;animation:.4s backwards slideIn;display:grid}.task-mock:nth-child(2){animation-delay:.15s}.task-mock:nth-child(3){animation-delay:.3s}.task-mock:nth-child(4){animation-delay:.45s}@keyframes slideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.task-mock-dot{background:#c4c4c4;border-radius:50%;width:8px;height:8px}.task-mock-dot.orange{background:#fdab3d}.task-mock-dot.green{background:#00c875}.task-mock-title{color:var(--text);font-weight:500}.task-mock-meta{color:var(--text-muted);font-size:11px}.metric-card{border-radius:var(--radius-md);background:#15151b;border:1px solid #27272f;margin-bottom:12px;padding:16px}.metric-card-label{color:var(--text-on-dark-muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:12px;font-weight:600}.metric-card-value{color:#fff;letter-spacing:-.02em;font-size:28px;font-weight:700}.metric-card-trend{color:#10b981;align-items:center;gap:4px;margin-left:10px;font-size:12px;font-weight:600;display:inline-flex}.metric-card-bar{background:#27272f;border-radius:2px;height:4px;margin-top:12px;overflow:hidden}.metric-card-bar>span{background:var(--brand-blue);border-radius:2px;height:100%;display:block}.code-mock{border-radius:var(--radius-md);color:#e5e5ea;background:#0b0b10;border:1px solid #1f1f27;padding:20px;font-family:SF Mono,Roboto Mono,Menlo,monospace;font-size:13px;line-height:1.7;overflow-x:auto}.code-mock .c-comment{color:#6b7280}.code-mock .c-key{color:#7aa2ff}.code-mock .c-str{color:#a9d17e}.code-mock .c-fn{color:#f4b860}.code-mock .c-num{color:#d19a66}@media (max-width:960px){.feature-row{grid-template-columns:1fr;gap:40px;padding:56px 0}.feature-row.reverse>.feature-visual,.feature-row.reverse>.feature-copy{order:unset}}.usecase-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.usecase-card{border:1px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:28px;transition:border-color .2s,transform .2s}.usecase-card:hover{border-color:var(--brand-blue);transform:translateY(-2px)}.usecase-icon{background:var(--bg-cream);border-radius:8px;place-items:center;width:40px;height:40px;margin-bottom:20px;font-size:20px;display:grid}.usecase-card h4{margin-bottom:8px;font-size:18px}.usecase-card p{color:var(--text-muted);margin:0;font-size:14px;line-height:1.5}@media (max-width:900px){.usecase-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.usecase-grid{grid-template-columns:1fr}}.stats-row{text-align:center;grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.stat-value{letter-spacing:-.03em;color:var(--brand-blue);margin-bottom:8px;font-size:clamp(40px,5vw,64px);font-weight:800;line-height:1}.stat-label{color:var(--text-muted);font-size:15px}.quote-block{text-align:center;max-width:820px;margin:0 auto}.quote-block blockquote{letter-spacing:-.015em;color:var(--text);margin:0 0 32px;font-size:clamp(22px,2.4vw,30px);font-weight:600;line-height:1.35}.quote-block blockquote:before,.quote-block blockquote:after{content:"\"";color:var(--brand-blue)}.quote-author{align-items:center;gap:12px;display:inline-flex}.quote-avatar{background:var(--brand-blue-soft);width:48px;height:48px;color:var(--brand-blue);border-radius:50%;place-items:center;font-size:18px;font-weight:700;display:grid}.quote-meta{text-align:left}.quote-name{font-weight:700}.quote-role{color:var(--text-muted);font-size:14px}@media (max-width:700px){.stats-row{grid-template-columns:1fr;gap:40px}}.faq-wrap{grid-template-columns:320px 1fr;align-items:start;gap:80px;display:grid}.faq-wrap h2{letter-spacing:-.025em;margin-bottom:16px;font-size:clamp(32px,3.6vw,48px);line-height:1.1}.faq-wrap>div>p{color:var(--text-muted);margin:0 0 16px;font-size:16px}.faq-list{border-top:1px solid var(--border)}.faq-item{border-bottom:1px solid var(--border)}.faq-q{text-align:left;width:100%;color:var(--text);justify-content:space-between;align-items:center;gap:24px;padding:24px 0;font-size:18px;font-weight:600;display:flex}.faq-q-icon{border:1.5px solid var(--border-strong);border-radius:50%;flex-shrink:0;place-items:center;width:28px;height:28px;transition:all .2s;display:grid;position:relative}.faq-q-icon:before,.faq-q-icon:after{content:"";background:var(--text);transition:transform .2s;position:absolute}.faq-q-icon:before{width:12px;height:1.5px}.faq-q-icon:after{width:1.5px;height:12px}.faq-item.is-open .faq-q-icon{background:var(--brand-blue);border-color:var(--brand-blue)}.faq-item.is-open .faq-q-icon:before,.faq-item.is-open .faq-q-icon:after{background:#fff}.faq-item.is-open .faq-q-icon:after{transform:rotate(90deg)}.faq-a{max-height:0;color:var(--text-muted);font-size:16px;line-height:1.6;transition:max-height .3s;overflow:hidden}.faq-item.is-open .faq-a{max-height:400px;padding:0 0 24px}@media (max-width:900px){.faq-wrap{grid-template-columns:1fr;gap:32px}}.cta-strip{text-align:center;background:var(--bg-cream);padding:120px 0}.cta-strip h2{letter-spacing:-.03em;max-width:800px;margin-bottom:20px;margin-left:auto;margin-right:auto;font-size:clamp(36px,4.4vw,56px);line-height:1.08}.cta-strip p{color:var(--text-muted);max-width:640px;margin:0 auto 36px;font-size:18px}.footer{border-top:1px solid var(--border);background:#fff;padding:80px 0 40px}.footer-top{grid-template-columns:1.2fr repeat(5,1fr);gap:40px;margin-bottom:64px;display:grid}.footer-brand p{color:var(--text-muted);max-width:260px;margin:16px 0 24px;font-size:14px;line-height:1.6}.footer-social{gap:8px;display:flex}.footer-social a{background:var(--bg-gray);border-radius:50%;place-items:center;width:36px;height:36px;transition:background .15s;display:grid}.footer-social a:hover{background:var(--brand-blue-soft);color:var(--brand-blue)}.footer-col h5{text-transform:uppercase;letter-spacing:.12em;color:var(--text-muted);margin-bottom:16px;font-size:12px;font-weight:700}.footer-col ul{margin:0;padding:0;list-style:none}.footer-col li{margin-bottom:10px}.footer-col a{color:var(--text);font-size:14px}.footer-col a:hover{color:var(--brand-blue)}.footer-newsletter{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:32px;margin-bottom:32px;padding-top:32px;display:flex}.footer-newsletter-text h4{margin-bottom:4px;font-size:18px}.footer-newsletter-text p{color:var(--text-muted);margin:0;font-size:14px}.footer-newsletter-form{gap:8px;display:flex}.footer-newsletter-form input{border:1px solid var(--border);border-radius:var(--radius-pill);outline:none;min-width:260px;padding:12px 18px;font-family:inherit;font-size:14px;transition:border-color .15s}.footer-newsletter-form input:focus{border-color:var(--brand-blue)}.footer-bottom{border-top:1px solid var(--border);color:var(--text-muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:24px;padding-top:32px;font-size:13px;display:flex}.footer-bottom ul{gap:20px;margin:0;padding:0;list-style:none;display:flex}.footer-bottom a:hover{color:var(--brand-blue)}@media (max-width:1000px){.footer-top{grid-template-columns:1fr 1fr 1fr}}@media (max-width:620px){.footer-top{grid-template-columns:1fr 1fr}.footer-newsletter{flex-direction:column;align-items:flex-start}.footer-newsletter-form input{flex:1;min-width:0}}.auth-wrap{min-height:calc(100vh - var(--nav-height));background:var(--bg-gray);justify-content:center;align-items:center;padding:24px;display:flex}.auth-card{border:1px solid var(--border);border-radius:var(--radius-xl);width:100%;max-width:420px;box-shadow:var(--shadow-md);background:#fff;padding:32px 36px}.auth-card h1{letter-spacing:-.025em;margin-bottom:4px;font-size:26px}.auth-card>p.sub{color:var(--text-muted);margin:0 0 20px;font-size:14px}.auth-form{flex-direction:column;gap:12px;display:flex}.auth-label{color:var(--text);margin-bottom:4px;font-size:13px;font-weight:600;display:block}.auth-input{border:1px solid var(--border);border-radius:var(--radius-md);background:#fff;outline:none;width:100%;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.auth-input:focus{border-color:var(--brand-blue);box-shadow:0 0 0 3px var(--brand-blue-soft)}.auth-row{justify-content:space-between;align-items:center;margin:2px 0 4px;font-size:13px;display:flex}.auth-row label{color:var(--text-muted);cursor:pointer;align-items:center;gap:8px;display:inline-flex}.auth-row a{color:var(--brand-blue);font-weight:600}.marketing-shell .auth-submit,button.auth-submit{border-radius:var(--radius-md);background:var(--brand-blue);color:#fff;cursor:pointer;border:none;width:100%;padding:12px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s}.marketing-shell .auth-submit:hover,button.auth-submit:hover{background:var(--brand-blue-hover)}.marketing-shell .auth-submit:disabled,button.auth-submit:disabled{opacity:.6;cursor:not-allowed}.auth-divider{color:var(--text-faint);align-items:center;gap:12px;margin:16px 0;font-size:12px;display:flex}.auth-divider:before,.auth-divider:after{content:"";background:var(--border);flex:1;height:1px}.auth-social-btn{width:100%;padding:10px 16px!important;font-size:13px!important}.auth-footer{text-align:center;color:var(--text-muted);margin-top:16px;font-size:13px}.auth-footer a{color:var(--brand-blue);font-weight:600}.auth-input-wrap{position:relative}.auth-input-wrap .auth-input{padding-right:44px}.auth-input-toggle{width:32px;height:32px;color:var(--text-muted);border-radius:6px;place-items:center;transition:color .15s,background .15s;display:grid;position:absolute;top:50%;right:6px;transform:translateY(-50%)}.auth-input-toggle:hover{color:var(--text);background:var(--bg-gray)}.auth-input-toggle:focus-visible{outline:2px solid var(--brand-blue);outline-offset:2px}.auth-input-toggle svg{width:16px;height:16px;display:block}.auth-input-toggle .eye-off,.auth-input-toggle.is-visible .eye{display:none}.auth-input-toggle.is-visible .eye-off{display:block}.auth-hero-side{display:none}@media (max-height:720px){.auth-card{padding:24px 28px}.auth-card h1{font-size:22px}.auth-card>p.sub{margin-bottom:14px}.auth-divider{margin:12px 0}.auth-footer{margin-top:12px}}@media (max-width:540px){.auth-card{padding:28px 22px}}
