@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Be+Vietnam+Pro:wght@400;500;600;700;900&display=swap');
        html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
        body {
            margin: 0;
            font-family: 'Be Vietnam Pro', 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: #022C22;
            color: #ECFDF5;
        }
        img { max-width: 100%; height: auto; display: block; }
        a { color: #FFD300; text-decoration: none; transition: color 0.2s ease; }
        a:hover { color: #FDE047; }
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding-block: 1rem;
            background-color: #063A2E;
            position: sticky;
            top: 0;
            z-index: 100;
            border-bottom: 2px solid #D4AF37;
        }
        .header-brand { display: flex; align-items: center; gap: 8px; }
        .header-brand strong { font-size: 16px; font-weight: normal; color: #ECFDF5; }
        .header-actions { display: flex; gap: 10px; }
        .btn-nav {
            background: #FFD300;
            color: #022C22;
            padding: 8px 16px;
            border-radius: 4px;
            font-weight: 700;
            font-size: 0.875rem;
        }
        .btn-nav-alt {
            background: transparent;
            color: #FFD300;
            border: 1px solid #FFD300;
        }
        main { width: 100%; }
        .hero-section {
            padding-block: 2rem 0;
            text-align: center;
        }
        h1 {
            font-family: 'Archivo Black', sans-serif;
            font-size: clamp(1.6rem, 6.5vw, 2.4rem);
            line-height: 1.2;
            color: #FFD300;
            text-transform: uppercase;
            font-style: italic;
            text-shadow: 3px 3px 0 #064E3B;
            margin-bottom: 1.5rem;
        }
        .hero-text {
            max-width: 800px;
            margin: 0 auto 2rem;
            color: #A7F3D0;
            font-size: 1.1rem;
        }
        .cta-main {
            display: block;
            background: linear-gradient(180deg, #FFD300 0%, #EAB308 100%);
            color: #022C22;
            padding: 16px;
            border-radius: 8px;
            font-weight: 900;
            font-size: 1.25rem;
            text-align: center;
            box-shadow: 0 4px 0 #B48A00;
            margin-bottom: 1.5rem;
        }
        .hero-tags {
            display: flex;
            justify-content: center;
            gap: 10px;
            flex-wrap: wrap;
            margin-bottom: 2rem;
        }
        .tag-pill {
            background: #064E3B;
            color: #FFD300;
            padding: 4px 12px;
            border-radius: 9999px;
            font-size: 0.75rem;
            border: 1px solid #D4AF37;
        }
        .banner-wrap { width: 100%; line-height: 0; }
        .banner-img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
        .category-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            padding-block: 2rem 0;
        }
        .category-tile {
            background: #063A2E;
            padding: 1.5rem;
            border-radius: 8px;
            text-align: center;
            border: 1px solid #064E3B;
            box-shadow: 4px 4px 0 #022C22;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 10px;
        }
        .category-tile i { font-size: 2rem; color: #FFD300; }
        .category-tile strong { display: block; color: #ECFDF5; font-size: 1.1rem; }
        .category-tile span { font-size: 0.85rem; color: #6EE7B7; }
        .game-section { padding-block: 2rem 0; }
        h2 {
            font-family: 'Archivo Black', sans-serif;
            font-size: clamp(1.3rem, 5.2vw, 1.8rem);
            line-height: 1.25;
            color: #FFD300;
            margin-bottom: 1.5rem;
            text-transform: uppercase;
            font-style: italic;
        }
        .game-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 15px;
        }
        .game-card {
            background: #0B4D3F;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 4px 4px 0 #022C22;
            text-decoration: none;
            display: block;
        }
        .game-card img { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .game-card h3 {
            font-size: 0.95rem;
            color: #ECFDF5;
            padding: 10px;
            margin: 0;
            text-align: center;
            background: #063A2E;
        }
        .facts-wrap {
            background: #063A2E;
            border-radius: 8px;
            padding: 1.5rem;
            margin-block: 2rem 0;
            border: 1px solid #D4AF37;
        }
        .freshness-notice {
            font-style: italic;
            color: #6EE7B7;
            font-size: 0.85rem;
            margin-bottom: 1rem;
            display: block;
        }
        .facts-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 1rem;
        }
        .facts-table td {
            padding: 12px;
            border-bottom: 1px solid #064E3B;
            color: #ECFDF5;
        }
        .facts-table td:first-child { font-weight: 600; color: #FFD300; width: 40%; }
        .terms-link {
            display: block;
            text-align: center;
            font-size: 0.8rem;
            color: #A7F3D0;
        }
        .toc-nav {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding-block: 1.5rem;
            scrollbar-width: none;
        }
        .toc-nav::-webkit-scrollbar { display: none; }
        .toc-link {
            white-space: nowrap;
            background: #0B4D3F;
            padding: 8px 16px;
            border-radius: 4px;
            font-size: 0.85rem;
            border: 1px solid #064E3B;
        }
        .promo-grid { display: grid; gap: 20px; padding-block: 2rem 0; }
        .promo-card {
            background: #063A2E;
            border-radius: 8px;
            padding: 1.5rem;
            border-left: 5px solid #FFD300;
            box-shadow: 4px 4px 0 #022C22;
        }
        .promo-card h3 { color: #FFD300; margin-top: 0; }
        .promo-card p { color: #A7F3D0; margin-bottom: 1.5rem; }
        .btn-promo {
            display: inline-block;
            background: #FFD300;
            color: #022C22;
            padding: 10px 20px;
            border-radius: 4px;
            font-weight: 700;
        }
        .usp-bar {
            display: grid;
            gap: 15px;
            padding-block: 2rem 0;
        }
        .usp-tile {
            background: #0B4D3F;
            padding: 1.2rem;
            border-radius: 8px;
            display: flex;
            gap: 15px;
            align-items: center;
            border: 1px solid #064E3B;
        }
        .usp-tile i { font-size: 1.5rem; color: #FFD300; width: 30px; text-align: center; }
        .usp-content strong { display: block; color: #ECFDF5; font-size: 1.1rem; }
        .usp-content span { font-size: 0.9rem; color: #A7F3D0; }
        .payment-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            padding-block: 2rem 0;
        }
        .pay-card {
            background: #063A2E;
            padding: 1rem;
            border-radius: 8px;
            text-align: center;
            border: 1px solid #064E3B;
        }
        .pay-card i { font-size: 1.5rem; color: #FFD300; margin-bottom: 10px; display: block; }
        .pay-card strong { display: block; color: #ECFDF5; margin-bottom: 8px; }
        .pay-card p { font-size: 0.8rem; color: #A7F3D0; margin: 0; }
        .guide-steps { display: grid; gap: 20px; padding-block: 2rem 0; }
        .step-item {
            display: flex;
            gap: 15px;
            background: #0B4D3F;
            padding: 1.5rem;
            border-radius: 8px;
            align-items: flex-start;
        }
        .step-num {
            background: #FFD300;
            color: #022C22;
            width: 32px;
            height: 32px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 900;
            flex-shrink: 0;
        }
        .step-content h3 { margin: 0 0 10px 0; color: #FFD300; }
        .step-content a { color: #FFD300; text-decoration: underline; }
        .app-section {
            background: #063A2E;
            padding: 2rem 1.5rem;
            border-radius: 8px;
            text-align: center;
            margin-block: 2rem 0;
        }
        .btn-app {
            display: block;
            background: #FFD300;
            color: #022C22;
            padding: 15px;
            border-radius: 8px;
            font-weight: 700;
            margin-block: 1.5rem;
        }
        .player-guides { display: grid; gap: 20px; padding-block: 2rem 0; }
        .guide-card {
            background: #0B4D3F;
            padding: 1.5rem;
            border-radius: 8px;
            border-bottom: 3px solid #D4AF37;
        }
        .guide-card h3 { color: #FFD300; margin-top: 0; }
        .guide-meta { font-size: 0.8rem; color: #6EE7B7; margin-bottom: 1rem; display: block; }
        .announcement-list { display: grid; gap: 15px; padding-block: 2rem 0; }
        .ann-item {
            background: #063A2E;
            padding: 1rem;
            border-radius: 8px;
            display: flex;
            gap: 15px;
            border: 1px solid #064E3B;
        }
        .ann-item i { color: #FFD300; margin-top: 5px; }
        .ann-text h3 { font-size: 1rem; margin: 0 0 5px 0; color: #ECFDF5; }
        .ann-text p { font-size: 0.85rem; color: #A7F3D0; margin: 0 0 10px 0; }
        .ann-date { font-size: 0.75rem; color: #6EE7B7; }
        .faq-section { padding-block: 2rem 0; }
        details { background: #0B4D3F; margin-bottom: 10px; border-radius: 8px; overflow: hidden; }
        summary { padding: 15px; cursor: pointer; list-style: none; color: #FFD300; font-weight: 600; }
        summary::-webkit-details-marker { display: none; }
        .faq-answer { padding: 0 15px 15px; color: #A7F3D0; font-size: 0.95rem; }
        .about-section {
            background: #063A2E;
            padding: 2rem 1.5rem;
            border-radius: 8px;
            margin-block: 2rem 0;
        }
        .team-card {
            background: #022C22;
            padding: 1.5rem;
            border-radius: 8px;
            margin-top: 1.5rem;
            border: 1px dashed #D4AF37;
        }
        .security-section {
            padding-block: 2rem 0;
            text-align: center;
        }
        .sec-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin-block: 1.5rem;
        }
        .sec-item {
            background: #0B4D3F;
            padding: 1.5rem;
            border-radius: 8px;
            border: 1px solid #064E3B;
        }
        .sec-item i { font-size: 2rem; color: #FFD300; margin-bottom: 1rem; display: block; }
        footer {
            background: #022C22;
            padding: 3rem 0 5rem;
            border-top: 2px solid #064E3B;
            text-align: center;
            margin-top: 3rem;
        }
        .footer-sitemap {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            max-width: 600px;
            margin: 0 auto 2rem;
            text-align: center;
        }
        .footer-sitemap a { font-size: 0.85rem; color: #A7F3D0; }
        .footer-contact { margin-bottom: 2rem; font-size: 0.9rem; }
        .footer-legal { font-size: 0.75rem; color: #6EE7B7; line-height: 1.4; }
        .navigator {
            position: fixed;
            inset-inline: 0;
            bottom: 0;
            background: #063A2E;
            display: flex;
            justify-content: space-around;
            padding-block: 10px;
            padding-bottom: calc(10px + env(safe-area-inset-bottom));
            border-top: 2px solid #D4AF37;
            z-index: 1000;
        }
        .nav-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 4px;
            color: #A7F3D0;
            font-size: 0.7rem;
            text-decoration: none;
        }
        .nav-item i { font-size: 1.2rem; color: #FFD300; }
        .util-link { color: #FFD300; font-weight: 600; text-decoration: underline; }

        @media (min-width: 768px) {
            body { padding-inline: 24px; padding-bottom: 24px; }
            .category-grid { grid-template-columns: repeat(3, 1fr); }
            .game-grid { grid-template-columns: repeat(4, 1fr); }
            .payment-grid { grid-template-columns: repeat(4, 1fr); }
            .navigator { display: none; }
            .footer-sitemap { grid-template-columns: repeat(5, 1fr); }
        }
        @media (min-width: 1200px) {
            body { padding-inline: 32px; max-width: 1200px; margin-inline: auto; }
            .category-grid { grid-template-columns: repeat(4, 1fr); }
            .game-grid { grid-template-columns: repeat(4, 1fr); }
        }
        section { content-visibility: auto; contain-intrinsic-size: 1px 500px; }