/**
 * ViniGalicia — auth / cuenta (capa sobre shop-auth.css)
 * Paleta mirror: #160d7d, #9a9cb7, Montserrat + Recoleta
 */

.mr-auth-page {
  --mr-auth-aside-plum: #160d7d;
  --mr-auth-aside-accent: #9a9cb7;
  --mr-auth-aside-glow: #2c11b5;
}

.mr-auth-split {
  border-color: rgba(22, 13, 125, 0.1);
  box-shadow: 0 12px 40px rgba(22, 13, 125, 0.12);
}

/* Gana color corporativo del body / capa tipográfica */
body.mr-shop-body .mr-auth-split__aside,
body.mr-shop-body .mr-auth-split__aside p {
  color: #fff;
}

.mr-auth-split__aside {
  padding: clamp(1.75rem, 4vw, 2.75rem);
  background: linear-gradient(
    155deg,
    #160d7d 0%,
    #1e14a8 38%,
    #120a5c 100%
  );
  color: #fff;
  justify-content: flex-start;
  gap: 0;
}

.mr-auth-split__aside::after {
  background:
    radial-gradient(ellipse 85% 55% at 100% 0%, rgba(255, 255, 255, 0.14), transparent 52%),
    radial-gradient(ellipse 70% 45% at 0% 100%, rgba(44, 17, 181, 0.45), transparent 58%);
}

.mr-auth-split__aside-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 1.15rem;
  min-height: 100%;
  width: 100%;
}

.mr-auth-split__mark {
  display: block;
  width: 2.75rem;
  height: 3px;
  border-radius: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.95) 0%,
    rgba(154, 156, 183, 0.75) 100%
  );
}

.mr-auth-split__eyebrow {
  font-family: var(--mr-font-ui, "Montserrat", sans-serif);
  font-size: 0.7rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--mr-auth-aside-accent, #9a9cb7);
  margin: 0;
}

.mr-auth-split__quote {
  font-family: var(--mr-font-display, "Recoleta", Georgia, serif);
  font-size: clamp(1.2rem, 2.4vw, 1.55rem);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  color: #fff;
  opacity: 1;
  max-width: 22ch;
}

.mr-auth-split__meta {
  margin-top: auto;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-family: var(--mr-font-ui, "Montserrat", sans-serif);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
  opacity: 1;
}

.mr-auth-split__main {
  background: #fff;
}

.mr-auth-lead {
  font-family: var(--mr-font-ui, "Montserrat", sans-serif);
  font-size: 1rem;
  font-weight: 500;
  color: #160d7d;
}

.mr-auth-card .form-label {
  color: #160d7d;
}

.mr-auth-card .form-control:focus,
.mr-auth-card .form-select:focus {
  border-color: #160d7d;
  box-shadow: 0 0 0 0.15rem rgba(22, 13, 125, 0.18);
}

.mr-auth-pw-rules__item--ok::before {
  color: #160d7d;
}

.mr-auth-links a {
  color: #160d7d;
  border-bottom-color: rgba(22, 13, 125, 0.35);
}

.mr-auth-links a:hover {
  color: #2c11b5;
  border-bottom-color: #2c11b5;
}

.mr-auth-trust__item i {
  color: #160d7d;
}

.mr-auth-check .form-check-input:checked {
  background-color: #160d7d;
  border-color: #120a5c;
}

.mr-auth-actions .btn_fb {
  display: inline-block;
  min-width: 10.5rem;
  padding: 0.65rem 1.5rem !important;
  font-family: var(--mr-font-ui, "Montserrat", sans-serif) !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  text-align: center;
  color: #fff !important;
  background: #160d7d !important;
  border: none !important;
  border-radius: 20px !important;
  text-decoration: none !important;
  transition: background 0.15s ease, transform 0.15s ease;
}

.mr-auth-actions .btn_fb:hover,
.mr-auth-actions .btn_fb:focus-visible {
  color: #fff !important;
  background: #333 !important;
  transform: translateY(-1px);
}

.mr-auth-alert.alert-info {
  background: rgba(22, 13, 125, 0.06);
  border-color: rgba(22, 13, 125, 0.18);
  color: #160d7d;
}

@media (max-width: 991.98px) {
  .mr-auth-split__aside {
    min-height: auto;
    text-align: left;
  }

  .mr-auth-split__quote {
    max-width: none;
  }

  .mr-auth-split__meta {
    margin-top: 0.5rem;
    padding-top: 1rem;
  }
}
