:root{font-family: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);min-height:100vh;margin:0 auto;padding:24px 16px 40px;background:#fff;color:#000}.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:24px;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:36px}.rooms-load-sentinel{height:1px}.room-card{position:relative;display:grid}.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}.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{width:calc((100% - 4px) / 2.35);min-width:calc((100% - 4px) / 2.35);height:100%;display:block;object-fit:cover;scroll-snap-align:start}.photo-strip__image:first-child{border-bottom-left-radius:22px;border-top-left-radius:22px}.photo-strip__image: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{min-height:100vh}.room-detail-layer{position:fixed;inset:0;z-index:10;display:flex;justify-content:center;overflow:hidden;background:#00000047}.room-detail-layer--opening{animation:detail-backdrop-in .56s cubic-bezier(.22,1,.36,1) both}.room-detail-layer--closing{animation:detail-backdrop-out .46s cubic-bezier(.4,0,.2,1) both}.room-detail-layer--closing-preview{animation:detail-backdrop-out .32s cubic-bezier(.4,0,.2,1) both}.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--opening,.room-detail--closing{transform-origin:top left;background:transparent;will-change:transform,clip-path,border-radius}.room-detail--opening{animation:detail-card-open .56s cubic-bezier(.22,1,.36,1) both}.room-detail--closing{animation:detail-card-close .46s cubic-bezier(.4,0,.2,1) both}.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--opening .room-detail__hero{background:transparent;animation:detail-hero-open .56s cubic-bezier(.22,1,.36,1) both}.room-detail--closing .room-detail__hero{background:transparent;animation:detail-hero-close .46s cubic-bezier(.4,0,.2,1) both}.room-detail__photos{width:100%;height:100%;background:#fff;display:flex;gap:2px;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.room-detail__photos::-webkit-scrollbar{display:none}.room-detail__photo-button{width:57.5%;min-width:57.5%;height:100%;display:block;padding:0;border:0;background:transparent;cursor:pointer;scroll-snap-align:start;-webkit-tap-highlight-color:transparent}.room-detail--opening .room-detail__photo-button{animation:detail-photo-open .56s cubic-bezier(.22,1,.36,1) both;will-change:width,min-width}.room-detail--closing .room-detail__photo-button{animation:detail-photo-close .46s cubic-bezier(.4,0,.2,1) both;will-change:width,min-width}.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 48px;border-radius:24px 24px 0 0;background:#fff}.room-detail--opening .room-detail__sheet{animation:detail-sheet-open .56s cubic-bezier(.22,1,.36,1) both;will-change:margin-top}.room-detail--closing .room-detail__sheet{animation:detail-sheet-close .46s cubic-bezier(.4,0,.2,1) both;will-change:margin-top}.room-detail__sheet h1{margin:0;color:#000;font-size:24px;font-weight:600;letter-spacing:0;line-height:1.18;text-align:center}.floor-plan{position:relative;margin:34px 0 0}.floor-plan__image{width:100%;display:block;object-fit:contain}.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}.floor-plan--measurement-visible .floor-plan__measurement{clip-path:inset(0)}.floor-plan__zoom{position:absolute;right:12px;bottom:12px}@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;grid-template-columns:68px minmax(0,1fr);align-items:center;gap:12px;color:inherit;text-decoration:none}.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}a.project-product{border-radius:16px;-webkit-tap-highlight-color:transparent}a.project-product:focus-visible{outline:2px solid #292c32;outline-offset:5px}@media(hover:hover){a.project-product:hover h4{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}}.room-detail--opening .room-detail__back,.room-detail--opening .room-detail__actions,.room-detail--opening .room-detail__counter{animation:detail-chrome-in .3s .12s cubic-bezier(.22,1,.36,1) both}.room-detail--closing .room-detail__back,.room-detail--closing .room-detail__actions,.room-detail--closing .room-detail__counter{animation:detail-chrome-out .14s ease both}.room-detail--opening .room-detail__sheet>*{animation:detail-content-in .36s .12s cubic-bezier(.22,1,.36,1) both}.room-detail--closing .room-detail__sheet>*{animation:detail-content-out .14s ease both}.photo-preview{position:fixed;inset:0;z-index:20;width:min(100%,430px);margin:0 auto;display:grid;grid-template-rows:168px 58vh 1fr;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:flex-start;justify-content:space-between;padding:12px 12px 0;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{width:100%;min-height:0;overflow:hidden;background:#fff;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}.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%;flex:0 0 100%;overflow:hidden}.photo-preview__image{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none}.photo-preview__thumbs{width:100%;min-width:0;display:flex;align-items:center;gap:10px;overflow-x:auto;overflow-y:hidden;padding:0 calc(50% - 37px);box-sizing:border-box;scrollbar-width:none;-webkit-overflow-scrolling:touch}.photo-preview__thumbs::-webkit-scrollbar{display:none}.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 .photo-strip,.room-card__title-placeholder{overflow:hidden;position:relative;background:#fff}.room-card--skeleton .photo-strip:after,.room-card__title-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(84%,310px);height:24px;margin:0 4px;border-radius:8px}@keyframes shimmer{to{transform:translate(100%)}}@keyframes detail-backdrop-in{0%{background:#0000}to{background:#00000047}}@keyframes detail-backdrop-out{0%{background:#00000047}to{background:#0000}}@keyframes detail-card-open{0%{clip-path:inset(0 0 var(--origin-clip-bottom, 0) 0 round 24px);border-radius:24px;box-shadow:0 18px 48px #00000038;transform:translate3d(var(--origin-x, 0),var(--origin-y, 0),0) scale(var(--origin-scale, 1))}to{clip-path:inset(0 0 0 0 round 0);border-radius:0;box-shadow:0 24px 80px #0003;transform:translateZ(0) scale(1)}}@keyframes detail-card-close{0%{clip-path:inset(0 0 0 0 round 0);border-radius:0;box-shadow:0 24px 80px #0003;transform:translateZ(0) scale(1)}to{clip-path:inset(0 0 var(--origin-clip-bottom, 0) 0 round 24px);border-radius:24px;box-shadow:0 18px 48px #00000038;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 detail-hero-open{0%{height:var(--origin-hero-height, var(--detail-hero-height));border-radius:24px}to{height:var(--detail-hero-height);border-radius:24px 24px 0 0}}@keyframes detail-hero-close{0%{height:var(--detail-hero-height);border-radius:24px 24px 0 0}to{height:var(--origin-hero-height, var(--detail-hero-height));border-radius:24px}}@keyframes detail-photo-open{0%{width:calc((100% - 4px) / 2.35);min-width:calc((100% - 4px) / 2.35)}to{width:57.5%;min-width:57.5%}}@keyframes detail-photo-close{0%{width:57.5%;min-width:57.5%}to{width:calc((100% - 4px) / 2.35);min-width:calc((100% - 4px) / 2.35)}}@keyframes detail-sheet-open{0%{margin-top:0}to{margin-top:-24px}}@keyframes detail-sheet-close{0%{margin-top:-24px}to{margin-top:0}}@keyframes detail-chrome-in{0%{opacity:0;transform:scale(.86)}to{opacity:1;transform:scale(1)}}@keyframes detail-chrome-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}@keyframes detail-content-in{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes detail-content-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}@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:first-child{border-bottom-left-radius:20px;border-top-left-radius:20px}.photo-strip__image: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{grid-template-rows:144px 56vh 1fr}.photo-preview__topbar{padding:60px 20px 0}.photo-preview__thumbs{gap:10px}}@media(prefers-reduced-motion:reduce){.room-detail-layer,.room-detail--opening,.room-detail--closing,.room-detail--closing-preview,.room-detail--opening .room-detail__hero,.room-detail--closing .room-detail__hero,.room-detail--opening .room-detail__photo-button,.room-detail--closing .room-detail__photo-button,.room-detail--opening .room-detail__sheet,.room-detail--closing .room-detail__sheet,.room-detail--opening .room-detail__back,.room-detail--opening .room-detail__actions,.room-detail--opening .room-detail__counter,.room-detail--closing .room-detail__back,.room-detail--closing .room-detail__actions,.room-detail--closing .room-detail__counter,.room-detail--opening .room-detail__sheet>*,.room-detail--closing .room-detail__sheet>*,.photo-preview,.photo-preview__track,.photo-preview__thumb,.photo-strip,.room-card--skeleton .photo-strip:after,.room-card__title-placeholder:after{animation:none;transition:none}}
