@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-primary: #0f1419;--bg-secondary: #1a1f2e;--bg-tertiary: #242d3d;--text-primary: #e7e9ea;--text-secondary: #8b98a5;--text-muted: #536471;--accent-blue: #1d9bf0;--accent-purple: #7b2ff7;--accent-cyan: #00d2ff;--positive: #ef4444;--negative: #3b82f6;--warning: #f59e0b;--success: #22c55e;--border: #2f3336;--glass-bg: rgba(26, 31, 46, .8);--glass-border: rgba(255, 255, 255, .05)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
