body.graph-authoring .graph-authoring-panel {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 80;
  width: min(24rem, calc(100vw - 8rem));
  max-height: calc(100vh - 11rem);
  overflow: auto;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(7, 10, 7, 0.88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

body.graph-authoring .graph-authoring-panel.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(100% + 1rem));
}

body.graph-authoring.graph-authoring-present .graph-authoring-panel,
body.graph-authoring.graph-authoring-present .graph-authoring-dock,
body.graph-authoring.graph-authoring-present .graph-authoring-timeline,
body.graph-authoring.graph-authoring-present .graph-authoring-toggle,
body.graph-authoring.graph-authoring-present .graph-authoring-hud {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(1rem) !important;
}

body.graph-authoring .graph-authoring-dock {
  position: fixed;
  top: 1rem;
  right: 26rem;
  z-index: 81;
  display: grid;
  gap: 0.55rem;
}

body.graph-authoring .graph-authoring-dock button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.55rem;
  min-width: 5.5rem;
  min-height: 2.5rem;
  padding: 0.65rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(7, 10, 7, 0.88);
  color: rgba(243, 243, 238, 0.82);
  cursor: pointer;
  backdrop-filter: blur(12px);
}

body.graph-authoring .graph-authoring-dock button span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.15rem;
  min-height: 1.15rem;
  padding: 0 0.2rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(243, 243, 238, 0.62);
  font-size: 0.68rem;
  line-height: 1;
}

body.graph-authoring .graph-authoring-dock button.is-active {
  border-color: rgba(156, 241, 105, 0.42);
  background: rgba(27, 37, 24, 0.96);
  color: rgba(243, 243, 238, 0.98);
}

body.graph-authoring .graph-authoring-timeline {
  position: fixed;
  left: 1rem;
  right: 27rem;
  bottom: 1rem;
  z-index: 79;
  max-height: min(48vh, 34rem);
  overflow: auto;
  padding: 0.9rem 1rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(7, 10, 7, 0.9);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

body.graph-authoring .graph-authoring-timeline.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 1rem));
}

body.graph-authoring .graph-authoring-toggle {
  position: fixed;
  top: 1rem;
  right: 26rem;
  z-index: 81;
  width: auto;
  min-height: 2.4rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(7, 10, 7, 0.88);
  color: rgba(243, 243, 238, 0.9);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

body.graph-authoring .graph-authoring-hud {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 81;
  width: min(22rem, calc(100vw - 30rem));
  padding: 0.9rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(7, 10, 7, 0.88);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(16px);
}

body.graph-authoring .graph-authoring-hud.is-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateX(calc(-100% - 1rem));
}

body.graph-authoring .graph-presentation-toggle,
body.graph-authoring-preview .graph-presentation-toggle {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 82;
  min-height: 2.35rem;
  padding: 0.6rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(7, 10, 7, 0.82);
  color: rgba(243, 243, 238, 0.88);
  backdrop-filter: blur(12px);
  cursor: pointer;
}

body.graph-authoring .graph-presentation-toggle {
  right: 33.25rem;
}

body.graph-authoring-present .graph-presentation-toggle {
  opacity: 0;
  pointer-events: none;
}

body.graph-authoring .graph-authoring-hud__summary h3 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.05;
}

body.graph-authoring .graph-authoring-hud__summary .graph-authoring-caption + .graph-authoring-caption {
  margin-top: 0.2rem;
}

body.graph-authoring .graph-authoring-hud__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: 0.75rem;
}

body.graph-authoring .graph-authoring-hud__actions button {
  min-height: 2.1rem;
  padding: 0.5rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.75rem;
  background: rgba(15, 20, 15, 0.92);
  color: rgba(243, 243, 238, 0.88);
  cursor: pointer;
}

body.graph-authoring .graph-authoring-hud__actions button:disabled {
  opacity: 0.4;
  cursor: default;
}

body.graph-authoring .graph-authoring-hud__preview-button {
  grid-column: 1 / -1;
}

body.graph-authoring .graph-authoring-hud__shortcuts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0.6rem;
  margin-top: 0.75rem;
  font-size: 0.7rem;
  color: rgba(243, 243, 238, 0.58);
}

body.graph-authoring .graph-authoring-hud__shortcuts span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

body.graph-authoring .graph-authoring-hud kbd {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.2rem;
  padding: 0.1rem 0.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.35rem;
  background: rgba(18, 24, 18, 0.96);
  color: rgba(243, 243, 238, 0.9);
  font: inherit;
}

body.graph-authoring .graph-authoring-panel__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

body.graph-authoring .graph-authoring-timeline__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.8rem;
}

body.graph-authoring .graph-authoring-timeline__header-actions {
  display: flex;
  align-items: center;
  gap: 0.55rem;
}

body.graph-authoring .graph-authoring-timeline__header-actions button {
  min-height: 2rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(12, 16, 12, 0.88);
  color: rgba(243, 243, 238, 0.82);
  cursor: pointer;
}

body.graph-authoring .graph-authoring-timeline__header-actions button:disabled {
  opacity: 0.4;
  cursor: default;
}

body.graph-authoring .graph-authoring-timeline h3 {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.1;
}

body.graph-authoring .graph-authoring-panel__eyebrow,
body.graph-authoring .graph-authoring-section__title {
  margin: 0 0 0.35rem;
  font-family: "JetBrains Mono", monospace;
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(156, 241, 105, 0.82);
}

body.graph-authoring .graph-authoring-panel h2 {
  margin: 0;
  font-size: 1.15rem;
  line-height: 1.1;
}

body.graph-authoring .graph-authoring-panel__link {
  color: rgba(243, 243, 238, 0.8);
  font-size: 0.82rem;
  text-decoration: none;
}

body.graph-authoring .graph-authoring-section[hidden] {
  display: none !important;
}

body.graph-authoring .graph-authoring-section {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

body.graph-authoring .graph-authoring-timeline__row {
  display: grid;
  grid-template-columns: 8.5rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: center;
}

body.graph-authoring .graph-authoring-timeline__row + .graph-authoring-timeline__row {
  margin-top: 0.7rem;
}

body.graph-authoring .graph-authoring-timeline__row--layer {
  grid-template-columns: 11rem minmax(0, 1fr);
  margin-top: 0.45rem;
}

body.graph-authoring .graph-authoring-timeline__row--layer.is-selected .graph-authoring-timeline__layer-button {
  color: rgba(243, 243, 238, 0.98);
  border-color: rgba(156, 241, 105, 0.42);
  background: rgba(25, 33, 23, 0.96);
}

body.graph-authoring .graph-authoring-timeline__row--layer.is-primary .graph-authoring-timeline__layer-button {
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body.graph-authoring .graph-authoring-timeline__label {
  font-size: 0.75rem;
  color: rgba(243, 243, 238, 0.62);
}

body.graph-authoring .graph-authoring-timeline__layers {
  margin-top: 0.9rem;
  padding-top: 0.8rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

body.graph-authoring .graph-authoring-timeline__layers--edges {
  margin-top: 0.7rem;
}

body.graph-authoring .graph-authoring-timeline__layers-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.5rem;
}

body.graph-authoring .graph-authoring-timeline__layer-list {
  max-height: 9.25rem;
  overflow: auto;
  padding-right: 0.2rem;
}

body.graph-authoring .graph-authoring-timeline__track {
  position: relative;
  min-height: 2.3rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.85rem;
  background:
    linear-gradient(180deg, rgba(16, 20, 16, 0.96), rgba(11, 14, 11, 0.92)),
    repeating-linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.05) 0,
      rgba(255, 255, 255, 0.05) 1px,
      transparent 1px,
      transparent 10%
    );
  overflow: hidden;
}

body.graph-authoring .graph-authoring-timeline__track--scrub {
  min-height: 1.35rem;
}

body.graph-authoring .graph-authoring-timeline__track--layer {
  min-height: 2rem;
}

body.graph-authoring .graph-authoring-timeline__playhead {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.22);
  transform: translateX(-50%);
  pointer-events: none;
}

body.graph-authoring .graph-authoring-timeline__marker {
  position: absolute;
  top: 50%;
  width: 0.95rem;
  height: 0.95rem;
  min-height: 0;
  padding: 0;
  border-radius: 999px;
  background: rgba(25, 31, 24, 0.96);
  border: 1px solid rgba(156, 241, 105, 0.38);
  transform: translate(-50%, -50%);
  cursor: ew-resize;
  touch-action: none;
}

body.graph-authoring .graph-authoring-timeline__marker.is-active {
  background: rgba(35, 52, 31, 0.98);
  border-color: rgba(156, 241, 105, 0.82);
  box-shadow: 0 0 14px rgba(156, 241, 105, 0.16);
}

body.graph-authoring .graph-authoring-timeline__marker--ghost {
  width: 0.65rem;
  height: 0.65rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

body.graph-authoring .graph-authoring-timeline__marker--node {
  border-color: rgba(125, 200, 255, 0.48);
  background: rgba(18, 28, 36, 0.98);
}

body.graph-authoring .graph-authoring-timeline__marker--node.is-active {
  border-color: rgba(125, 200, 255, 0.86);
  box-shadow: 0 0 14px rgba(125, 200, 255, 0.18);
}

body.graph-authoring .graph-authoring-timeline__range {
  position: absolute;
  top: 0.28rem;
  bottom: 0.28rem;
  min-width: 1rem;
  padding: 0 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(28, 34, 27, 0.92);
  color: rgba(243, 243, 238, 0.88);
  transform: translateX(0);
  cursor: grab;
  touch-action: none;
}

body.graph-authoring .graph-authoring-timeline__range:active {
  cursor: grabbing;
}

body.graph-authoring .graph-authoring-timeline__range.is-selected {
  border-color: rgba(156, 241, 105, 0.74);
  box-shadow: 0 0 16px rgba(156, 241, 105, 0.12);
}

body.graph-authoring .graph-authoring-timeline__range.is-active {
  background: rgba(43, 61, 36, 0.95);
}

body.graph-authoring .graph-authoring-timeline__range.is-support {
  background: rgba(29, 40, 27, 0.95);
}

body.graph-authoring .graph-authoring-timeline__range.is-context {
  background: rgba(24, 30, 24, 0.95);
}

body.graph-authoring .graph-authoring-timeline__range.has-warning {
  border-color: rgba(243, 179, 76, 0.62);
}

body.graph-authoring .graph-authoring-timeline__range.has-error {
  border-color: rgba(255, 107, 107, 0.7);
}

body.graph-authoring .graph-authoring-timeline__range.has-locked {
  border-color: rgba(125, 200, 255, 0.68);
}

body.graph-authoring .graph-authoring-timeline__range.has-resolved {
  border-color: rgba(216, 255, 179, 0.72);
}

body.graph-authoring .graph-authoring-timeline__range-label {
  position: relative;
  z-index: 1;
  font-size: 0.72rem;
  white-space: nowrap;
  pointer-events: none;
}

body.graph-authoring .graph-authoring-timeline__range-handle {
  position: absolute;
  top: 0.28rem;
  bottom: 0.28rem;
  width: 0.5rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

body.graph-authoring .graph-authoring-timeline__range-handle.is-start {
  left: 0.14rem;
  cursor: ew-resize;
}

body.graph-authoring .graph-authoring-timeline__range-handle.is-end {
  right: 0.14rem;
  cursor: ew-resize;
}

body.graph-authoring .graph-authoring-timeline__layer-button {
  width: 100%;
  min-height: 2rem;
  padding: 0.45rem 0.7rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.7rem;
  background: rgba(12, 16, 12, 0.88);
  color: rgba(243, 243, 238, 0.78);
  text-align: left;
  cursor: pointer;
}

body.graph-authoring .graph-authoring-row,
body.graph-authoring .graph-authoring-grid {
  display: grid;
  gap: 0.75rem;
}

body.graph-authoring .graph-authoring-row {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.graph-authoring .graph-authoring-row--stack {
  grid-template-columns: 1fr;
}

body.graph-authoring .graph-authoring-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.graph-authoring .graph-authoring-field {
  display: grid;
  gap: 0.35rem;
}

body.graph-authoring .graph-authoring-field span,
body.graph-authoring .graph-authoring-caption {
  font-size: 0.72rem;
  color: rgba(243, 243, 238, 0.55);
}

body.graph-authoring .graph-authoring-caption {
  margin: 0.55rem 0 0;
  line-height: 1.4;
}

body.graph-authoring .graph-authoring-panel input,
body.graph-authoring .graph-authoring-panel select,
body.graph-authoring .graph-authoring-panel textarea,
body.graph-authoring .graph-authoring-panel button {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0.7rem;
  background: rgba(17, 21, 17, 0.9);
  color: rgba(243, 243, 238, 0.94);
  font: inherit;
}

body.graph-authoring .graph-authoring-panel input,
body.graph-authoring .graph-authoring-panel select,
body.graph-authoring .graph-authoring-panel button {
  min-height: 2.4rem;
  padding: 0.6rem 0.75rem;
}

body.graph-authoring .graph-authoring-panel textarea {
  min-height: 12rem;
  padding: 0.7rem 0.8rem;
  resize: vertical;
}

body.graph-authoring .graph-authoring-panel button {
  cursor: pointer;
}

body.graph-authoring .graph-authoring-panel button:hover,
body.graph-authoring .graph-authoring-keyframes button.is-active,
body.graph-authoring .graph-authoring-edge-list button.is-active {
  border-color: rgba(156, 241, 105, 0.42);
  background: rgba(27, 37, 24, 0.96);
}

body.graph-authoring .graph-authoring-keyframes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

body.graph-authoring .graph-authoring-keyframes button,
body.graph-authoring .graph-authoring-edge-list button {
  width: auto;
  min-height: 2rem;
  padding: 0.45rem 0.65rem;
  font-size: 0.78rem;
}

body.graph-authoring .graph-authoring-edge-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
}

body.graph-authoring .story-node {
  cursor: grab;
}

body.graph-authoring-preview .story-node,
body.graph-authoring-preview .story-edge {
  transition:
    opacity 120ms ease,
    filter 120ms ease,
    box-shadow 120ms ease;
}

body.graph-authoring .story-background {
  pointer-events: auto;
}

body.graph-authoring-preview .story-background {
  pointer-events: auto;
}

body.graph-authoring .story-background__veil,
body.graph-authoring .story-background__mesh,
body.graph-authoring .story-network__edges {
  pointer-events: none;
}

body.graph-authoring-preview .story-background__veil,
body.graph-authoring-preview .story-background__mesh,
body.graph-authoring-preview .story-network__edges {
  pointer-events: none;
}

body.graph-authoring .story-network__nodes,
body.graph-authoring .story-node,
body.graph-authoring .story-graph {
  pointer-events: auto;
}

body.graph-authoring-preview .story-network__nodes,
body.graph-authoring-preview .story-node,
body.graph-authoring-preview .story-graph {
  pointer-events: auto;
}

body.graph-authoring .story-node.is-author-dragging {
  cursor: grabbing;
}

body.graph-authoring .story-node.is-author-selected {
  opacity: 1 !important;
  z-index: 18;
  filter: drop-shadow(0 0 18px rgba(156, 241, 105, 0.12));
}

body.graph-authoring-preview .story-node.is-author-selected {
  opacity: 1 !important;
  z-index: 18;
  filter: drop-shadow(0 0 14px rgba(156, 241, 105, 0.08));
}

body.graph-authoring-present .story-node.is-author-selected,
body.graph-authoring-present .story-node.is-author-primary,
body.graph-authoring-present .story-node.is-author-dragging,
body.graph-authoring-present .story-edge.is-author-selected {
  filter: none !important;
  box-shadow: none !important;
}

body.graph-authoring .story-node.is-author-selected .story-node__orb {
  border-color: rgba(156, 241, 105, 0.72);
  box-shadow:
    inset 0 0 0 10px rgba(6, 8, 6, 0.9),
    0 0 18px rgba(156, 241, 105, 0.12);
}

body.graph-authoring-preview .story-node.is-author-selected .story-node__orb {
  border-color: rgba(156, 241, 105, 0.58);
  box-shadow:
    inset 0 0 0 10px rgba(6, 8, 6, 0.9),
    0 0 14px rgba(156, 241, 105, 0.08);
}

body.graph-authoring-present .story-node.is-author-selected .story-node__orb,
body.graph-authoring-present .story-node.is-author-primary .story-node__orb {
  border-color: inherit !important;
  box-shadow: none !important;
}

body.graph-authoring .story-node.is-author-primary {
  z-index: 19;
  filter: drop-shadow(0 0 30px rgba(255, 255, 255, 0.18));
}

body.graph-authoring-preview .story-node.is-author-primary {
  z-index: 19;
  filter: drop-shadow(0 0 20px rgba(255, 255, 255, 0.1));
}

body.graph-authoring .story-node.is-author-primary .story-node__orb {
  border-color: rgba(255, 255, 255, 0.96);
  box-shadow:
    inset 0 0 0 10px rgba(6, 8, 6, 0.9),
    0 0 28px rgba(255, 255, 255, 0.16);
}

body.graph-authoring-preview .story-node.is-author-primary .story-node__orb {
  border-color: rgba(255, 255, 255, 0.82);
  box-shadow:
    inset 0 0 0 10px rgba(6, 8, 6, 0.9),
    0 0 18px rgba(255, 255, 255, 0.1);
}

body.graph-authoring-present .story-node.is-author-selected .story-node__label,
body.graph-authoring-present .story-node.is-author-primary .story-node__label {
  opacity: inherit !important;
}

body.graph-authoring .story-node.is-author-selected .story-node__label,
body.graph-authoring .story-node.is-author-primary .story-node__label {
  opacity: 1 !important;
}

body.graph-authoring-preview .story-node.is-author-selected .story-node__label,
body.graph-authoring-preview .story-node.is-author-primary .story-node__label {
  opacity: 1 !important;
}

body.graph-authoring .story-edge.is-author-selected {
  opacity: 1 !important;
  height: 2.8px !important;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.96), rgba(255, 255, 255, 0.18)) !important;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.18) !important;
}

body.graph-authoring-preview .story-edge.is-author-selected {
  opacity: 1 !important;
  height: 2.3px !important;
  background: linear-gradient(90deg, rgba(156, 241, 105, 0.12), rgba(255, 255, 255, 0.8), rgba(156, 241, 105, 0.12)) !important;
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.08) !important;
}

body.graph-authoring-present .story-edge.is-author-selected {
  height: inherit !important;
  background: inherit !important;
  opacity: inherit !important;
}

body.graph-authoring .story-graph {
  opacity: 1;
}

@media (max-width: 980px) {
  body.graph-authoring .graph-authoring-hud {
    top: 0.75rem;
    left: 0.75rem;
    right: 6rem;
    width: auto;
  }

  body.graph-authoring .graph-authoring-panel {
    inset: auto 0.75rem 0.75rem;
    top: auto;
    width: calc(100vw - 1.5rem);
    max-height: 42vh;
  }

  body.graph-authoring .graph-authoring-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.graph-authoring .graph-authoring-toggle {
    right: 1rem;
    top: 0.75rem;
  }

  body.graph-authoring .graph-presentation-toggle,
  body.graph-authoring-preview .graph-presentation-toggle {
    top: 0.75rem;
    right: 0.75rem;
  }

  body.graph-authoring .graph-authoring-dock {
    top: auto;
    bottom: 0.75rem;
    right: 0.75rem;
    left: 0.75rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.graph-authoring .graph-authoring-timeline {
    left: 0.75rem;
    right: 0.75rem;
    bottom: calc(42vh + 4.85rem);
  }

  body.graph-authoring .graph-authoring-timeline__row {
    grid-template-columns: 1fr;
  }

  body.graph-authoring .graph-authoring-timeline__row--layer {
    grid-template-columns: 1fr;
  }
}
