/* ===== 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: 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 {
                                        --ori-purple: #40027e;
                                        --ori-purple-deep: #1a0035;
                                        --ori-purple-mid: #2c0354;
                                        --ori-lime: #e4ff23;
                                        --ori-gold: #f3dd7f;
                                        --ori-muted: #c9b8e8;
                                        position: relative;
                                        margin: 0 0 26px;
                                        padding: 20px 16px 18px;
                                        font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
                                        background:
                                            linear-gradient(145deg, var(--ori-purple-deep) 0%, var(--ori-purple-mid) 55%, #1f0240 100%);
                                        border: 1px solid rgba(228, 255, 35, .22);
                                        border-radius: 16px;
                                        overflow: hidden;
                                        box-shadow: 0 12px 36px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(228, 255, 35, .08);
                                    }

                                    .txn-wrap::before {
                                        content: "";
                                        position: absolute;
                                        inset: 0;
                                        background:
                                            repeating-linear-gradient(-45deg, transparent, transparent 18px, rgba(228, 255, 35, .025) 18px, rgba(228, 255, 35, .025) 19px);
                                        pointer-events: none;
                                    }

                                    .txn-wrap::after {
                                        content: "";
                                        position: absolute;
                                        bottom: -50px;
                                        left: -40px;
                                        width: 160px;
                                        height: 160px;
                                        border-radius: 50%;
                                        background: var(--ori-lime);
                                        filter: blur(80px);
                                        opacity: .12;
                                        pointer-events: none;
                                    }

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

                                    .txn-title {
                                        display: inline-flex;
                                        align-items: center;
                                        gap: 10px;
                                        margin: 0;
                                        font-family: 'gilroybold', 'digital_sans_ef_medium', Arial, sans-serif;
                                        font-size: 13px;
                                        font-weight: 800;
                                        letter-spacing: 1.1px;
                                        text-transform: uppercase;
                                        color: #f5f0ff;
                                        line-height: 1.35;
                                    }

                                    .txn-title::before,
                                    .txn-title::after {
                                        content: "◆";
                                        font-size: 9px;
                                        color: var(--ori-lime);
                                        text-shadow: 0 0 10px rgba(228, 255, 35, .6);
                                    }

                                    .txn-title strong {
                                        display: block;
                                        font-size: 15px;
                                        color: var(--ori-lime);
                                        letter-spacing: 1.5px;
                                        text-shadow: 0 0 16px rgba(228, 255, 35, .35);
                                    }

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

                                    .txn-panel {
                                        background: rgba(26, 0, 53, .72);
                                        border: 1px solid rgba(228, 255, 35, .12);
                                        border-radius: 12px;
                                        overflow: hidden;
                                        backdrop-filter: blur(5px);
                                        transition: border-color .25s ease, box-shadow .25s ease;
                                    }

                                    .txn-panel:hover {
                                        border-color: rgba(228, 255, 35, .32);
                                        box-shadow: 0 8px 26px rgba(64, 2, 126, .45);
                                    }

                                    .txn-deposit {
                                        border-left: 4px solid var(--ori-lime);
                                    }

                                    .txn-withdraw {
                                        border-left: 4px solid var(--ori-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: #fff;
                                        background: rgba(64, 2, 126, .35);
                                        border-bottom: 1px solid rgba(255, 255, 255, .06);
                                    }

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

                                    .txn-deposit .txn-ico {
                                        color: var(--ori-purple-deep);
                                        background: var(--ori-lime);
                                        box-shadow: 0 0 12px rgba(228, 255, 35, .45);
                                    }

                                    .txn-withdraw .txn-ico {
                                        color: #3a2800;
                                        background: linear-gradient(135deg, var(--ori-gold), #c9a020);
                                        box-shadow: 0 0 10px rgba(243, 221, 127, .35);
                                    }

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

                                    .txn-withdraw .txn-live {
                                        color: var(--ori-gold);
                                        background: rgba(243, 221, 127, .1);
                                        border-color: rgba(243, 221, 127, .28);
                                    }

                                    .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(228, 255, 35, .06);
                                        animation: txnRise .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 txnRise {
                                        from {
                                            opacity: 0;
                                            transform: translateY(14px);
                                        }
                                        to {
                                            opacity: 1;
                                            transform: translateY(0);
                                        }
                                    }

                                    .txn-avatar {
                                        flex: 0 0 34px;
                                        width: 34px;
                                        height: 34px;
                                        border-radius: 10px;
                                        display: flex;
                                        align-items: center;
                                        justify-content: center;
                                        font-size: 12px;
                                        font-weight: 800;
                                        color: #fff;
                                        border: 2px solid rgba(228, 255, 35, .35);
                                        box-shadow: 0 0 0 2px rgba(64, 2, 126, .8);
                                    }

                                    .txn-deposit .txn-avatar {
                                        background: linear-gradient(135deg, #5a0099 0%, var(--ori-purple) 100%);
                                        color: var(--ori-lime);
                                    }

                                    .txn-withdraw .txn-avatar {
                                        background: linear-gradient(135deg, #6b4e00 0%, #9a7200 100%);
                                        color: var(--ori-gold);
                                        border-color: rgba(243, 221, 127, .4);
                                    }

                                    .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(--ori-muted);
                                        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;
                                        border: 1px solid transparent;
                                    }

                                    .txn-deposit .txn-amt {
                                        color: var(--ori-purple-deep);
                                        background: var(--ori-lime);
                                        border-color: rgba(228, 255, 35, .5);
                                        box-shadow: 0 0 12px rgba(228, 255, 35, .25);
                                    }

                                    .txn-withdraw .txn-amt {
                                        color: #2a1f00;
                                        background: linear-gradient(135deg, var(--ori-gold), #d4b84a);
                                        border-color: rgba(243, 221, 127, .45);
                                    }

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

                                    @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-purple: #40027e;
        --rtp-purple-deep: #1a0035;
        --rtp-purple-mid: #2c0354;
        --rtp-lime: #e4ff23;
        --rtp-gold: #f3dd7f;
        --rtp-muted: #c9b8e8;
        position: relative;
        overflow: hidden;
        padding: 44px 0 52px;
        color: #f0eaff;
        font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
        background-color: var(--rtp-purple-deep);
        background-image:
            radial-gradient(circle at 20% 0%, rgba(228, 255, 35, .07) 0%, transparent 42%),
            radial-gradient(circle at 85% 100%, rgba(64, 2, 126, .55) 0%, transparent 45%),
            linear-gradient(180deg, #120024 0%, var(--rtp-purple-mid) 100%);
    }

    .rtp-live-section::before {
        content: "";
        position: absolute;
        inset: 0;
        background-image: radial-gradient(rgba(228, 255, 35, .14) 1px, transparent 1px);
        background-size: 22px 22px;
        opacity: .18;
        pointer-events: none;
    }

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

    .rtp-live-header {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        margin-bottom: 20px;
        padding: 18px 20px;
        background: rgba(0, 0, 0, .28);
        border: 1px solid rgba(228, 255, 35, .2);
        border-radius: 14px;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
    }

    .rtp-header-badge {
        flex-shrink: 0;
        padding: 8px 12px;
        font-family: 'gilroybold', Arial, sans-serif;
        font-size: 11px;
        font-weight: 800;
        letter-spacing: 1.2px;
        color: var(--rtp-purple-deep);
        background: var(--rtp-lime);
        border-radius: 8px;
        box-shadow: 0 0 18px rgba(228, 255, 35, .35);
        animation: rtpBadgePulse 2s ease-in-out infinite;
    }

    @keyframes rtpBadgePulse {
        0%, 100% { box-shadow: 0 0 18px rgba(228, 255, 35, .35); }
        50% { box-shadow: 0 0 28px rgba(228, 255, 35, .55); }
    }

    .rtp-header-text {
        flex: 1;
        min-width: 0;
    }

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

    .rtp-live-header h2 em {
        font-style: normal;
        color: var(--rtp-lime);
    }

    .rtp-live-header p {
        margin: 0;
        color: #d4c8f0;
        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-bottom: 18px;
        padding: 10px 14px;
        background: rgba(26, 0, 53, .65);
        border: 1px dashed rgba(228, 255, 35, .28);
        border-radius: 10px;
    }

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

    .rtp-live-clock::before {
        content: "WIB";
        font-size: 9px;
        font-weight: 800;
        letter-spacing: .6px;
        color: var(--rtp-purple-deep);
        background: var(--rtp-lime);
        padding: 3px 6px;
        border-radius: 4px;
    }

    .rtp-refresh-btn {
        cursor: pointer;
        border: none;
        border-radius: 8px;
        background: linear-gradient(135deg, var(--rtp-lime) 0%, #b8d61a 100%);
        color: var(--rtp-purple-deep);
        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(228, 255, 35, .25);
    }

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

    .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(20, 0, 42, .82);
        border: 1px solid rgba(228, 255, 35, .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(228, 255, 35, .4);
        box-shadow: 0 10px 28px rgba(0, 0, 0, .4), 0 0 14px rgba(228, 255, 35, .1);
    }

    .rtp-thumb {
        position: relative;
        width: 100%;
        height: 132px;
        background: #0a0018;
        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(26, 0, 53, .45) 0%, transparent 45%, rgba(26, 0, 53, .35) 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, 0, 24, .9);
        border: 1px solid rgba(255, 255, 255, .08);
    }

    .rtp-thumb .rtp-status.is-gacor {
        color: var(--rtp-lime);
        border-color: rgba(228, 255, 35, .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: #ff7b7b;
        border-color: rgba(255, 123, 123, .4);
    }

    .rtp-game {
        font-size: 14px;
        font-weight: 700;
        color: #fff;
        margin: 0 0 8px;
        line-height: 1.3;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

    .rtp-bar {
        flex: 1;
        height: 10px;
        border-radius: 3px;
        background: rgba(0, 0, 0, .5);
        border: 1px solid rgba(228, 255, 35, .12);
        overflow: hidden;
        position: relative;
    }

    .rtp-bar::before {
        content: "";
        position: absolute;
        inset: 0;
        background: repeating-linear-gradient(90deg, transparent, transparent 8px, rgba(255, 255, 255, .04) 8px, rgba(255, 255, 255, .04) 9px);
        pointer-events: none;
    }

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

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

    .rtp-info {
        display: grid;
        gap: 4px;
    }

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

    .rtp-info-item .rtp-label {
        color: var(--rtp-muted);
        flex-shrink: 0;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: .3px;
    }

    .rtp-info-item .rtp-value {
        color: #f0eaff;
        font-weight: 600;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

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

    .rtp-disclaimer {
        text-align: center;
        margin-top: 20px;
        font-size: 11px;
        color: #a898c8;
        line-height: 1.5;
        padding: 10px 16px;
        border-radius: 999px;
        background: rgba(0, 0, 0, .3);
        border: 1px solid rgba(228, 255, 35, .12);
    }

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

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

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

    .win-popup {
        --wp-purple: #40027e;
        --wp-lime: #e4ff23;
        --wp-gold: #f3dd7f;
        --wp-muted: #c9b8e8;
        position: fixed;
        left: 50%;
        bottom: 16px;
        z-index: 1035;
        width: 328px;
        max-width: calc(100vw - 32px);
        display: flex;
        gap: 11px;
        align-items: center;
        padding: 12px 36px 12px 12px;
        background: linear-gradient(145deg, #220040 0%, #1a0035 100%);
        border: 1px solid rgba(228, 255, 35, .35);
        border-radius: 12px;
        box-shadow: 0 16px 40px rgba(0, 0, 0, .55);
        font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
        transform: translate(-50%, 130%);
        opacity: 0;
        transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .5s;
    }

    .win-popup.is-visible {
        transform: translate(-50%, 0);
        opacity: 1;
    }

    .win-popup-thumb {
        flex: 0 0 52px;
        width: 52px;
        height: 52px;
        border-radius: 50%;
        overflow: hidden;
        border: 2px solid var(--wp-lime);
        background: #0d0020;
        box-shadow: 0 0 14px rgba(228, 255, 35, .3);
    }

    .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: 8px;
        font-weight: 800;
        letter-spacing: .5px;
        text-transform: uppercase;
        color: var(--rtp-purple-deep);
        background: var(--wp-lime);
        padding: 2px 7px;
        border-radius: 3px;
        white-space: nowrap;
    }

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

    .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-muted);
        margin-bottom: 3px;
    }

    .win-popup-amount {
        font-size: 16px;
        font-weight: 800;
        color: var(--wp-lime);
        letter-spacing: .3px;
        text-shadow: 0 0 12px rgba(228, 255, 35, .4);
    }

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

    @keyframes winPop {
        0% { transform: scale(.8); opacity: 0; }
        70% { transform: scale(1.05); }
        100% { transform: scale(1); opacity: 1; }
    }

    .win-popup-close {
        position: absolute;
        top: 6px;
        right: 8px;
        border: none;
        background: rgba(255, 255, 255, .08);
        color: #fff;
        font-size: 15px;
        line-height: 1;
        cursor: pointer;
        padding: 2px 7px;
        border-radius: 4px;
        transition: background .2s, color .2s;
    }

    .win-popup-close:hover {
        background: var(--wp-lime);
        color: var(--rtp-purple-deep);
    }

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

    @media (max-width: 600px) {
        .rtp-live-header {
            flex-direction: column;
            align-items: stretch;
            gap: 12px;
        }

        .rtp-header-badge {
            align-self: flex-start;
        }

        .rtp-live-header h2 {
            font-size: 18px;
        }

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

        .win-popup {
            width: 290px;
            bottom: 12px;
        }
    }