:root{--glass-bg: rgba(255, 255, 255, .1);--glass-bg-dark: rgba(15, 23, 42, .6);--glass-border: 1px solid rgba(255, 255, 255, .18);--glass-shadow: 0 8px 32px 0 rgba(31, 38, 135, .37);--glass-blur: blur(12px);--primary-color: #3b82f6;--primary-hover: #2563eb;--text-dark: #1e293b;--text-light: #f8fafc;--text-muted: #94a3b8}body{margin:0;font-family:Inter,Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f8fafc;color:var(--text-dark);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{display:flex;flex-direction:column;min-height:100vh}.site-footer{margin-top:auto}.glass-panel{background:var(--glass-bg);backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border:var(--glass-border);box-shadow:var(--glass-shadow);border-radius:16px}.glass-header{background:#fffc;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.05)}.glass-button{background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.4);color:#fff;transition:all .3s ease}.glass-button:hover{background:#fff6;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}header{background-color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 6px #0000000d}.logo{display:flex;align-items:center;font-weight:700;font-size:1.5rem;color:#2563eb;text-decoration:none}.logo img{margin-right:8px;height:36px}.sign-in{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:700;box-shadow:0 2px 6px #0000001a;transition:all .3s ease}.sign-in:hover{background-color:#1e40af}.add-property-button{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .3s ease;border:none;cursor:pointer}.add-property-button:hover{background-color:#1d4ed8}.action-button{flex-grow:1;padding:.75rem .5rem;font-size:.9rem;font-weight:600;border:none;border-radius:8px;cursor:pointer;text-align:center;text-decoration:none;transition:all .2s ease}.action-button.primary{background-color:#3b82f6;color:#fff}.action-button.primary:hover{background-color:#2563eb}.action-button.secondary{background-color:#f1f5f9;color:#1e3a8a;border:1px solid #e2e8f0}.action-button.secondary:hover{background-color:#e2e8f0}.container{max-width:1200px;margin:0 auto;padding:2rem}.profile-page-layout{background:#f8fafc;min-height:100vh}.dashboard-layout{display:flex;flex-direction:column;min-height:100vh;background-color:#f8fafc;font-family:Segoe UI,sans-serif}.homepage-wrapper{position:relative;min-height:100vh;display:flex;flex-direction:column}.homepage-background-image{background-image:url(/images/bg.jpg);background-size:cover;background-position:center center;position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;animation:panZoom 30s infinite alternate ease-in-out;transform-origin:center center}@keyframes panZoom{0%{transform:scale(1) translate(0)}25%{transform:scale(1.1) translate(-2%,2%)}50%{transform:scale(1.15) translate(2%,-2%)}75%{transform:scale(1.1) translate(-2%,-2%)}to{transform:scale(1) translate(0)}}.homepage-overlay{background-color:#00000080;min-height:100vh;display:flex;flex-direction:column;width:100%}.home-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box;z-index:10}.home-header .logo{color:#fff}.home-header .auth-button{background-color:#fff;color:#2563eb;padding:.6rem 1.2rem;border-radius:8px;border:none;font-weight:600;cursor:pointer;transition:all .2s ease}.home-header .auth-button:hover{background-color:#f1f5f9}.hero-section{flex-grow:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:3rem 1.5rem;color:#fff;width:100%;max-width:1200px;margin:0 auto;box-sizing:border-box}.hero-section h1{font-size:3.5rem;margin-bottom:1rem;text-shadow:0px 2px 4px rgba(0,0,0,.6)}.hero-section p{font-size:1.5rem;margin-bottom:2rem;text-shadow:0px 2px 4px rgba(0,0,0,.6)}.cta-buttons{display:flex;gap:1rem}.cta-button{padding:.8rem 2rem;font-size:1rem;font-weight:600;border:2px solid white;border-radius:8px;cursor:pointer;transition:all .3s ease}.cta-button.primary{background-color:#fff;color:#2563eb}.cta-button.primary:hover,.cta-button.secondary{background-color:transparent;color:#fff}.cta-button.secondary:hover{background-color:#fff;color:#2563eb}.home-cards{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;margin:3rem auto}.glass-card{background:#ffffff1a;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:2rem;max-width:320px;text-align:center;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 30px #0000001a;position:relative;overflow:hidden}.glass-card:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:.5s}.glass-card:hover:before{left:100%}.glass-card:hover{transform:translateY(-10px) scale(1.02);background:#ffffff26;box-shadow:0 20px 40px #0003;border-color:#fff9}.glass-card img{height:64px;margin-bottom:1.5rem;filter:drop-shadow(0 4px 6px rgba(0,0,0,.1))}.glass-card h3{font-size:1.5rem;margin:0 0 .75rem;background:linear-gradient(to right,#fff,#e2e8f0);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.1)}.glass-card p{font-size:1rem;color:#ffffffe6;line-height:1.6;margin:0;font-weight:500}.profile-icon.small{width:40px;height:40px;font-size:1.2rem}.tenants-page{background:#f8fafc;min-height:100vh}.welcome-title{color:#1e3a8a;font-size:2.5rem;margin-bottom:.5rem;text-align:center}.welcome-subtitle{text-align:center;color:#374151;font-size:1.1rem;margin-top:0;margin-bottom:2.5rem}.no-results{text-align:center;font-size:1.1rem;color:#555;background-color:#f0f9ff;padding:2rem;border-radius:12px}.tenant-properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.property-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit;transition:all .3s ease;height:100%;position:relative;transform:translateZ(0)}.property-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -6px #0000001a,0 6px 10px -4px #0000000d;border-color:#cbd5e1}.card-image{position:relative;height:200px;background:#f1f5f9;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.card-info{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.card-info h4{margin:0 0 .5rem;display:flex;justify-content:space-between;align-items:flex-start;color:#1e293b;font-size:1.1rem;font-weight:700;line-height:1.4}.card-info .price{color:#2563eb;font-weight:800;font-size:1.1rem;white-space:nowrap;margin-left:.5rem}.card-info .location{font-size:.9rem;color:#64748b;margin:0 0 .75rem;display:flex;align-items:center;font-weight:500}.card-info .location:before{content:"📍";margin-right:4px;font-size:.9em}.card-info .description{font-size:.9rem;color:#475569;margin-bottom:1rem;flex-grow:1;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.amenity-tag.read-only{background-color:#f1f5f9;color:#475569;padding:.5rem 1rem;border-radius:6px;font-weight:500}.property-card.tenant-view .card-actions{display:flex;gap:.5rem;margin-top:auto;padding-top:1rem}.save-button-card{position:absolute;top:10px;right:10px;background-color:#fffc;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;display:grid;place-items:center;transition:all .2s ease}.save-button-card:hover{transform:scale(1.1)}.save-button-card.saved{color:#ef4444}.search-filter-bar{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 8px 25px #00000014;margin-bottom:2.5rem;display:flex;flex-direction:row;gap:1rem;align-items:flex-end}.search-input-group{flex:2;display:flex;flex-direction:column}.search-input-group label,.input-group-small label{font-size:.9rem;font-weight:600;color:#475569;margin-bottom:.5rem}.search-input-group select,.search-input-group .search-input{width:100%;padding:.8rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #d1d5db;box-sizing:border-box}.filter-inputs{display:flex;gap:1rem;flex:3}.input-group-small{flex:1;display:flex;flex-direction:column}.input-group-small input,.search-filter-bar .search-input{width:100%;padding:.8rem 1rem;font-size:1rem;border-radius:8px;border:1px solid #d1d5db;box-sizing:border-box}.filter-submit-btn{flex-shrink:0;padding-left:2rem;padding-right:2rem;height:48px}.load-more-container{display:flex;justify-content:center;padding:2rem 0}.load-more-container .add-property-button{background-color:#3b82f6}.view-mode-toggle{display:flex;justify-content:center;margin-top:2rem;background-color:#e2e8f0;padding:.25rem;border-radius:20px;width:fit-content;margin-left:auto;margin-right:auto}.toggle-button{border:none;background:transparent;padding:.5rem 1.5rem;border-radius:18px;font-size:1rem;font-weight:600;color:#475569;cursor:pointer;transition:all .3s ease}.toggle-button.active{background-color:#fff;color:#3b82f6;box-shadow:0 2px 10px #0000001a}.map-container{height:600px;width:100%;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px #00000014;margin-top:2rem}.leaflet-container{height:100%;width:100%}.map-popup{width:200px}.popup-image{width:100%;height:100px;object-fit:cover;border-radius:8px;margin-bottom:.5rem}.popup-title{font-size:1rem;font-weight:600;color:#1e3a8a;margin:0}.popup-price{font-size:.9rem;font-weight:700;color:#3b82f6;margin:.25rem 0}.popup-location{font-size:.8rem;color:#64748b;margin:0 0 .5rem}.popup-link{display:block;text-align:center;background-color:#3b82f6;color:#fff;padding:.4rem;border-radius:6px;text-decoration:none;font-weight:500}.leaflet-marker-icon{background:none;border:none;box-shadow:none}.modal-overlay{position:fixed;inset:0;background-color:#0f172a99;display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}.modal-content{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:2.5rem;border-radius:20px;width:400px;max-width:90%;position:relative;box-shadow:0 20px 50px #0000004d;border:1px solid rgba(255,255,255,.6);animation:modalSlideUp .3s cubic-bezier(.16,1,.3,1)}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-close-button{position:absolute;top:15px;right:20px;background:transparent;border:none;font-size:2rem;cursor:pointer;color:#64748b;transition:color .2s;line-height:1}.modal-close-button:hover{color:#ef4444}.modal-content h3{margin-top:0;margin-bottom:1.5rem;text-align:center;color:#1e3a8a;font-size:1.8rem;font-weight:700}.modal-tabs{display:flex;margin-bottom:1.5rem;background:#f1f5f980;padding:.25rem;border-radius:12px}.modal-tab{flex:1;padding:.75rem;border:none;background:transparent;cursor:pointer;font-weight:600;color:#64748b;border-radius:10px;transition:all .2s ease}.modal-tab.active{background:#fff;color:#3b82f6;box-shadow:0 2px 8px #0000000d}.modal-form-container form{display:flex;flex-direction:column}.modal-form-container label{font-weight:600;color:#475569;margin-bottom:.5rem;font-size:.9rem}.modal-form-container input[type=email],.modal-form-container input[type=password],.modal-form-container input[type=text],.modal-form-container input[type=tel]{padding:.9rem 1rem;margin-bottom:1rem;border:1px solid #cbd5e1;border-radius:10px;font-size:1rem;transition:all .2s ease;background:#fffc}.modal-form-container input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;background:#fff}.role-buttons{display:flex;gap:1rem;margin-top:.5rem}.tenant-button,.landlord-button,.submit-button{flex:1;padding:.9rem;border:none;border-radius:10px;cursor:pointer;font-weight:700;font-size:1rem;transition:all .3s ease}.tenant-button{background-color:#3b82f6;color:#fff}.tenant-button:hover{background-color:#2563eb;box-shadow:0 4px 12px #2563eb4d}.landlord-button{background-color:#94a3b8;background-color:#0f172a;color:#fff}.landlord-button:hover{background-color:#1e293b;box-shadow:0 4px 12px #0f172a4d}.submit-button{background-color:#3b82f6;color:#fff;width:100%}.social-button{display:flex;align-items:center;justify-content:center;width:100%;padding:.8rem;margin-bottom:.75rem;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-weight:600;color:#475569;cursor:pointer;transition:all .2s ease}.social-button:hover{background-color:#f8fafc;border-color:#cbd5e1}.social-button img{width:20px;height:20px;margin-right:10px}.divider{text-align:center;position:relative;color:#94a3b8;margin:1.5rem 0;font-size:.9rem}.divider:before,.divider:after{content:"";position:absolute;top:50%;width:40%;height:1px;background-color:#e2e8f0}.divider:before{left:0}.divider:after{right:0}.auth-error{background-color:#fee2e2;color:#b91c1c;padding:1rem;border-radius:8px;font-weight:500;text-align:center;margin-bottom:1rem}.role-buttons button:disabled,.social-button:disabled{background-color:#94a3b8;cursor:not-allowed}.property-details-container{display:grid;grid-template-columns:2fr 1fr;gap:3rem;max-width:1200px;margin:3rem auto 5rem;padding:0 2rem}.details-gallery{grid-column:1 / -1;width:100%;height:60vh;max-height:600px;overflow:hidden;border-radius:20px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;margin-bottom:2rem;background-color:#f8fafc}.gallery-main-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.details-main{display:flex;flex-direction:column}.details-main h1{font-size:2.5rem;font-weight:800;color:#1e293b;margin:0 0 .5rem;line-height:1.2;letter-spacing:-.025em}.details-location{font-size:1.15rem;color:#64748b;margin-bottom:2.5rem;display:flex;align-items:center;font-weight:500}.details-location:before{content:"📍";margin-right:.5rem}.details-section{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid #e2e8f0}.details-section:last-child{border-bottom:none}.details-section h3{font-size:1.5rem;color:#0f172a;margin-bottom:1.25rem;font-weight:700}.details-section p{color:#475569;line-height:1.8;font-size:1.05rem}.details-sidebar{position:sticky;top:2rem;height:fit-content;display:flex;flex-direction:column;gap:1.5rem}.details-card{background:#fff;padding:2rem;border-radius:16px;box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -1px #00000008;border:1px solid #e2e8f0}.details-price{font-size:2rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem}.details-price span{font-size:1rem;font-weight:500;color:#64748b}.details-card .add-property-button{width:100%}.landlord-info{display:flex;align-items:center;gap:.75rem}.landlord-info span{font-size:1.1rem;font-weight:600;color:#1e293b}.photo-modal-overlay{position:fixed;inset:0;background-color:#000000d9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease-out}.gallery-close-button{position:absolute;top:20px;right:30px;background:none;border:none;font-size:3rem;color:#aaa;cursor:pointer;z-index:2010}.gallery-close-button:hover{color:#fff}.photo-modal-content{position:relative;width:90%;height:90%;display:flex;align-items:center;justify-content:center}.gallery-nav-button{position:absolute;top:50%;transform:translateY(-50%);background-color:#0000004d;border:none;color:#fff;font-size:2rem;padding:1rem;cursor:pointer;z-index:2005;transition:background-color .2s ease}.gallery-nav-button:hover{background-color:#0009}.gallery-nav-button.prev{left:20px;border-radius:0 8px 8px 0}.gallery-nav-button.next{right:20px;border-radius:8px 0 0 8px}.gallery-image-container{max-width:90%;max-height:90%}.gallery-image-container img{width:100%;height:100%;max-width:80vw;max-height:80vh;object-fit:contain;border-radius:8px;box-shadow:0 10px 30px #00000080}.gallery-counter{position:absolute;bottom:20px;left:50%;transform:translate(-50%);background-color:#00000080;color:#fff;padding:.5rem 1rem;border-radius:8px;font-weight:600}.sync-button{background-color:#fff;color:#444;border:1px solid #ddd;padding:.5rem 1rem;border-radius:8px;font-weight:600;cursor:pointer;margin-top:1rem}.verification-list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.verification-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #00000012;border:1px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;padding:1.5rem}.verification-card .card-header{flex:1}.verification-card .card-header h3{margin:0 0 .25rem;color:#1e3a8a}.verification-card .card-header p{margin:0;color:#64748b;font-size:.9rem}.verification-card .card-body{flex:2;padding:0 1.5rem}.card-body .doc-links{display:flex;gap:1rem;margin-top:1rem}.doc-link{font-weight:600;color:#3b82f6;text-decoration:none}.doc-link:hover{text-decoration:underline}.doc-link.disabled{color:#94a3b8;text-decoration:none;cursor:not-allowed}.verification-card .card-actions{display:flex;gap:.75rem}.approve-button,.reject-button{border:none;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .2s ease}.approve-button{background-color:#dcfce7;color:#166534}.approve-button:hover{background-color:#bbf7d0}.reject-button{background-color:#fee2e2;color:#991b1b}.reject-button:hover{background-color:#fecaca}.admin-table td select{padding:.5rem;border-radius:6px;border:1px solid #cbd5e1;font-weight:600}.static-page-card{max-width:900px;margin:2rem auto;background-color:#fff;border-radius:16px;box-shadow:0 8px 25px #00000014;padding:2rem 3rem}.static-page-card h1{font-size:2.5rem;color:#1e3a8a;border-bottom:2px solid #e2e8f0;padding-bottom:1rem;margin-top:0}.static-page-card h2{font-size:1.8rem;color:#1e40af;margin-top:2rem}.static-page-card p{color:#334155;line-height:1.7;margin-bottom:1rem}.static-page-card ul{padding-left:20px}.static-page-card li{color:#334155;line-height:1.7;margin-bottom:.75rem}.static-divider{border:0;border-top:1px solid #e2e8f0;margin:2rem 0}.legal-disclaimer{background-color:#fee2e2;border:1px solid #ef4444;color:#991b1b;padding:1rem;border-radius:8px;margin-bottom:2rem}.legal-disclaimer strong{display:block}.faq-list{border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.faq-item{border-bottom:1px solid #e2e8f0}.faq-item:last-child{border-bottom:none}.faq-question{width:100%;background:none;border:none;padding:1.5rem;font-size:1.1rem;font-weight:600;color:#1e3a8a;display:flex;justify-content:space-between;align-items:center;cursor:pointer;text-align:left}.faq-question.active{background-color:#f8fafc}.faq-icon{font-size:1.5rem;font-weight:700;color:#3b82f6;transition:transform .2s ease}.faq-question.active .faq-icon{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease-out;background-color:#f8fafc}.faq-answer p{padding:0 1.5rem 1.5rem;margin:0;line-height:1.7;color:#334155}.faq-answer.open{max-height:200px}.contact-layout{display:grid;grid-template-columns:2fr 1fr;gap:2.5rem;margin-top:2rem}.contact-form{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group.full-span{grid-column:1 / 3}.contact-form label{font-weight:600;color:#334155;margin-bottom:.5rem}.contact-form input,.contact-form textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;box-sizing:border-box}.contact-form button.full-span{grid-column:1 / 3;width:100%}.contact-info h3{font-size:1.5rem;color:#1e3a8a;margin-top:0}.contact-info p{line-height:1.7;color:#334155}.contact-info a{color:#3b82f6;font-weight:600;text-decoration:none}.site-footer{background-color:#0f172a;color:#94a3b8;padding:4rem 2rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto}.footer-mission-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;margin-bottom:3rem}.footer-col h4{font-size:1.1rem;color:#fff;margin-top:0;margin-bottom:1rem}.footer-col p{line-height:1.6;margin:0}.footer-logo{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 1rem}.footer-tagline{line-height:1.6}.footer-divider{border-top:1px solid #1e293b;margin-bottom:2rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-links{display:flex;gap:1.5rem}.footer-links a{color:#94a3b8;text-decoration:none;font-weight:500}.footer-links a:hover{color:#fff}.footer-copy{font-size:.9rem;margin:0}.payment-info{padding:1rem 0;line-height:1.6;color:#334155}.payment-features{list-style:none;padding-left:0;margin-top:1rem}.payment-features li{font-weight:500;color:#1e293b;margin-bottom:.5rem}.Toastify__toast{border-radius:12px;box-shadow:0 4px 15px #0000001a;border:1px solid #e2e8f0}.Toastify__toast-body{font-weight:600}:root{--toastify-color-info: #3b82f6;--toastify-color-success: #16a34a;--toastify-color-warning: #f59e0b;--toastify-color-error: #ef4444}@media (max-width: 768px){.container{padding:1rem}.dashboard-main{flex-direction:column}.filter-sidebar{width:100%;box-sizing:border-box;border-right:none;border-bottom:1px solid #e2e8f0}.properties-content{padding:1.5rem}.dashboard-header{flex-direction:row;align-items:center;gap:1rem;padding:1rem 1.5rem}.dashboard-nav{width:auto;justify-content:flex-end}.property-details-container{grid-template-columns:1fr}.details-gallery{grid-column:1 / 2;grid-row:1;max-height:300px}.details-sidebar{grid-column:1 / 2;grid-row:2;position:static}.details-main{grid-column:1 / 2;grid-row:3}.home-cards{flex-direction:column;gap:1.5rem;margin:1.5rem 0}.search-filter-bar{flex-direction:column;align-items:stretch;padding:1rem}.search-filter-bar .filter-inputs{flex-direction:column;gap:.75rem}.view-mode-toggle{width:100%}.profile-hub-header{flex-direction:column;text-align:center;gap:1rem}.profile-tabs{flex-wrap:wrap}.messages-layout{flex-direction:column;height:calc(100vh - 73px)}.conversation-list{width:100%;max-height:250px;border-right:none;border-bottom:1px solid #e2e8f0}.add-listing-form{padding:1.5rem}.profile-card{padding:0}.profile-card form{padding:1.5rem}.verification-card{flex-direction:column;align-items:flex-start;gap:1rem}.verification-card .card-body{padding:0}.contact-layout,.contact-form{grid-template-columns:1fr}.form-group.full-span{grid-column:1 / 2}.contact-info{grid-row:1}.footer-mission-grid{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1.5rem}}@media (max-width: 480px){.properties-grid,.tenant-properties-grid{grid-template-columns:1fr}.dashboard-nav{flex-direction:row;align-items:center}.profile-container{width:auto}.modal-overlay{padding:.5rem}.modal-content{padding:1.5rem}.details-main h1{font-size:1.8rem}.details-price{font-size:1.5rem}.profile-tabs{flex-wrap:nowrap;overflow-x:auto;white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none}.profile-tabs::-webkit-scrollbar{display:none}header{padding:1rem}.home-header{padding:1rem;flex-direction:row;align-items:center}.hero-section h1{font-size:2.5rem}.hero-section p{font-size:1.2rem}.cta-buttons{flex-direction:column;width:100%}.cta-button{width:100%;box-sizing:border-box}}.nav-link{color:#334155;text-decoration:none;transition:color .2s ease}.nav-link:hover{color:#3b82f6}.toolbar{display:flex;justify-content:space-between;align-items:center;margin:1.5rem 0}.add-property-btn{background-color:#16a34a;color:#fff;padding:.75rem 1rem;border-radius:8px;text-decoration:none;font-weight:600}.results-info{margin-bottom:1rem;color:#475569}.properties-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.property-card{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000000d;overflow:hidden;display:flex;flex-direction:column;text-decoration:none;color:inherit}.card-image{position:relative;height:150px;background:linear-gradient(to top right,#e0f2fe,#dbeafe);display:grid;place-items:center;font-size:3rem;background-size:cover;background-position:center;cursor:pointer}.status-badge{position:absolute;top:10px;left:10px;padding:.25rem .75rem;border-radius:12px;font-size:.8rem;font-weight:600;text-transform:capitalize}.status-badge.available{background-color:#dcfce7;color:#166534}.status-badge.pending{background-color:#fef9c3;color:#854d0e}.card-info{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.card-info h4{margin:0;display:flex;justify-content:space-between;color:#1e3a8a}.card-info .price{color:#3b82f6;font-weight:700}.card-info .location{font-size:.9rem;color:#64748b;margin:.25rem 0}.card-info .description{font-size:.9rem;color:#475569;margin-top:.5rem;flex-grow:1}.amenities{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.amenity-tag{background-color:#f1f5f9;color:#475569;padding:.25rem .5rem;border-radius:6px;font-size:.8rem}.full-page-loader{display:flex;align-items:center;justify-content:center;height:100vh}.full-page-loader .spinner{width:50px;height:50px}.profile-hub-header{display:flex;align-items:center;gap:1.5rem;background-color:#fff;padding:2rem;max-width:1000px;margin:2rem auto;border-radius:16px;box-shadow:0 8px 25px #00000014;border:1px solid #e2e8f0}.profile-header-info{flex-grow:1}.profile-header-info h2{margin:0 0 .25rem;color:#1e3a8a;display:flex;align-items:center}.profile-header-info p{margin:0;color:#64748b}.profile-pic-circle{width:100px;height:100px;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;flex-shrink:0}.profile-pic-circle.large{width:100px;height:100px;object-fit:cover}.completion-meter{display:flex;align-items:center;gap:1rem}.completion-meter.compact{max-width:300px;margin-top:.5rem}.completion-meter.compact .progress-bar-container{height:8px}.completion-meter.compact span{font-size:.9rem;font-weight:500}.completion-meter span{font-weight:600;color:#3b82f6}.progress-bar-container{flex-grow:1;height:12px;background-color:#e2e8f0;border-radius:6px;overflow:hidden}.progress-bar{height:100%;background-color:#3b82f6;border-radius:6px;transition:width .5s ease-in-out}.completion-prompt{font-size:.9rem;font-weight:500;color:#1d4ed8;margin-top:.5rem!important}.verified-badge{background-color:#dcfce7;color:#166534;font-size:.9rem;font-weight:600;padding:.25rem .75rem;border-radius:12px;margin-left:.75rem;display:inline-block;vertical-align:middle}.profile-tabs{display:flex;gap:.5rem;border-bottom:2px solid #e2e8f0;margin:0 auto;max-width:1000px}.profile-tab{padding:.75rem 1.5rem;border:none;background:none;font-size:1rem;font-weight:600;color:#64748b;cursor:pointer;border-bottom:3px solid transparent;transform:translateY(2px)}.profile-tab.active{color:#3b82f6;border-bottom-color:#3b82f6}.profile-tab-panel{max-width:1000px;margin:2rem auto}.saved-items-list{display:flex;flex-direction:column;gap:1rem}.saved-search-item,.alert-toggle-item{display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 15px #0000000d;border:1px solid #e2e8f0}.item-info p{margin:0;color:#64748b}.item-actions{display:flex;gap:.5rem}.action-button.delete{background-color:#fee2e2;color:#b91c1c}.profile-header{background-color:#f8fafc;padding:2rem;text-align:center;border-bottom:1px solid #e2e8f0}.profile-header h2{margin:0;color:#1e3a8a}.profile-header p{margin:.25rem 0 0;color:#64748b;font-weight:500}.form-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.form-section label{display:block;font-weight:600;color:#334155;margin-bottom:.5rem}.form-section input[type=text],.form-section input[type=email],.form-section input[type=tel],.form-section textarea{width:100%;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;box-sizing:border-box;margin-bottom:1rem}.form-section textarea{min-height:100px}.document-upload{margin-bottom:1rem}.document-upload label{font-weight:600;color:#334155}.doc-info{font-size:.9rem;color:#64748b;margin-top:-1rem;margin-bottom:1rem}.file-status{color:#16a34a;font-weight:600;margin-left:.5rem}.file-name-preview{display:block;font-size:.9rem;color:#64748b;margin-top:.25rem}.upload-progress-container{height:8px;width:100%;background-color:#e2e8f0;border-radius:4px;overflow:hidden;margin-top:.5rem}.upload-progress-bar{height:100%;background-color:#16a34a;border-radius:4px;transition:width .3s ease}.profile-image-uploader{position:relative;width:100px;margin:0 auto 1rem}.profile-image-uploader input[type=file]{display:none}.edit-pic-button{position:absolute;bottom:0;left:0;width:100%;padding:.25rem 0;background-color:#0009;color:#fff;text-align:center;font-size:.8rem;font-weight:600;border-bottom-left-radius:50px;border-bottom-right-radius:50px;cursor:pointer;transition:all .2s ease}.edit-pic-button:hover{background-color:#000c}.add-one-now-link{display:inline-block;font-weight:600;color:#2563eb;text-decoration:none;background-color:#e0f2fe;padding:.6rem 1.2rem;border-radius:8px;margin-top:1rem;transition:all .2s ease}.add-one-now-link:hover{background-color:#dbeafe;color:#1d4ed8;text-decoration:none;transform:translateY(-2px)}.profile-tab-content .no-results{text-align:center;background:#fff;border:1px solid #e2e8f0;padding:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-tab-content .no-results{text-align:left;background:#fff;border:1px solid #e2e8f0}.filter-sidebar{width:280px;padding:1.5rem;background-color:#fff;border-right:1px solid #e2e8f0;overflow-y:auto;flex-shrink:0}.filter-sidebar h4{margin-top:0;color:#1e3a8a}.filter-group{margin-top:1.5rem}.sidebar-link{display:block;padding:.75rem 1rem;text-decoration:none;color:#334155;font-weight:600;border-radius:8px;transition:background-color .2s ease}.sidebar-link:hover{background-color:#f1f5f9}.sidebar-link.active{background-color:#e0f2fe;color:#0c4a6e}.properties-content{flex-grow:1;padding:2rem;overflow-y:auto}.content-header{display:flex;justify-content:space-between;align-items:center}.content-header h2{margin:0;font-size:2rem;color:#1e3a8a}.content-header p{margin:.25rem 0 0;color:#64748b}.profile-card{max-width:800px;margin:2rem auto;background-color:#fff;border-radius:16px;box-shadow:0 8px 25px #00000014;overflow:hidden}.profile-card form{padding:2rem}.form-section h3{color:#1e3a8a;margin-top:0;margin-bottom:1.5rem}.form-section p{color:#475569;margin-top:-1rem;margin-bottom:1.5rem}.alert-toggle-item{display:flex;justify-content:space-between;align-items:center;background-color:#f8fafc;padding:1rem;border-radius:12px;border:1px solid #e2e8f0;margin-bottom:1rem}.item-info h4{margin:0 0 .25rem;color:#1e3a8a}.item-info p{margin:0;color:#64748b;font-size:.9rem}.account-actions{display:flex;gap:1rem}.switch{position:relative;display:inline-block;width:50px;height:28px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;inset:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:20px;width:20px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#2563eb}input:checked+.slider:before{transform:translate(22px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.confirm-modal-content{background:#fff;padding:1.5rem;border-radius:12px;width:100%;max-width:400px;box-shadow:0 10px 30px #0003;position:relative;display:flex;flex-direction:column}.confirm-modal-content .modal-header h3{color:#1e3a8a;text-align:left;margin:0;font-size:1.5rem}.confirm-modal-content .modal-body{padding:1rem 0 1.5rem;color:#475569;line-height:1.6}.confirm-modal-content .modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:.5rem}.modal-actions .action-button.delete{background-color:#ef4444;color:#fff;border:none}.modal-actions .action-button.delete:hover{background-color:#dc2626}.account-actions{display:flex;gap:1rem;padding:1rem 0 0}.account-security-status{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px dashed #f1f5f9;margin-bottom:1rem}.account-security-status:last-of-type{border-bottom:none}.account-security-status h4{font-size:1rem;margin:0;color:#1e3a8a}.account-security-status p{font-size:.9rem;color:#64748b;margin-top:.25rem}.security-chip{padding:.3rem .75rem;border-radius:16px;font-size:.85rem;font-weight:600}.security-chip.danger{background-color:#fee2e2;color:#b91c1b}.security-chip.enabled{background-color:#dcfce7;color:#166534}.form-section{padding:2rem;margin:0;border-bottom:1px solid #e2e8f0}.form-section:last-of-type{border-bottom:none}@media (max-width: 480px){.account-security-status{flex-direction:column;align-items:flex-start}.account-security-status .security-chip,.account-security-status button{margin-top:.5rem;width:100%;text-align:center}.account-actions{flex-direction:column}}.logo-link-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center;font-weight:700;font-size:1.5rem;color:#2563eb;transition:all .2s ease}.tenants-page .logo-link-button{color:#fff}.tenants-page .logo-link-button img{filter:brightness(0) invert(1)}.logout-confirm{padding:1.5rem;max-width:400px;text-align:center}.logout-confirm .modal-body{padding:.5rem 0 1.5rem;font-size:1.1rem;color:#475569}.logout-confirm .modal-actions{display:flex;justify-content:space-between}.logout-confirm .modal-actions button{width:48%}.add-listing-form{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 15px #00000012}.add-listing-form label{display:block;margin-bottom:.5rem;font-weight:600;color:#334155}.add-listing-form input,.add-listing-form textarea,.add-listing-form select{width:100%;padding:.75rem;margin-bottom:1.5rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;box-sizing:border-box}.add-listing-form button{width:100%}.amenities-grid-form{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem}.amenities-grid-form .amenity-button{background-color:#fff;border:1px solid #cbd5e1;border-radius:16px;padding:.5rem 1rem;font-size:.9rem;cursor:pointer}.amenities-grid-form .amenity-button.active{background-color:#3b82f6;color:#fff;border-color:#3b82f6}.image-preview-container{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1rem;margin-bottom:1.5rem;padding:1rem;background-color:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px}.image-preview{position:relative;width:100px;height:100px}.image-preview img{width:100%;height:100%;object-fit:cover;border-radius:8px;border:2px solid #e2e8f0}.remove-image-button{position:absolute;top:-10px;right:-10px;background-color:#ef4444;color:#fff;border:none;border-radius:50%;width:24px;height:24px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;line-height:1}.success-message{background-color:#dcfce7;color:#166534;padding:1rem;border-radius:8px;font-weight:600;margin-bottom:2rem;text-align:center;border:1px solid #4ade80}.dashboard-layout{display:flex;flex-direction:column;height:100vh;background-color:#f8fafc;font-family:Segoe UI,sans-serif}.dashboard-main{display:flex;flex-grow:1;overflow:hidden}.dashboard-header{background-color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #ddd;box-shadow:0 2px 6px #0000000d;flex-shrink:0}.dashboard-nav{display:flex;align-items:center;gap:1.5rem;font-weight:500}.profile-container{position:relative}.profile-icon-wrapper{cursor:pointer}.profile-icon{width:36px;height:36px;border-radius:50%;background-color:#3b82f6;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.profile-icon-image{width:36px;height:36px;border-radius:50%;object-fit:cover}.hamburger-menu{background:none;border:none;font-size:2rem;font-weight:700;color:#334155;cursor:pointer}.header-menu-dropdown{position:absolute;top:60px;right:0;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;width:280px;z-index:100;border:1px solid #e2e8f0;overflow:hidden}.menu-user-info{display:flex;align-items:center;gap:1rem;padding:1rem;border-bottom:1px solid #e2e8f0}.menu-user-info .profile-icon,.menu-user-info .profile-icon-image{width:48px;height:48px;font-size:1.5rem}.menu-user-info .info-text{overflow:hidden}.menu-user-info .info-text strong{display:block;color:#1e293b;font-size:1.1rem}.menu-user-info .info-text p{margin:0;color:#64748b;font-size:.9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.menu-links{list-style:none;margin:0;padding:.5rem 0}.menu-links a{text-decoration:none}.menu-links li{padding:.75rem 1.5rem;cursor:pointer;transition:background-color .2s ease;color:#334155;font-weight:600}.menu-links li:hover{background-color:#f1f5f9}.menu-links .logout-option{color:#ef4444;font-weight:600;border-top:1px solid #e2e8f0;margin-top:.5rem;padding-top:.75rem}.spinner-container{display:flex;justify-content:center;align-items:center;padding:2rem}.spinner{border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;width:30px;height:30px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.messages-layout{display:flex;flex-grow:1;overflow:hidden;height:calc(100vh - 73px)}.conversation-list{width:320px;flex-shrink:0;border-right:1px solid #e2e8f0;background:#fff;display:flex;flex-direction:column;overflow-y:auto}.conversation-list .list-header{padding:1.5rem;border-bottom:1px solid #e2e8f0}.conversation-list h3{margin:0;color:#1e3a8a}.convo-item{display:flex;padding:1rem 1.5rem;border-bottom:1px solid #f1f5f9;cursor:pointer;transition:background-color .2s ease}.convo-item:hover{background-color:#f8fafc}.convo-item.active{background-color:#e0f2fe;border-right:3px solid #3b82f6}.convo-avatar{width:48px;height:48px;border-radius:50%;background-color:#93c5fd;color:#1e40af;font-weight:700;display:grid;place-items:center;font-size:1.5rem;margin-right:1rem}.convo-details{overflow:hidden}.convo-user{font-weight:600;color:#1e293b}.convo-property{font-size:.9rem;color:#64748b}.convo-preview{font-size:.9rem;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chat-window{flex-grow:1;display:flex;flex-direction:column;background-color:#f8fafc}.chat-header{padding:1.5rem;background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 4px #00000005}.chat-header h3{margin:0}.chat-header p{margin:0;color:#64748b}.chat-messages{flex-grow:1;padding:1.5rem;overflow-y:auto;display:flex;flex-direction:column;gap:1rem}.chat-bubble{padding:.75rem 1rem;border-radius:18px;max-width:70%;line-height:1.5}.chat-bubble.other{background-color:#fff;color:#1e293b;border:1px solid #e2e8f0;align-self:flex-start}.chat-bubble.me{background-color:#3b82f6;color:#fff;align-self:flex-end}.chat-input-area{display:flex;padding:1.5rem;background:#fff;border-top:1px solid #e2e8f0}.chat-input-area input{flex-grow:1;border:1px solid #cbd5e1;border-radius:20px 0 0 20px;padding:.75rem 1rem;font-size:1rem}.chat-input-area input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6;z-index:1}.chat-input-area button{border:none;background-color:#3b82f6;color:#fff;font-weight:600;padding:.75rem 1.5rem;border-radius:0 20px 20px 0;cursor:pointer;transition:background-color .2s ease}.chat-input-area button:hover{background-color:#2563eb}.no-chat-selected{flex-grow:1;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:1.2rem}.admin-tab-content .welcome-title,.admin-tab-content .welcome-subtitle{text-align:left}.admin-tab-content .welcome-title{font-size:2rem;margin-top:0}.admin-tab-content .welcome-subtitle{margin-top:0}.stat-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 15px #0000000d}.stat-card h4{margin:0 0 .5rem;color:#64748b;font-size:1rem;text-transform:uppercase}.stat-value{font-size:2.5rem;font-weight:700;color:#1e3a8a}.spinner-small{border:4px solid #f3f3f3;border-top:4px solid #3b82f6;border-radius:50%;width:20px;height:20px;animation:spin 1s linear infinite}.admin-table-container{overflow-x:auto;background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 4px 15px #00000012}.admin-table{width:100%;border-collapse:collapse}.admin-table th,.admin-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.admin-table th{font-size:.9rem;color:#64748b;text-transform:uppercase;background-color:#f8fafc}.admin-table td{color:#334155;font-weight:500}.admin-table tbody tr:last-child td{border-bottom:none}.admin-table td .admin-role-select{padding:.5rem;border-radius:6px;border:1px solid #cbd5e1;font-weight:600}.admin-table td a{font-weight:600;color:#3b82f6;text-decoration:none}.admin-table td a:hover{text-decoration:underline}.role-badge{padding:.25rem .75rem;border-radius:12px;font-size:.9rem;font-weight:600;text-transform:capitalize}.role-badge.tenant{background-color:#e0f2fe;color:#0c4a6e}.role-badge.landlord{background-color:#dcfce7;color:#166534}.role-badge.admin{background-color:#fee2e2;color:#991b1b}.verified-badge-small{background-color:#dcfce7;color:#166534;padding:.25rem .5rem;border-radius:6px;font-size:.8rem;font-weight:600}.report-text-button{background:none;border:none;color:#64748b;font-size:.85rem;margin-top:1rem;text-decoration:underline;cursor:pointer;width:100%;text-align:center}.report-text-button:hover{color:#b91c1c}.review-section{margin-top:1rem}.section-title{display:flex;align-items:center;gap:1rem;font-size:1.5rem;color:#1e3a8a}.average-rating{font-size:1rem;background-color:#fef9c3;color:#854d0e;padding:.25rem .75rem;border-radius:20px}.reviews-list{margin-bottom:2rem}.no-reviews{font-style:italic;color:#64748b}.review-card{background-color:#f8fafc;border-radius:12px;padding:1rem;margin-bottom:1rem}.review-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.reviewer-info{display:flex;align-items:center;gap:.75rem}.reviewer-name{font-weight:600;color:#1e293b}.review-comment{margin:0;color:#334155;line-height:1.5}.star-rating{display:flex;gap:.25rem;cursor:pointer}.star{font-size:1.5rem;color:#cbd5e1;transition:color .2s}.star.filled{color:#facc15}.star.readonly{cursor:default;font-size:1rem}.write-review-form{background-color:#fff;border:1px solid #e2e8f0;padding:1.5rem;border-radius:12px}.write-review-form h4{margin-top:0;color:#1e3a8a}.tips-widget-container{position:fixed;bottom:30px;right:30px;z-index:999;display:flex;flex-direction:column;align-items:flex-end}.tips-fab{width:60px;height:60px;border-radius:50%;background-color:#facc15;color:#fff;font-size:2rem;border:none;box-shadow:0 4px 15px #0003;cursor:pointer;transition:transform .3s ease,background-color .3s ease;display:flex;align-items:center;justify-content:center}.tips-fab:hover{transform:scale(1.1) rotate(10deg);background-color:#eab308}.tips-fab.active{background-color:#fff;border:4px solid #facc15;font-size:1.5rem}.tips-bubble{background-color:#fff;width:280px;padding:1.25rem;border-radius:16px;box-shadow:0 8px 30px #00000026;margin-bottom:1rem;border:1px solid #e2e8f0;animation:floatIn .3s ease-out;position:relative}.tips-bubble:after{content:"";position:absolute;bottom:-10px;right:24px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid white}.tips-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;color:#1e3a8a;font-size:.9rem}.close-tip{background:none;border:none;font-size:1.2rem;color:#94a3b8;cursor:pointer;padding:0;line-height:1}.close-tip:hover{color:#ef4444}.tip-text{font-size:.95rem;color:#334155;line-height:1.5;margin-bottom:1rem}.tips-footer{display:flex;justify-content:flex-end}.next-tip-btn{background:none;border:none;color:#2563eb;font-weight:600;font-size:.85rem;cursor:pointer;padding:0}.next-tip-btn:hover{text-decoration:underline}@keyframes floatIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.service-card{background:#fff;padding:2rem;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 4px 15px #0000000d;display:flex;flex-direction:column}.service-card.highlight{border:2px solid #bfdbfe;background:linear-gradient(to bottom right,#fff,#eff6ff)}.service-icon{font-size:3rem;margin-bottom:1rem}.service-card h3{margin:0 0 .5rem;color:#1e3a8a;font-size:1.4rem}.service-card p{color:#475569;margin-bottom:1.5rem;line-height:1.6}.estimator-form,.request-form{display:flex;flex-direction:column;gap:1rem}.form-row{display:flex;gap:1rem}.form-row .form-group{flex:1}.estimate-result{margin-top:1.5rem;padding:1rem;background-color:#ecfdf5;border:1px solid #10b981;border-radius:8px;text-align:center;color:#065f46}.estimate-result span{display:block;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.estimate-result strong{display:block;font-size:1.8rem;color:#047857}@media (max-width: 768px){.services-grid{grid-template-columns:1fr}}.header-left-group{display:flex;align-items:center;gap:1.5rem}.header-back-link{color:#fff;text-decoration:none;font-weight:600;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;background-color:#ffffff1a;transition:background-color .2s ease}.header-back-link:hover{background-color:#fff3}@media (max-width: 480px){.header-left-group{gap:.5rem}.header-back-link{font-size:.9rem;padding:.4rem .6rem}.header-back-link span{font-size:1rem}}.app-logo-icon{width:40px;height:40px;border-radius:8px;margin-right:10px;object-fit:cover}.logo{display:flex;align-items:center;gap:0}.social-button.facebook{background-color:#1877f2;color:#fff;border:1px solid #1877F2}.social-button.facebook:hover{background-color:#166fe5}@media (max-width: 768px){.modal-content{width:90%!important;max-width:none;margin:0 auto;padding:1.5rem}.home-header{padding:1rem}.glass-card{max-width:100%;width:100%}.footer-mission-grid{grid-template-columns:1fr;padding:1rem}}
