/* ============================================================
   scry.css — the real Scry stylesheet, verbatim.

   These files are byte-for-byte copies of
   second-brain/mimir/ui/src/styles/**, so every surface frame
   and every component card on this site is painted by the
   product's own CSS rather than by a lookalike written here.

   Import order mirrors ui/src/main.tsx exactly.
   ============================================================ */
@import './scry/global.css';
@import './scry/components/index.css';
@import './scry/views/index.css';
