        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            background: #f4f7fb;
            color: #1e2a3a;
            line-height: 1.7;
            padding: 0;
            margin: 0;
        }
        a {
            color: #0057a3;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #e63946;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.25rem;
            margin: 0.75rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4 {
            line-height: 1.3;
            color: #0b1a2b;
            margin-top: 1.2em;
            margin-bottom: 0.5em;
        }
        h1 {
            font-size: 2.2rem;
            border-left: 6px solid #e63946;
            padding-left: 1rem;
        }
        h2 {
            font-size: 1.65rem;
            border-bottom: 2px solid #dce4ed;
            padding-bottom: 0.3rem;
        }
        h3 {
            font-size: 1.3rem;
            color: #1e3a5f;
        }
        h4 {
            font-size: 1.1rem;
            color: #2c4a6e;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #0b1a2b, #1a3048);
            color: #fff;
            padding: 0 0 0.3rem 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 0.8rem 20px;
            max-width: 1200px;
            margin: 0 auto;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #fff;
            background: linear-gradient(135deg, #f39c12, #e63946);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 10px rgba(230, 57, 70, 0.3);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            text-decoration: none;
            -webkit-text-fill-color: transparent;
        }
        .my-logo i {
            -webkit-text-fill-color: #fff;
            margin-right: 6px;
        }
        .nav-toggle {
            display: none;
            font-size: 1.6rem;
            background: none;
            border: none;
            color: #fff;
            cursor: pointer;
            padding: 0.3rem 0.6rem;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 0.2rem 0.8rem;
            align-items: center;
        }
        .main-nav a {
            color: #dfe9f5;
            font-weight: 500;
            padding: 0.4rem 0.8rem;
            border-radius: 30px;
            font-size: 0.9rem;
            transition: all 0.25s;
        }
        .main-nav a:hover {
            background: rgba(255, 255, 255, 0.12);
            color: #f39c12;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 5px;
            font-size: 0.85rem;
        }
        .breadcrumb-wrap {
            background: #e9eef3;
            padding: 0.5rem 20px;
            font-size: 0.85rem;
            border-bottom: 1px solid #d5dee8;
        }
        .breadcrumb-wrap .container {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.3rem;
        }
        .breadcrumb-wrap a {
            color: #1e3a5f;
        }
        .breadcrumb-wrap span {
            color: #6a7f9b;
        }
        .breadcrumb-wrap .sep {
            margin: 0 0.3rem;
            color: #99aec9;
        }
        .search-section {
            background: #fff;
            padding: 1.2rem 20px;
            border-bottom: 1px solid #dce4ed;
        }
        .search-form {
            display: flex;
            max-width: 600px;
            margin: 0 auto;
            border-radius: 50px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
            border: 1px solid #cbd8e8;
            transition: box-shadow 0.3s;
        }
        .search-form:focus-within {
            box-shadow: 0 4px 24px rgba(0, 87, 163, 0.15);
            border-color: #0057a3;
        }
        .search-form input[type="text"] {
            flex: 1;
            padding: 0.8rem 1.2rem;
            border: none;
            font-size: 1rem;
            outline: none;
            background: #fff;
            min-width: 0;
        }
        .search-form button {
            background: #0057a3;
            color: #fff;
            border: none;
            padding: 0.8rem 1.6rem;
            font-size: 1rem;
            cursor: pointer;
            transition: background 0.25s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .search-form button:hover {
            background: #003f7a;
        }
        .content-area {
            background: #fff;
            padding: 2rem 20px 3rem;
        }
        .content-area .container {
            max-width: 880px;
        }
        .content-area p {
            font-size: 1.05rem;
            color: #1e2a3a;
        }
        .content-area .lead {
            font-size: 1.2rem;
            font-weight: 400;
            color: #2c4a6e;
            border-left: 4px solid #f39c12;
            padding-left: 1.2rem;
            background: #fafcfe;
            padding: 1rem 1.2rem;
            border-radius: 0 12px 12px 0;
            margin-bottom: 2rem;
        }
        .featured-img {
            margin: 2rem 0;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }
        .featured-img img {
            width: 100%;
            max-height: 480px;
            object-fit: cover;
        }
        .featured-img figcaption {
            background: #f4f7fb;
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #4a5f7a;
            text-align: center;
        }
        .last-updated {
            display: inline-block;
            background: #eef3f9;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            color: #3a5a7a;
            margin-bottom: 1.5rem;
        }
        .last-updated i {
            margin-right: 6px;
        }
        .highlight-box {
            background: #f0f6fe;
            border-left: 5px solid #e63946;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.8rem 0;
        }
        .highlight-box strong {
            color: #0b1a2b;
        }
        .tip-box {
            background: #fef9ef;
            border: 1px solid #f5d79e;
            border-radius: 12px;
            padding: 1.2rem 1.5rem;
            margin: 1.8rem 0;
        }
        .tip-box i {
            color: #f39c12;
            margin-right: 8px;
        }
        .link-list {
            background: #f4f7fb;
            border-radius: 12px;
            padding: 1.2rem 1.5rem;
            margin: 1.8rem 0;
        }
        .link-list li {
            list-style: none;
            padding: 0.2rem 0;
        }
        .link-list li::before {
            content: "⚽ ";
            font-size: 0.9rem;
        }
        .link-list a {
            font-weight: 500;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 2rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            background: #fff;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        th,
        td {
            padding: 0.8rem 1rem;
            text-align: left;
            border-bottom: 1px solid #e4eaf2;
        }
        th {
            background: #1a3048;
            color: #fff;
            font-weight: 600;
        }
        tr:nth-child(even) {
            background: #f8fafc;
        }
        tr:hover td {
            background: #eef3f9;
        }
        .interaction-wrap {
            display: flex;
            flex-wrap: wrap;
            gap: 2rem;
            margin: 3rem 0 2rem;
            padding-top: 2rem;
            border-top: 2px solid #dce4ed;
        }
        .comment-box,
        .score-box {
            flex: 1 1 280px;
            background: #fafcfe;
            border-radius: 16px;
            padding: 1.5rem 1.8rem;
            border: 1px solid #e4eaf2;
        }
        .comment-box h3,
        .score-box h3 {
            margin-top: 0;
            font-size: 1.2rem;
        }
        .comment-box form,
        .score-box form {
            display: flex;
            flex-direction: column;
            gap: 0.7rem;
        }
        .comment-box input,
        .comment-box textarea,
        .score-box select,
        .score-box input {
            padding: 0.7rem 1rem;
            border: 1px solid #cbd8e8;
            border-radius: 8px;
            font-size: 0.95rem;
            font-family: inherit;
            transition: border 0.2s;
        }
        .comment-box input:focus,
        .comment-box textarea:focus,
        .score-box select:focus,
        .score-box input:focus {
            border-color: #0057a3;
            outline: none;
            box-shadow: 0 0 0 3px rgba(0, 87, 163, 0.08);
        }
        .comment-box textarea {
            min-height: 90px;
            resize: vertical;
        }
        .btn {
            background: #0057a3;
            color: #fff;
            border: none;
            padding: 0.7rem 1.5rem;
            border-radius: 30px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.1s;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            align-self: flex-start;
        }
        .btn:hover {
            background: #003f7a;
            transform: translateY(-1px);
        }
        .btn-secondary {
            background: #e63946;
        }
        .btn-secondary:hover {
            background: #c52d39;
        }
        .site-footer {
            background: #0b1a2b;
            color: #cbd8e8;
            padding: 2.5rem 20px 1.5rem;
            margin-top: 2rem;
        }
        .site-footer .container {
            max-width: 1200px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-grid h4 {
            color: #f39c12;
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 1px solid #2a4058;
            padding-bottom: 0.5rem;
        }
        .footer-grid a {
            color: #a0b8d0;
            display: block;
            padding: 0.2rem 0;
            font-size: 0.9rem;
        }
        .footer-grid a:hover {
            color: #f39c12;
            text-decoration: none;
        }
        friend-link {
            display: block;
        }
        friend-link a {
            color: #a0b8d0;
            display: inline-block;
            margin: 0.2rem 0.5rem 0.2rem 0;
        }
        friend-link a:hover {
            color: #f39c12;
        }
        .copyright {
            border-top: 1px solid #2a4058;
            padding-top: 1.2rem;
            text-align: center;
            font-size: 0.85rem;
            color: #7a95b0;
        }
        .copyright strong {
            color: #cbd8e8;
        }
        @media (max-width: 768px) {
            h1 {
                font-size: 1.6rem;
                padding-left: 0.7rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            h3 {
                font-size: 1.1rem;
            }
            .header-inner {
                padding: 0.5rem 16px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: #0b1a2b;
                padding: 0.8rem 0 1.2rem 0;
                border-top: 1px solid #2a4058;
                gap: 0.1rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.5rem 1rem;
                border-radius: 0;
                border-left: 3px solid transparent;
            }
            .main-nav a:hover {
                border-left-color: #f39c12;
                background: rgba(255, 255, 255, 0.04);
            }
            .content-area {
                padding: 1.2rem 16px 2rem;
            }
            .comment-box,
            .score-box {
                flex: 1 1 100%;
            }
            .search-form button span {
                display: none;
            }
            .breadcrumb-wrap {
                font-size: 0.75rem;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
        }
        @media (min-width: 769px) {
            .main-nav {
                display: flex !important;
            }
        }
        .scroll-top {
            position: fixed;
            bottom: 30px;
            right: 30px;
            background: #e63946;
            color: #fff;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 1.3rem;
            box-shadow: 0 4px 16px rgba(230, 57, 70, 0.3);
            cursor: pointer;
            transition: all 0.3s;
            border: none;
            z-index: 999;
        }
        .scroll-top:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 28px rgba(230, 57, 70, 0.4);
        }
        @media (max-width: 480px) {
            .scroll-top {
                bottom: 16px;
                right: 16px;
                width: 40px;
                height: 40px;
                font-size: 1rem;
            }
        }
