:root{--bg:#080808;--panel:#101010;--panel2:#171717;--line:#2a2a2a;--text:#fff;--muted:#9d9d9d;--gold:#f6c544;--gold2:#dc9f14;--danger:#ff6262;--success:#62d38b;--shadow:0 30px 80px rgba(0,0,0,.52)}
*{box-sizing:border-box}html,body{min-height:100%;margin:0}body{background:radial-gradient(circle at 50% -10%,rgba(246,197,68,.14),transparent 36%),linear-gradient(180deg,#0b0b0b,#050505);color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}button,input{font:inherit}.member-shell{width:min(1180px,calc(100% - 32px));margin:auto;min-height:100vh;display:flex;flex-direction:column}.member-header{height:86px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.07)}.brand{display:flex;align-items:center;gap:11px;color:#fff;text-decoration:none}.brand img{width:46px;height:46px;border-radius:14px;object-fit:cover;box-shadow:0 8px 25px rgba(246,197,68,.17)}.brand strong,.brand span{display:block}.brand strong{font-size:18px;letter-spacing:.03em}.brand span{margin-top:1px;font-size:10px;color:var(--gold);font-weight:900;letter-spacing:.22em}.event-pill{max-width:360px;display:flex;align-items:center;gap:9px;padding:10px 14px;border:1px solid var(--line);border-radius:999px;background:#101010;color:#d7d7d7;font-size:12px;white-space:nowrap;overflow:hidden}.event-pill b{overflow:hidden;text-overflow:ellipsis}.event-pill span{width:8px;height:8px;border-radius:50%;background:#6d6d6d;flex:0 0 auto}.event-pill span.active{background:var(--success);box-shadow:0 0 0 4px rgba(98,211,139,.12)}.spin-layout{flex:1;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);align-items:center;gap:62px;padding:52px 0}.wheel-panel{text-align:center}.wheel-stage{position:relative;width:min(610px,100%);aspect-ratio:1;margin:auto;filter:drop-shadow(0 32px 60px rgba(0,0,0,.45))}.wheel-ring{position:absolute;inset:4%;border-radius:50%;background:#121212;border:10px solid #191919;box-shadow:inset 0 0 0 3px rgba(246,197,68,.7),0 0 0 9px #0b0b0b,0 20px 70px rgba(246,197,68,.12);overflow:hidden}.wheel-ring canvas{display:block;width:100%;height:100%}.wheel-pointer{position:absolute;z-index:5;left:50%;top:0;transform:translateX(-50%);width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-top:42px solid var(--gold);filter:drop-shadow(0 5px 10px rgba(0,0,0,.55))}.wheel-center{position:absolute;z-index:4;left:50%;top:50%;transform:translate(-50%,-50%);width:112px;height:112px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#1b1b1b,#090909);border:5px solid var(--gold);box-shadow:0 12px 36px rgba(0,0,0,.55)}.wheel-center img{position:absolute;width:72px;height:72px;border-radius:50%;opacity:.3;object-fit:cover}.wheel-center strong{position:relative;color:var(--gold);font-size:22px;letter-spacing:-.04em}.wheel-status{min-height:22px;margin:16px 0 0;color:var(--muted);font-size:13px}.entry-card{padding:32px;border:1px solid var(--line);border-radius:24px;background:linear-gradient(180deg,rgba(21,21,21,.97),rgba(13,13,13,.97));box-shadow:var(--shadow)}.entry-head{margin-bottom:26px}.mini-tag{margin:0 0 10px;color:var(--gold);font-size:11px;font-weight:900;letter-spacing:.17em}.entry-head h1{margin:0;font-size:clamp(26px,4vw,36px);line-height:1.05;letter-spacing:-.04em}.entry-head p{margin:10px 0 0;color:var(--muted);font-size:14px}.entry-card form{display:grid;gap:10px}.entry-card label{margin-top:8px;color:#e4e4e4;font-size:13px;font-weight:750}.input-wrap{height:56px;display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid #2d2d2d;border-radius:13px;background:#0a0a0a;transition:.2s}.input-wrap:focus-within{border-color:rgba(246,197,68,.72);box-shadow:0 0 0 4px rgba(246,197,68,.08)}.input-wrap>span{opacity:.78}.input-wrap input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:#fff}.input-wrap input::placeholder{color:#666}.main-spin-button,.result-button{border:0;border-radius:13px;background:linear-gradient(135deg,var(--gold),var(--gold2));color:#15100a;font-weight:950;cursor:pointer}.main-spin-button{min-height:62px;margin-top:14px;padding:11px 18px;display:grid;place-items:center;box-shadow:0 14px 30px rgba(220,159,20,.15);transition:transform .18s,filter .18s}.main-spin-button:hover:not(:disabled){transform:translateY(-1px);filter:brightness(1.05)}.main-spin-button:disabled{opacity:.48;cursor:not-allowed;box-shadow:none}.main-spin-button small{margin-top:2px;font-size:9px;font-weight:800;opacity:.68}.form-message{min-height:20px;margin:3px 0 0;font-size:12px;color:var(--muted);text-align:center}.form-message.error{color:var(--danger)}.form-message.success{color:var(--success)}.entry-foot{margin-top:20px;padding-top:18px;border-top:1px solid var(--line);display:flex;gap:14px;flex-wrap:wrap;color:#7f7f7f;font-size:11px}.entry-foot span{flex:1;min-width:125px}footer{padding:22px 0 28px;border-top:1px solid rgba(255,255,255,.06);color:#676767;text-align:center;font-size:11px}dialog{border:0;padding:0;background:transparent;color:#fff}dialog::backdrop{background:rgba(0,0,0,.78);backdrop-filter:blur(7px)}.result-modal{position:relative;width:min(430px,calc(100vw - 32px));padding:38px 30px 30px;border:1px solid #303030;border-radius:24px;background:#111;text-align:center;box-shadow:0 35px 100px #000}.modal-close{position:absolute;right:14px;top:14px;width:36px;height:36px;border:0;border-radius:50%;background:#202020;color:#aaa;font-size:22px;cursor:pointer}.result-icon{font-size:54px;margin-bottom:13px}.result-modal h2{margin:0 0 8px;font-size:30px}.result-modal>p:not(.mini-tag){margin:0;color:var(--muted)}.result-prize{margin:20px 0 10px;padding:18px;border:1px solid rgba(246,197,68,.26);border-radius:14px;background:rgba(246,197,68,.07);color:var(--gold);font-size:25px;font-weight:950}.result-ticket{color:#8a8a8a;font-size:11px;overflow-wrap:anywhere}.result-button{width:100%;padding:15px;margin-top:24px}.toast{position:fixed;z-index:20;left:50%;bottom:28px;transform:translate(-50%,20px);padding:12px 16px;border:1px solid #303030;border-radius:12px;background:#151515;color:#fff;box-shadow:0 14px 40px #000;opacity:0;pointer-events:none;transition:.2s;font-size:13px}.toast.visible{opacity:1;transform:translate(-50%,0)}.toast.error{border-color:rgba(255,98,98,.35);color:#ff9898}.toast.success{border-color:rgba(98,211,139,.35);color:#88e5a8}#confettiCanvas{position:fixed;z-index:15;inset:0;width:100%;height:100%;pointer-events:none}
@media(max-width:900px){.spin-layout{grid-template-columns:1fr;gap:26px;padding:30px 0 38px}.wheel-stage{width:min(520px,96vw)}.entry-card{width:min(520px,100%);margin:auto;order:-1}.member-header{height:74px}.event-pill{max-width:210px}.event-pill b{font-size:10px}.brand img{width:40px;height:40px}.brand strong{font-size:15px}}
@media(max-width:520px){.member-shell{width:min(100% - 20px,1180px)}.member-header{gap:10px}.event-pill{padding:8px 10px;max-width:150px}.entry-card{padding:23px 18px;border-radius:19px}.spin-layout{padding-top:22px}.wheel-stage{width:100%}.wheel-center{width:86px;height:86px;border-width:4px}.wheel-center img{width:58px;height:58px}.wheel-center strong{font-size:18px}.wheel-pointer{border-left-width:15px;border-right-width:15px;border-top-width:32px}.entry-head h1{font-size:29px}}


/* ========================================================
   WELCOME POPUP
======================================================== */

.welcome-dialog{
    border:0;
    padding:0;
    background:transparent;
    color:#fff;
}

.welcome-dialog::backdrop{
    background:rgba(0,0,0,.82);
    backdrop-filter:blur(9px);
}

.welcome-modal{
    position:relative;
    width:min(460px,calc(100vw - 28px));
    padding:38px 30px 30px;
    overflow:hidden;
    border:1px solid rgba(246,197,68,.25);
    border-radius:26px;
    background:
        radial-gradient(
            circle at 50% 0%,
            rgba(246,197,68,.13),
            transparent 42%
        ),
        linear-gradient(
            180deg,
            #171717,
            #0d0d0d
        );
    box-shadow:
        0 40px 110px rgba(0,0,0,.75),
        0 0 70px rgba(246,197,68,.08);
    text-align:center;
}

.welcome-modal::before{
    content:"";
    position:absolute;
    left:10%;
    right:10%;
    top:0;
    height:1px;
    background:linear-gradient(
        90deg,
        transparent,
        var(--gold),
        transparent
    );
}

.welcome-logo-wrap{
    position:relative;
    width:92px;
    height:92px;
    margin:0 auto 22px;
    display:grid;
    place-items:center;
}

.welcome-logo-wrap img{
    position:relative;
    z-index:2;
    width:78px;
    height:78px;
    border-radius:24px;
    object-fit:cover;
    border:2px solid rgba(246,197,68,.45);
    box-shadow:0 15px 40px rgba(0,0,0,.45);
}

.welcome-glow{
    position:absolute;
    inset:-12px;
    border-radius:50%;
    background:rgba(246,197,68,.18);
    filter:blur(20px);
    animation:welcomePulse 2.2s ease-in-out infinite;
}

@keyframes welcomePulse{
    0%,100%{
        transform:scale(.88);
        opacity:.45;
    }
    50%{
        transform:scale(1.13);
        opacity:1;
    }
}

.welcome-modal h2{
    margin:5px 0 12px;
    font-size:clamp(28px,7vw,38px);
    line-height:1;
    letter-spacing:-.04em;
}

.welcome-description{
    max-width:350px;
    margin:0 auto;
    color:#a8a8a8;
    font-size:14px;
    line-height:1.7;
}

.welcome-description strong,
.welcome-description b{
    color:#fff;
}

.welcome-info{
    margin:24px 0;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:9px;
}

.welcome-info span{
    padding:11px 8px;
    border:1px solid #292929;
    border-radius:12px;
    background:#0b0b0b;
    color:#aaa;
    font-size:11px;
    font-weight:750;
}

.welcome-start-button{
    width:100%;
    min-height:54px;
    border:0;
    border-radius:14px;
    background:linear-gradient(
        135deg,
        var(--gold),
        var(--gold2)
    );
    color:#171108;
    font-weight:950;
    letter-spacing:.04em;
    cursor:pointer;
    box-shadow:0 16px 35px rgba(220,159,20,.17);
    transition:
        transform .18s ease,
        filter .18s ease;
}

.welcome-start-button:hover{
    transform:translateY(-2px);
    filter:brightness(1.07);
}

.welcome-start-button:active{
    transform:translateY(0) scale(.985);
}

/* Wheel terasa lebih hidup */
.wheel-ring{
    will-change:contents;
}

.wheel-pointer{
    animation:pointerGlow 1.8s ease-in-out infinite;
}

@keyframes pointerGlow{
    0%,100%{
        filter:drop-shadow(
            0 5px 10px rgba(0,0,0,.55)
        );
    }
    50%{
        filter:
            drop-shadow(0 5px 10px rgba(0,0,0,.55))
            drop-shadow(0 0 10px rgba(246,197,68,.45));
    }
}

@media(max-width:520px){
    .welcome-modal{
        padding:34px 20px 23px;
        border-radius:21px;
    }

    .welcome-logo-wrap{
        width:78px;
        height:78px;
        margin-bottom:18px;
    }

    .welcome-logo-wrap img{
        width:68px;
        height:68px;
        border-radius:20px;
    }

    .welcome-info{
        grid-template-columns:1fr;
        gap:7px;
        margin:20px 0;
    }

    .welcome-info span{
        padding:10px;
    }

    .welcome-description{
        font-size:13px;
    }
}

@media(prefers-reduced-motion:reduce){
    .welcome-glow,
    .wheel-pointer{
        animation:none;
    }
}


/* ========================================================
   NETWORK CONNECTION CHECK
======================================================== */

.network-check-screen{
    position:fixed;
    z-index:99999;
    inset:0;
    display:grid;
    place-items:center;
    padding:20px;
    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(246,197,68,.10),
            transparent 35%
        ),
        #060606;
    transition:
        opacity .42s ease,
        visibility .42s ease;
}

.network-check-screen.network-hide{
    opacity:0;
    visibility:hidden;
}

.network-check-card{
    width:min(420px,100%);
    text-align:center;
}

.network-orbit{
    position:relative;
    width:126px;
    height:126px;
    margin:0 auto 28px;
    display:grid;
    place-items:center;
}

.network-orbit-ring{
    position:absolute;
    inset:0;
    border-radius:50%;
    border:1px solid rgba(246,197,68,.24);
}

.network-orbit-ring::after{
    content:"";
    position:absolute;
    width:9px;
    height:9px;
    border-radius:50%;
    background:var(--gold);
    box-shadow:0 0 18px rgba(246,197,68,.85);
}

.ring-one{
    animation:networkSpin 1.6s linear infinite;
}

.ring-one::after{
    top:4px;
    left:50%;
    transform:translateX(-50%);
}

.ring-two{
    inset:14px;
    opacity:.55;
    animation:networkSpinReverse 2.2s linear infinite;
}

.ring-two::after{
    right:2px;
    top:50%;
    transform:translateY(-50%);
}

.network-core{
    position:relative;
    z-index:2;
    width:68px;
    height:68px;
    border-radius:50%;
    display:grid;
    place-items:center;
    border:1px solid rgba(246,197,68,.42);
    background:
        radial-gradient(
            circle,
            rgba(246,197,68,.18),
            rgba(15,15,15,.96)
        );
    box-shadow:
        0 0 0 8px rgba(246,197,68,.04),
        0 0 45px rgba(246,197,68,.10);
}

.network-core span{
    color:var(--gold);
    font-size:33px;
    font-weight:900;
}

.network-mini{
    margin:0 0 9px;
    color:var(--gold);
    font-size:10px;
    font-weight:900;
    letter-spacing:.22em;
}

.network-check-card h2{
    margin:0;
    font-size:clamp(27px,7vw,38px);
    letter-spacing:-.04em;
}

.network-check-card>p:not(.network-mini){
    margin:10px 0 22px;
    color:#888;
    font-size:13px;
}

.network-progress{
    width:100%;
    height:5px;
    overflow:hidden;
    border-radius:999px;
    background:#171717;
}

.network-progress>div{
    width:0;
    height:100%;
    border-radius:999px;
    background:linear-gradient(
        90deg,
        var(--gold2),
        var(--gold)
    );
    box-shadow:0 0 18px rgba(246,197,68,.25);
    transition:width .18s ease;
}

#networkPercent{
    display:block;
    margin-top:9px;
    color:#666;
    font-size:10px;
    font-weight:800;
}

.network-check-screen.network-safe .network-core{
    border-color:rgba(98,211,139,.6);
    box-shadow:
        0 0 0 8px rgba(98,211,139,.05),
        0 0 48px rgba(98,211,139,.14);
}

.network-check-screen.network-safe .network-core span{
    color:var(--success);
}

.network-check-screen.network-safe .network-progress>div{
    background:var(--success);
}

.network-check-screen.network-error .network-core{
    border-color:rgba(255,98,98,.55);
}

.network-check-screen.network-error .network-core span{
    color:var(--danger);
}

.network-check-screen.network-error .network-progress>div{
    background:var(--danger);
}

@keyframes networkSpin{
    to{
        transform:rotate(360deg);
    }
}

@keyframes networkSpinReverse{
    to{
        transform:rotate(-360deg);
    }
}

@media(max-width:520px){
    .network-orbit{
        width:108px;
        height:108px;
        margin-bottom:23px;
    }

    .network-core{
        width:60px;
        height:60px;
    }

    .network-core span{
        font-size:28px;
    }
}

@media(prefers-reduced-motion:reduce){
    .ring-one,
    .ring-two{
        animation:none;
    }
}


/* ========================================================
   REALTIME NETWORK + PREMIUM WHEEL
======================================================== */

.realtime-network-banner{
    position:fixed;
    z-index:100000;
    top:18px;
    left:50%;
    transform:translate(-50%,-18px);
    max-width:calc(100vw - 28px);
    padding:10px 17px;
    border-radius:999px;
    font-size:12px;
    font-weight:900;
    letter-spacing:.03em;
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:
        opacity .25s ease,
        transform .25s ease,
        visibility .25s ease;
    backdrop-filter:blur(16px);
}

.realtime-network-banner.visible{
    opacity:1;
    visibility:visible;
    transform:translate(-50%,0);
}

.realtime-network-banner.offline{
    color:#fff;
    border:1px solid rgba(255,95,95,.4);
    background:rgba(145,28,28,.88);
    box-shadow:
        0 8px 30px rgba(0,0,0,.35),
        0 0 24px rgba(255,75,75,.12);
}

.realtime-network-banner.online{
    color:#dfffea;
    border:1px solid rgba(98,211,139,.4);
    background:rgba(25,105,62,.88);
    box-shadow:
        0 8px 30px rgba(0,0,0,.35),
        0 0 24px rgba(98,211,139,.12);
}

.wheel-ring{
    transition:
        filter .35s ease,
        transform .35s ease,
        box-shadow .35s ease;
}

.wheel-ring.is-spinning{
    filter:
        drop-shadow(
            0 0 16px rgba(246,197,68,.25)
        )
        drop-shadow(
            0 0 40px rgba(246,197,68,.14)
        );
}

.wheel-ring.is-spinning::after{
    animation:
        luckySpinGlow 1.05s ease-in-out infinite alternate;
}

.wheel-ring.is-winner{
    animation:
        luckyWinnerPulse .55s ease-in-out 2;
}

.wheel-pointer.pointer-kick,
.pointer.pointer-kick{
    animation:
        luckyPointerKick .11s ease-out;
    transform-origin:50% 20%;
}

@keyframes luckyPointerKick{
    0%{
        transform:rotate(0deg) scale(1);
    }

    45%{
        transform:rotate(-8deg) scale(1.08);
    }

    100%{
        transform:rotate(0deg) scale(1);
    }
}

@keyframes luckySpinGlow{
    from{
        box-shadow:
            0 0 18px rgba(246,197,68,.08);
    }

    to{
        box-shadow:
            0 0 42px rgba(246,197,68,.28);
    }
}

@keyframes luckyWinnerPulse{
    0%,
    100%{
        transform:scale(1);
        filter:
            drop-shadow(
                0 0 18px rgba(246,197,68,.15)
            );
    }

    50%{
        transform:scale(1.018);
        filter:
            drop-shadow(
                0 0 42px rgba(246,197,68,.48)
            );
    }
}

@media(max-width:520px){
    .realtime-network-banner{
        top:12px;
        font-size:11px;
        padding:9px 14px;
    }
}

@media(prefers-reduced-motion:reduce){
    .wheel-ring.is-spinning,
    .wheel-ring.is-winner,
    .wheel-pointer.pointer-kick,
    .pointer.pointer-kick{
        animation:none !important;
    }
}


/* ========================================================
   RECENT PUBLIC WINNERS
======================================================== */

.recent-winners-card{
    width:100%;
    margin-top:18px;
    padding:18px;
    border:1px solid rgba(246,197,68,.16);
    border-radius:20px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,.045),
            rgba(255,255,255,.015)
        );
    box-shadow:
        0 18px 50px rgba(0,0,0,.2);
    backdrop-filter:blur(15px);
}

.recent-winners-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}

.recent-winners-kicker{
    margin-bottom:4px;
    color:#f6c544;
    font-size:9px;
    font-weight:900;
    letter-spacing:.18em;
}

.recent-winners-head h2{
    margin:0;
    color:#fff;
    font-size:17px;
    line-height:1.2;
}

.recent-winners-live{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 9px;
    border:1px solid rgba(92,225,142,.2);
    border-radius:999px;
    background:rgba(45,156,89,.09);
    color:#7ceaa3;
    font-size:9px;
    font-weight:900;
    letter-spacing:.08em;
}

.recent-winners-live i{
    width:6px;
    height:6px;
    border-radius:50%;
    background:#5de18d;
    box-shadow:
        0 0 12px rgba(93,225,141,.8);
    animation:
        winnerLivePulse 1.4s ease-in-out infinite;
}

.recent-winners-list{
    overflow:hidden;
    border-radius:14px;
}

.recent-winner-row{
    display:grid;
    grid-template-columns:
        34px
        minmax(0,1fr)
        minmax(90px,auto);
    align-items:center;
    gap:10px;
    min-height:58px;
    padding:10px 4px;
    border-bottom:
        1px solid rgba(255,255,255,.055);
}

.recent-winner-row:last-child{
    border-bottom:0;
}

.winner-rank{
    display:flex;
    align-items:center;
    justify-content:center;
    width:30px;
    height:30px;
    border-radius:10px;
    background:
        rgba(255,255,255,.045);
    color:rgba(255,255,255,.65);
    font-size:12px;
    font-weight:900;
}

.winner-info{
    min-width:0;
    display:flex;
    flex-direction:column;
    gap:3px;
}

.winner-info strong{
    overflow:hidden;
    color:#fff;
    font-size:12px;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.winner-info span{
    color:rgba(255,255,255,.4);
    font-size:10px;
}

.winner-prize{
    min-width:0;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
    gap:2px;
    text-align:right;
}

.winner-prize span{
    color:rgba(246,197,68,.58);
    font-size:8px;
    font-weight:900;
    letter-spacing:.12em;
}

.winner-prize strong{
    max-width:160px;
    overflow:hidden;
    color:#f6c544;
    font-size:11px;
    font-weight:900;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.recent-winners-note{
    margin-top:10px;
    color:rgba(255,255,255,.28);
    font-size:9px;
    text-align:center;
}

.winner-loading,
.winner-empty{
    padding:20px 10px;
    color:rgba(255,255,255,.45);
    font-size:11px;
    text-align:center;
}

@keyframes winnerLivePulse{
    0%,
    100%{
        opacity:.45;
        transform:scale(.85);
    }

    50%{
        opacity:1;
        transform:scale(1.12);
    }
}

@media(max-width:520px){
    .recent-winners-card{
        margin-top:14px;
        padding:14px;
        border-radius:17px;
    }

    .recent-winner-row{
        grid-template-columns:
            30px
            minmax(0,1fr)
            minmax(82px,auto);
        gap:8px;
    }

    .winner-prize strong{
        max-width:112px;
        font-size:10px;
    }
}

@media(prefers-reduced-motion:reduce){
    .recent-winners-live i{
        animation:none;
    }
}


/* ======================================================
   MOBILE FORM-FIRST WHEEL POPUP
====================================================== */

.mobile-wheel-dialog{
    border:0;
    padding:0;
    background:transparent;
    color:#fff;
}

.mobile-wheel-dialog::backdrop{
    background:rgba(0,0,0,.88);
    backdrop-filter:blur(10px);
}

.mobile-wheel-modal{
    position:relative;
    width:min(620px,calc(100vw - 24px));
    max-height:94dvh;
    overflow:auto;
    padding:20px;
    border:1px solid rgba(246,197,68,.2);
    border-radius:24px;
    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(246,197,68,.09),
            transparent 38%
        ),
        #0d0d0d;
    box-shadow:
        0 30px 100px rgba(0,0,0,.8);
}

.mobile-wheel-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:16px;
    margin-bottom:12px;
}

.mobile-wheel-top h2{
    margin:0;
    font-size:23px;
    line-height:1.1;
}

.mobile-wheel-top .mini-tag{
    margin-bottom:7px;
}

.mobile-wheel-top>div>p:last-child{
    margin:7px 0 0;
    color:#8f8f8f;
    font-size:11px;
    overflow-wrap:anywhere;
}

.mobile-wheel-close{
    flex:0 0 auto;
    width:36px;
    height:36px;
    border:1px solid #292929;
    border-radius:50%;
    background:#171717;
    color:#aaa;
    font-size:22px;
    cursor:pointer;
}

.mobile-wheel-slot{
    width:100%;
}

.mobile-wheel-slot .wheel-panel{
    display:block;
    width:100%;
}

.mobile-spin-confirm{
    width:100%;
    min-height:62px;
    margin-top:12px;
    padding:11px 18px;
    display:grid;
    place-items:center;
    border:0;
    border-radius:14px;
    background:
        linear-gradient(
            135deg,
            var(--gold),
            var(--gold2)
        );
    color:#15100a;
    font-weight:950;
    cursor:pointer;
    box-shadow:
        0 15px 35px rgba(220,159,20,.18);
}

.mobile-spin-confirm small{
    margin-top:2px;
    font-size:9px;
    font-weight:800;
    opacity:.68;
}

.mobile-spin-confirm:disabled{
    opacity:.48;
    cursor:not-allowed;
    box-shadow:none;
}

@media(min-width:901px){
    .mobile-wheel-dialog{
        display:none;
    }
}

@media(max-width:900px){
    /*
     * Form-first:
     * wheel utama tidak mengambil ruang di halaman.
     */
    .spin-layout>.wheel-panel{
        display:none;
    }

    .spin-layout{
        display:block;
        padding:24px 0 36px;
    }

    .entry-card{
        order:initial;
    }

    .mobile-wheel-dialog{
        width:auto;
        max-width:none;
        max-height:none;
    }

    .mobile-wheel-modal{
        width:min(
            560px,
            calc(100vw - 18px)
        );
        max-height:94dvh;
        padding:17px 15px 16px;
        border-radius:21px;
    }

    .mobile-wheel-slot .wheel-stage{
        width:min(
            460px,
            calc(100vw - 48px)
        );
        margin:auto;
    }

    .mobile-wheel-slot .wheel-status{
        margin-top:8px;
        font-size:11px;
    }
}

@media(max-width:520px){
    .mobile-wheel-modal{
        width:calc(100vw - 12px);
        max-height:96dvh;
        padding:15px 12px;
        border-radius:18px;
    }

    .mobile-wheel-top{
        margin-bottom:6px;
    }

    .mobile-wheel-top h2{
        font-size:20px;
    }

    .mobile-wheel-slot .wheel-stage{
        width:min(
            390px,
            calc(100vw - 34px)
        );
    }

    .mobile-wheel-slot .wheel-center{
        width:76px;
        height:76px;
    }

    .mobile-wheel-slot .wheel-center img{
        width:50px;
        height:50px;
    }

    .mobile-wheel-slot .wheel-center strong{
        font-size:16px;
    }

    .mobile-spin-confirm{
        min-height:58px;
        margin-top:8px;
    }
}


/* =========================================================
   UG11PLAY MEMBER DESKTOP V12
   Desktop only - mobile flow untouched
========================================================= */

@media (min-width:901px){

    body{
        min-height:100vh;
        background:
            radial-gradient(
                circle at 18% 35%,
                rgba(246,197,68,.075),
                transparent 30%
            ),
            radial-gradient(
                circle at 82% 12%,
                rgba(246,197,68,.045),
                transparent 26%
            ),
            linear-gradient(
                180deg,
                #090909 0%,
                #050505 100%
            );
    }

    .member-shell{
        width:min(1280px,calc(100% - 64px));
    }


    /* =========================
       HEADER
    ========================= */

    .member-header{
        height:82px;
        border-bottom:
            1px solid rgba(255,255,255,.065);
    }

    .brand{
        gap:13px;
    }

    .brand img{
        width:48px;
        height:48px;
        border-radius:15px;
        border:
            1px solid rgba(246,197,68,.20);
        box-shadow:
            0 12px 35px rgba(0,0,0,.45),
            0 0 28px rgba(246,197,68,.07);
    }

    .brand strong{
        font-size:18px;
    }

    .event-pill{
        max-width:420px;
        padding:10px 16px;

        border:
            1px solid rgba(255,255,255,.09);

        background:
            rgba(17,17,17,.74);

        backdrop-filter:
            blur(12px);

        box-shadow:
            0 10px 30px rgba(0,0,0,.20);
    }


    /* =========================
       MAIN DESKTOP GRID
    ========================= */

    .spin-layout{
        flex:1;

        display:grid;

        grid-template-columns:
            minmax(540px,1fr)
            minmax(360px,410px);

        grid-template-areas:
            "wheel entry"
            "wheel winners";

        align-items:start;

        column-gap:34px;
        row-gap:18px;

        padding:
            34px 0
            42px;
    }


    /* =========================
       WHEEL PANEL
    ========================= */

    .spin-layout > .wheel-panel{
        grid-area:wheel;

        position:relative;

        min-height:100%;

        padding:
            28px 28px
            24px;

        overflow:hidden;

        border:
            1px solid rgba(255,255,255,.075);

        border-radius:26px;

        background:
            radial-gradient(
                circle at 50% 42%,
                rgba(246,197,68,.06),
                transparent 48%
            ),
            linear-gradient(
                180deg,
                rgba(19,19,19,.92),
                rgba(10,10,10,.94)
            );

        box-shadow:
            0 30px 80px rgba(0,0,0,.28);
    }

    .spin-layout > .wheel-panel::before{
        content:"LIVE EVENT  •  LUCKYSPIN";

        display:block;

        margin-bottom:4px;

        color:
            rgba(246,197,68,.82);

        font-size:9px;
        font-weight:900;
        letter-spacing:.18em;

        text-align:left;
    }

    .spin-layout > .wheel-panel::after{
        content:"";

        position:absolute;

        width:380px;
        height:380px;

        left:50%;
        top:48%;

        transform:
            translate(-50%,-50%);

        border-radius:50%;

        background:
            rgba(246,197,68,.045);

        filter:
            blur(80px);

        pointer-events:none;
    }

    .wheel-stage{
        z-index:1;

        width:min(
            535px,
            calc(100% - 18px)
        );

        margin:
            12px auto 0;
    }

    .wheel-ring{
        border-width:9px;

        box-shadow:
            inset 0 0 0 3px
                rgba(246,197,68,.72),

            0 0 0 8px #0b0b0b,

            0 26px 65px
                rgba(0,0,0,.48),

            0 0 55px
                rgba(246,197,68,.08);
    }

    .wheel-center{
        width:104px;
        height:104px;

        border-width:4px;

        box-shadow:
            0 14px 40px
                rgba(0,0,0,.58),

            0 0 30px
                rgba(246,197,68,.08);
    }

    .wheel-center img{
        width:66px;
        height:66px;
    }

    .wheel-status{
        position:relative;
        z-index:2;

        width:max-content;
        max-width:90%;

        min-height:auto;

        margin:
            14px auto 0;

        padding:
            8px 14px;

        border:
            1px solid rgba(255,255,255,.07);

        border-radius:999px;

        background:
            rgba(7,7,7,.65);

        color:#8f8f8f;

        font-size:11px;
    }


    /* =========================
       ENTRY CARD
    ========================= */

    .entry-card{
        grid-area:entry;

        width:100%;

        padding:
            26px 26px
            24px;

        border:
            1px solid rgba(255,255,255,.085);

        border-radius:22px;

        background:
            radial-gradient(
                circle at 100% 0%,
                rgba(246,197,68,.07),
                transparent 36%
            ),
            linear-gradient(
                180deg,
                rgba(21,21,21,.97),
                rgba(12,12,12,.98)
            );

        box-shadow:
            0 26px 65px
                rgba(0,0,0,.28);
    }

    .entry-head{
        margin-bottom:20px;
    }

    .entry-head h1{
        max-width:340px;

        font-size:30px;
        line-height:1.08;

        letter-spacing:-.035em;
    }

    .entry-head p{
        margin-top:8px;

        color:#858585;

        font-size:12px;
    }

    .mini-tag{
        font-size:9px;
        letter-spacing:.20em;
    }

    .entry-card form{
        gap:8px;
    }

    .entry-card label{
        margin-top:7px;

        color:#bdbdbd;

        font-size:11px;
    }

    .input-wrap{
        height:52px;

        border-color:
            rgba(255,255,255,.09);

        border-radius:12px;

        background:
            rgba(6,6,6,.72);
    }

    .input-wrap:hover{
        border-color:
            rgba(255,255,255,.14);
    }

    .input-wrap:focus-within{
        border-color:
            rgba(246,197,68,.52);

        box-shadow:
            0 0 0 3px
                rgba(246,197,68,.06);
    }

    .main-spin-button{
        min-height:58px;

        margin-top:12px;

        border-radius:12px;

        box-shadow:
            0 15px 35px
                rgba(220,159,20,.12);
    }

    .entry-foot{
        margin-top:17px;
        padding-top:15px;

        gap:9px;

        font-size:9px;
    }

    .entry-foot span{
        padding:
            8px 9px;

        border:
            1px solid rgba(255,255,255,.055);

        border-radius:9px;

        background:
            rgba(255,255,255,.018);
    }


    /* =========================
       RECENT WINNERS
    ========================= */

    .recent-winners-card{
        grid-area:winners;

        width:100%;

        margin:0 !important;

        padding:
            20px 20px
            16px;

        border:
            1px solid rgba(255,255,255,.075);

        border-radius:20px;

        background:
            linear-gradient(
                180deg,
                rgba(17,17,17,.92),
                rgba(10,10,10,.94)
            );

        box-shadow:
            0 22px 60px
                rgba(0,0,0,.22);
    }

    .recent-winners-head{
        margin-bottom:10px;
    }

    .recent-winners-list{
        max-height:240px;

        overflow:auto;

        padding-right:3px;
    }

    .recent-winners-list::-webkit-scrollbar{
        width:4px;
    }

    .recent-winners-list::-webkit-scrollbar-thumb{
        border-radius:999px;
        background:#363636;
    }

    .recent-winners-note{
        margin-top:10px;

        font-size:9px;
        opacity:.55;
    }


    /* =========================
       FOOTER
    ========================= */

    footer{
        padding:
            18px 0
            22px;

        color:#505050;

        font-size:10px;
    }
}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width:1280px){

    .spin-layout{
        grid-template-columns:
            minmax(600px,1fr)
            420px;

        column-gap:42px;
    }

    .wheel-stage{
        width:min(
            555px,
            calc(100% - 10px)
        );
    }
}


/* =========================================================
   SHORT DESKTOP / LAPTOP
========================================================= */

@media
(min-width:901px)
and (max-height:820px){

    .member-header{
        height:72px;
    }

    .spin-layout{
        padding:
            22px 0
            28px;
    }

    .spin-layout > .wheel-panel{
        padding:
            21px 24px
            18px;
    }

    .wheel-stage{
        width:min(
            485px,
            calc(100% - 30px)
        );
    }

    .entry-card{
        padding:
            22px 23px
            20px;
    }

    .entry-head{
        margin-bottom:15px;
    }

    .entry-head h1{
        font-size:27px;
    }

    .recent-winners-list{
        max-height:190px;
    }
}



/* =========================================================
   MEMBER AMBIENT BACKGROUND V13
========================================================= */

@media (min-width:901px){

    body{
        position:relative;
        overflow-x:hidden;
    }

    body::before{
        content:"";
        position:fixed;
        z-index:-2;
        inset:0;
        pointer-events:none;
        background:
            linear-gradient(
                rgba(255,255,255,.018) 1px,
                transparent 1px
            ),
            linear-gradient(
                90deg,
                rgba(255,255,255,.018) 1px,
                transparent 1px
            );
        background-size:44px 44px;
        mask-image:
            linear-gradient(
                to bottom,
                rgba(0,0,0,.65),
                transparent 88%
            );
    }

    body::after{
        content:"";
        position:fixed;
        z-index:-1;
        width:700px;
        height:700px;
        right:-260px;
        top:120px;
        border-radius:50%;
        pointer-events:none;
        background:
            radial-gradient(
                circle,
                rgba(246,197,68,.085),
                rgba(246,197,68,.025) 38%,
                transparent 70%
            );
        filter:blur(18px);
    }

    .member-shell{
        position:relative;
    }

    .member-shell::before{
        content:"";
        position:absolute;
        z-index:-1;
        width:520px;
        height:520px;
        left:-260px;
        bottom:40px;
        border-radius:50%;
        background:
            radial-gradient(
                circle,
                rgba(246,197,68,.055),
                transparent 70%
            );
        filter:blur(18px);
        pointer-events:none;
    }


    /* INFO STRIP */

    .member-info-strip{
        display:grid;
        grid-template-columns:
            repeat(3,minmax(0,1fr));
        gap:12px;
        margin-top:24px;
    }

    .member-info-strip>div{
        display:flex;
        align-items:center;
        gap:12px;
        padding:12px 15px;

        border:
            1px solid rgba(255,255,255,.06);

        border-radius:14px;

        background:
            linear-gradient(
                180deg,
                rgba(18,18,18,.72),
                rgba(10,10,10,.72)
            );

        box-shadow:
            0 12px 35px
            rgba(0,0,0,.16);

        backdrop-filter:
            blur(10px);
    }

    .info-icon{
        width:36px;
        height:36px;

        flex:0 0 auto;

        display:grid;
        place-items:center;

        border:
            1px solid
            rgba(246,197,68,.18);

        border-radius:11px;

        background:
            rgba(246,197,68,.055);

        font-size:16px;
    }

    .member-info-strip p{
        min-width:0;
        margin:0;
    }

    .member-info-strip strong{
        display:block;
        margin-bottom:2px;

        color:#e7e7e7;

        font-size:11px;
        font-weight:850;
    }

    .member-info-strip small{
        display:block;

        overflow:hidden;

        color:#6f6f6f;

        font-size:9px;

        text-overflow:ellipsis;
        white-space:nowrap;
    }


    /* DECORATIVE LINES */

    .spin-layout::before{
        content:"";

        position:absolute;

        left:50%;
        top:0;

        width:70%;
        height:1px;

        transform:
            translateX(-50%);

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(246,197,68,.16),
                transparent
            );
    }

    .spin-layout{
        position:relative;
    }


    /* MORE DEPTH FOR CARDS */

    .entry-card,
    .recent-winners-card,
    .spin-layout>.wheel-panel{
        backdrop-filter:
            blur(12px);
    }

    .entry-card::before{
        content:"";

        position:absolute;

        left:18px;
        right:18px;
        top:0;

        height:1px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(246,197,68,.38),
                transparent
            );
    }

    .entry-card{
        position:relative;
        overflow:hidden;
    }

    .recent-winners-card{
        position:relative;
        overflow:hidden;
    }

    .recent-winners-card::after{
        content:"";

        position:absolute;

        width:180px;
        height:180px;

        right:-100px;
        bottom:-120px;

        border-radius:50%;

        background:
            rgba(246,197,68,.045);

        filter:blur(30px);

        pointer-events:none;
    }
}

@media(max-width:900px){
    .member-info-strip{
        display:none;
    }
}



/* =========================================================
   UG11PLAY MOBILE POLISH V14
========================================================= */

@media (max-width:900px){

    body{
        min-height:100vh;

        background:
            radial-gradient(
                circle at 50% -10%,
                rgba(246,197,68,.11),
                transparent 34%
            ),
            radial-gradient(
                circle at 100% 65%,
                rgba(246,197,68,.045),
                transparent 32%
            ),
            linear-gradient(
                180deg,
                #090909 0%,
                #050505 100%
            );
    }

    body::before{
        content:"";
        position:fixed;
        z-index:-2;
        inset:0;
        pointer-events:none;

        background:
            linear-gradient(
                rgba(255,255,255,.014) 1px,
                transparent 1px
            ),
            linear-gradient(
                90deg,
                rgba(255,255,255,.014) 1px,
                transparent 1px
            );

        background-size:32px 32px;

        mask-image:
            linear-gradient(
                to bottom,
                rgba(0,0,0,.55),
                transparent 86%
            );
    }

    .member-shell{
        width:min(100% - 20px,680px);
    }


    /* =========================
       HEADER
    ========================= */

    .member-header{
        height:auto;

        min-height:68px;

        padding:10px 0;

        gap:10px;

        border-bottom:
            1px solid rgba(255,255,255,.055);
    }

    .brand{
        gap:9px;
    }

    .brand img{
        width:38px;
        height:38px;

        border-radius:11px;

        border:
            1px solid rgba(246,197,68,.15);

        box-shadow:
            0 8px 24px rgba(0,0,0,.35);
    }

    .brand strong{
        font-size:14px;
    }

    .brand span{
        font-size:8px;
        letter-spacing:.17em;
    }

    .event-pill{
        max-width:145px;

        padding:7px 9px;

        gap:7px;

        border:
            1px solid rgba(255,255,255,.075);

        background:
            rgba(15,15,15,.78);

        font-size:9px;
    }

    .event-pill span{
        width:7px;
        height:7px;
    }


    /* =========================
       MAIN
    ========================= */

    .spin-layout{
        position:relative;

        display:flex;
        flex-direction:column;

        gap:15px;

        padding:
            18px 0
            28px;
    }

    .spin-layout::before{
        content:"";

        position:absolute;

        left:12%;
        right:12%;
        top:0;

        height:1px;

        background:
            linear-gradient(
                90deg,
                transparent,
                rgba(246,197,68,.13),
                transparent
            );
    }


    /* =========================
       ENTRY CARD
    ========================= */

    .entry-card{
        order:-1;

        width:100%;

        margin:0;

        padding:
            22px 18px
            18px;

        overflow:hidden;

        border:
            1px solid rgba(255,255,255,.075);

        border-radius:20px;

        background:
            radial-gradient(
                circle at 100% 0%,
                rgba(246,197,68,.075),
                transparent 34%
            ),
            linear-gradient(
                180deg,
                rgba(20,20,20,.96),
                rgba(10,10,10,.97)
            );

        box-shadow:
            0 18px 50px rgba(0,0,0,.28);
    }

    .entry-head{
        margin-bottom:18px;
    }

    .entry-head .mini-tag{
        margin-bottom:7px;

        font-size:8px;
        letter-spacing:.18em;
    }

    .entry-head h1{
        margin:0;

        font-size:26px;
        line-height:1.08;

        letter-spacing:-.035em;
    }

    .entry-head p{
        margin-top:7px;

        color:#828282;

        font-size:12px;
    }

    .entry-card form{
        gap:7px;
    }

    .entry-card label{
        margin-top:7px;

        font-size:11px;

        color:#bcbcbc;
    }

    .input-wrap{
        height:50px;

        padding:
            0 13px;

        gap:9px;

        border:
            1px solid rgba(255,255,255,.09);

        border-radius:12px;

        background:
            rgba(5,5,5,.78);
    }

    .input-wrap:focus-within{
        border-color:
            rgba(246,197,68,.52);

        box-shadow:
            0 0 0 3px
            rgba(246,197,68,.055);
    }

    .input-wrap>span{
        font-size:14px;
    }

    .input-wrap input{
        font-size:13px;
    }

    .main-spin-button{
        min-height:56px;

        margin-top:11px;

        padding:
            10px 14px;

        border-radius:12px;
    }

    .main-spin-button span{
        font-size:13px;
        letter-spacing:.015em;
    }

    .main-spin-button small{
        font-size:8px;
    }

    .form-message{
        min-height:17px;

        margin-top:2px;

        font-size:10px;
    }

    .entry-foot{
        display:grid;

        grid-template-columns:
            repeat(2,minmax(0,1fr));

        gap:7px;

        margin-top:14px;

        padding-top:13px;
    }

    .entry-foot span{
        min-width:0;

        padding:
            8px 7px;

        border:
            1px solid rgba(255,255,255,.05);

        border-radius:9px;

        background:
            rgba(255,255,255,.016);

        color:#747474;

        font-size:9px;

        text-align:center;
    }


    /* =========================
       HIDE DESKTOP WHEEL AREA
       mobile wheel stays in dialog
    ========================= */

    .spin-layout > .wheel-panel{
        display:none;
    }


    /* =========================
       RECENT WINNERS
    ========================= */

    .recent-winners-card{
        width:100%;

        margin:0 !important;

        padding:
            17px 15px
            13px;

        border:
            1px solid rgba(255,255,255,.07);

        border-radius:18px;

        background:
            linear-gradient(
                180deg,
                rgba(17,17,17,.92),
                rgba(9,9,9,.96)
            );

        box-shadow:
            0 14px 40px rgba(0,0,0,.20);
    }

    .recent-winners-head{
        gap:10px;

        margin-bottom:9px;
    }

    .recent-winners-kicker{
        font-size:8px;
        letter-spacing:.14em;
    }

    .recent-winners-head h3{
        font-size:15px;
    }

    .recent-winners-live{
        padding:
            5px 7px;

        font-size:7px;
    }

    .recent-winners-list{
        max-height:220px;

        overflow-y:auto;

        -webkit-overflow-scrolling:touch;
    }

    .recent-winners-list::-webkit-scrollbar{
        width:3px;
    }

    .recent-winners-list::-webkit-scrollbar-thumb{
        border-radius:999px;
        background:#333;
    }

    .recent-winners-note{
        margin-top:8px;

        color:#666;

        font-size:8px;
        line-height:1.5;
    }


    /* =========================
       MOBILE WHEEL DIALOG
    ========================= */

    .mobile-wheel-dialog{
        width:100%;
        max-width:none;

        margin:auto;

        padding:0;

        border:0;

        background:transparent;
    }

    .mobile-wheel-dialog::backdrop{
        background:
            rgba(0,0,0,.86);

        backdrop-filter:
            blur(9px);
    }

    .mobile-wheel-modal{
        width:
            min(
                calc(100vw - 18px),
                520px
            );

        max-height:
            calc(100dvh - 18px);

        margin:auto;

        padding:
            18px 15px
            15px;

        overflow-y:auto;

        border:
            1px solid rgba(246,197,68,.16);

        border-radius:22px;

        background:
            radial-gradient(
                circle at 50% 0%,
                rgba(246,197,68,.08),
                transparent 34%
            ),
            linear-gradient(
                180deg,
                #151515,
                #090909
            );

        box-shadow:
            0 30px 90px rgba(0,0,0,.65);
    }

    .mobile-wheel-top{
        display:flex;

        align-items:flex-start;
        justify-content:space-between;

        gap:12px;

        margin-bottom:12px;
    }

    .mobile-wheel-top .mini-tag{
        margin-bottom:5px;

        font-size:8px;
    }

    .mobile-wheel-top h2{
        margin:0;

        font-size:21px;
        line-height:1.1;
    }

    .mobile-wheel-top p:not(.mini-tag){
        margin:
            6px 0 0;

        color:#858585;

        font-size:10px;
    }

    .mobile-wheel-close{
        width:34px;
        height:34px;

        flex:0 0 auto;

        border:0;

        border-radius:50%;

        background:
            #222;

        color:#aaa;

        font-size:20px;
    }

    .mobile-wheel-slot{
        width:100%;

        padding:
            8px 0
            5px;

        overflow:hidden;
    }

    .mobile-wheel-slot .wheel-panel{
        display:block;

        width:100%;

        padding:0;

        border:0;

        background:transparent;

        box-shadow:none;
    }

    .mobile-wheel-slot .wheel-stage{
        width:
            min(
                88vw,
                410px
            );

        margin:auto;
    }

    .mobile-wheel-slot .wheel-status{
        margin-top:8px;

        font-size:10px;
    }

    .mobile-spin-confirm{
        width:100%;

        min-height:56px;

        margin-top:8px;

        padding:
            10px 14px;

        border:0;

        border-radius:13px;

        background:
            linear-gradient(
                135deg,
                var(--gold),
                var(--gold2)
            );

        color:#171108;

        font-weight:950;

        box-shadow:
            0 15px 35px
            rgba(220,159,20,.14);
    }

    .mobile-spin-confirm span{
        display:block;

        font-size:13px;
    }

    .mobile-spin-confirm small{
        display:block;

        margin-top:2px;

        font-size:8px;

        opacity:.66;
    }


    /* =========================
       RESULT / WELCOME
    ========================= */

    .welcome-modal,
    .result-modal{
        width:
            min(
                calc(100vw - 20px),
                430px
            );

        border-radius:21px;
    }

    .result-modal{
        padding:
            32px 20px
            22px;
    }

    .result-icon{
        font-size:46px;
    }

    .result-modal h2{
        font-size:26px;
    }

    .result-prize{
        padding:15px;

        font-size:21px;
    }


    /* =========================
       FOOTER
    ========================= */

    footer{
        padding:
            13px 0
            18px;

        border-top:
            1px solid rgba(255,255,255,.045);

        color:#505050;

        font-size:9px;
    }
}


/* =========================================================
   EXTRA SMALL MOBILE
========================================================= */

@media (max-width:390px){

    .member-shell{
        width:
            calc(100% - 14px);
    }

    .entry-card{
        padding:
            19px 14px
            15px;
    }

    .entry-head h1{
        font-size:23px;
    }

    .event-pill{
        max-width:125px;
    }

    .entry-foot{
        grid-template-columns:1fr;
    }

    .mobile-wheel-modal{
        width:
            calc(100vw - 10px);

        padding:
            16px 11px
            12px;
    }

    .mobile-wheel-slot .wheel-stage{
        width:
            min(
                91vw,
                370px
            );
    }
}



/* =========================================================
   UG11PLAY AMBIENT PARTICLES V15
========================================================= */

.member-particles{
    position:fixed;
    z-index:0;
    inset:0;
    overflow:hidden;
    pointer-events:none;
}

.member-shell{
    position:relative;
    z-index:1;
}

.member-particles i{
    position:absolute;

    left:var(--x);
    top:var(--y);

    width:var(--s);
    height:var(--s);

    border-radius:50%;

    background:
        rgba(246,197,68,.82);

    box-shadow:
        0 0 6px rgba(246,197,68,.48),
        0 0 14px rgba(246,197,68,.16);

    opacity:.22;

    animation:
        memberParticleFloat
        var(--t)
        ease-in-out
        var(--d)
        infinite alternate;

    will-change:
        transform,
        opacity;
}

.member-particles i:nth-child(3n){
    opacity:.34;
}

.member-particles i:nth-child(4n){
    background:
        rgba(255,238,179,.72);

    box-shadow:
        0 0 7px rgba(255,221,121,.34);
}

@keyframes memberParticleFloat{

    0%{
        transform:
            translate3d(0,18px,0)
            scale(.75);

        opacity:.08;
    }

    30%{
        opacity:.35;
    }

    65%{
        transform:
            translate3d(16px,-30px,0)
            scale(1);
    }

    100%{
        transform:
            translate3d(-12px,-68px,0)
            scale(.72);

        opacity:.10;
    }
}


/* Desktop: sedikit lebih terlihat */

@media(min-width:901px){

    .member-particles i{
        opacity:.28;
    }

    .member-particles i:nth-child(3n){
        opacity:.42;
    }
}


/* Mobile: lebih subtle biar tidak ganggu form */

@media(max-width:900px){

    .member-particles i{
        opacity:.16;

        animation-duration:
            calc(var(--t) * 1.15);
    }

    .member-particles i:nth-child(n+12){
        display:none;
    }
}


/* HP kecil: kurangi lagi particle */

@media(max-width:390px){

    .member-particles i:nth-child(n+9){
        display:none;
    }
}


/* Accessibility */

@media(prefers-reduced-motion:reduce){

    .member-particles i{
        animation:none;
    }
}


/* WHEEL CENTER LOGO V16 */
.wheel-center img{
    width:82%;
    height:82%;
    opacity:1;
    border-radius:50%;
    object-fit:cover;
}

.wheel-center strong{
    display:none !important;
}


/* =========================================================
   CURSOR REACTIVE BACKGROUND V17
========================================================= */

.cursor-scene{
    position:fixed;
    z-index:0;
    inset:0;
    overflow:hidden;
    pointer-events:none;
}

.cursor-orb,
.cursor-ring{
    position:absolute;
    pointer-events:none;
    will-change:transform;
}

.cursor-orb{
    border-radius:50%;
    filter:blur(55px);
    transition:transform .18s ease-out;
}

.cursor-orb-a{
    width:420px;
    height:420px;

    left:-120px;
    top:12%;

    background:
        radial-gradient(
            circle,
            rgba(246,197,68,.15),
            rgba(246,197,68,.04) 46%,
            transparent 72%
        );
}

.cursor-orb-b{
    width:560px;
    height:560px;

    right:-220px;
    top:20%;

    background:
        radial-gradient(
            circle,
            rgba(246,197,68,.10),
            rgba(246,197,68,.025) 48%,
            transparent 72%
        );
}

.cursor-orb-c{
    width:340px;
    height:340px;

    left:40%;
    bottom:-170px;

    background:
        radial-gradient(
            circle,
            rgba(255,221,121,.09),
            rgba(246,197,68,.02) 48%,
            transparent 72%
        );
}

.cursor-ring{
    width:180px;
    height:180px;

    left:50%;
    top:50%;

    margin:
        -90px 0 0 -90px;

    border:
        1px solid rgba(246,197,68,.06);

    border-radius:50%;

    box-shadow:
        0 0 45px rgba(246,197,68,.025);

    transition:
        transform .12s ease-out;
}

.member-shell{
    position:relative;
    z-index:2;
}

.member-particles{
    z-index:1;
}


/* DESKTOP */

@media(min-width:901px){

    .cursor-orb-a{
        opacity:.9;
    }

    .cursor-orb-b{
        opacity:.75;
    }

    .cursor-orb-c{
        opacity:.7;
    }

}


/* MOBILE */

@media(max-width:900px){

    .cursor-orb{
        filter:blur(42px);
    }

    .cursor-orb-a{
        width:260px;
        height:260px;

        left:-110px;
        top:8%;

        opacity:.65;
    }

    .cursor-orb-b{
        width:320px;
        height:320px;

        right:-150px;
        top:46%;

        opacity:.45;
    }

    .cursor-orb-c{
        width:240px;
        height:240px;

        left:34%;
        bottom:-120px;

        opacity:.4;
    }

    .cursor-ring{
        width:130px;
        height:130px;

        margin:
            -65px 0 0 -65px;

        opacity:.55;
    }
}


@media(prefers-reduced-motion:reduce){

    .cursor-orb,
    .cursor-ring{
        transition:none;
        transform:none !important;
    }
}



/* =========================================================
   CURSOR REACTIVE BACKGROUND V17
========================================================= */

.cursor-scene{
    position:fixed;
    z-index:0;
    inset:0;
    overflow:hidden;
    pointer-events:none;
}

.cursor-orb,
.cursor-ring{
    position:absolute;
    pointer-events:none;
    will-change:transform;
}

.cursor-orb{
    border-radius:50%;
    filter:blur(55px);
    transition:transform .18s ease-out;
}

.cursor-orb-a{
    width:420px;
    height:420px;

    left:-120px;
    top:12%;

    background:
        radial-gradient(
            circle,
            rgba(246,197,68,.15),
            rgba(246,197,68,.04) 46%,
            transparent 72%
        );
}

.cursor-orb-b{
    width:560px;
    height:560px;

    right:-220px;
    top:20%;

    background:
        radial-gradient(
            circle,
            rgba(246,197,68,.10),
            rgba(246,197,68,.025) 48%,
            transparent 72%
        );
}

.cursor-orb-c{
    width:340px;
    height:340px;

    left:40%;
    bottom:-170px;

    background:
        radial-gradient(
            circle,
            rgba(255,221,121,.09),
            rgba(246,197,68,.02) 48%,
            transparent 72%
        );
}

.cursor-ring{
    width:180px;
    height:180px;

    left:50%;
    top:50%;

    margin:
        -90px 0 0 -90px;

    border:
        1px solid rgba(246,197,68,.06);

    border-radius:50%;

    box-shadow:
        0 0 45px rgba(246,197,68,.025);

    transition:
        transform .12s ease-out;
}

.member-shell{
    position:relative;
    z-index:2;
}

.member-particles{
    z-index:1;
}


/* DESKTOP */

@media(min-width:901px){

    .cursor-orb-a{
        opacity:.9;
    }

    .cursor-orb-b{
        opacity:.75;
    }

    .cursor-orb-c{
        opacity:.7;
    }

}


/* MOBILE */

@media(max-width:900px){

    .cursor-orb{
        filter:blur(42px);
    }

    .cursor-orb-a{
        width:260px;
        height:260px;

        left:-110px;
        top:8%;

        opacity:.65;
    }

    .cursor-orb-b{
        width:320px;
        height:320px;

        right:-150px;
        top:46%;

        opacity:.45;
    }

    .cursor-orb-c{
        width:240px;
        height:240px;

        left:34%;
        bottom:-120px;

        opacity:.4;
    }

    .cursor-ring{
        width:130px;
        height:130px;

        margin:
            -65px 0 0 -65px;

        opacity:.55;
    }
}


@media(prefers-reduced-motion:reduce){

    .cursor-orb,
    .cursor-ring{
        transition:none;
        transform:none !important;
    }
}


/* ========================================================
   UG11 CRYSTAL GOLD WHEEL POINTER
======================================================== */

.wheel-pointer{
    position:absolute !important;
    z-index:8 !important;
    left:50% !important;
    top:-7px !important;

    width:46px !important;
    height:58px !important;

    transform:
        translateX(-50%) !important;

    border:0 !important;

    background:
        linear-gradient(
            145deg,
            #fff1a8 0%,
            #f6c544 34%,
            #d99b13 68%,
            #8f5e05 100%
        ) !important;

    clip-path:
        polygon(
            50% 100%,
            6% 18%,
            28% 20%,
            38% 0,
            62% 0,
            72% 20%,
            94% 18%
        );

    filter:
        drop-shadow(0 5px 7px rgba(0,0,0,.72))
        drop-shadow(0 0 8px rgba(246,197,68,.28));

    transform-origin:
        50% 18% !important;

    animation:
        pointerCrystalGlow 1.8s ease-in-out infinite;
}

/* dark inner detail */
.wheel-pointer::before{
    content:"";
    position:absolute;

    left:50%;
    top:7px;

    width:20px;
    height:36px;

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            180deg,
            rgba(20,15,6,.15),
            rgba(20,15,6,.55)
        );

    clip-path:
        polygon(
            50% 100%,
            15% 20%,
            36% 0,
            64% 0,
            85% 20%
        );

    opacity:.72;
}

/* crystal highlight */
.wheel-pointer::after{
    content:"";
    position:absolute;

    left:50%;
    top:7px;

    width:8px;
    height:30px;

    transform:
        translateX(-50%);

    background:
        linear-gradient(
            180deg,
            rgba(255,255,255,.95),
            rgba(255,255,255,.12)
        );

    clip-path:
        polygon(
            50% 100%,
            0 0,
            100% 0
        );

    opacity:.72;
}

@keyframes pointerCrystalGlow{
    0%,100%{
        filter:
            drop-shadow(0 5px 7px rgba(0,0,0,.72))
            drop-shadow(0 0 6px rgba(246,197,68,.22));
    }

    50%{
        filter:
            drop-shadow(0 5px 7px rgba(0,0,0,.72))
            drop-shadow(0 0 14px rgba(246,197,68,.52));
    }
}

/* tetap support animasi tick saat wheel berputar */
.wheel-pointer.pointer-kick{
    animation:
        luckyPointerKick .11s ease-out !important;

    transform-origin:
        50% 18% !important;
}

@media(max-width:520px){
    .wheel-pointer{
        top:-4px !important;

        width:36px !important;
        height:46px !important;
    }

    .wheel-pointer::before{
        width:16px;
        height:29px;
    }

    .wheel-pointer::after{
        width:6px;
        height:24px;
    }
}

@media(prefers-reduced-motion:reduce){
    .wheel-pointer{
        animation:none !important;
    }
}

/* ========================================================
   UG11 CROWN POINTER — PREMIUM
======================================================== */

.wheel-pointer{
    position:absolute !important;
    z-index:12 !important;

    left:50% !important;
    top:-24px !important;

    width:66px !important;
    height:82px !important;

    transform:translateX(-50%) !important;
    transform-origin:50% 26% !important;

    border:0 !important;

    background:
        linear-gradient(
            145deg,
            #fff6bd 0%,
            #ffd95a 20%,
            #f6c544 48%,
            #d99b13 72%,
            #8e5c05 100%
        ) !important;

    clip-path:
        polygon(
            50% 100%,
            31% 53%,
            8% 45%,
            19% 28%,
            31% 38%,
            39% 11%,
            50% 29%,
            61% 11%,
            69% 38%,
            81% 28%,
            92% 45%,
            69% 53%
        );

    filter:
        drop-shadow(0 8px 10px rgba(0,0,0,.72))
        drop-shadow(0 0 8px rgba(246,197,68,.35))
        drop-shadow(0 0 22px rgba(246,197,68,.15));

    animation:
        ugCrownPointerFloat 2.2s ease-in-out infinite;
}

/* inner dark crystal */
.wheel-pointer::before{
    content:"UG11";

    position:absolute;
    left:50%;
    top:22px;

    width:36px;
    height:36px;

    transform:
        translateX(-50%)
        rotate(45deg);

    display:grid;
    place-items:center;

    border:
        2px solid rgba(255,231,126,.88);

    border-radius:7px;

    background:
        linear-gradient(
            145deg,
            #19150b,
            #080704
        );

    color:#f6c544;

    font-size:8px;
    font-weight:950;
    letter-spacing:.02em;

    box-shadow:
        inset 0 0 0 2px rgba(246,197,68,.10),
        0 0 14px rgba(246,197,68,.28);
}

/* put text back upright */
.wheel-pointer::after{
    content:"◆";

    position:absolute;

    left:50%;
    top:30px;

    transform:
        translateX(-50%);

    color:#fff2a6;

    font-size:9px;

    text-shadow:
        0 0 8px rgba(255,238,151,.8);

    opacity:.95;
}

@keyframes ugCrownPointerFloat{
    0%,100%{
        transform:
            translateX(-50%)
            translateY(0)
            scale(1);

        filter:
            drop-shadow(0 8px 10px rgba(0,0,0,.72))
            drop-shadow(0 0 8px rgba(246,197,68,.32))
            drop-shadow(0 0 18px rgba(246,197,68,.14));
    }

    50%{
        transform:
            translateX(-50%)
            translateY(-3px)
            scale(1.025);

        filter:
            drop-shadow(0 8px 10px rgba(0,0,0,.72))
            drop-shadow(0 0 15px rgba(246,197,68,.55))
            drop-shadow(0 0 30px rgba(246,197,68,.20));
    }
}

/* pointer kick saat sector lewat */
.wheel-pointer.pointer-kick{
    animation:
        ugCrownPointerKick .12s ease-out !important;
}

@keyframes ugCrownPointerKick{
    0%{
        transform:
            translateX(-50%)
            rotate(0deg)
            scale(1);
    }

    45%{
        transform:
            translateX(-50%)
            rotate(-9deg)
            scale(1.09);
    }

    100%{
        transform:
            translateX(-50%)
            rotate(0deg)
            scale(1);
    }
}

/* glow ring kecil di bawah crown */
.wheel-stage::before{
    content:"";

    position:absolute;
    z-index:7;

    left:50%;
    top:12px;

    width:74px;
    height:32px;

    transform:translateX(-50%);

    border-radius:50%;

    background:
        radial-gradient(
            ellipse,
            rgba(246,197,68,.28),
            rgba(246,197,68,.08) 48%,
            transparent 72%
        );

    filter:blur(4px);

    pointer-events:none;

    animation:
        ugPointerAura 2s ease-in-out infinite;
}

@keyframes ugPointerAura{
    0%,100%{
        opacity:.55;
        transform:
            translateX(-50%)
            scale(.92);
    }

    50%{
        opacity:1;
        transform:
            translateX(-50%)
            scale(1.12);
    }
}

@media(max-width:520px){
    .wheel-pointer{
        top:-17px !important;

        width:52px !important;
        height:66px !important;
    }

    .wheel-pointer::before{
        top:18px;

        width:29px;
        height:29px;

        font-size:6px;
    }

    .wheel-pointer::after{
        top:24px;
        font-size:7px;
    }

    .wheel-stage::before{
        top:10px;
        width:60px;
        height:26px;
    }
}

@media(prefers-reduced-motion:reduce){
    .wheel-pointer,
    .wheel-stage::before{
        animation:none !important;
    }
}

/* ========================================================
   UG11 MECHANICAL GOLD POINTER + LED
======================================================== */

.wheel-pointer{
    position:absolute !important;
    z-index:14 !important;

    left:50% !important;
    top:-28px !important;

    width:74px !important;
    height:92px !important;

    transform:translateX(-50%) !important;
    transform-origin:50% 28% !important;

    border:0 !important;
    background:transparent !important;

    filter:
        drop-shadow(0 8px 12px rgba(0,0,0,.72))
        drop-shadow(0 0 12px rgba(246,197,68,.30));

    animation:
        ugMechanicalIdle 2.2s ease-in-out infinite;
}

/* MAIN METAL BODY */
.wheel-pointer::before{
    content:"";

    position:absolute;

    left:50%;
    top:0;

    width:56px;
    height:78px;

    transform:translateX(-50%);

    clip-path:
        polygon(
            50% 100%,
            15% 48%,
            19% 22%,
            32% 8%,
            68% 8%,
            81% 22%,
            85% 48%
        );

    background:
        linear-gradient(
            135deg,
            #fff3ad 0%,
            #f6c544 20%,
            #b87508 48%,
            #f0bf39 68%,
            #704504 100%
        );

    box-shadow:
        inset 0 0 0 2px rgba(255,255,255,.10);
}

/* LED / CENTER CORE */
.wheel-pointer::after{
    content:"";

    position:absolute;

    left:50%;
    top:24px;

    width:18px;
    height:18px;

    transform:translateX(-50%);

    border-radius:50%;

    border:
        3px solid #281b08;

    background:
        radial-gradient(
            circle at 35% 30%,
            #fff 0 8%,
            #ff9b9b 10%,
            #ff3636 35%,
            #a10000 70%,
            #420000 100%
        );

    box-shadow:
        0 0 0 3px rgba(246,197,68,.25),
        0 0 10px rgba(255,60,60,.75),
        0 0 24px rgba(255,40,40,.28);

    animation:
        ugPointerLed 1.25s ease-in-out infinite;
}

/* MECHANICAL TOP PLATE */
.wheel-stage::before{
    content:"";

    position:absolute;

    z-index:10;

    left:50%;
    top:-8px;

    width:86px;
    height:38px;

    transform:translateX(-50%);

    border:
        2px solid rgba(246,197,68,.45);

    border-radius:
        16px 16px 12px 12px;

    background:
        linear-gradient(
            180deg,
            #29240f,
            #100e08
        );

    box-shadow:
        inset 0 1px 0 rgba(255,255,255,.08),
        0 8px 18px rgba(0,0,0,.55),
        0 0 18px rgba(246,197,68,.12);

    pointer-events:none;
}

/* screw kiri + kanan */
.wheel-stage::after{
    content:"•       •";

    position:absolute;

    z-index:11;

    left:50%;
    top:0;

    width:70px;

    transform:translateX(-50%);

    color:#d99b13;

    font-size:18px;
    font-weight:900;
    letter-spacing:12px;
    text-align:center;

    text-shadow:
        0 1px 0 #000,
        0 0 5px rgba(246,197,68,.25);

    pointer-events:none;
}

@keyframes ugMechanicalIdle{
    0%,100%{
        transform:
            translateX(-50%)
            translateY(0);

        filter:
            drop-shadow(0 8px 12px rgba(0,0,0,.72))
            drop-shadow(0 0 8px rgba(246,197,68,.24));
    }

    50%{
        transform:
            translateX(-50%)
            translateY(-2px);

        filter:
            drop-shadow(0 8px 12px rgba(0,0,0,.72))
            drop-shadow(0 0 16px rgba(246,197,68,.48));
    }
}

@keyframes ugPointerLed{
    0%,100%{
        opacity:.72;

        box-shadow:
            0 0 0 3px rgba(246,197,68,.18),
            0 0 8px rgba(255,60,60,.5),
            0 0 18px rgba(255,40,40,.20);
    }

    50%{
        opacity:1;

        box-shadow:
            0 0 0 3px rgba(246,197,68,.35),
            0 0 14px rgba(255,70,70,.9),
            0 0 30px rgba(255,40,40,.38);
    }
}

/* Tick/kick animation */
.wheel-pointer.pointer-kick{
    animation:
        ugMechanicalKick .12s ease-out !important;
}

@keyframes ugMechanicalKick{
    0%{
        transform:
            translateX(-50%)
            rotate(0deg)
            scale(1);
    }

    45%{
        transform:
            translateX(-50%)
            rotate(-10deg)
            scale(1.075);
    }

    100%{
        transform:
            translateX(-50%)
            rotate(0deg)
            scale(1);
    }
}

/* spinning mode -> LED lebih aktif */
.wheel-ring.is-spinning ~ .wheel-pointer::after,
.wheel-stage:has(.wheel-ring.is-spinning) .wheel-pointer::after{
    animation-duration:.45s;
}

/* winner glow */
.wheel-stage:has(.wheel-ring.is-winner) .wheel-pointer{
    filter:
        drop-shadow(0 8px 12px rgba(0,0,0,.72))
        drop-shadow(0 0 16px rgba(246,197,68,.65))
        drop-shadow(0 0 30px rgba(246,197,68,.28));
}

/* MOBILE */
@media(max-width:520px){
    .wheel-pointer{
        top:-20px !important;

        width:58px !important;
        height:72px !important;
    }

    .wheel-pointer::before{
        width:44px;
        height:62px;
    }

    .wheel-pointer::after{
        top:19px;

        width:14px;
        height:14px;

        border-width:2px;
    }

    .wheel-stage::before{
        top:-5px;

        width:70px;
        height:31px;

        border-radius:
            13px 13px 10px 10px;
    }

    .wheel-stage::after{
        top:-2px;
        width:56px;
        font-size:15px;
        letter-spacing:9px;
    }
}

@media(prefers-reduced-motion:reduce){
    .wheel-pointer,
    .wheel-pointer::after{
        animation:none !important;
    }
}

/* =========================================================
   UG11PLAY DEVELOPER WATERMARK
========================================================= */
.ug-developer-watermark{
    position:relative;
    z-index:3;
    width:100%;
    padding:18px 14px 22px;
    text-align:center;
    color:#666;
    font-size:10px;
    font-weight:650;
    letter-spacing:.06em;
    user-select:none;
}

.ug-developer-watermark strong{
    color:var(--gold,#f6c544);
    font-weight:900;
}

.ug-developer-watermark .ug-divider{
    display:inline-block;
    width:3px;
    height:3px;
    margin:0 7px 2px;
    border-radius:50%;
    background:var(--gold2,#d99b13);
    box-shadow:0 0 7px rgba(246,197,68,.35);
}

@media(max-width:520px){
    .ug-developer-watermark{
        padding:14px 8px 18px;
        font-size:9px;
    }
}

/* =========================================================
   UG11PLAY DEVTOOLS WARNING OVERLAY
========================================================= */

.ug-dev-notice{
    position:fixed;
    inset:0;
    z-index:999999;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:24px;
    background:
        radial-gradient(circle at center, rgba(255,196,0,.10), transparent 42%),
        rgba(0,0,0,.82);
    backdrop-filter:blur(8px);
    -webkit-backdrop-filter:blur(8px);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:
        opacity .18s ease,
        visibility .18s ease;
}

.ug-dev-notice.show{
    opacity:1;
    visibility:visible;
}

.ug-dev-warning-card{
    position:relative;
    width:min(92vw,460px);
    padding:34px 28px 30px;
    border:1px solid rgba(255,196,0,.55);
    border-radius:22px;
    text-align:center;
    background:
        linear-gradient(
            180deg,
            rgba(28,24,10,.98),
            rgba(8,8,8,.98)
        );
    box-shadow:
        0 0 0 1px rgba(255,255,255,.025) inset,
        0 0 34px rgba(255,196,0,.20),
        0 24px 60px rgba(0,0,0,.65);
    transform:scale(.92);
    animation:ugDevWarningIn .28s cubic-bezier(.2,.9,.3,1.25) forwards;
    overflow:hidden;
}

.ug-dev-warning-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        repeating-linear-gradient(
            0deg,
            transparent 0 3px,
            rgba(255,255,255,.018) 3px 4px
        );
    pointer-events:none;
}

.ug-dev-warning-card::after{
    content:"";
    position:absolute;
    left:-35%;
    top:0;
    width:30%;
    height:100%;
    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,215,70,.16),
        transparent
    );
    transform:skewX(-18deg);
    animation:ugDevScan 1.15s ease forwards;
    pointer-events:none;
}

.ug-dev-warning-icon{
    width:64px;
    height:64px;
    margin:0 auto 16px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    border:1px solid rgba(255,196,0,.55);
    background:rgba(255,196,0,.08);
    font-size:30px;
    color:#ffd44a;
    box-shadow:
        0 0 24px rgba(255,196,0,.18);
}

.ug-dev-warning-card strong{
    position:relative;
    z-index:1;
    display:block;
    color:#ffd44a;
    font-size:18px;
    letter-spacing:1.2px;
    margin-bottom:10px;
    text-shadow:
        0 0 14px rgba(255,196,0,.28);
}

.ug-dev-warning-card span{
    position:relative;
    z-index:1;
    display:block;
    color:#f2f2f2;
    font-size:14px;
    line-height:1.6;
}

.ug-dev-warning-card small{
    position:relative;
    z-index:1;
    display:block;
    margin-top:16px;
    color:rgba(255,255,255,.46);
    font-size:11px;
    letter-spacing:1.4px;
    text-transform:uppercase;
}

@keyframes ugDevWarningIn{
    0%{
        opacity:0;
        transform:scale(.90) translateY(12px);
    }
    100%{
        opacity:1;
        transform:scale(1) translateY(0);
    }
}

@keyframes ugDevScan{
    0%{
        left:-40%;
    }
    100%{
        left:125%;
    }
}

@media (max-width:600px){
    .ug-dev-warning-card{
        padding:28px 20px 25px;
        border-radius:18px;
    }

    .ug-dev-warning-icon{
        width:56px;
        height:56px;
        font-size:26px;
    }

    .ug-dev-warning-card strong{
        font-size:16px;
    }

    .ug-dev-warning-card span{
        font-size:13px;
    }
}

@media (prefers-reduced-motion:reduce){
    .ug-dev-warning-card,
    .ug-dev-warning-card::after{
        animation:none !important;
    }
}
