.site-main { display: grid; gap: 16px; }
.visual-section { min-height: 270px; }
.main-banner { display: block; width: 100%; height: auto; border-radius: calc(var(--card-radius) - 1px); box-shadow: 0 8px 20px rgba(0, 0, 0, .16); }
.shortcut-section { min-height: 110px; }
.property-filter { padding: 24px 32px 18px; border: 1px solid #ddd; border-radius: 9px; background: #f8f8f8; }
.filter-top-row, .filter-range-row { display: grid; grid-template-columns: 1.15fr 1fr; gap: 42px; }
.filter-range-row { margin-top: 16px; }
.filter-field, .filter-range { display: flex; align-items: center; gap: 18px; min-width: 0; }
.filter-field strong, .filter-range > strong { flex: 0 0 auto; font-size: 16px; }
.filter-field select, .filter-field input { min-width: 0; height: 38px; padding: 0 14px; border: 1px solid #ddd; background: #fff; color: #777; font-size: 15px; }
.filter-field select { flex: 1; appearance: auto; }
.filter-field input { flex: 1; }
.filter-range > strong { width: 64px; }
.range-body { position: relative; flex: 1; min-width: 0; padding-top: 28px; }
.range-value { position: absolute; top: -10px; left: var(--range-mid, 50%); padding: 3px 9px; border: 1px solid #999; border-radius: 6px; background: #fff; color: #666; transform: translateX(-50%); white-space: nowrap; }
.range-track { position: relative; height: 3px; margin: 0 8px; background: #bbb; }
.range-track::before, .range-track::after { display: none; }
.range-track i { display: none; }
.range-fill { position: absolute; top: 0; left: var(--range-min, 0%); width: calc(var(--range-max, 100%) - var(--range-min, 0%)); height: 3px; background: #777; }
.range-input { position: absolute; top: 18px; left: 0; z-index: 2; width: 100%; height: 20px; margin: 0; appearance: none; pointer-events: none; background: transparent; }
.range-input.range-max { z-index: 3; }
.range-input::-webkit-slider-runnable-track { height: 3px; background: transparent; }
.range-input::-moz-range-track { height: 3px; background: transparent; }
.range-input::-webkit-slider-thumb { width: 14px; height: 14px; margin-top: -5px; appearance: none; border: 2px solid #ff4b58; border-radius: 50%; background: #fff; pointer-events: auto; cursor: pointer; }
.range-input::-moz-range-thumb { width: 10px; height: 10px; border: 2px solid #ff4b58; border-radius: 50%; background: #fff; pointer-events: auto; cursor: pointer; }
.range-track::before, .range-track::after { position: absolute; top: 50%; width: 14px; height: 14px; border: 2px solid #ff4b58; border-radius: 50%; background: #fff; content: ""; transform: translate(-50%, -50%); }
.range-track::before { left: 12%; }
.range-track::after { left: 54%; }
.range-track i { position: absolute; top: 0; left: 12%; width: 42%; height: 3px; background: #777; }
.range-ticks { display: flex; justify-content: space-between; margin-top: 9px; color: #777; white-space: nowrap; }
.range-ticks span { position: relative; padding-top: 7px; text-align: center; }
.range-ticks span::before { position: absolute; top: 0; left: 50%; width: 1px; height: 5px; background: #bbb; content: ""; transform: translateX(-50%); }
.filter-submit { display: block; width: 94px; height: 38px; margin: 16px 0 0 auto; border: 0; border-radius: 8px; background: linear-gradient(#111, #000); color: #fff; font-size: 15px; font-weight: 700; cursor: pointer; }
.home-section { margin-bottom: 22px; }
.home-visual { border: 0; border-radius: 9px; background: #fff; }
.home-main-visual-image { display: block; width: 100%; height: auto; border-radius: 8px; }
.mobile-home-tools { display: none; }
.home-visual-copy { display: flex; flex-direction: column; justify-content: center; padding: 34px 44px; }
.home-visual-copy strong { font-size: clamp(28px, 3vw, 46px); letter-spacing: -.06em; }
.home-visual-copy p { margin: 12px 0 20px; font-size: 19px; font-weight: 700; }
.home-visual-copy b { color: #ff9a52; font-size: 18px; }
.home-visual-copy span { margin-top: 10px; }
.home-visual-art { background: linear-gradient(135deg, rgba(255, 255, 255, .16), transparent 42%), linear-gradient(120deg, transparent 30%, #ff8e4d 30%, #ff8e4d 72%, #ff4c59 72%); }
.home-section-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.home-section-heading h2 { margin: 0; font-size: 17px; }
.button-wrap { display: flex; align-items: center; gap: 5px; }
.button-wrap > .wrap { display: flex; }
.button-wrap button { height: 26px; padding: 0 8px; border: 1px solid #dcdcdc; border-radius: 3px; background: #fff; color: #111; font-size: 12px; font-weight: 700; }
.button-wrap > .wrap button { display: inline-flex; align-items: center; justify-content: center; width: 26px; padding: 0; }
.button-wrap > .wrap button img { display: block; width: 18px; height: 18px; }
.button-wrap > .wrap button.is-active { border-color: #c8c8c8; }
.button-wrap > .wrap button.is-disabled { background: #f5f5f5; cursor: default; }
.button-wrap > .wrap button.is-disabled img { opacity: .35; }
.button-wrap > .wrap button + button { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0; }
.button-wrap > .wrap button:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; }
.listing-strip { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 8px; }
.listing-card { position: relative; padding: 7px; border: 1px solid #dcdcdc; border-radius: 8px; background: #fff; }
.listing-card strong { display: block; margin: 7px 0 4px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.listing-card > .wrap { display: flex; flex-direction: column; gap: 3px; }
.listing-card p { display: flex; align-items: center; gap: 6px; margin: 0; font-size: 12px; }
.listing-card p b { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 47px; width: 47px; height: 20px; border-radius: 5px; background: linear-gradient(90deg, #000, #3a3a3a, #000); color: #fff; font-size: 12px; font-weight: 400; }
.listing-badge { position: absolute; top: 9px; left: 9px; display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 22px; border-radius: 5px; background: linear-gradient(-48deg, #ff8929, #f83640); color: #fff; font-size: 12px; font-weight: 700; }
.listing-badge.is-trading { background: linear-gradient(-48deg, #36d1f8, #0600ff); }
.listing-badge.is-urgent { background: linear-gradient(-48deg, #b2de00, #00812a); }
.listing-thumb, .deal-thumb { height: 84px; border-radius: 4px; background: linear-gradient(135deg, #26313d, #60707a 50%, #1a222c); }

.deal-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.deal-card { display: grid; grid-template-columns: 249px minmax(0, 1fr); gap: 12px; padding: 7px; border: 1px solid #dcdcdc; border-radius: 8px; background: #fff; }
.deal-media { min-width: 0; }
.deal-thumb { width:249px; height: 136px; }
.deal-thumbs { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 4px; margin-top: 4px; }
.deal-thumb-small { display: block; height: 40px; border-radius: 3px; background: linear-gradient(135deg, #26313d, #60707a 50%, #1a222c); }
.deal-copy { min-width: 0; }
.deal-copy .title { font-size:16px; font-weight:500; }
.deal-copy .title, .deal-copy p { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.deal-copy p { margin: 8px 0; line-height: 1.5; white-space: normal; font-size:13px; }
.deal-copy p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; }
.deal-copy > .wrap { margin-top:10px; display: flex; flex-direction: column; gap: 5px; }
.deal-copy span { display: flex; align-items: center; gap: 6px; font-size: 12px; }
.deal-copy span b { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 47px; width: 47px; height: 20px; border-radius: 5px; background: linear-gradient(90deg, #000, #3a3a3a, #000); color: #fff; font-size: 12px; font-weight: 400; }
.partner-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 6px; }
.partner-item { display: block; overflow: hidden; border-radius: 4px; }
.partner-item img { display: block; width: 100%; height: auto; }

.review-grid { position: relative; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 28px; border: 1px solid #ddd; border-radius: 7px; padding: 12px 14px; }
.review-grid::after { position: absolute; top: 12px; bottom: 12px; left: 50%; width: 1px; background: #ddd; content: ''; }
.review-row { display: grid; grid-template-columns: 36px minmax(0, 1fr) 30px 70px; gap:10px; align-items: center; padding: 7px 0; }
.review-row span { padding: 2px 4px; border-radius: 3px; background: #111; font-size:12px; color: #fff; text-align: center; }
.review-row a { min-width: 0; display: block; overflow: hidden; color: #333; text-overflow: ellipsis; white-space: nowrap; }
.review-row b { color: #f7323f; font-weight: 400; }
.review-row > em { width: 70px; white-space: nowrap; }
.review-row em { color: #666; font-style: normal; text-align: right; }

.home-summary { display: flex; gap: 8px; align-items: stretch; }
.home-summary-image-wrap { min-width: 0; flex: 1; overflow: hidden; border-radius: 7px; }
.home-summary-image { display: block; }
.home-summary h2 { margin: 0 0 10px; font-size: 22px; }
.home-summary p { margin: 0; line-height: 1.7; }
.home-summary p b { color: #f7323f; }
.summary-metrics { display: grid; grid-template-columns: repeat(2, 154px); gap: 5px; }
.summary-metric { display: flex; flex-direction: column; align-items: center; width: 154px; height: 86px; padding: 6px 10px; border-radius: 5px; background: #f3f3f3; }
.summary-metric:nth-child(1) { background: linear-gradient(180deg, #fdfefd, #dedede 50%, #fdfefd); color: #111; border: 1px solid #ccc; }
.summary-metric:nth-child(2) { background: linear-gradient(180deg, #25004d, #5a00c8 50%, #210047); color: #fff; }
.summary-metric:nth-child(3) { background: linear-gradient(180deg, #400021, #78003e 50%, #400021); color: #fff; }
.summary-metric:nth-child(4) { background: linear-gradient(180deg, #441400, #902a00 50%, #441400); color: #fff; }
.summary-metric hr { width: 100%; margin: 5px 0 3px; border: 0; border-top: 1px solid rgba(255, 255, 255, .45); }
.summary-metric:nth-child(1) hr { border-top-color: #d5d5d5; }
.summary-metric:nth-child(2) hr { border-top-color: #8b43d3; }
.summary-metric:nth-child(3) hr { border-top-color: #d51b78; }
.summary-metric:nth-child(4) hr { border-top-color: #c25a1e; }
.summary-metric > .value { display: flex; flex: 1; align-items: center; justify-content: center; font-size: 24px; font-weight: 700; }
.summary-metric > .title { display: flex; align-items: center; justify-content: center; height: 25px; font-size: 16px; font-weight: 700; }
.home-services { padding-top: 2px; }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 7px; }
.service-grid a { flex-direction: column; gap: 20px; height: 160px; border: 1px solid #ddd; border-radius: 7px; color: #333; font-weight: 700; }
.service-grid a img { display: block; width: 54px; height: 54px; object-fit: contain; }
.service-grid a span { display: block; }
.listing-section { min-height: 220px; }
.featured-section { min-height: 360px; }
.partner-section { min-height: 300px; }
.review-section { min-height: 190px; }
.summary-section { min-height: 160px; }
.service-section { min-height: 130px; }

.aside-login { min-height: 270px; }
.aside-banner { min-height: 50px; }

.aside-notice { min-height: 120px; }
.aside-latest, .aside-popular { min-height: 310px; }
.aside-ranking { min-height: 410px; }

@media (max-width: 1024px) {
	.site-main { gap: 14px; }
	.visual-section { min-height: 190px; }
	.shortcut-section { min-height: 90px; }
	.property-filter { padding: 18px 14px; }
	.filter-top-row, .filter-range-row { grid-template-columns: 1fr; gap: 14px; }
	.filter-range-row { margin-top: 14px; }
	.filter-field, .filter-range { gap: 10px; }
	.filter-field strong, .filter-range > strong { }
	.range-ticks { }
	.listing-section { min-height: 240px; }
	.featured-section { min-height: 330px; }
	.partner-section { min-height: 280px; }
	.review-section { min-height: 190px; }
	.summary-section { min-height: 150px; }
	.service-section { min-height: 110px; }
	.home-visual { grid-template-columns: 1fr; }
	.mobile-home-tools { display: grid; gap: 14px; margin-top: -2px; }
	.mobile-home-shortcuts { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 8px; }
	.mobile-home-shortcuts a { display: flex; flex-direction: column; align-items: center; gap: 4px; color: #333; font-size: 13px; font-weight: 700; text-align: center; white-space: nowrap; }
	.mobile-home-shortcuts img { display: block; width: 100%; height: auto; }
	.mobile-home-search { height: 42px; padding: 2px; border-radius: 21px; background: linear-gradient(90deg, #ff4545, #ff963d); }
	.mobile-home-search > .wrap { display: flex; align-items: center; width: 100%; height: 100%; border-radius: 19px; overflow: hidden; background: #fff; }
	.mobile-home-search input { min-width: 0; flex: 1; height: 100%; padding: 0 14px; border: 0; background: transparent; color: #333; text-align: center; }
	.mobile-home-search input::placeholder { color: #aaa; }
	.mobile-home-search button { display: flex; align-items: center; justify-content: center; width: 38px; height: 100%; padding: 0; border: 0; background: transparent; }
	.mobile-home-search button img { display: block; width: 18px; height: 18px; object-fit: contain; }
	.home-visual-copy { padding: 24px; }
	.home-visual-art { display: none; }
	.listing-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.deal-grid, .review-grid { grid-template-columns: 1fr; }
	.deal-card { grid-template-columns: minmax(0, 40%) minmax(0, 1fr); }
	.deal-thumb { width: 100%; height: auto; aspect-ratio: 249 / 136; }
	.deal-thumb-small { height: auto; aspect-ratio: 3 / 2; }
	.review-grid::after { display: none; }
	.home-summary { flex-direction: column; }
	.summary-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.summary-metric { width: auto; }
	.partner-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.service-grid { grid-template-columns: repeat(3, 1fr); }
	.aside-login, .aside-banner, .aside-notice { min-height: 150px; }
	.aside-latest, .aside-popular { min-height: 220px; }
	.aside-ranking { min-height: 300px; }
	.home-services, .site-aside > .aside-login, .site-aside > .aside-banner { display: none; }
}

