.evrd-public-app--auth {
  min-height: 100vh;
  background:
    radial-gradient(circle at top, rgba(28,74,154,.18), transparent 38%),
    linear-gradient(180deg, #061327 0%, #071b37 44%, #04101f 100%);
}

.evrd-pa-auth-shell {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 28px 16px 64px;
  overflow: hidden;
}

.evrd-pa-auth-screen {
  position: relative;
  min-height: 100vh;
  padding: 0;
  overflow: visible;
}

.evrd-pa-auth-bg,
.evrd-pa-auth-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.evrd-pa-auth-bg {
  background-position: center;
  background-size: cover;
  opacity: .16;
  filter: saturate(.78) contrast(.96);
}

.evrd-pa-auth-noise {
  background:
    radial-gradient(440px 320px at 15% 30%, rgba(220,31,38,.18), transparent 62%),
    radial-gradient(560px 420px at 84% 18%, rgba(56,120,220,.20), transparent 58%),
    linear-gradient(180deg, rgba(3,11,28,.70) 0%, rgba(3,13,31,.80) 100%);
}

.evrd-pa-auth-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.09) 0 1.15px, transparent 1.15px),
    radial-gradient(circle, rgba(255,255,255,.045) 0 1px, transparent 1px);
  background-size: 40px 40px, 74px 74px;
  background-position: 0 0, 20px 24px;
  opacity: .20;
  animation: evrdAuthParticles 24s linear infinite;
  z-index: 0;
}

.evrd-pa-auth-shell::after,
.evrd-pa-auth-screen::before,
.evrd-pa-auth-screen::after {
  content: "";
  position: absolute;
  border-radius: 34px;
  pointer-events: none;
}

.evrd-pa-auth-shell::after {
  inset: 0;
  background:
    radial-gradient(460px 340px at 13% 34%, rgba(220,31,38,.18), transparent 60%),
    radial-gradient(620px 420px at 84% 18%, rgba(56,120,220,.18), transparent 58%);
  z-index: 0;
}

.evrd-pa-auth-screen::before {
  width: 280px;
  height: 280px;
  left: -50px;
  bottom: 56px;
  transform: rotate(-16deg);
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  opacity: .28;
}

.evrd-pa-auth-screen::after {
  width: 220px;
  height: 220px;
  right: -28px;
  top: 74px;
  transform: rotate(10deg);
  background: rgba(255,255,255,.035);
  border: 1px solid rgba(255,255,255,.055);
  opacity: .22;
}

@keyframes evrdAuthParticles {
  0% { transform: translate3d(0,0,0); }
  100% { transform: translate3d(-26px, -30px, 0); }
}

.evrd-pa-auth-stage,
.evrd-pa-auth-stage--wide,
.evrd-pa-auth-stage-login,
.evrd-pa-auth-stage-register,
.evrd-pa-auth-stage-recover {
  position: relative;
  z-index: 2;
  width: min(100%, 820px);
  margin: 0 auto;
}

.evrd-pa-auth-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  opacity: .98;
}

.evrd-pa-auth-brand img {
  display: block;
  width: auto;
  height: 40px;
}

.evrd-pa-auth-card {
  position: relative;
  border-radius: 34px;
  border: 1px solid rgba(255,255,255,.13);
  background:
    linear-gradient(180deg, rgba(255,255,255,.84) 0%, rgba(255,255,255,.78) 100%);
  box-shadow:
    0 28px 90px rgba(0,0,0,.30),
    0 8px 32px rgba(15,52,102,.08);
  backdrop-filter: blur(18px) saturate(145%);
  -webkit-backdrop-filter: blur(18px) saturate(145%);
  overflow: hidden;
}

.evrd-pa-auth-card--primary {
  padding: 40px 42px 34px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.evrd-pa-auth-card--meta {
  margin-top: 18px;
  padding: 28px 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.76) 100%);
}

.evrd-pa-auth-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 999px;
  background: rgba(15,52,102,.06);
  border: 1px solid rgba(15,52,102,.10);
  color: #5a7492;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.evrd-pa-auth-kicker--light {
  background: rgba(255,255,255,.54);
}

.evrd-pa-auth-title {
  max-width: 14ch;
  margin: 18px auto 12px;
  font-size: clamp(2rem, 5vw, 3.1rem);
  line-height: 1.03;
  color: #0f3466;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.evrd-pa-auth-copy {
  max-width: 56ch;
  margin: 0 auto;
  color: #637b97;
  font-size: 1.05rem;
  line-height: 1.72;
}

.evrd-pa-auth-pill-list {
  display: grid;
  gap: 10px;
  width: 100%;
  max-width: 640px;
  margin: 24px auto 0;
}

.evrd-pa-auth-pill {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(255,255,255,.44);
  border: 1px solid rgba(15,52,102,.06);
  color: #17375f;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
}

.evrd-pa-auth-pill span[data-lucide],
.evrd-pa-auth-segmented__item span[data-lucide],
.evrd-pa-auth-success__icon,
.evrd-pa-auth-meta-actions .evrd-pa-auth-btn span[data-lucide] {
  width: 18px;
  height: 18px;
  color: #0f3466;
}

.evrd-pa-auth-segmented {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 7px;
  margin: 24px auto 0;
  border-radius: 999px;
  background: rgba(255,255,255,.54);
  border: 1px solid rgba(15,52,102,.08);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.evrd-pa-auth-segmented__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  color: #56708d;
  font-weight: 800;
  text-decoration: none;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.evrd-pa-auth-segmented__item:hover {
  transform: translateY(-1px);
}

.evrd-pa-auth-segmented__item.is-active {
  background: #0f3466;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15,52,102,.18);
}

.evrd-pa-auth-segmented__item.is-active span[data-lucide] {
  color: #fff;
}

.evrd-pa-auth-success {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 14px;
  width: 100%;
  max-width: 640px;
  margin: 24px auto 0;
  padding: 18px 20px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(15,102,204,.09) 0%, rgba(15,102,204,.05) 100%);
  border: 1px solid rgba(15,102,204,.14);
}

.evrd-pa-auth-success strong {
  display: block;
  color: #0f3466;
  margin-bottom: 6px;
}

.evrd-pa-auth-success p {
  margin: 0;
  color: #597390;
  line-height: 1.7;
}

.evrd-pa-auth-form-wrap {
  width: 100%;
  max-width: 640px;
  margin: 28px auto 0;
}

.evrd-pa-auth-form-wrap .um,
.evrd-pa-auth-form-wrap .um-form,
.evrd-pa-auth-form-wrap .um-col-alt,
.evrd-pa-auth-form-wrap .um-row,
.evrd-pa-auth-form-wrap .um-field {
  max-width: none !important;
}

.evrd-pa-auth-form-wrap .um-form {
  margin: 0 !important;
}

.evrd-pa-auth-form-wrap .um .um-form-title,
.evrd-pa-auth-form-wrap .um .um-left.um-half,
.evrd-pa-auth-form-wrap .um .um-right.um-half,
.evrd-pa-auth-form-wrap .um .um-field-area .um-clear,
.evrd-pa-auth-form-wrap .um .um-tip,
.evrd-pa-auth-form-wrap .um .um-col-alt-b,
.evrd-pa-auth-form-wrap .um .um-col-alt-s {
  display: none !important;
}

.evrd-pa-auth-form-wrap .um .um-col-alt {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
}

.evrd-pa-auth-form-wrap .um label,
.evrd-pa-auth-form-wrap .um .um-field-label label {
  font-size: 13px !important;
  font-weight: 800 !important;
  color: #1f3650 !important;
  margin-bottom: 10px !important;
  text-align: left !important;
}

.evrd-pa-auth-form-wrap .um input[type="text"],
.evrd-pa-auth-form-wrap .um input[type="password"],
.evrd-pa-auth-form-wrap .um input[type="email"],
.evrd-pa-auth-form-wrap .um input[type="tel"],
.evrd-pa-auth-form-wrap .um input[type="number"],
.evrd-pa-auth-form-wrap .um textarea,
.evrd-pa-auth-form-wrap .um select {
  width: 100% !important;
  min-height: 58px !important;
  padding: 16px 20px !important;
  border-radius: 18px !important;
  border: 1px solid rgba(200,210,226,.9) !important;
  background: rgba(255,255,255,.92) !important;
  color: #102945 !important;
  box-shadow:
    0 10px 22px rgba(15,52,102,.08),
    inset 0 1px 0 rgba(255,255,255,.8) !important;
  font-size: 15px !important;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease !important;
}

.evrd-pa-auth-form-wrap .um textarea {
  min-height: 150px !important;
}

.evrd-pa-auth-form-wrap .um input:focus,
.evrd-pa-auth-form-wrap .um textarea:focus,
.evrd-pa-auth-form-wrap .um select:focus {
  outline: 0 !important;
  border-color: rgba(59,130,246,.42) !important;
  box-shadow: 0 0 0 4px rgba(59,130,246,.12), 0 10px 22px rgba(15,52,102,.08) !important;
  background: #fff !important;
}

.evrd-pa-auth-form-wrap .um .um-field {
  margin-bottom: 18px !important;
  text-align: left !important;
}

.evrd-pa-auth-form-wrap .um input[type="submit"],
.evrd-pa-auth-form-wrap .um .um-button,
.evrd-pa-auth-form-wrap .um a.um-button,
.evrd-pa-auth-form-wrap .um input.um-button {
  width: 100% !important;
  min-height: 58px !important;
  border-radius: 18px !important;
  border: 0 !important;
  background: linear-gradient(135deg, #012f67 0%, #0f66cc 100%) !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  box-shadow: 0 18px 35px rgba(1,47,103,.18) !important;
}

.evrd-pa-auth-form-wrap .um .um-button.um-alt,
.evrd-pa-auth-form-wrap .um a.um-alt {
  background: transparent !important;
  color: #0f3466 !important;
  border: 1px solid rgba(15,52,102,.12) !important;
  box-shadow: none !important;
}

.evrd-pa-auth-form-wrap .um .um-button:hover,
.evrd-pa-auth-form-wrap .um input[type="submit"]:hover {
  transform: translateY(-1px);
  filter: brightness(1.03);
}

.evrd-pa-auth-form-wrap .um .um-notice,
.evrd-pa-auth-form-wrap .um .um-field-error,
.evrd-pa-auth-form-wrap .um .um-field-error > div,
.evrd-pa-auth-form-wrap .um .um-account-side,
.evrd-pa-auth-form-wrap .um .um-error,
.evrd-pa-auth-form-wrap .um .um-message {
  border-radius: 16px !important;
}

.evrd-pa-auth-form-wrap .um .um-message {
  margin: 0 0 18px !important;
  padding: 16px 18px !important;
  border: 1px solid rgba(59,130,246,.16) !important;
  background: #eef4ff !important;
  color: #22476c !important;
}

.evrd-pa-auth-form-wrap .um .um-error,
.evrd-pa-auth-form-wrap .um .um-field-error,
.evrd-pa-auth-form-wrap .um .um-field-error > div {
  background: #fff1f2 !important;
  color: #991b1b !important;
  border: 1px solid rgba(220,31,38,.14) !important;
}

.evrd-pa-auth-actions,
.evrd-pa-auth-meta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.evrd-pa-auth-link {
  color: #0f66cc;
  text-decoration: none;
  font-weight: 800;
}

.evrd-pa-auth-link--muted {
  color: #6a8099;
}

.evrd-pa-auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 22px;
  border-radius: 16px;
  text-decoration: none;
  font-weight: 800;
}

.evrd-pa-auth-btn--primary {
  background: linear-gradient(135deg, #dc1f26 0%, #ff3b43 100%);
  color: #fff;
  box-shadow: 0 18px 32px rgba(220,31,38,.18);
}

.evrd-pa-auth-card--meta h2 {
  margin: 16px 0 10px;
  color: #0f3466;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.evrd-pa-auth-card--meta > p,
.evrd-pa-auth-support p,
.evrd-pa-auth-legal-note {
  margin: 0;
  color: #5f7390;
  line-height: 1.75;
}

.evrd-pa-auth-support {
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(15,52,102,.08);
}

.evrd-pa-auth-support strong {
  color: #0f3466;
}

.evrd-pa-auth-support a {
  color: #0f66cc;
  text-decoration: none;
  font-weight: 800;
}

.evrd-pa-auth-legal-note {
  margin-top: 18px;
  font-size: 13px;
}

.is-teacher .evrd-pa-auth-segmented__item.is-active {
  background: linear-gradient(135deg, #b99547 0%, #d8ba72 100%);
  color: #fff;
}

.is-teacher .evrd-pa-auth-btn--primary {
  background: linear-gradient(135deg, #b99547 0%, #d8ba72 100%);
  box-shadow: 0 18px 32px rgba(185,149,71,.22);
}

@media (max-width: 767px) {
  .evrd-pa-auth-shell {
    padding: 18px 12px 40px;
  }

  .evrd-pa-auth-brand {
    margin-bottom: 14px;
  }

  .evrd-pa-auth-brand img {
    height: 34px;
  }

  .evrd-pa-auth-card--primary,
  .evrd-pa-auth-card--meta {
    padding: 22px;
    border-radius: 28px;
  }

  .evrd-pa-auth-title {
    font-size: 2rem;
    max-width: 12ch;
  }

  .evrd-pa-auth-actions,
  .evrd-pa-auth-meta-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .evrd-pa-auth-link,
  .evrd-pa-auth-link--muted {
    text-align: center;
  }

  .evrd-pa-auth-segmented {
    width: 100%;
    justify-content: center;
  }

  .evrd-pa-auth-segmented__item {
    flex: 1 1 auto;
    justify-content: center;
  }
}

/* =========================================================
   Login EVRD — refinamiento visual + layout premium
   Fase pública: login con redirección por rol
   ========================================================= */
.evrd-pa-auth-stage--login {
  width: min(100%, 1120px);
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .78fr);
  gap: 22px;
  align-items: stretch;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-brand {
  grid-column: 1 / -1;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary,
.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
  margin-top: 0;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary {
  align-items: flex-start;
  text-align: left;
  padding: 42px;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-title,
.evrd-pa-auth-stage--login .evrd-pa-auth-copy,
.evrd-pa-auth-stage--login .evrd-pa-auth-pill-list,
.evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap {
  margin-left: 0;
  margin-right: 0;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-title {
  max-width: 13ch;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-copy {
  max-width: 58ch;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: none;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill {
  justify-content: center;
  align-items: flex-start;
  min-height: 52px;
  padding: 15px;
  text-align: left;
  line-height: 1.42;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  background:
    radial-gradient(circle at 12% 10%, rgba(220,31,38,.16), transparent 34%),
    radial-gradient(circle at 90% 4%, rgba(255,255,255,.16), transparent 34%),
    linear-gradient(180deg, rgba(8,26,53,.92) 0%, rgba(6,19,39,.92) 100%);
  border-color: rgba(255,255,255,.12);
  color: #fff;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta::before {
  content: "";
  position: absolute;
  inset: 18px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta h2,
.evrd-pa-auth-stage--login .evrd-pa-auth-support strong {
  color: #fff;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta > p,
.evrd-pa-auth-stage--login .evrd-pa-auth-support p,
.evrd-pa-auth-stage--login .evrd-pa-auth-support span {
  color: rgba(255,255,255,.72);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-kicker--light {
  width: fit-content;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.76);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-support {
  border-top-color: rgba(255,255,255,.12);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-support a {
  color: #ffffff;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap {
  max-width: none;
  padding: 18px;
  border-radius: 26px;
  background: rgba(255,255,255,.40);
  border: 1px solid rgba(15,52,102,.07);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.56);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-actions {
  justify-content: flex-start;
}

.evrd-pa-auth-form-wrap .um .um-field-checkbox-option,
.evrd-pa-auth-form-wrap .um .um-field-radio-option,
.evrd-pa-auth-form-wrap .um .um-field-checkbox-state,
.evrd-pa-auth-form-wrap .um .um-field-radio-state {
  color: #385672 !important;
}

@media (max-width: 1024px) {
  .evrd-pa-auth-stage--login {
    width: min(100%, 820px);
    grid-template-columns: 1fr;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-card--primary {
    align-items: center;
    text-align: center;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-title,
  .evrd-pa-auth-stage--login .evrd-pa-auth-copy,
  .evrd-pa-auth-stage--login .evrd-pa-auth-pill-list,
  .evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-actions {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .evrd-pa-auth-stage--login .evrd-pa-auth-card--primary {
    padding: 24px 20px;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
    padding: 24px 20px;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-pill-list {
    grid-template-columns: 1fr;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-pill {
    min-height: unset;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap {
    padding: 12px;
    border-radius: 22px;
  }
}

/* =========================================================
   Login EVRD v2 — una columna, cards glass dark y form nativo
   ========================================================= */
.evrd-pa-auth-stage--login {
  width: min(100%, 760px) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-brand {
  order: 0;
  margin-bottom: 12px;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary,
.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
  width: 100%;
  margin-top: 0;
  border: 1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(circle at 14% 8%, rgba(220,31,38,.15), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(70,133,230,.16), transparent 34%),
    linear-gradient(180deg, rgba(8,26,53,.88) 0%, rgba(6,19,39,.88) 100%);
  color: #fff;
  box-shadow:
    0 28px 90px rgba(0,0,0,.34),
    inset 0 1px 0 rgba(255,255,255,.08);
  backdrop-filter: blur(20px) saturate(140%);
  -webkit-backdrop-filter: blur(20px) saturate(140%);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary {
  align-items: center !important;
  text-align: center !important;
  padding: clamp(26px, 4vw, 44px) !important;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary::before,
.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-title,
.evrd-pa-auth-stage--login .evrd-pa-auth-copy,
.evrd-pa-auth-stage--login .evrd-pa-auth-pill-list,
.evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap {
  margin-left: auto !important;
  margin-right: auto !important;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-title {
  max-width: 13ch;
  color: #fff;
  text-shadow: 0 12px 34px rgba(0,0,0,.24);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-copy {
  max-width: 58ch;
  color: rgba(255,255,255,.72);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-kicker,
.evrd-pa-auth-stage--login .evrd-pa-auth-kicker--light {
  width: fit-content;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.14);
  color: rgba(255,255,255,.78);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 640px;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill {
  min-height: 52px;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.10);
  color: rgba(255,255,255,.86);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill span[data-lucide] {
  color: #ff454c;
  flex: 0 0 auto;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-native-form,
.evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap--login {
  max-width: 560px;
  width: 100%;
  padding: 20px;
  border-radius: 28px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}

.evrd-pa-auth-field {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
  text-align: left;
}

.evrd-pa-auth-field label {
  color: rgba(255,255,255,.82);
  font-size: 13px;
  font-weight: 800;
}

.evrd-pa-auth-input-shell {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.92);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 18px 35px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

.evrd-pa-auth-input-shell:focus-within {
  transform: translateY(-1px);
  border-color: rgba(96,165,250,.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(59,130,246,.13), 0 18px 35px rgba(0,0,0,.16);
}

.evrd-pa-auth-input-shell span[data-lucide] {
  width: 19px;
  height: 19px;
  color: #0f3466;
  flex: 0 0 auto;
}

.evrd-pa-auth-input-shell input {
  width: 100%;
  min-height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #102945;
  font-size: 15px;
  font-weight: 650;
}

.evrd-pa-auth-input-shell input::placeholder {
  color: #8a9ab0;
  font-weight: 600;
}

.evrd-pa-auth-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 2px 0 18px;
}

.evrd-pa-auth-check {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.evrd-pa-auth-check input {
  width: 16px;
  height: 16px;
  accent-color: #dc1f26;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-link {
  color: #64b5ff;
  transition: transform .2s ease, color .2s ease;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-link:hover {
  transform: translateY(-1px);
  color: #fff;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-link--muted {
  color: rgba(255,255,255,.62);
}

.evrd-pa-auth-submit,
.evrd-pa-auth-stage--login .evrd-pa-auth-btn--primary {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #dc1f26 0%, #ff3b43 100%);
  color: #fff;
  font-size: 16px;
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 18px 34px rgba(220,31,38,.24);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.evrd-pa-auth-submit span[data-lucide],
.evrd-pa-auth-stage--login .evrd-pa-auth-btn--primary span[data-lucide] {
  width: 18px;
  height: 18px;
  color: currentColor;
  transition: transform .22s ease;
}

.evrd-pa-auth-submit:hover,
.evrd-pa-auth-stage--login .evrd-pa-auth-btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 22px 42px rgba(220,31,38,.32);
}

.evrd-pa-auth-submit:hover span[data-lucide],
.evrd-pa-auth-stage--login .evrd-pa-auth-btn--primary:hover span[data-lucide] {
  transform: translateX(3px);
}

.evrd-pa-auth-alert {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 12px;
  width: min(100%, 560px);
  margin: 22px auto 0;
  padding: 15px 16px;
  border-radius: 18px;
  text-align: left;
}

.evrd-pa-auth-alert p {
  margin: 0;
  line-height: 1.55;
  font-weight: 700;
}

.evrd-pa-auth-alert--error {
  background: rgba(220,31,38,.12);
  border: 1px solid rgba(255,91,98,.24);
  color: #ffd8da;
}

.evrd-pa-auth-alert span[data-lucide] {
  width: 20px;
  height: 20px;
  color: #ff5b62;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-success {
  background: rgba(34,197,94,.10);
  border-color: rgba(34,197,94,.20);
  color: rgba(255,255,255,.82);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-success strong {
  color: #fff;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-success p {
  color: rgba(255,255,255,.70);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 34px) !important;
  text-align: center;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta h2,
.evrd-pa-auth-stage--login .evrd-pa-auth-support strong {
  color: #fff;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta h2 {
  max-width: 14ch;
  margin: 2px auto 0;
  line-height: 1.05;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta > p,
.evrd-pa-auth-stage--login .evrd-pa-auth-support p,
.evrd-pa-auth-stage--login .evrd-pa-auth-support span {
  max-width: 52ch;
  color: rgba(255,255,255,.72);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-meta-actions {
  margin-top: 4px;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-support {
  width: min(100%, 560px);
  margin-top: 8px;
  padding-top: 18px;
  border-top-color: rgba(255,255,255,.12);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-support a {
  color: #fff;
}

.evrd-pa-auth-fadeup {
  animation: evrdAuthFadeUp .72s cubic-bezier(.22,1,.36,1) both;
}

.evrd-pa-auth-fadeup--delay {
  animation-delay: .10s;
}

@keyframes evrdAuthFadeUp {
  from {
    opacity: 0;
    transform: translateY(18px) scale(.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (max-width: 767px) {
  .evrd-pa-auth-stage--login {
    width: min(100%, 540px) !important;
    gap: 14px !important;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-card--primary,
  .evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
    border-radius: 26px;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-card--primary::before,
  .evrd-pa-auth-stage--login .evrd-pa-auth-card--meta::before {
    inset: 10px;
    border-radius: 20px;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-pill-list {
    grid-template-columns: 1fr;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-pill {
    min-height: auto;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-native-form,
  .evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap--login {
    padding: 14px;
    border-radius: 22px;
  }

  .evrd-pa-auth-form-row {
    align-items: flex-start;
    flex-direction: column;
  }
}


/* =========================================================
   Login EVRD v3 — contraste, Inter, icons Lucide y partículas
   ========================================================= */
.evrd-public-app--auth,
.evrd-public-app--auth * {
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.evrd-pa-auth-shell {
  padding: 40px 16px 72px;
}

.evrd-pa-auth-shell::before {
  opacity: .34;
  background-image:
    radial-gradient(circle, rgba(255,255,255,.16) 0 1.2px, transparent 1.2px),
    radial-gradient(circle, rgba(73,144,255,.18) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(255,255,255,.10) 0 .8px, transparent .8px);
  background-size: 48px 48px, 86px 86px, 130px 130px;
  background-position: 0 0, 16px 26px, 48px 12px;
  animation: evrdAuthParticles 18s linear infinite;
}

.evrd-pa-auth-stage--login {
  width: min(100%, 860px) !important;
  gap: 22px !important;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary,
.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
  border-color: rgba(126, 165, 230, .20);
  background:
    radial-gradient(circle at 12% 10%, rgba(220,31,38,.14), transparent 30%),
    radial-gradient(circle at 85% 5%, rgba(63,118,224,.18), transparent 32%),
    linear-gradient(180deg, rgba(8,26,53,.92) 0%, rgba(5,18,38,.94) 100%);
  box-shadow:
    0 30px 90px rgba(0,0,0,.40),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(255,255,255,.02);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary {
  position: relative;
  padding: 46px 54px 36px;
  overflow: hidden;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,255,255,.12) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(61,130,246,.14) 0 .9px, transparent .9px);
  background-size: 42px 42px, 90px 90px;
  background-position: 0 0, 22px 18px;
  opacity: .18;
  animation: evrdAuthParticles 16s linear infinite;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--primary > * {
  position: relative;
  z-index: 1;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-kicker--light {
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.80);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-title {
  max-width: 16ch;
  margin-top: 20px;
  font-size: clamp(2.3rem, 4.2vw, 3.25rem);
  line-height: .94;
  letter-spacing: -.05em;
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(0,0,0,.24);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-copy {
  max-width: 62ch;
  margin-top: 14px;
  color: rgba(226,236,248,.84);
  font-size:  clamp(1.08rem, 1.45vw, 1.1rem);
  line-height: 1.72;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin-top: 28px;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill {
  min-height: 54px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 16px 15px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.045) 100%);
  border: 1px solid rgba(140, 175, 233, .18);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill__icon,
.evrd-pa-auth-stage--login .evrd-pa-auth-pill svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: #9dcbff;
  opacity: 1;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-pill__text {
  display: block;
  font-size: 1rem;
  line-height: 1.34;
  font-weight: 800;
  color: rgba(255,255,255,.97);
  text-wrap: balance;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap {
  margin-top: 24px;
  padding: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.085) 0%, rgba(255,255,255,.06) 100%);
  border: 1px solid rgba(148,179,231,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 16px 40px rgba(0,0,0,.18);
}

.evrd-pa-auth-native-form {
  width: 100%;
}

.evrd-pa-auth-field {
  margin-bottom: 16px;
  text-align: left;
}

.evrd-pa-auth-field label,
.evrd-pa-auth-form-row,
.evrd-pa-auth-check,
.evrd-pa-auth-link,
.evrd-pa-auth-link--muted {
  font-size: 14px;
}

.evrd-pa-auth-field label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 800;
  color: rgba(255,255,255,.92);
}

.evrd-pa-auth-input-shell {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 60px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid rgba(168,192,233,.18);
  background: rgba(255,255,255,.90);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.74), 0 10px 20px rgba(0,0,0,.08);
}

.evrd-pa-auth-input-shell span[data-lucide],
.evrd-pa-auth-input-shell svg {
  width: 18px;
  height: 18px;
  color: #7f8ea1;
  flex: 0 0 auto;
}

.evrd-pa-auth-input-shell input {
  flex: 1 1 auto;
  width: 100%;
  min-height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #102945;
  font-size: 15px;
  font-weight: 700;
}

.evrd-pa-auth-input-shell input::placeholder {
  color: #8898ac;
  font-weight: 500;
}

.evrd-pa-auth-input-shell:focus-within {
  border-color: rgba(96,165,250,.55);
  box-shadow: 0 0 0 4px rgba(59,130,246,.15), 0 10px 20px rgba(0,0,0,.08);
}

.evrd-pa-auth-form-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 6px;
  margin-bottom: 18px;
}

.evrd-pa-auth-check {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(230,238,248,.78);
  font-weight: 700;
}

.evrd-pa-auth-check input {
  accent-color: #ff3340;
}

.evrd-pa-auth-link {
  color: #67b7ff;
}

.evrd-pa-auth-link:hover {
  color: #91ccff;
}

.evrd-pa-auth-link--muted {
  color: rgba(225,236,248,.74);
}

.evrd-pa-auth-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 58px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(135deg, #dc1f26 0%, #ff3b43 100%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 18px 35px rgba(220,31,38,.24);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
  cursor: pointer;
}

.evrd-pa-auth-submit:hover,
.evrd-pa-auth-btn--primary:hover {
  transform: translateY(-2px);
  filter: brightness(1.04);
  box-shadow: 0 22px 40px rgba(220,31,38,.28);
}

.evrd-pa-auth-submit svg,
.evrd-pa-auth-btn--primary svg {
  width: 18px;
  height: 18px;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-actions {
  margin-top: 18px;
  justify-content: center;
}

.evrd-pa-auth-alert {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 18px;
  border: 1px solid rgba(255,98,98,.24);
  background: rgba(103, 10, 22, .38);
  color: #ffd4d4;
}

.evrd-pa-auth-alert svg {
  width: 18px;
  height: 18px;
  color: #ff8b8b;
  flex: 0 0 auto;
}

.evrd-pa-auth-alert p {
  margin: 0;
  font-weight: 600;
}

.evrd-pa-auth-success {
  border-color: rgba(96,165,250,.22);
  background: rgba(22, 51, 94, .62);
}

.evrd-pa-auth-success strong {
  color: #ffffff;
}

.evrd-pa-auth-success p {
  color: rgba(228,236,248,.82);
}

.evrd-pa-auth-success__icon,
.evrd-pa-auth-success svg {
  color: #8dd8ff;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
  padding: 34px 40px;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta h2 {
  margin: 18px 0 12px;
  color: #ffffff;
  font-size: clamp(2rem, 3vw, 2.65rem);
  line-height: 1;
  letter-spacing: -.04em;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-card--meta > p,
.evrd-pa-auth-stage--login .evrd-pa-auth-support p,
.evrd-pa-auth-stage--login .evrd-pa-auth-support span {
  color: rgba(226,236,248,.82);
}

.evrd-pa-auth-meta-actions {
  justify-content: center;
}

.evrd-pa-auth-btn--primary {
  min-height: 56px;
  padding-inline: 24px;
}

.evrd-pa-auth-support {
  margin-top: 26px;
  text-align: center;
}

.evrd-pa-auth-support strong,
.evrd-pa-auth-support a {
  color: #ffffff;
}

.evrd-pa-auth-fadeup {
  opacity: 0;
  transform: translateY(16px);
  animation: evrdLoginFadeUp .65s ease forwards;
}

.evrd-pa-auth-fadeup--delay {
  animation-delay: .14s;
}

@keyframes evrdLoginFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .evrd-pa-auth-stage--login {
    width: min(100%, 820px) !important;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-card--primary {
    padding: 40px 36px 32px;
    text-align: center;
    align-items: center;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-title,
  .evrd-pa-auth-stage--login .evrd-pa-auth-copy,
  .evrd-pa-auth-stage--login .evrd-pa-auth-pill-list,
  .evrd-pa-auth-stage--login .evrd-pa-auth-form-wrap {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 767px) {
  .evrd-pa-auth-shell {
    padding: 20px 12px 48px;
  }

  .evrd-pa-auth-stage--login {
    width: 100% !important;
    gap: 16px !important;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-card--primary,
  .evrd-pa-auth-stage--login .evrd-pa-auth-card--meta {
    padding: 24px 20px;
    border-radius: 28px;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-title {
    max-width: 11ch;
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-copy {
    font-size: .98rem;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-pill-list {
    grid-template-columns: 1fr;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-pill {
    min-height: unset;
    align-items: center;
    text-align: left;
  }

  .evrd-pa-auth-form-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-card--meta h2 {
    font-size: 2rem;
  }
}


/* =========================================================
   Login EVRD — ajuste final ojo contraseña + link una línea
   Mantiene intacta la base visual actual del usuario
   ========================================================= */
.evrd-pa-auth-input-shell--password {
  padding-right: 10px;
}

.evrd-pa-auth-password-toggle {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin-left: 4px;
  border: 0;
  border-radius: 14px;
  background: rgba(15, 52, 102, .07);
  color: #0f3466;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}

.evrd-pa-auth-password-toggle:hover,
.evrd-pa-auth-password-toggle:focus-visible {
  background: rgba(220, 31, 38, .12);
  color: #dc1f26;
  transform: translateY(-1px);
  outline: none;
}

.evrd-pa-auth-input-shell .evrd-pa-auth-password-toggle span[data-lucide],
.evrd-pa-auth-input-shell .evrd-pa-auth-password-toggle svg {
  width: 19px;
  height: 19px;
  color: currentColor;
}

.evrd-pa-auth-form-row .evrd-pa-auth-link {
  white-space: nowrap;
  flex: 0 0 auto;
}

@media (max-width: 520px) {
  .evrd-pa-auth-form-row .evrd-pa-auth-link {
    white-space: normal;
  }
}


/* =========================================================
   Registro EVRD — formulario nativo con el mismo lenguaje del login
   ========================================================= */
.evrd-pa-auth-stage--register .evrd-pa-auth-title {
  max-width: 17ch;
}

.evrd-pa-auth-stage--register .evrd-pa-auth-form-wrap--register {
  max-width: 620px;
}

.evrd-pa-auth-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.evrd-pa-auth-profile-switch {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  width: 100%;
  margin-bottom: 18px;
  padding: 7px;
  border-radius: 20px;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(148,179,231,.16);
}

.evrd-pa-auth-profile-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 16px;
  border: 0;
  border-radius: 15px;
  background: transparent;
  color: rgba(226,236,248,.76);
  font-size: 14px;
  font-weight: 850;
  cursor: pointer;
  transition: background .22s ease, color .22s ease, transform .22s ease, box-shadow .22s ease;
}

.evrd-pa-auth-profile-option svg,
.evrd-pa-auth-profile-option span[data-lucide] {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.evrd-pa-auth-profile-option:hover {
  transform: translateY(-1px);
  color: #ffffff;
}

.evrd-pa-auth-profile-option.is-active {
  background: rgba(255,255,255,.12);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 12px 24px rgba(0,0,0,.12);
}

.evrd-public-app--auth:not(.is-teacher) .evrd-pa-auth-profile-option.is-active {
  background: linear-gradient(135deg, rgba(15,102,204,.92) 0%, rgba(103,183,255,.72) 100%);
}

.evrd-public-app--auth.is-teacher .evrd-pa-auth-profile-option.is-active {
  background: linear-gradient(135deg, rgba(185,149,71,.94) 0%, rgba(216,186,114,.78) 100%);
}

.evrd-pa-auth-label-muted {
  color: rgba(226,236,248,.55);
  font-size: 12px;
  font-weight: 700;
}

.evrd-pa-auth-form-row--register {
  align-items: flex-start;
  justify-content: flex-start;
}

.evrd-pa-auth-check--terms {
  text-align: left;
  line-height: 1.55;
}

.evrd-pa-auth-stage--register .evrd-pa-auth-legal-note {
  max-width: 64ch;
  color: rgba(226,236,248,.68);
  text-align: center;
}

.evrd-pa-auth-success__email {
  display: inline-block;
  margin-top: 6px;
  color: #ffffff;
  font-weight: 800;
}

@media (max-width: 767px) {
  .evrd-pa-auth-form-grid,
  .evrd-pa-auth-profile-switch {
    grid-template-columns: 1fr;
  }

  .evrd-pa-auth-stage--register .evrd-pa-auth-title {
    max-width: 13ch;
  }
}


/* =========================================================
   Registro EVRD v3 — campos completos del formulario público
   ========================================================= */
.evrd-pa-auth-stage--register .evrd-pa-auth-form-wrap--register {
  max-width: 640px;
}

.evrd-pa-auth-input-shell--select {
  position: relative;
}

.evrd-pa-auth-input-shell--select select {
  flex: 1 1 auto;
  width: 100%;
  min-height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #102945;
  font-size: 15px;
  font-weight: 700;
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.evrd-pa-auth-input-shell--select::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #7f8ea1;
  border-bottom: 2px solid #7f8ea1;
  transform: rotate(45deg) translateY(-2px);
  flex: 0 0 auto;
  pointer-events: none;
}

.evrd-pa-auth-stage--register .evrd-pa-auth-field {
  margin-bottom: 14px;
}

.evrd-pa-auth-stage--register .evrd-pa-auth-form-grid + .evrd-pa-auth-field,
.evrd-pa-auth-stage--register .evrd-pa-auth-field + .evrd-pa-auth-field {
  margin-top: 0;
}

@media (max-width: 767px) {
  .evrd-pa-auth-stage--register .evrd-pa-auth-form-grid {
    gap: 0;
  }
}

/* =========================================================
   Registro EVRD v4 — select buscable, geolocalización y máscaras
   ========================================================= */
.evrd-pa-auth-combobox {
  position: relative;
  width: 100%;
}

.evrd-pa-auth-input-shell--combo,
.evrd-pa-auth-input-shell--date {
  padding-right: 10px;
}

.evrd-pa-auth-input-shell--combo input[data-evrd-province-search],
.evrd-pa-auth-input-shell--date input[data-evrd-date-mask] {
  flex: 1 1 auto;
  width: 100%;
  min-width: 0;
  min-height: 58px;
  border: 0;
  outline: 0;
  background: transparent;
  color: #102945;
  font-size: 15px;
  font-weight: 700;
}

.evrd-pa-auth-input-shell--combo input::placeholder,
.evrd-pa-auth-input-shell--date input::placeholder {
  color: #8a9ab0;
  font-weight: 600;
}

.evrd-pa-auth-field-action {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 14px;
  background: rgba(15, 52, 102, .07);
  color: #0f3466;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}

.evrd-pa-auth-field-action:hover,
.evrd-pa-auth-field-action:focus-visible {
  background: rgba(220, 31, 38, .12);
  color: #dc1f26;
  transform: translateY(-1px);
  outline: none;
}

.evrd-pa-auth-field-action.is-loading {
  pointer-events: none;
  opacity: .72;
}

.evrd-pa-auth-field-action.is-loading::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid currentColor;
  border-top-color: transparent;
  animation: evrdAuthSpin .75s linear infinite;
}

.evrd-pa-auth-field-action.is-loading span,
.evrd-pa-auth-field-action.is-loading svg {
  opacity: 0;
}

.evrd-pa-auth-input-shell .evrd-pa-auth-field-action span[data-lucide],
.evrd-pa-auth-input-shell .evrd-pa-auth-field-action svg {
  width: 18px;
  height: 18px;
  color: currentColor;
}

.evrd-pa-auth-combobox-menu {
  position: absolute;
  z-index: 40;
  left: 0;
  right: 0;
  top: calc(100% + 10px);
  max-height: 270px;
  overflow: auto;
  padding: 8px;
  border-radius: 20px;
  border: 1px solid rgba(148, 179, 231, .28);
  background: rgba(246, 249, 255, .98);
  box-shadow: 0 24px 56px rgba(0, 0, 0, .30), inset 0 1px 0 rgba(255,255,255,.84);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(.985);
  transform-origin: top center;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.evrd-pa-auth-combobox.is-open .evrd-pa-auth-combobox-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.evrd-pa-auth-combobox-hint {
  padding: 9px 11px 10px;
  color: #60748d;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .01em;
}

.evrd-pa-auth-combobox-option {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 42px;
  padding: 10px 12px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #334155;
  font-size: 15px;
  font-weight: 700;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.evrd-pa-auth-combobox-option:hover,
.evrd-pa-auth-combobox-option.is-selected {
  background: rgba(15, 102, 204, .10);
  color: #0f3466;
  transform: translateX(2px);
}

.evrd-pa-auth-input-shell--date {
  position: relative;
}

.evrd-pa-auth-date-popover {
  position: absolute;
  z-index: 45;
  left: 0;
  top: calc(100% + 10px);
  width: min(320px, 92vw);
  padding: 14px;
  border-radius: 22px;
  border: 1px solid rgba(148, 179, 231, .28);
  background: rgba(246, 249, 255, .98);
  box-shadow: 0 24px 56px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.84);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px) scale(.985);
  transform-origin: top left;
  transition: opacity .18s ease, visibility .18s ease, transform .18s ease;
}

.evrd-pa-auth-date-popover.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.evrd-pa-auth-date-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 12px;
}

.evrd-pa-auth-date-head strong {
  color: #0f3466;
  font-size: 14px;
  font-weight: 900;
  text-transform: capitalize;
}

.evrd-pa-auth-date-head button,
.evrd-pa-auth-date-grid button {
  border: 0;
  cursor: pointer;
}

.evrd-pa-auth-date-head button {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(15, 52, 102, .08);
  color: #0f3466;
  font-size: 22px;
  font-weight: 900;
}

.evrd-pa-auth-date-week,
.evrd-pa-auth-date-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 6px;
}

.evrd-pa-auth-date-week {
  margin-bottom: 6px;
}

.evrd-pa-auth-date-week span {
  color: #7f8ea1;
  font-size: 11px;
  font-weight: 900;
  text-align: center;
}

.evrd-pa-auth-date-grid span,
.evrd-pa-auth-date-grid button {
  min-height: 34px;
}

.evrd-pa-auth-date-grid button {
  border-radius: 12px;
  background: rgba(15, 52, 102, .055);
  color: #334155;
  font-size: 13px;
  font-weight: 800;
  transition: transform .18s ease, background .18s ease, color .18s ease;
}

.evrd-pa-auth-date-grid button:hover,
.evrd-pa-auth-date-grid button.is-selected {
  background: linear-gradient(135deg, #0f66cc 0%, #67b7ff 100%);
  color: #fff;
  transform: translateY(-1px);
}

@keyframes evrdAuthSpin {
  to { transform: rotate(360deg); }
}

@media (max-width: 767px) {
  .evrd-pa-auth-combobox-menu,
  .evrd-pa-auth-date-popover {
    position: fixed;
    left: 18px;
    right: 18px;
    top: auto;
    bottom: 18px;
    width: auto;
    max-height: min(420px, 70vh);
    transform-origin: bottom center;
  }

  .evrd-pa-auth-combobox.is-open .evrd-pa-auth-combobox-menu,
  .evrd-pa-auth-date-popover.is-open {
    transform: translateY(0) scale(1);
  }
}


/* =========================================================
   Registro EVRD v5 — datepicker actual + consentimiento premium
   ========================================================= */
.evrd-pa-auth-date-head button:disabled,
.evrd-pa-auth-date-grid button:disabled {
  opacity: .32;
  cursor: not-allowed;
  transform: none;
}

.evrd-pa-auth-date-head button:disabled:hover,
.evrd-pa-auth-date-grid button:disabled:hover {
  background: rgba(15, 52, 102, .08);
  color: #0f3466;
}

.evrd-pa-auth-date-grid button:disabled:hover {
  background: rgba(15, 52, 102, .055);
  color: #334155;
}

.evrd-pa-auth-check--terms {
  width: 100%;
  display: grid;
  grid-template-columns: 24px 1fr;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.065) 0%, rgba(255,255,255,.045) 100%);
  border: 1px solid rgba(148,179,231,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
  color: rgba(230,238,248,.82);
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}

.evrd-pa-auth-check--terms:hover {
  transform: translateY(-1px);
  border-color: rgba(103,183,255,.26);
  background: linear-gradient(180deg, rgba(255,255,255,.085) 0%, rgba(255,255,255,.055) 100%);
}

.evrd-pa-auth-check--terms input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.evrd-pa-auth-checkmark {
  width: 24px;
  height: 24px;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.22);
  background: rgba(255,255,255,.08);
  color: transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
  transition: background .2s ease, border-color .2s ease, color .2s ease, box-shadow .2s ease;
}

.evrd-pa-auth-checkmark svg,
.evrd-pa-auth-checkmark span[data-lucide] {
  width: 16px;
  height: 16px;
  color: currentColor;
}

.evrd-pa-auth-check--terms input[type="checkbox"]:checked + .evrd-pa-auth-checkmark {
  background: linear-gradient(135deg, #dc1f26 0%, #ff3b43 100%);
  border-color: rgba(255,255,255,.18);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(220,31,38,.22);
}

.evrd-pa-auth-check--terms input[type="checkbox"]:focus-visible + .evrd-pa-auth-checkmark {
  outline: 3px solid rgba(103,183,255,.28);
  outline-offset: 3px;
}

.evrd-pa-auth-check--terms > span:last-child {
  color: rgba(230,238,248,.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

/* =========================================================
   Registro EVRD v6 — datepicker sobre campos y navegación estable
   ========================================================= */
.evrd-pa-auth-stage--register .evrd-pa-auth-form-wrap--register,
.evrd-pa-auth-stage--register .evrd-pa-auth-form-grid,
.evrd-pa-auth-stage--register .evrd-pa-auth-field,
.evrd-pa-auth-stage--register .evrd-pa-auth-input-shell {
  overflow: visible;
}

.evrd-pa-auth-stage--register .evrd-pa-auth-input-shell--date {
  z-index: 12;
}

.evrd-pa-auth-stage--register .evrd-pa-auth-input-shell--date.is-datepicker-open {
  z-index: 10000;
}

.evrd-pa-auth-date-popover {
  z-index: 10001;
  pointer-events: auto;
  background: #f6f9ff;
  border-color: rgba(148, 179, 231, .42);
  box-shadow:
    0 28px 70px rgba(0, 0, 0, .42),
    0 0 0 1px rgba(255,255,255,.72) inset;
  isolation: isolate;
}

.evrd-pa-auth-date-popover::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: #f6f9ff;
}

.evrd-pa-auth-date-head,
.evrd-pa-auth-date-week,
.evrd-pa-auth-date-grid {
  position: relative;
  z-index: 2;
}

.evrd-pa-auth-date-head button,
.evrd-pa-auth-date-grid button {
  position: relative;
  z-index: 3;
}

.evrd-pa-auth-date-grid span {
  pointer-events: none;
}

@media (min-width: 768px) {
  .evrd-pa-auth-date-popover {
    top: calc(100% + 12px);
    width: 330px;
  }
}

@media (max-width: 767px) {
  .evrd-pa-auth-date-popover {
    z-index: 10001;
    background: #f6f9ff;
  }
}

/* =========================================================
   Login EVRD v8 — Recordarme con check premium del registro
   Base actual del usuario conservada
   ========================================================= */
.evrd-pa-auth-stage--login .evrd-pa-auth-form-row {
  align-items: center;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-check--remember {
  width: auto;
  min-width: 0;
  display: inline-grid;
  grid-template-columns: 22px auto;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 14px;
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: rgba(230,238,248,.78);
  white-space: nowrap;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-check--remember:hover {
  transform: translateY(-1px);
  background: rgba(255,255,255,.055);
  border-color: rgba(148,179,231,.14);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-check--remember .evrd-pa-auth-checkmark {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.22);
}

.evrd-pa-auth-stage--login .evrd-pa-auth-check--remember > span:last-child {
  color: rgba(230,238,248,.82);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.evrd-pa-auth-stage--login .evrd-pa-auth-check--remember input[type="checkbox"]:checked + .evrd-pa-auth-checkmark {
  background: linear-gradient(135deg, #dc1f26 0%, #ff3b43 100%);
  border-color: rgba(255,255,255,.18);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(220,31,38,.22);
}

@media (max-width: 520px) {
  .evrd-pa-auth-stage--login .evrd-pa-auth-form-row {
    align-items: stretch;
  }

  .evrd-pa-auth-stage--login .evrd-pa-auth-check--remember {
    width: 100%;
    justify-content: flex-start;
  }
}



/* =========================================================
   Recuperar contraseña EVRD v1 — visual alineado a login/registro
   ========================================================= */
.evrd-pa-auth-stage--recover {
  width: min(100%, 860px) !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 18px !important;
  align-items: stretch !important;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--primary,
.evrd-pa-auth-stage--recover .evrd-pa-auth-card--meta {
  width: 100%;
  margin-top: 0;
  border-color: rgba(126, 165, 230, .20);
  background:
    radial-gradient(circle at 12% 10%, rgba(220,31,38,.14), transparent 30%),
    radial-gradient(circle at 85% 5%, rgba(63,118,224,.18), transparent 32%),
    linear-gradient(180deg, rgba(8,26,53,.92) 0%, rgba(5,18,38,.94) 100%);
  color: #fff;
  box-shadow:
    0 30px 90px rgba(0,0,0,.40),
    inset 0 1px 0 rgba(255,255,255,.05),
    0 0 0 1px rgba(255,255,255,.02);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--primary {
  position: relative;
  align-items: center !important;
  text-align: center !important;
  padding: 46px 54px 36px !important;
  overflow: hidden;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--primary::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle, rgba(255,255,255,.12) 0 1px, transparent 1px),
    radial-gradient(circle, rgba(61,130,246,.14) 0 .9px, transparent .9px);
  background-size: 42px 42px, 90px 90px;
  background-position: 0 0, 22px 18px;
  opacity: .18;
  animation: evrdAuthParticles 16s linear infinite;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--primary > * {
  position: relative;
  z-index: 1;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-kicker,
.evrd-pa-auth-stage--recover .evrd-pa-auth-kicker--light {
  width: fit-content;
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.12);
  color: rgba(255,255,255,.80);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-title {
  max-width: 15ch;
  margin-top: 20px;
  font-size: clamp(2.3rem, 4.2vw, 3.25rem);
  line-height: .94;
  letter-spacing: -.05em;
  color: #ffffff;
  text-shadow: 0 8px 24px rgba(0,0,0,.24);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-copy {
  max-width: 62ch;
  margin-top: 14px;
  color: rgba(226,236,248,.84);
  font-size: clamp(1.02rem, 1.35vw, 1.1rem);
  line-height: 1.72;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-pill-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  max-width: none;
  margin-top: 28px;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-pill {
  min-height: 54px;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 16px 16px 15px;
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(255,255,255,.07) 0%, rgba(255,255,255,.045) 100%);
  border: 1px solid rgba(140, 175, 233, .18);
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-pill span[data-lucide],
.evrd-pa-auth-stage--recover .evrd-pa-auth-pill svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  color: #9dcbff;
  opacity: 1;
}

.evrd-pa-auth-form-wrap--recover {
  width: min(100%, 560px);
  margin: 24px auto 0;
  padding: 20px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,.085) 0%, rgba(255,255,255,.06) 100%);
  border: 1px solid rgba(148,179,231,.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.05), 0 16px 40px rgba(0,0,0,.18);
}

.evrd-pa-auth-recover-cardlet {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: center;
  margin-bottom: 18px;
  padding: 14px;
  border-radius: 20px;
  text-align: left;
  background: rgba(255,255,255,.065);
  border: 1px solid rgba(148,179,231,.14);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.045);
}

.evrd-pa-auth-recover-cardlet__icon,
.evrd-pa-auth-recover-cardlet svg {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  padding: 11px;
  color: #9dcbff;
  background: rgba(103,183,255,.10);
  border: 1px solid rgba(103,183,255,.16);
}

.evrd-pa-auth-recover-cardlet strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: 3px;
}

.evrd-pa-auth-recover-cardlet p {
  margin: 0;
  color: rgba(226,236,248,.72);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.55;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-success,
.evrd-pa-auth-stage--recover .evrd-pa-auth-alert {
  width: min(100%, 560px);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-success {
  background: rgba(34,197,94,.10);
  border-color: rgba(34,197,94,.20);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-success strong {
  color: #fff;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-success p {
  color: rgba(255,255,255,.72);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--meta {
  min-height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: clamp(24px, 4vw, 34px) !important;
  text-align: center;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--meta::before {
  content: "";
  position: absolute;
  inset: 16px;
  border-radius: 26px;
  border: 1px solid rgba(255,255,255,.08);
  pointer-events: none;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--meta h2,
.evrd-pa-auth-stage--recover .evrd-pa-auth-support strong {
  color: #fff;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--meta h2 {
  max-width: 16ch;
  margin: 2px auto 0;
  line-height: 1.05;
  font-size: clamp(2rem, 3vw, 2.65rem);
  letter-spacing: -.04em;
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-card--meta > p,
.evrd-pa-auth-stage--recover .evrd-pa-auth-support p,
.evrd-pa-auth-stage--recover .evrd-pa-auth-support span {
  max-width: 52ch;
  color: rgba(226,236,248,.82);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-support {
  width: min(100%, 560px);
  margin-top: 8px;
  padding-top: 18px;
  border-top-color: rgba(255,255,255,.12);
}

.evrd-pa-auth-stage--recover .evrd-pa-auth-support a {
  color: #fff;
}

@media (max-width: 767px) {
  .evrd-pa-auth-stage--recover {
    width: 100% !important;
    gap: 16px !important;
  }

  .evrd-pa-auth-stage--recover .evrd-pa-auth-card--primary,
  .evrd-pa-auth-stage--recover .evrd-pa-auth-card--meta {
    padding: 24px 20px !important;
    border-radius: 28px;
  }

  .evrd-pa-auth-stage--recover .evrd-pa-auth-title {
    max-width: 12ch;
    font-size: clamp(2.25rem, 11vw, 3rem);
  }

  .evrd-pa-auth-stage--recover .evrd-pa-auth-pill-list {
    grid-template-columns: 1fr;
  }

  .evrd-pa-auth-form-wrap--recover {
    padding: 14px;
    border-radius: 22px;
  }

  .evrd-pa-auth-recover-cardlet {
    grid-template-columns: 1fr;
    text-align: center;
    justify-items: center;
  }
}
