body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f5f2e9; }
        .mobile-nav { display: none; }
        @media (max-width: 768px) {
            .desktop-nav { display: none; }
            .mobile-nav { display: block; }
            .toggle-btn { background: #ff6b35; color: white; padding: 10px; border: none; cursor: pointer; }
        }
        nav { background: #ff6b35; padding: 15px; }
        nav a { color: white; text-decoration: none; margin: 0 10px; font-weight: bold; }
        .logo { font-size: 24px; color: #fff; text-shadow: 2px 2px 4px #000; }
        h1 { color: #ff6b35; text-align: center; }
        h2 { color: #e74c3c; border-bottom: 2px solid #f1c40f; padding-bottom: 5px; }
        h3 { color: #2c3e50; }
        .download-btn { display: inline-block; background: #2ecc71; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .login-btn { display: inline-block; background: #3498db; color: white; padding: 10px 20px; margin: 10px 0; border-radius: 5px; text-decoration: none; }
        .image-container { text-align: center; margin: 20px 0; }
        img { max-width: 100%; height: auto; border-radius: 8px; }
        footer { background: #2c3e50; color: white; padding: 20px; text-align: center; }
        .game-types { margin: 20px 0; }
        .game-types a { color: #e74c3c; text-decoration: none; margin: 0 5px; }
        .tags a { background: #3498db; color: white; padding: 3px 8px; border-radius: 3px; text-decoration: none; margin: 0 3px; }
