@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Noto+Serif+SC:wght@500;600;700&display=swap');:root {--map-ink: #19342d;--map-muted: #63716b;--map-paper: #f5f2ea;--map-white: #fffdf8;--map-line: #d7ded5;--map-green: #1e684c;--map-green-dark: #124735;--map-red: #c4654c;--map-yellow: #e6b85c;}html,body { min-height: 100%; margin: 0; background: var(--map-paper); }body { color: var(--map-ink); font-family: 'DM Sans', 'PingFang SC', 'Microsoft YaHei', sans-serif; }.map-page,.map-page * { box-sizing: border-box; }.map-page { min-height: 100vh; font-size: 14px; line-height: 1.5; }.map-page a { color: inherit; text-decoration: none; }.map-page button,.map-page input { font: inherit; }.map-page button,.map-page a { -webkit-tap-highlight-color: transparent; }.map-page button:focus-visible,.map-page a:focus-visible,.map-page input:focus-visible { outline: 3px solid rgba(196, 101, 76, .45); outline-offset: 3px; }.map-shell { max-width: 1440px; margin: 0 auto; padding: 0 32px; }.map-header { border-bottom: 1px solid var(--map-line); background: var(--map-paper); }.map-header-inner { height: 68px; display: flex; align-items: center; justify-content: space-between; }.map-brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 700; letter-spacing: .08em; }.brand-mark-sm { width: 32px; height: 32px; display: grid; place-items: center; background: var(--map-green); color: #f7efdc; font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 19px; }.map-brand small { display: block; margin-top: 1px; color: var(--map-muted); font-size: 10px; font-weight: 500; letter-spacing: .04em; }.map-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; }.map-nav a:hover { color: var(--map-red); }.map-nav .publish-link { padding: 8px 13px; border: 1px solid var(--map-green); color: var(--map-green); }.map-nav .publish-link:hover { background: var(--map-green); color: var(--map-white); }.map-main { padding-bottom: 32px; }.map-search-section { padding: 34px 0 22px; }.map-heading { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; }.eyebrow { margin: 0 0 8px; color: var(--map-red); font-size: 11px; font-weight: 700; letter-spacing: .13em; }.map-heading h1 { margin: 0; font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 32px; font-weight: 600; line-height: 1.2; }.map-heading p:last-child { margin: 8px 0 0; color: var(--map-muted); font-size: 13px; }.map-summary { min-width: 112px; padding-left: 16px; border-left: 2px solid var(--map-yellow); }.map-summary strong { display: block; color: var(--map-green); font-size: 25px; line-height: 1.1; }.map-summary span { color: var(--map-muted); font-size: 12px; }.map-search-form { position: relative; display: grid; grid-template-columns: 175px minmax(0, 1fr) 128px; max-width: 920px; gap: 0; padding: 8px; background: var(--map-green-dark); }.map-search-field { min-width: 0; padding: 8px 14px; background: var(--map-white); border-right: 1px solid var(--map-line); }.field-label { display: block; color: var(--map-muted); font-size: 10px; line-height: 1.2; }.city-picker-button { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 3px 0 0; border: 0; background: transparent; color: var(--map-ink); cursor: pointer; font-size: 15px; text-align: left; }.city-chevron { color: var(--map-green); font-size: 18px; line-height: 1; }.keyword-field input { display: block; width: 100%; padding: 3px 0 0; border: 0; outline: 0; background: transparent; color: var(--map-ink); font-size: 15px; }.keyword-field input::placeholder { color: var(--map-muted); opacity: .9; }.map-search-submit { border: 0; background: var(--map-red); color: #fff; cursor: pointer; font-size: 13px; font-weight: 700; }.map-search-submit:hover { background: #ad513b; }.city-menu { position: absolute; z-index: 30; top: calc(100% - 1px); left: 8px; width: min(550px, calc(100% - 16px)); padding: 15px; border: 1px solid var(--map-line); background: var(--map-white); box-shadow: 0 14px 30px rgba(25, 52, 45, .16); }.city-menu-heading { margin-bottom: 10px; color: var(--map-muted); font-size: 12px; }.city-menu-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 6px; }.city-option { min-height: 42px; border: 1px solid transparent; background: transparent; color: var(--map-ink); cursor: pointer; }.city-option:hover { border-color: var(--map-green); color: var(--map-green); }.map-filters { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; padding: 15px 0 10px; border-bottom: 1px solid var(--map-line); }.map-filter-label,.quick-locations > span { color: var(--map-muted); font-size: 12px; }.map-filter-menu { position: relative; }.map-filter-trigger,.map-filter-current { display: inline-flex; min-height: 30px; align-items: center; gap: 9px; padding: 4px 10px; border: 1px solid var(--map-line); background: var(--map-white); color: var(--map-ink); cursor: pointer; font-size: 12px; }.map-filter-trigger:hover { border-color: var(--map-green); color: var(--map-green); }.map-filter-trigger span { color: var(--map-green); font-size: 15px; line-height: 1; }.map-filter-current { border-color: var(--map-green); color: var(--map-green); }.map-filter-current b { color: var(--map-red); font-size: 16px; font-weight: 500; line-height: 1; }.map-filter-options { position: absolute; z-index: 15; top: calc(100% + 4px); left: 0; min-width: 170px; padding: 6px; border: 1px solid var(--map-line); background: var(--map-white); box-shadow: 0 10px 24px rgba(25, 52, 45, .12); }.map-filter-options.show { display: flex; flex-direction: column; }.map-filter-options a { display: flex; justify-content: space-between; gap: 16px; padding: 7px 9px; color: var(--map-muted); font-size: 12px; white-space: nowrap; }.map-filter-options a:hover { background: #edf3ed; color: var(--map-green); }.map-filter-options small { color: #89958f; font-size: 10px; }.clear-map-filters { margin-left: 3px; color: var(--map-red) !important; font-size: 12px; }.clear-map-filters:hover { text-decoration: underline !important; }.quick-locations { display: flex; align-items: baseline; gap: 14px; padding: 15px 0 0; }.quick-location-list { display: flex; flex-wrap: wrap; gap: 4px 15px; }.quick-location { color: var(--map-green) !important; font-size: 12px; }.quick-location:hover { color: var(--map-red) !important; text-decoration: underline !important; }.map-workspace { display: grid; grid-template-columns: minmax(320px, 390px) minmax(0, 1fr); min-height: 620px; overflow: hidden; border: 1px solid var(--map-line); background: var(--map-white); }.map-list-panel { display: flex; min-width: 0; flex-direction: column; border-right: 1px solid var(--map-line); background: var(--map-white); }.map-list-header { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 14px 18px; border-bottom: 1px solid var(--map-line); }.selected-location { display: flex; flex-wrap: wrap; align-items: center; gap: 6px; color: var(--map-ink); font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 16px; }.selected-location span { padding: 3px 7px; background: #edf3ed; }.selected-location a { color: var(--map-red); font-family: 'DM Sans', sans-serif; font-size: 17px; line-height: 1; }.map-list-count { color: var(--map-muted); font-size: 12px; }.map-list-toolbar { display: flex; align-items: center; justify-content: space-between; padding: 12px 18px 9px; color: var(--map-muted); font-size: 12px; }.map-list-toolbar a { color: var(--map-green); }.map-list-toolbar a:hover { color: var(--map-red); }.property-list { flex: 1 1 auto; min-height: 0; overflow-y: auto; }.map-house-card { display: grid; grid-template-columns: 105px minmax(0, 1fr); gap: 12px; min-width: 0; padding: 13px 18px; border-bottom: 1px solid var(--map-line); cursor: pointer; transition: background .18s; }.map-house-card:hover,.map-house-card.is-active { background: #f1f6f0; }.map-house-image { display: flex; width: 105px; height: 96px; align-items: center; justify-content: center; overflow: hidden; background: #e7ebe5; }.map-house-image img { width: 100%; height: 100%; object-fit: cover; }.map-house-image span { color: var(--map-green); font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 16px; }.map-house-info { min-width: 0; }.map-house-title { display: flex; align-items: baseline; justify-content: space-between; gap: 6px; }.map-house-title a { min-width: 0; overflow: hidden; color: var(--map-ink); font-size: 14px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }.map-house-title a:hover { color: var(--map-green); }.map-house-title strong { flex: 0 0 auto; color: var(--map-green); font-size: 11px; }.map-house-location,.map-house-meta { overflow: hidden; margin: 6px 0 0; color: var(--map-muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }.map-house-meta { margin-top: 4px; }.map-house-price { display: flex; align-items: baseline; gap: 3px; margin-top: 7px; }.map-house-price strong { color: var(--map-green); font-size: 16px; }.map-house-price span { color: var(--map-muted); font-size: 10px; }.map-house-price em { max-width: 120px; overflow: hidden; margin-left: 5px; padding: 2px 4px; background: #fff2df; color: var(--map-red); font-size: 10px; font-style: normal; text-overflow: ellipsis; white-space: nowrap; }.map-empty { display: flex; flex-direction: column; align-items: center; gap: 6px; padding: 55px 18px; color: var(--map-muted); text-align: center; }.map-empty strong { color: var(--map-ink); font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 18px; }.map-pagination { padding: 17px 18px 20px; }.map-pagination a,.map-pagination span,.map-pagination strong { display: inline-flex; min-width: 32px; min-height: 30px; align-items: center; justify-content: center; margin-right: 4px; padding: 4px 8px; border: 1px solid var(--map-line); background: var(--map-white); color: var(--map-muted); font-size: 11px; }.map-pagination a:hover { border-color: var(--map-green); color: var(--map-green); }.map-pagination .current,.map-pagination strong { border-color: var(--map-green); background: var(--map-green); color: #fff; }.map-canvas { position: relative; min-width: 0; min-height: 620px; background: #dfe7df; }.map-content,#allmap { width: 100%; height: 100%; min-height: 620px; }.map-canvas-label { position: absolute; z-index: 10; top: 16px; left: 16px; display: flex; align-items: center; gap: 7px; padding: 7px 10px; background: rgba(255, 253, 248, .9); color: var(--map-muted); font-size: 11px; box-shadow: 0 3px 10px rgba(25, 52, 45, .1); }.map-pulse { width: 7px; height: 7px; border-radius: 50%; background: var(--map-red); box-shadow: 0 0 0 4px rgba(196, 101, 76, .16); }.amap-info-content { padding: 0 !important; border: 0 !important; background: transparent !important; }.map-info-window { min-width: 230px; padding: 12px; border: 1px solid var(--map-line); background: var(--map-white); color: var(--map-ink); box-shadow: 0 8px 20px rgba(25, 52, 45, .14); }.map-info-mark { float: right; display: grid; width: 42px; height: 42px; margin: 0 0 8px 12px; place-items: center; background: var(--map-green); color: #f7efdc; font-family: 'Noto Serif SC', 'Songti SC', serif; font-size: 22px; }.map-info-title { display: block; margin-bottom: 7px; color: var(--map-green) !important; font-size: 14px; font-weight: 700; }.map-info-window p { margin: 4px 0 0; color: var(--map-muted); font-size: 11px; line-height: 1.5; }@media (max-width: 900px) {.map-shell { padding: 0 20px; }.map-heading h1 { font-size: 28px; }.map-workspace { grid-template-columns: minmax(290px, 350px) minmax(0, 1fr); }.map-house-card { grid-template-columns: 86px minmax(0, 1fr); padding: 12px; }.map-house-image { width: 86px; height: 84px; }.map-house-price em { display: none; }}@media (max-width: 700px) {.map-header-inner { height: 62px; }.map-nav { gap: 12px; }.map-nav a:nth-child(2),.map-nav .publish-link { display: none; }.map-search-section { padding-top: 26px; }.map-heading { align-items: start; }.map-heading p:last-child { max-width: 400px; }.map-search-form { grid-template-columns: 1fr; gap: 7px; padding: 10px; }.map-search-field { border-right: 0; }.map-search-submit { min-height: 44px; }.city-menu { top: calc(100% - 1px); left: 10px; width: calc(100% - 20px); }.city-menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }.map-filters { align-items: flex-start; }.quick-locations { display: block; }.quick-location-list { margin-top: 7px; }.map-workspace { display: flex; flex-direction: column-reverse; min-height: 0; }.map-list-panel { border-top: 1px solid var(--map-line); border-right: 0; }.map-canvas,.map-content,#allmap { min-height: 52vh; height: 52vh; }.property-list { max-height: none; }}@media (max-width: 430px) {.map-shell { padding: 0 14px; }.map-brand small { display: none; }.map-heading { display: block; }.map-summary { display: inline-block; margin-top: 18px; }.map-filter-options { position: fixed; top: auto; right: 14px; bottom: 14px; left: 14px; min-width: 0; max-height: 45vh; overflow-y: auto; }.map-house-card { grid-template-columns: 92px minmax(0, 1fr); }.map-house-image { width: 92px; height: 88px; }}