body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, 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: #2c3e50; color: white; padding: 10px; z-index: 100; }
            .toggle-btn { background: #e74c3c; border: none; color: white; padding: 8px 15px; cursor: pointer; }
            .nav-links { display: none; background: #34495e; padding: 10px; }
            .nav-links.active { display: block; }
        }
        h1 { color: #e74c3c; border-bottom: 3px solid #2c3e50; padding-bottom: 10px; }
        h2 { color: #2c3e50; margin-top: 30px; }
        h3 { color: #3498db; }
        .download-btn { display: inline-block; background: #2ecc71; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 12px 25px; margin: 15px 0; border-radius: 5px; text-decoration: none; font-weight: bold; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tag { background: #f1c40f; color: #2c3e50; padding: 3px 8px; border-radius: 4px; margin: 0 5px; }
        footer { margin-top: 50px; padding: 20px; background: #2c3e50; color: white; text-align: center; }
        .type-nav { margin: 20px 0; }
        .type-nav a { color: #e74c3c; text-decoration: none; margin: 0 10px; }
