.property-map { position: relative; z-index: 0; min-width: 0; border: 1px solid var(--dp-line); border-radius: 18px; background: var(--dp-surface); overflow: hidden; }
.property-map [hidden] { display: none !important; }
.property-map__filters { display: flex; flex-wrap: wrap; align-items: end; gap: 12px; padding: 20px; }
.property-map__filters label { display: grid; flex: 1 1 170px; min-width: 0; gap: 6px; font-size: 13px; font-weight: 600; }
.property-map__filters input, .property-map__filters select { box-sizing: border-box; width: 100%; min-width: 0; height: 44px; padding: 8px 12px; border: 1px solid var(--dp-line); border-radius: 8px; background: white; color: var(--dp-ink); font: inherit; font-size: 14px; }
.property-map__filters .btn { min-height: 44px; padding: 10px 16px; font-size: 14px; }
.property-map__status { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; padding: 0 20px 14px; font-size: 13px; }
.property-map__status p { margin: 0; }
.property-map__area { display: flex; flex-wrap: wrap; gap: 8px 14px; align-items: center; padding: 0 20px 14px; font-size: 12px; }
.property-map__area button { min-height: 44px; padding: 8px 12px; border: 1px solid var(--dp-line); border-radius: 22px; background: #ece7ff; color: #4933ca; font: inherit; font-weight: 600; cursor: pointer; }
.property-map__layout { display: grid; grid-template-columns: minmax(0, 1fr) 320px; height: clamp(420px, 66svh, 800px); border-block: 1px solid var(--dp-line); }
.property-map--compact .property-map__layout { height: 460px; }
.property-map__canvas { min-width: 0; min-height: 0; height: 100%; background: #e4eadf; font-family: inherit; }
.property-map__canvas .leaflet-tile-pane { filter: saturate(.45) contrast(.96); }
.property-map__canvas .leaflet-control-zoom a { width: 44px; height: 44px; line-height: 44px; color: #15211b; }
.property-map__canvas .leaflet-control-attribution { font-size: 11px; background: rgba(255,255,255,.93); }
.property-map__aside { min-width: 0; padding: 16px; overflow: auto; overscroll-behavior: contain; border-left: 1px solid var(--dp-line); }
.property-map__selection > p { margin: 0 0 16px; color: var(--dp-muted); font-size: 14px; line-height: 1.5; }
.property-map__selection .property-map__address { margin: 10px 0; font-size: 13px; line-height: 1.5; }
.property-map__selection .btn { width: 100%; min-height: 44px; padding: 10px; font-size: 13px; }
.property-map__list-head { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin: 20px 0 8px; }
.property-map .property-map__list-head h2 { margin: 0; font-family: inherit; font-weight: 700; font-size: 15px; line-height: 1.4; letter-spacing: normal; }
.property-map__list-head span { padding: 4px 8px; border-radius: 20px; background: #c9ff4d; color: #15211b; font-size: 12px; }
.property-map__list { display: grid; gap: 6px; padding: 0; margin: 0 0 12px; list-style: none; }
.property-map__list button { width: 100%; min-height: 60px; display: grid; gap: 4px; padding: 12px; text-align: left; border: 1px solid var(--dp-line); border-radius: 8px; color: var(--dp-ink); background: transparent; font: inherit; font-size: 13px; cursor: pointer; }
.property-map__list button:hover, .property-map__list button[aria-pressed="true"] { border-color: #6d52ff; background: #efebff; }
.property-map__list strong { overflow-wrap: anywhere; }
.property-map__list span { color: var(--dp-muted); font-size: 12px; }
.property-map__note { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 20px; padding: 14px 20px; font-size: 12px; line-height: 1.5; }
.property-map__note a { color: var(--dp-primary-strong); }
.map-pin { display: flex; align-items: center; justify-content: center; border: 2px solid white; border-radius: 24px; box-shadow: 0 3px 12px #15211b30; background: #6d52ff; color: white; font-size: 12px; font-weight: 700; white-space: nowrap; }
.map-pin--cluster { background: #c9ff4d; color: #15211b; font-size: 14px; }
.map-pin--selected { background: #15211b; color: white; border-color: #c9ff4d; }
.map-pin:focus-visible, .property-map button:focus-visible, .property-map input:focus-visible, .property-map select:focus-visible { outline: 3px solid #6d52ff; outline-offset: 3px; }
.map-page { padding-block: 32px 48px; }
.map-page__head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.map-page__head h1 { margin: 8px 0 12px; font-size: clamp(28px, 3vw, 58px); line-height: 1.1; }
.map-page__head p { max-width: 65ch; }
@media (max-width: 760px) {
    .property-map__filters { gap: 10px; padding: 14px; }
    .property-map__filters label { flex-basis: calc(50% - 10px); }
    .property-map__filters .property-map__search { flex-basis: 100%; }
    .property-map__filters .btn { flex: 1; }
    .property-map__status { padding-inline: 14px; }
    .property-map__layout, .property-map--compact .property-map__layout { height: auto; grid-template-columns: minmax(0, 1fr); }
    .property-map__canvas { height: 360px; }
    .property-map--compact .property-map__canvas { height: 310px; }
    .property-map__aside { max-height: 360px; border-left: 0; border-top: 1px solid var(--dp-line); }
    .property-map__selection .object-tile { max-width: 320px; margin-inline: auto; }
    .property-map__note { padding: 14px; }
    .map-page__head { align-items: start; flex-direction: column; gap: 10px; }
    .map-page { padding-top: 20px; }
    .map-page .map-page__head h1 { font-size: 26px; }
    .map-page .map-page__head .lede { margin-block: 8px; font-size: 14px; line-height: 1.5; }
}
