.liquid-ether-container{position:relative;overflow:hidden;width:100%;height:100%;touch-action:none}.stacked-cards-container{position:relative;width:600px;height:500px;margin:0 auto;perspective:1200px;perspective-origin:50%}.stacked-card{position:absolute;top:50%;left:50%;width:600px;height:400px;transform-style:preserve-3d;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;cursor:pointer;transition:box-shadow .3s ease}.stacked-card:hover{box-shadow:0 20px 60px rgba(132,0,255,.3)}@media (max-width:768px){.stacked-cards-container{width:450px;height:400px;transform:scale(.8)}.stacked-card{width:450px;height:300px}}@media (max-width:480px){.stacked-cards-container{width:350px;height:350px;transform:scale(.7)}.stacked-card{width:350px;height:250px}}.scroll-stack-scroller{position:relative;width:100%;height:500px;padding:0;overflow-y:auto;overflow-x:visible;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;transform:translateZ(0);will-change:scroll-position}.scroll-stack-inner{min-height:20vh}.scroll-stack-card-wrapper{position:relative}.scroll-stack-card{transform-origin:top center;will-change:transform,filter;backface-visibility:hidden;transform-style:preserve-3d;box-shadow:0 0 30px rgba(0,0,0,.1);width:100%;border-radius:40px;box-sizing:border-box;transform:translateZ(0);position:relative}.scroll-stack-end{width:100%;height:100px;overflow-y:auto}