/* ==========================================================================
   CRT Overlay — Scanlines + Vignette + Touch Resets
   asatresmith.com — Neon Arcade Overdrive
   ========================================================================== */

/* --- Boot Sequence Lock --- */
body.is-loading {
  overflow: hidden;
}

/* --- Touch Resets --- */
a,
button,
[role="button"],
input,
textarea,
select,
label {
  -webkit-tap-highlight-color: transparent;
}

/* Hide scrollbar globally */
*::-webkit-scrollbar {
  display: none;
}

* {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Prevent iOS zoom on input focus */
input,
textarea,
select {
  font-size: 16px;
}
