:root{--bg: #ffffff;--surface: #f8fafc;--surface-hover: #f1f5f9;--border: #e2e8f0;--border-strong: #cbd5e1;--text-primary: #1e293b;--text-secondary: #64748b;--text-muted: #94a3b8;--blue: #3b82f6;--blue-light: #dbeafe;--green: #22c55e;--green-light: #f0fdf4;--red: #ef4444;--red-light: #fef2f2;--amber: #f59e0b;--amber-light: #fffbeb;--purple: #8b5cf6;--teal: #14b8a6;--orange: #f97316;--indigo: #6366f1}@media (prefers-color-scheme: dark){:root{--bg: #0f172a;--surface: #1e293b;--surface-hover: #334155;--border: #334155;--border-strong: #475569;--text-primary: #f1f5f9;--text-secondary: #94a3b8;--text-muted: #64748b;--blue-light: #1e3a5f;--green-light: #14532d;--red-light: #450a0a;--amber-light: #451a03}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:IBM Plex Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);font-size:14px;line-height:1.5}input,select,textarea,button{font-family:inherit}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:3px}
