... | 🕐 --:--
-- -- --
عاجل
⚡ عاجل: كريستيانو رونالدو يُتوّج كأفضل لاعب كرة قدم في العالم ⚡ أخبار عاجلة تتابعونها لحظة بلحظة على خبر ⚡ تابعوا آخر المستجدات والأحداث من حول العالم
⌘K
AI مباشر
27312 مقال 231 مصدر نشط 38 قناة مباشرة 6261 خبر اليوم
آخر تحديث: منذ 0 ثانية

Gattuso prioritises mental issues

العالم
Express Tribune
2026/03/24 - 07:24 503 مشاهدة
Italy coach Gennaro Gattuso has called for composure ahead of Italy’s World Cup playoff ‌semi-final against Northern Ireland on Thursday, urging his players to block out the trauma of past failures. With the spectre of failed 2018 and 2022 qualification campaigns looming over the squad, Gattuso knows his players must overcome the mental weakness that has plagued Italy's World Cup ambitions. Seeking to avoid a third consecutive qualification failure, the Italians have managed only one victory at a World ⁠Cup, a 2-1 group-stage win over England 12 years ago, since lifting the trophy in 2006 for the fourth time. "We must be able to make the players feel lighter," Gattuso told reporters at Italy’s Coverciano training base on Monday. "Italy didn’t play in the last two World Cups... but there is no need to suffocate them. These are players who have won the Euros and played in Champions League finals. They are accustomed to these games." "There are no excuses; we must only think about Thursday’s game," Gattuso said. "We must have the right mentality and serenity. We respect the opponents... but we must ‌be clear-headed ⁠and smell the danger." Should they get past Northern Ireland they would face a final against Wales or Bosnia & Herzegovina on March 31 to qualify for the showpiece tournament in North America. Gattuso confirmed that Liverpool forward Federico Chiesa had left the camp. "He had a few physical problems, and we decided it was useless for him to ⁠stay here," Gattuso said. "When I heard that he had problems and doubts, I had to make a decision. He didn’t feel up for it, so he decided to return home. When one wants to return home, it’s right ⁠to let him do it." Gattuso revealed he personally chose the 23,000-seat Stadio di Bergamo over the San Siro for the clash, admitting he feared the "caustic" atmosphere of a larger stadium if the team ⁠struggled early. "At a 60,000-seat stadium like San Siro, they might start booing after a few wrong passes," Gattuso explained. "I want to create a real cauldron-like atmosphere. Thursday’s game is the only target. All the rest is the past."
مشاركة:
\n

مقالات ذات صلة

// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 29119; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
// Coin System - Track article read (function() { const email = localStorage.getItem('khabr_user_email'); if (!email) return; const articleId = 29119; // Record read (+1 coin) fetch('/api/coins/read', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email, article_id: articleId}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { // Show coin earned toast const toast = document.createElement('div'); toast.innerHTML = '🪙 +' + data.coins_earned + ' coin! (Balance: ' + data.balance + ')'; toast.style.cssText = 'position:fixed;bottom:20px;right:20px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(245,158,11,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 3000); } }).catch(() => {}); // Daily login check const lastLogin = localStorage.getItem('khabr_daily_login'); const today = new Date().toDateString(); if (lastLogin !== today) { fetch('/api/coins/daily-login', { method: 'POST', headers: {'Content-Type': 'application/json'}, body: JSON.stringify({email: email}) }).then(r => r.json()).then(data => { if (data.coins_earned > 0) { localStorage.setItem('khabr_daily_login', today); setTimeout(() => { const toast = document.createElement('div'); toast.innerHTML = '🔥 Daily bonus +' + data.coins_earned + ' coins! (Streak: ' + data.streak + ' days)'; toast.style.cssText = 'position:fixed;bottom:70px;right:20px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;padding:12px 20px;border-radius:12px;font-weight:bold;z-index:9999;animation:slideUp .5s ease;box-shadow:0 4px 15px rgba(239,68,68,0.4);'; document.body.appendChild(toast); setTimeout(() => toast.remove(), 4000); }, 1500); } }).catch(() => {}); } })();
AI
يا هلا! اسألني أي شي 🎤