.login-panel label + label{margin-top:12px}
.orders-panel{margin-bottom:20px}.order-row{display:flex;justify-content:space-between;gap:18px;border-top:1px solid #c9e2ee;padding:18px 0}.order-row p{line-height:1.8;margin:10px 0}.order-row small{font-size:12px;color:#567587}.order-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.order-row button{min-height:44px}#orderStatus{color:#236e87}#pendingCount{font-size:15px}input,select,textarea,.product-editor input,.product-editor select{font-size:16px!important}body{background-size:cover}@media(max-width:600px){.order-row{display:block}.order-actions{margin-top:12px}.product-editor .product-name{grid-column:auto}}
.category-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin-top:18px}
.category-editor{display:flex;gap:8px;padding:10px;border:2px solid rgba(10,115,220,.16);border-radius:16px;background:rgba(255,255,255,.78)}
.category-editor input{min-width:0;flex:1}
.category-editor button{white-space:nowrap}
.product-editor{grid-template-columns:72px minmax(150px,1.6fr) minmax(100px,.8fr) minmax(90px,.65fr) minmax(130px,1fr) auto}
.tag-field,.image-field{grid-column:2/-1}
.image-field{display:flex;align-items:center;gap:10px;flex-wrap:wrap;padding-top:5px}
.image-field input[type=file]{flex:1;min-width:220px;padding:8px;background:rgba(255,255,255,.8);border:1px dashed #1688e8;border-radius:12px}
.upload-image{background:#e5f6ff;color:#075fae;border:2px solid #1688e8}
.save-product{background:#087bd8;color:white}
@media(max-width:860px){.product-editor{grid-template-columns:62px 1fr}.product-editor>*{grid-column:2}.product-editor>.thumb{grid-column:1;grid-row:1/7}.tag-field,.image-field{grid-column:2}}
@media(max-width:560px){.section-head{align-items:stretch}.inline-form{width:100%}.category-list{grid-template-columns:1fr}.product-editor{grid-template-columns:1fr}.product-editor>*{grid-column:1}.product-editor>.thumb{grid-column:1;grid-row:auto;width:100%;height:180px}.tag-field,.image-field{grid-column:1}}
