* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        }
        body {
            background-color: #f8f5f0;
            color: #2d2a26;
            line-height: 1.8;
            padding-bottom: 60px;
        }
        header {
            background: linear-gradient(135deg, #8b0000 0%, #5c0000 100%);
            padding: 18px 0;
            box-shadow: 0 3px 15px rgba(0,0,0,0.2);
            position: sticky;
            top: 0;
            z-index: 1000;
        }
        .logo {
            font-size: 2rem;
            font-weight: bold;
            color: #ffd700;
            text-align: center;
            margin-bottom: 12px;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            font-family: 'Georgia', serif;
            letter-spacing: 1px;
        }
        nav {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .nav-links {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 25px;
        }
        .nav-links a {
            color: #fff;
            text-decoration: none;
            font-weight: 600;
            padding: 8px 15px;
            border-radius: 4px;
            transition: all 0.3s ease;
            font-size: 1.05rem;
        }
        .nav-links a:hover {
            background-color: rgba(255,255,255,0.2);
            transform: translateY(-2px);
        }
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 1.8rem;
            cursor: pointer;
            position: absolute;
            top: 22px;
            right: 20px;
            z-index: 1001;
        }
        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 20px;
        }
        h1, h2, h3, h4 {
            color: #8b0000;
            margin: 35px 0 20px;
            line-height: 1.4;
            font-family: 'Georgia', serif;
        }
        h1 {
            font-size: 2.7rem;
            text-align: center;
            margin: 45px 0 35px;
            color: #6d0000;
            text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
            padding-bottom: 15px;
            border-bottom: 3px solid #b22222;
            display: inline-block;
            width: 100%;
        }
        h2 {
            font-size: 2.1rem;
            border-bottom: 2px solid #b22222;
            padding-bottom: 10px;
            margin-top: 60px;
        }
        h3 {
            font-size: 1.6rem;
            margin-top: 35px;
            color: #8b0000;
            padding-left: 12px;
            border-left: 4px solid #b22222;
        }
        h4 {
            font-size: 1.3rem;
            margin-top: 25px;
            color: #8b0000;
        }
        p {
            margin-bottom: 22px;
            font-size: 1.08rem;
            text-align: justify;
        }
        .highlight {
            font-weight: bold;
            color: #8b0000;
            text-decoration: underline dotted #b22222;
        }
        .btn-container {
            text-align: center;
            margin: 45px 0;
        }
        .btn {
            display: inline-block;
            padding: 16px 32px;
            margin: 0 12px 18px;
            background: linear-gradient(135deg, #b22222 0%, #8b0000 100%);
            color: white;
            text-decoration: none;
            font-weight: bold;
            border-radius: 50px;
            font-size: 1.25rem;
            transition: all 0.3s ease;
            box-shadow: 0 5px 12px rgba(0,0,0,0.18);
            border: none;
            cursor: pointer;
        }
        .btn:hover {
            transform: translateY(-4px);
            box-shadow: 0 8px 16px rgba(0,0,0,0.25);
            background: linear-gradient(135deg, #8b0000 0%, #6d0000 100%);
        }
        .image-container {
            text-align: center;
            margin: 35px 0;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 8px 20px rgba(0,0,0,0.18);
            border: 6px solid white;
        }
        .stats-box {
            background-color: white;
            border-radius: 10px;
            padding: 28px;
            margin: 35px 0;
            box-shadow: 0 6px 18px rgba(0,0,0,0.09);
            border-left: 5px solid #b22222;
        }
        .stat-item {
            display: flex;
            justify-content: space-between;
            margin-bottom: 18px;
            padding-bottom: 18px;
            border-bottom: 1px dashed #f0e0e0;
        }
        .stat-item:last-child {
            border-bottom: none;
        }
        .review {
            background-color: white;
            border-radius: 10px;
            padding: 22px;
            margin-bottom: 25px;
            box-shadow: 0 6px 18px rgba(0,0,0,0.06);
            border-top: 3px solid #b22222;
        }
        .reviewer {
            font-weight: bold;
            color: #444;
            margin-bottom: 8px;
            font-size: 1.1rem;
        }
        .rating {
            color: #ffc107;
            margin-bottom: 12px;
            font-size: 1.25rem;
        }
        .game-tips {
            background-color: #fff8f5;
            border-radius: 10px;
            padding: 28px;
            margin: 35px 0;
            border: 1px solid #ffe6e0;
        }
        .tip-item {
            margin-bottom: 22px;
            padding-left: 22px;
            position: relative;
        }
        .tip-item:before {
            content: "🌶️";
            font-size: 1.5rem;
            position: absolute;
            left: 0;
            top: -5px;
        }
        footer {
            background-color: #2d2a26;
            color: #f0f0f0;
            padding: 50px 20px;
            margin-top: 70px;
        }
        .footer-container {
            max-width: 1200px;
            margin: 0 auto;
        }
        .game-types {
            margin-bottom: 35px;
        }
        .game-types h4, .tags h4 {
            font-size: 1.35rem;
            margin-bottom: 18px;
            color: #ffb3b3;
            font-family: 'Georgia', serif;
        }
        .game-types a, .tags a {
            color: #f0f0f0;
            text-decoration: none;
            display: inline-block;
            margin: 0 12px 12px 0;
            padding: 7px 14px;
            background-color: #444;
            border-radius: 5px;
            transition: all 0.3s ease;
        }
        .game-types a:hover, .tags a:hover {
            background-color: #b22222;
            transform: translateY(-2px);
        }
        .recommendation {
            margin: 35px 0;
            padding: 25px;
            background-color: #3a3733;
            border-radius: 10px;
            text-align: center;
            border: 1px solid #555;
            font-size: 1.1rem;
        }
        .copyright {
            text-align: center;
            margin-top: 45px;
            padding-top: 25px;
            border-top: 1px solid #555;
            font-size: 0.95rem;
            color: #bbb;
        }
        ul {
            margin-left: 35px;
            margin-bottom: 25px;
        }
        li {
            margin-bottom: 12px;
        }
        .feature-box {
            background-color: white;
            border-radius: 10px;
            padding: 25px;
            margin: 25px 0;
            box-shadow: 0 5px 15px rgba(0,0,0,0.07);
            border-top: 3px solid #b22222;
        }
        .feature-title {
            font-weight: bold;
            color: #8b0000;
            font-size: 1.2rem;
            margin-bottom: 10px;
        }
        @media (max-width: 768px) {
            .mobile-menu-btn {
                display: block;
            }
            .nav-links {
                display: none;
                flex-direction: column;
                align-items: center;
                margin-top: 25px;
                background-color: #8b0000;
                padding: 20px 0;
                border-radius: 8px;
            }
            .nav-links.active {
                display: flex;
            }
            h1 {
                font-size: 2.2rem;
            }
            h2 {
                font-size: 1.8rem;
            }
            h3 {
                font-size: 1.5rem;
            }
            .btn {
                display: block;
                margin: 12px auto;
                width: 90%;
            }
            p {
                text-align: left;
                font-size: 1.05rem;
            }
            .stat-item {
                flex-direction: column;
            }
            .stat-item span:last-child {
                margin-top: 8px;
                font-weight: bold;
            }
            ul {
                margin-left: 25px;
            }
        }
