.categories-label{display:flex;align-items:center;justify-content:space-between;font-size:16px;font-weight:700;color:#333;margin-bottom:10px}.categories-label span{font-size:16px;font-weight:700;color:#333}.categories-label a{display:flex;align-items:center;gap:2px;cursor:pointer;line-height:12px}.categories-label a span{font-size:12px;font-weight:600;color:#999}.categories-label a img{width:8px;height:8px;object-fit:contain}.categories-chips{display:flex;gap:12px}.category-chip{background:#fff;border-radius:var(--radius-md);padding:10px 8px;font-size:14px;font-weight:600;color:#333;text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:8px;box-shadow:0 2px 12px #00000014;border:1px solid rgba(0,0,0,.05);flex:1;justify-content:center}.category-chip img{width:20px;height:20px;object-fit:contain;flex-shrink:0}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.back-to-top{position:fixed;right:12px;bottom:72px;width:40px;height:40px;border-radius:50%;background:var(--primary-color);color:#fff;border:0;box-shadow:var(--shadow-sm);display:none;align-items:center;justify-content:center;z-index:10}
