:root {
            --primary: #D4AF37;
            --primary-hover: #F9E076;
            --secondary: #B8860B;
            --secondary-hover: #DAA520;
            --accent: #FFD700;
            --bg-main: #0A0A0A;
            --bg-surface: #1A1A1A;
            --bg-elevated: #262626;
            --overlay: rgba(0, 0, 0, 0.85);
            --text-primary: #FFFFFF;
            --text-secondary: #E0E0E0;
            --text-muted: #A0A0A0;
            --text-contrast: #000000;
            --link: #D4AF37;
            --link-hover: #F9E076;
            --success: #28A745;
            --error: #DC3545;
            --warning: #FFC107;
            --info: #17A2B8;
            --border-def: #333333;
            --border-strong: #4D4D4D;
            --border-brand: #D4AF37;
        }
        html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
        body {
            margin: 0;
            font-family: 'Inter', sans-serif;
            font-size: clamp(15px, 3.9vw, 16px);
            line-height: 1.65;
            padding-inline: 14px;
            padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
            overflow-x: hidden;
            background-color: var(--bg-main);
            color: var(--text-primary);
        }
        h1, h2, h3 { font-family: 'Montserrat', sans-serif; letter-spacing: -0.02em; color: var(--text-primary); }
        h1 { font-size: clamp(1.6rem, 6.5vw, 2.4rem); line-height: 1.2; margin: 1rem 0; }
        h2 { font-size: clamp(1.3rem, 5.2vw, 1.8rem); line-height: 1.25; margin-top: 2rem; border-left: 4px solid var(--primary); padding-left: 12px; }
        h3 { font-size: clamp(1.05rem, 4.2vw, 1.25rem); line-height: 1.3; margin: 0; }
        img, video { max-width: 100%; height: auto; display: block; }
        a { color: var(--link); text-decoration: none; transition: color 0.2s; }
        a:hover { color: var(--link-hover); }
        button, .btn { 
            min-height: 44px; min-inline-size: 44px; padding: 12px 18px; 
            cursor: pointer; border: none; border-radius: 8px; 
            font-weight: 600; transition: transform 0.2s, background 0.2s; 
            display: inline-flex; align-items: center; justify-content: center;
        }
        .btn-primary { background: var(--primary); color: var(--text-contrast); }
        .btn-primary:hover { background: var(--primary-hover); transform: translateY(-2px); }
        header { 
            display: flex; justify-content: space-between; align-items: center; 
            padding: 12px 0; sticky; top: 0; z-index: 100; background: var(--bg-main);
        }
        .brand-link { display: flex; align-items: center; gap: 8px; }
        .brand-name { font-size: 16px; font-weight: normal; color: var(--text-primary); }
        main { width: 100%; }
        section { 
            margin-bottom: 40px; 
            content-visibility: auto; 
            contain-intrinsic-size: 1px 500px; 
        }
        .hero-banner a { display: block; aspect-ratio: 2/1; overflow: hidden; border-radius: 12px; }
        .hero-banner img { width: 100%; height: 100%; object-fit: cover; }
        .cta-full { width: 100%; font-size: 1.2rem; margin: 20px 0; }
        .game-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .game-card { 
            background: var(--bg-surface); border-radius: 12px; overflow: hidden; 
            border: 1px solid var(--border-def); transition: border-color 0.2s;
        }
        .game-card:hover { border-color: var(--primary); }
        .game-card img { aspect-ratio: 1/1; object-fit: cover; }
        .game-card h3 { padding: 12px; font-size: 14px; text-align: center; color: var(--text-secondary); }
        .fact-table { width: 100%; border-collapse: collapse; background: var(--bg-surface); border-radius: 12px; overflow: hidden; }
        .fact-table td { padding: 12px; border-bottom: 1px solid var(--border-def); }
        .fact-table td:first-child { font-weight: 600; color: var(--text-muted); width: 40%; }
        .toc-nav { 
            display: flex; overflow-x: auto; gap: 10px; padding: 10px 0; 
            scrollbar-width: none; -ms-overflow-style: none; 
        }
        .toc-nav::-webkit-scrollbar { display: none; }
        .toc-link { 
            background: var(--bg-elevated); white-space: nowrap; padding: 8px 16px; 
            border-radius: 20px; font-size: 14px; border: 1px solid var(--border-strong);
        }
        .cat-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .cat-tile { 
            background: var(--bg-surface); padding: 16px; border-radius: 12px; 
            text-align: center; border: 1px solid var(--border-def); 
        }
        .cat-tile i { font-size: 24px; color: var(--primary); margin-bottom: 8px; }
        .cat-tile span { display: block; font-weight: 600; margin-bottom: 4px; }
        .cat-tile p { font-size: 12px; color: var(--text-muted); margin: 0; }
        .usp-card { 
            background: var(--bg-surface); padding: 20px; border-radius: 12px; 
            margin-bottom: 12px; border: 1px solid var(--border-def); 
            display: flex; gap: 15px; align-items: center;
        }
        .usp-card i { font-size: 30px; color: var(--primary); }
        .promo-card { 
            background: linear-gradient(135deg, var(--bg-surface), var(--bg-elevated)); 
            padding: 20px; border-radius: 12px; margin-bottom: 15px; 
            border: 1px solid var(--border-brand);
        }
        .payment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
        .pay-card { 
            background: var(--bg-surface); padding: 15px; border-radius: 12px; 
            text-align: center; border: 1px solid var(--border-def);
        }
        .pay-card i { font-size: 24px; color: var(--primary); margin-bottom: 8px; }
        .guide-step { 
            display: flex; gap: 15px; padding: 20px; background: var(--bg-surface); 
            border-radius: 12px; margin-bottom: 15px; align-items: flex-start;
        }
        .step-num { 
            min-width: 32px; height: 32px; background: var(--primary); 
            color: var(--text-contrast); border-radius: 50%; display: flex; 
            align-items: center; justify-content: center; font-weight: bold;
        }
        .provider-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
        .provider-card { 
            background: var(--bg-elevated); padding: 15px; border-radius: 8px; 
            text-align: center; font-weight: 600; border: 1px solid var(--border-def);
        }
        .player-guide { background: var(--bg-surface); padding: 15px; border-radius: 12px; margin-bottom: 12px; }
        .meta-text { font-size: 12px; color: var(--text-muted); display: block; margin-bottom: 8px; }
        .article-card { 
            display: flex; gap: 12px; background: var(--bg-surface); 
            padding: 12px; border-radius: 12px; margin-bottom: 12px; border: 1px solid var(--border-def);
        }
        .article-card img { width: 100px; aspect-ratio: 4/3; object-fit: cover; border-radius: 8px; }
        .vip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 10px; }
        .vip-card { 
            background: var(--bg-elevated); padding: 15px; border-radius: 12px; 
            text-align: center; border: 1px solid var(--border-strong);
        }
        .faq-item { background: var(--bg-surface); margin-bottom: 10px; border-radius: 12px; }
        .faq-item summary { padding: 15px; cursor: pointer; font-weight: 600; list-style: none; }
        .faq-item p { padding: 0 15px 15px; color: var(--text-secondary); }
        .team-card { 
            background: var(--bg-elevated); padding: 20px; border-radius: 12px; 
            border: 1px solid var(--primary); margin-top: 20px;
        }
        footer { 
            background: var(--bg-surface); padding: 40px 0 20px; 
            border-top: 1px solid var(--border-strong); margin-top: 40px;
        }
        .footer-links { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin-bottom: 30px; }
        .footer-legal { font-size: 12px; color: var(--text-muted); text-align: center; }
        .navigator { 
            position: fixed; inset-inline: 0; bottom: 0; height: 72px; 
            background: var(--bg-surface); display: flex; justify-content: space-around; 
            align-items: center; padding-bottom: env(safe-area-inset-bottom); 
            border-top: 1px solid var(--border-strong); z-index: 1000;
        }
        .nav-item { display: flex; flex-direction: column; align-items: center; color: var(--text-muted); font-size: 11px; }
        .nav-item i { font-size: 20px; margin-bottom: 4px; }
        .nav-item:hover { color: var(--primary); }

        @media (min-width: 768px) {
            body { padding-inline: 24px; padding-bottom: 24px; }
            .game-grid, .provider-grid { grid-template-columns: repeat(4, 1fr); }
            .cat-grid { grid-template-columns: repeat(3, 1fr); }
            .payment-grid { grid-template-columns: repeat(4, 1fr); }
            .navigator { display: none; }
        }
        @media (min-width: 1200px) {
            body { padding-inline: 32px; max-width: 1200px; margin-inline: auto; }
        }