@media (min-width:769px){.mobile-only{display:none!important}}@media (max-width:768px){.desktop-only{display:none!important}.app{padding-bottom:calc(56px + env(safe-area-inset-bottom, 0px));padding-top:calc(50px + env(safe-area-inset-top, 0px));scroll-padding-bottom:calc(56px + env(safe-area-inset-bottom, 0px) + var(--kb-height, 0px) + 8px)}}.mobile-header{position:fixed;top:0;left:0;right:0;z-index:200;background:var(--bg);border-bottom:1px solid var(--border);height:calc(50px + env(safe-area-inset-top, 0px));padding-top:env(safe-area-inset-top,0);display:flex;align-items:center;justify-content:space-between;padding-left:16px;padding-right:12px;gap:10px;box-sizing:border-box}:root[data-theme=dark] .mobile-header{background:var(--panel)}.mobile-header-brand{display:flex;align-items:center;gap:8px;text-decoration:none;flex-shrink:0}.mobile-header-brand-name{font-size:16px;font-weight:var(--fw-semibold);letter-spacing:-.2px;color:var(--text)}.mobile-header-actions{display:flex;align-items:center;gap:8px}.mobile-header-support-btn{display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:10px;border:1px solid var(--border);background:transparent;color:var(--text);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:border-color .15s;flex-shrink:0;box-sizing:border-box;padding:0}.mobile-header-support-btn:active{border-color:var(--primary)}.mobile-header-support-btn svg{width:18px;height:18px}.mobile-header .currency-btn-single,.mobile-header .lang-btn{height:38px;padding:0 10px;font-size:13px;font-weight:var(--fw-regular);border-radius:10px;box-sizing:border-box}.mobile-header .btn-icon{width:38px;height:38px;border-radius:10px;box-sizing:border-box}.mobile-header .btn-icon svg{width:18px;height:18px}.mobile-tab-bar{position:fixed;bottom:0;left:0;right:0;z-index:200;background:var(--bg);border-top:1px solid var(--border);display:flex;align-items:stretch;justify-content:space-around;height:calc(56px + env(safe-area-inset-bottom, 0px));padding-bottom:env(safe-area-inset-bottom,0)}:root[data-theme=dark] .mobile-tab-bar{background:var(--panel)}.mobile-tab-item{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:none;border:none;padding:6px 0;cursor:pointer;color:var(--muted);text-decoration:none;-webkit-tap-highlight-color:transparent;transition:color .15s;min-width:0}.mobile-tab-item.active{color:var(--primary)}.mobile-tab-item svg{width:22px;height:22px;flex-shrink:0}.mobile-tab-label{font-size:10px;font-weight:var(--fw-medium);line-height:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.mobile-tab-post{color:#fff!important}.mobile-tab-post-icon{width:40px;height:40px;border-radius:50%;background:var(--primary);display:flex;align-items:center;justify-content:center;margin-top:-10px;box-shadow:0 2px 8px rgba(37,99,235,.3)}.mobile-tab-post-icon svg{width:20px;height:20px;color:#fff}.mobile-tab-badge{position:absolute;top:2px;right:50%;transform:translateX(calc(50% + 10px));min-width:16px;height:16px;padding:0 4px;border-radius:8px;background:var(--danger);color:#fff;font-size:10px;font-weight:var(--fw-bold);line-height:16px;text-align:center}.mobile-tab-icon-wrap{position:relative;display:inline-flex}.mobile-category-tabs{display:flex;flex-direction:column;gap:0}.mobile-category-scroll{display:flex;gap:6px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:12px 16px}.mobile-category-scroll::-webkit-scrollbar{display:none}.mobile-category-chip{display:flex;align-items:center;gap:6px;padding:10px 14px;border-radius:20px;border:1px solid var(--border);background:var(--bg);font-size:13px;font-weight:var(--fw-medium);color:var(--text);white-space:nowrap;cursor:pointer;scroll-snap-align:start;transition:background .15s,border-color .15s,color .15s;-webkit-tap-highlight-color:transparent;flex-shrink:0}.mobile-category-chip.active{background:var(--primary);border-color:var(--primary);color:#fff}.mobile-category-chip svg{width:16px;height:16px;flex-shrink:0}.mobile-subcategory-bar{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none;padding:0 16px 10px;-webkit-overflow-scrolling:touch}.mobile-subcategory-bar::-webkit-scrollbar{display:none}.mobile-subcategory-chip{display:flex;align-items:center;gap:4px;padding:9px 12px;border-radius:16px;border:1px solid var(--border);background:var(--bg-secondary);font-size:12px;font-weight:var(--fw-regular);color:var(--text);white-space:nowrap;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:background .15s,color .15s}.mobile-subcategory-chip:active{background:var(--primary);color:#fff}.mobile-subcategory-chip svg{width:14px;height:14px}.mobile-sheet-backdrop{position:fixed;top:0;left:0;right:0;bottom:calc(56px + env(safe-area-inset-bottom, 0px));z-index:300;background:rgba(0,0,0,.5);animation:mobileSheetFadeIn .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-sheet{position:fixed;bottom:calc(var(--kb-height, 0px) + 56px + env(safe-area-inset-bottom, 0px));left:0;right:0;z-index:301;background:var(--bg);border-radius:16px 16px 0 0;max-height:calc(85dvh - var(--kb-height, 0px) - 56px - env(safe-area-inset-bottom, 0px));display:flex;flex-direction:column;animation:mobileSheetSlideUp .3s ease;transition:bottom .15s ease,max-height .15s ease}:root[data-theme=dark] .mobile-sheet{background:var(--panel)}.mobile-sheet-handle{width:36px;height:4px;border-radius:2px;background:var(--border-strong);margin:8px auto 4px;flex-shrink:0}.mobile-sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border);flex-shrink:0}.mobile-sheet-title{font-size:16px;font-weight:var(--fw-semibold);color:var(--text)}.mobile-sheet-close{background:none;border:none;padding:10px;margin:-6px;cursor:pointer;color:var(--muted);display:flex;align-items:center;justify-content:center;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-sheet-close svg{width:20px;height:20px;pointer-events:none}.mobile-sheet-body{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch;padding:16px}.mobile-sheet-footer{display:flex;gap:8px;padding:12px 16px;border-top:1px solid var(--border);flex-shrink:0}.mobile-sheet-footer .btn{flex:1 1;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.mobile-sheet-body .listings-filters{background:transparent;border-radius:0;box-shadow:none;padding:0}@keyframes mobileSheetFadeIn{0%{opacity:0}to{opacity:1}}@keyframes mobileSheetSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.mobile-sort-list{display:flex;flex-direction:column;gap:2px}.mobile-sort-option{display:flex;align-items:center;gap:12px;padding:14px 12px;border-radius:10px;background:none;border:none;cursor:pointer;font-size:15px;font-weight:var(--fw-regular);color:var(--text);width:100%;text-align:left;-webkit-tap-highlight-color:transparent;transition:background .1s}.mobile-sort-option:active{background:var(--bg-secondary)}.mobile-sort-option.active{color:var(--primary);font-weight:var(--fw-medium)}.mobile-sort-radio{width:20px;height:20px;border-radius:50%;border:2px solid var(--border-strong);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-sort-option.active .mobile-sort-radio{border-color:var(--primary)}.mobile-sort-radio-dot{width:10px;height:10px;border-radius:50%;background:var(--primary)}.mobile-filter-bar{position:fixed;bottom:calc(56px + env(safe-area-inset-bottom, 0px) + 12px);left:50%;transform:translateX(-50%);z-index:150;display:flex;gap:0;border-radius:24px;overflow:hidden;box-shadow:0 4px 16px rgba(0,0,0,.15)}.mobile-filter-bar-btn{display:flex;align-items:center;gap:6px;padding:10px 18px;background:var(--primary);color:#fff;border:none;font-size:13px;font-weight:var(--fw-medium);cursor:pointer;-webkit-tap-highlight-color:transparent;white-space:nowrap}.mobile-filter-bar-btn:first-child{border-right:1px solid hsla(0,0%,100%,.3)}.mobile-filter-bar-btn svg{width:16px;height:16px}.mobile-support-overlay{position:fixed;top:0;left:0;right:0;bottom:var(--kb-height,0);z-index:250;background:var(--bg);display:flex;flex-direction:column;animation:mobileSheetFadeIn .2s ease;transition:bottom .15s ease}:root[data-theme=dark] .mobile-support-overlay{background:var(--panel)}.mobile-support-header{display:flex;align-items:center;gap:12px;padding:12px 16px;border-bottom:1px solid var(--border);min-height:56px;flex-shrink:0}.mobile-support-back{background:none;border:none;padding:4px;cursor:pointer;color:var(--text);display:flex;align-items:center}.mobile-support-back svg{width:22px;height:22px}.mobile-support-title{font-size:17px;font-weight:var(--fw-semibold);color:var(--text);flex:1 1}.mobile-support-body{flex:1 1;overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-prop-page-root{padding:0!important;background:var(--bg-secondary,#f1f5f9)}:root[data-theme=dark] .mobile-prop-page-root{background:var(--bg)}.mobile-property-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;position:-webkit-sticky;position:sticky;top:calc(50px + env(safe-area-inset-top, 0px));z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}:root[data-theme=dark] .mobile-property-header{background:var(--panel)}.mobile-property-header-title{flex:1 1;text-align:center;font-size:16px;font-weight:var(--fw-semibold);color:var(--text);padding:0 8px}.mobile-property-header-left{display:flex;align-items:center;gap:8px}.mobile-property-back{background:none;border:none;padding:0;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border-radius:8px}.mobile-property-back svg{width:22px;height:22px}.mobile-property-id{font-size:15px;font-weight:var(--fw-semibold);color:var(--text)}.mobile-property-header-actions{display:flex;align-items:center;gap:8px}.mobile-property-action-btn{background:none;border:none;padding:0;cursor:pointer;color:var(--text);display:flex;align-items:center;justify-content:center;min-width:40px;min-height:40px;border-radius:50%;transition:background .15s}.mobile-property-action-btn:active{background:var(--bg-secondary)}.mobile-property-action-btn svg{width:22px;height:22px}.mobile-property-action-btn.star-active{color:var(--accent)}.mobile-gallery{position:relative;width:100%;aspect-ratio:16/9;background:#1a1a1a;overflow:hidden}.mobile-gallery-badge{position:absolute;top:12px;left:12px;z-index:3;padding:4px 10px;border-radius:6px;background:var(--primary,#2563eb);color:#fff;font-size:12px;font-weight:var(--fw-semibold);line-height:1.4}.mobile-gallery-thumbs-strip{display:flex;gap:6px;padding:8px 16px;background:#fff;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-shrink:0}:root[data-theme=dark] .mobile-gallery-thumbs-strip{background:var(--panel)}.mobile-gallery-thumbs-strip::-webkit-scrollbar{display:none}.mobile-gallery-thumb-btn{flex-shrink:0;width:72px;height:52px;border-radius:8px;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:var(--bg-secondary);transition:border-color .15s;-webkit-tap-highlight-color:transparent;scroll-snap-align:start}.mobile-gallery-thumb-btn.active{border-color:var(--blue,#2563eb)}.mobile-gallery-thumb-btn .mobile-gallery-thumb-img{width:100%;height:100%;object-fit:cover;display:block}.mobile-gallery-thumb-video-wrap{position:relative;width:100%;height:100%;background:#111}.mobile-gallery-thumb-video-wrap .mobile-gallery-thumb-img{width:100%;height:100%;object-fit:cover}.mobile-gallery-thumb-video-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.35);color:#fff}.mobile-gallery-img,.mobile-gallery-video{width:100%;height:100%;object-fit:cover}.mobile-gallery-dots{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);display:flex;gap:5px}.mobile-gallery-dot{width:7px;height:7px;border-radius:50%;background:hsla(0,0%,100%,.5);transition:background .2s}.mobile-gallery-dot.active{background:#fff}.mobile-gallery-count{position:absolute;bottom:12px;left:12px;display:flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;background:rgba(0,0,0,.5);color:#fff;font-size:12px;font-weight:var(--fw-medium)}.mobile-gallery-count svg{width:14px;height:14px}.mobile-gallery-nav-btn{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;background:rgba(0,0,0,.3);border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-tap-highlight-color:transparent}.mobile-gallery-nav-btn svg{width:18px;height:18px}.mobile-gallery-prev{left:8px}.mobile-gallery-next{right:8px}.mobile-property-body{padding:16px;display:flex;flex-direction:column;gap:16px}.mobile-property-title{font-size:20px;font-weight:var(--fw-semibold);color:var(--text);line-height:1.3;margin:0}.mobile-property-meta{display:flex;align-items:center;gap:16px;font-size:13px;color:var(--muted)}.mobile-property-meta-item{display:flex;align-items:center;gap:4px}.mobile-property-meta-item svg{width:14px;height:14px}.mobile-property-price{font-size:24px;font-weight:var(--fw-bold);color:var(--text);line-height:1.2}.mobile-property-features{display:flex;flex-wrap:wrap;gap:8px}.mobile-property-feature{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:10px;background:var(--bg-secondary);font-size:13px;color:var(--text)}.mobile-property-feature svg{width:16px;height:16px;color:var(--muted)}.mobile-property-section{padding-top:16px;border-top:1px solid var(--border)}.mobile-property-section-title{font-size:16px;font-weight:var(--fw-semibold);color:var(--text);margin:0 0 12px}.mobile-property-description{font-size:14px;color:var(--text);line-height:1.6;white-space:pre-wrap;word-break:break-word}.mobile-property-chars-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:8px;gap:8px}.mobile-property-char-item{display:flex;align-items:center;gap:8px;padding:10px;border-radius:10px;background:var(--bg-secondary)}.mobile-property-char-icon{width:32px;height:32px;border-radius:8px;background:var(--bg);display:flex;align-items:center;justify-content:center;flex-shrink:0}.mobile-property-char-icon svg{width:16px;height:16px;color:var(--primary)}.mobile-property-char-info{min-width:0}.mobile-property-char-label{font-size:11px;color:var(--muted);line-height:1.2}.mobile-property-char-value{font-size:13px;font-weight:var(--fw-medium);color:var(--text);line-height:1.3}.mobile-property-cta{position:-webkit-sticky;position:sticky;bottom:calc(56px + env(safe-area-inset-bottom, 0px));padding:12px 16px;background:var(--bg);border-top:1px solid var(--border);display:flex;gap:8px;z-index:100}:root[data-theme=dark] .mobile-property-cta{background:var(--panel)}.mobile-property-cta .btn{flex:1 1}.mobile-property-cta-telegram{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:#229ed9;color:#fff;flex-shrink:0;text-decoration:none;transition:background .15s}.mobile-property-cta-telegram:hover{background:#1a8fc0}.mobile-promote-card{border:1px solid rgba(37,99,235,.2);border-radius:14px;padding:14px;background:linear-gradient(135deg,rgba(37,99,235,.04),rgba(59,130,246,.015));display:flex;flex-direction:column;gap:10px}.mobile-promote-active{display:flex;align-items:center;gap:10px}.mobile-promote-tiers{display:flex;flex-direction:column;gap:8px}.mobile-promote-tier{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:var(--bg);cursor:pointer;text-align:left;font-family:inherit;transition:border-color .15s;flex-wrap:wrap}.mobile-promote-tier.selected{border-color:var(--primary);box-shadow:0 0 0 1px var(--primary)}.mobile-promote-tier-name{flex:1 1;font-size:14px;font-weight:var(--fw-medium);color:var(--text)}.mobile-promote-tier-price{font-size:13px;color:var(--primary);font-weight:var(--fw-semibold)}.mobile-promote-tier-nofunds{width:100%;font-size:11px;color:var(--danger)}.mobile-promote-balance{display:flex;justify-content:space-between;align-items:center;padding:8px 0}.mobile-prop-info-block{background:#fff;padding:16px;display:flex;flex-direction:column;gap:14px;margin-top:0}:root[data-theme=dark] .mobile-prop-info-block{background:var(--panel)}.mobile-prop-title-row{display:flex;align-items:flex-start;gap:10px}.mobile-prop-title-row .mobile-property-title{flex:1 1;font-size:17px;font-weight:var(--fw-semibold);line-height:1.3;margin:0}.mobile-prop-title-actions{display:flex;align-items:center;gap:10px;flex-shrink:0;padding-top:2px}.mobile-prop-star-btn{color:#f59e0b}.mobile-prop-star-btn:hover{color:#d97706}.mobile-prop-star-btn.star-active svg{fill:#f59e0b;stroke:#f59e0b}.mobile-prop-finish-btn{color:var(--muted)!important}.mobile-prop-finish-btn:hover{color:#dc2626!important}.mobile-prop-price-meta{display:flex;align-items:center;justify-content:space-between;gap:8px;flex-wrap:wrap}.mobile-prop-price-secondary{display:flex;flex-direction:column;align-items:flex-end;gap:2px;font-size:12px;color:var(--muted);line-height:1.4}.mobile-prop-summary-row{display:flex;flex-direction:row;align-items:center;gap:0;padding-top:8px;margin-left:-16px;margin-right:-16px;border-top:1px solid #e2e8f0}:root[data-theme=dark] .mobile-prop-summary-row{border-top-color:var(--border)}.mobile-prop-summary-row::-webkit-scrollbar{display:none}.mobile-prop-summary-item{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:4px;padding:6px 2px;flex:1 1;min-width:0;overflow:hidden;position:relative}.mobile-prop-summary-item+.mobile-prop-summary-item:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:1px;height:18px;background:#e2e8f0}:root[data-theme=dark] .mobile-prop-summary-item+.mobile-prop-summary-item:before{background:var(--border)}.mobile-prop-summary-item svg{width:16px;height:16px;color:var(--text);flex-shrink:0}:root[data-theme=dark] .mobile-prop-summary-item svg{color:var(--text)}.mobile-prop-summary-item span{font-size:12px;font-weight:var(--fw-semibold);line-height:1.3;color:var(--text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:0}:root[data-theme=dark] .mobile-prop-summary-item span{color:var(--text)}.mobile-prop-summary-divider{width:1px;height:20px;background:#e2e8f0;flex-shrink:0}:root[data-theme=dark] .mobile-prop-summary-divider{background:var(--border)}.mobile-prop-sections{display:flex;flex-direction:column;background:#fff;margin-top:8px}:root[data-theme=dark] .mobile-prop-sections{background:var(--panel)}.mobile-prop-section{padding:16px;border-top:1px solid var(--border);display:flex;flex-direction:column;gap:12px}.mobile-prop-section:first-child{border-top:none}.mobile-prop-section--desc{gap:4px;padding-bottom:12px}.mobile-prop-section-title{font-size:16px;font-weight:var(--fw-semibold);color:var(--text);margin:0}.mobile-prop-desc-collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.mobile-prop-read-more-btn{background:none;border:none;padding:0;cursor:pointer;font-size:14px;font-weight:var(--fw-medium);color:var(--blue,#2563eb);text-align:left;-webkit-tap-highlight-color:transparent}.mobile-prop-chars-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:8px;gap:8px}.mobile-prop-char-card{display:flex;flex-direction:row;align-items:center;gap:8px;padding:8px;border-radius:10px;background:var(--bg-secondary,#f8fafc);border:none;min-height:52px;box-sizing:border-box}.mobile-prop-char-card--muted{opacity:.38}:root[data-theme=dark] .mobile-prop-char-card{background:var(--bg)}.mobile-prop-char-icon-wrap{width:36px;height:36px;border-radius:8px;background:rgba(37,99,235,.08);display:flex;align-items:center;justify-content:center;flex-shrink:0}:root[data-theme=dark] .mobile-prop-char-icon-wrap{background:rgba(37,99,235,.15)}.mobile-prop-char-icon-wrap svg{width:18px;height:18px;color:#2563eb}:root[data-theme=dark] .mobile-prop-char-icon-wrap svg{color:#60a5fa}.mobile-prop-char-info{display:flex;flex-direction:column;gap:1px;align-items:flex-start;min-width:0;flex:1 1}.mobile-prop-char-label{font-size:10px;color:var(--muted);line-height:1.2}.mobile-prop-char-label,.mobile-prop-char-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.mobile-prop-char-value{font-size:12px;font-weight:var(--fw-semibold,600);color:var(--text);line-height:1.3}.mobile-prop-amenities-list{display:flex;flex-wrap:wrap;gap:8px}.mobile-prop-amenity-tag{display:inline-flex;align-items:center;gap:5px;padding:7px 11px;border-radius:8px;border:1px solid #e2e8f0;background:#fff;font-size:13px;font-weight:var(--fw-regular);line-height:150%;color:#94a3b8;transition:border-color .15s,color .15s,background .15s}.mobile-prop-amenity-tag-icon{width:14px;height:14px;flex-shrink:0}.mobile-prop-amenity-tag-status{font-size:11px;font-weight:var(--fw-semibold);opacity:.85;padding-left:5px;border-left:1px solid;white-space:nowrap}.mobile-prop-amenity-tag--selected{border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.05)}:root[data-theme=dark] .mobile-prop-amenity-tag{background:var(--panel);border-color:var(--border);color:var(--muted)}:root[data-theme=dark] .mobile-prop-amenity-tag--selected{border-color:#60a5fa;color:#60a5fa;background:rgba(96,165,250,.1)}.mobile-prop-location-address{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)}.mobile-prop-location-address svg{width:14px;height:14px;color:var(--blue,#2563eb);flex-shrink:0}.mobile-prop-map-link-btn{display:flex;align-items:center;justify-content:center;gap:6px;padding:10px 16px;border:1px solid var(--border);border-radius:12px;background:var(--bg);color:var(--text);font-size:14px;font-weight:var(--fw-medium);text-decoration:none;cursor:pointer;transition:border-color .15s,color .15s;-webkit-tap-highlight-color:transparent}.mobile-prop-map-link-btn:active{border-color:var(--blue,#2563eb);color:var(--blue,#2563eb)}.mobile-prop-map-link-btn svg{width:16px;height:16px;flex-shrink:0}.mobile-prop-report-btn{display:inline-flex;align-items:center;gap:6px;padding:0;border:none;background:transparent;color:#94a3b8;font-size:12px;font-weight:var(--fw-regular);cursor:pointer;-webkit-tap-highlight-color:transparent;transition:color .15s;align-self:flex-start}.mobile-prop-report-btn:active{color:#dc2626}.mobile-prop-report-btn svg{flex-shrink:0;color:inherit}.mobile-prop-promotion-section{background:#fff;margin-top:8px;padding:16px;display:flex;flex-direction:column;gap:12px}:root[data-theme=dark] .mobile-prop-promotion-section{background:var(--panel)}.mobile-property-map{height:240px;border-radius:12px;overflow:hidden;position:relative}.mobile-property-owner{display:flex;align-items:center;gap:14px;padding:14px 16px;border-radius:14px;background:var(--bg-secondary);border:1px solid var(--border)}.mobile-property-owner-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#2563eb,#60a5fa);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;font-weight:var(--fw-bold);color:#fff;letter-spacing:-.5px}.mobile-property-owner-avatar svg{width:22px;height:22px;color:#fff}.mobile-property-owner-info{display:flex;flex-direction:column;gap:4px;flex:1 1;min-width:0}.mobile-property-owner-name{font-size:16px;font-weight:var(--fw-semibold);color:var(--text);line-height:1.2}.mobile-property-owner-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;background:rgba(37,99,235,.08);color:#2563eb;font-size:11px;font-weight:var(--fw-medium);width:-moz-fit-content;width:fit-content}:root[data-theme=dark] .mobile-property-owner-badge{background:rgba(96,165,250,.12);color:#60a5fa}@media (max-width:768px){.mobile-listings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;padding:0}}.mobile-hero-section{position:relative;margin:8px 12px 0;border-radius:20px;overflow:visible}.mobile-hero-bg-wrap{position:absolute;inset:0;overflow:hidden;border-radius:20px}.mobile-hero-bg-img{object-fit:cover;object-position:center 30%}.mobile-hero-overlay{display:none}.mobile-hero-content{position:relative;display:flex;flex-direction:column;align-items:stretch;gap:10px;padding:14px 14px 10px;text-align:left}.mobile-hero-text{display:flex;flex-direction:column;gap:3px;align-items:flex-start}.mobile-hero-title{margin:0;font-size:21px;font-weight:var(--fw-bold);color:#fff;line-height:1.2;letter-spacing:-.3px;white-space:pre-line}.mobile-hero-sub{margin:0;font-size:11px;color:hsla(0,0%,100%,.82);line-height:1.4;white-space:pre-line}.mobile-hero-cats-inner{display:flex;gap:10px;width:100%;position:relative;overflow:visible}.mobile-hero-cat-wrapper{position:relative;flex:1 1;min-width:0}.mobile-hero-cat-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;width:100%;min-height:52px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 2px 8px rgba(0,0,0,.1);cursor:pointer;font-family:inherit;font-size:15px;font-weight:var(--fw-semibold);color:var(--text);transition:box-shadow .15s;-webkit-tap-highlight-color:transparent;text-align:left}:root[data-theme=dark] .mobile-hero-cat-btn{background:var(--panel);border-color:var(--border);color:var(--text)}.mobile-hero-cat-btn.open,.mobile-hero-cat-btn:active{box-shadow:0 4px 16px rgba(0,0,0,.2);border-color:var(--primary)}.mobile-hero-cat-img{width:32px;height:32px;border-radius:8px;object-fit:contain;flex-shrink:0}.mobile-hero-cat-name{flex:1 1;font-size:13px;font-weight:var(--fw-semibold);color:var(--text);line-height:1.2}.mobile-hero-cat-dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;min-width:160px;background:#fff;border:1px solid var(--border);border-radius:14px;z-index:500;padding:6px;z-index:9999;box-shadow:0 8px 32px rgba(0,0,0,.18);animation:mobileSheetFadeIn .15s ease}:root[data-theme=dark] .mobile-hero-cat-dropdown{background:var(--panel)}.mobile-section-title{font-size:18px;font-weight:var(--fw-semibold);color:var(--text);margin:6px 0 10px}.mobile-benefits-section{background:var(--bg);padding:10px 16px 20px;margin-top:12px;display:flex;flex-direction:column;gap:16px;border-top:1px solid var(--border)}:root[data-theme=dark] .mobile-benefits-section{background:var(--panel)}.mobile-benefits-video{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:#000}.mobile-benefits-video iframe{width:100%;height:100%;border:none;display:block}.mobile-benefits-list{display:flex;flex-direction:column;gap:0}.mobile-benefits-item{display:flex;align-items:flex-start;gap:12px;padding:14px 0;border-bottom:1px solid var(--border)}.mobile-benefits-item:first-child{border-top:1px solid var(--border)}.mobile-benefits-section .benefits-item-title{font-size:15px}.mobile-benefits-section .benefits-item-desc{font-size:13px}.mobile-benefits-section .benefits-num{font-size:16px}.mobile-benefits-section .benefits-icon-wrapper{width:40px;height:40px;flex-shrink:0}.mobile-about-section{padding:20px 16px 32px;display:flex;flex-direction:column;gap:12px;border-top:1px solid var(--border)}.mobile-about-desc{font-size:14px;color:var(--muted);line-height:1.6;margin:0}.mobile-about-stats{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:10px;gap:10px;margin-top:4px}.mobile-about-stat{display:flex;flex-direction:column;gap:2px;padding:12px;border-radius:12px;background:var(--bg-secondary)}@media (max-width:768px){.main>.page.listings-page{padding-left:0!important;padding-right:0!important;padding-top:10px!important;box-sizing:border-box;width:100%}}.mobile-listings-top-bar{display:flex;align-items:center;gap:8px;padding:8px 12px;background:var(--bg);border-bottom:1px solid var(--border);flex-shrink:0;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;flex-wrap:nowrap}.mobile-listings-top-bar::-webkit-scrollbar{display:none}.mobile-top-action-btn{display:flex;align-items:center;justify-content:center;gap:5px;padding:0 12px;height:34px;border-radius:17px;border:1px solid var(--border);font-size:12px;background:var(--bg);font-size:14px;font-weight:var(--fw-medium);color:var(--text);white-space:nowrap;cursor:pointer;flex:0 0 auto;-webkit-tap-highlight-color:transparent;transition:border-color .15s,background .15s;position:relative}.mobile-top-action-btn:active{background:var(--bg-secondary)}.mobile-top-action-btn svg{width:16px;height:16px;flex-shrink:0}.mobile-top-action-btn--sort{flex:0 0 auto}.mobile-top-action-badge{display:inline-flex;min-width:18px;height:18px;padding:0 5px;border-radius:9px;font-size:11px;font-weight:var(--fw-bold);line-height:1}.mobile-top-action-badge,.mobile-top-sort-btn{align-items:center;justify-content:center;background:var(--primary);color:#fff}.mobile-top-sort-btn{display:flex;width:38px;height:38px;border-radius:10px;border:none;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:opacity .15s}.mobile-top-sort-btn svg{width:20px;height:20px}.mobile-top-filter-chip{display:flex;align-items:center;gap:6px;padding:8px 12px;border-radius:20px;border:1px solid var(--border);background:var(--bg);font-size:13px;font-weight:var(--fw-medium);color:var(--text);white-space:nowrap;cursor:pointer;flex-shrink:0;-webkit-tap-highlight-color:transparent;transition:border-color .15s,background .15s}.mobile-top-filter-chip.active{border-color:var(--primary);background:color-mix(in srgb,var(--primary) 10%,transparent);color:var(--primary)}.mobile-top-filter-chip svg{width:14px;height:14px}.mobile-top-cat-dropdown{position:absolute;top:calc(100% + 4px);left:12px;right:12px;background:var(--bg);border:1px solid var(--border);border-radius:14px;z-index:200;box-shadow:0 8px 24px rgba(0,0,0,.14);overflow:hidden;max-height:60vh;overflow-y:auto}:root[data-theme=dark] .mobile-top-cat-dropdown{background:var(--panel)}.mobile-top-cat-item{display:flex;align-items:center;gap:10px;padding:12px 16px;width:100%;background:none;border:none;border-bottom:1px solid var(--border);font-size:14px;font-weight:var(--fw-medium);color:var(--text);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.mobile-top-cat-item:last-child{border-bottom:none}.mobile-top-cat-item.active{color:var(--primary)}.mobile-top-cat-item svg{width:18px;height:18px;color:var(--muted)}.mobile-top-sub-item{display:flex;align-items:center;gap:10px;padding:10px 16px 10px 36px;width:100%;background:var(--bg-secondary);border:none;border-bottom:1px solid var(--border);font-size:13px;color:var(--text);cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent}.mobile-top-sub-item:last-child{border-bottom:none}.mobile-top-sub-item.active{color:var(--primary)}.mobile-home-section{padding:0 12px;margin-top:12px}.mobile-promo-banners{display:flex;gap:10px;padding:12px 12px 0}.mobile-promo-banner{flex:1 1;min-width:0;border-radius:16px;padding:11px 10px 10px 12px;display:flex;flex-direction:column;min-height:83px;position:relative;overflow:hidden;text-decoration:none;-webkit-tap-highlight-color:transparent;transition:transform .15s,box-shadow .15s;box-shadow:0 2px 10px rgba(0,0,0,.08)}.mobile-promo-banner:active{transform:scale(.97);box-shadow:0 1px 6px rgba(0,0,0,.1)}.mobile-promo-banner--referral{background:radial-gradient(circle at 88% 72%,rgba(251,191,36,.2),transparent 38%),linear-gradient(145deg,#fffdf5,#fff8e0);border:1px solid #fddea0}.mobile-promo-banner--map{background:radial-gradient(circle at 85% 70%,rgba(59,130,246,.13),transparent 36%),linear-gradient(145deg,#f4f8ff,#e0eaff);border:1px solid #c3d5ff}.mobile-promo-banner-visual{position:absolute;right:0;bottom:0;pointer-events:none}.mobile-promo-banner-visual--referral{width:55px;height:50px;right:-2px;bottom:0}.mobile-promo-banner-visual--map{width:72px;height:68px;right:-6px;bottom:-2px}.mobile-promo-banner-body{display:flex;flex-direction:column;flex:1 1;align-items:flex-start;gap:3px;position:relative;z-index:1}.mobile-promo-banner-title{font-size:12px;font-weight:var(--fw-bold);color:var(--text);line-height:1.3;letter-spacing:-.1px;white-space:pre-line}.mobile-promo-banner-desc{font-size:10px;font-weight:var(--fw-regular);color:var(--muted);line-height:1.35;white-space:pre-line}.mobile-promo-banner-btn{display:none}.mobile-promo-banner--referral .mobile-promo-banner-btn{background:var(--blue)}.mobile-promo-banner--referral .mobile-promo-banner-btn:active{background:var(--blue-600,#1d4ed8);transform:translateY(1px)}.mobile-promo-banner--map .mobile-promo-banner-btn{background:var(--blue)}.mobile-promo-banner--map .mobile-promo-banner-btn:active{background:var(--blue-600,#1d4ed8);transform:translateY(1px)}:root[data-theme=dark] .mobile-promo-banner--referral{background:radial-gradient(circle at 88% 72%,rgba(251,191,36,.18),transparent 38%),linear-gradient(145deg,#2a1e0a,#1e1506);border-color:#5c3d0e}:root[data-theme=dark] .mobile-promo-banner--map{background:radial-gradient(circle at 85% 70%,rgba(59,130,246,.18),transparent 36%),linear-gradient(145deg,#141e38,#0e1830);border-color:#1e3566}.mobile-footer{display:flex;align-items:center;justify-content:center;gap:24px;padding:16px 16px calc(16px + env(safe-area-inset-bottom, 0px));border-top:1px solid var(--border);background:var(--bg)}:root[data-theme=dark] .mobile-footer{background:var(--panel)}.mobile-footer-link{display:flex;flex-direction:column;align-items:center;gap:4px;color:var(--muted);text-decoration:none;font-size:10px;font-size:11px;font-weight:var(--fw-medium);-webkit-tap-highlight-color:transparent;transition:color .15s}.mobile-footer-link:active{color:var(--primary)}.mobile-footer-icon{width:22px;height:22px}.mobile-footer-link--instagram .mobile-footer-icon{color:#c13584}.mobile-footer-link--telegram .mobile-footer-icon{color:#229ed9}@media (max-width:768px){.districts-section{padding-top:0;padding-bottom:0}.districts-header{display:block;margin-bottom:0}.districts-title{font-size:18px;font-weight:var(--fw-semibold);line-height:1.3;color:var(--text);margin:6px 0 10px}.map-mobile-wrapper{position:fixed;inset:0;top:calc(var(--header-height, 50px) + env(safe-area-inset-top, 0px));bottom:calc(56px + env(safe-area-inset-bottom, 0px));z-index:1}.map-mobile-map{position:absolute;inset:0;width:100%;height:100%}.map-mobile-map .map-page-loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;font-size:16px;color:var(--text-secondary);gap:12px;text-align:center}.map-mobile-top-bar{position:absolute;top:12px;left:12px;right:12px;z-index:10;display:flex;align-items:center;gap:8px;pointer-events:none}.map-mobile-top-bar .mobile-top-action-btn{pointer-events:all;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.92);box-shadow:0 2px 12px rgba(0,0,0,.15)}:root[data-theme=dark] .map-mobile-top-bar .mobile-top-action-btn{background:rgba(30,30,30,.92)}.map-mini-card{position:absolute;bottom:16px;left:10px;right:10px;z-index:20;background:var(--bg-primary,#fff);border-radius:18px;box-shadow:0 6px 32px rgba(0,0,0,.2);overflow:hidden;animation:miniCardSlideUp .25s ease}}@media (max-width:768px){@keyframes miniCardSlideUp{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.map-mini-card-close{position:absolute;top:6px;right:6px;z-index:2;width:40px;height:40px;border-radius:50%;border:none;background:rgba(0,0,0,.45);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.map-mini-card-close svg{width:18px;height:18px}.map-mini-card-inner{display:flex;align-items:stretch;text-decoration:none;color:inherit;min-height:120px}.map-mini-card-image-wrap{position:relative;flex-shrink:0;width:128px}.map-mini-card-image{width:100%;height:100%;object-fit:cover;display:block}.map-mini-card-badge-top{position:absolute;top:8px;left:8px;background:var(--primary,#ff6b2b);color:#fff;font-size:11px;font-weight:700;padding:3px 8px;border-radius:7px;letter-spacing:.04em;line-height:1.4}.map-mini-card-info{flex:1 1;min-width:0;padding:14px 44px 14px 16px;display:flex;flex-direction:column;gap:4px;justify-content:center}.map-mini-card-category{font-size:12px;font-weight:600;color:var(--primary,#ff6b2b);text-transform:uppercase;letter-spacing:.05em;line-height:1.3}.map-mini-card-title{font-size:15px;font-weight:600;color:var(--text-primary);line-height:1.35;margin:0;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.map-mini-card-subtitle{display:none}.map-mini-card-price{font-size:18px;font-weight:700;color:var(--text-primary);line-height:1.3;margin-top:3px}.map-mini-card-specs{display:flex;flex-wrap:wrap;gap:10px;margin-top:3px}.map-mini-card-spec{gap:4px;font-size:13px;font-weight:500}.map-mini-card-arrow,.map-mini-card-spec{display:flex;align-items:center;color:var(--text-secondary)}.map-mini-card-arrow{position:absolute;right:12px;bottom:14px}.map-mini-card-arrow svg{width:20px;height:20px}}