.App{background-color:#f4f4f5;flex-direction:column;height:100vh;display:flex;overflow:hidden}.app-header{color:#fffc;background-color:#2a343d;border-bottom:1px solid #e4e6eb;justify-content:space-between;align-items:center;height:45px;padding:0 1rem;display:flex;position:relative;box-shadow:0 1px 2px #0000001a}.app-header h1{letter-spacing:-.5px;text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:1.5rem;font-weight:700;line-height:1.5rem;overflow:hidden}.app-main{flex-direction:column;flex:1;width:100%;margin:0 auto;padding:1rem;display:flex;overflow:hidden}.tab-content{flex-direction:column;flex:1;width:100%;min-height:0;display:flex}.section{background:#fff;border-radius:8px;flex:1;min-height:0;max-height:100%;padding:1.5rem;overflow:hidden auto;box-shadow:0 1px 2px #0000001a}.section h2{color:#1c1e21;margin-bottom:1.5rem;font-size:1.25rem;font-weight:700}.upload-section{flex-direction:column;gap:2rem;display:flex}.upload-area{background:#f4f4f5;border:2px dashed #138890;border-radius:8px;flex-direction:column;align-items:center;gap:1rem;padding:3rem;display:flex}.upload-button{color:#fff;cursor:pointer;background:#92c13b;border:none;border-radius:6px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.upload-button:hover{background:#7da832}.error-message{color:#e74c3c;margin-top:.5rem}.success-message{color:#27ae60;margin-top:.5rem}.upload-summary{background:#f4f4f5;border:1px solid #e4e6eb;border-radius:8px;padding:1.5rem}.upload-summary h3{color:#333;margin-bottom:1rem}.clear-btn{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:6px;margin-top:1rem;padding:.5rem 1rem;font-size:.9rem}.clear-btn:hover{background:#c0392b}.products-section{flex-direction:column;gap:2rem;display:flex}.products-list{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;display:grid}.product-card{background:#fff;border:1px solid #e4e6eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000001a}.product-header{border-bottom:1px solid #e4e6eb;margin-bottom:1rem;padding-bottom:1rem}.product-header h3{color:#138890;margin:0;font-size:1.125rem;font-weight:700}.product-details{flex-direction:column;gap:.75rem;display:flex}.product-details p{color:#1c1e21;margin:.75rem 0;font-size:.9375rem}.product-details p strong{color:#1c1e21;font-weight:600}.product-details ul{color:#65676b;margin-top:.5rem;margin-left:1.5rem}.product-details li{margin:.25rem 0;font-size:.875rem}.assessment-controls{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.assess-btn{color:#fff;cursor:pointer;background:#92c13b;border:none;border-radius:6px;padding:1rem 2rem;font-size:1rem;font-weight:600;transition:background .2s}.assess-btn:hover:not(:disabled){background:#7da832}.assess-btn:disabled{opacity:.6;cursor:not-allowed}.assessment-error{color:#e74c3c;font-weight:500}.no-results,.no-eligible{text-align:center;color:#999;padding:3rem;font-size:1.1rem}.assessment-runs{flex-direction:column;gap:2rem;display:flex}.assessment-run{background:#fff;border:1px solid #e4e6eb;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000001a}.run-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.run-header h3{color:#138890;font-size:1.25rem;font-weight:700}.run-stats{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.run-date{color:#999;font-size:.9rem}.run-summary{color:#555;font-weight:500}.filter-controls{background:#f4f4f5;border:1px solid #e4e6eb;border-radius:6px;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.filter-btn{cursor:pointer;color:#666;background:#fff;border:2px solid #ddd;border-radius:6px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;transition:all .3s}.filter-btn:hover{color:#138890;background:#f4f4f5;border-color:#138890}.filter-btn.active{color:#fff;background:#92c13b;border-color:#92c13b}.filter-btn.active:hover{background:#7da832;border-color:#7da832}.eligible-loans-grid{grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem;display:grid}.result-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.result-card.eligible{border-width:3px;border-color:#27ae60}.result-card.not-eligible{border-width:3px;border-color:#e74c3c}.result-header{border-bottom:1px solid #e0e0e0;justify-content:space-between;align-items:center;padding-bottom:1rem;display:flex}.result-header h4{color:#333;font-size:1.25rem}.status-badge{border-radius:20px;padding:.5rem 1rem;font-size:.9rem;font-weight:500}.status-badge.eligible{color:#155724;background:#d4edda}.status-badge.not-eligible{color:#721c24;background:#f8d7da}.result-details{flex-direction:column;gap:.75rem;display:flex}.result-details p{color:#555}.eligible-products{background:#f8f9ff;border:1px solid #e0e0e0;border-radius:6px;padding:1rem}.eligible-products h5{color:#138890;margin-bottom:.5rem;font-weight:600}.eligible-product{color:#555;padding:.5rem}.disqualification-reasons{background:#fff5f5;border:1px solid #fecaca;border-radius:6px;padding:1rem}.disqualification-reasons h5{color:#c53030;margin-bottom:.5rem}.disqualification-product{margin-bottom:.75rem}.disqualification-product strong{color:#c53030;margin-bottom:.25rem;display:block}.disqualification-product ul{margin-top:.25rem;margin-left:1.5rem}.disqualification-product li{color:#7f1d1d;margin:.25rem 0}.loan-notes-section{border-top:1px solid #e0e0e0;padding-top:1rem}.loan-notes-section h5{color:#333;margin-bottom:.5rem}.notes-textarea{resize:vertical;border:1px solid #ddd;border-radius:6px;width:100%;padding:.75rem;font-family:inherit;font-size:1rem}.loan-actions{border-top:1px solid #e0e0e0;padding-top:1rem}.remove-loan-btn{color:#fff;cursor:pointer;background:#e74c3c;border:none;border-radius:6px;padding:.5rem 1rem;font-size:.9rem}.remove-loan-btn:hover{background:#c0392b}*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{min-height:100vh}
