:root{font-family:Inter Variable,Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#000;background:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;margin:0;background:#fff}button{font:inherit}img{max-width:100%}.rooms-feed{width:min(100%,430px);height:100%;margin:0 auto;padding:24px 16px calc(127px + env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;background:#fff;color:#000;-webkit-overflow-scrolling:touch}.app-pages{position:relative;height:100%}.app-surface{position:absolute;inset:0}.app-surface--inactive{visibility:hidden;pointer-events:none}.bottom-navigation{position:fixed;right:0;bottom:0;left:0;z-index:8;width:min(100%,430px);min-height:calc(62px + env(safe-area-inset-bottom,0px));margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));padding:8px 4px max(10px,env(safe-area-inset-bottom,0px));border-top:1px solid #dedede;background:#fff}.bottom-navigation__item{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0 2px;border:0;background:transparent;color:#000;cursor:pointer;font-size:10px;font-weight:600;line-height:1.2;opacity:.4;-webkit-tap-highlight-color:transparent}.bottom-navigation__item--active{opacity:1}.bottom-navigation__item img{width:24px;display:block}.bottom-navigation__item:focus-visible{border-radius:12px;outline:2px solid #111111;outline-offset:-2px}.bottom-navigation__item:active{transform:scale(.97)}.rooms-feed__header{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 23px;padding:0 4px}.rooms-feed__header h1{margin:0;color:#292c32;font-size:26px;font-weight:600;letter-spacing:0;line-height:1.18}.search-button{width:44px;height:44px;display:grid;flex:0 0 44px;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;color:#000;cursor:pointer}.search-button img{width:28px;height:28px;display:block}.rooms-list{display:grid;gap:16px}.rooms-list--skeleton{transform:translateY(40px)}.rooms-list--ready{animation:rooms-list-enter .7s .12s cubic-bezier(.16,1,.3,1) both}.rooms-load-sentinel{position:absolute;top:0;left:0;width:1px;height:1px;pointer-events:none}.room-card{position:relative;isolation:isolate;display:grid;padding-bottom:16px;border-radius:24px}.room-card:before{content:"";position:absolute;z-index:-1;inset:0;border-radius:inherit;box-shadow:0 4px 12px #181c2014,0 18px 48px #181c2033;opacity:0;pointer-events:none;transition:opacity .21s linear .21s}.room-card--lifted{z-index:1}.room-card--lifted:before{opacity:1;transition:opacity .44s cubic-bezier(.22,1,.36,1)}.room-card__button{width:100%;display:grid;gap:18px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;font:inherit;text-align:left;-webkit-tap-highlight-color:transparent}.room-card__button:focus-visible{border-radius:24px;outline:2px solid #111111;outline-offset:8px}.room-card__button:active .photo-strip{transform:scale(.992)}.room-card__favorite{position:absolute;top:8px;right:8px;z-index:2;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.room-card__favorite .heart-icon{width:24px;height:24px;display:block;transition:transform .2s cubic-bezier(.22,1,.36,1)}.room-card__favorite:active .heart-icon{transform:scale(.88)}.room-card__favorite:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.room-card h2,.room-card__button h2{margin:0 4px;color:#000;font-size:18px;font-weight:500;letter-spacing:0;line-height:1.25}.room-card__content{display:grid;gap:8px;padding:0 4px}.room-card__subtitle{margin:0 4px;font-size:12px;font-weight:500;line-height:1.25;opacity:.5}.photo-strip{height:192px;display:flex;gap:2px;overflow-x:auto;overflow-y:hidden;border-radius:22px;background:#fff;scroll-snap-type:x proximity;scrollbar-width:none;transition:transform .2s ease;-webkit-overflow-scrolling:touch}.photo-strip::-webkit-scrollbar{display:none}.photo-strip__image-frame{position:relative;width:auto;min-width:0;height:100%;flex:0 0 auto;overflow:hidden;aspect-ratio:var(--photo-aspect-ratio, .75);background:#f0f1ef;scroll-snap-align:start}.photo-strip__image-frame:after{position:absolute;inset:0;content:"";background:linear-gradient(100deg,transparent 20%,rgba(255,255,255,.72) 48%,transparent 76%);animation:shimmer 1.45s infinite;transform:translate(-100%)}.photo-strip__image-frame--loaded:after{display:none}.photo-strip__image{width:100%;height:100%;display:block;opacity:0;object-fit:cover}.photo-strip__image-frame--loaded .photo-strip__image{opacity:1}.photo-strip__image-frame:first-child{border-bottom-left-radius:22px;border-top-left-radius:22px}.photo-strip__image-frame:last-child{border-bottom-right-radius:22px;border-top-right-radius:22px}.photo-strip--empty{display:grid;place-items:center;color:#8b9098;font-size:14px;font-weight:500}.app{position:relative;height:100vh;height:100dvh;overflow:hidden}.room-detail-layer{position:fixed;inset:0;z-index:10;display:flex;justify-content:center;overflow:hidden;background:transparent}.room-detail-layer:before{position:absolute;inset:0;content:"";background:#ffffff80;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:1;pointer-events:none}.room-detail-layer--opening:before{animation:detail-backdrop-in .5s cubic-bezier(.22,1,.36,1) both;will-change:opacity}.room-detail-layer--closing:before{animation:detail-backdrop-out .42s cubic-bezier(.4,0,.2,1) both;will-change:opacity}.room-detail-layer--closing-preview:before{animation:detail-backdrop-out .32s cubic-bezier(.4,0,.2,1) both;will-change:opacity}.room-detail-transition{position:relative;z-index:1;width:min(100%,430px);height:100dvh;min-height:100vh;overflow:hidden;isolation:isolate;transform-origin:top left;background:#fff}.room-detail-transition--opening{animation:detail-transition-open .5s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.room-detail-transition--closing{animation:detail-transition-close .42s cubic-bezier(.4,0,.2,1) both;pointer-events:none;will-change:opacity,transform}.room-detail-transition>.room-detail{position:absolute;inset:0;width:100%;margin:0}.room-detail{--detail-hero-height: 320px;position:relative;z-index:1;width:min(100%,430px);height:100dvh;min-height:100vh;margin:0 auto;overflow-x:hidden;overflow-y:auto;isolation:isolate;background:#fff;color:#000;overscroll-behavior:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.room-detail::-webkit-scrollbar{display:none}.room-detail--closing-preview{animation:room-detail-preview-close .32s cubic-bezier(.4,0,.2,1) both;pointer-events:none;will-change:opacity,transform}.room-detail__hero{position:relative;z-index:0;height:var(--detail-hero-height);overflow:hidden;border-radius:24px 24px 0 0;background:#fff}.edge-back-swipe-zone{position:absolute;top:0;bottom:0;left:0;z-index:1;width:24px;background:transparent;touch-action:none}.room-detail__photos{width:100%;height:100%;background:#fff;display:flex;gap:2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;-webkit-overflow-scrolling:touch;contain:paint}.room-detail__photos::-webkit-scrollbar{display:none}.room-detail__photo-button{width:auto;min-width:0;height:100%;flex:0 0 auto;display:block;aspect-ratio:var(--photo-aspect-ratio, .75);padding:0;border:0;background:transparent;cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always;-webkit-tap-highlight-color:transparent}.room-detail__photo-button:focus-visible{outline:2px solid #ffffff;outline-offset:-6px}.room-detail__photo{width:100%;height:100%;display:block;object-fit:cover}.room-detail__photos--empty{display:grid;place-items:center;color:#8b9098;font-size:15px;font-weight:500}.room-detail__back{position:absolute;top:12px;left:12px;z-index:2}.room-detail__actions{position:absolute;top:12px;right:12px;z-index:2;display:flex;gap:8px}.room-detail__back,.room-detail__action,.floor-plan__zoom{width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:#ffffff80;color:#000;cursor:pointer;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.room-detail__action:disabled{cursor:default;opacity:.55}.room-detail__back img,.room-detail__action img,.floor-plan__zoom img,.heart-icon{width:24px;height:24px;display:block;overflow:visible;fill:transparent;stroke:#000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.heart-icon--filled{fill:#e41d54;stroke:none}.heart-icon--overlay{fill:#00000080;stroke:#fff;filter:drop-shadow(0 0 2px rgba(0,0,0,.35))}.heart-icon--overlay.heart-icon--filled{fill:#e45b5b;stroke:#fff}.room-detail__counter{position:absolute;right:12px;bottom:36px;min-width:58px;height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;border:0;border-radius:999px;background:#ffffff80;color:#000;font-size:14px;font-weight:600;font-family:inherit;line-height:1;box-shadow:0 8px 20px #0000001a;backdrop-filter:blur(14px);cursor:pointer;transition:transform .2s cubic-bezier(.22,1,.36,1);-webkit-backdrop-filter:blur(14px);-webkit-tap-highlight-color:transparent}.room-detail__counter:active{transform:scale(.94)}.room-detail__counter:focus-visible{outline:2px solid #ffffff;outline-offset:2px}.room-detail__sheet{position:relative;z-index:2;min-height:calc(100dvh - var(--detail-hero-height) + 24px);margin-top:-24px;padding:24px 16px calc(64px + env(safe-area-inset-bottom,0px));border-radius:24px 24px 0 0;background:#fff}.room-detail__sheet h1{margin:0;color:#000;font-size:24px;font-weight:600;letter-spacing:0;line-height:1.18;text-align:center}.room-detail__subtitle{margin:8px 0 0;color:#00000080;font-size:14px;font-weight:500;line-height:1.25;text-align:center}.floor-plan{position:relative;margin:34px 0 0}.floor-plan__image{width:100%;display:block;object-fit:contain}.floor-plan__preview{width:100%;display:block;padding:0;border:0;background:transparent;cursor:zoom-in;-webkit-tap-highlight-color:transparent}.floor-plan__preview:focus-visible{outline:2px solid #292c32;outline-offset:4px}.floor-plan__comparison{position:relative}.floor-plan__measurement{position:absolute;inset:0;clip-path:inset(0 0 0 100%);transition:clip-path 1s cubic-bezier(.22,1,.36,1);will-change:clip-path;pointer-events:none}.floor-plan--measurement-visible .floor-plan__measurement{clip-path:inset(0);pointer-events:auto}.floor-plan__zoom{position:absolute;right:12px;bottom:12px;z-index:2}@media(prefers-reduced-motion:reduce){.floor-plan__measurement{transition-duration:.01ms}}.project-rooms{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px;margin:28px auto 0;padding:0 4px}.project-rooms__item{padding:0;border:0;background:transparent;color:#6f6f6f;font:inherit;font-size:16px;font-weight:500;line-height:1.25;letter-spacing:0;text-align:center;cursor:pointer;transition:color .18s ease,font-weight .18s ease}.project-rooms__item--active{color:#000;font-weight:700;cursor:default}.project-estimate{margin-top:32px;padding:32px 0;border-top:1px solid #00000030;border-bottom:1px solid #00000030}.project-estimate__header,.project-estimate__item{display:flex;align-items:baseline;justify-content:space-between;gap:16px}.project-estimate__header h2,.project-estimate__header strong,.project-estimate__item dt,.project-estimate__item dd{margin:0;color:#292c32;font-size:16px;line-height:1.28}.project-estimate__header h2,.project-estimate__header strong{font-size:18px;font-weight:700}.project-estimate__header strong,.project-estimate__item dd{flex:0 0 auto;text-align:right;white-space:nowrap}.project-estimate__list{display:grid;gap:8px;margin:16px 0 0}.project-estimate__item dt{min-width:0;font-weight:500}.project-estimate__item dd{font-weight:500}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.project-products{padding:30px 0 4px}.project-products__group+.project-products__group{margin-top:32px}.project-products__group h3{margin:0 4px 22px;color:#292c32;font-size:18px;font-weight:700;line-height:1.2}.project-products__list{display:grid;gap:24px}.project-product{display:grid;width:100%;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:12px;padding:0;border:0;background:transparent;color:inherit;font:inherit;text-align:left;text-decoration:none;cursor:pointer}.project-product__image{display:grid;width:64px;height:64px;overflow:hidden;place-items:center;border:1px solid #c8c8c8;border-radius:16px;background:#f7f7f7}.project-product__image img{width:100%;height:100%;display:block;object-fit:cover}.project-product__image span{width:24px;height:18px;border:1px solid #d6d6d6;border-radius:5px;background:#fff}.project-product__content{min-width:0}.project-product h4{display:-webkit-box;margin:0;overflow:hidden;color:#111;font-size:14px;font-weight:500;line-height:1.22;-webkit-box-orient:vertical;-webkit-line-clamp:2}.project-product__meta{display:flex;min-width:0;gap:10px;margin-top:6px;color:#777;font-size:14px;font-weight:400;line-height:1.2}.project-product__source{overflow:hidden;color:#a0a0a0;text-overflow:ellipsis;white-space:nowrap}.project-product{border-radius:16px;-webkit-tap-highlight-color:transparent}.project-product:focus-visible{outline:2px solid #292c32;outline-offset:5px}@media(hover:hover){.project-product:hover h4{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}}.product-sheet-backdrop{position:fixed;inset:0;z-index:30;display:flex;align-items:flex-end;justify-content:center;background:#ffffff80;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}.product-sheet-backdrop--open{animation:product-sheet-backdrop-in .24s ease both}.product-sheet-backdrop--closing{pointer-events:none;animation:product-sheet-backdrop-out .34s cubic-bezier(.4,0,.2,1) both}.product-sheet{width:min(100%,430px);height:min(70svh,800px);max-height:70vh;display:grid;grid-template-rows:minmax(0,1fr) auto auto;padding:16px 16px 20px;box-sizing:border-box;border-radius:32px 32px 0 0;background:#fff;color:#000;box-shadow:0 -8px 30px #1018281f;touch-action:none;transition:transform .28s cubic-bezier(.22,1,.36,1)}.product-sheet--opening{animation:product-sheet-in .34s cubic-bezier(.22,1,.36,1) both}.product-sheet--dragging{animation:none;transition:none;transform:translateY(var(--product-sheet-offset))}.product-sheet--closing{pointer-events:none;animation:product-sheet-out .34s cubic-bezier(.4,0,.2,1) both}.product-sheet__media{position:relative;min-height:0;display:grid;place-items:center;overflow:hidden;border-radius:24px;background:#fff;border:solid 1px #00000030}.product-sheet__media>img{width:100%;height:100%;min-width:0;min-height:0;align-self:stretch;justify-self:stretch;display:block;object-fit:contain;object-position:center}.product-sheet__image-placeholder{width:56px;height:42px;border:1px solid #d6d6d6;border-radius:10px;background:#fff}.product-sheet__close:focus-visible,.product-sheet__favorite:focus-visible,.product-sheet__cta:focus-visible{outline:2px solid #292c32;outline-offset:3px}.product-sheet__favorite{position:absolute;top:12px;right:12px;z-index:2}.product-sheet__details{padding:24px 8px 20px}.product-sheet__details h2,.product-sheet__details p{margin:0}.product-sheet__details h2{display:-webkit-box;overflow:hidden;font-size:20px;font-weight:500;letter-spacing:-.02em;line-height:1.12;-webkit-box-orient:vertical}.product-sheet__details p{margin-top:16px;color:#6d6d6d;font-size:20px;font-weight:400;line-height:1.15}.product-sheet__cta{min-height:72px;display:grid;place-content:center;gap:7px;margin:0 4px;padding:12px 24px;border-radius:999px;background:#22252a;color:#fff;text-align:center;text-decoration:none}.product-sheet__cta strong{font-size:16px;font-weight:700;line-height:1.1}.product-sheet__cta span{overflow:hidden;color:#989a9e;font-size:16px;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}@keyframes product-sheet-backdrop-in{0%{background:#fff0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}to{background:#ffffff80;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}}@keyframes product-sheet-backdrop-out{0%{background:#ffffff80;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px)}to{background:#fff0;backdrop-filter:blur(0);-webkit-backdrop-filter:blur(0)}}@keyframes product-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes product-sheet-out{0%{transform:translateY(var(--product-sheet-offset))}to{transform:translateY(100%)}}.photo-preview{position:fixed;inset:0;z-index:20;width:min(100%,430px);margin:0 auto;display:grid;grid-template-rows:64px minmax(0,1fr) calc(104px + env(safe-area-inset-bottom,0px));overflow:hidden;background:#fff;color:#000}.photo-preview--opening{animation:photo-preview-enter .38s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.photo-preview--closing{animation:photo-preview-exit .32s cubic-bezier(.4,0,.2,1) both;pointer-events:none;will-change:opacity,transform}.photo-preview__topbar{position:relative;z-index:2;display:flex;align-items:center;justify-content:space-between;height:64px;padding:12px;box-sizing:border-box;pointer-events:none}.photo-preview__back{width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent}.photo-preview__back img{width:24px;display:block}.photo-preview__counter{min-width:72px;height:40px;display:inline-flex;align-items:center;justify-content:flex-end;color:#000;font-size:17px;font-weight:600;line-height:1;padding-right:8px}.photo-preview__stage{position:relative;z-index:0;width:100%;min-height:0;overflow:hidden;background:#fff;cursor:grab;touch-action:none;user-select:none;-webkit-user-select:none}.photo-preview__stage--zooming{z-index:4;overflow:visible}.photo-preview__stage:active{cursor:grabbing}.photo-preview__track{height:100%;display:flex;gap:24px;will-change:transform;transition:transform .28s cubic-bezier(.22,1,.36,1)}.photo-preview__track--dragging,.photo-preview__track--instant{transition:none}.photo-preview__slide{width:100%;height:100%;min-width:0;min-height:0;flex:0 0 100%;display:grid;place-items:center;overflow:hidden}.photo-preview__slide--zooming{position:relative;z-index:5;overflow:visible}.photo-preview__image{width:100%;height:100%;min-width:0;min-height:0;display:block;object-fit:contain;object-position:center;pointer-events:none;transition:transform .18s ease-out;will-change:transform}.photo-preview__image--zooming{position:relative;z-index:6}.photo-preview__image--pinching{transition:none}.photo-preview__thumbs{width:100%;min-width:0;display:flex;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;height:calc(104px + env(safe-area-inset-bottom,0px));padding:24px calc(50% - 37px) calc(24px + env(safe-area-inset-bottom,0px));box-sizing:border-box;scrollbar-width:none;-webkit-overflow-scrolling:touch}.photo-preview__thumbs::-webkit-scrollbar{display:none}.photo-preview__segments{width:100%;height:calc(104px + env(safe-area-inset-bottom,0px));display:flex;align-items:flex-start;padding:24px 20px calc(24px + env(safe-area-inset-bottom,0px));box-sizing:border-box}.photo-preview__segmented-control{width:100%;height:56px;display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);gap:2px;padding:4px;box-sizing:border-box;border:1px solid #e6e6e6;border-radius:28px;background:#f5f5f5}.photo-preview__segmented-control button{min-width:0;padding:0 12px;border:0;border-radius:24px;background:transparent;color:#111;font:inherit;font-size:17px;font-weight:500;line-height:1;cursor:pointer;-webkit-tap-highlight-color:transparent}.photo-preview__segmented-control button.is-active{background:#fff;box-shadow:0 2px 7px #00000029}.photo-preview__segmented-control button:focus-visible{outline:2px solid #292c32;outline-offset:2px}.bookmarks-page__segments{margin-bottom:32px}.bookmarks-page__segmented-control{height:42px;padding:3px;border-radius:21px}.bookmarks-page__segmented-control button{border-radius:18px;font-size:14px}.bookmarks-page__panel>.project-products{padding-top:0}.bookmarks-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px 20px;color:#777;text-align:center}.bookmarks-empty .heart-icon{width:32px;height:32px;margin-bottom:18px;stroke:#777}.bookmarks-empty strong{color:#292c32;font-size:16px;font-weight:600}.bookmarks-empty p{max-width:270px;margin:8px 0 0;font-size:13px;line-height:1.45}.photo-preview__thumb{width:48px;height:56px;flex:0 0 48px;display:grid;place-items:center;overflow:hidden;padding:0;border:0;background:transparent;cursor:pointer;transition:width .42s cubic-bezier(.22,1,.36,1),flex-basis .42s cubic-bezier(.22,1,.36,1);-webkit-tap-highlight-color:transparent}.photo-preview__thumb img{width:100%;height:56px;box-sizing:border-box;display:block;object-fit:cover;border:2px solid transparent;border-radius:10px;background:#f4f4f4;opacity:.5;transition:opacity .42s cubic-bezier(.22,1,.36,1),border-color .42s cubic-bezier(.22,1,.36,1)}.photo-preview__thumb--active{width:74px;flex-basis:74px}.photo-preview__thumb--active img{border-color:#000;opacity:1}.feed-message{margin:0 4px;padding:18px 0;color:#5f6670}.feed-message strong{display:block;color:#292c32;font-size:18px;font-weight:600;line-height:1.25}.feed-message p{margin:8px 0 0;font-size:15px;line-height:1.45}.room-card--skeleton{gap:18px}.room-card--skeleton .photo-strip.photo-strip--skeleton{gap:2px;background:#fff}.room-card--skeleton .photo-strip,.room-card__title-placeholder,.room-card__subtitle-placeholder{overflow:hidden;position:relative;background:#f0f1ef}.room-card__title-placeholder:after,.room-card__subtitle-placeholder:after{position:absolute;inset:0;content:"";background:linear-gradient(90deg,transparent,rgba(255,255,255,.62),transparent);animation:shimmer 1.45s infinite;transform:translate(-100%)}.room-card__title-placeholder{width:min(42%,155px);height:22.5px;margin:0 4px;border-radius:8px}.room-card__subtitle-placeholder{width:min(62%,230px);height:15px;margin:0 4px;border-radius:6px}@keyframes shimmer{to{transform:translate(100%)}}@keyframes rooms-list-enter{0%{transform:translateY(40px)}to{transform:translateY(0)}}@keyframes detail-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes detail-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes detail-transition-open{0%{opacity:0;transform:translate3d(var(--origin-x, 0),var(--origin-y, 0),0) scale(var(--origin-scale, 1))}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes detail-transition-close{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(var(--origin-x, 0),var(--origin-y, 0),0) scale(var(--origin-scale, 1))}}@keyframes room-detail-preview-close{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(56px,0,0) scale(.985)}}@keyframes photo-preview-enter{0%{opacity:0;transform:translate3d(56px,0,0) scale(.985)}to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes photo-preview-exit{0%{opacity:1;transform:translateZ(0) scale(1)}to{opacity:0;transform:translate3d(56px,0,0) scale(.985)}}@media(min-width:480px){.rooms-feed{padding-right:20px;padding-left:20px}.photo-strip{height:188px}.room-detail{--detail-hero-height: 280px}}@media(max-width:360px){.rooms-feed{padding-right:14px;padding-left:14px}.rooms-feed__header h1{font-size:23px}.search-button img{width:30px;height:30px}.photo-strip{height:168px;border-radius:20px}.photo-strip__image-frame:first-child{border-bottom-left-radius:20px;border-top-left-radius:20px}.photo-strip__image-frame:last-child{border-bottom-right-radius:20px;border-top-right-radius:20px}.room-detail{--detail-hero-height: 240px}.room-detail__back{top:10px;left:10px;width:32px;height:32px}.room-detail__actions{top:10px;right:10px}.room-detail__counter{right:10px;bottom:10px;height:32px;min-width:58px;font-size:15px}.room-detail__sheet{padding-top:56px;border-radius:24px 24px 0 0}.photo-preview__thumbs{gap:10px}}@media(prefers-reduced-motion:reduce){.room-detail-layer,.room-detail-layer:before,.room-card:before,.room-detail-transition,.room-detail-transition>.room-detail,.room-detail--closing-preview,.photo-preview,.photo-preview__track,.photo-preview__thumb,.product-sheet-backdrop,.product-sheet,.rooms-list--ready,.photo-strip,.photo-strip__image-frame:after,.room-card__title-placeholder:after,.room-card__subtitle-placeholder:after{animation:none;transition:none}.rooms-list--skeleton{transform:none}}
