.unit-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: 18px;
}
.nav select {
  border: 1px solid rgba(255,255,255,.55);
  border-radius: 999px;
  padding: 8px 10px;
  background: rgba(4,48,45,.78);
  color: #fff;
  font: inherit;
}
.nav select option { color: #082f2d; background: #fff; }
.empty .register-now { display: inline-flex; margin-top: 18px; background: var(--gold); color: #142e2c; }
.video-section { padding: 86px 0; background: #082f2d; color: #fff; }
.video-section h2 { font-family: Georgia,serif; font-size: clamp(36px,5vw,58px); margin: 10px 0; }
.video-section p:not(.eyebrow) { color: #c8d9d4; }
.video-frame { margin-top: 28px; aspect-ratio: 16/9; border-radius: 16px; overflow: hidden; background: #031f1d; box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.video-frame iframe { width: 100%; height: 100%; border: 0; }
.unit-actions .button { margin: 0; }
.unit-actions .render-button {
  background: #fff;
  color: var(--deep);
  border-color: var(--deep);
}
.subscriber-state {
  padding: 14px 16px;
  border: 1px solid rgba(217,174,74,.55);
  border-radius: 10px;
  background: rgba(217,174,74,.12);
  color: #f5d77f;
}
.render-dialog {
  width: min(1040px,calc(100% - 28px));
  max-height: 92vh;
  border: 0;
  border-radius: 16px;
  padding: 0;
  color: var(--ink);
  box-shadow: 0 30px 90px rgba(0,0,0,.35);
}
.render-dialog::backdrop { background: rgba(1,26,24,.82); }
.render-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}
.render-head h2 { font-family: Georgia,serif; margin: 3px 0 0; }
.render-head small { color: var(--gold); font-weight: 800; letter-spacing: .1em; }
.render-head button {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: var(--cream);
  font-size: 28px;
  cursor: pointer;
}
.render-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 18px;
}
.render-gallery img {
  width: 100%;
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 10px;
  background: #edf1ef;
}
.render-note { padding: 0 24px 22px; color: var(--muted); font-size: 13px; }
@media (max-width: 800px) {
  .unit-actions, .render-gallery { grid-template-columns: 1fr; }
}
