.mv3d-viewer{width:100%;max-width:800px;aspect-ratio:16 / 10;height:auto;min-height:320px;margin:0 auto;display:block;background-color:#fff0;border-radius:12px;--poster-color:transparent}@supports not (aspect-ratio:16 / 10){.mv3d-viewer{height:520px}}.mv3d-controls{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center;margin:16px auto;max-width:800px;font-family:inherit}.mv3d-controls .mv3d-color-wrap,.mv3d-controls .mv3d-slot-wrap,.mv3d-controls .mv3d-send-wrap{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#fff;border:1px solid #e2e2e2;border-radius:8px;box-shadow:0 2px 6px rgb(0 0 0 / .04);font-size:14px}.mv3d-controls .mv3d-slot-wrap{flex-direction:column;align-items:stretch;min-width:220px}.mv3d-controls .mv3d-slot-label{font-weight:600;text-transform:capitalize}.mv3d-controls input[type="color"]{width:40px;height:40px;padding:0;border:1px solid #ddd;border-radius:6px;background:none;cursor:pointer}.mv3d-controls input[type="range"]{width:100%;cursor:pointer}.mv3d-controls .mv3d-clear,.mv3d-controls .mv3d-reset{cursor:pointer;border:1px solid #ccc;background:#f7f7f7;border-radius:6px;padding:6px 12px}.mv3d-controls .mv3d-submit{cursor:pointer;border:1px solid #3a86ff;background:#3a86ff;color:#fff;border-radius:6px;padding:8px 16px}.mv3d-controls .mv3d-send-msg{font-size:13px;width:100%;text-align:center}.mv3d-controls textarea{width:100%;resize:vertical}.mv3d-preset-group{display:inline-flex;flex-wrap:wrap;gap:10px;align-items:center;justify-content:center}.mv3d-preset{cursor:pointer;display:inline-flex;align-items:center;gap:8px;padding:8px 14px;border:1px solid #ccc;border-radius:999px;background:#fff;font:inherit;color:#333;transition:box-shadow .12s ease,border-color .12s ease}.mv3d-preset .mv3d-swatch{width:18px;height:18px;border-radius:50%;border:1px solid rgb(0 0 0 / .15);display:inline-block}.mv3d-preset--img{border-radius:10px;background-size:cover;background-position:center;min-width:56px;min-height:40px;padding:6px 10px;color:#fff;text-shadow:0 1px 2px rgb(0 0 0 / .6)}.mv3d-preset.mv3d-preset--active{outline:3px solid #3a86ff;outline-offset:2px;border-color:#3a86ff}.mv3d-preset:focus-visible,.mv3d-controls button:focus-visible,.mv3d-controls input:focus-visible{outline:3px solid #ff9800;outline-offset:2px}@media (prefers-reduced-motion:reduce){.mv3d-preset{transition:none}}@media (max-width:600px){.mv3d-viewer{aspect-ratio:4 / 5;min-height:360px}.mv3d-controls{flex-direction:column;align-items:stretch}.mv3d-preset-group{justify-content:flex-start}}