html.tsw-access-pending body > *:not(#tswPersonalKeyGate) {
  display: none !important;
}

.tsw-access-gate {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  color: #edf4f3;
  background:
    radial-gradient(circle at 75% 20%, rgba(57, 184, 174, 0.16), transparent 32%),
    linear-gradient(135deg, #071115, #101820 58%, #071115);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

.tsw-access-card {
  width: min(520px, 100%);
  border: 1px solid rgba(57, 184, 174, 0.34);
  border-radius: 18px;
  padding: 24px;
  background: rgba(10, 22, 27, 0.94);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.38);
}

.tsw-access-card .eyebrow {
  margin: 0 0 10px;
  color: #39b8ae;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tsw-access-card h1 {
  margin: 0 0 10px;
  font-size: clamp(32px, 8vw, 56px);
  line-height: 0.94;
}

.tsw-access-card p {
  color: #a8b6bb;
  line-height: 1.55;
}

.tsw-access-card label {
  display: grid;
  gap: 8px;
  margin: 18px 0 12px;
  font-weight: 800;
}

.tsw-access-card input {
  width: 100%;
  border: 1px solid rgba(168, 182, 187, 0.28);
  border-radius: 12px;
  padding: 13px 14px;
  color: #edf4f3;
  background: #071115;
  font: inherit;
}

.tsw-access-card button {
  border: 0;
  border-radius: 12px;
  padding: 12px 16px;
  color: #041214;
  background: #39d0c5;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.tsw-access-status {
  min-height: 22px;
  margin: 12px 0 0;
  color: #ffd789;
}

.tsw-access-badge {
  position: fixed;
  left: 14px;
  bottom: 14px;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100vw - 28px);
  border: 1px solid rgba(57, 184, 174, 0.26);
  border-radius: 999px;
  padding: 8px 10px 8px 12px;
  color: #edf4f3;
  background: rgba(7, 17, 21, 0.88);
  backdrop-filter: blur(8px);
  font: 700 12px/1.2 Inter, "Segoe UI", Arial, sans-serif;
}

.tsw-access-badge button {
  border: 1px solid rgba(168, 182, 187, 0.28);
  border-radius: 999px;
  padding: 6px 9px;
  color: #edf4f3;
  background: rgba(255, 255, 255, 0.04);
  font: inherit;
}
