/* brief-plates.css — the living-plate instrument classes, ONE PLACE.
   Shared by index.html (the brief band above the pitch) and
   what-is-a-design-system.html (the full brief with its verses).
   The plates are CHARACTER RASTERS (50×32 mono cells, built by
   brief-motion.js): ink density is glyph choice, never tint; every
   value enters through a token (E7 · E15); no system class is shadowed. */
.plate-tile .plate { display: block; width: 100%; aspect-ratio: 1 / 1; }
.pl-ascii       { font-family: var(--font-mono); font-size: 10px; letter-spacing: 0; fill: var(--ink); } /* canon-lint:allow — E9 E17: signed instrument size — the character-raster cell (50×32 grid on the 400 plate); the glyphs are drawing material (the OHM off-scale precedent), not the mono voice and not a type voice */
.pl-ascii-ink   { fill: var(--ink); }
.pl-ascii-grey  { fill: var(--grey-51); }
.pl-mono        { font-family: var(--font-mono); font-size: var(--fz-mono-6); letter-spacing: var(--track-code); fill: var(--ink); text-transform: uppercase; }
