
/* REAL NEW RED DIGITAL COUNTDOWN - added 2026-06-15 */
.mc-red-led-countdown{
  width:100% !important;
  box-sizing:border-box !important;
  margin:0 0 18px !important;
  padding:18px !important;
  border-radius:22px !important;
  background:
    linear-gradient(180deg, #111 0%, #050505 48%, #171717 100%) !important;
  border:3px solid #0a4 !important;
  box-shadow:
    inset 0 0 0 2px #00ff66,
    inset 0 0 22px rgba(0,255,102,.25),
    0 12px 28px rgba(0,0,0,.35) !important;
  color:#00ff66 !important;
  font-family:"Courier New", Consolas, monospace !important;
  position:relative !important;
  overflow:hidden !important;
}
.mc-red-led-countdown::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  background:repeating-linear-gradient(0deg, rgba(255,255,255,.08) 0 1px, transparent 1px 7px) !important;
  opacity:.28 !important;
  pointer-events:none !important;
}
.mc-red-led-countdown *{box-sizing:border-box !important; position:relative !important; z-index:1 !important;}
.mc-led-header{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  margin-bottom:14px !important;
}
.mc-led-title{
  color:#32D74B !important;
  font-size:clamp(14px,3.5vw,24px) !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
}
.mc-led-date-line{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
  white-space:nowrap !important;
}
.mc-led-date-line strong,
.mc-led-date-line em{
  color:#32D74B !important;
  font-style:normal !important;
  font-weight:900 !important;
  font-size:clamp(16px,4vw,28px) !important;
  letter-spacing:.04em !important;
  background:#000 !important;
  border:2px solid #0b5 !important;
  border-radius:10px !important;
  padding:6px 10px !important;
}
.mc-led-display{
  display:grid !important;
  grid-template-columns:1fr auto 1fr auto 1fr auto 1fr !important;
  align-items:stretch !important;
  gap:8px !important;
  width:100% !important;
}
.mc-led-unit{
  min-height:118px !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  background:#030303 !important;
  border:2px solid #0a4 !important;
  border-radius:16px !important;
  box-shadow:inset 0 0 14px rgba(0,255,102,.20) !important;
  padding:10px 4px !important;
}
.mc-led-unit strong{
  display:block !important;
  color:#00ff66 !important;
  font-family:"Courier New", Consolas, monospace !important;
  font-size:clamp(44px,10vw,96px) !important;
  line-height:.9 !important;
  font-weight:900 !important;
  letter-spacing:-.06em !important;
  font-variant-numeric:tabular-nums !important;
  text-shadow:none !important;
  background:none !important;
  -webkit-text-fill-color:#00ff66 !important;
}
.mc-led-unit span{
  margin-top:10px !important;
  color:#9cffc1 !important;
  font-size:clamp(10px,2vw,16px) !important;
  font-weight:900 !important;
  letter-spacing:.12em !important;
  text-transform:uppercase !important;
  text-shadow:none !important;
}
.mc-led-separator{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  color:#00ff66 !important;
  font-size:clamp(38px,9vw,86px) !important;
  font-weight:900 !important;
  line-height:1 !important;
  text-shadow:none !important;
}
.pick-draw-top-card,.pick-draw-countdown,.pick-timer-box{display:none !important;}
@media(max-width:760px){
  .mc-red-led-countdown{padding:12px !important;border-radius:18px !important;}
  .mc-led-header{display:block !important;text-align:center !important;}
  .mc-led-date-line{justify-content:center !important;margin-top:10px !important;flex-wrap:wrap !important;}
  .mc-led-display{gap:4px !important;}
  .mc-led-unit{min-height:82px !important;border-radius:12px !important;padding:7px 2px !important;}
  .mc-led-unit strong{font-size:clamp(26px,11vw,52px) !important;}
  .mc-led-unit span{font-size:8px !important;letter-spacing:0 !important;}
  .mc-led-separator{font-size:clamp(24px,9vw,44px) !important;}
}


/* Players page uses the exact same green digital countdown design as the homepage */
.mc-players-led-countdown{
  margin-bottom:22px !important;
}
#players.active-page .mc-players-led-countdown{
  display:block !important;
}
