.admin-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem;list-style:none;margin:0;padding:0}.admin-gallery-card{border:1px solid var(--border,#ddd);border-radius:6px;padding:.5rem;background:var(--bg-secondary,#f9f9f9)}.admin-gallery-card__thumb{display:block;width:120px;height:120px;margin:0 auto .5rem;border-radius:4px;overflow:hidden;background:var(--bg,#fff)}.admin-gallery-card__thumb img{width:100%;height:100%;object-fit:cover;display:block}.admin-gallery-card__caption{font-size:.85rem;margin:0 0 .5rem;line-height:1.3;color:var(--text-secondary,#555);max-height:2.6em;overflow:hidden;text-overflow:ellipsis}.admin-gallery-card__delete{display:block;width:100%;padding:.35rem .5rem;font-size:.85rem;min-height:2.75rem;cursor:pointer;background:var(--error-bg,#fdd);color:var(--error,#c00);border:1px solid var(--error,#c00);border-radius:4px}.admin-gallery-card__delete:hover{background:var(--error,#c00);color:#fff}.gallery-section{margin-top:1.5rem}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(280px,100%),1fr));gap:1.25rem;list-style:none;margin:0;padding:0}.gallery-item{margin:0;padding:0;break-inside:avoid}.gallery-item__link{display:block;border-radius:8px;overflow:hidden;background:var(--bg-secondary,#f0f0f0);aspect-ratio:1}.gallery-item__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .2s ease}.gallery-item__link:focus .gallery-item__img,.gallery-item__link:hover .gallery-item__img{transform:scale(1.02)}.gallery-item__caption{margin:.5rem 0 0;font-size:.9rem;line-height:1.4;color:var(--text-secondary,#555)}.gallery-empty{margin:1rem 0;color:var(--text-secondary,#555)}@media (max-width:640px){.gallery-grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.gallery-item__caption{font-size:.8rem}}.gallery-viewer{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.92);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.gallery-viewer--open{opacity:1;visibility:visible}.gallery-viewer__close{position:absolute;top:1rem;right:1rem;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:1.75rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.gallery-viewer__close:focus-visible,.gallery-viewer__close:hover{background:rgba(255,255,255,.3);outline:2px solid #fff;outline-offset:2px}.gallery-viewer__main{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;min-height:0}.gallery-viewer__nav{flex-shrink:0;width:2.75rem;height:2.75rem;min-width:2.75rem;min-height:2.75rem;padding:0;border:none;background:rgba(255,255,255,.15);color:#fff;font-size:2rem;line-height:1;cursor:pointer;border-radius:50%;display:flex;align-items:center;justify-content:center}.gallery-viewer__nav:focus-visible,.gallery-viewer__nav:hover:not(:disabled){background:rgba(255,255,255,.3);outline:2px solid #fff;outline-offset:2px}.gallery-viewer__nav:disabled{opacity:.4;cursor:not-allowed}.gallery-viewer__img-wrap{flex:1;min-width:0;max-width:100%;max-height:100%;display:flex;align-items:center;justify-content:center}.gallery-viewer__img{max-width:100%;max-height:calc(100vh - 12rem);width:auto;height:auto;object-fit:contain;display:block}.gallery-viewer__caption{flex-shrink:0;margin:.75rem 0 0;padding:0 1rem;color:rgba(255,255,255,.9);font-size:1rem;text-align:center;line-height:1.4}.gallery-viewer__strip{flex-shrink:0;width:100%;max-width:100%;margin-top:1rem;padding:0 .5rem;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.gallery-viewer__strip-inner{display:flex;gap:.5rem;justify-content:center;padding:.25rem 0;min-width:min-content}.gallery-viewer__thumb{flex-shrink:0;width:4rem;height:4rem;padding:0;border:3px solid transparent;border-radius:4px;background:0 0;cursor:pointer;overflow:hidden;display:block}.gallery-viewer__thumb img{width:100%;height:100%;object-fit:cover;display:block}.gallery-viewer__thumb:focus-visible,.gallery-viewer__thumb:hover{border-color:rgba(255,255,255,.5);outline:0}.gallery-viewer__thumb--current{border-color:#fff;box-shadow:0 0 0 1px #fff}@media (max-width:768px){.gallery-viewer__nav{width:2.5rem;height:2.5rem;min-width:2.5rem;min-height:2.5rem;font-size:1.5rem}.gallery-viewer__strip-inner{justify-content:flex-start}}