* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f4f7fc;
            color: #1a2a3a;
            line-height: 1.7;
            padding: 0 1rem;
            scroll-behavior: smooth;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            background: #ffffff;
            box-shadow: 0 0 40px rgba(0, 0, 0, 0.04);
            border-radius: 24px;
            padding: 1.5rem 2rem 2rem;
            margin-top: 1.5rem;
            margin-bottom: 2rem;
        }
        header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            padding-bottom: 1.2rem;
            border-bottom: 2px solid #eef2f7;
            position: relative;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            background: linear-gradient(135deg, #0a1a3a, #1d3b6e);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo i {
            background: linear-gradient(135deg, #f7b731, #f5a623);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            font-size: 2rem;
        }
        .my-logo small {
            font-size: 0.85rem;
            font-weight: 400;
            -webkit-text-fill-color: #4a5a7a;
            background: none;
            letter-spacing: 0.3px;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 1.2rem;
        }
        nav {
            display: flex;
            gap: 1.6rem;
            flex-wrap: wrap;
        }
        nav a {
            text-decoration: none;
            color: #2a3a5a;
            font-weight: 600;
            font-size: 0.95rem;
            transition: 0.2s;
            padding: 0.3rem 0;
            border-bottom: 2px solid transparent;
        }
        nav a:hover,
        nav a:focus-visible {
            color: #0a1a3a;
            border-bottom-color: #f7b731;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            font-size: 1.8rem;
            cursor: pointer;
            color: #1a2a3a;
            padding: 0.2rem 0.4rem;
            transition: 0.2s;
        }
        .hamburger:hover {
            color: #f7b731;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.8rem;
            font-size: 0.9rem;
            padding: 1rem 0 0.8rem;
            color: #5a6a7a;
        }
        .breadcrumb a {
            color: #1d3b6e;
            text-decoration: none;
            font-weight: 500;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb span {
            color: #7a8a9a;
        }
        h1 {
            font-size: 2.6rem;
            font-weight: 800;
            line-height: 1.2;
            margin: 1.2rem 0 0.8rem;
            color: #0a1a3a;
            letter-spacing: -0.5px;
        }
        h2 {
            font-size: 2rem;
            font-weight: 700;
            margin: 2.4rem 0 1rem 0;
            padding-bottom: 0.4rem;
            border-bottom: 3px solid #f0f4fa;
            color: #0f2a4a;
        }
        h3 {
            font-size: 1.5rem;
            font-weight: 600;
            margin: 1.8rem 0 0.8rem 0;
            color: #1a3a5a;
        }
        h4 {
            font-size: 1.2rem;
            font-weight: 600;
            margin: 1.2rem 0 0.5rem 0;
            color: #2a4a6a;
        }
        p {
            margin-bottom: 1.2rem;
            color: #2a3a4a;
            font-size: 1.05rem;
        }
        .lead {
            font-size: 1.2rem;
            color: #1a2a3a;
            font-weight: 400;
            border-left: 4px solid #f7b731;
            padding-left: 1.2rem;
            background: #fafcff;
            border-radius: 0 8px 8px 0;
            padding: 1rem 1.4rem;
            margin: 1.4rem 0;
        }
        strong {
            color: #0a1a3a;
            font-weight: 700;
        }
        a {
            color: #1d3b6e;
            transition: 0.2s;
        }
        a:hover {
            color: #f5a623;
        }
        .featured-image {
            width: 100%;
            border-radius: 20px;
            margin: 1.8rem 0 1.2rem;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
            display: block;
            max-height: 520px;
            object-fit: cover;
            background: #eef2f7;
        }
        figure {
            margin: 2rem 0;
        }
        figure img {
            width: 100%;
            border-radius: 20px;
            box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
        }
        figcaption {
            text-align: center;
            font-size: 0.9rem;
            color: #5a6a7a;
            margin-top: 0.6rem;
            font-style: italic;
        }
        .search-box {
            background: #f0f4fa;
            border-radius: 60px;
            padding: 0.3rem 0.3rem 0.3rem 1.6rem;
            display: flex;
            align-items: center;
            max-width: 520px;
            margin: 1.6rem 0 0.8rem;
            border: 1px solid #dce3ed;
            transition: 0.3s;
        }
        .search-box:focus-within {
            border-color: #f7b731;
            box-shadow: 0 0 0 4px rgba(247, 183, 49, 0.15);
        }
        .search-box input {
            flex: 1;
            border: none;
            background: transparent;
            padding: 0.8rem 0;
            font-size: 1rem;
            outline: none;
            color: #1a2a3a;
            min-width: 0;
        }
        .search-box button {
            background: #0a1a3a;
            border: none;
            color: #fff;
            padding: 0.7rem 1.6rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            white-space: nowrap;
        }
        .search-box button:hover {
            background: #1d3b6e;
            transform: scale(1.02);
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            margin: 2.4rem 0 1rem;
        }
        .feedback-card {
            background: #f8faff;
            border-radius: 20px;
            padding: 1.8rem 2rem;
            border: 1px solid #e8edf5;
            transition: 0.2s;
        }
        .feedback-card:hover {
            border-color: #d0dae8;
            box-shadow: 0 6px 18px rgba(0, 0, 0, 0.03);
        }
        .feedback-card h3 {
            margin-top: 0;
            font-size: 1.3rem;
            display: flex;
            align-items: center;
            gap: 0.6rem;
        }
        .feedback-card textarea,
        .feedback-card input[type="text"],
        .feedback-card select {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 1px solid #dce3ed;
            border-radius: 12px;
            font-size: 0.95rem;
            font-family: inherit;
            background: #fff;
            transition: 0.2s;
            resize: vertical;
        }
        .feedback-card textarea:focus,
        .feedback-card input:focus,
        .feedback-card select:focus {
            border-color: #f7b731;
            outline: none;
            box-shadow: 0 0 0 4px rgba(247, 183, 49, 0.12);
        }
        .feedback-card .btn {
            background: #0a1a3a;
            color: #fff;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 60px;
            font-weight: 600;
            font-size: 0.95rem;
            cursor: pointer;
            transition: 0.2s;
            margin-top: 0.8rem;
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
        }
        .feedback-card .btn:hover {
            background: #1d3b6e;
            transform: translateY(-2px);
        }
        .star-rating {
            display: flex;
            flex-direction: row-reverse;
            justify-content: flex-end;
            gap: 0.2rem;
            font-size: 1.8rem;
            margin: 0.6rem 0 0.8rem;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            cursor: pointer;
            color: #d0d8e0;
            transition: 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #f7b731;
        }
        .fixture-table {
            width: 100%;
            border-collapse: collapse;
            margin: 1.6rem 0 2rem;
            font-size: 0.95rem;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
        }
        .fixture-table thead {
            background: #0a1a3a;
            color: #fff;
        }
        .fixture-table th {
            padding: 1rem 1.2rem;
            text-align: left;
            font-weight: 600;
        }
        .fixture-table td {
            padding: 0.9rem 1.2rem;
            border-bottom: 1px solid #eef2f7;
            vertical-align: middle;
        }
        .fixture-table tbody tr:hover {
            background: #f8faff;
        }
        .fixture-table .status {
            display: inline-block;
            padding: 0.2rem 0.8rem;
            border-radius: 60px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .status-upcoming {
            background: #e8f0fe;
            color: #1d3b6e;
        }
        .status-live {
            background: #fef0e0;
            color: #c97a1a;
        }
        .status-finished {
            background: #e6f7e6;
            color: #1a7a1a;
        }
        friend-link {
            display: block;
            padding: 1.8rem 0 0.8rem;
            border-top: 2px solid #eef2f7;
            margin-top: 2.4rem;
        }
        friend-link .fl-title {
            font-weight: 700;
            font-size: 1.1rem;
            color: #0a1a3a;
            margin-bottom: 0.8rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        friend-link .fl-list {
            display: flex;
            flex-wrap: wrap;
            gap: 0.8rem 1.6rem;
            list-style: none;
        }
        friend-link .fl-list a {
            text-decoration: none;
            color: #2a4a6a;
            font-weight: 500;
            padding: 0.2rem 0;
            border-bottom: 1px solid transparent;
        }
        friend-link .fl-list a:hover {
            border-bottom-color: #f7b731;
            color: #0a1a3a;
        }
        footer {
            margin-top: 2rem;
            padding-top: 1.6rem;
            border-top: 1px solid #eef2f7;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            align-items: center;
            gap: 1rem;
            font-size: 0.9rem;
            color: #5a6a7a;
        }
        footer .copyright {
            font-weight: 400;
        }
        footer .copyright strong {
            color: #0a1a3a;
        }
        @media (max-width: 820px) {
            .container {
                padding: 1rem 1.2rem 1.5rem;
                border-radius: 16px;
            }
            h1 {
                font-size: 2rem;
            }
            h2 {
                font-size: 1.6rem;
            }
            h3 {
                font-size: 1.25rem;
            }
            .feedback-grid {
                grid-template-columns: 1fr;
                gap: 1.2rem;
            }
            .fixture-table {
                font-size: 0.85rem;
                display: block;
                overflow-x: auto;
            }
            .fixture-table th,
            .fixture-table td {
                padding: 0.6rem 0.8rem;
            }
            .search-box {
                max-width: 100%;
                flex-wrap: wrap;
                border-radius: 40px;
                padding: 0.3rem 0.3rem 0.3rem 1.2rem;
            }
            .search-box input {
                padding: 0.6rem 0;
                font-size: 0.95rem;
            }
            .search-box button {
                padding: 0.5rem 1.2rem;
                font-size: 0.85rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            nav {
                display: none;
                flex-direction: column;
                width: 100%;
                gap: 0.4rem;
                padding: 1rem 0 0.4rem;
                background: #fff;
                border-radius: 0 0 16px 16px;
            }
            nav.open {
                display: flex;
            }
            .hamburger {
                display: block;
            }
            .nav-wrapper {
                flex-wrap: wrap;
                gap: 0.4rem;
            }
            header {
                flex-wrap: wrap;
            }
            .breadcrumb {
                font-size: 0.8rem;
            }
            .lead {
                font-size: 1.05rem;
                padding: 0.8rem 1rem;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0.8rem 0.8rem 1.2rem;
                margin-top: 0.8rem;
            }
            h1 {
                font-size: 1.7rem;
            }
            h2 {
                font-size: 1.35rem;
            }
            body {
                padding: 0 0.4rem;
            }
            .feedback-card {
                padding: 1.2rem 1.2rem;
            }
            .star-rating {
                font-size: 1.5rem;
            }
            .my-logo {
                font-size: 1.25rem;
            }
            .my-logo small {
                font-size: 0.7rem;
            }
            footer {
                flex-direction: column;
                text-align: center;
            }
        }
        .highlight-box {
            background: #f0f6ff;
            border-radius: 16px;
            padding: 1.6rem 2rem;
            margin: 1.8rem 0;
            border-left: 5px solid #f7b731;
        }
        .emoji-big {
            font-size: 1.4em;
            margin-right: 0.2em;
        }
        .last-updated {
            display: inline-block;
            background: #eef2f7;
            padding: 0.2rem 1rem;
            border-radius: 60px;
            font-size: 0.85rem;
            color: #4a5a7a;
            margin: 0.6rem 0 1rem;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            background: #0a1a3a;
            color: #fff;
            padding: 0.6rem 1.2rem;
            border-radius: 0 0 12px 12px;
            z-index: 100;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 0;
        }
