.amigoe-live {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
  margin: 1em 0;
}
.amigoe-live video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  background: #000;
}
.amigoe-live__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  pointer-events: none;
}
.amigoe-live__overlay[data-state="live"] { display: none; }
.amigoe-live__badge {
  background: rgba(0, 0, 0, 0.7);
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  letter-spacing: 0.4px;
}
.amigoe-live--unconfigured {
  padding: 16px;
  background: #fee;
  border: 1px solid #f99;
  color: #800;
  border-radius: 4px;
}
