*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh;background-color:#fff;-webkit-tap-highlight-color:transparent;touch-action:manipulation}@media(max-width:768px){body,input,select,textarea{font-size:16px}}a{font-weight:500;color:#2c5aa0;text-decoration:inherit}a:hover{color:#1e3f73}button{font-family:inherit;cursor:pointer}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2}img{max-width:100%;height:auto}.header{background:#fff;box-shadow:0 2px 8px #0000001a;position:sticky;top:0;z-index:1000}.header-container{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem}.logo{text-decoration:none;color:inherit;display:flex;flex-direction:column;align-items:flex-start}.logo h1{margin:0;font-size:1.8rem;color:#2c5aa0;font-weight:700}.tagline{font-size:.85rem;color:#666;font-weight:400}.nav{display:flex;gap:2rem;flex:1;justify-content:center}.nav a{text-decoration:none;color:#333;font-weight:500;transition:color .2s}.nav a:hover{color:#2c5aa0}.header-spacer{width:150px}.header-actions{display:flex;gap:1rem;align-items:center}.currency-select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem}@media(max-width:768px){.header-container{flex-wrap:wrap;padding:1rem}.nav{order:3;width:100%;justify-content:space-around;gap:1rem}.logo h1{font-size:1.5rem}.header-spacer{display:none}}.footer{background:#1a1a1a;color:#fff;margin-top:4rem}.footer-container{max-width:1400px;margin:0 auto;padding:3rem 2rem 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h3,.footer-section h4{margin:0 0 1rem;color:#fff}.footer-section h3{font-size:1.5rem;color:#2c5aa0}.footer-section h4{font-size:1rem;font-weight:600}.footer-section p{color:#ccc;line-height:1.6;margin:.5rem 0}.footer-section a{display:block;color:#ccc;text-decoration:none;margin:.5rem 0;transition:color .2s}.footer-section a:hover{color:#2c5aa0}.footer-bottom{border-top:1px solid #333;padding:1.5rem 2rem;text-align:center;color:#999}.footer-bottom p{margin:0}@media(max-width:768px){.footer-container{grid-template-columns:1fr;gap:1.5rem}}.error-boundary{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem}.error-boundary-content{text-align:center;max-width:500px}.error-boundary-content h1{font-size:1.75rem;color:#1a1a2e;margin-bottom:1rem}.error-boundary-content p{color:#666;margin-bottom:2rem}.error-boundary-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.error-boundary-actions button{padding:.75rem 1.5rem;border-radius:8px;font-size:1rem;cursor:pointer;transition:all .2s}.error-boundary-actions .btn-primary{background:#2563eb;color:#fff;border:none}.error-boundary-actions .btn-primary:hover{background:#1d4ed8}.error-boundary-actions .btn-secondary{background:#fff;color:#2563eb;border:1px solid #2563eb}.error-boundary-actions .btn-secondary:hover{background:#f0f7ff}.search-bar{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;padding:1.5rem}.search-bar-hero{max-width:1200px;margin:0 auto}.search-bar-compact{padding:1rem}.search-row{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end}.search-row .search-field{flex:1;min-width:140px}.search-row .search-buttons{flex-shrink:0}.search-field{display:flex;flex-direction:column;gap:.5rem}.search-field label{font-size:.85rem;font-weight:600;color:#333}.search-field select,.search-field input{padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:.95rem;font-family:inherit;background:#fff;transition:border-color .2s}.price-input-wrapper{position:relative;display:flex;align-items:center}.price-input-wrapper .currency-symbol{position:absolute;left:.75rem;color:#666;font-weight:600;font-size:.95rem;pointer-events:none}.price-input-wrapper input{padding-left:1.75rem;width:100%}.search-field select:focus,.search-field input:focus{outline:none;border-color:#2c5aa0}.search-button{padding:.75rem 2rem;background:#2c5aa0;color:#fff;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s;white-space:nowrap}.search-button:hover{background:#1e3f73}.search-buttons{display:flex;gap:.5rem;align-items:stretch;align-self:end}.search-buttons .search-button,.search-buttons .clear-button{height:auto;min-height:44px}.clear-button{padding:.75rem 1.5rem;background:#f5f5f5;color:#666;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.clear-button:hover{background:#e0e0e0;color:#333}@media(max-width:768px){.search-row{grid-template-columns:1fr}.search-buttons{flex-direction:column;width:100%}.search-button,.clear-button{width:100%}}.property-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;text-decoration:none;color:inherit;height:100%}.property-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.property-image-container{position:relative;width:100%;height:240px;overflow:hidden;background:#f0f0f0}.property-image-container img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.property-card:hover .property-image-container img{transform:scale(1.05)}.property-source{position:absolute;top:8px;left:8px;background:#2c5aa0e6;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase}.price-per-sqm{position:absolute;bottom:8px;right:8px;background:#000000b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:.75rem;font-weight:500}.property-info{padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;flex:1}.property-title{margin:0;font-size:1.1rem;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.property-price{font-size:1.5rem;font-weight:700;color:#2c5aa0}.property-details{display:flex;flex-wrap:wrap;gap:1rem;margin-top:.5rem}.detail-item{display:flex;align-items:center;gap:.25rem;font-size:.9rem;color:#666}.detail-icon{font-size:1rem}.property-location{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:#666;margin-top:auto}.location-icon{font-size:1rem}.property-meta{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.5rem;border-top:1px solid #eee;font-size:.8rem;color:#999}.property-agent{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-date{flex-shrink:0}.property-card-disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.property-card-disabled:hover{transform:none;box-shadow:0 2px 8px #0000001a}.property-error{margin-top:.5rem;padding:.5rem;background:#fee;color:#c33;border-radius:4px;font-size:.85rem;text-align:center}@media(max-width:768px){.property-image-container{height:200px}.property-title{font-size:1rem}.property-price{font-size:1.3rem}}.banner-ad{width:100%;display:flex;justify-content:center;margin:1.5rem 0}.banner-ad-top{margin-top:0}.banner-ad-bottom{margin-bottom:0}.ad-placeholder{width:100%;max-width:728px;height:90px;background:#f5f5f5;border:2px dashed #ddd;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;color:#999}@media(max-width:768px){.ad-placeholder{max-width:100%;height:50px}.ad-content p{font-size:.75rem}}.home{min-height:100vh}.hero-section{background:linear-gradient(135deg,#2c5aa0,#1e3f73);color:#fff;padding:4rem 2rem;margin-bottom:3rem}.hero-content{max-width:1200px;margin:0 auto;text-align:center}.hero-title{font-size:3rem;font-weight:700;margin:0 0 1rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin:0 0 2.5rem;opacity:.95}.container{max-width:1400px;margin:0 auto;padding:0 2rem}.featured-section{padding:3rem 0}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.section-header h2{font-size:2rem;font-weight:700;color:#333;margin:0}.view-all-link{color:#2c5aa0;text-decoration:none;font-weight:600;transition:color .2s}.view-all-link:hover{color:#1e3f73}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem}.popular-cities{background:#f8f9fa;padding:4rem 0}.popular-cities h2{font-size:2rem;font-weight:700;color:#333;margin:0 0 2rem;text-align:center}.cities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.city-card{background:#fff;padding:2rem;border-radius:12px;text-decoration:none;color:inherit;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;text-align:center}.city-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026}.city-card h3{margin:0 0 .5rem;font-size:1.5rem;color:#2c5aa0}.city-card span{color:#666;font-size:.9rem}.property-types{padding:4rem 0}.property-types h2{font-size:2rem;font-weight:700;color:#333;margin:0 0 2rem;text-align:center}.types-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.type-card{background:#fff;padding:2rem;border-radius:12px;text-decoration:none;color:inherit;box-shadow:0 2px 8px #0000001a;transition:transform .2s,box-shadow .2s;text-align:center;border:2px solid transparent}.type-card:hover{transform:translateY(-4px);box-shadow:0 4px 16px #00000026;border-color:#2c5aa0}.type-icon{font-size:3rem;display:block;margin-bottom:.5rem}.type-card h3{margin:0;font-size:1.1rem;color:#333;font-weight:600}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.properties-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-draw-section{position:relative}.leaflet-draw-toolbar{margin-top:12px}.leaflet-draw-toolbar-top{margin-top:0}.leaflet-draw-toolbar-notop a:first-child{border-top-right-radius:0}.leaflet-draw-toolbar-nobottom a:last-child{border-bottom-right-radius:0}.leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg);background-repeat:no-repeat;background-size:300px 30px;background-clip:padding-box}.leaflet-retina .leaflet-draw-toolbar a{background-image:url(data:image/png;base64,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);background-image:linear-gradient(transparent,transparent),url(/assets/spritesheet-DpIxuf5L.svg)}.leaflet-draw a{display:block;text-align:center;text-decoration:none}.leaflet-draw a .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.leaflet-draw-actions{display:none;list-style:none;margin:0;padding:0;position:absolute;left:26px;top:0;white-space:nowrap}.leaflet-touch .leaflet-draw-actions{left:32px}.leaflet-right .leaflet-draw-actions{right:26px;left:auto}.leaflet-touch .leaflet-right .leaflet-draw-actions{right:32px;left:auto}.leaflet-draw-actions li{display:inline-block}.leaflet-draw-actions li:first-child a{border-left:0}.leaflet-draw-actions li:last-child a{-webkit-border-radius:0 4px 4px 0;border-radius:0 4px 4px 0}.leaflet-right .leaflet-draw-actions li:last-child a{-webkit-border-radius:0;border-radius:0}.leaflet-right .leaflet-draw-actions li:first-child a{-webkit-border-radius:4px 0 0 4px;border-radius:4px 0 0 4px}.leaflet-draw-actions a{background-color:#919187;border-left:1px solid #AAA;color:#fff;font:11px/19px Helvetica Neue,Arial,Helvetica,sans-serif;line-height:28px;text-decoration:none;padding-left:10px;padding-right:10px;height:28px}.leaflet-touch .leaflet-draw-actions a{font-size:12px;line-height:30px;height:30px}.leaflet-draw-actions-bottom{margin-top:0}.leaflet-draw-actions-top{margin-top:1px}.leaflet-draw-actions-top a,.leaflet-draw-actions-bottom a{height:27px;line-height:27px}.leaflet-draw-actions a:hover{background-color:#a0a098}.leaflet-draw-actions-top.leaflet-draw-actions-bottom a{height:26px;line-height:26px}.leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:-2px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polyline{background-position:0 -1px}.leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-31px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-polygon{background-position:-29px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-62px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-rectangle{background-position:-60px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-92px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circle{background-position:-90px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-122px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-marker{background-position:-120px -1px}.leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-273px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-draw-circlemarker{background-position:-271px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-152px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit{background-position:-150px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-182px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove{background-position:-180px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-212px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-edit.leaflet-disabled{background-position:-210px -1px}.leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-242px -2px}.leaflet-touch .leaflet-draw-toolbar .leaflet-draw-edit-remove.leaflet-disabled{background-position:-240px -2px}.leaflet-mouse-marker{background-color:#fff;cursor:crosshair}.leaflet-draw-tooltip{background:#363636;background:#00000080;border:1px solid transparent;-webkit-border-radius:4px;border-radius:4px;color:#fff;font:12px/18px Helvetica Neue,Arial,Helvetica,sans-serif;margin-left:20px;margin-top:-21px;padding:4px 8px;position:absolute;visibility:hidden;white-space:nowrap;z-index:6}.leaflet-draw-tooltip:before{border-right:6px solid black;border-right-color:#00000080;border-top:6px solid transparent;border-bottom:6px solid transparent;content:"";position:absolute;top:7px;left:-7px}.leaflet-error-draw-tooltip{background-color:#f2dede;border:1px solid #e6b6bd;color:#b94a48}.leaflet-error-draw-tooltip:before{border-right-color:#e6b6bd}.leaflet-draw-tooltip-single{margin-top:-12px}.leaflet-draw-tooltip-subtext{color:#f8d5e4}.leaflet-draw-guide-dash{font-size:1%;opacity:.6;position:absolute;width:5px;height:5px}.leaflet-edit-marker-selected{background-color:#fe57a11a;border:4px dashed rgba(254,87,161,.6);-webkit-border-radius:4px;border-radius:4px;box-sizing:content-box}.leaflet-edit-move{cursor:move}.leaflet-edit-resize{cursor:pointer}.leaflet-oldie .leaflet-draw-toolbar{border:1px solid #999}.map-view-container{width:100%;height:500px;position:relative;border-radius:12px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.map-loading-overlay{position:absolute;inset:0;background:#ffffffb3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;z-index:1000;font-size:.9rem;font-weight:600;color:#333}.map-loading-spinner{width:32px;height:32px;border:3px solid #e0e0e0;border-top-color:#2c5aa0;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.map-info-bar{position:absolute;bottom:10px;left:10px;background:#fffffff2;padding:.5rem 1rem;border-radius:8px;box-shadow:0 2px 8px #0003;z-index:1000;font-size:.85rem;font-weight:600;color:#333;display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.map-popup{min-width:200px}.map-popup h4{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#333;line-height:1.3}.map-popup-price{margin:0 0 .5rem;font-size:1.1rem;font-weight:700;color:#2c5aa0}.map-popup-location,.map-popup-details{margin:0 0 .5rem;font-size:.85rem;color:#666}.map-popup-link{display:inline-block;margin-top:.5rem;color:#2c5aa0;text-decoration:none;font-size:.85rem;font-weight:600}.map-popup-link:hover{text-decoration:underline}.marker-cluster{display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700;color:#fff;box-shadow:0 3px 10px #00000040;transition:transform .2s ease}.marker-cluster:hover{transform:scale(1.1)}.cluster-inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;border-radius:50%}.cluster-inner span{font-size:13px;line-height:1}.marker-cluster-small{background:linear-gradient(135deg,#4a90d9,#2c5aa0);border:3px solid rgba(255,255,255,.9)}.marker-cluster-small .cluster-inner span{font-size:12px}.marker-cluster-medium{background:linear-gradient(135deg,#f5a623,#e08e0b);border:3px solid rgba(255,255,255,.9)}.marker-cluster-medium .cluster-inner span{font-size:14px}.marker-cluster-large{background:linear-gradient(135deg,#e74c3c,#c0392b);border:4px solid rgba(255,255,255,.9)}.marker-cluster-large .cluster-inner span{font-size:15px}.leaflet-cluster-anim .leaflet-marker-icon,.leaflet-cluster-anim .leaflet-marker-shadow{transition:transform .25s ease-out,opacity .25s ease-in}.leaflet-draw-toolbar a{background-color:#fff;border:1px solid #ccc}.leaflet-draw-toolbar a:hover{background-color:#f4f4f4}.leaflet-draw-actions a{background-color:#2c5aa0;color:#fff}.leaflet-draw-actions a:hover{background-color:#1e4080}.polygon-active-badge{margin-left:1rem;padding:.25rem .75rem;background:linear-gradient(135deg,#2c5aa0,#1e4080);color:#fff;border-radius:20px;font-size:.75rem;font-weight:600;animation:pulse-badge 2s ease-in-out infinite}@keyframes pulse-badge{0%,to{opacity:1}50%{opacity:.7}}.stacked-marker-container{background:transparent!important;border:none!important}.stacked-marker{width:36px;height:36px;background:linear-gradient(135deg,#9b59b6,#8e44ad);border:3px solid rgba(255,255,255,.95);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 3px 10px #0000004d;cursor:pointer;transition:transform .2s ease}.stacked-marker:hover{transform:scale(1.15)}.stacked-marker span{color:#fff;font-size:13px;font-weight:700;line-height:1}.map-popup-stacked{min-width:260px}.stacked-header{margin:0 0 .75rem;padding-bottom:.5rem;font-size:.95rem;font-weight:700;color:#333;border-bottom:2px solid #9b59b6}.stacked-list{max-height:220px;overflow-y:auto;display:flex;flex-direction:column;gap:.75rem}.stacked-item{padding:.5rem;background:#f8f9fa;border-radius:6px;border-left:3px solid #9b59b6}.stacked-item-title{font-size:.85rem;font-weight:600;color:#333;margin-bottom:.25rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.stacked-item-price{font-size:.9rem;font-weight:700;color:#2c5aa0;margin-bottom:.25rem}.stacked-item-details{font-size:.75rem;color:#666;margin-bottom:.25rem}.stacked-item-link{display:inline-block;font-size:.75rem;color:#9b59b6;text-decoration:none;font-weight:600}.stacked-item-link:hover{text-decoration:underline}.stacked-list::-webkit-scrollbar{width:6px}.stacked-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.stacked-list::-webkit-scrollbar-thumb{background:#9b59b6;border-radius:3px}.stacked-list::-webkit-scrollbar-thumb:hover{background:#8e44ad}@media(max-width:768px){.map-view-container{height:400px}.map-info-bar{bottom:8px;left:8px;right:8px;padding:.4rem .75rem;font-size:.8rem}.polygon-active-badge{font-size:.7rem;padding:.2rem .5rem}.map-loading-overlay{font-size:.85rem}.map-loading-spinner{width:28px;height:28px}.map-popup{min-width:180px}}.sidebar-ad{width:100%;margin-bottom:2rem}.ad-placeholder{width:100%;max-width:300px;height:250px;background:#f5f5f5;border:2px dashed #ddd;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;color:#999;margin:0 auto}.ad-content p{margin:0;font-size:.9rem;font-weight:500}.ad-content small{font-size:.75rem;color:#bbb}@media(max-width:1024px){.sidebar-ad{display:none}}.inline-ad{width:100%;margin:2rem 0;display:flex;justify-content:center;grid-column:1 / -1}.ad-placeholder{width:100%;max-width:320px;height:100px;background:#f5f5f5;border:2px dashed #ddd;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;color:#999}.ad-label{position:absolute;top:4px;right:8px;font-size:.7rem;color:#999;text-transform:uppercase}.ad-content{text-align:center}.ad-content p{margin:0;font-size:.85rem;font-weight:500}.ad-content small{font-size:.7rem;color:#bbb}.search-results{min-height:100vh;padding-bottom:2rem}.search-header{padding:2rem 0 1rem;text-align:center}.search-header h1{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 .5rem}.search-header p{color:#666;font-size:1.1rem;margin:0}.search-controls{margin:2rem 0}.results-toolbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 0;margin-bottom:2rem;border-bottom:1px solid #eee}.view-toggle{display:flex;gap:.5rem}.view-toggle button{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;transition:all .2s;font-size:.9rem;display:flex;align-items:center;gap:.4rem;touch-action:manipulation}.view-toggle button .icon{font-size:1.1rem}.view-toggle button .text{display:inline}.view-toggle button.active{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.view-toggle button:hover:not(.active){border-color:#2c5aa0;color:#2c5aa0}.toolbar-right{display:flex;align-items:center;gap:1rem}.sort-controls{display:flex;align-items:center;gap:.5rem}.sort-controls label{font-size:.9rem;color:#666}.sort-controls select{padding:.5rem 1rem;border:1px solid #ddd;border-radius:6px;background:#fff;cursor:pointer;font-size:.9rem}.clear-polygon-btn{display:flex;align-items:center;gap:.4rem;padding:.5rem 1rem;background:linear-gradient(135deg,#e74c3c,#c0392b);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .2s}.clear-polygon-btn:hover{background:linear-gradient(135deg,#c0392b,#a93226);transform:translateY(-1px)}.clear-polygon-btn .icon{font-size:.85rem}.polygon-filter-indicator{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:linear-gradient(135deg,#e8f4fd,#d4e9f7);border:1px solid #2c5aa0;border-radius:8px;margin-bottom:1.5rem}.polygon-filter-indicator .indicator-icon{font-size:1.2rem}.polygon-filter-indicator .indicator-text{flex:1;font-size:.9rem;color:#2c5aa0;font-weight:500}.polygon-filter-indicator .indicator-action{padding:.4rem .75rem;background:#2c5aa0;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:.85rem;font-weight:600;transition:background .2s}.polygon-filter-indicator .indicator-action:hover{background:#1e4080}.map-draw-hint{display:flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:#f8f9fa;border-radius:6px;margin-bottom:.5rem}.map-draw-hint .hint-icon{font-size:1rem}.map-draw-hint .hint-text{font-size:.85rem;color:#666}.clear-polygon-inline{margin-top:1rem;padding:.6rem 1.25rem;background:#2c5aa0;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:600;transition:background .2s}.clear-polygon-inline:hover{background:#1e4080}.results-content{display:grid;grid-template-columns:1fr 300px;gap:2rem}.properties-container{display:grid;gap:2rem}.properties-container.grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.properties-container.list{grid-template-columns:1fr}.properties-container.list .property-card{flex-direction:row;min-height:200px;height:auto}.properties-container.list .property-image-container{width:300px;min-height:200px;height:auto;flex-shrink:0}.properties-container.list .property-info{flex:1;min-width:0;padding:1rem 1.5rem;display:flex;flex-direction:column;justify-content:center}.properties-container.list .property-title{-webkit-line-clamp:2;font-size:1.15rem}.properties-container.list .property-details{flex-wrap:wrap;gap:1rem}.properties-container.list .property-location{margin-top:.5rem}.sidebar{display:flex;flex-direction:column;gap:2rem}.sidebar-widget{background:#f8f9fa;padding:1.5rem;border-radius:8px}.sidebar-widget h3{margin:0 0 1rem;font-size:1.1rem;color:#333}.sidebar-widget p{margin:0;color:#666;line-height:1.6;font-size:.9rem}.loading,.no-results{grid-column:1 / -1;text-align:center;padding:4rem 2rem;color:#666}.no-results p{margin:.5rem 0}@media(max-width:1024px){.results-content{grid-template-columns:1fr}.sidebar{display:none}}.map-results{display:flex;flex-direction:column;gap:2rem}.map-properties-list{margin-top:1rem}.map-properties-list h3{font-size:1.3rem;font-weight:700;color:#333;margin:0 0 1.5rem}.map-properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.map-properties-more{margin-top:1rem;text-align:center;color:#666;font-size:.9rem;font-style:italic}.map-property-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:1.25rem;transition:box-shadow .2s,transform .2s}.map-property-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.map-property-card h4{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#333;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.map-property-card .price{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;color:#2c5aa0}.map-property-card .location{margin:0 0 .75rem;font-size:.85rem;color:#666}.map-property-card .view-link{display:inline-block;color:#2c5aa0;text-decoration:none;font-size:.9rem;font-weight:600;transition:color .2s}.map-property-card .view-link:hover{color:#1e4080;text-decoration:underline}.pagination{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:2rem;padding:1.5rem 0;border-top:1px solid #eee;flex-wrap:wrap}.pagination-btn{padding:.5rem 1rem;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.pagination-btn:hover:not(:disabled){border-color:#2c5aa0;color:#2c5aa0}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-pages{display:flex;align-items:center;gap:.25rem}.pagination-page{min-width:36px;height:36px;padding:0;border:1px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s}.pagination-page:hover:not(.active){border-color:#2c5aa0;color:#2c5aa0}.pagination-page.active{background:#2c5aa0;color:#fff;border-color:#2c5aa0}.pagination-ellipsis{padding:0 .25rem;color:#666}.pagination-info{margin-left:1rem;color:#666;font-size:.85rem}@media(max-width:768px){.search-header h1{font-size:1.8rem}.search-header p{font-size:1rem}.results-toolbar{flex-direction:column;gap:1rem;align-items:stretch}.toolbar-right{flex-direction:column;gap:.75rem}.clear-polygon-btn{width:100%;justify-content:center}.clear-polygon-btn .text{display:inline}.view-toggle{justify-content:stretch;width:100%}.view-toggle button{flex:1;justify-content:center;padding:.75rem .5rem;font-size:.85rem}.view-toggle button .text{display:none}.view-toggle button .icon{font-size:1.3rem}.sort-controls{flex-direction:column;align-items:stretch;gap:.5rem}.sort-controls select{width:100%}.polygon-filter-indicator{flex-direction:column;text-align:center;gap:.5rem}.polygon-filter-indicator .indicator-action{width:100%}.map-draw-hint{flex-direction:column;text-align:center;gap:.25rem}.properties-container.grid{grid-template-columns:1fr;gap:1.5rem}.properties-container.list .property-card{flex-direction:column}.properties-container.list .property-image-container{width:100%;height:200px;min-height:200px}.properties-container.list .property-info{padding:1rem}.map-properties-grid{grid-template-columns:1fr}.map-results{gap:1.5rem}.pagination{flex-direction:column;gap:1rem}.pagination-info{margin-left:0;order:-1}}.property-detail{min-height:100vh;padding-bottom:2rem}.property-detail.loading{text-align:center;padding:4rem 2rem;color:#666}.breadcrumb{padding:1.5rem 0;display:flex;gap:.5rem;align-items:center;font-size:.9rem;color:#666}.breadcrumb a{color:#2c5aa0;text-decoration:none}.breadcrumb a:hover{text-decoration:underline}.breadcrumb span{color:#999}.detail-header{display:flex;justify-content:space-between;align-items:flex-start;gap:2rem;padding:2rem 0;border-bottom:1px solid #eee;margin-bottom:2rem}.header-info{flex:1;min-width:0}.header-info h1{font-size:2.5rem;font-weight:700;color:#333;margin:0 0 1rem;line-height:1.3}.location-info{display:flex;align-items:center;gap:.5rem;color:#666;font-size:1.1rem}.header-price{text-align:right;flex-shrink:0}.price-main{font-size:2.5rem;font-weight:700;color:#2c5aa0;margin-bottom:.5rem}.detail-content{display:grid;grid-template-columns:1fr 350px;gap:3rem}.image-gallery{margin-bottom:3rem}.main-image{position:relative;width:100%;height:500px;border-radius:12px;overflow:hidden;margin-bottom:1rem;background:#f0f0f0}.image-price-per-sqm{position:absolute;bottom:12px;right:12px;background:#000000bf;color:#fff;padding:8px 12px;border-radius:6px;font-size:.95rem;font-weight:600}.main-image img{width:100%;height:100%;object-fit:cover}.thumbnail-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem}.thumbnail{aspect-ratio:1;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:none;transition:border-color .2s}.thumbnail:hover,.thumbnail.active{border-color:#2c5aa0}.thumbnail img{width:100%;height:100%;object-fit:cover}.property-info-section,.description-section,.map-section{margin-bottom:3rem}.property-info-section h2,.description-section h2,.map-section h2{font-size:1.8rem;font-weight:700;color:#333;margin:0 0 1.5rem}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;gap:.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.detail-label{font-size:.85rem;color:#666;text-transform:uppercase;font-weight:600}.detail-value{font-size:1.2rem;font-weight:600;color:#333}.description-section p{line-height:1.8;color:#666;font-size:1.05rem}.property-map-container{width:100%;height:400px;border-radius:12px;overflow:hidden}.property-map-container .leaflet-container{border-radius:12px}.detail-sidebar{display:flex;flex-direction:column;gap:2rem}.contact-box{background:#f8f9fa;padding:2rem;border-radius:12px;border:2px solid #2c5aa0}.contact-box h3{margin:0 0 1.5rem;font-size:1.3rem;color:#333}.agent-info{margin-bottom:1.5rem}.agent-info p{margin:.5rem 0;color:#333}.agent-phone{margin:.75rem 0}.agent-phone a{color:#2c5aa0;text-decoration:none;font-weight:600;font-size:1.1rem;display:inline-flex;align-items:center;gap:.25rem}.agent-phone a:hover{text-decoration:underline}.source-badge{font-size:.85rem;color:#666;text-transform:uppercase}.contact-button{display:block;width:100%;padding:1rem;background:#2c5aa0;color:#fff;text-align:center;text-decoration:none;border-radius:8px;font-weight:600;transition:background .2s}.contact-button:hover{background:#1e3f73;color:#fff}@media(max-width:1024px){.detail-content{grid-template-columns:1fr}.detail-sidebar{order:-1}}@media(max-width:768px){.detail-header{flex-direction:column}.header-info h1{font-size:1.8rem}.price-main{font-size:2rem}.main-image{height:300px}.details-grid{grid-template-columns:1fr}}.error-message{text-align:center;padding:4rem 2rem;max-width:600px;margin:0 auto}.error-message h2{font-size:2rem;color:#333;margin-bottom:1rem}.error-message p{font-size:1.1rem;color:#666;margin-bottom:2rem}.back-link{display:inline-block;padding:.75rem 1.5rem;background:#2c5aa0;color:#fff;text-decoration:none;border-radius:6px;font-weight:600;transition:background .2s}.back-link:hover{background:#1e3f73}.about-page{padding:2rem;max-width:800px;margin:0 auto}.about-container h1{font-size:2rem;color:#1a1a2e;margin-bottom:2rem;text-align:center}.about-section{margin-bottom:2rem}.about-section h2{font-size:1.25rem;color:#2563eb;margin-bottom:1rem}.about-section p{color:#444;line-height:1.7}.about-section ul{color:#444;line-height:1.8;padding-left:1.5rem}.about-section li{margin-bottom:.5rem}.about-section a{color:#2563eb;text-decoration:none}.about-section a:hover{text-decoration:underline}.contact-page{padding:2rem;max-width:800px;margin:0 auto}.contact-container h1{font-size:2rem;color:#1a1a2e;margin-bottom:2rem;text-align:center}.contact-info{display:grid;gap:2rem}.contact-section{background:#f8f9fa;padding:1.5rem;border-radius:8px}.contact-section h2{font-size:1.125rem;color:#2563eb;margin-bottom:1rem}.contact-section p{color:#444;line-height:1.7;margin-bottom:.5rem}.contact-section a{color:#2563eb;text-decoration:none}.contact-section a:hover{text-decoration:underline}.terms-page{padding:2rem;max-width:800px;margin:0 auto}.terms-container h1{font-size:2rem;color:#1a1a2e;margin-bottom:2rem;text-align:center}.terms-section{margin-bottom:2rem}.terms-section h2{font-size:1.125rem;color:#1a1a2e;margin-bottom:.75rem}.terms-section p{color:#444;line-height:1.7}.terms-section a{color:#2563eb;text-decoration:none}.terms-section a:hover{text-decoration:underline}.not-found-page{display:flex;align-items:center;justify-content:center;min-height:60vh;padding:2rem;text-align:center}.not-found-content h1{font-size:5rem;color:#2563eb;margin-bottom:.5rem}.not-found-content h2{font-size:1.5rem;color:#1a1a2e;margin-bottom:1rem}.not-found-content p{color:#666;margin-bottom:2rem}.not-found-content .home-link{display:inline-block;padding:.75rem 1.5rem;background:#2563eb;color:#fff;border-radius:8px;text-decoration:none;transition:background .2s}.not-found-content .home-link:hover{background:#1d4ed8}.app{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}
