* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            font-family: 'Arial Unicode MS', 'Helvetica', sans-serif;
        }
        body {
            background-color: #fff8e6;
            color: #333;
            line-height: 1.8;
            padding-bottom: 40px;
        }
        header {
            background: linear-gradient(135deg, #ff6b00 0%, #ff9500 100%);
            padding: 15px 0;
            position: sticky;
            top: 0;
            z-index: 1000;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }
        .logo {
            font-size: 1.6rem;
            font-weight: bold;
            color: white;
            text-align: center;
            padding: 10px 0;
            text-shadow: 1px 1px 3px rgba(0,0,0,0.3);
            letter-spacing: 0.5px;
        }
        .nav-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
        }
        nav ul {
            list-style: none;
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 15px;
            padding: 10px 0;
        }
        nav a {
            color: white;
            text-decoration: none;
            font-weight: 600;
            padding: 8px 12px;
            border-radius: 4px;
            transition: all 0.3s ease;
            font-size: 0.95rem;
        }
        nav 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: 20px;
            right: 20px;
            z-index: 1001;
        }
        .container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 25px 15px;
        }
        h1, h2, h3 {
            color: #d45d00;
            margin-bottom: 18px;
            line-height: 1.4;
            font-weight: bold;
        }
        h1 {
            font-size: 2.2rem;
            text-align: center;
            margin: 30px 0 40px;
            padding-bottom: 10px;
            border-bottom: 3px solid #ff9500;
            display: inline-block;
            width: 100%;
        }
        h2 {
            font-size: 1.8rem;
            margin-top: 40px;
            padding-left: 10px;
            border-left: 5px solid #ff9500;
        }
        h3 {
            font-size: 1.4rem;
            margin-top: 25px;
            color: #e66e00;
        }
        p {
            margin-bottom: 20px;
            font-size: 1.05rem;
            text-align: justify;
        }
        .highlight {
            font-weight: bold;
            color: #d45d00;
            text-decoration: none;
        }
        .btn-container {
            text-align: center;
            margin: 35px 0;
        }
        .btn {
            display: inline-block;
            padding: 12px 28px;
            background-color: #ff8c00;
            color: white;
            text-decoration: none;
            border-radius: 6px;
            font-weight: bold;
            margin: 0 10px 15px;
            transition: all 0.3s ease;
            box-shadow: 0 3px 6px rgba(0,0,0,0.15);
            font-size: 1.05rem;
        }
        .btn:hover {
            background-color: #e07b00;
            transform: translateY(-3px);
            box-shadow: 0 5px 12px rgba(0,0,0,0.2);
        }
        .image-container {
            text-align: center;
            margin: 35px 0;
        }
        img {
            max-width: 100%;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
            border: 1px solid #ffe0b2;
        }
        .stats-box {
            background-color: white;
            border-radius: 8px;
            padding: 20px;
            margin: 25px 0;
            box-shadow: 0 3px 10px rgba(0,0,0,0.08);
            border-left: 4px solid #ff9500;
        }
        .stats-box p {
            font-size: 1.1rem;
            margin-bottom: 12px;
        }
        .tag-container {
            margin: 35px 0;
            overflow: hidden;
        }
        .tag {
            display: inline-block;
            background-color: #ffe0b2;
            color: #d45d00;
            padding: 6px 14px;
            border-radius: 20px;
            margin: 0 8px 10px 0;
            text-decoration: none;
            font-weight: 600;
            transition: all 0.3s ease;
            font-size: 0.9rem;
        }
        .tag:hover {
            background-color: #ffcc80;
            transform: scale(1.05);
        }
        .game-type {
            margin: 30px 0;
            padding: 15px;
            background-color: #fff3e0;
            border-radius: 6px;
        }
        .game-type a {
            color: #d45d00;
            text-decoration: none;
            font-weight: 600;
            margin-right: 15px;
            transition: color 0.2s;
        }
        .game-type a:hover {
            color: #b34e00;
            text-decoration: underline;
        }
        footer {
            background-color: #2d2d2d;
            color: #f0f0f0;
            padding: 40px 20px 20px;
            margin-top: 50px;
        }
        .footer-container {
            max-width: 1000px;
            margin: 0 auto;
        }
        .footer-section {
            margin-bottom: 30px;
            padding-bottom: 15px;
            border-bottom: 1px solid #444;
        }
        .footer-section:last-child {
            border-bottom: none;
        }
        .footer-section h3 {
            color: #ffb74d;
            margin-bottom: 15px;
            font-size: 1.3rem;
        }
        .footer-section p {
            color: #e0e0e0;
            margin-bottom: 10px;
            text-align: left;
        }
        .footer-section a {
            color: #ffb74d;
            text-decoration: none;
        }
        .footer-section a:hover {
            text-decoration: underline;
        }
        .copyright {
            text-align: center;
            padding-top: 20px;
            margin-top: 20px;
            font-size: 0.9rem;
            color: #b0b0b0;
            border-top: 1px solid #444;
        }
        @media (max-width: 768px) {
            .mobile-menu-btn {
                display: block;
            }
            nav ul {
                display: none;
                flex-direction: column;
                text-align: center;
                background-color: #ff8c00;
                border-radius: 8px;
                padding: 15px;
                margin-top: 10px;
            }
            nav ul.active {
                display: flex;
            }
            h1 {
                font-size: 1.8rem;
                margin: 25px 0;
            }
            h2 {
                font-size: 1.5rem;
                margin-top: 30px;
            }
            h3 {
                font-size: 1.25rem;
            }
            .btn {
                display: block;
                margin: 10px auto;
                width: 90%;
            }
            p {
                font-size: 1rem;
                text-align: left;
            }
            .logo {
                font-size: 1.4rem;
                text-align: left;
                padding-left: 15px;
            }
        }
