:root{--brand: #506caa;--accent: #19469d;--accent-bg: #eef1f8;--success: #0f6e56;--success-bg: #e1f5ee;--warn: #ba7517;--warn-bg: #f9efdf;--danger: #a32d2d;--danger-bg: #f7e7e7;--text: #0c0f24;--text-2: #5f5e5a;--text-3: #91908a;--border: #e3e1da;--border-2: #c9c7bf;--surface: #ffffff;--surface-2: #f7f7f6;--radius: 8px}*{box-sizing:border-box}body{margin:0;color:var(--text);background:var(--surface-2);font:16px/1.6 system-ui,-apple-system,Segoe UI,Roboto,sans-serif}h1{font-size:20px;font-weight:600;margin:0}h3.seclbl{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--text-3);font-weight:600;margin:1.75rem 0 .6rem}.muted{color:var(--text-2)}.small{font-size:13px}.strong{font-weight:600;margin:0}.ok{color:var(--success);font-size:13px}.err{color:var(--danger);font-size:13px}button{font:inherit;cursor:pointer}p{margin:.25rem 0}.shell{max-width:480px;margin:0 auto;padding:1rem 1rem 3rem}.topbar{display:flex;justify-content:space-between;align-items:baseline;gap:12px;flex-wrap:wrap;padding-top:.5rem;margin-bottom:.5rem}.topbar-right{display:flex;gap:14px;align-items:baseline}select,input[type=email],input[type=password],input[type=text],input[type=number],input:not([type]),textarea{font:inherit;padding:8px 10px;border:1px solid var(--border-2);border-radius:var(--radius);background:var(--surface);max-width:100%}textarea{width:100%;resize:vertical}button.primary{background:var(--accent);color:#fff;border:none;border-radius:var(--radius);padding:9px 18px;font-weight:600}button.primary:disabled{opacity:.65;cursor:default}button.plain{background:var(--surface);border:1px solid var(--border-2);border-radius:var(--radius);padding:8px 16px}.linkish{background:none;border:none;color:var(--accent);padding:0;font-size:13px;text-decoration:underline}.brandrow{display:flex;align-items:center;gap:10px}.wordmark{display:flex;flex-direction:column;line-height:1.25}.wordmark .wm1{font-size:14px;font-weight:400;letter-spacing:.22em;text-transform:uppercase;color:var(--text)}.wordmark .wm2{font-size:9.5px;font-weight:500;letter-spacing:.34em;text-transform:uppercase;color:var(--accent)}.auth-logo{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;margin-bottom:1.1rem}.auth-logo .wordmark{align-items:center}.auth-logo .wm1{font-size:17px}.auth-logo .wm2{font-size:11px}.auth-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-card{width:400px;max-width:100%;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:2rem}.auth-card form{display:flex;flex-direction:column;gap:10px;margin-top:1.25rem}.auth-links{display:flex;flex-direction:column;gap:6px;margin-top:1.25rem;align-items:flex-start}.demo-note{margin-top:1.5rem;padding-top:1rem;border-top:1px solid var(--border)}.badge{display:inline-block;font-size:11px;font-weight:600;padding:3px 10px;border-radius:999px;background:var(--surface);border:1px solid currentColor;line-height:1.5}.badge.st-prepping{color:var(--text-2)}.badge.st-live{color:var(--success);background:var(--success-bg)}.badge.st-showings{color:var(--accent);background:var(--accent-bg)}.badge.st-offers,.badge.st-conditional{color:var(--warn);background:var(--warn-bg)}.badge.st-firm{color:var(--success);background:var(--success-bg)}.badge.st-closed{color:var(--text-2);background:var(--surface-2)}select.badge-select{font-size:12px;font-weight:600;padding:4px 8px;border-radius:999px}.lrow{display:flex;align-items:center;gap:12px;width:100%;text-align:left;border:1px solid var(--border);border-radius:12px;padding:10px 12px;margin-bottom:10px;background:var(--surface);cursor:pointer}.lrow:hover{border-color:var(--border-2)}.lrow img{width:56px;height:56px;border-radius:8px;object-fit:cover;flex:none;background:var(--accent-bg)}.lrow .mid{flex:1;min-width:0}.lrow .addr{font-weight:600;font-size:15px;line-height:1.35;margin:0}.lrow .who{font-size:13px;color:var(--text-2);margin:0}.lrow .right{text-align:right;flex:none}.lrow .stat{font-size:12.5px;color:var(--text-2);margin:4px 0 0}.hero{border:1px solid var(--border);border-radius:14px;overflow:hidden;background:var(--surface);margin-top:.75rem}.hero .photo{position:relative;height:190px;background:var(--accent-bg)}.hero .photo img{width:100%;height:100%;object-fit:cover;display:block}.hero .photo .badge,.hero .photo .badge-select{position:absolute;top:10px;left:10px}.hero .photo .changephoto{position:absolute;right:8px;bottom:8px;font-size:12px;padding:5px 12px;background:#ffffffeb;border:1px solid var(--border-2);border-radius:999px}.hero .body{padding:1rem 1.1rem 1.1rem}.hero .welcome{font-size:19px;font-weight:600;margin:0}.hero .addr{color:var(--text-2);font-size:14px;margin:2px 0 6px}.hero .price{font-size:22px;font-weight:600;margin:0}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.stile{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:10px 4px 8px;text-align:center}.stile .n{font-size:19px;font-weight:600;line-height:1.3}.stile .l{font-size:10.5px;color:var(--text-3);letter-spacing:.03em;text-transform:uppercase;font-weight:600}.stile input{width:64px;max-width:100%;text-align:center;font-size:17px;font-weight:600;padding:4px 2px;margin-bottom:2px}.card{border:1px solid var(--border);border-radius:12px;padding:.9rem 1.1rem;background:var(--surface)}.card+.card{margin-top:8px}.upd-ts{font-size:12px;color:var(--text-3);margin:0 0 3px}.upd-tx{font-size:14.5px;margin:0}.oneline{display:flex;gap:10px;align-items:baseline}.oneline .k{font-size:12px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;flex:none}.oneline .v{font-size:14px;margin:0}.qlinks{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.qlink{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 4px 10px;display:flex;flex-direction:column;align-items:center;gap:6px}.qlink svg{width:22px;height:22px;stroke:var(--accent);fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.qlink span{font-size:12px;color:var(--text-2)}.agentbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:10px;background:var(--surface);border:1px solid var(--border);border-radius:0 0 12px 12px;padding:8px 12px;margin:0 0 .75rem}.agentbar .tag{font-size:12px;font-weight:600;color:var(--text-2)}.previewbar{position:sticky;top:0;z-index:5;display:flex;justify-content:space-between;align-items:center;gap:10px;background:var(--accent-bg);border:1px solid var(--accent);color:var(--accent);border-radius:0 0 12px 12px;padding:8px 12px;margin:0 0 .75rem;font-size:13px;font-weight:600}.previewbar button{background:var(--surface);border:1px solid var(--accent);color:var(--accent);border-radius:999px;padding:4px 12px;font-size:12px;font-weight:600}.edit-input{border:1px dashed var(--border-2);background:var(--surface-2);border-radius:6px;padding:4px 8px;font:inherit;width:100%}.fieldlbl{font-size:11.5px;font-weight:600;color:var(--text-3);text-transform:uppercase;letter-spacing:.04em;display:block;margin:10px 0 3px}.composer textarea{margin-top:4px}.composer .row{display:flex;justify-content:flex-end;margin-top:8px}.hist{border-top:1px solid var(--border);margin-top:10px;padding-top:8px}.hist .h-item{padding:6px 0;border-bottom:1px dashed var(--border)}.hist .h-item:last-child{border-bottom:none}.subhead{display:flex;flex-direction:column;gap:2px;margin:.25rem 0 .75rem}.subhead h1{font-size:22px}.subhead .lede{color:var(--text-2);font-size:14px;margin:0}.pbar{height:8px;background:var(--border);border-radius:4px;overflow:hidden;margin-top:6px}.pbar span{display:block;height:100%;background:var(--success);border-radius:4px;transition:width .2s}.ck{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;margin-bottom:8px;width:100%;text-align:left;border:1px solid var(--border);border-radius:12px;background:var(--surface)}button.ck{cursor:pointer;font:inherit}.ck .bx{width:20px;height:20px;border-radius:6px;border:1px solid var(--border-2);flex:none;margin-top:2px;display:flex;align-items:center;justify-content:center;font-size:12px;color:transparent;background:var(--surface)}.ck.done .bx{background:var(--success-bg);border-color:var(--success);color:var(--success)}.ck.done .tx{color:var(--text-3);text-decoration:line-through}.ck .tx{font-size:14.5px;line-height:1.45}.ck .nt{font-size:12.5px;color:var(--text-3);margin:1px 0 0}.ck .grow{flex:1;min-width:0}.imp{display:inline-block;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--warn);background:var(--warn-bg);border-radius:999px;padding:1px 8px;margin-left:6px;vertical-align:1px}.ckrow{display:flex;align-items:stretch;gap:6px}.ckrow .ck{margin-bottom:0;flex:1}.ckctl{display:flex;flex-direction:column;gap:3px;margin-bottom:8px}.mini{background:var(--surface);border:1px solid var(--border-2);border-radius:6px;padding:0 8px;font-size:12px;color:var(--text-2);flex:1;cursor:pointer}.tl{list-style:none;border-left:2px solid var(--border-2);margin:1.25rem 0 0 10px;padding:0}.tl li{position:relative;padding:0 0 20px 24px}.tl li:last-child{padding-bottom:4px}.tl .dot{position:absolute;left:-12px;top:0;width:22px;height:22px;border-radius:50%;border:2px solid var(--border-2);background:var(--surface);display:flex;align-items:center;justify-content:center;font-size:11px;color:var(--text-3)}.tl li.done .dot{background:var(--success-bg);border-color:var(--success);color:var(--success)}.tl li.now .dot{background:var(--accent-bg);border-color:var(--accent);color:var(--accent)}.tl .t{font-size:14.5px;font-weight:600;margin:0}.tl li.future .t{color:var(--text-2);font-weight:500}.tl .d{font-size:12.5px;color:var(--text-3);margin:0}.tl li.now .d{color:var(--accent);font-weight:600}.tl li.promo .dot{width:14px;height:14px;left:-8px;top:3px;border-style:dashed}.tl li.promo .t{font-weight:500;font-size:13.5px;color:var(--text-2)}.tl button.rowbtn{display:block;width:100%;text-align:left;background:none;border:none;padding:0}.viewlink{font-size:12.5px}.li{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:9px 0;border-bottom:1px solid var(--border);font-size:14px}.li:last-child{border-bottom:none}.li .sub{font-size:12px;color:var(--text-3);margin:1px 0 0}.li .amt{font-weight:600;white-space:nowrap}.total-row{display:flex;justify-content:space-between;align-items:baseline;padding:14px 0 4px}.total{font-size:24px;font-weight:600}input[type=range]{width:100%;accent-color:var(--accent);margin:6px 0 2px}.range{position:relative;height:8px;border-radius:4px;background:linear-gradient(90deg,var(--accent-bg),var(--brand));margin:20px 2px 6px}.range .markr{position:absolute;top:-6px;width:20px;height:20px;border-radius:50%;background:var(--surface);border:3px solid var(--accent);transform:translate(-50%);box-sizing:border-box}.range-lbls{display:flex;justify-content:space-between;font-size:11.5px;color:var(--text-3)}.comp{display:flex;justify-content:space-between;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);margin-bottom:8px;font-size:13.5px}.comp .sub{font-size:12px;color:var(--text-3)}.comp .sold{font-weight:600;white-space:nowrap}.ocard{border:1px solid var(--border);border-radius:14px;background:var(--surface);padding:1rem 1.1rem;margin-bottom:10px}.ocard.accepted{border-color:var(--success)}.ocard .ohead{display:flex;justify-content:space-between;align-items:baseline;gap:10px}.ocard .oprice{font-size:24px;font-weight:600;margin:4px 0 2px}.oc-chip{display:inline-block;font-size:11px;font-weight:700;border-radius:999px;padding:2px 9px}.oc-chip.over{color:var(--success);background:var(--success-bg)}.oc-chip.under{color:var(--warn);background:var(--warn-bg)}.oc-chip.firm{color:var(--success);background:var(--success-bg)}.oc-chip.cond{color:var(--warn);background:var(--warn-bg)}.oc-chip.acc{color:#fff;background:var(--success)}.oc-chip.dec{color:var(--text-3);background:var(--surface-2)}.lockcard{text-align:center;padding:2rem 1.25rem}.lockcard .bignum{font-size:40px;font-weight:700;color:var(--accent);line-height:1.2}.count-hero{text-align:center;padding:1.5rem 1rem 1.25rem}.count-hero .cd{font-size:34px;font-weight:700;line-height:1.25}.cond{display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);margin-bottom:8px}.cond .cbx{width:20px;height:20px;border-radius:50%;flex:none;margin-top:2px;display:flex;align-items:center;justify-content:center;font-size:11px;border:1px solid var(--warn);color:var(--warn);background:var(--warn-bg)}.cond.waived .cbx{border-color:var(--success);color:var(--success);background:var(--success-bg)}.cond.waived .ctx{color:var(--text-3)}button.cond{cursor:pointer;font:inherit;text-align:left;width:100%}.showcard{border:1px solid var(--accent);background:var(--accent-bg);border-radius:12px;padding:12px 14px;margin-bottom:8px;display:flex;gap:14px;align-items:center}.showcard .dt{text-align:center;min-width:62px}.showcard .dt .dd{font-size:15px;font-weight:700;color:var(--accent);line-height:1.35}.showcard .grow{flex:1;min-width:0}.showrow{padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);margin-bottom:8px;font-size:13.5px}.showrow .toprow{display:flex;justify-content:space-between;gap:10px;align-items:baseline}.showrow.cxl{opacity:.62}.showrow.cxl .t1{text-decoration:line-through}.fbk{background:var(--surface-2);border-radius:8px;padding:7px 10px;font-size:13px;color:var(--text-2);margin-top:7px}.fbk .fbl{font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--text-3);display:block}.cxlb{font-size:11px;font-weight:600;color:var(--text-3);border:1px solid var(--border-2);border-radius:999px;padding:2px 9px}.doc{display:flex;align-items:center;gap:12px;padding:10px 12px;border:1px solid var(--border);border-radius:12px;background:var(--surface);margin-bottom:8px}.doc .ic{width:38px;height:38px;border-radius:8px;background:var(--accent-bg);color:var(--accent);font-size:10.5px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}.doc .grow{flex:1;min-width:0}.doc .meta{font-size:12px;color:var(--text-3)}.newb{font-size:10px;font-weight:700;color:#fff;background:var(--accent);border-radius:999px;padding:1px 7px;margin-left:6px;text-transform:uppercase;letter-spacing:.04em}.chat{display:flex;flex-direction:column;gap:8px;margin:1rem 0}.msg{max-width:82%;padding:8px 12px;border-radius:14px;font-size:14.5px;line-height:1.45}.msg.me{align-self:flex-end;background:var(--accent);color:#fff;border-bottom-right-radius:4px}.msg.them{align-self:flex-start;background:var(--surface);border:1px solid var(--border);border-bottom-left-radius:4px}.msg .mts{display:block;font-size:10.5px;opacity:.72;margin-top:3px}.chiprow{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.chip{padding:6px 14px;border:1px solid var(--border-2);border-radius:999px;font-size:13px;color:var(--text-2);background:var(--surface)}.sendrow{display:flex;gap:8px}.sendrow input{flex:1;min-width:0}.avatar{width:34px;height:34px;border-radius:50%;background:var(--accent);color:#fff;font-size:12.5px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}.updrow{display:flex;gap:10px;align-items:flex-start}.qlink{position:relative}.qlink .bub{position:absolute;top:6px;right:10px;min-width:18px;height:18px;border-radius:999px;background:var(--danger);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}.msgbar{display:flex;align-items:center;gap:12px;width:100%;margin-top:10px;text-align:left;background:var(--accent);color:#fff;border:none;border-radius:12px;padding:13px 16px;font-weight:600;font-size:15px}.msgbar svg{width:22px;height:22px;stroke:#fff;fill:none;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}.msgbar .mchev{margin-left:auto;font-weight:400;opacity:.8}.msgbar .bub2{min-width:20px;height:20px;border-radius:999px;background:#fff;color:var(--accent);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 6px}.addform{border:1.5px dashed var(--border-2);border-radius:12px;padding:.9rem 1rem;margin:10px 0;background:var(--surface);display:flex;flex-direction:column;gap:8px}.addform .frow{display:flex;gap:8px;flex-wrap:wrap;align-items:center}.addform .frow>*{flex:1;min-width:120px}.addform .frow>.fix{flex:none;min-width:0}.libchips{display:flex;gap:6px;flex-wrap:wrap}.libchips .chip{font-size:12px;padding:4px 11px;cursor:pointer}.delx{background:none;border:none;color:var(--text-3);font-size:15px;padding:2px 6px}.delx:hover{color:var(--danger)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#1e1e1c73;display:flex;align-items:flex-end;justify-content:center;z-index:20}@media (min-width: 520px){.overlay{align-items:center}}.modal{width:480px;max-width:100%;max-height:92vh;overflow:auto;background:var(--surface);border-radius:16px 16px 0 0;padding:1.5rem}@media (min-width: 520px){.modal{border-radius:16px}}.modal form{display:flex;flex-direction:column;gap:2px}.modal .actions{display:flex;gap:10px;justify-content:flex-end;margin-top:1.25rem}.photodrop{display:block;border:2px dashed var(--border-2);border-radius:12px;padding:1rem;text-align:center;color:var(--text-2);cursor:pointer;font-size:13px;margin-top:3px}.photodrop.okd{border-color:var(--success);background:var(--success-bg)}.review-pop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0c0f246b;display:flex;align-items:center;justify-content:center;padding:1.25rem;z-index:100;animation:rp-in .35s ease}@keyframes rp-in{0%{opacity:0}to{opacity:1}}.review-card{width:380px;max-width:100%;background:var(--surface);border-radius:18px;padding:1.75rem 1.5rem;text-align:center;box-shadow:0 10px 40px #0c0f2440;animation:rp-up .4s ease}@keyframes rp-up{0%{transform:translateY(24px);opacity:0}to{transform:none;opacity:1}}.review-card .stars{font-size:26px;letter-spacing:4px;color:#e0a13d}.review-card .rb{display:block;width:100%;margin-top:14px;text-decoration:none;box-sizing:border-box}.toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%);background:var(--text);color:#fff;font-size:13.5px;padding:10px 18px;border-radius:999px;z-index:30;max-width:92vw;text-align:center;box-shadow:0 4px 14px #0000002e}.ph-wrap{text-align:center;padding:3.5rem 1rem}.ph-wrap svg{width:34px;height:34px;stroke:var(--text-3);fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.backlink{background:none;border:none;color:var(--accent);padding:0;font-size:14px}
