.punchrise-frame {
  display: block;
  width: 100%;
  min-height: 680px;
  height: min(860px, 78vh);
  border: 1px solid rgba(214, 163, 255, .36);
  border-radius: 12px;
  background: #101521;
  box-shadow: 0 18px 48px rgba(0, 0, 0, .3);
}
.punchrise-attribution {
  margin: 16px auto 0;
  max-width: 72ch;
  color: rgba(235, 231, 248, .78);
  font-size: .9rem;
  line-height: 1.55;
  text-align: center;
}
@media (max-width: 700px) {
  .punchrise-frame { min-height: 620px; height: 720px; }
}
.punchrise-keeper-gate {
  margin: 24px 0 18px;
  padding: 18px 20px;
  border: 1px solid rgba(214, 163, 255, .36);
  border-radius: 12px;
  background: rgba(16, 21, 33, .78);
}
.punchrise-keeper-gate h2 { margin: 0 0 6px; }
.punchrise-keeper-gate p { margin: 6px 0 12px; color: rgba(235, 231, 248, .8); }
.punchrise-keeper-controls { display: flex; align-items: end; gap: 12px; flex-wrap: wrap; }
.punchrise-keeper-controls label { display: grid; gap: 5px; min-width: min(100%, 260px); color: #f1eaff; font-weight: 700; }
.punchrise-keeper-controls input { min-height: 42px; padding: 8px 11px; border: 1px solid rgba(214, 163, 255, .5); border-radius: 7px; background: #0b101c; color: #fff; font: inherit; }
.punchrise-keeper-controls button { min-height: 42px; padding: 8px 16px; border: 1px solid #f2b84b; border-radius: 7px; background: #f2b84b; color: #16111f; font: inherit; font-weight: 800; }
.punchrise-keeper-controls button:disabled { opacity: .58; }
.punchrise-keeper-status { min-height: 1.4em; }
.punchrise-keeper-status[data-state="error"] { color: #ffb8c4; }
@media (max-width: 700px) {
  .punchrise-keeper-controls { align-items: stretch; }
  .punchrise-keeper-controls label, .punchrise-keeper-controls button { width: 100%; }
}