body.et-md-football {
  --gold: #22c55e;
  --gold-light: #86efac;
  --gold-border: rgba(34,197,94,0.34);
  --gold-subtle: rgba(34,197,94,0.12);
  --text-gold: #86efac;
  background: #03130a;
}

body.et-md-tennis {
  --gold: #bef264;
  --gold-light: #d9f99d;
  --gold-border: rgba(190,242,100,0.34);
  --gold-subtle: rgba(190,242,100,0.12);
  --text-gold: #d9f99d;
  background: #061316;
}

body.et-md-football::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.08) 1px, transparent 1px) center / 118px 118px,
    repeating-linear-gradient(90deg, rgba(21,128,61,0.35) 0 58px, rgba(22,101,52,0.42) 58px 116px),
    linear-gradient(135deg, #052e16, #064e3b 48%, #021008);
  opacity: 0.84;
}

body.et-md-football::after {
  background:
    radial-gradient(circle at 50% 38%, transparent 0 118px, rgba(255,255,255,0.14) 119px 121px, transparent 122px 100%),
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,0.13) calc(50% - 1px), rgba(255,255,255,0.13) calc(50% + 1px), transparent calc(50% + 1px)),
    radial-gradient(ellipse 80% 90% at 50% 30%, rgba(5,46,22,0.26) 0%, rgba(3,12,7,0.78) 64%, rgba(1,8,4,0.95) 100%);
}

body.et-md-tennis::before {
  background:
    linear-gradient(90deg, rgba(255,255,255,0.10) 1px, transparent 1px) center / 96px 96px,
    linear-gradient(0deg, rgba(255,255,255,0.07) 1px, transparent 1px) center / 96px 96px,
    linear-gradient(90deg, rgba(15,118,110,0.42) 0 50%, rgba(15,59,87,0.42) 50% 100%),
    linear-gradient(135deg, #052e2b, #0f766e 46%, #071923);
  opacity: 0.82;
}

body.et-md-tennis::after {
  background:
    linear-gradient(90deg, transparent calc(50% - 1px), rgba(255,255,255,0.16) calc(50% - 1px), rgba(255,255,255,0.16) calc(50% + 1px), transparent calc(50% + 1px)),
    linear-gradient(0deg, transparent calc(36% - 1px), rgba(255,255,255,0.12) calc(36% - 1px), rgba(255,255,255,0.12) calc(36% + 1px), transparent calc(36% + 1px)),
    linear-gradient(0deg, transparent calc(64% - 1px), rgba(255,255,255,0.12) calc(64% - 1px), rgba(255,255,255,0.12) calc(64% + 1px), transparent calc(64% + 1px)),
    radial-gradient(ellipse 80% 90% at 50% 30%, rgba(6,78,59,0.24) 0%, rgba(4,13,18,0.78) 64%, rgba(2,8,12,0.95) 100%);
}

body.et-md-football .header,
body.et-md-football .md-hero,
body.et-md-football .md-card,
body.et-md-football .md-pred-card {
  background:
    linear-gradient(135deg, rgba(5,46,22,0.90), rgba(8,20,13,0.96) 58%, rgba(2,10,6,0.98)),
    repeating-linear-gradient(90deg, rgba(134,239,172,0.055) 0 28px, rgba(22,101,52,0.075) 28px 56px) !important;
  border-color: rgba(34,197,94,0.34) !important;
  box-shadow: 0 16px 38px rgba(21,128,61,0.22), inset 0 1px 0 rgba(255,255,255,0.06);
}

body.et-md-tennis .header,
body.et-md-tennis .md-hero,
body.et-md-tennis .md-card,
body.et-md-tennis .md-pred-card {
  background:
    linear-gradient(135deg, rgba(6,78,59,0.90), rgba(7,25,35,0.96) 58%, rgba(2,10,12,0.98)),
    linear-gradient(90deg, rgba(255,255,255,0.055) 1px, transparent 1px) center / 74px 74px !important;
  border-color: rgba(190,242,100,0.34) !important;
  box-shadow: 0 16px 38px rgba(15,118,110,0.22), inset 0 1px 0 rgba(255,255,255,0.06);
}

body.et-md-football .md-hero-league,
body.et-md-football .md-card-title,
body.et-md-football .cmp-title,
body.et-md-football .event-time,
body.et-md-football .md-pred-meta-val,
body.et-md-football .md-pred-tag,
body.et-md-football .lineup-formation,
body.et-md-football .lineup-num,
body.et-md-football .md-tab.active,
body.et-md-football .md-league-link {
  color: #86efac !important;
}

body.et-md-tennis .md-hero-league,
body.et-md-tennis .md-card-title,
body.et-md-tennis .cmp-title,
body.et-md-tennis .event-time,
body.et-md-tennis .md-pred-meta-val,
body.et-md-tennis .md-pred-tag,
body.et-md-tennis .lineup-formation,
body.et-md-tennis .lineup-num,
body.et-md-tennis .md-tab.active,
body.et-md-tennis .md-league-link {
  color: #d9f99d !important;
}

body.et-md-football .md-tab.active { border-bottom-color: #22c55e !important; background: rgba(34,197,94,0.10); }
body.et-md-tennis .md-tab.active { border-bottom-color: #bef264 !important; background: rgba(190,242,100,0.10); }

body.et-md-football .stat-bar-home,
body.et-md-football .cmp-bar-home { background: linear-gradient(90deg, #16a34a, #86efac) !important; }
body.et-md-football .stat-bar-away,
body.et-md-football .cmp-bar-away { background: linear-gradient(90deg, #22c55e, #dcfce7) !important; }
body.et-md-tennis .stat-bar-home,
body.et-md-tennis .cmp-bar-home { background: linear-gradient(90deg, #0f766e, #bef264) !important; }
body.et-md-tennis .stat-bar-away,
body.et-md-tennis .cmp-bar-away { background: linear-gradient(90deg, #65a30d, #ecfccb) !important; }

body.et-md-football .stat-bar-mid,
body.et-md-football .cmp-bar-wrap,
body.et-md-football .h2h-bar { background: rgba(220,252,231,0.12) !important; }
body.et-md-tennis .stat-bar-mid,
body.et-md-tennis .cmp-bar-wrap,
body.et-md-tennis .h2h-bar { background: rgba(236,253,245,0.12) !important; }

body.et-md-football .stat-label,
body.et-md-football .cmp-row-label,
body.et-md-football .md-pred-meta-label,
body.et-md-football .md-team-role { color: rgba(220,252,231,0.62) !important; }
body.et-md-tennis .stat-label,
body.et-md-tennis .cmp-row-label,
body.et-md-tennis .md-pred-meta-label,
body.et-md-tennis .md-team-role { color: rgba(236,253,245,0.62) !important; }

body.et-md-football .md-pred-ai-badge,
body.et-md-football .md-status-live,
body.et-md-football .md-status-upcoming { background: rgba(34,197,94,0.14) !important; border-color: rgba(34,197,94,0.38) !important; color: #dcfce7 !important; }
body.et-md-tennis .md-pred-ai-badge,
body.et-md-tennis .md-status-live,
body.et-md-tennis .md-status-upcoming { background: rgba(190,242,100,0.14) !important; border-color: rgba(190,242,100,0.38) !important; color: #ecfccb !important; }

body.et-md-football .md-spinner { border-color: rgba(34,197,94,0.20) !important; border-top-color: #22c55e !important; }
body.et-md-tennis .md-spinner { border-color: rgba(190,242,100,0.20) !important; border-top-color: #bef264 !important; }
