/* ==========================================================================
   SATHUB - REGISTER PAGE (extends shared styles in login.css)
   ========================================================================== */

.auth-strength-bar {
  height: 5px;
  border-radius: 999px;
  background: var(--auth-border);
  margin-top: 8px;
  overflow: hidden;
}

.auth-strength-bar-fill {
  height: 100%;
  width: 0%;
  border-radius: 999px;
  background: var(--auth-error);
  transition: width 0.25s ease, background-color 0.25s ease;
}

.auth-terms-note {
  font-size: 0.75rem;
  color: var(--auth-text-muted);
  text-align: center;
  margin-top: 16px;
  line-height: 1.5;
}
