@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700;800&family=Inter:wght@400;450;500;600;700&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg: #000000;--bg-tint: #060608;--panel: #0d0d10;--panel-2: #131318;--panel-3: #181820;--navy: #1A1A2E;--border: rgba(255, 255, 255, .08);--border-strong: rgba(255, 255, 255, .14);--text: #EEEAE0;--text-2: #c8c4ba;--muted: #909090;--dim: #6b6b6b;--burgundy: #8B1A2E;--burgundy-2: #c14963;--teal: #2490B5;--teal-2: #3FB6DD;--gold: #C9A961;--green: #7BAE7F;--f-display: "Inter Tight", "Inter", system-ui, sans-serif;--f-body: "Inter", system-ui, sans-serif;--f-mono: "JetBrains Mono", ui-monospace, "SF Mono", Menlo, monospace;--pink: #8B1A2E;--cyan: #2490B5;--lime: #2490B5}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{background:var(--bg);color:var(--text);font-family:var(--f-body);font-size:15px;line-height:1.5;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;font-feature-settings:"cv11","ss01";overflow-x:hidden}body:before{content:"";position:absolute;top:0;left:50%;width:min(1200px,100vw);height:760px;transform:translate(-50%);background:radial-gradient(ellipse 50% 50% at 30% 30%,rgba(36,144,181,.1) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 70% 20%,rgba(139,26,46,.07) 0%,transparent 60%);pointer-events:none;z-index:-1}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 56px}.btn{display:inline-flex;align-items:center;gap:.5rem;min-height:38px;padding:0 16px;font-size:14px;font-weight:500;border:1px solid var(--border);border-radius:8px;cursor:pointer;transition:background .15s,border-color .15s,color .15s,transform .12s;font-family:inherit;text-decoration:none}.btn:hover{border-color:var(--border-strong);background:#ffffff08}.btn-primary{background:var(--text);color:#0a0a0a;border-color:var(--text);font-weight:600}.btn-primary:hover{background:#fff;border-color:#fff}.btn-secondary{background:transparent;color:var(--text);border-color:var(--border)}.header{position:sticky;top:0;z-index:100;background:#0009;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--border)}.header-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding-top:0;padding-bottom:0;gap:24px}.logo{display:inline-flex;align-items:center;gap:10px;font-family:var(--f-display);font-size:18px;font-weight:600;letter-spacing:-.02em;text-transform:none;color:var(--text)}.brand-mark{width:22px;height:22px;border-radius:50%;border:1.5px solid var(--text);position:relative;flex:0 0 auto}.brand-mark:before{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;background:linear-gradient(135deg,var(--burgundy) 0% 50%,var(--text) 50% 100%);clip-path:polygon(50% 0,56% 50%,50% 100%,44% 50%);transform:rotate(35deg)}.nav{display:flex;align-items:center;gap:32px}.nav a{color:var(--text-2);font-weight:500;font-size:.95rem;transition:color .15s}.nav a:hover{color:var(--text)}.nav-actions{display:flex;align-items:center;gap:12px}.nav-user{display:inline-flex;flex-direction:column;align-items:flex-end;gap:2px;border:1px solid rgba(36,144,181,.35);background:#2490b514;border-radius:10px;padding:8px 12px}.nav-user-login{color:var(--text);font-size:.9rem;font-weight:600;line-height:1.2}.nav-user-org{color:var(--muted);font-size:.75rem;line-height:1.2}.hero-section{min-height:calc(100svh - 64px);padding:96px 0 24px;position:relative;overflow:hidden;display:flex;align-items:center}.hero-section:before{display:none}.hero-inner{width:100%;min-width:0;position:relative;z-index:1;display:flex;flex-direction:column;align-items:center}.hero-left{width:100%;min-width:0;max-width:980px;text-align:center}.hero-badge{display:inline-flex;align-items:center;gap:7px;min-height:26px;padding:0 11px;border-radius:999px;background:#ffffff05;border:1px solid var(--border);color:var(--muted);font-family:var(--f-mono);font-size:11.5px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;margin-bottom:28px}.badge-dot{width:6px;height:6px;border-radius:50%;background:var(--teal);box-shadow:0 0 8px #2490b5b3}.hero-title{font-family:var(--f-display);font-size:clamp(3.25rem,7vw,4.75rem);font-weight:700;line-height:1.02;letter-spacing:-.034em;margin:0 auto 1.5rem;text-align:center;color:var(--text)}.hero-sub{font-size:1.16rem;color:var(--muted);max-width:660px;margin:0 auto 1.5rem;line-height:1.55}.hero-chips{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.hero-chips li{padding:.4rem .9rem;border-radius:999px;border:1px solid rgba(36,144,181,.3);color:var(--teal);font-size:.8rem;font-weight:500;background:#2490b512}.hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem}.waitlist-form{display:flex;flex-direction:column;gap:14px;width:min(100%,620px);margin:0 auto;text-align:left}.waitlist-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.waitlist-form label{display:flex;flex-direction:column;gap:7px;color:var(--text-2);font-size:.82rem;font-weight:600}.waitlist-form label span{min-height:18px}.waitlist-form input,.waitlist-form textarea{width:100%;border:1px solid rgba(238,234,224,.28);border-radius:8px;background:#0000008f;color:var(--text);font:inherit;font-size:.95rem;line-height:1.45;padding:11px 12px;outline:none;transition:border-color .15s,background .15s}.waitlist-form textarea{resize:vertical;min-height:96px}.waitlist-form input:focus,.waitlist-form textarea:focus{border-color:#3fb6dda6;background:#0000009e}.waitlist-hero{padding-bottom:40px}.waitlist-page-section{padding-top:40px}.waitlist-page-inner{max-width:720px}.waitlist-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}.waitlist-message{min-height:20px;color:var(--muted);font-size:.88rem;line-height:1.5}.waitlist-message-success{color:var(--green)}.waitlist-message-error{color:var(--burgundy-2)}.scroll-cue{position:absolute;left:0;right:0;bottom:32px;z-index:2;display:flex;justify-content:center;align-items:center;gap:10px;color:var(--dim);font-family:var(--f-mono);font-size:11px;letter-spacing:.12em;text-transform:uppercase;border:0;background:transparent;cursor:pointer;font:inherit;transition:color .15s,transform .15s}.scroll-cue:focus-visible{outline:2px solid rgba(36,144,181,.55);outline-offset:6px;border-radius:999px}.scroll-cue:hover{color:var(--teal-2);transform:translateY(1px)}.scroll-cue-mark{width:18px;height:28px;border:1px solid var(--border-strong);border-radius:999px;position:relative}.scroll-cue-mark:before{content:"";position:absolute;left:50%;top:6px;width:3px;height:6px;border-radius:999px;background:var(--teal-2);transform:translate(-50%);animation:scroll-cue 1.6s ease-in-out infinite}@keyframes scroll-cue{0%,to{opacity:.35;transform:translate(-50%)}45%{opacity:1;transform:translate(-50%,8px)}}.panel-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);margin-bottom:12px}.product-mock{width:100%;max-width:1240px;border-radius:18px;padding:1px;background:linear-gradient(180deg,#ffffff2e,#ffffff05);box-shadow:0 60px 120px #0009,0 0 80px #2490b512}.product-mock-inner{background:var(--panel);border-radius:17px;overflow:hidden}.pm-chrome{height:38px;display:flex;align-items:center;gap:12px;padding:0 14px;border-bottom:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.03),transparent)}.pm-dots{display:flex;gap:6px}.pm-dots span{width:11px;height:11px;border-radius:50%;background:#ffffff1a}.pm-url{flex:1;text-align:center;font-family:var(--f-mono);font-size:11.5px;color:var(--dim)}.pm-grid{display:grid;grid-template-columns:250px minmax(0,1fr) 300px;min-height:500px}.pm-sidebar,.pm-inspector{background:var(--bg-tint);padding:18px 14px}.pm-sidebar{border-right:1px solid var(--border)}.pm-inspector{border-left:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.pm-label,.pm-inspector-head span:first-child{display:block;font-family:var(--f-mono);font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--dim);padding:8px 10px 6px}.pm-item{padding:9px 10px;border-radius:7px;font-size:13.5px;color:var(--text-2);display:flex;align-items:center;justify-content:space-between;gap:12px}.pm-item.active{background:#2490b51a;color:var(--text);box-shadow:inset 0 0 0 1px #2490b559}.pm-item span:last-child,.pm-go,.pm-warn{font-family:var(--f-mono);font-size:11px;color:var(--dim)}.pm-item.active span:last-child,.pm-go{color:var(--green)}.pm-warn{color:var(--gold)}.pm-item.muted span:first-child{color:var(--muted);font-size:12.5px}.pm-sidebar hr{border:0;border-top:1px solid rgba(255,255,255,.04);margin:10px 4px}.pm-main{padding:28px 32px;overflow:hidden}.pm-head,.pm-inspector-head,.pm-direction div{display:flex;align-items:baseline;justify-content:space-between;gap:14px}.pm-crumbs{font-family:var(--f-mono);font-size:11.5px;color:var(--muted)}.pm-crumbs strong{color:var(--text);font-weight:500}.pm-pill{display:inline-flex;align-items:center;height:20px;padding:0 7px;border-radius:999px;border:1px solid rgba(36,144,181,.4);color:var(--teal-2);background:#2490b514;font-family:var(--f-mono);font-size:10.5px}.pm-pill.go{color:var(--green);border-color:#7bae7f66;background:#7bae7f14}.pm-main h2{font-family:var(--f-display);font-size:clamp(2rem,4vw,2.6rem);line-height:1.05;letter-spacing:-.026em;margin:14px 0 6px}.pm-main>p{color:var(--muted);font-size:14px;margin-bottom:22px;max-width:560px}.pm-sec-head{display:flex;align-items:baseline;gap:10px;margin:18px 0 12px}.pm-sec-head h3{font-family:var(--f-display);font-size:17px;font-weight:600}.pm-sec-head span:last-child{font-family:var(--f-mono);font-size:11px;color:var(--dim)}.pm-bang{font-family:var(--f-mono);color:var(--burgundy-2)}.pm-direction{border:1px solid var(--border);border-radius:10px;padding:14px 16px;margin-bottom:8px;background:var(--panel-2)}.pm-direction.critical{border-color:#c1496359;background:linear-gradient(180deg,rgba(139,26,46,.08),var(--panel-2) 60%)}.pm-direction strong{font-size:14.5px;color:var(--text);font-weight:500;line-height:1.4}.pm-direction span{font-family:var(--f-mono);font-size:10.5px;color:var(--dim);white-space:nowrap}.pm-direction p{margin-top:8px;font-size:13px;color:var(--muted);line-height:1.55}.receipt-row{border:1px solid var(--border);border-radius:9px;padding:10px 12px;background:var(--panel);display:flex;flex-direction:column;gap:4px}.receipt-row span{font-size:13px;color:var(--text)}.receipt-row small{font-family:var(--f-mono);font-size:10.5px;color:var(--muted)}.section{padding:104px 0}.hero-section+.section{padding-top:36px}.bg-tinted{background:var(--bg-tint);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-title{font-family:var(--f-display);font-size:clamp(2.25rem,5vw,3.5rem);font-weight:700;color:var(--text);line-height:1.05;margin-bottom:1rem;letter-spacing:-.028em}.section-lead{font-size:1rem;color:var(--muted);max-width:580px;line-height:1.55;margin-bottom:1rem}.section-lead.mt{margin-top:1rem}.section-header{display:flex;flex-direction:column;align-items:flex-start;gap:10px;margin-bottom:3rem}.mini-note{font-size:.9rem;color:var(--muted);margin-top:1rem;line-height:1.6}.callout{margin-top:1.5rem;font-size:1.2rem;font-weight:700;color:var(--text)}.hl{color:var(--teal);font-weight:600}.problem-list{display:flex;flex-direction:column;gap:8px;margin:1rem 0;padding-left:0}.problem-list li{padding:10px 16px;background:var(--panel);border:1px solid var(--border);border-radius:8px;color:var(--muted);font-size:.95rem;max-width:420px}.signal-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.signal-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:26px 24px;display:flex;flex-direction:column;gap:12px}.signal-label{font-family:var(--f-mono);font-size:.75rem;font-weight:500;text-transform:uppercase;letter-spacing:.08em;color:var(--teal-2)}.signal-card h3{font-family:var(--f-display);font-size:1.45rem;line-height:1.15;color:var(--text);letter-spacing:-.02em}.signal-card p{color:var(--muted);font-size:.95rem;line-height:1.65}.diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:2rem;max-width:800px}.diff-card{border-radius:14px;padding:24px;border:1px solid var(--border)}.diff-card ul{display:flex;flex-direction:column;gap:10px;margin-top:12px}.diff-card li{font-size:.95rem;line-height:1.5;padding-left:0;color:var(--muted)}.diff-header{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.diff-others{background:var(--panel)}.diff-others .diff-header{color:var(--muted)}.diff-schelling{background:var(--navy);border-color:#2490b54d}.diff-schelling .diff-header{color:var(--teal)}.diff-schelling li{color:var(--text)}.thesis-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.thesis-card{border-radius:14px;padding:28px 26px;border:1px solid var(--border);background:var(--panel)}.thesis-card-strong{background:linear-gradient(180deg,rgba(36,144,181,.06) 0%,var(--panel) 55%);border-color:#2490b559}.thesis-card-strong .diff-header{color:var(--teal)}.thesis-list{display:flex;flex-direction:column;gap:10px;margin-top:14px}.thesis-list li{color:var(--muted);font-size:.95rem;line-height:1.6}.thesis-card-strong .thesis-list li{color:var(--text)}.how-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px;margin-top:2rem}.how-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:26px 24px}.how-num{display:block;font-size:.75rem;font-weight:700;color:var(--teal);letter-spacing:.08em;margin-bottom:10px}.how-card h3{font-family:var(--f-display);font-size:1.45rem;line-height:1.15;letter-spacing:-.02em;font-weight:600;color:var(--text);margin-bottom:8px}.how-card p{font-size:.9rem;color:var(--muted);line-height:1.6}.proof-card{background:var(--panel);border:1px solid var(--border);border-radius:16px;padding:32px;margin-top:2rem}.proof-row{display:grid;grid-template-columns:1fr 1fr;gap:32px}.proof-col p,.proof-col li{font-size:.95rem;color:var(--muted);line-height:1.6}.proof-col ul{display:flex;flex-direction:column;gap:8px;margin-top:8px}.proof-list li:before{content:"-> ";color:var(--teal)}.proof-col li:before{content:"→ ";color:var(--teal)}.proof-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);margin-bottom:10px}.proof-result{margin-top:24px;padding-top:20px;border-top:1px solid var(--border);font-size:1.1rem;font-weight:700;color:var(--teal)}.comparison-wrap{border:1px solid var(--border);border-radius:14px;background:var(--panel);overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;min-width:720px}.comparison-table th,.comparison-table td{padding:20px 22px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.comparison-table th{font-family:var(--f-mono);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal-2)}.comparison-table td{color:var(--muted);line-height:1.6}.comparison-table tbody tr:last-child td{border-bottom:none}.comparison-table tbody tr:last-child td{background:#2490b50f}.comparison-table tbody tr:last-child td:first-child{color:var(--teal);font-weight:600}.who-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:2rem}.who-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:24px}.who-icon{font-size:1.5rem;margin-bottom:12px}.who-card p{font-size:.9rem;color:var(--muted);line-height:1.6}.trust-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.trust-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:26px 24px}.trust-card h3{font-family:var(--f-display);font-size:1.25rem;letter-spacing:-.02em;margin-bottom:10px;color:var(--text)}.trust-card p{color:var(--muted);font-size:.95rem;line-height:1.65}.ba-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:2rem}.ba-card{border-radius:16px;padding:28px;border:1px solid var(--border);background:var(--panel);display:flex;flex-direction:column;gap:12px}.ba-card p{font-size:.95rem;color:var(--muted);line-height:1.65}.ba-label{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:4px}.ba-sting{color:var(--text)!important;font-weight:600}.ba-before{border-color:#8b1a2e59}.ba-before .ba-label{color:var(--burgundy)}.ba-after{border-color:#2490b54d}.ba-after .ba-label{color:var(--teal)}.install-section{background:var(--bg-tint);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.install-inner{text-align:center;max-width:600px;margin:0 auto}.install-inner .section-lead{margin:0 auto 1.5rem}.install-code{background:#000;border:1px solid var(--border);border-radius:12px;padding:16px 20px;font-size:1rem;color:var(--teal);margin-bottom:16px;display:inline-block;width:100%;text-align:left}.install-hint{font-size:.95rem;color:var(--muted);line-height:1.7;margin-bottom:2rem}.install-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem}.footer{padding:64px 0 32px;border-top:1px solid var(--border);background:var(--bg-tint)}.footer-top{display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:start;margin-bottom:48px}.footer-brand p{font-size:.9rem;color:var(--muted);margin-top:10px;line-height:1.7}.footer-cols{display:flex;gap:48px;flex-wrap:wrap;justify-content:flex-end}.footer-col h4{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin-bottom:1rem}.footer-col a{display:block;color:var(--text);font-size:.9rem;margin-bottom:.5rem;transition:color .15s}.footer-col a:hover{color:var(--teal)}.footer-bottom{padding-top:24px;border-top:1px solid var(--border)}.footer-bottom p{font-size:.8rem;color:var(--muted)}.nav a.active{color:var(--teal)}.page-hero{padding:72px 0 56px;border-bottom:1px solid var(--border)}.page-hero.page-hero-compact{padding:32px 0 24px}.page-hero:before{display:none}.page-title{font-family:var(--f-display);font-size:clamp(2.5rem,6vw,4rem);font-weight:700;line-height:1.04;margin:1rem 0 1.25rem;letter-spacing:-.03em;color:var(--text);max-width:800px}.page-sub{font-size:1.1rem;color:var(--muted);max-width:560px;line-height:1.7}.docs-inner{display:flex;flex-direction:column;gap:64px;max-width:860px}.docs-block{display:flex;flex-direction:column;gap:16px}.onboarding-flow{max-width:860px;display:flex;flex-direction:column;gap:20px}.section.section-compact-top{padding-top:40px}.flow-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:24px;display:flex;flex-direction:column;gap:14px}.flow-card h2{font-size:1.05rem;color:var(--text)}.flow-card p{color:var(--muted)}.dash-shell{--dash-border-strong: rgba(255, 255, 255, .15);--text-primary: var(--text);--text-secondary: var(--muted);--text-muted: #6a6a6a;--accent: var(--teal);--accent-dim: rgba(36, 144, 181, .12);--label-mono: var(--teal);--tag-bg: rgba(255, 255, 255, .06);--tag-border: rgba(255, 255, 255, .1);--tag-text: #ccc;--warn-text: #e6a93a;--warn-bg: rgba(230, 169, 58, .1);min-height:100vh;background:var(--bg);color:var(--text-primary);font-family:var(--f-body);font-weight:400;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}.dash-shell strong{font-weight:600}.dash-topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 24px;border-bottom:1px solid var(--border);max-width:1120px;margin:0 auto}.dash-logo{font-family:var(--f-display);font-size:18px;font-weight:600;letter-spacing:-.02em;text-transform:none;color:var(--text-primary);text-decoration:none}.dash-logo:hover{color:var(--accent)}.dash-user-chip{display:inline-flex;align-items:center;gap:10px;padding:6px 10px 6px 6px;border-radius:10px;border:1px solid rgba(36,144,181,.35);background:#2490b514;max-width:min(420px,70vw)}.dash-user-chip--muted{opacity:.9}.dash-avatar{width:28px;height:28px;border-radius:10px;display:inline-flex;align-items:center;justify-content:center;font-size:.8rem;font-weight:600;color:var(--text-primary);border:1px solid var(--tag-border);background:var(--panel);flex-shrink:0}.dash-user-chip-text{font-size:.8rem;font-weight:500;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dash-user-menu-wrap{position:relative}.dash-user-chip--button{cursor:pointer;margin:0;font:inherit;color:inherit;-moz-appearance:none;appearance:none;-webkit-appearance:none}.dash-user-chip--button:focus-visible{outline:2px solid rgba(36,144,181,.55);outline-offset:2px}.dash-user-chevron{flex-shrink:0;font-size:.65rem;line-height:1;opacity:.65;margin-left:2px}.dash-user-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:40;min-width:220px;padding:6px 0;border-radius:12px;border:1px solid var(--border);background:var(--panel);box-shadow:0 12px 32px #00000047}.dash-user-menu-head{padding:10px 14px 12px;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:4px}.dash-user-menu-login{font-size:.9rem;font-weight:600;color:var(--text-primary)}.dash-user-menu-org{font-size:.8rem;font-weight:500;color:var(--muted)}.dash-user-menu-hint{margin:0;padding:10px 14px;font-size:.82rem;color:var(--muted);line-height:1.45}.dash-user-menu-item{display:block;width:100%;box-sizing:border-box;padding:10px 14px;border:none;background:transparent;font:inherit;font-size:.88rem;font-weight:500;color:var(--text-primary);text-align:left;text-decoration:none;cursor:pointer}.dash-user-menu-item:hover{background:#2490b51a}.dash-user-menu-item--danger{color:#e85d6a}.dash-user-menu-item--danger:hover{background:#e85d6a1f}.dash-user-menu-section{padding:4px 0 2px;max-height:280px;overflow-y:auto}.dash-user-menu-section-label{padding:6px 14px;font-size:.68rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--teal)}.dash-user-menu-divider{height:1px;margin:6px 0;background:var(--border)}.dash-user-menu-item--org{padding-left:14px}.dash-user-menu-item--active{background:#2490b529;font-weight:600;color:var(--text-primary)}.dash-inline-nav{display:flex;flex-wrap:wrap;align-items:center;gap:6px 4px;padding:10px 24px 18px;max-width:1120px;margin:0 auto;border-bottom:1px solid var(--border)}.dash-nav-link{font-size:.95rem;font-weight:500;color:var(--muted);text-decoration:none;transition:color .15s}.dash-nav-link:hover{color:var(--text-primary)}.dash-nav-link--active{color:var(--teal)}.dash-nav-sep{font-size:.95rem;color:var(--text-muted);-webkit-user-select:none;user-select:none;margin:0 4px}.dash-main{max-width:1120px;margin:0 auto;padding:28px 24px 64px}.dash-page-head{margin-bottom:28px;min-width:0}.dash-dashboard-layout{display:grid;grid-template-columns:230px minmax(0,1fr);gap:22px;align-items:start}.dash-sidebar{position:sticky;top:18px;display:flex;flex-direction:column;gap:8px;padding:10px;border:1px solid var(--border);border-radius:16px;background:linear-gradient(180deg,#0f2338c7,#081220e6),var(--panel)}.dash-sidebar-item{width:100%;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--text);cursor:pointer;display:flex;flex-direction:column;gap:4px;padding:13px 14px;text-align:left;transition:background .15s ease,border-color .15s ease,transform .15s ease}.dash-sidebar-item:hover{background:#2490b51a;border-color:#2490b547}.dash-sidebar-item--active{background:#2490b529;border-color:#2490b573;box-shadow:0 14px 30px #0000002e}.dash-sidebar-label{font-size:.98rem;font-weight:800}.dash-sidebar-eyebrow{color:var(--muted);font-size:.78rem;line-height:1.35}.dash-dashboard-content{min-width:0}.dash-breadcrumb{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--teal);margin-bottom:1rem;padding:.35rem 1rem;border-radius:999px;background:#2490b51f;border:1px solid rgba(36,144,181,.35)}.dash-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;letter-spacing:-.02em;line-height:1.15;margin:0 0 1.25rem;color:var(--text-primary)}.dash-subtitle{font-size:1.1rem;font-weight:400;color:var(--muted);max-width:560px;line-height:1.7}.dash-muted{color:var(--muted);font-size:.92rem}.dash-row{display:grid;gap:14px;margin-bottom:14px}.dash-card{background:var(--panel);border:1px solid var(--border);border-radius:14px;padding:24px;transition:background .15s ease,border-color .15s ease}.dash-card:hover{background:var(--navy);border-color:#2490b54d}.dash-setup-panel-head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:12px}.dash-setup-panel-title{font-size:1.05rem;font-weight:700;color:var(--text-primary)}.dash-badge{display:inline-flex;align-items:center;gap:6px;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--warn-text);padding:.35rem 1rem;border-radius:999px;border:1px solid rgba(230,169,58,.35);background:var(--warn-bg)}.dash-badge-dot{width:6px;height:6px;border-radius:50%;background:var(--warn-text)}.dash-badge--ok{color:var(--teal);border-color:#4dc9b866;background:#4dc9b81f}.dash-badge--ok .dash-badge-dot{background:var(--teal)}.dash-badge--warn{color:#e6a93a;border-color:#e6a93a73;background:#e6a93a1f}.dash-badge--warn .dash-badge-dot{background:#e6a93a}.dash-stripe-card{width:100%}.dash-stripe-h3{font-size:.95rem;font-weight:700;margin:1.25rem 0 .35rem;color:var(--text-primary)}.dash-stripe-hint{margin-bottom:.75rem;font-size:.85rem}.dash-stripe-mode-row{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:8px}.dash-stripe-livebar{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:8px;margin:10px 0 16px}.dash-stripe-livebar--ready .dash-stripe-livebar-seg{border-color:#4dc9b873}.dash-stripe-livebar-seg{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#0003;font-size:.78rem;line-height:1.35;color:var(--muted)}.dash-stripe-livebar-seg--ok{color:var(--text);border-color:#4dc9b859}.dash-stripe-livebar-seg-mark{flex-shrink:0;font-weight:700}.dash-stripe-livebar-seg-label{font-weight:600}.dash-stripe-webhook{display:flex;flex-direction:column;gap:6px;margin-bottom:8px}.dash-stripe-webhook-label{font-size:.72rem;text-transform:uppercase;letter-spacing:.06em;color:var(--muted);font-weight:600}.dash-stripe-webhook-url{word-break:break-all;font-size:.8rem}.dash-stripe-actions{display:flex;flex-wrap:wrap;gap:10px;margin:8px 0 4px}.dash-stripe-banner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-radius:10px;border:1px solid rgba(77,201,184,.35);background:#4dc9b814;margin-bottom:14px}.dash-stripe-banner p{margin:0;flex:1;min-width:200px;font-size:.9rem}.dash-priors-panel{width:100%}.dash-priors-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.dash-priors-title{font-size:1.05rem;font-weight:700;color:var(--text-primary);margin-bottom:6px}.dash-priors-subtitle{font-size:.88rem;color:var(--muted);line-height:1.5}.dash-priors-form{display:flex;flex-direction:column;gap:14px}.dash-priors-field{border:1px solid var(--border);border-radius:10px;padding:12px;background:#00000026}.dash-priors-label{display:block;font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--teal);margin-bottom:4px}.dash-priors-prompt{font-size:.88rem;color:var(--muted);margin:0 0 8px;line-height:1.45}.dash-priors-input{width:100%;min-height:88px;resize:vertical;border:1px solid var(--border);border-radius:8px;background:var(--bg);color:var(--text);font-size:.9rem;line-height:1.5;padding:10px 12px;font-family:inherit}.dash-priors-input:focus{outline:2px solid rgba(77,201,184,.45);outline-offset:1px}.dash-priors-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.dash-setup-panel-body{font-size:.92rem;font-weight:400;color:var(--muted);line-height:1.6;margin-bottom:16px}.dash-setup-panel-actions{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.dash-setup-panel-link{font-size:.88rem;color:var(--muted);text-decoration:underline;text-underline-offset:3px}.dash-setup-panel-link:hover{color:var(--teal)}.dash-repo-setup-card{display:flex;flex-direction:column;gap:16px}.dash-repo-setup-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.dash-repo-manual{display:flex;flex-wrap:wrap;align-items:center;gap:8px;color:var(--muted);font-size:.9rem}.dash-repo-table-wrap{overflow-x:auto}.dash-repo-table{width:100%;border-collapse:collapse}.dash-repo-table th,.dash-repo-table td{padding:12px 10px;text-align:left;border-top:1px solid var(--border);vertical-align:top}.dash-repo-table th{color:var(--muted);font-size:.72rem;text-transform:uppercase;letter-spacing:.08em}.dash-repo-state{width:56px;font-weight:800;font-size:1.2rem}.dash-repo-state--ready{color:var(--teal)}.dash-repo-state--missing,.dash-repo-state--outdated,.dash-repo-state--error{color:#c4647a}.dash-repo-name{color:var(--text);font-weight:700;margin-bottom:4px}.dash-repo-file-list{display:flex;flex-direction:column;gap:5px}.dash-repo-file{color:var(--muted);font-size:.82rem;word-break:break-word}.dash-repo-file--ok{color:var(--teal)}.dash-repo-file--missing,.dash-repo-file--outdated,.dash-repo-file--error{color:#c4647a}.dash-priors-complete-note{font-size:.88rem;color:var(--teal);margin:0 0 12px;line-height:1.45}.dash-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:inherit;font-size:1rem;font-weight:600;padding:12px 24px;border-radius:10px;text-decoration:none;cursor:pointer;border:none;background:transparent;color:var(--text-primary);transition:opacity .2s,transform .15s,border-color .15s,color .15s}.dash-btn:hover{opacity:.85;transform:translateY(-1px)}.dash-btn--outline{border:1.5px solid var(--teal);color:var(--teal);background:transparent}.dash-btn--outline:hover{border-color:var(--teal);color:var(--teal);opacity:.85}.dash-btn--primary{border:none;background:var(--teal);color:#fff}.dash-btn--primary:hover{opacity:.85;transform:translateY(-1px);background:var(--teal);color:#fff}.dash-btn--arrow:after{content:" →";font-size:.9em}.dash-stepper-card-title{font-size:1.05rem;font-weight:700;margin-bottom:16px;color:var(--text-primary)}.dash-stepper{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.dash-step{display:flex;flex-direction:column;gap:10px;padding:16px;border-radius:12px;border:1px solid var(--border);background:var(--bg-tint)}.dash-step-indicator{width:28px;height:28px;border-radius:50%;flex-shrink:0;border:1px solid var(--border);display:flex;align-items:center;justify-content:center}.dash-step--done .dash-step-indicator{border-color:var(--accent);background:var(--accent-dim);color:var(--accent)}.dash-step-check{width:14px;height:14px}.dash-step--active .dash-step-indicator{border-color:var(--accent);background:var(--accent-dim);position:relative}.dash-step--active .dash-step-indicator:after{content:"";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background:var(--accent)}.dash-step--todo .dash-step-indicator{border-color:var(--tag-border);background:var(--tag-bg)}.dash-step-body{display:flex;flex-direction:column;gap:4px}.dash-step-name{font-size:.95rem;font-weight:600;color:var(--text-primary)}.dash-step-desc{font-size:.85rem;font-weight:400;line-height:1.55;color:var(--muted)}.dash-gate-card{max-width:640px}.dash-gate-title{font-size:1.05rem;font-weight:700;margin-bottom:12px;color:var(--text-primary)}.dash-gate-steps{margin:0 0 0 1.1rem;padding:0;display:flex;flex-direction:column;gap:10px;font-size:.86rem;color:var(--text-secondary);line-height:1.55}.dash-gate-steps li::marker{color:var(--muted)}.dash-gate-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.dash-gate-hint,.dash-proof-panel{margin-top:14px}.dash-proof-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:14px;flex-wrap:wrap}.dash-proof-title{font-size:1.05rem;font-weight:700;color:var(--text-primary)}.dash-proof-subtitle{font-size:.9rem;color:var(--muted);margin-top:6px;max-width:760px}.dash-proof-filters{display:flex;flex-wrap:wrap;align-items:center;gap:8px 10px;margin-bottom:14px}.dash-proof-impact-toggle{border:1px solid var(--border);border-radius:999px;background:var(--bg-tint);color:var(--muted);padding:6px 12px;font-size:.8rem;font-weight:600;cursor:pointer;display:inline-flex;gap:8px;align-items:center;font-family:inherit;flex-shrink:0;white-space:nowrap}.dash-proof-impact-toggle:hover{color:var(--text-primary);border-color:#2490b559}.dash-proof-impact-toggle--active{border-color:#84d7a473;color:#84d7a4;background:#13603438}.dash-proof-filter{border:1px solid var(--border);border-radius:999px;background:var(--bg-tint);color:var(--muted);padding:6px 12px;font-size:.8rem;font-weight:600;cursor:pointer;display:inline-flex;gap:8px;align-items:center}.dash-proof-filter--active{border-color:#2490b566;color:var(--teal);background:#2490b514}.dash-proof-filter-count{border:1px solid var(--tag-border);border-radius:999px;padding:1px 7px;color:var(--text);font-size:.75rem}.dash-proof-error{color:#c4647a;font-size:.9rem}.dash-proof-table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:12px}.dash-proof-table{width:100%;border-collapse:collapse;min-width:820px}.dash-proof-table th,.dash-proof-table td{border-bottom:1px solid var(--border);padding:11px 10px;text-align:left;vertical-align:top}.dash-proof-table th{font-size:.72rem;text-transform:uppercase;letter-spacing:.08em;color:var(--teal)}.dash-proof-table td{color:var(--text);font-size:.88rem}.dash-proof-id{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.82rem}.dash-proof-project{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.72rem;color:var(--muted);margin-top:4px}.dash-proof-problem{max-width:360px}.dash-proof-expand{border:1px solid var(--border);background:var(--bg-tint);color:var(--text);width:24px;height:24px;border-radius:6px;cursor:pointer}.dash-outcome-chip{display:inline-flex;padding:2px 9px;border-radius:999px;font-size:.75rem;font-weight:600;border:1px solid var(--border)}.dash-outcome-chip--neutral{color:var(--text);background:var(--tag-bg)}.dash-outcome-chip--success{color:#84d7a4;background:#13603452;border-color:#84d7a459}.dash-outcome-chip--failed{color:#ef8f9c;background:#741e2d40;border-color:#ef8f9c59}.dash-outcome-chip--warn{color:#e5cb8b;background:#82631e38;border-color:#e5cb8b59}.dash-outcome-chip--mixed{color:#bfb2f5;background:#47327a40;border-color:#bfb2f559}.dash-proof-detail{border-radius:12px;border:1px solid var(--border);background:#ffffff05;padding:12px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.dash-proof-step{border:1px solid var(--border);border-radius:10px;padding:10px;background:var(--panel)}.dash-proof-step-title{color:var(--teal);font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px}.dash-proof-step--surface{grid-column:1 / -1}.dash-proof-step p{color:var(--text);font-size:.86rem;line-height:1.55;white-space:pre-wrap}.dash-proof-step--surface .dash-proof-step-lead{color:var(--muted);font-size:.8rem;line-height:1.45;margin:0 0 10px;white-space:normal}.dash-proof-memory-grid{display:flex;flex-direction:column;gap:8px}.dash-proof-memory-slab{border:1px solid var(--border);border-radius:8px;padding:8px 10px;background:#0003}.dash-proof-memory-slab-title{font-size:.68rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);margin-bottom:4px;font-weight:600}.dash-proof-memory-slab-body{margin:0;color:var(--text);font-size:.84rem;line-height:1.5;white-space:pre-wrap}.dash-proof-problem-meta{margin-top:.45rem;font-size:.82rem;line-height:1.45}.dash-code{font-family:ui-monospace,SF Mono,Menlo,monospace;font-size:.85em;font-weight:400;padding:3px 8px;border-radius:8px;border:1px solid var(--border);background:var(--bg);color:var(--teal)}@media (max-width: 900px){.dash-dashboard-layout{grid-template-columns:1fr}.dash-sidebar{position:static;flex-direction:row;overflow-x:auto}.dash-sidebar-item{min-width:165px}.dash-stepper,.dash-proof-detail{grid-template-columns:1fr}}.btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.flow-select{background:#000;border:1px solid var(--border);border-radius:10px;color:var(--text);padding:10px 12px;font-size:.95rem}.flow-note{font-size:.92rem;color:var(--muted)}.validation{border-radius:10px;border:1px solid var(--border);padding:14px}.validation ul{margin-top:8px;padding-left:20px;list-style:disc}.validation.ok{border-color:#2490b559;background:#2490b50f}.validation.blocked{border-color:#8b1a2e59;background:#8b1a2e0f}.flow-error{color:#c4647a}.flow-stepper{display:flex;flex-wrap:wrap;gap:8px}.setup-tabs{display:flex;flex-direction:column;gap:12px}.setup-tab-list{display:inline-flex;gap:6px;padding:4px;width:fit-content;border:1px solid var(--border);border-radius:999px;background:#ffffff05}.setup-tab{border:1px solid transparent;border-radius:999px;padding:7px 12px;font-size:.85rem;font-weight:600;color:var(--muted);background:transparent;cursor:pointer}.setup-tab.active{color:var(--teal);border-color:#2490b559;background:#2490b514}.setup-tab-panel{border:1px solid var(--border);border-radius:12px;padding:16px;background:#ffffff05;display:flex;flex-direction:column;gap:10px}.setup-tab-panel h3{font-size:1rem;color:var(--text)}.setup-repo-list{list-style:disc;margin-left:16px;display:flex;flex-direction:column;gap:6px}.setup-repo-list code{word-break:break-word}.setup-command{margin-bottom:4px}.setup-verification{border:1px solid var(--border);border-radius:14px;padding:16px;background:#ffffff06;display:flex;flex-direction:column;gap:12px}.setup-verification-head,.setup-status-row,.setup-status-files li{display:flex;justify-content:space-between;gap:12px}.setup-verification-head{align-items:flex-start}.setup-verification h3{font-size:1rem;color:var(--text)}.setup-status-list,.setup-status-files{list-style:none;margin:0;padding:0}.setup-status-list{display:flex;flex-direction:column;gap:8px}.setup-status-item{border:1px solid var(--border);border-radius:10px;padding:10px;background:#0000002e}.setup-status-item--ready{border-color:#2490b552}.setup-status-item--missing,.setup-status-item--outdated,.setup-status-item--error{border-color:#8b1a2e52}.setup-status-row span,.setup-status-files span{color:var(--muted);text-transform:uppercase;font-size:.72rem;letter-spacing:.08em}.setup-status-files{margin-top:8px;display:flex;flex-direction:column;gap:5px}.setup-status-files code{word-break:break-word}.step-pill{border:1px solid var(--border);border-radius:999px;padding:6px 12px;font-size:.8rem;color:var(--muted);text-transform:capitalize}.step-pill.active{border-color:#2490b566;color:var(--teal);background:#2490b514}.works-with{display:flex;flex-wrap:wrap;gap:10px;margin-top:4px}.works-with li{padding:.5rem 1.1rem;border-radius:999px;border:1px solid rgba(36,144,181,.3);color:var(--teal);font-size:.875rem;font-weight:500;background:#2490b512}.hl-link{color:var(--teal);text-decoration:underline;text-underline-offset:3px}.reveal{opacity:0;transform:translateY(22px);transition:opacity .55s ease,transform .55s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.hero-left .reveal:nth-child(1){transition-delay:.05s}.hero-left .reveal:nth-child(2){transition-delay:.15s}.hero-left .reveal:nth-child(3){transition-delay:.25s}.hero-left .reveal:nth-child(4){transition-delay:.35s}.hero-left .reveal:nth-child(5){transition-delay:.45s}.hero-right.reveal{transition-delay:.3s}.terminal{background:#000;border:1px solid var(--border);border-radius:12px;overflow:hidden;font-family:SF Mono,Fira Code,Fira Mono,monospace}.terminal-bar{display:flex;align-items:center;gap:6px;padding:10px 14px;background:#111;border-bottom:1px solid var(--border)}.t-dot{width:10px;height:10px;border-radius:50%;background:#333;display:inline-block}.t-dot:nth-child(1){background:#ff5f57}.t-dot:nth-child(2){background:#febc2e}.t-dot:nth-child(3){background:#28c840}.t-title{margin-left:8px;font-size:.75rem;color:var(--muted);letter-spacing:.05em}.terminal-body{padding:16px;display:flex;flex-direction:column;gap:4px}.t-line{font-size:.82rem;line-height:1.6;margin:0;color:var(--muted)}.t-line.t-gap{margin-top:8px}.t-prompt{color:var(--muted);margin-right:6px}.t-arrow{color:var(--teal);margin-right:6px}.t-key{color:var(--text);font-weight:600}.t-tag{display:inline-block;padding:1px 8px;border-radius:4px;background:#2490b51f;border:1px solid rgba(36,144,181,.3);color:var(--teal);font-size:.75rem;font-weight:600;letter-spacing:.04em}@media (max-width: 900px){.container{padding:0 24px}.hero-right{width:100%}.pm-grid{grid-template-columns:1fr}.pm-sidebar,.pm-inspector{display:none}.pm-main{padding:24px}.signal-grid,.diff-grid,.thesis-grid,.ba-grid,.proof-row,.trust-grid,.footer-top{grid-template-columns:1fr}.footer-cols{justify-content:flex-start}}@media (max-width: 640px){.container{padding:0 18px}.header-inner{min-height:58px}.logo{font-size:16px}.nav,.nav-actions{display:none}.hero-section{min-height:calc(100svh - 58px);padding:56px 0 48px}.hero-inner{gap:40px}.hero-badge{max-width:calc(100vw - 36px);justify-content:center;flex-wrap:wrap;padding:6px 10px;white-space:normal;line-height:1.35;letter-spacing:.08em;overflow-wrap:anywhere}.hero-title{max-width:100%;font-size:clamp(2rem,10vw,2.5rem);text-wrap:balance;overflow-wrap:break-word}.hero-sub{max-width:100%;font-size:1rem;overflow-wrap:break-word}.hero-chips,.scroll-cue{display:none}.hero-ctas{align-items:stretch}.hero-ctas .btn{flex:1 1 100%;justify-content:center}.waitlist-row{grid-template-columns:1fr}.waitlist-actions{align-items:stretch}.waitlist-actions .btn{flex:1 1 100%;justify-content:center}.comparison-wrap{overflow:visible;border:0;background:transparent}.comparison-table,.comparison-table thead,.comparison-table tbody,.comparison-table tr,.comparison-table td{display:block;width:100%;min-width:0}.comparison-table thead{display:none}.comparison-table tr{border:1px solid var(--border);border-radius:14px;background:var(--panel);overflow:hidden}.comparison-table tr+tr{margin-top:14px}.comparison-table td{border-bottom:1px solid var(--border);padding:14px 16px}.comparison-table td:last-child{border-bottom:0}.comparison-table td:before{content:"";display:block;margin-bottom:4px;font-family:var(--f-mono);font-size:.68rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal-2)}.comparison-table td:nth-child(1):before{content:"Tool"}.comparison-table td:nth-child(2):before{content:"Primary job"}.comparison-table td:nth-child(3):before{content:"Primary moment"}.comparison-table td:nth-child(4):before{content:"What compounds"}.pm-chrome{display:none}.product-mock{border-radius:14px}.product-mock-inner{border-radius:13px}.pm-main h2{font-size:2rem}.pm-direction div{flex-direction:column;align-items:flex-start;gap:4px}.section{padding:48px 0}.section-title{font-size:clamp(2rem,11vw,2.8rem)}.install-inner{text-align:left}.install-ctas{justify-content:flex-start}.install-inner .section-lead{margin-left:0}}
