/**
 * 720p-class viewports (e.g. width ≤1280px): tighter form scale.
 * Load after auth_form_viewport_1080.css so this overrides --auth-form-scale.
 */

@media (max-width: 1280px) and (min-width: 641px) {
  @media (min-height: 500px) {
    body.auth-viewport-page {
      --auth-form-scale: 0.76;
    }
  }
}
