.carousel-container{max-width:var(--container-lg);margin:0 auto 2rem;background:#fff0;border-radius:var(--space-3);box-shadow:var(--shadow-xl);overflow:hidden}.carousel{position:relative;width:100%;height:400px;overflow:hidden}.carousel-track{display:flex;height:100%;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;cursor:grab;gap:var(--space-6);scrollbar-width:none;-ms-overflow-style:none}.carousel-track::-webkit-scrollbar{display:none}.carousel-track:active{cursor:grabbing}.carousel-item{flex-shrink:0;height:100%;border-radius:var(--radius-md);overflow:hidden;box-shadow:var(--shadow-lg);display:flex;align-items:center;justify-content:center;background-color:none}.carousel-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#292929;border:none;border-radius:50%;width:var(--space-12);height:var(--space-12);cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#333;box-shadow:var(--shadow-lg)}.carousel-arrow:hover,.carousel-arrow:active{background:#292929}.carousel-arrow--left{left:var(--space-4)}.carousel-arrow--right{right:0}.carousel-arrow--hidden{opacity:0;pointer-events:none}.carousel-fade{position:absolute;top:0;bottom:0;width:100px;pointer-events:none;z-index:5;transition:opacity var(--transition-normal)}.carousel-fade--left{left:0;background:linear-gradient(to right,#000,#fff0)}.carousel-fade--right{right:0;background:linear-gradient(to left,#000,#fff0)}.carousel-fade--hidden{opacity:0}@media (max-width: 768px){.carousel:not([style*=height]){height:300px}.carousel-track{padding:var(--space-4);gap:var(--space-3)}.carousel-arrow{width:var(--space-10);height:var(--space-10)}.carousel-arrow--left{left:var(--space-2)}.carousel-arrow--right{right:var(--space-2)}}@media (max-width: 480px){.carousel:not([style*=height]){height:250px}.carousel-track{padding:var(--space-3);gap:var(--space-2)}}.carousel-item--loading{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.carousel-data{display:none}.gallery-carousel-wrapper,.carousel-wrapper{max-width:100%;min-width:0}.carousel{position:relative;width:100%;border-radius:12px;overflow:hidden}.gallery-carousel-wrapper .carousel{overflow:visible}.gallery-carousel-track{display:flex;transition:transform .36s cubic-bezier(.22,.9,.36,1);will-change:transform;touch-action:pan-y;height:100%;width:100%}.carousel-slide{width:100%;height:100%;flex-shrink:0;position:relative}.carousel-slide img{width:100%;height:100%;object-fit:cover;display:block;cursor:none}.gallery-carousel-wrapper .carousel-slide img,.gallery-carousel-wrapper .carousel-slide img:hover{cursor:none}.gallery-expand-cursor{position:fixed;width:80px;height:80px;background:#aae97d;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;color:#000;pointer-events:none;z-index:10000;transform:translate(-50%,-50%) scale(.3);opacity:0;transition:opacity .2s ease-in-out,transform .1s ease-in-out}.gallery-expand-cursor.visible{opacity:1;transform:translate(-50%,-58%) scale(1)}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff26;border:none;color:var(--white);width:40px;height:40px;border-radius:50%;cursor:pointer;z-index:5;display:flex;justify-content:center;align-items:center;transition:background .2s,transform .2s}.carousel-btn:hover{background:#fff3;transform:translateY(-50%) scale(1.05)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-btn.prev{left:10px}.carousel-btn.next{right:10px}.thumbnails{margin-top:12px;display:flex;gap:8px;justify-content:center;overflow-x:auto;padding:6px}.thumbnail{flex:0 0 auto;width:90px;height:60px;object-fit:cover;border-radius:6px;opacity:.6;cursor:pointer;border:2px solid transparent;transition:transform .16s,opacity .16s,border-color .16s}.thumbnail.active{opacity:1;transform:scale(1.06);border-color:#ffffffe6}.carousel-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background:#c9c9c91c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:99999;opacity:0;pointer-events:none;transition:opacity .26s cubic-bezier(.22,.9,.36,1)}.carousel-lightbox.is-open{opacity:1;pointer-events:auto;display:flex}.carousel-lightbox-inner{position:relative;width:100%;height:100%;max-width:95vw;max-height:95vh;display:flex;align-items:center;justify-content:center;gap:16px}.carousel-lightbox .lb-media{width:80vw;max-width:1400px;height:80vh;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:8px;will-change:transform,opacity}.carousel-lightbox .lb-media img{width:100%;height:100%;object-fit:contain;display:block;background-color:#000;transform:scale(.7);opacity:0;transition:transform .36s cubic-bezier(.22,.9,.36,1),opacity .22s ease;will-change:transform,opacity}.carousel-lightbox.is-open .lb-media img{transform:scale(1);opacity:1}.carousel-lightbox .lb-arrow{background:#ffffff26;border:none;color:#fff;width:48px;height:48px;border-radius:999px;cursor:pointer;font-size:18px;display:flex;align-items:center;justify-content:center}.carousel-lightbox .lb-prev{margin-right:8px}.carousel-lightbox .lb-next{margin-left:8px}.carousel-lightbox .lb-close{position:absolute;top:10px;right:10px;background:#2e2e2e;border:none;color:#fff;width:48px;height:48px;border-radius:999px;cursor:pointer;font-size:18px}.lb-clone{pointer-events:none;border-radius:12px;will-change:transform,top,left,width,height}@media (max-width: 720px){.carousel-lightbox .lb-media{width:92vw;height:72vh}.carousel-lightbox .lb-arrow{width:40px;height:40px}.carousel-lightbox .lb-close{width:40px;height:40px;top:8px;right:8px}}
