body{font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{overflow-x:hidden}body,html{margin:0;padding:0}a,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#333;font-weight:300;line-height:1.6}.App{display:flex;flex-direction:column;min-height:100vh}.navbar{background:linear-gradient(135deg,#1e4c3d,#287960);box-shadow:0 2px 10px #0000001a;color:#fff;justify-content:space-between;padding:1rem 2rem;position:relative;z-index:1000}.nav-brand,.navbar{align-items:center;display:flex}.nav-brand{gap:.75rem}.nav-brand h1{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:600;margin:0}.nav-logo{background:#fff;border-radius:8px;height:40px;padding:4px;width:auto}.nav-links{align-items:center;display:flex;gap:2rem}.nav-links a{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;text-decoration:none;transition:opacity .3s ease}.nav-links a:hover{opacity:.8}.hamburger{cursor:pointer;display:none;flex-direction:column;padding:4px;position:relative;z-index:1001}.hamburger span{background-color:#fff;border-radius:2px;height:3px;margin:3px 0;transform-origin:center;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(6px,6px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.user-menu{align-items:center;display:flex;gap:1rem;position:relative}.user-greeting-container{align-items:center;border-radius:6px;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .75rem;transition:background-color .2s}.user-greeting-container:hover{background-color:#ffffff1a}.user-greeting{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.9rem;font-weight:400}.dropdown-arrow{color:#fff;transition:transform .2s}.dropdown-arrow.open{transform:rotate(180deg)}.logout-button{background-color:#f44336;border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:background-color .3s ease}.logout-button:hover{background-color:#d32f2f}.auth-buttons{align-items:center;display:flex;gap:1rem;margin-left:2rem}.login-nav-button,.register-nav-button{border:none;border-radius:25px;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;outline:none;padding:.5rem 1.5rem;text-decoration:none;transition:all .3s ease}.login-nav-button{background:#fff!important;border:2px solid #fff!important;color:#1e4c3d!important}.login-nav-button:hover{background:#f8f9fa!important;color:#1e4c3d!important;transform:translateY(-2px)}.register-nav-button{background:#0000!important;border:2px solid #fff!important;color:#fff!important}.register-nav-button:hover{background:#fff!important;color:#1e4c3d!important;transform:translateY(-2px)}main{flex:1 1;margin:0 auto;max-width:1200px;padding:2rem;width:100%}.App-footer{background:linear-gradient(180deg,#0d2818,#1e4c3d);color:#fff;margin-top:auto;padding:1rem;text-align:center}.btn-primary,.btn-secondary{border:none;border-radius:8px;cursor:pointer;display:inline-block;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;text-align:center;text-decoration:none;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px)}.btn-secondary{background:#8b5cf6;border:2px solid #8b5cf6}.btn-secondary:hover{background:#7c3aed;color:#fff}.btn-primary:disabled,.btn-secondary:disabled{cursor:not-allowed;opacity:.6;transform:none}.page-header{background:linear-gradient(135deg,#f8fafc,#e8f5e8);border-radius:0 0 30px 30px;margin-bottom:3rem}.page-header h1{color:#0d2818;font-size:2.5rem;font-weight:600}.page-header h1,.page-header p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.page-header p{color:#333;font-weight:300}.property-analysis{min-height:100vh}.property-analysis,.reports-page{background:linear-gradient(180deg,#fff,#f8fafc)}.about-page,.pricing-page,.team-page{background:linear-gradient(180deg,#fff,#f8fafc);min-height:100vh}.login-page{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960 50%,#4fb387);display:flex;justify-content:center}.step-container{margin-bottom:2rem}.report-card,.step-container{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 4px 20px #0000001a}.report-card{transition:transform .3s ease,box-shadow .3s ease}.report-card:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.form-container,.results-display{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 4px 20px #0000001a}.form-container{padding:2rem}.pricing-card{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px;transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{box-shadow:0 10px 30px #00000026}.about-content section{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px}.hero-section{background:linear-gradient(135deg,#1e4c3d,#287960 50%,#4fb387);color:#fff;margin-bottom:0;min-height:90vh;padding:6rem 2rem;position:relative;text-align:center;z-index:2}.hero-content,.hero-section{align-items:center;display:flex;justify-content:center}.hero-content{flex-direction:column;gap:1.5rem;margin:0 auto;max-width:800px}.hero-logo{margin-bottom:1rem}.hero-logo-img{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000004d;height:80px;padding:8px;width:auto}.hero-title-with-logo{align-items:center;display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px;width:100%}.hero-logo-inline{align-items:center;display:flex;flex-shrink:0}.hero-logo-inline-img{background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000004d;height:90px;padding:8px;width:auto}.hero-title-section{align-items:center;text-align:center}.hero-content h1{font-family:Montserrat,sans-serif;font-size:3.5rem;font-weight:700;letter-spacing:2px;margin-bottom:.025rem}.hero-powered-by{font-family:Montserrat,sans-serif;font-size:1rem;font-weight:300;margin-bottom:1.5rem;opacity:.9}.hero-subtitle{font-size:1.5rem;font-weight:400;margin-bottom:1.5rem}.hero-description,.hero-subtitle{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.hero-description{font-size:1.2rem;font-weight:300;line-height:1.6;margin-bottom:3rem;max-width:600px}.hero-buttons{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{border-radius:50px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.1rem;font-weight:600;min-width:140px;padding:1.2rem 2.5rem;text-decoration:none;transition:all .3s ease;white-space:nowrap}.hero-buttons .btn-primary{background:#fff;color:#1e4c3d}.hero-buttons .btn-primary:hover{box-shadow:0 10px 25px #0003;transform:translateY(-3px)}.hero-buttons .btn-secondary{background:#0000;border:2px solid #fff;color:#fff}.hero-buttons .btn-secondary:hover{background:#fff;box-shadow:0 10px 25px #0003;color:#1e4c3d;transform:translateY(-3px)}.features-section{background:linear-gradient(180deg,#f8fafc,#e8f5e8);margin-bottom:0;margin-top:0;padding:4rem 2rem;position:relative;z-index:1}.features-section h2{color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.feature-card{background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:100%;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.feature-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e4c3d,#287960 50%,#4fb387);-webkit-background-clip:text;background-clip:text;font-size:3.5rem;margin-bottom:1.5rem}.feature-card h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.feature-card h3,.feature-card p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.feature-card p{color:#333;flex-grow:1;font-size:1.1rem;font-weight:300;line-height:1.6}.how-it-works{background:linear-gradient(180deg,#fff,#f0f8f0);margin-bottom:0;margin-top:0;padding:4rem 2rem}.how-it-works h2{color:#2c3e50;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:2.5rem;font-weight:600;margin-bottom:3rem;text-align:center}.steps{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:1200px}.step{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000001a;display:flex;flex-direction:column;height:100%;padding:2.5rem 2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.step:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-5px)}.step-number{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:50%;box-shadow:0 4px 15px #1e4c3d4d;color:#fff;display:flex;font-size:1.5rem;font-weight:600;height:60px;justify-content:center;margin-bottom:1.5rem;width:60px}.step h3{color:#2c3e50;font-size:1.4rem;font-weight:600;margin-bottom:1rem}.step h3,.step p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.step p{color:#333;flex-grow:1;font-size:1.1rem;font-weight:300;line-height:1.6}.cta-section{background:linear-gradient(135deg,#1e4c3d,#287960 50%,#4fb387);border-radius:30px;box-shadow:0 10px 30px #1e4c3d33;color:#fff;margin:4rem 2rem;padding:4rem 2rem;text-align:center}.cta-section:before{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQ0MCIgaGVpZ2h0PSI3NjUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMCAwaDEyMDB2NjAwSDB6Ii8+PHBhdGggZD0ibTAgMCA4NjcgNjgxTDAgNjAweiIgZmlsbD0icmdiYSgyNTUsMjU1LDI1NSwwLjEpIi8+PC9nPjwvc3ZnPg==);background-size:cover;bottom:0;content:"";left:0;opacity:.1;position:absolute;right:0;top:0}.cta-section h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px #0000001a}.cta-section h2,.cta-section p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.cta-section p{font-size:1.3rem;font-weight:300;margin-bottom:2rem;margin-left:auto;margin-right:auto;max-width:600px;opacity:.9}.cta-section .btn-primary{background:#fff;border-radius:50px;box-shadow:0 4px 15px #fff3;color:#1e4c3d;font-size:1.3rem;padding:1.2rem 3rem;position:relative;transition:all .3s ease}.cta-section .btn-primary:hover{box-shadow:0 8px 25px #ffffff4d;color:#287960;transform:translateY(-2px)}.progress-bar{background:#f8f9fa;border-radius:12px;margin-bottom:3rem;padding:2rem}.progress-step{align-items:center;display:flex;flex-direction:column;gap:.5rem;opacity:.5;padding:1rem;position:relative;transition:opacity .3s ease}.progress-step.active{opacity:1}.progress-step:not(:last-child):after{background:#ddd;content:"";height:2px;position:absolute;right:-50px;top:30px;width:100px}.progress-step.active:not(:last-child):after{background:#1e4c3d}.progress-step .step-number{align-items:center;background:#ddd;border-radius:50%;color:#fff;display:flex;font-weight:700;height:40px;justify-content:center;width:40px}.progress-step.active .step-number{background:#1e4c3d}.upload-form{max-width:600px}.form-section{border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:2rem}.form-section h2{color:#2c3e50;margin-bottom:1.5rem}.form-group input[type=file],.form-group input[type=text]{border:2px solid #ddd;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group small{color:#666;display:block;font-size:.9rem;margin-top:.5rem}.property-preview{background:#e8f5e8;border-left:4px solid #28a745;border-radius:8px;margin:1rem 0;padding:1.5rem}.property-preview h3{color:#155724;margin-bottom:1rem}.error-message{background:#f8d7da;border-left:4px solid #dc3545;color:#721c24;margin:1rem 0;padding:1rem}.analysis-ready{margin:0 auto;max-width:800px}.property-card{box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:2rem}.property-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.property-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.analysis-options{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem}.analysis-options h3{color:#2c3e50;margin-bottom:1rem}.analysis-options ul{list-style:none;margin:1rem 0;padding-left:0}.analysis-options li{color:#28a745;padding:.5rem 0}.analysis-buttons{display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.results-display{max-width:1000px}.results-display.loading{padding:3rem;text-align:center}.loading-spinner h3{color:#2c3e50;margin-bottom:1rem}.spinner{border:4px solid #f3f3f3;margin:2rem auto}.results-header{background:#fff;box-shadow:0 4px 20px #0000001a;padding:2rem;text-align:center}.results-header h2{color:#2c3e50;margin-bottom:1rem}.key-metrics{margin-bottom:2rem}.estimated-value{background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:20px;box-shadow:0 8px 25px #1e4c3d33;color:#fff;margin:2rem 0;padding:2rem;text-align:center}.estimated-value .value{font-size:3rem;font-weight:700;margin:1rem 0}.estimated-value .confidence{font-size:1.1rem;opacity:.9}.analysis-summary,.market-comparison,.property-highlights{box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:2rem}.analysis-summary h3,.market-comparison h3,.property-highlights h3{color:#2c3e50;margin-bottom:1rem}.property-highlights li{border-bottom:1px solid #eee;padding:.5rem 0}.property-highlights li:before{color:#28a745;content:"✓ ";font-weight:700}.summary-text p{line-height:1.7;margin-bottom:1rem}.recommendations{background:#fff;box-shadow:0 4px 20px #0000001a}.recommendations h3{margin-bottom:1rem}.recommendations table{border-collapse:collapse;margin-top:1rem;width:100%}.recommendations th{background:#f8f9fa;border-bottom:2px solid #dee2e6;color:#2c3e50;font-weight:600;padding:1rem;text-align:left}.recommendations td{border-bottom:1px solid #dee2e6;padding:1rem}.priority{border-radius:20px;font-size:.85rem;padding:.25rem .75rem}.priority.high{background:#dc3545}.priority.medium{background:#ffc107;color:#212529}.priority.low{background:#28a745}.action-buttons{justify-content:center;margin-top:2rem}.page-header{margin-bottom:4rem;padding:3rem 2rem;text-align:center}.page-header h1{color:#2c3e50;font-size:3rem;font-weight:700;margin-bottom:1rem}.page-header p{color:#666;font-size:1.2rem;margin:0 auto;max-width:600px}.pricing-tiers{grid-gap:2rem;align-items:stretch;display:grid;gap:2rem;grid-auto-columns:1fr;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));justify-items:center;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:1400px}@media (min-width:1200px){.pricing-tiers{gap:2rem;grid-auto-columns:1fr;grid-template-columns:repeat(4,1fr)}.pricing-card{flex-shrink:0;max-width:100%;min-width:0;width:100%}}@media (min-width:768px) and (max-width:1199px){.pricing-tiers{gap:1.5rem;grid-auto-columns:1fr;grid-template-columns:repeat(2,1fr)}.pricing-card{flex-shrink:0;max-width:100%;min-height:600px;min-width:0;width:100%}}@media (max-width:767px){.pricing-tiers{gap:1.5rem;grid-auto-columns:1fr;grid-template-columns:1fr}.pricing-card{flex-shrink:0;max-width:100%;min-width:0;width:100%}}.pricing-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:100%;min-height:600px;min-width:0;overflow:hidden;padding:2rem;position:relative;text-align:center;transition:transform .3s ease;width:100%}.pricing-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-5px)}.pricing-card.featured{border:3px solid;border-image:linear-gradient(135deg,#1e4c3d,#287960) 1;box-shadow:0 15px 35px #1e4c3d33;z-index:1}.pricing-card.featured:hover{box-shadow:0 20px 40px #1e4c3d4d;transform:translateY(-5px)}.featured-badge{background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:20px;font-size:.9rem;padding:.5rem 1.5rem;top:-15px}.featured-badge,.tier-badge{color:#fff;font-weight:600;left:50%;position:absolute;transform:translateX(-50%)}.tier-badge{background:#1e4c3d;border-radius:16px;font-size:.8rem;padding:.4rem .8rem;top:-2px}.tier-badge.coming-soon{background:#8b5cf6;color:#fff}.current-plan-badge{background:#fff;border:2px solid;border-radius:16px;font-size:.8rem;font-weight:600;left:50%;padding:.4rem .8rem;position:absolute;top:-2px;transform:translateX(-50%)}.current-plan-badge.lite{border-color:#10b981;color:#10b981}.current-plan-badge.pro{border-color:#3b82f6;color:#3b82f6}.current-plan-badge.lux{border-color:#1e4c3d;color:#1e4c3d}.current-plan-badge.enterprise{border-color:#8b5cf6;color:#8b5cf6}.tier-header h3{align-items:center;color:#2c3e50;font-size:1.8rem;font-weight:700;margin-bottom:1rem;min-height:2.5rem;text-align:center}.price,.tier-header h3{display:flex;justify-content:center;width:100%}.price{align-items:baseline;align-items:center;gap:.25rem;margin-bottom:2rem;min-height:4rem}.price .currency{color:#666;font-size:1.5rem;vertical-align:initial}.price .amount{color:#2c3e50;font-size:3rem;font-weight:700;line-height:1}.price .period{color:#666;font-size:1.2rem;vertical-align:initial}.tier-features{justify-content:space-between;min-width:0}.tier-features,.tier-features ul{display:flex;flex:1 1;flex-direction:column;width:100%}.tier-features ul{justify-content:flex-start;list-style:none;margin-bottom:2rem;padding:0;text-align:left}.pricing-card button{align-self:center;margin-top:auto;max-width:200px;min-width:150px;width:100%}.pricing-card .btn-secondary{background:#8b5cf6!important;border:2px solid #8b5cf6!important;color:#fff!important}.pricing-card .btn-secondary:hover{background:#7c3aed!important;color:#fff!important}.tier-features li{word-wrap:break-word;border-bottom:1px solid #eee;font-size:.95rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;overflow-wrap:break-word;padding:.5rem 0}.tier-features li:last-child{border-bottom:none}.pricing-faq{margin-bottom:4rem}.pricing-faq h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.faq-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.faq-item{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.faq-item:hover{box-shadow:0 6px 25px #00000026;transform:translateY(-2px)}.faq-item h4{color:#2c3e50;margin-bottom:1rem}.pricing-cta{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:15px;box-shadow:0 4px 20px #0000001a;padding:3rem;text-align:center}.pricing-cta,.pricing-cta h2,.pricing-cta p{color:#2c3e50}.pricing-cta h2{color:#2c3e50;margin-bottom:1rem}.quota{align-items:center;background:#0000000d;border:1px solid #0000001a;border-radius:20px;color:#666;display:flex;font-size:1rem;font-weight:500;justify-content:center;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:250px;min-height:2.5rem;padding:.5rem 1rem;width:100%}.pricing-card.lite{background:linear-gradient(180deg,#fff,#f8fafc);border:2px solid #e2e8f0}.pricing-card.lite .price .amount{color:#10b981;font-weight:700}.pricing-card.pro{background:linear-gradient(180deg,#fff,#f0f9ff);border:2px solid #3b82f6}.pricing-card.pro .price .amount{color:#3b82f6}.pricing-card.lux{background:linear-gradient(180deg,#fff,#f0fdf4);border:2px solid #1e4c3d}.pricing-card.lux .price .amount{color:#1e4c3d}.pricing-card.enterprise{background:linear-gradient(180deg,#fff,#faf5ff);border:2px solid #8b5cf6}.pricing-card.enterprise .price .amount,.pricing-card.enterprise .price .currency,.pricing-card.enterprise .price .period{word-wrap:break-word;color:#8b5cf6;font-weight:600;overflow-wrap:break-word}.pricing-card.enterprise .price{flex-direction:column;gap:.5rem;text-align:center;width:100%}.feature-comparison{margin-bottom:4rem}.feature-comparison h2{color:#2c3e50;font-size:2.5rem;font-weight:700;margin-bottom:2rem;text-align:center}.comparison-table{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin:0 auto;max-width:100%;overflow:hidden}.comparison-header{background:linear-gradient(135deg,#1e4c3d,#287960);color:#fff;display:grid;font-weight:600;grid-template-columns:2fr 1fr 1fr 1fr 1fr;min-width:600px}.comparison-header>div{border-right:1px solid #fff3;font-size:1.1rem;font-weight:700;padding:1rem;text-align:center}.comparison-header>div:last-child{border-right:none}.comparison-row{border-bottom:1px solid #eee;display:grid;grid-template-columns:2fr 1fr 1fr 1fr 1fr;min-width:600px}.comparison-row:last-child{border-bottom:none}.comparison-row>div{align-items:center;border-right:1px solid #eee;display:flex;justify-content:center;min-height:60px;padding:1rem;text-align:center}@media (max-width:768px){.comparison-row>div{min-height:50px;padding:.75rem .5rem}}.comparison-row:nth-child(2n){background:#00000005}.comparison-row>div:last-child{border-right:none}.comparison-row .feature-name{background:#00000008;color:#2c3e50;font-weight:600;justify-content:flex-start;padding-left:1.5rem;text-align:left}.comparison-row .plan-column.featured{background:#1e4c3d0d;color:#1e4c3d;font-weight:600}.comparison-header .plan-column.featured{background:#1e4c3d1a}.cta-buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-top:2rem}.contact-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.contact-modal-container{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:90vw;overflow-y:auto;width:500px}.contact-modal-header{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);border-bottom:1px solid #eee;border-radius:12px 12px 0 0;color:#fff;display:flex;justify-content:space-between;padding:1.5rem 2rem}.contact-modal-header h3{font-size:1.5rem;margin:0}.close-button{color:#fff;font-size:2rem;transition:background-color .3s ease}.close-button:hover{background-color:#fff3}.contact-modal-body{padding:2rem}.contact-modal-body p{color:#666;margin-bottom:2rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:.75rem;transition:border-color .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#1e4c3d;outline:none}.form-group textarea{min-height:100px;resize:vertical}.form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}@media (max-width:768px){.pricing-tiers{gap:1.5rem;grid-template-columns:1fr}.pricing-card.featured{transform:none}.comparison-table{border-radius:8px;margin:0 -1rem}.feature-comparison{display:none}.comparison-row .feature-name{padding-left:.75rem}.comparison-header>div,.comparison-row>div{font-size:.85rem;padding:.6rem .4rem}.cta-buttons{align-items:center;flex-direction:column}.contact-modal-container{margin:20px;width:90vw}.form-actions{flex-direction:column}.feature-comparison{margin:2rem -1rem}.feature-comparison h2{font-size:2rem;margin-bottom:1.5rem}.comparison-table{-webkit-overflow-scrolling:touch;overflow-x:auto;scrollbar-width:thin}}@media (max-width:480px){.page-header{padding:2rem 1rem}.page-header h1{font-size:2rem}.page-header p{font-size:1rem}.pricing-card{min-height:600px;padding:1.5rem}.price .amount{font-size:2.5rem}.quota{font-size:.9rem;padding:.4rem .8rem}.contact-modal-header{padding:1rem 1.5rem}.contact-modal-body{padding:1.5rem}.feature-comparison{margin:2rem -1rem}.feature-comparison h2{font-size:1.8rem;margin-bottom:1.5rem}.comparison-table{border-radius:0}}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:4rem}.team-member{background:linear-gradient(180deg,#fff,#f8fafc);border:1px solid #e2e8f0;border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.team-member:hover{box-shadow:0 10px 30px #00000026;transform:translateY(-5px)}.member-photo{margin-bottom:1rem}.placeholder-photo{align-items:center;background:#f8f9fa;display:flex;font-size:3rem;justify-content:center}.member-photo-img,.placeholder-photo{border-radius:50%;height:100px;margin:0 auto;width:100px}.member-photo-img{border:3px solid #e2e8f0;display:block;object-fit:cover}.member-title{color:#1e4c3d;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:600;margin-bottom:.5rem}.member-bio{color:#666;line-height:1.6}.company-values{margin-bottom:4rem}.company-values h2{color:#2c3e50;margin-bottom:2rem;text-align:center}.values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}@media (min-width:768px) and (max-width:1023px){.values-grid{grid-template-columns:repeat(2,1fr)!important;margin:0 auto;max-width:800px}}@media (min-width:1024px){.values-grid{grid-template-columns:repeat(2,1fr);margin:0 auto;max-width:900px}}.value-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem;text-align:center}.value-card h4{color:#2c3e50;margin-bottom:1rem}.join-team{background:#f8f9fa;border-radius:15px;padding:3rem;text-align:center}.join-team h2{color:#2c3e50;margin-bottom:1rem}.join-team button{margin-top:2rem}.about-content{margin:0 auto;max-width:800px}.about-content section{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;margin-bottom:2rem;padding:2rem}.about-content h2{color:#2c3e50;margin-bottom:1rem}.about-content p{line-height:1.7;margin-bottom:1rem}.about-content ul{margin:1rem 0;padding-left:1.5rem}.about-content li{line-height:1.6;margin-bottom:.5rem}@media (max-width:1024px){.navbar{align-items:center;justify-content:space-between;padding:1rem}.hamburger,.navbar{display:flex;position:relative}.hamburger{order:2;z-index:1001}.nav-brand{flex:0 0 auto;order:1}.nav-links{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);flex-direction:column;gap:1.5rem;height:calc(100vh - 70px);justify-content:flex-start;overflow-y:auto;padding-top:2rem;position:fixed;right:-100%;top:70px;transition:right .3s ease;width:100%;z-index:999}.nav-links-mobile{right:0}.nav-links a{font-size:1.1rem;padding:.5rem 0;text-align:center;width:90%}.user-menu{text-align:center}.auth-buttons,.user-menu{flex-direction:column;gap:1rem;width:90%}.auth-buttons{align-items:center;margin-left:0}.nav-brand h1{font-size:1.2rem}.nav-logo{height:35px}.login-nav-button,.register-nav-button{max-width:200px;text-align:center;width:100%}main{padding:1rem}.hero-content h1{font-size:2.8rem}.hero-subtitle{font-size:1.5rem}.hero-description{font-size:1.1rem}.features-grid{gap:2rem}.feature-card{padding:2rem}.steps{gap:2rem}.cta-section h2{font-size:2.2rem}.cta-section{margin:2rem 1rem;padding:4rem 1rem}.features-section{margin:-2rem 1rem 2rem;padding:4rem 1rem}.hero-buttons{flex-direction:column;gap:1rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{margin:0 auto;max-width:300px;width:100%}.progress-bar{flex-direction:column;gap:1rem}.progress-step:not(:last-child):after{display:none}.action-buttons,.analysis-buttons{flex-direction:column}.recommendations table{font-size:.9rem}.property-details{grid-template-columns:1fr}}@media (min-width:1200px){.hero-section{max-height:70vh;min-height:50vh}.hero-content{max-width:1000px}.hero-content h1{font-size:4rem}.hero-subtitle{font-size:1.8rem}.hero-description{font-size:1.2rem;max-width:800px}.features-grid{grid-template-columns:repeat(3,1fr)}.features-grid,.steps{margin:0 auto;max-width:1200px}}@media (min-width:769px) and (max-width:1199px){.hero-section{max-height:75vh;min-height:55vh}.features-grid{grid-template-columns:repeat(2,1fr)}}.gradient-primary{background:linear-gradient(135deg,#1e4c3d,#287960)}.gradient-primary-reverse{background:linear-gradient(315deg,#1e4c3d,#287960)}.gradient-primary-vertical{background:linear-gradient(180deg,#1e4c3d,#287960)}.gradient-secondary{background:linear-gradient(135deg,#287960,#4fb387)}.gradient-secondary-reverse{background:linear-gradient(315deg,#287960,#4fb387)}.gradient-accent{background:linear-gradient(135deg,#4fb387,#6bc4a3)}.gradient-accent-reverse{background:linear-gradient(315deg,#4fb387,#6bc4a3)}.gradient-dark{background:linear-gradient(135deg,#0d2818,#1e4c3d)}.gradient-dark-reverse{background:linear-gradient(315deg,#0d2818,#1e4c3d)}.gradient-light{background:linear-gradient(135deg,#6bc4a3,#8fd4b8)}.gradient-light-reverse{background:linear-gradient(315deg,#6bc4a3,#8fd4b8)}.gradient-radial{background:radial-gradient(circle,#287960 0,#1e4c3d 100%)}.gradient-radial-light{background:radial-gradient(circle,#4fb387 0,#287960 100%)}.gradient-multi{background:linear-gradient(135deg,#0d2818,#1e4c3d 25%,#287960 50%,#4fb387 75%,#6bc4a3)}.gradient-multi-reverse{background:linear-gradient(315deg,#0d2818,#1e4c3d 25%,#287960 50%,#4fb387 75%,#6bc4a3)}@media (max-width:1024px){.hero-section{margin-bottom:0;min-height:90vh;padding:3rem 2rem}.hero-logo-inline{display:none}.hero-logo-img{height:60px;padding:6px}.hero-title-with-logo{align-items:center;flex-direction:column;gap:0;max-width:500px;text-align:center}.hero-logo-inline-img{height:70px;padding:6px}.hero-title-section{margin-bottom:1rem}.hero-title-section h1{font-size:2.2rem;letter-spacing:1px;line-height:1;margin:0}.hero-title-section .hero-powered-by{font-size:.75rem;line-height:1;margin:0}.hero-subtitle{font-size:1.2rem;margin-bottom:1.5rem}.hero-description{font-size:1rem;margin-bottom:3rem;padding:0 .5rem}.hero-buttons{align-items:center;flex-direction:column;gap:1.5rem;margin-bottom:2rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{font-size:1.1rem;max-width:300px;padding:1.2rem 2rem;width:100%}.features-section{margin-top:0;padding:3rem 1rem;position:relative;z-index:1}.features-section h2{font-size:2rem;margin-bottom:2rem}.features-grid{gap:1.5rem;grid-template-columns:1fr;max-width:100%;padding:0}.feature-card{box-sizing:border-box;margin:0;max-width:100%;min-height:auto;padding:1.5rem;width:100%}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h3{font-size:1.3rem}.feature-card p{font-size:1rem}.how-it-works{padding:3rem 1rem}.steps{gap:2rem;grid-template-columns:1fr}.step{padding:1.5rem;text-align:center}.step-number{font-size:1.2rem;height:50px;margin-bottom:1rem;width:50px}.step h3{font-size:1.3rem}.step p{font-size:1rem}.cta-section{padding:3rem 1rem;text-align:center}.cta-section h2{font-size:2rem}.cta-section p{font-size:1.1rem}.cta-section .btn-primary{max-width:300px;width:100%}main{padding:1rem}.page-header{padding:2rem 1rem}.page-header h1{font-size:2rem}.page-header p{font-size:1.1rem}.btn-primary,.btn-secondary{font-size:1rem;padding:.8rem 1.5rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea{font-size:1rem;padding:.8rem}}@media (min-width:481px) and (max-width:1024px){.hero-section{padding:4rem 2rem}.hero-logo-inline{display:block}.hero-title-with-logo{flex-direction:row;gap:1rem}.hero-title-section .hero-powered-by{font-size:.8rem}.hero-content{max-width:600px}}@media (max-width:480px){.hero-section{min-height:80vh;padding:2rem 1.5rem}.hero-content{gap:.75rem}.hero-title-with-logo{align-items:center;gap:.75rem;margin-bottom:.75rem;max-width:350px;text-align:center}.hero-logo-inline-img{height:50px;padding:4px}.hero-content h1{font-size:1.6rem;line-height:1;margin:0}.hero-powered-by{font-size:.65rem;line-height:1;margin:0}.hero-subtitle{font-size:1.1rem;margin-bottom:.75rem}.hero-description{font-size:.95rem;margin-bottom:2.5rem;padding:0}.hero-buttons{gap:1.25rem;margin-bottom:1.5rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{font-size:1rem;max-width:280px;padding:1.1rem 2rem}.navbar{padding:.75rem 1rem}.nav-brand h1{font-size:1.1rem}.nav-logo{height:30px;padding:3px}.cta-section{padding:2rem 1rem}.cta-section h2{font-size:1.4rem}.feature-card,.step{padding:1.25rem}.features-section h2,.how-it-works h2{font-size:1.75rem}}@media (max-width:360px){.hero-section{padding:1.5rem .75rem}.hero-content{gap:.5rem}.hero-title-with-logo{max-width:280px}.hero-logo-inline-img{height:45px;padding:3px}.hero-content h1{font-size:1.6rem}.hero-powered-by{font-size:.65rem}.hero-subtitle{font-size:.9rem}.hero-description{font-size:.85rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{font-size:.85rem;min-width:90px;padding:.7rem 1.2rem}}.hero-title-section{display:flex;flex-direction:column;justify-content:center;margin:0;padding:0}.hero-title-section h1{font-size:3.5rem;font-weight:700;letter-spacing:2px}.hero-title-section .hero-powered-by,.hero-title-section h1{font-family:Montserrat,sans-serif;line-height:1;margin:0;padding:0}.hero-title-section .hero-powered-by{font-size:1rem;font-weight:300;opacity:.9}.about-content sup,.hero-powered-by sup{font-size:.6em;line-height:0;vertical-align:super}.property-report-page{background:linear-gradient(180deg,#fff,#f8fafc)}.analysis-results{margin:2rem 0}.analysis-results,.file-upload-container,.manual-property-form,.tag-input-container{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem}.loading-overlay{color:#333}.error-message{background:linear-gradient(180deg,#fff5f5,#fed7d7);border:1px solid #feb2b2;border-radius:10px;box-shadow:0 2px 10px #feb2b233}.success-message{background:linear-gradient(180deg,#f0fff4,#c6f6d5);border:1px solid #9ae6b4;border-radius:10px;box-shadow:0 2px 10px #9ae6b433}.info-message{background:linear-gradient(180deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:10px;box-shadow:0 2px 10px #93c5fd33}.modal-overlay{background:linear-gradient(135deg,#1e4c3de6,#287960e6)}.modal-content{border-radius:20px;box-shadow:0 10px 30px #0000004d}.modal-content,.step-indicator{background:linear-gradient(180deg,#fff,#f8fafc)}.step-indicator{border-radius:15px;box-shadow:0 2px 10px #0000001a;padding:1rem}.progress-bar{background:linear-gradient(180deg,#e2e8f0,#cbd5e0);overflow:hidden}.progress-fill{background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:10px}.search-results{background:linear-gradient(180deg,#fff,#f8fafc);border-radius:20px;box-shadow:0 4px 20px #0000001a;padding:2rem}.validation-errors{background:linear-gradient(180deg,#fff5f5,#fed7d7);border:1px solid #feb2b2;border-radius:10px;box-shadow:0 2px 10px #feb2b233}.format-guidance{background:linear-gradient(180deg,#eff6ff,#dbeafe);border:1px solid #93c5fd;border-radius:10px;box-shadow:0 2px 10px #93c5fd33}@media (max-height:700px){.hero-section{padding:2rem}.hero-content{gap:1rem}.hero-title-with-logo{gap:1rem;margin-bottom:.75rem}.hero-logo-inline{display:none}.hero-content h1{font-size:2.2rem;margin-bottom:.25rem}.hero-powered-by{font-size:.8rem;margin-bottom:.5rem}.hero-subtitle{font-size:1.1rem;margin-bottom:.5rem}.hero-description{font-size:1rem;margin-bottom:1rem}.hero-buttons{gap:1rem;margin-bottom:.5rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{font-size:.9rem;min-width:120px;padding:.8rem 1.5rem}}@media (max-height:600px){.hero-section{padding:1.5rem 2rem}.hero-content{gap:.75rem}.hero-title-with-logo{gap:.75rem;margin-bottom:.5rem}.hero-logo-inline{display:none}.hero-content h1{font-size:1.8rem;margin-bottom:.25rem}.hero-powered-by{font-size:.7rem;margin-bottom:.25rem}.hero-subtitle{font-size:1rem;margin-bottom:.5rem}.hero-description{font-size:.9rem;margin-bottom:.75rem}.hero-buttons{gap:.75rem;margin-bottom:.5rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{font-size:.85rem;min-width:100px;padding:.7rem 1.2rem}}@media (max-height:500px){.hero-section{padding:1rem 2rem}.hero-content{gap:.5rem}.hero-title-with-logo{gap:.5rem;margin-bottom:.25rem}.hero-logo-inline{display:none}.hero-content h1{font-size:1.5rem;margin-bottom:.25rem}.hero-powered-by{font-size:.6rem;margin-bottom:.25rem}.hero-subtitle{font-size:.9rem;margin-bottom:.25rem}.hero-description{font-size:.8rem;margin-bottom:.5rem}.hero-buttons{gap:.5rem;margin-bottom:.25rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{font-size:.8rem;min-width:90px;padding:.6rem 1rem}}@media (max-height:400px){.hero-section{padding:.75rem 2rem}.hero-content{gap:.25rem}.hero-title-with-logo{gap:.25rem;margin-bottom:.125rem}.hero-logo-inline{display:none}.hero-content h1{font-size:1.3rem;margin-bottom:.125rem}.hero-powered-by{font-size:.55rem;margin-bottom:.125rem}.hero-subtitle{font-size:.8rem;margin-bottom:.25rem}.hero-description{font-size:.75rem;margin-bottom:.25rem}.hero-buttons{gap:.25rem;margin-bottom:.125rem}.hero-buttons .btn-primary,.hero-buttons .btn-secondary{font-size:.75rem;min-width:80px;padding:.5rem .8rem}}.login-modal{align-items:center;background-color:#00000080;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:1rem;position:fixed;top:0;width:100%;z-index:1000}.login-content{background:#fff;border-radius:12px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;max-height:90vh;max-width:400px;overflow-y:auto;padding:2rem;position:relative;width:100%}.login-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.login-header h2{color:#1e4c3d;font-size:1.5rem;font-weight:600;margin:0}.close-button{border-radius:50%;color:#666;height:30px;padding:0;width:30px}.close-button:hover{background-color:#f5f5f5;color:#333}.login-form{display:flex;flex:1 1;flex-direction:column}.form-group{margin-bottom:1rem}.form-group label{margin-bottom:.5rem}.form-group input{border:2px solid #e0e0e0;border-radius:8px;box-sizing:border-box;transition:border-color .2s ease;width:100%}.form-group input:focus{border-color:#1e4c3d}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.login-button{background-color:#1e4c3d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:.5rem;padding:.75rem;transition:background-color .2s ease}.login-button:hover:not(:disabled){background-color:#287960}.login-button:disabled{background-color:#ccc;cursor:not-allowed}.error-message{background-color:#ffebee;border-left:4px solid #c62828;color:#c62828}.error-message,.success-message{font-size:.9rem;margin-bottom:1rem;padding:.75rem}.success-message{background-color:#e8f5e8;border-left:4px solid #2e7d32;border-radius:6px;color:#2e7d32}.password-hint{color:#666;font-size:.8rem;font-style:italic;margin-bottom:1rem}.login-footer{margin-top:1.5rem;text-align:center}.login-footer p{color:#666;margin:0}.link-button{background:none;border:none;color:#1e4c3d;cursor:pointer;font-size:inherit;padding:0;text-decoration:underline}.link-button:hover:not(:disabled){color:#1976d2}.link-button:disabled{color:#ccc;cursor:not-allowed}.name-fields-container{display:flex;gap:1rem}.name-fields-container .form-group{flex:1 1}@media (max-width:480px){.login-modal{align-items:flex-start;padding:.125rem .5rem .5rem}.login-content{border-radius:4px;margin:0;max-height:calc(100vh - 1rem);max-width:100%!important;padding:.5rem}.login-header{margin-bottom:.375rem}.login-header h2{font-size:.9rem}.form-group{margin-bottom:.25rem}.form-group label{font-size:.7rem;margin-bottom:.1rem}.form-group input{border-radius:4px;font-size:.7rem;padding:.25rem}.form-group small{font-size:.55rem!important}.password-hint{font-size:.55rem;margin-bottom:.25rem}.login-button{font-size:.75rem;margin-top:.15rem;padding:.3rem}.error-message,.success-message{font-size:.65rem;margin-bottom:.25rem;padding:.3rem}.login-footer{margin-top:.375rem}.login-footer p{font-size:.7rem}.name-fields-container{flex-direction:column;gap:.25rem}.name-fields-container .form-group{flex:none}}@media (max-width:360px){.login-modal{padding:.0625rem .25rem .25rem}.login-content{max-height:calc(100vh - .5rem);padding:.375rem}.login-header{margin-bottom:.25rem}.login-header h2{font-size:.8rem}.form-group{margin-bottom:.2rem}.form-group label{font-size:.65rem;margin-bottom:.075rem}.form-group input{border-radius:3px;font-size:.65rem;padding:.2rem}.form-group small{font-size:.5rem!important}.password-hint{font-size:.5rem;margin-bottom:.2rem}.login-button{font-size:.7rem;margin-top:.1rem;padding:.25rem}.error-message,.success-message{font-size:.6rem;margin-bottom:.2rem;padding:.25rem}.login-footer{margin-top:.25rem}.login-footer p{font-size:.65rem}}@media (max-width:768px) and (min-width:481px){.login-content{margin:1rem;max-width:400px!important;padding:1.25rem}.login-header h2{font-size:1.4rem}.form-group{margin-bottom:1rem}.form-group label{font-size:.95rem}.form-group input{font-size:.95rem;padding:.7rem}.password-hint{font-size:.75rem}.login-button{font-size:.95rem;padding:.7rem}}.auth-modal-overlay{align-items:center;animation:fadeIn .3s ease-out;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.auth-modal-container{animation:slideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:90vw;overflow-y:auto}@media (max-width:768px){.auth-modal-container{margin:20px;max-height:calc(100vh - 40px);max-width:calc(100vw - 40px)}}.auth-modal-container .login-modal{background:#0000;border-radius:0;box-shadow:none}.auth-modal-container .login-content{border-radius:12px;margin:0}.credit-balance{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:20px;padding:20px}.credit-balance-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.credit-title{color:#1f2937;font-size:16px;font-weight:600;margin:0 0 8px}.credit-count-large{color:#111827;font-size:32px;font-weight:700}.current-large{color:#10b981}.separator-large{color:#9ca3af;font-weight:400}.total-large{color:#6b7280;font-weight:400}.unlimited-large{color:#10b981;font-size:28px}.progress-bar-container{background-color:#e5e7eb;border-radius:4px;height:8px;margin-bottom:12px;overflow:hidden;width:100%}.progress-bar-fill{border-radius:4px;height:100%;transition:width .3s ease,background-color .3s ease}.reset-info{align-items:center;color:#6b7280;display:flex;font-size:14px;justify-content:space-between}.reset-label{font-weight:500}.reset-date{color:#374151;font-weight:600}.enterprise-note{background:#f0fdf4;border-radius:6px;color:#10b981;font-size:14px;font-weight:500;padding:8px;text-align:center}.credit-balance-compact{align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;display:inline-flex;gap:8px;padding:6px 12px}.credit-balance-compact .credit-count{font-size:18px;font-weight:700}.credit-balance-compact .current{color:#10b981}.credit-balance-compact .separator{color:#9ca3af;font-weight:400}.credit-balance-compact .total{color:#6b7280;font-weight:400}.credit-balance-compact .unlimited{color:#10b981;font-size:20px}.credit-balance-compact .credit-label{color:#6b7280;font-size:12px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.modal-overlay{align-items:center;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-container{animation:slideUp .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;width:90%}.modal-header{border-bottom:1px solid #e0e0e0;padding:1.5rem}.modal-header h2{color:#333}.modal-close{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:background-color .2s,color .2s;width:32px}.modal-close:hover{background-color:#f0f0f0;color:#333}.modal-message{border-bottom:1px solid #e0e0e0;margin:0;padding:1rem 1.5rem}.modal-message-success{background-color:#d4edda;border-left:4px solid #28a745;color:#155724}.modal-message-error{background-color:#f8d7da;border-left:4px solid #dc3545;color:#721c24}.modal-tabs{background-color:#f8f9fa;border-bottom:2px solid #e0e0e0;display:flex}.modal-tab{background:none;border:none;color:#666;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:1rem;position:relative;transition:color .2s,background-color .2s}.modal-tab:hover{background-color:#e9ecef;color:#333}.modal-tab.active{background-color:#fff;color:#06c}.modal-tab.active:after{background-color:#06c;bottom:-2px;content:"";height:2px;left:0;position:absolute;right:0}.modal-content{padding:2rem 1.5rem}.modal-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{gap:.5rem}.form-group label{color:#333;font-size:.95rem}.form-group input{border:1px solid #ddd;border-radius:6px;font-size:1rem;padding:.75rem;transition:border-color .2s,box-shadow .2s}.form-group input:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.input-disabled{background-color:#f5f5f5;color:#666;cursor:not-allowed}.form-hint{color:#666;font-size:.85rem;margin-top:-.25rem}.password-strength{align-items:center;display:flex;gap:.75rem;margin-top:.25rem}.password-strength-bar{background-color:#e0e0e0;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.password-strength-fill{border-radius:3px;height:100%;transition:width .3s ease,background-color .3s ease}.password-strength-label{font-size:.85rem;font-weight:600;min-width:60px}.btn-danger,.btn-primary,.btn-secondary{border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s,transform .1s}.btn-primary:hover:not(:disabled){background-color:#0052a3}.btn-primary:active:not(:disabled){transform:scale(.98)}.btn-secondary:hover:not(:disabled){background-color:#e0e0e0}.btn-danger:hover:not(:disabled){background-color:#c82333}.btn-danger:disabled{background-color:#f8d7da;color:#721c24;cursor:not-allowed}.mfa-status-section{margin-bottom:1.5rem}.mfa-status-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.75rem}.mfa-status-header h3{color:#333;font-size:1.1rem;margin:0}.status-badge{border-radius:20px;font-size:.85rem;padding:.35rem .85rem}.mfa-description{color:#666;font-size:.95rem;line-height:1.5;margin:0}.mfa-actions,.mfa-setup{margin-top:1.5rem}.mfa-setup{background-color:#f8f9fa;border-radius:8px;padding:1.5rem}.mfa-setup h4{color:#333;font-size:1.1rem;margin:0 0 1rem}.mfa-step{color:#555;font-size:.95rem;margin:1rem 0 .5rem}.qr-code-container{border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;justify-content:center;margin:1rem 0;padding:1.5rem}.secret-code{background:#fff;border:2px dashed #ddd;border-radius:6px;color:#333;font-family:Courier New,monospace;font-weight:600;letter-spacing:2px;margin:.5rem 0 1rem;padding:1rem;text-align:center}.mfa-code-input{border:2px solid #ddd;border-radius:6px;display:block;font-family:monospace;font-size:1.5rem;letter-spacing:.5rem;margin:1rem auto;max-width:200px;padding:.75rem;text-align:center;width:100%}.mfa-code-input:focus{border-color:#06c;box-shadow:0 0 0 3px #0066cc1a;outline:none}.mfa-setup-actions{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}@media (max-width:768px){.modal-container{border-radius:8px;max-height:95vh;width:95%}.modal-header{padding:1rem}.modal-header h2{font-size:1.25rem}.modal-content{padding:1.5rem 1rem}.modal-tabs{flex-direction:row}.modal-tab{font-size:.9rem;padding:.75rem .5rem}.mfa-setup-actions{flex-direction:column}.btn-danger,.btn-primary,.btn-secondary{width:100%}}@media (max-width:480px){.modal-container{border-radius:0;height:100%;max-height:100vh;width:100%}.qr-code-container canvas{height:auto;max-width:180px}.mfa-status-header{align-items:flex-start;flex-direction:column;gap:.5rem}}.subscription-summary{margin-bottom:2rem}.subscription-summary h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 1rem}.subscription-info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1rem}.info-item{display:flex;flex-direction:column;gap:.25rem}.info-label{color:#6b7280;font-size:.875rem;font-weight:500}.info-value{color:#111827;font-size:1rem;font-weight:600;text-transform:capitalize}.credit-balance-section,.credit-history-section{margin-bottom:2rem}.credit-history-section h3{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.credit-history-list{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.credit-history-item{align-items:center;background:#f9fafb;border-radius:8px;display:flex;font-size:.95rem;justify-content:space-between;padding:.75rem}.transaction-type{color:#059669;font-weight:600;min-width:40px}.transaction-reason{color:#374151;flex:1 1;margin:0 1rem;text-transform:capitalize}.transaction-date{color:#6b7280;font-size:.875rem}.subscription-actions{display:flex;gap:1rem;margin-top:2rem}.subscription-actions .btn-primary,.subscription-actions .btn-secondary{flex:1 1}.no-subscription{padding:2rem;text-align:center}.no-subscription p{color:#6b7280;margin:0 0 1.5rem}.loading-message{color:#6b7280;padding:2rem;text-align:center}@media (max-width:768px){.subscription-info-grid{grid-template-columns:1fr}.credit-history-item,.subscription-actions{flex-direction:column}.credit-history-item{align-items:flex-start;gap:.5rem}.transaction-reason{margin:0}}.profile-dropdown{animation:dropdownSlideIn .2s ease-out;background:#fff;border-radius:8px;box-shadow:0 4px 20px #00000026;min-width:200px;overflow:hidden;position:absolute;right:0;top:calc(100% + 8px);z-index:100}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.profile-dropdown-item{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:.95rem;gap:.75rem;padding:.75rem 1rem;text-align:left;transition:background-color .2s;width:100%}.profile-dropdown-item:hover{background-color:#f8f9fa}.profile-dropdown-item:active{background-color:#e9ecef}.profile-dropdown-icon{color:#666;height:20px;width:20px}.profile-dropdown-divider{background-color:#e0e0e0;height:1px;margin:.25rem 0}.profile-dropdown-subscription{background:#f9fafb;border-bottom:1px solid #e0e0e0;padding:1rem}.credit-balance-clickable{border-radius:4px;cursor:pointer;margin:-4px;padding:4px;transition:background-color .2s}.credit-balance-clickable:hover{background-color:#e5e7eb}.subscription-plan{margin-bottom:.75rem}.plan-name{font-size:.95rem;text-transform:capitalize}.profile-dropdown-link{background:none;border:none;color:#059669;cursor:pointer;font-size:.875rem;margin-top:.5rem;padding:.5rem 0;text-align:left;text-decoration:underline;width:100%}.profile-dropdown-link:hover{color:#047857}@media (max-width:768px){.profile-dropdown{left:1rem;min-width:auto;position:fixed;right:1rem;top:auto}}.login-page{min-height:100vh;position:relative}.login-page .login-page-loading-overlay{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.login-page .loading-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:12px;color:#fff;padding:2rem;text-align:center}.login-page .loading-content p{font-size:1.1rem;font-weight:500;margin:1rem 0 0}.login-page .loading-spinner{animation:spin 1s linear infinite;border:4px solid #ffffff4d;border-radius:50%;border-top-color:#fff;display:block;height:40px;margin:0 auto;width:40px}.login-page .login-page-background{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);display:flex;justify-content:center;min-height:100vh;padding:2rem}.login-page .login-page-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 20px 40px #00000026;max-width:800px;padding:3rem;text-align:center;width:100%}@media (max-width:768px){.login-page .login-page-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-radius:16px;margin:1rem;padding:2rem 1.5rem}.login-page .login-page-header h1{font-size:2rem}.login-page .login-page-header p{font-size:1rem}.login-page .login-page-actions{flex-direction:column;gap:1rem}.login-page .login-page-button{max-width:280px;width:100%}}.login-page .login-page-header h1{color:#333;font-size:2.5rem;font-weight:700;margin-bottom:1rem}.login-page .login-page-header h1,.login-page .login-page-header p{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.login-page .login-page-header p{color:#666;font-size:1.2rem;font-weight:300;line-height:1.6;margin-bottom:2.5rem}.login-page .login-page-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:3rem}.login-page .login-page-button{border:none;border-radius:12px;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1.1rem;font-weight:600;min-width:150px;padding:1rem 2rem;transition:all .3s ease}.login-page .login-page-button.primary{background:linear-gradient(135deg,#1e4c3d,#287960);color:#fff}.login-page .login-page-button.primary:hover{box-shadow:0 10px 20px #1e4c3d4d;transform:translateY(-2px)}.login-page .login-page-button.secondary{background:#0000;border:2px solid #1e4c3d;color:#1e4c3d}.login-page .login-page-button.secondary:hover{background:#1e4c3d;color:#fff;transform:translateY(-2px)}.login-page .login-page-features{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-top:2rem}.login-page .feature{background:#f8f9fa;border-radius:12px;padding:1.5rem;transition:transform .3s ease}.login-page .feature:hover{transform:translateY(-5px)}.login-page .feature-icon{font-size:2.5rem;margin-bottom:1rem}.login-page .feature h3{color:#333;font-size:1.2rem;margin-bottom:.5rem}.login-page .feature p{color:#666;font-size:.9rem;line-height:1.5}@media (max-width:768px){.login-page .login-page-background{padding:1rem}.login-page .login-page-content{padding:2rem}.login-page .login-page-header h1{font-size:2rem}.login-page .login-page-header p{font-size:1rem}.login-page .login-page-actions{align-items:center;flex-direction:column}.login-page .login-page-button{max-width:300px;width:100%}.login-page .login-page-features{gap:1rem;grid-template-columns:1fr}}@media (max-width:480px){.login-page .login-page-content{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:1.5rem}.login-page .login-page-header h1{font-size:1.8rem}.login-page .feature{padding:1rem}}.loading-overlay{align-items:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#ffffffe6;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.loading-content{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;min-width:300px;padding:2rem;text-align:center}.loading-spinner{height:50px;margin:0 auto 1rem;width:50px}.loading-message{color:#333;font-size:1.1rem;font-weight:500;margin:0}.progress-container{background-color:#f3f3f3;border-radius:10px;height:20px;margin-bottom:1rem;overflow:hidden;position:relative;width:100%}.progress-bar{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:10px;display:flex;height:100%;justify-content:center;transition:width .3s ease}.progress-text{color:#fff;font-size:.9rem;font-weight:600;left:50%;position:absolute;text-shadow:0 1px 2px #0003;transform:translateX(-50%)}.tag-input-container{width:100%}.tags-display{margin-bottom:12px;min-height:32px}.tag{background-color:#e3f2fd;border:1px solid #bbdefb;border-radius:16px;display:inline-flex;font-size:14px;padding:4px 8px}.tag,.tag-remove{align-items:center;color:#1976d2}.tag-remove{background:none;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:12px;height:16px;justify-content:center;line-height:1;margin-left:6px;padding:0;width:16px}.tag-remove:hover{background-color:#1976d2;color:#fff}.tag-input-wrapper{margin-bottom:12px}.tag-input{border:1px solid #ddd;border-radius:4px;outline:none;padding:8px 12px;transition:border-color .2s}.tag-input:focus{border-color:#1976d2;box-shadow:0 0 0 2px #1976d233}.suggestions{background:#fff;border:1px solid #ddd;border-radius:0 0 4px 4px;border-top:none;box-shadow:0 2px 4px #0000001a;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:10}.suggestions-header{background-color:#f5f5f5;border-bottom:1px solid #eee;padding:8px 12px}.suggestion-item{padding:8px 12px;transition:background-color .2s}.suggestion-item:hover{background-color:#f0f0f0}.quick-add-toggle{background:none;border:1px solid #1976d2;border-radius:4px;color:#1976d2;margin-bottom:16px;padding:8px 16px;transition:all .2s}.quick-add-toggle:hover{background-color:#1976d2;color:#fff}.quick-add-section{background-color:#f9f9f9;border:1px solid #e0e0e0;border-radius:8px;margin-top:8px;padding:16px}.quick-add-category{margin-bottom:20px}.quick-add-category:last-child{margin-bottom:0}.category-title{color:#333}.quick-add-tag{background:#fff;border:1px solid #ddd;border-radius:16px;color:#333;font-size:13px;transition:all .2s}.quick-add-tag:hover:not(.already-added){background-color:#1976d2;border-color:#1976d2;color:#fff}.quick-add-tag.already-added{background-color:#e0e0e0;color:#999;opacity:.6}@media (max-width:480px){.category-tags{gap:6px}.quick-add-tag{font-size:12px;padding:4px 8px}.quick-add-section{padding:12px}}.toast-manager{flex-direction:column;gap:12px;pointer-events:none;position:fixed;right:20px;top:20px;z-index:9999}.toast,.toast-manager{display:flex;max-width:420px}.toast{align-items:center;animation:slideIn .4s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border-left:4px solid;border-radius:12px;box-shadow:0 8px 24px #00000026,0 4px 8px #0000001a;min-width:320px;padding:16px 20px;pointer-events:auto;transition:all .3s ease}.toast,.toast-content{justify-content:space-between}.toast-content{width:100%}.toast-message{margin-right:12px}.toast-close{color:#666;transition:background-color .2s}.toast-close:hover{background-color:#f0f0f0}.toast-success{background:linear-gradient(135deg,#f0fdf4,#ecfdf5);border-left-color:#10b981}.toast-success .toast-message{color:#065f46;font-weight:500}.toast-error{background:linear-gradient(135deg,#fef2f2,#fee2e2);border-left-color:#ef4444}.toast-error .toast-message{color:#991b1b;font-weight:500}.toast-warning{background:linear-gradient(135deg,#fffbeb,#fef3c7);border-left-color:#f59e0b}.toast-warning .toast-message{color:#92400e;font-weight:500}.toast-info{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-left-color:#3b82f6}.toast-info .toast-message{color:#1e40af;font-weight:500}@keyframes slideOut{0%{opacity:1;transform:translateX(0)}to{opacity:0;transform:translateX(100%)}}.toast-fading{animation:slideOut .3s cubic-bezier(.4,0,1,1) forwards!important}@media (max-width:480px){.toast-manager{left:10px;max-width:none;right:10px;top:10px}.toast{max-width:none;min-width:auto}}.toast-notification{border-radius:8px;box-shadow:0 4px 12px #00000026;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;max-width:400px;position:fixed;right:20px;top:20px;transition:all .3s ease;z-index:10000}.toast-notification.visible{opacity:1;transform:translateX(0)}.toast-notification.hidden{opacity:0;transform:translateX(100%)}.toast-content{align-items:center;display:flex;gap:12px;padding:16px}.toast-icon{flex-shrink:0;font-size:18px}.toast-message{flex:1 1;font-size:14px;font-weight:500;line-height:1.4}.toast-close{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;flex-shrink:0;font-size:20px;height:24px;justify-content:center;padding:0;transition:background-color .2s ease;width:24px}.toast-close:hover{background-color:#0000001a}.toast-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.toast-warning{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.toast-success{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.toast-info{background:#dbeafe;border:1px solid #93c5fd;color:#1e40af}@media (max-width:768px){.toast-notification{left:10px;max-width:none;right:10px;top:10px}.toast-content{padding:12px}.toast-message{font-size:13px}}.tag-input-container{margin:20px 0;position:relative}.quick-add-section{margin:20px 0;text-align:center}.quick-add-toggle{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;border-radius:8px;box-shadow:0 2px 8px #1e4c3d33;color:#fff;cursor:pointer;display:block;font-size:14px;font-weight:600;margin:0 auto 16px;padding:12px 24px;transition:all .3s ease}.quick-add-toggle:hover{background:linear-gradient(135deg,#0d2818,#1e4c3d);box-shadow:0 4px 16px #1e4c3d4d;transform:translateY(-2px)}.quick-add-toggle:active{transform:translateY(0)}.quick-add-categories{grid-gap:20px;background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));max-height:600px;overflow-y:auto;padding:16px}.category-group{background:#fff;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:16px}.category-title{border-bottom:2px solid #e9ecef;color:#1e4c3d;font-size:16px;font-weight:600;margin:0 0 12px;padding-bottom:8px}.category-tags{display:flex;flex-wrap:wrap;gap:8px}.quick-add-tag{background:#f8f9fa;border:1px solid #dee2e6;border-radius:20px;color:#495057;cursor:pointer;font-size:12px;font-weight:500;max-width:100%;overflow:hidden;padding:6px 12px;text-overflow:ellipsis;transition:all .2s ease;white-space:nowrap}.quick-add-tag:hover:not(:disabled){background:#e9ecef;border-color:#1e4c3d;box-shadow:0 2px 4px #1e4c3d1a;color:#1e4c3d;transform:translateY(-1px)}.quick-add-tag:active:not(:disabled){transform:translateY(0)}.quick-add-tag.already-added{background:#d4edda;border-color:#c3e6cb;color:#155724;cursor:not-allowed;opacity:.7}.quick-add-tag:disabled{cursor:not-allowed;opacity:.5}.category-group:has(.quick-add-tag:contains("Death")) .category-title,.category-group:has(.quick-add-tag:contains("Haunted")) .category-title,.category-group:has(.quick-add-tag:contains("Murder")) .category-title{border-bottom-color:#dc3545;color:#dc3545}.category-group:has(.quick-add-tag:contains("Death")) .quick-add-tag,.category-group:has(.quick-add-tag:contains("Haunted")) .quick-add-tag,.category-group:has(.quick-add-tag:contains("Murder")) .quick-add-tag{background:#f8d7da;border-color:#f5c6cb;color:#721c24}.category-group:has(.quick-add-tag:contains("Death")) .quick-add-tag:hover:not(:disabled),.category-group:has(.quick-add-tag:contains("Haunted")) .quick-add-tag:hover:not(:disabled),.category-group:has(.quick-add-tag:contains("Murder")) .quick-add-tag:hover:not(:disabled){background:#f1b0b7;border-color:#ed969e}.tag-input-wrapper{background-color:#fff;border:2px solid #e1e8ed;border-radius:12px;cursor:text;min-height:60px;position:relative;transition:all .3s ease}.tag-input-wrapper:hover{border-color:#c1d1dc}.tag-input-wrapper.focused{border-color:#1e4c3d;box-shadow:0 0 0 4px #1e4c3d1a}.tags-display{align-items:center;display:flex;flex-wrap:wrap;gap:8px;min-height:36px;padding:12px 16px}.tag-bubble{align-items:center;animation:tagAppear .2s ease-out;background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:20px;box-shadow:0 2px 4px #1e4c3d1a;color:#fff;display:inline-flex;font-size:14px;font-weight:500;gap:6px;padding:6px 8px 6px 12px;transition:all .2s ease}.tag-bubble:hover{box-shadow:0 4px 8px #1e4c3d26;transform:translateY(-1px)}@keyframes tagAppear{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.tag-text{line-height:1}.tag-remove-btn{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:20px;justify-content:center;line-height:1;transition:background-color .2s ease;width:20px}.tag-remove-btn:hover{background:#ffffff4d;transform:scale(1.1)}.tag-input-field{background:#0000;border:none;color:#333;flex:1 1;font-size:16px;min-width:120px;outline:none;padding:4px 0}.tag-input-field::placeholder{color:#999;font-style:italic}.tag-suggestions-dropdown{background:#fff;border:1px solid #e1e8ed;border-radius:12px;box-shadow:0 8px 24px #0000001f;left:0;margin-top:4px;max-height:300px;overflow:hidden;position:absolute;right:0;top:100%;z-index:9999}.suggestions-header{background-color:#f8f9fa;border-bottom:1px solid #e9ecef;color:#666;font-size:12px;font-weight:600;letter-spacing:.5px;padding:12px 16px 8px;text-transform:uppercase}.suggestions-list{max-height:200px;overflow-y:auto;padding:8px}.suggestion-item{background:none;border:none;border-radius:8px;color:#333;display:block;font-size:14px;margin-bottom:2px;padding:10px 12px;text-align:left;transition:all .2s ease;width:100%}.suggestion-item:hover{background-color:#1e4c3d1a;color:#1e4c3d;transform:translateX(4px)}.empty-state{border:2px dashed #e1e8ed;border-radius:12px;color:#666;cursor:pointer;font-style:italic;padding:20px;text-align:center;transition:all .2s ease}.empty-state:hover{background-color:#f8f9fa;border-color:#c1d1dc}.empty-state p{font-size:14px;margin:0}.tag-input-hint{margin-top:8px;padding:0 4px}.tag-input-hint span{color:#1e4c3d;font-size:12px;font-style:italic}@media (max-width:768px){.quick-add-categories{grid-template-columns:1fr;max-height:500px;padding:12px}.category-group{padding:12px}.category-title{font-size:14px}.quick-add-tag{font-size:11px;padding:5px 10px}.tag-bubble{word-wrap:break-word;box-sizing:border-box;flex-shrink:1;font-size:13px;max-width:100%;min-width:0;padding:5px 6px 5px 10px}.tag-input-field{font-size:16px}.tags-display{gap:6px;padding:10px 12px}.tag-input-wrapper{min-height:50px}.tag-suggestions-dropdown{margin-top:2px;max-height:250px}.suggestion-item{font-size:13px;padding:8px 10px}}@media (max-width:480px){.quick-add-toggle{font-size:13px;padding:10px 20px;width:100%}.quick-add-categories{padding:8px}.category-group{padding:10px}.category-tags{gap:6px}.quick-add-tag{font-size:10px;padding:4px 8px}}@media (prefers-reduced-motion:reduce){.quick-add-tag,.quick-add-toggle,.suggestion-item,.tag-bubble,.tag-input-wrapper,.tag-remove-btn{transition:none}@keyframes tagAppear{0%,to{opacity:1;transform:scale(1)}}}@media (prefers-contrast:high){.quick-add-toggle{border:2px solid}.category-group,.quick-add-tag{border-width:2px}}.file-upload-container{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;margin:0 auto;max-width:900px;padding:24px}.upload-header{margin-bottom:32px;text-align:center}.upload-header h2{color:#2c3e50;margin-bottom:8px}.upload-header p{color:#64748b;font-size:16px}.upload-instructions{background:#f8fafc;border-left:4px solid #1e4c3d;border-radius:8px;margin-bottom:32px;padding:20px}.upload-instructions h3{color:#2c3e50;margin-bottom:16px}.upload-categories{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.category{align-items:flex-start;background:#fff;border:1px solid #e2e8f0;border-radius:6px;display:flex;gap:12px;padding:12px}.category .icon{font-size:24px}.category h4{color:#2c3e50;font-size:14px;margin:0 0 4px}.category p{color:#64748b;font-size:12px;line-height:1.4;margin:0}.upload-form{background:#f8fafc;border:2px dashed #1e4c3d;border-radius:8px;padding:24px}.file-input-section{margin-bottom:24px;text-align:center}.file-input-label{align-items:center;background:#1e4c3d;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:16px;font-weight:600;gap:8px;padding:16px 32px;transition:background-color .2s}.file-input-label:hover{background:#287960}.upload-icon{font-size:20px}.file-types{margin-top:16px}.file-types p{color:#2c3e50;font-weight:600;margin-bottom:8px}.file-type{background:#1e4c3d;font-size:12px;font-weight:500}.selected-files{background:#fff;border:1px solid #e2e8f0;border-radius:6px;margin:24px 0;padding:16px}.selected-files h4{color:#2c3e50;margin:0 0 12px}.selected-files ul{list-style:none;margin:0;padding:0}.file-item{border:1px solid #e2e8f0;transition:all .2s ease}.file-item:hover{border-color:#cbd5e1;box-shadow:0 4px 8px #0000001a}.file-name{line-height:1.4;word-break:break-word}.file-size,.remove-file{white-space:nowrap}.remove-file{background:#fee2e2;border:1px solid #fecaca;color:#dc2626;flex-shrink:0;font-size:1.5rem;font-weight:500;min-height:32px;min-width:32px;padding:0 .75rem}.remove-file:hover:not(:disabled){background:#fecaca;border-color:#f87171;box-shadow:0 2px 4px #dc262633;color:#b91c1c;transform:translateY(-1px)}.remove-file:disabled{background:#f8fafc;border-color:#e2e8f0;box-shadow:none;color:#94a3b8;transform:none}.tags-section label{color:#2c3e50;display:block;font-weight:600;margin-bottom:8px}.tags-section input{border:2px solid #e2e8f0;border-radius:6px;font-size:14px;padding:12px;width:100%}.tags-section small{color:#64748b;display:block;font-size:12px;margin-top:4px}.upload-actions{justify-content:center;margin-top:24px}.upload-btn{background:#4fb387;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .2s}.upload-btn:hover{background:#287960}.upload-btn:disabled{background:#bdc3c7;cursor:not-allowed}.skip-btn{background:#95a5a6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .2s}.skip-btn:hover{background:#7f8c8d}.uploaded-files{background:#d5f4e6;border:1px solid #27ae60;border-radius:6px;margin-top:24px;padding:16px}.uploaded-files h4{color:#27ae60;margin:0 0 12px}.uploaded-files ul{list-style:none;margin:0;padding:0}.uploaded-file{align-items:center;display:flex;justify-content:space-between;padding:4px 0}.upload-status{color:#27ae60;font-size:14px;font-weight:600}.error-message{background:#fee2e2;border-radius:6px;margin-top:16px;padding:12px}@media (max-width:768px){.file-upload-container{margin:0 auto;padding:16px}.upload-categories{grid-template-columns:1fr}.upload-actions{align-items:center;flex-direction:column}.skip-btn,.upload-btn{max-width:300px;width:100%}.upload-form{padding:16px}.file-input-label{font-size:14px;padding:12px 24px}.file-item{align-items:flex-start;flex-direction:column;gap:.5rem}.file-info{width:100%}.upload-zone{padding:1.5rem}.upload-text strong{font-size:1.1rem}}.file-upload{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;padding:2rem}.upload-zone{border:2px dashed #e0e0e0;margin-bottom:2rem;padding:2rem;position:relative;transition:all .3s ease}.upload-zone:hover{background-color:#1e4c3d0d;border-color:#1e4c3d}.upload-zone.drag-over{background-color:#1e4c3d1a;border-color:#1e4c3d;box-shadow:0 8px 25px #1e4c3d26;transform:scale(1.02)}.upload-zone.drag-over:before{animation:pulse 1.5s ease-in-out infinite;border:3px solid #1e4c3d;border-radius:12px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.02)}to{opacity:1;transform:scale(1)}}.file-input{display:none}.upload-label{cursor:pointer}.upload-icon{color:#1e4c3d;font-size:3rem}.upload-icon,.upload-text{margin-bottom:1rem}.upload-text strong{color:#2c3e50;display:block;font-size:1.2rem;margin-bottom:.5rem}.upload-text span{color:#7f8c8d}.upload-hint{color:#95a5a6;font-size:.9rem}.file-list{background-color:#f8f9fa;border-radius:8px;margin-top:2rem;padding:1.5rem}.file-list h4{color:#2c3e50;font-size:1.1rem;margin:0 0 1rem}.file-item{background-color:#fff;box-shadow:0 2px 4px #0000000d;margin-bottom:.75rem;padding:.75rem}.file-info{align-items:center;display:flex;gap:1rem}.file-name{color:#2c3e50}.file-size{color:#7f8c8d;font-size:.9rem}.remove-file{align-items:center;border-radius:50%;color:#e74c3c;display:flex;font-size:1.2rem;height:30px;justify-content:center;padding:.25rem;transition:all .2s ease;width:30px}.remove-file:hover:not(:disabled){background-color:#fdf2f2;color:#c0392b}.remove-file:disabled{color:#bdc3c7}.upload-button{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);box-shadow:0 2px 4px #1e4c3d33;display:flex;font-size:1.1rem;gap:.5rem;justify-content:center;margin-top:1.5rem;padding:1rem 2rem;transition:all .3s ease;width:100%}.upload-button:hover:not(:disabled){background:linear-gradient(135deg,#287960,#4fb387);box-shadow:0 4px 12px #1e4c3d4d;transform:translateY(-2px)}.upload-button:disabled{background:linear-gradient(135deg,#bdc3c7,#95a5a6);box-shadow:none;transform:none}@media (max-width:768px){.upload-zone{padding:1.5rem}.file-item{flex-direction:column;gap:.75rem}.file-info{justify-content:space-between;width:100%}}.upload-zone.disabled{cursor:not-allowed;opacity:.7}.upload-zone.disabled,.upload-zone.disabled:hover{background-color:#f8f9fa;border-color:#dee2e6}.upload-zone.disabled .upload-text strong{color:#6c757d}.upload-zone.disabled .upload-text span{color:#94a3b8}.notes-section{background-color:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;margin-top:2rem;padding:1.5rem}.notes-section label{color:#2c3e50;font-size:1rem;margin-bottom:.75rem}.additional-notes-textarea{border:2px solid #e2e8f0;border-radius:6px;padding:12px}.additional-notes-textarea:focus{border-color:#1e4c3d;box-shadow:0 0 0 3px #1e4c3d1a}.additional-notes-textarea::placeholder{color:#94a3b8}.additional-notes-textarea:disabled{background:#f8fafc;color:#94a3b8}@media (max-width:768px){.notes-section{margin-top:1.5rem;padding:1rem}.notes-section label{font-size:.9rem;margin-bottom:.5rem}.additional-notes-textarea{font-size:14px;min-height:80px;padding:10px}}.character-count{color:#64748b;font-size:12px;margin-top:6px}@media (max-width:768px){.file-upload-container{overflow-x:hidden;padding:15px}.upload-instructions{margin-bottom:20px;padding:15px}.upload-instructions h3{font-size:18px}.upload-instructions p{font-size:14px}.upload-form{padding:15px}.file-input-container{padding:20px 15px}.file-input-label{font-size:14px;padding:12px 16px}.file-type{font-size:12px;padding:6px 12px}.upload-button{font-size:16px;padding:12px 20px;width:100%}.file-item{margin-bottom:10px;padding:12px}.file-item-name{font-size:14px}.file-item-size{font-size:12px}.file-item-remove{font-size:12px;padding:6px 10px}}@media (max-width:480px){.file-upload-container{padding:10px}.upload-instructions{padding:12px}.upload-instructions h3{font-size:16px}.upload-instructions p{font-size:13px}.upload-form{padding:12px}.file-input-container{padding:15px 12px}.file-input-label{font-size:13px;padding:10px 14px}.upload-button{font-size:15px;padding:10px 16px}.file-item{padding:10px}.file-item-name{font-size:13px}}.upload-zone.drag-over .upload-icon{color:#1e4c3d;transform:scale(1.1)}.upload-zone.drag-over .upload-text strong{color:#1e4c3d}.upload-zone.drag-over .upload-text span{color:#287960}.upload-zone.drag-over .upload-hint{color:#1e4c3d;font-weight:500}@media (max-width:768px){.uploaded-files-section{margin-bottom:1.5rem;max-height:350px;padding:1rem}.uploaded-files-list{max-height:250px}.uploaded-files-section h3{font-size:1rem;margin-bottom:.75rem}.uploaded-file-item{align-items:flex-start;flex-direction:column;gap:.75rem;padding:.75rem}.uploaded-file-info{gap:.25rem;width:100%}.uploaded-file-details{gap:.75rem;justify-content:space-between}.delete-uploaded-file{align-self:flex-end;font-size:1.1rem;min-height:36px;min-width:36px}}@media (max-width:480px){.uploaded-file-details{align-items:flex-start;flex-direction:column;gap:.25rem}.uploaded-file-name{font-size:.9rem}.uploaded-file-date,.uploaded-file-size{font-size:.75rem}}.loading-files{background-color:#f8f9fa;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:2rem;padding:1rem}.loading-files p{color:#64748b;font-style:italic;margin:0}.uploaded-files-section{background-color:#f0f8ff;border:2px solid #e3f2fd;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;margin-bottom:2rem;max-height:400px;padding:1.25rem}.uploaded-files-section h3{align-items:center;color:#1565c0;display:flex;flex-shrink:0;font-size:1.1rem;gap:.5rem;margin:0 0 1rem}.uploaded-files-section h3:before{content:"📁";font-size:1.1rem}.uploaded-files-list{gap:.75rem;margin-right:-8px;max-height:300px;overflow-y:auto;padding-right:8px}.uploaded-files-list::-webkit-scrollbar{width:6px}.uploaded-files-list::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.uploaded-files-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.uploaded-files-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.uploaded-file-item{background-color:#fff;border:1px solid #e3f2fd;border-radius:8px;box-shadow:0 2px 4px #0000000d;padding:1rem;transition:all .2s ease}.uploaded-file-item:hover{border-color:#bbdefb;box-shadow:0 4px 8px #0000001a;transform:translateY(-1px)}.uploaded-file-info{display:flex;flex-direction:column;gap:.5rem}.uploaded-file-name{color:#1565c0;font-size:1rem;line-height:1.4;word-break:break-word}.uploaded-file-details{align-items:center;flex-wrap:wrap;gap:1rem}.uploaded-file-size{color:#7f8c8d;font-size:.85rem;font-weight:500}.uploaded-file-date{color:#95a5a6;font-size:.8rem}.delete-uploaded-file{align-items:center;background:#fff5f5;border:1px solid #fed7d7;color:#c53030;display:flex;flex-shrink:0;font-size:1.2rem;justify-content:center;min-height:40px;min-width:40px;padding:.5rem;transition:all .2s ease}.delete-uploaded-file:hover{background:#fed7d7;border-color:#fc8181;box-shadow:0 2px 4px #c5303033;color:#9b2c2c;transform:scale(1.05)}.delete-uploaded-file:active{transform:scale(.95)}.uploaded-file-item.system-file{background-color:#f0f9ff;border-left:4px solid #0ea5e9}.uploaded-file-item.system-file .uploaded-file-name{color:#0369a1;font-weight:500}.uploaded-file-item.system-file .uploaded-file-details{color:#64748b}.uploaded-file-item.system-file .uploaded-file-name:before{content:"📝 ";margin-right:4px}.manual-property-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:1000}.modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;height:100%;left:0;position:absolute;top:0;width:100%}.modal-content{background:#fff;border-radius:16px;box-shadow:0 20px 40px #00000026;display:flex;flex-direction:column;max-height:90vh;max-width:700px;overflow:hidden;position:relative;width:100%}.modal-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:24px;padding:24px 24px 0}.modal-header h2{color:#1e293b;font-size:1.5rem;font-weight:600;margin:0}.close-button{align-items:center;background:none;border:none;border-radius:8px;color:#64748b;cursor:pointer;display:flex;font-size:1.5rem;height:40px;justify-content:center;padding:8px;transition:all .2s ease;width:40px}.close-button:hover{background-color:#f1f5f9;color:#334155}.close-button:disabled{cursor:not-allowed;opacity:.5}.modal-body{flex:1 1;overflow-y:auto;padding:0 24px}.property-not-found-message{background:#fef3cd;border:1px solid #fcd34d;border-radius:12px;margin-bottom:24px;padding:16px}.property-not-found-message p{color:#92400e;margin:0 0 8px}.property-not-found-message p:last-child{margin-bottom:0}.address-display{background:#0000001a;border-radius:6px;color:#1e293b!important;font-family:monospace;font-weight:600;padding:8px 12px}.manual-property-form{display:flex;flex-direction:column;gap:20px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-group label{color:#374151;font-size:.9rem;font-weight:500;margin-bottom:6px}.form-group input,.form-group select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;font-size:1rem;padding:12px;transition:border-color .2s ease}.form-group input:focus,.form-group select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.form-group input:disabled,.form-group select:disabled{background-color:#f8fafc;cursor:not-allowed;opacity:.7}.error-text{color:#dc2626;font-weight:500}.error-text,.help-text{font-size:.8rem;margin-top:4px}.help-text{color:#64748b;line-height:1.4}.modal-footer{background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:12px;justify-content:flex-end;padding:24px}.cancel-button,.submit-button{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;min-width:120px;padding:12px 24px;transition:all .2s ease}.cancel-button{background:#fff;border:2px solid #e2e8f0;color:#64748b}.cancel-button:hover:not(:disabled){background:#f1f5f9;border-color:#cbd5e1}.submit-button{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.submit-button:hover:not(:disabled){box-shadow:0 4px 12px #3b82f666;transform:translateY(-1px)}.cancel-button:disabled,.submit-button:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.manual-property-modal{padding:16px}.modal-content{border-radius:12px;max-width:100%}.modal-header{padding:20px 20px 0}.modal-header h2{font-size:1.3rem}.modal-body{padding:0 20px}.form-row{gap:12px;grid-template-columns:1fr}.modal-footer{flex-direction:column;padding:20px}.cancel-button,.submit-button{width:100%}}@media (max-width:480px){.manual-property-modal{padding:12px}.modal-header{padding:16px 16px 0}.modal-body{padding:0 16px}.modal-footer{padding:16px}.form-group input,.form-group select{font-size:.9rem;padding:10px}}.address-autocomplete{position:relative;width:100%}.address-autocomplete .address-input{background-color:#fff!important;border:2px solid #e1e5e9;border-radius:8px;box-sizing:border-box;color:#333!important;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:16px;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.address-autocomplete .address-input:focus{border-color:#1e4c3d!important;box-shadow:0 0 0 3px #1e4c3d1a!important;outline:none}.address-autocomplete .address-input:disabled{background-color:#f8f9fa!important;color:#6c757d!important;cursor:not-allowed}.address-autocomplete .address-input::placeholder{color:#6c757d!important;opacity:.7}.loading-indicator{color:#6c757d!important;font-size:14px;pointer-events:none;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.info-message{background-color:#e8f5e8!important;border:1px solid #4fb387!important;border-radius:4px;color:#1e4c3d!important}.error-message,.info-message{font-size:14px;line-height:1.4;margin-top:8px;padding:8px 12px}.error-message{background-color:#fff3f3!important;border:1px solid #ffcdd2!important;border-radius:4px;color:#d32f2f!important}.suggestions-dropdown{background-color:#fff!important;border:2px solid #e1e5e9!important;border-radius:0 0 8px 8px;border-top:none;box-shadow:0 4px 12px #0000001a;left:0;margin-top:-2px;max-height:300px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:1000}.suggestion-item{border-bottom:1px solid #f1f3f4!important;cursor:pointer;padding:12px 16px;transition:background-color .15s ease}.suggestion-item:last-child{border-bottom:none}.suggestion-item:hover{background-color:#f8fafc!important}.suggestion-item:active{background-color:#e8f5e8!important}.suggestion-text{color:#333!important;font-size:16px;font-weight:500;line-height:1.4;margin-bottom:4px}.suggestion-context{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.context-item{background-color:#e8f5e8!important;border-radius:12px;color:#1e4c3d!important;font-size:12px;font-weight:500;padding:2px 8px}@media (max-width:768px){.address-autocomplete .address-input{font-size:16px;padding:14px 16px}.suggestion-item{padding:14px 16px}.suggestion-text{font-size:16px}}.normalization-info{background-color:#e8f5e8!important;border:1px solid #4fb387!important;border-radius:6px;margin-top:8px;padding:8px 12px}.normalization-content{width:100%}.normalization-message{color:#1e4c3d!important;font-size:12px;font-weight:600;margin-bottom:4px}.normalization-details{align-items:center;color:#333!important;display:flex;flex-wrap:wrap;font-size:11px;gap:6px}.normalization-original{color:#666!important;opacity:.7;text-decoration:line-through}.normalization-arrow{color:#4fb387!important;font-weight:700}.normalization-normalized{color:#1e4c3d!important;font-weight:600}.confirmation-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:10000}.confirmation-modal{animation:confirmationSlideIn .3s ease-out;background:#fff;border-radius:12px;box-shadow:0 20px 40px #0000004d;max-height:90vh;max-width:500px;overflow:hidden;width:90%}@keyframes confirmationSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.confirmation-header{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:24px 24px 16px}.confirmation-header h3{color:#2c3e50;font-size:1.25rem;font-weight:600;margin:0}.confirmation-body{padding:24px}.confirmation-body p{color:#495057;font-size:1rem;line-height:1.5;margin:0}.confirmation-actions{background:#f8f9fa;border-top:1px solid #e9ecef;display:flex;gap:12px;justify-content:flex-end;padding:16px 24px 24px}.btn-cancel,.btn-confirm{border:1px solid;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;min-width:80px;padding:10px 20px;transition:all .2s ease}.btn-cancel{background:#6c757d;border-color:#6c757d}.btn-cancel:hover:not(:disabled){background:#5a6268;border-color:#5a6268;transform:translateY(-1px)}.btn-confirm{background:#dc3545;border-color:#dc3545;color:#fff}.btn-confirm:hover:not(:disabled){background:#c82333;border-color:#c82333;transform:translateY(-1px)}.btn-cancel:disabled,.btn-confirm:disabled{cursor:not-allowed;opacity:.6;transform:none}@media (max-width:768px){.confirmation-modal{margin:20px;width:95%}.confirmation-actions,.confirmation-body,.confirmation-header{padding:20px}.confirmation-actions{flex-direction:column}.btn-cancel,.btn-confirm{width:100%}}.upgrade-prompt-overlay{align-items:center;animation:fadeIn .2s ease-out;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.upgrade-prompt-modal{animation:slideUp .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:500px;overflow-y:auto;width:90%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.upgrade-prompt-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.upgrade-prompt-header h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.upgrade-prompt-close{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:background-color .2s;width:32px}.upgrade-prompt-close:hover{background-color:#f3f4f6}.upgrade-prompt-content{padding:1.5rem}.upgrade-prompt-message{margin-bottom:1.5rem}.upgrade-prompt-message p{color:#374151;line-height:1.6;margin:0 0 .75rem}.upgrade-prompt-message p:last-child{color:#111827;font-weight:500;margin-bottom:0}.upgrade-prompt-option{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.upgrade-option-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem}.upgrade-option-header h3{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.upgrade-option-price{color:#059669;font-size:1.125rem;font-weight:600}.upgrade-option-credits{align-items:center;background:#fff;border-radius:8px;display:flex;flex-direction:column;margin-bottom:1rem;padding:1rem}.credits-count{color:#059669;font-size:2rem;font-weight:700;line-height:1}.credits-label{color:#6b7280;font-size:.875rem;margin-top:.25rem}.upgrade-option-features{list-style:none;margin:0;padding:0}.upgrade-option-features li{color:#374151;font-size:.95rem;padding:.5rem 0}.upgrade-prompt-actions{display:flex;gap:.75rem}.upgrade-prompt-actions .btn-primary,.upgrade-prompt-actions .btn-secondary{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s}.upgrade-prompt-actions .btn-primary{background:#059669;color:#fff}.upgrade-prompt-actions .btn-primary:hover{background:#047857}.upgrade-prompt-actions .btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.upgrade-prompt-actions .btn-secondary:hover{background:#f9fafb}@media (max-width:768px){.upgrade-prompt-modal{max-height:95vh;width:95%}.upgrade-prompt-content,.upgrade-prompt-header{padding:1rem}.upgrade-prompt-actions{flex-direction:column}.upgrade-prompt-actions .btn-primary,.upgrade-prompt-actions .btn-secondary{width:100%}}.property-analysis{margin:0 auto;max-width:1200px;padding:20px}.property-analysis .step-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:20px auto;max-width:800px;padding:30px}.property-analysis .step-container h2{color:#2c3e50;font-size:24px;margin:0 0 20px}.property-analysis .step-description{color:#666;font-size:16px;line-height:1.5;margin-bottom:20px}.property-analysis .tags-step-description{margin-bottom:24px}.property-analysis .tags-tip{background:linear-gradient(135deg,#fff3cd,#ffeaa7);border:1px solid #ffc107;border-radius:8px;color:#856404;font-size:14px;line-height:1.5;margin:20px 0;padding:16px}.property-analysis .tags-tip strong{color:#664d03}.property-analysis .address-form{display:flex;flex-direction:column;gap:16px;margin:20px 0}.property-analysis .submit-button{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .2s ease;white-space:nowrap}.property-analysis .submit-button:hover:not(:disabled){background:linear-gradient(135deg,#0d2818,#1e4c3d);box-shadow:0 4px 15px #1e4c3d66;transform:translateY(-1px)}.property-analysis .submit-button:active:not(:disabled){transform:translateY(0)}.property-analysis .submit-button:disabled{background-color:#e0e0e0;cursor:not-allowed;transform:none}.property-analysis .generate-report-button{font-size:18px;font-weight:600;height:60px;min-width:200px;padding:16px 32px}.property-analysis .generate-report-button:hover:not(:disabled){box-shadow:0 6px 20px #1e4c3d80;transform:translateY(-2px)}.property-analysis .error-message{align-items:center;background-color:#fff3f3;border:1px solid #ffcdd2;border-radius:8px;color:#d32f2f;display:flex;font-size:14px;gap:12px;margin:20px 0;padding:16px}.property-analysis .error-message button{background:#0000;border:1px solid;border-radius:4px;color:#d32f2f;cursor:pointer;font-size:14px;margin-left:auto;padding:6px 12px;transition:all .2s ease}.property-analysis .error-message button:hover{background-color:#d32f2f1a}.property-analysis .step-actions{align-items:center;flex-direction:column;gap:12px}.property-analysis .step-help{color:#e74c3c;font-size:14px;font-style:italic;margin:0;text-align:center}.property-analysis .loading-overlay{align-items:center;background-color:#ffffffe6;bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.property-analysis .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1e4c3d;height:40px;width:40px}.property-analysis .loading-message{color:#2c3e50;margin-top:20px}.property-analysis .loading-progress{background-color:#f3f3f3;border-radius:2px;height:4px;margin-top:10px;overflow:hidden;width:200px}.property-analysis .loading-progress-bar{background-color:#3498db;height:100%;transition:width .3s ease}.property-analysis .next-button{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;color:#fff;display:block;font-size:1.1rem;font-weight:600;margin:0 auto;max-width:300px;padding:1rem 2rem;transition:all .3s ease;width:100%}.property-analysis .next-button:hover{background:linear-gradient(135deg,#0d2818,#1e4c3d);box-shadow:0 4px 15px #1e4c3d66}.property-analysis .next-button:disabled{background-color:#bdc3c7;cursor:not-allowed;transform:none}.property-analysis .step-indicator{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:3rem}.property-analysis .step-item{align-items:center;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;padding:10px;position:relative;transition:all .3s ease}.property-analysis .step-item:hover{background-color:#1e4c3d0d}.property-analysis .step-item.active{background-color:#1e4c3d1a}.property-analysis .step-dot{background-color:#e0e0e0;border-radius:50%;height:16px;margin-bottom:8px;position:relative;transition:all .3s ease;width:16px}.property-analysis .step-dot:before{background-color:#e0e0e0;content:"";display:none;height:3px;left:24px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:2rem}.property-analysis .step-item:last-child .step-dot:before{display:none}.property-analysis .step-item.active .step-dot{background-color:#1e4c3d;box-shadow:0 0 0 4px #1e4c3d33;transform:scale(1.2)}.property-analysis .step-item.active .step-dot:before{background-color:#1e4c3d}.property-analysis .step-item.completed .step-dot{background-color:#2ecc71;box-shadow:0 0 0 4px #2ecc7133}.property-analysis .step-item.completed .step-dot:before{background-color:#2ecc71}.property-analysis .step-label{color:#666;font-size:12px;font-weight:500;text-align:center;white-space:nowrap}.property-analysis .step-item.active .step-label{color:#1e4c3d;font-weight:600}.property-analysis .step-item.completed .step-label{color:#2ecc71;font-weight:600}.property-analysis .user-type-selection{display:flex;gap:20px;justify-content:center;margin:20px 0}.property-analysis .user-type-button{background:#fff;border:2px solid #e0e0e0;border-radius:12px;color:#666;cursor:pointer;font-size:18px;font-weight:600;min-width:150px;padding:20px 40px;text-align:center;transition:all .3s ease}.property-analysis .user-type-button:hover{border-color:#1e4c3d;box-shadow:0 4px 15px #1e4c3d33;color:#1e4c3d;transform:translateY(-2px)}.property-analysis .user-type-button.active{background:linear-gradient(135deg,#1e4c3d,#287960);border-color:#1e4c3d;box-shadow:0 4px 15px #1e4c3d66;color:#fff;transform:translateY(-2px)}.property-analysis .step-actions{display:flex;gap:15px;justify-content:center;margin-top:30px}.property-analysis .next-button{background:#fff;border:2px solid #1e4c3d;border-radius:8px;color:#1e4c3d;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .2s ease}.property-analysis .next-button:hover{background:#1e4c3d;box-shadow:0 4px 15px #1e4c3d4d;color:#fff;transform:translateY(-1px)}.property-analysis .strategy-overlay{align-items:center;background:#000000bf;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.property-analysis .strategy-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-height:80vh;max-width:600px;overflow-y:auto;padding:40px;width:90%}.property-analysis .strategy-modal h2{color:#2c3e50;font-size:28px;margin-bottom:10px;text-align:center}.property-analysis .strategy-description{color:#666;font-size:16px;margin-bottom:30px;text-align:center}.property-analysis .strategy-options{display:flex;flex-direction:column;gap:15px}.property-analysis .strategy-option{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;padding:20px;text-align:left;transition:all .3s ease}.property-analysis .strategy-option:hover{background:#1e4c3d0d;border-color:#1e4c3d;box-shadow:0 4px 15px #1e4c3d33;transform:translateY(-2px)}.property-analysis .strategy-option h3{color:#1e4c3d;font-size:18px;margin:0 0 8px}.property-analysis .strategy-option .strategy-subtitle{color:#666;font-size:14px;font-weight:500;margin:0 0 10px}.property-analysis .strategy-option .strategy-content{background:#f8f9fa;border-left:3px solid #1e4c3d;border-radius:6px;color:#555;font-size:13px;line-height:1.5;margin-top:10px;padding:12px;text-align:left}.property-analysis .analyze-button{background-color:#2ecc71;border:none;border-radius:8px;color:#fff;cursor:pointer;display:block;font-size:1.2rem;font-weight:600;margin:2rem auto;max-width:400px;padding:1.2rem 2.5rem;text-align:center;transition:all .3s ease;width:100%}.property-analysis .analyze-button:hover{background-color:#27ae60;box-shadow:0 4px 12px #2ecc7133;transform:translateY(-2px)}.property-analysis .analyze-button:disabled{background-color:#bdc3c7;box-shadow:none;cursor:not-allowed;transform:none}.property-analysis .start-analysis{padding:2rem;text-align:center}.property-analysis .loading{opacity:.7;pointer-events:none}.property-analysis .skip-upload{margin-top:20px;text-align:center}.property-analysis .skip-button{background-color:initial;border:1px solid #ccc;border-radius:4px;color:#666;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.property-analysis .skip-button:hover{background-color:#f5f5f5;border-color:#999;color:#333}.property-analysis .loading-message{color:#666;font-size:18px;padding:40px;text-align:center}.property-analysis .step-divider{align-items:center;display:flex;gap:20px;margin:40px 0}.property-analysis .divider-line{background-color:#e0e0e0;border:none;flex:1 1;height:1px;margin:0}.property-analysis .divider-text{background-color:#fff;color:#666;font-size:14px;font-weight:500;padding:0 20px;position:relative;z-index:1}.property-analysis .import-report-section{background-color:#f8f9fa;border:2px dashed #e0e0e0;border-radius:12px;padding:30px;text-align:center;transition:all .2s ease}.property-analysis .import-report-section:hover{background-color:#f0f8ff;border-color:#007bff}.property-analysis .import-report-section h3{color:#2c3e50;font-size:20px;font-weight:600;margin:0 0 12px}.property-analysis .import-description{color:#666;font-size:14px;line-height:1.5;margin-bottom:24px}.property-analysis .import-report-button{align-items:center;background-color:#fff;border:2px solid #1e4c3d;border-radius:8px;color:#1e4c3d;cursor:pointer;display:inline-flex;font-size:16px;font-weight:500;gap:12px;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .2s ease}.property-analysis .import-report-button:hover:not(:disabled){background:linear-gradient(135deg,#1e4c3d,#287960);box-shadow:0 4px 12px #1e4c3d4d;color:#fff;transform:translateY(-1px)}.property-analysis .import-report-button:hover:not(:disabled) svg path{fill:#fff}.property-analysis .import-report-button:disabled{background-color:#f5f5f5;border-color:#e0e0e0;color:#666;cursor:not-allowed;opacity:.6;transform:none}.property-analysis .import-report-button svg{height:20px;transition:all .2s ease;width:20px}.property-analysis .import-report-button svg path{fill:currentColor}.property-analysis .hidden-import-input{display:none}.property-analysis .import-help{margin-top:12px}.property-analysis .import-help small{color:#888;font-size:12px}.property-analysis .validation-errors{background-color:#fef3cd;border:1px solid #fcd34d;border-radius:12px;color:#92400e;margin-bottom:24px;padding:16px}.property-analysis .validation-errors h4{color:#92400e;font-size:1.1rem;margin:0 0 12px}.property-analysis .validation-errors ul{margin:0 0 16px 20px;padding:0}.property-analysis .validation-errors li{margin-bottom:4px}.property-analysis .format-guidance{background:#fffc;border-radius:8px;margin-top:12px;padding:12px}.property-analysis .format-guidance h5{color:#1e293b;font-size:1rem;margin:0 0 8px}.property-analysis .format-guidance p{color:#374151;font-size:.9rem;margin:0 0 8px}.property-analysis .format-examples{margin-top:8px}.property-analysis .format-examples ul{margin:4px 0 0 20px;padding:0}.property-analysis .format-examples li{background:#0000001a;border-radius:4px;display:inline-block;font-family:monospace;font-size:.85rem;margin-bottom:2px;margin-right:8px;padding:2px 6px}@media (max-width:768px){.property-analysis{overflow-x:hidden;padding:10px}.property-analysis .step-container{margin:10px auto;padding:20px}.property-analysis .step-container h2{font-size:20px;margin-bottom:15px}.property-analysis .step-description{font-size:14px;margin-bottom:15px}.property-analysis .address-form{flex-direction:column;gap:10px;margin:15px 0}.property-analysis .address-input{box-sizing:border-box;font-size:16px;width:100%}.property-analysis .submit-button{word-wrap:break-word;font-size:16px;padding:12px 20px;white-space:normal;width:100%}.property-analysis .step-actions{margin-top:20px}.property-analysis .step-actions .submit-button{width:100%}.property-analysis .generate-report-button{font-size:16px;height:auto;min-width:auto;padding:14px 24px}.property-analysis .import-report-section{padding:15px}.property-analysis .import-report-button{font-size:14px;padding:12px 20px;width:100%}.property-analysis .skip-button{padding:12px 20px;width:100%}.property-analysis .error-message{flex-direction:column;font-size:13px;gap:10px;padding:12px}.property-analysis .error-message button{align-self:flex-end;margin-left:0}.property-analysis .validation-errors{padding:15px}.property-analysis .validation-errors h4{font-size:16px}.property-analysis .validation-errors ul{padding-left:20px}.property-analysis .format-guidance{padding:15px}.property-analysis .format-guidance h5{font-size:14px}.property-analysis .format-guidance p{font-size:13px}.property-analysis .format-examples ul{padding-left:20px}.property-analysis .format-examples li{font-size:13px}}@media (max-width:480px){.property-analysis{padding:5px}.property-analysis .step-container{margin:5px auto;padding:15px}.property-analysis .step-container h2{font-size:18px}.property-analysis .address-input{padding:10px 12px}.property-analysis .submit-button{font-size:15px;padding:10px 16px}.property-analysis .import-report-button{font-size:13px;padding:10px 16px}.property-analysis .skip-button{padding:10px 16px}}.property-analysis .test-button{background:#ff6b6b;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;padding:12px 24px;transition:all .2s ease}.property-analysis .test-button:hover{background:#ff5252;box-shadow:0 4px 15px #ff6b6b4d;transform:translateY(-1px)}.results-display{margin:0 auto;max-width:1200px;padding:24px}.results-header{align-items:center;background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:12px;box-shadow:0 8px 32px #0000001a;color:#fff;display:flex;gap:3rem;justify-content:space-between;margin-bottom:2rem;min-height:180px;padding:2.5rem 3rem;position:relative}.header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;gap:.75rem;justify-content:center;max-width:calc(100% - 250px);min-width:0;overflow:visible;padding:0;text-align:left}.header-content h1{font-size:2.75rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:0;text-shadow:0 2px 4px #0000004d;width:100%}.property-address{word-wrap:break-word;color:#fffffff2!important;display:block!important;font-size:1.35rem;font-weight:400;-webkit-hyphens:auto;hyphens:auto;line-height:1.4;overflow:visible;overflow-wrap:break-word;padding:0;text-align:left;text-shadow:0 1px 2px #0003;white-space:normal!important;width:100%;word-break:normal!important}.property-address span,.property-address>*{display:inline!important;white-space:normal!important;word-break:normal!important}.property-address span:first-letter,.property-address:first-letter{display:inline!important}.editable-address-input{word-wrap:break-word;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:2px solid #ffffff4d;border-radius:8px;box-sizing:border-box;color:#fff;font-size:1.35rem;font-weight:400;max-width:100%;overflow-wrap:break-word;padding:10px 16px;text-align:left;transition:all .3s ease;width:100%}.editable-address-input::placeholder{color:#fff9}.editable-address-input:focus{background:#ffffff26;border-color:#fffc;box-shadow:0 0 0 3px #ffffff1a;outline:none}.report-date{color:#ffffffd9;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left;text-shadow:0 1px 2px #0003;width:100%}.header-actions{align-items:center;display:inline-flex;flex-wrap:nowrap;gap:.75rem;justify-content:flex-start;margin-top:.5rem;max-width:-webkit-fit-content;max-width:fit-content;min-width:0;width:auto}.header-actions .edit-report-btn{align-items:center;background:#3498db;border:none;border-radius:8px;box-shadow:0 2px 4px #3498db33;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:8px;height:44px;justify-content:center;min-width:120px;padding:.75rem 1.25rem;transition:all .2s ease}.header-actions .edit-report-btn:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.header-actions .edit-report-btn.active{background:#27ae60}.header-actions .btn-strategy{align-items:center;background:#fff;border:2px solid #3498db;border-radius:8px;box-shadow:0 2px 4px #3498db33;color:#3498db;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:44px;justify-content:center;padding:.75rem;transition:all .2s ease;width:44px}.header-actions .btn-strategy:hover{background:#f8f9fa;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.header-actions .btn-import{align-items:center;background:#fff;border:2px solid #3498db;border-radius:8px;box-shadow:0 2px 4px #3498db33;color:#3498db;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;height:44px;justify-content:center;padding:.75rem;transition:all .2s ease;width:44px}.header-actions .btn-import:hover{background:#f8f9fa;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.header-actions .btn-import:disabled{cursor:not-allowed;opacity:.6;transform:none}.header-actions .button-group{align-items:center;display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:center}.header-actions .edit-icon,.header-actions .import-icon,.header-actions .strategy-icon{height:18px;object-fit:contain;width:18px}.header-actions .strategy-icon{transform:translateX(1px)}@media (max-width:768px){.header-actions{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow:visible!important}.header-actions,.header-actions .button-group{gap:.4rem!important;justify-content:center!important}.header-actions .edit-report-btn{flex-shrink:0!important;font-size:.85rem!important;max-width:110px!important;min-width:0!important;min-width:auto!important;padding:.6rem .8rem!important;white-space:nowrap!important;width:110px!important}.header-actions .btn-import,.header-actions .btn-strategy{flex-shrink:0!important;height:40px!important;max-width:40px!important;min-width:40px!important;padding:.6rem!important;width:40px!important}}@media (max-width:360px){.header-actions{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow:visible!important}.header-actions,.header-actions .button-group{gap:.25rem!important;justify-content:center!important}.header-actions .edit-report-btn{flex-shrink:0!important;max-width:90px!important;min-width:0!important;min-width:auto!important;white-space:nowrap!important;width:90px!important}.edit-report-btn,.header-actions .edit-report-btn{font-size:.7rem!important;padding:.4rem .5rem!important}.edit-icon{height:12px!important;width:12px!important}.btn-add-custom{border-radius:4px!important;font-size:.7rem!important;padding:.5rem 1rem!important}.property-image-container{margin:.6rem 0!important}}@media (max-width:480px){.header-actions{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;overflow:visible!important}.header-actions,.header-actions .button-group{gap:.3rem!important;justify-content:center!important}.header-actions .edit-report-btn{flex-shrink:0!important;font-size:.75rem!important;max-width:100px!important;min-width:0!important;min-width:auto!important;padding:.5rem .6rem!important;white-space:nowrap!important;width:100px!important}.header-actions .btn-import,.header-actions .btn-strategy{flex-shrink:0!important;height:36px!important;max-width:36px!important;min-width:36px!important;padding:.5rem!important;width:36px!important}}@media (max-width:320px){.header-actions{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;gap:.2rem!important;overflow:visible!important}.header-actions .button-group{gap:.2rem!important;justify-content:center!important}.header-actions .edit-report-btn{flex-shrink:0!important;max-width:80px!important;min-width:0!important;min-width:auto!important;white-space:nowrap!important;width:80px!important}.edit-report-btn,.header-actions .edit-report-btn{font-size:.65rem!important;padding:.3rem .4rem!important}.edit-icon{height:10px!important;width:10px!important}.property-image-container{margin:.5rem 0!important}.property-image{border-radius:8px!important;max-height:200px!important}.results-header{flex-direction:column!important;gap:1rem!important;justify-content:center!important;padding:1rem .75rem!important}.property-image-container{display:flex!important;justify-content:center!important;min-width:auto!important}.header-content,.property-image-container{align-items:center!important;width:100%!important}.header-content{gap:.4rem!important;max-width:100%!important;padding:0!important}.header-content,.header-content>*{text-align:center!important}.header-content h1,.results-header h1{font-size:1.25rem!important;line-height:1.3!important;padding:0 .75rem!important}.header-content h1,.property-address,.results-header h1{margin:0!important;text-align:center!important;width:100%!important}.property-address{color:#fffffff2!important;line-height:1.4!important;overflow-wrap:break-word!important;padding:0 1rem!important;word-break:break-word!important}.editable-address-input,.property-address{box-sizing:border-box!important;font-size:.8rem!important;max-width:100%!important;overflow:visible!important;text-overflow:clip!important;white-space:normal!important}.editable-address-input{margin:0 .75rem!important;padding:6px 10px!important;text-align:center!important}.report-date{align-items:center!important;box-sizing:border-box!important;display:flex!important;flex-direction:row!important;font-size:.7rem!important;line-height:1.4!important;margin:0!important;padding:0!important;text-align:center!important;width:100%!important}.header-actions,.report-date{justify-content:center!important}.section-header h2{font-size:1.1rem!important;margin-bottom:.5rem!important}.section-header h3{font-size:1rem!important;margin-bottom:.4rem!important}.metric-value{font-size:1.1rem!important}.metric-label{font-size:.7rem!important}.comparable-item{margin-bottom:.5rem!important;padding:.5rem!important}.comp-address{font-size:.8rem!important}.comp-price{font-size:1rem!important}.recommendation-item{margin-bottom:.5rem!important;padding:.5rem!important}.recommendation-text{font-size:.8rem!important;line-height:1.3!important}.btn-cancel,.btn-save-report{font-size:.7rem!important;padding:.4rem .8rem!important}.edit-input{font-size:.8rem!important;padding:.3rem!important}.metrics-table td,.metrics-table th{font-size:.7rem!important;padding:.3rem!important}.section{margin-bottom:1rem!important;padding:.5rem!important}.section-content{padding:.3rem!important}}.btn-regenerate{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;border-radius:8px;box-shadow:0 4px 12px #1e4c3d66;cursor:pointer;font-weight:600;padding:10px 20px;transition:transform .2s ease,box-shadow .2s ease}.btn-regenerate:hover:not(:disabled){box-shadow:0 6px 20px #667eea99}.btn-back{background:linear-gradient(135deg,#ffecd2,#fcb69f);border:none;border-radius:8px;box-shadow:0 4px 12px #fcb69f66;color:#8b4513;cursor:pointer;font-weight:600;padding:10px 20px;transition:transform .2s ease,box-shadow .2s ease}.btn-back:hover{box-shadow:0 6px 20px #fcb69f99}.tags-section{background:linear-gradient(135deg,#fff,#f8f9fa);border:2px solid #e9ecef;border-radius:16px;box-shadow:0 4px 20px #00000014,0 2px 8px #0000000a;margin:24px 0;overflow:visible;padding:28px 32px;position:relative;transition:all .3s ease}.tags-section:hover{border-color:#dee2e6;box-shadow:0 6px 24px #0000001f,0 4px 12px #0000000f}.tags-section:before{background:linear-gradient(90deg,#1e4c3d,#287960 50%,#34a083);border-radius:16px 16px 0 0;content:"";height:5px;left:0;position:absolute;right:0;top:0}.tags-section h3{align-items:center;color:#1e4c3d;display:flex;font-size:22px;font-weight:700;gap:10px;letter-spacing:-.3px;margin:0 0 24px}.tags-section h3:before{content:"";filter:grayscale(0);font-size:24px}.tags-hint{background:linear-gradient(135deg,#ffffffe6,#f8f9fae6);border-left:5px solid #287960;border-radius:10px;box-shadow:0 2px 8px #0000000a;color:#495057;font-size:14px;line-height:1.6;margin:20px 0 0;padding:14px 18px}.tags-container{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.tag-item{align-items:center;background:linear-gradient(135deg,#287960,#1e4c3d);border-radius:20px;box-shadow:0 2px 4px #1e4c3d33;color:#fff;cursor:default;display:flex;font-size:13px;font-weight:500;gap:6px;padding:6px 12px;transition:all .2s ease}.tag-item:hover{box-shadow:0 4px 8px #1e4c3d4d;transform:translateY(-1px)}.tag-item .tag-remove{align-items:center;background:#fff3;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:10px;height:16px;justify-content:center;transition:all .2s ease;width:16px}.tag-item .tag-remove:hover{background:#ffffff4d;transform:scale(1.1)}.tag-input-container{margin-top:16px}.tag-input{background:#fff;border:2px solid #e9ecef;border-radius:8px;font-size:14px;padding:12px 16px;transition:all .2s ease;width:100%}.tag-input:focus{border-color:#287960;box-shadow:0 0 0 3px #2879601a;outline:none}.tag-suggestions{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.tag-suggestion{background:#f8f9fa;border:1px solid #dee2e6;border-radius:12px;color:#495057;cursor:pointer;font-size:12px;padding:4px 8px;transition:all .2s ease}.tag-suggestion:hover{background:#287960;border-color:#287960;color:#fff}@media (max-width:768px){.tags-section{margin:20px 0;padding:20px}.tags-section h3{font-size:18px}.tags-container{gap:6px}.tag-item{font-size:12px;padding:5px 10px}}.property-info h3{font-size:20px;margin:8px 0 4px}.property-info p{margin:4px 0;opacity:.9}.key-metrics{margin-bottom:32px}.metric-card{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.metric-card h4{color:#666;font-size:1rem;margin:0 0 10px}.metric-title{color:#2c3e50;font-size:1rem;font-weight:600;margin-bottom:12px}.metric-value{font-size:2rem;margin-bottom:10px}.estimate-range{border-top:1px solid #eee;color:#666;font-size:.9rem;margin-top:8px;padding-top:8px}.range-label{font-weight:500;margin-right:8px}.range-value{color:#2c3e50;font-size:1.8rem;font-weight:700;line-height:1.2;overflow:visible;text-align:left;white-space:normal}.confidence-score-small{color:#666;font-size:.8rem;margin-top:8px;text-align:left}.valuation-methodology{background:#f8f9fa;border-left:4px solid #3498db;border-radius:8px;margin-top:30px;padding:20px}.valuation-methodology h3{color:#2c3e50;font-size:1.2rem;margin-bottom:15px}.pricing-strategy-section{background:#f8f9fa;border-left:4px solid #27ae60;border-radius:8px;margin-top:30px;padding:20px}.pricing-strategy-section h3{color:#2c3e50;font-size:1.2rem;margin-bottom:15px}.section-header{margin-bottom:15px}.section-header h3{color:#2c3e50;font-size:1.2rem}.btn-remove-section{align-items:center;background:#e74c3c;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:24px;justify-content:center;transition:background-color .2s ease;width:24px}.btn-remove-section:hover{background:#c0392b}.section-header-controls{align-items:center;display:flex;flex-wrap:wrap;gap:1rem}.toggle-switch-container{align-items:center;cursor:pointer;display:flex;gap:.75rem;margin-bottom:10px;position:relative;-webkit-user-select:none;user-select:none}.toggle-label{font-size:.95rem;transition:color .2s ease;white-space:nowrap}.toggle-switch-container:hover .toggle-label{color:#1e4c3d}.toggle-checkbox{height:0;opacity:0;position:absolute;width:0}.toggle-slider{background:#cbd5e0;border-radius:26px;box-shadow:inset 0 2px 4px #0000001a;flex-shrink:0;height:26px;transition:background-color .3s ease}.toggle-slider:before{background:#fff;height:20px;top:3px;transition:transform .3s ease,box-shadow .3s ease;width:20px}.toggle-checkbox:checked+.toggle-slider{background:linear-gradient(135deg,#1e4c3d,#287960)}.toggle-checkbox:checked+.toggle-slider:before{box-shadow:0 2px 6px #0000004d;transform:translateX(24px)}.toggle-switch-container:hover .toggle-slider{box-shadow:inset 0 2px 4px #00000026,0 0 0 3px #1e4c3d1a}.toggle-checkbox:focus+.toggle-slider{box-shadow:inset 0 2px 4px #0000001a,0 0 0 3px #1e4c3d33}@media (max-width:768px){.section-header-controls{gap:.75rem;justify-content:flex-start;width:100%}.toggle-label{font-size:.85rem}.toggle-slider{height:24px;width:44px}.toggle-slider:before{height:18px;width:18px}.toggle-checkbox:checked+.toggle-slider:before{transform:translateX(20px)}}@media (max-width:480px){.section-header-controls{gap:.5rem;justify-content:flex-start;width:100%}.toggle-label{font-size:.8rem}.toggle-slider{height:22px;width:40px}.toggle-slider:before{height:16px;width:16px}.toggle-checkbox:checked+.toggle-slider:before{transform:translateX(18px)}.btn-add-custom{font-size:.85rem;padding:.5rem .75rem}}@media (max-width:360px){.section-header-controls{gap:.4rem;width:100%}.toggle-label{font-size:.75rem}.toggle-slider{height:20px;width:36px}.toggle-slider:before{height:14px;width:14px}.toggle-checkbox:checked+.toggle-slider:before{transform:translateX(16px)}.btn-add-custom{font-size:.75rem;padding:.4rem .6rem}}.removed-recommendations-info{background:#e8f5e8;border:1px solid #c3e6c3;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.removed-recommendations-info p{color:#2d5a2d;font-size:.95rem;margin:0}.recommendation-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between}.btn-remove-recommendation{align-items:center;background:#fee2e2;border:1px solid #fecaca;border-radius:50%;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;transition:all .2s ease;width:32px}.btn-remove-recommendation:hover{background:#fecaca;border-color:#f87171;color:#b91c1c;transform:scale(1.1)}.removed-recommendations-summary{border-top:2px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.removed-recommendations-summary h4{color:#6b7280;font-size:1.2rem;margin-bottom:1rem}.removed-list{display:flex;flex-direction:column;gap:1rem}.removed-recommendation-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;opacity:.7;padding:1rem;transition:opacity .2s ease}.removed-recommendation-item:hover{opacity:1}.removed-recommendation-text{color:#6b7280;flex:1 1;font-size:.9rem;line-height:1.4}.removed-recommendation-cost{color:#9ca3af;font-size:.9rem;font-weight:600;white-space:nowrap}.btn-restore-recommendation{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.btn-restore-recommendation:hover{background:linear-gradient(135deg,#218838,#1da88a);transform:translateY(-1px)}.removed-strategy-sections-summary{border-top:2px solid #e2e8f0;margin-top:2rem;padding-top:2rem}.removed-strategy-sections-summary h4{color:#6b7280;font-size:1.2rem;margin-bottom:1rem}.removed-strategy-item{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;gap:1rem;opacity:.7;padding:1rem;transition:opacity .2s ease}.removed-strategy-item:hover{opacity:1}.removed-strategy-text{color:#6b7280;flex:1 1;font-size:.9rem;line-height:1.4}.btn-restore-strategy{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s ease;white-space:nowrap}.btn-restore-strategy:hover{background:linear-gradient(135deg,#218838,#1da88a);transform:translateY(-1px)}.analysis-summary,.market-comparison,.property-highlights{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px;padding:24px}.analysis-summary h3,.market-comparison h3{border-bottom:none;color:#2c3e50;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:0}.property-highlights ul{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));list-style:none;padding:0}.property-highlights li{background:#f8fafc;border-left:3px solid #3498db;border-radius:6px;font-weight:500;padding:12px 16px}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4{color:#2c3e50;line-height:1.3;margin:24px 0 16px}.markdown-content h1{border-bottom:2px solid #3498db;font-size:28px;padding-bottom:8px}.markdown-content h2{border-bottom:1px solid #bdc3c7;font-size:24px;padding-bottom:6px}.markdown-content h3{border-bottom:1px solid #eee;color:#34495e;font-size:22px;padding-bottom:6px}.markdown-content h4{border-left:3px solid #3498db;color:#34495e;font-size:18px;margin-bottom:2px;margin-top:40px;padding-left:calc(6.25% + 12px);text-transform:none}.h4-separator{background-color:#3498db66;height:2px;margin:8px 0 12px calc(6.25% + 8px);width:25%}.markdown-content h4+p{margin-top:4px;padding-left:calc(6.25% + 12px)}.markdown-content ul{list-style-type:disc;margin:12px 0;padding-left:calc(6.25% + 48px)}.markdown-content li{line-height:1.6;margin:8px 0;padding-left:8px}.markdown-content p{color:#34495e;line-height:1.6;margin:12px 0 16px;padding-left:calc(6.25% + 12px)}.summary-text{color:#2c3e50;font-size:16px;line-height:1.7}.recommendations-table{margin-top:16px;overflow-x:auto}.recommendations-table table{background:#fff;border-collapse:collapse;width:100%}.recommendations-table td,.recommendations-table th{border-bottom:1px solid #e2e8f0;padding:12px;text-align:left}.recommendations-table th{background:#f8fafc;border-bottom:2px solid #3498db;color:#2c3e50;font-weight:600}.recommendation-desc{max-width:300px}.recommendation-desc strong{color:#000;display:block;font-weight:600;margin-bottom:4px}.priority{border-radius:4px;font-size:12px;font-weight:600;padding:4px 12px;text-transform:uppercase}.priority.high{background:#e74c3c;color:#fff}.priority.medium{background:#f39c12;color:#fff}.priority.low{background:#95a5a6;color:#fff}.comparison-content{font-size:16px;line-height:1.7}.action-buttons{flex-wrap:wrap;gap:16px;justify-content:flex-start}.btn-primary{background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:6px;font-size:16px;font-weight:600;padding:12px 24px;transition:all .2s ease}.btn-primary:hover{background:linear-gradient(135deg,#0d2818,#1e4c3d);box-shadow:0 4px 15px #1e4c3d66;transform:translateY(-1px)}.btn-secondary{background:#95a5a6;border-radius:6px;color:#fff;font-size:16px;font-weight:600;padding:12px 24px;transition:background-color .2s}.btn-secondary:hover{background:#7f8c8d}.loading{padding:48px 24px;text-align:center}.loading-spinner{margin:0 auto;max-width:600px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-top-color:#1e4c3d;margin:24px auto}.error{background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:48px 24px;text-align:center}.error h3{margin-bottom:8px}.error h3,.error p{color:#dc2626}@media (max-width:768px){.results-display{padding:16px}.property-highlights ul{grid-template-columns:1fr}.recommendation-item,.recommendations-list{flex-direction:column}.recommendation-item{align-items:flex-start;gap:12px}.recommendation-text{margin-bottom:8px;margin-right:0}.recommendation-metrics{justify-content:space-between;width:100%}.action-buttons{flex-direction:column}.btn-primary,.btn-secondary{max-width:300px;width:100%}.metric-card{padding:16px}.metric-title{font-size:.9rem;margin-bottom:10px}.range-value{font-size:clamp(1rem,3vw,1.25rem);line-height:1.3;min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap}.confidence-score-small{font-size:.75rem;margin-top:6px}.estimate-range{margin-top:6px;padding-top:6px}}.error-state,.loading-state{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:40px}.error-state h2{color:#dc3545;margin-bottom:1rem}.error-state p{color:#6c757d;margin-bottom:1.5rem}.error-state .btn-back{background-color:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s ease}.error-state .btn-back:hover{background-color:#5a6268}.highlights-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:20px}.highlights-column{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:20px}.highlights-column h4{border-bottom:1px solid #eee;color:#2c3e50;font-size:1.1rem;margin:0 0 15px;padding-bottom:10px}.highlights-column.positive h4{color:#27ae60}.highlights-column.negative h4{color:#e74c3c}.highlight-item{align-items:flex-start;display:flex;line-height:1.4;margin-bottom:12px}.highlight-icon{align-items:center;border-radius:50%;display:inline-flex;flex-shrink:0;font-weight:700;height:24px;justify-content:center;margin-right:12px;width:24px}.highlight-icon.positive{background-color:#27ae60;color:#fff}.highlight-icon.negative{background-color:#e74c3c;color:#fff}.highlight-text{flex:1 1;padding-top:2px}.property-analysis-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px;padding:24px}.property-analysis-section h3{border-bottom:2px solid #3498db;color:#2c3e50;margin:0 0 16px;padding-bottom:8px}.property-analysis-section .analysis-content{color:#2c3e50;line-height:1.6}.property-analysis-section .analysis-content p{margin:12px 0}.market-comparison{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px;padding:24px}.market-comparison h3{border-bottom:none;color:#2c3e50;margin:0 0 16px;padding-bottom:0}.market-comparison-content{color:#2c3e50;line-height:1.6;margin-bottom:24px}.market-comparison-content p{margin:12px 0}.comps-list{display:flex;flex-direction:column;gap:16px}.comp-item{word-wrap:break-word;background:#fff;border-left:4px solid #3498db;border-radius:10px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;margin-bottom:1.5rem;max-width:100%;overflow-wrap:break-word;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease;width:100%}.comp-item:hover{box-shadow:0 4px 8px #0000001a}.subject-property-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px;padding:24px}.subject-property-section h3{border-bottom:none;color:#2c3e50;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:0}.subject-property-container{display:flex;flex-direction:column}.comp-item.subject-property{background:#fef2f2;border-left:4px solid #dc2626}.comp-item.subject-property .comp-header h5{color:#dc2626}.comp-header{align-items:center;border-bottom:1px solid #e9ecef;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.comp-header h5{color:#28a745;flex:1 1;font-size:1rem;font-weight:600;margin:0}.comp-header-right{align-items:center;display:flex;flex-shrink:0;gap:8px}.comp-status-badge{align-items:center;border-radius:4px;display:inline-flex;flex-shrink:0;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:3px 8px;text-transform:uppercase;white-space:nowrap}.comp-status-badge.status-sold{background-color:#3b82f6;color:#fff}.comp-status-badge.status-pending{background-color:#ef4444;color:#fff}.comp-status-badge.status-for-sale{background-color:#22c55e;color:#fff}.comp-status-badge-select{align-items:center;background-color:#3b82f6;border:1px solid #ffffff4d;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;flex-shrink:0;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:3px 8px;text-transform:uppercase;transition:all .2s ease;white-space:nowrap}.comp-status-badge-select:hover{background-color:#2563eb}.comp-status-badge-select:focus{outline:2px solid #1e40af;outline-offset:2px}.comp-header-actions{align-items:center;display:flex;gap:8px}.comp-header .btn-remove-recommendation{background:none;border:none;color:#dc3545;cursor:pointer;font-size:18px;font-weight:700;height:auto;line-height:1;padding:0;transition:all .2s ease;width:auto}.comp-header .btn-remove-recommendation:hover{color:#c82333;transform:scale(1.1)}.comp-header .btn-remove-recommendation svg{height:16px;width:16px}.comp-address{margin-bottom:12px}.comp-address,.comp-address strong{word-wrap:break-word;-webkit-hyphens:none;hyphens:none;max-width:100%;overflow-wrap:break-word;white-space:normal;word-break:keep-all}.comp-address strong{color:#000!important;font-size:1rem;font-weight:600;line-height:1.4}.comp-metrics{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,auto);margin-top:12px;width:100%}.comp-metric{word-wrap:break-word;align-items:flex-start;background:#f8f9fa;border-left:3px solid #28a745;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;flex-wrap:wrap;max-width:100%;min-height:36px;overflow:hidden;overflow-wrap:break-word;padding:8px 12px;width:100%}.comp-metric .metric-label{align-items:center;color:#666;display:flex;font-size:.9rem;font-weight:500;line-height:1.2;margin-right:8px}.comp-metric .metric-value{color:#2c3e50;display:block;flex:1 1;font-weight:600;line-height:1.2;max-width:100%;min-width:0;overflow:hidden;text-align:left;text-overflow:".";word-break:normal}.comp-metric .edit-input,.comp-metric .metric-value{word-wrap:break-word;font-size:.9rem;overflow-wrap:break-word;white-space:normal}.comp-metric .edit-input{background:#fff;border:1px solid #ddd;border-radius:4px;-webkit-hyphens:none;hyphens:none;max-height:4rem;max-width:120px;min-height:2rem;min-width:80px;overflow:hidden;padding:4px 8px;resize:none;width:100%;word-break:keep-all}.comp-metric select.edit-input{max-width:140px}.comp-metric .other-input{word-wrap:break-word;-webkit-hyphens:none;hyphens:none;margin-top:4px;max-height:4rem;max-width:140px;min-height:2rem;overflow:hidden;overflow-wrap:break-word;resize:none;white-space:normal;word-break:keep-all}.comp-metric .metric-value.price{color:#28a745;font-size:1rem}.comp-metric .metric-value.price-per-sqft{color:#17a2b8;font-size:1rem}@media (max-width:768px){.comp-metrics{gap:8px;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(4,auto)}.comp-metric{align-items:flex-start;flex-direction:column;gap:2px;padding:10px 12px}.comp-metric .metric-label{font-size:.8rem;line-height:1.1}.comp-metric .metric-value{word-wrap:break-word;display:block;font-size:.9rem;line-height:1.1;max-width:100%;overflow:hidden;overflow-wrap:break-word;text-align:left;text-overflow:".";white-space:normal;word-break:normal}}@media (max-width:480px){.comp-metrics{grid-template-columns:1fr;grid-template-rows:repeat(8,auto)}}.property-image-container{align-items:center;background:#0000!important;display:flex;justify-content:flex-end;margin:0;max-width:220px;min-width:220px;padding:0;width:220px}.property-image-placeholder,.property-image-wrapper{background:#0000!important;border:none!important;border-radius:8px;box-shadow:0 4px 12px #0000004d;cursor:pointer;height:160px;margin:0!important;overflow:hidden;padding:0!important;position:relative;transition:transform .3s ease,box-shadow .3s ease;width:220px}.property-image-placeholder:hover,.property-image-wrapper:hover{box-shadow:0 6px 20px #0006;transform:translateY(-2px)}.property-image{background:#0000;border:none;display:block;height:100%;margin:0;object-fit:cover;padding:0;width:100%}.image-overlay{align-items:center;background:#000000b3;color:#fff;display:flex;font-size:.9rem;font-weight:500;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.property-image-wrapper:hover .image-overlay{opacity:1}.property-image-placeholder{align-items:center;background:#fff3;border:2px dashed #ffffff80;display:flex;justify-content:center}.placeholder-content{color:#ffffffe6;text-align:center}.placeholder-icon{display:block;font-size:2rem;margin-bottom:.5rem}.placeholder-content span:last-child{font-size:.85rem;font-weight:400}.upload-spinner{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:10}.spinner{animation:spin 1s ease-in-out infinite;border:3px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:40px;width:40px}.market-comparison-content{margin-bottom:2rem}.market-comparison-content h2,.market-comparison-content h3,.market-comparison-content h4{margin-bottom:1rem;margin-top:1.5rem}.market-comparison-content p{line-height:1.6;margin-bottom:1rem}.market-comparison-content ol,.market-comparison-content ul{margin:1rem 0;padding-left:1.5rem}.market-comparison-content li{margin-bottom:.5rem}.recommendations{background:#f8f9fa;border-radius:12px;margin-bottom:2rem;padding:2rem}.recommendations h3{color:#2c3e50;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem}.recommendations-list{display:flex;flex-direction:column;gap:1rem}.recommendation-item{background:#fff;border-left:4px solid #3498db;border-radius:10px;box-shadow:0 2px 8px #0000001a;padding:1.5rem;transition:transform .2s ease,box-shadow .2s ease}.recommendation-item:hover{box-shadow:0 4px 16px #00000026;transform:translateX(4px)}.recommendation-content{display:flex;flex-direction:column;gap:1rem}.recommendation-text{color:#2c3e50;flex:1 1;line-height:1.6}.recommendation-metrics{display:flex;flex-wrap:wrap;gap:2rem}.recommendation-metric{display:flex;flex-direction:column;gap:.25rem}.recommendation-metric .metric-label{color:#7f8c8d;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.recommendation-metric .metric-value{font-size:1.1rem;font-weight:700}.recommendation-metric .cost{color:#e74c3c}.recommendation-metric .roi{color:#27ae60}@media (max-width:768px){.results-header{gap:1.25rem;min-height:auto;padding:1.25rem 1rem}.header-content,.results-header{align-items:center;flex-direction:column;justify-content:center;text-align:center}.header-content{display:flex;gap:.5rem;max-width:100%;padding:0;width:100%}.header-content h1,.header-content>*{text-align:center;width:100%}.header-content h1{font-size:1.4rem;line-height:1.3;margin:0;padding:0 .5rem}.property-address{color:#fffffff2!important;line-height:1.4;overflow-wrap:break-word;padding:0 .75rem;width:100%;word-break:break-word}.editable-address-input,.property-address{box-sizing:border-box;font-size:.9rem;max-width:100%;overflow:visible;text-align:center;text-overflow:clip;white-space:normal}.editable-address-input{margin:0 .5rem;padding:8px 12px}.report-date{align-items:center!important;box-sizing:border-box;display:flex!important;flex-direction:row;font-size:.75rem;justify-content:center!important;margin:0;padding:0;text-align:center!important;width:100%}.header-actions{justify-content:center}.property-image-container{align-items:center;display:flex;justify-content:center;min-width:auto;width:100%}.property-image-placeholder,.property-image-wrapper{height:105px;width:150px}.actions-grid{gap:2rem;grid-template-columns:1fr}}@media (min-width:481px) and (max-width:768px){.results-header{flex-direction:column;gap:1.5rem;justify-content:center;padding:1.75rem 2rem;text-align:center}.header-content{align-items:center;max-width:100%;text-align:center}.header-content h1{font-size:1.9rem;text-align:center}.property-address{color:#fffffff2!important;font-size:1.15rem;padding:0 1rem;text-align:center}.editable-address-input{font-size:1.15rem;max-width:100%;text-align:center}.report-date{align-self:center;display:block;font-size:.9rem;margin:0;padding:0;text-align:center;width:100%}.header-actions{justify-content:center}.property-image-container{justify-content:center;width:100%}.property-image-placeholder,.property-image-wrapper{height:126px;width:180px}}@media (min-width:1200px){.results-header{gap:4rem;justify-content:space-between;min-height:200px;padding:3rem 4rem}.header-content{max-width:calc(100% - 280px)}.header-content h1{font-size:3rem}.property-address{color:#fffffff2!important;font-size:1.5rem;padding:0}.editable-address-input{font-size:1.5rem;max-width:100%}.report-date{font-size:1.1rem}.property-image-container{min-width:260px;width:260px}.property-image-placeholder,.property-image-wrapper{height:185px;width:260px}}@media (min-width:769px) and (max-width:1199px){.results-header{gap:3rem;justify-content:space-between;padding:2.5rem 3rem}.header-content{max-width:calc(100% - 240px)}.header-content h1{font-size:2.5rem}.property-address{color:#fffffff2!important;font-size:1.25rem;padding:0}.editable-address-input{font-size:1.25rem;max-width:100%}.report-date{font-size:.95rem}.property-image-container{min-width:240px;width:240px}.property-image-placeholder,.property-image-wrapper{height:170px;width:240px}}.report-actions{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;box-shadow:0 8px 32px #00000014;box-sizing:border-box;display:flex;flex-direction:column;margin-top:3rem;max-width:100%;padding:2rem;text-align:center;width:100%}.actions-header{border-bottom:2px solid #f1f5f9;margin-bottom:2rem;order:1;padding-bottom:1rem;text-align:center;width:100%}.actions-header h3{color:#1e293b;font-size:1.75rem;font-weight:700;letter-spacing:-.025em;margin:0;text-align:center}.actions-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:0 auto;max-width:100%;order:2;width:100%}.action-group{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;box-sizing:border-box;margin:.5rem;min-width:0;padding:1.5rem;text-align:center;transition:all .3s ease}.action-group:hover{border-color:#cbd5e1;box-shadow:0 12px 28px #0000001f;transform:translateY(-2px)}.action-group h4{color:#334155;font-size:1.25rem;font-weight:600;letter-spacing:-.025em;margin:0 0 1.5rem}.action-buttons{display:flex;flex-direction:column;gap:1rem;width:100%}.action-buttons button{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid #ffffff1a;border-radius:12px;box-sizing:border-box;cursor:pointer;font-size:.95rem;font-weight:600;letter-spacing:.025em;overflow:hidden;padding:1rem 1.5rem;position:relative;text-transform:none;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.action-buttons button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.action-buttons button:hover:before{left:100%}.btn-regenerate{background:linear-gradient(135deg,#4f46e5,#7c3aed);box-shadow:0 4px 14px 0 #4f46e54d;color:#fff}.btn-regenerate:hover:not(:disabled){background:linear-gradient(135deg,#4338ca,#6d28d9);box-shadow:0 8px 25px 0 #4f46e566;transform:translateY(-2px)}.btn-regenerate:disabled{box-shadow:none;cursor:not-allowed;opacity:.6;transform:none}.btn-back{background:linear-gradient(135deg,#64748b,#475569);box-shadow:0 4px 14px 0 #64748b4d;color:#fff}.btn-back:hover{background:linear-gradient(135deg,#475569,#334155);box-shadow:0 8px 25px 0 #64748b66;transform:translateY(-2px)}.btn-export{background:linear-gradient(135deg,#6366f1,#4f46e5);box-shadow:0 4px 14px 0 #6366f14d;color:#fff;font-weight:500}.btn-export:hover{background:linear-gradient(135deg,#4f46e5,#4338ca);box-shadow:0 8px 25px 0 #6366f166;transform:translateY(-2px)}.btn-export-pdf{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 14px 0 #0596694d;color:#fff;font-weight:500}.btn-export-pdf:hover{background:linear-gradient(135deg,#047857,#065f46);box-shadow:0 8px 25px 0 #05966966;transform:translateY(-2px)}.btn-upload-files{background:linear-gradient(135deg,#27ae60,#2ecc71);box-shadow:0 4px 14px 0 #27ae604d;color:#fff;font-weight:500}.btn-upload-files:hover{background:linear-gradient(135deg,#2ecc71,#27ae60);box-shadow:0 8px 25px 0 #27ae6066;transform:translateY(-2px)}.btn-print{background:linear-gradient(135deg,#9b59b6,#8e44ad);box-shadow:0 4px 14px 0 #9b59b64d;color:#fff;font-weight:500}.btn-print:hover{background:linear-gradient(135deg,#8e44ad,#7d3c98);box-shadow:0 8px 25px 0 #9b59b666;transform:translateY(-2px)}.markdown-content strong{color:#1a202c!important;font-weight:600!important;text-shadow:0 0 1px #0000001a}.analysis-summary strong,.comp-address strong,.market-comparison strong,.property-analysis-section strong,.recommendation-text strong{color:#000!important;font-weight:600!important}.pricing-strategy-section strong,.professional-disclaimer strong{color:#1a202c!important;font-weight:600!important;text-shadow:0 0 1px #0000001a}.market-comparison-content ul,.property-analysis-section .analysis-content ul,.property-analysis-section ul{list-style-type:disc;margin:16px 0;padding-left:48px}.market-comparison-content li,.property-analysis-section .analysis-content li,.property-analysis-section li{line-height:1.6;margin:8px 0;padding-left:8px}.strategy-overlay{align-items:center;background:#000000bf;display:flex;height:100%;justify-content:center;left:0;pointer-events:auto!important;position:fixed;top:0;width:100%;z-index:9999}.strategy-modal,.strategy-overlay{opacity:1!important;visibility:visible!important}.strategy-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;display:block!important;max-height:80vh;max-width:600px;overflow-y:auto;padding:40px;position:relative;width:90%;z-index:10000}.strategy-modal h2{color:#2c3e50;font-size:28px;margin-bottom:10px;text-align:center}.strategy-description{color:#666;font-size:16px;margin-bottom:30px;text-align:center}.strategy-options{display:flex;flex-direction:column;gap:15px}.strategy-option{background:#fff;border:2px solid #e0e0e0;border-radius:12px;cursor:pointer;padding:20px;text-align:left;transition:all .3s ease}.strategy-option:hover{background:#1e4c3d0d;border-color:#1e4c3d;box-shadow:0 4px 15px #1e4c3d33;transform:translateY(-2px)}.strategy-option h3{color:#1e4c3d;font-size:18px;margin:0 0 8px}.strategy-option .strategy-subtitle{color:#666;font-size:14px;font-weight:500;margin:0 0 10px}.strategy-option .strategy-content{background:#f8f9fa;border-left:3px solid #1e4c3d;border-radius:6px;color:#555;font-size:13px;line-height:1.5;margin-top:10px;padding:12px;text-align:left}.edit-report-btn{align-items:center;background:#3498db;border:none;border-radius:8px;box-shadow:0 2px 4px #3498db33;color:#fff;cursor:pointer;display:flex;font-size:.95rem;font-weight:500;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.edit-report-btn:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.edit-report-btn.active{background:#27ae60}.edit-report-btn.active:hover{background:#229954}.edit-icon{height:16px;object-fit:contain;width:16px}.btn-action-icon{align-items:center!important;-webkit-backdrop-filter:none!important;backdrop-filter:none!important;background:linear-gradient(135deg,#1e4c3d,#287960)!important;border:none!important;border-radius:8px!important;box-shadow:0 2px 8px #1e4c3d33!important;box-sizing:border-box!important;color:#fff!important;cursor:pointer!important;display:flex!important;font-size:14px!important;font-weight:600!important;gap:8px!important;justify-content:center!important;letter-spacing:normal!important;min-width:120px!important;overflow:visible!important;padding:12px 16px!important;position:relative!important;text-transform:none!important;transition:all .2s ease!important;width:auto!important}.btn-action-icon:hover{background:linear-gradient(135deg,#287960,#1e4c3d)!important;box-shadow:0 4px 12px #1e4c3d4d!important;transform:translateY(-2px)!important}.btn-action-icon:active{transform:translateY(0)!important}.action-icon{height:18px;object-fit:contain;width:18px}.btn-action-icon[title="Choose Market Strategy"]{background:linear-gradient(135deg,#ff6b35,#f7931e)!important;min-width:50px!important;padding:12px!important}.btn-action-icon[title="Choose Market Strategy"]:hover{background:linear-gradient(135deg,#f7931e,#ff6b35)!important;box-shadow:0 4px 12px #ff6b354d!important}.btn-action-icon[title="Import Report"]{background:linear-gradient(135deg,#6c757d,#495057)!important;min-width:50px!important;padding:12px!important}.btn-action-icon[title="Import Report"]:hover{background:linear-gradient(135deg,#495057,#6c757d)!important;box-shadow:0 4px 12px #6c757d4d!important}.action-group h4:contains("Report Actions")+.action-buttons,.action-group:has(h4:contains("Report Actions")) .action-buttons{flex-direction:row!important;flex-wrap:wrap!important;gap:1rem!important}.action-group:nth-child(2) .action-buttons{flex-direction:row!important;flex-wrap:wrap!important;gap:1rem!important}.cancel-edit-btn{background:#e74c3c;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1.25rem;transition:all .2s ease}.cancel-edit-btn:hover{background:#c0392b;transform:translateY(-1px)}.edit-input{word-wrap:break-word;background:#fff;border:2px solid #3498db;border-radius:6px;color:#2c3e50;font-size:1rem;font-weight:600;-webkit-hyphens:none;hyphens:none;max-height:6rem;min-height:2.5rem;overflow:hidden;overflow-wrap:break-word;padding:.5rem;resize:none;transition:border-color .2s ease;white-space:normal;word-break:keep-all}.edit-input:focus{border-color:#2980b9;box-shadow:0 0 0 3px #3498db1a;outline:none}.currency-input{font-size:1.8rem;font-weight:700;width:200px}.confidence-input{font-size:.9rem;margin:0 .25rem;width:60px}.edit-textarea{background:#fff;border:2px solid #3498db;border-radius:6px;box-sizing:border-box;color:#2c3e50;font-family:inherit;font-size:.95rem;line-height:1.6;padding:1rem;resize:vertical;transition:border-color .2s ease}.edit-textarea:focus{border-color:#2980b9;box-shadow:0 0 0 3px #3498db1a;outline:none}.analysis-edit{font-size:1rem;line-height:1.7;overflow-y:hidden;padding:1.5rem;resize:none}@media (max-width:768px){.analysis-edit{font-size:16px;line-height:1.6;padding:1rem}}@media (max-width:480px){.analysis-edit{padding:.75rem}}.edit-field{margin-bottom:.5rem}.results-display.edit-mode{background:#3498db05;border:2px dashed #3498db;border-radius:12px;padding:1rem}.edit-mode .analysis-summary,.edit-mode .metric-card,.edit-mode .property-analysis-section{background:#3498db0d;border:1px solid #3498db4d}.comp-header-actions,.recommendation-header-actions{align-items:center;display:flex;flex-shrink:0;gap:8px;margin-left:auto;white-space:nowrap}.comp-actions{flex-shrink:0;gap:6px;white-space:nowrap}.btn-confirm-custom{background:#27ae60;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:6px 10px;transition:background-color .2s ease,transform .1s ease}.btn-confirm-custom:hover{background:#219a52;transform:scale(1.05)}.btn-edit-custom{background:#3498db;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:6px 10px;transition:background-color .2s ease,transform .1s ease}.btn-edit-custom:hover{background:#2980b9;transform:scale(1.05)}.btn-save-custom{background:#28a745;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:6px 10px;transition:background-color .2s ease,transform .1s ease}.btn-save-custom:hover{background:#218838;transform:scale(1.05)}.custom-comparable,.custom-recommendation{border-left:4px solid #3498db;position:relative}.custom-indicator{background:#3498db;border-radius:12px;color:#fff;font-size:.7rem;font-weight:600;letter-spacing:.5px;padding:2px 8px;position:absolute;right:8px;text-transform:uppercase;top:8px}.comp-input-row{margin-bottom:16px}.comp-address-input{font-size:16px;font-weight:600;padding:8px 12px;width:100%}.comp-metrics-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.comp-input-group{display:flex;flex-direction:column}.comp-input-group label{color:#666;font-size:12px;font-weight:600;letter-spacing:.5px;margin-bottom:4px;text-transform:uppercase}.comp-input-group .edit-input{background:#fff;max-height:6rem;max-width:200px;min-height:2.5rem;overflow:hidden;overflow-wrap:break-word;padding:6px 10px;resize:none}.comp-input-group .edit-input,.custom-rec-description{word-wrap:break-word;border:1px solid #ddd;border-radius:4px;font-size:.9rem;-webkit-hyphens:none;hyphens:none;white-space:normal;width:100%;word-break:keep-all}.custom-rec-description{line-height:1.4;min-height:60px;overflow-wrap:break-word;padding:8px 12px;resize:vertical}.add-custom-section{align-items:center;background:#f9f9f9;border:2px dashed #ddd;border-radius:8px;display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-top:20px;padding:16px;text-align:center}.add-custom-section .button-separator{background:#ddd;flex-shrink:0;height:32px;margin:0 4px;width:1px}@media (max-width:768px){.add-custom-section .button-separator{height:1px;margin:8px 0;width:100%}}.btn-add-custom{background:#2ecc71;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-bottom:12px;padding:12px 24px;transition:all .2s ease}.add-custom-section .btn-add-custom{margin-bottom:0}.btn-add-custom:hover{background:#27ae60;box-shadow:0 4px 8px #2ecc714d;transform:translateY(-1px)}.btn-show-suggested{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;gap:6px;padding:12px 24px;transition:all .2s ease}.btn-show-suggested:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.btn-show-suggested:disabled{background:#95a5a6;cursor:not-allowed;opacity:.7}.recommendation-header-actions{flex-shrink:0}.cost-input,.roi-input{max-width:120px}@media (max-width:768px){.header-actions{align-items:stretch;flex-direction:column;gap:.75rem}.cancel-edit-btn,.edit-report-btn{font-size:.85rem;height:80%;justify-content:center;padding:.5rem 1rem;width:80%}.edit-icon{height:14px;width:14px}.currency-input{max-width:200px;width:100%}.comp-header-actions,.recommendation-header-actions{flex-direction:column;gap:4px}.comp-metrics-grid{grid-template-columns:1fr}.custom-indicator{display:inline-block;margin-top:8px;position:static}.report-actions{margin-top:2rem;padding:1.5rem}.actions-header h3{font-size:1.5rem}.actions-grid{gap:1rem;grid-template-columns:1fr}.action-group{margin:.25rem;padding:1.25rem}.action-group h4{font-size:1.1rem;margin-bottom:1.25rem}.action-buttons{gap:.75rem}.action-buttons button{font-size:.9rem;padding:.875rem 1.25rem}}@media (max-width:480px){.report-actions{margin-top:1.5rem;padding:1rem}.actions-header{margin-bottom:1.5rem}.actions-header h3{font-size:1.25rem}.actions-grid{gap:.75rem}.action-group{margin:.125rem;padding:1rem}.action-group h4{font-size:1rem;margin-bottom:1rem}.action-buttons button{font-size:.85rem;padding:.75rem 1rem}}.realtor-notes-section{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:20px;padding:15px}.realtor-notes-toggle{margin-bottom:15px}.toggle-switch{align-items:center;cursor:pointer;display:flex;-webkit-user-select:none;user-select:none}.toggle-switch input[type=checkbox]{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:24px;display:inline-block;height:24px;margin-right:10px;position:relative;transition:.4s;width:50px}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:3px;box-shadow:0 2px 4px #0003;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}.toggle-switch input:checked+.toggle-slider{background-color:#1e4c3d}.toggle-switch input:checked+.toggle-slider:before{transform:translateX(26px)}.toggle-label{color:#2c3e50;font-weight:500}.realtor-notes-edit{min-height:120px;transition:opacity .3s ease,max-height .3s ease;width:100%}.realtor-notes-edit.hidden{max-height:0;opacity:.5;overflow:hidden}.realtor-notes-edit.visible{max-height:200px;opacity:1}.edit-actions{display:flex;justify-content:center;padding:20px}.edit-buttons{align-items:center;display:flex;gap:15px}.btn-save-report{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:8px;box-shadow:0 4px 12px #28a7454d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:120px;padding:12px 24px;transition:all .2s ease}.btn-save-report:hover{box-shadow:0 6px 20px #28a74566;transform:translateY(-2px)}.btn-cancel{background:linear-gradient(135deg,#6c757d,#5a6268);border:none;border-radius:8px;box-shadow:0 4px 12px #6c757d4d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;min-width:120px;padding:12px 24px;transition:all .2s ease}.btn-cancel:hover{box-shadow:0 6px 20px #6c757d66;transform:translateY(-2px)}.primary{background:linear-gradient(135deg,#1e4c3d,#287960)!important;box-shadow:0 4px 12px #1e4c3d66!important}.primary:hover{box-shadow:0 6px 20px #1e4c3d99!important}.secondary{background:linear-gradient(135deg,#f8f9fa,#e9ecef)!important;box-shadow:0 4px 12px #0000001a!important;color:#495057!important}.secondary:hover{box-shadow:0 6px 20px #00000026!important}@media (max-width:768px){.edit-buttons{flex-direction:column;gap:10px;width:100%}.btn-cancel,.btn-save-report{min-width:0;min-width:auto;width:100%}.toggle-switch{align-items:flex-start;flex-direction:column;gap:8px}.toggle-slider{margin-right:0}}.btn-remove-comp svg,.btn-remove-recommendation svg,.remove-file svg,.tag-remove-btn svg{color:#dc3545;transition:all .2s ease}.btn-remove-comp:hover svg,.btn-remove-recommendation:hover svg,.remove-file:hover svg,.tag-remove-btn:hover svg{color:#c82333;transform:scale(1.1)}.btn-remove-comp,.btn-remove-recommendation,.remove-file,.tag-remove-btn{align-items:center;background:#0000;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s ease}.btn-remove-comp:hover,.btn-remove-recommendation:hover,.remove-file:hover,.tag-remove-btn:hover{background:#dc35451a}.removed-comparables-summary{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;margin-top:20px;padding:15px}.removed-comparables-summary h4{color:#856404;font-size:16px;margin:0 0 10px}.removed-comparable-item{align-items:center;border-bottom:1px solid #ffeaa7;display:flex;justify-content:space-between;padding:8px 0}.removed-comparable-item:last-child{border-bottom:none}.removed-comparable-text{color:#856404;flex:1 1}.btn-restore-comparable{background:linear-gradient(135deg,#28a745,#20c997);border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:6px 12px;transition:all .2s ease}.btn-restore-comparable:hover{background:linear-gradient(135deg,#218838,#1da88a);transform:translateY(-1px)}.comp-side-actions{display:none}.btn-import{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;color:#333;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:8px 16px;transition:all .2s ease}.btn-import:hover{background-color:#f5f5f5;border-color:#d0d0d0}.btn-import svg{height:18px;width:18px}.btn-import svg path{fill:currentColor}.hidden-import-input{display:none}.btn-import:disabled{background-color:#f5f5f5;border-color:#e0e0e0;cursor:not-allowed;opacity:.7}.btn-import:disabled:hover{background-color:#f5f5f5;border-color:#e0e0e0;transform:none}.markdown-bullet-list{list-style:none;margin:16px 0;padding-left:32px;position:relative}.markdown-bullet-item{color:#2c3e50;font-size:15px;line-height:1.6;margin-bottom:12px;padding-left:24px;position:relative}.markdown-bullet-item:before{color:#3498db;content:"•";font-size:18px;font-weight:700;left:8px;line-height:1.6;position:absolute;top:-2px}@media (max-width:768px){.markdown-bullet-list{padding-left:24px;padding-right:10px}.markdown-bullet-item{font-size:14px;padding-left:20px}.markdown-bullet-item:before{font-size:16px;left:6px;top:-1px}}@media (max-width:480px){.markdown-bullet-list{padding-left:16px}.markdown-bullet-item{font-size:13px;padding-left:16px}.markdown-bullet-item:before{font-size:14px;left:4px;top:-1px}.metric-card{padding:12px}.metric-title{font-size:.85rem;margin-bottom:8px}.range-value{font-size:clamp(.9rem,3.5vw,1.1rem);line-height:1.4;min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap}.confidence-score-small{font-size:.7rem;margin-top:4px}.estimate-range{margin-top:6px;padding-top:6px}}.markdown-content strong{color:#000;font-weight:600}.markdown-content em{color:#2c3e50;font-style:italic}.professional-disclaimer{background:#f8f9fa;border:1px solid #e9ecef;border-left:4px solid #dc3545;border-radius:8px;color:#6c757d;font-size:.9rem;line-height:1.6;margin:30px 0;padding:20px}.professional-disclaimer strong{color:#000;font-weight:600}.professional-disclaimer p{margin:0 0 10px}.professional-disclaimer p:last-child{margin-bottom:0}.recommendation-actions{align-items:center;display:flex;gap:8px}.btn-edit-recommendation,.btn-save-recommendation{background:#4fb387;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:12px;padding:4px 8px;transition:background-color .2s ease}.btn-edit-recommendation:hover,.btn-save-recommendation:hover{background:#45a049}.btn-save-recommendation{background:#1e4c3d}.btn-save-recommendation:hover{background:#287960}.comp-actions{align-items:center;display:flex;gap:8px}.btn-edit-comparable,.btn-save-comparable{background:#0000;border:none;border-radius:4px;color:#22c55e;cursor:pointer;font-size:18px;font-weight:700;padding:4px 8px;transition:all .2s ease}.btn-edit-comparable:hover,.btn-save-comparable:hover{color:#16a34a;transform:scale(1.1)}.btn-save-comparable{background:#0000;color:#22c55e}.btn-save-comparable:hover{color:#16a34a}.gpt-rec-description{word-wrap:break-word;border:1px solid #ddd;border-radius:4px;font-size:.9rem;-webkit-hyphens:none;hyphens:none;line-height:1.4;min-height:60px;overflow-wrap:break-word;padding:8px 12px;resize:vertical;white-space:normal;width:100%;word-break:keep-all}.bed-bath-inputs{align-items:center;display:flex;gap:8px}.bed-bath-inputs input{text-align:center;width:60px}.bed-bath-inputs span{color:#666;font-weight:700}.lot-size-inputs{align-items:center;display:flex;gap:8px}.lot-size-inputs .lot-size-input{text-align:center;width:100px}.lot-size-inputs .lot-units-select{text-align:center;width:80px}.description-label-container{align-items:center;display:flex;gap:8px;margin-bottom:8px}.description-field{box-sizing:border-box;clear:both;display:block!important;grid-column:1/-1;margin-top:12px;min-width:0!important;position:relative}.description-field,.description-field.comp-metric{max-width:none!important;overflow:visible!important;width:100%!important}.description-field .metric-label{color:#333;display:block;font-weight:600;margin-bottom:0}.description-input-container{box-sizing:border-box;max-width:100%!important;width:100%!important}.description-textarea{word-wrap:break-word;box-sizing:border-box;display:block;font-family:inherit;font-size:14px;line-height:1.5;max-width:none!important;min-width:100%;overflow-wrap:break-word;overflow-y:hidden;padding:12px;resize:none;transition:height .1s ease;width:100%!important}.description-generate-btn{background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;color:#6c757d;cursor:pointer;font-size:14px;padding:4px 8px;position:absolute;right:8px;top:8px;transition:all .2s ease;z-index:1}.description-generate-btn:hover{background:#e9ecef;border-color:#adb5bd;color:#495057}.description-text{word-wrap:break-word;background:#f8f9fa;border:1px solid #e9ecef;border-radius:4px;box-sizing:border-box;display:block;font-size:14px;font-weight:400!important;line-height:1.5;max-width:none!important;min-height:100px;min-width:100%;padding:12px;white-space:pre-wrap;width:100%!important}.edit-input[type=date]{font-size:12px;min-width:140px;padding:6px 8px}@media (max-width:768px){.comp-item,.subject-property-container,.subject-property-section{box-sizing:border-box;max-width:100%;overflow-x:hidden}.description-field{margin-top:16px}.description-field,.description-input-container{max-width:100%!important;overflow-x:hidden;width:100%!important}.description-input-container{box-sizing:border-box;flex-direction:column;margin:0;padding:0}.description-textarea{min-width:100%}.description-text,.description-textarea{word-wrap:break-word;box-sizing:border-box;font-size:14px;max-width:100%!important;overflow-wrap:break-word;overflow-x:hidden;width:100%!important}.description-text{min-height:100px;padding:10px}.edit-input[type=date]{font-size:11px;min-width:120px;padding:5px 6px}.description-generate-btn{font-size:12px;padding:3px 6px;right:6px;top:6px}}@media (max-width:480px){.comp-item,.subject-property-container,.subject-property-section{box-sizing:border-box;max-width:100%;overflow-x:hidden}.description-field,.description-input-container{max-width:100%!important;overflow-x:hidden;width:100%!important}.description-input-container{box-sizing:border-box;flex-direction:column;margin:0;padding:0}.description-textarea{min-width:100%}.description-text,.description-textarea{word-wrap:break-word;box-sizing:border-box;font-size:14px;max-width:100%!important;overflow-wrap:break-word;overflow-x:hidden;width:100%!important}.description-text{min-height:100px}.edit-input[type=date]{font-size:10px;min-width:100px;padding:4px 5px}}.price-input,.sqft-input{width:120px}.bath-input,.bed-input{text-align:center;width:60px}.other-input{margin-top:5px;width:100%}.comp-input-group select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;padding:8px 12px;transition:border-color .2s ease;width:100%}.comp-input-group select:focus{border-color:#1e4c3d;box-shadow:0 0 0 2px #667eea33;outline:none}.comp-input-group select option{padding:8px}@media (max-width:768px){.bed-bath-inputs,.comp-actions,.recommendation-actions{flex-direction:column;gap:4px}.bed-bath-inputs input,.price-input,.sqft-input{width:100%}.header-actions{align-items:center;flex-direction:column;gap:8px;justify-content:center;width:100%}.header-actions button{margin:0;max-width:300px;width:100%}.header-actions .btn-import{align-self:center!important;display:flex!important;justify-content:center!important;justify-self:center!important;margin:0 auto!important}.actions-grid{gap:8px;grid-template-columns:1fr}.action-group{width:100%}.action-buttons{flex-direction:column;gap:8px}.action-buttons button{margin:0;width:100%}}.recommendation-metric .metric-value{flex:1 1;min-width:0}.recommendation-metric .edit-input{word-wrap:break-word;background:#fff;border:1px solid #ddd;border-radius:4px;font-size:.9rem;-webkit-hyphens:none;hyphens:none;max-height:4rem;max-width:150px;min-height:2rem;overflow:hidden;overflow-wrap:break-word;padding:4px 8px;resize:none;white-space:normal;width:100%;word-break:keep-all}.recommendation-metric .metric-label{margin-right:8px}.edit-input,.edit-textarea,.editable-address-input,.property-address,.recommendation-content,.recommendation-item,.recommendation-text,.removed-comparable-text,.removed-recommendation-text,.removed-strategy-text{word-wrap:break-word;box-sizing:border-box;-webkit-hyphens:auto;hyphens:auto;max-width:100%;overflow-wrap:break-word;word-break:break-word}.comp-address-input,.edit-input{max-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}.edit-textarea{word-wrap:break-word;max-width:100%;overflow-x:hidden;overflow-y:auto;width:100%;word-break:break-word}@media (max-width:768px){.comp-address strong,.comp-metric .metric-value,.property-address,.recommendation-text{-webkit-hyphens:none;hyphens:none;overflow-wrap:break-word;word-break:keep-all}.edit-textarea.analysis-edit{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.edit-textarea.analysis-edit::-webkit-scrollbar{width:8px}.edit-textarea.analysis-edit::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.edit-textarea.analysis-edit::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.edit-textarea.analysis-edit::-webkit-scrollbar-thumb:hover{background:#a8a8a8}}.value-range-inputs{display:flex;flex-direction:column;gap:8px}.range-input-group{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.range-input-group label{color:#666;font-size:.9em;min-width:80px}@media (max-width:768px){.range-input-group,.value-range-inputs{gap:6px}.range-input-group label{font-size:.85em;min-width:70px}}@media (max-width:480px){.range-input-group{align-items:flex-start;flex-direction:column;gap:4px}.range-input-group label{font-size:.8em;min-width:auto}}.range-input{font-size:.9em;min-width:140px;width:160px!important}@media (max-width:768px){.range-input{min-width:120px;width:140px!important}}@media (max-width:480px){.range-input{min-width:100px;width:120px!important}}.roi-edit-container{display:flex;flex-direction:column;gap:4px}.roi-input-group,.roi-inputs{align-items:center;display:flex;gap:4px}.roi-input-group{flex-wrap:wrap}.roi-number-input{font-size:.9em;text-align:center;width:60px!important}.roi-dash{color:#666;font-weight:700;margin:0 2px}.roi-suffix{color:#666;font-size:.9em;white-space:nowrap}.confidence-input{text-align:center;width:50px!important}.save-notification{word-wrap:break-word;animation:slideInFromRight .3s ease-out;border-radius:8px;box-shadow:0 4px 12px #00000026;font-size:14px;font-weight:600;max-width:400px;padding:15px 20px;position:fixed;right:20px;top:20px;z-index:1000}.save-notification.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.save-notification.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}@keyframes slideInFromRight{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}.value-inputs{gap:1rem}.input-group,.value-inputs{display:flex;flex-direction:column}.input-group{gap:.5rem}.input-group label{color:#333;font-size:.9rem;font-weight:600}.percentage-input{text-align:center;width:80px!important}.input-group:has(.percentage-input){position:relative}.percentage-label{color:#666;font-weight:500;margin-top:12px;pointer-events:none;position:absolute;right:8px;top:50%;transform:translateY(-50%)}@media (max-width:768px){.value-inputs{gap:.75rem}.input-group label{font-size:.85rem}.percentage-input{width:70px!important}.comp-actions,.comp-header-actions,.recommendation-header-actions{align-items:center;display:flex!important;flex-direction:row!important;flex-shrink:0;gap:4px;min-width:-webkit-fit-content;min-width:fit-content;white-space:nowrap}.comp-header,.recommendation-header{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between}.comp-header h5,.recommendation-header h5{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comp-header-right{flex-shrink:0;gap:6px}.comp-status-badge,.comp-status-badge-select{font-size:.65rem;padding:2px 6px}}.strategy-selector-container{background:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin-top:1.5rem;padding:1.5rem}.strategy-selector-label{color:#333;display:block;font-size:1rem;font-weight:600;margin-bottom:.75rem}.strategy-selector-dropdown{background:#fff;border:2px solid #ddd;border-radius:8px;color:#333;cursor:pointer;font-size:1rem;max-width:400px;padding:12px 16px;transition:all .2s ease;width:100%}.strategy-selector-dropdown:focus{border-color:#1e4c3d;box-shadow:0 0 0 3px #1e4c3d1a;outline:none}.strategy-selector-dropdown:hover{border-color:#287960}.strategy-selector-hint{color:#666;font-size:.9rem;font-style:italic;line-height:1.4;margin-top:.75rem}@media (max-width:768px){.strategy-selector-container{margin-top:1rem;padding:1rem}.strategy-selector-dropdown{font-size:.95rem;max-width:100%}.strategy-selector-hint{font-size:.85rem}}.btn-refresh-map{background:#10b981;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;margin-left:10px;padding:10px 20px;transition:all .2s ease}.btn-refresh-map:hover{background:#059669;transform:translateY(-1px)}.btn-refresh-map:active{transform:translateY(0)}.coordinate-status{font-size:12px;margin-top:10px;text-align:center}.coordinate-status span{border-radius:4px;font-weight:500;padding:4px 8px}.status-ok{background:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.status-partial{background:#fef3c7;border:1px solid #fde68a;color:#92400e}.status-none{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.map-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px;min-height:450px;padding:24px;position:relative;width:100%}.map-section h3{border-bottom:none;color:#2c3e50;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:0}.interactive-map-container,.leaflet-map-container{min-height:400px;position:relative;width:100%;z-index:1}.leaflet-map,.map-container{border-radius:8px;height:400px!important;min-height:400px;overflow:hidden;position:relative;width:100%!important}.map-section .map-error{background:#fff3cd;border:1px solid #ffeaa7;border-radius:8px;color:#856404;font-size:.9rem;margin-top:16px;padding:16px}.map-placeholder{align-items:center;background:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;display:flex;justify-content:center;margin:20px 0;min-height:300px}.map-placeholder-content{max-width:400px;padding:40px 20px;text-align:center}.map-placeholder-icon{font-size:48px;margin-bottom:16px;opacity:.6}.map-placeholder h3{color:#374151;font-size:18px;font-weight:600;margin:0 0 12px}.map-placeholder p{color:#6b7280;font-size:14px;line-height:1.5;margin:0 0 20px}.btn-generate-map{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;padding:10px 20px;transition:all .2s ease}.btn-generate-map:hover{background:#2563eb;transform:translateY(-1px)}.btn-generate-map:active{transform:translateY(0)}@media (max-width:768px){.cancel-edit-btn{font-size:.85rem;padding:.5rem 1rem}}@media (max-width:480px){.cancel-edit-btn{font-size:.8rem;padding:.4rem .8rem}}.desktop-text{display:inline}.mobile-text{display:none}@media (max-width:768px){.desktop-text{display:none}.mobile-text{display:inline}}.pending-properties .comp-item.pending-property{border-left:4px solid #ff8c00!important}.pending-properties .comp-header h5{color:#ff8c00;font-weight:600}.pending-specific-fields{background:#fdf8f8;border-radius:8px;border-top:1px solid #fce4e4;margin-top:16px;padding:16px}.pending-specific-fields .comp-field{margin-bottom:12px}.pending-specific-fields .comp-field:last-child{margin-bottom:0}.no-pending{background:#fdf8f8;border:2px dashed #f8d7da;border-radius:12px;margin:20px 0;padding:40px 20px;text-align:center}.no-pending p{color:#721c24;font-size:1.1rem;margin-bottom:20px}.pending-list .add-custom-section{margin-top:20px}.button-spinner{animation:spin-button .6s linear infinite;border:2px solid #ffffff4d;border-top-color:#fff;height:14px;margin-right:8px;width:14px}.btn-show-suggested.loading{cursor:wait;opacity:.8}.market-analytics-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 8px #0000001a;margin:20px 0;padding:24px}.section-header{border-bottom:2px solid #f0f0f0;margin-bottom:20px;padding-bottom:12px}.section-header h3{color:#333}.market-location-container{align-items:center;display:flex;gap:12px}.market-location{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;color:#666;font-size:.9rem;font-weight:500;padding:4px 12px}.yoy-indicator{border:1px solid;border-radius:4px;font-size:.85rem;font-weight:600;padding:4px 8px;white-space:nowrap}.yoy-positive{background:#d4edda;border-color:#c3e6cb;color:#28a745}.yoy-negative{background:#f8d7da;border-color:#f5c6cb;color:#dc3545}.market-metrics{margin-bottom:30px}.metrics-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.metric-item{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;padding:16px;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.metric-item:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.metric-label{color:#666;font-size:.85rem;font-weight:500;line-height:1.3;margin-bottom:8px}.metric-value{color:#2c3e50;font-size:1.4rem;font-weight:700;line-height:1.2}.market-chart{background:#fafbfc;border:1px solid #e9ecef;border-radius:6px;padding:20px;text-align:center}.market-chart h4{color:#333;font-size:1.1rem;font-weight:600;margin:0 0 20px}.chart-container{overflow:hidden;padding:10px;width:100%}.price-chart{display:block;height:auto;margin:0 auto;max-width:100%}.chart-point{cursor:pointer;transition:r .2s ease}.chart-point:hover{r:5}.chart-point title{font-size:12px;font-weight:500}.chart-tooltip{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000e6;border:1px solid #fff3;border-radius:6px;box-shadow:0 4px 12px #0000004d;font-size:12px;font-weight:500;padding:8px 12px;z-index:1000}.chart-click-tooltip,.chart-tooltip{color:#fff;pointer-events:none;position:fixed}.chart-click-tooltip{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:linear-gradient(135deg,#2196f3,#1976d2);border:1px solid #ffffff4d;border-radius:8px;box-shadow:0 6px 20px #2196f366;font-size:13px;font-weight:600;min-width:160px;padding:12px 16px;z-index:1001}.tooltip-content{text-align:center}.tooltip-date{font-size:11px;margin-bottom:2px;opacity:.9}.tooltip-value{font-size:13px;font-weight:600}.click-tooltip-content{text-align:center}.click-tooltip-header{font-size:11px;letter-spacing:.5px;margin-bottom:4px;opacity:.9;text-transform:uppercase}.click-tooltip-date{font-size:12px;margin-bottom:6px}.click-tooltip-value{font-size:16px;font-weight:700;margin-bottom:6px}.click-tooltip-change{background:#fff3;border-radius:4px;font-size:11px;margin-top:4px;opacity:.8;padding:4px 8px}.error-state,.loading-state{color:#666;font-style:italic;padding:40px 20px;text-align:center}.error-state{background:#ffebee;border:1px solid #ffcdd2;border-radius:6px;color:#d32f2f}.error-message{margin-bottom:16px}.error-suggestion{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;margin-top:16px;padding:16px;text-align:left}.error-suggestion p{color:#495057;font-size:.9rem;margin:0 0 8px}.error-suggestion ul{margin:8px 0;padding-left:20px}.error-suggestion li{color:#6c757d;font-size:.85rem;line-height:1.4;margin:4px 0}.error-suggestion p:last-child{color:#495057;font-weight:500;margin-top:12px}.loading-state{background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px}@media (max-width:768px){.market-analytics-section{margin:16px 0;padding:16px}.section-header{align-items:flex-start;flex-direction:column;gap:8px}.market-location-container{align-self:stretch;justify-content:space-between}.market-location{flex:1 1;text-align:center}.metrics-grid{gap:12px;grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.metric-item{padding:12px}.metric-value{font-size:1.2rem}.market-chart{display:none}}@media (max-width:480px){.metrics-grid{grid-template-columns:1fr}.metric-item{padding:16px}.section-header h3{font-size:1.3rem}.market-location-container{align-items:stretch;flex-direction:column;gap:8px}.yoy-indicator{text-align:center}}.comp-summary-wand-button{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none!important;border-radius:6px;box-sizing:border-box!important;color:#fff;contain:size layout style;cursor:pointer;display:inline-flex;flex-basis:36px!important;flex-grow:0!important;flex-shrink:0!important;height:36px!important;justify-content:center;margin:0!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;overflow:hidden;padding:0!important;position:relative;transition:background-color .2s ease,opacity .2s ease;width:36px!important}.comp-summary-wand-button:hover:not(:disabled):not(.loading){background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.comp-summary-wand-button.loading:hover{transform:none!important}.comp-summary-wand-button:active:not(:disabled){box-shadow:0 1px 2px #0000001a;transform:translateY(0)}.comp-summary-wand-button:disabled{background:#95a5a6;cursor:not-allowed;opacity:.7}.comp-summary-wand-button.loading,.comp-summary-wand-button:disabled{box-sizing:border-box!important;flex-basis:36px!important;flex-grow:0!important;flex-shrink:0!important;height:36px!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.comp-summary-wand-button.loading{background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;contain:size layout style!important;cursor:wait;margin:0!important;opacity:.8;padding:0!important;transform:none!important}.comp-summary-wand-button.loading .button-spinner{box-sizing:border-box!important;contain:size!important;flex-grow:0!important;flex-shrink:0!important;height:18px!important;margin:0!important;max-height:18px!important;max-width:18px!important;min-height:18px!important;min-width:18px!important;padding:0!important;width:18px!important}.comp-summary-wand-button>*{flex-grow:0;flex-shrink:0;max-height:18px;max-width:18px}.comp-summary-wand-button.loading>*{max-height:18px!important;max-width:18px!important}.comp-summary-wand-button.loading:disabled{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-sizing:border-box!important;flex-basis:36px!important;flex-grow:0!important;flex-shrink:0!important;height:36px!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.comp-summary-wand-button.has-summary{background:linear-gradient(135deg,#667eea,#764ba2)}.comp-summary-wand-button.has-summary:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 4px 12px #667eea66}.wand-icon{box-sizing:border-box;display:inline-block;flex-grow:0;flex-shrink:0;font-size:18px;height:18px;line-height:1;margin:0;max-height:18px;max-width:18px;min-height:18px;min-width:18px;overflow:hidden;padding:0;text-align:center;width:18px}.comp-summary-wand-button.loading .regenerate-badge,.comp-summary-wand-button.loading .wand-icon{display:none!important}.regenerate-badge{align-items:center;background-color:gold;border:1.5px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0003;color:#333;display:flex;font-size:10px;font-weight:700;height:14px;justify-content:center;position:absolute;right:-4px;top:-4px;width:14px}.button-spinner{animation:spin-button .8s linear infinite;border-right:2px solid #ffffff4d;border-top:2px solid #ffffff4d;border-color:#fff #fff9 #ffffff4d #ffffff4d;border-style:solid;border-width:2px;contain:size;line-height:0!important;vertical-align:middle}@keyframes spin-button{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.description-input-container{align-items:flex-start;display:flex;gap:8px;position:relative}.description-input-container .comp-summary-wand-button{align-self:flex-start;margin-top:0}.description-input-container .comp-summary-wand-button,.description-input-container .comp-summary-wand-button.loading,.description-input-container .comp-summary-wand-button.loading:disabled{box-sizing:border-box!important;flex-basis:36px!important;flex-grow:0!important;flex-shrink:0!important;height:36px!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;width:36px!important}.ai-badge{align-items:center;background-color:#d4edda;border-radius:12px;color:#155724;display:inline-flex;font-size:11px;font-weight:500;gap:4px;margin-left:8px;padding:2px 8px}.ai-badge:before{content:"✨";font-size:12px}@media (max-width:768px){.description-input-container .comp-summary-wand-button{border-radius:8px;flex-shrink:1!important;font-size:16px;height:44px!important;max-height:44px!important;max-width:100%!important;min-height:44px!important;min-width:100%!important;width:100%!important}.comp-summary-wand-button .wand-icon{font-size:20px}}.property-map-marker{align-items:center;animation:markerFadeIn .3s ease-out;border-radius:0 12px 0 11px;box-shadow:0 2px 8px #00000026;display:flex;height:48px;justify-content:center;position:absolute;right:-1px;top:-1px;width:48px;z-index:20}.property-details-card.main-property .property-map-marker{right:-2px;top:-2px}.marker-label{color:#fff;font-size:1.25rem;font-weight:700;line-height:1;text-align:center}@keyframes markerFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:599px){.property-map-marker{border-radius:0 8px 0 7px;height:48px;width:48px}.marker-label{font-size:1.125rem}}.property-details-card:hover .property-map-marker{box-shadow:0 4px 12px #0003}@media (prefers-reduced-motion:reduce){.property-map-marker{animation:none}}.property-images-container{background-color:#fff;border-radius:12px;box-sizing:border-box;display:flex;flex:0 0 33.33%;gap:.5rem;overflow:hidden;width:100%}.property-images-container.single-image{background-color:initial;max-width:33.33%}.property-image-primary{align-items:center;aspect-ratio:4/3;background-color:#fff;border-radius:12px;display:flex;flex:1 1;justify-content:center;overflow:hidden;position:relative;transition:transform .3s ease;width:100%}.property-image-primary:hover{transform:scale(1.02)}.property-image-primary img{background-color:#f7fafc;display:block;flex:0 0 100%;height:100%;max-height:100%;max-width:100%;object-fit:cover;object-position:center;transition:transform .3s ease,opacity .3s ease;width:100%}.property-image-primary:hover img{transform:scale(1.05)}.property-image-primary img[loading=lazy]{animation:fadeIn .3s ease-in forwards;opacity:0}.property-image-primary img.error{background-color:#e5e7eb;opacity:.5}.property-image-secondary{align-items:center;aspect-ratio:4/3;background-color:#fff;border-radius:12px;display:flex;flex:1 1;justify-content:center;overflow:hidden;transition:transform .3s ease;width:100%}.property-images-container.single-image .property-image-primary.single-image-primary{background-color:initial;border-radius:12px;flex:0 0 100%;max-width:100%}.property-images-container.two-images .property-image-primary,.property-images-container.two-images .property-image-secondary{flex:1 1;width:auto}.property-image-secondary:hover{transform:scale(1.02)}.property-image-secondary img{background-color:#f7fafc;display:block;height:100%;max-height:100%;max-width:100%;object-fit:cover;object-position:center;transition:transform .3s ease,opacity .3s ease;width:100%}.property-image-secondary:hover img{transform:scale(1.05)}.property-image-secondary img[loading=lazy]{animation:fadeIn .3s ease-in forwards;opacity:0}.property-image-secondary img.error{background-color:#e5e7eb;opacity:.5}.property-image-badge{align-items:center;background-color:#1e4c3df2;border-radius:6px;box-shadow:0 2px 8px #00000040;color:#fff;display:inline-flex;font-size:.6875rem;font-weight:600;justify-content:center;letter-spacing:.5px;line-height:1.2;max-width:calc(100% - 20px);min-width:-webkit-fit-content;min-width:fit-content;overflow:hidden;padding:5px 10px;pointer-events:auto;position:absolute;right:10px;text-overflow:ellipsis;text-transform:uppercase;top:10px;white-space:nowrap;width:auto;z-index:20}.property-image-badge.status-sold{background-color:#3b82f6f2;box-shadow:0 2px 8px #3b82f666}.property-image-badge.status-pending,.property-image-badge.status-under-contract{background-color:#ef4444f2;box-shadow:0 2px 8px #ef444466}.property-image-badge.status-for-sale{background-color:#22c55ef2;box-shadow:0 2px 8px #22c55e66}@media (max-width:767px){.property-images-container{border-radius:12px}.property-image-primary{border-radius:12px;flex:0 0 100%}.property-image-secondary{display:none}.property-image-badge{font-size:.625rem;max-width:calc(100% - 20px);padding:4px 8px}.property-image-badge[data-long-text=true]{font-size:.5625rem;padding:3px 6px}}@media (min-width:600px) and (max-width:767px){.property-image-primary{border-radius:12px;flex:0 0 100%}.property-image-secondary{display:none}}@media (min-width:768px){.property-image-primary{border-radius:12px;flex:1 1}.property-image-secondary{display:block;flex:1 1}}.property-details-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;box-shadow:0 2px 8px #0000001a;box-sizing:border-box;display:flex;flex-direction:column;margin:0 0 1.5rem;max-width:none;overflow:visible;padding:0;position:relative;transition:box-shadow .3s ease,transform .3s ease;width:100%}.property-details-card:hover{box-shadow:0 4px 12px #00000026}.card-content-wrapper{box-sizing:border-box;display:flex;flex-direction:column;padding:2rem;width:100%}.property-images-container{margin-bottom:1rem;margin-top:.5rem}.property-details-card.has-images{border-radius:12px}.property-details-card.has-images .property-images-container{border-radius:12px 12px 0 0}.property-details-card.main-property{border:2px solid #6b7280;box-shadow:0 4px 12px #00000026}.property-details-card.main-property:hover{box-shadow:0 6px 16px #0003}.property-details-card.comp-card,.property-details-card.pending-card{background:#fff;border:1px solid #e9ecef}.property-card-controls{display:flex;gap:0;position:absolute;right:60px;top:0;z-index:25}.property-card-delete-btn,.property-card-edit-btn{align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;color:#495057;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.property-card-edit-btn{border-radius:0 0 0 8px;border-right:none}.property-card-delete-btn{border-radius:0 0 8px 0}.property-card-edit-btn:hover{background-color:#3498db;box-shadow:0 2px 8px #3498db4d;color:#fff;transform:translateY(-2px)}.property-card-delete-btn:hover{background-color:#e74c3c;box-shadow:0 2px 8px #e74c3c4d;color:#fff;transform:translateY(-2px)}.property-card-delete-btn:active,.property-card-edit-btn:active{transform:translateY(0)}@media (max-width:599px){.property-card-controls{flex-direction:column;gap:0;right:0;top:52px}.property-card-delete-btn,.property-card-edit-btn{height:32px;width:48px}.property-card-edit-btn{border-bottom:none;border-radius:0 0 0 8px;border-right:1px solid #dee2e6}.property-card-delete-btn{border-radius:0 0 8px 8px}.card-price-status-container{align-items:flex-start;flex-direction:column;gap:.5rem;min-width:0;overflow:visible;padding-left:0}.card-price{display:block;text-align:left;width:100%}.card-price-status-container{margin-left:0;max-width:100%;overflow-x:visible;padding-right:50px}.status-badge{align-self:flex-start;box-sizing:border-box;left:0;margin-left:0;margin-right:0;margin-top:0;max-width:100%;min-width:-webkit-fit-content;min-width:fit-content;width:auto}.card-price-status-container>div:not(.card-price){left:0!important;margin-left:.125rem!important;max-width:100%!important}.card-price-status-container>.card-price{margin-left:0!important;padding-left:0!important}}.card-price-status-container{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:nowrap;gap:.5rem;line-height:1.2;margin-bottom:1rem;margin-right:0;max-width:100%;min-width:0;overflow:visible;padding-left:0!important;padding-right:100px;position:relative;width:100%}.card-price-status-container,.status-badge{box-sizing:border-box;margin-left:0!important}.status-badge{align-items:center;align-self:flex-start;background-color:#6c757d;border-radius:16px;display:inline-flex;flex-shrink:0;font-size:.6875rem;justify-content:center;left:0!important;letter-spacing:.5px;line-height:1;margin-right:0!important;min-width:-webkit-fit-content;min-width:fit-content;padding:.375rem .75rem;position:relative!important;right:auto!important;text-transform:uppercase;white-space:nowrap;width:auto}.status-badge.status-sold{background-color:#3b82f6}.status-badge.status-pending,.status-badge.status-under-contract{background-color:#ef4444;color:#fff}.status-badge.status-for-sale{background-color:#22c55e;color:#fff}.card-price-status-container>div:not(.card-price){display:inline-block!important;left:0!important;margin-left:.125rem!important;right:auto!important}.card-price-status-container>div:not(.card-price),.card-price-status-container>div>.status-badge{box-sizing:border-box;margin-right:0!important;max-width:100%!important;position:relative!important}.card-price-status-container>div>.status-badge{word-wrap:normal;display:inline-flex!important;left:auto!important;margin-left:0!important}.card-address-section{box-sizing:border-box;margin-bottom:.75rem;margin-left:0;margin-right:0;padding-left:0;padding-right:100px}.card-address{word-wrap:break-word;color:#1a1a1a;font-size:1.5rem;font-weight:600;line-height:1.4;margin:0 0 .25rem;overflow-wrap:break-word}.card-location{color:#666;font-size:.875rem;font-weight:400;line-height:1.5;margin:0}.card-price{align-self:flex-start!important;box-sizing:border-box;color:#1e4c3d;display:block!important;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0!important;overflow:visible;padding-left:0!important;padding-right:0!important;white-space:normal;width:100%!important}.card-price-status-container>.card-price{margin-left:0!important;padding-left:0!important}.card-divider{background:#e9ecef;border:none;height:1px;margin:1rem 0;width:100%}.card-primary-attributes{align-items:center;color:#333;display:flex;flex-wrap:wrap;font-size:1rem;gap:.25rem;line-height:1.6;margin-bottom:.5rem}.card-primary-attributes .attribute-separator{color:#999;margin:0 .25rem}.card-secondary-attributes{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.9375rem;gap:.25rem;line-height:1.6;margin-bottom:1rem}.card-secondary-attributes .attribute-separator{color:#999;margin:0 .25rem}.card-features-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.card-feature-tag{align-items:center;background:#f0f7f5;border:1px solid #d4e6df;border-radius:16px;color:#1e4c3d;display:inline-flex;font-size:.8125rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.card-feature-tag:hover{background:#e5f2ef;transform:scale(1.02)}.card-feature-tag-placeholder{align-items:center;background:#0000;border:1px dashed #1e4c3d;border-radius:16px;color:#1e4c3d;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.card-feature-tag-placeholder:hover{background:#f0f7f5}.card-feature-tag-placeholder:focus{outline:2px solid #1e4c3d;outline-offset:2px}.card-market-info{margin-top:.5rem}.card-additional-info,.card-market-info{color:#666;font-size:.9375rem;line-height:1.5}.card-additional-info{margin-top:.75rem}.card-metadata-item{align-items:center;display:flex;font-size:.9375rem;gap:.5rem;line-height:1.5;margin-top:.75rem}.card-metadata-label{color:#333;flex-shrink:0;font-weight:600}.card-metadata-value{color:#666;word-break:break-word}.card-metadata-placeholder{background:#0000;border:1px dashed #1e4c3d;border-radius:4px;color:#1e4c3d;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.card-metadata-placeholder:hover{background:#f0f7f5;text-decoration:underline}.card-metadata-placeholder:focus{background:#f0f7f5;outline:2px solid #1e4c3d;outline-offset:2px}.card-tags-section{font-size:.9375rem;line-height:1.5;margin-top:.75rem}.card-tags-section .card-metadata-label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.card-tags-container{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.card-tag{align-items:center;background:#e8f4f1;border:1px solid #c4e4d8;border-radius:16px;color:#1e4c3d;display:inline-flex;font-size:.8125rem;font-weight:500;padding:.375rem .75rem;transition:all .2s ease}.card-tag:hover{background:#d4e6df;transform:scale(1.02)}.card-tags-placeholder{align-items:center;background:#0000;border:1px dashed #1e4c3d;border-radius:16px;color:#1e4c3d;cursor:pointer;display:inline-flex;font-size:.8125rem;font-weight:500;margin-top:.25rem;padding:.375rem .75rem;transition:all .2s ease}.card-tags-placeholder:hover{background:#f0f7f5}.card-tags-placeholder:focus{outline:2px solid #1e4c3d;outline-offset:2px}.card-description-section{font-size:.9375rem;line-height:1.5;margin-top:.75rem}.card-description-section .card-metadata-label{color:#333;display:block;font-weight:600;margin-bottom:.5rem}.card-description-input-container{align-items:flex-start;box-sizing:border-box;display:flex;gap:8px;position:relative;width:100%}.card-description-textarea{word-wrap:break-word;background:#fff;border:1px solid #cbd5e0;border-radius:6px;box-sizing:border-box;color:#333;display:block;font-family:inherit;font-size:14px;line-height:1.5;max-width:100%;min-width:100%;overflow-wrap:break-word;overflow-y:hidden;padding:12px;resize:none;transition:height .1s ease;width:100%}.card-description-textarea:focus{border-color:#1e4c3d;outline:2px solid #1e4c3d;outline-offset:2px}.card-description-textarea::placeholder{color:#999}.card-description-generate-btn{align-items:center!important;background:linear-gradient(135deg,#667eea,#764ba2)!important;border:none!important;border-radius:6px!important;box-sizing:border-box!important;color:#fff!important;contain:size layout style!important;cursor:pointer;display:flex!important;flex-grow:0!important;flex-shrink:0!important;height:36px!important;justify-content:center!important;margin:0!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;overflow:hidden!important;padding:0!important;position:absolute!important;right:8px!important;top:8px!important;transition:background-color .2s ease,opacity .2s ease!important;width:36px!important;z-index:1!important}.card-description-generate-btn:hover:not(:disabled){background:linear-gradient(135deg,#5568d3,#6a3f8f);box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.card-description-generate-btn:disabled:not(.loading){background:#95a5a6;cursor:not-allowed;opacity:.7}.card-description-generate-btn.loading{background:linear-gradient(135deg,#667eea,#764ba2)!important;box-sizing:border-box!important;contain:size layout style!important;cursor:wait!important;flex-grow:0!important;flex-shrink:0!important;height:36px!important;max-height:36px!important;max-width:36px!important;min-height:36px!important;min-width:36px!important;opacity:.8!important;overflow:hidden!important;pointer-events:none!important;transform:none!important;width:36px!important}.card-description-generate-btn.loading:hover{transform:none!important}.card-description-generate-btn>*{box-sizing:border-box!important;display:inline-block!important;flex-grow:0!important;flex-shrink:0!important;line-height:1!important;margin:0!important;max-width:100%!important;overflow:hidden!important;padding:0!important;text-overflow:ellipsis!important;white-space:nowrap!important}.card-description-generate-btn{font-size:18px!important;line-height:1!important;text-align:center!important}.button-spinner{animation:spin .6s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#0000;box-sizing:border-box!important;display:inline-block;flex-grow:0!important;flex-shrink:0!important;height:18px!important;margin:0!important;max-height:18px!important;max-width:18px!important;min-height:18px!important;min-width:18px!important;overflow:hidden;padding:0!important;width:18px!important}.card-description-generate-btn:active:not(:disabled){box-shadow:0 1px 2px #0000001a;transform:translateY(0)}.card-description-text{word-wrap:break-word;color:#666;line-height:1.6;margin-top:.25rem;overflow-wrap:break-word;white-space:pre-wrap}.card-attribute-placeholder{background:#0000;border:none;border-radius:4px;color:#1e4c3d;cursor:pointer;display:inline-block;font-family:inherit;font-size:inherit;padding:.25rem .5rem;text-decoration:none;transition:all .2s ease}.card-attribute-placeholder:hover{background:#f0f7f5;text-decoration:underline}.card-attribute-placeholder:focus{background:#f0f7f5;outline:2px solid #1e4c3d;outline-offset:2px}.property-details-card.loading{opacity:.6;pointer-events:none}.property-details-card.loading:after{animation:spin 1s linear infinite;border:3px solid #f3f3f3;border-radius:50%;border-top-color:#1e4c3d;content:"";height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:40px}.property-details-card{animation:fadeIn .3s ease-in}@media (min-width:600px) and (max-width:767px){.property-details-card{padding:1.5rem}.card-address{font-size:1.125rem}.card-price{font-size:1.375rem}.card-price-status-container{max-width:calc(100% - 60px)}.card-price-status-container>div{max-width:100%}}@media (min-width:768px){.card-price-status-container{max-width:calc(100% - 60px)}.card-price-status-container>div,.status-badge{max-width:100%}.status-badge{box-sizing:border-box}}@media (max-width:599px){.property-details-card{border-radius:8px;margin:0 0 1rem;overflow-x:visible;padding:1.5rem}.card-address-section{padding-right:50px}.card-address{font-size:1.25rem}.card-location{font-size:.8125rem}.card-price{font-size:clamp(.9rem,2.5vw,1.15rem);max-width:100%;min-width:0;overflow:visible;text-overflow:clip;white-space:nowrap}.card-primary-attributes,.card-secondary-attributes{font-size:.875rem}.card-primary-attributes .attribute-separator,.card-secondary-attributes .attribute-separator{display:inline}.card-features-tags{gap:.375rem}.card-feature-tag,.card-feature-tag-placeholder{font-size:.75rem;padding:.3rem .65rem}.status-badge{font-size:.6875rem;padding:.4rem .8rem}.card-additional-info,.card-description-section,.card-market-info,.card-metadata-item,.card-tags-section{font-size:.875rem}.card-tag,.card-tags-placeholder{font-size:.75rem;padding:.3rem .65rem}.card-description-textarea{font-size:13px;padding:10px}.card-description-generate-btn{box-sizing:border-box!important;flex-shrink:0!important;font-size:16px;overflow:hidden;right:6px;top:6px}.card-description-generate-btn,.card-description-generate-btn.loading{flex-grow:0!important;height:32px!important;max-height:32px!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;width:32px!important}.card-description-generate-btn.loading{background:linear-gradient(135deg,#667eea,#764ba2)!important}.card-description-generate-btn .button-spinner{flex-grow:0!important;height:16px!important;max-height:16px!important;max-width:16px!important;min-height:16px!important;min-width:16px!important;width:16px!important}}@media (max-width:480px){.card-price{font-size:clamp(.85rem,3vw,1rem)}}@media (prefers-contrast:high){.property-details-card{border:2px solid #000}.card-attribute-placeholder,.card-feature-tag-placeholder{border-width:2px}}@media (prefers-reduced-motion:reduce){.card-attribute-placeholder,.card-feature-tag,.card-feature-tag-placeholder,.property-details-card,.status-badge{animation:none;transition:none}.card-feature-tag:hover,.property-details-card:hover{transform:none}}@media print{.property-details-card{border:1px solid #000;box-shadow:none;page-break-inside:avoid}.status-badge{background-color:initial;border:1px solid #000;color:#000}.card-attribute-placeholder,.card-feature-tag-placeholder{display:none}}.property-image-carousel-container{background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-sizing:border-box;margin-bottom:1.5rem;padding:1rem;width:100%}.carousel-header{align-items:center;margin-bottom:1rem}.carousel-title{color:#4a5568;font-size:.875rem}.carousel-counter{background:#edf2f7;border-radius:12px;color:#718096;font-size:.75rem;padding:.25rem .5rem}.carousel-wrapper{align-items:center;display:flex;gap:.5rem;position:relative}.carousel-scroll-area{-webkit-overflow-scrolling:touch;display:flex;gap:1rem;overflow-x:auto;padding:.5rem .25rem;scroll-behavior:smooth;scrollbar-width:thin;width:100%}.carousel-scroll-area::-webkit-scrollbar{height:6px}.carousel-scroll-area::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.carousel-scroll-area::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:3px}.carousel-scroll-area::-webkit-scrollbar-thumb:hover{background:#a0aec0}.carousel-nav-btn{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:50%;box-shadow:0 2px 4px #0000000d;color:#4a5568;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:all .2s;width:32px;z-index:2}.carousel-nav-btn:hover:not(:disabled){background:#f7fafc;border-color:#cbd5e0;box-shadow:0 4px 6px #0000000d;color:#2d3748}.carousel-nav-btn:disabled{background:#f7fafc;cursor:not-allowed;opacity:.5}.image-card{background:#edf2f7;border:2px solid #0000;border-radius:8px;cursor:pointer;flex:0 0 120px;height:120px;overflow:hidden;position:relative;transition:all .2s}.image-card:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.image-card.selected{border-color:#3182ce;box-shadow:0 0 0 2px #3182ce33}.image-card img{height:100%;object-fit:cover;width:100%}.selection-indicator{align-items:center;background:#fff;border:1px solid #cbd5e0;border-radius:50%;display:flex;height:20px;justify-content:center;position:absolute;right:6px;top:6px;transition:all .2s;width:20px;z-index:2}.image-card.selected .selection-indicator{background:#3182ce;border-color:#3182ce;color:#fff}.check-icon{fill:currentColor;height:12px;width:12px}.delete-btn{align-items:center;background:#ffffffe6;border:1px solid #e53e3e;border-radius:50%;color:#e53e3e;display:flex;height:20px;justify-content:center;left:6px;opacity:0;position:absolute;top:6px;transition:all .2s;width:20px;z-index:3}.image-card:hover .delete-btn{opacity:1}.delete-btn:hover{background:#e53e3e;color:#fff;transform:scale(1.1)}.add-image-card{align-items:center;background:#f7fafc;border:2px dashed #cbd5e0;border-radius:8px;color:#718096;cursor:pointer;display:flex;flex:0 0 120px;flex-direction:column;height:120px;justify-content:center;transition:all .2s}.add-image-card:hover{background:#edf2f7;border-color:#4a5568;color:#2d3748}.add-icon{font-size:24px;margin-bottom:4px}.add-text{font-size:.75rem;font-weight:500}@media (max-width:768px){.carousel-nav-btn{display:none}.add-image-card,.image-card{flex:0 0 100px;height:100px}.delete-btn{height:24px;opacity:1;width:24px}}.property-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;flex-direction:column;margin-right:16px;max-width:320px;min-width:280px;overflow:hidden;transition:all .3s ease}.property-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-4px)}.property-card:focus{outline:2px solid #1e4c3d;outline-offset:2px}.property-image-container{background-color:#f5f5f5;display:block;flex-shrink:0;height:200px;overflow:hidden;position:relative;width:100%}.property-image-container img{display:block;height:100%;object-fit:cover;position:relative;transition:transform .3s ease;width:100%;z-index:1}.property-card:hover .property-image-container img{transform:scale(1.05)}.property-card .status-badge,.property-image-container .status-badge{background-color:#1e4c3df2;border-radius:6px;box-shadow:0 2px 8px #00000040;color:#fff;display:inline-block!important;font-size:.6875rem;font-weight:600;left:auto!important;letter-spacing:.5px;line-height:1.2;margin:0!important;max-width:calc(100% - 20px);min-width:-webkit-fit-content!important;min-width:fit-content!important;overflow:hidden;padding:5px 10px;pointer-events:auto;position:absolute!important;right:10px!important;text-overflow:ellipsis;text-transform:uppercase;top:10px!important;white-space:nowrap;width:auto!important;z-index:20}.property-card .status-badge.status-sold,.property-image-container .status-badge.status-sold{background-color:#3b82f6f2!important;box-shadow:0 2px 8px #3b82f666}.property-card .status-badge.status-pending,.property-image-container .status-badge.status-pending{background-color:#ef4444f2!important;box-shadow:0 2px 8px #ef444466}.property-card .status-badge.status-for-sale,.property-image-container .status-badge.status-for-sale{background-color:#22c55ef2!important;box-shadow:0 2px 8px #22c55e66}.added-indicator{align-items:center;background-color:#22c55e;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000004d;color:#fff;display:flex;font-size:16px;font-weight:700;height:28px;justify-content:center;left:10px;pointer-events:auto;position:absolute;top:10px;width:28px;z-index:20}.property-card-content{display:flex;flex:1 1;flex-direction:column;gap:8px;padding:16px}.property-card .property-address{color:#000!important;font-size:1.25rem!important;font-weight:600;line-height:1.4;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-location{color:#666;font-size:.875rem;margin:0}.property-price{color:#1e4c3d;font-size:1.25rem;font-weight:700;margin:4px 0}.property-details{align-items:center;color:#666;display:flex;flex-wrap:wrap;font-size:.875rem;gap:4px}.detail-separator{color:#ccc;margin:0 2px}.sale-date{color:#888;display:flex;flex-direction:column;font-size:.875rem;gap:2px;margin-top:4px}.sale-date>div{line-height:1.3}.days-on-market{color:#888;font-size:.875rem;line-height:1.3;margin-top:4px}@media (max-width:768px){.property-card{max-width:280px;min-width:240px}.property-image-container{height:160px}.property-card-content{padding:12px}.property-card .property-address{color:#000!important;font-size:1.1rem!important}.property-price{font-size:1.1rem}.property-card .status-badge.status-pending,.property-image-container .status-badge.status-pending{font-size:.625rem;max-width:calc(100% - 20px);padding:4px 8px}.property-card .status-badge[data-long-text=true],.property-image-container .status-badge[data-long-text=true]{font-size:.5625rem;padding:3px 6px}}.mapboxgl-map{-webkit-tap-highlight-color:rgb(0 0 0/0);font:12px/20px Helvetica Neue,Arial,Helvetica,sans-serif;overflow:hidden;position:relative}.mapboxgl-canvas{left:0;position:absolute;top:0}.mapboxgl-map:-webkit-full-screen{height:100%;width:100%}.mapboxgl-canary{background-color:salmon}.mapboxgl-canvas-container.mapboxgl-interactive,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass{cursor:grab;-webkit-user-select:none;user-select:none}.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer{cursor:pointer}.mapboxgl-canvas-container.mapboxgl-interactive:active,.mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active{cursor:grabbing}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas{touch-action:pan-x pan-y}.mapboxgl-canvas-container.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:pinch-zoom}.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan,.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas{touch-action:none}.mapboxgl-ctrl-bottom-left,.mapboxgl-ctrl-bottom-right,.mapboxgl-ctrl-top-left,.mapboxgl-ctrl-top-right{pointer-events:none;position:absolute;z-index:2}.mapboxgl-ctrl-top-left{left:0;top:0}.mapboxgl-ctrl-top-right{right:0;top:0}.mapboxgl-ctrl-bottom-left{bottom:0;left:0}.mapboxgl-ctrl-bottom-right{bottom:0;right:0}.mapboxgl-ctrl{clear:both;pointer-events:auto;transform:translate(0)}.mapboxgl-ctrl-top-left .mapboxgl-ctrl{float:left;margin:10px 0 0 10px}.mapboxgl-ctrl-top-right .mapboxgl-ctrl{float:right;margin:10px 10px 0 0}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl{float:left;margin:0 0 10px 10px}.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl{float:right;margin:0 10px 10px 0}.mapboxgl-ctrl-group{background:#fff;border-radius:4px}.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px #0000001a}@media (-ms-high-contrast:active){.mapboxgl-ctrl-group:not(:empty){box-shadow:0 0 0 2px ButtonText}}.mapboxgl-ctrl-group button{background-color:initial;border:0;box-sizing:border-box;cursor:pointer;display:block;height:29px;outline:none;overflow:hidden;padding:0;width:29px}.mapboxgl-ctrl-group button+button{border-top:1px solid #ddd}.mapboxgl-ctrl button .mapboxgl-ctrl-icon{background-position:50%;background-repeat:no-repeat;display:block;height:100%;width:100%}@media (-ms-high-contrast:active){.mapboxgl-ctrl-icon{background-color:initial}.mapboxgl-ctrl-group button+button{border-top:1px solid ButtonText}}.mapboxgl-ctrl-attrib-button:focus,.mapboxgl-ctrl-group button:focus{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl button:disabled{cursor:not-allowed}.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon{opacity:.25}.mapboxgl-ctrl-group button:first-child{border-radius:4px 4px 0 0}.mapboxgl-ctrl-group button:last-child{border-radius:0 0 4px 4px}.mapboxgl-ctrl-group button:only-child{border-radius:inherit}.mapboxgl-ctrl button:not(:disabled):hover{background-color:#0000000d}.mapboxgl-ctrl-group button:focus:focus-visible{box-shadow:0 0 2px 2px #0096ff}.mapboxgl-ctrl-group button:focus:not(:focus-visible){box-shadow:none}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 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 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 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.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 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 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 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.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 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 13h-9z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 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.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 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-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 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-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 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-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 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-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 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-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 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-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E")}}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon{animation:mapboxgl-spin 2s linear infinite}@media (-ms-high-contrast:active){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3C/svg%3E")}.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%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-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E")}}@keyframes mapboxgl-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg opacity='.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg opacity='.9' fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%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.mapboxgl-ctrl-logo.mapboxgl-compact{width:23px}@media (-ms-high-contrast:active){a.mapboxgl-ctrl-logo{background-color:initial;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cg fill='%23fff'%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/g%3E%3C/svg%3E")}}@media (-ms-high-contrast:black-on-white){a.mapboxgl-ctrl-logo{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='a' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 0 1 3.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='b' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 0 0-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 0 0 4.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 0 1-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 0 1 .3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 0 1-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='c'%3E%3Crect width='100%25' height='100%25' fill='%23fff'/%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/mask%3E%3Cg stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23c)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23b' mask='url(%23c)'/%3E%3C/g%3E%3Cuse xlink:href='%23a'/%3E%3Cuse xlink:href='%23b'/%3E%3C/svg%3E")}}.mapboxgl-ctrl.mapboxgl-ctrl-attrib{background-color:#ffffff80;margin:0;padding:0 5px}@media screen{.mapboxgl-ctrl-attrib.mapboxgl-compact{background-color:#fff;border-radius:12px;margin:10px;min-height:20px;padding:2px 24px 2px 0;position:relative}.mapboxgl-ctrl-attrib.mapboxgl-compact-show{padding:2px 28px 2px 8px;visibility:visible}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show,.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact-show{border-radius:12px;padding:2px 8px 2px 28px}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner{display:none}.mapboxgl-ctrl-attrib-button{background-color:#ffffff80;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%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}.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button{left:0}.mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button,.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner{display:block}.mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button{background-color:#0000000d}.mapboxgl-ctrl-bottom-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;right:0}.mapboxgl-ctrl-top-right>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{right:0;top:0}.mapboxgl-ctrl-top-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{left:0;top:0}.mapboxgl-ctrl-bottom-left>.mapboxgl-ctrl-attrib.mapboxgl-compact:after{bottom:0;left:0}}@media screen and (-ms-high-contrast:active){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%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 (-ms-high-contrast:black-on-white){.mapboxgl-ctrl-attrib.mapboxgl-compact:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%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")}}.mapboxgl-ctrl-attrib a{color:#000000bf;text-decoration:none}.mapboxgl-ctrl-attrib a:hover{color:inherit;text-decoration:underline}.mapboxgl-ctrl-attrib .mapbox-improve-map{font-weight:700;margin-left:2px}.mapboxgl-attrib-empty{display:none}.mapboxgl-ctrl-scale{background-color:#ffffffbf;border:2px solid #333;border-top:#333;box-sizing:border-box;color:#333;font-size:10px;padding:0 5px;white-space:nowrap}.mapboxgl-popup{display:flex;left:0;pointer-events:none;position:absolute;top:0;will-change:transform}.mapboxgl-popup-anchor-top,.mapboxgl-popup-anchor-top-left,.mapboxgl-popup-anchor-top-right{flex-direction:column}.mapboxgl-popup-anchor-bottom,.mapboxgl-popup-anchor-bottom-left,.mapboxgl-popup-anchor-bottom-right{flex-direction:column-reverse}.mapboxgl-popup-anchor-left{flex-direction:row}.mapboxgl-popup-anchor-right{flex-direction:row-reverse}.mapboxgl-popup-tip{border:10px solid #0000;height:0;width:0;z-index:1}.mapboxgl-popup-anchor-top .mapboxgl-popup-tip{align-self:center;border-bottom-color:#fff;border-top:none}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom-color:#fff;border-left:none;border-top:none}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom-color:#fff;border-right:none;border-top:none}.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip{align-self:center;border-bottom:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip{align-self:flex-start;border-bottom:none;border-left:none;border-top-color:#fff}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip{align-self:flex-end;border-bottom:none;border-right:none;border-top-color:#fff}.mapboxgl-popup-anchor-left .mapboxgl-popup-tip{align-self:center;border-left:none;border-right-color:#fff}.mapboxgl-popup-anchor-right .mapboxgl-popup-tip{align-self:center;border-left-color:#fff;border-right:none}.mapboxgl-popup-close-button{background-color:initial;border:0;border-radius:0 3px 0 0;cursor:pointer;position:absolute;right:0;top:0}.mapboxgl-popup-close-button:hover{background-color:#0000000d}.mapboxgl-popup-content{background:#fff;border-radius:3px;box-shadow:0 1px 2px #0000001a;padding:10px 10px 15px;pointer-events:auto;position:relative}.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content{border-top-left-radius:0}.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content{border-top-right-radius:0}.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content{border-bottom-left-radius:0}.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content{border-bottom-right-radius:0}.mapboxgl-popup-track-pointer{display:none}.mapboxgl-popup-track-pointer *{pointer-events:none;-webkit-user-select:none;user-select:none}.mapboxgl-map:hover .mapboxgl-popup-track-pointer{display:flex}.mapboxgl-map:active .mapboxgl-popup-track-pointer{display:none}.mapboxgl-marker{left:0;opacity:1;position:absolute;top:0;transition:opacity .2s;will-change:transform}.mapboxgl-user-location-dot,.mapboxgl-user-location-dot:before{background-color:#1da1f2;border-radius:50%;height:15px;width:15px}.mapboxgl-user-location-dot:before{animation:mapboxgl-user-location-dot-pulse 2s infinite;content:"";position:absolute}.mapboxgl-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}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading{height:0;width:0}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after,.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-bottom:7.5px solid #4aa1eb;content:"";position:absolute}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before{border-left:7.5px solid #0000;transform:translateY(-28px) skewY(-20deg)}.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after{border-right:7.5px solid #0000;transform:translate(7.5px,-28px) skewY(20deg)}@keyframes mapboxgl-user-location-dot-pulse{0%{opacity:1;transform:scale(1)}70%{opacity:0;transform:scale(3)}to{opacity:0;transform:scale(1)}}.mapboxgl-user-location-dot-stale{background-color:#aaa}.mapboxgl-user-location-dot-stale:after{display:none}.mapboxgl-user-location-accuracy-circle{background-color:#1da1f233;border-radius:100%;height:1px;width:1px}.mapboxgl-crosshair,.mapboxgl-crosshair .mapboxgl-interactive,.mapboxgl-crosshair .mapboxgl-interactive:active{cursor:crosshair}.mapboxgl-boxzoom{background:#fff;border:2px dotted #202020;height:0;left:0;opacity:.5;position:absolute;top:0;width:0}@media print{.mapbox-improve-map{display:none}}.mapboxgl-scroll-zoom-blocker,.mapboxgl-touch-pan-blocker{align-items:center;background:#000000b3;color:#fff;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:absolute;text-align:center;top:0;transition:opacity .75s ease-in-out;transition-delay:1s;width:100%}.mapboxgl-scroll-zoom-blocker-show,.mapboxgl-touch-pan-blocker-show{opacity:1;transition:opacity .1s ease-in-out}.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page,.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas{touch-action:pan-x pan-y}.property-carousel-map-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-top:24px;overflow:hidden}.map-header{background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:16px 20px}.map-title{color:#1e4c3d;font-size:1rem;font-weight:600;margin:0 0 12px}.map-legend{flex-wrap:wrap;gap:16px}.legend-item,.map-legend{align-items:center;display:flex}.legend-item{color:#6b7280;font-size:.875rem;gap:6px}.legend-color{border:2px solid #fff;border-radius:50%;box-shadow:0 1px 3px #0003;flex-shrink:0;height:16px;width:16px}.legend-color.subject-legend{height:18px;width:18px}.legend-color.subject-legend,.legend-indicator{align-items:center;color:#fff;display:flex;font-size:10px;font-weight:700;justify-content:center}.legend-indicator{background-color:#22c55e;border:1px solid #fff;border-radius:50%;box-shadow:0 1px 2px #0003;height:16px;width:16px}.map-container{height:500px;position:relative}.map-error-container{background:#fef2f2;border-radius:8px;margin:16px 0;padding:40px 20px;text-align:center}.map-error-message{color:#dc2626;font-size:.875rem;margin:0}.map-loading-container{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:16px;justify-content:center;min-height:400px;padding:40px;text-align:center}.map-spinner{animation:spin-map 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1e4c3d;height:40px;width:40px}@keyframes spin-map{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.map-loading-container p{color:#495057;font-size:16px;font-weight:500;margin:0}.custom-map-marker>div:hover{transform:scale(1.2);transition:transform .2s ease}.subject-marker{z-index:999!important}.subject-marker>div:hover{transform:scale(1.1)!important;transition:transform .2s ease}.mapboxgl-popup-content{border-radius:8px;box-shadow:0 4px 12px #00000026;padding:0}.map-popup-content{min-width:250px;padding:16px}.popup-header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:8px}.popup-address{color:#1f2937;flex:1 1;font-size:1rem;font-weight:600;line-height:1.3;margin:0}.popup-status{border-radius:4px;font-size:.75rem;font-weight:600;letter-spacing:.5px;padding:4px 8px;text-transform:uppercase;white-space:nowrap}.popup-status.status-sold{background-color:#3b82f6f2;color:#fff}.popup-status.status-pending{background-color:#ef4444f2;color:#fff}.popup-status.status-for-sale{background-color:#22c55ef2;color:#fff}.popup-location{color:#6b7280;font-size:.875rem;margin:0 0 8px}.popup-price{color:#1e4c3d;font-size:1.25rem;font-weight:700;margin:8px 0}.popup-details{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:6px;margin-bottom:12px}.popup-details .detail-separator{color:#d1d5db}.popup-action-button{align-items:center;border:none;border-radius:6px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:8px;justify-content:center;margin-top:12px;padding:10px 16px;transition:all .2s ease;width:100%}.popup-add-button{background-color:#1e4c3d;color:#fff}.popup-add-button:hover{background-color:#287960;box-shadow:0 2px 5px #00000026;transform:translateY(-1px)}.popup-add-button:active{transform:translateY(0)}.popup-remove-button{background-color:#dc2626;color:#fff}.popup-remove-button:hover{background-color:#b91c1c;box-shadow:0 2px 5px #00000026;transform:translateY(-1px)}.popup-remove-button:active{transform:translateY(0)}.action-icon{font-size:16px;font-weight:700}.action-text{font-size:.875rem}.subject-popup{text-align:center}.subject-popup .popup-hint{color:#6b7280;font-size:.875rem;font-style:italic;margin:8px 0 0}.status-subject{background-color:#e5e7eb;color:#374151}.mapboxgl-ctrl-attrib{background-color:#fffc;font-size:10px}.mapboxgl-ctrl-logo{margin:0 0 2px 2px}@media (max-width:768px){.map-container{height:400px}.map-header{padding:12px 16px}.map-legend{gap:12px}.legend-item{font-size:.8rem}.map-popup-content{min-width:220px;padding:12px}.popup-address{font-size:.9rem}.popup-price{font-size:1.1rem}.popup-details{font-size:.8rem}.popup-status{font-size:.65rem;letter-spacing:.3px;padding:2px 6px}}.custom-map-marker:focus{outline:2px solid #1e4c3d;outline-offset:2px}.mapboxgl-popup-close-button{color:#6b7280;font-size:20px;padding:4px 8px}.mapboxgl-popup-close-button:hover{background-color:#f3f4f6;color:#1f2937}.property-carousel-container{background:#fff;border-radius:12px;box-shadow:0 4px 16px #0000001a;margin:24px 0;padding:20px;position:relative}.carousel-header{align-items:flex-start;border-bottom:2px solid #f0f0f0;display:flex;justify-content:space-between;margin-bottom:20px;padding-bottom:12px}.carousel-title-container{display:flex;flex:1 1;flex-direction:column;gap:12px}.carousel-title{color:#1e4c3d;font-size:1.25rem;font-weight:600;margin:0}.carousel-toggle-label{align-items:center;color:#495057;cursor:pointer;display:flex;font-size:.9rem;gap:12px;-webkit-user-select:none;user-select:none}.ios-toggle-switch{display:inline-block;height:31px;position:relative;width:51px}.ios-toggle-input{height:0;opacity:0;width:0}.ios-toggle-slider{background-color:#ccc;border-radius:34px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.3s}.ios-toggle-slider:before{background-color:#fff;border-radius:50%;bottom:2px;box-shadow:0 2px 4px #0003;content:"";height:27px;left:2px;position:absolute;transition:.3s;width:27px}.ios-toggle-input:checked+.ios-toggle-slider{background-color:#22c55e}.ios-toggle-input:checked+.ios-toggle-slider:before{transform:translateX(20px)}.ios-toggle-input:focus+.ios-toggle-slider{box-shadow:0 0 1px #22c55e}.ios-toggle-input:disabled+.ios-toggle-slider{cursor:not-allowed;opacity:.6}.carousel-toggle-text{color:#495057;font-size:.9rem}.carousel-dismiss-button{align-items:center;background:none;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:2rem;height:32px;justify-content:center;padding:0;transition:all .2s ease;width:32px}.carousel-dismiss-button:hover{background-color:#f5f5f5;color:#1e4c3d}.carousel-dismiss-button:focus{outline:2px solid #1e4c3d;outline-offset:2px}.carousel-loading{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:16px;justify-content:center;margin:20px 0;min-height:300px;padding:40px;position:relative;text-align:center}.carousel-spinner{animation:spin-carousel 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1e4c3d;height:40px;width:40px}.carousel-loading p{color:#495057;font-size:16px;font-weight:500;margin:0}@keyframes spin-carousel{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.carousel-error{padding:40px 20px;text-align:center}.error-content{margin:0 auto;max-width:500px}.error-message{color:#d32f2f;font-size:1rem;font-weight:500;margin:0 0 12px}.error-hint{color:#666;font-size:.875rem;margin:0 0 20px}.error-retry-button{background-color:#1e4c3d;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;padding:10px 24px;transition:background-color .2s ease}.error-retry-button:hover{background-color:#287960}.error-retry-button:focus{outline:2px solid #1e4c3d;outline-offset:2px}.carousel-empty{padding:60px 20px;text-align:center}.empty-message{color:#666;font-size:1rem;font-weight:500;margin:0 0 8px}.empty-hint{color:#999;font-size:.875rem;margin:0}.carousel-scroll-container{-webkit-overflow-scrolling:touch;margin:0 -20px;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;padding-left:20px;padding-right:20px;scrollbar-color:#ccc #f5f5f5;scrollbar-width:thin}.carousel-scroll-container::-webkit-scrollbar{height:8px}.carousel-scroll-container::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.carousel-scroll-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:4px}.carousel-scroll-container::-webkit-scrollbar-thumb:hover{background:#999}.carousel-track{display:flex;gap:0;min-width:-webkit-min-content;min-width:min-content;padding:8px 0}.carousel-footer{border-top:1px solid #f0f0f0;margin-top:16px;padding-top:12px;text-align:center}.carousel-hint{color:#999;font-size:.875rem;margin:0}@media (max-width:768px){.property-carousel-container{margin:16px 0;padding:16px}.carousel-header{margin-bottom:16px;padding-bottom:8px}.carousel-title{font-size:1.1rem}.carousel-scroll-container{margin:0 -16px;padding-left:16px;padding-right:16px}.carousel-hint{font-size:.8rem}.carousel-toggle-text{font-size:.5rem}}.carousel-scroll-container{scroll-behavior:smooth}.property-card:focus-visible{outline:3px solid #1e4c3d;outline-offset:4px}.renovation-insights-card{background:#fff;border:1px solid #e9ecef;border-left:4px solid #ff8c00;border-radius:12px;box-shadow:0 2px 8px #0000001a;display:flex;flex-direction:column;margin:0 0 1rem;padding:1.25rem;position:relative;transition:box-shadow .3s ease,transform .3s ease;width:100%}.renovation-insights-card:hover{box-shadow:0 4px 12px #00000026}.renovation-card-controls{display:flex;gap:0;position:absolute;right:0;top:0;z-index:25}.renovation-card-delete-btn,.renovation-card-edit-btn,.renovation-card-save-btn{align-items:center;background-color:#f8f9fa;border:1px solid #dee2e6;color:#495057;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s ease;width:40px}.renovation-card-edit-btn,.renovation-card-save-btn{border-radius:0 0 0 8px;border-right:none}.renovation-card-save-btn{background-color:#ff8c00;color:#fff}.renovation-card-delete-btn{border-radius:0 0 8px 0}.renovation-card-edit-btn:hover{background-color:#ff8c00}.renovation-card-edit-btn:hover,.renovation-card-save-btn:hover{box-shadow:0 2px 8px #ff8c004d;color:#fff;transform:translateY(-2px)}.renovation-card-save-btn:hover{background-color:#f70}.renovation-card-delete-btn:hover{background-color:#e74c3c;box-shadow:0 2px 8px #e74c3c4d;color:#fff;transform:translateY(-2px)}.renovation-card-delete-btn:active,.renovation-card-edit-btn:active,.renovation-card-save-btn:active{transform:translateY(0)}@media (max-width:599px){.renovation-card-controls{flex-direction:column;gap:0;right:0;top:0}.renovation-card-delete-btn,.renovation-card-edit-btn,.renovation-card-save-btn{height:32px;width:48px}.renovation-card-edit-btn,.renovation-card-save-btn{border-bottom:none;border-radius:0 0 0 8px;border-right:1px solid #dee2e6}.renovation-card-delete-btn{border-radius:0 0 8px 8px}}.renovation-custom-badge{align-items:center;background-color:#fff4e6;border:1px solid #ffd699;border-radius:16px;color:#ff8c00;display:inline-flex;font-size:.6875rem;font-weight:600;justify-content:center;left:.5rem;letter-spacing:.5px;padding:.3rem .65rem;position:absolute;text-transform:uppercase;top:.5rem;white-space:nowrap;z-index:10}.renovation-description-section{margin-bottom:.75rem;min-height:50px;padding-right:100px}.renovation-description-text{color:#2c3e50;font-size:1.0625rem;line-height:1.6}.renovation-description-textarea{word-wrap:break-word;border:1px solid #cbd5e0;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:1.0625rem;line-height:1.5;min-height:50px;overflow-wrap:break-word;padding:10px;resize:vertical;width:100%}.renovation-description-textarea:focus{border-color:#ff8c00;outline:2px solid #ff8c00;outline-offset:2px}.renovation-description-textarea::placeholder{color:#999}.renovation-divider{background:#e9ecef;border:none;height:1px;margin:.75rem 0;width:100%}.renovation-metrics{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:.25rem}.renovation-metric{display:flex;flex-direction:column;gap:.375rem;min-width:150px}.renovation-metric-label{color:#7f8c8d;font-size:.85rem;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.renovation-metric-value{font-size:1.1rem;font-weight:700;line-height:1.2}.renovation-metric-value.cost{color:#e74c3c}.renovation-metric-value.value-increase{color:#27ae60}.renovation-metric-input{border:1px solid #cbd5e0;border-radius:6px;box-sizing:border-box;font-family:inherit;font-size:1rem;font-weight:600;line-height:1.5;padding:8px 10px;width:100%}.renovation-metric-input.cost-input{color:#e74c3c}.renovation-metric-input:focus{border-color:#ff8c00;outline:2px solid #ff8c00;outline-offset:2px}.renovation-metric-input::placeholder{color:#999}.renovation-roi-edit-container,.renovation-roi-input-group{align-items:center;display:flex}.renovation-roi-input-group{gap:.5rem;width:100%}.renovation-roi-input-group .renovation-metric-input{color:#27ae60;flex:1 1}.renovation-roi-suffix{color:#27ae60;flex-shrink:0;font-size:1rem;font-weight:600}@media (min-width:600px) and (max-width:767px){.renovation-insights-card{padding:1rem}.renovation-description-section{margin-bottom:.25rem;padding-right:80px}.renovation-metrics{gap:1.25rem;margin-top:.25rem}}@media (max-width:599px){.renovation-insights-card{border-radius:8px;margin:0 0 .75rem;padding:1rem}.renovation-description-section{margin-bottom:.5rem;padding-right:50px}.renovation-description-text,.renovation-description-textarea{font-size:1rem}.renovation-metrics{flex-direction:column;gap:.75rem;margin-top:.25rem}.renovation-metric{min-width:100%}.renovation-metric-label{font-size:.8125rem}.renovation-metric-value{font-size:1rem}.renovation-metric-input{font-size:.9375rem;padding:8px 10px}.renovation-custom-badge{font-size:.625rem;left:.5rem;padding:.3rem .6rem;top:.5rem}}@media (prefers-contrast:high){.renovation-insights-card{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.renovation-card-delete-btn,.renovation-card-edit-btn,.renovation-card-save-btn,.renovation-insights-card{animation:none;transition:none}.renovation-insights-card:hover{transform:none}}@media print{.renovation-insights-card{border:1px solid #000;box-shadow:none;page-break-inside:avoid}.renovation-card-controls{display:none}}.subject-property-section-enhanced{margin-bottom:3rem;margin-left:auto;margin-right:auto;max-width:1200px;width:100%}.section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:0 .5rem}.section-header h3{color:#1a1a1a;font-size:1.5rem;font-weight:600;margin:0}.section-header-actions{display:flex;gap:.5rem}.btn-edit-property,.btn-save-property{align-items:center;border:none;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.625rem 1.25rem;transition:all .2s ease}.btn-edit-property{background:#3498db;color:#fff}.btn-edit-property:hover{background:#2980b9;box-shadow:0 4px 8px #3498db4d;transform:translateY(-1px)}.btn-save-property{background:#27ae60;color:#fff}.btn-save-property:hover{background:#229954;box-shadow:0 4px 8px #27ae604d;transform:translateY(-1px)}.edit-mode-notice{background:#f0f7ff;border-left:4px solid #3498db;border-radius:8px;margin-left:auto;margin-right:auto;margin-top:1.5rem;max-width:800px;padding:1rem 1.5rem}.notice-text{color:#1a1a1a;font-size:.9375rem;line-height:1.6;margin:0}.notice-text strong{color:#3498db}@media (max-width:768px){.section-header{align-items:flex-start;flex-direction:column;gap:1rem}.section-header h3{font-size:1.25rem}.section-header-actions{width:100%}.btn-edit-property,.btn-save-property{flex:1 1;font-size:.875rem;justify-content:center;padding:.75rem 1rem}.edit-mode-notice{font-size:.875rem;padding:.875rem 1.25rem}}.interactive-map-container{border-radius:8px;box-shadow:0 4px 12px #0000001a;height:600px;overflow:hidden;position:relative;width:100%}.map-container{height:100%;width:100%}.map-loading{align-items:center;background-color:#f8f9fa;color:#6c757d;display:flex;flex-direction:column;height:100%;justify-content:center}.loading-spinner{border:4px solid #e9ecef;border-top-color:#1e4c3d;margin-bottom:16px}.map-error{align-items:center;background-color:#fff3f3;color:#d32f2f;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px}.refresh-map-btn{background-color:#1e4c3d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;margin-top:16px;padding:8px 16px}.refresh-map-btn:hover{background-color:#163a2f}.map-info{background-color:#ffffffe6;border-radius:4px;box-shadow:0 2px 4px #0000001a;color:#333;font-size:12px;left:16px;padding:8px 12px;position:absolute;top:16px}.map-marker{transition:transform .2s ease}.map-marker:hover{transform:scale(1.1)}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.leaflet-map-container{margin:20px 0;position:relative;width:100%}.leaflet-map{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 8px #0000001a;min-height:400px;position:relative}.leaflet-map .leaflet-container{height:100%!important;min-height:400px!important;width:100%!important}.leaflet-map .leaflet-tile-pane{z-index:1!important}.leaflet-map .leaflet-overlay-pane{z-index:2!important}.leaflet-map .leaflet-marker-pane{z-index:3!important}.map-loading{background:#ffffffe6;border-radius:8px;box-shadow:0 2px 8px #0000001a;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#3b82f6;height:40px;margin:0 auto 10px;width:40px}.map-fallback{background:#ffffffe6;border-radius:8px;box-shadow:0 2px 8px #0000001a;color:#64748b;left:50%;padding:20px;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);z-index:1000}.map-fallback p{font-size:14px;margin:0}.map-error{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;margin:20px 0;padding:40px 20px;text-align:center}.map-error p{font-size:14px;line-height:1.5;margin:0 0 16px}.map-error button{background:#dc2626;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .2s ease}.map-error button:hover{background:#b91c1c}.custom-marker{background:#0000!important;border:none!important}.marker-content{align-items:center;background:#fff;border:2px solid #3b82f6;border-radius:50%;box-shadow:0 2px 4px #0003;color:#3b82f6;display:flex;font-size:12px;font-weight:700;height:24px;justify-content:center;width:24px}.subject-marker .marker-content{background:#6c757d;border-color:#6c757d;color:#fff;font-size:16px}.comp-marker .marker-content{background:#3b82f6;border-color:#3b82f6;color:#fff;font-weight:700}.pending-marker .marker-content{background:#f97316;border-color:#f97316;color:#fff;font-size:14px;font-weight:700}.marker-popup{font-family:Arial,sans-serif;font-size:14px;line-height:1.4}.marker-popup strong{color:#1f2937}.leaflet-control-zoom{border:none!important;box-shadow:0 2px 8px #0000001a!important}.leaflet-control-zoom a{background:#fff!important;border:1px solid #d1d5db!important;color:#374151!important}.leaflet-control-zoom a:hover{background:#f3f4f6!important;color:#1f2937!important}.leaflet-tile{filter:none!important}@media print{.leaflet-map-container{break-inside:avoid;page-break-inside:avoid}.leaflet-map{border:1px solid #d1d5db;box-shadow:none}}.upload-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.upload-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;max-height:90vh;max-width:900px;position:relative;width:100%}.upload-modal-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:0;padding:32px 32px 20px}.upload-modal-header h2{color:#1f2937;font-size:28px;font-weight:600;margin:0}.modal-close-button{align-items:center;background:none;border:none;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:28px;height:40px;justify-content:center;line-height:1;padding:8px;transition:all .2s;width:40px}.modal-close-button:hover:not(:disabled){background-color:#f3f4f6;color:#374151}.modal-close-button:disabled{cursor:not-allowed;opacity:.5}.upload-modal-content{flex:1 1;overflow-y:auto;padding:32px}.uploaded-files-section{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:40px;padding:28px}.uploaded-files-section h3{color:#374151;font-size:20px;font-weight:600;margin:0 0 20px}.uploaded-files-list{display:flex;flex-direction:column;gap:16px}.uploaded-file-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:10px;display:flex;justify-content:space-between;padding:20px;transition:all .2s}.uploaded-file-item:hover{border-color:#d1d5db;box-shadow:0 2px 8px #0000001a}.uploaded-file-info{flex:1 1;min-width:0}.uploaded-file-name{color:#374151;display:block;font-size:16px;font-weight:600;margin-bottom:6px;word-break:break-all}.uploaded-file-details{color:#6b7280;display:flex;font-size:14px;gap:20px}.delete-uploaded-file{background:none;border:none;border-radius:6px;cursor:pointer;font-size:18px;padding:10px;transition:all .2s}.delete-uploaded-file:hover:not(:disabled){background-color:#fef2f2;color:#dc2626}.delete-uploaded-file:disabled{cursor:not-allowed;opacity:.5}.upload-section{background:#fff}.upload-section h3{color:#374151;font-size:20px;font-weight:600;margin:0 0 12px}.upload-description{color:#6b7280;font-size:16px;line-height:1.6;margin-bottom:28px}.upload-zone{background:#fafafa;border:2px dashed #d1d5db;border-radius:12px;cursor:pointer;margin-bottom:28px;padding:60px 30px;text-align:center;transition:all .2s}.upload-zone:hover{background:#f3f4f6;border-color:#9ca3af}.upload-zone.drag-over{background:#eff6ff;border-color:#3b82f6}.upload-label{align-items:center;display:flex;flex-direction:column;gap:12px;pointer-events:none}.upload-icon{font-size:56px;opacity:.5}.upload-text{display:flex;flex-direction:column;gap:6px}.upload-text strong{color:#374151;font-size:18px}.upload-text span{color:#6b7280;font-size:16px}.upload-hint{color:#9ca3af;font-size:14px}.file-list{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:28px;padding:24px}.file-list h4{color:#374151;font-size:18px;font-weight:600;margin:0 0 16px}.file-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:8px;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px 20px}.file-item:last-child{margin-bottom:0}.file-info{flex:1 1;min-width:0}.file-name{color:#374151;display:block;font-size:16px;font-weight:500;margin-bottom:4px;word-break:break-all}.file-size{color:#6b7280;font-size:14px}.remove-file{background:none;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;font-size:18px;line-height:1;padding:6px 10px;transition:all .2s}.remove-file:hover:not(:disabled){background-color:#fef2f2;color:#dc2626}.remove-file:disabled{cursor:not-allowed;opacity:.5}.notes-section{margin-bottom:32px}.notes-section label{color:#374151;display:block;font-size:16px;font-weight:600;margin-bottom:12px}.additional-notes-textarea{border:2px solid #e5e7eb;border-radius:8px;box-sizing:border-box;font-family:inherit;font-size:16px;line-height:1.5;min-height:100px;padding:16px;resize:vertical;transition:border-color .2s,box-shadow .2s;width:100%}.additional-notes-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.additional-notes-textarea:disabled{background-color:#f9fafb;cursor:not-allowed}.additional-notes-textarea::placeholder{color:#9ca3af;font-style:italic}.character-count{color:#6b7280;font-size:14px;margin-top:8px;text-align:right}.upload-actions{border-top:1px solid #e5e7eb;display:flex;gap:16px;justify-content:flex-end;padding-top:28px}.upload-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px 32px;transition:all .2s}.upload-button:hover:not(:disabled){background:#2563eb}.upload-button:disabled{background:#d1d5db;cursor:not-allowed}.cancel-button{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;font-size:16px;font-weight:600;padding:16px 32px;transition:all .2s}.cancel-button:hover:not(:disabled){background:#f3f4f6;border-color:#9ca3af}.cancel-button:disabled{cursor:not-allowed;opacity:.5}.error-message{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:16px;margin:20px 0;padding:16px 20px}.loading-files{color:#6b7280;font-size:16px;padding:28px;text-align:center}@media (max-width:640px){.upload-modal-overlay{padding:10px}.upload-modal{max-height:95vh}.upload-modal-content,.upload-modal-header{padding:20px}.upload-zone{padding:40px 20px}.upload-actions{flex-direction:column;gap:12px}.cancel-button,.upload-button{width:100%}.uploaded-file-details{flex-direction:column;gap:6px}}.upload-form{margin:0 auto;max-width:800px;padding:20px}.form-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:24px;padding:24px}.upload-section{background:#f8fafc;border:2px dashed #1e4c3d;padding:60px 30px}.upload-instructions{background:#e3f2fd;border-radius:6px;margin-bottom:20px;padding:15px}.upload-instructions ul{list-style:none;margin:10px 0;padding:0}.upload-instructions li{color:#2c3e50;font-size:16px;margin:8px 0}.file-upload{margin:20px 0}.file-upload input[type=file]{background:#fff;border:2px solid #e2e8f0;border-radius:6px;cursor:pointer;padding:10px;width:100%}.file-types{background:#f1f5f9;border-radius:6px;margin-top:12px;padding:10px}.file-type{background:linear-gradient(135deg,#1e4c3d,#287960);border-radius:4px;color:#fff;display:inline-block;font-size:14px;margin:4px;padding:4px 12px}.form-group{margin-bottom:20px}.form-group label{color:#2c3e50;display:block;font-weight:600;margin-bottom:8px}.form-group input[type=text]{border:2px solid #e2e8f0;border-radius:6px;font-size:16px;padding:10px;width:100%}.form-help{color:#64748b;font-size:14px;margin-bottom:8px}.property-preview{background:#f8fafc;border-left:4px solid #3498db;border-radius:6px;margin:20px 0;padding:20px}small{color:#64748b;display:block;font-size:14px;margin-top:4px}.regenerate-prompt-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1001}.regenerate-prompt-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:480px;overflow:hidden;position:relative;width:100%}.regenerate-prompt-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:0;padding:24px 24px 16px}.regenerate-prompt-header h2{color:#1f2937;font-size:20px;font-weight:600;margin:0}.regenerate-modal-close-button{align-items:center;background:none;border:none;border-radius:4px;color:#6b7280;cursor:pointer;display:flex;font-size:20px;height:28px;justify-content:center;line-height:1;padding:4px;transition:all .2s;width:28px}.regenerate-modal-close-button:hover{background-color:#f3f4f6;color:#374151}.regenerate-prompt-content{padding:24px;text-align:center}.regenerate-prompt-icon{font-size:48px;margin-bottom:16px;opacity:.8}.regenerate-prompt-message{color:#374151;font-size:16px;font-weight:600;line-height:1.5;margin:0 0 8px}.regenerate-prompt-submessage{color:#6b7280;font-size:14px;line-height:1.5;margin:0}.regenerate-prompt-actions{display:flex;gap:12px;justify-content:center;padding:0 24px 24px}.regenerate-button{background:#3b82f6;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;max-width:160px;padding:12px 24px;transition:all .2s}.regenerate-button:hover{background:#2563eb;box-shadow:0 4px 12px #3b82f640;transform:translateY(-1px)}.maybe-later-button{background:#f9fafb;border:1px solid #d1d5db;border-radius:8px;color:#374151;cursor:pointer;flex:1 1;font-size:14px;font-weight:600;max-width:160px;padding:12px 24px;transition:all .2s}.maybe-later-button:hover{background:#f3f4f6;border-color:#9ca3af;box-shadow:0 2px 8px #0000001a;transform:translateY(-1px)}@media (max-width:640px){.regenerate-prompt-overlay{padding:20px}.regenerate-prompt-modal{max-width:100%}.regenerate-prompt-actions,.regenerate-prompt-content,.regenerate-prompt-header{padding-left:20px;padding-right:20px}.regenerate-prompt-actions{flex-direction:column;gap:8px}.maybe-later-button,.regenerate-button{max-width:none;width:100%}.regenerate-prompt-icon{font-size:40px}}.regenerate-prompt-overlay{animation:fadeIn .2s ease-out}.regenerate-prompt-modal{animation:slideIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.property-report-page{margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.property-report-page .page-header{border-bottom:2px solid #e0e0e0;margin-bottom:40px;padding:20px 0;text-align:center}.property-report-page .page-header h1{color:#333;font-size:2.5rem;margin-bottom:10px}.property-report-page .page-header p{color:#666;font-size:1.1rem;margin-bottom:20px}.property-report-page .back-to-analysis-button{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;margin-top:16px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.property-report-page .back-to-analysis-button:hover{background:linear-gradient(135deg,#0d2818,#1e4c3d);box-shadow:0 4px 15px #1e4c3d66;transform:translateY(-1px)}.property-report-page .back-to-reports-button{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:500;margin-top:16px;padding:12px 24px;text-decoration:none;transition:all .3s ease}.property-report-page .back-to-reports-button:hover{background:linear-gradient(135deg,#0d2818,#1e4c3d);box-shadow:0 4px 15px #1e4c3d66;transform:translateY(-1px)}.property-report-page .reports-container{align-items:center;display:flex;justify-content:center;min-height:400px}.property-report-page .no-reports-message{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;max-width:500px;padding:40px 24px;text-align:center}.property-report-page .no-reports-message h2{color:#495057;font-size:1.8em;margin-bottom:20px}.property-report-page .no-reports-message p{color:#6c757d;font-size:1.1em;margin-bottom:20px}.property-report-page .no-reports-message ul{margin:20px 0;padding-left:20px;text-align:left}.property-report-page .no-reports-message li{color:#6c757d;font-size:1rem;margin-bottom:8px}.property-report-page .no-reports-message a{color:#1e4c3d;font-weight:500;text-decoration:none}.property-report-page .no-reports-message a:hover{text-decoration:underline}.property-report-page .create-report-button{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;margin-top:20px;padding:15px 32px;transition:background-color .3s ease}.property-report-page .create-report-button:hover{background-color:#218838}.property-report-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.property-report-page .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1e4c3d;height:50px;margin-bottom:20px;width:50px}.property-report-page .loading-container p{color:#666;font-size:1.1rem}.property-report-page .error-container{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:8px;color:#721c24;margin:0 auto;max-width:500px;padding:40px 24px;text-align:center}.property-report-page .error-container h2{font-size:1.5em;margin-bottom:15px}.property-report-page .error-container p{font-size:1rem;margin-bottom:20px}@media (max-width:768px){.property-report-page{padding:15px}.property-report-page .page-header h1{font-size:2em}.property-report-page .no-reports-message{padding:30px 12px}.property-report-page .no-reports-message h2{font-size:1.5rem}}.reports-page{margin:0 auto;max-width:1200px;min-height:100vh;padding:20px}.reports-page .page-header{border-bottom:2px solid #e0e0e0;margin-bottom:40px;padding:20px 0;text-align:center}.reports-page .page-header h1{color:#333;font-size:2.5rem;margin-bottom:10px}.reports-page .page-header p{color:#666;font-size:1.1rem;margin-bottom:20px}.reports-page .loading-container{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:400px}.reports-page .loading-spinner{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#1e4c3d;height:40px;margin-bottom:20px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.reports-page .no-reports-container{align-items:center;display:flex;justify-content:center;min-height:400px}.reports-page .no-reports-message{background-color:#f8f9fa;border:2px dashed #dee2e6;border-radius:12px;max-width:500px;padding:40px 24px;text-align:center}.reports-page .no-reports-message h2{color:#495057;font-size:1.8em;margin-bottom:20px}.reports-page .no-reports-message p{color:#6c757d;font-size:1.1em;margin-bottom:20px}.reports-page .no-reports-message ul{margin:20px 0;padding-left:20px;text-align:left}.reports-page .no-reports-message li{color:#6c757d;font-size:1rem;margin-bottom:8px}.reports-page .create-report-button{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;margin-top:20px;padding:15px 32px;transition:background-color .3s ease}.reports-page .create-report-button:hover{background-color:#218838}.reports-page .add-analysis-button{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;border-radius:8px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;margin-top:20px;padding:12px 24px;transition:all .3s ease}.reports-page .add-analysis-button:hover{background:linear-gradient(135deg,#5a67d8,#6b46c1);box-shadow:0 8px 24px #667eea66;transform:translateY(-2px)}.reports-page .reports-container{display:flex;flex-direction:column;gap:40px}.reports-page .report-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:12px;padding:16px 20px 0}.reports-page .report-icon{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1e4c3d,#287960);-webkit-background-clip:text;background-clip:text;color:#1e4c3d;font-size:1.5rem}.reports-page .report-address{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1e293b;display:-webkit-box;font-size:1.1rem;font-weight:600;line-height:1.4;margin:0 0 16px;overflow:hidden}.reports-page .report-meta{display:flex;flex:1 1;flex-direction:column;gap:8px;margin-bottom:8px}.reports-page .report-value{border-bottom:1px solid #f1f5f9;display:flex;font-size:.9rem;padding:2px 0}.reports-page .report-confidence,.reports-page .report-date,.reports-page .report-type{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;font-size:.9rem;justify-content:space-between;padding:6px 0}.reports-page .report-confidence:last-child,.reports-page .report-date:last-child,.reports-page .report-type:last-child,.reports-page .report-value:last-child{border-bottom:none}.reports-page .report-value .value{font-feature-settings:"tnum";color:#1e293b;font-size:1rem;font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-.02em;text-align:center}.reports-page .report-confidence .value{background:#ecfdf5;border-radius:4px;color:#059669;font-size:.9rem;font-weight:600;padding:3px 6px}.reports-page .report-date .value{color:#6b7280;font-size:.9rem;font-weight:500}.reports-page .report-confidence .label,.reports-page .report-date .label,.reports-page .report-type .label,.reports-page .report-value .label{color:#64748b;font-size:.85rem;font-weight:500}.reports-page .report-type .value{color:#1e4c3d;font-size:.85rem;font-weight:600}.reports-page .report-actions{align-items:center;border-top:1px solid #f1f5f9;display:flex;flex-shrink:0;justify-content:center;padding:8px 0 0}.reports-page .view-report-button{background:linear-gradient(135deg,#1e4c3d,#287960);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;overflow:hidden;padding:10px 20px;position:relative;transition:all .3s ease;width:100%}.reports-page .view-report-button:before{background:linear-gradient(90deg,#0000,#fff3,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.reports-page .view-report-button:hover{box-shadow:0 6px 20px #667eea66;transform:translateY(-1px)}.reports-page .view-report-button:hover:before{left:100%}.reports-page .report-content{display:flex;flex:1 1;flex-direction:column;padding:0 20px 16px}.reports-page .report-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 20px #00000014;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:all .3s ease}.reports-page .report-card:hover{border-color:#e2e8f0;box-shadow:0 12px 32px #0000001f;transform:translateY(-4px)}.reports-page .report-card:before{background:linear-gradient(135deg,#1e4c3d,#287960);content:"";height:4px;left:0;position:absolute;right:0;top:0}.reports-page .delete-report-x-button{align-items:center;background-color:#ef4444;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;font-weight:700;height:32px;justify-content:center;margin-top:8px;transition:background-color .2s ease;width:32px}.reports-page .delete-report-x-button:hover{background-color:#dc2626}.reports-page .reports-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr)}@media (max-width:1024px){.reports-page .reports-grid{gap:20px;grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.reports-page{padding:16px}.reports-page .page-header h1{font-size:2rem}.reports-page .report-header{margin-bottom:8px;padding:12px 16px 0}.reports-page .report-icon{font-size:1.2rem}.reports-page .reports-grid{gap:16px;grid-template-columns:1fr}.reports-page .report-card{margin-bottom:16px}.reports-page .report-content{padding:0 16px 12px}.reports-page .report-address{font-size:1rem}.reports-page .report-meta{gap:6px;margin-bottom:6px}.reports-page .report-confidence,.reports-page .report-date,.reports-page .report-type,.reports-page .report-value{font-size:.85rem;padding:4px 0}.reports-page .report-value .value{font-size:.85rem}.reports-page .report-confidence .label,.reports-page .report-confidence .value,.reports-page .report-date .label,.reports-page .report-date .value,.reports-page .report-type .label,.reports-page .report-type .value,.reports-page .report-value .label{font-size:.75rem}.reports-page .report-actions{padding:6px 0 0}.reports-page .view-report-button{font-size:.85rem;padding:8px 16px}.reports-page .delete-report-x-button{margin-top:6px}}@media (max-width:480px){.reports-page{padding:12px}.reports-page .page-header h1{font-size:1.8rem}.reports-page .report-content{padding:0 12px 10px}.reports-page .report-header{padding:10px 12px 0}.reports-page .report-address{font-size:.95rem}.reports-page .report-meta{margin-bottom:4px}.reports-page .report-confidence,.reports-page .report-date,.reports-page .report-type,.reports-page .report-value,.reports-page .report-value .value{font-size:.8rem}.reports-page .report-confidence .label,.reports-page .report-confidence .value,.reports-page .report-date .label,.reports-page .report-date .value,.reports-page .report-type .label,.reports-page .report-type .value,.reports-page .report-value .label{font-size:.7rem}.reports-page .report-actions{padding:4px 0 0}.reports-page .view-report-button{font-size:.8rem;padding:8px 14px}.reports-page .delete-report-x-button{margin-top:4px}}.session-warning{animation:slideDown .3s ease-out;background:linear-gradient(135deg,#ff6b6b,#ee5a24);box-shadow:0 2px 10px #0000001a;color:#fff;left:0;padding:12px 0;position:fixed;right:0;top:0;z-index:9999}.session-warning-content{align-items:center;display:flex;gap:12px;justify-content:center;margin:0 auto;max-width:1200px;padding:0 20px}.session-warning-icon{flex-shrink:0;font-size:20px}.session-warning-text{flex:1 1;text-align:center}.session-warning-text h4{font-size:16px;font-weight:600;margin:0 0 4px}.session-warning-text p{font-size:14px;margin:0;opacity:.9}.session-warning-dismiss{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;font-size:24px;height:30px;justify-content:center;padding:0;transition:background-color .2s;width:30px}.session-warning-dismiss:hover{background-color:#ffffff1a}@keyframes slideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.session-warning-content{flex-direction:column;gap:8px;text-align:center}.session-warning-text h4{font-size:14px}.session-warning-text p{font-size:12px}.session-warning-dismiss{position:absolute;right:12px;top:8px}}.profile-container{margin:0 auto;max-width:800px;padding:2rem}.profile-header{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem}.profile-header h1{color:#333;margin:0}.profile-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin-bottom:2rem;padding:1.5rem}.profile-section h2{border-bottom:1px solid #f0f0f0;color:#444;font-size:1.25rem;margin-bottom:1.5rem;margin-top:0;padding-bottom:.75rem}.profile-form .form-group{margin-bottom:1.25rem}.profile-form label{color:#666;display:block;font-weight:500;margin-bottom:.5rem}.profile-form input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem;width:100%}.profile-form input:disabled{background-color:#f5f5f5;cursor:not-allowed}.btn-primary{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem;transition:background-color .2s}.btn-primary:hover{background-color:#0052a3}.btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.btn-secondary{background-color:#f0f0f0;border:none;border-radius:4px;color:#333;cursor:pointer;font-size:1rem;margin-right:1rem;padding:.75rem 1.5rem}.btn-secondary:hover{background-color:#e0e0e0}.btn-danger{background-color:#dc3545;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;padding:.75rem 1.5rem}.btn-danger:hover{background-color:#c82333}.mfa-status{align-items:center;background-color:#f8f9fa;border-radius:4px;display:flex;margin-bottom:1.5rem;padding:1rem}.status-badge{border-radius:1rem;font-size:.875rem;margin-left:.5rem}.status-badge.enabled{background-color:#d4edda;color:#155724}.status-badge.disabled{background-color:#f8d7da;color:#721c24}.mfa-setup-container{background-color:#f8f9fa;border-radius:4px;margin-top:1.5rem;padding:1.5rem;text-align:center}.qr-code-container{background:#fff;border-radius:4px;box-shadow:0 2px 4px #0000001a;display:inline-block;margin:1.5rem 0;padding:1rem}.qr-code-container img{height:auto;max-width:200px}.secret-code{background:#eee;border-radius:4px;display:inline-block;font-family:monospace;font-size:1.1rem;letter-spacing:1px;margin:.5rem 0;padding:.5rem}.verification-input{font-size:1.2rem;letter-spacing:2px;margin:1rem auto;max-width:200px;text-align:center}.alert{border-radius:4px;margin-bottom:1rem;padding:1rem}.alert-success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.alert-error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.subscription-success-page{align-items:center;background:linear-gradient(180deg,#f0fdf4,#fff);display:flex;justify-content:center;min-height:calc(100vh - 200px);padding:2rem 1rem}.subscription-success-page .subscription-success-container{background:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001a;max-width:600px;padding:3rem 2rem;text-align:center;width:100%}.subscription-success-page .success-icon{align-items:center;background:#d1fae5;border-radius:50%;color:#10b981;display:flex;height:80px;justify-content:center;margin:0 auto 1.5rem;width:80px}.subscription-success-page .subscription-success-container h1{color:#111827;font-size:2rem;font-weight:700;margin:0 0 1rem}.subscription-success-page .success-message{color:#6b7280;font-size:1.125rem;line-height:1.6;margin:0 0 2rem}.subscription-success-page .subscription-details{background:#f9fafb;border-radius:12px;margin-bottom:2rem;padding:1.5rem;text-align:left}.subscription-success-page .detail-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 0}.subscription-success-page .detail-item:last-child{border-bottom:none}.subscription-success-page .detail-label{color:#6b7280;font-weight:500}.subscription-success-page .detail-value{color:#111827;font-weight:600;text-transform:capitalize}.subscription-success-page .error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:2rem;padding:1rem}.subscription-success-page .loading-message{color:#6b7280;font-size:1.125rem}.subscription-success-page .success-actions{display:flex;flex-direction:column;gap:1rem}.subscription-success-page .success-actions .btn-primary,.subscription-success-page .success-actions .btn-secondary{border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;padding:.875rem 1.5rem;transition:all .2s;width:100%}.subscription-success-page .success-actions .btn-primary{background:#059669;color:#fff}.subscription-success-page .success-actions .btn-primary:hover{background:#047857}.subscription-success-page .success-actions .btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.subscription-success-page .success-actions .btn-secondary:hover{background:#f9fafb}@media (max-width:768px){.subscription-success-page .subscription-success-container{padding:2rem 1.5rem}.subscription-success-page .subscription-success-container h1{font-size:1.75rem}.subscription-success-page .success-actions{gap:.75rem}}.subscription-status{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:1.5rem}.subscription-status.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.loading-spinner{color:#6b7280;font-size:.95rem}.subscription-status.no-subscription{padding:2rem;text-align:center}.subscription-status.no-subscription p{color:#6b7280;margin-bottom:1rem}.subscription-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem}.plan-info{align-items:center;display:flex;gap:.75rem}.plan-name{color:#111827;font-size:1.5rem;font-weight:600;margin:0}.status-badge{border-radius:12px;color:#fff;display:inline-block;font-size:.75rem;font-weight:600;padding:.25rem .75rem;text-transform:capitalize}.btn-small{font-size:.875rem;padding:.5rem 1rem}.subscription-content{display:flex;flex-direction:column;gap:1.5rem}.upgrade-prompt-inline{background:#fef3c7;border:1px solid #fbbf24;border-radius:8px;padding:1rem;text-align:center}.upgrade-prompt-inline p{color:#92400e;font-size:.95rem;margin:0 0 .75rem}.upgrade-prompt-inline .btn-primary{width:100%}@media (max-width:768px){.subscription-header{align-items:flex-start;flex-direction:column;gap:1rem}.btn-small,.plan-info{width:100%}}.subscription-management-page{background:#f9fafb;min-height:calc(100vh - 200px);padding:2rem 1rem}.subscription-management-page .subscription-management-container{margin:0 auto;max-width:900px}.subscription-management-page .page-header{margin-bottom:2rem;text-align:center}.subscription-management-page .page-header h1{color:#111827;font-size:2rem;font-weight:700;margin:0 0 .5rem}.subscription-management-page .page-header p{color:#6b7280;font-size:1.125rem;margin:0}.subscription-management-page .error-message,.subscription-management-page .success-message{border-radius:8px;margin-bottom:1.5rem;padding:1rem}.subscription-management-page .error-message{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.subscription-management-page .success-message{background:#d1fae5;border:1px solid #86efac;color:#065f46}.subscription-management-page .subscription-section{margin-bottom:2rem}.subscription-management-page .billing-section{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin-bottom:2rem;padding:1.5rem}.subscription-management-page .billing-section h2{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 1.5rem}.subscription-management-page .billing-details{display:flex;flex-direction:column;gap:1rem}.subscription-management-page .billing-item{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:.75rem 0}.subscription-management-page .billing-item:last-child{border-bottom:none}.subscription-management-page .billing-label{color:#6b7280;font-weight:500}.subscription-management-page .billing-value{color:#111827;font-weight:600}.subscription-management-page .actions-section{display:flex;flex-wrap:wrap;gap:1rem}.subscription-management-page .actions-section .btn-primary,.subscription-management-page .actions-section .btn-secondary{border:none;border-radius:8px;cursor:pointer;flex:1 1;font-size:1rem;font-weight:500;min-width:200px;padding:.875rem 1.5rem;transition:all .2s}.subscription-management-page .actions-section .btn-primary{background:#059669;color:#fff}.subscription-management-page .actions-section .btn-primary:hover:not(:disabled){background:#047857}.subscription-management-page .actions-section .btn-primary:disabled{cursor:not-allowed;opacity:.6}.subscription-management-page .actions-section .btn-secondary{background:#fff;border:1px solid #d1d5db;color:#374151}.subscription-management-page .actions-section .btn-secondary:hover{background:#f9fafb}.subscription-management-page .no-subscription{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem 2rem;text-align:center}.subscription-management-page .no-subscription p{color:#6b7280;font-size:1.125rem;margin:0 0 1.5rem}.subscription-management-page .loading-message{color:#6b7280;font-size:1.125rem;padding:3rem 2rem;text-align:center}@media (max-width:768px){.subscription-management-page{padding:1rem}.subscription-management-page .page-header h1{font-size:1.75rem}.subscription-management-page .actions-section{flex-direction:column}.subscription-management-page .actions-section .btn-primary,.subscription-management-page .actions-section .btn-secondary{min-width:auto;width:100%}}.credit-history-page{background:#f9fafb;min-height:calc(100vh - 200px);padding:2rem 1rem}.credit-history-page .credit-history-container{margin:0 auto;max-width:1200px}.credit-history-page .loading-message{color:#6b7280;font-size:1.125rem;padding:2rem;text-align:center}.credit-history-page .credit-balance-section{margin-bottom:2rem}.credit-history-page .transactions-section{margin-top:2rem}.credit-history-page .transactions-section h2{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.credit-history-page .page-header{margin-bottom:2rem;text-align:center}.credit-history-page .page-header h1{color:#111827;font-size:2rem;font-weight:700;margin:0 0 .5rem}.credit-history-page .page-header p{color:#6b7280;font-size:1.125rem;margin:0}.credit-history-page .error-message{background:#fee2e2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;margin-bottom:1.5rem;padding:1rem}.credit-history-page .no-transactions{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:3rem 2rem;text-align:center}.credit-history-page .no-transactions p{color:#6b7280;font-size:1.125rem;margin:0}.credit-history-page .transactions-table-container{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;overflow-x:auto;padding:1.5rem}.credit-history-page .transactions-table{border-collapse:collapse;font-size:.95rem;width:100%}.credit-history-page .transactions-table th{background-color:#f3f4f6;border-bottom:2px solid #e5e7eb;color:#374151;font-weight:600;padding:1rem;text-align:left}.credit-history-page .transactions-table td{border-bottom:1px solid #e5e7eb;color:#4b5563;padding:1rem}.credit-history-page .transactions-table tr:hover{background-color:#f9fafb}.credit-history-page .transaction-type-badge{background-color:#ffffff80;border:1px solid;border-radius:9999px;display:inline-block;font-size:.85rem;font-weight:500;padding:.25rem .75rem}.credit-history-page .amount-positive{color:#10b981;font-weight:600}.credit-history-page .amount-negative{color:#ef4444;font-weight:600}.credit-history-page .report-address{display:inline-block;font-size:1.125rem;max-width:200px;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.credit-history-page{padding:1rem}.credit-history-page .page-header h1{font-size:1.75rem}.credit-history-page .transactions-table-container{padding:1rem}.credit-history-page .transactions-table{font-size:.875rem}.credit-history-page .transactions-table td,.credit-history-page .transactions-table th{padding:.5rem}.credit-history-page .transactions-table td:nth-child(5),.credit-history-page .transactions-table td:nth-child(6),.credit-history-page .transactions-table th:nth-child(5),.credit-history-page .transactions-table th:nth-child(6){display:none}}
/*# sourceMappingURL=main.52f2ee65.css.map*/