.categories-manager{padding:22px}.category-create{display:grid;grid-template-columns:1fr auto auto;gap:10px;padding:14px;margin-bottom:18px;border:1px solid #7137d8;border-radius:16px;background:linear-gradient(135deg,#160d29,#0d0b15)}.category-create[hidden]{display:none}.category-create input,.category-edit input,#product-category{width:100%;min-height:48px;padding:0 15px;border:1px solid #302640;border-radius:12px;background:#08070d;color:#fff;font:inherit}.category-create button,.category-actions button{padding:0 18px;min-height:44px;border:1px solid #342945;border-radius:11px;background:#15111e;color:#eee;font:inherit;font-weight:800;cursor:pointer}.category-create #save-category,.category-actions .primary{border-color:#8b3cff;background:linear-gradient(135deg,#6934e8,#b52de1);color:#fff}.categories-list{display:grid;gap:12px}.category-row{display:grid;grid-template-columns:58px 1fr auto;align-items:center;gap:16px;padding:16px;border:1px solid #26202f;border-radius:17px;background:linear-gradient(135deg,rgba(31,23,46,.9),rgba(10,9,15,.96));transition:.2s}.category-row:hover{border-color:#6937a3;transform:translateY(-1px)}.category-icon{display:grid;place-items:center;width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,#7d38f0,#21cde3);color:#fff;font-weight:900}.category-info{display:grid;gap:5px}.category-info b{font-size:17px;color:#fff}.category-info span{color:#988da8;font-size:13px}.category-actions{display:flex;gap:8px;align-items:center}.category-actions .danger{color:#ff7094;border-color:#5c2638}.category-actions .danger.solid{background:#a92148;color:#fff}.category-actions span{color:#ffbcce;font-size:13px}.category-edit{width:100%}.category-edit label{display:grid;gap:6px;color:#aaa}.delete-check{border-color:#8e2948;background:linear-gradient(135deg,#2b0e1a,#0c0910)}.categories-empty{display:grid;place-items:center;gap:8px;min-height:180px;border:1px dashed #383042;border-radius:18px;color:#8f849b}.categories-empty b{font-size:20px;color:#eee}.category-icon.warn{background:#b42d50}.danger-text{color:#ff7899}@media(max-width:720px){.category-create{grid-template-columns:1fr}.category-row{grid-template-columns:48px 1fr}.category-actions{grid-column:1/-1}.category-actions button{flex:1}}
