/* ZMK Sentinel brand override — forces the ZMK ember identity over the legacy mint palette
   on the tool pages (shell only; the forensic engine is untouched). Loaded via <link>; !important
   wins over each page's inline <style>. */
:root {
  --metal-mint: linear-gradient(120deg, #cf4d17 0%, #f0763e 42%, #e2571e 58%, #f6a06e 80%, #cf4d17 100%) !important;
  --gold: #e2571e !important;
  --accent-soft: #e2571e !important;
}
body { background: #f4f4f1 !important; }
body::before { content: none !important; }
button.primary,
a.btn.primary {
  background: linear-gradient(135deg, #f0763e, #cf4d17) !important;
  box-shadow: 0 6px 18px rgba(226, 87, 30, 0.28) !important;
}
