/**
 * LifeKeeper — Auth pages (register / login)
 * Live Journey hybrid · commercial · mobile-first
 */

.lk-reg-page {
  min-height: calc(100vh - 72px);
  background: var(--lk-gradient-hero);
  padding: clamp(1rem, 3vw, 2.5rem) clamp(0.75rem, 2.5vw, 1.5rem) clamp(2rem, 5vw, 3rem);
  overflow-x: clip;
  max-width: 100%;
}

.lk-reg-shell {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  /* Form wider · showcase compact sidebar */
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 300px);
  gap: clamp(1rem, 2.5vw, 1.5rem);
  align-items: start;
}

.lk-reg-form-panel {
  order: 1;
}

.lk-reg-showcase {
  order: 2;
}

/* ── Showcase (left) ── */
.lk-reg-showcase {
  position: relative;
  border-radius: var(--lk-radius-lg);
  overflow: hidden;
  background: var(--lk-surface);
  border: 1px solid var(--lk-border);
  box-shadow: var(--lk-shadow-lg);
}

.lk-reg-showcase-media {
  position: relative;
  height: 112px;
  max-height: 112px;
  overflow: hidden;
}

.lk-reg-showcase-img {
  width: 100%;
  height: 112px;
  max-height: 112px;
  object-fit: cover;
  object-position: center 30%;
}

.lk-reg-showcase-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(2, 66, 105, 0.15) 0%, rgba(2, 66, 105, 0.55) 100%),
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(34, 197, 94, 0.2), transparent 55%);
}

.lk-reg-showcase-badge {
  position: absolute;
  top: 0.45rem;
  left: 0.45rem;
  z-index: 2;
  font-size: 0.62rem !important;
  padding: 0.2rem 0.5rem !important;
}

.lk-reg-page .lk-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.lk-reg-showcase-body {
  padding: 0.85rem 0.95rem 1rem;
}

.lk-reg-showcase-title {
  margin: 0 0 0.45rem;
  font-family: var(--lk-font-display);
  font-size: clamp(1.1rem, 2vw, 1.35rem);
  font-weight: 600;
  line-height: 1.15;
  color: var(--lk-primary);
}

.lk-reg-showcase-title em {
  display: block;
  font-style: italic;
  color: #15803d;
  font-weight: 500;
  margin-top: 0.15rem;
}

.lk-reg-showcase-lead {
  margin: 0 0 0.75rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: var(--lk-text-muted);
}

.lk-reg-pillars {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.4rem;
  margin: 0 0 0.75rem;
  padding: 0;
  list-style: none;
}

.lk-reg-pillar {
  display: flex;
  align-items: flex-start;
  gap: 0.45rem;
  padding: 0.5rem 0.6rem;
  border-radius: 10px;
  background: var(--lk-bg-alt);
  border: 1px solid var(--lk-border);
  font-size: 0.72rem;
  line-height: 1.35;
  color: var(--lk-text);
}

.lk-reg-pillar-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.95rem;
}

.lk-reg-pillar-icon--live {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

.lk-reg-pillar-icon--mem {
  background: rgba(2, 66, 105, 0.08);
  color: var(--lk-primary);
}

.lk-reg-pillar-icon--qr {
  background: rgba(253, 126, 20, 0.12);
  color: var(--lk-accent);
}

.lk-reg-pillar-icon--safe {
  background: rgba(3, 105, 161, 0.1);
  color: var(--lk-primary-light);
}

.lk-reg-pillar strong {
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--lk-primary);
  margin-bottom: 0.1rem;
}

.lk-reg-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem 0.85rem;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--lk-text-muted);
}

.lk-reg-trust i {
  color: #16a34a;
  margin-right: 0.15rem;
}

/* Founding promo on showcase */
.lk-reg-founding {
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border-radius: var(--lk-radius);
  border: 1px solid rgba(253, 126, 20, 0.35);
  background: linear-gradient(135deg, rgba(2, 66, 105, 0.04), rgba(253, 126, 20, 0.08));
}

.lk-reg-founding--closed {
  border-color: var(--lk-border);
  background: var(--lk-bg-alt);
  color: var(--lk-text-muted);
  font-size: 0.85rem;
}

.lk-reg-founding-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #9a3412;
  background: rgba(253, 126, 20, 0.15);
  margin-bottom: 0.5rem;
}

.lk-reg-founding h3 {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--lk-primary);
}

.lk-reg-founding p {
  margin: 0 0 0.65rem;
  font-size: 0.82rem;
  line-height: 1.5;
  color: var(--lk-text-muted);
}

.lk-reg-founding-meter {
  height: 7px;
  border-radius: 999px;
  background: rgba(2, 66, 105, 0.08);
  overflow: hidden;
}

.lk-reg-founding-meter-fill {
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #c2410c, #fd7e14);
  transition: width 0.4s ease;
}

.lk-reg-founding-count {
  margin: 0.45rem 0 0;
  font-size: 0.78rem;
  color: var(--lk-text-muted);
}

.lk-reg-founding-count strong {
  color: #c2410c;
}

/* ── Form panel (right) ── */
.lk-reg-form-panel {
  background: var(--lk-surface);
  border: 1px solid var(--lk-border);
  border-radius: var(--lk-radius-lg);
  box-shadow: var(--lk-shadow-lg);
  overflow: hidden;
}

.lk-reg-form-head {
  padding: 1.25rem 1.35rem 0.85rem;
  border-bottom: 1px solid var(--lk-border);
}

.lk-reg-form-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.68rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--lk-accent);
}

.lk-reg-form-title {
  margin: 0 0 0.35rem;
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--lk-primary);
}

.lk-reg-form-sub {
  margin: 0;
  font-size: 0.85rem;
  color: var(--lk-text-muted);
  line-height: 1.45;
}

.lk-reg-steps {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.85rem;
  padding: 0;
  list-style: none;
}

.lk-reg-step {
  flex: 1;
  text-align: center;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--lk-text-muted);
  padding: 0.35rem 0.25rem;
  border-radius: 8px;
  background: var(--lk-bg-alt);
  border: 1px solid transparent;
}

.lk-reg-step.is-active {
  color: var(--lk-primary);
  border-color: rgba(2, 66, 105, 0.15);
  background: rgba(2, 66, 105, 0.06);
}

.lk-reg-form-body {
  padding: 1.15rem 1.35rem 1.35rem;
}

.lk-reg-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  padding: 0.75rem 0.9rem;
  margin-bottom: 1rem;
  border-radius: var(--lk-radius);
  font-size: 0.85rem;
  line-height: 1.45;
}

.lk-reg-alert--danger {
  background: rgba(239, 68, 68, 0.08);
  border: 1px solid rgba(239, 68, 68, 0.25);
  color: #b91c1c;
}

.lk-reg-section {
  margin-bottom: 1.35rem;
}

.lk-reg-section:last-of-type {
  margin-bottom: 0.5rem;
}

.lk-reg-section-title {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 0 0.85rem;
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--lk-primary);
}

.lk-reg-section-title i {
  color: var(--lk-accent);
}

.lk-reg-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.lk-reg-field {
  margin-bottom: 0.75rem;
}

.lk-reg-label {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--lk-primary);
}

.lk-reg-input,
.lk-reg-select {
  width: 100%;
  padding: 0.72rem 0.85rem;
  font-size: 0.92rem;
  font-family: inherit;
  color: var(--lk-text);
  background: var(--lk-surface);
  border: 1px solid rgba(2, 66, 105, 0.15);
  border-radius: 12px;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.lk-reg-input:focus,
.lk-reg-select:focus {
  outline: none;
  border-color: var(--lk-primary);
  box-shadow: 0 0 0 3px rgba(2, 66, 105, 0.1);
}

.lk-reg-input.is-invalid,
.lk-reg-select.is-invalid {
  border-color: #ef4444;
}

.lk-reg-error {
  display: flex;
  align-items: flex-start;
  gap: 0.3rem;
  margin-top: 0.35rem;
  font-size: 0.76rem;
  font-weight: 600;
  color: #dc2626;
}

.lk-reg-hint {
  margin-top: 0.3rem;
  font-size: 0.74rem;
  color: var(--lk-text-muted);
  line-height: 1.4;
}

/* Password */
.lk-reg-password-wrap {
  position: relative;
}

.lk-reg-password-wrap .lk-reg-input {
  padding-right: 2.75rem;
}

.lk-reg-pw-toggle {
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 8px;
  background: var(--lk-bg-alt);
  color: var(--lk-text-muted);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s, background 0.2s;
}

.lk-reg-pw-toggle:hover {
  color: var(--lk-primary);
  background: rgba(2, 66, 105, 0.08);
}

.lk-reg-strength {
  height: 4px;
  margin-top: 0.45rem;
  border-radius: 999px;
  background: var(--lk-bg-alt);
  overflow: hidden;
}

.lk-reg-strength-bar {
  height: 100%;
  width: 0;
  border-radius: inherit;
  transition: width 0.25s, background 0.25s;
}

.lk-reg-match {
  font-size: 0.74rem;
  font-weight: 600;
  margin-top: 0.3rem;
}

/* Avatar */
.lk-reg-avatar {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.lk-reg-avatar-preview {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--lk-border);
  display: none;
}

.lk-reg-avatar-placeholder {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px dashed rgba(2, 66, 105, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: var(--lk-text-muted);
  background: var(--lk-bg-alt);
  flex-shrink: 0;
}

.lk-reg-avatar-upload {
  flex: 1;
  min-width: 0;
}

.lk-reg-file-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.55rem 0.85rem;
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--lk-primary);
  background: var(--lk-bg-alt);
  border: 1px dashed rgba(2, 66, 105, 0.2);
  border-radius: 10px;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s;
}

.lk-reg-file-btn:hover {
  border-color: var(--lk-primary);
  background: rgba(2, 66, 105, 0.04);
}

.lk-reg-file-btn input[type="file"] {
  display: none;
}

/* Plan cards */
.lk-reg-plan-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
}

.lk-reg-plan-card {
  position: relative;
  display: block;
  padding: 0.75rem 0.85rem;
  border-radius: 12px;
  border: 1px solid var(--lk-border);
  background: var(--lk-bg-alt);
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s, background 0.2s;
}

.lk-reg-plan-card:hover {
  border-color: rgba(2, 66, 105, 0.25);
}

.lk-reg-plan-card input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.lk-reg-plan-card.is-selected,
.lk-reg-plan-card:has(input:checked) {
  border-color: var(--lk-primary);
  background: rgba(2, 66, 105, 0.04);
  box-shadow: 0 0 0 2px rgba(2, 66, 105, 0.1);
}

.lk-reg-plan-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
}

.lk-reg-plan-name {
  font-size: 0.88rem;
  font-weight: 800;
  color: var(--lk-primary);
}

.lk-reg-plan-price {
  font-size: 0.82rem;
  font-weight: 800;
  color: var(--lk-accent);
}

.lk-reg-plan-price--free {
  color: #15803d;
}

.lk-reg-plan-meta {
  font-size: 0.72rem;
  color: var(--lk-text-muted);
  line-height: 1.4;
}

.lk-reg-plan-popular {
  font-size: 0.6rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 0.15rem 0.4rem;
  border-radius: 999px;
  background: rgba(253, 126, 20, 0.15);
  color: #9a3412;
}

/* Checkboxes */
.lk-reg-check {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0.5rem;
  border-radius: 12px;
  border: 1px solid var(--lk-border);
  background: var(--lk-bg-alt);
  cursor: pointer;
  transition: border-color 0.2s;
}

.lk-reg-check:hover {
  border-color: rgba(2, 66, 105, 0.2);
}

.lk-reg-check input {
  width: 18px;
  height: 18px;
  margin-top: 0.1rem;
  flex-shrink: 0;
  accent-color: var(--lk-primary);
}

.lk-reg-check span {
  font-size: 0.8rem;
  line-height: 1.45;
  color: var(--lk-text);
}

.lk-reg-check a {
  color: var(--lk-primary);
  font-weight: 700;
  text-decoration: none;
}

.lk-reg-check a:hover {
  text-decoration: underline;
}

/* Submit */
.lk-reg-submit {
  width: 100%;
  margin-top: 1rem;
  padding: 0.85rem 1.15rem;
  font-size: 0.95rem;
  font-weight: 800;
  font-family: inherit;
  color: #fff;
  border: none;
  border-radius: 14px;
  background: var(--lk-gradient-cta);
  box-shadow: 0 8px 24px rgba(2, 66, 105, 0.22);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.lk-reg-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(2, 66, 105, 0.28);
}

.lk-reg-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.lk-reg-footer {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--lk-border);
  text-align: center;
  font-size: 0.85rem;
  color: var(--lk-text-muted);
}

.lk-reg-footer a {
  color: var(--lk-primary);
  font-weight: 800;
  text-decoration: none;
}

.lk-reg-footer a:hover {
  text-decoration: underline;
}

.lk-reg-spinner {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  animation: lk-reg-spin 0.7s linear infinite;
}

@keyframes lk-reg-spin {
  to { transform: rotate(360deg); }
}

/* Responsive */
@media (max-width: 991.98px) {
  .lk-reg-shell {
    grid-template-columns: 1fr;
    max-width: 520px;
  }

  .lk-reg-form-panel {
    order: 2;
  }

  .lk-reg-showcase {
    order: 1;
  }

  .lk-reg-showcase-media,
  .lk-reg-showcase-img {
    height: 96px;
    max-height: 96px;
  }

  .lk-reg-pillars {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .lk-reg-page {
    padding-top: 0.75rem;
  }

  .lk-reg-row {
    grid-template-columns: 1fr;
  }

  .lk-reg-pillars {
    grid-template-columns: 1fr;
  }

  .lk-reg-form-head,
  .lk-reg-form-body {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lk-reg-steps {
    flex-direction: column;
  }

  .lk-reg-step {
    text-align: left;
  }
}

/* ── Login page ── */
.lk-login-page .lk-login-shell {
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 300px);
}

.lk-login-panel {
  order: 1;
}

.lk-login-showcase {
  order: 2;
}

.lk-reg-alert--info {
  background: rgba(2, 66, 105, 0.06);
  border: 1px solid rgba(2, 66, 105, 0.15);
  color: var(--lk-primary);
}

.lk-reg-alert--info a {
  color: var(--lk-accent);
  font-weight: 700;
  text-decoration: none;
}

.lk-reg-alert--info a:hover {
  text-decoration: underline;
}

.lk-login-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  margin-bottom: 0.35rem;
}

.lk-login-label-row .lk-reg-label {
  margin-bottom: 0;
}

.lk-login-forgot {
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--lk-accent);
  text-decoration: none;
  white-space: nowrap;
}

.lk-login-forgot:hover {
  text-decoration: underline;
}

.lk-login-options {
  margin-bottom: 1rem;
}

.lk-login-remember {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.82rem;
  color: var(--lk-text);
  user-select: none;
}

.lk-login-remember input {
  width: 17px;
  height: 17px;
  accent-color: var(--lk-primary);
  flex-shrink: 0;
}

.lk-login-secure {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  margin: 0.85rem 0 0;
  font-size: 0.74rem;
  color: var(--lk-text-muted);
  text-align: center;
}

.lk-login-secure i {
  color: var(--lk-primary);
}

.lk-login-quicklinks {
  margin: 0 0 0.85rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.lk-login-quicklinks a {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  background: var(--lk-bg-alt);
  border: 1px solid var(--lk-border);
  text-decoration: none;
  color: var(--lk-text);
  transition: border-color 0.2s, background 0.2s;
}

.lk-login-quicklinks a:hover {
  border-color: rgba(2, 66, 105, 0.2);
  background: rgba(2, 66, 105, 0.04);
}

.lk-login-quicklinks i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 0.9rem;
  background: rgba(2, 66, 105, 0.08);
  color: var(--lk-primary);
}

.lk-login-quicklinks strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  color: var(--lk-primary);
  margin-bottom: 0.05rem;
}

.lk-login-quicklinks span {
  font-size: 0.7rem;
  line-height: 1.35;
  color: var(--lk-text-muted);
}

.lk-login-register-cta {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--lk-radius);
  background: linear-gradient(135deg, rgba(2, 66, 105, 0.05), rgba(253, 126, 20, 0.08));
  border: 1px solid rgba(253, 126, 20, 0.2);
  text-align: center;
}

.lk-login-register-cta p {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  color: var(--lk-text-muted);
}

.lk-login-register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.9rem;
  font-size: 0.8rem;
  font-weight: 800;
  color: #fff;
  background: var(--lk-gradient-cta);
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(2, 66, 105, 0.18);
  transition: transform 0.2s;
}

.lk-login-register-btn:hover {
  transform: translateY(-1px);
  color: #fff;
}

.lk-auth-legal {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.35rem 0.5rem;
  margin-top: 1.15rem;
  padding-top: 0.85rem;
  border-top: 1px solid var(--lk-border);
  font-size: 0.74rem;
}

.lk-auth-legal a {
  color: var(--lk-text-muted);
  font-weight: 700;
  text-decoration: none;
}

.lk-auth-legal a:hover {
  color: var(--lk-primary);
  text-decoration: underline;
}

.lk-auth-legal-sep {
  color: var(--lk-text-muted);
  opacity: 0.6;
}

.lk-reset-back-btn {
  display: inline-flex;
  text-decoration: none;
  text-align: center;
}

.lk-reset-shell {
  max-width: 900px;
}

.lk-verify-resend-help {
  margin: 1rem 0 0;
  font-size: 0.82rem;
  color: var(--lk-text-muted);
  text-align: center;
}

.lk-verify-resend-help a {
  font-weight: 600;
  color: var(--lk-primary);
  text-decoration: none;
}

.lk-verify-resend-help a:hover {
  color: var(--lk-accent);
  text-decoration: underline;
}

@media (max-width: 991.98px) {
  .lk-login-page .lk-login-shell {
    grid-template-columns: 1fr;
    max-width: 480px;
  }

  .lk-login-panel {
    order: 2;
  }

  .lk-login-showcase {
    order: 1;
  }
}

/* ── Handler / partner portal login ── */
.lk-handler-page {
  --lk-handler-accent: #9a3412;
}

.lk-handler-eyebrow {
  color: var(--lk-handler-accent) !important;
}

.lk-handler-shell {
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 300px);
}

.lk-handler-panel {
  order: 1;
}

.lk-handler-showcase {
  order: 2;
}

.lk-handler-showcase-overlay {
  background:
    linear-gradient(180deg, rgba(2, 66, 105, 0.2) 0%, rgba(154, 52, 18, 0.45) 100%),
    radial-gradient(ellipse 70% 50% at 80% 20%, rgba(253, 126, 20, 0.25), transparent 55%);
}

.lk-handler-badge {
  background: rgba(253, 126, 20, 0.2) !important;
  color: #9a3412 !important;
  border: 1px solid rgba(253, 126, 20, 0.35);
}

.lk-handler-submit {
  background: linear-gradient(125deg, #024269 0%, #0369a1 45%, #c2410c 100%);
}

.lk-handler-alt-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  margin-top: 0.85rem;
}

.lk-handler-alt-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.55rem 0.5rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: var(--lk-primary);
  background: var(--lk-bg-alt);
  border: 1px solid var(--lk-border);
  border-radius: 10px;
  text-decoration: none;
  transition: border-color 0.2s, background 0.2s;
}

.lk-handler-alt-link:hover {
  border-color: rgba(2, 66, 105, 0.2);
  background: rgba(2, 66, 105, 0.04);
  color: var(--lk-primary);
}

.lk-handler-partner-cta {
  margin-top: 0.85rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--lk-radius);
  background: linear-gradient(135deg, rgba(253, 126, 20, 0.08), rgba(2, 66, 105, 0.05));
  border: 1px solid rgba(253, 126, 20, 0.22);
  text-align: center;
}

.lk-handler-partner-cta p {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  color: var(--lk-text-muted);
}

.lk-handler-partner-btn {
  background: linear-gradient(125deg, #c2410c 0%, #fd7e14 55%, #c2410c 100%) !important;
}

@media (max-width: 991.98px) {
  .lk-handler-shell {
    max-width: 480px;
    grid-template-columns: 1fr;
  }

  .lk-handler-panel {
    order: 2;
  }

  .lk-handler-showcase {
    order: 1;
  }

  .lk-handler-alt-links {
    grid-template-columns: 1fr;
  }
}

/* ── Staff / operations console login ── */
.lk-staff-page {
  --lk-staff-accent: #024269;
}

.lk-staff-eyebrow {
  color: var(--lk-staff-accent) !important;
}

.lk-staff-shell {
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 300px);
}

.lk-staff-panel {
  order: 1;
}

.lk-staff-showcase {
  order: 2;
}

.lk-staff-submit {
  background: linear-gradient(125deg, #013352 0%, #024269 50%, #0369a1 100%);
}

.lk-staff-alt-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.45rem;
  margin-top: 0.85rem;
}

.lk-staff-alt-link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding: 0.5rem 0.35rem;
  font-size: 0.68rem;
  font-weight: 700;
  color: var(--lk-primary);
  background: var(--lk-bg-alt);
  border: 1px solid var(--lk-border);
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
}

.lk-staff-alt-link:hover {
  border-color: rgba(2, 66, 105, 0.22);
  background: rgba(2, 66, 105, 0.05);
  color: var(--lk-primary);
}

.lk-staff-login-note {
  margin: 1rem 0 0;
  padding: 0.65rem 0.75rem;
  font-size: 0.74rem;
  color: var(--lk-text-muted);
  background: rgba(2, 66, 105, 0.05);
  border-radius: 10px;
  border: 1px solid var(--lk-border);
}

.lk-staff-login-note i {
  color: var(--lk-primary);
  margin-right: 0.25rem;
}

@media (max-width: 991.98px) {
  .lk-staff-shell {
    max-width: 480px;
    grid-template-columns: 1fr;
  }

  .lk-staff-panel {
    order: 2;
  }

  .lk-staff-showcase {
    order: 1;
  }

  .lk-staff-alt-links {
    grid-template-columns: 1fr;
  }
}

/* ── Email verification sent ── */
.lk-verify-sent-shell {
  max-width: 520px;
  grid-template-columns: 1fr;
}

.lk-verify-sent-icon {
  width: 4.5rem;
  height: 4.5rem;
  margin: 0 auto 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(2, 66, 105, 0.08);
  color: var(--lk-primary);
  font-size: 2rem;
}

.lk-reg-submit--full {
  width: 100%;
  justify-content: center;
}

.lk-verify-sent-help {
  margin: 1.25rem 0 0;
  font-size: 0.85rem;
  color: var(--lk-text-muted);
}

.lk-verify-sent-help a {
  color: var(--lk-primary);
  font-weight: 600;
}
