*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;background:#f7f8fa}button,input,select,textarea{font-family:inherit}:root{--ink: #111111;--ink-soft: #222222;--paper: #f4f4f4;--paper-deep: #e8e8e8;--rule: #dddddd;--accent: #c0392b;--accent-soft: #922b21;--gold: #b7770d;--green: #1e8449;--red: #c0392b;--blue: #1a5276;--muted: #666666}@page{margin:.35in;size:letter}.cma-root{background:var(--paper);color:var(--ink);font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cma-root *{box-sizing:border-box}.cma-root .container{max-width:1280px;margin:0 auto;padding:0 32px}@media (max-width: 640px){.cma-root .container{padding:0 16px}}.cma-root .masthead{border-bottom:2px solid var(--ink);padding:22px 0;margin-bottom:32px;position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#f4f4f4eb}.cma-root .masthead-inner{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.cma-root .brand{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:700;font-size:24px;letter-spacing:-.03em}.cma-root .brand-mark{color:var(--accent)}.cma-root .brand-sub{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--muted);margin-top:4px}.cma-root .header-actions{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.cma-root .mode-toggle{display:inline-flex;background:#fff;border:1px solid var(--rule);border-radius:2px;padding:3px}.cma-root .mode-btn{padding:7px 14px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.1em;text-transform:uppercase;background:transparent;border:none;cursor:pointer;color:var(--muted);border-radius:2px;transition:all .15s}.cma-root .mode-btn.active{background:var(--ink);color:var(--paper)}.cma-root .section{margin-bottom:56px}.cma-root .section-num{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.2em;color:var(--accent);text-transform:uppercase;margin-bottom:8px}.cma-root .section-title{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:clamp(28px,4vw,40px);font-weight:600;letter-spacing:-.025em;line-height:1.05;margin-bottom:12px}.cma-root .section-sub{color:var(--muted);font-size:15px;line-height:1.6;max-width:720px;margin-bottom:28px}.cma-root .upload-zone{border:2px dashed var(--rule);border-radius:4px;padding:56px 32px;text-align:center;background:var(--paper-deep);transition:all .2s;cursor:pointer}.cma-root .upload-zone:hover{border-color:var(--accent);background:#efefef}.cma-root .upload-zone.drag{border-color:var(--accent);background:#e8e8e8}.cma-root .upload-zone svg{color:var(--accent);margin-bottom:16px}.cma-root .upload-zone .primary{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:500;margin-bottom:6px}.cma-root .upload-zone .secondary{color:var(--muted);font-size:14px}.cma-root input[type=file]{display:none}.cma-root .form-card{background:#fff;padding:28px;border:1px solid var(--rule);border-radius:2px;margin-bottom:20px}.cma-root .form-card-title{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:18px;font-weight:600;margin-bottom:4px}.cma-root .form-card-sub{font-size:13px;color:var(--muted);margin-bottom:20px}.cma-root .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}.cma-root .field{display:flex;flex-direction:column;gap:6px}.cma-root .field-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted)}.cma-root .field-label .opt{color:#999;font-weight:400;text-transform:none;letter-spacing:normal;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-style:italic;font-size:11px;margin-left:4px}.cma-root .field input,.cma-root .field select{border:none;border-bottom:1.5px solid var(--ink);background:transparent;padding:8px 0;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;color:var(--ink);outline:none;transition:border-color .2s;width:100%}.cma-root .field input:focus,.cma-root .field select:focus{border-color:var(--accent)}.cma-root .field input::placeholder{color:#bbb;font-style:italic}.cma-root .checkbox-field{display:flex;align-items:center;gap:8px;padding:14px 0 6px}.cma-root .checkbox-field input{width:18px;height:18px;accent-color:var(--accent)}.cma-root .checkbox-field label{font-size:14px;color:var(--ink-soft);cursor:pointer}.cma-root .btn{display:inline-flex;align-items:center;gap:8px;padding:11px 20px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:500;font-size:13px;letter-spacing:.02em;text-transform:uppercase;border:none;cursor:pointer;transition:all .2s;border-radius:2px}.cma-root .btn-primary{background:var(--ink);color:var(--paper)}.cma-root .btn-primary:hover:not(:disabled){background:var(--accent)}.cma-root .btn-ghost{background:transparent;color:var(--ink);border:1px solid var(--ink)}.cma-root .btn-ghost:hover{background:var(--ink);color:var(--paper)}.cma-root .btn-danger{background:transparent;color:var(--red);border:1px solid var(--red);font-size:11px;padding:8px 14px}.cma-root .btn-danger:hover{background:var(--red);color:var(--paper)}.cma-root .btn-mini{padding:6px 12px;font-size:11px;letter-spacing:.1em;border:1px solid var(--rule);background:transparent;color:var(--ink-soft);cursor:pointer;border-radius:2px;transition:all .15s}.cma-root .btn-mini:hover{border-color:var(--accent);color:var(--accent)}.cma-root .mls-guide{background:#fef9e7;border:1px solid var(--gold);border-radius:2px;margin-bottom:28px;overflow:hidden}.cma-root .mls-guide-header{padding:14px 20px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;-webkit-user-select:none;user-select:none}.cma-root .mls-guide-header:hover{background:#faefc8}.cma-root .mls-guide-title{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:600;color:var(--ink)}.cma-root .mls-guide-icon{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;color:var(--accent);font-weight:600}.cma-root .mls-guide-body{padding:0 24px 20px;font-size:14px;line-height:1.6;color:var(--ink-soft)}.cma-root .mls-guide-body h4{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:15px;font-weight:600;color:var(--ink);margin:16px 0 8px}.cma-root .mls-guide-body table{width:100%;border-collapse:collapse;margin:10px 0;font-size:13px}.cma-root .mls-guide-body th,.cma-root .mls-guide-body td{padding:8px 10px;text-align:left;border-bottom:1px solid #E6D9A8}.cma-root .mls-guide-body th{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.cma-root .mls-guide-body td{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px}.cma-root .mls-guide-body td:first-child{font-weight:500;color:var(--ink)}.cma-root .mls-guide-body ul{margin:8px 0 8px 20px}.cma-root .mls-guide-body li{margin-bottom:4px}.cma-root .mls-guide-body code{background:#fff;padding:2px 6px;border-radius:2px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;color:var(--accent)}.cma-root .health-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--rule);border-radius:2px;margin-bottom:16px;overflow:hidden}.cma-root .health-stat{text-align:center;padding:18px 12px;border-right:1px solid #f0ebe0}.cma-root .health-stat:last-child{border-right:none}.cma-root .health-stat-val{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:28px;font-weight:600;line-height:1}.cma-root .health-stat-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);margin-top:6px}.cma-root .health-stat.sold .health-stat-val{color:var(--green)}.cma-root .health-stat.act .health-stat-val{color:var(--blue)}.cma-root .health-stat.pnd .health-stat-val{color:var(--gold)}.cma-root .health-stat.exp .health-stat-val{color:var(--red)}.cma-root .data-warning{background:#fadbd8;border-left:3px solid var(--red);padding:14px 18px;margin:14px 0;font-size:13px;line-height:1.55;color:var(--ink-soft);border-radius:2px}.cma-root .data-warning strong{color:var(--red)}.cma-root .data-info{background:#d6eaf8;border-left:3px solid var(--blue);padding:14px 18px;margin:14px 0;font-size:13px;line-height:1.55;color:var(--ink-soft);border-radius:2px}.cma-root .data-info strong{color:var(--blue)}.cma-root .data-good{background:#d5f5e3;border-left:3px solid var(--green);padding:14px 18px;margin:14px 0;font-size:13px;line-height:1.55;color:var(--ink-soft);border-radius:2px}.cma-root .data-good strong{color:var(--green)}.cma-root .status-pill{display:inline-block;padding:2px 8px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:9px;letter-spacing:.1em;font-weight:600;border-radius:2px}.cma-root .status-sld{background:#d9e7d2;color:#2d4423}.cma-root .status-pnd{background:#f4e3c3;color:#6b4f1a}.cma-root .status-act{background:#d2dfeb;color:#1a3a55}.cma-root .status-exp{background:#ecccc4;color:#5a1f15}.cma-root .outlier-flag{display:inline-block;background:var(--red);color:#fff;padding:1px 6px;font-size:9px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:600;border-radius:2px;margin-left:6px;letter-spacing:.05em}.cma-root .comp-table-wrap{background:#fff;border:1px solid var(--rule);border-radius:2px;overflow:hidden;margin-bottom:24px}.cma-root .comp-controls{display:flex;justify-content:space-between;align-items:center;padding:14px 18px;border-bottom:1px solid var(--rule);background:var(--paper-deep);flex-wrap:wrap;gap:12px}.cma-root .comp-count{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;color:var(--muted)}.cma-root .comp-count strong{color:var(--accent);font-weight:600}.cma-root .filter-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 11px;background:#fff;border:1px solid var(--rule);border-radius:100px;font-size:11px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;cursor:pointer;transition:all .15s}.cma-root .filter-chip.active{background:var(--ink);color:var(--paper);border-color:var(--ink)}.cma-root .filter-chip:hover:not(.active){border-color:var(--accent)}.cma-root .comp-table{width:100%;border-collapse:collapse;font-size:13px}.cma-root .comp-table th{text-align:left;padding:10px 12px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--rule);background:#fff;font-weight:500;position:sticky;top:0}.cma-root .comp-table td{padding:11px 12px;border-bottom:1px solid #f0ebe0;color:var(--ink-soft)}.cma-root .comp-table tbody tr{transition:background .1s;cursor:pointer}.cma-root .comp-table tbody tr:hover{background:var(--paper-deep)}.cma-root .comp-table tbody tr.selected{background:#fadbd8}.cma-root .comp-table tbody tr.selected td{color:var(--ink);font-weight:500}.cma-root .comp-table tbody tr.outlier{background:#fce4e1}.cma-root .comp-table tbody tr.outlier.selected{background:#f5c6bd}.cma-root .comp-table-scroll{max-height:460px;overflow-y:auto}.cma-root .comp-table input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px}.cma-root .addr-cell{font-weight:500;color:var(--ink)}.cma-root .price-cell{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:500}.cma-root .verdict-card{background:linear-gradient(180deg,var(--ink) 0%,#1a2129 100%);color:var(--paper);padding:44px 36px;border-radius:2px;margin-bottom:32px;position:relative;overflow:hidden}.cma-root .verdict-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:radial-gradient(circle at 80% 20%,rgba(184,146,74,.12) 0%,transparent 50%)}.cma-root .verdict-card-inner{position:relative}.cma-root .verdict-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--gold);margin-bottom:12px}.cma-root .verdict-price{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:clamp(44px,7vw,80px);font-weight:600;letter-spacing:-.03em;line-height:1;margin-bottom:14px}.cma-root .verdict-sub{font-size:15px;line-height:1.6;color:#c8c2b6;max-width:580px}.cma-root .verdict-sub strong{color:var(--gold)}.cma-root .verdict-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:24px;margin-top:32px;padding-top:24px;border-top:1px solid rgba(255,255,255,.15)}.cma-root .verdict-stat-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:6px}.cma-root .verdict-stat-value{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:500}.cma-root .adj-card{background:#fff;border:1px solid var(--rule);border-radius:2px;padding:24px 28px;margin-bottom:20px}.cma-root .adj-title{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:14px}.cma-root .adj-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px solid #f0ebe0}.cma-root .adj-row:last-child{border-bottom:none}.cma-root .adj-row.base{padding:6px 0 12px;margin-bottom:8px;border-bottom:1px solid var(--rule)}.cma-root .adj-row.total{padding:14px 0 4px;margin-top:8px;border-top:2px solid var(--ink);border-bottom:none;font-weight:600}.cma-root .adj-label{font-size:14px;color:var(--ink-soft)}.cma-root .adj-label .source{font-size:11px;color:var(--muted);margin-left:6px;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cma-root .adj-value{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600}.cma-root .adj-value.pos{color:var(--green)}.cma-root .adj-value.neg{color:var(--red)}.cma-root .adj-row.total .adj-label{font-size:16px;font-weight:600;color:var(--ink)}.cma-root .adj-row.total .adj-value{font-size:18px;color:var(--ink)}.cma-root .tier-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px;margin-bottom:24px}.cma-root .tier-card{background:#fff;border:1px solid var(--rule);border-radius:2px;padding:26px 22px;position:relative;transition:transform .2s,box-shadow .2s}.cma-root .tier-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.cma-root .tier-card.market{border-color:var(--accent);border-width:2px}.cma-root .tier-card.market:before{content:"RECOMMENDED";position:absolute;top:-10px;left:22px;background:var(--accent);color:var(--paper);padding:4px 10px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:9px;letter-spacing:.15em;border-radius:2px}.cma-root .tier-name{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:8px}.cma-root .tier-price{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:32px;font-weight:600;letter-spacing:-.025em;margin-bottom:4px}.cma-root .tier-psf{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;color:var(--accent);margin-bottom:14px}.cma-root .tier-meta{font-size:13px;line-height:1.6;color:var(--ink-soft)}.cma-root .tier-meta-row{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px solid #f3eee2}.cma-root .tier-meta-row:last-child{border-bottom:none}.cma-root .tier-meta-row .label{color:var(--muted)}.cma-root .tier-meta-row .val{font-weight:500;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cma-root .dom-table-wrap{background:#fff;border:1px solid var(--rule);border-radius:2px;overflow:hidden}.cma-root .dom-table{width:100%;border-collapse:collapse}.cma-root .dom-table th,.cma-root .dom-table td{padding:13px 16px;text-align:left;font-size:14px}.cma-root .dom-table th{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);border-bottom:1px solid var(--rule)}.cma-root .dom-table td{border-bottom:1px solid #f3eee2;color:var(--ink-soft)}.cma-root .dom-table tr:last-child td{border-bottom:none}.cma-root .dom-table .price-col{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:600;color:var(--ink)}.cma-root .dom-table .prob-bar{display:inline-block;height:6px;border-radius:3px;background:var(--paper-deep);width:80px;position:relative;overflow:hidden;margin-right:8px;vertical-align:middle}.cma-root .dom-table .prob-fill{position:absolute;left:0;top:0;height:100%;background:var(--accent);border-radius:3px}.cma-root .carry-wrap{background:#fff;border:1px solid var(--rule);border-radius:2px;padding:28px}.cma-root .carry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:22px;margin-bottom:20px}.cma-root .carry-stat-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.cma-root .carry-stat-val{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:26px;font-weight:600}.cma-root .carry-stat-val.danger{color:var(--red)}.cma-root .carry-narrative{padding-top:18px;border-top:1px solid var(--rule);font-size:14px;line-height:1.7;color:var(--ink-soft)}.cma-root .upgrade-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:10px;margin-bottom:18px}.cma-root .upgrade-row{display:flex;align-items:center;gap:10px;padding:10px 12px;background:var(--paper-deep);border:1px solid transparent;border-radius:2px;cursor:pointer;transition:all .15s}.cma-root .upgrade-row:hover{border-color:var(--rule)}.cma-root .upgrade-row.active{background:#fadbd8;border-color:var(--accent)}.cma-root .upgrade-row input[type=checkbox]{accent-color:var(--accent);width:16px;height:16px;flex-shrink:0}.cma-root .upgrade-info{flex:1}.cma-root .upgrade-name{font-size:13px;font-weight:500;color:var(--ink)}.cma-root .upgrade-meta{font-size:11px;color:var(--muted);font-family:Segoe UI,system-ui,-apple-system,sans-serif;margin-top:2px}.cma-root .upgrade-value{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;font-weight:600;color:var(--accent)}.cma-root .insight{background:#fef9e7;border-left:3px solid var(--gold);padding:18px 22px;margin:18px 0;font-size:14px;line-height:1.65;color:var(--ink-soft)}.cma-root .insight strong{color:var(--ink);font-weight:600}.cma-root .insight.warn{background:#fadbd8;border-color:var(--accent)}.cma-root .insight.good{background:#d5f5e3;border-color:var(--green)}.cma-root .agent-list{background:#fff;border:1px solid var(--rule);border-radius:2px;padding:0;overflow:hidden}.cma-root .agent-row{padding:14px 20px;border-bottom:1px solid #f0ebe0;display:flex;justify-content:space-between;align-items:center}.cma-root .agent-row:last-child{border-bottom:none}.cma-root .agent-name{font-weight:500;color:var(--ink);font-size:14px}.cma-root .agent-meta{font-size:12px;color:var(--muted);margin-top:3px;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cma-root .agent-count{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;font-weight:600;color:var(--accent)}.cma-root .inv-card{background:#fff;border:1px solid var(--rule);border-radius:2px;padding:24px 28px}.cma-root .inv-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:20px;margin-bottom:16px}.cma-root .inv-stat-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-bottom:6px}.cma-root .inv-stat-val{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:26px;font-weight:600}.cma-root .inv-verdict{padding-top:16px;border-top:1px solid var(--rule);font-size:14px;line-height:1.6;color:var(--ink-soft)}.cma-root .inv-verdict strong{color:var(--ink)}.cma-root .footer{margin-top:80px;padding:24px 0;border-top:1px solid var(--rule);text-align:center;color:var(--muted);font-size:11px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;letter-spacing:.05em}.cma-root .sr-page{background:#fff;max-width:920px;margin:0 auto 40px;padding:0;box-shadow:0 4px 32px #00000014}.cma-root .sr-cover{background:#fff;padding:80px 60px 56px;border-bottom:4px solid #000;position:relative}.cma-root .sr-cover:before{content:"";position:absolute;top:30px;left:60px;right:60px;height:1px;background:#000}.cma-root .sr-cover-inner{position:relative}.cma-root .sr-brand{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:16px;font-weight:700;letter-spacing:.02em;color:#000;margin-bottom:6px;text-transform:uppercase}.cma-root .sr-brand .mark{color:#c0392b}.cma-root .sr-tagline{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#666;margin-bottom:48px}.cma-root .sr-cover-title{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:64px;font-weight:700;letter-spacing:-.03em;line-height:1;color:#000;margin-bottom:18px}@media (max-width: 640px){.cma-root .sr-cover{padding:48px 28px 36px}.cma-root .sr-cover-title{font-size:42px}}.cma-root .sr-cover-sub{font-size:19px;line-height:1.45;color:#333;max-width:540px;font-style:italic;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:300}.cma-root .sr-cover-divider{width:60px;height:4px;background:#c0392b;margin-top:36px}.cma-root .sr-property{background:#fff;padding:28px 60px;border-bottom:2px solid #000}@media (max-width: 640px){.cma-root .sr-property{padding:24px 28px}}.cma-root .sr-property-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:#666;margin-bottom:6px}.cma-root .sr-property-addr{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700;color:#000;letter-spacing:-.01em;margin-bottom:4px}.cma-root .sr-property-details{font-size:15px;color:#555}.cma-root .sr-section{padding:48px 60px;border-bottom:1px solid #ddd;background:#fff}@media (max-width: 640px){.cma-root .sr-section{padding:36px 28px}}.cma-root .sr-section:last-child{border-bottom:none}.cma-root .sr-eyebrow{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#c0392b;font-weight:700;margin-bottom:14px}.cma-root .sr-h1{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:40px;font-weight:700;letter-spacing:-.025em;line-height:1.05;margin-bottom:18px;color:#000}@media (max-width: 640px){.cma-root .sr-h1{font-size:30px}}.cma-root .sr-h2{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1.1;margin-bottom:16px;color:#000}@media (max-width: 640px){.cma-root .sr-h2{font-size:26px}}.cma-root .sr-body{font-size:17px;line-height:1.65;color:#222}.cma-root .sr-body p{margin-bottom:16px}.cma-root .sr-body p:last-child{margin-bottom:0}.cma-root .sr-body strong{color:#000;font-weight:700}.cma-root .sr-body em{font-style:italic;color:#333}.cma-root .sr-hero-price{background:#fff;border-top:3px solid #000;border-bottom:3px solid #000;padding:44px 0;text-align:center;margin:28px 0}.cma-root .sr-hero-price-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:12px;letter-spacing:.35em;text-transform:uppercase;color:#c0392b;font-weight:700;margin-bottom:18px}.cma-root .sr-hero-price-val{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:96px;font-weight:700;line-height:.95;letter-spacing:-.045em;color:#000;margin-bottom:12px}@media (max-width: 640px){.cma-root .sr-hero-price-val{font-size:62px}}.cma-root .sr-hero-price-psf{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;color:#666;margin-bottom:28px;letter-spacing:.1em}.cma-root .sr-hero-price-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding-top:24px;border-top:1px solid #ddd;margin:0 60px}@media (max-width: 640px){.cma-root .sr-hero-price-stats{grid-template-columns:1fr;gap:14px;margin:0 20px}}.cma-root .sr-hero-stat{padding:0 16px;border-right:1px solid #ddd}.cma-root .sr-hero-stat:last-child{border-right:none}@media (max-width: 640px){.cma-root .sr-hero-stat{border-right:none;border-bottom:1px solid #ddd;padding-bottom:14px}.cma-root .sr-hero-stat:last-child{border-bottom:none}}.cma-root .sr-hero-stat-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:#888;margin-bottom:6px}.cma-root .sr-hero-stat-val{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:24px;font-weight:700;color:#000}.cma-root .sr-comp-list{margin:24px 0;border-top:2px solid #000}.cma-root .sr-comp-card{background:#fff;border-bottom:1px solid #ddd;padding:18px 0;display:grid;grid-template-columns:2fr 1fr 1fr;gap:20px;align-items:center}@media (max-width: 640px){.cma-root .sr-comp-card{grid-template-columns:1fr;gap:6px}}.cma-root .sr-comp-addr{font-size:17px;font-weight:700;color:#000}.cma-root .sr-comp-meta{font-size:13px;color:#666;margin-top:4px;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cma-root .sr-comp-price-col{text-align:right}@media (max-width: 640px){.cma-root .sr-comp-price-col{text-align:left}}.cma-root .sr-comp-price{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:22px;font-weight:700;color:#000}.cma-root .sr-comp-psf{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:14px;color:#666;margin-top:2px;letter-spacing:.05em}.cma-root .sr-strategies{display:grid;grid-template-columns:repeat(3,1fr);gap:0;margin:28px 0;border:2px solid #000}@media (max-width: 768px){.cma-root .sr-strategies{grid-template-columns:1fr}}.cma-root .sr-strategy{padding:28px 22px;text-align:center;background:#fff;border-right:1px solid #ccc;position:relative}.cma-root .sr-strategy:last-child{border-right:none}@media (max-width: 768px){.cma-root .sr-strategy{border-right:none;border-bottom:1px solid #ccc}.cma-root .sr-strategy:last-child{border-bottom:none}}.cma-root .sr-strategy.rec{background:#fff;border:3px solid #C0392B;margin:-2px;z-index:2}.cma-root .sr-strategy-badge{display:inline-block;padding:4px 12px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.2em;font-weight:700;margin-bottom:14px;border:1.5px solid #000;color:#000}.cma-root .sr-strategy.danger .sr-strategy-badge{color:#c0392b;border-color:#c0392b}.cma-root .sr-strategy.rec .sr-strategy-badge{background:#c0392b;color:#fff;border-color:#c0392b}.cma-root .sr-strategy.fast .sr-strategy-badge{color:#666;border-color:#666}.cma-root .sr-strategy-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.2em;text-transform:uppercase;font-weight:700;margin-bottom:14px;color:#666}.cma-root .sr-strategy-price{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:38px;font-weight:700;line-height:1;margin-bottom:18px;color:#000;letter-spacing:-.02em}.cma-root .sr-strategy.rec .sr-strategy-price{color:#000}.cma-root .sr-strategy-detail{font-size:14px;line-height:1.6;color:#222;padding-top:14px;border-top:1px solid #ddd;text-align:left}.cma-root .sr-strategy-detail .row{display:flex;justify-content:space-between;padding:4px 0}.cma-root .sr-strategy-detail .row .lbl{color:#777}.cma-root .sr-strategy-detail .row .v{font-weight:700;color:#000;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.cma-root .sr-market{background:#fff;border:2px solid #000;padding:28px 32px;margin:24px 0;border-left-width:8px}.cma-root .sr-market.falling{border-left-color:#c0392b}.cma-root .sr-market.rising{border-left-color:#000}.cma-root .sr-market.flat{border-left-color:#888}.cma-root .sr-market-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.25em;text-transform:uppercase;color:#666;margin-bottom:10px;font-weight:700}.cma-root .sr-market-status{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:30px;font-weight:700;line-height:1.1;color:#000;margin-bottom:12px;letter-spacing:-.02em}.cma-root .sr-market.falling .sr-market-status{color:#c0392b}.cma-root .sr-market-body{font-size:16px;line-height:1.6;color:#333}.cma-root .sr-cost-section{background:#fff;border-top:4px solid #000;border-bottom:4px solid #000;padding:36px 0;margin:28px 0}.cma-root .sr-cost-eyebrow{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#c0392b;font-weight:700;margin-bottom:10px;text-align:center}.cma-root .sr-cost-title{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:28px;font-weight:700;color:#000;margin-bottom:28px;letter-spacing:-.02em;text-align:center}.cma-root .sr-cost-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:0;padding:0}@media (max-width: 640px){.cma-root .sr-cost-grid{grid-template-columns:1fr}}.cma-root .sr-cost-cell{background:#fff;padding:24px 20px;text-align:center;border-right:1px solid #ddd}.cma-root .sr-cost-cell:last-child{border-right:none}@media (max-width: 640px){.cma-root .sr-cost-cell{border-right:none;border-bottom:1px solid #ddd}.cma-root .sr-cost-cell:last-child{border-bottom:none}}.cma-root .sr-cost-cell-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:10px;letter-spacing:.25em;text-transform:uppercase;color:#888;margin-bottom:12px;font-weight:700}.cma-root .sr-cost-cell.bad .sr-cost-cell-label{color:#c0392b}.cma-root .sr-cost-cell-val{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:42px;font-weight:700;color:#000;letter-spacing:-.02em;line-height:1}.cma-root .sr-cost-cell.bad .sr-cost-cell-val{color:#c0392b}.cma-root .sr-cost-body{margin:28px 60px 0;padding-top:22px;border-top:1px solid #ddd;font-size:16px;line-height:1.65;color:#222;text-align:center}@media (max-width: 640px){.cma-root .sr-cost-body{margin:28px 20px 0}}.cma-root .sr-cost-body strong{color:#000}.cma-root .sr-key-insight{background:#fff;border-left:4px solid #C0392B;padding:6px 0 6px 28px;margin:28px 0}.cma-root .sr-key-insight-label{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:#c0392b;font-weight:700;margin-bottom:10px}.cma-root .sr-key-insight-body{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:19px;line-height:1.55;color:#000;font-weight:400;font-style:italic}.cma-root .sr-key-insight-body strong{color:#000;font-weight:700;font-style:normal}.cma-root .sr-signature{background:#fff;padding:40px 60px;border-top:4px solid #000}@media (max-width: 640px){.cma-root .sr-signature{padding:32px 28px}}.cma-root .sr-signature-text{font-size:17px;line-height:1.7;color:#222;margin-bottom:28px;font-style:italic;font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-weight:400;max-width:600px}.cma-root .sr-signature-name{font-family:Segoe UI,system-ui,-apple-system,sans-serif;font-size:26px;font-weight:700;color:#000;margin-bottom:4px}.cma-root .sr-signature-title{font-size:14px;color:#666;font-family:Segoe UI,system-ui,-apple-system,sans-serif;letter-spacing:.05em}.cma-root .sr-footer{background:#fff;color:#666;padding:20px 60px;text-align:center;font-size:11px;font-family:Segoe UI,system-ui,-apple-system,sans-serif;letter-spacing:.1em;line-height:1.6;border-top:1px solid #ddd}@media print{.cma-root *{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important;color-adjust:exact!important}.cma-root{background:#fff!important;font-size:12pt!important}.cma-root .no-print,.cma-root .masthead{display:none!important}.cma-root .container{padding:0!important;max-width:100%!important}.cma-root .sr-page{box-shadow:none!important;max-width:100%!important;margin:0!important}.cma-root .sr-cover{background:#fff!important;border-bottom:3px solid #000!important;padding:24px 40px 18px!important}.cma-root .sr-cover:before{display:none!important}.cma-root .sr-cover-title{font-size:36px!important;margin-bottom:10px!important;line-height:1!important;color:#000!important}.cma-root .sr-brand{font-size:13px!important;margin-bottom:4px!important;color:#000!important}.cma-root .sr-tagline{font-size:9px!important;margin-bottom:16px!important;color:#c0392b!important}.cma-root .sr-cover-sub{font-size:14px!important;line-height:1.4!important;color:#333!important;max-width:100%!important}.cma-root .sr-cover-divider{display:none!important}.cma-root .sr-brand .mark{color:#c0392b!important}.cma-root .sr-property{background:#fff!important;border-bottom:2px solid #000!important;padding:12px 40px!important}.cma-root .sr-property-label{color:#666!important;font-size:9px!important;margin-bottom:2px!important}.cma-root .sr-property-addr{color:#000!important;font-size:18px!important;margin-bottom:2px!important}.cma-root .sr-property-details{font-size:12px!important;color:#555!important}.cma-root .sr-section{padding:18px 40px!important;background:#fff!important;border-bottom:1px solid #ccc!important}.cma-root .sr-eyebrow{color:#c0392b!important;font-size:9px!important;margin-bottom:6px!important}.cma-root .sr-h1{font-size:22px!important;margin-bottom:8px!important;line-height:1.1!important;color:#000!important}.cma-root .sr-h2{font-size:19px!important;margin-bottom:8px!important;line-height:1.1!important;color:#000!important}.cma-root .sr-body{font-size:12px!important;line-height:1.45!important;color:#222!important}.cma-root .sr-body p{margin-bottom:8px!important}.cma-root .sr-hero-price{background:#fff!important;border-top:2px solid #000!important;border-bottom:2px solid #000!important;padding:18px 0 14px!important;margin:12px 0!important;page-break-inside:avoid}.cma-root .sr-hero-price-label{color:#c0392b!important;font-size:10px!important;margin-bottom:6px!important}.cma-root .sr-hero-price-val{color:#000!important;font-size:56px!important;line-height:.95!important;margin-bottom:4px!important}.cma-root .sr-hero-price-psf{font-size:11px!important;margin-bottom:12px!important;color:#666!important}.cma-root .sr-hero-price-stats{padding-top:10px!important;margin:0 40px!important}.cma-root .sr-hero-stat-label{font-size:8px!important;margin-bottom:2px!important}.cma-root .sr-hero-stat-val{font-size:14px!important}.cma-root .sr-comp-list{border-top:2px solid #000!important;margin:12px 0!important}.cma-root .sr-comp-card{background:#fff!important;border-bottom:1px solid #ddd!important;padding:8px 0!important}.cma-root .sr-comp-addr{font-size:13px!important}.cma-root .sr-comp-meta{font-size:10px!important;margin-top:2px!important}.cma-root .sr-comp-price{font-size:16px!important}.cma-root .sr-comp-psf{font-size:11px!important}.cma-root .sr-key-insight{background:#fff!important;border-left:3px solid #C0392B!important;padding:4px 0 4px 16px!important;margin:12px 0!important;page-break-inside:avoid}.cma-root .sr-key-insight-label{color:#c0392b!important;font-size:9px!important;margin-bottom:4px!important}.cma-root .sr-key-insight-body{color:#000!important;font-size:13px!important;line-height:1.4!important}.cma-root .sr-market{background:#fff!important;border:2px solid #000!important;padding:14px 18px!important;margin:12px 0!important;page-break-inside:avoid}.cma-root .sr-market.falling{border-left:6px solid #C0392B!important}.cma-root .sr-market.falling .sr-market-status{color:#c0392b!important}.cma-root .sr-market-label{font-size:9px!important;margin-bottom:4px!important}.cma-root .sr-market-status{font-size:18px!important;margin-bottom:6px!important}.cma-root .sr-market-body{font-size:12px!important;line-height:1.45!important}.cma-root .sr-strategies{page-break-inside:avoid;border:2px solid #000!important;margin:12px 0!important}.cma-root .sr-strategy{background:#fff!important;padding:14px 12px!important}.cma-root .sr-strategy.rec{background:#fff!important;border:3px solid #C0392B!important}.cma-root .sr-strategy-badge{color:#000!important;border:1.5px solid #000!important;background:#fff!important;font-size:8px!important;padding:2px 8px!important;margin-bottom:6px!important}.cma-root .sr-strategy.danger .sr-strategy-badge{color:#c0392b!important;border-color:#c0392b!important}.cma-root .sr-strategy.rec .sr-strategy-badge{background:#c0392b!important;color:#fff!important}.cma-root .sr-strategy.fast .sr-strategy-badge{color:#666!important;border-color:#666!important}.cma-root .sr-strategy-label{font-size:9px!important;margin-bottom:6px!important}.cma-root .sr-strategy-price{font-size:22px!important;margin-bottom:8px!important;line-height:1!important}.cma-root .sr-strategy-detail{font-size:11px!important;padding-top:6px!important;line-height:1.4!important}.cma-root .sr-strategy-detail .row{padding:2px 0!important}.cma-root .sr-cost-section{background:#fff!important;border-top:3px solid #000!important;border-bottom:3px solid #000!important;padding:14px 0!important;margin:12px 0!important;page-break-inside:avoid}.cma-root .sr-cost-eyebrow{color:#c0392b!important;font-size:9px!important;margin-bottom:4px!important}.cma-root .sr-cost-title{color:#000!important;font-size:17px!important;margin-bottom:14px!important}.cma-root .sr-cost-cell{background:#fff!important;padding:10px 12px!important}.cma-root .sr-cost-cell-label{font-size:9px!important;margin-bottom:6px!important}.cma-root .sr-cost-cell-val{color:#000!important;font-size:22px!important;line-height:1!important}.cma-root .sr-cost-cell.bad .sr-cost-cell-val,.cma-root .sr-cost-cell.bad .sr-cost-cell-label{color:#c0392b!important}.cma-root .sr-cost-body{font-size:11px!important;line-height:1.45!important;margin:12px 40px 0!important;padding-top:10px!important}.cma-root .sr-signature{background:#fff!important;border-top:3px solid #000!important;padding:16px 40px!important}.cma-root .sr-signature-text{font-size:12px!important;line-height:1.5!important;margin-bottom:12px!important}.cma-root .sr-signature-name{color:#000!important;font-size:17px!important;margin-bottom:2px!important}.cma-root .sr-signature-title{font-size:10px!important}.cma-root .sr-footer{background:#fff!important;color:#666!important;padding:10px 40px!important;font-size:9px!important;border-top:1px solid #ddd!important}}
