@import url(../generic/_animations.css);
@import url(../settings/_radius.css );
@import url(../components/_otp-input.css);

html:has(body.auth-page) {
  background-color: var(--white);
}

body.auth-page {
  min-height: 100dvh;
  margin: 0;
  color: var(--black);
  font-family: var(--montserrat);
  background-color: var(--white) !important;
  display: flow-root;
}

body.auth-page--welcome-active {
  min-height: 100dvh;
  margin: 0;
  color: var(--black);
  font-family: var(--montserrat);
  overflow: hidden;
}

.login-welcome-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  background: linear-gradient(120deg, #8D28FF 0%, #6F00FF 30%, #3A0073 60%, #180038 100%);
  background-size: 200% 200%;
  transition: opacity 260ms ease;
  will-change: filter, opacity, transform;
}

.login-welcome-overlay::before,
.login-welcome-overlay::after,
.login-welcome-overlay__fx {
  content: "";
  position: absolute;
  border-radius: var(--radius-full);
  filter: blur(24px);
  pointer-events: none;
  display: none !important;
}

.login-welcome-overlay::before {
  width: min(78vw, 780px);
  height: min(78vw, 780px);
  left: -20vw;
  top: -22vh;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0.08) 34%, rgba(255, 255, 255, 0) 72%);
  animation: loginWelcomeBlobA 7.6s ease-in-out infinite;
}

.login-welcome-overlay::after {
  width: min(70vw, 680px);
  height: min(70vw, 680px);
  right: -18vw;
  bottom: -20vh;
  background: radial-gradient(circle, rgba(183, 121, 255, 0.48) 0%, rgba(111, 0, 255, 0.18) 38%, rgba(111, 0, 255, 0) 74%);
  animation: loginWelcomeBlobB 8.4s ease-in-out infinite;
}

.login-welcome-overlay__fx {
  width: min(54vw, 560px);
  height: min(54vw, 560px);
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.06) 32%, rgba(255, 255, 255, 0) 72%);
  animation: loginWelcomePulse 2.6s ease-in-out infinite;
}

.login-welcome-overlay.is-visible {
  opacity: 1;
  animation: none !important;
  background-position: 0% 50%;
}

.login-welcome-overlay__content {
  position: relative;
  z-index: 1;
  width: min(640px, calc(100% - 36px));
  padding: clamp(var(--space-6), 4vw, var(--space-10));
  border-radius: var(--radius-24);
  text-align: center;
  color: #ffffff;
  border: none !important;
  background: transparent !important;
  background-image: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  transform: translateY(26px) scale(0.98);
  opacity: 0;
}

.login-welcome-overlay.is-visible .login-welcome-overlay__content {
  animation: loginWelcomeContentIn 920ms cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.login-welcome-overlay__kicker {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font: 700 clamp(11px, 1.05vw, 14px)/1 var(--montserrat);
  color: rgba(255, 255, 255, 0.82);
}

.login-welcome-overlay__title {
  margin: var(--space-3) 0 0;
  font: 700 clamp(28px, 4.4vw, 56px)/1.05 var(--poppins);
  text-wrap: balance;
  text-shadow: 0 14px 30px rgba(22, 0, 52, 0.46);
  color: #ffffff;
}

.login-welcome-overlay__title span {
  position: relative;
  display: inline-block;
  color: #f7e9ff;
  transition: opacity 180ms ease, transform 180ms ease;
}

.login-welcome-overlay__progress {
  margin: var(--space-6) 0 0;
  width: min(560px, 100%);
  text-align: center;
}

.login-welcome-overlay__progress-track {
  height: 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.16);
  overflow: hidden;
  margin-bottom: 0.75rem;
}

.login-welcome-overlay__progress-fill {
  width: 0%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(90deg, rgba(255,255,255,0.95), rgba(255,255,255,0.57));
  transition: width 180ms ease;
}

.login-welcome-overlay__progress-status {
  font: 500 clamp(13px, 1vw, 16px)/1.4 var(--montserrat);
  color: rgba(255, 255, 255, 0.86);
}

.login-welcome-overlay__progress-status span {
  font-weight: 700;
  color: #ffffff;
}

.login-welcome-overlay__subtitle {
  margin: var(--space-4) 0 0;
  font: 500 clamp(14px, 1.3vw, 18px)/1.45 var(--montserrat);
  color: rgba(255, 255, 255, 0.9);
  transition: opacity 180ms ease, transform 180ms ease;
}

.login-welcome-overlay.text-transitioning .login-welcome-overlay__title span,
.login-welcome-overlay.text-transitioning .login-welcome-overlay__subtitle {
  opacity: 0;
  transform: translateY(-8px);
}

.login-welcome-overlay__title span::after {
  content: "";
  position: absolute;
  inset: auto 0 -6px;
  height: 3px;
  border-radius: var(--radius-full);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
  transform: scaleX(0);
  transform-origin: center;
}

.login-welcome-overlay.is-visible .login-welcome-overlay__title span::after {
  animation: loginWelcomeUnderline 860ms cubic-bezier(0.34, 1.56, 0.64, 1) 240ms forwards;
}

.login-welcome-overlay__subtitle {
  margin: var(--space-4) 0 0;
  font: 500 clamp(14px, 1.3vw, 18px)/1.45 var(--montserrat);
  color: rgba(255, 255, 255, 0.9);
}

.login-welcome-overlay.is-exiting {
  animation: loginWelcomeExit 900ms cubic-bezier(0.3, 0.02, 0.2, 1) forwards;
  animation-fill-mode: forwards;
}

@keyframes loginWelcomeGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes loginWelcomeBlobA {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.88;
  }

  50% {
    transform: translate3d(34px, 20px, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes loginWelcomeBlobB {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.74;
  }

  50% {
    transform: translate3d(-28px, -24px, 0) scale(1.1);
    opacity: 0.94;
  }
}

@keyframes loginWelcomePulse {

  0%,
  100% {
    transform: scale(0.98);
    opacity: 0.7;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes loginWelcomeContentIn {
  0% {
    opacity: 0;
    transform: translateY(26px) scale(0.98);
    filter: blur(8px);
  }

  50% {
    opacity: 1;
    transform: translateY(-4px) scale(1.01);
    filter: blur(0);
  }

  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
    filter: none;
  }
}

@keyframes loginWelcomeUnderline {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

@keyframes loginWelcomeExit {
  0% {
    opacity: 1;
    filter: blur(0);
    transform: scale(1);
  }

  58% {
    opacity: 1;
    filter: blur(10px);
    transform: scale(1.01);
  }

  100% {
    opacity: 0;
    filter: blur(24px);
    transform: scale(1.035);
  }
}

.auth-main {
  width: min(1180px, calc(100% - 48px));
  margin: var(--space-5) auto;
}

.auth-shell {
  border-radius: var(--radius-16);
  background: transparent;
  overflow: hidden;
}

.auth-shell--register {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  min-height: 46vh;
}

.auth-shell--login {
  display: grid;
  gap: var(--space-6);
  padding: var(--space-8);
}

.auth-promo {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1 1 45%;
  min-width: 260px;
  box-sizing: border-box;
  padding: clamp(var(--space-5), 2.5vw, var(--space-10));
}

.auth-promo--register {
  display: flex;
  background: linear-gradient(50deg, var(--white) 0%, #5900CC 33%, #770EFF 68%, var(--white) 100%);
  background-size: 210% 210%;
  color: #fff;
  min-height: 45vw;
  animation: authGradientFlow 14s ease-in-out infinite;
}

.auth-promo--register::before,
.auth-promo--register::after {
  content: "";
  position: absolute;
  inset: auto -14% 20% -14%;
  height: 40%;
  border-radius: var(--radius-full);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 0%, rgba(255, 255, 255, 0) 66%);
  filter: blur(28px);
  animation: authGlow 9s ease-in-out infinite;
}

.auth-promo--register::after {
  inset: 14% -24% auto -24%;
  animation-delay: -4.6s;
}

.auth-promo__content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  display: grid;
  gap: var(--space-4);
  max-width: 330px;
}

.auth-promo__logo {
  width: 20vw;
}

.auth-promo__headline {
  margin: 0;
  font: 700 clamp(20px, 2.5vw, 34px)/1.1 var(--poppins);
}

.auth-promo__copy {
  margin: 0;
  font: 500 clamp(15px, 1.4vw, 19px)/1.38 var(--montserrat);
  color: rgba(255, 255, 255, 0.92);
}

.auth-panel {
  padding-left: 3vw;
  display: grid;
  align-content: center;
  flex: 1 1 55%;
  min-width: 300px;
}

.auth-panel--login {
  padding: clamp(var(--space-5), 4vw, var(--space-8)) clamp(var(--space-5), 4vw, var(--space-12));
  background: transparent;
  border-radius: var(--radius-12);
}

.auth-header {
  display: grid;
  gap: var(--space-3);
  margin-bottom: 24px;
}

.auth-kicker {
  margin: 0;
  font: 700 12px/1.1 var(--montserrat);
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--eletric-indigo);
}

.auth-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--black);
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  padding-top: 2vw;
}

.auth-subtitle {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--gray);
  font: 500 clamp(14px, 1.4vw, 18px)/1.45 var(--montserrat);
  font-size: 1.2vw;
  max-width: 100%;
}

.auth-form {
  display: grid;
  gap: var(--space-4);
  width: 60%;
}

.auth-form-register {
  display: grid;
  gap: var(--space-4);
  width: 100%;
}

.auth-login-component {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: var(--white);
}

.auth-grid {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-grid-register {
  display: grid;
  gap: var(--space-4);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.auth-field {
  display: grid;
  gap: var(--space-2);
}

.auth-field--full {
  grid-column: 1 / -1;
}

.auth-label {
  font: 600 0.95rem/1.1 var(--montserrat);
  color: var(--black);
  font-size: 1.1vw;
}

@media (min-width :0) and (max-width: 1000px) {
  .auth-label {
    font-size: 3vw;
  }
}

.auth-field__label-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--space-2);
}

.auth-forgot-link {
  color: var(--eletric-indigo);
  font: 600 0.85rem/1.1 var(--montserrat);
  text-decoration: none;
  white-space: nowrap;
}

.auth-forgot-link:hover {
  text-decoration: underline;
}

.auth-input-wrapper {
  position: relative;
  display: grid;
}

.auth-input {
  width: 100%;
  background: color-mix(in srgb, var(--lavender-mist) 86%, #ffffff 14%);
  color: var(--black);
  border-radius: var(--radius-md);
  min-height: 44px;
  height: auto;
  padding: var(--space-3) var(--space-4);
  font: 500 1rem/1 var(--montserrat);
  border: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.auth-input-wrapper .auth-input {
  padding-right: calc(var(--space-4) + 46px);
}

.auth-password-toggle {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: var(--gray);
  cursor: pointer;
  transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
  padding: 0;
}

.auth-password-toggle:hover,
.auth-password-toggle:focus-visible,
.auth-password-toggle:active {
  color: var(--black);
  background: rgba(111, 0, 255, 0.08);
  transform: translateY(-50%);
}

.auth-password-toggle:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(111, 0, 255, 0.18);
}

.auth-input:hover {
  /* transform: translateX(1vw); */
}

.auth-input::placeholder {
  color: color-mix(in srgb, var(--gray) 72%, #ffffff 28%);
}

.auth-input:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(111, 0, 255, 0.12);
  transform: translateY(-1px);
}

.auth-help {
  margin: 0;
  font: 500 0.85rem/1.3 var(--montserrat);
  color: var(--gray);
}

.auth-help--error {
  min-height: 18px;
  color: #b42318;
}

.auth-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  flex-wrap: wrap;
}

.auth-link {
  color: var(--indigo);
  font: 600 0.92rem/1.2 var(--montserrat);
  text-decoration: none;
}

.auth-link:hover {
  text-decoration: underline;
}

.auth-submit {
  width: 100%;
  min-height: 52px;
  border: 0;
  border-radius: var(--radius-md);
  cursor: pointer;
  color: #fff;
  font: 700 1.04rem/1 var(--montserrat);
  background: linear-gradient(to top, #6f00ff, #b379ff);
  transition: transform 220ms ease, box-shadow 220ms ease, filter 220ms ease;
  position: relative;
  overflow: hidden;
}

.auth-submit::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 18%, rgba(255, 255, 255, 0.34) 48%, rgba(255, 255, 255, 0) 80%);
  transform: translateX(-140%);
  transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.auth-submit:hover:not(:disabled) {
  transform: translateY(-2px);
  filter: brightness(1.03);
} 

.auth-submit:hover:not(:disabled)::after,
.auth-submit:focus-visible::after {
  transform: translateX(140%);
}

.auth-submit:disabled {
  opacity: 0.75;
  cursor: not-allowed;
}

.auth-switch {
  margin: var(--space-3) 0 0;
  text-align: center;
  color: var(--gray);
  font: 500 0.92rem/1.4 var(--montserrat);
}

.auth-switch a {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.verification-modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: var(--space-5);
  background: rgba(15, 16, 30, 0.65);
  z-index: 9999;
}

.verification-modal__dialog {
  width: min(520px, 100%);
  background: var(--white);
  border-radius: var(--radius-24);
  box-shadow: 0 24px 60px rgba(15, 16, 30, 0.18);
  padding: var(--space-8);
  transition: transform 220ms ease, opacity 220ms ease;
}

.verification-modal__content {
  display: grid;
  gap: var(--space-5);
}

.verification-modal__eyebrow {
  margin: 0;
  color: var(--indigo);
  font: 700 0.95rem/1.2 var(--montserrat);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  display: none;
}

.verification-modal__title {
  margin: 0;
  color: var(--black);
  font: 700 1.7rem/1.1 var(--montserrat);
}

.verification-modal__description {
  margin: 0;
  color: var(--gray);
  font: 500 1rem/1.6 var(--montserrat);
}

.verification-modal__field {
  display: grid;
}

.verification-modal__actions {
  display: grid;
  gap: var(--space-3);
}

.verification-modal__button {
  min-height: 52px;
  border-radius: var(--radius-16);
  border: 0;
  cursor: pointer;
  font: 700 1rem/1 var(--montserrat);
}

.verification-modal__button--primary {
  color: #fff;
  background: linear-gradient(to top, #6f00ff, #b379ff);
}

.verification-modal__button--secondary {
  color: var(--black);
  background: var(--white);
  border: 1px solid rgba(34, 34, 34, 0.08);
}

@media (min-width: 680px) {
  .verification-modal__actions {
    grid-template-columns: 1fr 1fr;
  }
}

.auth-switch a:hover {
  text-decoration: underline;
}

.auth-banner {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-12);
  min-height: 10vw;
  background: linear-gradient(98deg, #4f07ba 0%, #6f00ff 52%, #2e0064 100%);
  color: #fff;
  display: grid;
  place-items: center;
  padding: clamp(var(--space-5), 4vw, var(--space-8));
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

/* .auth-banner::before {
  content: "";
  position: absolute;
  inset: auto -16% 26% -16%;
  height: 44%;
  border-radius: var(--radius-full);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0) 70%);
  animation: authGlow 10s ease-in-out infinite;
} */

.auth-banner__inner {
  position: relative;
  z-index: 1;
  gap: var(--space-4);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.auth-banner__logo {
  width: clamp(58px, 8vw, 86px);
}

.auth-banner__text {
  margin: 0;
  font: 600 clamp(17px, 2vw, 24px)/1.22 var(--montserrat);
}

/* Premium banner text reveal animation (letter-by-letter) */

/* Premium banner text reveal animation (letter-by-letter) */
.auth-banner__text {
  display: inline-block;
  margin: 0;
  font: 600 clamp(17px, 2vw, 24px)/1.22 var(--montserrat);
  color: #ffffff;
  position: relative;
  -webkit-text-fill-color: currentColor;
  text-shadow: 0 10px 28px rgba(0,0,0,0.36), 0 2px 6px rgba(0,0,0,0.26);
  will-change: transform, opacity;
  z-index: 1;
}

.auth-banner__char {
  display: inline-block;
  opacity: 0;
  transform: translateY(18px) rotateX(12deg) scale(0.98);
  transform-origin: 50% 50%;
  filter: blur(2px);
}

body.auth-page.is-ready .auth-banner__text.animate .auth-banner__char {
  animation-name: bannerCharLoop;
  animation-duration: var(--cycle, 3600ms);
  animation-timing-function: cubic-bezier(.2, .9, .2, 1);
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-delay: calc(var(--i) * var(--stagger, 38ms) + var(--offset, 220ms));
}

@keyframes bannerCharLoop {
  0% {
    opacity: 0;
    transform: translateY(18px) rotateX(12deg) scale(0.98);
    filter: blur(2px);
  }
  10% {
    opacity: 1;
    transform: translateY(-6px) rotateX(0deg) scale(1.03);
    filter: blur(0);
  }
  25% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
    filter: none;
  }
  75% {
    opacity: 1;
    transform: translateY(0) rotateX(0deg) scale(1);
    filter: none;
  }
  90% {
    opacity: 0;
    transform: translateY(8px) rotateX(6deg) scale(0.98);
    filter: blur(2px);
  }
  100% {
    opacity: 0;
    transform: translateY(18px) rotateX(12deg) scale(0.98);
    filter: blur(2px);
  }
}

/* Sheen overlay for premium effect (keeps text readable) */

.auth-banner__text::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.32) 50%, rgba(255,255,255,0) 100%);
  transform: translateX(-130%);
  mix-blend-mode: screen;
  z-index: 2;
  filter: blur(6px);
}

body.auth-page.is-ready .auth-banner__text::after {
  animation: bannerSheen var(--cycle, 3600ms) cubic-bezier(.2,.9,.2,1) var(--offset, 220ms) infinite;
}

@keyframes bannerSheen {
  0% { transform: translateX(-130%); opacity: 0; }
  40% { opacity: 1; }
  100% { transform: translateX(130%); opacity: 0; }
}


body.auth-page.is-ready .auth-reveal {
  animation: authReveal 620ms cubic-bezier(.22, 1, .36, 1) forwards;
  animation-delay: var(--reveal-delay, 0ms);
  border-radius: 2vw;
}

@keyframes authReveal {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes authGlow {

  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
    opacity: 0.66;
  }

  50% {
    transform: translate3d(0, -8px, 0) scale(1.08);
    opacity: 1;
  }
}

@keyframes authGradientFlow {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media (min-width: 0) and (max-width: 1000px) {
  .auth-main {
    width: min(860px, calc(100% - 24px));
    margin: var(--space-3) auto;
  }

  .auth-shell--register {
    display: flex;
    flex-direction: column;
    min-height: auto;
  }

  .auth-promo--register {
    min-height: 240px;
  }

  .auth-grid,
  .auth-grid-register {
    grid-template-columns: 1fr;
  }

  .auth-shell--login {
    padding: var(--space-4);
  }

  .auth-banner__inner {
    align-items: center;
  }

  .auth-form {
    width: 100%;
  }

  .auth-input {
    width: 100%;
  }

  .auth-page--login {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .auth-banner__text {
    font-size: 3vw;
  }
}

@media (min-width: 0) and (max-width: 1000px) {
  .auth-main {
    width: calc(100% - 24px);
    margin: var(--space-3) auto;
  }

  .auth-promo--register {
    min-height: 200px;
    padding: var(--space-5);
  }

  .auth-panel {
    padding: var(--space-5);
  }

  .auth-title {
    font-size: clamp(18px, 5vw, 22px);
    text-align: center;
    padding-top: 0;

  }

  .auth-subtitle {
    font-size: 14px;
    text-align: center;
    margin: 0 auto;
  }

  .auth-input {
    min-height: 48px;
    padding: var(--space-3) var(--space-4);
    font-size: 0.95rem;
    border-radius: var(--radius-md-res);
  }

  .auth-submit {
    min-height: 48px;
    font-size: 1rem;
    border-radius: var(--radius-md-res);
  }
}

@media (max-width: 420px) {
  .auth-promo {
    display: none;
  }

  .auth-shell--register {
    flex-direction: column;
  }

  .auth-panel {
    padding: var(--space-4);
  }
}

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
  }
}