/* TEMP GATE — remove with src/TempGate.php when staging access is no longer needed */

.temp-login-body {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1.25rem;
  position: relative;
}

.temp-login-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 55% 65% at 5% 45%, rgba(26, 155, 181, 0.09) 0%, transparent 65%),
    radial-gradient(ellipse 40% 50% at 95% 25%, rgba(26, 155, 181, 0.05) 0%, transparent 65%),
    radial-gradient(ellipse 70% 40% at 50% 105%, rgba(7, 18, 30, 0.98) 0%, transparent 55%);
}

.temp-login-shell {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1080px;
}

.temp-login-brand {
  margin-bottom: 2rem;
}

.temp-login-logo {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.35rem, 4vw, 1.65rem);
  font-weight: 400;
  color: #fff;
  letter-spacing: -0.2px;
  text-decoration: none;
  line-height: 1;
  display: inline-block;
}

.temp-login-logo > span:first-of-type {
  color: var(--teal);
  font-style: italic;
}

.temp-login-logo-tail {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 3px;
  color: #fff;
  font-style: normal;
}

.temp-login-logo-badge {
  display: inline-block;
  padding: 2px 7px;
  border-radius: 999px;
  background: linear-gradient(90deg, #3b82f6 0%, #14b8a6 100%);
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  line-height: 1.3;
  white-space: nowrap;
}

.temp-login-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

.temp-login-about {
  padding: 0.25rem 0;
}

.temp-login-eyebrow {
  font-family: 'DM Sans', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(125, 211, 232, 0.6);
  margin-bottom: 1rem;
}

.temp-login-headline {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(2.4rem, 8vw, 3.6rem);
  font-weight: 300;
  line-height: 0.95;
  letter-spacing: -1px;
  color: #fff;
  margin-bottom: 1.25rem;
}

.temp-login-headline em {
  font-style: italic;
  color: var(--teal2);
}

.temp-login-lead {
  font-size: clamp(1.05rem, 2.4vw, 1.25rem);
  font-weight: 300;
  line-height: 1.75;
  color: rgba(232, 240, 248, 0.78);
  margin-bottom: 1.5rem;
  max-width: 38rem;
}

.temp-login-merits {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  margin-bottom: 1.5rem;
}

.temp-login-merit {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(232, 240, 248, 0.62);
}

.temp-login-merit-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--teal);
  flex-shrink: 0;
}

.temp-login-conviction {
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.8;
  color: rgba(232, 240, 248, 0.58);
  max-width: 36rem;
}

.temp-login-card {
  background: rgba(10, 26, 46, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  padding: 1.75rem 1.5rem;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.temp-login-card-title {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(1.5rem, 4vw, 1.85rem);
  font-weight: 300;
  color: #fff;
  margin-bottom: 0.35rem;
}

.temp-login-card-sub {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  color: rgba(232, 240, 248, 0.55);
  margin-bottom: 1.25rem;
}

.temp-login-alert {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.55;
  border-radius: 10px;
  padding: 0.85rem 1rem;
  margin-bottom: 1rem;
}

.temp-login-alert--error {
  background: rgba(192, 57, 43, 0.14);
  border: 1px solid rgba(232, 133, 125, 0.35);
  color: #f0b4ae;
}

.temp-login-alert--success {
  background: rgba(26, 155, 181, 0.14);
  border: 1px solid rgba(125, 211, 232, 0.35);
  color: #b8ecf7;
}

.temp-login-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.temp-login-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.temp-login-label {
  font-family: 'DM Sans', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(232, 240, 248, 0.5);
}

.temp-login-input {
  font-family: 'DM Sans', sans-serif;
  font-size: 16px;
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 10px;
  padding: 0.85rem 0.95rem;
  outline: none;
  width: 100%;
  transition: border-color 0.2s, background 0.2s;
}

.temp-login-input::placeholder {
  color: rgba(232, 240, 248, 0.28);
}

.temp-login-input:focus {
  border-color: rgba(26, 155, 181, 0.65);
  background: rgba(255, 255, 255, 0.07);
}

.temp-login-submit {
  margin-top: 0.35rem;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #fff;
  background: var(--teal);
  border: 1px solid var(--teal);
  border-radius: 10px;
  padding: 0.95rem 1.1rem;
  cursor: pointer;
  transition: background 0.2s, border-color 0.2s;
}

.temp-login-submit:hover {
  background: #158fa8;
  border-color: #158fa8;
}

@media (min-width: 900px) {
  .temp-login-grid {
    grid-template-columns: 1.15fr 0.85fr;
    gap: 3rem;
  }

  .temp-login-card {
    padding: 2rem 1.75rem;
  }
}

/* Post-login banner on main site layout */
.temp-gate-banner {
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.85rem 1.25rem;
  text-align: center;
}

.temp-gate-banner--success {
  background: rgba(26, 155, 181, 0.16);
  border-bottom: 1px solid rgba(125, 211, 232, 0.28);
  color: #d4f4fb;
}
