:root{--bg:#0a0a0a;--fg:#d4d4d4;--accent:#4ec9b0;--dim:#6a6a6a;--boss:#f48771;--crit:#dcdcaa}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--fg);font-family:ui-monospace,Cascadia Code,Menlo,Monaco,Consolas,monospace;font-size:14px;line-height:1.4}pre{margin:0;font-family:inherit;white-space:pre}a{color:var(--accent)}*{scrollbar-width:thin;scrollbar-color:#333 transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a4a4a}::-webkit-scrollbar-corner{background:transparent}