/* ===== 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 {
     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: var(--lp-col-1);
     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: var(--lp-text-muted);
     text-decoration: none;
     font-size: 13.5px;
     transition: color .25s var(--lp-ease);
 }

 .footer-col a:hover {
     color: var(--lp-gold);
 }

/* ===== Last Deposit & Withdraw ===== */
.txn-wrap {
                                        --txn-gold: #f3dd7f;
                                        --txn-gold-deep: #c9a020;
                                        --txn-bronze: #8b6914;
                                        --txn-dark: #14110c;
                                        --txn-panel: #1f1a12;
                                        --txn-green: #3dd68c;
                                        position: relative;
                                        margin: 0 0 26px;
                                        padding: 22px 18px 20px;
                                        font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
                                        background:
                                            linear-gradient(160deg, #0f0c08 0%, #1a1510 45%, #221c14 100%);
                                        border: 1px solid rgba(243, 221, 127, .28);
                                        border-radius: 14px;
                                        box-shadow: 0 12px 36px rgba(0, 0, 0, .45), inset 0 1px 0 rgba(243, 221, 127, .1);
                                        overflow: hidden;
                                    }

                                    .txn-wrap::before {
                                        content: "";
                                        position: absolute;
                                        top: 0;
                                        left: 0;
                                        right: 0;
                                        height: 3px;
                                        background: linear-gradient(90deg, transparent, var(--txn-gold), var(--txn-gold-deep), transparent);
                                    }

                                    .txn-header {
                                        position: relative;
                                        z-index: 1;
                                        text-align: center;
                                        margin-bottom: 18px;
                                    }

                                    .txn-title {
                                        display: inline-block;
                                        margin: 0;
                                        padding: 0 20px;
                                        font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
                                        font-size: 13px;
                                        font-weight: 800;
                                        letter-spacing: 1.2px;
                                        text-transform: uppercase;
                                        color: #f5ecd8;
                                        line-height: 1.4;
                                        border-left: 2px solid var(--txn-gold);
                                        border-right: 2px solid var(--txn-gold);
                                    }

                                    .txn-title strong {
                                        display: block;
                                        margin-top: 4px;
                                        font-size: 15px;
                                        background: linear-gradient(90deg, #f3dd7f, #fff0b8, #d4af37);
                                        -webkit-background-clip: text;
                                        background-clip: text;
                                        -webkit-text-fill-color: transparent;
                                        letter-spacing: 1.5px;
                                    }

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

                                    .txn-panel {
                                        background: rgba(31, 26, 18, .9);
                                        border: 1px solid rgba(243, 221, 127, .18);
                                        border-radius: 10px;
                                        overflow: hidden;
                                    }

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

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

                                    .txn-head {
                                        display: flex;
                                        align-items: center;
                                        gap: 8px;
                                        padding: 10px 14px;
                                        font-size: 12px;
                                        font-weight: 700;
                                        letter-spacing: .7px;
                                        text-transform: uppercase;
                                        color: #f5ecd8;
                                        background: rgba(0, 0, 0, .25);
                                        border-bottom: 1px solid rgba(243, 221, 127, .1);
                                    }

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

                                    .txn-deposit .txn-ico {
                                        color: #0a1a12;
                                        background: var(--txn-green);
                                        box-shadow: 0 0 10px rgba(61, 214, 140, .35);
                                    }

                                    .txn-withdraw .txn-ico {
                                        color: #2a1f00;
                                        background: linear-gradient(135deg, var(--txn-gold), var(--txn-gold-deep));
                                    }

                                    .txn-live {
                                        margin-left: auto;
                                        font-size: 9px;
                                        font-weight: 800;
                                        color: var(--txn-green);
                                        display: inline-flex;
                                        align-items: center;
                                        gap: 5px;
                                    }

                                    .txn-withdraw .txn-live {
                                        color: var(--txn-gold);
                                    }

                                    .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; }
                                        50% { opacity: .35; }
                                    }

                                    .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(243, 221, 127, .06);
                                        animation: txnSlide .45s ease;
                                    }

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

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

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

                                    .txn-avatar {
                                        flex: 0 0 32px;
                                        width: 32px;
                                        height: 32px;
                                        border-radius: 50%;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        font-size: 12px;
                                        font-weight: 800;
                                        border: 2px solid rgba(243, 221, 127, .35);
                                    }

                                    .txn-deposit .txn-avatar {
                                        background: linear-gradient(135deg, #1a4a32, #0d2a1c);
                                        color: var(--txn-green);
                                    }

                                    .txn-withdraw .txn-avatar {
                                        background: linear-gradient(135deg, #4a3a08, #2a2204);
                                        color: var(--txn-gold);
                                    }

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

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

                                    .txn-sub {
                                        font-size: 10px;
                                        color: #a89878;
                                        margin-top: 2px;
                                    }

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

                                    .txn-deposit .txn-amt {
                                        color: #0a1a12;
                                        background: rgba(61, 214, 140, .9);
                                    }

                                    .txn-withdraw .txn-amt {
                                        color: #2a1f00;
                                        background: linear-gradient(135deg, var(--txn-gold), #e8c84a);
                                    }

                                    @media (max-width: 600px) {
                                        .txn-section {
                                            grid-template-columns: 1fr;
                                        }
                                    }

/* ===== RTP Live & Jam Gacor ===== */
.rtp-live-section {
        --rtp-gold: #f3dd7f;
        --rtp-gold-deep: #c9a020;
        --rtp-dark: #14110c;
        --rtp-panel: #1f1a12;
        background:
            radial-gradient(ellipse 90% 55% at 50% 0%, rgba(243, 221, 127, .08) 0%, transparent 60%),
            linear-gradient(180deg, #0f0c08 0%, #1a1510 50%, #14110c 100%);
        padding: 44px 0 52px;
        color: #f5ecd8;
        font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
        border-top: 1px solid rgba(243, 221, 127, .2);
    }

    .rtp-live-section .container {
        max-width: 1180px;
        margin: 0 auto;
        padding: 0 16px;
    }

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

    .rtp-live-header h2 {
        margin: 0 0 10px;
        font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
        font-size: 22px;
        font-weight: 800;
        letter-spacing: 1.4px;
        text-transform: uppercase;
        color: #fff8e8;
        line-height: 1.3;
    }

    .rtp-live-header h2 em {
        font-style: normal;
        background: linear-gradient(90deg, #f3dd7f, #fff0b8, #d4af37);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .rtp-live-header p {
        margin: 0 auto;
        max-width: 680px;
        color: #a89878;
        font-size: 13px;
        line-height: 1.55;
    }

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

    .rtp-live-controls {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        flex-wrap: wrap;
        margin: 18px 0 20px;
        padding: 10px 14px;
        background: rgba(20, 17, 12, .75);
        border: 1px dashed rgba(243, 221, 127, .22);
        border-radius: 10px;
    }

    .rtp-live-clock {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #fff8e8;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: 1px;
        font-variant-numeric: tabular-nums;
    }

    .rtp-live-clock::before {
        content: "LIVE";
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .6px;
        color: #2a1f00;
        background: linear-gradient(135deg, var(--rtp-gold), var(--rtp-gold-deep));
        padding: 3px 7px;
        border-radius: 4px;
        animation: rtpPulse 1.4s infinite;
    }

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

    .rtp-refresh-btn {
        cursor: pointer;
        border: none;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--rtp-gold) 0%, var(--rtp-gold-deep) 100%);
        color: #2a1f00;
        font-weight: 800;
        font-size: 12px;
        letter-spacing: .5px;
        text-transform: uppercase;
        padding: 9px 20px;
        transition: transform .15s, box-shadow .2s;
        box-shadow: 0 4px 14px rgba(201, 160, 32, .3);
    }

    .rtp-refresh-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 6px 20px rgba(243, 221, 127, .35);
    }

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

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

    .rtp-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
        max-width: 1180px;
        margin: 0 auto;
    }

    .rtp-card {
        display: block;
        width: 100%;
        background: rgba(31, 26, 18, .92);
        border: 1px solid rgba(243, 221, 127, .16);
        border-radius: 12px;
        overflow: hidden;
        transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
    }

    .rtp-card:hover {
        transform: translateY(-4px);
        border-color: rgba(243, 221, 127, .38);
        box-shadow: 0 10px 28px rgba(0, 0, 0, .45), 0 0 12px rgba(243, 221, 127, .08);
    }

    .rtp-thumb {
        position: relative;
        width: 100%;
        height: 128px;
        background: #0a0806;
        overflow: hidden;
    }

    .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.06);
    }

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

    .rtp-card-content {
        padding: 11px 13px 13px;
    }

    .rtp-prov {
        display: inline-block;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .4px;
        padding: 2px 6px;
        border-radius: 3px;
        color: #fff;
        text-transform: uppercase;
    }

    .rtp-status {
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .2px;
        padding: 2px 6px;
        border-radius: 3px;
        white-space: nowrap;
    }

    .rtp-thumb .rtp-prov {
        position: absolute;
        top: 6px;
        left: 6px;
        z-index: 1;
        max-width: calc(100% - 12px);
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .rtp-thumb .rtp-status {
        position: absolute;
        top: 6px;
        right: 6px;
        left: auto;
        z-index: 1;
        text-align: center;
        background: rgba(10, 8, 6, .92);
        border: 1px solid rgba(255, 255, 255, .08);
    }

    .rtp-thumb .rtp-status.is-gacor {
        color: #5ee89a;
        border-color: rgba(94, 232, 154, .4);
    }

    .rtp-thumb .rtp-status.is-normal {
        color: var(--rtp-gold);
        border-color: rgba(243, 221, 127, .4);
    }

    .rtp-thumb .rtp-status.is-low {
        color: #ff7b6b;
        border-color: rgba(255, 123, 107, .4);
    }

    .rtp-game {
        font-size: 13px;
        font-weight: 700;
        color: #fff8e8;
        margin: 0 0 10px;
        line-height: 1.25;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

    .rtp-bar {
        flex: 1;
        height: 7px;
        border-radius: 999px;
        background: rgba(255, 255, 255, .08);
        overflow: hidden;
    }

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

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

    .rtp-info {
        border-top: 1px dashed rgba(243, 221, 127, .15);
        padding-top: 9px;
        display: grid;
        gap: 6px;
    }

    .rtp-info-item {
        display: flex;
        align-items: flex-start;
        gap: 6px;
        font-size: 11px;
        line-height: 1.35;
    }

    .rtp-info-item .rtp-label {
        color: #7a6e58;
        min-width: 68px;
        flex-shrink: 0;
    }

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

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

    .rtp-disclaimer {
        text-align: center;
        margin-top: 22px;
        font-size: 11px;
        color: #6a5e48;
    }

    .win-popup {
        --wp-gold: #f3dd7f;
        --wp-green: #5ee89a;
        position: fixed;
        left: 18px;
        bottom: 18px;
        z-index: 1035;
        width: 300px;
        max-width: calc(100vw - 36px);
        display: flex;
        gap: 12px;
        align-items: center;
        padding: 12px 34px 12px 12px;
        background: linear-gradient(160deg, #1f1a12 0%, #14110c 100%);
        border: 1px solid rgba(243, 221, 127, .35);
        border-radius: 12px;
        box-shadow: 0 12px 36px rgba(0, 0, 0, .5);
        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 52px;
        width: 52px;
        height: 52px;
        border-radius: 8px;
        overflow: hidden;
        border: 1px solid rgba(243, 221, 127, .3);
        background: #0a0806;
    }

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

    .win-popup-badge {
        font-size: 9px;
        font-weight: 800;
        color: #0a1a12;
        background: var(--wp-green);
        padding: 1px 7px;
        border-radius: 999px;
        white-space: nowrap;
    }

    .win-popup-id {
        font-size: 11px;
        font-weight: 700;
        color: var(--wp-gold);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

    .win-popup-prov {
        font-size: 10px;
        color: #7a6e58;
        margin-bottom: 2px;
    }

    .win-popup-amount {
        font-size: 15px;
        font-weight: 800;
        color: var(--wp-gold);
        letter-spacing: .3px;
    }

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

    @keyframes winPop {
        0% { transform: scale(.7); opacity: 0; }
        60% { transform: scale(1.08); }
        100% { transform: scale(1); opacity: 1; }
    }

    .win-popup-close {
        position: absolute;
        top: 6px;
        right: 8px;
        border: none;
        background: transparent;
        color: #7a6e58;
        font-size: 18px;
        line-height: 1;
        cursor: pointer;
        padding: 2px;
    }

    .win-popup-close:hover {
        color: var(--rtp-gold);
    }

    @media (max-width: 900px) {
        .rtp-grid {
            grid-template-columns: repeat(2, 1fr);
        }
    }

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

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

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