.lightbox-container .screenshot-frame img,.lightbox-container .inline-screenshot img{cursor:zoom-in;transition:transform .2s ease,opacity .2s ease}.lightbox-container .screenshot-frame img:hover,.lightbox-container .inline-screenshot img:hover{opacity:.9;transform:scale(1.02)}.lightbox-container .screenshot-frame,.lightbox-container .inline-screenshot{position:relative}.lightbox-container .screenshot-frame:after,.lightbox-container .inline-screenshot:after{content:"";position:absolute;bottom:.75rem;right:.75rem;width:1.75rem;height:1.75rem;background:#fffffff2;border-radius:.375rem;box-shadow:0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23374151'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0zM10 7v6m3-3H7'/%3E%3C/svg%3E");background-size:1.125rem;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .2s ease;pointer-events:none}.lightbox-container .screenshot-frame:hover:after,.lightbox-container .inline-screenshot:hover:after{opacity:1}.lightbox-overlay{position:fixed;inset:0;z-index:9999;background:#000000f2;display:flex;flex-direction:column;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;padding:1rem;cursor:pointer}.lightbox-overlay.active{opacity:1;visibility:visible}.lightbox-overlay.active .lightbox-image{transform:scale(1);opacity:1}.lightbox-close{position:absolute;top:1rem;right:1rem;background:#ffffff1a;border:none;border-radius:.5rem;padding:.75rem;cursor:pointer;color:#fff;transition:background .2s ease;z-index:10}.lightbox-close:hover{background:#fff3}.lightbox-content{max-width:95vw;max-height:85vh;display:flex;align-items:center;justify-content:center;cursor:default}.lightbox-image{max-width:100%;max-height:85vh;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:1rem;box-shadow:0 20px 60px #00000080;transform:scale(.95);opacity:0;transition:transform .3s ease,opacity .3s ease}.lightbox-hint{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);color:#ffffff80;font-size:.875rem;pointer-events:none}@media(max-width:640px){.lightbox-close{top:.5rem;right:.5rem;padding:.5rem}.lightbox-hint{bottom:.75rem;font-size:.75rem}.lightbox-image{border-radius:.5rem}}
