@tailwind base;@tailwind components;@tailwind utilities;:root{--sidebar-bg:#1a1f2e;--accent-green:#22c55e;--accent-orange:#f97316;--accent-red:#ef4444;--border:#e5e7eb;--bg-page:#f3f4f6}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg-page);color:#111827;font-size:14px;line-height:1.5}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}