.palantics-screenshot-gallery{position:relative;height:525px;width:100%;max-width:1200px;margin:3rem auto;perspective:1500px}.screen-wrapper{position:absolute;width:70%;height:auto;transition:all .5s cubic-bezier(.25,1,.5,1);cursor:pointer;border-radius:10px;box-shadow:0 15px 40px rgba(0,0,0,.25);overflow:hidden;transform-origin:center;z-index:1}.screen-wrapper::before{content:'';position:absolute;inset:0;border-radius:8px;box-shadow:inset 0 0 0 1px rgba(255,255,255,.1);z-index:2;pointer-events:none}.screenshot{width:100%;height:100%;object-fit:cover;border-radius:8px;transition:transform .5s ease}#screen-wrapper-1{left:0%;top:22%;transform:rotate(-6deg);z-index:2}#screen-wrapper-2{left:15%;top:8%;transform:rotate(0);z-index:3}#screen-wrapper-3{left:30%;top:18%;transform:rotate(6deg);z-index:1}.screen-wrapper.focused{width:90%;left:5%!important;top:2%!important;transform:rotate(0)!important;z-index:10!important;box-shadow:0 20px 60px rgba(0,0,0,.35);transition:all .6s cubic-bezier(.2,1,.3,1)}.screen-wrapper:hover{transform:translateY(-8px)scale(1.02)rotate(0);box-shadow:0 18px 45px rgba(0,0,0,.3),0 0 0 2px var(--accent-color,#1e7afa);z-index:5}.screen-wrapper:hover .screenshot{filter:brightness(1.05)}.screen-wrapper::after{content:'';position:absolute;inset:0;border-radius:10px;background:linear-gradient(135deg,var(--primary-color,#1e7afa),var(--secondary-color,#9d5bfc));opacity:0;z-index:-1;transition:opacity .3s ease;filter:blur(20px)}.screen-wrapper:hover::after{opacity:.25}@media(max-width:768px){.palantics-screenshot-gallery{height:420px}.screen-wrapper{width:80%}#screen-wrapper-1{left:-5%}#screen-wrapper-2{left:10%}#screen-wrapper-3{left:25%}.screen-wrapper.focused{width:95%;left:2.5%!important}}[data-theme=light] .screen-wrapper{box-shadow:0 10px 30px rgba(0,0,0,.1)}[data-theme=light] .screen-wrapper.focused{box-shadow:0 15px 50px rgba(0,0,0,.15)}@keyframes focusIn{from{transform:scale(.9)rotate(var(--initial-rotate));opacity:.8}to{transform:scale(1)rotate(0);opacity:1}}.screen-wrapper.animate-in{animation:focusIn .4s forwards}