.estimate-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0009;display:flex;justify-content:center;align-items:flex-start;z-index:1000;overflow-y:auto;padding:2rem 1rem}.estimate-modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 60px #0000004d;max-width:1400px;width:100%;max-height:90vh;display:flex;flex-direction:column;position:relative;margin:2rem auto}.estimate-modal-header{display:flex;justify-content:space-between;align-items:center;padding:2rem 2rem 1rem;border-bottom:1px solid #e9ecef;background:#f8f9fa;border-radius:12px 12px 0 0}.estimate-modal-header h2{margin:0;color:#212529;font-size:1.5rem;font-weight:600}.estimate-modal-close-button{background:none;border:none;cursor:pointer;padding:.5rem;border-radius:6px;color:#6c757d;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.estimate-modal-close-button:hover{background-color:#e9ecef;color:#495057}.estimate-modal-body{flex:1 1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:2rem}.input-conditions-summary{background:#f8f9fa;padding:1.5rem;border-radius:8px;border:1px solid #e9ecef}.input-conditions-summary h3{margin:0 0 1rem;color:#495057;font-size:1.2rem;font-weight:600}.conditions-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1rem;gap:1rem}.condition-item{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0}.condition-item label{font-weight:500;color:#6c757d}.condition-item span{font-weight:600;color:#212529}.budget-summary{display:flex;gap:1rem;justify-content:flex-start;padding:1rem 0;border-bottom:1px solid #e9ecef}.budget-item{color:#495057;font-size:1.1rem;padding-left:1rem}.warnings-section{background:#fff3cd;border:1px solid #ffeaa7;padding:1.5rem;border-radius:8px;color:#856404}.warnings-section h3{margin:0 0 1rem;color:#856404;font-size:1.1rem;font-weight:600}.warnings-section ul{margin:0;padding-left:1.5rem}.warnings-section li{margin-bottom:.5rem}.results-section h3{margin:0 0 1rem;color:#495057;font-size:1.2rem;font-weight:600}.table-container{overflow-x:auto;background:#fff;border-radius:8px;border:1px solid #e9ecef;margin-bottom:2rem;box-shadow:0 2px 4px #0000001a}.results-table{width:100%;border-collapse:collapse;font-size:.9rem}.results-table th{background:#f8f9fa;padding:1rem .8rem;text-align:left;border-bottom:1px solid #e9ecef;font-weight:600;color:#495057;white-space:nowrap}.results-table th:not(:first-child){text-align:right}.results-table td{padding:1rem .8rem;border-bottom:1px solid #f8f9fa;color:#212529}.results-table td:not(.pattern-name){text-align:right}.pattern-name{font-weight:600;color:#004d25}.results-table tr:hover{background-color:#f8f9fa}.reference-data-section{background:#fff;border:1px solid #e9ecef;border-radius:8px;padding:1.5rem}.reference-data-section h3{margin:0 0 1.5rem;color:#495057;font-size:1.2rem;font-weight:600}.base-values-summary{background:#f8f9fa;border-radius:8px;padding:1.5rem;margin-bottom:1.5rem}.base-values-summary h4{margin:0 0 1rem;color:#495057;font-size:1.1rem;font-weight:600}.base-values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:1rem;gap:1rem}.base-values-grid div{font-size:.9rem;color:#495057}.adjustment-factors h4{margin:1rem 0;color:#495057;font-size:1.1rem;font-weight:600}.adjustment-list{display:flex;flex-direction:column;gap:.5rem}.adjustment-item{background:#e3f2fd;color:#495057}.adjustment-item,.calculation-method{padding:.75rem;border-radius:6px;font-size:.9rem}.calculation-method{margin-top:1rem;background:#fff3cd;color:#856404}.estimate-modal-footer{display:flex;justify-content:flex-end;gap:1rem;padding:1.5rem 2rem 2rem;border-top:1px solid #e9ecef;background:#f8f9fa;border-radius:0 0 12px 12px}.secondary-button{background:#6c757d;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .2s ease}.secondary-button:hover{background:#5a6268}.primary-button{background:linear-gradient(135deg,#004d25,#003d1d);color:#fff;border:none;padding:.8rem 1.5rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #004d254d}.primary-button:hover{transform:translateY(-1px);box-shadow:0 4px 12px #004d2566}@media (max-width:768px){.estimate-modal-overlay{padding:1rem}.estimate-modal-content{max-height:95vh;margin:1rem auto}.estimate-modal-body,.estimate-modal-header{padding:1.5rem}.conditions-grid{grid-template-columns:1fr}.budget-summary{flex-direction:column;gap:1rem}.base-values-grid{grid-template-columns:1fr}.estimate-modal-footer{padding:1.5rem;flex-direction:column-reverse;gap:.5rem}.primary-button,.secondary-button{width:100%}}@media (max-width:1200px){.results-table{font-size:.8rem}.results-table td,.results-table th{padding:.7rem .5rem}}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.estimate-modal-content{animation:modalFadeIn .2s ease-out}.estimate-modal-body::-webkit-scrollbar{width:6px}.estimate-modal-body::-webkit-scrollbar-track{background:#f1f3f4;border-radius:3px}.estimate-modal-body::-webkit-scrollbar-thumb{background:#c1c8cd;border-radius:3px}.estimate-modal-body::-webkit-scrollbar-thumb:hover{background:#a8b2b8}.table-container::-webkit-scrollbar{height:6px}.table-container::-webkit-scrollbar-track{background:#f1f3f4;border-radius:3px}.table-container::-webkit-scrollbar-thumb{background:#c1c8cd;border-radius:3px}.table-container::-webkit-scrollbar-thumb:hover{background:#a8b2b8}