        * {
            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: #0b0e14;
            color: #e8e6e3;
            line-height: 1.75;
            font-size: 16px;
        }
        a {
            color: #d4a853;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover {
            color: #f0d080;
            text-decoration: underline;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .site-header {
            background: #141a24;
            border-bottom: 2px solid #2c3644;
            padding: 12px 0;
            position: sticky;
            top: 0;
            z-index: 100;
        }
        .header-inner {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.5rem;
            font-weight: 700;
            color: #d4a853;
            letter-spacing: 1px;
            display: flex;
            align-items: center;
            gap: 8px;
            text-transform: uppercase;
        }
        .my-logo i {
            color: #c89b3c;
            font-size: 1.8rem;
        }
        .my-logo:hover {
            text-decoration: none;
            color: #f0d080;
        }
        .my-logo small {
            font-size: 0.75rem;
            font-weight: 400;
            color: #8899aa;
            display: block;
            letter-spacing: 0.5px;
        }
        .main-nav {
            display: flex;
            align-items: center;
            gap: 24px;
        }
        .main-nav a {
            color: #c8d0d8;
            font-size: 0.95rem;
            font-weight: 500;
            padding: 6px 0;
            border-bottom: 2px solid transparent;
            transition: 0.2s;
        }
        .main-nav a:hover {
            color: #d4a853;
            border-bottom-color: #d4a853;
            text-decoration: none;
        }
        .hamburger {
            display: none;
            background: none;
            border: none;
            color: #d4a853;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 4px 8px;
        }
        .nav-overlay {
            display: none;
        }
        .breadcrumb {
            background: #1a222e;
            padding: 10px 0;
            border-bottom: 1px solid #2c3644;
            font-size: 0.9rem;
        }
        .breadcrumb ol {
            list-style: none;
            display: flex;
            flex-wrap: wrap;
            gap: 6px 12px;
        }
        .breadcrumb li+li::before {
            content: "›";
            margin-right: 12px;
            color: #667788;
        }
        .breadcrumb a {
            color: #b0b8c0;
        }
        .breadcrumb .current {
            color: #d4a853;
        }
        .hero {
            background: linear-gradient(135deg, #0f1724 0%, #1c2838 100%);
            padding: 48px 0 40px;
            border-bottom: 2px solid #2c3644;
            text-align: center;
        }
        .hero h1 {
            font-size: 2.6rem;
            font-weight: 800;
            color: #d4a853;
            letter-spacing: 0.5px;
            line-height: 1.2;
        }
        .hero p {
            font-size: 1.15rem;
            color: #a0b0c0;
            max-width: 720px;
            margin: 16px auto 0;
        }
        .hero .meta {
            margin-top: 16px;
            font-size: 0.9rem;
            color: #7a8a9a;
        }
        .hero .meta i {
            margin-right: 6px;
        }
        .content-area {
            padding: 40px 0 60px;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 40px;
        }
        .main-content h2 {
            font-size: 1.9rem;
            color: #d4a853;
            margin: 48px 0 16px;
            border-bottom: 2px solid #2c3644;
            padding-bottom: 8px;
        }
        .main-content h2:first-of-type {
            margin-top: 0;
        }
        .main-content h3 {
            font-size: 1.4rem;
            color: #e8d5b0;
            margin: 32px 0 12px;
        }
        .main-content h4 {
            font-size: 1.15rem;
            color: #c8b890;
            margin: 24px 0 10px;
        }
        .main-content p {
            margin-bottom: 18px;
            color: #d0d8e0;
        }
        .main-content strong {
            color: #f0e0c0;
        }
        .main-content ul,
        .main-content ol {
            margin: 12px 0 20px 24px;
            color: #c8d0d8;
        }
        .main-content li {
            margin-bottom: 6px;
        }
        .main-content .feature-image {
            margin: 32px 0;
            border-radius: 12px;
            overflow: hidden;
            background: #1a222e;
            padding: 4px;
            border: 1px solid #2c3644;
        }
        .main-content .feature-image img {
            border-radius: 8px;
            width: 100%;
        }
        .main-content .feature-image figcaption {
            padding: 10px 14px;
            font-size: 0.9rem;
            color: #8899aa;
            font-style: italic;
        }
        .card-highlight {
            background: #1a2535;
            border-left: 4px solid #d4a853;
            padding: 18px 22px;
            border-radius: 0 8px 8px 0;
            margin: 24px 0;
        }
        .card-highlight p:last-child {
            margin-bottom: 0;
        }
        .stat-block {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
            gap: 16px;
            margin: 24px 0;
        }
        .stat-item {
            background: #1a2535;
            border-radius: 10px;
            padding: 18px 14px;
            text-align: center;
            border: 1px solid #2c3644;
        }
        .stat-item .num {
            font-size: 2rem;
            font-weight: 700;
            color: #d4a853;
        }
        .stat-item .label {
            font-size: 0.85rem;
            color: #8899aa;
            margin-top: 4px;
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 28px;
        }
        .sidebar-card {
            background: #141c28;
            border-radius: 12px;
            padding: 22px 20px;
            border: 1px solid #2c3644;
        }
        .sidebar-card h3 {
            font-size: 1.2rem;
            color: #d4a853;
            margin-bottom: 14px;
            border-bottom: 1px solid #2c3644;
            padding-bottom: 8px;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card li {
            margin-bottom: 10px;
        }
        .sidebar-card li a {
            color: #b8c8d8;
            display: block;
            padding: 4px 0;
            border-left: 2px solid transparent;
            padding-left: 10px;
            transition: 0.2s;
        }
        .sidebar-card li a:hover {
            color: #d4a853;
            border-left-color: #d4a853;
            text-decoration: none;
        }
        .sidebar-card .tag {
            font-size: 0.75rem;
            color: #667788;
            margin-left: 6px;
        }
        .search-box {
            display: flex;
            gap: 8px;
        }
        .search-box input {
            flex: 1;
            padding: 10px 14px;
            border-radius: 8px;
            border: 1px solid #2c3644;
            background: #0b0e14;
            color: #e8e6e3;
            font-size: 0.95rem;
        }
        .search-box input::placeholder {
            color: #667788;
        }
        .search-box button {
            padding: 10px 20px;
            background: #d4a853;
            border: none;
            border-radius: 8px;
            color: #0b0e14;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
        }
        .search-box button:hover {
            background: #e8c06a;
        }
        .comment-section,
        .rating-section {
            margin-top: 40px;
            padding-top: 32px;
            border-top: 2px solid #2c3644;
        }
        .comment-section h2,
        .rating-section h2 {
            margin-top: 0 !important;
        }
        .comment-form,
        .rating-form {
            display: flex;
            flex-direction: column;
            gap: 14px;
            max-width: 600px;
        }
        .comment-form textarea,
        .comment-form input,
        .rating-form select,
        .rating-form input {
            padding: 12px 16px;
            border-radius: 8px;
            border: 1px solid #2c3644;
            background: #0b0e14;
            color: #e8e6e3;
            font-size: 0.95rem;
            font-family: inherit;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            align-self: flex-start;
            padding: 10px 28px;
            background: #d4a853;
            border: none;
            border-radius: 8px;
            color: #0b0e14;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #e8c06a;
        }
        .rating-stars {
            display: flex;
            gap: 4px;
            font-size: 1.8rem;
            color: #555;
            cursor: pointer;
        }
        .rating-stars .star.active {
            color: #d4a853;
        }
        .rating-stars .star:hover {
            color: #e8c06a;
        }
        .site-footer {
            background: #0d121c;
            border-top: 2px solid #2c3644;
            padding: 40px 0 20px;
            margin-top: 40px;
        }
        .footer-inner {
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 32px;
        }
        .footer-inner h4 {
            color: #d4a853;
            font-size: 1.1rem;
            margin-bottom: 14px;
        }
        .footer-inner p,
        .footer-inner li {
            color: #8899aa;
            font-size: 0.9rem;
        }
        .footer-inner ul {
            list-style: none;
            padding: 0;
        }
        .footer-inner li {
            margin-bottom: 6px;
        }
        .footer-inner li a {
            color: #b0b8c0;
        }
        .footer-inner li a:hover {
            color: #d4a853;
        }
        friend-link {
            display: block;
            margin-top: 12px;
            padding: 12px 16px;
            background: #141c28;
            border-radius: 8px;
            border: 1px solid #2c3644;
            font-size: 0.9rem;
            color: #b0b8c0;
        }
        friend-link a {
            color: #d4a853;
            font-weight: 500;
        }
        friend-link a:hover {
            color: #f0d080;
        }
        .copyright {
            text-align: center;
            padding-top: 24px;
            margin-top: 24px;
            border-top: 1px solid #1a2535;
            color: #667788;
            font-size: 0.85rem;
        }
        @media (max-width: 992px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
            .sidebar {
                order: 2;
            }
            .footer-inner {
                grid-template-columns: 1fr 1fr;
            }
        }
        @media (max-width: 768px) {
            .hamburger {
                display: block;
            }
            .main-nav {
                display: none;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(11, 14, 20, 0.98);
                flex-direction: column;
                justify-content: center;
                align-items: center;
                gap: 32px;
                z-index: 200;
                font-size: 1.4rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                font-size: 1.6rem;
                border-bottom: none;
            }
            .nav-overlay.open {
                display: block;
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 150;
                background: transparent;
            }
            .hero h1 {
                font-size: 1.9rem;
            }
            .hero p {
                font-size: 1rem;
            }
            .header-inner {
                padding: 0 4px;
            }
            .my-logo {
                font-size: 1.2rem;
            }
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 24px;
            }
            .stat-block {
                grid-template-columns: 1fr 1fr;
            }
            .breadcrumb ol {
                font-size: 0.8rem;
                gap: 4px 8px;
            }
        }
        @media (max-width: 480px) {
            .container {
                padding: 0 12px;
            }
            .hero h1 {
                font-size: 1.5rem;
            }
            .stat-block {
                grid-template-columns: 1fr;
            }
            .search-box {
                flex-direction: column;
            }
            .search-box button {
                width: 100%;
            }
        }
        .text-gold {
            color: #d4a853;
        }
        .mb-1 {
            margin-bottom: 8px;
        }
        .mb-2 {
            margin-bottom: 16px;
        }
        .mb-3 {
            margin-bottom: 24px;
        }
        .mt-2 {
            margin-top: 16px;
        }
        .mt-3 {
            margin-top: 24px;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .gap-2 {
            gap: 12px;
        }
        .small-meta {
            font-size: 0.85rem;
            color: #7a8a9a;
        }
        .emoji-big {
            font-size: 1.8rem;
        }
        .table-wrap {
            overflow-x: auto;
            margin: 24px 0;
        }
        table {
            width: 100%;
            border-collapse: collapse;
            background: #141c28;
            border-radius: 8px;
            overflow: hidden;
        }
        th,
        td {
            padding: 12px 16px;
            text-align: left;
            border-bottom: 1px solid #2c3644;
        }
        th {
            background: #1a2535;
            color: #d4a853;
            font-weight: 600;
        }
        td {
            color: #c8d0d8;
        }
        tr:last-child td {
            border-bottom: none;
        }
        .btn-gold {
            display: inline-block;
            padding: 8px 22px;
            background: #d4a853;
            color: #0b0e14;
            border-radius: 6px;
            font-weight: 600;
            transition: 0.2s;
            border: none;
            cursor: pointer;
        }
        .btn-gold:hover {
            background: #e8c06a;
            text-decoration: none;
            color: #0b0e14;
        }
