@layer quartz-base{article img{cursor:zoom-in}.image-lightbox-root{display:none}.image-lightbox-overlay{z-index:10000;opacity:0;pointer-events:none;background:#0f0f12d1;justify-content:center;align-items:center;padding:2rem;transition:opacity .16s;display:flex;position:fixed;inset:0}.image-lightbox-overlay.active{opacity:1;pointer-events:auto}.image-lightbox-overlay>img{object-fit:contain;cursor:zoom-out;border-radius:5px;max-width:min(100%,1200px);max-height:calc(100vh - 4rem);margin:0;box-shadow:0 1rem 3rem #00000059}.image-lightbox-close{color:#fff;width:2.4rem;height:2.4rem;font:inherit;cursor:pointer;background:#00000059;border:1px solid #ffffff47;border-radius:999px;place-items:center;font-size:1.5rem;line-height:1;display:grid;position:fixed;top:1rem;right:1rem}.image-lightbox-close:hover{background:#0000008c}body.image-lightbox-open{overflow:hidden}@media (max-width:800px){.image-lightbox-overlay{padding:1rem}.image-lightbox-overlay>img{max-height:calc(100vh - 2rem)}}}