.model-preview {
  background:
    radial-gradient(circle at 30% 24%, rgba(125, 211, 252, 0.24), transparent 34%),
    linear-gradient(135deg, #0f172a, #1f2937);
}

.model-player-viewer,
.viewer.model-player-viewer {
  min-height: min(72vh, 760px);
  background: #0f172a;
}

.model-player-stage {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: min(72vh, 760px);
  overflow: hidden;
}

.model-player-stage canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
}

.model-preview-frame {
  display: block;
  width: 100%;
  height: 100%;
  min-height: min(72vh, 760px);
  border: 0;
  background: #e9eef4;
}

.model-player-loading {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #e5e7eb;
  font-weight: 700;
  z-index: 2;
}

.side-menu-icon-model {
  border: 1.5px solid currentColor;
  border-radius: 4px;
  transform: rotate(45deg) skew(-8deg, -8deg) scale(0.82);
}

.side-menu-icon-model::before {
  content: "";
  position: absolute;
  inset: 3px;
  border: 1.5px solid currentColor;
  border-radius: 3px;
}

.side-menu-icon-model::after {
  content: "";
  position: absolute;
  left: 7px;
  top: -4px;
  width: 1.5px;
  height: 25px;
  background: currentColor;
  transform: rotate(-45deg);
}
