.kwm-auth-page {
  --kwm-auth-bg: #030506;
  --kwm-auth-panel: rgba(20, 22, 23, 0.82);
  --kwm-auth-panel-strong: rgba(25, 27, 28, 0.94);
  --kwm-auth-border: rgba(217, 171, 76, 0.28);
  --kwm-auth-border-soft: rgba(255, 255, 255, 0.11);
  --kwm-auth-gold: #d8a33f;
  --kwm-auth-gold-light: #ffd87a;
  --kwm-auth-text: #ffffff;
  --kwm-auth-muted: rgba(255, 255, 255, 0.68);
  --kwm-auth-input: rgba(255, 255, 255, 0.07);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 100vh;
  padding: 0 20px 72px;
  background: radial-gradient(circle at 50% 24%, rgba(216, 163, 63, 0.16), transparent 24%), radial-gradient(circle at 12% 35%, rgba(255, 216, 122, 0.09), transparent 22%), linear-gradient(180deg, #120f09 0%, var(--kwm-auth-bg) 44%, #020304 100%);
  color: var(--kwm-auth-text);
  direction: rtl;
}
.kwm-auth-page::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  background: url("../images/landing/deluxe-hero.webp") center top/cover no-repeat;
  opacity: 0.58;
  filter: saturate(0.9) contrast(1.08);
  transform: scale(1.03);
}
.kwm-auth-page::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background: linear-gradient(180deg, rgba(3, 5, 6, 0.46) 0%, rgba(3, 5, 6, 0.7) 35%, rgba(3, 5, 6, 0.98) 74%), linear-gradient(90deg, rgba(3, 5, 6, 0.72), rgba(3, 5, 6, 0.14) 52%, rgba(3, 5, 6, 0.78));
}
.kwm-auth-page .woocommerce-notices-wrapper,
.kwm-auth-page .woocommerce-message,
.kwm-auth-page .woocommerce-error,
.kwm-auth-page .woocommerce-info {
  max-width: 1160px;
  margin-inline: auto;
}
.kwm-auth-page .woocommerce-error,
.kwm-auth-page .woocommerce-info,
.kwm-auth-page .woocommerce-message {
  border-radius: 16px;
  border: 1px solid var(--kwm-auth-border-soft);
  background: rgba(8, 10, 11, 0.82);
  color: var(--kwm-auth-text);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
}
.kwm-auth-page .woocommerce-error a,
.kwm-auth-page .woocommerce-info a,
.kwm-auth-page .woocommerce-message a {
  color: var(--kwm-auth-gold-light);
}

.kwm-auth-ambient {
  position: absolute;
  z-index: -1;
  width: 360px;
  height: 360px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 216, 122, 0.2), transparent 65%);
  filter: blur(18px);
  opacity: 0.7;
  animation: kwm-auth-float 9s ease-in-out infinite;
  pointer-events: none;
}

.kwm-auth-ambient--one {
  top: 18%;
  right: -140px;
}

.kwm-auth-ambient--two {
  bottom: 16%;
  left: -130px;
  animation-delay: -4s;
}

.kwm-auth-hero {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  padding: 30px 0 54px;
  text-align: center;
}

.kwm-auth-hero__media {
  position: absolute;
  inset: 0 50%;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.kwm-auth-hero__content {
  animation: kwm-auth-rise 0.75s ease both;
}
.kwm-auth-hero__content h1 {
  margin: 8px 0 16px;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.25;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.55);
}
.kwm-auth-hero__content p {
  max-width: 560px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 2;
}

.kwm-auth-breadcrumb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: var(--kwm-auth-gold-light);
  font-size: 14px;
  font-weight: 700;
}
.kwm-auth-breadcrumb a {
  color: rgba(255, 255, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s ease;
}
.kwm-auth-breadcrumb a:hover {
  color: var(--kwm-auth-gold-light);
}

.kwm-auth-eyebrow {
  display: inline-flex;
  margin-top: 18px !important;
  color: var(--kwm-auth-gold-light) !important;
  font-size: 13px !important;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.kwm-auth-container {
  position: relative;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}

.kwm-auth-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px;
  align-items: stretch;
}
.kwm-auth-grid .show-password-input {
  display: none;
}
.kwm-auth-grid .password-input {
  width: 100%;
}

.kwm-auth-grid--single {
  max-width: 560px;
  margin-inline: auto;
  grid-template-columns: 1fr;
}

.kwm-auth-card {
  position: relative;
  overflow: hidden;
  padding: 34px 38px 36px;
  border: 1px solid var(--kwm-auth-border);
  border-radius: 22px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)), var(--kwm-auth-panel);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(18px);
  animation: kwm-auth-rise 0.78s ease both;
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}
.kwm-auth-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: -1;
  background: radial-gradient(circle at 50% 0%, rgba(255, 216, 122, 0.16), transparent 38%), linear-gradient(135deg, rgba(255, 255, 255, 0.11), transparent 32%);
  opacity: 0.84;
}
.kwm-auth-card:hover, .kwm-auth-card.is-active {
  transform: translateY(-6px);
  border-color: rgba(255, 216, 122, 0.48);
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.52), 0 0 0 1px rgba(255, 216, 122, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.kwm-auth-card--register {
  animation-delay: 0.1s;
}

.kwm-auth-card__icon {
  display: grid;
  place-items: center;
  width: 78px;
  height: 78px;
  margin: -2px auto 18px;
  border: 1px solid rgba(255, 216, 122, 0.34);
  border-radius: 999px;
  background: radial-gradient(circle at 38% 24%, rgba(255, 216, 122, 0.42), transparent 34%), linear-gradient(145deg, rgba(216, 163, 63, 0.35), rgba(255, 255, 255, 0.04));
  color: var(--kwm-auth-gold-light);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.36);
}
.kwm-auth-card__icon .kwm-icon {
  width: 36px;
  height: 36px;
}

.kwm-auth-card__heading {
  margin-bottom: 26px;
  text-align: center;
}
.kwm-auth-card__heading h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 900;
}
.kwm-auth-card__heading p {
  margin: 0;
  color: var(--kwm-auth-muted);
  font-size: 15px;
}

.kwm-auth-form {
  margin: 0;
}
.kwm-auth-form p {
  margin: 0 0 18px;
}
.kwm-auth-form label {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 800;
}
.kwm-auth-form .required {
  color: var(--kwm-auth-gold-light);
}

.kwm-auth-field-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.kwm-auth-field-group .woocommerce-form-row {
  width: 100%;
}
.kwm-auth-field-group .form-row-first,
.kwm-auth-field-group .form-row-last {
  width: 100% !important;
  float: none;
}

.kwm-auth-field__control {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  border: 1px solid var(--kwm-auth-border-soft);
  border-radius: 13px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.045)), rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.78);
  transition: border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}
.kwm-auth-field__control > .kwm-icon {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  margin-inline: 18px 20px;
  color: rgba(255, 255, 255, 0.72);
  transition: color 0.22s ease;
}
.kwm-auth-field__control:focus-within {
  border-color: rgba(255, 216, 122, 0.52);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(216, 163, 63, 0.12), 0 14px 38px rgba(0, 0, 0, 0.28);
}
.kwm-auth-field__control:focus-within > .kwm-icon {
  color: var(--kwm-auth-gold-light);
}

.kwm-auth-page .kwm-auth-form input[type=text],
.kwm-auth-page .kwm-auth-form input[type=email],
.kwm-auth-page .kwm-auth-form input[type=password] {
  width: 100%;
  min-height: 56px;
  padding: 0 4px 0 16px;
  border: 0 !important;
  border-radius: 0;
  background: transparent;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  box-shadow: none !important;
  outline: none !important;
}
.kwm-auth-page .kwm-auth-form input[type=text]::placeholder,
.kwm-auth-page .kwm-auth-form input[type=email]::placeholder,
.kwm-auth-page .kwm-auth-form input[type=password]::placeholder {
  color: rgba(255, 255, 255, 0.44);
  font-weight: 500;
}

.kwm-auth-password-toggle {
  display: grid;
  flex: 0 0 auto;
  place-items: center;
  width: 54px;
  height: 56px;
  margin-inline-start: 4px;
  border: 0;
  border-inline-start: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 0;
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease;
}
.kwm-auth-password-toggle .woocommerce-button {
  overflow: hidden;
}
.kwm-auth-password-toggle .kwm-icon {
  width: 22px;
  height: 22px;
}
.kwm-auth-password-toggle:hover {
  background: rgba(255, 255, 255, 0.06);
  color: var(--kwm-auth-gold-light);
}

.kwm-auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 4px 0 22px;
}

.kwm-auth-remember {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  margin: 0 !important;
  color: rgba(255, 255, 255, 0.78) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  cursor: pointer;
}
.kwm-auth-remember input[type=checkbox] {
  appearance: none;
  display: inline-grid;
  place-items: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.24) !important;
  border-radius: 7px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
}
.kwm-auth-remember input[type=checkbox]::after {
  content: "";
  width: 11px;
  height: 7px;
  border: 2px solid #12100b;
  border-top: 0;
  border-right: 0;
  opacity: 0;
  transform: rotate(-45deg) scale(0.85);
  transition: opacity 0.16s ease, transform 0.16s ease;
}
.kwm-auth-remember input[type=checkbox]:checked {
  border-color: var(--kwm-auth-gold-light) !important;
  background: linear-gradient(135deg, var(--kwm-auth-gold-light), var(--kwm-auth-gold));
}
.kwm-auth-remember input[type=checkbox]:checked::after {
  opacity: 1;
  transform: rotate(-45deg) scale(1);
}

.kwm-auth-lost-password,
.kwm-auth-terms a {
  color: var(--kwm-auth-gold-light);
  font-weight: 800;
  text-decoration: none;
  transition: color 0.2s ease, text-shadow 0.2s ease;
}
.kwm-auth-lost-password:hover,
.kwm-auth-terms a:hover {
  color: #fff2c0;
  text-shadow: 0 0 18px rgba(255, 216, 122, 0.32);
}

.kwm-auth-submit-row {
  margin-bottom: 20px !important;
  overflow: hidden;
}

.kwm-auth-submit,
.kwm-auth-page .woocommerce button.button.kwm-auth-submit {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 60px;
  border: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #b98225 0%, #ffd879 48%, #d09931 100%) !important;
  color: #15100a;
  font-size: 17px;
  font-weight: 900;
  box-shadow: 0 18px 36px rgba(216, 163, 63, 0.28);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.kwm-auth-submit::before,
.kwm-auth-page .woocommerce button.button.kwm-auth-submit::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, transparent 18%, rgba(255, 255, 255, 0.46) 45%, transparent 68%);
  transform: translateX(105%);
  transition: transform 0.55s ease;
}
.kwm-auth-submit:hover,
.kwm-auth-page .woocommerce button.button.kwm-auth-submit:hover {
  transform: translateY(-2px);
  filter: saturate(1.06);
  box-shadow: 0 24px 46px rgba(216, 163, 63, 0.34);
}
.kwm-auth-submit:hover::before,
.kwm-auth-page .woocommerce button.button.kwm-auth-submit:hover::before {
  transform: translateX(-105%);
}

.kwm-auth-social {
  display: grid;
  gap: 14px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  text-align: center;
}
.kwm-auth-social > span {
  display: flex;
  align-items: center;
  gap: 14px;
}
.kwm-auth-social > span::before, .kwm-auth-social > span::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.12);
}

.kwm-auth-social__items {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.kwm-auth-social__items span {
  display: grid;
  place-items: center;
  width: 72px;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 11px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  font-weight: 900;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.kwm-auth-note,
.kwm-auth-terms {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.kwm-auth-trust,
.kwm-auth-stats {
  display: grid;
  margin-top: 34px;
  border: 1px solid var(--kwm-auth-border);
  border-radius: 20px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.03)), rgba(14, 16, 17, 0.82);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.kwm-auth-trust {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  animation: kwm-auth-rise 0.82s 0.18s ease both;
}

.kwm-auth-trust__item {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  column-gap: 16px;
  row-gap: 5px;
  padding: 28px;
  align-items: center;
}
.kwm-auth-trust__item:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.kwm-auth-trust__item .kwm-icon {
  grid-row: 1/3;
  width: 44px;
  height: 44px;
  color: var(--kwm-auth-gold-light);
  filter: drop-shadow(0 0 18px rgba(216, 163, 63, 0.22));
}
.kwm-auth-trust__item strong {
  color: var(--kwm-auth-gold-light);
  font-size: 18px;
  font-weight: 900;
}
.kwm-auth-trust__item span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 14px;
  line-height: 1.8;
}

.kwm-auth-brands {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px;
  margin-top: 34px;
  animation: kwm-auth-rise 0.84s 0.24s ease both;
}
.kwm-auth-brands span {
  display: grid;
  place-items: center;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 11px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)), rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.kwm-auth-stats {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  animation: kwm-auth-rise 0.86s 0.3s ease both;
}
.kwm-auth-stats div {
  display: grid;
  gap: 4px;
  padding: 24px 18px;
  text-align: center;
}
.kwm-auth-stats div:not(:last-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.12);
}
.kwm-auth-stats strong {
  color: var(--kwm-auth-gold-light);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 900;
}
.kwm-auth-stats span {
  color: rgba(255, 255, 255, 0.68);
  font-size: 13px;
  font-weight: 700;
}

@keyframes kwm-auth-rise {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes kwm-auth-float {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(0, -22px, 0) scale(1.08);
  }
}
@media (max-width: 1024px) {
  .kwm-auth-page {
    padding-inline: 18px;
  }
  .kwm-auth-grid {
    gap: 22px;
  }
  .kwm-auth-card {
    padding: 32px 28px;
  }
}
@media (max-width: 860px) {
  .kwm-auth-hero {
    padding: 76px 0 36px;
  }
  .kwm-auth-grid,
  .kwm-auth-trust,
  .kwm-auth-stats {
    grid-template-columns: 1fr;
  }
  .kwm-auth-card {
    border-radius: 18px;
  }
  .kwm-auth-trust__item:not(:last-child),
  .kwm-auth-stats div:not(:last-child) {
    border-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .kwm-auth-brands {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 560px) {
  .kwm-auth-page {
    padding: 0 12px 54px;
  }
  .kwm-auth-page::before {
    opacity: 0.5;
    background-position: center top;
  }
  .kwm-auth-hero__content h1 {
    font-size: 36px;
  }
  .kwm-auth-hero__content p {
    font-size: 15px;
  }
  .kwm-auth-card {
    padding: 28px 20px 30px;
    border-radius: 16px;
  }
  .kwm-auth-card__heading h2 {
    font-size: 30px;
  }
  .kwm-auth-actions {
    align-items: flex-start;
    flex-direction: column;
  }
  .kwm-auth-field-group {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .kwm-auth-social__items span {
    width: 62px;
  }
  .kwm-auth-brands {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  .kwm-auth-page *,
  .kwm-auth-page *::before,
  .kwm-auth-page *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }
}

/*# sourceMappingURL=auth.css.map */
