.mock-auth-overlay {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #eef2f7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #111827;
}

.mock-auth-card {
  width: min(100%, 390px);
  border-radius: 18px;
  background: #fff;
  padding: 28px;
}

.mock-auth-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 24px;
}

.mock-auth-brand strong {
  color: #2563eb;
  font-size: 17px;
  font-weight: 800;
}

.mock-auth-brand span {
  border-radius: 999px;
  background: #e8efff;
  color: #2563eb;
  padding: 7px 11px;
  font-size: 11px;
  font-weight: 800;
}

.mock-auth-card h1 {
  margin: 0 0 8px;
  font-size: 24px;
  line-height: 1.12;
  letter-spacing: 0;
}

.mock-auth-card p {
  margin: 0 0 22px;
  color: #4b5563;
  font-size: 14px;
  line-height: 1.45;
}

.mock-auth-form {
  display: grid;
  gap: 12px;
}

.mock-auth-form label {
  display: grid;
  gap: 7px;
  color: #374151;
  font-size: 12px;
  font-weight: 700;
}

.mock-auth-form input {
  min-height: 46px;
  border: 1px solid #cbd5e1;
  border-radius: 10px;
  background: #fff;
  color: #111827;
  padding: 0 14px;
  font: inherit;
  font-size: 15px;
}

.mock-auth-form input:focus {
  border-color: #2563eb;
  outline: 3px solid rgba(37, 99, 235, 0.16);
}

.mock-auth-form button {
  min-height: 46px;
  border: 0;
  border-radius: 10px;
  background: #2563eb;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.mock-auth-error {
  min-height: 18px;
  color: #b91c1c;
  font-size: 12px;
  font-weight: 700;
}

.mock-auth-note {
  margin-top: 18px;
  border-radius: 12px;
  background: #f3f4f6;
  padding: 12px 14px;
  color: #4b5563;
  font-size: 12px;
  line-height: 1.45;
}
