:root {
  --surface-canvas: #f3f5f7;
  --surface-panel: #ffffff;
  --text-strong: #1f2933;
  --text-muted: #5b6670;
  --border: #d6dce2;
  --brand-industrial: #c5521a;
  --state-ok: #237a57;
  --state-warning: #b7791f;
  --state-error: #b23a3a;
  --radius: 12px;
  --shadow: 0 12px 34px rgba(31, 41, 51, 0.09);
}
