.image-viewer-overlay{z-index:1000;background:#000000eb;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.image-viewer-content{justify-content:center;align-items:center;width:100%;height:100%;padding:2rem;display:flex;position:relative}.image-viewer-close{color:#fff;cursor:pointer;z-index:1002;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;transition:background .2s;display:flex;position:fixed;top:1.5rem;right:1.5rem}.image-viewer-close:hover{background:#fff3}.image-viewer-nav{color:#fff;cursor:pointer;z-index:1002;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:2rem;transition:background .2s;display:flex;position:fixed;top:50%;transform:translateY(-50%)}.image-viewer-nav:hover{background:#fff3}.image-viewer-prev{left:1.5rem}.image-viewer-next{right:1.5rem}.image-viewer-image-container{flex-direction:column;align-items:center;max-width:90vw;max-height:90vh;display:flex}.image-viewer-image{object-fit:contain;border-radius:4px;max-width:100%;max-height:80vh;box-shadow:0 4px 20px #00000080}.image-viewer-caption{color:#fff;text-align:center;max-width:600px;margin-top:1.5rem;font-family:argent-cf,serif;font-size:1.1rem;line-height:1.6}@media (width<=768px){.image-viewer-content{padding:1rem}.image-viewer-close{width:44px;height:44px;top:1rem;right:1rem}.image-viewer-nav{width:50px;height:50px;font-size:1.5rem}.image-viewer-prev{left:1rem}.image-viewer-next{right:1rem}.image-viewer-image{max-height:75vh}.image-viewer-caption{margin-top:1rem;font-size:1rem}}
