:root {
  --bg-app: #f8fafc;
  --bg-sidebar: #0f172a;
  --bg-sidebar-soft: #172554;
  --bg-card: #ffffff;
  --bg-card-soft: #f1f5f9;

  --text-primary: #0f172a;
  --text-secondary: #64748b;
  --text-muted: #94a3b8;
  --text-light: #ffffff;

  --border-color: #e2e8f0;

  --primary: #2563eb;
  --primary-hover: #1d4ed8;

  --success: #16a34a;
  --warning: #f59e0b;
  --danger: #dc2626;
  --info: #0ea5e9;

  --shadow-sm: 0 1px 2px rgba(15, 23, 42, 0.06);
  --shadow-md: 0 10px 30px rgba(15, 23, 42, 0.08);

  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 20px;
  --radius-xl: 24px;

  --sidebar-width: 260px;
  --topbar-height: 88px;
  --container-padding: 24px;

  --transition-fast: 0.2s ease;
}