/* ===== Fonts & Typography ===== */
@font-face {
            font-family: 'digital_sans_ef_medium';
            font-display: swap;
            src: url('https://dsuown9evwz4y.cloudfront.net/Fonts/digital_sans_ef_medium.woff2?v=0') format('woff2'),
                url('https://dsuown9evwz4y.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://dsuown9evwz4y.cloudfront.net/Fonts/Gilroy-Bold.woff2?v=0') format('woff2'),
                url('https://dsuown9evwz4y.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://dsuown9evwz4y.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://dsuown9evwz4y.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 {
            --ft-magenta: #ff00b2;
            --ft-cyan: #00ffe2;
            --ft-blue: #80a4e1;
            --ft-muted: #9eb5d9;
            display: grid;
            gap: 14px;
            max-width: 1200px;
            margin: 28px auto;
            padding: 0 16px;
            grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
            font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
        }

        .footer-col {
            padding: 16px 18px;
            background: rgba(10, 24, 73, .42);
            border: 1px solid rgba(128, 164, 225, .18);
            border-radius: 10px;
            transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
        }

        .footer-col:hover {
            border-color: rgba(255, 0, 178, .38);
            box-shadow: 0 8px 22px rgba(0, 0, 0, .28);
            transform: translateY(-2px);
        }

        .footer-col h4 {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #fff;
            font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
            font-size: 13px;
            font-weight: 700;
            margin: 0 0 14px;
            padding-bottom: 10px;
            letter-spacing: .7px;
            text-transform: uppercase;
            border-bottom: 1px solid rgba(255, 0, 178, .22);
        }

        .footer-col h4::before {
            content: "";
            flex: 0 0 3px;
            width: 3px;
            height: 14px;
            background: linear-gradient(180deg, var(--ft-cyan), var(--ft-magenta));
            border-radius: 2px;
            box-shadow: 0 0 8px rgba(255, 0, 178, .4);
        }

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

        .footer-col a {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            color: var(--ft-muted);
            text-decoration: none;
            font-size: 13px;
            line-height: 1.35;
            transition: color .2s ease, transform .2s ease, padding-left .2s ease;
        }

        .footer-col a::before {
            content: "›";
            color: var(--ft-magenta);
            font-size: 15px;
            line-height: 1;
            opacity: 0;
            transform: translateX(-5px);
            transition: opacity .2s ease, transform .2s ease;
        }

        .footer-col a:hover {
            color: var(--ft-cyan);
            padding-left: 4px;
        }

        .footer-col a:hover::before {
            opacity: 1;
            transform: translateX(0);
        }

        @media (max-width: 600px) {
            .footer-grid {
                grid-template-columns: 1fr 1fr;
                gap: 10px;
                padding: 0 12px;
            }

            .footer-col {
                padding: 12px 14px;
            }

            .footer-col h4 {
                font-size: 11px;
            }

            .footer-col a {
                font-size: 12px;
            }
        }

        @media (max-width: 400px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
        }

/* ===== Footer Override ===== */
/* Setelah CSS tema — teks footer tidak boleh abu gelap (#676767) */
        .site-footer .footer-description-section h4 {
            color: #f0f4ff !important;
        }

        .site-footer .footer-description-section .site-description h1 {
            color: #ffffff !important;
        }

        .site-footer .footer-description-section .site-description p {
            color: #c8d8f0 !important;
        }

        .site-footer .footer-col h4 {
            color: #ffffff !important;
        }

        .site-footer .footer-col a {
            color: #c8d8f0 !important;
        }

        .site-footer .footer-col a:hover {
            color: #00ffe2 !important;
        }

        .site-footer .footer-bottom .footer-text {
            color: #b8c8e8 !important;
        }

        .site-footer .footer-bottom .footer-copyright {
            color: #9eb5d9 !important;
        }

        .site-footer .footer-bottom .footer-copyright a {
            color: #ff00b2 !important;
        }

        .site-footer .footer-bottom .footer-copyright a:hover {
            color: #00ffe2 !important;
        }

/* ===== Last Deposit & Withdraw ===== */
.txn-wrap {
                --txn-magenta: #ff00b2;
                --txn-magenta-deep: #be0085;
                --txn-cyan: #00ffe2;
                --txn-blue: #80a4e1;
                --txn-orange: #fba501;
                margin: 0 0 24px;
                font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
            }

            .txn-title {
                display: inline-flex;
                align-items: center;
                gap: 8px;
                margin: 0 auto 18px;
                padding: 8px 22px;
                font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
                font-size: 14px;
                font-weight: 700;
                letter-spacing: 1px;
                text-transform: uppercase;
                color: #fff;
                background: linear-gradient(90deg, #be0085, #ff00b2);
                border-radius: 999px;
                border: 1px solid rgba(255, 255, 255, .15);
                box-shadow: 0 4px 20px rgba(255, 0, 178, .35);
            }

            .txn-title-wrap {
                text-align: center;
            }

            .txn-title::before {
                content: "";
                width: 8px;
                height: 8px;
                border-radius: 50%;
                background: var(--txn-cyan);
                box-shadow: 0 0 8px var(--txn-cyan);
                animation: txnPulse 1.4s infinite;
            }

            .txn-section {
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 12px;
            }

            .txn-panel {
                position: relative;
                background: rgba(10, 24, 73, .72);
                backdrop-filter: blur(6px);
                border: 1px solid rgba(128, 164, 225, .2);
                border-radius: 12px;
                overflow: hidden;
                box-shadow: 0 8px 24px rgba(0, 0, 0, .3);
                transition: transform .22s ease, box-shadow .22s ease;
            }

            .txn-panel::before {
                content: "";
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 4px;
            }

            .txn-deposit::before {
                background: linear-gradient(180deg, var(--txn-cyan), #009fc5);
                box-shadow: 0 0 14px rgba(0, 255, 226, .5);
            }

            .txn-withdraw::before {
                background: linear-gradient(180deg, var(--txn-magenta), var(--txn-magenta-deep));
                box-shadow: 0 0 14px rgba(255, 0, 178, .45);
            }

            .txn-panel:hover {
                transform: translateY(-3px);
                box-shadow: 0 14px 32px rgba(0, 0, 0, .4);
            }

            .txn-head {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 10px 14px 10px 18px;
                font-size: 12px;
                font-weight: 700;
                letter-spacing: .7px;
                text-transform: uppercase;
                color: #fff;
            }

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

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

            .txn-ico {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 26px;
                height: 26px;
                border-radius: 8px;
                font-size: 11px;
                flex-shrink: 0;
            }

            .txn-deposit .txn-ico {
                color: #020f32;
                background: var(--txn-cyan);
            }

            .txn-withdraw .txn-ico {
                color: #fff;
                background: var(--txn-magenta);
            }

            .txn-live {
                margin-left: auto;
                font-size: 9px;
                font-weight: 700;
                letter-spacing: 1px;
                text-transform: uppercase;
                display: inline-flex;
                align-items: center;
                gap: 4px;
                padding: 2px 7px;
                border-radius: 4px;
            }

            .txn-deposit .txn-live {
                color: #020f32;
                background: var(--txn-cyan);
            }

            .txn-withdraw .txn-live {
                color: #fff;
                background: var(--txn-magenta);
            }

            .txn-live::before {
                content: "";
                width: 5px;
                height: 5px;
                border-radius: 50%;
                background: currentColor;
                animation: txnPulse 1s infinite;
            }

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

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

            .txn-row {
                display: flex;
                align-items: center;
                gap: 10px;
                padding: 8px 14px 8px 18px;
                animation: txnSlide .4s ease;
                transition: background .18s ease, padding-left .18s ease;
            }

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

            .txn-row:hover {
                background: rgba(255, 0, 178, .08);
                padding-left: 22px;
            }

            @keyframes txnSlide {
                from { opacity: 0; transform: translateX(-12px); }
                to { opacity: 1; transform: translateX(0); }
            }

            .txn-avatar {
                flex: 0 0 32px;
                width: 32px;
                height: 32px;
                border-radius: 8px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 13px;
                font-weight: 800;
                color: #fff;
            }

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

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

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

            .txn-id {
                font-size: 13px;
                font-weight: 700;
                color: #fff;
                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: .75;
            }

            .txn-amt {
                font-weight: 800;
                font-size: 13px;
                white-space: nowrap;
                text-align: right;
            }

            .txn-deposit .txn-amt {
                color: var(--txn-cyan);
                text-shadow: 0 0 12px rgba(0, 255, 226, .4);
            }

            .txn-withdraw .txn-amt {
                color: var(--txn-orange);
                text-shadow: 0 0 12px rgba(251, 165, 1, .35);
            }

            @media (max-width: 600px) {
                .txn-title {
                    font-size: 12px;
                    padding: 7px 16px;
                }

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

            /* Override tema agar teks transaksi tetap terbaca */
            .txn-wrap .txn-id {
                color: #ffffff !important;
            }

            .txn-wrap .txn-sub {
                color: #a8c4f0 !important;
            }

            .txn-wrap .txn-title {
                color: #ffffff !important;
            }

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

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

        .rtp-live-section::before {
            width: 320px;
            height: 320px;
            top: -80px;
            left: -60px;
            background: var(--rtp-magenta);
        }

        .rtp-live-section::after {
            width: 280px;
            height: 280px;
            bottom: -60px;
            right: -40px;
            background: var(--rtp-cyan);
            opacity: .2;
        }

        .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 10px;
            padding-bottom: 10px;
            font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
            font-size: 26px;
            font-weight: 800;
            letter-spacing: 1.4px;
            text-transform: uppercase;
            color: #fff;
            text-shadow: 0 0 24px rgba(255, 0, 178, .45);
            border-bottom: 2px solid var(--rtp-magenta);
            box-shadow: 0 4px 0 rgba(0, 255, 226, .25);
        }

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

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

        .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: .2; }
        }

        .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, .45);
            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(10, 24, 73, .55);
            border: 1px solid rgba(128, 164, 225, .22);
            border-radius: 12px;
            padding: 0;
            position: relative;
            overflow: hidden;
            transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
        }

        .rtp-card::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, var(--rtp-cyan), var(--rtp-magenta));
            transform: scaleX(0);
            transform-origin: left;
            transition: transform .3s ease;
        }

        .rtp-card:hover {
            transform: translateY(-4px) scale(1.01);
            border-color: rgba(255, 0, 178, .45);
            box-shadow: 0 14px 36px rgba(0, 0, 0, .45), 0 0 18px rgba(255, 0, 178, .12);
        }

        .rtp-card:hover::after {
            transform: scaleX(1);
        }

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

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

        .rtp-card:hover .rtp-thumb img {
            transform: scale(1.08);
            filter: saturate(1.15);
        }

        .rtp-thumb::after {
            content: "";
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(255, 0, 178, .15) 0%, transparent 50%, rgba(0, 0, 0, .5) 100%);
            pointer-events: none;
        }

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

        .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, .9);
            border: 1px solid rgba(255, 255, 255, .12);
        }

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

        .rtp-thumb .rtp-status.is-normal {
            color: var(--rtp-orange);
            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, .2);
            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, .18);
            padding-top: 11px;
            display: grid;
            gap: 7px;
        }

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

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

        .rtp-info-item .rtp-value {
            color: #d8e4ff;
            font-weight: 600;
            line-height: 1.35;
        }

        .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-left: 3px solid var(--rtp-magenta);
            background: rgba(0, 0, 0, .25);
            border-radius: 0 6px 6px 0;
        }

        /* Override tema global agar teks tetap terbaca */
        .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-live-header p {
            color: #d4e2ff !important;
        }

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

        .rtp-live-section .rtp-info-item .rtp-label {
            color: #a8c4f0 !important;
        }

        .rtp-live-section .rtp-info-item .rtp-value {
            color: #eef3ff !important;
        }

        .rtp-live-section .rtp-info-item .rtp-value.jam {
            color: #00ffe2 !important;
        }

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

        .rtp-live-section .rtp-disclaimer {
            color: #b8c8e8 !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: translateY(120%);
            opacity: 0;
            transition: transform .45s cubic-bezier(.22, 1, .36, 1), opacity .45s;
        }

        .win-popup.is-visible {
            transform: translateY(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: 20px;
            }

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

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