/* Legal — hand-authored additions.

   pages/legal.css is GENERATED from the design handoff by scripts/extract_page_css.py and
   must never be hand-edited; additions live here (CLAUDE.md house style). */

/* The sidebar marks which document the URL asked for. The mock had no such state — it only
   ever showed one page — but /legal/refund/ has to land somewhere obvious, and an anchor
   jump alone gives no lasting indication of where you are. */
.legal-nav a.is-current {
  background: var(--p-steel-050);
  color: var(--c-text-primary);
  font-weight: 600;
  box-shadow: inset 2px 0 0 var(--c-action-primary);
}
