/* Only what missing.css cannot do. */

[x-cloak] {
  display: none;
}

/* The preview is panel RAM at 1:1, so scale it up without smoothing. */
canvas {
  width: 100%;
  aspect-ratio: 296 / 152;
  image-rendering: pixelated;
  border: var(--border-width) var(--border-style) var(--graphical-fg);
}
