@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Rock+Salt&family=Vujahday+Script&display=swap";html,body,#root,.app-container{height:100%;margin:0;display:flex;flex-direction:column;background-color:var(--lightGrey);font-family:Inter,sans-serif;font-weight:400;font-style:normal}.content{flex:1}footer{margin-top:auto;padding:20px;background:#fff}.input-with-toggle{position:relative;width:100%}.input-with-toggle input{width:100%;padding-right:2.5rem;box-sizing:border-box}.input-with-toggle .toggle-btn{position:absolute;top:50%;right:.5rem;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:right;height:100%;width:2vw;padding:0;z-index:1}.scrollable{overflow-y:scroll}::-webkit-scrollbar{display:none}.btn-lightred{background-color:var(--lightRed);color:#fff;border:none;border-radius:8px;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;cursor:pointer;width:auto;transition:background-color .2s ease-in-out}.btn-lightred:hover{background-color:#fff;color:var(--lightRed);border:2px solid var(--lightRed)}.btn-lightred-reverse{background-color:#fff;color:var(--lightRed);border:2px solid var(--lightRed);border-radius:8px;padding:.6rem 1.2rem;font-size:1rem;font-weight:500;cursor:pointer;transition:all .2s ease-in-out}.btn-lightred-reverse:hover{background-color:var(--lightRed);color:#fff}:root{--lightRed: #f87171;--darkBlue: #1d2d44;--lightGrey: #f6f6f6;--borderGrey: #e0e0e0}footer{background:var(--lightGrey);padding:0;padding-left:10vw;padding-right:10vw;font-family:Inter,sans-serif;font-weight:500;color:var(--darkBlue);height:5vh;margin-top:0}footer hr{border:none;border-top:1px solid var(--borderGrey);margin-top:0}footer .link_container{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:2rem}footer .left_container{display:flex;flex-direction:column;justify-content:left;gap:1rem;max-width:250px}footer .left_container .tagline{font-weight:600;font-size:.9rem;margin:0}footer .social_icon{display:inline-flex;align-items:center;justify-content:left;color:var(--darkBlue);transition:color .2s ease}footer .social_icon:hover{color:var(--lightRed)}footer .right_container{border-collapse:collapse;font-size:.9rem}footer .right_container th{text-align:left;padding-bottom:.8rem;font-weight:700}footer .right_container td{text-align:left;padding:.3rem 1.5rem .3rem 0;cursor:pointer;transition:color .2s ease}footer .right_container td:hover{color:var(--lightRed)}footer .copyright{font-size:.8rem;text-align:center;margin-top:1rem;color:#555}a{text-decoration:none;color:inherit}header{display:flex;align-items:center;justify-content:space-between;padding:.5rem 1rem 0;position:relative}header nav{display:flex;flex-direction:row;gap:4.5rem;position:absolute;left:50%;transform:translate(-50%)}.size-adjust{height:auto;width:10vw}.hamburger-menu{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.hamburger-menu span{width:30px;height:3px;background-color:var(--darkBlue);border-radius:10px;transition:all .3s ease;transform-origin:center}.hamburger-menu span.open:nth-child(1){transform:rotate(45deg) translateY(12px) translate(2px)}.hamburger-menu span.open:nth-child(2){opacity:0}.hamburger-menu span.open:nth-child(3){transform:rotate(-45deg) translateY(-10px)}.mobile-auth{display:none}@media (max-width: 1200px){header nav{gap:3rem}}@media (max-width: 1024px){header nav{gap:2rem}.nav-button{font-size:18px}}@media (max-width: 900px){header nav{gap:1.5rem}.nav-button{font-size:16px}}@media (max-width: 768px){header{padding:30px}.hamburger-menu{display:flex;position:absolute;right:3%}.size-adjust{position:absolute;left:35%;width:30vw}.desktop-auth{display:none!important}header nav{position:fixed;top:0;right:-100%;height:100vh;width:70%;max-width:300px;background-color:#fff;flex-direction:column;gap:0;padding:80px 2rem 2rem;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;transform:none;left:auto;z-index:1000;overflow-y:auto}header nav.mobile-open{right:0}.nav-button{width:100%;text-align:left;padding:1rem 0;border-bottom:1px solid #eee;font-size:18px}.nav-button.active{border-bottom-color:transparent!important}.nav-button:last-of-type{border-bottom:none}.mobile-auth{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:2px solid #eee}.mobile-auth button{width:100%;padding:12px;border-radius:.5rem;font-size:16px;cursor:pointer;transition:transform .3s ease}.mobile-auth button:first-child{color:var(--darkBlue);background:#fff;border:1px solid var(--borderGrey);font-family:Inter,sans-serif}.mobile-auth button:last-child{color:#fff;background:var(--lightRed);border:none;font-family:Inter,sans-serif}.mobile-auth button:hover{transform:translateY(-2px)}.profile-button-mobile{display:flex;flex-direction:row;align-items:center;gap:10px;padding:12px;border-radius:12px;border:solid 1px var(--textGrey);background-color:#efefef;text-decoration:none;color:var(--textGrey);font-family:Inter,sans-serif;transition:transform .3s ease}.profile-button-mobile:hover{transform:translateY(-2px)}.profile-button-mobile img{width:20px;height:20px}}@media (max-width: 480px){header{padding:20px}.hamburger-menu{display:flex;position:absolute;right:3%}.size-adjust{position:absolute;left:33%;width:35vw}header nav{width:80%;max-width:none}.nav-button{font-size:16px;padding:.8rem 0}}.nav-button{height:auto;width:auto;background-color:transparent;border:none;cursor:pointer;font-size:20px;padding:0 0 5px;border-bottom:5px solid transparent;color:var(--textGrey);transition:all .3s ease-in-out;white-space:nowrap;text-decoration:none}.nav-button:hover{color:var(--lightRed)}.nav-button.active{color:var(--lightRed);border-bottom-color:var(--darkBlue)}header .auth{display:flex;gap:1rem;margin-bottom:8px;font-family:Inter,sans-serif}header .auth button:first-child{color:var(--darkBlue);background:#fff;border:1px solid var(--borderGrey);padding:12px;border-radius:.5rem;font-family:Inter,sans-serif}header .auth button:last-child{color:#fff;background:var(--lightRed);border:none;white-space:nowrap;padding:.35rem .9rem;border-radius:.5rem;font-family:Inter,sans-serif}header .auth button:hover{cursor:pointer;transform:translateY(-1px);transition:.3s ease}.profile-button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;padding:10px;border-radius:12px;border:solid;border-color:var(--textGrey);background-color:#efefef}.profile-button{text-decoration:none}.profile-button:hover{cursor:pointer;transform:translateY(-1px);transition:.3s ease}.profile-button a{font-family:Inter,sans-serif;color:var(--textGrey);margin:0;border-bottom:none;text-decoration:none}.inbox-item{display:flex;align-items:center;justify-content:space-between;background:#f9f9f9;border:1px solid #ddd;border-radius:8px;padding:10px 12px;margin-bottom:8px;transition:background .2s ease}.inbox-item:hover{background:#f1f1f1;cursor:pointer}.inbox-item-info{flex:1;overflow:hidden}.inbox-sender{font-weight:600;margin:0;color:#333}.inbox-lastmsg{margin:0;font-size:13px;color:#555;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.inbox-unread-badge{background-color:var(--lightRed);color:#fff;border-radius:50%;min-width:22px;max-width:22px;height:22px;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0}.inbox-link{position:relative;display:inline-block}.inbox-label{position:relative;display:inline-block;padding-right:8px}.inbox-unread-badge-nav{position:absolute;background-color:var(--lightRed);color:#fff;border-radius:50%;font-size:11px;font-weight:700;padding:2px 6px;min-width:16px;height:16px;text-align:center;line-height:12px}:root{--lightRed: #F87171;--darkBlue: #1D2D44;--lightGrey: #F6F6F6;--borderGrey: #e0e0e0}.listing-card{display:flex;flex-direction:column;background-color:#fff;border:1px solid var(--borderGrey);border-radius:16px;overflow:hidden;width:350px;height:100%;font-family:sans-serif;box-shadow:0 4px 6px #0000000d;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out;position:relative}.listing-card:hover{transform:translateY(-5px);box-shadow:0 8px 12px #0000001a}.listing-image{width:100%;height:200px;object-fit:cover;display:block}.listing-content{position:relative;padding:1rem;flex:1}.listing-card.boosted .listing-content{padding-bottom:2.5rem}.listing-header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:.75rem}.listing-title{font-size:1.25rem;font-weight:700;color:var(--darkBlue);margin:0 0 4px;transition:color .3s ease;max-width:275px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.listing-title:hover{color:var(--lightRed);cursor:pointer}.listing-property{font-size:.9rem;color:#555;margin:0}.listing-rent-section{display:flex;justify-content:space-between;align-items:baseline;padding-bottom:.75rem;margin-bottom:.75rem;border-bottom:1px solid #f0f0f0}.listing-rent{font-size:1.2rem;font-weight:700;color:var(--darkBlue)}.listing-bounty{font-size:.95rem;font-weight:600;color:#41ab6a;border:solid;background-color:#bfe7ce;padding:8px 12px;border-radius:24px;display:flex;align-items:center;justify-content:center;gap:2.5px;position:absolute;top:12px;right:12px;z-index:10;box-shadow:0 2px 8px #00000026}.listing-details{display:flex;flex-direction:column;justify-content:center;align-items:center}.listing-details p{color:#333;margin:4px 0}.listing-details strong{color:var(--darkBlue)}.lease-dates{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:3.5rem}.lease-length{font-size:1.3rem;font-weight:600;color:#333;line-height:1.2}.date-range{display:flex;align-items:center;gap:.5rem}.date-block{display:flex;flex-direction:column;align-items:center;text-align:center}.date-month{font-size:1.3rem;font-weight:600;color:#333;line-height:1.2}.date-year{font-size:.9rem;color:#666;line-height:1.2}.date-arrow{font-size:1.1rem;color:#999;margin:0 .25rem}.listing-tags{margin-top:1rem;display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.tag{background-color:var(--lightGrey);color:#333;font-size:.75rem;font-weight:600;padding:4px 8px;border-radius:12px;border:1px solid var(--borderGrey)}.tag-icon{display:inline-flex;align-items:center;gap:.5rem;padding:6px 12px;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid}.tag-icon-circle{display:flex;align-items:center;justify-content:center;gap:.2rem}.tag-parking,.tag-gender,.tag-furnished{background-color:var(--lightGrey);color:#333;border-color:var(--borderGrey)}.boosted-banner{background:linear-gradient(135deg,var(--lightRed) 0%,#ef4444 100%);color:#fff;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5rem;padding:6px 0;text-align:center;position:absolute;bottom:0;left:0;right:0;border-bottom-left-radius:16px;border-bottom-right-radius:16px}:root{--lightRed: #F87171;--lightRedHover: rgb(243, 140, 140);--darkBlue: #1D2D44;--lightGrey: #F6F6F6}.homepage{max-width:100vw;overflow-x:hidden}.home-banner{position:relative;width:100%;display:flex;justify-content:center;align-items:center}.home-banner .background-image{width:100%;height:auto}.typing-header{position:absolute;margin-bottom:18%;z-index:2}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.welcome-container{position:absolute;top:45%;z-index:2;display:flex;flex-direction:column;align-items:center;gap:1rem;width:90%;max-width:500px;opacity:0;animation:fadeInUp 1.5s ease-out forwards;animation-delay:.3s}.home-search-bar-wrapper{display:flex;flex-direction:row;gap:15px}.home-search-bar-wrapper .location-button{position:relative;border-radius:50px}.or-divider{color:#fff;font-weight:500;margin:0;text-shadow:1px 1px 2px rgba(0,0,0,.5)}.relet-button{background-color:var(--lightRed);color:#fff;border:none;border-radius:50px;padding:12px 30px;font-size:clamp(12px,1rem,1rem);text-wrap:nowrap;font-weight:700;cursor:pointer;transition:background-color .3s ease;width:auto;height:auto}.relet-button:hover{background-color:#e55a5a}.grid-container{display:grid;justify-self:center;column-gap:5vw;width:60vw}.left-container{grid-column:1;text-align:left}.right-container{grid-column:2;justify-content:center;text-align:center}.flex-container{display:flex;justify-self:center;flex-direction:row}.home-listings{padding-top:50px;padding-left:2rem;padding-right:2rem}.boosted-title{display:flex;flex-direction:column;align-items:flex-start}.boosted-title h2{margin:0;padding:0;line-height:1.2;font-size:2.5rem}.boosted-title .boosted{font-family:Rock Salt,cursive;font-weight:700}.boosted-title .listings{font-family:inherit;font-weight:400;padding-left:15px}.underline-homepage{padding-top:10px!important;width:265px!important}@media (max-width: 768px){.typing-header{top:10%;gap:.6rem;max-width:none}.welcome-container{top:40%;gap:.6rem;max-width:none}.home-search-bar-wrapper{flex-direction:column;gap:10px;width:100%}.home-search-bar-wrapper .search-bar-container{margin-left:10%;width:90%}.relet-button{padding:10px 25px;font-size:.9rem}.home-listings{padding-top:30px;padding-left:1rem;padding-right:1rem}.boosted-title h2{font-size:2rem}.underline-homepage{width:210px!important}.home-search-bar-wrapper .location-button{position:absolute;width:48px}.home-search-bar-wrapper .location-button span{display:none}}@media (max-width: 580px){.typing-header{top:0%;gap:.6rem;max-width:none}.welcome-container{top:35%;gap:.6rem;max-width:none}.home-search-bar-wrapper .search-bar-container{width:100%;margin-left:0}.home-search-bar-wrapper .location-button{display:none}.or-divider{font-size:.9rem;margin:.2rem 0}.relet-button{padding:10px 20px;font-size:.85rem;width:100%;max-width:200px}.home-listings{padding-top:20px;padding-left:.75rem;padding-right:.75rem}.boosted-title h2{font-size:1.5rem}.boosted-title .listings{padding-left:10px}.underline-homepage{width:160px!important;padding-top:5px!important}.grid-container{width:90vw;column-gap:2vw}}@media (max-width: 390px){.welcome-container{top:30%;gap:.5rem}.relet-button{padding:8px 16px;font-size:.8rem}.boosted-title h2{font-size:1.3rem}.underline-homepage{width:140px!important}}@media (max-width: 768px) and (orientation: landscape){.typing-header{top:20%}.welcome-container{top:60%;gap:.5rem}.home-search-bar-wrapper{flex-direction:row;gap:10px}.relet-button{padding:8px 20px;font-size:.85rem}.or-divider{display:none}}.find-relet-container{padding:2rem;max-width:100%;background-color:#f8f9fa;min-height:100vh;overflow:visible}.find-relet-header{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:3rem}.find-relet-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem}.find-relet-header p{font-size:1.125rem;color:#6b7280;margin-bottom:1.5rem}.search-bar-wrapper{display:flex;flex-direction:row;align-items:center;gap:1rem;width:100%;max-width:1200px}.location-button{position:absolute;display:inline-flex;flex-direction:row;align-items:center;justify-content:center;gap:5px;border-radius:16px;width:100px;max-width:220px;height:50px;padding:8px 16px;text-align:center;background-color:#fff;border:2px solid #777777;color:#1a1a1a;cursor:pointer;transition:all .2s ease;z-index:997;font-size:1rem;font-weight:500}.location-button img{width:20px;height:20px}.filter-page-button{display:flex;align-items:center;gap:8px;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:2px solid #e5e7eb;border-radius:12px;background:#fff;color:#1a1a1a;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-page-button:hover{border-color:#f87171;color:#f87171;background-color:#fff5f5}.filter-icon{width:20px;height:20px}.property-section{margin-bottom:3rem;position:relative;overflow:visible}.property-name{font-size:1.75rem;font-weight:600;color:#1a1a1a;margin-bottom:1.25rem;padding-left:.5rem;background-color:transparent}.carousel-container{position:relative;display:flex;flex-direction:row;align-items:center}.listings-scroll{display:flex;gap:2.5rem;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;padding:2rem .5rem;flex:1}.listings-scroll::-webkit-scrollbar{display:none}.listings-scroll::-webkit-scrollbar-track{background:#f8f9fa;border-radius:4px}.listings-scroll::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.listings-scroll::-webkit-scrollbar-thumb:hover{background:#a0aec0}.listing-card-wrapper{flex:0 0 auto;transition:transform .2s ease}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#1a1a1a;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.scroll-button:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.05)}.scroll-button:active{transform:translateY(-50%) scale(.95)}.scroll-left{left:-24px}.scroll-right{right:-24px}.loading,.error,.no-data,.no-listings{text-align:center;padding:3rem;font-size:1.25rem;color:#6b7280}@media (max-width: 768px){.find-relet-container{padding:1rem}.find-relet-header{margin-bottom:2rem}.find-relet-header h1{font-size:2rem}.search-bar-wrapper{margin-left:50px;gap:.75rem}.location-button{position:absolute;width:45px;height:45px;margin-top:2px;border-radius:50%;justify-content:center;font-size:.95rem}.location-button span{display:none}.location-button img{width:18px;height:18px}.filter-page-button{width:100%;justify-content:center;padding:.75rem 1.25rem;font-size:.95rem}.filter-text{display:inline}.property-name{font-size:1.5rem}.scroll-button{width:40px;height:40px;font-size:1.5rem}.scroll-left{left:-20px}.scroll-right{right:-20px}}@media (max-width: 480px){.find-relet-container{padding:1rem}.find-relet-header{margin-bottom:1.5rem}.search-bar-wrapper{gap:.5rem}.location-button{padding:10px 14px;font-size:.875rem}.location-button img{width:16px;height:16px}.filter-page-button{padding:.65rem 1rem;font-size:.875rem}.filter-icon{width:18px;height:18px}.property-name{font-size:1.25rem}.listings-scroll{gap:1.5rem;padding:1.5rem .25rem}.scroll-button{width:36px;height:36px;font-size:1.25rem}.scroll-left{left:-18px}.scroll-right{right:-18px}}@media (max-width: 640px){.school-modal{width:95%;max-height:80vh}.modal-header h2{font-size:1.25rem}.school-button{padding:.875rem 1.25rem}}.header-type{display:inline-block;white-space:pre-wrap;font-size:clamp(3rem,8svh,6rem);color:#fff}.header-type__cursor{margin-left:.25rem;display:inline-block;animation:blink 1s step-start infinite}.header-type__cursor--hidden{display:none}@media (max-width: 768px){.header-type{font-size:4svh}}@media (max-width: 480px){.header-type{font-size:3.5svh}}.loading-spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:var(--lightRed);border-radius:50%;animation:spin .6s linear infinite}.search-overlay{position:fixed;inset:0;background-color:#00000080;z-index:998;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.search-bar-container{position:relative}.filter-trigger-button{padding:.875rem 1.5rem;font-size:1rem;font-weight:600;border:2px solid #e5e7eb;border-radius:12px;background:#fff;color:#1a1a1a;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filter-trigger-button:hover{border-color:#f87171;color:#f87171;background-color:#fff5f5}.search-form{display:flex;gap:.75rem;flex:1;width:clamp(300px,35rem,1200px)}.search-input-wrapper{position:relative;flex:1;display:flex;align-items:center;background-color:transparent}.search-input{width:100%;padding:.875rem 2.75rem .875rem 3rem;font-size:1rem;border:2px solid #e5e7eb;border-radius:40px;background:#fff;transition:all .2s ease;outline:none}.search-input::placeholder{color:#9ca3af}.clear-button{position:absolute;right:1rem;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#f3f4f6;border:none;border-radius:50%;color:#6b7280;font-size:1.25rem;cursor:pointer;transition:all .2s ease}.clear-button:hover{background:#e5e7eb;color:#374151}.search-submit-button{background:var(--lightRed);border:none;cursor:pointer;transition:all .2s ease;width:50px;height:50px;border-radius:50%}.search-submit-button:hover{background:#f38c8c;transform:translateY(-1px)}.search-submit-button:active{transform:translateY(0)}@media (max-width: 768px){.search-bar-container{flex-direction:column;width:100%}.filter-trigger-button{width:100%}.search-form{gap:.5rem;width:100%;max-width:100%}.search-input{font-size:.875rem;padding:.75rem 2.5rem .75rem 2.75rem}.search-icon{left:.75rem;width:18px;height:18px}}.loader-container{position:absolute;min-width:100%;min-height:100%;display:flex;align-items:center;justify-content:center;background:#dfdfdf34;z-index:9999999;opacity:1;transition:opacity .5s ease;pointer-events:all}.loader-container.fade-out{opacity:0;pointer-events:none}.loader{width:150px;aspect-ratio:1;display:grid;border:5px solid #0000;border-radius:50%;border-color:#ccc #0000;animation:l16 1s infinite linear}.loader:before,.loader:after{content:"";grid-area:1/1;margin:2px;border:inherit;border-radius:50%}.loader:before{border-color:var(--lightRed) #0000;animation:inherit;animation-duration:.5s;animation-direction:reverse}.loader:after{margin:8px}@keyframes l16{to{transform:rotate(1turn)}}:root{--lightRed: #f87171;--darkBlue: #1d2d44;--lightGrey: #f6f6f6}.signup-container{display:flex;height:100%;min-height:100vh;background:transparent}.half-page{flex:1}.signin-image{width:100%;height:100%;object-fit:cover}.form-container{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem}.form-box{display:flex;flex-direction:column;justify-content:center;padding:2rem;width:80%;max-width:500px;text-align:center}.form-box h3{font-weight:800;font-size:3rem;color:var(--darkBlue);margin-bottom:.2rem;margin-top:0}.form-box p{color:#555;font-size:.9rem;margin-bottom:1.5rem}form{text-align:left}.form-fields{display:flex;flex-direction:column;gap:12px}label{font-weight:600;margin-top:1rem;display:inline-block}*,*:before,*:after{box-sizing:border-box}input,button{margin:0;display:block}input[type=text],input[type=email],input[type=password]{padding:.75rem;border:1px solid #ddd;background-color:var(--lightGrey);border-radius:8px;width:100%;font-size:1rem}input[type=submit]{margin-top:1.5rem;padding:.75rem;background-color:var(--lightRed);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;width:100%;font-size:1rem}input[type=text]:focus,input[type=email]:focus,input[type=password]:focus{outline:none;border-color:var(--lightRed);background-color:#fff}input[type=submit]:hover{background-color:#ef4444}.error-message{color:var(--lightRed);font-size:.85rem;margin-top:.25rem;display:block}input.error{border:1px solid var(--lightRed)}.verification .muted{color:#666;margin:.25rem 0 .75rem;font-size:.95rem}.verification .email{font-weight:600}.code-row{display:flex;gap:.75rem;align-items:center;margin-bottom:.5rem}.code-row input[type=text]{flex:1;padding:.6rem;border:1px solid #ddd;border-radius:8px;box-sizing:border-box;min-width:0}.resend-btn{white-space:nowrap;padding:.45rem .7rem;border-radius:8px;border:1px solid var(--lightRed);background:#fff;color:var(--lightRed);cursor:pointer;font-weight:600;font-size:.9rem}.resend-btn[disabled],.resend-btn[aria-disabled=true]{opacity:.6;cursor:not-allowed;border-color:#e5e5e5;color:#999}.verification input[type=submit]{margin-top:.5rem;width:100%;padding:.75rem;background:var(--lightRed);color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer}.password-checklist{list-style:none;padding:0;margin:.5rem 0 1rem;font-size:.9rem}.password-checklist li{color:gray;margin-bottom:4px;transition:color .3s ease}.password-checklist li.valid{color:var(--lightRed);font-weight:500}@media (max-width: 1024px){.form-box{width:90%}.form-box h3{font-size:2.5rem}}@media (max-width: 768px){.signup-container{justify-content:center;align-items:center}.half-page{display:none}.form-container{flex:none;width:100%;padding:1.5rem}.form-box{width:100%;max-width:450px;padding:1.5rem}.form-box h3{font-size:2.25rem}.form-box p{font-size:.875rem}label{margin-top:.75rem;font-size:.95rem}input[type=text],input[type=email],input[type=password],input[type=submit]{padding:.65rem;font-size:.95rem}.code-row{gap:.5rem}.resend-btn{padding:.4rem .6rem;font-size:.85rem}}@media (max-width: 480px){.signup-container{min-height:100vh}.form-container{padding:1rem}.form-box{width:100%;padding:1rem}.form-box h3{font-size:1.875rem}.form-box p{font-size:.85rem;margin-bottom:1rem}.form-fields{gap:10px}label{margin-top:.5rem;font-size:.9rem}input[type=text],input[type=email],input[type=password]{padding:.6rem;font-size:.9rem}input[type=submit]{margin-top:1rem;padding:.6rem;font-size:.9rem}.verification .muted{font-size:.875rem}.code-row{flex-direction:column;gap:.5rem}.code-row input[type=text]{width:100%}.resend-btn{width:100%;padding:.5rem;font-size:.875rem}.password-checklist{font-size:.85rem}.password-checklist li{margin-bottom:3px}}@media (max-width: 360px){.form-container,.form-box{padding:.75rem}.form-box h3{font-size:1.625rem}.form-box p{font-size:.8rem}input[type=text],input[type=email],input[type=password],input[type=submit]{padding:.55rem;font-size:.875rem}label{font-size:.875rem}}@media (max-width: 768px) and (orientation: landscape){.signup-container{min-height:auto}.form-container{padding:1rem}.form-box{padding:1rem;max-width:600px}.form-box h3{font-size:2rem;margin-bottom:.5rem}.form-box p{margin-bottom:1rem}label{margin-top:.5rem}input[type=submit]{margin-top:1rem}}.signin-container{flex:1;display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem}.signin-box{display:flex;flex-direction:column;justify-content:center;padding:2rem;width:40%;max-width:500px;text-align:center}.signin-box h3{font-weight:800;font-size:3rem;color:var(--darkBlue);margin-bottom:.2rem;margin-top:0}.signin-box p{color:#555;font-size:.9rem;margin-bottom:1.5rem}.signin-box p a{color:var(--lightRed);text-decoration:none;font-weight:600;transition:color .2s ease}.signin-box p a:hover{color:#ef4444;text-decoration:underline}.signin-form{display:flex;flex-direction:column;gap:12px;text-align:left}.signin-form label{font-weight:600;margin-top:1rem;display:inline-block;font-size:1rem}.signin-form input[type=email],.signin-form input[type=password],.signin-form input[type=text]{padding:.75rem;border:1px solid #ddd;background-color:var(--lightGrey);border-radius:8px;width:100%;font-size:1rem}.signin-form input[type=email]:focus,.signin-form input[type=password]:focus,.signin-form input[type=text]:focus{outline:none;border-color:var(--lightRed);background-color:#fff}.input-with-toggle{position:relative;display:flex;align-items:center}.input-with-toggle input{flex:1;padding-right:3rem}.toggle-btn{position:absolute;right:.75rem;background:none;border:none;cursor:pointer;padding:.5rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s ease}.toggle-btn:hover{color:var(--lightRed)}.signin-form input[type=submit]{margin-top:1.5rem;padding:.75rem;background-color:var(--lightRed);color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background .2s;width:100%;font-size:1rem}.signin-form input[type=submit]:hover{background-color:#ef4444}.error-message{color:var(--lightRed);font-size:.85rem;margin-top:.25rem;display:block;text-align:left}@media (max-width: 1024px){.signin-box{width:50%}.signin-box h3{font-size:2.5rem}}@media (max-width: 768px){.signin-container{padding:1.5rem}.signin-box{width:100%;max-width:450px;padding:1.5rem}.signin-box h3{font-size:2.25rem}.signin-box p{font-size:.875rem}.signin-form label{margin-top:.75rem;font-size:.95rem}.signin-form input[type=email],.signin-form input[type=password],.signin-form input[type=text],.signin-form input[type=submit]{padding:.65rem;font-size:.95rem}.toggle-btn{right:.65rem}}@media (max-width: 480px){.signin-container{padding:1rem;min-height:100vh}.signin-box{width:100%;padding:1rem}.signin-box h3{font-size:1.875rem}.signin-box p{font-size:.85rem;margin-bottom:1rem}.signin-form{gap:10px}.signin-form label{margin-top:.5rem;font-size:.9rem}.signin-form input[type=email],.signin-form input[type=password],.signin-form input[type=text]{padding:.6rem;font-size:.9rem}.signin-form input[type=submit]{margin-top:1rem;padding:.6rem;font-size:.9rem}.toggle-btn{right:.6rem;padding:.4rem}.error-message{font-size:.8rem}}@media (max-width: 360px){.signin-container,.signin-box{padding:.75rem}.signin-box h3{font-size:1.625rem}.signin-box p{font-size:.8rem}.signin-form input[type=email],.signin-form input[type=password],.signin-form input[type=text],.signin-form input[type=submit]{padding:.55rem;font-size:.875rem}.signin-form label{font-size:.875rem}}@media (max-width: 768px) and (orientation: landscape){.signin-container{min-height:auto;padding:1rem}.signin-box{padding:1rem;max-width:600px}.signin-box h3{font-size:2rem;margin-bottom:.5rem}.signin-box p{margin-bottom:1rem}.signin-form label{margin-top:.5rem}.signin-form input[type=submit]{margin-top:1rem}}:root{--lightRed: #F87171;--darkBlue: #1D2D44;--lightGrey: #F6F6F6}h1{color:var(--darkBlue)}#center{justify-self:center;width:75vw;margin-bottom:5vh}.setup-warning{text-align:center;margin-bottom:40vh}label{margin-top:0}.check-box-pair{display:flex;flex-direction:row}.check-box-pair label{margin-left:1vw}.check-box-pair input[type=radio]{width:1vw;justify-self:left}fieldset{border:none;margin-bottom:2vh;padding-left:0;margin-left:0}legend{padding:0}.button-width{width:auto;justify-self:center}select{padding:.75rem;border:1px solid #ddd;border-radius:8px;background-color:var(--lightGrey);min-height:2.5rem;line-height:1.2}input[type=tel],input[type=number],select{padding:.75rem;border:1px solid #ddd;border-radius:8px;background-color:var(--lightGrey)}input[type=tel]:focus,input[type=number]:focus,select:focus{outline:none;border-color:var(--lightRed);background-color:#fff}.error{color:var(--lightRed)}.relet-form-container{min-height:100vh;background:linear-gradient(135deg,#f6f6f6,#e9ecef);padding:2rem;display:flex;justify-content:center;align-items:flex-start}.relet-form-wrapper{max-width:1100px;width:100%;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.form-header{background:linear-gradient(135deg,#1d2d44,#2a4365);color:#fff;padding:2.5rem 2rem;position:relative;z-index:1}.form-header h1{margin:0 0 2rem;font-size:2rem;font-weight:600;color:#fff}.step-indicator{display:flex;justify-content:space-between;gap:1rem}.step{flex:1;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:.4;transition:opacity .3s}.step.active{opacity:1}.step-number{width:40px;height:40px;border-radius:50%;background:#fff3;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.1rem}.step.active .step-number{background:#f87171}.step-label{font-size:1rem;text-align:center}.relet-form{padding:2.5rem 2rem;position:relative}.form-step .boost-step{position:relative}.form-step h2{color:#1d2d44;margin:0 0 2rem;font-size:1.5rem;font-weight:600}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-group.full-width{grid-column:1 / -1}.form-group label{color:#1d2d44;font-weight:500;font-size:.95rem}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #e5e5e5;border-radius:8px;font-size:1rem;transition:all .3s;background:#f6f6f6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#f87171;background:#fff}.form-group textarea{resize:vertical;font-family:inherit}.checkbox-group{justify-content:center}.radio-buttons{display:flex;gap:1.5rem}.radio-buttons label{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-weight:400}.radio-buttons input[type=radio]{width:18px;height:18px;cursor:pointer}.photo-upload-section{display:flex;flex-direction:column;gap:2rem}.photo-group h3{color:#1d2d44;margin:0 0 .5rem;font-size:1.1rem}.photo-hint{color:#646464;font-size:.9rem;margin-bottom:1rem}.custom-file-upload{display:inline-block;padding:.75rem 1.5rem;background:#f87171;color:#fff;border-radius:8px;cursor:pointer;font-weight:500;transition:background .3s}.custom-file-upload:hover{background:#e54848}.custom-file-upload input[type=file]{display:none}.thumbnail-preview{margin-top:1rem;position:relative;width:100%;max-width:400px;border-radius:12px;overflow:hidden;border:3px solid #F87171}.thumbnail-preview img{width:100%;height:auto;display:block;cursor:pointer;transition:transform .3s}.thumbnail-preview img:hover{transform:scale(1.02)}.photos-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;margin-top:1rem}.photo-preview{position:relative;aspect-ratio:1;border-radius:8px;overflow:hidden;border:2px solid #e5e5e5}.photo-preview img{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .3s}.photo-preview img:hover{transform:scale(1.05)}.remove-btn{position:absolute;top:8px;right:8px;width:28px;height:28px;border-radius:50%;background:#ef4444e6;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;transition:background .3s}.remove-btn:hover{background:#dc2626}.boost-step{padding-bottom:1rem}.boosted-header-section{text-align:center;margin-bottom:2rem}.boosted-header-section h2{margin:0;padding:0;line-height:1.2;font-size:2.5rem;position:relative;z-index:1}.boosted-header-section .boosted{font-family:Rock Salt,cursive;font-weight:700}.boosted-header-section .listings{font-family:inherit;font-weight:400;padding-left:25px}.underline{position:relative;padding-top:5px;left:-10%;width:225px}.boost-subtitle{color:#646464;font-size:1.1rem;margin-top:.5rem}.boost-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.boost-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001f}.boost-card-selected{border-color:#f87171;background:linear-gradient(135deg,#fff5f5,#fff);box-shadow:0 8px 24px #f8717133}.boost-card.popular{border-color:#c9a503}.popular-badge{position:absolute;top:-12px;right:20px;background:#c9a503;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600}.boost-duration{font-size:1.3rem;font-weight:700;color:#1d2d44}.boost-price{font-size:2rem;font-weight:800;color:#f87171}.boost-description{color:#646464;font-size:.9rem;margin-bottom:.5rem}.boost-features{list-style:none;padding:0;margin:.75rem 0;flex-grow:1}.boost-features li{color:#646464;margin-bottom:.4rem;font-size:.9rem}.select-indicator{text-align:center;padding:.65rem;border-radius:8px;font-weight:600;background:#e5e5e5;color:#646464;transition:all .3s;font-size:.9rem}.boost-benefits{display:flex;flex-direction:row;align-items:center;justify-content:center;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:10rem;padding:1.5rem;background:#f6f6f6;border-radius:12px;margin-top:1rem}.benefit-item{display:flex;align-items:center;gap:1rem}.benefit-icon{font-size:2.5rem;flex-shrink:0}.benefit-text strong{display:block;color:#1d2d44;font-size:1rem;margin-bottom:.25rem}.benefit-text p{color:#646464;font-size:.9rem;margin:0}.error-message{background:#fee2e2;color:#dc2626;padding:1rem;border-radius:8px;margin-top:1.5rem;border-left:4px solid #dc2626}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:2rem;border-top:2px solid #f6f6f6}.btn-primary,.btn-secondary{padding:.875rem 2rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s;border:none}.btn-primary{background:#f87171;color:#fff}.btn-primary:hover:not(:disabled){background:#e54848;transform:translateY(-2px);box-shadow:0 4px 12px #f871714d}.btn-primary:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.btn-secondary{background:#f6f6f6;color:#1d2d44}.btn-secondary:hover{background:#e5e5e5}.lightbox{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000e6;display:flex;align-items:center;justify-content:center;z-index:9999;cursor:zoom-out;animation:fadeIn .2s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-content img{max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 8px 32px #00000080}@media (max-width: 768px){.form-grid{grid-template-columns:1fr}.step-indicator{flex-wrap:wrap}.step-label{font-size:.75rem}.photos-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.relet-form-container{padding:1rem}.form-header{padding:1.5rem 1rem;position:relative;z-index:1}.relet-form{padding:1.5rem 1rem;position:relative}.boost-options{grid-template-columns:1fr}.boost-benefits{flex-direction:column;gap:.5rem;padding:.5rem;grid-template-columns:1fr}.boost-benefits .benefit-item{justify-content:space-between}.form-actions{flex-direction:column}.btn-primary,.btn-secondary{width:100%}}.filter-backdrop{position:fixed;inset:0;background-color:#0006;z-index:998;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.filter-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1000;max-width:600px;width:90%;max-height:85vh;display:flex;flex-direction:column;overflow:hidden}.filter-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:2px solid #F87171;flex-shrink:0}.filter-header h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.filter-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.filter-close:hover{background-color:#f3f4f6;color:#f87171}.filter-content{overflow-y:auto;flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.filter-content::-webkit-scrollbar{width:8px}.filter-content::-webkit-scrollbar-track{background:#f3f4f6;border-radius:4px}.filter-content::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.filter-content::-webkit-scrollbar-thumb:hover{background:#9ca3af}.filter-section{display:flex;flex-direction:column;gap:.75rem}.filter-section h3{font-size:1rem;font-weight:700;color:#1a1a1a;margin:0;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.filter-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.filter-input-group{display:flex;flex-direction:column;gap:.5rem}.filter-input-group label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.filter-input-group input[type=number],.filter-input-group input[type=date]{padding:.75rem;border:1px solid #e5e7eb;border-radius:6px;font-size:1rem;color:#1a1a1a;background-color:#f9fafb;transition:border-color .2s ease}.filter-input-group input[type=number]:focus,.filter-input-group input[type=date]:focus{outline:none;border-color:#f87171;background-color:#fff}.filter-checkboxes{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem}.filter-checkbox{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.5rem .75rem;border-radius:6px;transition:background-color .2s ease;-webkit-user-select:none;user-select:none}.filter-checkbox:hover{background-color:#f9fafb}.filter-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#F87171;border-radius:4px}.filter-checkbox span{font-size:.95rem;color:#1a1a1a;font-weight:500}.filter-toggles{display:flex;flex-direction:column;gap:1rem}.filter-toggle{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.filter-toggle span{font-size:.95rem;font-weight:600;color:#1a1a1a}.toggle-buttons{display:flex;gap:.5rem}.toggle-btn{padding:.5rem 1rem;border:1px solid #e5e7eb;background-color:#fff;color:#6b7280;border-radius:4px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.toggle-btn:hover{border-color:#f87171;color:#f87171}.toggle-btn.active{background-color:#f87171;border-color:#f87171;color:#fff}.filter-footer{display:flex;gap:1rem;padding:1.5rem;border-top:1px solid #e5e7eb;flex-shrink:0;background-color:#f9fafb}.filter-reset-btn{flex:1;padding:.75rem 1.5rem;background-color:#fff;color:#f87171;border:2px solid #F87171;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-reset-btn:hover{background-color:#f9fafb;color:#1d2d44;border-color:#1d2d44}.filter-apply-btn{flex:1;padding:.75rem 1.5rem;background-color:#f87171;color:#fff;border:none;border-radius:6px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .2s ease}.filter-apply-btn:hover{background-color:#1d2d44;transform:translateY(-2px);box-shadow:0 4px 12px #f871714d}.filter-apply-btn:active{transform:translateY(0)}@media (max-width: 640px){.filter-popup{width:95%;max-height:90vh}.filter-header h2{font-size:1.25rem}.filter-row{grid-template-columns:1fr}.filter-footer{flex-direction:column;gap:.75rem}.filter-reset-btn,.filter-apply-btn{width:100%}}.slider-wrapper{position:relative;left:5%;width:90%!important}.slider{color:var(--lightRed)!important}.range-readouts{margin-top:6px;margin-right:-30px;margin-left:-30px;display:flex;justify-content:space-between;align-items:center}.readout{width:60px;display:flex;align-items:center;justify-content:center;padding:2px 8px;font-size:15px;line-height:1.4;color:#1f2937;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;-webkit-user-select:none;user-select:none;white-space:nowrap}.suggestions-dropdown{position:absolute;top:calc(100% + .5rem);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #0000001a;max-height:500px;overflow:hidden;z-index:1000;width:89%}.suggestions-loading{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:2rem;color:#6b7280}.loading-spinner{width:20px;height:20px;border:2px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.no-suggestions{padding:2rem;text-align:center;color:#6b7280;font-size:.9375rem}.suggestions-list{max-height:400px;overflow-y:auto}.suggestions-list::-webkit-scrollbar{width:8px}.suggestions-list::-webkit-scrollbar-track{background:#f8f9fa}.suggestions-list::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:4px}.suggestion-item{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f3f4f6}.suggestion-item:hover,.suggestion-item.selected{background-color:#f9fafb}.suggestion-item:last-child{border-bottom:none}.suggestion-image-container{flex-shrink:0;width:60px;height:60px;border-radius:8px;overflow:hidden;background:#f3f4f6}.suggestion-image{width:100%;height:100%;object-fit:cover}.suggestion-image-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#9ca3af}.suggestion-image-placeholder svg{width:30px;height:30px}.suggestion-content{flex:1;min-width:0}.suggestion-title{font-size:.9375rem;font-weight:600;color:#1a1a1a;margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-title .highlight{background-color:#fef3c7;color:#92400e;padding:0 2px;border-radius:2px}.suggestion-details{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#6b7280;margin-bottom:.25rem}.suggestion-property{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-separator{color:#d1d5db}.suggestion-type{text-transform:capitalize}.suggestion-rent{font-size:.875rem;font-weight:600;color:var(--lightRed)}.suggestion-arrow{flex-shrink:0;width:20px;height:20px;color:#9ca3af;transition:transform .2s ease}.suggestion-item:hover .suggestion-arrow,.suggestion-item.selected .suggestion-arrow{color:var(--lightRed);transform:translate(4px)}.suggestions-footer{padding:.75rem 1rem;background:#f9fafb;border-top:1px solid #e5e7eb}.view-all-button{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:.9375rem;font-weight:600;color:var(--lightRed);background:#fff;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .2s ease}.view-all-button:hover{background:#eff6ff;border-color:var(--lightRedHover);transform:translateY(-1px)}.view-all-button svg{width:18px;height:18px}@media (max-width: 768px){.suggestions-dropdown{max-height:400px}.suggestions-list{max-height:300px}.suggestion-item{padding:.75rem;gap:.75rem}.suggestion-image-container{width:50px;height:50px}.suggestion-title{font-size:.875rem}.suggestion-details{font-size:.75rem}.suggestion-rent{font-size:.8125rem}}.chat-icon-btn{background:none;border:none;padding:0;cursor:pointer;color:#333;transition:color .2s ease,transform .2s ease;width:auto;height:auto;align-self:right}.chat-icon-btn:hover{color:var(--lightRed);transform:scale(1.1)}.chat-icon-btn:focus{outline:none}.chatbox-close{position:absolute;right:-12px;top:-12px;background:transparent;border:none;font-size:calc(var(--fontSize) * 1.3);font-weight:700;border-radius:100%;cursor:pointer;transition:all .2s ease;line-height:1;width:35px;height:35px;background-color:#b7b7b7;outline:none;box-shadow:none;display:flex;align-items:center;justify-content:center}.chatbox-close:hover{transform:scale(1.1)}:root{--lightRed: #F87171;--darkBlue: #1D2D44;--lightGrey: #F6F6F6;--textGrey: #646464;--radius: .75rem;--spacing: .6rem;--fontSize: .95rem;--inputHeight: 2.2rem;--maxBubbleWidth: 70%}.chatbox{display:flex;flex-direction:column;width:80vw;height:85vh;background:var(--lightGrey);border-radius:var(--radius);overflow:hidden;color:var(--lightGrey);box-shadow:0 .4rem 1rem #0003}.chatbox-container{flex:1;display:flex;flex-direction:column;gap:var(--spacing);padding:var(--spacing);background:var(--lightGrey);overflow-y:auto;scroll-behavior:smooth;margin-top:20px}.chat-bubble-owner,.chat-bubble-receiver{padding:calc(var(--spacing) * .9) calc(var(--spacing) * 1.5);border-radius:var(--radius);font-size:var(--fontSize);line-height:1.3;max-width:var(--maxBubbleWidth);word-break:break-word}.chat-bubble-owner{align-self:flex-end;background:var(--lightRed);color:#fff;border-radius:var(--radius) var(--radius) 0 var(--radius)}.chat-bubble-receiver{align-self:flex-start;background:color-mix(in srgb,var(--darkBlue),white 85%);color:var(--textGrey);border-radius:var(--radius) var(--radius) var(--radius) 0;box-shadow:0 1px 2px #0000000d}.chatbox form{display:flex;align-items:center;padding:var(--spacing);gap:var(--spacing);border-top:1px solid rgba(0,0,0,.1);background:#fff}.chatbox form input{flex:1;height:var(--inputHeight);padding:0 calc(var(--spacing) * 1.2);border:1px solid rgba(0,0,0,.15);border-radius:var(--radius);font-size:var(--fontSize);color:var(--textGrey);outline:none;transition:border .2s ease}.chatbox form input:focus{border-color:var(--lightRed)}.chatbox form button{height:var(--inputHeight);width:auto;padding:0 calc(var(--spacing) * 1.5);background:var(--lightRed);color:#fff;border:none;border-radius:var(--radius);font-weight:600;cursor:pointer;transition:background .2s ease,transform .1s ease}.chatbox form button:hover{background:color-mix(in srgb,var(--lightRed),black 15%);transform:scale(1.02)}.listing-detail-container{padding:2rem;max-width:1400px;margin:0 auto;background-color:#f8f9fa;min-height:100vh}.listing-detail-header{position:relative;margin-bottom:2rem;border-bottom:2px solid #F87171;padding-bottom:1.5rem}.listing-detail-header span{padding:20px}.listing-detail-header h1{font-size:2.5rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.listing-boost-button{position:absolute;right:0;top:0;display:flex;flex-direction:row;align-items:center;justify-content:center;text-wrap:nowrap;gap:.5rem;width:160px;height:50px}.listing-boost-button:hover{background:#f38c8c;color:#fff}.listing-top-section{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;align-items:center}.property-location{font-size:1.125rem;color:#0d0e0f;margin:0}.listing-detail-content{display:grid;grid-template-columns:1fr 380px;gap:2rem}.listing-main{display:flex;flex-direction:column;gap:2rem}.price-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a;flex:1;position:relative}.price-card{display:flex;flex-direction:column;gap:1.5rem}.price-item{padding:1rem;border-radius:8px;background-color:#f9fafb;border:1px solid #e5e7eb}.price-item label{display:block;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.price-value{display:block;font-size:2rem;font-weight:700}.price-item.bonus{background-color:#cbfec7;border-color:#48af34}.details-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.details-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;border-bottom:2px solid #F87171;padding-bottom:.5rem}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.detail-item{padding:1rem;background-color:#f9fafb;border-radius:8px;border-left:3px solid #F87171}.detail-item label{display:block;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.detail-item p{margin:0;font-size:1.125rem;color:#1a1a1a;font-weight:500}.capitalize{text-transform:capitalize}.amenities-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.amenities-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;border-bottom:2px solid #F87171;padding-bottom:.5rem}.amenities-list{display:flex;flex-wrap:wrap;gap:.75rem}.amenity-tag{display:inline-block;padding:.5rem 1rem;background-color:#f0f9ff;border:1px solid #F87171;border-radius:20px;font-size:.9rem;color:#1a1a1a;font-weight:500}.features-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.features-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem;border-bottom:2px solid #F87171;padding-bottom:.5rem}.features-list{display:flex;flex-direction:column;gap:1rem}.feature-item{display:flex;align-items:center;gap:.75rem;font-size:1rem;color:#1a1a1a}.feature-checkbox{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;background-color:#f9fafb;border:2px solid #F87171;font-weight:700;color:#f87171;font-size:1.2rem}.description-section{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.description-section h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin:0 0 1rem;border-bottom:2px solid #F87171;padding-bottom:.5rem}.description-section p{margin:0;font-size:1rem;line-height:1.6;color:#4b5563}.listing-sidebar{display:flex;flex-direction:column;gap:2rem;height:fit-content;position:relative;top:2rem}.contact-card{background:#fff;border-radius:12px;padding:1rem 2rem 2rem;box-shadow:0 1px 3px #0000001a;border-top:3px solid #F87171}.contact-card h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem}.contact-item{margin-bottom:1.5rem}.contact-item label{display:block;font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem}.contact-link{display:block;color:#f87171;text-decoration:none;font-weight:500;word-break:break-all;transition:color .2s ease}.contact-link:hover{color:#1d2d44;text-decoration:underline}.contact-button{width:100%;padding:1rem;background-color:#f87171;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;margin-bottom:.75rem}.contact-button:hover{background-color:#1d2d44;transform:translateY(-2px);box-shadow:0 4px 12px #f871714d}.remove-listing-button{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background-color:var(--lightRed);color:#fff;border:2px solid #F87171;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.remove-listing-button:hover{background:#f38c8c;color:#fff}.save-button{width:100%;padding:1rem;background-color:#fff;color:#f87171;border:2px solid #F87171;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.save-button:hover{background-color:#f9fafb;color:#1d2d44;border-color:#1d2d44}.summary-card{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 1px 3px #0000001a}.summary-card h3{font-size:1.25rem;font-weight:700;color:#1a1a1a;margin:0 0 1.5rem}.summary-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.summary-item:last-child{border-bottom:none}.summary-item span:first-child{font-weight:600;color:#6b7280;font-size:.9rem}.summary-item span:last-child{color:#1a1a1a;font-weight:500}.status-active{color:#10b981;font-weight:700}.status-inactive{color:#6b7280;font-weight:700}.listing-detail-gallery{flex:2;max-width:65%;margin-bottom:0}.slideshow-container{position:relative;width:100%;max-width:800px;margin:0;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px #0000001a}.slideshow-image{width:100%;height:500px;object-fit:cover;display:block}.placeholder-image{width:100%;height:400px;object-fit:cover;border-radius:8px;background-color:#f0f0f0}.slide-arrow{position:absolute;top:50%;transform:translateY(-50%);background:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;width:48px;height:48px;display:flex;align-items:center;justify-content:center;font-size:2rem;color:#1a1a1a;cursor:pointer;z-index:10;box-shadow:0 2px 8px #0000001a;transition:all .2s ease}.slide-arrow:hover{background:#fff;box-shadow:0 4px 12px #00000026;transform:translateY(-50%) scale(1.05)}.prev{left:10px}.next{right:10px}.loading,.error,.no-data{text-align:center;padding:4rem 2rem;font-size:1.25rem;color:#6b7280}.error{color:#dc2626}.listing-views{position:absolute;top:7%;right:4%;display:inline-flex;align-items:center;gap:.2rem;font-size:1rem;color:#6b7280;font-weight:500}@media (max-width: 1024px){.listing-detail-content{grid-template-columns:1fr}.listing-sidebar{position:static;top:0}.listing-top-section{flex-direction:column;gap:1.5rem}.listing-boost-button{position:relative}.listing-detail-gallery{max-width:100%}.price-section{width:100%}}@media (max-width: 768px){.listing-detail-container{padding:1rem}.listing-detail-header{margin-bottom:1.5rem;padding-bottom:1rem}.listing-detail-header h1{font-size:1.75rem}.property-location{font-size:1rem}.listing-boost-button{position:relative;width:140px;height:45px;font-size:.9rem}.listing-top-section{flex-direction:column;gap:1rem;margin-bottom:1.5rem}.listing-detail-gallery{max-width:100%;width:100%;margin:0 -1rem}.slideshow-container{max-width:100%;border-radius:0}.slideshow-image{height:300px}.placeholder-image{height:300px;border-radius:0}.slide-arrow{width:40px;height:40px}.prev{left:5px}.next{right:5px}.price-section{width:100%;padding:1.5rem}.price-card{gap:1rem}.price-value{font-size:1.5rem}.details-grid{grid-template-columns:1fr;gap:1rem}.description-section,.details-section,.amenities-section{padding:1.5rem}.description-section h2,.details-section h2,.amenities-section h2{font-size:1.25rem;margin-bottom:1rem}.contact-card,.summary-card{padding:1.5rem}.contact-card h3,.summary-card h3{font-size:1.125rem}}@media (max-width: 480px){.listing-detail-container{padding:.75rem}.listing-detail-header{margin-bottom:1rem}.listing-detail-header h1{font-size:1.5rem}.listing-detail-header span{padding:10px}.property-location{font-size:.95rem}.listing-boost-button{width:130px;height:40px;font-size:.85rem;gap:.3rem}.listing-boost-button img{width:18px;height:18px}.listing-detail-gallery{margin:0 -.75rem}.slideshow-image,.placeholder-image{height:250px}.slide-arrow{width:36px;height:36px}.slide-arrow img{width:20px;height:20px}.price-section{padding:1rem}.price-item{padding:.75rem}.price-value{font-size:1.25rem}.price-item label{font-size:.8rem}.description-section,.details-section,.amenities-section,.contact-card,.summary-card{padding:1rem}.description-section h2,.details-section h2,.amenities-section h2{font-size:1.125rem}.detail-item{padding:.75rem}.detail-item p{font-size:1rem}.amenity-tag{padding:.4rem .8rem;font-size:.85rem}.contact-card h3,.summary-card h3{font-size:1rem;margin-bottom:1rem}.contact-button,.save-button{padding:.75rem;font-size:.9rem}}@media (max-width: 360px){.listing-detail-header h1{font-size:1.375rem}.listing-boost-button{width:120px;height:38px;font-size:.8rem}.slideshow-image,.placeholder-image{height:220px}.price-value{font-size:1.125rem}}:root{--lightRed: #F87171;--darkBlue: #1D2D44;--lightGrey: #F6F6F6;--textGrey: #646464}.inbox-page{max-width:700px;margin:4vh auto;padding:2rem;background-color:var(--white);border-radius:12px;box-shadow:0 2px 8px #00000014;min-height:70vh;display:flex;flex-direction:column}.inbox-page h1{text-align:center;margin-bottom:1.5rem;color:var(--charcoal);font-size:1.8rem}.inbox-list{flex-grow:1;max-height:60vh;overflow-y:auto;display:flex;flex-direction:column;gap:.8rem;padding-right:.5rem;margin-bottom:1rem}.inbox-list::-webkit-scrollbar{width:8px}.inbox-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.inbox-list::-webkit-scrollbar-thumb:hover{background-color:#00000059}.loading-text,.error-text,.empty-text{text-align:center;color:var(--sage);margin-top:2rem;font-size:1rem}.error-text{color:var(--lightRed)}.profile-page-wrapper{min-height:100vh;background-color:#f9fafb;padding:2rem}.profile-header-card{position:relative;display:flex;flex-direction:row;align-items:center;gap:3rem;background:#fff;padding:2rem 3rem;border-radius:16px;box-shadow:0 4px 14px #0000001a;max-width:1200px;margin:0 auto 3rem}.profile-image-section{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex-shrink:0}.profile-image-wrapper{position:relative;width:150px;height:150px;cursor:pointer}.profile-image{width:150px;height:150px;border-radius:50%;border:3px solid #F87171;background-color:#eee}.image-edit-overlay{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background-color:#0009;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease;cursor:pointer}.image-edit-overlay:hover{opacity:1}.image-edit-overlay span{color:#fff;font-weight:600;font-size:1rem}.profile-info-horizontal{flex:1;display:flex;flex-direction:column;gap:1.5rem}.profile-actions-row{position:absolute;right:3rem;bottom:1rem;display:flex;flex-direction:row;gap:1rem;margin-bottom:1rem}.edit-profile-btn,.logout-btn{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.edit-profile-btn{background-color:var(--lightRed, #F87171);color:#fff}.edit-profile-btn:hover{background-color:#ef4444;transform:translateY(-2px)}.logout-btn{background-color:#1a1a1a;color:#fff}.logout-btn:hover{background-color:#374151}.profile-details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.detail-item{display:flex;flex-direction:column;align-items:flex-start;gap:.25rem}.detail-item h2{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0;grid-column:1 / -1}.detail-label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.detail-value{font-size:1rem;color:#1a1a1a;font-weight:500}.edit-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-size:.875rem;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.form-group input{padding:.75rem;border:1px solid #e5e7eb;border-radius:8px;font-size:1rem;color:#1a1a1a;background-color:#f9fafb;transition:border-color .2s ease}.form-group input:focus{outline:none;border-color:#f87171;background-color:#fff}.form-group input:disabled{background-color:#e5e7eb;cursor:not-allowed}.button-row{display:flex;flex-direction:row;justify-content:flex-start;gap:1rem;margin-top:1rem}.save-btn,.cancel-btn{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.save-btn{display:flex;align-items:center;justify-content:center;background-color:#f87171;color:#fff}.save-btn:hover{background-color:#ef4444;transform:translateY(-2px)}.save-btn:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.cancel-btn{background-color:#6b7280;color:#fff}.cancel-btn:hover{background-color:#4b5563}.upload-message{font-size:.875rem;color:#1a1a1a;text-align:center;padding:.5rem;background-color:#f3f4f6;border-radius:6px}.my-listings-section{max-width:1400px;margin:0 auto}.listings-header{font-size:2rem;font-weight:700;color:#1a1a1a;margin-bottom:2rem;padding-left:.5rem}.listings-loading,.no-listings-message{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:#6b7280}.no-listings-message p{margin:0}.listings-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;padding:0 .5rem}.listing-card-wrapper{display:flex;justify-content:center}@media (max-width: 1230px){.profile-actions-row{justify-content:center;position:relative;margin-top:1rem;right:0;bottom:0;order:1}}@media (max-width: 1024px){.profile-header-card{flex-direction:column;gap:2rem;text-align:center}.profile-details-grid{grid-template-columns:1fr}.button-row{justify-content:center}}@media (max-width: 768px){.profile-page-wrapper{padding:1rem}.profile-header-card{padding:1.5rem}.profile-image-wrapper{width:120px;height:120px}.detail-item h2,.listings-header{font-size:1.5rem}.listings-grid{grid-template-columns:1fr;gap:1.5rem}.edit-form{grid-template-columns:1fr}.button-row,.profile-actions-row{flex-direction:column;width:100%}.save-btn,.cancel-btn,.edit-profile-btn,.logout-btn{width:100%}}.search-page-container{padding:2rem;max-width:100%;background-color:#f8f9fa;min-height:100vh}.search-page-header{position:relative;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem;margin-bottom:2rem}.filter-page-button{font-size:1rem;font-weight:600;font-family:Inter,sans-serif;border:2px solid #e5e7eb;border-radius:18px;background:#fff;color:#1a1a1a;cursor:pointer;transition:all .2s ease;white-space:nowrap;width:100px;height:50px;display:flex;align-items:center;justify-content:center;gap:3px}.filter-page-button:hover{border-color:#f87171;background-color:#fff5f5}.filter-icon{width:30px;height:30px}.location-button:hover{background-color:#dfdfdf}.search-bar-wrapper{width:100%;display:flex;justify-content:center;gap:.75rem}.search-results-info{max-width:1400px;margin:0 auto 2rem;padding:0 1rem}.back-button{background:none;border:none;color:#6b7280;font-size:1rem;cursor:pointer;padding:.5rem 0;margin-bottom:1rem;display:inline-flex;align-items:center;gap:.5rem;transition:color .2s ease}.back-button:hover{color:#f87171}.search-results-title{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 .5rem}.search-results-count{font-size:1rem;color:#6b7280;margin:0}.search-results-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;max-width:1400px;margin:0 auto;padding:0 1rem}.search-result-card{display:flex;justify-content:center}.loading,.error-message,.no-results{text-align:center;padding:3rem;font-size:1.25rem;color:#6b7280}.modal-backdrop{position:fixed;inset:0;background-color:#0006;z-index:1001;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.school-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;z-index:1002;max-width:500px;width:90%;max-height:70vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-header h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.modal-close:hover{background-color:#f3f4f6;color:#f87171}.modal-content{overflow-y:auto;flex:1;padding:0}.school-list{list-style:none;padding:0;margin:0}.school-list li{border-bottom:1px solid #f3f4f6}.school-list li:last-child{border-bottom:none}.school-button{width:100%;padding:1rem 1.5rem;background:none;border:none;text-align:left;font-size:1rem;color:#1a1a1a;cursor:pointer;transition:background-color .2s ease}.school-button:hover{background-color:#f9fafb;color:#f87171}.school-button:active{background-color:#f3f4f6}@media (max-width: 1200px){.search-results-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}}@media (max-width: 768px){.search-page-container{padding:1rem}.filter-page-button{width:60px}.filter-page-button span{display:none}.search-results-title{font-size:1.5rem}.search-results-grid{grid-template-columns:1fr;gap:1.5rem}.search-page-header{flex-direction:column;gap:1rem}.school-modal{width:95%;max-height:80vh}.modal-header h2{font-size:1.25rem}.school-button{padding:.875rem 1.25rem}}.bb-page{display:flex;flex-direction:column;gap:4rem;padding:0 8vw;max-width:1500px;margin:0 auto;color:var(--textGrey)}.bb-page p{line-height:1.6}.bb-page strong{color:var(--darkBlue)}.part-one,.part-two{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:2rem}.part-one img,.part-two img{max-width:100%;height:auto;justify-self:center}.part-one h1,.part-two h1,.part-four h1{text-align:left}.two-by-two{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:1.5rem}.two-by-three{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-top:2rem}.btn-lightred{background-color:var(--lightRed);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:6px;font-weight:700;cursor:pointer;margin-top:1rem}.part-three{text-align:center}.part-four{border-top:1px solid #ddd;padding-top:2rem;text-align:left}.yellow{color:var(--mustardYellow)}.about-page{max-width:1500px;margin:0 auto;padding:3rem}.part-one-a,.part-three-a{display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:3rem;margin:5rem 0}.part-one-a img,.part-three-a img{width:100%;max-width:500px;height:auto;justify-self:center;border-radius:12px}.part-one-a .text-side{padding-right:2rem}.part-one-a ul{list-style:none;padding:0;margin-top:1.5rem}.part-one-a ul li{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.part-one-a ul li p{margin-top:.3rem;color:var(--textGrey)}.icon-left{flex-shrink:0;margin-top:.3rem}.part-two-a{text-align:center;margin:5rem 0;padding:0 2rem}.two-by-three{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;text-align:left}.two-by-three>div{display:flex;align-items:flex-start;gap:1rem}.about-page strong{color:var(--darkBlue);display:block;margin-bottom:.3rem}.part-two-a h1,.part-one-a h1,.part-three-a h1{color:var(--darkBlue);margin-bottom:1rem}:root{--lightRed: #F87171;--darkBlue: #1D2D44;--lightGrey: #F6F6F6;--textGrey: #646464;--mustardYellow: #c9a503}.boost-page{min-height:100vh;background:linear-gradient(135deg,#f6f6f6,#e9ecef);padding:2rem}.boost-hero{text-align:center;margin-bottom:3rem}.boost-title{font-size:2.5rem;font-weight:700;color:#1d2d44;margin-bottom:.5rem}.boost-subtitle{font-size:1.2rem;color:#646464}.boost-container{display:flex;flex-direction:column;margin:50px auto}.packages-section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;margin-bottom:2rem}.packages-section h2{color:#1d2d44;font-size:1.8rem;margin-bottom:2rem;text-align:center}.boost-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.boost-card{position:relative;background:#fff;border:2px solid #e5e5e5;border-radius:16px;padding:1rem;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;gap:1.25rem}.boost-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000001a;border-color:#d0d0d0}.boost-card.selected{border-color:#f87171;border-width:3px;background:linear-gradient(135deg,#fff5f5,#fff);box-shadow:0 12px 32px #f8717140}.boost-card.popular{border-color:#c9a503;border-width:3px;box-shadow:0 8px 24px #c9a50326}.popular-badge{position:absolute;top:-14px;right:24px;background:linear-gradient(135deg,#c9a503,#e6c200);color:#fff;padding:.5rem 1.25rem;border-radius:24px;font-size:.8rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;box-shadow:0 4px 12px #c9a5034d}.boost-duration{font-size:1.75rem;font-weight:800;color:#1d2d44;letter-spacing:-.5px;margin-bottom:.5rem}.boost-price-container{display:flex;flex-direction:row;align-items:center;gap:1.5rem;margin:.5rem 0}.old-price{position:relative;display:inline-block;font-size:1.5rem;font-weight:500;color:#a0a0a0;line-height:1}.strikethrough{position:absolute;top:50%;left:-5%;width:110%;transform:translateY(-50%);object-fit:contain;pointer-events:none;z-index:9999;opacity:.8}.old-price div{position:relative;z-index:2}.boost-price{font-size:2.75rem;font-weight:900;color:#f87171;letter-spacing:-1px}.boost-description{color:#646464;font-size:.95rem;line-height:1.6;margin-bottom:.5rem;flex-grow:1}.boost-features{list-style:none;padding:0;margin:1rem 0;flex-grow:1}.boost-features li{color:#646464;margin-bottom:.5rem;font-size:.95rem}.select-indicator{text-align:center;padding:.9rem;border-radius:10px;font-weight:700;background:#e5e5e5;color:#646464;transition:all .3s;font-size:.95rem;margin-top:.5rem}.boost-card.selected .select-indicator{background:#f87171;color:#fff}.boost-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-proceed,.btn-skip{padding:1rem 2.5rem;border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s;border:none}.btn-proceed{background:#f87171;color:#fff}.btn-proceed:hover:not(:disabled){background:#e54848;transform:translateY(-2px);box-shadow:0 6px 20px #f871714d}.btn-proceed:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.btn-skip{background:#fff;color:#646464;border:2px solid #e5e5e5}.btn-skip:hover{border-color:#1d2d44;color:#1d2d44}.benefits-section{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014}.benefits-section h3{color:#1d2d44;font-size:1.8rem;margin-bottom:2rem;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.benefit-item{text-align:center}.benefit-icon{font-size:3rem;margin-bottom:1rem}.benefit-item h4{color:#1d2d44;font-size:1.2rem;margin-bottom:.5rem}.benefit-item p{color:#646464;line-height:1.6}.checkout-container{max-width:1000px;margin:0 auto;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;overflow:hidden}.checkout-header{background:linear-gradient(135deg,#1d2d44,#2a4365);color:#fff;padding:2rem;display:flex;align-items:center;gap:1.5rem}.back-btn{background:#fff3;color:#fff;border:none;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-weight:500;transition:background .3s}.back-btn:hover{background:#ffffff4d}.checkout-header h2{margin:0;font-size:1.8rem;color:#fff}.checkout-content{display:grid;grid-template-columns:1fr 2fr;gap:2rem;padding:2.5rem}.checkout-summary{background:#f6f6f6;border-radius:12px;padding:1.5rem}.checkout-summary h3{color:#1d2d44;margin-bottom:1.5rem}.summary-item{display:flex;justify-content:space-between;padding:1rem 0;border-bottom:1px solid #e5e5e5}.summary-name{font-weight:600;color:#1d2d44;margin-bottom:.25rem}.summary-desc{font-size:.9rem;color:#646464}.summary-price{font-size:1.3rem;font-weight:700;color:#f87171}.summary-total{display:flex;justify-content:space-between;padding-top:1rem;margin-top:1rem;border-top:2px solid #1D2D44;font-size:1.2rem;font-weight:600}.total-amount{color:#f87171;font-size:1.5rem}.checkout-form{display:flex;align-items:center;justify-content:center}.payment-placeholder{text-align:center;padding:3rem;background:#f6f6f6;border-radius:12px;width:100%}.payment-icon{font-size:4rem;margin-bottom:1rem}.payment-placeholder p{color:#646464;margin-bottom:2rem;font-size:1.1rem}.complete-btn{background:#10b981;color:#fff;border:none;padding:1rem 2.5rem;border-radius:10px;font-weight:600;font-size:1.1rem;cursor:pointer;transition:all .3s}.complete-btn:hover{background:#059669;transform:translateY(-2px);box-shadow:0 6px 20px #10b9814d}@media (max-width: 1200px){.boost-page{padding:1rem}.boost-title{font-size:2rem}.boost-options,.checkout-content,.benefits-grid{grid-template-columns:1fr}.boost-actions{flex-direction:column}.btn-proceed,.btn-skip{width:100%}}.terms-cond-page{max-width:1200px;margin:0 auto;padding:3rem}.cancel-subscription-container{max-width:500px;margin:80px auto;padding:40px 30px;background:#fff;border-radius:12px;box-shadow:0 2px 10px #00000014;text-align:center}.cancel-subscription-header h1{margin-bottom:10px}.cancel-subscription-header h2{margin-bottom:30px;font-weight:400;color:#444}.cancel-subscription-container button{width:100%;padding:12px 0;margin-top:12px;font-size:16px;cursor:pointer;border-radius:8px;border:none;transition:opacity .2s ease}.cancel-subscription-container button:first-of-type{background-color:#d9534f;color:#fff}.cancel-subscription-container button:last-of-type{background-color:#f0f0f0;color:#333}.cancel-subscription-container button:hover{opacity:.9}.success{margin-top:20px;padding:10px;background-color:#d4edda;color:#155724;border-radius:6px}.error{margin-top:20px;padding:10px;background-color:#f8d7da;color:#721c24;border-radius:6px}button.disabled-btn{opacity:.5;cursor:not-allowed}.remove-listing-container{min-height:100vh;background-color:#f9fafb;padding:2rem;display:flex;justify-content:center;align-items:flex-start}.remove-listing-card{background:#fff;padding:3rem;border-radius:16px;box-shadow:0 4px 14px #0000001a;max-width:700px;width:100%;margin-top:2rem}.remove-listing-card h1{font-size:2rem;font-weight:700;color:#1a1a1a;margin:0 0 2rem;text-align:center}.listing-summary{background-color:#f3f4f6;padding:1.5rem;border-radius:12px;margin-bottom:2rem;text-align:center}.listing-summary h2{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.listing-summary .property-name{font-size:1rem;color:#6b7280;margin:0}.remove-listing-form{display:flex;flex-direction:column;gap:2rem}.form-section h3{font-size:1.25rem;font-weight:600;color:#1a1a1a;margin:0 0 .5rem}.form-description{font-size:.938rem;color:#6b7280;margin:0 0 1.5rem;line-height:1.5}.form-error{background-color:#fee;border:1px solid #fcc;color:#c00;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.938rem}.users-list{display:flex;flex-direction:column;gap:1rem}.user-option{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:2px solid #e5e7eb;border-radius:10px;cursor:pointer;transition:all .2s ease;background-color:#fff}.user-option:hover{border-color:#f87171;background-color:#fef2f2}.user-option input[type=radio]{width:20px;height:20px;cursor:pointer;accent-color:#F87171}.user-option input[type=radio]:checked{background-color:#f87171}.user-option.none-option{border-style:dashed;border-color:#9ca3af}.user-option.none-option:hover{border-color:#6b7280;background-color:#f9fafb}.user-name{font-size:1rem;font-weight:500;color:#1a1a1a}.no-messages-text{text-align:center;color:#6b7280;font-size:.938rem;padding:1.5rem;background-color:#f9fafb;border-radius:8px;margin-bottom:1rem}.button-group{display:flex;gap:1rem;justify-content:flex-end;margin-top:1rem}.cancel-button,.submit-button,.confirm-remove-button,.back-button{padding:.875rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.cancel-button,.back-button{background-color:#6b7280;color:#fff}.cancel-button:hover,.back-button:hover{background-color:#4b5563;transform:translateY(-2px)}.cancel-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.submit-button{background-color:#f87171;color:#fff}.submit-button:hover{background-color:#ef4444;transform:translateY(-2px)}.confirm-remove-button{background-color:#dc2626;color:#fff}.confirm-remove-button:hover{background-color:#b91c1c;transform:translateY(-2px)}.confirm-remove-button:disabled{background-color:#9ca3af;cursor:not-allowed;transform:none}.back-button{display:inline-block;margin-top:1rem}.confirmation-section{display:flex;flex-direction:column;gap:2rem}.confirmation-content h3{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin:0 0 1.5rem;text-align:center}.confirmation-details{background-color:#fef2f2;border:1px solid #fecaca;padding:1.5rem;border-radius:10px;margin-bottom:1rem}.detail-row{display:flex;justify-content:space-between;align-items:center;margin:.75rem 0;gap:1rem}.detail-row:first-child{margin-top:0}.detail-row:last-child{margin-bottom:0}.detail-label{font-weight:600;color:#6b7280;font-size:.938rem}.detail-value{font-weight:500;color:#1a1a1a;font-size:1rem}.confirmation-warning{color:#6b7280;font-size:.938rem;line-height:1.6;text-align:center;margin:0}.loading-message,.error-message{text-align:center;padding:3rem;font-size:1.125rem;color:#6b7280}.error-message{color:#dc2626}@media (max-width: 768px){.remove-listing-container{padding:1rem}.remove-listing-card{padding:2rem 1.5rem;margin-top:1rem}.remove-listing-card h1{font-size:1.5rem;margin-bottom:1.5rem}.listing-summary{padding:1.25rem}.listing-summary h2{font-size:1.25rem}.form-section h3{font-size:1.125rem}.form-description{font-size:.875rem}.user-option{padding:.875rem 1rem}.user-name{font-size:.938rem}.button-group{flex-direction:column-reverse;gap:.75rem}.cancel-button,.submit-button,.confirm-remove-button,.back-button{width:100%;padding:.75rem 1.5rem}.confirmation-content h3{font-size:1.25rem}.detail-row{flex-direction:column;align-items:flex-start;gap:.25rem}.detail-value{text-align:left}}@media (max-width: 480px){.remove-listing-card{padding:1.5rem 1rem}.remove-listing-card h1{font-size:1.25rem}.listing-summary h2{font-size:1.125rem}.user-option{padding:.75rem}.confirmation-details{padding:1.25rem}}
