:root{--bg:#0d1117;--surface:#161b22;--surface-2:#1c2128;--border:#30363d;--text:#e6e8eb;--muted:#8b929c;--accent:#58a6ff;--ok:#3fb950;--warn:#d29922;--danger:#f85149;--radius:10px;--radius-sm:8px;--s1:4px;--s2:8px;--s3:12px;--s4:16px;--s6:24px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;font-size:14px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1{margin:0;font-size:18px;font-weight:700}h2{color:var(--muted);margin:0;font-size:13px;font-weight:600}table{border-collapse:collapse;font-variant-numeric:tabular-nums;width:100%}:focus-visible{outline:2px solid var(--accent);outline-offset:1px}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border);border-radius:6px}::-webkit-scrollbar-track{background:0 0}button{font-family:inherit}tbody tr:hover{background:var(--surface-2)}
