@import"https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500;700&display=swap";:root{--bg: #0a0a0a;--fg: #e5e5e5;--primary: #3b82f6;--success: #22c55e;--surface: #111;--border: #333}*{box-sizing:border-box;margin:0;padding:0}body{font-family:JetBrains Mono,monospace;background:var(--bg);color:var(--fg);min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}.bg-surface{background:var(--surface)}.bg-primary{background:var(--primary)}.text-primary{color:var(--primary)}.text-white{color:#fff}.text-slate-400{color:#94a3b8}.text-slate-500{color:#64748b}.text-emerald-500{color:#10b981}.border-white\/5{border-color:#ffffff0d}.border-white\/10{border-color:#ffffff1a}.animate-pulse{animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.animate-ping{animation:ping 1s cubic-bezier(0,0,.2,1) infinite}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.glow-text{text-shadow:0 0 20px rgba(59,130,246,.5)}.custom-scrollbar::-webkit-scrollbar{height:4px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.animate-in{animation:animateIn .5s ease-out forwards}@keyframes animateIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation-name:fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.slide-in-from-bottom-4{--tw-enter-translate-y: 1rem}.slide-in-from-bottom-8{--tw-enter-translate-y: 2rem}.slide-in-from-top-4{--tw-enter-translate-y: -1rem}.delay-0{animation-delay:0ms}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-500{animation-delay:.5s}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}
