/* Prize Spinner - Neon Design */

@import url('https://fonts.googleapis.com/css2?family=Chivo:wght@400;600;700;800;900&family=Inter:wght@400;500;600;700;800&display=swap');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

:root {
    --neon-red: #ff1a1a;
    --neon-white: #ffffff;
    --metal-dark: #121212;
    --metal-light: #2c2c2c;
    --bg-black: #050505;
}

/* Hide spinner wrapper div - it's only for JavaScript detection */
.spinner {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    overflow: hidden !important;
    clip-path: inset(100%) !important;
    -webkit-clip-path: inset(100%) !important;
    pointer-events: none !important;
    z-index: -9999 !important;
}

/* Overlay */
.prize-spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(5, 5, 5, 0.98);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    padding-top: 120px;
    padding-bottom: 40px;
}

.prize-spinner-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Container */
.prize-spinner-container {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 40px 30px 35px;
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
    transform: scale(0.8) translateY(30px);
    opacity: 0;
    transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.6s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.prize-spinner-overlay.active .prize-spinner-container {
    transform: scale(1) translateY(0);
    opacity: 1;
}

.neon-prize-page {
    text-align: center;
    color: white;
    width: 100%;
}

/* --- Header Section --- */
.header-content {
    margin-bottom: 15px;
    animation: fadeInDown 0.8s ease 0.2s both;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.congrats-title {
    font-family: 'Chivo', sans-serif;
    font-size: 58px;
    font-weight: 700;
    font-style: normal;
    margin: 0 0 8px 0;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 
        0 0 10px rgba(255, 26, 26, 0.8), 
        0 0 20px rgba(255, 26, 26, 0.4),
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.6),
        0 6px 12px rgba(0, 0, 0, 0.4);
    transform: perspective(500px) translateZ(20px);
}

.subtitle {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    opacity: 0.9;
    margin: 0;
    letter-spacing: 0.5px;
    line-height: 1.5;
}

.prize-tag {
    font-family: 'Chivo', sans-serif;
    letter-spacing: 4px;
    font-size: 18px;
    margin-top: 25px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
    text-shadow: 
        0 0 15px rgba(250, 150, 138, 0.9),
        0 0 30px rgba(250, 150, 138, 0.7),
        0 0 45px rgba(250, 150, 138, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 8px rgba(0, 0, 0, 0.7),
        0 6px 12px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

/* --- Wheel Hardware --- */
.main-visual-container {
    position: relative;
    padding-top: 60px;
    margin-bottom: 40px;
    animation: fadeInUp 0.8s ease 0.3s both;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.wheel-hardware-frame {
    width: 440px;
    height: 440px;
    aspect-ratio: 1;
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.05) 0%, transparent 20%),
        radial-gradient(circle at 70% 70%, rgba(250, 150, 138, 0.08) 0%, transparent 30%),
        radial-gradient(circle at 30% 30%, #1a1a1a 0%, #0a0a0a 40%, #000 80%);
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    box-shadow: 
        0 0 60px rgba(250, 150, 138, 0.2),
        0 0 100px rgba(250, 150, 138, 0.1),
        0 25px 80px rgba(0, 0, 0, 0.9),
        0 45px 120px rgba(0, 0, 0, 0.7),
        0 65px 150px rgba(0, 0, 0, 0.5),
        inset 0 0 100px rgba(0, 0, 0, 0.6),
        inset 0 -30px 80px rgba(0, 0, 0, 0.8),
        inset 0 30px 60px rgba(255, 255, 255, 0.03),
        inset 0 -50px 100px rgba(0, 0, 0, 0.7);
    transform: perspective(1500px) rotateX(2deg) translateZ(0);
    border: 2px solid rgba(0, 0, 0, 0.5);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: perspective(1500px) rotateX(2deg) translateZ(0);
    will-change: transform;
}

.wheel-hardware-frame.spinning {
    box-shadow: 
        0 0 40px rgba(250, 150, 138, 0.15),
        0 0 70px rgba(250, 150, 138, 0.08),
        0 20px 60px rgba(0, 0, 0, 0.8),
        0 35px 90px rgba(0, 0, 0, 0.6),
        inset 0 0 80px rgba(0, 0, 0, 0.5),
        inset 0 -25px 60px rgba(0, 0, 0, 0.7);
    transition: box-shadow 0.3s ease;
}

.wheel-hardware-frame::before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(250, 150, 138, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(250, 150, 138, 0.1) 0%, transparent 50%);
    z-index: -1;
    filter: blur(15px);
    opacity: 0.6;
    transform: translateZ(-20px);
    transform-style: preserve-3d;
}

.wheel-hardware-frame::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 30%),
        radial-gradient(circle at 70% 70%, rgba(250, 150, 138, 0.08) 0%, transparent 40%);
    z-index: 1;
    pointer-events: none;
    border: 1px solid rgba(250, 150, 138, 0.2);
    box-shadow: 
        inset 0 0 50px rgba(0, 0, 0, 0.3),
        inset 0 -20px 40px rgba(0, 0, 0, 0.4);
    transform: translateZ(5px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.wheel-glass-surface {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    position: relative;
    border-radius: 50%;
    overflow: hidden;
    background: 
        radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.08) 20%, transparent 50%),
        radial-gradient(circle at 75% 75%, rgba(250, 150, 138, 0.12) 0%, rgba(250, 150, 138, 0.06) 25%, transparent 55%),
        radial-gradient(circle at 50% 50%, rgba(250, 150, 138, 0.05) 0%, transparent 60%),
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.08) 0%, transparent 40%);
    box-shadow: 
        inset 0 0 120px rgba(0, 0, 0, 0.4),
        inset 0 -60px 100px rgba(0, 0, 0, 0.5),
        inset 0 40px 80px rgba(255, 255, 255, 0.05),
        inset 0 -80px 120px rgba(0, 0, 0, 0.6);
    z-index: 2;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.wheel-glass-surface::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 35%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    z-index: 1;
    pointer-events: none;
}

.wheel-glass-surface::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid rgba(250, 150, 138, 0.15);
    box-shadow: 
        inset 0 0 30px rgba(250, 150, 138, 0.1),
        0 0 20px rgba(250, 150, 138, 0.05);
    z-index: 3;
    pointer-events: none;
}

.wheel-svg-elements {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    filter: 
        drop-shadow(0 0 3px var(--neon-red))
        drop-shadow(0 0 6px rgba(250, 150, 138, 0.4))
        drop-shadow(0 6px 12px rgba(0, 0, 0, 0.5))
        drop-shadow(0 10px 20px rgba(0, 0, 0, 0.4))
        drop-shadow(0 15px 30px rgba(0, 0, 0, 0.3));
    transition: none;
    position: relative;
    z-index: 4;
    will-change: transform;
    transform: translateZ(0);
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
}

.wheel-svg-elements.spinning,
#spinWheel.spinning {
    filter: 
        drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6))
        drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
    transition: filter 0.3s ease;
}

.wheel-svg-elements::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 55%;
    background: 
        radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.15) 20%, rgba(255, 255, 255, 0.08) 40%, transparent 70%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 30%, transparent 60%);
    border-radius: 50% 50% 0 0;
    pointer-events: none;
    z-index: 6;
    transform: translateZ(2px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.wheel-svg-elements::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(250, 150, 138, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(250, 150, 138, 0.08) 0%, transparent 50%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 5;
    opacity: 0.7;
}

/* ნეონური მილების ეფექტი */
.wheel-rim-layer-1 {
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(250, 150, 138, 0.2) 0%, transparent 50%),
        radial-gradient(circle at 70% 70%, rgba(250, 150, 138, 0.15) 0%, transparent 60%);
    z-index: 0;
    filter: blur(8px);
    opacity: 0.6;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.wheel-hardware-frame.spinning .wheel-rim-layer-1 {
    opacity: 0.3;
    filter: blur(4px);
}

.wheel-rim-layer-2 {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(250, 150, 138, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 70% 70%, rgba(250, 150, 138, 0.1) 0%, transparent 55%);
    z-index: 0;
    filter: blur(5px);
    opacity: 0.7;
    border: 1px solid rgba(250, 150, 138, 0.2);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: opacity 0.3s ease, filter 0.3s ease;
}

.wheel-hardware-frame.spinning .wheel-rim-layer-2 {
    opacity: 0.4;
    filter: blur(3px);
}

.wheel-rim-layer-3 {
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 50%;
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 40%),
        radial-gradient(circle at 70% 70%, rgba(250, 150, 138, 0.08) 0%, transparent 50%);
    z-index: 0;
    border: 1px solid rgba(250, 150, 138, 0.15);
    box-shadow: 
        inset 0 0 40px rgba(0, 0, 0, 0.4),
        inset 0 -20px 30px rgba(0, 0, 0, 0.5);
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transition: box-shadow 0.3s ease;
}

.wheel-hardware-frame.spinning .wheel-rim-layer-3 {
    box-shadow: 
        inset 0 0 30px rgba(0, 0, 0, 0.3),
        inset 0 -15px 20px rgba(0, 0, 0, 0.4);
}

.outer-tube-glow {
    fill: none;
    stroke: rgb(250, 150, 138);
    stroke-width: 3;
    opacity: 0.6;
    filter: drop-shadow(0 0 4px rgba(250, 150, 138, 0.8));
}

.outer-tube-core {
    fill: none;
    stroke: rgb(250, 150, 138);
    stroke-width: 3;
    filter: drop-shadow(0 0 4px rgba(250, 150, 138, 0.8));
    z-index: 7;
}

@keyframes outerGlowPulse {
    0%, 100% {
        stroke: rgb(250, 150, 138);
        opacity: 0.4;
    }
    50% {
        stroke: rgba(255, 255, 255, 0.3);
        opacity: 0.6;
    }
}

@keyframes outerCircleShine {
    0% {
        stroke-dashoffset: 1225;
        stroke: rgb(250, 150, 138);
        filter: 
            drop-shadow(0 0 4px rgba(250, 150, 138, 0.6))
            drop-shadow(0 0 8px rgba(250, 150, 138, 0.4))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8))
            drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
    }
    50% {
        stroke-dashoffset: 0;
        stroke: rgba(255, 255, 255, 0.5);
        filter: 
            drop-shadow(0 0 5px rgba(255, 255, 255, 0.35))
            drop-shadow(0 0 10px rgba(255, 255, 255, 0.25))
            drop-shadow(0 0 15px rgba(255, 255, 255, 0.15))
            drop-shadow(0 0 20px rgba(255, 255, 255, 0.08))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8))
            drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
    }
    100% {
        stroke-dashoffset: -1225;
        stroke: rgb(250, 150, 138);
        filter: 
            drop-shadow(0 0 4px rgba(250, 150, 138, 0.6))
            drop-shadow(0 0 8px rgba(250, 150, 138, 0.4))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8))
            drop-shadow(0 4px 8px rgba(0, 0, 0, 0.6));
    }
}

.wheel-dividers line {
    stroke: rgb(250, 150, 138);
    stroke-width: 3;
    filter: drop-shadow(0 0 4px rgba(250, 150, 138, 0.8));
}

.wheel-dividers .divider-line-1,
.wheel-dividers .divider-line-2 {
    stroke: rgb(250, 150, 138);
    stroke-width: 3;
    filter: drop-shadow(0 0 4px rgba(250, 150, 138, 0.8));
}

.wheel-dividers .divider-line-1 {
    animation-delay: 0s;
}

.wheel-dividers .divider-line-2 {
    animation-delay: 0.2s;
}

@keyframes dividerShine {
    0% {
        stroke-dashoffset: 195;
        stroke: rgb(250, 150, 138);
        filter: drop-shadow(0 0 3px rgba(250, 150, 138, 0.5));
    }
    50% {
        stroke-dashoffset: 0;
        stroke: rgba(255, 255, 255, 0.4);
        filter: 
            drop-shadow(0 0 4px rgba(255, 255, 255, 0.3)) 
            drop-shadow(0 0 8px rgba(255, 255, 255, 0.15))
            drop-shadow(0 0 12px rgba(255, 255, 255, 0.08));
    }
    100% {
        stroke-dashoffset: -195;
        stroke: rgb(250, 150, 138);
        filter: drop-shadow(0 0 3px rgba(250, 150, 138, 0.5));
    }
}

.hub-outer-ring-1 {
    fill: none;
    stroke: rgb(250, 150, 138);
    stroke-width: 3;
    filter: 
        drop-shadow(0 0 2px rgb(250, 150, 138))
        drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6))
        drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.hub-outer-ring-2 {
    fill: none;
    stroke: rgb(250, 150, 138);
    stroke-width: 3;
    filter: 
        drop-shadow(0 0 2px rgb(250, 150, 138))
        drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6))
        drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4));
}

.hub-inner-core {
    stroke: var(--neon-white);
    stroke-width: 4;
    pointer-events: none;
    filter: 
        drop-shadow(0 0 4px rgba(255, 255, 255, 0.5))
        drop-shadow(0 2px 6px rgba(0, 0, 0, 0.7))
        drop-shadow(0 4px 10px rgba(0, 0, 0, 0.5));
}

/* SVG Text styling - text rotates with the wheel naturally */

/* Fixed Center Hub - doesn't rotate */
.hub-fixed-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1 !important;
    pointer-events: none;
    z-index: 10;
    border-radius: 50% !important;
    overflow: hidden !important;
    clip-path: circle(50% at 50% 50%) !important;
    -webkit-clip-path: circle(50% at 50% 50%) !important;
    box-sizing: border-box !important;
}

.hub-text-fixed {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 15;
    pointer-events: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: auto;
    height: auto;
}

.hub-text-line {
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 11px;
    color: white;
    line-height: 1.5;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.9);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.hub-text-amount {
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: white;
    line-height: 1.5;
    text-shadow: 0 0 8px rgba(255, 0, 0, 0.9);
    margin-top: 2px;
    letter-spacing: 1px;
}

.hub-spin-button {
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
    background: 
        radial-gradient(ellipse at 50% 28%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0.22) 22%, transparent 55%),
        radial-gradient(ellipse at 50% 70%, rgba(0, 0, 0, 0.35) 0%, transparent 60%),
        linear-gradient(to bottom, #c30d0d 0%, #4d0000 100%);
    border: 3px solid rgb(250, 150, 138);
    border-radius: 50% !important;
    width: 0 !important;
    height: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
    max-width: 0 !important;
    max-height: 0 !important;
    aspect-ratio: 1 / 1 !important;
    box-sizing: border-box !important;
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 0;
    padding: 0 !important;
    overflow: hidden !important;
    transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out, transform 0.3s ease;
    clip-path: circle(50% at 50% 50%) !important;
    -webkit-clip-path: circle(50% at 50% 50%) !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    box-shadow: 
        0 0 25px rgba(250, 150, 138, 0.65),
        0 0 50px rgba(250, 150, 138, 0.45),
        0 6px 15px rgba(0, 0, 0, 0.7),
        0 10px 25px rgba(0, 0, 0, 0.5),
        inset 0 2px 24px rgba(255, 255, 255, 0.42),
        inset 0 -18px 36px rgba(0, 0, 0, 0.62),
        inset 0 16px 32px rgba(255, 255, 255, 0.18);
    animation: none;
    z-index: 20;
    transform: perspective(500px) translateZ(10px) scale(0.8);
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.5));
}

.hub-spin-button.button-ready {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    width: 110px !important;
    height: 110px !important;
    min-width: 110px !important;
    min-height: 110px !important;
    max-width: 110px !important;
    max-height: 110px !important;
    display: inline-flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: perspective(500px) translateZ(10px) scale(1);
}

.hub-spin-button::before {
    content: '';
    position: absolute;
    top: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 58%;
    height: 45%;
    background: 
        radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.55) 25%, rgba(255, 255, 255, 0.25) 45%, transparent 70%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 0%, transparent 60%);
    border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%;
    pointer-events: none;
    z-index: 1;
    filter: blur(0.8px);
}

.hub-spin-button::after {
    content: '';
    position: absolute;
    top: 32%;
    left: 62%;
    width: 24%;
    height: 18%;
    background: radial-gradient(ellipse at 40% 40%, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.6) 35%, rgba(255, 255, 255, 0.15) 70%, transparent 100%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    filter: blur(0.4px);
}

.hub-spin-button.button-ready:hover {
    transform: scale(1.02) translateZ(6px) !important;
    box-shadow: 
        0 0 25px rgba(250, 150, 138, 0.65),
        0 0 50px rgba(250, 150, 138, 0.45),
        0 6px 15px rgba(0, 0, 0, 0.7),
        0 10px 25px rgba(0, 0, 0, 0.5),
        inset 0 2px 24px rgba(255, 255, 255, 0.42),
        inset 0 -18px 36px rgba(0, 0, 0, 0.62),
        inset 0 16px 32px rgba(255, 255, 255, 0.18);
    border-color: rgb(250, 150, 138);
}

.hub-spin-button:active {
    transform: scale(0.95);
}

.hub-spin-button.disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

.hub-spin-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    background: radial-gradient(circle, rgba(250, 150, 138, 0.3) 0%, transparent 70%);
    animation: none;
    pointer-events: none;
    overflow: hidden !important;
    clip-path: circle(50% at 50% 50%) !important;
    -webkit-clip-path: circle(50% at 50% 50%) !important;
    box-sizing: border-box !important;
}

.hub-spin-text {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
}

.hub-spin-line-1,
.hub-spin-line-2 {
    position: relative;
    font-family: 'Chivo', sans-serif;
    font-weight: 800;
    font-size: 18px;
    color: white;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 
        0 0 12px rgba(255, 255, 255, 0.85),
        0 0 22px rgba(255, 255, 255, 0.55),
        0 0 30px rgba(250, 150, 138, 0.7),
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 8px rgba(0, 0, 0, 0.75),
        0 6px 12px rgba(0, 0, 0, 0.55);
    animation: none;
    line-height: 1.1;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.9));
}

.hub-spin-line-1 {
    animation-delay: 0s;
}

.hub-spin-line-2 {
    animation-delay: 0.1s;
}

.hub-spin-line-1::before,
.hub-spin-line-2::before {
    content: none;
}

@keyframes hubButtonPulse {
    0%, 100% {
        box-shadow: 
            0 0 25px rgba(250, 150, 138, 0.6),
            0 0 50px rgba(250, 150, 138, 0.4),
            0 6px 15px rgba(0, 0, 0, 0.7),
            0 10px 25px rgba(0, 0, 0, 0.5),
            inset 0 2px 20px rgba(255, 255, 255, 0.4),
            inset 0 -15px 35px rgba(0, 0, 0, 0.6),
            inset 0 15px 30px rgba(255, 255, 255, 0.15);
    }
    50% {
        box-shadow: 
            0 0 35px rgba(250, 150, 138, 0.8),
            0 0 70px rgba(250, 150, 138, 0.6),
            0 8px 20px rgba(0, 0, 0, 0.8),
            0 12px 30px rgba(0, 0, 0, 0.6),
            inset 0 3px 25px rgba(255, 255, 255, 0.5),
            inset 0 -18px 40px rgba(0, 0, 0, 0.7),
            inset 0 18px 35px rgba(255, 255, 255, 0.2);
    }
}

@keyframes hubGlowRotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes hubTextShine {
    0%, 100% {
    text-shadow: 
            0 0 15px rgba(255, 255, 255, 0.9),
            0 0 25px rgba(255, 255, 255, 0.6),
            0 0 35px rgba(250, 150, 138, 0.8),
            0 2px 4px rgba(0, 0, 0, 0.95),
            0 4px 8px rgba(0, 0, 0, 0.8),
            0 6px 12px rgba(0, 0, 0, 0.6);
    }
    50% {
        text-shadow: 
            0 0 20px rgba(255, 255, 255, 1),
            0 0 35px rgba(255, 255, 255, 0.8),
            0 0 50px rgba(250, 150, 138, 1),
            0 0 65px rgba(250, 150, 138, 0.6),
            0 2px 4px rgba(0, 0, 0, 0.95),
            0 4px 8px rgba(0, 0, 0, 0.8),
            0 6px 12px rgba(0, 0, 0, 0.6);
    }
}

@keyframes hubTextReflection {
    0% {
        transform: translateX(-150%) translateY(-50%) rotate(-15deg);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        transform: translateX(150%) translateY(-50%) rotate(-15deg);
        opacity: 0;
    }
}

@keyframes hubTopLightReflection {
    0%, 100% { 
        opacity: 0.6;
        transform: translateX(-50%) scale(1);
    }
    50% { 
        opacity: 1;
        transform: translateX(-50%) scale(1.1);
    }
}

@keyframes segmentBorderPulse {
    0% {
        stroke: rgb(250, 150, 138);
        stroke-opacity: 1;
        filter: 
            drop-shadow(0 0 3px rgba(250, 150, 138, 0.5))
            drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    }
    25% {
        stroke: rgba(255, 255, 255, 0.35);
        stroke-opacity: 1;
        filter: 
            drop-shadow(0 0 4px rgba(255, 255, 255, 0.25)) 
            drop-shadow(0 0 8px rgba(255, 255, 255, 0.15))
            drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    }
    50% {
        stroke: rgb(250, 150, 138);
        stroke-opacity: 1;
        filter: 
            drop-shadow(0 0 3px rgba(250, 150, 138, 0.5))
            drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    }
    75% {
        stroke: rgba(255, 255, 255, 0.3);
        stroke-opacity: 1;
        filter: 
            drop-shadow(0 0 3px rgba(255, 255, 255, 0.2)) 
            drop-shadow(0 0 6px rgba(255, 255, 255, 0.12))
            drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    }
    100% {
        stroke: rgb(250, 150, 138);
        stroke-opacity: 1;
        filter: 
            drop-shadow(0 0 3px rgba(250, 150, 138, 0.5))
            drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
    }
}

/* --- Winner Segment Highlight --- */
.wheel-svg-elements path.winner-segment {
    animation: segmentPulseHighlight 0.5s ease-in-out infinite;
    filter: 
        drop-shadow(0 0 12px rgba(250, 150, 138, 1))
        drop-shadow(0 0 24px rgba(250, 150, 138, 0.9))
        drop-shadow(0 0 36px rgba(250, 150, 138, 0.7))
        drop-shadow(0 0 48px rgba(250, 150, 138, 0.5));
    stroke-width: 6 !important;
    stroke: rgb(255, 255, 255) !important;
    fill: url(#winnerSegmentGradient) !important;
    z-index: 100;
    pointer-events: none;
}

@keyframes segmentPulseHighlight {
    0% {
        opacity: 1;
        stroke: rgb(255, 255, 255);
        filter: 
            drop-shadow(0 0 12px rgba(250, 150, 138, 1))
            drop-shadow(0 0 24px rgba(250, 150, 138, 0.9))
            drop-shadow(0 0 36px rgba(250, 150, 138, 0.7))
            drop-shadow(0 0 48px rgba(250, 150, 138, 0.5));
    }
    25% {
        opacity: 0.7;
        stroke: rgb(250, 150, 138);
        filter: 
            drop-shadow(0 0 18px rgba(255, 255, 255, 1))
            drop-shadow(0 0 36px rgba(250, 150, 138, 1))
            drop-shadow(0 0 54px rgba(250, 150, 138, 0.9))
            drop-shadow(0 0 72px rgba(250, 150, 138, 0.7));
    }
    50% {
        opacity: 1;
        stroke: rgb(255, 255, 255);
        filter: 
            drop-shadow(0 0 24px rgba(255, 255, 255, 1))
            drop-shadow(0 0 48px rgba(250, 150, 138, 1))
            drop-shadow(0 0 72px rgba(250, 150, 138, 0.9))
            drop-shadow(0 0 96px rgba(250, 150, 138, 0.7));
    }
    75% {
        opacity: 0.7;
        stroke: rgb(250, 150, 138);
        filter: 
            drop-shadow(0 0 18px rgba(255, 255, 255, 1))
            drop-shadow(0 0 36px rgba(250, 150, 138, 1))
            drop-shadow(0 0 54px rgba(250, 150, 138, 0.9))
            drop-shadow(0 0 72px rgba(250, 150, 138, 0.7));
    }
    100% {
        opacity: 1;
        stroke: rgb(255, 255, 255);
        filter: 
            drop-shadow(0 0 12px rgba(250, 150, 138, 1))
            drop-shadow(0 0 24px rgba(250, 150, 138, 0.9))
            drop-shadow(0 0 36px rgba(250, 150, 138, 0.7))
            drop-shadow(0 0 48px rgba(250, 150, 138, 0.5));
    }
}

@keyframes segmentFlashGlow {
    0% {
        stroke: rgb(255, 255, 255);
    }
    100% {
        stroke: rgb(250, 150, 138);
    }
}

/* --- Pointer --- */
.neon-pointer-wrapper {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%) translateZ(0);
    z-index: 30;
    filter: drop-shadow(0 0 15px rgb(250, 150, 138)) drop-shadow(0 0 25px rgba(250, 150, 138, 0.5));
    animation: pointerBounce 0.6s ease 1s both;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

@keyframes pointerBounce {
    0% { transform: translateX(-50%) translateY(-20px); opacity: 0; }
    60% { transform: translateX(-50%) translateY(5px); }
    100% { transform: translateX(-50%) translateY(0); opacity: 1; }
}

.pointer-3d-shape {
    width: 50px;
    height: 50px;
    background: rgb(250, 150, 138);
    margin: 0 auto;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    border-radius: 0 0 50% 50%;
    filter: 
        drop-shadow(0 0 15px rgb(250, 150, 138))
        drop-shadow(0 0 25px rgba(250, 150, 138, 0.6))
        drop-shadow(0 -3px 6px rgba(0, 0, 0, 0.9))
        drop-shadow(0 -6px 12px rgba(0, 0, 0, 0.7))
        drop-shadow(0 -9px 18px rgba(0, 0, 0, 0.5));
    position: relative;
    z-index: 10;
    transform: perspective(300px) rotateX(-8deg) translateZ(10px);
    transform-style: preserve-3d;
    box-shadow: 
        inset 0 10px 20px rgba(0, 0, 0, 0.3),
        inset 0 -5px 10px rgba(255, 255, 255, 0.1);
}

.pointer-3d-shape::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at center bottom, rgba(255, 255, 255, 0.3) 0%, transparent 50%),
        linear-gradient(to top, rgba(255, 255, 255, 0.2) 0%, transparent 40%);
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    border-radius: 0 0 50% 50%;
    z-index: 1;
    pointer-events: none;
}

.pointer-3d-shape::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) translateZ(5px);
    width: 30px;
    height: 30px;
    background: #000;
    clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
    border-radius: 0 0 50% 50%;
    z-index: 2;
    box-shadow: 
        inset 0 5px 10px rgba(0, 0, 0, 0.5),
        inset 0 -2px 5px rgba(255, 255, 255, 0.1);
}

/* --- Stand (3D Metal) --- */
.heavy-metal-stand {
    margin-top: -30px;
    position: relative;
    z-index: -1;
    filter: 
        drop-shadow(0 10px 20px rgba(0, 0, 0, 0.8)) 
        drop-shadow(0 20px 40px rgba(0, 0, 0, 0.6))
        drop-shadow(0 0 30px rgba(250, 150, 138, 0.2));
}

.heavy-metal-stand::before {
    content: '';
    position: absolute;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    height: 250px;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.8) 0%, rgba(250, 150, 138, 0.6) 15%, rgba(250, 150, 138, 0.4) 30%, rgba(250, 150, 138, 0.2) 50%, transparent 75%),
        radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.2) 30%, transparent 60%);
    pointer-events: none;
    z-index: 1;
    animation: standReflectionGlow 3s ease-in-out infinite;
    filter: blur(2px);
}

.heavy-metal-stand::after {
    content: '';
    position: absolute;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 180px;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.6) 0%, rgba(250, 150, 138, 0.4) 25%, rgba(250, 150, 138, 0.2) 45%, transparent 70%),
        radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.3) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    animation: standReflectionGlowSecondary 3.5s ease-in-out infinite;
    filter: blur(3px);
}

@keyframes standReflectionGlow {
    0%, 100% { 
        opacity: 0.8;
        transform: translateX(-50%) translateY(0) scale(1);
    }
    50% { 
        opacity: 1;
        transform: translateX(-50%) translateY(-10px) scale(1.05);
    }
}

@keyframes standReflectionGlowSecondary {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(-50%) translateY(5px) scale(1);
    }
    50% {
        opacity: 0.9;
        transform: translateX(-50%) translateY(-5px) scale(1.03);
    }
}

.stand-neck {
    width: 120px;
    height: 70px;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.9) 0%, rgba(250, 150, 138, 0.7) 20%, rgba(250, 150, 138, 0.5) 35%, rgba(250, 150, 138, 0.3) 50%, transparent 70%),
        linear-gradient(to bottom, rgba(250, 150, 138, 0.7) 0%, rgba(250, 150, 138, 0.5) 12%, rgba(250, 150, 138, 0.35) 25%, rgba(250, 150, 138, 0.2) 40%, transparent 60%),
        linear-gradient(to bottom, rgba(250, 150, 138, 0.4) 0%, rgba(250, 150, 138, 0.2) 20%, transparent 45%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0.35) 8%, rgba(255, 255, 255, 0.2) 18%, rgba(255, 255, 255, 0.1) 30%, transparent 50%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, transparent 25%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, transparent 20%),
        linear-gradient(to bottom, #111 0%, #1a1a1a 30%, #222 60%, #1a1a1a 100%);
    margin: 0 auto;
    clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
    position: relative;
    box-shadow: 
        inset 0 0 30px rgba(0, 0, 0, 0.4),
        inset 0 -8px 25px rgba(250, 150, 138, 0.5),
        inset 0 8px 20px rgba(255, 255, 255, 0.15),
        inset 0 -20px 45px rgba(250, 150, 138, 0.4),
        inset 0 -30px 60px rgba(250, 150, 138, 0.3),
        0 3px 12px rgba(0, 0, 0, 0.7),
        0 6px 18px rgba(0, 0, 0, 0.5),
        0 0 40px rgba(250, 150, 138, 0.6),
        0 0 60px rgba(250, 150, 138, 0.4),
        inset 0 0 50px rgba(0, 0, 0, 0.3);
    filter: drop-shadow(0 0 25px rgba(250, 150, 138, 0.5)) drop-shadow(0 0 40px rgba(250, 150, 138, 0.3));
}

.stand-neck-layer-1 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 65px;
    background: 
        linear-gradient(to bottom, rgba(250, 150, 138, 0.3) 0%, transparent 30%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.2) 0%, transparent 20%);
    clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
    z-index: 1;
    pointer-events: none;
}

.stand-neck-layer-2 {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 60px;
    background: 
        linear-gradient(to bottom, rgba(250, 150, 138, 0.2) 0%, transparent 25%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.15) 0%, transparent 15%);
    clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
    z-index: 2;
    pointer-events: none;
}

.stand-neck-layer-3 {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 55px;
    background: 
        linear-gradient(to bottom, rgba(250, 150, 138, 0.15) 0%, transparent 20%),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 10%);
    clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
    z-index: 3;
    pointer-events: none;
}

.stand-neck::before {
    content: '';
    position: absolute;
    top: 0;
    left: 12%;
    width: 76%;
    height: 75%;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.6) 0%, rgba(250, 150, 138, 0.4) 30%, transparent 60%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.5) 15%, rgba(255, 255, 255, 0.3) 30%, rgba(255, 255, 255, 0.15) 45%, transparent 70%),
        radial-gradient(ellipse at center top, rgba(255, 255, 255, 0.5) 0%, transparent 50%);
    clip-path: polygon(0% 0%, 100% 0%, 88% 100%, 12% 100%);
    pointer-events: none;
    z-index: 4;
    animation: neckReflectionShine 4s ease-in-out infinite;
}

.stand-neck::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at center, rgba(250, 150, 138, 0.5) 0%, rgba(250, 150, 138, 0.3) 40%, transparent 70%),
        linear-gradient(to right, transparent 0%, rgba(250, 150, 138, 0.4) 25%, rgba(250, 150, 138, 0.5) 50%, rgba(250, 150, 138, 0.4) 75%, transparent 100%),
        linear-gradient(to bottom, rgba(250, 150, 138, 0.6) 0%, rgba(250, 150, 138, 0.4) 20%, rgba(250, 150, 138, 0.2) 40%, transparent 60%);
    clip-path: polygon(12% 0%, 88% 0%, 100% 100%, 0% 100%);
    pointer-events: none;
    z-index: 5;
    opacity: 0.8;
    animation: neckGlowPulse 3s ease-in-out infinite;
}

@keyframes neckReflectionShine {
    0%, 100% {
        opacity: 0.8;
        transform: translateY(0) scale(1);
    }
    50% {
        opacity: 1;
        transform: translateY(-2px) scale(1.02);
    }
}

@keyframes neckGlowPulse {
    0%, 100% {
        opacity: 0.7;
    }
    50% {
        opacity: 1;
    }
}

.stand-base-platform {
    width: 320px;
    margin: -8px auto 0;
}

.platform-top {
    height: 18px;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.8) 0%, rgba(250, 150, 138, 0.6) 20%, rgba(250, 150, 138, 0.4) 35%, rgba(250, 150, 138, 0.2) 50%, transparent 70%),
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.5) 0%, rgba(250, 150, 138, 0.3) 40%, transparent 70%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.25) 20%, rgba(255, 255, 255, 0.15) 35%, rgba(255, 255, 255, 0.05) 50%, transparent 70%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, transparent 40%),
        linear-gradient(to right, #000, #444, #111);
    border-radius: 50% / 100% 100% 0 0;
    box-shadow: 
        inset 0 0 15px rgba(0, 0, 0, 0.4),
        0 2px 6px rgba(0, 0, 0, 0.5),
        0 0 30px rgba(250, 150, 138, 0.5),
        0 0 45px rgba(250, 150, 138, 0.3),
        inset 0 -3px 15px rgba(250, 150, 138, 0.4),
        inset 0 -5px 20px rgba(250, 150, 138, 0.3),
        inset 0 2px 8px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.platform-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 15%;
    width: 70%;
    height: 100%;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.5) 0%, rgba(250, 150, 138, 0.3) 40%, transparent 70%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.4) 30%, rgba(255, 255, 255, 0.2) 60%, transparent 100%);
    border-radius: 50% / 100% 100% 0 0;
    pointer-events: none;
    z-index: 1;
    animation: platformReflection 4s ease-in-out infinite;
}

@keyframes platformReflection {
    0%, 100% {
        opacity: 0.6;
        transform: translateX(0);
    }
    50% {
        opacity: 1;
        transform: translateX(5px);
    }
}

.platform-rim {
    height: 22px;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.6) 0%, rgba(250, 150, 138, 0.4) 25%, rgba(250, 150, 138, 0.2) 45%, transparent 70%),
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.4) 0%, rgba(250, 150, 138, 0.2) 50%, transparent 75%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 20%, transparent 40%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.15) 0%, transparent 30%),
        linear-gradient(to right, #0a0a0a, #333, #0a0a0a);
    border-radius: 0 0 50px 50px;
    border-bottom: 2px solid #000;
    box-shadow: 
        inset 0 0 20px rgba(0, 0, 0, 0.6),
        0 4px 12px rgba(0, 0, 0, 0.7),
        0 0 25px rgba(250, 150, 138, 0.4),
        0 0 35px rgba(250, 150, 138, 0.3),
        inset 0 -2px 10px rgba(250, 150, 138, 0.3);
    position: relative;
}

.platform-rim::before {
    content: '';
    position: absolute;
    top: 0;
    left: 20%;
    width: 60%;
    height: 50%;
    background: 
        radial-gradient(ellipse at center top, rgba(250, 150, 138, 0.4) 0%, rgba(250, 150, 138, 0.2) 50%, transparent 80%),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.25) 30%, rgba(255, 255, 255, 0.1) 60%, transparent 100%);
    border-radius: 0 0 50px 50px;
    pointer-events: none;
    z-index: 1;
}

.platform-reflection {
    height: 4px;
    background: 
        linear-gradient(to right, 
            transparent 0%, 
            rgba(250, 150, 138, 0.4) 20%, 
            rgba(255, 255, 255, 0.5) 50%, 
            rgba(250, 150, 138, 0.4) 80%, 
            transparent 100%);
    margin-top: 2px;
    box-shadow: 0 0 10px rgba(250, 150, 138, 0.3);
    animation: reflectionShimmer 3s ease-in-out infinite;
}

@keyframes reflectionShimmer {
    0%, 100% {
        opacity: 0.7;
        transform: scaleX(1);
    }
    50% {
        opacity: 1;
        transform: scaleX(1.1);
    }
}

/* --- Spin Button --- */
.action-area {
    margin-top: 20px;
    animation: fadeInUp 0.8s ease 0.5s both;
}

.neon-spin-btn {
    background: linear-gradient(to bottom, #700, #200);
    border: 4px solid rgb(250, 150, 138);
    padding: 18px 70px;
    border-radius: 50px;
    color: white;
    font-family: 'Chivo', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 2px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(255, 0, 0, 0.5);
    cursor: pointer;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.neon-spin-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 35px rgba(255, 0, 0, 0.7);
}

.btn-glow {
    position: absolute;
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.btn-text {
    position: relative;
    z-index: 1;
}

/* Result Popup */
.prize-result {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0) rotate(-10deg) perspective(1000px) rotateX(5deg);
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
        linear-gradient(180deg, rgba(100, 20, 45, 0.98) 0%, rgba(13, 2, 8, 0.99) 100%);
    padding: 40px 55px;
    border-radius: 16px;
    border: 4px solid rgb(250, 150, 138);
    text-align: center;
    z-index: 50;
    box-shadow: 
        0 0 30px rgba(250, 150, 138, 0.4),
        0 10px 40px rgba(0, 0, 0, 0.8),
        0 20px 60px rgba(0, 0, 0, 0.6),
        inset 0 0 30px rgba(0, 0, 0, 0.3),
        inset 0 -10px 40px rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    box-shadow: 
        0 0 60px rgba(255, 26, 26, 0.6),
        0 0 100px rgba(255, 26, 26, 0.3);
}

.prize-result.show {
    transform: translate(-50%, -50%) scale(1) rotate(0deg) perspective(1000px) rotateX(5deg);
    opacity: 1;
}

.prize-result h2,
.prize-result .congrats-title-main {
    font-family: 'Chivo', sans-serif;
    font-size: 32px;
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    margin: 0 0 8px 0;
    white-space: nowrap;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-shadow: 
        0 2px 4px rgba(0, 0, 0, 0.8),
        0 4px 8px rgba(0, 0, 0, 0.6),
        0 0 8px rgba(250, 150, 138, 0.3);
}

.prize-result .congrats-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.9);
    margin: 0 0 20px 0;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.prize-result .prize-text-large {
    font-family: 'Chivo', sans-serif;
    font-size: 64px;
    font-weight: 900;
    color: #ffffff;
    margin: 10px 0 20px 0;
    line-height: 1.2;
    letter-spacing: 8px;
    text-transform: uppercase;
    text-shadow: 
        0 0 20px rgba(250, 150, 138, 0.9),
        0 0 40px rgba(250, 150, 138, 0.7),
        0 0 60px rgba(250, 150, 138, 0.5),
        0 4px 8px rgba(0, 0, 0, 0.9),
        0 8px 16px rgba(0, 0, 0, 0.7),
        0 12px 24px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    animation: prizeTextGlow 2s ease-in-out infinite;
}

.prize-result .deposit-min-text {
    font-family: 'Chivo', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: rgb(250, 150, 138);
    margin: 15px 0 25px 0;
    line-height: 1.3;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 
        0 0 15px rgba(250, 150, 138, 1),
        0 0 30px rgba(250, 150, 138, 0.8),
        0 0 45px rgba(250, 150, 138, 0.6),
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 8px rgba(0, 0, 0, 0.7),
        0 6px 12px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

@keyframes prizeTextGlow {
    0%, 100% {
        text-shadow: 
            0 0 20px rgba(250, 150, 138, 0.9),
            0 0 40px rgba(250, 150, 138, 0.7),
            0 0 60px rgba(250, 150, 138, 0.5),
            0 4px 8px rgba(0, 0, 0, 0.9),
            0 8px 16px rgba(0, 0, 0, 0.7),
            0 12px 24px rgba(0, 0, 0, 0.5);
    }
    50% {
        text-shadow: 
            0 0 30px rgba(250, 150, 138, 1),
            0 0 60px rgba(250, 150, 138, 0.9),
            0 0 90px rgba(250, 150, 138, 0.7),
            0 4px 8px rgba(0, 0, 0, 0.9),
            0 8px 16px rgba(0, 0, 0, 0.7),
            0 12px 24px rgba(0, 0, 0, 0.5);
    }
}

@keyframes depositTextPulse {
    0%, 100% {
        text-shadow: 
            0 0 15px rgba(250, 150, 138, 1),
            0 0 30px rgba(250, 150, 138, 0.8),
            0 0 45px rgba(250, 150, 138, 0.6),
            0 2px 4px rgba(0, 0, 0, 0.9),
            0 4px 8px rgba(0, 0, 0, 0.7),
            0 6px 12px rgba(0, 0, 0, 0.5);
        transform: scale(1);
    }
    50% {
        text-shadow: 
            0 0 25px rgba(250, 150, 138, 1),
            0 0 50px rgba(250, 150, 138, 0.9),
            0 0 75px rgba(250, 150, 138, 0.7),
            0 2px 4px rgba(0, 0, 0, 0.9),
            0 4px 8px rgba(0, 0, 0, 0.7),
            0 6px 12px rgba(0, 0, 0, 0.5);
        transform: scale(1.05);
    }
}

.prize-result .prize-label {
    font-family: 'Chivo', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 8px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.prize-result .prize-label-bold {
    font-family: 'Chivo', sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
    margin: 15px 0 10px 0;
    letter-spacing: 4px;
    text-transform: uppercase;
    text-shadow: 
        0 0 15px rgba(250, 150, 138, 0.9),
        0 0 30px rgba(250, 150, 138, 0.7),
        0 0 45px rgba(250, 150, 138, 0.5),
        0 2px 4px rgba(0, 0, 0, 0.9),
        0 4px 8px rgba(0, 0, 0, 0.7),
        0 6px 12px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
}

@keyframes titlePulse {
    0%, 100% { text-shadow: 0 0 10px rgba(255, 26, 26, 0.8); }
    50% { text-shadow: 0 0 25px rgba(255, 26, 26, 1); }
}

.prize-result .won-prize {
    font-family: 'Chivo', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: 1px;
    text-shadow: 
        0 2px 6px rgba(0, 0, 0, 0.8),
        0 4px 12px rgba(0, 0, 0, 0.6),
        0 0 12px rgba(250, 150, 138, 0.4);
}

.prize-result .won-prize-bold {
    font-family: 'Chivo', sans-serif;
    font-size: 56px;
    font-weight: 900;
    color: #ffffff;
    margin: 0 0 20px 0;
    letter-spacing: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    text-shadow: 
        0 0 20px rgba(250, 150, 138, 1),
        0 0 40px rgba(250, 150, 138, 0.8),
        0 0 60px rgba(250, 150, 138, 0.6),
        0 4px 8px rgba(0, 0, 0, 0.9),
        0 8px 16px rgba(0, 0, 0, 0.7),
        0 12px 24px rgba(0, 0, 0, 0.5);
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.8));
    animation: wonPrizeGlow 2s ease-in-out infinite;
}

@keyframes wonPrizeGlow {
    0%, 100% {
        text-shadow: 
            0 0 20px rgba(250, 150, 138, 1),
            0 0 40px rgba(250, 150, 138, 0.8),
            0 0 60px rgba(250, 150, 138, 0.6),
            0 4px 8px rgba(0, 0, 0, 0.9),
            0 8px 16px rgba(0, 0, 0, 0.7),
            0 12px 24px rgba(0, 0, 0, 0.5);
    }
    50% {
        text-shadow: 
            0 0 30px rgba(250, 150, 138, 1),
            0 0 60px rgba(250, 150, 138, 0.9),
            0 0 90px rgba(250, 150, 138, 0.7),
            0 4px 8px rgba(0, 0, 0, 0.9),
            0 8px 16px rgba(0, 0, 0, 0.7),
            0 12px 24px rgba(0, 0, 0, 0.5);
    }
}

.prize-result .claim-button {
    padding: 18px 50px;
    font-family: 'Chivo', sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: var(--neon-white);
    background: 
        radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.25) 0%, transparent 50%),
        linear-gradient(180deg, #700 0%, #200 100%);
    border: 4px solid rgb(250, 150, 138);
    border-radius: 50px;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 
        0 0 25px rgba(250, 150, 138, 0.5),
        0 6px 15px rgba(0, 0, 0, 0.7),
        inset 0 0 20px rgba(255, 255, 255, 0.15),
        inset 0 -5px 25px rgba(0, 0, 0, 0.5);
    letter-spacing: 3px;
    transition: all 0.3s ease;
    animation: buttonBounce 2.5s ease-in-out infinite, buttonGlow 2s ease-in-out infinite;
    text-shadow: 
        0 0 8px rgba(255, 255, 255, 0.6),
        0 2px 4px rgba(0, 0, 0, 0.8);
}

@keyframes buttonGlow {
    0%, 100% { 
        box-shadow: 
            0 0 20px rgba(250, 150, 138, 0.5),
            0 6px 15px rgba(0, 0, 0, 0.7),
            inset 0 0 20px rgba(255, 255, 255, 0.15),
            inset 0 -5px 25px rgba(0, 0, 0, 0.5);
    }
    50% { 
        box-shadow: 
            0 0 35px rgba(250, 150, 138, 0.8),
            0 8px 20px rgba(0, 0, 0, 0.8),
            inset 0 0 25px rgba(255, 255, 255, 0.25),
            inset 0 -5px 30px rgba(0, 0, 0, 0.6);
    }
}

@keyframes buttonBounce {
    0%, 100% { 
        transform: translateY(0) scale(1);
    }
    50% { 
        transform: translateY(-5px) scale(1.02);
    }
}

.prize-result .claim-button:hover {
    transform: translateY(-5px) scale(1.08);
    animation: none;
    box-shadow: 
        0 0 40px rgba(250, 150, 138, 0.9),
        0 10px 25px rgba(0, 0, 0, 0.8),
        inset 0 0 30px rgba(255, 255, 255, 0.2),
        inset 0 -5px 30px rgba(0, 0, 0, 0.6);
}

/* Confetti */
.confetti-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    z-index: 100;
}

/* Tablet and Large Mobile */
@media (min-width: 769px) and (max-width: 1024px) {
    .prize-spinner-overlay {
        padding-top: 120px;
        padding-bottom: 40px;
    }
    
    .prize-spinner-container {
        margin-top: 0;
        margin-bottom: 40px;
    }
    
    .wheel-hardware-frame {
        width: 100%;
        max-width: 380px;
    }
    
    .congrats-title {
        font-size: 48px;
    }
    
    .subtitle {
        font-size: 16px;
    }
    
    .prize-tag {
        font-size: 16px;
    }
    
    .wheel-svg-elements text {
        font-size: 48px !important;
    }
    
    .wheel-svg-elements tspan {
        font-size: 28px !important;
    }
    
    .hub-spin-button {
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        aspect-ratio: 1 / 1 !important;
        box-sizing: border-box !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        clip-path: circle(50% at 50% 50%) !important;
        -webkit-clip-path: circle(50% at 50% 50%) !important;
    }
    
    .hub-spin-button.button-ready {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 100px !important;
        height: 100px !important;
        min-width: 100px !important;
        min-height: 100px !important;
        max-width: 100px !important;
        max-height: 100px !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .hub-spin-line-1,
    .hub-spin-line-2 {
        font-size: 16px;
        letter-spacing: 3px;
    }
    
    .stand-base-platform {
        width: 300px;
    }
    
    .stand-neck {
        width: 110px;
        height: 65px;
    }
    
    .heavy-metal-stand {
        max-width: 380px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .prize-spinner-overlay {
        padding-top: 120px;
        padding-bottom: 30px;
    }
    
    .prize-spinner-container {
        padding: 20px 15px;
        max-width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        transform: scale(0.9) translateY(20px);
    }
    
    .prize-spinner-overlay.active .prize-spinner-container {
        transform: scale(1) translateY(0);
    }
    
    .header-content {
        margin-bottom: 10px;
    }
    
    .congrats-title {
        font-size: 36px;
        margin: 0 0 5px 0;
    }
    
    .subtitle {
        font-size: 14px;
        padding: 0 10px;
    }
    
    .prize-tag {
        font-size: 14px;
        margin-top: 15px;
        letter-spacing: 2px;
    }
    
    .main-visual-container {
        padding-top: 40px;
        margin-bottom: 0px;
    }
    
    .wheel-hardware-frame {
        width: 100%;
        max-width: 320px;
        height: auto;
        aspect-ratio: 1;
        margin: 0 auto;
    }
    
    .neon-pointer-wrapper {
        top: 8px;
    }
    
    .pointer-3d-shape {
        width: 40px;
        height: 40px;
    }
    
    .pointer-3d-shape::after {
        width: 24px;
        height: 24px;
    }
    
    .wheel-svg-elements {
        font-size: 20px;
    }
    
    .wheel-svg-elements text {
        font-size: 48px !important;
        filter: 
            drop-shadow(0 1px 2px rgba(0, 0, 0, 0.8))
            drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6))
            drop-shadow(0 3px 6px rgba(0, 0, 0, 0.4));
        text-rendering: geometricPrecision;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        shape-rendering: geometricPrecision;
    }

    .wheel-svg-elements tspan {
        font-size: 32px !important;
    }
    
    .hub-text-fixed {
        font-size: 10px;
        gap: 6px;
    }
    
    .hub-text-line {
        font-size: 9px;
    }
    
    .hub-text-amount {
        font-size: 14px;
    }
    
    .hub-spin-button {
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        aspect-ratio: 1 / 1 !important;
        box-sizing: border-box !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        margin-top: 0;
        clip-path: circle(50% at 50% 50%) !important;
        -webkit-clip-path: circle(50% at 50% 50%) !important;
    }
    
    .hub-spin-button.button-ready {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 90px !important;
        height: 90px !important;
        min-width: 90px !important;
        min-height: 90px !important;
        max-width: 90px !important;
        max-height: 90px !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .hub-spin-text {
        gap: 1.5px;
    }
    
    .hub-spin-line-1,
    .hub-spin-line-2 {
        font-size: 14px;
        letter-spacing: 2.5px;
    }
    
    .hub-spin-text {
        gap: 1.5px;
    }
    
    .hub-spin-line-1,
    .hub-spin-line-2 {
        font-size: 14px;
        letter-spacing: 2.5px;
    }
    
    .heavy-metal-stand {
        margin-top: -20px !important;
        width: 100%;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .stand-neck {
        width: 100px;
        height: 60px;
        margin: 0 auto;
    }
    
    .stand-neck-layer-1 {
        width: 90px;
        height: 55px;
    }
    
    .stand-neck-layer-2 {
        width: 80px;
        height: 50px;
    }
    
    .stand-neck-layer-3 {
        width: 70px;
        height: 45px;
    }
    
    .stand-base-platform {
        width: 280px !important;
        max-width: 90%;
        margin: -8px auto 0;
    }
    
    .heavy-metal-stand::before {
        width: 280px;
        height: 200px;
        top: -160px;
    }
    
    .heavy-metal-stand::after {
        width: 240px;
        height: 140px;
        top: -120px;
    }
    
    .action-area {
        margin-top: 20px;
    }
    
    .neon-spin-btn {
        padding: 14px 40px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    
    .btn-text {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .prize-spinner-overlay {
        padding-top: 120px;
        padding-bottom: 20px;
    }
    
    .prize-spinner-container {
        padding: 15px 10px;
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .congrats-title {
        font-size: 28px;
    }
    
    .subtitle {
        font-size: 12px;
    }
    
    .prize-tag {
        font-size: 11px;
        letter-spacing: 2px;
    }
    
    .main-visual-container {
        padding-top: 30px;
        margin-bottom: 0px;
    }
    
    .wheel-hardware-frame {
        max-width: 280px;
    }
    
    .heavy-metal-stand {
        margin-top: -15px !important;
        width: 100%;
        max-width: 280px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .stand-neck {
        width: 85px;
        height: 50px;
        margin: 0 auto;
    }
    
    .stand-neck-layer-1 {
        width: 75px;
        height: 45px;
    }
    
    .stand-neck-layer-2 {
        width: 65px;
        height: 40px;
    }
    
    .stand-neck-layer-3 {
        width: 55px;
        height: 35px;
    }
    
    .stand-base-platform {
        width: 240px !important;
        max-width: 90%;
        margin: -8px auto 0;
    }
    
    .heavy-metal-stand::before {
        width: 240px;
        height: 170px;
        top: -130px;
    }
    
    .heavy-metal-stand::after {
        width: 200px;
        height: 120px;
        top: -100px;
    }
    
    .neon-pointer-wrapper {
        top: 6px;
    }
    
    .pointer-3d-shape {
        width: 35px;
        height: 35px;
    }
    
    .pointer-3d-shape::after {
        width: 20px;
        height: 20px;
    }
    
    .wheel-svg-elements text {
        font-size: 40px !important;
    }
    
    .wheel-svg-elements tspan {
        font-size: 28px !important;
    }
    
    .hub-text-fixed {
        gap: 5px;
    }
    
    .hub-text-line {
        font-size: 8px;
    }
    
    .hub-text-amount {
        font-size: 12px;
    }
    
    .hub-spin-button {
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        aspect-ratio: 1 / 1 !important;
        box-sizing: border-box !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        margin-top: 0;
        clip-path: circle(50% at 50% 50%) !important;
        -webkit-clip-path: circle(50% at 50% 50%) !important;
    }
    
    .hub-spin-button.button-ready {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 80px !important;
        height: 80px !important;
        min-width: 80px !important;
        min-height: 80px !important;
        max-width: 80px !important;
        max-height: 80px !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .hub-spin-text {
        gap: 1px;
    }
    
    .hub-spin-line-1,
    .hub-spin-line-2 {
        font-size: 12px;
        letter-spacing: 2px;
    }
    
    .neon-spin-btn {
        padding: 12px 30px;
        font-size: 13px;
    }
    
    .prize-result {
        padding: 30px 25px;
        max-width: 90%;
    }
    
    .prize-result h2,
    .prize-result .congrats-title-main {
        font-size: 26px;
    }
    
    .prize-result .congrats-subtitle {
        font-size: 14px;
    }
    
    .prize-result .prize-text-large {
        font-size: 42px;
        letter-spacing: 4px;
    }
    
    .prize-result .deposit-min-text {
        font-size: 20px;
        letter-spacing: 2px;
    }
    
    .prize-result .prize-label {
        font-size: 10px;
    }
    
    .prize-result .prize-label-bold {
        font-size: 14px;
        letter-spacing: 2px;
    }
    
    .prize-result .won-prize {
        font-size: 34px;
    }
    
    .prize-result .won-prize-bold {
        font-size: 38px;
        letter-spacing: 2px;
    }
    
    .prize-result .deposit-min-text {
        font-size: 18px;
        letter-spacing: 2px;
    }
    
    .prize-result .claim-button {
        padding: 16px 40px;
        font-size: 15px;
        letter-spacing: 2.5px;
        animation: buttonBounce 2.5s ease-in-out infinite, buttonGlow 2s ease-in-out infinite;
    }
}

@media (max-width: 360px) {
    .prize-spinner-overlay {
        padding-top: 120px;
        padding-bottom: 15px;
    }
    
    .prize-spinner-container {
        padding: 12px 8px;
        margin-top: 0;
        margin-bottom: 15px;
    }
    
    .congrats-title {
        font-size: 22px;
    }
    
    .subtitle {
        font-size: 11px;
    }
    
    .prize-tag {
        font-size: 10px;
    }
    
    .wheel-hardware-frame {
        max-width: 260px;
    }
    
    .wheel-svg-elements text {
        font-size: 36px !important;
    }
    
    .wheel-svg-elements tspan {
        font-size: 26px !important;
    }
    
    .hub-spin-button {
        position: absolute !important;
        left: -9999px !important;
        top: -9999px !important;
        width: 0 !important;
        height: 0 !important;
        min-width: 0 !important;
        min-height: 0 !important;
        max-width: 0 !important;
        max-height: 0 !important;
        aspect-ratio: 1 / 1 !important;
        box-sizing: border-box !important;
        border-radius: 50% !important;
        overflow: hidden !important;
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        padding: 0 !important;
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        clip-path: circle(50% at 50% 50%) !important;
        -webkit-clip-path: circle(50% at 50% 50%) !important;
    }
    
    .hub-spin-button.button-ready {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        width: 70px !important;
        height: 70px !important;
        min-width: 70px !important;
        min-height: 70px !important;
        max-width: 70px !important;
        max-height: 70px !important;
        display: inline-flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    .hub-spin-line-1,
    .hub-spin-line-2 {
        font-size: 11px;
        letter-spacing: 1.5px;
    }
    
    .neon-pointer-wrapper {
        top: 5px;
    }
    
    .pointer-3d-shape {
        width: 30px;
        height: 30px;
    }
    
    .pointer-3d-shape::after {
        width: 18px;
        height: 18px;
    }
    
    .heavy-metal-stand {
        margin-top: -12px !important;
        max-width: 260px;
    }
    
    .stand-neck {
        width: 75px;
        height: 45px;
    }
    
    .stand-neck-layer-1 {
        width: 65px;
        height: 40px;
    }
    
    .stand-neck-layer-2 {
        width: 55px;
        height: 35px;
    }
    
    .stand-neck-layer-3 {
        width: 45px;
        height: 30px;
    }
    
    .stand-base-platform {
        width: 220px !important;
    }
    
    .heavy-metal-stand::before {
        width: 220px;
        height: 150px;
        top: -110px;
    }
    
    .heavy-metal-stand::after {
        width: 180px;
        height: 100px;
        top: -85px;
    }
    
    .prize-result h2,
    .prize-result .congrats-title-main {
        font-size: 22px;
    }
    
    .prize-result .prize-text-large {
        font-size: 36px;
    }
    
    .prize-result .won-prize {
        font-size: 28px;
    }
    
    .prize-result .won-prize-bold {
        font-size: 32px;
    }
    
    .prize-result .claim-button {
        padding: 14px 35px;
        font-size: 14px;
    }
}
