: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%,460px);height:100%;margin:0 auto;padding:20px 16px calc(84px + env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;background:#fff;color:#000;-webkit-overflow-scrolling:touch}.rooms-feed--projects{padding-top:138px}.app-pages{position:relative;height:100%}.app-surface{position:absolute;inset:0}.app-surface--inactive{visibility:hidden;pointer-events:none}.home-page{width:min(100%,460px);height:100%;margin:0 auto;padding:max(24px,env(safe-area-inset-top,0px)) 0 0;overflow-x:hidden;overflow-y:auto;background:#fff;color:#292c32;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.home-page__header{display:grid;grid-template-columns:56px minmax(0,1fr) 28px;align-items:center;gap:16px;padding-left:12px;padding-right:28px}.home-page__logo{width:56px;height:56px;display:block;object-fit:contain}.home-page__brand{min-width:0}.home-page__brand h1,.home-page__brand p{margin:0}.home-page__brand h1{color:#1f2023;font-size:24px;font-weight:600;letter-spacing:-.02em;line-height:1.08;white-space:nowrap}.home-page__brand p{margin-top:6px;overflow:hidden;color:#929292;font-size:14px;font-weight:450;line-height:1.12;text-overflow:ellipsis;white-space:nowrap;letter-spacing:-.02em}.home-page__knowledge-icon{width:28px;height:28px;display:block}.home-page__knowledge-toggle{width:36px;height:36px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.home-page__knowledge-toggle:active{transform:scale(.96)}.home-page__knowledge-toggle:focus-visible{outline:2px solid #111111;outline-offset:2px}.knowledge-panel{position:relative;height:92px;margin-top:24px;overflow:visible;transition:height .56s cubic-bezier(.22,1,.36,1)}.knowledge-panel--expanded{height:var(--knowledge-expanded-height)}.knowledge-strip{position:absolute;inset:0;display:flex;flex-wrap:nowrap;gap:12px;padding:0 16px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scroll-padding-inline:16px;scroll-snap-type:x proximity;overscroll-behavior-x:contain;transform:translateZ(0);transition:transform .56s cubic-bezier(.22,1,.36,1);will-change:transform;-webkit-overflow-scrolling:touch}.knowledge-strip::-webkit-scrollbar{display:none}.knowledge-panel--expanded .knowledge-strip{flex-wrap:wrap;overflow:visible;scroll-snap-type:none}.knowledge-panel--returning .knowledge-strip{transform:translate3d(var(--knowledge-return-offset),0,0);transition:none}.knowledge-card{width:104px;height:92px;flex:0 0 104px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:14px 12px 12px;border:1px solid rgba(41,44,50,.34);border-radius:20px;background:linear-gradient(135deg,#fff3,#fff0),var(--knowledge-card-color);box-shadow:0 1px #292c322e;color:#fff;font:inherit;text-align:left;cursor:pointer;scroll-snap-align:start;transition:width .5s cubic-bezier(.22,1,.36,1),flex-basis .5s cubic-bezier(.22,1,.36,1)}.knowledge-card:focus-visible{outline:2px solid #111111;outline-offset:2px}.knowledge-card:active{transform:scale(.98)}.knowledge-panel--expanded .knowledge-card{width:calc((100% - 24px) / 3);min-width:0;flex-basis:calc((100% - 24px) / 3);scroll-snap-align:none}.knowledge-panel--expanded .knowledge-card:nth-child(n+4){animation:knowledge-card-row-reveal .36s cubic-bezier(.22,1,.36,1) both;animation-delay:var(--knowledge-card-reveal-delay)}@keyframes knowledge-card-row-reveal{0%{opacity:0;transform:translate3d(0,10px,0) scale(.98)}to{opacity:1;transform:translateZ(0) scale(1)}}.knowledge-card span{font-size:12px;font-weight:500;line-height:1.1;white-space:pre-line}.knowledge-card__icon{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.knowledge-detail-layer{position:fixed;inset:0;z-index:10;display:flex;justify-content:center;overflow:hidden;background:transparent}.knowledge-detail-layer:before{position:fixed;inset:0;background:#ffffff80;backdrop-filter:blur(3px);content:"";opacity:1;pointer-events:none;-webkit-backdrop-filter:blur(3px)}.knowledge-detail-layer--opening{pointer-events:none}.knowledge-detail-layer--opening:before{animation:detail-backdrop-in .5s cubic-bezier(.22,1,.36,1) both}.knowledge-detail-layer--closing{pointer-events:none}.knowledge-detail-layer--closing:before{animation:detail-backdrop-out .4s cubic-bezier(.4,0,.2,1) both}.knowledge-detail{position:relative;z-index:1;width:min(100%,460px);height:100vh;height:100dvh;min-height:100vh;overflow:hidden;isolation:isolate;background:#fff;color:#000;transform-origin:top left}.knowledge-detail--opening{animation:knowledge-detail-open .5s cubic-bezier(.22,1,.36,1) both;will-change:border-radius,opacity,transform}.knowledge-detail--closing-origin{animation:detail-transition-close .42s cubic-bezier(.4,0,.2,1) both;will-change:opacity,transform}.knowledge-detail--closing-edge{animation:detail-transition-edge-close .4s cubic-bezier(.4,0,.2,1) both;box-shadow:-12px 0 28px #0f172a14;will-change:opacity,transform}@keyframes detail-transition-edge-close{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(calc(50vw + 50%),0,0)}}@keyframes knowledge-detail-open{0%{border-radius:var(--knowledge-origin-radius, 32px);box-shadow:0 8px 24px #0f172a2e;opacity:.35;transform:translate3d(var(--origin-x, 0),var(--origin-y, 0),0) scale(var(--origin-scale, 1))}16%{opacity:1}55%{border-radius:32px;box-shadow:0 6px 18px #0f172a1f}to{border-radius:0;box-shadow:none;opacity:1;transform:translateZ(0) scale(1)}}.knowledge-detail__header{position:absolute;top:0;right:0;left:0;z-index:2;height:64px;display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid transparent;background:#fff;transition:border-color .16s ease-out}.knowledge-detail__header--scrolled{border-bottom-color:#dedede}.knowledge-detail__mini-title{position:absolute;top:50%;left:50%;max-width:calc(100% - 144px);overflow:hidden;color:#000;font-size:15px;font-weight:600;line-height:1.2;opacity:0;text-overflow:ellipsis;transform:translate(-50%,calc(-50% + 4px));transition:opacity .16s ease-out,transform .16s ease-out;white-space:nowrap;pointer-events:none}.knowledge-detail__mini-title--visible{opacity:1;transform:translate(-50%,-50%)}.knowledge-detail__search{flex:0 0 40px}.knowledge-detail__scroller{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.knowledge-detail__scroller::-webkit-scrollbar{display:none}.knowledge-detail__content{min-height:calc(100dvh + 120px);padding:84px 16px 40px}.knowledge-detail__content h1{margin:0;color:#000;font-size:24px;font-weight:600;letter-spacing:0;line-height:1.18}.knowledge-detail__content p{margin:16px 0 0;color:#0000008f;font-size:16px;font-weight:400;line-height:1.45}.home-feed{position:relative;margin-top:24px;padding:16px 16px calc(84px + env(safe-area-inset-bottom,0px));border:1px solid #dedede;border-bottom:0;border-radius:36px 36px 0 0;background:#fff}.home-feed:before{position:absolute;inset:0;border-radius:inherit;box-shadow:0 9px 24px #0f172a33;clip-path:inset(-32px -32px 0 -32px);content:"";pointer-events:none;-webkit-clip-path:inset(-32px -32px 0 -32px)}.home-feed__floating-header{position:absolute;top:0;right:0;left:0;z-index:4;width:min(100%,460px);margin:0 auto;padding:20px 16px 12px;overflow:hidden;background:#fff;opacity:1;pointer-events:none;visibility:hidden;transform:translate3d(0,-100%,0);transition:transform .72s cubic-bezier(.22,1,.36,1),opacity .28s ease,visibility 0s linear .72s;will-change:transform,opacity}.home-feed__floating-header--visible{pointer-events:auto;visibility:visible;transform:translateZ(0);transition-delay:0s}.home-feed__floating-header--hidden-fade{opacity:0;visibility:hidden;transform:translateZ(0);transition:opacity .28s ease,visibility 0s linear .28s}.home-feed__floating-header--hidden-instant{transition:none}.home-feed__floating-header--inactive{pointer-events:none;visibility:hidden}.home-feed__header{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 4px}.home-feed__header h2{margin:0;color:#292c32;font-size:24px;font-weight:600;letter-spacing:-.025em;line-height:1.18}.home-feed__static-header>.project-filters,.home-feed__floating-header>.project-filters{margin:12px -16px 0}.home-feed__content{margin-top:28px}.project-intro-flow{margin-top:24px}.project-intro{position:relative;z-index:1;margin:0 16px;padding:14px 16px;border:1px solid #292c32;border-radius:24px;background:#fff;box-shadow:0 6px 15px #1a1c2012;cursor:pointer}.project-intro__content{padding:4px}.project-intro__heading{display:flex;align-items:center;justify-content:space-between;gap:16px}.project-intro__heading p{margin:0;color:#b9b9b9;font-size:16px;font-weight:500;letter-spacing:-.02em;line-height:1.2}.project-intro__heading img{width:24px;height:24px;flex:0 0 24px;display:block}.project-intro__content h2{margin:10px 0 12px;color:#292c32;font-size:20px;font-weight:650;letter-spacing:-.02em;line-height:1.16}.project-intro__button{width:100%;height:48px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 20px;border:0;border-radius:13px;background:#3b3836;color:#fff;cursor:pointer;font-size:16px;font-weight:400;line-height:1}.project-intro__button img{width:24px;height:24px;display:block;filter:brightness(0) invert(1)}.project-intro__button:focus-visible{outline:2px solid #292c32;outline-offset:3px}.project-intro__connector{width:calc(100% - 32px);height:56px;display:block;margin:0 16px;overflow:visible;color:#c8c8c8}.project-intro__connector path{fill:none;stroke:currentColor;stroke-width:2;stroke-dasharray:8 8;stroke-linecap:butt;vector-effect:non-scaling-stroke}.project-intro__outcomes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:-1px 16px 0}.project-outcome{min-width:0;height:84px;padding:12px 14px;border:1px solid #ededed;border-radius:24px;background:#fff;box-shadow:0 6px 15px #1a1c2012}.project-outcome__heading{display:flex;align-items:center;justify-content:space-between;gap:10px}.project-outcome__heading h3{min-width:0;margin:0;color:#a9a9a9;font-size:18px;font-weight:600;letter-spacing:-.02em;line-height:1.1}.project-outcome__heading img{width:24px;height:24px;flex:0 0 24px;display:block;opacity:.34}.project-outcome__placeholder{display:flex;gap:5px;margin-top:12px}.project-outcome__placeholder span{height:8px;flex:1 1 auto;border-radius:999px;background:#dedede}.project-outcome__placeholder--budget span:nth-child(1){flex-grow:1.9}.project-outcome__placeholder--budget span:nth-child(2){flex-grow:1}.project-outcome__placeholder--budget span:nth-child(3){flex-grow:.55}.project-outcome__placeholder--budget span:nth-child(4){flex:0 0 8px}.repair-plan{position:relative;margin:24px 16px 0;padding:20px 20px 18px;overflow:hidden;border:1px solid #dedede;border-radius:24px;background:#fff;box-shadow:0 6px 15px #1a1c2012}.repair-plan__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.repair-plan__heading h2{min-width:0;margin:0;color:#1f2023;font-size:20px;font-weight:650;letter-spacing:-.035em;line-height:1.1;white-space:nowrap}.repair-plan__heading h2 span{margin-left:5px;color:#b5b5b7;font-weight:600}.repair-plan__heading>img{width:24px;height:24px;flex:0 0 24px;display:block}.repair-plan__progress{height:8px;margin-top:18px;overflow:hidden;border-radius:999px;background:#dedede}.repair-plan__progress span{height:100%;display:block;border-radius:inherit;background:#22252a}.repair-plan__stages{position:relative;margin:17px -20px 0;overflow:hidden;color:#1f2023;white-space:nowrap}.repair-plan__stages--first:before{display:none}.repair-plan__stages--last:after{display:none}.repair-plan__stage-viewport{width:100%;overflow-x:auto;overflow-y:hidden;padding:0 20px;pointer-events:none;scrollbar-width:none}.repair-plan__stage-viewport::-webkit-scrollbar{display:none}.repair-plan__stage-track{width:max-content;min-width:100%;display:flex;align-items:center;gap:10px}.repair-plan__stage-item{flex:0 0 auto;display:inline-flex;align-items:center;gap:10px}.repair-plan__open{position:absolute;z-index:3;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.repair-plan__open:focus-visible{outline:2px solid #292c32;outline-offset:3px}.repair-plan__stages:before,.repair-plan__stages:after{position:absolute;z-index:2;top:-2px;bottom:-2px;width:36px;content:"";pointer-events:none}.repair-plan__stages:before{left:0;background:linear-gradient(90deg,#fff 20%,#fff0)}.repair-plan__stages:after{right:0;background:linear-gradient(270deg,#fff 20%,#fff0)}.repair-plan__stage{flex:0 0 auto;font-size:16px;font-weight:650;letter-spacing:-.025em;line-height:1}.repair-plan__stage--muted{color:#d7d7d8;font-weight:600}.repair-plan__stage-item img{width:18px;height:18px;flex:0 0 18px;display:block;opacity:.34;transform:rotate(180deg)}.rooms-feed-page,.bookmarks-surface{width:min(100%,460px);height:100%;margin:0 auto;overflow:hidden;background:#fff}.rooms-feed-page>.rooms-feed,.bookmarks-surface>.rooms-feed{width:100%;margin:0}.bottom-navigation{position:fixed;right:0;bottom:0;left:0;z-index:8;width:min(100%,460px);min-height:calc(62px + env(safe-area-inset-bottom,0px));margin:0 auto;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:8px 4px max(10px,env(safe-area-inset-bottom,0px));border-top:1px solid #dedede;background:#fff;transform:translateZ(0);transition:transform .72s cubic-bezier(.22,1,.36,1);will-change:transform}.bottom-navigation--hidden{transform:translate3d(0,100%,0)}.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 16px;padding:0 4px}.rooms-feed__sticky-header{position:absolute;top:0;right:0;left:0;z-index:4;box-sizing:border-box;margin:0;padding:20px 16px 0;overflow:hidden;background:#fff;transform:translateZ(0);transition:transform .72s cubic-bezier(.22,1,.36,1);will-change:transform}.rooms-feed__sticky-header--hidden{transform:translate3d(0,-100%,0)}.rooms-feed__sticky-header-main{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 4px;background:#fff}.rooms-feed__secondary{position:relative;height:54px}.rooms-feed__secondary-inner{position:absolute;top:12px;right:0;left:0;height:34px;margin-right:-16px;margin-left:-16px;overflow:hidden}.rooms-feed__header h1,.rooms-feed__sticky-header-main h1{margin:0;color:#292c32;font-size:26px;font-weight:600;letter-spacing:0;line-height:1.18}.rooms-feed.profile-page{padding:0;overflow:hidden}.profile-page__header{position:absolute;top:0;right:0;left:0;z-index:4;box-sizing:border-box;min-height:64px;margin:0;padding:20px 20px 0;border-bottom:1px solid transparent;background:#fff}.profile-page__scroll{width:100%;height:100%;padding:64px 16px calc(84px + env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.profile-page__header--scrolled{border-bottom-color:#dedede}.profile-page__actions{display:flex;flex:0 0 auto;align-items:center;gap:16px}.profile-page__action{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.profile-page__action img{width:28px;height:28px;display:block}.profile-page__action:focus-visible{outline:2px solid #111111;outline-offset:-2px}.profile-page__action:active{transform:scale(.97)}.profile-page__identity{display:flex;flex-direction:column;align-items:center;margin-top:20px;text-align:center}.profile-page__avatar{width:100px;height:100px;display:block;flex:0 0 100px;border:1px solid #d7d7d7;border-radius:50%;object-fit:cover}.profile-page__identity-copy{width:min(240px,100%);margin-top:18px}.profile-page__name{width:100%;margin:0;overflow:hidden;color:#000;font-size:24px;font-weight:600;letter-spacing:-.025em;line-height:1.15;text-overflow:ellipsis;white-space:nowrap}.profile-page__provider{margin:8px 0 0;color:#929292;font-size:16px;font-weight:450;line-height:1.25}.profile-page__cards{display:grid;gap:16px;margin:28px 0 0}.profile-page__install-card,.profile-page__subscription-card,.profile-page__services-card,.profile-page__quick-card{position:relative;padding:18px 16px;overflow:hidden;border-radius:24px;box-shadow:0 6px 15px #1a1c2012}.profile-page__install-card{border:1px solid #dedede;background:#fff}.profile-page__install-icon{position:absolute;top:16px;right:16px;width:24px;height:24px;display:block;pointer-events:none}.profile-page__install-card h2{margin:0;color:#1f2023;font-size:18px;font-weight:650;letter-spacing:-.035em;line-height:1.1}.profile-page__install-card p{margin:10px 0 0;color:#929292;font-size:14px;font-weight:450;line-height:1.25}.profile-page__subscription-card{border:1px solid rgba(17,17,17,.82);background:linear-gradient(135deg,#fff3,#fff0),#2b2724;color:#fff}.profile-page__subscription-icon{position:absolute;top:16px;right:16px;width:24px;height:24px;display:block;pointer-events:none}.profile-page__subscription-card h2{margin:0;padding-right:36px;font-size:18px;font-weight:550;letter-spacing:-.025em;line-height:1.1}.profile-page__subscription-card p{margin:10px 0 0;color:#ffffff7a;font-size:14px;font-weight:450;line-height:1.25}.profile-page__quick-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.profile-page__quick-card{min-width:0;border:1px solid #dedede;background:#fff}.profile-page__quick-card-icon{position:absolute;top:16px;right:16px;width:24px;height:24px;display:block;pointer-events:none}.profile-page__quick-card h2{margin:0;padding-right:28px;color:#1f2023;font-size:18px;font-weight:550;letter-spacing:-.03em;line-height:1.05}.profile-page__quick-card p{margin:10px 0 0;color:#929292;font-size:14px;font-weight:450;line-height:1.25}.profile-page__services-card{border:1px solid #dedede;background:#fff}.profile-page__services-icon{position:absolute;top:16px;right:16px;width:24px;height:24px;display:block;pointer-events:none}.profile-page__services-card h2{margin:0;padding-right:36px;color:#1f2023;font-size:18px;font-weight:550;letter-spacing:-.03em;line-height:1.1}.profile-page__services-card>p{margin:10px 0 0;color:#929292;font-size:14px;font-weight:450;line-height:1.25}.profile-page__services-list{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin:12px -4px -4px;padding:0;list-style:none}.profile-page__services-list li{min-width:0;min-height:72px;display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;padding:10px 8px;border:1px solid #dedede;border-radius:16px;color:#777}.profile-page__service-item-icon{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.profile-page__services-list span{overflow-wrap:anywhere;font-size:10px;font-weight:500;letter-spacing:-.02em;line-height:1.05}.profile-page__install-open{position:absolute;z-index:1;inset:0;width:100%;height:100%;padding:0;border:0;border-radius:inherit;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.profile-page__install-open:focus-visible{outline:2px solid #292c32;outline-offset:3px}.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}.project-filters{display:flex;gap:8px;margin:0;padding:0 16px;overflow-x:auto;scrollbar-width:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch}.project-filters::-webkit-scrollbar{display:none}.project-filter{height:34px;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;padding:8px 12px;border:0;border-radius:999px;background:#f0f1ef;color:#000;cursor:pointer;font:inherit;font-size:12px;font-weight:400;line-height:18px;white-space:nowrap;-webkit-tap-highlight-color:transparent}.project-filter img{width:18px;height:18px;display:block}.project-filter:active{transform:scale(.97)}.project-filter:focus-visible{outline:2px solid #111111;outline-offset:2px}.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{display:flex;flex-wrap:wrap;gap:12px;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--compact-portrait .photo-strip__image-frame{flex-grow: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:fixed;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-transition{position:relative;z-index:1;width:min(100%,460px);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{pointer-events:none;will-change:opacity,transform}.room-detail-transition--closing-origin{animation:detail-transition-close .42s cubic-bezier(.4,0,.2,1) both}.room-detail-transition--closing-edge{animation:detail-transition-edge-close .4s cubic-bezier(.4,0,.2,1) both;box-shadow:-12px 0 28px #0f172a14}.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%,460px);height:100dvh;min-height:100vh;margin:0 auto;overflow:hidden;isolation:isolate;background:#fff;color:#000}.room-detail__scroller{width:100%;height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:none;scrollbar-width:none;-webkit-overflow-scrolling:touch}.room-detail__scroller::-webkit-scrollbar{display:none}.room-detail__hero{position:relative;z-index:0;height:var(--detail-hero-height);overflow:hidden;border-radius:24px 24px 0 0;background:#fff}.room-detail__header{position:absolute;top:0;right:0;left:0;z-index:4;width:100%;height:64px;margin-bottom:-64px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:transparent;pointer-events:none;transition:background-color .18s ease-out}.room-detail__header--filled{background-color:#fff;border-bottom:1px solid #e6e6e6}.room-detail__action--photo{transition:opacity .16s ease-out,transform .16s ease-out,visibility 0s linear}.room-detail__header--photo-action-hidden .room-detail__action--photo{visibility:hidden;opacity:0;transform:scale(.88);pointer-events:none;transition:opacity .16s ease-out,transform .16s ease-out,visibility 0s linear .16s}.room-detail__hero-whiteout{position:absolute;z-index:3;inset:0;background:#fff;opacity:0;pointer-events:none;will-change:opacity}.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__photos--compact-portrait .room-detail__photo-button{flex-grow:1}.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{pointer-events:auto}.room-detail__actions{display:flex;gap:8px;pointer-events:auto}.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;container-type:inline-size;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{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin:8px 0 0;padding:0 0 24px;border-bottom:1px solid #00000030;color:#00000080;font-size:14px;font-weight:500;list-style:none;line-height:1.25;text-align:center}.room-detail__subtitle-button{padding:0;border:0;background:transparent;color:inherit;font:inherit;cursor:pointer;-webkit-tap-highlight-color:transparent}.room-detail__subtitle-button:focus-visible{border-radius:3px;outline:2px solid currentColor;outline-offset:3px}@media(hover:hover){.room-detail__subtitle-button:hover{color:#000000c7}}.room-detail__description{padding:24px 0;border-bottom:1px solid #00000030}.room-detail__description-text{margin:0;color:#0000008f;font-size:16px;font-weight:400;line-height:1.45;white-space:pre-line}.room-detail__description-clip{overflow:hidden;transition:height .32s cubic-bezier(.22,1,.36,1)}.room-detail__description-text--collapsed{display:-webkit-box;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:4}.room-detail__description-toggle{width:100%;min-height:48px;margin-top:20px;padding:10px 16px;border:0;border-radius:12px;background:#f0f0f0;color:#000;font:inherit;font-size:15px;font-weight:500;cursor:pointer;-webkit-tap-highlight-color:transparent}.room-detail__description-toggle:active{background:#e8e8e8}.room-detail__description-toggle:focus-visible{outline:2px solid #292c32;outline-offset:2px}.floor-plan-section{margin:34px 0 0;scroll-margin-top:64px}.floor-plan__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.room-detail__sheet .floor-plan__header h2{margin:0;color:#292c32;font-size:20px;font-weight:600;line-height:1.2}.floor-plan__toggle{position:relative;width:132px;height:30px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;padding:2px;border:1px solid #e6e6e6;border-radius:15px;background:#f5f5f5;color:#111;font:inherit;font-size:13px;font-weight:500;line-height:1;cursor:pointer;isolation:isolate;-webkit-tap-highlight-color:transparent}.floor-plan__toggle:before{position:absolute;z-index:-1;top:2px;bottom:2px;left:2px;width:calc(50% - 3px);border-radius:13px;background:#fff;box-shadow:0 1px 4px #00000029;content:"";transition:transform .22s cubic-bezier(.22,1,.36,1)}.floor-plan__toggle--after:before{transform:translate(calc(100% + 2px))}.floor-plan__toggle:focus-visible{outline:2px solid #292c32;outline-offset:2px}.floor-plan{position:relative;margin:24px 0 0;min-height:208px}.floor-plan__image{width:100%;max-height:320px;display:block;object-fit:contain}.floor-plan__preview{width:100%;display:block;padding:0;border:0;background:transparent;cursor:zoom-in;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.floor-plan__preview:focus-visible{outline:2px solid #292c32;outline-offset:4px}.floor-plan__comparison{position:relative}.floor-plan--pinching .floor-plan__comparison,.floor-plan--pinching .floor-plan__zoom{opacity:0}.floor-plan-pinch-overlay{position:fixed;inset:0;z-index:200;overflow:visible;pointer-events:none}.floor-plan-pinch-overlay__image{position:fixed;display:block;background:#fff;object-fit:contain;transform-origin:top left;will-change:transform}.floor-plan-pinch-overlay__image--resetting{transition:transform .24s cubic-bezier(.22,1,.36,1)}.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;background:#fff}.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,.floor-plan-pinch-overlay__image,.room-detail__description-clip{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}.floor-plan__note,.project-estimate__disclaimer{display:grid;justify-items:center;gap:3px;color:#00000047;font-size:clamp(9px,3vw,12px);font-size:clamp(9px,3cqi,12px);font-style:normal;font-weight:400;line-height:1.35;text-align:center}.floor-plan__note{margin:24px auto 0}.floor-plan__note-link,.project-estimate__disclaimer-link{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.project-estimate{margin-top:32px;padding:24px 0 28px;border-top:1px solid #00000030;border-bottom:1px solid #00000030;scroll-margin-top:64px}.project-estimate__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.project-estimate__header h2,.project-estimate__header span,.project-estimate__item dt,.project-estimate__item dd{margin:0;color:#292c32;font-size:14px;line-height:1.25}.project-estimate__sqm{font-size:12px}.project-estimate__header h2{font-size:20px;font-weight:700}.project-estimate__header span{flex:0 0 auto;padding:12px 18px;border-radius:999px;background:#f0f0f0;color:#111;font-size:12px;font-weight:400;line-height:1;white-space:nowrap;margin-right:-4px}.project-estimate__list,.project-estimate__total-list{display:grid;column-gap:8px}.project-estimate__list{grid-template-columns:minmax(0,1fr) clamp(96px,28%,112px) max-content;row-gap:16px;margin:24px 0 0}.project-estimate__total-list{grid-template-columns:minmax(0,1fr) max-content max-content;margin:28px 0 0}.project-estimate__item{display:grid;grid-column:1 / -1;grid-template-columns:subgrid;align-items:baseline}.project-estimate__item dt{min-width:0;overflow:hidden;font-weight:400;text-overflow:ellipsis;white-space:nowrap}.project-estimate__item .project-estimate__sqm{color:#00000038;font-size:12px;font-weight:400;text-align:center;white-space:nowrap}.project-estimate__amount{font-weight:400;text-align:right;white-space:nowrap}.project-estimate__total dt,.project-estimate__total .project-estimate__amount{font-size:18px;font-weight:700}.project-estimate__total .project-estimate__sqm{font-size:12px;margin-right:12px;text-align:right}.project-estimate__disclaimer{display:block;margin:16px 0 0}.project-estimate__disclaimer-link{margin-left:.25em;white-space:nowrap}@media(max-width:380px){.project-estimate__header{gap:8px}.project-estimate__header span{padding:10px 12px;font-size:13px}.project-estimate__list,.project-estimate__total-list{column-gap:4px}.project-estimate__item dt{font-size:14px}.project-estimate__item .project-estimate__amount{font-size:13px}.project-estimate__item .project-estimate__sqm{font-size:11px}.project-estimate__total dt,.project-estimate__total .project-estimate__amount{font-size:17px}.project-estimate__total .project-estimate__sqm{font-size:14px}}.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 0 22px;color:#292c32;font-size:18px;font-weight:700;line-height:1.2}.project-products__list{display:grid;gap:24px;margin:0 -2px}.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__thumb{position:relative;width:64px;height:64px}.project-product__image img{width:100%;height:100%;display:block;border-radius:inherit;object-fit:cover}.project-product__favorite-mark{position:absolute;left:-4px;bottom:-4px;z-index:1;width:24px;height:24px;pointer-events:none}.project-product__favorite-mark .heart-icon{width:24px;height:24px}.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);overscroll-behavior:contain;touch-action:none;-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%,460px);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__close{position:absolute;top:12px;left:12px;z-index:2}.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%,460px);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--sticky-header{padding-top:146px}.bookmarks-page__sticky-secondary{height:62px}.bookmarks-page__sticky-secondary-inner{position:absolute;top:12px;right:0;left:0;height:42px}.bookmarks-page__sticky-header .bookmarks-page__segments{margin-bottom:0}.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 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}.rooms-feed__secondary-inner{margin-right:-20px;margin-left:-20px}.project-filters,.rooms-feed__sticky-header{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__secondary-inner{margin-right:-14px;margin-left:-14px}.project-filters,.rooms-feed__sticky-header{padding-right:14px;padding-left:14px}.rooms-feed__header h1,.rooms-feed__sticky-header-main h1{font-size:23px}.profile-page__header{padding-right:18px;padding-left:18px}.profile-page__scroll{padding-right:14px;padding-left:14px}.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{width:32px;height:32px}.room-detail__header{padding-right:10px;padding-left: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__header,.room-detail__action--photo,.bottom-navigation,.knowledge-panel,.knowledge-panel .knowledge-card,.knowledge-strip,.knowledge-detail-layer:before,.knowledge-detail,.knowledge-detail__header,.knowledge-detail__mini-title,.home-feed__floating-header,.rooms-feed__sticky-header,.rooms-feed__secondary,.rooms-feed__secondary-inner,.room-detail-transition,.room-detail-transition>.room-detail,.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}}.pwa-install-page{position:fixed;z-index:20;inset:0;min-height:100vh;min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:24px;padding-bottom:calc(24px + env(safe-area-inset-bottom,0px));overflow-y:auto;box-sizing:border-box;background:#fff;color:#202124;text-align:center}.pwa-install-content{width:100%;max-width:480px;display:flex;flex-direction:column;align-items:center}.pwa-install-content--success{justify-content:center}.pwa-install-icon{width:250px;height:250px;flex:0 0 250px;margin-bottom:48px;display:flex;align-items:center;justify-content:center}.pwa-install-image{width:100%;height:100%;object-fit:contain}.pwa-install-icon--success{position:relative;margin-bottom:32px}.pwa-install-success-visual{position:absolute;inset:0;display:block;width:100%;height:100%;opacity:0;transform:scale(.965);transition:opacity .42s ease,transform .56s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.pwa-install-success-visual.is-active{opacity:1;transform:scale(1);transition-delay:.1s}.pwa-install-success-copy{width:100%;display:grid}.pwa-install-success-state{grid-area:1 / 1;opacity:0;transform:translateY(10px);transition:opacity .36s ease,transform .48s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.pwa-install-success-state.is-active{opacity:1;transform:translateY(0);transition-delay:.12s}.pwa-install-title{color:#202124;font-size:28px;font-weight:600;margin-bottom:4px;line-height:1.2}.pwa-install-description{max-width:320px;margin-left:auto;margin-right:auto;margin-bottom:48px;color:#989b9d;font-size:16px;line-height:1.5}.share-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin:0 4px;vertical-align:middle}.share-icon svg{width:100%;height:100%}.more-icon--android{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;margin:0 4px;vertical-align:middle}.more-icon--android svg{width:16px;height:16px;transform:rotate(90deg);transform-origin:center}.pwa-install-button{display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:16px;padding:12px 28px 12px 24px;border:0;border-radius:16px;background:#212429;box-shadow:0 4px 20px #0000001a;color:#fff;cursor:pointer;font-size:16px;font-weight:600;transition:all .3s ease}.pwa-install-button:hover{box-shadow:0 6px 25px #00000026;transform:translateY(-2px)}.pwa-install-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.pwa-install-button.installing{background:#3d3f40;cursor:wait}.pwa-install-description--success{max-width:360px;margin-bottom:0}.install-icon{width:24px;height:25px;display:flex;align-items:center;justify-content:center}.install-icon svg{width:100%;height:100%}.install-text-container{display:flex;flex-direction:column;align-items:flex-start;text-align:left;line-height:1.2}.install-title{font-size:17px;font-weight:500}.install-subtitle{margin-top:2px;opacity:.7;font-size:11px;font-weight:400}.pwa-install-step{margin-bottom:0;color:#989b9d;font-size:16px;line-height:1.5}.pwa-install-skip{margin-bottom:env(safe-area-inset-bottom,20px);padding:8px;border:0;background:none;color:#babec1;cursor:pointer;font-size:14px;text-decoration:none}.pwa-install-skip:hover{color:#989b9d}@media(max-width:480px){.pwa-install-page{padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px))}.pwa-install-content{max-width:100%}.pwa-install-title{padding:0 16px;font-size:24px}.pwa-install-description{font-size:14px}.pwa-install-skip{margin-bottom:env(safe-area-inset-bottom,16px)}}@supports (padding: max(0px)){.pwa-install-page{padding-bottom:max(24px,calc(24px + env(safe-area-inset-bottom)))}.pwa-install-skip{margin-bottom:max(20px,env(safe-area-inset-bottom))}@media(max-width:480px){.pwa-install-page{padding-bottom:max(16px,calc(16px + env(safe-area-inset-bottom)))}.pwa-install-skip{margin-bottom:max(16px,env(safe-area-inset-bottom))}}}@media(prefers-reduced-motion:reduce){.pwa-install-success-visual,.pwa-install-success-state{transform:none;transition:none}}.questionnaire-layer{position:fixed;inset:0;z-index:30;display:flex;justify-content:center;overflow:hidden;background:#f3f3f3}.questionnaire{width:min(100%,460px);height:100vh;height:100dvh;display:grid;grid-template-rows:auto minmax(0,1fr) auto;overflow:hidden;background:#fff;color:#1f2023}.questionnaire__header{padding:max(22px,env(safe-area-inset-top,0px)) 18px 0}.questionnaire__exit{min-height:44px;display:inline-flex;align-items:center;gap:2px;padding:0;border:0;background:transparent;color:#9a9da1;cursor:pointer;font-size:14px;font-weight:400;line-height:1.2}.questionnaire__exit img{width:16px;height:16px;opacity:.56}.questionnaire__content{display:flex;flex-direction:column;padding:0 20px 28px;overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:24px}.questionnaire__content::-webkit-scrollbar{display:none}.questionnaire__content h1{flex:0 0 auto;max-width:350px;margin:36px auto 0;color:#1f2023;font-size:24px;font-weight:650;letter-spacing:-.035em;line-height:1.08;text-align:center}.questionnaire__room-groups{min-height:0;flex:1 0 auto;display:flex;flex-direction:column;justify-content:space-evenly;gap:24px}.questionnaire__chips{flex:0 0 auto;display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.questionnaire__chips--active{min-height:42px}.questionnaire-chip{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 14px;border-radius:999px;background:#fff;color:#111214;cursor:pointer;font-size:14px;font-weight:400;letter-spacing:-.025em;line-height:1;white-space:nowrap;transition:border-color .14s ease,color .14s ease,transform .14s ease}.questionnaire-chip:active{transform:scale(.98)}.questionnaire-chip:focus-visible,.questionnaire__exit:focus-visible,.questionnaire-footer button:focus-visible{outline:2px solid #292c32;outline-offset:3px}.questionnaire-chip--active{padding-right:12px;gap:4px;border:2px solid #121315;font-weight:500}.questionnaire-chip--inactive{border:1.5px solid #d9dce0}.questionnaire-chip__icon{width:16px;height:16px;flex:0 0 16px;display:block}.questionnaire-chip__icon--connection{width:16px;height:16px;flex-basis:16px}.questionnaire-footer{background:#fff;box-shadow:0 -10px 28px #00000009}.questionnaire-progress{display:flex;gap:4px}.questionnaire-progress__step{height:6px;flex:1;background:#dedede}.questionnaire-progress__step--active{background:#111214}.questionnaire-footer__actions{min-height:102px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 20px max(18px,env(safe-area-inset-bottom,0px))}.questionnaire-footer__back,.questionnaire-footer__next{min-height:46px;border:0;cursor:pointer;font-size:16px;line-height:1}.questionnaire-footer__back{padding:0 24px;background:transparent;color:#2d2e32;font-weight:400}.questionnaire-footer__next{width:98px;min-width:98px;padding:0 20px;border-radius:15px;background:#050505;color:#fff;font-weight:600}@media(max-width:360px){.questionnaire__content{padding-right:14px;padding-left:14px}.questionnaire-chip{min-height:40px;padding-right:14px;padding-left:14px;font-size:14px}}@media(prefers-reduced-motion:reduce){.questionnaire-chip{transition:none}}.repair-checklist-layer{position:fixed;inset:0;z-index:30;display:flex;justify-content:center;overflow:hidden;background:transparent}.repair-checklist-layer:before{position:absolute;inset:0;content:"";background:#ffffff80;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);opacity:1;pointer-events:none}.repair-checklist-layer--opening:before{animation:detail-backdrop-in .5s cubic-bezier(.22,1,.36,1) both;will-change:opacity}.repair-checklist-layer--closing:before{animation:detail-backdrop-out .42s cubic-bezier(.4,0,.2,1) both;will-change:opacity}.repair-checklist-transition{position:relative;z-index:1;width:min(100%,460px);height:100dvh;min-height:100vh;overflow:hidden;isolation:isolate;transform-origin:top left;background:#fff}.repair-checklist-transition--opening{animation:detail-transition-open .5s cubic-bezier(.22,1,.36,1) both;will-change:opacity,transform}.repair-checklist-transition--closing{animation:detail-transition-close .42s cubic-bezier(.4,0,.2,1) both;pointer-events:none;will-change:opacity,transform}.repair-checklist{position:relative;width:100%;height:100vh;height:100dvh;overflow:hidden;background:#fff;color:#1f2023}.repair-checklist__header{position:absolute;z-index:3;top:0;right:0;left:0;min-height:88px;display:grid;grid-template-columns:44px minmax(0,1fr) 44px;align-items:center;gap:8px;padding:max(14px,env(safe-area-inset-top,0px)) 16px 10px;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.repair-checklist__header h1{margin:0;overflow:hidden;color:#1f2023;font-size:20px;font-weight:650;letter-spacing:-.035em;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.repair-checklist__header h1 span{margin-left:5px;color:#b5b5b7;font-weight:600}.repair-checklist__header-action{width:44px;height:44px;display:grid;place-items:center;padding:0;border:0;background:transparent;color:#8e8e90;cursor:pointer;-webkit-tap-highlight-color:transparent}.repair-checklist__header-action img,.repair-checklist__header-action svg{width:26px;height:26px;display:block}.repair-checklist__header-action svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.repair-checklist__edit{cursor:default;opacity:1}.repair-checklist__content{height:100%;padding:calc(100px + env(safe-area-inset-top,0px)) 16px calc(36px + env(safe-area-inset-bottom,0px));overflow-x:hidden;overflow-y:auto;overscroll-behavior-y:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.repair-checklist__content::-webkit-scrollbar{display:none}.repair-stage-group+.repair-stage-group{margin-top:22px}.repair-stage-group__toggle{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 4px;border:0;background:transparent;color:#1f2023;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.repair-stage-group__toggle h2{margin:0;font-size:20px;font-weight:700;letter-spacing:-.035em;line-height:1.15}.repair-stage-group__toggle img{width:24px;height:24px;flex:0 0 24px;opacity:.18;transform:rotate(270deg);transition:transform .16s ease}.repair-stage-group__toggle[aria-expanded=false] img{transform:rotate(180deg)}.repair-stage-group__list{margin-top:2px}.repair-stage-row{min-height:58px;display:grid;grid-template-columns:48px minmax(0,1fr);align-items:stretch}.repair-stage-row__check{width:48px;min-height:58px;display:grid;place-items:center;padding:0;border:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.repair-stage-row__check:before{width:22px;height:22px;grid-area:1 / 1;border:1px solid #d2d2d4;border-radius:50%;background:#fff;content:"";transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.repair-stage-row__check svg{z-index:1;width:14px;height:14px;grid-area:1 / 1;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.4}.repair-stage-row__check--completed:before{border-color:#22252a;background:#22252a}.repair-stage-row__open{min-width:0;min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 4px 10px 2px;border:0;background:transparent;color:#292c32;cursor:pointer;font-size:16px;font-weight:400;letter-spacing:-.02em;line-height:1.22;text-align:left;-webkit-tap-highlight-color:transparent}.repair-stage-row__open span{min-width:0}.repair-stage-row__open img{width:20px;height:20px;flex:0 0 20px;opacity:.18;transform:rotate(180deg)}.repair-checklist button:focus-visible{border-radius:10px;outline:2px solid #292c32;outline-offset:2px}.repair-stage-sheet-backdrop{position:fixed;inset:0;z-index:4;display:flex;align-items:flex-end;justify-content:center;background:#14161a2e;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);animation:repair-stage-backdrop-in .18s ease both}.repair-stage-sheet{position:relative;width:min(100%,460px);min-height:280px;padding:36px 24px calc(32px + env(safe-area-inset-bottom,0px));border-radius:30px 30px 0 0;background:#fff;box-shadow:0 -10px 32px #10182824;animation:repair-stage-sheet-in .26s cubic-bezier(.22,1,.36,1) both}.repair-stage-sheet__handle{position:absolute;top:10px;left:50%;width:42px;height:4px;border-radius:999px;background:#d6d6d8;transform:translate(-50%)}.repair-stage-sheet__close{position:absolute;top:22px;right:18px;width:40px;height:40px;display:grid;place-items:center;padding:0;border:0;border-radius:50%;background:#f1f1f2;cursor:pointer}.repair-stage-sheet__close img{width:20px;height:20px;display:block}.repair-stage-sheet__content{padding-top:20px}.repair-stage-sheet__content h2{max-width:calc(100% - 44px);margin:0;color:#1f2023;font-size:24px;font-weight:650;letter-spacing:-.035em;line-height:1.12}.repair-stage-sheet__content p{max-width:330px;margin:18px 0 0;color:#989a9e;font-size:16px;line-height:1.4}@keyframes repair-stage-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes repair-stage-sheet-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}@media(max-width:360px){.repair-checklist__content{padding-right:12px;padding-left:12px}.repair-stage-group__toggle h2{font-size:19px}.repair-stage-row__open{font-size:15px}}@media(prefers-reduced-motion:reduce){.repair-checklist-layer:before,.repair-checklist-transition,.repair-stage-group__toggle img,.repair-stage-row__check:before,.repair-stage-sheet-backdrop,.repair-stage-sheet{animation:none;transition:none}}
