/* ===== 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 {
                                margin: 0 0 20px;
                                font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
                            }

                            .txn-crown {
                                background: linear-gradient(145deg, #0f1412 0%, #1a2420 45%, #121a16 100%);
                                border: 1px solid rgba(16, 185, 129, .35);
                                border-radius: 16px;
                                padding: 18px 16px 16px;
                                box-shadow: 0 8px 28px rgba(0, 0, 0, .35), inset 0 1px 0 rgba(212, 175, 55, .12);
                                position: relative;
                                overflow: hidden;
                            }

                            .txn-crown::before {
                                content: "";
                                position: absolute;
                                top: 0;
                                left: 0;
                                right: 0;
                                height: 3px;
                                background: linear-gradient(90deg, #059669, #d4af37, #10b981, #d4af37, #059669);
                            }

                            .txn-title {
                                text-align: center;
                                font-size: 17px;
                                font-weight: 700;
                                letter-spacing: 1.2px;
                                margin: 0 0 16px;
                                color: #f5e6a8;
                                text-transform: uppercase;
                            }

                            .txn-title span {
                                color: #34d399;
                            }

                            .txn-section {
                                display: grid;
                                grid-template-columns: 1fr 1fr;
                                gap: 12px;
                            }

                            .txn-panel {
                                background: rgba(0, 0, 0, .28);
                                border: 1px solid rgba(16, 185, 129, .22);
                                border-radius: 12px;
                                overflow: hidden;
                            }

                            .txn-head {
                                display: flex;
                                align-items: center;
                                gap: 8px;
                                padding: 10px 14px;
                                font-size: 12px;
                                font-weight: 700;
                                letter-spacing: .6px;
                                color: #e8f5ef;
                                border-bottom: 1px solid rgba(16, 185, 129, .2);
                                background: linear-gradient(90deg, rgba(5, 150, 105, .25), rgba(212, 175, 55, .08));
                            }

                            .txn-ico {
                                font-size: 10px;
                            }

                            .txn-deposit .txn-ico {
                                color: #34d399;
                            }

                            .txn-withdraw .txn-ico {
                                color: #f5d77a;
                            }

                            .txn-live {
                                margin-left: auto;
                                font-size: 9px;
                                font-weight: 700;
                                color: #6ee7b7;
                                display: inline-flex;
                                align-items: center;
                                gap: 5px;
                                letter-spacing: .4px;
                            }

                            .txn-live::before {
                                content: "";
                                width: 6px;
                                height: 6px;
                                border-radius: 50%;
                                background: #34d399;
                                box-shadow: 0 0 8px #10b981;
                                animation: txnPulse 1.4s infinite;
                            }

                            @keyframes txnPulse {
                                0%, 100% { opacity: 1; }
                                50% { opacity: .25; }
                            }

                            .txn-list {
                                list-style: none;
                                margin: 0;
                                padding: 6px 0;
                                overflow: hidden;
                            }

                            .txn-row {
                                display: flex;
                                align-items: center;
                                gap: 10px;
                                padding: 9px 12px 9px 10px;
                                margin: 0 8px 6px;
                                border-radius: 8px;
                                background: rgba(255, 255, 255, .03);
                                border-left: 3px solid transparent;
                                animation: txnIn .45s ease;
                            }

                            .txn-deposit .txn-row {
                                border-left-color: #10b981;
                            }

                            .txn-withdraw .txn-row {
                                border-left-color: #d4af37;
                            }

                            .txn-row:last-child {
                                margin-bottom: 0;
                            }

                            @keyframes txnIn {
                                from { opacity: 0; transform: translateX(-8px); }
                                to { opacity: 1; transform: translateX(0); }
                            }

                            .txn-avatar {
                                flex: 0 0 32px;
                                width: 32px;
                                height: 32px;
                                clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
                                display: flex;
                                align-items: center;
                                justify-content: center;
                                font-size: 12px;
                                font-weight: 800;
                                color: #0f1412;
                            }

                            .txn-deposit .txn-avatar {
                                background: linear-gradient(135deg, #6ee7b7, #059669);
                            }

                            .txn-withdraw .txn-avatar {
                                background: linear-gradient(135deg, #f5e6a8, #c9a227);
                            }

                            .txn-meta {
                                min-width: 0;
                                flex: 1;
                            }

                            .txn-id {
                                font-size: 13px;
                                font-weight: 700;
                                color: #f0fdf4;
                                overflow: hidden;
                                text-overflow: ellipsis;
                                white-space: nowrap;
                            }

                            .txn-sub {
                                font-size: 10px;
                                color: #94a89e;
                                margin-top: 1px;
                            }

                            .txn-amt {
                                font-weight: 800;
                                font-size: 13px;
                                white-space: nowrap;
                                font-variant-numeric: tabular-nums;
                            }

                            .txn-deposit .txn-amt {
                                color: #6ee7b7;
                            }

                            .txn-withdraw .txn-amt {
                                color: #f5d77a;
                            }

                            @media (max-width: 600px) {
                                .txn-section {
                                    grid-template-columns: 1fr;
                                }
                            }

/* ===== RTP Live & Jam Gacor ===== */

.rtp-crown-section {
            background:
                radial-gradient(ellipse 90% 60% at 50% -10%, rgba(16, 185, 129, .18) 0%, transparent 55%),
                radial-gradient(ellipse 70% 50% at 80% 100%, rgba(212, 175, 55, .10) 0%, transparent 50%),
                linear-gradient(180deg, #0c1210 0%, #141c18 50%, #0f1613 100%);
            padding: 44px 0 52px;
            color: #e8f5ef;
            font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
            border-top: 1px solid rgba(16, 185, 129, .3);
        }

        .rtp-crown-section .container {
            max-width: 1100px;
            margin: 0 auto;
            padding: 0 16px;
        }

        .rtp-crown-header {
            text-align: center;
            margin-bottom: 28px;
        }

        .rtp-crown-header h2 {
            margin: 0 0 10px;
            font-size: 26px;
            font-weight: 700;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            background: linear-gradient(90deg, #34d399, #f5e6a8, #10b981);
            -webkit-background-clip: text;
            background-clip: text;
            -webkit-text-fill-color: transparent;
            color: #34d399;
        }

        .rtp-crown-header p {
            margin: 0 auto;
            max-width: 620px;
            color: #8fb5a4;
            font-size: 13px;
            line-height: 1.55;
        }

        .rtp-crown-controls {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            flex-wrap: wrap;
            margin-top: 14px;
        }

        .rtp-crown-clock {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(16, 185, 129, .12);
            border: 1px solid rgba(52, 211, 153, .35);
            color: #6ee7b7;
            padding: 7px 15px;
            border-radius: 8px;
            font-size: 13px;
            letter-spacing: .4px;
            font-variant-numeric: tabular-nums;
        }

        .rtp-crown-clock::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #34d399;
            box-shadow: 0 0 8px #10b981;
            animation: rtpCrownPulse 1.4s infinite;
        }

        @keyframes rtpCrownPulse {
            0%, 100% { opacity: 1; }
            50% { opacity: .25; }
        }

        .rtp-crown-refresh {
            cursor: pointer;
            border: 1px solid rgba(212, 175, 55, .5);
            border-radius: 8px;
            background: linear-gradient(135deg, #1a2822, #0f1a15);
            color: #f5e6a8;
            font-weight: 700;
            font-size: 13px;
            padding: 8px 18px;
            transition: transform .15s, box-shadow .15s, border-color .15s;
        }

        .rtp-crown-refresh:hover {
            transform: translateY(-1px);
            border-color: #d4af37;
            box-shadow: 0 4px 16px rgba(16, 185, 129, .25);
        }

        .rtp-crown-refresh:active { transform: translateY(0); }
        .rtp-crown-refresh[disabled] { opacity: .55; cursor: default; }

        .rtp-matrix {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
        }

        .rtp-mcard {
            display: flex;
            align-items: stretch;
            gap: 0;
            background: rgba(0, 0, 0, .32);
            border: 1px solid rgba(16, 185, 129, .2);
            border-radius: 12px;
            overflow: hidden;
            position: relative;
            transition: transform .18s, border-color .18s, box-shadow .18s;
        }

        .rtp-mcard::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, #10b981, #d4af37, #10b981, transparent);
            opacity: .7;
        }

        .rtp-mcard:hover {
            transform: translateY(-2px);
            border-color: rgba(52, 211, 153, .45);
            box-shadow: 0 8px 24px rgba(0, 0, 0, .35);
        }

        .rtp-mrank {
            flex: 0 0 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 11px;
            font-weight: 800;
            color: #0f1412;
            background: linear-gradient(180deg, #f5e6a8, #c9a227);
            letter-spacing: 0;
        }

        .rtp-mthumb {
            flex: 0 0 76px;
            width: 76px;
            position: relative;
            overflow: hidden;
            background: #1a2420;
        }

        .rtp-mthumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
            transition: transform .3s;
        }

        .rtp-mcard:hover .rtp-mthumb img { transform: scale(1.08); }

        .rtp-mbody {
            flex: 1;
            min-width: 0;
            padding: 10px 12px 10px 10px;
        }

        .rtp-mtop {
            display: flex;
            align-items: flex-start;
            justify-content: space-between;
            gap: 8px;
            margin-bottom: 6px;
        }

        .rtp-mgame {
            font-size: 14px;
            font-weight: 700;
            color: #f0fdf4;
            line-height: 1.25;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            flex: 1;
            min-width: 0;
        }

        .rtp-mprov {
            font-size: 9px;
            font-weight: 700;
            letter-spacing: .3px;
            padding: 2px 7px;
            border-radius: 4px;
            color: #fff;
            text-transform: uppercase;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .rtp-mstatus {
            font-size: 9px;
            font-weight: 700;
            padding: 2px 7px;
            border-radius: 4px;
            white-space: nowrap;
            flex-shrink: 0;
        }

        .rtp-mstatus.is-gacor {
            color: #6ee7b7;
            background: rgba(16, 185, 129, .18);
            border: 1px solid rgba(52, 211, 153, .4);
        }

        .rtp-mstatus.is-normal {
            color: #f5e6a8;
            background: rgba(212, 175, 55, .12);
            border: 1px solid rgba(212, 175, 55, .35);
        }

        .rtp-mstatus.is-low {
            color: #fca5a5;
            background: rgba(239, 68, 68, .12);
            border: 1px solid rgba(248, 113, 113, .35);
        }

        .rtp-mmeter {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-bottom: 8px;
        }

        .rtp-mbar {
            flex: 1;
            height: 6px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .08);
            overflow: hidden;
        }

        .rtp-mbar > span {
            display: block;
            height: 100%;
            border-radius: 999px;
            width: 0;
            transition: width .85s cubic-bezier(.22, 1, .36, 1);
        }

        .rtp-mpct {
            font-size: 15px;
            font-weight: 800;
            min-width: 48px;
            text-align: right;
            font-variant-numeric: tabular-nums;
        }

        .rtp-mmeta {
            display: grid;
            gap: 4px;
            font-size: 11px;
        }

        .rtp-mmeta-row {
            display: flex;
            gap: 6px;
            align-items: baseline;
        }

        .rtp-mlabel {
            color: #6b8f7d;
            min-width: 62px;
            flex-shrink: 0;
        }

        .rtp-mval {
            color: #c6ddd2;
            font-weight: 600;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .rtp-mval.jam { color: #f5e6a8; }

        .rtp-crown-note {
            text-align: center;
            margin-top: 22px;
            font-size: 11px;
            color: #5a7a6a;
        }

        /* Win toast — tengah bawah */
        .win-toast {
            position: fixed;
            left: 50%;
            bottom: 22px;
            z-index: 1035;
            width: 340px;
            max-width: calc(100vw - 32px);
            display: flex;
            gap: 12px;
            align-items: center;
            padding: 12px 36px 12px 14px;
            background: linear-gradient(145deg, #1a2822 0%, #0f1a15 100%);
            border: 1px solid rgba(16, 185, 129, .4);
            border-radius: 14px;
            box-shadow: 0 16px 40px rgba(0, 0, 0, .45), 0 0 0 1px rgba(212, 175, 55, .15);
            font-family: 'digital_sans_ef_medium', Arial, Helvetica, sans-serif;
            transform: translate(-50%, 140%);
            opacity: 0;
            transition: transform .5s cubic-bezier(.22, 1, .36, 1), opacity .5s;
        }

        .win-toast.is-visible {
            transform: translate(-50%, 0);
            opacity: 1;
        }

        .win-toast::before {
            content: "";
            position: absolute;
            top: 0;
            left: 16px;
            right: 16px;
            height: 2px;
            background: linear-gradient(90deg, #10b981, #d4af37);
            border-radius: 2px;
        }

        .win-toast-thumb {
            flex: 0 0 52px;
            width: 52px;
            height: 52px;
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid rgba(52, 211, 153, .35);
            background: #141c18;
        }

        .win-toast-thumb img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        .win-toast-body { min-width: 0; flex: 1; }

        .win-toast-ribbon {
            display: inline-block;
            font-size: 9px;
            font-weight: 700;
            letter-spacing: .5px;
            text-transform: uppercase;
            color: #0f1412;
            background: linear-gradient(90deg, #34d399, #6ee7b7);
            padding: 2px 8px;
            border-radius: 4px;
            margin-bottom: 4px;
        }

        .win-toast-id {
            font-size: 11px;
            font-weight: 700;
            color: #f5e6a8;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .win-toast-game {
            font-size: 13px;
            font-weight: 700;
            color: #f0fdf4;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .win-toast-prov {
            font-size: 10px;
            color: #8fb5a4;
            margin-bottom: 2px;
        }

        .win-toast-amount {
            font-size: 15px;
            font-weight: 800;
            color: #34d399;
            letter-spacing: .3px;
        }

        .win-toast.is-visible .win-toast-amount {
            animation: winToastPop .55s ease;
        }

        @keyframes winToastPop {
            0% { transform: scale(.75); opacity: 0; }
            60% { transform: scale(1.06); }
            100% { transform: scale(1); opacity: 1; }
        }

        .win-toast-close {
            position: absolute;
            top: 8px;
            right: 10px;
            border: none;
            background: transparent;
            color: #5a7a6a;
            font-size: 18px;
            line-height: 1;
            cursor: pointer;
            padding: 2px;
        }

        .win-toast-close:hover { color: #94a89e; }

        @media (max-width: 720px) {
            .rtp-matrix { grid-template-columns: 1fr; }
            .rtp-crown-header h2 { font-size: 21px; }
        }

        @media (max-width: 400px) {
            .win-toast { width: calc(100vw - 24px); bottom: 12px; }
            .rtp-mthumb { flex: 0 0 64px; width: 64px; }
        }
