/* Shared safeguards for the standalone PWA window. */
html { -webkit-text-size-adjust: 100%; }
body { min-height: 100dvh; }
img, svg, video, canvas { max-width: 100%; }
@media (max-width: 480px) {
  input, select, textarea, button { font-size: max(16px, 1em); }
}
