@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: #050A18;
            color: #E6EEFF;
        }
        img, video, iframe { max-width: 100%; height: auto; display: block; }
        a { color: #00F5FF; text-decoration: none; transition: color 0.3s ease; }
        a:hover { color: #FFFFFF; }
        .btn, .cta {
            min-height: 44px;
            min-inline-size: 44px;
            padding: 12px 18px;
            border-radius: 8px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            cursor: pointer;
            border: none;
            transition: transform 0.2s ease, filter 0.2s ease;
            text-align: center;
        }
        .ctaPrimary { background: linear-gradient(180deg, #00F5FF 0%, #00C4CC 100%); color: #050A18; }
        .ctaSecondary { background: #151E3D; color: #E6EEFF; border: 1px solid #00F5FF; }
        .btnHover:hover { transform: translateY(-2px); filter: brightness(1.1); }
        h1, h2, h3 { font-family: 'Rajdhani', sans-serif; letter-spacing: -0.02em; color: #E6EEFF; }
        h1 { font-size: clamp(1.6rem, 6.5vw, 2.4rem); line-height: 1.2; margin: 0 0 1rem 0; }
        h2 { font-size: clamp(1.3rem, 5.2vw, 1.8rem); line-height: 1.25; margin-top: 2rem; margin-bottom: 1rem; }
        h3 { font-size: clamp(1.05rem, 4.2vw, 1.25rem); line-height: 1.3; margin: 0 0 0.5rem 0; }
        header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            border-bottom: 1px solid #1D294D;
        }
        .headerLogo { display: flex; align-items: center; gap: 8px; }
        .headerBrand { font-size: 16px; font-weight: normal; color: #E6EEFF; }
        .headerActions { display: flex; gap: 10px; }
        main { width: 100%; }
        .heroSection { text-align: center; padding: 2rem 0; }
        .heroIntro { max-width: 800px; margin: 0 auto 2rem auto; color: #B0BBE0; }
        .heroTags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-top: 1.5rem; }
        .tagPill { background: #151E3D; color: #00F5FF; padding: 4px 12px; border-radius: 9999px; font-size: 0.8rem; border: 1px solid #00F5FF; }
        .bannerWrap { display: block; width: 100%; margin: 0; padding: 0; }
        .bannerImg { width: 100%; aspect-ratio: 2/1; object-fit: cover; }
        .categoryGrid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin: 2rem 0;
        }
        .categoryTile {
            background: #0C1329;
            border: 1px solid #1D294D;
            border-radius: 16px;
            padding: 1.5rem;
            text-align: center;
            transition: box-shadow 0.3s ease;
        }
        .categoryTile:hover { box-shadow: 0 0 15px rgba(0, 245, 255, 0.3); }
        .categoryIcon { font-size: 2rem; color: #00F5FF; margin-bottom: 0.5rem; display: block; }
        .categoryTitle { display: block; color: #E6EEFF; font-weight: 600; margin-bottom: 4px; }
        .categoryDesc { font-size: 0.85rem; color: #7A8BBA; display: block; }
        .gameGrid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin: 1.5rem 0;
        }
        .gameCard {
            background: #0C1329;
            border-radius: 12px;
            overflow: hidden;
            border: 1px solid #1D294D;
            transition: transform 0.2s ease;
        }
        .gameCard:hover { transform: scale(1.02); }
        .gameImg { width: 100%; aspect-ratio: 1/1; object-fit: cover; }
        .gameInfo { padding: 10px; text-align: center; }
        .gameInfo h3 { font-size: 1rem; color: #E6EEFF; }
        .factTable {
            width: 100%;
            border-collapse: collapse;
            margin: 1rem 0;
            background: #0C1329;
            border-radius: 12px;
            overflow: hidden;
        }
        .factRow { border-bottom: 1px solid #1D294D; }
        .factLabel { padding: 12px; color: #B0BBE0; font-weight: 500; width: 40%; }
        .factValue { padding: 12px; color: #E6EEFF; text-align: right; }
        .freshNotice { font-style: italic; color: #7A8BBA; font-size: 0.85rem; margin-bottom: 1rem; }
        .termsLink { display: block; text-align: center; font-size: 0.85rem; margin-top: 1rem; color: #B0BBE0; }
        .tocNav {
            display: flex;
            overflow-x: auto;
            gap: 10px;
            padding: 1rem 0;
            scrollbar-width: none;
        }
        .tocNav::-webkit-scrollbar { display: none; }
        .tocItem {
            white-space: nowrap;
            background: #151E3D;
            padding: 8px 16px;
            border-radius: 8px;
            font-size: 0.9rem;
            border: 1px solid #2C3B6D;
        }
        .promoSection { margin: 3rem 0; }
        .promoCard {
            background: #0C1329;
            border: 1px solid #2C3B6D;
            border-radius: 16px;
            padding: 1.5rem;
            margin-bottom: 1rem;
            display: flex;
            flex-direction: column;
            gap: 1rem;
        }
        .uspBar {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
            margin: 2rem 0;
        }
        .uspTile {
            background: #0C1329;
            padding: 1rem;
            border-radius: 12px;
            display: flex;
            gap: 12px;
            align-items: flex-start;
            border-left: 4px solid #00F5FF;
        }
        .uspIcon { color: #00F5FF; font-size: 1.2rem; margin-top: 4px; }
        .uspTitle { display: block; font-weight: 600; color: #E6EEFF; }
        .uspText { font-size: 0.9rem; color: #B0BBE0; }
        .paymentGrid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 12px;
            margin: 1.5rem 0;
        }
        .payCard {
            background: #0C1329;
            border: 1px solid #1D294D;
            border-radius: 12px;
            padding: 1rem;
            text-align: center;
        }
        .payIcon { font-size: 1.5rem; color: #00F5FF; margin-bottom: 8px; display: block; }
        .payName { display: block; font-weight: 600; margin-bottom: 8px; }
        .payDesc { font-size: 0.8rem; color: #7A8BBA; line-height: 1.4; }
        .stepGrid { margin: 2rem 0; }
        .stepItem {
            display: flex;
            gap: 16px;
            margin-bottom: 1.5rem;
            align-items: flex-start;
        }
        .stepBadge {
            min-width: 32px;
            height: 32px;
            background: #00F5FF;
            color: #050A18;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
        }
        .stepContent h3 { color: #E6EEFF; margin: 0 0 8px 0; }
        .stepContent a { color: inherit; text-decoration: none; }
        .downloadSection {
            background: #0C1329;
            padding: 2rem;
            border-radius: 16px;
            text-align: center;
            margin: 2rem 0;
        }
        .guideItem {
            background: #0C1329;
            padding: 1.5rem;
            border-radius: 12px;
            margin-bottom: 1rem;
            border: 1px solid #1D294D;
        }
        .guideMeta { font-size: 0.8rem; color: #7A8BBA; margin-bottom: 8px; display: block; }
        .announcementGrid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 12px;
            margin: 1.5rem 0;
        }
        .announcementCard {
            background: #0C1329;
            padding: 1rem;
            border-radius: 12px;
            border: 1px solid #1D294D;
            display: flex;
            gap: 12px;
        }
        .announcementIcon { color: #00F5FF; }
        .announcementDate { font-size: 0.8rem; color: #7A8BBA; margin-top: 8px; display: block; }
        .faqContainer { margin: 2rem 0; }
        .faqItem { margin-bottom: 12px; background: #0C1329; border-radius: 8px; overflow: hidden; border: 1px solid #1D294D; }
        .faqSummary { padding: 1rem; cursor: pointer; list-style: none; }
        .faqAnswer { padding: 0 1rem 1rem 1rem; color: #B0BBE0; font-size: 0.95rem; }
        .trustCard {
            background: #151E3D;
            padding: 1.5rem;
            border-radius: 16px;
            margin-top: 2rem;
            border: 1px solid #00F5FF;
        }
        .securitySection {
            background: #0C1329;
            padding: 2rem;
            border-radius: 16px;
            margin: 2rem 0;
        }
        .rgLinks { display: flex; flex-wrap: wrap; gap: 12px; margin: 1.5rem 0; }
        .rgLink { background: #151E3D; padding: 8px 16px; border-radius: 8px; font-size: 0.9rem; border: 1px solid #2C3B6D; }
        footer {
            padding: 2rem 0;
            border-top: 1px solid #1D294D;
            margin-top: 3rem;
        }
        .footerSitemap {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-bottom: 2rem;
        }
        .footerSitemap a { font-size: 0.9rem; color: #B0BBE0; }
        .footerContact { text-align: center; margin-bottom: 1.5rem; font-size: 0.95rem; }
        .footerLegal { text-align: center; font-size: 0.8rem; color: #7A8BBA; line-height: 1.6; }
        .navigator {
            position: fixed;
            inset-inline: 0;
            bottom: 0;
            background: #0C1329;
            border-top: 1px solid #1D294D;
            display: flex;
            justify-content: space-around;
            padding: 12px 0 calc(12px + env(safe-area-inset-bottom));
            z-index: 1000;
        }
        .navItem { text-align: center; color: #B0BBE0; font-size: 0.75rem; display: flex; flex-direction: column; gap: 4px; }
        .navItem i { font-size: 1.2rem; color: #00F5FF; }
        
        section { content-visibility: auto; contain-intrinsic-size: 1px 500px; }

        @media (min-width: 768px) {
            body { padding-inline: 24px; padding-bottom: 24px; }
            .categoryGrid { grid-template-columns: repeat(3, 1fr); }
            .gameGrid { grid-template-columns: repeat(2, 1fr); }
            .paymentGrid { grid-template-columns: repeat(4, 1fr); }
            .uspBar { grid-template-columns: repeat(2, 1fr); }
            .navigator { position: static; display: none; }
            footer { padding-bottom: 24px; }
        }
        @media (min-width: 1200px) {
            body { padding-inline: 32px; max-width: 1200px; margin-inline: auto; }
            .categoryGrid { grid-template-columns: repeat(4, 1fr); }
            .gameGrid { grid-template-columns: repeat(4, 1fr); }
            .paymentGrid { grid-template-columns: repeat(4, 1fr); }
            .uspBar { grid-template-columns: repeat(4, 1fr); }
        }