.inventory-map { position:relative; overflow:hidden; background:#fff; }
.inventory-map img { display:block; width:100%; height:auto; }
.inventory-map svg { position:absolute; inset:0; width:100%; height:100%; }
.map-plot { cursor:pointer; stroke-width:3; fill:rgba(35,124,74,.28); stroke:#237c4a; transition:fill .15s; }
.map-plot:hover { fill:rgba(35,124,74,.55); stroke-width:5; }
.map-plot.discussion { fill:rgba(214,152,33,.35); stroke:#a86b0c; }.map-plot.booked { fill:rgba(25,106,156,.35); stroke:#196a9c; }.map-plot.sold { fill:rgba(181,63,56,.38); stroke:#b53f38; }.map-plot.blocked { fill:rgba(99,112,105,.35); stroke:#53645b; }
.plot-info { margin-top:15px; }.plot-data { display:grid; grid-template-columns:150px 1fr; gap:10px 15px; margin-top:14px; font-size:13px; }.plot-data span { color:var(--muted); }.registry-field label { color:var(--ink); font-size:13px; font-weight:600; }.registry-field input[type="date"] { margin-top:6px; }
.group-logo { width:170px; height:auto; display:block; }.brand.group-brand { padding:0 4px; }.login-logo { width:230px; height:auto; margin:0 auto 13px; display:block; }
