@tailwind base;@tailwind components;@tailwind utilities;@layer utilities{.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:#0f0f0f}.custom-scrollbar::-webkit-scrollbar-thumb{background:#333;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#444}}@keyframes breathe{0%,to{opacity:.2;transform:scale(1) translate(0)}50%{opacity:.5;transform:scale(1.2) translate(20px,-20px)}}.animate-breathe{animation:breathe 10s ease-in-out infinite}.animate-breathe-delayed{animation:breathe 10s ease-in-out infinite;animation-delay:.5s;animation-direction:reverse}@keyframes aurora-move-1{0%{transform:translate(-10%,-10%) rotate(-5deg) scale(1);opacity:.4}50%{transform:translate(5%,5%) rotate(0) scale(1.1);opacity:.7}to{transform:translate(-10%,-10%) rotate(-5deg) scale(1);opacity:.4}}@keyframes aurora-move-2{0%{transform:translate(5%) rotate(10deg) scale(1.1);opacity:.5}50%{transform:translate(-5%,-5%) rotate(5deg) scale(1);opacity:.3}to{transform:translate(5%) rotate(10deg) scale(1.1);opacity:.5}}@keyframes aurora-move-3{0%{transform:translate(-5%,5%) rotate(-15deg) scale(1);opacity:.3}50%{transform:translate(10%,10%) rotate(-10deg) scale(1.2);opacity:.6}to{transform:translate(-5%,5%) rotate(-15deg) scale(1);opacity:.3}}.animate-aurora-1{animation:aurora-move-1 20s ease-in-out infinite alternate}.animate-aurora-2{animation:aurora-move-2 25s ease-in-out infinite alternate}.animate-aurora-3{animation:aurora-move-3 18s ease-in-out infinite alternate}
