        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            background: #f5f1eb;
            color: #2c241b;
            line-height: 1.7;
            padding: 0;
        }
        a {
            color: #b8860b;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #8a6508;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
            border-radius: 12px;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.2;
            color: #1e3a2f;
        }
        h1 {
            font-size: 2.4rem;
            margin-bottom: 1rem;
        }
        h2 {
            font-size: 1.8rem;
            margin-top: 2.5rem;
            margin-bottom: 0.75rem;
            border-left: 5px solid #b8860b;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.4rem;
            margin-top: 1.8rem;
            margin-bottom: 0.5rem;
        }
        h4 {
            font-size: 1.15rem;
            margin-top: 1.2rem;
            margin-bottom: 0.3rem;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1120px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: linear-gradient(145deg, #1e3a2f 0%, #0f2a20 100%);
            padding: 14px 0;
            border-bottom: 4px solid #b8860b;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 2rem;
            font-weight: 900;
            letter-spacing: 2px;
            color: #f5e6c8;
            text-transform: uppercase;
            text-shadow: 2px 2px 0 #b8860b, 4px 4px 0 rgba(0, 0, 0, 0.2);
            transition: transform 0.2s;
        }
        .my-logo:hover {
            transform: scale(1.02);
            color: #ffd78a;
            text-decoration: none;
        }
        .my-logo span {
            color: #b8860b;
            text-shadow: none;
        }
        .my-logo small {
            font-size: 0.4em;
            display: block;
            letter-spacing: 4px;
            color: #bdb09b;
            text-shadow: none;
            font-weight: 400;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: none;
            color: #f5e6c8;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 6px 12px;
            border-radius: 6px;
            transition: background 0.2s;
        }
        .nav-toggle:hover {
            background: rgba(255, 255, 255, 0.08);
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 6px;
            flex-wrap: wrap;
        }
        .main-nav a {
            color: #e8ddd0;
            padding: 8px 16px;
            border-radius: 30px;
            font-size: 0.92rem;
            font-weight: 500;
            transition: background 0.25s, color 0.25s;
            white-space: nowrap;
        }
        .main-nav a:hover {
            background: #b8860b;
            color: #1e3a2f;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 6px;
        }
        .breadcrumb {
            background: #e8e0d4;
            padding: 10px 0;
            font-size: 0.85rem;
            border-bottom: 1px solid #d6cdbf;
        }
        .breadcrumb ul {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 14px;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 14px;
            color: #8a7a66;
        }
        .breadcrumb a {
            color: #5f5242;
        }
        .breadcrumb a:hover {
            color: #b8860b;
        }
        .breadcrumb .current {
            color: #2c241b;
            font-weight: 600;
        }
        .hero-section {
            margin: 2rem 0 1.5rem;
            position: relative;
            border-radius: 16px;
            overflow: hidden;
            box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
        }
        .hero-section img {
            width: 100%;
            max-height: 420px;
            object-fit: cover;
        }
        .hero-caption {
            background: rgba(30, 58, 47, 0.82);
            color: #f5e6c8;
            padding: 16px 24px;
            font-size: 0.95rem;
            font-style: italic;
            backdrop-filter: blur(4px);
        }
        .content-wrapper {
            display: grid;
            grid-template-columns: 1fr 300px;
            gap: 40px;
            margin: 2rem 0 3rem;
        }
        .main-article {
            background: #fffdf9;
            padding: 30px 34px;
            border-radius: 16px;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
        }
        .sidebar {
            background: #fffdf9;
            padding: 24px 22px;
            border-radius: 16px;
            box-shadow: 0 2px 20px rgba(0, 0, 0, 0.05);
            align-self: start;
            position: sticky;
            top: 100px;
        }
        .sidebar h3 {
            font-size: 1.2rem;
            margin-top: 0;
            margin-bottom: 1rem;
            border-bottom: 3px solid #b8860b;
            padding-bottom: 8px;
        }
        .sidebar ul {
            list-style: none;
            padding: 0;
            margin: 0 0 1.8rem;
        }
        .sidebar li {
            padding: 6px 0;
            border-bottom: 1px solid #f0e8dc;
        }
        .sidebar li a {
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 8px;
        }
        .sidebar li a i {
            width: 20px;
            color: #b8860b;
        }
        .highlight-box {
            background: #f0ebe2;
            border-left: 5px solid #b8860b;
            padding: 18px 22px;
            margin: 1.8rem 0;
            border-radius: 0 10px 10px 0;
        }
        .highlight-box strong {
            color: #1e3a2f;
        }
        .player-quote {
            background: #e8f0ea;
            padding: 22px 26px;
            border-radius: 14px;
            margin: 1.8rem 0;
            font-style: italic;
            position: relative;
            box-shadow: inset 0 0 0 1px rgba(30, 58, 47, 0.08);
        }
        .player-quote::before {
            content: "“";
            font-size: 3.5rem;
            color: #b8860b;
            position: absolute;
            top: -6px;
            left: 12px;
            font-family: Georgia, serif;
            line-height: 1;
        }
        .player-quote .attribution {
            font-style: normal;
            font-weight: 600;
            margin-top: 8px;
            color: #1e3a2f;
        }
        .stats-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 16px;
            margin: 1.5rem 0;
        }
        .stat-card {
            background: #1e3a2f;
            color: #f5e6c8;
            padding: 18px 12px;
            border-radius: 12px;
            text-align: center;
        }
        .stat-card .number {
            font-size: 2.2rem;
            font-weight: 800;
            color: #b8860b;
            display: block;
        }
        .stat-card .label {
            font-size: 0.85rem;
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-top: 4px;
        }
        .form-block {
            background: #f8f4ee;
            padding: 22px 26px;
            border-radius: 14px;
            margin: 2rem 0;
            border: 1px solid #e4dcd0;
        }
        .form-block h3 {
            margin-top: 0;
            display: flex;
            align-items: center;
            gap: 10px;
        }
        .form-group {
            margin-bottom: 14px;
        }
        .form-group label {
            display: block;
            font-weight: 600;
            margin-bottom: 4px;
            font-size: 0.92rem;
        }
        .form-group input,
        .form-group textarea,
        .form-group select {
            width: 100%;
            padding: 10px 14px;
            border: 1px solid #d6cdbf;
            border-radius: 8px;
            font-size: 0.95rem;
            background: #fffdf9;
            transition: border 0.2s, box-shadow 0.2s;
            font-family: inherit;
        }
        .form-group input:focus,
        .form-group textarea:focus,
        .form-group select:focus {
            outline: none;
            border-color: #b8860b;
            box-shadow: 0 0 0 3px rgba(184, 134, 11, 0.18);
        }
        .form-group textarea {
            min-height: 90px;
            resize: vertical;
        }
        .btn {
            background: #1e3a2f;
            color: #f5e6c8;
            border: none;
            padding: 11px 28px;
            border-radius: 30px;
            font-size: 0.95rem;
            font-weight: 600;
            cursor: pointer;
            transition: background 0.25s, transform 0.15s;
            display: inline-flex;
            align-items: center;
            gap: 8px;
        }
        .btn:hover {
            background: #b8860b;
            color: #1e3a2f;
            transform: translateY(-2px);
        }
        .btn-secondary {
            background: #b8860b;
            color: #1e3a2f;
        }
        .btn-secondary:hover {
            background: #a07509;
        }
        .star-rating {
            display: flex;
            gap: 6px;
            font-size: 1.6rem;
            cursor: pointer;
            direction: rtl;
        }
        .star-rating input {
            display: none;
        }
        .star-rating label {
            color: #d6cdbf;
            transition: color 0.15s;
        }
        .star-rating label:hover,
        .star-rating label:hover~label,
        .star-rating input:checked~label {
            color: #b8860b;
        }
        .site-footer {
            background: #1e3a2f;
            color: #d6cdbf;
            padding: 40px 0 20px;
            margin-top: 3rem;
            border-top: 4px solid #b8860b;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 30px;
        }
        .footer-inner h4 {
            color: #f5e6c8;
            margin-top: 0;
            margin-bottom: 12px;
            font-size: 1.1rem;
        }
        .footer-inner a {
            color: #cbb89e;
        }
        .footer-inner a:hover {
            color: #b8860b;
        }
        .footer-inner ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .footer-inner li {
            padding: 4px 0;
        }
        friend-link {
            display: block;
            padding: 14px 0 6px;
            border-top: 1px solid rgba(255, 255, 255, 0.08);
            margin-top: 20px;
            font-size: 0.9rem;
        }
        friend-link a {
            display: inline-block;
            margin: 4px 16px 4px 0;
            color: #cbb89e;
        }
        friend-link a:hover {
            color: #b8860b;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            font-size: 0.85rem;
            opacity: 0.8;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            margin-top: 20px;
        }
        .last-updated {
            display: inline-block;
            background: #b8860b;
            color: #1e3a2f;
            padding: 4px 14px;
            border-radius: 30px;
            font-size: 0.75rem;
            font-weight: 700;
            letter-spacing: 0.5px;
        }
        @media (max-width: 820px) {
            .content-wrapper {
                grid-template-columns: 1fr;
            }
            .sidebar {
                position: static;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
            h1 {
                font-size: 1.8rem;
            }
        }
        @media (max-width: 680px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                align-items: stretch;
                padding-top: 12px;
                gap: 2px;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 10px 18px;
                border-radius: 8px;
            }
            .header-inner {
                align-items: center;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo small {
                font-size: 0.35em;
            }
            .main-article {
                padding: 18px 16px;
            }
            .sidebar {
                padding: 16px;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 20px;
            }
            .stats-grid {
                grid-template-columns: repeat(2, 1fr);
            }
            .hero-section {
                margin: 1rem 0;
            }
        }
        @media (max-width: 420px) {
            .container {
                padding: 0 12px;
            }
            h1 {
                font-size: 1.5rem;
            }
            h2 {
                font-size: 1.3rem;
            }
            .stat-card .number {
                font-size: 1.6rem;
            }
            .btn {
                width: 100%;
                justify-content: center;
            }
        }
        @media print {
            .site-header,
            .site-footer,
            .breadcrumb,
            .sidebar,
            .form-block,
            .nav-toggle {
                display: none !important;
            }
            .content-wrapper {
                display: block;
            }
            .main-article {
                box-shadow: none;
                padding: 0;
            }
            body {
                background: #fff;
                font-size: 12px;
            }
        }
