body.is-safepass-live .topbar .nav-links {
  display: none;
}

body.is-safepass-live .topbar {
  grid-template-columns: 1fr;
}

.live-app {
  padding: clamp(22px, 4vw, 54px) var(--page-pad, 24px) 72px;
}

.live-split {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, 0.72fr);
  gap: 30px;
  align-items: start;
}

.live-card {
  border: 1px solid var(--line, #e3e8eb);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 26px 80px rgba(17, 32, 36, 0.08);
}

.live-phone {
  min-height: 620px;
  overflow: hidden;
}

.live-host {
  overflow: hidden;
}

.live-small {
  max-width: 680px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 52px);
  display: grid;
  gap: 18px;
}

.live-screen {
  display: grid;
  gap: 20px;
  padding: clamp(26px, 5vw, 52px);
}

.live-screen h1,
.live-small h1,
.live-dashboard h1 {
  margin: 0;
  color: var(--ink, #071013);
  font-size: clamp(2.1rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: 0;
}

.live-screen p,
.live-small p,
.live-dashboard p {
  margin: 0;
  color: var(--muted, #5f6b77);
  font-size: 1.05rem;
  line-height: 1.5;
}

.live-stepbar {
  display: flex;
  justify-content: space-between;
  padding: 22px clamp(24px, 5vw, 42px);
  border-bottom: 1px solid var(--line, #e3e8eb);
  color: var(--muted, #5f6b77);
  font-weight: 900;
}

.live-progress {
  height: 4px;
  background: rgba(14, 92, 88, 0.08);
}

.live-progress span {
  display: block;
  height: 100%;
  background: var(--teal, #116b63);
}

.live-side {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 18px;
  padding: 28px;
  border: 1px solid var(--line, #e3e8eb);
  border-radius: 24px;
  background: rgba(248, 251, 250, 0.94);
}

.live-side h2 {
  margin: 0;
  font-size: 2rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.live-side p {
  margin: 0;
  color: var(--muted, #5f6b77);
  line-height: 1.5;
}

.live-facts {
  display: grid;
  gap: 10px;
}

.live-facts.inline {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  margin: 20px 0;
}

.live-facts div {
  display: grid;
  gap: 4px;
  padding: 14px;
  border: 1px solid rgba(14, 92, 88, 0.14);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
}

.live-facts span,
.type-row span {
  color: var(--teal, #116b63);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.live-facts strong {
  color: var(--ink, #071013);
  font-size: 0.95rem;
}

.live-bottom {
  display: grid;
  gap: 12px;
  margin-top: 8px;
}

.live-error {
  padding: 12px 14px;
  border-radius: 14px;
  color: #8c2d2d;
  background: rgba(182, 72, 72, 0.08);
  font-weight: 800;
}

.live-chip {
  justify-self: start;
  padding: 8px 12px;
  border-radius: 999px;
  background: var(--teal-50, #eff8f6);
  color: var(--teal, #116b63);
  font-weight: 900;
}

.name-suggestions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.name-suggestions button {
  border: 1px solid var(--line, #e3e8eb);
  border-radius: 999px;
  background: #fff;
  padding: 8px 12px;
  font-weight: 900;
}

.live-preview {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px;
  border: 1px solid var(--line, #e3e8eb);
  border-radius: 18px;
}

.avatar {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--teal-50, #eff8f6);
  color: var(--teal, #116b63);
  font-weight: 900;
}

.live-preview span {
  display: block;
  color: var(--muted, #5f6b77);
}

.live-age-note {
  display: grid;
  gap: 6px;
  padding: 16px;
  border: 1px solid rgba(14, 92, 88, 0.18);
  border-radius: 18px;
  background: var(--teal-50, #eff8f6);
}

.live-age-note span {
  color: var(--muted, #5f6b77);
  line-height: 1.45;
}

.live-age-options {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
}

.live-age-options button {
  min-height: 46px;
  border: 1px solid var(--line, #e3e8eb);
  border-radius: 14px;
  background: #fff;
  color: var(--ink, #071013);
  font-weight: 900;
}

.live-age-options button.is-selected {
  border-color: var(--teal, #116b63);
  background: var(--teal, #116b63);
  color: #fff;
}

.live-age-options button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.ack-list,
.type-list,
.edit-list {
  display: grid;
  gap: 12px;
}

.ack-row,
.type-row {
  width: 100%;
  border: 1px solid var(--line, #e3e8eb);
  border-radius: 18px;
  background: #fff;
  text-align: left;
  color: var(--ink, #071013);
}

.ack-row {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
}

.ack-row span:first-child {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f6f7;
  color: var(--teal, #116b63);
  font-weight: 900;
}

.ack-row em {
  font-style: normal;
  font-weight: 900;
  color: var(--teal, #116b63);
}

.ack-row.is-checked {
  border-color: rgba(14, 92, 88, 0.45);
  background: var(--teal-50, #eff8f6);
}

.type-list {
  max-height: 560px;
  overflow: auto;
}

.type-row {
  display: grid;
  grid-template-columns: 180px minmax(180px, 0.8fr) minmax(0, 1.2fr);
  gap: 18px;
  align-items: center;
  padding: 18px 20px;
}

.type-row.is-selected,
.type-row:hover {
  background: var(--teal-50, #eff8f6);
}

.type-row p {
  margin: 0;
  color: var(--muted, #5f6b77);
}

.pass-card,
.link-panel {
  display: grid;
  gap: 14px;
  padding: 20px;
  border-radius: 22px;
  background: var(--teal-50, #eff8f6);
  border: 1px solid rgba(14, 92, 88, 0.16);
}

.pass-card div:first-child {
  display: flex;
  justify-content: space-between;
  color: var(--teal, #116b63);
  font-weight: 900;
}

.pass-card h2 {
  margin: 0;
  font-size: 2.2rem;
}

.pass-card dl {
  display: grid;
  gap: 8px;
  margin: 0;
}

.pass-card dl div {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.pass-card dt {
  font-weight: 900;
}

.pass-card dd {
  margin: 0;
  color: var(--muted, #5f6b77);
  text-align: right;
}

.live-dashboard {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  gap: 24px;
}

.dashboard-card {
  padding: 26px;
}

.dash-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
}

.session-table {
  display: grid;
  border: 1px solid var(--line, #e3e8eb);
  border-radius: 18px;
  overflow: hidden;
}

.session-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 12px;
  padding: 14px;
  border-top: 1px solid var(--line, #e3e8eb);
  align-items: center;
}

.session-row:first-child {
  border-top: 0;
}

.session-row.head {
  background: #f8fbfa;
  font-weight: 900;
  color: var(--muted, #5f6b77);
}

.live-muted {
  padding: 18px;
  color: var(--muted, #5f6b77);
}

@media (max-width: 860px) {
  .live-split {
    grid-template-columns: 1fr;
  }

  .live-side {
    position: static;
  }

  .live-phone {
    min-height: 0;
  }

  .type-row,
  .session-row {
    grid-template-columns: 1fr;
  }

  .live-facts.inline {
    grid-template-columns: 1fr;
  }

  .ack-row {
    grid-template-columns: 38px minmax(0, 1fr);
  }

  .ack-row em {
    grid-column: 2;
  }
}
