.carousel-container,.carousel-item{position:relative;backdrop-filter:blur(10px);overflow:hidden}.carousel-container{border:1px solid var(--border);border-radius:24px;padding:16px 16px 8px;background:rgba(255,255,255,.2);width:100%;max-width:800px;aspect-ratio:16/10;margin:40px auto 0;--outer-r:24px;--p-distance:12px}.carousel-track{display:flex;transition:transform .5s cubic-bezier(.4, 0, .2, 1);cursor:grab;height:calc(100% - 50px)}.carousel-item:active,.carousel-track:active{cursor:grabbing}.carousel-item{display:flex;flex-shrink:0;border:1px solid var(--border);border-radius:calc(var(--outer-r) - var(--p-distance));background:rgba(255,255,255,.05);cursor:grab;transition:transform .3s,box-shadow .3s}.carousel-item:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.carousel-item-image{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.carousel-item-image img{width:100%;height:100%;object-fit:cover;display:block}.carousel-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%)}.carousel-item-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.8));padding:20px;z-index:2}.carousel-item-title{margin-bottom:4px;font-weight:700;font-size:18px;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.5)}.carousel-item-description{font-size:14px;color:rgba(255,255,255,.9);line-height:1.4;text-shadow:0 1px 2px rgba(0,0,0,.5)}.carousel-indicators-container{display:flex;width:100%;justify-content:center}.carousel-indicators{margin-top:8px;display:flex;width:150px;justify-content:space-between;padding:0 32px}.carousel-indicator{height:8px;width:8px;border-radius:50%;cursor:pointer;transition:.3s}.carousel-indicator.active{background-color:var(--primary);transform:scale(1.2)}.carousel-indicator.inactive{background-color:rgba(255,255,255,.4)}.carousel-indicator:hover{background-color:var(--primary-light);transform:scale(1.1)}.carousel-note{font-size:12px;color:var(--muted);margin-top:6px;text-align:center}.stats-pills{display:flex;justify-content:center;gap:12px;margin-top:6px;flex-wrap:nowrap;width:100%}.stat-pill{display:flex;flex-direction:row;align-items:center;min-width:auto;cursor:default;white-space:nowrap}.stat-pill-number{font-size:1rem;font-weight:700;color:#fff;line-height:1;margin-right:4px}.stat-pill-text{font-size:.875rem;color:#fff;font-weight:500;text-align:center;line-height:1.2}@media (max-width:768px){.carousel-container{padding:12px;margin:0 auto}.carousel-item-overlay{padding:16px}.carousel-item-title{font-size:16px}.carousel-item-description{font-size:13px}.carousel-indicators{width:120px;padding:0 24px}.carousel-note{margin-bottom:24px}.stats-pills{gap:8px;margin-top:4px}.stat-pill-number{font-size:.9rem}.stat-pill-text{font-size:.75rem}}@media (max-width:480px){.carousel-container{padding:8px}.carousel-item-overlay{padding:12px}.carousel-item-title{font-size:14px}.carousel-item-description{font-size:12px}.carousel-note{margin-bottom:16px}.stats-pills{gap:6px;margin-top:2px}.stat-pill-number{font-size:.8rem}.stat-pill-text{font-size:.7rem}}