.online-category-editor{width:min(1040px,calc(100vw - 24px));max-width:1040px;height:min(800px,calc(100dvh - 32px));max-height:calc(100dvh - 32px);padding:0;border:1px solid #d1d5db;border-radius:8px;background:white;color:#202124;box-sizing:border-box}
.online-category-editor::backdrop{background:#0008}
.online-category-editor[open]{display:flex;flex-direction:column}
.category-editor-header,.online-category-editor footer{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;margin:0;border-bottom:1px solid #ddd;flex:none}
.category-editor-header h2{font-size:20px;margin:0}
.online-category-editor footer{border-top:1px solid #ddd;border-bottom:0;flex-wrap:wrap}
.online-category-editor footer p{margin:0;flex:1;overflow-wrap:anywhere}
.category-editor-body{display:grid;grid-template-columns:240px minmax(0,1fr);min-height:0;flex:1;overflow:hidden}
.category-editor-body aside{padding:12px;border-right:1px solid #ddd;overflow:auto}
.category-editor-body section{padding:16px;min-width:0;display:flex;flex-direction:column;min-height:0}
.category-editor-create,.category-editor-rename{display:flex;align-items:end;gap:8px;margin:0 0 12px}
.online-category-editor label{font-size:13px;min-width:0}
.category-editor-create label,.category-editor-rename label{flex:1}
.category-editor-names{display:grid;gap:8px;flex:1;min-width:0}
.category-editor-rename .category-editor-names{grid-template-columns:repeat(2,minmax(0,1fr))}
.online-category-editor input:not([type=checkbox]){display:block;width:100%;min-width:0;box-sizing:border-box;border:1px solid #bbb;border-radius:4px;padding:8px;margin-top:5px;font:inherit;background:white;color:#202124}
.category-editor-body nav{display:flex;flex-direction:column;gap:4px}
.category-editor-body nav button{display:flex;justify-content:space-between;gap:8px;padding:10px;border:0;background:transparent;text-align:left;cursor:pointer;color:inherit}
.category-editor-body nav button span{overflow-wrap:anywhere;min-width:0}
.category-editor-body nav button[aria-pressed=true]{background:#e8f3ed;color:#165b3a}
.category-editor-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:12px 0;font-size:13px}
.category-editor-unclassified{display:flex;align-items:center;gap:8px;margin-top:10px;cursor:pointer}
.category-editor-unclassified input{width:18px;height:18px;min-height:18px;flex:none}
.category-editor-products{overflow:auto;min-height:0;flex:1}
.category-editor-product{display:flex;align-items:center;gap:10px;padding:10px 2px;border-bottom:1px solid #eee;cursor:pointer}
.category-editor-product input{width:18px;height:18px;min-height:18px;flex:none}
.category-editor-product img{width:44px;height:44px;object-fit:contain;flex:none}
.category-editor-product span{min-width:0}
.category-editor-product strong,.category-editor-product small{display:block;overflow-wrap:anywhere}
.category-editor-product small{color:#666;margin-top:4px}
@media(max-width:640px){.category-editor-body{grid-template-columns:1fr;grid-template-rows:200px minmax(0,1fr)}.category-editor-body aside{border-right:0;border-bottom:1px solid #ddd}.category-editor-body nav{flex-direction:row;flex-wrap:wrap}.category-editor-body section{padding:10px}.category-editor-header h2{font-size:18px}.category-editor-rename{flex-wrap:wrap}.category-editor-rename .category-editor-names{flex-basis:100%}}
