@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800;900&family=DM+Sans:wght@400;500;600;700;800&display=swap');

:root{color-scheme:dark;--bg:#150c35;--cream:#ffe6c3;--pink:#fa52b5;--muted:#c5b4dc;--wheel-size:min(62vh,590px,calc(100vw - 36px));font-family:'DM Sans',Arial,sans-serif;font-size:16px;background:var(--bg);color:white}
*{box-sizing:border-box}body{margin:0;min-width:280px;background:radial-gradient(ellipse at 50% 39%,#462376 0,#251144 39%,#150c35 74%);min-height:100vh;min-height:100svh}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;cursor:pointer}button:focus-visible,a:focus-visible{outline:3px solid var(--cream);outline-offset:7px}button:disabled{cursor:wait}svg{display:block}button{touch-action:manipulation}button svg{width:24px;height:24px}.game{min-height:100vh;min-height:100svh;display:flex;flex-direction:column;overflow:hidden;position:relative}.game:before{content:'';position:absolute;inset:0;pointer-events:none;opacity:.035;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:7px 7px}.topbar{height:92px;max-width:1400px;width:100%;padding:16px 42px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:2}.brand{display:block;width:84px;flex-shrink:0}.brand img{width:100%;height:auto;display:block}.edition{font-size:.75rem;font-weight:800;letter-spacing:.25em;color:#cfb5e6;padding-right:42px}.sound-button{width:44px;height:44px;border:1px solid #80649377;border-radius:50%;display:grid;place-items:center;background:#ffffff05;color:#e9dff6;transition:background .2s}.sound-button:hover{background:#ffffff13}.sound-on{display:none}.sound-button[aria-pressed=true] .sound-on{display:block}.sound-button[aria-pressed=true] .sound-off{display:none}.play-area{display:flex;align-items:center;flex-direction:column;flex:1;padding:0 18px;position:relative;z-index:1}.heading{text-align:center;margin:0 0 24px}.eyebrow{font-size:.75rem;font-weight:800;letter-spacing:.24em;color:var(--muted);margin:0 0 9px}h1{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-weight:800;font-size:clamp(2.2rem,4.5vw,3.5rem);line-height:1.02;letter-spacing:-.01em;margin:0}h1 em{font-style:normal;color:var(--pink)}.wheel-stage{width:var(--wheel-size);height:var(--wheel-size);position:relative;flex-shrink:0;isolation:isolate;margin-top:2px}.wheel-frame{position:absolute;inset:0;border-radius:50%;background:linear-gradient(140deg,#8e5bb0,#3b205f 50%,#684082);border:2px solid #b38bb27a;box-shadow:0 9px 0 #100822,0 12px 0 #4b2c6a,0 25px 45px #080411a6,inset 0 2px 3px #dec3ee80;overflow:hidden}.wheel-shadow{position:absolute;inset:6% -7% -9%;background:radial-gradient(ellipse,#b0387a45,transparent 65%);z-index:-1}.rim,.wheel{position:absolute;inset:0;width:100%;height:100%;overflow:visible}.wheel{transform-origin:50% 50%;will-change:transform}.rim{z-index:1;pointer-events:none}.wheel-stage.is-spinning .rim{filter:drop-shadow(0 0 3px #ffd2a4)}.pointer{position:absolute;top:-15px;left:calc(50% - 20px);width:40px;z-index:5;filter:drop-shadow(0 5px 3px #22093299);transform-origin:50% 12%;}.pointer svg{width:100%;height:auto}.pointer.tick{animation:pointer-tick .1s ease-out}.hub{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:29%;height:29%;border-radius:50%;border:3px solid #a376c0;background:radial-gradient(circle at 35% 15%,#573380,#271040 70%);box-shadow:0 5px 0 #16052c,0 9px 15px #13042777,inset 0 1px 2px #d3aee6;display:flex;align-items:center;justify-content:center;flex-direction:column;padding:9% 2.2%;transition:filter .2s,box-shadow .2s}.hub:hover:not(:disabled){filter:brightness(1.15);box-shadow:0 5px 0 #16052c,0 9px 24px #fa52b55a,inset 0 1px 2px #d3aee6}.hub img{width:100%;height:auto;display:block;pointer-events:none;filter:drop-shadow(0 3px 2px #13052355)}.hub span{font-family:'Barlow Condensed',Arial,sans-serif;color:#edcdec;font-size:clamp(.6rem,1.2vw,.78rem);font-weight:800;letter-spacing:.07em;white-space:nowrap;margin-top:8px}.hub:active:not(:disabled){transform:translate(-50%,-49%)}.wheel-label{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-size:30px;font-weight:800;fill:#fff;paint-order:stroke;stroke:#10052c55;stroke-width:3px;stroke-linejoin:round;letter-spacing:.2px;text-anchor:middle}.controls{display:flex;flex-direction:column;align-items:center;margin:25px 0 0;width:100%}.spin-button{border:1px solid #ff8dcc;border-radius:999px;padding:17px 32px;color:#250b3d;background:linear-gradient(180deg,#ff83cf,#fb50b2);box-shadow:0 4px 0 #a52d83,0 8px 26px #d5278138;font-weight:800;font-size:1rem;letter-spacing:.045em;display:flex;align-items:center;justify-content:center;gap:12px;min-width:280px;transition:transform .16s,filter .16s,box-shadow .16s}.spin-button:hover:not(:disabled){transform:translateY(-2px);filter:brightness(1.08);box-shadow:0 6px 0 #a52d83,0 12px 30px #d5278150}.spin-button:active:not(:disabled){transform:translateY(3px);box-shadow:0 1px 0 #a52d83}.spin-button:disabled{background:linear-gradient(180deg,#ac7bc7,#a45aa4);border-color:#c18bd1;box-shadow:0 4px 0 #563272;color:#29143d}.spin-button:disabled svg{animation:turn 1.3s linear infinite}.hint{font-size:.875rem;color:#c4acd4;margin:15px 0 0;min-height:1.4em;text-align:center}footer{font-size:.75rem;letter-spacing:.12em;color:#806793;text-align:center;padding:28px 16px 20px;position:relative}footer span{font-size:1rem;margin:0 12px;color:#c97ba8}.noscript{text-align:center;color:var(--cream)}
.result-dialog{padding:0;border:1px solid #ad80bb70;border-radius:30px;background:#2b1446;color:white;max-width:min(410px,calc(100vw - 32px));width:100%;max-height:calc(100svh - 40px);overflow-y:auto;box-shadow:0 25px 100px #0009}.result-dialog::backdrop{background:#0c041ccb;backdrop-filter:blur(9px)}.result-dialog[open]{animation:reveal .32s cubic-bezier(.2,.8,.2,1)}.result-card{padding:37px 28px 30px;text-align:center;position:relative;background:radial-gradient(ellipse at 50% 35%,#63408d55,transparent 75%)}.close-button{position:absolute;right:13px;top:13px;border:none;border-radius:50%;width:36px;height:36px;background:#ffffff0d;color:#cdb3dc;display:grid;place-items:center}.close-button:hover{background:#ffffff20}.result-card .eyebrow{color:var(--cream);font-size:.875rem;margin-bottom:24px}.winner-photo-wrap{position:relative;width:176px;height:176px;margin:0 auto 25px}.winner-photo-wrap img{width:100%;height:100%;object-fit:cover;border-radius:50%;border:5px solid var(--winner-color,var(--pink));box-shadow:0 0 0 7px #ffffff09,0 7px 30px #14032166}.winner-star{position:absolute;font-size:58px;color:var(--cream);right:-13px;bottom:-15px;filter:drop-shadow(0 3px 0 #81305f);transform:rotate(12deg)}h2{font-family:'Barlow Condensed','Arial Narrow',Impact,sans-serif;font-size:clamp(2.1rem,8vw,3rem);line-height:1.08;margin:0;font-weight:800}.result-note{color:#d0b9dc;font-size:1rem;line-height:1.5;margin:12px 0 25px}.again-button{min-width:0;width:100%;padding-left:15px;padding-right:15px;font-size:.94rem}.again-button span{font-size:1.5rem;line-height:.8}.confetti{position:fixed;inset:0;pointer-events:none;overflow:hidden;z-index:20}.confetti i{position:absolute;width:9px;height:15px;top:-30px;background:var(--c);border-radius:2px;animation:fall var(--duration) var(--delay) cubic-bezier(.15,.7,.6,1) both;left:var(--x)}
@keyframes turn{to{transform:rotate(360deg)}}@keyframes pointer-tick{0%{transform:rotate(-16deg)}100%{transform:rotate(0)}}@keyframes reveal{from{opacity:0;transform:translateY(20px) scale(.94)}to{opacity:1;transform:none}}@keyframes fall{to{transform:translate3d(var(--drift),110vh,0) rotate(var(--rotation))}}
@media(min-height:900px) and (min-width:700px){:root{--wheel-size:min(61vh,650px)}.topbar{height:100px}.heading{margin-bottom:30px}}
@media(max-width:600px){:root{--wheel-size:min(58svh,calc(100vw - 24px),480px)}.topbar{height:76px;padding:12px 20px}.brand{width:67px}.edition{font-size:.625rem;letter-spacing:.16em;padding:0 3px}.sound-button{width:40px;height:40px}.heading{margin:6px 0 25px}.eyebrow{font-size:.625rem;letter-spacing:.19em;margin-bottom:8px}h1{font-size:2.35rem}.play-area{padding:0 12px;justify-content:center}.pointer{width:33px;left:calc(50% - 16.5px);top:-13px}.hub{border-width:2px}.hub span{font-size:.5rem;margin-top:6px;letter-spacing:.055em}.controls{margin-top:26px}.spin-button{font-size:.9375rem;padding:15px 25px;min-width:260px}.hint{font-size:.875rem;max-width:95%;margin-top:14px}footer{padding:23px 12px 16px;font-size:.625rem;letter-spacing:.1em}.result-card{padding:35px 23px 28px}.result-card .again-button{min-width:0}.winner-photo-wrap{width:158px;height:158px}}
@media(max-height:720px) and (min-width:650px){:root{--wheel-size:min(62vh,450px)}.topbar{height:65px}.brand{width:66px}.heading{margin-bottom:19px}h1{font-size:2.3rem}.eyebrow{font-size:.65rem}.controls{margin-top:17px}.spin-button{padding:13px 26px}.hint{margin-top:12px}footer{padding:14px}}
@media(max-height:520px) and (orientation:landscape){:root{--wheel-size:min(78vh,360px)}.topbar{height:55px;padding:8px 24px}.brand{width:58px}.play-area{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;align-items:center;max-width:800px;width:100%;margin:0 auto;padding:8px 20px 22px;gap:0 25px}.wheel-stage{grid-column:1;grid-row:1/3;justify-self:center}.heading{grid-column:2;grid-row:1;margin:0;align-self:end}.controls{grid-column:2;grid-row:2;margin:20px 0 0;align-self:start}.spin-button{min-width:220px;padding:13px 20px;font-size:.875rem}.hint{max-width:240px}footer{display:none}.result-card{padding-top:24px}.result-card .eyebrow{margin-bottom:12px}.winner-photo-wrap{width:100px;height:100px;margin-bottom:16px}.winner-star{font-size:42px}.result-note{margin:8px 0 17px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wheel-stage{cursor:pointer}.wheel-stage.is-spinning{cursor:wait}

.photo-credits{margin:12px auto 0;max-width:650px;font-size:12px;letter-spacing:0;line-height:1.6}.photo-credits summary{cursor:pointer;display:inline;color:#9c80b1}.photo-credits ul{text-align:left;padding-left:20px;display:grid;gap:8px;color:#c5b4dc}.photo-credits a{color:#edcdec}.photo-credits p{color:#c5b4dc}
