/* ============================================
   JOURNAL STYLES - Main Entry Point
   
   This file imports the modular journal stylesheets.
   For maintenance, edit the individual files:
   
   - journal-list.css  : Index page (year/month accordion, weekly cards)
   - journal-entry.css : Detail page (metrics, trades, insights, reflections)
   
   Breakpoints: 75rem (desktop), 48rem (tablet), 30rem (mobile)
   ============================================ */

@import url('journal-list.css');
@import url('journal-entry.css');
