.page-home {
  --hero-accent: #B4FF00;
  --hero-orange: #FF4D00;
  --hero-silver: #A5B0BC;
  --hero-panel-bg: rgba(29, 39, 51, 0.82);
  --hero-grid-line: rgba(165, 176, 188, 0.16);
  --card-skew: -3deg;
  --container-width: 1200px;
  --header-height: 4.5rem;
  color: #F2F5F9;
  background: #0B0E13;
  overflow-x: hidden;
  font-family: "Inter", "Noto Sans SC", system-ui, sans-serif;
}

.page-home .container {
  width: min(var(--container-width), 100% - 2rem);
  margin-inline: auto;
}

.page-home .hero {
  position: relative;
  min-height: calc(100svh - var(--header-height));
  display: grid;
  align-items: center;
  isolation: isolate;
  padding: clamp(2.5rem, 5vw, 5rem) 0 3rem;
}

.page-home .hero__bg {
  position: absolute;
  inset: -4% -8%;
  z-index: -2;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 100% 88%, 0 100%);
}

.page-home .hero__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.18;
  filter: saturate(0.8) contrast(1.1);
}

.page-home .hero::before {
  content: "";
  position: absolute;
  inset: -4% -8%;
  z-index: -1;
  background:
    linear-gradient(var(--hero-grid-line) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(90deg, var(--hero-grid-line) 1px, transparent 1px) 0 0 / 48px 48px,
    linear-gradient(180deg, rgba(11, 14, 19, 0.68) 0%, rgba(11, 14, 19, 0.92) 100%);
  pointer-events: none;
}

.page-home .hero__speed-lines {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
}

.page-home .hero__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  align-items: center;
  position: relative;
}

.page-home .hero__copy {
  position: relative;
  padding: 1.5rem 0 1.5rem 1.25rem;
  border-left: 3px solid var(--hero-accent);
}

.page-home .hero__copy::before {
  content: "";
  position: absolute;
  top: 0;
  left: -3px;
  width: 48px;
  height: 3px;
  background: var(--hero-orange);
}

.page-home .hero__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.6rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--hero-accent);
}

.page-home .hero__eyebrow::before {
  content: "◆";
  font-size: 0.7rem;
  color: var(--hero-orange);
}

.page-home .hero h1 {
  margin: 0;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", system-ui, sans-serif;
  font-size: clamp(2.1rem, 6vw, 4.5rem);
  font-weight: 900;
  line-height: 1.02;
  letter-spacing: 0.01em;
  color: #F2F5F9;
  text-transform: uppercase;
}

.page-home .hero__slogan {
  display: inline-block;
  color: var(--hero-accent);
  font-style: italic;
  transform: skewX(-8deg);
  padding-right: 0.2em;
}

.page-home .hero__lead {
  margin: 1.25rem 0 0;
  max-width: 42em;
  font-size: 1rem;
  line-height: 1.7;
  color: #A5B0BC;
}

.page-home .hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.75rem;
}

.page-home .hero__panel {
  position: relative;
  background: var(--hero-panel-bg);
  border: 1px solid var(--hero-accent);
  box-shadow: 0 24px 64px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(180, 255, 0, 0.12);
  backdrop-filter: blur(10px);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 8% 100%, 0 92%);
  padding: 1.5rem 1.5rem 1.25rem;
  transform: skewX(1deg);
}

.page-home .hero__panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid rgba(165, 176, 188, 0.25);
  margin-bottom: 0.5rem;
}

.page-home .hero__panel-index {
  font-family: "Rajdhani", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  color: var(--hero-orange);
  line-height: 1;
}

.page-home .hero__panel-label {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #9AA7B4;
}

.page-home .hero__timer {
  text-align: center;
  padding: 1.1rem 0 0.9rem;
}

.page-home .hero__timer-digits {
  display: block;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: clamp(2.4rem, 6vw, 3.8rem);
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  line-height: 1;
  color: #F2F5F9;
  letter-spacing: 0.04em;
  text-shadow: 0 0 24px rgba(180, 255, 0, 0.25);
}

.page-home .hero__timer-unit {
  display: block;
  margin-top: 0.4rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--hero-accent);
}

.page-home .hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin: 0.75rem 0 0;
  padding: 0.9rem 0 0;
  border-top: 1px solid rgba(165, 176, 188, 0.22);
}

.page-home .hero__stat {
  text-align: center;
}

.page-home .hero__stat dt {
  font-size: 0.72rem;
  color: #9AA7B4;
  letter-spacing: 0.08em;
}

.page-home .hero__stat dd {
  margin: 0.2rem 0 0;
  font-family: "Rajdhani", "Arial Narrow", sans-serif;
  font-size: clamp(1.1rem, 3vw, 1.6rem);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  color: var(--hero-accent);
}

.page-home .hero__panel-note {
  margin: 0.9rem 0 0;
  font-size: 0.75rem;
  color: #9AA7B4;
  text-align: center;
  letter-spacing: 0.02em;
}

.page-home .match-entry {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
  background: linear-gradient(180deg, rgba(20, 28, 38, 0.35) 0%, rgba(20, 28, 38, 0.65) 100%);
  border-block: 1px solid rgba(165, 176, 188, 0.2);
}

.page-home .match-entry::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 20%, rgba(180, 255, 0, 0.3) 20.2%, transparent 20.4%) 0 0 / 180px 100%,
    linear-gradient(60deg, transparent 20%, rgba(255, 77, 0, 0.14) 20.2%, transparent 20.4%) 0 0 / 260px 100%;
  pointer-events: none;
}

.page-home .match-entry__inner {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.page-home .match-entry__icon {
  position: relative;
  width: clamp(120px, 18vw, 160px);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform var(--transition-fast);
}

.page-home .match-entry__icon:hover,
.page-home .match-entry__icon:focus-visible {
  transform: scale(1.05);
  outline: none;
}

.page-home .match-entry__icon-mark {
  width: 100%;
  height: 100%;
  transition: filter var(--transition-fast);
}

.page-home .match-entry__icon:hover .match-entry__icon-mark {
  filter: drop-shadow(0 0 18px rgba(180, 255, 0, 0.7));
}

.page-home .match-entry__ring {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 1px dashed rgba(180, 255, 0, 0.5);
  animation: match-ring-rotate 16s linear infinite;
}

.page-home .match-entry__ring::after {
  content: "";
  position: absolute;
  top: -4px;
  left: 50%;
  width: 8px;
  height: 8px;
  background: var(--hero-accent);
  clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

@keyframes match-ring-rotate {
  to { transform: rotate(360deg); }
}

.page-home .match-entry__title {
  margin: 1rem 0 0;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: clamp(1.8rem, 5vw, 3rem);
  font-weight: 900;
  letter-spacing: 0.1em;
  color: var(--hero-accent);
  text-transform: uppercase;
}

.page-home .match-entry__desc {
  margin: 0.7rem 0 1.5rem;
  max-width: 34em;
  font-size: 1rem;
  line-height: 1.7;
  color: #9AA7B4;
}

.page-home .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 2.75rem;
  padding: 0.6rem 1.4rem;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  border: none;
  cursor: pointer;
  transition: filter var(--transition-fast), transform var(--transition-fast);
}

.page-home .btn:hover,
.page-home .btn:focus-visible {
  filter: brightness(1.15);
  transform: translateY(-2px);
  outline: none;
}

.page-home .btn--primary {
  background: var(--hero-accent);
  color: #0B0E13;
}

.page-home .btn--ghost {
  background: transparent;
  color: #F2F5F9;
  border: 1px solid rgba(165, 176, 188, 0.6);
}

.page-home .section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--hero-accent);
}

.page-home .section-tag::before {
  content: "";
  width: 22px;
  height: 3px;
  background: var(--hero-accent);
  transform: skewX(-30deg);
}

.page-home .section-tag--orange {
  color: var(--hero-orange);
}

.page-home .section-tag--orange::before {
  background: var(--hero-orange);
}

.page-home .section-lead {
  margin: 0.5rem 0 0;
  max-width: 44em;
  font-size: 1rem;
  line-height: 1.7;
  color: #9AA7B4;
}

.page-home .core-nav {
  padding: clamp(3.5rem, 7vw, 6rem) 0;
  background: #0B0E13;
  position: relative;
}

.page-home .core-nav::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(255, 77, 0, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.page-home .core-nav__head {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.page-home .core-nav__head h2,
.page-home .data-overview__copy h2,
.page-home .replay-teaser__copy h2,
.page-home .announcements__head h2 {
  margin: 0;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: clamp(1.7rem, 4vw, 2.7rem);
  font-weight: 900;
  line-height: 1.15;
  color: #F2F5F9;
  text-transform: uppercase;
}

.page-home .core-nav__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .core-card {
  position: relative;
  background: #141C26;
  border: 1px solid rgba(165, 176, 188, 0.22);
  padding: 1.75rem 1.5rem 1.5rem;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  display: flex;
  flex-direction: column;
}

.page-home .core-card:hover {
  border-color: rgba(180, 255, 0, 0.6);
  box-shadow: 0 0 0 1px rgba(180, 255, 0, 0.15), 0 18px 40px rgba(0, 0, 0, 0.35);
}

.page-home .core-card__index {
  font-family: "Rajdhani", "Arial Narrow", sans-serif;
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  color: var(--hero-orange);
  margin-bottom: 0.75rem;
  transform: skewX(-12deg);
}

.page-home .core-card h3 {
  margin: 0 0 0.6rem;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: 1.45rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  color: var(--hero-accent);
  text-transform: uppercase;
}

.page-home .core-card p {
  margin: 0 0 1.25rem;
  font-size: 0.95rem;
  line-height: 1.65;
  color: #A5B0BC;
  flex-grow: 1;
}

.page-home .core-card__link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: #F2F5F9;
  transition: color var(--transition-fast);
}

.page-home .core-card__link::after {
  content: "→";
  font-size: 1.1rem;
  color: var(--hero-accent);
  transition: transform var(--transition-fast);
}

.page-home .core-card__link:hover {
  color: var(--hero-accent);
}

.page-home .core-card__link:hover::after {
  transform: translateX(4px);
}

.page-home .data-overview {
  position: relative;
  padding: clamp(3.5rem, 8vw, 6.5rem) 0;
  background: #141C26;
  border-block: 1px solid rgba(165, 176, 188, 0.2);
  overflow: hidden;
}

.page-home .data-overview__bg {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  pointer-events: none;
}

.page-home .data-overview__bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-home .data-overview__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #141C26 0%, rgba(20, 28, 38, 0.62) 55%, rgba(20, 28, 38, 0.85) 100%);
}

.page-home .data-overview__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .data-overview__copy h2 {
  color: #F2F5F9;
}

.page-home .data-overview__lead {
  margin: 0.6rem 0 0;
  font-size: 1rem;
  color: #A5B0BC;
  line-height: 1.6;
}

.page-home .data-overview__stats {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin: 1.5rem 0 0;
}

.page-home .data-overview__stat {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 1rem;
  background: rgba(11, 14, 19, 0.55);
  border-left: 3px solid var(--hero-accent);
  border-bottom: 1px solid rgba(165, 176, 188, 0.16);
}

.page-home .data-overview__stat dt {
  font-size: 0.85rem;
  color: #9AA7B4;
  letter-spacing: 0.04em;
}

.page-home .data-overview__stat dd {
  margin: 0;
  font-family: "Rajdhani", "Arial Narrow", sans-serif;
  font-size: 1.6rem;
  font-weight: 900;
  font-variant-numeric: tabular-nums;
  color: var(--hero-accent);
  white-space: nowrap;
}

.page-home .data-overview__note {
  margin: 1rem 0 0;
  font-size: 0.8rem;
  color: #9AA7B4;
}

.page-home .data-overview__viz {
  position: relative;
  transform: skewX(-1.5deg);
}

.page-home .data-overview__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(180, 255, 0, 0.28);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
}

.page-home .data-overview__viz::before {
  content: "";
  position: absolute;
  top: -14px;
  right: -14px;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 77, 0, 0.45);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 4% 100%);
  pointer-events: none;
}

.page-home .data-overview__viz-label {
  position: absolute;
  left: 12px;
  bottom: 12px;
  display: flex;
  gap: 0.5rem;
}

.page-home .data-overview__viz-label span {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  background: #0B0E13;
  border: 1px solid rgba(180, 255, 0, 0.5);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--hero-accent);
}

.page-home .replay-teaser {
  padding: clamp(3.5rem, 8vw, 6rem) 0;
  background: #0B0E13;
  position: relative;
  overflow: hidden;
}

.page-home .replay-teaser::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(90deg, transparent 0, transparent 90px, rgba(165, 176, 188, 0.05) 90px, rgba(165, 176, 188, 0.05) 91px);
  pointer-events: none;
}

.page-home .replay-teaser__inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}

.page-home .replay-teaser__media {
  position: relative;
  order: -1;
}

.page-home .replay-teaser__img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  border: 1px solid rgba(165, 176, 188, 0.4);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.5);
  clip-path: polygon(4% 0, 100% 0, 96% 100%, 0 100%);
}

.page-home .replay-teaser__play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(11, 14, 19, 0.28);
}

.page-home .replay-teaser__play svg {
  filter: drop-shadow(0 0 20px rgba(180, 255, 0, 0.7));
  transition: transform var(--transition-fast);
}

.page-home .replay-teaser__media:hover .replay-teaser__play svg {
  transform: scale(1.12);
}

.page-home .replay-teaser__copy h2 {
  font-size: clamp(1.55rem, 4vw, 2.4rem);
}

.page-home .replay-teaser__steps {
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  list-style: none;
  counter-reset: replay-steps;
}

.page-home .replay-teaser__steps li {
  position: relative;
  counter-increment: replay-steps;
  padding: 0.65rem 0 0.65rem 2.6rem;
  font-size: 0.95rem;
  line-height: 1.6;
  color: #A5B0BC;
  border-bottom: 1px solid rgba(165, 176, 188, 0.12);
}

.page-home .replay-teaser__steps li::before {
  content: counter(replay-steps, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: 0.9rem;
  font-family: "Rajdhani", "Arial Narrow", sans-serif;
  font-size: 0.85rem;
  font-weight: 900;
  color: var(--hero-orange);
  letter-spacing: 0.06em;
}

.page-home .replay-teaser__steps li:last-child {
  border-bottom: none;
}

.page-home .announcements {
  padding: clamp(3rem, 7vw, 5.5rem) 0;
  background: #141C26;
}

.page-home .announcements__head {
  display: grid;
  gap: 1rem;
  align-items: end;
  margin-bottom: 1.6rem;
}

.page-home .announcements__head h2 {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
}

.page-home .announcements__more {
  justify-self: start;
}

.page-home .announcements__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.page-home .announcement-card {
  position: relative;
  background: #0B0E13;
  border: 1px solid rgba(165, 176, 188, 0.24);
  padding: 1.5rem 1.4rem 1.3rem;
  transition: border-color var(--transition-fast), transform var(--transition-fast);
  overflow: hidden;
}

.page-home .announcement-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--hero-accent) 0%, var(--hero-orange) 100%);
  transform: scaleX(0.2);
  transform-origin: left;
  transition: transform var(--transition-fast);
}

.page-home .announcement-card:hover {
  border-color: rgba(180, 255, 0, 0.45);
  transform: translateY(-3px);
}

.page-home .announcement-card:hover::before {
  transform: scaleX(1);
}

.page-home .announcement-card__tag {
  display: inline-block;
  padding: 0.2rem 0.55rem;
  background: rgba(255, 77, 0, 0.18);
  border: 1px solid rgba(255, 77, 0, 0.45);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--hero-orange);
}

.page-home .announcement-card h3 {
  margin: 0.8rem 0 0.5rem;
  font-family: "Rajdhani", "Arial Narrow", "Noto Sans SC", sans-serif;
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1.25;
  color: #F2F5F9;
}

.page-home .announcement-card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.65;
  color: #9AA7B4;
}

.page-home .announcement-card__meta {
  display: inline-block;
  margin-top: 0.9rem;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #A5B0BC;
  border-top: 1px solid rgba(165, 176, 188, 0.16);
  padding-top: 0.6rem;
  width: 100%;
}

.page-home .quick-links {
  padding: 1rem 0 2.5rem;
  background: #0B0E13;
}

.page-home .quick-links__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.page-home .quick-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  color: #A5B0BC;
  border: 1px solid rgba(165, 176, 188, 0.3);
  clip-path: polygon(6px 0, 100% 0, calc(100% - 6px) 100%, 0 100%);
  transition: color var(--transition-fast), border-color var(--transition-fast);
}

.page-home .quick-link:hover {
  color: var(--hero-accent);
  border-color: rgba(180, 255, 0, 0.5);
}

@media (min-width: 640px) {
  .page-home .data-overview__stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .page-home .data-overview__stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
  }

  .page-home .announcements__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .page-home .hero__inner {
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 3.5rem;
  }

  .page-home .hero__lead {
    font-size: 1.05rem;
  }

  .page-home .hero__panel {
    padding: 1.8rem 1.8rem 1.4rem;
  }

  .page-home .core-nav__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.4rem;
  }

  .page-home .core-card {
    padding: 2rem 1.6rem 1.8rem;
  }

  .page-home .data-overview__inner {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
    gap: 3.5rem;
  }

  .page-home .replay-teaser__inner {
    grid-template-columns: minmax(0, 0.92fr) minmax(320px, 1.08fr);
    gap: 3rem;
  }

  .page-home .replay-teaser__media {
    order: 0;
  }

  .page-home .announcements__head {
    grid-template-columns: 1fr auto;
    justify-content: space-between;
  }

  .page-home .announcements__more {
    justify-self: end;
  }
}

@media (min-width: 1200px) {
  .page-home .core-nav__grid {
    gap: 2rem;
  }

  .page-home .data-overview {
    padding: clamp(4rem, 7vw, 7rem) 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-home .match-entry__ring {
    animation: none;
  }

  .page-home .match-entry__icon:hover,
  .page-home .match-entry__icon:focus-visible {
    transform: none;
  }
}
