        *,
        *::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: #0b0e14;
            color: #e8edf5;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        a {
            color: #f0c040;
            text-decoration: none;
            transition: color 0.2s ease, opacity 0.2s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ffdb7c;
            text-decoration: underline;
            outline: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #f5f9ff;
            letter-spacing: -0.01em;
        }
        h1 {
            font-size: clamp(2rem, 5vw, 3.2rem);
            margin-bottom: 1.2rem;
        }
        h2 {
            font-size: clamp(1.5rem, 3.5vw, 2.2rem);
            margin-top: 2.8rem;
            margin-bottom: 1rem;
            border-left: 4px solid #f0c040;
            padding-left: 1rem;
        }
        h3 {
            font-size: clamp(1.2rem, 2.5vw, 1.6rem);
            margin-top: 2rem;
            margin-bottom: 0.8rem;
            color: #dfe6f0;
        }
        h4 {
            font-size: clamp(1rem, 2vw, 1.25rem);
            margin-top: 1.5rem;
            margin-bottom: 0.5rem;
            color: #c8d2e0;
        }
        p {
            margin-bottom: 1.2rem;
            color: #cfd8e5;
            font-size: 1.05rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
            width: 100%;
        }
        header {
            background: linear-gradient(135deg, #0f141c 0%, #1a222e 100%);
            border-bottom: 2px solid #2a3548;
            position: sticky;
            top: 0;
            z-index: 100;
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0.8rem 0;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.6rem;
            font-weight: 800;
            background: linear-gradient(135deg, #f0c040, #f7d97a);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-shrink: 0;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #f0c040;
            font-size: 1.8rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: initial;
            color: #8a9bb5;
            font-weight: 400;
            letter-spacing: 0.3px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f0c040;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 8px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(240, 192, 64, 0.1);
        }
        nav {
            display: flex;
            align-items: center;
            gap: 0.3rem;
            flex-wrap: wrap;
        }
        nav a {
            padding: 0.5rem 0.9rem;
            border-radius: 8px;
            font-size: 0.9rem;
            font-weight: 500;
            color: #c8d2e0;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        nav a:hover,
        nav a.active {
            background: rgba(240, 192, 64, 0.12);
            color: #f0c040;
            text-decoration: none;
        }
        nav a i {
            margin-right: 0.4rem;
            font-size: 0.85rem;
        }
        .breadcrumb {
            padding: 0.6rem 0;
            font-size: 0.85rem;
            color: #8a9bb5;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem 0.6rem;
            border-top: 1px solid #1e2838;
        }
        .breadcrumb a {
            color: #8a9bb5;
        }
        .breadcrumb a:hover {
            color: #f0c040;
        }
        .breadcrumb span {
            color: #f0c040;
        }
        .breadcrumb i {
            font-size: 0.6rem;
            color: #4a5a70;
        }
        main {
            flex: 1;
            padding: 2rem 0 3rem;
        }
        .hero-section {
            background: linear-gradient(145deg, #121a26, #1b2535);
            border-radius: 20px;
            padding: 2.5rem 2rem;
            margin-bottom: 2.5rem;
            border: 1px solid #2a3548;
            position: relative;
            overflow: hidden;
        }
        .hero-section::before {
            content: "⚽";
            position: absolute;
            font-size: 12rem;
            opacity: 0.04;
            right: -2rem;
            bottom: -2rem;
            transform: rotate(15deg);
            pointer-events: none;
        }
        .hero-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: center;
        }
        .hero-text .badge {
            display: inline-block;
            background: #f0c040;
            color: #0b0e14;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1rem;
        }
        .hero-text p {
            font-size: 1.1rem;
        }
        .hero-image {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.5);
        }
        .hero-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            min-height: 240px;
            transition: transform 0.5s ease;
        }
        .hero-image:hover img {
            transform: scale(1.02);
        }
        .section-card {
            background: #111a28;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin-bottom: 2rem;
            border: 1px solid #1e2a3a;
            transition: border-color 0.3s;
        }
        .section-card:hover {
            border-color: #2a3f58;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 1.2rem;
            margin: 1.5rem 0;
        }
        .stat-item {
            background: #0d1520;
            border-radius: 12px;
            padding: 1.2rem 1rem;
            text-align: center;
            border: 1px solid #1e2a3a;
            transition: transform 0.2s, border-color 0.2s;
        }
        .stat-item:hover {
            transform: translateY(-3px);
            border-color: #f0c040;
        }
        .stat-number {
            font-size: 2rem;
            font-weight: 800;
            color: #f0c040;
            display: block;
        }
        .stat-label {
            font-size: 0.85rem;
            color: #8a9bb5;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }
        .link-group {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 0.8rem;
            padding: 0.8rem 0;
        }
        .link-group a {
            background: rgba(240, 192, 64, 0.06);
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.9rem;
            border: 1px solid rgba(240, 192, 64, 0.1);
            transition: background 0.2s, border-color 0.2s;
        }
        .link-group a:hover {
            background: rgba(240, 192, 64, 0.15);
            border-color: #f0c040;
            text-decoration: none;
        }
        .search-box {
            display: flex;
            gap: 0.6rem;
            max-width: 600px;
            margin: 1.2rem 0;
            flex-wrap: wrap;
        }
        .search-box input {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border-radius: 40px;
            border: 2px solid #2a3548;
            background: #0d1520;
            color: #e8edf5;
            font-size: 1rem;
            transition: border-color 0.3s;
            min-width: 180px;
        }
        .search-box input:focus {
            border-color: #f0c040;
            outline: none;
        }
        .search-box button {
            padding: 0.8rem 1.8rem;
            background: #f0c040;
            color: #0b0e14;
            border: none;
            border-radius: 40px;
            font-weight: 700;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.2s, transform 0.1s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-box button:hover {
            background: #ffdb7c;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.5rem;
            margin-top: 1rem;
        }
        .feedback-card {
            background: #0d1520;
            border-radius: 14px;
            padding: 1.5rem;
            border: 1px solid #1e2a3a;
        }
        .feedback-card h4 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 0.8rem;
            margin-top: 0.8rem;
        }
        .feedback-card input,
        .feedback-card textarea,
        .feedback-card select {
            padding: 0.7rem 1rem;
            border-radius: 10px;
            border: 1px solid #2a3548;
            background: #0b0e14;
            color: #e8edf5;
            font-size: 0.95rem;
            transition: border-color 0.3s;
            width: 100%;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus,
        .feedback-card select:focus {
            border-color: #f0c040;
            outline: none;
        }
        .feedback-card textarea {
            min-height: 80px;
            resize: vertical;
        }
        .feedback-card button {
            padding: 0.7rem 1.5rem;
            background: #f0c040;
            color: #0b0e14;
            border: none;
            border-radius: 30px;
            font-weight: 700;
            cursor: pointer;
            transition: background 0.2s;
            align-self: flex-start;
        }
        .feedback-card button:hover {
            background: #ffdb7c;
        }
        .star-rating {
            display: flex;
            gap: 0.3rem;
            font-size: 1.5rem;
            color: #4a5a70;
            cursor: pointer;
        }
        .star-rating i.active {
            color: #f0c040;
        }
        .star-rating i:hover {
            color: #f0c040;
        }
        footer {
            background: #080c14;
            border-top: 2px solid #1a2434;
            padding: 2.5rem 0 1.5rem;
            margin-top: 2rem;
        }
        footer .container {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
        }
        footer h4 {
            color: #f0c040;
            font-size: 1rem;
            margin-top: 0;
            margin-bottom: 0.8rem;
        }
        footer p,
        footer a {
            font-size: 0.9rem;
            color: #8a9bb5;
        }
        footer a:hover {
            color: #f0c040;
        }
        friend-link {
            display: block;
            margin-top: 0.5rem;
        }
        friend-link a {
            display: inline-block;
            margin-right: 1rem;
            margin-bottom: 0.3rem;
        }
        .copyright {
            grid-column: 1 / -1;
            border-top: 1px solid #1a2434;
            padding-top: 1.2rem;
            margin-top: 1rem;
            text-align: center;
            font-size: 0.85rem;
            color: #5a6a80;
        }
        .copyright strong {
            color: #8a9bb5;
        }
        @media (max-width: 992px) {
            .hero-grid {
                grid-template-columns: 1fr;
            }
            .hero-image {
                order: -1;
            }
            footer .container {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding: 0.8rem 0 0.4rem;
                gap: 0.2rem;
            }
            nav.open {
                display: flex;
            }
            nav a {
                padding: 0.6rem 1rem;
                border-radius: 8px;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
            }
            footer .container {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .section-card {
                padding: 1.2rem 1rem;
            }
            .hero-section {
                padding: 1.5rem 1rem;
            }
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .header-inner {
                padding: 0.5rem 0;
            }
            .my-logo {
                font-size: 1.3rem;
            }
        }
        @media (max-width: 480px) {
            .stats-grid {
                grid-template-columns: 1fr 1fr;
            }
            .search-box {
                flex-direction: column;
            }
            .search-box button {
                width: 100%;
                justify-content: center;
            }
            h1 {
                font-size: 1.6rem;
            }
        }
        .text-gold {
            color: #f0c040;
        }
        .text-muted {
            color: #8a9bb5;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .flex-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
            align-items: center;
        }
        .last-updated {
            font-size: 0.85rem;
            color: #6a7a90;
            display: flex;
            align-items: center;
            gap: 0.4rem;
            margin-bottom: 1.5rem;
        }
        .last-updated i {
            color: #f0c040;
        }
        .nav-toggle .fa-times {
            display: none;
        }
        .nav-toggle.active .fa-bars {
            display: none;
        }
        .nav-toggle.active .fa-times {
            display: inline-block;
        }
        ::-webkit-scrollbar {
            width: 8px;
        }
        ::-webkit-scrollbar-track {
            background: #0b0e14;
        }
        ::-webkit-scrollbar-thumb {
            background: #2a3548;
            border-radius: 10px;
        }
        ::-webkit-scrollbar-thumb:hover {
            background: #3a4a60;
        }
        ::selection {
            background: #f0c040;
            color: #0b0e14;
        }
