*{box-sizing:border-box;margin:0;padding:0}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:#f5f7fa;min-height:100vh;padding:10px}.container{max-width:1600px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #e1e4e8;overflow:hidden}.header{background:linear-gradient(135deg,#1976d2,#2196f3);color:#fff;padding:20px 30px;display:flex;justify-content:space-between;align-items:center}.brand{display:flex;align-items:center;gap:15px}.logo{height:40px;filter:brightness(0) invert(1)}.header h1{font-size:24px;font-weight:600}.nav-tabs{display:flex;background:#f8f9fa;border-bottom:1px solid #dee2e6}.nav-tab{padding:15px 25px;cursor:pointer;border:none;background:transparent;font-size:14px;font-weight:500;color:#6c757d;transition:all .3s}.nav-tab:hover{background:#e9ecef;color:#495057}.nav-tab.active{background:#fff;color:#1976d2;border-bottom:2px solid #1976D2}.content{padding:25px}.toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;flex-wrap:wrap;gap:10px}.btn{padding:10px 20px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .3s;display:inline-flex;align-items:center;gap:8px}.btn:disabled{opacity:.6;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#1976d2,#2196f3);color:#fff}.btn-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #1976d266}.btn-secondary{background:#6c757d;color:#fff}.btn-success{background:#28a745;color:#fff}.btn-info{background:#17a2b8;color:#fff}.btn-warning{background:#ffc107;color:#212529}.btn-danger{background:#dc3545;color:#fff}.btn-sm{padding:6px 12px;font-size:12px}.board-scroll-container{overflow-x:auto;width:100%}.board-table{width:100%;font-size:12px;min-width:1200px}.board-header{display:grid;grid-template-columns:90px 90px 1.5fr 1fr 1fr 120px 70px 70px 60px 50px 50px 80px;gap:6px;padding:12px 8px;background:#f8f9fa;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6}#expandResults{overflow-x:auto;width:100%}#expandResults .board-scroll-container{overflow-x:auto;overflow-y:auto;max-height:400px}.quote-row{display:grid;grid-template-columns:90px 90px 1.5fr 1fr 1fr 120px 70px 70px 60px 50px 50px 80px;gap:6px;padding:10px 8px;border-bottom:1px solid #dee2e6;cursor:pointer;transition:background .2s;align-items:center}.quote-row:hover{background:#f8f9fa}.quote-row:nth-child(2n){background:#fafbfc}.status-badge{padding:4px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase;text-align:center}.status-New{background:#d4edda;color:#155724}.status-Ready{background:#fff3cd;color:#856404}.status-Quoted{background:#cce5ff;color:#004085}.inline-edit{border:1px solid transparent;padding:4px;border-radius:4px;cursor:text;background:transparent;min-height:24px;font-size:12px;width:100%}.inline-edit:hover{border-color:#ced4da;background:#fff}.inline-edit:focus{border-color:#1976d2;background:#fff;outline:none}.inline-select{border:1px solid transparent;padding:2px;border-radius:4px;background:transparent;cursor:pointer;font-size:11px;width:100%}.inline-select:hover{border-color:#ced4da;background:#fff}.modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;justify-content:center;align-items:center;padding:20px;overflow:hidden;box-sizing:border-box}.modal.show{display:flex}.modal-content{background:#fff;border-radius:12px;width:90%;max-width:800px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column}.modal-xl{max-width:1000px!important;width:95%!important}.modal-header{background:linear-gradient(135deg,#1976d2,#2196f3);color:#fff;padding:20px;display:flex;justify-content:space-between;align-items:center}.modal-header h2{font-size:18px;font-weight:600}.modal-close{background:none;border:none;color:#fff;font-size:24px;cursor:pointer}.modal-body{padding:25px;overflow-y:auto;flex:1}#suggestedCarriersList{overflow-x:auto;width:100%}.modal-footer{padding:20px 25px;background:#f8f9fa;display:flex;justify-content:flex-end;gap:10px;border-top:1px solid #dee2e6}#suggestedCarriersList .board-scroll-container{overflow-x:auto;overflow-y:auto;max-height:400px}#exEquipmentPanel{max-height:300px;overflow-y:auto}.map-container{background:linear-gradient(135deg,#667eea,#764ba2);height:200px;border-radius:8px;margin-bottom:20px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;position:relative}.map-route{font-size:24px;font-weight:600;margin-bottom:10px}.map-cities{font-size:14px;opacity:.9}.details-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;margin-bottom:20px}.detail-item{background:#f8f9fa;padding:15px;border-radius:6px;border:1px solid #dee2e6}.detail-item label{font-size:11px;color:#6c757d;text-transform:uppercase;display:block;margin-bottom:5px;font-weight:600}.detail-item .value{font-size:14px;font-weight:600;color:#212529;display:block}.actions-bar{display:flex;gap:10px;margin:20px 0;padding:15px;background:#f8f9fa;border-radius:8px;border:1px solid #dee2e6;flex-wrap:wrap}.responses-section{margin-top:20px}.responses-section h4{margin-bottom:15px;color:#495057;font-size:16px;font-weight:600}.response-card{background:#fff;border-radius:8px;padding:20px;margin-bottom:12px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 4px #0000001a;border:1px solid #e1e4e8}.response-info{flex:1}.response-info strong{color:#212529;display:block;margin-bottom:4px;font-size:16px}.response-info small{color:#6c757d;display:block;font-size:13px}.response-rate{font-size:24px;font-weight:700;color:#28a745;margin-right:20px}.response-status{display:inline-block;padding:4px 12px;background:#e9ecef;border-radius:12px;font-size:12px;font-weight:600;color:#495057}.form-group{margin-bottom:15px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#495057;font-size:13px}.form-group input,.form-group select,.form-group textarea{width:100%;padding:8px 10px;border:1px solid #ced4da;border-radius:4px;font-size:14px;font-family:inherit}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:#1976d2;outline:none}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:15px}.multi-select-container{position:relative;width:100%}.multi-select-trigger{width:100%;padding:8px 10px;border:1px solid #ced4da;border-radius:4px;background:#fff;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:14px;min-height:38px}.multi-select-trigger:hover{border-color:#1976d2}.multi-select-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ced4da;border-top:none;border-radius:0 0 4px 4px;max-height:250px;overflow-y:auto;z-index:1000;display:none;box-shadow:0 4px 12px #00000026}.multi-select-dropdown.show{display:block}.multi-select-item{padding:8px 12px;cursor:pointer;display:flex;align-items:center;gap:8px;font-size:13px;border-bottom:1px solid #f0f0f0;flex-direction:row}.multi-select-item:hover{background:#f8f9fa}.multi-select-item input[type=checkbox]{margin:0;width:14px;height:14px;flex-shrink:0;cursor:pointer}.multi-select-item span{flex:1;line-height:1.4}.multi-select-header{padding:6px 12px;font-size:11px;font-weight:700;color:#6c757d;text-transform:uppercase;background:#f8f9fa;position:sticky;top:0}.typeahead-container{position:relative}.typeahead-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ced4da;border-top:none;border-radius:0 0 4px 4px;max-height:200px;overflow-y:auto;z-index:100;display:none}.typeahead-dropdown.show{display:block}.typeahead-item{padding:10px;cursor:pointer;border-bottom:1px solid #f0f0f0;font-size:13px}.typeahead-item:hover{background:#f8f9fa}.carrier-card,.company-card{background:#fff;border-radius:8px;padding:20px;margin-bottom:15px;box-shadow:0 2px 4px #0000001a;border:1px solid #e1e4e8;cursor:pointer;transition:box-shadow .2s,transform .2s}.carrier-card:hover,.company-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-1px)}.tag{display:inline-block;padding:4px 10px;background:#e9ecef;border-radius:12px;font-size:12px;margin-right:5px;margin-bottom:5px}.empty-state{text-align:center;padding:60px 20px;color:#6c757d}.loading{text-align:center;padding:40px;color:#6c757d}.spinner{border:3px solid #f3f3f3;border-top:3px solid #1976D2;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.hidden{display:none!important}.sortable-header{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;white-space:nowrap}.sortable-header:hover{background:#e9ecef}.sort-arrow{display:inline-block;margin-left:4px;font-size:10px;color:#adb5bd}.sort-arrow.asc,.sort-arrow.desc{color:#1976d2}.ta-container{position:relative;width:100%}.ta-input{width:100%;padding:8px 10px;border:1px solid #ced4da;border-radius:4px;font-size:14px;box-sizing:border-box}.ta-input:focus{border-color:#1976d2;outline:none}.ta-input:disabled{background:#e9ecef;cursor:not-allowed}.ta-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #ced4da;border-top:none;border-radius:0 0 4px 4px;max-height:220px;overflow-y:auto;z-index:9999;display:none;box-shadow:0 4px 12px #00000026}.ta-dropdown.show{display:block}.ta-item{padding:8px 12px;cursor:pointer;font-size:13px;border-bottom:1px solid #f0f0f0}.ta-item:hover{background:#f0f7ff}.ta-item.custom{color:#1976d2;font-style:italic}.ta-item.group-header{background:#f8f9fa;font-size:11px;font-weight:700;color:#6c757d;text-transform:uppercase;cursor:default;padding:5px 12px}.ta-item.group-header:hover{background:#f8f9fa}.filter-active-dot{display:inline-block;width:6px;height:6px;background:#1976d2;border-radius:50%;margin-left:3px;vertical-align:middle}.board-stats{padding:8px 0;font-size:13px;color:#6c757d;margin-bottom:10px}.load-more-bar{text-align:center;padding:16px}.pill{display:inline-block;padding:2px 8px;border-radius:10px;font-size:11px;background:#e9ecef;color:#495057}
