.statusbar {
  height: var(--statusbar-height);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 0 12px;
  background: var(--bg-surface);
  border-top: 1px solid var(--border-subtle);
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--text-muted);
}

.statusbar__spacer {
  flex: 1;
}

.statusbar__item--edition {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.statusbar__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-teal-bright);
  box-shadow: 0 0 6px 0 rgba(99, 184, 166, 0.7);
}
