html.lbx-lock, body.lbx-lock{overflow:hidden !important; }.lbx-overlay{display:none;position:fixed;top:0;left:0;width:100vw;height:100vh;height:100dvh;background:rgba(0, 0, 0, 0.92);z-index:100000; -webkit-user-select:none;user-select:none;flex-direction:column;}.lbx-overlay.lbx-open{display:flex; }.lbx-stage{position:relative;flex:1 1 auto;min-height:0;overflow:hidden;touch-action:none; }.lbx-img-wrap{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;}.lbx-img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;cursor:zoom-in; -webkit-user-drag:none;}.lbx-overlay.lbx-zoomed .lbx-img{cursor:grab; }.lbx-img.lbx-loading{opacity:0.4; }.lbx-close{position:absolute;top:12px;right:14px;width:44px;height:44px;border:0;border-radius:50%;background:rgba(0, 0, 0, 0.45);color:#fff;font-size:30px;line-height:44px;cursor:pointer;z-index:3;transition:background 0.15s ease;}.lbx-close:hover{background:rgba(0, 0, 0, 0.65); }.lbx-counter{position:absolute;top:16px;left:16px;color:#fff;font-size:15px;background:rgba(0, 0, 0, 0.5);padding:4px 11px;border-radius:14px;z-index:3;}.lbx-nav{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:0;background:rgba(0, 0, 0, 0.3);border-radius:50%;cursor:pointer;z-index:3;opacity:0.7;transition:opacity 0.15s ease, background 0.15s ease;}.lbx-nav:hover{opacity:1;background:rgba(0, 0, 0, 0.5); }.lbx-nav:disabled{opacity:0.2;cursor:default; }.lbx-nav::before{content:'';position:absolute;top:50%;left:50%;width:14px;height:14px;border-top:3px solid #fff;border-right:3px solid #fff;}.lbx-prev{left:16px; }.lbx-next{right:16px; }.lbx-prev::before{transform:translate(-30%, -50%) rotate(-135deg); }.lbx-next::before{transform:translate(-70%, -50%) rotate(45deg); }.lbx-caption{flex:0 0 auto;color:#f2f2f2;text-align:center;font-size:15px;line-height:1.4;padding:10px 16px;}.lbx-thumbs{flex:0 0 auto;display:flex;gap:8px;padding:10px 14px 14px;overflow-x:auto;overflow-y:hidden;justify-content:center;scrollbar-width:thin;}.lbx-thumbs::-webkit-scrollbar{height:6px; }.lbx-thumbs::-webkit-scrollbar-thumb{background:rgba(255, 255, 255, 0.3);border-radius:3px; }.lbx-thumb{flex:0 0 auto;width:64px;height:64px;padding:0;border:2px solid transparent;border-radius:4px;background-color:#222;background-size:cover;background-position:center center;background-repeat:no-repeat;cursor:pointer;opacity:0.55;transition:opacity 0.15s ease, border-color 0.15s ease;}.lbx-thumb:hover{opacity:0.85; }.lbx-thumb-active{opacity:1;border-color:#fff; }.lbx-overlay.lbx-light{background:#ffffff; }.lbx-light .lbx-close{background:rgba(255, 255, 255, 0.75);color:#1a1a1a; }.lbx-light .lbx-close:hover{background:rgba(255, 255, 255, 0.95); }.lbx-light .lbx-counter{background:rgba(255, 255, 255, 0.8);color:#1a1a1a; }.lbx-light .lbx-caption{color:#333333; }.lbx-light .lbx-nav{background:rgba(255, 255, 255, 0.6); }.lbx-light .lbx-nav:hover{background:rgba(255, 255, 255, 0.85); }.lbx-light .lbx-nav::before{border-top-color:#1a1a1a;border-right-color:#1a1a1a; }.lbx-light .lbx-thumb{background-color:#f2f2f2; }.lbx-light .lbx-thumb-active{border-color:#1a1a1a; }.lbx-light .lbx-thumbs::-webkit-scrollbar-thumb{background:rgba(0, 0, 0, 0.25); }@media only screen and (max-width:767px){.lbx-thumb{width:44px;height:44px;}.lbx-thumbs{gap:6px;justify-content:flex-start;}.lbx-nav{width:46px;height:46px; }}