.rule-toast{position:fixed;z-index:9999;top:24px;left:50%;min-width:260px;max-width:560px;padding:13px 20px;border-radius:10px;background:#16803c;color:#fff;text-align:center;box-shadow:0 12px 32px rgba(15,23,42,.22);transform:translateX(-50%);transition:.2s}.rule-toast.error{background:#d92d20}.rule-toast.hidden{visibility:hidden;opacity:0;transform:translate(-50%,-10px)}
.rule-new{grid-template-columns:180px minmax(260px,1fr) auto}.category-actions{display:flex;gap:10px}.category-actions button{box-sizing:border-box;min-width:104px;height:40px;margin:0;padding:0 16px;border-radius:8px}.category-actions .delete-category{border-color:#fecaca;color:#dc2626}.category-actions .delete-category:hover{background:#fff1f2}
@media(max-width:1050px){.rule-new{grid-template-columns:1fr 1fr}.rule-new button{grid-column:1/-1}}@media(max-width:720px){.rule-new{grid-template-columns:1fr}.rule-new button{grid-column:auto}.category-actions{width:100%}.category-actions button{flex:1}}
