@tailwind base;@tailwind components;@tailwind utilities;:root{--bg-deep: #f8fafc;--bg-base: #f1f5f9;--bg-surface: #ffffff;--bg-elevated: #f8fafc;--border-subtle: #e2e8f0;--border-medium: #cbd5e1;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #94a3b8;--accent-amber: #d97706;--accent-amber-dim: #fbbf24;--accent-cyan: #0891b2;--accent-cyan-dim: #67e8f9;--positive: #059669;--negative: #dc2626;--font-display: "DM Serif Display", Georgia, serif;--font-body: "Outfit", system-ui, sans-serif;--font-mono: "JetBrains Mono", "Courier New", monospace;--header-backdrop: rgba(248, 250, 252, .85);--row-border: rgba(226, 232, 240, .6);--noise-opacity: .015;--active-btn-bg: rgba(217, 119, 6, .08);--bar-positive: rgba(217, 119, 6, .7);--bar-negative: rgba(59, 130, 246, .6)}.dark{--bg-deep: #06090f;--bg-base: #0a0e17;--bg-surface: #111827;--bg-elevated: #1a2332;--border-subtle: #1e293b;--border-medium: #2d3a4d;--text-primary: #e2e8f0;--text-secondary: #8492a6;--text-muted: #4a5568;--accent-amber: #f59e0b;--accent-amber-dim: #92610a;--accent-cyan: #06b6d4;--accent-cyan-dim: #0e7490;--positive: #10b981;--negative: #ef4444;--header-backdrop: rgba(6, 9, 15, .7);--row-border: rgba(30, 41, 59, .3);--noise-opacity: .025;--active-btn-bg: rgba(245, 158, 11, .1);--bar-positive: rgba(245, 158, 11, .7);--bar-negative: rgba(96, 165, 250, .7)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%;background:var(--bg-deep);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body:before{content:"";position:fixed;inset:0;opacity:var(--noise-opacity);background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");pointer-events:none;z-index:9999}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-base)}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%,to{opacity:.4}50%{opacity:1}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-fade-in{animation:fadeInUp .5s ease-out both}.animate-fade-in-delay-1{animation:fadeInUp .5s ease-out .1s both}.animate-fade-in-delay-2{animation:fadeInUp .5s ease-out .2s both}.animate-fade-in-delay-3{animation:fadeInUp .5s ease-out .3s both}.loading-shimmer{background:linear-gradient(90deg,var(--bg-surface) 25%,var(--bg-elevated) 50%,var(--bg-surface) 75%);background-size:200% 100%;animation:shimmer 1.5s ease-in-out infinite}
