.lumo-editor-preview,
.lumo-hero-preview,
.lumo-profile-preview {
  position: relative;
  overflow: hidden;
  display: block;
}
.lumo-editor-preview {
  width: min(260px, 100%);
  height: 300px;
  border-radius: 26px;
  background: radial-gradient(circle at 50% 84%, rgba(255,255,255,.84), transparent 46%), linear-gradient(180deg, rgba(255,255,255,.36), rgba(236,232,255,.28));
}
.lumo-hero-preview {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 104px;
  width: min(600px, 90%);
  height: 430px;
  transform: translateX(-50%);
  pointer-events: none;
  filter: drop-shadow(0 28px 30px rgba(110,92,180,.18));
}
.lumo-profile-preview {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 70%, rgba(255,255,255,.9), transparent 62%), linear-gradient(160deg, #cdbcf0, #a98fe6);
}
.lumo-preview-loading,
.lumo-preview-error {
  display: grid;
  place-items: center;
  color: #7468df;
  font-weight: 1000;
  font-size: 12px;
}
.lumo-preview-error { color: #d65f86; }
.lumo-editor-preview canvas,
.lumo-hero-preview canvas,
.lumo-profile-preview canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
