/* Shared extras for the cabinet auth pages (signin / signup / forgot).
   Base .auth-* layout lives in site.css; these are the pieces the design didn't
   ship: the inline error line and disabled button states. */
.auth-error {
  margin: 0 0 var(--wm-s-4);
  color: var(--wm-destructive);
  font: var(--wm-fw-medium) var(--wm-fs-13)/1.35 var(--wm-font);
}
.auth-social-btn[disabled],
.auth-submit[disabled] { opacity: 0.6; pointer-events: none; }
