#draft_live_content {
  --draft-clock-row-height: 7rem;
  --draft-sticky-clock-top: 4rem;
  --draft-scroll-controls-top: calc(var(--draft-sticky-clock-top) + var(--draft-clock-row-height));
}

.draft-board {
  display: grid;
  grid-template-columns: repeat(6, max-content);
  width: max-content;
}

.draft-board-wrapper {
  max-width: 100%;
  padding: 0 0 1rem;
}

.draft-section-card {
  background: #ffffff;
  border: 1px solid var(--tlfl-table-border);
  border-radius: 10px 10px 6px 6px;
  box-shadow: 0 -4px 14px rgb(17 24 39 / 0.08), 0 2px 8px rgb(17 24 39 / 0.06);
  overflow: hidden;
}

.draft-clock-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.draft-sticky-clock-row {
  background: var(--tlfl-page-background);
  padding: 0.35rem 0 0.55rem;
  position: sticky;
  top: var(--draft-sticky-clock-top);
  z-index: 950;
}

.draft-clock-stack {
  display: flex;
  flex: 0 1 auto;
  flex-wrap: wrap;
  gap: 0.75rem;
  min-width: 0;
}

.draft-current-team,
.draft-countdown {
  box-sizing: border-box;
  min-height: 6.25rem;
  padding: 1rem 1.1rem 0.9rem;
  position: relative;
}

.draft-current-team {
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--draft-team-primary-color, #1f2937) 8%, #ffffff) 0%,
      #ffffff 44%,
      #ffffff 100%
    );
  border-color: color-mix(in srgb, var(--draft-team-primary-color, #1f2937) 20%, var(--tlfl-table-border));
  flex: 0 0 34rem;
}

.draft-countdown {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
  justify-content: space-between;
  width: max-content;
}

.draft-current-team::before,
.draft-recent-pick::before {
  background:
    linear-gradient(
      90deg,
      var(--draft-team-primary-color, #1f2937),
      color-mix(in srgb, var(--draft-team-secondary-color, var(--draft-team-primary-color, #1f2937)) 68%, #ffffff)
    );
  content: "";
  height: 0.4rem;
  inset: 0 0 auto;
  position: absolute;
}

.draft-countdown::before {
  background: #111827;
  content: "";
  height: 0.4rem;
  inset: 0 0 auto;
  position: absolute;
}

.draft-board-section {
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
  scrollbar-width: none;
}

.draft-board-section::-webkit-scrollbar {
  display: none;
}

.draft-countdown-expired .draft-current-team,
.draft-countdown-expired .draft-countdown {
  background: #fee2e2;
  border-color: #dc2626;
  color: #991b1b;
}

.draft-countdown-expired .draft-current-team h2,
.draft-countdown-expired .draft-countdown-pick,
.draft-countdown-expired .draft-countdown-controls label {
  color: #991b1b;
}

.draft-countdown-team {
  align-items: center;
  display: flex;
  gap: 1rem;
  min-width: 0;
}

.draft-countdown-team img {
  border-radius: 50%;
  flex: 0 0 auto;
  height: 4.8rem;
  object-fit: contain;
  width: 4.8rem;
}

.draft-current-team-logo {
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--draft-team-primary-color, #1f2937) 20%, var(--tlfl-table-border));
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgb(17 24 39 / 0.08);
  padding: 0.22rem;
}

.draft-current-team h2 {
  color: #4b5563;
  font-size: 1rem;
  line-height: 1.2;
  margin: 0 0 0.15rem;
  overflow-wrap: anywhere;
}

.draft-countdown-team-name {
  display: block;
  font-size: 1.9rem;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.draft-countdown-pick {
  display: block;
  font-size: 0.92rem;
  margin-top: 0.15rem;
}

.draft-countdown-pick strong {
  font-size: 1.05rem;
}

.draft-countdown-pick-detail {
  color: #64748b;
  display: inline-block;
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.35rem;
  vertical-align: baseline;
  white-space: nowrap;
}

.draft-countdown-display {
  background: #111827;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.12), 0 6px 14px rgb(15 23 42 / 0.18);
  color: #ffffff;
  display: block;
  font-size: 2.55rem;
  font-weight: 900;
  line-height: 1;
  margin-left: auto;
  min-width: 6.25rem;
  padding: 0.25rem 0.7rem 0.35rem;
  text-align: center;
}

.draft-countdown-viewer {
  justify-content: center;
}

.draft-countdown-viewer .draft-countdown-display {
  margin-left: 0;
}

.draft-countdown-expired .draft-countdown-display {
  background: #991b1b;
  color: #ffffff;
}

.draft-countdown-controls {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f4f7fb);
  border: 1px solid #cbd5e1;
  border-radius: 999px;
  box-shadow: 0 6px 16px rgb(15 23 42 / 0.10), inset 0 1px 0 rgb(255 255 255 / 0.9);
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
  padding: 0.28rem;
}

.draft-countdown-controls label {
  align-items: center;
  display: flex;
  gap: 0.42rem;
  white-space: nowrap;
}

.draft-countdown-limit-label span {
  color: #475569;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.draft-countdown-controls input {
  appearance: none;
  background: #ffffff;
  border: 1px solid #b8c4d7;
  border-radius: 999px;
  box-shadow: inset 0 1px 2px rgb(15 23 42 / 0.08);
  box-sizing: border-box;
  color: #111827;
  font: inherit;
  font-weight: 900;
  line-height: 1;
  min-height: 2.1rem;
  padding: 0.35rem 0.58rem;
  text-align: center;
  transition: border-color 140ms ease, box-shadow 140ms ease;
  width: 4.75rem;
}

.draft-countdown-controls input:focus-visible {
  border-color: var(--tlfl-blue);
  box-shadow: var(--tlfl-focus-ring);
  outline: 0;
}

.draft-countdown-icon-button {
  align-items: center;
  appearance: none;
  background: linear-gradient(180deg, #ffffff, #eef4fb);
  border: 1px solid #b7c6dd;
  border-radius: 999px;
  box-shadow: 0 3px 8px rgb(17 24 39 / 0.10), inset 0 1px 0 rgb(255 255 255 / 0.92);
  color: var(--tlfl-blue-dark);
  cursor: pointer;
  display: inline-flex;
  font-size: 0;
  height: 2.25rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, opacity 140ms ease, transform 140ms ease;
  width: 2.25rem;
}

.draft-countdown-icon-button:hover:not(:disabled) {
  background: var(--tlfl-blue);
  border-color: var(--tlfl-blue);
  box-shadow: 0 6px 14px rgb(31 85 171 / 0.20), inset 0 1px 0 rgb(255 255 255 / 0.18);
  color: #ffffff;
  transform: translateY(-1px);
}

.draft-countdown-icon-button:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid var(--tlfl-blue-dark);
  outline-offset: 2px;
}

.draft-countdown-icon-button:disabled {
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.7);
  opacity: 0.45;
}

.draft-countdown-reset-button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.42rem;
  font-weight: 900;
  padding-bottom: 0.08rem;
}

.draft-countdown-pause-button::before,
.draft-countdown-pause-button::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 0.9rem;
  position: absolute;
  width: 0.18rem;
}

.draft-countdown-pause-button::before {
  transform: translateX(-0.18rem);
}

.draft-countdown-pause-button::after {
  transform: translateX(0.18rem);
}

.draft-countdown-pause-button[aria-label="Resume Clock"]::before {
  background: transparent;
  border-bottom: 0.45rem solid transparent;
  border-left: 0.66rem solid currentColor;
  border-radius: 0;
  border-top: 0.45rem solid transparent;
  height: 0;
  transform: translateX(0.08rem);
  width: 0;
}

.draft-countdown-pause-button[aria-label="Resume Clock"]::after {
  content: none;
}

.draft-available-positions-button {
  align-items: center;
  align-self: center;
  appearance: none;
  background: linear-gradient(180deg, #ffffff, #eef4fb);
  border: 1px solid #b7c6dd;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgb(17 24 39 / 0.12), inset 0 1px 0 rgb(255 255 255 / 0.92);
  color: var(--tlfl-blue-dark);
  cursor: pointer;
  display: inline-flex;
  flex: 0 0 auto;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  height: 2.75rem;
  justify-content: center;
  letter-spacing: 0;
  padding: 0.2rem 0.9rem 0.2rem 2.65rem;
  position: relative;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
  white-space: nowrap;
}

.draft-available-positions-button::before {
  border: 0.13rem solid currentColor;
  border-radius: 0.18rem;
  content: "";
  height: 0.98rem;
  left: 0.82rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0.9rem;
}

.draft-available-positions-button::after {
  background: currentColor;
  box-shadow: 0 -0.28rem 0 currentColor, 0 0.28rem 0 currentColor;
  content: "";
  height: 0.12rem;
  left: 1.02rem;
  position: absolute;
  top: 50%;
  transform: translate(0.08rem, -50%);
  width: 0.48rem;
}

.draft-available-positions-button:hover {
  background: var(--tlfl-blue);
  border-color: var(--tlfl-blue);
  box-shadow: 0 7px 16px rgb(31 85 171 / 0.22), inset 0 1px 0 rgb(255 255 255 / 0.18);
  color: #ffffff;
  transform: translateY(-1px);
}

.draft-available-positions-button:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid var(--tlfl-blue-dark);
  outline-offset: 2px;
}

.draft-available-positions-modal {
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 12px;
  box-shadow: 0 22px 60px rgb(15 23 42 / 0.34);
  color: #111827;
  height: min(50rem, calc(100dvh - 1.25rem));
  max-height: min(50rem, calc(100dvh - 1.25rem));
  max-width: min(76rem, calc(100vw - 1.25rem));
  overflow: hidden;
  padding: 0;
  width: 76rem;
}

.draft-available-positions-modal[open] {
  display: flex;
  flex-direction: column;
}

.draft-available-positions-modal::backdrop {
  background: rgb(15 23 42 / 0.58);
}

.draft-available-positions-modal-header {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #f8fafc);
  border-bottom: 1px solid #dbe3ef;
  display: flex;
  flex: 0 0 auto;
  gap: 1rem;
  justify-content: space-between;
  padding: 1rem 1.1rem;
}

.draft-available-positions-modal-header h2 {
  color: #111827;
  font-size: 1.45rem;
  line-height: 1.1;
  margin: 0;
}

.draft-available-positions-toolbar {
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid #dbe3ef;
  box-shadow: 0 5px 14px rgb(15 23 42 / 0.05);
  display: flex;
  flex: 0 0 auto;
  flex-wrap: wrap;
  gap: 0.65rem 1rem;
  justify-content: space-between;
  padding: 0.72rem 1.1rem;
  position: relative;
  z-index: 2;
}

.draft-available-position-filter-control,
.draft-available-positions-meta,
.draft-available-position-legend,
.draft-available-position-legend-item {
  align-items: center;
  display: flex;
}

.draft-available-position-filter-control {
  gap: 0.65rem;
  min-width: 0;
}

.draft-available-position-filter-label {
  color: #475569;
  flex: 0 0 auto;
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.draft-available-position-filters {
  display: inline-grid;
  gap: 0.25rem;
  grid-auto-columns: minmax(2.4rem, auto);
  grid-auto-flow: column;
}

.draft-available-position-filter {
  appearance: none;
  background: #f8fafc;
  border: 1px solid #cbd5e1;
  border-radius: 5px;
  color: #334155;
  cursor: pointer;
  font: inherit;
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1;
  min-height: 2rem;
  padding: 0.42rem 0.62rem;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
}

.draft-available-position-filter:hover {
  background: #edf4ff;
  border-color: #9db3d2;
  color: var(--tlfl-blue-dark);
}

.draft-available-position-filter.is-active {
  background: var(--tlfl-blue-dark);
  border-color: var(--tlfl-blue-dark);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.18);
  color: #ffffff;
}

.draft-available-position-filter:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid var(--tlfl-blue-dark);
  outline-offset: 1px;
}

.draft-available-positions-meta {
  color: #475569;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.draft-available-position-count {
  border-right: 1px solid #dbe3ef;
  font-size: 0.78rem;
  font-weight: 900;
  min-width: 4.4rem;
  padding-right: 0.8rem;
  text-align: right;
}

.draft-available-position-legend {
  gap: 0.65rem;
}

.draft-available-position-legend-item {
  font-size: 0.74rem;
  font-weight: 800;
  gap: 0.3rem;
  white-space: nowrap;
}

.draft-position-legend-slot {
  font-size: 0.58rem;
  height: 1.35rem;
  min-height: 1.35rem;
  width: 1.75rem;
}

.draft-available-positions-grid {
  align-content: start;
  display: grid;
  flex: 1 1 auto;
  gap: 0.85rem;
  grid-auto-rows: max-content;
  grid-template-columns: repeat(auto-fit, minmax(15.25rem, 1fr));
  min-height: 0;
  overflow-y: auto;
  padding: 1rem;
}

.draft-available-team {
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--draft-available-team-primary-color, #1f2937) 32%, #d9e2ee);
  border-radius: 6px;
  border-left: 0.34rem solid var(--draft-available-team-primary-color, #1f2937);
  box-shadow: 0 3px 9px rgb(15 23 42 / 0.10);
  display: grid;
  grid-template-rows: auto minmax(2.9rem, auto);
  overflow: hidden;
}

.draft-available-team[hidden],
.draft-position-slot[hidden],
.draft-available-positions-empty[hidden] {
  display: none;
}

.draft-available-team h3 {
  align-items: center;
  background:
    linear-gradient(
      90deg,
      color-mix(in srgb, var(--draft-available-team-primary-color, #1f2937) 16%, #ffffff),
      color-mix(in srgb, var(--draft-available-team-secondary-color, #64748b) 9%, #f8fafc)
    );
  border-bottom: 1px solid color-mix(in srgb, var(--draft-available-team-primary-color, #1f2937) 28%, #d9e2ee);
  display: flex;
  gap: 0.45rem;
  margin: 0;
  min-height: 3.15rem;
  min-width: 0;
  padding: 0.48rem 0.62rem;
}

.draft-available-team-logo {
  background: #ffffff;
  border: 1px solid #d7e0ec;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  flex: 0 0 auto;
  height: 2rem;
  object-fit: contain;
  padding: 0.12rem;
  box-shadow: 0 2px 6px rgb(15 23 42 / 0.14);
  width: 2rem;
}

.draft-available-team-name {
  color: #1f2937;
  font-size: 0.9rem;
  font-weight: 900;
  line-height: 1.15;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.draft-position-slots {
  background: color-mix(in srgb, var(--draft-available-team-primary-color, #1f2937) 2%, #f8fafc);
  display: grid;
  gap: 0.24rem;
  grid-template-columns: repeat(9, minmax(1.4rem, 1fr));
  margin: 0;
  min-height: 2.9rem;
  padding: 0.62rem 0.55rem;
}

.draft-position-slot {
  align-items: center;
  background: #ffffff;
  border: 1px solid #b9c7d9;
  border-radius: 5px;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 2px rgb(15 23 42 / 0.06);
  color: #111827;
  display: inline-flex;
  font-size: 0.74rem;
  font-weight: 900;
  justify-content: center;
  line-height: 1;
  min-height: 1.78rem;
  min-width: 0;
  overflow: hidden;
  position: relative;
}

.draft-position-slot > span {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.draft-position-slot-taken {
  background: #e9eef4;
  border-color: #cbd5e1;
  box-shadow: inset 0 1px 2px rgb(15 23 42 / 0.05);
  color: #64748b;
}

.draft-position-slot-taken span {
  opacity: 0.46;
}

.draft-available-team[data-position-filter="QB"] .draft-position-slots,
.draft-available-team[data-position-filter="TE"] .draft-position-slots,
.draft-available-team[data-position-filter="K"] .draft-position-slots,
.draft-available-team[data-position-filter="DST"] .draft-position-slots {
  grid-template-columns: minmax(2.65rem, 3rem);
}

.draft-available-team[data-position-filter="RB"] .draft-position-slots {
  grid-template-columns: repeat(2, minmax(2.65rem, 3rem));
}

.draft-available-team[data-position-filter="WR"] .draft-position-slots {
  grid-template-columns: repeat(3, minmax(2.65rem, 3rem));
}

.draft-available-positions-empty {
  background: #ffffff;
  border: 1px dashed #b7c6d9;
  border-radius: 6px;
  color: #475569;
  font-weight: 800;
  grid-column: 1 / -1;
  margin: 0;
  padding: 2.25rem 1rem;
  text-align: center;
}

.draft-position-slot-taken::before,
.draft-position-slot-taken::after {
  background: linear-gradient(90deg, transparent 0 2%, rgb(38 50 65 / 0.86) 8%, #111827 37% 61%, rgb(38 50 65 / 0.82) 91%, transparent 100%);
  border-radius: 65% 42% 58% 37%;
  box-shadow: 0 0.04rem 0 rgb(15 23 42 / 0.20);
  content: "";
  height: var(--draft-position-x-height, 0.18rem);
  left: 0.18rem;
  opacity: 0.9;
  position: absolute;
  right: 0.18rem;
  top: 50%;
  transform-origin: center;
  z-index: 2;
}

.draft-position-slot-taken::before {
  transform: translate(var(--draft-position-x-a-x, 0), var(--draft-position-x-a-y, 0)) rotate(var(--draft-position-x-a-rotation, 44deg)) scaleX(var(--draft-position-x-a-scale, 1));
}

.draft-position-slot-taken::after {
  border-radius: 38% 62% 41% 67%;
  opacity: 0.82;
  transform: translate(var(--draft-position-x-b-x, 0), var(--draft-position-x-b-y, 0)) rotate(var(--draft-position-x-b-rotation, -44deg)) scaleX(var(--draft-position-x-b-scale, 1));
}

.draft-position-strike-1 {
  --draft-position-x-a-rotation: 42deg;
  --draft-position-x-a-scale: 0.92;
  --draft-position-x-a-y: -0.04rem;
  --draft-position-x-b-rotation: -48deg;
  --draft-position-x-b-scale: 1.05;
  --draft-position-x-b-y: 0.03rem;
}

.draft-position-strike-2 {
  --draft-position-x-a-rotation: 50deg;
  --draft-position-x-a-scale: 1.08;
  --draft-position-x-a-x: 0.03rem;
  --draft-position-x-b-rotation: -39deg;
  --draft-position-x-b-scale: 0.9;
  --draft-position-x-b-y: -0.05rem;
}

.draft-position-strike-3 {
  --draft-position-x-a-rotation: 38deg;
  --draft-position-x-a-scale: 1.04;
  --draft-position-x-a-y: 0.05rem;
  --draft-position-x-b-rotation: -51deg;
  --draft-position-x-b-scale: 0.95;
  --draft-position-x-b-x: -0.04rem;
}

.draft-position-strike-4 {
  --draft-position-x-a-rotation: 47deg;
  --draft-position-x-a-scale: 0.88;
  --draft-position-x-a-x: -0.05rem;
  --draft-position-x-b-rotation: -43deg;
  --draft-position-x-b-scale: 1.1;
  --draft-position-x-b-y: 0.04rem;
  --draft-position-x-height: 0.2rem;
}

.draft-position-strike-5 {
  --draft-position-x-a-rotation: 40deg;
  --draft-position-x-a-scale: 1.1;
  --draft-position-x-a-y: -0.03rem;
  --draft-position-x-b-rotation: -46deg;
  --draft-position-x-b-scale: 0.86;
  --draft-position-x-b-x: 0.05rem;
  --draft-position-x-height: 0.15rem;
}

.draft-position-strike-6 {
  --draft-position-x-a-rotation: 52deg;
  --draft-position-x-a-scale: 0.96;
  --draft-position-x-a-x: 0.04rem;
  --draft-position-x-b-rotation: -37deg;
  --draft-position-x-b-scale: 1.04;
  --draft-position-x-b-y: 0.05rem;
}

.draft-position-strike-7 {
  --draft-position-x-a-rotation: 36deg;
  --draft-position-x-a-scale: 0.9;
  --draft-position-x-a-y: 0.04rem;
  --draft-position-x-b-rotation: -49deg;
  --draft-position-x-b-scale: 1.12;
  --draft-position-x-b-x: -0.03rem;
  --draft-position-x-height: 0.16rem;
}

.draft-position-strike-8 {
  --draft-position-x-a-rotation: 46deg;
  --draft-position-x-a-scale: 1.12;
  --draft-position-x-a-x: -0.03rem;
  --draft-position-x-b-rotation: -41deg;
  --draft-position-x-b-scale: 0.91;
  --draft-position-x-b-y: -0.05rem;
  --draft-position-x-height: 0.21rem;
}

.draft-position-strike-9 {
  --draft-position-x-a-rotation: 44deg;
  --draft-position-x-a-scale: 0.86;
  --draft-position-x-a-y: -0.05rem;
  --draft-position-x-b-rotation: -53deg;
  --draft-position-x-b-scale: 1.08;
  --draft-position-x-b-x: 0.04rem;
  --draft-position-x-height: 0.17rem;
}

@media (max-width: 820px) {
  .draft-clock-stack {
    width: 100%;
  }

  .draft-countdown-team img {
    height: 3.6rem;
    width: 3.6rem;
  }

  .draft-countdown-team-name {
    font-size: 1.45rem;
  }

  .draft-countdown-display {
    font-size: 1.45rem;
    min-width: 3.75rem;
  }
}

.draft-board-shell {
  display: grid;
  gap: 0;
  margin-top: 1.5rem;
  max-width: 100%;
  position: relative;
}

.draft-scroll-controls {
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 20;
}

.draft-scroll-controls::before {
  content: none;
}

.draft-scroll-button {
  align-items: center;
  background: linear-gradient(180deg, #ffffff, #e5eefb);
  border: 1px solid #c4d1e5;
  border-radius: var(--tlfl-radius-sm);
  box-shadow: 0 3px 10px rgb(31 85 171 / 0.16);
  color: #12366f;
  cursor: pointer;
  display: flex;
  flex: 0 0 auto;
  font: inherit;
  height: 2.35rem;
  justify-content: center;
  padding: 0;
  pointer-events: auto;
  position: absolute;
  top: 0.85rem;
  transition: background-color 140ms ease, box-shadow 140ms ease, color 140ms ease;
  width: 2.35rem;
}

.draft-scroll-button[hidden] {
  display: none;
}

.draft-scroll-button::before {
  border-left: 0.16rem solid currentColor;
  border-top: 0.16rem solid currentColor;
  content: "";
  height: 0.58rem;
  width: 0.58rem;
}

.draft-scroll-button:hover {
  background: var(--tlfl-blue-dark);
  box-shadow: 0 4px 12px rgb(31 85 171 / 0.22);
  color: #ffffff;
}

.draft-scroll-button:focus-visible {
  outline: 2px solid var(--tlfl-blue);
  outline-offset: 2px;
}

.draft-scroll-left::before {
  transform: rotate(-45deg);
}

.draft-scroll-left {
  left: 0.75rem;
}

.draft-scroll-right::before {
  transform: rotate(135deg);
}

.draft-scroll-right {
  right: 0.75rem;
}

.draft-round {
  border-left: 1px solid currentColor;
  padding-left: 1rem;
  padding-right: 1rem;
}

.draft-round:first-child {
  border-left: 0;
  padding-left: 1rem;
}

.draft-round-top-border {
  background: #000000;
  display: block;
  height: 0.4rem;
  margin: 0 -1rem 0.6rem;
}

.draft-round:first-child .draft-round-top-border {
  border-top-left-radius: 10px;
}

.draft-round:last-child .draft-round-top-border {
  border-top-right-radius: 10px;
}

.draft-round-heading {
  background: #ffffff;
  border-bottom: 1px solid #d1d5db;
  box-shadow: 0 4px 8px rgb(17 24 39 / 0.08);
  margin: 0 0 0.55rem;
  padding: 0.35rem 0 0.45rem;
}

.draft-round table {
  min-width: 100%;
  width: max-content;
}

.draft-round th,
.draft-round td {
  border-bottom: 1px solid var(--tlfl-table-border);
  padding: 0.25rem 0.75rem;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.draft-round th {
  background: var(--tlfl-table-header-bg);
  color: var(--tlfl-table-header-text);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
  padding-bottom: 0.35rem;
  padding-top: 0.35rem;
  text-transform: uppercase;
}

.draft-round th.draft-board-action-column,
.draft-round td.draft-board-action-column {
  text-align: center;
}

.draft-board-action-column .button_to {
  display: inline-flex;
  margin: 0;
}

.draft-board-icon-button {
  align-items: center;
  appearance: none;
  background: linear-gradient(180deg, #ffffff, #edf4ff);
  border: 1px solid #b7c6dd;
  border-radius: 999px;
  box-shadow: 0 4px 10px rgb(17 24 39 / 0.12), inset 0 1px 0 rgb(255 255 255 / 0.85);
  color: var(--tlfl-blue-dark);
  display: inline-flex;
  font: inherit;
  font-size: 0;
  font-weight: 900;
  height: 2.35rem;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: relative;
  transition: background-color 140ms ease, border-color 140ms ease, box-shadow 140ms ease, color 140ms ease, transform 140ms ease;
  width: 2.35rem;
}

.draft-board-icon-button:hover {
  box-shadow: 0 7px 15px rgb(17 24 39 / 0.16), inset 0 1px 0 rgb(255 255 255 / 0.82);
  transform: translateY(-1px);
}

.draft-board-icon-button:focus-visible {
  box-shadow: var(--tlfl-focus-ring);
  outline: 2px solid var(--tlfl-blue-dark);
  outline-offset: 2px;
}

.draft-board-make-pick-button {
  background: linear-gradient(180deg, var(--tlfl-blue), var(--tlfl-blue-dark));
  border-color: var(--tlfl-blue-dark);
  color: #ffffff;
}

.draft-board-make-pick-button::after {
  background:
    linear-gradient(currentColor, currentColor) center / 0.82rem 0.16rem no-repeat,
    linear-gradient(currentColor, currentColor) center / 0.16rem 0.82rem no-repeat;
  content: "";
  height: 1rem;
  position: absolute;
  width: 1rem;
}

.draft-board-clear-pick-button {
  background: linear-gradient(180deg, #fff7f7, #fee2e2);
  border-color: #fca5a5;
  color: #991b1b;
}

.draft-board-clear-pick-button:hover {
  background: linear-gradient(180deg, #fee2e2, #fecaca);
  border-color: #dc2626;
  color: #7f1d1d;
}

.draft-board-clear-pick-button::before,
.draft-board-clear-pick-button::after {
  background: currentColor;
  border-radius: 999px;
  content: "";
  height: 1rem;
  position: absolute;
  width: 0.15rem;
}

.draft-board-clear-pick-button::before {
  transform: rotate(45deg);
}

.draft-board-clear-pick-button::after {
  transform: rotate(-45deg);
}

.draft-round tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.draft-round button,
.draft-pick-modal button,
.draft-pick-modal input[type="submit"],
.draft-pick-modal input[type="radio"],
.draft-pick-modal label {
  cursor: pointer;
}

.draft-team-cell {
  align-items: center;
  display: inline-flex;
  gap: 0.5rem;
}

.draft-recent-picks {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding: 0 0 0.25rem;
}

.draft-recent-picks-section {
  margin-bottom: 2rem;
}

.draft-recent-picks-section h2 {
  margin: 0 0 0.75rem;
  padding: 0;
}

.draft-recent-pick {
  align-items: center;
  background:
    linear-gradient(
      180deg,
      color-mix(in srgb, var(--draft-team-primary-color, #1f2937) 5%, #ffffff) 0%,
      #ffffff 46%,
      #ffffff 100%
    );
  border: 1px solid color-mix(in srgb, var(--draft-team-primary-color, #1f2937) 16%, var(--tlfl-table-border));
  border-radius: 8px;
  box-shadow: 0 -4px 14px rgb(17 24 39 / 0.08), 0 2px 8px rgb(17 24 39 / 0.06);
  display: flex;
  flex: 0 0 30rem;
  gap: 0.95rem;
  overflow: hidden;
  padding: 1rem 0.95rem 0.85rem;
  position: relative;
}

.draft-recent-pick-number {
  display: grid;
  flex: 0 0 auto;
  gap: 0.25rem;
  white-space: nowrap;
}

.draft-recent-pick-number strong {
  font-size: 1.32rem;
}

.draft-recent-pick-detail {
  color: #64748b;
  font-size: 0.82em;
  font-weight: 700;
  line-height: 1;
}

.draft-recent-pick-images {
  align-items: center;
  display: flex;
  flex: 0 0 auto;
}

.draft-recent-pick-images img {
  border-radius: 50%;
  height: 3.85rem;
  object-fit: cover;
  position: relative;
  width: 3.85rem;
}

.draft-recent-pick-team-logo {
  background: #ffffff;
  border: 1px solid color-mix(in srgb, var(--draft-team-primary-color, #1f2937) 22%, var(--tlfl-table-border));
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgb(17 24 39 / 0.08);
  padding: 0.18rem;
  z-index: 1;
}

.draft-recent-pick-headshot {
  background: #ffffff;
  border: 2px solid #ffffff;
  box-sizing: border-box;
  box-shadow: 0 3px 10px rgb(17 24 39 / 0.1);
  z-index: 2;
}

.draft-recent-pick-images img+img {
  margin-left: -0.65rem;
}

.draft-recent-pick-player {
  display: grid;
  flex: 1 1 auto;
  gap: 0.25rem;
  min-width: 0;
}

.draft-recent-pick-player div {
  font-size: 1.32rem;
  font-weight: bold;
  min-width: 0;
}

.draft-recent-pick-name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.draft-recent-pick-meta {
  display: block;
  margin-left: 0;
}
