.auth-creative {
  --brand-blue-900: #043f7c;
  --brand-blue-700: #0a4e9b;
  --brand-blue-500: #0e6dbe;
  --brand-sky-300: #57b8ff;
  --brand-teal-300: #13b5c5;
  --brand-orange-500: #f78b1f;
  --brand-orange-300: #ffc561;
  background:
    radial-gradient(circle at 8% 12%, rgba(19, 181, 197, 0.22), rgba(19, 181, 197, 0) 58%),
    radial-gradient(circle at 92% 8%, rgba(87, 184, 255, 0.2), rgba(87, 184, 255, 0) 46%),
    linear-gradient(145deg, #f3f6fb 0%, #f9fbff 45%, #fef4ea 100%);
  min-height: 100vh;
  padding: 1.75rem 0;
  position: relative;
}

.auth-creative__layout {
  border-radius: 2.75rem;
  overflow: hidden;
  position: relative;
  background:
    radial-gradient(circle at 18% 50%, rgba(14, 109, 190, 0.28), rgba(14, 109, 190, 0) 72%),
    linear-gradient(130deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.35));
  box-shadow: 0 2.75rem 4.5rem rgba(15, 23, 42, 0.16);
  border: 1px solid rgba(14, 109, 190, 0.16);
  isolation: isolate;
}

.auth-creative__layout::before {
  content: "";
  position: absolute;
  inset: -40% 35% 10% -28%;
  background: radial-gradient(72% 100% at 30% 50%, rgba(14, 109, 190, 0.55), rgba(14, 109, 190, 0) 65%);
  filter: blur(0);
  opacity: 0.55;
  pointer-events: none;
}

.auth-creative__seam-bridge {
  position: absolute;
  top: -12%;
  bottom: -12%;
  inset-inline-start: 46%;
  width: 18%;
  background: radial-gradient(65% 120% at 18% 50%, rgba(4, 63, 124, 0.65), rgba(4, 63, 124, 0.08) 72%, rgba(4, 63, 124, 0));
  filter: blur(22px);
  opacity: 0.75;
  pointer-events: none;
  z-index: 0;
}

.auth-creative__aside {
  background:
    linear-gradient(140deg, rgba(4, 63, 124, 0.92), rgba(14, 109, 190, 0.95)),
    radial-gradient(circle at 80% 20%, rgba(19, 181, 197, 0.25), rgba(19, 181, 197, 0) 58%);
  padding: 4.5rem 3.5rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}

.auth-creative__aside::before,
.auth-creative__aside::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(0);
}

.auth-creative__aside::before {
  width: 440px;
  height: 440px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
  top: -160px;
  inset-inline-start: -140px;
}

.auth-creative__aside::after {
  width: 560px;
  height: 560px;
  background: radial-gradient(circle, rgba(247, 139, 31, 0.28), rgba(247, 139, 31, 0));
  bottom: -240px;
  inset-inline-end: -220px;
}

.auth-creative__aside-content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin-inline: auto;
  text-align: center;
}

@media (min-width: 992px) {
  .auth-creative__aside {
    padding-inline: clamp(3rem, 4vw, 4.75rem);
  }

  .auth-creative__aside-content {
    padding-inline: clamp(1.5rem, 3vw, 3.5rem);
  }
}

.text-gradient {
  background: linear-gradient(90deg, var(--brand-blue-500) 0%, var(--brand-orange-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.auth-creative__feature-list {
  max-width: 440px;
  margin: 0 auto 2.5rem;
  display: grid;
  gap: 1.75rem;
}

.auth-creative__feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.75rem;
}

.auth-creative__feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0.05));
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.35rem;
  box-shadow: 0 12px 32px rgba(10, 31, 68, 0.18);
}

.glass-card {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 28px 54px rgba(4, 44, 82, 0.33);
  backdrop-filter: blur(14px);
}

.auth-creative__content {
  padding: 2.5rem 1.25rem;
  position: relative;
  z-index: 1;
  gap: 1.5rem;
  background:
    radial-gradient(circle at 18% 50%, rgba(10, 78, 155, 0.72), rgba(10, 78, 155, 0.1) 70%),
    linear-gradient(110deg, rgba(4, 63, 124, 0.32) 0%, rgba(255, 255, 255, 0.92) 28%, rgba(255, 255, 255, 0.98) 100%);
  backdrop-filter: blur(2px);
}

.auth-creative__content::before,
.auth-creative__content::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.auth-creative__content::before {
  width: 620px;
  height: 620px;
  inset-inline-start: -320px;
  top: 50%;
  transform: translateY(-50%);
  background: radial-gradient(68% 70% at 55% 50%, rgba(4, 63, 124, 0.55), rgba(4, 63, 124, 0));
  opacity: 0.7;
}

.auth-creative__content::after {
  width: 420px;
  height: 420px;
  inset-inline-end: -220px;
  bottom: -160px;
  background: radial-gradient(circle, rgba(247, 139, 31, 0.32), rgba(247, 139, 31, 0));
  opacity: 0.5;
}

.auth-card {
  max-width: 500px;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 2rem 4rem rgba(4, 44, 82, 0.16) !important;
  position: relative;
  z-index: 2;
  border: 1px solid rgba(14, 109, 190, 0.12);
  backdrop-filter: blur(8px);
}

.auth-card::after {
  content: "";
  position: absolute;
  inset-inline-start: 50%;
  top: -22%;
  transform: translateX(-50%);
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(19, 181, 197, 0.24), rgba(19, 181, 197, 0));
  z-index: -1;
  opacity: 0.6;
}

.auth-card__header .auth-logo {
  text-decoration: none;
}

.auth-logo__icon {
  width: 3.5rem;
  height: 3.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(14, 109, 190, 0.1), rgba(14, 109, 190, 0));
  border-radius: 50%;
  box-shadow: 0 18px 28px rgba(14, 109, 190, 0.12);
}

.auth-logo__img,
.auth-creative__brand-image {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 8px 18px rgba(4, 63, 124, 0.32));
}

.auth-logo__text {
  font-weight: 600;
  font-size: 1.125rem;
  color: var(--bs-body-color);
  text-align: start;
}

.auth-logo__brand {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--brand-blue-700);
}

.auth-logo__subtitle {
  font-size: 0.75rem;
  color: var(--bs-secondary-color, #6b7280);
}

.auth-divider {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-divider::before,
.auth-divider::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: var(--bs-border-color);
  opacity: 0.6;
}

.auth-divider__label {
  color: var(--bs-secondary-color, #6c757d);
  font-size: 0.875rem;
  padding: 0 0.75rem;
}

.btn-google {
  background-color: #ffffff;
  border: 1px solid rgba(28, 137, 212, 0.25);
  color: #0f172a;
  border-radius: 999px;
  gap: 0.5rem;
  transition: all 0.2s ease-in-out;
}

.btn-google__icon {
  font-size: 1.2rem;
  color: #ea4335;
}

.btn-google:hover:not(:disabled) {
  border-color: #1c89d4;
  color: #0b192f;
  box-shadow: 0 1.25rem 2.75rem rgba(28, 137, 212, 0.18);
}

.btn-google:disabled {
  background-color: rgba(255, 255, 255, 0.6);
  color: rgba(30, 41, 59, 0.5);
  border-color: rgba(224, 227, 235, 0.6);
  cursor: not-allowed;
}

.auth-form .form-control,
.auth-form .form-select,
.auth-form textarea {
  border-radius: 1rem;
  padding-inline: 1rem;
  min-height: 3rem;
  border-color: rgba(15, 118, 196, 0.2);
}

.auth-form .input-group-text {
  border-radius: 1rem;
}

.auth-creative__brand-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 0.9rem 1.25rem;
  border-radius: 1.75rem;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(12px);
  margin-bottom: 2.75rem;
  box-shadow: 0 16px 32px rgba(4, 40, 78, 0.25);
}

.auth-creative__brand-icon {
  width: 3.75rem;
  height: 3.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  border-radius: 50%;
}

.auth-creative__brand-name {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.auth-creative__brand-subtitle {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.78);
}

.auth-creative__stat {
  margin-inline: auto;
  animation: float-card 7s ease-in-out infinite;
}

@keyframes float-card {
  0%,
  100% {
    transform: translateY(0px) scale(1);
    box-shadow: 0 28px 54px rgba(4, 44, 82, 0.33);
  }
  50% {
    transform: translateY(-14px) scale(1.01);
    box-shadow: 0 32px 64px rgba(4, 44, 82, 0.24);
  }
}

@media (max-width: 1199.98px) {
  .auth-card {
    max-width: 520px;
  }
}

@media (max-width: 991.98px) {
  .auth-creative {
    background:
      radial-gradient(circle at 12% 6%, rgba(87, 184, 255, 0.16), rgba(87, 184, 255, 0) 55%),
      linear-gradient(180deg, #f5f8fd 0%, #ffffff 100%);
    padding: 2.75rem 1.5rem;
  }

  .auth-creative__layout {
    border-radius: 2rem;
    box-shadow: 0 1.75rem 3.5rem rgba(15, 23, 42, 0.14);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.55));
  }

  .auth-creative__content {
    flex-direction: column;
    align-items: center;
    background: linear-gradient(180deg, rgba(14, 109, 190, 0.14), rgba(255, 255, 255, 0) 85%);
  }

  .auth-creative__content::before,
  .auth-creative__content::after {
    opacity: 0;
  }

  .auth-creative__seam-bridge {
    display: none;
  }

  .auth-card::after {
    display: none;
  }
}

@media (max-width: 575.98px) {
  .auth-creative__layout {
    border-radius: 1.5rem;
    box-shadow: 0 1.25rem 2.5rem rgba(15, 23, 42, 0.12);
  }

  .auth-card__header h3 {
    font-size: 1.5rem;
  }

  .auth-creative__brand-badge {
    width: 100%;
    justify-content: center;
  }
}
