code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.login-overlay{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.login-overlay-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;height:100%;left:0;position:absolute;top:0;width:100%}.login-overlay-content{animation:slideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:450px;overflow-y:auto;padding:24px;position:relative;width:90%}@keyframes slideIn{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.close-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px}.close-button:hover{background:#f5f5f5;color:#333}.overlay-header{background-color:#000;border-radius:16px 16px 0 0;margin:-24px -24px 20px;padding:20px 24px;text-align:center}.overlay-header h2{color:#fff;font-size:20px;font-weight:600;margin:8px 0 0}.role-selection{margin-bottom:16px;text-align:center}.role-selection p{color:#666;font-size:15px;margin-bottom:16px}.role-buttons{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-bottom:12px}.role-button{align-items:center;background:#fff;border:2px solid #e1e5e9;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:6px;padding:16px 12px;text-align:center;transition:all .2s ease}.role-button:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.role-button.selected{background-color:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 1px #3b82f6}.role-icon{font-size:28px;margin-bottom:2px}.role-button span{color:#2c3e50;font-size:14px;font-weight:600}.role-button small{color:#666;font-size:11px;line-height:1.2}.overlay-form{display:flex;flex-direction:column;gap:14px}.overlay-form p{color:#666;font-size:14px;margin:0 0 6px;text-align:center}.input-group{display:flex;flex-direction:column;gap:5px}.input-group label{font-size:13px}.input-group input{-webkit-text-fill-color:#000!important;background-color:#fff!important;color:#000!important;font-size:15px;padding:10px 14px}.input-group input:-webkit-autofill,.input-group input:-webkit-autofill:active,.input-group input:-webkit-autofill:focus,.input-group input:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;box-shadow:inset 0 0 0 1000px #fff!important;color:#000!important}.password-input-container{align-items:center;display:flex;position:relative}.password-input-container input{background-color:#fff!important;color:#000!important;flex:1 1;padding-right:45px}.password-input-container input:-webkit-autofill,.password-input-container input:-webkit-autofill:active,.password-input-container input:-webkit-autofill:focus,.password-input-container input:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;box-shadow:inset 0 0 0 1000px #fff!important;color:#000!important}.input-group input[type=text][id=otp],.input-group input[type=text][placeholder*=Code],.input-group input[type=text][placeholder*=PIN],.input-group input[type=text][placeholder*=code],.input-group input[type=text][placeholder*=pin]{-webkit-text-fill-color:#000!important;background-color:#fff!important;color:#000!important}.input-group input[type=text][id=otp]:-webkit-autofill,.input-group input[type=text][id=otp]:-webkit-autofill:active,.input-group input[type=text][id=otp]:-webkit-autofill:focus,.input-group input[type=text][id=otp]:-webkit-autofill:hover{-webkit-text-fill-color:#000!important;box-shadow:inset 0 0 0 1000px #fff!important;color:#000!important}.password-toggle{color:#6b7280}.password-toggle:hover{background-color:#f3f4f6;color:#374151}.password-requirements{color:#6b7280;font-size:11px;line-height:1.3;margin-top:4px}.overlay-form button{border:none;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;padding:10px 20px;transition:all .2s ease}.overlay-form button[type=submit]{background:#3b82f6;color:#fff}.overlay-form button[type=submit]:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}.overlay-form button[type=submit]:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.back-button{background:#f3f4f6!important;color:#6b7280!important}.back-button:hover{background:#e5e7eb!important;color:#4b5563!important}.error-message{background:#fef2f2;border-radius:8px;font-size:13px;margin-bottom:12px;padding:10px 14px}@media (max-width:768px){.login-overlay-content{margin:16px;max-width:none;padding:24px;width:calc(100% - 32px)}.role-buttons{gap:12px;grid-template-columns:1fr}.role-button{padding:16px 12px}.role-icon{font-size:28px}.overlay-header h2{font-size:20px}}.user-dropdown{display:inline-block;position:relative}.user-dropdown-trigger{align-items:center;background:#fff;border:2px solid #e1e5e9;border-radius:12px;color:#2c3e50;cursor:pointer;display:flex;font-size:14px;gap:8px;min-width:180px;padding:8px 12px;position:relative;transition:all .2s ease}.user-dropdown-trigger:hover{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f61a}.user-dropdown-trigger:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.user-avatar{align-items:center;background:#f8f9fa;border-radius:50%;display:flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.user-icon{font-size:16px}.user-info{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;min-width:0}.user-name{color:#1a1a1a;font-weight:600;max-width:100px}.user-name,.user-role{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-role{color:#666;font-size:12px;max-width:120px}.dropdown-arrow{color:#666;transition:transform .2s ease}.dropdown-arrow.open{transform:rotate(180deg)}.notification-bell{align-items:center;display:flex;flex-direction:column;margin-left:4px;margin-top:-8px;position:relative}.bell-icon{animation:bell-ring 2s ease-in-out infinite;color:#f59e0b;font-size:16px}.unread-badge{background:#ef4444;border-radius:10px;color:#fff;font-size:10px;font-weight:600;left:50%;line-height:1;min-width:16px;padding:2px 5px;position:absolute;text-align:center;top:18px;transform:translateX(-50%)}.dropdown-item{position:relative}.menu-unread-badge{background:#ef4444;border-radius:10px;color:#fff;font-size:10px;font-weight:600;line-height:1.2;min-width:18px;padding:2px 6px;position:absolute;right:12px;text-align:center;top:50%;transform:translateY(-50%)}@keyframes bell-ring{0%,50%,to{transform:rotate(0deg)}10%,30%{transform:rotate(10deg)}20%,40%{transform:rotate(-10deg)}}.user-dropdown-menu{animation:dropdownSlideIn .15s ease-out;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 8px 24px #0000001f;min-width:180px;padding:8px 0;position:absolute;right:0;top:calc(100% + 4px);z-index:1000}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{color:#2c3e50;padding:10px 16px;transition:background-color .15s ease}.dropdown-item:focus,.dropdown-item:hover{background-color:#f8f9fa}.dropdown-item:focus{outline:none}.dropdown-item.sign-out{color:#dc2626}.dropdown-item.sign-out:hover{background-color:#fef2f2}.item-icon{align-items:center;display:flex;font-size:16px;justify-content:center;width:20px}.dropdown-divider{background-color:#e1e5e9}@media (max-width:768px){.user-dropdown-trigger{min-width:150px;padding:6px 10px}.user-name{max-width:80px}.user-role{max-width:100px}.user-dropdown-menu{min-width:150px}}.site-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.site-header__container{align-items:center;display:flex;justify-content:space-between;margin:0;max-width:100%;padding:10px 32px}.site-header__actions{align-items:center;display:flex;gap:12px;padding:7px 0}.site-header__signin,.site-header__signup{align-items:center;border:2px solid #0000;border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;padding:10px 20px;transition:all .3s ease}.site-header__signin{background:#0000;border-color:#ffffff4d;color:#fff}.site-header__signin:hover{background:#ffffff1a;border-color:#ffffff80}.site-header__signup{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d;color:#fff}.site-header__signup:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 16px #3b82f666;transform:translateY(-1px)}@media (max-width:768px){.site-header__container{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;justify-content:space-between!important;padding:8px 16px!important}}body{overflow:auto!important}.App,body{height:auto!important}.App{align-items:normal!important;display:block!important}.homepage{background:linear-gradient(135deg,#0f1419,#1a1f2e 50%,#0f1419);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.homepage-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{margin:0;max-width:100%}.header-actions{padding:12px 0}.signin-btn,.signup-btn{align-items:center;border:2px solid #0000;border-radius:8px;box-sizing:border-box;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:600;justify-content:center;line-height:1;padding:10px 20px;text-decoration:none;transition:all .3s ease}.signin-btn{background:#0000;border-color:#ffffff4d;color:#fff}.signin-btn:hover{background:#ffffff1a;border-color:#ffffff80}.signup-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d;color:#fff}.signup-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 16px #3b82f666;transform:translateY(-1px)}.login-btn{display:none}.get-started-btn{background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:8px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:10px 20px;transition:all .3s ease;width:auto!important}.get-started-btn:hover{box-shadow:0 8px 24px #3b82f666;transform:translateY(-2px)}.container{margin:0;max-width:100%;padding:0}.hero-section{align-items:center;color:#fff;display:flex;height:300px;justify-content:center;overflow:hidden;position:relative;text-align:center}.img-container{height:100%;overflow:hidden;top:0;z-index:1}.hero-img,.img-container{left:0;position:absolute;width:100%}.hero-img{display:block;height:110%;object-fit:cover;object-position:center bottom;top:-10%}.hero-container{margin:0 auto;max-width:800px;padding:40px 24px;position:relative;z-index:2}.user-type-selector{margin-bottom:48px}.user-type-selector h3{color:#fffc;font-size:18px;font-weight:500;margin-bottom:24px}.user-type-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.user-type-btn{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;min-width:120px;padding:12px 32px;transition:all .3s ease}.user-type-btn.active,.user-type-btn:hover{background:linear-gradient(135deg,#3b82f6,#1e40af);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f64d}.hero-title{color:#fff;font-size:36px;font-weight:700;line-height:1.1;margin-bottom:8px;text-shadow:2px 2px 4px #000000b3}.hero-subtitle{color:#fff;font-size:16px;line-height:1.4;margin-bottom:24px;margin-left:auto;margin-right:auto;max-width:700px;text-shadow:1px 1px 3px #0009}.hero-search-interface{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:60px;box-shadow:0 8px 32px #0000001a;display:flex;gap:0;margin-top:30px;max-width:1000px;padding:20px;width:100%}.search-field{align-items:center;border-right:1px solid #e0e0e0;display:flex;flex:1 1;padding:10px 20px;position:relative}.search-field:last-of-type{border-right:none}.field-icon{color:#666;font-size:18px;margin-right:12px}.field-content{flex:1 1}.field-content label{color:#666;display:block;font-size:12px;font-weight:600;margin-bottom:2px;text-transform:uppercase}.field-content input,.field-content select{background:#0000;border:none;color:#333;font-size:14px;outline:none;padding:0;width:100%}.field-content input::placeholder{color:#999}.hero-search-btn{align-items:center;background:#4285f4;border:none;border-radius:50px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;gap:8px;margin-left:10px;padding:18px 32px;transition:all .3s}.hero-search-btn:hover{background:#3367d6;transform:translateY(-1px)}.hero-cta-btn{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:12px;box-shadow:0 6px 20px #10b9814d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;padding:16px 40px;transition:all .3s ease}.hero-cta-btn:hover{box-shadow:0 10px 28px #10b98166;transform:translateY(-2px)}.hero-chat-btn{background:#0009;border:none;border-radius:12px;box-shadow:0 8px 24px #0000004d;color:#fff;cursor:pointer;font-size:16px;font-weight:700;margin:20px 0;padding:10px 32px;text-transform:none;transition:all .3s ease}.hero-chat-btn:hover{background:#000c;box-shadow:0 12px 32px #0006;transform:translateY(-3px)}.typing-container{gap:12px}.logo-icon,.typing-container{align-items:center;display:flex;justify-content:center}.logo-icon{animation:logoTyping 1.5s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;height:40px;transform-origin:center;width:40px}.logo-icon .logo{border-radius:50%;overflow:hidden}@keyframes logoTyping{0%,to{border-color:#ffffff4d;transform:scale(1) translateY(0)}25%{border-color:#3b82f699;transform:scale(1.1) translateY(-2px)}50%{border-color:#ffffff4d;transform:scale(1) translateY(0)}75%{border-color:#3b82f666;transform:scale(1.05) translateY(-1px)}}.typing-text{flex:1 1}.typing-cursor{color:#fffc;font-weight:400;opacity:0;transition:opacity .1s ease}.typing-cursor.visible{opacity:1}.typing-word{color:inherit;display:inline}.section-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#e2e8f0);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:800;margin-bottom:24px;text-align:center}.section-subtitle{color:#ffffffb3;font-size:20px;margin-bottom:60px;margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.main-content-section{background:#f8f9fa;padding:60px 0}.content-grid{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:2fr 1fr}.main-column h2{color:#2c3e50;font-size:24px;font-weight:600;line-height:1.4;margin-bottom:30px}.action-buttons{gap:20px;margin-bottom:40px}.browse-btn,.post-btn{border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:600;padding:15px 30px;transition:all .2s ease}.browse-btn{background:#28a745;color:#fff}.browse-btn:hover{background:#218838}.post-btn{background:#ff6b35;color:#fff}.post-btn:hover{background:#e55a2d}.new-rentals{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:24px}.new-rentals h3{border-bottom:2px solid #ff6b35;color:#2c3e50;font-size:20px;font-weight:600;margin-bottom:20px;padding-bottom:8px}.rental-listing{border-bottom:1px solid #e9ecef;padding:12px 0}.rental-listing:last-of-type{border-bottom:none}.rental-listing h4{color:#3b82f6;font-size:16px;font-weight:600;margin-bottom:4px}.rental-listing p{color:#2c3e50;font-size:14px;margin-bottom:4px}.rental-listing small{color:#6c757d;font-size:12px}.view-more-btn{background:#0000;border:1px solid #3b82f6;border-radius:4px;color:#3b82f6;cursor:pointer;font-size:14px;margin-top:16px;padding:8px 16px;transition:all .2s ease}.view-more-btn:hover{background:#3b82f6;color:#fff}.sidebar{display:flex;flex-direction:column;gap:30px}.why-landlords,.why-renters{background:#fff;border:1px solid #dee2e6;border-radius:8px;padding:24px}.why-landlords h3,.why-renters h3{color:#2c3e50;font-size:18px;font-weight:600;margin-bottom:12px}.why-landlords p,.why-renters p{color:#6c757d;font-size:14px;line-height:1.5}.features-section{padding:120px 0}.features-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature-item{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:32px;text-align:center;transition:all .3s ease}.feature-item:hover{background:#ffffff0f;transform:translateY(-4px)}.feature-icon{display:block;font-size:48px;margin-bottom:20px}.feature-item h4{color:#fff;font-size:18px;font-weight:600}.standout-section{background:#ffffff05;padding:120px 0}.standout-features{grid-gap:60px;display:grid;gap:60px;margin-top:80px}.standout-feature{grid-gap:60px;align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:20px;display:grid;gap:60px;grid-template-columns:1fr 1fr;padding:60px}.standout-feature:nth-child(2n){grid-template-columns:1fr 1fr}.standout-feature:nth-child(2n) .feature-header{order:2}.standout-feature:nth-child(2n) .feature-image-placeholder{order:1}.feature-badge{background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:20px;color:#fff;display:inline-block;font-size:14px;font-weight:600;margin-bottom:20px;padding:8px 16px}.standout-feature h3{color:#fff;font-size:32px;font-weight:700;margin-bottom:20px}.standout-feature p{color:#fffc;font-size:16px;line-height:1.7}.feature-image-placeholder{background:linear-gradient(135deg,#3b82f633,#1e40af33);border:2px solid #3b82f64d;border-radius:16px;color:#3b82f6;font-size:24px;font-weight:600;padding:80px 40px;text-align:center}.process-section{padding:120px 0}.process-steps{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:80px}.process-step{padding:40px 24px;text-align:center}.step-number{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:50%;color:#fff;display:flex;font-size:24px;font-weight:700;height:60px;justify-content:center;margin:0 auto 24px;width:60px}.process-step h4{color:#fff;font-size:20px;font-weight:700;margin-bottom:16px}.process-step p{color:#fffc;line-height:1.6}.cta-section{background:linear-gradient(135deg,#3b82f61a,#1e40af1a);padding:120px 0;text-align:center}.cta-content h2{color:#fff;font-size:40px;font-weight:800;margin-bottom:20px}.cta-content p{color:#fffc;font-size:18px;margin-bottom:40px}.cta-buttons{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.cta-btn{border:none;border-radius:12px;cursor:pointer;font-size:16px;font-weight:700;min-width:180px;padding:18px 36px;transition:all .3s ease}.landlord-btn{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 8px 24px #f59e0b4d;color:#fff}.landlord-btn:hover{box-shadow:0 12px 32px #f59e0b66;transform:translateY(-3px)}.tenant-btn{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 8px 24px #10b9814d;color:#fff}.tenant-btn:hover{box-shadow:0 12px 32px #10b98166;transform:translateY(-3px)}.faq-section{padding:120px 0}.faq-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-top:80px}.faq-item{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:32px;transition:all .3s ease}.faq-item:hover{background:#ffffff14;border-color:#3b82f64d}.faq-item h4{color:#fff;font-size:18px;font-weight:700;margin-bottom:12px}.faq-item p{color:#fffc;line-height:1.6}.homepage-footer{background:#000;border-top:1px solid #ffffff1a;padding:40px 0 30px}.footer-content{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:1fr 2fr}.footer-brand p{color:#fff9;font-size:14px;margin-top:12px}.footer-links{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr)}.footer-column h4{color:#fff;font-size:14px;font-weight:700;margin-bottom:12px}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:#ffffffb3;font-size:13px;text-decoration:none;transition:color .3s ease}.footer-column ul li a:hover{color:#3b82f6}.data-tabs{display:none}.map-section{background:#f9fafb;padding:48px 0}.database-analysis-section .container{padding-top:48px}.map-section .container{max-width:none;padding-left:10px;padding-right:10px}.selected-cell-header{background:#0000;border:none;border-radius:0}.selected-cell-header h3{color:#3b82f6}.selection-badge{flex-wrap:wrap;font-size:14px}.property-type-name{color:#3b82f6;font-weight:600}.separator{color:#ffffff4d}.structure-type{color:#10b981;font-weight:600}.location-filter{color:#f59e0b;font-weight:600}.selection-stats{font-size:13px}.stat{color:#ffffffb3}@media (max-width:768px){.compact-filters-row{flex-direction:column;gap:16px}.filter-group.compact{max-width:100%;min-width:100%;width:100%}.filter-group.compact label{display:block;font-size:13px;margin-bottom:6px;text-align:left;width:100%}.filter-group.compact input,.filter-group.compact select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27><path fill=%27%23ffffff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;border-radius:8px;box-sizing:border-box;font-size:16px;height:44px;padding:12px 40px 12px 16px;width:100%}.filter-group.compact select{cursor:pointer}.filter-group.compact input:focus,.filter-group.compact select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.enhanced-filters.compact{background:#0000;border-radius:0;margin:0;padding:20px 16px}.filters-header{margin-bottom:16px}.filters-header h4{font-size:18px;text-align:left}.clear-filters-icon{font-size:16px;height:32px;width:32px}.filter-status{font-size:12px;margin-top:12px;padding:8px 12px;text-align:left}.database-analysis-section .container{max-width:100%;padding:0}.listing-details-section{padding:0}.listing-details-section h3{font-size:28px;margin-bottom:12px}.listing-details-section>p{margin-bottom:24px}.filter-group.compact select option{background:#1a1f2e;color:#fff;padding:8px}.filter-group.compact label{color:#ffffffe6;font-weight:600;margin-left:0;padding-left:0;text-align:left!important}.filter-group.compact input,.filter-group.compact select{background:#ffffff14!important;border:1px solid #fff3!important;color:#fff!important;text-align:left}.filter-group.compact input::placeholder{color:#ffffff80;font-size:14px}.filter-group.compact input:disabled,.filter-group.compact select:disabled{background:#ffffff05!important;cursor:not-allowed;opacity:.4}.filter-group.compact select{background-color:#ffffff14;background-image:url("data:image/svg+xml;charset=US-ASCII,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 4 5%27><path fill=%27%23ffffff%27 d=%27M2 0L0 2h4zm0 5L0 3h4z%27/></svg>")}.filter-group.compact input:active,.filter-group.compact select:active{background:#ffffff1f;transform:scale(.98);transition:all .1s ease}.pivot-table-wrapper{display:none}.pivot-cards{display:block;gap:16px}.property-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 16px #0003;margin-bottom:16px;overflow:hidden;padding:20px 16px;position:relative;transition:all .3s ease}.property-card:before{background:linear-gradient(90deg,#34d399,#10b981);content:"";height:4px;left:0;position:absolute;right:0;top:0}.property-card:hover{border-color:#3b82f64d;box-shadow:0 8px 24px #0000004d;transform:translateY(-2px)}.property-card-header{align-items:center;border-bottom:2px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:16px;position:relative}.property-type-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#34d399,#10b981);-webkit-background-clip:text;background-clip:text;color:#34d399;font-size:20px;font-weight:800;margin:0;text-shadow:0 1px 2px #0003}.property-total{background:#f59e0b33;border:1px solid #f59e0b4d;border-radius:12px;color:#fcd34d;font-size:15px;font-weight:700;padding:4px 10px}.bedroom-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.bedroom-option{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#ffffff0a;border:1px solid #ffffff26;border-radius:10px;cursor:pointer;padding:16px 12px;position:relative;text-align:center;transition:all .3s ease}.bedroom-option:before{background:linear-gradient(135deg,#3b82f61a,#10b9811a);border-radius:10px;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.bedroom-option.has-data:hover{background:#ffffff14;border-color:#3b82f666;box-shadow:0 4px 12px #3b82f633;transform:translateY(-1px)}.bedroom-option.has-data:hover:before{opacity:1}.bedroom-option.empty{background:#ffffff05;cursor:default;opacity:.5}.bedroom-title{color:#60a5fa;font-size:12px;font-weight:700;letter-spacing:.5px;margin-bottom:10px;position:relative;text-transform:uppercase;z-index:1}.bedroom-content .avg-rent{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#34d399,#10b981);-webkit-background-clip:text;background-clip:text;color:#34d399;font-size:16px;font-weight:800;margin-bottom:6px;position:relative;text-shadow:0 1px 2px #0003;z-index:1}.bedroom-content .count{background:#ffffff1a;border-radius:8px;color:#ffffffb3;display:inline-block;font-size:11px;font-weight:600;margin-bottom:6px;padding:2px 6px;position:relative;z-index:1}.bedroom-content .range{color:#ffffff80;font-size:10px;font-weight:500;line-height:1.3;position:relative;z-index:1}.empty-bedroom{color:#ffffff4d;font-size:14px;font-weight:600;position:relative;z-index:1}.listing-details-section h3{font-size:24px}.listing-details-section>p{font-size:16px}.pivot-table-container{margin-bottom:0;padding:0}.summary-header{align-items:flex-start;flex-direction:column;gap:8px;padding:0 16px}.summary-stats{background:#0000;border-radius:0;flex-direction:column;gap:12px;margin:0;padding:20px 16px}.bedroom-header{font-size:12px;min-width:60px;padding:8px 4px;text-orientation:mixed;writing-mode:horizontal-tb}.property-type-header{font-size:14px;padding:8px 12px}.cell-content{min-height:50px}.avg-rent{font-size:14px}.count,.range{font-size:11px}.selected-cell-header{background:#0000;border:none;border-radius:0;margin:24px 0;padding:20px 16px}.selection-badge{align-items:flex-start;flex-direction:column;gap:4px}.selection-stats{flex-direction:column;gap:8px}.listings-grid{gap:0;grid-template-columns:1fr;margin:24px 0 0}.listing-card{background:#ffffff05;border-bottom:1px solid #ffffff0f;border-radius:0;margin-bottom:0}.listing-card .listing-content{padding:20px 16px}.compact-price-header{align-items:flex-start;flex-direction:column;gap:8px}.compact-source-link{align-self:flex-end}.compact-property-info{gap:8px;grid-template-columns:repeat(auto-fit,minmax(80px,1fr))}.info-icon{font-size:12px;padding:6px 8px}.compact-footer{align-items:flex-start;flex-direction:column;gap:8px}.load-more-button{font-size:16px;padding:16px;width:100%}.loading-state{background:#ffffff0a;border-radius:0;margin:0;padding:32px 16px}.loading-state p{font-size:14px}.no-listings-state{background:#ffffff0a;border-radius:0;margin:0;padding:32px 16px}.no-listings-state h4{font-size:16px}.no-listings-state p{font-size:13px}}.no-listings-state{background:#ffffff0a;border-bottom:1px solid #ffffff0f;border-radius:0;border-top:1px solid #ffffff0f;margin:32px 0;padding:48px 24px;text-align:center}.no-listings-state h4{color:#fffc;font-size:20px;margin-bottom:16px}.no-listings-state p{color:#fff9;font-size:16px;margin-bottom:24px}.retry-button{background:#ffffff1a;border:1px solid #fff3;font-size:13px}.retry-button:hover{background:#ffffff26;border-color:#ffffff4d}.listings-grid{grid-template-columns:repeat(3,1fr);padding:0 20px;width:100%}@media (max-width:768px){.listings-grid{gap:0;grid-template-columns:1fr;margin:24px 0 0}}.listing-card .compact-address,h3.compact-address{background:none!important;border:none!important;color:#111827!important;font-size:14px!important;font-weight:600!important;letter-spacing:-.01em!important;line-height:1.3!important;margin:0!important;padding:0!important;text-align:left!important;text-transform:none!important}.compact-description{-webkit-hyphens:auto;hyphens:auto;margin-bottom:12px;text-align:justify}.pagination-container{align-items:center;background:#0000;border-top:1px solid #ffffff14;display:flex;flex-direction:column;gap:20px;margin-top:32px;padding:32px 20px}.pagination-info{color:#ffffffb3;font-size:14px;text-align:center}.showing-count{font-weight:500}.pagination-controls{flex-wrap:wrap;gap:8px}.pagination-btn,.pagination-controls{align-items:center;display:flex;justify-content:center}.pagination-btn{background:#0000;border:1px solid #fff3;border-radius:50%;color:#fffc;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;font-weight:500;height:40px;min-width:40px;transition:all .2s ease;-webkit-user-select:none;user-select:none}.pagination-btn:hover:not(.disabled){background:#ffffff1a;border-color:#ffffff4d;color:#fff;transform:translateY(-1px)}.pagination-btn.active{background:#3b82f6;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d;color:#fff;font-weight:600}.pagination-btn.disabled{background:#0000;border-color:#ffffff1a;cursor:not-allowed;opacity:.4}.pagination-btn.disabled:hover{background:#0000;border-color:#ffffff1a;transform:none}.pagination-dots{align-items:center;color:#ffffff80;display:flex;font-size:14px;font-weight:600;height:40px;justify-content:center;min-width:40px;-webkit-user-select:none;user-select:none}.pagination-btn[aria-label="Next page"],.pagination-btn[aria-label="Previous page"]{font-size:16px;font-weight:600}@media (max-width:768px){.pagination-container{gap:16px;padding:24px 16px}.pagination-btn,.pagination-dots{font-size:13px;height:36px;min-width:36px}.pagination-controls{gap:6px}.pagination-info{font-size:13px}}.view-mode-toggle{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin:20px 0;padding:16px}.toggle-buttons{display:flex;gap:12px;margin-bottom:12px}.toggle-btn{align-items:center;background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease}.toggle-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-2px)}.toggle-btn.active{background:#4caf50;border-color:#4caf50;box-shadow:0 4px 12px #4caf504d;color:#fff}.view-mode-info{color:#ffffffb3;font-size:12px;text-align:center}.current-view-info{font-style:italic}.listings-table-container{background:#ffffff0d;border:1px solid #ffffff1a;margin:20px 0;overflow:hidden}.table-responsive{max-width:100%;overflow-x:auto}.listings-table{background:#0000;color:#fff;font-size:14px}.listings-table th{background:#ffffff1a;border-bottom:2px solid #ffffff1a;color:#ffffffe6;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.listings-table td{border-bottom:1px solid #ffffff0d}.listing-row:hover{background:#ffffff08}.property-cell{min-width:120px}.table-property-info{align-items:center;display:flex;gap:8px}.table-property-thumb{border:1px solid #ffffff1a;border-radius:6px;height:80px;object-fit:cover;width:80px}.table-property-placeholder{align-items:center;background:#ffffff1a;border-radius:6px;display:flex;font-size:32px;height:80px;justify-content:center;width:80px}.table-property-details{display:flex;flex-direction:column;gap:2px}.table-property-type{color:#fff;font-size:12px;font-weight:600}.table-property-size{color:#ffffffb3;font-size:11px}.address-cell{min-width:180px;text-align:left}.table-address{color:#fff;font-size:13px;font-weight:600;margin-bottom:2px;text-align:left}.table-location{color:#ffffffb3;font-size:11px;text-align:left}.type-cell{min-width:100px;text-align:left}.table-type{color:#fff;font-size:12px;text-align:left}.bed-bath-cell{min-width:80px;text-align:left}.table-bed-bath{align-items:flex-start;display:flex;flex-direction:column;font-size:11px;gap:2px}.price-cell{min-width:100px;text-align:left}.table-price{color:#4caf50;font-size:16px;font-weight:700;margin-bottom:2px;text-align:left}.table-price-period{color:#ffffffb3;font-size:10px;text-align:left}.source-cell{min-width:60px}.table-source-link{display:inline-block;transition:transform .2s ease}.table-source-link:hover{transform:scale(1.1)}.table-source-icon{border:1px solid #ffffff1a;border-radius:4px}.agent-cell{min-width:120px;text-align:left}.table-agent{font-size:12px;text-align:left}.table-agent-name{color:#fff;font-weight:500;text-align:left}.listed-cell{min-width:100px;text-align:left}.table-listed{align-items:flex-start;display:flex;flex-direction:column;gap:2px}.table-days-on-market{color:#fffc;font-size:11px;text-align:left}.table-listing-id{color:#007bff;font-size:10px;text-align:left}@media (max-width:1024px){.view-mode-toggle{margin:16px 0;padding:12px}.toggle-buttons{gap:8px}.toggle-btn{padding:10px 16px}.listings-table,.toggle-btn{font-size:12px}.listings-table td,.listings-table th{padding:8px 6px}.table-property-placeholder,.table-property-thumb{height:64px;width:64px}.table-source-icon{width:64px!important}}.actions-cell{min-width:120px;padding:8px 12px}.action-buttons{gap:8px}.action-btn,.action-buttons{align-items:center;display:flex;justify-content:center}.action-btn{background:#ffffff1a;border-radius:6px;color:#fff;height:32px;padding:0;width:32px}.action-btn:hover{background:#fff3;transform:scale(1.1)}.favorite-btn.favorited{background:#ff69b44d;border:2px solid #ff69b4}.external-btn:hover{background:#4caf504d}.details-btn:hover{background:#2196f34d}.modal-overlay{background:#000000d9;padding:10px}.modal-content{background:#1a1a2e;border:1px solid #fff3;box-shadow:0 20px 60px #0006;max-width:none!important;width:80vw!important}.modal-close-absolute{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:36px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:36px;z-index:10}.modal-close-absolute:hover{background:#000000e6;transform:scale(1.1)}.modal-body{background:#1a1a2e;display:flex;flex-direction:column;overflow-y:auto;padding:0}.modal-gallery{background:#16213e;border-bottom:1px solid #ffffff26;display:flex;flex-direction:row;flex-shrink:0;gap:20px;height:50vh;padding:20px}.modal-gallery>:first-child{height:100%;width:65%}.gallery-description{word-wrap:break-word;align-self:stretch;background:#16213e;border:1px solid #ffffff1a;border-radius:6px;color:#e0e0e0;font-size:14px;line-height:1.5;overflow-y:auto;padding:16px;text-align:left;white-space:pre-wrap;width:35%}@media (max-width:768px){.modal-overlay{padding:8px}.modal-content{border-radius:8px;height:95vh;width:95vw!important}.modal-close-absolute{font-size:16px;height:32px;right:12px;top:12px;width:32px}.modal-gallery{flex-direction:column;gap:12px;height:40vh;padding:16px}.modal-gallery>:first-child{height:70%;width:100%}.gallery-description{font-size:13px;height:30%;line-height:1.4;padding:12px;width:100%}.modal-info{gap:16px;grid-template-columns:1fr}.modal-info,.modal-info-section{padding:16px}.modal-info-section h3{font-size:15px;margin-bottom:10px;padding-bottom:6px}.info-item{font-size:13px;margin-bottom:6px}.info-item strong{font-size:13px;min-width:100px}.property-description{font-size:13px;line-height:1.4}.action-buttons{gap:6px}.action-btn{font-size:14px;height:28px;width:28px}.actions-cell{min-width:100px;padding:6px 8px}}@media (max-width:1024px) and (min-width:769px){.modal-content{height:90vh;width:85vw!important}.modal-gallery{gap:16px;height:45vh}.gallery-description{font-size:13px;padding:14px}.modal-info{gap:18px;grid-template-columns:repeat(2,1fr)}}.modal-info{grid-gap:20px;background:#1a1a2e;display:grid;flex-shrink:0;gap:20px;grid-template-columns:repeat(3,1fr);padding:20px}.modal-info-section{background:#16213e;border:1px solid #ffffff26;border-radius:8px;padding:16px}.modal-info-section h3{border-bottom:2px solid #fff3;color:#fff;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.info-item{align-items:flex-start;color:#e0e0e0;font-size:14px;gap:12px;line-height:1.4;margin-bottom:8px}.info-item strong{color:#fff;flex-shrink:0;font-weight:600;min-width:120px;text-align:left}.info-item-value{word-wrap:break-word;color:#e0e0e0;flex-grow:1;text-align:right}.property-description{word-wrap:break-word;color:#e0e0e0;font-size:14px;line-height:1.5;margin-top:8px;text-align:left;white-space:pre-wrap}.external-link{color:#4caf50;font-weight:600;margin-left:8px;text-decoration:none;transition:color .2s ease}.external-link:hover{color:#66bb6a;text-decoration:underline}.agent-divider{background:#fff3;height:1px;margin:12px 0}.card-action-buttons{align-items:center;border-top:1px solid #ffffff1a;display:flex;gap:8px;justify-content:center;margin-top:16px;padding:16px 0 0}.card-action-buttons .action-btn{font-size:18px;height:40px;width:40px}.pivot-cards{display:none}@media (max-width:768px){.pivot-table-wrapper{display:none}.pivot-cards{display:block}}.compact-filters-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}@media (max-width:768px){.compact-filters-row{align-items:stretch;flex-direction:column}}.pivot-table-container{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0000;border:none;border-radius:0;box-shadow:none;margin-bottom:0}.pivot-table{background:#0000;border-radius:0;min-width:700px}.pivot-table td,.pivot-table th{border:1px solid #ffffff1f;position:relative;vertical-align:middle}.pivot-table th{background:#ffffff14;border-bottom:2px solid #fff3;color:#e2e8f0;font-size:12px;letter-spacing:.8px;padding:14px 10px;text-transform:uppercase}.property-type-header{background:#ffffff1a;border-left:2px solid #fff3;font-size:12px;padding-left:18px!important;text-align:left!important}.bedroom-header,.total-header{min-width:80px}.data-cell{background:#ffffff05;border:1px solid #ffffff14;cursor:pointer;padding:12px 10px;transition:background-color .2s ease}.data-cell:before{display:none}.filled-cell:hover{background:#ffffff14;border-color:#ffffff26;box-shadow:none;transform:none}.filled-cell:hover:before{display:none}.empty-cell{background:#ffffff03;cursor:default;min-height:20px;opacity:.7;padding:4px 10px}.empty-cell:hover{background:#ffffff03;box-shadow:none;transform:none}.property-type-cell{background:#ffffff0f;border-right:2px solid #ffffff26;color:#f8f9fa;padding:12px 18px;text-align:left}.property-type-cell:before{display:none}.property-type-cell:hover{background:#ffffff0f}.cell-content{align-items:center;min-height:65px}.avg-rent{-webkit-text-fill-color:unset;background:none;-webkit-background-clip:unset;background-clip:initial;color:#4ade80;text-shadow:none}.count{background:#ffffff14;border-radius:2px;font-size:11px;font-weight:500;padding:2px 6px}.range{font-size:10px;font-weight:400;text-align:center}.empty-content{color:#ffffff4d;font-size:14px;font-weight:500}.total-cell{background:#ffffff14!important;border:1px solid #ffffff26;padding:12px 10px}.total-cell:before{display:none}.total-cell .avg-rent{-webkit-text-fill-color:unset;background:none;-webkit-background-clip:unset;background-clip:initial;color:#fcd34d!important}.total-cell .count{background:#ffffff1a;border-radius:2px;color:#fffc;font-size:11px;padding:2px 6px}.totals-row{background:#ffffff14;border-top:2px solid #ffffff40}.totals-row td{border-bottom:none;border-bottom-right-radius:0}.totals-row td,.totals-row td:first-child{border-bottom-left-radius:0}.totals-row td:last-child{border-bottom-right-radius:0}.column-total-cell{background:#ffffff14;border:1px solid #ffffff26;font-weight:600;padding:12px 10px;text-align:center}.column-total-cell .avg-rent{color:#fcd34d}.column-total-cell .count{background:#ffffff1a;color:#fffc}.grand-total-cell{background:#ffffff14!important;border:1px solid #ffffff26;padding:12px 10px}.grand-total{color:#fcd34d;font-size:16px}.grand-total-label{background:#ffffff14;border-radius:2px;color:#fff9;font-size:11px;padding:2px 6px}.pivot-summary{color:#ecf0f1;padding:20px;text-align:center}.summary-header{margin-bottom:10px}.filter-summary{color:#e74c3c;font-size:16px;font-weight:600}@media (max-width:768px){.pivot-table{font-size:10px;min-width:600px}.pivot-table td,.pivot-table th{padding:8px 4px}.cell-content{min-height:50px}.avg-rent{font-size:14px}.count{font-size:10px}.range{font-size:9px}}.profile-validation-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000bf;bottom:0;display:flex;justify-content:center;left:0;overflow-y:auto;padding:20px;position:fixed;right:0;top:0;z-index:2000}.profile-validation-modal{animation:modalSlideIn .4s cubic-bezier(.34,1.56,.64,1);background:linear-gradient(135deg,#fff,#f8fafc);border:1px solid #e2e8f0cc;border-radius:24px;box-shadow:0 25px 50px -12px #00000040,0 0 0 1px #fffc;max-height:90vh;max-width:900px;overflow-y:auto;position:relative;width:100%}.modal-header{background:linear-gradient(135deg,#667eea,#764ba2);border-bottom:1px solid #e2e8f099;border-radius:24px 24px 0 0;overflow:hidden;padding:32px 32px 24px;position:relative}.modal-header:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='8' height='8' patternUnits='userSpaceOnUse'%3E%3Cpath d='M8 0H0v8' fill='none' stroke='rgba(255,255,255,0.05)' stroke-width='.5'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.5;position:absolute;right:0;top:0}.modal-header h2{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:28px;font-weight:700;margin:0 0 12px;position:relative;text-shadow:0 2px 4px #0000001a;z-index:1}.modal-header p{color:#ffffffe6;font-size:16px;font-weight:400;line-height:1.5;margin:0;position:relative;z-index:1}.message-form{padding:32px}.message-preview{background:linear-gradient(135deg,#f8fafc,#fff);border:2px solid #e2e8f0cc;border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 4px 6px -2px #0000000d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.8;margin-bottom:32px;overflow:hidden;padding:32px;position:relative}.message-preview:before{background:linear-gradient(90deg,#667eea,#764ba2);content:"";height:4px;left:0;position:absolute;right:0;top:0}.message-preview p{color:#1e293b!important;font-size:18px!important;font-weight:400;letter-spacing:.2px;line-height:1.8!important;margin:0!important}.message-preview span{border-radius:6px;cursor:pointer;font-weight:500;padding:2px 6px;position:relative;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1)}.message-preview span:hover{box-shadow:0 4px 8px #0000001f;transform:translateY(-1px)}.message-preview .filled{background:#0596691a;border:1px solid #05966933;color:#059669}.message-preview .filled:hover{background:#05966926;border-color:#0596694d}.message-preview .missing{animation:gentlePulse 2s infinite;background:#dc26261a;border:1px solid #dc262633;color:#dc2626}.message-preview .missing:hover{animation:none;background:#dc262626;border-color:#dc26264d}@keyframes gentlePulse{0%,to{opacity:1}50%{opacity:.8}}.message-preview input,.message-preview select{background:#fff;border:2px solid #3b82f6;border-radius:8px;box-shadow:0 4px 6px -1px #3b82f61a;color:#1e293b;font-size:16px;font-weight:500;min-width:100px;outline:none;padding:8px 12px;transition:all .2s ease}.message-preview input:focus,.message-preview select:focus{border-color:#1d4ed8;box-shadow:0 4px 6px -1px #3b82f61a,0 0 0 3px #3b82f61a}.message-preview select{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233b82f6' viewBox='0 0 16 16'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:12px;cursor:pointer;padding-right:32px}.form-errors{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#fee2e2cc,#fef2f2cc);border:1px solid #ef44444d;border-radius:12px;margin-bottom:24px;padding:16px 20px}.form-errors p{align-items:center;color:#dc2626;display:flex;font-size:14px;font-weight:500;gap:8px;margin:0}.form-errors p:before{content:"⚠️";font-size:16px}.modal-actions{border-top:1px solid #e2e8f099;gap:16px;justify-content:flex-end;margin-top:8px;padding-top:32px}.cancel-button,.submit-button{border:none;border-radius:12px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:600;letter-spacing:.025em;min-width:140px;overflow:hidden;padding:16px 32px;position:relative;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.cancel-button{background:#fff;border:2px solid #e2e8f0;box-shadow:0 2px 4px #0000000d;color:#64748b}.cancel-button:hover:not(:disabled){background:#f8fafc;border-color:#cbd5e1;box-shadow:0 4px 12px #0000001a;color:#475569;transform:translateY(-1px)}.cancel-button:active:not(:disabled){box-shadow:0 2px 4px #0000001a;transform:translateY(0)}.submit-button{background:linear-gradient(135deg,#667eea,#764ba2);border:2px solid #0000;box-shadow:0 4px 14px #667eea66}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6b4190);box-shadow:0 8px 25px #667eea80;transform:translateY(-2px)}.submit-button:active:not(:disabled){box-shadow:0 6px 20px #667eea66;transform:translateY(-1px)}.cancel-button:disabled,.submit-button:disabled{box-shadow:0 2px 4px #0000000d;cursor:not-allowed;opacity:.6;transform:none}.submit-button:disabled{background:#94a3b8}@media (max-width:768px){.profile-validation-overlay{padding:16px}.profile-validation-modal{border-radius:20px;max-height:95vh}.modal-header{border-radius:20px 20px 0 0;padding:24px 24px 20px}.modal-header h2{font-size:24px}.modal-header p{font-size:15px}.message-form{padding:24px}.message-preview{margin-bottom:24px;padding:24px}.message-preview p{font-size:16px!important;line-height:1.7!important}.modal-actions{flex-direction:column-reverse;gap:16px;padding-top:24px}.cancel-button,.submit-button{font-size:17px;min-width:0;min-width:auto;padding:18px 24px;width:100%}.message-preview input,.message-preview select{font-size:16px;min-width:80px}}@media (prefers-color-scheme:dark){.profile-validation-modal{background:linear-gradient(135deg,#1e293b,#0f172a);border-color:#4755694d}.modal-header{background:linear-gradient(135deg,#4338ca,#3730a3)}.message-preview{background:linear-gradient(135deg,#1e293b,#334155);border-color:#4755694d}.message-preview p{color:#f1f5f9!important}.message-preview .filled{background:#34d39926;border-color:#34d3994d;color:#34d399}.message-preview .missing{background:#f8717126;border-color:#f871714d;color:#f87171}.message-preview input,.message-preview select{background:#374151;border-color:#60a5fa;color:#f1f5f9}.cancel-button{background:#374151;border:2px solid #4b5563;box-shadow:0 2px 4px #0003;color:#d1d5db}.cancel-button:hover:not(:disabled){background:#4b5563;border-color:#6b7280;color:#e5e7eb}.submit-button{background:linear-gradient(135deg,#4338ca,#3730a3);box-shadow:0 4px 14px #4338ca66}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#3730a3,#312e81);box-shadow:0 8px 25px #4338ca80}}.consent-section{background:#f8fafc80;border-top:1px solid #e2e8f099;padding:24px 32px}.consent-checkbox{align-items:flex-start;color:#374151;cursor:pointer;display:flex;font-size:14px;gap:12px;line-height:1.5}.consent-checkbox input[type=checkbox]{cursor:pointer;opacity:0;position:absolute}.consent-checkbox .checkmark{background:#fff;border:2px solid #d1d5db;border-radius:4px;flex-shrink:0;height:20px;margin-top:2px;position:relative;transition:all .2s ease;width:20px}.consent-checkbox input:checked+.checkmark{background:linear-gradient(135deg,#4338ca,#3730a3);border-color:#4338ca}.consent-checkbox input:checked+.checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";height:10px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:6px}.consent-checkbox input.error+.checkmark{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}.consent-text{flex:1 1}.consent-text strong{color:#1f2937;font-weight:600}.consent-section .field-error{color:#ef4444;font-size:13px;font-weight:500;margin-left:32px;margin-top:8px}@media (prefers-contrast:high){.message-preview .filled{background:#22c55e;border-color:#22c55e;color:#fff}.message-preview .missing{background:#ef4444;border-color:#ef4444;color:#fff}}.ddf-test-page{background:linear-gradient(135deg,#1a202c,#2d3748);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.ddf-header{background:#0003;border-bottom:1px solid #ffffff1a;padding:20px 0}.ddf-main{padding:40px 0}.ddf-controls{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:20px;margin-bottom:30px;padding:20px}.fetch-button{background:linear-gradient(135deg,#3b82f6,#1e40af)}.fetch-button:hover:not(:disabled){box-shadow:0 8px 24px #3b82f64d}.error-message p{color:#fffc;line-height:1.5}.retry-button{background:#ef4444;padding:8px 16px;transition:background .3s ease}.retry-button:hover{background:#dc2626}.loading-state p{color:#ffffffb3}.listing-card{background:#fff;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000001a}.listing-card:hover{box-shadow:0 4px 16px #00000026}.compact-price .price-period{color:#6b7280;font-size:16px;font-weight:400}.compact-description{color:#4b5563;line-height:1.4;margin-bottom:16px}.compact-agent{border-top:1px solid #f3f4f6;margin-bottom:12px;padding-top:12px}.agent-info-compact{align-items:flex-start;display:flex;gap:12px}.agent-photo-small{border-radius:50%;flex-shrink:0;height:36px;margin-top:2px;object-fit:cover;width:36px}.agent-text{flex:1 1;line-height:1.3;min-width:0}.agent-name-compact{word-wrap:break-word;color:#1f2937;font-size:14px;font-weight:600;line-height:1.3;margin-bottom:3px}.agent-office-compact{word-wrap:break-word;color:#6b7280;font-size:12px;line-height:1.3;margin:0}.compact-footer{border-top:1px solid #f3f4f6;color:#9ca3af;flex-wrap:wrap;font-size:11px;justify-content:space-between;padding-top:10px}.compact-footer,.footer-left{gap:12px}.compact-footer,.footer-left,.footer-right{align-items:center;display:flex}.compact-mls{color:#059669;font-weight:500}.compact-ddf{font-family:Courier New,monospace}.compact-days-on-market{color:#6b7280;font-style:italic;font-weight:500}.listing-header{border-bottom:1px solid #e0e0e0;padding:16px}.listing-header h3{color:#333;font-weight:600}.listing-header p{color:#ffffffb3;font-size:16px;margin:0}.mls-number{background:#3b82f633;color:#3b82f6;padding:4px 8px;white-space:nowrap}.listing-details{flex-direction:column;gap:16px}.location strong{color:#10b981;display:block;font-size:14px;margin-bottom:4px}.location p{color:#fffc;font-size:14px;margin:0}.property-info{display:flex;flex-direction:column;gap:8px}.info-row{align-items:center;display:flex;justify-content:space-between}.info-row .label{color:#fff9;font-size:14px;font-weight:500}.info-row .value{color:#fff;font-size:14px;font-weight:600}.price-section{background:#10b9811a;border:1px solid #10b98133;border-radius:8px;padding:12px;text-align:center}.price{color:#10b981;font-size:24px;font-weight:700}.price-period{color:#fff9;font-size:14px;font-weight:400}.description strong{color:#f59e0b;display:block;font-size:14px;margin-bottom:8px}.description p{color:#ffffffb3;font-size:14px;line-height:1.5;margin:0}.listing-meta{flex-direction:column;gap:6px;padding-top:12px}.meta-item .label{color:#ffffff80;font-size:12px}.meta-item .value{color:#fffc;font-family:Courier New,monospace;font-size:12px}.no-listings{border-radius:16px;margin-bottom:40px}.no-listings h3{color:#f59e0b}.no-listings p{margin:0 0 20px}.no-listings ul{max-width:400px}.api-response-section{background:#4fc3f70d;border:1px solid #4fc3f733}.api-response-section h3{color:#4fc3f7}.response-summary{background:#81c7840d;border:1px solid #81c78433}.response-summary h5{color:#81c784}.property-lookup-section{background:#8a5cf60d;border:1px solid #8a5cf633;border-radius:16px;margin-bottom:30px;padding:24px}.property-lookup-section h3{color:#8b5cf6;font-size:20px;font-weight:700;margin:0 0 8px}.property-lookup-section p{color:#ffffffb3;font-size:14px;margin:0 0 20px}.property-lookup-controls{align-items:center;display:flex;gap:12px;margin-bottom:20px}.property-key-input{background:#ffffff0d;border:1px solid #fff3;border-radius:8px;color:#fff;flex:1 1;font-size:16px;padding:12px 16px;transition:all .3s ease}.property-key-input:focus{background:#ffffff14;border-color:#8b5cf6;box-shadow:0 0 0 3px #8b5cf61a;outline:none}.property-key-input::placeholder{color:#fff6}.property-details-container{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;margin-top:20px;padding:20px}.property-details-container h4{color:#10b981;font-size:18px;font-weight:700;margin:0 0 16px}.property-info{grid-gap:12px;border-bottom:1px solid #ffffff1a;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:20px;padding-bottom:16px}.property-info p{color:#fffc;font-size:14px;margin:0}.property-info strong{color:#fff}.available-fields h5{color:#3b82f6;font-size:16px;font-weight:600;margin:0 0 12px}.fields-grid{display:flex;flex-wrap:wrap;gap:8px}.field-tag{background:#3b82f633;border:1px solid #3b82f64d;border-radius:4px;color:#3b82f6;font-size:12px;font-weight:500;padding:4px 8px}.agent-section{background:#10b9810d;border:1px solid #10b98133;border-radius:16px;margin-bottom:30px;padding:24px}.agent-section h3{color:#10b981;font-size:20px;font-weight:700;margin:0 0 8px}.agent-section p{color:#ffffffb3;font-size:14px;margin:0 0 20px}.agent-section code{background:#10b98133;border-radius:4px;color:#10b981;font-family:Courier New,monospace;font-size:12px;padding:2px 6px}.agent-details-container{background:#3b82f60d;border:1px solid #3b82f633;border-radius:12px;margin-top:20px;padding:20px}.agent-details-container h4{color:#3b82f6;font-size:18px;font-weight:700;margin:0 0 16px}.agent-summary-card{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;flex-direction:column;gap:16px;margin-bottom:20px;padding:20px}.agent-photo-container{display:flex;justify-content:center;margin-bottom:8px}.agent-photo{border:3px solid #10b9814d;border-radius:50%;box-shadow:0 4px 12px #0003;height:120px;object-fit:cover;transition:all .3s ease;width:120px}.agent-photo:hover{border-color:#10b98180;box-shadow:0 6px 20px #0000004d;transform:scale(1.05)}.agent-info-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));width:100%}.agent-info-item{border-bottom:1px solid #ffffff1a;color:#fffc;font-size:14px;padding:8px 0}.agent-info-item:last-child{border-bottom:none}.agent-info-item strong{color:#fff;display:inline-block;margin-right:8px;width:80px}.technical-info{background:#0003}.technical-info h4{color:#8b5cf6}.tech-details{grid-gap:8px;gap:8px}.tech-details div{color:#ffffffb3;font-family:Courier New,monospace}.tech-details strong{color:#ffffffe6}.agent-info{background:#4fc3f70d;border:1px solid #4fc3f733;margin:16px 0;padding:16px}.agent-header{margin-bottom:12px}.agent-header .label{color:#4fc3f7;font-size:14px;font-weight:600}.agent-card{align-items:center;display:flex;gap:16px;margin-top:4px}.agent-photo-container{border:3px solid #4fc3f766;border-radius:50%;box-shadow:0 4px 12px #4fc3f733;flex-shrink:0;height:100px;overflow:hidden;transition:all .3s ease;width:100px}.agent-photo-container:hover{border-color:#4fc3f799;box-shadow:0 6px 20px #4fc3f74d;transform:scale(1.05)}.agent-photo-container img{height:100%;object-fit:cover;width:100%}.agent-details{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:6px;justify-content:center}.agent-name{color:#ffffffe6;font-size:16px;font-weight:700;line-height:1.2;margin:0}.agent-phone{color:#fffc;font-size:14px;line-height:1.3}.agent-office,.agent-phone{align-items:center;display:flex;gap:6px;margin:0}.agent-office{color:#ffffffb3;font-size:13px;font-style:italic}@media (max-width:768px){.ddf-controls,.header-container{flex-direction:column;gap:15px;text-align:center}.ddf-controls{align-items:stretch}.listings-grid{gap:16px;grid-template-columns:1fr}.listing-header{gap:10px}.info-row,.listing-header{align-items:flex-start;flex-direction:column}.info-row{gap:4px}.meta-item{align-items:flex-start;flex-direction:column;gap:2px}.property-lookup-controls{align-items:stretch;flex-direction:column;gap:12px}.property-info{gap:8px;grid-template-columns:1fr}.json-container{max-height:300px}.json-container pre{font-size:11px}.json-header{align-items:stretch;flex-direction:column;gap:8px}.copy-button{align-self:flex-start}.agent-info-grid{gap:8px;grid-template-columns:1fr}.agent-info-item strong{margin-right:4px;width:60px}.agent-photo{height:80px;width:80px}.agent-summary-card{gap:12px;padding:16px}.compact-price{font-size:24px}.compact-address{font-size:15px}.compact-realtor-link img{max-width:50px}.compact-property-info{gap:12px}.info-icon{font-size:12px}.compact-footer{align-items:flex-start;flex-direction:column;gap:4px}.compact .main-photo,.compact .photo-gallery{height:180px}}.photo-gallery{border-radius:12px;margin-bottom:20px}.compact .photo-gallery{border-radius:0;height:200px;margin-bottom:0}.main-photo-container{background:#000}.photo-counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:20px;font-weight:600;padding:6px 12px;right:12px;top:12px;z-index:10}.compact .photo-counter{font-size:11px;padding:4px 8px;right:8px;top:8px}.more-photos{color:#10b981;font-weight:700}.main-photo{background:#1a1a1a;height:300px}.compact .main-photo{height:200px}.photo-nav{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;font-weight:700;height:40px;transition:all .3s ease;width:40px;z-index:10}.photo-nav:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.photo-nav.prev{left:12px}.photo-nav.next{right:12px}.photo-description{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;font-weight:500;left:0;letter-spacing:.5px;padding:20px 16px 12px;position:absolute;right:0;text-transform:uppercase}.photo-thumbnails{background:#0000004d;padding:12px;scrollbar-color:#ffffff4d #0000;scrollbar-width:thin}.photo-thumbnails::-webkit-scrollbar{height:4px}.photo-thumbnails::-webkit-scrollbar-track{background:#0000}.photo-thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.thumbnail{background:#333;border-radius:6px;height:45px;padding:0;width:60px}.thumbnail:hover{border-color:#ffffff80}.thumbnail.active{box-shadow:0 0 8px #3b82f666}.thumbnail img{display:block}.no-photos{background:#ffffff08;border:2px dashed #ffffff1a;border-radius:12px;height:200px;margin-bottom:20px}.no-photos-placeholder{color:#fff6;font-weight:500}@media (max-width:768px){.main-photo{height:250px}.photo-nav{font-size:16px;height:35px;width:35px}.photo-nav.prev{left:8px}.photo-nav.next{right:8px}.photo-counter{font-size:11px;padding:4px 8px;right:8px;top:8px}.thumbnail{height:38px;width:50px}.photo-thumbnails{gap:3px;padding:8px}}.analysis-section{background:#f59e0b0d;border:1px solid #f59e0b33;border-radius:16px;margin-bottom:30px;padding:24px}.analysis-section h3{color:#f59e0b;font-size:20px;font-weight:700;margin:0 0 8px}.analysis-section p{color:#ffffffb3;font-size:14px;margin:0 0 20px}.analysis-button{background:linear-gradient(135deg,#f59e0b,#d97706)!important}.analysis-button:hover:not(:disabled){box-shadow:0 8px 24px #f59e0b4d!important}.analysis-results{margin-top:20px}.analysis-info{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:20px}.analysis-info p{color:#fffc;font-size:14px;margin:8px 0}.analysis-info strong{color:#fff}.analysis-info code{background:#ffffff1a;border-radius:4px;color:#f59e0b;font-family:Courier New,monospace;font-size:12px;padding:2px 6px}.pivot-table-container{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:24px;padding:24px}.pivot-table-container h4{color:#10b981;font-size:18px;font-weight:700;margin:0 0 20px}.analysis-summary{margin-bottom:24px}.summary-stats{background:#10b9810d;border:1px solid #10b98133;border-radius:8px;flex-wrap:wrap;gap:20px;padding:16px}.summary-stats span{color:#fffc;font-size:14px}.summary-stats strong{color:#10b981}.pivot-table-wrapper{margin-bottom:24px;overflow-x:auto}.pivot-table{background:#ffffff05;border-radius:8px;min-width:600px;overflow:hidden}.pivot-table td,.pivot-table th{border:1px solid #ffffff1a;text-align:center;vertical-align:top}.pivot-table th{background:#3b82f61a;color:#3b82f6;font-size:14px;padding:12px 8px}.corner-cell{background:#8b5cf61a!important;color:#8b5cf6!important;font-weight:700!important}.structure-header{max-width:120px;min-width:80px;text-orientation:mixed;word-break:break-word;writing-mode:vertical-rl}.city-header{background:#10b9811a;color:#10b981;font-weight:600;min-width:120px;padding:12px 16px;text-align:left}.data-cell{background:#ffffff03;padding:8px}.cell-content{display:flex;flex-direction:column;gap:4px;justify-content:center;min-height:60px}.avg-rent{color:#10b981;font-size:16px;font-weight:700}.count{color:#fff9;font-size:12px}.range{color:#ffffff80;font-size:11px;line-height:1.2}.no-data{color:#ffffff4d;font-size:14px;padding:20px 0}.raw-data-sample{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;margin-top:24px;padding:20px}.raw-data-sample h5{color:#4fc3f7;font-size:16px;font-weight:600;margin:0 0 16px}.sample-data-table{overflow-x:auto}.sample-data-table table{border-collapse:collapse;min-width:500px;width:100%}.sample-data-table td,.sample-data-table th{border:1px solid #ffffff1a;padding:8px 12px;text-align:left}.sample-data-table th{background:#4fc3f71a;color:#4fc3f7;font-size:14px;font-weight:600}.sample-data-table td{color:#fffc;font-size:13px}.analysis-raw-response{margin-top:24px}.analysis-raw-response h5{color:#f59e0b;font-size:16px;font-weight:600;margin:0 0 12px}@media (max-width:768px){.ddf-controls{align-items:stretch;flex-direction:column}.analysis-button{margin-top:12px}.summary-stats{flex-direction:column;gap:12px}.pivot-table-wrapper{-webkit-overflow-scrolling:touch;overflow-x:scroll}.structure-header{font-size:12px;min-width:60px;padding:8px 4px;text-orientation:mixed;writing-mode:horizontal-tb}.city-header{font-size:14px;padding:8px 12px}.cell-content{min-height:50px}.avg-rent{font-size:14px}.count,.range{font-size:11px}.analysis-info,.pivot-table-container{padding:16px}}.analysis-progress{background:#4fc3f70d;border:1px solid #4fc3f733;border-radius:12px;margin-top:20px;padding:20px}.analysis-progress h4{color:#4fc3f7;font-size:18px;font-weight:700;margin:0 0 16px}.progress-info{display:flex;flex-direction:column;gap:16px}.progress-status{align-items:center;display:flex;font-size:16px;gap:12px}.status-indicator{border-radius:20px;font-size:12px;font-weight:700;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.status-initializing{background:#fbbf2433;border:1px solid #fbbf244d;color:#fbb020}.status-fetching{background:#3b82f633;border:1px solid #3b82f64d;color:#3b82f6}.status-fetching,.status-processing{animation:pulse 2s ease-in-out infinite}.status-processing{background:#8b5cf633;border:1px solid #8b5cf64d;color:#8b5cf6}.status-analyzing{animation:pulse 2s ease-in-out infinite;background:#ec489933;border:1px solid #ec48994d;color:#ec4899}.status-completed{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.status-error{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.progress-stats{grid-gap:12px;background:#ffffff05;border-radius:8px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:16px}.progress-analysis{background:#10b9810d;border:1px solid #10b98133;border-radius:8px;padding:12px}.stat-item{color:#fffc;font-size:14px}.stat-item strong{color:#fff;display:block;font-weight:600;margin-bottom:4px}.progress-task-info{background:#ffffff05;border-radius:8px;font-size:12px;line-height:1.4;padding:12px}.progress-task-info code{background:#ffffff1a;border-radius:4px;color:#4fc3f7;font-family:Courier New,monospace;padding:2px 6px}.cancel-button{background:#ef444433;border:1px solid #ef44444d;border-radius:6px;color:#ef4444;cursor:pointer;font-size:14px;font-weight:600;padding:8px 16px;transition:all .3s ease}.cancel-button:hover{background:#ef44444d;transform:translateY(-1px)}.analysis-completion-info{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;margin-bottom:20px;padding:20px}.analysis-completion-info h4{color:#10b981;font-size:18px;font-weight:700;margin:0 0 16px}.completion-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media (max-width:768px){.completion-stats,.progress-stats{gap:8px;grid-template-columns:1fr}.progress-status{align-items:flex-start;flex-direction:column;gap:8px}.analysis-progress{padding:16px}.analysis-progress h4{font-size:16px}}.total-header{background:#ffc10726;border:2px solid #ffc1074d;color:#f57c00;font-weight:700}.total-cell,.total-header{padding:12px 16px;text-align:center}.total-cell{background:#ffc10714;border:1px solid #ffc10733;font-weight:600}.totals-row{background:#ffc1071a;border-top:2px solid #ffc10766}.totals-row .total-header{background:#ffc10733;font-weight:800}.grand-total-cell{background:#4caf5026;border:2px solid #4caf5066;padding:12px 16px;text-align:center}.grand-total-cell .cell-content{color:#2e7d32}.grand-total-cell .avg-rent{color:#1b5e20;font-size:18px;font-weight:800}.grand-total-cell .count{color:#2e7d32;font-size:14px;font-weight:600}.total-cell .cell-content{color:#e65100}.total-cell .avg-rent{color:#bf360c;font-size:16px;font-weight:700}.total-cell .count{color:#e65100;font-size:13px;font-weight:600}@media (max-width:768px){.grand-total-cell,.total-cell,.total-header{font-size:12px;padding:8px 10px}.grand-total-cell .avg-rent{font-size:14px}.total-cell .avg-rent{font-size:13px}}.clickable-cell{cursor:pointer;position:relative;transition:all .2s ease}.clickable-cell:hover{background:#4fc3f71a;border-color:#4fc3f766;box-shadow:0 2px 8px #4fc3f733;transform:scale(1.02)}.clickable-cell .click-hint{color:#4fc3f7;font-size:10px;font-style:italic;margin-top:4px;opacity:.8}.clickable-cell:hover .click-hint{font-weight:600;opacity:1}.modal-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 10px 30px #0000004d;max-height:80vh;max-width:700px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:20px 24px 16px}.modal-header h3{color:#333;font-size:20px;margin:0}.modal-close{background:none;border:none;border-radius:4px;color:#666;cursor:pointer;font-size:24px;padding:4px 8px;transition:background .2s ease}.modal-close:hover{background:#0000001a;color:#333}.modal-body{padding:20px 24px}.cell-info{background:#4fc3f70d;border-left:4px solid #4fc3f7;border-radius:8px;margin-bottom:24px;padding:16px}.cell-info h4{color:#333;font-size:18px;margin:0 0 12px}.cell-stats{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.cell-stats .stat{color:#555;font-size:14px}.cell-stats .stat strong{color:#333}.listing-keys-container h5{color:#333;font-size:16px;margin:0 0 16px}.listing-keys-grid{grid-gap:8px;background:#f9f9f9;border:1px solid #e0e0e0;border-radius:6px;display:grid;gap:8px;margin-bottom:20px;max-height:300px;overflow-y:auto;padding:12px}.listing-key-item{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:6px;display:flex;gap:12px;padding:8px 12px;transition:background .2s ease}.listing-key-item:hover{background:#4fc3f70d;border-color:#4fc3f74d}.listing-number{color:#666;font-size:12px;font-weight:600;min-width:30px}.listing-key{background:#0000000d;border-radius:4px;color:#333;flex-grow:1;font-family:Courier New,monospace;font-size:13px;padding:4px 8px}.copy-key-btn{background:#4fc3f71a;border:1px solid #4fc3f74d;border-radius:4px;cursor:pointer;font-size:12px;padding:4px 8px;transition:all .2s ease}.copy-key-btn:hover{background:#4fc3f733;border-color:#4fc3f780}.modal-actions{border-top:1px solid #e0e0e0;display:flex;justify-content:center;padding-top:16px}.copy-all-btn{background:#4fc3f7;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background .2s ease}.copy-all-btn:hover{background:#29b6f6}@media (max-width:768px){.modal-overlay{padding:10px}.modal-content{max-height:90vh}.modal-body,.modal-header{padding:16px}.cell-stats{gap:8px;grid-template-columns:1fr}.listing-key-item{align-items:stretch;flex-direction:column;gap:8px}.listing-number{min-width:auto}}.selected-cell-header{background:linear-gradient(135deg,#4fc3f71a,#4fc3f70d);border:2px solid #4fc3f74d;border-radius:12px;box-shadow:0 4px 12px #4fc3f71a;margin:20px 0;padding:20px}.selected-cell-header h3{color:#1976d2;font-size:20px;font-weight:700;margin:0 0 16px}.cell-selection-info{display:flex;flex-direction:column;gap:12px}.selection-badge{align-items:center;display:flex;font-size:18px;font-weight:600;gap:8px}.city-name{background:#4caf5026;border:1px solid #4caf504d;border-radius:20px;color:#2e7d32;padding:6px 12px}.separator{color:#666;font-weight:400}.structure-type{background:#ffc10726;border:1px solid #ffc1074d;border-radius:20px;color:#f57c00;padding:6px 12px}.selection-stats{display:flex;flex-wrap:wrap;font-size:14px;gap:16px}.selection-stats .stat{background:#fff;border:1px solid #4fc3f733;border-radius:8px;color:#333;font-weight:500;padding:6px 12px}.listing-ids{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ddf-id{background:linear-gradient(135deg,#4fc3f7,#29b6f6);box-shadow:0 2px 4px #4fc3f74d;color:#fff;font-weight:700;letter-spacing:.5px;text-transform:uppercase}.ddf-id,.mls-number{border-radius:6px;font-size:12px;padding:4px 10px}.mls-number{background:#4caf501a;border:1px solid #4caf504d;color:#2e7d32;font-weight:600}@media (max-width:768px){.selected-cell-header{margin:16px 0;padding:16px}.selection-badge{align-items:flex-start;flex-direction:column;gap:4px}.selection-stats{gap:8px}.selection-stats .stat{font-size:12px;padding:4px 8px}.listing-ids{gap:6px}.ddf-id,.mls-number{font-size:11px;padding:3px 8px}}.clickable-ddf-id{align-items:center;border:none;cursor:pointer;display:inline-flex;gap:4px;position:relative;transition:all .2s ease}.clickable-ddf-id:hover{box-shadow:0 4px 8px #4fc3f766;transform:translateY(-1px)}.clickable-ddf-id:active{transform:translateY(0)}.clickable-ddf-id:after{content:"🔍";font-size:10px;opacity:0;transition:opacity .2s ease}.clickable-ddf-id:hover:after{opacity:1}.raw-data-modal{max-height:85vh;max-width:900px}.raw-data-info{background:#4fc3f70d;border:1px solid #4fc3f733;border-radius:8px;margin-bottom:20px;padding:16px}.raw-data-info h4{color:#1976d2;font-size:16px;margin:0 0 8px}.raw-data-info code{background:#4fc3f71a;border-radius:4px;color:#0277bd;font-family:Courier New,monospace;font-weight:600;padding:2px 6px}.raw-data-info p{color:#666;font-size:14px;margin:8px 0 0}.raw-data-container{display:flex;flex-direction:column;gap:20px}.raw-data-summary{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;padding:16px}.raw-data-summary .summary-stats{display:flex;flex-wrap:wrap;font-size:14px;gap:16px}.raw-data-summary .summary-stats span{background:#fff;border:1px solid #dee2e6;border-radius:6px;padding:6px 12px}.raw-data-modal .json-container{background:#f8f9fa;border:1px solid #e0e0e0;border-radius:8px;max-height:400px;overflow-y:auto}.raw-data-modal .json-container pre{font-size:12px;line-height:1.4;margin:0;padding:16px;white-space:pre-wrap;word-break:break-word}@media (max-width:768px){.raw-data-modal{margin:20px auto;max-height:90vh;max-width:95vw}.raw-data-info{padding:12px}.raw-data-summary .summary-stats{flex-direction:column;gap:8px}.raw-data-modal .json-container{max-height:300px}.raw-data-modal .json-container pre{font-size:11px;padding:12px}.clickable-ddf-id:after{display:none}}.listing-details-section{background:#10b9810d;border:1px solid #10b98133;border-radius:16px;margin-bottom:30px;padding:24px}.listing-details-section h3{color:#10b981;font-size:20px;font-weight:700;margin:0 0 8px}.listing-details-section>p{color:#ffffffb3;font-size:14px;margin:0 0 20px}.property-type-filter{align-items:center;background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:12px;margin-bottom:20px;padding:16px}.property-type-filter label{color:#fff;font-size:14px;font-weight:600;white-space:nowrap}.property-type-filter select{background:#ffffff0d;border:1px solid #fff3;border-radius:8px;color:#fff;flex:1 1;font-size:14px;min-width:200px;padding:10px 14px;transition:all .3s ease}.property-type-filter select:focus{background:#ffffff14;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.property-type-filter select option{background:#2d3748;color:#fff}.property-type-filter .fetch-button{background:linear-gradient(135deg,#10b981,#059669);font-size:14px;min-width:120px;padding:10px 18px}.property-type-filter .fetch-button:hover:not(:disabled){box-shadow:0 6px 20px #10b9814d;transform:translateY(-1px)}@media (max-width:768px){.property-type-filter{align-items:stretch;flex-direction:column;gap:12px}.property-type-filter label{text-align:center}.property-type-filter select{min-width:auto}}.enhanced-filters{background:#ffffff05;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:20px;padding:24px}.enhanced-filters h4{color:#fff;font-size:16px;font-weight:700;margin:0 0 20px;text-align:center}.filter-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:16px}.filter-row:last-child{margin-bottom:0}.filter-group{display:flex;flex:1 1;flex-direction:column;gap:8px;min-width:200px}.filter-group label{color:#fff;font-weight:600;margin-bottom:4px}.filter-group input,.filter-group select{background:#ffffff0d;border:1px solid #fff3;border-radius:8px;color:#fff;font-size:14px;padding:12px 16px;transition:all .3s ease}.filter-group input:focus,.filter-group select:focus{background:#ffffff14;border-color:#10b981;box-shadow:0 0 0 3px #10b9811a;outline:none}.filter-group select option{background:#2d3748;color:#fff}.filter-group input::placeholder{color:#ffffff80}.postal-code-input{max-width:150px}.filter-hint{color:#fff9;font-size:12px;font-style:italic;margin-top:4px}.filter-actions{border-top:1px solid #ffffff1a;display:flex;gap:12px;justify-content:center;margin-top:20px;padding-top:16px}.filter-actions .fetch-button.primary{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s ease}.filter-actions .fetch-button.primary:hover:not(:disabled){box-shadow:0 6px 20px #10b9814d;transform:translateY(-1px)}.filter-actions .fetch-button.secondary{background:#ffffff1a;border:1px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:all .3s ease}.filter-actions .fetch-button.secondary:hover:not(:disabled){background:#fff3;border-color:#ffffff80;transform:translateY(-1px)}.filter-actions .fetch-button:disabled{cursor:not-allowed;opacity:.5;transform:none!important}@media (max-width:768px){.enhanced-filters{padding:16px}.filter-row{flex-direction:column;gap:16px}.filter-group{min-width:auto}.postal-code-input{max-width:100%}.filter-actions{flex-direction:column;gap:8px}.filter-actions .fetch-button{width:100%}}@media (max-width:480px){.enhanced-filters h4{font-size:14px}.filter-group label{font-size:13px}.filter-group input,.filter-group select{font-size:13px;padding:10px 12px}.filter-hint{font-size:11px}}.header-top{align-items:flex-start;display:flex;gap:16px;justify-content:space-between;margin-bottom:8px}.header-top h3{flex:1 1;margin:0}.realtor-link{flex-shrink:0;transition:transform .2s ease}.realtor-link:hover{transform:scale(1.05)}.realtor-link img{display:block;height:auto;max-width:100px}.mls-display{margin-top:8px}.mls-display .mls-number{background:#4caf501a;border:1px solid #4caf504d;border-radius:6px;color:#2e7d32;display:inline-block;font-size:14px;font-weight:600;padding:6px 12px}.ddf-id-footer{border-top:1px solid #0000001a;margin-top:16px;padding-top:12px;text-align:center}.ddf-id-footer small{color:#666;font-family:Courier New,monospace;font-size:11px;opacity:.8}.property-type-header{background:linear-gradient(135deg,#4fc3f7,#29b6f6);border:1px solid #4fc3f74d;color:#fff;font-weight:700;padding:12px 8px;text-align:center}@media (max-width:768px){.header-top{align-items:flex-start;flex-direction:column;gap:12px}.realtor-link{align-self:flex-end}.realtor-link img{max-width:80px}.mls-display .mls-number{font-size:13px;padding:5px 10px}.ddf-id-footer small{font-size:10px}}@media (max-width:480px){.header-top{gap:8px}.realtor-link img{max-width:70px}.mls-display .mls-number{font-size:12px;padding:4px 8px}}.kijiji-test-page{background:linear-gradient(135deg,#2c1810,#4a2c1a);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}.kijiji-header{background:#0003;border-bottom:1px solid #ffffff1a;padding:20px 0}.header-container{gap:30px;max-width:1200px;padding:0 20px}.header-title h1{color:#fff;font-size:28px;font-weight:700;margin:0 0 8px}.header-title p{color:#ffffffb3;font-size:16px;margin:0}.kijiji-main{padding:40px 0}.container{margin:0 auto;max-width:1200px;padding:0 20px}.kijiji-controls{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px;padding:20px}.control-group{display:flex;flex-direction:column;gap:8px;min-width:120px}.control-group label{color:#ff6b35;font-size:14px;font-weight:600}.control-group select{background:#ffffff0d;border:1px solid #fff3;border-radius:6px;color:#fff;font-size:14px;padding:8px 12px}.control-group select:focus{background:#ffffff14;border-color:#ff6b35;outline:none}.fetch-button{background:linear-gradient(135deg,#ff6b35,#e55a2b);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:20px;min-width:140px;padding:12px 24px;transition:all .3s ease}.fetch-button:hover:not(:disabled){box-shadow:0 8px 24px #ff6b354d;transform:translateY(-2px)}.fetch-button:disabled{cursor:not-allowed;opacity:.6;transform:none}.fetch-info{color:#10b981;font-size:16px;font-weight:600;margin-top:10px}.error-message{background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;margin-bottom:30px;padding:20px}.error-message h3{color:#ef4444;font-size:18px;margin:0 0 10px}.error-message p{color:#ef4444cc;margin:0 0 15px}.retry-button{background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:6px;transition:all .3s ease}.retry-button:hover{box-shadow:0 6px 20px #ef44444d}.error-details{background:#ef44441a;border:1px solid #ef44444d;border-radius:8px;font-size:14px;margin:16px 0;padding:16px}.attempted-url{background:#0003;border-radius:4px;margin:12px 0;padding:8px;word-break:break-all}.attempted-url a{color:#ff6b35;margin-left:8px;text-decoration:none}.attempted-url a:hover{text-decoration:underline}.scraping-details{margin:12px 0}.scraping-details ul{color:#fffc;margin:8px 0 0 20px}.scraping-details li{margin:4px 0}.error-suggestions{background:#ffc1071a;border:1px solid #ffc1074d;border-radius:8px;margin:16px 0;padding:16px}.error-suggestions p{color:#ffc107;font-weight:600;margin:0 0 8px}.error-suggestions ul{color:#fffc;margin:8px 0 0 20px}.error-suggestions li{margin:6px 0}.loading-state{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:30px;text-align:center}.loading-spinner{border:4px solid #ff6b354d;border-left-color:#ff6b35;margin:0 auto 20px}.loading-state p{color:#ff6b35;font-size:18px;font-weight:600;margin:0 0 10px}.loading-state small{color:#fff9;font-size:14px}.api-response-section{background:#ff6b350d;border:1px solid #ff6b3533;border-radius:16px;margin-bottom:30px;padding:24px}.api-response-section h3{color:#ff6b35;font-size:20px;font-weight:700;margin:0 0 8px}.api-response-section p{color:#ffffffb3;font-size:14px;margin:0 0 20px}.response-summary{background:#10b9810d;border:1px solid #10b98133;border-radius:12px;margin-top:20px;padding:20px}.response-summary h5{color:#10b981;font-size:16px;font-weight:600;margin:0 0 16px}.summary-grid{grid-gap:12px;gap:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.summary-item{background:#ffffff05;border:1px solid #ffffff1a;border-radius:8px;font-size:14px;padding:12px}.summary-item strong{color:#fff;display:block;font-weight:600;margin-bottom:4px}.json-response{margin-bottom:20px}.json-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.json-response h5{color:#f59e0b;font-size:16px;font-weight:600;margin:0}.copy-button{background:#f9731633;border:1px solid #f973164d;border-radius:6px;color:#f59e0b;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .3s ease;white-space:nowrap}.copy-button:hover{background:#f973164d;border-color:#f9731680;transform:translateY(-1px)}.json-container{background:#0006;border:1px solid #fff3;border-radius:8px;max-height:500px;overflow-x:auto;overflow-y:auto;padding:20px}.json-container::-webkit-scrollbar{height:8px;width:8px}.json-container::-webkit-scrollbar-track{background:#ffffff1a;border-radius:4px}.json-container::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:4px}.json-container::-webkit-scrollbar-thumb:hover{background:#ffffff80}.json-container pre{color:#fff;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:13px;letter-spacing:.5px;line-height:1.6;margin:0;tab-size:2;text-align:left;white-space:pre}.listings-grid{grid-gap:30px;gap:30px;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));margin-bottom:40px}.listing-card{border-radius:16px;box-shadow:0 4px 20px #0003;transition:all .3s ease}.listing-card:hover{border-color:#ff6b354d;box-shadow:0 12px 40px #ff6b3533;transform:translateY(-5px)}.photo-gallery{background:#0003;height:250px;overflow:hidden;width:100%}.main-photo-container{height:100%;width:100%}.main-photo{align-items:center;display:flex;height:100%;justify-content:center}.main-photo img{transition:transform .3s ease}.listing-card:hover .main-photo img{transform:scale(1.05)}.photo-loading{color:#fff9}.no-photos{height:100%}.no-photos-placeholder{color:#ffffff80;font-size:16px}.photo-count-badge{background:#000000b3;border-radius:12px;color:#fff;font-size:11px;font-weight:500;padding:4px 8px;position:absolute;right:10px;top:10px;z-index:10}.thumbnail-strip{background:#0000004d;display:flex;gap:4px;overflow-x:auto;padding:8px;scrollbar-color:#666 #0000004d;scrollbar-width:thin}.thumbnail-strip::-webkit-scrollbar{height:4px}.thumbnail-strip::-webkit-scrollbar-track{background:#0000004d}.thumbnail-strip::-webkit-scrollbar-thumb{background:#666;border-radius:2px}.thumbnail{height:40px;transition:all .3s ease;width:50px}.thumbnail:hover{border-color:#ff6b35;transform:scale(1.05)}.thumbnail.active{border-color:#ff6b35;box-shadow:0 0 8px #ff6b3580}.more-photos-indicator{align-items:center;background:#ff6b3533;border:2px dashed #ff6b35;border-radius:4px;color:#ff6b35;display:flex;font-size:10px;font-weight:500;height:40px;justify-content:center;min-width:50px;text-align:center}.listing-header{padding:20px 20px 0}.listing-header h3{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#fff;display:-webkit-box;font-size:18px;font-weight:700;line-height:1.3;margin:0 0 8px;overflow:hidden}.listing-price{color:#ff6b35;font-size:24px;font-weight:700;margin-bottom:16px}.listing-info{padding:0 20px 20px}.listing-details{margin-bottom:16px}.detail-item{display:flex;font-size:14px;margin-bottom:8px}.detail-item .label{color:#fffc;font-weight:600;margin-right:8px;min-width:80px}.detail-item .value{color:#fff;flex:1 1}.property-specs{margin:12px 0}.property-specs .spec{background:#ff6b3533;border:1px solid #ff6b354d;border-radius:12px;color:#ff6b35;font-size:12px;font-weight:500;padding:4px 8px}.description{margin:12px 0}.description .label{color:#fffc;display:block;font-size:14px;font-weight:600;margin-bottom:4px}.description .value{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#ffffffe6;display:-webkit-box;font-size:14px;line-height:1.4;overflow:hidden}.listing-meta{font-size:13px}.meta-item{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.meta-item .label{color:#fff9;font-weight:500}.meta-item .value{color:#fff}.meta-item .value a{color:#ff6b35;font-weight:500;text-decoration:none}.meta-item .value a:hover{text-decoration:underline}.source-item .source-value{align-items:center;display:flex;gap:8px}.source-logo{background:#ffffff1a;border-radius:4px;height:20px;object-fit:contain;padding:2px;width:20px}.no-listings{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-bottom:30px;padding:60px 20px;text-align:center}.no-listings h3{color:#ff6b35;font-size:24px;margin:0 0 16px}.no-listings p{color:#ffffffb3;font-size:16px;margin:0 0 16px}.no-listings ul{color:#fff9;margin:0 auto;max-width:500px;text-align:left}.no-listings li{margin-bottom:8px}.technical-info{background:#ffffff05;border:1px solid #ffffff1a;border-radius:12px;margin-top:40px;padding:20px}.technical-info h4{color:#ff6b35;font-size:18px;font-weight:600;margin:0 0 16px}.tech-details{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.tech-details div{color:#fffc;font-size:14px}.tech-details strong{color:#fff;font-weight:600}.section-header{margin-bottom:24px;text-align:center}.section-header h2{font-size:28px;font-weight:700;margin:0 0 8px}.section-header p{color:#ffffffb3;font-size:16px}.section-divider{background:linear-gradient(90deg,#0000,#fff3 50%,#0000);height:2px;margin:48px 0}.facebook-section{background:#4267b20d;border:1px solid #4267b233;border-radius:12px;margin-bottom:48px;padding:32px}.facebook-controls{align-items:center;display:flex;flex-direction:column;gap:16px;margin-bottom:24px}.facebook-button{background:linear-gradient(135deg,#4267b2,#365899)!important;border:none!important;border-radius:8px!important;box-shadow:0 4px 12px #4267b24d!important;color:#fff!important;cursor:pointer!important;font-size:16px!important;font-weight:600!important;padding:12px 24px!important;transition:all .3s ease!important}.facebook-button:hover{background:linear-gradient(135deg,#365899,#29487d)!important;box-shadow:0 8px 24px #4267b266!important;transform:translateY(-2px)!important}.facebook-button:disabled{cursor:not-allowed!important;opacity:.6!important;transform:none!important}.facebook-info{background:#4267b21a;border:1px solid #4267b24d;border-radius:8px;color:#fff;padding:16px;text-align:center}.facebook-response{background:#4267b214;border:1px solid #4267b233;border-radius:8px;margin-bottom:24px;padding:20px}.facebook-response h3{color:#4267b2;margin-top:0}.facebook-error{background:#e74c3c1a;border:1px solid #e74c3c4d}.facebook-loading{background:#4267b20d;border:1px solid #4267b233}.facebook-grid{background:#4267b205;border:1px solid #4267b21a;border-radius:12px;padding:20px}.facebook-card{background:#4267b20d!important;border:1px solid #4267b233!important;position:relative}.facebook-card:before{background:linear-gradient(90deg,#4267b2,#365899);border-radius:12px 12px 0 0;content:"";height:4px;left:0;position:absolute;right:0;top:0}.facebook-card:hover{border-color:#4267b266!important;box-shadow:0 8px 24px #4267b233;transform:translateY(-4px)}.facebook-price{color:#4267b2!important;font-weight:700!important}.facebook-source{color:#4267b2!important;font-weight:600!important}.facebook-photo .main-photo img{border-radius:8px}.address-info{margin:12px 0}.address-line{color:#fffc;font-size:14px;margin:4px 0}.facebook-no-listings{background:#4267b20d;border:1px solid #4267b233;border-radius:8px;padding:32px;text-align:center}.facebook-no-listings h3{color:#4267b2;margin-top:0}.kijiji-section{background:#ff8a290d;border:1px solid #ff8a2933;border-radius:12px;padding:32px}.kijiji-section .section-header h2{color:#ff8a29}.property-type-badge{border-radius:20px;display:inline-block;font-size:12px;font-weight:600;letter-spacing:.5px;margin-top:8px;padding:4px 12px;text-transform:uppercase}.facebook-property-type{background:#4267b233;border:1px solid #4267b266;color:#4267b2}.categorization-info{background:#4267b214;border:1px solid #4267b233;border-radius:6px;margin:12px 0;padding:8px 12px}.categorization-info .label{color:#ffffffb3;font-size:13px;font-weight:500}.property-type-value{color:#4267b2!important;font-size:14px!important;font-weight:700!important}.property-type-badge:contains("Room"){background:#9c27b033;border-color:#9c27b066;color:#9c27b0}.property-type-badge:contains("Basement"){background:#ff980033;border-color:#ff980066;color:#ff9800}.property-type-badge:contains("Apartment"){background:#2196f333;border-color:#2196f366;color:#2196f3}.property-type-badge:contains("Townhouse"){background:#4caf5033;border-color:#4caf5066;color:#4caf50}.property-type-badge:contains("House"){background:#f4433633;border-color:#f4433666;color:#f44336}@media (max-width:768px){.property-type-badge{font-size:11px;padding:3px 10px}.categorization-info{margin:8px 0;padding:6px 10px}.categorization-info .label{font-size:12px}.property-type-value{font-size:13px!important}.kijiji-controls{align-items:stretch;flex-direction:column}.control-group{min-width:auto}.listings-grid{gap:20px;grid-template-columns:1fr}.listing-card{margin:0}.photo-gallery{height:200px}.header-container{flex-direction:column;gap:16px;text-align:center}.header-title h1{font-size:24px}.tech-details{grid-template-columns:1fr}.facebook-section,.kijiji-section{margin-bottom:32px;padding:20px 16px}.section-header h2{font-size:24px}.section-header p{font-size:14px}.facebook-controls{gap:12px}.facebook-button{font-size:14px!important;padding:10px 20px!important}}.property-breakdown{background:#4267b214;border:1px solid #4267b233;border-radius:8px;margin-top:20px;padding:16px}.property-breakdown h5{color:#4267b2;font-size:16px;font-weight:700;margin:0 0 12px}.breakdown-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:16px}.breakdown-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px}.breakdown-type{color:#4267b2;font-size:13px;font-weight:600}.breakdown-count{background:#4267b233;border-radius:12px;color:#ffffffe6;font-size:13px;font-weight:500;padding:2px 8px}.categorization-rules{border-top:1px solid #4267b233;margin-top:16px;padding-top:16px}.categorization-rules h6{color:#4267b2;font-size:14px;font-weight:600;margin:0 0 8px}.categorization-rules ul{color:#fffc;margin:0;padding-left:20px}.categorization-rules li{font-size:12px;line-height:1.4;margin:4px 0}@media (max-width:768px){.breakdown-grid{gap:6px;grid-template-columns:1fr}.breakdown-item{padding:6px 10px}.breakdown-count,.breakdown-type{font-size:12px}.property-breakdown{padding:12px}.categorization-rules li{font-size:11px}}.profile-page{background:linear-gradient(135deg,#0f1419,#1a1f2e 50%,#0f1419);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.profile-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.profile-header .header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:16px 32px}.profile-header .header-actions{align-items:center;display:flex;gap:12px}.back-btn,.home-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:4px;padding:8px 16px;text-decoration:none;transition:all .3s ease}.back-btn:hover,.home-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.profile-loading{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:60vh}.loading-spinner{border:4px solid #ffffff1a;border-left-color:#3b82f6}.profile-container{margin:0 auto;max-width:1000px;padding:40px 20px}.profile-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px}.profile-title{align-items:center;color:#fff;display:flex;font-size:32px;font-weight:700;gap:12px;justify-content:center;margin-bottom:32px;text-align:center}.alert{border-radius:8px;font-weight:500;margin-bottom:24px;padding:12px 16px}.alert-error{background:#ef44441a;border:1px solid #ef44444d;color:#fca5a5}.alert-success{background:#10b9811a;border:1px solid #10b9814d;color:#6ee7b7}.profile-section{margin-bottom:40px}.profile-section h2{border-bottom:2px solid #3b82f64d;color:#fff;font-size:24px;font-weight:600;margin-bottom:24px;padding-bottom:8px}.preference-group{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;margin-bottom:32px;padding:24px}.preference-group h3{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:600;gap:8px;margin-bottom:16px}.form-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{color:#ffffffe6;font-size:14px}.form-group input,.form-group select,.select-input{background:#ffffff14;border:1px solid #fff3;border-radius:8px;color:#fff;font-size:14px;padding:12px 16px;transition:all .3s ease}.form-group input:focus,.form-group select:focus,.select-input:focus{background:#ffffff1f;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group select option,.select-input option{background:#1a1f2e;color:#fff}.input-disabled{background:#ffffff08!important;color:#ffffff80!important;cursor:not-allowed}.form-group small{color:#fff9;font-size:12px;font-style:italic}.multi-select{background:#ffffff08;border:1px solid #ffffff1a;border-radius:8px;display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto;padding:12px}.checkbox-label{align-items:center;color:#ffffffe6;cursor:pointer;display:flex;font-size:14px;gap:8px;padding:4px 0;transition:color .2s ease}.checkbox-label:hover{color:#fff}.checkbox-label input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;height:16px;width:16px}.default-text,.no-options{color:#fff9;font-size:13px;font-style:italic;padding:8px;text-align:center}.default-text{color:#10b981b3}.price-range{align-items:center;display:flex;gap:12px}.price-input{display:flex;flex-direction:column;gap:4px}.price-input label{color:#ffffffb3;font-size:12px;font-weight:500}.price-separator{color:#ffffffb3;font-weight:500;margin-top:20px}.profile-actions{border-top:1px solid #ffffff1a;margin-top:40px;padding-top:32px}.profile-actions,.save-btn{display:flex;justify-content:center}.save-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 16px #3b82f64d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;gap:8px;min-width:180px;padding:16px 32px;transition:all .3s ease}.save-btn:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 8px 24px #3b82f666;transform:translateY(-2px)}.save-btn:disabled{cursor:not-allowed;opacity:.7;transform:none}.btn-spinner{animation:spin 1s linear infinite;border:2px solid #ffffff4d;border-left-color:#fff;border-radius:50%;height:16px;width:16px}.credit-report-section{grid-column:1/-1}.credit-report-options{display:flex;flex-direction:column;gap:20px;margin-top:12px}.credit-option{align-items:center;background:#ffffff0d;border:2px dashed #fff3;border-radius:12px;display:flex;flex-direction:column;gap:8px;padding:20px;transition:all .3s ease}.credit-option:hover{background:#ffffff14;border-color:#3b82f680}.credit-pull-btn,.credit-upload-btn{align-items:center;background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;min-width:200px;padding:12px 24px;transition:all .3s ease}.credit-pull-btn:hover,.credit-upload-btn:hover{background:linear-gradient(135deg,#2563eb,#1e40af);box-shadow:0 8px 25px #3b82f64d;transform:translateY(-2px)}.credit-pull-btn:active,.credit-upload-btn:active{transform:translateY(0)}.credit-pull-btn{background:linear-gradient(135deg,#10b981,#047857)}.credit-pull-btn:hover{background:linear-gradient(135deg,#059669,#065f46);box-shadow:0 8px 25px #10b9814d}.credit-divider{align-items:center;display:flex;justify-content:center;margin:10px 0;position:relative}.credit-divider:before{background:#fff3;content:"";height:1px;left:0;position:absolute;right:0;top:50%;z-index:1}.credit-divider span{background:#0f1419;color:#fff9;font-size:12px;font-weight:500;padding:0 16px;position:relative;z-index:2}.credit-option small{color:#fff9;font-size:12px;margin-top:4px;text-align:center}@media (max-width:768px){.profile-container{padding:20px 16px}.profile-content{padding:24px 20px}.profile-title{font-size:24px;margin-bottom:24px}.profile-header .header-container{padding:12px 16px}.form-grid{gap:16px;grid-template-columns:1fr}.price-range{align-items:stretch;flex-direction:column}.price-separator{margin-top:0;text-align:center}.back-btn,.home-btn{font-size:13px;padding:6px 12px}.credit-report-options{gap:16px}.credit-option{padding:16px}.credit-pull-btn,.credit-upload-btn{font-size:13px;min-width:180px;padding:10px 20px}}@media (max-width:480px){.profile-content{padding:20px 16px}.profile-section h2{font-size:20px}.preference-group{padding:16px}.preference-group h3{font-size:16px}.credit-pull-btn,.credit-upload-btn{font-size:12px;min-width:160px;padding:8px 16px}.credit-option{padding:12px}}.credit-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:9999}.credit-overlay-backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000c;bottom:0;left:0;position:absolute;right:0;top:0}.credit-overlay-content{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;color:#1f2937;max-height:90vh;max-width:800px;overflow-y:auto;position:relative;width:100%}.credit-overlay-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:24px 32px 16px}.credit-overlay-header h2{color:#111827;font-size:28px;font-weight:700;margin:0}.credit-overlay-close{background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;font-size:24px;padding:4px;transition:all .2s ease}.credit-overlay-close:hover{background:#f3f4f6;color:#374151}.credit-overlay-subtitle{color:#6b7280;font-size:16px;line-height:1.5;margin:0;padding:0 32px 24px}.credit-form{padding:0 32px 32px}.credit-form-grid{grid-template-columns:1fr 1fr;margin-bottom:32px}.credit-form-group label{color:#374151;font-weight:600}.credit-form-group input{background:#fff;border:2px solid #d1d5db;color:#111827}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 30px #ffffff0d!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}input[data-chrome-autofill=false]::-webkit-contacts-auto-fill-button,input[data-chrome-autofill=false]::-webkit-credentials-auto-fill-button{display:none!important}input[name^=nofill-]{background-color:#ffffff0d!important;color:#fff!important}input[name^=nofill-]:-webkit-autofill{-webkit-text-fill-color:#fff!important;-webkit-box-shadow:inset 0 0 0 30px #ffffff0d!important}.pac-container{border:1px solid #d1d5db!important;box-shadow:0 4px 12px #00000026!important}.pac-container,.pac-item{background:#fff!important}.pac-item{border-bottom:1px solid #f3f4f6!important;color:#374151!important}.pac-item:hover{background-color:#f9fafb!important;color:#111827!important}.pac-item-selected{background-color:#eff6ff!important;color:#1e40af!important}.pac-item-query{color:#374151!important}.pac-icon:before{color:#6b7280}.pac-container *{color:#374151!important}.credit-address-group .pac-container{background:#fff!important}.credit-address-group .pac-item{background:#fff!important;color:#374151!important}.credit-address-group .pac-item:hover{background-color:#f9fafb!important;color:#111827!important}.credit-address-group .pac-item-selected{background-color:#eff6ff!important;color:#1e40af!important}.credit-address-group .pac-matched{color:#3b82f6!important;font-weight:600!important}.credit-address-group gmp-place-autocomplete{font-family:inherit!important;width:100%!important}.credit-address-group gmp-place-autocomplete input{background:#fff!important;border:2px solid #d1d5db!important;border-radius:8px!important;box-sizing:border-box!important;color:#111827!important;font-size:16px!important;padding:12px 16px!important;transition:all .2s ease!important;width:100%!important}.credit-address-group gmp-place-autocomplete input:focus{border-color:#3b82f6!important;box-shadow:0 0 0 3px #3b82f61a!important;outline:none!important}.credit-form-group input::placeholder{color:#9ca3af}.credit-form-group small{color:#6b7280;margin-top:4px}.credit-address-section{margin-bottom:32px}.credit-address-header{align-items:center;justify-content:space-between;margin-bottom:16px}.credit-address-header h3{color:#111827;font-size:20px;font-weight:600;margin:0}.add-address-btn{font-weight:500}.add-address-btn:hover{color:#2563eb}.credit-address-group{grid-column:1/-1}.credit-consent-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:32px;padding:20px}.credit-consent-checkbox{color:#374151}.checkmark{background:#fff;border:2px solid #d1d5db}.terms-link:hover{color:#2563eb}.credit-back-btn{align-items:center;background:none;border:none;color:#6b7280;display:flex;font-size:16px;gap:8px;padding:12px 0;transition:color .2s ease}.credit-back-btn:hover{color:#374151}.credit-next-btn{background:#3b82f6;font-size:16px;min-width:120px}.credit-next-btn:hover:not(:disabled){background:#2563eb;box-shadow:0 4px 12px #3b82f64d}.credit-next-btn:disabled{background:#d1d5db;transform:none}@media (max-width:768px){.credit-overlay{padding:16px}.credit-overlay-content{border-radius:12px;max-height:95vh}.credit-overlay-header{padding:20px 24px 16px}.credit-overlay-header h2{font-size:24px}.credit-overlay-subtitle{font-size:14px;padding:0 24px 20px}.credit-form{padding:0 24px 24px}.credit-form-grid{gap:20px;grid-template-columns:1fr}.credit-form-actions{flex-direction:column-reverse;gap:12px}.credit-next-btn{width:100%}}@media (max-width:480px){.credit-overlay{padding:8px}.credit-overlay-header{padding:16px 20px 12px}.credit-overlay-header h2{font-size:20px}.credit-overlay-subtitle{font-size:13px;padding:0 20px 16px}.credit-form{padding:0 20px 20px}.credit-form-group input{font-size:14px;padding:10px 12px}.credit-address-header{align-items:flex-start;flex-direction:column;gap:8px}}.credit-report-available{background:linear-gradient(135deg,#e8f5e8,#d4edda);border:2px solid #28a745;border-radius:12px;margin-bottom:16px;padding:20px}.report-status{align-items:center;display:flex;gap:12px;margin-bottom:16px}.status-icon{font-size:20px}.status-text{color:#155724;font-size:16px;font-weight:600}.report-date{color:#6c757d;font-size:14px;margin-left:auto}.view-report-btn{align-items:center;background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:12px 24px;transition:all .3s ease;width:100%}.view-report-btn:hover{background:linear-gradient(135deg,#218838,#1ea085);box-shadow:0 4px 12px #28a7454d;transform:translateY(-2px)}.credit-report-expired{align-items:center;background:#ff98001a;border:1px solid #ff98004d;border-radius:12px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px}.expired-report-btn{align-items:center;background:linear-gradient(135deg,#ff9800,#f57c00);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:10px 16px;text-decoration:none;transition:all .3s ease}.expired-report-btn:hover{box-shadow:0 4px 12px #ff98004d;transform:translateY(-1px)}.messages-page{background:linear-gradient(135deg,#0f1419,#1a2332 50%,#0f1419);color:#fff;display:flex;flex-direction:column;height:100vh;overflow:hidden}.messages-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border-bottom:1px solid #ffffff1a;padding:12px 0;position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.header-left{flex:0 0 auto}.header-center{flex:1 1;text-align:center}.header-center h1{align-items:center;color:#fff;display:flex;font-size:24px;font-weight:600;gap:8px;margin:0}.unread-indicator-header{animation:pulse 2s infinite;font-size:12px}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}.header-right{flex:0 0 auto}.home-button{align-items:center;background:#10b98133;border:1px solid #10b9814d;border-radius:8px;color:#10b981;cursor:pointer;display:inline-flex;font-size:14px;gap:6px;padding:8px 16px;text-decoration:none;transition:all .2s ease}.home-button:hover{background:#10b9814d;border-color:#10b98180;transform:translateY(-1px)}.messages-content{box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-width:1200px;min-height:0;overflow:hidden;padding:12px;width:100%}.notification-prompt{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#3b82f61a;border:1px solid #3b82f64d;border-radius:12px;margin-bottom:20px;padding:16px}.notification-prompt-content{align-items:center;display:flex;gap:16px}.notification-prompt-icon{flex-shrink:0;font-size:24px}.notification-prompt-text{flex:1 1;min-width:0}.notification-prompt-text h3{color:#fff;font-size:16px;font-weight:600;margin:0 0 4px}.notification-prompt-text p{color:#e2e8f0;font-size:14px;line-height:1.4;margin:0}.notification-prompt-actions{display:flex;flex-shrink:0;gap:8px}.notification-prompt-button{border:1px solid #0000;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.notification-prompt-button.primary{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f64d;color:#fff}.notification-prompt-button.primary:hover{box-shadow:0 4px 12px #3b82f64d;transform:translateY(-1px)}.notification-prompt-button.secondary{background:#ffffff1a;border-color:#fff3;color:#e2e8f0}.notification-prompt-button.secondary:hover{background:#ffffff26;border-color:#ffffff4d}.loading-state{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:60px 20px}.loading-spinner{border:3px solid #10b98133;border-top-color:#10b981}.loading-state p{color:#94a3b8;font-size:16px;margin:0}.error-state{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:60px 20px}.error-message{color:#ef4444;font-size:16px;margin-bottom:20px}.retry-button{background:#10b98133;border:1px solid #10b9814d;color:#10b981;font-size:14px;padding:10px 20px;transition:all .2s ease}.retry-button:hover{background:#10b9814d;border-color:#10b98180}.desktop-layout{display:flex;flex:1 1;gap:12px;min-height:0;overflow:hidden}.conversation-list-panel{flex:0 0 320px;flex-direction:column}.conversation-list-panel,.message-thread-panel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;overflow:hidden}.message-thread-panel{flex:1 1;flex-direction:column;min-width:0}.no-conversation-selected{align-items:center;display:flex;flex:1 1;justify-content:center;padding:40px}.placeholder-content{color:#94a3b8;text-align:center}.placeholder-icon{font-size:48px;margin-bottom:16px}.placeholder-content h3{color:#e2e8f0;font-size:20px;margin:0 0 12px}.placeholder-content p{color:#94a3b8;font-size:14px;line-height:1.5;margin:0}.mobile-conversation-list,.mobile-message-thread{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;flex:1 1;flex-direction:column;min-height:0;overflow:hidden}.empty-state{align-items:center;display:flex;flex:1 1;justify-content:center;padding:60px 20px}.empty-content{max-width:400px;text-align:center}.empty-icon{font-size:64px;margin-bottom:20px}.empty-content h3{color:#e2e8f0;font-size:24px;margin:0 0 12px}.empty-content p{color:#94a3b8;font-size:16px;line-height:1.6;margin:0 0 24px}.browse-properties-button{background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:8px;box-shadow:0 4px 12px #10b9814d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.browse-properties-button:hover{box-shadow:0 6px 16px #10b98166;transform:translateY(-2px)}@media (max-width:768px){.messages-content{padding:16px}.header-content{padding:0 16px}.header-center h1{font-size:20px}.home-button{font-size:12px;padding:6px 12px}.notification-prompt-content{align-items:flex-start;flex-direction:column;gap:12px}.notification-prompt-text{text-align:left}.notification-prompt-actions{justify-content:flex-end;width:100%}.empty-content h3{font-size:20px}.empty-content p{font-size:14px}.browse-properties-button{font-size:14px;padding:10px 20px}}@media (max-width:480px){.messages-content{padding:12px}.header-content{padding:0 12px}.header-center h1{font-size:18px}.empty-icon{font-size:48px}}.conversation-list{display:flex;flex-direction:column;height:100%;overflow:hidden}.conversation-list-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;flex-shrink:0;justify-content:space-between;padding:12px 16px 10px}.conversation-list-header h2{color:#fff;font-size:18px;font-weight:600;margin:0}.conversation-count{background:#10b98133;border-radius:12px;color:#10b981;font-size:12px;font-weight:600;min-width:20px;padding:4px 8px;text-align:center}.conversations{flex:1 1;overflow-y:auto;padding:6px}.conversations::-webkit-scrollbar{width:6px}.conversations::-webkit-scrollbar-track{background:#0000}.conversations::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.conversations::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.conversation-list.empty{align-items:center;justify-content:center}.empty-conversations{color:#94a3b8;padding:40px 20px;text-align:center}.empty-conversations p{font-size:14px;margin:0}.conversation-item{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;margin-bottom:8px;overflow:hidden;position:relative;transition:all .3s ease}.conversation-item:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.conversation-item.selected{border-color:#059669;box-shadow:0 2px 8px #05966933}.conversation-item.unread{border-color:#3b82f6;box-shadow:0 2px 8px #3b82f633}.conversation-item.unread.selected{border-color:#059669;box-shadow:0 2px 8px #05966933}.conversation-image-section{background:#f3f4f6;height:140px;overflow:hidden;position:relative}.property-image{height:100%;object-fit:cover;width:100%}.property-placeholder{align-items:center;background:#3b82f61a;color:#93c5fd;display:flex;font-size:48px;height:100%;justify-content:center;width:100%}.property-placeholder.hidden{display:none}.conversation-content{display:flex;flex-direction:column;gap:8px;padding:16px}.conversation-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.property-price{text-align:left}.conversation-time{flex-shrink:0;font-weight:500}.property-address-section{margin-bottom:8px}.property-address{color:#1f2937;font-size:16px;line-height:1.3;text-align:left}.property-location{color:#6b7280;font-size:14px;line-height:1.4;margin-bottom:8px;text-align:left}.property-info-section{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:8px}.info-icon{color:#6b7280;font-size:12px;font-weight:500}.participant-info{margin-bottom:6px}.participant-role{font-size:14px}.participant-name{color:#1f2937;font-weight:600}.latest-message{min-width:0}.message-content{color:#6b7280;font-size:13px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-content.sent-by-me,.no-messages{color:#9ca3af}.no-messages{font-size:13px;font-style:italic}.unread-indicator{align-items:center;background:#000000b3;display:flex;gap:4px;justify-content:center;padding:4px 8px;right:8px}.unread-circle{background:#3b82f6;border-radius:50%;flex-shrink:0;height:8px;width:8px}.unread-count{align-items:center;background:#3b82f6;border-radius:10px;color:#fff;display:flex;font-size:10px;font-weight:700;height:16px;justify-content:center;line-height:1;min-width:16px;padding:2px 6px}@media (max-width:768px){.conversation-list-header{padding:16px 16px 12px}.conversation-list-header h2{font-size:16px}.conversations{padding:4px}.conversation-item{margin-bottom:6px;padding:12px 8px}.conversation-avatar{height:48px;margin-right:10px;width:48px}.property-placeholder{font-size:20px}.property-address{font-size:13px}.property-price{font-size:11px}.conversation-time{font-size:10px}.message-content,.participant-name{font-size:12px}.property-detail{font-size:10px;padding:1px 4px}}@media (max-width:480px){.conversation-list-header{padding:12px 12px 8px}.conversations{padding:2px}.conversation-item{margin-bottom:4px;padding:10px 6px}.conversation-avatar{height:40px;margin-right:8px;width:40px}.property-placeholder{font-size:16px}}.conversation-card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 1px 6px #00000014;cursor:pointer;margin-bottom:10px;overflow:hidden;position:relative;transition:all .2s ease}.conversation-card:hover{box-shadow:0 2px 10px #0000001f;transform:translateY(-1px)}.conversation-card.selected{border-color:#059669}.conversation-card.unread{border-color:#3b82f6}.conversation-image{background:#f3f4f6;border-radius:12px 12px 0 0;height:160px;overflow:hidden;position:relative}.unread-indicator{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#dc2626e6;border:1px solid #fff3;border-radius:12px;color:#fff;font-size:10px;font-weight:700;left:8px;padding:3px 7px;position:absolute;top:8px;z-index:10}.conversation-content{padding:12px 14px}.price-header{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:6px}.property-price{color:#059669;font-size:24px;font-weight:700}.property-price .price-period{color:#6b7280;font-size:14px;font-weight:400}.conversation-time{color:#9ca3af;font-size:11px}.conversation-card .property-address{color:#111827!important;font-size:15px;font-weight:700;line-height:1.2;margin:0}.conversation-card .property-location{color:#6b7280!important;font-size:13px;line-height:1.2;margin:2px 0 6px}.property-specs{flex-wrap:wrap;gap:12px;margin:4px 0 6px}.property-specs,.spec-item{align-items:center;display:flex}.spec-item{color:#4b5563;font-size:12.5px;gap:6px}.latest-message-section{border-top:1px solid #f3f4f6;padding-top:8px}.participant-info{align-items:center;display:flex;gap:6px}.conversation-card .participant-name{color:#374151!important;font-size:13px;font-weight:600}.latest-text{color:#1f2937;font-size:13px;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-text.me{color:#4b5563}.image-gallery{background:#f3f4f6;overflow:hidden}.gallery-container,.image-gallery{height:100%;position:relative;width:100%}.gallery-image{display:block;height:100%;object-fit:cover;width:100%}.gallery-placeholder{align-items:center;background:#f3f4f6;color:#9ca3af;display:flex;font-size:48px;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.gallery-placeholder.hidden{display:none}.gallery-nav{align-items:center;-webkit-appearance:none;appearance:none;background:#0009;border:none;border-radius:50%;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;margin:0;opacity:0;outline:none;padding:0;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)!important;transition:all .2s ease;width:32px;z-index:2}.image-gallery:hover .gallery-nav{opacity:1;pointer-events:auto}.gallery-nav:hover{background:#000c;transform:translateY(-50%) scale(1.1)!important}.gallery-nav:active{background:#000000e6;transform:translateY(-50%) scale(1.05)!important}.gallery-nav-prev{left:8px}.gallery-nav-next{right:8px}.gallery-counter{background:#000000b3;border-radius:12px;color:#fff;font-size:12px;font-weight:500;padding:4px 8px;position:absolute;right:8px;top:8px;z-index:2}.gallery-dots{bottom:8px;display:flex;gap:6px;left:50%;position:absolute;transform:translateX(-50%);z-index:2}.gallery-dot{background:#ffffff80;border:none;border-radius:50%;cursor:pointer;height:8px;transition:all .2s ease;width:8px}.gallery-dot.active{background:#fff;transform:scale(1.2)}.gallery-dot:hover{background:#fffc}@media (max-width:768px){.gallery-nav{background:#0006;opacity:1;pointer-events:auto}.gallery-nav:active{background:#000c;transform:translateY(-50%) scale(.95)!important}.gallery-counter{font-size:11px;padding:3px 6px}}.image-gallery:focus{outline:2px solid #3b82f6;outline-offset:2px}.gallery-nav:focus{transform:translateY(-50%)!important}.gallery-dot:focus,.gallery-nav:focus{outline:2px solid #3b82f6;outline-offset:1px}.gallery-image{transition:opacity .3s ease}.gallery-image[src=""]{opacity:0}@media (prefers-contrast:high){.gallery-counter,.gallery-nav{background:#000000e6;border:1px solid #fff}}.message-thread{display:flex;flex-direction:column;height:100%;overflow:hidden}.date-separator{display:flex;justify-content:center;margin:20px 0 15px}.date-text{background:#ffffff1a;border-radius:12px;color:#ffffffb3;font-size:12px;font-weight:500;letter-spacing:.5px;padding:6px 12px;text-transform:uppercase}.sender-role{color:#fff9;font-size:.9em;font-weight:400;text-transform:capitalize}.message-thread-header{background:#ffffff05;border-bottom:1px solid #ffffff1a;flex-shrink:0;padding:20px}.back-button{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;display:flex;font-size:14px;gap:6px;margin-bottom:16px;padding:8px 12px;transition:all .2s ease}.back-button:hover{background:#ffffff26;border-color:#ffffff4d}.conversation-info{display:flex;flex-direction:column;gap:8px}.property-header{align-items:center;display:flex;gap:12px;justify-content:space-between}.property-address{flex:1 1;font-size:18px;font-weight:600;margin:0;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-price{color:#10b981;flex-shrink:0;font-size:16px;font-weight:600}.participant-header{align-items:center;display:flex;gap:8px}.participant-role{font-size:16px}.participant-name{color:#e2e8f0;font-size:14px;font-weight:500}.participant-role-text{color:#94a3b8;font-size:12px;text-transform:capitalize}.messages-container{padding:16px 20px}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:#0000}.messages-container::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.credit-report-link{align-items:center;background:#3b82f633;border:1px solid #3b82f666;border-radius:8px;color:#60a5fa;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.credit-report-link:hover{background:#3b82f64d;border-color:#3b82f699;color:#93c5fd;transform:translateY(-1px)}.credit-report-link:active{transform:translateY(0)}.credit-report-share-button{align-items:center;background:#22c55e33;border:1px solid #22c55e66;border-radius:8px;color:#4ade80;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.credit-report-share-button:hover{background:#22c55e4d;border-color:#22c55e99;color:#86efac;transform:translateY(-1px)}.credit-report-share-button:active{transform:translateY(0)}.credit-report-pull-button{align-items:center;background:#f59e0b33;border:1px solid #f59e0b66;border-radius:8px;color:#fbbf24;cursor:pointer;display:flex;font-size:13px;font-weight:500;gap:6px;padding:8px 16px;transition:all .2s ease}.credit-report-pull-button:hover{background:#f59e0b4d;border-color:#f59e0b99;color:#fcd34d;transform:translateY(-1px)}.credit-report-pull-button:active{transform:translateY(0)}.no-messages{align-items:center;display:flex;flex:1 1;justify-content:center}.no-messages-content{color:#94a3b8;text-align:center}.no-messages-icon{font-size:48px;margin-bottom:16px}.no-messages-content p{color:#e2e8f0;font-size:16px;margin:0 0 8px}.no-messages-content span{color:#94a3b8;font-size:14px}.messages-list{display:flex;flex-direction:column;gap:12px;min-height:-webkit-min-content;min-height:min-content;padding:8px 0}.message{animation:messageAppear .3s ease-out;max-width:70%}@keyframes messageAppear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.message.own-message{align-items:flex-end;align-self:flex-end;margin-left:auto;margin-right:8px}.message.other-message{align-items:flex-start;align-self:flex-start;margin-left:8px;margin-right:auto}.message-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:18px;box-shadow:0 4px 12px #00000026;gap:8px;padding:14px 18px;position:relative;transition:all .2s ease}.message-content:hover{box-shadow:0 6px 16px #0003;transform:translateY(-1px)}.own-message .message-content{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#3b82f64d;border-radius:18px 18px 4px 18px;color:#fff}.other-message .message-content{background:linear-gradient(135deg,#4b5563,#374151);border-color:#6b72804d;border-radius:18px 18px 18px 4px;color:#fff}.message.application .message-content{background:#3b82f626;border-color:#3b82f64d}.message.system .message-content{background:#9ca3af26;border-color:#9ca3af4d;font-style:italic}.message-type-indicator{align-self:flex-start;font-size:12px;margin-bottom:4px}.message-text{color:#fff;font-size:14px;line-height:1.5;word-break:break-word}.system .message-text{color:#e2e8f0}.ddf-indicator{align-self:flex-end;margin-top:4px}.ddf-indicator span{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#94a3b8;font-size:10px;padding:2px 6px}.message-metadata{align-items:center;color:#94a3b8;display:flex;font-size:11px;gap:8px;justify-content:space-between;margin-top:6px}.message-sender{flex:1 1;min-width:0}.sender-name{color:#e2e8f0;font-weight:500}.message-time{flex-shrink:0;white-space:nowrap}.own-message .message-metadata{flex-direction:row-reverse;text-align:right}.message-input-container{background:#ffffff05;border-top:1px solid #ffffff1a;flex-shrink:0;padding:16px 20px}.message-input-form{align-items:flex-end;display:flex;gap:12px}.input-wrapper{align-items:flex-end;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;display:flex;flex:1 1;gap:8px;padding:8px 12px;position:relative;transition:all .2s ease}.input-wrapper:focus-within{background:#ffffff1f;border-color:#10b98180}.message-input{background:#0000;border:none;color:#fff;flex:1 1;font-family:inherit;font-size:14px;line-height:1.5;max-height:120px;min-height:20px;outline:none;overflow-y:auto;resize:none}.message-input::placeholder{color:#94a3b8}.message-input::-webkit-scrollbar{width:4px}.message-input::-webkit-scrollbar-track{background:#0000}.message-input::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.send-button{align-items:center;background:#10b9814d;border:none;border-radius:50%;color:#10b981;cursor:pointer;display:flex;flex-shrink:0;font-size:16px;height:36px;justify-content:center;opacity:.5;transition:all .2s ease;width:36px}.send-button.active{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 4px 12px #10b9814d;color:#fff;opacity:1}.send-button.active:hover{box-shadow:0 6px 16px #10b98166;transform:translateY(-1px)}.send-button:disabled{box-shadow:none!important;cursor:not-allowed;opacity:.3;transform:none!important}.sending-spinner{animation:spin 1s linear infinite}@media (max-width:768px){.message-thread-header{padding:16px}.property-address{font-size:16px}.property-price{font-size:14px}.participant-name{font-size:13px}.participant-role-text{font-size:11px}.messages-container{padding:12px 16px}.message{max-width:90%}.message-content{border-radius:12px;padding:10px 12px}.message-text{font-size:13px}.message-input-container{padding:12px 16px}.input-wrapper{padding:6px 10px}.message-input{font-size:13px}.send-button{font-size:14px;height:32px;width:32px}}@media (max-width:480px){.message-thread-header{padding:12px}.property-header{align-items:flex-start;flex-direction:column;gap:8px}.property-address{font-size:14px;overflow:visible;text-overflow:clip;white-space:normal}.property-price{font-size:12px}.messages-container{padding:8px 12px}.message{max-width:95%}.message-content{padding:8px 10px}.message-text{font-size:12px}.message-input-container{padding:8px 12px}}.activation-page{background:linear-gradient(135deg,#0f1419,#1a1f2e 50%,#0f1419);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh;overflow-x:hidden;position:relative}.activation-page:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='25' height='25' patternUnits='userSpaceOnUse'%3E%3Cpath d='M25 0H0v25' fill='none' stroke='rgba(59,130,246,0.03)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;left:0;opacity:.4;right:0;top:0}.activation-page:after,.activation-page:before{content:"";pointer-events:none;position:fixed;z-index:0}.activation-page:after{animation:float 8s ease-in-out infinite;background:radial-gradient(circle,#3b82f60d 0,#0000 70%);height:100%;right:-50%;top:-50%;width:100%}.activation-container{margin:0 auto;max-width:900px;padding:12px 16px;position:relative;width:100%;z-index:1}.activation-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0003;border-bottom:1px solid #ffffff1a;padding:16px 0;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.activation-header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 32px}.activation-header-actions{align-items:center;display:flex;gap:12px}.home-link{align-items:center;background:#0000;border:2px solid #ffffff4d;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:10px 20px;text-decoration:none;transition:all .3s ease}.home-link:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}.page-header{padding:60px 30px 40px;position:relative;text-align:center}.page-header:before{animation:float 3s ease-in-out infinite;content:"🏠✨";display:block;font-size:4em;margin-bottom:16px}.page-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#fff,#93c5fd);-webkit-background-clip:text;background-clip:text;color:#fff;font-size:2.5em;font-weight:700;letter-spacing:-.5px;margin:15px 0 0;text-shadow:2px 2px 4px #000000b3}.page-subtitle{color:#94a3b8;font-size:1.1rem;font-weight:400;margin:16px 0 0}.activation-content{padding:30px}.property-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 10px 25px -5px #0000004d;margin-bottom:32px;padding:32px}.property-header{position:relative}.property-header:before{content:"🏢";display:inline-block;font-size:2em;margin-right:12px;vertical-align:middle}.property-header h2{color:#fff;display:inline-block;font-size:1.5em;font-weight:600;margin:0 0 20px;vertical-align:middle}.property-address{align-items:center;color:#fff;display:flex;font-size:1.2em;font-weight:500;gap:8px;margin-bottom:20px}.property-address:before{content:"📍";font-size:1.2em}.property-details{display:flex;flex-wrap:wrap;gap:15px}.property-details span{background:#3b82f61a;border:1px solid #3b82f633;border-radius:10px;color:#93c5fd;font-size:.9em;font-weight:500;padding:10px 16px}.property-details .price{background:#10b9811a;border-color:#10b98133;color:#10b981;font-weight:600}.agent-info-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;display:flex;gap:20px;margin-bottom:20px;padding:20px 24px}.agent-avatar-large{border:2px solid #3b82f6;border-radius:50%;box-shadow:0 0 15px #3b82f64d;flex-shrink:0;height:60px;overflow:hidden;width:60px}.agent-avatar-large img{height:100%;object-fit:cover;width:100%}.agent-placeholder-large{align-items:center;background:#3b82f633;color:#3b82f6;display:flex;font-size:1.8rem;height:100%;justify-content:center;width:100%}.agent-name-large{color:#fff;font-size:1.4em;font-weight:600;margin:0 0 4px}.agent-office-large{color:#94a3b8;font-size:.9em;margin:0 0 12px}.agent-stats{display:flex;flex-wrap:wrap;gap:16px}.stat-item{background:#3b82f61a;border:1px solid #3b82f633;border-radius:16px;color:#93c5fd;font-size:.8em;font-weight:500;padding:6px 12px}.listings-with-applications,.section-header{margin-bottom:20px}.section-header h2{color:#fff;font-size:1.2em;font-weight:600;margin-bottom:4px}.section-header p{color:#94a3b8;font-size:.85em;margin:0}.activation-listing-row{grid-gap:16px;background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;display:grid;gap:16px;grid-template-columns:1.5fr 1fr;margin-bottom:20px;padding:16px}.activation-listing-row.current-activation-listing-row{background:#10b9810d;border-color:#10b981}.listing-main{min-width:0}.listing-applications{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:10px;padding:16px}.applications-header h4{color:#fff;font-size:1em;font-weight:600;margin:0 0 12px}.no-applications{color:#94a3b8;font-size:.85em;padding:20px;text-align:center}.no-applications p{margin:0}.agent-listings-column{min-width:0}.applications-column{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;height:-webkit-fit-content;height:fit-content;padding:20px}.column-header{margin-bottom:16px}.column-header h2{color:#fff;font-size:1.2em;font-weight:600;margin-bottom:4px}.column-header p{color:#94a3b8;font-size:.85em;margin:0}.section-label{background:#3b82f61a;border:1px solid #3b82f633;border-radius:6px;color:#3b82f6;font-size:.8em;font-weight:600;margin-bottom:12px;padding:6px 12px}.current-listing-section,.other-listings-section{margin-bottom:20px}.listings-grid.vertical{display:flex;flex-direction:column;gap:12px}.listing-card.current-listing{border:2px solid #10b981;box-shadow:0 0 20px #10b9814d}.listing-card.other-listing{opacity:.8}.listing-card.other-listing:hover{opacity:1;transform:translateY(-2px);transition:all .2s ease}.applications-list{display:flex;flex-direction:column;gap:12px}.application-card{background:#ffffff14;border:1px solid #ffffff1a;border-radius:10px;padding:16px}.application-card.current-application{background:#10b9811a;border-color:#10b981}.application-header{align-items:center;display:flex;justify-content:flex-end;margin-bottom:12px}.application-header h3{color:#fff;font-size:1em;font-weight:600;margin:0}.application-status{background:#10b981;border-radius:16px;color:#fff;font-size:.75em;font-weight:500;padding:3px 10px}.applicant-info strong{color:#fff;font-size:1em}.applicant-email{color:#94a3b8;font-size:.85em;margin:2px 0 12px}.application-details{margin:12px 0}.detail-row{margin-bottom:8px;padding:4px 0}.detail-row:last-child{margin-bottom:0}.detail-label{color:#94a3b8;flex:0 0 auto;font-size:.8em;font-weight:500;text-align:left}.detail-value{color:#e2e8f0;flex:1 1;font-size:.85em;font-weight:500;text-align:right}.detail-value.blurred{filter:blur(4px);transition:filter .3s ease}.detail-value.blurred:hover{filter:blur(0)}.application-property{border-top:1px solid #ffffff1a;margin-top:12px;padding-top:12px}.application-property small{color:#94a3b8;font-size:.75em}@media (max-width:1024px){.activation-listing-row{gap:16px;grid-template-columns:1fr}.listing-applications{order:-1}.agent-info-header{flex-direction:column;padding:16px;text-align:center}.agent-stats{justify-content:center}}.listing-section{margin-bottom:32px}.listing-card-full{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 10px 25px -5px #0000004d;overflow:hidden}.listing-image-section{height:240px;overflow:hidden;position:relative}.listing-image-main{height:100%;width:100%}.listing-image-main img{height:100%;object-fit:cover;width:100%}.placeholder-image-main{align-items:center;background:#3b82f61a;color:#93c5fd;display:flex;font-size:4rem;height:100%;justify-content:center;width:100%}.listing-image-overlay{position:absolute;right:16px;top:16px}.image-counter{background:#000000b3;border-radius:20px;color:#fff;font-size:.8em;font-weight:500;padding:6px 12px}.listing-content-full{padding:24px}.listing-price-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.listing-price-main{color:#10b981;font-size:1.8em;font-weight:700}.listing-source{color:#94a3b8;font-size:.8em}.listing-address{color:#fff;font-size:1.2em;font-weight:600;margin-bottom:8px}.listing-location{align-items:center;display:flex;font-size:.9em;gap:6px;margin-bottom:16px}.location-pin{font-size:1.1em}.listing-features{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:16px}.feature-item{align-items:center;background:#3b82f61a;border:1px solid #3b82f633;border-radius:8px;color:#93c5fd;display:flex;font-size:.85em;gap:6px;padding:8px 12px}.feature-icon{font-size:1em}.listing-description{color:#cbd5e1;font-size:.9em;line-height:1.5;margin-bottom:20px}.agent-section{align-items:center;background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;display:flex;gap:12px;margin-bottom:16px;padding:16px}.agent-avatar{height:48px;width:48px}.agent-placeholder{align-items:center;background:#3b82f61a;color:#93c5fd;display:flex;font-size:1.5rem;height:100%;justify-content:center;width:100%}.agent-info{flex:1 1}.agent-name{color:#fff;margin-bottom:4px}.agent-office{color:#94a3b8;font-size:.85em}.listing-meta{align-items:center;border-top:1px solid #ffffff1a;color:#94a3b8;display:flex;font-size:.8em;justify-content:space-between;padding-top:16px}.tenant-summary-section{margin-bottom:32px}.tenant-summary-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 20px -5px #0000004d;padding:24px}.tenant-summary-header h2{color:#fff;font-size:1.3em;font-weight:600;margin:0 0 20px}.tenant-summary-content{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr 1fr}.tenant-details strong{color:#fff;display:block;font-size:1.1em;margin-bottom:8px}.tenant-email{color:#94a3b8;font-size:.9em;margin:8px 0}.application-preview{grid-column:1/-1}.teaser-preview{background:#3b82f60d;border:1px solid #3b82f61a;border-radius:8px;color:#cbd5e1;font-size:.9em;line-height:1.5;margin:8px 0 0;padding:16px}.portfolio-section{margin-bottom:32px}.portfolio-header{margin-bottom:24px;text-align:center}.portfolio-header h2{color:#fff;font-size:1.4em;font-weight:600;margin:0 0 8px}.portfolio-header p{color:#94a3b8;font-size:.9em;margin:0}.listings-grid{grid-gap:20px;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.listing-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.listing-card:hover{box-shadow:0 8px 20px -5px #0006}.listing-image{height:160px;overflow:hidden;position:relative}.listing-image img{height:100%;object-fit:cover;width:100%}.placeholder-image{align-items:center;background:#3b82f61a;color:#93c5fd;display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.listing-title{color:#fff;font-size:1.1em;font-weight:600;line-height:1.3;margin:0 0 8px}.listing-location{color:#94a3b8;font-size:.85em;margin-bottom:12px}.listing-details{display:flex;flex-wrap:wrap;gap:8px}.listing-details span{background:#3b82f61a;border:1px solid #3b82f633;border-radius:6px;color:#93c5fd;font-size:.8em;padding:4px 8px}.listing-price{background:#10b9811a!important;border-color:#10b98133!important;color:#10b981!important;font-weight:600}@media (max-width:768px){.listings-grid,.tenant-summary-content{gap:16px;grid-template-columns:1fr}.activation-container{padding:16px}.page-header{padding:40px 20px 30px}.page-header h1{font-size:2rem}.listing-content-full,.tenant-summary-card{padding:20px}.listing-image-section{height:200px}.listing-features{gap:8px}.feature-item{font-size:.8em;padding:6px 10px}}.tenant-info-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 10px 25px -5px #0000004d;margin-bottom:32px;padding:32px}.tenant-header{position:relative}.tenant-header:before{content:"👤";font-size:2em;margin-right:12px}.tenant-header h2,.tenant-header:before{display:inline-block;vertical-align:middle}.tenant-header h2{color:#fff;font-size:1.5em;font-weight:600;margin:0 0 20px}.tenant-details p{color:#ffffffe6;line-height:1.6;margin:12px 0}.tenant-details strong{color:#93c5fd}.teaser-message{border-top:1px solid #ffffff1a;margin-top:20px;padding-top:20px}.teaser-text{background:#3b82f61a;border-left:4px solid #3b82f6;border-radius:12px;color:#ffffffe6;font-style:italic;line-height:1.6;padding:20px}.cta-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 8px 20px -5px #0000004d;margin-bottom:16px;padding:16px 20px;text-align:center}.cta-card h2{color:#fff;font-size:1.3em;font-weight:600;margin:0 0 8px}.cta-card p{color:#ffffffe6;font-size:.95em;line-height:1.4;margin:0 0 16px}.cta-button{background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-size:1.1em;font-weight:600;padding:16px 32px;transition:all .3s ease}.cta-button:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #3b82f666;transform:translateY(-2px)}.signup-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-top:24px;padding:32px}.form-group{margin-bottom:24px;text-align:left}.form-group label{color:#fff;display:block;font-size:1em;font-weight:600;margin-bottom:8px}.help-text{color:#ffffffb3;font-size:.9em;margin:8px 0}.form-group input{background:#ffffff0d;border:2px solid #fff3;border-radius:10px;box-sizing:border-box;color:#fff;font-size:1em;padding:14px 16px;transition:all .3s ease;width:100%}.password-input-wrapper input[type=password],.password-input-wrapper input[type=text]{-webkit-text-fill-color:#fff!important;color:#fff!important}.password-input-wrapper input[type=password]:-webkit-autofill,.password-input-wrapper input[type=password]:-webkit-autofill:active,.password-input-wrapper input[type=password]:-webkit-autofill:focus,.password-input-wrapper input[type=password]:-webkit-autofill:hover,.password-input-wrapper input[type=text]:-webkit-autofill,.password-input-wrapper input[type=text]:-webkit-autofill:active,.password-input-wrapper input[type=text]:-webkit-autofill:focus,.password-input-wrapper input[type=text]:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;box-shadow:inset 0 0 0 1000px #ffffff0d!important;color:#fff!important}.form-group input:focus{background:#ffffff1a;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input::placeholder{color:#ffffff80}.submit-button{background:linear-gradient(135deg,#3b82f6,#1e40af);border:none;border-radius:12px;box-shadow:0 4px 15px #3b82f64d;color:#fff;cursor:pointer;font-size:1em;font-weight:600;margin-bottom:16px;padding:16px 32px;transition:all .3s ease;width:100%}.submit-button:hover:not(:disabled){background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 6px 20px #3b82f666;transform:translateY(-1px)}.submit-button:disabled{background:#6b7280;box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.back-button{background:#0000;border:2px solid #ffffff4d;border-radius:10px;color:#ffffffe6;cursor:pointer;font-size:.95em;font-weight:500;padding:14px 24px;transition:all .3s ease;width:100%}.back-button:hover{background:#ffffff1a;border-color:#ffffff80;color:#fff}.agent-info{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;color:#ffffffb3;font-size:.9em;padding:24px;text-align:center}.error-message,.loading{padding:80px 40px;text-align:center}.loading{color:#fffc;font-size:1.2em;position:relative}.loading-container{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;box-shadow:0 20px 40px #3b82f61a;margin:40px 20px;padding:60px 40px;text-align:center}.loading-spinner{border:4px solid #3b82f633;border-top-color:#3b82f6;height:60px;margin:0 auto 24px;width:60px}.loading-text{font-size:1.3em;font-weight:500;margin-bottom:8px}.loading-subtext{color:#fff9;font-size:1em}.error-message{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(135deg,#ef44441a,#dc26260d);border:1px solid #ef444433;border-radius:24px;box-shadow:0 20px 40px #ef44441a;margin:40px 20px;overflow:hidden;position:relative}.error-message:before{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Cdefs%3E%3Cpattern id='a' width='10' height='10' patternUnits='userSpaceOnUse'%3E%3Cpath d='M10 0H0v10' fill='none' stroke='rgba(239,68,68,0.05)'/%3E%3C/pattern%3E%3C/defs%3E%3Cpath fill='url(%23a)' d='M0 0h100v100H0z'/%3E%3C/svg%3E");bottom:0;content:"";left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.error-message-content{position:relative;z-index:1}.error-icon{align-items:center;animation:errorPulse 2s ease-in-out infinite;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:50%;box-shadow:0 8px 32px #ef44444d;color:#fff;display:flex;font-size:36px;height:80px;justify-content:center;margin:0 auto 24px;width:80px}@keyframes errorPulse{0%,to{box-shadow:0 8px 32px #ef44444d;transform:scale(1)}50%{box-shadow:0 12px 40px #ef444466;transform:scale(1.05)}}.error-message h2{font-size:2em;font-weight:700;text-shadow:0 2px 4px #0000004d}.error-message p{color:#ffffffe6;font-size:1.1em;font-weight:400;line-height:1.7;margin:12px 0}.error-illustration{height:120px;margin:0 auto 32px;position:relative;width:120px}.broken-link-icon{align-items:center;animation:float 3s ease-in-out infinite;background:linear-gradient(135deg,#ef444433,#dc26261a);border:2px solid #ef44444d;border-radius:20px;color:#ef4444;display:flex;font-size:48px;height:100%;justify-content:center;width:100%}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width:768px){.activation-page{padding:10px}.activation-container{margin:0}.header{padding:30px 20px 15px}.header h1{font-size:1.5em}.activation-content,.property-card,.tenant-info-card{padding:20px}.cta-card{padding:25px 20px}.property-details{flex-direction:column;gap:10px}.property-details span{text-align:center}}@media (max-width:480px){.header h1{font-size:1.3em}.activation-content,.cta-card,.property-card,.tenant-info-card{padding:15px}}.password-input-wrapper{align-items:center;display:flex;position:relative}.password-input-wrapper input{flex:1 1;padding-right:45px}.password-toggle{align-items:center;background:none;border:none;border-radius:4px;color:#ffffffb3;cursor:pointer;display:flex;font-size:16px;height:28px;justify-content:center;padding:4px;position:absolute;right:12px;transition:all .2s ease;width:28px}.password-toggle:hover{background-color:#ffffff1a;color:#ffffffe6}.password-toggle:focus{outline:2px solid #3b82f6;outline-offset:2px}.credit-pull-page{background:linear-gradient(135deg,#0f1419,#1a1f2e 50%,#0f1419);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.credit-pull-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.credit-pull-header .header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:16px 32px}.credit-pull-header .header-actions{align-items:center;display:flex;gap:12px}.back-btn,.chat-btn,.home-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:4px;padding:8px 16px;text-decoration:none;transition:all .3s ease}.back-btn:hover,.chat-btn:hover,.home-btn:hover{background:#ffffff26;border-color:#ffffff4d;transform:translateY(-1px)}.credit-pull-container{margin:0 auto;max-width:1000px;padding:40px 20px}.credit-pull-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;padding:32px}.credit-pull-title{align-items:center;color:#fff;display:flex;font-size:32px;font-weight:700;gap:12px;justify-content:center;margin-bottom:8px;text-align:center}.credit-pull-subtitle{color:#ffffffb3;font-size:16px}.credit-pull-subtitle,.form-header{margin-bottom:32px;text-align:center}.form-header{border-bottom:1px solid #ffffff1a;padding-bottom:24px}.form-header h2{color:#fff;font-size:24px;font-weight:600;margin:0 0 8px}.form-subtitle{color:#ffffffb3;font-size:14px;line-height:1.5;margin:0}.credit-form{gap:32px}.credit-form,.form-section{display:flex;flex-direction:column}.form-section{gap:24px}.form-section h3{border-bottom:1px solid #ffffff1a;color:#fff;font-size:18px;font-weight:600;margin:0;padding-bottom:12px}.credit-form-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.credit-form-group{display:flex;flex-direction:column;gap:8px}.credit-form-group label{color:#ffffffe6;font-size:14px;font-weight:500}.credit-form-group input{background:#ffffff0d;border:1px solid #fff3;border-radius:8px;box-sizing:border-box;color:#fff;font-size:16px;padding:12px 16px;transition:all .2s ease;width:100%}.credit-form-group input::placeholder{color:#fff6}.credit-form-group input:focus{background:#ffffff14;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.credit-form-group input:invalid{border-color:#ef4444}.credit-form-group small{color:#ffffff80;font-size:12px}.credit-address-section{display:flex;flex-direction:column;gap:16px}.credit-address-header{display:flex;justify-content:flex-end}.add-address-btn{background:none;border:none;color:#3b82f6;cursor:pointer;font-size:14px;padding:0;text-decoration:underline;transition:color .2s ease}.add-address-btn:hover{color:#60a5fa}.credit-address-group{width:100%}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input[type=search]:-webkit-autofill,input[type=search]:-webkit-autofill:active,input[type=search]:-webkit-autofill:focus,input[type=search]:-webkit-autofill:hover{-webkit-text-fill-color:#fff!important;background-color:#ffffff0d!important;-webkit-box-shadow:inset 0 0 0 30px #ffffff0d!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}input::-webkit-contacts-auto-fill-button,input::-webkit-credentials-auto-fill-button,input[data-chrome-autofill=disabled]::-webkit-contacts-auto-fill-button,input[data-chrome-autofill=disabled]::-webkit-credentials-auto-fill-button{display:none!important;pointer-events:none!important;visibility:hidden!important}.google-places-container input,.google-places-input{background-color:#ffffff0d!important;border:1px solid #fff3!important;color:#fff!important}.google-places-container input:-webkit-autofill,.google-places-input:-webkit-autofill{-webkit-text-fill-color:#fff!important;background-color:#ffffff0d!important;-webkit-box-shadow:inset 0 0 0 30px #ffffff0d!important}input[type=search]{-webkit-appearance:none!important}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none!important}input:-webkit-autofill{-webkit-animation-delay:1s;-webkit-animation-fill-mode:both;-webkit-animation-name:autofill}.pac-container{border:1px solid #fff3!important;border-radius:8px!important;box-shadow:0 4px 12px #0000004d!important;font-family:inherit!important;margin-top:4px!important;z-index:10000!important}.pac-container,.pac-item{background:#1a1f2e!important}.pac-item{border-bottom:1px solid #ffffff1a!important;color:#ffffffe6!important;cursor:pointer!important;font-size:14px!important;line-height:1.4!important;padding:12px 16px!important}.pac-item:hover{background-color:#ffffff0d!important;color:#fff!important}.pac-item-selected{background-color:#3b82f633!important;color:#fff!important}.pac-matched{color:#3b82f6!important;font-weight:600!important}.pac-item-query{color:#ffffffe6!important;font-size:14px!important}.pac-icon{background-color:initial!important;background-image:none!important;height:20px!important;margin-right:8px!important;width:20px!important}.pac-icon:before{color:#fff9;content:"📍";font-size:14px}.hdpi.pac-logo:after,.pac-logo:after{background-image:none!important}.hdpi.pac-logo:after,.pac-container:after,.pac-logo:after{color:#ffffffb3!important;content:"powered by Google"!important;display:block!important;font-family:inherit!important;font-size:11px!important;padding:4px 8px!important;text-align:right!important}.pac-container:after{background:#1a1f2e!important;border-top:1px solid #ffffff1a!important}.pac-container .pac-logo{background-color:#1a1f2e!important;color:#ffffffb3!important}.pac-container .pac-logo:after{background:#1a1f2e!important;color:#ffffffb3!important}.credit-consent-section{background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;padding:24px}.credit-consent-checkbox{align-items:flex-start;color:#ffffffe6;cursor:pointer;display:flex;font-size:14px;gap:12px;line-height:1.5}.credit-consent-checkbox input[type=checkbox]{display:none}.checkmark{align-items:center;background:#ffffff0d;border:2px solid #ffffff4d;border-radius:4px;display:flex;flex-shrink:0;height:20px;justify-content:center;margin-top:2px;transition:all .2s ease;width:20px}.credit-consent-checkbox input[type=checkbox]:checked+.checkmark{background:#3b82f6;border-color:#3b82f6}.credit-consent-checkbox input[type=checkbox]:checked+.checkmark:after{color:#fff;content:"✓";font-size:12px;font-weight:700}.terms-link{background:none;border:none;color:#3b82f6;cursor:pointer;font:inherit;padding:0;text-decoration:underline;transition:color .2s ease}.terms-link:hover{color:#60a5fa}.credit-form-actions{align-items:center;border-top:1px solid #ffffff1a;display:flex;gap:16px;justify-content:space-between;margin-top:32px;padding-top:32px}.credit-back-btn{background:#ffffff0d;border:1px solid #fff3;border-radius:8px;color:#ffffffe6;cursor:pointer;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.credit-back-btn:hover{background:#ffffff14;border-color:#ffffff4d;transform:translateY(-1px)}.credit-next-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);border:none;border-radius:8px;box-shadow:0 4px 12px #3b82f64d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 32px;transition:all .2s ease}.credit-next-btn:hover:not(:disabled){box-shadow:0 6px 16px #3b82f666;transform:translateY(-1px)}.credit-next-btn:disabled{background:#ffffff1a;box-shadow:none;color:#fff6;cursor:not-allowed}@media (max-width:768px){.credit-pull-header .header-container{align-items:stretch;flex-direction:column;gap:12px;padding:12px 16px}.credit-pull-header .header-actions{flex-wrap:wrap;justify-content:center}.credit-pull-container{padding:20px 16px}.credit-pull-content{padding:24px 16px}.credit-pull-title{font-size:24px}.credit-form-grid{gap:16px;grid-template-columns:1fr}.credit-form-actions{flex-direction:column-reverse;gap:12px}.credit-back-btn,.credit-next-btn{text-align:center;width:100%}}@media (max-width:480px){.credit-pull-header .header-container{padding:8px 12px}.credit-pull-container{padding:16px 8px}.credit-pull-content{border-radius:12px;padding:16px 12px}.credit-pull-title,.form-header h2{font-size:20px}.credit-form{gap:24px}.form-section{gap:16px}}.security-note{background:#ffc1071a;border-left:3px solid #ffc107;border-radius:4px;margin-top:8px;padding:12px}.security-note small{color:#ffd54f;display:block;line-height:1.4}.credit-form-group.full-width{width:100%}input[type=password]{background:#ffffff1a;border:2px solid #fff3;border-radius:8px;color:#fff;font-size:16px;padding:12px;transition:all .3s ease;width:100%}input[type=password]:focus{background:#ffffff26;border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}input[type=password]::placeholder{color:#ffffff80}.credit-report-page{background:linear-gradient(135deg,#0f1419,#1a1f2e 50%,#0f1419);color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;min-height:100vh}.credit-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6;border-bottom:1px solid #ffffff1a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1400px;padding:16px 32px}.header-actions{gap:12px}.nav-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;gap:4px;padding:8px 16px;text-decoration:none;transition:all .3s ease}.nav-btn:hover{background:#fff3;border-color:#ffffff4d;transform:translateY(-1px)}.credit-container{margin:0 auto;max-width:1400px;padding:32px}.credit-loading{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;min-height:50vh}.loading-spinner{border:3px solid #ffffff1a;border-top-color:#667eea}.page-title{margin-bottom:40px;text-align:center}.page-title h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:48px;font-weight:700;margin:0 0 8px}.page-title p{color:#94a3b8;font-size:16px;margin:0}.credit-nav{background:#ffffff0d;border-radius:12px;display:flex;gap:4px;justify-content:center;margin-bottom:40px;margin-left:auto;margin-right:auto;max-width:400px;padding:4px}.nav-tab{background:none;border:none;border-radius:8px;color:#94a3b8;cursor:pointer;flex:1 1;font-size:16px;font-weight:500;padding:12px 24px;transition:all .3s ease}.nav-tab:hover{background:#ffffff1a;color:#fff}.nav-tab.active{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 12px #667eea4d;color:#fff}.overview-section{display:flex;flex-direction:column;gap:32px}.score-hero{grid-gap:40px;align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:20px;display:grid;gap:40px;grid-template-columns:auto 1fr;padding:40px}.score-circle,.score-visual{display:flex;justify-content:center}.score-circle{align-items:center;background:#ffffff0d;border:6px solid;border-radius:50%;flex-direction:column;height:180px;position:relative;width:180px}.score-number{font-size:48px;font-weight:800;line-height:1}.score-label{font-size:14px;font-weight:600;margin-top:4px;opacity:.8;text-transform:uppercase}.score-details h2{color:#fff;font-size:32px;font-weight:700;margin:0 0 8px}.score-details p{color:#94a3b8;font-size:16px;margin:0 0 20px}.score-range{display:flex;gap:20px;margin-bottom:30px}.score-range span{background:#ffffff1a;border-radius:6px;color:#cbd5e1;font-size:14px;padding:6px 12px}.score-scale{margin-top:20px;position:relative}.scale-bar{border-radius:6px;display:flex;height:12px;margin-bottom:8px;overflow:hidden}.scale-bar>div{align-items:center;color:#fff;display:flex;flex:1 1;font-size:10px;font-weight:600;justify-content:center;text-shadow:0 1px 2px #00000080}.scale-poor{background:#ef4444}.scale-fair{background:#f97316}.scale-good{background:#eab308}.scale-very-good{background:#84cc16}.scale-excellent{background:#10b981}.score-indicator{border-radius:4px;box-shadow:0 2px 8px #00000080;height:16px;position:absolute;top:-2px;transform:translateX(-50%);width:8px}.metrics-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.metric-card{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:16px;display:flex;gap:16px;padding:24px;transition:all .3s ease}.metric-card:hover{background:linear-gradient(135deg,#ffffff26,#ffffff14);box-shadow:0 8px 25px #0000004d;transform:translateY(-2px)}.metric-icon{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:12px;box-shadow:0 4px 12px #667eea4d;display:flex;font-size:32px;height:60px;justify-content:center;width:60px}.metric-content h3{color:#94a3b8;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 4px;text-transform:uppercase}.metric-value{color:#fff;font-size:24px;font-weight:700;margin:0}.metric-value.good{color:#10b981}.metric-value.warning{color:#f59e0b}.summary-cards{grid-gap:24px;display:grid;gap:24px}.summary-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:16px;padding:32px}.summary-card h3{color:#fff;font-size:20px;font-weight:600;margin:0 0 24px}.summary-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}.summary-item{text-align:center}.summary-number{color:#fff;display:block;font-size:32px;font-weight:800;margin-bottom:8px}.summary-label{color:#94a3b8;font-size:14px;font-weight:500}.details-section{display:flex;flex-direction:column;gap:24px}.detail-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(135deg,#ffffff1a,#ffffff0d);border:1px solid #ffffff1a;border-radius:16px;overflow:hidden}.card-header{align-items:center;background:#ffffff0d;border-bottom:1px solid #ffffff1a;cursor:pointer;padding:20px 24px;transition:all .3s ease}.card-header:hover{background:#ffffff1a}.card-header h3{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:600;gap:8px;margin:0}.expand-icon{color:#94a3b8;font-size:12px;transition:transform .3s ease}.expand-icon.expanded{transform:rotate(180deg)}.card-content{padding:24px}.info-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.info-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;justify-content:space-between;padding:16px}.info-label{color:#94a3b8;font-size:14px;font-weight:600}.info-value{color:#fff;font-weight:600;text-align:right}.scores-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.score-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:20px;text-align:center}.score-model{color:#94a3b8;font-size:14px;font-weight:600;margin-bottom:8px}.score-card .score-number{font-size:32px;font-weight:800;margin:8px 0}.score-card .score-range{color:#cbd5e1;font-size:12px;margin-bottom:8px}.score-reasons{color:#64748b;font-size:11px}.tradelines-grid{grid-gap:20px;display:grid;gap:20px}.tradeline-card{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;padding:20px}.tradeline-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;margin-bottom:16px;padding-bottom:12px}.tradeline-header h4{color:#fff;font-size:16px;font-weight:600;margin:0}.status-badge{border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.status-badge.current,.status-badge.open,.status-badge.pays-account-as-agreed{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.status-badge.closed,.status-badge.included-in-chapter-13{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.status-badge.unknown{background:#9ca3af33;border:1px solid #9ca3af4d;color:#9ca3af}.tradeline-details{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.detail-row{align-items:center;display:flex;justify-content:space-between;padding:8px 0}.detail-row span:first-child{color:#94a3b8;font-size:14px;font-weight:500}.detail-row span:last-child{color:#fff;font-weight:600;text-align:right}.detail-row .good{color:#10b981}.detail-row .warning{color:#f59e0b}.inquiries-list{grid-gap:12px;display:grid;gap:12px}.inquiry-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;display:flex;justify-content:space-between;padding:16px}.inquiry-info h4{color:#fff;font-size:16px;font-weight:600;margin:0 0 4px}.inquiry-info p{color:#94a3b8;font-size:14px;margin:0}.inquiry-type{border-radius:20px;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.hard-inquiry{background:#ef444433;border:1px solid #ef44444d;color:#ef4444}.soft-inquiry{background:#10b98133;border:1px solid #10b9814d;color:#10b981}.alerts-list{grid-gap:16px;display:grid;gap:16px}.alert-item{background:#ffffff0d;border-left:4px solid;border-radius:8px;padding:16px}.alert-item.ofac{border-left-color:#ef4444}.alert-item.id-scan{border-left-color:#f59e0b}.alert-item.ssn{border-left-color:#8b5cf6}.alert-item h4{color:#fff;font-size:14px;font-weight:600;margin:0 0 8px}.alert-item p{color:#cbd5e1;font-size:13px;margin:0 0 8px}.alert-time{color:#64748b;font-size:12px}.no-data{color:#64748b;font-size:16px;padding:40px;text-align:center}.error-message{padding:60px 40px;text-align:center}.error-message h2{color:#fff;font-size:24px;font-weight:600;margin:0 0 16px}.error-message p{color:#94a3b8;font-size:16px;margin:0 0 24px}.primary-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.primary-btn:hover{box-shadow:0 8px 25px #667eea66;transform:translateY(-2px)}.credit-footer{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;margin-top:60px;padding:40px;text-align:center}.credit-footer p{color:#64748b;font-size:14px;margin:4px 0}@media (max-width:768px){.credit-container{padding:20px}.header-container{padding:12px 20px}.score-hero{gap:24px;grid-template-columns:1fr;text-align:center}.page-title h1{font-size:36px}.metrics-grid{grid-template-columns:1fr}.summary-grid{grid-template-columns:repeat(2,1fr)}.info-grid,.scores-grid,.tradeline-details{grid-template-columns:1fr}.inquiry-item{align-items:flex-start;flex-direction:column;gap:12px;text-align:left}}@media (max-width:480px){.credit-container{padding:16px}.score-circle{height:140px;width:140px}.score-number{font-size:36px}.credit-nav{flex-direction:column;max-width:none}.summary-grid{grid-template-columns:1fr}}.password-prompt{align-items:center;display:flex;justify-content:center;min-height:80vh;padding:40px}.password-form{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:16px;box-shadow:0 8px 32px #0000004d;max-width:400px;padding:40px;text-align:center;width:100%}.password-form h2{color:#fff;font-size:24px;font-weight:600;margin-bottom:16px}.password-form p{color:#ffffffb3;line-height:1.5;margin-bottom:32px}.password-form .input-group{margin-bottom:24px;text-align:left}.password-form label{color:#fff;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.password-form input{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;box-sizing:border-box;color:#fff;font-size:16px;padding:12px 16px;transition:all .3s ease;width:100%}.password-form input:focus{background:#ffffff26;border-color:#3b82f6;outline:none}.password-form input::placeholder{color:#ffffff80}.password-form .primary-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-top:8px;padding:12px 24px;transition:all .3s ease;width:100%}.password-form .primary-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 20px #3b82f64d;transform:translateY(-1px)}.maplibregl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.maplibregl-canvas{left:0;position:absolute;top:0}.maplibregl-map:fullscreen{height:100%;width:100%}.maplibregl-ctrl-group button.maplibregl-ctrl-compass{touch-action:none}.maplibregl-canvas-container.maplibregl-interactive,.maplibregl-ctrl-group button.maplibregl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.maplibregl-canvas-container.maplibregl-interactive.maplibregl-track-pointer{cursor:pointer}.maplibregl-canvas-container.maplibregl-interactive:active,.maplibregl-ctrl-group button.maplibregl-ctrl-compass:active{cursor:grabbing}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-canvas-container.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:pinch-zoom}.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan,.maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas{touch-action:none}.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures,.maplibregl-canvas-container.maplibregl-touch-drag-pan.maplibregl-cooperative-gestures .maplibregl-canvas{touch-action:pan-x pan-y}.maplibregl-ctrl-bottom-left,.maplibregl-ctrl-bottom-right,.maplibregl-ctrl-top-left,.maplibregl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.maplibregl-ctrl-top-left{left:0;top:0}.maplibregl-ctrl-top-right{right:0;top:0}.maplibregl-ctrl-bottom-left{bottom:0;left:0}.maplibregl-ctrl-bottom-right{bottom:0;right:0}.maplibregl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.maplibregl-ctrl-top-left .maplibregl-ctrl{float:left;margin:10px 0 0 10px}.maplibregl-ctrl-top-right .maplibregl-ctrl{float:right;margin:10px 10px 0 0}.maplibregl-ctrl-bottom-left .maplibregl-ctrl{float:left;margin:0 0 10px 10px}.maplibregl-ctrl-bottom-right .maplibregl-ctrl{float:right;margin:0 10px 10px 0}.maplibregl-ctrl-group{background:#fff;border-radius:4px}.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (forced-colors:active){.maplibregl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.maplibregl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;padding:0;width:29px}.maplibregl-ctrl-group button+button{border-top:1px solid #ddd}.maplibregl-ctrl button .maplibregl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (forced-colors:active){.maplibregl-ctrl-icon{background-color:initial}.maplibregl-ctrl-group button+button{border-top:1px solid ButtonText}}.maplibregl-ctrl button::-moz-focus-inner{border:0;padding:0}.maplibregl-ctrl-attrib-button:focus,.maplibregl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl button:disabled{cursor:not-allowed}.maplibregl-ctrl button:disabled .maplibregl-ctrl-icon{opacity:.25}.maplibregl-ctrl button:not(:disabled):hover{background-color:#0000000d}.maplibregl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.maplibregl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.maplibregl-ctrl-group button:focus:first-child{border-radius:4px 4px 0 0}.maplibregl-ctrl-group button:focus:last-child{border-radius:0 0 4px 4px}.maplibregl-ctrl-group button:focus:only-child{border-radius:inherit}.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29'%3E%3Cpath d='m10.5 14 4-8 4 8z'/%3E%3Cpath fill='%23ccc' d='m10.5 16 4 8 4-8z'/%3E%3C/svg%3E")}}.maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%23333'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' fill='%2333b5e5'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23333' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23aaa' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-waiting .maplibregl-ctrl-icon{animation:maplibregl-spin 2s linear infinite}@media (forced-colors:active){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23fff' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23999' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e58978' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%2333b5e5' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23e54e33' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29' height='29' fill='%23666' viewBox='0 0 20 20'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1m0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath fill='red' d='m14 5 1 1-9 9-1-1z'/%3E%3C/svg%3E")}}@keyframes maplibregl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat;cursor:pointer;display:block;height:23px;margin:0 0 -4px -4px;overflow:hidden;width:88px}a.maplibregl-ctrl-logo.maplibregl-compact{width:14px}@media (forced-colors:active){a.maplibregl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}@media (forced-colors:active) and (prefers-color-scheme:light){a.maplibregl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath fill='%23000' fill-opacity='.4' fill-rule='evenodd' d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.25 1.25 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.25 1.25 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5 5 0 0 1 .314-.787l.009-.016a4.6 4.6 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.6 4.6 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4q.47.48.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.42 2.42 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.45 2.45 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675q.318.302.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.8 4.8 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.4 3.4 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.25 1.25 0 0 1 .689 1.004 4.7 4.7 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528q-.001.515-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.8 5.8 0 0 1-.548-2.512q0-.429.053-.843a1.3 1.3 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.8 4.8 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.5 4.5 0 0 1-1.935-.424 1.25 1.25 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.4 2.4 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.7 4.7 0 0 1-1.782 1.884 4.77 4.77 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.5 4.5 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a5 5 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.25 1.25 0 0 1-1.115.676h-.098a1.25 1.25 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15q.493-.356.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267q-.133-.329-.526-.658l-.032-.028a3.2 3.2 0 0 0-.668-.428l-.27-.12a3.3 3.3 0 0 0-1.235-.23q-1.136-.001-1.974.493a3.36 3.36 0 0 0-1.3 1.382q-.445.89-.444 2.074 0 1.2.51 2.107a3.8 3.8 0 0 0 1.382 1.381 3.9 3.9 0 0 0 1.893.477q.795 0 1.455-.33zm-2.789-5.38q-.576.675-.575 1.762 0 1.102.559 1.794.576.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.2 2.2 0 0 0 .468-.29l.178-.161a2.2 2.2 0 0 0 .397-.561q.244-.5.244-1.15v-.115q0-.708-.296-1.267l-.043-.077a2.2 2.2 0 0 0-.633-.709l-.13-.086-.047-.028a2.1 2.1 0 0 0-1.073-.285q-1.052 0-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.96.96 0 0 0-.353-.389.85.85 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.6 2.6 0 0 0 .331.423q.319.33.755.548l.173.074q.65.255 1.49.255 1.02 0 1.844-.493a3.45 3.45 0 0 0 1.316-1.4q.493-.904.493-2.089 0-1.909-.988-2.913-.988-1.02-2.584-1.02-.898 0-1.575.347a3 3 0 0 0-.415.262l-.199.166a3.4 3.4 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138q.206.29.48.5l.155.11.053.034q.51.296 1.119.297 1.07 0 1.645-.675.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.435 0-.835.16a2 2 0 0 0-.284.136 2 2 0 0 0-.363.254 2.2 2.2 0 0 0-.46.569l-.082.162a2.6 2.6 0 0 0-.213 1.072v.115q0 .707.296 1.267l.135.211zm.964-.818a1.1 1.1 0 0 0 .367.385.94.94 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a1 1 0 0 0-.503.135l-.012.007a.86.86 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.4 1.4 0 0 0 .14.66zm15.7-6.222q.347-.346.346-.856a1.05 1.05 0 0 0-.345-.79 1.18 1.18 0 0 0-.84-.329q-.51 0-.855.33a1.05 1.05 0 0 0-.346.79q0 .51.346.855.345.346.856.346.51 0 .839-.346zm4.337 9.314.033-1.332q.191.403.59.747l.098.081a4 4 0 0 0 .316.224l.223.122a3.2 3.2 0 0 0 1.44.322 3.8 3.8 0 0 0 1.875-.477 3.5 3.5 0 0 0 1.382-1.366q.527-.89.526-2.09 0-1.184-.444-2.073a3.24 3.24 0 0 0-1.283-1.399q-.823-.51-1.942-.51a3.5 3.5 0 0 0-1.527.344l-.086.043-.165.09a3 3 0 0 0-.33.214q-.432.315-.656.707a2 2 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.5 2.5 0 0 0 .566.7q.117.098.245.18l.144.08a2.1 2.1 0 0 0 .975.232q1.07 0 1.645-.675.576-.69.576-1.778 0-1.102-.576-1.777-.56-.691-1.645-.692a2.2 2.2 0 0 0-1.015.235q-.22.113-.415.282l-.15.142a2.1 2.1 0 0 0-.42.594q-.223.479-.223 1.1v.115q0 .705.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.87.87 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.1 1.1 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013q.345-.13.724-.14l.069-.002q.493 0 .642.099l.247-1.794q-.196-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2 2 0 0 0-.411.148 2.2 2.2 0 0 0-.4.249 2.5 2.5 0 0 0-.485.499 2.7 2.7 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884q0-.546.159-.943a1.5 1.5 0 0 1 .466-.636 2.5 2.5 0 0 1 .399-.253 2 2 0 0 1 .224-.099zm9.784 2.656.05-.922q0-1.743-.856-2.698-.838-.97-2.584-.97-1.119-.001-2.007.493a3.46 3.46 0 0 0-1.4 1.382q-.493.906-.493 2.106 0 1.07.428 1.975.428.89 1.332 1.432.906.526 2.255.526.973 0 1.668-.185l.044-.012.135-.04q.613-.184.984-.421l-.542-1.267q-.3.162-.642.274l-.297.087q-.51.131-1.3.131-.954 0-1.497-.444a1.6 1.6 0 0 1-.192-.193q-.366-.44-.512-1.234l-.004-.021zm-5.427-1.256-.003.022h3.752v-.138q-.011-.727-.288-1.118a1 1 0 0 0-.156-.176q-.46-.428-1.316-.428-.986 0-1.494.604-.379.45-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z'/%3E%3Cpath fill='%23fff' d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81q-1.02 0-1.893-.478a3.8 3.8 0 0 1-1.381-1.382q-.51-.906-.51-2.106 0-1.185.444-2.074a3.36 3.36 0 0 1 1.3-1.382q.839-.494 1.974-.494a3.3 3.3 0 0 1 1.234.231 3.3 3.3 0 0 1 .97.575q.396.33.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332q-.279.593-1.02 1.053a3.17 3.17 0 0 1-1.662.444zm.296-1.482q.938 0 1.58-.642.642-.66.642-1.711v-.115q0-.708-.296-1.267a2.2 2.2 0 0 0-.807-.872 2.1 2.1 0 0 0-1.119-.313q-1.053 0-1.629.692-.575.675-.575 1.76 0 1.103.559 1.795.577.675 1.645.675zm6.521-6.237h1.711v1.4q.906-1.597 2.83-1.597 1.596 0 2.584 1.02.988 1.005.988 2.914 0 1.185-.493 2.09a3.46 3.46 0 0 1-1.316 1.399 3.5 3.5 0 0 1-1.844.493q-.954 0-1.662-.329a2.67 2.67 0 0 1-1.086-.97l.017 5.134h-1.728zm4.048 6.22q1.07 0 1.645-.674.577-.69.576-1.762 0-1.119-.576-1.777-.558-.675-1.645-.675-.592 0-1.12.296-.51.28-.822.823-.296.527-.296 1.234v.115q0 .708.296 1.267.313.543.823.855.51.296 1.119.297z'/%3E%3Cpath fill='%23e1e3e9' d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.16 1.16 0 0 1-.856-.346 1.17 1.17 0 0 1-.346-.856 1.05 1.05 0 0 1 .346-.79q.346-.329.856-.329.494 0 .839.33a1.05 1.05 0 0 1 .345.79 1.16 1.16 0 0 1-.345.855q-.33.346-.84.346zm7.875 9.133a3.17 3.17 0 0 1-1.662-.444q-.723-.46-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283q.279-.658 1.086-1.119a3.5 3.5 0 0 1 1.778-.477q1.119 0 1.942.51a3.24 3.24 0 0 1 1.283 1.4q.445.888.444 2.072 0 1.201-.526 2.09a3.5 3.5 0 0 1-1.382 1.366 3.8 3.8 0 0 1-1.876.477zm-.296-1.481q1.069 0 1.645-.675.577-.69.577-1.778 0-1.102-.577-1.776-.56-.691-1.645-.692a2.12 2.12 0 0 0-1.58.659q-.642.641-.642 1.694v.115q0 .71.296 1.267a2.4 2.4 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481q.263-.757.856-1.217a2.14 2.14 0 0 1 1.349-.46q.527 0 .724.098l-.247 1.794q-.149-.099-.642-.099-.774 0-1.416.494-.626.493-.626 1.58v3.883h-1.777V9.242zm9.534 7.718q-1.35 0-2.255-.526-.904-.543-1.332-1.432a4.6 4.6 0 0 1-.428-1.975q0-1.2.493-2.106a3.46 3.46 0 0 1 1.4-1.382q.889-.495 2.007-.494 1.744 0 2.584.97.855.956.856 2.7 0 .444-.05.92h-5.43q.18 1.005.708 1.45.542.443 1.497.443.79 0 1.3-.131a4 4 0 0 0 .938-.362l.542 1.267q-.411.263-1.119.46-.708.198-1.711.197zm1.596-4.558q.016-1.02-.444-1.432-.46-.428-1.316-.428-1.728 0-1.991 1.86z'/%3E%3Cpath d='M5.074 15.948a.484.657 0 0 0-.486.659v1.84a.484.657 0 0 0 .486.659h4.101a.484.657 0 0 0 .486-.659v-1.84a.484.657 0 0 0-.486-.659zm3.56 1.16H5.617v.838h3.017z' style='fill:%23fff;fill-rule:evenodd;stroke-width:1.03600001'/%3E%3Cg style='stroke-width:1.12603545'%3E%3Cpath d='M-9.408-1.416c-3.833-.025-7.056 2.912-7.08 6.615-.02 3.08 1.653 4.832 3.107 6.268.903.892 1.721 1.74 2.32 2.902l-.525-.004c-.543-.003-.992.304-1.24.639a1.87 1.87 0 0 0-.362 1.121l-.011 1.877c-.003.402.104.787.347 1.125.244.338.688.653 1.23.656l4.142.028c.542.003.99-.306 1.238-.641a1.87 1.87 0 0 0 .363-1.121l.012-1.875a1.87 1.87 0 0 0-.348-1.127c-.243-.338-.688-.653-1.23-.656l-.518-.004c.597-1.145 1.425-1.983 2.348-2.87 1.473-1.414 3.18-3.149 3.2-6.226-.016-3.59-2.923-6.684-6.993-6.707m-.006 1.1v.002c3.274.02 5.92 2.532 5.9 5.6-.017 2.706-1.39 4.026-2.863 5.44-1.034.994-2.118 2.033-2.814 3.633-.018.041-.052.055-.075.065q-.013.004-.02.01a.34.34 0 0 1-.226.084.34.34 0 0 1-.224-.086l-.092-.077c-.699-1.615-1.768-2.669-2.781-3.67-1.454-1.435-2.797-2.762-2.78-5.478.02-3.067 2.7-5.545 5.975-5.523m-.02 2.826c-1.62-.01-2.944 1.315-2.955 2.96-.01 1.646 1.295 2.988 2.916 2.999h.002c1.621.01 2.943-1.316 2.953-2.961.011-1.646-1.294-2.988-2.916-2.998m-.005 1.1c1.017.006 1.829.83 1.822 1.89s-.83 1.874-1.848 1.867c-1.018-.006-1.829-.83-1.822-1.89s.83-1.874 1.848-1.868m-2.155 11.857 4.14.025c.271.002.49.305.487.676l-.013 1.875c-.003.37-.224.67-.495.668l-4.14-.025c-.27-.002-.487-.306-.485-.676l.012-1.875c.003-.37.224-.67.494-.668' style='color:%23000;font-style:normal;font-variant:normal;font-weight:400;font-stretch:normal;font-size:medium;line-height:normal;font-family:sans-serif;font-variant-ligatures:normal;font-variant-position:normal;font-variant-caps:normal;font-variant-numeric:normal;font-variant-alternates:normal;font-feature-settings:normal;text-indent:0;text-align:start;text-decoration:none;text-decoration-line:none;text-decoration-style:solid;text-decoration-color:%23000;letter-spacing:normal;word-spacing:normal;text-transform:none;writing-mode:lr-tb;direction:ltr;text-orientation:mixed;dominant-baseline:auto;baseline-shift:baseline;text-anchor:start;white-space:normal;shape-padding:0;clip-rule:evenodd;display:inline;overflow:visible;visibility:visible;opacity:1;isolation:auto;mix-blend-mode:normal;color-interpolation:sRGB;color-interpolation-filters:linearRGB;solid-color:%23000;solid-opacity:1;vector-effect:none;fill:%23000;fill-opacity:.4;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;color-rendering:auto;image-rendering:auto;shape-rendering:auto;text-rendering:auto' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-9.415-.316C-12.69-.338-15.37 2.14-15.39 5.207c-.017 2.716 1.326 4.041 2.78 5.477 1.013 1 2.081 2.055 2.78 3.67l.092.076a.34.34 0 0 0 .225.086.34.34 0 0 0 .227-.083l.019-.01c.022-.009.057-.024.074-.064.697-1.6 1.78-2.64 2.814-3.634 1.473-1.414 2.847-2.733 2.864-5.44.02-3.067-2.627-5.58-5.901-5.601m-.057 8.784c1.621.011 2.944-1.315 2.955-2.96.01-1.646-1.295-2.988-2.916-2.999-1.622-.01-2.945 1.315-2.955 2.96s1.295 2.989 2.916 3' style='clip-rule:evenodd;fill:%23e1e3e9;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3Cpath d='M-11.594 15.465c-.27-.002-.492.297-.494.668l-.012 1.876c-.003.371.214.673.485.675l4.14.027c.271.002.492-.298.495-.668l.012-1.877c.003-.37-.215-.672-.485-.674z' style='clip-rule:evenodd;fill:%23fff;fill-opacity:1;fill-rule:evenodd;stroke:none;stroke-width:2.47727823;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:.4' transform='translate(15.553 2.85) scale(.88807)'/%3E%3C/g%3E%3C/svg%3E")}}.maplibregl-ctrl.maplibregl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.maplibregl-ctrl-attrib.maplibregl-compact{background-color:#fff;border-radius:12px;box-sizing:initial;color:#000;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.maplibregl-ctrl-attrib.maplibregl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact-show,.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner{display:none}.maplibregl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");border:0;border-radius:12px;box-sizing:border-box;cursor:pointer;display:none;height:24px;outline:none;position:absolute;right:0;top:0;width:24px}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button{-webkit-appearance:none;appearance:none;list-style:none}.maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker{display:none}.maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button{left:0}.maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button,.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner{display:block}.maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button{background-color:#0000000d}.maplibregl-ctrl-bottom-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;right:0}.maplibregl-ctrl-top-right>.maplibregl-ctrl-attrib.maplibregl-compact:after{right:0;top:0}.maplibregl-ctrl-top-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{left:0;top:0}.maplibregl-ctrl-bottom-left>.maplibregl-ctrl-attrib.maplibregl-compact:after{bottom:0;left:0}}@media screen and (forced-colors:active){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%23fff' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}@media screen and (forced-colors:active) and (prefers-color-scheme:light){.maplibregl-ctrl-attrib.maplibregl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill-rule='evenodd' viewBox='0 0 20 20'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E")}}.maplibregl-ctrl-attrib a{color:#000000bf;text-decoration:none}.maplibregl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.maplibregl-attrib-empty{display:none}.maplibregl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px}.maplibregl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.maplibregl-popup-anchor-top,.maplibregl-popup-anchor-top-left,.maplibregl-popup-anchor-top-right{flex-direction:column}.maplibregl-popup-anchor-bottom,.maplibregl-popup-anchor-bottom-left,.maplibregl-popup-anchor-bottom-right{flex-direction:column-reverse}.maplibregl-popup-anchor-left{flex-direction:row}.maplibregl-popup-anchor-right{flex-direction:row-reverse}.maplibregl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.maplibregl-popup-anchor-top .maplibregl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.maplibregl-popup-anchor-top-left .maplibregl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.maplibregl-popup-anchor-top-right .maplibregl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.maplibregl-popup-anchor-bottom .maplibregl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.maplibregl-popup-anchor-left .maplibregl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.maplibregl-popup-anchor-right .maplibregl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.maplibregl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.maplibregl-popup-close-button:hover{background-color:#0000000d}.maplibregl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:15px 10px;pointer-events:auto;position:relative}.maplibregl-popup-anchor-top-left .maplibregl-popup-content{border-top-left-radius:0}.maplibregl-popup-anchor-top-right .maplibregl-popup-content{border-top-right-radius:0}.maplibregl-popup-anchor-bottom-left .maplibregl-popup-content{border-bottom-left-radius:0}.maplibregl-popup-anchor-bottom-right .maplibregl-popup-content{border-bottom-right-radius:0}.maplibregl-popup-track-pointer{display:none}.maplibregl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.maplibregl-map:hover .maplibregl-popup-track-pointer{display:flex}.maplibregl-map:active .maplibregl-popup-track-pointer{display:none}.maplibregl-marker{left:0;position:absolute;top:0;transition:opacity .2s;will-change:transform}.maplibregl-user-location-dot,.maplibregl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.maplibregl-user-location-dot:before{animation:maplibregl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.maplibregl-user-location-dot:after{border:2px solid #fff;border-radius:50%;box-shadow:0 0 3px #00000059;box-sizing:border-box;content:"";height:19px;left:-2px;position:absolute;top:-2px;width:19px}@keyframes maplibregl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.maplibregl-user-location-dot-stale{background-color:#aaa}.maplibregl-user-location-dot-stale:after{display:none}.maplibregl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.maplibregl-crosshair,.maplibregl-crosshair .maplibregl-interactive,.maplibregl-crosshair .maplibregl-interactive:active{cursor:crosshair}.maplibregl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}.maplibregl-cooperative-gesture-screen{align-items:center;background:#0006;color:#fff;display:flex;font-size:1.4em;inset:0;justify-content:center;line-height:1.2;opacity:0;padding:1rem;pointer-events:none;position:absolute;transition:opacity 1s ease 1s;z-index:99999}.maplibregl-cooperative-gesture-screen.maplibregl-show{opacity:1;transition:opacity .05s}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:none}@media (hover:none),(max-width:480px){.maplibregl-cooperative-gesture-screen .maplibregl-desktop-message{display:none}.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message{display:block}}.maplibregl-pseudo-fullscreen{height:100%!important;left:0!important;position:fixed!important;top:0!important;width:100%!important;z-index:99999}.map-page{background:linear-gradient(135deg,#0f1419,#1a1f2e);color:#fff;min-height:100vh}.map-container-wrapper{display:flex;height:calc(100vh - 80px)}.map-filters{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-right:1px solid #ffffff1a;overflow-y:auto;padding:24px;width:320px}.map-filters h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:600;margin:0 0 24px}.filter-group{margin-bottom:20px}.filter-group label{color:#ffffffe6;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.filter-select{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:12px;transition:all .3s ease;width:100%}.filter-select:hover{background:#ffffff26;border-color:#ffffff4d}.filter-select:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.filter-select option{background:#1a1f2e;color:#fff}.price-range .price-inputs{align-items:center;display:flex;gap:8px}.price-input{background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;flex:1 1;font-size:14px;padding:12px;transition:all .3s ease}.price-input::placeholder{color:#ffffff80}.price-input:hover{background:#ffffff26;border-color:#ffffff4d}.price-input:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea33;outline:none}.price-inputs span{color:#ffffffb3;font-weight:500}.map-summary{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;margin-top:24px;padding:16px}.summary-stats{display:flex;justify-content:center}.stat{text-align:center}.stat-number{color:#10b981;display:block;font-size:28px;font-weight:700;margin-bottom:4px}.stat-label{color:#ffffffb3;font-size:12px;letter-spacing:.5px;text-transform:uppercase}.map-wrapper{flex:1 1}.map-container,.map-wrapper{min-height:400px;position:relative}.map-container{height:100%;width:100%}.map-marker{cursor:pointer;margin:0;padding:0;position:absolute;transform:none;transition:transform .2s ease;z-index:100}.map-marker:hover{transform:scale(1.1);z-index:101}.marker-content{align-items:center;background:linear-gradient(135deg,#ff6b35,#f7931e);border:1px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;display:flex;flex-direction:column;justify-content:center;margin:0;padding:0;position:relative;text-align:center;transform:none}.marker-count{color:#fff;font-weight:900;line-height:.9;text-shadow:0 2px 4px #000000e6,0 0 2px #000c}.map-popup,.marker-count{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.map-popup{background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #0000004d;color:#333;font-size:13px;max-width:300px;min-width:260px;padding:12px}.smart-popup{z-index:10000!important}.smart-popup .maplibregl-popup-content{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 8px 24px #0006;padding:0!important}.smart-popup .maplibregl-popup-tip{border-color:#e0e0e0!important}.smart-popup .maplibregl-popup-close-button{color:#666;font-size:18px;font-weight:700;padding:8px;right:8px;top:8px}.smart-popup .maplibregl-popup-close-button:hover{background:#0000000d;border-radius:4px;color:#333}.popup-tip{background:#f0f8ff;border:1px solid #e0e8ff;border-radius:6px;color:#666;font-size:12px;font-style:italic;margin-top:12px;padding:8px 12px}.map-popup h3{color:#1a1a1a;font-size:12px;font-weight:600;line-height:1.2;margin:0 0 4px}.popup-location{color:#666;font-size:10px;font-style:italic;margin-bottom:6px}.popup-stats{margin-bottom:8px}.popup-stats .stat{background:#f8f9fa;border:1px solid #e9ecef;border-radius:3px;display:flex;font-size:10px;justify-content:space-between;margin-bottom:3px;padding:3px 6px}.popup-stats .stat:last-child{border-bottom:none}.stat-label{color:#495057;font-size:10px;font-weight:600}.stat-value{color:#212529;font-size:10px;font-weight:700}.stat-value.neighborhood-list{font-size:9px;font-weight:500;line-height:1.3}.popup-property-types{border-top:1px solid #e9ecef;margin-top:8px;padding-top:8px}.popup-property-types h4{border-bottom:1px solid #007bff;color:#1a1a1a;font-size:12px;font-weight:600;margin:0 0 6px;padding-bottom:2px}.property-types-table{border-collapse:collapse;font-size:10px;margin-top:4px;width:100%}.property-types-table td,.property-types-table th{border-bottom:1px solid #dee2e6;padding:2px 4px;text-align:left}.property-types-table th{background:#f8f9fa;color:#495057;font-size:9px;font-weight:600;letter-spacing:.3px;text-transform:uppercase}.property-types-table td{color:#212529;font-size:10px;font-weight:500}.property-types-table tr:hover{background:#f5f5f5}.property-types-table td:last-child{color:#007bff;font-weight:600}.neighborhood-overlay{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10000}.neighborhood-overlay-content{background:#fff;border-radius:12px;box-shadow:0 8px 32px #0006;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-height:80vh;max-width:400px;overflow-y:auto;padding:20px;position:relative;width:90%}.overlay-close{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:24px;font-weight:700;height:32px;justify-content:center;position:absolute;right:12px;top:12px;transition:all .2s ease;width:32px}.overlay-close:hover{background:#0000001a;color:#333}.neighborhood-overlay-content h3{color:#1a1a1a;font-size:18px;font-weight:600;margin:0 0 8px;padding-right:40px}.overlay-location{color:#666;font-size:14px;font-style:italic}.overlay-location,.overlay-stats{margin-bottom:16px}.overlay-stats .stat{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:8px;padding:8px 12px}.overlay-tip{background:#f0f8ff;border:1px solid #e0e8ff;border-radius:6px;color:#666;font-size:13px;font-style:italic;margin-top:12px;padding:8px 12px;text-align:center}.overlay-property-types{border-top:2px solid #e9ecef;margin-top:16px;padding-top:16px}.overlay-property-types h4{border-bottom:2px solid #007bff;color:#1a1a1a;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:4px}.overlay-note{border-top:1px solid #eee;color:#888;margin-top:16px;padding-top:12px;text-align:center}.pivot-table-overlay{max-width:900px;width:95%}.applied-filters{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-bottom:20px;padding:12px}.applied-filters h4{color:#495057;font-size:14px;margin:0 0 8px}.filter-tags{display:flex;flex-wrap:wrap;gap:6px}.filter-tag{background:#007bff;border-radius:12px;color:#fff;font-size:11px;font-weight:500;padding:4px 8px}.overlay-pivot-table{margin:16px 0}.overlay-pivot-table h4{border-bottom:2px solid #007bff;color:#1a1a1a;font-size:16px;margin:0 0 12px;padding-bottom:4px}.pivot-table-container{border:1px solid #dee2e6;border-radius:8px;overflow-x:auto}.pivot-table{background:#2c3e50;border-collapse:collapse;color:#fff;font-size:11px;width:100%}.pivot-table th{background:#34495e;border-bottom:2px solid #34495e;color:#ecf0f1;font-size:10px;font-weight:600;padding:8px 4px;text-align:center}.pivot-table td{border-bottom:1px solid #34495e;cursor:pointer;height:20px;min-height:20px;padding:6px 4px;text-align:center;transition:background-color .2s ease;vertical-align:top}.pivot-table td:hover{background-color:#34495e}.pivot-table td.no-data,.pivot-table td:empty{cursor:default;height:12px;min-height:12px;padding:2px 4px}.pivot-table td.no-data:hover,.pivot-table td:empty:hover{background-color:initial}.property-type-cell{background:#34495e;color:#3498db;cursor:default;font-weight:600;padding-left:8px!important;text-align:left!important}.property-type-cell:hover{background-color:#34495e}.bedroom-cell .rent-main{color:#28a745;font-size:12px;font-weight:600;margin-bottom:2px}.bedroom-cell .listing-count{color:#666;font-size:9px;margin-bottom:1px}.bedroom-cell .rent-range{color:#666;font-size:8px;font-weight:400}.total-cell .total-rent{color:#dc3545;font-size:12px;font-weight:600;margin-bottom:2px}.total-cell .total-listings{color:#dc3545;font-size:9px;font-weight:500}.totals-row{background-color:#34495e;font-weight:600}.totals-row .total-cell{background-color:#e67e22;color:#fff}.totals-row .total-count{font-size:12px;font-weight:600;margin-bottom:2px}.totals-row .total-label{font-size:9px;opacity:.9}.grand-total-cell{background-color:#c0392b!important;color:#fff;font-weight:700}.grand-total{font-size:14px;font-weight:700;margin-bottom:2px}.grand-total-label{font-size:9px;opacity:.9}.total-cell{background:#fff3cd;color:#856404;font-weight:700}.no-data{color:#6c757d;font-style:italic}.type-header{color:#1a1f2e;font-size:13px;font-weight:500;margin-bottom:2px}.type-details{display:flex;font-size:12px;justify-content:space-between}.type-details span:first-child{color:#666}.type-details span:last-child{color:#10b981;font-weight:600}.popup-bedrooms{border-top:1px solid #0000001a;padding-top:12px}.popup-bedrooms h4{color:#1a1f2e;font-size:14px;font-weight:600;margin:0 0 8px}.bedroom-stat{align-items:center;display:flex;font-size:13px;justify-content:space-between;margin-bottom:6px}.bedroom-stat span:first-child{color:#666;font-weight:500;min-width:60px}.bedroom-stat span:nth-child(2){color:#1a1f2e;flex:1 1;text-align:center}.bedroom-stat span:last-child{color:#10b981;font-weight:600}.map-error-overlay,.map-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0f1419e6;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;z-index:1000}.map-error-overlay h3{color:#ef4444;font-size:20px;margin-bottom:12px}.map-error-overlay p{color:#fffc;margin-bottom:20px}.map-error,.map-loading{align-items:center;display:flex;flex-direction:column;height:calc(100vh - 80px);justify-content:center;text-align:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #fff3;border-left-color:#667eea;border-radius:50%;height:40px;margin-bottom:16px;width:40px}.map-loading p{color:#fffc;font-size:18px}.map-error h2{color:#ef4444;margin-bottom:12px}.map-error p{color:#fffc;margin-bottom:20px}.retry-button{background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 24px;transition:transform .2s ease}.retry-button:hover{transform:translateY(-2px)}@media (max-width:768px){.map-container-wrapper{flex-direction:column;height:auto}.map-filters{border-bottom:1px solid #ffffff1a;border-right:none;height:auto;max-height:300px;width:100%}.map-wrapper{height:60vh;min-height:400px}.filter-group{margin-bottom:16px}.marker-content{min-width:50px;padding:6px 10px}.marker-count{font-size:14px}.marker-label{font-size:9px;max-width:60px}}@media (max-width:480px){.map-filters{padding:16px}.map-filters h2{font-size:20px;margin-bottom:16px}.price-inputs{flex-direction:column;gap:8px}.price-inputs span{display:none}.map-wrapper{height:50vh;min-height:300px}}body,html{overflow-x:hidden}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#0f1419;color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0;overflow:hidden}.App{overflow-x:hidden;text-align:center}.App,.auth-container{align-items:center;display:flex;height:100vh;justify-content:center}.auth-container{width:100%}.auth-form{background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 8px 32px #0000001a;max-width:400px;padding:40px;width:100%}.auth-form h2{color:#2c3e50;font-size:24px;font-weight:600;margin-bottom:8px}.auth-form p{color:#666;font-size:14px;line-height:1.5;margin-bottom:24px}.input-group{margin-bottom:20px;text-align:left}.input-group label{color:#374151;display:block;font-size:14px;font-weight:500;margin-bottom:6px}.input-group input{border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;font-size:16px;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.input-group input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.input-group input:disabled{background-color:#f9fafb;cursor:not-allowed}button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;transition:background-color .2s ease,transform .1s ease}.auth-form button{padding:12px 24px;width:100%}button:hover:not(:disabled){background:#2563eb;transform:translateY(-1px)}button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:14px;margin-bottom:16px;padding:12px;text-align:left}.resend-section{border-top:1px solid #e5e7eb;margin-top:24px;padding-top:24px}.resend-section p{color:#6b7280;font-size:14px;margin-bottom:12px}.resend-button{background:#0000;border:2px solid #3b82f6;color:#3b82f6;font-size:14px;padding:8px 16px}.resend-button:hover:not(:disabled){background:#3b82f6;color:#fff}.chat-container{background:#0f1419;box-shadow:none;display:flex;flex-direction:column;height:100vh;margin:0;overflow-x:hidden;width:100%}.chat-header{align-items:center;background:#000;border-radius:0 0 16px 16px;box-shadow:0 4px 12px #00000026;color:#fff;display:flex;height:32px;justify-content:space-between;padding:8px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.chat-header h1{font-size:20px;font-weight:600;margin:0}.chat-header .logo{align-items:center;display:flex;flex-shrink:0;gap:8px}.chat-header .logo img{border-radius:0}.chat-header .logo svg{filter:drop-shadow(0 2px 4px rgba(0,0,0,.1))}.chat-header .logo div{color:#fff;text-shadow:0 1px 2px #0000001a}.chat-header .logo:hover{cursor:pointer;opacity:.9;transform:translateY(-1px);transition:all .2s ease}.header-actions{align-items:center;display:flex;gap:8px}.dropdown-container{position:relative}.dropdown-toggle{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;padding:8px;transition:all .2s ease;width:40px}.dropdown-toggle:hover{background:#fff3;border-color:#fff6;transform:scale(1.05)}.dropdown-menu{animation:dropdownSlide .2s ease;background:#fff;border:1px solid #e1e5e9;border-radius:12px;box-shadow:0 8px 24px #00000026;margin-top:8px;min-width:180px;padding:8px 0;position:absolute;right:0;top:100%;z-index:1000}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{align-items:center;background:none;border:none;color:#374151;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:all .15s ease;width:100%}.dropdown-item:hover{background:#f3f4f6;color:#1f2937}.dropdown-item.logout{color:#dc2626}.dropdown-item.logout:hover{background:#fef2f2;color:#b91c1c}.dropdown-divider{background:#e5e7eb;height:1px;margin:8px 0}.messages-container{background:#181920;box-sizing:border-box;flex:1 1;overflow-x:hidden;overflow-y:auto;padding:20px}.message,.messages-container{display:flex;flex-direction:column}.message{word-wrap:break-word;margin-bottom:16px;max-width:65%;position:relative}.user-message{align-self:flex-end;margin-left:auto}.user-message .message-content{background:#2481cc;border-radius:18px 18px 4px 18px;box-shadow:0 1px 2px #00000026;color:#fff;padding:12px 16px}.bot-message{align-self:flex-start;margin-right:0;max-width:min(75%,480px)}.bot-message .message-content{background:#2a2f3a;border-radius:18px 18px 18px 4px;box-shadow:0 1px 2px #00000026;color:#fff;padding:12px 16px;text-align:left}.message-content{display:flex;flex-direction:column}.message-text{padding:12px 16px;white-space:pre-wrap}.message-time{color:#8e959d;font-size:11px;margin-top:4px}.typing{align-items:center;display:flex;gap:4px}.typing span{animation:typing 1.4s ease-in-out infinite;background:#8e959d;border-radius:50%;height:8px;width:8px}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.message-input-form{background:#0f1419;margin-top:auto;padding:8px 16px;position:relative}.modern-input-container{align-items:center;background:#ffffff0d;border-radius:24px;display:flex;gap:8px;padding:4px 12px}.modern-message-input{background:#0000;border:none;color:#fff;flex:1 1;font-size:16px;max-height:120px;min-height:24px;outline:none;padding:8px 0;resize:none}.modern-message-input::placeholder{color:#ffffff80}.input-actions{align-items:center;display:flex;gap:8px;margin-left:8px}.input-action-button{align-items:center;background:#ffffff1f;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.input-action-button:hover{background:#fff3;transform:scale(1.1)}.modern-send-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:36px;justify-content:center;padding:0;transition:all .2s ease;width:36px}.modern-send-button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:scale(1.1)}.modern-send-button:disabled{background:#2f3640;cursor:not-allowed;opacity:.5;transform:none}.input-action-button svg,.modern-send-button svg{height:20px;width:20px}@media (max-width:768px){.message-input-form{padding:8px}.modern-input-container{padding:4px 8px}.input-actions{gap:4px}.chat-header{border-radius:0 0 8px 8px;height:auto;min-height:44px;padding:4px 8px}.chat-header .logo{gap:6px}.chat-header h1{font-size:16px}.chat-header .logo img{border-radius:50%;overflow:hidden}.header-actions{gap:4px}.dropdown-toggle{height:28px;padding:4px;width:28px}.dropdown-menu{min-width:160px;right:-8px}.dropdown-item{font-size:14px;padding:12px 14px}.message-input-form{padding:12px 16px 16px}.modern-input-container{padding:3px 6px 3px 14px}.modern-message-input{font-size:16px;padding:10px 6px}.input-action-button,.modern-send-button{height:32px;width:32px}.input-action-button svg,.modern-send-button svg{height:18px;width:18px}.external-action-buttons{margin-top:12px}.external-action-buttons .button-row{align-items:stretch;flex-direction:column}.external-action-buttons .chat-button.action-button{min-width:0;min-width:auto;width:100%}.message{max-width:85%}.button-row{flex-direction:column}.chat-button{width:100%}}.chat-button.loading{color:#0000;position:relative}.chat-button.loading:after{animation:spin 1s linear infinite;border:2px solid #0000;border-radius:50%;border-top-color:#fff;content:"";height:16px;margin:auto;position:absolute;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.album-single{margin:0 auto;max-width:400px;width:100%}.album-grid{grid-gap:8px;max-width:400px}.album-grid,.album-three-layout{display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:0 auto}.album-three-layout{grid-gap:8px;grid-template-rows:auto auto;max-width:500px}.album-three-layout .top-image{grid-column:1/-1;width:100%}.album-three-layout .top-image .album-photo{border-radius:8px;height:200px;object-fit:cover;width:100%}.album-three-layout .bottom-image{width:100%}.album-three-layout .bottom-image .album-photo{border-radius:8px;height:150px;object-fit:cover;width:100%}.album-two-rectangular{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin:0 auto;max-width:600px;width:100%}.album-two-rectangular .album-item{width:100%}.album-two-rectangular .album-photo.rectangular{border-radius:8px;cursor:pointer;height:180px;object-fit:cover;transition:transform .2s ease,box-shadow .2s ease;width:100%}.album-two-rectangular .album-photo.rectangular:hover{box-shadow:0 4px 12px #00000026;transform:scale(1.02)}.photo-carousel{background:#2a2f3a;border-radius:12px;margin-bottom:12px;max-width:100%;overflow:hidden;touch-action:pan-y pinch-zoom;width:100%}.carousel-container,.carousel-main-image{position:relative;width:100%}.carousel-main-image{-webkit-touch-callout:none;align-items:center;background:#1a1f2a;border-radius:12px 12px 0 0;display:flex;height:300px;justify-content:center;overflow:hidden;user-select:none;-webkit-user-select:none}.carousel-image{cursor:pointer;height:100%;object-fit:cover;transition:transform .3s ease;width:100%;will-change:transform}.carousel-image:hover{transform:scale(1.05)}.map-indicator{background:#3b82f6e6;border-radius:6px;font-size:12px;left:12px;padding:6px 12px;pointer-events:none;top:12px;z-index:2}.carousel-nav,.map-indicator{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-weight:700;position:absolute}.carousel-nav{align-items:center;background:#000000b3;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:18px;height:40px;justify-content:center;top:50%;transform:translateY(-50%);transition:all .2s ease;width:40px;z-index:3}.carousel-nav:hover{background:#000000e6;transform:translateY(-50%) scale(1.1)}.carousel-nav.prev{left:12px}.carousel-nav.next{right:12px}.carousel-counter{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;border-radius:6px;bottom:12px;color:#fff;font-size:12px;font-weight:700;padding:6px 12px;position:absolute;right:12px;z-index:2}.carousel-thumbnails{background:#242834;display:flex;gap:8px;overflow-x:auto;padding:12px;scrollbar-color:#ffffff4d #0000;scrollbar-width:thin}.carousel-thumbnails::-webkit-scrollbar{height:4px}.carousel-thumbnails::-webkit-scrollbar-track{background:#0000}.carousel-thumbnails::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:2px}.carousel-thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;position:relative;transition:all .2s ease;width:60px}.carousel-thumbnail:hover{border-color:#ffffff80;transform:scale(1.05)}.carousel-thumbnail.active{border-color:#667eea;box-shadow:0 0 0 2px #667eea4d}.carousel-thumbnail img{height:100%;object-fit:cover;width:100%}.thumbnail-map-icon{background:#3b82f6e6;border-radius:3px;color:#fff;font-size:8px;line-height:1;padding:2px 4px;position:absolute;right:2px;top:2px}@media (max-width:768px){.carousel-main-image{height:250px}.carousel-nav{font-size:16px;height:36px;width:36px}.carousel-nav.prev{left:8px}.carousel-nav.next{right:8px}.carousel-counter{bottom:8px;font-size:11px;padding:4px 8px;right:8px}.map-indicator{font-size:11px;left:8px;padding:4px 8px;top:8px}.carousel-thumbnail{height:50px;width:50px}.carousel-thumbnails{gap:6px;padding:8px}}.button-row{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.chat-button{align-items:center;background:#2f3640;border:1px solid #525861;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;min-height:36px;padding:8px 16px;transition:all .2s;white-space:nowrap}.chat-button:hover{background:#2481cc;border-color:#2481cc;transform:translateY(-1px)}.external-action-buttons{margin-top:8px;position:static;width:100%;z-index:10}.external-action-buttons .message-buttons{align-items:flex-end;display:flex;flex-direction:column;gap:8px}.external-action-buttons .button-row{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;width:100%}.external-action-buttons .chat-button.action-button{align-items:center;background:#0000;border:2px solid #667eea80;border-radius:50px;box-shadow:none;display:flex;font-size:13px;font-weight:500;gap:8px;justify-content:center;min-width:120px;padding:10px 16px;text-align:center;transition:all .2s ease}.external-action-buttons .chat-button.action-button span{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text}.external-action-buttons .chat-button.action-button:hover{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#0000;box-shadow:0 2px 8px #667eea4d;transform:translateY(-2px)}.external-action-buttons .chat-button.action-button:hover span{-webkit-text-fill-color:initial;background:none;-webkit-background-clip:initial;color:#fff}@media (max-width:768px){.external-action-buttons{margin-top:12px}.external-action-buttons .button-row{align-items:stretch;flex-direction:column}.external-action-buttons .chat-button.action-button{min-width:0;min-width:auto;width:100%}.message{max-width:85%}}.lightbox-overlay{background:#000000e6;bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;touch-action:none;z-index:2000}.lightbox-content,.lightbox-overlay{align-items:center;display:flex;justify-content:center}.lightbox-content{-webkit-touch-callout:none;height:100%;position:relative;user-select:none;-webkit-user-select:none;width:100%}.lightbox-image{border-radius:8px;max-height:90vh;max-width:90%;object-fit:contain;transition:transform .3s ease;will-change:transform}.lightbox-close{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:20px;height:40px;justify-content:center;position:absolute;right:20px;top:20px;transition:all .2s ease;width:40px;z-index:2001}.lightbox-close:hover{background:#000c;transform:scale(1.1)}.lightbox-nav{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .2s ease;width:50px;z-index:2001}.lightbox-nav:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.lightbox-nav.prev{left:20px}.lightbox-nav.next{right:20px}.lightbox-counter{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;border-radius:20px;bottom:20px;color:#fff;font-size:14px;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%)}@media (max-width:768px){.lightbox-image{max-height:85vh;max-width:95%}.lightbox-close{font-size:18px;height:36px;right:10px;top:10px;width:36px}.lightbox-nav{font-size:20px;height:40px;width:40px}.lightbox-nav.prev{left:10px}.lightbox-nav.next{right:10px}.lightbox-counter{bottom:15px;font-size:12px;padding:6px 12px}}.scroll-indicator{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#2481cce6;border-radius:50%;bottom:80px;box-shadow:0 4px 12px #0003;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;opacity:0;position:fixed;right:20px;transform:translateY(-20px);transition:all .3s ease;width:40px;z-index:100}.scroll-indicator:hover{background:#2481cc;box-shadow:0 6px 16px #0000004d;transform:translateY(-2px)}.scroll-indicator.visible{opacity:1;transform:translateY(0)}.scroll-indicator svg{animation:bounceDown 1.5s infinite;height:24px;width:24px}@keyframes bounceDown{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(4px)}60%{transform:translateY(2px)}}.carousel-main-image img,.lightbox-content img{transition:transform .3s ease}@media (hover:none) and (pointer:coarse){.carousel-nav,.lightbox-nav{opacity:.5;transform:scale(.9)}.carousel-nav:active,.lightbox-nav:active{opacity:1;transform:scale(1)}}@media (max-width:768px){.carousel-nav,.lightbox-nav{font-size:24px;height:44px;width:44px}.carousel-thumbnail{min-height:60px;min-width:60px}.lightbox-close{height:44px;width:44px}}.listings-table-container{background:#1a1a1a;border:1px solid #333;border-radius:12px;margin:10px 0;padding:20px}.listings-header{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:20px}.listings-header h3{color:#fff;font-size:18px;font-weight:600;margin:0}.view-toggle{display:flex;gap:8px}.view-toggle .view-btn{background:#333;border:1px solid #555;border-radius:6px;color:#ccc;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.view-toggle .view-btn.active{background:#2481cc;border-color:#2481cc;color:#fff}.view-toggle .view-btn:hover{background:#444;color:#fff}.listings-table{background:#1a1a1a;border-collapse:collapse;border-radius:8px;overflow:hidden;width:100%}.listings-table th{background:#333;border-bottom:1px solid #555;color:#fff;font-size:14px;font-weight:600;padding:12px 8px;text-align:left}.listings-table td{border-bottom:1px solid #333;padding:12px 8px;vertical-align:top}.listings-table tr:hover{background:#2a2a2a}.property-cell{max-width:300px}.property-title{color:#fff;font-size:14px;font-weight:600;margin-bottom:4px}.property-desc{color:#ccc;font-size:12px;line-height:1.4}.location-cell{color:#ccc;font-size:13px;max-width:200px}.price-cell{color:#4caf50;font-size:14px;font-weight:600}.details-cell{color:#ccc;font-size:12px;max-width:150px}.source-cell{color:#ccc;font-size:13px}.actions-cell,.source-cell{text-align:center}.action-btn{background:none;border:none;border-radius:4px;color:#ccc;cursor:pointer;font-size:16px;margin:0 2px;padding:4px 8px;transition:all .2s ease}.action-btn:hover{background:#333;color:#fff}.favorite-btn:hover{color:#ff6b6b}.apply-btn:hover{background:#4caf501a;color:#4caf50}.apply-rental-btn{align-items:center;background:#4caf50;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:6px;justify-content:center;margin-top:12px;padding:8px 16px;transition:all .2s ease;width:100%}.apply-rental-btn:hover{background:#45a049;box-shadow:0 2px 8px #4caf504d;transform:translateY(-1px)}.apply-rental-btn:active{transform:translateY(0)}.compact-apply{margin-top:12px}.listings-cards-view{display:none}.listings-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr))}.listing-card{background:#2a2a2a;border:1px solid #444;border-radius:8px;cursor:pointer;padding:16px;transition:all .2s ease}.listing-card:hover{background:#333;border-color:#555;box-shadow:0 4px 12px #0000004d;transform:translateY(-2px)}.card-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.card-title{color:#fff;font-size:16px;font-weight:600;line-height:1.3;margin:0}.card-source{background:#444;border-radius:4px;color:#ccc;font-size:12px;padding:2px 6px}.card-location{color:#ccc;font-size:13px;margin-bottom:8px}.card-price{color:#4caf50;font-size:16px;font-weight:600;margin-bottom:8px}.card-details{color:#ccc;font-size:12px;margin-bottom:8px}.card-description{color:#999;font-size:12px;line-height:1.4;margin-bottom:12px}.card-actions{display:flex;justify-content:flex-end}.card-action-btn{background:none;border:none;border-radius:4px;color:#ccc;cursor:pointer;font-size:16px;padding:4px 8px;transition:all .2s ease}.card-action-btn:hover{background:#333;color:#fff}.card-action-btn.favorite-btn:hover{color:#ff6b6b}@media (max-width:768px){.listings-header{align-items:flex-start;flex-direction:column}.listings-table{font-size:12px}.listings-table td,.listings-table th{padding:8px 4px}.property-cell{max-width:150px}.location-cell{max-width:100px}.details-cell{max-width:80px}.listings-grid{grid-template-columns:1fr}.listing-card{padding:12px}.card-price,.card-title{font-size:14px}}.listings-grid{grid-gap:16px;box-sizing:border-box;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));margin:0;padding:16px 20px}@media (max-width:768px){.listings-grid{gap:12px;grid-template-columns:1fr;padding:16px 10px}}.listing-card.compact{background:#fff;border:1px solid #e0e0e0;border-radius:12px;box-shadow:0 2px 8px #0000001a;max-width:380px;overflow:hidden;transition:all .3s ease}.listing-card.compact:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.listing-content{padding:16px}.compact-price-header{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:12px}.compact-price{color:#059669;font-size:28px;font-weight:700;text-align:left}.compact-address-section{margin-bottom:8px}.compact-address{color:#1f2937;font-size:16px;font-weight:600;line-height:1.3;margin:0;text-align:left}.compact-realtor-link{flex-shrink:0;transition:transform .2s ease}.compact-realtor-link:hover{transform:scale(1.05)}.compact-realtor-link img{display:block;height:auto;max-width:60px}.compact-location{color:#6b7280;font-size:14px;line-height:1.4;margin-bottom:12px;text-align:left}.compact-property-info{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:12px}.info-icon{align-items:center;color:#4b5563;display:flex;font-size:13px;gap:4px}.info-icon span{font-weight:500}.compact-description{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;font-size:14px;height:6em;line-height:1.5;margin:10px 0;overflow:hidden;text-overflow:ellipsis}.compact-agent-info{align-items:flex-start;border-top:1px solid #f3f4f6;display:flex;gap:12px;margin-top:12px;padding-top:12px}.agent-avatar{border-radius:50%;flex-shrink:0;height:36px;margin-top:2px;overflow:hidden;width:36px}.agent-avatar img{height:100%;object-fit:cover;width:100%}.agent-avatar-fallback{align-items:center;background:#f3f4f6;display:flex;font-size:18px;height:100%;justify-content:center;width:100%}.agent-details{flex:1 1;line-height:1.3;min-width:0}.agent-name{color:#1f2937;font-size:14px;font-weight:600;line-height:1.3;margin-bottom:3px}.agent-office{color:#6b7280;font-size:12px;line-height:1.3}.photo-gallery{border-bottom:1px solid #e5e7eb}.main-photo-container,.photo-gallery{background:#f9fafb;position:relative}.photo-counter{background:#000000b3;border-radius:4px;color:#fff;font-size:12px;font-weight:500;padding:4px 8px;position:absolute;right:8px;top:8px;z-index:2}.more-photos{color:#9ca3af;font-size:11px}.main-photo{background:#f3f4f6;height:200px;overflow:hidden;position:relative;width:100%}.main-photo img{height:100%;object-fit:cover;transition:opacity .3s ease;width:100%}.photo-loading{color:#6b7280;font-size:14px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.photo-nav{align-items:center;background:#000000b3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:18px;height:32px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background-color .2s ease;width:32px;z-index:2}.photo-nav:hover{background:#000000e6}.photo-nav.prev{left:8px}.photo-nav.next{right:8px}.photo-description{background:#f9fafb;border-top:1px solid #e5e7eb;color:#6b7280;font-size:12px;line-height:1.4;padding:8px 12px}.photo-thumbnails{background:#f9fafb;display:flex;gap:4px;overflow-x:auto;padding:8px}.thumbnail{border:2px solid #0000;border-radius:4px;cursor:pointer;flex-shrink:0;height:48px;overflow:hidden;transition:border-color .2s ease;width:48px}.thumbnail.active,.thumbnail:hover{border-color:#3b82f6}.thumbnail img{height:100%;object-fit:cover;width:100%}.no-photos{align-items:center;background:#f3f4f6;border-bottom:1px solid #e5e7eb;display:flex;height:120px;justify-content:center}.no-photos-placeholder{color:#9ca3af;font-size:14px;text-align:center}@media (max-width:768px){.listings-grid{gap:12px;grid-template-columns:1fr}.compact-price{font-size:24px}.compact-address{font-size:14px}.compact-realtor-link img{max-width:50px}.compact-property-info{gap:12px}.info-icon{font-size:12px}.main-photo{height:193px}.photo-nav{font-size:16px;height:28px;width:28px}.thumbnail{height:40px;width:40px}}.modal-content{background-color:#2c2f33;border-radius:8px;color:#dcddde;display:flex;flex-direction:column;height:90vh;max-width:1200px;overflow:hidden;position:relative;width:90vw}.modal-gallery .photo-gallery .main-photo-container{flex-grow:1}.modal-body{flex:1 1;padding:20px}.photo-gallery .main-photo-container{background-color:#2c2f33;border-radius:8px;overflow:hidden;position:relative}.photo-gallery .main-photo{align-items:center;display:flex;height:100%;justify-content:center;position:relative}.photo-gallery .main-photo img{display:block;height:100%;object-fit:contain;width:100%}.photo-loading{color:#fff}.listing-card .photo-gallery .photo-nav{bottom:auto;opacity:1;pointer-events:auto;top:50%;transform:translateY(-50%)}.listings-display-container{width:100%}@media (max-width:768px){.listings-display-container{margin:0;padding:0}}.listings-display-container{box-sizing:border-box;margin-left:-20px;margin-right:-20px;width:calc(100% + 40px)}@media (max-width:768px){.listings-display-container{margin-left:-10px;margin-right:-10px;width:calc(100% + 20px)}}.sort-btn{background:none;border:none;border-radius:3px;color:#fff;cursor:pointer;font-size:14px;margin-left:5px;padding:2px 4px;transition:background-color .2s}.sort-btn:hover{background-color:#ffffff1a}
/*# sourceMappingURL=main.cdc3ae8b.css.map*/