.shadow-glow{box-shadow:0 0 15px rgba(255,255,255,.1);transition:box-shadow .3s ease}.shadow-glow:hover{box-shadow:0 0 20px rgba(255,255,255,.2)}.shadow-glow-green{box-shadow:0 0 20px rgba(34,197,94,.3)}.shadow-glow-red{box-shadow:0 0 20px rgba(239,68,68,.3)}.text-shadow-game{text-shadow:2px 2px 0 #00d8f0,-2px -2px 0 #f71086}.text-shadow-game-sm{text-shadow:1px 1px 0 #00d8f0,-1px -1px 0 #f71086}.delay-150{animation-delay:.15s}.delay-450{animation-delay:.45s}.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}.delay-600{animation-delay:.6s}.delay-700{animation-delay:.7s}.delay-800{animation-delay:.8s}.delay-900{animation-delay:.9s}.delay-1000{animation-delay:1s}@keyframes slideInFromRight{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.slide-in-right{animation:slideInFromRight .5s ease-out forwards}.button-clip-path{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}