/* WLC route style isolation.
   Loaded after shared tool CSS so the standalone WLC theme cannot be altered by
   another tool's generic :root/body/label rules. Keep this file visual-only. */
html:root{
  --bg:#020617;
  --panel:#111827;
  --panel2:#0b1220;
  --line:#334155;
  --text:#e5e7eb;
  --muted:#94a3b8;
  --good:#22c55e;
  --warn:#f59e0b;
  --bad:#ef4444;
  --blue:#38bdf8;
  --accent:#f59e0b;
  background:#020617;
  color:#e5e7eb;
}
body{
  background:linear-gradient(180deg,#020617,#0f172a) !important;
  color:#e5e7eb !important;
  font-family:Arial,Helvetica,sans-serif;
}
body label{color:#e5e7eb;}
body h1,body h2,body h3,body h4,body h5,body h6{color:inherit;}
body main,body header,body .panel,body .workflowSubpanel,body .workflowStatusStrip>div{color:#e5e7eb;}
