/* Piso tipográfico para gravação e leitura em telas menores. */
.scene-kicker,
.scene-number,
.tree-mode {
  font-size: 20px;
}

.path-step span {
  font-size: clamp(22px, 1.65vw, 28px);
}

.concept-card h2 {
  hyphens: manual;
  overflow-wrap: normal;
}

.module-index,
.module-duration,
.module-card-actions,
.hub-footer,
#sceneCounter,
.presenter-bar span,
.preview-label,
.note-heading span,
.note-card h2,
.status-tag {
  font-size: 18px;
}

.presenter-controls button {
  font-size: 19px;
}

.scene-tree .tree-panel:has(.tree-focus-list.is-grid) .tree-focus-meaning {
  font-size: clamp(20px, 1.18vw, 22px);
}
