:root {
  --bg: #f5f6f8;
  --surface: #ffffff;
  --surface-soft: #f8f9fb;
  --text-primary: #1f2937;
  --text-secondary: #6b7280;
  --line: #e5e7eb;
  --accent: #2563eb;
  --danger: #b91c1c;
  --danger-soft: #fff5f5;
  --shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
  --radius: 12px;
  --sidebar-width: 240px;
}
