.furivox-cat-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;padding:24px;width:100%;box-sizing:border-box}.furivox-cat-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:16px 10px;border-radius:12px;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,0.08);background:#fff;transition:background 0.2s,transform 0.15s,box-shadow 0.15s;text-align:center;cursor:pointer}.furivox-cat-item:hover{background:#f7f7f7;transform:translateY(-2px);box-shadow:0 4px 14px rgba(0,0,0,0.08)}.furivox-cat-icon{font-size:28px;line-height:1}.furivox-cat-label{font-size:11.5px;font-weight:500;line-height:1.3;color:#333}.furivox-mobile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;padding:12px;width:100%;box-sizing:border-box}.furivox-mobile-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:10px 4px;border-radius:10px;text-decoration:none;color:inherit;border:1px solid rgba(0,0,0,0.07);background:#fafafa;text-align:center}.furivox-mobile-item:active{background:#f0f0f0}.furivox-mobile-icon{font-size:22px;line-height:1}.furivox-mobile-label{font-size:9.5px;font-weight:500;line-height:1.3;color:#333;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}