.ppc-editor{border:1px solid #e7e5ee;border-radius:24px;background:#fff;padding:18px;margin:18px 0;box-shadow:0 12px 34px rgba(15,23,42,.06)}.ppc-stepper{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:18px}.ppc-stepper button{border:1px solid #e7e5ee;background:#fff;border-radius:999px;padding:11px 12px;font-weight:900;color:#6b7280}.ppc-stepper button span{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:999px;background:#f3f4f6;margin-right:6px}.ppc-stepper button.is-active{background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;border:0}.ppc-stepper button.is-active span{background:rgba(255,255,255,.22);color:#fff}.ppc-stepper button:disabled{opacity:.65}.ppc-step[hidden]{display:none!important}.ppc-upload-box{display:grid;place-items:center;text-align:center;border:2px dashed #c4b5fd;border-radius:20px;background:#faf5ff;padding:30px;cursor:pointer}.ppc-upload-box input{display:none}.ppc-upload-icon{font-size:38px}.ppc-upload-box strong{font-size:19px}.ppc-upload-box small,.ppc-upload-info span{color:#6b7280}.ppc-upload-info{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;margin:14px 0}.ppc-editor-workspace{display:grid;grid-template-columns:190px minmax(0,1.2fr) 320px;gap:18px;align-items:start}.ppc-canvas-wrap{background:#111827;border-radius:18px;padding:10px;overflow:hidden}.ppc-canvas-wrap canvas{width:100%;height:auto;display:block;border-radius:12px;background:#fff}.ppc-controls,.ppc-photo-list,.ppc-review-box{border:1px solid #e7e5ee;border-radius:18px;padding:16px;background:#fbfbff}.ppc-controls h4,.ppc-photo-list h4{margin:0 0 12px}.ppc-controls label{display:block;font-weight:800;margin:12px 0;font-size:13px}.ppc-controls input[type=range]{width:100%;accent-color:#7c3aed}.ppc-actions,.ppc-step-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.ppc-mini-btn{border:1px solid #e7e5ee;border-radius:999px;background:#fff;padding:10px 14px;font-weight:900;cursor:pointer;color:#151827}.ppc-mini-btn.primary{background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;border:0;box-shadow:0 10px 24px rgba(124,58,237,.18)}.ppc-mini-btn:disabled{opacity:.55;cursor:not-allowed}.ppc-editor-status{font-size:13px;color:#6b7280;margin-bottom:0}.ppc-thumb-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px;margin:14px 0}.ppc-thumb-grid.large{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}.ppc-thumb-list{display:grid;gap:10px;max-height:520px;overflow:auto;padding-right:4px}.ppc-thumb{position:relative;border:2px solid #e7e5ee;border-radius:16px;overflow:hidden;background:#fff;cursor:pointer}.ppc-thumb.is-active{border-color:#7c3aed;box-shadow:0 0 0 4px #ede9fe}.ppc-thumb img{display:block;width:100%;height:92px;object-fit:cover}.ppc-thumb-grid.large .ppc-thumb img{height:130px}.ppc-thumb small{display:block;padding:7px 8px;font-weight:800;color:#374151;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ppc-thumb .ppc-ok{position:absolute;top:7px;right:7px;background:#10b981;color:#fff;border-radius:999px;width:24px;height:24px;display:grid;place-items:center;font-size:13px;font-weight:900}.ppc-thumb .ppc-remove{position:absolute;top:7px;left:7px;background:#ef4444;color:#fff;border:0;border-radius:999px;width:24px;height:24px;cursor:pointer;font-weight:900}.ppc-order-review{display:flex;justify-content:space-between;gap:18px;align-items:start;margin-bottom:14px}.ppc-review-box{min-width:240px}.ppc-review-box strong,.ppc-review-box span{display:block}.ppc-orientation-control{margin:10px 0 14px}.ppc-orientation-control span{display:block;font-weight:900;font-size:13px;margin-bottom:8px}.ppc-segmented{display:grid;grid-template-columns:1fr 1fr;gap:8px;background:#f3f4f6;border-radius:999px;padding:5px}.ppc-segmented button{border:0;background:transparent;border-radius:999px;padding:9px 10px;font-weight:900;cursor:pointer;color:#4b5563}.ppc-segmented button.is-active{background:#fff;color:#7c3aed;box-shadow:0 6px 16px rgba(15,23,42,.08)}.ppc-qty-label input[type=number]{width:100%;border:1px solid #e7e5ee;border-radius:12px;padding:10px 12px;font-weight:900;margin-top:6px}.ppc-qty-label input[type=number]:focus{outline:3px solid #ede9fe;border-color:#7c3aed}.ppc-format-label select{width:100%;border:1px solid #e7e5ee;border-radius:12px;padding:10px 12px;font-weight:900;margin-top:6px;background:#fff}.ppc-format-label select:focus{outline:3px solid #ede9fe;border-color:#7c3aed}@media(max-width:1050px){.ppc-editor-workspace{grid-template-columns:1fr}.ppc-thumb-list{grid-template-columns:repeat(auto-fill,minmax(90px,1fr));max-height:none}.ppc-photo-list{order:2}.ppc-controls{order:3}}@media(max-width:700px){.ppc-stepper{grid-template-columns:1fr}.ppc-order-review{display:block}.ppc-review-box{margin-top:12px}.ppc-upload-info{display:block}}
.ppc-upload-progress{position:relative;height:22px;border-radius:999px;background:#eef2ff;overflow:hidden;margin:14px 0;border:1px solid #ddd6fe}.ppc-upload-progress span{display:block;height:100%;width:0;background:linear-gradient(135deg,#7c3aed,#06b6d4);transition:width .2s}.ppc-upload-progress strong{position:absolute;inset:0;display:grid;place-items:center;font-size:12px;color:#111827}.ppc-fit-control{margin:10px 0 14px}.ppc-fit-control>span{display:block;font-weight:900;font-size:13px;margin-bottom:8px}.ppc-fit-control small{display:block;color:#6b7280;margin-top:7px;line-height:1.35}.ppc-resolution-warning{border-radius:14px;padding:10px 12px;background:#ecfdf5;border:1px solid #bbf7d0;color:#047857;font-size:13px;font-weight:800}.ppc-resolution-warning.is-warning{background:#fff7ed;border-color:#fed7aa;color:#c2410c}.ppc-thumb.is-lowres{border-color:#fb923c}.ppc-thumb .ppc-warn{position:absolute;top:36px;right:7px;background:#f97316;color:#fff;border-radius:999px;width:24px;height:24px;display:grid;place-items:center;font-size:13px;font-weight:900}.ppc-format-label select{width:100%;border:1px solid #e7e5ee;border-radius:12px;padding:10px 12px;font-weight:900;margin-top:6px;background:#fff}.ppc-format-label select:focus{outline:3px solid #ede9fe;border-color:#7c3aed}.ppc-admin-gallery{margin-top:18px;border:1px solid #dcdcde;border-radius:8px;background:#fff;padding:14px}.ppc-admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(115px,1fr));gap:10px}.ppc-admin-gallery-item{border:1px solid #dcdcde;border-radius:8px;padding:7px;background:#f6f7f7}.ppc-admin-gallery-item img{width:100%;height:86px;object-fit:cover;border-radius:6px;display:block}.ppc-admin-gallery-item small{display:block;margin-top:6px;font-weight:700;line-height:1.25}.ppc-admin-gallery-actions{margin:10px 0 12px}
.ppc-source-buttons{display:flex;gap:9px;flex-wrap:wrap;margin:14px 0}.ppc-source-btn{border:1px solid #ddd6fe;background:#fff;border-radius:999px;padding:10px 13px;font-weight:900;cursor:pointer;color:#4c1d95}.ppc-source-btn:hover{background:#faf5ff}.ppc-remote-import{border:1px solid #e7e5ee;border-radius:18px;background:#fbfbff;padding:14px;margin:12px 0}.ppc-remote-import label{display:block}.ppc-remote-import input[type=url]{width:100%;border:1px solid #e7e5ee;border-radius:12px;padding:11px 12px;margin:8px 0 10px}.ppc-remote-import p{margin:8px 0 0;color:#6b7280;font-size:13px}
.ppc-page-wizard{max-width:1200px;margin:24px auto!important}.ppc-page-wizard .ppc-step{display:none}.ppc-page-wizard .ppc-step.is-active{display:block!important;animation:ppcFadeStep .22s ease;background:#fff;border:1px solid #e7e5ee;border-radius:22px;padding:20px;box-shadow:0 12px 34px rgba(15,23,42,.06)}.ppc-page-wizard[data-current-step="1"] .ppc-stepper button[data-step-nav="1"],.ppc-page-wizard[data-current-step="2"] .ppc-stepper button[data-step-nav="2"],.ppc-page-wizard[data-current-step="3"] .ppc-stepper button[data-step-nav="3"]{background:linear-gradient(135deg,#7c3aed,#06b6d4);color:#fff;border:0}.ppc-page-wizard .ppc-step-actions{position:sticky;bottom:10px;background:rgba(255,255,255,.92);backdrop-filter:blur(10px);padding:10px;border-radius:999px;z-index:3}@keyframes ppcFadeStep{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@media(max-width:700px){.ppc-page-wizard .ppc-step.is-active{padding:14px}.ppc-page-wizard .ppc-step-actions{border-radius:18px;position:static}}
.ppc-product-editor-auto{clear:both!important;width:100%!important;max-width:1200px!important;margin:44px auto!important;padding:0 15px!important;float:none!important;display:block!important}.single-product div.product .ppc-product-editor-auto{clear:both!important}.ppc-product-editor-auto h3{font-size:28px;margin:0 0 18px;text-align:center}.ppc-product-editor-auto .ppc-editor-workspace{grid-template-columns:220px minmax(420px,1fr) 330px}@media(max-width:1100px){.ppc-product-editor-auto .ppc-editor-workspace{grid-template-columns:1fr}.ppc-product-editor-auto{padding:0!important}.ppc-product-editor-auto .ppc-canvas-wrap{order:1}.ppc-product-editor-auto .ppc-photo-list{order:2}.ppc-product-editor-auto .ppc-controls{order:3}}
