:root {
  --bg: #a2a3a0;
  --panel: #f0e7d8;
  --text: #263f4b;
  --accent: #263f4b;
  --muted: #263f4b;
  --card-border: #bbcbd3;
  --danger: #b33;
}
.status-success { color: var(--accent); }
.status-error { color: var(--danger); }
