/**
 * Timeline-specific styles
 */

.timeline-container {
  flex: 1;
  position: relative;
  overflow: hidden;
  background: var(--color-bg);
  min-height: 0;
}

#timeline-canvas {
  display: block;
  width: 100%;
  height: 100%;
  cursor: default;
}

/* Timeline will be rendered on canvas, minimal CSS needed */
