@tailwind base;@tailwind components;@tailwind utilities;::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#f3f4f6}.dark ::-webkit-scrollbar-track{background-color:#0b0f19}::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:5px}.dark ::-webkit-scrollbar-thumb{background:#334155}::-webkit-scrollbar-thumb:hover{background:#64748b}.dark ::-webkit-scrollbar-thumb:hover{background:#475569}@keyframes pulse-purple{0%{box-shadow:0 0 #a855f7b3;transform:scale(1)}50%{box-shadow:0 0 0 12px #a855f700;transform:scale(1.03)}to{box-shadow:0 0 #a855f700;transform:scale(1)}}@keyframes pulse-gold{0%{box-shadow:0 0 #f59e0bb3;transform:scale(1)}50%{box-shadow:0 0 0 12px #f59e0b00;transform:scale(1.03)}to{box-shadow:0 0 #f59e0b00;transform:scale(1)}}.animate-pulse-purple{animation:pulse-purple 2s infinite}.animate-pulse-purple:hover{animation:none}.animate-pulse-gold{animation:pulse-gold 2s infinite}.animate-pulse-gold:hover{animation:none}
