@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#f4f5f7;--surface:#ffffff;--surface2:#f0f1f3;--border:#e2e4ea;--accent:#F26522;--accent2:#1A5FD4;--navy:#0B1F4B;--text:#1a1d27;--muted:#6b7280;--green:#16a34a;--amber:#d97706;--red:#dc2626;--shadow:0 1px 3px rgba(0,0,0,0.08)}[data-theme=dark]{--bg:#0f1117;--surface:#181c27;--surface2:#1e2333;--border:#2a3045;--text:#e8eaf0;--muted:#7a8299;--green:#22c55e;--amber:#f59e0b;--red:#ef4444;--shadow:0 1px 3px rgba(0,0,0,0.4)}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);font-family:Segoe UI,system-ui,sans-serif;transition:background .2s,color .2s}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}