:root {
  --bg: #f8fafc;
  --text: #0f172a;
  --muted: #475569;
  --panel: #ffffff;
  --panel-2: #f1f5f9;
  --border: rgba(15,23,42,.10);
  --thead: #f8fafc;
  --row-hover: rgba(15,23,42,.04);
}

