:root{--bg: #0f1115;--bg-secondary: #171a21;--bg-elevated: #1e222b;--bg-hover: #232833;--text: #e6e8ec;--text-secondary: #9aa0ac;--text-muted: #6b7280;--border: #262b35;--border-strong: #333a47;--accent: #4f8cff;--accent-bg: #1c2533;--green-bg: rgba(34, 197, 94, .14);--green-fg: #4ade80;--amber-bg: rgba(245, 158, 11, .14);--amber-fg: #fbbf24;--red-bg: rgba(239, 68, 68, .14);--red-fg: #f87171;--shadow: 0 1px 2px rgba(0, 0, 0, .4);color-scheme:dark}@media (prefers-color-scheme: light){:root{--bg: #f6f7f9;--bg-secondary: #ffffff;--bg-elevated: #ffffff;--bg-hover: #eef0f3;--text: #1a1d23;--text-secondary: #5b616e;--text-muted: #8b909c;--border: #e4e7ec;--border-strong: #d3d7de;--accent: #2563eb;--accent-bg: #e8f0fe;--green-bg: rgba(22, 163, 74, .12);--green-fg: #15803d;--amber-bg: rgba(217, 119, 6, .12);--amber-fg: #b45309;--red-bg: rgba(220, 38, 38, .1);--red-fg: #b91c1c;--shadow: 0 1px 2px rgba(0, 0, 0, .06);color-scheme:light}}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{background:var(--bg);color:var(--text);font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-weight:400;font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:5px;border:2px solid var(--bg)}
