@tailwind base;@tailwind components;@tailwind utilities;:root{--background:#ffffff;--foreground:#171717;--sidebar-bg:#f5f5f5;--border:#e5e5e5;--primary:#1a1a1a;--secondary:#6b7280;--accent:#3b82f6}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed;--sidebar-bg:#141414;--border:#262626;--primary:#ffffff;--secondary:#9ca3af;--accent:#60a5fa}}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden;height:100%}body{color:var(--foreground);background:var(--background);font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--secondary)}