.public-lot-head-inner{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;flex-wrap:wrap}
.public-lot-head-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.lot-head-whatsapp{background:#2f8669;color:#fff;white-space:nowrap}
.public-lot-plan-wrap{position:relative;width:calc(100% - 20px);margin:10px;border-radius:14px;background:#faf8f2;box-shadow:0 0 0 2px #123b37,0 0 0 6px #c6a36a,0 24px 55px -25px #123b3766,0 1px 0 #ffffff8a inset}
.public-lot-plan-wrap img{display:block;width:100%;height:auto;border-radius:14px;filter:grayscale(1) sepia(.42) saturate(1.5) contrast(1.08) brightness(1.02);mix-blend-mode:multiply}
.public-lot-plan-wrap svg{position:absolute;inset:0;width:100%;height:100%;border-radius:14px;overflow:hidden}
.public-lot-plan-wrap polygon{cursor:pointer;transition:fill-opacity .18s ease,filter .18s ease;stroke-linejoin:round}
.public-lot-plan-wrap polygon:hover{fill-opacity:.68!important;filter:drop-shadow(0 0 7px #c6a36a99)}
.public-lot-plan-wrap polygon.is-selected{stroke-width:4;fill-opacity:.72!important;filter:drop-shadow(0 0 10px #c6a36acc)}
.public-lot-plan-wrap polyline{fill:none;pointer-events:stroke}
.public-lot-plan-wrap polyline.street-principal{stroke:#123b37;stroke-width:5;stroke-linecap:round}
.public-lot-plan-wrap polyline.street-secundaria{stroke:#a9a49a;stroke-width:2.5;stroke-dasharray:1,0;stroke-linecap:round}
.plan-empty-hint{color:var(--muted);font-size:13px;padding:40px 20px;text-align:center}
.public-lot-legend{background:#fffdf6e8;border:1px solid #e7dcc2;box-shadow:0 8px 20px -10px #123b3740}
.public-lot-legend i{border-radius:50%!important;box-shadow:0 0 0 2px #ffffffcc inset}
@media(max-width:700px){.public-lot-head-inner{align-items:flex-start}.public-lot-head-actions{width:100%;justify-content:space-between}}
