.pick-sheet-heading {
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
}

.pick-sheet-save-status {
  margin: 0.4rem 0 0;
  color: var(--muted);
  font-size: 0.85rem;
}

.pick-sheet-save-status strong {
  color: var(--green-dark);
  font-weight: 700;
}

.pick-sheet-entry-switcher {
  display: flex;
  margin-top: 0.85rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem 0.7rem;
}

.pick-sheet-entry-switcher > span {
  color: var(--muted);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pick-sheet-entry-switcher-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.pick-sheet-entry-switcher-link {
  display: inline-flex;
  min-height: 2.15rem;
  padding: 0.35rem 0.7rem;
  align-items: center;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 800;
  background: var(--surface);
  border: 1px solid #98a2b3;
  border-radius: 999px;
}

.pick-sheet-entry-switcher-link:hover {
  color: var(--green-dark);
  background: var(--green-soft);
  border-color: var(--green);
}

.pick-sheet-entry-switcher-link[aria-current="page"] {
  color: #ffffff;
  background: var(--green-dark);
  border-color: var(--gold);
}

.weekly-score-card {
  display: grid;
  flex-shrink: 0;
  min-width: 10.5rem;
  margin-right: max(10%, calc((100% - 57.2rem) / 2));
  padding: 0.85rem 1.1rem;
  text-align: center;
  background: var(--navy);
  border: 3px solid var(--gold);
  border-radius: 0.8rem;
  box-shadow: 0 0.5rem 1.25rem rgb(11 31 51 / 16%);
}

.weekly-score-card span {
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.weekly-score-card strong {
  color: var(--gold);
  font-size: 2.75rem;
  line-height: 1;
}

.pick-sheet-form {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  width: min(80%, 57.2rem);
  margin-inline: auto;
  gap: 0.85rem;
}

.main-pool-print-sheet {
  display: none;
}

.pick-sheet-toolbar {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.pick-sheet-toolbar > .pick-sheet-save-status {
  min-width: 0;
  margin: 0;
  flex: 1 1 auto;
  text-align: left;
}

.pick-sheet-autopick {
  display: flex;
  width: fit-content;
  max-width: 100%;
  margin-left: auto;
  padding: 0.55rem 0.35rem;
  align-items: center;
  justify-content: flex-start;
  gap: 0.7rem;
  flex-wrap: wrap;
  background: #f6f8fa;
  border: 1px solid #cbd3dc;
  border-radius: 0.7rem;
}

.pick-sheet-autopick-copy {
  flex: 0 0 auto;
}

.pick-sheet-autopick h2 {
  margin: 0;
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
}

.pick-sheet-autopick-actions {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.4rem;
}

.pick-sheet-autopick-button {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  column-gap: 0.2em;
  padding: 0.35rem 0.5rem;
  color: var(--navy);
  font: inherit;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  background: var(--surface);
  border: 1px solid var(--navy);
  border-radius: 0.45rem;
  box-shadow: 0 2px 0 rgb(11 31 51 / 25%);
  cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.pick-sheet-autopick-button:hover:not(:disabled) {
  background: var(--background);
}

.pick-sheet-autopick-button:active:not(:disabled) {
  background: #e8edf2;
  box-shadow: inset 0 2px 3px rgb(0 0 0 / 25%);
  transform: translateY(1px);
}

@media (prefers-reduced-motion: reduce) {
  .pick-sheet-autopick-button {
    transition: none;
  }

  .pick-sheet-autopick-button:active:not(:disabled) {
    transform: none;
  }
}

.pick-sheet-autopick-button:disabled {
  color: #98a2b3;
  background: #e9eef3;
  border-color: #c7d0d9;
  box-shadow: none;
  cursor: not-allowed;
}

.pick-game-list {
  position: relative;
  z-index: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  margin-block: 0.7rem;
  padding-block: 0.35rem;
  gap: 0.45rem;
  isolation: isolate;
}

.pick-game-list::before {
  position: absolute;
  z-index: -1;
  inset: -0.65rem -3.5rem;
  content: "";
  background: #eef2f6;
  border: 1px solid #b8c4d0;
  border-top: 4px solid var(--navy);
  border-radius: 1rem;
  box-shadow: 0 0.8rem 2rem rgb(11 31 51 / 9%);
}

.pick-game-list::after {
  position: absolute;
  top: -0.65rem;
  left: 1.25rem;
  width: 5rem;
  height: 4px;
  content: "";
  background: var(--gold);
  border-radius: 0 0 999px 999px;
}

.pick-game-time-divider {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.55rem;
  align-items: center;
  gap: 0.65rem;
  color: var(--navy);
  font-size: 0.82rem;
  font-weight: 700;
}

.pick-game-kickoff,
.pick-game-group-deadline {
  flex: 0 1 auto;
}

.pick-game-group-deadline {
  color: var(--muted);
  font-size: 0.72rem;
}

.pick-game-time-divider:first-child {
  margin-top: 0;
}

.pick-game-time-divider-rule {
  height: 1px;
  min-width: 0.75rem;
  flex: 1;
  background: #b9c3cc;
}

.pick-game-card {
  overflow: hidden;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 0.7rem;
  box-shadow: 0 0.2rem 0.7rem rgb(11 31 51 / 5%);
}

.pick-game-card.is-final {
  border-color: #b9c3cc;
}

.game-status {
  display: inline-flex;
  width: max-content;
  min-height: 1.45rem;
  padding: 0.12rem 0.5rem;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  border-radius: 999px;
}

.game-status.live {
  color: #1e4e79;
  background: #dbeafe;
  border: 1px solid #8cb7dd;
  transform: translateY(0.2px);
}

.game-status.final {
  color: #ffffff;
  background: var(--navy);
  border: 1px solid var(--navy);
  transform: translateY(0.1px);
}

.game-status.locked {
  color: var(--navy);
  background: #e9eef3;
  border: 1px solid #c7d0d9;
  transform: translateY(0.2px);
}

.team-pick-fieldset {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0.5rem;
  grid-template-columns: minmax(0, 1fr) 4.15rem minmax(0, 1fr) 3.6rem;
  align-items: stretch;
  gap: 0.45rem;
  border: 0;
}

.team-pick-option {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 3rem;
  padding: 0.4rem 0.55rem;
  align-items: center;
  gap: 0.55rem;
  background: var(--surface);
  border: 2px solid #98a2b3;
  border-radius: 0.55rem;
  cursor: pointer;
  transition: background-color 120ms ease, border-color 120ms ease, box-shadow 120ms ease, transform 120ms ease;
}

.team-logo {
  width: 1.85rem;
  height: 1.85rem;
  padding: 0.14rem;
  flex: 0 0 1.85rem;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid rgb(11 31 51 / 14%);
  border-radius: 0.4rem;
  box-shadow: 0 1px 2px rgb(11 31 51 / 14%);
}

.team-pick-option input {
  width: 1.05rem;
  min-height: 1.05rem;
  flex: 0 0 auto;
}

.team-pick-copy {
  min-width: 0;
  flex: 1;
}

.team-name-score {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.team-name-score.has-score {
  display: grid;
  width: 100%;
  padding-right: 0.85rem;
  grid-template-columns: minmax(0, 1fr) 1.75rem;
}

.team-identity-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 0.35rem;
}

.team-home-marker {
  flex: 0 0 auto;
  font-size: 0.9em;
}

.team-name {
  min-width: 0;
}

.team-name strong {
  min-width: 0;
}

.team-pick-copy strong {
  overflow-wrap: anywhere;
  color: var(--navy);
  font-size: clamp(0.9rem, 1.5vw, 0.98rem);
  font-weight: 700;
  line-height: 1.2;
}

.team-pick-copy .team-name strong {
  overflow-wrap: anywhere;
  white-space: normal;
}

.team-score {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  justify-self: end;
  background: linear-gradient(180deg, #e4e9ef, #cdd5df);
  border: 1px solid #8796a8;
  border-radius: 0.3rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 70%), 0 1px 2px rgb(11 31 51 / 12%);
  color: var(--navy);
  font-size: clamp(0.9rem, 1.5vw, 0.98rem);
  font-weight: 400;
  font-variant-numeric: proportional-nums;
  line-height: 1;
  text-align: center;
}

.team-score[hidden] {
  display: none;
}

.matchup-spread {
  align-self: center;
  color: var(--navy);
  font-size: clamp(0.9rem, 1.5vw, 0.98rem);
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
  .team-pick-fieldset:not(:disabled) .team-pick-option:hover {
    border-color: #667085;
    box-shadow: 0 0.2rem 0.5rem rgb(11 31 51 / 10%);
    transform: translateY(-1px);
  }

  .confidence-select:not(:disabled):hover {
    border-color: #667085;
  }
}

.team-pick-fieldset:disabled .team-pick-option {
  color: #475467;
  background: #e9eef3;
  border-color: #b9c3cc;
  cursor: default;
}

.team-pick-fieldset:disabled .team-pick-copy strong {
  color: #475467;
}

.team-pick-fieldset:disabled .team-pick-option.is-selected {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--gold);
  box-shadow: inset 0 0 0 1px var(--gold);
}

.team-pick-fieldset:disabled .team-pick-option.is-selected .team-pick-copy strong {
  color: #ffffff;
}

@supports selector(.team-pick-option:has(input:checked)) {
  .team-pick-option input {
    position: absolute;
    opacity: 0;
  }

  .team-pick-option:has(input:checked) {
    color: #ffffff;
    background: var(--navy);
    border-color: var(--gold);
    box-shadow: inset 0 0 0 1px var(--gold);
  }

  .team-pick-option:has(input:checked) .team-pick-copy strong {
    color: #ffffff;
  }

  .team-pick-fieldset:disabled .team-pick-option:not(.is-selected):not(:has(input:checked)) {
    color: #475467;
    background: #e9eef3;
    border-color: #b9c3cc;
  }

  .team-pick-fieldset:disabled .team-pick-option:has(input:checked) {
    color: #ffffff;
    background: var(--navy);
    border-color: var(--gold);
  }

  .team-pick-option:has(input:focus-visible) {
    outline: 3px solid var(--gold);
    outline-offset: 2px;
    box-shadow: 0 0 0 5px var(--navy);
  }
}

.pick-game-meta {
  display: flex;
  min-height: 1.65rem;
  padding: 0.15rem 0.55rem;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem 0.45rem;
  justify-content: flex-end;
  background: #f8fafb;
  border-bottom: 1px solid var(--border);
}

.pick-game-meta[hidden] {
  display: none;
}

.pick-game-change-status {
  display: flex;
  margin-right: auto;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.3rem;
  transform: translateY(1px);
}

.pick-game-unsaved-notice {
  display: inline-flex;
  min-height: 1.45rem;
  padding: 0.12rem 0.45rem;
  align-items: center;
  gap: 0.3rem;
  color: #6f4c06;
  font-size: 0.68rem;
  font-weight: 700;
  line-height: 1;
  background: var(--gold-soft);
  border: 1px solid #e8c46f;
  border-radius: 999px;
}

.pick-game-unsaved-notice::before {
  width: 0.38rem;
  height: 0.38rem;
  flex: 0 0 0.38rem;
  content: "";
  background: var(--gold);
  border-radius: 50%;
}

.pick-game-unsaved-notice[hidden] {
  display: none;
}

.confidence-field {
  width: 100%;
  align-self: center;
  transform: translateX(0.15rem);
}

.confidence-select:not([multiple]) {
  min-height: 2.5rem;
  padding-inline: 0.25rem;
  font-size: clamp(0.9rem, 1.5vw, 0.98rem);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
  text-align: center;
  text-align-last: center;
  background-position: right 0.3rem center;
  background-size: 0.65rem 0.4rem;
}

.confidence-select:focus {
  border-color: #98a2b3;
  outline: none;
  box-shadow: none;
}

.confidence-select.is-pointer-active:focus,
.confidence-select:focus-visible:not(.suppress-focus-ring) {
  border-color: var(--green);
  outline: 3px solid var(--gold);
  outline-offset: 2px;
  box-shadow: 0 0 0 5px var(--navy);
}

.confidence-select:is(:disabled, .read-only-confidence) {
  padding-inline: 0.25rem;
  color: #475467;
  text-align: center;
  text-align-last: center;
  opacity: 1;
  background-image: none;
  background-size: 100% 100%;
  background-position: center;
  background-color: #e9eef3;
  border-color: #b9c3cc;
  cursor: default;
}

.confidence-select.is-live-winning:is(:disabled, .read-only-confidence) {
  color: var(--navy);
  font-weight: 500;
  background-color: #effaf3;
  border-color: #8fd2ab;
  border-style: dotted;
}

.confidence-select.is-live-losing:is(:disabled, .read-only-confidence) {
  color: var(--navy);
  font-weight: 500;
  background-color: #fff5f5;
  border-color: #f3aaaa;
  border-style: dotted;
}

.confidence-select.is-won:is(:disabled, .read-only-confidence),
.confidence-select.is-lost:is(:disabled, .read-only-confidence) {
  font-weight: 700;
}

.confidence-select.is-won:is(:disabled, .read-only-confidence),
.confidence-select.is-lost:is(:disabled, .read-only-confidence),
.confidence-select.is-forfeited:is(:disabled, .read-only-confidence) {
  border-style: solid;
}

.confidence-select.is-won:is(:disabled, .read-only-confidence) {
  color: var(--green-dark);
  background-color: #dff3e7;
  background-image: linear-gradient(180deg, #f4fbf7 0%, #dff3e7 48%, #c7e8d4 100%);
  border-color: var(--green);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 90%),
    inset 0 -1px 0 rgb(16 104 58 / 38%),
    0 1px 2px rgb(11 31 51 / 24%);
}

.confidence-select.is-lost:is(:disabled, .read-only-confidence),
.confidence-select.is-forfeited:is(:disabled, .read-only-confidence) {
  color: var(--danger-dark);
  background-color: #fee2e2;
  background-image: linear-gradient(180deg, #fff7f7 0%, #fee2e2 48%, #facaca 100%);
  border-color: var(--danger);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 90%),
    inset 0 -1px 0 rgb(185 28 28 / 38%),
    0 1px 2px rgb(11 31 51 / 24%);
}

.tiebreak-card {
  display: flex;
  width: 100%;
  max-width: 100%;
  padding: 0.45rem 0.65rem;
  align-items: center;
  justify-content: flex-end;
  background: #fbfcfd;
  border-radius: 0.7rem;
  border-top: 1px solid var(--border);
  box-shadow: none;
}

.tiebreak-field {
  display: grid;
  width: auto;
  flex: 0 0 auto;
  grid-template-columns: auto 4rem;
  align-items: center;
  gap: 0.6rem;
}

.tiebreak-field label {
  font-size: 0.86rem;
}

.tiebreak-input {
  min-height: 2.25rem;
  padding-block: 0.3rem;
  font-variant-numeric: tabular-nums;
  text-align: center;
  appearance: textfield;
  font-weight: 500;
}

.tiebreak-input:disabled {
  color: #475467;
  opacity: 1;
  background-color: #e9eef3;
  border-color: #b9c3cc;
  cursor: default;
}

.tiebreak-input::-webkit-inner-spin-button,
.tiebreak-input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.pick-sheet-actions {
  display: flex;
  padding: 0.15rem 0 0;
  align-items: center;
  justify-content: flex-end;
}

.pick-sheet-actions[hidden] {
  display: none;
}

.pick-sheet-actions .button {
  min-height: 2.5rem;
  flex: 0 0 auto;
}

.pick-sheet-submission-modal {
  width: min(calc(100% - 2rem), 34rem);
  max-height: calc(100vh - 2rem);
  padding: 0;
  overflow: visible;
  color: var(--ink);
  background: transparent;
  border: 0;
}

.pick-sheet-submission-modal::backdrop {
  background: rgb(11 31 51 / 72%);
  backdrop-filter: blur(0.15rem);
}

.pick-sheet-submission-panel {
  position: relative;
  max-height: calc(100vh - 2rem);
  padding: 2rem;
  overflow: auto;
  text-align: center;
  background: var(--surface);
  border: 1px solid var(--border);
  border-top: 0.35rem solid var(--green);
  border-radius: 1rem;
  box-shadow: 0 2rem 5rem rgb(0 0 0 / 32%);
}

.pick-sheet-submission-close {
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  padding: 0;
  place-items: center;
  color: var(--navy);
  font: inherit;
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: 999px;
  cursor: pointer;
}

.pick-sheet-submission-close::before,
.pick-sheet-submission-close::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  content: "";
  background: currentcolor;
  border-radius: 999px;
}

.pick-sheet-submission-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pick-sheet-submission-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pick-sheet-submission-close:hover {
  color: #ffffff;
  background: var(--navy);
  border-color: var(--navy);
}

.pick-sheet-submission-icon {
  display: grid;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 auto 1rem;
  place-items: center;
  color: #ffffff;
  font-size: 1.75rem;
  font-weight: 800;
  background: var(--green);
  border: 0.2rem solid var(--green-soft);
  border-radius: 50%;
  box-shadow: 0 0 0 0.2rem rgb(22 131 74 / 16%);
}

.pick-sheet-submission-panel h2 {
  margin: 0.25rem 2rem 0;
  color: var(--navy);
  font-size: clamp(1.45rem, 4vw, 1.85rem);
}

.pick-sheet-submission-copy {
  margin: 0.65rem auto 0;
  color: var(--muted);
}

.pick-sheet-submission-email-status {
  margin: 1rem 0 0;
  padding: 0.7rem 0.85rem;
  color: var(--green-dark);
  font-size: 0.9rem;
  background: var(--green-soft);
  border: 1px solid #8fd2ab;
  border-radius: 0.5rem;
}

.pick-sheet-submission-actions {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}

.pick-sheet-submission-actions form {
  margin: 0;
}

.pick-sheet-submission-actions .button {
  min-width: 9.5rem;
}

.pick-sheet-submission-actions .button:disabled,
.pick-sheet-submission-actions .button:disabled:hover {
  color: var(--muted);
  background: var(--background);
  border-color: var(--border);
  cursor: not-allowed;
}

@media (max-width: 560px) {
  .pick-sheet-submission-panel {
    padding: 1.65rem 1.25rem 1.25rem;
  }

  .pick-sheet-submission-actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }

  .pick-sheet-submission-actions form,
  .pick-sheet-submission-actions .button {
    width: 100%;
  }
}

.pick-sheet-footer {
  display: flex;
  padding-top: 0.15rem;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.pick-sheet-footer .pick-sheet-actions {
  margin-left: auto;
  padding: 0;
}

.playground-scenario-panel {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1.75rem;
  padding: clamp(1.25rem, 2.5vw, 2rem);
  border-top: 0.3rem solid var(--gold);
}

.playground-scenario-heading {
  display: flex;
  margin-bottom: 1.25rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.playground-scenario-heading h2,
.playground-scenario-heading p {
  margin-bottom: 0;
}

.playground-scenario-heading p {
  margin-top: 0.35rem;
  color: var(--muted);
}

.playground-scenario-heading form {
  flex: 0 0 auto;
}

.playground-scenario-heading-actions {
  display: flex;
  flex: 0 0 auto;
  align-items: stretch;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.playground-scenario-heading-actions form {
  display: flex;
  margin: 0;
}

.playground-scenario-heading-actions .button {
  height: 100%;
  margin-top: 0;
}

.playground-scenario-form {
  display: grid;
  gap: 1rem;
}

.playground-scenario-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 17rem), 1fr));
  gap: 0.75rem;
}

.playground-scenario-game {
  display: grid;
  min-width: 0;
  margin: 0;
  padding: 0.7rem;
  gap: 0.55rem;
  background: var(--background);
  border: 1px solid var(--border);
  border-radius: 0.6rem;
}

.playground-scenario-game legend {
  padding-inline: 0.35rem;
  color: var(--navy);
  font-size: 0.9rem;
  font-weight: 700;
}

.playground-scenario-game > .field {
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.5rem;
}

.playground-scenario-game label {
  font-size: 0.78rem;
}

.playground-scenario-game input,
.playground-scenario-game select {
  min-height: 2.35rem;
  padding-block: 0.45rem;
}

.playground-score-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.5rem;
}

.playground-score-fields label {
  min-height: 0;
}

.playground-scenario-actions {
  display: flex;
  justify-content: flex-end;
}

.pool-recovery-actions {
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.65rem;
}

.empty-state-card {
  width: 100%;
  max-width: 100%;
  text-align: center;
}

.pool-coming-soon-card {
  display: grid;
  width: min(100%, 50rem);
  max-width: 100%;
  margin-inline: auto;
  margin-top: clamp(1.5rem, 8vh, 5rem);
  padding: 0;
  overflow: hidden;
  grid-template-columns: 13rem minmax(0, 1fr);
  border-top: 0.3rem solid var(--gold);
}

.pool-coming-soon-visual {
  display: grid;
  min-height: 13rem;
  place-items: center;
  background:
    linear-gradient(90deg, transparent 49.5%, rgb(255 255 255 / 20%) 49.5% 50.5%, transparent 50.5%),
    repeating-linear-gradient(0deg, rgb(255 255 255 / 5%) 0 2.4rem, transparent 2.4rem 4.8rem),
    var(--navy);
  border-right: 1px solid rgb(242 177 52 / 42%);
}

.pool-coming-soon-logo {
  width: 7.5rem;
  padding: 0.45rem;
  background: rgb(255 255 255 / 10%);
  border: 1px solid rgb(242 177 52 / 65%);
  border-radius: 1rem;
  box-shadow: 0 1rem 2.5rem rgb(0 0 0 / 24%);
}

.pool-coming-soon-logo img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.65rem;
}

.pool-coming-soon-content {
  display: flex;
  padding: clamp(1.75rem, 4vw, 2.75rem);
  flex-direction: column;
  justify-content: center;
}

.pool-coming-soon-card .eyebrow {
  margin-bottom: 0.75rem;
}

.pool-coming-soon-card h1 {
  margin: 0;
  color: var(--navy);
  font-size: clamp(1rem, 2.5vw, 1.75rem);
  letter-spacing: -0.025em;
  white-space: nowrap;
}


.weekly-score-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.45rem;
}

.pick-status-key.pick-sheet-pick-status-key .pick-status-key-swatch:is(.is-live-winning, .is-live-losing),
.pick-status-key.pick-sheet-pick-status-key .pick-status-key-swatch:is(.is-live-winning, .is-live-losing) + .pick-status-key-text {
  font-weight: 500;
}

.pick-status-key.pick-sheet-pick-status-key .pick-status-key-swatch:is(.is-won, .is-lost),
.pick-status-key.pick-sheet-pick-status-key .pick-status-key-swatch:is(.is-won, .is-lost) + .pick-status-key-text {
  font-weight: 700;
}

.weekly-score-card .weekly-score-value .weekly-rank {
  transform: translateY(-0.15rem);
  font-size: 1.25rem;
  font-weight: 400;
}
