.tailwind-auth-layout {
  min-height: 100vh;
  overflow: hidden;
  background: #fff;
  font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

.sl-public-main:has(.tailwind-auth-layout) {
  padding: 0;
  min-height: 100vh;
  background: #fff;
}

.tailwind-auth-layout input {
  min-height: 38px !important;
}

.tailwind-auth-layout button {
  min-height: 38px;
}

.tailwind-auth-layout .size-full {
  width: 100%;
  height: 100%;
}

.tailwind-auth-layout .min-h-full {
  min-height: 100vh;
}


/* Phase 15.1 — auth visual alignment */

.tailwind-auth-layout {
  background: #ffffff !important;
  color: #111111 !important;
}

.tailwind-auth-layout h2 {
  color: #111111 !important;
}

.tailwind-auth-layout p,
.tailwind-auth-layout label {
  color: rgba(0,0,0,0.62) !important;
}

.tailwind-auth-layout input {
  border-radius: 16px !important;
  border-color: rgba(0,0,0,0.15) !important;
}

.tailwind-auth-layout button[type="submit"] {
  border-radius: 999px !important;
  background: #111111 !important;
  color: #ffffff !important;
}

.tailwind-auth-layout button[disabled] {
  border-radius: 999px !important;
}

.tailwind-auth-layout .bg-slate-900 {
  background: #111111 !important;
}

.tailwind-auth-layout a {
  color: #111111 !important;
}
