﻿.quick-access-wrapper {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 10px;
}

.quick-access-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  text-decoration: none;
  background: #eef2f7;
  color: #334155;
  border: 1px solid #dbe3ee;
  border-radius: 10px;
  padding: 10px 12px;
  font-weight: 600;
  margin-bottom: 7px;
  transition: all 0.2s ease;
}

.quick-access-btn:hover {
  color: #1e293b;
  background: #e2e8f0;
  border-color: #cbd5e1;
}

.quick-access-btn:last-child {
  margin-bottom: 0;
}

.quick-access-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #475569;
  border: 1px solid #d7dee8;
  flex-shrink: 0;
}

.quick-access-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.2;
}

.status-alert {
  border: 0;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  padding: 14px 16px;
}

.status-alert .alert-link {
  text-decoration: none;
  font-weight: 700;
}

.status-alert-ok {
  background: linear-gradient(90deg,rgb(227, 247, 232) 100%);
  border-left: 5px solid #16a34a;
  color: #14532d;
}

.status-alert-warn {
  background: linear-gradient(90deg,rgb(249, 244, 231) 100%);
  border-left: 5px solid #d97706;
  color: #7c2d12;
}

.status-alert-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: rgba(255, 255, 255, 0.75);
  border: 1px solid rgba(15, 23, 42, 0.1);
}

.dashboard-metric {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  overflow: hidden;
}

.dashboard-metric .block-content.block-content-full {
  padding: 16px;
}

.dashboard-metric .item.item-rounded-lg {
  background: #eef2ff !important;
  border: 1px solid #dbeafe;
}

.dashboard-metric .bg-body-light.rounded-bottom {
  background: #f8fafc !important;
  border-top: 1px solid #e2e8f0;
}

.dashboard-metric .bg-body-light.rounded-bottom a {
  color: #334155;
  transition: color 0.2s ease;
}

.dashboard-metric .bg-body-light.rounded-bottom a:hover {
  color: #1d4ed8;
}

.access-analytics-panel {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 12px;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  color: #1f2937;
}

.access-analytics-kpis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-bottom: 10px;
}

.access-analytics-kpi {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.access-analytics-kpi:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
}

.access-analytics-kpi-value {
  font-size: 26px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
  margin-bottom: 3px;
}

.access-analytics-kpi-label {
  font-size: 11px;
  color: #64748b;
  line-height: 1.2;
}

.access-analytics-kpi-link {
  color: #111827;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.2s ease;
}

.access-analytics-kpi-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.access-analytics-kpi-card-link:hover {
  color: inherit;
  text-decoration: none;
}

.access-analytics-kpi-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.access-analytics-kpi-row .access-analytics-kpi-body {
  flex: 1;
  min-width: 0;
}

.access-analytics-chart-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 8px;
}

.access-analytics-chart-title {
  font-size: 12px;
  color: #334155;
  margin-bottom: 6px;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .access-analytics-kpis {
    grid-template-columns: 1fr;
  }
}

.ca-panel {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 12px;
  }
  .ca-panel h4 { font-size: 16px; margin: 0 0 8px 0; color: #111827; }
  .ca-hours-card {
    background: linear-gradient(135deg, #0f1f37 0%, #1a3f74 70%, #24539a 100%);
    border: 1px solid rgba(125, 181, 255, 0.32);
    border-radius: 14px;
    color: #dbeafe;
    padding: 16px 18px;
    margin-bottom: 14px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.28);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
  }
  .ca-hours-card-body {
    min-width: 0;
  }
  .ca-hours-card-value {
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #7dc3ff;
    letter-spacing: 0.5px;
    margin: 0 0 8px 0;
  }
  .ca-hours-card-label {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    line-height: 1.1;
  }
  .ca-hours-card-sub {
    font-size: 13px;
    color: #cfe6ff;
    margin-top: 6px;
    opacity: 0.95;
  }
  .ca-hours-card-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(151, 202, 255, 0.45);
    background: rgba(7, 20, 43, 0.34);
    color: #9bd0ff;
    flex-shrink: 0;
  }
  .ca-hours-card-icon i {
    font-size: 18px;
  }
  .ca-donut {
    width: 200px;
    height: 200px;
    margin: 4px auto 0;
    position: relative;
  }
  .ca-donut canvas {
    display: block;
  }
  .ca-docs-pend-panel {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 14px 16px 12px;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
    color: #1f2937;
    flex: 1 1 280px;
    min-width: 260px;
    max-width: 100%;
  }
  .ca-docs-pend-title {
    font-size: 15px;
    font-weight: 600;
    color: #111827;
    margin: 0 0 10px 0;
    letter-spacing: 0.02em;
  }
  .ca-docs-pend-center {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    text-align: center;
    padding: 0 12px;
  }
  .ca-docs-pend-center-num {
    font-size: 34px;
    font-weight: 700;
    line-height: 1;
    color: #111827;
  }
  .ca-docs-pend-center-label {
    font-size: 12px;
    color: #64748b;
    margin-top: 6px;
    font-weight: 500;
  }
  a.ca-docs-pend-center-label-link {
    pointer-events: auto;
    text-decoration: none;
    transition: color 0.2s ease;
  }
  a.ca-docs-pend-center-label-link:hover {
    color: #1d4ed8;
    text-decoration: none;
  }
  .ca-docs-pend-legend {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px solid #e2e8f0;
    font-size: 12px;
  }
  .ca-docs-pend-legend a {
    color: #111827;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
  }
  .ca-docs-pend-legend a:hover {
    color: #0f172a;
  }
  .ca-docs-pend-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    flex-shrink: 0;
  }
  .ca-docs-pend-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
  }
  .ca-docs-pend-row .ca-hours-card {
    flex: 1 1 260px;
    margin-bottom: 0;
  }

.ca-dashboard-grid {
  display: grid;
  gap: 12px;
}

.ca-dashboard-grid-top {
  grid-template-columns: 1fr 1fr;
  min-width: 0;
}

.ca-dashboard-grid-top > .ca-chart-card {
  min-width: 0;
}

.ca-dashboard-grid-mid {
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}

.ca-dashboard-grid-mini {
  grid-template-columns: 1fr 1fr;
  margin-top: 12px;
}

.ca-mini-stat-card {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ca-mini-stat-card:hover {
  border-color: #cbd5e1;
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
  color: inherit;
}

.ca-mini-stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #334155;
  flex-shrink: 0;
}

.ca-mini-stat-value {
  display: block;
  font-size: 26px;
  font-weight: 800;
  line-height: 1;
  color: #111827;
}

.ca-mini-stat-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 3px;
  font-weight: 600;
}

.ca-chart-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
  container-type: inline-size;
  container-name: ca-chart-card;
}

.ca-chart-card-wide {
  flex: 1 1 60%;
  min-width: 280px;
}

.ca-chart-card-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin: 0 0 12px 0;
}

.ca-section-title-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.ca-section-title-row .ca-chart-card-title,
.ca-section-title-row .block-title {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.ca-section-help-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 8px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.ca-section-help-btn:hover {
  background: #dbeafe;
  border-color: #93c5fd;
  color: #1e40af;
}

.ca-section-help-btn-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  justify-content: center;
  border-radius: 50%;
}

.ca-section-help {
  margin-top: 0;
  margin-bottom: 12px;
}

.ca-planta-metric + .ca-section-help {
  margin-top: -6px;
  margin-bottom: 10px;
}

.ca-section-help-body {
  font-size: 13px;
  line-height: 1.45;
  color: #1e3a5f;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-left: 4px solid #3b82f6;
  border-radius: 8px;
  padding: 10px 12px;
}

.ca-panel-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.ca-panel-title-row h4 {
  margin: 0;
  flex: 1;
  min-width: 0;
}

.ca-donut-row {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;
  row-gap: 12px;
  width: 100%;
  min-width: 0;
}

.ca-donut-row .ca-donut {
  width: 180px;
  height: 180px;
  max-width: 100%;
  position: relative;
  justify-self: center;
}

.ca-donut-row .ca-donut canvas {
  display: block;
  max-width: 100%;
}

.ca-chart-legend-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  font-size: 12px;
  align-items: flex-start;
}

.ca-chart-legend-list a {
  color: #111827;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  line-height: 1.3;
  max-width: 100%;
  overflow-wrap: anywhere;
}

.ca-chart-legend-list a:hover {
  color: #1d4ed8;
}

.ca-chart-legend-inline {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  margin-top: 10px;
  font-size: 12px;
}

.ca-chart-legend-inline a {
  color: #111827;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  min-width: 0;
  white-space: normal;
  overflow-wrap: anywhere;
}

.ca-chart-legend-inline a:hover {
  color: #1d4ed8;
}

.ca-chart-legend-inline a:focus-visible {
  color: #1d4ed8;
}

.ca-bar-chart-wrap {
  height: 200px;
  position: relative;
}

/* Evita overflow horizontal de canvas */
.ca-bar-chart-wrap canvas,
.ca-combo-chart-wrap canvas {
  max-width: 100%;
}

.ca-combo-chart-wrap {
  height: 220px;
  position: relative;
}

.ca-summary-stats {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.ca-summary-stat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  text-decoration: none;
  color: inherit;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ca-summary-stat:hover {
  border-color: #cbd5e1;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.08);
  color: inherit;
}

.ca-summary-stat-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #dbe3ee;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #475569;
  flex-shrink: 0;
}

.ca-summary-stat-value {
  display: block;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  color: #111827;
}

.ca-summary-stat-label {
  display: block;
  font-size: 11px;
  color: #64748b;
  margin-top: 2px;
}

.ca-summary-side {
  flex: 0 0 220px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 200px;
}

.ca-summary-side-item {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: 12px 14px;
  text-decoration: none;
  color: inherit;
  display: block;
}

.ca-summary-side-item:hover {
  border-color: #cbd5e1;
  color: inherit;
}

.ca-summary-side-item-static {
  cursor: default;
}

.ca-planta-metric {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 4px;
  padding: 20px 18px;
  border-radius: 14px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.06);
  color: #334155;
}

.ca-planta-metric .ca-section-help-btn-icon {
  margin-left: auto;
  align-self: flex-start;
}

.ca-planta-metric-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #059669;
  font-size: 22px;
}

.ca-planta-metric-content {
  min-width: 0;
}

.ca-planta-metric-value {
  display: block;
  font-size: 42px;
  font-weight: 800;
  line-height: 1;
  color: #16a34a;
  letter-spacing: -0.5px;
}

.ca-planta-metric-label {
  display: block;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #64748b;
  line-height: 1.2;
}

.ca-planta-metric-sub {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  color: #94a3b8;
}

.ca-summary-side-value {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  line-height: 1.1;
}

.ca-summary-side-label {
  display: block;
  font-size: 12px;
  color: #64748b;
  margin-top: 4px;
}

.ca-hours-card-compact {
  margin-bottom: 0;
  padding: 12px 14px;
}

.ca-hours-card-compact .ca-hours-card-value {
  font-size: 32px;
}

.ca-hours-card-compact .ca-hours-card-label {
  font-size: 14px;
}

/* Solo apilar y centrar cuando la tarjeta es demasiado estrecha para gráfica + textos */
@container ca-chart-card (max-width: 300px) {
  .ca-donut-row {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .ca-chart-legend-list {
    width: 100%;
    align-items: center;
    text-align: center;
  }

  .ca-chart-legend-list a {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 991px) {
  .ca-dashboard-grid-top {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .ca-dashboard-grid-top,
  .ca-dashboard-grid-mid,
  .ca-dashboard-grid-mini {
    grid-template-columns: 1fr;
  }

  .ca-chart-legend-inline {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .ca-summary-stats {
    grid-template-columns: 1fr;
  }

  .ca-summary-side {
    flex: 1 1 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .ca-summary-side-item,
  .ca-hours-card-compact {
    flex: 1 1 180px;
  }
}

/* --- registro.php: página de ingreso (3 secciones) --- */
body.registro-login-page {
  background: #eef2f7;
  min-height: 100vh;
  margin: 0;
}

#page-container.registro-login-page-root {
  min-height: 100vh;
}

.registro-login-wrap {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.registro-login-layout {
  flex: 1;
  display: flex;
  align-items: stretch;
  width: 100%;
  min-height: calc(100vh - 48px);
}

/* Sección 1: Hero izquierda */
.registro-login-hero {
  flex: 0 0 34%;
  max-width: 440px;
  min-width: 300px;
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.registro-login-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 40, 90, 0.45) 0%, rgba(15, 40, 90, 0.78) 55%, rgba(10, 28, 65, 0.92) 100%);
}

.registro-login-hero-inner {
  position: relative;
  z-index: 1;
  padding: 36px 32px 28px;
  color: #fff;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.registro-login-hero-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 0;
}

.registro-login-hero-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(37, 99, 235, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  margin-bottom: 20px;
}

.registro-login-hero h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0 0 4px;
  color: #fff;
}

.registro-login-hero-tagline {
  font-size: 1rem;
  opacity: 0.9;
  margin: 0 0 12px;
}

.registro-login-hero-text {
  font-size: 0.9rem;
  line-height: 1.5;
  opacity: 0.88;
  margin: 0;
  max-width: 520px;
}

.registro-login-hero-security {
  padding: 14px 16px;
  background: rgba(10, 30, 70, 0.75);
  border-radius: 8px;
  font-size: 0.78rem;
  line-height: 1.45;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Sección 2: Login centro */
.registro-login-center {
  flex: 1;
  background: #eef2f7;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 28px;
  min-width: 0;
}

.registro-login-center-inner {
  width: 100%;
  max-width: 440px;
}

.registro-login-center-inner--amplio {
  max-width: 520px;
}

.registro-login-field .form-select {
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  min-height: 48px;
}

.registro-login-ayuda-texto {
  font-size: 0.88rem;
  color: #475569;
  line-height: 1.5;
}

.registro-login-ayuda-texto strong {
  color: #334155;
}

.registro-login-lista {
  padding-left: 1.2rem;
  font-size: 0.85rem;
  color: #64748b;
}

.registro-login-lista li {
  margin-bottom: 6px;
}

.registro-login-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  padding: 36px 40px 32px;
}

/* Sección 3: Ayuda derecha */
.registro-login-help-wrap {
  flex: 0 0 300px;
  max-width: 320px;
  background: #eef2f7;
  display: flex;
  align-items: center;
  padding: 32px 28px 32px 0;
}

.registro-login-card-header {
  text-align: center;
  margin-bottom: 28px;
}

.registro-login-card-logo {
  margin-bottom: 20px;
}

.registro-login-card-logo img {
  max-width: 170px;
  height: auto;
}

.registro-login-card-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  background: #e8f0fe;
  color: #1e4a8c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
}

.registro-login-card-header h1 {
  font-size: 1.35rem;
  font-weight: 700;
  color: #1e3a6e;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
}

.registro-login-card-header p {
  color: #64748b;
  font-size: 0.9rem;
  margin: 0;
}

.registro-login-field label {
  font-weight: 600;
  font-size: 0.85rem;
  color: #334155;
  margin-bottom: 6px;
}

.registro-login-input-wrap {
  position: relative;
}

.registro-login-input-wrap .form-control {
  padding-left: 42px;
  border-radius: 10px;
  border: 1px solid #cbd5e1;
  min-height: 48px;
}

.registro-login-input-wrap .form-control:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
}

.registro-login-input-icon {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  z-index: 2;
}

.registro-login-toggle-pass {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.8rem;
  color: #2563eb;
  cursor: pointer;
  z-index: 2;
  border: none;
  background: none;
  padding: 0;
}

.registro-login-btn-ingresar {
  width: 100%;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 600;
  background: #1e4a8c;
  border: none;
  margin-top: 8px;
}

.registro-login-btn-ingresar:hover {
  background: #163a70;
}

.registro-login-forgot {
  text-align: center;
  margin-top: 16px;
}

.registro-login-forgot a {
  color: #2563eb;
  font-size: 0.9rem;
  text-decoration: none;
}

.registro-login-help {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
  padding: 24px 20px;
  width: 100%;
}

.registro-login-privacy {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid #e2e8f0;
  font-size: 0.75rem;
  color: #64748b;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  text-align: left;
}

.registro-login-privacy i {
  color: #16a34a;
  margin-top: 2px;
}

.registro-login-help-title {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e2e8f0;
}

.registro-login-help-title-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #e8f0fe;
  color: #1e4a8c;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.registro-login-help-title h3 {
  font-size: 1rem;
  font-weight: 700;
  color: #1e293b;
  margin: 0;
}

.registro-login-help-title p {
  font-size: 0.8rem;
  color: #64748b;
  margin: 2px 0 0;
}

.registro-login-help-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.registro-login-help-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 11px 16px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1e4a8c;
  background: #f0f6ff;
  border: 1px solid #c5d9f5;
  border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  text-align: center;
}

.registro-login-help-btn:hover {
  background: #e3edfc;
  border-color: #93b4e8;
  color: #163a70;
}

.registro-login-help-btn i {
  font-size: 0.95rem;
  opacity: 0.9;
}

.registro-login-footer {
  text-align: center;
  padding: 16px;
  font-size: 0.8rem;
  color: #64748b;
}

.registro-login-alerts {
  margin-bottom: 20px;
}

.registro-login-form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-top: 16px;
}

.registro-login-form-actions .registro-login-btn-ingresar,
.registro-login-btn-secondary {
  flex: 1 1 140px;
  min-height: 48px;
  border-radius: 10px;
  font-weight: 600;
  margin-top: 0;
}

.registro-login-btn-secondary {
  background: #fff;
  border: 1px solid #cbd5e1;
  color: #475569;
}

.registro-login-btn-secondary:hover {
  background: #f8fafc;
  border-color: #94a3b8;
  color: #334155;
}

@media (max-width: 1199px) {
  .registro-login-hero {
    flex: 0 0 30%;
    min-width: 260px;
  }

  .registro-login-help-wrap {
    flex: 0 0 280px;
  }
}

@media (max-width: 991px) {
  .registro-login-layout {
    flex-direction: column;
    min-height: auto;
  }

  .registro-login-hero {
    flex: none;
    max-width: none;
    min-width: 0;
    min-height: 280px;
  }

  .registro-login-center {
    padding: 24px 16px;
  }

  .registro-login-help-wrap {
    flex: none;
    max-width: none;
    padding: 0 16px 24px;
  }

  .registro-login-help-wrap .registro-login-help {
    max-width: 520px;
    margin: 0 auto;
  }
}

@media (max-width: 575px) {
  .registro-login-card {
    padding: 24px 20px 20px;
  }

  .registro-login-hero-inner {
    padding: 20px;
  }

  .registro-login-hero {
    min-height: 240px;
  }
}
