/* Design tokens */
:root {
  --app-sidebar-width: 290px;
  --app-shell-max: 1440px;
  --app-bg: #f3f6fb;
  --app-surface: #ffffff;
  --app-line: #dbe4f0;
  --app-text: #0f172a;
  --app-muted: #64748b;
  --app-primary: #0d6efd;
  --app-primary-soft: #e8f1ff;
  --app-shadow: 0 0.75rem 2rem rgba(15, 23, 42, 0.08);
  --app-radius: 1rem;
}
