@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@tailwind base;@tailwind components;@tailwind utilities;:root,[data-theme=dark]{--color-background: #0e0e0e;--color-surface: #161616;--color-border: #232323;--color-sidebar: #000000;--color-text-primary: #ffffff;--color-text-secondary: #9ca3af;--color-text-muted: #6b7280;--color-text-subtle: #4b5563;--color-brand: #c5d200;--color-brand-bg: rgba(197, 210, 0, .1);--color-success: #10b981;--color-warning: #f59e0b;--color-error: #ef4444;--color-info: #3b82f6;--color-gold: #c9a96e;--color-purple: #8b5cf6;color-scheme:dark}[data-theme=light]{--color-background: #f5f5f5;--color-surface: #ffffff;--color-border: #e5e7eb;--color-sidebar: #1a1a1a;--color-text-primary: #111111;--color-text-secondary: #4b5563;--color-text-muted: #9ca3af;--color-text-subtle: #d1d5db;color-scheme:light}*,*:before,*:after{box-sizing:border-box}html{font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;background-color:var(--color-background);color:var(--color-text-primary);min-height:100vh}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-subtle)}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}@layer utilities{.bg-background{background-color:var(--color-background)}.bg-surface{background-color:var(--color-surface)}.bg-sidebar{background-color:var(--color-sidebar)}.border-border{border-color:var(--color-border)}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-subtle{color:var(--color-text-subtle)}.text-brand{color:var(--color-brand)}.bg-brand{background-color:var(--color-brand)}.bg-brand-tint{background-color:var(--color-brand-bg)}}
