.auth-mall-body {
  min-height: 100vh;
  background: #eef8fa;
}

.auth-mall-shell {
  position: relative;
  display: grid;
  min-height: 100vh;
  place-items: center;
  overflow: hidden;
  padding: 34px 18px;
  background:
    radial-gradient(circle at 18% 18%, rgba(34, 209, 191, .22), transparent 28%),
    radial-gradient(circle at 82% 12%, rgba(242, 200, 107, .25), transparent 26%),
    linear-gradient(135deg, rgba(6, 34, 52, .05), rgba(255,255,255,.3)),
    linear-gradient(180deg, #f7fcfd 0%, #e8f7f8 55%, #fff9e8 150%);
}

.auth-mall-shell::before {
  position: absolute;
  inset: 0;
  opacity: .92;
  background:
    linear-gradient(180deg, rgba(6,34,52,.07), rgba(6,34,52,.22)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='780' viewBox='0 0 1200 780'%3E%3Crect width='1200' height='780' fill='%23f7fcfd'/%3E%3Cg opacity='.22'%3E%3Cpath d='M0 520h1200v260H0z' fill='%23d7eef2'/%3E%3Cpath d='M150 170h900v390H150z' rx='28' fill='%23ffffff'/%3E%3Cpath d='M190 220h140v220H190zM360 220h140v220H360zM530 220h140v220H530zM700 220h140v220H700zM870 220h140v220H870z' fill='%23e8f7f8'/%3E%3Cpath d='M150 170h900v58H150z' fill='%230f7b8b'/%3E%3Cpath d='M250 545h700v35H250z' fill='%23f2c86b'/%3E%3Ccircle cx='945' cy='515' r='36' fill='%2313a6a0'/%3E%3Cpath d='M895 520h110v42H895z' rx='12' fill='%23ffffff'/%3E%3Cpath d='M230 502h82v70h-82z' rx='12' fill='%23f2c86b'/%3E%3Cpath d='M247 502c0-32 48-32 48 0' fill='none' stroke='%230f7b8b' stroke-width='10'/%3E%3Cpath d='M760 492h120v80H760z' rx='12' fill='%23ffffff'/%3E%3Cpath d='M792 472h56v20h-56z' rx='6' fill='%23f2c86b'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-size: cover;
  content: "";
}

.auth-mall-shell::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(247,252,253,.94), rgba(247,252,253,.6), rgba(247,252,253,.96));
  content: "";
}

.auth-mall-layout {
  position: relative;
  z-index: 2;
  width: min(100%, 560px);
}

.auth-mall-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 17px;
}

.auth-mall-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  color: #0b6573;
}

.auth-mall-brand .store-icon {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  border-radius: 15px;
  background: linear-gradient(145deg, #0f7b8b, #13a6a0);
  box-shadow: 0 14px 28px rgba(15, 123, 139, .24);
}

.auth-mall-brand span:last-child {
  display: grid;
}

.auth-mall-brand strong {
  color: #123139;
  font-size: 22px;
  letter-spacing: -.04em;
}

.auth-mall-brand small {
  margin-top: 2px;
  color: #60727a;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .02em;
}

.auth-mall-language .language-switcher label {
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid rgba(15, 123, 139, .14);
  border-radius: 999px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 26px rgba(20,82,96,.08);
  backdrop-filter: blur(14px);
}

.auth-mall-language .language-switcher span {
  color: #60727a;
  font-size: 10px;
  font-weight: 900;
}

.auth-mall-language .language-switcher select {
  border: 0;
  background: transparent;
  color: #0b6573;
  font-weight: 900;
}

.auth-mall-card {
  width: 100%;
  margin: 0;
  padding: 30px 32px 25px;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.84), rgba(255,255,255,.64));
  box-shadow: 0 30px 80px rgba(10, 62, 72, .17);
  backdrop-filter: blur(22px);
}

.auth-mall-card .alert {
  border-radius: 16px;
}

.auth-mall-heading {
  text-align: center;
}

.auth-mall-heading h1 {
  margin: 12px 0 7px;
  color: #123139;
  font-size: 28px;
  letter-spacing: -.04em;
}

.auth-mall-heading h1::before {
  display: none;
}

.auth-mall-heading p {
  max-width: 330px;
  margin: 0 auto;
  color: #60727a;
  font-size: 13px;
  line-height: 1.45;
}

.auth-mall-bag {
  position: relative;
  display: inline-block;
  width: 54px;
  height: 49px;
  border-radius: 14px 14px 17px 17px;
  background: linear-gradient(145deg, #0f7b8b, #13a6a0);
  box-shadow: 0 14px 28px rgba(15,123,139,.24);
}

.auth-mall-bag::before {
  position: absolute;
  top: -10px;
  left: 15px;
  width: 20px;
  height: 19px;
  border: 4px solid #0f7b8b;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
}

.auth-mall-bag::after {
  position: absolute;
  right: 13px;
  bottom: 12px;
  left: 13px;
  height: 12px;
  border-bottom: 2px solid rgba(255,255,255,.9);
  border-radius: 50%;
  content: "";
}

.auth-mall-form {
  gap: 14px;
  margin-top: 24px;
}

.auth-mall-form label {
  gap: 7px;
  color: #334c54;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .02em;
}

.auth-mall-input {
  position: relative;
  display: block;
}

.auth-mall-input input {
  min-height: 50px;
  padding: 13px 14px 13px 46px;
  border: 1px solid rgba(15, 123, 139, .18);
  border-radius: 16px;
  background: rgba(255,255,255,.78);
  color: #123139;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.75);
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.auth-mall-input input::placeholder {
  color: #89a1a8;
}

.auth-mall-input input:focus {
  border-color: #13a6a0;
  background: #fff;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(19,166,160,.13);
}

.auth-mall-input i {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 16px;
  display: grid;
  width: 19px;
  height: 19px;
  place-items: center;
  color: #0f7b8b;
  font-style: normal;
  font-weight: 950;
  transform: translateY(-50%);
}

.auth-icon-phone::before { content: "\260E"; font-size: 17px; }
.auth-icon-invite::before { content: "#"; font-size: 18px; }

.auth-icon-lock::before {
  width: 11px;
  height: 9px;
  border: 2px solid currentColor;
  border-radius: 3px;
  content: "";
}

.auth-icon-lock::after {
  position: absolute;
  top: 0;
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 7px 7px 0 0;
  content: "";
}

.auth-icon-name::before {
  width: 8px;
  height: 8px;
  border: 2px solid currentColor;
  border-radius: 50%;
  content: "";
}

.auth-icon-name::after {
  position: absolute;
  bottom: -1px;
  width: 15px;
  height: 7px;
  border: 2px solid currentColor;
  border-bottom: 0;
  border-radius: 10px 10px 0 0;
  content: "";
}

.auth-mall-submit {
  width: 100%;
  margin-top: 4px;
  padding: 15px 18px;
  border-radius: 16px;
  background: linear-gradient(100deg, #0f7b8b, #13a6a0 68%, #f2c86b 150%);
  box-shadow: 0 16px 32px rgba(15,123,139,.22);
  transition: transform .18s ease, box-shadow .18s ease;
}

.auth-mall-submit:hover {
  box-shadow: 0 19px 36px rgba(15,123,139,.28);
  transform: translateY(-1px);
}

.auth-mall-switch {
  margin: 18px 0 0;
  color: #60727a;
  text-align: center;
  font-size: 12px;
}

.auth-mall-switch a {
  color: #0b6573;
  font-weight: 950;
}

.auth-mall-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  margin-top: 17px;
}

.auth-mall-features span {
  display: grid;
  min-height: 72px;
  place-items: center;
  align-content: center;
  gap: 6px;
  padding: 8px 4px;
  border: 1px solid rgba(15,123,139,.11);
  border-radius: 16px;
  background: rgba(255,255,255,.72);
  color: #334c54;
  text-align: center;
  font-size: 9px;
  font-weight: 900;
  box-shadow: 0 12px 30px rgba(20,82,96,.08);
  backdrop-filter: blur(14px);
}

.auth-mall-features i {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 11px;
  background: #fff8e4;
  color: #9a6a04;
  font-style: normal;
  font-size: 14px;
}

.auth-float {
  position: absolute;
  z-index: 1;
  opacity: .72;
  filter: drop-shadow(0 18px 28px rgba(15,86,102,.14));
  animation: authFloat 8s ease-in-out infinite;
}

.auth-float-bag {
  top: 16%;
  right: 12%;
  width: 58px;
  height: 52px;
  border-radius: 14px 14px 18px 18px;
  background: linear-gradient(145deg, #13a6a0, #0f7b8b);
}

.auth-float-bag::before {
  position: absolute;
  top: -11px;
  left: 17px;
  width: 20px;
  height: 18px;
  border: 4px solid #0f7b8b;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  content: "";
}

.auth-float-box {
  bottom: 16%;
  left: 10%;
  width: 70px;
  height: 56px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff8e4, #f2c86b);
  animation-delay: -2s;
}

.auth-float-box::before {
  position: absolute;
  top: 13px;
  right: 0;
  left: 0;
  height: 2px;
  background: rgba(154,106,4,.25);
  content: "";
}

.auth-float-card {
  top: 55%;
  right: 8%;
  width: 78px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(145deg, #ffffff, #dff4f5);
  animation-delay: -4s;
}

.auth-float-card::before {
  position: absolute;
  top: 13px;
  left: 12px;
  width: 28px;
  height: 6px;
  border-radius: 999px;
  background: #0f7b8b;
  content: "";
}

.auth-float-tag {
  top: 30%;
  left: 11%;
  width: 54px;
  height: 36px;
  border-radius: 12px 12px 12px 4px;
  background: linear-gradient(145deg, #f2c86b, #fff8e4);
  animation-delay: -6s;
}

.auth-float-tag::before {
  position: absolute;
  top: 10px;
  left: 11px;
  color: #8a6208;
  content: "%";
  font-weight: 950;
}

.rtl .auth-mall-input input {
  padding-right: 46px;
  padding-left: 14px;
}

.rtl .auth-mall-input i {
  right: 16px;
  left: auto;
}

@keyframes authFloat {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-2deg); }
  50% { transform: translate3d(0, -16px, 0) rotate(3deg); }
}

@media (max-width: 600px) {
  .auth-mall-shell {
    place-items: start center;
    padding: 20px 13px 25px;
  }

  .auth-mall-top {
    margin-bottom: 14px;
  }

  .auth-mall-brand .store-icon {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .auth-mall-brand strong {
    font-size: 18px;
  }

  .auth-mall-brand small {
    font-size: 9px;
  }

  .auth-mall-language .language-switcher span {
    display: none;
  }

  .auth-mall-card {
    padding: 24px 19px 21px;
    border-radius: 22px;
  }

  .auth-mall-register {
    padding-top: 21px;
  }

  .auth-mall-bag {
    width: 45px;
    height: 41px;
  }

  .auth-mall-bag::before {
    left: 12px;
    width: 17px;
  }

  .auth-mall-heading h1 {
    margin-top: 9px;
    font-size: 24px;
  }

  .auth-mall-form {
    gap: 12px;
    margin-top: 18px;
  }

  .auth-mall-input input {
    min-height: 46px;
  }

  .auth-mall-features {
    gap: 6px;
    margin-top: 13px;
  }

  .auth-mall-features span {
    min-height: 64px;
    border-radius: 13px;
    font-size: 8px;
  }

  .auth-float {
    opacity: .36;
    transform: scale(.8);
  }
}

@media (max-width: 380px) {
  .auth-mall-brand small {
    display: none;
  }

  .auth-mall-card {
    padding-right: 15px;
    padding-left: 15px;
  }

  .auth-mall-features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Premium Global Mall entrance refresh. UI-only overlay; backend PHP remains unchanged. */
.auth-mall-body {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f4fbfc;
}

.auth-mall-shell {
  isolation: isolate;
  padding: 30px 16px;
  background:
    radial-gradient(circle at 12% 8%, rgba(245, 202, 101, .34), transparent 24%),
    radial-gradient(circle at 86% 16%, rgba(63, 184, 210, .28), transparent 30%),
    radial-gradient(circle at 52% 92%, rgba(11, 151, 158, .2), transparent 36%),
    linear-gradient(135deg, #f9feff 0%, #eaf8fb 48%, #fff8e4 125%);
}

.auth-mall-shell::before {
  opacity: .9;
  background:
    linear-gradient(120deg, rgba(255,255,255,.9), rgba(255,255,255,.34)),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1280' height='860' viewBox='0 0 1280 860'%3E%3Crect width='1280' height='860' fill='%23f6fcfd'/%3E%3Cg opacity='.32'%3E%3Cpath d='M110 300h1060v360H110z' rx='34' fill='%23ffffff'/%3E%3Cpath d='M150 245h980v86H150z' rx='24' fill='%230a7f8f'/%3E%3Cpath d='M196 360h126v210H196zM356 360h126v210H356zM516 360h126v210H516zM676 360h126v210H676zM836 360h126v210H836zM996 360h90v210h-90z' fill='%23dff5f7'/%3E%3Cpath d='M216 602h838v40H216z' rx='20' fill='%23f2c86b'/%3E%3Ccircle cx='1000' cy='600' r='48' fill='%2311a7a2'/%3E%3Cpath d='M925 618h145v52H925z' rx='16' fill='%23ffffff'/%3E%3Cpath d='M188 620h92v78h-92z' rx='16' fill='%23f2c86b'/%3E%3Cpath d='M210 620c0-42 48-42 48 0' fill='none' stroke='%230a7f8f' stroke-width='10'/%3E%3Cpath d='M780 606h136v82H780z' rx='16' fill='%23ffffff'/%3E%3Cpath d='M810 586h76v24h-76z' rx='10' fill='%23f2c86b'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center bottom;
  background-size: cover;
}

.auth-mall-shell::after {
  background:
    linear-gradient(90deg, rgba(244,251,252,.96) 0%, rgba(244,251,252,.58) 48%, rgba(244,251,252,.98) 100%),
    radial-gradient(circle at 70% 28%, rgba(255,255,255,.58), transparent 30%);
}

.auth-mall-layout {
  width: min(100%, 1120px);
}

.auth-mall-top {
  max-width: 980px;
  margin: 0 auto 20px;
}

.auth-mall-brand {
  text-decoration: none;
}

.auth-mall-brand .store-icon {
  background: linear-gradient(145deg, #00a3ad, #0b7285);
  box-shadow: 0 18px 38px rgba(0, 137, 151, .22), inset 0 1px 0 rgba(255,255,255,.34);
}

.auth-mall-card {
  position: relative;
  max-width: 468px;
  margin: 0 auto;
  padding: 34px 34px 28px;
  border: 1px solid rgba(255,255,255,.78);
  border-radius: 30px;
  background: linear-gradient(145deg, rgba(255,255,255,.82), rgba(255,255,255,.56));
  box-shadow: 0 32px 90px rgba(20, 77, 88, .2), inset 0 1px 0 rgba(255,255,255,.82);
  transform: translateZ(0);
  transition: transform .25s cubic-bezier(.2,.8,.2,1), box-shadow .25s ease;
}

.auth-mall-card:hover {
  box-shadow: 0 38px 100px rgba(20, 77, 88, .24), inset 0 1px 0 rgba(255,255,255,.86);
  transform: translateY(-2px);
}

.auth-mall-heading h1 {
  font-size: clamp(28px, 5vw, 40px);
}

.auth-mall-heading p {
  font-size: 14px;
}

.auth-mall-input input {
  min-height: 56px;
  border-radius: 18px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 10px 24px rgba(14, 94, 108, .06), inset 0 1px 0 rgba(255,255,255,.9);
}

.auth-mall-input input:focus {
  border-color: #08a5ad;
  box-shadow: 0 0 0 5px rgba(8,165,173,.13), 0 14px 28px rgba(8,165,173,.08);
}

.auth-mall-submit {
  position: relative;
  overflow: hidden;
  min-height: 56px;
  border-radius: 18px;
  background: linear-gradient(135deg, #087f91, #0eb3a7 58%, #d8ad3c 150%);
  box-shadow: 0 18px 36px rgba(8, 127, 145, .24);
  letter-spacing: .01em;
  transition: transform .18s cubic-bezier(.2,.8,.2,1), box-shadow .18s ease, filter .18s ease;
}

.auth-mall-submit:hover,
.auth-mall-submit:focus-visible {
  filter: saturate(1.08);
  box-shadow: 0 22px 46px rgba(8, 127, 145, .3);
  transform: translateY(-1px);
}

.auth-mall-submit:active {
  transform: scale(.985);
}

.auth-ripple {
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.48);
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0);
  animation: authRipple .55s ease-out forwards;
}

@keyframes authRipple {
  to { opacity: 0; transform: translate(-50%, -50%) scale(18); }
}

.auth-showcase {
  position: absolute;
  inset: 86px 0 auto;
  z-index: -1;
  width: min(100%, 1040px);
  height: 560px;
  margin: 0 auto;
  pointer-events: none;
}

.auth-showcase > div {
  position: absolute;
  filter: drop-shadow(0 28px 45px rgba(23, 80, 91, .18));
}

.showcase-mall {
  right: 2%;
  bottom: 22px;
  width: 300px;
  height: 210px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.62)),
    repeating-linear-gradient(90deg, transparent 0 45px, rgba(8,127,145,.12) 45px 48px),
    linear-gradient(135deg, #dff5f7, #fff8e4);
}

.showcase-mall::before {
  position: absolute;
  top: -38px;
  left: 32px;
  width: 236px;
  height: 58px;
  border-radius: 26px 26px 8px 8px;
  background: linear-gradient(135deg, #087f91, #11b0a4);
  content: "";
}

.showcase-phone {
  left: 5%;
  top: 54px;
  width: 138px;
  height: 238px;
  border: 10px solid #102d39;
  border-radius: 34px;
  background:
    radial-gradient(circle at 50% 20%, rgba(245,202,101,.4), transparent 23%),
    linear-gradient(160deg, #e6fbfb, #ffffff 45%, #cceff3);
}

.showcase-phone::before {
  position: absolute;
  top: 22px;
  left: 24px;
  width: 70px;
  height: 52px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f2c86b, #fff4c5);
  content: "";
}

.showcase-cart {
  right: 13%;
  top: 44px;
  width: 130px;
  height: 92px;
  border: 8px solid #0b7285;
  border-top: 0;
  border-radius: 0 0 28px 28px;
}

.showcase-cart::before,
.showcase-cart::after {
  position: absolute;
  bottom: -26px;
  width: 23px;
  height: 23px;
  border-radius: 999px;
  background: #f2c86b;
  content: "";
}

.showcase-cart::before { left: 16px; }
.showcase-cart::after { right: 16px; }

.showcase-bags {
  left: 12%;
  bottom: 34px;
  width: 100px;
  height: 92px;
  border-radius: 20px;
  background: linear-gradient(135deg, #f2c86b, #fff4c5);
}

.showcase-bags::before {
  position: absolute;
  top: -24px;
  left: 24px;
  width: 36px;
  height: 32px;
  border: 8px solid #0b7285;
  border-bottom: 0;
  border-radius: 22px 22px 0 0;
  content: "";
}

.showcase-person {
  width: 72px;
  height: 154px;
}

.showcase-person::before {
  position: absolute;
  top: 0;
  left: 21px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #f0bd8b;
  content: "";
}

.showcase-person::after {
  position: absolute;
  top: 38px;
  left: 12px;
  width: 52px;
  height: 88px;
  border-radius: 24px 24px 14px 14px;
  background: linear-gradient(145deg, #0eb3a7, #087f91);
  content: "";
}

.person-left { left: 24%; bottom: 64px; }
.person-right { right: 28%; bottom: 64px; transform: scaleX(-1); }
.auth-register-scene .person-left::after { background: linear-gradient(145deg, #f2c86b, #d8ad3c); }
.auth-register-scene .person-right::after { background: linear-gradient(145deg, #4aa8ff, #087f91); }

.auth-orb {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  backdrop-filter: blur(12px);
}

.orb-one {
  top: 16%;
  left: 8%;
  width: 120px;
  height: 120px;
  animation: authFloat 8s ease-in-out infinite;
}

.orb-two {
  right: 9%;
  bottom: 14%;
  width: 92px;
  height: 92px;
  animation: authFloat 9s ease-in-out infinite reverse;
}

.benefit-icon {
  display: grid !important;
  width: 22px;
  height: 22px;
  margin-bottom: 7px;
  place-items: center;
  border-radius: 9px;
  background: linear-gradient(135deg, rgba(8,127,145,.14), rgba(245,202,101,.2));
}

.benefit-icon::before {
  width: 10px;
  height: 10px;
  border-radius: 3px;
  background: #087f91;
  content: "";
}

.benefit-icon-secure::before {
  width: 9px;
  height: 7px;
  border: 2px solid #087f91;
  border-top: 0;
  background: transparent;
}

.benefit-icon-reward::before {
  border-radius: 999px;
  background: #d8ad3c;
}

.benefit-icon-offer::before {
  width: auto;
  height: auto;
  background: transparent;
  color: #087f91;
  content: "%";
  font-size: 13px;
  font-weight: 950;
}

.social-auth-block {
  margin-top: 20px;
  text-align: center;
}

.social-auth-title {
  margin: 0 0 12px;
  color: #526a73;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: .01em;
}

.social-auth-buttons {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  align-items: stretch;
}

.social-auth-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  gap: 9px;
  overflow: hidden;
  padding: 12px 14px;
  border: 1px solid rgba(15,123,139,.16);
  border-radius: 16px;
  background: #fff;
  color: #183940;
  font-size: 14px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(10, 62, 72, .10);
  transform: translateZ(0);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, filter .2s ease;
}

.social-auth-btn:hover,
.social-auth-btn:focus-visible {
  border-color: rgba(19,166,160,.28);
  box-shadow: 0 18px 38px rgba(10, 62, 72, .16);
  filter: saturate(1.04);
  outline: 0;
  transform: translateY(-1px) scale(1.02);
}

.social-auth-disabled {
  cursor: not-allowed;
  filter: grayscale(.22);
  opacity: .58;
  pointer-events: none;
}

.social-auth-icon {
  display: grid;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  place-items: center;
  color: currentColor;
}

.social-auth-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.social-auth-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
}

.social-auth-google {
  border-color: #dadce0;
  background: #fff;
  color: #202124;
}

.social-auth-facebook {
  border-color: #1877f2;
  background: #1877F2;
  color: #fff;
  box-shadow: 0 14px 30px rgba(24,119,242,.24);
}

.social-auth-tiktok {
  border-color: #050505;
  background: #050505;
  color: #fff;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}

.social-auth-btn .auth-ripple {
  background: rgba(255,255,255,.38);
}

.social-auth-google .auth-ripple {
  background: rgba(15,123,139,.16);
}

.social-auth-note {
  max-width: 340px;
  margin: 12px auto 0;
  color: #7d9198;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

@media (max-width: 760px) {
  .auth-showcase {
    position: relative;
    inset: auto;
    z-index: 1;
    height: 142px;
    margin-bottom: 12px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.62);
    border-radius: 26px;
    background: linear-gradient(135deg, rgba(255,255,255,.52), rgba(223,245,247,.42));
    backdrop-filter: blur(14px);
  }

  .showcase-mall { right: 5%; bottom: 20px; width: 150px; height: 88px; border-radius: 20px; }
  .showcase-mall::before { top: -20px; left: 18px; width: 112px; height: 30px; }
  .showcase-phone { left: 8%; top: 18px; width: 68px; height: 110px; border-width: 6px; border-radius: 20px; }
  .showcase-cart { right: 44%; top: 25px; width: 66px; height: 45px; border-width: 5px; border-radius: 0 0 16px 16px; }
  .showcase-cart::before, .showcase-cart::after { bottom: -14px; width: 12px; height: 12px; }
  .showcase-bags { left: 34%; bottom: 19px; width: 50px; height: 46px; border-radius: 12px; }
  .showcase-bags::before { top: -14px; left: 12px; width: 18px; height: 18px; border-width: 5px; }
  .showcase-person { display: none; }
}

@media (max-width: 600px) {
  .auth-mall-card {
    padding: 25px 18px 22px;
    border-radius: 28px;
  }

  .social-auth-buttons {
    grid-template-columns: 1fr;
  }

  .social-auth-btn {
    min-height: 52px;
  }
}

/* Urgent social login UI guardrails: prevent oversized SVG logos and keep auth pages compact. */
.auth-mall-body {
  background: linear-gradient(180deg, #F3FBFF 0%, #EAF7FF 55%, #FFFFFF 100%) !important;
}

.auth-mall-shell {
  background:
    radial-gradient(circle at 12% 10%, rgba(20, 184, 166, .14), transparent 24%),
    radial-gradient(circle at 86% 18%, rgba(245, 202, 101, .16), transparent 25%),
    linear-gradient(180deg, #F3FBFF 0%, #EAF7FF 56%, #FFFFFF 100%) !important;
}

.auth-mall-shell::before {
  opacity: .18 !important;
  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='620' viewBox='0 0 900 620'%3E%3Crect width='900' height='620' fill='none'/%3E%3Cg fill='none' stroke='%230B7285' stroke-width='7' stroke-linecap='round' stroke-linejoin='round' opacity='.78'%3E%3Cpath d='M140 406h620M205 220h420l45 186H250z'/%3E%3Cpath d='M280 220c0-84 120-84 120 0M485 220c0-68 96-68 96 0'/%3E%3Ccircle cx='315' cy='455' r='25'/%3E%3Ccircle cx='645' cy='455' r='25'/%3E%3Cpath d='M118 345h110M672 297h90M685 336h58'/%3E%3C/g%3E%3Cg fill='%23F2C86B' opacity='.46'%3E%3Ccircle cx='720' cy='146' r='44'/%3E%3Ccircle cx='162' cy='150' r='28'/%3E%3C/g%3E%3C/svg%3E") center bottom / min(820px, 115vw) auto no-repeat !important;
}

.auth-mall-shell::after {
  background: linear-gradient(90deg, rgba(243,251,255,.94), rgba(234,247,255,.72), rgba(255,255,255,.96)) !important;
}

.auth-mall-body .social-auth-block {
  margin-top: 18px !important;
  text-align: center !important;
}

.auth-mall-body .social-auth-title {
  margin: 0 0 12px !important;
  color: #405d66 !important;
  font-size: 13px !important;
  font-weight: 900 !important;
}

.auth-mall-body .social-auth-buttons {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  width: 100% !important;
}

.auth-mall-body .social-auth-btn {
  align-items: center !important;
  border-radius: 14px !important;
  box-sizing: border-box !important;
  display: flex !important;
  gap: 10px !important;
  height: 48px !important;
  justify-content: center !important;
  min-height: 48px !important;
  overflow: hidden !important;
  padding: 0 13px !important;
  position: relative !important;
  text-decoration: none !important;
  width: 100% !important;
  transform: translateZ(0) !important;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease !important;
}

.auth-mall-body .social-auth-btn:hover,
.auth-mall-body .social-auth-btn:focus-visible {
  outline: 0 !important;
  transform: translateY(-1px) scale(1.02) !important;
}

.auth-mall-body .social-auth-icon {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 20px !important;
  height: 20px !important;
  justify-content: center !important;
  line-height: 0 !important;
  max-height: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
  overflow: hidden !important;
  width: 20px !important;
}

.auth-mall-body .social-auth-icon svg {
  display: block !important;
  flex: 0 0 20px !important;
  height: 20px !important;
  max-height: 20px !important;
  max-width: 20px !important;
  min-height: 20px !important;
  min-width: 20px !important;
  width: 20px !important;
}

.auth-mall-body .social-auth-label {
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.auth-mall-body .social-auth-google {
  background: #fff !important;
  border: 1px solid #dadce0 !important;
  box-shadow: 0 10px 22px rgba(15, 82, 96, .08) !important;
  color: #202124 !important;
}

.auth-mall-body .social-auth-facebook {
  background: #1877F2 !important;
  border: 1px solid #1877F2 !important;
  box-shadow: 0 12px 24px rgba(24, 119, 242, .22) !important;
  color: #fff !important;
}

.auth-mall-body .social-auth-tiktok {
  background: #050505 !important;
  border: 1px solid #050505 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, .18) !important;
  color: #fff !important;
}

.auth-mall-body .social-auth-note {
  color: #647b84 !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  margin: 11px auto 0 !important;
  max-width: 340px !important;
}

@media (max-width: 720px) {
  .auth-mall-body .social-auth-buttons {
    grid-template-columns: 1fr !important;
  }

  .auth-mall-body .social-auth-btn {
    justify-content: center !important;
  }
}

/* Final emergency social button reset. No full-size logo images are used. */
.auth-mall-body .social-login {
  margin-top: 16px !important;
}

.auth-mall-body .social-login img,
.auth-mall-body .social-auth-block img,
.auth-mall-body .social-btn img,
.auth-mall-body .social-auth-btn img,
.auth-mall-body .social-btn svg,
.auth-mall-body .social-auth-btn svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  object-fit: contain !important;
}

.auth-mall-body .social-auth-buttons {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 8px !important;
}

.auth-mall-body .social-btn,
.auth-mall-body .social-auth-btn {
  align-items: center !important;
  border-radius: 14px !important;
  display: flex !important;
  gap: 8px !important;
  height: 44px !important;
  justify-content: center !important;
  max-height: 44px !important;
  min-height: 44px !important;
  padding: 0 10px !important;
}

.auth-mall-body .social-auth-icon,
.auth-mall-body .social-mark {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 18px !important;
  font-size: 15px !important;
  font-weight: 950 !important;
  height: 18px !important;
  justify-content: center !important;
  line-height: 18px !important;
  max-height: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  min-width: 18px !important;
  overflow: hidden !important;
  text-align: center !important;
  width: 18px !important;
}

.auth-mall-body .social-mark-google {
  color: #4285F4 !important;
}

.auth-mall-body .social-mark-facebook {
  color: #fff !important;
  font-family: Arial, sans-serif !important;
  font-size: 18px !important;
}

.auth-mall-body .social-mark-tiktok {
  color: #fff !important;
}

.auth-mall-body .social-auth-label {
  font-size: 12px !important;
  font-weight: 850 !important;
}

@media (max-width: 390px) {
  .auth-mall-body .social-auth-buttons {
    grid-template-columns: 1fr !important;
  }

  .auth-mall-body .social-auth-label {
    font-size: 13px !important;
  }
}

/* Compact social icon row: icon-only buttons with labels underneath. */
.auth-mall-body .social-icon-row,
.auth-mall-body .social-auth-buttons.social-icon-row {
  align-items: start !important;
  display: flex !important;
  gap: 14px !important;
  justify-content: center !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.auth-mall-body .social-auth-item {
  align-items: center !important;
  color: #405d66 !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
  flex-direction: column !important;
  gap: 7px !important;
  min-width: 62px !important;
  overflow: hidden !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
}

.auth-mall-body .social-auth-item .social-auth-btn {
  align-items: center !important;
  background: rgba(255,255,255,.82) !important;
  border: 1px solid rgba(255,255,255,.78) !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(12, 73, 90, .10) !important;
  display: flex !important;
  height: 52px !important;
  justify-content: center !important;
  max-height: 52px !important;
  max-width: 52px !important;
  min-height: 52px !important;
  min-width: 52px !important;
  padding: 0 !important;
  width: 52px !important;
}

.auth-mall-body .social-auth-item:hover .social-auth-btn,
.auth-mall-body .social-auth-item:focus-visible .social-auth-btn {
  box-shadow: 0 16px 34px rgba(12, 73, 90, .16) !important;
  transform: translateY(-1px) scale(1.02) !important;
}

.auth-mall-body .social-auth-item .social-auth-icon {
  align-items: center !important;
  background: rgba(255,255,255,.92) !important;
  border-radius: 999px !important;
  box-shadow: inset 0 0 0 1px rgba(15, 123, 139, .08) !important;
  display: inline-flex !important;
  flex: 0 0 38px !important;
  height: 38px !important;
  justify-content: center !important;
  max-height: 38px !important;
  max-width: 38px !important;
  min-height: 38px !important;
  min-width: 38px !important;
  width: 38px !important;
}

.auth-mall-body .social-auth-item .social-mark {
  align-items: center !important;
  display: inline-flex !important;
  flex: 0 0 18px !important;
  font-size: 16px !important;
  font-weight: 950 !important;
  height: 18px !important;
  justify-content: center !important;
  line-height: 18px !important;
  max-height: 18px !important;
  max-width: 18px !important;
  min-height: 18px !important;
  min-width: 18px !important;
  width: 18px !important;
}

.auth-mall-body .social-auth-caption {
  color: #58717a !important;
  display: block !important;
  font-size: 11px !important;
  font-weight: 850 !important;
  line-height: 1 !important;
  max-width: 70px !important;
  overflow: hidden !important;
  text-align: center !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.auth-mall-body .social-auth-item.social-auth-facebook .social-auth-btn {
  background: rgba(24,119,242,.12) !important;
}

.auth-mall-body .social-auth-item.social-auth-tiktok .social-auth-btn {
  background: rgba(5,5,5,.88) !important;
}

.auth-mall-body .social-auth-item.social-auth-tiktok .social-auth-caption {
  color: #41565f !important;
}

@media (max-width: 330px) {
  .auth-mall-body .social-icon-row,
  .auth-mall-body .social-auth-buttons.social-icon-row {
    align-items: center !important;
    flex-direction: column !important;
  }
}

/* Premium OAuth buttons - final override for login/register. */
.auth-mall-body .social-login {
  margin: 18px auto 0 !important;
  max-width: 100% !important;
  text-align: center !important;
}

.auth-mall-body .social-login .social-auth-title {
  color: #48646f !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .01em !important;
  margin: 0 0 12px !important;
}

.auth-mall-body .social-login .social-buttons,
.auth-mall-body .social-auth-buttons.social-buttons {
  align-items: stretch !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 12px !important;
  grid-template-columns: none !important;
  justify-content: center !important;
  margin: 0 auto !important;
  width: 100% !important;
}

.auth-mall-body .social-login .social-btn {
  align-items: center !important;
  background: #fff !important;
  border: 1px solid #E7EEF8 !important;
  border-radius: 14px !important;
  box-shadow: 0 10px 24px rgba(18, 61, 76, .10) !important;
  color: #18343f !important;
  cursor: pointer !important;
  display: flex !important;
  flex: 1 1 132px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  gap: 10px !important;
  height: 48px !important;
  justify-content: center !important;
  line-height: 1 !important;
  max-height: 48px !important;
  max-width: 170px !important;
  min-height: 48px !important;
  min-width: 116px !important;
  overflow: hidden !important;
  padding: 0 14px !important;
  position: relative !important;
  text-decoration: none !important;
  transform: translateY(0) scale(1) !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease !important;
  user-select: none !important;
}

.auth-mall-body .social-login .social-btn:hover,
.auth-mall-body .social-login .social-btn:focus-visible {
  border-color: #cfe0f1 !important;
  box-shadow: 0 16px 34px rgba(18, 61, 76, .18) !important;
  outline: 3px solid rgba(34, 177, 191, .18) !important;
  outline-offset: 3px !important;
  transform: translateY(-3px) scale(1) !important;
}

.auth-mall-body .social-login .social-btn:active {
  box-shadow: 0 8px 18px rgba(18, 61, 76, .14) !important;
  transform: translateY(0) scale(.98) !important;
}

.auth-mall-body .social-login .social-btn::after {
  background: radial-gradient(circle, rgba(18, 168, 183, .22) 0, rgba(18, 168, 183, 0) 62%) !important;
  border-radius: 999px !important;
  content: "" !important;
  height: 0 !important;
  left: 50% !important;
  opacity: 0 !important;
  pointer-events: none !important;
  position: absolute !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  transition: height .28s ease, opacity .28s ease, width .28s ease !important;
  width: 0 !important;
}

.auth-mall-body .social-login .social-btn:active::after {
  height: 120px !important;
  opacity: 1 !important;
  width: 120px !important;
}

.auth-mall-body .social-login .social-btn-disabled {
  cursor: not-allowed !important;
  opacity: .58 !important;
  pointer-events: none !important;
}

.auth-mall-body .social-login .social-auth-icon {
  align-items: center !important;
  background: transparent !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  display: inline-flex !important;
  flex: 0 0 22px !important;
  height: 22px !important;
  justify-content: center !important;
  max-height: 22px !important;
  max-width: 22px !important;
  min-height: 22px !important;
  min-width: 22px !important;
  overflow: hidden !important;
  width: 22px !important;
}

.auth-mall-body .social-login img,
.auth-mall-body .social-login svg,
.auth-mall-body .social-btn img,
.auth-mall-body .social-btn svg,
.auth-mall-body .social-svg {
  display: block !important;
  height: 22px !important;
  max-height: 22px !important;
  max-width: 22px !important;
  object-fit: contain !important;
  width: 22px !important;
}

.auth-mall-body .social-login .social-btn span:last-child {
  color: inherit !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.auth-mall-body .social-login .social-auth-note {
  background: rgba(255,255,255,.72) !important;
  border: 1px solid rgba(231, 238, 248, .9) !important;
  border-radius: 12px !important;
  color: #6a7f89 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  margin: 12px auto 0 !important;
  max-width: 360px !important;
  padding: 9px 12px !important;
}

@media (max-width: 430px) {
  .auth-mall-body .social-login .social-buttons,
  .auth-mall-body .social-auth-buttons.social-buttons {
    gap: 8px !important;
  }

  .auth-mall-body .social-login .social-btn {
    flex: 1 1 calc(33.333% - 8px) !important;
    font-size: 12px !important;
    min-width: 92px !important;
    padding: 0 8px !important;
  }

  .auth-mall-body .social-login .social-btn span:last-child {
    font-size: 12px !important;
  }
}

@media (max-width: 340px) {
  .auth-mall-body .social-login .social-btn {
    flex-basis: 100% !important;
    max-width: none !important;
  }
}

/* Live shopping onboarding background. */
.auth-mall-shell {
  overflow: hidden !important;
  background:
    radial-gradient(circle at 14% 16%, rgba(40, 202, 190, .24), transparent 28%),
    radial-gradient(circle at 88% 20%, rgba(246, 203, 100, .25), transparent 26%),
    radial-gradient(circle at 72% 92%, rgba(86, 172, 255, .18), transparent 30%),
    linear-gradient(145deg, #f3fbff 0%, #eaf7ff 48%, #ffffff 100%) !important;
}

.auth-mall-shell::before {
  opacity: .26 !important;
  animation: authBackdropDrift 18s ease-in-out infinite alternate !important;
}

.auth-mall-shell::after {
  background:
    linear-gradient(90deg, rgba(243,251,255,.92) 0%, rgba(234,247,255,.58) 38%, rgba(255,255,255,.92) 100%),
    radial-gradient(circle at 50% 50%, rgba(255,255,255,.3), transparent 42%) !important;
}

.auth-shopping-world {
  bottom: 2%;
  inset-inline: 0;
  margin: auto;
  max-width: 1240px;
  opacity: .18;
  pointer-events: none;
  position: absolute;
  top: 8%;
  transform: translate3d(var(--auth-parallax-x, 0), var(--auth-parallax-y, 0), 0);
  transition: transform .45s ease-out;
  width: min(1220px, 118vw);
  z-index: 0;
}

.auth-shopping-world svg {
  animation: authShoppingFloat 12s ease-in-out infinite alternate;
  display: block;
  height: 100%;
  min-height: 560px;
  width: 100%;
}

.auth-shopping-world .scene-left {
  animation: authSceneFloatLeft 10s ease-in-out infinite alternate;
}

.auth-shopping-world .scene-right {
  animation: authSceneFloatRight 11s ease-in-out infinite alternate;
}

.auth-shopping-world .scene-floor {
  fill: rgba(13, 107, 122, .12);
}

.auth-shopping-world .mall-roof,
.auth-shopping-world .mall-sign,
.auth-shopping-world .payment-card {
  fill: #0fa8b2;
}

.auth-shopping-world .mall-body,
.auth-shopping-world .phone,
.auth-shopping-world .gift,
.auth-shopping-world .boxes rect {
  fill: rgba(255, 255, 255, .82);
  stroke: #0d8f9d;
  stroke-width: 8;
}

.auth-shopping-world .mall-window,
.auth-shopping-world .phone-screen,
.auth-shopping-world .shelf {
  fill: rgba(224, 249, 251, .88);
  stroke: #22b8c2;
  stroke-width: 5;
}

.auth-shopping-world .product {
  fill: #11b8b0;
}

.auth-shopping-world .product.gold,
.auth-shopping-world .tag,
.auth-shopping-world .gift-ribbon {
  fill: #f1c45e;
}

.auth-shopping-world .shopper circle {
  fill: #111827;
}

.auth-shopping-world .shopper path {
  fill: #12a7ad;
  stroke: #111827;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-shopping-world .shopper .bag {
  fill: #f1c45e;
}

.auth-shopping-world .shopper .bag-handle,
.auth-shopping-world .secure-check,
.auth-shopping-world .boxes path,
.auth-shopping-world .tag path,
.auth-shopping-world .gift-ribbon {
  fill: none;
  stroke: #111827;
  stroke-width: 8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.auth-shopping-world .secure-shield {
  fill: rgba(255,255,255,.9);
  stroke: #0aa7a8;
  stroke-width: 8;
}

.auth-shopping-world .tag path:first-child {
  fill: #f1c45e;
  stroke: #111827;
}

.auth-mall-layout,
.auth-mall-card,
.auth-mall-top,
.auth-mall-features {
  position: relative;
  z-index: 3;
}

.auth-mall-card {
  background: rgba(255, 255, 255, .72) !important;
  border: 1px solid rgba(255, 255, 255, .86) !important;
  box-shadow: 0 34px 100px rgba(18, 84, 96, .23), inset 0 1px 0 rgba(255,255,255,.95) !important;
  -webkit-backdrop-filter: blur(22px) saturate(145%) !important;
  backdrop-filter: blur(22px) saturate(145%) !important;
}

.auth-mall-input {
  background: rgba(255,255,255,.82) !important;
  border-color: rgba(207, 224, 241, .96) !important;
}

.auth-orb {
  filter: blur(.2px) drop-shadow(0 18px 30px rgba(19, 113, 130, .12)) !important;
}

.auth-float {
  opacity: .55 !important;
  animation: authFloatingIcon 7s ease-in-out infinite alternate !important;
}

.auth-float-box,
.auth-float-tag {
  animation-duration: 8.5s !important;
  animation-delay: -2s !important;
}

@keyframes authShoppingFloat {
  from { transform: translate3d(-10px, 0, 0) scale(1); }
  to { transform: translate3d(10px, -12px, 0) scale(1.015); }
}

@keyframes authSceneFloatLeft {
  from { transform: translate3d(0, 0, 0); }
  to { transform: translate3d(-14px, -10px, 0); }
}

@keyframes authSceneFloatRight {
  from { transform: translate3d(0, 8px, 0); }
  to { transform: translate3d(16px, -8px, 0); }
}

@keyframes authBackdropDrift {
  from { transform: translate3d(-10px, 0, 0) scale(1.02); }
  to { transform: translate3d(10px, -10px, 0) scale(1.05); }
}

@keyframes authFloatingIcon {
  from { transform: translate3d(0, 0, 0) rotate(-2deg); }
  to { transform: translate3d(0, -16px, 0) rotate(3deg); }
}

@media (min-width: 960px) {
  .auth-mall-shell {
    min-height: 100vh !important;
  }

  .auth-shopping-world {
    opacity: .2;
  }

  .auth-login-scene .auth-mall-card,
  .auth-register-scene .auth-mall-card {
    transform: translateZ(0);
  }
}

@media (max-width: 760px) {
  .auth-shopping-world {
    bottom: auto;
    height: 420px;
    opacity: .14;
    top: 34px;
    width: 148vw;
  }

  .auth-shopping-world svg {
    min-height: 400px;
  }

  .auth-mall-shell::after {
    background: linear-gradient(180deg, rgba(243,251,255,.76), rgba(255,255,255,.94) 44%, rgba(255,255,255,.98)) !important;
  }

  .auth-mall-card {
    background: rgba(255,255,255,.82) !important;
  }
}

@media (max-width: 480px) {
  .auth-shopping-world {
    left: 50%;
    opacity: .13;
    top: 28px;
    transform: translate3d(calc(-50% + var(--auth-parallax-x, 0px)), var(--auth-parallax-y, 0px), 0);
    width: 178vw;
  }

  .auth-shopping-world .scene-left {
    transform-origin: 24% 50%;
  }

  .auth-shopping-world .scene-right {
    transform-origin: 78% 50%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auth-shopping-world,
  .auth-shopping-world svg,
  .auth-shopping-world .scene-left,
  .auth-shopping-world .scene-right,
  .auth-mall-shell::before,
  .auth-float {
    animation: none !important;
    transition: none !important;
  }
}

/* Clear login/register switch button. */
.auth-mall-body .auth-switch-btn {
  align-items: center !important;
  background: rgba(255, 255, 255, .78) !important;
  border: 1px solid #D7EEF3 !important;
  border-radius: 999px !important;
  box-shadow: 0 14px 34px rgba(18, 84, 96, .13), inset 0 1px 0 rgba(255,255,255,.92) !important;
  color: #476670 !important;
  display: flex !important;
  gap: 8px !important;
  height: 48px !important;
  justify-content: center !important;
  margin: 16px auto 0 !important;
  max-width: 100% !important;
  overflow: hidden !important;
  padding: 0 18px !important;
  position: relative !important;
  text-align: center !important;
  text-decoration: none !important;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease, background .25s ease !important;
  width: 100% !important;
  -webkit-backdrop-filter: blur(16px) saturate(145%) !important;
  backdrop-filter: blur(16px) saturate(145%) !important;
}

.auth-mall-body .auth-switch-btn span {
  color: #5b7580 !important;
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.auth-mall-body .auth-switch-btn strong {
  color: #078c93 !important;
  display: inline-block !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
}

.auth-mall-body .auth-switch-btn i {
  align-items: center !important;
  background: linear-gradient(135deg, #0bb4b5, #0b8f99) !important;
  border-radius: 999px !important;
  box-shadow: 0 8px 18px rgba(11, 143, 153, .22) !important;
  color: #fff !important;
  display: inline-flex !important;
  flex: 0 0 28px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  height: 28px !important;
  justify-content: center !important;
  line-height: 1 !important;
  margin-inline-start: 2px !important;
  transition: transform .25s ease !important;
  width: 28px !important;
}

.auth-mall-body .auth-switch-btn:hover,
.auth-mall-body .auth-switch-btn:focus-visible {
  background: rgba(255,255,255,.9) !important;
  border-color: #bfe5ec !important;
  box-shadow: 0 18px 44px rgba(18, 84, 96, .2), inset 0 1px 0 rgba(255,255,255,.98) !important;
  outline: 3px solid rgba(12, 181, 183, .16) !important;
  outline-offset: 3px !important;
  transform: translateY(-2px) !important;
}

.auth-mall-body .auth-switch-btn:hover i,
.auth-mall-body .auth-switch-btn:focus-visible i {
  transform: translateX(3px) !important;
}

.auth-mall-body.rtl .auth-switch-btn:hover i,
.auth-mall-body.rtl .auth-switch-btn:focus-visible i {
  transform: translateX(-3px) !important;
}

.auth-mall-body .auth-switch-btn:active {
  box-shadow: 0 8px 20px rgba(18, 84, 96, .15) !important;
  transform: scale(.985) !important;
}

@media (max-width: 420px) {
  .auth-mall-body .auth-switch-btn {
    gap: 6px !important;
    padding: 0 12px !important;
  }

  .auth-mall-body .auth-switch-btn span {
    font-size: 12px !important;
  }

  .auth-mall-body .auth-switch-btn strong {
    font-size: 13px !important;
  }
}
