.public-launcher { min-height: 100vh; }
.public-release-status {
  max-width: 840px;
  margin: 54px 0 30px;
  padding: 28px;
  border: 1px solid var(--report-line-strong);
  border-radius: 20px;
  background: var(--report-surface);
  box-shadow: var(--report-shadow);
}
.public-release-status h2 { max-width: 680px; margin: 4px 0 10px; font-size: clamp(28px, 4vw, 48px); }
.public-release-status p:last-child { max-width: 660px; margin: 0; color: var(--report-muted); font-size: 16px; line-height: 1.6; }
.public-status-label {
  margin: 0;
  color: var(--report-accent-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.public-atlas-card { display: grid; gap: 12px; }
.public-footer {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 64px;
  padding-top: 22px;
  border-top: 1px solid var(--report-line);
  color: var(--report-muted);
  font-size: 13px;
}
.public-footer span:first-child { color: var(--report-ink); font-weight: 900; letter-spacing: .08em; }
.public-route-empty {
  width: min(760px, calc(100% - 40px));
  margin: 12vh auto;
  padding: clamp(28px, 6vw, 64px);
  border: 1px solid var(--report-line-strong);
  border-radius: 24px;
  background: var(--report-surface);
  box-shadow: var(--report-shadow-raised);
}
.public-route-empty .brand-box { display: inline-flex; margin-bottom: 48px; }
.public-route-empty h1 { margin: 8px 0 14px; font-size: clamp(36px, 7vw, 72px); line-height: .98; }
.public-route-empty > p:not(.public-status-label) { max-width: 580px; color: var(--report-muted); font-size: 17px; line-height: 1.6; }
.public-return {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin-top: 20px;
  padding: 0 18px;
  border-radius: 999px;
  color: #ffffff;
  background: var(--report-accent);
  font-weight: 800;
  text-decoration: none;
}
.public-return:focus-visible { outline: 3px solid var(--report-accent-text); outline-offset: 3px; }
@media (max-width: 640px) {
  .public-release-status { margin-top: 34px; padding: 22px; border-radius: 16px; }
  .public-footer { align-items: flex-start; flex-direction: column; }
}
