:root{--bg: #f7f7f8;--panel: #ffffff;--text: #1c1c1e;--muted: #6b6b70;--line: #e3e3e6;--accent: #2f5bd7;--danger: #c8433a}@media(prefers-color-scheme:dark){:root{--bg: #17171a;--panel: #212126;--text: #ececee;--muted: #9a9aa2;--line: #33333a;--accent: #7ea0ff;--danger: #ef6a60}}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:15px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif}
