/* Viendo Wheels v4.1 - pointer and sound effects */
.wheel-sound-toggle{
    position:fixed;
    inset-inline-end:18px;
    bottom:18px;
    z-index:10050;
    width:48px;
    height:48px;
    display:grid;
    place-items:center;
    padding:0;
    border:1px solid rgba(242,184,75,.42);
    border-radius:50%;
    background:rgba(18,15,12,.94);
    color:#fff;
    box-shadow:0 12px 32px rgba(0,0,0,.44),0 0 20px rgba(242,184,75,.12);
    backdrop-filter:blur(10px);
    cursor:pointer;
    font-size:22px;
    line-height:1;
    transition:.2s ease;
}
.wheel-sound-toggle:hover{transform:translateY(-2px) scale(1.05);border-color:rgba(242,184,75,.8)}
.wheel-sound-toggle.muted{opacity:.62;filter:grayscale(.35)}
.wheel-card canvas.wheel-win-flash{animation:viendoWheelFlash .7s ease}
.display-wheel-wrap canvas.wheel-win-flash{animation:viendoDisplayWheelFlash .7s ease}
@keyframes viendoWheelFlash{
    0%,100%{filter:drop-shadow(0 24px 25px rgba(0,0,0,.55)) brightness(1);transform:scale(1)}
    38%{filter:drop-shadow(0 0 36px rgba(255,211,86,.9)) brightness(1.16);transform:scale(1.012)}
}
@keyframes viendoDisplayWheelFlash{
    0%,100%{filter:drop-shadow(0 20px 24px rgba(0,0,0,.58)) brightness(1);transform:scale(1)}
    38%{filter:drop-shadow(0 0 42px rgba(255,211,86,.92)) brightness(1.17);transform:scale(1.01)}
}
@media(max-width:700px){
    .wheel-sound-toggle{inset-inline-end:12px;bottom:12px;width:44px;height:44px;font-size:20px}
}
@media(prefers-reduced-motion:reduce){
    .wheel-card canvas.wheel-win-flash,.display-wheel-wrap canvas.wheel-win-flash{animation:none}
}


/* Viendo v5 */
.big-game-button{min-height:60px!important;font-size:clamp(18px,2vw,24px)!important;font-weight:900!important;border-radius:18px!important;box-shadow:0 12px 30px rgba(242,184,75,.25)!important}
.weekly-best-note{position:relative;z-index:5;width:min(92%,620px);margin:8px auto 0;padding:10px 14px;border-radius:16px;text-align:center;background:rgba(15,12,9,.88);border:1px solid rgba(242,184,75,.26);color:#d9cfc5;font-size:14px}.weekly-best-note strong{display:block;color:#f2b84b;font-size:18px;margin-top:3px}.weekly-best-note.hidden{display:none}
.laugh-emoji{position:fixed;bottom:-50px;z-index:10020;font-size:clamp(30px,4vw,56px);pointer-events:none;animation:laughFloat 2.2s cubic-bezier(.16,.75,.2,1) forwards;filter:drop-shadow(0 8px 8px rgba(0,0,0,.35))}@keyframes laughFloat{0%{transform:translate(0,0) rotate(0) scale(.7);opacity:0}15%{opacity:1}70%{opacity:1}100%{transform:translate(var(--laugh-x),-90vh) rotate(420deg) scale(1.15);opacity:0}}
.has-custom-public-background{background-image:linear-gradient(rgba(9,7,5,.72),rgba(9,7,5,.82)),var(--public-bg-image)!important;background-position:center!important;background-size:cover!important;background-attachment:fixed!important}
.display-body.has-custom-public-background{background-image:linear-gradient(rgba(7,6,5,.68),rgba(7,6,5,.78)),var(--public-bg-image)!important;background-position:center!important;background-size:cover!important}
@media(max-width:900px){.big-game-button{min-height:58px!important}.weekly-best-note{margin-top:4px}}
