/* Shared layout baseline — Phase 4 of REFACTOR_PLAN.md.
   Every rule below was verified byte-identical (leading indentation
   stripped) across the tools it was lifted from; rules that had any
   variant were deliberately left inline in the tools that own them.
   This is a straight dedup, not a restyle: no declaration changed.

   Load order matters. Link this AFTER _shared/ink-paper.css (it consumes
   --card / --line) and BEFORE the tool's own inline <style>, so a tool
   keeping a local variant of any selector here still wins on the cascade.

   Safe for any tool: these are three plain layout rules with no print
   behavior. The #printArea print pattern that shipped here in Round 4a now
   lives in _shared/print-area.css — link that one too, but only if the tool
   actually uses the pattern (it blanks the page on print). */

.app-header { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; flex-wrap: wrap; margin-bottom: 1.4rem; }

.card { background: var(--card); border: 1px solid var(--line); border-radius: 10px; padding: 1.1rem 1.2rem; margin-bottom: 1rem; }

.toolbar { display: flex; flex-wrap: wrap; gap: .6rem; align-items: center; margin-bottom: 1.2rem; }
