*{box-sizing:border-box;margin:0;padding:0}html,body{color:#333;background-color:#f9f9f9;max-width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;overflow-x:hidden}.app-wrapper{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.main-content-wrapper{flex-grow:1;padding-top:20px;display:flex;overflow:hidden}.main-content{flex-grow:1;display:flex;overflow:hidden}.listings-section{flex:1;align-content:flex-start;gap:20px;padding:20px;display:grid;overflow-y:auto}.map-section{background-color:#e0e0e0;flex-shrink:0;justify-content:center;align-items:center;width:40%;height:90%;margin:0;display:flex;position:sticky;top:80px;overflow:hidden}.map-image{object-fit:cover;width:100%;height:100%}.property-card{background:#fff;border-radius:12px;flex-direction:column;transition:transform .2s;display:flex;overflow:hidden;box-shadow:0 4px 6px #0000001a}.property-card:hover{transform:translateY(-4px)}.image-carousel{width:100%;height:200px;position:relative;overflow:hidden}.image-carousel img{object-fit:cover;width:100%;height:100%;display:block}.carousel-nav{color:#fff;cursor:pointer;opacity:0;background:#00000080;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;transition:opacity .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.image-carousel:hover .carousel-nav{opacity:1}.carousel-nav.prev{left:10px}.carousel-nav.next{right:10px}.image-dots{gap:5px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.image-dots .dot{cursor:pointer;background:#fff9;border-radius:50%;width:8px;height:8px}.image-dots .dot.active{background:#fff}.favorite-button,.share-button{cursor:pointer;z-index:10;background:0 0;border:none;padding:5px;position:absolute;top:10px}.favorite-button{right:40px}.share-button{right:10px}.property-info{flex-direction:column;flex-grow:1;padding:15px;display:flex}.property-title{color:#333;margin-bottom:5px;font-size:1.1rem;font-weight:600}.property-name{color:#555;margin-bottom:5px;font-size:.95rem}.property-location{color:#777;margin-bottom:10px;font-size:.85rem}.property-details{border-top:1px solid #eee;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;display:flex}.property-details .price{color:#cba135;font-size:1.1rem;font-weight:700}.property-details .rating{color:#cba135;align-items:center;gap:5px;font-size:.9rem;display:flex}.property-amenities{flex-wrap:wrap;gap:5px;margin-top:10px;margin-bottom:10px;display:flex}.amenity-tag{color:#555;background:#e0e0e0;border-radius:4px;padding:3px 8px;font-size:.75rem}.property-provider{color:#999;text-align:right;margin-top:5px;font-size:.8rem}.no-results-message{text-align:center;color:#666;grid-column:1/-1;padding:50px;font-size:1.2rem}.loading-container{color:#333;background-color:#f0f0f0;flex-direction:column;justify-content:center;align-items:center;height:100vh;font-size:1.2rem;display:flex}.spinner{border:4px solid #0000001a;border-left-color:#cba135;border-radius:50%;width:40px;height:40px;margin-bottom:15px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width:900px){.main-content-wrapper{flex-direction:column}.map-section{order:-1;width:100%;height:300px;position:static}.listings-section{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:15px}}@media (max-width:600px){.listings-section{grid-template-columns:1fr;padding:10px}.property-card{margin-bottom:15px}}.footer-link{color:#cbd5e1;font-size:15px;text-decoration:none;transition:color .25s,transform .25s;display:inline-block}.footer-link:hover{transform:translate(5px);color:#3bb2f6!important}.btn-login{color:#0c1b33;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #d1d5db;border-radius:25px;justify-content:center;align-items:center;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.btn-login:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px);box-shadow:0 2px 5px #0000000d}.btn-list-property{color:#0c1b33;cursor:pointer;white-space:nowrap;background:#00b4d8;border:none;border-radius:25px;justify-content:center;align-items:center;padding:8px 20px;font-family:inherit;font-size:14px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 4px #00b4d833}.btn-list-property:hover{background:#00c2e8;transform:translateY(-1px);box-shadow:0 4px 10px #00b4d859}.property-details-grid{grid-template-columns:1fr 380px;align-items:start;gap:2.5rem;display:grid}.property-details-img-box{background:#f3f4f6;border-radius:20px;width:100%;height:460px;position:relative;overflow:hidden}@media (max-width:900px){.property-details-grid{grid-template-columns:1fr;gap:1.5rem}.property-details-img-box{border-radius:12px;height:300px}}
