body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.navbar{background-color:#f8f8f8;border-bottom:1px solid #ddd;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.navbar-logo a{color:#333;font-size:1.5rem;font-weight:700;text-decoration:none}.navbar-links{margin:0;padding:0;list-style:none;display:flex}.navbar-links li{margin-left:1.5rem}.navbar-links a{color:#555;font-weight:500;text-decoration:none;transition:color .3s}.navbar-links a:hover{color:#007bff}.disclaimer-overlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:1.5rem;display:flex;position:fixed;inset:0}.disclaimer-box{box-sizing:border-box;background-color:#fff;border-radius:16px;width:100%;max-width:480px;padding:2rem;box-shadow:0 12px 40px #00000040}.disclaimer-box h2{color:#2c3e50;margin:0 0 .75rem;font-size:1.3rem}.disclaimer-box p{color:#3c4043;margin:0 0 .75rem;font-size:.95rem;line-height:1.5}.disclaimer-box a{color:#8c1d18;font-weight:600}.disclaimer-links{color:#7f8c8d;font-size:.85rem}.disclaimer-close{color:#fff;cursor:pointer;background-color:#8c1d18;border:none;border-radius:999px;margin-top:.5rem;padding:.6rem 1.5rem;font-weight:600;transition:background-color .2s ease-in-out}.disclaimer-close:hover{background-color:#701713}.hero-container{text-align:center;background-color:#f8f9fa;flex-direction:column;justify-content:center;align-items:center;padding:6rem 2rem;display:flex}.hero-content{width:100%;max-width:800px;padding:2rem;animation:1s ease-in-out fadeIn}.hero-content h1{color:#8c1d18;margin-bottom:1rem;font-size:3.2rem;font-weight:700}.hero-content p{color:#555;margin-bottom:2.5rem;font-size:1.15rem;line-height:1.6}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.search-bar-container{width:100%;max-width:800px;margin:2rem auto;padding:0 1rem}.search-bar{background-color:#fff;border:1px solid #ddd;border-radius:12px;align-items:center;width:100%;padding:.5rem;display:flex;box-shadow:0 4px 15px #00000014}.search-inputs-container{flex-grow:1;align-items:center;min-width:0;display:flex}.search-input{color:#333;background:0 0;border:none;outline:none;flex:1 1 0;width:0;min-width:80px;padding:.8rem 1.2rem;font-size:1rem}.input-separator{background-color:#e0e0e0;flex-shrink:0;width:1px;height:24px}.filter-button,.search-button{cursor:pointer;white-space:nowrap;border:none;border-radius:8px;flex-shrink:0;padding:.8rem 1.5rem;font-weight:600;transition:background-color .3s}.filter-button{color:#333;background-color:#fff;border:1px solid #ccc;margin-left:.5rem;margin-right:.5rem}.filter-button:hover{background-color:#f5f5f5}.search-button{color:#fff;background-color:#8c1d18}.search-button:hover{background-color:#701713}.modal-overlay{z-index:1000;background-color:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-content{background-color:#fff;border-radius:12px;width:90%;max-width:500px;padding:1.5rem 2rem 2rem;animation:.3s ease-out slide-down;box-shadow:0 5px 20px #0003}.modal-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.modal-title{color:#8c1d18;font-size:1.75rem;font-weight:700}.close-icon{color:#888;cursor:pointer;background:0 0;border:none;padding:0;font-size:2.5rem;font-weight:300;line-height:1}.close-icon:hover{color:#333}.filter-group{margin-bottom:1.25rem}.filter-group label{color:#333;margin-bottom:.5rem;font-weight:600;display:block}.filter-group input[type=number],.filter-group select{border:1px solid #ccc;border-radius:8px;width:100%;padding:.75rem;font-size:1rem}.filter-heading{color:#333;border-bottom:1px solid #eee;margin-top:2rem;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem;font-weight:700}.filter-group-checkbox{align-items:center;margin-bottom:1rem;display:flex}.filter-group-checkbox input[type=checkbox]{appearance:none;cursor:pointer;border:2px solid #999;border-radius:4px;flex-shrink:0;width:20px;height:20px;margin-right:12px;position:relative;top:-1px}.filter-group-checkbox input[type=checkbox]:checked{background-color:#8c1d18;border-color:#8c1d18}.filter-group-checkbox input[type=checkbox]:checked:after{content:"✓";color:#fff;font-size:14px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.filter-group-checkbox label{color:#333;cursor:pointer;font-size:1rem}.modal-actions{text-align:right;margin-top:2.5rem}.apply-button{color:#fff;cursor:pointer;background-color:#8c1d18;border:none;border-radius:8px;width:100%;padding:.8rem 1.8rem;font-size:1rem;font-weight:600;transition:background-color .3s}.apply-button:hover{background-color:#701713}@keyframes slide-down{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.search-page-container{max-width:1200px;margin:0 auto;padding:2rem}.main-title{color:#8c1d18;text-align:center;margin-bottom:1rem;font-size:3.2rem;font-weight:700}.house-listings-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;margin-top:3rem;display:grid}.status-message{text-align:center;color:#555;padding:4rem 1rem;font-size:1.2rem}.error-message{color:#d8000c;background-color:#ffd2d2;border:1px solid #d8000c;border-radius:8px;padding:1.5rem;line-height:1.6}.house-card{background-color:#fff;border-radius:12px;flex-direction:column;width:100%;height:100%;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 6px 20px #00000017}.house-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001f}.house-card-image{background-color:#f0f0f0;width:100%;height:225px;position:relative}.house-card-image img{object-fit:cover;width:100%;height:100%;position:absolute;top:0;left:0}.house-status{color:#fff;text-transform:uppercase;z-index:10;border-radius:20px;padding:.4rem .8rem;font-size:.8rem;font-weight:600;position:absolute;top:1rem;right:1rem}.house-status.available{background-color:#28a745}.house-status.rented{background-color:#dc3545}.house-card-content{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex;overflow:hidden}.house-address{color:#333;margin:0 0 .5rem;font-size:1.2rem;font-weight:600}.house-rent{color:#8c1d18;margin:0 0 .75rem;font-size:1.5rem;font-weight:700}.rent-period{color:#666;font-size:1rem;font-weight:400}.house-details-row{color:#555;align-items:center;margin-bottom:.75rem;font-size:.95rem;display:flex}.house-distance .fa-university{color:#8c1d18;margin-right:.5rem}.house-facilities{margin-bottom:1rem}.house-facilities h4{color:#444;margin:0 0 .5rem;font-size:1rem;font-weight:600}.house-facilities ul{flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.house-facilities li{background-color:#f0f0f0;border-radius:15px;padding:.3rem .7rem;font-size:.85rem}.house-card-footer{text-align:center;border-top:1px solid #f0f0f0;margin-top:auto;padding-top:1rem}.details-button{color:#fff;background-color:#8c1d18;border-radius:8px;padding:.75rem 1.5rem;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.details-button:hover{background-color:#701713}.pagination-container{justify-content:center;align-items:center;margin-top:2rem;padding:2rem 0;display:flex}.pagination-list{align-items:center;gap:.5rem;margin:0;padding:0;list-style-type:none;display:flex}.pagination-item{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background-color .3s,color .3s;display:flex}.pagination-item span{color:#555;font-size:1rem;font-weight:500}.pagination-item:hover:not(.active):not(.ellipsis){background-color:#f0f0f0}.pagination-item.active{background-color:#333}.pagination-item.active span{color:#fff;font-weight:700}.pagination-item.ellipsis{cursor:default}.pagination-item.ellipsis span{color:#aaa}.pagination-item.arrow span{color:#777;font-size:1.5rem}.pagination-item.arrow:hover span{color:#333}.property-container{background-color:#f7f7f7;justify-content:center;align-items:flex-start;min-height:100vh;padding:2.5rem;display:flex}.property-card{background-color:#fff;border-radius:12px;width:100%;max-width:900px;padding:2.5rem 3rem;box-shadow:0 8px 30px #0000001a}.property-header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.back-button{color:#555;cursor:pointer;background:0 0;border:none;font-size:1rem;font-weight:500;transition:color .3s}.back-button:hover{color:#8c1d18}.bookmark-button{color:#333;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:all .3s}.bookmark-button:hover{background-color:#f8f8f8;border-color:#b3b3b3}.bookmark-button:disabled{cursor:not-allowed;color:#999;background-color:#f0f0f0}.property-title{color:#8c1d18;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.property-image{background-color:#eee;border-radius:12px;width:100%;height:450px;margin-bottom:2.5rem;overflow:hidden}.property-image img{object-fit:cover;width:100%;height:100%}.property-details-grid{color:#444;grid-template-columns:repeat(2,1fr);gap:1.25rem;margin-bottom:2.5rem;font-size:1.1rem;display:grid}.property-details-grid div{padding-bottom:.5rem}.property-details-grid strong{margin-right:.5rem;font-weight:600}.property-section{border-top:1px solid #f0f0f0;margin-bottom:2.5rem;padding-top:2rem}.section-title{color:#8c1d18;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.amenities-list{padding-left:20px;list-style-type:disc}.amenities-list li{color:#333;margin-bottom:.75rem;font-size:1.1rem}.amenities-list .available{color:#28a745;margin-left:.5rem;font-weight:600}.amenities-list .not-available{color:#dc3545;margin-left:.5rem;font-weight:600}.property-section p{color:#555;font-size:1.1rem;line-height:1.6}.contact-info{color:#666;font-style:italic}@media (max-width:768px){.property-container{padding:1rem}.property-card{padding:1.5rem}.property-details-grid{grid-template-columns:1fr;gap:1rem}.property-title{font-size:2rem}.property-image{height:300px}}.login-page-container{background-color:#f7f7f7;justify-content:center;align-items:center;min-height:80vh;padding:2rem;font-family:Poppins,sans-serif;display:flex}.login-form-card{text-align:center;background-color:#fff;border-radius:8px;width:100%;max-width:420px;padding:2rem 2.5rem;box-shadow:0 4px 15px #0000001a}.login-form-card h2{color:#333;margin-bottom:.5rem;font-size:2rem;font-weight:600}.login-form-card p{color:#666;margin-bottom:2rem}.input-group{text-align:left;margin-bottom:1.5rem}.input-group label{color:#444;margin-bottom:.5rem;font-weight:500;display:block}.input-group input{box-sizing:border-box;border:1px solid #ddd;border-radius:5px;width:100%;padding:.8rem 1rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.input-group input:focus{border-color:#8c1d18;outline:none;box-shadow:0 0 0 3px #8c1d181a}.login-button{color:#fff;cursor:pointer;box-sizing:border-box;background-color:#8c1d18;border:none;border-radius:5px;width:100%;padding:.9rem;font-size:1.1rem;font-weight:600;transition:background-color .3s,transform .2s}.login-button:hover{background-color:#a8231c}.login-button:disabled{cursor:not-allowed;background-color:#ccc}.error-message{color:#d8000c;text-align:center;background-color:#ffd2d2;border:1px solid #d8000c;border-radius:5px;margin-bottom:1.5rem;padding:.8rem;font-size:.95rem}.success-message{color:#2f855a;text-align:center;background-color:#e6fffa;border:1px solid #38a169;border-radius:5px;margin-bottom:2rem;padding:1rem;font-size:1rem}.signup-link{color:#555;margin-top:1.5rem;font-size:.95rem}.signup-link a{color:#8c1d18;font-weight:600;text-decoration:none;transition:-webkit-text-decoration .3s,text-decoration .3s}.signup-link a:hover{text-decoration:underline}.profile-page-background{justify-content:center;align-items:flex-start;min-height:90vh;padding-top:4rem;display:flex}.profile-menu-container{background-color:#fff;border-radius:16px;width:360px;max-width:90%;padding:1rem 0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-shadow:0 8px 30px #0000001f}.profile-header{align-items:center;padding:.5rem 1.5rem;display:flex}.profile-picture{color:#fff;background-color:brown;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;margin-right:1rem;font-size:1.8rem;font-weight:700;display:flex}.profile-info .username{color:#202124;margin:0;font-size:1.1rem;font-weight:600}.profile-info .email{color:#5f6368;margin:2px 0 0;font-size:.9rem}.divider{border:none;border-top:1px solid #e0e0e0;margin:1rem 0}.profile-menu-actions{margin:0;padding:0;list-style:none}.profile-menu-actions li{color:#3c4043;cursor:pointer;align-items:center;padding:.8rem 1.5rem;font-size:1rem;transition:background-color .2s ease-in-out;display:flex}.profile-menu-actions li:hover{background-color:#f1f3f5}.profile-menu-actions .icon{text-align:center;color:#5f6368;width:24px;margin-right:1.5rem;font-size:1.2rem}.chat-page{flex-direction:column;max-width:900px;min-height:80vh;margin:0 auto;padding:2rem 1.5rem;display:flex}.chat-header{text-align:center;margin-bottom:1.5rem;position:relative}.chat-new-button{color:#3c4043;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:999px;padding:.4rem 1rem;font-size:.85rem;font-weight:600;transition:background-color .2s ease-in-out;position:absolute;top:0;right:0}.chat-new-button:hover:not(:disabled){background-color:#f1f3f5}.chat-new-button:disabled{cursor:not-allowed;color:#aaa}.chat-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2rem}.chat-header p{color:#7f8c8d;margin:0}.chat-window{background-color:#fff;border-radius:16px;flex-direction:column;flex:1;display:flex;overflow:hidden;box-shadow:0 8px 25px #0000001a}.chat-messages{flex-direction:column;flex:1;gap:1rem;min-height:360px;max-height:60vh;padding:1.5rem;display:flex;overflow-y:auto}.chat-message{flex-direction:column;max-width:100%;display:flex}.chat-message-user{align-items:flex-end}.chat-message-assistant{align-items:flex-start}.chat-bubble{word-wrap:break-word;border-radius:14px;max-width:75%;padding:.75rem 1rem;line-height:1.4}.chat-bubble p{margin:0}.chat-message-user .chat-bubble{color:#fff;background-color:#8c1d18;border-bottom-right-radius:4px}.chat-message-assistant .chat-bubble{color:#2c3e50;background-color:#f1f3f5;border-bottom-left-radius:4px}.chat-recommendation-list{margin:0;padding-left:1.2rem}.chat-recommendation-list li{line-height:1.4}.chat-recommendation-list li+li{margin-top:.5rem}.chat-house-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1rem;width:100%;max-width:100%;margin-top:.75rem;display:grid}.chat-thinking{align-items:center;gap:.3rem;padding:1rem;display:flex}.chat-thinking .dot{background-color:#999;border-radius:50%;width:8px;height:8px;animation:1.2s ease-in-out infinite chat-thinking-bounce}.chat-thinking .dot:nth-child(2){animation-delay:.15s}.chat-thinking .dot:nth-child(3){animation-delay:.3s}@keyframes chat-thinking-bounce{0%,80%,to{opacity:.5;transform:translateY(0)}40%{opacity:1;transform:translateY(-6px)}}.chat-error-banner{color:#b02a2a;background-color:#fdecea;border:1px solid #f5c6cb;border-radius:10px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem 1rem;display:flex}.chat-error-banner button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#b02a2a;border:none;border-radius:8px;padding:.4rem .9rem;font-weight:600}.chat-error-banner button:hover{background-color:#922121}.chat-examples{flex-wrap:wrap;gap:.5rem;padding:0 1.5rem 1rem;display:flex}.chat-example-chip{color:#3c4043;cursor:pointer;background-color:#f1f3f5;border:1px solid #dfe3e6;border-radius:999px;padding:.4rem .9rem;font-size:.85rem;transition:background-color .2s ease-in-out}.chat-example-chip:hover{background-color:#e4e7eb}.chat-input-row{border-top:1px solid #e0e0e0;align-items:flex-end;gap:.75rem;padding:1rem 1.5rem;display:flex}.chat-input-row textarea{box-sizing:border-box;resize:none;border:1px solid #ccc;border-radius:18px;flex:1;max-height:8.4rem;padding:.7rem 1rem;font-family:inherit;font-size:1rem;line-height:1.4rem;overflow-y:auto}.chat-input-row textarea:focus{border-color:#8c1d18;outline:none}.chat-input-row textarea:disabled{background-color:#f5f5f5}.chat-input-row button{color:#fff;cursor:pointer;background-color:#8c1d18;border:none;border-radius:999px;padding:.7rem 1.5rem;font-weight:600;transition:background-color .2s ease-in-out}.chat-input-row button:hover:not(:disabled){background-color:#701713}.chat-input-row button:disabled{cursor:not-allowed;background-color:#c9a3a1}@media (max-width:768px){.chat-bubble{max-width:90%}.chat-messages{max-height:50vh}.chat-header{padding-top:2.5rem}.chat-new-button{top:0;right:50%;transform:translate(50%)}}.add-house-container{background-color:#f0f2f5;justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.add-house-card{background-color:#fff;border-radius:16px;width:100%;max-width:700px;padding:2.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;box-shadow:0 8px 25px #0000001a}.locked-container{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.add-house-card h2{text-align:center;color:#333;margin-bottom:.5rem;font-size:1.8rem}.add-house-card p{text-align:center;color:#6c757d;margin-bottom:2rem}.form-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}.input-group{flex-direction:column;display:flex}.input-group label{color:#495057;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.input-group input[type=text],.input-group input[type=number],.input-group input[type=tel],.input-group textarea{border:1px solid #ced4da;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;transition:border-color .2s,box-shadow .2s}.input-group input:focus,.input-group textarea:focus{border-color:#007bff;outline:none;box-shadow:0 0 0 3px #007bff40}.input-group textarea{resize:vertical;min-height:80px}.checkbox-group{align-items:center;gap:2rem;margin-bottom:1.5rem;display:flex}.checkbox-group label{cursor:pointer;align-items:center;font-size:.95rem;display:flex}.checkbox-group input[type=checkbox]{width:18px;height:18px;margin-right:.5rem}.input-group input[type=file]{padding:.5rem}.error-message{color:#dc3545;text-align:center;margin-bottom:1rem}.submit-button{color:#fff;cursor:pointer;background-color:#007bff;border:none;border-radius:8px;width:100%;padding:.9rem;font-size:1.1rem;font-weight:600;transition:background-color .2s}.submit-button:disabled{cursor:not-allowed;background-color:#a0c7ff}.submit-button:not(:disabled):hover{background-color:#0056b3}.bookmarks-page-container{box-sizing:border-box;width:100%;max-width:1400px;margin:0 auto;padding:2.5rem}.bookmarks-header{text-align:center;border-bottom:1px solid #e0e0e0;margin-bottom:2.5rem;padding-bottom:1rem}.bookmarks-header h1{color:#2c3e50;margin:0 0 .5rem;font-size:2.8rem;font-weight:700}.bookmarks-header p{color:#7f8c8d;margin:0;font-size:1.1rem}.bookmarks-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2.5rem;display:grid}.status-text{color:#555;text-align:center;padding:4rem 0;font-size:1.2rem;font-style:italic}.status-text.error{color:#e74c3c;font-weight:600}.locked-container{text-align:center;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 0;display:flex}.locked-message{color:#5f6368;margin:0}.locked-login-link{color:brown;font-weight:600;text-decoration:none}.locked-login-link:hover{text-decoration:underline}
