body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f6f3ea;color:#1f2c29;font-family:Segoe UI Variable,Trebuchet MS,sans-serif;margin:0;transition:background-color .18s ease,color .18s ease}*{box-sizing:border-box}#root{min-height:100vh}html[data-theme=dark] body{background:#071521;color:#ecf5fb}code{font-family:Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0px;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}@media only screen and (max-width:480px){.Toastify__toast-container[data-stacked=true]{width:100vw}}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.app-shell{background:radial-gradient(circle at top left,#0066b329,#0000 30%),radial-gradient(circle at top right,#53c0ee38,#0000 24%),linear-gradient(180deg,#f5f8fb,#edf2f7);min-height:100vh;transition:background .18s ease}.app-shell--drawer{display:flex}.dashboard-grid{grid-gap:0;display:grid;gap:0;grid-template-columns:minmax(0,1fr)}.drawer-brand-mark{align-items:center;background:linear-gradient(135deg,#003057,#0066b3);border-radius:14px;color:#fff;display:inline-flex;font-weight:800;height:44px;justify-content:center;letter-spacing:.06em;width:44px}.drawer-brand-mark--solo{margin-left:6px}.drawer-brand-kicker{color:#e1f0fcc7;font-size:.72rem!important;letter-spacing:.12em!important;text-transform:uppercase}.drawer-brand-title{color:#fff;font-size:1.05rem!important;font-weight:700!important}.account-avatar{align-items:center;background:linear-gradient(135deg,#003057,#0066b3);border-radius:18px;color:#fff;display:inline-flex;flex-shrink:0;font-size:1.35rem;font-weight:800;height:58px;justify-content:center;letter-spacing:.04em;width:58px}.drawer-toggle{background:#ffffff0f!important;border:1px solid #ffffff1a!important;color:#fff!important}.main-shell{flex-grow:1;min-width:0}.top-strip{background:#ffffffe6;padding:22px 24px}.hero-panel,.top-strip{border:1px solid #0030571a}.hero-panel{background:linear-gradient(135deg,#fffffffa,#f0f8fff5),#fff;box-shadow:0 18px 44px #00305714;padding:28px}.quick-action-card{background:#ffffffd6;border:1px solid #0066b329;min-width:min(100%,320px);padding:22px}.page-banner{background:#ffffffdb;border:1px solid #0030571a;border-radius:18px;padding:24px}.stat-card{border:1px solid #00305714;box-shadow:0 12px 34px #0030570d}.stat-card--teal{background:linear-gradient(180deg,#f8fcff,#e4f2fb)}.stat-card--green{background:linear-gradient(180deg,#f7fbff,#e7f3fd)}.stat-card--amber{background:linear-gradient(180deg,#fbfcfe,#eef4fa)}.stat-card--rust{background:linear-gradient(180deg,#f8fbfe,#dff0fb)}.stat-icon{align-items:center;background:#ffffffa6;border-radius:16px;display:inline-flex;height:52px;justify-content:center;width:52px}.shipment-records-shell{background:#fffffff0;border:1px solid #0030571a;box-shadow:0 18px 48px #0030570f;overflow:visible}.shipment-records-header{background:linear-gradient(135deg,#003057fa,#0066b3fa),#003057;border-bottom:1px solid #00305714;color:#fff;padding:28px 28px 20px}.shipment-active-bar{background:#f8fbffd1;border-bottom:1px solid #00305714;padding:20px 28px}.shipment-records-kicker{color:#ffffffb8;font-size:.78rem!important;font-weight:700!important;letter-spacing:.16em!important;text-transform:uppercase}.table-wrap{overflow-x:auto;overflow-y:visible;width:100%}.shipment-table{border-collapse:initial;border-spacing:0;min-width:1040px;width:100%}.shipment-table thead{position:sticky;top:0;z-index:3}.shipment-table td,.shipment-table th{border-bottom:1px solid #00305714;padding:16px 18px;text-align:left;vertical-align:top}.shipment-table thead th{background:linear-gradient(180deg,#f3f8fc,#e8f2fa);box-shadow:inset 0 -1px 0 #00305714;color:#003057;font-size:.8rem;letter-spacing:.04em;position:sticky;text-transform:uppercase;top:0;z-index:3}.shipment-row{cursor:pointer}.shipment-row:focus-visible{outline:2px solid #0066b3;outline-offset:-2px}.shipment-table tbody tr:hover{background:#53c0ee1a}.shipment-table tbody tr:nth-child(2n){background:#00305705}.shipment-table tbody td{color:#1c2730}.shipment-table .MuiTableSortLabel-root{color:#003057;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:700}.shipment-table .MuiTableSortLabel-root.Mui-active{color:#0066b3}.shipment-table .MuiTableSortLabel-icon{color:inherit!important}.app-data-table thead th{background:linear-gradient(180deg,#f3f8fc,#e8f2fa);box-shadow:inset 0 -1px 0 #00305714;color:#003057;font-size:.8rem;letter-spacing:.04em;text-transform:uppercase}.app-data-table td,.app-data-table th{border-bottom:1px solid #00305714}.app-data-table .MuiTableSortLabel-root{color:#003057;font-family:Arial,Helvetica,sans-serif;font-size:.8rem;font-weight:700}.app-data-table .MuiTableSortLabel-root.Mui-active{color:#0066b3}.app-data-table .MuiTableSortLabel-icon{color:inherit!important}.shipment-status-chip{font-weight:700!important}.shipment-status-chip--valid{background:#228b2224!important;border:1px solid #228b223d;color:#1f7a1f!important}.shipment-status-chip--flagged{background:#dc262624!important;border:1px solid #dc262638;color:#b91c1c!important}.filter-chip{background:#0066b314!important;border:1px solid #0066b324}.shipment-empty-state{padding:28px 12px;text-align:center}.table-loading-state{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:220px;text-align:center}.table-loading-state--panel{min-height:280px}.shipment-detail-drawer{width:min(100%,430px)}.shipment-detail-shell{background:linear-gradient(180deg,#fffffffa,#f1f7fcfa),#fff;height:100%;padding:28px 24px}.outbound-drawer-paper{width:min(100%,400px)!important}.outbound-drawer-shell{display:flex;flex-direction:column;padding:0}.outbound-drawer-topbar{align-items:flex-start;background:#f9fbfd;border-bottom:1px solid #00305714;display:flex;gap:12px;justify-content:space-between;padding:12px 14px 10px}.outbound-drawer-eyebrow{color:#60717d;font-size:.68rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase}.outbound-drawer-company{color:#14212c;font-size:.95rem!important;font-weight:700!important;margin-top:4px!important}.outbound-drawer-actions{background:#fff;border-bottom:1px solid #00305714;padding:6px 10px}.outbound-drawer-actions .MuiButton-root{color:#0066b3;font-size:.7rem;font-weight:700;letter-spacing:.05em;min-width:auto;padding:6px 8px;text-transform:uppercase}.outbound-drawer-scroll{flex:1 1;overflow-y:auto;padding:12px}.outbound-drawer-card{background:#fff;border:1px solid #00305714;border-radius:12px;padding:12px}.outbound-drawer-card__label,.outbound-drawer-metric__label,.outbound-drawer-section__meta,.outbound-drawer-summary__label{color:#60717d;font-size:.7rem!important}.outbound-drawer-card__label{font-weight:700!important}.outbound-drawer-card__value,.outbound-drawer-metric__value,.outbound-drawer-summary__price,.outbound-drawer-summary__value{color:#14212c;font-weight:700!important}.outbound-drawer-card__value{font-size:.82rem!important;margin-top:4px!important}.outbound-drawer-link{color:#0066b3;font-size:.8rem!important;font-weight:700!important;text-decoration:underline;text-underline-offset:.16em}.outbound-drawer-summary{grid-gap:12px;border-bottom:1px dashed #0030572e;display:grid;gap:12px;grid-template-columns:minmax(0,1fr) auto;padding:14px 4px 10px}.outbound-drawer-summary__value{font-size:.82rem!important;margin-top:4px!important}.outbound-drawer-summary__price{font-size:.88rem!important;margin-top:4px!important}.outbound-drawer-section{background:#0000!important;border-bottom:1px solid #00305714!important;box-shadow:none!important}.outbound-drawer-section:before{display:none}.outbound-drawer-section__summary{min-height:54px!important;padding:0!important}.outbound-drawer-section__summary .MuiAccordionSummary-content{margin:12px 0!important}.outbound-drawer-section__title{color:#14212c;font-size:.8rem!important;font-weight:700!important}.outbound-drawer-section__details{padding:0 0 14px!important}.outbound-drawer-copy{color:#344652;font-size:.76rem!important;line-height:1.55!important;white-space:pre-wrap}.outbound-drawer-metric{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.outbound-drawer-metric__value{font-size:.78rem!important;text-align:right}.outbound-drawer-footer{background:#fff;border-top:1px solid #00305714;padding:12px}.outbound-drawer-footer .MuiButton-root{border-radius:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.shipment-detail-row{background:#ffffffd6;border:1px solid #00305714;border-radius:12px;padding:12px 14px}.shipment-detail-label{color:#60717d;font-size:.76rem!important;font-weight:700!important;letter-spacing:.08em!important;text-transform:uppercase}.shipment-detail-value{color:#1c2730;font-weight:700!important;margin-top:4px!important}.table-inline-button{border-radius:999px!important;color:#0066b3!important;height:28px;min-width:28px!important;padding:0!important;width:28px}.review-card{background:linear-gradient(180deg,#fffaf2f5,#fffffffa)}.sidebar-footer{background:#ffffff0f;border:1px solid #ffffff1a;color:#fff;margin-top:auto;padding:16px}html[data-theme=dark] .app-shell{background:radial-gradient(circle at top left,#0066b333,#0000 28%),radial-gradient(circle at top right,#53c0ee29,#0000 22%),linear-gradient(180deg,#071521,#0d1c2a)}html[data-theme=dark] .account-avatar,html[data-theme=dark] .drawer-brand-mark{background:linear-gradient(135deg,#0d5a92,#53c0ee)}html[data-theme=dark] .drawer-brand-kicker{color:#d4e8f5b3}html[data-theme=dark] .drawer-toggle{background:#ffffff14!important;border-color:#ffffff1f!important}html[data-theme=dark] .top-strip{background:#0b1c2ae6;border-color:#7cc9f01f}html[data-theme=dark] .hero-panel{background:linear-gradient(135deg,#102434fa,#081622f5),#102434;border-color:#7cc9f01f;box-shadow:0 18px 44px #00000047}html[data-theme=dark] .quick-action-card{background:#071521d6;border-color:#7cc9f033}html[data-theme=dark] .page-banner{background:#0b1c2ad6;border-color:#7cc9f01f}html[data-theme=dark] .stat-card{border-color:#7cc9f01f;box-shadow:0 12px 34px #0003}html[data-theme=dark] .stat-card--teal{background:linear-gradient(180deg,#14384d,#0f2a3c)}html[data-theme=dark] .stat-card--green{background:linear-gradient(180deg,#10384a,#0d2837)}html[data-theme=dark] .stat-card--amber{background:linear-gradient(180deg,#23374a,#172637)}html[data-theme=dark] .stat-card--rust{background:linear-gradient(180deg,#133447,#0f2533)}html[data-theme=dark] .stat-icon{background:#ffffff14}html[data-theme=dark] .shipment-records-shell{background:#0b1c2af0;border-color:#7cc9f01f;box-shadow:0 18px 48px #00000040}html[data-theme=dark] .shipment-records-header{background:linear-gradient(135deg,#071521fa,#0d5a92f0),#071521;border-bottom-color:#7cc9f014}html[data-theme=dark] .shipment-active-bar{background:#071521d1;border-bottom-color:#7cc9f014}html[data-theme=dark] .shipment-table td,html[data-theme=dark] .shipment-table th{border-bottom-color:#7cc9f014}html[data-theme=dark] .shipment-table thead th{background:linear-gradient(180deg,#143247,#10293c);box-shadow:inset 0 -1px 0 #7cc9f01a;color:#9fdcf8}html[data-theme=dark] .shipment-table tbody tr:hover{background:#53c0ee1f}html[data-theme=dark] .shipment-table tbody tr:nth-child(2n){background:#ffffff08}html[data-theme=dark] .shipment-table tbody td{color:#ecf5fb}html[data-theme=dark] .shipment-table .MuiTableSortLabel-root{color:#9fdcf8}html[data-theme=dark] .shipment-table .MuiTableSortLabel-root.Mui-active{color:#53c0ee}html[data-theme=dark] .app-data-table td,html[data-theme=dark] .app-data-table th{border-bottom-color:#7cc9f014}html[data-theme=dark] .app-data-table thead th{background:linear-gradient(180deg,#143247,#10293c);box-shadow:inset 0 -1px 0 #7cc9f01a;color:#9fdcf8}html[data-theme=dark] .app-data-table .MuiTableSortLabel-root{color:#9fdcf8}html[data-theme=dark] .app-data-table .MuiTableSortLabel-root.Mui-active{color:#53c0ee}html[data-theme=dark] .shipment-status-chip--valid{background:#4ade8024!important;border-color:#4ade803d;color:#86efac!important}html[data-theme=dark] .shipment-status-chip--flagged{background:#f8717124!important;border-color:#f8717138;color:#fca5a5!important}html[data-theme=dark] .filter-chip{background:#53c0ee1f!important;border-color:#53c0ee38}html[data-theme=dark] .shipment-detail-shell{background:linear-gradient(180deg,#0b1c2afa,#071521fa),#071521}html[data-theme=dark] .outbound-drawer-actions,html[data-theme=dark] .outbound-drawer-card,html[data-theme=dark] .outbound-drawer-footer,html[data-theme=dark] .outbound-drawer-topbar{background:#0b1c2af5}html[data-theme=dark] .outbound-drawer-actions,html[data-theme=dark] .outbound-drawer-card,html[data-theme=dark] .outbound-drawer-footer,html[data-theme=dark] .outbound-drawer-section,html[data-theme=dark] .outbound-drawer-topbar{border-color:#7cc9f01f!important}html[data-theme=dark] .outbound-drawer-card__label,html[data-theme=dark] .outbound-drawer-eyebrow,html[data-theme=dark] .outbound-drawer-metric__label,html[data-theme=dark] .outbound-drawer-section__meta,html[data-theme=dark] .outbound-drawer-summary__label{color:#94aebf}html[data-theme=dark] .outbound-drawer-card__value,html[data-theme=dark] .outbound-drawer-company,html[data-theme=dark] .outbound-drawer-copy,html[data-theme=dark] .outbound-drawer-metric__value,html[data-theme=dark] .outbound-drawer-section__title,html[data-theme=dark] .outbound-drawer-summary__price,html[data-theme=dark] .outbound-drawer-summary__value{color:#ecf5fb}html[data-theme=dark] .outbound-drawer-actions .MuiButton-root,html[data-theme=dark] .outbound-drawer-link{color:#53c0ee}html[data-theme=dark] .outbound-drawer-summary{border-bottom-color:#7cc9f02e}html[data-theme=dark] .shipment-detail-row{background:#ffffff0a;border-color:#7cc9f01f}html[data-theme=dark] .shipment-detail-label{color:#94aebf}html[data-theme=dark] .shipment-detail-value{color:#ecf5fb}html[data-theme=dark] .table-inline-button{color:#53c0ee!important}html[data-theme=dark] .review-card{background:linear-gradient(180deg,#1c2834f5,#0b1c2afa)}@media (max-width:980px){.top-strip{padding:20px}}
/*# sourceMappingURL=main.71cafb74.css.map*/