.lightbox-img-wrap{cursor:zoom-in;display:block;position:relative}.lightbox-img-btn{cursor:zoom-in;opacity:0;border-radius:var(--border-radius-inner);background:0 0;border:none;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .2s,background .2s;display:flex;position:absolute;inset:0}.lightbox-img-wrap:hover .lightbox-img-btn{opacity:1;background:#00000047}.lightbox-img-btn .material-symbols-sharp{color:#fff;filter:drop-shadow(0 2px 6px #0000008c);pointer-events:none;font-size:2.5rem}.lightbox-overlay{z-index:2000;cursor:pointer;background:#000000e6;justify-content:center;align-items:center;padding:2rem;animation:.2s both lb-fade-in;display:flex;position:fixed;inset:0}@keyframes lb-fade-in{0%{opacity:0}to{opacity:1}}.lightbox-panel{cursor:default;border-radius:var(--border-radius-inner);width:min(92vw,1600px);max-height:90vh;animation:.22s cubic-bezier(.22,1,.36,1) both lb-scale-in;overflow:hidden;box-shadow:0 3rem 8rem #000000b3}@keyframes lb-scale-in{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}.lightbox-full-img{object-fit:contain;border-radius:var(--border-radius-inner);width:100%;height:auto;max-height:90vh;display:block}.lightbox-close{z-index:2001;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#2e2e2ed9;border:1px solid #ffffff24;border-radius:50%;justify-content:center;align-items:center;width:2.75rem;height:2.75rem;transition:background .15s,transform .15s;display:flex;position:fixed;top:1.25rem;right:1.25rem}.lightbox-close:hover{background:#474747eb;transform:scale(1.08)}.lightbox-close .material-symbols-sharp{font-size:1.2rem;line-height:1}.lightbox-bar{border-radius:0 0 var(--border-radius-inner) var(--border-radius-inner);background:#1a1a1ad9;border-top:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:.6rem .85rem;display:flex}.lightbox-hint{color:#ffffff73;font-size:.78rem;font-style:italic}.lightbox-open-tab{color:#ffffffb3;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.35rem;padding:.3rem .6rem;font-size:.78rem;font-weight:500;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.lightbox-open-tab:hover{color:#fffffff2;background:#ffffff1f}.lightbox-open-tab .material-symbols-sharp{font-size:.95rem;line-height:1}.lightbox-window-wrap{cursor:default;border-radius:var(--border-radius-inner);width:860px;max-width:min(92vw,860px);animation:.22s cubic-bezier(.22,1,.36,1) both lb-scale-in;overflow:hidden;box-shadow:0 3rem 8rem #000000b3}
