.property-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);z-index:200000;display:flex;justify-content:center;align-items:flex-start;padding:max(20px,env(safe-area-inset-top)) 16px 40px;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@media(min-width:1024px){.property-modal-overlay{align-items:center;overflow:hidden;padding:40px}}.property-modal-overlay.active{opacity:1;visibility:visible}.property-modal-overlay.active .property-modal-panel{transform:translateY(0)}.property-modal-panel{width:100%;max-width:500px;background:var(--bg-base);border-radius:28px;position:relative;display:flex;flex-direction:column;transform:translateY(30px);transition:transform .4s cubic-bezier(.4,0,.2,1);box-shadow:0 30px 100px rgba(0,0,0,.6);overflow:hidden;flex-shrink:0}@media(max-width:480px){.property-modal-panel{border-radius:24px}}@media(min-width:1024px){.property-modal-panel{max-width:1250px;width:95vw;height:92vh;min-height:600px;max-height:950px}}.property-modal-header{position:absolute;top:20px;right:20px;z-index:150}.property-modal-header .property-modal-close{width:44px;height:44px;border-radius:50%;background:var(--bg-tertiary);border:none;font-size:32px;line-height:1;display:flex;justify-content:center;align-items:center;cursor:pointer;color:var(--text-primary);box-shadow:none!important;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:all .3s cubic-bezier(.16,1,.3,1)}.property-modal-header .property-modal-close svg{width:22px;height:22px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.property-modal-header .property-modal-close:hover{transform:rotate(90deg) scale(1.1);background:var(--bg-secondary)}.property-modal-content{flex:1 1;overflow-y:auto;width:100%;position:relative}@media(min-width:1024px){.property-modal-content{display:grid;grid-template-columns:1.25fr 1fr;height:100%;overflow:hidden}}.prop-detail-left-col{width:100%;display:flex;flex-direction:column;background:#fff!important}@media(min-width:1024px){.prop-detail-left-col{grid-column:1;height:100%;min-width:0;overflow:hidden;border-right:1px solid var(--border-color)}}.prop-detail-gallery-container{position:relative;width:100%}@media(min-width:1024px){.prop-detail-gallery-container{flex:1 1;min-height:0;display:flex;flex-direction:column}}.prop-detail-gallery-wrapper{width:100%;height:400px;overflow:hidden;border-radius:24px;background:#fff}@media(min-width:1024px){.prop-detail-gallery-wrapper{flex:1 1;min-height:0;height:0;display:flex;flex-direction:column;border-radius:0}}.prop-detail-gallery{width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;touch-action:pan-x}@media(min-width:1024px){.prop-detail-gallery{flex:1 1;height:auto}}.prop-detail-gallery::-webkit-scrollbar{display:none}.prop-detail-gallery .prop-detail-gallery-item{flex:0 0 100%;width:100%;height:100%;scroll-snap-align:center;display:flex;align-items:center;justify-content:center;cursor:zoom-in}@media(min-width:1024px){.prop-detail-gallery .prop-detail-gallery-item{align-self:stretch}}.prop-detail-gallery .prop-detail-gallery-item img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;display:block}.prop-modal-arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;border-radius:50%;background:rgba(10,10,12,.55);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);border:1px solid hsla(0,0%,100%,.2);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:20;pointer-events:auto;transition:background .2s,transform .2s}.prop-modal-arrow svg{pointer-events:none}.prop-modal-arrow:hover{background:hsla(0,0%,100%,.95);color:#000;transform:translateY(-50%) scale(1.05)}.prop-modal-arrow.prev{left:12px}.prop-modal-arrow.next{right:12px}.prop-detail-identity-desktop{display:none;background:#fff}@media(min-width:1024px){.prop-detail-identity-desktop{display:block;padding:24px 40px 40px;flex-shrink:0}}.prop-detail-identity-mobile{display:block;margin-bottom:24px}@media(min-width:1024px){.prop-detail-identity-mobile{display:none}}.prop-detail-main .prop-detail-price-row{display:flex;align-items:baseline;flex-wrap:wrap;gap:12px;margin-bottom:8px}.prop-detail-main .prop-detail-price{font-size:clamp(24px,3.2vw,36px);font-weight:800;color:var(--price-color);line-height:1}.prop-detail-main .prop-detail-old-price{font-size:16px;text-decoration:line-through;color:var(--text-secondary);opacity:.5}.prop-detail-main .prop-detail-title{font-size:clamp(17px,2.2vw,24px);font-weight:600;color:var(--text-primary);line-height:1.3}.prop-detail-body{padding:24px 20px 0;display:flex;flex-direction:column}@media(min-width:1024px){.prop-detail-body{grid-column:2;padding:0;height:100%;min-width:0;overflow:hidden}.prop-detail-scroll-area{flex:1 1;overflow-y:auto;padding:40px 40px 32px;display:flex;flex-direction:column}}.prop-detail-specs-compact{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));grid-gap:12px;gap:12px;margin-bottom:32px;padding:20px;background:var(--bg-secondary);border-radius:20px}.prop-detail-specs-compact .spec-row{display:flex;flex-direction:column;gap:4px;padding-bottom:8px;border-bottom:1px solid var(--border-color)}.prop-detail-specs-compact .spec-row.full{grid-column:1/-1}.prop-detail-specs-compact .spec-row .spec-label{color:var(--text-secondary);font-size:10px;font-weight:600;text-transform:uppercase;opacity:.6}.prop-detail-specs-compact .spec-row .spec-value{color:var(--text-primary);font-size:15px;font-weight:700}.prop-detail-description{margin-bottom:30px}.prop-detail-description h3{font-size:20px;font-weight:700;margin-bottom:16px}.prop-detail-description .prop-description-wrapper{position:relative;transition:max-height .4s ease-out;overflow:hidden}.prop-detail-description .prop-description-wrapper.collapsed{max-height:clamp(130px,25vh,260px)}.prop-detail-description .prop-description-wrapper.collapsed:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;background:linear-gradient(to bottom,transparent,var(--bg-base));pointer-events:none}.prop-detail-description .rich-text-content{font-size:15px;line-height:1.5;color:var(--text-secondary)}.prop-detail-description .rich-text-content p{margin-bottom:16px}.prop-detail-description .description-expand-btn{background:none;border:none;padding:5px 0;color:var(--accent);font-size:15px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:10px}.prop-detail-description .description-expand-btn:after{content:"↓";font-size:20px;transition:transform .3s}.prop-detail-description .description-expand-btn.expanded:after{transform:rotate(180deg)}.prop-detail-footer{position:-webkit-sticky;position:sticky;bottom:0;width:100%;padding:24px;background:var(--bg-base);border-top:1px solid var(--border-color);z-index:50;display:flex;flex-direction:column;gap:12px;margin-top:auto}@media(min-width:1024px){.prop-detail-footer{position:relative;padding:24px 40px 32px;flex-shrink:0;margin-top:0}}.prop-detail-footer .k8-btn{width:100%;height:60px;font-size:18px;font-weight:700;border-radius:16px;transition:all .4s cubic-bezier(.16,1,.3,1);cursor:pointer}.prop-detail-footer-secondary{display:flex;flex-direction:column;gap:10px}@media(min-width:1024px){.prop-detail-footer-secondary{flex-direction:row}}.prop-detail-btn-secondary{height:52px!important;font-size:14px!important;font-weight:600!important;line-height:1.25!important;text-align:center;white-space:normal;display:flex!important;align-items:center;justify-content:center;text-decoration:none;border-radius:12px!important;border:2px solid #282828!important;color:#fff!important;background:#282828!important;box-shadow:none!important;transition:background .3s ease,color .3s ease,border-color .3s ease!important}.prop-detail-btn-secondary:after{display:none!important}.prop-detail-btn-secondary:hover{background:#fff!important;color:#000!important;border-color:#000!important}.prop-detail-btn-secondary:disabled{opacity:.5;cursor:not-allowed}.property-modal-zoom{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0);z-index:500000;display:flex;justify-content:center;align-items:center;visibility:hidden;transition:background .3s cubic-bezier(.4,0,.2,1),visibility 0s .3s}.property-modal-zoom.active{background:rgba(0,0,0,.98);visibility:visible;transition:background .3s cubic-bezier(.4,0,.2,1),visibility 0s 0s}.property-modal-zoom .zoom-close{position:absolute;top:24px;right:24px;width:54px;height:54px;background:hsla(0,0%,100%,.1);border:none;border-radius:50%;color:#fff;font-size:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.property-modal-zoom .zoom-close svg{width:24px;height:24px;stroke:currentColor;stroke-width:2;stroke-linecap:round}.property-modal-zoom .zoom-gallery-container{width:100%;height:100%;display:flex;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;scrollbar-width:none;touch-action:pan-x pinch-zoom}.property-modal-zoom .zoom-gallery-container::-webkit-scrollbar{display:none}.property-modal-zoom .zoom-item{flex:0 0 100%;width:100%;height:100%;display:flex;align-items:center;justify-content:center;scroll-snap-align:center;padding:40px}.property-modal-zoom .zoom-item img{max-width:90vw;max-height:90vh;object-fit:contain}.property-modal-zoom .zoom-item img.zoom-img-png{background:#fff;padding:16px;border-radius:8px}.prop-modal-skeleton{width:100%}.prop-modal-skeleton .skeleton-gallery{height:380px;margin-bottom:20px}.complex-link{color:inherit;text-decoration:none;transition:opacity .2s}.complex-link:hover{opacity:.7;text-decoration:underline}