.map-page-shell{max-width:1600px;padding-top:34px}.map-page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.map-page-heading h1{margin:3px 0 8px}.map-page-heading p{max-width:760px}.map-filter-bar{display:grid;grid-template-columns:repeat(6,minmax(130px,1fr));gap:10px;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:8px;background:rgba(13,13,18,.94)}.map-filter-bar label{display:grid;gap:6px;font-size:12px;font-weight:800}.map-filter-bar input,.map-filter-bar select{width:100%;height:44px}.map-filter-bar .map-check{display:flex;align-items:center;gap:8px;min-height:44px}.map-filter-bar .map-check input{width:18px;height:18px}.map-active-filters{display:flex;flex-wrap:wrap;gap:7px;margin:12px 0}.map-active-filters span{padding:6px 10px;border:1px solid rgba(255,45,72,.35);border-radius:999px;background:rgba(255,45,72,.09);font-size:12px}.map-location-note{margin:8px 0 14px;color:var(--muted,#aaa)}.map-workspace{display:grid;grid-template-columns:minmax(0,1fr) 360px;min-height:650px;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden;background:#101014}.map-canvas-wrap{position:relative;min-height:650px}.listing-map{position:absolute;inset:0;z-index:1;background:#17171d}.map-state{position:absolute;top:16px;left:50%;z-index:700;max-width:calc(100% - 32px);transform:translateX(-50%);padding:10px 14px;border-radius:6px;background:rgba(8,8,12,.9);color:#fff;box-shadow:0 8px 26px rgba(0,0,0,.35)}.map-results{min-width:0;padding:14px;background:rgba(8,8,12,.96);overflow:auto;max-height:650px}.map-results-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.map-results-head div{display:grid}.map-results-head span{font-size:12px;color:#aaa}.map-results-head button{display:none}.map-district-counts{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.map-district-counts span{padding:5px 8px;background:rgba(255,255,255,.06);border-radius:4px;font-size:11px}.map-result-list{display:grid;gap:8px}.map-result-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:10px;padding:8px;border:1px solid rgba(255,255,255,.08);border-radius:6px;color:#fff;text-decoration:none;background:rgba(255,255,255,.035);transition:transform .2s,border-color .2s}.map-result-card:hover{transform:translateY(-2px);border-color:rgba(255,45,72,.55)}.map-result-card img{width:72px;height:72px;border-radius:5px;object-fit:cover}.map-result-card span{display:grid;align-content:center;gap:4px;min-width:0}.map-result-card strong,.map-result-card small,.map-result-card em{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.map-result-card small{color:#bbb}.map-result-card em{color:#5fd98b;font-size:11px;font-style:normal}.map-popup{display:grid;grid-template-columns:78px minmax(0,1fr);gap:10px}.map-popup img{width:78px;height:88px;object-fit:cover;border-radius:5px}.map-popup div{display:grid;align-content:center;gap:5px}.map-popup span,.map-popup small{color:#555}.map-popup a{font-weight:800;color:#b0002c}.lc-map-marker-shell{background:none;border:0}.lc-map-marker{position:relative;display:block;width:30px;height:38px;border-radius:18px 18px 18px 3px;transform:rotate(-45deg);background:#e21a3f;border:3px solid #fff;box-shadow:0 5px 18px rgba(226,26,63,.48)}.lc-map-marker i{position:absolute;inset:8px;border-radius:50%;background:#fff}.lc-map-marker.is-vip{background:#d5a82f}.lc-map-marker.is-featured{box-shadow:0 0 0 5px rgba(226,26,63,.22),0 6px 20px rgba(226,26,63,.65)}.lc-map-marker.is-online i{background:#20d36c}.marker-cluster div{background:#d91e42;color:#fff;font-weight:900}.map-user-radius,.listing-approx-area{fill:#e21a3f;fill-opacity:.1;stroke:#e21a3f;stroke-dasharray:6 6}.listing-mini-map-section{margin-top:22px}.listing-mini-map{height:260px;border:1px solid rgba(255,255,255,.1);border-radius:8px;overflow:hidden}.listing-mini-map-section .section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}.listing-mini-map-section .section-heading p{margin:4px 0}.leaflet-control-attribution{font-size:9px}.leaflet-container{font-family:Inter,Arial,sans-serif}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#111}
body[data-theme="light"] .map-filter-bar,body[data-theme="light"] .map-results{background:#fff;color:#111}body[data-theme="light"] .map-workspace{background:#f4f4f6}body[data-theme="light"] .map-result-card{color:#111;border-color:rgba(0,0,0,.12);background:#fafafa}body[data-theme="light"] .map-result-card small{color:#555}
@media(max-width:1100px){.map-filter-bar{grid-template-columns:repeat(3,minmax(0,1fr))}.map-workspace{grid-template-columns:minmax(0,1fr) 310px}}
@media(max-width:760px){.map-page-shell{padding:18px 12px 120px}.map-page-heading{align-items:stretch;flex-direction:column}.map-page-heading .button{width:100%}.map-filter-bar{grid-template-columns:repeat(2,minmax(0,1fr));padding:10px}.map-filter-bar label:first-child,.map-filter-bar button:last-child{grid-column:1/-1}.map-workspace{display:block;min-height:0;overflow:visible}.map-canvas-wrap{min-height:54vh;border-radius:8px;overflow:hidden}.map-results{max-height:none;margin-top:10px;border-radius:8px}.map-results-head button{display:block}.map-result-list{grid-template-columns:repeat(2,minmax(0,1fr))}.map-result-card{grid-template-columns:58px minmax(0,1fr)}.map-result-card img{width:58px;height:66px}.listing-mini-map{height:220px}.listing-mini-map-section .section-heading{align-items:stretch;flex-direction:column}}
@media(max-width:430px){.map-result-list{grid-template-columns:1fr}.map-filter-bar{grid-template-columns:1fr}.map-filter-bar label:first-child,.map-filter-bar button:last-child{grid-column:auto}}

.publish-map-picker{height:300px;margin-top:10px;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;background:#17171d}.publish-map-picker-box{min-width:0}(max-width:760px){.publish-map-picker{height:240px}}
