:root{--navy:#061A2E;--navy2:#0B2540;--blue:#2563EB;--lightblue:#EAF2FF;--green:#10B981;--purple:#7C3AED;--text:#102A43;--muted:#64748B;--line:#E2E8F0;--bg:#F5F7FB}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--text);background:var(--bg)}a{text-decoration:none;color:inherit}button,input{font-family:inherit}.appShell{min-height:100vh;display:grid;grid-template-columns:260px 1fr}.sidebar{background:linear-gradient(180deg,var(--navy),var(--navy2));color:white;padding:22px 18px;position:-webkit-sticky;position:sticky;top:0;height:100vh;overflow:auto}.logo{background:white;border-radius:14px;padding:10px 12px;margin-bottom:24px}.logo img{width:100%;display:block}.sideNav{display:flex;flex-direction:column;gap:8px}.sideItem{padding:13px 14px;border-radius:12px;color:#DDE8F3;font-weight:800;font-size:14px;border:0;background:transparent;text-align:left;cursor:pointer}.sideItem.active{background:var(--blue);color:white}.sideCard{margin-top:24px;border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);border-radius:18px;padding:16px}.sideCard h3{margin:0 0 10px}.sideCard p{margin:0 0 14px;color:#C8D7E6;line-height:1.5}.check{display:block;font-size:13px;margin:8px 0;color:#DDE8F3}.main{min-width:0}.topbar{height:72px;background:white;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:0 28px;position:-webkit-sticky;position:sticky;top:0;z-index:5}.search{flex:1 1;display:flex;max-width:680px;border:1px solid var(--line);border-radius:12px;overflow:hidden;background:#fff}.search input{flex:1 1;border:0;outline:0;padding:0 15px;font-size:14px}.search button{border:0;background:var(--blue);color:white;padding:0 22px;font-weight:800;cursor:pointer}.topLinks{display:flex;gap:20px;color:var(--muted);font-weight:700;font-size:14px}.content{padding:26px 28px 40px;max-width:1460px;margin:0 auto}.dashboardGrid{display:grid;grid-template-columns:1fr 370px;grid-gap:22px;gap:22px}.heroRow{display:grid;grid-template-columns:1fr 460px;grid-gap:20px;gap:20px;margin-bottom:20px}.card{background:white;border:1px solid var(--line);border-radius:18px;box-shadow:0 8px 24px rgba(15,23,42,.05)}.insight,.plainSection,.propertyInfo,.renovationSection,.rightCard,.scoreCard{padding:22px}.badge{background:#DCFCE7;color:#047857;margin-right:10px}.badge,.demoBadge{display:inline-flex;border-radius:999px;padding:6px 10px;font-weight:800;font-size:13px}.demoBadge{background:var(--lightblue);color:var(--blue)}.label{color:var(--muted);font-size:12px;font-weight:900;text-transform:uppercase}h1{margin:14px 0 6px;font-size:34px;line-height:1.1}h2{margin:0 0 14px;font-size:24px}h3{margin:0 0 8px}.sub{color:var(--muted);margin:0 0 18px;line-height:1.55}.factGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:18px}.fact{color:var(--muted);font-size:13px}.fact strong{display:block;color:var(--text);font-size:15px;margin-top:4px}.heroPhoto{height:285px;overflow:hidden;border-radius:18px;position:relative;background:#dbe4f0;cursor:pointer}.compPhoto img,.galleryThumb img,.heroPhoto img{width:100%;height:100%;object-fit:cover;display:block}.photoLabel{position:absolute;top:12px;left:12px;background:rgba(0,0,0,.72);color:white;padding:7px 10px;border-radius:999px;font-size:13px;font-weight:800}.galleryStrip{display:flex;gap:10px;overflow-x:auto;padding:12px 2px 0}.galleryThumb{height:76px;min-width:110px;border-radius:12px;overflow:hidden;background:#E5E7EB;border:2px solid transparent;cursor:pointer}.galleryThumb.active{border-color:var(--blue)}.scoreWrap{display:grid;grid-template-columns:150px 1fr;grid-gap:20px;gap:20px;align-items:center}.scoreCircle{width:142px;height:142px;border-radius:50%;background:radial-gradient(circle at center,#fff 55%,transparent 56%),conic-gradient(var(--green) 0 89%,#E5E7EB 89% 100%);display:flex;align-items:center;justify-content:center;flex-direction:column}.scoreCircle strong{font-size:44px}.scoreCircle span{color:var(--muted);font-weight:800;font-size:13px}.scale{height:12px;border-radius:999px;background:linear-gradient(90deg,#EF4444,#F59E0B,#22C55E);margin:20px 0 6px;position:relative}.scaleDot{position:absolute;top:50%;left:89%;transform:translate(-50%,-50%);width:18px;height:18px;border:3px solid white;background:#16A34A;border-radius:50%}.scaleLabels{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.categoryGrid{display:grid;grid-template-columns:repeat(6,1fr);grid-gap:12px;gap:12px}.category{padding:15px 10px;border:1px solid var(--line);border-radius:16px;text-align:center;background:#fff}.icon{width:38px;height:38px;border-radius:12px;background:var(--lightblue);color:var(--blue);display:flex;align-items:center;justify-content:center;margin:0 auto 8px;font-weight:900}.category strong{font-size:22px;display:block}.category span{color:var(--muted);font-size:12px;font-weight:700}.foundGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:12px;gap:12px}.foundItem{background:#F8FAFC;border:1px solid var(--line);border-radius:14px;padding:14px;font-weight:800}.foundItem span{display:block;color:var(--muted);font-weight:500;margin-top:5px;line-height:1.4}.budgetTable,.eraTable{width:100%;border-collapse:collapse;font-size:14px}.budgetTable td,.eraTable td,.eraTable th{border-top:1px solid var(--line);padding:12px 8px;text-align:left}.eraTable th{color:var(--muted);font-size:12px;text-transform:uppercase}.pill{display:inline-flex;border-radius:999px;padding:5px 9px;font-weight:900;font-size:12px}.pill.high{background:#ECFDF3;color:#047857}.pill.med{background:#FFF8E6;color:#946200}.pill.low{background:#FFF1F2;color:#BE123C}.roomGrid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:16px;gap:16px}.roomCard{border:1px solid var(--line);border-radius:16px;padding:16px;background:#fff}.roomHeader{display:flex;justify-content:space-between;gap:12px;align-items:center;margin-bottom:12px}.priority{font-size:12px;font-weight:900;border-radius:999px;padding:6px 10px}.priority.high{background:#FFF1F2;color:#BE123C}.priority.medium{background:#FFF8E6;color:#946200}.priority.low{background:#ECFDF3;color:#047857}.budgetTable td:last-child{text-align:right;font-weight:900;color:var(--purple)}.budgetSummary{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:16px}.budgetBox{background:#F8FAFC;border:1px solid var(--line);border-radius:14px;padding:14px}.budgetBox strong{font-size:20px;color:var(--purple);display:block;margin-top:4px}.bottomGrid{display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px;margin-top:20px}.rightCol{display:flex;flex-direction:column;gap:20px}.valueBig{font-size:28px;font-weight:900;margin:6px 0 12px}.safeRange{color:#047857}.disclaimer{background:#FFF7ED;border:1px solid #fed7aa;color:#9A3412;border-radius:12px;padding:12px;font-size:12px;line-height:1.45}.footerStrip{margin-top:22px;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:14px;gap:14px}.stripItem{background:white;border:1px solid var(--line);border-radius:16px;padding:16px}.stripItem strong{display:block;margin-bottom:4px}.stripItem span{color:var(--muted);font-size:13px}.btn{border:0;background:var(--blue);color:white;border-radius:12px;padding:12px 16px;font-weight:800;cursor:pointer}.modal{position:fixed;inset:0;background:rgba(2,6,23,.94);z-index:50;display:flex;align-items:center;justify-content:center;padding:10px}.modalInner{max-width:96vw;width:100%;position:relative}.modal img{width:100%;max-height:88vh;object-fit:contain;border-radius:14px}.modalTop{display:flex;justify-content:space-between;color:white;margin-bottom:12px;font-weight:800}.modalBtn{background:white;border:0;border-radius:999px;padding:10px 14px;font-weight:900;cursor:pointer}.modalNav{display:flex;justify-content:space-between;margin-top:14px}@media(max-width:1100px){.appShell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}.sideNav{display:grid;grid-template-columns:repeat(2,1fr)}.bottomGrid,.dashboardGrid,.heroRow,.roomGrid,.scoreWrap{grid-template-columns:1fr}.categoryGrid{grid-template-columns:repeat(2,1fr)}.budgetSummary,.footerStrip,.foundGrid{grid-template-columns:1fr}.topLinks{display:none}}@media(max-width:700px){.content,.topbar{padding-left:16px;padding-right:16px}.search{max-width:none}.factGrid{grid-template-columns:repeat(2,1fr)}.heroPhoto{height:220px}.sidebar{padding:18px}.logo{max-width:360px;margin-left:auto;margin-right:auto}}.landingPage{min-height:100vh;background:radial-gradient(circle at 85% 10%,rgba(37,99,235,.14),transparent 28%),linear-gradient(180deg,#ffffff,#f5f7fb 45%,#eef4fb);color:var(--text)}.landingNav{max-width:1220px;height:88px;margin:0 auto;padding:0 28px;justify-content:space-between}.landingLogo,.landingNav{display:flex;align-items:center}.landingLogo{background:white;border:1px solid var(--line);border-radius:16px;padding:8px 12px}.landingLogo img{height:50px;width:auto;display:block}.landingNavLinks{display:flex;gap:26px;color:var(--muted);font-size:15px;font-weight:800}.landingBtn{background:var(--blue);color:white;border-radius:14px;padding:14px 22px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;border:0;box-shadow:0 14px 28px rgba(37,99,235,.18)}.landingBtn.secondary{background:white;color:var(--text);border:1px solid var(--line);box-shadow:none}.landingHero{max-width:1220px;margin:0 auto;padding:54px 28px 80px;display:grid;grid-template-columns:1.02fr .98fr;grid-gap:48px;gap:48px;align-items:center}.heroCopy h1{font-size:76px;line-height:.98;letter-spacing:-3px;margin:18px 0 20px}.heroCopy p{color:var(--muted);font-size:20px;line-height:1.6;max-width:720px}.landingBadge{display:inline-flex;background:var(--lightblue);color:var(--blue);border-radius:999px;padding:9px 14px;font-size:14px;font-weight:900}.landingBadge.small{padding:7px 10px;font-size:12px;margin-bottom:10px}.landingSearch{margin-top:30px;background:white;border:1px solid var(--line);border-radius:24px;min-height:74px;padding:10px;gap:10px;box-shadow:0 24px 70px rgba(15,23,42,.13)}.landingSearch,.searchIcon{display:flex;align-items:center}.searchIcon{width:50px;height:50px;border-radius:16px;background:var(--lightblue);color:var(--blue);justify-content:center;font-size:28px;font-weight:900}.landingSearch input{flex:1 1;min-width:0;border:0;outline:0;font-size:18px;color:var(--text)}.landingSearch button{height:54px;padding:0 26px;border:0;border-radius:16px;background:var(--blue);color:white;font-weight:900;font-size:15px;cursor:pointer}.landingTrust{display:flex;flex-wrap:wrap;gap:12px;margin-top:22px}.landingTrust span{background:white;border:1px solid var(--line);border-radius:999px;padding:9px 13px;color:var(--muted);font-weight:800;font-size:13px}.heroPreviewCard{background:white;border:1px solid var(--line);border-radius:32px;overflow:hidden;box-shadow:0 28px 80px rgba(15,23,42,.15)}.previewTop{padding:24px;display:flex;justify-content:space-between;gap:18px;align-items:flex-start}.previewTop h2{margin:0 0 6px;font-size:27px}.previewTop p{margin:0;color:var(--muted)}.landingScore{width:118px;height:118px;border-radius:50%;background:radial-gradient(circle at center,#fff 55%,transparent 56%),conic-gradient(var(--green) 0 89%,#E5E7EB 89% 100%);display:flex;align-items:center;justify-content:center;flex-direction:column;flex:0 0 auto}.landingScore strong{font-size:36px}.landingScore span{font-size:12px;color:var(--muted);font-weight:900}.previewImage{height:300px;overflow:hidden;background:#E2E8F0}.previewImage img{width:100%;height:100%;object-fit:cover;display:block}.previewGrid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:1px;gap:1px;background:var(--line)}.previewGrid div{background:white;padding:17px 12px;text-align:center}.previewGrid strong{display:block;font-size:24px;margin-bottom:3px}.previewGrid span{color:var(--muted);font-size:12px;font-weight:800}.landingSection{max-width:1220px;margin:0 auto;padding:54px 28px}.sectionIntro{max-width:780px;margin-bottom:28px}.landingSection h2,.sectionIntro h2{font-size:42px;letter-spacing:-1.3px;margin:10px 0 14px}.demoCallout p,.landingSection .muted,.sectionIntro p{color:var(--muted);font-size:18px;line-height:1.6}.landingCards{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:20px;gap:20px}.landingCard{background:white;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 10px 32px rgba(15,23,42,.06)}.cardIcon{width:44px;height:44px;border-radius:14px;background:var(--lightblue);color:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:18px}.landingCard p{color:var(--muted);line-height:1.6}.landingSection.split{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:36px;gap:36px;align-items:start}.featureList{display:grid;grid-gap:14px;gap:14px}.featureList div{background:white;border:1px solid var(--line);border-radius:18px;padding:18px}.featureList strong{display:block;margin-bottom:6px}.featureList span{color:var(--muted);line-height:1.5}.demoCallout{background:linear-gradient(135deg,var(--navy),var(--navy2));color:white;border-radius:32px;padding:38px;display:flex;align-items:center;justify-content:space-between;gap:24px}.demoCallout h2{color:white;margin:10px 0}.demoCallout p{color:#C8D7E6;margin:0}@media(max-width:900px){.landingHero,.landingSection.split{grid-template-columns:1fr}.heroCopy h1{font-size:46px}.landingCards,.previewGrid{grid-template-columns:1fr}.landingNavLinks{display:none}.landingSearch{flex-direction:column;align-items:stretch}.landingSearch input{height:48px}.searchIcon{display:none}.demoCallout{flex-direction:column;align-items:flex-start}.landingLogo img{height:42px}}body,html{width:100%;overflow-x:hidden}body,html,img,video{max-width:100%}*{box-sizing:border-box}.mobileClose,.mobileHeader,.mobileOverlay{display:none}.homeShell{min-height:100vh;background:var(--bg);color:var(--text)}.homeHero{background:linear-gradient(180deg,var(--navy),var(--navy2));color:white;padding:24px 28px 56px}.homeTop{max-width:1220px;margin:0 auto 42px;display:flex;align-items:center;justify-content:space-between;gap:16px}.homeLogo{display:flex;background:white;border-radius:18px;padding:10px 14px;max-width:260px}.homeLogo img{width:100%;height:auto;display:block}.homeDemoBtn{background:var(--blue);color:white;border-radius:14px;padding:12px 18px;font-weight:900}.homeHeroGrid{max-width:1220px;margin:0 auto;display:grid;grid-template-columns:1fr 440px;grid-gap:28px;gap:28px;align-items:center}.homeHeroCopy h1{font-size:64px;line-height:1;letter-spacing:-2px;margin:18px 0}.homeHeroCopy p{font-size:19px;line-height:1.6;color:#C8D7E6;max-width:700px}.homeSearch{margin-top:26px;background:white;border-radius:18px;padding:10px;display:flex;gap:10px;max-width:720px;box-shadow:0 20px 60px rgba(0,0,0,.25)}.homeSearch input{flex:1 1;border:0;outline:0;font-size:18px;padding:0 14px;color:var(--text);min-height:56px;min-width:0}.homeSearch button{border:0;background:var(--blue);color:white;border-radius:13px;padding:0 24px;font-weight:900;font-size:16px}.homeMiniGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;margin-top:22px;max-width:820px}.homeMiniGrid div{border:1px solid rgba(255,255,255,.18);background:rgba(255,255,255,.06);border-radius:16px;padding:15px}.homeMiniGrid strong{display:block;color:white;margin-bottom:5px}.homeMiniGrid span{display:block;color:#C8D7E6;font-size:13px;line-height:1.4}.homePreview{overflow:hidden}.homePreviewImage{height:270px;overflow:hidden}.homePreviewImage img{width:100%;height:100%;object-fit:cover}.homePreviewBody{padding:20px;color:var(--text)}.homePreviewBody h2{margin:12px 0 6px}.homePreviewBody p{color:var(--muted);line-height:1.5}.homeScoreRow{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;margin-top:16px}.homeScoreRow div{background:#F8FAFC;border:1px solid var(--line);border-radius:14px;padding:12px;text-align:center}.homeScoreRow strong{display:block;font-size:24px}.homeScoreRow span{font-size:12px;color:var(--muted);font-weight:800}.homeInfo{max-width:1220px;margin:0 auto;padding:28px;display:grid;grid-template-columns:1fr 1fr;grid-gap:18px;gap:18px}.homeInfoCard{padding:24px}.homeInfoCard p{color:var(--muted);line-height:1.6}@media(max-width:1100px){.appShell{display:block;min-width:0;width:100%;overflow-x:hidden}.mobileHeader{display:flex;height:70px;background:white;border-bottom:1px solid var(--line);align-items:center;justify-content:space-between;padding:10px 14px;position:-webkit-sticky;position:sticky;top:0;z-index:40}.mobileHeader button{border:0;background:var(--navy);color:white;border-radius:12px;width:44px;height:44px;font-size:24px;font-weight:900}.mobileLogo{display:flex;background:white;border:1px solid var(--line);border-radius:12px;padding:6px;max-width:160px}.mobileLogo img{display:block;width:100%;height:auto}.sidebar{position:fixed!important;left:0;top:0;height:100vh!important;width:min(86vw,340px)!important;z-index:60;transform:translateX(-105%);transition:transform .22s ease;overflow:auto}.sidebar.open{transform:translateX(0)}.mobileOverlay{display:block;position:fixed;inset:0;background:rgba(2,6,23,.45);border:0;z-index:55}.mobileClose{display:block;position:absolute;right:12px;top:10px;background:white!important;color:var(--navy)!important;border:0;border-radius:999px;width:34px;height:34px;font-size:24px;font-weight:900;z-index:5}.logo{margin-top:24px}.sideNav{display:flex!important;flex-direction:column!important}.main{width:100%;min-width:0;overflow-x:hidden}.topbar{position:relative;top:auto;height:auto;padding:12px;display:block}.topbar .search{max-width:none;width:100%;height:auto}.topbar .search input{font-size:16px;min-width:0;padding:12px}.topbar .search button{padding:0 14px}.content{width:100%;max-width:100%;padding:12px;overflow-x:hidden}.bottomGrid,.budgetSummary,.dashboardGrid,.foundGrid,.heroRow,.homeHeroGrid,.homeInfo,.roomGrid,.scoreWrap{display:grid;grid-template-columns:1fr!important;width:100%;max-width:100%}.rightCol{width:100%;max-width:100%}.card,.insight,.plainSection,.propertyInfo,.renovationSection,.rightCard,.scoreCard{width:100%;max-width:100%;overflow:hidden}.categoryGrid,.factGrid{grid-template-columns:repeat(2,1fr)!important}.heroPhoto{height:260px;width:100%;max-width:100%}.galleryStrip{max-width:100%;overflow-x:auto}.galleryThumb{min-width:92px;height:64px}.eraTable{display:block;overflow-x:auto;white-space:nowrap}h1{font-size:26px;letter-spacing:0;word-break:break-word}h2{font-size:20px}.scoreCircle{margin:auto}.footerStrip{grid-template-columns:1fr!important}}@media(max-width:760px){.homeHero{padding:18px 14px 34px}.homeTop{margin-bottom:28px}.homeLogo{max-width:190px}.homeDemoBtn{display:none}.homeHeroCopy h1{font-size:42px;letter-spacing:-1px}.homeHeroCopy p{font-size:16px}.homeSearch{flex-direction:column;border-radius:16px}.homeSearch input{width:100%;font-size:16px}.homeSearch button{height:52px}.homeMiniGrid,.homeScoreRow{grid-template-columns:1fr}.homePreviewImage{height:220px}.homeInfo{padding:14px}.previewGrid{grid-template-columns:1fr!important}.categoryGrid,.factGrid{grid-template-columns:1fr 1fr!important}.modal{padding:8px!important}.modalInner{max-width:100vw!important}.modal img{max-height:82vh!important}}@media(max-width:420px){.categoryGrid,.factGrid{grid-template-columns:1fr!important}.heroPhoto{height:220px}.galleryThumb{min-width:78px;height:56px}.topbar .search{flex-direction:column}.topbar .search button{height:44px}}@media (max-width:1100px){body,html{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}body{position:relative!important}.appShell{display:block!important;width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.card,.content,.dashboardGrid,.heroRow,.insight,.main,.plainSection,.propertyInfo,.renovationSection,.rightCard,.rightCol,.scoreCard,.topbar{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;left:auto!important;right:auto!important;transform:none!important;overflow-x:hidden!important}.main{display:block!important}.content{padding:12px!important}.bottomGrid,.budgetSummary,.dashboardGrid,.footerStrip,.foundGrid,.heroRow,.roomGrid{display:grid!important;grid-template-columns:1fr!important;grid-gap:12px!important;gap:12px!important}.heroRow{display:block!important}.propertyInfo{margin-bottom:12px!important}.heroRow>div,.heroRow>div>div{min-width:0!important}.heroPhoto,.heroRow>div,.heroRow>div>div{width:100%!important;max-width:100%!important}.heroPhoto{height:auto!important;min-height:0!important;aspect-ratio:4/3!important;border-radius:18px!important;margin:12px 0 0!important;overflow:hidden!important}.heroPhoto,.heroPhoto img{background:#0b1220!important}.heroPhoto img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center center!important;display:block!important}.galleryStrip{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;gap:8px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:10px 0 4px!important;-webkit-overflow-scrolling:touch!important}.galleryThumb{flex:0 0 98px!important;width:98px!important;min-width:98px!important;height:74px!important;border-radius:10px!important}.galleryThumb img{width:100%!important;height:100%!important;object-fit:cover!important}.topbar{position:relative!important;top:auto!important;height:auto!important;padding:12px!important;display:block!important;overflow:hidden!important}.topbar .search{max-width:100%!important}.topbar .search,.topbar .search input{width:100%!important;min-width:0!important}.topbar .search button{flex:0 0 auto!important}.topLinks{display:none!important}.eraTable{display:block!important;max-width:100%!important;overflow-x:auto!important;white-space:nowrap!important}.budgetBox,.disclaimer,.foundItem,.insight p,.rightCard p,.sub{white-space:normal!important;overflow-wrap:anywhere!important;word-break:normal!important}.valueBig{font-size:34px!important;line-height:1.1!important}.valueBig,h1{overflow-wrap:anywhere!important}h1{font-size:26px!important;line-height:1.15!important}h2{font-size:22px!important;line-height:1.2!important}.factGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:12px!important;gap:12px!important}.categoryGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important}.scoreWrap{display:grid!important;grid-template-columns:1fr!important}.scoreCircle{margin:10px auto 16px!important}.budgetBox,.foundItem,.roomCard,.stripItem{width:100%!important;max-width:100%!important;min-width:0!important}.modal{padding:8px!important}.modalInner{width:100%!important;max-width:100vw!important}.modal img{width:100%!important;max-width:100%!important;max-height:84vh!important;object-fit:contain!important}}@media (max-width:700px){.content{padding:10px!important}.heroPhoto{aspect-ratio:1.2/1!important}.galleryThumb{flex-basis:88px!important;width:88px!important;min-width:88px!important;height:66px!important}.insight,.plainSection,.propertyInfo,.renovationSection,.rightCard,.scoreCard{padding:18px!important}}@media (max-width:430px){.content{padding:8px!important}.heroPhoto{aspect-ratio:1.08/1!important}.galleryThumb{flex-basis:80px!important;width:80px!important;min-width:80px!important;height:60px!important}.categoryGrid,.factGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.topbar .search{display:flex!important;flex-direction:row!important}.topbar .search input{font-size:14px!important;padding:10px!important}.topbar .search button{padding:0 12px!important;font-size:13px!important}}@media (max-width:1100px){.appShell,body,html{width:100%!important;max-width:100%!important;min-width:0!important;overflow-x:hidden!important}.appShell{display:block!important}.content,.dashboardGrid,.heroRow,.main,.rightCol,.topbar{width:100%!important;max-width:100%!important;min-width:0!important;margin:0!important;padding-left:0!important;padding-right:0!important;left:0!important;right:auto!important;transform:none!important;overflow-x:hidden!important}.content{padding:10px!important}.bottomGrid,.budgetSummary,.dashboardGrid,.footerStrip,.foundGrid,.heroRow,.roomGrid{display:grid!important;grid-template-columns:minmax(0,1fr)!important;grid-gap:12px!important;gap:12px!important}.heroRow{display:block!important}.budgetBox,.card,.dashboardGrid>*,.foundItem,.heroRow>*,.heroRow>div,.heroRow>div>div,.insight,.plainSection,.propertyInfo,.renovationSection,.rightCard,.rightCol>*,.roomCard,.scoreCard,.stripItem{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;left:0!important;transform:none!important}.budgetBox,.card,.foundItem,.insight,.plainSection,.propertyInfo,.renovationSection,.rightCard,.roomCard,.scoreCard,.stripItem{overflow-x:hidden!important}.propertyInfo{padding:18px!important;margin-bottom:12px!important}.propertyInfo h1{word-break:normal!important;font-size:24px!important;line-height:1.18!important;letter-spacing:-.3px!important}.propertyInfo .sub,.propertyInfo h1{display:block!important;width:100%!important;max-width:100%!important;white-space:normal!important;overflow-wrap:break-word!important}.propertyInfo .sub{font-size:15px!important;line-height:1.4!important}.factGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:12px!important;gap:12px!important;width:100%!important;max-width:100%!important}.fact,.fact strong{min-width:0!important;overflow-wrap:break-word!important}.heroPhoto{max-width:100%!important;height:285px!important;min-height:285px!important;max-height:285px!important;aspect-ratio:auto!important;border-radius:18px!important;margin:12px 0 0!important;overflow:hidden!important}.heroPhoto,.heroPhoto img{width:100%!important;background:#0b1220!important}.heroPhoto img{height:100%!important;object-fit:cover!important;object-position:center center!important;display:block!important}.galleryStrip{width:100%!important;max-width:100%!important;min-width:0!important;display:flex!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:12px 0 6px!important;-webkit-overflow-scrolling:touch!important}.galleryThumb{flex:0 0 104px!important;width:104px!important;min-width:104px!important;height:78px!important;border-radius:10px!important}.galleryThumb img{width:100%!important;height:100%!important;object-fit:cover!important}.topbar{position:relative!important;top:auto!important;height:auto!important;padding:12px!important;display:block!important}.topbar .search{max-width:100%!important}.topbar .search,.topbar .search input{width:100%!important;min-width:0!important}.categoryGrid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;grid-gap:10px!important;gap:10px!important}.scoreWrap{display:grid!important;grid-template-columns:minmax(0,1fr)!important}.scoreCircle{margin:10px auto 16px!important}.eraTable{width:100%!important;max-width:100%!important;display:block!important;overflow-x:auto!important;white-space:nowrap!important}.budgetBox,.disclaimer,.foundItem,.insight p,.rightCard p,.sub{white-space:normal!important;overflow-wrap:break-word!important;word-break:normal!important}.valueBig{font-size:32px!important;line-height:1.1!important;overflow-wrap:break-word!important}h2{font-size:22px!important;line-height:1.2!important}.modal{padding:8px!important}.modalInner{width:100%!important;max-width:100vw!important}.modal img{width:100%!important;max-width:100%!important;max-height:84vh!important;object-fit:contain!important}}@media (max-width:700px){.content{padding:8px!important}.heroPhoto{height:265px!important;min-height:265px!important;max-height:265px!important}.galleryThumb{flex-basis:92px!important;width:92px!important;min-width:92px!important;height:68px!important}.insight,.plainSection,.propertyInfo,.renovationSection,.rightCard,.scoreCard{padding:18px!important}}@media (max-width:430px){.heroPhoto{height:250px!important;min-height:250px!important;max-height:250px!important}.galleryThumb{flex-basis:82px!important;width:82px!important;min-width:82px!important;height:62px!important}.topbar .search{display:flex!important;flex-direction:row!important}.topbar .search input{font-size:14px!important;padding:10px!important}.topbar .search button{padding:0 12px!important;font-size:13px!important}}.homeLogo img,.logo img{max-height:54px;width:auto;object-fit:contain}.mobileLogo img{max-height:38px;width:auto;object-fit:contain}.homeLogo{align-items:center}@media (max-width:700px){.homeLogo img,.logo img{max-height:44px}}.homeLogo img,.logo img{max-height:66px}.mobileLogo img{max-height:46px}@media (max-width:700px){.homeLogo img,.logo img{max-height:54px}}.homeLogo img,.logo img,.mobileLogo img{width:auto;object-fit:contain}.homeLogo img,.logo img{max-height:62px}.mobileLogo img{max-height:44px}.homeLogo,.logo,.mobileLogo{display:inline-flex;align-items:center;justify-content:center;text-decoration:none}@media (max-width:700px){.homeLogo img,.logo img{max-height:52px}}.homeLogo,.logo,.mobileLogo{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;padding:0!important;margin:0!important;background:transparent!important;border:0!important;box-shadow:none!important;border-radius:0!important;text-decoration:none!important;width:auto!important;min-width:0!important;height:auto!important}.homeLogo img,.logo img,.mobileLogo img{display:block!important;width:46px!important;height:46px!important;max-width:46px!important;max-height:46px!important;object-fit:contain!important;border-radius:10px!important;flex:0 0 auto!important}.brandWord,.homeLogo span,.logo span,.mobileLogo span{display:inline-block!important;font-size:30px!important;line-height:1!important;font-weight:800!important;letter-spacing:-.7px!important;color:#0F172A!important;white-space:nowrap!important}.homeLogo .subtitle,.homeLogo .tagline,.homeLogo p,.homeLogo small,.logo .subtitle,.logo .tagline,.logo p,.logo small,.mobileLogo .subtitle,.mobileLogo .tagline,.mobileLogo p,.mobileLogo small{display:none!important}.hero .brandWord,.landingHero .brandWord{color:#F8FAFC!important}@media (max-width:700px){.homeLogo,.logo,.mobileLogo{gap:9px!important}.homeLogo img,.logo img,.mobileLogo img{width:36px!important;height:36px!important;max-width:36px!important;max-height:36px!important;border-radius:8px!important}.brandWord,.homeLogo span,.logo span,.mobileLogo span{font-size:23px!important}}.sidebar .logo{display:inline-flex!important;align-items:center!important;justify-content:flex-start!important;gap:12px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0 0 18px!important;margin:0 0 18px!important;width:100%!important;max-width:none!important;min-width:0!important;height:auto!important;border-radius:0!important;text-decoration:none!important}.sidebar .logo img{display:block!important;width:46px!important;height:46px!important;min-width:46px!important;max-width:46px!important;max-height:46px!important;object-fit:contain!important;border-radius:10px!important}.sidebar .logo .brandWord,.sidebar .logo span{display:inline-block!important;color:#F8FAFC!important;font-size:22px!important;font-weight:900!important;letter-spacing:-.5px!important;line-height:1!important;white-space:nowrap!important}.mobileHeader .mobileLogo{display:inline-flex!important;align-items:center!important;gap:8px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;margin:0!important;width:auto!important;max-width:none!important}.mobileHeader .mobileLogo img{width:34px!important;height:34px!important;max-width:34px!important;max-height:34px!important;border-radius:8px!important;object-fit:contain!important}.mobileHeader .mobileLogo .brandWord,.mobileHeader .mobileLogo span{display:inline-block!important;font-size:20px!important;font-weight:900!important;color:#0F172A!important;letter-spacing:-.4px!important}.mobileHeader .mobileLogo .subtitle,.mobileHeader .mobileLogo .tagline,.mobileHeader .mobileLogo p,.mobileHeader .mobileLogo small,.sidebar .logo .subtitle,.sidebar .logo .tagline,.sidebar .logo p,.sidebar .logo small{display:none!important}