:root{color-scheme:light dark;--bg: #fafafa;--surface: #ffffff;--surface-alt: #f5f5f5;--surface-hover: #f0f0f0;--surface-hover2: #e5e5e5;--text: #1a1a1a;--text-2: #333333;--text-3: #555555;--text-muted: #888888;--text-subtle: #aaaaaa;--border: #eeeeee;--border-mid: #dddddd;--border-strong: #999999}@media(prefers-color-scheme:dark){:root{--bg: #111111;--surface: #1c1c1c;--surface-alt: #252525;--surface-hover: #2e2e2e;--surface-hover2: #383838;--text: #f0f0f0;--text-2: #cccccc;--text-3: #aaaaaa;--text-muted: #888888;--text-subtle: #666666;--border: #2a2a2a;--border-mid: #3a3a3a;--border-strong: #555555}}[data-theme=dark]{--bg: #111111;--surface: #1c1c1c;--surface-alt: #252525;--surface-hover: #2e2e2e;--surface-hover2: #383838;--text: #f0f0f0;--text-2: #cccccc;--text-3: #aaaaaa;--text-muted: #888888;--text-subtle: #666666;--border: #2a2a2a;--border-mid: #3a3a3a;--border-strong: #555555}[data-theme=light]{--bg: #fafafa;--surface: #ffffff;--surface-alt: #f5f5f5;--surface-hover: #f0f0f0;--surface-hover2: #e5e5e5;--text: #1a1a1a;--text-2: #333333;--text-3: #555555;--text-muted: #888888;--text-subtle: #aaaaaa;--border: #eeeeee;--border-mid: #dddddd;--border-strong: #999999}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{overflow-x:hidden}body{font-family:Inter,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}
