        *,
        *::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: #f5f7fc;
            color: #1a1a2e;
            line-height: 1.7;
            display: flex;
            flex-direction: column;
            min-height: 100vh;
        }
        a {
            color: #004e8c;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover {
            color: #ff6b35;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        h1,
        h2,
        h3,
        h4 {
            font-weight: 700;
            line-height: 1.3;
            color: #0d1b2a;
        }
        h1 {
            font-size: 2.2rem;
            margin-bottom: 0.75rem;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2rem 0 1rem;
            border-left: 6px solid #ff6b35;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.4rem;
            margin: 1.5rem 0 0.75rem;
            color: #1b3a5c;
        }
        h4 {
            font-size: 1.15rem;
            margin: 1rem 0 0.5rem;
            color: #2d4a6b;
        }
        p {
            margin-bottom: 1.2rem;
            color: #2c2c3a;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #0d1b2a 0%, #1b3a5c 100%);
            color: #fff;
            padding: 0 0 0.5rem;
            position: sticky;
            top: 0;
            z-index: 100;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 0.75rem 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            color: #fff;
            text-decoration: none;
            letter-spacing: -0.5px;
            background: linear-gradient(to right, #ff6b35, #ffb347);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .my-logo i {
            -webkit-text-fill-color: initial;
            color: #ff6b35;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            text-decoration: none;
            opacity: 0.9;
        }
        .my-logo small {
            font-size: 0.7rem;
            -webkit-text-fill-color: initial;
            color: rgba(255, 255, 255, 0.7);
            font-weight: 400;
            letter-spacing: 0.3px;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 0.5rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e0e8f0;
            padding: 0.4rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a.active {
            background: rgba(255, 107, 53, 0.25);
            color: #ffb347;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 5px;
        }
        .hamburger {
            display: none;
            background: transparent;
            border: none;
            color: #fff;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0.2rem 0.4rem;
            border-radius: 6px;
            transition: 0.2s;
        }
        .hamburger:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .nav-mobile {
            display: none;
            flex-direction: column;
            width: 100%;
            background: #0d1b2a;
            padding: 0.5rem 1rem 1rem;
            border-radius: 0 0 16px 16px;
        }
        .nav-mobile a {
            color: #e0e8f0;
            padding: 0.6rem 0.8rem;
            border-radius: 8px;
            font-size: 1rem;
            border-bottom: 1px solid rgba(255, 255, 255, 0.05);
        }
        .nav-mobile a:hover {
            background: rgba(255, 107, 53, 0.2);
            text-decoration: none;
        }
        .breadcrumb {
            padding: 0.5rem 20px;
            max-width: 1200px;
            margin: 0 auto;
            font-size: 0.85rem;
            color: #b0c4de;
            display: flex;
            flex-wrap: wrap;
            gap: 0.3rem;
        }
        .breadcrumb a {
            color: #8ab4f8;
        }
        .breadcrumb span {
            color: #b0c4de;
        }
        .main-content {
            flex: 1;
            padding: 2rem 0 3rem;
        }
        .intro-card {
            background: linear-gradient(145deg, #ffffff, #f0f4fe);
            border-radius: 20px;
            padding: 2rem 2.5rem;
            margin-bottom: 2.5rem;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            border: 1px solid rgba(255, 107, 53, 0.1);
        }
        .intro-card .meta {
            display: flex;
            flex-wrap: wrap;
            gap: 1.5rem;
            font-size: 0.9rem;
            color: #5a6a7a;
            margin-top: 0.5rem;
        }
        .intro-card .meta i {
            color: #ff6b35;
            margin-right: 5px;
        }
        .featured-image-wrap {
            margin: 1.5rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        }
        .featured-image-wrap img {
            width: 100%;
            max-height: 460px;
            object-fit: cover;
        }
        .featured-image-wrap figcaption {
            padding: 0.6rem 1rem;
            background: #f0f4fe;
            font-size: 0.85rem;
            color: #3a4a5a;
            font-style: italic;
        }
        .link-list-inline {
            display: flex;
            flex-wrap: wrap;
            gap: 0.4rem 1rem;
            background: #f0f4fe;
            padding: 1rem 1.5rem;
            border-radius: 14px;
            margin: 1.5rem 0;
            border-left: 4px solid #ff6b35;
        }
        .link-list-inline a {
            font-weight: 500;
            font-size: 0.92rem;
        }
        .link-list-inline a::before {
            content: "⚽ ";
        }
        .section-card {
            background: #fff;
            border-radius: 18px;
            padding: 1.8rem 2.2rem;
            margin-bottom: 2rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
            border: 1px solid rgba(0, 0, 0, 0.03);
        }
        .results-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.2rem 0;
            font-size: 0.95rem;
        }
        .results-table th {
            background: #0d1b2a;
            color: #fff;
            padding: 0.7rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .results-table td {
            padding: 0.6rem 1rem;
            border-bottom: 1px solid #e8ecf2;
        }
        .results-table tr:hover td {
            background: #f8faff;
        }
        .results-table .score {
            font-weight: 700;
            color: #ff6b35;
            font-size: 1.05rem;
        }
        .star-rating {
            display: flex;
            gap: 4px;
            font-size: 1.3rem;
            color: #ffb347;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            transition: 0.15s;
            color: #ccc;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #ffb347;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            font-weight: 600;
            display: block;
            margin-bottom: 0.3rem;
            color: #1a2a3a;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 2px solid #dce2ec;
            border-radius: 10px;
            font-size: 1rem;
            transition: 0.2s;
            background: #fafcff;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus {
            border-color: #ff6b35;
            outline: none;
            box-shadow: 0 0 0 4px rgba(255, 107, 53, 0.12);
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            background: linear-gradient(135deg, #ff6b35, #e85d2c);
            color: #fff;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 50px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: 0.25s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 24px rgba(255, 107, 53, 0.35);
        }
        .btn-outline {
            background: transparent;
            border: 2px solid #ff6b35;
            color: #ff6b35;
        }
        .btn-outline:hover {
            background: #ff6b35;
            color: #fff;
        }
        .comment-list {
            margin-top: 1.5rem;
        }
        .comment-item {
            padding: 1rem 0;
            border-bottom: 1px solid #e8ecf2;
        }
        .comment-item:last-child {
            border-bottom: none;
        }
        .comment-item .author {
            font-weight: 600;
            color: #0d1b2a;
        }
        .comment-item .date {
            font-size: 0.8rem;
            color: #7a8a9a;
            margin-left: 1rem;
        }
        .comment-item .text {
            margin-top: 0.3rem;
            color: #2c3a4a;
        }
        .site-footer {
            background: #0d1b2a;
            color: #c8d4e0;
            padding: 2.5rem 20px 1.5rem;
            margin-top: 3rem;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 2rem;
        }
        .footer-inner h4 {
            color: #ffb347;
            margin-bottom: 0.8rem;
            font-size: 1.1rem;
            border-left: none;
            padding-left: 0;
        }
        .footer-inner a {
            color: #8ab4f8;
        }
        .footer-inner a:hover {
            color: #ffb347;
        }
        .friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.6rem 1.2rem;
            margin-top: 0.5rem;
        }
        .friend-link a {
            background: rgba(255, 255, 255, 0.06);
            padding: 0.25rem 0.9rem;
            border-radius: 30px;
            font-size: 0.9rem;
        }
        .friend-link a:hover {
            background: rgba(255, 107, 53, 0.2);
            text-decoration: none;
        }
        .copyright {
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 1.5rem;
            margin-top: 2rem;
            font-size: 0.85rem;
            color: #8a9aaa;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .intro-card {
                padding: 1.2rem 1.2rem;
            }
            .section-card {
                padding: 1.2rem 1.2rem;
            }
            .header-inner {
                padding: 0.5rem 16px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .main-nav {
                display: none;
            }
            .hamburger {
                display: block;
            }
            .nav-mobile.show {
                display: flex;
            }
            .breadcrumb {
                font-size: 0.75rem;
                padding: 0.3rem 16px;
            }
            .results-table {
                font-size: 0.8rem;
            }
            .results-table th,
            .results-table td {
                padding: 0.4rem 0.6rem;
            }
            .link-list-inline {
                flex-direction: column;
                gap: 0.3rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
        }
        @media (min-width: 769px) {
            .nav-mobile {
                display: none !important;
            }
        }
        .text-muted {
            color: #6a7a8a;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
        }
        .gap-1 {
            gap: 1rem;
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .score-badge {
            display: inline-block;
            background: #0d1b2a;
            color: #ffb347;
            padding: 0.15rem 0.8rem;
            border-radius: 30px;
            font-weight: 700;
            font-size: 0.9rem;
        }
        .flag {
            font-size: 1.2rem;
            margin-right: 4px;
        }
