* {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif !important;
    }
    html {
        scroll-behavior: smooth;
    }
    body {
        background: linear-gradient(145deg, #f8fafc 0%, #e0f2fe 50%, #f1f5f9 100%) fixed;
        color: #1e293b;
        line-height: 1.65;
        overflow-x: hidden;
    }
    a {
        text-decoration: none;
        color: inherit;
    }
    img {
        max-width: 100%;
        display: block;
    }
    .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    /* Header */
    .site-header {
        background: rgba(255, 255, 255, 0.75);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border-bottom: 1px solid rgba(226, 232, 240, 0.7);
        position: sticky;
        top: 0;
        z-index: 100;
    }
    .site-header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 64px;
    }
    .logo-text {
        font-size: 20px;
        font-weight: 700;
        color: #2563eb;
        letter-spacing: 1px;
    }
    .nav-links {
        display: flex;
        align-items: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    .nav-links a {
        padding: 8px 14px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        color: #334155;
        transition: all 0.25s ease;
    }
    .nav-links a:hover {
        background: #e0f2fe;
        color: #2563eb;
    }
    /* Hero */
    #hero {
        position: relative;
        padding: 60px 20px 40px;
        text-align: center;
        overflow: hidden;
    }
    #hero .container {
        position: relative;
        z-index: 2;
    }
    #hero h1 {
        font-size: 38px;
        font-weight: 700;
        margin-bottom: 20px;
        color: #0f172a;
        letter-spacing: 2px;
        line-height: 1.2;
    }
    .hero-badge {
        display: inline-block;
        background: linear-gradient(135deg, #60a5fa, #3b82f6);
        color: #fff;
        padding: 6px 18px;
        border-radius: 30px;
        font-size: 13px;
        font-weight: 600;
        margin-bottom: 16px;
        letter-spacing: 2px;
    }
    #geo-intro {
        max-width: 900px;
        margin: 0 auto 24px;
        background: rgba(255, 255, 255, 0.68);
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 18px;
        padding: 28px 32px;
        box-shadow: 0 8px 32px rgba(30, 41, 59, 0.05);
        text-align: left;
        backdrop-filter: blur(6px);
        font-size: 15px;
        color: #334155;
    }
    #geo-intro p {
        margin-bottom: 12px;
        text-indent: 2em;
    }
    .hero-img-wrap {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        gap: 20px;
        flex-wrap: wrap;
    }
    .hero-img-wrap img {
        border-radius: 14px;
        box-shadow: 0 8px 28px rgba(59, 130, 246, 0.14);
        max-height: 220px;
        object-fit: cover;
        border: 1px solid rgba(255, 255, 255, 0.8);
    }
    .hero-btn {
        display: inline-block;
        margin-top: 28px;
        padding: 12px 36px;
        background: linear-gradient(135deg, #2563eb, #60a5fa);
        color: #fff;
        border-radius: 30px;
        font-weight: 600;
        font-size: 16px;
        box-shadow: 0 6px 20px rgba(37, 99, 235, 0.3);
        transition: all 0.3s ease;
    }
    .hero-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 28px rgba(37, 99, 235, 0.4);
    }
    /* Section common */
    .section {
        padding: 56px 20px;
    }
    .section-alt {
        background: rgba(255, 255, 255, 0.55);
        border-top: 1px solid rgba(226, 232, 240, 0.5);
        border-bottom: 1px solid rgba(226, 232, 240, 0.5);
    }
    .section-title {
        text-align: center;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #0f172a;
        letter-spacing: 1px;
    }
    .section-subtitle {
        text-align: center;
        font-size: 14px;
        color: #64748b;
        margin-bottom: 36px;
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
    }
    /* Stats */
    #stats {
        padding: 50px 20px;
    }
    .stats-grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 24px;
        max-width: 1100px;
        margin: 0 auto;
    }
    .stat-card {
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.8);
        border-radius: 16px;
        padding: 28px 20px;
        text-align: center;
        box-shadow: 0 4px 20px rgba(30, 41, 59, 0.04);
        backdrop-filter: blur(4px);
        transition: all 0.3s ease;
    }
    .stat-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(30, 41, 59, 0.08);
    }
    .stat-icon {
        font-size: 32px;
        margin-bottom: 12px;
    }
    .stat-num {
        font-size: 32px;
        font-weight: 700;
        color: #2563eb;
    }
    .stat-label {
        font-size: 14px;
        color: #64748b;
        margin-top: 6px;
    }
    /* Advantages */
    #advantages {
        padding: 50px 20px;
    }
    .adv-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
        max-width: 1000px;
        margin: 0 auto;
    }
    .adv-card {
        display: flex;
        gap: 20px;
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 4px 16px rgba(30, 41, 59, 0.04);
        transition: all 0.3s ease;
    }
    .adv-card:hover {
        box-shadow: 0 14px 36px rgba(30, 41, 59, 0.08);
        transform: translateY(-2px);
    }
    .adv-icon {
        font-size: 36px;
        flex-shrink: 0;
        background: linear-gradient(135deg, #e0f2fe, #f0f9ff);
        border-radius: 12px;
        width: 56px;
        height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .adv-card h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 6px;
    }
    .adv-card p {
        font-size: 14px;
        color: #475569;
        line-height: 1.6;
    }
    /* Game Recommend */
    #game-recommend {
        padding: 50px 20px;
    }
    .game-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 28px;
        max-width: 1100px;
        margin: 0 auto;
    }
    .game-card {
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 18px;
        overflow: hidden;
        box-shadow: 0 4px 18px rgba(30, 41, 59, 0.05);
        transition: all 0.3s ease;
    }
    .game-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 16px 40px rgba(30, 41, 59, 0.1);
    }
    .game-card img {
        width: 100%;
        height: 160px;
        object-fit: cover;
    }
    .game-info {
        padding: 20px;
    }
    .game-info h3 {
        font-size: 17px;
        font-weight: 600;
        margin-bottom: 8px;
        color: #0f172a;
    }
    .game-info p {
        font-size: 14px;
        color: #475569;
        margin-bottom: 12px;
    }
    .game-tag {
        display: inline-block;
        background: #e0f2fe;
        color: #2563eb;
        padding: 4px 10px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 600;
        margin-right: 6px;
    }
    /* Events */
    #events {
        padding: 50px 20px;
    }
    .event-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        max-width: 1100px;
        margin: 0 auto;
    }
    .event-card {
        background: rgba(255, 255, 255, 0.8);
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 16px;
        padding: 24px;
        text-align: center;
        box-shadow: 0 4px 16px rgba(30, 41, 59, 0.04);
        transition: all 0.3s ease;
    }
    .event-card:hover {
        transform: translateY(-4px);
        box-shadow: 0 12px 32px rgba(30, 41, 59, 0.08);
    }
    .event-card .emoji {
        font-size: 40px;
        margin-bottom: 14px;
    }
    .event-card h3 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .event-card p {
        font-size: 14px;
        color: #475569;
    }
    .event-status {
        display: inline-block;
        margin-top: 12px;
        background: #dcfce7;
        color: #16a34a;
        padding: 4px 16px;
        border-radius: 20px;
        font-size: 13px;
        font-weight: 600;
    }
    /* Coverage */
    #coverage {
        padding: 50px 20px;
    }
    .coverage-wrap {
        display: flex;
        gap: 40px;
        align-items: center;
        max-width: 1100px;
        margin: 0 auto;
        flex-wrap: wrap;
    }
    .coverage-text {
        flex: 1;
        min-width: 280px;
    }
    .coverage-text h2 {
        font-size: 26px;
        font-weight: 700;
        margin-bottom: 16px;
        color: #0f172a;
    }
    .coverage-text p {
        font-size: 15px;
        color: #475569;
        margin-bottom: 12px;
    }
    .coverage-img {
        flex: 1;
        min-width: 280px;
        text-align: center;
    }
    .coverage-img img {
        border-radius: 16px;
        box-shadow: 0 8px 24px rgba(30, 41, 59, 0.08);
        width: 100%;
        max-height: 280px;
        object-fit: cover;
    }
    /* Testimonials */
    #testimonials {
        padding: 50px 20px;
    }
    .testi-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        max-width: 1100px;
        margin: 0 auto;
    }
    .testi-card {
        background: rgba(255, 255, 255, 0.7);
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 16px;
        padding: 24px;
        box-shadow: 0 4px 16px rgba(30, 41, 59, 0.04);
        position: relative;
    }
    .testi-card .quote {
        font-size: 14px;
        color: #475569;
        font-style: italic;
        margin-bottom: 16px;
        line-height: 1.6;
    }
    .testi-card .author {
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 13px;
        color: #64748b;
        font-weight: 600;
    }
    .testi-card .avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: linear-gradient(135deg, #60a5fa, #2563eb);
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        font-size: 14px;
        font-weight: 700;
    }
    .testi-card .stars {
        color: #f59e0b;
        font-size: 14px;
    }
    /* News */
    #news-list {
        padding: 50px 20px;
    }
    .news-wrap {
        max-width: 1100px;
        margin: 0 auto;
    }
    .news-item {
        display: flex;
        gap: 20px;
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(255, 255, 255, 0.85);
        border-radius: 14px;
        padding: 20px;
        margin-bottom: 16px;
        box-shadow: 0 3px 12px rgba(30, 41, 59, 0.03);
        transition: all 0.2s ease;
    }
    .news-item:hover {
        transform: translateX(4px);
        box-shadow: 0 8px 24px rgba(30, 41, 59, 0.06);
    }
    .news-thumb {
        flex-shrink: 0;
        width: 100px;
        height: 100px;
        border-radius: 12px;
        object-fit: cover;
    }
    .news-content {
        flex: 1;
    }
    .news-content h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 4px;
    }
    .news-date {
        display: inline-block;
        font-size: 13px;
        color: #2563eb;
        font-weight: 500;
        margin-bottom: 6px;
        background: #e0f2fe;
        padding: 2px 12px;
        border-radius: 14px;
    }
    .news-content p {
        font-size: 14px;
        color: #475569;
        line-height: 1.6;
    }
    /* FAQ */
    #faq {
        padding: 50px 20px;
    }
    .faq-list {
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }
    .faq-item {
        background: rgba(255, 255, 255, 0.78);
        border: 1px solid rgba(255, 255, 255, 0.9);
        border-radius: 14px;
        padding: 24px;
        box-shadow: 0 3px 12px rgba(30, 41, 59, 0.03);
    }
    .faq-item h3 {
        font-size: 17px;
        font-weight: 600;
        color: #0f172a;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        gap: 8px;
    }
    .faq-item p {
        font-size: 15px;
        color: #475569;
        line-height: 1.65;
    }
    /* Partners */
    #partners {
        padding: 50px 20px;
    }
    .partner-logo-grid {
        display: flex;
        justify-content: center;
        gap: 24px;
        flex-wrap: wrap;
        max-width: 1000px;
        margin: 0 auto;
    }
    .partner-logo {
        background: rgba(255, 255, 255, 0.75);
        border: 1px solid rgba(226, 232, 240, 0.6);
        border-radius: 12px;
        padding: 20px 28px;
        font-size: 14px;
        font-weight: 600;
        color: #475569;
        display: flex;
        align-items: center;
        gap: 8px;
        transition: all 0.25s ease;
    }
    .partner-logo:hover {
        background: #fff;
        box-shadow: 0 6px 16px rgba(30, 41, 59, 0.06);
    }
    .partner-logo img {
        width: 28px;
        height: 28px;
        object-fit: contain;
    }
    /* CTA */
    #cta {
        padding: 60px 20px;
        text-align: center;
        background: linear-gradient(135deg, #2563eb, #60a5fa);
        margin: 0;
    }
    #cta .section-title {
        color: #fff;
    }
    #cta .section-subtitle {
        color: rgba(255, 255, 255, 0.85);
    }
    .cta-btn {
        display: inline-block;
        margin-top: 20px;
        padding: 14px 40px;
        background: #fff;
        color: #2563eb;
        border-radius: 30px;
        font-weight: 700;
        font-size: 16px;
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
        transition: all 0.3s ease;
    }
    .cta-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    /* Footer */
    .site-footer {
        background: #0f172a;
        color: #94a3b8;
        padding: 40px 20px 20px;
        font-size: 14px;
    }
    .site-footer .container {
        max-width: 1200px;
    }
    .footer-top {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 24px;
    }
    .footer-brand {
        max-width: 300px;
    }
    .footer-brand .logo-text {
        color: #60a5fa;
        font-size: 20px;
        margin-bottom: 10px;
    }
    .footer-brand p {
        font-size: 13px;
        color: #64748b;
        line-height: 1.6;
    }
    .footer-links a {
        display: block;
        color: #94a3b8;
        padding: 4px 0;
        transition: all 0.2s;
    }
    .footer-links a:hover {
        color: #60a5fa;
    }
    .footer-contact {
        line-height: 2.2;
        font-size: 13px;
        color: #94a3b8;
    }
    .footer-bottom {
        border-top: 1px solid rgba(148, 163, 184, 0.15);
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 12px;
        font-size: 13px;
        color: #64748b;
    }
    .footer-bottom a {
        color: #94a3b8;
        margin: 0 6px;
    }
    .footer-bottom a:hover {
        color: #60a5fa;
    }
    /* Responsive */
    @media (max-width: 768px) {
        .stats-grid {
            grid-template-columns: repeat(2, 1fr);
        }
        .adv-grid {
            grid-template-columns: 1fr;
        }
        .game-grid {
            grid-template-columns: 1fr;
        }
        .event-grid {
            grid-template-columns: 1fr;
        }
        .testi-grid {
            grid-template-columns: 1fr;
        }
        .news-item {
            flex-direction: column;
            align-items: flex-start;
        }
        .news-thumb {
            width: 100%;
            height: 120px;
        }
        .site-header .container {
            flex-direction: column;
            height: auto;
            padding: 12px 16px;
            gap: 8px;
        }
        .nav-links {
            flex-wrap: wrap;
            justify-content: center;
        }
        #hero h1 {
            font-size: 28px;
        }
    }