/* Catalog editor uses the copied app's tokens and controls. */
#editor{width:900px}.editor-scroll{scrollbar-gutter:stable;padding:20px 24px}.editor-basics{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px 20px;align-items:start}.editor-basics>.field{grid-column:1}.editor-basics>.product-visibility{grid-column:2;grid-row:1;margin-top:20px}.product-settings{grid-column:1/-1}.product-settings>summary{font-size:12px;color:var(--muted);cursor:pointer;list-style:none;display:flex;align-items:center;gap:8px}.product-settings>summary::after{content:'⌄';font-size:15px}.product-settings[open]>summary::after{transform:rotate(180deg)}.product-settings>summary::-webkit-details-marker{display:none}.product-settings .field-row{margin-top:12px}.editor-section-title{margin-top:20px}.editor-section-title p{line-height:1.5}.group-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.group-tab{display:flex;align-items:center;gap:8px;padding:10px 13px;min-height:40px;background:var(--surface);border:1px solid var(--line);border-radius:12px;color:var(--muted);font-size:12px;text-align:left;line-height:17px}.group-tab span{font-size:10px;min-width:18px;text-align:center;border-radius:20px;background:var(--soft);color:var(--muted);padding:1px 4px}.group-tab.selected{border-color:var(--blue);color:var(--blue);background:#f2f7ff}.group-panel{border-radius:20px;background:var(--surface);padding:18px}.group-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.group-heading>div:first-child{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.group-heading h3{font-size:14px;margin:0}.group-heading>div>span{font-size:12px;color:var(--muted)}.group-reorder{display:flex;align-items:center;gap:8px;font-size:11px;color:var(--muted);margin:0 0 10px}.group-reorder .icon-btn{width:28px;height:28px;border-radius:9px}.group-actions{display:flex;align-items:center;gap:6px}.group-actions .btn{font-size:11px;min-height:32px;padding:0 12px}.group-actions .icon-btn{width:32px;height:32px}.content-tabs{display:flex;border-bottom:1px solid var(--line);gap:20px;margin:14px 0 4px}.content-tabs button{padding:10px 0;font-size:12px;border:0;border-bottom:2px solid transparent;background:none;color:var(--muted)}.content-tabs button.selected{border-bottom-color:var(--blue);color:var(--text);font-weight:600}.size-list{display:grid;gap:0}.size-card{padding:14px 0;border-bottom:1px solid var(--line)}.size-card:last-child{border-bottom:0;padding-bottom:0}.size-main{display:grid;grid-template-columns:100px minmax(110px,1fr) 90px 74px 32px;gap:14px;align-items:end}.size-main>.field>span{font-size:10px;color:var(--muted)}.size-main>.field input{height:38px;padding:8px 10px;font-size:13px}.size-visible{height:57px;flex-direction:column;align-items:center;justify-content:space-between;padding:0 0 10px}.size-visible>span{font-size:10px;color:var(--muted)}.size-remove{margin-bottom:3px;width:32px;height:32px}.size-remove .icon{width:15px;height:15px}.size-extra{margin-top:8px}.size-extra>summary{display:flex;align-items:center;gap:7px;list-style:none;font-size:11px;color:var(--muted);cursor:pointer;width:100%;line-height:18px}.size-extra>summary::-webkit-details-marker{display:none}.size-extra>summary>.icon{width:12px;height:12px;margin-left:3px}.size-extra[open]>summary>.icon{transform:rotate(180deg)}.size-extra-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:12px;padding:14px;border-radius:12px;background:var(--bg)}.size-extra-grid p{grid-column:1/-1;margin:0}.group-content{padding-top:16px}.content-heading{margin-bottom:14px}.content-heading h3{font-size:13px;margin:0 0 6px}.content-heading p{font-size:11px;color:var(--muted);line-height:17px;margin:0;max-width:600px}.content-scope{max-width:240px;margin-bottom:14px}.photos-heading{margin:18px 0 12px}.photos-heading h4{font-size:13px;margin:0 0 5px;font-weight:600}.photos-heading h4 span{font-weight:400;color:var(--muted);margin-left:4px}.photos-heading p{font-size:11px;color:var(--muted);line-height:17px;margin:0}.photo-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px;align-items:start}.gallery-item{position:relative;min-width:0;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:var(--soft);cursor:grab}.photo-open{border:0;padding:0;width:100%;aspect-ratio:4/5;background:#f6f6f8;display:grid;place-items:center;overflow:hidden;cursor:zoom-in}.photo-open img{width:100%;height:100%;object-fit:contain}.gallery-delete{position:absolute;top:6px;right:6px;width:24px;height:24px;display:grid;place-items:center;border:0;background:#fffffff2;color:var(--text);border-radius:50%;box-shadow:0 1px 4px #0001}.gallery-delete .icon{width:13px;height:13px}.gallery-delete:hover{background:#fff0f0;color:#b42318}.cover-badge{position:absolute;left:6px;bottom:36px;max-width:calc(100% - 12px);font-size:9px;line-height:16px;padding:2px 6px;border-radius:6px;background:var(--surface);color:var(--text);pointer-events:none;box-shadow:0 1px 3px #0001}.gallery-actions{display:flex;align-items:center;justify-content:space-between;height:32px;background:var(--surface);border-top:1px solid var(--line)}.gallery-actions button{display:grid;place-items:center;min-width:30px;height:30px;border:0;background:none;color:var(--muted)}.gallery-actions button .icon{height:13px;width:13px}.gallery-actions button:hover:enabled{color:var(--blue);background:var(--soft)}.gallery-actions button:disabled{opacity:.3;cursor:default}.photo-error{font-size:11px;color:var(--muted);padding:10px;text-align:center}.photo-dropzone{margin-top:14px;padding:18px;border:1px dashed #c9c9d1;border-radius:14px;display:flex;flex-direction:column;align-items:center;gap:7px;background:#fbfbfc}.photo-dropzone.dragging{border-color:var(--blue);background:#eef5ff}.photo-dropzone>.btn{font-size:12px;min-height:36px}.photo-dropzone>span{font-size:12px;color:var(--muted)}.photo-dropzone>small{font-size:10px;color:var(--muted)}.photo-url-row{display:flex;align-items:flex-end;gap:8px;margin-top:16px}.photo-url-row>.field{flex:1}.photo-url-row>.btn{height:38px;font-size:12px}.photo-feedback{font-size:12px;line-height:18px;margin:8px 0 0;color:var(--muted)}.photo-feedback:empty{display:none}.photo-feedback.error{color:#b42318}.save-feedback{min-width:0;flex:1;display:flex;align-items:center;gap:8px}.save-feedback #undo-edit{font-size:12px;white-space:nowrap;color:var(--blue);border:0;background:none;padding:5px 0}#photo-lightbox{position:relative;max-width:90vw;max-height:90vh;background:var(--surface);padding:10px}#large-photo{display:block;max-width:calc(90vw - 20px);max-height:calc(90vh - 20px);object-fit:contain}#close-photo{position:absolute;top:12px;right:12px;background:white;font-size:22px;z-index:2}.lightbox-nav{position:absolute;top:50%;transform:translateY(-50%);background:white;z-index:2;width:40px;height:40px}.lightbox-nav:disabled{opacity:.35;cursor:default}.lightbox-prev{left:12px}.lightbox-next{right:12px}.lightbox-counter{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);margin:0;font-size:12px;padding:4px 10px;border-radius:999px;background:#00000099;color:#fff;z-index:2}.lightbox-counter:empty{display:none}.editor-heading-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.field input[aria-invalid=true]{border-color:#b42318}.size-main:has([data-field=variants]){grid-template-columns:minmax(100px,1fr) minmax(100px,1fr) 74px 32px}.editor-footer p{max-width:none}
@media(max-width:600px){.editor-scroll{padding:12px;scrollbar-gutter:auto}.editor-basics{padding:14px;gap:10px;grid-template-columns:1fr}.editor-basics>.product-visibility{grid-column:1;grid-row:auto;margin:0;justify-self:start}.editor-heading{padding:14px 16px}.group-panel{padding:12px}.group-tabs{gap:6px}.group-tab{font-size:11px;padding:8px 10px;flex:1 1 40%;min-height:42px}.editor-section-title>div>p{display:none}.editor-section-title{margin:16px 0 10px}.group-heading{align-items:flex-start}.group-heading h3{font-size:13px}.group-heading>div:first-child{gap:4px;flex-direction:column}.group-actions .btn{font-size:10px;padding:0 8px}.size-main{grid-template-columns:68px minmax(74px,1fr) 64px 30px;gap:8px}.size-visible{grid-column:1/3;grid-row:2;flex-direction:row;height:auto;padding:2px 0;justify-content:flex-start;gap:10px}.size-visible>span{font-size:11px}.size-visible>input{order:-1}.size-remove{grid-column:4;grid-row:1}.size-main>.field input{padding:8px;font-size:12px}.size-main:has([data-field=variants]){grid-template-columns:minmax(100px,1fr) minmax(80px,1fr) 30px}.size-main:has([data-field=variants]) .size-remove{grid-column:3}.size-extra>summary{font-size:10px;gap:3px}.photo-gallery{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.gallery-actions button{min-width:24px}.gallery-actions button .icon{width:12px;height:12px}.photo-dropzone{padding:16px 8px}.photo-dropzone>span{font-size:11px}.photo-url-row .btn{padding:0 12px}.photo-url-row>.field input{font-size:11px}.group-content .field textarea{font-size:12px}.save-feedback{width:100%}.editor-footer{gap:8px}.editor-footer>div:last-child .btn{min-height:38px}.content-tabs{gap:18px}.content-tabs button{font-size:12px}.group-actions #rename-group{display:none}}
@media(max-width:600px){.photo-gallery{grid-template-columns:repeat(2,minmax(0,1fr))}.gallery-actions{height:38px}.gallery-actions button{min-width:36px;height:36px}.gallery-delete{width:28px;height:28px}.cover-badge{bottom:43px}}
#close-editor,#close-photo{display:grid;place-items:center;line-height:0}#close-editor .icon,#close-photo .icon{width:18px;height:18px}
.type-picker{display:flex;flex-direction:column;gap:4px;min-width:170px}.type-picker>span{font-size:10px;color:var(--muted)}
.product-visibility{display:flex;align-items:center;gap:10px;min-height:38px;margin-top:20px;padding:0 14px;border-radius:12px;background:var(--soft);cursor:pointer;white-space:nowrap}.product-visibility>span{font-size:12px;font-weight:500}.product-visibility input{order:-1}
.group-tab{border:0!important;border-color:transparent!important;background:var(--soft)}.group-tab.selected{border:0!important;border-color:transparent!important;background:#eaf3ff;box-shadow:none}
.group-tab span{background:#fff}
.product-settings>summary::after{content:'';display:block;width:7px;height:7px;margin-left:2px;border:solid var(--muted);border-width:0 1.5px 1.5px 0;transform:translateY(-2px) rotate(45deg);transition:transform .15s}.product-settings[open]>summary::after{transform:translateY(2px) rotate(225deg)}
.group-heading>div:first-child{flex-direction:column;align-items:flex-start;gap:4px}
.gallery-actions{height:38px;padding:3px 6px;background:var(--soft);border-top:0;gap:4px}.gallery-actions button{flex:1;min-width:0;height:32px;border-radius:9px;color:var(--muted);transition:background-color .15s,color .15s}.gallery-actions button .icon{width:16px;height:16px}.gallery-actions button:hover:enabled{color:var(--text);background:#fff}
.group-tabs{display:inline-flex;flex-wrap:wrap;gap:4px;padding:4px;margin:12px 0;border-radius:14px;background:var(--soft);max-width:100%}.group-tab{background:transparent!important;border:0!important;border-radius:10px;padding:10px 14px;min-height:40px}.group-tab.selected{background:#eaf3ff!important;color:var(--blue)}
.type-picker{position:relative}.type-picker select{appearance:none;-webkit-appearance:none;padding-right:40px!important;background-color:var(--surface);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23232328' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px}
.product-settings>summary::after{width:5px;height:5px}
 .group-actions .btn{white-space:nowrap}
 #photo-lightbox .lightbox-download{position:absolute;left:50%;bottom:12px;transform:translateX(-50%);z-index:2;min-height:34px;font-size:12px;padding:0 12px}#photo-lightbox .lightbox-counter{bottom:58px}
