.wheel-controls{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.wheel-copy{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}.wheel-copy-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.0625rem}.wheel-copy-title{color:#fff;text-align:center;font-size:1.5rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase;will-change:transform,opacity}.wheel-copy-count{margin-top:.5rem;color:#fff;text-align:center;font-size:.875rem;font-style:normal;font-weight:700;line-height:150%;text-transform:uppercase;white-space:nowrap;display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;will-change:transform,opacity}.wheel-copy-count-number{margin-inline:.5rem;vertical-align:middle;color:#ffbd3d;text-align:center;font-size:1.5rem;font-style:normal;font-weight:900;line-height:150%}.wheel-copy-win{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.wheel-copy-win-line{display:block}.wheel-copy-win-amount{color:#ffbd3d;margin:0 .125rem;font-weight:900}.wheel-copy-instruction{color:#fff;text-align:center;font-size:.75rem;font-style:normal;font-weight:400;line-height:150%;will-change:transform,opacity}.spin-button{display:flex;padding:.875rem 1.5rem;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;width:100%;background:#0f62fe;color:#fff;font-size:1rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.01rem;outline:none;border:none;will-change:transform,opacity}.spin-button:disabled{opacity:.55;cursor:not-allowed}.spin-button-slot{align-self:stretch;width:100%;min-height:3rem;display:flex;align-items:center;justify-content:center}.spin-button-spacer{height:3rem;align-self:stretch;width:100%}.spin-progress-bar{display:flex;align-self:stretch;width:100%;height:.5rem;background:#ffffff4d;overflow:hidden;position:relative;will-change:transform,opacity}.spin-progress-fill{height:100%;background:#fff;width:100%;animation:countdown 6s linear forwards}@keyframes countdown{0%{width:100%}to{width:0%}}.confetti-overlay{position:fixed;inset:0;pointer-events:none;z-index:999;opacity:.95}.confetti-overlay>*{width:100%;height:100%}.splash-screen{position:fixed;inset:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:999;gap:2.5rem;padding:2rem 1rem}.splash-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem}.splash-title{color:#fff;text-align:center;font-size:1.8rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}.splash-loading{color:#fff;text-align:center;font-size:1.125rem;font-style:normal;font-weight:700;line-height:140%}.spinner{width:100px;height:100px;border-radius:50%;border:18px solid rgba(255,255,255,.2);border-top-color:#fff;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.welcome-screen{position:fixed;inset:0;background:transparent;display:flex;align-items:center;justify-content:center;z-index:9998;padding:2rem 1rem}.welcome-content{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch;animation:welcome-pop 2s ease forwards}.welcome-title{color:#fff;text-align:center;text-shadow:0 4px 128px #2fc1ff;font-size:1rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}.welcome-name{color:#fff;text-align:center;font-size:1.8rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}@keyframes welcome-pop{0%{opacity:0;transform:translateY(16px) scale(.96)}80%{opacity:1;transform:translateY(0) scale(1)}}.error-screen{position:fixed;display:flex;flex-direction:column;height:100%;justify-content:space-between;inset:0;z-index:999;padding:2rem 1rem}.error-content{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;animation:error-fade-in .4s ease forwards}.error-icon{width:6.25rem;height:6.25rem}.error-text{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.error-title{color:#fff;text-align:center;font-size:1.125rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}.error-message{color:#fff;text-align:center;font-size:.75rem;font-style:normal;font-weight:400;line-height:150%}@keyframes error-fade-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}.wheel-container{position:relative;display:flex;justify-content:center;align-items:center;width:100%;max-width:50vh;aspect-ratio:1 / 1;margin:0 auto;overflow:hidden}.pointer{position:absolute;top:0;left:50%;height:7.5%;width:auto;z-index:10;transform:translate(-50%)}.wheel-container--animate-in .pointer{transform-origin:50% 0%;animation:pointer-enter .48s var(--ease-overshoot) both .79s}@keyframes pointer-enter{0%{transform:translate(-50%) scaleY(0)}to{transform:translate(-50%) scaleY(1)}}.wheel{position:relative;width:100%;height:100%}.wheel-slice{position:absolute;inset:0;width:100%;height:100%;scale:1.11;transform-origin:50% 50%;-webkit-user-select:none;user-select:none;pointer-events:none}.wheel-container--animate-in .wheel-slice{animation:wheel-slice-fade 1.5s ease both .88s,wheel-slice-blur 1.66s var(--ease-slow-down) both .72s}@keyframes wheel-slice-fade{0%{opacity:0}to{opacity:1}}@keyframes wheel-slice-blur{0%{filter:blur(20px)}to{filter:blur(0px)}}.wheel-center-wrapper{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;pointer-events:none;z-index:2}.wheel-center{height:36%;width:auto;border-radius:50%;object-fit:cover;will-change:transform}.wheel-container--animate-in .wheel-center{animation:wheel-center 1.5s var(--ease-smooth) both .88s}@keyframes wheel-center{0%{transform:rotate(-45deg) scale(0);opacity:0}to{transform:rotate(0) scale(1);opacity:1}}.wheel-result-glow{position:absolute;inset:0;border-radius:50%;pointer-events:none;opacity:0;z-index:1;background:radial-gradient(circle at center,#ffbd3d59,#ffbd3d26 35%,#ffbd3d00 65%)}.wheel-container--win .wheel-result-glow{animation:wheel-result-glow-win 1.4s var(--ease-smooth) both}.wheel-container--lose .wheel-result-glow{background:radial-gradient(circle at center,#b4c8dc2e,#b4c8dc14 40%,#b4c8dc00 70%);animation:wheel-result-glow-lose .9s ease-out both}.wheel-container--win .wheel{animation:wheel-slice-win-pulse .9s var(--ease-smooth) both}.wheel-container--lose .wheel{animation:wheel-slice-lose-dim .6s ease-out both}@keyframes wheel-result-glow-win{0%{opacity:0;transform:scale(.7)}40%{opacity:1;transform:scale(1.02)}to{opacity:.55;transform:scale(1)}}@keyframes wheel-result-glow-lose{0%{opacity:0}50%{opacity:.7}to{opacity:0}}@keyframes wheel-slice-win-pulse{0%{filter:brightness(1)}35%{filter:brightness(1.25) saturate(1.2)}to{filter:brightness(1)}}@keyframes wheel-slice-lose-dim{0%{filter:brightness(1)}60%{filter:brightness(.85) saturate(.8)}to{filter:brightness(1)}}.wheel-selection{width:100%;min-height:100dvh;padding:2rem 1rem;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.5rem}.wheel-selection-header{display:flex;flex-direction:column;align-items:center;gap:.5rem}.wheel-selection-title{color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:900;text-transform:uppercase}.wheel-selection-name{color:#fff;text-align:center;font-family:Inter;font-size:1.125rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}.wheel-selection-stage{width:calc(100% + 2rem);display:flex;padding:0 -1rem;align-items:center;justify-content:center;gap:.75rem;touch-action:pan-y;position:relative;flex:1;overflow:hidden;min-height:250px}.wheel-selection-wheel{width:100%;display:flex;justify-content:center;align-items:center;will-change:transform,opacity}.wheel-selection-wheel-switch{width:75%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem}.wheel-selection-wheel-text-stage{max-width:90%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.wheel-selection-footer{width:100%;gap:1rem;display:flex;align-items:center;justify-content:center}.wheel-selection-arrow{width:2rem;height:2rem;color:#fff;font-size:2rem;display:flex;align-items:center;justify-content:center;padding:0}.wheel-selection-arrow:disabled{opacity:.4}.wheel-selection-info{display:flex;flex-direction:column}.wheel-selection-card{display:flex;gap:.35rem;align-items:center;justify-content:center}.wheel-selection-card-label{font-weight:700;color:#fff;font-size:.875rem;font-weight:400;line-height:1.3125rem}.wheel-selection-card-value{color:#ffbd3d;font-size:1.125rem;font-weight:900;line-height:1.6875rem}.wheel-selection-card-sub{color:#ffffffb0;font-size:.75rem;font-weight:600;text-transform:uppercase}.app{width:100%;min-height:100dvh;padding:2rem 1rem;text-align:center;display:flex;flex-direction:column;justify-content:space-between;gap:1rem}.app.app-enter{animation:app-enter .7s ease both}.header{margin-bottom:0;color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem}.header .wheel-name{color:#fff;text-align:center;font-size:1rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}.app .header .wheel-name{animation:slide-in-top .65s var(--ease-overshoot) both .15s}.header h1{color:#fff;text-align:center;font-size:2rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}.app .header h1{animation:slide-in-top .65s var(--ease-overshoot) both .23s}@keyframes app-enter{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.wheel-done{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%;height:100%}.wheel-done-message-container{display:flex;flex-direction:column;justify-content:center;gap:.75rem}.wheel-done-message-line-1{color:#fff;text-align:center;font-size:1.5rem;font-style:normal;font-weight:900;line-height:normal;text-transform:uppercase}.wheel-done-message-line-2{color:#fff;text-align:center;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:normal}.spin-button--secondary{border:1px solid #a6c8ff;background:#ffffff1a;color:#fff}.spin-button--secondary:active:not(:disabled){background:#ffffff14}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body{height:100%;width:100%}body{line-height:1.5;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}button{background:none;border:none}a{color:inherit;text-decoration:none}ul,ol{list-style:none}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(/Inter-VariableFont_opsz,wght.ttf) format("truetype")}@font-face{font-family:Inter;font-style:italic;font-weight:100 900;font-display:swap;src:url(/Inter-Italic-VariableFont_opsz,wght.ttf) format("truetype")}html,body{width:100%;height:100%}*{margin:0;padding:0;box-sizing:border-box;-webkit-user-select:none;user-select:none;-webkit-user-drag:none;-webkit-tap-highlight-color:transparent}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0b1020;background-size:cover;background-position:center;background-attachment:fixed;min-height:100vh;display:flex;align-items:center;justify-content:center}#root{width:100%;height:100%}:root{--ease-overshoot: linear( 0, .1739, .3067, .4183, .515, .6, .6755, .743, .8034, .8576, .9063, .95, .9891, 1.0241, 1.0551, 1.0825, 1.1066, 1.1275, 1.1455, 1.1606, 1.1731, 1.183, 1.1906, 1.1959, 1.199, 1.2, 1.1997, 1.1988, 1.1972, 1.195, 1.1921, 1.1886, 1.1846, 1.18, 1.1749, 1.1695, 1.1638, 1.1579, 1.1519, 1.1458, 1.1397, 1.1337, 1.1277, 1.1219, 1.1162, 1.1107, 1.1053, 1.1002, 1.0952, 1.0904, 1.0857, 1.0813, 1.077, 1.0729, 1.0689, 1.0651, 1.0615, 1.058, 1.0547, 1.0515, 1.0484, 1.0455, 1.0427, 1.0401, 1.0375, 1.0351, 1.0327, 1.0305, 1.0284, 1.0264, 1.0244, 1.0226, 1.0209, 1.0192, 1.0176, 1.0162, 1.0148, 1.0134, 1.0122, 1.011, 1.0099, 1.0088, 1.0079, 1.007, 1.0061, 1.0053, 1.0046, 1.0039, 1.0033, 1.0028, 1.0023, 1.0018, 1.0014, 1.0011, 1.0008, 1.0005, 1.0003, 1.0002, 1.0001, 1, 1 );--ease-slow-down: cubic-bezier(0, 0, 0, 1);--ease-smooth: cubic-bezier(.5, 0, 0, 1)}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-24px)}to{opacity:1;transform:translateY(0)}}@keyframes slide-in-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}
