.twx-fmv{border:1px solid #e5e5e5;border-radius:16px;padding:14px;background:#fff}
.twx-fmv__header{display:flex;gap:14px;justify-content:space-between;align-items:flex-start;flex-wrap:wrap}
.twx-fmv__title{font-size:18px;font-weight:700;line-height:1.25}
.twx-fmv__controls{display:flex;gap:12px;flex-wrap:wrap;align-items:flex-end}
.twx-fmv__label{display:flex;flex-direction:column;gap:6px;font-size:12px;color:#444;min-width:180px}
.twx-fmv__select{height:36px;border-radius:10px;border:1px solid #ddd;padding:0 10px;background:#fff}
.twx-fmv__range{width:220px}
.twx-fmv__stage{position:relative;margin-top:12px;border-radius:14px;background:#f4f4f4;overflow:hidden}
.twx-fmv__canvas{width:100%;height:auto;display:block}
.twx-fmv__loading{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;color:#333;background:rgba(255,255,255,.75);backdrop-filter:blur(2px)}
.twx-fmv__footer{margin-top:12px}
.twx-fmv__subtitle{font-size:12px;font-weight:700;margin-bottom:8px}
.twx-fmv__swatches{display:flex;flex-wrap:wrap;gap:8px;align-items:center}
.twx-fmv__swatch{border:1px solid #ddd;background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;font-size:12px;line-height:1}
.twx-fmv__swatch.is-active{border-color:#111}
.twx-fmv__swatchLabel{display:inline-block;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.twx-fmv__hint{font-size:12px;color:#666}

/* Product picker */
.twx-fmv__label--product{min-width:320px;max-width:520px}
.twx-fmv__productPicker{position:relative}
.twx-fmv__productSearch{width:100%;height:36px;border-radius:10px;border:1px solid #ddd;padding:0 10px;background:#fff}
.twx-fmv__productResults{display:none;position:absolute;top:40px;left:0;right:0;z-index:50;background:#fff;border:1px solid #ddd;border-radius:12px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.08);max-height:320px;overflow-y:auto}
.twx-fmv__resultHint{padding:12px;font-size:12px;color:#666}
.twx-fmv__result{width:100%;display:flex;gap:10px;align-items:center;padding:10px 12px;border:0;background:#fff;cursor:pointer;text-align:left}
.twx-fmv__result:hover{background:#f6f6f6}
.twx-fmv__resultThumb{width:44px;height:44px;border-radius:10px;background:#f2f2f2;display:flex;align-items:center;justify-content:center;overflow:hidden;border:1px solid #eee}
.twx-fmv__resultThumb img{width:100%;height:100%;object-fit:cover;display:block}
.twx-fmv__resultTitle{font-size:12px;color:#111;line-height:1.2}
.twx-fmv__productSelected{display:flex;gap:8px;align-items:center;margin-top:8px;padding:8px 10px;border:1px solid #eee;border-radius:12px;background:#fafafa}
.twx-fmv__productThumb{width:34px;height:34px;border-radius:10px;overflow:hidden;background:#f0f0f0;border:1px solid #eee;display:flex}
.twx-fmv__productThumb img{width:100%;height:100%;object-fit:cover}
.twx-fmv__productName{font-size:12px;color:#111;line-height:1.2;max-width:420px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.twx-fmv__productChips{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}
.twx-fmv__chip{border:1px solid #ddd;background:#fff;border-radius:999px;padding:6px 10px;cursor:pointer;font-size:11px;line-height:1;max-width:220px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.twx-fmv__chip:hover{background:#f6f6f6}
