        *,
        *::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;
            background: #f8fafc;
            color: #1e293b;
            line-height: 1.7;
            min-height: 100vh;
            display: flex;
            flex-direction: column;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #0f3b5e;
            text-decoration: none;
            transition: color 0.25s ease;
        }
        a:hover,
        a:focus-visible {
            color: #ba4a2b;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            line-height: 1.3;
            font-weight: 700;
            color: #0c2a3f;
            margin-top: 1.5em;
            margin-bottom: 0.5em;
        }
        h1 {
            font-size: 2.2rem;
            margin-top: 0;
        }
        h2 {
            font-size: 1.6rem;
            border-left: 5px solid #d97706;
            padding-left: 0.75rem;
        }
        h3 {
            font-size: 1.25rem;
        }
        h4 {
            font-size: 1.05rem;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.1rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1rem;
        }
        .skip-link {
            position: absolute;
            top: -100%;
            left: 1rem;
            background: #d97706;
            color: #fff;
            padding: 0.5rem 1rem;
            border-radius: 4px;
            z-index: 10000;
            font-weight: 600;
        }
        .skip-link:focus {
            top: 1rem;
        }
        .site-header {
            background: linear-gradient(135deg, #0c2a3f 0%, #1a4a6b 100%);
            color: #fff;
            padding: 0.75rem 0;
            position: sticky;
            top: 0;
            z-index: 999;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            gap: 0.5rem 1rem;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #fff;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .my-logo i {
            color: #fbbf24;
            font-size: 1.6rem;
        }
        .my-logo:hover {
            color: #fbbf24;
            text-decoration: none;
        }
        .my-logo span {
            font-weight: 300;
            color: #94b8d9;
        }
        .nav-wrapper {
            display: flex;
            align-items: center;
            gap: 0.75rem;
        }
        .main-nav {
            display: flex;
            gap: 0.25rem;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e2e8f0;
            padding: 0.4rem 0.9rem;
            border-radius: 6px;
            font-size: 0.9rem;
            font-weight: 500;
            transition: background 0.2s, color 0.2s;
            white-space: nowrap;
        }
        .main-nav a:hover,
        .main-nav a:focus-visible {
            background: rgba(255, 255, 255, 0.15);
            color: #fbbf24;
            text-decoration: none;
        }
        .main-nav a.active {
            background: rgba(251, 191, 36, 0.2);
            color: #fbbf24;
        }
        .hamburger {
            display: none;
            background: none;
            border: 2px solid rgba(255, 255, 255, 0.5);
            border-radius: 6px;
            color: #fff;
            font-size: 1.5rem;
            padding: 0.3rem 0.6rem;
            cursor: pointer;
            transition: border-color 0.2s;
        }
        .hamburger:hover {
            border-color: #fbbf24;
        }
        .hamburger:focus-visible {
            outline: 2px solid #fbbf24;
            outline-offset: 2px;
        }
        .breadcrumb-wrap {
            background: #f1f5f9;
            padding: 0.5rem 0;
            border-bottom: 1px solid #e2e8f0;
        }
        .breadcrumb {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 0.4rem 0.8rem;
            font-size: 0.85rem;
            color: #475569;
            list-style: none;
            padding-left: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 0.6rem;
            color: #94a3b8;
            font-size: 1.2rem;
            line-height: 1;
        }
        .breadcrumb a {
            color: #0f3b5e;
        }
        .breadcrumb .current {
            color: #ba4a2b;
            font-weight: 600;
        }
        .hero {
            background: linear-gradient(135deg, #0b2a3f, #1f5a7a);
            color: #fff;
            padding: 2.5rem 0 2rem;
            margin-bottom: 2rem;
            border-radius: 0 0 40px 40px;
        }
        .hero-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 2rem;
            align-items: center;
        }
        .hero-text h1 {
            color: #fff;
            font-size: 2.6rem;
            line-height: 1.2;
            margin-bottom: 0.75rem;
        }
        .hero-text h1 i {
            color: #fbbf24;
            margin-right: 0.3rem;
        }
        .hero-text p {
            font-size: 1.1rem;
            color: #cbd5e1;
            margin-bottom: 1.2rem;
        }
        .hero-cta {
            display: inline-flex;
            align-items: center;
            gap: 0.6rem;
            background: #d97706;
            color: #fff;
            padding: 0.75rem 2rem;
            border-radius: 50px;
            font-weight: 700;
            font-size: 1.05rem;
            transition: background 0.3s, transform 0.2s;
        }
        .hero-cta:hover {
            background: #b45309;
            transform: translateY(-2px);
            text-decoration: none;
            color: #fff;
        }
        .hero-image {
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
        }
        .hero-image img {
            width: 100%;
            height: 280px;
            object-fit: cover;
        }
        .search-section {
            background: #fff;
            border-radius: 16px;
            padding: 1.5rem 2rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
            margin-bottom: 2rem;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            gap: 1rem;
        }
        .search-section label {
            font-weight: 600;
            color: #0c2a3f;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form {
            flex: 1;
            display: flex;
            gap: 0.5rem;
            min-width: 200px;
        }
        .search-form input {
            flex: 1;
            padding: 0.7rem 1rem;
            border: 2px solid #e2e8f0;
            border-radius: 50px;
            font-size: 0.95rem;
            transition: border-color 0.3s;
            min-width: 0;
        }
        .search-form input:focus {
            border-color: #d97706;
            outline: none;
            box-shadow: 0 0 0 3px rgba(217, 119, 6, 0.15);
        }
        .search-form button {
            background: #0c2a3f;
            color: #fff;
            border: none;
            border-radius: 50px;
            padding: 0.7rem 1.5rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #1a4a6b;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2rem;
            margin-bottom: 3rem;
        }
        .content-area {
            background: #fff;
            border-radius: 20px;
            padding: 2rem 2rem 2.5rem;
            box-shadow: 0 2px 16px rgba(0, 0, 0, 0.04);
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 1.5rem;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 16px;
            padding: 1.5rem;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
            border: 1px solid #f1f5f9;
        }
        .sidebar-card h3 {
            margin-top: 0;
            font-size: 1.1rem;
            border-bottom: 2px solid #f1f5f9;
            padding-bottom: 0.6rem;
            margin-bottom: 1rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .link-list {
            list-style: none;
            padding: 0;
            display: flex;
            flex-direction: column;
            gap: 0.4rem;
        }
        .link-list li a {
            display: block;
            padding: 0.4rem 0.6rem;
            border-radius: 6px;
            font-size: 0.9rem;
            transition: background 0.2s;
        }
        .link-list li a:hover {
            background: #f1f5f9;
            text-decoration: none;
        }
        .comment-box,
        .score-box {
            background: #f8fafc;
            border-radius: 12px;
            padding: 1.2rem 1.5rem;
            margin-top: 1.5rem;
            border: 1px solid #e2e8f0;
        }
        .comment-box h4,
        .score-box h4 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .comment-form,
        .score-form {
            display: flex;
            flex-wrap: wrap;
            gap: 0.75rem;
            margin-top: 0.75rem;
        }
        .comment-form input,
        .comment-form textarea,
        .score-form select,
        .score-form button {
            padding: 0.6rem 1rem;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 0.9rem;
            font-family: inherit;
        }
        .comment-form input,
        .comment-form textarea {
            flex: 1 1 100%;
        }
        .comment-form textarea {
            min-height: 70px;
            resize: vertical;
        }
        .comment-form button,
        .score-form button {
            background: #d97706;
            color: #fff;
            border: none;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.3s;
            padding: 0.6rem 1.8rem;
            border-radius: 50px;
        }
        .comment-form button:hover,
        .score-form button:hover {
            background: #b45309;
        }
        .score-form select {
            min-width: 120px;
        }
        .score-form {
            align-items: center;
        }
        .site-footer {
            background: #0c2a3f;
            color: #cbd5e1;
            padding: 2.5rem 0 1.5rem;
            margin-top: auto;
            border-top: 4px solid #d97706;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2rem;
            margin-bottom: 2rem;
        }
        .footer-col h4 {
            color: #fbbf24;
            margin-top: 0;
            margin-bottom: 0.75rem;
            font-size: 1.05rem;
        }
        .footer-col p,
        .footer-col a {
            font-size: 0.9rem;
            color: #94b8d9;
        }
        .footer-col a:hover {
            color: #fbbf24;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.1);
            padding-top: 1.2rem;
            text-align: center;
            font-size: 0.85rem;
            color: #64748b;
        }
        .footer-bottom .copyright {
            color: #94b8d9;
        }
        friend-link {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem 1.5rem;
            margin-top: 0.5rem;
        }
        friend-link a {
            color: #94b8d9;
            font-size: 0.9rem;
        }
        friend-link a:hover {
            color: #fbbf24;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
            }
            .hero-content {
                grid-template-columns: 1fr;
                text-align: center;
            }
            .hero-text h1 {
                font-size: 2rem;
            }
            .hero-cta {
                justify-content: center;
            }
            .footer-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                flex-direction: column;
                width: 100%;
                background: rgba(12, 42, 63, 0.98);
                border-radius: 12px;
                padding: 0.75rem;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                margin-top: 0.5rem;
                box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3);
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            }
            .header-inner {
                position: relative;
            }
            .hero {
                padding: 1.5rem 0 1.5rem;
                border-radius: 0 0 24px 24px;
            }
            .hero-text h1 {
                font-size: 1.6rem;
            }
            .content-area {
                padding: 1.25rem;
            }
            .search-section {
                padding: 1rem 1.25rem;
                flex-direction: column;
            }
            .search-form {
                width: 100%;
            }
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
            }
            .breadcrumb-wrap {
                font-size: 0.8rem;
            }
            .comment-form input,
            .comment-form textarea {
                flex: 1 1 100%;
            }
        }
        @media (max-width: 480px) {
            .my-logo {
                font-size: 1.4rem;
            }
            .hero-text h1 {
                font-size: 1.4rem;
            }
            .hero-image img {
                height: 200px;
            }
            .content-area {
                padding: 1rem;
                border-radius: 12px;
            }
            .sidebar-card {
                padding: 1rem;
            }
        }
        .last-updated {
            display: inline-flex;
            align-items: center;
            gap: 0.5rem;
            background: #f1f5f9;
            padding: 0.3rem 1rem;
            border-radius: 50px;
            font-size: 0.8rem;
            color: #475569;
            margin-bottom: 1.2rem;
        }
        .highlight-box {
            background: #fefce8;
            border-left: 4px solid #d97706;
            padding: 1rem 1.5rem;
            border-radius: 0 12px 12px 0;
            margin: 1.5rem 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 1rem;
            margin: 1.5rem 0;
        }
        .stat-card {
            background: #f1f5f9;
            border-radius: 12px;
            padding: 1rem;
            text-align: center;
        }
        .stat-card .num {
            font-size: 2rem;
            font-weight: 800;
            color: #d97706;
            display: block;
        }
        .stat-card .label {
            font-size: 0.85rem;
            color: #475569;
        }
        .player-quote {
            font-style: italic;
            background: #f1f5f9;
            border-radius: 16px;
            padding: 1.5rem 2rem;
            margin: 1.5rem 0;
            position: relative;
        }
        .player-quote::before {
            content: "\201C";
            font-size: 3rem;
            color: #d97706;
            position: absolute;
            top: -0.2rem;
            left: 0.8rem;
            line-height: 1;
        }
        .player-quote cite {
            display: block;
            margin-top: 0.5rem;
            font-weight: 600;
            color: #0c2a3f;
            font-style: normal;
        }
        .content-figure {
            margin: 1.5rem 0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
        }
        .content-figure img {
            width: 100%;
            max-height: 400px;
            object-fit: cover;
        }
        .content-figure figcaption {
            background: #f8fafc;
            padding: 0.6rem 1rem;
            font-size: 0.85rem;
            color: #475569;
            text-align: center;
        }
        @media (prefers-reduced-motion: reduce) {
            html {
                scroll-behavior: auto;
            }
        }
