        *,
        *::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, sans-serif;
            line-height: 1.75;
            color: #1e2a3e;
            background: #fafcff;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #0056b3;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #ff6b00;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin: 0.75rem 0;
        }
        li {
            margin-bottom: 0.4rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.3;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
            font-weight: 700;
            color: #0d1b2a;
        }
        h1 {
            font-size: 2.2rem;
            border-bottom: 4px solid #ff6b00;
            padding-bottom: 0.5rem;
            display: inline-block;
        }
        h2 {
            font-size: 1.7rem;
            border-left: 5px solid #ff6b00;
            padding-left: 0.9rem;
            margin-top: 2.4rem;
        }
        h3 {
            font-size: 1.35rem;
            color: #1e3a5f;
        }
        h4 {
            font-size: 1.1rem;
            color: #2c4a6e;
        }
        p {
            margin-bottom: 1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .badge {
            display: inline-block;
            background: #ff6b00;
            color: #fff;
            padding: 0.2rem 1rem;
            border-radius: 30px;
            font-size: 0.8rem;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        .text-muted {
            color: #5a6a7a;
            font-size: 0.95rem;
        }
        .divider {
            height: 2px;
            background: linear-gradient(90deg, #ff6b00, #ffb347, #ff6b00);
            margin: 2.5rem 0;
            border: 0;
        }
        .emoji-big {
            font-size: 1.5rem;
            margin-right: 0.3rem;
        }
        .highlight-box {
            background: #fff7ed;
            border-left: 5px solid #ff6b00;
            padding: 1.2rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .highlight-box p:last-child {
            margin-bottom: 0;
        }
        .top-bar {
            background: #0d1b2a;
            color: #cbd5e0;
            font-size: 0.85rem;
            padding: 0.4rem 0;
            text-align: center;
        }
        .top-bar span {
            margin: 0 0.8rem;
        }
        .top-bar i {
            margin-right: 0.3rem;
            color: #ff6b00;
        }
        .site-header {
            background: #ffffff;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            position: sticky;
            top: 0;
            z-index: 1000;
            padding: 0.6rem 0;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.7rem;
            font-weight: 800;
            background: linear-gradient(135deg, #0d1b2a, #ff6b00);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: inline-flex;
            align-items: center;
            gap: 0.3rem;
        }
        .my-logo i {
            -webkit-text-fill-color: #ff6b00;
            font-size: 1.8rem;
        }
        .my-logo small {
            font-size: 0.7rem;
            font-weight: 400;
            -webkit-text-fill-color: #5a6a7a;
            display: block;
            letter-spacing: 1px;
        }
        .my-logo:hover {
            text-decoration: none;
        }
        .nav-menu {
            display: flex;
            align-items: center;
            gap: 0.2rem;
            flex-wrap: wrap;
        }
        .nav-menu a {
            padding: 0.5rem 0.9rem;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            color: #1e2a3e;
            transition: all 0.25s;
        }
        .nav-menu a:hover {
            background: #ff6b00;
            color: #fff;
            text-decoration: none;
        }
        .nav-menu a.active {
            background: #0d1b2a;
            color: #fff;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            color: #0d1b2a;
            cursor: pointer;
            padding: 0.2rem 0.5rem;
            transition: transform 0.2s;
        }
        .hamburger:hover {
            transform: scale(1.1);
        }
        .breadcrumb-wrap {
            background: #f0f4fa;
            padding: 0.6rem 0;
            font-size: 0.88rem;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li {
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin: 0 0.6rem;
            color: #999;
        }
        .breadcrumb a {
            color: #0056b3;
        }
        .breadcrumb .current {
            color: #5a6a7a;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #0d1b2a 0%, #1e3a5f 60%, #ff6b00 100%);
            color: #fff;
            padding: 3rem 1.5rem;
            border-radius: 0 0 40px 40px;
            margin-bottom: 2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero::after {
            content: "⚽";
            position: absolute;
            right: -20px;
            bottom: -30px;
            font-size: 12rem;
            opacity: 0.08;
            transform: rotate(15deg);
        }
        .hero h1 {
            color: #fff;
            border-bottom-color: #ffb347;
            font-size: 2.5rem;
            margin-top: 0;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 720px;
            margin: 1rem auto 0;
            opacity: 0.92;
        }
        .hero .hero-meta {
            margin-top: 1.5rem;
            font-size: 0.95rem;
            opacity: 0.8;
        }
        .hero .hero-meta i {
            margin: 0 0.4rem;
            color: #ffb347;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 2.5rem;
            margin: 2rem 0;
        }
        .main-content {
            min-width: 0;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
        }
        .card {
            background: #fff;
            border-radius: 16px;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
            padding: 1.5rem;
            margin-bottom: 1.8rem;
            transition: box-shadow 0.3s;
        }
        .card:hover {
            box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
        }
        .card-title {
            font-size: 1.2rem;
            font-weight: 700;
            margin-top: 0;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .link-list {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .link-list li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #eef2f6;
            margin: 0;
        }
        .link-list li:last-child {
            border-bottom: 0;
        }
        .link-list a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-weight: 500;
        }
        .link-list a i {
            color: #ff6b00;
            width: 1.2rem;
            text-align: center;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
        }
        table th,
        table td {
            padding: 0.75rem 1rem;
            border: 1px solid #dce3ec;
            text-align: left;
        }
        table th {
            background: #0d1b2a;
            color: #fff;
            font-weight: 600;
        }
        table tr:nth-child(even) {
            background: #f6f9fc;
        }
        table tr:hover {
            background: #fff3e6;
        }
        .search-form {
            display: flex;
            gap: 0.5rem;
            margin: 1rem 0;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 2px solid #dce3ec;
            border-radius: 30px;
            font-size: 1rem;
            transition: border-color 0.3s;
            outline: none;
        }
        .search-form input:focus {
            border-color: #ff6b00;
        }
        .search-form button {
            background: #ff6b00;
            color: #fff;
            border: none;
            padding: 0.7rem 1.5rem;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
        }
        .search-form button:hover {
            background: #e55d00;
            transform: scale(1.02);
        }
        .comment-box textarea {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #dce3ec;
            border-radius: 12px;
            font-size: 1rem;
            font-family: inherit;
            resize: vertical;
            min-height: 100px;
            transition: border-color 0.3s;
            outline: none;
        }
        .comment-box textarea:focus {
            border-color: #ff6b00;
        }
        .comment-box .form-row {
            display: flex;
            gap: 0.8rem;
            margin-top: 0.8rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .comment-box .form-row input {
            flex: 1;
            min-width: 160px;
            padding: 0.6rem 1rem;
            border: 2px solid #dce3ec;
            border-radius: 30px;
            font-size: 0.95rem;
            outline: none;
            transition: border-color 0.3s;
        }
        .comment-box .form-row input:focus {
            border-color: #ff6b00;
        }
        .btn {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            padding: 0.6rem 1.8rem;
            border-radius: 30px;
            font-weight: 600;
            font-size: 0.95rem;
            border: none;
            cursor: pointer;
            transition: all 0.25s;
        }
        .btn-primary {
            background: #ff6b00;
            color: #fff;
        }
        .btn-primary:hover {
            background: #e55d00;
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(255, 107, 0, 0.3);
        }
        .btn-secondary {
            background: #0d1b2a;
            color: #fff;
        }
        .btn-secondary:hover {
            background: #1e3a5f;
            transform: translateY(-2px);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #ccc;
            cursor: pointer;
            margin: 0.5rem 0;
        }
        .rating-stars i {
            transition: color 0.2s, transform 0.15s;
        }
        .rating-stars i:hover,
        .rating-stars i.active {
            color: #ffb347;
            transform: scale(1.15);
        }
        .featured-image {
            border-radius: 16px;
            overflow: hidden;
            margin: 1.8rem 0;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
        }
        .featured-image img {
            width: 100%;
            object-fit: cover;
        }
        .featured-image figcaption {
            background: #f0f4fa;
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
            color: #5a6a7a;
            text-align: center;
        }
        .site-footer {
            background: #0d1b2a;
            color: #cbd5e0;
            padding: 3rem 0 1.5rem;
            margin-top: 3.5rem;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .site-footer h4 {
            color: #ffb347;
            margin-top: 0;
            font-size: 1.1rem;
        }
        .site-footer a {
            color: #b0c4de;
        }
        .site-footer a:hover {
            color: #ffb347;
            text-decoration: underline;
        }
        .friend-link {
            display: block;
            padding: 0.5rem 0;
            border-bottom: 1px solid #1e3a5f;
        }
        .friend-link:last-child {
            border-bottom: 0;
        }
        .footer-bottom {
            border-top: 1px solid #1e3a5f;
            padding-top: 1.5rem;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 0.8rem;
            font-size: 0.88rem;
        }
        .footer-bottom a {
            color: #b0c4de;
        }
        @media (max-width: 1024px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                padding: 1rem 0 0.5rem;
                gap: 0.3rem;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 0.6rem 1rem;
                width: 100%;
                border-radius: 8px;
            }
            .header-inner {
                align-items: center;
            }
            .hero h1 {
                font-size: 1.8rem;
            }
            .hero {
                padding: 2rem 1rem;
                border-radius: 0 0 24px 24px;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                width: 100%;
                justify-content: center;
            }
            .comment-box .form-row {
                flex-direction: column;
            }
            .comment-box .form-row input {
                width: 100%;
            }
        }
        @media (max-width: 480px) {
            .footer-grid {
                grid-template-columns: 1fr;
            }
            .top-bar {
                font-size: 0.75rem;
            }
            .top-bar span {
                margin: 0 0.3rem;
            }
            .my-logo {
                font-size: 1.3rem;
            }
            .breadcrumb-wrap {
                font-size: 0.78rem;
            }
            table th,
            table td {
                padding: 0.5rem 0.6rem;
                font-size: 0.78rem;
            }
        }
        .mt-1 {
            margin-top: 1rem;
        }
        .mt-2 {
            margin-top: 2rem;
        }
        .mb-1 {
            margin-bottom: 1rem;
        }
        .mb-2 {
            margin-bottom: 2rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem;
        }
        .text-center {
            text-align: center;
        }
        .tag {
            display: inline-block;
            background: #eef2f6;
            border-radius: 20px;
            padding: 0.15rem 0.8rem;
            font-size: 0.78rem;
            color: #1e2a3e;
            margin: 0.1rem 0.2rem;
        }
