.rrt-carousel-wrap{position:relative;max-width:100%;margin:0 auto}.rrt-carousel-container{overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(45,122,238,.3)transparent;-webkit-overflow-scrolling:touch;cursor:grab}.rrt-carousel-container:active{cursor:grabbing}.rrt-carousel-container::-webkit-scrollbar{height:8px}.rrt-carousel-container::-webkit-scrollbar-track{background:0 0}.rrt-carousel-container::-webkit-scrollbar-thumb{background:rgba(45,122,238,.3);border-radius:4px}.rrt-carousel-container::-webkit-scrollbar-thumb:hover{background:rgba(45,122,238,.5)}.rrt-carousel-track{display:flex;gap:.75rem;padding:.5rem 0}.rrt-carousel-item{flex:none;height:320px;border-radius:.5rem;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease}.rrt-carousel-item:hover{transform:translateY(-4px);box-shadow:0 4px 12px rgba(0,0,0,.15)}.rrt-carousel-item a{display:block;height:100%;text-decoration:none}.rrt-carousel-item img{height:320px;width:auto;display:block;object-fit:cover;user-select:none;border-radius:.5rem}.rrt-carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.95);border:1px solid rgba(0,0,0,.1);color:#333;width:2.5rem;height:2.5rem;border-radius:50%;font-size:1.8rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.15);transition:all .2s ease;z-index:10;padding:0}.rrt-carousel-btn:hover{background:#2d7aee;color:#fff;border-color:#2d7aee;box-shadow:0 4px 12px rgba(45,122,238,.3)}.rrt-carousel-prev{left:-1.25rem}.rrt-carousel-next{right:-1.25rem}.rrt-lb-backdrop{display:none;position:fixed;inset:0;z-index:9999;background:rgba(0,0,0,.88);align-items:center;justify-content:center;padding:1.5rem}.rrt-lb-backdrop.active{display:flex}.rrt-lb-img{max-width:90vw;max-height:88vh;border-radius:.75rem;box-shadow:0 8px 40px rgba(0,0,0,.5);object-fit:contain;display:block}.rrt-lb-close{position:fixed;top:1.2rem;right:1.5rem;background:rgba(255,255,255,.12);border:none;color:#fff;font-size:2rem;line-height:1;width:2.4rem;height:2.4rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.rrt-lb-close:hover{background:rgba(255,255,255,.24)}.rrt-lb-prev,.rrt-lb-next{position:fixed;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.12);border:none;color:#fff;font-size:1.8rem;width:2.8rem;height:2.8rem;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.rrt-lb-prev:hover,.rrt-lb-next:hover{background:rgba(255,255,255,.28)}.rrt-lb-prev{left:1rem}.rrt-lb-next{right:1rem}@media(max-width:768px){.rrt-carousel-btn{display:none}.rrt-carousel-item{height:240px}.rrt-carousel-item img{height:240px}}