.auth-page[data-v-290e1548] {
  min-height: 100vh;
  background:
    radial-gradient(
      900px 520px at 12% 12%,
      rgba(20, 184, 166, 0.18),
      transparent 62%),
    radial-gradient(
      700px 480px at 85% 20%,
      rgba(190, 242, 100, 0.12),
      transparent 58%),
    linear-gradient(
      135deg,
      #07110f 0%,
      #101318 50%,
      #f5f7f2 50%,
      #eef2ea 100%);
  color: #111827;
  display: grid;
  place-items: center;
  padding: 28px;
}
.auth-shell[data-v-290e1548] {
  width: min(1120px, 100%);
  min-height: min(780px, calc(100vh - 56px));
  display: grid;
  grid-template-columns: minmax(420px, 1.05fr) minmax(380px, 0.95fr);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(15, 23, 42, 0.1);
  box-shadow: 0 28px 90px rgba(15, 23, 42, 0.18);
  border-radius: 28px;
  overflow: hidden;
}
.auth-visual[data-v-290e1548] {
  position: relative;
  min-height: 100%;
  background: #08100f;
  isolation: isolate;
}
.auth-visual__image[data-v-290e1548] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.auth-visual__shade[data-v-290e1548] {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(3, 7, 18, 0.22),
      rgba(3, 7, 18, 0.84));
}
.auth-visual__content[data-v-290e1548] {
  position: relative;
  z-index: 1;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px;
  color: #fff;
}
.eyebrow[data-v-290e1548] {
  margin: 0 0 10px;
  color: #0f766e;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.auth-visual .eyebrow[data-v-290e1548] {
  color: #bef264;
}
.auth-visual h1[data-v-290e1548] {
  max-width: 540px;
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 4.4rem);
  line-height: 0.95;
  letter-spacing: 0;
}
.visual-copy[data-v-290e1548] {
  max-width: 470px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1rem;
  line-height: 1.7;
}
.metric-row[data-v-290e1548] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.metric-row div[data-v-290e1548] {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
  border-radius: 14px;
}
.metric-row strong[data-v-290e1548],
.metric-row span[data-v-290e1548] {
  display: block;
}
.metric-row strong[data-v-290e1548] {
  color: #fff;
  font-size: 0.95rem;
}
.metric-row span[data-v-290e1548] {
  margin-top: 3px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
}
.auth-panel[data-v-290e1548] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(28px, 5vw, 58px);
  background:
    linear-gradient(
      180deg,
      #ffffff,
      #f8faf7);
}
.mobile-logo[data-v-290e1548] {
  display: none;
  margin-bottom: 24px;
}
.panel-heading h2[data-v-290e1548] {
  margin: 0;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.25rem);
  line-height: 1;
  letter-spacing: 0;
}
.panel-heading p[data-v-290e1548]:last-child {
  max-width: 430px;
  margin: 14px 0 0;
  color: #64748b;
}
.auth-form[data-v-290e1548] {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}
.field[data-v-290e1548],
.label-row[data-v-290e1548] {
  display: grid;
  gap: 8px;
}
.label-row[data-v-290e1548] {
  grid-template-columns: 1fr auto;
  align-items: center;
}
label[data-v-290e1548] {
  color: #1f2937;
  font-size: 0.88rem;
  font-weight: 700;
}
.input-wrap[data-v-290e1548] {
  min-height: 54px;
  display: grid;
  grid-template-columns: 22px 1fr auto;
  gap: 10px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #dce4d8;
  background: #fff;
  border-radius: 14px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.input-wrap[data-v-290e1548]:focus-within {
  border-color: #14b8a6;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.13);
}
.input-wrap svg[data-v-290e1548] {
  width: 21px;
  height: 21px;
  color: #64748b;
}
input[data-v-290e1548] {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #111827;
  font: inherit;
}
input[data-v-290e1548]::-moz-placeholder {
  color: #94a3b8;
}
input[data-v-290e1548]::placeholder {
  color: #94a3b8;
}
.ghost-icon[data-v-290e1548],
.subtle-link[data-v-290e1548] {
  border: 0;
  background: transparent;
  color: #0f766e;
  font-size: 0.82rem;
  font-weight: 800;
  text-decoration: none;
}
.ghost-icon[data-v-290e1548] {
  cursor: pointer;
}
.check-row[data-v-290e1548] {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #475569;
  font-weight: 600;
}
.check-row input[data-v-290e1548] {
  width: 16px;
  height: 16px;
  accent-color: #0f766e;
}
.primary-button[data-v-290e1548],
.social-button[data-v-290e1548] {
  min-height: 52px;
  border: 0;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
}
.primary-button[data-v-290e1548] {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  background:
    linear-gradient(
      135deg,
      #0f766e,
      #84cc16);
  box-shadow: 0 16px 28px rgba(15, 118, 110, 0.22);
}
button[data-v-290e1548]:disabled {
  opacity: 0.62;
  cursor: not-allowed;
}
.divider[data-v-290e1548] {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 12px;
  color: #94a3b8;
  font-size: 0.82rem;
  font-weight: 800;
}
.divider[data-v-290e1548]::before,
.divider[data-v-290e1548]::after {
  content: "";
  height: 1px;
  background: #e2e8f0;
}
.social-grid[data-v-290e1548] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.social-button[data-v-290e1548] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #111827;
  background: #fff;
  border: 1px solid #dce4d8;
}
.brand-icon[data-v-290e1548] {
  width: 19px;
  height: 19px;
}
.spinner[data-v-290e1548],
.mini-spinner[data-v-290e1548] {
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  animation: spin-290e1548 0.8s linear infinite;
}
.spinner[data-v-290e1548] {
  width: 18px;
  height: 18px;
}
.mini-spinner[data-v-290e1548] {
  width: 16px;
  height: 16px;
  border-color: rgba(15, 23, 42, 0.16);
  border-top-color: #111827;
}
.error-box[data-v-290e1548] {
  padding: 14px 16px;
  color: #991b1b;
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 14px;
}
.error-box ul[data-v-290e1548] {
  margin: 8px 0 0;
  padding-left: 18px;
}
.switch-link[data-v-290e1548] {
  margin: 2px 0 0;
  color: #64748b;
  text-align: center;
}
.switch-link a[data-v-290e1548] {
  color: #0f766e;
  font-weight: 900;
}
@keyframes spin-290e1548 {
  to {
    transform: rotate(360deg);
  }
}
@media (max-width: 900px) {
  .auth-page[data-v-290e1548] {
    display: block;
    padding: 0;
    background: #f8faf7;
  }
  .auth-shell[data-v-290e1548] {
    min-height: 100vh;
    grid-template-columns: 1fr;
    border-radius: 0;
  }
  .auth-visual[data-v-290e1548] {
    display: none;
  }
  .mobile-logo[data-v-290e1548] {
    display: block;
  }
  .auth-panel[data-v-290e1548] {
    min-height: 100vh;
    justify-content: flex-start;
    padding-top: 34px;
  }
}
@media (max-width: 560px) {
  .social-grid[data-v-290e1548] {
    grid-template-columns: 1fr;
  }
  .label-row[data-v-290e1548] {
    grid-template-columns: 1fr;
  }
}
