@tailwind base;@tailwind components;@tailwind utilities;*{margin:0;padding:0;box-sizing:border-box}html{font-family:DM Sans,system-ui,sans-serif;background-color:#0a0a0b;color:#fafafa}body{min-height:100vh;background-color:#0a0a0b;background-image:radial-gradient(ellipse at 20% 0%,rgba(59,130,246,.08) 0%,transparent 50%),radial-gradient(ellipse at 80% 100%,rgba(139,92,246,.06) 0%,transparent 50%);background-attachment:fixed}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#111113}::-webkit-scrollbar-thumb{background:#3f3f46;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#52525b}.font-mono{font-family:JetBrains Mono,monospace;font-variant-numeric:tabular-nums}.card-hover{transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.card-hover:hover{transform:translateY(-2px);box-shadow:0 8px 30px #0006;border-color:#3f3f46}.progress-bar{transition:width .6s ease-out}.glow-green{box-shadow:0 0 20px #10b98133}.glow-amber{box-shadow:0 0 20px #f59e0b33}.glow-red{box-shadow:0 0 20px #ef444433}.stagger-1{animation-delay:50ms}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}.recharts-tooltip-wrapper{outline:none!important}.custom-tooltip{background:#18181b!important;border:1px solid #3f3f46!important;border-radius:8px!important;padding:12px!important;box-shadow:0 8px 30px #00000080!important}
