.spot-dialog {
  width: min(960px, calc(100% - 28px));
  max-height: calc(100dvh - 28px);
  margin: auto;
  padding: 0;
  overflow: auto;
  color: #fff;
  background: #080635;
  border: 1px solid #00d891;
  border-radius: 16px;
  box-shadow: 0 24px 100px #0009;
}
.spot-dialog::backdrop { background: #03021bd9; backdrop-filter: blur(6px); }
.spot-dialog__header { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; padding: 24px 28px; }
.spot-dialog__eyebrow { margin: 0 0 6px; color: #00d891; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.spot-dialog__title { margin: 0; font-size: clamp(22px, 3.5vw, 36px); line-height: 1.1; font-weight: 900; }
.spot-dialog__close { flex: 0 0 44px; width: 44px; height: 44px; border: 1px solid #ffffff50; border-radius: 50%; background: transparent; color: #fff; font: inherit; font-size: 28px; cursor: pointer; }
.spot-dialog__close:hover { background: #ffffff20; }
.spot-dialog__video { position: relative; width: 100%; aspect-ratio: 16 / 9; background: #020217; }
.spot-dialog__video iframe { width: 100%; height: 100%; border: 0; display: block; }
.spot-dialog__play { position: absolute; inset: 0; width: 100%; display: grid; place-content: center; justify-items: center; gap: 14px; border: 0; color: #fff; background: #080635; cursor: pointer; overflow: hidden; font: inherit; font-weight: 900; }
.spot-dialog__play[hidden] { display: none; }
.spot-dialog__poster { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .48; }
.spot-dialog__play-icon { position: relative; display: grid; place-items: center; width: clamp(56px, 8vw, 82px); height: clamp(56px, 8vw, 82px); border-radius: 50%; background: #00d891; color: #080635; font-size: 30px; box-shadow: 0 0 0 10px #00d89126; }
.spot-dialog__play-label { position: relative; background: #080635cc; padding: 6px 14px; border-radius: 6px; }
.spot-dialog__footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 28px; }
.spot-dialog__date { margin: 0; font-size: 14px; font-weight: 800; }
.spot-dialog__venue { display: block; margin-top: 3px; color: #ffffffa6; font-size: 12px; }
.spot-dialog__links { display: flex; flex-wrap: wrap; align-items: center; gap: 12px 20px; }
.spot-dialog__youtube { color: #fff; font-size: 13px; text-decoration: underline; text-underline-offset: 4px; }
.spot-dialog__continue, .spot-reopen { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 20px; border: 0; border-radius: 8px; background: #00d891; color: #080635; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; text-decoration: none; }
.spot-reopen { align-self: flex-start; margin-top: 20px; gap: 10px; background: transparent; color: #00d891; border: 1px solid #00d89180; }
.spot-dialog :focus-visible, .spot-reopen:focus-visible { outline: 3px solid #ccff00; outline-offset: 4px; }
html.spot-is-open { overflow: hidden; }
@media (max-width: 600px) {
  .spot-dialog__header { padding: 18px 16px; }
  .spot-dialog__footer { padding: 18px 16px; flex-direction: column; align-items: flex-start; gap: 16px; }
  .spot-dialog__links { width: 100%; justify-content: space-between; }
  .spot-dialog__title { font-size: 23px; }
}

.spot-dialog__codes { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 28px; background: #ccff00; color: #080635; }
.spot-dialog__codes h3 { margin: 0; max-width: 560px; font-size: clamp(19px, 2.5vw, 26px); line-height: 1.2; font-weight: 900; }
.spot-dialog__codes a { flex-shrink: 0; display: grid; gap: 3px; padding: 12px 16px; border-radius: 8px; background: #080635; color: #fff; text-align: center; text-decoration: none; }
.spot-dialog__codes a span { font-size: 12px; }
.spot-dialog__codes a strong { font-size: 24px; line-height: 1.2; }
.spot-dialog__codes a:hover { background: #241c67; }
@media (max-width: 600px) {
  .spot-dialog__codes { flex-direction: column; align-items: stretch; gap: 12px; padding: 16px; }
}
