:root{color-scheme:dark;--font-ui:'Proxima Nova','Avenir Next','Segoe UI Variable Text','Segoe UI',Arial,sans-serif;--font-display:var(--font-ui);background:#061019;color:#ecf5fa;font-family:var(--font-ui);font-size:17px}*{box-sizing:border-box}body{margin:0;min-width:0;line-height:1.5}button,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:#63cfff;text-decoration:none}a:hover{text-decoration:underline}img{max-width:100%;object-fit:contain}.brand{display:flex;justify-content:space-between;gap:20px;align-items:center;padding:12px 24px;border-bottom:1px solid #28414f;font-size:15px}.brand span{color:#a1b4c0;letter-spacing:.06em}.sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}[hidden]{display:none!important}.icon{width:18px;height:18px;flex:none;vertical-align:middle}.teamDialogHeading>img{width:64px;height:64px}.upcomingGames button{padding:0;border:0;background:none;color:#63cfff;font-size:inherit}.teamDialog a{color:#63cfff}.game .cardNotes{margin-left:auto}.weather svg{width:24px;height:24px}.weatherWind svg{width:17px;height:17px}.footer a{display:inline-block;margin-right:18px}.teamPlate:hover{border-color:#63cfff!important}.teamPlate:focus-visible{outline:2px solid #63cfff;outline-offset:2px}.teamName small{overflow-wrap:break-word}@media(max-width:739px){.brand{padding:10px 14px;font-size:14px}}

.page {
  --schedule-ink: #e8f2f7;
  --schedule-muted: #a1b4c0;
  --schedule-line: #28414f;
  --schedule-accent: #63cfff;
  width: 100%;
  min-height: 100vh;
  padding: 18px 24px 88px;
  color: var(--schedule-ink);
}
.controls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--schedule-line);
}
.heading {
  flex: 0 0 auto;
}
.heading h1 {
  margin: 2px 0 0;
  font-family: var(--font-display);
  font-size: 33.8px;
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.1;
  text-transform: uppercase;
}
.eyebrow {
  margin: 0;
  color: var(--schedule-accent);
  font-size: 15.6px;
  letter-spacing: 0.08em;
  font-weight: 650;
}
.weekSummary {
  margin-right: 10px;
}
.weekSummary h2 {
  margin: 0 0 2px;
  font-size: 24.7px;
  line-height: 1.2;
  font-weight: 650;
  letter-spacing: -0.02em;
}
.weekSummary > span {
  color: var(--schedule-muted);
  font-size: 15.6px;
}
.page button,
.page select {
  min-height: 44px;
  border: 1px solid var(--schedule-line);
  border-radius: 3px;
  background: #0c1c27;
  color: var(--schedule-ink);
  font: inherit;
  font-size: 18.2px;
  padding: 8px 10px;
}
.page button {
  cursor: pointer;
}
.page button:hover:not(:disabled),
.page select:hover {
  border-color: var(--schedule-accent);
}
.page button:disabled {
  opacity: 0.45;
  cursor: default;
}
.page :focus-visible {
  outline: 2px solid var(--schedule-accent);
  outline-offset: 3px;
}
.refresh {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 7px;
  margin-left: auto;
}
.weeks {
  display: flex;
  align-items: center;
  gap: 4px;
}
.weeks button {
  display: grid;
  width: 40px;
  padding: 0;
  place-items: center;
}
.weeks select {
  min-width: 108px;
}
.teamFilter {
  flex: 0 1 225px;
  min-width: 180px;
  max-width: 100%;
}
.controls .upcoming {
  color: var(--schedule-accent);
  background: transparent;
}
.statusLine {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin: 7px 0 10px;
  font-size: 15.6px;
  line-height: 1.4;
  color: var(--schedule-muted);
}
.statusLine output {
  text-align: right;
}
.meta {
  margin: 0;
  color: var(--schedule-muted);
  font-size: 15.6px;
  line-height: 1.4;
}
.error {
  padding: 8px 10px;
  border-left: 3px solid #eab464;
  background: #302719;
  color: #f4d49c;
  margin: 6px 0 12px;
  font-size: 16.9px;
}
.calendar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: start;
}
.game {
  min-width: 0;
  padding: 9px 10px 10px;
  border-top: 2px solid #355261;
  background: #091a25;
}
.gameDate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 7px;
  line-height: 23.4px;
}
.gameDate > span {
  color: #bdd0dc;
  font-size: 18.2px;
  font-weight: 550;
}
.gameDate > strong {
  color: #f0f8fc;
  font-size: 18.2px;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.gameStatus {
  margin: 0 0 6px;
  color: var(--schedule-accent);
  font-size: 15.6px;
}
.matchup {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 5px;
}
.teamPlate {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 2px;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--player-team-primary) 82%, white),
    var(--player-team-primary) 55%,
    color-mix(in srgb, var(--player-team-primary) 55%, black)
  );
}
.teamPlate::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    linear-gradient(
      118deg,
      transparent 16%,
      #ffffff24 16.4%,
      #0003 17%,
      transparent 17.5%,
      transparent 80%,
      #ffffff24 80.4%,
      transparent 81%
    ),
    repeating-linear-gradient(0deg, #fff1 0 1px, transparent 1px 4px);
}
.logoStage {
  position: relative;
  display: grid;
  place-items: center;
  height: 56px;
}
.teamPlate .teamLogo {
  width: 58px;
  height: 50px;
  filter: drop-shadow(0 2px 2px #0007);
}
.teamName {
  position: relative;
  min-width: 0;
  padding: 4px 5px;
  background: #05121ac9;
  text-align: center;
}
.teamName > span {
  position: absolute;
  top: -51px;
  left: 5px;
  padding: 1px 3px;
  border-radius: 2px;
  background: #06121b9c;
  color: #e4eef3;
  font-size: 15.6px;
  line-height: 18.2px;
}
.teamName > strong {
  display: none;
}
.teamName > small {
  display: block;
  margin: 0;
  color: #e4eef3;
  font-size: 18.2px;
  line-height: 22.1px;
}
.at {
  position: absolute;
  top: 18px;
  left: 50%;
  display: grid;
  place-items: center;
  width: 22px;
  height: 22px;
  transform: translateX(-50%);
  border: 1px solid #4b687a;
  border-radius: 50%;
  background: #071722;
  color: #bed1dc;
  font-size: 15.6px;
}
.venue {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  min-height: 24px;
  color: var(--schedule-muted);
  font-size: 15.6px;
  line-height: 20.8px;
}
.venue > a {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  min-height: 24px;
  color: var(--schedule-accent);
}
.odds {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 8px;
  padding: 6px 0;
  border-top: 1px solid var(--schedule-line);
  border-bottom: 1px solid var(--schedule-line);
}
.oddsMissing > strong {
  color: #78d1ca;
  font-size: 15.6px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.oddsMarkets {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 7px;
}
.oddsMarkets > div {
  display: grid;
  align-content: start;
  gap: 1px;
  min-width: 0;
}
.oddsMarkets small {
  color: var(--schedule-muted);
  font-size: 15.6px;
  line-height: 18.2px;
}
.oddsMarkets strong {
  font-size: 18.2px;
  line-height: 22.1px;
  font-weight: 650;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.oddsMarkets span {
  color: var(--schedule-muted);
  font-size: 15.6px;
  line-height: 20.8px;
  white-space: nowrap;
}
.oddsMarkets span strong {
  color: var(--schedule-ink);
  font-size: 18.2px;
}
.oddsMissing {
  grid-column: 1/-1;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 22px;
  margin: 0;
  color: var(--schedule-muted);
  font-size: 15.6px;
}
.broadcast {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px 10px;
  padding: 6px 0;
}
.network {
  display: flex;
  align-items: center;
  gap: 5px;
}
.network strong {
  font-size: 18.2px;
  line-height: 23.4px;
}
.providerLogo {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  overflow: hidden;
  border-radius: 2px;
  background: #f1f5f7;
  color: #112637;
}
.providerLogo img {
  display: block;
  width: 18px;
  height: 18px;
  object-fit: contain;
}
.providerLogo > span {
  font-size: 15.6px;
  font-weight: 750;
}
.streams ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.streams li {
  min-width: 0;
}
.streams li a {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  min-height: 30px;
  color: var(--schedule-accent);
  text-decoration: none;
}
.streams li a > span:last-child {
  min-width: 0;
}
.streams strong {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 18.2px;
  font-weight: 600;
  line-height: 22.1px;
}
.streams strong > svg {
  flex: 0 0 auto;
}
.streams small {
  display: block;
  margin-top: 1px;
  color: var(--schedule-muted);
  font-size: 15.6px;
  line-height: 19.5px;
}
.streams a:hover strong,
.footer a:hover {
  text-decoration: underline;
}
.streams > .meta {
  margin-top: 4px;
}
.byes {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin: 18px 0;
  color: var(--schedule-muted);
  font-size: 18.2px;
}
.byes > strong {
  font-weight: 500;
}
.byes > div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.byes button {
  display: flex;
  align-items: center;
  gap: 6px;
  background: transparent;
  font-size: 15.6px;
}
.footer {
  border-top: 1px solid var(--schedule-line);
  padding-top: 12px;
  margin-top: 18px;
  color: var(--schedule-muted);
  font-size: 15.6px;
  line-height: 1.6;
}
.footer p {
  margin: 0 0 6px;
}
.footer a {
  color: var(--schedule-accent);
}
.empty {
  display: grid;
  gap: 14px;
  padding: 30px 0;
  color: var(--schedule-muted);
  font-size: 18.2px;
}
.empty strong {
  font-weight: 500;
}
.empty button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}
@media (min-width: 1900px) {
  .calendar {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 2500px) {
  .calendar {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}
@media (max-width: 1119px) {
  .calendar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 739px) {
  .page {
    padding: 14px 14px 88px;
  }
  .calendar {
    grid-template-columns: minmax(0, 1fr);
    gap: 14px;
  }
  .controls {
    gap: 9px 10px;
    padding-bottom: 8px;
  }
  .heading {
    order: 0;
    flex: 1 1 160px;
  }
  .heading h1 {
    font-size: 29.9px;
    white-space: nowrap;
  }
  .eyebrow {
    font-size: 15.6px;
    letter-spacing: 0;
  }
  .weekSummary {
    order: 1;
    margin: 0;
    text-align: right;
  }
  .weekSummary h2 {
    font-size: 22.1px;
  }
  .weeks {
    order: 2;
  }
  .weeks select {
    min-width: 108px;
  }
  .page select {
    font-size: 20.8px;
  }
  .refresh {
    order: 3;
    margin-left: auto;
  }
  .teamFilter {
    order: 4;
    flex: 1 1 170px;
    min-width: 0;
  }
  .controls .upcoming {
    order: 5;
    font-size: 16.9px;
    padding: 8px;
  }
  .statusLine {
    display: grid;
    gap: 3px;
    margin-bottom: 10px;
  }
  .statusLine output {
    text-align: left;
  }
  .streams li a {
    min-height: 44px;
  }
  .venue > a {
    min-height: 44px;
    width: 36px;
    flex-basis: 36px;
  }
  .gameDate > span,
  .gameDate > strong {
    font-size: 18.2px;
  }
  .odds {
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 5px;
  }
  .oddsMarkets {
    gap: 4px;
  }
}
@media (max-width: 380px) {
  .page {
    padding-left: 10px;
    padding-right: 10px;
  }
  .controls {
    gap: 8px;
  }
  .heading {
    flex-basis: 145px;
  }
  .heading h1 {
    font-size: 27.3px;
  }
  .weekSummary h2 {
    font-size: 20.8px;
  }
  .weeks button {
    width: 38px;
  }
  .streams ul {
    gap: 6px 8px;
  }
  .streams strong {
    flex-wrap: wrap;
    gap: 0 3px;
  }
  .teamName > small {
    font-size: 18.2px;
  }
}

/* Wider game cards leave room for readable weather, markets and watch links. */
.page .teamPlate {
  padding: 0;
  border: 1px solid transparent;
  background: linear-gradient(
    145deg,
    color-mix(in srgb, var(--player-team-primary) 82%, white),
    var(--player-team-primary) 55%,
    color-mix(in srgb, var(--player-team-primary) 55%, black)
  );
  text-align: inherit;
}
.logoStage {
  height: 76px;
}
.teamPlate .teamLogo {
  width: 76px;
  height: 62px;
}
.teamName > span {
  top: -70px;
}
.teamName > small {
  min-height: 46px;
  display: grid;
  align-items: center;
}
.game {
  padding: 12px 14px 14px;
}
.gameDate {
  margin-bottom: 10px;
}
.venue {
  margin-top: 5px;
  min-height: 36px;
}
.weather {
  display: grid;
  gap: 3px;
  padding: 8px 0 12px;
  min-height: 82px;
  font-size: 15.6px;
  line-height: 1.4;
}
.weather strong {
  color: #e5edf2;
  font-weight: 600;
}
.weather small {
  font-size: 14px;
  color: var(--schedule-muted);
}
.odds {
  grid-template-columns: 88px minmax(0, 1fr);
  padding: 10px 0;
}
.broadcast {
  padding: 12px 0 8px;
}
.streams > summary {
  cursor: pointer;
  font-size: 15.6px;
  color: #b4c8d3;
  margin-bottom: 8px;
}
.streams ul {
  gap: 8px 12px;
}
.streams li a {
  min-height: 54px;
  padding: 5px 0;
  gap: 9px;
}
.streams strong {
  flex-wrap: wrap;
}
.providerLogo {
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}
.providerLogo img {
  width: 22px;
  height: 22px;
}
.teamDialog {
  position: fixed;
  inset: 0;
  width: min(820px, calc(100vw - 32px));
  max-height: calc(100dvh - 32px);
  margin: auto;
  border: 1px solid #3b6477;
  border-radius: 4px;
  padding: 0;
  background: #091a25;
  color: #e8f2f7;
  font-size: 17px;
  overflow: auto;
}
.teamDialog::backdrop {
  background: #000b;
}
.teamDialogInner {
  padding: 24px;
}
.teamDialogHeading {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 18px;
  border-bottom: 1px solid #28414f;
}
.teamDialogHeading h2 {
  font-size: 26px;
  line-height: 1.2;
  margin: 0;
  flex: 1;
}
.teamDialogHeading > button {
  font-size: 16px;
}
.teamDialog section {
  margin-top: 22px;
}
.teamDialog h3 {
  font-size: 19px;
  margin: 0 0 14px;
}
.teamStats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px 24px;
}
.teamStats > div {
  border-bottom: 1px solid #28414f;
  padding-bottom: 8px;
}
.teamStats dt {
  color: #a1b4c0;
  font-size: 15px;
}
.teamStats dd {
  font-size: 25px;
  margin: 3px 0 0;
  font-weight: 700;
}
.sourceNote {
  font-size: 14px;
  line-height: 1.5;
  color: #a1b4c0;
  margin-top: 12px;
}
.projectionTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}
.projectionTable th,
.projectionTable td {
  padding: 10px 6px;
  border-bottom: 1px solid #28414f;
  text-align: left;
}
.projectionTable thead th {
  font-size: 14px;
  color: #a1b4c0;
}
.projectionTable th:last-child,
.projectionTable td:last-child {
  text-align: right;
}
.projectionTable small {
  display: block;
  color: #dbc787;
  font-size: 13px;
}
.upcomingGames {
  list-style: none;
  margin: 0;
  padding: 0;
}
.upcomingGames li {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 4px 12px;
  border-bottom: 1px solid #28414f;
  padding: 12px 0;
}
.upcomingGames small {
  grid-column: 2;
  color: #a1b4c0;
  font-size: 14px;
}
@media (max-width: 739px) {
  .game {
    padding: 10px;
  }
  .gameDate {
    flex-wrap: wrap;
    gap: 2px 10px;
  }
  .heading h1 {
    white-space: normal;
  }
  .weekSummary {
    text-align: left;
  }
  .odds {
    grid-template-columns: 1fr;
    gap: 7px;
  }
  .streams ul {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .streams li a {
    min-height: 52px;
    align-items: center;
    border-top: 1px solid #203a48;
  }
  .teamDialogInner {
    padding: 16px;
  }
  .teamDialogHeading {
    gap: 10px;
    flex-wrap: wrap;
  }
  .teamDialogHeading h2 {
    font-size: 22px;
  }
  .teamStats {
    gap: 12px;
  }
  .projectionTable {
    font-size: 15px;
  }
}

.impliedScore {
  grid-column: 1 / -1;
  margin: 2px 0 0;
  font-size: 15.6px;
  color: #e8f2f7;
}
.impliedScore small {
  display: block;
  font-size: 13px;
  color: #a1b4c0;
  margin-top: 2px;
}

/* Compact visual game summary; provenance and plan restrictions expand on demand. */
.game {
  padding: 10px 12px;
}
.logoStage {
  height: 60px;
}
.teamPlate .teamLogo {
  width: 68px;
  height: 54px;
}
.teamName > span {
  top: -55px;
  font-size: 13px;
}
.teamName > small {
  min-height: 30px;
  font-size: 17px;
  line-height: 1.25;
}
.venue {
  min-height: 28px;
  margin-top: 2px;
  font-size: 14px;
}
.weather {
  min-height: 44px;
  padding: 3px 0 6px;
  display: block;
}
.weatherDetails > summary {
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  cursor: pointer;
  min-height: 34px;
}
.weatherDetails > summary::-webkit-details-marker {
  display: none;
}
.weatherDetails > summary > svg {
  color: #a5dced;
  flex: 0 0 auto;
}
.weatherDetails > summary > strong {
  font-size: 22px;
  color: #edf6fa;
}
.weatherTiming {
  font-size: 14px;
  color: #a1b4c0;
}
.weatherWind {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: 5px;
  font-size: 15px;
}
.roofChip {
  margin-left: auto;
  color: #b5ccce;
  border-bottom: 1px dotted #78989e;
  font-size: 14px;
}
.weatherDetails > p {
  font-size: 14px;
  line-height: 1.4;
  color: #a1b4c0;
  margin: 4px 0 6px;
}
.odds {
  display: block;
  padding: 7px 0;
}
.oddsMarkets {
  grid-template-columns: 1fr 0.9fr 1.3fr;
  gap: 10px;
}
.oddsMarkets > div {
  gap: 3px;
  border-right: 1px solid #28414f;
}
.oddsMarkets > div:last-child {
  border-right: 0;
}
.oddsMarkets small {
  font-size: 13px;
  line-height: 1.2;
}
.oddsMarkets strong {
  font-size: 19px;
  line-height: 1.2;
}
.oddsMarkets > div:last-child {
  grid-template-columns: 1fr 1fr;
  gap: 3px 6px;
}
.oddsMarkets > div:last-child > small {
  grid-column: 1/-1;
}
.oddsMarkets span {
  display: grid;
  font-size: 12px;
  gap: 1px;
}
.oddsMarkets span strong {
  font-size: 17px;
}
.impliedScore {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  align-items: center;
  margin: 7px 0 0;
  font-size: 16px;
  line-height: 1.25;
}
.impliedScore > span {
  color: #a1b4c0;
  font-size: 13px;
  margin-right: 3px;
}
.watchChips {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px 10px;
  padding: 7px 0;
}
.watchChips > a,
.broadcastChip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 30px;
  font-size: 15px;
  line-height: 1.2;
}
.watchChips > a {
  color: #63cfff;
  text-decoration: none;
}
.watchChips > a:hover {
  text-decoration: underline;
}
.watchChips .providerLogo {
  width: 22px;
  height: 22px;
  flex-basis: 22px;
}
.watchChips .providerLogo img {
  width: 20px;
  height: 20px;
}
.broadcastChip {
  color: #e8f2f7;
  padding-right: 8px;
  border-right: 1px solid #28414f;
}
.cardActions {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 8px;
  border-top: 1px solid #28414f;
  padding-top: 4px;
}
.cardActions > button {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  min-height: 34px;
  padding: 3px 0;
  background: none;
  border: 0;
  font-size: 14px;
  color: #78d1ca;
  flex: 0 0 auto;
}
.cardNotes {
  font-size: 14px;
  color: #a1b4c0;
}
.cardNotes > summary {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: end;
  cursor: pointer;
  color: #b8ccd8;
}
.cardNotes > summary::after {
  content: '+';
  margin-left: 6px;
}
.cardNotes[open] > summary::after {
  content: '−';
}
.cardActions:has(.cardNotes[open]) {
  flex-wrap: wrap;
}
.cardNotes[open] {
  width: 100%;
}
.cardNotes[open] > summary {
  justify-content: start;
}
.cardNotes p {
  margin: 0 0 6px;
  line-height: 1.4;
}
@media (max-width: 739px) {
  .watchChips {
    gap: 3px 12px;
  }
  .watchChips > a,
  .broadcastChip {
    min-height: 40px;
  }
  .weatherDetails > summary {
    gap: 5px;
  }
  .weatherWind {
    margin-left: 0;
  }
  .oddsMarkets {
    gap: 8px;
  }
  .oddsMarkets strong {
    font-size: 18px;
  }
  .cardActions > button,
  .cardNotes > summary {
    min-height: 40px;
  }
}

.teamDialogHeading > button {
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid #3b6477;
  border-radius: 3px;
  background: #0c1c27;
  color: #e8f2f7;
  cursor: pointer;
}
.teamDialog :focus-visible {
  outline: 2px solid #63cfff;
  outline-offset: 3px;
}

.matchup {
  grid-template-columns: minmax(0, 1fr) 25px minmax(0, 1fr);
  gap: 2px;
  align-items: stretch;
}
.matchup > button:first-child {
  grid-column: 1;
  grid-row: 1;
}
.matchup > button:nth-child(2) {
  grid-column: 3;
  grid-row: 1;
}
.matchup > .at {
  position: static;
  grid-column: 2;
  grid-row: 1;
  transform: none;
  align-self: center;
  justify-self: center;
  background: none;
  border: 0;
  border-radius: 0;
  width: auto;
  height: auto;
  font-size: 13px;
  color: #a1b4c0;
}
.precipitation {
  color: #b6dce8;
  font-size: 14px;
}
.playerOwner {
  display: block;
  margin-top: 3px;
  color: #a1b4c0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
}
