/* Jissen Martial Arts — brand token layer for the shared member/admin app.
   Loaded AFTER the base stylesheet (/assets/css/styles.css) under the Jissen
   host, so a Jissen member never sees San Yama Ryu's red. The base app is
   accent-driven, so mapping the accent to Jissen's vermilion is the MVP
   (JISSEN-BACKEND §F). Surfaces stay the shared dark theme for now. */
:root {
  --red: #c01528;
  --red-dark: #9c0f20;
  --red-glow: rgba(192, 21, 40, 0.45);
}
