@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse{0%{opacity:.5;transform:scale(.95)}50%{opacity:1;transform:scale(1)}to{opacity:.5;transform:scale(.95)}}.animate-fade-in-up{opacity:0;animation:.6s ease-out forwards fadeInUp}.animate-fade-in{animation:.8s ease-out forwards fadeIn}.animate-pulse-slow{animation:2s ease-in-out infinite pulse}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#bbb}.glass{-webkit-backdrop-filter:blur(8px);background:#ffffffb3!important}[data-mui-color-scheme=dark] .glass{background:#0a1929b3!important}.bg-overlay{position:relative}.bg-overlay:before{content:"";z-index:1;background:#0006;position:absolute;top:0;bottom:0;left:0;right:0}.bg-overlay>*{z-index:2;position:relative}
