/* NightPOS V13.3.19 — identidad visual única oscura */
:root, html, html[data-theme="dark"], html[data-theme="light"] { color-scheme: dark !important; }
html[data-theme="light"] {
  --bg:#0f121c; --surface:#171b2a; --surface2:#1e2335; --surface3:#252b40;
  --text:#f8fafc; --muted:#94a3b8; --muted2:#cbd5e1;
  --border:#30384f; --border2:#252b40;
}
html[data-theme="light"] body { background:var(--bg) !important; color:var(--text) !important; }
.np-theme-toggle,[data-theme-toggle]{display:none !important;}
