@font-face { font-family: 'Chango'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(chango-400.woff2) format('woff2'); }
@font-face { font-family: 'Hind Madurai'; font-style: normal; font-weight: 400; font-display: swap;
  src: url(hindmadurai-400.woff2) format('woff2'); }
@font-face { font-family: 'Hind Madurai'; font-style: normal; font-weight: 600; font-display: swap;
  src: url(hindmadurai-600.woff2) format('woff2'); }
@font-face { font-family: 'Hind Madurai'; font-style: normal; font-weight: 700; font-display: swap;
  src: url(hindmadurai-700.woff2) format('woff2'); }

:root {
  --hyt-paper: #fdf7ec;
  --hyt-mintwash: #e4f1e9;
  --hyt-sunwash: #f9edcd;
  --hyt-ink: #26303c;
  --hyt-mute: #5b6b7c;
  --hyt-blue: #3f74c0;
  --hyt-bluedeep: #2c579b;
  --hyt-red: #d5453a;
  --hyt-reddeep: #b0362d;
  --hyt-mint: #66c2a4;
  --hyt-night: #223a5e;
  --hyt-hairline: #e7ddc9;
  --hyt-card: #fffdf6;
  --hyt-glowgold: #a3720c;
  --hyt-inknow: var(--hyt-ink);
  --hyt-mutenow: var(--hyt-mute);
  --hyt-kicknow: var(--hyt-reddeep);
  --hyt-linenow: var(--hyt-hairline);
  --hyt-cardnow: var(--hyt-card);
  --hyt-actbg: var(--hyt-reddeep);
  --hyt-actink: #fdf7ec;
  --hyt-gut: clamp(18px, 3.2vw, 44px);
  --hyt-step: clamp(48px, 6vw, 84px);
  --hyt-round: 18px;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  font: 400 16.5px/1.6 'Hind Madurai', 'Segoe UI', sans-serif;
  background: var(--hyt-paper);
  color: var(--hyt-ink);
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--hyt-bluedeep); }
h1, h2, h3 { font-family: 'Chango', 'Comic Sans MS', cursive; font-weight: 400;
  line-height: 1.22; color: var(--hyt-inknow); margin: 0 0 14px; }
h1 { font-size: clamp(25px, 3.2vw, 37px); }
h2 { font-size: clamp(20px, 2.3vw, 26px); }
h3 { font-size: 16.5px; line-height: 1.34; }
p { margin: 0 0 1em; }

.hyt-field { width: min(1134px, 100% - 2 * var(--hyt-gut)); margin: 0 auto; }
.hyt-fieldslim { width: min(744px, 100% - 2 * var(--hyt-gut)); margin: 0 auto; }

.hyt-dash { position: absolute; left: -9999px; top: 0; background: var(--hyt-night);
  color: #fdf7ec; padding: 10px 20px; z-index: 60; border-radius: 0 0 14px 0; }
.hyt-dash:focus { left: 0; }

.hyt-grandstand { background: var(--hyt-paper); border-bottom: 1px solid var(--hyt-hairline);
  position: sticky; top: 0; z-index: 40; }
.hyt-grandstand > div { display: flex; align-items: center; gap: 26px; padding: 10px 0; }
.hyt-crest { display: inline-flex; align-items: center; flex: 0 0 auto; }
.hyt-crest img { width: 144px; height: 44px; }
.hyt-standnav { display: flex; flex-wrap: wrap; gap: 4px 18px; margin-left: auto;
  font-size: 15px; font-weight: 600; }
.hyt-standnav a { color: var(--hyt-ink); text-decoration: none; padding: 4px 2px; }
.hyt-standnav a:hover { color: var(--hyt-red); }

.hyt-daylight, .hyt-shade, .hyt-sunny, .hyt-nightgame { padding: var(--hyt-step) 0; }
.hyt-shade { background: var(--hyt-mintwash); }
.hyt-sunny { background: var(--hyt-sunwash); }
.hyt-nightgame, .hyt-dugout {
  background: var(--hyt-night); color: #edf2f9;
  --hyt-inknow: #f6f9fd;
  --hyt-mutenow: #b7c6dc;
  --hyt-kicknow: #f0c469;
  --hyt-linenow: #3c567f;
  --hyt-cardnow: #2d4a73;
  --hyt-actbg: #e8b854;
  --hyt-actink: #223a5e;
}

.hyt-headplay { max-width: 680px; margin-bottom: clamp(22px, 3vw, 36px); }
.hyt-headplay p { color: var(--hyt-mutenow); margin: 0; }
.hyt-smallcall { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--hyt-kicknow); margin-bottom: 8px; }
.hyt-leadoff { font-size: 17.5px; line-height: 1.56; color: var(--hyt-mutenow); }
.hyt-whistle { font-size: 14px; color: var(--hyt-mutenow); }

.hyt-bigplay, .hyt-sideplay {
  display: inline-block; font: 600 16px/1 'Hind Madurai', sans-serif; text-decoration: none;
  padding: 14px 26px; border-radius: 999px; transition: opacity 0.15s, border-color 0.15s;
}
.hyt-bigplay { background: var(--hyt-actbg); color: var(--hyt-actink); border: 0; cursor: pointer; }
.hyt-bigplay:hover { opacity: 0.88; }
.hyt-sideplay { border: 2px solid var(--hyt-linenow); color: var(--hyt-inknow); }
.hyt-sideplay:hover { border-color: var(--hyt-kicknow); }
.hyt-playrow { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.hyt-throwline { display: inline-block; font-weight: 600; font-size: 15px;
  color: var(--hyt-kicknow); text-decoration: none; border-bottom: 2px solid var(--hyt-kicknow);
  padding-bottom: 2px; }
.hyt-benchmore { display: inline-block; background: none; border: 2px solid var(--hyt-blue);
  color: var(--hyt-bluedeep); font: 600 15px/1 'Hind Madurai', sans-serif; border-radius: 999px;
  padding: 12px 24px; cursor: pointer; }
.hyt-benchmore:hover { background: var(--hyt-blue); color: #fdf7ec; }

.hyt-pickrow { display: flex; flex-wrap: wrap; gap: 10px; }
.hyt-pickchip { display: inline-block; text-decoration: none; font-size: 15px; font-weight: 600;
  color: var(--hyt-inknow); border: 1.5px solid var(--hyt-linenow); border-radius: 999px;
  padding: 9px 17px; background: var(--hyt-cardnow); }
.hyt-pickchip:hover { border-color: var(--hyt-blue); color: var(--hyt-bluedeep); }

.hyt-basepath { font-size: 14px; color: var(--hyt-mutenow); margin-bottom: 22px; }
.hyt-basepath a { color: var(--hyt-kicknow); text-decoration: none; }
.hyt-basepath a:hover { text-decoration: underline; }
.hyt-basepath span[aria-hidden] { margin: 0 4px; }

.hyt-roster { display: grid; grid-template-columns: repeat(auto-fill, minmax(232px, 1fr));
  gap: 18px; }
.hyt-roster4 { grid-template-columns: repeat(4, 1fr); }
.hyt-locker { background: var(--hyt-cardnow); border-radius: var(--hyt-round);
  overflow: hidden; border: 1px solid var(--hyt-linenow);
  display: flex; flex-direction: column; }
.hyt-locker > a { display: block; color: var(--hyt-inknow); text-decoration: none;
  flex: 1 1 auto; min-height: 0; }
.hyt-lockerfoot { padding: 0 16px 16px; margin-top: auto; }
.hyt-lockerfoot .hyt-bigplay { padding: 10px 18px; }
.hyt-peek { position: relative; aspect-ratio: 1; background: #fff; }
.hyt-peek img { position: absolute; inset: 0; width: 100%; height: 100%;
  object-fit: contain; padding: 12px; }
.hyt-lockerbody { padding: 14px 16px 16px; }
.hyt-lockername { font-weight: 600; line-height: 1.36; margin-bottom: 6px; }
.hyt-sticker { font-family: 'Chango', cursive; font-weight: 400; font-size: 18px;
  margin-top: 6px; color: var(--hyt-inknow); }
.hyt-glow { color: var(--hyt-glowgold); letter-spacing: 1px; }
.hyt-nightgame .hyt-glow, .hyt-dugout .hyt-glow { color: #f0c469; }
.hyt-crowd { font-size: 14px; color: var(--hyt-mutenow); }

.hyt-firstpitch { background: var(--hyt-sunwash); text-align: center;
  padding: clamp(38px, 5vw, 64px) 0 0; }
.hyt-firstpitch h1 { font-size: clamp(31px, 4.4vw, 52px); max-width: 21ch;
  margin: 0 auto 16px; }
.hyt-firstpitch .hyt-leadoff { max-width: 540px; margin: 0 auto 24px; }
.hyt-firstpitch .hyt-playrow { justify-content: center;
  margin-bottom: clamp(30px, 4vw, 48px); }
.hyt-teamphoto { width: 100%; height: auto;
  border-radius: var(--hyt-round) var(--hyt-round) 0 0; }

.hyt-benchrow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hyt-benchcard { background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); padding: 20px 22px; border-top: 5px solid var(--hyt-mint); }
.hyt-benchcard:nth-child(2) { border-top-color: var(--hyt-blue); }
.hyt-benchcard:nth-child(3) { border-top-color: var(--hyt-sunwash); }
.hyt-benchcard:nth-child(4) { border-top-color: var(--hyt-red); }
.hyt-benchcard h3 { margin-bottom: 8px; }
.hyt-benchcard p { margin: 0; font-size: 15px; color: var(--hyt-mutenow); }

.hyt-gatefold { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hyt-gatecell { display: grid; grid-template-columns: 170px 1fr; align-items: center;
  background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); overflow: hidden; text-decoration: none;
  color: var(--hyt-inknow); }
.hyt-gatecell > div:last-child { padding: 18px 22px; }
.hyt-gatecell h3 { margin-bottom: 6px; }
.hyt-gatecell p { margin: 0 0 8px; font-size: 15px; color: var(--hyt-mutenow); }

.hyt-doubleplay { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hyt-doubleplaycol { display: block; text-decoration: none; color: var(--hyt-inknow);
  background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); padding: clamp(26px, 3.4vw, 44px); }
.hyt-doubleplaycol p { color: var(--hyt-mutenow); }

.hyt-scorerow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px;
  text-align: center; }
.hyt-scorecell { display: flex; flex-direction: column; gap: 6px; }
.hyt-scorenum { font-family: 'Chango', cursive; font-weight: 400;
  font-size: clamp(25px, 3.2vw, 38px); color: var(--hyt-inknow); }
.hyt-scoresub { font-size: 14.5px; color: var(--hyt-mutenow); }

.hyt-splitrow { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(22px, 3vw, 40px);
  align-items: start; }
.hyt-lineuptable, .hyt-slate { width: 100%; border-collapse: collapse; font-size: 15.5px;
  background: var(--hyt-cardnow); border-radius: 14px; overflow: hidden; }
.hyt-lineuptable th, .hyt-slate th { text-align: left; font-size: 12.5px;
  letter-spacing: 0.1em; text-transform: uppercase; color: var(--hyt-mutenow);
  padding: 12px 14px; border-bottom: 1.5px solid var(--hyt-linenow); }
.hyt-lineuptable td, .hyt-slate td { padding: 11px 14px;
  border-bottom: 1px solid var(--hyt-linenow); }
.hyt-lineuptable tr:last-child td, .hyt-slate tr:last-child td { border-bottom: 0; }
.hyt-lineupnote { font-size: 14px; color: var(--hyt-mutenow); margin-top: 10px; }

.hyt-agegrid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.hyt-agecell { display: block; text-decoration: none; background: var(--hyt-cardnow);
  border: 1px solid var(--hyt-linenow); border-radius: var(--hyt-round); padding: 20px 22px;
  color: var(--hyt-inknow); }
.hyt-agecap { display: block; font-family: 'Chango', cursive; font-weight: 400;
  font-size: 16px; margin-bottom: 8px; }
.hyt-agecell p { margin: 0; font-size: 15px; color: var(--hyt-mutenow); }

.hyt-mvp { display: grid; grid-template-columns: minmax(0, 420px) 1fr;
  gap: clamp(24px, 4vw, 52px); align-items: center; }
.hyt-mvpshot { background: #fff; border-radius: var(--hyt-round); overflow: hidden;
  border: 1px solid var(--hyt-linenow); }
.hyt-mvpshot img { padding: 18px; }
.hyt-mvpbody h2 { font-size: clamp(22px, 2.6vw, 30px); }

.hyt-gametape { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hyt-tapereel { margin: 0; background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); overflow: hidden; }
.hyt-tapereel video { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: contain;
  background: var(--hyt-night); }
.hyt-tapescore { padding: 14px 18px 18px; }
.hyt-tapescore a { font-family: 'Chango', cursive; font-weight: 400; font-size: 15px;
  color: var(--hyt-inknow); text-decoration: none; }
.hyt-tapescore a:hover { color: var(--hyt-kicknow); }
.hyt-tapescore p { margin: 7px 0 0; font-size: 14.5px; color: var(--hyt-mutenow); }

.hyt-pledge { max-width: 730px; margin: 0 auto; text-align: center; }
.hyt-pledge p { color: var(--hyt-mutenow); font-size: 17.5px; margin: 0; }

.hyt-fulltime { max-width: 830px; }
.hyt-fulltime h3 { margin-top: 26px; }
.hyt-fulltime table { margin: 18px 0 24px; }

.hyt-notegrid { display: grid; grid-template-columns: repeat(auto-fill, minmax(256px, 1fr));
  gap: 18px; }
.hyt-notecell { display: block; text-decoration: none; background: var(--hyt-cardnow);
  border: 1px solid var(--hyt-linenow); border-radius: var(--hyt-round); padding: 22px;
  color: var(--hyt-inknow); }
.hyt-notecell h3 { margin: 6px 0 8px; }
.hyt-notecell p { margin: 0; font-size: 15px; color: var(--hyt-mutenow); }
.hyt-notetag { display: inline-block; font-size: 12.5px; font-weight: 700;
  letter-spacing: 0.12em; text-transform: uppercase; color: var(--hyt-kicknow); }

.hyt-cheerrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.hyt-cheer { margin: 0; background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); padding: 22px; }
.hyt-cheer blockquote { margin: 0 0 12px; font-size: 15.5px; line-height: 1.6; }
.hyt-cheerwho { font-size: 14px; font-weight: 600; color: var(--hyt-mutenow); }

.hyt-finalinning { max-width: 730px; margin: 0 auto; text-align: center; }
.hyt-finalinning p { color: var(--hyt-mutenow); }
.hyt-finalinning .hyt-playrow { justify-content: center; margin-top: 18px; }
.hyt-finalsum { display: flex; flex-wrap: wrap; gap: 8px 18px; justify-content: center;
  align-items: baseline; margin-bottom: 16px; }
.hyt-finalsum span { font-weight: 600; }

.hyt-sheet { display: grid; grid-template-columns: minmax(0, 460px) 1fr;
  gap: clamp(24px, 4vw, 56px); align-items: start; }
.hyt-sheetshot { background: #fff; border-radius: var(--hyt-round); overflow: hidden;
  border: 1px solid var(--hyt-linenow); position: sticky; top: 76px; }
.hyt-sheetshot img { padding: 20px; }
.hyt-sheetmain { max-width: 744px; }
.hyt-sheetside h1 { font-size: clamp(22px, 2.7vw, 31px); }
.hyt-actionbelt { margin: 14px 0 18px; }
.hyt-ribbons { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
.hyt-ribbons span { font-size: 13.5px; font-weight: 600; color: var(--hyt-bluedeep);
  background: var(--hyt-mintwash); border-radius: 999px; padding: 6px 14px; }
.hyt-specslate { width: 100%; border-collapse: collapse; font-size: 15.5px; }
.hyt-specrow { border-top: 1px solid var(--hyt-linenow); }
.hyt-speckey { width: 42%; padding: 10px 12px 10px 0; color: var(--hyt-mutenow);
  vertical-align: top; }
.hyt-specval { padding: 10px 0; }
.hyt-perk { background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); padding: 20px 22px; }
.hyt-perkhead { margin-bottom: 8px; }
.hyt-perk p { margin: 0; font-size: 15.5px; color: var(--hyt-mutenow); }

.hyt-askrow { margin: 0; }
.hyt-askq { font-family: 'Chango', cursive; font-weight: 400; font-size: 17px;
  margin: 26px 0 8px; }
.hyt-aska { margin: 0; color: var(--hyt-mutenow); }

.hyt-pickstep { background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); padding: 22px 24px; margin-bottom: 16px; }
.hyt-pickstep h2 { font-size: 18px; }
.hyt-pickstep p { font-size: 15px; color: var(--hyt-mutenow); }
.hyt-pickopts { display: flex; flex-wrap: wrap; gap: 10px; }
.hyt-pickopt { cursor: pointer; }
.hyt-pickopt input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.hyt-pickopt span { display: inline-block; font-size: 15px; font-weight: 600;
  border: 1.5px solid var(--hyt-hairline); border-radius: 999px; padding: 9px 17px;
  color: var(--hyt-ink); background: var(--hyt-card); }
.hyt-pickopt input:checked + span { background: var(--hyt-blue); border-color: var(--hyt-blue);
  color: #fdf7ec; }
.hyt-pickopt input:focus-visible + span { outline: 3px solid var(--hyt-bluedeep);
  outline-offset: 2px; }
.hyt-pickout { margin-top: 26px; }
.hyt-picknote { background: var(--hyt-sunwash); border-radius: 14px; padding: 14px 18px;
  font-size: 15.5px; margin-bottom: 18px; }

.hyt-longnote { max-width: 744px; }
.hyt-longnote h2 { margin-top: 34px; }
.hyt-longnote ul { padding-left: 22px; }
.hyt-longnote li { margin-bottom: 8px; }

.hyt-bigfig { font-family: 'Chango', cursive; font-weight: 400; font-size: 32px;
  color: var(--hyt-inknow); margin: 6px 0 12px; }
.hyt-bigfig span { display: block; font-family: 'Hind Madurai', sans-serif; font-weight: 600;
  font-size: 14.5px; color: var(--hyt-mutenow); }
.hyt-huddlebox { background: var(--hyt-cardnow); border: 1px solid var(--hyt-linenow);
  border-radius: var(--hyt-round); padding: 22px 26px; }
.hyt-huddlebox p:last-child { margin-bottom: 0; }
.hyt-huddlebox ul { margin: 0; padding-left: 20px; }
.hyt-huddlebox li { margin-bottom: 8px; }

.hyt-dugout { padding: clamp(44px, 5vw, 70px) 0 28px; }
.hyt-dugoutgrid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: clamp(24px, 3vw, 44px); margin-bottom: 38px; }
.hyt-dugoutgrid h3 { font-size: 14px; letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--hyt-mutenow); margin-bottom: 12px; font-family: 'Hind Madurai', sans-serif;
  font-weight: 700; }
.hyt-dugoutgrid p { font-size: 15px; color: var(--hyt-mutenow); }
.hyt-dugoutgrid ul { list-style: none; margin: 0; padding: 0; }
.hyt-dugoutgrid li { margin-bottom: 9px; }
.hyt-dugoutgrid a { color: var(--hyt-inknow); text-decoration: none; font-size: 15.5px; }
.hyt-dugoutgrid a:hover { color: var(--hyt-kicknow); }
.hyt-dugoutgrid img { margin-bottom: 14px; background: var(--hyt-paper);
  border-radius: 12px; padding: 8px 12px; }
.hyt-dugoutfine { border-top: 1px solid var(--hyt-linenow); padding-top: 22px;
  display: flex; flex-wrap: wrap; gap: 16px; align-items: center;
  justify-content: space-between; }
.hyt-dugoutfine img { max-width: min(384px, 100%); }
.hyt-dugoutfine p { margin: 0; font-size: 14px; color: var(--hyt-mutenow); }

@media (max-width: 980px) {
  .hyt-benchrow { grid-template-columns: 1fr 1fr; }
  .hyt-agegrid { grid-template-columns: 1fr 1fr; }
  .hyt-roster4 { grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
  .hyt-dugoutgrid { grid-template-columns: 1fr 1fr; }
  .hyt-cheerrow { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .hyt-splitrow { grid-template-columns: 1fr; }
  .hyt-gametape { grid-template-columns: 1fr; }
  .hyt-doubleplay { grid-template-columns: 1fr; }
  .hyt-gatefold { grid-template-columns: 1fr; }
  .hyt-sheet { grid-template-columns: 1fr; }
  .hyt-sheetshot { position: static; }
  .hyt-mvp { grid-template-columns: 1fr; }
  .hyt-scorerow { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .hyt-teamphoto { height: 210px; object-fit: cover; object-position: 16% center; }
}
@media (max-width: 560px) {
  .hyt-benchrow { grid-template-columns: 1fr; }
  .hyt-agegrid { grid-template-columns: 1fr; }
  .hyt-gatecell { grid-template-columns: 116px 1fr; }
  .hyt-scorerow { grid-template-columns: 1fr; }
  .hyt-grandstand > div { flex-wrap: wrap; gap: 8px 18px; }
  .hyt-standnav { margin-left: 0; font-size: 14px; }
}
