/* Escopo total: nada fora de .coletor-root */
.coletor-root,
.coletor-root * {
  box-sizing: border-box;
}

.coletor-root {
  position: relative;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 12px 12px 82px; /* espaço pro menu inferior */
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}

.coletor-root .coletor-loading {
  padding: 12px;
  opacity: 0.85;
}

.coletor-root .coletor-content {
  min-height: 240px;
}

.coletor-root .coletor-muted {
  opacity: 0.75;
}
