:root{--gallery-primary: #2563eb;--gallery-bg: #111827;--gallery-border: #e2e8f0;--thumb-width: 110px;--aspect-ratio: 16 / 10}.gallery-wrapper{width:100%}.gallery-container{background:var(--gallery-bg);border-radius:.75rem;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a;margin-bottom:1rem}.gallery-main{position:relative;width:100%;aspect-ratio:var(--aspect-ratio);display:flex;align-items:center;justify-content:center}.gallery-main img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;background:#000}.video-wrapper{width:100%;height:100%}.video-wrapper iframe{width:100%;height:100%;border:none}.thumb-nav{display:flex;gap:.75rem;padding:10px 0;flex-wrap:wrap}.thumb-item{flex:0 0 var(--thumb-width);position:relative;cursor:pointer;transition:transform .2s ease}.thumb-item img,.tiktok-placeholder{width:100%;aspect-ratio:3 / 2;-o-object-fit:cover;object-fit:cover;border-radius:.5rem;border:3px solid transparent;opacity:.6;transition:all .3s ease}.tiktok-placeholder{display:flex;align-items:center;justify-content:center;background:#222;color:#fff;font-size:1.5rem}.thumb-item:hover img,.thumb-item:hover .tiktok-placeholder{opacity:1}.thumb-item img.active,.tiktok-placeholder.active{opacity:1;border-color:var(--gallery-primary);box-shadow:0 4px 6px -1px #2563eb66}.thumb-item:hover{transform:translateY(-2px)}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#2563ebe6;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;pointer-events:none;box-shadow:0 2px 4px #0000004d}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.custom-scrollbar::-webkit-scrollbar{height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#94a3b8}
