.fh-live-draft-page {
  overflow-x: hidden;
  overflow-y: auto !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.24), rgba(255,255,255,0.08)),
    radial-gradient(circle at top left, rgba(237,188,69,0.2), transparent 28%),
    radial-gradient(circle at bottom right, rgba(203,156,39,0.16), transparent 30%),
    #f0e4c5;
}

html {
  scroll-behavior: smooth;
}

html body.fh-live-draft-page {
  min-height: 100%;
  height: auto;
}

.fh-live-draft-page-shell {
  min-height: 100vh;
  padding: 20px 24px 28px;
}

.fh-live-draft-page-shell__masthead {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 auto 18px;
  max-width: 1680px;
  padding: 18px 24px 22px;
  border: 1px solid rgba(255, 214, 101, 0.48);
  border-radius: 30px;
  background:
    radial-gradient(ellipse 32% 62% at 50% 48%, rgba(255, 171, 0, 0.26), transparent 68%),
    radial-gradient(circle at 12% 58%, rgba(255, 196, 46, 0.14), transparent 22%),
    radial-gradient(circle at 88% 30%, rgba(255, 213, 102, 0.13), transparent 22%),
    #000;
  box-shadow:
    0 22px 45px rgba(54, 37, 0, 0.24),
    inset 0 1px 0 rgba(255, 240, 188, 0.42),
    inset 0 -2px 0 rgba(126, 83, 0, 0.38);
}

.fh-live-draft-page-shell__masthead::before,
.fh-live-draft-page-shell__masthead::after {
  position: absolute;
  z-index: -1;
  content: "";
  pointer-events: none;
}

.fh-live-draft-page-shell__masthead::before {
  inset: 0;
  opacity: 0.72;
  background:
    linear-gradient(118deg, transparent 0 15%, rgba(255, 191, 32, 0.7) 15.18%, transparent 15.48%),
    linear-gradient(118deg, transparent 0 24%, rgba(255, 227, 146, 0.42) 24.12%, transparent 24.36%),
    linear-gradient(65deg, transparent 0 76%, rgba(255, 203, 62, 0.54) 76.16%, transparent 76.48%),
    linear-gradient(65deg, transparent 0 86%, rgba(255, 244, 205, 0.3) 86.12%, transparent 86.35%),
    repeating-linear-gradient(105deg, transparent 0 90px, rgba(255, 207, 82, 0.06) 92px, transparent 95px);
}

.fh-live-draft-page-shell__masthead::after {
  right: -90px;
  bottom: -115px;
  width: 390px;
  height: 260px;
  border: 1px solid rgba(255, 233, 167, 0.24);
  transform: rotate(-18deg) skewX(-16deg);
  background: linear-gradient(145deg, rgba(255,255,255,0.12), rgba(198,223,226,0.02) 46%, rgba(255,190,29,0.14));
  box-shadow: -52px -28px 0 rgba(255, 255, 255, 0.025), -112px -62px 0 rgba(255, 191, 28, 0.035);
}

.fh-live-draft-page-shell__effects {
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}

.fh-live-draft-page-shell__effects span {
  position: absolute;
  width: 10px;
  height: 54px;
  border-radius: 80% 10% 70% 20%;
  transform: rotate(38deg);
  background: linear-gradient(90deg, rgba(255,255,255,0.1), rgba(255,229,151,0.75), rgba(255,255,255,0.06));
  box-shadow: 0 0 12px rgba(255, 236, 175, 0.7), 0 0 28px rgba(255, 170, 0, 0.72);
}

.fh-live-draft-page-shell__effects span:nth-child(1) {
  left: 5%;
  top: 18%;
}

.fh-live-draft-page-shell__effects span:nth-child(2) {
  right: 7%;
  top: 13%;
  width: 7px;
  height: 42px;
  transform: rotate(-48deg);
}

.fh-live-draft-page-shell__effects span:nth-child(3) {
  right: 18%;
  bottom: 16%;
  width: 8px;
  height: 34px;
  transform: rotate(67deg);
}

.fh-live-draft-page-shell__effects span:nth-child(4) {
  left: 16%;
  bottom: 12%;
  width: 5px;
  height: 28px;
  transform: rotate(-62deg);
}

.fh-live-draft-page-shell__effects span:nth-child(5) {
  left: 28%;
  top: 14%;
  width: 4px;
  height: 22px;
  transform: rotate(74deg);
}

.fh-live-draft-page-shell__effects span:nth-child(6) {
  right: 28%;
  bottom: 11%;
  width: 5px;
  height: 31px;
  transform: rotate(51deg);
}

.fh-live-draft-page-shell__brand {
  position: relative;
  z-index: 1;
}

.fh-live-draft-page-shell__brand::after {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 54%;
  width: min(68vw, 780px);
  height: 62%;
  content: "";
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(255, 179, 0, 0.2), rgba(255, 150, 0, 0.06) 42%, transparent 72%);
  filter: blur(8px);
  pointer-events: none;
}

.fh-live-draft-page-shell__arena {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 0;
  overflow: hidden;
  border-radius: 18px;
  background: #000;
}

.fh-live-draft-page-shell__keyart {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
  filter: drop-shadow(0 18px 32px rgba(0,0,0,0.48));
}

.fh-live-draft-page-shell__light-show {
  position: absolute;
  inset: 0;
  z-index: 2;
  overflow: hidden;
  pointer-events: none;
  mix-blend-mode: screen;
}

.fh-live-draft-page-shell__light-beam {
  position: absolute;
  top: -32%;
  width: 18%;
  height: 175%;
  opacity: 0.12;
  transform-origin: 50% 0;
  clip-path: polygon(45% 0, 55% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(255, 249, 218, 0.72), rgba(255, 194, 45, 0.24) 42%, rgba(255, 166, 0, 0) 88%);
  filter: blur(7px);
  animation: fh-live-draft-beam-sweep 8s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

.fh-live-draft-page-shell__light-beam:nth-child(1) {
  left: 2%;
  animation-delay: -1.6s;
}

.fh-live-draft-page-shell__light-beam:nth-child(2) {
  left: 26%;
  width: 14%;
  animation-delay: -5.1s;
  animation-duration: 9.5s;
}

.fh-live-draft-page-shell__light-beam:nth-child(3) {
  right: 25%;
  width: 15%;
  animation-delay: -7.4s;
  animation-duration: 10.5s;
}

.fh-live-draft-page-shell__light-beam:nth-child(4) {
  right: 1%;
  animation-delay: -3.2s;
  animation-duration: 8.8s;
}

.fh-live-draft-page-shell__light-flash {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: 0;
  background:
    linear-gradient(90deg, transparent 47%, rgba(255,255,255,0.9) 50%, transparent 53%),
    linear-gradient(0deg, transparent 47%, rgba(255,213,97,0.78) 50%, transparent 53%),
    radial-gradient(circle, rgba(255,255,255,0.92), rgba(255,191,36,0.45) 12%, transparent 56%);
  filter: blur(1px);
  animation: fh-live-draft-light-flash 6.8s ease-out infinite;
  will-change: transform, opacity;
}

.fh-live-draft-page-shell__light-flash:nth-child(5) {
  left: 17%;
  top: 19%;
  animation-delay: -1.2s;
}

.fh-live-draft-page-shell__light-flash:nth-child(6) {
  right: 18%;
  top: 30%;
  animation-delay: -4.6s;
}

.fh-live-draft-page-shell__light-flash:nth-child(7) {
  left: calc(50% - 75px);
  top: 41%;
  animation-delay: -6.1s;
  animation-duration: 8.4s;
}

@keyframes fh-live-draft-beam-sweep {
  0% {
    opacity: 0.04;
    transform: translateX(-18%) rotate(-16deg);
  }
  45% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.08;
    transform: translateX(18%) rotate(16deg);
  }
}

@keyframes fh-live-draft-light-flash {
  0%, 71%, 100% {
    opacity: 0;
    transform: scale(0.35) rotate(0deg);
  }
  74% {
    opacity: 0.92;
  }
  78% {
    opacity: 0.2;
    transform: scale(1.16) rotate(18deg);
  }
  82% {
    opacity: 0;
    transform: scale(1.42) rotate(28deg);
  }
}

.fh-live-draft-page-shell__team-spotlight {
  position: absolute;
  left: var(--fh-spot-x);
  top: var(--fh-spot-y);
  width: 14%;
  aspect-ratio: 1;
  border-radius: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.58);
  background:
    radial-gradient(circle, rgba(255,255,255,0.72) 0 4%, rgba(255,222,118,0.46) 12%, rgba(255,177,22,0.23) 34%, transparent 68%);
  box-shadow: 0 0 26px rgba(255, 204, 73, 0.42), inset 0 0 28px rgba(255,255,255,0.18);
  animation: fh-live-draft-team-spotlight 28s ease-in-out infinite;
  animation-delay: var(--fh-spot-delay);
  animation-fill-mode: both;
  will-change: transform, opacity;
}

.fh-live-draft-page-shell__team-spotlight::before {
  position: absolute;
  left: 50%;
  bottom: 44%;
  width: 82%;
  height: 250%;
  content: "";
  transform: translateX(-50%);
  transform-origin: 50% 100%;
  clip-path: polygon(44% 0, 56% 0, 100% 100%, 0 100%);
  background: linear-gradient(180deg, rgba(255,255,255,0.04), rgba(255,213,92,0.18) 55%, rgba(255,189,38,0.36));
  filter: blur(6px);
}

.fh-live-draft-page-shell__team-spotlight::after {
  position: absolute;
  inset: 13%;
  content: "";
  border: 1px solid rgba(255, 231, 157, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 18px rgba(255, 183, 27, 0.56), inset 0 0 16px rgba(255, 227, 139, 0.28);
}

@keyframes fh-live-draft-team-spotlight {
  0%, 6.8%, 100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.58);
  }
  1.2% {
    opacity: 0.24;
  }
  2.8% {
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(1.05);
  }
  4.8% {
    opacity: 0.72;
    transform: translate(-50%, -50%) scale(0.94);
  }
  6.2% {
    opacity: 0.12;
    transform: translate(-50%, -50%) scale(1.12);
  }
}

.fh-live-draft-page-shell__team-orbit {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
}

.fh-live-draft-page-shell__team-orbit-item {
  position: absolute;
  display: grid;
  place-items: center;
  width: 66px;
  height: 66px;
  border: 1px solid rgba(255, 221, 123, 0.62);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 34% 24%, rgba(255,255,255,0.2), transparent 26%),
    linear-gradient(145deg, rgba(54, 41, 18, 0.96), rgba(3, 3, 3, 0.98));
  box-shadow:
    0 0 0 4px rgba(255, 181, 27, 0.06),
    0 10px 22px rgba(0,0,0,0.58),
    inset 0 1px 0 rgba(255,255,255,0.18),
    inset 0 -4px 12px rgba(0,0,0,0.66);
  opacity: 0.88;
}

.fh-live-draft-page-shell__team-orbit-item::before {
  position: absolute;
  inset: -5px;
  content: "";
  border: 1px solid rgba(255, 190, 51, 0.22);
  border-radius: inherit;
  box-shadow: 0 0 16px rgba(255, 171, 0, 0.16);
}

.fh-live-draft-page-shell__team-orbit-item.is-current {
  z-index: 3;
  border-color: #ffe69c;
  opacity: 1;
  box-shadow:
    0 0 0 5px rgba(255, 190, 40, 0.14),
    0 0 26px rgba(255, 182, 18, 0.76),
    0 12px 28px rgba(0,0,0,0.68),
    inset 0 1px 0 rgba(255,255,255,0.36);
  animation: fh-live-draft-orbit-pulse 1.8s ease-in-out infinite;
}

.fh-live-draft-page-shell__team-orbit-item.is-mine:not(.is-current) {
  border-color: rgba(255, 222, 116, 0.96);
  box-shadow: 0 0 20px rgba(255, 183, 26, 0.38), inset 0 1px 0 rgba(255,255,255,0.25);
}

.fh-live-draft-page-shell__team-orbit-logo {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: contain;
  filter: drop-shadow(0 4px 6px rgba(0,0,0,0.58));
}

.fh-live-draft-page-shell__team-orbit-item:nth-child(1) { left: 20%; top: 10%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(2) { left: 12%; top: 22%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(3) { left: 7%; top: 36%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(4) { left: 5%; top: 50%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(5) { left: 7%; top: 64%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(6) { left: 12%; top: 78%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(7) { left: 20%; top: 90%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(8) { left: 80%; top: 10%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(9) { left: 88%; top: 22%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(10) { left: 93%; top: 36%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(11) { left: 95%; top: 50%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(12) { left: 93%; top: 64%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(13) { left: 88%; top: 78%; }
.fh-live-draft-page-shell__team-orbit-item:nth-child(14) { left: 80%; top: 90%; }

@keyframes fh-live-draft-orbit-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50% { transform: translate(-50%, -50%) scale(1.08); }
}

.fh-live-draft-page-shell__topline {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 0 4px 12px;
}

.fh-live-draft-page-shell__topline-side {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}

.fh-live-draft-page-shell__eyebrow {
  display: inline-block;
  padding: 7px 12px;
  border: 1px solid rgba(255, 210, 91, 0.42);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.48);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #ffd66a;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
}

.fh-live-draft-page-shell__date {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 244, 209, 0.76);
}

.fh-live-draft-page-shell__brand h1 {
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  line-height: 0.9;
  letter-spacing: -0.05em;
  color: #181410;
}

.fh-live-draft-page-shell__logo {
  display: block;
  width: clamp(280px, 34vw, 440px);
  max-width: 100%;
  max-height: none;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  mix-blend-mode: normal;
  filter:
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.56))
    drop-shadow(0 0 18px rgba(239, 181, 34, 0.3));
}

.fh-live-draft-page-shell__actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fh-live-draft-page-shell__link {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid rgba(255, 221, 130, 0.36);
  border-radius: 13px;
  background: linear-gradient(180deg, rgba(47, 40, 28, 0.96), rgba(5, 5, 5, 0.96));
  color: #fff3cb;
  text-decoration: none;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.13), 0 8px 20px rgba(0,0,0,0.28);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.fh-live-draft-page-shell__audio-toggle {
  gap: 9px;
  border-color: rgba(255, 205, 70, 0.7);
  cursor: pointer;
  font-family: inherit;
}

.fh-live-draft-page-shell__audio-toggle.is-playing {
  border-color: #ffd764;
  background: linear-gradient(180deg, #3a2a0d 0%, #151006 100%);
  color: #ffe8a5;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 0 20px rgba(232, 171, 29, 0.3);
}

.fh-live-draft-page-shell__audio-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 17px;
  height: 14px;
}

.fh-live-draft-page-shell__audio-icon i {
  display: block;
  width: 3px;
  height: 5px;
  border-radius: 3px;
  background: currentColor;
  transform-origin: 50% 100%;
}

.fh-live-draft-page-shell__audio-toggle.is-playing .fh-live-draft-page-shell__audio-icon i {
  animation: fh-live-draft-audio-meter 620ms ease-in-out infinite alternate;
}

.fh-live-draft-page-shell__audio-toggle.is-playing .fh-live-draft-page-shell__audio-icon i:nth-child(2) {
  animation-delay: -210ms;
}

.fh-live-draft-page-shell__audio-toggle.is-playing .fh-live-draft-page-shell__audio-icon i:nth-child(3) {
  animation-delay: -410ms;
}

@keyframes fh-live-draft-audio-meter {
  from { height: 4px; }
  to { height: 14px; }
}

.fh-live-draft-page-shell__link--primary {
  border-color: #ffe096;
  background: linear-gradient(180deg, #ffe58f 0%, #e5ad24 52%, #a86c00 100%);
  color: #100c04;
  text-shadow: 0 1px 0 rgba(255,255,255,0.45);
}

.fh-live-draft-page-shell__link--mobile-auth {
  display: none;
}

.fh-live-draft-page-shell__link:hover,
.fh-live-draft-page-shell__link:focus-visible {
  color: #fff;
  border-color: #ffd66a;
  transform: translateY(-2px);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.16), 0 12px 25px rgba(0,0,0,0.4), 0 0 18px rgba(224, 166, 26, 0.22);
}

.fh-live-draft-page-shell__link--primary:hover,
.fh-live-draft-page-shell__link--primary:focus-visible {
  color: #080602;
}

.fh-live-draft-page-shell__content {
  max-width: 1680px;
  margin: 0 auto;
}

.fh-live-draft-sticky-auction {
  position: fixed;
  z-index: 99980;
  top: 10px;
  left: 50%;
  display: grid;
  grid-template-columns: auto minmax(210px, 1fr) auto auto auto minmax(350px, auto);
  align-items: center;
  gap: 10px;
  width: min(1480px, calc(100vw - 24px));
  min-height: 70px;
  padding: 8px 10px;
  border: 1px solid rgba(255, 211, 91, 0.8);
  border-radius: 17px;
  background:
    linear-gradient(110deg, rgba(8, 9, 11, 0.98), rgba(30, 24, 13, 0.98) 52%, rgba(8, 9, 11, 0.98)),
    radial-gradient(circle at 24% 0%, rgba(255, 204, 61, 0.25), transparent 34%);
  color: #fff8e4;
  box-shadow:
    0 18px 45px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    inset 0 -2px 0 rgba(202, 144, 13, 0.24);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, calc(-100% - 24px));
  transition: opacity 180ms ease, transform 220ms ease, visibility 220ms ease;
}

.fh-live-draft-sticky-auction::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(100deg, transparent 0 32%, rgba(255,255,255,0.08) 42%, transparent 52% 100%);
}

.fh-live-draft-sticky-auction.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}

.admin-bar .fh-live-draft-sticky-auction {
  top: 42px;
}

.fh-live-draft-sticky-auction__live {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 11px;
  border: 1px solid rgba(255, 217, 109, 0.38);
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.54);
  color: #ffd766;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  white-space: nowrap;
}

.fh-live-draft-sticky-auction__live i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff3f35;
  box-shadow: 0 0 0 4px rgba(255, 63, 53, 0.15), 0 0 12px rgba(255, 63, 53, 0.8);
  animation: fh-live-draft-sticky-pulse 900ms ease-in-out infinite alternate;
}

@keyframes fh-live-draft-sticky-pulse {
  from { opacity: 0.6; transform: scale(0.85); }
  to { opacity: 1; transform: scale(1.08); }
}

.fh-live-draft-sticky-auction__player {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  min-width: 0;
  gap: 10px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.fh-live-draft-sticky-auction__player:focus-visible {
  outline: 2px solid #ffd45f;
  outline-offset: 4px;
  border-radius: 9px;
}

.fh-live-draft-sticky-auction__player-logo,
.fh-live-draft-sticky-auction__team-logo {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  overflow: hidden;
  border: 1px solid rgba(255, 222, 132, 0.38);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.93);
  color: #17120a;
  font-size: 10px;
  font-weight: 950;
}

.fh-live-draft-sticky-auction__team-logo {
  width: 38px;
  height: 38px;
  border-radius: 50%;
}

.fh-live-draft-sticky-auction__player-logo img,
.fh-live-draft-sticky-auction__team-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fh-live-draft-sticky-auction__player-copy {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.fh-live-draft-sticky-auction__player-copy strong,
.fh-live-draft-sticky-auction__player-copy small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fh-live-draft-sticky-auction__player-copy strong {
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.fh-live-draft-sticky-auction__player-copy small {
  color: #d9bd72;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.fh-live-draft-sticky-auction__price,
.fh-live-draft-sticky-auction__timer {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 88px;
  gap: 2px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 215, 96, 0.3);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.07);
  text-align: center;
}

.fh-live-draft-sticky-auction__price small,
.fh-live-draft-sticky-auction__timer small {
  color: #cdbb8b;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.fh-live-draft-sticky-auction__price strong,
.fh-live-draft-sticky-auction__timer strong {
  color: #fff2bd;
  font-size: 18px;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.fh-live-draft-sticky-auction__timer {
  border-color: rgba(255, 87, 74, 0.5);
  background: linear-gradient(180deg, rgba(94, 21, 17, 0.88), rgba(38, 10, 8, 0.92));
}

.fh-live-draft-sticky-auction__timer strong {
  color: #ffcf8d;
  font-size: 24px;
}

.fh-live-draft-sticky-auction__controls {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(82px, 1fr) auto auto auto;
  align-items: center;
  gap: 6px;
}

.fh-live-draft-sticky-auction__controls[hidden],
.fh-live-draft-sticky-auction__spectator[hidden] {
  display: none !important;
}

.fh-live-draft-sticky-auction__controls input,
.fh-live-draft-sticky-auction__controls button {
  min-height: 42px;
  border-radius: 10px;
  font-family: inherit;
  font-weight: 900;
}

.fh-live-draft-sticky-auction__controls input {
  min-width: 0;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(255, 218, 112, 0.55);
  background: #fffaf0;
  color: #18120a;
  font-size: 16px;
  font-variant-numeric: tabular-nums;
}

.fh-live-draft-sticky-auction__controls button {
  padding: 0 10px;
  border: 1px solid rgba(255, 219, 118, 0.35);
  background: rgba(255,255,255,0.09);
  color: #fff0bd;
  cursor: pointer;
  font-size: 11px;
  white-space: nowrap;
}

.fh-live-draft-sticky-auction__controls button:hover,
.fh-live-draft-sticky-auction__controls button:focus-visible {
  border-color: #ffd665;
  background: rgba(255, 214, 101, 0.16);
}

.fh-live-draft-sticky-auction__controls .fh-live-draft-sticky-auction__submit {
  border-color: #ffe19a;
  background: linear-gradient(180deg, #ffe28a, #d89813);
  color: #151006;
  box-shadow: 0 6px 15px rgba(216, 152, 19, 0.25);
}

.fh-live-draft-sticky-auction__controls button:disabled {
  opacity: 0.55;
  cursor: wait;
}

.fh-live-draft-sticky-auction__spectator {
  position: relative;
  z-index: 1;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(255,255,255,0.08);
  color: #dbc78d;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
  white-space: nowrap;
}

@media (max-width: 1120px) {
  .fh-live-draft-sticky-auction {
    grid-template-columns: minmax(200px, 1fr) auto auto minmax(330px, auto);
  }

  .fh-live-draft-sticky-auction__live,
  .fh-live-draft-sticky-auction__team-logo {
    display: none;
  }
}

@media (max-width: 820px) {
  .fh-live-draft-sticky-auction {
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 7px;
    padding: 7px;
  }

  .fh-live-draft-sticky-auction__controls,
  .fh-live-draft-sticky-auction__spectator {
    grid-column: 1 / -1;
  }

  .fh-live-draft-sticky-auction__player-logo {
    width: 38px;
    height: 38px;
  }

  .fh-live-draft-sticky-auction__player-copy strong {
    font-size: 14px;
  }
}

@media (max-width: 782px) {
  .admin-bar .fh-live-draft-sticky-auction {
    top: 56px;
  }
}

@media (max-width: 520px) {
  .fh-live-draft-sticky-auction {
    top: 6px;
    width: calc(100vw - 10px);
    border-radius: 13px;
  }

  .admin-bar .fh-live-draft-sticky-auction {
    top: 52px;
  }

  .fh-live-draft-sticky-auction__price,
  .fh-live-draft-sticky-auction__timer {
    min-width: 65px;
    padding: 6px;
  }

  .fh-live-draft-sticky-auction__price strong {
    font-size: 15px;
  }

  .fh-live-draft-sticky-auction__timer strong {
    font-size: 20px;
  }

  .fh-live-draft-sticky-auction__player-copy small {
    max-width: 150px;
  }

  .fh-live-draft-sticky-auction__controls {
    grid-template-columns: minmax(72px, 1fr) auto auto auto;
    gap: 4px;
  }

  .fh-live-draft-sticky-auction__controls input {
    font-size: 16px;
  }

  .fh-live-draft-sticky-auction__controls button {
    min-height: 40px;
    padding: 0 7px;
    font-size: 9px;
  }
}

.fh-live-draft {
  --fhld-bg: #f7f0df;
  --fhld-panel: #fff9ed;
  --fhld-panel-soft: #f2e7cd;
  --fhld-border: rgba(184, 136, 24, 0.22);
  --fhld-gold: #cb9c27;
  --fhld-gold-strong: #edbc45;
  --fhld-text: #181410;
  --fhld-muted: #6d634d;
  --fhld-danger: #c44747;
  --fhld-success: #2e8b57;
  color: var(--fhld-text);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.55), rgba(255,255,255,0.2)),
    radial-gradient(circle at top right, rgba(237, 188, 69, 0.18), transparent 35%),
    radial-gradient(circle at bottom left, rgba(203, 156, 39, 0.12), transparent 28%),
    var(--fhld-bg);
  border: 1px solid var(--fhld-border);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 40px rgba(74, 51, 0, 0.12);
}

.fh-live-draft__hero {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.fh-live-draft__eyebrow {
  display: inline-block;
  margin-bottom: 8px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 11px;
  color: var(--fhld-gold-strong);
}

.fh-live-draft__hero h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 44px);
  line-height: 0.95;
}

.fh-live-draft__hero p {
  margin: 10px 0 0;
  color: var(--fhld-muted);
}

.fh-live-draft__rehearsal-banner {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
  padding: 12px 16px;
  border: 2px solid rgba(203, 50, 42, 0.52);
  border-radius: 16px;
  background:
    repeating-linear-gradient(-45deg, rgba(255,255,255,0.04) 0 8px, transparent 8px 16px),
    linear-gradient(135deg, #32100d, #7d1d18);
  color: #fff8e8;
  box-shadow: 0 12px 26px rgba(91, 18, 13, 0.18);
}

.fh-live-draft__rehearsal-banner strong {
  color: #ffd66f;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fh-live-draft__rehearsal-banner span {
  font-size: 13px;
  line-height: 1.25;
}

.fh-live-draft__rehearsal-banner a {
  padding: 8px 12px;
  border: 1px solid rgba(255,214,111,0.48);
  border-radius: 999px;
  color: #ffe6a2;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.fh-live-draft__simulation {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 250, 237, 0.92);
  border: 1px solid rgba(203, 156, 39, 0.2);
}

.fh-live-draft__simulation strong {
  display: block;
  margin-bottom: 4px;
}

.fh-live-draft__simulation p {
  margin: 0;
  color: var(--fhld-muted);
  font-size: 14px;
}

.fh-live-draft__simulation-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.fh-live-draft__simulation-controls select {
  min-width: 240px;
}

.fh-live-draft__rules {
  display: grid;
  grid-template-columns: repeat(2, minmax(70px, 1fr));
  gap: 10px;
  min-width: 190px;
}

.fh-live-draft__rules span {
  text-align: center;
  padding: 12px 14px;
  background: linear-gradient(180deg, rgba(237,188,69,0.24), rgba(237,188,69,0.09));
  border: 1px solid rgba(203,156,39,0.2);
  border-radius: 16px;
  font-weight: 700;
}

.fh-live-draft__notice,
.fh-live-draft__empty,
.fh-live-draft__hint {
  color: var(--fhld-muted);
}

.fh-live-draft__notice {
  margin-bottom: 18px;
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(237, 188, 69, 0.1);
  border: 1px solid rgba(203, 156, 39, 0.18);
}

.fh-live-draft__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.92fr) minmax(286px, 0.8fr);
  grid-template-areas:
    "auction bids"
    "auction team";
  gap: 18px;
  margin-bottom: 18px;
  align-items: start;
}

.fh-live-draft__panel {
  background: linear-gradient(180deg, rgba(255,255,255,0.68), rgba(255,255,255,0.38));
  border: 1px solid rgba(138,110,44,0.12);
  border-radius: 22px;
  padding: 18px;
}

.fh-live-draft__panel--auction {
  grid-area: auction;
  position: relative;
  isolation: isolate;
  padding: 16px;
  border: 2px solid rgba(205, 157, 40, 0.72);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 214, 105, 0.2), transparent 28%),
    linear-gradient(155deg, rgba(255,255,255,0.92), rgba(250,241,216,0.78));
  box-shadow:
    0 24px 54px rgba(75, 48, 4, 0.2),
    0 0 0 5px rgba(214, 169, 54, 0.08),
    inset 0 1px 0 rgba(255,255,255,0.96);
}

.fh-live-draft__panel--auction::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: -3px;
  left: 34px;
  right: 34px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #f7d87c 18%, #b67c05 50%, #f7d87c 82%, transparent);
  box-shadow: 0 0 18px rgba(232, 185, 62, 0.66);
}

.fh-live-draft__panel--auction > * {
  position: relative;
  z-index: 1;
}

.fh-live-draft__panel--auction > .fh-live-draft__panel-head {
  width: fit-content;
  min-height: 0;
  margin: 0 0 8px;
  padding: 0 2px;
  border: 0;
  border-radius: 0;
  background: none;
  box-shadow: none;
}

.fh-live-draft__panel--auction > .fh-live-draft__panel-head h3 {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #6b4900;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-shadow: none;
}

.fh-live-draft__panel--auction > .fh-live-draft__panel-head h3::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  border-radius: 50%;
  background: #f3c94f;
  box-shadow: 0 0 0 3px rgba(243, 201, 79, 0.12), 0 0 10px rgba(243, 201, 79, 0.52);
}

.fh-live-draft__panel--auction .fh-live-draft__live-badge {
  border: 1px solid rgba(242, 204, 104, 0.26);
  background: rgba(255,255,255,0.08);
  color: #f8d778;
  letter-spacing: 0.1em;
}

.fh-live-draft__panel--auction .fh-live-draft__live-badge.is-demo {
  border-color: rgba(255, 225, 139, 0.4);
  background: linear-gradient(180deg, #f3cf65, #b98311);
  color: #1c1608;
  box-shadow: 0 7px 16px rgba(180, 126, 12, 0.28);
}

.fh-live-draft__panel--bids {
  grid-area: bids;
  padding: 16px;
}

.fh-live-draft__panel--team {
  grid-area: team;
  padding: 16px;
}

.fh-live-draft__panel--turn-order,
.fh-live-draft__panel--teams-board {
  margin-bottom: 18px;
}

.fh-live-draft__panel--turn-order {
  padding: 12px 14px;
  margin-bottom: 14px;
}

.fh-live-draft__panel--turn-order .fh-live-draft__panel-head {
  margin-bottom: 8px;
}

.fh-live-draft__panel--my-team {
  margin-bottom: 18px;
  padding: 14px 16px;
}

.fh-live-draft__panel-head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.fh-live-draft__panel-head h3 {
  margin: 0;
  font-size: 18px;
}

.fh-live-draft__turn-label {
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(237, 188, 69, 0.18);
  color: #6f4e05;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.fh-live-draft__live-badge {
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(88, 69, 24, 0.08);
  color: var(--fhld-muted);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.fh-live-draft__live-badge.is-live {
  background: rgba(237, 188, 69, 0.24);
  color: #654800;
}

.fh-live-draft__live-badge.is-demo {
  background: linear-gradient(180deg, #2c271d, #17140f);
  color: #f6cf64;
  box-shadow: inset 0 0 0 1px rgba(246, 207, 100, 0.26);
}

.fh-live-draft-auction-card {
  --fhld-auction-accent: #b88716;
  --fhld-auction-accent-dark: #6b4700;
  --fhld-auction-surface: #fff9ec;
  --fhld-auction-surface-alt: #f7ead1;
  --fhld-auction-ink: #2b2012;
  --fhld-auction-watermark: none;
  --fhld-owner-watermark: none;
  display: grid;
  gap: 8px;
  padding: 14px;
  border-radius: 24px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--fhld-auction-surface) 82%, white), color-mix(in srgb, var(--fhld-auction-surface-alt) 70%, white)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--fhld-auction-accent) 30%, transparent), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,0.3), transparent 28%);
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 28%, rgba(203, 156, 39, 0.18));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 20px 40px rgba(114, 84, 21, 0.12);
  min-height: 388px;
  height: 388px;
}

.fh-live-draft-auction-stage {
  display: grid;
  gap: 12px;
}

.fh-live-draft-auction-stage.has-live-panels {
  grid-template-columns: minmax(248px, max-content) minmax(0, 1fr);
  align-items: stretch;
}

.fh-live-draft-auction-stage.has-live-panels > .fh-live-draft-auction-card {
  grid-column: 1 / -1;
}

.fh-live-draft-auction-card.is-live {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 20px 42px color-mix(in srgb, var(--fhld-auction-accent) 20%, rgba(114, 84, 21, 0.12));
}

.fh-live-draft-auction-card.is-awarded {
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--fhld-auction-surface) 80%, white), color-mix(in srgb, var(--fhld-auction-surface-alt) 78%, white)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--fhld-auction-accent) 30%, transparent), transparent 34%);
  border-color: color-mix(in srgb, var(--fhld-auction-accent) 24%, rgba(46,139,87,0.2));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.8),
    0 22px 44px color-mix(in srgb, var(--fhld-auction-accent) 18%, rgba(26, 71, 46, 0.16));
}

.fh-live-draft-auction-card__hero,
.fh-live-draft-team-card__head {
  display: flex;
  align-items: center;
  gap: 14px;
}

.fh-live-draft-auction-card__club {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--fhld-auction-surface-alt) 84%, white);
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 16%, rgba(203, 156, 39, 0.14));
}

.fh-live-draft-auction-card__spotlight {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(252px, 0.55fr);
  gap: 12px;
  align-items: stretch;
  min-height: 224px;
}

.fh-live-draft-auction-card__playercard {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 100%;
  padding: 14px 18px 14px 30px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.98), color-mix(in srgb, var(--fhld-auction-surface) 92%, white) 58%, color-mix(in srgb, var(--fhld-auction-surface-alt) 78%, white)),
    linear-gradient(90deg, rgba(255,255,255,0.08), transparent 18%, rgba(255,255,255,0.08) 100%);
  border: 2px solid color-mix(in srgb, var(--fhld-auction-accent) 28%, rgba(203, 156, 39, 0.16));
  box-shadow:
    0 18px 34px color-mix(in srgb, var(--fhld-auction-accent) 14%, rgba(80, 54, 8, 0.08)),
    inset 0 0 0 1px color-mix(in srgb, var(--fhld-auction-accent) 14%, transparent),
    inset 0 0 0 10px rgba(255,255,255,0.36);
  overflow: hidden;
  isolation: isolate;
}

.fh-live-draft-auction-card__playercard::before {
  content: "";
  position: absolute;
  inset: auto -28px -30px auto;
  width: 236px;
  height: 236px;
  background-image: var(--fhld-auction-watermark);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.15;
  filter: saturate(1.04) contrast(1.04);
  pointer-events: none;
  z-index: 0;
}

.fh-live-draft-auction-card__playercard::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--fhld-auction-accent) 30%, transparent), transparent 22%),
    linear-gradient(180deg, rgba(255,255,255,0.2), transparent 26%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.06) 0 2px, transparent 2px 22px);
  opacity: 0.52;
  pointer-events: none;
  z-index: 0;
}

.fh-live-draft-auction-card__playercard > * {
  position: relative;
  z-index: 1;
}

.fh-live-draft-auction-card__playercard-head,
.fh-live-draft-auction-card__headline {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.fh-live-draft-auction-card__playercard-head {
  justify-content: space-between;
  padding-right: 96px;
}

.fh-live-draft-auction-card__clubblock {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 20px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--fhld-auction-surface-alt) 88%, white), color-mix(in srgb, var(--fhld-auction-surface) 88%, white)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--fhld-auction-accent) 16%, transparent), transparent 42%);
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 20%, rgba(203, 156, 39, 0.14));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.34);
}

.fh-live-draft-auction-card__draft-banner {
  display: block;
  width: min(100%, 426px);
  height: auto;
  max-height: 72px;
  object-fit: contain;
}

.fh-live-draft-auction-card__clubcopy,
.fh-live-draft-auction-card__main {
  display: grid;
  gap: 4px;
}

.fh-live-draft-auction-card__clubcopy small,
.fh-live-draft-auction-card__player-overline {
  display: block;
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 84%, #554726);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.fh-live-draft-auction-card__clubcopy strong {
  display: block;
  color: var(--fhld-auction-ink);
  font-size: 28px;
  font-weight: 900;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.fh-live-draft-auction-card__clubcopy span {
  display: block;
  color: #6b655d;
  font-size: 13px;
}

.fh-live-draft-auction-card__clubcopy {
  gap: 0;
}

.fh-live-draft-auction-card__main {
  width: 100%;
  min-width: 0;
  gap: 8px;
  padding-top: 8px;
}

.fh-live-draft-auction-card__player-title {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
  min-width: 0;
}

.fh-live-draft-auction-card__player-title-logo {
  width: 96px;
  height: 96px;
  flex: 0 0 96px;
  margin-top: 0;
  align-self: center;
}

.fh-live-draft-auction-card__club-name,
.fh-live-draft-auction-card__nat,
.fh-live-draft-team-card__head p,
.fh-live-draft-board-card__identity span {
  display: block;
}

.fh-live-draft-team-card__head p {
  margin: 0;
}

.fh-live-draft-auction-card__club-name {
  font-weight: 800;
}

.fh-live-draft-auction-card__nat,
.fh-live-draft-team-card__head p,
.fh-live-draft-board-card__identity span {
  color: var(--fhld-muted);
  font-size: 13px;
}

.fh-live-draft-auction-card__main h4 {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: clamp(26px, 3.5vw, 46px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  max-width: none;
  width: 100%;
  white-space: nowrap;
  text-shadow: 0 1px 0 rgba(255,255,255,0.28);
}

.fh-live-draft-auction-card__player-name-line {
  display: inline;
}

.fh-live-draft-auction-card__player-name.is-foreign {
  color: #b61f2c;
}

.fh-live-draft-auction-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.fh-live-draft-auction-card__opening-team {
  font-size: 12px;
  font-weight: 700;
  color: var(--fhld-muted);
}

.fh-live-draft-auction-card__signature {
  font-size: 12px;
  font-weight: 800;
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 88%, #7c5b0e);
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.fh-live-draft-auction-card__entry-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 14px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fhld-auction-accent) 18%, white);
  color: var(--fhld-auction-ink);
  font-size: 20px;
  line-height: 1;
  letter-spacing: -0.02em;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.34);
}

.fh-live-draft-auction-card__role {
  display: inline-block;
  min-width: 42px;
  text-align: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(237,188,69,0.3), rgba(203,156,39,0.18));
  border: 1px solid rgba(203,156,39,0.18);
  font-size: 13px;
  font-weight: 900;
  color: var(--fhld-auction-ink);
}

.fh-live-draft-auction-card__license {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(143, 208, 141, 0.15);
  color: var(--fhld-success);
  font-size: 12px;
  font-weight: 700;
}

.fh-live-draft-auction-card__license.is-foreign,
.fh-live-draft-table td.is-foreign {
  background: rgba(255, 123, 123, 0.12);
  color: var(--fhld-danger);
}

.fh-live-draft-auction-card__player-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.fh-live-draft-auction-card__meta-chip {
  display: inline-grid;
  gap: 2px;
  align-content: center;
  padding: 8px 12px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--fhld-auction-surface-alt) 82%, white), color-mix(in srgb, var(--fhld-auction-surface) 88%, white));
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 16%, rgba(203, 156, 39, 0.14));
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 72%, #60594f);
  min-height: 46px;
}

.fh-live-draft-auction-card__meta-chip small {
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 70%, #7a6a44);
}

.fh-live-draft-auction-card__meta-chip strong {
  display: block;
  font-size: 14px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: var(--fhld-auction-ink);
}

.fh-live-draft-auction-card__meta-chip.is-foreign {
  background:
    linear-gradient(180deg, rgba(255, 240, 242, 0.96), rgba(255, 248, 248, 0.92));
  border-color: rgba(182, 31, 44, 0.18);
}

.fh-live-draft-auction-card__meta-chip.is-foreign strong {
  color: #b61f2c;
}

.fh-live-draft-auction-card__player-stats {
  display: grid;
  gap: 6px;
  margin-top: 4px;
}

.fh-live-draft-auction-card__player-stats > small {
  display: block;
  margin: 0;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 70%, #7a6a44);
}

.fh-live-draft-auction-card__player-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 76px));
  justify-content: start;
  gap: 8px;
}

.fh-live-draft-auction-card__player-stats-grid span {
  display: grid;
  gap: 2px;
  padding: 6px 8px;
  border-radius: 16px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--fhld-auction-surface-alt) 82%, white), color-mix(in srgb, var(--fhld-auction-surface) 88%, white));
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 16%, rgba(203, 156, 39, 0.14));
  text-align: center;
}

.fh-live-draft-auction-card__player-stats-grid small {
  display: block;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 70%, #7a6a44);
}

.fh-live-draft-auction-card__player-stats-grid strong {
  display: block;
  font-size: 15px;
  line-height: 1;
  color: var(--fhld-auction-ink);
}

.fh-live-draft-auction-card__player-stats-grid strong.is-empty {
  color: transparent;
  text-shadow: none;
}

.fh-live-draft-auction-card__playercard-footer {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  margin-top: auto;
  padding-top: 4px;
  min-height: 48px;
  flex-wrap: nowrap;
}

.fh-live-draft-auction-card__playercard-footer.is-live {
  padding: 4px 0 0;
  min-height: 48px;
}

.fh-live-draft-auction-card__playercard-footer.is-awarded {
  padding: 4px 10px 6px 8px;
  min-height: 48px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  column-gap: 14px;
}

.fh-live-draft-auction-card__playercard-footer span {
  display: block;
  margin-bottom: 6px;
  color: #776a4e;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fh-live-draft-auction-card__playercard-footer strong {
  color: var(--fhld-auction-ink);
  font-size: 24px;
  line-height: 1;
  letter-spacing: -0.03em;
}

.fh-live-draft-auction-card__award-price {
  margin-left: 0;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.84);
  box-shadow:
    inset 0 0 0 1px color-mix(in srgb, var(--fhld-owner-accent) 18%, rgba(255,255,255,0.4)),
    0 10px 20px color-mix(in srgb, var(--fhld-owner-accent) 12%, rgba(34, 27, 16, 0.08));
  color: var(--fhld-owner-ink);
  font-size: 22px;
  min-width: 100px;
  text-align: center;
}

.fh-live-draft-auction-card__owner-badge {
  align-items: center;
}

.fh-live-draft-auction-card__owner-badge,
.fh-live-draft-auction-card__leader-logo,
.fh-live-draft-fantasy-badge {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.fh-live-draft-fantasy-badge__text {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.fh-live-draft-fantasy-badge__meta {
  display: block;
  color: color-mix(in srgb, var(--fhld-owner-ink) 76%, #6f685f);
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fh-live-draft-auction-card__owner-badge .fh-live-draft-fantasy-badge__name {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.fh-live-draft-auction-card__owner-badge.is-awarded {
  padding: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  position: static;
  overflow: visible;
  border: 0;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px;
  min-width: 0;
  width: 100%;
  transform: translateY(-8px);
}

.fh-live-draft-auction-card__owner-badge.is-awarded .fh-live-draft-fantasy-badge__logo {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  box-shadow: 0 10px 18px color-mix(in srgb, var(--fhld-owner-accent) 18%, rgba(34, 27, 16, 0.1));
}

.fh-live-draft-auction-card__owner-badge.is-awarded .fh-live-draft-fantasy-badge__name {
  font-size: 20px;
  letter-spacing: -0.03em;
  max-width: 100%;
  color: var(--fhld-owner-ink);
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fh-live-draft-auction-card__owner-badge.is-awarded .fh-live-draft-fantasy-badge__meta {
  color: color-mix(in srgb, var(--fhld-owner-ink) 76%, #6f685f);
}

.fh-live-draft-auction-card__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.fh-live-draft-auction-card__moneywall {
  display: grid;
  align-content: space-between;
  gap: 12px;
  padding: 12px;
  border-radius: 22px;
  color: #fff8ea;
  background:
    linear-gradient(165deg, color-mix(in srgb, var(--fhld-auction-accent-dark) 82%, #100c08), color-mix(in srgb, var(--fhld-auction-accent) 38%, #241607)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--fhld-auction-accent) 30%, rgba(237,188,69,0.28)), transparent 36%);
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 28%, rgba(237,188,69,0.18));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.06),
    0 18px 36px color-mix(in srgb, var(--fhld-auction-accent-dark) 26%, rgba(36, 23, 8, 0.18));
  min-height: 100%;
}

.fh-live-draft-auction-card__moneywall.is-live {
  align-content: center;
}

.fh-live-draft-auction-card__moneywall.is-awarded {
  align-content: start;
  gap: 8px;
  padding: 10px 12px;
}

.fh-live-draft-auction-card__moneywall-label {
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: rgba(255, 238, 190, 0.86);
}

.fh-live-draft-auction-card__moneywall-price {
  display: block;
  font-size: clamp(28px, 3.5vw, 38px);
  line-height: 0.92;
  letter-spacing: -0.05em;
}

.fh-live-draft-auction-card__moneywall-note {
  display: grid;
  place-items: center;
  min-height: 118px;
  padding: 16px 18px;
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255, 249, 228, 0.98), rgba(250, 235, 186, 0.92)),
    repeating-linear-gradient(90deg, rgba(163, 132, 45, 0.08) 0 2px, transparent 2px 18px);
  border: 1px solid rgba(255, 231, 167, 0.32);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.28),
    0 10px 24px rgba(35, 24, 7, 0.14);
}

.fh-live-draft-auction-card__moneywall-note .fh-live-draft-auction-card__moneywall-price {
  color: #2d1d06;
  text-align: center;
  font-size: clamp(34px, 4vw, 46px);
  text-shadow: 0 1px 0 rgba(255,255,255,0.42);
}

.fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-auction-card__moneywall-note {
  min-height: 84px;
  padding: 8px 12px;
  border-radius: 18px;
}

.fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-auction-card__moneywall-price {
  font-size: clamp(32px, 3.6vw, 42px);
}

.fh-live-draft-auction-card__moneywall-timer {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 5px;
  padding: 10px 10px 12px;
  border-radius: 20px;
  background:
    radial-gradient(circle at 50% 24%, rgba(255, 213, 104, 0.13), transparent 38%),
    linear-gradient(155deg, rgba(255,255,255,0.1), rgba(255,255,255,0.025) 45%, rgba(0,0,0,0.16));
  border: 1px solid rgba(255, 220, 127, 0.14);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.1),
    inset 0 -18px 34px rgba(0,0,0,0.14);
  overflow: visible;
}

.fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-auction-card__moneywall-timer {
  gap: 3px;
  padding: 6px 8px 8px;
  overflow: hidden;
}

.fh-live-draft-auction-card__moneywall-timer-label,
.fh-live-draft-auction-card__leader span,
.fh-live-draft-auction-card__leader-note,
.fh-live-draft-auction-card__kicker {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  text-align: center;
}

.fh-live-draft-stopwatch {
  --fhld-timer-angle: 0deg;
  position: relative;
  width: min(100%, 168px);
  padding-top: 22px;
  filter: drop-shadow(0 16px 16px rgba(0, 0, 0, 0.34));
  isolation: isolate;
}

.fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-stopwatch {
  width: min(100%, 144px);
  padding-top: 18px;
  filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.3));
}

.fh-live-draft-stopwatch::before,
.fh-live-draft-stopwatch::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.fh-live-draft-stopwatch::before {
  z-index: -1;
  inset: 19px -3px -3px;
  border-radius: 50%;
  background:
    conic-gradient(from 210deg, #1e201e, #f8faf7 9%, #777c77 18%, #fdfefe 28%, #565b57 43%, #f5f7f4 58%, #494d4a 72%, #eef1ed 86%, #1e201e),
    #aeb3ae;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.84),
    inset 0 0 0 5px rgba(18,20,19,0.5),
    0 0 0 1px rgba(16,18,17,0.9),
    0 7px 0 rgba(20,22,20,0.4),
    0 16px 24px rgba(0,0,0,0.34);
}

.fh-live-draft-stopwatch::after {
  z-index: 7;
  left: 22%;
  top: 35px;
  width: 53%;
  height: 20%;
  border-radius: 50%;
  background: linear-gradient(160deg, rgba(255,255,255,0.42), rgba(255,255,255,0.05) 52%, transparent 55%);
  transform: rotate(-15deg);
  opacity: 0.72;
}

.fh-live-draft-stopwatch__crown,
.fh-live-draft-stopwatch__button {
  position: absolute;
  z-index: -2;
  background:
    repeating-linear-gradient(90deg, transparent 0 2px, rgba(0,0,0,0.28) 2px 3px),
    linear-gradient(180deg, #fbfdfb, #8c918e 48%, #343735 52%, #bdc2bd);
  border: 1px solid rgba(20, 22, 20, 0.86);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 -2px 2px rgba(0,0,0,0.36),
    0 4px 7px rgba(0,0,0,0.38);
}

.fh-live-draft-stopwatch__crown {
  top: 0;
  left: 50%;
  width: 32px;
  height: 24px;
  border-radius: 7px 7px 4px 4px;
  transform: translateX(-50%);
}

.fh-live-draft-stopwatch__crown::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -7px;
  width: 17px;
  height: 9px;
  transform: translateX(-50%);
  border-radius: 2px;
  background: linear-gradient(90deg, #5b605c, #eef0ed 48%, #555a56);
  border: 1px solid #303331;
}

.fh-live-draft-stopwatch__button {
  top: 12px;
  width: 25px;
  height: 10px;
  border-radius: 999px;
}

.fh-live-draft-stopwatch__button--left {
  left: 24px;
  transform: rotate(-38deg);
}

.fh-live-draft-stopwatch__button--right {
  right: 24px;
  transform: rotate(38deg);
}

.fh-live-draft-stopwatch__face {
  position: relative;
  aspect-ratio: 1;
  width: 100%;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 48%, transparent 0 55%, rgba(0,0,0,0.34) 78%, rgba(0,0,0,0.8) 100%),
    radial-gradient(circle at 45% 36%, #252a28 0, #111412 48%, #050706 100%);
  border: 7px solid transparent;
  box-shadow:
    inset 0 0 0 2px #050605,
    inset 0 0 0 4px rgba(224, 187, 91, 0.76),
    inset 0 0 0 6px #292c2a,
    inset 0 0 30px rgba(0,0,0,0.82),
    0 0 0 1px rgba(255,255,255,0.76),
    0 0 0 4px #575b58,
    0 0 0 5px #111311;
  overflow: hidden;
}

.fh-live-draft-stopwatch__face::before {
  content: '';
  position: absolute;
  z-index: 1;
  inset: 12px;
  border-radius: 50%;
  border: 1px solid rgba(225, 188, 91, 0.36);
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.04),
    0 0 16px rgba(221, 173, 48, 0.08);
}

.fh-live-draft-stopwatch__scale {
  position: absolute;
  z-index: 1;
  inset: 15px;
  border-radius: 50%;
  background:
    repeating-conic-gradient(from -0.75deg, rgba(239, 210, 134, 0.92) 0deg 1.5deg, transparent 1.5deg 6deg),
    repeating-conic-gradient(from -1.5deg, #f4d987 0deg 3deg, transparent 3deg 30deg);
  -webkit-mask: radial-gradient(circle, transparent 0 72%, #000 73% 100%);
  mask: radial-gradient(circle, transparent 0 72%, #000 73% 100%);
  filter: drop-shadow(0 0 2px rgba(255, 210, 95, 0.28));
}

.fh-live-draft-stopwatch__scale::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: conic-gradient(from 0deg, rgba(224, 31, 37, 0.72) 0deg var(--fhld-timer-angle), transparent var(--fhld-timer-angle) 360deg);
  opacity: 0.82;
  transition: background 0.45s linear;
}

.fh-live-draft-stopwatch__number {
  --fhld-number-angle: calc(var(--fhld-mark-index) * 30deg);
  position: absolute;
  z-index: 2;
  left: calc(50% - 12px);
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  transform: rotate(var(--fhld-number-angle)) translateY(-56px);
  transform-origin: 50% 50%;
  color: #e9d69e;
  font-family: "Arial Narrow", "Roboto Condensed", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 24px;
  text-align: center;
  text-shadow: 0 0 5px rgba(255, 208, 86, 0.3);
}

.fh-live-draft-stopwatch__number > span {
  display: block;
  transform: rotate(calc(var(--fhld-number-angle) * -1));
}

.fh-live-draft-stopwatch__brand {
  position: absolute;
  z-index: 2;
  top: 38px;
  left: 50%;
  display: grid;
  justify-items: center;
  transform: translateX(-50%);
  color: #e4c873;
  line-height: 1;
  text-shadow: 0 1px 4px rgba(0,0,0,0.8);
}

.fh-live-draft-stopwatch__brand strong {
  font-family: Georgia, serif;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.08em;
}

.fh-live-draft-stopwatch__brand small {
  margin-top: 2px;
  color: rgba(255,255,255,0.54);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.fh-live-draft-stopwatch__hand {
  position: absolute;
  z-index: 5;
  left: 50%;
  bottom: 50%;
  width: 2px;
  height: 39%;
  border-radius: 999px;
  background: linear-gradient(180deg, #ff4d4d 0%, #d20d18 72%, #7d0006 100%);
  transform-origin: 50% 100%;
  transform: translateX(-50%) rotate(0deg);
  box-shadow:
    0 0 0 0.5px rgba(255,255,255,0.54),
    0 0 7px rgba(255, 24, 34, 0.44);
  transition: transform 0.45s linear;
}

.fh-live-draft-stopwatch__hand::before,
.fh-live-draft-stopwatch__hand::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fh-live-draft-stopwatch__hand::before {
  top: -8px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 10px solid #ff4d4d;
}

.fh-live-draft-stopwatch__hand::after {
  top: calc(100% + 5px);
  width: 5px;
  height: 20px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(#9c0007, #f0353d);
  box-shadow: 0 0 5px rgba(255, 24, 34, 0.3);
}

.fh-live-draft-stopwatch__center {
  position: absolute;
  z-index: 6;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background:
    radial-gradient(circle at 36% 30%, #fff8d8 0 9%, #e8c35e 13%, #806020 48%, #17130b 72%);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.76),
    0 0 0 3px #151713,
    0 2px 5px rgba(0,0,0,0.84);
}

.fh-live-draft-stopwatch__digital {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 69%;
  transform: translate(-50%, -50%) skewX(-4deg);
  min-width: 66px;
  padding: 5px 8px 4px;
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.08), transparent 48%),
    linear-gradient(160deg, #060806, #182019 54%, #050706);
  border: 1px solid #9e8138;
  box-shadow:
    inset 0 0 0 1px rgba(255,255,255,0.05),
    inset 0 3px 8px rgba(0,0,0,0.82),
    0 2px 5px rgba(0,0,0,0.68),
    0 0 8px rgba(228, 188, 79, 0.12);
  color: #f0d77f;
  font-family: "Arial Narrow", "Roboto Condensed", monospace;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 25px);
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 0 0 7px rgba(255, 208, 75, 0.54);
}

.fh-live-draft-stopwatch__seconds-label {
  position: absolute;
  z-index: 3;
  left: 50%;
  bottom: 19px;
  transform: translateX(-50%);
  color: rgba(235, 215, 155, 0.48);
  font-size: 5px;
  font-weight: 800;
  letter-spacing: 0.22em;
}

.fh-live-draft-stopwatch.is-urgent {
  filter:
    drop-shadow(0 16px 16px rgba(0,0,0,0.34))
    drop-shadow(0 0 10px rgba(219, 21, 30, 0.42));
}

.fh-live-draft-stopwatch.is-urgent .fh-live-draft-stopwatch__digital {
  border-color: rgba(255, 76, 84, 0.9);
  color: #ff6b72;
  text-shadow: 0 0 9px rgba(255, 32, 43, 0.82);
}

.fh-live-draft-stopwatch.is-urgent .fh-live-draft-stopwatch__face {
  animation: fhld-stopwatch-urgent 0.7s ease-in-out infinite alternate;
}

.fh-live-draft-stopwatch.is-expired .fh-live-draft-stopwatch__hand {
  background: #5c625e;
  box-shadow: none;
}

@keyframes fhld-stopwatch-urgent {
  from { box-shadow: inset 0 0 0 2px #050605, inset 0 0 0 4px rgba(224,187,91,0.76), inset 0 0 0 6px #292c2a, inset 0 0 30px rgba(0,0,0,0.82), 0 0 0 1px rgba(255,255,255,0.76), 0 0 0 4px #575b58, 0 0 0 5px #111311; }
  to { box-shadow: inset 0 0 0 2px #050605, inset 0 0 0 4px rgba(255,59,67,0.84), inset 0 0 0 6px #292c2a, inset 0 0 34px rgba(90,0,6,0.74), 0 0 0 1px rgba(255,255,255,0.76), 0 0 0 4px #575b58, 0 0 0 5px #111311, 0 0 16px rgba(255,33,43,0.46); }
}

@media (prefers-reduced-motion: reduce) {
  .fh-live-draft-stopwatch__hand,
  .fh-live-draft-stopwatch.is-urgent .fh-live-draft-stopwatch__face {
    transition: none;
    animation: none;
  }
}

.fh-live-draft-auction-card__seasonline {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
}

.fh-live-draft-auction-card__seasonline strong {
  font-size: 18px;
  line-height: 1.05;
}

.fh-live-draft-auction-card__seasonline.is-empty strong {
  font-size: 16px;
  color: rgba(255, 238, 190, 0.9);
}

.fh-live-draft-auction-card__seasonline-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.fh-live-draft-auction-card__seasonline-stats span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.08);
  font-size: 11px;
  letter-spacing: 0.08em;
}

.fh-live-draft-auction-card__kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 70%, #7b641e);
  font-weight: 800;
}

.fh-live-draft-auction-card__pulse {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 6px 10px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--fhld-auction-accent-dark) 74%, #181410);
  color: color-mix(in srgb, var(--fhld-auction-surface) 82%, #ffd86f);
  letter-spacing: 0.12em;
}

.fh-live-draft-auction-card__leaderbar {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 6px;
  align-content: start;
  justify-items: start;
  padding: 10px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fff7d7 0%, #f4e4a9 100%),
    radial-gradient(circle at top right, rgba(201, 155, 44, 0.28), transparent 38%);
  border: 2px solid rgba(181, 133, 24, 0.34);
  min-height: 92px;
  height: 100%;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.86),
    inset 0 0 0 1px rgba(255, 247, 212, 0.68),
    0 14px 26px rgba(118, 83, 8, 0.14);
}

.fh-live-draft-auction-card__leaderbar::after {
  content: none;
}

.fh-live-draft-auction-card__leader,
.fh-live-draft-auction-card__leader-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fh-live-draft-auction-card__leader-row {
  justify-content: space-between;
  min-height: 42px;
  width: 100%;
}

.fh-live-draft-auction-card__leader-logo {
  width: auto;
  height: auto;
}

.fh-live-draft-auction-card__leader-logo .fh-live-draft-fantasy-badge__logo {
  width: 42px;
  height: 42px;
  border-radius: 12px;
}

.fh-live-draft-auction-card__leader-logo .fh-live-draft-fantasy-badge__name {
  font-size: 17px;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.fh-live-draft-auction-card__leader-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(93, 62, 7, 0.94);
  border: 1px solid rgba(163, 119, 16, 0.52);
  color: #fff1bb;
  line-height: 1;
  text-align: left;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.14em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 6px 12px rgba(72, 51, 10, 0.12);
}

.fh-live-draft-auction-card__leader-price {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 104px;
  padding: 10px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(250, 236, 185, 0.92));
  color: #3f2b05;
  font-size: 23px;
  line-height: 1;
  letter-spacing: -0.04em;
  box-shadow:
    inset 0 0 0 1px rgba(189, 144, 29, 0.18),
    0 10px 20px rgba(83, 57, 9, 0.12);
}

.fh-live-draft-auction-card__winner-banner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fh-live-draft-auction-card__winner-banner strong {
  display: block;
  margin-top: 4px;
  font-size: 22px;
  letter-spacing: -0.03em;
}

.fh-live-draft-auction-card__winner-logo {
  min-width: 64px;
}

.fh-live-draft-auction-card__winner-banner .fh-live-draft-fantasy-badge {
  gap: 12px;
}

.fh-live-draft-auction-card__winner-banner .fh-live-draft-fantasy-badge__logo {
  width: 54px;
  height: 54px;
  border-radius: 16px;
}

.fh-live-draft-auction-card__winner-banner .fh-live-draft-fantasy-badge__name {
  font-size: 19px;
}

.fh-live-draft-auction-card__awarded-note {
  padding: 14px 16px;
  border-radius: 18px;
  background: color-mix(in srgb, var(--fhld-auction-accent) 14%, white);
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 26%, rgba(46,139,87,0.18));
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 84%, #205c39);
}

.fh-live-draft-auction-card__stats div,
.fh-live-draft-team-card__budget,
.fh-live-draft-team-card__slots span {
  padding: 12px 14px;
  border-radius: 16px;
  background: var(--fhld-panel-soft);
  border: 1px solid rgba(124, 96, 30, 0.08);
}

.fh-live-draft-auction-card__stats span,
.fh-live-draft-team-card__budget span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--fhld-muted);
  margin-bottom: 5px;
}

.fh-live-draft-auction-card__stats strong,
.fh-live-draft-team-card__budget strong {
  font-size: 20px;
}

.fh-live-draft-auction-card__bid label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(74, 53, 13, 0.9);
  border: 1px solid rgba(140, 103, 28, 0.44);
  color: #fff0b9;
  line-height: 1;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.12),
    0 6px 12px rgba(72, 51, 10, 0.1);
}

.fh-live-draft-auction-card__bid {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: start;
  justify-items: start;
  min-height: 92px;
  height: 100%;
  padding: 10px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, #fffdf5 0%, #ead8a2 100%),
    radial-gradient(circle at top right, rgba(81, 58, 13, 0.16), transparent 36%);
  border: 2px solid rgba(117, 86, 22, 0.26);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.88),
    inset 0 0 0 1px rgba(255, 250, 228, 0.66),
    0 14px 26px rgba(66, 47, 11, 0.12);
}

.fh-live-draft-auction-card__bid-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  align-content: center;
  gap: 6px;
  min-width: 0;
  min-height: 42px;
  width: 100%;
}

.fh-live-draft-auction-card__bid--awarded {
  padding: 14px 16px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, color-mix(in srgb, var(--fhld-auction-accent) 12%, white), rgba(255,255,255,0.9)),
    radial-gradient(circle at top right, color-mix(in srgb, var(--fhld-auction-accent) 14%, transparent), transparent 35%);
  border: 1px solid color-mix(in srgb, var(--fhld-auction-accent) 24%, rgba(22, 69, 42, 0.14));
}

.fh-live-draft-auction-card__award-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.fh-live-draft-auction-card__award-copy {
  display: grid;
  gap: 4px;
  justify-items: end;
  text-align: right;
}

.fh-live-draft-auction-card__award-copy strong {
  font-size: 18px;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.fh-live-draft-auction-card__award-copy span {
  color: color-mix(in srgb, var(--fhld-auction-accent-dark) 84%, #205c39);
  font-size: 18px;
  font-weight: 900;
}

.fh-live-draft-auction-card__bid-row input,
.fh-live-draft__filters input,
.fh-live-draft__filters select,
.fh-live-draft__simulation-controls select {
  width: 100%;
  border: 1px solid rgba(124, 96, 30, 0.16);
  background: rgba(255,255,255,0.9);
  color: var(--fhld-text);
  border-radius: 14px;
  padding: 12px 14px;
}

.fh-live-draft-auction-card__bid-row input {
  flex: 1 1 auto;
  min-width: 0;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-align: center;
  border-width: 2px;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.84),
    0 8px 18px rgba(48, 35, 11, 0.08);
}

.fh-live-draft-auction-card__bid-row .fh-live-draft__button {
  flex: 0 0 auto;
  white-space: nowrap;
  padding-inline: 12px;
}

.fh-live-draft-auction-stage.is-demo .fh-live-draft-auction-card__bid--demo input:disabled,
.fh-live-draft-auction-stage.is-demo .fh-live-draft-auction-card__bid--demo .fh-live-draft__button:disabled {
  opacity: 1;
  cursor: default;
}

.fh-live-draft-auction-stage.is-demo .fh-live-draft-auction-card__bid--demo {
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.92),
    inset 0 0 0 1px rgba(255, 250, 228, 0.72),
    0 14px 28px rgba(66, 47, 11, 0.16);
}

.fh-live-draft__button {
  border: 0;
  border-radius: 14px;
  padding: 11px 14px;
  background: linear-gradient(180deg, var(--fhld-gold-strong), var(--fhld-gold));
  color: #1b1608;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 20px rgba(203, 156, 39, 0.18);
}

.fh-live-draft__button[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
}

.fh-live-draft__button--ghost {
  background: rgba(88, 69, 24, 0.08);
  color: var(--fhld-text);
  box-shadow: none;
}

.fh-live-draft__button--small {
  padding: 10px 12px;
  font-size: 13px;
}

.fh-live-draft-team-card h4 {
  margin: 0 0 6px;
  font-size: 23px;
}

.fh-live-draft-my-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.fh-live-draft-my-banner.is-turn {
  border-radius: 18px;
  padding: 2px;
  background: linear-gradient(90deg, rgba(237, 188, 69, 0.22), rgba(203, 156, 39, 0.08));
}

.fh-live-draft-my-banner__identity {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.fh-live-draft-my-banner__logo {
  width: 54px;
  height: 54px;
}

.fh-live-draft-my-banner__titles {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.fh-live-draft-my-banner__titles strong {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

.fh-live-draft-my-banner__titles span {
  color: var(--fhld-muted);
  font-size: 13px;
  line-height: 1.2;
}

.fh-live-draft-my-banner__stats {
  display: grid;
  grid-template-columns: minmax(170px, 1.2fr) repeat(4, minmax(84px, 0.7fr));
  gap: 10px;
  min-width: min(100%, 620px);
}

.fh-live-draft-my-banner__stats span {
  display: grid;
  gap: 4px;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(255,255,255,0.74);
  border: 1px solid rgba(138,110,44,0.12);
}

.fh-live-draft-my-banner__stats small {
  color: var(--fhld-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fh-live-draft-my-banner__stats strong {
  font-size: 18px;
  line-height: 1;
  letter-spacing: -0.02em;
}

.fh-live-draft-sidepanel {
  display: grid;
  gap: 12px;
}

.fh-live-draft-sidepanel__section {
  display: grid;
  gap: 10px;
}

.fh-live-draft-eligible-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.fh-live-draft-eligible-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 14px;
  background: rgba(255,255,255,0.66);
  border: 1px solid rgba(138,110,44,0.1);
}

.fh-live-draft-eligible-list li.is-mine {
  box-shadow: 0 0 0 2px rgba(203, 156, 39, 0.16) inset;
}

.fh-live-draft-eligible-list__team {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.fh-live-draft-eligible-list__logo {
  width: 28px;
  height: 28px;
  border-radius: 10px;
}

.fh-live-draft-eligible-list__name {
  display: block;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.05;
}

.fh-live-draft-eligible-list li strong {
  font-size: 13px;
  letter-spacing: -0.02em;
}

.fh-live-draft-team-card__logo,
.fh-live-draft-auction-card__club-logo {
  width: 72px;
  height: 72px;
}

.fh-live-draft-team-card__mode {
  display: inline-block;
  margin-left: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(203, 156, 39, 0.16);
  color: #7c5600;
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
  text-transform: uppercase;
}

.fh-live-draft-team-card__slots {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 12px;
}

.fh-live-draft-round-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(138,110,44,0.12);
  flex: 0 0 auto;
}

.fh-live-draft-round-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.fh-live-draft-round-logo.is-fallback {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: var(--fhld-muted);
}

.fh-live-draft-fantasy-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.fh-live-draft-fantasy-badge__logo {
  width: 36px;
  height: 36px;
  border-radius: 12px;
}

.fh-live-draft-fantasy-badge__name {
  font-weight: 800;
  white-space: nowrap;
}

.fh-live-draft-turn-order {
  display: grid;
  grid-template-columns: repeat(14, minmax(54px, 1fr));
  gap: 6px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.fh-live-draft-turn-chip {
  min-width: 54px;
  display: grid;
  justify-items: center;
  gap: 3px;
  padding: 6px 5px;
  border-radius: 13px;
  background: rgba(90, 82, 63, 0.08);
  border: 1px solid rgba(138,110,44,0.08);
  filter: grayscale(1);
  opacity: 0.48;
  transition: filter 140ms ease, opacity 140ms ease, transform 140ms ease;
}

.fh-live-draft-turn-chip.is-current {
  background: linear-gradient(180deg, rgba(237,188,69,0.28), rgba(237,188,69,0.1));
  border-color: rgba(203,156,39,0.35);
  filter: none;
  opacity: 1;
  transform: translateY(-1px);
}

.fh-live-draft-turn-chip.is-mine {
  box-shadow: 0 0 0 2px rgba(203, 156, 39, 0.22) inset;
}

.fh-live-draft-turn-chip__order {
  font-size: 9px;
  font-weight: 800;
  color: var(--fhld-muted);
}

.fh-live-draft-turn-chip__name {
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}

.fh-live-draft-turn-chip__logo {
  width: 34px;
  height: 34px;
}

.fh-live-draft-teams-board {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.fh-live-draft-board-card {
  padding: 12px;
  border-radius: 18px;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(138,110,44,0.12);
  display: grid;
  gap: 8px;
}

.fh-live-draft-board-card.is-current-turn {
  background: linear-gradient(180deg, rgba(237,188,69,0.24), rgba(255,255,255,0.72));
  border-color: rgba(203,156,39,0.3);
}

.fh-live-draft-board-card.is-complete,
.fh-live-draft-board-card.is-slot-closed {
  background: linear-gradient(180deg, rgba(46,139,87,0.16), rgba(255,255,255,0.76));
  border-color: rgba(46,139,87,0.28);
}

.fh-live-draft-board-card.is-budget-blocked {
  background: linear-gradient(180deg, rgba(196,71,71,0.12), rgba(255,255,255,0.72));
  border-color: rgba(196,71,71,0.24);
}

.fh-live-draft-board-card.is-viewer {
  box-shadow: 0 0 0 2px rgba(203, 156, 39, 0.18) inset;
}

.fh-live-draft-board-card__head,
.fh-live-draft-board-card__identity {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.fh-live-draft-board-card__head {
  min-width: 0;
}

.fh-live-draft-board-card__identity {
  justify-content: flex-start;
  min-width: 0;
}

.fh-live-draft-board-card__identity > div {
  min-width: 0;
}

.fh-live-draft-board-card__identity strong {
  display: block;
  font-size: 16px;
  line-height: 1.05;
  letter-spacing: -0.02em;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fh-live-draft-board-card__identity span {
  margin-top: 4px;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fh-live-draft-board-card__logo {
  width: 42px;
  height: 42px;
}

.fh-live-draft-board-card__pick {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(88, 69, 24, 0.08);
  color: var(--fhld-muted);
  font-size: 11px;
  font-weight: 800;
}

.fh-live-draft-board-card__budget {
  display: grid;
  flex: 0 0 auto;
  justify-items: end;
  gap: 2px;
  padding: 6px 9px;
  border-radius: 12px;
  background: var(--fhld-panel-soft);
}

.fh-live-draft-board-card__budget span {
  color: var(--fhld-muted);
  font-size: 9px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.fh-live-draft-board-card__budget strong {
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.fh-live-draft-board-card__slots {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

.fh-live-draft-board-card__slots span {
  padding: 7px 5px;
  border-radius: 11px;
  background: rgba(242, 231, 205, 0.8);
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}

.fh-live-draft-board-card__status {
  padding: 10px 12px;
  border-radius: 14px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  background: rgba(88, 69, 24, 0.08);
  color: var(--fhld-muted);
}

.fh-live-draft-board-card__status.is-open {
  background: rgba(237,188,69,0.18);
  color: #785400;
}

.fh-live-draft-board-card__status.is-complete,
.fh-live-draft-board-card__status.is-slot-closed {
  background: rgba(46,139,87,0.18);
  color: #1d6c42;
}

.fh-live-draft-board-card__status.is-budget-blocked {
  background: rgba(196,71,71,0.16);
  color: #a93b3b;
}

.fh-live-draft-bids {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 6px;
}

.fh-live-draft-bids li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 4px 10px;
  align-items: center;
  padding: 8px 10px;
  border-radius: 14px;
  background: var(--fhld-panel-soft);
  border: 1px solid rgba(124, 96, 30, 0.08);
  transition: opacity 140ms ease, transform 140ms ease, box-shadow 140ms ease, border-color 140ms ease, background 140ms ease;
}

.fh-live-draft-bids li.is-leading {
  background:
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(255,247,224,0.9)),
    radial-gradient(circle at top right, rgba(237,188,69,0.14), transparent 34%);
  border-color: rgba(203, 156, 39, 0.24);
  box-shadow: 0 10px 22px rgba(120, 90, 0, 0.08);
  transform: translateY(-1px);
}

.fh-live-draft-bids li.is-lost {
  opacity: 0.42;
}

.fh-live-draft-bids__team {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  min-width: 0;
}

.fh-live-draft-bids__team .fh-live-draft-fantasy-badge {
  width: 100%;
  justify-content: flex-start;
  gap: 8px;
}

.fh-live-draft-bids__team .fh-live-draft-fantasy-badge__logo {
  width: 26px;
  height: 26px;
  border-radius: 10px;
}

.fh-live-draft-bids__team .fh-live-draft-fantasy-badge__name {
  font-size: 13px;
  line-height: 1.05;
}

.fh-live-draft-bids time {
  grid-column: 1 / -1;
  color: var(--fhld-muted);
  font-size: 10px;
}

.fh-live-draft__panel--players {
  margin-top: 18px;
}

.fh-live-draft__filters {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.fh-market-filters {
  display: grid;
  grid-template-columns: minmax(200px, 1.8fr) repeat(5, minmax(110px, 1fr)) auto;
  gap: 10px;
  margin-bottom: 14px;
}

.fh-market-filters input,
.fh-market-filters select {
  width: 100%;
  min-height: 40px;
  padding: 0 12px;
  border: 1px solid #d8cfbb;
  border-radius: 12px;
  background: #fffef9;
}

.fh-market-filters__reset {
  min-height: 40px;
  padding: 0 16px;
  border: 1px solid rgba(135, 101, 13, 0.28);
  border-radius: 12px;
  background: linear-gradient(145deg, #201b12, #493a19);
  color: #ffd85c;
  font: inherit;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 0 7px 16px rgba(48, 35, 11, 0.12);
}

.fh-market-filters__reset:hover,
.fh-market-filters__reset:focus-visible {
  border-color: #d4a926;
  background: linear-gradient(145deg, #302713, #6b5117);
  color: #fff3ba;
  outline: none;
}

.fh-market-table-wrap {
  overflow-x: auto;
}

.fh-market-pill,
.fh-market-inline-note {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(135, 101, 13, 0.12);
  color: #5e4600;
  font-size: 0.86rem;
  font-weight: 600;
}

.fh-market-inline-note {
  background: #fff8dc;
  color: #7a6116;
}

.fh-money {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 3px 10px;
  border-radius: 5px;
  background:
    linear-gradient(180deg, rgba(247, 255, 228, 0.98), rgba(206, 229, 154, 0.98)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.04));
  border: 1px solid rgba(59, 98, 24, 0.44);
  box-shadow: inset 0 0 0 1px rgba(242, 255, 220, 0.78), 0 2px 6px rgba(55, 98, 43, 0.09);
  white-space: nowrap;
  overflow: hidden;
  isolation: isolate;
  vertical-align: middle;
}

.fh-money::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("https://fantahockey.com/wp-content/uploads/2026/05/Draft2026.png");
  background-repeat: no-repeat;
  background-position: 16% center;
  background-size: auto 112%;
  opacity: 0.048;
  pointer-events: none;
  transform: scale(0.9);
  mix-blend-mode: multiply;
}

.fh-money::after {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1px solid rgba(52, 88, 23, 0.22);
  border-radius: 3px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.42), inset 0 0 0 2px rgba(255, 255, 255, 0.04);
  pointer-events: none;
}

.fh-money__amount {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #173018;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  text-align: center;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.fh-money--compact {
  min-height: 24px;
  padding: 2px 8px;
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(242, 255, 220, 0.72), 0 1px 4px rgba(55, 98, 43, 0.08);
}

.fh-market-table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
}

.fh-market-table th {
  padding: 12px 8px;
  background: #fffbe7;
  color: #9c7800;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-align: left;
  border-bottom: 2px solid rgba(233, 191, 52, 0.7);
}

.fh-market-table td {
  padding: 10px 8px;
  color: #2e2618;
  border-bottom: 1px solid rgba(112, 91, 31, 0.08);
  vertical-align: middle;
  transition: background-color 140ms ease, box-shadow 140ms ease;
}

.fh-live-draft-stat-pill {
  display: inline-flex;
  min-width: 42px;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(184, 158, 104, 0.18);
  color: #20473d;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
}

.fh-market-player-mark,
.fh-market-team-mark {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  white-space: nowrap;
}

.fh-market-player-mark {
  align-items: flex-start;
}

.fh-market-player-mark__logo,
.fh-market-team-mark__logo {
  width: 22px;
  height: 22px;
  display: block;
  border-radius: 0;
  object-fit: contain;
  background: transparent;
  border: 0;
  mix-blend-mode: multiply;
  filter: contrast(1.03) saturate(1.02);
}

.fh-market-player-mark__badge,
.fh-market-team-mark__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #f4e1a4;
  color: #5e4600;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.fh-market-player-mark__logo,
.fh-market-player-mark__badge,
.fh-market-team-mark__logo,
.fh-market-team-mark__badge {
  transform: scale(1.42);
  transform-origin: center center;
}

.fh-market-player-mark__name,
.fh-market-team-mark__label {
  display: inline-flex;
  align-items: center;
  line-height: 1.02;
  color: #241b0e;
  font-weight: 700;
}

.fh-market-player-mark__body {
  display: grid;
  gap: 5px;
  min-width: 0;
}

.fh-market-player-mark__microstats {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 8px;
  white-space: normal;
}

.fh-market-player-mark__microstat {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
  font-size: 11px;
  line-height: 1;
  color: #6e6555;
}

.fh-market-player-mark__microstat small {
  display: inline;
  margin: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #8f7b43;
}

.fh-market-player-mark__microstat strong {
  display: inline;
  font-size: 11px;
  font-weight: 800;
  color: #2e2618;
}

.fh-player-name {
  color: inherit;
}

.fh-player-name--foreign {
  color: #b42318 !important;
}

.fh-market-country-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: #fff8e8;
  border: 1px solid rgba(201, 163, 55, 0.18);
  color: #4b3a12;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
}

.fh-market-country-badge__flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1;
}

.fh-market-country-badge__code {
  display: inline-flex;
  align-items: center;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

.fh-market-pool-row:hover td {
  background: rgba(255, 245, 200, 0.52);
  box-shadow: inset 0 1px 0 rgba(233, 191, 52, 0.08), inset 0 -1px 0 rgba(233, 191, 52, 0.08);
}

.fh-market-pool-row.is-owned-by-me td {
  background: linear-gradient(180deg, rgba(232, 250, 237, 0.96), rgba(219, 245, 226, 0.96));
}

.fh-market-pool-row.is-owned-by-me:hover td {
  background: linear-gradient(180deg, rgba(220, 247, 228, 1), rgba(205, 239, 216, 1));
}

.fh-market-pool-row.is-owned-by-other td {
  background: linear-gradient(180deg, rgba(253, 236, 236, 0.96), rgba(248, 222, 222, 0.96));
}

.fh-market-pool-row.is-owned-by-other:hover td {
  background: linear-gradient(180deg, rgba(250, 227, 227, 1), rgba(244, 212, 212, 1));
}

.fh-market-actions-cell {
  text-align: right;
  white-space: nowrap;
}

.fh-live-draft-table__action .fh-live-draft__hint {
  white-space: nowrap;
}

.fh-live-draft--notice {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

@media (max-width: 1100px) {
  .fh-live-draft-page-shell__topline {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .fh-live-draft-page-shell__topline-side {
    flex-wrap: wrap;
  }

  .fh-live-draft-page-shell__team-orbit-item {
    width: 56px;
    height: 56px;
  }

  .fh-live-draft-page-shell__team-orbit-logo {
    width: 41px;
    height: 41px;
  }

  .fh-live-draft__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "auction"
      "bids"
      "team";
  }

  .fh-live-draft-my-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .fh-live-draft-my-banner__stats {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    min-width: 0;
  }

  .fh-live-draft-teams-board {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fh-live-draft__hero {
    flex-direction: column;
  }

  .fh-live-draft__simulation {
    flex-direction: column;
    align-items: stretch;
  }

  .fh-live-draft-auction-card__spotlight {
    grid-template-columns: 1fr;
  }

  .fh-live-draft-auction-stage.has-live-panels {
    grid-template-columns: 1fr;
  }

  .fh-live-draft-turn-order {
    grid-template-columns: repeat(14, minmax(54px, 1fr));
  }
}

@media (max-width: 640px) {
  .fh-live-draft__rehearsal-banner {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .fh-live-draft__rehearsal-banner a {
    width: fit-content;
  }

  .fh-live-draft__panel--auction {
    padding: 12px;
  }

  .fh-live-draft__panel--auction > .fh-live-draft__panel-head {
    min-height: 0;
    margin-bottom: 7px;
    padding: 0 2px;
  }

  .fh-live-draft__panel--auction > .fh-live-draft__panel-head h3 {
    font-size: 13px;
  }

  .fh-live-draft-page-shell {
    padding: 16px;
  }

  .fh-live-draft-page-shell__masthead {
    padding: 12px 12px 16px;
    border-radius: 22px;
  }

  .fh-live-draft-page-shell__topline {
    padding-bottom: 8px;
  }

  .fh-live-draft-page-shell__date {
    font-size: 9px;
    letter-spacing: 0.06em;
  }

  .fh-live-draft-page-shell__logo {
    width: min(76vw, 330px);
    max-height: none;
  }

  .fh-live-draft-page-shell__arena {
    display: flex;
    min-height: 0;
    flex-direction: column;
  }

  .fh-live-draft-page-shell__team-orbit {
    position: relative;
    inset: auto;
    order: 2;
    display: grid;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    gap: 7px;
    width: 100%;
    margin-top: 6px;
  }

  .fh-live-draft-page-shell__team-orbit-item,
  .fh-live-draft-page-shell__team-orbit-item:nth-child(n) {
    position: relative;
    left: auto;
    top: auto;
    width: 38px;
    height: 38px;
    margin: auto;
    transform: none;
  }

  .fh-live-draft-page-shell__team-orbit-item.is-current {
    animation: none;
    transform: scale(1.08);
  }

  .fh-live-draft-page-shell__team-orbit-logo {
    width: 29px;
    height: 29px;
  }

  .fh-live-draft-page-shell__topline-side {
    width: 100%;
    justify-content: space-between;
    gap: 8px;
  }

  .fh-live-draft-page-shell__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
    gap: 8px;
  }

  .fh-live-draft-page-shell__link--mobile-auth {
    display: inline-flex;
  }

  .fh-live-draft-page-shell__link--login {
    border-color: #ffe096;
    background: linear-gradient(180deg, #ffe58f 0%, #e5ad24 52%, #a86c00 100%);
    color: #100c04;
  }

  .fh-live-draft-page-shell__link {
    min-height: 44px;
    padding: 0 7px;
    font-size: 9px;
  }

  .fh-live-draft {
    padding: 18px;
    border-radius: 20px;
  }

  .fh-live-draft__rules {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
  }

  .fh-live-draft-auction-card__stats,
  .fh-live-draft-team-card__slots,
  .fh-live-draft-teams-board {
    grid-template-columns: 1fr;
  }

  .fh-live-draft-auction-card__bid-row {
    flex-wrap: wrap;
  }

  .fh-live-draft-auction-card__hero,
  .fh-live-draft-team-card__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .fh-live-draft-auction-card__playercard-head,
  .fh-live-draft-auction-card__leaderbar,
  .fh-live-draft-auction-card__headline {
    flex-direction: column;
    align-items: flex-start;
  }

  .fh-live-draft-auction-card__playercard-footer {
    flex-direction: row;
    align-items: center;
  }

  .fh-live-draft-auction-card__player-title {
    gap: 10px;
  }

  .fh-live-draft-auction-card__player-title-logo {
    width: 68px;
    height: 68px;
    flex-basis: 68px;
  }

  .fh-live-draft-auction-card__main h4 {
    font-size: clamp(18px, 5.8vw, 28px);
  }

  .fh-live-draft-auction-card {
    height: auto;
    min-height: 0;
  }

  .fh-live-draft-auction-card__moneywall-note {
    min-height: 96px;
  }

  /* Mobile auction: compact information card, without the desktop chronograph. */
  .fh-live-draft-auction-card {
    gap: 6px;
    padding: 9px;
    border-radius: 18px;
    overflow: hidden;
  }

  .fh-live-draft-auction-card__kicker {
    min-height: 24px;
    justify-content: center;
  }

  .fh-live-draft-auction-card__kicker > span:not(.fh-live-draft-auction-card__pulse) {
    display: none;
  }

  .fh-live-draft-auction-card__pulse {
    min-width: 0;
    padding: 5px 10px;
    font-size: 9px;
  }

  .fh-live-draft-auction-card__spotlight {
    grid-template-columns: minmax(0, 1fr);
    gap: 7px;
    min-height: 0;
  }

  .fh-live-draft-auction-card__playercard {
    min-width: 0;
    min-height: 0;
    gap: 7px;
    padding: 10px 11px;
    border-width: 1px;
    border-radius: 17px;
    box-shadow:
      inset 0 0 0 1px color-mix(in srgb, var(--fhld-auction-accent) 10%, transparent),
      0 8px 18px color-mix(in srgb, var(--fhld-auction-accent) 10%, rgba(80, 54, 8, 0.06));
  }

  .fh-live-draft-auction-card__playercard::before {
    right: -20px;
    bottom: -20px;
    width: 132px;
    height: 132px;
  }

  .fh-live-draft-auction-card__main {
    gap: 7px;
    padding-top: 0;
  }

  .fh-live-draft-auction-card__player-title {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    justify-items: center;
    gap: 5px;
  }

  .fh-live-draft-auction-card__player-title-logo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
    margin: 0 auto;
  }

  .fh-live-draft-auction-card__main h4 {
    display: grid;
    justify-items: center;
    gap: 0;
    width: 100%;
    max-width: 100%;
    margin: 0;
    color: var(--fhld-auction-ink);
    font-size: clamp(22px, 7.8vw, 30px);
    line-height: 0.94;
    letter-spacing: -0.045em;
    text-align: center;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .fh-live-draft-auction-card__player-name-line {
    display: block;
    width: 100%;
    min-width: 0;
  }

  .fh-live-draft-auction-card__player-meta-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 5px;
  }

  .fh-live-draft-auction-card__meta-chip {
    min-width: 0;
    min-height: 38px;
    padding: 5px 4px;
    border-radius: 11px;
    text-align: center;
  }

  .fh-live-draft-auction-card__meta-chip small {
    font-size: 8px;
    letter-spacing: 0.07em;
  }

  .fh-live-draft-auction-card__meta-chip strong {
    min-width: 0;
    overflow: hidden;
    font-size: 11px;
    line-height: 1.05;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .fh-live-draft-auction-card__player-stats {
    gap: 4px;
    margin-top: 0;
  }

  .fh-live-draft-auction-card__player-stats > small {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .fh-live-draft-auction-card__player-stats-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 4px;
  }

  .fh-live-draft-auction-card__player-stats-grid span {
    min-width: 0;
    padding: 4px 3px;
    border-radius: 10px;
  }

  .fh-live-draft-auction-card__player-stats-grid small {
    font-size: 8px;
  }

  .fh-live-draft-auction-card__player-stats-grid strong {
    font-size: 13px;
  }

  .fh-live-draft-auction-card__playercard-footer.is-awarded {
    display: block;
    min-width: 0;
    min-height: 44px;
    margin-top: 1px;
    padding: 7px 3px 0;
    border-top: 1px solid color-mix(in srgb, var(--fhld-owner-accent) 18%, rgba(109, 86, 32, 0.12));
  }

  .fh-live-draft-auction-card__owner-badge.is-awarded {
    width: 100%;
    max-width: 100%;
    gap: 8px;
    transform: none;
  }

  .fh-live-draft-auction-card__owner-badge.is-awarded .fh-live-draft-fantasy-badge__logo {
    width: 42px;
    height: 42px;
    flex: 0 0 42px;
    border-radius: 12px;
  }

  .fh-live-draft-fantasy-badge,
  .fh-live-draft-auction-card__leader-logo {
    min-width: 0;
    max-width: 100%;
    white-space: normal;
  }

  .fh-live-draft-fantasy-badge__text {
    min-width: 0;
    max-width: 100%;
  }

  .fh-live-draft-auction-card__owner-badge.is-awarded .fh-live-draft-fantasy-badge__name {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    color: var(--fhld-owner-ink);
    font-size: 16px;
    line-height: 1.02;
    white-space: normal !important;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .fh-live-draft-auction-card__owner-badge.is-awarded .fh-live-draft-fantasy-badge__meta {
    max-width: 100%;
    font-size: 10px;
  }

  .fh-live-draft-auction-card__moneywall,
  .fh-live-draft-auction-card__moneywall.is-live {
    display: grid;
    grid-template-columns: auto minmax(112px, 1fr);
    align-content: center;
    align-items: center;
    gap: 8px;
    min-height: 0;
    padding: 7px 8px;
    border-radius: 14px;
  }

  .fh-live-draft-auction-card__moneywall-label {
    font-size: 9px;
    letter-spacing: 0.09em;
  }

  .fh-live-draft-auction-card__moneywall-timer {
    display: block;
    min-width: 0;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 10px;
    background: transparent;
    box-shadow: none;
  }

  .fh-live-draft-auction-card__moneywall-timer-label,
  .fh-live-draft-stopwatch__crown,
  .fh-live-draft-stopwatch__button,
  .fh-live-draft-stopwatch__scale,
  .fh-live-draft-stopwatch__number,
  .fh-live-draft-stopwatch__brand,
  .fh-live-draft-stopwatch__hand,
  .fh-live-draft-stopwatch__center,
  .fh-live-draft-stopwatch__seconds-label {
    display: none;
  }

  .fh-live-draft-stopwatch,
  .fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-stopwatch {
    width: 100%;
    padding-top: 0;
    filter: none;
  }

  .fh-live-draft-stopwatch::before,
  .fh-live-draft-stopwatch::after {
    display: none;
  }

  .fh-live-draft-stopwatch__face {
    display: flex;
    width: 100%;
    height: 46px;
    aspect-ratio: auto;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(240, 205, 111, 0.38);
    border-radius: 10px;
    background: linear-gradient(180deg, #151812, #050704);
    box-shadow:
      inset 0 0 0 1px rgba(255,255,255,0.04),
      inset 0 -8px 16px rgba(0,0,0,0.28);
  }

  .fh-live-draft-stopwatch__face::before {
    display: none;
  }

  .fh-live-draft-stopwatch__digital {
    position: static;
    min-width: 0;
    padding: 0;
    transform: none;
    border: 0;
    background: transparent;
    box-shadow: none;
    color: #f4d574;
    font-size: 31px;
    letter-spacing: 0.04em;
  }

  .fh-live-draft-auction-card__moneywall.is-awarded {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 8px;
    padding: 7px 8px;
  }

  .fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-auction-card__moneywall-note {
    min-height: 46px;
    padding: 6px 8px;
    border-radius: 10px;
  }

  .fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-auction-card__moneywall-price {
    font-size: 28px;
  }

  .fh-live-draft-auction-card__moneywall.is-awarded .fh-live-draft-auction-card__moneywall-timer {
    display: none;
  }

  .fh-live-draft-auction-card__leaderbar {
    grid-template-rows: auto auto;
    align-items: stretch;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 8px 9px;
    border-radius: 14px;
  }

  .fh-live-draft-auction-card__leader-note {
    min-height: 24px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .fh-live-draft-auction-card__leader-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 7px;
    min-width: 0;
    min-height: 38px;
  }

  .fh-live-draft-auction-card__leader-logo {
    width: 100%;
  }

  .fh-live-draft-auction-card__leader-logo .fh-live-draft-fantasy-badge {
    width: 100%;
  }

  .fh-live-draft-auction-card__leader-logo .fh-live-draft-fantasy-badge__logo {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
  }

  .fh-live-draft-auction-card__leader-logo .fh-live-draft-fantasy-badge__name {
    display: -webkit-box;
    max-width: 100%;
    overflow: hidden;
    font-size: 14px;
    line-height: 1.02;
    white-space: normal;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .fh-live-draft-auction-card__leader-price {
    min-width: 82px;
    padding: 8px 9px;
    font-size: 18px;
  }

  .fh-live-draft__filters {
    flex-direction: column;
  }

  .fh-market-filters {
    grid-template-columns: 1fr;
  }

  .fh-live-draft-my-banner__identity {
    align-items: flex-start;
  }

  .fh-live-draft-my-banner__titles strong {
    flex-wrap: wrap;
    font-size: 20px;
  }

  .fh-live-draft-my-banner__stats {
    grid-template-columns: 1fr 1fr;
  }

  .fh-live-draft-turn-order {
    grid-template-columns: repeat(14, minmax(54px, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .fh-live-draft-page-shell__team-orbit-item.is-current,
  .fh-live-draft-page-shell__light-beam,
  .fh-live-draft-page-shell__light-flash,
  .fh-live-draft-page-shell__team-spotlight,
  .fh-live-draft-page-shell__audio-icon i,
  .fh-live-draft-sticky-auction__live i {
    animation: none;
  }

  .fh-live-draft-sticky-auction {
    transition: none;
  }

  .fh-live-draft-page-shell__light-beam {
    opacity: 0.08;
  }
}
