/* Sysacon-Theme (Light, aus Altinstallation 192.168.10.188) */
.theme-sysacon {
  --bg: #ffffff;
  --surface: #f0f6fc;
  --surface-2: #e3edf6;
  --border: #c8daea;
  --text: #1a202c;
  --muted: #6b7a99;
  --accent: #0a70bb;
  --accent-dim: #0d8fd4;
  --green: #2ea44f;
  --err: #c0392b;
  --ok: #2ea44f;
}
.theme-sysacon .topbar {
  border-bottom: 2px solid var(--accent);
}
.theme-sysacon .msg.ok {
  background: #e8f4fd;
  border-color: #1a66aa;
}
.theme-sysacon .msg.err {
  background: #fdeaea;
  border-color: #c0392b;
}
.theme-sysacon .drop-zone.dragover {
  background: rgba(10, 112, 187, 0.06);
}
.theme-sysacon table.files tbody tr:hover {
  background: var(--surface-2);
}
