@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700&family=Rajdhani:wght@600;700&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: #050B18;
            color: #E6F0FF;
        }
        img { max-width: 100%; height: auto; display: block; }
        a { color: #00F5FF; text-decoration: none; transition: color 0.2s ease; }
        a:hover { color: #70F8FF; }
        .btn, .cta {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 44px;
            min-inline-size: 44px;
            padding: 12px 24px;
            border-radius: 8px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            border: none;
            text-align: center;
        }
        .cta-primary { background: linear-gradient(to right, #00F5FF, #00C2CC); color: #050B18; box-shadow: 0 0 15px rgba(0, 245, 255, 0.6); }
        .cta-primary:hover { background: #70F8FF; transform: translateY(-2px); }
        .cta-secondary { background: #16213D; color: #E6F0FF; border: 1px solid #00F5FF; }
        .cta-secondary:hover { background: #1C2C4A; }
        h1, h2, h3 { font-family: 'Rajdhani', sans-serif; letter-spacing: -0.02em; margin-top: 0; color: #E6F0FF; }
        h1 { font-size: clamp(1.6rem, 6.5vw, 2.4rem); line-height: 1.2; margin-bottom: 1rem; }
        h2 { font-size: clamp(1.3rem, 5.2vw, 1.8rem); line-height: 1.25; margin-top: 2.5rem; margin-bottom: 1.25rem; }
        h3 { font-size: clamp(1.05rem, 4.2vw, 1.25rem); line-height: 1.3; margin-bottom: 0.75rem; }
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            margin-bottom: 2rem;
        }
        .header-brand { display: flex; align-items: center; gap: 10px; }
        .header-brand strong { font-size: 16px; font-weight: 400; }
        .header-actions { display: flex; gap: 12px; }
        main { width: 100%; }
        .hero-section { text-align: center; margin-bottom: 2rem; }
        .hero-intro-text { max-width: 800px; margin: 0 auto 1.5rem; color: #A0B0C5; }
        .hero-pill-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 1.5rem; }
        .hero-pill { background: #0D1629; border: 1px solid #1C2C4A; padding: 4px 12px; border-radius: 9999px; font-size: 0.875rem; color: #C0C0C8; }
        .banner-link { display: block; width: 100%; overflow: hidden; border-radius: 16px; }
        .banner-link img { width: 100%; aspect-ratio: 2 / 1; object-fit: cover; }
        .category-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 2rem 0; }
        .category-tile { background: #0D1629; padding: 1.5rem; border-radius: 16px; text-align: center; border: 1px solid #1C2C4A; transition: border-color 0.3s; }
        .category-tile:hover { border-color: #00F5FF; }
        .category-tile i { font-size: 2rem; color: #00F5FF; margin-bottom: 10px; display: block; }
        .category-tile strong { display: block; margin-bottom: 5px; font-size: 1.1rem; }
        .category-tile span { font-size: 0.875rem; color: #A0B0C5; display: block; }
        .games-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-bottom: 2rem; }
        .game-card { background: #0D1629; border-radius: 16px; overflow: hidden; border: 1px solid #1C2C4A; transition: transform 0.3s; }
        .game-card:hover { transform: translateY(-5px); border-color: #00F5FF; }
        .game-card img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
        .game-card-info { padding: 12px; text-align: center; }
        .game-card-info h3 { margin: 0; font-size: 1rem; color: #E6F0FF; }
        .facts-wrapper { background: #0D1629; border-radius: 16px; padding: 1.5rem; border: 1px solid #1C2C4A; }
        .freshness-notice { font-style: italic; color: #6B7C96; font-size: 0.875rem; margin-bottom: 1rem; display: block; }
        .facts-table { width: 100%; border-collapse: collapse; }
        .facts-table td { padding: 12px; border-bottom: 1px solid #1C2C4A; }
        .facts-table td:first-child { font-weight: 600; color: #C0C0C8; width: 40%; }
        .facts-table td:last-child { color: #E6F0FF; }
        .facts-footer { margin-top: 1rem; font-size: 0.875rem; text-align: center; }
        .toc-nav { display: flex; overflow-x: auto; gap: 12px; padding: 1rem 0; margin: 2rem 0; scrollbar-width: none; }
        .toc-nav::-webkit-scrollbar { display: none; }
        .toc-link { background: #16213D; padding: 8px 16px; border-radius: 9999px; white-space: nowrap; font-size: 0.875rem; border: 1px solid #1C2C4A; }
        .promo-card { background: #0D1629; border-radius: 16px; padding: 1.5rem; border: 1px solid #1C2C4A; margin-bottom: 1rem; display: flex; flex-direction: column; }
        .promo-card h3 { color: #00F5FF; }
        .usp-container { display: grid; gap: 16px; margin: 2rem 0; }
        .usp-tile { background: #0D1629; padding: 1.25rem; border-radius: 16px; display: flex; gap: 15px; align-items: flex-start; border: 1px solid #1C2C4A; }
        .usp-tile i { font-size: 1.5rem; color: #00F5FF; margin-top: 4px; }
        .usp-tile strong { display: block; margin-bottom: 4px; }
        .usp-tile p { margin: 0; font-size: 0.875rem; color: #A0B0C5; }
        .payment-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
        .payment-card { background: #0D1629; padding: 1.25rem; border-radius: 16px; text-align: center; border: 1px solid #1C2C4A; }
        .payment-card i { font-size: 1.5rem; color: #00F5FF; margin-bottom: 10px; display: block; }
        .payment-card strong { display: block; margin-bottom: 8px; }
        .payment-card p { margin: 0; font-size: 0.875rem; color: #A0B0C5; }
        .guide-list { display: grid; gap: 16px; }
        .guide-item { background: #0D1629; padding: 1.5rem; border-radius: 16px; border: 1px solid #1C2C4A; }
        .guide-meta { font-size: 0.75rem; color: #6B7C96; margin-bottom: 10px; display: block; }
        .steps-container { display: grid; gap: 20px; }
        .step-card { display: flex; gap: 15px; background: #0D1629; padding: 1.25rem; border-radius: 16px; border: 1px solid #1C2C4A; align-items: center; }
        .step-num { width: 32px; height: 32px; background: #00F5FF; color: #050B18; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; flex-shrink: 0; }
        .step-content h3 { margin: 0; font-size: 1.1rem; }
        .step-content a { color: inherit; }
        .download-section { background: #0D1629; padding: 2rem; border-radius: 16px; text-align: center; border: 1px solid #00F5FF; }
        .announcement-item { background: #0D1629; padding: 1.25rem; border-radius: 16px; border: 1px solid #1C2C4A; margin-bottom: 12px; display: flex; gap: 15px; }
        .announcement-item i { color: #00F5FF; font-size: 1.2rem; margin-top: 4px; }
        .announcement-date { font-size: 0.75rem; color: #6B7C96; display: block; margin-top: 8px; }
        .faq-item { margin-bottom: 1rem; background: #0D1629; border-radius: 16px; border: 1px solid #1C2C4A; }
        .faq-item summary { padding: 1.25rem; cursor: pointer; outline: none; }
        .faq-item p { padding: 0 1.25rem 1.25rem; color: #A0B0C5; margin: 0; }
        .about-section { background: #0D1629; padding: 2rem; border-radius: 16px; border: 1px solid #1C2C4A; margin-bottom: 2rem; }
        .team-card { background: #16213D; padding: 1.5rem; border-radius: 12px; margin-top: 2rem; border-left: 4px solid #00F5FF; }
        .security-section { background: #0D1629; padding: 2rem; border-radius: 16px; border: 1px solid #1C2C4A; }
        footer { background: #050B18; padding: 3rem 0 5rem; border-top: 1px solid #1C2C4A; text-align: center; }
        .footer-sitemap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; max-width: 800px; margin: 0 auto 2rem; }
        .footer-contact { margin-bottom: 2rem; font-size: 0.875rem; }
        .footer-legal { font-size: 0.75rem; color: #6B7C96; max-width: 700px; margin: 0 auto; }
        .navigator { position: fixed; inset-inline: 0; bottom: 0; background: #0D1629; display: flex; justify-content: space-around; padding: 12px 0 calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid #1C2C4A; z-index: 100; }
        .nav-item { text-align: center; color: #A0B0C5; font-size: 0.75rem; text-decoration: none; flex: 1; }
        .nav-item i { display: block; font-size: 1.2rem; margin-bottom: 4px; }
        .nav-item:hover { color: #00F5FF; }
        .utility-link { font-size: 0.875rem; color: #00F5FF; text-decoration: underline; }
        section { content-visibility: auto; contain-intrinsic-size: 1px 500px; }
        @media (min-width: 768px) {
            body { padding-inline: 24px; padding-bottom: 24px; }
            .category-grid { grid-template-columns: repeat(3, 1fr); }
            .games-grid { grid-template-columns: repeat(4, 1fr); }
            .payment-grid { grid-template-columns: repeat(4, 1fr); }
            .navigator { display: none; }
            footer { padding-bottom: 24px; }
        }
        @media (min-width: 1200px) {
            body { padding-inline: 32px; max-width: 1200px; margin-inline: auto; }
            .category-grid { grid-template-columns: repeat(4, 1fr); }
            .games-grid { grid-template-columns: repeat(4, 1fr); }
        }