:root{--purple:#9146ff;--purple-dark:#772ce8;--purple-light:#bf94ff;--bg:#0e0e10;--surface:#18181b;--surface2:#1f1f23;--border:#2d2d35;--text:#efeff1;--text-muted:#adadb8;--green:#00e5a0;--red:#ff4b4b;--yellow:#ffb800;--blue:#4fc3f7}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);min-height:100vh;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif}a{color:var(--purple-light);text-decoration:none}a:hover{text-decoration:underline}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--surface)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--purple)}table{border-collapse:collapse;width:100%;font-size:.85rem}th,td{text-align:left;border-bottom:1px solid var(--border);padding:.6rem .75rem}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;background:var(--surface2);font-size:.72rem;font-weight:600}tr:hover td{background:#9146ff0d}input,select,textarea,button{font-family:inherit}code,pre,.mono{font-family:JetBrains Mono,Space Mono,ui-monospace,Menlo,Consolas,monospace}
