.landing-root{--landing-bg:#070818;--landing-bg-2:#0c0e22;--landing-bg-3:#13153a;--landing-ink:#f2f0ff;--landing-ink-dim:#8e8cb8;--landing-ink-faint:#3f3d6e;--landing-accent:#7c5cff;--landing-accent-2:#5b8cff;--landing-accent-3:#c7b8ff;--landing-accent-glow:rgba(124,92,255,0.55);--landing-line:rgba(199,184,255,0.08);--landing-line-strong:rgba(199,184,255,0.18);--landing-display:var(--landing-font-display),"Space Grotesk",system-ui,sans-serif;--landing-serif:var(--landing-font-serif),"Instrument Serif",Georgia,serif;--landing-mono:var(--landing-font-mono),"JetBrains Mono",ui-monospace,monospace;min-height:100vh;background:var(--landing-bg);color:var(--landing-ink);font-family:var(--landing-display);font-weight:400;line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden;position:relative}.landing-root *{box-sizing:border-box}.landing-root a{color:inherit;text-decoration:none}.landing-root button{font-family:inherit;border:none;background:none;color:inherit;cursor:pointer;padding:0}.landing-root ::-moz-selection{background:var(--landing-accent);color:#fff}.landing-root ::selection{background:var(--landing-accent);color:#fff}.landing-root .landing-noise{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0.18 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");opacity:.45;pointer-events:none;z-index:9999;mix-blend-mode:overlay}.landing-root .l-nav{position:fixed;top:0;left:0;right:0;z-index:50;display:flex;align-items:center;justify-content:space-between;padding:22px 40px;backdrop-filter:blur(20px);background:rgba(7,8,24,.6);border-bottom:1px solid var(--landing-line)}.landing-root .l-logo{font-family:var(--landing-display);font-weight:700;letter-spacing:-.02em;font-size:18px;display:flex;align-items:center;gap:10px}.landing-root .l-logo-dot{width:10px;height:10px;border-radius:50%;background:var(--landing-accent);box-shadow:0 0 14px var(--landing-accent-glow)}.landing-root .l-nav-links{display:flex;gap:36px;font-size:13px;color:var(--landing-ink-dim);font-weight:400}.landing-root .l-nav-links a{transition:color .2s}.landing-root .l-nav-links a:hover{color:var(--landing-ink)}.landing-root .l-nav-cta{font-family:var(--landing-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;padding:11px 20px;border:1px solid var(--landing-line-strong);border-radius:100px;background:var(--landing-ink);color:var(--landing-bg);font-weight:600;transition:all .25s ease;display:inline-flex;align-items:center}.landing-root .l-nav-cta:hover{background:var(--landing-accent);color:#fff;transform:translateY(-1px);box-shadow:0 8px 24px -4px var(--landing-accent-glow)}.landing-root .l-hero{position:relative;min-height:100vh;padding:140px 40px 80px;overflow:hidden;border-bottom:1px solid var(--landing-line)}.landing-root .l-hero-grid{position:absolute;inset:0;background-image:linear-gradient(var(--landing-line) 1px,transparent 1px),linear-gradient(90deg,var(--landing-line) 1px,transparent 1px);background-size:80px 80px;mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 40%,black 30%,transparent 80%);pointer-events:none}.landing-root .l-hero-glow{position:absolute;width:900px;height:900px;left:50%;top:50%;transform:translate(-50%,-30%);background:radial-gradient(circle,rgba(124,92,255,.28) 0,rgba(91,140,255,.12) 40%,transparent 70%);filter:blur(40px);pointer-events:none;animation:landing-pulse 8s ease-in-out infinite}.landing-root .l-hero-glow-2{position:absolute;width:600px;height:600px;right:-150px;top:10%;background:radial-gradient(circle,rgba(91,140,255,.18) 0,transparent 70%);filter:blur(60px);pointer-events:none}@keyframes landing-pulse{0%,to{opacity:.7;transform:translate(-50%,-30%) scale(1)}50%{opacity:1;transform:translate(-50%,-30%) scale(1.1)}}.landing-root .l-hero-inner{position:relative;max-width:1400px;margin:0 auto}.landing-root .l-badge{display:inline-flex;align-items:center;gap:10px;font-family:var(--landing-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;padding:8px 14px;border:1px solid var(--landing-line-strong);border-radius:100px;color:var(--landing-ink-dim);margin-bottom:48px;background:rgba(124,92,255,.04);animation:landing-fadeUp 1s ease both}.landing-root .l-badge .l-live{width:6px;height:6px;background:var(--landing-accent);border-radius:50%;animation:landing-blink 1.5s infinite;box-shadow:0 0 8px var(--landing-accent-glow)}@keyframes landing-blink{0%,to{opacity:1}50%{opacity:.3}}.landing-root .l-hero h1{font-family:var(--landing-display);font-weight:500;font-size:clamp(48px,9vw,140px);line-height:.92;letter-spacing:-.04em;margin-bottom:32px;animation:landing-fadeUp 1.1s ease .1s both}.landing-root .l-hero h1 .serif{font-family:var(--landing-serif);font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .l-hero h1 .strike{position:relative;color:var(--landing-ink-faint);font-weight:300}.landing-root .l-hero h1 .strike:after{content:"";position:absolute;left:-2%;right:-2%;top:48%;height:3px;background:var(--landing-accent-2);transform:rotate(-3deg)}.landing-root .l-hero h1 .dot-grad{background:linear-gradient(135deg,var(--landing-accent),var(--landing-accent-2));-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .l-hero-sub{max-width:680px;font-size:clamp(16px,1.4vw,20px);line-height:1.5;color:var(--landing-ink-dim);margin-bottom:56px;animation:landing-fadeUp 1.1s ease .25s both}.landing-root .l-hero-sub strong{color:var(--landing-ink);font-weight:500}.landing-root .l-hero-ctas{display:flex;gap:16px;flex-wrap:wrap;animation:landing-fadeUp 1.1s ease .35s both}.landing-root .l-btn-primary{display:inline-flex;align-items:center;gap:14px;padding:18px 28px;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);color:#fff;font-weight:600;letter-spacing:-.01em;font-size:15px;border-radius:100px;transition:all .3s ease;box-shadow:0 12px 32px -8px var(--landing-accent-glow)}.landing-root .l-btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 40px -8px var(--landing-accent-glow)}.landing-root .l-btn-primary .l-arrow{width:24px;height:24px;background:rgba(255,255,255,.2);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;backdrop-filter:blur(4px);transition:transform .2s ease}.landing-root .l-btn-primary:hover .l-arrow{transform:translateX(2px)}.landing-root .l-btn-secondary{display:inline-flex;align-items:center;gap:12px;padding:18px 28px;font-weight:500;font-size:15px;border:1px solid var(--landing-line-strong);border-radius:100px;transition:all .25s ease}.landing-root .l-btn-secondary:hover{background:rgba(124,92,255,.08);border-color:var(--landing-accent)}@keyframes landing-fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.landing-root .l-hero-meta{margin-top:120px;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--landing-line);animation:landing-fadeUp 1.1s ease .5s both}.landing-root .l-hero-meta .cell{padding:32px 24px 0 0;border-right:1px solid var(--landing-line)}.landing-root .l-hero-meta .cell:last-child{border-right:none}.landing-root .l-hero-meta .num{font-family:var(--landing-display);font-size:clamp(32px,4vw,52px);font-weight:500;letter-spacing:-.03em;line-height:1;margin-bottom:12px}.landing-root .l-hero-meta .num em{font-family:var(--landing-serif);font-style:italic;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .l-hero-meta .lbl{font-family:var(--landing-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--landing-ink-dim)}.landing-root .l-ticker{border-top:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);overflow:hidden;background:var(--landing-bg-2);padding:22px 0}.landing-root .l-ticker-track{display:flex;gap:60px;animation:landing-scroll 40s linear infinite;white-space:nowrap}@keyframes landing-scroll{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.landing-root .l-ticker-item{display:inline-flex;align-items:center;gap:16px;font-family:var(--landing-display);font-size:24px;font-weight:400;letter-spacing:-.02em;color:var(--landing-ink-dim)}.landing-root .l-ticker-item .dot{color:var(--landing-accent);font-size:18px}.landing-root .l-ticker-item .serif{font-family:var(--landing-serif);font-style:italic;color:var(--landing-accent-3)}.landing-root .l-section{padding:120px 40px;border-bottom:1px solid var(--landing-line);position:relative}.landing-root .l-container{max-width:1400px;margin:0 auto}.landing-root .l-eyebrow{font-family:var(--landing-mono);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--landing-accent-3);margin-bottom:24px;display:inline-flex;align-items:center;gap:10px}.landing-root .l-eyebrow:before{content:"";width:24px;height:1px;background:var(--landing-accent)}.landing-root .l-section-title{font-family:var(--landing-display);font-weight:500;font-size:clamp(36px,5.5vw,76px);line-height:.95;letter-spacing:-.035em;margin-bottom:32px;max-width:1100px}.landing-root .l-section-title .serif{font-family:var(--landing-serif);font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .l-problem{background:var(--landing-bg-2)}.landing-root .l-problem-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:start;margin-top:60px}.landing-root .l-problem-quote{font-family:var(--landing-serif);font-style:italic;font-size:clamp(28px,3.2vw,42px);line-height:1.2;letter-spacing:-.01em;color:var(--landing-ink)}.landing-root .l-problem-quote:before{content:"\201C";font-size:120px;line-height:0;display:block;color:var(--landing-accent);margin-bottom:30px}.landing-root .l-problem-stats{display:flex;flex-direction:column;gap:1px;background:var(--landing-line)}.landing-root .l-stat-row{background:var(--landing-bg-2);padding:28px 0;display:flex;align-items:baseline;justify-content:space-between;gap:24px}.landing-root .l-stat-num{font-family:var(--landing-display);font-size:48px;font-weight:500;letter-spacing:-.03em;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .l-stat-num em{font-family:var(--landing-serif);font-style:italic;font-weight:400}.landing-root .l-stat-lbl{font-size:14px;color:var(--landing-ink-dim);max-width:280px;text-align:right}.landing-root .l-pillars{padding-top:140px}.landing-root .l-pillars-header{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:end;margin-bottom:80px}.landing-root .l-pillars-header p{font-size:18px;color:var(--landing-ink-dim);max-width:480px;line-height:1.5}.landing-root .l-pillars-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;border-top:1px solid var(--landing-line);border-left:1px solid var(--landing-line)}.landing-root .l-pillar{border-right:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line);padding:48px 36px;transition:background .3s ease;position:relative;overflow:hidden}.landing-root .l-pillar:hover{background:var(--landing-bg-2)}.landing-root .l-pillar:hover .l-pillar-icon{transform:scale(1.1) rotate(-3deg)}.landing-root .l-pillar-num{font-family:var(--landing-mono);font-size:11px;letter-spacing:.16em;color:var(--landing-ink-faint);margin-bottom:32px}.landing-root .l-pillar-icon{width:64px;height:64px;border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:32px;background:linear-gradient(135deg,rgba(124,92,255,.18),rgba(91,140,255,.1));border:1px solid var(--landing-line-strong);transition:transform .4s ease;box-shadow:inset 0 1px 0 rgba(255,255,255,.05)}.landing-root .l-pillar h3{font-family:var(--landing-display);font-size:24px;font-weight:500;letter-spacing:-.02em;line-height:1.15;margin-bottom:16px}.landing-root .l-pillar p{font-size:14.5px;color:var(--landing-ink-dim);line-height:1.55}.landing-root .l-pillar-wide{grid-column:span 3;background:var(--landing-bg-2);border-bottom:none}.landing-root .l-pillar-wide-body{display:grid;grid-template-columns:1fr 2fr;gap:48px;align-items:center}.landing-root .l-pillar-wide-body p{font-size:16px;line-height:1.55}.landing-root .l-pillar-wide-body strong{color:var(--landing-ink)}.landing-root .l-compare{background:var(--landing-bg-2)}.landing-root .l-compare-table{margin-top:60px;border:1px solid var(--landing-line);border-radius:8px;overflow:hidden}.landing-root .l-compare-row{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:0;border-bottom:1px solid var(--landing-line)}.landing-root .l-compare-row:last-child{border-bottom:none}.landing-root .l-compare-row>div{padding:24px 28px;border-right:1px solid var(--landing-line)}.landing-root .l-compare-row>div:last-child{border-right:none}.landing-root .l-compare-row.head{background:#000}.landing-root .l-compare-row.head>div{font-family:var(--landing-mono);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--landing-ink-dim)}.landing-root .l-compare-row.head .own{color:var(--landing-accent-3)}.landing-root .l-compare-row .label{font-weight:500;font-size:15px}.landing-root .l-compare-row .other{color:var(--landing-ink-dim);font-size:14px;line-height:1.5}.landing-root .l-compare-row .own{color:var(--landing-ink);font-size:14px;line-height:1.5;font-weight:500;background:rgba(124,92,255,.06)}.landing-root .l-div{padding-top:140px}.landing-root .l-div-intro{font-size:18px;color:var(--landing-ink-dim);max-width:680px;line-height:1.55}.landing-root .l-div-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--landing-line);border:1px solid var(--landing-line);margin-top:60px}.landing-root .l-div-card{background:var(--landing-bg);padding:32px 28px;transition:all .3s ease;cursor:pointer}.landing-root .l-div-card:hover{background:var(--landing-bg-2)}.landing-root .l-div-card-icon{font-size:24px;margin-bottom:24px}.landing-root .l-div-card h4{font-size:17px;font-weight:500;letter-spacing:-.01em;margin-bottom:10px}.landing-root .l-div-card p{font-size:13px;color:var(--landing-ink-dim);line-height:1.5}.landing-root .l-portal{background:var(--landing-bg);padding:140px 40px;border-bottom:1px solid var(--landing-line);position:relative;overflow:hidden}.landing-root .l-portal:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 20% 30%,rgba(91,140,255,.18),transparent 40%),radial-gradient(circle at 80% 70%,rgba(124,92,255,.16),transparent 40%);pointer-events:none}.landing-root .l-portal-grid{position:relative;max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1.05fr 1fr;gap:100px;align-items:center}.landing-root .l-portal-info h2{font-family:var(--landing-display);font-weight:500;font-size:clamp(40px,5vw,68px);line-height:.95;letter-spacing:-.035em;margin-bottom:32px}.landing-root .l-portal-info h2 .serif{font-family:var(--landing-serif);font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .l-portal-info>p{font-size:17px;color:var(--landing-ink-dim);line-height:1.55;max-width:520px;margin-bottom:40px}.landing-root .l-portal-features{display:flex;flex-direction:column;gap:20px;margin-bottom:40px}.landing-root .l-pf{display:flex;gap:18px;align-items:flex-start}.landing-root .l-pf-check{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;box-shadow:0 4px 12px -2px var(--landing-accent-glow)}.landing-root .l-pf-text{font-size:15px;color:var(--landing-ink);line-height:1.5}.landing-root .l-pf-text span{color:var(--landing-ink-dim)}.landing-root .l-portal-badges{font-family:var(--landing-mono);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-ink-faint);display:flex;gap:24px;flex-wrap:wrap}.landing-root .l-login-card{background:linear-gradient(180deg,#13153a,#0a0b22);border:1px solid var(--landing-line-strong);border-radius:24px;padding:44px 40px;box-shadow:0 60px 100px -30px rgba(0,0,0,.7),0 0 0 1px rgba(199,184,255,.04) inset,0 1px 0 rgba(199,184,255,.08) inset,0 0 80px -20px var(--landing-accent-glow);position:relative;overflow:hidden}.landing-root .l-login-card:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--landing-accent),var(--landing-accent-2),transparent);opacity:.7}.landing-root .l-login-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:36px}.landing-root .l-login-status{display:inline-flex;align-items:center;gap:8px;font-family:var(--landing-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--landing-ink-dim)}.landing-root .l-login-status .l-live{width:6px;height:6px;background:var(--landing-accent);border-radius:50%;box-shadow:0 0 8px var(--landing-accent-glow);animation:landing-blink 1.5s infinite}.landing-root .l-login-card h3{font-family:var(--landing-display);font-size:28px;font-weight:500;letter-spacing:-.02em;line-height:1.1;margin-bottom:8px}.landing-root .l-login-sub{font-size:14px;color:var(--landing-ink-dim);margin-bottom:32px}.landing-root .l-form-row{margin-bottom:18px}.landing-root .l-form-row label{display:block;font-family:var(--landing-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-ink-dim);margin-bottom:10px}.landing-root .l-form-row input,.landing-root .l-form-row select{width:100%;padding:14px 16px;background:rgba(199,184,255,.03);border:1px solid var(--landing-line-strong);border-radius:10px;color:var(--landing-ink);font-family:var(--landing-display);font-size:15px;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.landing-root .l-form-row select{background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%238E8CB8' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 16px center;padding-right:40px}.landing-root .l-form-row input:focus,.landing-root .l-form-row select:focus{outline:none;border-color:var(--landing-accent);background:rgba(124,92,255,.06);box-shadow:0 0 0 4px rgba(124,92,255,.12)}.landing-root .l-form-row input::-moz-placeholder{color:var(--landing-ink-faint)}.landing-root .l-form-row input::placeholder{color:var(--landing-ink-faint)}.landing-root .l-form-extra{display:flex;align-items:center;justify-content:space-between;margin:24px 0 28px;font-size:13px}.landing-root .l-form-extra label{display:flex;align-items:center;gap:8px;color:var(--landing-ink-dim);cursor:pointer}.landing-root .l-form-extra input[type=checkbox]{width:14px;height:14px;accent-color:var(--landing-accent)}.landing-root .l-form-extra a{color:var(--landing-accent-3);text-decoration:none}.landing-root .l-form-extra a:hover{color:var(--landing-accent);text-decoration:underline}.landing-root .l-login-btn{width:100%;padding:16px;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);color:#fff;border-radius:12px;font-weight:600;font-size:15px;letter-spacing:-.01em;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .25s ease;box-shadow:0 12px 32px -8px var(--landing-accent-glow)}.landing-root .l-login-btn:hover{transform:translateY(-1px);box-shadow:0 18px 40px -8px var(--landing-accent-glow)}.landing-root .l-login-btn .l-arrow-txt{transition:transform .2s ease;display:inline-block}.landing-root .l-login-btn:hover .l-arrow-txt{transform:translateX(4px)}.landing-root .l-login-divider{display:flex;align-items:center;gap:16px;margin:28px 0;font-family:var(--landing-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--landing-ink-faint)}.landing-root .l-login-divider:after,.landing-root .l-login-divider:before{content:"";flex:1;height:1px;background:var(--landing-line)}.landing-root .l-sso-btn{width:100%;padding:14px;background:transparent;border:1px solid var(--landing-line-strong);border-radius:12px;color:var(--landing-ink);font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:12px;transition:all .2s ease}.landing-root .l-sso-btn:hover{border-color:var(--landing-accent);background:rgba(124,92,255,.06)}.landing-root .l-login-foot{margin-top:32px;padding-top:24px;border-top:1px solid var(--landing-line);font-size:13px;color:var(--landing-ink-dim);text-align:center}.landing-root .l-login-foot a{color:var(--landing-accent-3);font-weight:500}.landing-root .l-login-foot a:hover{color:var(--landing-accent)}.landing-root .l-login-tabs{display:flex;gap:4px;background:rgba(0,0,0,.4);padding:4px;border-radius:12px;margin-bottom:32px}.landing-root .l-tab{flex:1;padding:10px;text-align:center;font-family:var(--landing-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--landing-ink-dim);border-radius:8px;cursor:pointer;transition:all .2s ease}.landing-root .l-tab.active{background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);color:#fff;box-shadow:0 4px 12px -2px var(--landing-accent-glow)}.landing-root .l-tab:not(.active):hover{color:var(--landing-ink)}.landing-root .l-final{padding:160px 40px;text-align:center;background:var(--landing-bg);border-bottom:1px solid var(--landing-line);position:relative;overflow:hidden}.landing-root .l-final:before{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:140%;aspect-ratio:1/1;background:radial-gradient(circle,rgba(124,92,255,.18) 0,rgba(91,140,255,.08) 35%,transparent 60%);filter:blur(60px);pointer-events:none}.landing-root .l-final-inner{position:relative;max-width:1100px;margin:0 auto}.landing-root .l-final h2{font-family:var(--landing-display);font-weight:500;font-size:clamp(48px,8vw,120px);line-height:.92;letter-spacing:-.04em;margin-bottom:40px}.landing-root .l-final h2 .serif{font-family:var(--landing-serif);font-style:italic;font-weight:400;background:linear-gradient(135deg,var(--landing-accent) 0,var(--landing-accent-2) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.landing-root .l-final p{font-size:18px;color:var(--landing-ink-dim);max-width:560px;margin:0 auto 48px;line-height:1.5}.landing-root .l-footer{padding:60px 40px 40px;background:var(--landing-bg-2);font-size:13px;color:var(--landing-ink-dim)}.landing-root .l-foot-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;padding-bottom:40px;border-bottom:1px solid var(--landing-line)}.landing-root .l-foot-brand h4{font-family:var(--landing-display);font-size:24px;font-weight:500;letter-spacing:-.02em;color:var(--landing-ink);margin-bottom:16px}.landing-root .l-foot-brand p{font-size:14px;line-height:1.55;max-width:340px}.landing-root .l-foot-col h5{font-family:var(--landing-mono);font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--landing-ink-faint);margin-bottom:18px}.landing-root .l-foot-col ul{list-style:none;padding:0;margin:0}.landing-root .l-foot-col li{margin-bottom:10px}.landing-root .l-foot-col a:hover{color:var(--landing-ink)}.landing-root .l-foot-bottom{max-width:1400px;margin:32px auto 0;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-family:var(--landing-mono);font-size:11px;letter-spacing:.08em;color:var(--landing-ink-faint)}.landing-root .l-reveal{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease}.landing-root .l-reveal.in{opacity:1;transform:translateY(0)}@media (max-width:860px){.landing-root .l-nav{padding:18px 20px}.landing-root .l-nav-links{display:none}.landing-root .l-hero{padding:120px 20px 60px}.landing-root .l-hero-meta{grid-template-columns:repeat(2,1fr)}.landing-root .l-hero-meta .cell{padding:24px;border-right:1px solid var(--landing-line);border-bottom:1px solid var(--landing-line)}.landing-root .l-section{padding:80px 20px}.landing-root .l-problem-grid{grid-template-columns:1fr;gap:48px}.landing-root .l-pillars-header{grid-template-columns:1fr;gap:24px}.landing-root .l-pillars-grid{grid-template-columns:1fr}.landing-root .l-pillar-wide-body{grid-template-columns:1fr;gap:24px}.landing-root .l-compare-row{grid-template-columns:1fr}.landing-root .l-compare-row>div{border-right:none;border-bottom:1px solid var(--landing-line)}.landing-root .l-compare-row>div:last-child{border-bottom:none}.landing-root .l-div-grid{grid-template-columns:repeat(2,1fr)}.landing-root .l-footer{padding:60px 20px 40px}.landing-root .l-foot-grid{grid-template-columns:1fr 1fr;gap:32px}.landing-root .l-portal{padding:100px 20px}.landing-root .l-final{padding:120px 20px}}@media (max-width:980px){.landing-root .l-portal-grid{grid-template-columns:1fr;gap:60px}}.landing-root .l-form-row textarea{width:100%;padding:14px 16px;background:rgba(199,184,255,.03);border:1px solid var(--landing-line-strong);border-radius:10px;color:var(--landing-ink);font-family:var(--landing-display);font-size:15px;line-height:1.5;resize:vertical;min-height:90px;transition:all .2s ease}.landing-root .l-form-row textarea:focus{outline:none;border-color:var(--landing-accent);background:rgba(124,92,255,.06);box-shadow:0 0 0 4px rgba(124,92,255,.12)}.landing-root .l-form-row textarea::-moz-placeholder{color:var(--landing-ink-faint)}.landing-root .l-form-row textarea::placeholder{color:var(--landing-ink-faint)}.landing-root .l-field-err{display:block;margin-top:8px;font-family:var(--landing-mono);font-size:11px;letter-spacing:.05em;color:#ff8da0}.landing-root .l-form-error{margin:8px 0 16px;padding:12px 14px;border-radius:10px;background:rgba(255,90,120,.08);border:1px solid rgba(255,90,120,.25);color:#ffb3c0;font-size:13px;line-height:1.4}.landing-root .l-honeypot{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.landing-root .l-demo-success{padding:20px 4px 8px;text-align:left}.landing-root .l-demo-success-icon{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,var(--landing-accent),var(--landing-accent-2));color:#fff;font-size:20px;font-weight:600;margin-bottom:18px;box-shadow:0 0 32px var(--landing-accent-glow)}.landing-root .l-demo-success h3{margin-bottom:8px}.landing-root .l-demo-success .l-sso-btn{margin-top:20px}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:300;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e1aab0933260df4d-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/b7387a63dd068245-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Space Grotesk;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/36966cca54120369-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Space Grotesk Fallback;src:local("Arial");ascent-override:89.71%;descent-override:26.62%;line-gap-override:0.00%;size-adjust:109.69%}.__className_c22fe1{font-family:Space Grotesk,Space Grotesk Fallback;font-style:normal}.__variable_c22fe1{--landing-font-display:"Space Grotesk","Space Grotesk Fallback"}@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/5ece437c7024c161-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(/_next/static/media/9cc5b37ab1350db7-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/35f3de0ebb1cfc70-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e6099e249fd938cc-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:"Instrument Serif Fallback";src:local("Times New Roman");ascent-override:117.94%;descent-override:36.93%;line-gap-override:0.00%;size-adjust:83.94%}.__className_1f5468{font-family:"Instrument Serif","Instrument Serif Fallback";font-weight:400}.__variable_1f5468{--landing-font-serif:"Instrument Serif","Instrument Serif Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_898c26{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_898c26{--landing-font-mono:"JetBrains Mono","JetBrains Mono Fallback"}