/* Fold — per-piece styles.
 * Chrome, gate, overlay, and about page come from engine/styles.base.css.
 * This sheet carries only what is particular to Fold.
 * © 2026 Joshua Borsman. All rights reserved.
 */

:root { --void: #04060c; }

#stage { cursor: default; background: var(--void); }

.readout dd { font-variant-numeric: tabular-nums; }

@media (max-width: 640px) {
  .chrome--top-right .readout { font-size: 0.64rem; }
}
