:root{--bg: #141414;--bg-elevated: #1f1f1f;--bg-panel: #2a2a2a;--border: #3a3a3a;--border-subtle: #2e2e2e;--text: #f2f2f2;--text-muted: #c8c8c8;--text-dim: #6b6b6b;--accent: #e85d04;--accent-hover: #f48c06;--accent-muted: rgba(232, 93, 4, .15);--header-h: 48px;--footer-h: 32px;--radius: 6px;--radius-sm: 4px;--font: "Segoe UI", system-ui, -apple-system, sans-serif;--font-mono: ui-monospace, "Cascadia Code", "SF Mono", Menlo, monospace;--max-content: 960px;--max-form: 400px}*,*:before,*:after{box-sizing:border-box}html{color-scheme:dark;-webkit-text-size-adjust:100%}body{margin:0;min-height:100dvh;font-family:var(--font);font-size:15px;line-height:1.5;color:var(--text);background:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{color:var(--accent-hover)}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible{outline:1px solid var(--accent);outline-offset:2px}img,svg{display:block;max-width:100%}h1,h2,h3{margin:0 0 .5rem;font-weight:600;line-height:1.25;letter-spacing:-.01em}h1{font-size:1.75rem}h2{font-size:1.25rem}p{margin:0 0 1rem;color:var(--text-muted)}.muted{color:var(--text-dim)}.tagline{color:var(--text-muted);font-size:.95rem;letter-spacing:.02em}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;min-height:2.5rem;padding:.5rem 1rem;font:inherit;font-weight:500;border:1px solid transparent;border-radius:var(--radius);cursor:pointer;background:var(--bg-panel);color:var(--text);text-decoration:none}.btn:hover{border-color:var(--border);color:var(--text)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--accent);color:#fff;border-color:var(--accent)}.btn-primary:hover{background:var(--accent-hover);border-color:var(--accent-hover);color:#fff}.btn-ghost{background:transparent;border-color:var(--border)}.btn-block{width:100%}.btn-oauth{background:var(--bg-elevated);border-color:var(--border)}.field{display:flex;flex-direction:column;gap:.35rem;margin-bottom:.9rem}.field label{font-size:.85rem;color:var(--text-muted)}.field input{min-height:2.5rem;padding:.5rem .75rem;font:inherit;color:var(--text);background:var(--bg);border:1px solid var(--border);border-radius:var(--radius-sm)}.field input::placeholder{color:var(--text-dim)}.field input:focus{border-color:var(--accent);outline:none}.form-error{margin:0 0 .75rem;padding:.6rem .75rem;font-size:.9rem;color:#ffb4a8;background:#b4281e26;border:1px solid rgba(180,40,30,.35);border-radius:var(--radius-sm)}.form-error[hidden]{display:none}.form-hint{margin:0 0 1rem;font-size:.85rem;color:var(--text-dim)}.divider{display:flex;align-items:center;gap:.75rem;margin:1.25rem 0;color:var(--text-dim);font-size:.8rem}.divider:before,.divider:after{content:"";flex:1;height:1px;background:var(--border-subtle)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.public-page{min-height:100dvh;display:flex;flex-direction:column}.public-top{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.5rem;max-width:1100px;width:100%;margin:0 auto}.brand{display:inline-flex;align-items:center;gap:.65rem;color:var(--text);text-decoration:none}.brand:hover{color:var(--text)}.brand img{width:32px;height:32px}.brand-name{font-weight:600;font-size:1.05rem;letter-spacing:-.02em}.public-top-actions{display:flex;gap:.5rem;align-items:center}.public-main{flex:1;width:100%;max-width:1100px;margin:0 auto;padding:1rem 1.5rem 3rem}.stealth-main{display:flex;align-items:center;justify-content:center;min-height:calc(100dvh - 8rem)}.stealth-hero{text-align:center;margin:0 auto}.stealth-hero .hero-logo{margin-left:auto;margin-right:auto}.stealth-hero .hero-cta{justify-content:center}.stealth-lead{margin-left:auto;margin-right:auto}.hero{padding:3rem 0 2.5rem;max-width:640px}.hero-logo{width:56px;height:56px;margin-bottom:1.25rem}.hero h1{font-size:clamp(1.75rem,4vw,2.25rem);margin-bottom:.35rem}.hero .tagline{margin-bottom:1rem;font-size:1.05rem}.hero-lead{font-size:1.05rem;max-width:36rem;margin-bottom:1.5rem}.hero-cta{display:flex;flex-wrap:wrap;gap:.65rem;margin-bottom:.75rem}.beta-note{font-size:.85rem;color:var(--text-dim)}.section{padding:1.75rem 0;border-top:1px solid var(--border-subtle)}.section h2{margin-bottom:1rem}.card-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:.85rem}.card{padding:1rem;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius)}.card h3{font-size:.95rem;margin-bottom:.35rem;color:var(--text)}.card p{margin:0;font-size:.9rem}.audience-list{margin:0;padding-left:1.15rem;color:var(--text-muted)}.audience-list li{margin-bottom:.35rem}.public-footer{padding:1.25rem 1.5rem;border-top:1px solid var(--border-subtle);text-align:center;font-size:.8rem;color:var(--text-dim)}.auth-wrap{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem 1rem 3rem}.auth-card{width:100%;max-width:var(--max-form);padding:1.75rem 1.5rem;background:var(--bg-elevated);border:1px solid var(--border-subtle);border-radius:var(--radius)}.auth-card .brand{margin-bottom:.35rem}.auth-card h1{font-size:1.35rem;margin:1rem 0 .25rem}.auth-card .sub{margin-bottom:1.25rem;font-size:.9rem}.auth-footer-link{margin-top:1.25rem;text-align:center;font-size:.9rem;color:var(--text-dim)}.oauth-stack{display:flex;flex-direction:column;gap:.5rem}.oauth-stack[hidden]{display:none}#turnstile-slot{margin:.5rem 0 1rem;min-height:0}#turnstile-slot:empty{display:none}@media(max-width:520px){.public-top{padding:.85rem 1rem}.public-main{padding:.5rem 1rem 2rem}.hero{padding-top:1.5rem}}
