.lightbox-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:.75rem;margin-top:1.5rem}.lightbox-gallery-thumb{display:block;width:100%;padding:0;border:0;background:#fff0;border-radius:.45rem;overflow:hidden;cursor:pointer;box-shadow:0 8px 22px rgb(0 0 0 / .08);transition:transform 0.2s ease,box-shadow 0.2s ease}.lightbox-gallery-thumb:hover,.lightbox-gallery-thumb:focus-visible{transform:translateY(-2px);box-shadow:0 12px 28px rgb(0 0 0 / .14)}.lightbox-gallery-thumb:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.lightbox-gallery-thumb img{display:block;width:100%;height:auto}.lightbox-gallery-dialog{width:min(96vw, 1400px);max-width:96vw;padding:1rem;border:0;border-radius:.75rem;background:rgb(18 18 18 / .98);color:#f7f1eb}.lightbox-gallery-dialog::backdrop{background:rgb(0 0 0 / .84);backdrop-filter:blur(4px)}.lightbox-gallery-shell{display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:.75rem;align-items:center}.lightbox-gallery-nav,.lightbox-gallery-close{border:0;border-radius:999px;background:rgb(255 255 255 / .12);color:#fff;cursor:pointer;transition:background 0.2s ease,transform 0.2s ease}.lightbox-gallery-nav:hover,.lightbox-gallery-close:hover,.lightbox-gallery-nav:focus-visible,.lightbox-gallery-close:focus-visible{background:rgb(255 255 255 / .22);transform:scale(1.03);outline:none}.lightbox-gallery-nav{width:3rem;height:3rem;font-size:1.7rem;line-height:1}.lightbox-gallery-close{position:absolute;top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;font-size:1.35rem;line-height:1}.lightbox-gallery-stage{min-width:0;text-align:center}.lightbox-gallery-image{display:block;margin:0 auto;max-width:100%;max-height:calc(100vh - 10rem);width:auto;height:auto;object-fit:contain;border-radius:.4rem}.lightbox-gallery-meta{display:flex;justify-content:space-between;gap:1rem;align-items:center;margin-top:.75rem;font-size:.95rem;color:rgb(255 255 255 / .86)}.lightbox-gallery-meta a{color:#f1b0b0}.lightbox-gallery-meta a:hover{color:#fff}.lightbox-gallery-noscript{margin-top:1rem}.lightbox-gallery-mobile-controls{display:none}@media (max-width:800px){.lightbox-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:.55rem}.lightbox-gallery-dialog{width:100vw;max-width:100vw;min-height:100vh;border-radius:0;padding:.75rem .5rem 1rem}.lightbox-gallery-shell{grid-template-columns:1fr;gap:.5rem}.lightbox-gallery-stage{order:1}.lightbox-gallery-mobile-controls{order:2;display:flex;justify-content:center;gap:.75rem}.lightbox-gallery-image{max-height:calc(100vh - 12rem)}.lightbox-gallery-meta{flex-direction:column;align-items:flex-start;gap:.4rem}}