.carousel-container{height:470px;overflow:hidden;perspective:1200px}.carousel-container,.carousel-track{position:relative;width:100%;display:flex;align-items:center;justify-content:center}.carousel-track{height:100%;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.carousel-card{position:absolute;width:450px;height:350px;border-radius:16px;overflow:hidden;background:white;box-shadow:0 20px 40px rgba(0,0,0,.1);transition:all .6s cubic-bezier(.25,.46,.45,.94);cursor:pointer;transform-style:preserve-3d}.carousel-card.center{transform:translateX(0) scale(1) translateZ(0);z-index:3;filter:blur(0);opacity:1}.carousel-card.left{transform:translateX(-200px) scale(.85) translateZ(-100px) rotateY(15deg);z-index:1;filter:blur(2px);opacity:.7}.carousel-card.right{transform:translateX(200px) scale(.85) translateZ(-100px) rotateY(-15deg);z-index:1;filter:blur(2px);opacity:.7}.carousel-card.hidden-left{transform:translateX(-400px) scale(.7) translateZ(-200px) rotateY(25deg);z-index:0;filter:blur(4px);opacity:.3}.carousel-card.hidden-right{transform:translateX(400px) scale(.7) translateZ(-200px) rotateY(-25deg);z-index:0;filter:blur(4px);opacity:.3}.carousel-card.far-hidden{transform:translateX(0) scale(.5) translateZ(-300px);z-index:0;filter:blur(6px);opacity:0}.card-image{width:100%;height:180px;object-fit:cover;background:linear-gradient(135deg,#667eea,#764ba2)}.card-content{padding:24px;height:120px;display:flex;flex-direction:column;justify-content:space-between}.card-title{font-size:1.25rem;font-weight:700;color:#1f2937;margin-bottom:8px;line-height:1.3}.card-description{font-size:.875rem;color:#6b7280;line-height:1.4;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-tags{display:flex;gap:6px;margin-top:12px;flex-wrap:wrap}.card-tag{background:#f3f4f6;color:#374151;padding:4px 8px;border-radius:12px;font-size:.75rem;font-weight:500}.carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;box-shadow:0 4px 20px rgba(0,0,0,.1)}.carousel-nav:hover{background:rgba(0,0,0,.9);color:white;transform:translateY(-50%) scale(1.1);box-shadow:0 6px 25px rgba(0,0,0,.2)}.carousel-nav.prev{left:20px}.carousel-nav.next{right:20px}.carousel-nav svg{width:20px;height:20px}.carousel-indicators{position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);display:flex;gap:8px;z-index:5}.carousel-indicator{width:8px;height:8px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .3s ease}.carousel-indicator.active{background:#374151;transform:scale(1.2)}.carousel-indicator:hover{background:#6b7280}@media (max-width:768px){.carousel-container{height:400px}.carousel-card{width:300px;height:240px}.carousel-card.left,.carousel-card.right{transform:translateX(-150px) scale(.8) translateZ(-80px)}.carousel-card.right{transform:translateX(150px) scale(.8) translateZ(-80px)}.card-image{height:140px}.card-content{padding:16px;height:100px}}