.App{height:100vh;display:flex;flex-direction:column;overflow:hidden;background-color:#f4f4f5}.app-header{background-color:#2a343d;color:#fffc;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;box-shadow:0 1px 2px #0000001a;position:relative;height:45px;border-bottom:1px solid #e4e6eb}.app-header h1{font-size:1.5rem;font-weight:700;margin:0;line-height:1.5rem;letter-spacing:-.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-main{flex:1;padding:1rem;width:100%;margin:0 auto;overflow:hidden;display:flex;flex-direction:column}.tab-content{width:100%;flex:1;display:flex;flex-direction:column;min-height:0}.section{background:#fff;border-radius:8px;padding:1.5rem;box-shadow:0 1px 2px #0000001a;overflow-y:auto;overflow-x:hidden;flex:1;min-height:0;max-height:100%}.section h2{margin-bottom:1.5rem;color:#1c1e21;font-size:1.25rem;font-weight:700}.upload-section{display:flex;flex-direction:column;gap:2rem}.upload-area{display:flex;flex-direction:column;align-items:center;gap:1rem;padding:3rem;border:2px dashed #138890;border-radius:8px;background:#f4f4f5}.upload-button{padding:1rem 2rem;background:#92c13b;color:#fff;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .2s ease;border:none}.upload-button:hover{background:#7da832}.error-message{color:#e74c3c;margin-top:.5rem}.success-message{color:#27ae60;margin-top:.5rem}.upload-summary{padding:1.5rem;background:#f4f4f5;border-radius:8px;border:1px solid #e4e6eb}.upload-summary h3{margin-bottom:1rem;color:#333}.clear-btn{margin-top:1rem;padding:.5rem 1rem;background:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.clear-btn:hover{background:#c0392b}.products-section{display:flex;flex-direction:column;gap:2rem}.products-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.product-card{padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e4e6eb;box-shadow:0 1px 2px #0000001a}.product-header{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #e4e6eb}.product-header h3{color:#138890;font-size:1.125rem;font-weight:700;margin:0}.product-details{display:flex;flex-direction:column;gap:.75rem}.product-details p{color:#1c1e21;margin:.75rem 0;font-size:.9375rem}.product-details p strong{color:#1c1e21;font-weight:600}.product-details ul{margin-left:1.5rem;color:#65676b;margin-top:.5rem}.product-details li{margin:.25rem 0;font-size:.875rem}.assessment-controls{margin-bottom:2rem;display:flex;align-items:center;gap:1rem}.assess-btn{padding:1rem 2rem;background:#92c13b;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:1rem;font-weight:600;transition:background .2s ease}.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;padding:3rem;color:#999;font-size:1.1rem}.assessment-runs{display:flex;flex-direction:column;gap:2rem}.assessment-run{padding:1.5rem;background:#fff;border-radius:8px;border:1px solid #e4e6eb;box-shadow:0 1px 2px #0000001a}.run-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.run-header h3{color:#138890;font-size:1.25rem;font-weight:700}.run-stats{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.run-date{color:#999;font-size:.9rem}.run-summary{color:#555;font-weight:500}.filter-controls{display:flex;gap:1rem;margin-bottom:1.5rem;padding:1rem;background:#f4f4f5;border-radius:6px;border:1px solid #e4e6eb}.filter-btn{padding:.75rem 1.5rem;border:2px solid #ddd;background:#fff;border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;color:#666;transition:all .3s ease}.filter-btn:hover{border-color:#138890;color:#138890;background:#f4f4f5}.filter-btn.active{background:#92c13b;color:#fff;border-color:#92c13b}.filter-btn.active:hover{background:#7da832;border-color:#7da832}.eligible-loans-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));gap:1.5rem}.result-card{padding:1.5rem;background:#fff;border-radius:8px;border:2px solid #e0e0e0;display:flex;flex-direction:column;gap:1rem}.result-card.eligible{border-color:#27ae60;border-width:3px}.result-card.not-eligible{border-color:#e74c3c;border-width:3px}.result-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:1rem;border-bottom:1px solid #e0e0e0}.result-header h4{color:#333;font-size:1.25rem}.status-badge{padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500}.status-badge.eligible{background:#d4edda;color:#155724}.status-badge.not-eligible{background:#f8d7da;color:#721c24}.result-details{display:flex;flex-direction:column;gap:.75rem}.result-details p{color:#555}.eligible-products{padding:1rem;background:#f8f9ff;border-radius:6px;border:1px solid #e0e0e0}.eligible-products h5{margin-bottom:.5rem;color:#138890;font-weight:600}.eligible-product{padding:.5rem;color:#555}.disqualification-reasons{padding:1rem;background:#fff5f5;border-radius:6px;border:1px solid #fecaca}.disqualification-reasons h5{margin-bottom:.5rem;color:#c53030}.disqualification-product{margin-bottom:.75rem}.disqualification-product strong{color:#c53030;display:block;margin-bottom:.25rem}.disqualification-product ul{margin-left:1.5rem;margin-top:.25rem}.disqualification-product li{color:#7f1d1d;margin:.25rem 0}.loan-notes-section{padding-top:1rem;border-top:1px solid #e0e0e0}.loan-notes-section h5{margin-bottom:.5rem;color:#333}.notes-textarea{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:6px;font-size:1rem;font-family:inherit;resize:vertical}.loan-actions{padding-top:1rem;border-top:1px solid #e0e0e0}.remove-loan-btn{padding:.5rem 1rem;background:#e74c3c;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:.9rem}.remove-loan-btn:hover{background:#c0392b}*{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}#root{min-height:100vh}
