@font-face { font-family: "Upheaval TT"; src: url("/assets/fonts/upheavtt.ttf") format("truetype"); font-display: swap; }
.clash-entry {
  position: relative;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-top: 9px;
  padding: 0;
  color: #ffe3a0;
  background: #292039;
  border: 3px solid #140719;
  border-radius: 12px;
  overflow: hidden;
  text-decoration: none;
  -webkit-text-stroke: 0;
}
.clash-entry img {
  display: block;
  width: 100%;
  height: auto;
}
.clash-entry:hover { border-color: #ffe3a0; }
.clash-entry:active { border-color: #fff; }
.clash-entry:focus-visible { outline: 3px solid #fff1a6; outline-offset: 3px; }
.clash-countdown {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 4px;
  display: grid;
  grid-template-columns: minmax(0,1fr);
  justify-items: center;
  gap: 1px;
  width: 31%;
  color: #fff;
  font: 800 16.5px/1.1 Calibri,Arial,sans-serif;
  text-align: center;
  text-shadow: 0 1px 2px #140719,1px 0 1px #140719,-1px 0 1px #140719;
  pointer-events: none;
  letter-spacing: 0;
}
.clash-countdown-title { display: block; width: 100%; min-width: 0; color: #9C00FF; line-height: 1.1; white-space: nowrap; -webkit-text-stroke: 2px white; paint-order: stroke fill; text-shadow: none; }
.clash-countdown-clock { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); width: min(132px,100%); }
.clash-countdown-clock > span { display: grid; grid-template-rows: 19.5px 12px; align-items: center; min-width: 0; }
.clash-countdown-clock > span + span { border-left: 1px solid #fff8; }
.clash-countdown-clock b { font-size: 19.5px; font-variant-numeric: tabular-nums; line-height: 1; }
.clash-countdown-clock small { font-size: 12px; line-height: 1; }
html[lang="my"] .clash-countdown-title { font-size: 12px; line-height: 1.25; }
.clash-entry.is-clash-ready .clash-countdown-title {
  font-family: "Upheaval TT", Calibri, Arial, sans-serif;
  font-weight: 400;
  font-size: clamp(28px, 7.5vw, 36px);
  color: #baff00;
  white-space: normal;
  line-height: .725;
  -webkit-text-stroke: 2px #183600;
  animation: clashInvitationFlash 1.2s ease-in-out infinite;
}
@keyframes clashInvitationFlash { 0%,100% { opacity: 1; } 50% { opacity: .55; } }
@media (prefers-reduced-motion: reduce) {
  .clash-entry.is-clash-ready .clash-countdown-title { animation: none; }
}
