/* ===== Fonts & Typography ===== */
@font-face {
            font-family: 'digital_sans_ef_medium';
            font-display: swap;
            src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/digital_sans_ef_medium.woff2?v=0') format('woff2'),
                url('https://dkzd8du6wd13r.cloudfront.net/Fonts/digital_sans_ef_medium.woff?v=0') format('woff');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'gilroybold';
            font-display: swap;
            src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/Gilroy-Bold.woff2?v=0') format('woff2'),
                url('https://dkzd8du6wd13r.cloudfront.net/Fonts/Gilroy-Bold.woff?v=0') format('woff');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Open24DisplaySt';
            font-display: swap;
            src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/Open24DisplaySt.woff2?v=0') format('woff2');
            font-weight: normal;
            font-style: normal;
        }

        @font-face {
            font-family: 'Glyphicons Halflings';
            font-display: swap;
            src: url('https://dkzd8du6wd13r.cloudfront.net/Fonts/glyphicons-halflings-regular.woff?v=0') format('woff');
        }

        body {
            font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
            font-size: 14px;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        .h1,
        .h2,
        .h3,
        .h4,
        .h5,
        .h6 {
            font-family: inherit;
        }

        .home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
            font-family: 'gilroybold';
        }

        .home-progressive-jackpot .jackpot-container {
            font-family: 'Open24DisplaySt';
        }

        .glyphicon {
            font-family: 'Glyphicons Halflings';
        }

/* ===== Responsive Optimization ===== */
/* Safety: avoid horizontal overflow & keep media fluid */
        body {
            overflow-x: hidden;
        }
    
        img,
        picture,
        video,
        canvas,
        svg {
            max-width: 100%;
        }
    
        /* ============ Tablet and below (<= 991px) ============ */
        @media (max-width: 991px) {
            .home-inner-container {
                gap: 14px;
                margin-bottom: 26px;
            }
    
            .home-progressive-jackpot .border-container {
                gap: 24px;
            }
    
            .home-progressive-jackpot .jackpot-container {
                font-size: 30px;
                letter-spacing: 3px;
            }
    
            .footer-sitemap-section {
                padding-right: 0;
            }
        }
    
        /* ============ Mobile (<= 767px) ============ */
        @media (max-width: 767px) {
    
            /* Jackpot + Lottery: stack vertically, full width */
            .home-inner-container {
                flex-direction: column;
                align-items: stretch;
                gap: 14px;
                margin: 12px 0 26px;
            }
    
            .home-inner-container [data-section="jackpot"],
            .home-inner-container [data-section="lottery"] {
                width: 100%;
            }
    
            .home-inner-container [data-section="lottery"] .lottery-result-container {
                max-width: 420px;
                margin: 0 auto;
            }
    
            /* Progressive jackpot: shrink nested paddings, gaps & fonts so it fits */
            .home-progressive-jackpot {
                padding: 6px;
                border-radius: 18px;
            }
    
            .home-progressive-jackpot .outer-container,
            .home-progressive-jackpot .inner-container {
                padding: 6px;
            }
    
            .home-progressive-jackpot .border-container {
                gap: 12px;
                padding: 6px;
            }
    
            .home-progressive-jackpot .jackpot-play-section {
                margin-left: 8px;
            }
    
            .home-progressive-jackpot .jackpot-play-section img {
                width: 62px;
            }
    
            .home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
                font-size: 18px;
            }
    
            .home-progressive-jackpot .jackpot-container {
                font-size: 22px;
                letter-spacing: 1px;
                padding: 6px;
            }
    
            .home-progressive-jackpot .jackpot-inner-container,
            .home-progressive-jackpot .jackpot-border-container {
                padding: 6px;
                line-height: 32px;
            }
    
            .home-progressive-jackpot .jackpot-currency {
                margin-right: 5px;
            }
    
            /* Announcement bar: stack title / marquee / date */
            .announcement-container {
                flex-direction: column;
                align-items: stretch;
                gap: 6px;
                padding: 8px 12px;
            }
    
            .announcement-container>[data-section="announcements"] {
                width: 100%;
            }
    
            .announcement-container [data-section="date"] {
                font-size: 11px;
                text-align: left;
            }
    
            /* Banner navigation arrows: closer to edges & smaller */
            .nav-btn {
                width: 34px;
                height: 34px;
                padding: 6px;
            }
    
            .nav-btn.main-prev {
                left: 8px;
            }
    
            .nav-btn.main-next {
                right: 8px;
            }
    
            .nav-btn img {
                width: 16px;
                height: 16px;
            }
    
            /* Topbar: allow wrapping instead of squeezing into 46%/54% */
            .topbar-container .row {
                flex-wrap: wrap;
                row-gap: 6px;
            }
    
            .topbar-left-container,
            .topbar-right-container {
                width: 100%;
            }
    
            /* Footer sitemap: wrap the 5 columns */
            .footer-sitemap-section {
                flex-wrap: wrap;
                row-gap: 14px;
            }
    
            .footer-sitemap-section>div {
                width: 50%;
            }
    
            /* Game carousels: fewer, larger tiles (still horizontally scrollable) */
            .game-list .game-item {
                width: calc((100% - (5px * 3.2 * 2)) / 3.2);
            }
    
            .container-content .game-list .game-item {
                width: calc((100% - (5px * 3.2 * 2)) / 3.2);
            }
    
            .popular-game-title-container .container-content .game-list .game-item {
                width: calc((100% - (5px * 3.2 * 2)) / 3.2);
            }
    
            /* Section title chevrons: less side padding */
            .container-title span,
            .popular-game-title-container .container-title span {
                padding: 5px 26px;
            }
    
            /* Footer sub-sections: stack & prevent right-edge overflow */
            .site-footer .row {
                margin-left: 0;
                margin-right: 0;
            }
    
            .footer-featured-product-section>div {
                width: 100%;
                min-width: 0;
            }
    
            .footer-featured-product-section .site-info-description {
                min-width: 0;
            }
    
            .footer-banking-section .banking-footer-section .bank-service-container {
                grid-template-columns: 1fr;
                margin: 14px;
                gap: 12px;
            }
    
            .footer-banking-section .bank-list-container {
                margin: 14px;
                padding: 16px;
            }
    
            .footer-copyright-section .col-md-12 {
                flex-wrap: wrap;
                gap: 14px;
            }
    
            .footer-copyright-section .col-md-12 .copyright {
                margin-left: 0;
            }
    
            .footer-description-section .site-description h1 {
                font-size: 20px;
                line-height: 1.3;
            }
    
            .footer-description-section .site-description p {
                text-align: left !important;
            }
    
            .footer-description-section h4,
            .footer-description-section .site-description {
                overflow-wrap: break-word;
                word-break: break-word;
            }
        }
    
        /* ============ Small phones (<= 480px) ============ */
        @media (max-width: 480px) {
            .footer-sitemap-section>div {
                width: 100%;
            }
    
            .home-progressive-jackpot .jackpot-container {
                font-size: 18px;
            }
    
            .home-progressive-jackpot .jackpot-play-section .jackpot-play-text {
                font-size: 15px;
            }
    
            .home-progressive-jackpot .jackpot-play-section img {
                width: 52px;
            }
    
            /* Game carousels: ~2.4 tiles per row on very small screens */
            .game-list .game-item {
                width: calc((100% - (5px * 2.4 * 2)) / 2.4);
            }
    
            .container-content .game-list .game-item {
                width: calc((100% - (5px * 2.4 * 2)) / 2.4);
            }
    
            .popular-game-title-container .container-content .game-list .game-item {
                width: calc((100% - (5px * 2.4 * 2)) / 2.4);
            }
        }

        /* ---------- Footer grid ---------- */
        .footer-grid {
            display: grid;
            gap: 26px;
            max-width: 1200px;
            margin: 30px auto;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            font-family: 'Plus Jakarta Sans', sans-serif;
        }

        .footer-col h4 {
            color: rgb(189, 189, 189);
            font-size: 15px;
            font-weight: 700;
            margin: 0 0 14px;
            letter-spacing: .3px;
        }

        .footer-col ul {
            list-style: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-direction: column;
            gap: 9px;
        }

        .footer-col a {
            color: rgb(145, 145, 145)smoke;
            text-decoration: none;
            font-size: 13.5px;
            transition: color .25s var(--lp-ease);
        }

        .footer-col a:hover {
            color: rgb(170, 38, 38);
        }

/* ===== Last Deposit & Withdraw ===== */
.txn-wrap {
                            --txn-magenta: #ff00b2;
                            --txn-cyan: #00ffe2;
                            --txn-gold: #fba501;
                            --txn-blue: #80a4e1;
                            --txn-navy: #0a1849;
                            --txn-deep: #030a2e;
                            position: relative;
                            margin: 0 0 26px;
                            padding: 22px 18px 20px;
                            font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
                            background:
                                linear-gradient(135deg, rgba(3, 10, 46, .92) 0%, rgba(10, 24, 73, .88) 50%, rgba(26, 8, 58, .9) 100%);
                            border: 1px solid rgba(128, 164, 225, .22);
                            border-radius: 14px;
                            overflow: hidden;
                            box-shadow: 0 10px 32px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(255, 255, 255, .04);
                        }

                        .txn-wrap::before {
                            content: "";
                            position: absolute;
                            inset: 0;
                            background:
                                repeating-linear-gradient(90deg, transparent, transparent 28px, rgba(0, 255, 226, .03) 28px, rgba(0, 255, 226, .03) 29px);
                            pointer-events: none;
                        }

                        .txn-wrap::after {
                            content: "";
                            position: absolute;
                            top: -40px;
                            right: -30px;
                            width: 140px;
                            height: 140px;
                            border-radius: 50%;
                            background: var(--txn-magenta);
                            filter: blur(70px);
                            opacity: .18;
                            pointer-events: none;
                        }

                        .txn-header {
                            position: relative;
                            z-index: 1;
                            display: flex;
                            align-items: center;
                            gap: 14px;
                            margin-bottom: 18px;
                        }

                        .txn-header-line {
                            flex: 1;
                            height: 1px;
                            background: linear-gradient(90deg, transparent, rgba(255, 0, 178, .5), rgba(0, 255, 226, .5), transparent);
                        }

                        .txn-title {
                            flex-shrink: 0;
                            margin: 0;
                            font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
                            font-size: 13px;
                            font-weight: 800;
                            letter-spacing: 1.2px;
                            text-transform: uppercase;
                            color: #e8eeff;
                            text-align: center;
                            line-height: 1.4;
                        }

                        .txn-title strong {
                            display: block;
                            font-size: 15px;
                            background: linear-gradient(90deg, var(--txn-cyan), var(--txn-magenta));
                            -webkit-background-clip: text;
                            background-clip: text;
                            -webkit-text-fill-color: transparent;
                            text-shadow: none;
                            letter-spacing: 1.6px;
                        }

                        .txn-section {
                            position: relative;
                            z-index: 1;
                            display: grid;
                            grid-template-columns: 1fr 1fr;
                            gap: 14px;
                        }

                        .txn-panel {
                            background: rgba(5, 12, 40, .65);
                            border: 1px solid rgba(128, 164, 225, .18);
                            border-radius: 10px;
                            overflow: hidden;
                            backdrop-filter: blur(6px);
                            transition: border-color .25s ease, box-shadow .25s ease;
                        }

                        .txn-panel:hover {
                            border-color: rgba(255, 0, 178, .35);
                            box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
                        }

                        .txn-deposit {
                            border-top: 3px solid var(--txn-cyan);
                        }

                        .txn-withdraw {
                            border-top: 3px solid var(--txn-magenta);
                        }

                        .txn-head {
                            display: flex;
                            align-items: center;
                            gap: 8px;
                            padding: 11px 14px;
                            font-size: 12px;
                            font-weight: 700;
                            letter-spacing: .8px;
                            text-transform: uppercase;
                            color: #fff;
                            border-bottom: 1px solid rgba(255, 255, 255, .06);
                        }

                        .txn-deposit .txn-head {
                            background: linear-gradient(90deg, rgba(0, 255, 226, .12) 0%, transparent 70%);
                        }

                        .txn-withdraw .txn-head {
                            background: linear-gradient(90deg, rgba(255, 0, 178, .14) 0%, transparent 70%);
                        }

                        .txn-ico {
                            display: inline-flex;
                            align-items: center;
                            justify-content: center;
                            width: 22px;
                            height: 22px;
                            border-radius: 5px;
                            font-size: 10px;
                            font-weight: 800;
                        }

                        .txn-deposit .txn-ico {
                            color: #020f32;
                            background: var(--txn-cyan);
                            box-shadow: 0 0 10px rgba(0, 255, 226, .4);
                        }

                        .txn-withdraw .txn-ico {
                            color: #fff;
                            background: linear-gradient(135deg, var(--txn-magenta), #be0085);
                            box-shadow: 0 0 10px rgba(255, 0, 178, .35);
                        }

                        .txn-live {
                            margin-left: auto;
                            font-size: 9px;
                            font-weight: 800;
                            letter-spacing: .6px;
                            color: var(--txn-cyan);
                            display: inline-flex;
                            align-items: center;
                            gap: 5px;
                            padding: 2px 8px;
                            border-radius: 20px;
                            background: rgba(0, 255, 226, .1);
                            border: 1px solid rgba(0, 255, 226, .3);
                        }

                        .txn-withdraw .txn-live {
                            color: #ff8de0;
                            background: rgba(255, 0, 178, .1);
                            border-color: rgba(255, 0, 178, .3);
                        }

                        .txn-live::before {
                            content: "";
                            width: 6px;
                            height: 6px;
                            border-radius: 50%;
                            background: currentColor;
                            box-shadow: 0 0 8px currentColor;
                            animation: txnPulse 1.3s infinite;
                        }

                        @keyframes txnPulse {
                            0%, 100% { opacity: 1; transform: scale(1); }
                            50% { opacity: .35; transform: scale(.85); }
                        }

                        .txn-list {
                            list-style: none;
                            margin: 0;
                            padding: 6px 0;
                            overflow: hidden;
                        }

                        .txn-row {
                            display: flex;
                            align-items: center;
                            gap: 10px;
                            padding: 9px 14px;
                            border-bottom: 1px solid rgba(128, 164, 225, .08);
                            animation: txnSlideIn .45s cubic-bezier(.22, 1, .36, 1);
                        }

                        .txn-row:nth-child(even) {
                            background: rgba(255, 255, 255, .02);
                        }

                        .txn-row:last-child {
                            border-bottom: none;
                        }

                        @keyframes txnSlideIn {
                            from {
                                opacity: 0;
                                transform: translateX(18px);
                            }
                            to {
                                opacity: 1;
                                transform: translateX(0);
                            }
                        }

                        .txn-avatar {
                            flex: 0 0 32px;
                            width: 32px;
                            height: 32px;
                            clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 12px;
                            font-weight: 800;
                            color: #fff;
                        }

                        .txn-deposit .txn-avatar {
                            background: linear-gradient(180deg, #00ffe2 0%, #007a8a 100%);
                            color: #020f32;
                        }

                        .txn-withdraw .txn-avatar {
                            background: linear-gradient(180deg, #ff5fd4 0%, #8a005f 100%);
                        }

                        .txn-meta {
                            min-width: 0;
                            flex: 1;
                        }

                        .txn-id {
                            font-size: 13px;
                            font-weight: 700;
                            color: #ffffff;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                        }

                        .txn-sub {
                            font-size: 10px;
                            color: var(--txn-blue);
                            margin-top: 2px;
                        }

                        .txn-sub .txn-when {
                            opacity: .8;
                        }

                        .txn-amt {
                            font-weight: 800;
                            font-size: 12px;
                            white-space: nowrap;
                            padding: 4px 9px;
                            border-radius: 6px;
                        }

                        .txn-deposit .txn-amt {
                            color: #020f32;
                            background: rgba(0, 255, 226, .85);
                            box-shadow: 0 0 12px rgba(0, 255, 226, .3);
                        }

                        .txn-withdraw .txn-amt {
                            color: #fff;
                            background: linear-gradient(135deg, var(--txn-gold) 0%, #e08a00 100%);
                            box-shadow: 0 0 12px rgba(251, 165, 1, .3);
                        }

                        @media (max-width: 600px) {
                            .txn-wrap {
                                padding: 16px 12px;
                            }

                            .txn-title {
                                font-size: 11px;
                            }

                            .txn-title strong {
                                font-size: 13px;
                            }

                            .txn-section {
                                grid-template-columns: 1fr;
                            }

                            .txn-amt {
                                font-size: 11px;
                                padding: 3px 7px;
                            }
                        }

/* ===== RTP Live & Jam Gacor ===== */
.rtp-live-section {
        --rtp-magenta: #ff00b2;
        --rtp-cyan: #00ffe2;
        --rtp-gold: #fba501;
        --rtp-blue: #80a4e1;
        position: relative;
        overflow: hidden;
        padding: 48px 0 56px;
        color: #e8eeff;
        font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
        background:
            linear-gradient(160deg, #030a2e 0%, #0a1849 45%, #120828 75%, #030a2e 100%);
        border-top: 2px solid transparent;
        border-image: linear-gradient(90deg, transparent, var(--rtp-cyan), var(--rtp-magenta), transparent) 1;
    }

    .rtp-live-section::before,
    .rtp-live-section::after {
        content: "";
        position: absolute;
        pointer-events: none;
        border-radius: 50%;
        filter: blur(70px);
    }

    .rtp-live-section::before {
        width: 300px;
        height: 300px;
        top: -90px;
        left: 8%;
        background: var(--rtp-cyan);
        opacity: .14;
    }

    .rtp-live-section::after {
        width: 260px;
        height: 260px;
        bottom: -70px;
        right: 6%;
        background: var(--rtp-magenta);
        opacity: .16;
    }

    .rtp-live-section .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
        position: relative;
        z-index: 1;
    }

    .rtp-live-header {
        text-align: center;
        margin-bottom: 28px;
    }

    .rtp-live-header h2 {
        display: inline-block;
        margin: 0 0 12px;
        padding: 0 18px;
        font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
        font-size: 24px;
        font-weight: 800;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #fff;
        position: relative;
    }

    .rtp-live-header h2::before,
    .rtp-live-header h2::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 28px;
        height: 2px;
        background: linear-gradient(90deg, var(--rtp-cyan), var(--rtp-magenta));
        transform: translateY(-50%);
    }

    .rtp-live-header h2::before {
        right: 100%;
        margin-right: 6px;
    }

    .rtp-live-header h2::after {
        left: 100%;
        margin-left: 6px;
    }

    .rtp-live-header p {
        margin: 0 auto;
        max-width: 680px;
        color: #c8d8f0;
        font-size: 14px;
        line-height: 1.6;
    }

    .rtp-live-header p strong {
        color: var(--rtp-cyan);
        font-weight: 700;
    }

    .rtp-live-controls {
        display: inline-flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 18px;
        padding: 6px 8px;
        background: rgba(0, 0, 0, .38);
        border: 1px solid rgba(128, 164, 225, .22);
        border-radius: 12px;
        backdrop-filter: blur(5px);
    }

    .rtp-live-clock {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        background: rgba(0, 255, 226, .08);
        border: 1px solid rgba(0, 255, 226, .35);
        color: var(--rtp-cyan);
        padding: 8px 14px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        font-variant-numeric: tabular-nums;
    }

    .rtp-live-clock::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--rtp-cyan);
        box-shadow: 0 0 10px var(--rtp-cyan);
        animation: rtpPulse 1.2s infinite;
    }

    @keyframes rtpPulse {
        0%, 100% { opacity: 1; }
        50% { opacity: .25; }
    }

    .rtp-refresh-btn {
        cursor: pointer;
        border: 1px solid var(--rtp-magenta);
        border-radius: 8px;
        background: transparent;
        color: var(--rtp-magenta);
        font-weight: 700;
        font-size: 13px;
        letter-spacing: .4px;
        padding: 8px 18px;
        transition: background .2s, color .2s, box-shadow .2s, transform .15s;
    }

    .rtp-refresh-btn:hover {
        background: var(--rtp-magenta);
        color: #fff;
        box-shadow: 0 0 20px rgba(255, 0, 178, .4);
        transform: translateY(-1px);
    }

    .rtp-refresh-btn:active {
        transform: translateY(0);
    }

    .rtp-refresh-btn[disabled] {
        opacity: .45;
        cursor: default;
        transform: none;
    }

    .rtp-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(268px, 1fr));
        gap: 14px;
    }

    .rtp-card {
        background: rgba(8, 18, 55, .72);
        border: 1px solid rgba(128, 164, 225, .2);
        border-radius: 10px;
        padding: 0;
        position: relative;
        overflow: hidden;
        transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
    }

    .rtp-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, var(--rtp-cyan), var(--rtp-magenta));
        opacity: .85;
        z-index: 2;
    }

    .rtp-card:hover {
        transform: translateY(-5px);
        border-color: rgba(255, 0, 178, .42);
        box-shadow: 0 14px 34px rgba(0, 0, 0, .45), 0 0 16px rgba(0, 255, 226, .1);
    }

    .rtp-thumb {
        position: relative;
        width: 100%;
        height: 142px;
        background: #050d28;
        overflow: hidden;
        clip-path: polygon(0 0, 100% 0, 100% 88%, 92% 100%, 0 100%);
    }

    .rtp-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        transition: transform .35s ease;
    }

    .rtp-card:hover .rtp-thumb img {
        transform: scale(1.07);
    }

    .rtp-thumb::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(3, 10, 46, .5) 0%, transparent 45%, rgba(3, 10, 46, .35) 100%);
        pointer-events: none;
    }

    .rtp-card-content {
        padding: 12px 14px 15px;
        background: rgba(3, 10, 46, .55);
    }

    .rtp-prov {
        display: inline-block;
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .5px;
        padding: 3px 9px;
        border-radius: 4px;
        color: #fff;
        text-transform: uppercase;
    }

    .rtp-status {
        font-size: 10px;
        font-weight: 700;
        letter-spacing: .3px;
        padding: 3px 9px;
        border-radius: 4px;
        white-space: nowrap;
    }

    .rtp-thumb .rtp-prov {
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 1;
    }

    .rtp-thumb .rtp-status {
        position: absolute;
        top: 8px;
        right: 8px;
        z-index: 1;
        background: rgba(3, 10, 46, .92);
        border: 1px solid rgba(255, 255, 255, .1);
    }

    .rtp-thumb .rtp-status.is-gacor {
        color: var(--rtp-cyan);
        border-color: rgba(0, 255, 226, .45);
        box-shadow: 0 0 10px rgba(0, 255, 226, .2);
    }

    .rtp-thumb .rtp-status.is-normal {
        color: var(--rtp-gold);
        border-color: rgba(251, 165, 1, .45);
    }

    .rtp-thumb .rtp-status.is-low {
        color: #ff6b5e;
        border-color: rgba(255, 107, 94, .45);
    }

    .rtp-game {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 11px;
        line-height: 1.3;
    }

    .rtp-meter-row {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 12px;
    }

    .rtp-bar {
        flex: 1;
        height: 8px;
        border-radius: 2px;
        background: rgba(0, 0, 0, .5);
        border: 1px solid rgba(128, 164, 225, .18);
        overflow: hidden;
    }

    .rtp-bar>span {
        display: block;
        height: 100%;
        border-radius: 1px;
        width: 0;
        transition: width .9s cubic-bezier(.22, 1, .36, 1);
        box-shadow: 0 0 10px currentColor;
    }

    .rtp-pct {
        font-size: 17px;
        font-weight: 800;
        min-width: 54px;
        text-align: right;
        font-variant-numeric: tabular-nums;
    }

    .rtp-info {
        border-top: 1px solid rgba(128, 164, 225, .15);
        padding-top: 10px;
        display: grid;
        gap: 7px;
    }

    .rtp-info-item {
        display: flex;
        align-items: flex-start;
        gap: 8px;
        font-size: 12px;
        line-height: 1.4;
    }

    .rtp-info-item .rtp-label {
        color: #a8c4f0;
        min-width: 76px;
        flex-shrink: 0;
    }

    .rtp-info-item .rtp-label::before {
        content: "◆";
        font-size: 7px;
        color: var(--rtp-magenta);
        margin-right: 5px;
        vertical-align: middle;
    }

    .rtp-info-item .rtp-value {
        color: #eef3ff;
        font-weight: 600;
    }

    .rtp-info-item .rtp-value.jam {
        color: var(--rtp-cyan);
    }

    .rtp-disclaimer {
        text-align: center;
        margin-top: 24px;
        font-size: 11px;
        color: #b8c8e8;
        line-height: 1.5;
        padding: 8px 14px;
        border-right: 3px solid var(--rtp-cyan);
        background: rgba(0, 0, 0, .25);
        border-radius: 6px 0 0 6px;
    }

    /* Override tema global */
    .rtp-live-section h2,
    .rtp-live-section h3,
    .rtp-live-section p {
        -webkit-text-fill-color: unset;
    }

    .rtp-live-section .rtp-live-header h2 {
        color: #ffffff !important;
        -webkit-text-fill-color: #ffffff !important;
    }

    .rtp-live-section .rtp-game {
        color: #ffffff !important;
    }

    .rtp-live-section .rtp-pct {
        -webkit-text-fill-color: unset !important;
    }

    /* ===== Member Win Popup ===== */
    .win-popup {
        --wp-magenta: #ff00b2;
        --wp-cyan: #00ffe2;
        --wp-gold: #ffd24a;
        --wp-blue: #b8d4ff;
        position: fixed;
        left: 16px;
        bottom: 16px;
        z-index: 1035;
        width: 318px;
        max-width: calc(100vw - 32px);
        display: flex;
        gap: 11px;
        align-items: center;
        padding: 12px 36px 12px 12px;
        background: linear-gradient(135deg, #0c1a52 0%, #18083a 55%, #0a1030 100%);
        border: 1px solid rgba(0, 255, 226, .45);
        border-left: 4px solid var(--wp-cyan);
        border-radius: 10px;
        box-shadow: 0 14px 36px rgba(0, 0, 0, .55), 0 0 22px rgba(255, 0, 178, .2);
        font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
        transform: translateX(-130%);
        opacity: 0;
        transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .5s;
    }

    .win-popup.is-visible {
        transform: translateX(0);
        opacity: 1;
    }

    .win-popup-thumb {
        flex: 0 0 54px;
        width: 54px;
        height: 54px;
        border-radius: 8px;
        overflow: hidden;
        border: 2px solid rgba(0, 255, 226, .4);
        background: #050d28;
    }

    .win-popup-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

    .win-popup-body {
        min-width: 0;
        flex: 1;
    }

    .win-popup-head {
        display: flex;
        align-items: center;
        gap: 6px;
        margin-bottom: 3px;
    }

    .win-popup-badge {
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .6px;
        text-transform: uppercase;
        color: #020f32;
        background: linear-gradient(90deg, #00ffe2 0%, #00c9b0 100%);
        padding: 3px 8px;
        border-radius: 4px;
        white-space: nowrap;
        box-shadow: 0 0 10px rgba(0, 255, 226, .45);
    }

    .win-popup-id {
        font-size: 12px;
        font-weight: 700;
        color: var(--wp-magenta);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-shadow: 0 0 8px rgba(255, 0, 178, .35);
    }

    .win-popup-game {
        font-size: 13px;
        font-weight: 700;
        color: #ffffff;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .win-popup-prov {
        font-size: 11px;
        color: var(--wp-blue);
        margin-bottom: 3px;
    }

    .win-popup-amount {
        font-size: 17px;
        font-weight: 800;
        color: var(--wp-gold);
        letter-spacing: .4px;
        text-shadow: 0 0 14px rgba(255, 210, 74, .65), 0 1px 2px rgba(0, 0, 0, .4);
    }

    .win-popup.is-visible .win-popup-amount {
        animation: winPop .55s ease;
    }

    @keyframes winPop {
        0% { transform: scale(.75); opacity: 0; }
        65% { transform: scale(1.06); }
        100% { transform: scale(1); opacity: 1; }
    }

    .win-popup-close {
        position: absolute;
        top: 5px;
        right: 7px;
        border: none;
        background: rgba(0, 255, 226, .12);
        color: var(--wp-cyan);
        font-size: 15px;
        line-height: 1;
        cursor: pointer;
        padding: 2px 6px;
        border-radius: 4px;
        transition: background .2s, color .2s;
    }

    .win-popup-close:hover {
        background: var(--wp-magenta);
        color: #fff;
    }

    @media (max-width: 480px) {
        .rtp-live-header h2 {
            font-size: 18px;
            padding: 0 12px;
        }

        .rtp-live-header h2::before,
        .rtp-live-header h2::after {
            width: 18px;
        }

        .rtp-grid {
            grid-template-columns: 1fr;
        }

        .win-popup {
            width: 270px;
            left: 10px;
            bottom: 10px;
        }
    }