/* Property index page layout styles extracted from property/index.php */
:root{--brand:#ff2f57;--text:#111827;--muted:#8b98ae;--line:#e2e8f0;--bg:#f3f6fb;--chip:#f7f8fb}
.header {display:none}
*{box-sizing:border-box}html,body{height:100%}
body{background:var(--bg)}
.map-app{display:grid;grid-template-columns:minmax(0,1fr) 400px;grid-template-areas:"map list";gap:0;height:100vh;min-height:720px;padding:0;background:#f3f6fb}
.pane-list{grid-area:list;display:flex;flex-direction:column;width:400px;max-width:400px;background:#f3f6fb;height:100vh;max-height:none;position:relative;z-index:6;border-left:1px solid rgba(15,23,42,.08);box-shadow:-32px 0 48px rgba(15,23,42,.12);padding:24px 24px 20px;overflow:hidden}
.pane-list__header{flex:0 0 auto;display:flex;flex-direction:column;gap:28px;margin-bottom:24px;position:sticky;top:0;background:#f3f6fb;z-index:10;padding-bottom:8px}
.pane-list__header-top{display:flex;align-items:center;justify-content:space-between;gap:20px}
.pane-list__stats{display:flex;flex-direction:column;gap:10px}
.pane-list__eyebrow{font-size:13px;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.08em}
.pane-list__title-row{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap}
.pane-list__title{font-size:24px;font-weight:800;line-height:1;color:#0f172a;min-width:0}
.pane-list__count{font-size:18px;font-weight:700;color:var(--brand);white-space:nowrap}
.pane-list__muted{font-size:12px;color:#64748b}
.pane-list__actions{white-space:nowrap}
.pane-list__actions>*{flex:0 0 auto}
.pane-list__search{position:relative;flex:1}
.pane-list__actions .summary-action-btn .unit-switch{gap:12px;padding:0 10px}
.pane-list__actions .summary-action-btn .unit-switch__label{font-size:13px}
.pane-list__sort{
    padding: 5px 10px;
    border: 1px solid rgba(148, 163, 184, .35);
    background: #fff url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8" fill="none"%3E%3Cpath d="M10.59 0.589996L6 5.17L1.41 0.589996L0 1.99999L6 8L12 1.99999L10.59 0.589996Z" fill="%2394a3b8"/%3E%3C/svg%3E') no-repeat right 18px center;
    background-size: 12px 8px;
    font-size: 14px;
    color: #1f2937;
    appearance: none;
    -webkit-appearance: none;
    transition: border-color .15s ease, box-shadow .15s ease;
    margin: 0;
  }
.pane-list__sort:focus{outline:none;border-color:#94a3b8;box-shadow:0 16px 36px rgba(15,23,42,.12)}
.unit-switch{position:relative;display:inline-flex;align-items:center;justify-content:space-between;gap:0;padding:4px;border-radius:999px;background:#f8fafc;font-weight:700;color:#64748b;min-width:92px}
.unit-switch__label{position:relative;z-index:2;flex:1;text-align:center;padding:6px 12px;border-radius:999px;font-size:13px;transition:color .2s ease}
.unit-switch__thumb{position:absolute;top:4px;bottom:4px;left:4px;width:calc(50% - 7px);border-radius:999px;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.14);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}
[data-unit-toggle][data-unit-mode="py"] .unit-switch__thumb{transform:translateX(calc(100% + 4px));background:var(--brand);box-shadow:0 8px 22px rgba(255,47,87,.28)}
[data-unit-toggle][data-unit-mode="py"] .unit-switch__label--py{color:#fff}
[data-unit-toggle][data-unit-mode="py"] .unit-switch__label--sqm{color:#d1d5db}
[data-unit-toggle][data-unit-mode="sqm"] .unit-switch__label--sqm{color:#0f172a}
[data-unit-toggle][data-unit-mode="sqm"] .unit-switch__label--py{color:#64748b}

.search-field{position:relative}
.search-field__icon{position:absolute;left:18px;top:50%;transform:translateY(-50%);font-size:18px;color:#94a3b8;pointer-events:none;transition:color .15s ease}
.search-field.is-active .search-field__icon{color:var(--brand)}
.search-field.is-active input{border-color:#cbd5f5;box-shadow:0 14px 34px rgba(99,102,241,.12)}
.search-field input{width:100%;height:56px;padding:0 20px 0 54px;border:1px solid rgba(148,163,184,.35);border-radius:18px;background:#fff;font-size:15px;color:#1f2937;transition:border-color .15s ease,box-shadow .15s ease}
.search-field input:focus{outline:none;border-color:#94a3b8;box-shadow:0 18px 44px rgba(15,23,42,.12)}
.search-dropdown{position:absolute;top:calc(100% + 8px);left:0;right:0;padding:16px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 24px 48px rgba(15,23,42,.12);display:none;flex-direction:column;gap:12px;z-index:15}
.search-dropdown.is-open{display:flex}
.search-dropdown__header{display:flex;align-items:center;justify-content:space-between}
.search-dropdown__title{font-size:13px;font-weight:700;color:#0f172a}
.search-dropdown__clear{background:none;border:0;padding:0;font-size:12px;font-weight:600;color:#6366f1;cursor:pointer;transition:color .15s ease}
.search-dropdown__clear[disabled]{color:#cbd5f5;cursor:default}
.search-dropdown__body{display:flex;flex-direction:column;gap:10px}
.search-dropdown__empty{margin:4px 0 0;font-size:12px;color:#94a3b8}
.search-dropdown__chips{display:flex;flex-direction:column;gap:8px;max-height:220px;overflow-y:auto;padding-right:4px}
.search-dropdown__chip{display:flex;align-items:center;gap:6px;padding:10px 12px;border-radius:10px;border:1px solid var(--line);background:#f8fafc;font-size:13px;color:#1f2937;cursor:pointer;transition:border-color .15s ease,background .15s ease,transform .15s ease}
.search-dropdown__chip:hover{border-color:#cbd5f5;background:#eef2ff;transform:translateY(-1px)}
.filter-chip-group{display:flex;flex-wrap:wrap;gap:8px}
.toolbar-actions{display:flex;flex-wrap:wrap;gap:12px;align-items:center}
.filter-button{display:inline-flex;align-items:center;gap:8px;padding:0 20px;height:48px;border:1px solid rgba(148,163,184,.35);border-radius:14px;background:#fff;font-size:14px;font-weight:600;color:#475569;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease}
.filter-button:hover{border-color:#cbd5f5;box-shadow:0 16px 36px rgba(15,23,42,.12);color:#1f2937}
.view-toggle{display: flex; align-items: center; gap: 10px; margin-top: 4px; justify-content: space-between;}
.view-toggle__label{font-size:12px;font-weight:600;color:#64748b}
.view-toggle__group{display:inline-flex;gap:4px;padding:4px;border-radius:999px;background:#f1f5f9;border:1px solid rgba(15,23,42,.08)}
.view-toggle__button{min-width:68px;height:32px;padding:0 14px;border:0;border-radius:999px;background:transparent;font-size:12px;font-weight:600;color:#475569;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}
.view-toggle__button:hover{background:#e2e8f0;color:#1f2937}
.view-toggle__button.is-active{background:var(--brand);color:#fff;}
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.list-scroll{flex:1;overflow:auto;-webkit-overflow-scrolling:touch;padding-right:4px}
.article-list{list-style:none;margin:0;padding:0 0 24px;display:flex;flex-direction:column;gap:24px}
.article-list[data-view-mode="gallery"]{flex-direction:row;flex-wrap:wrap;gap:22px;align-content:flex-start;padding-bottom:28px}
.article-list[data-view-mode="gallery"] .card{display:flex;flex-direction:column;width:calc(50% - 11px);max-width:360px;padding:0;border:0;border-radius:20px;overflow:hidden;background:#0f172a;box-shadow:0 20px 44px rgba(15,23,42,.26);color:#fff;height:auto}
.list-scroll[data-view-mode="gallery"] .card:hover{transform:translateY(-4px);box-shadow:0 26px 60px rgba(15,23,42,.32)}
.list-scroll[data-view-mode="gallery"] .card.is-active{outline:3px solid var(--brand);outline-offset:-3px}
.list-scroll[data-view-mode="gallery"] .card.is-viewed{outline:2px solid rgba(99,102,241,.6);outline-offset:-2px}
.article-list[data-view-mode="gallery"] .card-thumb{width:100%;aspect-ratio:4/3;border-radius:0;box-shadow:none}
.article-list[data-view-mode="gallery"] .card-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.38) 60%,rgba(15,23,42,.85) 100%);opacity:0;transition:opacity .18s ease}
.article-list[data-view-mode="gallery"] .card:hover .card-thumb::after{opacity:1}
.article-list[data-view-mode="gallery"] .card-thumb img{transition:transform .24s ease}
.article-list[data-view-mode="gallery"] .card:hover .card-thumb img{transform:scale(1.06)}
.article-list[data-view-mode="gallery"] .des-container{display:flex;flex-direction:column;position:relative;min-height:100%}
.article-list[data-view-mode="gallery"] .des-wrap{position:absolute;left:0;right:0;bottom:0;padding:22px 22px 20px;background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.92) 80%);color:#fff;gap:10px}
.article-list[data-view-mode="gallery"] .des-inner{max-height:none !important}
.article-list[data-view-mode="gallery"] .des-inner::after{display:none}
.article-list[data-view-mode="gallery"] .card-toggle{display:none}
.article-list[data-view-mode="gallery"] .card-title{font-size:18px;color:#fff}
.article-list[data-view-mode="gallery"] .card-price{color:#fff;font-size:16px}
.article-list[data-view-mode="gallery"] .card-info{color:rgba(241,245,249,.78)}
.article-list[data-view-mode="gallery"] .card-summary{color:rgba(226,232,240,.82)}
.article-list[data-view-mode="gallery"] .card-labels{display:none}
.article-list[data-view-mode="gallery"] .card-divider{display:none}
.list-scroll[data-view-mode="gallery"] .badge{background:rgba(255,255,255,.22);color:#fff}
.list-scroll[data-view-mode="gallery"] .card::before{content:attr(data-tagline);position:absolute;left:18px;top:18px;padding:6px 14px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase;backdrop-filter:blur(6px)}
.list-scroll[data-view-mode="gallery"] .card::after{content:none}
.list-scroll[data-view-mode="gallery"] .card:not([data-tagline])::before,
.list-scroll[data-view-mode="gallery"] .card[data-tagline=""]::before{display:none}
.list-scroll[data-view-mode="gallery"] .card:not([data-status-label])::after,
.list-scroll[data-view-mode="gallery"] .card[data-status-label=""]::after{display:none}
.list-recent{display:none;padding:12px 16px 4px;border-bottom:1px solid var(--line);background:#fff}
.list-recent.is-visible{display:block}
.list-recent__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}
.list-recent__title{font-size:13px;font-weight:700;color:#0f172a}
.list-recent__clear{background:none;border:0;font-size:12px;color:#64748b;cursor:pointer;padding:0}
.list-recent__clear[disabled]{opacity:.35;cursor:default}
.list-recent__clear:hover{color:#0f172a}
.list-recent__items{display:flex;gap:12px;overflow-x:auto;padding-bottom:8px;margin:0 -4px}
.list-recent__item{flex:0 0 auto;min-width:180px;padding:10px;border:1px solid var(--line);border-radius:12px;background:#f8fafc;display:flex;gap:10px;align-items:center;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}
.list-recent__item:hover{border-color:var(--brand);box-shadow:0 6px 16px rgba(15,23,42,.12)}
.list-recent__thumb{width:48px;height:48px;border-radius:10px;overflow:hidden;background:#e2e8f0;flex:none}
.list-recent__thumb img{width:100%;height:100%;object-fit:cover}
.list-recent__meta{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}
.list-recent__subject{font-size:13px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.list-recent__price{font-size:12px;font-weight:600;color:#1f2937}
.list-recent__desc{font-size:11px;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.card::before{display:none}
/*.card:hover{transform:translateY(-4px);box-shadow:0 36px 80px rgba(15,23,42,.18);border-color:rgba(148,163,184,.58)}*/

.card.is-active{border-color:var(--brand);box-shadow:0 14px 36px rgba(255,47,87,.2);background:#fff}
.card.is-viewed{border-color:#cbd5f5;box-shadow:0 12px 32px rgba(148,163,184,.18);background:#fff}
.card.is-recent.is-active{border-color:var(--brand);box-shadow:0 16px 40px rgba(255,47,87,.22);background:#fff}
.card.is-recent.is-viewed{border-color:#4c51bf;box-shadow:0 14px 34px rgba(76,81,191,.2);background:#fff}
.card.is-active.is-viewed{border-color:var(--brand);box-shadow:0 16px 40px rgba(255,47,87,.22);background:#fff}

.des-container{display:contents}
.des-media{position:relative;height:100%;border-radius:26px;overflow:hidden}
.card-thumb{position:relative;width:100%;height:100%;border-radius:26px;overflow:hidden;background:#e2e8f0;border:0;padding:0;cursor:pointer;display:block;box-shadow:inset 0 0 0 1px rgba(15,23,42,.04);transition:transform .2s ease,box-shadow .2s ease}
.card-thumb:hover{transform:scale(1.02)}
.card-thumb img{width:100%;height:100%;object-fit:cover;display:block}
.card-thumb::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.45) 100%);opacity:0;transition:opacity .2s ease}
.card-thumb:hover::after{opacity:1}
.des-wrap{position:relative;display:flex;flex-direction:column;justify-content:space-between;gap:16px;min-width:0}
.des-inner{position:relative;display:flex;flex-direction:column;gap:8px;min-width:0}
.card[data-expanded="false"] .des-inner{max-height:172px;overflow:hidden}
.card[data-expanded="false"] .des-inner::after{content:"";position:absolute;left:0;right:0;bottom:0;height:48px;background:linear-gradient(180deg,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%)}
.card[data-expanded="true"] .des-inner{max-height:none}
.card[data-expanded="true"] .des-inner::after{display:none}
.card-labels{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;font-weight:600;color:#4b5563}
.card-title{margin:0;font-size:22px;font-weight:800;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.card-price{display:flex;align-items:center;gap:12px;font-size:20px;font-weight:800;color:#0f172a;flex-wrap:wrap}
.card-price .badge{margin-left:4px}
.price__text{display:inline-flex;gap:4px;align-items:center}
.price__highlight{color:var(--brand)}
.card-meta{display:flex;flex-wrap:wrap;gap:12px;font-size:12px;color:#475569}
.card-meta span{display:inline-flex;align-items:center;gap:4px}
.card-meta span+span::before{content:"·";margin-right:4px;color:#94a3b8;font-weight:700}
.card-meta--secondary{color:#64748b}
.card-meta--secondary span+span::before{color:#a0aec0}
.card-info{font-size:12px;color:#4b5563;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.card-summary{font-size:13px;color:#404040;line-height:1.6;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.card-divider{width:100%;height:1px;background:var(--line);margin:4px 0}
.card[data-expanded="true"] .card-summary{-webkit-line-clamp:unset;line-clamp:unset;display:block}
.card-toggle{align-self:flex-start;margin-top:auto;padding:0 14px;height:34px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:12px;font-weight:600;color:#475569;display:inline-flex;align-items:center;gap:6px;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,color .15s ease}
@media (max-width:1200px){
  .card{grid-template-columns:300px minmax(0,1fr)}
}
@media (max-width:1024px){
  .card{grid-template-columns:1fr;height:auto;padding:20px}
  .des-media{height:220px}
  .card-thumb{border-radius:22px}
}
@media (max-width:768px){
  .card{padding:18px;gap:20px}
  .des-media{height:200px}
}
.card-toggle::after{content:"▼";font-size:10px;transform:translateY(-1px);transition:transform .2s ease}
.card[data-expanded="true"] .card-toggle::after{transform:rotate(180deg) translateY(1px)}
.card-toggle:hover{border-color:#cbd5f5;box-shadow:0 8px 18px rgba(15,23,42,.12);color:#1f2937}
.article-list[data-view-mode="list"] .card{display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    max-width: 350px;
    min-height: 120px;
    height: 120px;
    margin: 0 auto;}
/*.article-list[data-view-mode="list"] .card:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(15,23,42,.16);border-color:rgba(148,163,184,.5)}*/
.article-list[data-view-mode="list"] .des-container{display:grid;grid-template-columns:120px minmax(0,1fr);gap:12px;width:100%;height:100%}
.article-list[data-view-mode="list"] .des-media{height:100%;border-radius:14px;overflow:hidden}
.article-list[data-view-mode="list"] .card-thumb{height:100%;border-radius:14px;box-shadow:none;transition:transform .18s ease}
.article-list[data-view-mode="list"] .card-thumb:hover{transform:scale(1.01)}
.article-list[data-view-mode="list"] .card-thumb::after{display:none}
.article-list[data-view-mode="list"] .des-wrap{display:flex;flex-direction:column;justify-content:center;gap:6px;min-width:0}
.article-list[data-view-mode="list"] .des-inner{gap:4px}
.article-list[data-view-mode="list"] .card-labels{display:none}
.article-list[data-view-mode="list"] .card-title{margin:0;font-size:15px;font-weight:700;color:#0f172a;line-height:1.25;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.article-list[data-view-mode="list"] .card-price{font-size:15px;font-weight:700;color:#111827;gap:6px;flex-wrap:wrap}
.article-list[data-view-mode="list"] .card-price .badge{display:none}
.article-list[data-view-mode="list"] .card-meta{gap:6px;font-size:11px;color:#64748b;flex-wrap:wrap}
.article-list[data-view-mode="list"] .card-meta span+span::before{margin-right:2px;color:rgba(100,116,139,.8)}
.article-list[data-view-mode="list"] .card-meta--secondary{display:none}
.article-list[data-view-mode="list"] .card-info{font-size:11px;color:#94a3b8;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.article-list[data-view-mode="list"] .card-divider{display:none}
.article-list[data-view-mode="list"] .card-summary{display:none}
.article-list[data-view-mode="list"] .card-toggle{display:none}
.article-list[data-view-mode="list"] .card[data-expanded="false"] .des-inner::after{display:none}
.article-list[data-view-mode="list"] .card-favorite-btn{top:8px;right:8px;width:32px;height:32px;border-radius:12px;box-shadow:0 12px 22px rgba(15,23,42,.18)}
.article-list[data-view-mode="list"] .card-favorite-btn i{font-size:16px}
.article-list[data-view-mode="list"] .card-favorite-btn:hover{transform:translateY(-1px) scale(1.01);background:#fff}
@media (max-width:900px){
  .article-list[data-view-mode="list"] .des-container{grid-template-columns:110px minmax(0,1fr)}
}
@media (max-width:768px){
  .article-list[data-view-mode="list"] .card{max-width:100%;height:auto}
  .article-list[data-view-mode="list"] .des-container{grid-template-columns:100px minmax(0,1fr)}
}
@media (max-width:520px){
  .article-list[data-view-mode="list"] .card{padding:12px 10px;gap:10px}
  .article-list[data-view-mode="list"] .des-container{grid-template-columns:92px minmax(0,1fr)}
  .article-list[data-view-mode="list"] .card-favorite-btn{top:6px;right:6px}
}
.meta{min-width:0;display:flex;flex-direction:column;gap:8px}
.meta-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:4px}
.tag-pill{display:inline-flex;align-items:center;padding:4px 10px;border-radius:999px;font-size:11px;font-weight:700;letter-spacing:.01em;background:#f1f5f9;color:#475569}
.tag-pill--trade{background:#ffe4e9;color:#be123c}
.tag-pill--property{background:#eff6ff;color:#1d4ed8}
.tag-pill--status{background:#f3f4f6;color:#1f2937}
.meta .price{display:flex;align-items:center;flex-wrap:wrap;gap:8px;font-size:16px;font-weight:800;color:#0f172a;margin-bottom:2px}
.price__text{display:inline-flex;align-items:center;gap:4px}
.price__highlight{color:var(--brand)}
.meta .desc,.meta .addr{font-size:12px;color:#516079;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.meta .desc{margin:2px 0}
.meta .subject{font-size:17px;font-weight:800;color:#0f172a;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.meta .headline{font-size:12px;color:#404040;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;word-break:keep-all;margin-bottom:4px}
.badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;font-size:11px;line-height:1}
.badge-premium{padding:0 8px;height:22px;background:#ffe9ef;color:#ff2f57;font-weight:700}
.badge-recent{padding:0 10px;height:22px;background:#2563eb;color:#fff;font-weight:700;letter-spacing:-.01em}
.list-banner{position:relative;margin:10px 12px 18px;display:none;flex-direction:column;gap:14px}
.list-banner.is-ready{display:flex}
.list-banner[aria-hidden="true"]{display:none}
.list-banner__viewport{overflow:hidden;border-radius:18px}
.list-banner__slides{display:flex;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.list-banner__slide{flex:0 0 100%;display:grid;grid-template-columns:minmax(0,1fr);gap:14px;align-items:center;min-height:78px;padding:18px 20px;border-radius:18px;background:var(--banner-slide-bg, linear-gradient(120deg,#0049ff,#6a7cff));color:#fff;box-shadow:0 12px 30px rgba(15,23,42,.18)}
.list-banner__slide.has-media{grid-template-columns:120px minmax(0,1fr)}
.list-banner__media{position:relative;width:100%;padding-top:62%;border-radius:14px;overflow:hidden;background:rgba(255,255,255,.18)}
.list-banner__media img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.list-banner__content{display:flex;flex-direction:column;gap:6px}
.list-banner__eyebrow{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.85}
.list-banner__title{font-size:16px;font-weight:800;line-height:1.3}
.list-banner__desc{font-size:12px;opacity:.9;line-height:1.5}
.list-banner__cta{align-self:flex-start;display:inline-flex;align-items:center;gap:6px;padding:7px 16px;border-radius:999px;background:rgba(15,23,42,.2);color:#fff;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}
.list-banner__cta:hover{background:rgba(15,23,42,.28);transform:translateY(-1px)}
.list-banner__controls{display:flex;align-items:center;justify-content:center;gap:10px}
.list-banner__nav{width:34px;height:34px;border-radius:50%;border:none;background:rgba(15,23,42,.28);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,opacity .2s ease}
.list-banner__nav:hover{background:rgba(15,23,42,.45)}
.list-banner__nav:disabled{opacity:.35;cursor:default}
.list-banner__dots{display:flex;gap:6px}
.list-banner__dot{width:7px;height:7px;border-radius:50%;border:none;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:transform .2s ease,background .2s ease}
.list-banner__dot.is-active{background:#fff;transform:scale(1.25)}
.list-footer{padding:0 20px 20px;display:flex;justify-content:center;background:#f9fafc}
.btn-load-more{min-width:120px;height:36px;padding:0 18px;border:1px solid var(--line);border-radius:999px;background:#fff;font-size:13px;font-weight:600;color:#333;cursor:pointer;transition:border-color .15s,box-shadow .15s}
.btn-load-more:hover{border-color:#d0d0d0;box-shadow:0 2px 6px rgba(0,0,0,.08)}
.btn-load-more:disabled{opacity:.4;cursor:default;box-shadow:none}
body.lightbox-open{overflow:hidden;overscroll-behavior:none}
.image-lightbox{position:fixed;inset:0;z-index:1200;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(15,23,42,.82);backdrop-filter:blur(4px);overflow-y:auto;}
.image-lightbox.is-open{display:flex}
.image-lightbox__overlay{position:absolute;inset:0;}
.image-lightbox__inner{position:relative;width:min(960px,calc(100% - 24px));max-height:calc(100% - 24px);background:#0f172a;border-radius:20px;overflow:hidden;display:grid;grid-template-columns:minmax(0,2.4fr) minmax(240px,1fr);box-shadow:0 28px 80px rgba(15,23,42,.45);margin:0 auto;}
.image-lightbox__stage{position:relative;background:#000;display:flex;align-items:center;justify-content:center;min-height:320px;height:clamp(320px,72vh,680px);touch-action:pan-y;user-select:none;overflow:hidden}
.image-lightbox__media{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:12px;box-sizing:border-box}
.image-lightbox__stage .swiper-wrapper{display:flex;align-items:center;height:100%}
.image-lightbox__stage .swiper-slide{display:flex;align-items:center;justify-content:center;width:100%;height:100%}
.image-lightbox__swiper{width:100%;height:100%}
.image-lightbox__photo{position:relative;width:auto;height:auto;max-width:100%;max-height:100%;object-fit:contain;border-radius:14px;box-shadow:0 16px 48px rgba(15,23,42,.35);display:block;opacity:0;transition:opacity .18s ease}
.image-lightbox__photo.is-active{opacity:1}
.image-lightbox__placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#94a3b8;font-size:13px;padding:24px}
.image-lightbox__placeholder-text{text-align:center}
.image-lightbox__photo.is-exit{opacity:0;transition:opacity .14s ease}
.image-lightbox__photo.is-enter{opacity:0}
.image-lightbox__counter{position:absolute;left:50%;bottom:24px;transform:translateX(-50%);padding:6px 12px;border-radius:999px;background:rgba(15,23,42,.7);color:#f8fafc;font-size:13px;font-weight:600;letter-spacing:.02em;z-index:3}
.image-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:none;background:rgba(15,23,42,.65);color:#fff;font-size:26px;font-weight:700;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,transform .2s ease;z-index:2}
.image-lightbox__arrow i,.detail-gallery__control i{pointer-events:none;font-size:inherit;line-height:1}
.image-lightbox__arrow:hover{background:rgba(15,23,42,.9);transform:translateY(-50%) scale(1.05)}
.image-lightbox__arrow:disabled{opacity:.35;cursor:default;transform:translateY(-50%)}
.image-lightbox__arrow--prev{left:18px}
.image-lightbox__arrow--next{right:18px}
.image-lightbox__close{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;border:none;background:rgba(15,23,42,.75);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:3;transition:background .2s ease,transform .2s ease}
.image-lightbox__close:hover{background:rgba(15,23,42,.95);transform:scale(1.05)}
.image-lightbox__close-icon{width:20px;height:20px;display:block}
.image-lightbox__info{background:#fff;color:#0f172a;padding:28px 24px 26px;display:flex;flex-direction:column;gap:12px;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}
.image-lightbox__badge{display:inline-flex;align-items:center;gap:6px;padding:4px 10px;border-radius:999px;background:#eff6ff;color:#1d4ed8;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}
.image-lightbox__badge[hidden]{display:none}
.image-lightbox__title{font-size:20px;font-weight:800;line-height:1.2;color:#0f172a;margin:0}
.image-lightbox__price{font-size:18px;font-weight:700;color:#ff2f57}
.image-lightbox__meta{font-size:13px;color:#475569;line-height:1.5}
.image-lightbox__desc{font-size:13px;color:#1f2937;line-height:1.5;white-space:pre-line}
.image-lightbox__actions{margin-top:auto;display:flex;gap:10px;flex-wrap:wrap}
.btn-lightbox{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;border-radius:10px;background:#111827;color:#fff;font-size:14px;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}
.btn-lightbox:hover{background:#0f172a;transform:translateY(-1px)}
.btn-lightbox.is-disabled{background:#cbd5f5;color:#64748b;pointer-events:none}
.image-lightbox__info::-webkit-scrollbar{display:none}
.filter-button.is-active{border-color:var(--brand);color:var(--brand);background:rgba(255,47,87,.08)}
.filter-count{display:inline-flex;align-items:center;justify-content:center;margin-left:6px;padding:0 6px;height:18px;border-radius:999px;background:var(--brand);color:#fff;font-size:11px;font-weight:700}
.pane-map{grid-area:map;position:relative;background:#f3f6fb;display:flex;flex-direction:column;justify-content:center}
.map-surface{position:relative;flex:1;min-height:520px;overflow:hidden;box-shadow:0 32px 70px rgba(15,23,42,.2);background:#fff}
.map-scroll-hint,
.center-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);background:rgba(15,23,42,.9);color:#fff;padding:13px 22px;border-radius:14px;font-size:13px;font-weight:700;letter-spacing:-.02em;box-shadow:0 20px 46px rgba(15,23,42,.28);opacity:0;pointer-events:none;transition:opacity .24s ease,transform .24s ease;display:flex;align-items:center;justify-content:center;text-align:center;white-space:normal;gap:8px;width:min(440px,calc(100% - 32px));backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.06)}
.map-scroll-hint{z-index:650}
.center-toast{z-index:1200;font-size:14px;padding:14px 24px;box-shadow:0 24px 60px rgba(15,23,42,.32)}
.map-scroll-hint.is-visible,
.center-toast.is-visible{opacity:1;transform:translate(-50%,0)}
#map.map-is-locked{touch-action:auto;cursor:default}
#map{width:100%;height:100%}
.map-top-chip{position:absolute;left:38px;top:38px;z-index:6}
.chip{display:inline-flex;align-items:center;gap:6px;height:34px;padding:0 12px;border-radius:999px;border:1px solid var(--line);background:#fff;font-size:13px;box-shadow:0 4px 10px rgba(15,23,42,.12)}
.chip .dot{width:8px;height:8px;border-radius:50%;background:#bbb}
.chip-pill{gap:10px;font-weight:600}
.chip-pill b{font-weight:800;color:var(--brand)}
.map-control-stack{position:absolute;right:32px;top:50%;transform:translateY(-50%);z-index:60;display:flex;flex-direction:column;align-items:flex-end;gap:16px}
.map-control-stack__chip{display:flex;flex-direction:column;gap:4px;padding:12px 16px;border-radius:18px;background:rgba(255,255,255,.95);border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 48px rgba(15,23,42,.26);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);max-width:180px;align-items:flex-start}
.map-control-stack__chip-label{font-size:11px;font-weight:700;color:#64748b;letter-spacing:.05em}
.map-control-stack__chip-main{font-size:13px;font-weight:800;color:#0f172a;line-height:1.4}
.map-control-stack__chip-sub{font-size:11px;color:#94a3b8}
.map-control-stack__body{display:flex;flex-direction:column;gap:10px;align-items:flex-end}
.map-floating-group{display:flex;flex-direction:column;align-items:flex-end}

@keyframes map-lock-pulse{0%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,47,87,.32)}50%{transform:scale(1.08);box-shadow:0 0 0 18px rgba(255,47,87,0)}100%{transform:scale(1);box-shadow:0 0 0 0 rgba(255,47,87,0)}}
.map-floating-btn,
.map-floating-round,
.map-poi-toggle{min-width:45px;min-height:45px;padding:10px 0px;border:1px solid rgba(15,23,42,.08);background:rgba(255,255,255,.96);color:#0f172a;font-size:12px;font-weight:700;letter-spacing:-.01em;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;box-shadow:0 18px 44px rgba(15,23,42,.24);cursor:pointer;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease,background .12s ease,color .12s ease;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}
.map-floating-btn .icon,
.map-floating-round .icon,
.map-poi-toggle .icon{font-size:20px;line-height:1;color:inherit;pointer-events:none}
.map-floating-btn .label,
.map-poi-toggle .label{font-size:12px;font-weight:700;letter-spacing:-.01em;line-height:1.1;pointer-events:none;text-align:center;color:inherit}
.map-floating-btn:hover,
.map-floating-round:hover,
.map-poi-toggle:hover{border-color:rgba(255,47,87,.35);box-shadow:0 24px 56px rgba(15,23,42,.28);transform:translateY(-2px)}
.map-floating-btn:active,
.map-floating-round:active,
.map-poi-toggle:active{transform:translateY(0)}
.map-floating-btn.is-active,
.map-poi-toggle.is-active{background:linear-gradient(135deg,var(--brand),#ff6a93);color:#fff;border-color:var(--brand);box-shadow:0 26px 58px rgba(255,47,87,.32)}

.map-floating-btn.is-pulsing{animation:map-lock-pulse 1.3s ease-out 0s 2}

.map-floating-btn.is-active span,
.map-floating-btn.is-active .icon,
.map-poi-toggle.is-active span,
.map-poi-toggle.is-active .icon{color:#fff}

.map-poi-control{position:relative;display:flex;flex-direction:column;align-items:flex-end}
.mobile-list-overlay{display:none}
.mobile-sheet-handle{display:none}
.map-poi-panel{position:absolute;right:0;top:calc(100% + 8px);width:230px;padding:16px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 24px 60px rgba(15,23,42,.28);opacity:0;pointer-events:none;transform:translateY(12px);transition:opacity .15s ease,transform .15s ease}
.map-poi-panel.is-visible{opacity:1;pointer-events:auto;transform:translateY(0)}
.poi-panel-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px;font-size:13px;color:#1f2937;font-weight:600}
.poi-limit{font-size:12px;color:#64748b}
.poi-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;max-height:220px;overflow:auto}
.poi-chip{display:flex;align-items:center;gap:6px;padding:8px 10px;border-radius:12px;border:1px solid var(--line);background:#fff;font-size:12px;font-weight:600;color:#475569;cursor:pointer;transition:all .12s ease}
.poi-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1}
.poi-chip .poi-icon{font-size:18px;color:#f97316}
.poi-chip.is-active{border-color:var(--brand);background:rgba(255,47,87,.08);color:var(--brand)}
.poi-chip__label{display:flex;align-items:center;gap:4px}
.poi-chip__count{font-size:11px;font-weight:600;color:#94a3b8}
.poi-chip.is-active .poi-chip__count{color:inherit}
.poi-chip__count[hidden]{display:none}
.poi-panel-footer{margin-top:12px;font-size:11px;color:#94a3b8;text-align:right}
.map-cluster{transform:translate(-50%, -50%);width:52px;height:52px;border-radius:50%;background:rgba(15,23,42,.92);color:#fff;font-size:16px;font-weight:800;display:grid;place-items:center;box-shadow:0 18px 38px rgba(15,23,42,.35);border:3px solid rgba(255,255,255,.8)}
.map-marker{position:relative;display:flex;flex-direction:column;align-items:center;transform:translate(-50%, calc(-100% - 12px));font-size:12px;color:#0f172a;pointer-events:auto;transition:transform .16s ease,opacity .16s ease}
.map-marker__bubble{min-width:168px;max-width:220px;padding:10px 14px;border-radius:16px;background:#fff;border:1px solid rgba(15,23,42,.12);box-shadow:0 16px 38px rgba(15,23,42,.2);display:flex;flex-direction:column;gap:4px;text-align:left;line-height:1.45}
.map-marker__summary{font-size:11px;color:#475569;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.map-marker__meta{font-size:11px;color:#94a3b8;display:-webkit-box;line-clamp:1;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.map-marker__price{font-weight:800;font-size:13px;color:#111}
.map-marker__agent{font-size:11px;color:#64748b;font-weight:600}
.map-marker__pin{width:44px;height:44px;margin-top:10px;border-radius:50%;border:3px solid rgba(255,47,87,.3);background:#fff;display:grid;place-items:center;position:relative;box-shadow:0 10px 24px rgba(15,23,42,.25)}
.map-marker__pin::after{content:"";position:absolute;left:50%;bottom:-12px;width:14px;height:14px;background:#fff;border-left:3px solid rgba(255,47,87,.3);border-bottom:3px solid rgba(255,47,87,.3);transform:translate(-50%,0) rotate(45deg);border-radius:2px}
.map-marker__avatar{width:100%;height:100%;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#fee2e2;color:#b91c1c;font-weight:800;font-size:15px}
.map-marker__avatar span{line-height:1}
.map-marker__avatar img{width:100%;height:100%;object-fit:cover}
.map-marker.is-featured .map-marker__bubble{border-color:var(--brand);box-shadow:0 20px 46px rgba(255,47,87,.26)}
.map-marker.is-featured .map-marker__pin{border-color:rgba(255,47,87,.55);box-shadow:0 16px 36px rgba(255,47,87,.3)}
.map-marker.is-featured .map-marker__pin::after{border-color:rgba(255,47,87,.55)}
.map-marker.is-active .map-marker__bubble{border-color:var(--brand);box-shadow:0 24px 52px rgba(255,47,87,.28)}
.map-marker.is-active .map-marker__pin{border-color:var(--brand)}
.poi-marker{transform:translate(-50%,-50%);width:36px;height:36px;border-radius:14px;background:#fff;border:1px solid rgba(15,23,42,.18);box-shadow:0 12px 30px rgba(15,23,42,.22);display:flex;align-items:center;justify-content:center;color:#f97316;font-size:18px;font-weight:600;pointer-events:none}
.poi-marker .poi-icon{margin:0;font-size:20px;color:inherit}
.poi-overlay-wrap{position:absolute;top:0;left:0;transform:translate(-50%,-120%);pointer-events:none}
.poi-overlay{min-width:220px;max-width:280px;padding:14px 16px;background:rgba(15,23,42,.94);color:#fff;border-radius:16px;box-shadow:0 22px 46px rgba(15,23,42,.4);font-size:13px;line-height:1.4;pointer-events:none}
.poi-overlay__title{display:block;font-size:14px;font-weight:700;margin-bottom:6px}
.poi-overlay__section{margin-top:10px}
.poi-overlay__section:first-of-type{margin-top:6px}
.poi-overlay__section-title{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:600;color:rgba(248,250,252,.78);text-transform:uppercase;letter-spacing:.08em}
.poi-overlay__section-title .poi-icon{font-size:16px;color:#fb923c;margin:0}
.poi-overlay__section-meta{margin-top:4px;font-size:11px;color:rgba(248,250,252,.68);display:flex;align-items:center;gap:6px}
.poi-overlay__section-meta strong{font-weight:700;color:#facc15;font-size:11px}
.poi-overlay__list{margin:6px 0 0;padding:0;list-style:none;display:flex;flex-direction:column;gap:4px}
.poi-overlay__item{display:flex;justify-content:space-between;gap:12px;font-size:13px}
.poi-overlay__distance{color:rgba(248,250,252,.65);font-weight:500;white-space:nowrap}
.poi-overlay__empty{margin-top:6px;padding-top:6px;border-top:1px solid rgba(148,163,184,.32);font-size:12px;color:rgba(203,213,225,.8)}
.region-hover-overlay-wrap{position:absolute;top:0;left:0;transform:translate(-50%,-118%);pointer-events:none}
.region-cluster-overlay{pointer-events:auto;cursor:pointer}
.region-chip{display:inline-flex;align-items:center;gap:10px;padding:8px 16px;border-radius:999px;background:rgba(8,51,68,.92);box-shadow:0 18px 40px rgba(8,51,68,.35);color:#fff;font-size:13px;font-weight:600;white-space:nowrap;pointer-events:auto;user-select:none}
.region-chip__count{display:inline-flex;align-items:center;justify-content:center;min-width:30px;height:30px;border-radius:999px;background:#0ea5e9;font-size:14px;font-weight:700;color:#fff;padding:0 8px}
.region-chip__label{display:inline-flex;align-items:center;gap:6px}
.region-chip__label small{font-size:11px;opacity:.8}
.promo{position:absolute;right:12px;bottom:14px;z-index:6;width:300px;min-height:132px;border-radius:18px;background:#fff;border:1px solid rgba(15,23,42,.08);box-shadow:0 20px 42px rgba(15,23,42,.22);display:flex;align-items:center;opacity:0;pointer-events:none;--promo-transform-hidden:translateY(12px);--promo-transform-visible:translateY(0);transform:var(--promo-transform-hidden);transition:opacity .24s ease,transform .24s ease}
.promo.is-ready{opacity:1;pointer-events:auto;transform:var(--promo-transform-visible)}
.promo__viewport{flex:1;overflow:hidden;border-radius:inherit;position:relative}
.promo__slides{display:flex;height:100%;transition:transform .45s cubic-bezier(.4,0,.2,1)}
.promo__slide{flex:0 0 100%;display:grid;grid-template-columns:116px 1fr;gap:18px;padding:18px;background:linear-gradient(135deg,#f6f8ff,#ffffff);position:relative}
.promo__slide.is-full{grid-template-columns:1fr;padding:0;min-height:132px}
.promo__slide--text{grid-template-columns:1fr;padding:20px 24px}
.promo__media{position:relative;border-radius:16px;overflow:hidden;min-height:116px;background:#10172a}
.promo__media img{width:100%;height:100%;object-fit:cover;display:block}
.promo__content{display:flex;flex-direction:column;gap:8px;justify-content:center}
.promo__eyebrow{font-size:11px;font-weight:700;color:#2563eb;letter-spacing:.08em;text-transform:uppercase}
.promo__title{font-size:18px;font-weight:800;line-height:1.25;color:#0f172a}
.promo__desc{font-size:13px;color:#475569;line-height:1.45}
.promo__cta{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:8px 14px;border-radius:999px;background:#0f172a;color:#fff;font-size:12px;font-weight:600;text-decoration:none;transition:background .2s ease,transform .2s ease}
.promo__cta:hover{background:#111c3d;transform:translateY(-1px)}
.promo__nav{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;border:none;background:rgba(15,23,42,.82);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease,opacity .2s ease}
.promo__nav:hover{background:rgba(15,23,42,.92)}
.promo__nav:disabled{opacity:.3;cursor:default}
.promo__nav--prev{left:-14px}
.promo__nav--next{right:-14px}
.promo__dots{position:absolute;left:50%;bottom:10px;transform:translateX(-50%);display:flex;gap:6px;pointer-events:auto}
.promo__dot{width:8px;height:8px;border-radius:50%;border:none;background:rgba(255,255,255,.45);padding:0;cursor:pointer;transition:background .2s ease,transform .2s ease}
.promo__dot.is-active{background:#fff;transform:scale(1.25)}
.promo__close{display:none;position:absolute;top:10px;right:10px;width:34px;height:34px;border-radius:50%;border:0;background:rgba(15,23,42,.78);color:#fff;align-items:center;justify-content:center;cursor:pointer;transition:background .18s ease,transform .18s ease}
.promo__close:hover{background:rgba(15,23,42,.92)}
.promo__close:active{transform:scale(.96)}
.promo-mobile-layer{display:none;position:fixed;left:0;right:0;bottom:calc(120px + env(safe-area-inset-bottom, 0px));padding:0 16px;z-index:45;pointer-events:none}
.promo-mobile-layer.is-visible{display:block}
.promo-mobile-layer .promo{margin:0 auto;max-width:420px;pointer-events:auto}
body.mobile-list-open .promo-mobile-layer{bottom:calc(84px + env(safe-area-inset-bottom, 0px))}
.promo-fab{position:fixed;right:18px;bottom:calc(120px + env(safe-area-inset-bottom, 0px));width:56px;height:56px;border-radius:999px;border:0;background:rgba(15,23,42,.92);color:#fff;display:none;align-items:center;justify-content:center;box-shadow:0 16px 36px rgba(15,23,42,.35);z-index:46;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}
.promo-fab i{font-size:26px}
.promo-fab.is-active{background:var(--brand);box-shadow:0 18px 44px rgba(255,47,87,.45)}
.promo-fab:active{transform:translateY(1px)}
.promo-desktop-anchor{position:static}
.promo-mobile-anchor{display:none}
.promo--mobile{display:none;position:relative;left:auto;right:auto;bottom:auto;width:100%;max-width:none;margin:0 0 20px;border-radius:22px;box-shadow:0 16px 36px rgba(15,23,42,.22);transform:none;--promo-transform-hidden:translateY(8px);--promo-transform-visible:translateY(0);z-index:auto;pointer-events:none;opacity:1}
.promo--mobile.is-open{display:flex;pointer-events:auto}
.promo--mobile .promo__viewport{border-radius:inherit}
.promo--mobile .promo__slides{border-radius:inherit}
.promo--mobile .promo__slide{grid-template-columns:1fr;padding:24px 22px;gap:16px}
.promo--mobile .promo__slide.is-full{min-height:0}
.promo--mobile .promo__media{min-height:164px;border-radius:20px}
.promo--mobile .promo__content{padding-bottom:4px}
.promo--mobile .promo__title{font-size:18px;line-height:1.3}
.promo--mobile .promo__nav{top:12px;width:34px;height:34px;background:rgba(15,23,42,.78)}
.promo--mobile .promo__nav--prev{left:16px}
.promo--mobile .promo__nav--next{right:16px}
.promo--mobile .promo__dots{position:static;margin-top:14px;transform:none;justify-content:center}
.detail-panel{position:fixed;top:0;bottom:0;left:0;width:420px;max-width:92vw;display:flex;flex-direction:column;background:#fff;border-right:1px solid rgba(15,23,42,.08);box-shadow:24px 0 60px rgba(15,23,42,.14);transform:translateX(-108%);transition:transform .28s ease,box-shadow .28s ease;pointer-events:none;z-index:95}
.detail-panel.is-open{transform:translateX(0);pointer-events:auto}
.detail-panel.is-recent{box-shadow:26px 0 72px rgba(37,99,235,.25);border-right-color:rgba(37,99,235,.22)}
.detail-panel__header{position:sticky;top:0;z-index:2;display:flex;align-items:center;gap:18px;padding:15px 5px;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(148,163,184,.18);backdrop-filter:blur(8px)}
.detail-header__back{flex:none;width:40px;height:40px;border-radius:12px;border:1px solid rgba(148,163,184,.28);background:#fff;color:#434c54;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.detail-header__back svg{width:24px;height:24px;display:block}
.detail-header__back:hover{background:#f1f5f9;border-color:#cbd5f5;color:#1d4ed8;transform:translateY(-1px)}
.detail-header__back:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}
.detail-header__title{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0;align-items:flex-start}
.detail-header__code{font-size:18px;font-weight:700;color:#0f172a;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.detail-panel__title{margin:0;font-size:16px;font-weight:700;letter-spacing:-.01em;color:#0f172a;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.detail-header__title.has-code .detail-panel__title{font-size:13px;font-weight:600;color:#64748b}
.detail-header__actions{flex:none;display:flex;align-items:center;gap:5px;flex-wrap:wrap;justify-content:flex-end}
.detail-header__icon-btn{width:35px;height:35px;border-radius:0px;border:0;background:#ffffff00;color:#434c54;display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;transition:background .18s ease,border-color .18s ease,color .18s ease,transform .18s ease}
.detail-header__icon-btn svg{width:24px;height:24px;display:block;transition:transform .18s ease}
.detail-header__icon-btn:hover{background:#f1f5f9;border-color:#94a3b8;color:#1d4ed8;transform:translateY(-1px)}
.detail-header__icon-btn:focus-visible{outline:2px solid rgba(37,99,235,.35);outline-offset:2px}
.detail-header__icon-btn.is-disabled,
.detail-header__icon-btn:disabled{opacity:.45;cursor:default;transform:none;background:#fff;border-color:rgba(148,163,184,.3)}
.detail-header__icon-btn.is-disabled:hover,
.detail-header__icon-btn:disabled:hover{background:#fff;border-color:rgba(148,163,184,.3)}
.detail-header__unit-btn{border:1px solid rgba(148,163,184,.3);background:#fff;color:#0f172a;width:auto;height:40px;border-radius:999px;padding:0;display:inline-flex;align-items:center}
.detail-header__unit-btn .unit-switch{background:transparent;border-radius:inherit;padding:4px}
.detail-header__unit-btn .unit-switch__thumb{box-shadow:none;background:#f1f5f9}
.detail-header__unit-btn[data-unit-mode="py"] .unit-switch__thumb{background:var(--brand)}
.detail-header__unit-btn .unit-switch__label{font-size:12px;font-weight:700}
.detail-panel__meta{font-size:13px;font-weight:600;color:#64748b}
.detail-panel__close{flex:none;width:42px;height:42px;border-radius:14px;border:0;background:rgba(15,23,42,.06);color:#0f172a;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .18s.ease,color .18s.ease,box-shadow .18s.ease}
.detail-panel__close svg{width:18px;height:18px;pointer-events:none}
.detail-panel__close:hover{background:rgba(15,23,42,.14);box-shadow:0 12px 26px rgba(15,23,42,.16)}
.detail-panel.is-recent .detail-panel__close{background:rgba(37,99,235,.18);color:#1d4ed8}
.detail-panel.is-recent .detail-panel__close:hover{background:rgba(37,99,235,.26)}
.detail-panel__body{flex:1;display:flex;flex-direction:column;gap:24px;overflow-y:auto;overscroll-behavior-y:contain;-ms-overflow-style:none;scrollbar-width:none}
.detail-panel__body::-webkit-scrollbar{display:none}
.detail-section{display:flex;flex-direction:column;gap:18px;padding:26px 28px;border-radius:24px;background:#fff;border:1px solid rgba(148,163,184,.16);box-shadow:0 18px 46px rgba(15,23,42,.12)}
.detail-section--summary{padding:0;background:transparent;border:0;box-shadow:none}
.detail-section--meta{padding:0;background:transparent;border:0;box-shadow:none;gap:22px}
.detail-section--commission,
.detail-section--actions{padding:0;background:transparent;border:0;box-shadow:none}
.detail-section__heading{margin:0;font-size:16px;font-weight:800;color:#0f172a}
.detail-summary-card{display: flex;flex-direction: column;gap: 24px;padding: 30px;background: #fff;}
.detail-panel.is-recent .detail-summary-card{border-color:rgba(59,130,246,.38);box-shadow:0 28px 66px rgba(37,99,235,.2)}
.detail-panel.is-recent .detail-summary-card .main-title{color:#1d4ed8}
.detail-summary-card .title-wrapper{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:20px 32px}
.detail-summary-card .title-wrapper>*{min-width:0}
.detail-summary-card .main-info{flex:1 1 320px;min-width:240px;display:flex;flex-direction:column;gap:12px}
.detail-summary-card .main-title{margin:0;font-size:30px;font-weight:800;line-height:1.32;color:#0f172a;word-break:keep-all}
.detail-summary-card .upper-title,
.detail-summary-card .bottom-title{margin:0;font-size:14px;font-weight:600;color:#64748b;letter-spacing:-.01em;line-height:1.5}
.detail-summary-card .upper-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.detail-summary-card .title-aside{display:flex;flex-direction:column;align-items:flex-end;gap:14px;flex:0 0 auto;min-width:200px}
.detail-address{margin-top:-2px;font-size:13px;color:#475569;line-height:1.6}
.detail-price{margin-bottom:10px;font-size:20px;font-weight:800;color:#111827}
.detail-tags{display:flex;flex-wrap:wrap;gap:8px;row-gap:6px;font-size:12px;color:#475569}
.detail-tags .tag{padding:4px 10px;border-radius:999px;background:#f1f5f9;font-weight:600;white-space:nowrap}
.summary-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end;row-gap:8px}
.summary-action-btn{
            display: inline-flex;
    align-items: center;
    border: 1px solid rgba(148, 163, 184, .35);
    background: #fff;
    color: #1f2937;
    font-size: 13px;
    font-weight: 600;
    transition: background .18s 
ease, border-color .18s 
ease, color .18s 
ease, box-shadow .18s 
ease;
  }
.summary-action-btn i{font-size:16px;line-height:1}
.summary-action-text{display:inline-flex;align-items:center}
.summary-action-btn:focus-visible{outline:2px solid rgba(59,130,246,.35);outline-offset:2px}
.summary-action-btn:hover{background:#eef2ff;border-color:#a5b4fc;color:#1d4ed8;box-shadow:0 12px 30px rgba(37,99,235,.2)}
.summary-action-btn.is-active{background:#1d4ed8;border-color:#1d4ed8;color:#fff;box-shadow:0 14px 34px rgba(37,99,235,.32)}
.summary-action-btn.is-active i{color:#fff}
.summary-action-btn--unit{min-width:50px;font-weight:700;font-variant-numeric:tabular-nums}
.badge-wrapper{display:flex;gap:10px;align-items:flex-end}
.badge-wrapper .tag-wrapper{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}
.location-badge{display:inline-flex;align-items:center;overflow:hidden;border-radius:8px;border:1px solid rgba(148,163,184,.32);background:#f8fafc;font-size:12px;font-weight:600;color:#475569;letter-spacing:-.01em}
.location-badge span{display:block;padding:6px 8px;line-height:1.3}
.location-badge span+span{background:#fff;border-left:1px solid rgba(148,163,184,.32)}
.badge-date{display:inline-flex;align-items:center;justify-content:center;padding:6px 10px;border-radius:8px;background:#0f172a;color:#fff;font-size:12px;font-weight:700}
.summary-tags{display:flex;flex-wrap:wrap;gap:8px}
.summary-tag{display:inline-flex;align-items:center;padding:5px 12px;border-radius:999px;background:#e2e8f0;color:#0f172a;font-size:12px;font-weight:700}
.detail-panel.is-recent .summary-tag{background:#e0e7ff;color:#1e3a8a}
.price-container{border-radius:24px;overflow:hidden;border:1px solid rgba(148,163,184,.2);box-shadow:0 20px 48px rgba(15,23,42,.12)}
.price-container table{width:100%;border-collapse:collapse}
.price-container th,
.price-container td{padding:14px 18px;font-size:14px;line-height:1.45}
.price-container th{width:34%;background:#0f172a;color:#fff;font-weight:700;text-align:left}
.price-container td{font-weight:700;color:#111827;background:#fff}
.price-container tr:nth-child(odd) td{background:#f8fafc}
.price-container tr+tr th,
.price-container tr+tr td{border-top:1px solid rgba(148,163,184,.22)}
.price-container tr.navy th{background:#1d4ed8}
.price-container tr.navy td{background:#eef2ff;color:#1d4ed8}
.price-container .add{margin-left:6px;font-size:12px;font-weight:500;color:#94a3b8}
.detail-comment{border:1px solid rgba(148,163,184,.2);border-radius:20px;padding:20px;background:#fff;box-shadow:0 16px 38px rgba(15,23,42,.1);display:flex;flex-direction:column;gap:12px}
.detail-comment h6{margin:0;font-size:14px;font-weight:700;color:#0f172a}
.detail-comment__text{max-height:150px;overflow:hidden;font-size:13px;line-height:1.7;color:#475569;word-break:keep-all}
.detail-comment.is-expanded .detail-comment__text{max-height:none}
.btn-white{display:inline-flex;align-items:center;justify-content:center;padding:7px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.4);background:#f8fafc;font-size:12px;font-weight:600;color:#1f2937;cursor:pointer;transition:background .18s.ease,border-color .18s.ease,color .18s.ease}
.btn-white:hover{background:#eef2ff;border-color:#a5b4fc;color:#1d4ed8}
.feature-grid{display:flex;flex-direction:column;gap:14px}
.feature-card{display:flex;gap:14px;padding:18px 20px;border-radius:20px;border:1px solid rgba(148,163,184,.2);background:#f8fafc;box-shadow:0 12px 28px rgba(15,23,42,.08)}
.feature-card__icon{width:48px;height:48px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;box-shadow:0 14px 30px rgba(15,23,42,.1)}
.feature-card__body{display:flex;flex-direction:column;gap:6px}
.feature-card__title{font-size:15px;font-weight:700;color:#0f172a}
.feature-card__desc{font-size:13px;color:#475569;line-height:1.6}
.feature-note{font-size:12px;color:#64748b;line-height:1.6}
.detail-meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:10px;margin-top:4px}
.detail-meta dt{font-size:12px;color:#94a3b8}
.detail-meta dd{margin:0;font-size:13px;font-weight:600;color:#1f2937}
.info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px}
.info-grid--location{grid-template-columns:repeat(auto-fit,minmax(240px,1fr))}
.info-card{display:flex;gap:14px;padding:18px 20px;border-radius:20px;border:1px solid rgba(148,163,184,.18);background:#fff;box-shadow:0 14px 32px rgba(15,23,42,.08);align-items:flex-start}
.detail-section--leasing .info-card{background:#f8fafc;border-color:rgba(148,163,184,.22)}
.detail-section--leasing .info-card--summary{background:linear-gradient(135deg,#f5f7ff 0%,#ffffff 100%);border-color:rgba(148,163,184,.12);box-shadow:0 14px 30px rgba(37,99,235,.18)}
.detail-section--leasing .info-card--summary .info-card__label{color:#1d4ed8}
.detail-section--leasing .info-card--summary .info-card__value{color:#0f172a;font-size:16px}
.detail-section--leasing .info-card--summary .info-card__icon{display:none}
.info-card__icon{width:46px;height:46px;border-radius:16px;background:#eef2ff;color:#1d4ed8;font-size:18px;font-weight:700;display:flex;align-items:center;justify-content:center;flex:none}
.info-card__icon img{max-width:100%;max-height:100%;object-fit:contain}
.info-card__body{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}
.info-card__label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em}
.info-card__value{font-size:15px;font-weight:700;color:#0f172a;line-height:1.5;word-break:keep-all}
.info-card__title{display:flex;align-items:center;gap:6px;flex-wrap:wrap;font-size:14px;font-weight:700;color:#0f172a}
.info-card__badge{display:inline-flex;align-items:center;justify-content:center;padding:0 10px;height:22px;border-radius:999px;background:#e2e8f0;color:#475569;font-size:11px;font-weight:600}
.info-card__meta{display:flex;flex-wrap:wrap;gap:6px;font-size:12px;color:#64748b}
.info-card__meta span[aria-hidden="true"]{color:#cbd5f5}
.info-card__desc{font-size:12px;color:#475569;line-height:1.6}
.info-card--location{background:#f8fafc}
.info-card--landmark .info-card__icon{background:#fff0f2;color:#e11d48}
.info-card--amenity .info-card__icon{background:#eff6ff;color:#0f6bce}
.landmark-stack,
.amenity-stack{display:flex;flex-direction:column;gap:12px}
.landmark-item,
.amenity-item{display:flex;gap:14px;padding:18px 20px;border-radius:18px;border:1px solid rgba(148,163,184,.2);background:#f8fafc;box-shadow:0 12px 28px rgba(15,23,42,.1)}
.landmark-item__icon,
.amenity-item__icon{width:48px;height:48px;border-radius:16px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;box-shadow:0 14px 30px rgba(15,23,42,.08)}
.landmark-item__body,
.amenity-item__body{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}
.landmark-item__title,
.amenity-item__title{display:flex;align-items:center;gap:8px;flex-wrap:wrap;font-size:14px;font-weight:700;color:#0f172a}
.landmark-item__title-badge{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;border-radius:999px;background:#e0ecff;color:#1d4ed8;font-size:11px;font-weight:600}
.landmark-item__meta,
.amenity-item__meta{display:flex;flex-wrap:wrap;gap:8px;font-size:12px;color:#1f2937}
.landmark-item__desc,
.amenity-item__desc{font-size:12px;color:#475569;line-height:1.6}
.detail-commission-card{display:flex;flex-direction:column;gap:14px;padding:22px;border-radius:22px;border:1px solid rgba(148,163,184,.2);background:#fff;box-shadow:0 18px 46px rgba(15,23,42,.12)}
.detail-commission-card table{width:100%;border-collapse:collapse}
.detail-commission-card th,
.detail-commission-card td{padding:10px 0;font-size:13px;line-height:1.5;text-align:left;border-bottom:1px solid rgba(148,163,184,.2)}
.detail-commission-card th{width:120px;color:#64748b;font-weight:600}
.detail-commission-card td{color:#111827;font-weight:700}
.detail-commission-card tr:last-child th,
.detail-commission-card tr:last-child td{border-bottom:0}
.detail-commission-card__note{font-size:12px;color:#94a3b8}
.detail-commission-card__report{align-self:flex-start;margin-top:4px;padding:8px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.4);background:#f8fafc;font-size:12px;font-weight:600;color:#0f172a;text-decoration:none;transition:background .18s ease,border-color .18s.ease,color .18s.ease}
.detail-commission-card__report:hover{border-color:#ff2f57;color:#ff2f57;background:#fff5f7}
.detail-actions{display:flex;flex-wrap:wrap;gap:12px}
.detail-actions a{flex:1;min-width:140px;display:inline-flex;align-items:center;justify-content:center;height:44px;border-radius:14px;font-size:14px;font-weight:700;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease}
.detail-actions .btn-outline{border:1px solid rgba(148,163,184,.4);background:#fff;color:#1f2937}
.detail-actions .btn-outline:hover{box-shadow:0 12px 30px rgba(15,23,42,.12);transform:translateY(-1px)}
.detail-actions .btn-solid{background:var(--brand);color:#fff;box-shadow:0 16px 36px rgba(255,47,87,.28);border:0}
.detail-actions .btn-solid:hover{transform:translateY(-1px);box-shadow:0 20px 44px rgba(255,47,87,.35)}
.detail-agent{display:flex;flex-direction:column;gap:12px;padding:18px 20px;border-radius:20px;border:1px solid rgba(148,163,184,.24);background:#f8fafc;box-shadow:0 12px 30px rgba(15,23,42,.08);align-items:flex-start}
.detail-agent__avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;border:2px solid rgba(255,47,87,.2);background:#fff;display:grid;place-items:center;font-weight:700;color:#1f2937}
.detail-agent__avatar img{width:100%;height:100%;object-fit:cover}
.detail-agent__meta{display:flex;flex-direction:column;gap:4px;font-size:12px;color:#64748b}
.detail-agent__name{font-size:15px;font-weight:700;color:#0f172a}
.detail-agent__phone{font-weight:600;color:#1f2937;font-size:13px}
.detail-gallery{position:relative;display:none;flex-direction:column;gap:16px}
.detail-gallery.is-active{display:flex}
.detail-gallery__stage .swiper{width:100%;height:100%}
.detail-gallery__stage .swiper-wrapper{display:flex;align-items:center}
.detail-gallery__stage .swiper-slide{display:flex;align-items:center;justify-content:center}
.detail-gallery__stage .swiper:not(.swiper-initialized) .swiper-wrapper{display:flex;align-items:center}
.detail-gallery__stage .swiper:not(.swiper-initialized) .swiper-slide{display:none}
.detail-gallery__stage .swiper:not(.swiper-initialized) .swiper-slide.is-active{display:flex}
.detail-gallery__stage{position:relative;height:420px;background:#0f172a;display:flex;align-items:center;justify-content:center;overflow:hidden;cursor:zoom-in;touch-action:pan-y;user-select:none}
.detail-gallery__stage img{width:100%;height:100%;object-fit:cover}
.detail-gallery__control{position:absolute;top:50%;transform:translateY(-50%);width:42px;height:42px;border-radius:50%;border:0;background:rgba(15,23,42,.55);color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:grid;place-items:center;box-shadow:0 22px 48px rgba(15,23,42,.32);transition:background .15s ease;z-index:4}
.detail-gallery__control:hover{background:rgba(255,47,87,.85)}
.detail-gallery__control:disabled{opacity:.35;cursor:default;background:rgba(15,23,42,.25)}
.detail-gallery__control--prev{left:14px}
.detail-gallery__control--next{right:14px}
.detail-gallery__indicator{position:absolute;left:24px;bottom:24px;padding:6px 14px;border-radius:999px;background:rgba(15,23,42,.72);color:#fff;font-size:13px;font-weight:600;z-index:3;pointer-events:none}
.detail-gallery__favorite{position:absolute;top:18px;right:18px;width:42px;height:42px;border-radius:50%;border:0;background:rgba(15,23,42,.62);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;z-index:5;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}
.detail-gallery__favorite:hover{background:rgba(255,47,87,.85);transform:translateY(-1px)}
.detail-gallery__favorite.is-active{background:rgba(255,47,87,.95);box-shadow:0 18px 38px rgba(255,47,87,.36)}
.detail-gallery__favorite svg{width:20px;height:20px;display:block}
.detail-gallery__control svg{width:18px;height:18px;display:block}
.image-lightbox__swiper .swiper-wrapper{display:flex;align-items:center}
.image-lightbox__swiper .swiper-slide{display:flex;align-items:center;justify-content:center}
@media (max-width:1024px){
  .detail-panel{width:100%;max-width:none;right:0;left:0}
  .detail-panel__header{padding:18px 24px;flex-wrap:wrap}
  .detail-header__title{flex-basis:100%}
  .detail-header__actions{width:100%;justify-content:flex-start}
  .detail-panel__body{padding:26px 24px 34px}
  .detail-summary-card{padding:26px}
  .detail-summary-card .title-wrapper{flex-direction:column;align-items:flex-start}
  .detail-summary-card .title-aside{align-items:flex-start;width:100%;min-width:0}
  .summary-actions{justify-content:flex-start}
}
@media (max-width:768px){
  .detail-panel__header{padding:16px 20px;flex-direction:column;align-items:flex-start;gap:12px}
  .detail-header__title{width:100%}
  .detail-header__actions{width:100%;justify-content:space-between;gap:8px}
  .detail-header__actions .detail-header__icon-btn{flex:0 0 48px}
  .detail-header__unit-btn{flex:1 1 140px;justify-content:center}
  .detail-panel__body{padding:24px 20px 32px;gap:20px}
  .detail-summary-card{padding:22px}
  .detail-summary-card .title-wrapper{gap:18px}
  .detail-summary-card .title-aside{gap:12px}
  .detail-summary-card .main-title{font-size:24px}
  .detail-summary-card .upper-title{white-space:normal;overflow:visible;text-overflow:clip}
  .badge-wrapper{align-items:flex-start}
  .info-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
  .info-grid--location{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}
}
.mobile-bottom-bar{position:fixed;left:0;right:0;bottom:0;padding:10px 16px calc(10px + env(safe-area-inset-bottom, 0px));background:#ffffff;border-top:1px solid rgba(15,23,42,.08);box-shadow:0 -10px 28px rgba(15,23,42,.12);display:none;flex-direction:column;gap:12px;color:#0f172a;z-index:600;transition:opacity .24s ease,transform .24s ease}
.mobile-bottom-bar[aria-hidden="true"]{opacity:0;pointer-events:none;transform:translateY(18px)}
.mobile-bottom-bar__rail{display:flex;align-items:center;justify-content:space-between;gap:8px}
.mobile-bottom-btn{flex:1;min-width:0;height:54px;border-radius:14px;border:1px solid rgba(15,23,42,.06);background:#f1f5f9;color:#0f172a;font-size:12px;font-weight:600;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;cursor:pointer;transition:background .18s ease,border-color .18s.ease,transform .18s ease,color .18s ease}
.mobile-bottom-btn .icon{font-size:20px}
.mobile-bottom-btn__label{line-height:1}
.mobile-bottom-btn:hover{background:#e2e8f0;border-color:rgba(15,23,42,.12)}
.mobile-bottom-btn.is-active{background:var(--brand);color:#fff;border-color:var(--brand);box-shadow:0 12px 26px rgba(255,47,87,.28)}
.mobile-bottom-bar__cta{display:flex;gap:8px}
.mobile-bottom-cta{flex:1;height:50px;border-radius:14px;font-size:14px;font-weight:700;cursor:pointer;transition:transform .18s.ease,box-shadow .18s.ease,color .18s.ease}
.mobile-bottom-cta--primary{border:0;background:var(--brand);color:#fff;box-shadow:0 14px 30px rgba(255,47,87,.32)}
.mobile-bottom-cta--secondary{border:0;background:#111827;color:#f8fafc;box-shadow:0 12px 26px rgba(15,23,42,.24)}
.mobile-bottom-cta:active{transform:translateY(1px)}
.nemo-modal-backdrop{position:fixed;inset:0;padding:32px 16px;background:rgba(15,23,42,.55);display:none;align-items:center;justify-content:center;z-index:560;overflow-y:auto}
.nemo-modal-backdrop.is-open{display:flex}
.nemo-modal-panel{width:100%;max-width:520px;max-height:90vh;background:#fff;border-radius:20px;box-shadow:0 28px 72px rgba(15,23,42,.3);display:flex;flex-direction:column;overflow:hidden}
.modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border-bottom:1px solid var(--line)}
.modal-title{font-size:18px;font-weight:700;color:#111;margin:0}
.modal-close{background:none;border:0;font-size:22px;color:#555;cursor:pointer}
.modal-body{flex:1;overflow:auto;padding:20px}
.modal-footer{padding:16px 20px;border-top:1px solid var(--line);display:flex;justify-content:space-between;gap:10px}
.form-field{display:flex;flex-direction:column;gap:6px}
.form-field label{font-size:13px;font-weight:600;color:#333}
.form-field input,.form-field select,.form-field textarea{border:1px solid var(--line);border-radius:10px;padding:10px 12px;font-size:13px;color:#111;background:#fff}
.form-field textarea{min-height:120px;resize:vertical}
.field-help{font-size:12px;color:#64748b}
.btn-secondary{border:1px solid var(--line);background:#fff;color:#1f2937;border-radius:10px;padding:10px 18px;font-size:13px;font-weight:600;cursor:pointer}
.btn-secondary:hover{border-color:#94a3b8}
.btn-primary{border:0;background:var(--brand);color:#fff;border-radius:10px;padding:10px 22px;font-size:14px;font-weight:700;cursor:pointer}
.btn-primary:disabled{opacity:.5;cursor:default}
.form-feedback{font-size:12px;color:#ef4444}
#filterModal{align-items:flex-start;padding-top:88px;padding-bottom:48px}
#filterModal .nemo-modal-panel{max-width:960px;width:100%;border-radius:28px;box-shadow:0 32px 90px rgba(15,23,42,.32);background:#fff;overflow:hidden;padding:0}
.filter-fixed-modal{display:flex;flex-direction:column;width:100%;background:#fff}
.filter-modal-header__wrap{display:flex;align-items:center;gap:12px;padding:20px 28px;border-bottom:1px solid rgba(15,23,42,.08);position:sticky;top:0;background:#fff;z-index:3}
.filter-modal-header__wrap .close-button{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;border:1px solid rgba(24,35,45,.14);background:#f7f8fa;cursor:pointer;transition:border-color .2s ease,background .2s ease}
.filter-modal-header__wrap .close-button:hover{border-color:rgba(24,35,45,.28);background:#edf1f5}
.filter-modal-header__wrap .close-button svg{pointer-events:none}
.filter-modal-header__wrap .filter-modal-title{font-size:20px;font-weight:700;color:#111;margin:0}
.filter-modal-dropdown__wrap{padding:16px 28px 10px;border-bottom:1px solid rgba(15,23,42,.06)}
.filter-modal-dropdown__wrap .horizontal-scroll{overflow-x:auto;-ms-overflow-style:none;scrollbar-width:thin;padding-bottom:4px}
.filter-modal-dropdown__wrap .horizontal-scroll::-webkit-scrollbar{height:6px}
.filter-modal-dropdown__wrap .horizontal-scroll::-webkit-scrollbar-thumb{background:rgba(148,163,184,.35);border-radius:999px}
.filter-dropdown-tray{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(140px,1fr);gap:8px;min-width:max(100%,620px)}
.filter-dropdown-button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:12px 18px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#fff;font-size:14px;font-weight:600;color:#1f2937;cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}
.filter-dropdown-button p{margin:0;font-size:14px;font-weight:600;color:#1f2937}
.filter-dropdown-button.disabled{cursor:default;opacity:.45}
.filter-dropdown-button:not(.disabled):hover{border-color:#ff2f57;box-shadow:0 10px 24px rgba(255,47,87,.12);transform:translateY(-1px)}
.filter-dropdown-button .carrot-icon{transition:transform .2s ease}
.filter-dropdown-button.is-active{border-color:#ff2f57;background:rgba(255,47,87,.08);color:#ff2f57}
.filter-dropdown-button.is-active p{color:#ff2f57}
.filter-dropdown-button.is-active .carrot-icon{transform:rotate(180deg)}
.filter-modal-body__wrap{padding:20px 28px 28px;max-height:calc(90vh - 180px);overflow-y:auto}
.filter-row-wrap__wrap{padding:28px 0}
.filter-row-wrap__wrap + .filter-row-wrap__wrap{border-top:1px solid rgba(15,23,42,.06)}
.filter-row-wrap__wrap .content{display:flex;flex-direction:column;gap:18px}
.filter-row-wrap__wrap .content.first{padding-top:0}
.filter-row-wrap__wrap .title{font-size:18px;font-weight:700;color:#0f172a}
.filter-row-wrap__wrap .contain{display:flex;flex-direction:column;gap:16px}
.filter-grid-template__wrap{display:flex;flex-direction:column;gap:18px}
.filter-group-grid-template-row__wrap{display:flex;flex-direction:column;gap:18px}
.filter-grid-row-gap-32{gap:32px}
.filter-grid-row-gap-24{gap:24px}
.filter-grid-row-gap-16{gap:16px}
.filter-grid-row-gap-4{gap:4px}
.filter-cherkbox__wrap{display:grid;gap:8px}
.filter-grid-column-3__wrap{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}
.filter-grid-column-4__wrap{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}
.filter-grid-column-2__wrap{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}
.trade-filter-button{padding:12px 18px;border-radius:999px;border:1px solid rgba(148,163,184,.6);background:#fff;color:#1f2937;font-size:14px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;transition:border-color .2s ease,background .2s ease,color .2s ease}
.trade-filter-button.small{font-size:13px;padding:10px 16px}
.trade-filter-button.medium{font-size:14px;padding:12px 18px}
.trade-filter-button.wide{font-size:14px;padding:14px 22px}
.trade-filter-button.on,.trade-filter-button.is-active{border-color:#ff2f57;background:rgba(255,47,87,.08);color:#ff2f57}
.trade-filter-button:disabled{opacity:.45;cursor:default}
.filter-range-input-container{display:flex;flex-direction:column;gap:16px}
.filter-range-input-title{display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:700;color:#111;    flex-wrap: wrap;
    gap: 10px;}
.filter-range-input-title .slider-values{font-size:13px;font-weight:600;color:#475569}
.filter-group-title{font-size:15px;font-weight:700;color:#0f172a;margin:0}
.filter-modal-body__wrap h5{margin:0;font-size:16px;font-weight:700;color:#111}
.filter-range-input-datalist{display:flex;justify-content:space-between;font-size:12px;color:#94a3b8;font-weight:600}
.filter-modal-body__wrap hr.line{border:0;height:1px;background:rgba(15,23,42,.06);margin:24px 0}
.filter-modal-bottom__wrap{display:flex;justify-content:space-between;align-items:center;padding:20px 28px;border-top:1px solid rgba(15,23,42,.08);gap:16px}
.filter-modal-bottom__wrap .reset{display:inline-flex;align-items:center;gap:8px;border:1px solid rgba(148,163,184,.6);background:#f5f5f6;border-radius:16px;padding:12px 18px;font-size:14px;font-weight:600;color:#434c54;cursor:pointer;transition:border-color .2s ease,background .2s ease}
.filter-modal-bottom__wrap .reset:hover{border-color:#ff2f57;background:#fff5f7}
.filter-modal-bottom__wrap .btn-red{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:14px 28px;border-radius:18px;border:0;background:#ff2f57;color:#fff;font-size:16px;font-weight:700;cursor:pointer;box-shadow:0 20px 40px rgba(255,47,87,.24);transition:transform .2s ease}
.filter-modal-bottom__wrap .btn-red:hover{transform:translateY(-1px)}
.filter-modal-bottom__wrap .btn-red:active{transform:translateY(0)}
.filter-section{margin-bottom:20px}
.filter-section:last-child{margin-bottom:0}
.filter-title{font-size:15px;font-weight:700;color:#111;margin-bottom:12px}
.filter-grid{display:flex;flex-wrap:wrap;gap:10px}
.filter-chip-check{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;border:1px solid var(--line);border-radius:999px;font-size:13px;color:#475569;cursor:pointer;transition:all .15s ease}
.filter-chip-check input{display:none}
.filter-chip-check.is-active{border-color:var(--brand);background:rgba(255,47,87,.08);color:var(--brand);font-weight:600}
.filter-range{display:flex;flex-wrap:wrap;gap:12px;align-items:flex-start}
.filter-range__field{flex:1 1 160px;display:flex;flex-direction:column;gap:6px;min-width:140px}
.filter-range__label{font-size:12px;font-weight:600;color:#475569}
.filter-range__input{position:relative;display:flex;align-items:center}
.filter-range__input input{width:100%;height:44px;padding:0 14px;border:1px solid rgba(15,23,42,.12);border-radius:12px;font-size:13px;color:#111;background:#fff;transition:border-color .18s ease,box-shadow .18s ease}
.filter-range__input input::placeholder{color:#94a3b8}
.filter-range__input input:focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(255,47,87,.18);outline:0}
.filter-range__input input:disabled{background:#f8fafc;color:#94a3b8}
.filter-range__input input:disabled + .filter-range__suffix{color:#cbd5f5}
.filter-range__suffix{position:absolute;right:14px;font-size:12px;font-weight:600;color:#94a3b8;pointer-events:none}
.filter-range__input[data-has-suffix="true"] input{padding-right:46px}
.filter-helper{font-size:12px;color:#888;margin-top:6px}
.filter-misc{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px}
.filter-misc label{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151}
.filter-misc input{width:16px;height:16px}
.filter-range--tight{margin-bottom:6px}
.filter-misc--inline{gap:18px;margin-top:4px}
.filter-toggle{display:flex;align-items:center;gap:8px;font-size:13px;color:#1f2937;font-weight:600}
.filter-toggle input{width:16px;height:16px}
.filter-slider{position:relative;height:40px;margin-bottom:16px}
.filter-slider-track{position:absolute;left:0;right:0;top:50%;height:8px;background:#e2e8f0;border-radius:999px;transform:translateY(-50%);overflow:hidden}
.filter-slider-range{position:absolute;top:0;height:100%;background:linear-gradient(90deg,var(--brand),#ff6a93);border-radius:999px}
.filter-slider input[type=range]{position:absolute;left:0;right:0;top:0;bottom:0;width:100%;height:100%;margin:0;background:transparent;-webkit-appearance:none;appearance:none;pointer-events:none}
  .filter-slider input[type=range]::-webkit-slider-thumb{pointer-events:auto;-webkit-appearance:none;appearance:none;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--brand);box-shadow:0 6px 16px rgba(255,47,87,.22);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease;margin-top:-7px}
  .filter-slider input[type=range]::-webkit-slider-thumb:active{box-shadow:0 4px 12px rgba(255,47,87,.28)}
  .filter-slider input[type=range]::-moz-range-thumb{pointer-events:auto;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--brand);box-shadow:0 6px 16px rgba(255,47,87,.22);cursor:pointer;transition:border-color .18s ease,box-shadow .18s.ease}
  .filter-slider input[type=range]::-moz-range-progress{background:linear-gradient(90deg,var(--brand),#ff6a93)}
  .filter-slider input[type=range]::-ms-thumb{pointer-events:auto;width:22px;height:22px;border-radius:50%;background:#fff;border:3px solid var(--brand);box-shadow:0 6px 16px rgba(255,47,87,.22);cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease}
.filter-slider input[type=range]::-webkit-slider-runnable-track{height:6px;background:transparent;border:0}
.filter-slider input[type=range]::-moz-range-track{height:6px;background:transparent;border:0}
.filter-slider input[type=range]::-ms-track{height:6px;background:transparent;border-color:transparent;color:transparent}
.filter-slider-values{font-size:12px;color:#475569;margin-bottom:8px;font-weight:600}
.filter-modal-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:24px}
.filter-modal-actions .btn-secondary{padding:10px 16px}
.filter-modal-actions .btn-primary{flex:1;text-align:center}
#inquiryModal .modal-body form{display:grid;gap:18px}
.inquiry-summary{border:1px solid var(--line);border-radius:12px;padding:14px;background:#f8fafc;display:flex;flex-direction:column;gap:6px}
.inquiry-summary__label{font-size:12px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}
.inquiry-summary__title{font-size:15px;font-weight:700;color:#0f172a}
.inquiry-summary__meta{font-size:13px;color:#475569}
.inquiry-summary__code{font-size:12px;color:#94a3b8}
.inquiry-location{font-size:12px;color:#64748b;margin-top:-6px;margin-bottom:6px}
.inquiry-location__title{font-weight:600;color:#475569}
.inquiry-location__status{margin-top:4px;color:#94a3b8}
.form-field label .required{margin-left:6px;color:#ef4444;font-size:12px}
#inquirySuccessMessage{display:none;font-size:13px;color:#0ea5e9;margin-top:12px}
.inquiry-success-visible #inquirySuccessMessage{display:block}
#requestModal .modal-body form{display:grid;gap:18px}
#requestSuccessMessage{display:none;font-size:13px;color:#0ea5e9;margin-top:12px}
.request-success-visible #requestSuccessMessage{display:block}
@media (max-width:1280px){
  .map-app{grid-template-columns:minmax(0,1fr) 360px}
  .pane-list{width:360px;max-width:360px;padding:22px 20px 18px}
}
@media (max-width:1024px){
  .map-app{display:flex;flex-direction:column;height:auto;min-height:100vh}
  .pane-map{order:1;width:100%;padding:22px 16px 26px;height:auto}
  .map-surface{min-height:340px;border-radius:22px;box-shadow:0 22px 52px rgba(15,23,42,.18)}
  .pane-list{order:2;width:100%;height:auto;max-height:none;border-left:0;border-top:1px solid rgba(15,23,42,.08);box-shadow:none;padding:24px 20px;background:#fff}
  .pane-list__header{gap:20px;margin-bottom:20px;background:#fff}
  .pane-list__header-top{flex-direction:column;align-items:flex-start;gap:16px}
  .pane-list__actions{width:100%;justify-content:flex-start;flex-wrap:wrap;gap:10px}
  .pane-list__header-bottom{flex-direction:column;align-items:flex-start;gap:18px}
  .pane-list__filters{width:100%;flex-direction:column;align-items:stretch;gap:14px}
  .pane-list__view-toggle{margin-left:0}
  .toolbar-actions{width:100%;justify-content:flex-start}
  .search-field input{height:52px}
  .map-control-stack{position:absolute;top:20px;right:18px;transform:none;align-items:flex-end;gap:14px}
  .map-control-stack__body{gap:10px}
  .map-floating-group{flex-direction:column;gap:10px;align-items:flex-end}
  .map-poi-panel{right:0}
  .promo:not(.promo--mobile){right:16px;bottom:18px}
}
@media (max-width:768px){
  .map-app{min-height:100vh}
  .pane-map{order:1;height:100vh}
  .map-surface{height:100%}
  #map{height:100%}
  .detail-section--leasing .info-grid{grid-template-columns:1fr}
  .map-scroll-hint,
  .center-toast{bottom:calc(96px + env(safe-area-inset-bottom, 0px));transform:translate(-50%,36px);padding:12px 20px;font-size:12px;max-width:calc(100% - 24px);width:auto;border-radius:14px;box-shadow:0 18px 42px rgba(15,23,42,.32)}
  .map-scroll-hint.is-visible,
  .center-toast.is-visible{transform:translate(-50%,0)}
  .map-top-chip{top:20px}
  .map-control-stack{position:fixed;/*bottom:calc(112px + env(safe-area-inset-bottom, 0px));*/right:16px;transform:none;flex-direction:column;gap:10px;align-items:flex-end;z-index:40;pointer-events:auto;opacity:1;transition:opacity .2s ease}
  .map-control-stack__chip{display:none}
  .map-control-stack__body{gap:8px}
  .map-floating-btn,
  .map-floating-round,
  .map-poi-toggle{min-width:56px;min-height:56px;border-radius:16px}
  .pane-list{position:fixed;left:0;right:0;bottom:0;border-left:0;min-width:0;border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -18px 44px rgba(15,23,42,.2);padding:0 18px 20px;background:#fff;height:90vh;transform:translateY(var(--sheet-translate, calc(100% - 96px)));transition:transform .28s ease;z-index:30}
  .pane-list__header{padding:0 4px;margin-bottom:12px;position:static;top:auto;background:#fff}
  .pane-list__header-top{gap:12px}
  .pane-list__header-bottom{flex-direction:column;align-items:flex-start;gap:14px}
  .pane-list__actions{width:100%;justify-content:flex-start}
  .pane-list__filters{width:100%;flex-direction:column;align-items:stretch;gap:12px}
  .pane-list__view-toggle{width:100%;justify-content:flex-end;margin-left:0}
  .search-field input{height:46px}
  .search-field__icon{left:16px}
  .toolbar-actions{width:100%;justify-content:flex-start}
  .filter-toggle-mobile{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;font-size:20px;color:#475569;cursor:pointer;transition:background .15s ease,border-color .15s ease;margin-left:auto}
  .filter-toggle-mobile:active{background:#f1f5f9}
  .pane-list .list-scroll{padding:12px 4px 20px;flex:1;overflow-y:auto}
  .pane-list .list-banner{margin-left:0;margin-right:0}
  .pane-list .list-footer{padding:0 0 12px}
  .mobile-sheet-handle{display:block;width:48px;height:5px;border-radius:999px;background:#cbd5f5;margin:12px auto 4px}
  .mobile-list-overlay{position:fixed;inset:0;background:rgba(15,23,42,.35);opacity:0;pointer-events:none;transition:opacity .28s ease;z-index:28;display:block}
  body.mobile-list-open .mobile-list-overlay{opacity:1;pointer-events:auto}
  body.mobile-list-open .pane-list{--sheet-translate:0px}
  .mobile-bottom-bar{display:flex;padding:10px 16px calc(10px + env(safe-area-inset-bottom, 0px))}
  body.mobile-list-open .mobile-bottom-bar{opacity:0;pointer-events:none;transform:translateY(18px)}
  .list-recent{padding:12px 8px 4px}
  .list-recent__items{margin:0 -2px}
  .image-lightbox{align-items:flex-start;justify-content:center;padding:32px 12px 24px}
  .image-lightbox__inner{grid-template-columns:1fr;grid-template-rows:auto auto;max-height:none;margin:0 auto 24px}
  .image-lightbox__info{padding:20px 18px 24px;max-height:none}
  .image-lightbox__stage{height:clamp(240px,60vh,520px)}
  .image-lightbox__media{padding:10px}
  .image-lightbox__photo{max-height:60vh}
  .image-lightbox__arrow{width:36px;height:36px;font-size:22px}
  .image-lightbox__arrow--prev{left:12px}
  .image-lightbox__arrow--next{right:12px}
  .image-lightbox__counter{bottom:16px;font-size:12px}
  .map-control-stack .map-floating-group{display:none}
  .map-control-stack .map-floating-group--lock{display:flex}
  .map-control-stack .map-floating-group--lock .map-floating-btn{pointer-events:auto}
  .map-control-stack .map-floating-group--lock .map-floating-btn .icon{font-size:22px}
  .map-control-stack .map-floating-group--zoom,
  .map-control-stack .map-floating-group--type{display:none}
  .map-poi-control{pointer-events:auto}
  .map-poi-control .map-poi-toggle{display:none}
  .map-control-stack.is-poi-active{opacity:1;pointer-events:auto}
  .map-poi-panel{bottom:calc(100% + 8px);top:auto;right:0;max-width:min(280px,calc(100vw - 32px))}
  .promo-mobile-layer{padding:0 12px;bottom:calc(122px + env(safe-area-inset-bottom, 0px))}
  body.mobile-list-open .promo-mobile-layer{bottom:calc(86px + env(safe-area-inset-bottom, 0px))}
  .promo-desktop-anchor{display:none}
  .promo-mobile-anchor{display:block}
  .promo-fab{display:flex}
  .promo-fab[aria-hidden="true"]{display:none}
  body.mobile-list-open .promo-fab{bottom:calc(170px + env(safe-area-inset-bottom, 0px))}
  .promo--mobile{margin:16px 0 18px}
  .promo--mobile .promo__close{display:flex}
  .promo--mobile .promo__nav--prev{left:18px}
  .promo--mobile .promo__nav--next{right:18px}
  .promo--mobile .promo__dots{margin-top:18px}
  .list-banner__slide{grid-template-columns:minmax(0,1fr);padding:18px 16px}
  .list-banner__slide.has-media{grid-template-columns:minmax(0,1fr)}
  .list-banner__media{padding-top:50%;margin-bottom:6px}
  .list-banner__controls{gap:8px}
}
.filter-toggle-mobile{display:none;position:relative}
.filter-toggle-mobile.is-active{border-color:var(--brand);color:var(--brand);background:rgba(255,47,87,.08)}
.filter-toggle-mobile__badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--brand);color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}
.filter-toggle-mobile__badge[hidden]{display:none}
@media (max-width:640px){
.article-list{padding:12px}
.article-list[data-view-mode="list"] .card{flex-direction:column;gap:12px;padding:14px}
.article-list[data-view-mode="list"] .card-thumb{width:100%;height:auto;aspect-ratio:16/9}
.article-list[data-view-mode="gallery"]{flex-direction:column}
.article-list[data-view-mode="gallery"] .card{width:100%;max-width:none;border-radius:18px}
.article-list[data-view-mode="gallery"] .des-wrap{position:relative;padding:18px 16px 16px;background:linear-gradient(180deg,rgba(15,23,42,0) 0%,rgba(15,23,42,.9) 85%)}
.article-list[data-view-mode="gallery"] .card-thumb{aspect-ratio:16/9;box-shadow:none}
.promo-fab{width:45px;height:45px;right:5px;bottom:calc(170px + env(safe-area-inset-bottom, 0px));border-radius: 16px;}
body.mobile-list-open .promo-fab{bottom:calc(22px + env(safe-area-inset-bottom, 0px))}
.promo--mobile{margin:12px 0 16px;border-radius:20px}
.promo--mobile .promo__slide{padding:22px 18px}
.promo--mobile .promo__media{min-height:150px}
.promo--mobile .promo__title{font-size:16px; color: #fff;}
.promo--mobile .promo__nav{width:32px;height:32px}
.promo-mobile-layer{padding:0 10px;bottom:calc(118px + env(safe-area-inset-bottom, 0px))}
body.mobile-list-open .promo-mobile-layer{bottom:calc(82px + env(safe-area-inset-bottom, 0px))}
.list-banner__slide{padding:16px 14px}
.list-banner__title{font-size:15px}
.list-banner__desc{font-size:11px}
.map-poi-panel{width:200px}
.detail-gallery__stage{height:260px}
.detail-gallery__thumb{width:64px;height:52px}
.info-grid{grid-template-columns:1fr}
.landmark-item{flex-direction:column;align-items:flex-start}
.landmark-item__icon{margin-bottom:6px}
}