.ad-slot {
  --ad-bg: linear-gradient(135deg, #1f1f1f 0%, #3a2b2a 50%, #6f1f22 100%);
  --ad-fg: #f6efe3;
  --ad-muted: rgba(246, 239, 227, 0.76);
  --ad-accent: #f3b16f;
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(143, 112, 109, 0.34);
  background: #151313;
  color: var(--ad-fg);
}

.ad-slot__label {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 2;
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ad-muted);
}

.ad-slot__inner {
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  text-align: center;
  padding: 1.75rem;
  background: var(--ad-bg);
}

.ad-slot__creative {
  width: 100%;
}

.ad-slot__mount {
  display: none;
  width: 100%;
  min-height: inherit;
}

.ad-slot.is-live .ad-slot__mount {
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--ad-muted);
  border: 1px dashed rgba(246, 239, 227, 0.35);
  padding: 1rem;
}

.ad-slot.is-rendered .ad-slot__mount {
  display: grid;
  place-items: center;
  text-align: center;
  color: var(--ad-fg);
  border: 0;
  padding: 1rem;
}

.ad-slot.is-collapsed {
  display: none !important;
}

.ad-slot__mount-ad {
  width: 100%;
}

.ad-slot__mount-click {
  display: block;
  width: 100%;
  color: inherit;
  text-decoration: none;
}

.ad-slot__mount-ad img {
  width: 100%;
  height: auto;
  max-height: 260px;
  object-fit: cover;
  margin-top: 0.75rem;
  border: 1px solid rgba(246, 239, 227, 0.24);
}

.ad-slot__mount-eyebrow {
  font-size: 10px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ad-muted);
}

.ad-slot__mount-title {
  margin-top: 0.75rem;
  font-family: "skns", cursive;
  font-size: clamp(1.05rem, 2.5vw, 1.8rem);
  line-height: 1.08;
}

.ad-slot__mount-copy {
  margin-top: 0.6rem;
  font-size: 0.85rem;
  color: var(--ad-muted);
}

.ad-slot__mount-cta {
  margin-top: 0.95rem;
  display: inline-block;
  border: 1px solid var(--ad-accent);
  color: var(--ad-accent);
  padding: 0.36rem 0.78rem;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ad-slot__mount-html {
  text-align: left;
}

.ad-slot__debug {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 3;
  padding: 0.2rem 0.4rem;
  font-size: 9px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(246, 239, 227, 0.95);
  background: rgba(10, 10, 10, 0.45);
  border: 1px solid rgba(246, 239, 227, 0.25);
}

.ad-slot__eyebrow {
  font-size: 10px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--ad-muted);
}

.ad-slot__title {
  margin-top: 0.85rem;
  font-family: "skns", cursive;
  font-size: clamp(1.1rem, 2.8vw, 2rem);
  line-height: 1.05;
}

.ad-slot__copy {
  margin-top: 0.65rem;
  font-size: 0.85rem;
  color: var(--ad-muted);
}

.ad-slot__cta {
  margin-top: 1rem;
  display: inline-block;
  border: 1px solid var(--ad-accent);
  color: var(--ad-accent);
  padding: 0.38rem 0.8rem;
  font-size: 10px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ad-slot__meta {
  margin-top: 0.65rem;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: var(--ad-muted);
}

.ad-slot__video-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(246, 239, 227, 0.22);
  background:
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18) 0, transparent 50%),
    linear-gradient(130deg, rgba(15, 15, 15, 0.85), rgba(50, 27, 31, 0.85));
}

.ad-slot__video-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(8, 8, 8, 0.45), transparent 60%);
}

.ad-slot__play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border: 1px solid rgba(246, 239, 227, 0.85);
  border-radius: 50%;
}

.ad-slot__play::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 18px;
  border-left: 12px solid rgba(246, 239, 227, 0.9);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.ad-slot[data-campaign-theme="obsidian"] {
  --ad-bg: linear-gradient(130deg, #181819 0%, #2a2b31 55%, #4c3331 100%);
  --ad-accent: #d7c5a1;
}

.ad-slot[data-campaign-theme="vermillion"] {
  --ad-bg: linear-gradient(130deg, #2d0b12 0%, #6f1f28 60%, #b13b3d 100%);
  --ad-accent: #ffd8ad;
}

.ad-slot[data-campaign-theme="jade"] {
  --ad-bg: linear-gradient(130deg, #0d2a26 0%, #1f4f44 60%, #2f7a68 100%);
  --ad-accent: #d8fff0;
}

.ad-slot[data-campaign-theme="paper"] {
  --ad-bg: linear-gradient(130deg, #3f3026 0%, #82684c 50%, #bb9f7d 100%);
  --ad-accent: #fff3dd;
}

.ad-slot--top-banner {
  min-height: 90px;
}

.ad-slot--top-banner .ad-slot__inner {
  min-height: 90px;
}

.ad-slot--billboard .ad-slot__inner {
  min-height: 250px;
}

.ad-slot--mpu .ad-slot__inner {
  min-height: 250px;
}

.ad-slot--rail .ad-slot__inner {
  min-height: 600px;
}

.ad-slot--video .ad-slot__inner {
  min-height: 360px;
}

.ad-slot--mobile-sticky {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  border-left: 0;
  border-right: 0;
}

.ad-slot--mobile-sticky .ad-slot__inner {
  min-height: 50px;
  padding: 0.8rem 1rem;
}

.ad-slot--companion .ad-slot__inner {
  min-height: 250px;
}

.ad-slot--eu-wide .ad-slot__inner {
  min-height: 120px;
}

@media (max-width: 1023px) {
  .ad-slot--rail .ad-slot__inner {
    min-height: 250px;
  }
  .ad-slot--billboard .ad-slot__inner {
    min-height: 120px;
  }
}

@media (max-width: 767px) {
  .ad-slot--top-banner .ad-slot__inner,
  .ad-slot--billboard .ad-slot__inner {
    min-height: 100px;
  }
  .ad-slot__title {
    font-size: clamp(1rem, 6vw, 1.4rem);
  }
}

@media (min-width: 768px) {
  .only-mobile {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .only-desktop {
    display: none !important;
  }
}
