        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        html {
            scroll-behavior: smooth;
        }
        body {
            font-family: 'Segoe UI', Roboto, system-ui, -apple-system, sans-serif;
            background: #f5f7fc;
            color: #1e293b;
            line-height: 1.7;
            font-size: 16px;
        }
        a {
            color: #0f3b5e;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #b8860b;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #0b2a41;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(135deg, #0b2a41 0%, #1a4a6b 100%);
            color: #fff;
            padding: 16px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.8rem;
            font-weight: 800;
            letter-spacing: -0.5px;
            color: #f5d742;
            text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            color: #ffd700;
        }
        .my-logo small {
            font-size: 0.7rem;
            display: block;
            color: #cbd5e1;
            font-weight: 400;
            letter-spacing: 0.5px;
        }
        .nav-toggle {
            display: none;
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.5);
            color: #fff;
            font-size: 1.5rem;
            padding: 6px 12px;
            border-radius: 6px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            border-color: #f5d742;
            color: #f5d742;
        }
        .nav-menu {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            align-items: center;
        }
        .nav-menu a {
            color: #e2e8f0;
            padding: 8px 16px;
            border-radius: 30px;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.25s;
            white-space: nowrap;
        }
        .nav-menu a:hover {
            background: rgba(245, 215, 66, 0.15);
            color: #f5d742;
        }
        .nav-menu a i {
            margin-right: 6px;
            font-size: 0.85rem;
        }
        .breadcrumb {
            background: #fff;
            padding: 12px 0;
            border-bottom: 1px solid #e2e8f0;
            font-size: 0.85rem;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
            padding: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 10px;
            color: #94a3b8;
            font-weight: 700;
        }
        .breadcrumb a {
            color: #0f3b5e;
        }
        .breadcrumb .current {
            color: #64748b;
            font-weight: 500;
        }
        .main-grid {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            padding: 40px 0;
        }
        @media (max-width: 992px) {
            .main-grid {
                grid-template-columns: 1fr;
                gap: 30px;
            }
        }
        .content-article h1 {
            font-size: 2.4rem;
            margin-bottom: 12px;
            color: #0b2a41;
        }
        .content-article .meta {
            display: flex;
            flex-wrap: wrap;
            gap: 16px 24px;
            color: #64748b;
            font-size: 0.9rem;
            margin-bottom: 24px;
            padding-bottom: 16px;
            border-bottom: 1px solid #e2e8f0;
        }
        .content-article .meta i {
            margin-right: 6px;
            color: #b8860b;
        }
        .content-article h2 {
            font-size: 1.8rem;
            margin-top: 48px;
            margin-bottom: 16px;
            padding-left: 12px;
            border-left: 5px solid #b8860b;
        }
        .content-article h3 {
            font-size: 1.35rem;
            margin-top: 32px;
            margin-bottom: 12px;
            color: #1a4a6b;
        }
        .content-article h4 {
            font-size: 1.1rem;
            margin-top: 24px;
            margin-bottom: 8px;
            color: #2d5a7a;
        }
        .content-article p {
            margin-bottom: 18px;
            color: #1e293b;
        }
        .content-article .featured-image {
            margin: 32px 0;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        }
        .content-article .featured-image img {
            width: 100%;
            height: auto;
            display: block;
        }
        .content-article .featured-image figcaption {
            background: #f1f5f9;
            padding: 10px 16px;
            font-size: 0.85rem;
            color: #475569;
            text-align: center;
        }
        .highlight-box {
            background: linear-gradient(135deg, #fef9e7, #fdf2d7);
            border-left: 6px solid #b8860b;
            padding: 20px 24px;
            border-radius: 0 12px 12px 0;
            margin: 24px 0;
        }
        .highlight-box strong {
            color: #7a5c00;
        }
        .insight-card {
            background: #fff;
            border-radius: 14px;
            padding: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            margin: 24px 0;
            border: 1px solid #e9edf2;
        }
        .insight-card h4 {
            margin-top: 0;
        }
        .stat-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
            gap: 16px;
            margin: 28px 0;
        }
        .stat-item {
            background: #0b2a41;
            color: #fff;
            padding: 20px 16px;
            border-radius: 12px;
            text-align: center;
        }
        .stat-item .number {
            font-size: 2.2rem;
            font-weight: 800;
            color: #f5d742;
        }
        .stat-item .label {
            font-size: 0.85rem;
            color: #cbd5e1;
            margin-top: 4px;
        }
        .player-quote {
            background: #f1f5f9;
            border-radius: 16px;
            padding: 28px 32px;
            margin: 28px 0;
            position: relative;
        }
        .player-quote::before {
            content: "“";
            font-size: 4rem;
            color: #b8860b;
            position: absolute;
            top: 10px;
            left: 16px;
            opacity: 0.3;
            font-family: Georgia, serif;
        }
        .player-quote p {
            font-style: italic;
            font-size: 1.05rem;
            margin-bottom: 8px;
        }
        .player-quote .attribution {
            font-weight: 600;
            color: #0b2a41;
            font-style: normal;
        }
        .sidebar {
            position: sticky;
            top: 100px;
            align-self: start;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 14px;
            padding: 24px;
            margin-bottom: 24px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #e9edf2;
        }
        .sidebar-card h3 {
            font-size: 1.15rem;
            margin-bottom: 12px;
            color: #0b2a41;
            border-bottom: 2px solid #f5d742;
            padding-bottom: 8px;
        }
        .sidebar-links a {
            display: block;
            padding: 8px 0;
            border-bottom: 1px solid #f1f5f9;
            font-size: 0.9rem;
            transition: 0.2s;
        }
        .sidebar-links a:hover {
            padding-left: 8px;
            color: #b8860b;
        }
        .sidebar-links a i {
            margin-right: 8px;
            color: #b8860b;
            font-size: 0.8rem;
        }
        .search-form {
            display: flex;
            gap: 8px;
        }
        .search-form input {
            flex: 1;
            padding: 10px 16px;
            border: 2px solid #e2e8f0;
            border-radius: 30px;
            font-size: 0.9rem;
            outline: none;
            transition: 0.2s;
        }
        .search-form input:focus {
            border-color: #b8860b;
        }
        .search-form button {
            background: #0b2a41;
            color: #fff;
            border: none;
            padding: 10px 20px;
            border-radius: 30px;
            cursor: pointer;
            font-weight: 600;
            transition: 0.2s;
        }
        .search-form button:hover {
            background: #1a4a6b;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 24px;
            margin: 32px 0;
        }
        @media (max-width: 768px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .feedback-card {
            background: #fff;
            padding: 24px;
            border-radius: 14px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
            border: 1px solid #e9edf2;
        }
        .feedback-card h3 {
            font-size: 1.2rem;
            margin-bottom: 16px;
            color: #0b2a41;
        }
        .feedback-card form {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        .feedback-card input,
        .feedback-card textarea,
        .feedback-card select {
            padding: 10px 14px;
            border: 2px solid #e2e8f0;
            border-radius: 8px;
            font-size: 0.9rem;
            outline: none;
            font-family: inherit;
            transition: 0.2s;
        }
        .feedback-card input:focus,
        .feedback-card textarea:focus,
        .feedback-card select:focus {
            border-color: #b8860b;
        }
        .feedback-card textarea {
            min-height: 80px;
            resize: vertical;
        }
        .feedback-card .btn-submit {
            background: #b8860b;
            color: #fff;
            border: none;
            padding: 12px 20px;
            border-radius: 30px;
            font-weight: 700;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        .feedback-card .btn-submit:hover {
            background: #9e7209;
            transform: translateY(-1px);
        }
        .star-rating {
            display: flex;
            gap: 4px;
            direction: rtl;
            justify-content: flex-end;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            font-size: 1.8rem;
            color: #e2e8f0;
            cursor: pointer;
            transition: 0.2s;
        }
        .star-rating input:checked~label,
        .star-rating label:hover,
        .star-rating label:hover~label {
            color: #f5b342;
        }
        .site-footer {
            background: #0b2a41;
            color: #cbd5e1;
            padding: 40px 0 24px;
            margin-top: 48px;
        }
        .footer-grid {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 32px;
            margin-bottom: 32px;
        }
        @media (max-width: 768px) {
            .footer-grid {
                grid-template-columns: 1fr;
                gap: 24px;
            }
        }
        .footer-grid h4 {
            color: #f5d742;
            font-size: 1.1rem;
            margin-bottom: 12px;
        }
        .footer-grid a {
            color: #94a3b8;
            display: block;
            padding: 4px 0;
            font-size: 0.9rem;
        }
        .footer-grid a:hover {
            color: #f5d742;
        }
        .footer-bottom {
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            padding-top: 20px;
            text-align: center;
            font-size: 0.85rem;
        }
        .footer-bottom .copy {
            color: #94a3b8;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.04);
            padding: 16px 20px;
            border-radius: 10px;
            margin-top: 12px;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 12px 4px 0;
            color: #94a3b8;
            font-size: 0.9rem;
        }
        friend-link a:hover {
            color: #f5d742;
        }
        @media (max-width: 768px) {
            .nav-toggle {
                display: block;
            }
            .nav-menu {
                display: none;
                width: 100%;
                flex-direction: column;
                padding-top: 16px;
                gap: 4px;
            }
            .nav-menu.open {
                display: flex;
            }
            .nav-menu a {
                padding: 10px 16px;
                width: 100%;
                border-radius: 8px;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.4rem;
            }
            .content-article h1 {
                font-size: 1.7rem;
            }
            .content-article h2 {
                font-size: 1.4rem;
            }
            .breadcrumb {
                font-size: 0.75rem;
            }
            .stat-grid {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 480px) {
            .stat-grid {
                grid-template-columns: 1fr;
            }
            .container {
                padding: 0 12px;
            }
            .feedback-card {
                padding: 16px;
            }
        }
        .skip-link {
            position: absolute;
            top: -100px;
            left: 0;
            background: #b8860b;
            color: #fff;
            padding: 12px 24px;
            z-index: 9999;
            font-weight: 700;
        }
        .skip-link:focus {
            top: 0;
        }
        .section-anchor {
            scroll-margin-top: 90px;
        }
