/* Transcribe app — stylesheet barrel.
   Split into parts/ so the design tokens have one home and each surface
   (home / recorder / view / chat) owns its own file. Import order is the
   cascade order: base declares every token, animation keyframe and control
   primitive; the rest only compose them. Never redefine a --tx-* token
   outside parts/base.css.

   Design language: "Waveform Console" — waveform-cyan accent on layered
   neutral surfaces, travelling-wave signature motion. Mobile-first.
   Breakpoints: sm 640 · md 768 · lg 1024 (viewer split threshold: 1000).

   Both entry points (../index.html and ../view/index.html) load this file. */

@import url('parts/base.css');
@import url('parts/home.css');
@import url('parts/recorder.css');
@import url('parts/view.css');
@import url('parts/chat.css');
