*{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0a0a0a;--bg-sunken:#050505;--bg-raised:#141414;--bg-hover:#1c1c1c;--border:#1f1f1f;--border-strong:#2c2c2c;--fg:#e4e4e4;--fg-muted:#8a8a8a;--fg-subtle:#5a5a5a;--fg-faint:#3a3a3a;--accent:#7dd3fc;--accent-dim:#0f3850;--good:#86efac;--warn:#fcd34d;--bad:#fca5a5;--info:#7dd3fc;--selection-bg:#e4e4e4;--selection-fg:#0a0a0a}html[data-theme=light]{--bg:#fff;--bg-sunken:#f7f7f7;--bg-raised:#fafafa;--bg-hover:#f0f0f0;--border:#e8e8e8;--border-strong:#d4d4d4;--fg:#111;--fg-muted:#666;--fg-subtle:#999;--fg-faint:#ccc;--accent:#0284c7;--accent-dim:#e0f2fe;--good:#16a34a;--warn:#b45309;--bad:#dc2626;--info:#0284c7;--selection-bg:#111;--selection-fg:#fff}html,body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;font-family:ui-monospace,SF Mono,Menlo,Monaco,Cascadia Mono,Consolas,monospace;font-size:15px;line-height:1.6}a{color:inherit;text-underline-offset:3px;text-decoration:underline}a.chrome-link{text-decoration:none}a.chrome-link:hover{text-underline-offset:3px;text-decoration:underline}button{font-family:inherit;font-size:inherit;color:inherit;cursor:pointer;background:0 0;border:1px solid;padding:.75rem 1.5rem;transition:opacity .15s}button:hover{opacity:.7}::selection{background:var(--selection-bg);color:var(--selection-fg)}*{scrollbar-width:thin;scrollbar-color:#2c2c2c transparent}html[data-theme=light] *{scrollbar-color:#d4d4d4 transparent}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#2c2c2c;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#3c3c3c}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#d4d4d4}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#b0b0b0}::-webkit-scrollbar-corner{background:0 0}@keyframes live-insert{0%{background-color:color-mix(in srgb, var(--good) 18%, transparent)}to{background-color:#0000}}@keyframes live-update{0%{background-color:color-mix(in srgb, var(--accent) 18%, transparent)}to{background-color:#0000}}.live-insert{animation:1.2s ease-out forwards live-insert}.live-update{animation:1.2s ease-out forwards live-update}
