body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; max-width: 1200px; margin: 0 auto; padding: 20px; }
        h1 { color: #FF5722; border-bottom: 3px solid #FF9800; padding-bottom: 10px; }
        h2 { color: #4CAF50; margin-top: 30px; }
        h3 { color: #2196F3; }
        .logo { font-size: 28px; font-weight: bold; color: #FF5722; text-shadow: 2px 2px 4px rgba(0,0,0,0.1); }
        .nav { background: #f8f8f8; padding: 15px; display: flex; justify-content: space-between; align-items: center; }
        .nav-links { display: flex; gap: 20px; }
        .mobile-toggle { display: none; }
        .download-btn { background: #4CAF50; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; margin: 10px 0; }
        .login-btn { background: #2196F3; color: white; padding: 10px 20px; border-radius: 5px; text-decoration: none; margin: 10px 0; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; border-radius: 8px; }
        .tags { margin: 20px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; border-radius: 20px; margin-right: 10px; }
        footer { margin-top: 50px; padding: 20px; background: #f0f0f0; text-align: center; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; }
            .nav-links.active { display: flex; }
            .mobile-toggle { display: block; }
            .game-image { width: 100%; }
        }
