/* KORA HOME DARK OVERRIDES */

/* قسم أهم مباريات كأس العالم */
#homeFifaMatches.home-fifa-matches,
.home-fifa-matches{
  background:
    radial-gradient(circle at 85% 0%, rgba(52,211,153,.16), transparent 34%),
    linear-gradient(135deg, rgba(6,28,19,.96), rgba(3,17,13,.98)) !important;
  color:#fff !important;
  border:1px solid rgba(52,211,153,.22) !important;
  box-shadow:0 20px 60px rgba(0,0,0,.28) !important;
  border-radius:28px !important;
}

/* رأس القسم */
.home-fifa-head h2{
  color:#fff !important;
}

.home-fifa-head a{
  background:#34d399 !important;
  color:#03110d !important;
  border:0 !important;
  box-shadow:0 12px 28px rgba(52,211,153,.18) !important;
}

/* كروت المباريات داخل أهم المباريات */
#homeFifaMatchesList > *,
.home-fifa-list > *,
.home-fifa-card,
.home-fifa-match,
.match-card{
  background:rgba(3,17,13,.78) !important;
  color:#fff !important;
  border:1px solid rgba(52,211,153,.20) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.20) !important;
  border-radius:20px !important;
}

/* النصوص داخل الكروت */
#homeFifaMatchesList *,
.home-fifa-list *{
  color:#eefdf6;
}

#homeFifaMatchesList .muted,
.home-fifa-list .muted,
#homeFifaMatchesList small,
.home-fifa-list small{
  color:#a7d8c2 !important;
}

/* مربع النتيجة */
#homeFifaMatchesList strong,
#homeFifaMatchesList .score,
#homeFifaMatchesList .match-score,
.home-fifa-list strong,
.home-fifa-list .score,
.home-fifa-list .match-score{
  background:#34d399 !important;
  color:#03110d !important;
  border-radius:14px !important;
}

/* زر تفاصيل المباراة */
#homeFifaMatchesList a,
#homeFifaMatchesList button,
.home-fifa-list a,
.home-fifa-list button{
  background:#06111c !important;
  color:#fff !important;
  border:1px solid rgba(255,255,255,.10) !important;
}

#homeFifaMatchesList a:hover,
#homeFifaMatchesList button:hover,
.home-fifa-list a:hover,
.home-fifa-list button:hover{
  background:#34d399 !important;
  color:#03110d !important;
}

/* الإحصائيات تحت المباريات */
.stats .stat{
  background:
    linear-gradient(135deg, rgba(6,28,19,.92), rgba(3,17,13,.96)) !important;
  border:1px solid rgba(52,211,153,.18) !important;
  color:#fff !important;
  box-shadow:0 12px 30px rgba(0,0,0,.18) !important;
}

.stats .stat span{
  color:#b6e8d2 !important;
}

.stats .stat strong{
  color:#34d399 !important;
}

/* تحسين المسافة بين الشريط والقسم */
.ticker + .wrap,
main.wrap{
  margin-top:34px !important;
}
