body { font-family: 'Segoe UI', 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: #FF9800; color: white; padding: 10px; }
            .nav-toggle { position: absolute; right: 20px; top: 10px; }
        }
        nav { background: #FF9800; padding: 15px; margin-bottom: 30px; }
        nav a { color: white; text-decoration: none; margin: 0 15px; font-weight: bold; }
        h1 { color: #E53935; border-bottom: 3px solid #FF9800; padding-bottom: 10px; }
        h2 { color: #43A047; margin-top: 25px; }
        h3 { color: #1E88E5; }
        .btn { display: inline-block; background: #E53935; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .game-img { max-width: 100%; height: auto; margin: 20px 0; }
        footer { margin-top: 50px; padding: 20px; background: #333; color: white; }
        .tag { background: #43A047; color: white; padding: 3px 8px; border-radius: 3px; margin: 3px; display: inline-block; }
