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: #d32f2f; text-align: center; margin-bottom: 30px; }
        h2 { color: #388e3c; border-bottom: 2px solid #eee; padding-bottom: 10px; }
        h3 { color: #1976d2; }
        .download-btn, .login-btn { display: inline-block; background: #ff9800; color: white; padding: 12px 24px; margin: 15px 0; border-radius: 4px; text-decoration: none; font-weight: bold; }
        .nav-container { background: #1e88e5; color: white; padding: 15px; position: sticky; top: 0; z-index: 100; }
        .nav-links { display: flex; justify-content: space-around; max-width: 800px; margin: 0 auto; }
        .nav-links a { color: white; text-decoration: none; font-weight: bold; }
        .mobile-menu-btn { display: none; background: #ff5722; color: white; border: none; padding: 10px; cursor: pointer; }
        .game-image { max-width: 100%; height: auto; margin: 20px 0; }
        .tag-container { margin: 25px 0; }
        .tag { background: #e0e0e0; padding: 5px 10px; margin: 5px; display: inline-block; border-radius: 20px; }
        .footer { background: #333; color: white; padding: 20px; text-align: center; margin-top: 40px; }
        @media (max-width: 768px) {
            .nav-links { display: none; flex-direction: column; text-align: center; }
            .nav-links.active { display: flex; }
            .mobile-menu-btn { display: block; }
        }
