/* Graph Component Styles */
.graph-container {
  padding: 20px;
  background: rgba(30, 0, 50, 0.5);
  border-radius: 12px;
  border: 1px solid rgba(180, 0, 255, 0.3);
}

.graph-title {
  color: var(--accent1);
  margin-bottom: 15px;
  font-weight: 600;
}

.graph-canvas {
  width: 100%;
  height: 300px;
}
