.login-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.login-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.login-card h1{color:#667eea;font-size:2rem;margin-bottom:.5rem;text-align:center}.login-card h2{color:#333;font-size:1.25rem;margin-bottom:2rem;text-align:center;font-weight:500}.login-card button{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.login-card button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.login-card button:disabled{opacity:.6;cursor:not-allowed}.reset-link{margin-top:1rem;text-align:center}.link-button{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9rem;text-decoration:underline;padding:0;margin:0;transition:color .2s;width:auto;font-weight:400;display:inline-block}.link-button:visited{color:#667eea}.password-reset{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.password-reset h3{color:#333;font-size:1.1rem;margin-bottom:1rem;text-align:center}.success-message{background-color:#e8f5e9;color:#2e7d32;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.cancel-button{margin-left:.5rem;display:inline-block}.user-properties-container{padding:20px}.user-properties-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.user-properties-content{display:grid;grid-template-columns:1fr 2fr;gap:20px}.properties-list{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.property-cards{display:flex;flex-direction:column;gap:12px}.property-card{border:2px solid #e0e0e0;border-radius:8px;padding:16px;cursor:pointer;transition:all .2s}.property-card:hover{border-color:#007bff;box-shadow:0 2px 8px #007bff33}.property-card.selected{border-color:#007bff;background-color:#f0f8ff}.property-card-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:12px}.property-card-header h4{margin:0;font-size:16px;color:#333}.property-card-body{font-size:14px}.property-info{display:flex;flex-direction:column;gap:8px;color:#666}.property-detail{background:#fff;border-radius:8px;padding:20px;box-shadow:0 2px 4px #0000001a}.detail-section{margin-top:20px}.detail-section h4{margin-bottom:12px;display:flex;justify-content:space-between;align-items:center}.repairs-list{display:flex;flex-direction:column;gap:12px;margin-top:16px}.repair-card{border:1px solid #e0e0e0;border-radius:8px;padding:16px;background:#f9f9f9}.repair-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.repair-header h5{margin:0;font-size:16px}.repair-date{color:#666;font-size:14px}.repair-body{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#555}.empty-state{text-align:center;color:#999;padding:40px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background:#fff;border-radius:8px;padding:24px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto}.modal h3{margin-top:0;margin-bottom:20px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;font-weight:500;color:#333}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:4px;font-size:14px;box-sizing:border-box}.form-group textarea{resize:vertical}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.btn-primary,.btn-secondary,.btn-delete{padding:10px 20px;border:none;border-radius:4px;cursor:pointer;font-size:14px;transition:all .2s}.btn-primary{background:#007bff;color:#fff}.btn-primary:hover{background:#0056b3}.btn-secondary{background:#6c757d;color:#fff}.btn-secondary:hover{background:#5a6268}.btn-delete{background:#dc3545;color:#fff;padding:6px 12px;font-size:12px}.btn-delete:hover{background:#c82333}.error{background:#f8d7da;color:#721c24;padding:12px;border-radius:4px;margin-bottom:16px}.loading{text-align:center;padding:40px;color:#666}.risk-score-calculator{max-width:1200px;margin:0 auto;padding:2.5rem;background:#fff;min-height:100vh}.input-section{background:#fff;padding:2rem;border-radius:12px}.section-title{font-size:2rem;font-weight:700;color:#1e293b;margin-bottom:2rem;text-align:center}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;color:#334155;margin-bottom:.5rem;display:flex;align-items:center;gap:.25rem}.tooltip-icon{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#e2e8f0;color:#64748b;font-size:12px;cursor:help;font-weight:400}.form-group input,.form-group select{padding:.75rem;border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-section{margin-bottom:2rem;padding:1.5rem;background:#f8fafc;border-radius:8px}.form-section-title{font-size:1.25rem;font-weight:600;color:#1e293b;margin-bottom:1rem}.checkbox-group{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:6px;transition:background-color .2s}.checkbox-label:hover{background:#e2e8f0}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer}.keyword-input-group{display:flex;gap:.5rem;margin-bottom:1rem}.keyword-input-group input{flex:1;padding:.75rem;border:1px solid #cbd5e1;border-radius:8px}.btn-add-keyword{padding:.75rem 1.5rem;background:#2563eb;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:background-color .2s}.btn-add-keyword:hover{background:#1d4ed8}.keyword-list{display:flex;flex-wrap:wrap;gap:.5rem}.keyword-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fef3c7;color:#92400e;border-radius:20px;font-size:.875rem}.keyword-remove{background:none;border:none;color:#92400e;cursor:pointer;font-size:1.25rem;line-height:1;padding:0;width:20px;height:20px;display:flex;align-items:center;justify-content:center}.keyword-remove:hover{background:#92400e1a;border-radius:50%}.btn-calculate{width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:600;margin-top:2rem}.loading-section{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;padding:3rem}.loading-animation{text-align:center;margin-bottom:3rem}.loading-animation h2{font-size:1.75rem;color:#1e293b;margin:1.5rem 0 .5rem}.loading-animation p{color:#64748b;font-size:1rem}.spinner-large{width:80px;height:80px;margin:0 auto;border:6px solid #e5e7eb;border-top-color:#2563eb;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.progress-bars{width:100%;max-width:600px}.progress-item{margin-bottom:1.5rem}.progress-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem;display:flex;justify-content:space-between}.progress-value{font-size:.875rem;font-weight:600;color:#2563eb}.progress-bar{width:100%;height:24px;background:#e5e7eb;border-radius:12px;overflow:hidden;position:relative}.progress-fill{height:100%;background:linear-gradient(90deg,#2563eb,#3b82f6);transition:width .3s ease;border-radius:12px}.result-section{padding:2.5rem 2rem}.score-card{background:#fff;border:3px solid;border-radius:16px;padding:2.5rem;margin-bottom:3rem;text-align:center}.score-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.score-header h2{font-size:1.5rem;color:#111;margin:0;font-weight:600}.score-grade{font-size:3rem;font-weight:700;color:#64748b}.score-circle-container{display:flex;justify-content:center;margin:2rem 0}.score-circle{position:relative;width:280px;height:280px}.score-circle-svg{width:100%;height:100%}.score-value{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:4rem;font-weight:700;color:#000}.score-label{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);font-size:1.25rem;color:#64748b;margin-top:1rem}.radar-section{background:#f8fafc;padding:2rem;border-radius:12px;margin-bottom:2rem}.radar-with-scores{display:grid;grid-template-columns:2fr 1fr;gap:2rem;align-items:start}.component-scores-list{display:flex;flex-direction:column;gap:1rem;padding:1rem;background:#fff;border-radius:8px}.component-score-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;border-bottom:1px solid #e2e8f0}.component-score-item:last-child{border-bottom:none}.component-name{font-size:.875rem;color:#111;font-weight:500}.component-value{font-size:1.25rem;font-weight:700;color:#000}.section-subtitle{font-size:1.5rem;font-weight:600;color:#111;margin-bottom:1.5rem;text-align:center}.btn-score-details{margin-top:1.5rem;padding:.75rem 1.5rem;background:transparent;color:#2563eb;border:1px solid #2563eb;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;font-size:.875rem}.btn-score-details:hover{background:#eff6ff;border-color:#1d4ed8;color:#1d4ed8}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:80vh;overflow-y:auto;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:1.5rem;font-weight:600;color:#111;margin:0}.modal-close{background:none;border:none;font-size:2rem;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;line-height:1;transition:color .2s}.modal-close:hover{color:#1e293b}.modal-body{padding:1.5rem}.score-explanation{font-size:1rem;color:#111;margin-bottom:1.5rem;line-height:1.6}.score-explanation-list{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.explanation-item{padding:1rem;background:#f8fafc;border-radius:8px;display:flex;flex-direction:column;gap:.5rem}.explanation-item strong{font-size:1.125rem;color:#000;font-weight:600}.explanation-desc{font-size:.875rem;color:#111;line-height:1.5}.explanation-weight{font-size:.75rem;color:#64748b;font-weight:500}.score-disclaimer{font-size:.75rem;color:#64748b;margin-top:1rem;padding-top:1rem;border-top:1px solid #e2e8f0}.factors-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;border:1px solid #e2e8f0}.factors-list{display:flex;flex-direction:column;gap:1.5rem}.factor-item{padding:1.5rem;background:#f8fafc;border-radius:8px}.factor-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem}.factor-name{font-weight:600;color:#111;font-size:1.125rem}.factor-weight{font-size:.875rem;color:#64748b;background:#e2e8f0;padding:.25rem .75rem;border-radius:12px}.factor-bar{width:100%;height:8px;background:#e5e7eb;border-radius:4px;overflow:hidden;margin-bottom:.75rem}.factor-bar-fill{height:100%;background:linear-gradient(90deg,#f59e0b,#ef4444);border-radius:4px;transition:width .3s ease}.factor-description{font-size:.875rem;color:#64748b}.cost-section{background:#f8fafc;padding:2rem;border-radius:12px;margin-bottom:2rem}.cost-range-visualization{display:flex;flex-direction:column;gap:1.5rem}.cost-range-bar{display:flex;width:100%;height:60px;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.cost-range-p50{background:linear-gradient(135deg,#3b82f6,#2563eb);display:flex;align-items:center;justify-content:center;position:relative;min-width:120px}.cost-range-label-p50{color:#fff;font-weight:600;font-size:.875rem;white-space:nowrap;padding:0 .5rem}.cost-range-p90{background:linear-gradient(135deg,#ef4444,#dc2626);display:flex;align-items:center;justify-content:flex-end;padding-right:1rem;position:relative}.cost-range-label-p90{color:#fff;font-weight:600;font-size:.875rem;white-space:nowrap}.cost-range-explanation{display:flex;flex-direction:column;gap:.75rem}.cost-range-item{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#111}.cost-range-dot{width:12px;height:12px;border-radius:50%;flex-shrink:0}.cost-range-dot-p50{background:#2563eb}.cost-range-dot-p90{background:#ef4444}.actions-section{background:#fff;padding:2rem;border-radius:12px;margin-bottom:2rem;border:1px solid #e2e8f0}.action-buttons{display:flex;flex-direction:column;gap:.75rem}.btn-action{padding:1rem 1.5rem;border-radius:8px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center;border:none;font-size:1rem;width:100%}.btn-action-primary{background:#2563eb;color:#fff;order:1}.btn-action-primary:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 4px 6px #2563eb4d}.btn-action.btn-secondary{background:#fff;color:#111;border:1px solid #e2e8f0;order:2}.btn-action.btn-secondary:hover{background:#f8fafc;border-color:#cbd5e1}.btn-action.btn-outline{background:transparent;color:#2563eb;border:1px solid #2563eb;order:2}.btn-action.btn-outline:hover{background:#eff6ff}.btn-primary{background:#2563eb;color:#fff}.btn-primary:hover{background:#1d4ed8}.btn-secondary{background:#f1f5f9;color:#334155;border:1px solid #cbd5e1}.btn-secondary:hover{background:#e2e8f0}.btn-reset{width:100%;padding:1rem 2rem;font-size:1.125rem;font-weight:600}.critical-warning-box{background:linear-gradient(135deg,#fee2e2,#fecaca);border:3px solid #ef4444;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 4px 6px #ef444433}.critical-warning-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.critical-warning-icon{font-size:2rem;line-height:1}.critical-warning-header h3{font-size:1.5rem;font-weight:700;color:#991b1b;margin:0}.critical-warning-content{color:#7f1d1d}.critical-warning-text{font-size:1rem;font-weight:500;margin-bottom:.75rem}.critical-keywords-list{list-style:none;padding:0;margin:.75rem 0;display:flex;flex-wrap:wrap;gap:.5rem}.critical-keyword-item{background:#fff;border:2px solid #ef4444;border-radius:6px;padding:.5rem 1rem;font-size:1rem;color:#991b1b}.critical-keyword-item strong{font-weight:700}.critical-warning-note{font-size:.95rem;line-height:1.6;margin-top:1rem;padding:1rem;background:#ffffffb3;border-radius:8px;border-left:4px solid #ef4444}.critical-warning-note strong{color:#991b1b;font-weight:700}.yield-card{background:linear-gradient(135deg,#f0f9ff,#e0f2fe);border:2px solid #0ea5e9;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0ea5e91a}.yield-header-with-edit{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.yield-title{font-size:1.5rem;font-weight:700;color:#0369a1;margin:0}.yield-edit-button{background:#0ea5e9;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.yield-edit-button:hover{background:#0284c7}.yield-info-section{display:flex;justify-content:center;gap:2rem;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(14,165,233,.2)}.yield-info-item{text-align:center}.yield-info-label{font-size:.75rem;color:#64748b;margin-bottom:.25rem;font-weight:500;display:flex;align-items:center;justify-content:center;gap:.25rem}.yield-edit-icon{font-size:.875rem;opacity:.6;transition:opacity .2s}.yield-info-item:hover .yield-edit-icon{opacity:1}.yield-info-value{font-size:1rem;font-weight:600;color:#1e293b}.yield-edit-input{width:100%;max-width:120px;padding:.5rem;border:2px solid #0ea5e9;border-radius:6px;font-size:1rem;font-weight:600;text-align:center;color:#1e293b}.yield-edit-input:focus{outline:none;border-color:#0284c7;box-shadow:0 0 0 3px #0ea5e91a}.yield-edit-actions{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;padding-top:1rem;border-top:1px solid rgba(14,165,233,.2)}.yield-save-button{background:#10b981;color:#fff;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.yield-save-button:hover{background:#059669}.yield-cancel-button{background:#6b7280;color:#fff;border:none;border-radius:6px;padding:.5rem 1.5rem;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.yield-cancel-button:hover{background:#4b5563}.yield-main-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.yield-item{background:#fff;border-radius:8px;padding:1.25rem;text-align:center;box-shadow:0 2px 4px #0000000d}.yield-item.yield-surface{background:linear-gradient(135deg,#fef3c7,#fde68a);border:2px solid #f59e0b}.yield-item.yield-real{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:2px solid #3b82f6}.yield-label{font-size:.875rem;color:#64748b;margin-bottom:.5rem;font-weight:500}.yield-value{font-size:1.25rem;font-weight:600;color:#1e293b}.yield-value-large{font-size:2rem;font-weight:700;color:#0369a1;margin-top:.5rem}.yield-real-value{color:#1e40af}.yield-note{font-size:.75rem;color:#64748b;margin-top:.5rem}.disclaimer-box{margin-top:2rem;margin-bottom:2rem;padding:1rem;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;font-size:.75rem;color:#6b7280;line-height:1.6}.disclaimer-title{font-weight:700;margin-bottom:.5rem;color:#4b5563;font-size:.8125rem}.disclaimer-text{margin:0;font-size:.75rem;color:#6b7280}.error-box{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:1rem;margin-bottom:2rem;color:#991b1b}@media (max-width: 768px){.risk-score-calculator,.input-section{padding:1rem}.form-grid,.checkbox-group,.radar-with-scores{grid-template-columns:1fr}.component-scores-list{order:-1;margin-bottom:1rem}.score-card{padding:1rem;margin-bottom:1.5rem}.score-header{margin-bottom:1rem}.score-header h2{font-size:1.25rem}.score-circle{width:200px;height:200px}.score-value{font-size:3rem}.cost-range-label-p50,.cost-range-label-p90{font-size:.75rem}.result-section,.form-section{padding:1rem}}.repair-cost-estimator{max-width:1400px;margin:0 auto}.estimator-header{margin-bottom:2rem}.section-title{color:#333;font-size:1.75rem;font-weight:700;margin-bottom:.5rem}.section-description{color:#666;font-size:1rem;margin:0}.estimator-content{display:grid;grid-template-columns:1fr 400px;gap:2rem}.items-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.items-section-title{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.category-group{margin-bottom:2rem}.category-group:last-child{margin-bottom:0}.category-title{color:#667eea;font-size:1rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.items-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem}.item-card{background:#f8f9fa;border:2px solid #e0e0e0;border-radius:8px;padding:1rem;cursor:pointer;transition:all .2s}.item-card:hover{border-color:#667eea;background:#f0f4ff;transform:translateY(-2px);box-shadow:0 4px 8px #667eea26}.item-selected{border-color:#667eea;background:#f0f4ff;box-shadow:0 2px 8px #667eea33}.item-header{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:.75rem}.item-checkbox{width:20px;height:20px;margin-top:2px;cursor:pointer;accent-color:#667eea}.item-info{flex:1}.item-label{color:#333;font-size:.95rem;font-weight:600;line-height:1.4;margin-bottom:.25rem}.item-note{color:#666;font-size:.8rem;line-height:1.3}.item-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.75rem;padding-top:.75rem;border-top:1px solid #e0e0e0}.price-label{color:#666;font-size:.85rem}.price-value{color:#667eea;font-size:1.1rem;font-weight:700}.price-unit{color:#999;font-size:.85rem}.item-quantity{padding-top:.75rem;border-top:1px solid #e0e0e0}.quantity-label{display:block;color:#666;font-size:.85rem;margin-bottom:.5rem;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem}.quantity-btn{width:32px;height:32px;border:1px solid #ddd;background:#fff;border-radius:4px;cursor:pointer;font-size:1.2rem;font-weight:600;color:#667eea;display:flex;align-items:center;justify-content:center;transition:all .2s}.quantity-btn:hover{background:#667eea;color:#fff;border-color:#667eea}.quantity-input{width:60px;height:32px;border:1px solid #ddd;border-radius:4px;text-align:center;font-size:.95rem;font-weight:600}.quantity-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.quantity-unit{color:#666;font-size:.85rem}.estimate-section{position:sticky;top:2rem;height:fit-content}.estimate-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 8px #00000026;border:2px solid #667eea}.estimate-title{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:1.5rem;padding-bottom:.75rem;border-bottom:2px solid #f0f0f0}.estimate-total{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:6px}.total-label{color:#666;font-size:.9rem;font-weight:500}.total-value{color:#667eea;font-size:2rem;font-weight:700}.estimate-details{margin-top:1.5rem}.details-title{color:#333;font-size:1rem;font-weight:600;margin-bottom:1rem}.details-list{display:flex;flex-direction:column;gap:.75rem}.detail-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem;background:#f8f9fa;border-radius:6px}.detail-label{color:#666;font-size:.9rem;flex:1}.detail-price{color:#333;font-size:.95rem;font-weight:600}.estimate-empty{text-align:center;padding:2rem;color:#999}.estimate-empty p{margin:0;font-size:.95rem}@media (max-width: 1024px){.estimator-content{grid-template-columns:1fr}.estimate-section{position:static}}@media (max-width: 768px){.items-grid{grid-template-columns:1fr}.section-title,.total-value{font-size:1.5rem}}.dashboard-container{min-height:100vh;background-color:#f5f5f5}.dashboard-header{background:#fff;padding:1.5rem 2rem;box-shadow:0 2px 4px #0000001a;display:flex;justify-content:space-between;align-items:center}.dashboard-tabs{background:#fff;padding:0 2rem;border-bottom:1px solid #e0e0e0;display:flex;gap:0}.tab,.tab-active{padding:1rem 2rem;border:none;background:transparent;cursor:pointer;font-size:.95rem;color:#666;border-bottom:2px solid transparent;transition:all .2s}.tab:hover{background:#f8f9fa;color:#333}.tab-active{color:#667eea;border-bottom-color:#667eea;font-weight:600}.dashboard-header h1{color:#333;font-size:1.5rem;margin:0}.user-info{display:flex;align-items:center;gap:1rem}.user-info span{color:#666;font-size:.9rem}.user-info button{padding:.5rem 1rem;background-color:#667eea;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .2s}.user-info button:hover{background-color:#5568d3}.dashboard-content{padding:2rem;max-width:1400px;margin:0 auto}.loading,.error{display:flex;justify-content:center;align-items:center;min-height:50vh;font-size:1.2rem;color:#666}.error{color:#c33}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.stat-card h3{color:#666;font-size:.9rem;font-weight:500;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.stat-value{color:#333;font-size:2rem;font-weight:700;margin-bottom:.25rem}.stat-detail{color:#999;font-size:.85rem}.dashboard-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(500px,1fr));gap:2rem;margin-bottom:2rem}.dashboard-section{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 2px 4px #0000001a}.dashboard-section h2{color:#333;font-size:1.25rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.data-table{overflow-x:auto}.data-table table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:.75rem;text-align:left;border-bottom:1px solid #f0f0f0}.data-table th{background-color:#f8f9fa;color:#666;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:.5px}.data-table td{color:#333;font-size:.9rem}.data-table tr:hover{background-color:#f8f9fa}.risk-chart{margin-top:1rem}.risk-bar{display:flex;align-items:center;margin-bottom:.75rem}.risk-bar-label{width:80px;color:#666;font-size:.9rem;font-weight:600}.risk-bar-fill{height:30px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;display:flex;align-items:center;padding:0 .75rem;color:#fff;font-weight:600;font-size:.9rem}@media (max-width: 768px){.dashboard-grid,.stats-grid{grid-template-columns:1fr}.dashboard-content{padding:1rem}}.reset-confirm-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(135deg,#667eea,#764ba2)}.reset-confirm-card{background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 10px 40px #0000001a;width:100%;max-width:400px}.reset-confirm-card h1{color:#667eea;font-size:1.5rem;margin-bottom:1rem;text-align:center}.reset-confirm-card p{color:#666;text-align:center;margin-bottom:1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#555;font-weight:500}.form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:8px;font-size:1rem;transition:border-color .3s}.form-group input:focus{outline:none;border-color:#667eea}.error-message{background-color:#fee;color:#c33;padding:.75rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem}.reset-confirm-card button{width:100%;padding:.875rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:transform .2s,box-shadow .2s}.reset-confirm-card button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 5px 20px #667eea66}.reset-confirm-card button:disabled{opacity:.6;cursor:not-allowed}.link-button{display:inline-block;color:#667eea;text-decoration:underline;margin-top:1rem;cursor:pointer}.link-button:hover{color:#5568d3}#root{min-height:100vh}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
