.categories-page{border-radius:22px;padding:18px;min-height:calc(100vh - 106px)}.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.category-card{min-height:155px;border:1px solid var(--line);border-radius:16px;background:rgba(7,25,45,.52);padding:16px;display:flex;flex-direction:column;justify-content:space-between}.category-card:hover{border-color:rgba(255,107,53,.55);transform:translateY(-2px)}.category-card-top{display:flex;justify-content:space-between;align-items:start}.category-icon{width:46px;height:46px;border-radius:14px;background:rgba(255,107,53,.12);color:var(--orange);display:grid;place-items:center;font-size:22px}.category-actions{display:flex;gap:6px}.category-actions button{width:31px;height:31px;border-radius:8px;background:rgba(255,255,255,.025)}.category-actions .edit{border:1px solid #2188e8;color:#39a7ff}.category-actions .delete{border:1px solid #e5394b;color:#ff5261}.category-card h3{font-size:15px;margin:15px 0 4px}.category-card p{font-size:9px;color:var(--muted);margin:0}.category-card footer{display:flex;justify-content:space-between;font-size:9px;color:var(--muted);border-top:1px solid var(--line);padding-top:10px}.category-card footer b{color:#fff}@media(max-width:1100px){.category-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:700px){.category-grid{grid-template-columns:1fr 1fr}}
