:root{--RealSearchThemeColor:#ef4f24}*{margin:0;padding:0;text-decoration:none}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}*{margin:0;padding:0;box-sizing:border-box;font-family:'Roboto',sans-serif}html,body{height:100%;margin:0;padding:0;overflow:hidden}#map-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}gmp-map-3d{height:100%;width:100%}.header{position:absolute;top:0;left:0;width:100%;height:60px;padding:0 10px;display:flex;align-items:center;z-index:10}.menu-toggle{border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-right:10px;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:11;background-color:#fff}.search-container{flex:1;max-width:600px;position:relative}.search-bar,#results-list{--border-radius:20px}.search-bar{width:100%;height:45px;border-radius:var(--border-radius);border:0;padding:0 45px 0 45px;font-size:16px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.search-bar.opened{border-radius:var(--border-radius) var(--border-radius) 0 0;border-bottom:1px solid #eee}.search-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#5f6368}.voice-search{position:absolute;right:40px;top:50%;transform:translateY(-50%);color:#ef4e22;cursor:pointer;font-size:18px}.location-button{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#ef4e22;cursor:pointer;font-size:18px}.clear-search{position:absolute;right:65px;top:50%;transform:translateY(-50%);color:#5f6368;cursor:pointer;display:none}.search-suggestions{position:absolute;top:50px;left:0;width:100%;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:100;display:none;max-height:300px;overflow-y:auto}.search-suggestion{padding:12px 15px;cursor:pointer;border-bottom:1px solid #f1f1f1}.search-suggestion:hover{background-color:#f5f5f5}.suggestion-icon{color:#5f6368;margin-right:10px}.property-types{display:flex;background:rgba(255,255,255,.8);border-radius:24px;margin-left:10px;overflow:hidden;box-shadow:0 2px 6px rgba(0,0,0,.2)}.property-type,.main-filter-button,.action-button-item{background-color:#fff;color:var(--theme-color);padding:9px;cursor:pointer;font-size:13px;font-weight:500;color:#5f6368;transition:background-color .3s;display:flex;align-items:center}.property-type i{margin-right:5px}.property-type.active{background-color:#ef4e22;color:#fff}.filter-button{background:rgba(255,255,255,.9);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin-left:10px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.listings-drawer{position:absolute;top:70px;left:10px;width:360px;height:calc(100dvh - 60px);background:rgba(255,255,255,.95);border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:5;overflow:hidden;transition:transform .3s ease,width .3s ease;transform:translateX(-370px)}.listings-drawer.active{transform:translateX(0)}.property-history-panel{position:absolute;top:70px;right:10px;width:360px;height:calc(100dvh - 100px);background:rgba(255,255,255,.95);border-radius:10px;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:5;overflow:hidden;transition:transform .3s ease,width .3s ease;display:none}.property-history-panel.active{display:block}.property-history-content{overflow-y:scroll;height:calc(100dvh - 80px)}.property-history-panel .locate-on-map{display:none!important}.drawer-toggle{position:absolute;top:50%;left:370px;width:40px;height:40px;background:#ef4e22;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:6;transform:translateY(-50%);color:#fff;transition:left .3s ease,background-color .3s ease}.listings-drawer.active .drawer-toggle{left:350px;background-color:#f44336}.drawer-toggle i{transition:transform .3s ease}.listings-drawer.active .drawer-toggle i{transform:rotate(180deg)}.drawer-header{display:flex;justify-content:space-between;align-items:center;padding:10px 15px;border-bottom:1px solid var(--border-color,#e0e0e0);flex-wrap:wrap}.drawer-title{margin:0;font-size:1.1rem;font-weight:600}.drawer-controls{display:flex;align-items:center;gap:10px}.property-types{display:flex;gap:10px}.drawer-subtitle{font-size:14px;color:#5f6368;margin-top:5px}.listings-container{overflow-y:auto;height:calc(100dvh - 220px)}.property-card{padding:15px;border-bottom:1px solid #e0e0e0;cursor:pointer;transition:background-color .2s,transform .2s;position:relative;border-radius:8px;margin:10px;box-shadow:0 2px 5px rgba(0,0,0,.1);background-color:#fff}.property-card:hover{background-color:#f5f5f5;transform:translateY(-3px);box-shadow:0 4px 8px rgba(0,0,0,.15)}.property-image-container{position:relative;height:180px;overflow:hidden;border-radius:8px;margin-bottom:10px}.property-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.property-card:hover .property-image{transform:scale(1.05)}.property-tag{position:absolute;top:10px;left:10px;padding:5px 10px;border-radius:4px;font-size:12px;font-weight:500;z-index:2}.property-tag.for-sale{background-color:#4caf50;color:#fff}.property-tag.for-rent{background-color:#2196f3;color:#fff}.property-tag.sold{background-color:#f44336;color:#fff}.property-price{font-size:20px;font-weight:500;margin-bottom:5px;color:#ef4e22}.property-address{font-size:16px;margin-bottom:5px;color:#202124}.property-details{display:flex;font-size:14px;color:#5f6368;margin-bottom:10px;align-items:center;justify-content:space-between;width:100%}.property-details .left,.property-details .right{display:flex;gap:0}.property-detail{margin-right:5px;display:flex;align-items:center}.property-detail i{margin-right:5px;color:var(--theme-color)}.property-agency{display:flex;align-items:center;font-size:14px;position:absolute;right:5px;bottom:5px;color:#fff;border-radius:10px;flex-direction:column;gap:5px}.agency-logo{width:60px;height:60px;border-radius:30px;object-fit:cover;max-width:100%}.agency-name{font-size:12px}.ask-ai-button,.view-property-button{position:absolute;top:15px;right:15px;background:var(--theme-color);color:#fff;border:0;border-radius:16px;padding:5px 10px;font-size:12px;cursor:pointer;display:flex;align-items:center;transition:background-color .2s;z-index:3}.ask-ai-button:hover,.view-property-button:hover{background:rgba(26,115,232,.2)}.ask-ai-button i,.view-property-button i{margin-right:5px}.property-details-panel{position:absolute;top:70px;right:10px;width:400px;max-height:calc(100% - 90px);background:rgba(255,255,255,.95);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:5;overflow:hidden;transition:transform .3s ease;transform:translateX(410px)}.property-details-panel.active{transform:translateX(0)}.details-close{position:absolute;top:5px;right:15px;width:25px;height:25px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:6;transition:background-color .2s;box-shadow:0 2px 10px rgba(0,0,0,.2)}.details-close:hover{background:#d2d1d1}.details-header{padding:5px;border-bottom:1px solid #e0e0e0}.property-details-panel .details-header{display:none}.details-title{font-size:20px;font-weight:500;margin-right:30px;color:#202124}.details-content{padding:0;overflow-y:auto;max-height:calc(100% - 60px)}.details-image-container{position:relative;height:250px}.details-image{width:100%;height:100%;object-fit:cover}.details-image-nav{position:absolute;bottom:15px;left:50%;transform:translateX(-50%);display:flex;gap:8px}.details-image-dot{width:8px;height:8px;border-radius:50%;background:rgba(255,255,255,.5);cursor:pointer}.details-image-dot.active{background:#fff}.details-price{position:absolute;bottom:15px;left:15px;background:rgba(0,0,0,.7);color:#fff;padding:8px 15px;border-radius:4px;font-size:14px;font-weight:500}.details-tag{position:absolute;top:15px;left:15px;padding:5px 10px;border-radius:4px;font-size:12px;font-weight:500}.details-tag.for-sale{background-color:#4caf50;color:#fff}.details-tag.for-rent{background-color:#2196f3;color:#fff}.details-tag.sold{background-color:#f44336;color:#fff}.details-info{padding:5px}.details-address{font-size:18px;margin-bottom:15px;color:#202124}.details-specs{display:flex;justify-content:space-between;margin-bottom:5px;padding-bottom:5px;border-bottom:1px solid #e0e0e0;flex-wrap:wrap;row-gap:20px}.details-spec{display:flex;flex-direction:column;align-items:center;flex:0 0 calc(25%);box-sizing:border-box}.details-spec-value{font-size:18px;font-weight:500;margin-bottom:5px;color:#ef4e22}.details-spec-label{font-size:14px;color:#5f6368}.details-spec-label.inspection-auction-feature{font-size:13px}.details-description{margin-bottom:20px;line-height:1.5;color:#202124}.details-features{margin-bottom:20px}.details-features-title{font-size:16px;font-weight:500;margin-bottom:10px;color:#202124}.details-features-list{display:flex;flex-wrap:wrap}.details-feature{width:50%;padding:5px 0;display:flex;align-items:center}.details-feature i{color:#ef4e22;margin-right:8px}.details-actions{display:flex;padding:15px 20px;border-top:1px solid #e0e0e0}.details-action{flex:1;padding:12px;border:0;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s}.details-action.primary{background-color:#ef4e22;color:#fff;margin-right:10px}.details-action.primary:hover{background-color:#1565c0}.details-action.secondary{background-color:#fff;color:#ef4e22;border:1px solid #ef4e22}.details-action.secondary:hover{background-color:rgba(26,115,232,.05)}.details-action i{margin-right:8px}.insights-panel{position:absolute;top:50px;right:10px;width:360px;max-height:calc(100% - 90px);background:rgba(255,255,255,.95);border-radius:8px;box-shadow:0 2px 10px rgba(0,0,0,.2);z-index:5;overflow:hidden;transition:transform .3s ease;transform:translateX(370px)}.insights-panel.active{transform:translateX(0)}.insights-toggle{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:40px;height:40px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:10}.insights-close,.property-history-close{position:absolute;top:15px;right:15px;width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:6;transition:background-color .2s}.insights-close:hover,.property-history-close:hover{background:rgba(0,0,0,.1)}.insights-header{padding:15px;border-bottom:1px solid #e0e0e0}.insights-title{font-size:18px;font-weight:500;margin-right:30px;color:#202124}.insights-content{padding:15px;overflow-y:auto;max-height:calc(100% - 60px)}.insight-section{margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #f1f1f1}.insight-section:last-child{border-bottom:0}.insight-section-title{font-size:16px;font-weight:500;margin-bottom:10px;color:#202124;display:flex;align-items:center}.insight-section-title i{margin-right:8px;color:#ef4e22}.insight-data{display:flex;flex-wrap:wrap}.insight-item{width:50%;margin-bottom:10px}.insight-label{font-size:14px;color:#5f6368}.insight-value{font-size:16px;font-weight:500;color:#202124}.filters-panel{position:absolute;top:70px;left:50%;transform:translate(-50%,-200%);width:600px;max-width:90%;background:#fff;border-radius:8px;box-shadow:0 4px 20px rgba(0,0,0,.15);z-index:20;transition:transform .3s ease;overflow:hidden}.filters-panel.active{transform:translate(-50%,0)}.filters-header{padding:15px 20px;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;align-items:center}.filters-title{font-size:18px;font-weight:500;color:#202124}.filters-close{width:30px;height:30px;border-radius:50%;background:rgba(0,0,0,.05);display:flex;align-items:center;justify-content:center;cursor:pointer}.filters-content{padding:20px;max-height:70vh;overflow-y:auto}.filter-section{margin-bottom:20px}.filter-section-title{font-size:16px;font-weight:500;margin-bottom:10px;color:#202124}.filter-options{display:flex;flex-wrap:wrap;gap:10px}.filter-option{padding:8px 15px;border-radius:20px;border:1px solid #e0e0e0;font-size:14px;cursor:pointer;transition:all .2s}.filter-option:hover{background-color:#f5f5f5}.filter-option.selected{background-color:#e3f2fd;border-color:#ef4e22;color:#ef4e22}.price-range{display:flex;align-items:center;gap:10px}.price-input{flex:1;padding:8px 12px;border-radius:4px;border:1px solid #e0e0e0;font-size:14px}.filter-actions{display:flex;justify-content:space-between;padding:15px 20px;border-top:1px solid #e0e0e0}.filter-action{padding:10px 20px;border-radius:4px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.filter-action.reset{color:#5f6368;background-color:transparent;border:1px solid #e0e0e0}.filter-action.reset:hover{background-color:#f5f5f5}.filter-action.apply{background-color:#ef4e22;color:#fff;border:0}.filter-action.apply:hover{background-color:#1565c0}.chatbot-container{position:absolute;bottom:20px;left:20px;z-index:10}.chatbot-toggle{width:60px;height:60px;background:#ef4e22;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 10px rgba(0,0,0,.3);color:#fff;font-size:24px}.chatbot-panel{position:absolute;bottom:80px;left:0;width:360px;height:500px;background:#fff;border-radius:12px;box-shadow:0 2px 10px rgba(0,0,0,.2);overflow:hidden;display:none}.chatbot-panel.active{display:block}.chatbot-header{padding:15px;background:#ef4e22;color:#fff;font-weight:500;display:flex;justify-content:space-between;align-items:center}.chatbot-close{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;cursor:pointer}.chatbot-messages{height:100%;padding:15px;overflow-y:auto}.message{margin-bottom:15px;max-width:80%}.message.user{margin-left:auto;background:#e3f2fd;padding:10px 15px;border-radius:18px 18px 0 18px}.message.bot{background:#f5f5f5;padding:10px 15px;border-radius:18px 18px 18px 0}.action-chips{display:flex;flex-wrap:wrap;margin-top:10px}.action-chip{background:#e3f2fd;padding:8px 12px;border-radius:16px;margin-right:8px;margin-bottom:8px;font-size:14px;cursor:pointer;transition:background-color .2s}.action-chip:hover{background:#bbdefb}.chatbot-input{display:flex;padding:10px 15px;border-top:1px solid #e0e0e0}.chatbot-input input{flex:1;border:0;padding:10px;border-radius:20px;background:#f5f5f5;margin-right:10px}#chatbot-input-field{width:100%;height:45px;background:rgba(255,255,255,.9);border-radius:24px;border:0;padding:0 45px 0 45px;font-size:16px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.chatbot-input button{background:#ef4e22;color:#fff;border:0;width:40px;height:40px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center}.recommendation-chips{position:absolute;bottom:100px;left:50%;transform:translateX(-50%);display:flex;z-index:5;background:rgba(255,255,255,.9);border-radius:30px;padding:8px 15px;box-shadow:0 2px 10px rgba(0,0,0,.2)}.recommendation-chip{padding:8px 15px;border-radius:20px;margin-right:10px;font-size:14px;cursor:pointer;transition:background-color .2s}.recommendation-chip:hover{background:#e3f2fd}.simple-dropdown-menu{z-index:11;position:fixed;top:10px;right:10px;margin-left:auto;padding-right:15px}.menu-button{background:none;border:0;font-size:1.5rem;cursor:pointer;padding:10px;color:var(--text-color,#202124)}.dropdown-content{display:none;position:absolute;right:0;background-color:var(--background-color,#fff);min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1001;border-radius:4px;margin-top:5px}.dropdown-content a{color:var(--text-color,#202124);padding:12px 16px;text-decoration:none;display:block;font-size:.9rem}.dropdown-content a:hover{background-color:var(--hover-color,#f5f5f5)}.simple-dropdown-menu .show{display:block}@media(max-width:600px){.drawer-header{flex-direction:column;align-items:flex-start;gap:10px}.drawer-controls{width:100%;justify-content:space-between}.property-types{flex-wrap:wrap;gap:5px}.property-type{padding:4px 8px;font-size:.8rem}.filter-button{font-size:1.1rem}}@media(max-width:768px){.header{padding:0 5px}.search-container{max-width:none}.simple-dropdown-menu{padding-right:5px}.drawer-controls{width:100%;margin-top:10px;justify-content:space-between}.property-types{margin-left:0;flex-grow:0;margin-right:5px}.property-type{padding:8px 10px;font-size:12px}.filter-button{width:35px;height:35px;margin-left:5px}.listings-drawer{width:100%;left:0;top:60px;height:calc(100dvh - 60px);border-radius:10px;transform:translateY(100%)}.listings-drawer.active{transform:translateY(0)}.drawer-toggle{top:-20px;right:20px;left:auto;transform:rotate(90deg)}.listings-drawer.active .drawer-toggle{transform:rotate(270deg)}.property-details-panel{width:100%;right:0;top:60px;max-height:calc(100% - 120px);border-radius:0;transform:translateY(100%)}.property-details-panel.active{transform:translateY(0)}.insights-panel{width:100%;right:0;top:60px;max-height:calc(100% - 120px);border-radius:0;transform:translateY(-100%)}.insights-panel.active{transform:translateY(0)}.insights-toggle{top:auto;bottom:90px;right:20px}.chatbot-container{bottom:80px}.chatbot-panel{width:100%;left:0;bottom:140px;height:calc(100% - 200px);border-radius:12px 12px 0 0}.recommendation-chips{bottom:140px;overflow-x:auto;width:90%;justify-content:flex-start;padding:8px}.mobile-nav{display:flex;position:absolute;bottom:0;left:0;width:100%;height:60px;background:#fff;box-shadow:0 -2px 10px rgba(0,0,0,.1);z-index:10}.mobile-nav-item{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#5f6368;font-size:12px}.mobile-nav-item i{font-size:20px;margin-bottom:4px}.mobile-nav-item.active{color:#ef4e22}.filters-panel{width:100%;max-width:100%;top:60px;height:calc(100% - 120px);border-radius:0}}@media(min-width:769px){.mobile-nav{display:none}}@keyframes pulse{0%{transform:translateY(-50%) scale(1)}50%{transform:translateY(-50%) scale(1.1)}100%{transform:translateY(-50%) scale(1)}}.drawer-toggle.visible{animation:pulse 1.5s infinite}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);z-index:15;display:none}.overlay.active{display:block}.img-container{display:block;background-image:'@Url.Content("~/PS/images/sydney.webp")');
background-size:cover;background-position:center;background-repeat:no-repeat}.img-container.map-initialized{display:none}.map-container{display:none}.map-container.map-initialized{display:block}.mobile-nav{display:none!important}#ps-chatbot-container{height:calc(100dvh - 220px)}#centerMarker{bottom:50dvh;left:calc(50dvw - 20px);padding-top:5px!important;background:rgb(0,0,0,.5)}#search-input:active,#search-input:focus,#search-input:focus-visible,#search-input:hover{border:1px solid #eee;outline:0}#search-input{width:100%;height:45px;border:0;font-size:16px}#results-list{position:absolute;top:100%;left:0;right:0;background:#fff;border-top:0;list-style:none;padding:0;margin:0;display:none;z-index:1000;border-radius:0 0 var(--border-radius) var(--border-radius)}#results-list li{padding:10px;cursor:pointer;border-bottom:1px solid #eee}#results-list li:hover{background-color:#f9f9f9}#results-list li:last-child{border-radius:0 0 var(--border-radius) var(--border-radius)}.custom-tag{float:right;font-size:.75em;color:#f60;font-weight:bold}.seo-h1{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}.action-buttons-container{position:fixed;bottom:110px;right:10px;display:flex;flex-direction:column;gap:5px;z-index:4}.action-buttons-container .action-button-item{display:flex;border-radius:10px;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:4}.vAygCK-api-load-alpha-banner{display:none}.listings-container{height:calc(100dvh - 160px);overflow-x:hidden}.search-suggestions{display:none!important}.property-details-panel{max-height:calc(100dvh - 70px);overflow-y:auto}.insights-toggle,.filter-button1,.property-type[aria-label="Find agent"]{display:none}:root{--theme-color:#ef4f24}.ThemeColor{color:var(--theme-color)!important}.call-to-action{display:flex;gap:5px;margin:5px 5px 15px 5px}.ps-action{display:flex;cursor:pointer;gap:2px;flex-direction:row;justify-content:center;align-items:center;text-align:center;border:1px solid var(--theme-color);border-radius:10px!important;padding:5px;font-size:10px;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.ps-action span,.ps-action svg,.ps-action i{display:flex}.remove-from-favorite{display:none}.add-to-favorite{display:inline-flex}.favorite-property .remove-from-favorite{display:inline-flex}.favorite-property .add-to-favorite{display:none}.property-details-navigation{display:none}.property-details-navigation.show{display:block;margin:10px;height:15px}.previous-arrow{float:left;font-size:18px;cursor:pointer}.next-arrow{float:right;font-size:18px;cursor:pointer}.map-label-container{position:absolute;bottom:85px;right:10px}.marker-add-reference-pin{position:absolute}.map-label-container,.map-rotation-container{z-index:5;color:#fff;font-size:25px;padding:3px;height:40px;width:40px;text-align:center;border-radius:30%;padding-top:7px;cursor:pointer;background:rgb(0,0,0,.5)}.map-label-container{background:#000}.main-action-buttons-container{position:absolute;bottom:10px;left:calc(50dvw - 40px);padding-top:5px!important;z-index:5;display:flex;flex-direction:row;gap:5px}.map-rotation-container.active,.map-label-container.active{background-color:var(--theme-color)}.main-filter-button.active{background-color:var(--theme-color);color:#fff}.increaseDecreaseAltitude{display:none!important}.increaseDecreaseAltitude.active{display:flex!important}.listings-drawer.active .drawer-toggle{left:315px}.menu-button img{border-radius:50%}.menu-button{height:40px;width:40px;border-radius:30%;text-align:center;padding:7px}.simple-dropdown-menu{padding-right:0!important}.loader{position:absolute;top:40%;right:85px;width:25px;height:25px;margin-top:-8px;border:2px solid #ccc;border-top:2px solid #333;border-radius:50%;animation:spin .6s linear infinite;display:none}@keyframes spin{to{transform:rotate(360deg)}}.listings-drawer{width:min(100dvw,375px)!important;left:-10px!important}.listings-drawer.active{left:0!important}.property-types{gap:0}.drawer-controls{gap:5px}.property-card{display:flex;gap:10px;max-width:100%}.property-image{display:block;width:100px;height:auto}.property-details-container{display:flex;flex-direction:column;min-width:0;overflow-wrap:break-word;width:100%}.property-image-container{height:auto!important;margin-bottom:0;flex-shrink:0}.property-price,.property-address{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ask-ai-button,.view-property-button{position:static;display:block}.f13{font-size:13px}.inspection-auction-section{font-size:13px;margin-top:10px;font-weight:bold;border-bottom:1px solid #e0e0e0;padding-bottom:5px;margin-bottom:5px}@media(max-width:768px){.listings-drawer{transform:translateX(-768px)!important}.listings-drawer.active{transform:translateY(0)!important}.insights-panel{top:0!important}.insights-panel.active{transform:translateY(55px)}.drawer-toggle{top:25px}#chatbot-toggle{display:none}.chatbot-panel.active{width:90dvw;max-width:450px;height:80dvh;bottom:0}.property-details-panel{max-height:calc(100dvh - 60px)}}.insights-content{padding:unset}.insights-toggle{display:block;position:fixed;bottom:165px;right:10px;left:unset;width:auto;height:auto;transform:unset;border-radius:10px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,.2);z-index:4;padding:9px;font-size:13px;font-weight:500;color:#5f6368}.homepage-faq,.popular-property-searches,.homepage-seo-content,.homepage-main-content,.homepage-trending-suburbs,.homepage-footer-important-links,.property-search-answer-block,.ai-overview-summary,.real-search-comparison,.ai-definition-block,.ai-how-to-use-real-search-summary,.ai-data-source-information,.ai-about-real-search-uniqueness,.ai-things-can-be-done-on-real-search,.llm-summary,.content-section,.content-section{position:absolute;left:-99999px;top:auto;width:1px;height:1px;overflow:hidden}
:root{--gc-primary:#ef4f24;--gc-primary-dk:#c73e1b;--gc-bg:#fff;--gc-bg-alt:#f5f5f5;--gc-text:#202124;--gc-text-light:#5f6368;--gc-border:#e0e0e0;--gc-radius:12px;--gc-shadow:0 4px 20px rgba(0,0,0,.18);--gc-z:10100}#gc-bubble{position:fixed;bottom:24px;right:24px;width:60px;height:60px;border-radius:50%;background:var(--gc-primary);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:var(--gc-shadow);z-index:var(--gc-z);transition:transform .2s,background-color .2s;border:0;padding:0}#gc-bubble:hover{background:var(--gc-primary-dk);transform:scale(1.05)}#gc-bubble svg,#gc-bubble i{font-size:26px;pointer-events:none}#gc-badge{position:absolute;top:2px;right:2px;background:#f44336;color:#fff;border-radius:50%;width:18px;height:18px;font-size:11px;display:none;align-items:center;justify-content:center;font-weight:700}#gc-badge.visible{display:flex}#gc-modal{position:fixed;bottom:96px;right:24px;width:400px;height:620px;max-height:calc(100dvh - 110px);background:var(--gc-bg);border-radius:var(--gc-radius);box-shadow:var(--gc-shadow);z-index:var(--gc-z);display:flex;flex-direction:column;overflow:hidden;transform:scale(.9) translateY(20px);opacity:0;pointer-events:none;transition:transform .25s ease,opacity .25s ease}#gc-modal.gc-open{transform:scale(1) translateY(0);opacity:1;pointer-events:auto}#gc-modal.gc-minimised{height:52px;transform:scale(1) translateY(0);opacity:1;pointer-events:auto}#gc-modal.gc-minimised .gc-body,#gc-modal.gc-minimised .gc-footer{display:none}#gc-modal.gc-maximised{width:80%;height:90vh;max-height:90dvh;right:10%;bottom:5vh;border-radius:var(--gc-radius)}#gc-modal.gc-maximised .gc-msg-bubble{font-size:15px;line-height:1.6}#gc-modal.gc-maximised .gc-tool-text{font-size:14px;line-height:1.65}#gc-modal.gc-maximised #gc-input{font-size:15px}.gc-header{background:var(--gc-primary);color:#fff;padding:12px 14px;display:flex;align-items:center;gap:10px;flex-shrink:0}.gc-header-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;flex-shrink:0;background:rgba(255,255,255,.25);display:flex;align-items:center;justify-content:center}.gc-header-info{flex:1;min-width:0}.gc-header-title{font-size:15px;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gc-header-sub{font-size:11px;opacity:.85}.gc-header-actions{display:flex;gap:6px}.gc-header-btn{background:rgba(255,255,255,.2);border:0;color:#fff;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:13px;transition:background .15s}.gc-header-btn:hover{background:rgba(255,255,255,.35)}.gc-body{flex:1;overflow:hidden;position:relative;display:flex;flex-direction:column}#gc-sessions-panel{flex:1;overflow-y:auto;padding:10px;display:none}#gc-sessions-panel.gc-active{display:block}.gc-sessions-header{font-size:13px;font-weight:600;color:var(--gc-text-light);text-transform:uppercase;letter-spacing:.5px;padding:4px 6px 8px}.gc-new-session-btn{width:100%;background:var(--gc-primary);color:#fff;border:0;border-radius:8px;padding:10px;font-size:14px;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:12px;transition:background .15s}.gc-new-session-btn:hover{background:var(--gc-primary-dk)}.gc-session-item{padding:10px 12px;border-radius:8px;cursor:pointer;border:1px solid var(--gc-border);margin-bottom:6px;transition:background .15s}.gc-session-item:hover,.gc-session-item.gc-active-session{background:#fff3f0;border-color:var(--gc-primary)}.gc-session-title{font-size:13px;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--gc-text)}.gc-session-meta{font-size:11px;color:var(--gc-text-light);margin-top:2px}#gc-chat-panel{flex:1;display:flex;flex-direction:column;overflow:hidden}.gc-search-bar{padding:6px 10px;border-bottom:1px solid var(--gc-border);display:none;flex-shrink:0}.gc-search-bar.gc-visible{display:block}.gc-search-input{width:100%;padding:6px 10px;border:1px solid var(--gc-border);border-radius:20px;font-size:13px;outline:0}.gc-search-input:focus{border-color:var(--gc-primary)}.gc-messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:10px;display:flex;flex-direction:column;gap:10px}.gc-date-divider{text-align:center;font-size:11px;color:var(--gc-text-light);position:relative;margin:4px 0}.gc-date-divider::before,.gc-date-divider::after{content:"";position:absolute;top:50%;width:30%;height:1px;background:var(--gc-border)}.gc-date-divider::before{left:0}.gc-date-divider::after{right:0}.gc-msg{display:flex;flex-direction:column;max-width:85%;min-width:0}.gc-msg.gc-msg-user{align-self:flex-end;align-items:flex-end}.gc-msg.gc-msg-bot{align-self:flex-start;align-items:flex-start}.gc-msg.gc-msg-tool{max-width:100%;width:100%}.gc-msg-bubble{padding:10px 13px;border-radius:16px;font-size:14px;line-height:1.5;word-break:break-word;max-width:100%;box-sizing:border-box}.gc-msg-user .gc-msg-bubble{background:var(--gc-primary);color:#fff;border-radius:16px 16px 4px 16px}.gc-msg-bot .gc-msg-bubble{background:var(--gc-bg-alt);color:var(--gc-text);border-radius:16px 16px 16px 4px}.gc-highlight{background:#fff176;border-radius:2px;padding:0 1px}.gc-msg-meta{display:flex;align-items:center;gap:4px;margin-top:2px;padding:0 2px}.gc-copy-btn{background:none;border:0;color:var(--gc-text-light);cursor:pointer;padding:1px 4px;border-radius:4px;font-size:11px;opacity:0;transition:opacity .15s,color .15s;line-height:1}.gc-msg:hover .gc-copy-btn{opacity:1}.gc-copy-btn:hover{color:var(--gc-primary)}.gc-copy-btn.gc-copied{color:#4caf50;opacity:1}.gc-msg-time{font-size:10px;color:var(--gc-text-light)}.gc-typing{display:flex;align-items:center;gap:5px;padding:8px 13px;background:var(--gc-bg-alt);border-radius:16px 16px 16px 4px;align-self:flex-start}.gc-typing-dot{width:7px;height:7px;border-radius:50%;background:var(--gc-text-light);animation:gc-bounce .9s infinite}.gc-typing-dot:nth-child(2){animation-delay:.15s}.gc-typing-dot:nth-child(3){animation-delay:.3s}@keyframes gc-bounce{0%,80%,100%{transform:translateY(0)}40%{transform:translateY(-6px)}}.gc-tool-text{background:#fff8f6;border-left:3px solid var(--gc-primary);border-radius:4px 12px 12px 4px;padding:10px 13px;font-size:13px;line-height:1.6;color:var(--gc-text);max-width:100%;overflow-wrap:break-word}#gc-modal h1.gc-md-h,#gc-modal h2.gc-md-h,#gc-modal h3.gc-md-h,#gc-modal h4.gc-md-h{font-weight:600;line-height:1.3;margin:10px 0 4px;color:var(--gc-text)}#gc-modal h1.gc-md-h{font-size:15px;border-bottom:1px solid var(--gc-border);padding-bottom:4px}#gc-modal h2.gc-md-h{font-size:14px;color:var(--gc-primary)}#gc-modal h3.gc-md-h{font-size:13px}#gc-modal h4.gc-md-h{font-size:12px;color:var(--gc-text-light);text-transform:uppercase;letter-spacing:.3px}#gc-modal .gc-md-content>h1.gc-md-h:first-child,#gc-modal .gc-md-content>h2.gc-md-h:first-child,#gc-modal .gc-md-content>h3.gc-md-h:first-child{margin-top:0}#gc-modal .gc-md-hr{border:0;border-top:1px solid var(--gc-border);margin:8px 0}#gc-modal .gc-md-ul,#gc-modal .gc-md-ol{margin:4px 0 6px;padding-left:18px}#gc-modal .gc-md-ul li,#gc-modal .gc-md-ol li{margin-bottom:3px}#gc-modal .gc-md-bq{border-left:3px solid var(--gc-primary);margin:4px 0;padding:3px 10px;color:var(--gc-text-light);font-style:italic;background:rgba(239,79,36,.05);border-radius:0 4px 4px 0}#gc-modal .gc-msg-bubble code,#gc-modal .gc-tool-text code{background:rgba(0,0,0,.08);border-radius:3px;padding:1px 5px;font-family:monospace;font-size:.88em}#gc-modal .gc-msg-user .gc-msg-bubble code{background:rgba(255,255,255,.25);color:#fff}.gc-page-label{font-size:11px;font-weight:600;color:var(--gc-text-light);text-transform:uppercase;letter-spacing:.4px;padding:0 2px 6px}.gc-tool-html-wrap{max-width:100%;overflow:hidden;box-sizing:border-box}.gc-property-results{display:flex;flex-direction:column;gap:10px;width:100%;max-width:100%;box-sizing:border-box;overflow:hidden}.gc-property-card{display:flex;gap:10px;background:#fff;border:1px solid var(--gc-border);border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;transition:box-shadow .2s,transform .2s;cursor:pointer;max-width:100%;box-sizing:border-box}.gc-property-card:hover{box-shadow:0 4px 14px rgba(0,0,0,.12);transform:translateY(-2px)}.gc-prop-image{width:110px;min-width:110px;height:90px;object-fit:cover;flex-shrink:0;background:#eee}.gc-prop-body{padding:8px 10px 8px 0;display:flex;flex-direction:column;justify-content:space-between;flex:1;min-width:0}.gc-prop-price{font-size:15px;font-weight:600;color:var(--gc-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gc-prop-address{font-size:12px;color:var(--gc-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.gc-prop-specs{display:flex;gap:10px;font-size:12px;color:var(--gc-text-light)}.gc-prop-specs i{color:var(--gc-primary);margin-right:2px}.gc-prop-inspection,.gc-prop-auction{font-size:11px;color:var(--gc-text-light)}.gc-prop-inspection i{color:#4caf50}.gc-prop-auction i{color:#f57c00}.gc-prop-view{font-size:11px;font-weight:500;color:var(--gc-primary);display:flex;align-items:center;gap:4px}.gc-prop-view i{font-size:10px}.gc-footer{border-top:1px solid var(--gc-border);padding:8px 10px;display:flex;align-items:flex-end;gap:8px;flex-shrink:0;background:var(--gc-bg)}.gc-input-wrap{flex:1;background:var(--gc-bg-alt);border-radius:20px;padding:8px 14px;display:flex;align-items:center}#gc-input{flex:1;border:0;background:transparent;font-size:14px;outline:0;resize:none;min-height:20px;max-height:100px;overflow-y:auto;line-height:1.4;color:var(--gc-text)}#gc-send{width:38px;height:38px;border-radius:50%;background:var(--gc-primary);border:0;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;font-size:16px;transition:background .15s}#gc-send:hover{background:var(--gc-primary-dk)}#gc-send:disabled{background:#ccc;cursor:default}.gc-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 10px 8px;flex-shrink:0}.gc-chip{background:#fff3f0;border:1px solid var(--gc-primary);color:var(--gc-primary);border-radius:16px;padding:4px 12px;font-size:12px;cursor:pointer;transition:background .15s;white-space:nowrap}.gc-chip:hover{background:var(--gc-primary);color:#fff}.gc-no-sessions{text-align:center;padding:24px 16px;color:var(--gc-text-light);font-size:13px}.gc-load-more-wrap{display:flex;justify-content:center;padding:10px 0 4px}.gc-load-more-btn{background:#fff3f0;border:1px solid var(--gc-primary);color:var(--gc-primary);border-radius:20px;padding:6px 20px;font-size:12px;font-weight:500;cursor:pointer;transition:background .15s,color .15s;display:flex;align-items:center;gap:6px}.gc-load-more-btn:hover{background:var(--gc-primary);color:#fff}.gc-load-more-btn:disabled{background:#eee;border-color:#ccc;color:#999;cursor:default}.gc-error-toast{background:#fdecea;border:1px solid #f44336;color:#b71c1c;border-radius:8px;padding:8px 12px;font-size:13px;display:flex;align-items:center;gap:8px;margin:4px 0;align-self:stretch}.gc-error-toast i{flex-shrink:0}@media(max-width:480px){#gc-modal{right:0;bottom:0;width:100%;height:100%;max-height:100dvh;border-radius:0}#gc-modal.gc-maximised{width:100%;height:100%;max-height:100dvh;right:0;bottom:0;border-radius:0}#gc-bubble{bottom:16px;right:16px}}.gc-msg table,.gc-md-table{border-collapse:collapse;width:100%;margin:8px 0;font-size:.9em}.gc-msg th,.gc-msg td,.gc-md-table th,.gc-md-table td{border:1px solid #ddd;padding:8px 12px;text-align:left}.gc-md-table thead tr{background:#f0f4ff;font-weight:600}.gc-md-table tbody tr:nth-child(even){background:#f9f9f9}.gc-md-table tbody tr:hover{background:#eef2ff}.gc-md-pre{background:#1e1e2e;color:#cdd6f4;border-radius:8px;padding:12px 14px;margin:8px 0;overflow-x:auto;font-size:.85em;line-height:1.5}.gc-md-pre code{background:none;color:inherit;padding:0;font-family:'Consolas','Monaco',monospace;white-space:pre}.gc-msg ul{margin-left:15px}
