@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");.spin-wheel-shell--embedded{box-sizing:border-box;width:100%;height:100%;min-height:0;position:relative;display:flex;flex-direction:column}.spin-wheel-shell--embedded .loading-screen,.spin-wheel-shell--embedded .wave-overlay{position:absolute;inset:0}@keyframes spin-teaser-rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.spin-teaser-wheel{animation:spin-teaser-rotate 10s linear infinite}@media (prefers-reduced-motion:reduce){.spin-teaser-wheel{animation-duration:60s}}.spin-wheel-shell{position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;color:rgba(255,255,255,.87);background:radial-gradient(221.98% 55.96% at 50% 44.04%,#3c0074 0,#001225 100%);font-family:Outfit,sans-serif}.spin-wheel-shell.spin-wheel-shell--embedded{height:100%;max-height:100%;min-height:0}.spin-wheel-shell .pixi-stage{width:100%;min-height:0;flex:1 1 0}.spin-wheel-shell .wave-overlay{position:fixed;inset:0;pointer-events:none;display:flex;justify-content:center;align-items:center;overflow:visible;z-index:0}.spin-wheel-shell .wave-circle{width:0;height:0;min-width:0;min-height:0;aspect-ratio:1;border-radius:50%;flex-shrink:0;background:radial-gradient(circle,transparent 0,rgba(87,38,134,.25) 40%,rgba(87,38,134,.35) 75%,rgba(87,38,134,.5) 100%);box-sizing:border-box;visibility:hidden}.spin-wheel-shell .loading-screen{position:fixed;inset:0;z-index:1000;display:flex;justify-content:center;align-items:center;background:radial-gradient(221.98% 55.96% at 50% 44.04%,#3c0074 0,#001225 100%)}.spin-wheel-shell .loading-screen .initial-loader{visibility:visible;background:transparent}.spin-wheel-shell .initial-loader{position:relative;display:flex;justify-content:center;align-items:center;box-sizing:border-box;visibility:hidden}.spin-wheel-shell .loader{position:relative;width:50px;height:20px}.spin-wheel-shell .loader span{width:10px;height:10px;border-radius:50%;background:#e72264;position:absolute;top:50%;animation:spin-wheel-loader-dots 2.25s ease-in-out infinite}.spin-wheel-shell .loader span:first-child{animation-delay:0s}.spin-wheel-shell .loader span:nth-child(2){animation-delay:-.75s}.spin-wheel-shell .loader span:nth-child(3){animation-delay:-1.5s}@keyframes spin-wheel-loader-dots{0%{left:0;transform:translateY(-50%) scale(.6);opacity:.6;z-index:1}15%{left:0;transform:translateY(-50%) scale(.6);z-index:1;opacity:.6}35%{left:15px;transform:translateY(-50%) scale(1.6);z-index:2;opacity:1}50%{left:15px;transform:translateY(-50%) scale(1.6);opacity:1;z-index:2}70%{left:30px;transform:translateY(-50%) scale(.6);z-index:1;opacity:.6}85%{left:30px;transform:translateY(-50%) scale(.6);z-index:1;opacity:.6}86%{left:15px;transform:translateY(-50%) scale(.6);z-index:0;opacity:.4}to{left:0;transform:translateY(-50%) scale(.6);z-index:0;opacity:.6}}