/* Obsidian-compatible CSS custom properties — base defaults (dark) */
:root {
  --background-primary: #1e1e1e;
  --background-secondary: #262626;
  --background-modifier-border: #3d3d3d;

  --text-normal: #dcddde;
  --text-muted: #999999;
  --text-faint: #666666;
  --text-accent: #7f6df2;

  --interactive-accent: #7f6df2;
  --interactive-accent-hover: #8875ff;

  --canvas-background: #1e1e1e;
  --canvas-dot-pattern: #3d3d3d;

  --graph-line: #4a4a4a;
  --graph-node: #7f6df2;

  /* Extended tokens for OSINT Platform UI */
  --background-primary-alt: #161616;
  --text-on-accent: #ffffff;
  --background-modifier-hover: rgba(255, 255, 255, 0.06);
  --background-modifier-active-hover: rgba(255, 255, 255, 0.1);
  --color-red: #e93147;
  --color-green: #3dd68c;
  --color-orange: #f0a020;
  --color-blue: #3b82f6;
  --header-height: 3.5rem;
  --inspector-width: 22rem;
}
