.gallery-container{position:relative;width:100%;height:100%;margin:0 auto;overflow:hidden;touch-action:pan-y pinch-zoom;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none}.gallery-wrapper{position:relative;width:100%;height:100%}.gallery-slides{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;touch-action:pan-y pinch-zoom}.gallery-slide{position:absolute;top:0;left:0;width:100%;height:100%;will-change:transform;touch-action:pan-y pinch-zoom;cursor:pointer;overflow:hidden}.gallery-image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block;-moz-user-select:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;transition:transform .3s ease}.gallery-slide:hover .gallery-image{transform:scale(1.05)}.zoom-indicator{position:absolute;bottom:10px;right:10px;background-color:#00000080;color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease,transform .3s ease;transform:scale(.8);pointer-events:none;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:5}.gallery-slide:hover .zoom-indicator{opacity:1;transform:scale(1)}@media(hover:none){.gallery-slide.active .zoom-indicator{opacity:1;transform:scale(1)}}.gallery-nav-button{position:absolute;top:50%;transform:translateY(-50%);background:#00000080;color:#fff;border:none;width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:2;display:flex;align-items:center;justify-content:center;font-size:20px;transition:all .2s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-nav-button:hover{background:#000000b3;transform:translateY(-50%) scale(1.1)}.gallery-nav-button.prev{left:10px}.gallery-nav-button.next{right:10px}.gallery-dots{position:absolute;bottom:15px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:2;padding:8px;background:#0000004d;border-radius:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.gallery-dot{width:8px;height:8px;border-radius:50%;background:#ffffff80;border:none;padding:0;cursor:pointer;transition:all .2s ease}.gallery-dot:hover{background:#fffc;transform:scale(1.2)}.gallery-dot.active{background:#8b5cf6;transform:scale(1.2)}@media(hover:none){.gallery-slide .gallery-image{filter:brightness(.98);transition:filter .2s ease}.gallery-slide.active .gallery-image{filter:brightness(1)}}@media(max-width:768px){.gallery-nav-button{width:36px;height:36px;font-size:18px}.gallery-nav-button.prev{left:5px}.gallery-nav-button.next{right:5px}.gallery-dots{bottom:10px;padding:6px}.gallery-dot{width:6px;height:6px}.zoom-indicator{width:36px;height:36px}}@media(hover:none){.gallery-nav-button,.gallery-dots{opacity:1;visibility:visible}}
