body { font-family: 'Arial', sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; position: fixed; top: 0; left: 0; width: 100%; background: #ff6b81; color: white; padding: 10px; }
            .nav-toggle { background: none; border: none; color: white; font-size: 20px; cursor: pointer; }
            .nav-menu { display: none; }
            .nav-menu.active { display: block; }
        }
        h1 { color: #ff4757; border-bottom: 3px solid #ff6b81; padding-bottom: 10px; }
        h2 { color: #2ed573; margin-top: 30px; }
        h3 { color: #1e90ff; }
        .btn { display: inline-block; padding: 10px 20px; background: #ff4757; color: white; text-decoration: none; border-radius: 5px; margin: 10px 0; }
        .game-img { max-width: 100%; height: auto; margin: 20px 0; }
        .tag { background: #f1f2f6; padding: 5px 10px; border-radius: 3px; margin: 5px; display: inline-block; }
        .footer { margin-top: 50px; padding-top: 20px; border-top: 2px solid #eee; }
