.wheel-section{
    padding:40px 20px 20px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.wheel-wrap{
    width:100%;
    max-width:760px;
    margin:0 auto 20px;
    text-align:center;
}
.wheel-title{
    color:#d4af37;
    font-size:40px;
    font-weight:800;
    margin-bottom:8px;
    text-shadow:0 4px 16px rgba(0,0,0,.35);
}
.wheel-sub{
    color:#fff;
    font-size:18px;
    margin-bottom:18px;
    text-shadow:0 2px 8px rgba(0,0,0,.35);
}
.wheel-box{
    position:relative;
    width:520px;
    height:520px;
    margin:0 auto 18px;
    display:flex;
    align-items:center;
    justify-content:center;
}
.wheel-disc-wrap{
    width:520px;
    height:520px;
    border-radius:50%;
    overflow:hidden;
    box-shadow:0 0 0 10px #7a5a12, 0 0 0 18px #d4af37, 0 20px 40px rgba(0,0,0,.35);
    background: transparent !important;
}
#wheel-image{
    display:block;
    width:520px;
    height:520px;
    border-radius:50%;
    background: transparent !important;
}
.wheel-pointer{
    position:absolute;
    top:-8px;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:18px solid transparent;
    border-right:18px solid transparent;
    border-bottom:34px solid #d4af37;
    z-index:5;
    filter:drop-shadow(0 4px 8px rgba(0,0,0,.4));
}
.wheel-actions{
    margin:16px 0;
    text-align:center;
}
.wheel-result-box{
    min-height:28px;
    margin-top:10px;
    color:#fff;
    font-size:22px;
    font-weight:700;
    text-shadow:0 2px 8px rgba(0,0,0,.35);
}
@media (max-width: 640px){
    .wheel-box{
        width:320px;
        height:320px;
    }
    .wheel-disc-wrap,
    #wheel-image{
        width:320px;
        height:320px;
    }
    .wheel-title{
        font-size:28px;
    }
    .wheel-sub{
        font-size:15px;
    }
}

/* wheel only */
.wheel-box{
    background: transparent !important;
    box-shadow: none !important;
}

.wheel-disc-wrap{
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

#wheel-image{
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    display: block;
    margin: 0 auto;
}

.wheel-pointer{
    top: -10px !important;
    left: 50% !important;
    transform: translateX(-50%) rotate(180deg) !important;
    transform-origin: center center !important;
    z-index: 20 !important;
}

/* CHC custom wheel look */
.wheel-section{
    position: relative;
}

.wheel-wrap{
    position: relative;
}

.wheel-box{
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border-radius: 50%;
    background:
        radial-gradient(circle at center,
        rgba(255,215,90,0.24) 0%,
        rgba(255,190,40,0.14) 28%,
        rgba(20,24,80,0.00) 68%);
    box-shadow:
        0 0 25px rgba(255, 205, 80, 0.22),
        0 0 65px rgba(255, 170, 0, 0.14);
}

.wheel-box::before{
    content: "";
    position: absolute;
    inset: 12px;
    border-radius: 50%;
    border: 3px solid rgba(255, 215, 120, 0.65);
    box-shadow:
        0 0 12px rgba(255,215,120,0.35),
        inset 0 0 10px rgba(255,215,120,0.20);
    pointer-events: none;
}

.wheel-box::after{
    content: "";
    position: absolute;
    left: 50%;
    bottom: -18px;
    transform: translateX(-50%);
    width: 76%;
    height: 28px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,190,60,0.30) 0%, rgba(255,190,60,0.10) 45%, rgba(255,190,60,0) 75%);
    filter: blur(6px);
    pointer-events: none;
}

.wheel-disc-wrap{
    position: relative;
    z-index: 2;
}

.wheel-disc-wrap::before{
    content: "";
    position: absolute;
    inset: -16px;
    border-radius: 50%;
    border: 2px dashed rgba(255, 220, 120, 0.35);
    animation: chcWheelRingSpin 20s linear infinite;
    pointer-events: none;
}

.wheel-pointer{
    z-index: 3;
    filter:
        drop-shadow(0 0 8px rgba(255,215,120,0.50))
        drop-shadow(0 0 16px rgba(255,170,0,0.22));
}

@keyframes chcWheelRingSpin{
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@media (max-width: 768px){
    .wheel-box{
        padding: 20px;
    }

    .wheel-disc-wrap::before{
        inset: -10px;
    }
}

/* STRONG CHC WHEEL STYLE */

.wheel-section{
    background: radial-gradient(circle at center, #0c1435 0%, #050814 100%);
    padding: 40px 0;
}

.wheel-box{
    background: transparent !important;
    box-shadow: none !important;
}

/* böyük qızılı aura */
.wheel-disc-wrap{
    position: relative;
}

.wheel-disc-wrap::before{
    content: "";
    position: absolute;
    inset: -60px;
    border-radius: 50%;
    background: radial-gradient(circle,
        rgba(255,200,80,0.55) 0%,
        rgba(255,170,0,0.25) 30%,
        rgba(255,170,0,0.10) 55%,
        rgba(255,170,0,0.00) 75%);
    filter: blur(20px);
    z-index: 0;
}

/* rotating neon ring */
.wheel-disc-wrap::after{
    content: "";
    position: absolute;
    inset: -25px;
    border-radius: 50%;
    border: 3px solid rgba(255, 200, 80, 0.8);
    box-shadow:
        0 0 20px rgba(255,200,80,0.6),
        0 0 40px rgba(255,170,0,0.4);
    animation: chcSpinRing 6s linear infinite;
    z-index: 1;
}

/* wheel üstündə */
#wheel-image{
    position: relative;
    z-index: 2;
    filter: drop-shadow(0 0 20px rgba(255,200,80,0.6));
}

/* pointer daha güclü */
.wheel-pointer{
    filter:
        drop-shadow(0 0 10px gold)
        drop-shadow(0 0 25px orange)
        drop-shadow(0 0 40px rgba(255,200,80,0.6));
}

/* spin animasiya */
@keyframes chcSpinRing{
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}


/* CHC background upgrade */

.wheel-section{
    background:
        radial-gradient(circle at 50% 30%, rgba(255,200,80,0.15), transparent 40%),
        radial-gradient(circle at 50% 70%, rgba(255,170,0,0.10), transparent 60%),
        linear-gradient(180deg, #0b1028 0%, #050814 100%);
    position: relative;
    overflow: hidden;
}

/* subtle animated light */
.wheel-section::before{
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,200,80,0.08), transparent 60%);
    animation: chcBgMove 12s linear infinite;
}

@keyframes chcBgMove{
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* əlavə xırda parıltı nöqtələri */
.wheel-section::after{
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(rgba(255,220,120,0.15) 1px, transparent 1px);
    background-size: 40px 40px;
    opacity: 0.25;
}


/* CHC NEON THEME */
.wheel-section{
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 20%, rgba(0,255,255,0.10) 0%, transparent 30%),
        radial-gradient(circle at 80% 30%, rgba(140,0,255,0.12) 0%, transparent 28%),
        radial-gradient(circle at 20% 75%, rgba(0,140,255,0.10) 0%, transparent 26%),
        linear-gradient(180deg, #050816 0%, #0a1024 45%, #060913 100%) !important;
    border-top: 1px solid rgba(0,255,255,0.18);
    border-bottom: 1px solid rgba(140,0,255,0.18);
}

.wheel-section::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        linear-gradient(90deg,
            transparent 0%,
            rgba(0,255,255,0.06) 25%,
            transparent 50%,
            rgba(170,0,255,0.05) 75%,
            transparent 100%);
    background-size: 240px 240px;
    opacity: 0.55;
    pointer-events:none;
}

.wheel-section::after{
    content:"";
    position:absolute;
    inset:0;
    background-image:
        radial-gradient(rgba(0,255,255,0.18) 1px, transparent 1px),
        radial-gradient(rgba(170,0,255,0.14) 1px, transparent 1px);
    background-size: 36px 36px, 52px 52px;
    background-position: 0 0, 18px 18px;
    opacity: 0.18;
    pointer-events:none;
}

.wheel-title{
    color:#7df9ff !important;
    text-shadow:
        0 0 8px rgba(125,249,255,0.65),
        0 0 18px rgba(125,249,255,0.35),
        0 0 28px rgba(170,0,255,0.20) !important;
}

.wheel-sub{
    color:#d8eaff !important;
    text-shadow: 0 0 10px rgba(0,255,255,0.12);
}

.wheel-box{
    background: transparent !important;
    box-shadow:
        0 0 20px rgba(0,255,255,0.20),
        0 0 40px rgba(170,0,255,0.12) !important;
}

.wheel-box::before{
    border: 2px solid rgba(125,249,255,0.45) !important;
    box-shadow:
        0 0 12px rgba(125,249,255,0.35),
        inset 0 0 12px rgba(170,0,255,0.12) !important;
}

.wheel-disc-wrap::before{
    border: 2px dashed rgba(125,249,255,0.45) !important;
    box-shadow: 0 0 16px rgba(125,249,255,0.18);
}

.wheel-pointer{
    filter:
        drop-shadow(0 0 8px rgba(125,249,255,0.8))
        drop-shadow(0 0 18px rgba(170,0,255,0.45)) !important;
}

#spin-btn{
    background: linear-gradient(90deg, #00d9ff 0%, #7a00ff 100%) !important;
    border: 1px solid rgba(125,249,255,0.55) !important;
    box-shadow:
        0 0 12px rgba(0,217,255,0.35),
        0 0 24px rgba(122,0,255,0.20) !important;
    color: #fff !important;
}

#spin-btn:hover{
    box-shadow:
        0 0 18px rgba(0,217,255,0.50),
        0 0 32px rgba(122,0,255,0.28) !important;
}

#wheelResultBox{
    background: rgba(8,14,34,0.78) !important;
    border: 1px solid rgba(125,249,255,0.22) !important;
    color: #e9f7ff !important;
    box-shadow:
        0 0 14px rgba(0,217,255,0.10),
        inset 0 0 14px rgba(122,0,255,0.08) !important;
}

