@jieyin/editor-sdk 1.1.183 → 1.1.184

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .editor-layout{--editor-page-bg: #eef2f7;--editor-text: #0f172a;--editor-topbar-bg: #f8fafc;--editor-nav-rail-bg: #ffffff;--editor-border: #e2e8f0;--editor-accent: #6366f1;--editor-accent-2: #8b5cf6;--editor-accent-hover: #4f46e5;--editor-accent-active: #4338ca;--editor-accent-soft: #eef2ff;--editor-accent-soft-border: #c7d2fe;--editor-accent-on-soft: #3730a3;--editor-accent-rgb: 99, 102, 241;--editor-tool-hover-border: #cbd5f5;--editor-cart-bg: #2563eb;--editor-cart-hover: #1d4ed8;--editor-cart-active: #1e40af;--editor-cart-rgb: 37, 99, 235;--editor-save-bg: #6366f1;--editor-save-hover: #4f46e5;--editor-save-active: #4338ca;--editor-save-rgb: 99, 102, 241;--editor-save-gradient-end: #7c3aed;--editor-primary-bg: #2563eb}.editor-layout.editor-ui-theme--theme1{--editor-page-bg: #f4f4f6;--editor-topbar-bg: #ffffff;--editor-nav-rail-bg: #faf5f8;--editor-accent: #e91e63;--editor-accent-2: #ec407a;--editor-accent-hover: #d81b60;--editor-accent-active: #c2185b;--editor-accent-soft: #fce4ec;--editor-accent-soft-border: #f8bbd9;--editor-accent-on-soft: #880e4f;--editor-accent-rgb: 233, 30, 99;--editor-tool-hover-border: #f8bbd9;--editor-cart-bg: #e91e63;--editor-cart-hover: #d81b60;--editor-cart-active: #c2185b;--editor-cart-rgb: 233, 30, 99;--editor-save-bg: #2d3b5e;--editor-save-hover: #243049;--editor-save-active: #1a2538;--editor-save-rgb: 45, 59, 94;--editor-save-gradient-end: #1a2538;--editor-primary-bg: #e91e63}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(64px,5.2vw,72px) 1fr}.editor-layout.editor-ui-theme--theme1 .sidebar-nav{padding:clamp(10px,1.2vw,14px) clamp(3px,.4vw,5px)}.editor-layout.editor-ui-theme--theme1 .nav-item{width:100%;max-width:100%;box-sizing:border-box;padding-left:clamp(2px,.3vw,4px);padding-right:clamp(2px,.3vw,4px)}.editor-layout.editor-ui-theme--theme1 .nav-label{display:block;width:100%;max-width:100%;text-align:center;line-height:1.2;font-size:clamp(9px,.68vw,11px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor{min-height:100vh;max-height:100vh;display:flex;flex-direction:column;background:var(--editor-page-bg);color:var(--editor-text);height:100vh;overflow:hidden}html:has(.editor-layout){overflow-y:hidden;height:100%}body:has(.editor-layout){overflow:hidden;height:100%}.editor-layout .topbar{height:clamp(48px,3.5vw,56px);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,1.5vw,20px);background:var(--editor-topbar-bg);border-bottom:1px solid var(--editor-border);font-size:clamp(12px,.9vw,14px)}.editor-layout .topbar-left,.editor-layout .topbar-right{display:flex;align-items:center;gap:12px}.editor-layout .toolbar{display:flex;gap:clamp(6px,.6vw,8px)}.editor-layout .product-name{font-size:clamp(12px,.9vw,14px);font-weight:600;color:#1e293b}.editor-layout .main{flex:1;display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr) minmax(0,280px);grid-template-rows:auto minmax(0,1fr);gap:clamp(12px,1.5vw,16px);padding:clamp(12px,1.5vw,16px);min-height:0;overflow:hidden}.editor-layout .main>*{min-width:0}.editor-layout .sidebar{background:#fff;border-radius:clamp(12px,1.5vw,16px);border:1px solid #e5e7eb;box-shadow:0 8px 24px #0f172a0f;display:grid;grid-template-columns:clamp(48px,4vw,64px) 1fr;overflow:hidden;min-height:0}.editor-layout .sidebar-no-nav{grid-template-columns:1fr}.editor-layout .sidebar-left{grid-column:1;grid-row:1 / 3;min-width:0}.editor-layout .sidebar-right{grid-column:3;grid-row:2;overflow:auto;height:100%;width:100%;min-width:0;box-sizing:border-box}.editor-layout .sidebar-right .sidebar-panel{min-width:270px;width:100%;box-sizing:border-box}.editor-layout .sidebar-right .tool-grid{grid-template-columns:repeat(auto-fit,minmax(36px,1fr))}.editor-layout .sidebar-right .mode-grid{grid-template-columns:repeat(auto-fit,minmax(86px,1fr))}.editor-layout .sidebar-right .panel-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.editor-layout .sidebar-right .slider-row{flex-wrap:wrap}.editor-layout .sidebar-right .slider-label{width:auto;min-width:40px}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail{grid-column:3;grid-row:1 / 3;display:flex;flex-direction:column;gap:clamp(10px,.9vw,14px);min-height:0;min-width:0;width:100%;box-sizing:border-box;background:transparent;border:none;border-radius:0;overflow:hidden}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .preview{grid-column:unset;grid-row:unset;flex-shrink:0;width:100%}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .sidebar.sidebar-theme1-layers{grid-column:unset;grid-row:unset;flex:1 1 auto;min-height:0;overflow:auto;background:transparent;border:none;box-shadow:none;border-radius:0;padding:0;margin:0}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .sidebar-theme1-layers .sidebar-panel{min-width:0;width:100%;box-sizing:border-box;padding:0;background:transparent}.editor-layout.editor-ui-theme--theme1 .layer-list--theme1{gap:clamp(6px,.55vw,8px)}.editor-layout.editor-ui-theme--theme1 .layer-list--theme1 .layer-list-sortable{display:flex;flex-direction:column;gap:clamp(8px,.7vw,10px);min-height:0}.editor-layout.editor-ui-theme--theme1 .layer-sortable-ghost{opacity:.45;background:#f8fafc!important;border:1px dashed var(--editor-accent-soft-border, #cbd5e1)!important;box-shadow:none!important}.editor-layout.editor-ui-theme--theme1 .layer-sortable-chosen{cursor:grabbing;box-shadow:0 4px 14px #0f172a1f}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1{display:flex;flex-direction:row;align-items:center;gap:clamp(6px,.55vw,8px);min-height:85px;height:85px;box-sizing:border-box;padding:clamp(6px,.55vw,8px) clamp(10px,.85vw,12px);border:2px solid #e2e8f0;border-radius:clamp(12px,1vw,14px);background:#fff;box-shadow:none;min-width:0;overflow:visible}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0f}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1.active{border-color:#203461;background:#fff;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1.hidden{opacity:.55}.editor-layout.editor-ui-theme--theme1 .layer-drag-handle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:clamp(22px,2vw,28px);color:#94a3b8;cursor:grab;touch-action:none;border-radius:6px;padding:2px 0}.editor-layout.editor-ui-theme--theme1 .layer-drag-handle:hover{color:#64748b;background:#f1f5f9}.editor-layout.editor-ui-theme--theme1 .layer-drag-handle--disabled{cursor:not-allowed;opacity:.4;pointer-events:none}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1 .layer-item-main{flex:1;min-width:0;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:clamp(8px,.7vw,10px)}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1{width:clamp(56px,7vw,64px);height:clamp(56px,7vw,64px);flex-shrink:0;border-radius:clamp(8px,.75vw,10px)}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1 .layer-thumbnail-canvas{width:100%;height:100%}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1 .layer-thumbnail-img--theme1{width:100%;height:100%;min-height:0;display:block;object-fit:contain}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1 .layer-thumbnail--theme1-tt{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:clamp(13px,1vw,15px);font-weight:700;font-family:ui-sans-serif,system-ui,sans-serif;color:#475569;letter-spacing:-.03em;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-radius:inherit}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1 .layer-name{font-weight:600;font-size:clamp(12px,.88vw,13px);color:#0f172a}.editor-layout.editor-ui-theme--theme1 .layer-type--theme1{font-size:clamp(10px,.78vw,12px);color:#64748b;margin-top:1px}.editor-layout.editor-ui-theme--theme1 .layer-type--theme1.layer-type--theme1-highres{color:#16a34a;font-weight:500}.editor-layout.editor-ui-theme--theme1 .layer-row-actions{display:flex;flex-direction:row;align-items:center;gap:clamp(4px,.45vw,6px);flex-shrink:0}.editor-layout.editor-ui-theme--theme1 .layer-visibility-btn--theme1{width:clamp(26px,2.2vw,30px);height:clamp(26px,2.2vw,30px)}.editor-layout.editor-ui-theme--theme1 .layer-visibility-btn--theme1 svg{width:clamp(14px,1.05em,18px);height:clamp(14px,1.05em,18px)}.editor-layout.editor-ui-theme--theme1 .layer-visibility-btn--theme1.is-off{color:#dc2626}.editor-layout.editor-ui-theme--theme1 .layer-action-btn--theme1{width:clamp(26px,2.2vw,30px);height:clamp(26px,2.2vw,30px)}.editor-layout.editor-ui-theme--theme1 .layer-action-btn--theme1 svg{width:clamp(14px,1.05em,18px);height:clamp(14px,1.05em,18px)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-card{display:flex;align-items:flex-start;gap:clamp(10px,1vw,12px);margin-bottom:clamp(12px,1.2vw,16px)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-cover{width:clamp(56px,5vw,72px);height:clamp(56px,5vw,72px);object-fit:contain;border-radius:clamp(8px,.8vw,10px);background:#f4f6fb;border:1px solid var(--editor-border, #e2e8f0);flex-shrink:0}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-cover--placeholder{display:block}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-meta{flex:1;min-width:0}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-name{font-size:clamp(12px,.9vw,14px);font-weight:600;color:#334155;line-height:1.4}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-field{display:flex;flex-direction:column;gap:clamp(4px,.4vw,6px);margin-bottom:clamp(10px,1vw,12px)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-label{font-size:clamp(11px,.82vw,13px);font-weight:500;color:#64748b}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .select{width:100%;max-width:100%;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--add-text{padding:clamp(12px,1.2vw,16px);display:flex;flex-direction:column;gap:clamp(10px,1vw,14px);min-height:0;background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-figma-text-panel{display:flex;flex-direction:column;gap:clamp(10px,.95vw,14px);--theme1-figma-accent: #ff4d82;--theme1-figma-border: #e0e0e0;--theme1-figma-text: #333333;--theme1-figma-navy: #2d3b5e;--theme1-figma-blue: #2563eb}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 14px;border-radius:4px;border:1px solid var(--theme1-figma-navy);background:#fff;color:var(--theme1-figma-text);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn:hover{background:#f8fafc}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn-plus{display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:20px;line-height:1;font-weight:500;color:var(--theme1-figma-blue)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--upload{padding:clamp(12px,1.2vw,16px);display:flex;flex-direction:column;gap:clamp(10px,1vw,14px);min-height:0;background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-upload-panel{position:relative}.editor-layout.editor-ui-theme--theme1 .theme1-upload-panel--v2{display:flex;flex-direction:column;gap:clamp(10px,.95vw,14px);--theme1-upload-accent: var(--editor-accent, #e91e63);--theme1-upload-border: #d9d9d9;--theme1-upload-muted: #64748b;--theme1-upload-text: #333333}.editor-layout.editor-ui-theme--theme1 .theme1-upload-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 14px;border-radius:6px;border:1px solid var(--theme1-upload-border);background:#fff;color:var(--theme1-upload-text);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn:hover:not(:disabled){background:#fafafa;border-color:#c4c4c4}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn:disabled{opacity:.45;cursor:not-allowed}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn__icon{display:flex;color:#5b8fd8}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn__icon svg{width:22px;height:22px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-formats-hint{margin:0;font-size:12px;line-height:1.45;color:var(--theme1-upload-muted)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-btn{display:flex;align-items:center;justify-content:center;aspect-ratio:1;min-height:0;padding:0;border-radius:4px;border:1px solid #e8e8e8;background:#fff;color:#334155;cursor:pointer;transition:background .15s,border-color .15s}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-btn:hover{border-color:var(--editor-tool-hover-border, #f8bbd9);background:#fffafb}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-btn svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-slider-row{display:flex;flex-direction:row;align-items:center;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-slider-row__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--theme1-upload-text)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-slider-row__icon svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range{flex:1;min-width:0;height:24px;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-upload-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer;margin-top:-5px;position:relative}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,var(--theme1-upload-accent) 0%,var(--theme1-upload-accent) var(--theme1-upload-range-pct, 0%),#ececec var(--theme1-upload-range-pct, 0%),#ececec 100%)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-upload-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-moz-range-progress{height:6px;border-radius:3px;background:var(--theme1-upload-accent)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-moz-range-track{height:6px;border-radius:3px;background:#ececec}.editor-layout.editor-ui-theme--theme1 .theme1-upload-num{flex-shrink:0;width:48px;padding:4px 6px;text-align:center;font-size:13px;border:1px solid var(--theme1-upload-border);border-radius:4px;color:var(--theme1-upload-text);background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-upload-crop-wide{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 14px;border-radius:6px;border:1px solid var(--theme1-upload-border);background:#f3f4f6;color:#6b7280;font-size:14px;font-weight:600;cursor:not-allowed}.editor-layout.editor-ui-theme--theme1 .theme1-upload-crop-wide__icon svg{width:20px;height:20px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-pattern{display:flex;flex-direction:column;gap:8px;padding-top:4px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-section-label{font-size:13px;font-weight:600;color:var(--theme1-upload-text)}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatches{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(3px,1vw,6px);overflow:hidden;padding-bottom:2px}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch{width:100%;min-width:0;aspect-ratio:1;padding:0;border-radius:8px;border:2px solid #e8e8e8;background:#fafafa;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,box-shadow .15s,background .15s}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch svg{width:min(26px,58%);height:min(26px,58%);flex-shrink:0}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch:hover{border-color:var(--editor-tool-hover-border, #f8bbd9)}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch.is-active{border-color:var(--theme1-upload-accent);box-shadow:0 0 0 1px var(--theme1-upload-accent);background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch--none{color:#64748b}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn:disabled,.editor-layout.editor-ui-theme--theme1 .theme1-upload-crop-btn:disabled{opacity:.45;cursor:not-allowed}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn:disabled:hover{background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-btn{display:flex;align-items:center;justify-content:center;aspect-ratio:1;min-height:0;padding:0;border-radius:3px;border:1px solid var(--theme1-figma-border);background:#fff;color:var(--theme1-figma-text);cursor:pointer;transition:background .15s,border-color .15s}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-btn:hover{border-color:#c8c8c8;background:#fafafa}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-btn svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-icon-slider-row{display:flex;flex-direction:row;align-items:center;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-row-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--theme1-figma-text)}.editor-layout.editor-ui-theme--theme1 .theme1-figma-row-icon svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-row-icon--font{font-size:15px;font-weight:700;font-family:Georgia,Times New Roman,serif;line-height:1}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range{flex:1;min-width:0;height:24px;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-figma-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer;margin-top:-5px;position:relative}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,var(--theme1-figma-accent) 0%,var(--theme1-figma-accent) var(--theme1-range-pct, 0%),#ececec var(--theme1-range-pct, 0%),#ececec 100%)}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-figma-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-moz-range-progress{height:6px;border-radius:3px;background:var(--theme1-figma-accent)}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-moz-range-track{height:6px;border-radius:3px;background:#ececec}.editor-layout.editor-ui-theme--theme1 .theme1-figma-value-box{flex-shrink:0;width:48px;padding:4px 6px;text-align:center;font-size:12px;color:var(--theme1-figma-text);border:1px solid var(--theme1-figma-border);border-radius:3px;background:#fff;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .theme1-figma-text-format{display:flex;flex-direction:column;gap:10px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-color-font-row{display:flex;flex-direction:row;align-items:stretch;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-swatch{flex-shrink:0;width:40px;height:40px;border-radius:3px;border:1px solid var(--theme1-figma-border);cursor:pointer;position:relative;overflow:hidden}.editor-layout.editor-ui-theme--theme1 .theme1-figma-swatch-input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.editor-layout.editor-ui-theme--theme1 .theme1-figma-swatch--small{width:24px;height:24px;border-radius:4px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-font-select{flex:1;min-width:0;padding:8px 10px;font-size:13px;color:var(--theme1-figma-text);border:1px solid var(--theme1-figma-border);border-radius:3px;background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-figma-segment-row{display:flex;flex-direction:row;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-group{display:flex;flex-direction:row;flex:1;border:1px solid var(--theme1-figma-border);border-radius:3px;overflow:hidden}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn{flex:1;min-width:0;padding:8px 4px;border:none;border-right:1px solid var(--theme1-figma-border);background:#fff;color:var(--theme1-figma-text);cursor:pointer;display:flex;align-items:center;justify-content:center}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn:last-child{border-right:none}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn svg{width:16px;height:16px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn--letter{font-size:14px;font-weight:700;font-family:ui-sans-serif,system-ui,sans-serif}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn.is-active{background:#ececec}.editor-layout.editor-ui-theme--theme1 .add-buttons.add-buttons--single{grid-template-columns:1fr}.editor-layout.editor-ui-theme--theme1 .theme1-product-detail-tools{margin-top:clamp(10px,1vw,14px);padding-top:clamp(10px,1vw,14px);border-top:1px solid var(--editor-border, #e2e8f0)}.editor-layout .sidebar-nav{border-right:1px solid var(--editor-border);background:var(--editor-nav-rail-bg);display:flex;flex-direction:column;align-items:center;padding:clamp(10px,1.2vw,14px) clamp(4px,.5vw,6px);gap:clamp(8px,1vw,12px)}.editor-layout .nav-item{width:clamp(44px,3.5vw,52px);padding:clamp(8px,.8vw,12px) clamp(4px,.4vw,6px) clamp(6px,.7vw,10px);border-radius:clamp(10px,1.2vw,14px);border:1px solid transparent;background:transparent;display:flex;flex-direction:column;align-items:center;gap:clamp(6px,.7vw,8px);color:#64748b;font-size:clamp(10px,.75vw,12px)}.editor-layout .nav-item .nav-icon{width:clamp(28px,2.5vw,34px);height:clamp(28px,2.5vw,34px);border-radius:clamp(10px,1vw,12px);background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:clamp(14px,1.2vw,16px);color:#475569}.editor-layout .nav-item:hover{background:#f8fafc;color:#334155}.editor-layout .nav-item:hover .nav-icon{background:#e2e8f0}.editor-layout .nav-item.active{background:var(--editor-accent-soft);border-color:var(--editor-accent-soft-border);color:var(--editor-accent-on-soft);font-weight:600}.editor-layout .nav-item.active .nav-icon{background:var(--editor-accent);color:#fff}.editor-layout .sidebar-panel{flex:1;padding:clamp(12px,1.2vw,16px) clamp(14px,1.5vw,18px) clamp(14px,1.5vw,18px);overflow:auto;font-size:clamp(11px,.85vw,13px)}.editor-layout .panel-title{margin:0 0 clamp(8px,1vw,12px);font-size:clamp(12px,.9vw,14px);font-weight:600}.editor-layout .panel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(8px,.8vw,10px)}.editor-layout .url-box{margin-top:12px;display:flex;gap:8px}.editor-layout .image-tools{margin-top:16px;padding-top:12px}.editor-layout .text-tools{margin-top:16px;padding-top:12px;border-top:1px solid #e2e8f0}.editor-layout .control-block{margin-bottom:10px}.editor-layout .color-row{display:flex;align-items:center;justify-content:space-between;margin:10px 0 6px;font-size:12px;color:#475569}.editor-layout .color-preview{width:100%;height:28px;border-radius:8px;border:1px solid #e2e8f0;position:relative;overflow:hidden;cursor:pointer;flex:1;margin-left:10px}.editor-layout .color-preview input{position:absolute;top:-50%;left:-50%;width:200%;height:200%;opacity:0;cursor:pointer}.editor-layout .preset-colors{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.editor-layout .color-chip{width:20px;height:20px;border-radius:6px;border:1px solid #e2e8f0;cursor:pointer}.editor-layout .layer-tools{margin-top:16px;padding-top:12px;border-top:1px solid #e2e8f0}.editor-layout .panel-subtitle{margin:0 0 clamp(8px,.8vw,10px);font-size:clamp(11px,.85vw,12px);font-weight:600;color:#64748b}.editor-layout .mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.editor-layout .mode-card{border:1px solid #e2e8f0;border-radius:10px;padding:8px 0;background:#f8fafc;font-size:12px}.editor-layout .mode-card.active{border-color:var(--editor-accent);background:var(--editor-accent-soft);color:var(--editor-accent-on-soft)}.editor-layout .slider-row{margin-top:12px;display:flex;align-items:center;gap:8px}.editor-layout .slider-label{width:36px;font-size:12px;color:#64748b}.editor-layout .slider-input{flex:1}.editor-layout .number-input{width:56px;border:1px solid #e2e8f0;border-radius:8px;padding:4px 6px;font-size:12px}.editor-layout .tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(6px,.6vw,8px)}.editor-layout .tool-btn{border:1px solid #e2e8f0;border-radius:clamp(8px,.8vw,10px);padding:clamp(6px,.6vw,8px) 0;background:#f8fafc;font-size:clamp(11px,.85vw,12px);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.editor-layout .tool-btn svg{width:clamp(18px,1.5vw,20px);height:clamp(18px,1.5vw,20px);stroke:#475569;transition:stroke .2s;pointer-events:none}.editor-layout .tool-btn:hover{border-color:var(--editor-tool-hover-border);background:var(--editor-accent-soft);color:var(--editor-accent-on-soft)}.editor-layout .tool-btn:hover svg{stroke:var(--editor-accent-on-soft)}.editor-layout .url-input{flex:1;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;font-size:12px}.editor-layout .panel-item{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px}.editor-layout .panel-item.danger{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.editor-layout .product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.editor-layout .product-card{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:8px;display:flex;flex-direction:column;gap:8px;text-align:left}.editor-layout .product-card img{width:100%;height:100px;object-fit:cover}.editor-layout .product-title{font-size:12px;color:#475569}.editor-layout .product-card.active{border-color:var(--editor-accent);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.18)}.editor-layout .pagination{margin-top:16px;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;font-size:12px;color:#64748b}.editor-layout .pagination>span{white-space:nowrap;flex-shrink:0}.editor-layout .pagination .select{flex-shrink:0}.editor-layout .pager{display:flex;gap:6px}.editor-layout .pager-btn{border:1px solid #e2e8f0;background:#fff;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:400;color:#64748b;transition:all .2s ease;cursor:pointer;white-space:nowrap}.editor-layout .pager-btn:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc;color:#475569}.editor-layout .pager-btn:disabled{opacity:.5;cursor:not-allowed}.editor-layout .layer-list{display:flex;flex-direction:column;gap:8px}.editor-layout .layer-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px;display:flex;align-items:center;gap:8px;transition:all .2s;font-size:14px;overflow:hidden;min-width:0}.editor-layout .layer-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.editor-layout .layer-item.active{border-color:var(--editor-accent);background:var(--editor-accent-soft);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.18)}.editor-layout .layer-item.hidden{opacity:.5}.editor-layout .layer-item.locked{background:#f8fafc}.editor-layout .layer-item-main{flex:1;display:flex;align-items:center;gap:8px;cursor:pointer;min-width:0}.editor-layout .layer-visibility-btn{width:clamp(18px,1.5em,32px);height:clamp(18px,1.5em,32px);padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;min-width:0}.editor-layout .layer-visibility-btn:hover{color:#334155}.editor-layout .layer-visibility-btn svg{width:clamp(14px,1.125em,24px);height:clamp(14px,1.125em,24px)}.editor-layout .layer-thumbnail{width:25px;height:25px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.editor-layout .layer-thumbnail-canvas{width:25px;height:25px;display:block}.editor-layout .layer-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.editor-layout .layer-name{font-size:13px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-layout .layer-type{font-size:11px;color:#94a3b8}.editor-layout .layer-actions{display:flex;align-items:center;gap:4px;flex-shrink:0;min-width:0;max-width:100%}.editor-layout .layer-action-btn{width:clamp(18px,1.5em,32px);height:clamp(18px,1.5em,32px);padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;border-radius:4px;transition:all .2s;flex-shrink:0;min-width:0}.editor-layout .layer-action-btn:hover{background:#f1f5f9;color:#334155}.editor-layout .layer-action-btn.danger:hover{background:#fee2e2;color:#dc2626}.editor-layout .layer-action-btn svg{width:clamp(14px,.875em,20px);height:clamp(14px,.875em,20px)}.editor-layout .empty{margin:0;padding:20px;text-align:center;font-size:12px;color:#94a3b8}.editor-layout .canvas-section{width:100%;height:100%;display:flex;flex-direction:column;gap:clamp(10px,1vw,12px);min-height:0;grid-column:2;grid-row:1 / 3;align-items:center}.editor-layout .canvas-section.canvas-section--theme1-rail{align-items:stretch}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-workspace{flex:1 1 0;display:flex;flex-direction:row;align-items:stretch;gap:clamp(10px,1vw,12px);min-height:0;width:100%}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-side-rail{flex:0 0 clamp(72px,5.2vw,90px);width:clamp(72px,5.2vw,90px);min-width:clamp(72px,5.2vw,90px);max-width:clamp(72px,5.2vw,90px);display:flex;flex-direction:column;align-items:stretch;gap:clamp(8px,.8vw,10px);min-height:0;overflow:visible;z-index:2;position:relative}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-rail-toolbar{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-rail-switch{width:100%;min-width:0}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-mode-select{width:100%;max-width:100%;box-sizing:border-box;border:1px solid var(--editor-border, #e2e8f0);border-radius:clamp(6px,.6vw,8px);padding:6px;font-size:clamp(10px,.72vw,12px);font-weight:500;background:#fff;color:#334155;cursor:pointer}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-main{flex:1 1 0;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;z-index:0;position:relative;background:var(--editor-page-bg, #f4f4f6)}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-main .canvas-wrap{flex:1 1 0;width:100%;height:100%;min-height:0;margin-left:0;margin-right:0;background:transparent;border:none;box-shadow:none}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-theme1-zoom{position:absolute;bottom:clamp(10px,1vw,14px);right:clamp(10px,1vw,14px);z-index:40;pointer-events:auto}.editor-layout .canvas-section.canvas-section--theme1-rail .copy-panel.copy-panel--rail{position:relative;width:100%;min-width:0}.editor-layout .canvas-section.canvas-section--theme1-rail .copy-btn.copy-btn--rail{width:100%;max-width:100%;box-sizing:border-box;padding:clamp(6px,.55vw,8px) clamp(4px,.4vw,6px);font-size:clamp(10px,.72vw,12px);white-space:nowrap}.editor-layout .canvas-section.canvas-section--theme1-rail .copy-dropdown.copy-dropdown--rail{left:calc(100% + 8px);right:auto;top:0;bottom:auto;margin-left:0;z-index:50}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-list{display:flex;flex-direction:column;direction:rtl;align-items:flex-end;gap:clamp(6px,.6vw,8px);flex:1 1 0;min-height:0;width:calc(100% + min(280px,52vw));max-width:none;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-gutter:stable;padding:2px 0;pointer-events:none}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-row{direction:ltr;unicode-bidi:isolate;display:flex;flex-direction:row;align-items:center;min-width:100%;width:max-content;max-width:none;position:relative;pointer-events:none}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-item.diecut-item--rail{flex:0 0 auto;width:clamp(72px,5.2vw,90px);min-width:0;max-width:clamp(72px,5.2vw,90px);box-sizing:border-box;align-items:stretch;position:relative;overflow:hidden;pointer-events:auto}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-item.diecut-item--rail img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;object-position:center;flex-shrink:0;border-radius:clamp(4px,.4vw,6px);background:#fff;position:relative;z-index:0}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-name{flex:0 0 auto;max-width:0;opacity:0;overflow:hidden;margin:0;padding:0;box-sizing:border-box;font-size:clamp(11px,.85vw,13px);font-weight:500;line-height:1.3;color:#fff;white-space:nowrap;background:#1e293bf0;border-radius:clamp(6px,.55vw,8px);pointer-events:none;transition:max-width .2s ease,opacity .15s ease,padding .15s ease,margin .15s ease}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-row:hover .diecut-rail-name,.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-row:focus-within .diecut-rail-name{max-width:min(200px,45vw);opacity:1;padding:6px 10px;margin-left:6px}.editor-layout .canvas-toolbar{display:flex;justify-content:space-between;align-items:center}.editor-layout .canvas-toolbar .toolbar-left{display:flex;align-items:center;gap:clamp(10px,1vw,12px)}.editor-layout .size-card{display:flex;align-items:center;gap:clamp(8px,.8vw,10px);padding:clamp(8px,.8vw,10px) clamp(10px,1vw,12px);background:#fff;border:1px solid #e2e8f0;border-radius:clamp(10px,1.2vw,12px);font-size:clamp(11px,.85vw,13px)}.editor-layout .status{font-size:clamp(10px,.75vw,12px);color:#64748b}.editor-layout .canvas-wrap{position:relative;flex:1 1 0;width:100%;max-width:100%;height:100%;min-width:0;min-height:0;background:#fff;border-radius:clamp(12px,1.5vw,16px);border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;margin-left:auto;margin-right:auto}.editor-layout .canvas-container{position:relative;flex:0 0 auto;min-height:0;min-width:0;max-width:100%;max-height:100%}.editor-layout .canvas-container canvas,.editor-layout .canvas-wrap canvas{position:absolute;top:0;left:0}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-container canvas{width:2000px;height:2000px}canvas{display:block;border-radius:clamp(10px,1.2vw,12px);max-width:100%;max-height:100%}.editor-layout .canvas-footer{display:flex;align-items:center;justify-content:space-between;padding:clamp(12px,1.2vw,14px) clamp(16px,1.5vw,18px);background:#fff;border:1px solid #e2e8f0;border-radius:clamp(10px,1.2vw,12px);font-size:clamp(11px,.85vw,13px);margin-top:auto;gap:clamp(16px,1.5vw,20px)}.editor-layout .canvas-design-loading-spinner{width:18px;height:18px;border-radius:50%;border:2px solid #e2e8f0;border-top-color:var(--editor-accent, #6366f1);animation:editor-canvas-design-spin .8s linear infinite;flex-shrink:0}@keyframes editor-canvas-design-spin{to{transform:rotate(360deg)}}.editor-layout .canvas-footer .footer-left{display:flex;align-items:center;gap:clamp(12px,1.2vw,16px);flex:1;min-width:0}.editor-layout .canvas-footer .footer-right{display:flex;align-items:center;flex-shrink:0}.editor-layout .footer-divider{width:1px;height:24px;background:#e2e8f0;flex-shrink:0}.editor-layout .diecut-panel{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden}.editor-layout .diecut-title{color:#64748b;font-size:clamp(10px,.75vw,12px)}.editor-layout .copy-panel{position:relative;flex-shrink:0}.editor-layout .copy-btn{padding:clamp(6px,.6vw,8px) clamp(12px,1.2vw,14px);background:linear-gradient(135deg,var(--editor-accent) 0%,var(--editor-accent-2) 100%);color:#fff;border:none;border-radius:clamp(6px,.6vw,8px);font-size:clamp(11px,.85vw,13px);font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(var(--editor-accent-rgb),.2)}.editor-layout .copy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(var(--editor-accent-rgb),.3)}.editor-layout .copy-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(var(--editor-accent-rgb),.2)}.editor-layout .copy-dropdown{position:absolute;bottom:calc(100% + 8px);left:0;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px;box-shadow:0 8px 24px #0f172a1f;z-index:20}.editor-layout .copy-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#1e293b}.editor-layout .copy-list{margin:8px 0;max-height:220px;overflow:auto;display:flex;flex-direction:column;gap:6px}.editor-layout .copy-actions{display:flex;justify-content:flex-end;gap:8px}.editor-layout .diecut-list{display:flex;align-items:center;gap:clamp(8px,.8vw,10px);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;padding:clamp(2px,.2vw,4px) 0}.editor-layout .diecut-list::-webkit-scrollbar{height:4px}.editor-layout .diecut-list::-webkit-scrollbar-track{background:transparent}.editor-layout .diecut-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.editor-layout .diecut-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.editor-layout .diecut-item{border:1px solid #e2e8f0;border-radius:clamp(6px,.6vw,8px);background:#fff;padding:clamp(4px,.4vw,6px);width:clamp(64px,5vw,76px);min-width:clamp(64px,5vw,76px);display:flex;flex-direction:column;gap:clamp(3px,.3vw,4px);font-size:clamp(10px,.75vw,11px);color:#475569;cursor:pointer;transition:all .2s ease}.editor-layout .diecut-item:hover{border-color:#cbd5e1;background:#f8fafc;transform:translateY(-1px)}.editor-layout .diecut-item img{width:100%;height:clamp(36px,3vw,44px);object-fit:contain;border-radius:clamp(4px,.4vw,6px)}.editor-layout .diecut-item.active{border-color:var(--editor-accent);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.18),0 2px 8px rgba(var(--editor-accent-rgb),.15);background:var(--editor-accent-soft)}.editor-layout .diecut-item.active:hover{transform:translateY(-1px);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.25),0 4px 12px rgba(var(--editor-accent-rgb),.2)}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-item.diecut-item--rail.active{background:#fff}.editor-layout .zoom-controls{display:flex;align-items:center;gap:clamp(4px,.4vw,6px);background:#f8fafc;border:1px solid #e2e8f0;border-radius:clamp(6px,.6vw,8px);padding:clamp(2px,.2vw,4px)}.editor-layout .zoom-btn{width:clamp(28px,2.5vw,32px);height:clamp(28px,2.5vw,32px);display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:clamp(4px,.4vw,6px);color:#475569;cursor:pointer;transition:all .15s ease;padding:0}.editor-layout .zoom-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.editor-layout .zoom-btn:active{background:#e2e8f0}.editor-layout .zoom-value{min-width:clamp(40px,3.5vw,48px);text-align:center;font-size:clamp(11px,.85vw,13px);font-weight:500;color:#334155;padding:0 clamp(6px,.6vw,8px)}.editor-layout .zoom-divider{width:1px;height:20px;background:#e2e8f0;margin:0 clamp(4px,.4vw,6px)}.editor-layout .fit-btn{padding:clamp(6px,.6vw,8px) clamp(10px,1vw,12px);background:#fff;border:1px solid #e2e8f0;border-radius:clamp(4px,.4vw,6px);color:#475569;font-size:clamp(11px,.85vw,13px);cursor:pointer;transition:all .15s ease;font-weight:500}.editor-layout .fit-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.editor-layout .fit-btn:active{background:#e2e8f0}.editor-layout .preview{background:#fff;border-radius:clamp(12px,1.5vw,14px);border:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:0;grid-column:3;grid-row:1;width:100%}.editor-layout .preview-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(10px,1vw,12px) clamp(14px,1.5vw,16px);border-bottom:1px solid #e2e8f0;font-size:clamp(12px,.9vw,14px);font-weight:600}.editor-layout .preview-body{flex:1;height:300px;padding:clamp(12px,1.2vw,16px);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(10px,1vw,12px);color:#64748b;position:relative;min-height:0}.editor-layout .preview-body img{width:300px;height:300px;object-fit:contain;max-width:100%;max-height:100%}.editor-layout .preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:clamp(26px,2.2vw,30px);height:clamp(26px,2.2vw,30px);border-radius:999px;border:1px solid #e2e8f0;background:#fffffff2;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;font-size:clamp(12px,1vw,14px)}.editor-layout .preview-nav:disabled{opacity:.45;cursor:not-allowed}.editor-layout .preview-nav-left{left:clamp(8px,.8vw,10px)}.editor-layout .preview-nav-right{right:clamp(8px,.8vw,10px)}.editor-layout .preview-indicator{position:absolute;bottom:clamp(10px,1vw,12px);left:50%;transform:translate(-50%);padding:clamp(2px,.2vw,2px) clamp(8px,.8vw,10px);border-radius:999px;border:1px solid #e2e8f0;background:#fffffff2;font-size:clamp(10px,.75vw,12px);color:#64748b;z-index:2}.editor-layout.editor-ui-theme--theme1 .preview.preview--theme1{background:transparent;border:none;border-radius:0;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .preview-header.preview-header--theme1{display:flex;align-items:center;justify-content:flex-end;padding:0 clamp(12px,1vw,14px) 0;margin:0 0 5px;background:transparent;border:none;border-bottom:none;min-height:0;font-weight:400;font-size:12px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-toolbar{display:flex;flex-direction:row;align-items:center;gap:10px;width:auto;max-width:100%;min-height:32px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:32px;padding:0 clamp(12px,1vw,16px);border:1px solid #c5d0e6;border-radius:11px;background:#f4f6fb;color:#21345b;font-size:12px;line-height:18px;font-weight:400;cursor:pointer;font-family:inherit;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill:hover:not(:disabled){border-color:#a8b8d8;background:#eef1f8}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill--active{background:#21345b;border-color:#21345b;color:#fff;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill--active:hover:not(:disabled){background:#1a2d4d;border-color:#1a2d4d;color:#fff}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill-eye{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:2px 4px;box-sizing:border-box;color:#21345b}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill--active .preview-theme1-pill-eye{color:#fff}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill-eye svg{width:15px;height:15px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn{width:32px;height:32px;flex-shrink:0;border:1px solid #c5d0e6;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;color:#21345b;cursor:pointer;padding:0;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn:hover:not(:disabled){border-color:#a8b8d8;color:#1a2d4d}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn--active{background:#21345b;border-color:#21345b;color:#fff;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn--active:hover:not(:disabled){background:#1a2d4d;border-color:#1a2d4d;color:#fff}.editor-layout.editor-ui-theme--theme1 .preview-body.preview-body--theme1{height:auto;min-height:clamp(200px,28vh,320px);max-height:min(42vh,380px);padding:0;background:transparent;align-items:stretch}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-canvas-wrapper{width:100%;max-width:100%;aspect-ratio:1 / 1;flex:0 0 auto;height:auto;background:#f3f4f6;border:1px solid #cacaca;border-radius:13px;padding:1px;box-sizing:border-box;box-shadow:none;overflow:hidden;display:block;position:relative}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-canvas-wrapper .preview-canvas{display:block;width:100%;height:100%;max-width:100%;max-height:none;aspect-ratio:unset;background:#f3f4f6;border-radius:12px}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav{border:none;background:#f3f4f6eb;color:#94a3b8;box-shadow:0 1px 2px #0f172a0f}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav:hover:not(:disabled){color:#64748b;background:#fff}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav-left{left:clamp(5px,.55vw,9px)}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav-right{right:clamp(5px,.55vw,9px)}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-indicator{bottom:clamp(5px,.6vw,9px);border:none;background:transparent;font-size:clamp(11px,.82vw,13px);font-weight:500;color:#64748b}.editor-layout .modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:20}.editor-layout .modal{width:380px;background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 24px 64px #0f172a40}.editor-layout .modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eef2f7;font-weight:600;color:#0f172a}.editor-layout .modal-body{padding:18px}.editor-layout .modal-text{margin:0;font-size:13px;color:#64748b;line-height:1.6}.editor-layout .modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:12px 18px 16px;border-top:1px solid #eef2f7}.editor-layout .modal-btn{border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:6px 16px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.editor-layout .modal-btn:hover{border-color:var(--editor-accent-soft-border);background:var(--editor-accent-soft);color:var(--editor-accent-on-soft)}.editor-layout .modal-btn.danger{border-color:var(--editor-save-bg);background:linear-gradient(135deg,var(--editor-save-bg) 0%,var(--editor-save-gradient-end) 100%);color:#fff;box-shadow:0 6px 16px rgba(var(--editor-save-rgb),.3)}.editor-layout .modal-btn.danger:hover{border-color:var(--editor-save-hover);background:linear-gradient(135deg,var(--editor-save-hover) 0%,var(--editor-save-active) 100%)}.editor-layout .mode-list{display:flex;flex-direction:column;gap:12px}.editor-layout .mode-card{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;text-align:left}.editor-layout .mode-card h4{margin:0 0 6px;font-size:14px}.editor-layout .mode-card p{margin:0;font-size:12px;color:#64748b}.editor-layout .mode-card.active{border-color:var(--editor-accent);background:var(--editor-accent-soft)}.editor-layout .badge{padding:4px 8px;border-radius:999px;background:var(--editor-accent);color:#fff;font-size:12px}.editor-layout .ghost.icon{width:20px;height:20px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.editor-layout .select{border:1px solid #e2e8f0;border-radius:10px;padding:6px 10px;font-size:13px;background:#fff}.editor-layout .select.small{padding:4px 8px;font-size:12px}.editor-layout .link-go-home{margin-right:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer}.editor-layout .link-go-home:hover{color:#1f2933;text-decoration:underline}.editor-layout .ghost{border:2px solid var(--editor-accent);background:linear-gradient(135deg,#fff,#f8fafc);border-radius:10px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--editor-accent);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(var(--editor-accent-rgb),.15),0 1px 2px #00000014;cursor:pointer;position:relative;overflow:hidden}.editor-layout .ghost:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.editor-layout .ghost:hover:before{left:100%}.editor-layout .ghost:hover{background:linear-gradient(135deg,var(--editor-accent) 0%,var(--editor-accent-2) 100%);color:#fff;box-shadow:0 4px 8px rgba(var(--editor-accent-rgb),.3),0 2px 4px #0000001f;transform:translateY(-1px);border-color:var(--editor-accent-2)}.editor-layout .ghost:active{transform:translateY(0);box-shadow:0 1px 2px rgba(var(--editor-accent-rgb),.2)}.editor-layout .clear-muted{border:none;background:transparent;padding:6px 8px;border-radius:8px;font-size:13px;font-weight:500;color:#94a3b8;cursor:pointer}.editor-layout .clear-muted:hover{color:#475569;background:transparent}.editor-layout .clear-muted:active{color:#334155}.editor-layout .clear-muted--icon{display:inline-flex;align-items:center;justify-content:center;padding:6px;line-height:0;border-radius:8px}.editor-layout .clear-muted--icon:hover{background:#f1f5f9}.editor-layout .clear-muted--icon:active{background:#e2e8f0}.editor-layout .clear-muted--icon svg{width:18px;height:18px;flex-shrink:0}.editor-layout .text{border:none;background:transparent;color:#64748b;font-size:13px}.editor-layout .topbar-add-cart{border:none;background:var(--editor-cart-bg);color:#fff;padding:6px 14px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px rgba(var(--editor-cart-rgb),.2);transition:background .2s ease,box-shadow .2s ease,transform .1s ease}.editor-layout .topbar-add-cart:hover{background:var(--editor-cart-hover);box-shadow:0 4px 10px rgba(var(--editor-cart-rgb),.35);transform:translateY(-1px)}.editor-layout .topbar-add-cart:active{background:var(--editor-cart-active);box-shadow:0 1px 2px rgba(var(--editor-cart-rgb),.4);transform:translateY(0)}.editor-layout .primary{border:none;background:var(--editor-save-bg);color:#fff;padding:6px 14px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px rgba(var(--editor-save-rgb),.18);transition:background .2s ease,box-shadow .2s ease,transform .1s ease}.editor-layout .primary:hover{background:var(--editor-save-hover);box-shadow:0 4px 10px rgba(var(--editor-save-rgb),.35);transform:translateY(-1px)}.editor-layout .primary:active{background:var(--editor-save-active);box-shadow:0 1px 2px rgba(var(--editor-save-rgb),.4);transform:translateY(0)}.editor-layout .primary.small{padding:4px 10px;font-size:12px}.editor-layout .add-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.editor-layout .sidebar-right .add-buttons{display:none}.editor-layout .add-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#1e293b;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;min-height:100px}.editor-layout .add-btn:hover{border-color:#cbd5e1;background:#f1f5f9;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.editor-layout .add-btn:active{transform:translateY(0);box-shadow:0 1px 4px #0000000d}.editor-layout .add-btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#475569}.editor-layout .add-btn svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.editor-layout .add-btn-text{color:#1e293b;font-size:13px;font-weight:500}@media(max-width:1600px){.main{grid-template-columns:minmax(240px,300px) 1fr minmax(220px,280px)}.sidebar{grid-template-columns:clamp(44px,3.5vw,56px) 1fr}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(62px,5vw,70px) 1fr}}@media(max-width:1440px){.main{grid-template-columns:minmax(220px,280px) 1fr minmax(220px,280px);gap:12px;padding:12px}.sidebar{grid-template-columns:clamp(40px,3vw,52px) 1fr}.nav-item{width:clamp(44px,3.5vw,48px);padding:clamp(8px,.8vw,10px) clamp(4px,.4vw,6px);font-size:clamp(10px,.75vw,11px)}.nav-item .nav-icon{width:clamp(28px,2.5vw,32px);height:clamp(28px,2.5vw,32px);font-size:clamp(14px,1.2vw,15px)}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(60px,4.8vw,68px) 1fr}.editor-layout.editor-ui-theme--theme1 .nav-item{width:100%;max-width:100%}}@media(max-width:1280px){.main{grid-template-columns:minmax(220px,260px) 1fr minmax(220px,260px);grid-template-rows:auto minmax(0,1fr)}.preview-body{padding:clamp(12px,1.2vw,16px)}.preview-body img{width:min(300px,100%);height:min(300px,100%)}.sidebar{grid-template-columns:clamp(36px,2.8vw,48px) 1fr}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(58px,4.5vw,66px) 1fr}}@media(max-width:1024px){.main{grid-template-columns:1fr;grid-template-rows:auto 1fr auto auto;gap:12px;padding:12px}.sidebar-left{grid-column:1 / -1;grid-row:1;max-height:360px}.canvas-section{grid-column:1 / -1;grid-row:2;min-height:350px}.sidebar-right,.sidebar-theme1-layers{grid-column:1 / -1;grid-row:4}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail{grid-column:1 / -1;grid-row:3;max-height:min(70vh,640px)}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .sidebar-theme1-layers{grid-column:unset;grid-row:unset}.preview{grid-column:1 / -1;grid-row:3}.editor-layout.editor-ui-theme--theme1 .main>.preview{grid-row:3}.preview-body img{width:min(300px,100%);height:min(300px,100%)}}.mode-confirm-host--toolbar{position:relative;display:inline-flex;align-items:flex-start;flex-shrink:0}.mode-confirm-popover{position:absolute;z-index:100;width:min(360px,calc(100vw - 24px));pointer-events:auto}.editor-layout .canvas-section.canvas-section--theme1-rail .mode-confirm-popover--theme1-rail,.mode-confirm-popover--toolbar{left:calc(100% + 8px);top:0;right:auto}.mode-confirm-card{width:100%;box-sizing:border-box;background:#fff;border-radius:20px;border:1px solid rgba(226,232,240,.8);box-shadow:0 24px 64px #0f172a33,0 8px 24px #0f172a1a;padding:32px 28px 24px;text-align:center}.mode-confirm-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);display:flex;align-items:center;justify-content:center;color:#d97706}.mode-confirm-icon svg{width:28px;height:28px}.mode-confirm-title{margin:0 0 8px;font-size:17px;font-weight:700;color:#0f172a;line-height:1.4}.mode-confirm-desc{margin:0 0 24px;font-size:13px;color:#64748b;line-height:1.6}.mode-confirm-actions{display:flex;gap:10px;justify-content:center}.mode-confirm-btn{flex:1;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none}.mode-confirm-btn--cancel{background:#f1f5f9;color:#475569}.mode-confirm-btn--cancel:hover{background:#e2e8f0;color:#334155}.mode-confirm-btn--confirm{background:linear-gradient(135deg,var(--editor-accent, #6366f1) 0%,#8b5cf6 100%);color:#fff;box-shadow:0 4px 14px #6366f159}.mode-confirm-btn--confirm:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f173}.mode-confirm-btn--confirm:active{transform:translateY(0)}.mode-confirm-enter-active,.mode-confirm-leave-active{transition:opacity .25s ease}.mode-confirm-enter-active .mode-confirm-card,.mode-confirm-leave-active .mode-confirm-card{transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.mode-confirm-enter-from,.mode-confirm-leave-to{opacity:0}.mode-confirm-enter-from .mode-confirm-card,.mode-confirm-leave-to .mode-confirm-card{opacity:0;transform:scale(.88) translateY(12px)}.mode-confirm-enter-to .mode-confirm-card,.mode-confirm-leave-from .mode-confirm-card{opacity:1;transform:scale(1) translateY(0)}.gallery-panel[data-v-2b19f576]{--gp-primary: #1e293b;display:flex;flex-direction:column;height:100%;min-height:0;padding:8px}.gallery-panel.gallery-panel--theme1[data-v-2b19f576]{--gp-primary: var(--editor-accent, #e91e63)}.gallery-sub-tabs[data-v-2b19f576]{display:flex;gap:6px;margin-bottom:10px}.gallery-sub-tab[data-v-2b19f576]{flex:1;min-height:36px;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:500;border:1px solid var(--editor-border, #e2e8f0);background:var(--editor-bg-secondary, #f8fafc);color:var(--editor-text-secondary, #64748b);cursor:pointer;transition:all .15s ease}.gallery-sub-tab[data-v-2b19f576]:hover{background:var(--editor-bg-hover, #f1f5f9);color:var(--editor-text, #334155)}.gallery-sub-tab.active[data-v-2b19f576]{background:var(--gp-primary);color:#fff;border-color:var(--gp-primary)}.gallery-upload-btn[data-v-2b19f576]{width:100%;min-height:36px;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:500;background:var(--gp-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px}.gallery-upload-btn[data-v-2b19f576]:hover{opacity:.9}.gallery-controls-row[data-v-2b19f576]{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px;margin-bottom:10px}.gallery-field[data-v-2b19f576]{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.gallery-field-label[data-v-2b19f576]{font-size:12px;color:var(--editor-text-secondary, #64748b);white-space:nowrap}.gallery-dropdown[data-v-2b19f576]{width:100%;min-width:0;padding:6px 24px 6px 8px;border-radius:8px;border:1px solid var(--editor-border, #e2e8f0);font-size:12px;background:var(--editor-bg, #fff);color:var(--editor-text, #334155);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:border-color .15s ease}.gallery-dropdown[data-v-2b19f576]:hover{border-color:var(--editor-text-secondary, #94a3b8)}.gallery-dropdown[data-v-2b19f576]:focus{outline:none;border-color:var(--gp-primary)}.gallery-dropdown option[data-v-2b19f576]{color:var(--editor-text, #334155)}.gallery-field-folder[data-v-2b19f576],.gallery-dropdown-wrap[data-v-2b19f576]{position:relative}.gallery-dropdown-trigger[data-v-2b19f576]{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;min-width:0;padding:6px 8px;border-radius:8px;border:1px solid var(--editor-border, #e2e8f0);font-size:12px;background:var(--editor-bg, #fff);color:var(--editor-text, #334155);cursor:pointer;text-align:left;transition:border-color .15s ease}.gallery-dropdown-trigger[data-v-2b19f576]:hover{border-color:var(--editor-text-secondary, #94a3b8)}.gallery-dropdown-text[data-v-2b19f576]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-dropdown-arrow[data-v-2b19f576]{flex-shrink:0;transition:transform .15s ease}.gallery-dropdown-arrow.open[data-v-2b19f576]{transform:rotate(180deg)}.gallery-folder-popover[data-v-2b19f576]{position:absolute;left:0;right:0;top:100%;margin-top:4px;padding:4px 0;max-height:220px;overflow-y:auto;background:var(--editor-bg, #fff);border:1px solid var(--editor-border, #e2e8f0);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100}.gallery-tree-item[data-v-2b19f576]{display:flex;align-items:center;gap:4px;padding:6px 10px;font-size:12px;color:var(--editor-text, #334155);cursor:pointer;transition:background .15s ease,color .15s ease}.gallery-tree-item[data-v-2b19f576]:hover{background:var(--editor-bg-hover, #f1f5f9)}.gallery-tree-item.active[data-v-2b19f576]{color:var(--gp-primary);background:var(--editor-bg-hover, #f1f5f9)}.gallery-tree-node[data-v-2b19f576]{padding-left:10px}.gallery-tree-expand[data-v-2b19f576]{display:inline-flex;align-items:center;justify-content:center;width:16px;flex-shrink:0;color:var(--editor-text-secondary, #64748b);cursor:pointer}.gallery-tree-expand svg[data-v-2b19f576]{transition:transform .15s ease}.gallery-tree-expand svg.expanded[data-v-2b19f576]{transform:rotate(90deg)}.gallery-tree-expand-placeholder[data-v-2b19f576]{display:inline-block;width:16px;flex-shrink:0}.gallery-tree-label[data-v-2b19f576]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-reset-btn[data-v-2b19f576]{flex-shrink:0;padding:6px 10px;font-size:12px;color:var(--editor-text-secondary, #64748b);background:transparent;border:none;cursor:pointer;transition:color .15s ease;align-self:flex-end}.gallery-reset-btn[data-v-2b19f576]:hover{color:var(--editor-text, #334155)}.gallery-loading[data-v-2b19f576]{font-size:12px;color:var(--editor-text-secondary, #64748b);padding:8px 0}.gallery-grid[data-v-2b19f576]{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;flex:1;min-height:0;overflow-y:auto;align-content:start}.gallery-grid-item[data-v-2b19f576]{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding:0;aspect-ratio:1;border:1px solid var(--editor-border, #e2e8f0);border-radius:6px;overflow:hidden;background:var(--editor-bg-secondary, #f8fafc);cursor:pointer;transition:all .15s ease}.gallery-grid-item[data-v-2b19f576]:hover{border-color:var(--gp-primary);box-shadow:0 1px 4px #00000014}.gallery-grid-img[data-v-2b19f576],.gallery-grid-placeholder[data-v-2b19f576]{width:100%;height:100%;min-height:0;object-fit:contain;display:block}.gallery-grid-placeholder[data-v-2b19f576]{display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--editor-text-secondary, #94a3b8);background:var(--editor-bg-hover, #f1f5f9)}.truncate[data-v-2b19f576]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-pagination[data-v-2b19f576]{display:flex;align-items:center;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid var(--editor-border, #e2e8f0);flex-shrink:0}.gallery-pagination-info[data-v-2b19f576]{font-size:11px;color:var(--editor-text-secondary, #64748b);margin-right:auto}.gallery-page-btn[data-v-2b19f576]{min-width:28px;height:28px;padding:0 6px;border-radius:6px;border:1px solid var(--editor-border, #e2e8f0);font-size:12px;background:var(--editor-bg, #fff);color:var(--editor-text, #334155);cursor:pointer;transition:all .15s ease}.gallery-page-btn[data-v-2b19f576]:hover:not(:disabled){background:var(--editor-bg-hover, #f1f5f9)}.gallery-page-btn[data-v-2b19f576]:disabled{opacity:.5;cursor:not-allowed}.gallery-page-btn.active[data-v-2b19f576]{background:var(--gp-primary);color:#fff;border-color:var(--gp-primary)}.gallery-page-ellipsis[data-v-2b19f576]{padding:0 4px;font-size:12px;color:var(--editor-text-secondary, #64748b)}.hidden[data-v-2b19f576]{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.mode-switch[data-v-3047712f]{display:flex;align-items:center;gap:0;margin-right:12px}.mode-btn[data-v-3047712f]{padding:6px 12px;font-size:13px;color:var(--color-text-secondary, #666);background:#fff;border:1px solid var(--color-border, #e0e0e0);border-radius:0;cursor:pointer}.mode-btn[data-v-3047712f]:first-child{border-radius:4px 0 0 4px}.mode-btn[data-v-3047712f]:last-child{border-radius:0 4px 4px 0;margin-left:-1px}.mode-btn[data-v-3047712f]:hover{background:var(--color-bg-hover, #e8e8e8);color:var(--color-text, #333)}.mode-btn.active[data-v-3047712f]{background:#7d66f9;color:#fff;border-color:#7d66f9}.preview-canvas[data-v-26e63c04]{display:block;background:#fff;flex:1 1 auto;width:300px;aspect-ratio:1 / 1;max-width:100%;max-height:100%}.preview-canvas-wrapper[data-v-26e63c04]{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center}.preview-loading[data-v-26e63c04]{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:13px;color:#475569;z-index:10;border-radius:4px}.preview-loading-spinner[data-v-26e63c04]{width:24px;height:24px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:var(--editor-accent, #6366f1);animation:preview-spin-26e63c04 .8s linear infinite}.preview-zoom-backdrop[data-v-26e63c04]{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:50}.preview-zoom[data-v-26e63c04]{position:relative;background:#fff;border-radius:12px;padding:12px;box-shadow:0 20px 60px #0000004d}.preview-zoom-loading[data-v-26e63c04]{position:absolute;inset:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#475569;z-index:2;border-radius:12px}.preview-zoom-tools[data-v-26e63c04]{position:absolute;top:12px;left:12px;display:inline-flex;gap:6px;z-index:3}.preview-zoom-btn[data-v-26e63c04]{width:28px;height:28px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--editor-accent, #6366f1) 0%,var(--editor-accent-2, #8b5cf6) 100%);color:#fff;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 6px 14px rgba(var(--editor-accent-rgb, 99, 102, 241),.35);transition:transform .15s ease,box-shadow .15s ease}.preview-zoom-btn[data-v-26e63c04]:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.preview-zoom-btn[data-v-26e63c04]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px rgba(var(--editor-accent-rgb, 99, 102, 241),.45)}.preview-zoom-btn[data-v-26e63c04]:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px rgba(var(--editor-accent-rgb, 99, 102, 241),.3)}.preview-zoom-spinner[data-v-26e63c04]{width:18px;height:18px;border-radius:50%;border:2px solid #cbd5f5;border-top-color:var(--editor-accent, #6366f1);animation:preview-spin-26e63c04 .8s linear infinite}@keyframes preview-spin-26e63c04{to{transform:rotate(360deg)}}.preview-zoom-canvas[data-v-26e63c04],.preview-zoom-image[data-v-26e63c04]{display:block;max-width:90vw;max-height:90vh;transition:transform .2s ease;transform-origin:center center}.preview-zoom-close[data-v-26e63c04]{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:#0f172ab3;color:#fff;font-size:18px;cursor:pointer}.preview-zoom-nav[data-v-26e63c04]{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#0f172ab3;color:#fff;font-size:20px;cursor:pointer;z-index:4;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.preview-zoom-nav[data-v-26e63c04]:hover:not(:disabled){background:#0f172ae6}.preview-zoom-nav[data-v-26e63c04]:disabled{opacity:.4;cursor:not-allowed}.preview-zoom-nav-left[data-v-26e63c04]{left:20px}.preview-zoom-nav-right[data-v-26e63c04]{right:20px}.preview-header button[data-v-26e63c04]:disabled{opacity:.6;cursor:not-allowed}.preview-header button:disabled span[data-v-26e63c04]{display:inline-flex;align-items:center;gap:4px}.preview-header button:disabled span[data-v-26e63c04]:after{content:"";width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:preview-spin-26e63c04 .8s linear infinite}.progress-modal[data-v-26e63c04]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:all}.progress-backdrop[data-v-26e63c04]{position:absolute;inset:0;background:radial-gradient(circle at center,#141428f2,#05050ffa);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.gradient-bg[data-v-26e63c04]{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(255,100,200,.3) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(100,200,255,.3) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(200,150,255,.2) 0%,transparent 60%);animation:gradient-rotate-26e63c04 20s ease infinite;opacity:.6}@keyframes gradient-rotate-26e63c04{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}}.progress-container[data-v-26e63c04]{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.progress-content[data-v-26e63c04]{position:relative;z-index:10;width:90%;max-width:800px;padding:80px 60px;text-align:center}.progress-title[data-v-26e63c04]{margin-bottom:80px;position:relative}.title-text[data-v-26e63c04]{display:inline-block;font-size:48px;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#c44569,#6c5ce7,#00d2ff,#ff6b9d);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift-26e63c04 5s ease infinite;letter-spacing:2px;position:relative}@keyframes gradient-shift-26e63c04{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.title-text[data-v-26e63c04]:after{content:attr(data-title);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff6b9d4d,#6c5ce74d,#00d2ff4d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(15px);z-index:-1;animation:glow-pulse-26e63c04 3s ease-in-out infinite}@keyframes glow-pulse-26e63c04{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.progress-bar-wrapper[data-v-26e63c04]{margin:60px 0;position:relative}.progress-bar-container[data-v-26e63c04]{position:relative;width:100%;height:24px;background:#ffffff0d;border-radius:50px;overflow:hidden;box-shadow:inset 0 2px 10px #0000004d,0 0 0 2px #ffffff1a}.progress-bar-fill[data-v-26e63c04]{position:absolute;top:0;left:0;height:100%;border-radius:50px;transition:width .4s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}.progress-bar-fill[data-v-26e63c04]:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ff6b9d,#c44569,#6c5ce7,#00d2ff,#6c5ce7,#ff6b9d);background-size:200% 100%;animation:liquid-flow-26e63c04 3s linear infinite}@keyframes liquid-flow-26e63c04{0%{background-position:0% 0%}to{background-position:200% 0%}}.progress-bar-fill[data-v-26e63c04]:after{content:"";position:absolute;top:-50%;left:-100%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 30%,transparent 70%);animation:wave-move-26e63c04 4s ease-in-out infinite;border-radius:50%}@keyframes wave-move-26e63c04{0%,to{transform:translate(-50%) translateY(0) scale(1);opacity:.6}50%{transform:translate(50%) translateY(-20px) scale(1.2);opacity:.8}}.liquid-shine[data-v-26e63c04]{position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,.2) 50%,transparent 100%);border-radius:50px 50px 0 0;animation:shine-sweep-26e63c04 2s ease-in-out infinite}@keyframes shine-sweep-26e63c04{0%,to{opacity:.6}50%{opacity:1}}.progress-marks[data-v-26e63c04]{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 4px;pointer-events:none;z-index:5}.progress-mark[data-v-26e63c04]{width:6px;height:6px;border-radius:50%;background:#ffffff4d;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 #ff6b9d00}.progress-mark.active[data-v-26e63c04]{background:#fff;box-shadow:0 0 20px #ff6b9dcc,0 0 40px #6c5ce799;transform:scale(1.5);animation:mark-pop-26e63c04 .6s cubic-bezier(.4,0,.2,1)}@keyframes mark-pop-26e63c04{0%{transform:scale(0)}50%{transform:scale(1.8)}to{transform:scale(1.5)}}.progress-percent[data-v-26e63c04]{margin-top:50px;display:flex;align-items:baseline;justify-content:center;gap:8px;position:relative}.percent-number[data-v-26e63c04]{font-size:96px;font-weight:900;background:linear-gradient(135deg,#ff6b9d,#6c5ce7,#00d2ff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:number-gradient-26e63c04 3s ease infinite;font-variant-numeric:tabular-nums;line-height:1;position:relative}@keyframes number-gradient-26e63c04{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.percent-number[data-v-26e63c04]:before{content:attr(data-value);position:absolute;top:0;left:0;background:linear-gradient(135deg,#ff6b9d66,#6c5ce766,#00d2ff66);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(20px);z-index:-1;animation:number-glow-26e63c04 2s ease-in-out infinite}@keyframes number-glow-26e63c04{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.9}}.percent-symbol[data-v-26e63c04]{font-size:56px;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#00d2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.8}.progress-footer[data-v-26e63c04]{margin-top:80px;display:flex;align-items:center;justify-content:center;gap:20px}.footer-dot[data-v-26e63c04]{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#00d2ff);box-shadow:0 0 20px #ff6b9d99;animation:dot-bounce-26e63c04 2s ease-in-out infinite}.footer-dot[data-v-26e63c04]:nth-child(2){animation-delay:.2s}.footer-dot[data-v-26e63c04]:nth-child(3){animation-delay:.4s}@keyframes dot-bounce-26e63c04{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-10px) scale(1.2);opacity:1}}.floating-shapes[data-v-26e63c04]{position:absolute;inset:0;pointer-events:none;z-index:1}.floating-shape[data-v-26e63c04]{position:absolute;border-radius:50%;opacity:.1;animation:float-26e63c04 15s ease-in-out infinite}.shape-1[data-v-26e63c04]{width:300px;height:300px;background:radial-gradient(circle,#ff6b9d,transparent);top:10%;left:10%;animation-delay:0s}.shape-2[data-v-26e63c04]{width:200px;height:200px;background:radial-gradient(circle,#6c5ce7,transparent);top:60%;right:15%;animation-delay:2s}.shape-3[data-v-26e63c04]{width:250px;height:250px;background:radial-gradient(circle,#00d2ff,transparent);bottom:20%;left:20%;animation-delay:4s}@keyframes float-26e63c04{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.progress-fade-enter-active[data-v-26e63c04],.progress-fade-leave-active[data-v-26e63c04]{transition:opacity .5s ease}.progress-fade-enter-from[data-v-26e63c04],.progress-fade-leave-to[data-v-26e63c04]{opacity:0}.theme1-mockup-backdrop[data-v-26e63c04]{position:fixed;inset:0;z-index:120;background:#fff;display:flex;flex-direction:column;align-items:stretch;padding:0;box-sizing:border-box}.theme1-mockup-shell[data-v-26e63c04]{position:relative;flex:1;min-height:0;width:100%;max-width:none;margin:0;background:#fff;border-radius:0;overflow:hidden;display:flex;flex-direction:column;box-shadow:none}.theme1-mockup-global-loading[data-v-26e63c04]{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#fff;color:#252525;font-size:14px}.theme1-mockup-top[data-v-26e63c04]{flex-shrink:0;min-height:60px;padding:10px 20px;box-sizing:border-box;background:#fff;border-bottom:1px solid #e7e7e7}.theme1-mockup-top-row[data-v-26e63c04]{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.theme1-mockup-top-left[data-v-26e63c04]{min-width:0;flex:1}.theme1-mockup-product-title[data-v-26e63c04]{font-size:14px;font-weight:400;line-height:20px;color:#252525;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme1-mockup-top-actions[data-v-26e63c04]{display:flex;align-items:center;gap:10px;flex-shrink:0}.theme1-mockup-btn[data-v-26e63c04]{border:none;border-radius:4px;min-height:40px;padding:0 16px;font-size:14px;font-weight:400;line-height:20px;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.theme1-mockup-btn[data-v-26e63c04]:active{transform:scale(.98)}.theme1-mockup-btn--cart[data-v-26e63c04]{background:var(--editor-cart-bg, #ec407a);color:#fff;box-shadow:0 2px 4px rgba(var(--editor-cart-rgb),.2)}.theme1-mockup-btn--cart[data-v-26e63c04]:hover{background:var(--editor-cart-hover, #d81b60);opacity:.96}.theme1-mockup-btn--save[data-v-26e63c04]{background:var(--editor-save-bg, #203461);color:#fff;box-shadow:0 2px 4px rgba(var(--editor-save-rgb),.18)}.theme1-mockup-btn--save[data-v-26e63c04]:hover{background:var(--editor-save-hover, #243049);opacity:.96}.theme1-mockup-body[data-v-26e63c04]{flex:1;min-height:0;display:flex;flex-direction:row}.theme1-mockup-main[data-v-26e63c04]{container-type:size;container-name:theme1-mockup-main;flex:1;min-width:0;min-height:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:16px;box-sizing:border-box;background:#fff}.theme1-mockup-nav[data-v-26e63c04]{flex-shrink:0;width:38px;height:38px;border-radius:9.5px;border:none;background:#fff;color:#252525;font-size:16px;line-height:1;cursor:pointer;transition:box-shadow .15s ease,opacity .15s ease;box-shadow:0 1px 3px #0f172a1f}.theme1-mockup-nav[data-v-26e63c04]:hover:not(:disabled){box-shadow:0 2px 6px #0f172a24}.theme1-mockup-nav[data-v-26e63c04]:disabled{opacity:.35;cursor:not-allowed}.theme1-mockup-stage[data-v-26e63c04]{position:relative;flex:0 1 auto;box-sizing:border-box;width:min(100cqw,100cqh);max-width:100%;max-height:100%;aspect-ratio:1 / 1;height:auto;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}.theme1-mockup-main:has(.theme1-mockup-nav) .theme1-mockup-stage[data-v-26e63c04]{width:min(calc(100cqw - 100px),100cqh)}.theme1-mockup-main-img[data-v-26e63c04],.theme1-mockup-main-canvas[data-v-26e63c04]{display:block;max-width:100%;max-height:100%;width:100%;height:100%;border-radius:8px}.theme1-mockup-canvas-overlay[data-v-26e63c04]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#ffffffdb;color:#252525;font-size:14px;line-height:20px;text-align:center;border-radius:8px}.theme1-mockup-empty[data-v-26e63c04]{color:#252525;opacity:.55;font-size:14px;line-height:20px;padding:24px;text-align:center}.theme1-mockup-side[data-v-26e63c04]{flex:0 0 27.7%;max-width:399px;min-width:280px;display:flex;flex-direction:column;background:#fff;border-left:1px solid #e7e7e7;padding:16px 12px 16px 16px;box-sizing:border-box}.theme1-mockup-back[data-v-26e63c04]{height:32px;padding:0 12px;font-size:14px;font-weight:400;line-height:20px;border:none;border-radius:4px;background:#424242;color:#fff;cursor:pointer;transition:background .15s ease,opacity .15s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.theme1-mockup-back[data-v-26e63c04]:hover{background:#525252}.theme1-mockup-back[data-v-26e63c04]:active{opacity:.92}.theme1-mockup-side-head[data-v-26e63c04]{display:flex;align-items:center;justify-content:space-between;min-height:32px;margin-bottom:16px;gap:10px;flex-shrink:0}.theme1-mockup-side-actions[data-v-26e63c04]{display:flex;align-items:center;gap:8px;flex-shrink:0}.theme1-mockup-side-title[data-v-26e63c04]{font-size:14px;font-weight:500;line-height:20px;color:#252525}.theme1-mockup-side-close[data-v-26e63c04]{width:32px;height:32px;border:none;border-radius:4px;background:#f7f7f7;color:#252525;font-size:20px;line-height:1;cursor:pointer;transition:background .15s ease,opacity .15s ease}.theme1-mockup-side-close[data-v-26e63c04]:hover:not(:disabled){background:#ededed}.theme1-mockup-side-close[data-v-26e63c04]:disabled{opacity:.4;cursor:not-allowed}.theme1-mockup-grid[data-v-26e63c04]{flex:1;min-height:0;overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-content:start;padding-right:4px;scrollbar-width:thin;scrollbar-color:#d9d9d9 #f5f5f5}.theme1-mockup-grid[data-v-26e63c04]::-webkit-scrollbar{width:10px}.theme1-mockup-grid[data-v-26e63c04]::-webkit-scrollbar-track{background:#f5f5f5;border-radius:13px}.theme1-mockup-grid[data-v-26e63c04]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:13px}.theme1-mockup-thumb[data-v-26e63c04]{position:relative;aspect-ratio:1;border-radius:8px;padding:0;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.theme1-mockup-thumb img[data-v-26e63c04],.theme1-mockup-thumb-canvas[data-v-26e63c04]{width:100%;height:100%;display:block}.theme1-mockup-thumb-loading[data-v-26e63c04]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f3f6fb}.theme1-mockup-thumb[data-v-26e63c04]:hover{border-color:#e0e0e0}.theme1-mockup-thumb--active[data-v-26e63c04]{border-color:#203461;box-shadow:none}.editor-atc-backdrop[data-v-89af705f]{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a59;box-sizing:border-box}.editor-atc-panel[data-v-89af705f]{width:100%;max-width:48rem;max-height:min(90vh,720px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:1rem;border:1px solid #f3f4f6;box-shadow:0 25px 50px -12px #0000002e}.editor-atc-panel--theme1[data-v-89af705f]{max-width:56rem}.editor-atc-head[data-v-89af705f]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6}.editor-atc-title[data-v-89af705f]{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.editor-atc-icon-btn[data-v-89af705f]{width:2rem;height:2rem;border:none;border-radius:999px;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.editor-atc-icon-btn[data-v-89af705f]:hover{background:#f3f4f6;color:#111827}.editor-atc-x[data-v-89af705f]{width:1.15rem;height:1.15rem}.editor-atc-loading[data-v-89af705f]{padding:4rem 1rem;text-align:center;color:#6b7280;font-size:.875rem}.editor-atc-body[data-v-89af705f]{padding:1.25rem 1.5rem 1.5rem;overflow:auto}.editor-atc-body--theme1[data-v-89af705f]{padding:1rem 1.25rem 1.25rem}.editor-atc-input--theme1[data-v-89af705f]{margin-top:.35rem}.editor-atc-style-no--t1[data-v-89af705f]{margin-top:.35rem;margin-bottom:.75rem}.editor-atc-t1-row[data-v-89af705f]{display:flex;gap:.875rem;align-items:flex-start;padding:.75rem 0;border-top:1px solid #f3f4f6}.editor-atc-t1-row[data-v-89af705f]:first-of-type{border-top:none;padding-top:0}.editor-atc-t1-thumb[data-v-89af705f]{width:4.5rem;height:4.5rem;border-radius:.5rem;border:1px solid #f3f4f6;background:#f9fafb;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.editor-atc-t1-thumb-spacer[data-v-89af705f]{width:4.5rem;flex-shrink:0}.editor-atc-t1-main[data-v-89af705f]{flex:1;min-width:0}.editor-atc-t1-title[data-v-89af705f]{font-size:.875rem;font-weight:600;color:#111827;line-height:1.35;margin-bottom:.5rem;word-break:break-word}.editor-atc-t1-controls[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%}.editor-atc-t1-sku[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;flex-shrink:0}.editor-atc-t1-price-block[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem .65rem;margin-left:auto;flex:1 1 auto;min-width:0}.editor-atc-t1-select[data-v-89af705f]{min-width:5.5rem;padding:.35rem .5rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.8125rem;background:#fff;color:#111827}.editor-atc-t1-static[data-v-89af705f]{display:inline-flex;align-items:center;min-height:1.875rem;padding:0 .5rem;font-size:.8125rem;color:#374151;border:1px solid transparent}.editor-atc-t1-price[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:.25rem .35rem;font-size:.875rem;font-variant-numeric:tabular-nums;color:#374151;min-width:4rem;text-align:right}.editor-atc-t1-qty[data-v-89af705f]{display:flex;align-items:center;gap:.25rem}.editor-atc-qty-input--t1[data-v-89af705f]{width:2.25rem;height:1.75rem}.editor-atc-t1-sub[data-v-89af705f]{font-size:.875rem;font-weight:500;font-variant-numeric:tabular-nums;color:#111827;min-width:3.5rem;text-align:right}.editor-atc-t1-actions[data-v-89af705f]{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.editor-atc-t1-icon-btn[data-v-89af705f]{width:2rem;height:2rem;border:none;border-radius:.375rem;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.editor-atc-t1-icon-btn[data-v-89af705f]:hover{background:#f3f4f6;color:#111827}.editor-atc-t1-summary[data-v-89af705f]{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6;font-size:.875rem;color:#4b5563}.editor-atc-t1-submit[data-v-89af705f]{width:100%;margin-top:1rem;min-height:2.75rem;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:600;color:#fff;background:#2d3b5e;cursor:pointer}.editor-atc-t1-submit[data-v-89af705f]:hover:not(:disabled){background:#243049}.editor-atc-t1-submit[data-v-89af705f]:disabled{opacity:.65;cursor:not-allowed}.editor-atc-top[data-v-89af705f]{display:flex;gap:1.25rem;flex-wrap:wrap}.editor-atc-thumb[data-v-89af705f]{width:11rem;height:11rem;border-radius:.75rem;border:1px solid #f3f4f6;background:#f9fafb;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.editor-atc-thumb-img[data-v-89af705f]{width:100%;height:100%;object-fit:cover}.editor-atc-thumb-ph[data-v-89af705f]{font-size:.75rem;color:#9ca3af}.editor-atc-meta[data-v-89af705f]{flex:1;min-width:12rem}.editor-atc-label[data-v-89af705f]{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.editor-atc-input[data-v-89af705f]{margin-top:.25rem;width:100%;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;outline:none}.editor-atc-input[data-v-89af705f]:focus{box-shadow:0 0 0 2px #e5e7eb}.editor-atc-style-no[data-v-89af705f]{margin-top:.5rem;font-size:.875rem;color:#6b7280}.editor-atc-color-row[data-v-89af705f]{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.editor-atc-label-inline[data-v-89af705f]{font-size:.75rem;color:#6b7280}.editor-atc-color-val[data-v-89af705f]{font-size:.875rem;color:#111827}.editor-atc-table-wrap[data-v-89af705f]{margin-top:1.25rem;border:1px solid #f3f4f6;border-radius:.75rem;overflow:hidden}.editor-atc-table-head[data-v-89af705f],.editor-atc-table-row[data-v-89af705f]{display:grid;grid-template-columns:1fr 9rem 120px;align-items:center}.editor-atc-table-head[data-v-89af705f]{background:#f9fafb;font-size:.75rem;font-weight:500;color:#4b5563;padding:.65rem 1rem}.editor-atc-table-row[data-v-89af705f]{border-top:1px solid #f3f4f6;font-size:.875rem;color:#374151;padding:.65rem 1rem}.editor-atc-price-col[data-v-89af705f]{display:flex;flex-direction:column;gap:.125rem;align-items:flex-start;font-variant-numeric:tabular-nums}.editor-atc-price-old[data-v-89af705f]{font-size:.75rem;color:#9ca3af;text-decoration:line-through}.editor-atc-col-qty[data-v-89af705f]{text-align:center}.editor-atc-qty-cell[data-v-89af705f]{display:flex;align-items:center;justify-content:center;gap:.35rem}.editor-atc-step[data-v-89af705f]{width:1.75rem;height:1.75rem;border:1px solid #d1d5db;border-radius:.25rem;background:#fff;cursor:pointer;font-size:1rem;line-height:1;color:#374151}.editor-atc-step[data-v-89af705f]:hover{background:#f9fafb}.editor-atc-qty-input[data-v-89af705f]{width:2.5rem;height:1.75rem;border:1px solid #d1d5db;border-radius:.25rem;text-align:center;font-size:.875rem;outline:none}.editor-atc-footer[data-v-89af705f]{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}.editor-atc-summary[data-v-89af705f]{font-size:.875rem;color:#4b5563}.editor-atc-tier-hint[data-v-89af705f]{margin-top:.25rem;font-size:.75rem;color:#6b7280}.editor-atc-actions[data-v-89af705f]{display:flex;gap:.75rem}.editor-atc-btn[data-v-89af705f]{min-height:2.5rem;padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;cursor:pointer;border:none}.editor-atc-btn[data-v-89af705f]:disabled{opacity:.6;cursor:not-allowed}.editor-atc-btn--ghost[data-v-89af705f]{border:1px solid #e5e7eb;background:#fff;color:#374151}.editor-atc-btn--ghost[data-v-89af705f]:hover{background:#f9fafb}.editor-atc-btn--primary[data-v-89af705f]{background:#111827;color:#fff}.editor-atc-btn--primary[data-v-89af705f]:hover:not(:disabled){background:#1f2937}.editor-atc-busy[data-v-89af705f]{position:fixed;inset:0;z-index:10002;display:flex;align-items:center;justify-content:center;background:#0f172a1f;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.editor-atc-busy-inner[data-v-89af705f]{min-width:16rem;padding:1.25rem 1.75rem;border-radius:1rem;background:#fff;box-shadow:0 20px 40px #0000001f;display:flex;align-items:center;gap:.875rem;font-size:.875rem;color:#1e293b}.editor-atc-busy-spin[data-v-89af705f]{width:1.375rem;height:1.375rem;border-radius:999px;border:3px solid #e2e8f0;border-top-color:#6366f1;animation:editor-atc-spin-89af705f .8s linear infinite}@keyframes editor-atc-spin-89af705f{to{transform:rotate(360deg)}}.license-error[data-v-0d41a539]{padding:2rem;text-align:center;color:#f56565}.license-error h2[data-v-0d41a539]{margin-bottom:1rem;font-size:1.5rem}.license-error p[data-v-0d41a539]{margin:.5rem 0}.copy-global-loading[data-v-0d41a539]{position:absolute;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:40}.copy-global-loading-inner[data-v-0d41a539]{padding:16px;border-radius:10px;background:#fff;box-shadow:0 10px 30px #0f172a40;display:flex;align-items:center;justify-content:center}.copy-global-loading-spinner[data-v-0d41a539]{width:18px;height:18px;border-radius:50%;border:2px solid #e2e8f0;border-top-color:var(--editor-accent, #6366f1);animation:copy-global-spin-0d41a539 .8s linear infinite}@keyframes copy-global-spin-0d41a539{to{transform:rotate(360deg)}}.editor-toast[data-v-0d41a539]{position:fixed;left:50%;bottom:24px;transform:translate(-50%);padding:10px 20px;border-radius:8px;background:#0f172ae6;color:#fff;font-size:14px;z-index:9999;box-shadow:0 4px 12px #00000026;pointer-events:none}
1
+ .editor-layout{--editor-page-bg: #eef2f7;--editor-text: #0f172a;--editor-topbar-bg: #f8fafc;--editor-nav-rail-bg: #ffffff;--editor-border: #e2e8f0;--editor-accent: #6366f1;--editor-accent-2: #8b5cf6;--editor-accent-hover: #4f46e5;--editor-accent-active: #4338ca;--editor-accent-soft: #eef2ff;--editor-accent-soft-border: #c7d2fe;--editor-accent-on-soft: #3730a3;--editor-accent-rgb: 99, 102, 241;--editor-tool-hover-border: #cbd5f5;--editor-cart-bg: #2563eb;--editor-cart-hover: #1d4ed8;--editor-cart-active: #1e40af;--editor-cart-rgb: 37, 99, 235;--editor-save-bg: #6366f1;--editor-save-hover: #4f46e5;--editor-save-active: #4338ca;--editor-save-rgb: 99, 102, 241;--editor-save-gradient-end: #7c3aed;--editor-primary-bg: #2563eb}.editor-layout.editor-ui-theme--theme1{--editor-page-bg: #f4f4f6;--editor-topbar-bg: #ffffff;--editor-nav-rail-bg: #faf5f8;--editor-accent: #e91e63;--editor-accent-2: #ec407a;--editor-accent-hover: #d81b60;--editor-accent-active: #c2185b;--editor-accent-soft: #fce4ec;--editor-accent-soft-border: #f8bbd9;--editor-accent-on-soft: #880e4f;--editor-accent-rgb: 233, 30, 99;--editor-tool-hover-border: #f8bbd9;--editor-cart-bg: #e91e63;--editor-cart-hover: #d81b60;--editor-cart-active: #c2185b;--editor-cart-rgb: 233, 30, 99;--editor-save-bg: #2d3b5e;--editor-save-hover: #243049;--editor-save-active: #1a2538;--editor-save-rgb: 45, 59, 94;--editor-save-gradient-end: #1a2538;--editor-primary-bg: #e91e63}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(64px,5.2vw,72px) 1fr}.editor-layout.editor-ui-theme--theme1 .sidebar-nav{padding:clamp(10px,1.2vw,14px) clamp(3px,.4vw,5px)}.editor-layout.editor-ui-theme--theme1 .nav-item{width:100%;max-width:100%;box-sizing:border-box;padding-left:clamp(2px,.3vw,4px);padding-right:clamp(2px,.3vw,4px)}.editor-layout.editor-ui-theme--theme1 .nav-label{display:block;width:100%;max-width:100%;text-align:center;line-height:1.2;font-size:clamp(9px,.68vw,11px);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor{min-height:100vh;max-height:100vh;display:flex;flex-direction:column;background:var(--editor-page-bg);color:var(--editor-text);height:100vh;overflow:hidden}html:has(.editor-layout){overflow-y:hidden;height:100%}body:has(.editor-layout){overflow:hidden;height:100%}.editor-layout .topbar{height:clamp(48px,3.5vw,56px);display:flex;align-items:center;justify-content:space-between;padding:0 clamp(16px,1.5vw,20px);background:var(--editor-topbar-bg);border-bottom:1px solid var(--editor-border);font-size:clamp(12px,.9vw,14px)}.editor-layout .topbar-left,.editor-layout .topbar-right{display:flex;align-items:center;gap:12px}.editor-layout .toolbar{display:flex;gap:clamp(6px,.6vw,8px)}.editor-layout .product-name{font-size:clamp(12px,.9vw,14px);font-weight:600;color:#1e293b}.editor-layout .main{flex:1;display:grid;grid-template-columns:minmax(260px,360px) minmax(0,1fr) minmax(0,280px);grid-template-rows:auto minmax(0,1fr);gap:clamp(12px,1.5vw,16px);padding:clamp(12px,1.5vw,16px);min-height:0;overflow:hidden}.editor-layout .main>*{min-width:0}.editor-layout .sidebar{background:#fff;border-radius:clamp(12px,1.5vw,16px);border:1px solid #e5e7eb;box-shadow:0 8px 24px #0f172a0f;display:grid;grid-template-columns:clamp(48px,4vw,64px) 1fr;overflow:hidden;min-height:0}.editor-layout .sidebar-no-nav{grid-template-columns:1fr}.editor-layout .sidebar-left{grid-column:1;grid-row:1 / 3;min-width:0}.editor-layout .sidebar-right{grid-column:3;grid-row:2;overflow:auto;height:100%;width:100%;min-width:0;box-sizing:border-box}.editor-layout .sidebar-right .sidebar-panel{min-width:270px;width:100%;box-sizing:border-box}.editor-layout .sidebar-right .tool-grid{grid-template-columns:repeat(auto-fit,minmax(36px,1fr))}.editor-layout .sidebar-right .mode-grid{grid-template-columns:repeat(auto-fit,minmax(86px,1fr))}.editor-layout .sidebar-right .panel-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.editor-layout .sidebar-right .slider-row{flex-wrap:wrap}.editor-layout .sidebar-right .slider-label{width:auto;min-width:40px}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail{grid-column:3;grid-row:1 / 3;display:flex;flex-direction:column;gap:clamp(10px,.9vw,14px);min-height:0;min-width:0;width:100%;box-sizing:border-box;background:transparent;border:none;border-radius:0;overflow:hidden}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .preview{grid-column:unset;grid-row:unset;flex-shrink:0;width:100%}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .sidebar.sidebar-theme1-layers{grid-column:unset;grid-row:unset;flex:1 1 auto;min-height:0;overflow:auto;background:transparent;border:none;box-shadow:none;border-radius:0;padding:0;margin:0}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .sidebar-theme1-layers .sidebar-panel{min-width:0;width:100%;box-sizing:border-box;padding:0;background:transparent}.editor-layout.editor-ui-theme--theme1 .layer-list--theme1{gap:clamp(6px,.55vw,8px)}.editor-layout.editor-ui-theme--theme1 .layer-list--theme1 .layer-list-sortable{display:flex;flex-direction:column;gap:clamp(8px,.7vw,10px);min-height:0}.editor-layout.editor-ui-theme--theme1 .layer-sortable-ghost{opacity:.45;background:#f8fafc!important;border:1px dashed var(--editor-accent-soft-border, #cbd5e1)!important;box-shadow:none!important}.editor-layout.editor-ui-theme--theme1 .layer-sortable-chosen{cursor:grabbing;box-shadow:0 4px 14px #0f172a1f}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1{display:flex;flex-direction:row;align-items:center;gap:clamp(6px,.55vw,8px);min-height:85px;height:85px;box-sizing:border-box;padding:clamp(6px,.55vw,8px) clamp(10px,.85vw,12px);border:2px solid #e2e8f0;border-radius:clamp(12px,1vw,14px);background:#fff;box-shadow:none;min-width:0;overflow:visible}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1:hover{border-color:#cbd5e1;box-shadow:0 1px 3px #0f172a0f}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1.active{border-color:#203461;background:#fff;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1.hidden{opacity:.55}.editor-layout.editor-ui-theme--theme1 .layer-drag-handle{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:clamp(22px,2vw,28px);color:#94a3b8;cursor:grab;touch-action:none;border-radius:6px;padding:2px 0}.editor-layout.editor-ui-theme--theme1 .layer-drag-handle:hover{color:#64748b;background:#f1f5f9}.editor-layout.editor-ui-theme--theme1 .layer-drag-handle--disabled{cursor:not-allowed;opacity:.4;pointer-events:none}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1 .layer-item-main{flex:1;min-width:0;cursor:pointer;display:flex;flex-direction:row;align-items:center;gap:clamp(8px,.7vw,10px)}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1{width:clamp(56px,7vw,64px);height:clamp(56px,7vw,64px);flex-shrink:0;border-radius:clamp(8px,.75vw,10px)}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1 .layer-thumbnail-canvas{width:100%;height:100%}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1 .layer-thumbnail-img--theme1{width:100%;height:100%;min-height:0;display:block;object-fit:contain}.editor-layout.editor-ui-theme--theme1 .layer-thumbnail--theme1 .layer-thumbnail--theme1-tt{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:clamp(13px,1vw,15px);font-weight:700;font-family:ui-sans-serif,system-ui,sans-serif;color:#475569;letter-spacing:-.03em;background:linear-gradient(180deg,#f8fafc,#eef2f7);border-radius:inherit}.editor-layout.editor-ui-theme--theme1 .layer-item--theme1 .layer-name{font-weight:600;font-size:clamp(12px,.88vw,13px);color:#0f172a}.editor-layout.editor-ui-theme--theme1 .layer-type--theme1{font-size:clamp(10px,.78vw,12px);color:#64748b;margin-top:1px}.editor-layout.editor-ui-theme--theme1 .layer-type--theme1.layer-type--theme1-highres{color:#16a34a;font-weight:500}.editor-layout.editor-ui-theme--theme1 .layer-row-actions{display:flex;flex-direction:row;align-items:center;gap:clamp(4px,.45vw,6px);flex-shrink:0}.editor-layout.editor-ui-theme--theme1 .layer-visibility-btn--theme1{width:clamp(26px,2.2vw,30px);height:clamp(26px,2.2vw,30px)}.editor-layout.editor-ui-theme--theme1 .layer-visibility-btn--theme1 svg{width:clamp(14px,1.05em,18px);height:clamp(14px,1.05em,18px)}.editor-layout.editor-ui-theme--theme1 .layer-visibility-btn--theme1.is-off{color:#dc2626}.editor-layout.editor-ui-theme--theme1 .layer-action-btn--theme1{width:clamp(26px,2.2vw,30px);height:clamp(26px,2.2vw,30px)}.editor-layout.editor-ui-theme--theme1 .layer-action-btn--theme1 svg{width:clamp(14px,1.05em,18px);height:clamp(14px,1.05em,18px)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-card{display:flex;align-items:flex-start;gap:clamp(10px,1vw,12px);margin-bottom:clamp(12px,1.2vw,16px)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-cover{width:clamp(56px,5vw,72px);height:clamp(56px,5vw,72px);object-fit:contain;border-radius:clamp(8px,.8vw,10px);background:#f4f6fb;border:1px solid var(--editor-border, #e2e8f0);flex-shrink:0}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-cover--placeholder{display:block}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-meta{flex:1;min-width:0}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-name{font-size:clamp(12px,.9vw,14px);font-weight:600;color:#334155;line-height:1.4}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-field{display:flex;flex-direction:column;gap:clamp(4px,.4vw,6px);margin-bottom:clamp(10px,1vw,12px)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .product-detail-label{font-size:clamp(11px,.82vw,13px);font-weight:500;color:#64748b}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--product-detail .select{width:100%;max-width:100%;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--add-text{padding:clamp(12px,1.2vw,16px);display:flex;flex-direction:column;gap:clamp(10px,1vw,14px);min-height:0;background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-figma-text-panel{display:flex;flex-direction:column;gap:clamp(10px,.95vw,14px);--theme1-figma-accent: #ff4d82;--theme1-figma-border: #e0e0e0;--theme1-figma-text: #333333;--theme1-figma-navy: #2d3b5e;--theme1-figma-blue: #2563eb}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 14px;border-radius:4px;border:1px solid var(--theme1-figma-navy);background:#fff;color:var(--theme1-figma-text);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn:hover{background:#f8fafc}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn-plus{display:flex;align-items:center;justify-content:center;width:22px;height:22px;font-size:20px;line-height:1;font-weight:500;color:var(--theme1-figma-blue)}.editor-layout.editor-ui-theme--theme1 .sidebar-panel--upload{padding:clamp(12px,1.2vw,16px);display:flex;flex-direction:column;gap:clamp(10px,1vw,14px);min-height:0;background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-upload-panel{position:relative}.editor-layout.editor-ui-theme--theme1 .theme1-upload-panel--v2{display:flex;flex-direction:column;gap:clamp(10px,.95vw,14px);--theme1-upload-accent: var(--editor-accent, #e91e63);--theme1-upload-border: #d9d9d9;--theme1-upload-muted: #64748b;--theme1-upload-text: #333333}.editor-layout.editor-ui-theme--theme1 .theme1-upload-file-input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 14px;border-radius:6px;border:1px solid var(--theme1-upload-border);background:#fff;color:var(--theme1-upload-text);font-size:14px;font-weight:600;cursor:pointer;transition:background .15s,border-color .15s,box-shadow .15s}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn:hover:not(:disabled){background:#fafafa;border-color:#c4c4c4}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn:disabled{opacity:.45;cursor:not-allowed}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn__icon{display:flex;color:#5b8fd8}.editor-layout.editor-ui-theme--theme1 .theme1-upload-cloud-btn__icon svg{width:22px;height:22px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-formats-hint{margin:0;font-size:12px;line-height:1.45;color:var(--theme1-upload-muted)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-btn{display:flex;align-items:center;justify-content:center;aspect-ratio:1;min-height:0;padding:0;border-radius:4px;border:1px solid #e8e8e8;background:#fff;color:#334155;cursor:pointer;transition:background .15s,border-color .15s}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-btn:hover{border-color:var(--editor-tool-hover-border, #f8bbd9);background:#fffafb}.editor-layout.editor-ui-theme--theme1 .theme1-upload-tool-btn svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-slider-row{display:flex;flex-direction:row;align-items:center;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-slider-row__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--theme1-upload-text)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-slider-row__icon svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range{flex:1;min-width:0;height:24px;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-upload-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer;margin-top:-5px;position:relative}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,var(--theme1-upload-accent) 0%,var(--theme1-upload-accent) var(--theme1-upload-range-pct, 0%),#ececec var(--theme1-upload-range-pct, 0%),#ececec 100%)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-upload-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-moz-range-progress{height:6px;border-radius:3px;background:var(--theme1-upload-accent)}.editor-layout.editor-ui-theme--theme1 .theme1-upload-range::-moz-range-track{height:6px;border-radius:3px;background:#ececec}.editor-layout.editor-ui-theme--theme1 .theme1-upload-num{flex-shrink:0;width:48px;padding:4px 6px;text-align:center;font-size:13px;border:1px solid var(--theme1-upload-border);border-radius:4px;color:var(--theme1-upload-text);background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-upload-crop-wide{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:8px;width:100%;padding:11px 14px;border-radius:6px;border:1px solid var(--theme1-upload-border);background:#f3f4f6;color:#6b7280;font-size:14px;font-weight:600;cursor:not-allowed}.editor-layout.editor-ui-theme--theme1 .theme1-upload-crop-wide__icon svg{width:20px;height:20px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-pattern{display:flex;flex-direction:column;gap:8px;padding-top:4px}.editor-layout.editor-ui-theme--theme1 .theme1-upload-section-label{font-size:13px;font-weight:600;color:var(--theme1-upload-text)}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatches{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:clamp(3px,1vw,6px);overflow:hidden;padding-bottom:2px}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch{width:100%;min-width:0;aspect-ratio:1;padding:0;border-radius:8px;border:2px solid #e8e8e8;background:#fafafa;color:#475569;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:border-color .15s,box-shadow .15s,background .15s}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch svg{width:min(26px,58%);height:min(26px,58%);flex-shrink:0}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch:hover{border-color:var(--editor-tool-hover-border, #f8bbd9)}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch.is-active{border-color:var(--theme1-upload-accent);box-shadow:0 0 0 1px var(--theme1-upload-accent);background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-pattern-swatch--none{color:#64748b}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn:disabled,.editor-layout.editor-ui-theme--theme1 .theme1-upload-crop-btn:disabled{opacity:.45;cursor:not-allowed}.editor-layout.editor-ui-theme--theme1 .theme1-figma-add-btn:disabled:hover{background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:6px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-btn{display:flex;align-items:center;justify-content:center;aspect-ratio:1;min-height:0;padding:0;border-radius:3px;border:1px solid var(--theme1-figma-border);background:#fff;color:var(--theme1-figma-text);cursor:pointer;transition:background .15s,border-color .15s}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-btn:hover{border-color:#c8c8c8;background:#fafafa}.editor-layout.editor-ui-theme--theme1 .theme1-figma-tool-btn svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-icon-slider-row{display:flex;flex-direction:row;align-items:center;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-row-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--theme1-figma-text)}.editor-layout.editor-ui-theme--theme1 .theme1-figma-row-icon svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-row-icon--font{font-size:15px;font-weight:700;font-family:Georgia,Times New Roman,serif;line-height:1}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range{flex:1;min-width:0;height:24px;-webkit-appearance:none;appearance:none;background:transparent;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-figma-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer;margin-top:-5px;position:relative}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-webkit-slider-runnable-track{height:6px;border-radius:3px;background:linear-gradient(to right,var(--theme1-figma-accent) 0%,var(--theme1-figma-accent) var(--theme1-range-pct, 0%),#ececec var(--theme1-range-pct, 0%),#ececec 100%)}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#fff;border:2px solid var(--theme1-figma-accent);box-shadow:0 1px 3px #0000001f;cursor:pointer}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-moz-range-progress{height:6px;border-radius:3px;background:var(--theme1-figma-accent)}.editor-layout.editor-ui-theme--theme1 .theme1-figma-range::-moz-range-track{height:6px;border-radius:3px;background:#ececec}.editor-layout.editor-ui-theme--theme1 .theme1-figma-value-box{flex-shrink:0;width:48px;padding:4px 6px;text-align:center;font-size:12px;color:var(--theme1-figma-text);border:1px solid var(--theme1-figma-border);border-radius:3px;background:#fff;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .theme1-figma-text-format{display:flex;flex-direction:column;gap:10px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-color-font-row{display:flex;flex-direction:row;align-items:stretch;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-swatch{flex-shrink:0;width:40px;height:40px;border-radius:3px;border:1px solid var(--theme1-figma-border);cursor:pointer;position:relative;overflow:hidden}.editor-layout.editor-ui-theme--theme1 .theme1-figma-swatch-input{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%}.editor-layout.editor-ui-theme--theme1 .theme1-figma-swatch--small{width:24px;height:24px;border-radius:4px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-font-select{flex:1;min-width:0;padding:8px 10px;font-size:13px;color:var(--theme1-figma-text);border:1px solid var(--theme1-figma-border);border-radius:3px;background:#fff}.editor-layout.editor-ui-theme--theme1 .theme1-figma-segment-row{display:flex;flex-direction:row;gap:8px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-group{display:flex;flex-direction:row;flex:1;border:1px solid var(--theme1-figma-border);border-radius:3px;overflow:hidden}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn{flex:1;min-width:0;padding:8px 4px;border:none;border-right:1px solid var(--theme1-figma-border);background:#fff;color:var(--theme1-figma-text);cursor:pointer;display:flex;align-items:center;justify-content:center}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn:last-child{border-right:none}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn svg{width:16px;height:16px}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn--letter{font-size:14px;font-weight:700;font-family:ui-sans-serif,system-ui,sans-serif}.editor-layout.editor-ui-theme--theme1 .theme1-figma-seg-btn.is-active{background:#ececec}.editor-layout.editor-ui-theme--theme1 .add-buttons.add-buttons--single{grid-template-columns:1fr}.editor-layout.editor-ui-theme--theme1 .theme1-product-detail-tools{margin-top:clamp(10px,1vw,14px);padding-top:clamp(10px,1vw,14px);border-top:1px solid var(--editor-border, #e2e8f0)}.editor-layout .sidebar-nav{border-right:1px solid var(--editor-border);background:var(--editor-nav-rail-bg);display:flex;flex-direction:column;align-items:center;padding:clamp(10px,1.2vw,14px) clamp(4px,.5vw,6px);gap:clamp(8px,1vw,12px)}.editor-layout .nav-item{width:clamp(44px,3.5vw,52px);padding:clamp(8px,.8vw,12px) clamp(4px,.4vw,6px) clamp(6px,.7vw,10px);border-radius:clamp(10px,1.2vw,14px);border:1px solid transparent;background:transparent;display:flex;flex-direction:column;align-items:center;gap:clamp(6px,.7vw,8px);color:#64748b;font-size:clamp(10px,.75vw,12px)}.editor-layout .nav-item .nav-icon{width:clamp(28px,2.5vw,34px);height:clamp(28px,2.5vw,34px);border-radius:clamp(10px,1vw,12px);background:#f1f5f9;display:flex;align-items:center;justify-content:center;font-size:clamp(14px,1.2vw,16px);color:#475569}.editor-layout .nav-item:hover{background:#f8fafc;color:#334155}.editor-layout .nav-item:hover .nav-icon{background:#e2e8f0}.editor-layout .nav-item.active{background:var(--editor-accent-soft);border-color:var(--editor-accent-soft-border);color:var(--editor-accent-on-soft);font-weight:600}.editor-layout .nav-item.active .nav-icon{background:var(--editor-accent);color:#fff}.editor-layout .sidebar-panel{flex:1;padding:clamp(12px,1.2vw,16px) clamp(14px,1.5vw,18px) clamp(14px,1.5vw,18px);overflow:auto;font-size:clamp(11px,.85vw,13px)}.editor-layout .panel-title{margin:0 0 clamp(8px,1vw,12px);font-size:clamp(12px,.9vw,14px);font-weight:600}.editor-layout .panel-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(8px,.8vw,10px)}.editor-layout .url-box{margin-top:12px;display:flex;gap:8px}.editor-layout .image-tools{margin-top:16px;padding-top:12px}.editor-layout .text-tools{margin-top:16px;padding-top:12px;border-top:1px solid #e2e8f0}.editor-layout .control-block{margin-bottom:10px}.editor-layout .color-row{display:flex;align-items:center;justify-content:space-between;margin:10px 0 6px;font-size:12px;color:#475569}.editor-layout .color-preview{width:100%;height:28px;border-radius:8px;border:1px solid #e2e8f0;position:relative;overflow:hidden;cursor:pointer;flex:1;margin-left:10px}.editor-layout .color-preview input{position:absolute;top:-50%;left:-50%;width:200%;height:200%;opacity:0;cursor:pointer}.editor-layout .preset-colors{display:flex;gap:6px;flex-wrap:wrap;margin-bottom:12px}.editor-layout .color-chip{width:20px;height:20px;border-radius:6px;border:1px solid #e2e8f0;cursor:pointer}.editor-layout .layer-tools{margin-top:16px;padding-top:12px;border-top:1px solid #e2e8f0}.editor-layout .panel-subtitle{margin:0 0 clamp(8px,.8vw,10px);font-size:clamp(11px,.85vw,12px);font-weight:600;color:#64748b}.editor-layout .mode-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.editor-layout .mode-card{border:1px solid #e2e8f0;border-radius:10px;padding:8px 0;background:#f8fafc;font-size:12px}.editor-layout .mode-card.active{border-color:var(--editor-accent);background:var(--editor-accent-soft);color:var(--editor-accent-on-soft)}.editor-layout .slider-row{margin-top:12px;display:flex;align-items:center;gap:8px}.editor-layout .slider-label{width:36px;font-size:12px;color:#64748b}.editor-layout .slider-input{flex:1}.editor-layout .number-input{width:56px;border:1px solid #e2e8f0;border-radius:8px;padding:4px 6px;font-size:12px}.editor-layout .tool-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:clamp(6px,.6vw,8px)}.editor-layout .tool-btn{border:1px solid #e2e8f0;border-radius:clamp(8px,.8vw,10px);padding:clamp(6px,.6vw,8px) 0;background:#f8fafc;font-size:clamp(11px,.85vw,12px);display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative}.editor-layout .tool-btn svg{width:clamp(18px,1.5vw,20px);height:clamp(18px,1.5vw,20px);stroke:#475569;transition:stroke .2s;pointer-events:none}.editor-layout .tool-btn:hover{border-color:var(--editor-tool-hover-border);background:var(--editor-accent-soft);color:var(--editor-accent-on-soft)}.editor-layout .tool-btn:hover svg{stroke:var(--editor-accent-on-soft)}.editor-layout .url-input{flex:1;border:1px solid #e2e8f0;border-radius:10px;padding:8px 10px;font-size:12px}.editor-layout .panel-item{padding:10px 12px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;font-size:13px}.editor-layout .panel-item.danger{background:#fee2e2;border-color:#fecaca;color:#b91c1c}.editor-layout .product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.editor-layout .product-card{border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;padding:8px;display:flex;flex-direction:column;gap:8px;text-align:left}.editor-layout .product-card img{width:100%;height:100px;object-fit:cover}.editor-layout .product-title{font-size:12px;color:#475569}.editor-layout .product-card.active{border-color:var(--editor-accent);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.18)}.editor-layout .pagination{margin-top:16px;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;font-size:12px;color:#64748b}.editor-layout .pagination>span{white-space:nowrap;flex-shrink:0}.editor-layout .pagination .select{flex-shrink:0}.editor-layout .pager{display:flex;gap:6px}.editor-layout .pager-btn{border:1px solid #e2e8f0;background:#fff;border-radius:6px;padding:4px 10px;font-size:11px;font-weight:400;color:#64748b;transition:all .2s ease;cursor:pointer;white-space:nowrap}.editor-layout .pager-btn:hover:not(:disabled){border-color:#cbd5e1;background:#f8fafc;color:#475569}.editor-layout .pager-btn:disabled{opacity:.5;cursor:not-allowed}.editor-layout .layer-list{display:flex;flex-direction:column;gap:8px}.editor-layout .layer-item{border:1px solid #e2e8f0;border-radius:10px;background:#fff;padding:8px;display:flex;align-items:center;gap:8px;transition:all .2s;font-size:14px;overflow:hidden;min-width:0}.editor-layout .layer-item:hover{border-color:#cbd5e1;box-shadow:0 2px 4px #0000000d}.editor-layout .layer-item.active{border-color:var(--editor-accent);background:var(--editor-accent-soft);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.18)}.editor-layout .layer-item.hidden{opacity:.5}.editor-layout .layer-item.locked{background:#f8fafc}.editor-layout .layer-item-main{flex:1;display:flex;align-items:center;gap:8px;cursor:pointer;min-width:0}.editor-layout .layer-visibility-btn{width:clamp(18px,1.5em,32px);height:clamp(18px,1.5em,32px);padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;flex-shrink:0;min-width:0}.editor-layout .layer-visibility-btn:hover{color:#334155}.editor-layout .layer-visibility-btn svg{width:clamp(14px,1.125em,24px);height:clamp(14px,1.125em,24px)}.editor-layout .layer-thumbnail{width:25px;height:25px;border-radius:6px;border:1px solid #e2e8f0;background:#f8fafc;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.editor-layout .layer-thumbnail-canvas{width:25px;height:25px;display:block}.editor-layout .layer-info{flex:1;display:flex;flex-direction:column;gap:2px;min-width:0}.editor-layout .layer-name{font-size:13px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.editor-layout .layer-type{font-size:11px;color:#94a3b8}.editor-layout .layer-actions{display:flex;align-items:center;gap:4px;flex-shrink:0;min-width:0;max-width:100%}.editor-layout .layer-action-btn{width:clamp(18px,1.5em,32px);height:clamp(18px,1.5em,32px);padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#64748b;border-radius:4px;transition:all .2s;flex-shrink:0;min-width:0}.editor-layout .layer-action-btn:hover{background:#f1f5f9;color:#334155}.editor-layout .layer-action-btn.danger:hover{background:#fee2e2;color:#dc2626}.editor-layout .layer-action-btn svg{width:clamp(14px,.875em,20px);height:clamp(14px,.875em,20px)}.editor-layout .empty{margin:0;padding:20px;text-align:center;font-size:12px;color:#94a3b8}.editor-layout .canvas-section{width:100%;height:100%;display:flex;flex-direction:column;gap:clamp(10px,1vw,12px);min-height:0;grid-column:2;grid-row:1 / 3;align-items:center}.editor-layout .canvas-section.canvas-section--theme1-rail{align-items:stretch}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-workspace{flex:1 1 0;display:flex;flex-direction:row;align-items:stretch;gap:clamp(10px,1vw,12px);min-height:0;width:100%}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-side-rail{flex:0 0 clamp(72px,5.2vw,90px);width:clamp(72px,5.2vw,90px);min-width:clamp(72px,5.2vw,90px);max-width:clamp(72px,5.2vw,90px);display:flex;flex-direction:column;align-items:stretch;gap:clamp(8px,.8vw,10px);min-height:0;overflow:visible;z-index:2;position:relative}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-rail-toolbar{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-rail-switch{width:100%;min-width:0}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-mode-select{width:100%;max-width:100%;box-sizing:border-box;border:1px solid var(--editor-border, #e2e8f0);border-radius:clamp(6px,.6vw,8px);padding:6px;font-size:clamp(10px,.72vw,12px);font-weight:500;background:#fff;color:#334155;cursor:pointer}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-main{flex:1 1 0;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;z-index:0;position:relative;background:var(--editor-page-bg, #f4f4f6)}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-main .canvas-wrap{flex:1 1 0;width:100%;height:100%;min-height:0;margin-left:0;margin-right:0;background:transparent;border:none;box-shadow:none}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-theme1-zoom{position:absolute;bottom:clamp(10px,1vw,14px);right:clamp(10px,1vw,14px);z-index:40;pointer-events:auto}.editor-layout .canvas-section.canvas-section--theme1-rail .copy-panel.copy-panel--rail{position:relative;width:100%;min-width:0}.editor-layout .canvas-section.canvas-section--theme1-rail .copy-btn.copy-btn--rail{width:100%;max-width:100%;box-sizing:border-box;padding:clamp(6px,.55vw,8px) clamp(4px,.4vw,6px);font-size:clamp(10px,.72vw,12px);white-space:nowrap}.editor-layout .canvas-section.canvas-section--theme1-rail .copy-dropdown.copy-dropdown--rail{left:calc(100% + 8px);right:auto;top:0;bottom:auto;margin-left:0;z-index:50}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-list{display:flex;flex-direction:column;direction:rtl;align-items:flex-end;gap:clamp(6px,.6vw,8px);flex:1 1 0;min-height:0;width:calc(100% + min(280px,52vw));max-width:none;box-sizing:border-box;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin;scrollbar-gutter:stable;padding:2px 0;pointer-events:none}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-row{direction:ltr;unicode-bidi:isolate;display:flex;flex-direction:row;align-items:center;min-width:100%;width:max-content;max-width:none;position:relative;pointer-events:none}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-item.diecut-item--rail{flex:0 0 auto;width:clamp(72px,5.2vw,90px);min-width:0;max-width:clamp(72px,5.2vw,90px);box-sizing:border-box;align-items:stretch;position:relative;overflow:hidden;pointer-events:auto}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-item.diecut-item--rail img{width:100%;height:auto;aspect-ratio:1;object-fit:contain;object-position:center;flex-shrink:0;border-radius:clamp(4px,.4vw,6px);background:#fff;position:relative;z-index:0}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-name{flex:0 0 auto;max-width:0;opacity:0;overflow:hidden;margin:0;padding:0;box-sizing:border-box;font-size:clamp(11px,.85vw,13px);font-weight:500;line-height:1.3;color:#fff;white-space:nowrap;background:#1e293bf0;border-radius:clamp(6px,.55vw,8px);pointer-events:none;transition:max-width .2s ease,opacity .15s ease,padding .15s ease,margin .15s ease}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-row:hover .diecut-rail-name,.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-rail-row:focus-within .diecut-rail-name{max-width:min(200px,45vw);opacity:1;padding:6px 10px;margin-left:6px}.editor-layout .canvas-toolbar{display:flex;justify-content:space-between;align-items:center}.editor-layout .canvas-toolbar .toolbar-left{display:flex;align-items:center;gap:clamp(10px,1vw,12px)}.editor-layout .size-card{display:flex;align-items:center;gap:clamp(8px,.8vw,10px);padding:clamp(8px,.8vw,10px) clamp(10px,1vw,12px);background:#fff;border:1px solid #e2e8f0;border-radius:clamp(10px,1.2vw,12px);font-size:clamp(11px,.85vw,13px)}.editor-layout .status{font-size:clamp(10px,.75vw,12px);color:#64748b}.editor-layout .canvas-wrap{position:relative;flex:1 1 0;width:100%;max-width:100%;height:100%;min-width:0;min-height:0;background:#fff;border-radius:clamp(12px,1.5vw,16px);border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:center;padding:0;overflow:hidden;margin-left:auto;margin-right:auto}.editor-layout .canvas-container{position:relative;flex:0 0 auto;min-height:0;min-width:0;max-width:100%;max-height:100%}.editor-layout .canvas-container canvas,.editor-layout .canvas-wrap canvas{position:absolute;top:0;left:0}.editor-layout .canvas-section.canvas-section--theme1-rail .canvas-container canvas{width:2000px;height:2000px}canvas{display:block;border-radius:clamp(10px,1.2vw,12px);max-width:100%;max-height:100%}.editor-layout .canvas-footer{display:flex;align-items:center;justify-content:space-between;padding:clamp(12px,1.2vw,14px) clamp(16px,1.5vw,18px);background:#fff;border:1px solid #e2e8f0;border-radius:clamp(10px,1.2vw,12px);font-size:clamp(11px,.85vw,13px);margin-top:auto;gap:clamp(16px,1.5vw,20px)}.editor-layout .canvas-design-loading-spinner{width:18px;height:18px;border-radius:50%;border:2px solid #e2e8f0;border-top-color:var(--editor-accent, #6366f1);animation:editor-canvas-design-spin .8s linear infinite;flex-shrink:0}@keyframes editor-canvas-design-spin{to{transform:rotate(360deg)}}.editor-layout .canvas-footer .footer-left{display:flex;align-items:center;gap:clamp(12px,1.2vw,16px);flex:1;min-width:0}.editor-layout .canvas-footer .footer-right{display:flex;align-items:center;flex-shrink:0}.editor-layout .footer-divider{width:1px;height:24px;background:#e2e8f0;flex-shrink:0}.editor-layout .diecut-panel{display:flex;align-items:center;flex:1;min-width:0;overflow:hidden}.editor-layout .diecut-title{color:#64748b;font-size:clamp(10px,.75vw,12px)}.editor-layout .copy-panel{position:relative;flex-shrink:0}.editor-layout .copy-btn{padding:clamp(6px,.6vw,8px) clamp(12px,1.2vw,14px);background:linear-gradient(135deg,var(--editor-accent) 0%,var(--editor-accent-2) 100%);color:#fff;border:none;border-radius:clamp(6px,.6vw,8px);font-size:clamp(11px,.85vw,13px);font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 6px rgba(var(--editor-accent-rgb),.2)}.editor-layout .copy-btn:hover{transform:translateY(-1px);box-shadow:0 4px 10px rgba(var(--editor-accent-rgb),.3)}.editor-layout .copy-btn:active{transform:translateY(0);box-shadow:0 2px 6px rgba(var(--editor-accent-rgb),.2)}.editor-layout .copy-dropdown{position:absolute;bottom:calc(100% + 8px);left:0;min-width:180px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:10px;box-shadow:0 8px 24px #0f172a1f;z-index:20}.editor-layout .copy-item{display:flex;align-items:center;gap:8px;font-size:12px;color:#1e293b}.editor-layout .copy-list{margin:8px 0;max-height:220px;overflow:auto;display:flex;flex-direction:column;gap:6px}.editor-layout .copy-actions{display:flex;justify-content:flex-end;gap:8px}.editor-layout .diecut-list{display:flex;align-items:center;gap:clamp(8px,.8vw,10px);overflow-x:auto;overflow-y:hidden;scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent;padding:clamp(2px,.2vw,4px) 0}.editor-layout .diecut-list::-webkit-scrollbar{height:4px}.editor-layout .diecut-list::-webkit-scrollbar-track{background:transparent}.editor-layout .diecut-list::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:2px}.editor-layout .diecut-list::-webkit-scrollbar-thumb:hover{background:#94a3b8}.editor-layout .diecut-item{border:1px solid #e2e8f0;border-radius:clamp(6px,.6vw,8px);background:#fff;padding:clamp(4px,.4vw,6px);width:clamp(64px,5vw,76px);min-width:clamp(64px,5vw,76px);display:flex;flex-direction:column;gap:clamp(3px,.3vw,4px);font-size:clamp(10px,.75vw,11px);color:#475569;cursor:pointer;transition:all .2s ease}.editor-layout .diecut-item:hover{border-color:#cbd5e1;background:#f8fafc;transform:translateY(-1px)}.editor-layout .diecut-item img{width:100%;height:clamp(36px,3vw,44px);object-fit:contain;border-radius:clamp(4px,.4vw,6px)}.editor-layout .diecut-item.active{border-color:var(--editor-accent);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.18),0 2px 8px rgba(var(--editor-accent-rgb),.15);background:var(--editor-accent-soft)}.editor-layout .diecut-item.active:hover{transform:translateY(-1px);box-shadow:0 0 0 2px rgba(var(--editor-accent-rgb),.25),0 4px 12px rgba(var(--editor-accent-rgb),.2)}.editor-layout .canvas-section.canvas-section--theme1-rail .diecut-item.diecut-item--rail.active{background:#fff}.editor-layout .zoom-controls{display:flex;align-items:center;gap:clamp(4px,.4vw,6px);background:#f8fafc;border:1px solid #e2e8f0;border-radius:clamp(6px,.6vw,8px);padding:clamp(2px,.2vw,4px)}.editor-layout .zoom-btn{width:clamp(28px,2.5vw,32px);height:clamp(28px,2.5vw,32px);display:flex;align-items:center;justify-content:center;background:#fff;border:1px solid #e2e8f0;border-radius:clamp(4px,.4vw,6px);color:#475569;cursor:pointer;transition:all .15s ease;padding:0}.editor-layout .zoom-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.editor-layout .zoom-btn:active{background:#e2e8f0}.editor-layout .zoom-value{min-width:clamp(40px,3.5vw,48px);text-align:center;font-size:clamp(11px,.85vw,13px);font-weight:500;color:#334155;padding:0 clamp(6px,.6vw,8px)}.editor-layout .zoom-divider{width:1px;height:20px;background:#e2e8f0;margin:0 clamp(4px,.4vw,6px)}.editor-layout .fit-btn{padding:clamp(6px,.6vw,8px) clamp(10px,1vw,12px);background:#fff;border:1px solid #e2e8f0;border-radius:clamp(4px,.4vw,6px);color:#475569;font-size:clamp(11px,.85vw,13px);cursor:pointer;transition:all .15s ease;font-weight:500}.editor-layout .fit-btn:hover{background:#f1f5f9;border-color:#cbd5e1;color:#334155}.editor-layout .fit-btn:active{background:#e2e8f0}.editor-layout .preview{background:#fff;border-radius:clamp(12px,1.5vw,14px);border:1px solid #e2e8f0;display:flex;flex-direction:column;min-height:0;grid-column:3;grid-row:1;width:100%}.editor-layout .preview-header{display:flex;align-items:center;justify-content:space-between;padding:clamp(10px,1vw,12px) clamp(14px,1.5vw,16px);border-bottom:1px solid #e2e8f0;font-size:clamp(12px,.9vw,14px);font-weight:600}.editor-layout .preview-body{flex:1;height:300px;padding:clamp(12px,1.2vw,16px);box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:clamp(10px,1vw,12px);color:#64748b;position:relative;min-height:0}.editor-layout .preview-body img{width:300px;height:300px;object-fit:contain;max-width:100%;max-height:100%}.editor-layout .preview-nav{position:absolute;top:50%;transform:translateY(-50%);width:clamp(26px,2.2vw,30px);height:clamp(26px,2.2vw,30px);border-radius:999px;border:1px solid #e2e8f0;background:#fffffff2;color:#334155;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:2;font-size:clamp(12px,1vw,14px)}.editor-layout .preview-nav:disabled{opacity:.45;cursor:not-allowed}.editor-layout .preview-nav-left{left:clamp(8px,.8vw,10px)}.editor-layout .preview-nav-right{right:clamp(8px,.8vw,10px)}.editor-layout .preview-indicator{position:absolute;bottom:clamp(10px,1vw,12px);left:50%;transform:translate(-50%);padding:clamp(2px,.2vw,2px) clamp(8px,.8vw,10px);border-radius:999px;border:1px solid #e2e8f0;background:#fffffff2;font-size:clamp(10px,.75vw,12px);color:#64748b;z-index:2}.editor-layout.editor-ui-theme--theme1 .preview.preview--theme1{background:transparent;border:none;border-radius:0;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .preview-header.preview-header--theme1{display:flex;align-items:center;justify-content:flex-end;padding:0 clamp(12px,1vw,14px) 0;margin:0 0 5px;background:transparent;border:none;border-bottom:none;min-height:0;font-weight:400;font-size:12px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-toolbar{display:flex;flex-direction:row;align-items:center;gap:10px;width:auto;max-width:100%;min-height:32px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;height:32px;padding:0 clamp(12px,1vw,16px);border:1px solid #c5d0e6;border-radius:11px;background:#f4f6fb;color:#21345b;font-size:12px;line-height:18px;font-weight:400;cursor:pointer;font-family:inherit;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill:hover:not(:disabled){border-color:#a8b8d8;background:#eef1f8}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill--active{background:#21345b;border-color:#21345b;color:#fff;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill--active:hover:not(:disabled){background:#1a2d4d;border-color:#1a2d4d;color:#fff}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill-eye{display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:2px 4px;box-sizing:border-box;color:#21345b}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill--active .preview-theme1-pill-eye{color:#fff}.editor-layout.editor-ui-theme--theme1 .preview-theme1-pill-eye svg{width:15px;height:15px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn{width:32px;height:32px;flex-shrink:0;border:1px solid #c5d0e6;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#fff;color:#21345b;cursor:pointer;padding:0;box-sizing:border-box}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn:hover:not(:disabled){border-color:#a8b8d8;color:#1a2d4d}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn svg{width:18px;height:18px}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn--active{background:#21345b;border-color:#21345b;color:#fff;box-shadow:none}.editor-layout.editor-ui-theme--theme1 .preview-theme1-icon-btn--active:hover:not(:disabled){background:#1a2d4d;border-color:#1a2d4d;color:#fff}.editor-layout.editor-ui-theme--theme1 .preview-body.preview-body--theme1{height:auto;min-height:clamp(200px,28vh,320px);max-height:min(42vh,380px);padding:0;background:transparent;align-items:stretch}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-canvas-wrapper{width:100%;max-width:100%;aspect-ratio:1 / 1;flex:0 0 auto;height:auto;background:#f3f4f6;border:1px solid #cacaca;border-radius:13px;padding:1px;box-sizing:border-box;box-shadow:none;overflow:hidden;display:block;position:relative}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-canvas-wrapper .preview-canvas{display:block;width:100%;height:100%;max-width:100%;max-height:none;aspect-ratio:unset;background:#f3f4f6;border-radius:12px}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav{border:none;background:#f3f4f6eb;color:#94a3b8;box-shadow:0 1px 2px #0f172a0f}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav:hover:not(:disabled){color:#64748b;background:#fff}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav-left{left:clamp(5px,.55vw,9px)}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-nav-right{right:clamp(5px,.55vw,9px)}.editor-layout.editor-ui-theme--theme1 .preview-body--theme1 .preview-indicator{bottom:clamp(5px,.6vw,9px);border:none;background:transparent;font-size:clamp(11px,.82vw,13px);font-weight:500;color:#64748b}.editor-layout .modal-backdrop{position:fixed;inset:0;background:#0f172a73;display:flex;align-items:center;justify-content:center;z-index:20}.editor-layout .modal{width:380px;background:#fff;border-radius:18px;border:1px solid #e5e7eb;box-shadow:0 24px 64px #0f172a40}.editor-layout .modal-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #eef2f7;font-weight:600;color:#0f172a}.editor-layout .modal-body{padding:18px}.editor-layout .modal-text{margin:0;font-size:13px;color:#64748b;line-height:1.6}.editor-layout .modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:12px 18px 16px;border-top:1px solid #eef2f7}.editor-layout .modal-btn{border:1px solid #e2e8f0;background:#fff;border-radius:10px;padding:6px 16px;font-size:13px;font-weight:600;color:#475569;cursor:pointer;transition:all .2s}.editor-layout .modal-btn:hover{border-color:var(--editor-accent-soft-border);background:var(--editor-accent-soft);color:var(--editor-accent-on-soft)}.editor-layout .modal-btn.danger{border-color:var(--editor-save-bg);background:linear-gradient(135deg,var(--editor-save-bg) 0%,var(--editor-save-gradient-end) 100%);color:#fff;box-shadow:0 6px 16px rgba(var(--editor-save-rgb),.3)}.editor-layout .modal-btn.danger:hover{border-color:var(--editor-save-hover);background:linear-gradient(135deg,var(--editor-save-hover) 0%,var(--editor-save-active) 100%)}.editor-layout .mode-list{display:flex;flex-direction:column;gap:12px}.editor-layout .mode-card{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;text-align:left}.editor-layout .mode-card h4{margin:0 0 6px;font-size:14px}.editor-layout .mode-card p{margin:0;font-size:12px;color:#64748b}.editor-layout .mode-card.active{border-color:var(--editor-accent);background:var(--editor-accent-soft)}.editor-layout .badge{padding:4px 8px;border-radius:999px;background:var(--editor-accent);color:#fff;font-size:12px}.editor-layout .ghost.icon{width:20px;height:20px;padding:0;display:inline-flex;align-items:center;justify-content:center;border-radius:50%}.editor-layout .select{border:1px solid #e2e8f0;border-radius:10px;padding:6px 10px;font-size:13px;background:#fff}.editor-layout .select.small{padding:4px 8px;font-size:12px}.editor-layout .link-go-home{margin-right:8px;font-size:13px;font-weight:500;color:#475569;cursor:pointer}.editor-layout .link-go-home:hover{color:#1f2933;text-decoration:underline}.editor-layout .ghost{border:2px solid var(--editor-accent);background:linear-gradient(135deg,#fff,#f8fafc);border-radius:10px;padding:8px 16px;font-size:13px;font-weight:600;color:var(--editor-accent);transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px rgba(var(--editor-accent-rgb),.15),0 1px 2px #00000014;cursor:pointer;position:relative;overflow:hidden}.editor-layout .ghost:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s}.editor-layout .ghost:hover:before{left:100%}.editor-layout .ghost:hover{background:linear-gradient(135deg,var(--editor-accent) 0%,var(--editor-accent-2) 100%);color:#fff;box-shadow:0 4px 8px rgba(var(--editor-accent-rgb),.3),0 2px 4px #0000001f;transform:translateY(-1px);border-color:var(--editor-accent-2)}.editor-layout .ghost:active{transform:translateY(0);box-shadow:0 1px 2px rgba(var(--editor-accent-rgb),.2)}.editor-layout .clear-muted{border:none;background:transparent;padding:6px 8px;border-radius:8px;font-size:13px;font-weight:500;color:#94a3b8;cursor:pointer}.editor-layout .clear-muted:hover{color:#475569;background:transparent}.editor-layout .clear-muted:active{color:#334155}.editor-layout .clear-muted--icon{display:inline-flex;align-items:center;justify-content:center;padding:6px;line-height:0;border-radius:8px}.editor-layout .clear-muted--icon:hover{background:#f1f5f9}.editor-layout .clear-muted--icon:active{background:#e2e8f0}.editor-layout .clear-muted--icon svg{width:18px;height:18px;flex-shrink:0}.editor-layout .text{border:none;background:transparent;color:#64748b;font-size:13px}.editor-layout .topbar-add-cart{border:none;background:var(--editor-cart-bg);color:#fff;padding:6px 14px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px rgba(var(--editor-cart-rgb),.2);transition:background .2s ease,box-shadow .2s ease,transform .1s ease}.editor-layout .topbar-add-cart:hover{background:var(--editor-cart-hover);box-shadow:0 4px 10px rgba(var(--editor-cart-rgb),.35);transform:translateY(-1px)}.editor-layout .topbar-add-cart:active{background:var(--editor-cart-active);box-shadow:0 1px 2px rgba(var(--editor-cart-rgb),.4);transform:translateY(0)}.editor-layout .primary{border:none;background:var(--editor-save-bg);color:#fff;padding:6px 14px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;box-shadow:0 2px 4px rgba(var(--editor-save-rgb),.18);transition:background .2s ease,box-shadow .2s ease,transform .1s ease}.editor-layout .primary:hover{background:var(--editor-save-hover);box-shadow:0 4px 10px rgba(var(--editor-save-rgb),.35);transform:translateY(-1px)}.editor-layout .primary:active{background:var(--editor-save-active);box-shadow:0 1px 2px rgba(var(--editor-save-rgb),.4);transform:translateY(0)}.editor-layout .primary.small{padding:4px 10px;font-size:12px}.editor-layout .add-buttons{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-bottom:16px}.editor-layout .sidebar-right .add-buttons{display:none}.editor-layout .add-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 16px;border-radius:12px;border:1px solid #e2e8f0;background:#f8fafc;color:#1e293b;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s;min-height:100px}.editor-layout .add-btn:hover{border-color:#cbd5e1;background:#f1f5f9;transform:translateY(-1px);box-shadow:0 2px 8px #0000000d}.editor-layout .add-btn:active{transform:translateY(0);box-shadow:0 1px 4px #0000000d}.editor-layout .add-btn-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:#475569}.editor-layout .add-btn svg{width:24px;height:24px;stroke:currentColor;stroke-width:2}.editor-layout .add-btn-text{color:#1e293b;font-size:13px;font-weight:500}@media(max-width:1600px){.main{grid-template-columns:minmax(240px,300px) 1fr minmax(220px,280px)}.sidebar{grid-template-columns:clamp(44px,3.5vw,56px) 1fr}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(62px,5vw,70px) 1fr}}@media(max-width:1440px){.main{grid-template-columns:minmax(220px,280px) 1fr minmax(220px,280px);gap:12px;padding:12px}.sidebar{grid-template-columns:clamp(40px,3vw,52px) 1fr}.nav-item{width:clamp(44px,3.5vw,48px);padding:clamp(8px,.8vw,10px) clamp(4px,.4vw,6px);font-size:clamp(10px,.75vw,11px)}.nav-item .nav-icon{width:clamp(28px,2.5vw,32px);height:clamp(28px,2.5vw,32px);font-size:clamp(14px,1.2vw,15px)}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(60px,4.8vw,68px) 1fr}.editor-layout.editor-ui-theme--theme1 .nav-item{width:100%;max-width:100%}}@media(max-width:1280px){.main{grid-template-columns:minmax(220px,260px) 1fr minmax(220px,260px);grid-template-rows:auto minmax(0,1fr)}.preview-body{padding:clamp(12px,1.2vw,16px)}.preview-body img{width:min(300px,100%);height:min(300px,100%)}.sidebar{grid-template-columns:clamp(36px,2.8vw,48px) 1fr}.editor-layout.editor-ui-theme--theme1 .sidebar:not(.sidebar-no-nav){grid-template-columns:clamp(58px,4.5vw,66px) 1fr}}@media(max-width:1024px){.main{grid-template-columns:1fr;grid-template-rows:auto 1fr auto auto;gap:12px;padding:12px}.sidebar-left{grid-column:1 / -1;grid-row:1;max-height:360px}.canvas-section{grid-column:1 / -1;grid-row:2;min-height:350px}.sidebar-right,.sidebar-theme1-layers{grid-column:1 / -1;grid-row:4}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail{grid-column:1 / -1;grid-row:3;max-height:min(70vh,640px)}.editor-layout.editor-ui-theme--theme1 .theme1-right-rail .sidebar-theme1-layers{grid-column:unset;grid-row:unset}.preview{grid-column:1 / -1;grid-row:3}.editor-layout.editor-ui-theme--theme1 .main>.preview{grid-row:3}.preview-body img{width:min(300px,100%);height:min(300px,100%)}}.mode-confirm-host--toolbar{position:relative;display:inline-flex;align-items:flex-start;flex-shrink:0}.mode-confirm-popover{position:absolute;z-index:100;width:min(360px,calc(100vw - 24px));pointer-events:auto}.editor-layout .canvas-section.canvas-section--theme1-rail .mode-confirm-popover--theme1-rail,.mode-confirm-popover--toolbar{left:calc(100% + 8px);top:0;right:auto}.mode-confirm-card{width:100%;box-sizing:border-box;background:#fff;border-radius:20px;border:1px solid rgba(226,232,240,.8);box-shadow:0 24px 64px #0f172a33,0 8px 24px #0f172a1a;padding:32px 28px 24px;text-align:center}.mode-confirm-icon{width:56px;height:56px;margin:0 auto 16px;border-radius:50%;background:linear-gradient(135deg,#fef3c7,#fde68a);display:flex;align-items:center;justify-content:center;color:#d97706}.mode-confirm-icon svg{width:28px;height:28px}.mode-confirm-title{margin:0 0 8px;font-size:17px;font-weight:700;color:#0f172a;line-height:1.4}.mode-confirm-desc{margin:0 0 24px;font-size:13px;color:#64748b;line-height:1.6}.mode-confirm-actions{display:flex;gap:10px;justify-content:center}.mode-confirm-btn{flex:1;padding:10px 16px;border-radius:12px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;outline:none}.mode-confirm-btn--cancel{background:#f1f5f9;color:#475569}.mode-confirm-btn--cancel:hover{background:#e2e8f0;color:#334155}.mode-confirm-btn--confirm{background:linear-gradient(135deg,var(--editor-accent, #6366f1) 0%,#8b5cf6 100%);color:#fff;box-shadow:0 4px 14px #6366f159}.mode-confirm-btn--confirm:hover{transform:translateY(-1px);box-shadow:0 6px 20px #6366f173}.mode-confirm-btn--confirm:active{transform:translateY(0)}.mode-confirm-enter-active,.mode-confirm-leave-active{transition:opacity .25s ease}.mode-confirm-enter-active .mode-confirm-card,.mode-confirm-leave-active .mode-confirm-card{transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.mode-confirm-enter-from,.mode-confirm-leave-to{opacity:0}.mode-confirm-enter-from .mode-confirm-card,.mode-confirm-leave-to .mode-confirm-card{opacity:0;transform:scale(.88) translateY(12px)}.mode-confirm-enter-to .mode-confirm-card,.mode-confirm-leave-from .mode-confirm-card{opacity:1;transform:scale(1) translateY(0)}.gallery-panel[data-v-2b19f576]{--gp-primary: #1e293b;display:flex;flex-direction:column;height:100%;min-height:0;padding:8px}.gallery-panel.gallery-panel--theme1[data-v-2b19f576]{--gp-primary: var(--editor-accent, #e91e63)}.gallery-sub-tabs[data-v-2b19f576]{display:flex;gap:6px;margin-bottom:10px}.gallery-sub-tab[data-v-2b19f576]{flex:1;min-height:36px;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:500;border:1px solid var(--editor-border, #e2e8f0);background:var(--editor-bg-secondary, #f8fafc);color:var(--editor-text-secondary, #64748b);cursor:pointer;transition:all .15s ease}.gallery-sub-tab[data-v-2b19f576]:hover{background:var(--editor-bg-hover, #f1f5f9);color:var(--editor-text, #334155)}.gallery-sub-tab.active[data-v-2b19f576]{background:var(--gp-primary);color:#fff;border-color:var(--gp-primary)}.gallery-upload-btn[data-v-2b19f576]{width:100%;min-height:36px;padding:6px 10px;border-radius:8px;font-size:13px;font-weight:500;background:var(--gp-primary);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;margin-bottom:10px}.gallery-upload-btn[data-v-2b19f576]:hover{opacity:.9}.gallery-controls-row[data-v-2b19f576]{display:flex;flex-wrap:wrap;align-items:flex-end;gap:8px;margin-bottom:10px}.gallery-field[data-v-2b19f576]{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}.gallery-field-label[data-v-2b19f576]{font-size:12px;color:var(--editor-text-secondary, #64748b);white-space:nowrap}.gallery-dropdown[data-v-2b19f576]{width:100%;min-width:0;padding:6px 24px 6px 8px;border-radius:8px;border:1px solid var(--editor-border, #e2e8f0);font-size:12px;background:var(--editor-bg, #fff);color:var(--editor-text, #334155);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 8px center;transition:border-color .15s ease}.gallery-dropdown[data-v-2b19f576]:hover{border-color:var(--editor-text-secondary, #94a3b8)}.gallery-dropdown[data-v-2b19f576]:focus{outline:none;border-color:var(--gp-primary)}.gallery-dropdown option[data-v-2b19f576]{color:var(--editor-text, #334155)}.gallery-field-folder[data-v-2b19f576],.gallery-dropdown-wrap[data-v-2b19f576]{position:relative}.gallery-dropdown-trigger[data-v-2b19f576]{display:flex;align-items:center;justify-content:space-between;gap:6px;width:100%;min-width:0;padding:6px 8px;border-radius:8px;border:1px solid var(--editor-border, #e2e8f0);font-size:12px;background:var(--editor-bg, #fff);color:var(--editor-text, #334155);cursor:pointer;text-align:left;transition:border-color .15s ease}.gallery-dropdown-trigger[data-v-2b19f576]:hover{border-color:var(--editor-text-secondary, #94a3b8)}.gallery-dropdown-text[data-v-2b19f576]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-dropdown-arrow[data-v-2b19f576]{flex-shrink:0;transition:transform .15s ease}.gallery-dropdown-arrow.open[data-v-2b19f576]{transform:rotate(180deg)}.gallery-folder-popover[data-v-2b19f576]{position:absolute;left:0;right:0;top:100%;margin-top:4px;padding:4px 0;max-height:220px;overflow-y:auto;background:var(--editor-bg, #fff);border:1px solid var(--editor-border, #e2e8f0);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100}.gallery-tree-item[data-v-2b19f576]{display:flex;align-items:center;gap:4px;padding:6px 10px;font-size:12px;color:var(--editor-text, #334155);cursor:pointer;transition:background .15s ease,color .15s ease}.gallery-tree-item[data-v-2b19f576]:hover{background:var(--editor-bg-hover, #f1f5f9)}.gallery-tree-item.active[data-v-2b19f576]{color:var(--gp-primary);background:var(--editor-bg-hover, #f1f5f9)}.gallery-tree-node[data-v-2b19f576]{padding-left:10px}.gallery-tree-expand[data-v-2b19f576]{display:inline-flex;align-items:center;justify-content:center;width:16px;flex-shrink:0;color:var(--editor-text-secondary, #64748b);cursor:pointer}.gallery-tree-expand svg[data-v-2b19f576]{transition:transform .15s ease}.gallery-tree-expand svg.expanded[data-v-2b19f576]{transform:rotate(90deg)}.gallery-tree-expand-placeholder[data-v-2b19f576]{display:inline-block;width:16px;flex-shrink:0}.gallery-tree-label[data-v-2b19f576]{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-reset-btn[data-v-2b19f576]{flex-shrink:0;padding:6px 10px;font-size:12px;color:var(--editor-text-secondary, #64748b);background:transparent;border:none;cursor:pointer;transition:color .15s ease;align-self:flex-end}.gallery-reset-btn[data-v-2b19f576]:hover{color:var(--editor-text, #334155)}.gallery-loading[data-v-2b19f576]{font-size:12px;color:var(--editor-text-secondary, #64748b);padding:8px 0}.gallery-grid[data-v-2b19f576]{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;flex:1;min-height:0;overflow-y:auto;align-content:start}.gallery-grid-item[data-v-2b19f576]{display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;padding:0;aspect-ratio:1;border:1px solid var(--editor-border, #e2e8f0);border-radius:6px;overflow:hidden;background:var(--editor-bg-secondary, #f8fafc);cursor:pointer;transition:all .15s ease}.gallery-grid-item[data-v-2b19f576]:hover{border-color:var(--gp-primary);box-shadow:0 1px 4px #00000014}.gallery-grid-img[data-v-2b19f576],.gallery-grid-placeholder[data-v-2b19f576]{width:100%;height:100%;min-height:0;object-fit:contain;display:block}.gallery-grid-placeholder[data-v-2b19f576]{display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--editor-text-secondary, #94a3b8);background:var(--editor-bg-hover, #f1f5f9)}.truncate[data-v-2b19f576]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery-pagination[data-v-2b19f576]{display:flex;align-items:center;gap:6px;margin-top:8px;padding-top:8px;border-top:1px solid var(--editor-border, #e2e8f0);flex-shrink:0}.gallery-pagination-info[data-v-2b19f576]{font-size:11px;color:var(--editor-text-secondary, #64748b);margin-right:auto}.gallery-page-btn[data-v-2b19f576]{min-width:28px;height:28px;padding:0 6px;border-radius:6px;border:1px solid var(--editor-border, #e2e8f0);font-size:12px;background:var(--editor-bg, #fff);color:var(--editor-text, #334155);cursor:pointer;transition:all .15s ease}.gallery-page-btn[data-v-2b19f576]:hover:not(:disabled){background:var(--editor-bg-hover, #f1f5f9)}.gallery-page-btn[data-v-2b19f576]:disabled{opacity:.5;cursor:not-allowed}.gallery-page-btn.active[data-v-2b19f576]{background:var(--gp-primary);color:#fff;border-color:var(--gp-primary)}.gallery-page-ellipsis[data-v-2b19f576]{padding:0 4px;font-size:12px;color:var(--editor-text-secondary, #64748b)}.hidden[data-v-2b19f576]{position:absolute;width:0;height:0;opacity:0;pointer-events:none}.mode-switch[data-v-3047712f]{display:flex;align-items:center;gap:0;margin-right:12px}.mode-btn[data-v-3047712f]{padding:6px 12px;font-size:13px;color:var(--color-text-secondary, #666);background:#fff;border:1px solid var(--color-border, #e0e0e0);border-radius:0;cursor:pointer}.mode-btn[data-v-3047712f]:first-child{border-radius:4px 0 0 4px}.mode-btn[data-v-3047712f]:last-child{border-radius:0 4px 4px 0;margin-left:-1px}.mode-btn[data-v-3047712f]:hover{background:var(--color-bg-hover, #e8e8e8);color:var(--color-text, #333)}.mode-btn.active[data-v-3047712f]{background:#7d66f9;color:#fff;border-color:#7d66f9}.preview-canvas[data-v-f90d2d39]{display:block;background:#fff;flex:1 1 auto;width:300px;aspect-ratio:1 / 1;max-width:100%;max-height:100%}.preview-canvas-wrapper[data-v-f90d2d39]{position:relative;flex:1 1 auto;display:flex;align-items:center;justify-content:center}.preview-loading[data-v-f90d2d39]{position:absolute;inset:0;background:#ffffffe6;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;font-size:13px;color:#475569;z-index:10;border-radius:4px}.preview-loading-spinner[data-v-f90d2d39]{width:24px;height:24px;border-radius:50%;border:3px solid #e2e8f0;border-top-color:var(--editor-accent, #6366f1);animation:preview-spin-f90d2d39 .8s linear infinite}.preview-zoom-backdrop[data-v-f90d2d39]{position:fixed;inset:0;background:#0f172a8c;display:flex;align-items:center;justify-content:center;z-index:50}.preview-zoom[data-v-f90d2d39]{position:relative;background:#fff;border-radius:12px;padding:12px;box-shadow:0 20px 60px #0000004d}.preview-zoom-loading[data-v-f90d2d39]{position:absolute;inset:0;background:#ffffffd9;display:flex;align-items:center;justify-content:center;gap:8px;font-size:13px;color:#475569;z-index:2;border-radius:12px}.preview-zoom-tools[data-v-f90d2d39]{position:absolute;top:12px;left:12px;display:inline-flex;gap:6px;z-index:3}.preview-zoom-btn[data-v-f90d2d39]{width:28px;height:28px;border-radius:10px;border:none;background:linear-gradient(135deg,var(--editor-accent, #6366f1) 0%,var(--editor-accent-2, #8b5cf6) 100%);color:#fff;font-size:16px;line-height:1;cursor:pointer;box-shadow:0 6px 14px rgba(var(--editor-accent-rgb, 99, 102, 241),.35);transition:transform .15s ease,box-shadow .15s ease}.preview-zoom-btn[data-v-f90d2d39]:disabled{opacity:.55;cursor:not-allowed;box-shadow:none}.preview-zoom-btn[data-v-f90d2d39]:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px rgba(var(--editor-accent-rgb, 99, 102, 241),.45)}.preview-zoom-btn[data-v-f90d2d39]:active:not(:disabled){transform:translateY(0);box-shadow:0 4px 10px rgba(var(--editor-accent-rgb, 99, 102, 241),.3)}.preview-zoom-spinner[data-v-f90d2d39]{width:18px;height:18px;border-radius:50%;border:2px solid #cbd5f5;border-top-color:var(--editor-accent, #6366f1);animation:preview-spin-f90d2d39 .8s linear infinite}@keyframes preview-spin-f90d2d39{to{transform:rotate(360deg)}}.preview-zoom-canvas[data-v-f90d2d39],.preview-zoom-image[data-v-f90d2d39]{display:block;max-width:90vw;max-height:90vh;transition:transform .2s ease;transform-origin:center center}.preview-zoom-close[data-v-f90d2d39]{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;border:none;background:#0f172ab3;color:#fff;font-size:18px;cursor:pointer}.preview-zoom-nav[data-v-f90d2d39]{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:none;background:#0f172ab3;color:#fff;font-size:20px;cursor:pointer;z-index:4;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.preview-zoom-nav[data-v-f90d2d39]:hover:not(:disabled){background:#0f172ae6}.preview-zoom-nav[data-v-f90d2d39]:disabled{opacity:.4;cursor:not-allowed}.preview-zoom-nav-left[data-v-f90d2d39]{left:20px}.preview-zoom-nav-right[data-v-f90d2d39]{right:20px}.preview-header button[data-v-f90d2d39]:disabled{opacity:.6;cursor:not-allowed}.preview-header button:disabled span[data-v-f90d2d39]{display:inline-flex;align-items:center;gap:4px}.preview-header button:disabled span[data-v-f90d2d39]:after{content:"";width:12px;height:12px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:preview-spin-f90d2d39 .8s linear infinite}.progress-modal[data-v-f90d2d39]{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;pointer-events:all}.progress-backdrop[data-v-f90d2d39]{position:absolute;inset:0;background:radial-gradient(circle at center,#141428f2,#05050ffa);-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px)}.gradient-bg[data-v-f90d2d39]{position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle at 30% 30%,rgba(255,100,200,.3) 0%,transparent 50%),radial-gradient(circle at 70% 70%,rgba(100,200,255,.3) 0%,transparent 50%),radial-gradient(circle at 50% 50%,rgba(200,150,255,.2) 0%,transparent 60%);animation:gradient-rotate-f90d2d39 20s ease infinite;opacity:.6}@keyframes gradient-rotate-f90d2d39{0%,to{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.2)}}.progress-container[data-v-f90d2d39]{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;overflow:hidden}.progress-content[data-v-f90d2d39]{position:relative;z-index:10;width:90%;max-width:800px;padding:80px 60px;text-align:center}.progress-title[data-v-f90d2d39]{margin-bottom:80px;position:relative}.title-text[data-v-f90d2d39]{display:inline-block;font-size:48px;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#c44569,#6c5ce7,#00d2ff,#ff6b9d);background-size:300% 300%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:gradient-shift-f90d2d39 5s ease infinite;letter-spacing:2px;position:relative}@keyframes gradient-shift-f90d2d39{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.title-text[data-v-f90d2d39]:after{content:attr(data-title);position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ff6b9d4d,#6c5ce74d,#00d2ff4d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(15px);z-index:-1;animation:glow-pulse-f90d2d39 3s ease-in-out infinite}@keyframes glow-pulse-f90d2d39{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.progress-bar-wrapper[data-v-f90d2d39]{margin:60px 0;position:relative}.progress-bar-container[data-v-f90d2d39]{position:relative;width:100%;height:24px;background:#ffffff0d;border-radius:50px;overflow:hidden;box-shadow:inset 0 2px 10px #0000004d,0 0 0 2px #ffffff1a}.progress-bar-fill[data-v-f90d2d39]{position:absolute;top:0;left:0;height:100%;border-radius:50px;transition:width .4s cubic-bezier(.4,0,.2,1);overflow:hidden;position:relative}.progress-bar-fill[data-v-f90d2d39]:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#ff6b9d,#c44569,#6c5ce7,#00d2ff,#6c5ce7,#ff6b9d);background-size:200% 100%;animation:liquid-flow-f90d2d39 3s linear infinite}@keyframes liquid-flow-f90d2d39{0%{background-position:0% 0%}to{background-position:200% 0%}}.progress-bar-fill[data-v-f90d2d39]:after{content:"";position:absolute;top:-50%;left:-100%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.4) 0%,rgba(255,255,255,.1) 30%,transparent 70%);animation:wave-move-f90d2d39 4s ease-in-out infinite;border-radius:50%}@keyframes wave-move-f90d2d39{0%,to{transform:translate(-50%) translateY(0) scale(1);opacity:.6}50%{transform:translate(50%) translateY(-20px) scale(1.2);opacity:.8}}.liquid-shine[data-v-f90d2d39]{position:absolute;top:0;left:0;right:0;height:50%;background:linear-gradient(180deg,rgba(255,255,255,.6) 0%,rgba(255,255,255,.2) 50%,transparent 100%);border-radius:50px 50px 0 0;animation:shine-sweep-f90d2d39 2s ease-in-out infinite}@keyframes shine-sweep-f90d2d39{0%,to{opacity:.6}50%{opacity:1}}.progress-marks[data-v-f90d2d39]{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 4px;pointer-events:none;z-index:5}.progress-mark[data-v-f90d2d39]{width:6px;height:6px;border-radius:50%;background:#ffffff4d;transition:all .5s cubic-bezier(.4,0,.2,1);box-shadow:0 0 #ff6b9d00}.progress-mark.active[data-v-f90d2d39]{background:#fff;box-shadow:0 0 20px #ff6b9dcc,0 0 40px #6c5ce799;transform:scale(1.5);animation:mark-pop-f90d2d39 .6s cubic-bezier(.4,0,.2,1)}@keyframes mark-pop-f90d2d39{0%{transform:scale(0)}50%{transform:scale(1.8)}to{transform:scale(1.5)}}.progress-percent[data-v-f90d2d39]{margin-top:50px;display:flex;align-items:baseline;justify-content:center;gap:8px;position:relative}.percent-number[data-v-f90d2d39]{font-size:96px;font-weight:900;background:linear-gradient(135deg,#ff6b9d,#6c5ce7,#00d2ff);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:number-gradient-f90d2d39 3s ease infinite;font-variant-numeric:tabular-nums;line-height:1;position:relative}@keyframes number-gradient-f90d2d39{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.percent-number[data-v-f90d2d39]:before{content:attr(data-value);position:absolute;top:0;left:0;background:linear-gradient(135deg,#ff6b9d66,#6c5ce766,#00d2ff66);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:blur(20px);z-index:-1;animation:number-glow-f90d2d39 2s ease-in-out infinite}@keyframes number-glow-f90d2d39{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.1);opacity:.9}}.percent-symbol[data-v-f90d2d39]{font-size:56px;font-weight:700;background:linear-gradient(135deg,#ff6b9d,#00d2ff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;opacity:.8}.progress-footer[data-v-f90d2d39]{margin-top:80px;display:flex;align-items:center;justify-content:center;gap:20px}.footer-dot[data-v-f90d2d39]{width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#ff6b9d,#00d2ff);box-shadow:0 0 20px #ff6b9d99;animation:dot-bounce-f90d2d39 2s ease-in-out infinite}.footer-dot[data-v-f90d2d39]:nth-child(2){animation-delay:.2s}.footer-dot[data-v-f90d2d39]:nth-child(3){animation-delay:.4s}@keyframes dot-bounce-f90d2d39{0%,to{transform:translateY(0) scale(1);opacity:.7}50%{transform:translateY(-10px) scale(1.2);opacity:1}}.floating-shapes[data-v-f90d2d39]{position:absolute;inset:0;pointer-events:none;z-index:1}.floating-shape[data-v-f90d2d39]{position:absolute;border-radius:50%;opacity:.1;animation:float-f90d2d39 15s ease-in-out infinite}.shape-1[data-v-f90d2d39]{width:300px;height:300px;background:radial-gradient(circle,#ff6b9d,transparent);top:10%;left:10%;animation-delay:0s}.shape-2[data-v-f90d2d39]{width:200px;height:200px;background:radial-gradient(circle,#6c5ce7,transparent);top:60%;right:15%;animation-delay:2s}.shape-3[data-v-f90d2d39]{width:250px;height:250px;background:radial-gradient(circle,#00d2ff,transparent);bottom:20%;left:20%;animation-delay:4s}@keyframes float-f90d2d39{0%,to{transform:translate(0) scale(1)}33%{transform:translate(30px,-30px) scale(1.1)}66%{transform:translate(-20px,20px) scale(.9)}}.progress-fade-enter-active[data-v-f90d2d39],.progress-fade-leave-active[data-v-f90d2d39]{transition:opacity .5s ease}.progress-fade-enter-from[data-v-f90d2d39],.progress-fade-leave-to[data-v-f90d2d39]{opacity:0}.theme1-mockup-backdrop[data-v-f90d2d39]{position:fixed;inset:0;z-index:120;background:#fff;display:flex;flex-direction:column;align-items:stretch;padding:0;box-sizing:border-box}.theme1-mockup-shell[data-v-f90d2d39]{position:relative;flex:1;min-height:0;width:100%;max-width:none;margin:0;background:#fff;border-radius:0;overflow:hidden;display:flex;flex-direction:column;box-shadow:none}.theme1-mockup-global-loading[data-v-f90d2d39]{position:absolute;inset:0;z-index:5;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#fff;color:#252525;font-size:14px}.theme1-mockup-top[data-v-f90d2d39]{flex-shrink:0;min-height:60px;padding:10px 20px;box-sizing:border-box;background:#fff;border-bottom:1px solid #e7e7e7}.theme1-mockup-top-row[data-v-f90d2d39]{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-width:0}.theme1-mockup-top-left[data-v-f90d2d39]{min-width:0;flex:1}.theme1-mockup-product-title[data-v-f90d2d39]{font-size:14px;font-weight:400;line-height:20px;color:#252525;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.theme1-mockup-top-actions[data-v-f90d2d39]{display:flex;align-items:center;gap:10px;flex-shrink:0}.theme1-mockup-btn[data-v-f90d2d39]{border:none;border-radius:4px;min-height:40px;padding:0 16px;font-size:14px;font-weight:400;line-height:20px;cursor:pointer;transition:opacity .15s ease,transform .1s ease}.theme1-mockup-btn[data-v-f90d2d39]:active{transform:scale(.98)}.theme1-mockup-btn--cart[data-v-f90d2d39]{background:var(--editor-cart-bg, #ec407a);color:#fff;box-shadow:0 2px 4px rgba(var(--editor-cart-rgb),.2)}.theme1-mockup-btn--cart[data-v-f90d2d39]:hover{background:var(--editor-cart-hover, #d81b60);opacity:.96}.theme1-mockup-btn--save[data-v-f90d2d39]{background:var(--editor-save-bg, #203461);color:#fff;box-shadow:0 2px 4px rgba(var(--editor-save-rgb),.18)}.theme1-mockup-btn--save[data-v-f90d2d39]:hover{background:var(--editor-save-hover, #243049);opacity:.96}.theme1-mockup-body[data-v-f90d2d39]{flex:1;min-height:0;display:flex;flex-direction:row}.theme1-mockup-main[data-v-f90d2d39]{container-type:size;container-name:theme1-mockup-main;flex:1;min-width:0;min-height:0;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:12px;padding:16px;box-sizing:border-box;background:#fff}.theme1-mockup-nav[data-v-f90d2d39]{flex-shrink:0;width:38px;height:38px;border-radius:9.5px;border:none;background:#fff;color:#252525;font-size:16px;line-height:1;cursor:pointer;transition:box-shadow .15s ease,opacity .15s ease;box-shadow:0 1px 3px #0f172a1f}.theme1-mockup-nav[data-v-f90d2d39]:hover:not(:disabled){box-shadow:0 2px 6px #0f172a24}.theme1-mockup-nav[data-v-f90d2d39]:disabled{opacity:.35;cursor:not-allowed}.theme1-mockup-stage[data-v-f90d2d39]{position:relative;flex:0 1 auto;box-sizing:border-box;width:min(100cqw,100cqh);max-width:100%;max-height:100%;aspect-ratio:1 / 1;height:auto;min-width:0;min-height:0;display:flex;align-items:center;justify-content:center;border-radius:12px;overflow:hidden}.theme1-mockup-main:has(.theme1-mockup-nav) .theme1-mockup-stage[data-v-f90d2d39]{width:min(calc(100cqw - 100px),100cqh)}.theme1-mockup-main-img[data-v-f90d2d39],.theme1-mockup-main-canvas[data-v-f90d2d39]{display:block;max-width:100%;max-height:100%;width:100%;height:100%;border-radius:8px}.theme1-mockup-canvas-overlay[data-v-f90d2d39]{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#ffffffdb;color:#252525;font-size:14px;line-height:20px;text-align:center;border-radius:8px}.theme1-mockup-empty[data-v-f90d2d39]{color:#252525;opacity:.55;font-size:14px;line-height:20px;padding:24px;text-align:center}.theme1-mockup-side[data-v-f90d2d39]{flex:0 0 27.7%;max-width:399px;min-width:280px;display:flex;flex-direction:column;background:#fff;border-left:1px solid #e7e7e7;padding:16px 12px 16px 16px;box-sizing:border-box}.theme1-mockup-back[data-v-f90d2d39]{height:32px;padding:0 12px;font-size:14px;font-weight:400;line-height:20px;border:none;border-radius:4px;background:#424242;color:#fff;cursor:pointer;transition:background .15s ease,opacity .15s ease;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}.theme1-mockup-back[data-v-f90d2d39]:hover{background:#525252}.theme1-mockup-back[data-v-f90d2d39]:active{opacity:.92}.theme1-mockup-side-head[data-v-f90d2d39]{display:flex;align-items:center;justify-content:space-between;min-height:32px;margin-bottom:16px;gap:10px;flex-shrink:0}.theme1-mockup-side-actions[data-v-f90d2d39]{display:flex;align-items:center;gap:8px;flex-shrink:0}.theme1-mockup-side-title[data-v-f90d2d39]{font-size:14px;font-weight:500;line-height:20px;color:#252525}.theme1-mockup-side-close[data-v-f90d2d39]{width:32px;height:32px;border:none;border-radius:4px;background:#f7f7f7;color:#252525;font-size:20px;line-height:1;cursor:pointer;transition:background .15s ease,opacity .15s ease}.theme1-mockup-side-close[data-v-f90d2d39]:hover:not(:disabled){background:#ededed}.theme1-mockup-side-close[data-v-f90d2d39]:disabled{opacity:.4;cursor:not-allowed}.theme1-mockup-grid[data-v-f90d2d39]{flex:1;min-height:0;overflow-y:auto;display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-content:start;padding-right:4px;scrollbar-width:thin;scrollbar-color:#d9d9d9 #f5f5f5}.theme1-mockup-grid[data-v-f90d2d39]::-webkit-scrollbar{width:10px}.theme1-mockup-grid[data-v-f90d2d39]::-webkit-scrollbar-track{background:#f5f5f5;border-radius:13px}.theme1-mockup-grid[data-v-f90d2d39]::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:13px}.theme1-mockup-thumb[data-v-f90d2d39]{position:relative;aspect-ratio:1;border-radius:8px;padding:0;border:2px solid transparent;background:#fff;cursor:pointer;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.theme1-mockup-thumb img[data-v-f90d2d39],.theme1-mockup-thumb-canvas[data-v-f90d2d39]{width:100%;height:100%;display:block}.theme1-mockup-thumb-loading[data-v-f90d2d39]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#f3f6fb}.theme1-mockup-thumb[data-v-f90d2d39]:hover{border-color:#e0e0e0}.theme1-mockup-thumb--active[data-v-f90d2d39]{border-color:#203461;box-shadow:none}.editor-atc-backdrop[data-v-89af705f]{position:fixed;inset:0;z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;background:#0f172a59;box-sizing:border-box}.editor-atc-panel[data-v-89af705f]{width:100%;max-width:48rem;max-height:min(90vh,720px);overflow:hidden;display:flex;flex-direction:column;background:#fff;border-radius:1rem;border:1px solid #f3f4f6;box-shadow:0 25px 50px -12px #0000002e}.editor-atc-panel--theme1[data-v-89af705f]{max-width:56rem}.editor-atc-head[data-v-89af705f]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6}.editor-atc-title[data-v-89af705f]{margin:0;font-size:1.125rem;font-weight:600;color:#111827}.editor-atc-icon-btn[data-v-89af705f]{width:2rem;height:2rem;border:none;border-radius:999px;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.editor-atc-icon-btn[data-v-89af705f]:hover{background:#f3f4f6;color:#111827}.editor-atc-x[data-v-89af705f]{width:1.15rem;height:1.15rem}.editor-atc-loading[data-v-89af705f]{padding:4rem 1rem;text-align:center;color:#6b7280;font-size:.875rem}.editor-atc-body[data-v-89af705f]{padding:1.25rem 1.5rem 1.5rem;overflow:auto}.editor-atc-body--theme1[data-v-89af705f]{padding:1rem 1.25rem 1.25rem}.editor-atc-input--theme1[data-v-89af705f]{margin-top:.35rem}.editor-atc-style-no--t1[data-v-89af705f]{margin-top:.35rem;margin-bottom:.75rem}.editor-atc-t1-row[data-v-89af705f]{display:flex;gap:.875rem;align-items:flex-start;padding:.75rem 0;border-top:1px solid #f3f4f6}.editor-atc-t1-row[data-v-89af705f]:first-of-type{border-top:none;padding-top:0}.editor-atc-t1-thumb[data-v-89af705f]{width:4.5rem;height:4.5rem;border-radius:.5rem;border:1px solid #f3f4f6;background:#f9fafb;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.editor-atc-t1-thumb-spacer[data-v-89af705f]{width:4.5rem;flex-shrink:0}.editor-atc-t1-main[data-v-89af705f]{flex:1;min-width:0}.editor-atc-t1-title[data-v-89af705f]{font-size:.875rem;font-weight:600;color:#111827;line-height:1.35;margin-bottom:.5rem;word-break:break-word}.editor-atc-t1-controls[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;width:100%}.editor-atc-t1-sku[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem .65rem;flex-shrink:0}.editor-atc-t1-price-block[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.5rem .65rem;margin-left:auto;flex:1 1 auto;min-width:0}.editor-atc-t1-select[data-v-89af705f]{min-width:5.5rem;padding:.35rem .5rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.8125rem;background:#fff;color:#111827}.editor-atc-t1-static[data-v-89af705f]{display:inline-flex;align-items:center;min-height:1.875rem;padding:0 .5rem;font-size:.8125rem;color:#374151;border:1px solid transparent}.editor-atc-t1-price[data-v-89af705f]{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end;gap:.25rem .35rem;font-size:.875rem;font-variant-numeric:tabular-nums;color:#374151;min-width:4rem;text-align:right}.editor-atc-t1-qty[data-v-89af705f]{display:flex;align-items:center;gap:.25rem}.editor-atc-qty-input--t1[data-v-89af705f]{width:2.25rem;height:1.75rem}.editor-atc-t1-sub[data-v-89af705f]{font-size:.875rem;font-weight:500;font-variant-numeric:tabular-nums;color:#111827;min-width:3.5rem;text-align:right}.editor-atc-t1-actions[data-v-89af705f]{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.editor-atc-t1-icon-btn[data-v-89af705f]{width:2rem;height:2rem;border:none;border-radius:.375rem;background:transparent;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center}.editor-atc-t1-icon-btn[data-v-89af705f]:hover{background:#f3f4f6;color:#111827}.editor-atc-t1-summary[data-v-89af705f]{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f3f4f6;font-size:.875rem;color:#4b5563}.editor-atc-t1-submit[data-v-89af705f]{width:100%;margin-top:1rem;min-height:2.75rem;border:none;border-radius:.75rem;font-size:.9375rem;font-weight:600;color:#fff;background:#2d3b5e;cursor:pointer}.editor-atc-t1-submit[data-v-89af705f]:hover:not(:disabled){background:#243049}.editor-atc-t1-submit[data-v-89af705f]:disabled{opacity:.65;cursor:not-allowed}.editor-atc-top[data-v-89af705f]{display:flex;gap:1.25rem;flex-wrap:wrap}.editor-atc-thumb[data-v-89af705f]{width:11rem;height:11rem;border-radius:.75rem;border:1px solid #f3f4f6;background:#f9fafb;overflow:hidden;flex-shrink:0;display:flex;align-items:center;justify-content:center}.editor-atc-thumb-img[data-v-89af705f]{width:100%;height:100%;object-fit:cover}.editor-atc-thumb-ph[data-v-89af705f]{font-size:.75rem;color:#9ca3af}.editor-atc-meta[data-v-89af705f]{flex:1;min-width:12rem}.editor-atc-label[data-v-89af705f]{display:block;font-size:.75rem;color:#6b7280;margin-bottom:.25rem}.editor-atc-input[data-v-89af705f]{margin-top:.25rem;width:100%;border:1px solid #e5e7eb;border-radius:.5rem;padding:.5rem .75rem;font-size:.875rem;outline:none}.editor-atc-input[data-v-89af705f]:focus{box-shadow:0 0 0 2px #e5e7eb}.editor-atc-style-no[data-v-89af705f]{margin-top:.5rem;font-size:.875rem;color:#6b7280}.editor-atc-color-row[data-v-89af705f]{margin-top:.75rem;display:flex;align-items:center;gap:.5rem}.editor-atc-label-inline[data-v-89af705f]{font-size:.75rem;color:#6b7280}.editor-atc-color-val[data-v-89af705f]{font-size:.875rem;color:#111827}.editor-atc-table-wrap[data-v-89af705f]{margin-top:1.25rem;border:1px solid #f3f4f6;border-radius:.75rem;overflow:hidden}.editor-atc-table-head[data-v-89af705f],.editor-atc-table-row[data-v-89af705f]{display:grid;grid-template-columns:1fr 9rem 120px;align-items:center}.editor-atc-table-head[data-v-89af705f]{background:#f9fafb;font-size:.75rem;font-weight:500;color:#4b5563;padding:.65rem 1rem}.editor-atc-table-row[data-v-89af705f]{border-top:1px solid #f3f4f6;font-size:.875rem;color:#374151;padding:.65rem 1rem}.editor-atc-price-col[data-v-89af705f]{display:flex;flex-direction:column;gap:.125rem;align-items:flex-start;font-variant-numeric:tabular-nums}.editor-atc-price-old[data-v-89af705f]{font-size:.75rem;color:#9ca3af;text-decoration:line-through}.editor-atc-col-qty[data-v-89af705f]{text-align:center}.editor-atc-qty-cell[data-v-89af705f]{display:flex;align-items:center;justify-content:center;gap:.35rem}.editor-atc-step[data-v-89af705f]{width:1.75rem;height:1.75rem;border:1px solid #d1d5db;border-radius:.25rem;background:#fff;cursor:pointer;font-size:1rem;line-height:1;color:#374151}.editor-atc-step[data-v-89af705f]:hover{background:#f9fafb}.editor-atc-qty-input[data-v-89af705f]{width:2.5rem;height:1.75rem;border:1px solid #d1d5db;border-radius:.25rem;text-align:center;font-size:.875rem;outline:none}.editor-atc-footer[data-v-89af705f]{margin-top:1rem;display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem}.editor-atc-summary[data-v-89af705f]{font-size:.875rem;color:#4b5563}.editor-atc-tier-hint[data-v-89af705f]{margin-top:.25rem;font-size:.75rem;color:#6b7280}.editor-atc-actions[data-v-89af705f]{display:flex;gap:.75rem}.editor-atc-btn[data-v-89af705f]{min-height:2.5rem;padding:.5rem 1rem;border-radius:.75rem;font-size:.875rem;cursor:pointer;border:none}.editor-atc-btn[data-v-89af705f]:disabled{opacity:.6;cursor:not-allowed}.editor-atc-btn--ghost[data-v-89af705f]{border:1px solid #e5e7eb;background:#fff;color:#374151}.editor-atc-btn--ghost[data-v-89af705f]:hover{background:#f9fafb}.editor-atc-btn--primary[data-v-89af705f]{background:#111827;color:#fff}.editor-atc-btn--primary[data-v-89af705f]:hover:not(:disabled){background:#1f2937}.editor-atc-busy[data-v-89af705f]{position:fixed;inset:0;z-index:10002;display:flex;align-items:center;justify-content:center;background:#0f172a1f;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.editor-atc-busy-inner[data-v-89af705f]{min-width:16rem;padding:1.25rem 1.75rem;border-radius:1rem;background:#fff;box-shadow:0 20px 40px #0000001f;display:flex;align-items:center;gap:.875rem;font-size:.875rem;color:#1e293b}.editor-atc-busy-spin[data-v-89af705f]{width:1.375rem;height:1.375rem;border-radius:999px;border:3px solid #e2e8f0;border-top-color:#6366f1;animation:editor-atc-spin-89af705f .8s linear infinite}@keyframes editor-atc-spin-89af705f{to{transform:rotate(360deg)}}.license-error[data-v-010675b5]{padding:2rem;text-align:center;color:#f56565}.license-error h2[data-v-010675b5]{margin-bottom:1rem;font-size:1.5rem}.license-error p[data-v-010675b5]{margin:.5rem 0}.copy-global-loading[data-v-010675b5]{position:absolute;inset:0;background:#0f172a59;display:flex;align-items:center;justify-content:center;z-index:40}.copy-global-loading-inner[data-v-010675b5]{padding:16px;border-radius:10px;background:#fff;box-shadow:0 10px 30px #0f172a40;display:flex;align-items:center;justify-content:center}.copy-global-loading-spinner[data-v-010675b5]{width:18px;height:18px;border-radius:50%;border:2px solid #e2e8f0;border-top-color:var(--editor-accent, #6366f1);animation:copy-global-spin-010675b5 .8s linear infinite}@keyframes copy-global-spin-010675b5{to{transform:rotate(360deg)}}.editor-toast[data-v-010675b5]{position:fixed;left:50%;bottom:24px;transform:translate(-50%);padding:10px 20px;border-radius:8px;background:#0f172ae6;color:#fff;font-size:14px;z-index:9999;box-shadow:0 4px 12px #00000026;pointer-events:none}
package/package.json CHANGED
@@ -1,51 +1,51 @@
1
- {
2
- "name": "@jieyin/editor-sdk",
3
- "version": "1.1.183",
4
- "type": "module",
5
- "private": false,
6
- "scripts": {
7
- "build:wasm": "node wasm-build/build.js",
8
- "build:sdk": "vite build",
9
- "build": "npm run build:wasm && npm run build:sdk",
10
- "build:prod": "cross-env NODE_ENV=production npm run build",
11
- "dev": "vite"
12
- },
13
- "main": "./dist/editor-sdk.es.js",
14
- "module": "./dist/editor-sdk.es.js",
15
- "types": "./dist/index.d.ts",
16
- "exports": {
17
- ".": {
18
- "import": "./dist/editor-sdk.es.js",
19
- "require": "./dist/editor-sdk.es.js",
20
- "types": "./dist/index.d.ts"
21
- },
22
- "./style.css": "./dist/style.css"
23
- },
24
- "files": [
25
- "dist",
26
- "README.md"
27
- ],
28
- "peerDependencies": {
29
- "element-plus": "^2.13.0",
30
- "fabric": "^7.1.0",
31
- "pinia": "^3.0.0",
32
- "vue": "^3.5.0"
33
- },
34
- "dependencies": {
35
- "axios": "^1.13.2",
36
- "crypto-js": "^4.2.0",
37
- "jszip": "^3.10.1",
38
- "three": "^0.184.0",
39
- "vue-draggable-plus": "^0.6.1"
40
- },
41
- "devDependencies": {
42
- "@types/three": "^0.184.0",
43
- "@vitejs/plugin-vue": "^6.0.1",
44
- "cross-env": "^7.0.3",
45
- "javascript-obfuscator": "^5.3.0",
46
- "rollup-plugin-obfuscator": "^1.1.0",
47
- "typescript": "^5.7.3",
48
- "vite": "^7.2.4",
49
- "vue": "^3.5.24"
50
- }
51
- }
1
+ {
2
+ "name": "@jieyin/editor-sdk",
3
+ "version": "1.1.184",
4
+ "type": "module",
5
+ "private": false,
6
+ "scripts": {
7
+ "build:wasm": "node wasm-build/build.js",
8
+ "build:sdk": "vite build",
9
+ "build": "npm run build:wasm && npm run build:sdk",
10
+ "build:prod": "cross-env NODE_ENV=production npm run build",
11
+ "dev": "vite"
12
+ },
13
+ "main": "./dist/editor-sdk.es.js",
14
+ "module": "./dist/editor-sdk.es.js",
15
+ "types": "./dist/index.d.ts",
16
+ "exports": {
17
+ ".": {
18
+ "import": "./dist/editor-sdk.es.js",
19
+ "require": "./dist/editor-sdk.es.js",
20
+ "types": "./dist/index.d.ts"
21
+ },
22
+ "./style.css": "./dist/style.css"
23
+ },
24
+ "files": [
25
+ "dist",
26
+ "README.md"
27
+ ],
28
+ "peerDependencies": {
29
+ "element-plus": "^2.13.0",
30
+ "fabric": "^7.1.0",
31
+ "pinia": "^3.0.0",
32
+ "vue": "^3.5.0"
33
+ },
34
+ "dependencies": {
35
+ "axios": "^1.13.2",
36
+ "crypto-js": "^4.2.0",
37
+ "jszip": "^3.10.1",
38
+ "three": "^0.184.0",
39
+ "vue-draggable-plus": "^0.6.1"
40
+ },
41
+ "devDependencies": {
42
+ "@types/three": "^0.184.0",
43
+ "@vitejs/plugin-vue": "^6.0.1",
44
+ "cross-env": "^7.0.3",
45
+ "javascript-obfuscator": "^5.3.0",
46
+ "rollup-plugin-obfuscator": "^1.1.0",
47
+ "typescript": "^5.7.3",
48
+ "vite": "^7.2.4",
49
+ "vue": "^3.5.24"
50
+ }
51
+ }