/* Continuity Key mini membership — talk-only for key holders. */
body.key-shell {
  min-height: 100vh;
}
body.key-shell .key-blurb {
  max-width: 34rem;
  margin: 0 auto .9rem;
  text-align: center;
  color: #cfc6b4;
  font-size: .95rem;
  line-height: 1.55;
  padding: 0 1rem;
}
body.key-shell .key-redeem,
body.key-shell .key-talk-wrap {
  max-width: 34rem;
  margin: 0 auto 1rem;
  padding: .85rem .9rem 1rem;
  border: 1px solid rgba(212, 179, 106, .45);
  background: rgba(0, 0, 0, .35);
}
body.key-shell .key-redeem .tag,
body.key-shell .key-talk-wrap .tag {
  text-align: center;
}
body.key-shell .key-redeem input[type="text"],
body.key-shell .key-redeem input[type="password"] {
  width: 100%;
  margin: .55rem 0 0;
  box-sizing: border-box;
}
body.key-shell .key-redeem button,
body.key-shell .key-talk-wrap #keyTalkKeep {
  display: block;
  width: 100%;
  margin: .55rem 0 0;
}
body.key-shell #keyStatus,
body.key-shell #keyQueueNote {
  text-align: left;
  margin: .45rem 0 0;
  color: #cfc6b4;
  font-size: .88rem;
}
body.key-shell #copyGlass {
  border: 1.5px solid rgba(212, 179, 106, .75);
  box-shadow: 0 0 18px rgba(212, 179, 106, .22);
}
body.key-shell #copyGlass.session-locked {
  opacity: .55;
}
body.key-shell .record-talk.is-locked {
  opacity: .45;
  pointer-events: none;
}
body.key-shell .key-auth-note {
  text-align: center;
  margin: .35rem auto .75rem;
  max-width: 34rem;
  color: #8a8274;
  font-size: .85rem;
}
body.key-shell .acct-nav {
  position: relative;
  z-index: 8;
}
body.key-shell #keySession[hidden],
body.key-shell #keyRedeem[hidden] {
  display: none !important;
}
body.key-shell .key-label-line {
  text-align: center;
  color: var(--gold-bright, #f0d78a);
  margin: .2rem 0 .55rem;
  font-size: .92rem;
}

body.key-shell .key-extend {
  max-width: 34rem;
  margin: 0 auto 1.4rem;
  padding: .95rem .9rem 1.05rem;
  border: 1px solid rgba(212, 179, 106, .55);
  background: rgba(0, 0, 0, .42);
  text-align: center;
}
body.key-shell .key-extend-btn {
  display: block;
  width: 100%;
  margin: 0;
  padding: .85rem 1rem;
  font-size: 1.05rem;
  letter-spacing: .04em;
  color: #1a1408;
  background: linear-gradient(180deg, #f0d78a, #d4b36a);
  border: 1px solid rgba(240, 215, 138, .9);
  cursor: pointer;
  font-family: Georgia, "Times New Roman", serif;
}
body.key-shell .key-extend-btn:hover { filter: brightness(1.05); }
body.key-shell #keyExtendNote {
  margin: .55rem 0 0;
  color: #cfc6b4;
  font-size: .88rem;
  text-align: left;
}
body.key-shell .key-rotate-banner {
  margin: .7rem 0 0;
  padding: .65rem .7rem;
  border: 1px solid rgba(240, 215, 138, .65);
  color: #f0d78a;
  background: rgba(212, 179, 106, .12);
  font-size: .92rem;
  text-align: left;
}

body.key-shell .farewell-key-panel {
  max-width: 34rem;
  margin: 0 auto 1rem;
  padding: .95rem .9rem 1.05rem;
  border: 1px solid rgba(212, 179, 106, .55);
  background: rgba(0, 0, 0, .42);
}
body.key-shell .farewell-key-panel .tag { text-align: center; }
body.key-shell .farewell-key-panel .farewell-body {
  margin: .55rem 0 0;
  line-height: 1.55;
  color: #cfc6b4;
}
body.key-shell .farewell-actions {
  display: grid;
  gap: .45rem;
  margin-top: .75rem;
}
body.key-shell .farewell-actions button {
  width: 100%;
  margin: 0;
}
body.key-shell .farewell-video {
  display: block;
  width: 100%;
  max-width: 22rem;
  margin: .75rem auto 0;
  border: 1px solid rgba(212, 179, 106, .45);
  background: #000;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
body.key-shell .farewell-video[hidden] { display: none !important; }
body.key-shell #farewellKeyPanel[hidden] { display: none !important; }
body.key-shell #farewellKeyNote { margin: .45rem 0 0; color: #cfc6b4; font-size: .88rem; }

