/* AmmoOS C2 shell themes — applied via data-ammoos-theme on html */

html[data-ammoos-theme="nexus-military-v8"],
html[data-ammoos-theme="nexus_c2"] {
  --qf-bg-deep: #040508;
  --qf-bg: #1a1624;
  --qf-bg-mid: #241f31;
  --qf-panel: #0a0c12;
  --qf-elevated: rgba(4, 5, 8, 0.72);
  --qf-edge: rgba(148, 163, 184, 0.14);
  --qf-edge-emerald: rgba(26, 77, 50, 0.55);
  --qf-text: #e8edf7;
  --qf-dim: #7c8aa3;
  --qf-emerald: #22c55e;
  --qf-emerald-glow: #3ecf8e;
  --qf-rose: #eb488c;
  --qf-rose-soft: #f472b6;
  --qf-glow-blue: rgba(53, 132, 228, 0.28);
  --qf-glow-emerald: rgba(62, 207, 142, 0.18);
  --qf-glow-rose: rgba(244, 114, 182, 0.12);
}

html[data-ammoos-theme="ammo-field"] {
  --qf-bg-deep: #040810;
  --qf-bg: #0a1628;
  --qf-bg-mid: #0f1a30;
  --qf-panel: #081018;
  --qf-emerald-glow: #22c55e;
  --qf-rose-soft: #f472b6;
}

html[data-ammoos-theme="ammo-c2"] {
  --qf-bg-deep: #060806;
  --qf-bg: #0c100c;
  --qf-bg-mid: #101610;
  --qf-panel: #080a07;
  --qf-emerald-glow: #5ecf7a;
  --qf-text: #e6efe0;
}

html[data-ammoos-theme="ammoos"],
html[data-ammoos-theme="nexus-military-v8"] {
  --qf-bg-deep: #040508;
  --qf-bg: #0a0e12;
  --qf-bg-mid: #111820;
  --qf-panel: #0a0c12;
  --qf-emerald: #22c55e;
  --qf-emerald-glow: #34d399;
  --qf-rose: #f472b6;
  --qf-rose-soft: #fda4af;
  --qf-glow-emerald: rgba(34, 197, 94, 0.22);
  --qf-glow-rose: rgba(244, 114, 182, 0.14);
}

html[data-ammoos-theme="dusty-night"] {
  --qf-bg-deep: #0a0c14;
  --qf-bg: #121820;
  --qf-bg-mid: #1a2230;
  --qf-panel: #101620;
  --qf-text: #e8edf7;
  --qf-dim: #8ac8e8;
  --qf-emerald-glow: #4de88a;
  --qf-rose-soft: #7eb8d8;
}

html[data-ammoos-theme="ammo-rose"] {
  --qf-bg-deep: #120810;
  --qf-bg: #1a1020;
  --qf-bg-mid: #221428;
  --qf-panel: #140c18;
  --qf-emerald-glow: #eb488c;
  --qf-rose-soft: #fda4af;
}