/* Reusable CFB 2026 conference page + access-tier utilities */

:root {
  --cfb-bg: #0a0c10;
  --cfb-surface: #14171d;
  --cfb-ember: #ff5a1f;
  --cfb-gold: #c9a227;
  --cfb-text: #f5f3ee;
  --cfb-muted: #8a8f98;
  --cfb-line: #2a2f38;
  --cfb-display: "Oswald", sans-serif;
  --cfb-ui: "Inter", system-ui, sans-serif;
  --cfb-data: "JetBrains Mono", ui-monospace, monospace;
}

.cfb-playoff-hero-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  width: 100%;
  margin-top: 8px;
}

.cfb-playoff-hero-shell {
  width: 50%;
  max-width: 50%;
  flex-shrink: 0;
}

.cfb-hero-aside {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-width: 0;
}

.cfb-hero-aside__live {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  min-height: 52px;
  padding: 8px 22px;
  border: 1px solid #fff;
  border-radius: 999px;
  background: #2f9e44;
  color: #fff;
  text-align: center;
}

.cfb-hero-aside__live-label {
  font-family: var(--cfb-ui);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cfb-hero-aside__live-date {
  font-family: var(--cfb-data);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.1;
}

.cfb-hero-aside__logo {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.cfb-hero-aside__yday {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  text-align: center;
}

.cfb-hero-aside__yday-label {
  color: var(--cfb-muted);
  font-family: var(--cfb-ui);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cfb-hero-aside__yday-date {
  color: #fff;
  font-family: var(--cfb-data);
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1;
}

.cfb-hero-aside__results {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 8px 18px;
  border: 1px solid var(--cfb-gold);
  border-radius: 999px;
  color: var(--cfb-gold);
  font-family: var(--cfb-ui);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.cfb-hero-aside__results:hover,
.cfb-hero-aside__results:focus {
  background: rgba(201, 162, 39, 0.12);
  color: var(--cfb-gold);
}

.cfb-conf-hero {
  width: 100%;
  overflow: hidden;
  background: var(--cfb-surface);
  border: 1px solid var(--cfb-line);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  font-family: var(--cfb-ui);
  color: var(--cfb-text);
}

.cfb-conf-hero__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  gap: 0.35rem;
  background: var(--cfb-ember);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.3rem 0.95rem;
}

.cfb-conf-hero__nav a {
  color: #fff !important;
  text-decoration: none;
  text-transform: none;
  font-size: 12px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
}

.cfb-conf-hero__nav a:hover,
.cfb-conf-hero__nav a:focus {
  text-decoration: underline;
}

.cfb-conf-hero__row {
  display: grid;
  grid-template-columns: 72px auto 1fr;
  align-items: center;
  column-gap: 14px;
  padding: 14px 16px 10px;
}

.cfb-conf-hero__logo-box {
  width: 72px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cfb-conf-hero__logo {
  width: 64px;
  height: 64px;
  object-fit: contain;
}

.cfb-conf-hero__chips {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 8.25rem;
}

.cfb-conf-hero__chip-wrap {
  display: block;
  margin: 0;
}

.cfb-conf-hero__year-select,
.cfb-conf-hero__conf-select {
  appearance: none;
  -webkit-appearance: none;
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 4px 26px 4px 10px;
  border: 1px solid var(--cfb-line);
  border-radius: 2px;
  background-color: var(--cfb-bg);
  background-repeat: no-repeat;
  background-position: right 8px center;
  color: var(--cfb-text);
  cursor: pointer;
}

.cfb-conf-hero__year-select {
  font-family: var(--cfb-data);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: var(--cfb-ember);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23FF5A1F' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.cfb-conf-hero__conf-select {
  font-family: var(--cfb-display);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23C9A227' d='M0 0l5 6 5-6z'/%3E%3C/svg%3E");
}

.cfb-conf-badge {
  justify-self: end;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 6px 12px 6px 6px;
  border: 1px solid var(--cfb-line);
  background: var(--cfb-bg);
}

.cfb-conf-badge.is-prestige {
  border-color: var(--cfb-gold);
  box-shadow: 0 0 0 1px rgba(201, 162, 39, 0.18);
}

.cfb-conf-badge__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  min-height: 32px;
  padding: 0 8px;
  background: var(--cfb-line);
  color: var(--cfb-text);
  font-family: var(--cfb-display);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.cfb-conf-badge.is-prestige .cfb-conf-badge__mark {
  background: var(--cfb-gold);
  color: #14171d;
}

.cfb-conf-badge__name {
  font-family: var(--cfb-display);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.cfb-conf-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 2px;
  overflow: hidden;
  padding: 10px 12px 12px;
  border-top: 1px solid var(--cfb-line);
}

.cfb-conf-strip__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 44px;
  padding: 6px 8px;
  border: 1px solid transparent;
  background: transparent;
  color: var(--cfb-muted);
  font-family: var(--cfb-display);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  opacity: 0.42;
  cursor: pointer;
}

.cfb-conf-strip__logo {
  display: none;
  height: 28px;
  width: auto;
  max-width: 4.75rem;
  object-fit: contain;
}

.cfb-conf-strip__btn.is-active {
  opacity: 1;
  color: var(--cfb-ember);
  border-color: var(--cfb-ember);
}

.cfb-conf-strip__btn.is-active.has-logo {
  background: #fff;
  min-width: 4.75rem;
  padding: 6px 10px;
}

.cfb-conf-strip__btn.is-active.has-logo .cfb-conf-strip__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cfb-conf-strip__btn.is-active.has-logo .cfb-conf-strip__logo {
  display: block;
}

.cfb-conf-strip__btn.is-prestige .cfb-conf-strip__logo {
  height: 32px;
}

.cfb-conf-strip__btn.is-active.is-prestige {
  color: var(--cfb-gold);
  border-color: var(--cfb-gold);
}

.cfb-conf-strip__btn:focus-visible {
  outline: 2px solid var(--cfb-ember);
  outline-offset: 2px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

[data-cfb-team-card] .rvng-overlay.is-placed {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  border-width: 1px;
}

[data-cfb-team-card] .rvng-overlay.is-placed::before {
  font-size: 14px;
  line-height: 1;
}

.cfb-team-bundle {
  display: contents;
}

body:not(.cfb-conf-ready) .cfb-team-bundle:not([data-cfb-playoff]) [data-cfb-team-card] {
  display: none !important;
}

.cfb-team-bundle.is-hidden,
[data-cfb-team-card].is-hidden {
  display: none !important;
}

.cfb-conf-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  padding: 1.25rem;
  border: 1px dashed var(--cfb-line);
  background: var(--cfb-surface);
  color: var(--cfb-muted);
  font-family: var(--cfb-ui);
  font-weight: 600;
  text-align: center;
}

.cfb-conf-empty.is-hidden,
[data-cfb-playoff-banner].is-hidden,
[data-cfb-conference-banner].is-hidden {
  display: none !important;
}

.cfb-conf-banner.every-division-wrapper {
  display: grid;
  grid-template-columns: minmax(0, 400px) minmax(0, 1fr) minmax(0, 400px);
  align-items: stretch !important;
  gap: 10px;
  max-width: 100%;
  min-width: 0;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  scroll-margin-top: 1.25rem;
}

#division_1,
#division_2,
#division_3,
#division_4,
#division_5,
#division_6,
#division_7,
#division_8 {
  scroll-margin-top: 1.25rem;
}

.cfb-conf-banner .every-division-column-left,
.cfb-conf-banner .every-division-column-right {
  border: 17px solid #1f4328;
  background: #fff;
}

.cfb-conf-banner .every-division-column-middle {
  background-image: url("/img/division.png");
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.cfb-conf-banner .every-division-column-left,
.cfb-conf-banner .every-division-column-middle,
.cfb-conf-banner .every-division-column-right {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: auto;
  min-height: 108px;
  min-width: 0;
  max-width: 100%;
}

.cfb-conf-banner__logo-col {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 140px;
  padding: 0.5rem 0.75rem;
}

.cfb-conf-banner__logo {
  width: auto;
  height: 118px;
  max-width: min(180px, 100%);
  max-height: 130px;
  object-fit: contain;
}

.cfb-conf-banner__mid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
  width: 100%;
  padding: 0.75rem 2rem;
}

.cfb-conf-banner__mid .cfb-conf-badge {
  justify-self: center;
  flex-shrink: 1;
  min-width: 0;
}

.cfb-conf-banner__mid .cfb-conf-badge__name {
  color: #fff;
}

.cfb-conf-banner__mid .cfb-conf-badge.is-code-only .cfb-conf-badge__name {
  display: none;
}

.cfb-conf-banner__su {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  text-align: center;
  color: #fff;
  flex-shrink: 0;
}

.cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
  border-left: 1px solid rgba(255, 255, 255, 0.85);
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}

.cfb-conf-banner__wings {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  gap: 0.5rem;
  width: 100%;
  padding: 0.65rem 0.85rem;
  cursor: pointer;
}

.cfb-conf-banner__wings:focus-visible {
  outline: 2px solid var(--cfb-gold, #c9a227);
  outline-offset: 2px;
}

.cfb-conf-banner__tabs {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}

.cfb-conf-banner__tab {
  min-height: 44px;
  min-width: 5.5rem;
  padding: 0.35rem 0.85rem;
  border: 1px solid #1f4328;
  background: #f4f4f4;
  color: #1f4328;
  font-family: var(--cfb-display, inherit);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.cfb-conf-banner__tab.is-active {
  background: #1f4328;
  color: #fff;
  border-color: #1f4328;
}

.cfb-conf-banner__panels {
  width: 100%;
}

.cfb-conf-banner__panel {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.75rem;
  width: 100%;
}

.cfb-conf-banner__panel.is-hidden {
  display: none;
}

.cfb-conf-banner__stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  min-width: 3.75rem;
  font-weight: 700;
}

.cfb-conf-banner__stat span {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.cfb-conf-banner__stat strong {
  font-size: 1.5rem;
  line-height: 1.2;
}

.cfb-conf-banner__hint {
  margin: 0;
  text-align: center;
  font-size: clamp(0.5rem, 2.4vw, 0.65rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #5b6b5e;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}

.cfb-conf-banner__lock {
  font-size: 22px;
  line-height: 1;
  text-decoration: none;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1199px) {
  .cfb-conf-banner.every-division-wrapper {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr) minmax(0, 1fr);
  }

  .cfb-conf-banner__logo {
    height: 96px;
    max-width: min(150px, 100%);
    max-height: 108px;
  }

  .cfb-conf-banner__mid {
    gap: 2.5rem;
    padding: 0.75rem 1.25rem;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
    padding-left: 1rem;
    margin-left: 1rem;
  }
}

@media (max-width: 991px) {
  .cfb-conf-banner.every-division-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cfb-conf-banner .every-division-column-left,
  .cfb-conf-banner .every-division-column-right {
    border-width: 10px;
  }

  .cfb-conf-banner .every-division-column-left,
  .cfb-conf-banner .every-division-column-right {
    min-height: 88px;
  }

  .cfb-conf-banner .every-division-column-middle {
    min-height: 0;
    height: auto !important;
  }

  .cfb-conf-banner__logo-col {
    min-height: 120px;
    padding: 0.55rem;
  }

  .cfb-conf-banner__wings {
    padding: 0.6rem 0.75rem;
    touch-action: manipulation;
  }

  .cfb-conf-banner__tabs {
    width: 100%;
  }

  .cfb-conf-banner__tab {
    flex: 1 1 0;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .cfb-conf-banner.every-division-wrapper {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cfb-conf-banner__logo {
    height: 92px;
    max-width: min(148px, 72vw);
    max-height: 100px;
  }

  .cfb-conf-banner__mid {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 0;
    height: auto !important;
    padding: 0.7rem 0.65rem !important;
  }

  .cfb-conf-banner .every-division-column-middle {
    min-height: 0;
    height: auto !important;
    padding: 0.7rem 0.65rem !important;
  }

  .cfb-conf-banner__su {
    width: auto;
    flex: 1 1 auto;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    padding: 0;
    min-width: 0;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat {
    justify-content: center;
    gap: 0.4rem;
    padding: 0 0.55rem;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
    padding-left: 0.55rem;
    margin-left: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.75);
  }

  .cfb-conf-banner__mid .cfb-conf-badge {
    align-self: center;
    position: relative;
    z-index: 1;
    flex-shrink: 0;
    max-width: none;
    padding: 4px 6px;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.28);
  }

  .cfb-conf-banner__mid .cfb-conf-badge__name {
    display: none;
  }

  .cfb-conf-banner__stat {
    min-width: 0;
    flex: 1 1 0;
  }

  .cfb-conf-banner__stat span {
    font-size: 0.8125rem;
  }

  .cfb-conf-banner__stat strong {
    font-size: 1.125rem;
  }

  .cfb-conf-banner__panel {
    gap: 0.35rem;
  }

  .cfb-conf-banner__hint {
    font-size: clamp(0.48rem, 2.7vw, 0.62rem);
    letter-spacing: 0;
  }

  .cfb-conf-banner__wings {
    padding: 0.55rem 0.6rem;
  }
}

@media (max-width: 479px) {
  .cfb-conf-banner .every-division-column-left,
  .cfb-conf-banner .every-division-column-right {
    border-width: 8px;
  }

  .cfb-conf-banner__logo-col {
    min-height: 108px;
    padding: 0.45rem;
  }

  .cfb-conf-banner__logo {
    height: 84px;
    max-width: min(128px, 70vw);
    max-height: 92px;
  }

  .cfb-conf-banner__mid {
    padding: 2rem 0.45rem !important;
    gap: 0.45rem;
  }

  .cfb-conf-banner .every-division-column-middle {
    padding: 2rem 0.45rem !important;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat {
    padding: 0 0.4rem;
  }

  .cfb-conf-banner__su .cfb-conf-banner__stat + .cfb-conf-banner__stat {
    padding-left: 0.4rem;
    margin-left: 0;
  }

  .cfb-conf-banner__stat span {
    font-size: 0.75rem;
  }

  .cfb-conf-banner__stat strong {
    font-size: 1rem;
  }

  .cfb-conf-banner__hint {
    font-size: clamp(0.45rem, 2.6vw, 0.58rem);
    letter-spacing: 0;
  }
}

.container-max-width-custom[data-cfb-page-mode] {
  margin-top: 2rem;
}

.container-max-width-custom[data-cfb-page-mode][data-cfb-active-conference]:not([data-cfb-active-conference="playoff"]) {
  margin-top: 0.75rem;
}

[data-cfb-conference-banner].column-span-every-division {
  margin-top: 0.5rem !important;
  margin-bottom: 1rem !important;
  /* The card grid is repeat(4, 385px) and the cards claim explicit rows
     (grid-area: 2, 3, 5, ... - row 1 is free). With no placement of its own
     the banner was auto-placed into the first free cell, which dropped it
     partway down the page, and its internal three-column layout overflowed a
     single 385px track, pushing the stats box off the right edge. Pin it to
     the full width of row 1 so it sits directly under the conference tabs. */
  grid-column: 1 / -1;
  grid-row: 1;
  min-width: 0;
  max-width: 100%;
}

[data-cfb-access="free"] .cfb-mode-tab[data-cfb-mode="ats"],
[data-cfb-access="free"] .cfb-mode-tab[data-cfb-mode="ou"] {
  opacity: 0.55;
}

@media (max-width: 991px) {
  .cfb-playoff-hero-layout {
    flex-direction: column;
    align-items: stretch;
  }

  .cfb-playoff-hero-shell {
    width: 100%;
    max-width: 100%;
  }

  .cfb-hero-aside {
    padding: 8px 0 16px;
  }

  .cfb-conf-hero__row {
    grid-template-columns: 64px 1fr;
    row-gap: 12px;
  }

  .cfb-conf-hero .cfb-conf-badge {
    grid-column: 1 / -1;
    justify-self: stretch;
  }
}

@media (max-width: 767px) {
  .container-max-width-custom[data-cfb-page-mode][data-cfb-active-conference]:not([data-cfb-active-conference="playoff"]) {
    margin-top: 0.5rem;
  }

  .cfb-conf-hero__row {
    grid-template-columns: 1fr;
  }

  .cfb-conf-hero__chips {
    min-width: 0;
  }

  .cfb-conf-hero__year-select,
  .cfb-conf-hero__conf-select,
  .cfb-conf-strip__btn,
  .cfb-hero-aside__results,
  .cfb-hero-aside__live {
    min-height: 44px;
  }

  .cfb-conf-hero__nav {
    justify-content: center;
  }

  .cfb-conf-badge__name {
    white-space: normal;
  }
}

.cfb-picker-page {
  width: 100%;
  max-width: 72rem;
  margin: 0 auto;
  padding: 1rem 0.75rem 1.5rem;
  overflow-x: hidden;
}

.cfb-picker-hero {
  margin-bottom: 1.25rem;
  padding: 1rem 1.25rem;
  border-radius: 1rem;
  background: linear-gradient(90deg, #b45309 0%, #0f172a 100%);
  color: #fff;
}

.cfb-picker-hero__kicker {
  margin: 0 0 0.25rem;
  font-size: 0.8125rem;
  color: #fde68a;
}

.cfb-picker-hero h1 {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 700;
}

.cfb-picker-hero p {
  margin: 0.5rem 0 0;
  max-width: 48rem;
  font-size: 0.95rem;
  color: #e2e8f0;
}

.cfb-picker-status {
  margin: 0.75rem 0 0;
  min-height: 1.25rem;
  font-size: 0.875rem;
  color: #fde68a;
}

.cfb-picker-search {
  width: 100%;
  min-height: 44px;
  margin-bottom: 1rem;
  padding: 0 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  font-size: 1rem;
  background: #fff;
}

.cfb-picker-pool {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  min-height: 48px;
  margin-bottom: 1.25rem;
}

.cfb-picker-board {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  padding-bottom: 5.5rem;
}

@media (min-width: 768px) {
  .cfb-picker-board {
    grid-template-columns: 1fr 1fr;
  }
}

.cfb-picker-section {
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: #f8fafc;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.cfb-picker-section.is-sleeper {
  background: #fff;
}

.cfb-picker-section h2 {
  margin: 0 0 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  color: #0f172a;
}

.cfb-picker-section__hint {
  margin: -0.35rem 0 0.75rem;
  font-size: 0.875rem;
  color: #64748b;
}

.cfb-picker-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cfb-picker-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  border-radius: 0.5rem;
  background: #0f172a;
  color: #fff;
  font-weight: 700;
}

.cfb-picker-group {
  font-size: 0.7rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #64748b;
}

.cfb-picker-clear {
  min-width: 44px;
  min-height: 44px;
  padding: 0 0.75rem;
  border: 1px solid #cbd5e1;
  border-radius: 0.5rem;
  background: #fff;
  font-size: 0.875rem;
}

.cfb-picker-actions {
  position: fixed;
  left: 0.75rem;
  right: 0.75rem;
  bottom: 0.75rem;
  z-index: 1030;
  margin: 0;
  padding: 0.75rem;
  padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.16);
}

.cfb-picker-save {
  width: 100%;
  min-height: 44px;
  padding: 0 1.5rem;
  border: 0;
  border-radius: 0.5rem;
  background: #d97706;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
}

.cfb-picker-save:disabled {
  opacity: 0.6;
}

.cfb-picker-year-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.cfb-picker-year-row label {
  margin: 0;
  font-weight: 600;
  color: #fff;
}

.cfb-picker-year {
  min-width: 6.5rem;
  min-height: 44px;
  padding: 0 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0.5rem;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
}

.cfb-picker-year-default {
  min-height: 44px;
  min-width: 44px;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 0.5rem;
  background: transparent;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
}

.cfb-picker-year-default:disabled {
  opacity: 0.55;
}

.cfb-picker-year-default.is-active {
  background: #fff;
  color: #c2410c;
  border-color: #fff;
}

.cfb-picker-empty,
.cfb-picker-muted {
  margin: 0;
  font-size: 0.875rem;
  color: #64748b;
}

.cfb-picker-option {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 32px;
}

.cfb-picker-option img,
.cfb-picker-pool-chip img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.cfb-picker-menu {
  position: fixed;
  z-index: 1080;
  min-width: 10rem;
  padding: 0.25rem 0;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.cfb-picker-menu button {
  display: block;
  width: 100%;
  min-height: 44px;
  padding: 0 1rem;
  border: 0;
  background: transparent;
  text-align: left;
  font-size: 0.875rem;
}

@media (min-width: 640px) {
  .cfb-picker-page {
    padding: 1.25rem 1rem 1.5rem;
  }

  .cfb-picker-hero {
    padding: 1.5rem;
  }

  .cfb-picker-hero h1 {
    font-size: 1.875rem;
  }

  .cfb-picker-save {
    width: auto;
    min-width: 12rem;
  }

  .cfb-picker-actions {
    left: auto;
    right: 1.5rem;
    bottom: 1.5rem;
    width: auto;
    margin: 0;
    padding: 0.75rem 1rem;
    padding-bottom: max(0.75rem, env(safe-area-inset-bottom, 0px));
    border: 1px solid #e2e8f0;
    background: rgba(255, 255, 255, 0.96);
  }
}

.cfb-picker-slot {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  padding: 0.5rem 0.75rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
}

.cfb-picker-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  min-height: 44px;
  color: #64748b;
  cursor: grab;
  touch-action: none;
  -webkit-user-select: none;
  user-select: none;
}

.cfb-picker-handle:active {
  cursor: grabbing;
}

.cfb-picker-helmet {
  width: 40px;
  height: 40px;
  object-fit: contain;
  flex-shrink: 0;
}

.cfb-picker-select-wrap {
  flex: 1 1 12rem;
  min-width: 0;
}

.cfb-picker-select-wrap .select2-container {
  width: 100% !important;
}

.cfb-picker-select-wrap .select2-container .select2-selection--single {
  min-height: 44px;
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
}

.cfb-picker-pool-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  min-height: 44px;
  padding: 0.35rem 0.7rem;
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  background: #fff;
  font-size: 0.875rem;
  touch-action: manipulation;
}

.cfb-picker-slot.is-ghost {
  opacity: 0.45;
}

.cfb-picker-slot.is-chosen {
  background: #fffbeb;
  border-color: #f59e0b;
}

@media (max-width: 767px) {
  .cfb-picker-slot {
    flex-direction: row;
  }

  .cfb-picker-select-wrap {
    flex-basis: 100%;
  }
}
