.page-tool--gamecenter .page-shell {
  width: min(1380px, calc(100% - clamp(1rem, 3vw, 2.4rem)));
  padding-top: clamp(1rem, 2.4vw, 1.6rem);
}

.page-tool--gamecenter::after {
  right: -7rem;
  width: 44rem;
  height: 44rem;
  background:
    radial-gradient(circle, rgba(43, 140, 255, 0.24), transparent 58%),
    radial-gradient(circle at 65% 35%, rgba(255, 207, 112, 0.1), transparent 16%);
}

.gamecenter-shell {
  display: grid;
  gap: 1.15rem;
}

.gamecenter-header {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 1rem;
}

.gamecenter-header-copy {
  display: grid;
  gap: 0.8rem;
  max-width: 46rem;
}

.gamecenter-header-copy h1 {
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(3rem, 7vw, 5rem);
  letter-spacing: 0.05em;
  line-height: 0.9;
  text-transform: uppercase;
}

.gamecenter-header-text {
  margin: 0;
  color: rgba(226, 235, 247, 0.88);
  font-size: 1rem;
  line-height: 1.72;
}

.gamecenter-date-control {
  display: flex;
  align-items: end;
  gap: 0.85rem;
  min-width: min(100%, 23rem);
  padding: 1rem 1.05rem;
  border: 1px solid rgba(125, 188, 255, 0.18);
  border-radius: 1.35rem;
  background:
    linear-gradient(180deg, rgba(7, 18, 41, 0.94), rgba(4, 12, 28, 0.84)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
}

.gamecenter-date-control .field {
  min-width: 12rem;
}

.gamecenter-date-control button {
  width: auto;
  min-height: 3rem;
}

.gamecenter-card {
  position: relative;
  overflow: hidden;
  padding: clamp(1.15rem, 2.2vw, 1.5rem);
  border: 1px solid rgba(125, 188, 255, 0.14);
  border-radius: 1.45rem;
  background:
    linear-gradient(180deg, rgba(8, 19, 43, 0.98), rgba(4, 12, 29, 0.92)),
    rgba(255, 255, 255, 0.03);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.gamecenter-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(125, 188, 255, 0.08), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.02), transparent 42%);
  pointer-events: none;
}

.gamecenter-card > * {
  position: relative;
  z-index: 1;
}

.gamecenter-hero-panel {
  padding: 0;
}

.gc-hero-surface {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(310px, 0.72fr);
  gap: 1rem;
  padding: clamp(1.2rem, 2.6vw, 1.8rem);
  background:
    radial-gradient(circle at 8% 8%, rgba(43, 140, 255, 0.22), transparent 26%),
    radial-gradient(circle at 85% 0%, rgba(255, 207, 112, 0.08), transparent 18%),
    linear-gradient(135deg, rgba(8, 22, 51, 0.98), rgba(3, 12, 29, 0.96));
}

.gc-hero-surface--live {
  box-shadow:
    0 26px 84px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(121, 221, 177, 0.08);
}

.gc-hero-surface--final {
  box-shadow:
    0 26px 84px rgba(0, 0, 0, 0.34),
    inset 0 0 0 1px rgba(255, 207, 112, 0.08);
}

.gc-hero-surface--quiet {
  background:
    radial-gradient(circle at top left, rgba(43, 140, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(8, 22, 51, 0.98), rgba(3, 12, 29, 0.96));
}

.gc-hero-surface--error {
  background:
    radial-gradient(circle at top left, rgba(239, 79, 97, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(35, 10, 23, 0.96), rgba(12, 9, 22, 0.98));
}

.gc-hero-main {
  display: grid;
  gap: 1.2rem;
}

.gc-hero-main--empty {
  align-content: start;
}

.gc-hero-status-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.gc-hero-status-stack {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  flex-wrap: wrap;
}

.gc-live-indicator {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: var(--success);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gc-live-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 0 rgba(121, 221, 177, 0.45);
  animation: gc-live-pulse 1.7s infinite;
}

.gc-hero-updated {
  color: rgba(207, 220, 237, 0.82);
  font-size: 0.84rem;
  letter-spacing: 0.04em;
}

.gc-hero-copy-block {
  display: grid;
  gap: 0.55rem;
}

.gc-hero-copy-block h2,
.gc-hero-empty-copy h2 {
  margin: 0;
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(2.3rem, 5.2vw, 4rem);
  letter-spacing: 0.05em;
  line-height: 0.92;
  text-transform: uppercase;
}

.gc-hero-copy-block p,
.gc-hero-empty-copy p {
  margin: 0;
  max-width: 48rem;
  color: rgba(226, 235, 247, 0.86);
  font-size: 1rem;
  line-height: 1.72;
}

.gc-hero-empty-copy {
  display: grid;
  gap: 0.7rem;
  max-width: 42rem;
}

.gc-hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
}

.gc-score-stage {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
}

.gc-team-panel {
  display: grid;
  gap: 0.45rem;
  min-height: 11.5rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.3rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-team-panel--bluejays {
  background:
    radial-gradient(circle at top left, rgba(43, 140, 255, 0.16), transparent 40%),
    rgba(255, 255, 255, 0.05);
}

.gc-team-location {
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.gc-team-abbrev {
  color: rgba(199, 216, 237, 0.65);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gc-team-name {
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
  letter-spacing: 0.04em;
  line-height: 1.05;
}

.gc-team-record {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.gc-score-core {
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  min-width: 280px;
}

.gc-score-context,
.gc-score-subline {
  margin: 0;
  color: rgba(207, 220, 237, 0.82);
  text-align: center;
  line-height: 1.65;
}

.gc-scoreline {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.8rem;
}

.gc-score-number {
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(4.6rem, 11vw, 7.6rem);
  letter-spacing: 0.04em;
  line-height: 0.82;
}

.gc-score-number--pregame {
  font-size: clamp(3.2rem, 8vw, 5rem);
  line-height: 0.9;
}

.gc-score-separator {
  color: rgba(203, 217, 235, 0.58);
  font-family: "Bebas Neue", "Impact", sans-serif;
  font-size: clamp(1.8rem, 4vw, 3rem);
  line-height: 1;
}

.gc-hero-facts {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.8rem;
}

.gc-fact-chip {
  display: grid;
  gap: 0.4rem;
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-fact-chip span,
.gc-pulse-stat span,
.gc-command-metric span,
.gc-decision-card span,
.gc-stat-row span,
.gc-lineup-spot,
.gc-position-pill {
  color: rgba(200, 214, 234, 0.74);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.gc-fact-chip strong,
.gc-pulse-stat strong,
.gc-command-metric strong,
.gc-decision-card strong {
  font-size: 1rem;
  line-height: 1.35;
}

.gc-pulse-panel {
  display: grid;
  align-content: start;
  gap: 1rem;
  padding: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-section-head {
  display: grid;
  gap: 0.45rem;
}

.gc-section-kicker {
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.gc-section-head h2 {
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.85rem);
  line-height: 1.18;
}

.gc-section-head p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.gc-pulse-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.gc-pulse-stat {
  display: grid;
  gap: 0.35rem;
  padding: 0.9rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-state-card {
  display: grid;
  gap: 0.45rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-state-card strong {
  font-size: 1rem;
  line-height: 1.35;
}

.gc-state-card p {
  margin: 0;
  color: rgba(225, 234, 245, 0.8);
  line-height: 1.65;
}

.gc-state-card--quiet {
  border-color: rgba(125, 188, 255, 0.12);
}

.gc-state-card--live {
  border-color: rgba(121, 221, 177, 0.18);
  background:
    linear-gradient(180deg, rgba(121, 221, 177, 0.08), transparent 90%),
    rgba(255, 255, 255, 0.04);
}

.gc-state-card--final {
  border-color: rgba(255, 207, 112, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 207, 112, 0.06), transparent 90%),
    rgba(255, 255, 255, 0.04);
}

.gc-state-card--error {
  border-color: rgba(239, 79, 97, 0.24);
  background:
    linear-gradient(180deg, rgba(239, 79, 97, 0.08), transparent 90%),
    rgba(255, 255, 255, 0.04);
}

.gc-state-card--compact {
  padding: 0.95rem;
}

.gamecenter-dashboard {
  display: grid;
  grid-template-columns: minmax(0, 1.16fr) minmax(320px, 0.84fr);
  gap: 1rem;
  align-items: start;
}

.gamecenter-main-column,
.gamecenter-side-column {
  display: grid;
  gap: 1rem;
}

.gamecenter-side-column {
  position: sticky;
  top: calc(var(--live-strip-offset, 0px) + var(--live-strip-height, 0px) + 1rem);
}

.gc-command-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) 310px;
  gap: 1rem;
  align-items: start;
}

.gc-command-main {
  display: grid;
  gap: 1rem;
}

.gc-command-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.8rem;
}

.gc-command-metric {
  display: grid;
  gap: 0.35rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-command-note {
  display: grid;
  gap: 0.4rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: linear-gradient(180deg, rgba(43, 140, 255, 0.08), transparent 100%);
}

.gc-command-note p,
.gc-diamond-note,
.gc-player-line,
.gc-moment-summary,
.gc-moment-expanded p {
  margin: 0;
  line-height: 1.65;
}

.gc-diamond-panel {
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 0.85rem;
  min-height: 100%;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-diamond-shell {
  display: grid;
  place-items: center;
  width: 100%;
  min-height: 12rem;
}

.gc-base-diamond {
  position: relative;
  width: 10rem;
  height: 10rem;
}

.gc-base-node {
  position: absolute;
  width: 1.85rem;
  height: 1.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 0.3rem;
  background: rgba(255, 255, 255, 0.04);
  transform: rotate(45deg);
}

.gc-base-node--second {
  top: 0;
  left: 50%;
  margin-left: -0.925rem;
}

.gc-base-node--third {
  top: 50%;
  left: 0;
  margin-top: -0.925rem;
}

.gc-base-node--first {
  top: 50%;
  right: 0;
  margin-top: -0.925rem;
}

.gc-base-node--home {
  bottom: 0;
  left: 50%;
  margin-left: -0.925rem;
}

.gc-base-node.is-occupied {
  background: linear-gradient(135deg, var(--gold), #ffe4ac);
  border-color: rgba(255, 207, 112, 0.18);
  box-shadow: 0 0 0 6px rgba(255, 207, 112, 0.06);
}

.gc-diamond-note {
  color: var(--muted);
  text-align: center;
}

.gc-moments-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 1rem;
}

.gc-subpanel {
  display: grid;
  gap: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1.15rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-subpanel-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.gc-subpanel-head h3 {
  margin: 0.2rem 0 0;
  font-size: 1.12rem;
  line-height: 1.3;
}

.gc-counter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  min-height: 2rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid rgba(125, 188, 255, 0.18);
  border-radius: 999px;
  background: rgba(43, 140, 255, 0.12);
  color: var(--accent-soft);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.gc-filter-row {
  display: flex;
  gap: 0.8rem;
  align-items: end;
  flex-wrap: wrap;
}

.gc-filter-row .field {
  flex: 1 1 190px;
}

.gc-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 3rem;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-size: 0.84rem;
  font-weight: 600;
}

.gc-toggle input {
  width: 1rem;
  height: 1rem;
  accent-color: var(--accent);
}

.gc-moment-stack {
  display: grid;
  gap: 0.75rem;
}

.gc-moment-stack--scroll {
  max-height: 34rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.gc-moment-card {
  display: grid;
  gap: 0.7rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-moment-card--scoring {
  border-color: rgba(255, 207, 112, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 207, 112, 0.06), transparent 100%),
    rgba(255, 255, 255, 0.04);
}

.gc-moment-card--interactive summary {
  list-style: none;
  cursor: pointer;
  display: grid;
  gap: 0.7rem;
}

.gc-moment-card--interactive summary::-webkit-details-marker {
  display: none;
}

.gc-moment-expanded {
  display: grid;
  gap: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.gc-moment-topline,
.gc-moment-meta,
.gc-badge-row {
  display: flex;
  flex-wrap: wrap;
}

.gc-moment-topline {
  justify-content: space-between;
  gap: 0.8rem 1rem;
  color: var(--accent-soft);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.gc-moment-meta {
  gap: 0.45rem 0.85rem;
  color: var(--muted);
  font-size: 0.86rem;
}

.gc-badge-row {
  gap: 0.5rem;
}

.gc-badge-pill,
.gc-impact-pill,
.gc-position-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 1.9rem;
  padding: 0.32rem 0.58rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  line-height: 1;
}

.gc-badge-pill {
  color: var(--accent-soft);
}

.gc-impact-pill {
  border-color: rgba(255, 207, 112, 0.18);
  background: rgba(255, 207, 112, 0.1);
  color: #ffe6b4;
}

.gc-position-pill {
  color: rgba(226, 235, 247, 0.78);
}

.gc-ledger-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 1rem;
}

.gc-table-shell {
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(125, 188, 255, 0.35) transparent;
}

.gc-premium-table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.gc-premium-table thead th {
  color: rgba(206, 219, 237, 0.78);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background: rgba(255, 255, 255, 0.03);
}

.gc-premium-table th,
.gc-premium-table td {
  padding: 0.78rem 0.82rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
}

.gc-premium-table th:first-child,
.gc-premium-table td:first-child {
  text-align: left;
}

.gc-premium-table tbody tr:hover {
  background: rgba(255, 255, 255, 0.03);
}

.gc-linescore-table .is-bluejays {
  background: rgba(43, 140, 255, 0.08);
}

.gc-total-cell {
  font-weight: 800;
  color: var(--text);
}

.gc-totals-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.gc-stat-stack {
  display: grid;
  gap: 0.55rem;
}

.gc-stat-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: baseline;
  padding: 0.75rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.gc-stat-row strong {
  font-size: 0.98rem;
}

.gc-stat-row:last-child {
  border-bottom: 0;
}

.gc-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.gc-decision-card {
  display: grid;
  gap: 0.35rem;
  padding: 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
}

.gc-contributors-layout {
  display: grid;
  gap: 1rem;
}

.gc-player-card-grid {
  display: grid;
  gap: 0.75rem;
}

.gc-player-card {
  display: grid;
  gap: 0.8rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-player-card-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.gc-player-lockup {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.gc-player-lockup--sm {
  gap: 0.65rem;
}

.gc-player-avatar {
  width: 2.5rem;
  height: 2.5rem;
}

.gc-player-avatar--sm {
  width: 2rem;
  height: 2rem;
}

.gc-player-copy {
  display: grid;
  gap: 0.2rem;
  min-width: 0;
}

.gc-player-name {
  display: inline-flex;
  max-width: 100%;
  font-weight: 700;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gc-player-subtitle {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.gc-lineup-list {
  display: grid;
  gap: 0.75rem;
  max-height: 44rem;
  overflow: auto;
  padding-right: 0.2rem;
}

.gc-lineup-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.88rem 0.95rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.gc-lineup-spot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  border-radius: 999px;
  background: rgba(43, 140, 255, 0.16);
  color: var(--text);
}

.gc-lineup-player {
  min-width: 0;
}

.gc-skeleton {
  position: relative;
  display: block;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}

.gc-skeleton::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-100%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  animation: gc-shimmer 1.35s infinite;
}

.gc-skeleton-stack {
  display: grid;
  gap: 0.55rem;
}

.gc-skeleton-line {
  height: 0.92rem;
}

.gc-skeleton-line--xs {
  width: 4.4rem;
}

.gc-skeleton-line--sm {
  width: 7rem;
}

.gc-skeleton-line--md {
  width: 11rem;
}

.gc-skeleton-line--lg {
  width: 16rem;
}

.gc-skeleton-line--xl {
  width: min(100%, 24rem);
}

.gc-skeleton-pill {
  width: 6rem;
  height: 2rem;
}

.gc-skeleton-number {
  width: 5rem;
  height: 4.4rem;
  border-radius: 1rem;
}

.gc-skeleton-circle {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
}

.gc-skeleton-circle--spot {
  width: 2.35rem;
  height: 2.35rem;
}

.gc-skeleton-diamond {
  width: 10rem;
  height: 10rem;
  border-radius: 1.2rem;
}

.gc-skeleton-table {
  display: grid;
  gap: 0.7rem;
}

.gc-diamond-panel--skeleton {
  place-items: center;
}

.page-tool--gamecenter table {
  min-width: 0;
}

@keyframes gc-shimmer {
  100% {
    transform: translateX(100%);
  }
}

@keyframes gc-live-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(121, 221, 177, 0.45);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(121, 221, 177, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(121, 221, 177, 0);
  }
}

@media (max-width: 1180px) {
  .gc-hero-surface,
  .gamecenter-dashboard,
  .gc-command-grid,
  .gc-moments-grid,
  .gc-ledger-grid {
    grid-template-columns: 1fr;
  }

  .gamecenter-side-column {
    position: static;
  }
}

@media (max-width: 920px) {
  .gamecenter-header,
  .gc-score-stage,
  .gc-decision-grid {
    grid-template-columns: 1fr;
  }

  .gc-hero-facts,
  .gc-command-metrics,
  .gc-pulse-grid,
  .gc-totals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gamecenter-header {
    align-items: stretch;
  }

  .gamecenter-header {
    display: grid;
  }

  .gamecenter-date-control {
    width: 100%;
  }

  .gc-score-core {
    min-width: 0;
  }

  .gc-team-panel {
    min-height: auto;
  }

  .gc-hero-main,
  .gc-pulse-panel,
  .gc-subpanel,
  .gc-command-main,
  .gc-contributors-layout {
    gap: 0.9rem;
  }
}

@media (max-width: 720px) {
  .page-tool--gamecenter .page-shell {
    width: min(1380px, calc(100% - 1rem));
  }

  .gamecenter-dashboard {
    display: flex;
    flex-direction: column;
    gap: 0.9rem;
  }

  .gamecenter-main-column,
  .gamecenter-side-column {
    display: contents;
  }

  #gamecenter-situation-panel {
    order: 1;
  }

  #gamecenter-moments-panel {
    order: 2;
  }

  #gamecenter-contributors-panel {
    order: 3;
  }

  #gamecenter-lineup-panel {
    order: 4;
  }

  #gamecenter-ledger-panel {
    order: 5;
  }

  .gamecenter-date-control,
  .gc-filter-row {
    flex-direction: column;
    align-items: stretch;
  }

  .gamecenter-date-control button,
  .gamecenter-date-control .field,
  .gc-toggle {
    width: 100%;
  }

  .gc-hero-copy-block h2,
  .gc-hero-empty-copy h2 {
    font-size: clamp(2rem, 12vw, 3.1rem);
  }

  .gc-score-number {
    font-size: clamp(3.3rem, 17vw, 5.2rem);
  }

  .gc-score-number--pregame {
    font-size: clamp(2.7rem, 12vw, 4rem);
  }

  .gc-team-name {
    font-size: clamp(1.55rem, 8vw, 2.2rem);
  }

  .gc-hero-surface {
    gap: 0.9rem;
  }

  .gc-score-stage {
    gap: 0.75rem;
  }

  .gc-team-panel {
    padding: 1rem;
  }

  .gc-hero-facts,
  .gc-command-metrics,
  .gc-pulse-grid,
  .gc-totals-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gc-lineup-item,
  .gc-player-card-top,
  .gc-subpanel-head,
  .gc-hero-status-row,
  .gc-moment-topline,
  .gc-stat-row {
    align-items: flex-start;
  }

  .gc-lineup-item,
  .gc-player-card-top {
    grid-template-columns: 1fr;
  }

  .gc-lineup-item {
    gap: 0.6rem;
  }

  .gc-lineup-spot {
    width: 2rem;
    height: 2rem;
  }

  .gc-filter-row .field,
  .gc-filter-row select,
  .gc-toggle {
    width: 100%;
  }

  .gc-moment-card--interactive summary,
  .gc-moment-expanded {
    gap: 0.6rem;
  }

  .gc-table-shell {
    margin-inline: -0.2rem;
    padding-inline: 0.2rem;
  }

  .gc-premium-table {
    min-width: 34rem;
  }

  .gc-premium-table th:first-child,
  .gc-premium-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 1;
    background: rgba(5, 15, 36, 0.96);
    backdrop-filter: blur(12px);
  }

  .gc-moment-stack--scroll,
  .gc-lineup-list {
    max-height: none;
    padding-right: 0;
  }
}

@media (max-width: 560px) {
  .gc-hero-surface,
  .gamecenter-card,
  .gc-subpanel,
  .gamecenter-date-control {
    padding: 1rem;
    border-radius: 1.2rem;
  }

  .gc-scoreline {
    gap: 0.45rem;
  }

  .gc-team-panel,
  .gc-command-metric,
  .gc-diamond-panel,
  .gc-player-card,
  .gc-lineup-item,
  .gc-state-card,
  .gc-pulse-stat,
  .gc-fact-chip,
  .gc-decision-card {
    padding: 0.9rem;
  }

  .gc-hero-copy-block p,
  .gc-hero-empty-copy p,
  .gc-section-head p,
  .gc-diamond-note,
  .gc-player-subtitle,
  .gc-moment-meta {
    font-size: 0.92rem;
  }

  .gc-section-head h2 {
    font-size: 1.28rem;
  }

  .gc-hero-facts,
  .gc-command-metrics,
  .gc-pulse-grid,
  .gc-totals-grid,
  .gc-decision-grid {
    grid-template-columns: 1fr;
  }

  .gc-premium-table {
    min-width: 29rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gc-skeleton::after,
  .gc-live-dot {
    animation: none !important;
  }
}
