/**
 * Prototype runtime styles for exported pages. Preview uses preview.css;
 * exports do not include that file, so this sheet carries the few app-owned
 * outlines the Testable prototype must still show (ADR-0022).
 */

[data-exit-unresolved] {
  outline: 3px dashed #d4351c;
  outline-offset: 2px;
}
