.millers-ridge-map,.millers-ridge-map *{box-sizing:border-box}
.millers-ridge-map{--ink:#203e34;--muted:#63756b;--line:#d8e0d9;color:var(--ink);font:15px/1.5 Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;width:100%}
.millers-ridge-map button{font:inherit;color:inherit;cursor:pointer;background:#fff;border:1px solid var(--line);border-radius:7px;padding:8px 12px;min-height:40px;white-space:nowrap}
.millers-ridge-map button:hover{background:#eef3ed}
.millers-ridge-map :focus-visible{outline:3px solid #ba672e;outline-offset:3px}
.mr-shell{background:#fff;border:1px solid var(--line);border-radius:16px;overflow:hidden;box-shadow:0 16px 45px #203e3410}
.mr-header{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:25px 28px}
.mr-eyebrow{font-size:10px;font-weight:750;letter-spacing:.16em;text-transform:uppercase;margin:0 0 4px;color:var(--muted)}
.mr-header h2{font:normal clamp(24px,3vw,34px)/1.15 Georgia,serif;margin:0}
.mr-tabs{display:flex;gap:4px;background:#f0f3ee;padding:4px;border-radius:10px}
.mr-tabs button{background:none;border:0;font-size:13px;font-weight:650;padding:9px 18px}
.mr-tabs button[aria-selected=true]{background:var(--ink);color:#fff;box-shadow:0 2px 5px #203e3420}
.mr-toolbar{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 20px;border-block:1px solid var(--line);background:#f8faf7}
.mr-toolbar p{font-size:12px;color:var(--muted);margin:0;max-width:380px}
.mr-controls{display:flex;gap:5px;flex-wrap:wrap}
.mr-controls button,.mr-footer button{font-size:12px}
.mr-stage{height:clamp(450px,65vw,760px);background:#fff;overflow:hidden;touch-action:pan-y}
.mr-stage svg,.mr-detail-stage svg{display:block;width:100%;height:100%;cursor:grab;user-select:none}
.mr-stage svg:active,.mr-detail-stage svg:active{cursor:grabbing}
.mr-lot{fill-opacity:.4;cursor:pointer;stroke:transparent;stroke-width:1.5;vector-effect:non-scaling-stroke}
.mr-lot:hover,.mr-lot:focus{fill-opacity:.6;stroke:#294f40;outline:none}
.mr-group-outline{fill:none;stroke:#334837;stroke-width:1.3;vector-effect:non-scaling-stroke;pointer-events:none}
.mr-price{pointer-events:none}
.mr-price rect{fill:#fff565;fill-opacity:.96}
.mr-price text{font-family:Arial,sans-serif;font-weight:500;fill:#182920}
.mr-hide-colors .mr-lot{fill-opacity:0}
.mr-hide-colors .mr-price,.mr-hide-colors .mr-group-outline{visibility:hidden}
.mr-hide-colors .mr-lot:hover,.mr-hide-colors .mr-lot:focus{fill-opacity:.12;stroke:#294f40}
.mr-footer{display:flex;justify-content:space-between;align-items:center;gap:15px;border-top:1px solid var(--line);padding:10px 20px;color:var(--muted);font-size:12px}
.mr-footer button{border:0;text-decoration:underline;text-underline-offset:3px}
.mr-detail{color:var(--ink);border:1px solid var(--line);border-radius:14px;padding:20px;width:min(850px,96vw);max-width:96vw;max-height:95dvh;overflow:auto;box-shadow:0 24px 90px #0004}
.mr-detail::backdrop{background:#11271edd;backdrop-filter:blur(3px)}
.mr-detail-header{display:flex;align-items:center;justify-content:space-between;gap:15px}
.mr-detail h3{font:normal 23px/1.2 Georgia,serif;margin:0}
.mr-detail-help{color:var(--muted);font-size:12px;margin:12px 0}
.mr-detail-controls{display:flex;gap:6px;margin-bottom:10px}
.mr-detail-stage{height:65dvh;min-height:250px;background:#fff;border:1px solid var(--line);overflow:hidden;touch-action:none}
.millers-ridge-map.is-expanded{position:fixed;inset:0;background:#fff;z-index:2147483000;padding:10px}
.is-expanded .mr-shell{height:100%;display:flex;flex-direction:column}
.is-expanded #mr-panel{flex:1;min-height:0;display:flex;flex-direction:column}
.is-expanded .mr-stage{height:auto;flex:1;min-height:0;touch-action:none}
.is-expanded .mr-header{padding:12px 20px}
@media(max-width:700px){.mr-header{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.mr-tabs{width:100%}.mr-tabs button{flex:1;padding:8px 12px}.mr-toolbar{align-items:flex-start;flex-direction:column;gap:10px;padding:12px}.mr-controls{width:100%}.mr-controls button{padding:7px 10px}.mr-stage{height:440px}.mr-footer{padding:8px 12px;font-size:11px}.mr-detail{padding:14px}.mr-detail h3{font-size:19px}.mr-detail-stage{height:62dvh}.is-expanded .mr-header{gap:8px;padding:10px}.is-expanded .mr-header>div:first-child{display:none}.millers-ridge-map.is-expanded{padding:0}.is-expanded .mr-shell{border-radius:0}.is-expanded .mr-toolbar p{display:none}}
/* Standalone preview page only. These styles are not copied into embed.html. */
.demo-page{background:#edf1eb;margin:0;min-height:100vh;padding:clamp(12px,3vw,42px);max-width:1500px;margin-inline:auto}
