:root {
  --bg: #f4f5f7;
  --bg-soft: #f3f4f6;
  --surface: #ffffff;
  --text: #1f2937;
  --text-strong: #111827;
  --muted: #6b7280;
  --line: #e5e7eb;
  --line-soft: #d1d5db;
  --brand: #0f766e;
  --brand-dark: #115e59;
  --brand-warn: #cc490c;
  --brand-warn-dark: #b94700;
  --danger: #b91c1c;
  --danger-text: #7f1d1d;
  --danger-soft-bg: #fef2f2;
  --danger-soft-border: #fca5a5;
  --ok: #065f46;
  --ok-soft-bg: #ecfdf5;
  --ok-soft-border: #6ee7b7;
  --sidebar-bg: #111827;
  --sidebar-text: #e5e7eb;
  --sidebar-muted: #9ca3af;
  --sidebar-hover: #1f2937;
  --card-shadow-soft: rgba(17, 24, 39, 0.06);
}
