/* RESPONSIVE.CSS — extracted from agent_vocabulary.html (Phase 1)
   See docs/data-model.md for component ownership. */

    /* ---------- RESPONSIVE ---------- */
    @media (max-width: 960px) {
      main { grid-template-columns: 1fr; }
      aside.detail { border-left: none; border-top: 1px solid var(--border); max-height: 60vh; }
    }
