[x-cloak] { display: none !important; }

#graph {
  min-height: 640px;
  background: #282828;
}

svg {
  width: 100%;
  height: auto;
  display: block;
  background: #282828;
}

.node rect {
  fill: #3c3836;
  stroke: #b8bb26;
  stroke-width: 1.5px;
}

.risk-badge { pointer-events: none; }

.edgePath path {
  stroke: #b8bb26;
  stroke-width: 1.4px;
}

.edgeLabel {
  font-size: 0.85rem;
  fill: #ebdbb2;
  font-family: 'JetBrains Mono', monospace;
}
