::-webkit-scrollbar { width: 4px; }
::-webkit-scrollbar-track { background: #0A0E1A; }
::-webkit-scrollbar-thumb { background: #2A3F6F; border-radius: 2px; }
.glow-blue { box-shadow: 0 0 12px rgba(59,130,246,0.25); }
.glow-red { box-shadow: 0 0 12px rgba(239,68,68,0.25); }
.glow-teal { box-shadow: 0 0 12px rgba(20,184,166,0.25); }
@keyframes pulse { 0%,100%{opacity:1} 50%{opacity:0.3} }
