
.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.gallery-card{margin:0}.photo-open{display:block;position:relative;border-radius:10px;background:#e6e2d9;overflow:hidden}.photo-open img{width:100%;height:260px;object-fit:contain;display:block;transition:transform .3s}.photo-open:hover img{transform:scale(1.025)}.photo-open>span{position:absolute;right:12px;bottom:12px;background:#fff;color:#222;width:30px;height:30px;text-align:center;border-radius:50%}.album-count{font-size:12px;margin-top:25px}.album-more{border:1px solid var(--ink);background:transparent;padding:12px 24px;border-radius:30px;font-size:12px;min-height:48px}.photo-viewer{width:min(1100px,95vw);max-height:95dvh;background:#101216;color:#fff;border:1px solid #484a50;border-radius:16px;padding:20px}.photo-viewer::backdrop{background:#000d}.viewer-toolbar,.viewer-controls{display:flex;justify-content:space-between;align-items:center;gap:15px}.viewer-toolbar{font-size:12px;margin-bottom:15px}.photo-viewer img{width:100%;height:65dvh;object-fit:contain;display:block;touch-action:pan-y pinch-zoom}.photo-viewer button{border:1px solid #626570;background:#22262e;color:#fff;border-radius:30px;padding:12px 20px;min-height:46px;font-size:12px}.photo-viewer p{color:#ddd;font-size:12px;margin:12px 0}.viewer-controls{justify-content:center}.photo-viewer .photo-status{font-size:10px;min-height:18px}body:has(.photo-viewer[open]){overflow:hidden}@media(max-width:650px){.gallery-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.photo-open img{height:160px}.photo-viewer{width:100%;max-width:none;height:100dvh;max-height:100dvh;margin:0;border:0;border-radius:0;padding:14px;padding-bottom:max(14px,env(safe-area-inset-bottom))}.photo-viewer[open]{display:flex;flex-direction:column}.photo-viewer img{height:auto;min-height:0;flex:1}.viewer-controls{margin-top:auto}.viewer-controls button{min-width:120px}.photo-open>span{width:25px;height:25px;right:7px;bottom:7px}}
