/* ============================================================
   VINYL LAB 唱片机视觉修复 - 独立静态文件
   （绕过 Lightning CSS 压缩器：构建时 backdrop-filter:none
    会被删除，此文件不走打包，保证覆盖生效）
   1. 彻底去除唱片机区域的模糊/毛玻璃/阴影
   2. 暖杏透明台：胶片图案填满黑胶盘中心标签区 + 去黑边
   ============================================================ */

.turntable,
.turntable *,
.turntable *::before,
.turntable *::after,
.photo-turntable,
.photo-turntable *,
.photo-turntable *::before,
.photo-turntable *::after,
.phone-full-preview .photo-turntable,
.phone-full-preview .photo-turntable * {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  filter: none !important;
  box-shadow: none !important;
}

/* 兜底：直接覆盖已知的毛玻璃/阴影源 */
.turntable {
  background: transparent !important;
}

/* ------------------------------------------------------------
   2) 暖杏透明台：胶片图案对齐修正
   - 去掉 label 的边框与描边（黑边来源）
   - 自定义图片略微外扩，盖住底图标签边缘的细小月牙色边
   - !important 确保覆盖打包后的同名规则
   ------------------------------------------------------------ */
.photo-warm .warm-label-face,
.photo-warm .warm-label-face.is-custom {
  width: 36% !important;
  height: 36% !important;
  top: 32% !important;
  left: 32% !important;
  border: 0 !important;
  border-radius: 50% !important;
  box-shadow: none !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.photo-circuit .circuit-label-motion.has-custom-label {
  width: 14.8% !important;
  top: 35.82% !important;
  left: 26.725% !important;
}

/* 上传图使用独立图片层，在圆形遮罩内放大裁切素材自带边框。 */
.photo-warm .vinyl-label-image,
.photo-circuit .vinyl-label-image {
  width: 100% !important;
  height: 100% !important;
  position: absolute !important;
  inset: 0 !important;
  object-fit: cover !important;
  object-position: center !important;
  transform: scale(1.4) !important;
  transform-origin: 50% 50% !important;
}

/* 主轴孔保持居中 */
.photo-warm .warm-label-face .spindle {
  border: 0 !important;
}
