:root {
            --primary-color: #1a5fb4;
            --secondary-color: #e95420;
            --accent-color: #f7b731;
            --dark-color: #2c3e50;
            --light-color: #f8f9fa;
            --success-color: #38c172;
            --danger-color: #e3342f;
            --text-color: #333;
            --border-radius: 8px;
            --box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
            --transition: all 0.3s ease;
        }
        body {
            font-family: 'Microsoft YaHei', 'Segoe UI', Arial, sans-serif;
            color: var(--text-color);
            line-height: 1.6;
            overflow-x: hidden;
        }
        h1, h2, h3, h4, h5 {
            font-weight: 700;
            color: var(--dark-color);
            margin-bottom: 1rem;
        }
        .hero-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, #0d47a1 100%);
            color: white;
            padding: 100px 0 80px;
            position: relative;
            overflow: hidden;
        }
        .hero-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMTIwMCA2MDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjA1KSI+PGNpcmNsZSBjeD0iMCIgY3k9IjAiIHI9IjMwMCI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTIwMCIgY3k9IjAiIHI9IjQwMCI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iNjAwIiBjeT0iNjAwIiByPSIzMDAiPjwvY2lyY2xlPjwvZz48L3N2Zz4=');
            opacity: 0.3;
        }
        .section-title {
            position: relative;
            padding-bottom: 15px;
            margin-bottom: 40px;
        }
        .section-title::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 60px;
            height: 4px;
            background-color: var(--secondary-color);
            border-radius: 2px;
        }
        .section-title.center::after {
            left: 50%;
            transform: translateX(-50%);
        }
        .card {
            border: none;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow);
            transition: var(--transition);
            margin-bottom: 30px;
            height: 100%;
        }
        .card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
        }
        .card-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 20px;
        }
        .feature-box {
            padding: 30px;
            border-radius: var(--border-radius);
            background-color: white;
            height: 100%;
            transition: var(--transition);
            border: 1px solid #eee;
        }
        .feature-box:hover {
            border-color: var(--primary-color);
        }
        .match-card {
            border-left: 4px solid var(--primary-color);
            padding-left: 20px;
            margin-bottom: 25px;
        }
        .match-league {
            font-size: 0.85rem;
            color: var(--secondary-color);
            font-weight: 600;
            margin-bottom: 5px;
        }
        .match-teams {
            font-weight: 600;
            font-size: 1.1rem;
            margin-bottom: 8px;
        }
        .match-time {
            color: #666;
            font-size: 0.9rem;
        }
        .btn-custom {
            background-color: var(--secondary-color);
            color: white;
            border-radius: 30px;
            padding: 10px 25px;
            font-weight: 600;
            border: none;
            transition: var(--transition);
        }
        .btn-custom:hover {
            background-color: #d2431a;
            color: white;
            transform: translateY(-2px);
        }
        .btn-outline-custom {
            border: 2px solid var(--secondary-color);
            color: var(--secondary-color);
            border-radius: 30px;
            padding: 10px 25px;
            font-weight: 600;
            transition: var(--transition);
        }
        .btn-outline-custom:hover {
            background-color: var(--secondary-color);
            color: white;
        }
        .navbar {
            padding: 15px 0;
            background-color: rgba(255, 255, 255, 0.95);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
            transition: var(--transition);
        }
        .navbar.scrolled {
            padding: 10px 0;
            background-color: rgba(255, 255, 255, 0.98);
        }
        .navbar-brand {
            font-weight: 800;
            font-size: 1.5rem;
            color: var(--primary-color) !important;
        }
        .nav-link {
            font-weight: 600;
            margin: 0 5px;
            color: var(--dark-color) !important;
            transition: var(--transition);
        }
        .nav-link:hover, .nav-link.active {
            color: var(--secondary-color) !important;
        }
        .stats-counter {
            text-align: center;
            padding: 30px 15px;
            background-color: var(--light-color);
            border-radius: var(--border-radius);
            margin-bottom: 30px;
        }
        .counter-number {
            font-size: 2.5rem;
            font-weight: 800;
            color: var(--primary-color);
            margin-bottom: 10px;
        }
        .counter-text {
            font-size: 1rem;
            color: #666;
        }
        .testimonial-card {
            background-color: white;
            padding: 30px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow);
            margin-bottom: 30px;
            position: relative;
        }
        .testimonial-card::before {
            content: "\f10d";
            font-family: "Font Awesome 6 Free";
            font-weight: 900;
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 2rem;
            color: rgba(0, 0, 0, 0.05);
        }
        .testimonial-text {
            font-style: italic;
            margin-bottom: 20px;
        }
        .testimonial-author {
            font-weight: 600;
            color: var(--primary-color);
        }
        .footer {
            background-color: var(--dark-color);
            color: #ccc;
            padding-top: 60px;
            padding-bottom: 30px;
        }
        .footer h5 {
            color: white;
            margin-bottom: 20px;
            position: relative;
            padding-bottom: 10px;
        }
        .footer h5::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 40px;
            height: 3px;
            background-color: var(--secondary-color);
        }
        .footer-links a {
            color: #aaa;
            text-decoration: none;
            display: block;
            margin-bottom: 8px;
            transition: var(--transition);
        }
        .footer-links a:hover {
            color: var(--secondary-color);
            padding-left: 5px;
        }
        .footer-bottom {
            border-top: 1px solid #444;
            padding-top: 20px;
            margin-top: 40px;
            text-align: center;
            font-size: 0.9rem;
            color: #aaa;
        }
        .friendlink {
            padding: 60px 0;
            background-color: #f9f9f9;
        }
        .flink {
            display: inline-block;
            background-color: white;
            padding: 10px 20px;
            margin: 5px 10px;
            border-radius: 30px;
            color: var(--dark-color);
            text-decoration: none;
            font-weight: 500;
            border: 1px solid #eee;
            transition: var(--transition);
        }
        .flink:hover {
            border-color: var(--primary-color);
            color: var(--primary-color);
            transform: translateY(-2px);
        }
        .contact-info-box {
            background-color: white;
            padding: 30px;
            border-radius: var(--border-radius);
            box-shadow: var(--box-shadow);
            margin-bottom: 30px;
            text-align: center;
        }
        .contact-icon {
            font-size: 2.5rem;
            color: var(--primary-color);
            margin-bottom: 15px;
        }
        .team-member {
            text-align: center;
            margin-bottom: 30px;
        }
        .team-img {
            width: 150px;
            height: 150px;
            border-radius: 50%;
            object-fit: cover;
            margin: 0 auto 20px;
            border: 5px solid white;
            box-shadow: var(--box-shadow);
        }
        .blog-post {
            margin-bottom: 40px;
        }
        .post-img {
            width: 100%;
            height: 200px;
            object-fit: cover;
            border-radius: var(--border-radius);
            margin-bottom: 15px;
        }
        .post-date {
            font-size: 0.85rem;
            color: #777;
            margin-bottom: 10px;
        }
        .post-title {
            font-size: 1.2rem;
            font-weight: 600;
            margin-bottom: 10px;
        }
        .post-title a {
            color: var(--dark-color);
            text-decoration: none;
            transition: var(--transition);
        }
        .post-title a:hover {
            color: var(--secondary-color);
        }
        @media (max-width: 768px) {
            .hero-section {
                padding: 80px 0 60px;
                text-align: center;
            }
            .section-title {
                font-size: 1.8rem;
            }
            .navbar-brand {
                font-size: 1.3rem;
            }
            .counter-number {
                font-size: 2rem;
            }
        }
        .analysis-table {
            width: 100%;
            border-collapse: collapse;
            margin-bottom: 30px;
            box-shadow: 0 0 10px rgba(0,0,0,0.05);
            border-radius: var(--border-radius);
            overflow: hidden;
        }
        .analysis-table th {
            background-color: var(--primary-color);
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: 600;
        }
        .analysis-table td {
            padding: 15px;
            border-bottom: 1px solid #eee;
        }
        .analysis-table tr:nth-child(even) {
            background-color: #f9f9f9;
        }
        .analysis-table tr:hover {
            background-color: #f0f7ff;
        }
        .success-badge {
            display: inline-block;
            background-color: var(--success-color);
            color: white;
            padding: 3px 10px;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            margin-right: 5px;
            margin-bottom: 5px;
        }
        .recommendation-box {
            background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
            border-left: 5px solid var(--accent-color);
            padding: 25px;
            border-radius: var(--border-radius);
            margin: 30px 0;
        }
