.garment-preview { min-width: 0; background: #0b1013; }
.garment-preview img { display: block; width: 100%; height: auto; max-height: 580px; object-fit: contain; }
.model-modal { padding: 12px; overflow-y: auto; overscroll-behavior: contain; }
.model-modal-panel {
  width: min(1080px, 100%);
  max-height: none;
  background: linear-gradient(155deg, #171c20, #090c0e);
  border: 0;
  box-shadow: none;
}
.model-toolbar { flex-direction: row; align-items: center; padding: 12px 16px; border: 0; }
.model-toolbar .model-actions { width: auto; flex: 0 0 auto; justify-content: flex-end; }
.model-toolbar #model-title { flex: 1; min-width: 0; }
.model-toolbar p { font-size: 14px; text-transform: none; color: var(--white); }
.model-close, .studio-control {
  display: inline-grid; place-items: center; flex: 0 0 44px;
  width: 44px; height: 44px; min-height: 44px; padding: 0;
  border: 1px solid #ffffff26; border-radius: 4px;
  background: transparent; cursor: pointer;
}
.model-close img, .studio-control img { width: 20px; height: 20px; filter: invert(1); }
.studio-control:hover { background: #ffffff14; }
.studio-control:disabled { opacity: .35; cursor: wait; }
.studio-control:focus-visible, .studio-bar select:focus-visible, .studio-hotspot:focus-visible { outline: 2px solid var(--yellow); outline-offset: 3px; }
.garment-studio { min-width: 0; }
.studio-bar { display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 0 16px; }
.studio-bar select { min-width: 0; max-width: 320px; width: 100%; height: 44px; padding: 0 8px; border: 1px solid #ffffff26; border-radius: 4px; color: white; background: #13191d; font: inherit; font-size: 12px; }
.studio-controls { display: flex; gap: 8px; }
.studio-stage { position: relative; height: min(62dvh, 640px); min-height: 280px; }
.studio-stage model-viewer { display: block; width: 100%; height: 100%; touch-action: pan-y; --poster-color: transparent; }
.studio-loading { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: end; align-items: center; gap: 12px; padding: 32px; pointer-events: none; background: #0b1013; }
.studio-loading img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: contain; opacity: .65; }
.studio-loading span, .studio-loading progress { position: relative; }
.studio-loading span { font-size: 13px; }
.studio-loading progress { width: 160px; height: 3px; accent-color: var(--red); }
.studio-error { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; padding: 24px; text-align: center; background: #0b1013; }
.studio-error p { max-width: 340px; font-size: 14px; }
.studio-error button { min-height: 44px; padding: 8px 16px; color: white; background: var(--red); border: 0; border-radius: 4px; cursor: pointer; }
.studio-hint { text-align: center; padding: 12px 16px 20px; margin: 0; font-size: 11px; color: #ffffff99; }
.studio-hotspot { position: relative; width: 44px; height: 44px; padding: 0; color: white; border: 1px solid #ffffff88; border-radius: 50%; background: #071015bb; cursor: pointer; }
.studio-hotspot-note { position: absolute; bottom: 50px; left: 50%; transform: translateX(-50%); width: 150px; padding: 12px; color: white; background: #071015ee; border-radius: 4px; font-size: 12px; line-height: 1.5; }
.garment-studio [hidden] { display: none; }
@media (min-width: 768px) {
  .studio-bar { padding: 0 24px; }
  .studio-stage { height: min(70dvh, 640px); }
}
