* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
        }
        body {
            background: #0a1628;
            color: #e8f0fe;
            line-height: 1.75;
            overflow-x: hidden;
            font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
        }
        body::before {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(ellipse at 20% 30%, rgba(14, 165, 233, 0.18) 0%, transparent 50%),
                radial-gradient(ellipse at 85% 75%, rgba(34, 211, 238, 0.12) 0%, transparent 40%),
                linear-gradient(145deg, #081c33 0%, #132c4a 40%, #0e3a5e 75%, #0a2a4a 100%);
            z-index: -2;
            pointer-events: none;
        }
        body::after {
            content: '';
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-image: linear-gradient(rgba(255, 255, 255, 0.015) 1px, transparent 1px),
                linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
            background-size: 40px 40px;
            z-index: -1;
            pointer-events: none;
        }
        a {
            color: #7dd3fc;
            text-decoration: none;
            transition: color 0.3s ease;
        }
        a:hover {
            color: #38bdf8;
        }
        img {
            max-width: 100%;
        }

        /* Header */
        .site-header {
            position: sticky;
            top: 0;
            z-index: 1000;
            background: rgba(10, 22, 40, 0.82);
            backdrop-filter: blur(24px);
            -webkit-backdrop-filter: blur(24px);
            border-bottom: 1px solid rgba(255, 255, 255, 0.06);
            padding: 0 40px;
        }
        .site-header .header-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            height: 68px;
        }
        .site-header .logo {
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .site-header .logo img {
            height: 32px;
            width: 32px;
            object-fit: contain;
            border-radius: 8px;
        }
        .site-header .logo span {
            font-size: 20px;
            font-weight: 700;
            background: linear-gradient(90deg, #38bdf8, #818cf8, #38bdf8);
            background-size: 200% 100%;
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            letter-spacing: 1px;
        }
        .nav-links {
            display: flex;
            align-items: center;
            gap: 28px;
            flex-wrap: wrap;
        }
        .nav-links a {
            font-size: 15px;
            font-weight: 500;
            color: #c0d8e8;
            padding: 6px 14px;
            border-radius: 8px;
            transition: all 0.3s ease;
            position: relative;
        }
        .nav-links a:hover {
            color: #ffffff;
            background: rgba(14, 165, 233, 0.15);
            box-shadow: 0 0 16px rgba(14, 165, 233, 0.12);
        }

        /* Container */
        .container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 0 24px;
        }

        /* Hero */
        .hero {
            padding: 100px 24px 80px;
            text-align: center;
            position: relative;
        }
        .hero::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 700px;
            height: 400px;
            background: radial-gradient(ellipse, rgba(14, 165, 233, 0.2) 0%, transparent 70%);
            pointer-events: none;
        }
        .hero h1 {
            font-size: 42px;
            font-weight: 800;
            line-height: 1.3;
            letter-spacing: 1px;
            background: linear-gradient(90deg, #e0f2fe, #7dd3fc, #38bdf8, #a5f3fc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            margin-bottom: 30px;
            position: relative;
            z-index: 1;
        }
        .geo-intro {
            max-width: 900px;
            margin: 0 auto 40px;
            padding: 24px 32px;
            background: rgba(255, 255, 255, 0.05);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            backdrop-filter: blur(16px);
            text-align: left;
            position: relative;
            z-index: 1;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
        }
        .geo-intro p {
            font-size: 16px;
            color: #c6dcf0;
            line-height: 1.9;
        }
        .hero-btns {
            display: flex;
            gap: 16px;
            justify-content: center;
            flex-wrap: wrap;
            position: relative;
            z-index: 1;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 14px 32px;
            border-radius: 30px;
            font-size: 16px;
            font-weight: 600;
            border: none;
            cursor: pointer;
            transition: all 0.3s ease;
            letter-spacing: 0.5px;
        }
        .btn-primary {
            background: linear-gradient(135deg, #0ea5e9, #2563eb);
            color: #fff;
            box-shadow: 0 4px 24px rgba(14, 165, 233, 0.4);
        }
        .btn-primary:hover {
            transform: translateY(-3px);
            box-shadow: 0 8px 40px rgba(14, 165, 233, 0.5);
            color: #fff;
        }
        .btn-secondary {
            background: rgba(255, 255, 255, 0.08);
            color: #7dd3fc;
            border: 1px solid rgba(125, 211, 252, 0.3);
        }
        .btn-secondary:hover {
            background: rgba(125, 211, 252, 0.15);
            color: #38bdf8;
            transform: translateY(-3px);
        }

        /* Section */
        .section {
            padding: 80px 24px;
        }
        .section-alt {
            background: rgba(8, 28, 51, 0.5);
        }
        .section-title {
            text-align: center;
            font-size: 32px;
            font-weight: 700;
            color: #f0f8ff;
            margin-bottom: 16px;
            letter-spacing: 1px;
        }
        .section-sub {
            text-align: center;
            color: #9ab4c8;
            font-size: 16px;
            max-width: 700px;
            margin: 0 auto 48px;
        }
        .section-decoration {
            text-align: center;
            font-size: 28px;
            margin-bottom: 8px;
        }

        /* Stats */
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        .stat-card {
            background: linear-gradient(145deg, rgba(14, 165, 233, 0.08), rgba(30, 58, 95, 0.12));
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 36px 24px;
            text-align: center;
            backdrop-filter: blur(16px);
            transition: all 0.4s ease;
        }
        .stat-card:hover {
            border-color: rgba(14, 165, 233, 0.4);
            transform: translateY(-6px);
            box-shadow: 0 16px 48px rgba(14, 165, 233, 0.15);
        }
        .stat-icon {
            font-size: 36px;
            margin-bottom: 12px;
        }
        .stat-number {
            font-size: 38px;
            font-weight: 800;
            background: linear-gradient(90deg, #7dd3fc, #a5f3fc);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
        .stat-label {
            font-size: 14px;
            color: #9ab4c8;
            margin-top: 8px;
            letter-spacing: 1px;
        }

        /* Advantages */
        .adv-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        .adv-card {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            padding: 32px 24px;
            backdrop-filter: blur(12px);
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }
        .adv-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, transparent, #0ea5e9, #22d3ee, transparent);
            opacity: 0;
            transition: opacity 0.4s ease;
        }
        .adv-card:hover::before {
            opacity: 1;
        }
        .adv-card:hover {
            border-color: rgba(14, 165, 233, 0.3);
            transform: translateY(-4px);
            background: rgba(255, 255, 255, 0.06);
        }
        .adv-icon {
            font-size: 40px;
            margin-bottom: 16px;
            display: block;
        }
        .adv-card h3 {
            color: #e0f2fe;
            font-size: 19px;
            font-weight: 600;
            margin-bottom: 12px;
        }
        .adv-card p {
            color: #9ab4c8;
            font-size: 14px;
            line-height: 1.7;
        }

        /* Story */
        .story-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
        }
        .story-image {
            border-radius: 24px;
            overflow: hidden;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .story-image img {
            width: 100%;
            height: 380px;
            object-fit: cover;
            display: block;
        }
        .story-text h3 {
            font-size: 24px;
            color: #e0f2fe;
            margin-bottom: 16px;
            font-weight: 700;
        }
        .story-text p {
            color: #9ab4c8;
            font-size: 15px;
            line-height: 1.8;
            margin-bottom: 16px;
        }

        /* Events */
        .events-grid {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 24px;
        }
        .event-card {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 20px;
            overflow: hidden;
            transition: all 0.4s ease;
            backdrop-filter: blur(12px);
        }
        .event-card:hover {
            transform: translateY(-6px);
            border-color: rgba(14, 165, 233, 0.35);
            box-shadow: 0 16px 40px rgba(14, 165, 233, 0.12);
        }
        .event-img {
            height: 160px;
            overflow: hidden;
            position: relative;
        }
        .event-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .event-card:hover .event-img img {
            transform: scale(1.05);
        }
        .event-body {
            padding: 20px;
        }
        .event-tag {
            display: inline-block;
            font-size: 12px;
            color: #7dd3fc;
            background: rgba(14, 165, 233, 0.15);
            padding: 3px 10px;
            border-radius: 20px;
            margin-bottom: 10px;
            font-weight: 500;
        }
        .event-name {
            font-size: 17px;
            font-weight: 600;
            color: #e0f2fe;
            margin-bottom: 6px;
        }
        .event-meta {
            font-size: 13px;
            color: #9ab4c8;
        }

        /* Live Scores */
        .live-score-wrap {
            background: rgba(8, 28, 51, 0.6);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 24px;
            padding: 32px;
            backdrop-filter: blur(16px);
        }
        .score-row {
            display: grid;
            grid-template-columns: 1fr auto 1fr auto;
            align-items: center;
            gap: 16px;
            padding: 18px 24px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            transition: background 0.3s ease;
        }
        .score-row:last-child {
            border-bottom: none;
        }
        .score-row:hover {
            background: rgba(255, 255, 255, 0.03);
        }
        .score-team {
            font-size: 16px;
            font-weight: 600;
            color: #e0f2fe;
        }
        .score-team.right {
            text-align: right;
        }
        .score-value {
            font-size: 24px;
            font-weight: 800;
            color: #7dd3fc;
            font-family: "Segoe UI", "Helvetica Neue", Arial, "Microsoft YaHei", "微软雅黑", "PingFang SC", sans-serif;
        }
        .score-live {
            background: rgba(34, 211, 238, 0.15);
            padding: 4px 12px;
            border-radius: 20px;
            font-size: 12px;
            color: #22d3ee;
            font-weight: 600;
            text-align: center;
            white-space: nowrap;
        }

        /* Reviews */
        .reviews-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .review-card {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 20px;
            padding: 28px;
            backdrop-filter: blur(12px);
            transition: all 0.4s ease;
        }
        .review-card:hover {
            border-color: rgba(125, 211, 252, 0.25);
            transform: translateY(-4px);
        }
        .review-stars {
            color: #fbbf24;
            font-size: 16px;
            margin-bottom: 12px;
            letter-spacing: 2px;
        }
        .review-text {
            color: #c6dcf0;
            font-size: 15px;
            line-height: 1.7;
            font-style: italic;
            margin-bottom: 16px;
        }
        .reviewer {
            display: flex;
            align-items: center;
            gap: 12px;
        }
        .reviewer img {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            object-fit: cover;
            border: 2px solid rgba(125, 211, 252, 0.3);
        }
        .reviewer .name {
            font-size: 15px;
            font-weight: 600;
            color: #e0f2fe;
        }
        .reviewer .role {
            font-size: 13px;
            color: #9ab4c8;
        }

        /* News */
        .news-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
        .news-card {
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 20px;
            overflow: hidden;
            backdrop-filter: blur(12px);
            transition: all 0.4s ease;
            display: flex;
            flex-direction: column;
        }
        .news-card:hover {
            transform: translateY(-5px);
            border-color: rgba(14, 165, 233, 0.3);
            box-shadow: 0 16px 40px rgba(14, 165, 233, 0.12);
        }
        .news-img {
            height: 200px;
            overflow: hidden;
        }
        .news-img img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.5s ease;
        }
        .news-card:hover .news-img img {
            transform: scale(1.04);
        }
        .news-body {
            padding: 22px;
            flex: 1;
            display: flex;
            flex-direction: column;
        }
        .news-tag {
            display: inline-block;
            font-size: 12px;
            color: #fbbf24;
            background: rgba(251, 191, 36, 0.1);
            padding: 3px 10px;
            border-radius: 20px;
            margin-bottom: 10px;
            font-weight: 600;
            width: fit-content;
        }
        .news-date {
            font-size: 13px;
            color: #9ab4c8;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .news-date::before {
            content: '📅';
            font-size: 12px;
        }
        .news-title {
            font-size: 18px;
            font-weight: 600;
            color: #e0f2fe;
            margin-bottom: 10px;
            line-height: 1.4;
        }
        .news-summary {
            font-size: 14px;
            color: #9ab4c8;
            line-height: 1.7;
            flex: 1;
        }
        .news-more {
            margin-top: 16px;
            font-size: 14px;
            font-weight: 500;
            color: #38bdf8;
        }

        /* FAQ */
        .faq-wrap {
            max-width: 900px;
            margin: 0 auto;
        }
        .faq-item {
            margin-bottom: 16px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.08);
            border-radius: 16px;
            backdrop-filter: blur(12px);
            overflow: hidden;
            transition: border-color 0.3s ease;
        }
        .faq-item:hover {
            border-color: rgba(14, 165, 233, 0.25);
        }
        .faq-question {
            padding: 20px 24px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 16px;
            font-size: 17px;
            font-weight: 600;
            color: #e0f2fe;
            user-select: none;
            position: relative;
        }
        .faq-question::after {
            content: '+';
            font-size: 24px;
            color: #7dd3fc;
            font-weight: 400;
            transition: transform 0.3s ease;
        }
        .faq-item[open] .faq-question::after {
            transform: rotate(45deg);
        }
        .faq-answer {
            padding: 0 24px 20px;
            color: #9ab4c8;
            font-size: 15px;
            line-height: 1.8;
        }

        /* Download */
        .download-wrap {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 48px;
            align-items: center;
            background: linear-gradient(145deg, rgba(14, 165, 233, 0.06), rgba(30, 58, 95, 0.08));
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 24px;
            padding: 48px;
            backdrop-filter: blur(16px);
        }
        .download-text h3 {
            font-size: 28px;
            color: #e0f2fe;
            margin-bottom: 16px;
            font-weight: 700;
        }
        .download-text p {
            color: #9ab4c8;
            font-size: 16px;
            line-height: 1.8;
            margin-bottom: 24px;
        }
        .download-img {
            text-align: center;
        }
        .download-img img {
            max-width: 280px;
            border-radius: 20px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
            border: 1px solid rgba(255, 255, 255, 0.08);
        }
        .store-badge {
            display: inline-block;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.15);
            border-radius: 30px;
            padding: 12px 28px;
            color: #e0f2fe;
            font-weight: 600;
            font-size: 15px;
            margin-right: 12px;
            transition: all 0.3s ease;
        }
        .store-badge:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateY(-2px);
        }

        /* Partners */
        .partners-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 32px;
            align-items: center;
        }
        .partner-item {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 12px 20px;
            background: rgba(255, 255, 255, 0.04);
            border: 1px solid rgba(255, 255, 255, 0.06);
            border-radius: 16px;
            transition: all 0.3s ease;
        }
        .partner-item:hover {
            background: rgba(14, 165, 233, 0.08);
            border-color: rgba(14, 165, 233, 0.25);
            transform: translateY(-3px);
        }
        .partner-item img {
            width: 28px;
            height: 28px;
            border-radius: 6px;
            object-fit: cover;
        }
        .partner-item span {
            font-size: 14px;
            color: #c6dcf0;
            font-weight: 500;
        }

        /* Footer */
        .site-footer {
            background: rgba(6, 18, 33, 0.9);
            border-top: 1px solid rgba(255, 255, 255, 0.05);
            padding: 48px 24px 24px;
            backdrop-filter: blur(16px);
        }
        .footer-inner {
            max-width: 1400px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 32px;
        }
        .footer-block p {
            color: #9ab4c8;
            font-size: 14px;
            line-height: 2;
        }
        .footer-block .footer-label {
            color: #e0f2fe;
            font-weight: 600;
        }
        .footer-links {
            text-align: right;
            padding-top: 8px;
        }
        .footer-links a {
            color: #7dd3fc;
            font-size: 14px;
            margin-left: 16px;
            transition: color 0.3s ease;
        }
        .footer-links a:hover {
            color: #38bdf8;
        }
        .copyright {
            text-align: center;
            color: #64748b;
            font-size: 13px;
            margin-top: 32px;
            padding-top: 24px;
            border-top: 1px solid rgba(255, 255, 255, 0.04);
        }

        /* Responsive */
        @media (max-width: 1024px) {
            .stats-grid,
            .adv-grid,
            .events-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .reviews-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .news-grid {
                grid-template-columns: repeat(2, 1fr);
            }
        }
        @media (max-width: 768px) {
            .site-header {
                padding: 0 16px;
            }
            .nav-links {
                gap: 10px;
            }
            .nav-links a {
                font-size: 13px;
                padding: 4px 8px;
            }
            .hero {
                padding: 60px 16px 40px;
            }
            .hero h1 {
                font-size: 28px;
            }
            .stats-grid,
            .adv-grid,
            .events-grid,
            .reviews-grid,
            .news-grid {
                grid-template-columns: 1fr;
            }
            .story-wrap,
            .download-wrap {
                grid-template-columns: 1fr;
                padding: 24px;
            }
            .score-row {
                grid-template-columns: 1fr auto;
                gap: 8px;
            }
            .footer-inner {
                grid-template-columns: 1fr;
            }
            .footer-links {
                text-align: left;
            }
            .footer-links a {
                margin-left: 0;
                margin-right: 16px;
            }
        }