:root {
  color-scheme: light;
}

body {
  min-height: 100vh;
}

.scanner-shell {
  max-width: 32rem;
}

.scanner-preview {
  position: relative;
}

.scanner-placeholder {
  align-items: center;
  display: flex;
  inset: 0;
  justify-content: center;
  position: absolute;
}

.score-badge {
  align-items: center;
  border-radius: 999px;
  color: white;
  display: flex;
  font-size: 1.25rem;
  font-weight: 700;
  height: 4.5rem;
  justify-content: center;
  min-width: 4.5rem;
}

.score-badge[data-semaphore="verde"] {
  background: #198754;
}

.score-badge[data-semaphore="amarillo"] {
  background: #997404;
}

.score-badge[data-semaphore="rojo"] {
  background: #dc3545;
}
