.lb-overlay{position:fixed;inset:0;background:rgba(0,0,0,.92);z-index:9999;display:none;align-items:center;justify-content:center;cursor:zoom-out;opacity:0;transition:opacity .18s}
.lb-overlay.open{display:flex;opacity:1}
.lb-img{max-width:96vw;max-height:96vh;object-fit:contain;box-shadow:0 8px 60px rgba(0,0,0,.7);cursor:default;user-select:none}
.lb-close{position:absolute;top:.8rem;right:1.1rem;width:42px;height:42px;border:none;background:rgba(0,0,0,.45);color:#fff;font-size:1.6rem;font-family:'Philosopher',serif;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center;line-height:1;transition:background .15s}
.lb-close:hover{background:rgba(255,255,255,.18)}
img[data-zoomable]{cursor:zoom-in}
