html,
body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #08090b;
  color: #ecebe8;
  font-family: "Segoe UI", system-ui, sans-serif;
}

iframe {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  opacity: 0;
  transition: opacity 0.15s ease;
}

iframe.on {
  opacity: 1;
}

[hidden] {
  display: none !important;
}

.miss {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  padding: 24px;
}

.miss img {
  border-radius: 16px;
  margin-bottom: 12px;
}

.miss h1 {
  margin: 0;
  font-size: 22px;
  font-weight: 650;
  letter-spacing: -0.02em;
}

.miss p {
  margin: 0;
  color: rgba(236, 235, 232, 0.5);
  font-size: 14px;
}
