:root,[data-theme=light]{--bg: #f0f4f8;--surface: rgba(255, 255, 255, .65);--surface-hover: rgba(255, 255, 255, .85);--border: rgba(0, 0, 0, .12);--text: #1a1a2e;--text-muted: #6b7280;--accent: #4f46e5;--accent-text: #ffffff;--accent-rgb: 79, 70, 229;--ui-muted-text: #6b7280}[data-theme=dark]{--bg: #0d1117;--surface: rgba(255, 255, 255, .07);--surface-hover: rgba(255, 255, 255, .12);--border: rgba(255, 255, 255, .12);--text: #e6edf3;--text-muted: #8b949e;--accent: #7c6ff7;--accent-text: #ffffff;--accent-rgb: 124, 111, 247;--ui-muted-text: #e6edf3}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;min-height:100dvh;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;background-color:var(--bg);color:var(--text);transition:background-color .3s,color .3s;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}
