@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');

:root {
  --ink: #171326;
  --muted: #6f6a7f;
  --line: #e9e5ef;
  --paper: #ffffff;
  --canvas: #f6f4f9;
  --violet: #6e42e5;
  --violet-deep: #4320a6;
  --violet-pale: #eee8ff;
  --pink: #ee4f8b;
  --pink-deep: #c72e68;
  --pink-pale: #fff0f6;
  --shadow: 0 16px 48px rgba(36, 22, 69, .09);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  min-width: 320px;
  color: var(--ink);
  background:
    radial-gradient(circle at 7% 3%, rgba(121, 79, 229, .09), transparent 24rem),
    radial-gradient(circle at 94% 21%, rgba(238, 79, 139, .07), transparent 25rem),
    var(--canvas);
  font-family: 'Noto Sans KR', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  overflow-x: hidden;
}
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { -webkit-tap-highlight-color: transparent; }

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 8px;
  left: 8px;
  padding: 10px 14px;
  border-radius: 10px;
  background: #fff;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.site-header {
  width: min(1160px, calc(100% - 40px));
  height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand { display: inline-flex; align-items: center; }
.brand img { display: block; width: 174px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: 8px; }
.site-header nav a {
  padding: 10px 15px;
  border-radius: 999px;
  color: #6c6679;
  font-weight: 700;
  font-size: 14px;
  transition: color .2s, background-color .2s;
}
.site-header nav a:hover { color: var(--violet-deep); background: #ece7f7; }
.site-header nav a.active { color: #fff; background: var(--ink); }

main { padding-bottom: 90px; }
.rival-leaderboard-ad {
  width: min(970px, 100%);
  height: 250px;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  display: grid;
  place-items: center;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.rival-leaderboard-ad__frame {
  width: 100%;
  height: 100%;
  padding: 0;
  display: grid;
  place-items: center;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.rival-leaderboard-slot {
  width: 970px;
  height: 250px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.rival-info-launch {
  border: 0;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--pink));
  box-shadow: 0 14px 34px rgba(72, 38, 145, .3);
  cursor: pointer;
}
.rival-info-launch svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rival-info-launch--desktop {
  position: fixed;
  z-index: 120;
  left: max(22px, env(safe-area-inset-left));
  bottom: max(22px, env(safe-area-inset-bottom));
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  padding: 0;
  border-radius: 50%;
  transition: transform .2s ease, box-shadow .2s ease;
}
.rival-info-launch--desktop:hover { transform: translateY(-3px); box-shadow: 0 18px 40px rgba(72, 38, 145, .38); }
.rival-info-launch--desktop:focus-visible,
.rival-info-launch--mobile:focus-visible { outline: 3px solid rgba(110,66,229,.35); outline-offset: 4px; }
.rival-info-launch--mobile { display: none; }

.rival-info-modal {
  width: min(860px, calc(100% - 32px));
  max-width: none;
  max-height: calc(100dvh - 32px);
  margin: auto;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 36px;
  color: #fff;
  background: transparent;
  box-shadow: 0 35px 100px rgba(15, 7, 31, .42);
}
.rival-info-modal::backdrop { background: rgba(14,9,25,.68); backdrop-filter: blur(6px); }
.rival-info-modal .rival-hero {
  width: 100%;
  min-height: 330px;
  margin: 0;
  padding-right: 52px;
  box-shadow: none;
}
.rival-info-close {
  position: absolute;
  z-index: 5;
  top: 16px;
  right: 16px;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  padding: 0 0 3px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 50%;
  color: #fff;
  background: rgba(255,255,255,.12);
  cursor: pointer;
  font-size: 27px;
  line-height: 1;
}
.rival-info-close:hover { background: rgba(255,255,255,.2); }

.rival-hero {
  position: relative;
  isolation: isolate;
  width: min(1160px, calc(100% - 40px));
  min-height: 330px;
  margin: 0 auto;
  padding: 44px 58px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  align-items: center;
  gap: 40px;
  overflow: hidden;
  border-radius: 36px;
  color: #fff;
  background:
    radial-gradient(circle at 73% 30%, rgba(164, 111, 255, .35), transparent 25%),
    radial-gradient(circle at 94% 92%, rgba(247, 79, 146, .26), transparent 35%),
    linear-gradient(128deg, #17102f 0%, #271550 55%, #39136c 100%);
  box-shadow: 0 28px 80px rgba(27, 15, 54, .22);
}
.rival-hero::before,
.rival-hero::after {
  content: '';
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 50%;
}
.rival-hero::before { width: 420px; height: 420px; right: -120px; top: -210px; }
.rival-hero::after { width: 280px; height: 280px; left: -170px; bottom: -170px; }
.eyebrow, .section-kicker {
  margin: 0 0 16px;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .16em;
}
.eyebrow { display: flex; align-items: center; gap: 9px; color: #d5c4ff; }
.eyebrow span { width: 27px; height: 2px; background: #f065a0; }
.hero-copy h1 {
  margin: 0;
  font-size: clamp(36px, 4.5vw, 52px);
  line-height: 1.18;
  letter-spacing: -.055em;
  font-weight: 900;
}
.hero-copy h1 em { color: #f98db9; font-style: normal; }
.hero-copy > p:not(.eyebrow) {
  margin: 19px 0 23px;
  color: rgba(255,255,255,.74);
  font-size: 16px;
  line-height: 1.8;
}
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-meta span {
  display: flex;
  align-items: baseline;
  gap: 6px;
  padding: 9px 13px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  color: rgba(255,255,255,.66);
  background: rgba(255,255,255,.06);
  font-size: 12px;
  font-weight: 600;
}
.hero-meta strong { color: #fff; font-size: 14px; }
.hero-versus {
  position: relative;
  width: 255px;
  height: 255px;
  margin: auto;
  display: grid;
  place-content: center;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.03));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.14), 0 24px 60px rgba(0,0,0,.22);
  backdrop-filter: blur(8px);
}
.hero-versus strong { display: block; font-size: 73px; line-height: .95; letter-spacing: -.08em; font-style: italic; }
.hero-versus span { margin-top: 13px; color: #f399be; font-size: 11px; font-weight: 900; letter-spacing: .28em; }
.versus-orbit { position: absolute; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); }
.orbit-one { inset: -20px; }
.orbit-two { inset: -39px; border-style: dashed; opacity: .52; }

.hero-program {
  position: relative;
  min-height: 215px;
  padding: 34px 28px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.04));
  box-shadow: inset 0 1px rgba(255,255,255,.12), 0 24px 60px rgba(0,0,0,.2);
  backdrop-filter: blur(10px);
}
.hero-program::after {
  content: '';
  position: absolute;
  width: 130px;
  height: 130px;
  right: -55px;
  bottom: -65px;
  border: 28px solid rgba(249,141,185,.1);
  border-radius: 50%;
}
.hero-program > span { color: #f98db9; font-size: 10px; font-weight: 900; letter-spacing: .2em; }
.hero-program > strong { margin-top: 9px; font-size: 28px; line-height: 1.3; letter-spacing: -.04em; }
.hero-program > p { margin: 10px 0 0; color: rgba(255,255,255,.6); font-size: 12px; }
.hero-program > i {
  width: max-content;
  margin-top: 25px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: #ee4f8b;
  box-shadow: 0 7px 18px rgba(238,79,139,.28);
  font-size: 9px;
  font-style: normal;
  font-weight: 900;
  letter-spacing: .16em;
}

.program-tabs {
  width: min(980px, calc(100% - 40px));
  margin: 24px auto 58px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.program-tab {
  min-width: 0;
  padding: 16px 17px;
  display: grid;
  gap: 3px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255,255,255,.82);
}
.program-tab > span { color: #8c8596; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.program-tab > strong { overflow: hidden; font-size: 16px; text-overflow: ellipsis; white-space: nowrap; }
.program-tab > small { color: #918b9c; font-size: 10px; }
.program-tab.is-active { border-color: rgba(110,66,229,.25); background: linear-gradient(135deg, #fff, #f1ebff); box-shadow: 0 12px 30px rgba(73,45,135,.1); }
.program-tab.is-active > span { color: var(--pink-deep); }
.program-tab.is-waiting, .program-tab.is-ended { opacity: .7; }

.match-section, .match-guide, .program-board { width: min(980px, calc(100% - 40px)); margin-inline: auto; }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 24px; margin-bottom: 13px; }
.section-kicker { color: var(--violet); }
.section-heading h2, .match-guide h2 { margin: 0; font-size: clamp(27px, 3.4vw, 39px); letter-spacing: -.045em; }
.section-heading > div > p:last-child { margin: 12px 0 0; color: var(--muted); font-size: 14px; }
.refresh-button {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  border: 1px solid #ded9e7;
  border-radius: 999px;
  color: #4f485e;
  background: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}
.refresh-button svg { width: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.refresh-button.is-loading svg { animation: spin .7s linear infinite; }
.match-date { min-height: 22px; margin: 0 0 26px; color: #8b8596; font-size: 13px; }

.match-grid {
  width: 100%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}
.match-card {
  position: relative;
  padding: 26px;
  border: 1px solid rgba(66, 43, 105, .09);
  border-radius: 27px;
  background: rgba(255,255,255,.94);
  box-shadow: var(--shadow);
  overflow: hidden;
}
.match-card::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--violet), var(--pink));
}
.match-card > header { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 21px; }
.match-card > header span { color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.match-card > header h3 { margin: 0; color: #4d4659; font-size: 14px; }
.contenders { display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr); align-items: center; gap: 10px; }
.contender {
  position: relative;
  min-width: 0;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  cursor: pointer;
}
.contender img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 4.7;
  border-radius: 19px;
  object-fit: cover;
  object-position: center 18%;
  background: #eeeaf2;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.03);
  transition: transform .2s ease, box-shadow .2s ease;
}
.contender:hover img { transform: translateY(-3px); box-shadow: 0 11px 25px rgba(30,19,54,.14); }
.contender:focus-visible { outline: 3px solid rgba(110,66,229,.35); outline-offset: 5px; border-radius: 18px; }
.contender strong { display: block; margin-top: 13px; font-size: 20px; letter-spacing: -.025em; }
.contender small { display: block; margin-top: 4px; color: var(--muted); font-size: 12px; font-style: normal; }
.contender small b { color: var(--violet-deep); font-size: 14px; }
.contender.side-b small b { color: var(--pink-deep); }
.contender small i { font-style: normal; }
.choice-mark {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 2;
  display: none;
  padding: 5px 9px;
  border-radius: 999px;
  color: #fff;
  background: var(--violet);
  box-shadow: 0 6px 14px rgba(36,19,81,.22);
  font-size: 10px;
  font-weight: 900;
}
.side-b .choice-mark { left: auto; right: 9px; background: var(--pink); }
.contender.is-my-vote .choice-mark { display: block; }
.contender.is-my-vote img { box-shadow: 0 0 0 4px var(--violet), 0 12px 28px rgba(74,42,152,.18); }
.contender.side-b.is-my-vote img { box-shadow: 0 0 0 4px var(--pink), 0 12px 28px rgba(201,46,105,.18); }
.contender:disabled { cursor: default; }
.contender:disabled:not(.is-my-vote) img { filter: saturate(.82); }
.contender:disabled:hover img { transform: none; }
.vs-badge {
  position: relative;
  z-index: 3;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: #fff;
  background: var(--ink);
  box-shadow: 0 7px 16px rgba(27,19,45,.2);
  font-size: 12px;
  font-weight: 900;
  font-style: italic;
}
.result-bar {
  position: relative;
  height: 8px;
  margin-top: 20px;
  overflow: hidden;
  border-radius: 999px;
  background: var(--pink);
}
.result-bar i { display: block; width: 50%; height: 100%; background: var(--violet); transition: width .55s cubic-bezier(.2,.7,.25,1); }
.match-status { margin: 10px 0 0; color: #8b8494; text-align: center; font-size: 11px; }

.program-board { margin-top: 70px; }
.program-status-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 15px; }
.program-status {
  min-width: 0;
  padding: 22px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  gap: 22px;
  border: 1px solid var(--line);
  border-radius: 21px;
  background: #fff;
}
.program-status > div > span { color: #8b8496; font-size: 9px; font-weight: 900; letter-spacing: .08em; }
.program-status h3 { margin: 5px 0 2px; font-size: 20px; }
.program-status > div > p { margin: 0; color: #9891a0; font-size: 11px; }
.program-status > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.program-status.is-active { border-color: rgba(110,66,229,.2); background: linear-gradient(135deg, #fff, #f4f0ff); }
.program-status.is-active > div > span { color: var(--pink-deep); }

.match-guide {
  margin-top: 65px;
  padding: 46px 52px;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, #201637, #171020);
  box-shadow: 0 23px 65px rgba(32,20,55,.17);
}
.match-guide .section-kicker { color: #bca8ef; }
.match-guide ul { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin: 30px 0 25px; padding: 0; list-style: none; }
.match-guide li { padding: 20px; border: 1px solid rgba(255,255,255,.1); border-radius: 18px; background: rgba(255,255,255,.05); }
.match-guide li strong { display: block; margin-bottom: 7px; color: #f596be; font-size: 15px; }
.match-guide li span { color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.6; }
.match-guide > p { margin: 0; color: rgba(255,255,255,.48); font-size: 11px; line-height: 1.7; }

footer { padding: 52px 20px; color: rgba(255,255,255,.65); text-align: center; background: #130d20; }
.footer-brand { display: inline-flex; }
.footer-brand img { width: 148px; height: auto; }
footer > p { margin: 15px 0 0; font-size: 13px; }
footer .disclaimer { font-size: 11px; line-height: 1.7; }
footer small { display: block; margin-top: 18px; color: rgba(255,255,255,.35); }

.vote-modal {
  width: min(410px, calc(100% - 32px));
  padding: 28px 30px 30px;
  border: 0;
  border-radius: 28px;
  color: var(--ink);
  text-align: center;
  background: #fff;
  box-shadow: 0 30px 90px rgba(23,13,45,.34);
}
.vote-modal::backdrop { background: rgba(14,9,25,.66); backdrop-filter: blur(5px); }
.vote-modal > img { width: 116px; height: 116px; margin: 8px auto 15px; display: block; border-radius: 50%; object-fit: cover; object-position: center 18%; box-shadow: 0 0 0 7px #f2edf9; }
.vote-modal > p { margin: 0 0 8px; color: var(--violet); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.vote-modal h2 { margin: 0; font-size: 25px; line-height: 1.4; letter-spacing: -.04em; }
.vote-modal h2 strong { color: var(--violet); }
.vote-modal > span { display: block; margin: 9px 0 22px; color: var(--muted); font-size: 12px; }
.modal-close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 37px;
  height: 37px;
  border: 0;
  border-radius: 50%;
  color: #776f82;
  background: #f2eff5;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}
.confirm-vote, .cancel-vote { width: 100%; border: 0; border-radius: 14px; cursor: pointer; font-weight: 800; }
.confirm-vote { height: 54px; color: #fff; background: linear-gradient(100deg, var(--violet), #8e4ee5 55%, var(--pink)); box-shadow: 0 10px 25px rgba(104,57,196,.23); }
.confirm-vote:disabled { opacity: .62; cursor: wait; }
.cancel-vote { margin-top: 8px; padding: 9px; color: #777080; background: transparent; font-size: 12px; }
.toast {
  position: fixed;
  z-index: 999;
  left: 50%;
  bottom: max(24px, env(safe-area-inset-bottom));
  max-width: calc(100% - 32px);
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: rgba(25,17,39,.94);
  box-shadow: 0 12px 30px rgba(20,12,34,.24);
  transform: translate(-50%, 20px);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s, transform .2s;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 900px) {
  .rival-leaderboard-ad { width: min(728px, 100%); height: 90px; min-height: 0; }
  .rival-leaderboard-slot { width: 728px; height: 90px; }
  .rival-hero { grid-template-columns: minmax(0, 1fr) 220px; padding: 42px 40px; }
  .hero-versus { width: 195px; height: 195px; }
  .hero-versus strong { font-size: 57px; }
  .match-card { padding: 21px; }
  .contenders { grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr); gap: 6px; }
  .vs-badge { width: 36px; height: 36px; border-width: 3px; font-size: 10px; }
}

@media (max-width: 780px) {
  .site-header { width: calc(100% - 28px); height: 72px; }
  .brand img { width: 142px; }
  .site-header nav { gap: 2px; }
  .site-header nav a { padding: 8px 9px; font-size: 12px; }
  .site-header nav a:last-child { display: none; }
  main { padding-bottom: 58px; }
  .rival-leaderboard-ad {
    width: min(320px, 100%);
    height: 100px;
    min-height: 0;
    border-radius: 0;
  }
  .rival-leaderboard-slot { width: 320px; height: 100px; }
  .rival-info-launch--desktop { display: none; }
  .rival-info-launch--mobile {
    width: calc(100% - 24px);
    min-height: 76px;
    margin: 34px auto 0;
    padding: 14px 16px;
    display: flex;
    align-items: center;
    gap: 13px;
    border-radius: 20px;
    text-align: left;
  }
  .rival-info-launch--mobile svg { flex: none; width: 30px; height: 30px; }
  .rival-info-launch--mobile span { min-width: 0; flex: 1; font-size: 14px; font-weight: 800; line-height: 1.4; }
  .rival-info-launch--mobile small { display: block; margin-bottom: 3px; color: rgba(255,255,255,.68); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
  .rival-info-launch--mobile b { flex: none; padding: 8px 11px; border-radius: 999px; background: rgba(255,255,255,.16); font-size: 11px; }
  .rival-info-modal {
    width: calc(100% - 24px);
    max-height: calc(100dvh - 24px);
    overflow: auto;
    border-radius: 27px;
  }
  .rival-info-modal .rival-hero {
    width: 100%;
    padding: 40px 22px 28px;
    border-radius: 27px;
  }
  .rival-info-close { top: 11px; right: 11px; }
  .rival-hero {
    width: calc(100% - 24px);
    min-height: 0;
    padding: 40px 28px 38px;
    grid-template-columns: 1fr;
    gap: 26px;
    border-radius: 27px;
    text-align: center;
  }
  .eyebrow { justify-content: center; }
  .hero-copy h1 { font-size: clamp(34px, 10.5vw, 48px); }
  .hero-copy > p:not(.eyebrow) { margin: 19px 0 23px; font-size: 14px; }
  .hero-copy > p br { display: none; }
  .hero-meta { justify-content: center; }
  .hero-versus { width: 142px; height: 142px; }
  .hero-versus strong { font-size: 43px; }
  .hero-versus span { margin-top: 8px; font-size: 8px; }
  .orbit-one { inset: -14px; }
  .orbit-two { inset: -25px; }
  .hero-program { min-height: 0; padding: 22px; text-align: left; }
  .hero-program > strong { font-size: 24px; }
  .hero-program > i { margin-top: 16px; }
  .program-tabs { width: calc(100% - 24px); margin: 16px auto 40px; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .program-tab { padding: 13px 14px; border-radius: 15px; }
  .program-tab > strong { font-size: 14px; }
  .match-section, .match-guide, .program-board { width: calc(100% - 24px); }
  .section-heading { align-items: center; margin-bottom: 10px; }
  .section-heading h2, .match-guide h2 { font-size: 27px; }
  .section-heading > div > p:last-child { font-size: 12px; }
  .refresh-button { width: 40px; height: 40px; justify-content: center; padding: 0; }
  .refresh-button span { display: none; }
  .match-date { margin-bottom: 19px; }
  .match-grid { grid-template-columns: 1fr; gap: 16px; }
  .match-card { padding: 23px; border-radius: 23px; }
  .contender img { aspect-ratio: 4 / 4.45; }
  .contender strong { font-size: 19px; }
  .match-guide { margin-top: 42px; padding: 34px 25px; border-radius: 24px; }
  .match-guide ul { grid-template-columns: 1fr; margin: 24px 0 20px; }
  .match-guide li { padding: 16px 18px; }
  .program-board { margin-top: 48px; }
  .program-status-grid { grid-template-columns: 1fr; }
  .program-status { grid-template-columns: 130px minmax(0, 1fr); padding: 18px; gap: 16px; }
  .program-status h3 { font-size: 17px; }
  footer { padding: 45px 18px; }
}

@media (max-width: 410px) {
  .site-header nav a { padding-inline: 7px; font-size: 11px; }
  .rival-hero { padding-inline: 20px; }
  .hero-meta span { padding: 7px 9px; font-size: 10px; }
  .hero-meta strong { font-size: 12px; }
  .match-card { padding: 19px 16px 20px; }
  .contenders { grid-template-columns: minmax(0, 1fr) 31px minmax(0, 1fr); gap: 4px; }
  .vs-badge { width: 33px; height: 33px; }
  .contender strong { font-size: 18px; }
  .contender small { font-size: 10px; }
}

@media (max-width: 330px) {
  .rival-leaderboard-slot { width: 300px; height: 100px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
