.artifact-gallery{position:sticky;top:105px}.gallery-stage{position:relative;display:block;width:100%;padding:0;border:0;background:#102c26;cursor:zoom-in;overflow:hidden}.gallery-stage img{width:100%;aspect-ratio:4/3;object-fit:contain;transition:opacity .2s ease,transform .45s ease}.gallery-stage:hover img{transform:scale(1.025)}.gallery-zoom{position:absolute;right:14px;bottom:14px;background:rgba(10,30,25,.82);color:#fff;padding:7px 11px;font-size:.8rem;letter-spacing:.05em}.gallery-caption{display:flex;justify-content:space-between;gap:15px;min-height:42px;padding:10px 0;color:#45524e}.gallery-caption small{text-align:right;color:#78827f}.gallery-thumbs{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.gallery-thumb{padding:0;border:2px solid transparent;background:#fff;cursor:pointer;opacity:.7}.gallery-thumb img{width:100%;aspect-ratio:1;object-fit:cover}.gallery-thumb:hover,.gallery-thumb.active{opacity:1;border-color:#c5a15a}.gallery-count{font-size:.82rem;color:#66736f}.gallery-dialog{width:min(92vw,1200px);max-width:none;padding:45px 20px 20px;border:0;background:#0b1714;color:#fff}.gallery-dialog::backdrop{background:rgba(3,12,10,.9)}.gallery-dialog img{max-width:100%;max-height:78vh;margin:auto;object-fit:contain}.gallery-dialog p{text-align:center}.gallery-close{position:absolute;right:12px;top:8px;border:0;background:none;color:#fff;font-size:2rem;cursor:pointer}@media(max-width:800px){.artifact-gallery{position:static}.gallery-thumbs{grid-template-columns:repeat(5,minmax(55px,1fr));overflow-x:auto}.gallery-caption{display:block}}
