/* d2-only additions on top of the shared kit (kit/base.css stays synced
   byte-identical portfolio-wide; site-specific rules live here).
   aria-pressed toggle state: the testers' mode rows (typing durations, sound
   channels, tone waves) toggled the attribute but nothing rendered it — the
   active mode was invisible (owner report 2026-08-21). */
.btn.secondary[aria-pressed="true"] { background: var(--accent); border-color: var(--accent); color: #fff; }
/* the stream is a click target for focusing the type field */
.stream { cursor: text; }
