/* Fan30Tech Production v153 | Welcome + Test Gate mobile background owner
   Scope: phone-only background parity and Test Gate top-spacing parity with Welcome. */

@media (max-width: 560px) {
  .page-background {
    background:
      #050912
      url('../pictures/welcome-mobile-background-v153.png')
      center center / cover no-repeat scroll !important;
  }

  .page-background__overlay {
    display: block !important;
    background: linear-gradient(180deg, rgba(3, 7, 15, 0.035), rgba(3, 7, 15, 0.10)) !important;
  }

  .page-background__grid,
  .page-background__glow {
    display: none !important;
  }

  /* Welcome already starts at safe-area + 20px on phone.
     Give Test Gate the exact same top-edge contract instead of vertical centering. */
  .admin-login-page {
    place-items: start center !important;
    padding-top: calc(env(safe-area-inset-top, 0px) + 20px) !important;
  }
}
