        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
            background: #fafbfc;
            color: #1a1a2e;
            line-height: 1.7;
            padding: 0;
        }
        a {
            color: #0057b3;
            text-decoration: underline;
            transition: color 0.2s;
        }
        a:hover {
            color: #ff6b35;
            text-decoration: none;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #002868, #1a3a6b);
            color: #fff;
            padding: 18px 0 14px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
            position: sticky;
            top: 0;
            z-index: 100;
        }
        .header-inner {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
            gap: 12px 20px;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #fff;
            text-decoration: none;
            background: linear-gradient(135deg, #ffd700, #ff6b35);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 2px 8px rgba(255, 107, 53, 0.3);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            -webkit-text-fill-color: transparent;
        }
        .my-logo small {
            font-size: 0.65rem;
            font-weight: 400;
            letter-spacing: 1px;
            color: #c0d0e0;
            -webkit-text-fill-color: #c0d0e0;
            display: block;
            margin-top: -4px;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.6);
            color: #fff;
            font-size: 1.6rem;
            padding: 4px 14px;
            border-radius: 8px;
            cursor: pointer;
            line-height: 1;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.1);
        }
        .primary-nav {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 18px;
            align-items: center;
            list-style: none;
        }
        .primary-nav a {
            color: #e8edf5;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.95rem;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: border-color 0.2s, color 0.2s;
        }
        .primary-nav a:hover {
            color: #ffd700;
            border-bottom-color: #ffd700;
        }
        .primary-nav .active a {
            color: #ffd700;
            border-bottom-color: #ffd700;
        }
        .breadcrumb-wrap {
            background: #f0f3f7;
            padding: 10px 0;
            border-bottom: 1px solid #dee2e8;
            font-size: 0.88rem;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            gap: 6px 10px;
            list-style: none;
            color: #4a5568;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 10px;
            color: #a0aec0;
        }
        .breadcrumb a {
            color: #0057b3;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .current {
            color: #2d3748;
            font-weight: 600;
        }
        .search-section {
            background: #eef2f7;
            padding: 24px 0;
            border-bottom: 1px solid #dce2ec;
        }
        .search-form {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            max-width: 640px;
            margin: 0 auto;
        }
        .search-form input[type="text"] {
            flex: 1;
            min-width: 180px;
            padding: 14px 20px;
            border: 2px solid #cbd5e0;
            border-radius: 40px;
            font-size: 1rem;
            outline: none;
            transition: border-color 0.3s;
            background: #fff;
        }
        .search-form input[type="text"]:focus {
            border-color: #002868;
        }
        .search-form button {
            padding: 14px 32px;
            background: #002868;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .search-form button:hover {
            background: #ff6b35;
            transform: translateY(-2px);
        }
        .hero {
            background: linear-gradient(135deg, #002868 0%, #1a3a6b 60%, #2d4a7a 100%);
            color: #fff;
            padding: 50px 0 40px;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.2;
            letter-spacing: -0.5px;
            margin-bottom: 16px;
        }
        .hero h1 span {
            background: linear-gradient(135deg, #ffd700, #ff6b35);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hero p {
            font-size: 1.15rem;
            max-width: 720px;
            margin: 0 auto 10px;
            opacity: 0.9;
        }
        .hero .meta-badge {
            display: inline-flex;
            gap: 20px;
            margin-top: 18px;
            padding: 10px 24px;
            background: rgba(255, 255, 255, 0.08);
            border-radius: 40px;
            font-size: 0.9rem;
            backdrop-filter: blur(4px);
            flex-wrap: wrap;
            justify-content: center;
        }
        .hero .meta-badge i {
            margin-right: 6px;
            color: #ffd700;
        }
        .content-wrap {
            padding: 40px 0 60px;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
        }
        .main-content h2 {
            font-size: 2rem;
            font-weight: 700;
            color: #002868;
            margin: 48px 0 18px;
            padding-bottom: 8px;
            border-bottom: 3px solid #ffd700;
        }
        .main-content h3 {
            font-size: 1.45rem;
            font-weight: 600;
            color: #1a3a6b;
            margin: 32px 0 14px;
        }
        .main-content h4 {
            font-size: 1.15rem;
            font-weight: 600;
            color: #2d4a7a;
            margin: 24px 0 10px;
        }
        .main-content p {
            margin-bottom: 16px;
            color: #2d3748;
        }
        .main-content ul,
        .main-content ol {
            margin: 12px 0 20px 24px;
            color: #2d3748;
        }
        .main-content li {
            margin-bottom: 8px;
        }
        .main-content blockquote {
            border-left: 4px solid #ff6b35;
            padding: 16px 24px;
            margin: 24px 0;
            background: #f7f9fc;
            border-radius: 0 12px 12px 0;
            font-style: italic;
            color: #2d3748;
        }
        .main-content .highlight-box {
            background: #f0f6ff;
            border-radius: 16px;
            padding: 24px 28px;
            margin: 24px 0;
            border-left: 5px solid #002868;
        }
        .main-content .highlight-box strong {
            color: #002868;
        }
        .content-image {
            margin: 32px 0;
            border-radius: 16px;
            overflow: hidden;
            background: #eef2f7;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
        }
        .content-image img {
            width: 100%;
            object-fit: cover;
            min-height: 240px;
            background: #dce2ec;
        }
        .content-image figcaption {
            padding: 12px 20px;
            font-size: 0.9rem;
            color: #4a5568;
            background: #fff;
            border-top: 1px solid #e2e8f0;
        }
        .sidebar {
            position: sticky;
            top: 110px;
            align-self: start;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 16px;
            padding: 24px;
            margin-bottom: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #e8ecf2;
        }
        .sidebar-card h3 {
            font-size: 1.15rem;
            font-weight: 700;
            color: #002868;
            margin-bottom: 14px;
            border-bottom: 2px solid #ffd700;
            padding-bottom: 8px;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card ul li {
            padding: 8px 0;
            border-bottom: 1px solid #f0f2f5;
        }
        .sidebar-card ul li:last-child {
            border-bottom: none;
        }
        .sidebar-card ul li a {
            color: #0057b3;
            text-decoration: none;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .sidebar-card ul li a:hover {
            color: #ff6b35;
        }
        .form-card {
            background: #fff;
            border-radius: 16px;
            padding: 28px 30px;
            margin: 32px 0;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            border: 1px solid #e8ecf2;
        }
        .form-card h3 {
            font-size: 1.4rem;
            font-weight: 700;
            color: #002868;
            margin-bottom: 18px;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .form-group {
            margin-bottom: 18px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 6px;
            color: #2d3748;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 12px 16px;
            border: 2px solid #dce2ec;
            border-radius: 10px;
            font-size: 1rem;
            font-family: inherit;
            transition: border-color 0.25s;
            background: #fafbfc;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            border-color: #002868;
            outline: none;
            background: #fff;
        }
        .form-group textarea {
            min-height: 100px;
            resize: vertical;
        }
        .form-group .star-rating {
            display: flex;
            gap: 8px;
            font-size: 1.8rem;
            cursor: pointer;
            direction: rtl;
        }
        .form-group .star-rating input {
            display: none;
        }
        .form-group .star-rating label {
            color: #d1d5db;
            transition: color 0.2s;
            cursor: pointer;
            font-size: 1.8rem;
        }
        .form-group .star-rating label:hover,
        .form-group .star-rating label:hover~label,
        .form-group .star-rating input:checked~label {
            color: #ffd700;
        }
        .btn-submit {
            padding: 14px 36px;
            background: #002868;
            color: #fff;
            border: none;
            border-radius: 40px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 10px;
        }
        .btn-submit:hover {
            background: #ff6b35;
            transform: translateY(-2px);
        }
        .schedule-table {
            width: 100%;
            border-collapse: collapse;
            margin: 24px 0;
            font-size: 0.95rem;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
        }
        .schedule-table th {
            background: #002868;
            color: #fff;
            padding: 14px 16px;
            text-align: left;
            font-weight: 600;
        }
        .schedule-table td {
            padding: 13px 16px;
            border-bottom: 1px solid #e8ecf2;
            background: #fff;
        }
        .schedule-table tr:hover td {
            background: #f7f9fc;
        }
        .schedule-table .status {
            display: inline-block;
            padding: 4px 14px;
            border-radius: 20px;
            font-size: 0.8rem;
            font-weight: 600;
        }
        .status-upcoming {
            background: #e6f7ee;
            color: #0b6e3a;
        }
        .status-live {
            background: #fff3e0;
            color: #b45a0c;
        }
        .status-finished {
            background: #edf2f7;
            color: #4a5568;
        }
        .site-footer {
            background: #0f1a2e;
            color: #c8d4e0;
            padding: 40px 0 30px;
            border-top: 4px solid #ffd700;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 30px;
            margin-bottom: 30px;
        }
        .site-footer h4 {
            color: #ffd700;
            font-size: 1.1rem;
            margin-bottom: 12px;
        }
        .site-footer a {
            color: #b0c4d8;
            text-decoration: none;
        }
        .site-footer a:hover {
            color: #ffd700;
        }
        .site-footer ul {
            list-style: none;
        }
        .site-footer ul li {
            padding: 4px 0;
        }
        friend-link {
            display: block;
            padding: 16px 0;
            border-top: 1px solid #2a3a52;
            margin-top: 20px;
            font-size: 0.95rem;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            border-top: 1px solid #2a3a52;
            font-size: 0.85rem;
            color: #8a9bb0;
        }
        @media (max-width: 900px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
                order: 2;
            }
            .main-content {
                order: 1;
            }
            .hero h1 {
                font-size: 2rem;
            }
        }
        @media (max-width: 720px) {
            .nav-toggle {
                display: inline-block;
            }
            .primary-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                gap: 2px;
                padding: 16px 0 8px;
            }
            .primary-nav.show {
                display: flex;
            }
            .primary-nav a {
                padding: 10px 0;
                border-bottom: 1px solid rgba(255, 255, 255, 0.08);
                width: 100%;
            }
            .header-inner {
                align-items: center;
            }
            .hero h1 {
                font-size: 1.6rem;
            }
            .hero .meta-badge {
                flex-direction: column;
                gap: 6px;
                padding: 12px 18px;
                font-size: 0.8rem;
            }
            .search-form {
                flex-direction: column;
            }
            .search-form button {
                justify-content: center;
            }
            .schedule-table {
                font-size: 0.8rem;
            }
            .schedule-table th,
            .schedule-table td {
                padding: 10px 8px;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .form-card {
                padding: 20px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 14px;
            }
            .hero {
                padding: 30px 0 28px;
            }
            .hero h1 {
                font-size: 1.35rem;
            }
            .content-wrap {
                padding: 24px 0 36px;
            }
            .main-content h2 {
                font-size: 1.5rem;
            }
            .main-content h3 {
                font-size: 1.2rem;
            }
        }
        .text-muted {
            color: #6b7a8f;
            font-size: 0.9rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 10px;
        }
        .gap-sm {
            gap: 8px;
        }
        .mt-16 {
            margin-top: 16px;
        }
        .mb-16 {
            margin-bottom: 16px;
        }
        .emoji-lg {
            font-size: 1.4rem;
        }
        .badge {
            display: inline-block;
            padding: 2px 12px;
            border-radius: 20px;
            font-size: 0.75rem;
            font-weight: 600;
            background: #edf2f7;
            color: #2d3748;
        }
        .badge-gold {
            background: #ffd700;
            color: #1a1a2e;
        }
