::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#121212}::-webkit-scrollbar-thumb{background:#404040;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#525252}@keyframes swipe-left{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(-150%) rotate(-20deg);opacity:0}}@keyframes swipe-right{0%{transform:translate(0) rotate(0);opacity:1}to{transform:translate(150%) rotate(20deg);opacity:0}}.animate-swipe-left{animation:swipe-left .3s ease-out forwards}.animate-swipe-right{animation:swipe-right .3s ease-out forwards}.card-stack{perspective:1000px}.card-stack-item{transition:all .3s ease}.card-stack-item:hover{transform:translateY(-4px)}.skeleton{background:linear-gradient(90deg,#262626 25%,#404040,#262626 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes pulse-ring{0%{transform:scale(.8);opacity:1}to{transform:scale(2);opacity:0}}.pulse-ring:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;animation:pulse-ring 1.5s infinite}
