:root{--ink:#18201c;--muted:#66706a;--line:#d9dfda;--canvas:#f3f5f2;--surface:#fff;--surface-alt:#f8faf7;--green:#365b50;--green-dark:#25463d;--amber:#d18b35;--red:#b7433f;--shadow:0 8px 24px #1e2d2612;color:var(--ink);background:var(--canvas);font-synthesis:none;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--canvas);min-width:320px;margin:0}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{color:#18372f;z-index:20;background:#d6e2dd;border-bottom:1px solid #b5c8bf;align-items:center;gap:30px;height:62px;padding:0 clamp(18px,3vw,46px);display:flex;position:sticky;top:0;box-shadow:0 2px 10px #18372f14}.brand{color:#18372f;white-space:nowrap;align-items:center;gap:10px;font-weight:750;text-decoration:none;display:flex}.brand__mark{color:#fff;background:#365b50;border-radius:5px;place-items:center;width:34px;height:34px;display:grid}.portfolio-link{color:#25463d;white-space:nowrap;border-left:1px solid #a8bdb4;align-items:center;gap:6px;margin-left:auto;padding-left:18px;font-size:13px;font-weight:700;text-decoration:none;display:inline-flex}.brand:hover,.portfolio-link:hover{color:#0f2d25}.workspace-header{background:var(--surface);border-bottom:1px solid var(--line);grid-template-columns:minmax(260px,1fr) minmax(360px,620px);align-items:center;gap:28px;min-height:146px;padding:28px clamp(18px,3vw,46px);display:grid;position:relative}.workspace-header__copy h1{letter-spacing:0;margin:7px 0 9px;font-size:clamp(25px,3vw,38px);line-height:1.1}.workspace-header__copy p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:14px}.eyebrow{color:#6d776f;text-transform:uppercase;letter-spacing:.09em;font-size:11px;font-weight:800;line-height:1.3;display:block}.workspace-header__copy .eyebrow{color:var(--green);align-items:center;gap:7px;display:flex}.status-dot{background:#4e9e70;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #e8f3eb}.address-search{background:#fff;border:1px solid #bdc7c0;border-radius:6px;align-items:center;gap:10px;min-width:0;height:50px;padding-left:15px;display:flex;box-shadow:0 3px 12px #283c320f}.address-search:focus-within{border-color:var(--green);box-shadow:0 0 0 3px #365b501f}.address-search svg{color:var(--green);flex:none}.address-search input{min-width:80px;color:var(--ink);background:0 0;border:0;outline:0;flex:1}.address-search button{background:var(--green);color:#fff;border:0;border-radius:0 5px 5px 0;align-items:center;gap:7px;height:100%;padding:0 20px;font-weight:750;display:inline-flex}.address-search button:hover{background:var(--green-dark)}.address-search button:disabled{cursor:wait;opacity:.78}.address-search button svg{color:#fff}.toast{color:var(--green);align-items:center;gap:7px;font-size:12px;font-weight:650;display:flex;position:absolute;bottom:7px;right:clamp(18px,3vw,46px)}.is-spinning{animation:.9s linear infinite spin}.load-alert{color:#8d302d;align-items:center;gap:9px;max-width:1720px;margin:14px auto -8px;padding:11px clamp(18px,3vw,46px);font-size:12px;font-weight:650;display:flex}.load-alert svg{flex:none}.initial-analysis-state{min-height:420px;color:var(--green);background:var(--canvas);justify-content:center;align-items:center;gap:16px;padding:48px clamp(18px,3vw,46px);display:flex}.initial-analysis-state>svg{flex:none}.initial-analysis-state h2{color:var(--ink);letter-spacing:0;margin:5px 0 4px;font-size:22px}.initial-analysis-state p{color:var(--muted);overflow-wrap:anywhere;margin:0;font-size:13px}.dashboard-grid{grid-template-columns:270px minmax(0,1fr);align-items:start;gap:24px;max-width:1720px;margin:0 auto;padding:24px clamp(18px,3vw,46px) 42px;display:grid}.scenario-panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:6px;position:sticky;top:86px;overflow:hidden}.panel-heading{border-bottom:1px solid var(--line);justify-content:space-between;align-items:flex-start;gap:14px;padding:19px 18px 15px;display:flex}.panel-heading h2{letter-spacing:0;margin:4px 0 0;font-size:18px}.icon-button{border:1px solid var(--line);width:34px;height:34px;color:var(--green);background:#fff;border-radius:5px;flex:none;place-items:center;display:grid}.icon-button:hover{background:var(--surface-alt)}.property-type{border:1px solid var(--line);min-height:52px;color:var(--green);border-radius:5px;align-items:center;gap:10px;margin:14px 16px 6px;padding:10px 11px;display:flex}.property-type span{min-width:0;color:var(--ink);flex-direction:column;flex:1;font-size:13px;font-weight:750;display:flex}.property-type small{color:var(--muted);font-size:10px;font-weight:600}.control-grid{grid-template-columns:1fr 1fr;gap:11px;padding:12px 16px 18px;display:grid}.field-control{min-width:0;color:var(--muted);flex-direction:column;gap:5px;font-size:11px;font-weight:700;display:flex}.field-control:nth-child(n+3){grid-column:1/-1}.field-control__input{border:1px solid var(--line);background:var(--surface-alt);border-radius:5px;align-items:center;height:42px;display:flex;overflow:hidden}.field-control__input:focus-within{border-color:var(--green);box-shadow:0 0 0 2px #365b501a}.field-control input{width:100%;min-width:0;height:100%;color:var(--ink);background:0 0;border:0;outline:0;padding:0 8px;font-weight:700}.field-control small{color:#7a837e;white-space:nowrap;padding-right:8px;font-size:10px}.scenario-impact{border-left:3px solid var(--green);background:#edf3ef;border-radius:3px;margin:0 16px 16px;padding:13px}.scenario-impact div{color:var(--green);align-items:center;gap:7px;font-size:11px;font-weight:750;display:flex}.scenario-impact strong{margin:5px 0 1px;font-size:19px;display:block}.scenario-impact small{color:var(--muted);font-size:10px}.positive{color:#28714f}.negative{color:var(--red)}.source-note{color:#715622;background:#fff8e9;border-top:1px solid #f0dfb8;align-items:flex-start;gap:8px;padding:14px 16px;display:flex}.source-note svg{flex:none;margin-top:2px}.source-note p{margin:0;font-size:10px;line-height:1.55}.analysis-canvas{flex-direction:column;gap:20px;min-width:0;display:flex}.metrics-row{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:6px;grid-template-columns:repeat(5,minmax(140px,1fr));display:grid;overflow:hidden}.metric{border-right:1px solid var(--line);min-width:0;padding:17px 16px 15px}.metric:last-child{border-right:0}.metric__label{color:var(--muted);align-items:center;gap:7px;font-size:11px;font-weight:750;display:flex}.metric__label svg{color:var(--green);flex:none}.metric__value{white-space:nowrap;margin:8px 0 4px;font-size:clamp(20px,2vw,28px);font-weight:800;line-height:1}.metric__detail{color:var(--muted);font-size:10px;line-height:1.35}.metric--primary{box-shadow:inset 0 3px var(--green)}.metric--positive .metric__value{color:#28714f}.analysis-section,.property-facts{background:var(--surface);border:1px solid var(--line);min-width:0;box-shadow:var(--shadow);border-radius:6px;padding:22px;scroll-margin-top:82px}.section-heading{justify-content:space-between;align-items:flex-start;gap:22px;margin-bottom:18px;display:flex}.section-heading h2{letter-spacing:0;margin:5px 0;font-size:21px;line-height:1.25}.section-heading p{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.chart-actions{flex-wrap:wrap;flex:none;justify-content:flex-end;align-items:center;gap:10px;display:flex}.segmented{border:1px solid var(--line);background:#fff;border-radius:5px;min-height:34px;display:inline-flex;overflow:hidden}.segmented button{border:0;border-right:1px solid var(--line);min-width:42px;color:var(--muted);background:#fff;padding:0 10px;font-size:11px;font-weight:750}.segmented button:last-child{border-right:0}.segmented button:hover{background:var(--surface-alt)}.segmented button.is-active{background:var(--green);color:#fff}.segmented--icons button{justify-content:center;align-items:center;gap:5px;min-width:76px;display:inline-flex}.toggle{color:var(--muted);cursor:pointer;align-items:center;gap:7px;font-size:11px;font-weight:700;display:inline-flex}.toggle input{opacity:0;pointer-events:none;position:absolute}.toggle span{background:#bdc6c0;border-radius:9px;order:-1;width:31px;height:18px;transition:background .2s;position:relative}.toggle span:after{content:"";background:#fff;border-radius:50%;width:14px;height:14px;transition:transform .2s;position:absolute;top:2px;left:2px}.toggle input:checked+span{background:var(--green)}.toggle input:checked+span:after{transform:translate(13px)}.filter-select{border:1px solid var(--line);height:34px;color:var(--green);border-radius:5px;align-items:center;gap:5px;padding-left:9px;display:flex}.filter-select select{height:100%;color:var(--ink);background:0 0;border:0;outline:0;padding-right:5px;font-size:11px;font-weight:700}.chart-frame{border-top:1px solid #edf0ed;width:100%;min-width:0;padding-top:8px}.chart-frame--history{height:390px}.chart-frame--comps{border-top:0;min-width:0;height:430px;padding-top:0}.empty-state{height:100%;color:var(--muted);text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:7px;padding:28px;display:flex}.empty-state svg{color:var(--green)}.empty-state strong{color:var(--ink);font-size:14px}.empty-state span{max-width:360px;font-size:11px;line-height:1.45}.recharts-surface{overflow:visible}.chart-tooltip{border:1px solid var(--line);background:#fffffff7;border-radius:4px;flex-direction:column;gap:4px;max-width:230px;padding:10px 12px;font-size:11px;display:flex;box-shadow:0 5px 16px #1928201f}.chart-tooltip strong{color:var(--ink);overflow-wrap:anywhere}.chart-tooltip span{color:var(--muted)}.chart-tooltip--wide{min-width:210px}.insight-strip{background:var(--surface-alt);border:1px solid #e7ebe7;border-radius:4px;flex-wrap:wrap;justify-content:space-between;gap:12px 22px;margin-top:13px;padding:12px 14px;display:flex}.insight-strip div{min-width:220px;color:var(--muted);align-items:flex-start;gap:8px;font-size:11px;line-height:1.45;display:flex}.insight-strip svg{color:var(--amber);flex:none}.comp-layout{border-top:1px solid #edf0ed;grid-template-columns:minmax(0,1fr) 210px;gap:22px;padding-top:10px;display:grid}.comp-summary{border-left:1px solid var(--line);min-width:0;padding:12px 0 8px 20px}.signal{border-bottom:1px solid #e8ece9;padding:15px 0}.signal span,.signal small{color:var(--muted);font-size:10px;display:block}.signal strong{overflow-wrap:anywhere;margin:4px 0 3px;font-size:20px;display:block}.range-meter{padding-top:18px}.range-meter__labels{color:var(--muted);justify-content:space-between;font-size:9px;display:flex}.range-meter__track{background:linear-gradient(90deg,#9baba4,#d18b35);border-radius:3px;height:6px;margin:7px 0;position:relative}.range-meter__track span{background:var(--red);width:13px;height:13px;box-shadow:0 0 0 1px var(--red);border:2px solid #fff;border-radius:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.range-meter small{color:var(--muted);font-size:9px}.table-wrap{border:1px solid var(--line);border-radius:4px;margin-top:22px;overflow-x:auto}table{border-collapse:collapse;width:100%;min-width:900px;font-size:11px}th{color:var(--muted);text-align:left;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#f2f5f2;padding:10px 12px;font-size:9px}td{color:#3d4842;white-space:nowrap;border-top:1px solid #e8ece9;padding:11px 12px}td:first-child{white-space:normal;min-width:205px}td:first-child strong,td:first-child span{display:block}td:first-child strong{color:var(--ink);overflow-wrap:anywhere;font-size:11px}td:first-child span{color:var(--muted);margin-top:2px;font-size:9px}.empty-table-cell{height:76px;color:var(--muted);text-align:center}tbody tr:hover{background:#fbfcfa}.status-pill{text-align:center;border-radius:9px;min-width:54px;padding:3px 7px;font-size:9px;font-weight:750;display:inline-block}.status-pill--active{color:#805313;background:#fff0d6}.status-pill--inactive{color:#52645c;background:#e9efec}.fit-score{color:var(--green);font-weight:800}.property-facts{padding-bottom:24px}.facts-grid{border:1px solid var(--line);border-radius:4px;grid-template-columns:repeat(6,minmax(110px,1fr));display:grid;overflow:hidden}.facts-grid>div{border-right:1px solid var(--line);background:var(--surface-alt);align-items:center;gap:10px;min-width:0;min-height:74px;padding:13px;display:flex}.facts-grid>div:last-child{border-right:0}.facts-grid svg{color:var(--green);flex:none}.facts-grid span{min-width:0;color:var(--muted);flex-direction:column;font-size:9px;display:flex}.facts-grid strong{color:var(--ink);overflow-wrap:anywhere;margin-top:4px;font-size:12px}.footer{color:#c8d2cd;background:#17241f;justify-content:space-between;align-items:center;gap:22px;min-height:72px;padding:18px clamp(18px,3vw,46px);font-size:10px;display:flex}.footer span:first-child{color:#fff;font-size:12px;font-weight:750}.footer p{text-align:center;margin:0}@media (max-width:1280px){.metrics-row{grid-template-columns:repeat(3,1fr)}.metric:nth-child(3){border-right:0}.metric:nth-child(n+4){border-top:1px solid var(--line)}.facts-grid{grid-template-columns:repeat(3,1fr)}.facts-grid>div:nth-child(3){border-right:0}.facts-grid>div:nth-child(n+4){border-top:1px solid var(--line)}}@media (max-width:980px){.workspace-header{grid-template-columns:1fr;gap:18px}.dashboard-grid{grid-template-columns:1fr}.scenario-panel{position:static}.control-grid{grid-template-columns:repeat(5,1fr)}.field-control:nth-child(n+3){grid-column:auto}.comp-layout{grid-template-columns:1fr}.comp-summary{border-left:0;border-top:1px solid var(--line);grid-template-columns:repeat(4,1fr);gap:14px;padding:16px 0 0;display:grid}.signal{border-bottom:0;border-right:1px solid var(--line);padding:0 10px 0 0}.range-meter{padding:0}}@media (max-width:720px){.topbar{gap:14px;height:56px;padding:0 15px}.brand span:last-child{font-size:14px}.portfolio-link{padding-left:12px;font-size:11px}.portfolio-link svg{width:15px;height:15px}.workspace-header{padding:22px 15px 28px}.workspace-header__copy h1{font-size:28px}.address-search{grid-template-columns:auto 1fr;height:auto;min-height:48px;padding:8px 8px 8px 13px;display:grid}.address-search input{width:100%}.address-search button{border-radius:4px;grid-column:1/-1;justify-content:center;height:40px}.toast{grid-column:1/-1;position:static}.dashboard-grid{gap:16px;padding:16px 12px 28px}.control-grid{grid-template-columns:1fr 1fr}.field-control:nth-child(n+3){grid-column:1/-1}.metrics-row{grid-template-columns:1fr 1fr}.metric{border-right:1px solid var(--line);border-top:1px solid var(--line)}.metric:nth-child(-n+2){border-top:0}.metric:nth-child(2n){border-right:0}.metric:last-child{border-right:0;grid-column:1/-1}.metric__value{font-size:22px}.analysis-section,.property-facts{padding:17px 12px}.section-heading{flex-direction:column;gap:13px}.chart-actions{justify-content:flex-start;width:100%}.chart-frame--history{height:360px}.chart-frame--comps{height:390px}.comp-summary{grid-template-columns:1fr 1fr}.signal:nth-child(2){border-right:0}.facts-grid{grid-template-columns:1fr 1fr}.facts-grid>div{border-right:1px solid var(--line);border-top:1px solid var(--line)}.facts-grid>div:nth-child(-n+2){border-top:0}.facts-grid>div:nth-child(2n){border-right:0}.footer{flex-direction:column;align-items:flex-start}.footer p{text-align:left}}@media (max-width:420px){.brand span:last-child{display:none}}@media (max-width:430px){.metrics-row{grid-template-columns:1fr}.metric,.metric:nth-child(2n),.metric:last-child{border-right:0;grid-column:auto}.metric:nth-child(2){border-top:1px solid var(--line)}.segmented--icons{width:100%}.segmented--icons button{flex:1}.filter-select{width:100%}.filter-select select{flex:1}.comp-summary{grid-template-columns:1fr}.signal{border-right:0;border-bottom:1px solid var(--line);padding:0 0 12px}.facts-grid{grid-template-columns:1fr}.facts-grid>div,.facts-grid>div:nth-child(2n){border-right:0;border-top:1px solid var(--line)}.facts-grid>div:first-child{border-top:0}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}}@keyframes spin{to{transform:rotate(360deg)}}
