.shirt-customizer{--sc-bg:#f8fafc;--sc-text:#0f172a;--sc-muted:#475569;--sc-border:#cbd5e1;--sc-input-bg:#fff;--sc-upload-bg:#fff;--sc-accent:#2563eb;border:1px solid var(--sc-border);padding:16px;background:var(--sc-bg);color:var(--sc-text);max-width:520px;border-radius:10px}.shirt-customizer h3{margin:0 0 16px;color:var(--sc-text)}.shirt-customizer .sc-field{margin-bottom:14px}.shirt-customizer label{color:var(--sc-text);font-weight:600}.shirt-customizer input[type=text],.shirt-customizer select{width:100%;padding:8px 10px;border-radius:6px;border:1px solid var(--sc-border);background:var(--sc-input-bg);color:var(--sc-text);font-size:14px;margin-top:4px}.sc-client-errors{display:none;margin:0 0 14px;padding:10px 12px;border-radius:8px;border:1px solid #dc2626;background:#fef2f2;color:#7f1d1d;font-size:12px}.sc-client-errors ul{margin:0;padding-left:16px}.sc-upload-box{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:22px;border:2px dashed var(--sc-border);border-radius:12px;cursor:pointer;background:var(--sc-upload-bg);transition:all .2s ease-in-out;text-align:center}.sc-upload-box:hover,.sc-upload-box.is-dragover{border-color:var(--sc-accent);box-shadow:0 0 0 2px rgba(37,99,235,.18)}.sc-upload-icon{font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;color:var(--sc-muted)}.sc-upload-hint{font-size:12px;color:var(--sc-muted);margin-top:4px}.sc-upload-progress{margin-top:8px;width:100%;height:6px;border-radius:6px;background:rgba(148,163,184,.35);overflow:hidden}.sc-upload-progress-bar{display:block;width:0;height:100%;background:var(--sc-accent);transition:width .25s ease-in-out}.sc-file-name{display:block;margin-top:8px;font-size:13px;color:var(--sc-text);text-align:center;word-break:break-all}.sc-upload-status{display:block;min-height:18px;margin-top:6px;font-size:12px;color:var(--sc-muted)}.sc-upload-status.is-working{color:var(--sc-muted)}.sc-upload-status.is-ready{color:#15803d;font-weight:600;animation:sc-status-pop .28s ease-out}.sc-upload-status.is-ready:before{content:"Done: "}.sc-upload-status.is-error{color:#b91c1c;font-weight:600}.sc-upload.sc-upload-complete{animation:sc-upload-complete-pulse .7s ease-out}.sc-upload.sc-upload-complete .sc-upload-progress-bar{background:#16a34a}@keyframes sc-status-pop{0%{opacity:0;transform:translateY(2px)}100%{opacity:1;transform:translateY(0)}}@keyframes sc-upload-complete-pulse{0%{transform:scale(.992)}45%{transform:scale(1.004)}100%{transform:scale(1)}}.sc-help{margin:0;font-size:12px;color:var(--sc-muted)}.sc-location-title{display:block;font-weight:600;margin-bottom:6px}.sc-location-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.sc-location-option{display:flex;align-items:center;gap:8px;border:1px solid var(--sc-border);border-radius:8px;padding:8px 10px;background:var(--sc-input-bg)}.sc-location-option input[type=checkbox]{margin:0}.sc-location-option small{color:var(--sc-muted)}.sc-location-upload{margin:0 0 12px;padding:10px;border:1px solid var(--sc-border);border-radius:10px;background:var(--sc-upload-bg)}.shirt-customizer.sc-theme-default{--sc-bg:#f8fafc;--sc-text:#0f172a;--sc-muted:#475569;--sc-border:#cbd5e1;--sc-input-bg:#fff;--sc-upload-bg:#fff;--sc-accent:#2563eb}.shirt-customizer.sc-theme-black{--sc-bg:#111827;--sc-text:#f9fafb;--sc-muted:#cbd5e1;--sc-border:#374151;--sc-input-bg:#1f2937;--sc-upload-bg:#0f172a;--sc-accent:#38bdf8}.shirt-customizer.sc-theme-white{--sc-bg:#fff;--sc-text:#111827;--sc-muted:#4b5563;--sc-border:#d1d5db;--sc-input-bg:#fff;--sc-upload-bg:#f9fafb;--sc-accent:#111827}.shirt-customizer.sc-theme-custom{border-color:var(--sc-border)}@media (max-width:640px){.shirt-customizer{padding:14px}.sc-location-options{grid-template-columns:1fr}}