.category-cover{display:block;width:100%;max-height:240px;aspect-ratio:4/3;object-fit:cover;border-radius:12px;margin-bottom:14px}
.category-editor{width:min(900px,94vw);max-height:90dvh;overflow:auto;padding:24px;border:1px solid #ffd400;border-radius:16px;background:#171717;color:white;direction:rtl}.category-editor::backdrop{background:#000b}.category-editor-close{float:left;width:44px;height:44px;display:grid;place-items:center;padding:0;background:#222;color:white;border:1px solid #ffd400;border-radius:50%;font-size:26px;cursor:pointer}.category-edit-form{display:grid;grid-template-columns:1fr 1fr;gap:14px;padding:20px 0;border-top:1px solid #555}.category-edit-form label{display:grid;gap:6px}.category-edit-form input:not([type=checkbox]),.category-edit-form textarea{box-sizing:border-box;width:100%;padding:10px;background:#090909;color:white;border:1px solid #777;border-radius:8px;font:16px Arial}.category-edit-form input[type=checkbox]{width:20px;height:20px}.category-edit-form p{grid-column:1/-1}@media(max-width:600px){.category-edit-form{grid-template-columns:1fr}.category-editor{padding:16px}}
