#pw-lb{display:none;position:fixed;inset:0;z-index:99999;background:rgb(0 0 0 / .92);align-items:center;justify-content:center;flex-direction:column}#pw-lb.pw-active{display:flex}#pw-lb img{max-width:92vw;max-height:82vh;border-radius:10px;box-shadow:0 8px 40px rgb(0 0 0 / .6);user-select:none}#pw-lb-close{position:fixed;top:18px;right:22px;color:#fff;font-size:32px;cursor:pointer;line-height:1;opacity:.8;transition:opacity .15s}#pw-lb-close:hover{opacity:1}#pw-lb-prev,#pw-lb-next{position:fixed;top:50%;transform:translateY(-50%);color:#fff;font-size:36px;cursor:pointer;padding:0 18px;opacity:.7;transition:opacity .15s;user-select:none}#pw-lb-prev{left:8px}#pw-lb-next{right:8px}#pw-lb-prev:hover,#pw-lb-next:hover{opacity:1}#pw-lb-counter{position:fixed;bottom:20px;color:rgb(255 255 255 / .6);font-size:13px;font-weight:600;letter-spacing:.05em}.pw-gallery-grid{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}.pw-gallery-grid a{display:block;cursor:zoom-in}.pw-gallery-grid img{height:140px;width:auto;border-radius:10px;object-fit:cover;transition:transform .2s,opacity .2s}.pw-gallery-grid a:hover img{transform:scale(1.04);opacity:.9}@media(max-width:600px){.pw-gallery-grid img{height:100px}}