        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', sans-serif;
            background: #f5f7fa;
            color: #1e293b;
            line-height: 1.7;
            padding: 0;
            margin: 0;
            -webkit-font-smoothing: antialiased;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #0f3b5e;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #e67e22;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.25rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0a1f2e 0%, #1a3a4e 100%);
            color: #fff;
            padding: 1rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
        }
        .header-grid {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #f9d423, #f7971e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: none;
            transition: transform 0.3s ease;
            display: inline-block;
        }
        .my-logo:hover {
            transform: scale(1.03);
        }
        .my-logo a {
            color: inherit;
            text-decoration: none;
            -webkit-text-fill-color: transparent;
        }
        .my-logo small {
            font-size: 0.65rem;
            font-weight: 400;
            display: block;
            -webkit-text-fill-color: rgba(255, 255, 255, 0.7);
            color: rgba(255, 255, 255, 0.7);
            letter-spacing: 1px;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.25rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e2e8f0;
            padding: 0.5rem 0.9rem;
            border-radius: 40px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.3s ease, color 0.3s ease;
            text-decoration: none;
        }
        .main-nav a:hover,
        .main-nav a:focus {
            background: rgba(255, 255, 255, 0.15);
            color: #f9d423;
            text-decoration: none;
        }
        .main-nav a.active {
            background: rgba(249, 212, 35, 0.2);
            color: #f9d423;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #fff;
            font-size: 1.6rem;
            cursor: pointer;
            padding: 0.25rem 0.5rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .breadcrumb {
            background: #e9edf2;
            padding: 0.7rem 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #dce1e8;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem 0.6rem;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #7f8c9b;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #2c5282;
        }
        .breadcrumb a:hover {
            color: #e67e22;
        }
        .breadcrumb .current {
            color: #4a5568;
            font-weight: 500;
        }
        .main-content {
            padding: 2rem 0 3rem;
        }
        .hero {
            background: linear-gradient(135deg, #0f2b3b, #1d4a62);
            color: #fff;
            padding: 2.8rem 2rem;
            border-radius: 24px;
            margin-bottom: 2.5rem;
            position: relative;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
        }
        .hero::after {
            content: "⚽";
            position: absolute;
            right: -20px;
            bottom: -30px;
            font-size: 12rem;
            opacity: 0.06;
            pointer-events: none;
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            margin-bottom: 1rem;
            letter-spacing: -0.5px;
        }
        .hero h1 span {
            background: linear-gradient(135deg, #f9d423, #f7971e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 720px;
            opacity: 0.9;
            margin-bottom: 1.5rem;
        }
        .hero-meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem 2.5rem;
            font-size: 0.95rem;
            color: #cbd5e1;
        }
        .hero-meta i {
            margin-right: 0.4rem;
            color: #f9d423;
        }
        .section-card {
            background: #fff;
            border-radius: 20px;
            padding: 2rem 2.2rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
            transition: box-shadow 0.3s ease;
        }
        .section-card:hover {
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 1.8rem 0 1rem;
            color: #0a1f2e;
            border-left: 5px solid #f9d423;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 1.6rem 0 0.8rem;
            color: #1a3a4e;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.2rem 0 0.6rem;
            color: #2d4a5e;
        }
        p {
            margin-bottom: 1.2rem;
            font-size: 1.05rem;
            color: #2d3748;
        }
        .highlight {
            background: #fef9e7;
            padding: 0.2rem 0.5rem;
            border-radius: 6px;
            font-weight: 600;
        }
        .badge {
            display: inline-block;
            background: #e9edf2;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            color: #2d4a5e;
            margin-right: 0.4rem;
        }
        .badge-gold {
            background: #f9d423;
            color: #1a3a4e;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.2rem;
            margin: 1.5rem 0;
        }
        .stat-card {
            background: #f0f4f8;
            padding: 1.2rem 1rem;
            border-radius: 16px;
            text-align: center;
            border: 1px solid #e2e8f0;
            transition: transform 0.2s ease, box-shadow 0.2s ease;
        }
        .stat-card:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
        }
        .stat-card .num {
            font-size: 2.2rem;
            font-weight: 800;
            color: #0f3b5e;
        }
        .stat-card .label {
            font-size: 0.9rem;
            color: #4a6a7a;
            font-weight: 500;
        }
        .stat-card i {
            font-size: 1.8rem;
            color: #f9d423;
            margin-bottom: 0.4rem;
        }
        .img-wrapper {
            margin: 2rem 0;
            border-radius: 18px;
            overflow: hidden;
            background: #e2e8f0;
            box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
            position: relative;
        }
        .img-wrapper img {
            width: 100%;
            height: auto;
            object-fit: cover;
            min-height: 220px;
            background: #cbd5e1;
            display: block;
        }
        .img-caption {
            background: #f8fafc;
            padding: 0.7rem 1.2rem;
            font-size: 0.9rem;
            color: #4a6a7a;
            border-top: 1px solid #e2e8f0;
            font-style: italic;
        }
        .related-links {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1rem;
            padding: 1rem 0;
            margin: 1rem 0;
        }
        .related-links a {
            background: #f0f4f8;
            padding: 0.3rem 1.2rem;
            border-radius: 30px;
            font-size: 0.9rem;
            border: 1px solid #dce1e8;
            transition: all 0.25s ease;
        }
        .related-links a:hover {
            background: #0f3b5e;
            color: #fff;
            border-color: #0f3b5e;
            text-decoration: none;
        }
        .form-card {
            background: #f8fafc;
            border-radius: 18px;
            padding: 1.8rem 2rem;
            border: 1px solid #e2e8f0;
            margin-top: 1.5rem;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.4rem;
            color: #1e293b;
            font-size: 0.95rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.75rem 1rem;
            border: 1px solid #d0d7e2;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            background: #fff;
            transition: border-color 0.25s ease, box-shadow 0.25s ease;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #f9d423;
            box-shadow: 0 0 0 3px rgba(249, 212, 35, 0.2);
        }
        .form-group textarea {
            min-height: 110px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            padding: 0.75rem 2rem;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            background: #0f3b5e;
            color: #fff;
        }
        .btn:hover {
            background: #1a5a7a;
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(15, 59, 94, 0.25);
        }
        .btn-gold {
            background: linear-gradient(135deg, #f9d423, #f7971e);
            color: #1a3a4e;
        }
        .btn-gold:hover {
            background: linear-gradient(135deg, #f7c91a, #e88d10);
            box-shadow: 0 8px 20px rgba(249, 212, 35, 0.35);
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            cursor: pointer;
            direction: rtl;
            unicode-bidi: bidi-override;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #d0d7e2;
            transition: color 0.2s ease;
            cursor: pointer;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f9d423;
        }
        .comment-item {
            padding: 1rem 0;
            border-bottom: 1px solid #e9edf2;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-author {
            font-weight: 600;
            color: #0a1f2e;
        }
        .comment-date {
            font-size: 0.8rem;
            color: #7f8c9b;
            margin-left: 0.8rem;
        }
        .comment-text {
            margin-top: 0.3rem;
            color: #2d3748;
        }
        .site-footer {
            background: #0a1f2e;
            color: #cbd5e1;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
        }
        .footer-col h4 {
            color: #f9d423;
            font-size: 1.1rem;
            margin-bottom: 0.8rem;
            border-left: none;
            padding-left: 0;
        }
        .footer-col a {
            color: #a0b8c8;
            display: block;
            padding: 0.2rem 0;
            font-size: 0.95rem;
        }
        .footer-col a:hover {
            color: #f9d423;
            text-decoration: none;
        }
        friend-link {
            display: block;
            margin-top: 0.5rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1.2rem;
        }
        .copyright {
            text-align: center;
            padding-top: 2rem;
            margin-top: 2rem;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            font-size: 0.85rem;
            color: #8a9fb0;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #0a1f2e;
                padding: 1rem 0.5rem;
                border-radius: 0 0 16px 16px;
                gap: 0.2rem;
                margin-top: 0.8rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                width: 100%;
                border-radius: 10px;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            .hero {
                padding: 1.8rem 1.2rem;
            }
            .section-card {
                padding: 1.3rem 1.2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .stat-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .header-grid {
                align-items: center;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .hero-meta {
                flex-direction: column;
                gap: 0.5rem;
            }
            .form-card {
                padding: 1.2rem 1rem;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .container {
                padding: 0 0.9rem;
            }
            .section-card {
                padding: 1rem 0.9rem;
            }
        }
        .text-center {
            text-align: center;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 1rem;
            align-items: center;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #e9edf2;
        }
        ::-webkit-scrollbar-thumb {
            background: #8a9fb0;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #6a7f90;
        }
