:root{--bg:#f4f5f7;--surface:#fff;--border:#dde1e7;--text:#1b2027;--text-muted:#626b78;--accent:#475569;--accent-contrast:#fff;--error-bg:#fdece8;--error-border:#e5534b;--error-text:#8a2416;--font-display:"Fraunces", Georgia, serif;--font-mono:"JetBrains Mono", ui-monospace, Consolas, monospace;--font-sans:"Inter", system-ui, "Segoe UI", sans-serif;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}:root[data-theme=dark]{--bg:#12151a;--surface:#1a1e25;--border:#2e343d;--text:#e7eaee;--text-muted:#97a1ad;--accent:#94a3b8;--accent-contrast:#0f1318;--error-bg:#3a1f1a;--error-border:#e5534b;--error-text:#ffb4ac;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);font-family:var(--font-sans);margin:0}#root{min-height:100svh}.page{justify-content:center;min-height:100%;padding:3rem 1.25rem;display:flex}.shell{flex-direction:column;gap:.75rem;width:100%;max-width:680px;display:flex}.site-header{align-items:center;gap:10px;padding:0 .25rem;display:flex}.site-header__brand{font-family:var(--font-mono);letter-spacing:.04em;color:var(--accent);white-space:nowrap;font-size:.8rem;font-weight:700;text-decoration:none}.site-header__brand:hover{text-decoration:underline}.site-header__divider{color:var(--text-muted);font-weight:400}.site-header__title{font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;font-size:.8rem;font-weight:500}.toolbar-spacer{flex:1}.toggle-btn{border:1px solid var(--border);color:var(--text);cursor:pointer;background:0 0;border-radius:8px;padding:.35rem .55rem;line-height:1}.toggle-btn:hover{border-color:var(--accent)}.card{background:var(--surface);border:1px solid var(--border);border-radius:20px;width:100%;padding:2.5rem 2.25rem;box-shadow:0 30px 60px -35px #00000059}.eyebrow{font-family:var(--font-mono);letter-spacing:.28em;text-transform:uppercase;color:var(--accent);margin:0 0 .75rem;font-size:.75rem}h1{font-family:var(--font-display);color:var(--text);margin:0 0 .75rem;font-size:clamp(1.4rem,4vw,1.9rem);font-weight:600;line-height:1.25}.subhead{color:var(--text-muted);margin:0 0 1.5rem;font-size:.9rem;line-height:1.5}.search-input{background:var(--bg);border:1px solid var(--border);width:100%;color:var(--text);font-family:var(--font-sans);border-radius:10px;padding:.7rem .9rem;font-size:.95rem}.search-input:focus{border-color:var(--accent);outline:none}.class-filters{flex-wrap:wrap;gap:.5rem;margin:.9rem 0;display:flex}.chip{border:1px solid var(--border);background:var(--bg);color:var(--text-muted);font-family:var(--font-mono);cursor:pointer;border-radius:999px;padding:.35rem .85rem;font-size:.75rem;font-weight:600}.chip--active{background:var(--accent);border-color:var(--accent);color:var(--accent-contrast)}.match-count{color:var(--text-muted);margin:0 0 1rem;font-size:.8rem}.empty-state{color:var(--text-muted);text-align:center;padding:1.5rem 0;font-size:.9rem}.class-group{margin-bottom:1.5rem}.class-group:last-child{margin-bottom:0}.class-group__heading{font-family:var(--font-mono);letter-spacing:.04em;color:var(--text);margin:0 0 .6rem;font-size:.8rem;font-weight:700}.class-group__heading span{color:var(--text-muted);letter-spacing:normal;margin-left:.4rem;font-weight:500}.status-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.status-row{background:var(--bg);border:1px solid var(--border);border-radius:12px;align-items:flex-start;gap:.85rem;padding:.75rem .9rem;display:flex}.status-code{text-align:center;min-width:3rem;font-family:var(--font-mono);color:#fff;border-radius:8px;flex-shrink:0;padding:.3rem .4rem;font-size:.85rem;font-weight:700}.status-code--1xx{background:#2563eb}.status-code--2xx{background:#16a34a}.status-code--3xx{background:#d97706}.status-code--4xx{background:#dc2626}.status-code--5xx{background:#7c2d12}.status-body{min-width:0}.status-name{color:var(--text);margin:0 0 .2rem;font-size:.9rem;font-weight:600}.status-description{color:var(--text-muted);margin:0;font-size:.82rem;line-height:1.45}@media (width<=480px){.card{padding:2rem 1.4rem}.status-row{flex-direction:column;gap:.4rem}.status-code{align-self:flex-start}}
