/* Static fallback content inside #root: present in HTML for crawlers,
   visually hidden for JS users (no flash before React mounts).
   No-JS visitors get it revealed by fallback-nojs.css via <noscript>. */
.app-fallback {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
