/* Cambiar clave — modal Atenea steel */
.overlay-cambiar-clave {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.overlay-cambiar-clave.visible { display: flex; }

.clave-modal {
  position: relative;
  width: min(420px, 94vw);
  display: flex;
  flex-direction: column;
  padding: 20px 20px 14px;
  overflow: visible;
}

.clave-cerrar {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
  font-family: inherit;
}

.clave-modal > h2 {
  margin: 0 0 4px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.clave-sub {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.35;
  color: var(--steel-sub, #8b97a8);
}

.clave-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.clave-section {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
}

.clave-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.clave-section-title .fa-solid {
  color: #4fc3f7;
  font-size: 13px;
}

.clave-section-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #c5d0e0;
}

.clave-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 8px;
  font-size: 11px;
  color: #8b97a8;
}

.clave-field:last-child { margin-bottom: 0; }

.clave-field input {
  height: 28px;
  box-sizing: border-box;
  width: 100%;
  background: #0f1117;
  border: 1px solid #2a3142;
  border-radius: 3px;
  color: #c8d0dc;
  padding: 0 8px;
  font-size: 12px;
  outline: none;
}

.clave-field input:focus {
  border-color: rgba(79, 195, 247, 0.55);
  box-shadow: 0 0 0 1px rgba(79, 195, 247, 0.2);
}

.clave-footer {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
}

.clave-save--idle {
  background: #1a1f2a !important;
  border-color: #2a3142 !important;
  color: #6a7588 !important;
}
