.vs-home-view .home-cat-row{scrollbar-width:none}.vs-home-view .home-cat-row::-webkit-scrollbar{display:none}.vs-home-view .home-cat-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:20px 12px 16px;border-radius:16px;cursor:pointer;overflow:hidden;transition:all .35s cubic-bezier(.4,0,.2,1);border:1px solid transparent}.vs-home-view .home-cat-card:hover{transform:translateY(-4px);box-shadow:0 12px 20px -8px rgba(0,117,255,.2),0 4px 12px -2px rgba(0,117,255,.1);border-color:transparent}.vs-home-view .home-cat-img{width:72px;height:72px;object-fit:contain;transition:transform .35s cubic-bezier(.4,0,.2,1)}.vs-home-view .home-cat-card:hover .home-cat-img{transform:scale(1.05)}.vs-home-view .home-cat-label{font-size:13px;font-weight:600;letter-spacing:-.01em;text-align:center;line-height:1.2;transition:all .3s ease;white-space:nowrap}@media (max-width:639px){.vs-home-view .home-cat-card{padding:14px 8px 12px;gap:8px;border-radius:14px}.vs-home-view .home-cat-img{width:48px;height:48px}.vs-home-view .home-cat-label{font-size:11px}}.vs-home-view .home-cat-glow{position:absolute;inset:0;pointer-events:none;opacity:0;transition:opacity .4s ease}.vs-home-view .home-cat-card:hover .home-cat-glow{opacity:1}:root.dark .vs-home-view .home-cat-card{background:rgba(255,255,255,.05)!important;border:none!important;backdrop-filter:blur(8px)}:root.dark .vs-home-view .home-cat-card:hover{background:rgba(255,255,255,.1)!important;border:none!important;box-shadow:0 8px 24px -4px rgba(0,0,0,.3)}:root.dark .vs-home-view .home-cat-label{color:#e5e7eb!important}:root.dark .vs-home-view .home-cat-card:hover .home-cat-label{color:#ffffff!important}@keyframes his-fade-up{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.his-fade-up{animation:his-fade-up .45s cubic-bezier(.4,0,.2,1) both}@keyframes his-pop{0%{opacity:0;transform:scale(.7)}60%{opacity:1;transform:scale(1.08)}to{opacity:1;transform:scale(1)}}.his-pop{animation:his-pop .4s ease-out both}@media (prefers-reduced-motion:reduce){.his-fade-up,.his-pop{animation:none!important}}