:root{--bg: #000000;--bg-tint: #080808;--panel: #111111;--navy: #1A1A2E;--border: rgba(255, 255, 255, .1);--text: #EEEAE0;--muted: #909090;--burgundy: #8B1A2E;--teal: #2490B5;--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:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}ul{list-style:none}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 24px}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:12px 24px;font-size:1rem;font-weight:600;border:none;border-radius:10px;cursor:pointer;transition:opacity .2s,transform .15s;font-family:inherit;text-decoration:none}.btn:hover{opacity:.85;transform:translateY(-1px)}.btn-primary{background:var(--teal);color:#fff}.btn-secondary{background:transparent;color:var(--teal);border:1.5px solid var(--teal)}.header{position:sticky;top:0;z-index:100;background:#000000f5;-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;padding:14px 24px;gap:24px}.logo{font-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--text)}.nav{display:flex;align-items:center;gap:32px}.nav a{color:var(--muted);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{padding:88px 0 80px;position:relative;overflow:hidden}.hero-section:before{display:none}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);align-items:center;gap:48px}.hero-badge{display:inline-block;padding:.35rem 1rem;border-radius:999px;background:#2490b51f;border:1px solid rgba(36,144,181,.35);color:var(--teal);font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;margin-bottom:1.5rem}.hero-title{font-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.15;margin-bottom:1.25rem;text-align:left;color:var(--text)}.hero-sub{font-size:1.1rem;color:var(--muted);max-width:520px;margin-bottom:1.5rem;line-height:1.7}.hero-chips{display:flex;flex-wrap:wrap;gap:.5rem;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;gap:1rem}.hero-panel{background:var(--panel);border:1px solid rgba(36,144,181,.25);border-radius:20px;padding:28px}.panel-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--teal);margin-bottom:12px}.section{padding:72px 0}.bg-tinted{background:var(--bg-tint);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.section-title{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:700;color:var(--text);line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.section-lead{font-size:1.1rem;color:var(--muted);max-width:580px;line-height:1.7;margin-bottom:1rem}.section-lead.mt{margin-top:1rem}.section-header{display:flex;flex-direction:column;gap:10px;margin-bottom:2rem}.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:16px;padding:24px;display:flex;flex-direction:column;gap:12px}.signal-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--teal)}.signal-card h3{font-size:1.05rem;line-height:1.35;color:var(--text)}.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:16px;padding:24px;border:1px solid var(--border);background:var(--panel)}.thesis-card-strong{background:var(--navy);border-color:#2490b54d}.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:24px}.how-num{display:block;font-size:.75rem;font-weight:700;color:var(--teal);letter-spacing:.08em;margin-bottom:10px}.how-card h3{font-size:1rem;font-weight:700;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:16px;background:var(--panel);overflow-x:auto}.comparison-table{width:100%;border-collapse:collapse;min-width:720px}.comparison-table th,.comparison-table td{padding:18px 20px;text-align:left;border-bottom:1px solid var(--border);vertical-align:top}.comparison-table th{font-size:.78rem;letter-spacing:.08em;text-transform:uppercase;color:var(--teal)}.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:var(--navy)}.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:16px;padding:24px}.trust-card h3{font-size:1rem;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-size:clamp(1.75rem,4vw,3rem);font-weight:800;line-height:1.15;margin:1rem 0 1.25rem;letter-spacing:-.02em;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:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;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-size:15px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;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){.hero-inner{grid-template-columns:1fr}.hero-right{width:100%}.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){.nav{display:none}.hero-section{padding:56px 0 48px}.section{padding:48px 0}.install-inner{text-align:left}.install-ctas{justify-content:flex-start}.install-inner .section-lead{margin-left:0}}
