:root {
  --ink: #06110e;
  --ink-2: #0a1b16;
  --ink-3: #10271f;
  --forest: #17392c;
  --forest-2: #214a38;
  --glass: rgba(10, 27, 22, .72);
  --glass-strong: rgba(12, 31, 25, .9);
  --cream: #fff8e9;
  --cream-2: #e9dfc9;
  --muted: #a9b9ad;
  --muted-2: #7f9487;
  --ember: #f6a548;
  --ember-2: #ffc96a;
  --sun: #ffd984;
  --coral: #f06f4f;
  --moss: #7fb679;
  --aqua: #65cab2;
  --danger: #ff8a76;
  --line: rgba(255, 248, 233, .105);
  --line-strong: rgba(255, 248, 233, .18);
  --shadow: 0 22px 70px rgba(0,0,0,.36);
  --shadow-soft: 0 14px 40px rgba(0,0,0,.23);
  --radius-xl: 30px;
  --radius-lg: 24px;
  --radius-md: 18px;
  --nav-h: 78px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { background: var(--ink); color-scheme: dark; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  overflow-x: hidden;
  color: var(--cream);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Avenir Next", "Segoe UI", sans-serif;
  background:
    radial-gradient(1000px 520px at 50% -120px, rgba(58, 123, 91, .35), transparent 68%),
    radial-gradient(700px 440px at 110% 8%, rgba(246, 165, 72, .11), transparent 72%),
    linear-gradient(180deg, #071612 0%, #06110e 44%, #050d0b 100%);
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -3;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 9%, rgba(255,255,255,.045) 0 1px, transparent 1.5px),
    radial-gradient(circle at 67% 27%, rgba(255,255,255,.04) 0 1px, transparent 1.5px),
    radial-gradient(circle at 36% 71%, rgba(255,255,255,.028) 0 1px, transparent 1.5px);
  background-size: 34px 34px, 43px 43px, 57px 57px;
  mask-image: linear-gradient(to bottom, black, transparent 76%);
  opacity: .6;
}
body::after {
  content: "";
  position: fixed;
  z-index: -2;
  left: -18vw;
  right: -18vw;
  bottom: -26vh;
  height: 46vh;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 18% 0%, rgba(24, 59, 44, .85) 0 18%, transparent 18.5%),
    radial-gradient(ellipse at 42% 0%, rgba(20, 50, 38, .88) 0 20%, transparent 20.5%),
    radial-gradient(ellipse at 68% 0%, rgba(22, 56, 42, .88) 0 19%, transparent 19.5%),
    radial-gradient(ellipse at 88% 0%, rgba(17, 45, 34, .9) 0 21%, transparent 21.5%);
  filter: blur(1px);
  opacity: .7;
}

a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
[hidden] { display: none !important; }
::selection { background: rgba(246,165,72,.28); color: var(--cream); }

.app-shell { min-height: 100dvh; position: relative; isolation: isolate; }
.app-shell::before {
  content: "";
  position: fixed;
  z-index: -1;
  top: -110px;
  right: -130px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 199, 101, .13), rgba(240,111,79,.035) 44%, transparent 72%);
  filter: blur(8px);
  pointer-events: none;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  height: calc(70px + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: linear-gradient(180deg, rgba(5,15,12,.94), rgba(5,15,12,.70));
  backdrop-filter: blur(24px) saturate(125%);
  -webkit-backdrop-filter: blur(24px) saturate(125%);
  border-bottom: 1px solid rgba(255,248,233,.06);
}
.brand { display: inline-flex; align-items: center; gap: 11px; min-width: 0; }
.brand-mark {
  position: relative;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #2d1a09;
  font-family: Georgia, "Iowan Old Style", serif;
  font-weight: 900;
  font-size: 21px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.38), transparent 40%),
    radial-gradient(circle at 34% 30%, #ffe3a0, var(--ember) 55%, #b86d22 100%);
  box-shadow: 0 0 0 1px rgba(255,215,133,.28), 0 8px 22px rgba(246,165,72,.18);
}
.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  width: 17px;
  height: 5px;
  border-radius: 90% 10% 90% 10%;
  background: #203a29;
  opacity: .84;
}
.brand-mark::before { left: -4px; bottom: 5px; transform: rotate(-38deg); }
.brand-mark::after { right: -3px; top: 5px; transform: rotate(142deg); }
.brand-copy { display: grid; gap: 1px; min-width: 0; }
.brand-copy strong {
  font-family: Georgia, "Iowan Old Style", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: -.01em;
  color: var(--cream);
}
.brand-copy small {
  max-width: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: var(--muted-2);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.user-chip {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 13px;
  font-weight: 900;
  color: var(--cream);
  background: linear-gradient(145deg, rgba(47,97,73,.9), rgba(20,50,38,.95));
  border: 1px solid var(--line-strong);
  box-shadow: inset 0 1px rgba(255,255,255,.07), 0 8px 22px rgba(0,0,0,.25);
}

.page {
  width: min(100%, var(--max));
  margin: 0 auto;
  padding: 24px 16px calc(var(--nav-h) + 34px + env(safe-area-inset-bottom));
}
.panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(145deg, rgba(255,255,255,.035), transparent 38%),
    linear-gradient(145deg, rgba(16,42,33,.88), rgba(7,22,17,.84));
  box-shadow: var(--shadow-soft), inset 0 1px rgba(255,255,255,.035);
  backdrop-filter: blur(18px) saturate(120%);
  -webkit-backdrop-filter: blur(18px) saturate(120%);
}
.panel::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255,255,255,.025), transparent 24%, transparent 72%, rgba(255,201,106,.02));
}

.eyebrow {
  display: block;
  margin-bottom: 8px;
  color: var(--ember-2);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
  text-transform: uppercase;
}
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Iowan Old Style", "Times New Roman", serif;
  font-weight: 700;
  color: var(--cream);
}
h1 {
  margin-bottom: 8px;
  font-size: clamp(34px, 10vw, 58px);
  line-height: .98;
  letter-spacing: -.038em;
}
h2 { font-size: 25px; line-height: 1.06; letter-spacing: -.02em; }
h3 { font-size: 21px; line-height: 1.1; }
p { color: var(--muted); line-height: 1.55; }
.page-head {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 5px 0 24px;
}
.page-head p { margin-bottom: 0; max-width: 660px; font-size: 14px; }
.page-head strong { color: var(--cream-2); }
.section-block { margin-top: 32px; }
.section-title { display: flex; align-items: flex-end; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
.section-title h2 { margin: 0; }
.section-title a { color: var(--ember-2); font-weight: 800; font-size: 12px; }

.btn {
  min-height: 50px;
  border: 0;
  border-radius: 16px;
  padding: 0 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 900;
  letter-spacing: -.01em;
  cursor: pointer;
  transition: transform .16s ease, filter .16s ease, border-color .16s ease;
}
.btn:active { transform: scale(.975); }
.btn:hover { filter: brightness(1.04); }
.btn-primary {
  color: #2c1908;
  background:
    linear-gradient(145deg, rgba(255,255,255,.35), transparent 42%),
    linear-gradient(135deg, var(--sun), var(--ember) 62%, #da812e);
  box-shadow: 0 10px 30px rgba(246,165,72,.2), inset 0 1px rgba(255,255,255,.36);
}
.btn-secondary {
  color: var(--cream);
  background: linear-gradient(145deg, rgba(40,82,62,.9), rgba(19,48,37,.94));
  border: 1px solid rgba(255,248,233,.11);
  box-shadow: inset 0 1px rgba(255,255,255,.05);
}
.btn-ghost { color: var(--cream); background: rgba(255,255,255,.025); border: 1px solid var(--line-strong); }
.btn-block { width: 100%; }
.btn-small { min-height: 43px; padding-inline: 15px; font-size: 12px; white-space: nowrap; }

.bottom-nav {
  position: fixed;
  z-index: 60;
  left: 0;
  right: 0;
  bottom: 0;
  min-height: calc(var(--nav-h) + env(safe-area-inset-bottom));
  padding: 7px max(8px, env(safe-area-inset-left)) env(safe-area-inset-bottom) max(8px, env(safe-area-inset-right));
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: linear-gradient(180deg, rgba(8,23,18,.88), rgba(5,16,13,.97));
  backdrop-filter: blur(28px) saturate(125%);
  -webkit-backdrop-filter: blur(28px) saturate(125%);
  border-top: 1px solid rgba(255,248,233,.10);
  box-shadow: 0 -12px 34px rgba(0,0,0,.16);
}
.nav-item {
  min-width: 0;
  min-height: 58px;
  border: 0;
  border-radius: 14px;
  padding: 5px 2px 4px;
  color: #6f8579;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .01em;
  cursor: pointer;
}
.nav-icon { width: 23px; height: 23px; display: grid; place-items: center; line-height: 1; }
.nav-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.nav-item.active { color: var(--ember-2); background: linear-gradient(180deg, rgba(246,165,72,.08), rgba(246,165,72,.015)); }
.nav-item.active .nav-icon { filter: drop-shadow(0 0 9px rgba(246,165,72,.25)); }
.nav-item.muted { opacity: .28; }

.message-stack { position: fixed; z-index: 90; top: calc(78px + env(safe-area-inset-top)); left: 12px; right: 12px; display: grid; gap: 8px; pointer-events: none; }
.message { max-width: 650px; margin: 0 auto; width: 100%; padding: 13px 15px; border-radius: 16px; background: rgba(21,60,44,.96); color: var(--cream); border: 1px solid var(--line-strong); box-shadow: var(--shadow); font-size: 13px; }
.message.error { background: rgba(87,40,30,.97); }

.more-sheet { position: fixed; z-index: 100; inset: 0; }
.sheet-backdrop { position: absolute; inset: 0; border: 0; background: rgba(0,0,0,.64); opacity: 0; transition: opacity .22s; backdrop-filter: blur(3px); }
.sheet-panel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 18px calc(22px + env(safe-area-inset-bottom));
  border-radius: 30px 30px 0 0;
  background: linear-gradient(180deg, #153329, #0b2019);
  border-top: 1px solid rgba(255,248,233,.13);
  transform: translateY(100%);
  transition: transform .22s cubic-bezier(.2,.8,.2,1);
  box-shadow: 0 -30px 80px rgba(0,0,0,.36);
}
.more-sheet.open .sheet-backdrop { opacity: 1; }
.more-sheet.open .sheet-panel { transform: translateY(0); }
.sheet-handle { width: 46px; height: 5px; margin: 0 auto 16px; border-radius: 99px; background: rgba(255,255,255,.19); }
.sheet-panel h2 { margin: 0 0 8px; }
.sheet-panel a, .sheet-panel form button { width: 100%; min-height: 56px; padding: 0; border: 0; border-bottom: 1px solid rgba(255,255,255,.07); display: flex; align-items: center; justify-content: space-between; color: var(--cream); background: none; font-weight: 750; cursor: pointer; }
.sheet-panel a span, .sheet-panel form button span { color: var(--muted); font-size: 24px; }
body.sheet-open { overflow: hidden; }

/* Authentication */
.auth-body {
  background:
    radial-gradient(620px 420px at 50% 2%, rgba(246,165,72,.19), transparent 62%),
    linear-gradient(180deg, #173629 0%, #071612 48%, #050e0c 100%);
}
.auth-body::after {
  left: -32vw;
  right: -32vw;
  bottom: -14vh;
  height: 51vh;
  opacity: .95;
}
.auth-body .topbar, .auth-body .bottom-nav { display: none; }
.auth-body .page { min-height: 100dvh; padding: max(42px, env(safe-area-inset-top)) 16px max(36px, env(safe-area-inset-bottom)); display: grid; align-items: center; }
.auth-wrap { width: min(100%, 450px); margin: auto; }
.auth-hero { position: relative; text-align: center; margin-bottom: 25px; }
.auth-hero::before {
  content: "";
  display: block;
  width: 84px;
  height: 84px;
  margin: 0 auto 20px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(255,226,151,.95) 0 8%, rgba(255,190,92,.9) 9% 42%, rgba(235,105,65,.45) 43% 54%, transparent 55%),
    linear-gradient(180deg, transparent 50%, rgba(5,16,13,.9) 50%);
  box-shadow: 0 0 70px rgba(246,165,72,.18);
}
.auth-hero::after {
  content: "";
  position: absolute;
  top: 60px;
  left: 50%;
  width: 110px;
  height: 26px;
  transform: translateX(-50%);
  background: #0b2019;
  clip-path: polygon(0 100%, 11% 62%, 24% 66%, 36% 25%, 47% 58%, 60% 34%, 72% 65%, 88% 54%, 100% 100%);
}
.auth-hero h1 { margin-bottom: 8px; font-size: clamp(44px, 14vw, 67px); text-shadow: 0 8px 35px rgba(0,0,0,.34); }
.auth-hero p { max-width: 360px; margin: 0 auto; color: #b9c6bc; font-size: 14px; }
.auth-card { padding: 22px; background: linear-gradient(145deg, rgba(20,48,38,.9), rgba(8,24,19,.84)); }
.auth-switch { margin: 17px 0 0; text-align: center; font-size: 12px; }
.auth-switch a { color: var(--ember-2); font-weight: 850; }

/* Forms */
.narrow-page { width: min(100%, 590px); margin-inline: auto; }
.form-card { padding: 20px; }
.field { display: grid; gap: 7px; margin-bottom: 16px; }
.field label { color: var(--cream-2); font-size: 11px; font-weight: 850; letter-spacing: .045em; text-transform: uppercase; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 52px;
  border: 1px solid rgba(255,248,233,.12);
  border-radius: 15px;
  padding: 0 14px;
  color: var(--cream);
  background: rgba(3,16,12,.58);
  outline: none;
  font-size: 16px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.025);
  transition: border-color .16s, box-shadow .16s, background .16s;
}
.field textarea { min-height: 120px; padding-block: 12px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: rgba(246,165,72,.55); background: rgba(7,27,20,.8); box-shadow: 0 0 0 4px rgba(246,165,72,.08); }
.field select:disabled { opacity: .55; }
.field small { color: var(--muted-2); font-size: 11px; line-height: 1.45; }
.field-error { color: #ffb0a2; font-size: 11px; font-weight: 700; }
.form-errors { margin-bottom: 14px; padding: 12px; border-radius: 14px; color: #ffd2c9; background: rgba(114,49,37,.45); border: 1px solid rgba(255,145,123,.14); font-size: 12px; }
.big-field input { min-height: 60px; text-align: center; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.form-section + .form-section { margin-top: 19px; }
.form-section-head { margin-bottom: 16px; }
.form-section-head h2 { margin: 8px 0 0; font-size: 23px; }
.form-divider { height: 1px; margin: 23px 0; background: linear-gradient(90deg, transparent, rgba(255,248,233,.13), transparent); }
.inline-note { margin: 12px 0 0; color: var(--muted-2); font-size: 11px; line-height: 1.45; }
.inline-note strong { color: var(--cream); }
.sticky-submit { margin-top: 6px; }

/* Dashboard / pool */
.dashboard-grid { display: grid; gap: 15px; }
.pool-card { padding: 20px; }
.pool-card::after {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  top: -105px;
  right: -65px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,199,106,.17), transparent 68%);
  pointer-events: none;
}
.pool-card-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.pool-card h2 { margin: 8px 0 0; font-size: 26px; }
.season-pill { display: inline-flex; min-height: 26px; padding: 0 10px; align-items: center; border-radius: 99px; color: #352006; background: linear-gradient(135deg, #ffd988, #e9a13f); font-size: 9px; font-weight: 950; letter-spacing: .06em; text-transform: uppercase; box-shadow: 0 7px 18px rgba(246,165,72,.13); }
.icon-link { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; color: var(--ember-2); background: rgba(255,255,255,.035); border: 1px solid var(--line); font-size: 26px; }
.stat-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin: 22px 0 16px; }
.stat { min-width: 0; padding: 15px; border-radius: 18px; background: rgba(3,16,12,.34); border: 1px solid rgba(255,248,233,.065); }
.stat span { display: block; color: var(--muted-2); font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.stat strong { display: block; margin: 3px 0 0; font-family: Georgia, serif; color: var(--cream); font-size: 30px; line-height: 1; }
.stat small { display: block; margin-top: 6px; color: var(--aqua); font-size: 10px; }
.pick-summary { display: grid; gap: 8px; }
.pick-mini { min-width: 0; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 0; border-top: 1px solid rgba(255,248,233,.065); }
.pick-mini strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 13px; }
.pick-type { display: inline-flex; align-items: center; gap: 5px; color: var(--muted); font-size: 9px; font-weight: 950; letter-spacing: .09em; text-transform: uppercase; }
.pick-type::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: currentColor; box-shadow: 0 0 10px currentColor; }
.pick-type.winner { color: var(--ember-2); }
.pick-type.first-out { color: var(--coral); }
.card-actions { display: grid; grid-template-columns: 1.25fr .9fr; gap: 9px; margin-top: 18px; }
.empty-state { padding: 35px 24px; text-align: center; }
.empty-icon { width: 68px; height: 68px; margin: 0 auto 16px; border-radius: 50%; display: grid; place-items: center; font-size: 31px; background: radial-gradient(circle, rgba(246,165,72,.22), rgba(246,165,72,.04)); border: 1px solid rgba(246,165,72,.18); }
.empty-state h2 { margin-bottom: 8px; }
.empty-state p { max-width: 420px; margin: 0 auto 18px; }

.hero-score {
  min-height: 190px;
  padding: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  isolation: isolate;
  background:
    radial-gradient(circle at 78% 32%, rgba(255,213,128,.28) 0 6%, rgba(246,165,72,.12) 17%, transparent 43%),
    linear-gradient(135deg, rgba(42,92,67,.94), rgba(13,39,29,.96) 50%, rgba(8,28,22,.98));
}
.hero-score::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -1%;
  bottom: -1px;
  width: 62%;
  height: 64%;
  background: rgba(3,19,14,.86);
  clip-path: polygon(0 100%, 5% 75%, 18% 78%, 27% 48%, 39% 66%, 50% 30%, 60% 66%, 72% 53%, 87% 72%, 100% 62%, 100% 100%);
  opacity: .9;
}
.hero-score > div:first-child { position: relative; z-index: 2; }
.hero-score span { display: block; color: #c1d0c5; font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.hero-score strong { display: block; margin: 2px 0 3px; font-family: Georgia, serif; color: #fff6e1; font-size: clamp(62px, 18vw, 90px); line-height: .93; letter-spacing: -.05em; text-shadow: 0 10px 32px rgba(0,0,0,.24); }
.hero-score small { color: var(--aqua); font-size: 11px; font-weight: 800; }
.torch-orb { position: relative; z-index: 2; width: 88px; height: 88px; flex: 0 0 88px; border-radius: 50%; display: grid; place-items: center; background: radial-gradient(circle, rgba(255,209,110,.2), rgba(240,111,79,.03) 67%, transparent 70%); filter: drop-shadow(0 10px 24px rgba(0,0,0,.2)); }
.flame { position: relative; width: 31px; height: 44px; border-radius: 60% 40% 55% 45% / 68% 48% 52% 32%; transform: rotate(6deg); background: linear-gradient(180deg, #fff2b0 0 12%, #ffc24e 28%, #f2763e 64%, #9f3929 100%); box-shadow: 0 0 24px rgba(255,176,62,.42); }
.flame::after { content: ""; position: absolute; left: 10px; bottom: 7px; width: 12px; height: 22px; border-radius: 60% 40% 50% 50%; background: linear-gradient(180deg, #fffde0, #ffcf55 70%); }

.pick-grid { display: grid; gap: 11px; }
.pick-card { min-height: 140px; padding: 18px; }
.pick-card::after { content: ""; position: absolute; width: 95px; height: 95px; right: -28px; bottom: -38px; border-radius: 50%; background: radial-gradient(circle, rgba(246,165,72,.09), transparent 68%); }
.pick-card h3 { margin: 25px 0 6px; font-size: 25px; }
.pick-card p { margin: 0; font-size: 11px; }
.quick-grid { display: grid; gap: 10px; margin-top: 11px; }
.quick-link { min-height: 78px; padding: 13px 15px; display: grid; grid-template-columns: 46px 1fr auto; gap: 12px; align-items: center; }
.quick-link > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: var(--ember-2); background: rgba(246,165,72,.075); border: 1px solid rgba(246,165,72,.12); font-family: Georgia, serif; font-weight: 900; }
.quick-link strong { display: block; margin-bottom: 3px; font-size: 13px; }
.quick-link small { color: var(--muted-2); font-size: 10px; }
.quick-link b { color: var(--muted); font-size: 22px; }

/* Picks */
.draft-banner { min-height: 58px; margin: -3px 0 14px; padding: 10px 14px; border: 1px solid rgba(255,248,233,.08); border-radius: 17px; display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); background: rgba(9,30,23,.7); font-size: 11px; }
.draft-banner > div { display: flex; align-items: center; gap: 9px; }
.draft-banner strong { color: var(--cream); }
.draft-banner.my-turn { border-color: rgba(246,165,72,.32); background: linear-gradient(145deg, rgba(75,56,21,.34), rgba(17,42,31,.75)); }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--muted-2); box-shadow: 0 0 0 4px rgba(127,148,135,.08); }
.my-turn .status-dot { background: var(--ember-2); box-shadow: 0 0 0 4px rgba(246,165,72,.10), 0 0 14px rgba(246,165,72,.4); }

/* Leaderboard */
.leaderboard-mobile { display: grid; gap: 9px; }
.rank-card { min-height: 94px; padding: 13px 12px; display: grid; grid-template-columns: 48px 1fr 55px; gap: 10px; align-items: center; }
.rank-card.is-me { border-color: rgba(246,165,72,.30); background: linear-gradient(145deg, rgba(64,62,29,.35), rgba(9,31,24,.92)); box-shadow: 0 14px 42px rgba(246,165,72,.07), inset 0 1px rgba(255,231,183,.04); }
.rank-number { font-family: Georgia, serif; font-size: 28px; font-weight: 900; text-align: center; color: var(--cream); }
.rank-number span { font-family: inherit; font-size: 11px; color: var(--muted-2); }
.rank-main { min-width: 0; }
.rank-name { display: flex; align-items: center; gap: 7px; }
.rank-name strong { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 14px; }
.rank-name span { flex: 0 0 auto; padding: 2px 7px; border-radius: 99px; color: #2b1908; background: var(--ember-2); font-size: 8px; font-weight: 950; text-transform: uppercase; }
.rank-picks { display: flex; gap: 8px; margin-top: 9px; overflow: hidden; }
.rank-picks span { max-width: 31%; color: var(--muted-2); font-size: 9px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.out { text-decoration: line-through; opacity: .42; }
.rank-score { text-align: right; }
.rank-score strong { display: block; font-family: Georgia, serif; font-size: 27px; line-height: 1; }
.rank-score small { color: var(--aqua); font-size: 10px; font-weight: 800; }
.leaderboard-table { display: none; overflow-x: auto; }
.leaderboard-table table { width: 100%; border-collapse: collapse; }
.leaderboard-table th, .leaderboard-table td { padding: 14px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; font-size: 13px; }
.leaderboard-table th { color: var(--muted-2); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.leaderboard-table tr.is-me { background: rgba(246,165,72,.055); }

/* Cast */
.cast-grid { display: grid; gap: 11px; }
.cast-card { overflow: hidden; }
.cast-card summary { list-style: none; min-height: 96px; padding: 10px 13px 10px 10px; display: grid; grid-template-columns: 76px 1fr auto; gap: 13px; align-items: center; cursor: pointer; }
.cast-card summary::-webkit-details-marker { display: none; }
.cast-card summary > b { width: 28px; height: 28px; border-radius: 50%; display: grid; place-items: center; color: var(--muted-2); background: rgba(255,255,255,.035); font-size: 18px; transition: transform .18s; }
.cast-card[open] summary > b { transform: rotate(45deg); color: var(--ember-2); }
.cast-photo-wrap { width: 76px; height: 76px; position: relative; overflow: hidden; border-radius: 20px; background: rgba(255,255,255,.04); border: 1px solid rgba(255,248,233,.07); }
.cast-photo-wrap::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 -24px 30px rgba(0,0,0,.16); pointer-events: none; }
.cast-photo-wrap img { width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder { width: 100%; height: 100%; display: grid; place-items: center; color: var(--cream); font-family: Georgia, serif; font-size: 31px; background: radial-gradient(circle at 55% 32%, rgba(255,215,133,.28), transparent 26%), linear-gradient(145deg, #2d6b4e, #17392c 56%, #1b2c24); }
.eliminated-badge { position: absolute; z-index: 2; left: 5px; bottom: 5px; padding: 3px 7px; border-radius: 99px; background: rgba(116,43,34,.94); color: #ffd5cc; font-size: 7px; font-weight: 950; text-transform: uppercase; }
.cast-card.eliminated img { filter: grayscale(.9) contrast(.9); opacity: .5; }
.cast-copy { min-width: 0; }
.cast-copy > span { display: block; color: var(--ember-2); font-size: 8px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.cast-copy h2 { margin: 4px 0 3px; font-size: 22px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cast-copy small { color: var(--muted-2); font-size: 9px; }
.cast-bio { padding: 1px 17px 18px 99px; }
.cast-bio p { margin-bottom: 8px; font-size: 13px; }

/* Rules */
.rules-stack { display: grid; gap: 11px; }
.rule-card { padding: 18px; display: grid; grid-template-columns: 45px 1fr; gap: 13px; }
.rule-number { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; border: 1px solid rgba(246,165,72,.20); color: var(--ember-2); font-family: Georgia, serif; font-size: 12px; background: radial-gradient(circle, rgba(246,165,72,.08), transparent 70%); }
.rule-card h2 { margin: 2px 0 7px; font-size: 21px; }
.rule-card p { margin: 0; font-size: 13px; }
.rule-card strong { color: var(--cream); }

/* Commissioner */
.commissioner-grid { display: grid; gap: 12px; }
.draft-controls { display: grid; gap: 9px; }
.draft-order, .episode-list { overflow: hidden; }
.draft-order > div, .episode-list > div { min-height: 57px; padding: 10px 15px; display: grid; grid-template-columns: 55px 1fr auto; align-items: center; gap: 8px; border-bottom: 1px solid var(--line); font-size: 12px; }
.draft-order > div:last-child, .episode-list > div:last-child { border-bottom: 0; }
.draft-order b, .episode-list b { color: var(--muted); font-weight: 650; }
.draft-order > p, .episode-list > p { padding: 16px; margin: 0; }

@media (min-width: 680px) {
  .page { padding-inline: 24px; }
  .topbar { padding-inline: 24px; }
  .dashboard-grid { grid-template-columns: repeat(2, 1fr); }
  .pick-grid { grid-template-columns: repeat(3, 1fr); }
  .quick-grid { grid-template-columns: repeat(2, 1fr); }
  .cast-grid { grid-template-columns: repeat(2, 1fr); }
  .rules-stack { grid-template-columns: repeat(2, 1fr); }
  .commissioner-grid { grid-template-columns: repeat(2, 1fr); }
  .bottom-nav { left: 50%; right: auto; width: min(640px, calc(100% - 24px)); transform: translateX(-50%); border: 1px solid rgba(255,248,233,.10); border-bottom: 0; border-radius: 24px 24px 0 0; overflow: hidden; }
}

@media (min-width: 900px) {
  .page { padding-top: 36px; }
  .topbar { height: 76px; padding-top: 0; }
  .dashboard-grid { grid-template-columns: repeat(3, 1fr); }
  .leaderboard-mobile { display: none; }
  .leaderboard-table { display: block; }
  .cast-grid { grid-template-columns: repeat(3, 1fr); gap: 14px; }
  .cast-card summary { grid-template-columns: 88px 1fr auto; }
  .cast-photo-wrap { width: 88px; height: 88px; }
  .cast-bio { padding-left: 111px; }
}

@media (max-width: 380px) {
  .page { padding-inline: 13px; }
  .topbar { padding-inline: 13px; }
  h1 { font-size: 34px; }
  .hero-score { min-height: 176px; padding: 19px; }
  .torch-orb { width: 76px; height: 76px; flex-basis: 76px; }
  .nav-item { font-size: 8px; }
}

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

/* ------------------------------------------------------------
   Locked picks + cast-card selection experience
   ------------------------------------------------------------ */
.lock-chip {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 9px;
  border-radius: 999px;
  color: #2c1908;
  background: linear-gradient(135deg, var(--ember-2), var(--ember));
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .08em;
  text-transform: uppercase;
  box-shadow: 0 5px 18px rgba(246,165,72,.16);
}
.lock-chip.coral { background: linear-gradient(135deg, #ffaf8e, var(--coral)); }
.locked-note { margin: -2px 0 14px; font-size: 12px; color: var(--cream-2); }
.lock-warning { margin: 10px 0 0; text-align: center; font-size: 10px; color: var(--muted-2); }
.all-locked-callout {
  padding: 15px 16px;
  border-radius: 15px;
  border: 1px solid rgba(246,165,72,.15);
  background: rgba(246,165,72,.055);
  color: var(--cream-2);
  text-align: center;
  font-size: 12px;
  font-weight: 800;
}
.field select:disabled {
  opacity: .72;
  cursor: not-allowed;
  color: var(--cream-2);
  -webkit-text-fill-color: var(--cream-2);
  background-color: rgba(255,255,255,.025);
}

.cast-pick-status {
  margin: -4px 0 17px;
  padding: 15px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background:
    radial-gradient(circle at 18% -20%, rgba(246,165,72,.13), transparent 48%),
    linear-gradient(135deg, rgba(17,52,41,.88), rgba(8,27,24,.92));
}
.cast-pick-status-copy { min-width: 0; display: grid; gap: 3px; }
.cast-pick-status-copy strong { color: var(--cream); font-family: var(--display); font-size: 18px; line-height: 1.1; }
.cast-pick-status-copy small { color: var(--muted); font-size: 10px; line-height: 1.35; }
.cast-pick-status .btn { flex: 0 0 auto; }

.your-pick-badge {
  position: absolute;
  left: 6px;
  bottom: 6px;
  z-index: 2;
  max-width: calc(100% - 12px);
  padding: 4px 6px;
  border-radius: 7px;
  color: #261506;
  font-size: 7px;
  font-weight: 950;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.your-pick-badge.winner-badge { background: var(--ember-2); }
.your-pick-badge.first-badge { background: #ff9a78; }

.cast-bio { padding-bottom: 14px; }
.cast-pick-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 12px;
}
.cast-pick-btn {
  min-height: 45px;
  padding: 8px 9px;
  border-radius: 13px;
  border: 1px solid rgba(255,248,233,.09);
  background: rgba(255,255,255,.035);
  color: var(--cream-2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  font: inherit;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, transform .16s ease, opacity .16s ease;
}
.cast-pick-btn span { font-size: 12px; }
.cast-pick-btn b { font-size: 9px; font-weight: 900; line-height: 1.15; }
.cast-pick-btn:active:not(:disabled) { transform: scale(.975); }
.cast-pick-btn.winner-action:not(:disabled):hover,
.cast-pick-btn.winner-action.selected {
  border-color: rgba(246,165,72,.38);
  background: rgba(246,165,72,.12);
  color: var(--ember-2);
}
.cast-pick-btn.first-out-action:not(:disabled):hover,
.cast-pick-btn.first-out-action.selected {
  border-color: rgba(255,128,91,.34);
  background: rgba(255,128,91,.10);
  color: #ff9a78;
}
.cast-pick-btn.selected { box-shadow: inset 0 0 0 1px currentColor, 0 8px 22px rgba(0,0,0,.12); }
.cast-pick-btn:disabled { cursor: not-allowed; opacity: .34; }

.pick-tray {
  position: fixed;
  z-index: 45;
  left: 12px;
  right: 12px;
  bottom: calc(73px + env(safe-area-inset-bottom));
  padding: 10px 14px 13px;
  border-color: rgba(246,165,72,.20);
  background:
    radial-gradient(circle at 20% -15%, rgba(246,165,72,.14), transparent 40%),
    rgba(7,25,22,.965);
  box-shadow: 0 -12px 50px rgba(0,0,0,.46), 0 18px 55px rgba(0,0,0,.40);
  backdrop-filter: blur(24px) saturate(1.25);
  -webkit-backdrop-filter: blur(24px) saturate(1.25);
}
.pick-tray[hidden] { display: none; }
.pick-tray-handle { width: 34px; height: 3px; border-radius: 99px; margin: 0 auto 9px; background: rgba(255,248,233,.18); }
.pick-tray-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 12px; }
.pick-tray-head h2 { margin: 1px 0 0; font-size: 20px; }
.tray-clear { border: 0; background: transparent; color: var(--muted); font: inherit; font-size: 10px; font-weight: 900; cursor: pointer; }
.pick-tray-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 7px;
  margin: 10px 0;
}
.pick-tray-grid > div { min-width: 0; padding: 8px 9px; border-radius: 11px; background: rgba(255,255,255,.035); border: 1px solid rgba(255,248,233,.06); }
.pick-tray-grid span { display: block; color: var(--muted-2); font-size: 7px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.pick-tray-grid strong { display: block; margin-top: 3px; color: var(--cream-2); font-size: 10px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pick-tray > small { display: block; margin-top: 7px; color: var(--muted-2); text-align: center; font-size: 8px; }
body.has-pick-tray .page { padding-bottom: calc(285px + env(safe-area-inset-bottom)); }

@media (min-width: 680px) {
  .pick-tray { left: 50%; right: auto; width: min(610px, calc(100% - 32px)); transform: translateX(-50%); }
}

@media (max-width: 380px) {
  .cast-pick-status { align-items: flex-start; }
  .cast-pick-status .btn { min-height: 42px; padding-inline: 12px; }
  .cast-pick-actions { grid-template-columns: 1fr; }
  .pick-tray { left: 8px; right: 8px; padding-inline: 11px; }
  .pick-tray-grid > div { padding-inline: 7px; }
}


/* Survivor 51 cast profile metadata */
.cast-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin: 2px 0 12px;
}
.cast-facts > div {
  padding: 9px 10px;
  border-radius: 13px;
  border: 1px solid rgba(255,248,233,.07);
  background: rgba(255,255,255,.025);
  min-width: 0;
}
.cast-facts span {
  display: block;
  margin-bottom: 3px;
  color: var(--muted-2);
  font-size: 8px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.cast-facts strong {
  display: block;
  color: var(--cream);
  font-size: 10px;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.cast-source-note {
  margin: 16px 6px 2px;
  color: var(--muted-2);
  font-size: 9px;
  line-height: 1.5;
  text-align: center;
}
@media (max-width: 390px) {
  .cast-facts { grid-template-columns: 1fr; }
}

/* === SURVIVOR_CAST_LAYOUT_FIX_START === */
/*
 * Cast catalogue fixes
 * --------------------
 * 1. Promotional portraits are displayed in full rather than cropped.
 * 2. Grid items do not stretch to match the tallest item in their row.
 * 3. From tablet width upward, an open profile spans the whole grid so its
 *    neighbours stay compact and the biography has room to breathe.
 */
.cast-grid {
  align-items: start;
}

.cast-card {
  align-self: start;
  height: auto;
  min-height: 0;
}

.cast-photo-wrap {
  width: 76px;
  height: auto;
  aspect-ratio: 4 / 5;
  flex: 0 0 auto;
  background:
    radial-gradient(circle at 50% 18%, rgba(246, 165, 72, .12), transparent 42%),
    linear-gradient(155deg, #285a45 0%, #173c2d 52%, #0c261c 100%);
}

.cast-photo-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center top;
  background:
    radial-gradient(circle at 50% 20%, rgba(246, 165, 72, .08), transparent 44%),
    linear-gradient(155deg, #285a45 0%, #173c2d 52%, #0c261c 100%);
}

/* Keep the vignette subtle now that the full portrait is visible. */
.cast-photo-wrap::after {
  box-shadow: inset 0 -18px 24px rgba(0, 0, 0, .10);
}

@media (min-width: 680px) {
  /* Give an expanded profile a dedicated row instead of stretching siblings. */
  .cast-card[open] {
    grid-column: 1 / -1;
  }

  .cast-card[open] .cast-bio {
    padding: 4px 20px 20px;
  }

  .cast-card summary {
    min-height: 112px;
    grid-template-columns: 82px minmax(0, 1fr) auto;
  }

  .cast-photo-wrap {
    width: 82px;
  }
}

@media (min-width: 900px) {
  .cast-card summary {
    min-height: 124px;
    grid-template-columns: 92px minmax(0, 1fr) auto;
  }

  .cast-photo-wrap {
    width: 92px;
  }

  .cast-card[open] summary {
    grid-template-columns: 104px minmax(0, 1fr) auto;
  }

  .cast-card[open] .cast-photo-wrap {
    width: 104px;
  }

  .cast-card[open] .cast-bio {
    padding: 6px 24px 22px;
  }
}
/* === SURVIVOR_CAST_LAYOUT_FIX_END === */

/* === CAST_IMAGE_LIGHTBOX_PATCH_START === */

/* Make it obvious that contestant photos can be enlarged. */
.cast-photo-wrap {
  cursor: zoom-in;
}

.cast-photo-wrap img {
  cursor: zoom-in;
}

/* Full-screen cast photo viewer */
.cast-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: none;
  align-items: center;
  justify-content: center;
  padding:
    max(18px, env(safe-area-inset-top))
    max(14px, env(safe-area-inset-right))
    max(18px, env(safe-area-inset-bottom))
    max(14px, env(safe-area-inset-left));
  background:
    radial-gradient(circle at 50% 18%, rgba(238, 154, 61, 0.12), transparent 35%),
    rgba(3, 11, 8, 0.94);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  opacity: 0;
  transition: opacity 180ms ease;
}

.cast-lightbox.is-open {
  display: flex;
  opacity: 1;
}

.cast-lightbox__dialog {
  position: relative;
  width: min(100%, 980px);
  height: min(92dvh, 920px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  outline: none;
}

.cast-lightbox__image {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: calc(92dvh - 76px);
  object-fit: contain;
  object-position: center;
  border-radius: 22px;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.55),
    0 0 0 1px rgba(255, 221, 165, 0.13);
  user-select: none;
  -webkit-user-select: none;
  touch-action: pinch-zoom;
}

.cast-lightbox__caption {
  margin-top: 12px;
  max-width: 92%;
  color: rgba(255, 248, 231, 0.92);
  font-size: 0.95rem;
  font-weight: 650;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
}

.cast-lightbox__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(255, 239, 203, 0.18);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(10, 30, 23, 0.82);
  color: #fff5df;
  font: inherit;
  font-size: 1.7rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
  -webkit-tap-highlight-color: transparent;
}

.cast-lightbox__close:hover,
.cast-lightbox__close:focus-visible {
  background: rgba(26, 61, 46, 0.96);
  border-color: rgba(244, 181, 80, 0.42);
  outline: none;
}

body.cast-lightbox-open {
  overflow: hidden;
}

@media (max-width: 600px) {
  .cast-lightbox {
    padding:
      max(10px, env(safe-area-inset-top))
      max(8px, env(safe-area-inset-right))
      max(10px, env(safe-area-inset-bottom))
      max(8px, env(safe-area-inset-left));
  }

  .cast-lightbox__dialog {
    width: 100%;
    height: 96dvh;
  }

  .cast-lightbox__image {
    max-width: 100%;
    max-height: calc(96dvh - 68px);
    border-radius: 16px;
  }

  .cast-lightbox__close {
    top: 4px;
    right: 4px;
    width: 46px;
    height: 46px;
  }

  .cast-lightbox__caption {
    font-size: 0.9rem;
  }
}

/* === CAST_IMAGE_LIGHTBOX_PATCH_END === */

/* === COMMISSIONER_FLOW_PATCH_START === */
.commissioner-help {
  margin: -2px 0 14px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.55;
}

.draft-status-section { margin-top: 20px; }
.draft-position-chip {
  padding: 6px 9px;
  border: 1px solid rgba(246,165,72,.2);
  border-radius: 999px;
  background: rgba(246,165,72,.08);
  color: var(--ember-2);
  font-size: 9px;
  font-weight: 900;
  white-space: nowrap;
}
.draft-waiting-card { padding: 17px 18px; }
.draft-waiting-card strong { display: block; color: var(--cream); font-family: var(--display); font-size: 18px; }
.draft-waiting-card p { margin: 5px 0 0; color: var(--muted); font-size: 11px; line-height: 1.5; }

.draft-order-player-list { overflow: hidden; }
.draft-player-row {
  display: grid;
  grid-template-columns: 42px minmax(0,1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 9px 13px;
  border-bottom: 1px solid rgba(255,248,233,.055);
}
.draft-player-row:last-child { border-bottom: 0; }
.draft-player-row.is-me { background: rgba(246,165,72,.07); }
.draft-player-row.is-turn { box-shadow: inset 3px 0 0 var(--ember-2); }
.draft-position { color: var(--ember-2); font-weight: 950; font-size: 14px; }
.draft-player-copy { min-width: 0; display: grid; gap: 2px; }
.draft-player-copy strong { color: var(--cream); font-size: 11px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.draft-player-copy strong em { margin-left: 4px; color: var(--ember-2); font-style: normal; font-size: 8px; text-transform: uppercase; }
.draft-player-copy small { color: var(--muted-2); font-size: 9px; }
.draft-player-row > b { max-width: 130px; color: var(--cream-2); font-size: 10px; text-align: right; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.bonus-chip {
  display: inline-flex;
  width: fit-content;
  margin-top: 6px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(246,165,72,.13);
  border: 1px solid rgba(246,165,72,.23);
  color: var(--ember-2);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .03em;
  text-transform: uppercase;
}
.endgame-admin-card {
  border-color: rgba(246,165,72,.18);
  background:
    radial-gradient(circle at 10% 0%, rgba(246,165,72,.09), transparent 42%),
    var(--panel);
}
button:disabled,
.btn:disabled { opacity: .38; cursor: not-allowed; }

@media (min-width: 680px) {
  .draft-order-player-list { max-width: 760px; }
  .draft-player-row { grid-template-columns: 54px minmax(0,1fr) 180px; min-height: 62px; padding-inline: 17px; }
  .draft-player-row > b { max-width: 180px; }
}
/* === COMMISSIONER_FLOW_PATCH_END === */
