:root{--space-1:4px;--space-2:8px;--space-3:12px;--space-4:16px;--space-5:24px;--space-6:32px;--space-7:48px;--radius-sm:6px;--radius-md:10px;--radius-pill:999px;--shadow-1:0 1px 2px #0000002e;--shadow-2:0 4px 14px #00000047;--scrim:#00000073;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, monospace;--text-sm:.875rem;--text-base:1rem;--text-lg:1.15rem;--text-xl:1.6rem;--text-h2:1.3rem;--text-h1:1.95rem;--ease-out:cubic-bezier(.22, 1, .36, 1);--shell-max:1280px;--sidebar-w:248px;--toc-w:200px;--prose:70ch;--header-h:56px}:root[data-theme=dark]{--bg:#0f1420;--surface:#161c2b;--surface-2:#1b2233;--ink:#e6e9f0;--muted:#98a2b8;--line:#242c3e;--accent:#7d97ff;--accent-ink:#0c1020;--accent-soft:#1b2440;--accent-border:#2c3a63;--header:#131927;--notice-ok:#14241a;--notice-ok-border:#244a32;--notice-bad:#2a1718;--notice-bad-border:#5a2b2d;--required:#ef6f6f}:root[data-theme=light]{--bg:#faf6f0;--surface:#fffdfa;--surface-2:#f3ece1;--ink:#2a2620;--muted:#6f6657;--line:#e7ddcf;--accent:#b0592f;--accent-ink:#fff;--accent-soft:#f6e8db;--accent-border:#e6cdb5;--header:#fffdfa;--notice-ok:#eef3e6;--notice-ok-border:#d2e0bf;--notice-bad:#fbede7;--notice-bad-border:#e6c9bb;--required:#b23b2a}*,:before,:after{box-sizing:border-box}html{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}html[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}body{background:var(--bg);min-height:100dvh;color:var(--ink);font-family:var(--font-sans);font-size:var(--text-base);-webkit-font-smoothing:antialiased;margin:0;line-height:1.55}h1,h2,h3{text-wrap:balance;margin:0 0 var(--space-3);line-height:1.2}h1{font-size:var(--text-h1);letter-spacing:-.015em}h2{font-size:var(--text-h2)}p{text-wrap:pretty;margin:0 0 var(--space-4)}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:var(--radius-sm)}.header{z-index:10;height:var(--header-h);justify-content:space-between;align-items:center;gap:var(--space-4);padding:0 var(--space-5);background:color-mix(in srgb, var(--header) 88%, transparent);-webkit-backdrop-filter:saturate(1.1)blur(8px);backdrop-filter:saturate(1.1)blur(8px);border-bottom:1px solid var(--line);display:flex;position:sticky;top:0}.brand{align-items:center;gap:var(--space-3);color:var(--ink);display:inline-flex}.brand:hover{text-decoration:none}.brand-mark{border-radius:var(--radius-sm);background:var(--accent);width:30px;height:30px;color:var(--accent-ink);letter-spacing:-.02em;place-items:center;font-size:.9rem;font-weight:700;display:grid}.brand-name{letter-spacing:-.01em;white-space:nowrap;font-weight:650}.brand-name span{color:var(--muted);font-weight:500}.header-actions{align-items:center;gap:var(--space-3);display:flex}.header-divider{background:var(--line);width:1px;height:24px}.page{max-width:62ch;padding:var(--space-6) var(--space-5) var(--space-7);margin:0 auto}.page-wide{max-width:900px}.stack>*+*{margin-top:var(--space-5)}.btn{justify-content:center;align-items:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-5);border-radius:var(--radius-sm);background:var(--accent);color:var(--accent-ink);font:inherit;cursor:pointer;transition:filter .15s var(--ease-out), background .15s var(--ease-out);border:1px solid #0000;font-weight:600;display:inline-flex}.btn:hover{filter:brightness(1.06);text-decoration:none}.btn-ghost{border-color:var(--line);color:var(--ink);background:0 0}.btn-ghost:hover{background:var(--surface-2);filter:none}.btn-sm{min-height:36px;padding:0 var(--space-3);font-size:var(--text-sm)}.icon-btn{border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);width:44px;height:44px;color:var(--muted);cursor:pointer;transition:color .15s var(--ease-out), border-color .15s var(--ease-out);justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{color:var(--accent);border-color:var(--accent-border)}.section{padding:var(--space-5) 0;border-bottom:1px solid var(--line)}.section:last-child{border-bottom:0}.section h2{margin-bottom:var(--space-2)}.section-head{justify-content:space-between;align-items:center;gap:var(--space-4);display:flex}.section-head h2{margin-bottom:0}.form-actions{gap:var(--space-3);margin-top:var(--space-2);display:flex}.panel{padding:var(--space-5);border:1px solid var(--line);border-radius:var(--radius-md);background:var(--surface)}.muted{color:var(--muted)}.lead{font-size:var(--text-lg);color:var(--muted);max-width:46ch}.account{align-items:center;gap:var(--space-2);display:flex}.account-avatar{border-radius:var(--radius-pill);background:var(--accent-soft);width:28px;height:28px;color:var(--accent);font-size:var(--text-sm);flex:none;place-items:center;font-weight:650;display:grid}.account-name{text-overflow:ellipsis;white-space:nowrap;max-width:16ch;margin-right:var(--space-1);font-weight:550;overflow:hidden}@media (width<=480px){.account-name,.brand-name span{display:none}}.field{gap:var(--space-2);margin-bottom:var(--space-4);flex-direction:column;display:flex}.field label{font-size:var(--text-sm);color:var(--ink);font-weight:550}.field input,.field select{min-height:44px;padding:0 var(--space-3);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);color:var(--ink);font:inherit}.field input::placeholder{color:var(--muted)}.field input:focus,.field select:focus{outline:2px solid var(--accent);outline-offset:1px;border-color:#0000}.chip{padding:2px var(--space-2);border-radius:var(--radius-pill);background:var(--accent-soft);color:var(--accent);font-size:var(--text-sm);border:1px solid var(--accent-border);align-items:center;gap:.4ch;font-weight:550;display:inline-flex}.list{flex-direction:column;display:flex}.list-row{align-items:center;gap:var(--space-4);padding:var(--space-4) 0;border-bottom:1px solid var(--line);display:flex}.list-row:last-child{border-bottom:0}.avatar{border-radius:var(--radius-pill);background:var(--accent-soft);width:44px;height:44px;color:var(--accent);flex:none;place-items:center;font-weight:650;display:grid}.list-row .who{flex:1;min-width:0}.list-row .who .name{font-weight:600}.list-row .who .sub{color:var(--muted);font-size:var(--text-sm)}.empty{text-align:center;padding:var(--space-6) var(--space-4);color:var(--muted)}.notice{padding:var(--space-3) var(--space-4);border-radius:var(--radius-sm);border:1px solid var(--notice-bad-border);background:var(--notice-bad);color:var(--ink);font-size:var(--text-sm)}.notice-ok{border-color:var(--notice-ok-border);background:var(--notice-ok)}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.rise{animation:rise .24s var(--ease-out) both}@media (prefers-reduced-motion:reduce){.rise{animation:none}*{scroll-behavior:auto!important}}.toolbar{align-items:center;gap:var(--space-2);margin-bottom:var(--space-5);flex-wrap:wrap;display:flex}.seg{border:1px solid var(--line);border-radius:var(--radius-sm);display:inline-flex;overflow:hidden}.seg button{min-height:36px;padding:0 var(--space-3);background:var(--surface);color:var(--muted);font:inherit;font-size:var(--text-sm);cursor:pointer;border:0}.seg button+button{border-left:1px solid var(--line)}.seg button[aria-pressed=true]{background:var(--accent-soft);color:var(--accent)}.toolbar .spacer{margin-left:auto}.feature-group+.feature-group{margin-top:var(--space-5)}.feature-name{font-size:var(--text-sm);color:var(--muted);text-transform:capitalize;margin:0 0 var(--space-2);font-weight:600}.test{gap:var(--space-3);padding:var(--space-4) 0;border-bottom:1px solid var(--line);grid-template-columns:auto 1fr auto;align-items:start;display:grid}.test:last-child{border-bottom:0}.result-dot{border-radius:var(--radius-pill);place-items:center;width:22px;height:22px;margin-top:1px;font-size:13px;font-weight:700;display:grid}.result-pass{background:var(--notice-ok);color:var(--notice-ok-border)}.result-fail{background:var(--notice-bad);color:var(--required)}.result-unknown,.result-skip{background:var(--surface-2);color:var(--muted)}.test-title{font-weight:600}.test-intent{color:var(--muted);font-size:var(--text-sm);margin:2px 0 var(--space-2);max-width:68ch}.test-tech{gap:var(--space-2);font-family:var(--font-mono);color:var(--muted);flex-wrap:wrap;font-size:.72rem;display:flex}.test-tech .id{color:var(--muted);opacity:.75}.test-tech .covers{color:var(--accent);opacity:.85}.request-form{gap:var(--space-2);margin-top:var(--space-2);padding:var(--space-4);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface-2);flex-direction:column;grid-column:1/-1;display:flex}.request-form select,.request-form textarea{padding:var(--space-3);border:1px solid var(--line);border-radius:var(--radius-sm);background:var(--surface);color:var(--ink);font:inherit}.request-form textarea{resize:vertical;min-height:4.5rem}.saved{color:var(--notice-ok-border);font-size:var(--text-sm);grid-column:1/-1}.queue th,.queue td{text-align:left;padding:var(--space-3);border-bottom:1px solid var(--line);font-size:var(--text-sm);vertical-align:top}.queue th{color:var(--muted);font-weight:600}@media (width<=560px){.test{grid-template-columns:auto 1fr}.test .btn-ghost{grid-column:2;justify-self:start}}
