:root{--bg: #0f1115;--surface: #181a20;--surface-2: #20242c;--text: #e8eaed;--muted: #9aa0a6;--accent: #8ab4f8;--accent-2: #81c995;--danger: #f28b82;--warn: #fdd663;--border: #30343c;--radius: 10px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;color:var(--text);background:var(--bg)}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:var(--bg)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer;border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:var(--radius);padding:.5rem .9rem;font:inherit}button.primary{background:var(--accent);color:#081018;border-color:var(--accent);font-weight:600}button.ghost{background:transparent}button:disabled{opacity:.5;cursor:not-allowed}input,select,textarea{font:inherit;background:var(--surface-2);color:var(--text);border:1px solid var(--border);border-radius:var(--radius);padding:.45rem .65rem}code{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em;background:var(--surface-2);padding:.1em .35em;border-radius:6px}.app{display:flex;flex-direction:column;min-height:100vh}.app main{flex:1}.chrome{background:var(--surface);border-bottom:1px solid var(--border);padding:.75rem 0}footer.chrome{border-bottom:none;border-top:1px solid var(--border);font-size:.9rem;color:var(--muted)}.wordmark{font-weight:700;font-size:1.25rem;letter-spacing:-.02em}.container{max-width:1100px;margin:0 auto;padding:1.25rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem}.pill{display:inline-flex;align-items:center;gap:.4rem;padding:.25rem .6rem;border-radius:999px;border:1px solid var(--border);background:var(--surface-2);font-size:.85rem}.row{display:flex;gap:1rem;align-items:center}.col{display:flex;flex-direction:column;gap:.75rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.hero h1{font-size:2rem;line-height:1.15;margin:0 0 .5rem;max-width:720px}.hero .sub{color:var(--muted);font-size:1.1rem;max-width:640px;margin:0}.tiles{margin:.5rem 0}.privacy-strip{color:var(--muted);font-size:.95rem}.consent-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:100;padding:1rem}.consent-card{max-width:520px;width:100%;background:var(--surface-2)}.consent-card h3{margin-top:0}.consent-card p{margin:.25rem 0}.audit-table{width:100%;border-collapse:collapse;font-size:.9rem}.audit-table th,.audit-table td{text-align:left;padding:.5rem .75rem;border-bottom:1px solid var(--border)}.audit-table th{color:var(--muted);font-weight:600}
