@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";
:root,[data-theme=dark]{--color-bg:#0f0f11;--color-surface:#1a1a1f;--color-border:#2a2a32;--color-primary:#6366f1;--color-text:#f1f1f5;--color-muted:#8b8b9a;--color-success:#22c55e;--color-warning:#f59e0b;--color-error:#ef4444;--color-info:#3b82f6;--color-nav-bg:#0f0f11d1;--radius:8px;--font:"Inter",system-ui,-apple-system,sans-serif}[data-theme=light]{--color-bg:#f8f8fc;--color-surface:#fff;--color-border:#e2e2ea;--color-primary:#6366f1;--color-text:#111118;--color-muted:#6b6b7e;--color-success:#16a34a;--color-warning:#d97706;--color-error:#dc2626;--color-info:#2563eb;--color-nav-bg:#f8f8fce0}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;overflow-x:hidden}body{font-family:var(--font);background:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5}a{color:inherit;text-decoration:none}button,input,textarea,select{font-family:inherit}
