:root,:root[data-theme=dark]{color-scheme:dark;--app-bg:#0b0b0b;--nav-bg:rgba(20,20,20,0.94);--surface-0:#080c11;--surface-1:#0d1117;--surface-2:#111820;--surface-3:#18222c;--surface-input:#090e14;--overlay-surface:rgba(20,20,20,0.96);--console-gradient:linear-gradient(180deg,#10161d,#0b1016);--warm-panel:linear-gradient(135deg,#241a0c,#17110a);--info-surface:#11141b;--text-primary:#e8edf2;--text-secondary:#aeb8c3;--text-muted:#8995a3;--text-faint:rgba(255,255,255,0.48);--border:#21262d;--border-strong:#394552;--subtle-fill:rgba(255,255,255,0.045);--positive:#7be07b;--positive-soft:rgba(74,222,128,0.2);--negative:#e07b7b;--warning:#ffd76b;--accent:#78b7ff;--selection:rgba(66,165,245,0.28)}:root[data-theme=light]{color-scheme:light;--app-bg:#eef2f5;--nav-bg:rgba(255,255,255,0.96);--surface-0:#f7f9fb;--surface-1:#ffffff;--surface-2:#edf2f6;--surface-3:#e4ebf1;--surface-input:#f8fafc;--overlay-surface:rgba(255,255,255,0.97);--console-gradient:linear-gradient(180deg,#ffffff,#f2f6f9);--warm-panel:linear-gradient(135deg,#fff8df,#f2ead0);--info-surface:#e8f0f7;--text-primary:#111820;--text-secondary:#3d4d5d;--text-muted:#617181;--text-faint:rgba(17,24,32,0.57);--border:#cbd5df;--border-strong:#aebbc8;--subtle-fill:rgba(23,43,61,0.055);--positive:#087a3e;--positive-soft:rgba(8,122,62,0.12);--negative:#b4232f;--warning:#7a5700;--accent:#075f9c;--selection:rgba(0,109,119,0.18)}body,html{min-height:100%;background:var(--app-bg);color:var(--text-primary)}body{margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace}button,input,select,textarea{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:var(--selection)}*{scrollbar-color:var(--border-strong) var(--surface-0)}