/* Page Mot de passe oublié Jack Board — Étape Password Reset chantier rénovation visuelle Phase 1 — source brand book v47 composant 48 (extrait fourni dans brief CC) — adaptations production plein écran depuis frame compacte 320px du brand book — utilise design tokens v45 — pour modifier voir Master + Designer */

.password-reset-frame {
  width: 100%;
  min-height: 100vh;
  background: var(--cream-veryclear);
  border-radius: 0;
  border: none;
  height: auto;
  display: flex;
  flex-direction: column;
}

.password-reset-header {
  background: var(--ink);
  padding: 16px 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  flex-shrink: 0;
}
.password-reset-header-logo {
  display: flex;
  align-items: center;
  gap: 8px;
}
.password-reset-picto-onde {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(151, 136, 194, 0.32);
  position: relative;
  flex-shrink: 0;
}
.password-reset-picto-onde::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: var(--green);
  border-radius: 50%;
}
.password-reset-logo-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--cream-veryclear);
  letter-spacing: -0.02em;
}

.password-reset-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 32px;
  background: var(--cream-veryclear);
  position: relative;
}
.password-reset-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: radial-gradient(ellipse at center, rgba(151, 136, 194, 0.08) 0%, transparent 65%);
  pointer-events: none;
}

.password-reset-form-card {
  width: 100%;
  max-width: 420px;
  position: relative;
  z-index: 2;
}

.password-reset-back-link {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--ink-soft);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 18px;
  transition: color 0.18s ease;
}
.password-reset-back-link:hover {
  color: var(--ink);
}
.password-reset-back-link svg {
  width: 12px;
  height: 12px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.password-reset-eyebrow {
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--lavande-dark);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
}

.password-reset-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--ink);
  letter-spacing: -0.03em;
  line-height: 1.2;
  margin-bottom: 10px;
}
.password-reset-title em {
  color: var(--green-dark);
  font-style: italic;
  font-weight: 500;
}

.password-reset-subtitle {
  font-size: 14px;
  color: var(--ink-soft);
  margin-bottom: 24px;
  line-height: 1.55;
}
.password-reset-subtitle strong {
  color: var(--ink);
  font-weight: 600;
}

.password-reset-fields {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.password-reset-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.password-reset-label {
  font-size: 12px;
  font-weight: 500;
  color: var(--ink);
}

.password-reset-input {
  padding: 11px 14px;
  border: 1px solid var(--gray-line);
  border-radius: 8px;
  background: var(--pure-white);
  font-size: 14px;
  color: var(--ink);
  font-family: inherit;
  width: 100%;
  transition: all 0.18s ease;
}
.password-reset-input::placeholder {
  color: var(--gray);
}
.password-reset-input:focus {
  outline: none;
  border-color: var(--lavande);
  box-shadow: 0 0 0 3px rgba(151, 136, 194, 0.15);
}

.password-reset-helper {
  font-size: 12px;
  color: var(--gray);
  margin-top: 4px;
}

.password-reset-btn-primary {
  padding: 13px 18px;
  border-radius: 8px;
  background: var(--green);
  border: none;
  font-size: 14px;
  font-weight: 600;
  color: var(--cream-veryclear);
  font-family: inherit;
  width: 100%;
  margin-top: 6px;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: background 0.18s ease;
}
.password-reset-btn-primary:hover {
  background: var(--green-dark);
}

.password-reset-btn-secondary {
  padding: 11px 14px;
  border-radius: 8px;
  background: var(--pure-white);
  border: 1px solid var(--gray-line);
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  font-family: inherit;
  width: 100%;
  text-decoration: none;
  display: block;
  text-align: center;
  cursor: pointer;
  transition: all 0.18s ease;
}
.password-reset-btn-secondary:hover {
  border-color: var(--lavande);
  background: var(--cream-mid);
}

.password-reset-info-block {
  background: var(--lavande-pale);
  border-radius: 8px;
  padding: 14px 16px;
  margin-top: 16px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.password-reset-info-icon {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--lavande);
  color: var(--cream-veryclear);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-family: var(--font-mono);
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}
.password-reset-info-text {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.55;
}
.password-reset-info-text strong {
  color: var(--ink);
  font-weight: 600;
}

.password-reset-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 18px;
}

.password-reset-resend {
  text-align: center;
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 14px;
}

.password-reset-link {
  color: var(--lavande-dark);
  border-bottom: 1px solid rgba(151, 136, 194, 0.3);
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.18s ease;
}
.password-reset-link:hover {
  color: #4A4070;
  border-bottom-color: rgba(151, 136, 194, 0.6);
}
