@tailwind base;@tailwind components;@tailwind utilities;:root{--bg:#fafafa;--bg-card:#fff;--text-primary:#1a1a2e;--text-secondary:#6b7280;--text-muted:#9ca3af;--accent:#4ade80;--accent-dark:#22c55e;--accent-gradient:linear-gradient(135deg,#4ade80,#34d399);--accent-subtle:rgba(74,222,128,.1);--border:#e5e7eb;--border-light:#f3f4f6;--radius-sm:10px;--radius-md:16px;--radius-lg:24px;--nav-height:72px;--header-height:56px}*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%;overflow:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}body{background:#e8edee;color:var(--text-primary)}a{color:var(--accent-dark);text-decoration:none}