        *,
        *::before,
        *::after {
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }
        html {
            scroll-behavior: smooth;
            font-size: 16px;
        }
        body {
            font-family: 'Segoe UI', system-ui, -apple-system, BlinkMacSystemFont, Roboto, 'Helvetica Neue', sans-serif;
            background: #f8f6f2;
            color: #1e1e1e;
            line-height: 1.8;
            padding: 0;
            margin: 0;
        }
        img {
            max-width: 100%;
            height: auto;
            display: block;
        }
        a {
            color: #b45309;
            text-decoration: none;
            transition: color 0.2s;
        }
        a:hover,
        a:focus {
            color: #7a2e00;
            text-decoration: underline;
        }
        ul,
        ol {
            padding-left: 1.5rem;
        }
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: 700;
            line-height: 1.3;
            color: #1e1e1e;
        }
        h1 {
            font-size: 2.4rem;
            margin: 0 0 1rem 0;
        }
        h2 {
            font-size: 1.8rem;
            margin: 2.5rem 0 1rem 0;
            border-left: 6px solid #b45309;
            padding-left: 1rem;
        }
        h3 {
            font-size: 1.35rem;
            margin: 1.8rem 0 0.8rem 0;
        }
        h4 {
            font-size: 1.1rem;
            margin: 1.2rem 0 0.5rem 0;
            font-weight: 600;
        }
        p {
            margin-bottom: 1.2rem;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 1.2rem;
        }
        .site-header {
            background: linear-gradient(145deg, #1a1a2e, #16213e);
            padding: 0.8rem 1.2rem;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
        }
        .header-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .my-logo {
            font-size: 1.9rem;
            font-weight: 800;
            color: #fbbf24;
            letter-spacing: 1px;
            text-shadow: 0 2px 8px rgba(251, 191, 36, 0.3);
            transition: transform 0.2s;
            display: flex;
            align-items: center;
            gap: 0.4rem;
        }
        .my-logo:hover {
            transform: scale(1.02);
            color: #fcd34d;
            text-decoration: none;
        }
        .my-logo i {
            font-size: 2rem;
            color: #f59e0b;
        }
        .nav-toggle {
            display: none;
            background: none;
            border: 2px solid #fbbf24;
            color: #fbbf24;
            font-size: 1.6rem;
            padding: 0.3rem 0.8rem;
            border-radius: 6px;
            cursor: pointer;
            transition: 0.2s;
        }
        .nav-toggle:hover {
            background: #fbbf24;
            color: #1a1a2e;
        }
        .main-nav {
            display: flex;
            gap: 0.2rem;
            flex-wrap: wrap;
            align-items: center;
        }
        .main-nav a {
            color: #e0e7ff;
            padding: 0.5rem 1rem;
            border-radius: 6px;
            font-weight: 500;
            font-size: 0.92rem;
            transition: 0.2s;
        }
        .main-nav a:hover {
            background: rgba(251, 191, 36, 0.15);
            color: #fbbf24;
            text-decoration: none;
        }
        .main-nav a i {
            margin-right: 0.4rem;
        }
        .breadcrumb {
            background: #f1ede8;
            padding: 0.6rem 1.2rem;
            font-size: 0.85rem;
            border-bottom: 1px solid #ddd6cc;
        }
        .breadcrumb-inner {
            max-width: 1200px;
            margin: 0 auto;
        }
        .breadcrumb a {
            color: #7a5c3a;
        }
        .breadcrumb a:hover {
            color: #b45309;
        }
        .breadcrumb span {
            color: #5c4a3a;
        }
        .breadcrumb .sep {
            margin: 0 0.4rem;
            color: #aaa;
        }
        .hero-section {
            background: linear-gradient(135deg, #2d1b00, #4a2c0a);
            color: #fef3c7;
            padding: 3rem 1.2rem;
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .hero-section::after {
            content: "🎮";
            position: absolute;
            right: 5%;
            bottom: 10%;
            font-size: 6rem;
            opacity: 0.06;
        }
        .hero-section h1 {
            color: #fbbf24;
            font-size: 2.8rem;
            margin-bottom: 0.6rem;
        }
        .hero-section p {
            font-size: 1.15rem;
            max-width: 750px;
            margin: 0 auto;
            color: #fde68a;
        }
        .hero-stats {
            display: flex;
            justify-content: center;
            gap: 2.5rem;
            margin-top: 1.8rem;
            flex-wrap: wrap;
        }
        .hero-stats span {
            background: rgba(255, 255, 255, 0.08);
            padding: 0.6rem 1.6rem;
            border-radius: 40px;
            font-weight: 600;
            border: 1px solid rgba(251, 191, 36, 0.2);
        }
        .hero-stats i {
            color: #fbbf24;
            margin-right: 0.5rem;
        }
        .search-section {
            background: #fff;
            padding: 1.8rem 1.2rem;
            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
        }
        .search-form {
            max-width: 680px;
            margin: 0 auto;
            display: flex;
            gap: 0.6rem;
            flex-wrap: wrap;
        }
        .search-form input {
            flex: 1;
            min-width: 200px;
            padding: 0.9rem 1.2rem;
            border: 2px solid #ddd6cc;
            border-radius: 50px;
            font-size: 1rem;
            outline: none;
            transition: 0.2s;
            background: #fcf9f6;
        }
        .search-form input:focus {
            border-color: #b45309;
            box-shadow: 0 0 0 4px rgba(180, 83, 9, 0.1);
        }
        .search-form button {
            background: #b45309;
            color: #fff;
            border: none;
            padding: 0.9rem 2rem;
            border-radius: 50px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: 0.2s;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .search-form button:hover {
            background: #92400e;
            transform: scale(1.02);
        }
        .main-content {
            padding: 2.5rem 0 3rem 0;
        }
        .content-grid {
            display: grid;
            grid-template-columns: 1fr 320px;
            gap: 2.5rem;
        }
        @media(max-width:920px) {
            .content-grid {
                grid-template-columns: 1fr;
            }
        }
        .article-body {
            background: #fff;
            padding: 2.2rem 2.2rem 3rem;
            border-radius: 16px;
            box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
        }
        .article-body .featured-img {
            border-radius: 14px;
            margin: 1.2rem 0 2rem 0;
            width: 100%;
            max-height: 480px;
            object-fit: cover;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
        }
        .game-card-mini {
            background: #fcf9f6;
            border-left: 5px solid #b45309;
            padding: 1rem 1.4rem;
            margin: 1.2rem 0;
            border-radius: 0 12px 12px 0;
            transition: 0.2s;
        }
        .game-card-mini:hover {
            background: #f8f0e8;
            transform: translateX(4px);
        }
        .game-card-mini a {
            font-weight: 600;
            font-size: 1.05rem;
        }
        .game-card-mini p {
            margin: 0.2rem 0 0 0;
            font-size: 0.92rem;
            color: #5c4a3a;
        }
        .quote-block {
            background: #f1ede8;
            padding: 1.6rem 2rem;
            border-radius: 14px;
            margin: 1.8rem 0;
            font-style: italic;
            position: relative;
        }
        .quote-block::before {
            content: "“";
            font-size: 3.5rem;
            color: #b45309;
            position: absolute;
            left: 0.8rem;
            top: -0.2rem;
            font-weight: 700;
        }
        .quote-block cite {
            display: block;
            margin-top: 0.6rem;
            font-style: normal;
            font-weight: 600;
            color: #7a5c3a;
        }
        .tip-box {
            background: #fef9e7;
            border: 1px solid #fbbf24;
            border-radius: 12px;
            padding: 1.2rem 1.6rem;
            margin: 1.4rem 0;
        }
        .tip-box i {
            color: #b45309;
            margin-right: 0.6rem;
        }
        .data-table-wrap {
            overflow-x: auto;
            margin: 1.8rem 0;
        }
        .data-table {
            width: 100%;
            border-collapse: collapse;
            font-size: 0.92rem;
            background: #fcf9f6;
            border-radius: 12px;
            overflow: hidden;
        }
        .data-table th {
            background: #2d1b00;
            color: #fbbf24;
            padding: 0.8rem 1rem;
            text-align: left;
            font-weight: 600;
        }
        .data-table td {
            padding: 0.7rem 1rem;
            border-bottom: 1px solid #e8e0d6;
        }
        .data-table tr:hover td {
            background: #f8f0e8;
        }
        .last-updated {
            display: inline-block;
            background: #f1ede8;
            padding: 0.4rem 1.2rem;
            border-radius: 30px;
            font-size: 0.85rem;
            color: #5c4a3a;
            margin-bottom: 1.4rem;
        }
        .last-updated i {
            margin-right: 0.4rem;
            color: #b45309;
        }
        .sidebar {
            display: flex;
            flex-direction: column;
            gap: 2rem;
        }
        .sidebar-card {
            background: #fff;
            border-radius: 14px;
            padding: 1.6rem;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
        }
        .sidebar-card h3 {
            font-size: 1.15rem;
            margin-top: 0;
            border-bottom: 2px solid #f1ede8;
            padding-bottom: 0.6rem;
        }
        .sidebar-card ul {
            list-style: none;
            padding: 0;
        }
        .sidebar-card ul li {
            padding: 0.5rem 0;
            border-bottom: 1px solid #f5f0ea;
        }
        .sidebar-card ul li:last-child {
            border-bottom: none;
        }
        .sidebar-card ul li a {
            display: flex;
            align-items: center;
            gap: 0.6rem;
            font-weight: 500;
        }
        .sidebar-card ul li a i {
            color: #b45309;
            width: 1.2rem;
        }
        .feedback-section {
            margin-top: 3rem;
            padding-top: 2rem;
            border-top: 2px solid #f1ede8;
        }
        .feedback-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 1.8rem;
        }
        @media(max-width:700px) {
            .feedback-grid {
                grid-template-columns: 1fr;
            }
        }
        .comment-form textarea,
        .comment-form input {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #ddd6cc;
            border-radius: 10px;
            font-size: 0.95rem;
            margin-bottom: 0.8rem;
            font-family: inherit;
            background: #fcf9f6;
            transition: 0.2s;
        }
        .comment-form textarea:focus,
        .comment-form input:focus {
            border-color: #b45309;
            box-shadow: 0 0 0 3px rgba(180, 83, 9, 0.08);
            outline: none;
        }
        .comment-form textarea {
            min-height: 100px;
            resize: vertical;
        }
        .comment-form button,
        .rating-form button {
            background: #b45309;
            color: #fff;
            border: none;
            padding: 0.7rem 1.8rem;
            border-radius: 50px;
            font-weight: 600;
            cursor: pointer;
            transition: 0.2s;
            font-size: 0.95rem;
        }
        .comment-form button:hover,
        .rating-form button:hover {
            background: #92400e;
            transform: scale(1.02);
        }
        .rating-stars {
            display: flex;
            gap: 0.3rem;
            font-size: 1.8rem;
            color: #fbbf24;
            margin: 0.6rem 0 1rem 0;
            cursor: pointer;
            direction: rtl;
        }
        .rating-stars input {
            display: none;
        }
        .rating-stars label {
            cursor: pointer;
            transition: 0.15s;
            color: #ddd;
        }
        .rating-stars label:hover,
        .rating-stars label:hover~label,
        .rating-stars input:checked~label {
            color: #fbbf24;
            transform: scale(1.1);
        }
        .rating-form select {
            padding: 0.7rem 1rem;
            border: 2px solid #ddd6cc;
            border-radius: 10px;
            font-size: 0.95rem;
            background: #fcf9f6;
            width: 100%;
            margin-bottom: 0.8rem;
        }
        .site-footer {
            background: #1a1a2e;
            color: #c7cde0;
            padding: 2.5rem 1.2rem 1.8rem;
            margin-top: 3rem;
        }
        .footer-inner {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: 2fr 1fr 1fr;
            gap: 2.5rem;
        }
        @media(max-width:700px) {
            .footer-inner {
                grid-template-columns: 1fr;
                gap: 1.6rem;
            }
        }
        .footer-inner h4 {
            color: #fbbf24;
            margin-bottom: 0.8rem;
            font-size: 1.05rem;
        }
        .footer-inner a {
            color: #a5b4d0;
        }
        .footer-inner a:hover {
            color: #fbbf24;
        }
        .footer-inner ul {
            list-style: none;
            padding: 0;
        }
        .footer-inner ul li {
            padding: 0.25rem 0;
        }
        friend-link {
            display: block;
            background: rgba(255, 255, 255, 0.04);
            padding: 1.2rem 1.6rem;
            border-radius: 12px;
            margin-top: 1rem;
            border: 1px solid rgba(255, 255, 255, 0.06);
        }
        friend-link a {
            color: #fbbf24;
            font-weight: 500;
            margin-right: 1.2rem;
        }
        friend-link a:hover {
            color: #fcd34d;
        }
        .copyright {
            text-align: center;
            border-top: 1px solid rgba(255, 255, 255, 0.06);
            padding-top: 1.5rem;
            margin-top: 2rem;
            font-size: 0.88rem;
            color: #8892a8;
        }
        .copyright a {
            color: #fbbf24;
        }
        @media(max-width:768px) {
            .nav-toggle {
                display: block;
            }
            .main-nav {
                display: none;
                width: 100%;
                flex-direction: column;
                background: #1a1a2e;
                padding: 1rem 0.5rem;
                border-radius: 0 0 12px 12px;
                margin-top: 0.8rem;
            }
            .main-nav.open {
                display: flex;
            }
            .main-nav a {
                padding: 0.7rem 1rem;
                border-bottom: 1px solid rgba(255, 255, 255, 0.05);
            }
            .hero-section h1 {
                font-size: 2rem;
            }
            .hero-stats {
                gap: 1rem;
            }
            .hero-stats span {
                padding: 0.4rem 1.2rem;
                font-size: 0.9rem;
            }
            .article-body {
                padding: 1.3rem 1rem 2rem;
            }
            h1 {
                font-size: 1.8rem;
            }
            h2 {
                font-size: 1.4rem;
            }
            .my-logo {
                font-size: 1.5rem;
            }
            .my-logo i {
                font-size: 1.5rem;
            }
            .search-form input {
                min-width: 140px;
                padding: 0.7rem 1rem;
            }
            .search-form button {
                padding: 0.7rem 1.2rem;
                font-size: 0.9rem;
            }
        }
        @media(max-width:480px) {
            .hero-section h1 {
                font-size: 1.6rem;
            }
            .hero-section p {
                font-size: 0.95rem;
            }
            .container {
                padding: 0 0.8rem;
            }
            .data-table {
                font-size: 0.8rem;
            }
            .data-table th,
            .data-table td {
                padding: 0.5rem 0.6rem;
            }
        }
        .game-card-mini,
        .sidebar-card,
        .article-body,
        .search-form input,
        .search-form button,
        .comment-form button,
        .rating-form button {
            transition: all 0.2s ease;
        }
        .text-muted {
            color: #7a5c3a;
        }
        .mt-2 {
            margin-top: 1.2rem;
        }
        .flex-between {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }
        .gap-1 {
            gap: 0.8rem;
        }
