/* generated by build-site.mjs from the SPA's styles.css — do not edit */
.wc-tiles {
  color-scheme: light;
  --bg: #FAFBFC;
  --surface: #ffffff;
  --surface-alt: #EDF1F5;
  --ink: #232D39;
  --muted: #5C6B7A;
  --line: #DCE3EA;
  --line-strong: #BCC8D4;
  --green: #032A63;
  --green-dark: #032A63;
  --mint: #49C98C;
  --red: #E5484D;
  --gold: #c99326;
  --blue: #032A63;
  --chip: #EDF1F5;
  --shadow: 0 10px 28px rgba(3, 42, 99, 0.08);
  --radius: 8px;
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
}
.match-front {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 300px;
  aspect-ratio: 1 / 1.03;
  border-radius: var(--radius);
  background: #d9e2e6;
  color: #111a18;
  overflow: hidden;
  box-shadow: none;
}
.match-front.is-compact {
  min-height: 178px;
  aspect-ratio: 1 / 1.08;
  box-shadow: none;
}
.match-front-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent 45%, rgba(0, 0, 0, 0.18)),
    radial-gradient(circle at 24% 48%, rgba(255, 255, 255, 0.38), transparent 26%),
    radial-gradient(circle at 74% 45%, rgba(255, 255, 255, 0.18), transparent 26%);
  pointer-events: none;
}
.team-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 63%;
  overflow: hidden;
  opacity: 1;
}
.team-bg-left {
  left: 0;
  clip-path: polygon(0 0, 78% 0, 58% 100%, 0 100%);
  background: linear-gradient(135deg, #e5edf0, #bfcdd3);
}
.team-bg-right {
  right: 0;
  clip-path: polygon(39% 0, 100% 0, 100% 100%, 18% 100%);
  background: linear-gradient(135deg, #0b3159, #061f3d);
}
.team-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.35) contrast(1.08) blur(12px);
  opacity: 0.42;
  transform: scale(1.7);
}
.team-bg-code {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 255, 255, 0.14);
  font-size: clamp(2.2rem, 17vw, 8rem);
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  pointer-events: none;
}
.team-bg img + .team-bg-code {
  color: rgba(255, 255, 255, 0.16);
}
.match-front-content {
  position: absolute;
  inset: 0;
  z-index: 2;
  min-height: inherit;
  height: 100%;
  padding: 14px;
}
.match-front.is-compact .match-front-content {
  padding: 10px;
}
.front-corner {
  position: absolute;
  z-index: 3;
  max-width: 45%;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: 0;
  text-transform: uppercase;
  overflow-wrap: anywhere;
  text-shadow:
    0 2px 5px rgba(0, 0, 0, 0.64),
    0 8px 18px rgba(0, 0, 0, 0.42);
}
.front-top-left {
  top: 14px;
  left: 14px;
}
.front-top-right {
  top: 14px;
  right: 14px;
  text-align: right;
}
.front-bottom-left {
  bottom: 14px;
  left: 14px;
}
.front-bottom-right {
  right: 14px;
  bottom: 14px;
  text-align: right;
}
.broadcast-marks {
  position: absolute;
  inset: 44px 18px 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
}
.team-mark {
  display: grid;
  justify-items: center;
  gap: 8px;
  min-width: 0;
}
.team-mark img {
  width: clamp(72px, 22vw, 132px);
  height: clamp(50px, 15vw, 92px);
  object-fit: cover;
  border-radius: 8px;
  box-shadow: none;
}
.team-mark strong {
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 3.8vw, 1.5rem);
  font-weight: 950;
  line-height: 1;
  text-shadow: none;
}
.team-mark:first-child strong {
  color: rgba(17, 26, 24, 0.8);
  text-shadow: none;
}
.team-mark.is-placeholder {
  min-height: 90px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.22);
  place-content: center;
}
.match-front-title {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 34px;
  margin: 0;
  text-align: center;
  font-size: clamp(0.92rem, 3.4vw, 1.3rem);
  line-height: 1.12;
  letter-spacing: 0;
  overflow-wrap: anywhere;
  text-shadow:
    0 2px 4px rgba(0, 0, 0, 0.42),
    0 10px 24px rgba(0, 0, 0, 0.36);
  color: #ffffff;
}
.match-front.is-compact .match-front-title {
  left: 10px;
  right: 10px;
  bottom: 31px;
  font-size: clamp(0.68rem, 4vw, 0.86rem);
  line-height: 1.16;
}
.match-front.is-compact .front-corner {
  font-size: 0.52rem;
}
.match-front.is-compact .front-top-left,
.match-front.is-compact .front-top-right {
  top: 8px;
}
.match-front.is-compact .front-bottom-left,
.match-front.is-compact .front-bottom-right {
  bottom: 8px;
}
.match-front.is-compact .front-top-left,
.match-front.is-compact .front-bottom-left {
  left: 8px;
}
.match-front.is-compact .front-top-right,
.match-front.is-compact .front-bottom-right {
  right: 8px;
}
.match-front.is-compact .broadcast-marks {
  inset: 32px 10px 48px;
  gap: 10px;
}
.match-front.is-compact .team-mark {
  gap: 4px;
}
.match-front.is-compact .team-mark img {
  width: 50px;
  height: 35px;
  border-radius: 6px;
}
.match-front.is-compact .team-mark strong {
  font-size: 0.78rem;
}
.match-front {
  position: relative;
  display: block;
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 6px;
  background: #101817;
  color: #ffffff;
  overflow: hidden;
  box-shadow: none;
}
.match-front.is-compact {
  min-height: 0;
  aspect-ratio: 16 / 9;
  border-radius: 4px;
  box-shadow: none;
}
.match-thumb {
  position: absolute;
  inset: 0;
  isolation: isolate;
  width: 100%;
  min-height: 0;
  height: 100%;
  aspect-ratio: auto;
  overflow: hidden;
  background: #101817;
}
.match-front.is-compact .match-thumb {
  width: 100%;
  min-height: 0;
}
.match-thumb .team-bg,
.match-thumb .match-front-bg {
  position: absolute;
}
.match-thumb .team-bg {
  top: 0;
  bottom: 0;
  width: 66%;
}
.match-thumb .team-bg-left {
  left: 0;
  clip-path: polygon(0 0, 82% 0, 72% 100%, 0 100%);
  background: var(--left-color, #254f6e);
}
.match-thumb .team-bg-right {
  right: 0;
  clip-path: polygon(37% 0, 100% 0, 100% 100%, 30% 100%);
  background: var(--right-color, #611a2f);
}
.match-thumb .team-bg img {
  display: none;
}
.match-thumb .team-bg-code {
  display: none;
}
.match-thumb .match-front-bg {
  inset: 0;
  z-index: 1;
  display: none;
}
.match-thumb .broadcast-marks {
  position: absolute;
  inset: 28px 24px;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 30px;
}
.match-front.is-compact .broadcast-marks {
  inset: 20px 13px;
  gap: 14px;
}
.match-thumb .team-mark {
  display: grid;
  justify-items: center;
  gap: 0;
}
.match-thumb .team-mark img {
  width: 62px;
  height: 62px;
  border-radius: 999px;
  object-fit: cover;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: none;
}
.match-thumb .team-mark strong {
  display: none;
}
.match-thumb .team-mark.is-placeholder {
  min-height: 0;
  background: transparent;
}
.match-thumb .team-mark.is-placeholder strong {
  display: grid;
  place-items: center;
  min-width: 42px;
  min-height: 42px;
  border: 1px solid currentColor;
  border-radius: 999px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.88);
  color: #111111;
  font-size: 0.78rem;
  font-weight: 950;
  line-height: 1;
  text-align: center;
  text-shadow: none;
}
.match-front.is-compact .match-thumb .team-mark img {
  width: 38px;
  height: 38px;
}
.match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
  min-width: 38px;
  min-height: 38px;
  font-size: 0.72rem;
  white-space: nowrap;
}
.match-thumb .team-mark.is-placeholder.is-long-placeholder strong,
.match-front.is-compact .match-thumb .team-mark.is-placeholder.is-long-placeholder strong {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 38px;
  border-radius: 10px;
  padding: 3px 5px;
  white-space: nowrap;
}
.match-thumb .team-mark.is-placeholder.is-third-placeholder strong,
.match-front.is-compact .match-thumb .team-mark.is-placeholder.is-third-placeholder strong {
  min-width: 38px;
  min-height: 38px;
  border-radius: 999px;
  padding: 4px;
  font-size: 0.72rem;
  white-space: nowrap;
}
.front-corner {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  max-width: 46%;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0;
  text-transform: none;
  overflow-wrap: normal;
  white-space: nowrap;
  text-shadow: none;
}
.front-top-left,
.front-bottom-left {
  left: 9px;
  color: var(--left-text, #ffffff);
  text-align: left;
}
.front-top-right,
.front-bottom-right {
  right: 9px;
  color: var(--right-text, #ffffff);
  text-align: right;
}
.front-top-left,
.front-top-right {
  top: 8px;
}
.front-bottom-left,
.front-bottom-right {
  bottom: 8px;
}
.front-filter-link {
  border-radius: 4px;
  pointer-events: auto;
  text-decoration: none;
}
.front-filter-link:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}
.front-filter-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}
.match-front.is-compact .front-corner {
  font-size: 0.56rem;
  line-height: 1;
  max-width: 48%;
}
.match-front.is-compact .front-top-right {
  max-width: 42%;
}
.day-events.is-dense .match-front.is-compact .front-corner {
  font-size: 0.44rem;
  line-height: 1;
}
.day-events.is-dense .match-front.is-compact .front-top-right {
  max-width: 38%;
}
.day-events.is-dense .match-front.is-compact .front-top-left,
.day-events.is-dense .match-front.is-compact .front-bottom-left {
  left: 4px;
}
.day-events.is-dense .match-front.is-compact .front-top-right,
.day-events.is-dense .match-front.is-compact .front-bottom-right {
  right: 4px;
}
.day-events.is-dense .match-front.is-compact .front-top-left,
.day-events.is-dense .match-front.is-compact .front-top-right {
  top: 6px;
}
.day-events.is-dense .match-front.is-compact .front-bottom-left,
.day-events.is-dense .match-front.is-compact .front-bottom-right {
  bottom: 6px;
}
.day-events.is-count-3 .match-front.is-compact .front-corner {
  font-size: 0.46rem;
}
.day-events.is-count-3 .match-front.is-compact .front-top-right {
  max-width: 36%;
}
.day-events.is-count-4 .match-front.is-compact .front-corner {
  font-size: 0.46rem;
}
.day-events.is-count-6 .match-front.is-compact .front-corner {
  font-size: 0.32rem;
}
.day-events.is-count-6 .match-front.is-compact .front-top-right {
  max-width: 36%;
}
.day-events.is-count-6 .match-front.is-compact .broadcast-marks {
  inset: 17px 5px;
  gap: 18px;
}
.day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark img {
  width: 26px;
  height: 26px;
}
.day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
  min-width: 28px;
  min-height: 28px;
  font-size: 0.58rem;
}
.day-cell.is-event-dense .match-front.is-compact {
  height: 100%;
  aspect-ratio: auto;
}
.day-events.is-dense .match-front.is-compact .broadcast-marks {
  inset: 17px 7px;
  gap: 8px;
}
.day-events.is-dense .match-thumb .team-bg-left {
  clip-path: polygon(0 0, 82% 0, 74% 100%, 0 100%);
}
.day-events.is-dense .match-thumb .team-bg-right {
  clip-path: polygon(39% 0, 100% 0, 100% 100%, 32% 100%);
}
.day-events.is-dense .match-front.is-compact .match-thumb .team-mark img {
  width: 30px;
  height: 30px;
}
.day-events.is-dense .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
  min-width: 32px;
  min-height: 32px;
  font-size: 0.62rem;
}
.day-events.is-dense .match-front.is-compact .match-thumb .team-mark.is-placeholder.is-long-placeholder strong {
  min-width: 43px;
  min-height: 32px;
  padding: 2px 4px;
}
.day-events.is-dense .match-front.is-compact .match-thumb .team-mark.is-placeholder.is-third-placeholder strong {
  min-width: 32px;
  min-height: 32px;
  font-size: 0.62rem;
}
.day-events.is-dense .match-front.is-compact .seed-rank {
  font-size: 0.58rem;
}
.day-events.is-dense .match-front.is-compact .seed-groups {
  font-size: 0.34rem;
}
.day-events.is-count-6 .match-front.is-compact .broadcast-marks {
  inset: 17px 5px;
  gap: 18px;
}
.day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark img {
  width: 26px;
  height: 26px;
}
.day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
  min-width: 28px;
  min-height: 28px;
  font-size: 0.58rem;
}
.match-front.is-compact .front-top-left,
.match-front.is-compact .front-bottom-left {
  left: 6px;
}
.match-front.is-compact .front-top-right,
.match-front.is-compact .front-bottom-right {
  right: 6px;
}
.match-front.is-compact .front-top-left,
.match-front.is-compact .front-top-right {
  top: 7px;
}
.match-front.is-compact .front-bottom-left,
.match-front.is-compact .front-bottom-right {
  bottom: 7px;
}
.slate-row {
  display: block;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid var(--line);
  background: #ffffff;
}
.slate-row .match-front.is-slate .front-top-left,
.slate-row .match-front.is-dated .front-top-left {
  max-width: 64%;
}
.slate-row .match-front.is-slate .front-top-right,
.slate-row .match-front.is-dated .front-top-right {
  max-width: 30%;
}
.slate-row:hover .match-front-title {
  color: var(--green);
}
.flag-faceoff {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}
.flag-faceoff.solo {
  grid-template-columns: 1fr;
}
.flag-team {
  min-width: 0;
  display: grid;
  justify-items: center;
  gap: 7px;
  text-align: center;
}
.flag-team strong {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.78rem;
  line-height: 1.05;
  overflow-wrap: anywhere;
}
.match-front.is-compact .faceoff-mark {
  width: 28px;
  height: 28px;
  font-size: 0.58rem;
}
.flag.front-flag,
.flag.placeholder.front-flag {
  width: 86px;
  height: 60px;
  border-radius: 7px;
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow: 0 7px 18px rgba(0, 0, 0, 0.24);
}
.flag.placeholder.front-flag {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.18);
  font-size: 1rem;
}
.match-front.is-compact .flag.front-flag,
.match-front.is-compact .flag.placeholder.front-flag {
  width: 48px;
  height: 34px;
  border-radius: 5px;
}
.match-front.is-compact .flag-team {
  gap: 4px;
}
.match-front.is-compact .flag-team strong {
  font-size: 0.62rem;
}
.front-meta {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}
.front-meta div {
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.14);
  padding: 7px 8px;
}
.front-meta dt {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.front-meta dd {
  margin: 3px 0 0;
  color: #ffffff;
  font-size: 0.82rem;
  font-weight: 780;
  line-height: 1.15;
  overflow-wrap: anywhere;
}
.match-front.is-compact .front-meta {
  gap: 5px;
}
.match-front.is-compact .front-meta div {
  padding: 5px 6px;
}
.match-front.is-compact .front-meta dt {
  font-size: 0.54rem;
}
.match-front.is-compact .front-meta dd {
  font-size: 0.66rem;
}
.event-card,
.compact-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 13px;
  box-shadow: 0 5px 16px rgba(30, 44, 35, 0.05);
}
.event-card {
  display: grid;
  gap: 10px;
}
.event-card:hover {
  border-color: var(--line-strong);
}
.event-topline {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 740;
}
.event-title {
  margin: 0;
  font-size: 1.03rem;
  line-height: 1.2;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}
.meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.flip-meta-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
}
.meta-chip-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px 7px;
  flex: 0 1 calc(100% - 12px);
  max-width: calc(100% - 12px);
  min-width: 0;
}
.flip-meta-grid .chip {
  min-height: 24px;
  padding: 3px 7px;
  font-size: 0.72rem;
}
.flip-meta-grid .chip-action {
  align-self: start;
  white-space: nowrap;
}
.chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 26px;
  border-radius: 999px;
  background: var(--chip);
  color: var(--green-dark);
  padding: 4px 9px;
  font-size: 0.77rem;
  font-weight: 760;
}
.chip.red {
  background: #fae9e7;
  color: #8e2824;
}
.chip.gold {
  background: var(--chip);
  color: var(--green-dark);
}
.chip-action {
  background: var(--mint);
  color: #06321F;
  font-weight: 600;
  text-decoration: none;
}
.chip-action:hover,
.chip-action:focus-visible {
  background: #3DB97E;
  color: #06321F;
  outline: none;
}
.team-line {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.team-link,
.team-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #ffffff;
  color: var(--ink);
  padding: 5px 9px 5px 6px;
  text-decoration: none;
  font-weight: 780;
}
.team-link:hover {
  border-color: var(--green);
}
.flag {
  width: 25px;
  height: 18px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  background: #e9eee7;
  flex: 0 0 auto;
}
.flag.placeholder {
  display: inline-grid;
  place-items: center;
  width: 25px;
  height: 18px;
  border-radius: 3px;
  border: 1px solid var(--line-strong);
  background: var(--surface-alt);
  color: var(--muted);
  font-size: 0.68rem;
  font-weight: 850;
}
.list-stack {
  display: grid;
  gap: 10px;
}
.filter-grid .flip-card {
  min-width: 0;
}
.filter-grid .match-front {
  height: 100%;
  min-height: 220px;
  border-color: var(--line-strong);
}
.filter-grid .match-front.is-dated .front-top-left {
  max-width: 64%;
}
.filter-grid .match-front.is-dated .front-top-right {
  max-width: 30%;
}
.filter-grid .match-front.is-day-card .broadcast-marks {
  inset: 44px 30px 58px;
  gap: clamp(48px, 7.8vw, 116px);
}
.filter-grid .match-front.is-day-card .match-thumb .team-mark img {
  width: clamp(96px, 10.5vw, 132px);
  height: clamp(96px, 10.5vw, 132px);
  border-radius: 12px;
}
.filter-grid .match-front.is-day-card .match-thumb .team-mark.is-placeholder strong {
  min-width: clamp(96px, 10.5vw, 132px);
  min-height: clamp(96px, 10.5vw, 132px);
  border-radius: 12px;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
}
.filter-grid .flip-card:hover .match-front,
.filter-grid .flip-card:focus-visible .match-front {
  border-color: var(--green);
}
.flip-card {
  perspective: 1200px;
  outline: none;
  min-width: 0;
  max-width: 100%;
}
.flip-card:focus-visible {
  border-radius: var(--radius);
  box-shadow: 0 0 0 3px rgba(12, 111, 71, 0.18);
}
.flip-card-inner {
  display: grid;
  min-width: 0;
  max-width: 100%;
  transform-style: preserve-3d;
  transition: transform 0.42s ease;
}
.flip-card.is-flipped .flip-card-inner {
  transform: rotateY(180deg);
}
.flip-face {
  grid-area: 1 / 1;
  min-width: 0;
  max-width: 100%;
  min-height: 100%;
  backface-visibility: hidden;
}
.flip-front .match-front {
  height: 100%;
  min-height: 220px;
}
.flip-front .match-front.is-day-card .broadcast-marks {
  inset: 44px 30px 58px;
  gap: clamp(48px, 7.8vw, 116px);
}
.flip-front .match-front.is-day-card .match-thumb .team-mark img {
  width: clamp(96px, 10.5vw, 132px);
  height: clamp(96px, 10.5vw, 132px);
  border-radius: 12px;
}
.flip-front .match-front.is-day-card .match-thumb .team-mark.is-placeholder strong {
  min-width: clamp(96px, 10.5vw, 132px);
  min-height: clamp(96px, 10.5vw, 132px);
  border-radius: 12px;
  font-size: clamp(1.05rem, 1.35vw, 1.28rem);
}
.day-layout .side-list .match-front.is-compact .match-thumb .team-mark img {
  width: 60px;
  height: 60px;
  border-radius: 9px;
}
.day-layout .side-list .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
  min-width: 60px;
  min-height: 60px;
  border-radius: 9px;
}
.flip-back {
  transform: rotateY(180deg);
}
.flip-card .event-card,
.flip-card .match-front {
  cursor: pointer;
}
.flip-card a,
.flip-card button {
  cursor: pointer;
}
.coverage-list {
  display: grid;
  gap: 8px;
}
.coverage-link {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  padding: 10px 12px;
  text-decoration: none;
}
.coverage-link:hover {
  border-color: var(--green);
}
.coverage-link strong,
.coverage-link span {
  min-width: 0;
  overflow-wrap: anywhere;
}
.coverage-link > span:not(.chip) {
  display: grid;
  gap: 2px;
}
.coverage-link span {
  color: var(--muted);
  font-size: 0.82rem;
}
.coverage-link .chip {
  color: var(--green-dark);
  font-size: 0.77rem;
}
.coverage-link .coverage-action {
  background: var(--mint);
  color: #06321F;
  font-weight: 600;
}
.coverage-link .audio-action {
  background: var(--chip);
  color: var(--green-dark);
  font-weight: 600;
}
.coverage-note {
  margin: 0;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.3;
}
@media (max-width: 760px) {
  .match-front {
    grid-template-columns: none;
    gap: 0;
  }
  .match-thumb,
  .match-front.is-compact .match-thumb {
    width: 100%;
    min-height: 0;
    height: 100%;
  }
  .match-thumb .team-mark img,
  .match-front.is-compact .match-thumb .team-mark img {
    width: 30px;
    height: 30px;
  }
  .front-corner,
  .match-front.is-compact .front-corner {
    font-size: 0.5rem;
  }
  .day-events.is-dense .match-front.is-compact .front-corner {
    font-size: 0.5rem;
  }
  .day-events.is-count-3 .match-front.is-compact .front-corner {
    font-size: 0.5rem;
  }
  .day-events.is-count-4 .match-front.is-compact .front-corner {
    font-size: 0.5rem;
  }
  .day-events.is-count-6 .match-front.is-compact .front-corner {
    font-size: 0.36rem;
  }
  .day-events.is-count-6 .match-front.is-compact .broadcast-marks {
    inset: 17px 4px;
    gap: 22px;
  }
  .day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark img {
    width: 26px;
    height: 26px;
  }
  .day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
    min-width: 28px;
    min-height: 28px;
    font-size: 0.58rem;
  }
}
@media (max-width: 520px) {
  .day-events.is-dense .match-front.is-compact .front-corner {
    font-size: 0.54rem;
  }
  .day-events.is-count-3 .match-front.is-compact .front-corner {
    font-size: 0.5rem;
  }
  .day-events.is-count-4 .match-front.is-compact .front-corner {
    font-size: 0.48rem;
  }
  .day-events.is-count-6 .match-front.is-compact .front-corner {
    font-size: 0.44rem;
  }
  .day-events.is-count-6 .match-front.is-compact .broadcast-marks {
    inset: 17px 8px;
    gap: 26px;
  }
  .day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark img {
    width: 32px;
    height: 32px;
  }
  .day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
    min-width: 32px;
    min-height: 32px;
    font-size: 0.62rem;
  }
  .day-events.is-dense .match-front.is-compact .match-thumb .team-mark img {
    width: 36px;
    height: 36px;
  }
  .day-events.is-dense .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
    min-width: 36px;
    min-height: 36px;
  }
  .day-events.is-dense .match-front.is-compact .match-thumb .team-mark.is-placeholder.is-long-placeholder strong {
    min-width: 50px;
    min-height: 35px;
  }
  .day-events.is-dense .match-front.is-compact .match-thumb .team-mark.is-placeholder.is-third-placeholder strong {
    min-width: 36px;
    min-height: 36px;
  }
  .day-events.is-count-6 .match-front.is-compact .broadcast-marks {
    inset: 17px 8px;
    gap: 26px;
  }
  .day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark img {
    width: 32px;
    height: 32px;
  }
  .day-events.is-count-6 .match-front.is-compact .match-thumb .team-mark.is-placeholder strong {
    min-width: 32px;
    min-height: 32px;
    font-size: 0.62rem;
  }
}
