.gpu-3d-gallery-container{position:relative;width:100%;min-height:800px;background:var(--gpu-3d-bg);background:linear-gradient(135deg,var(--gpu-3d-bg) 0%,#1e293b 100%);border-radius:var(--gpu-3d-radius);overflow:hidden;margin:50px 0;padding:40px 20px;box-shadow:var(--gpu-3d-shadow);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif}.gpu-3d-carousel-section{position:relative;height:400px;perspective:1200px;margin-bottom:60px;overflow:visible}.gpu-3d-carousel-container{position:absolute;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.23,1,.32,1);display:flex;justify-content:center;align-items:center}.gpu-3d-carousel-item{position:absolute;width:300px;height:400px;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 15px 35px rgba(0,0,0,.3);transition:all .5s cubic-bezier(.23,1,.32,1);cursor:pointer;border:3px solid rgba(255,255,255,.1);transform-origin:center center -400px;transform-style:preserve-3d;backface-visibility:hidden}.gpu-3d-carousel-item::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,rgba(0,0,0,.1) 0%,rgba(0,0,0,.3) 100%);z-index:2;border-radius:16px}.gpu-3d-carousel-item.active{z-index:10;box-shadow:var(--gpu-3d-glow),0 25px 50px rgba(0,0,0,.4);transform:translateZ(80px) scale(1.1);border-color:var(--gpu-3d-nav)}.gpu-3d-carousel-media{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.gpu-3d-carousel-item:hover .gpu-3d-carousel-media{transform:scale(1.05)}.gpu-3d-carousel-title{position:absolute;bottom:20px;left:20px;right:20px;color:white;font-size:1.5rem;font-weight:700;text-shadow:2px 2px 4px rgba(0,0,0,.5);z-index:3;transform:translateY(10px);opacity:0;transition:all .3s ease}.gpu-3d-carousel-item.active .gpu-3d-carousel-title{transform:translateY(0);opacity:1}.gpu-3d-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;background:var(--gpu-3d-nav);color:white;border:none;border-radius:50%;font-size:24px;cursor:pointer;z-index:100;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 10px 20px rgba(0,0,0,.2)}.gpu-3d-nav-arrow:hover{background:var(--gpu-3d-nav-hover);transform:translateY(-50%) scale(1.1);box-shadow:0 15px 30px rgba(0,0,0,.3)}.gpu-3d-nav-prev{left:30px}.gpu-3d-nav-next{right:30px}.gpu-3d-preview-section{display:flex;min-height:500px;background:rgba(15,23,42,.8);border-radius:var(--gpu-3d-radius);overflow:hidden;box-shadow:var(--gpu-3d-shadow);margin-top:40px;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1)}.gpu-3d-preview-image{flex:0 0 var(--gpu-3d-preview-width);position:relative;overflow:hidden;background:#000;display:flex;align-items:center;justify-content:center}.gpu-3d-preview-image img,.gpu-3d-preview-image video{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.gpu-3d-preview-scroll-controls{position:absolute;right:20px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;gap:15px;z-index:10}.gpu-3d-scroll-btn{width:50px;height:50px;background:var(--gpu-3d-nav);color:white;border:none;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 8px 15px rgba(0,0,0,.2)}.gpu-3d-scroll-btn:hover{background:var(--gpu-3d-nav-hover);transform:scale(1.1)}.gpu-3d-preview-details{flex:0 0 var(--gpu-3d-details-width);padding:40px;color:white;overflow-y:auto;max-height:500px}.gpu-3d-preview-details h2{font-size:2.5rem;margin:0 0 20px;color:white;font-weight:800;line-height:1.2;background:linear-gradient(90deg,var(--gpu-3d-nav),#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.gpu-3d-preview-description{font-size:1.1rem;line-height:1.7;color:#cbd5e1;margin-bottom:30px}.gpu-3d-preview-meta{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}.gpu-3d-meta-item{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:.9rem}.gpu-3d-meta-item i{color:var(--gpu-3d-nav);font-size:1.2rem}.gpu-3d-preview-link{display:inline-block;padding:15px 35px;background:linear-gradient(90deg,var(--gpu-3d-nav),#ec4899);color:white;text-decoration:none;border-radius:30px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 10px 20px rgba(139,92,246,.3);text-align:center;margin-top:20px}.gpu-3d-preview-link:hover{transform:translateY(-3px);box-shadow:0 15px 30px rgba(139,92,246,.4)}.gpu-3d-auto-scroll-indicator{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:10px;color:#94a3b8;font-size:.9rem;z-index:10;background:rgba(0,0,0,.5);padding:8px 15px;border-radius:20px;backdrop-filter:blur(5px)}.gpu-3d-auto-scroll-indicator i{color:var(--gpu-3d-nav)}.gpu-3d-credit{text-align:center;color:#64748b;font-size:.9rem;margin-top:30px;padding-top:20px;border-top:1px solid rgba(255,255,255,.1)}.gpu-3d-credit a{color:var(--gpu-3d-nav);text-decoration:none;font-weight:600}.gpu-3d-credit a:hover{text-decoration:underline}@media (max-width:1200px){.gpu-3d-preview-section{flex-direction:column}.gpu-3d-preview-image,.gpu-3d-preview-details{flex:0 0 auto;width:100%}.gpu-3d-preview-image{height:400px}.gpu-3d-preview-details{padding:30px}}@media (max-width:768px){.gpu-3d-gallery-container{padding:20px 10px;min-height:600px}.gpu-3d-carousel-section{height:300px}.gpu-3d-carousel-item{width:200px;height:300px;transform-origin:center center -300px}.gpu-3d-nav-arrow{width:50px;height:50px;font-size:20px}.gpu-3d-nav-prev{left:10px}.gpu-3d-nav-next{right:10px}.gpu-3d-preview-image{height:300px}.gpu-3d-preview-details h2{font-size:2rem}.gpu-3d-scroll-btn{width:40px;height:40px;font-size:16px}}@media (max-width:480px){.gpu-3d-carousel-section{height:250px}.gpu-3d-carousel-item{width:160px;height:250px;transform-origin:center center -250px}.gpu-3d-preview-details{padding:20px}.gpu-3d-preview-details h2{font-size:1.8rem}.gpu-3d-preview-description{font-size:1rem}}