.circular-gallery{cursor:grab;touch-action:pan-y;width:100%;height:100%;overflow:hidden}.circular-gallery:active{cursor:grabbing}.circular-gallery:focus-visible{outline-offset:4px;outline:2px solid #fff}.circular-gallery canvas{width:100%;height:100%;display:block}.gallery-lightbox{z-index:2147483647;box-sizing:border-box;-webkit-backdrop-filter:blur(24px)saturate(120%);backdrop-filter:blur(24px)saturate(120%);background:#020407e0;place-items:center;width:100vw;height:100dvh;padding:54px;animation:.26s both gallery-fade-in;display:grid;position:fixed;inset:0;overflow:hidden}.gallery-lightbox figure{flex-direction:column;justify-content:center;align-items:center;gap:14px;max-width:calc(100vw - 108px);max-height:calc(100dvh - 86px);margin:0;display:flex}.gallery-lightbox img{object-fit:contain;border-radius:18px;width:auto;max-width:100%;height:auto;max-height:calc(100dvh - 130px);animation:.38s cubic-bezier(.2,.8,.2,1) both gallery-image-in;display:block;box-shadow:0 30px 100px #00000094}.gallery-lightbox figcaption{color:#fff;letter-spacing:.08em;justify-content:space-between;width:min(100%,900px);font-size:12px;display:flex}.gallery-lightbox figcaption span{color:#9ca3ad;letter-spacing:.16em;font-size:10px}.gallery-lightbox-close{z-index:2;color:#fff;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);cursor:pointer;background:#0f12188c;border:1px solid #ffffff59;border-radius:50%;place-items:center;width:50px;height:50px;padding:0;font-size:29px;font-weight:300;transition:transform .25s,background .25s,border-color .25s;display:grid;position:fixed;top:28px;right:32px}.gallery-lightbox-close:hover{color:#090b0e;background:#ff9e55;border-color:#ff9e55;transform:rotate(90deg)scale(1.08)}@keyframes gallery-fade-in{0%{opacity:0}to{opacity:1}}@keyframes gallery-image-in{0%{opacity:0;transform:translateY(18px)scale(.97)}to{opacity:1;transform:none}}@media (max-width:720px){.gallery-lightbox{padding:20px}.gallery-lightbox figure{max-width:calc(100vw - 40px);max-height:calc(100dvh - 60px)}.gallery-lightbox img{border-radius:12px;max-height:calc(100dvh - 100px)}.gallery-lightbox-close{width:44px;height:44px;top:16px;right:16px}}
