/* UX Crime Scene — noir / forensic styling. Off-Brand badge bait. */
/* Fonts are loaded via tags injected in app.py's Blocks(head=...) —
Gradio 6 forbids @import inside its constructed stylesheet.
Asset URLs (--asset-*) are injected at runtime by app.py if the PNGs exist
in assets/; every one falls back gracefully to a pure-CSS version. */
:root {
--paper: #ede4cf;
--paper-dark: #d8caa8;
--ink: #1a1a1a;
--ink-soft: #2b2b2b;
--blood: #c0392b;
--blood-bright: #e74c3c;
--evidence: #f1c40f;
--redacted: #111;
/* Asset hooks (--asset-*) are defined ONLY in the head