dialog.modal.lightbox{width:min(95vw,1100px);max-width:95vw;max-height:95vh}.lightbox-body{padding:.5rem;background:#000;display:flex;justify-content:center;align-items:center}.lightbox-body img{display:block;max-width:100%;max-height:calc(95vh - 80px);width:auto;height:auto;object-fit:contain}.lightboxes-pool{display:contents}.gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.5rem}.gallery-item{position:relative;background:var(--bg-elev);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.gallery-item.is-primary{border-color:var(--accent)}.gallery-item img{display:block}.gallery-item:not(:only-child) img{background:#000}.gallery-item:not(:only-child) img{width:100%;aspect-ratio:1/1;object-fit:cover}.gallery-zoom{display:block;cursor:zoom-in}.gallery-zoom img{cursor:zoom-in}.gallery:has(>.gallery-item:only-child){display:block}.gallery-item:only-child{display:inline-block;background:transparent;border-color:transparent}.gallery-item:only-child img{width:auto;height:auto;min-width:10px;max-width:100%;max-height:50vh}.meta-list{display:grid;grid-template-columns:max-content 1fr;gap:.4rem 1rem;margin:0;padding:0}.meta-list dt{font-weight:500;color:var(--fg-muted)}.meta-list dd{margin:0;color:var(--fg);word-break:break-word}