        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #f4f7fc;
            color: #1a2639;
            line-height: 1.7;
            padding: 0 1rem;
        }
        a {
            color: #0a3d62;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus {
            color: #e94560;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
            margin-bottom: 1.2rem;
        }
        li {
            margin-bottom: 0.4rem;
        }
        p {
            margin-bottom: 1.2rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.25;
            margin-top: 1.8rem;
            margin-bottom: 0.8rem;
            font-weight: 700;
            color: #0a3d62;
        }
        h1 {
            font-size: 2.4rem;
            margin-top: 0.4rem;
        }
        h2 {
            font-size: 1.9rem;
            border-bottom: 3px solid #e94560;
            padding-bottom: 0.35rem;
        }
        h3 {
            font-size: 1.5rem;
            color: #1e3799;
        }
        h4 {
            font-size: 1.2rem;
            color: #0a3d62;
        }
        .container {
            max-width: 1280px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
            border-radius: 20px;
            padding: 1.8rem 2.2rem;
            margin-top: 1.2rem;
            margin-bottom: 1.2rem;
        }
        @media (max-width: 768px) {
            .container {
                padding: 1rem 0.8rem;
                border-radius: 12px;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.5rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            body {
                padding: 0 0.4rem;
            }
        }
        .site-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding: 0.6rem 0 1rem 0;
            border-bottom: 2px solid #e0e7ef;
            margin-bottom: 1.2rem;
            position: relative;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 800;
            background: linear-gradient(135deg, #0a3d62, #e94560);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            letter-spacing: -0.5px;
            display: inline-block;
        }
        .my-logo small {
            font-size: 0.9rem;
            font-weight: 400;
            -webkit-text-fill-color: #555;
            color: #555;
            background: none;
            display: block;
            letter-spacing: 0.3px;
        }
        .my-logo a {
            color: inherit;
            background: inherit;
            -webkit-background-clip: inherit;
            -webkit-text-fill-color: inherit;
            background-clip: inherit;
        }
        .my-logo a:hover {
            text-decoration: none;
            opacity: 0.85;
        }
        .main-nav {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.8rem 1.5rem;
        }
        .main-nav a {
            font-weight: 600;
            font-size: 0.95rem;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s ease;
        }
        .main-nav a:hover {
            border-bottom-color: #e94560;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            flex-direction: column;
            cursor: pointer;
            background: none;
            border: none;
            padding: 8px 4px;
            gap: 5px;
        }
        .hamburger span {
            width: 28px;
            height: 3px;
            background: #0a3d62;
            border-radius: 4px;
            transition: all 0.25s ease;
        }
        .nav-toggle {
            display: none;
        }
        @media (max-width: 768px) {
            .hamburger {
                display: flex;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: flex-start;
                padding: 1rem 0 0.5rem 0;
                gap: 0.6rem;
            }
            .nav-toggle:checked~.main-nav {
                display: flex;
            }
            .site-header {
                align-items: center;
            }
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            list-style: none;
            padding: 0.6rem 0 0.2rem 0;
            margin-bottom: 0.8rem;
            font-size: 0.9rem;
            color: #6c7a89;
        }
        .breadcrumb li {
            margin-right: 0.4rem;
            margin-bottom: 0.2rem;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.5rem;
            color: #b0b9c6;
            font-weight: 600;
        }
        .breadcrumb a {
            color: #0a3d62;
        }
        .breadcrumb a:hover {
            color: #e94560;
        }
        .breadcrumb .active {
            color: #6c7a89;
            font-weight: 500;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 1.5rem 0 2rem 0;
            border-radius: 14px;
            border: 1px solid #e0e7ef;
            background: #fafcff;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.95rem;
            min-width: 640px;
        }
        thead {
            background: #0a3d62;
            color: #fff;
        }
        thead th {
            padding: 0.9rem 1rem;
            text-align: left;
            font-weight: 600;
            letter-spacing: 0.3px;
        }
        tbody td {
            padding: 0.8rem 1rem;
            border-bottom: 1px solid #eef2f7;
        }
        tbody tr:hover {
            background: #f0f5ff;
        }
        tbody tr:nth-child(even) {
            background: #f8faff;
        }
        tbody tr:nth-child(even):hover {
            background: #eaf1fd;
        }
        .rank-badge {
            display: inline-block;
            background: #e94560;
            color: #fff;
            font-weight: 700;
            border-radius: 50%;
            width: 32px;
            height: 32px;
            line-height: 32px;
            text-align: center;
            font-size: 0.85rem;
        }
        .rank-badge.top {
            background: #ffc312;
            color: #1a2639;
        }
        .rank-badge.qualify {
            background: #0a3d62;
        }
        .team-name-cell {
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .team-name-cell .flag {
            font-size: 1.3rem;
        }
        .points-highlight {
            font-weight: 700;
            color: #e94560;
        }
        .form-indicator {
            display: inline-flex;
            gap: 4px;
            flex-wrap: wrap;
        }
        .form-indicator span {
            width: 22px;
            height: 22px;
            border-radius: 4px;
            font-size: 0.65rem;
            font-weight: 700;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: #fff;
        }
        .form-w {
            background: #2ecc71;
        }
        .form-d {
            background: #f39c12;
        }
        .form-l {
            background: #e74c3c;
        }
        .card-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
            gap: 1.5rem;
            margin: 1.8rem 0;
        }
        .card {
            background: #fafcff;
            border: 1px solid #e6ecf5;
            border-radius: 16px;
            padding: 1.4rem 1.2rem;
            transition: transform 0.2s ease, box-shadow 0.25s ease;
        }
        .card:hover {
            transform: translateY(-4px);
            box-shadow: 0 12px 28px rgba(10, 61, 98, 0.08);
        }
        .card h4 {
            margin-top: 0;
            font-size: 1.2rem;
            color: #1e3799;
        }
        .card .stat {
            font-size: 1.8rem;
            font-weight: 800;
            color: #0a3d62;
            line-height: 1.2;
        }
        .card .stat-label {
            font-size: 0.9rem;
            color: #6c7a89;
        }
        .form-section {
            background: #f8faff;
            border-radius: 16px;
            padding: 1.8rem 2rem;
            margin: 2rem 0;
            border: 1px solid #e0e7ef;
        }
        .form-section h3 {
            margin-top: 0;
            color: #0a3d62;
        }
        .form-group {
            margin-bottom: 1.2rem;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 0.3rem;
            color: #1a2639;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 0.7rem 1rem;
            border: 1.5px solid #d0d8e4;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.2s ease;
            background: #fff;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #0a3d62;
            outline: none;
            box-shadow: 0 0 0 3px rgba(10, 61, 98, 0.1);
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .btn {
            display: inline-block;
            background: #0a3d62;
            color: #fff;
            padding: 0.7rem 2rem;
            border: none;
            border-radius: 30px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s ease, transform 0.15s ease;
        }
        .btn:hover {
            background: #e94560;
            transform: scale(1.02);
            color: #fff;
            text-decoration: none;
        }
        .btn-secondary {
            background: transparent;
            color: #0a3d62;
            border: 2px solid #0a3d62;
        }
        .btn-secondary:hover {
            background: #0a3d62;
            color: #fff;
        }
        .rating-stars {
            display: flex;
            gap: 6px;
            font-size: 1.8rem;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            color: #d0d8e4;
            transition: color 0.15s ease;
            cursor: pointer;
        }
        .rating-stars input:checked~label,
        .rating-stars label:hover,
        .rating-stars label:hover~label {
            color: #f1c40f;
        }
        friend-link {
            display: block;
            padding: 1.2rem 0 0.4rem 0;
            font-size: 0.95rem;
            border-top: 1px solid #e0e7ef;
            margin-top: 1.2rem;
        }
        friend-link a {
            display: inline-block;
            margin: 0.3rem 1.2rem 0.3rem 0;
            color: #0a3d62;
            font-weight: 500;
        }
        friend-link a:hover {
            color: #e94560;
        }
        .site-footer {
            padding: 1.2rem 0 0.8rem 0;
            font-size: 0.9rem;
            color: #6c7a89;
            border-top: 2px solid #e0e7ef;
            margin-top: 1.8rem;
            text-align: center;
        }
        .site-footer .copyright {
            font-weight: 500;
            color: #1a2639;
        }
        .text-muted {
            color: #6c7a89;
            font-size: 0.9rem;
        }
        .last-updated {
            display: inline-block;
            background: #eef2f7;
            padding: 0.3rem 1rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #0a3d62;
            font-weight: 500;
            margin-bottom: 1.2rem;
        }
        .featured-image {
            margin: 1.8rem 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
        }
        .highlight-box {
            background: linear-gradient(135deg, #f0f5ff, #e8edf8);
            border-left: 5px solid #e94560;
            padding: 1.2rem 1.8rem;
            border-radius: 0 14px 14px 0;
            margin: 1.5rem 0;
        }
        .highlight-box strong {
            color: #0a3d62;
        }
        .two-col {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
        }
        @media (max-width: 700px) {
            .two-col {
                grid-template-columns: 1fr;
                gap: 1rem;
            }
            .form-section {
                padding: 1.2rem 1rem;
            }
            .card-grid {
                grid-template-columns: 1fr;
            }
        }
        .inline-link-highlight {
            font-weight: 600;
            color: #e94560;
        }
        .section-icon {
            margin-right: 0.4rem;
        }
