.navbar{align-items:center;background:var(--bg-primary);border-bottom:1px solid var(--border);color:var(--text-primary);display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:3.5rem;justify-content:space-between;padding:0 2rem;position:sticky;top:0;transition:background-color .2s ease,border-color .2s ease;z-index:100}[data-theme=dark] .navbar{backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#0a0a0bcc}.navbar-left,.navbar-logo-link{align-items:center;display:flex}.navbar-logo-link{color:inherit;gap:.5rem;text-decoration:none}.navbar-logo-icon{border-radius:.25rem;height:1.5rem;width:1.5rem}.navbar-title{color:var(--text-primary);font-size:1rem;font-weight:700;letter-spacing:-.03em}.navbar-right{gap:.5rem}.navbar-right,.theme-toggle{align-items:center;display:flex}.theme-toggle{background:#0000;border:1px solid #0000;border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;height:2rem;justify-content:center;padding:.375rem;transition:all .15s ease;width:2rem}.theme-toggle:hover{background:var(--bg-tertiary);color:var(--text-primary)}.navbar-signin{background:var(--text-primary);border:none;border-radius:var(--radius-md);color:var(--bg-primary);cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.4rem 1rem;transition:all .15s ease}.navbar-signin:hover{opacity:.85}.navbar-link{border-radius:var(--radius-md);color:var(--text-secondary);font-size:.8125rem;font-weight:500;padding:.375rem .625rem;text-decoration:none;transition:all .15s ease}.navbar-link:hover{background:var(--bg-secondary);color:var(--text-primary)}.navbar-link-active{color:var(--text-primary);font-weight:600}.navbar-user-menu{position:relative}.navbar-avatar{align-items:center;background:var(--gradient-primary);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.6875rem;font-weight:700;height:2rem;justify-content:center;letter-spacing:.02em;transition:box-shadow .15s ease;width:2rem}.navbar-avatar:hover{box-shadow:0 0 0 2px var(--bg-primary),0 0 0 4px var(--border-hover)}.navbar-dropdown{animation:navbar-dropdown-in .12s ease-out;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;position:absolute;right:0;top:calc(100% + .5rem);width:220px;z-index:200}@keyframes navbar-dropdown-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.navbar-dropdown-header{display:flex;flex-direction:column;gap:.125rem;padding:.75rem .875rem}.navbar-dropdown-name{color:var(--text-primary);font-size:.8125rem;font-weight:600}.navbar-dropdown-email{color:var(--text-muted);font-size:.6875rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navbar-dropdown-divider{background:var(--border);height:1px}.navbar-dropdown-item{background:none;border:none;color:var(--text-secondary);cursor:pointer;display:block;font-family:inherit;font-size:.8125rem;font-weight:500;padding:.5rem .875rem;text-align:left;transition:all .1s ease;width:100%}.navbar-dropdown-item:hover{background:var(--bg-tertiary);color:var(--text-primary)}.navbar-dropdown-logout{color:var(--color-error)}.navbar-dropdown-logout:hover{background:var(--color-error-subtle);color:var(--color-error)}@media (max-width:768px){.navbar{padding:0 1rem}.navbar-title{font-size:.9375rem}.navbar-signin{font-size:.75rem;padding:.375rem .75rem}}@media (max-width:480px){.navbar-signin{padding:.375rem .625rem}}.footer{background:var(--bg-secondary);border-top:1px solid var(--border);margin-top:auto;padding:2rem 2rem 1.5rem;transition:background-color .2s ease,border-color .2s ease}.footer-inner{gap:1.5rem;margin:0 auto;max-width:960px}.footer-brand,.footer-inner{display:flex;flex-direction:column}.footer-brand{gap:.5rem}.footer-logo-link{align-items:center;color:inherit;display:inline-flex;gap:.5rem;text-decoration:none}.footer-logo-icon{border-radius:.2rem;height:1.25rem;width:1.25rem}.footer-logo-text{color:var(--text-primary);font-size:.875rem;font-weight:700;letter-spacing:-.02em}.footer-tagline{color:var(--text-muted);font-size:.8125rem;line-height:1.5;margin:0}.footer-bottom{align-items:center;border-top:1px solid var(--border);display:flex;justify-content:space-between;padding-top:1rem}.footer-copy{color:var(--text-muted);font-size:.75rem}@media (max-width:768px){.footer{padding:1.5rem 1rem 1rem}}.info-tooltip-container{cursor:help;position:relative}.info-icon,.info-tooltip-container{align-items:center;display:inline-flex}.info-icon{border-radius:50%;color:var(--text-muted);font-size:.6875rem;height:1rem;justify-content:center;margin-left:.25rem;opacity:.6;transition:color .15s ease;-webkit-user-select:none;user-select:none;width:1rem}.info-icon:hover{color:var(--text-secondary);opacity:1}.tooltip{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);bottom:125%;box-shadow:var(--shadow-lg);color:var(--text-primary);font-size:.8125rem;font-weight:450;left:50%;line-height:1.5;max-width:280px;opacity:0;padding:.75rem 1rem;pointer-events:none;position:absolute;text-align:left;transform:translateX(-50%) translateY(4px);transition:all .15s ease;visibility:hidden;width:220px;z-index:1000}.tooltip:after{border-color:var(--bg-secondary) #0000 #0000 #0000;border-style:solid;border-width:5px;transform:translateX(-50%)}.tooltip:after,.tooltip:before{content:"";left:50%;position:absolute;top:100%}.tooltip:before{border-color:var(--border) #0000 #0000 #0000;border-style:solid;border-width:5px;transform:translateX(-50%) translateY(-1px)}.info-tooltip-container:hover .tooltip{opacity:1;pointer-events:auto;transform:translateX(-50%) translateY(0);visibility:visible}.address-autocomplete{position:relative}.address-loading-indicator{animation:address-spin .6s linear infinite;border-top-color:#3b82f6;border:2px solid var(--border);border-radius:50%;border-top-color:var(--color-accent,#3b82f6);height:14px;position:absolute;right:.75rem;top:50%;transform:translateY(-50%);width:14px}@keyframes address-spin{to{transform:translateY(-50%) rotate(1turn)}}.address-dropdown{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + .375rem);z-index:50}.address-dropdown-item{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;gap:.5rem;padding:.5rem .75rem;text-align:left;transition:background .1s ease;width:100%}.address-dropdown-item.active,.address-dropdown-item:hover{background:var(--bg-tertiary)}.address-pin-icon{color:var(--text-muted);flex-shrink:0}.address-dropdown-item span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.container{margin:0 auto;max-width:1120px;padding:2rem 1.5rem 4rem}.toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.toolbar-left{flex:1 1;min-width:0}.toolbar-saved-badge{background:var(--color-success-subtle);border:1px solid #10b98133;border-radius:999px;color:var(--color-success);flex-shrink:0;font-size:.5625rem;font-weight:600;letter-spacing:.05em;padding:.0625rem .375rem;text-transform:uppercase}.property-selector{position:relative}.property-selector-btn{align-items:center;background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:.875rem;font-weight:600;gap:.5rem;max-width:480px;padding:.4375rem .75rem;transition:all .15s ease}.property-selector-btn:hover{background:var(--bg-tertiary);border-color:var(--border-hover)}.property-selector-label{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-selector-chevron{color:var(--text-muted);flex-shrink:0}.property-selector-menu{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);left:0;max-height:320px;max-width:480px;min-width:280px;overflow-y:auto;position:absolute;top:calc(100% + .375rem);z-index:50}.property-selector-item{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;gap:.5rem;padding:.5rem .875rem;text-align:left;transition:background .1s ease;width:100%}.property-selector-item:hover{background:var(--bg-tertiary)}.property-selector-item.active{background:#3b82f614;background:var(--color-accent-subtle,#3b82f614);color:#3b82f6;color:var(--color-accent,#3b82f6)}.property-selector-item-text{flex:1 1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.property-selector-item-delete{border-radius:var(--radius-sm);color:var(--text-muted);flex-shrink:0;font-size:.875rem;line-height:1;padding:.125rem .25rem;transition:all .1s ease}.property-selector-item-delete:hover{background:var(--color-error-subtle);color:var(--color-error)}.toolbar-actions{flex-shrink:0}.toolbar-actions,.toolbar-btn{align-items:center;display:flex;gap:.375rem}.toolbar-btn{background:#0000;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:500;padding:.4375rem .75rem;transition:all .15s ease;white-space:nowrap}.toolbar-btn:hover{background:var(--bg-secondary);border-color:var(--border-hover);color:var(--text-primary)}.toolbar-btn:disabled{cursor:not-allowed;opacity:.5}.toolbar-btn-active{background:var(--color-accent-subtle);border-color:var(--color-accent);color:var(--color-accent)}.toolbar-btn-primary,.toolbar-btn-primary:hover{background:#3b82f6;background:var(--color-accent,#3b82f6);border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);color:#fff}.toolbar-btn-primary:hover{opacity:.9}.toolbar-export-wrapper{position:relative}.export-menu{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:140px;overflow:hidden;position:absolute;right:0;top:calc(100% + .375rem);z-index:50}.export-menu button{background:none;border:none;color:var(--text-primary);cursor:pointer;display:block;font-family:inherit;font-size:.8125rem;padding:.5rem .875rem;text-align:left;transition:background .1s ease;width:100%}.export-menu button:hover{background:var(--bg-tertiary)}.address-field{margin-bottom:.5rem}.listing-url-field{margin-bottom:1rem}.listing-url-input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.75rem;outline:none;padding:.4375rem .75rem;transition:border-color .15s ease,box-shadow .15s ease}.listing-url-input:focus{border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);box-shadow:0 0 0 3px #3b82f614;box-shadow:0 0 0 3px var(--color-accent-subtle,#3b82f614)}.listing-url-input::placeholder{color:var(--text-muted)}.address-input{background:var(--bg-primary);background:var(--bg-input,var(--bg-primary));border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .875rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.address-input:focus{border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);box-shadow:0 0 0 3px #3b82f614;box-shadow:0 0 0 3px var(--color-accent-subtle,#3b82f614)}.address-input::placeholder{color:var(--text-muted)}.calculator-layout{grid-gap:2rem;align-items:start;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media (max-width:1024px){.calculator-layout{gap:1.5rem;grid-template-columns:1fr}}.inputs-column,.results-column{min-width:0}.inputs-panel,.results-panel{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-xl);padding:1.75rem;position:relative}.results-panel{position:sticky;top:5rem}.inputs-panel-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.inputs-panel h3,.results-panel h3{color:var(--text-primary);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:0}.reset-link{background:none;border:none;border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:500;padding:.375rem .75rem;transition:all .15s ease}.reset-link:hover{background:var(--color-error-subtle);color:var(--color-error)}.inputs-panel-header-actions{align-items:center;display:flex;gap:.25rem}.preset-manager{position:relative}.preset-trigger{align-items:center;background:none;border:none;border-radius:var(--radius-md);color:var(--text-muted);cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.375rem .75rem;transition:all .15s ease}.preset-trigger:hover{background:var(--color-accent-subtle);color:var(--color-accent)}.preset-menu{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);overflow:hidden;position:absolute;right:0;top:calc(100% + .375rem);width:240px;z-index:100}.preset-menu-header{color:var(--text-muted);font-size:.6875rem;font-weight:600;letter-spacing:.04em;padding:.625rem .75rem .375rem;text-transform:uppercase}.preset-empty{color:var(--text-muted)}.preset-empty,.preset-item{font-size:.8125rem;padding:.5rem .75rem}.preset-item{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-weight:500;justify-content:space-between;text-align:left;transition:background .1s ease;width:100%}.preset-item:hover{background:var(--bg-tertiary)}.preset-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.preset-item-delete{color:var(--text-muted);flex-shrink:0;font-size:1rem;line-height:1;opacity:0;padding:0 .25rem;transition:all .1s ease}.preset-item:hover .preset-item-delete{opacity:1}.preset-item-delete:hover{color:var(--color-error)}.preset-save-btn{align-items:center;background:none;border:none;border-top:1px solid var(--border);color:var(--color-accent);cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;font-weight:500;gap:.375rem;padding:.5rem .75rem;text-align:left;transition:background .1s ease;width:100%}.preset-save-btn:hover{background:var(--color-accent-subtle)}.preset-save-form{align-items:center;border-top:1px solid var(--border);display:flex;gap:.375rem;padding:.5rem .625rem}.preset-name-input{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.75rem;outline:none;padding:.375rem .5rem}.preset-name-input:focus{border-color:var(--color-accent)}.preset-name-input::placeholder{color:var(--text-muted)}.preset-save-confirm{background:var(--color-accent);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:.375rem .625rem;white-space:nowrap}.preset-save-confirm:disabled{cursor:not-allowed;opacity:.4}.input-section{border-bottom:1px solid var(--border);padding-bottom:0}.input-section:last-child{border-bottom:none}.section-toggle{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;justify-content:space-between;padding:1rem 0;width:100%}.section-toggle-label{color:var(--text-secondary);font-size:.8125rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.section-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s ease}.section-chevron.open{transform:rotate(180deg)}.section-content{padding-bottom:1rem}.form-section{margin-bottom:0}.form-group{gap:1rem;justify-content:space-between;margin-bottom:.75rem}.form-group,.form-group label{align-items:center;display:flex}.form-group label{color:var(--text-secondary);flex:1 1;font-size:.875rem;font-weight:500;gap:.25rem;min-width:0}.auto-calc-badge{background:var(--color-accent-subtle);border:1px solid #3b82f633;border-radius:999px;color:var(--color-accent);flex-shrink:0;font-size:.5625rem;font-weight:700;letter-spacing:.04em;padding:.0625rem .3125rem;text-transform:uppercase;white-space:nowrap}.formatted-number-input{align-items:center;display:flex;position:relative}.formatted-number-input input{font-feature-settings:"tnum" 1,"tnum";background:var(--bg-input);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);flex:1 1;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:.875rem;font-variant-numeric:tabular-nums;font-weight:600;max-width:130px;outline:none;padding:.625rem .875rem;text-align:right;transition:all .15s ease}.formatted-number-input input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-subtle)}.formatted-number-input input:hover:not(:focus){border-color:var(--border-hover)}.step-buttons{display:flex;flex-direction:column;margin-left:-1px;opacity:0;transition:opacity .15s ease}.formatted-number-input:focus-within .step-buttons,.formatted-number-input:hover .step-buttons{opacity:1}.step-buttons button{align-items:center;background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;display:flex;font-size:.625rem;height:1.25rem;justify-content:center;margin:1px 0 1px 4px;padding:0;transition:all .15s ease;width:1.5rem}.step-buttons button:hover{background:var(--color-accent-subtle);border-color:var(--color-accent);color:var(--text-primary)}.input-section .form-section h4{border-top:1px solid var(--border);color:var(--text-muted);font-size:.75rem;font-weight:600;letter-spacing:.04em;margin:1.25rem 0 .75rem;padding-top:1rem;text-transform:uppercase}.results-header{align-items:center;display:flex;gap:.625rem;margin-bottom:1.25rem}.results-header h3{margin:0}.live-badge{background:var(--color-success-subtle);border:1px solid #10b98133;border-radius:999px;color:var(--color-success);font-size:.625rem;font-weight:600;letter-spacing:.05em;padding:.125rem .5rem;text-transform:uppercase}.kpi-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr;margin-bottom:1.5rem}.kpi-card{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem;transition:all .15s ease}.kpi-card.positive{background:var(--color-success-subtle);border-color:#10b98133}.kpi-card.negative{background:var(--color-error-subtle);border-color:#ef444433}.kpi-card.warning{background:var(--color-warning-subtle);border-color:#f59e0b33}.kpi-card.neutral{background:var(--bg-tertiary);border-color:var(--border)}.kpi-label{align-items:center;color:var(--text-muted);display:flex;font-size:.75rem;font-weight:500;gap:.25rem;margin-bottom:.375rem}.kpi-value{font-feature-settings:"tnum" 1,"tnum";color:var(--text-primary);font-size:1.75rem;font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:-.03em;line-height:1.1}.kpi-card.positive .kpi-value{color:var(--color-success)}.kpi-card.warning .kpi-value{color:var(--color-warning)}.kpi-card.negative .kpi-value{color:var(--color-error)}[data-theme=dark] .kpi-card.positive .kpi-value{text-shadow:0 0 20px #10b9814d}[data-theme=dark] .kpi-card.warning .kpi-value{text-shadow:0 0 20px #f59e0b4d}[data-theme=dark] .kpi-card.negative .kpi-value{text-shadow:0 0 20px #ef44444d}.detail-sections{display:flex;flex-direction:column;gap:0}.detail-section{border-top:1px solid var(--border)}.detail-toggle{align-items:center;background:none;border:none;color:var(--text-primary);cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;font-weight:600;justify-content:space-between;letter-spacing:-.01em;padding:.875rem 0;width:100%}.detail-toggle:hover{color:var(--color-accent)}.detail-chevron{color:var(--text-muted);flex-shrink:0;transition:transform .2s ease}.detail-chevron.open{transform:rotate(180deg)}.detail-content{padding-bottom:.75rem}.detail-row{align-items:center;display:flex;font-size:.8125rem;justify-content:space-between;padding:.5rem 0}.detail-row span:first-child{color:var(--text-secondary);font-weight:450}.detail-row.highlight-row{border-top:1px dashed var(--border);margin-top:.25rem;padding-top:.625rem}.detail-row.highlight-row span:first-child,.detail-value{color:var(--text-primary);font-weight:600}.detail-value{font-feature-settings:"tnum" 1,"tnum";font-variant-numeric:tabular-nums}.detail-value.positive{color:var(--color-success)}.detail-value.negative{color:var(--color-error)}.no-results{color:var(--text-muted);padding:3rem 1rem;text-align:center}.no-results-icon{color:var(--text-muted);margin-bottom:1rem;opacity:.4}.no-results p{font-size:.875rem;margin:0}.error-message{background:var(--color-error-subtle);border:1px solid #ef444433;color:var(--color-error);margin-top:.5rem;padding:.5rem .75rem}.alert,.error-message{border-radius:var(--radius-md);font-size:.8125rem;font-weight:500}.alert{border:1px solid;margin-bottom:1rem;padding:.875rem 1rem}.alert-destructive{background:var(--color-error-subtle);border-color:#ef444433;color:var(--color-error)}.deal-verdict{border:1px solid var(--border);border-radius:var(--radius-lg);margin-bottom:1rem;padding:.75rem 1rem}.deal-verdict.positive{background:var(--color-success-subtle);border-color:#10b98140}.deal-verdict.warning{background:var(--color-warning-subtle);border-color:#f59e0b40}.deal-verdict.negative{background:var(--color-error-subtle);border-color:#ef444440}.verdict-label{font-size:.8125rem;font-weight:700;letter-spacing:-.01em;margin-bottom:.125rem}.deal-verdict.positive .verdict-label{color:var(--color-success)}.deal-verdict.warning .verdict-label{color:var(--color-warning)}.deal-verdict.negative .verdict-label{color:var(--color-error)}.verdict-desc{color:var(--text-secondary);font-size:.75rem;line-height:1.4}.rule-check-row{align-items:center;display:flex;font-size:.8125rem;justify-content:space-between;padding:.4rem 0}.rule-check-label{align-items:center;color:var(--text-secondary);display:flex;font-weight:500;gap:.375rem}.rule-indicator{align-items:center;border-radius:50%;display:inline-flex;flex-shrink:0;font-size:.6875rem;font-weight:700;height:18px;justify-content:center;width:18px}.rule-indicator.pass{background:var(--color-success-subtle);border:1px solid #10b9814d;color:var(--color-success)}.rule-indicator.fail{background:var(--color-error-subtle);border:1px solid #ef44444d;color:var(--color-error)}.brrrr-explainer{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);font-size:.8125rem;line-height:1.5;margin-bottom:1rem;padding:.75rem}.brrrr-explainer strong{color:var(--text-primary);display:block;font-size:.75rem;font-weight:600;letter-spacing:.02em;margin-bottom:.25rem;text-transform:uppercase}.brrrr-explainer p{color:var(--text-secondary);font-size:.75rem;margin:0}.brrrr-phase-label{border-bottom:1px dashed var(--border);color:var(--text-muted);font-size:.6875rem;font-weight:600;letter-spacing:.06em;margin-bottom:.5rem;margin-top:.75rem;padding-bottom:.375rem;text-transform:uppercase}.brrrr-inline-summary{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);margin-bottom:.75rem;margin-top:.25rem;padding:.5rem .75rem}.brrrr-inline-row{align-items:center;color:var(--text-secondary);display:flex;font-size:.75rem;justify-content:space-between;padding:.25rem 0}.brrrr-inline-row span:last-child{font-feature-settings:"tnum";color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:600}.brrrr-inline-total{border-top:1px dashed var(--border);font-weight:600;margin-top:.25rem;padding-top:.375rem}.brrrr-inline-total span:first-child{color:var(--text-primary);font-weight:600}.brrrr-recovered span:last-child{color:var(--color-success)!important}.input-with-auto{align-items:center;display:flex;gap:.375rem}.auto-calc-btn{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;flex-shrink:0;font-family:inherit;font-size:.6875rem;font-weight:600;padding:.375rem .5rem;transition:all .15s ease;white-space:nowrap}.auto-calc-btn:hover{background:#3b82f614;background:var(--color-accent-subtle,#3b82f614);border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);color:#3b82f6;color:var(--color-accent,#3b82f6)}.cash-recovered-badge{background:var(--color-success-subtle);border:1px solid #10b98133;border-radius:999px;color:var(--color-success);display:inline-block;font-size:.5625rem;font-weight:600;letter-spacing:.03em;margin-left:.375rem;padding:.0625rem .375rem;text-transform:uppercase;vertical-align:middle}@media (max-width:768px){.container{padding:.75rem .5rem 2rem}.toolbar{gap:.5rem}.toolbar-left{flex:none;width:100%}.property-selector-btn{max-width:100%;width:100%}.toolbar-actions{justify-content:flex-end;width:100%}.toolbar-btn{font-size:.75rem;padding:.375rem .625rem}.inputs-panel,.results-panel{border-radius:var(--radius-md);padding:1rem}.results-panel{position:static}.inputs-panel-header{margin-bottom:1rem}.inputs-panel h3,.results-panel h3{font-size:1rem}.kpi-grid{gap:.5rem;grid-template-columns:1fr 1fr}.kpi-card{padding:.75rem}.kpi-value{font-size:1.125rem}.kpi-label{font-size:.625rem}.deal-verdict{padding:.625rem .75rem}.form-group{gap:.5rem}.form-group label,.section-toggle{font-size:.8125rem}.detail-toggle,.section-toggle{padding:.75rem 0}.detail-row,.detail-toggle{font-size:.75rem}.detail-row{padding:.375rem 0}.mode-toggle-wrapper{margin-bottom:.75rem}.preset-trigger{font-size:.75rem;padding:.25rem .5rem}}@media (max-width:480px){.container{padding:.5rem .375rem 1.5rem}.toolbar-actions{flex-wrap:wrap;gap:.375rem}.kpi-grid{grid-template-columns:1fr}.inputs-panel,.results-panel{padding:.75rem}}.calculation-history{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);margin-top:2rem;padding:1.5rem}.calculation-history h3{color:var(--text-primary);font-size:1rem;font-weight:600;margin:0 0 1.25rem}.history-list{display:flex;flex-direction:column;gap:.75rem}.history-item{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);padding:1rem;transition:all .15s ease}.history-item:hover{border-color:var(--border-hover)}.history-item-header{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.75rem}.history-timestamp{color:var(--text-muted);font-size:.8125rem;font-weight:500}.history-actions{display:flex;flex-shrink:0;gap:.5rem}.history-button{border:1px solid;border-radius:var(--radius-sm);cursor:pointer;font-family:inherit;font-size:.6875rem;font-weight:600;letter-spacing:.03em;padding:.25rem .625rem;text-transform:uppercase;transition:all .15s ease}.history-button.load{background:var(--color-success);border-color:var(--color-success);color:#fff}.history-button.delete{background:var(--bg-secondary);border-color:var(--border);color:var(--text-secondary)}.history-button.delete:hover{background:var(--color-error);border-color:var(--color-error);color:#fff}.history-details{display:flex;flex-direction:column;gap:.5rem}.history-row{color:var(--text-secondary);display:flex;font-size:.8125rem;font-weight:500;justify-content:space-between}.modal-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:1000}.modal-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:1rem;border-radius:var(--radius-xl,1rem);box-shadow:var(--shadow-lg);max-width:440px;padding:1.75rem;width:100%}.modal-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.25rem}.modal-header h2{color:var(--text-primary);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:0}.modal-close{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:1.25rem;line-height:1;padding:.25rem;transition:color .1s ease}.modal-close:hover{color:var(--text-primary)}.modal-form{gap:1rem}.modal-field,.modal-form{display:flex;flex-direction:column}.modal-field{gap:.375rem}.modal-field label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.modal-field input,.modal-field textarea{background:var(--bg-primary);background:var(--bg-input,var(--bg-primary));border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease}.modal-field input:focus,.modal-field textarea:focus{border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);box-shadow:0 0 0 3px #3b82f614;box-shadow:0 0 0 3px var(--color-accent-subtle,#3b82f614)}.modal-field input::placeholder,.modal-field textarea::placeholder{color:var(--text-muted)}.modal-actions{display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.modal-btn-secondary{background:#0000;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:500;padding:.5rem 1rem;transition:all .15s ease}.modal-btn-secondary:hover{border-color:var(--border-hover);color:var(--text-primary)}.modal-btn-primary{background:#3b82f6;background:var(--color-accent,#3b82f6);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.5rem 1rem;transition:opacity .15s ease}.modal-btn-primary:hover:not(:disabled){opacity:.9}.modal-btn-primary:disabled{cursor:not-allowed;opacity:.4}.mode-toggle-wrapper{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;gap:0;margin-bottom:1rem;padding:.1875rem}.mode-toggle-btn{background:#0000;border:none;border-radius:calc(var(--radius-md) - 2px);color:var(--text-muted);cursor:pointer;flex:1 1;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.375rem .75rem;transition:all .15s ease}.mode-toggle-btn.active{background:var(--bg-secondary);box-shadow:0 1px 2px #00000014;color:var(--text-primary)}.tax-suggestion{align-items:center;background:#3b82f614;background:var(--color-accent-subtle,#3b82f614);border:1px solid #3b82f633;border-radius:var(--radius-md);color:var(--text-secondary);display:flex;font-size:.75rem;gap:.5rem;margin-top:.5rem;padding:.5rem .75rem}.tax-suggestion-apply{background:#3b82f6;background:var(--color-accent,#3b82f6);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:inherit;font-size:.6875rem;font-weight:600;padding:.1875rem .5rem;transition:opacity .15s ease}.tax-suggestion-apply:hover{opacity:.9}.tax-suggestion-dismiss{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.875rem;line-height:1;padding:0}.tax-suggestion-dismiss:hover{color:var(--text-primary)}.rent-estimate{margin-bottom:.75rem}.rent-estimate-label{color:var(--text-muted);display:block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;margin-bottom:.375rem;text-transform:uppercase}.rent-estimate-chips{display:flex;flex-wrap:wrap;gap:.25rem}.rent-chip{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:999px;color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.6875rem;font-weight:500;padding:.25rem .5rem;transition:all .15s ease}.rent-chip:hover{background:#3b82f614;background:var(--color-accent-subtle,#3b82f614);border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);color:#3b82f6;color:var(--color-accent,#3b82f6)}.autofill-banner{align-items:center;background:var(--color-success-subtle);border:1px solid #10b98133;border-radius:var(--radius-md);display:flex;font-size:.75rem;gap:.75rem;justify-content:space-between;margin-bottom:1rem;padding:.625rem .75rem}.autofill-banner-content{align-items:center;display:flex;gap:.5rem;min-width:0}.autofill-icon{color:var(--color-success);flex-shrink:0}.autofill-text{color:var(--text-secondary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.autofill-banner-actions{align-items:center;display:flex;flex-shrink:0;gap:.375rem}.autofill-apply{background:var(--color-success);border:none;border-radius:var(--radius-sm);color:#fff;cursor:pointer;font-family:inherit;font-size:.6875rem;font-weight:600;padding:.1875rem .5rem;transition:opacity .15s ease}.autofill-apply:hover{opacity:.9}.autofill-dismiss{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.875rem;line-height:1;padding:0}.autofill-dismiss:hover{color:var(--text-primary)}.notes-detail-field{display:flex;flex-direction:column;gap:.375rem;margin-bottom:.75rem}.notes-detail-field:last-child{margin-bottom:0}.notes-detail-field label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.listing-url-row{align-items:center;display:flex;gap:.5rem}.notes-detail-input{background:var(--bg-primary);background:var(--bg-input,var(--bg-primary));border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);flex:1 1;font-family:inherit;font-size:.8125rem;outline:none;padding:.5rem .75rem;transition:border-color .15s ease,box-shadow .15s ease}.notes-detail-input:focus{border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);box-shadow:0 0 0 3px #3b82f614;box-shadow:0 0 0 3px var(--color-accent-subtle,#3b82f614)}.listing-url-link,.notes-detail-input::placeholder{color:var(--text-muted)}.listing-url-link{align-items:center;border-radius:var(--radius-md);display:flex;flex-shrink:0;height:2rem;justify-content:center;transition:all .15s ease;width:2rem}.listing-url-link:hover{background:#3b82f614;background:var(--color-accent-subtle,#3b82f614);color:#3b82f6;color:var(--color-accent,#3b82f6)}.notes-textarea{background:var(--bg-primary);background:var(--bg-input,var(--bg-primary));border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.8125rem;line-height:1.6;min-height:120px;outline:none;padding:.75rem;resize:vertical;transition:border-color .15s ease,box-shadow .15s ease;white-space:pre-wrap;width:100%}.notes-textarea:focus{border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);box-shadow:0 0 0 3px #3b82f614;box-shadow:0 0 0 3px var(--color-accent-subtle,#3b82f614)}.notes-textarea::placeholder{color:var(--text-muted)}.whatif-panel{background:var(--bg-secondary);border:1px solid var(--color-accent);border-radius:var(--radius-xl);margin-bottom:1.25rem;padding:1.25rem 1.5rem}.whatif-header{justify-content:space-between;margin-bottom:1rem}.whatif-header,.whatif-title{align-items:center;display:flex}.whatif-title{color:var(--color-accent);font-size:.875rem;font-weight:700;gap:.5rem;letter-spacing:-.01em}.whatif-actions{align-items:center;display:flex;gap:.375rem}.whatif-btn{background:#0000;border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;font-family:inherit;font-size:.75rem;font-weight:600;padding:.3125rem .625rem;transition:all .15s ease}.whatif-btn:hover{border-color:var(--border-hover);color:var(--text-primary)}.whatif-btn-apply{background:var(--color-accent);border-color:var(--color-accent);color:#fff}.whatif-btn-apply:hover{color:#fff;opacity:.9}.whatif-btn-close{border:none;color:var(--text-muted);font-size:1.125rem;line-height:1;padding:.125rem .375rem}.whatif-btn-close:hover{color:var(--text-primary)}.whatif-fields{grid-gap:.5rem 1.5rem;display:grid;gap:.5rem 1.5rem;grid-template-columns:1fr 1fr}.whatif-fields .form-group{margin-bottom:0}.whatif-delta{border-radius:999px;font-size:.5625rem;font-weight:600;margin-left:.375rem;padding:.0625rem .3125rem;vertical-align:middle}.whatif-delta.positive{background:var(--color-success-subtle);color:var(--color-success)}.whatif-delta.negative{background:var(--color-error-subtle);color:var(--color-error)}@media (max-width:768px){.whatif-fields{grid-template-columns:1fr}}.shared-error,.shared-loading{color:var(--text-muted);padding:4rem 1rem;text-align:center}.shared-error h2{color:var(--text-primary);margin-bottom:.5rem}.shared-header{margin-bottom:1.5rem}.shared-title{color:var(--text-primary);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .375rem}.shared-meta{align-items:center;display:flex;flex-wrap:wrap;gap:.625rem}.shared-name{color:var(--text-muted);font-size:.8125rem}.shared-mode-badge{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);font-size:.625rem;font-weight:700;letter-spacing:.05em;padding:.125rem .4375rem;text-transform:uppercase}.shared-listing-link{align-items:center;color:var(--color-accent);display:inline-flex;font-size:.75rem;font-weight:600;gap:.3rem;text-decoration:none;transition:opacity .15s ease}.shared-listing-link:hover{opacity:.8;text-decoration:underline}.shared-section{border-top:1px solid var(--border);margin-top:.75rem;padding-top:.75rem}.shared-section:first-child{border-top:none;margin-top:0;padding-top:0}.shared-section-title{color:var(--text-muted);font-size:.6875rem;font-weight:700;letter-spacing:.05em;margin-bottom:.375rem;text-transform:uppercase}.shared-notes{background:var(--bg-tertiary);border-radius:var(--radius-md);color:var(--text-secondary);font-size:.8125rem;line-height:1.6;padding:.75rem;white-space:pre-wrap}.viz-container{margin-top:2rem}.viz-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr 1fr}.viz-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);display:flex;flex-direction:column;padding:1.5rem}.viz-card-header{margin-bottom:1.25rem}.viz-card-header h4{color:var(--text-primary);font-size:1.125rem;font-weight:700;letter-spacing:-.02em;margin:0}.viz-card-desc{color:var(--text-muted);font-size:.75rem;margin:.25rem 0 0}.viz-chart-area{flex:1 1;min-height:280px}.viz-donut-area{position:relative}.viz-donut-center{left:50%;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-55%)}.viz-center-value{color:var(--color-success);font-size:1.75rem;font-weight:800;letter-spacing:-.03em;line-height:1}.viz-center-value.neg{color:var(--color-error)}.viz-center-label{color:var(--text-muted);font-size:.6875rem;font-weight:600;letter-spacing:.05em;margin-top:.25rem;text-transform:uppercase}.viz-waterfall-legend{border-top:1px solid var(--border);display:flex;gap:1rem;justify-content:center;margin-top:1rem;padding-top:1rem}.viz-legend-chip{align-items:center;color:var(--text-muted);display:flex;font-size:.6875rem;font-weight:500;gap:.375rem}.viz-legend-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.viz-alloc-legend{border-top:1px solid var(--border);display:flex;flex-direction:column;gap:0;margin-top:1rem;padding-top:1rem}.viz-alloc-row{align-items:center;border-radius:var(--radius-sm);cursor:default;display:flex;gap:.5rem;padding:.375rem .5rem;transition:background .15s ease}.viz-alloc-row.active,.viz-alloc-row:hover{background:var(--bg-tertiary)}.viz-alloc-label{color:var(--text-secondary);flex:1 1;font-size:.8125rem;font-weight:450}.viz-alloc-amt{font-feature-settings:"tnum";color:var(--text-primary);font-size:.8125rem;font-variant-numeric:tabular-nums;font-weight:600}.viz-alloc-pct{font-feature-settings:"tnum";color:var(--text-muted);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:600;min-width:36px;text-align:right}.viz-tooltip{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);min-width:120px;padding:.625rem .75rem}.viz-tooltip-name{color:var(--text-muted);font-size:.6875rem;font-weight:600;letter-spacing:.04em;margin-bottom:.25rem;text-transform:uppercase}.viz-tooltip-amount{font-feature-settings:"tnum";color:var(--text-primary);font-size:.9375rem;font-variant-numeric:tabular-nums;font-weight:700}.viz-tooltip-amount.pos{color:var(--color-success)}.viz-tooltip-amount.neg{color:var(--color-error)}.viz-tooltip-period{font-weight:400;margin-left:.125rem}.viz-tooltip-detail,.viz-tooltip-period{color:var(--text-muted);font-size:.6875rem}.viz-tooltip-detail{font-weight:500;margin-top:.125rem}@media (max-width:768px){.viz-grid{gap:1rem;grid-template-columns:1fr}.viz-card{padding:1.25rem}.viz-card-header h4{font-size:1rem}.viz-center-value{font-size:1.375rem}}@media (max-width:480px){.viz-waterfall-legend{flex-wrap:wrap;gap:.625rem}.viz-card{padding:1rem}.viz-chart-area{min-height:240px}}.properties-page{margin:0 auto;max-width:1280px;padding:2rem 1.5rem}.properties-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1.5rem}.properties-header h1{color:var(--text-primary);font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .25rem}.properties-header p{color:var(--text-muted);font-size:.8125rem;margin:0}.properties-header-actions{align-items:center;display:flex;gap:.5rem}.new-analysis-btn{align-items:center;background:#3b82f6;background:var(--color-accent,#3b82f6);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;font-weight:600;gap:.375rem;padding:.5rem .875rem;transition:opacity .15s ease;white-space:nowrap}.new-analysis-btn:hover{opacity:.9}.compare-btn{align-items:center;background:var(--bg-secondary);border:1px solid var(--color-accent);border-radius:var(--radius-md);color:var(--color-accent);cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;font-weight:600;gap:.375rem;padding:.5rem .875rem;transition:all .15s ease;white-space:nowrap}.compare-btn:hover{background:var(--color-accent-subtle)}.properties-loading{color:var(--text-muted);font-size:.875rem;padding:4rem 1rem;text-align:center}.list-controls{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.search-wrapper{flex:1 1;max-width:360px;position:relative}.search-icon{color:var(--text-muted);left:.75rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%)}.search-input{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-primary);font-family:inherit;font-size:.8125rem;outline:none;padding:.5rem .75rem .5rem 2.25rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.search-input:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px var(--color-accent-subtle)}.search-clear,.search-input::placeholder{color:var(--text-muted)}.search-clear{background:none;border:none;cursor:pointer;font-size:1rem;line-height:1;padding:0 .25rem;position:absolute;right:.5rem;top:50%;transform:translateY(-50%)}.search-clear:hover{color:var(--text-primary)}.list-result-count{font-feature-settings:"tnum";color:var(--text-muted);font-size:.75rem;font-variant-numeric:tabular-nums;white-space:nowrap}.table-container{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden}.properties-table{border-collapse:collapse;font-size:.8125rem;width:100%}.properties-table thead{background:var(--bg-tertiary)}.properties-table th{border-bottom:1px solid var(--border);color:var(--text-muted);font-size:.6875rem;font-weight:600;letter-spacing:.04em;padding:.625rem .75rem;text-align:left;text-transform:uppercase;-webkit-user-select:none;user-select:none;white-space:nowrap}.th-sortable{cursor:pointer;transition:color .15s ease}.th-sortable:hover{color:var(--text-primary)}.th-active{color:var(--color-accent)!important}.th-label{align-items:center;display:inline-flex;gap:.25rem}.sort-arrow{flex-shrink:0}.th-capRate,.th-cashFlow,.th-coc,.th-monthlyRent,.th-purchasePrice{text-align:right}.th-actions{width:140px}.properties-table tbody tr{border-bottom:1px solid var(--border);cursor:pointer;transition:background .1s ease}.properties-table tbody tr:last-child{border-bottom:none}.properties-table tbody tr:hover{background:var(--bg-primary)}.table-row-selected{background:var(--color-accent-subtle)!important}.properties-table td{padding:.625rem .75rem;vertical-align:middle}.table-empty{color:var(--text-muted);font-size:.875rem;padding:2.5rem 1rem!important;text-align:center}.td-property{max-width:240px;min-width:0}.td-property-address{color:var(--text-primary);font-size:.8125rem;font-weight:600;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-property-sub{align-items:center;display:flex;gap:.5rem;margin-top:.125rem}.td-property-name{color:var(--text-muted);font-size:.6875rem;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.td-listing-link{align-items:center;color:var(--color-accent);display:inline-flex;font-size:.625rem;font-weight:600;gap:.2rem;text-decoration:none;transition:opacity .15s ease;white-space:nowrap}.td-listing-link:hover{opacity:.8;text-decoration:underline}.td-number{font-feature-settings:"tnum" 1,"tnum";color:var(--text-primary);font-variant-numeric:tabular-nums;font-weight:600;text-align:right;white-space:nowrap}.td-period{color:var(--text-muted);font-size:.625rem;font-weight:400;margin-left:.125rem}.td-metric-positive{color:var(--color-success)}.td-metric-warning{color:var(--color-warning)}.td-metric-negative{color:var(--color-error)}.td-type{text-align:center}.mode-badge{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);display:inline-block;font-size:.5625rem;font-weight:700;letter-spacing:.06em;padding:.125rem .375rem;text-transform:uppercase}.mode-badge.mode-str{background:#8b5cf614;border-color:#8b5cf640;color:#8b5cf6}.mode-badge.mode-brrrr{background:#f59e0b14;border-color:#f59e0b40;color:#f59e0b}.td-date{font-feature-settings:"tnum";color:var(--text-muted);font-size:.75rem;font-variant-numeric:tabular-nums}.td-actions,.td-date{white-space:nowrap}.action-btn{align-items:center;background:#0000;border:1px solid #0000;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;display:inline-flex;height:1.5rem;justify-content:center;margin-left:.125rem;padding:0;transition:all .15s ease;width:1.5rem}.action-btn:first-child{margin-left:0}.action-btn:hover{background:var(--bg-tertiary);border-color:var(--border);color:var(--text-primary)}.action-btn-delete:hover{background:#ef444414;background:var(--color-error-subtle,#ef444414);border-color:#ef44444d;color:var(--color-error)}.action-btn-compare-active{background:var(--color-accent-subtle)!important;border-color:var(--color-accent)!important;color:var(--color-accent)!important}.export-wrapper{display:inline-flex;position:relative}.export-dropdown{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);bottom:calc(100% + .375rem);box-shadow:var(--shadow-lg);min-width:80px;overflow:hidden;position:absolute;right:0;z-index:50}.export-dropdown button{background:none;border:none;color:var(--text-primary);cursor:pointer;display:block;font-family:inherit;font-size:.75rem;font-weight:500;padding:.375rem .75rem;text-align:left;transition:background .1s ease;width:100%}.export-dropdown button:hover{background:var(--bg-tertiary)}.properties-empty{color:var(--text-muted);padding:4rem 1rem;text-align:center}.properties-empty-icon{margin-bottom:1rem;opacity:.3}.properties-empty p{color:var(--text-secondary);font-size:1rem;font-weight:600;margin:0 0 .375rem}.properties-empty-hint{color:var(--text-muted);display:block;font-size:.8125rem;margin-bottom:1.5rem}.properties-empty button{background:#3b82f6;background:var(--color-accent,#3b82f6);border:none;border-radius:var(--radius-md);color:#fff;cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.5rem 1rem;transition:opacity .15s ease}.properties-empty button:hover{opacity:.9}.compare-backdrop{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;display:flex;inset:0;justify-content:center;padding:1.5rem;position:fixed;z-index:1000}.compare-modal{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);display:flex;flex-direction:column;max-height:85vh;max-width:820px;width:100%}.compare-header{align-items:center;border-bottom:1px solid var(--border);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem 1.25rem}.compare-header h2{color:var(--text-primary);font-size:1rem;font-weight:700;letter-spacing:-.02em;margin:0}.compare-close{background:none;border:none;border-radius:var(--radius-sm);color:var(--text-muted);cursor:pointer;font-size:1.375rem;line-height:1;padding:.25rem;transition:color .1s ease}.compare-close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.compare-scroll{overflow:auto;padding:0 1.25rem 1.25rem}.compare-properties-bar{background:var(--bg-primary);border-bottom:1px solid var(--border);display:flex;gap:.75rem;padding:1rem 0;position:sticky;top:0;z-index:1}.compare-prop-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);flex:1 1;min-width:0;padding:.75rem}.compare-prop-address{color:var(--text-primary);font-size:.8125rem;font-weight:600;letter-spacing:-.01em}.compare-prop-address,.compare-prop-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.compare-prop-name{color:var(--text-muted);font-size:.6875rem;margin-top:.125rem}.compare-prop-meta{align-items:center;display:flex;gap:.5rem;margin-top:.375rem}.compare-prop-price{font-feature-settings:"tnum";color:var(--text-primary);font-size:.75rem;font-variant-numeric:tabular-nums;font-weight:700}.compare-prop-mode{background:var(--bg-tertiary);border:1px solid var(--border);border-radius:999px;color:var(--text-muted);font-size:.5625rem;font-weight:600;letter-spacing:.04em;padding:.0625rem .3125rem;text-transform:uppercase}.compare-section{padding-top:.75rem}.compare-section-title{border-bottom:1px solid var(--border);color:var(--text-muted);font-size:.625rem;font-weight:700;letter-spacing:.05em;margin-bottom:.125rem;padding-bottom:.5rem;text-transform:uppercase}.compare-metric-row{align-items:center;border-bottom:1px solid var(--border);display:flex;gap:.5rem;padding:.4375rem 0}.compare-metric-row:last-child{border-bottom:none}.compare-metric-label{color:var(--text-secondary);flex:0 0 140px;font-size:.75rem;font-weight:450}.compare-metric-values{display:flex;flex:1 1;gap:.75rem}.compare-metric-val{font-feature-settings:"tnum" 1,"tnum";color:var(--text-primary);flex:1 1;font-size:.8125rem;font-variant-numeric:tabular-nums;font-weight:600;text-align:right;white-space:nowrap}.compare-best{font-weight:700}.compare-positive{color:var(--color-success)}.compare-warning{color:var(--color-warning)}.compare-negative{color:var(--color-error)}.compare-best-badge{background:var(--color-success-subtle);border:1px solid #10b98133;border-radius:999px;color:var(--color-success);display:inline-block;font-size:.5rem;font-weight:700;letter-spacing:.05em;margin-left:.25rem;padding:0 .25rem;text-transform:uppercase;vertical-align:middle}.compare-notes-row{display:flex;gap:.75rem;padding-top:.5rem}.compare-note-cell{flex:1 1;min-width:0}.compare-note-text{background:var(--bg-secondary);border:1px solid var(--border);border-radius:var(--radius-md);color:var(--text-secondary);line-height:1.5;white-space:pre-wrap;word-break:break-word}.compare-note-empty,.compare-note-text{font-size:.75rem;margin:0;padding:.5rem .625rem}.compare-note-empty{color:var(--text-muted);font-style:italic}@media (max-width:1024px){.table-container{-webkit-overflow-scrolling:touch;overflow-x:auto}.properties-table{min-width:860px}}@media (max-width:768px){.properties-page{padding:1.25rem .75rem}.properties-header h1{font-size:1.25rem}.list-controls{align-items:stretch;flex-direction:column}.search-wrapper{max-width:none}.list-result-count{text-align:right}.compare-backdrop{padding:.75rem}.compare-modal{max-height:90vh;max-width:100%}.compare-scroll{padding:0 .75rem .75rem}.compare-properties-bar{flex-direction:column;gap:.5rem}.compare-prop-card{padding:.625rem}.compare-metric-row{flex-wrap:wrap}.compare-metric-label{flex:0 0 100%;font-size:.6875rem;margin-bottom:-.125rem}.compare-metric-values{flex:0 0 100%}.compare-notes-row{flex-direction:column;gap:.5rem}}@media (max-width:640px){.properties-page{padding:1rem .5rem}.properties-header{flex-direction:column;gap:.75rem}.properties-header-actions{justify-content:flex-end;width:100%}.compare-btn,.new-analysis-btn{font-size:.75rem;padding:.4375rem .75rem}.properties-table{min-width:780px}.properties-table td,.properties-table th{font-size:.75rem;padding:.5rem}.td-property-address{font-size:.75rem}.action-btn{height:1.375rem;width:1.375rem}.action-btn svg{height:11px;width:11px}}.auth-page{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 3.5rem);padding:2rem 1rem}.auth-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:1rem;border-radius:var(--radius-xl,1rem);max-width:440px;padding:2rem;width:100%}.auth-header{margin-bottom:1.5rem}.auth-header h1{color:var(--text-primary);font-size:1.375rem;font-weight:700;letter-spacing:-.02em;margin:0 0 .375rem}.auth-header p{color:var(--text-muted);font-size:.875rem;margin:0}.auth-error{background:#ef444414;background:var(--color-error-subtle,#ef444414);border:1px solid #ef444433;border-radius:.5rem;border-radius:var(--radius-md,.5rem);color:#ef4444;color:var(--color-error,#ef4444);font-size:.8125rem;font-weight:500;margin-bottom:1rem;padding:.625rem .875rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.auth-row{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:1fr 1fr}.auth-field{display:flex;flex-direction:column;gap:.375rem;min-width:0}.auth-field label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.auth-field input{background:var(--bg-primary);background:var(--bg-input,var(--bg-primary));border:1px solid var(--border);border-radius:.5rem;border-radius:var(--radius-md,.5rem);box-sizing:border-box;color:var(--text-primary);font-family:inherit;font-size:.875rem;outline:none;padding:.625rem .75rem;transition:border-color .15s ease,box-shadow .15s ease;width:100%}.auth-field-password{position:relative}.auth-field-password input{padding-right:2.75rem}.auth-password-toggle{align-items:center;background:none;border:none;bottom:.5rem;color:var(--text-muted);cursor:pointer;display:flex;padding:.125rem .25rem;position:absolute;right:.5rem;transition:color .15s ease}.auth-password-toggle:hover{color:var(--text-primary)}.auth-field input:focus{border-color:#3b82f6;border-color:var(--color-accent,#3b82f6);box-shadow:0 0 0 3px #3b82f614;box-shadow:0 0 0 3px var(--color-accent-subtle,#3b82f614)}.auth-field input::placeholder{color:var(--text-muted)}.auth-submit{background:#3b82f6;background:var(--color-accent,#3b82f6);border:none;border-radius:.5rem;border-radius:var(--radius-md,.5rem);color:#fff;cursor:pointer;font-family:inherit;font-size:.875rem;font-weight:600;margin-top:.5rem;padding:.625rem 1rem;transition:opacity .15s ease}.auth-submit:hover:not(:disabled){opacity:.9}.auth-submit:disabled{cursor:not-allowed;opacity:.5}.auth-footer{color:var(--text-muted);font-size:.8125rem;margin-top:1.25rem;text-align:center}.auth-footer a{color:#3b82f6;color:var(--color-accent,#3b82f6);font-weight:500;text-decoration:none}.auth-footer a:hover{text-decoration:underline}.auth-forgot{margin-top:-.25rem;text-align:right}.auth-forgot a{color:#3b82f6;color:var(--color-accent,#3b82f6);font-size:.8125rem;font-weight:500;text-decoration:none}.auth-forgot a:hover{text-decoration:underline}.auth-success{background:#22c55e14;background:var(--color-success-subtle,#22c55e14);border:1px solid #22c55e33;border-radius:.5rem;border-radius:var(--radius-md,.5rem);color:#22c55e;color:var(--color-success,#22c55e);font-size:.8125rem;font-weight:500;margin-bottom:1rem;padding:.625rem .875rem}.auth-success a{color:#3b82f6;color:var(--color-accent,#3b82f6);font-weight:600;text-decoration:none}.auth-success a:hover{text-decoration:underline}@media (max-width:480px){.auth-card{padding:1.5rem}.auth-row{grid-template-columns:1fr}}.account-page{display:flex;justify-content:center;padding:3rem 1.5rem}.account-card{background:var(--bg-secondary);border:1px solid var(--border);border-radius:1rem;border-radius:var(--radius-xl,1rem);display:flex;flex-direction:column;gap:1.5rem;max-width:480px;padding:2rem;width:100%}.account-header{align-items:center;display:flex;gap:1rem}.account-avatar{align-items:center;background:var(--gradient-primary);border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1rem;font-weight:700;height:3.25rem;justify-content:center;letter-spacing:.02em;width:3.25rem}.account-header-info{min-width:0}.account-name{color:var(--text-primary);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin:0}.account-email{color:var(--text-muted);font-size:.8125rem;margin:.125rem 0 0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.account-section{display:flex;flex-direction:column;gap:0}.account-section-title{color:var(--text-muted);font-size:.6875rem;font-weight:600;letter-spacing:.06em;margin:0 0 .75rem;text-transform:uppercase}.account-fields{background:var(--bg-primary);border:1px solid var(--border);border-radius:var(--radius-md);display:flex;flex-direction:column;gap:0;overflow:hidden}.account-row{align-items:center;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:.75rem 1rem}.account-row:last-child{border-bottom:none}.account-label{color:var(--text-secondary);font-size:.8125rem;font-weight:500}.account-value{color:var(--text-primary);font-size:.8125rem;font-weight:600;text-align:right}.plan-badge{border-radius:999px;font-size:.6875rem;font-weight:600;letter-spacing:.04em;padding:.125rem .5rem;text-transform:uppercase}.plan-badge.premium{background:#10b98114;background:var(--color-success-subtle,#10b98114);border:1px solid #10b98133;color:var(--color-success)}.plan-badge.free{background:var(--bg-tertiary);border:1px solid var(--border);color:var(--text-muted)}.account-actions{padding-top:.5rem}.account-logout{background:#0000;border:1px solid #ef444440;border-radius:var(--radius-md);color:#ef4444;color:var(--color-error,#ef4444);cursor:pointer;font-family:inherit;font-size:.8125rem;font-weight:600;padding:.625rem 1rem;transition:all .15s ease;width:100%}.account-logout:hover{background:#ef444414;background:var(--color-error-subtle,#ef444414);border-color:#ef444466}@media (max-width:480px){.account-page{padding:2rem 1rem}.account-card{padding:1.5rem}}.auth-modal-card{max-width:480px}.auth-modal-tabs{border-bottom:1px solid var(--border);display:flex;margin-bottom:1.5rem}.auth-modal-tab{background:none;border:none;border-bottom:2px solid #0000;color:var(--text-muted);cursor:pointer;flex:1 1;font-family:inherit;font-size:.875rem;font-weight:500;padding:.625rem 1rem;transition:color .15s ease,border-color .15s ease}.auth-modal-tab:hover{color:var(--text-primary)}.auth-modal-tab.active{border-bottom-color:#3b82f6;border-bottom-color:var(--color-accent,#3b82f6);color:#3b82f6;color:var(--color-accent,#3b82f6)}:root{--bg-primary:#fff;--bg-secondary:#f9fafb;--bg-tertiary:#f3f4f6;--bg-input:#fff;--text-primary:#111827;--text-secondary:#6b7280;--text-muted:#9ca3af;--border:#e5e7eb;--border-hover:#d1d5db;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000012,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000a;--radius-sm:0.375rem;--radius-md:0.5rem;--radius-lg:0.75rem;--radius-xl:1rem;--color-accent:#3b82f6;--color-accent-subtle:#3b82f614;--color-success:#10b981;--color-success-subtle:#10b98114;--color-error:#ef4444;--color-error-subtle:#ef444414;--color-warning:#f59e0b;--color-warning-subtle:#f59e0b14;--gradient-primary:linear-gradient(135deg,#667eea,#764ba2);--gradient-accent:linear-gradient(135deg,#f093fb,#f5576c);--color-primary:#3b82f6;--color-primary-hover:#2563eb}[data-theme=dark]{--bg-primary:#0a0a0b;--bg-secondary:#141416;--bg-tertiary:#1c1c1f;--bg-input:#18181b;--text-primary:#fafafa;--text-secondary:#a1a1aa;--text-muted:#71717a;--border:#27272a;--border-hover:#3f3f46;--shadow-sm:0 1px 2px 0 #0003;--shadow-md:0 4px 6px -1px #0000004d,0 2px 4px -2px #0003;--shadow-lg:0 10px 25px -5px #0006,0 8px 10px -6px #0000004d;--color-accent-subtle:#3b82f61a;--color-success-subtle:#10b9811a;--color-error-subtle:#ef44441a;--color-warning:#f59e0b;--color-warning-subtle:#f59e0b1f}*{box-sizing:border-box}.app-layout{display:flex;flex-direction:column;min-height:100vh}.app-main{flex:1 1}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;background:var(--bg-primary);color:#111827;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;margin:0;padding:0;transition:background-color .2s ease,color .2s ease}.global-loading-overlay{align-items:center;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.global-spinner{display:inline-block;height:64px;position:relative;width:64px}.global-spinner-inner{animation:global-spinner 1.2s linear infinite;border:3px solid #e5e7eb;border-color:#e5e7eb #0000 #111827;border-color:var(--border) #0000 var(--text-primary) #0000;border-radius:50%;border-style:solid;border-width:3px;height:48px;margin:8px;position:absolute;width:48px}@keyframes global-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.toast-container{bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;pointer-events:none;position:fixed;right:1.5rem;z-index:9999}.toast{align-items:center;animation:toast-slide-in .2s ease-out;background:#f9fafb;background:var(--bg-secondary);border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:.5rem;border-radius:var(--radius-md);box-shadow:0 10px 25px -5px #00000014,0 8px 10px -6px #0000000a;box-shadow:var(--shadow-lg);color:#111827;color:var(--text-primary);display:flex;font-size:.8125rem;font-weight:500;gap:.5rem;padding:.625rem .875rem;pointer-events:auto}.toast-success{border-color:#10b9814d;color:#10b981;color:var(--color-success)}.toast-error{border-color:#ef44444d;color:#ef4444;color:var(--color-error)}.toast-message{flex:1 1}.toast-close{background:none;border:none;color:#9ca3af;color:var(--text-muted);cursor:pointer;font-size:1rem;line-height:1;padding:0}@keyframes toast-slide-in{0%{opacity:0;transform:translateY(.5rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.toast-container{bottom:1rem;left:1rem;right:1rem}}
/*# sourceMappingURL=main.f1b1bb37.css.map*/