body{touch-action:none;background-color:#0a0a0a;width:100vw;height:100vh;margin:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow:hidden}.gallery{width:100%;height:100%;position:relative}.image{width:200px;max-width:90vw;height:auto;transform:translate(-50%, -50%) rotate(var(--rotation,0deg));pointer-events:none;z-index:0;opacity:0;border:1px solid #ffffff1a;border-radius:12px;transition:opacity .4s cubic-bezier(.23,1,.32,1),transform .4s cubic-bezier(.23,1,.32,1);position:absolute;top:50%;left:50%;box-shadow:0 10px 30px #00000080}.image[data-status=active]{opacity:1;transform:translate(-50%, -50%) scale(1.05) rotate(var(--rotation,0deg))}.image[data-status=inactive]{opacity:0;transform:translate(-50%, -50%) scale(1) rotate(var(--rotation,0deg))}@media (width<=600px){.image{width:80vw;max-width:100%}}
