@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900&family=Barlow+Condensed:wght@600;700;800;900&display=swap");

:root {
  --ink: #080b0f;
  --navy: #121820;
  --blue: #286cff;
  --gold: #f3c52b;
  --orange: #f26322;
  --green: #37b66a;
  --red: #cf202f;
  --paper: #f3f4f3;
  --muted: #5c6570;
  --line: rgba(8, 11, 15, 0.14);
  --shadow: 0 18px 55px rgba(8, 11, 15, 0.16);
  --green: #24b864;
}

* {
  box-sizing: border-box;
}

[hidden] {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Barlow", Arial, Helvetica, sans-serif;
  line-height: 1.5;
}

.skip-link {
  position: fixed;
  top: 8px;
  left: 8px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
  text-decoration: none;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

button,
input,
select,
textarea {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 12px;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: min(1380px, calc(100% - 24px));
  margin: 12px auto;
  padding: 10px 12px 10px 18px;
  background: rgba(8, 11, 15, 0.94);
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 7px;
  backdrop-filter: blur(14px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.2);
}

.header-action {
  flex: 0 0 auto;
  border-radius: 5px;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold);
  font-size: 0.85rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 62px;
  height: 52px;
  object-fit: contain;
  transform: scale(1.18);
  transform-origin: center;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 3vw, 28px);
  font-size: 0.94rem;
  font-weight: 700;
}

.main-nav a {
  color: rgba(255, 255, 255, 0.86);
  text-decoration: none;
  transition: color 180ms ease-out;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--gold);
}

.main-nav .is-current {
  color: var(--gold);
}

.text-link {
  display: inline-block;
  margin-top: 12px;
  color: var(--blue);
  font-weight: 900;
}

.hero {
  position: relative;
  min-height: calc(100vh - 74px);
  display: grid;
  align-items: center;
  overflow: hidden;
  color: white;
  background: #080b0f;
}

.sports-hero {
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 40px;
  min-height: min(820px, calc(100vh - 24px));
  margin-top: -86px;
  padding-top: 120px;
  padding-right: clamp(18px, 6vw, 80px);
}

.sports-hero .hero-content {
  width: auto;
}

.hero-side {
  position: relative;
  align-self: end;
  margin-bottom: clamp(44px, 8vw, 92px);
  margin-right: clamp(0px, 3vw, 40px);
  border-top: 4px solid var(--gold);
  border-left: 0;
  padding: 24px;
  background: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(12px);
}

.hero-side p,
.hero-side span {
  display: block;
  margin: 7px 0 0;
  color: rgba(255,255,255,.7);
}

.hero-side strong {
  display: block;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  line-height: .88;
  text-transform: uppercase;
}

.hero-side a {
  display: inline-block;
  margin-top: 22px;
  color: var(--gold);
  font-weight: 900;
}

.status-dot {
  color: var(--green) !important;
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-dot::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 7px;
  border-radius: 50%;
  background: var(--green);
}

.countdown-band {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  padding: 20px clamp(18px, 5vw, 64px);
  color: white;
  background: #101820;
  border-top: 1px solid rgba(255,255,255,.12);
}

.countdown-band > div:first-child strong {
  display: block;
}

.countdown {
  display: flex;
  gap: 20px;
}

.countdown span {
  color: rgba(255,255,255,.55);
  font-size: .68rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.countdown strong {
  display: block;
  color: white;
  font-size: 1.35rem;
}

.text-button {
  justify-self: end;
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
}

.hero-media {
  position: absolute;
  inset: 0;
  opacity: 0.48;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    radial-gradient(circle at 72% 30%, rgba(243, 197, 43, .35), transparent 26%);
  background-size: 72px 72px, 72px 72px, auto;
  mask-image: linear-gradient(90deg, black, black 82%, transparent);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, transparent 0 48%, rgba(243, 197, 43, 0.32) 48% 48.6%, transparent 48.6% 100%),
    linear-gradient(150deg, transparent 0 62%, rgba(40, 108, 255, 0.22) 62% 62.6%, transparent 62.6% 100%);
}

.hero-content {
  position: relative;
  width: min(760px, calc(100% - 36px));
  margin: 0 clamp(18px, 6vw, 80px);
}

.hero-logo {
  width: clamp(120px, 16vw, 210px);
  max-height: 160px;
  margin: 0 0 10px;
  object-fit: contain;
  object-position: left center;
  transform: scale(1.1);
  transform-origin: left center;
  filter: drop-shadow(0 14px 28px rgba(0, 0, 0, 0.42));
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 720px;
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(3.4rem, 7.8vw, 7.5rem);
  font-weight: 800;
  line-height: 0.84;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 span {
  color: var(--gold);
}

h2,
h3 {
  font-family: "Barlow Condensed", Impact, "Arial Narrow", sans-serif;
  letter-spacing: 0;
}

.hero-copy {
  width: min(620px, 100%);
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 18px;
  border: 2px solid transparent;
  border-radius: 6px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease-out, border-color 180ms ease-out, color 180ms ease-out, box-shadow 180ms ease-out;
}

.button.primary {
  background: var(--gold);
  color: var(--ink);
}

.button.primary:hover,
.button.primary:focus-visible,
.header-action:hover,
.header-action:focus-visible {
  background: #ffda4f;
  box-shadow: 0 0 0 4px rgba(243, 197, 43, .2);
}

.button.secondary:hover,
.button.secondary:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 3px;
}

.season-pulse {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  color: white;
  background: #11171e;
}

.season-pulse article {
  min-width: 0;
  padding: clamp(24px, 4vw, 50px);
  border-right: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 3px solid transparent;
  transition: background-color 180ms ease-out, border-color 180ms ease-out;
}

.season-pulse article:hover {
  border-bottom-color: var(--gold);
  background: #171f28;
}

.season-pulse span,
.season-pulse p {
  color: rgba(255, 255, 255, .58);
}


.season-pulse span {
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.season-pulse strong {
  display: block;
  margin: 8px 0;
  color: var(--gold);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: .9;
  text-transform: uppercase;
}

.season-pulse p {
  margin: 0;
  font-size: .85rem;
}

.button.secondary {
  border-color: rgba(255, 255, 255, 0.42);
  color: white;
}

.quick-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.quick-strip div {
  padding: 24px clamp(18px, 4vw, 56px);
  background: white;
}

.label {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.quick-strip strong {
  display: block;
  margin-top: 4px;
  font-size: clamp(1rem, 2vw, 1.25rem);
}

.section {
  padding: clamp(52px, 7vw, 88px) clamp(18px, 4vw, 56px);
}

.section-heading {
  width: min(1180px, 100%);
  margin: 0 auto 26px;
}

.split-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
}

.split-heading .text-link {
  margin: 0;
}

.section-heading h2,
.media-copy h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1;
  text-transform: uppercase;
}

.team-filter {
  width: min(1180px, 100%);
  margin: 0 auto 24px;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 4px;
}

.filter-button {
  flex: 0 0 auto;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 9px 14px;
  color: var(--ink);
  background: white;
  font-weight: 900;
  cursor: pointer;
}

.filter-button.is-active {
  color: var(--ink);
  background: var(--gold);
  border-color: var(--gold);
}

.fixture-list {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 18px;
}

.matchday {
  display: grid;
  grid-template-columns: minmax(160px, 220px) 1fr;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(7, 17, 31, 0.06);
  overflow: hidden;
}

.match-strip {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.match-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 18px;
  background: white;
  box-shadow: 0 8px 24px rgba(7,17,31,.06);
  transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
}

.match-card:hover {
  border-color: rgba(243, 197, 43, .8);
  box-shadow: 0 16px 34px rgba(8, 11, 15, .12);
  transform: translateY(-3px);
}

.match-meta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2px 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.match-meta em {
  color: var(--green);
  font-style: normal;
}

.match-versus {
  display: grid;
  gap: 8px;
  margin: 15px 0;
}

.match-versus > span:not(.team-badge) {
  color: var(--muted);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  min-height: 30px;
  border-left: 4px solid var(--gold);
  padding: 5px 9px;
  color: white;
  background: var(--navy);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-badge.elites { border-color: var(--red); }
.team-badge.black-hawks { border-color: #77808b; }
.team-badge.yolo { border-color: #c5cad0; }
.team-badge.legends { border-color: var(--orange); }
.team-badge.blue-diamonds { border-color: var(--blue); }
.team-badge.galacticos { border-color: var(--gold); }

.dark-section {
  color: white;
  background: #0a1118;
}

.light-link {
  color: var(--gold);
}

.standings-shell {
  width: min(1180px, 100%);
  margin: 0 auto;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 7px;
}

.standings-table {
  width: 100%;
  border-collapse: collapse;
  background: #101820;
}

.standings-table th,
.standings-table td {
  padding: 13px 14px;
  border-bottom: 1px solid rgba(255,255,255,.09);
  text-align: center;
  white-space: nowrap;
}

.standings-table th {
  color: rgba(255,255,255,.55);
  font-size: .72rem;
  text-transform: uppercase;
}

.standings-table td:nth-child(2),
.standings-table th:nth-child(2) {
  text-align: left;
}

.standings-table .qualified td:first-child {
  border-left: 3px solid var(--green);
}

.light-table {
  border-color: var(--line);
}

.light-table .standings-table {
  color: var(--ink);
  background: white;
}

.light-table .standings-table th {
  color: var(--muted);
  background: #edf1f5;
}

.light-table .standings-table th,
.light-table .standings-table td {
  border-color: var(--line);
}

.standings-key {
  width: min(1180px,100%);
  margin: 0 auto 14px;
  display: flex;
  gap: 20px;
  color: var(--muted);
  font-size: .8rem;
}

.standings-key i {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  background: var(--line);
}

.standings-key .qualify {
  background: var(--green);
}

.matchday-date {
  padding: 20px;
  color: white;
  background: var(--navy);
}

.matchday-date span {
  display: block;
  color: var(--gold);
  font-size: 0.82rem;
  font-weight: 900;
  text-transform: uppercase;
}

.matchday-date strong {
  display: block;
  margin-top: 6px;
  font-size: 1.2rem;
}

.matches {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.match {
  min-height: 118px;
  padding: 16px;
  background: white;
}

.match time {
  display: block;
  color: var(--muted);
  font-size: 0.8rem;
  font-weight: 900;
}

.match-teams {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 12px;
  font-weight: 900;
}

.team-pill {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 9px;
  border-radius: 5px;
  color: white;
  background: var(--navy);
  font-size: 0.82rem;
  line-height: 1.1;
  text-transform: uppercase;
}

.team-pill.yolo,
.team-card.white {
  color: var(--ink);
  background: white;
  border: 1px solid var(--line);
}

.team-pill.elites,
.team-card.red { background: var(--red); }
.team-pill.black-hawks,
.team-card.black { background: #10151d; }
.team-pill.legends,
.team-card.orange { background: var(--orange); }
.team-pill.blue-diamonds,
.team-card.blue { background: var(--blue); }
.team-pill.galacticos,
.team-card.gold {
  color: var(--ink);
  background: var(--gold);
}

.finals {
  color: white;
  background: var(--navy);
}

.finals-grid,
.team-grid,
.rules-layout,
.media {
  width: min(1180px, 100%);
  margin: 0 auto;
}

.finals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.final-panel {
  padding: 24px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.final-panel h3 {
  margin: 0;
  color: var(--gold);
  font-size: 1.6rem;
  text-transform: uppercase;
}

.final-panel p {
  margin: 4px 0 18px;
  color: rgba(255, 255, 255, 0.78);
}

.final-panel dl {
  margin: 0;
}

.final-panel dl div {
  display: grid;
  grid-template-columns: 92px 1fr;
  gap: 16px;
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.final-panel dt {
  color: var(--gold);
  font-weight: 900;
}

.final-panel dd {
  margin: 0;
  font-weight: 800;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.team-card {
  min-height: 86px;
  display: grid;
  place-items: center;
  padding: 14px;
  border-radius: 8px;
  color: white;
  font-size: 1.05rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  box-shadow: var(--shadow);
}

.club-grid,
.profile-grid,
.news-grid,
.award-grid,
.info-grid,
.portal-grid,
.metric-grid,
.admin-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.club-grid {
  grid-template-columns: repeat(6, 1fr);
}

.profile-grid {
  grid-template-columns: repeat(3, 1fr);
}

.club-card {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 18px;
  background: white;
  transition: border-color 180ms ease-out, box-shadow 180ms ease-out, transform 180ms ease-out;
}

.club-card:hover {
  border-color: var(--gold);
  box-shadow: 0 14px 30px rgba(8, 11, 15, .1);
  transform: translateY(-3px);
}

.club-card > span,
.club-card p,
.club-card a {
  color: var(--muted);
  font-size: .78rem;
}

.club-card h3 {
  min-height: 48px;
  margin: 5px 0;
  text-transform: uppercase;
}

.club-card a {
  color: var(--blue);
  font-weight: 900;
}

.roster-card {
  display: flex;
  flex-direction: column;
}

.team-roster {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.roster-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--navy);
  font-size: .78rem;
  text-transform: uppercase;
}

.roster-heading span {
  min-width: 25px;
  min-height: 25px;
  display: grid;
  place-items: center;
  color: white;
  background: var(--navy);
  border-radius: 50%;
}

.team-roster ul {
  display: grid;
  gap: 2px;
  margin: 0 0 12px;
  padding: 0;
  list-style: none;
}

.team-roster li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 0;
  border-bottom: 1px solid var(--line);
}

.team-roster li span {
  color: var(--ink);
  font-size: .84rem;
  font-weight: 800;
}

.team-roster li small,
.roster-empty {
  color: var(--muted);
  font-size: .72rem;
}

.roster-empty {
  margin: 8px 0 14px;
}

.awards-section {
  color: white;
  background: var(--navy);
}

.award-grid {
  grid-template-columns: repeat(3, 1fr);
}

.award-grid article {
  border-top: 3px solid var(--gold);
  padding: 22px;
  background: rgba(255,255,255,.07);
}

.award-grid span {
  color: var(--gold);
  font-weight: 900;
}

.award-grid h3 {
  text-transform: uppercase;
}

.award-grid p {
  color: rgba(255,255,255,.7);
}

.news-grid {
  grid-template-columns: repeat(3, 1fr);
}

.news-card {
  border: 1px solid var(--line);
  border-radius: 7px;
  background: white;
  overflow: hidden;
}

.news-content {
  padding: 22px;
}

.news-image {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.news-card span {
  color: var(--green);
  font-size: .72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.news-card small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
}

.news-card h3 {
  margin: 22px 0 8px;
  text-transform: uppercase;
}

.news-card p {
  color: var(--muted);
  white-space: pre-wrap;
  overflow-wrap: anywhere;
}

.optional-label {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 500;
}

.announcement-image-preview {
  display: grid;
  gap: 10px;
  justify-items: start;
}

.announcement-image-preview[hidden] {
  display: none;
}

.announcement-image-preview img {
  width: min(100%, 420px);
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border: 1px solid var(--line);
  background: #f2f4f5;
}

.media-band {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 420px);
  gap: 42px;
  align-items: center;
  color: white;
  background: #101820;
}

.registration {
  background:
    linear-gradient(180deg, white 0%, #eef3f8 100%);
}

.registration-layout {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: clamp(20px, 4vw, 42px);
  align-items: start;
}

.registration-form,
.registration-notes {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 12px 34px rgba(7, 17, 31, 0.08);
}

.registration-form {
  padding: clamp(18px, 3vw, 28px);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.registration-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: 0.88rem;
  font-weight: 900;
  text-transform: uppercase;
}

.registration-form input,
.registration-form select,
.registration-form textarea {
  width: 100%;
  min-height: 46px;
  border: 1px solid rgba(7, 17, 31, 0.18);
  border-radius: 6px;
  padding: 11px 12px;
  color: var(--ink);
  background: #fbfcff;
  font: inherit;
  text-transform: none;
}

.registration-form textarea {
  resize: vertical;
}

.registration-form input:focus,
.registration-form select:focus,
.registration-form textarea:focus {
  outline: 3px solid rgba(247, 189, 44, 0.34);
  border-color: var(--gold);
}

.full-field,
.waiver-box {
  grid-column: 1 / -1;
}

.waiver-box {
  margin: 22px 0 0;
  padding: 18px;
  border: 1px solid rgba(7, 17, 31, 0.16);
  border-radius: 8px;
  background: #f7f8fb;
}

.waiver-box legend {
  padding: 0 8px;
  color: var(--navy);
  font-weight: 900;
  text-transform: uppercase;
}

.waiver-box p {
  margin: 0 0 14px;
  color: var(--muted);
}

.check-row {
  display: flex !important;
  grid-template-columns: none !important;
  align-items: flex-start;
  gap: 10px !important;
  margin-top: 12px;
  color: var(--ink) !important;
  font-size: 0.95rem !important;
  line-height: 1.35;
  text-transform: none !important;
}

.check-row input {
  flex: 0 0 auto;
  width: 18px;
  min-height: 18px;
  margin-top: 2px;
  accent-color: var(--gold);
}

.form-submit {
  margin-top: 22px;
  border: 0;
  cursor: pointer;
}

.form-status {
  min-height: 24px;
  margin: 14px 0 0;
  color: var(--green);
  font-weight: 900;
}

.registration-notes {
  position: sticky;
  top: 114px;
  padding: 24px;
  color: white;
  background:
    radial-gradient(circle at 82% 14%, rgba(247, 189, 44, 0.2), transparent 26%),
    var(--navy);
}

.registration-notes img {
  width: 128px;
  margin-bottom: 18px;
}

.registration-notes h3 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 1.35rem;
  text-transform: uppercase;
}

.registration-notes ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.88);
}

.rules-layout,
.media {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.85fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: start;
}

.rule-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.rule-list article {
  padding: 20px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
}

.rule-list h3 {
  margin: 0 0 8px;
  color: var(--navy);
  text-transform: uppercase;
}

.rule-list p,
.media-copy p {
  margin: 0;
  color: var(--muted);
}

.poster-frame {
  margin: 0;
  overflow: hidden;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.poster-link,
.poster-zoom {
  color: inherit;
  text-decoration: none;
}

.poster-link span,
.poster-zoom span {
  display: block;
  padding: 12px 14px;
  color: var(--navy);
  background: var(--gold);
  font-size: 0.88rem;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.page-hero {
  min-height: 380px;
  display: flex;
  align-items: center;
  gap: clamp(24px, 5vw, 70px);
  padding: clamp(54px, 8vw, 100px) clamp(18px, 6vw, 80px);
  color: white;
  background:
    linear-gradient(120deg, transparent 0 62%, rgba(247, 189, 44, 0.16) 62% 63%, transparent 63%),
    #0b1016;
}

.compact-hero {
  min-height: 340px;
}

.compact-hero > div {
  width: min(800px,100%);
}

.team-search,
.rules-toolbar {
  width: min(1180px,100%);
  margin: 0 auto 22px;
}

.team-search label {
  display: block;
  margin-bottom: 7px;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.team-search input {
  width: min(440px,100%);
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 10px 13px;
}

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

.info-grid article,
.portal-grid a {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 24px;
  background: white;
}

.info-grid span {
  color: var(--green);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.info-grid h2 {
  text-transform: uppercase;
}

.info-grid p {
  color: var(--muted);
}

.portal-grid {
  grid-template-columns: repeat(3,1fr);
  background: #e8edf2;
}

.portal-grid a {
  color: var(--ink);
  text-decoration: none;
}

.portal-grid strong,
.portal-grid span {
  display: block;
}

.portal-grid span {
  margin-top: 8px;
  color: var(--blue);
  font-size: .82rem;
}

.contact-layout {
  width: min(1180px,100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(260px,.7fr) minmax(0,1.3fr);
  gap: 28px;
  align-items: start;
}

.contact-details {
  display: grid;
  gap: 12px;
}

.contact-details article {
  border-left: 3px solid var(--gold);
  padding: 18px;
  background: white;
}

.contact-details span,
.contact-details strong {
  display: block;
}

.contact-details span {
  color: var(--muted);
  font-size: .75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.contact-details strong {
  font-size: 1.2rem;
}

.contact-details a {
  display: inline-block;
  margin-top: 5px;
  overflow-wrap: anywhere;
  color: var(--blue);
  font-weight: 800;
}

.social-channel-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin-top: 10px;
}

.social-channel-links a {
  margin: 0;
  border: 1px solid var(--line);
  padding: 8px 9px;
  background: #f6f7f8;
  text-align: center;
}

.social-channel-links a:hover,
.social-channel-links a:focus-visible {
  border-color: var(--gold);
  color: var(--navy);
}

.admin-body {
  background: #e8edf2;
}

.auth-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px 18px;
  background:
    linear-gradient(120deg, transparent 0 62%, rgba(243, 197, 43, .15) 62% 63%, transparent 63%),
    #080b0f;
}

.auth-panel {
  width: min(500px, 100%);
  border-top: 4px solid var(--gold);
  padding: clamp(24px, 5vw, 42px);
  color: white;
  background: #11171e;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .35);
}

.auth-brand img {
  width: 120px;
  margin-bottom: 20px;
}

.auth-panel h1 {
  font-size: clamp(3rem, 9vw, 5rem);
}

.auth-panel > p:not(.eyebrow) {
  color: rgba(255, 255, 255, .7);
}

.auth-form {
  display: grid;
  gap: 15px;
  margin: 24px 0 18px;
  box-shadow: none;
}

.auth-back {
  color: var(--gold);
  font-weight: 900;
}

.password-note {
  margin: 0;
  color: var(--muted);
  font-size: .82rem;
}

.form-status.error {
  color: #c82f3c;
}

.admin-logout {
  border: 0;
  cursor: pointer;
}

.signed-in-user {
  margin: 8px 0 0;
  color: var(--muted);
  font-weight: 800;
}

.owner-panel {
  width: min(1280px, 100%);
  margin: 18px auto 0;
}

.database-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 18px;
}

.database-summary article,
.database-table-list article {
  padding: 14px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}

.database-summary span,
.database-table-list span {
  display: block;
  color: var(--muted);
  font-size: .76rem;
}

.database-summary strong {
  display: block;
  margin-top: 5px;
}

.database-table-list {
  display: grid;
  gap: 8px;
  margin-bottom: 14px;
}

.database-table-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.database-table-list article > div:last-child {
  text-align: right;
}

.database-table-list b {
  font-size: 1.4rem;
}

.admin-view-tabs {
  display: flex;
  gap: 4px;
  width: max-content;
  max-width: 100%;
  padding: 4px;
  border: 1px solid #d8dde3;
  background: #fff;
}

.admin-view-tabs button {
  min-height: 42px;
  padding: 0 18px;
  border: 0;
  background: transparent;
  color: #4c5662;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}

.admin-view-tabs button.is-active {
  background: var(--navy);
  color: #fff;
}

.admin-main.players-view > section:not(.admin-heading):not(.players-team-panel),
.admin-main.players-view > .admin-grid,
.admin-main.players-view > .prototype-note {
  display: none;
}

.players-team-panel {
  min-height: 480px;
}

.admin-add-player-form {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(180px, .7fr) auto;
  align-items: end;
  gap: 12px;
  margin-bottom: 20px;
  padding: 16px;
  border: 1px solid #dce1e6;
  background: #f7f8fa;
}

.admin-add-player-form label {
  display: grid;
  gap: 7px;
  color: var(--navy);
  font-size: .78rem;
  font-weight: 800;
}

.admin-add-player-form input,
.admin-add-player-form select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cbd2d9;
  padding: 0 11px;
  background: #fff;
  color: var(--navy);
  font: inherit;
}

.admin-add-player-form .form-status {
  grid-column: 1 / -1;
  margin: 0;
}

.players-team-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}

.players-team-summary article {
  padding: 16px;
  border: 1px solid #e0e4e8;
  background: #f7f8fa;
}

.players-team-summary span,
.players-team-summary strong {
  display: block;
}

.players-team-summary span {
  color: #68727d;
  font-size: .78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.players-team-summary strong {
  margin-top: 5px;
  color: var(--navy);
  font-size: 1.8rem;
}

.players-by-team {
  display: grid;
  gap: 16px;
}

.admin-team-roster {
  border: 1px solid #dce1e6;
  background: #fff;
}

.admin-team-roster header {
  padding: 12px 14px;
  border-bottom: 1px solid #e1e5e9;
  background: #f5f6f8;
}

.admin-team-roster header > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.admin-team-roster header strong {
  color: #68727d;
  font-size: .78rem;
  text-transform: uppercase;
}

.admin-player-list {
  display: grid;
}

.admin-player-row {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 14px;
  border-bottom: 1px solid #edf0f2;
}

.admin-player-row:last-child {
  border-bottom: 0;
}

.admin-player-row > div:first-child strong,
.admin-player-row > div:first-child span {
  display: block;
}

.admin-player-row > div:first-child span {
  margin-top: 3px;
  color: #75808b;
  font-size: .78rem;
}

.admin-player-numbers {
  display: grid;
  grid-template-columns: repeat(4, 56px);
  gap: 6px;
}

.admin-player-numbers span {
  display: grid;
  place-items: center;
  min-height: 48px;
  background: #f1f3f5;
  color: #6a747f;
  font-size: .65rem;
  font-weight: 800;
}

.admin-player-numbers b {
  color: var(--navy);
  font-size: 1rem;
}

@media (max-width: 700px) {
  .admin-view-tabs {
    width: 100%;
  }

  .admin-view-tabs button {
    flex: 1;
    padding: 0 10px;
  }

  .players-team-summary {
    grid-template-columns: 1fr;
  }

  .admin-add-player-form {
    grid-template-columns: 1fr;
  }

  .admin-player-row {
    grid-template-columns: 1fr;
  }

  .admin-player-numbers {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.password-panel {
  width: min(1280px, 100%);
  margin: 18px auto 0;
}

.password-form {
  max-width: 620px;
  margin-top: 12px;
}

.operations-panel,
.admin-workflows {
  width: min(1280px, 100%);
  margin: 18px auto 0;
}

.admin-workflows {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.registration-review,
.published-list {
  display: grid;
  gap: 12px;
}

.registration-row {
  display: grid;
  grid-template-columns: minmax(190px, .65fr) minmax(0, 1.35fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border: 1px solid var(--line);
  background: #f7f8f9;
}

.registration-player strong,
.registration-player small,
.registration-details span,
.registration-details b {
  display: block;
}

.registration-player strong {
  margin: 8px 0 3px;
}

.registration-player small,
.registration-details span {
  color: var(--muted);
}

.registration-details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.registration-details b {
  color: var(--ink);
  font-size: .72rem;
  text-transform: uppercase;
}

.status-badge {
  display: inline-flex;
  width: fit-content;
  padding: 4px 8px;
  color: var(--ink);
  background: var(--gold);
  font-size: .7rem;
  font-weight: 900;
  text-transform: uppercase;
}

.status-badge.approved { color: white; background: var(--green); }
.status-badge.rejected { color: white; background: var(--red); }

.registration-actions {
  display: grid;
  gap: 6px;
}

.registration-actions button {
  min-height: 36px;
  border: 1px solid var(--line);
  padding: 7px 10px;
  background: white;
  font-weight: 800;
  cursor: pointer;
}

.registration-actions button:hover,
.registration-actions button:focus-visible {
  border-color: var(--gold);
}

.score-inputs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.stats-form {
  max-width: 920px;
}

.stats-input-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.player-stats-shell {
  overflow-x: auto;
}

.player-stats-table {
  min-width: 820px;
}

@media (max-width: 720px) {
  .stats-input-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.published-list { margin-top: 16px; }

.published-list article {
  padding: 12px 0;
  border-top: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.published-list strong,
.published-list span { display: block; }
.published-list span { color: var(--muted); font-size: .8rem; }

.delete-post {
  flex: 0 0 auto;
  border: 1px solid #b42318;
  background: transparent;
  color: #b42318;
  padding: 7px 10px;
  cursor: pointer;
  font-weight: 700;
}

.delete-post:hover,
.delete-post:focus-visible {
  background: #b42318;
  color: #fff;
}

.result-grid {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.result-card {
  border-top: 3px solid var(--gold);
  padding: 20px;
  background: white;
}

.result-card > span {
  color: var(--muted);
  font-size: .78rem;
  font-weight: 800;
}

.result-card > div {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 16px;
}

.result-card .team-badge:last-child { justify-self: end; }
.result-card strong { font-family: "Barlow Condensed", Impact, sans-serif; font-size: 1.8rem; }

.account-management {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 24px;
}

.account-list {
  display: grid;
  align-content: start;
  gap: 10px;
}

.account-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 20px;
  padding: 15px;
  border: 1px solid var(--line);
  background: #f6f7f8;
}

.account-row div,
.account-row span {
  display: block;
}

.account-row div:last-child {
  text-align: right;
}

.account-row span {
  color: var(--muted);
  font-size: .8rem;
}

.account-row b {
  color: var(--green);
  text-transform: uppercase;
}

.compact-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  box-shadow: none;
}

.compact-form h3 {
  margin: 0;
  text-transform: uppercase;
}

.admin-main {
  padding: 32px clamp(18px,4vw,56px) 70px;
}

.admin-heading {
  width: min(1280px,100%);
  margin: 0 auto 24px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.admin-heading h1 {
  font-size: clamp(2rem,4vw,3.4rem);
}

.metric-grid {
  max-width: 1280px;
  grid-template-columns: repeat(4,1fr);
}

.metric-grid article,
.admin-panel {
  border: 1px solid var(--line);
  border-radius: 7px;
  padding: 20px;
  background: white;
}

.metric-grid span,
.metric-grid small {
  display: block;
  color: var(--muted);
}

.metric-grid strong {
  display: block;
  font-size: 2.4rem;
}

.admin-grid {
  max-width: 1280px;
  grid-template-columns: minmax(0,1.5fr) minmax(260px,.5fr);
  margin-top: 18px;
}

.panel-heading {
  display: flex;
  justify-content: space-between;
}

.panel-heading h2 {
  margin: 0 0 18px;
  text-transform: uppercase;
}

.action-list {
  display: grid;
  gap: 10px;
}

.action-list button {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px;
  background: #f5f7f9;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.action-list a {
  border: 1px solid var(--line);
  border-radius: 5px;
  padding: 12px;
  color: var(--ink);
  background: #f5f7f9;
  font-weight: 800;
  text-decoration: none;
  transition: border-color 180ms ease-out, background-color 180ms ease-out;
}

.action-list a:hover,
.action-list a:focus-visible {
  border-color: var(--gold);
  background: #fff9df;
}

.prototype-note {
  width: min(1280px,100%);
  margin: 18px auto 0;
  color: var(--muted);
  font-size: .8rem;
}

.empty-results {
  width: min(760px,100%);
  margin: 0 auto;
  text-align: center;
}

.empty-results > span {
  color: var(--green);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.empty-results h2 {
  margin: 10px 0;
  text-transform: uppercase;
}

.empty-results p {
  color: var(--muted);
}

.empty-results .button {
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .sports-hero {
    grid-template-columns: 1fr;
  }

  .hero-side {
    display: none;
  }
}

.page-hero img {
  width: clamp(150px, 24vw, 280px);
  filter: drop-shadow(0 20px 38px rgba(0, 0, 0, 0.38));
}

.page-hero h1 {
  font-size: clamp(2.7rem, 7vw, 6rem);
}

.page-hero p:last-child {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.1rem;
}

.rules-page {
  width: min(920px, 100%);
  margin: 0 auto;
}

.rules-toolbar {
  display: grid;
  gap: 8px;
  margin-bottom: 22px;
}

.rules-toolbar label {
  color: var(--navy);
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
}

.rules-toolbar input {
  min-height: 50px;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px 14px;
  background: white;
  font: inherit;
}

.accordion-list {
  display: grid;
  gap: 12px;
}

.accordion-list details {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: white;
  box-shadow: 0 8px 22px rgba(7, 17, 31, 0.06);
}

.accordion-list summary {
  padding: 18px 20px;
  color: var(--navy);
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
}

.accordion-list details[open] summary {
  color: var(--ink);
  background: var(--gold);
}

.accordion-list details p {
  margin: 0;
  padding: 18px 20px;
  color: var(--muted);
}

.empty-state {
  padding: 22px;
  color: var(--muted);
  text-align: center;
}

.poster-page-section {
  background: #e9eef5;
}

.poster-page-section .poster-frame {
  width: min(760px, 100%);
  margin: 0 auto;
}

.poster-zoom {
  display: block;
  padding: 0;
  cursor: zoom-in;
}

.poster-dialog {
  width: min(94vw, 980px);
  max-height: 94vh;
  border: 0;
  border-radius: 8px;
  padding: 48px 10px 10px;
  background: var(--ink);
}

.poster-dialog::backdrop {
  background: rgba(0, 0, 0, 0.82);
}

.poster-dialog img {
  max-height: calc(94vh - 58px);
  margin: 0 auto;
}

.dialog-close {
  position: absolute;
  top: 10px;
  right: 10px;
  min-height: 32px;
  border: 0;
  border-radius: 5px;
  padding: 6px 10px;
  color: var(--ink);
  background: var(--gold);
  font-weight: 900;
  cursor: pointer;
}

.poster-frame img {
  width: 100%;
  height: auto;
}

.poster-frame figcaption {
  padding: 12px 14px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.media {
  align-items: center;
}

.media-copy .button {
  margin-top: 22px;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 28px clamp(18px, 4vw, 56px);
  color: white;
  background: var(--ink);
}

.site-footer div,
.site-footer nav {
  display: flex;
  align-items: center;
  gap: 14px;
}

.site-footer img {
  width: 48px;
}

.site-footer p {
  margin: 0;
  font-weight: 900;
}

.site-footer a {
  color: var(--gold);
  font-weight: 900;
  text-decoration: none;
}

@media (max-width: 900px) {
  .site-header {
    top: 8px;
    gap: 10px;
    margin-top: 8px;
    overflow-x: auto;
  }

  .hero {
    min-height: 680px;
  }

  .quick-strip,
  .matches,
  .finals-grid,
  .registration-layout,
  .rules-layout,
  .media {
    grid-template-columns: 1fr;
  }

  .registration-notes {
    position: static;
  }

  .matchday {
    grid-template-columns: 1fr;
  }

  .team-grid,
  .rule-list,
  .form-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-hero {
    align-items: flex-start;
    flex-direction: column;
  }

  .sports-hero,
  .countdown-band,
  .match-strip,
  .club-grid,
  .profile-grid,
  .news-grid,
  .award-grid,
  .media-band,
  .contact-layout,
  .metric-grid,
  .admin-grid {
    grid-template-columns: 1fr;
  }

  .account-management {
    grid-template-columns: 1fr;
  }

  .admin-workflows,
  .result-grid,
  .registration-row {
    grid-template-columns: 1fr;
  }

  .registration-actions {
    grid-template-columns: repeat(3, 1fr);
  }

  .season-pulse {
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-side {
    display: none;
  }

  .countdown-band .text-button {
    justify-self: start;
  }

  .club-grid {
    grid-template-columns: repeat(3,1fr);
  }
}

@media (max-width: 560px) {
  .brand span {
    font-size: 0.95rem;
  }

  .main-nav {
    justify-content: flex-start;
    gap: 8px;
    font-size: 0.84rem;
    overflow-x: auto;
  }

  .hero {
    min-height: 620px;
  }

  .hero-media::after {
    background:
      linear-gradient(120deg, transparent 0 44%, rgba(247, 189, 44, 0.32) 44% 45%, transparent 45% 100%),
      linear-gradient(150deg, transparent 0 66%, rgba(55, 182, 106, 0.28) 66% 67%, transparent 67% 100%);
  }

  h1 {
    font-size: clamp(2.3rem, 10vw, 3.1rem);
    line-height: 0.98;
  }

  .hero-content {
    width: calc(100% - 32px);
    margin: 0 16px;
  }

  .hero-logo {
    width: 138px;
    margin-bottom: 12px;
  }

  .hero-copy {
    margin-top: 14px;
    font-size: 1rem;
  }

  .hero-actions {
    margin-top: 18px;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .match-teams {
    align-items: stretch;
    flex-direction: column;
  }

  .match-teams .versus {
    color: var(--muted);
  }

  .team-grid,
  .rule-list,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .site-footer {
    flex-direction: column;
  }

  .site-header {
    position: relative;
    top: 0;
    width: 100%;
    margin: 0;
    padding: 10px 14px;
    border-radius: 0;
    flex-wrap: wrap;
  }

  .header-action {
    width: auto;
    margin-left: auto;
    text-align: center;
  }

  .countdown {
    gap: 12px;
  }

  .club-grid,
  .info-grid,
  .portal-grid {
    grid-template-columns: 1fr;
  }

  .season-pulse {
    grid-template-columns: 1fr 1fr;
  }

  .season-pulse article {
    padding: 22px 16px;
  }

  .split-heading,
  .admin-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    flex-wrap: wrap;
  }

  .account-row {
    grid-template-columns: 1fr;
  }

  .account-row div:last-child {
    text-align: left;
  }

  .registration-details,
  .registration-actions,
  .score-inputs,
  .result-card > div {
    grid-template-columns: 1fr;
  }

  .result-card .team-badge:last-child {
    justify-self: start;
  }
}

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