.room-carousel{position:relative;width:100%;height:100%;min-height:160px;overflow:hidden;cursor:pointer;background:#f7f7f7}.room-carousel__track{display:flex;height:100%;transition:transform .34s cubic-bezier(.22,.61,.36,1);will-change:transform}.room-carousel__slide{position:relative;width:100%;min-height:160px;flex:0 0 100%}.room-carousel__slide img{object-fit:cover}.room-carousel__nav{position:absolute;top:50%;z-index:2;display:flex;width:28px;height:28px;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:rgb(255 255 255/88%);box-shadow:0 1px 4px rgb(0 0 0/12%);color:#343434;cursor:pointer;opacity:0;transform:translateY(-50%);transition:opacity .18s ease,background .18s ease}.room-carousel:hover .room-carousel__nav{opacity:1}.room-carousel__nav:hover{background:#fff}.room-carousel__nav--prev{left:6px}.room-carousel__nav--next{right:6px}.room-carousel__dots{position:absolute;right:0;bottom:8px;left:0;display:flex;justify-content:center;gap:4px;pointer-events:none}.room-carousel__dot{width:5px;height:5px;border-radius:50%;background:rgb(255 255 255/55%);transition:background .18s ease,transform .18s ease}.room-carousel__dot--active{background:#fff;transform:scale(1.3);box-shadow:0 0 2px rgb(0 0 0/30%)}.room-gallery-overlay{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;background:rgb(0 0 0/85%);backdrop-filter:blur(6px);animation:roomGalleryFadeIn .22s ease forwards}@keyframes roomGalleryFadeIn{0%{opacity:0}to{opacity:1}}.room-gallery{display:flex;width:95vw;max-width:960px;height:90vh;max-height:720px;flex-direction:column;border-radius:12px;background:#1a1a1a;overflow:hidden}.room-gallery__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;border-bottom:1px solid rgb(255 255 255/8%)}.room-gallery__title{margin:0;color:#fff;font-size:16px;font-weight:600}.room-gallery__counter{flex:1;color:rgb(255 255 255/50%);font-size:13px;text-align:right}.room-gallery__close{display:flex;width:36px;height:36px;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:rgb(255 255 255/8%);color:#fff;cursor:pointer;transition:background .18s ease}.room-gallery__close:hover{background:rgb(255 255 255/16%)}.room-gallery__viewer{position:relative;display:flex;flex:1;align-items:center;justify-content:center;min-height:0}.room-gallery__image-wrapper{position:relative;width:100%;height:100%}.room-gallery__arrow{position:absolute;top:50%;z-index:2;display:flex;width:44px;height:44px;align-items:center;justify-content:center;padding:0;border:none;border-radius:50%;background:rgb(255 255 255/10%);color:#fff;cursor:pointer;transform:translateY(-50%);transition:background .18s ease}.room-gallery__arrow:hover{background:rgb(255 255 255/20%)}.room-gallery__arrow--prev{left:12px}.room-gallery__arrow--next{right:12px}.room-gallery__thumbs{display:flex;gap:6px;padding:12px 16px 16px;border-top:1px solid rgb(255 255 255/8%);overflow-x:auto;-webkit-overflow-scrolling:touch}.room-gallery__thumb{position:relative;width:64px;height:48px;flex:0 0 64px;padding:0;border:2px solid transparent;border-radius:6px;overflow:hidden;cursor:pointer;opacity:.5;transition:opacity .18s ease,border-color .18s ease;background:none}.room-gallery__thumb:hover{opacity:.8}.room-gallery__thumb--active{opacity:1;border-color:#fff}.room-gallery__thumb img{object-fit:cover}@media (max-width:768px){.room-carousel__nav{display:none}.room-gallery{width:100vw;height:100vh;max-width:100vw;max-height:100vh;border-radius:0}.room-gallery__arrow{width:36px;height:36px}.room-gallery__thumb{width:52px;height:40px;flex:0 0 52px}}