/* Bloc reset */
.kc-reset { display:grid; gap:18px; }
.kc-reset-title { margin:0; font-size:1.8rem; font-weight:800; color:#0e1f33; }
.kc-form-intro p { margin:6px 0 6px; color:#5b6b7b; }
.kc-reset-bullets { margin:0; padding-left:18px; color:#334; }
.kc-reset-bullets li { margin:6px 0; }
.kc-intro-bullets {  margin: 0;
  padding-left: 18px;
  color: #334;
}
.kc-intro-bullets li {
  margin: 6px 0;
}
/* Form */
.kc-reset-form { display:grid; gap:14px; }
.kc-field { display:grid; gap:6px; }
.kc-label { font-weight:600; color:#0f2b46; }
.kc-input {
  width:100%; height:46px; font-size:15px;
  border-radius:12px; border:1px solid #d9dde2; padding:10px 12px; outline:none; background:#fff;
}
.kc-input:focus { border-color:var(--fulli-primary); box-shadow:0 0 0 3px rgba(0,91,172,.15); }

/* Actions */
.kc-actions { display:grid; gap:10px; }
.kc-btn-primary {
  background:var(--fulli-primary); color:#fff; border:none; height:46px;
  border-radius:12px; font-weight:700; letter-spacing:.3px; cursor:pointer;
}

.kc-btn-secondary {
  background:var(--fulli-primary-600); color:#fff; border:none; height:46px;
  border-radius:12px; font-weight:700; letter-spacing:.3px; cursor:pointer;
}

.kc-btn-primary:hover { background:#024f95; }
.kc-link-ghost { text-align:center; color:var(--fulli-primary); text-decoration:underline; text-underline-offset:2px; }
.kc-link-ghost:hover { color:#024f95; }

/* OTP Digits */
/* OTP multi-champs */
.kc-otp__boxes { display: flex; justify-content: center; gap: 8px; flex-wrap: wrap; align-items: center; }
/* Groupe de 3 chiffres solidaires */
.kc-otp__group { display: flex; gap: 8px; align-items: center; }
.kc-otp__digit{ width:44px; height:52px; text-align:center; font-size:20px; border:1px solid var(--field-border,#e6ebf5); border-radius:10px; outline:0; box-sizing: border-box; }
.kc-otp__digit:focus{ border-color:var(--fulli-primary); box-shadow:0 0 0 3px rgba(0,91,172,.12); }
/* --- Gestion du s�parateur entre les groupes --- */
/* Cible le premier groupe (les 3 premiers inputs) */
.kc-otp__group:first-child::after { content: attr(data-otp-sep, '-'); margin: 0 10px; color: #94a3b8; font-weight: 700; letter-spacing: 1px; display: none; }
/* @media query pour grand �cran (desktop/tablette) */
@media (min-width: 450px) { .kc-otp__group:first-child::after { display: inline; } .kc-otp__boxes { gap: 0px; } }
/* Ajustements pour tr�s petit mobile */
@media (max-width:400px){ .kc-otp__digit{ width:33.33%; height:48px; font-size:18px; } .kc-otp__group { gap: 8px; } }

/* Account Chooser */
.kc-account-list { list-style: none; padding: 0; margin: 1rem 0; display: grid; gap: 10px; }
.kc-account-item { border: 1px solid #e6ebf5; border-radius: 12px; background: #f8fafc; }
.kc-account-option { display: flex; gap: 12px; align-items: center; padding: 12px 14px; cursor: pointer; }
.kc-radio { width: 18px; height: 18px; margin-top: 3px; }
.kc-account-texts { display: grid; gap: 2px; }
.kc-account-label { font-weight: 600; color: #0f172a; }
.kc-account-sub { color: #64748b; }
.kc-hint { opacity: .85; margin-right: .25rem; }
.kc-email-text { font-size: 0.9rem; }
.kc-account-label-number-row {
  display: inline-flex;
  align-items: center;
  gap: .375rem;
}
.kc-badge-icon {
  width: 32px;
  height: 16px;
  flex: 0 0 16px;
  object-fit: contain;
  image-rendering: auto;
  opacity: .95;
}
.kc-account-label-number {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.2;
}


/* Fiendly Captch */

.fc-container {
    position: relative;
    border: 1px solid var(--field-border, #e6ebf5);
    border-radius: 8px;
    overflow: hidden;
}
.frc-captcha {
    display: flex !important;
    width: 100% !important;
}

.kc-business-details { margin: 1rem 0; }
.kc-business-details .kc-row { margin-bottom: .25rem; }
.kc-help-text { margin-top: .75rem; }