/* FullTime Fantasy campaign components. This dedicated asset path avoids stale legacy CSS caches. */
.fulltime-draft-command-promo,
.fulltime-draft-command-promo *,
.fulltime-right-rail-promos,
.fulltime-right-rail-promos * {
  box-sizing: border-box;
}

.fulltime-draft-command-promo {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 0 0 26px;
  border: 1px solid rgba(79, 172, 254, .38);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 0%, rgba(0, 153, 255, .2), transparent 34%),
    linear-gradient(145deg, #061321 0%, #071e36 55%, #081627 100%);
  color: #fff;
  font-family: Inter, "Helvetica Neue", Arial, sans-serif;
  box-shadow: 0 18px 44px rgba(0, 16, 35, .24), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.fulltime-draft-command-promo::after {
  position: absolute;
  z-index: -1;
  right: -90px;
  bottom: -120px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  background: rgba(14, 143, 239, .15);
  content: "";
  filter: blur(12px);
  pointer-events: none;
}

.fulltime-draft-command-promo__image-link {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  background: #020b14;
}

.fulltime-draft-command-promo__image-link::after {
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(transparent, rgba(2, 11, 20, .7));
  content: "";
  pointer-events: none;
}

.fulltime-draft-command-promo__image-link img {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  transition: transform .45s cubic-bezier(.2, .7, .2, 1), filter .45s ease;
}

.fulltime-draft-command-promo__image-link:hover img,
.fulltime-draft-command-promo__image-link:focus img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.018);
}

.fulltime-draft-command-promo__new {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 6px 11px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(2, 13, 25, .7);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, .22);
}

.fulltime-draft-command-promo__body {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 20px 22px 22px;
}

.fulltime-draft-command-promo__copy,
.fulltime-draft-command-promo__copy > span,
.fulltime-draft-command-promo__copy > strong {
  display: block;
  margin: 0;
}

.fulltime-draft-command-promo__eyebrow {
  margin-bottom: 5px !important;
  color: #66c7ff;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.25;
  text-transform: uppercase;
}

.fulltime-draft-command-promo__copy > strong {
  color: #fff;
  font-size: clamp(21px, 3vw, 29px);
  font-weight: 850;
  letter-spacing: -.025em;
  line-height: 1.08;
  text-wrap: balance;
}

.fulltime-draft-command-promo__description {
  max-width: 650px;
  margin-top: 8px !important;
  color: #c9d9e8;
  font-size: 14px;
  line-height: 1.5;
}

.fulltime-draft-command-promo__features {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 13px !important;
}

.fulltime-draft-command-promo__features > span {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 6px 10px 6px 23px;
  border: 1px solid rgba(115, 190, 244, .22);
  border-radius: 999px;
  background: rgba(24, 91, 143, .2);
  color: #e8f6ff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: .02em;
  line-height: 1;
  white-space: nowrap;
}

.fulltime-draft-command-promo__features > span::before {
  position: absolute;
  left: 9px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #4bc5ff;
  box-shadow: 0 0 10px rgba(75, 197, 255, .85);
  content: "";
}

.fulltime-draft-command-promo__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 50px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 225, 119, .9);
  border-radius: 12px;
  background: linear-gradient(135deg, #ffd84f 0%, #ffb719 100%);
  color: #061321 !important;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .015em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(255, 183, 25, .2), inset 0 1px 0 rgba(255, 255, 255, .6);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.fulltime-draft-command-promo__cta:hover,
.fulltime-draft-command-promo__cta:focus {
  color: #061321 !important;
  filter: brightness(1.05);
  outline: 0;
  transform: translateY(-2px);
  box-shadow: 0 14px 28px rgba(255, 183, 25, .3), inset 0 1px 0 rgba(255, 255, 255, .7);
}

.fulltime-draft-command-promo__cta:focus-visible,
.fulltime-draft-command-promo__image-link:focus-visible,
.fulltime-right-rail-promos a:focus-visible {
  outline: 3px solid #65c9ff;
  outline-offset: 3px;
}

.fulltime-draft-command-promo__arrow {
  font-size: 20px;
  font-weight: 500;
  line-height: .8;
  transition: transform .2s ease;
}

.fulltime-draft-command-promo__cta:hover .fulltime-draft-command-promo__arrow,
.fulltime-draft-command-promo__cta:focus .fulltime-draft-command-promo__arrow {
  transform: translateX(3px);
}

.fulltime-right-rail-promos {
  display: grid;
  width: 100%;
  margin: 0 0 20px;
  gap: 12px;
}

.fulltime-right-rail-promos a,
.fulltime-right-rail-promos img {
  display: block;
  width: 100%;
}

.fulltime-right-rail-promos a {
  overflow: hidden;
  border: 1px solid rgba(47, 132, 196, .32);
  border-radius: 12px;
  background: #07192d;
  box-shadow: 0 9px 24px rgba(0, 18, 38, .17);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.fulltime-right-rail-promos a:hover,
.fulltime-right-rail-promos a:focus {
  border-color: rgba(75, 197, 255, .8);
  box-shadow: 0 13px 28px rgba(0, 29, 61, .25);
  outline: 0;
  transform: translateY(-3px);
}

.fulltime-right-rail-promos img {
  height: auto;
  border: 0;
}

@media (max-width: 900px) {
  .fulltime-draft-command-promo__body {
    grid-template-columns: 1fr;
  }

  .fulltime-draft-command-promo__cta {
    width: 100%;
  }
}

@media (max-width: 520px) {
  .fulltime-draft-command-promo {
    margin-bottom: 18px;
    border-radius: 13px;
  }

  .fulltime-draft-command-promo__new {
    top: 9px;
    right: 9px;
    min-height: 24px;
    padding: 5px 8px;
    font-size: 9px;
  }

  .fulltime-draft-command-promo__body {
    gap: 17px;
    padding: 17px 16px 18px;
  }

  .fulltime-draft-command-promo__copy > strong {
    font-size: 23px;
  }

  .fulltime-draft-command-promo__description {
    font-size: 13px;
  }

  .fulltime-draft-command-promo__features > span {
    flex: 1 1 auto;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fulltime-draft-command-promo__image-link img,
  .fulltime-draft-command-promo__cta,
  .fulltime-draft-command-promo__arrow,
  .fulltime-right-rail-promos a {
    transition: none;
  }
}
