@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Manrope:wght@400;500;600;700;800&display=swap";@import "https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1";:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body,#root{min-height:100%}body{color:#1c1c1e;background-color:#f5f7fa;margin:0;font-family:Manrope,sans-serif}.app-shell{--nav-height:4rem;--page-gutter:1.5rem;--page-top-offset:calc(var(--nav-height) + 1rem);--surface-radius:2rem;--surface-radius-sm:1.5rem;--dashboard-max-width:85rem;--dashboard-min-width:67.5rem;--shipment-max-width:77.5rem;--text-title-size:clamp(1.18rem, 1rem + .6vw, 1.52rem);--text-body-size:clamp(.875rem, .82rem + .22vw, 1rem);--text-label-size:clamp(.74rem, .69rem + .13vw, .82rem);--text-caption-size:clamp(.76rem, .71rem + .14vw, .86rem);--input-height:2.25rem;color:#1c1c1e;background:#f5f7fa;min-height:100vh;font-family:Manrope,sans-serif;overflow-x:hidden}.liquid-glass{-webkit-backdrop-filter:blur(60px);background:#ffffffbf;border:1px solid #fffc;box-shadow:0 8px 32px #0000000a}.dropdown-glass{-webkit-backdrop-filter:blur(80px);background:#fffffffa;border:1px solid #fff;box-shadow:0 25px 60px -12px #00000040}.top-nav{z-index:90;height:var(--nav-height);padding:0 var(--page-gutter);justify-content:space-between;align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.top-nav-left,.top-nav-actions{align-items:center;gap:1rem;display:flex}.brand-mark{color:#007aff;letter-spacing:-.05em;font-size:1.25rem;font-weight:800}.top-nav-links{align-items:center;gap:.25rem;display:flex}.top-nav-links a,.nav-link-button{color:#636366;cursor:pointer;letter-spacing:-.01em;background:0 0;border-bottom:2px solid #0000;padding:.5rem .75rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600;line-height:1.2;text-decoration:none;transition:color .2s,border-bottom-color .2s}.nav-link-button{border-top:0;border-left:0;border-right:0;align-items:center;gap:2px;display:inline-flex}.nav-link-button .material-symbols-outlined{font-size:.9rem;transition:transform .2s}.nav-item-group{position:relative}.top-nav-links a.is-active,.nav-link-button.is-active,.top-nav-links a:hover,.nav-item-group.is-open .nav-link-button{color:#007aff;border-bottom-color:#007aff}.nav-item-group.is-open .nav-link-button .material-symbols-outlined{transform:translateY(1px)}.nav-dropdown{z-index:110;color:#1c1c1e;opacity:0;visibility:hidden;scrollbar-width:thin;scrollbar-color:#63636657 transparent;scrollbar-gutter:stable;border-radius:.5rem;width:18rem;max-height:calc(100vh - 88px);padding:.5rem 0;font-family:Inter,sans-serif;font-size:.84rem;font-weight:500;transition:opacity .4s cubic-bezier(.16,1,.3,1),transform .4s cubic-bezier(.16,1,.3,1),visibility .4s cubic-bezier(.16,1,.3,1);position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;transform:translateY(12px)}.nav-dropdown.is-compact{width:14rem}.nav-item-group.is-open .nav-dropdown{opacity:1;visibility:visible;transform:translateY(0)}.nav-dropdown-section{padding:0 4px}.nav-dropdown-header{color:#8e8e93;letter-spacing:.05em;text-transform:uppercase;background:#00000008;padding:.75rem 1rem .25rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:800}.nav-dropdown-divider{background:#1c1c1e0f;height:1px;margin:6px 8px}.nav-dropdown-link{color:#1c1c1e;white-space:nowrap;cursor:pointer;text-align:left;box-sizing:border-box;background:0 0;border-radius:.5rem;width:calc(100% - .5rem);margin:0 .25rem;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.84rem;font-weight:500;line-height:1.2;text-decoration:none;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);display:block;border:none!important}a.nav-dropdown-link:link,a.nav-dropdown-link:visited{color:#1c1c1e;text-decoration:none}.nav-dropdown-action{width:calc(100% - .5rem);color:inherit;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0}.nav-dropdown-link:hover,.nav-dropdown-link:focus-visible{outline:none;color:#fff!important;background-color:#007aff!important}.search-pill{background:#fff6;border-radius:999px;align-items:center;gap:.5rem;min-width:12rem;padding:.375rem .75rem;display:flex}.search-pill span,.icon-button span{color:#8a8d94;font-size:1.1rem}.search-pill input{color:#1c1c1e;background:0 0;border:0;outline:none;width:100%;font-size:.75rem}.search-pill input::placeholder{color:#8a8d94}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:999px;place-items:center;width:2.125rem;height:2.125rem;transition:background-color .2s;display:grid}.icon-button:hover{background:#fff6}.theme-toggle{position:relative}.avatar-dot{cursor:pointer;background:linear-gradient(135deg,#007aff,#46a1ff);border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:transform .15s,box-shadow .15s;display:flex;box-shadow:0 2px 8px #007aff59,inset 0 0 0 1.5px #fff6}.avatar-dot:hover{transform:scale(1.08);box-shadow:0 4px 14px #007aff73,inset 0 0 0 1.5px #ffffff80}.avatar-dot-icon{color:#fff;-webkit-user-select:none;user-select:none;line-height:1;font-size:1.05rem!important}.dashboard-shell{padding:var(--page-top-offset) var(--page-gutter) 0;align-items:flex-start;gap:1rem;width:100%;margin:0 auto;display:flex}.left-dashboard-nav{top:calc(var(--nav-height) + 1.25rem);width:4.2rem;min-width:4.2rem;height:calc(100vh - 6.75rem);margin-left:calc(var(--page-gutter) * -1);flex-direction:column;justify-content:stretch;align-self:stretch;align-items:flex-start;gap:.5rem;padding:.625rem 0 1.25rem;display:flex;position:sticky}.left-dashboard-nav.in-edit-mode{align-self:stretch;height:calc(100vh - 6.75rem)}.left-dashboard-slot{flex:1 1 0;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;position:relative}.left-dashboard-nav.in-edit-mode .left-dashboard-slot{flex:1 1 0;height:100%}.left-dashboard-pill{color:#007aff;letter-spacing:.06em;text-transform:uppercase;writing-mode:vertical-rl;text-orientation:mixed;cursor:pointer;text-align:center;background:linear-gradient(#ffffffe6 0%,#ffffffc7 100%);border:1px solid #fffc;border-left:0;border-radius:0 1.625rem 1.625rem 0;justify-content:center;align-items:center;width:3.7rem;height:100%;min-height:3.7rem;max-height:none;padding:1rem .45rem 1rem .35rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:700;transition:transform .2s,box-shadow .2s,color .2s,background .2s;display:flex;position:relative;box-shadow:0 12px 28px #0000000f,inset 1px 0 #ffffff73}.left-dashboard-nav.in-edit-mode .left-dashboard-pill{height:100%;min-height:0}.left-dashboard-pill.is-empty{color:#007aff80;box-shadow:none;background:#f0f7ff66;border:2px dashed #007aff4d}.left-dashboard-pill:hover{color:#005ed1;background:linear-gradient(#fffffffa 0%,#f0f7ffeb 100%);transform:translate(2px);box-shadow:0 14px 30px #007aff1f,inset 1px 0 #ffffff8f}.left-dashboard-pill.is-active{color:#005ed1;background:linear-gradient(#fff 0%,#e6f2fff5 100%);transform:translate(3px);box-shadow:0 16px 32px #007aff29,inset 2px 0 #007aff2e}.left-dashboard-pill.is-drop-target{background:linear-gradient(#f0f7ff 0%,#dcedfffa 100%);border-color:#007aff66;box-shadow:0 20px 40px #007aff3d,inset 1px 0 #fffc}.left-dashboard-pill-close{z-index:2;color:#fff;cursor:pointer;background:#141b27b3;border:0;border-radius:999px;place-items:center;width:1.45rem;height:1.45rem;padding:0;transition:background-color .15s,transform .15s;display:grid;position:absolute;top:.5rem;right:.5rem}.left-dashboard-pill-close:hover{background:#dc2626e6;transform:scale(1.1)}.left-dashboard-pill-close .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;margin:0;font-size:1rem;line-height:1;display:block}.left-dashboard-pill-close:focus-visible{outline-offset:1px;outline:2px solid #007affbf}.dashboard-content{flex-direction:column;flex:1;min-width:0;min-height:calc(100vh - 5rem);display:flex}.shipment-page-inner{width:100%;min-width:0;max-width:100%}.shipment-page-header{justify-content:space-between;align-items:flex-start;gap:.875rem;margin-bottom:1rem;display:flex}.shipment-page-grid{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);align-items:start;gap:1rem;display:grid}.shipment-accessorials{padding-bottom:6px}.theme-dark .shipment-ref-menu-item.is-added,.theme-dark .shipment-ref-menu-item.is-added .shipment-ref-menu-icon{color:#0a84ff}@media (width<=860px){.shipment-addr-row{grid-template-columns:1fr}}.accessorial-empty{color:#9ca3af;margin:0;padding:.25rem 0;font-family:Inter,sans-serif;font-size:.75rem}.theme-dark .accessorial-modal-header h3,.theme-dark .accessorial-modal-item{color:#f2f2f7}.dashboard-main{flex:1;overflow:auto visible}.widget-board{min-width:var(--dashboard-min-width);width:max(100%, var(--dashboard-min-width));border-radius:var(--surface-radius);grid-template-columns:repeat(16,minmax(0,1fr));grid-auto-rows:clamp(6.125rem,5.5vw,7.25rem);gap:1.125rem;padding:0 0 .75rem;display:grid}.widget-board.is-editing{background-image:radial-gradient(circle,#0f172a61 1.6px,#0000 1.8px);background-size:28px 28px}.widget-card{border-radius:var(--surface-radius);flex-direction:column;gap:.75rem;padding:1.5rem;scroll-margin-top:84px;display:flex;position:relative;overflow:hidden}.widget-card.liquid-glass{-webkit-backdrop-filter:none;background:#fff;border:1px solid #0000000f;box-shadow:0 2px 8px #0000000f,0 0 0 .5px #0000000a}.widget-remove-button{z-index:3;color:#f4f7fb;cursor:pointer;background:#141b27cc;border:0;border-radius:999px;place-items:center;width:1.82rem;height:1.82rem;padding:0;transition:transform .15s,background-color .15s;display:grid;position:absolute;top:.8rem;right:.8rem}.widget-remove-button:hover{background:#dc2626e6;transform:scale(1.06)}.widget-remove-button .material-symbols-outlined{font-variation-settings:"FILL" 0, "wght" 600, "GRAD" 0, "opsz" 20;margin:0;font-size:1.08rem;line-height:1;display:block}.widget-remove-button:focus-visible{outline-offset:2px;outline:2px solid #007affbf}.widget-card.is-draggable{cursor:grab}.widget-card.is-targeted{box-shadow:0 0 0 2px #007aff2e,0 18px 40px #007aff1f}.widget-card.finance-widget{gap:.625rem;padding:1.125rem 1.5rem 1rem}.widget-card-head{justify-content:space-between;align-items:center;gap:14px;display:flex}.widget-card-head h2,.analytics-head h3{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.widget-card.is-draggable .widget-card-head,.widget-card.is-draggable .analytics-head{padding-right:2.35rem}.widget-card-head h2{font-size:var(--text-title-size);margin:0;font-weight:800}.soft-select,.icon-link{color:#8a8d94;text-overflow:ellipsis;white-space:nowrap;min-width:0;max-width:100%;font-family:Inter,sans-serif;font-size:var(--text-caption-size);cursor:pointer;background:0 0;border:0;align-items:center;gap:.2rem;padding:0;font-weight:700;display:inline-flex;overflow:hidden}.soft-select span,.icon-link span{font-size:.9rem}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 32px;padding-top:4px;display:grid}.finance-widget .metric-grid{gap:14px 28px;padding-top:2px}.finance-widget .soft-select{font-size:var(--text-caption-size)}.finance-widget .metric-label{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:var(--text-label-size);letter-spacing:.06em;overflow:hidden}.finance-widget .metric-value{font-size:1.95rem;line-height:1.05}.finance-widget .widget-updated{font-size:var(--text-caption-size)}.finance-widget .metric-item{gap:2px}.widget-card.analytics-widget{-webkit-backdrop-filter:none;background:#fff;border:1px solid #0000000f;padding:0;font-size:1.05rem;box-shadow:0 2px 8px #0000000f,0 0 0 .5px #0000000a}.analytics-card{flex-direction:column;gap:.875rem;height:100%;padding:1.75rem 1.875rem 1.25rem;display:flex}.booked-analytics-card{gap:.5rem;padding:1.05rem 1.15rem .9rem}.booked-analytics-card .analytics-head h3{font-size:var(--text-title-size)}.booked-analytics-card .analytics-head .material-symbols-outlined{font-size:1.3rem}.analytics-head{justify-content:space-between;align-items:center;gap:10px;display:flex}.analytics-head h3{color:#272e3a;font-family:Inter,sans-serif;font-size:var(--text-title-size);letter-spacing:-.02em;margin:0;font-weight:700}.analytics-head .material-symbols-outlined{color:#6f7681;font-size:1.3rem}.yoy-bars,.weekly-bars{flex-direction:column;gap:.8125rem;display:flex}.booked-analytics-card .yoy-bars,.booked-analytics-card .weekly-bars{gap:.45rem}.booked-yoy-card .yoy-bars{flex:1;justify-content:space-between}.yoy-row{grid-template-columns:3.625rem minmax(0,1fr);align-items:center;gap:.75rem;display:grid}.booked-analytics-card .yoy-row{grid-template-columns:2.5rem minmax(0,1fr);gap:.55rem}.yoy-month{color:#6f7480;font-family:Inter,sans-serif;font-size:var(--text-body-size);font-weight:600}.yoy-track,.weekly-track{border-radius:999px;width:100%;height:1.375rem;position:relative;overflow:hidden}.booked-analytics-card .yoy-track,.booked-analytics-card .weekly-track{height:1rem}.yoy-axis{color:#8a9099;height:.85rem;font-family:Inter,sans-serif;font-size:var(--text-caption-size);margin-top:-.15rem;margin-left:3.05rem;margin-right:.15rem;font-weight:700;position:relative}.yoy-axis span{position:absolute;bottom:0;transform:translate(-50%)}.yoy-track{background:#d3e2f5}.yoy-bar{border-radius:999px;height:100%;position:absolute;top:0;left:0}.yoy-bar.last-year{background:#b9cee7}.yoy-bar.ytd{background:linear-gradient(90deg,#0f78ee 0%,#4a9bea 100%)}.weekly-row{flex-direction:column;gap:.5rem;display:flex}.booked-analytics-card .weekly-row{gap:.35rem}.weekly-row-head{color:#8a9099;font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.12em;justify-content:space-between;align-items:center;gap:.875rem;font-weight:700;display:flex}.weekly-track{background:#d3e2f5;display:flex}.weekly-segment{height:100%}.weekly-segment.ltl{background:#0f78ee}.weekly-segment.truckload{background:#8cb9e7}.weekly-segment.domestic{background:#5662de}.weekly-segment.drayage{background:#b055dd}.analytics-foot{border-top:1px solid #63636624;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:.625rem;display:flex}.yoy-foot{padding-top:.55rem}.booked-analytics-card .analytics-foot{gap:.75rem;padding-top:.45rem}.booked-yoy-card .analytics-foot{margin-top:0}.analytics-legend{color:#5f6772;font-family:Inter,sans-serif;font-size:var(--text-body-size);align-items:center;gap:1.375rem;font-weight:700;display:flex}.analytics-legend span{align-items:center;gap:.5rem;display:inline-flex}.booked-analytics-card .analytics-legend{gap:.9rem}.legend-dot{border-radius:.25rem;width:.75rem;height:.75rem}.booked-analytics-card .legend-dot{width:.6rem;height:.6rem}.booked-yoy-card .analytics-foot p,.booked-yoy-card .analytics-legend{font-size:var(--text-caption-size)}.legend-dot.ytd,.legend-dot.ltl{background:#0f78ee}.legend-dot.last-year,.legend-dot.truckload{background:#8cb9e7}.legend-dot.domestic{background:#5662de}.legend-dot.drayage{background:#b055dd}.analytics-foot p{color:#9aa2ad;font-family:Inter,sans-serif;font-size:var(--text-caption-size);margin:0;font-weight:500}.metric-item{flex-direction:column;gap:4px;display:flex}.metric-label{color:#007aff;font-family:Inter,sans-serif;font-size:var(--text-label-size);text-transform:uppercase;letter-spacing:.08em;font-weight:700}.metric-value{font-size:1.52rem;font-weight:800}.widget-updated,.chart-updated{color:#a3a8b2;font-family:Inter,sans-serif;font-size:var(--text-caption-size);text-align:right;margin-top:auto}.list-widget{flex-direction:column;gap:0;margin:0 -24px -8px;display:flex;overflow:hidden}.list-widget.compact{margin-top:8px}.list-row{font-family:Inter,sans-serif;font-size:var(--text-body-size);color:#666b74;background:0 0;justify-content:space-between;align-items:center;gap:14px;padding:.6rem 1rem;font-weight:700;display:flex}.list-row.primary{color:#007aff;background:#007aff1a}.list-row.danger{color:#ef4444;background:#ef44441a}.list-row b{min-width:32px;font-size:var(--text-caption-size);text-align:center;color:inherit;box-shadow:none;background:#6363661a;border:1px solid #63636626;border-radius:999px;padding:2px 12px;font-weight:800}.list-widget.operations .count-badge,.operations-tree .count-badge{font-size:var(--text-caption-size);box-shadow:none;font-weight:800}.list-widget.operations .count-badge.neutral,.operations-tree .count-badge.neutral{color:#636366;background:#6363661a;border:1px solid #63636626}.list-widget.operations .count-badge.primary,.operations-tree .count-badge.primary{color:#007aff;background:#007aff26;border:1px solid #007aff33}.list-widget.operations .count-badge.danger,.operations-tree .count-badge.danger{color:#ef4444;background:#ef444426;border:1px solid #ef444433}.operations-tree{scrollbar-width:thin;scrollbar-color:#63636657 transparent;scrollbar-gutter:stable;flex-direction:column;flex:1;margin:0 -24px -8px;display:flex;overflow:auto}.operation-group{border-top:1px solid #fff3}.operation-group>summary{list-style:none}.operation-group>summary::-webkit-details-marker{display:none}.operation-row{flex:none}.operation-summary{cursor:pointer}.operation-summary.primary{background:#007aff1a}.operation-summary.primary:hover{background:#007aff29}.operation-summary.neutral:hover{background:#00000008}.operation-label{align-items:center;gap:4px;display:inline-flex}.operation-label .material-symbols-outlined{font-size:1rem;transition:transform .2s}.operation-group[open] .operation-label .material-symbols-outlined{transform:rotate(180deg)}.operation-children{background:#00000005}.operation-child{padding-left:32px}.operation-child.primary{background:#007aff1a}.operation-child.danger{background:#ef44441a}.empty-widget{text-align:center;color:#adb2bb;flex:1;place-items:center;gap:6px;font-size:.95rem;font-style:italic;display:grid}.empty-widget span{font-size:2.25rem}.chart-widget{flex-direction:column;gap:10px;height:100%;display:flex}.chart-widget svg{flex:1}.modern-chart{gap:12px}.shipment-activity-chart{width:100%;height:100%;min-height:230px}.chart-grid-line{stroke:#63636624;stroke-width:1px}.chart-grid-line.vertical{stroke:#63636614}.chart-axis-label,.chart-axis-title{fill:#7a818d;font-family:Inter,sans-serif;font-size:10px;font-weight:600}.chart-axis-label.x{text-anchor:middle}.chart-axis-label.y{text-anchor:end}.chart-axis-title{text-anchor:middle;letter-spacing:.04em}.chart-line{fill:none;stroke-linecap:round;stroke-linejoin:round}.chart-line.primary{stroke:#1478f5;stroke-width:3.4px}.chart-line.secondary{stroke:#7cb8ff;stroke-width:3.1px;opacity:.92}.chart-point{stroke-width:1.8px}.chart-point.primary{fill:#1478f5;stroke:#ffffffc7}.chart-point.secondary{fill:#9ec9ff;stroke:#ffffffd1}.chart-legend{color:#6e7480;font-family:Inter,sans-serif;font-size:var(--text-caption-size);justify-content:center;gap:16px;font-weight:700;display:flex}.dot{border-radius:4px;width:12px;height:12px;margin-right:6px;display:inline-block}.dot.primary{background:#1478f5}.dot.secondary{background:#9ec9ff}.widget-preview{z-index:3;border:2px dashed #0000;border-radius:32px;place-items:center;font-size:1.65rem;font-weight:900;display:grid}.widget-preview.is-valid{color:#1478f5;background:#1478f51f;border-color:#1478f5a6}.widget-preview.is-invalid{color:#ef4444;background:#ef444424;border-color:#ef4444a6}.editor-panel{border-radius:24px;flex-direction:column;align-items:stretch;gap:12px;margin:10px 0 0;padding:18px 20px;display:flex}.editor-panel.is-visible{animation:.32s library-panel-enter}.editor-copy{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:8px 18px;display:flex}.editor-copy h3{margin:0 0 6px;font-size:.84rem}.editor-copy p,.editor-empty{color:#6d7280;margin:0;font-family:Inter,sans-serif;font-size:.7rem}.library-panel{flex:1;gap:.62rem;width:100%;min-width:0;display:grid}.library-search{background:#ffffffdb;border:1px solid #1478f53d;border-radius:10px;align-items:center;gap:.44rem;padding:.44rem .56rem;display:flex}.library-search .material-symbols-outlined{color:#6f7681;font-size:.95rem}.library-search input{color:#253042;background:0 0;border:0;outline:none;width:100%;font-family:Inter,sans-serif;font-size:.76rem}.library-search input::placeholder{color:#8a8d94}.library-search b{color:#1478f5;background:#1478f524;border-radius:999px;margin-left:auto;padding:1px 8px;font-family:Inter,sans-serif;font-size:.68rem;font-weight:800}.library-grid{grid-template-columns:repeat(auto-fill,minmax(24.5rem,1fr));gap:.86rem;max-height:min(520px,58vh);padding-right:.18rem;display:grid;overflow:hidden auto}.library-widget-card{cursor:grab;background:#ffffffdb;border:1px solid #1478f51f;border-radius:12px;gap:.58rem;padding:.74rem;display:grid}.library-widget-card:active{cursor:grabbing}.library-widget-card.is-placed{border-color:#62677042}.library-widget-head{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.library-widget-title{align-items:center;gap:.35rem;min-width:0;display:inline-flex}.library-widget-title .material-symbols-outlined{color:#1478f5;font-size:.96rem}.library-widget-title h4{text-overflow:ellipsis;white-space:nowrap;color:#1d2c40;min-width:0;margin:0;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;overflow:hidden}.library-state{color:#636366;background:#6363661a;border-radius:999px;padding:1px 8px;font-family:Inter,sans-serif;font-size:.62rem;font-weight:800}.library-demo{background:#1478f50a;border:1px solid #1478f51f;border-radius:10px;min-height:92px;padding:.52rem}.library-demo.chart{grid-template-columns:repeat(5,minmax(0,1fr));align-items:end;gap:.34rem;display:grid}.library-demo.chart span{background:linear-gradient(#0f78ee 0%,#4a9bea 100%);border-radius:6px 6px 4px 4px}.library-demo.kpi{grid-template-columns:repeat(2,minmax(0,1fr));gap:.42rem;display:grid}.library-demo.kpi div{background:#ffffffc2;border-radius:8px;flex-direction:column;gap:.15rem;padding:.32rem .38rem;display:flex}.library-demo.kpi small{color:#647187;font-family:Inter,sans-serif;font-size:.6rem;font-weight:700}.library-demo.kpi strong{color:#1d2c40;font-family:Inter,sans-serif;font-size:.75rem;font-weight:800}.library-demo.list{gap:.28rem;display:grid}.library-demo.list p{color:#3d4a5c;background:#ffffffc7;border-radius:7px;justify-content:space-between;align-items:center;margin:0;padding:.21rem .34rem;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700;display:flex}.library-demo.list b{color:#1478f5;background:#1478f521;border-radius:999px;padding:0 6px}.library-widget-foot{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:.5rem;display:flex}.library-widget-foot span{text-overflow:clip;white-space:normal;color:#667085;flex:14rem;min-width:0;font-family:Inter,sans-serif;font-size:.63rem;line-height:1.32;overflow:hidden}@keyframes library-panel-enter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.library-place-button{color:#1067cb;cursor:pointer;background:#1478f51f;border:1px solid #1478f54d;border-radius:999px;flex:none;margin-left:auto;padding:.3rem .58rem;font-family:Inter,sans-serif;font-size:.62rem;font-weight:700}.placeholder-kind{color:#1478f5;font-family:Inter,sans-serif;font-size:var(--text-caption-size);white-space:nowrap;background:#1478f51f;border-radius:999px;padding:.18rem .5rem;font-weight:700}.placeholder-kpi-grid{gap:12px 18px}.placeholder-chart{grid-template-columns:repeat(6,minmax(0,1fr));align-items:end;gap:.46rem;min-height:118px;margin-top:.2rem;margin-left:.35rem;display:grid}.placeholder-chart-column{justify-items:center;gap:.3rem;display:grid}.placeholder-chart-label{color:#7f8999;font-family:Inter,sans-serif;font-size:var(--text-caption-size);font-weight:700}.placeholder-chart-bar-wrap{background:#1478f514;border-radius:8px;align-items:flex-end;width:100%;height:88px;display:flex}.placeholder-chart-bar{background:linear-gradient(#0f78ee 0%,#4a9bea 100%);border-radius:8px;width:100%}.dashboard-footer{justify-content:center;margin-top:auto;padding:16px 0 24px;display:flex}.edit-dashboard-button{color:#2d3440;cursor:pointer;border:0;border-radius:24px;align-items:center;gap:8px;padding:10px 18px;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700;display:inline-flex}.edit-dashboard-button span{font-size:.95rem}.app-toast{z-index:9999;color:#fff;pointer-events:none;-webkit-backdrop-filter:blur(12px);background:#007affeb;border-radius:14px;align-items:center;gap:.5rem;max-width:320px;padding:10px 16px;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;animation:.25s cubic-bezier(.34,1.56,.64,1) toastSlideIn;display:flex;position:fixed;top:80px;right:24px;box-shadow:0 8px 28px #007aff59,0 2px 8px #0000001f}.theme-dark .app-toast{background:#0a84ffe6;box-shadow:0 8px 28px #0a84ff66,0 2px 8px #0000004d}@keyframes toastSlideIn{0%{opacity:0;transform:translate(20px)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.scroll-top-fab{color:#1c1c1e;cursor:pointer;z-index:200;background:#fff;border:0;border-radius:999px;place-items:center;width:42px;height:42px;transition:transform .2s,box-shadow .2s;animation:.2s fadeScaleIn;display:grid;position:fixed;bottom:84px;right:27px;box-shadow:0 4px 16px #00000021,0 1px 4px #00000012}.scroll-top-fab:hover{transform:translateY(-2px);box-shadow:0 8px 20px #00000029}.scroll-top-fab span{font-size:1.2rem}.theme-dark .scroll-top-fab{color:#fff;background:linear-gradient(135deg,#007aff 0%,#46a1ff 100%);box-shadow:0 4px 20px #007aff73,0 1px 4px #0000004d}.theme-dark .scroll-top-fab:hover{box-shadow:0 8px 28px #007aff8c}@keyframes fadeScaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.chat-fab{color:#fff;cursor:pointer;z-index:200;background:linear-gradient(135deg,#007aff 0%,#46a1ff 100%);border:0;border-radius:999px;place-items:center;width:56px;height:56px;transition:transform .2s;display:grid;position:fixed;bottom:16px;right:20px;box-shadow:0 20px 36px #007aff57}.chat-fab:hover{transform:scale(1.06)}.chat-fab span{font-size:1.35rem}.docked-widget-preview-overlay{z-index:99;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0006;place-items:center;display:grid;position:fixed;inset:0}.docked-widget-preview-modal{border-radius:var(--surface-radius);-webkit-backdrop-filter:blur(60px);backdrop-filter:blur(60px);background:#fffffffa;border:1px solid #ffffffe6;flex-direction:column;width:min(90vw,600px);max-height:85vh;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 60px -12px #00000040}.docked-widget-preview-header{background:#ffffff80;border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.docked-widget-preview-header h3{color:#1c1c1e;font-family:Manrope,sans-serif;font-size:var(--text-title-size);letter-spacing:-.02em;margin:0;font-weight:700}.docked-widget-preview-close{color:#1c1c1e;cursor:pointer;background:#00000014;border:0;border-radius:999px;place-items:center;width:2rem;height:2rem;transition:background-color .2s,transform .15s;display:grid}.docked-widget-preview-close:hover{background:#0000001f;transform:scale(1.05)}.docked-widget-preview-close .material-symbols-outlined{font-size:1.1rem}.docked-widget-preview-content{color:#1c1c1e;flex:1;padding:1.5rem;overflow-y:auto}.docked-widget-preview-content .widget-card-head{display:none}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:linear-gradient(#6363666b 0%,#63636647 100%) padding-box padding-box;border:2px solid #0000;border-radius:999px;min-height:52px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(#63636685 0%,#6363665c 100%) padding-box padding-box}::-webkit-scrollbar-corner{background:0 0}.app-shell.theme-dark{color:#f2f2f7;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#0a0a0c}.theme-dark .liquid-glass{-webkit-backdrop-filter:blur(30px);background:#1c1c1e99;border:1px solid #ffffff1a;box-shadow:0 8px 32px #0003}.theme-dark .dropdown-glass{-webkit-backdrop-filter:blur(56px);background:#121214fb;border:1px solid #ffffff26;box-shadow:0 25px 60px -12px #00000080}.theme-dark .top-nav{border-bottom:1px solid #ffffff0d}.theme-dark .brand-mark,.theme-dark .top-nav-links a.is-active,.theme-dark .nav-link-button.is-active,.theme-dark .top-nav-links a:hover,.theme-dark .nav-item-group:hover .nav-link-button,.theme-dark .nav-item-group:focus-within .nav-link-button,.theme-dark .metric-label,.theme-dark .list-row.primary,.theme-dark .operation-summary.primary,.theme-dark .operation-child.primary,.theme-dark .list-widget.operations .count-badge.primary,.theme-dark .operations-tree .count-badge.primary{color:#0a84ff}.theme-dark .top-nav-links a,.theme-dark .nav-link-button,.theme-dark .search-pill span,.theme-dark .icon-button span,.theme-dark .metric-label,.theme-dark .widget-updated,.theme-dark .chart-updated,.theme-dark .chart-legend,.theme-dark .empty-widget,.theme-dark .nav-dropdown-header{color:#8e8e93}.theme-dark .widget-card-head h2,.theme-dark .metric-value,.theme-dark .nav-dropdown,.theme-dark .nav-dropdown-link,.theme-dark .search-pill input,.theme-dark .left-dashboard-pill,.theme-dark .left-dashboard-pill-close,.theme-dark .edit-dashboard-button,.theme-dark .editor-copy h3,.theme-dark .editor-widget-chip,.theme-dark .operation-summary.primary .operation-label,.theme-dark .operation-summary.danger .operation-label,.theme-dark .operation-summary .operation-label,.theme-dark .list-row.danger,.theme-dark .chart-widget,.theme-dark .top-nav,.theme-dark .dashboard-toast{color:#f2f2f7}.theme-dark .left-dashboard-pill{color:#0a84ff;background:linear-gradient(#3c3c41cc 0%,#2d2d32bf 100%);border:1px solid #ffffff1f;box-shadow:0 12px 28px #0006,inset 1px 0 #ffffff14}.theme-dark .left-dashboard-pill.is-empty{color:#0a84ff80;box-shadow:none;background:#0a84ff14;border:2px dashed #0a84ff4d}.theme-dark .left-dashboard-pill.is-drop-target{background:linear-gradient(#0a84ff2e 0%,#0a84ff1f 100%);border-color:#0a84ff80;box-shadow:0 20px 40px #0a84ff52,inset 1px 0 #fff3}.theme-dark .left-dashboard-pill-close{color:#f2f2f7;background:#ffffff1f}.theme-dark .left-dashboard-pill-close:hover{background:#ff453ae6}.theme-dark .docked-widget-preview-modal{background:#1c1c1efa;border:1px solid #ffffff1a;box-shadow:0 25px 60px -12px #0009}.theme-dark .docked-widget-preview-header{background:#1c1c1e80;border-bottom-color:#ffffff14}.theme-dark .docked-widget-preview-header h3{color:#f2f2f7}.theme-dark .docked-widget-preview-close{color:#f2f2f7;background:#ffffff1a}.theme-dark .docked-widget-preview-close:hover{background:#ffffff26}.theme-dark .docked-widget-preview-content{color:#f2f2f7}.theme-dark .widget-card.analytics-widget{background:#1c1c1ec7;border:1px solid #ffffff14}.theme-dark .widget-remove-button{color:#f2f2f7;background:#ffffff29}.theme-dark .widget-remove-button:hover{background:#ff453ae6}.theme-dark .analytics-head h3,.theme-dark .analytics-legend{color:#f2f2f7}.theme-dark .analytics-head .material-symbols-outlined,.theme-dark .weekly-row-head,.theme-dark .analytics-foot p,.theme-dark .yoy-month{color:#a1a8b3}.theme-dark .yoy-track,.theme-dark .weekly-track{background:#ffffff1f}.theme-dark .yoy-bar.last-year{background:#8cb9e7b3}.theme-dark .analytics-foot{border-top-color:#ffffff1f}.theme-dark .search-pill{background:#ffffff1a}.theme-dark .search-pill input::placeholder{color:#8e8e93}.theme-dark .icon-button:hover,.theme-dark .theme-toggle{background:0 0}.theme-dark .icon-button:hover,.theme-dark .theme-toggle:hover{background:#ffffff1a}.theme-dark .avatar-dot{background:linear-gradient(135deg,#0a84ff,#46a1ff);box-shadow:0 2px 10px #0a84ff73,inset 0 0 0 1.5px #fff3}.theme-dark a.nav-dropdown-link:link,.theme-dark a.nav-dropdown-link:visited{color:#f2f2f7;font-weight:500;text-decoration:none}.theme-dark .nav-dropdown-link:hover,.theme-dark .nav-dropdown-link:focus-visible{color:#fff!important;background-color:#0a84ff!important}.theme-dark .shipment-page-header h1{color:#f2f2f7}.theme-dark .shipment-page-header p,.theme-dark .shipment-field span,.theme-dark .shipment-mini-group>span,.theme-dark .shipment-mini-checks>span,.theme-dark .shipment-check-group p{color:#8e8e93}.theme-dark .shipment-card{background:#1c1c1eb8;border:1px solid #ffffff14}.theme-dark .shipment-card h2,.theme-dark .shipment-check-group label{color:#f2f2f7}.theme-dark .shipment-field input,.theme-dark .shipment-field select,.theme-dark .shipment-mini-group input,.theme-dark .shipment-currency-input{color:#f2f2f7;background:#ffffff0f;border:1px solid #fff3}.theme-dark .shipment-search-btn{color:#adb5bd;background:#ffffff14;border-color:#fff3}.theme-dark .shipment-search-btn:hover{color:#f2f2f7;background:#ffffff26}.theme-dark .shipment-currency-prefix{color:#adb5bd}.theme-dark .shipment-field input::placeholder{color:#8e8e93}.theme-dark .shipment-toggle-pill{background:#ffffff2e}.theme-dark .shipment-toggle-pill.is-on{background:#0a84ff}.theme-dark .shipment-ref-dynamic-field input{color:#f2f2f7;background:#ffffff0f;border:1px solid #fff3}.theme-dark .shipment-ref-dynamic-field input::placeholder{color:#8e8e93}.theme-dark .shipment-ref-menu-icon{color:#636366}.theme-dark .shipment-ref-menu-item.is-added{color:#fff!important;background-color:#0a84ff!important}.theme-dark .shipment-ref-menu-item.is-added .shipment-ref-menu-icon{color:#fff!important}.theme-dark .shipment-mini-checks .mini-circle{background:#ffffff12;border-color:#ffffff42}.theme-dark .shipment-cancel-button{color:#f2f2f7}.theme-dark .shipment-pricing-card button{color:#0a5fb7;background:#ffffffeb}.theme-dark .nav-dropdown-divider{background:#ffffff0d}.theme-dark .nav-dropdown-header{background:#ffffff08}.theme-dark .nav-dropdown,.theme-dark .operations-tree{scrollbar-color:#f2f2f757 transparent}.theme-dark .left-dashboard-pill{background:linear-gradient(#1c1c1eeb 0%,#161618d6 100%);border:1px solid #ffffff1a;border-left:0;box-shadow:0 14px 30px #0000003d,inset 1px 0 #ffffff0f}.theme-dark .left-dashboard-pill:hover{color:#46a1ff;background:linear-gradient(#242428fa 0%,#18181be6 100%);box-shadow:0 14px 28px #0a84ff29,inset 1px 0 #ffffff14}.theme-dark .left-dashboard-pill.is-active{color:#46a1ff;background:linear-gradient(#28282c 0%,#18181bf0 100%);box-shadow:0 16px 32px #0a84ff2e,inset 2px 0 #0a84ff3d}.theme-dark .soft-select,.theme-dark .icon-link{color:#8e8e93;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:999px;padding:4px 10px}.theme-dark .list-row{color:#8e8e93}.theme-dark .list-row.primary,.theme-dark .operation-summary.primary,.theme-dark .operation-child.primary{background:#0a84ff26}.theme-dark .list-row.danger,.theme-dark .operation-child.danger{color:#ff453a;background:#ff453a1f}.theme-dark .list-row b{color:#8e8e93;background:#8e8e9326;border:1px solid #8e8e9333}.theme-dark .list-widget.operations .count-badge.primary,.theme-dark .operations-tree .count-badge.primary{color:#0a84ff;background:#0a84ff33;border:1px solid #0a84ff4d}.theme-dark .list-widget.operations .count-badge.neutral,.theme-dark .operations-tree .count-badge.neutral{color:#8e8e93;background:#8e8e9326;border:1px solid #8e8e9333}.theme-dark .list-widget.operations .count-badge.danger,.theme-dark .operations-tree .count-badge.danger{color:#ff453a;background:#ff453a33;border:1px solid #ff453a4d}.theme-dark .operation-group{border-top:1px solid #ffffff0d}.theme-dark .operation-summary.neutral:hover,.theme-dark .operation-row:hover{background:#ffffff08}.theme-dark .operation-children{background:#0003}.theme-dark .widget-card.is-targeted{box-shadow:0 0 0 2px #0a84ff3d,0 20px 42px #0a84ff1a}.theme-dark ::-webkit-scrollbar-thumb{background:linear-gradient(#f2f2f770 0%,#8e8e9352 100%) padding-box padding-box}.theme-dark ::-webkit-scrollbar-thumb:hover{background:linear-gradient(#f2f2f78f 0%,#8e8e9366 100%) padding-box padding-box}.theme-dark .chart-line.primary{stroke:#0a84ff}.theme-dark .chart-line.secondary{stroke:#46a1ff}.theme-dark .chart-point.primary{fill:#0a84ff;stroke:#f2f2f73d}.theme-dark .chart-point.secondary{fill:#7eb9ff;stroke:#f2f2f733}.theme-dark .dot.primary{background:#0a84ff}.theme-dark .dot.secondary{background:#46a1ff}.theme-dark .chart-grid-line{stroke:#ffffff1a}.theme-dark .chart-grid-line.vertical{stroke:#ffffff0f}.theme-dark .chart-axis-label,.theme-dark .chart-axis-title{fill:#8e8e93}.theme-dark .chart-widget:before,.theme-dark .chart-widget:after{content:"";display:none}.theme-dark .widget-board.is-editing{background-image:radial-gradient(circle,#f2f2f73d 1.5px,#0000 1.7px)}.theme-dark .library-search{background:#ffffff0d;border-color:#0a84ff6b}.theme-dark .library-search input{color:#f2f2f7}.theme-dark .library-search b{color:#46a1ff;background:#0a84ff33}.theme-dark .library-widget-card{background:#ffffff0a;border-color:#ffffff1f}.theme-dark .library-widget-title h4{color:#f2f2f7}.theme-dark .library-state{color:#c4c9d2;background:#ffffff1f}.theme-dark .library-demo{background:#ffffff0f;border-color:#ffffff29}.theme-dark .library-demo.kpi div,.theme-dark .library-demo.list p{color:#c4c9d2;background:#ffffff1a}.theme-dark .library-demo.kpi small,.theme-dark .library-widget-foot span{color:#9aa2af}.theme-dark .library-demo.kpi strong{color:#f2f2f7}.theme-dark .library-demo.list b{color:#7abfff;background:#0a84ff38}.theme-dark .library-place-button{color:#7abfff;background:#0a84ff33;border-color:#0a84ff85}.theme-dark .placeholder-kind{color:#69b4ff;background:#0a84ff33}.theme-dark .placeholder-chart-bar-wrap{background:#ffffff1f}.theme-dark .placeholder-chart-bar{background:linear-gradient(#0a84ff 0%,#46a1ff 100%)}.theme-dark .editor-copy p,.theme-dark .editor-empty{color:#8e8e93}.theme-dark .edit-dashboard-button:hover{background:#ffffff1a}.theme-dark .dashboard-toast{background:#0a84ffeb}.theme-dark .chat-fab{background:linear-gradient(135deg,#0a84ff 0%,#46a1ff 100%);box-shadow:0 20px 36px #0a84ff57}@media (width<=1320px){.app-shell{--text-title-size:clamp(.98rem, .9rem + .28vw, 1.14rem);--text-body-size:clamp(.74rem, .7rem + .14vw, .82rem);--text-label-size:clamp(.64rem, .61rem + .1vw, .7rem);--text-caption-size:clamp(.64rem, .61rem + .1vw, .72rem)}.widget-card{padding:1.25rem 1.3rem 1.2rem}.widget-card.finance-widget{padding:1rem 1.2rem .95rem}.analytics-card{padding:1.45rem 1.35rem 1.1rem}.widget-card.is-draggable .widget-card-head,.widget-card.is-draggable .analytics-head{padding-right:2.15rem}.list-row span,.weekly-row-head span,.yoy-month{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}}@media (width<=1180px){.app-shell{--page-gutter:1rem}.top-nav-links{display:none}}@media (width<=900px){.dashboard-shell{padding:5rem .75rem 0}.shipment-page-shell{padding:5.25rem 0 1.125rem}.shipment-page-header{flex-direction:column;align-items:flex-start}.shipment-page-actions{justify-content:flex-end;width:100%}.shipment-page-grid,.shipment-fields.two-columns,.shipment-items-grid,.shipment-items-grid.second-row{grid-template-columns:1fr}.shipment-field.full-width{grid-column:auto}.shipment-mini-group>div,.shipment-mini-group.compact>div{grid-template-columns:repeat(3,minmax(0,1fr))}.shipment-page-header h1{font-size:clamp(1.7rem,7vw,2rem)}.left-dashboard-nav{display:none}.widget-board{min-width:67.5rem}.analytics-card{padding:20px 18px 16px}.booked-analytics-card{gap:.45rem;padding:.9rem 1rem .8rem}.booked-yoy-card .yoy-axis{margin-left:2.8rem}.analytics-head h3{font-size:1.35rem}.analytics-legend{gap:12px;font-size:.76rem}.analytics-foot p{font-size:.74rem}.search-pill{display:none}.editor-panel{flex-direction:column}.library-panel{width:100%;min-width:0}.library-grid{grid-template-columns:1fr}.library-widget-foot span{flex-basis:100%}}.portal-select-shell{background:#f5f7fa;justify-content:center;align-items:center;min-height:100vh;padding:2rem 1.5rem;display:flex}.theme-dark .portal-select-shell{background:#0a0a0c}.portal-select-glass{-webkit-backdrop-filter:blur(60px);background:#ffffffbf;border:1px solid #fffc;border-radius:2rem;flex-direction:column;align-items:center;gap:2rem;width:100%;max-width:900px;padding:clamp(2rem,4vw,3rem);display:flex;box-shadow:0 8px 32px #0000000f}.theme-dark .portal-select-glass{background:#1c1c1e99;border-color:#ffffff1a;box-shadow:0 8px 40px #0000004d}.portal-select-heading{color:#1c1c1e;text-align:center;letter-spacing:-.03em;margin:0;font-family:Manrope,sans-serif;font-size:clamp(1.6rem,3.5vw,2.5rem);font-weight:800}.theme-dark .portal-select-heading{color:#f2f2f7}.portal-select-sub{color:#636366;text-align:center;max-width:500px;margin:-1rem 0 0;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.6}.theme-dark .portal-select-sub{color:#8e8e93}.portal-select-divider{background:#0000000f;width:100%;height:1px;margin:0}.theme-dark .portal-select-divider{background:#ffffff14}.portal-select-cards{grid-template-columns:1fr 1fr;gap:1.25rem;width:100%;display:grid}@media (width<=600px){.portal-select-cards{grid-template-columns:1fr}}.portal-card{background:#fff9;border:1px solid #ffffffe6;border-radius:1.5rem;flex-direction:column;height:100%;transition:transform .22s,box-shadow .22s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000d}.theme-dark .portal-card{background:#2c2c2e99;border-color:#ffffff1a}.portal-card:hover{transform:translateY(-3px);box-shadow:0 16px 40px #007aff1f}.portal-card-visual{background-position:50%;background-size:cover;border-radius:1.25rem 1.25rem 0 0;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;height:200px;display:flex;position:relative;overflow:hidden}.portal-card-overlay{background:#0a14327a;position:absolute;inset:0}.portal-card-icon{z-index:1;color:#007aff;background:#ffffffeb;border-radius:999px;padding:.625rem;position:relative;box-shadow:0 2px 12px #00000026;font-size:2rem!important}.portal-card-label{z-index:1;color:#fff;letter-spacing:-.02em;text-shadow:0 1px 6px #0000004d;font-family:Manrope,sans-serif;font-size:1.5rem;font-weight:800;position:relative}.portal-card-body{flex-direction:column;flex:1;gap:1rem;min-height:0;padding:1.25rem 1.375rem 1.375rem;display:flex}.portal-card-desc{color:#636366;text-align:center;margin:0;font-family:Inter,sans-serif;font-size:.82rem;line-height:1.6}.theme-dark .portal-card-desc{color:#8e8e93}.portal-card-btn{color:#fff;letter-spacing:.08em;cursor:pointer;background:linear-gradient(135deg,#007aff 0%,#46a1ff 100%);border:none;border-radius:999px;width:100%;height:2.75rem;margin-top:auto;font-family:Inter,sans-serif;font-size:.78rem;font-weight:700;transition:opacity .2s,transform .15s;box-shadow:0 4px 14px #007aff4d}.portal-card-btn:hover{opacity:.9;transform:translateY(-1px)}.portal-card-btn:active{transform:translateY(0)}.coming-soon-shell{background:#f5f7fa;justify-content:center;align-items:center;min-height:100vh;padding:3rem 2rem;display:flex}.theme-dark .coming-soon-shell{background:#0a0a0c}.coming-soon-content{text-align:center;-webkit-backdrop-filter:blur(60px);background:#ffffffbf;border:1px solid #fffc;border-radius:2rem;flex-direction:column;align-items:center;gap:1.5rem;max-width:480px;padding:3rem 2.5rem;display:flex;box-shadow:0 8px 32px #0000000f}.theme-dark .coming-soon-content{background:#1c1c1e99;border-color:#ffffff1a}.coming-soon-icon{color:#007aff;background:#007aff1a;border:1px solid #007aff33;border-radius:999px;padding:1rem;font-size:3rem!important}.coming-soon-heading{color:#1c1c1e;letter-spacing:-.03em;margin:0;font-family:Manrope,sans-serif;font-size:2rem;font-weight:800}.theme-dark .coming-soon-heading{color:#f2f2f7}.coming-soon-sub{color:#636366;margin:0;font-family:Inter,sans-serif;font-size:.9rem;line-height:1.7}.theme-dark .coming-soon-sub{color:#8e8e93}.coming-soon-badge{letter-spacing:.1em;color:#007aff;text-transform:uppercase;background:#007aff1a;border:1px solid #007aff33;border-radius:999px;padding:.375rem 1.1rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700}.coming-soon-back{color:#636366;cursor:pointer;background:#0000000d;border:1px solid #00000014;border-radius:999px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500;transition:background .2s;display:flex}.coming-soon-back:hover{color:#1c1c1e;background:#00000017}.theme-dark .coming-soon-back{color:#8e8e93;background:#ffffff0f;border-color:#ffffff1a}.theme-dark .coming-soon-back:hover{color:#f2f2f7;background:#ffffff1a}.coming-soon-back .material-symbols-outlined{font-size:1.1rem!important}.nav-dropdown-link--soon{opacity:.45;cursor:not-allowed}.nav-dropdown-link--soon:hover,.nav-dropdown-link--soon:focus-visible{opacity:.45;color:inherit!important;background-color:#0000!important}.theme-dark .nav-dropdown-link--soon:hover,.theme-dark .nav-dropdown-link--soon:focus-visible{opacity:.45;color:#f2f2f7!important;background-color:#0000!important}.login-shell{grid-template-columns:1.2fr 1fr;min-height:100vh;display:grid;position:relative;overflow:hidden}.login-left-section{background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;justify-content:space-between;align-items:flex-start;min-height:100vh;padding:2rem 2.5rem;display:flex;position:relative}.login-left-section:before{content:"";z-index:0;background:linear-gradient(#0a325099 0%,#0a325066 100%);position:absolute;inset:0}.login-brand-top{z-index:1;width:100%;position:relative}.login-brand-text{color:#fff;letter-spacing:-.03em;text-shadow:0 2px 8px #0003;margin:0;font-family:Inter,sans-serif;font-size:1.75rem;font-weight:800}.brand-inc{color:#64b4ffe6;font-weight:700}.login-left-content{z-index:1;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:2rem;width:100%;display:flex;position:relative}.login-track-section{width:100%;max-width:420px}.login-track-card{-webkit-backdrop-filter:blur(16px);background:#0f1e378c;border:1px solid #ffffff2e;border-radius:2rem;width:clamp(320px,75%,560px);padding:clamp(1.5rem,3vw,2.5rem);box-shadow:0 24px 64px #0006,0 2px 8px #0003}.login-track-header{align-items:center;gap:.75rem;margin-bottom:1.25rem;display:flex}.track-icon{filter:drop-shadow(0 2px 4px #0000001a);color:#64b4ff!important;font-size:1.4rem!important}.login-track-header h3{color:#fff;letter-spacing:-.02em;text-shadow:0 1px 4px #00000026;margin:0;font-family:Inter,sans-serif;font-size:clamp(1.2rem,2vw,1.6rem);font-weight:700}.login-track-input-group{background:#ffffff1a;border:1px solid #fff3;border-radius:999px;gap:.5rem;margin-bottom:1.25rem;padding:.375rem;display:flex}.login-track-input{color:#fff;background:#ffffff26;border:none;border-radius:999px;outline:none;flex:1;height:2.5rem;padding:.5rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;transition:background .2s}.login-track-input::placeholder{color:#ffffffb3}.login-track-input:focus{background:#ffffff40}.login-track-button{color:#fff;cursor:pointer;white-space:nowrap;background:#05c;border:0;border-radius:999px;height:2.5rem;padding:0 1.5rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;transition:transform .2s,background .2s;box-shadow:0 4px 12px #05c6}.login-track-button:hover{background:#04a;transform:scale(1.02)}.login-track-stats{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1.25rem;display:grid}.login-stat{background:#ffffff14;border:1px solid #ffffff1f;border-radius:1rem;flex-direction:column;gap:.25rem;padding:clamp(.875rem,1.5vw,1.25rem) clamp(1rem,2vw,1.5rem);display:flex}.login-stat-value{color:#fff;letter-spacing:-.02em;text-shadow:0 1px 4px #00000026;font-family:Inter,sans-serif;font-size:clamp(1.5rem,2.5vw,2rem);font-weight:800}.login-stat-label{color:#fffc;text-transform:uppercase;letter-spacing:.08em;font-family:Inter,sans-serif;font-size:clamp(.65rem,1vw,.8rem);font-weight:700}.login-track-footer{border-top:1px solid #fff3;justify-content:space-between;align-items:center;margin-top:1.25rem;padding-top:1rem;display:flex}.login-track-footer p{color:#ffffffe6;margin:0;font-family:Inter,sans-serif;font-size:.85rem;font-style:italic;font-weight:600}.login-avatars{align-items:center;gap:.5rem;display:flex}.avatar-group{align-items:center;display:flex}.avatar{border:2.5px solid #fff9;border-radius:999px;flex-shrink:0;width:2.1rem;height:2.1rem;margin-left:-.65rem;overflow:hidden;box-shadow:0 2px 8px #0000004d}.avatar:first-child{margin-left:0}.avatar-count{color:#fff;background:#05c9;border:1px solid #ffffff4d;border-radius:999px;margin-left:.5rem;padding:.25rem .5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700}.login-right-section{background:#fff;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:3rem 2.5rem;display:flex;position:relative}.login-form-container{flex-direction:column;gap:2rem;width:100%;max-width:400px;display:flex}.login-welcome{color:#1c1c1e;letter-spacing:-.02em;margin:0;font-family:Inter,sans-serif;font-size:1.875rem;font-weight:700}.login-subtitle{color:#687284;margin:0;font-family:Inter,sans-serif;font-size:.95rem;font-weight:400;line-height:1.5}.login-form{flex-direction:column;gap:1.5rem;display:flex}.login-field{flex-direction:column;gap:.5rem;display:flex}.login-label{color:#1c1c1e;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600}.login-input{color:#1c1c1e;background:#f3f4f6;border:none;border-radius:999px;outline:none;width:100%;height:3rem;padding:0 1.25rem;font-family:Inter,sans-serif;font-size:.95rem;transition:background-color .2s,box-shadow .2s}.login-input:focus{background:#ebeef2;box-shadow:0 0 0 2px #0055cc26}.login-input::placeholder{color:#9ca3af}.login-password-header{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.5rem;display:flex}.login-forgot-link{color:#05c;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:color .2s}.login-forgot-link:hover{color:#04a}.login-password-input-wrapper{align-items:center;width:100%;display:flex;position:relative}.login-password-input-wrapper .login-input{padding-right:3rem}.login-password-toggle{cursor:pointer;color:#9ca3af;background:0 0;border:none;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;top:50%;right:1rem;transform:translateY(-50%)}.login-password-toggle:hover{color:#374151}.login-password-toggle .material-symbols-outlined{font-size:1.1rem}.login-sign-in-button{color:#fff;cursor:pointer;background:#05c;border:0;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;height:3.25rem;margin-top:.5rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;transition:transform .2s,background .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #0055cc4d}.login-sign-in-button:hover{background:#04a;transform:translateY(-2px);box-shadow:0 12px 28px #0055cc59}.login-sign-in-button:active{transform:translateY(0)}.login-sign-in-button .material-symbols-outlined{font-size:1.25rem}.login-divider{color:#9ca3af;align-items:center;gap:1rem;margin:.5rem 0;font-size:.875rem;display:flex}.login-divider:before,.login-divider:after{content:"";background:#e5e7eb;flex:1;height:1px}.login-social-buttons{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.login-social-button{color:#1c1c1e;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:999px;justify-content:center;align-items:center;gap:.5rem;height:2.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:background-color .2s,border-color .2s,transform .2s;display:flex}.login-social-button:hover{background:#f9fafb;border-color:#9ca3af;transform:translateY(-1px)}.login-social-button:active{transform:translateY(0)}.login-social-button.google svg{flex-shrink:0}.login-enterprise{text-align:center;color:#6b7280;margin:0;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.login-sales-link{color:#05c;font-weight:600;text-decoration:none;transition:color .2s}.login-sales-link:hover{color:#04a}.login-footer{color:#9ca3af;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;font-family:Inter,sans-serif;font-size:.8rem;display:flex;position:absolute;bottom:1.5rem;left:2.5rem;right:2.5rem}.login-footer span{color:#9ca3af}.login-footer-links{justify-content:center;gap:1.5rem;display:flex}.login-footer-links a{color:#9ca3af;font-family:Inter,sans-serif;font-weight:500;text-decoration:none;transition:color .2s}.login-footer-links a:hover{color:#6b7280}.theme-dark .login-shell{background:#0a0a0c}.theme-dark .login-left-section{background-position:50%;background-size:cover}.theme-dark .login-left-section:before{background:linear-gradient(#051428bf 0%,#05142899 100%)}.theme-dark .login-brand-text{color:#fff}.theme-dark .brand-inc{color:#0a84ffe6}.theme-dark .login-track-card{background:#ffffff1a!important;border:1px solid #fff3!important;box-shadow:0 12px 48px #00000040!important}.theme-dark .login-track-header h3{color:#fff}.theme-dark .track-icon{color:#64b4ff!important}.theme-dark .login-track-input{color:#fff;background:#ffffff26;border:none}.theme-dark .login-track-input:focus{background:#ffffff40}.theme-dark .login-track-input::placeholder{color:#fff9}.theme-dark .login-track-button{background:#05c;box-shadow:0 4px 12px #05c6}.theme-dark .login-track-button:hover{background:#04a}.theme-dark .login-stat{background:#ffffff1a;border:1px solid #ffffff26}.theme-dark .login-stat-value{color:#fff}.theme-dark .login-stat-label{color:#ffffffb3}.theme-dark .login-track-footer{border-top:1px solid #fff3}.theme-dark .login-track-footer p{color:#ffffffe6}.theme-dark .avatar{background:linear-gradient(135deg,#64b4ff,#05c);border:2px solid #ffffff4d}.theme-dark .avatar-count{color:#fff;background:#05c9;border:1px solid #ffffff4d}.theme-dark .login-right-section{background:#0f0f11}.theme-dark .login-welcome{color:#f2f2f7}.theme-dark .login-subtitle{color:#8e8e93}.theme-dark .login-label{color:#f2f2f7}.theme-dark .login-input{color:#f2f2f7;background:#ffffff14;border:none}.theme-dark .login-input:focus{background:#ffffff1f;box-shadow:0 0 0 2px #0a84ff33}.theme-dark .login-input::placeholder{color:#6b7280}.theme-dark .login-forgot-link{color:#0a84ff}.theme-dark .login-forgot-link:hover{color:#46a1ff}.theme-dark .login-sign-in-button{background:#05c;box-shadow:0 8px 24px #0055cc4d}.theme-dark .login-sign-in-button:hover{background:#04a;box-shadow:0 12px 28px #0055cc59}.theme-dark .login-divider{color:#6b7280}.theme-dark .login-divider:before,.theme-dark .login-divider:after{background:#2d2d30}.theme-dark .login-social-button{color:#f2f2f7;background:#ffffff0f;border:1px solid #ffffff1f}.theme-dark .login-social-button:hover{background:#ffffff1a;border-color:#fff3}.theme-dark .login-enterprise{color:#8e8e93}.theme-dark .login-sales-link{color:#0a84ff}.theme-dark .login-sales-link:hover{color:#46a1ff}.theme-dark .login-footer,.theme-dark .login-footer span,.theme-dark .login-footer-links a{color:#8e8e93}.theme-dark .login-footer-links a:hover{color:#0a84ff}@media (width<=900px){.login-shell{grid-template-columns:1fr}.login-left-section{display:none}.login-right-section{min-height:100vh;padding:2rem 1.5rem}.login-form-container{width:100%;max-width:100%}}.custom-select-wrapper{width:100%;position:relative}.custom-select-trigger{width:100%;height:var(--input-height);background-color:var(--input-bg,#f4f5f7);border:1px solid var(--input-border,#97a4b8);color:#465267;cursor:pointer;text-align:left;border-radius:999px;justify-content:space-between;align-items:center;padding:0 .75rem;font-size:.8125rem;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex}.theme-dark .custom-select-trigger{color:#fff;background-color:#ffffff0a;border-color:#ffffff14}.custom-select-trigger:hover,.custom-select-trigger.is-open{border-color:#007aff}.custom-select-trigger .custom-select-value{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.custom-select-rich{grid-template-columns:1.15rem minmax(0,1fr);align-items:center;gap:.45rem;width:100%;min-width:0;display:grid}.custom-select-rich-flag{text-align:center;flex:none;justify-content:center;align-items:center;width:1.15rem;min-width:1.15rem;height:1.4rem;padding-block:.1rem;line-height:1;display:flex}.custom-select-rich-main{flex-direction:column;gap:.08rem;min-width:0;display:flex}.custom-select-rich-main strong,.custom-select-rich-main small{color:inherit;white-space:nowrap}.custom-select-rich-main strong{text-overflow:ellipsis;overflow:hidden}.custom-select-rich-main small{opacity:.72;font-size:.68rem;font-weight:600}.custom-select-option .custom-select-rich{width:100%}.custom-select-option .custom-select-rich-main strong,.custom-select-option .custom-select-rich-main small{display:block}.custom-select-trigger .custom-select-arrow{color:#8e8e93;margin-left:.5rem;font-size:1.125rem;transition:transform .2s}.custom-select-trigger.is-open .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{background:var(--bg-card,#fff);border:1px solid var(--border-color,#e5e5ea);z-index:100;-webkit-backdrop-filter:blur(24px);border-radius:.75rem;width:100%;max-height:240px;padding:.5rem;list-style:none;position:absolute;top:calc(100% + 4px);left:0;overflow-y:auto;box-shadow:0 12px 40px #0000001f}.custom-select-dropdown.custom-select-dropdown--up{top:auto;bottom:calc(100% + 4px)}.theme-dark .custom-select-dropdown{background:#1e1e1ed9;border-color:#ffffff1a;box-shadow:0 12px 40px #0000004d}.custom-select-option{color:var(--text-base,#1c1c1e);cursor:pointer;-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;border-radius:.375rem;padding:.4rem .6rem;font-size:.8125rem;transition:all .2s;overflow:hidden}.theme-dark .custom-select-option{color:#fff}.custom-select-option:hover,.custom-select-option.selected,.theme-dark .custom-select-option:hover,.theme-dark .custom-select-option.selected{color:#fff;background:#007aff}.accessorial-empty-btn{color:#007aff;cursor:pointer;text-align:center;background-color:#007aff1a;border:1px dashed #007aff4d;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.5rem;font-size:.875rem;transition:all .2s}.custom-select-trigger.is-placeholder .custom-select-value{color:#8e8e93;font-family:inherit}.shipment-page-grid{align-items:stretch!important}.shipment-accessorials{flex-direction:column;height:100%;display:flex}input[type=checkbox],.shipment-custom-checkbox{accent-color:#007aff;cursor:pointer;outline:none;width:1.1rem;height:1.1rem}input[type=checkbox]:focus,input[type=checkbox]:focus-visible,.shipment-custom-checkbox:focus,.shipment-custom-checkbox:focus-visible{box-shadow:none;outline:none}.custom-select-trigger,.custom-select-value,.custom-select-option{font-family:Inter,sans-serif}.custom-select-trigger.is-placeholder .custom-select-value{color:var(--text-muted,#8e8e93)}.shipment-card.items-to-ship-card,.shipment-card.shipment-pricing-card{grid-column:1/-1;width:100%}.snake-path{stroke-dasharray:100;stroke-dashoffset:100px;animation:3s cubic-bezier(.4,0,.2,1) .3s forwards snakeDraw}.marker-pop{transform-origin:bottom;opacity:0;animation:.6s cubic-bezier(.34,1.56,.64,1) forwards popInOut;transform:translate(-50%,-100%)scale(0)}.marker-pop.delay-mark{animation-delay:3.1s}@keyframes snakeDraw{to{stroke-dashoffset:0}}@keyframes popInOut{0%{opacity:0;transform:translate(-50%,-100%)scale(.5)}60%{opacity:1;transform:translate(-50%,-100%)scale(1.15)}to{opacity:1;transform:translate(-50%,-100%)scale(1)}}.lsp-org-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.lsp-org-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.lsp-org-shell .shipment-page-header{margin-bottom:0}.lsp-broker-toggle{align-items:center;gap:.25rem;display:inline-flex}.lsp-broker-chevron{transition:transform .2s;font-size:.95rem!important}.lsp-broker-dropdown-wrap{position:relative}.lsp-broker-dropdown{z-index:200;color:#1c1c1e;border-radius:.5rem;width:15rem;padding:.5rem 0;position:absolute;top:calc(100% + 6px);right:0}.lsp-org-add-btn{white-space:nowrap;align-items:center;gap:.25rem;display:inline-flex;font-size:var(--text-body-size)!important;padding:.4rem .9rem!important}.lsp-org-add-btn .material-symbols-outlined{font-size:1rem!important}.lsp-link{color:#007aff;font-family:Inter,sans-serif;text-decoration:none}.lsp-link:hover{text-decoration:underline}.lsp-org-widgets-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:.875rem;min-height:460px;display:grid}.lsp-org-widget-card{border-radius:var(--surface-radius-sm);background:#fff;border:1px solid #0000000f;flex-direction:column;gap:.625rem;padding:1rem 1.125rem;display:flex;box-shadow:0 2px 8px #0000000f,0 0 0 .5px #0000000a}.lsp-org-widget-title{color:#2f3a4f;font-family:Inter,sans-serif;font-size:var(--text-title-size);margin:0;font-weight:700}.lsp-chart-svg{flex:1 1 0;width:100%;height:0;min-height:0;display:block}.lsp-org-widget-card.lsp-chart-card{flex-direction:column;display:flex}.lsp-org-widget-card.lsp-chart-card .lsp-org-chart-tabs,.lsp-org-widget-card.lsp-chart-card .chart-legend{flex-shrink:0}.lsp-div-chart{flex-direction:column;flex:1;padding:.5rem 0 0;display:flex}.lsp-div-chart-inner{flex:1;gap:0;display:flex}.lsp-div-yaxis{flex-direction:column;flex-shrink:0;justify-content:space-between;align-items:flex-end;width:28px;padding-bottom:20px;padding-right:6px;display:flex}.lsp-div-ytick{color:#9aa5b4;font-family:Inter,sans-serif;font-size:.6rem;line-height:1}.lsp-div-plot{flex-direction:column;flex:1;display:flex;position:relative}.lsp-div-gridline{pointer-events:none;background:#0000000f;height:1px;position:absolute;left:0;right:0}.lsp-div-chart-bars{flex:1;align-items:flex-end;gap:.5rem;padding-bottom:0;display:flex}.lsp-div-bar-col{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:4px;height:160px;display:flex;position:relative}.lsp-div-bar-outer{background:#46a1ff2e;border-radius:999px 999px 0 0;flex-shrink:0;width:100%;position:relative;overflow:hidden}.lsp-div-bar-fill{background:linear-gradient(#46a1ff,#6ab8ff);border-radius:999px 999px 0 0;position:absolute;bottom:0;left:0;right:0}.lsp-div-bar-month{color:#687284;flex-shrink:0;font-family:Inter,sans-serif;font-size:.68rem;line-height:1}.lsp-div-bar-tooltip{color:#fff;white-space:nowrap;pointer-events:none;z-index:10;background:#141e32e6;border-radius:6px;flex-direction:column;gap:2px;padding:5px 8px;font-family:Inter,sans-serif;font-size:.68rem;display:flex;position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%)}.lsp-div-bar-tooltip strong{color:#9ec9ff}.theme-dark .lsp-div-ytick{color:#4a5568}.theme-dark .lsp-div-gridline{background:#ffffff0f}.theme-dark .lsp-div-bar-val{color:#a0aec0}.theme-dark .lsp-div-bar-month{color:#636366}.lsp-pie-center-val{fill:#182034;font-family:Inter,sans-serif;font-size:22px;font-weight:800}.lsp-pie-center-lbl{fill:#687284;letter-spacing:.06em;text-transform:uppercase;font-family:Inter,sans-serif;font-size:8.5px;font-weight:600}.lsp-pie-center-pct{fill:#1478f5;font-family:Inter,sans-serif;font-size:10px;font-weight:700}.lsp-legend-label{fill:#4a5568;font-family:Inter,sans-serif;font-size:9.5px;font-weight:500}.lsp-legend-val{fill:#182034;font-family:Inter,sans-serif;font-size:9.5px;font-weight:700}.lsp-bar-val{fill:#2f3a4f;font-family:Inter,sans-serif;font-size:8.5px;font-weight:700}.lsp-bar-inside{fill:#ffffffd1;text-anchor:middle;font-family:Inter,sans-serif;font-size:8px;font-weight:700}.lsp-bar-total,.lsp-bar-detail{letter-spacing:-.01em;text-anchor:middle;font-family:Inter,sans-serif;font-size:8px;font-weight:700}.lsp-bar-total{fill:#182034}.lsp-bar-detail--committed{fill:#ffffffbf}.lsp-bar-detail--quote{fill:#ffffffe6}.lsp-org-chart-legend{flex-wrap:wrap;justify-content:center;gap:.75rem}.lsp-org-chart-legend-item{color:#4a5568;white-space:nowrap;font-size:var(--text-caption-size);background:#1478f514;border-radius:999px;align-items:center;gap:.35rem;padding:.35rem .65rem;display:inline-flex}.lsp-org-chart-legend-value{color:#182034;font-family:Inter,sans-serif;font-size:var(--text-caption-size);font-variant-numeric:tabular-nums;font-weight:800}.lsp-org-chart-tabs{border-bottom:1px solid #e2e6ee;display:flex}.lsp-org-chart-tab{text-align:center;font-family:Inter,sans-serif;font-size:var(--text-body-size);color:#687284;cursor:pointer;background:0 0;border:0;border-bottom:2px solid #0000;flex:1;margin-bottom:-1px;padding:.35rem .875rem;font-weight:600;transition:color .15s,border-color .15s}.lsp-org-chart-tab.is-active{color:#007aff;border-bottom-color:#007aff}.lsp-org-activity-list{flex-direction:column;gap:5px;display:flex}.lsp-org-activity-row{font-family:Inter,sans-serif;font-size:var(--text-body-size);justify-content:space-between;align-items:baseline;gap:.5rem;display:flex}.lsp-org-activity-key{color:#687284;flex-shrink:0;font-weight:600}.lsp-org-activity-val{color:#1c1c1e;text-align:right;font-weight:500}.lsp-org-divider{background:#1c1c1e12;height:1px;margin:.25rem 0}.lsp-org-quick-links,.lsp-org-acct-links{flex-direction:column;gap:1px;display:flex}.lsp-org-quick-link{color:#007aff;font-family:Inter,sans-serif;font-size:var(--text-body-size);border-radius:.4rem;align-items:center;gap:2px;padding:.2rem .375rem;font-weight:500;text-decoration:none;transition:background .15s;display:flex}.lsp-org-quick-link .material-symbols-outlined{opacity:.7;font-size:.95rem}.lsp-org-quick-link:hover{background:#007aff14}.lsp-org-info-row{grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:.875rem;display:grid}.lsp-org-info-card{border-radius:var(--surface-radius-sm);background:#fff;border:1px solid #0000000f;padding:1rem 1.125rem;box-shadow:0 2px 8px #0000000f,0 0 0 .5px #0000000a}.lsp-org-info-card--flex{flex-direction:column;display:flex}.lsp-org-info-card-head{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.625rem;display:flex}.lsp-org-info-title{color:#2f3a4f;font-family:Inter,sans-serif;font-size:var(--text-title-size);margin:0 0 .625rem;font-weight:700}.lsp-org-info-card-head .lsp-org-info-title{margin-bottom:0}.lsp-org-info-dl{grid-template-columns:1fr 1fr;gap:.625rem .75rem;margin:0;display:grid}.lsp-org-info-dl>div{flex-direction:column;gap:2px;display:flex}.lsp-org-info-dl-full{grid-column:1/-1}.lsp-org-info-dl dt{color:#1669c5;font-family:Inter,sans-serif;font-size:var(--text-label-size);text-transform:uppercase;letter-spacing:.04em;font-weight:700}.lsp-org-info-dl dd{color:#1c1c1e;font-family:Inter,sans-serif;font-size:var(--text-body-size);margin:0;font-weight:500;line-height:1.45}.lsp-org-empty-center{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:.375rem;padding:1.25rem 0;display:flex}.lsp-org-empty-icon{color:#c5ccda;font-size:1.75rem!important}.lsp-org-empty-msg{color:#8e8e93;font-family:Inter,sans-serif;font-size:var(--text-body-size);margin:0;font-style:italic}.lsp-org-acct-dl{flex-direction:column;gap:3px;margin:0;display:flex}.lsp-org-acct-dl>div{flex-wrap:wrap;gap:.25rem;display:flex}.lsp-org-acct-dl dt{color:#2f3a4f;font-family:Inter,sans-serif;font-size:var(--text-body-size);font-weight:600}.lsp-org-acct-dl dd{color:#687284;font-family:Inter,sans-serif;font-size:var(--text-body-size);margin:0;font-weight:400}.lsp-org-acct-dl dd:before{content:"– "}.lsp-org-staff-row{grid-template-columns:minmax(0,1fr) 18rem;align-items:start;gap:.875rem;display:grid}.lsp-org-staff-card{border-radius:var(--surface-radius-sm);background:#fff;border:1px solid #0000000f;padding:1rem 1.125rem;box-shadow:0 2px 8px #0000000f,0 0 0 .5px #0000000a}.lsp-org-staff-aside{flex-direction:column;gap:.875rem;display:flex}.lsp-org-table-wrap{margin-top:.5rem;overflow-x:auto}.lsp-org-table{border-collapse:collapse;width:100%;font-family:Inter,sans-serif;font-size:var(--text-body-size)}.lsp-org-table th{text-align:left;color:#1669c5;font-size:var(--text-label-size);text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;border-bottom:1px solid #e2e6ee;padding:.4rem .625rem;font-weight:700;position:relative}.starfish-th-inner{align-items:center;display:inline-flex}.starfish-resize-handle{cursor:col-resize;opacity:0;z-index:1;width:5px;transition:opacity .15s;position:absolute;top:0;bottom:0;right:0}.starfish-resize-handle:after{content:"";background:#007aff;border-radius:2px;width:2px;position:absolute;top:15%;bottom:15%;right:2px}.starfish-th:hover .starfish-resize-handle{opacity:1}.theme-dark .starfish-resize-handle:after{background:#0a84ff}.lsp-org-table td{color:#2f3a4f;vertical-align:middle;border-bottom:1px solid #eceef2;padding:.5rem .625rem;font-weight:500}.lsp-org-table tr:last-child td{border-bottom:0}.lsp-org-table tr:hover td{background:#007aff0a}.lsp-org-td-id{color:#8e8e93;font-size:var(--text-caption-size);font-variant-numeric:tabular-nums}.lsp-org-td-secondary{color:#687284}.lsp-org-staff-name-cell{align-items:center;gap:.5rem;display:flex}.lsp-org-avatar{color:#fff;letter-spacing:.02em;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.85rem;height:1.85rem;font-family:Inter,sans-serif;font-size:.62rem;font-weight:800;display:flex;box-shadow:0 2px 6px #00000024}.lsp-org-staff-link{color:#007aff;font-family:Inter,sans-serif;font-weight:600;text-decoration:none}.lsp-org-staff-link:hover{text-decoration:underline}.lsp-org-row-btn{color:#007aff;cursor:pointer;background:#007aff14;border:0;border-radius:999px;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;transition:background .15s;display:flex}.lsp-org-row-btn:hover{background:#007aff2e}.lsp-org-row-btn .material-symbols-outlined{font-size:.95rem}.theme-dark .lsp-org-widget-card,.theme-dark .lsp-org-info-card,.theme-dark .lsp-org-staff-card{background:#1c1c1ed1;border-color:#ffffff14;box-shadow:0 2px 12px #00000059,0 0 0 .5px #ffffff0d}.theme-dark .lsp-org-widget-title,.theme-dark .lsp-org-info-title{color:#e0e4ed}.theme-dark .lsp-org-chart-tabs{border-bottom-color:#2d3445}.theme-dark .lsp-org-chart-tab{color:#8e8e93}.theme-dark .lsp-org-chart-tab.is-active{color:#0a84ff;border-bottom-color:#0a84ff}.theme-dark .lsp-org-activity-key{color:#8e8e93}.theme-dark .lsp-org-activity-val{color:#f2f2f7}.theme-dark .lsp-org-divider{background:#ffffff0f}.theme-dark .lsp-org-quick-link{color:#0a84ff}.theme-dark .lsp-org-quick-link:hover{background:#0a84ff1a}.theme-dark .lsp-org-info-dl dt{color:#46a1ff}.theme-dark .lsp-org-info-dl dd{color:#f2f2f7}.theme-dark .lsp-org-acct-dl dt{color:#d8dde8}.theme-dark .lsp-org-acct-dl dd{color:#8e8e93}.theme-dark .lsp-org-empty-msg{color:#636366}.theme-dark .lsp-org-empty-icon{color:#3d4659}.theme-dark .lsp-pie-center-val{fill:#f2f2f7}.theme-dark .lsp-pie-center-lbl{fill:#8e8e93}.theme-dark .lsp-pie-center-pct{fill:#46a1ff}.theme-dark .lsp-legend-label{fill:#a0aec0}.theme-dark .lsp-legend-val{fill:#e2e8f0}.theme-dark .lsp-bar-val{fill:#d8dde8}.theme-dark .lsp-org-table th{color:#46a1ff;border-bottom-color:#2d3445}.theme-dark .lsp-org-table td{color:#d8dde8;border-bottom-color:#252b3a}.theme-dark .lsp-org-table tr:hover td{background:#0a84ff0f}.theme-dark .lsp-org-td-id{color:#636366}.theme-dark .lsp-org-td-secondary{color:#8e8e93}.theme-dark .lsp-org-staff-link{color:#0a84ff}.theme-dark .lsp-org-row-btn{color:#0a84ff;background:#0a84ff1a}.theme-dark .lsp-org-row-btn:hover{background:#0a84ff33}.theme-dark .lsp-link{color:#0a84ff}@media (width<=1024px){.lsp-org-info-row{grid-template-columns:1fr 1fr}}@media (width<=900px){.lsp-org-widgets-row{grid-template-columns:1fr 1fr;min-height:320px}.lsp-org-staff-row{grid-template-columns:1fr}}@media (width<=640px){.lsp-org-widgets-row{min-height:unset;grid-template-columns:1fr}.lsp-org-info-row{grid-template-columns:1fr}}.surface-card{border-radius:var(--surface-radius-sm);background:#fff;border:1px solid #0000000f;padding:1rem;box-shadow:0 2px 8px #0000000f,0 0 0 .5px #0000000a}.theme-dark .surface-card{background:#1c1c1ed1;border:1px solid #ffffff14;box-shadow:0 2px 12px #00000059,0 0 0 .5px #ffffff0d}.hdr-btn{white-space:nowrap;cursor:pointer;border:0;border-radius:999px;align-items:center;gap:.35rem;padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;transition:opacity .15s,box-shadow .15s,background .15s;display:inline-flex}.hdr-btn .material-symbols-outlined{font-size:1.1rem}.hdr-btn--primary{color:#fff;background:linear-gradient(135deg,#0d66c2 0%,#0a56af 100%);box-shadow:0 8px 16px #0d66c23d}.hdr-btn--primary:hover:not(:disabled){opacity:.92;box-shadow:0 10px 20px #0d66c252}.hdr-btn--ghost{color:#4c5566;box-shadow:none;background:0 0;padding:.625rem 1rem}.hdr-btn--ghost:hover:not(:disabled){color:#1c1c1e;background:#0000000a}.hdr-btn--icon{color:#4c5566;width:2.25rem;height:2.25rem;box-shadow:none;background:0 0;border:1px solid #97a4b8;border-radius:.5rem;justify-content:center;gap:0;padding:0}.hdr-btn--icon:hover:not(:disabled){color:#007aff;background:#007aff14;border-color:#007aff59}.hdr-btn--icon .material-symbols-outlined{margin:0;font-size:1rem}.hdr-btn:disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.theme-dark .hdr-btn--icon{color:#a0aab8;border-color:#fff3}.theme-dark .hdr-btn--icon:hover:not(:disabled){color:#4da3ff;background:#0a84ff1f;border-color:#0a84ff66}.theme-dark .hdr-btn--primary{background:linear-gradient(135deg,#1a7de0 0%,#1268c8 100%);box-shadow:0 8px 16px #0a84ff38}.theme-dark .hdr-btn--primary:hover:not(:disabled){box-shadow:0 10px 20px #0a84ff52}.theme-dark .hdr-btn--ghost{color:#a0aab8}.theme-dark .hdr-btn--ghost:hover:not(:disabled){color:#f2f2f7;background:#ffffff0f}.customer-companies-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.customer-companies-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.customer-companies-header{margin-bottom:0}.customer-companies-header-actions{justify-content:flex-end}.customer-companies-add-btn{white-space:nowrap}.customer-companies-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem .875rem;display:grid}.customer-companies-field{flex-direction:column;gap:4px;display:flex}.customer-companies-field>span{color:#7b879b;font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.customer-companies-field input,.customer-companies-field .custom-select-trigger{height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem}.customer-companies-field .custom-select-trigger{justify-content:space-between}.customer-companies-field--select-centered .custom-select-trigger .custom-select-value{text-align:center}.customer-companies-filter-select-value{text-align:center;width:100%;display:inline-block}.customer-companies-filter-select-value.is-all{color:#5f6c80;font-weight:600}.customer-companies-field input:focus,.customer-companies-field .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.customer-companies-field--reference{grid-column:1/span 1}.customer-companies-advanced-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem .875rem;margin-top:.875rem;display:grid}.customer-companies-filter-actions{justify-content:flex-end;align-items:center;gap:.625rem;margin-top:.875rem;display:flex}.customer-companies-action-btn{color:#4c5566;cursor:pointer;background:#fff;border:1px solid #97a4b8;border-radius:.5rem;align-items:center;gap:.3rem;padding:.45rem .8rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;display:inline-flex}.customer-companies-action-btn:hover{color:#007aff;background:#007aff14;border-color:#007aff59}.customer-companies-action-btn .material-symbols-outlined{font-size:.95rem}.customer-companies-search-btn{padding:.45rem 1rem;font-size:.9rem}.customer-companies-table-wrap{margin-top:0;overflow-x:auto}.customer-companies-sort-trigger{color:#1669c5;cursor:pointer;font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.04em;text-transform:uppercase;background:0 0;border:0;align-items:center;gap:.15rem;padding:0;font-weight:700;line-height:1;display:inline-flex}.customer-companies-sort-trigger.is-active{color:#1669c5}.customer-companies-sort-icon{color:#8e9aa7;font-size:.76rem}.customer-companies-sort-trigger.is-active .customer-companies-sort-icon{color:#007aff}.customer-companies-id-link{color:#007aff;font-weight:600;text-decoration:none}.customer-companies-id-link:hover{text-decoration:underline}.customer-companies-name{color:#1c1c1e;font-family:Inter,sans-serif;font-weight:500}.customer-companies-center-cell,.customer-companies-empty-cell,.customer-companies-alert-cell{text-align:center}.customer-companies-alert-indicator{color:#46a1ff;font-size:.92rem;font-weight:700}.customer-companies-status-chip{white-space:nowrap;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:.38rem;padding:.3rem .8rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:700;line-height:1;display:inline-flex}.customer-companies-status-dot{border-radius:999px;flex:none;width:.5rem;height:.5rem}.customer-companies-status-chip.is-active{color:#007aff;background:#007aff26;border-color:#007aff33}.customer-companies-status-chip.is-active .customer-companies-status-dot{background:#007aff}.customer-companies-status-chip.is-inactive{color:#636366;background:#6363661a;border-color:#63636633}.customer-companies-status-chip.is-inactive .customer-companies-status-dot{background:#636366}.customer-companies-row-actions{align-items:center;gap:.2rem;display:inline-flex}.customer-companies-pagination{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.95rem;display:flex}.customer-companies-pagination-meta{color:#8a98ad;font-family:Inter,sans-serif;font-size:.78rem;font-weight:600}.customer-companies-pagination-meta strong{color:#1c1c1e;font-weight:700}.customer-companies-pagination-controls{flex-wrap:wrap;align-items:center;gap:.65rem;display:inline-flex}.customer-companies-page-nav-btn{color:#465267;cursor:pointer;background:#f5f7fa;border:1px solid #8c98ab59;border-radius:999px;justify-content:center;align-items:center;width:2.2rem;height:2.2rem;display:inline-flex}.customer-companies-page-nav-btn .material-symbols-outlined{font-size:.78rem}.customer-companies-page-nav-btn:hover:not(:disabled){color:#007aff;background:#007aff0d;border-color:#007aff59}.customer-companies-page-nav-btn:disabled{opacity:.45;cursor:not-allowed}.customer-companies-page-list{align-items:center;gap:.25rem;display:inline-flex}.customer-companies-page-number{color:#1c1c1e;cursor:pointer;background:0 0;border:0;border-radius:999px;min-width:2.2rem;height:2.2rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:700}.customer-companies-page-number:hover{color:#007aff;background:#007aff14}.customer-companies-page-number.is-active{color:#fff;background:#0b63c6}.customer-companies-page-ellipsis{text-align:center;color:#596579;min-width:1.9rem;font-size:1rem;font-weight:700}.customer-companies-page-size{align-items:center;gap:.4rem;margin-left:.2rem;display:inline-flex}.customer-companies-page-size>span{color:#7b879b;text-transform:uppercase;letter-spacing:.05em;font-family:Inter,sans-serif;font-size:.74rem;font-weight:700}.customer-companies-page-size .custom-select-wrapper{min-width:4.4rem}.customer-companies-page-size .custom-select-trigger{height:var(--input-height);color:#465267;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;min-width:4.4rem}.customer-companies-page-size .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.theme-dark .customer-companies-field>span{color:#8e8e93}.theme-dark .customer-companies-filter-select-value.is-all{color:#d4d4d4}.theme-dark .customer-companies-field input,.theme-dark .customer-companies-field .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border:1px solid #fff3}.theme-dark .customer-companies-field input:focus,.theme-dark .customer-companies-field .custom-select-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .customer-companies-action-btn{color:#a0aab8;background:#ffffff0f;border-color:#ffffff3d}.theme-dark .customer-companies-action-btn:hover{color:#0a84ff;background:#0a84ff26;border-color:#0a84ff73}.theme-dark .customer-companies-id-link{color:#0a84ff}.theme-dark .customer-companies-name{color:#f2f2f7}.theme-dark .customer-companies-sort-trigger.is-active,.theme-dark .customer-companies-sort-trigger{color:#46a1ff}.theme-dark .customer-companies-sort-trigger.is-active .customer-companies-sort-icon{color:#0a84ff}.theme-dark .customer-companies-alert-indicator{color:#7bc4ff}.theme-dark .customer-companies-status-chip.is-active{color:#0a84ff;background:#0a84ff33;border-color:#0a84ff4d}.theme-dark .customer-companies-status-chip.is-active .customer-companies-status-dot{background:#0a84ff}.theme-dark .customer-companies-status-chip.is-inactive{color:#a0aab8;background:#8e8e9329;border-color:#8e8e9342}.theme-dark .customer-companies-status-chip.is-inactive .customer-companies-status-dot{background:#8e8e93}.theme-dark .customer-companies-pagination-meta{color:#8e8e93}.theme-dark .customer-companies-pagination-meta strong{color:#f2f2f7}.theme-dark .customer-companies-page-nav-btn{color:#d8dde8;background:#ffffff0f;border-color:#ffffff29}.theme-dark .customer-companies-page-nav-btn:hover:not(:disabled){color:#0a84ff;background:#0a84ff24;border-color:#0a84ff73}.theme-dark .customer-companies-page-number{color:#f2f2f7}.theme-dark .customer-companies-page-number:hover{color:#0a84ff;background:#0a84ff26}.theme-dark .customer-companies-page-number.is-active{color:#fff;background:#0a84ff}.theme-dark .customer-companies-page-ellipsis,.theme-dark .customer-companies-page-size>span{color:#8e8e93}.theme-dark .customer-companies-page-size .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border:1px solid #fff3}.theme-dark .customer-companies-page-size .custom-select-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}@media (width<=1100px){.customer-companies-filter-grid,.customer-companies-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.customer-companies-field--reference{grid-column:1/-1}}@media (width<=760px){.customer-companies-shell{padding-inline:1rem}.customer-companies-header{flex-direction:column;align-items:flex-start}.customer-companies-header-actions{justify-content:flex-start;width:100%;padding-top:0}.customer-companies-filter-grid,.customer-companies-advanced-grid{grid-template-columns:1fr}.customer-companies-field--reference{grid-column:auto}.customer-companies-filter-actions{flex-wrap:wrap;justify-content:flex-start}.customer-companies-pagination{align-items:flex-start}.customer-companies-pagination-controls{justify-content:flex-start;width:100%}}.shipment-page-shell{padding:calc(var(--nav-height) + 1.375rem) 0 1.25rem;min-height:100vh}.shipment-page-inner{width:100%}.shipment-page-header{top:var(--nav-height);z-index:80;-webkit-backdrop-filter:blur(12px);border-bottom:1px solid var(--border-color);background:#f5f7faf2;justify-content:space-between;align-items:flex-start;gap:.875rem;margin-bottom:1rem;padding-bottom:.5rem;display:flex;position:sticky}.theme-dark .shipment-page-header{background:#0a0a0cf2}.shipment-page-header h1{color:#182034;letter-spacing:-.04em;margin:0;font-size:2.65rem;font-weight:800}.shipment-page-header p{color:#687284;margin:4px 0 0;font-family:Inter,sans-serif;font-size:1.06rem;font-weight:500}.shipment-page-actions{align-items:center;gap:1rem;padding-top:.625rem;display:flex}.shipment-cancel-button{color:#4c5566;cursor:pointer;background:0 0;border:0;font-family:Inter,sans-serif;font-size:1rem;font-weight:700}.shipment-save-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d66c2 0%,#0a56af 100%);border:0;border-radius:999px;padding:.625rem 1.5rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700;box-shadow:0 8px 16px #0d66c23d}.bg-light-blue{color:#fff!important;box-shadow:none!important;background-color:#6da2cb!important;border:none!important}.shipment-link-button{color:#0c67c3;cursor:pointer;background:0 0;border:0;align-items:center;gap:4px;font-family:Inter,sans-serif;font-size:.86rem;font-weight:700;display:inline-flex}.shipment-link-button .material-symbols-outlined{font-size:.94rem}.shipment-link-button:hover{opacity:.8;text-decoration:underline}.theme-dark .shipment-link-button{color:#0a84ff}.shipment-page-grid{grid-template-columns:minmax(0,2fr) minmax(300px,1fr);gap:1rem;display:grid;align-items:stretch!important}.shipment-main-column,.shipment-side-column{flex-direction:column;gap:.875rem;display:flex}.shipment-side-column{height:100%}.shipment-card{border-radius:var(--surface-radius-sm);background:#fff;border:1px solid #0000000f;padding:1rem;box-shadow:0 2px 8px #0000000f,0 0 0 .5px #0000000a}.shipment-card h2{color:#2f3a4f;font-family:Inter,sans-serif;font-size:var(--text-title-size);align-items:center;gap:6px;margin:0 0 10px;font-weight:700;display:flex}.shipment-card h2 .material-symbols-outlined{color:#1669c5;font-size:1rem}.shipment-card-head{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.shipment-fields{gap:.625rem .875rem;display:grid}.shipment-fields.two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-fields.three-columns{grid-template-columns:repeat(3,minmax(0,1fr))}.shipment-field{flex-direction:column;gap:4px;display:flex}.shipment-field>span,.shipment-mini-group>span,.shipment-mini-checks>span,.shipment-check-group p{color:#7b879b;font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.shipment-field input,.shipment-field select,.shipment-mini-group input{height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem}.shipment-field select{appearance:none;padding-right:28px}.shipment-field.full-width{grid-column:1/-1}.shipment-items-grid{grid-template-columns:1fr 1fr .5fr .9fr 2.3fr;gap:.5rem;display:grid}.shipment-items-grid.second-row{grid-template-columns:1.55fr .9fr .5fr 1fr 2.15fr;align-items:end;margin-top:.625rem}.shipment-field.small-input input{text-align:left}.shipment-field.description-input{min-width:0}.shipment-mini-group{flex-direction:column;gap:4px;display:flex}.shipment-mini-group>div{grid-template-columns:repeat(3,minmax(0,1fr));gap:.375rem;display:grid}.shipment-mini-group.compact>div{grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-mini-group input{text-align:center;padding:0}.shipment-mini-checks{height:var(--input-height);align-items:center;gap:.5rem;display:flex}.shipment-mini-checks .mini-circle{background:#f4f5f7;border:1px solid #bec7d4;border-radius:50%;width:10px;height:10px}input[type=checkbox],.shipment-custom-checkbox{accent-color:#007aff;cursor:pointer;width:1.1rem;height:1.1rem}.theme-dark input[type=checkbox],.theme-dark .shipment-custom-checkbox{accent-color:#0a84ff}.shipment-accessorials{flex-direction:column;height:100%;padding-bottom:6px;display:flex}.shipment-accessorials>h2{flex-shrink:0}.shipment-accessorials>.shipment-check-group{overflow-y:auto}.shipment-accessorials .shipment-check-group{flex-direction:column;gap:.25rem;margin-top:12px;display:flex!important}.shipment-check-group{grid-template-columns:1fr 1fr;gap:8px 10px;margin-top:12px;display:grid}.shipment-check-group p{grid-column:1/-1;margin:0}.shipment-check-group label{color:#374256;font-family:Inter,sans-serif;font-size:var(--text-body-size);align-items:center;gap:6px;font-weight:500;display:inline-flex}.shipment-check-group input{margin:0}.shipment-pricing-card{border-radius:var(--surface-radius-sm);color:#fff;background:linear-gradient(135deg,#0952ad 0%,#1369c7 100%);padding:1rem;box-shadow:0 12px 24px #0e60ba3d}.shipment-pricing-card h3{font-family:Inter,sans-serif;font-size:var(--text-title-size);align-items:center;gap:5px;margin:0 0 10px;font-weight:700;display:flex}.shipment-pricing-card h3 .material-symbols-outlined{font-size:1.04rem}.shipment-pricing-rows{flex-direction:column;gap:10px;display:flex}.shipment-pricing-rows>div,.shipment-pricing-total{justify-content:space-between;align-items:baseline;gap:10px;display:flex}.shipment-pricing-rows span,.shipment-pricing-total span{color:#ffffffd1;font-family:Inter,sans-serif;font-size:.93rem}.shipment-pricing-rows strong{letter-spacing:-.02em;font-size:1.9rem;font-weight:800}.shipment-pricing-total{border-top:1px solid #ffffff38;margin-top:12px;padding-top:10px}.shipment-pricing-total>div{flex-direction:column;gap:2px;display:flex}.shipment-pricing-total>div strong{letter-spacing:-.04em;font-size:2.55rem;font-weight:800;line-height:.96}.shipment-pricing-total .shipment-margin{align-items:flex-end}.shipment-pricing-total .shipment-margin strong{font-size:1.7rem}.shipment-pricing-card button{color:#0b5db6;cursor:pointer;background:#f0f2f5;border:0;border-radius:999px;width:100%;height:2.375rem;margin-top:.875rem;font-family:Inter,sans-serif;font-size:.95rem;font-weight:700}.theme-dark .shipment-card.shipment-pricing-card,.shipment-card.shipment-pricing-card{color:#fff;border:none;background:linear-gradient(135deg,#0952ad 0%,#1369c7 100%)!important}.theme-dark .shipment-card.shipment-pricing-card h2,.shipment-card.shipment-pricing-card h2,.theme-dark .shipment-card.shipment-pricing-card h2 .material-symbols-outlined,.shipment-card.shipment-pricing-card h2 .material-symbols-outlined{color:#fff!important}.theme-dark .shipment-card.shipment-pricing-card .shipment-link-button,.shipment-card.shipment-pricing-card .shipment-link-button{background:#ffffff26;border-radius:999px;padding:.25rem .75rem;transition:background .2s;color:#fff!important}.theme-dark .shipment-card.shipment-pricing-card .shipment-link-button:hover,.shipment-card.shipment-pricing-card .shipment-link-button:hover{background:#ffffff40;text-decoration:none}.shipment-card.shipment-pricing-card .shipment-save-button{color:#0952ad;background:#fff;font-weight:600}.shipment-card.shipment-pricing-card .shipment-save-button:hover{background:#f2f2f7}.theme-dark .shipment-pricing-card h2,.theme-dark .shipment-pricing-card th,.theme-dark .shipment-pricing-card td,.theme-dark .shipment-pricing-card h3,.theme-dark .shipment-pricing-card span{color:#fff}.shipment-card.shipment-pricing-card input[type=checkbox]{accent-color:#fff}.shipment-card.items-to-ship-card,.shipment-card.shipment-pricing-card{grid-column:1/-1;width:100%}.shipment-input-with-btn{align-items:center;gap:0;width:100%;display:flex;position:relative}.shipment-input-with-btn input{border-right:none;border-radius:999px 0 0 999px;flex:1}.shipment-search-btn{height:var(--input-height);color:#6f7681;cursor:pointer;background:#f4f5f7;border:1px solid #97a4b8;border-left:none;border-radius:0 999px 999px 0;flex-shrink:0;justify-content:center;align-items:center;width:2.5rem;padding:0;font-size:0;line-height:1;transition:all .15s;display:flex}.shipment-search-btn:hover{color:#4c5566;background:#eceff3}.shipment-search-btn .material-symbols-outlined{line-height:1;font-size:1.1rem!important}.shipment-currency-input-wrap{width:100%;position:relative}.shipment-currency-prefix{color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size);pointer-events:none;font-weight:600;line-height:1;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.shipment-currency-input{padding-left:1.75rem!important}.shipment-search-dropdown{z-index:300;-webkit-backdrop-filter:blur(24px);background:#fffffffa;border:1px solid #0000001a;border-radius:.75rem;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow:hidden;box-shadow:0 12px 40px #00000026}.shipment-search-dropdown-input{color:#1c1c1e;box-sizing:border-box;background:0 0;border:none;border-bottom:1px solid #00000014;outline:none;width:100%;height:2.5rem;padding:0 1rem;font-family:Inter,sans-serif;font-size:.875rem}.shipment-search-dropdown-list{max-height:220px;padding:.375rem;overflow-y:auto}.shipment-search-dropdown-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.5rem;align-items:center;gap:.625rem;width:100%;padding:.5rem .75rem;transition:background .15s;display:flex}.shipment-search-dropdown-item:hover{background:#007aff14}.shipment-search-dropdown-item .material-symbols-outlined{color:#007aff;flex-shrink:0;font-size:1.1rem!important}.shipment-search-dropdown-item strong{color:#1c1c1e;font-size:.84rem;font-weight:600;line-height:1.2;display:block}.shipment-search-dropdown-item small{color:#636366;font-size:.72rem;line-height:1.2;display:block}.shipment-search-no-results{text-align:center;color:#636366;padding:1rem;font-size:.84rem}.theme-dark .shipment-search-dropdown{background:#121214fa;border-color:#ffffff1a}.theme-dark .shipment-search-dropdown-input{color:#f2f2f7;border-bottom-color:#ffffff14}.theme-dark .shipment-search-dropdown-item strong{color:#f2f2f7}.theme-dark .shipment-search-dropdown-item small{color:#8e8e93}.theme-dark .shipment-search-dropdown-item:hover{background:#0a84ff1f}.shipment-select-wrapper{width:100%;position:relative}.shipment-select-wrapper select{appearance:none;width:100%;padding-right:2.25rem}.shipment-select-arrow{color:#007aff;pointer-events:none;position:absolute;top:50%;right:.625rem;transform:translateY(-50%);font-size:1.1rem!important}.shipment-card-head-row{justify-content:space-between;align-items:center;margin-bottom:1.25rem;display:flex}.shipment-card-head-row h2{margin-bottom:0}.shipment-form-toggle{-webkit-user-select:none;user-select:none;align-items:center;gap:.5rem;display:flex}.shipment-form-toggle-label{color:#007aff;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.theme-dark .shipment-form-toggle-label{color:#0a84ff}.shipment-toggle-pill{cursor:pointer;background:#c7c7cc;border-radius:999px;flex-shrink:0;width:2.25rem;height:1.25rem;transition:background .2s;position:relative}.shipment-toggle-pill.is-on{background:#007aff}.shipment-toggle-knob{background:#fff;border-radius:999px;width:1rem;height:1rem;transition:left .2s;position:absolute;top:.125rem;left:.125rem;box-shadow:0 1px 3px #0003}.shipment-toggle-pill.is-on .shipment-toggle-knob{left:calc(100% - 1.125rem)}.shipment-ref-card-actions{align-items:center;gap:.75rem;display:flex}.shipment-std-form-btn{cursor:pointer;background:0 0;border:none;align-items:center;gap:.5rem;padding:0;display:inline-flex}.shipment-ref-dropdown-wrap{position:relative}.shipment-field>.shipment-ref-dropdown-wrap{margin-top:1.1rem}.shipment-ref-add-btn{color:#007aff;cursor:pointer;background:#007aff12;border:1px solid #007aff4d;border-radius:999px;align-items:center;gap:.35rem;padding:.375rem .75rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;transition:background .15s,border-color .15s;display:inline-flex}.shipment-ref-add-btn:hover{background:#007aff21;border-color:#007aff80}.shipment-ref-add-btn .material-symbols-outlined{font-size:1rem}.shipment-ref-chevron{transition:transform .2s;font-size:1rem!important}.shipment-ref-chevron.is-open{transform:rotate(180deg)}.shipment-ref-dropdown-panel{z-index:200;scrollbar-width:thin;scrollbar-color:#6363664d transparent;border-radius:.75rem;width:15rem;max-height:300px;padding:.375rem 0;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto}.theme-dark .shipment-ref-add-btn{color:#0a84ff;background:#0a84ff1a;border-color:#0a84ff59}.theme-dark .shipment-ref-add-btn:hover{background:#0a84ff2e}.shipment-ref-menu-item{text-align:left;align-items:center;gap:.4rem;width:100%;display:flex}.shipment-ref-menu-icon{color:#8e8e93;flex-shrink:0;transition:color .15s;font-size:.85rem!important}.shipment-ref-menu-item.is-added .shipment-ref-menu-icon{color:#fff}.shipment-ref-menu-item.is-added{color:#fff!important;background-color:#007aff!important}.shipment-ref-dynamic-label{justify-content:space-between;align-items:center;gap:.25rem;display:flex}.shipment-ref-dynamic-label span{color:#465267;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600}.shipment-ref-remove-btn{cursor:pointer;color:#c7c7cc;background:0 0;border:none;border-radius:999px;flex-shrink:0;align-items:center;padding:0;transition:color .15s;display:flex}.shipment-ref-remove-btn:hover{color:#ef4444}.shipment-ref-remove-btn .material-symbols-outlined{font-size:.85rem!important}.theme-dark .shipment-ref-dynamic-label span{color:#a0aab8}.theme-dark .shipment-ref-remove-btn{color:#3d4659}.theme-dark .shipment-ref-remove-btn:hover{color:#ff453a}.theme-dark .shipment-ref-menu-item.is-added,.theme-dark .shipment-ref-menu-item.is-added .shipment-ref-menu-icon{color:#0a84ff}.shipment-addr-row{grid-template-columns:1fr 1fr;gap:.875rem;display:grid}@media (width<=860px){.shipment-addr-row{grid-template-columns:1fr}}.shipment-addr-card{min-width:0}.shipment-addr-card-head{border-bottom:1px solid #0000000f;flex-direction:column;justify-content:flex-start;align-items:stretch;gap:.45rem;margin-bottom:1rem;padding-bottom:.75rem;display:flex}.shipment-addr-card-head h2{flex-shrink:0;margin:0}.shipment-addr-card-actions{flex-wrap:wrap;align-items:center;gap:.125rem;display:flex}.shipment-addr-card-actions--right{justify-content:flex-end}.shipment-addr-card-actions--below{width:100%}.shipment-addr-shiplify-label{color:#007aff;letter-spacing:.01em;padding:.25rem .5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:700}.theme-dark .shipment-addr-shiplify-label{color:#0a84ff}.theme-dark .shipment-addr-card-head{border-bottom-color:#ffffff14}.shipment-addr-action-btn{color:#007aff;cursor:pointer;background:0 0;border:none;border-radius:.375rem;align-items:center;gap:.25rem;padding:.25rem .5rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;transition:background .15s;display:inline-flex}.shipment-addr-action-btn:hover{background:#007aff14}.shipment-addr-action-btn .material-symbols-outlined{font-size:.9rem!important}.theme-dark .shipment-addr-card-actions{border-bottom-color:#ffffff14}.theme-dark .shipment-addr-action-btn{color:#0a84ff}.theme-dark .shipment-addr-action-btn:hover{background:#0a84ff1a}.shipment-phone-wrap{background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;gap:0;transition:border-color .2s;display:flex;position:relative;overflow:visible}.shipment-phone-wrap>.custom-select-wrapper{flex:0 0 25%;min-width:5.5rem}.shipment-phone-wrap .custom-select-trigger{background:0 0;border:none;border-right:1px solid #97a4b8;border-radius:0;justify-content:flex-start;align-items:center;height:100%;padding-block:.18rem;padding-inline:.5rem;font-size:.8125rem;line-height:1}.shipment-phone-wrap .custom-select-trigger .custom-select-value,.shipment-phone-wrap .custom-select-option,.shipment-addr-card .shipment-field .custom-select-trigger .custom-select-value,.shipment-addr-card .shipment-field .custom-select-option{align-items:center;line-height:1;display:flex}.shipment-phone-wrap .custom-select-dropdown{width:auto;min-width:140px;left:0}.shipment-phone-wrap .custom-select-arrow{margin-left:.3rem;font-size:.9rem}.shipment-phone-wrap:focus-within{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.shipment-phone-code{appearance:none;font-family:Inter,sans-serif;font-size:var(--text-body-size);color:#465267;cursor:pointer;background:0 0;border:none;border-right:1px solid #97a4b8;outline:none;flex-shrink:0;min-width:0;padding:0 .5rem}.shipment-phone-input{outline:none;flex:1;min-width:0;box-shadow:none!important;background:0 0!important;border:none!important;border-radius:0!important;padding-left:.5rem!important}.shipment-addr-card .shipment-field select{height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size);appearance:none;cursor:pointer;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;width:100%;padding:0 .75rem;transition:border-color .2s}.shipment-addr-card .shipment-field select:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.shipment-phone-code-select .custom-select-option{padding-block:.35rem}.shipment-phone-code-select .custom-select-rich-main strong{font-size:.8rem}.shipment-phone-code-select .custom-select-rich-flag{font-size:.95rem}.shipment-addr-card .shipment-field .custom-select-option,.shipment-addr-card .shipment-field .custom-select-trigger{font-size:.8125rem}.shipment-addr-card .shipment-field .custom-select-rich-main strong{font-size:.84rem}.shipment-addr-card .shipment-field .custom-select-rich-main small{font-size:.7rem}.theme-dark .shipment-phone-wrap{background:#ffffff0f;border-color:#fff3}.theme-dark .shipment-phone-code-select .custom-select-trigger{border-right-color:#ffffff26}.theme-dark .shipment-phone-wrap:focus-within{background:#ffffff17;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .shipment-phone-code{color:#f2f2f7;border-right-color:#ffffff26}.theme-dark .shipment-phone-input{color:#f2f2f7!important}.theme-dark .shipment-phone-input::placeholder{color:#8e8e93!important}.theme-dark .shipment-addr-card .shipment-field select{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .shipment-addr-card .shipment-field select:focus{background:#ffffff17;border-color:#0a84ff}.accessorial-group-head{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.accessorial-group-head p{margin:0}.accessorial-add-btn{color:#007aff;cursor:pointer;background:#007aff14;border:1px solid #007aff4d;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:background .15s;display:flex}.accessorial-add-btn:hover{background:#007aff29}.accessorial-add-btn .material-symbols-outlined{font-size:1rem!important}.accessorial-empty-btn{color:#007aff;cursor:pointer;text-align:center;-webkit-user-select:none;user-select:none;white-space:nowrap;text-overflow:ellipsis;background-color:#007aff1a;border:1px dashed #007aff4d;border-radius:.5rem;width:100%;margin-top:.5rem;padding:.5rem;font-size:.875rem;transition:all .2s;overflow:hidden}.accessorial-empty-btn:hover{background-color:#007aff26;border-style:solid}.accessorial-chips{flex-wrap:wrap;gap:.375rem;margin-top:.25rem;display:flex}.accessorial-chip{color:#fff;background:#007aff;border:1px solid #007aff;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .5rem .2rem .625rem;font-family:Inter,sans-serif;font-size:.7rem;font-weight:500;display:inline-flex}.accessorial-chip button{cursor:pointer;color:#fffc;opacity:.7;background:0 0;border:none;align-items:center;padding:0;transition:opacity .15s,color .15s;display:flex}.accessorial-chip button:hover{opacity:1;color:#fff}.accessorial-chip .material-symbols-outlined{font-size:.75rem!important}.accessorial-modal-overlay{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.accessorial-modal{background:#fff;border-radius:1.25rem;flex-direction:column;width:100%;max-width:680px;max-height:80vh;display:flex;overflow:hidden;box-shadow:0 24px 64px #0003}.accessorial-modal-header{border-bottom:1px solid #00000012;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;display:flex}.accessorial-modal-header h3{color:#1c1c1e;align-items:center;gap:.5rem;margin:0;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700;display:flex}.accessorial-modal-header h3 .material-symbols-outlined{color:#007aff;font-size:1.2rem!important}.accessorial-modal-close{cursor:pointer;color:#636366;background:0 0;border:none;border-radius:.5rem;align-items:center;padding:.25rem;transition:background .15s;display:flex}.accessorial-modal-close:hover{background:#0000000f}.accessorial-modal-grid{flex:1;grid-template-columns:repeat(3,1fr);gap:.25rem;padding:1rem 1.25rem;display:grid;overflow-y:auto}.accessorial-modal-item{cursor:pointer;color:#1c1c1e;border-radius:.5rem;align-items:flex-start;gap:.5rem;padding:.5rem .625rem;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.3;transition:background .15s;display:flex}.accessorial-modal-item:hover{background:#007aff0f}.accessorial-modal-item.is-checked{color:#fff;background:#007aff}.accessorial-modal-item input[type=checkbox]{accent-color:#007aff;flex-shrink:0;margin-top:.1rem}.accessorial-modal-footer{border-top:1px solid #00000012;justify-content:flex-end;padding:1rem 1.5rem;display:flex}.accessorial-modal-done{color:#fff;cursor:pointer;background:linear-gradient(135deg,#007aff,#46a1ff);border:none;border-radius:999px;height:2.5rem;padding:0 1.75rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;transition:opacity .2s;box-shadow:0 4px 12px #007aff4d}.accessorial-modal-done:hover{opacity:.9}.theme-dark .accessorial-modal{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;background:#1c1c1e;border:1px solid #ffffff1a}.theme-dark .accessorial-modal-header{border-bottom-color:#ffffff14}.theme-dark .accessorial-modal-header h3,.theme-dark .accessorial-modal-item{color:#f2f2f7}.theme-dark .accessorial-modal-item:hover{background:#0a84ff1a}.theme-dark .accessorial-modal-item.is-checked{color:#fff;background:#007aff}.theme-dark .accessorial-modal-footer{border-top-color:#ffffff14}.portal-route-animation{pointer-events:none;isolation:isolate;position:absolute;inset:0;overflow:hidden}.portal-route-animation__glow{filter:blur(24px);opacity:.72;border-radius:999px;position:absolute}.portal-route-animation__glow--left{background:radial-gradient(circle,#007aff3d 0%,#007aff14 36%,#007aff00 74%);width:34rem;height:34rem;bottom:-8%;left:-10%}.portal-route-animation__glow--right{background:radial-gradient(circle,#0a84ff33 0%,#0a84ff0f 38%,#0a84ff00 72%);width:30rem;height:30rem;top:-10%;right:-8%}.portal-route-animation__grid{opacity:.42;background-image:linear-gradient(#007aff08 1px,#0000 1px),linear-gradient(90deg,#007aff08 1px,#0000 1px);background-size:4rem 4rem;position:absolute;inset:-8%;-webkit-mask-image:radial-gradient(circle,#000000eb 0%,#0000006b 56%,#0000 100%);mask-image:radial-gradient(circle,#000000eb 0%,#0000006b 56%,#0000 100%)}.portal-route-animation__svg{width:100%;height:100%;position:absolute;inset:0;overflow:visible}.portal-route-animation__path{fill:none;vector-effect:non-scaling-stroke;stroke-linecap:round;stroke-linejoin:round}.portal-route-animation__path--halo{opacity:0;animation:.75s ease-out 50ms forwards portal-route-fade-in}.portal-route-animation__path--line{stroke-dasharray:1;stroke-dashoffset:1px;animation:2.85s cubic-bezier(.22,1,.36,1) .15s forwards portal-route-draw}.portal-route-animation__marker{z-index:2;color:#0a84ff;opacity:0;will-change:transform, opacity;background:linear-gradient(#fffffffa 0%,#f7faffeb 100%);border:1px solid #ffffffe0;border-radius:999px;place-items:center;width:clamp(5.2rem,5.9vw,6.6rem);height:clamp(5.2rem,5.9vw,6.6rem);animation:.82s cubic-bezier(.16,1,.3,1) forwards portal-route-pop;display:grid;position:absolute;transform:translateY(1.75rem)scale(.28);box-shadow:0 20px 48px #007aff38,inset 0 0 0 1px #0a84ff14}.portal-route-animation__marker:before{content:"";border-radius:inherit;opacity:0;border:1px solid #007aff2e;animation:2.8s ease-out infinite portal-route-ring;position:absolute;inset:-.45rem}.portal-route-animation__marker .material-symbols-outlined{z-index:1;font-variation-settings:"FILL" 1, "wght" 700, "GRAD" 0, "opsz" 24;font-size:clamp(2.75rem,2.95vw,3.35rem);position:relative}.portal-route-animation__marker--start{animation-delay:50ms;bottom:10%;left:6%}.portal-route-animation__marker--start:before{animation-delay:.2s}.portal-route-animation__marker--end{animation-delay:1.2s;top:9%;right:6%}.portal-route-animation__marker--end:before{animation-delay:1.35s}@keyframes portal-route-draw{0%{stroke-dashoffset:1px}to{stroke-dashoffset:0}}@keyframes portal-route-fade-in{0%{opacity:0}to{opacity:1}}@keyframes portal-route-pop{0%{opacity:0;transform:translateY(1.75rem)scale(.28)}60%{opacity:1;transform:translateY(-.2rem)scale(1.08)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes portal-route-ring{0%{opacity:0;transform:scale(.72)}30%{opacity:.45}to{opacity:0;transform:scale(1.22)}}@media (prefers-reduced-motion:reduce){.portal-route-animation__path--halo,.portal-route-animation__path--line,.portal-route-animation__marker,.portal-route-animation__marker:before{opacity:1;stroke-dashoffset:0;animation:none;transform:none}.portal-route-animation__marker--end{opacity:1}}.dpl-harvest-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.dpl-harvest-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.dpl-harvest-header{margin-bottom:0}.dpl-harvest-doc-link{color:#4c5566;background:0 0;border:1px solid #97a4b8;border-radius:.5rem;align-items:center;gap:.3rem;padding:.45rem .8rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;text-decoration:none;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.dpl-harvest-doc-link:hover{color:#007aff;background:#007aff14;border-color:#007aff59}.dpl-harvest-doc-link .material-symbols-outlined{font-size:.95rem}.dpl-harvest-search-card{padding:1.25rem 1.375rem 1rem}.dpl-harvest-search-card-head{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.dpl-harvest-card-icon{color:#007aff;font-size:1.15rem}.dpl-harvest-card-title{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.dpl-harvest-primary-grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:.75rem .875rem;display:grid}.dpl-harvest-advanced-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem .875rem;margin-top:.875rem;display:grid}.dpl-harvest-field{flex-direction:column;gap:4px;display:flex}.dpl-harvest-field>span:first-child{color:#7b879b;font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.dpl-harvest-required{color:#ff3b30;font-size:.8rem}.dpl-harvest-field input:not([type=checkbox]),.dpl-harvest-field .custom-select-trigger{height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.dpl-harvest-field .custom-select-trigger{justify-content:space-between}.dpl-harvest-field input:not([type=checkbox]):focus,.dpl-harvest-field .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.dpl-harvest-search-input-wrap{position:relative}.dpl-harvest-search-input-wrap input{box-sizing:border-box;width:100%;padding-right:2.25rem}.dpl-harvest-search-icon{color:#97a4b8;pointer-events:none;-webkit-user-select:none;user-select:none;font-size:1rem;position:absolute;top:50%;right:.65rem;transform:translateY(-50%)}.dpl-harvest-field--checkbox{justify-content:flex-end}.dpl-harvest-checkbox-wrap{height:var(--input-height);outline:none;align-items:center;gap:.5rem;padding:0 .25rem;display:flex}.dpl-harvest-field--checkbox:focus-within{outline:none}.dpl-harvest-checkbox-label{color:#465267;cursor:pointer;font-family:Inter,sans-serif;font-size:.8rem}.dpl-harvest-filter-actions{justify-content:flex-end;align-items:center;gap:.625rem;margin-top:.875rem;display:flex}.dpl-harvest-search-btn{align-items:center;gap:.3rem;padding:.45rem 1.25rem;font-size:.9rem;display:inline-flex}.dpl-harvest-search-btn:disabled{opacity:.55;cursor:not-allowed}.dpl-harvest-spin{animation:.9s linear infinite dpl-spin}@keyframes dpl-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dpl-harvest-error-banner{border-radius:var(--surface-radius-sm,.75rem);color:#c0392b;background:#ff3b301a;border:1px solid #ff3b304d;align-items:center;gap:.6rem;padding:.85rem 1.1rem;font-family:Inter,sans-serif;font-size:.85rem;font-weight:500;display:flex}.dpl-harvest-error-banner .material-symbols-outlined{color:#ff3b30;flex-shrink:0;font-size:1.1rem}.dpl-harvest-results-card{padding:1.25rem 1.375rem 1rem}.dpl-harvest-results-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.dpl-harvest-results-meta{align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.85rem;display:flex}.dpl-harvest-results-icon{flex-shrink:0;font-size:1.1rem}.dpl-harvest-results-loading{color:#8a98ad;font-style:italic}.dpl-harvest-clear .dpl-harvest-results-icon,.dpl-harvest-clear{color:#138cf7}.dpl-harvest-results-summary,.dpl-harvest-results-summary strong{color:#1c1c1e}.dpl-harvest-hit-count{font-size:1.05rem;color:#ff3b30!important}.dpl-highlight{color:#05c;background:#007aff26;border-radius:2px;padding:0 1px}.theme-dark .dpl-highlight{color:#4da3ff;background:#0a84ff38}.dpl-harvest-no-search{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem 1rem;display:flex}.dpl-harvest-no-search-icon{color:#c5cdd9;font-size:2.5rem}.dpl-harvest-no-search-text{color:#7b879b;margin:0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.dpl-harvest-no-search-sub{color:#97a4b8;max-width:32rem;margin:0;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.5}.dpl-harvest-results-idle{color:#8a98ad;font-family:Inter,sans-serif;font-size:.85rem}.dpl-harvest-idle-icon{color:#c5cdd9}.dpl-harvest-table-wrap{margin-top:0;overflow-x:auto}.dpl-harvest-result-row:hover td{background:#007aff0a}.dpl-harvest-td-name{min-width:12rem}.dpl-harvest-name{font-family:Inter,sans-serif;font-size:var(--text-body-size);color:#1c1c1e;font-weight:500}.dpl-harvest-td-alt-names{min-width:10rem;max-width:16rem}.dpl-harvest-alt-names{font-family:Inter,sans-serif;font-size:var(--text-caption-size);color:#596579;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.dpl-harvest-td-type{white-space:nowrap;width:8rem}.dpl-harvest-type-chip{font-family:Inter,sans-serif;font-size:var(--text-body-size);color:#465267;align-items:center;gap:.3rem;font-weight:600;display:inline-flex}.dpl-harvest-type-icon{color:#7b879b;font-size:1rem}.dpl-harvest-unclassified{color:#8a98ad;font-size:var(--text-body-size)}.dpl-harvest-td-source{align-items:center;gap:.55rem;min-width:13rem;display:flex}.dpl-harvest-source-badge{min-width:2.75rem;height:1.6rem;font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.05em;text-transform:uppercase;border-radius:.35rem;flex-shrink:0;justify-content:center;align-items:center;padding:0 .5rem;font-weight:800;display:inline-flex}.dpl-badge--red{color:#c0392b;background:#ff3b301f}.dpl-badge--orange{color:#b96200;background:#ff95001f}.dpl-badge--purple{color:#8e3dbb;background:#af52de1f}.dpl-badge--blue{color:#0b63c6;background:#007aff1f}.dpl-badge--neutral{color:#636366;background:#6363661a}.dpl-harvest-source-full{font-family:Inter,sans-serif;font-size:var(--text-caption-size);color:#596579;line-height:1.3}.dpl-harvest-td-programs{min-width:9rem;max-width:14rem}.dpl-harvest-td-address{min-width:10rem;max-width:16rem}.dpl-harvest-meta-text{font-family:Inter,sans-serif;font-size:var(--text-caption-size);color:#596579;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;line-height:1.35;display:-webkit-box;overflow:hidden}.dpl-harvest-td-dates{white-space:nowrap;min-width:7rem}.dpl-harvest-date-added,.dpl-harvest-date-expires{font-family:Inter,sans-serif;font-size:var(--text-caption-size);color:#596579;display:block}.dpl-harvest-date-active{font-family:Inter,sans-serif;font-size:var(--text-caption-size);color:#007aff;letter-spacing:.03em;align-items:center;font-weight:700;display:inline-flex}.theme-dark .dpl-harvest-card-title{color:#8e8e93}.theme-dark .dpl-harvest-card-icon{color:#0a84ff}.theme-dark .dpl-harvest-field>span:first-child{color:#8e8e93}.theme-dark .dpl-harvest-field input:not([type=checkbox]),.theme-dark .dpl-harvest-field .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border:1px solid #fff3}.theme-dark .dpl-harvest-field input:not([type=checkbox])::-moz-placeholder{color:#ffffff4d}.theme-dark .dpl-harvest-field input:not([type=checkbox])::placeholder{color:#ffffff4d}.theme-dark .dpl-harvest-field input:not([type=checkbox]):focus,.theme-dark .dpl-harvest-field .custom-select-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .dpl-harvest-search-icon{color:#ffffff4d}.theme-dark .dpl-harvest-checkbox-label{color:#c7c7cc}.theme-dark .dpl-harvest-doc-link{color:#ebebf5cc;border-color:#fff3}.theme-dark .dpl-harvest-doc-link:hover{color:#0a84ff;background:#0a84ff1f;border-color:#0a84ff66}.theme-dark .dpl-harvest-error-banner{color:#ff453a;background:#ff453a1f;border-color:#ff453a4d}.theme-dark .dpl-harvest-error-banner .material-symbols-outlined{color:#ff453a}.theme-dark .dpl-harvest-results-summary,.theme-dark .dpl-harvest-results-summary strong{color:#f2f2f7}.theme-dark .dpl-harvest-no-search-icon,.theme-dark .dpl-harvest-idle-icon{color:#ffffff26}.theme-dark .dpl-harvest-no-search-text{color:#636366}.theme-dark .dpl-harvest-no-search-sub,.theme-dark .dpl-harvest-results-idle{color:#48484a}.theme-dark .dpl-harvest-name{color:#f2f2f7}.theme-dark .dpl-harvest-alt-names,.theme-dark .dpl-harvest-meta-text,.theme-dark .dpl-harvest-date-added,.theme-dark .dpl-harvest-date-expires{color:#636366}.theme-dark .dpl-harvest-date-active{color:#0a84ff}.theme-dark .dpl-harvest-type-chip{color:#c7c7cc}.theme-dark .dpl-harvest-type-icon,.theme-dark .dpl-harvest-source-full{color:#8e8e93}.theme-dark .dpl-badge--red{color:#ff6961;background:#ff453a2e}.theme-dark .dpl-badge--orange{color:#ffa040;background:#ff9f0a2e}.theme-dark .dpl-badge--purple{color:#da8fff;background:#bf5af22e}.theme-dark .dpl-badge--blue{color:#4da3ff;background:#0a84ff2e}.theme-dark .dpl-badge--neutral{color:#aeaeb2;background:#6363662e}.theme-dark .dpl-harvest-result-row:hover td{background:#0a84ff0f}.checkbox-group{flex-direction:column;align-items:flex-start;gap:.25rem;min-width:0;display:flex}.checkbox-group-item{cursor:pointer;color:#1c1c1e;-webkit-user-select:none;user-select:none;white-space:nowrap;border-radius:.5rem;align-items:center;gap:.5rem;padding:.32rem .625rem;font-family:Inter,sans-serif;font-size:.875rem;line-height:1.3;transition:background .15s;display:inline-flex}.checkbox-group-item:hover{background:#007aff0f}.checkbox-group-item.is-checked{color:#fff;background:#007aff}.checkbox-group-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.checkbox-group-box{background:#fff;border:1.5px solid #97a4b8;border-radius:3px;flex-shrink:0;width:1rem;height:1rem;margin-top:.1rem;transition:background .12s,border-color .12s}.checkbox-group-item.is-checked .checkbox-group-box{background:#007aff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/80% no-repeat;border-color:#007aff}.theme-dark .checkbox-group-item{color:#f2f2f7}.theme-dark .checkbox-group-item:hover{background:#0a84ff1a}.theme-dark .checkbox-group-item.is-checked{color:#fff;background:#0a84ff}.theme-dark .checkbox-group-box{background:#ffffff14;border-color:#ffffff40}.theme-dark .checkbox-group-item.is-checked .checkbox-group-box{background:#0a84ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/80% no-repeat;border-color:#0a84ff}.msd-wrap{position:relative}.msd-trigger{width:100%;min-height:var(--input-height,2.25rem);color:#465267;height:auto;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);cursor:pointer;text-align:left;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;justify-content:space-between;align-items:center;gap:.375rem;padding:.25rem .5rem .25rem .75rem;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.msd-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.msd-placeholder{color:#97a4b8;font-size:var(--text-body-size,.8125rem);line-height:1}.msd-tags{flex-wrap:wrap;flex:1;align-items:center;gap:.25rem;min-width:0;display:flex}.msd-tag{color:#007aff;white-space:nowrap;text-overflow:ellipsis;background:#007aff1a;border-radius:999px;align-items:center;gap:.2rem;max-width:9rem;padding:.18rem .5rem .18rem .55rem;font-size:.78rem;font-weight:600;line-height:1.2;display:inline-flex;overflow:hidden}.msd-tag-remove{cursor:pointer;opacity:.65;-webkit-user-select:none;user-select:none;flex-shrink:0;padding:0 .05rem;font-size:.85rem;line-height:1}.msd-tag-remove:hover{opacity:1}.msd-overflow{color:#7b879b;white-space:nowrap;padding:.15rem .25rem;font-size:.72rem;font-weight:600}.msd-chevron{color:#7b879b;flex-shrink:0;font-size:1rem;transition:transform .15s}.msd-wrap.is-open .msd-chevron{transform:rotate(180deg)}.msd-dropdown{z-index:200;background:#fff;border:1px solid #0000001a;border-radius:.75rem;width:max-content;min-width:100%;max-width:22rem;max-height:18rem;padding:.3rem;position:absolute;top:calc(100% + 6px);left:0;overflow-y:auto;box-shadow:0 8px 24px #0000001f}.msd-item{cursor:pointer;color:#1c1c1e;white-space:nowrap;border-radius:.4rem;align-items:center;gap:.5rem;padding:.42rem .6rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:400;transition:background .15s;display:flex}.msd-item:hover{color:#fff;background:#007aff}.msd-item.is-checked{color:#fff;background:#007aff;font-weight:500}.msd-checkbox-hidden{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.msd-box{background:#fff;border:1.5px solid #97a4b8;border-radius:3px;flex-shrink:0;width:.85rem;height:.85rem;transition:background .12s,border-color .12s}.msd-item.is-checked .msd-box{background:#007aff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/80% no-repeat;border-color:#007aff}.msd-item:hover .msd-box{background:#fff3;border-color:#fff}.msd-item:hover.is-checked .msd-box{background:#007aff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/80% no-repeat;border-color:#007aff}.theme-dark .msd-trigger{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .msd-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .msd-placeholder{color:#ffffff4d}.theme-dark .msd-tag{color:#4da3ff;background:#0a84ff2e}.theme-dark .msd-overflow,.theme-dark .msd-chevron{color:#8e8e93}.theme-dark .msd-dropdown{background:#2c2c2e;border-color:#ffffff1a;box-shadow:0 8px 24px #0006}.theme-dark .msd-box{background:#ffffff14;border-color:#ffffff40}.theme-dark .msd-item.is-checked .msd-box{background:#0a84ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/80% no-repeat;border-color:#0a84ff}.theme-dark .msd-item{color:#f2f2f7}.theme-dark .msd-item:hover,.theme-dark .msd-item.is-checked{color:#fff;background:#007aff}.sdd-wrap{width:100%;min-width:0;position:relative}.sdd-trigger{width:100%;height:var(--input-height,2.25rem);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;justify-content:space-between;align-items:center;gap:.375rem;padding:0 .5rem 0 .875rem;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.sdd-trigger:hover{border-color:#7a8899}.sdd-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.sdd-placeholder{color:#97a4b8}.sdd-trigger-value{white-space:nowrap;text-overflow:ellipsis;flex:1;min-width:0;overflow:hidden}.sdd-trigger-actions{flex-shrink:0;align-items:center;gap:.1rem;display:flex}.sdd-clear{color:#97a4b8;cursor:pointer;font-size:.95rem;line-height:1;transition:color .12s}.sdd-clear:hover{color:#465267}.sdd-btn-icon{color:#7b879b;font-size:1rem;line-height:1}.sdd-trigger.is-open .sdd-btn-icon{color:#007aff}.sdd-dropdown{z-index:300;-webkit-backdrop-filter:blur(24px);background:#fffffffa;border:1px solid #0000001a;border-radius:.75rem;width:max-content;min-width:100%;max-width:24rem;position:absolute;top:calc(100% + 6px);left:0;overflow:hidden;box-shadow:0 12px 40px #00000026}.sdd-search-wrap{border-bottom:1px solid #00000014;position:relative}.sdd-search-icon{color:#97a4b8;pointer-events:none;font-size:1rem;position:absolute;top:50%;left:.75rem;transform:translateY(-50%)}.sdd-search-input{width:100%;height:2.5rem;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#1c1c1e;box-sizing:border-box;background:0 0;border:none;outline:none;padding:0 1rem 0 2.25rem}.sdd-search-input::placeholder{color:#97a4b8}.sdd-list{scrollbar-width:thin;scrollbar-color:#6363664d transparent;max-height:220px;padding:.3rem;overflow-y:auto}.sdd-item{cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.4rem;align-items:center;gap:.5rem;width:100%;padding:.45rem .625rem;font-family:Inter,sans-serif;transition:background .12s;display:flex}.sdd-item:hover{background:#007aff14}.sdd-item.is-selected{background:#007aff1a}.sdd-item-icon{color:#007aff;flex-shrink:0;font-size:1.05rem}.sdd-item-text{flex-direction:column;min-width:0;display:flex}.sdd-item-label{font-size:var(--text-body-size,.8125rem);color:#1c1c1e;white-space:nowrap;font-weight:400;line-height:1.25;display:block}.sdd-item-sub{font-size:var(--text-caption-size,.72rem);color:#636366;line-height:1.25;display:block}.sdd-no-results{text-align:center;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#8a98ad;padding:1rem}.theme-dark .sdd-trigger{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .sdd-trigger:hover{border-color:#ffffff59}.theme-dark .sdd-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .sdd-placeholder{color:#ffffff4d}.theme-dark .sdd-clear{color:#ffffff59}.theme-dark .sdd-clear:hover{color:#f2f2f7}.theme-dark .sdd-btn-icon{color:#8e8e93}.theme-dark .sdd-trigger.is-open .sdd-btn-icon{color:#0a84ff}.theme-dark .sdd-dropdown{background:#1c1c1efa;border-color:#ffffff1a;box-shadow:0 12px 40px #00000073}.theme-dark .sdd-search-wrap{border-bottom-color:#ffffff14}.theme-dark .sdd-search-input{color:#f2f2f7}.theme-dark .sdd-search-input::placeholder{color:#ffffff4d}.theme-dark .sdd-search-icon{color:#ffffff4d}.theme-dark .sdd-item:hover{background:#0a84ff24}.theme-dark .sdd-item.is-selected{background:#0a84ff29}.theme-dark .sdd-item-icon{color:#4da3ff}.theme-dark .sdd-item-label{color:#f2f2f7}.theme-dark .sdd-item-sub{color:#8e8e93}.theme-dark .sdd-no-results{color:#636366}.clearable-date-input{width:100%;position:relative}.clearable-date-input input[type=date]{width:100%;padding-right:2.15rem}.clearable-date-input input[type=date]::-webkit-clear-button{display:none}.clearable-date-input input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.9}.clearable-date-input-clear{color:#fff;cursor:pointer;background:#007aff;border:0;border-radius:999px;justify-content:center;align-items:center;width:1.3rem;height:1.3rem;padding:0;transition:background .15s;display:inline-flex;position:absolute;top:50%;right:.4rem;transform:translateY(-50%);box-shadow:0 4px 10px #007aff47}.clearable-date-input-clear:hover{background:#0a63bf}.clearable-date-input-clear .material-symbols-outlined{font-variation-settings:"wght" 700;font-size:.85rem;line-height:1}.theme-dark .clearable-date-input-clear{background:#0a84ff;box-shadow:0 4px 10px #0a84ff57}.theme-dark .clearable-date-input-clear:hover{background:#329cff}.intl-search-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.intl-search-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.intl-search-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0;display:flex}.intl-search-header-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;padding-top:.625rem;display:flex}.intl-search-saved-controls{flex-wrap:nowrap;align-items:center;gap:.35rem;min-width:0;display:flex;position:relative}.intl-search-card{padding:1.25rem 1.375rem 1rem}.intl-search-filter-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1rem 1.5rem;min-width:0;display:grid}.intl-search-col{flex-direction:column;gap:.75rem;min-width:0;display:flex}.intl-search-col--right{border-left:1px solid #0000000f;padding-left:1.25rem}.intl-search-flags{flex-direction:column;gap:.4rem;display:flex}.intl-search-favorited-field{min-width:0}.intl-search-favorited-row{grid-template-columns:minmax(8.5rem,10rem) minmax(0,1fr);align-items:center;gap:.5rem;display:grid}.intl-search-favorited-row .custom-select-wrapper{width:100%;min-width:0}.intl-search-favorited-row .custom-select-trigger{width:100%;min-width:0;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;justify-content:space-between;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.intl-search-favorited-row .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.intl-search-staff-input{width:100%;min-width:0;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.intl-search-staff-input:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.intl-search-staff-input::placeholder{color:#97a4b8}.intl-search-advanced-section{border-top:1px solid #0000000f;margin-top:.875rem;padding-top:.875rem}.intl-search-advanced-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1.5rem;display:grid}.is-status{white-space:nowrap;border-radius:999px;padding:.22rem .6rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:600;display:inline-block}.is-status--booking{color:#636366;background:#6363661a}.is-status--confirmed{color:#007aff;background:#007aff1a}.is-status--in-transit{color:#1669c5;background:#007aff1f}.is-status--customs-hold{color:#ef4444;background:#ef44441a}.is-status--customs-released{color:#1a9142;background:#34c7591a}.is-status--out-delivery{color:#1669c5;background:#007aff1f}.is-status--delivered,.is-status--complete{color:#007aff;background:#007aff1a}.is-status--cancelled{color:#ef4444;background:#ef44441f}@media (width<=1280px){.intl-search-filter-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.intl-search-col--right{border-top:1px solid #0000000f;border-left:0;grid-column:1/-1;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem 1.5rem;padding-top:.75rem;padding-left:0;display:grid}.intl-search-flags{grid-column:3}.intl-search-advanced-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=900px){.intl-search-filter-grid{grid-template-columns:1fr}.intl-search-col--right{grid-column:1;grid-template-columns:1fr}.intl-search-flags{grid-column:1}.intl-search-advanced-grid{grid-template-columns:1fr}}@media (width<=980px){.intl-search-header{flex-direction:column;align-items:stretch}.intl-search-header-actions{justify-content:flex-start;padding-top:0}.intl-search-saved-controls{flex-wrap:wrap;width:100%}}@media (width<=640px){.intl-search-favorited-row{grid-template-columns:1fr}}.theme-dark .intl-search-col--right{border-left-color:#ffffff14}.theme-dark .intl-search-favorited-row .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .intl-search-favorited-row .custom-select-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .intl-search-staff-input{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .intl-search-staff-input:focus{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .intl-search-staff-input::placeholder{color:#ffffff4d}.theme-dark .intl-search-advanced-section,.theme-dark .intl-search-col--right{border-top-color:#ffffff12}.theme-dark .is-status--booking{color:#8e8e93;background:#63636633}.theme-dark .is-status--confirmed{color:#4da3ff;background:#0a84ff26}.theme-dark .is-status--in-transit{color:#6ab8ff;background:#0a84ff2e}.theme-dark .is-status--customs-hold{color:#ff453a;background:#ff453a26}.theme-dark .is-status--customs-released{color:#30d158;background:#30d15826}.theme-dark .is-status--out-delivery{color:#6ab8ff;background:#0a84ff2e}.theme-dark .is-status--delivered,.theme-dark .is-status--complete{color:#4da3ff;background:#0a84ff26}.theme-dark .is-status--cancelled{color:#ff453a;background:#ff453a26}.g4-checkbox{cursor:pointer;-webkit-user-select:none;user-select:none;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#1c1c1e;align-items:center;gap:.5rem;line-height:1.3;display:inline-flex}.g4-checkbox-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.g4-checkbox-box{background:#fff;border:1.5px solid #97a4b8;border-radius:3px;flex-shrink:0;width:1rem;height:1rem;transition:background .12s,border-color .12s,box-shadow .12s}.g4-checkbox:hover .g4-checkbox-box{border-color:#007aff}.g4-checkbox.is-checked .g4-checkbox-box{background:#007aff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/80% no-repeat;border-color:#007aff}.g4-checkbox-label{line-height:1.3}.theme-dark .g4-checkbox{color:#f2f2f7}.theme-dark .g4-checkbox-box{background:#ffffff14;border-color:#ffffff47}.theme-dark .g4-checkbox:hover .g4-checkbox-box{border-color:#0a84ff}.theme-dark .g4-checkbox.is-checked .g4-checkbox-box{background:#0a84ff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M2 6l3 3 5-5' stroke='%23ffffff' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") 50%/80% no-repeat;border-color:#0a84ff}.info-icon{cursor:help;color:#97a4b8;justify-content:center;align-items:center;line-height:1;transition:color .12s;display:inline-flex}.info-icon .material-symbols-outlined{font-size:1rem}.info-icon:hover{color:#007aff}.theme-dark .info-icon{color:#636366}.theme-dark .info-icon:hover{color:#4da3ff}.page-heading{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0;display:flex}.page-heading-text{flex-direction:column;gap:.2rem;display:flex}.page-heading-title{color:#182034;margin:0;font-family:Manrope,sans-serif;font-size:2.65rem;font-weight:800;line-height:1.1}.page-heading-breadcrumb{color:#687284;margin:0;font-family:Inter,sans-serif;font-size:1.06rem;font-weight:500}.page-heading-actions{flex-wrap:nowrap;flex-shrink:0;align-items:center;gap:.5rem;padding-top:.625rem;display:flex}@media (width<=980px){.page-heading{flex-direction:column;align-items:stretch}.page-heading-actions{justify-content:flex-start;padding-top:0}}.theme-dark .page-heading-title{color:#f2f2f7}.theme-dark .page-heading-breadcrumb{color:#a0aab8}.doc-proc-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.doc-proc-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.doc-proc-spin{animation:.9s linear infinite dp-spin}.doc-proc-body{grid-template-columns:minmax(0,1fr) minmax(0,1.6fr);align-items:stretch;gap:1rem;display:grid}.doc-proc-left{flex-direction:column;gap:1rem;display:flex}.doc-proc-settings-card{padding:1.25rem 1.375rem}.doc-proc-settings-grid{flex-direction:column;gap:.875rem;display:flex}.doc-proc-settings-card .shipment-search-field .custom-select-trigger{width:100%;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);cursor:pointer;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;justify-content:space-between;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.doc-proc-settings-card .shipment-search-field .custom-select-wrapper{width:100%}.doc-proc-settings-card .shipment-search-field .custom-select-trigger:hover{border-color:#7a8899}.doc-proc-extract-row{align-items:center;gap:.5rem;display:flex}.doc-proc-upload-card{padding:1.25rem 1.375rem}.doc-proc-file-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.doc-proc-drop-zone{cursor:pointer;text-align:center;background:#007aff05;border:2px dashed #007aff40;border-radius:1rem;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1rem;padding:2.5rem 1.5rem;transition:border-color .18s,background .18s,transform .15s;display:flex}.doc-proc-drop-zone:hover,.doc-proc-drop-zone:focus-visible{background:#007aff0a;border-color:#007aff8c}.doc-proc-drop-zone.is-dragging{background:#007aff12;border-color:#007aff;transform:scale(1.01)}.doc-proc-drop-icon{color:#007aff66;font-size:2.75rem;transition:color .15s,transform .2s}.doc-proc-drop-icon.is-dragging{color:#007aff;transform:translateY(-4px)}.doc-proc-drop-title{color:#2f3a4f;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.doc-proc-drop-sub{font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#7b879b}.doc-proc-drop-link{color:#007aff;font-weight:600}.doc-proc-drop-hint{font-family:Inter,sans-serif;font-size:var(--text-caption-size,.76rem);color:#97a4b8;margin-top:.25rem}.doc-proc-upload-actions{align-items:center;gap:.5rem;display:flex}.doc-proc-choose-btn{align-items:center;gap:.3rem;padding:.45rem 1.1rem;font-size:.875rem;display:inline-flex}.doc-proc-right{flex-direction:column;gap:1rem;min-height:0;display:flex}.doc-proc-queue-card{flex-direction:column;flex:1;min-height:0;padding:1.25rem 1.375rem 1rem;display:flex}.doc-proc-stats-row{gap:.75rem;display:flex}.doc-proc-stat{background:#fff;border:1px solid #0000000f;border-radius:1rem;flex-direction:column;flex:1;align-items:center;gap:.2rem;padding:.875rem .5rem;display:flex;box-shadow:0 2px 8px #0000000a}.doc-proc-stat-value{color:#182034;font-family:Inter,sans-serif;font-size:1.5rem;font-weight:700;line-height:1}.doc-proc-stat-label{font-family:Inter,sans-serif;font-size:var(--text-caption-size,.76rem);color:#7b879b;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.doc-proc-stat--pending .doc-proc-stat-value{color:#636366}.doc-proc-stat--done .doc-proc-stat-value{color:#007aff}.doc-proc-stat--error .doc-proc-stat-value{color:#ef4444}.doc-proc-queue-card .ss-empty{flex-direction:column;flex:1;justify-content:center;align-items:center;display:flex}.doc-proc-queue-list{flex-direction:column;flex:1;gap:.4rem;min-height:0;display:flex;overflow-y:auto}.doc-proc-queue-item{background:#f4f5f7;border:1px solid #0000;border-radius:.625rem;align-items:center;gap:.75rem;padding:.625rem .75rem;transition:background .15s,border-color .15s;display:flex}.doc-proc-queue-item--done{background:#007aff0a;border-color:#007aff1a}.doc-proc-queue-item--error{background:#ef44440a;border-color:#ef44441f}.doc-proc-queue-item--processing,.doc-proc-queue-item--uploading{background:#007aff08;border-color:#007aff26}.doc-proc-queue-status-icon{flex-shrink:0;font-size:1.15rem}.doc-proc-status-icon--idle{color:#97a4b8}.doc-proc-status-icon--uploading,.doc-proc-status-icon--processing{color:#007aff}.doc-proc-status-icon--done{color:#1a9142}.doc-proc-status-icon--error{color:#ef4444}.doc-proc-queue-status-icon.is-spinning{animation:.9s linear infinite dp-spin}@keyframes dp-spin{to{transform:rotate(360deg)}}.doc-proc-queue-info{flex-direction:column;flex:1;gap:.15rem;min-width:0;display:flex}.doc-proc-queue-name{font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#1c1c1e;white-space:nowrap;text-overflow:ellipsis;font-weight:500;overflow:hidden}.doc-proc-queue-meta{font-family:Inter,sans-serif;font-size:var(--text-caption-size,.76rem);color:#7b879b;align-items:center;gap:.5rem;display:flex}.doc-proc-extracted-badge{color:#007aff;font-size:var(--text-caption-size,.72rem);background:#007aff1a;border-radius:999px;align-items:center;gap:.2rem;padding:.1rem .45rem;font-weight:600;display:inline-flex}.doc-proc-extracted-badge .material-symbols-outlined{font-size:.75rem}.doc-proc-error-badge{color:#ef4444;font-size:var(--text-caption-size,.72rem)}.doc-proc-queue-status-pill{font-family:Inter,sans-serif;font-size:var(--text-caption-size,.72rem);white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.18rem .6rem;font-weight:600}.doc-proc-pill--idle{color:#636366;background:#6363661a}.doc-proc-pill--uploading,.doc-proc-pill--processing,.doc-proc-pill--done{color:#007aff;background:#007aff1a}.doc-proc-pill--error{color:#ef4444;background:#ef44441f}.doc-proc-remove-btn{color:#97a4b8;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;padding:0;transition:background .12s,color .12s;display:flex}.doc-proc-remove-btn:hover{color:#ef4444;background:#ef44441a}.doc-proc-remove-btn .material-symbols-outlined{font-size:.9rem}@media (width<=1100px){.doc-proc-body{grid-template-columns:1fr}}@media (width<=980px){.doc-proc-body{align-items:start}}.theme-dark .doc-proc-settings-card .shipment-search-field .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .doc-proc-drop-zone{background:#0a84ff08;border-color:#0a84ff40}.theme-dark .doc-proc-drop-zone:hover,.theme-dark .doc-proc-drop-zone:focus-visible{background:#0a84ff0f;border-color:#0a84ff80}.theme-dark .doc-proc-drop-zone.is-dragging{background:#0a84ff17;border-color:#0a84ff}.theme-dark .doc-proc-drop-icon{color:#0a84ff73}.theme-dark .doc-proc-drop-icon.is-dragging{color:#0a84ff}.theme-dark .doc-proc-drop-title{color:#e0e4ed}.theme-dark .doc-proc-drop-sub{color:#8e8e93}.theme-dark .doc-proc-drop-link{color:#4da3ff}.theme-dark .doc-proc-drop-hint{color:#636366}.theme-dark .doc-proc-stat{background:#ffffff0a;border-color:#ffffff14}.theme-dark .doc-proc-stat-value{color:#f2f2f7}.theme-dark .doc-proc-stat-label{color:#8e8e93}.theme-dark .doc-proc-stat--done .doc-proc-stat-value{color:#4da3ff}.theme-dark .doc-proc-stat--error .doc-proc-stat-value{color:#ff453a}.theme-dark .doc-proc-queue-item{background:#ffffff0a;border-color:#0000}.theme-dark .doc-proc-queue-item--done{background:#0a84ff0f;border-color:#0a84ff1f}.theme-dark .doc-proc-queue-item--error{background:#ff453a0f;border-color:#ff453a24}.theme-dark .doc-proc-queue-item--processing,.theme-dark .doc-proc-queue-item--uploading{background:#0a84ff0a;border-color:#0a84ff29}.theme-dark .doc-proc-queue-name{color:#f2f2f7}.theme-dark .doc-proc-queue-meta{color:#8e8e93}.theme-dark .doc-proc-status-icon--idle{color:#636366}.theme-dark .doc-proc-status-icon--uploading,.theme-dark .doc-proc-status-icon--processing{color:#4da3ff}.theme-dark .doc-proc-status-icon--done{color:#30d158}.theme-dark .doc-proc-status-icon--error{color:#ff453a}.theme-dark .doc-proc-extracted-badge{color:#4da3ff;background:#0a84ff26}.theme-dark .doc-proc-error-badge{color:#ff453a}.theme-dark .doc-proc-pill--idle{color:#8e8e93;background:#63636633}.theme-dark .doc-proc-pill--uploading,.theme-dark .doc-proc-pill--processing,.theme-dark .doc-proc-pill--done{color:#4da3ff;background:#0a84ff26}.theme-dark .doc-proc-pill--error{color:#ff453a;background:#ff453a26}.theme-dark .doc-proc-remove-btn{color:#636366}.theme-dark .doc-proc-remove-btn:hover{color:#ff453a;background:#ff453a24}.si-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.si-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.si-template-link{color:#007aff;white-space:nowrap;align-items:center;gap:.3rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .15s;display:inline-flex}.si-template-link:hover{opacity:.75}.si-template-link .material-symbols-outlined{font-size:1rem}.si-card{padding:1.25rem 1.375rem 1.5rem}.si-form-grid{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:start;gap:1rem 1.5rem;display:grid}.si-text-input{width:100%;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);box-sizing:border-box;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .875rem;transition:border-color .15s,box-shadow .15s}.si-text-input::placeholder{color:#97a4b8}.si-text-input:focus{border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.si-file-input-hidden{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.si-file-row{align-items:center;gap:.5rem;display:flex}.si-choose-file-btn{height:var(--input-height);color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0d66c2 0%,#0a56af 100%);border:0;border-radius:999px;align-items:center;gap:.3rem;padding:0 1.25rem;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700;transition:opacity .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 12px #0d66c238}.si-choose-file-btn:hover{opacity:.88;box-shadow:0 6px 16px #0d66c24d}.si-choose-file-btn .material-symbols-outlined{font-size:1rem}.si-file-chosen{height:var(--input-height);background:#007aff14;border:1px solid #007aff33;border-radius:999px;align-items:center;gap:.4rem;min-width:0;max-width:100%;padding:0 .75rem 0 .625rem;display:inline-flex}.si-file-icon{color:#007aff;flex-shrink:0;font-size:1rem}.si-file-name{font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#1c1c1e;white-space:nowrap;text-overflow:ellipsis;min-width:0;font-weight:500;overflow:hidden}.si-file-clear{color:#97a4b8;cursor:pointer;background:0 0;border:none;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.25rem;height:1.25rem;padding:0;transition:background .12s,color .12s;display:flex}.si-file-clear:hover{color:#ef4444;background:#ef44441a}.si-file-clear .material-symbols-outlined{font-size:.85rem}.si-field--carrier-wrap{flex-direction:column;gap:.5rem;display:flex}.si-carrier-label{align-items:center;gap:.35rem;display:flex}.si-broker-row{padding-left:.125rem}@media (width<=860px){.si-form-grid{grid-template-columns:1fr}}.theme-dark .si-text-input{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .si-text-input::placeholder{color:#ffffff47}.theme-dark .si-text-input:focus{border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .si-template-link{color:#4da3ff}.theme-dark .si-file-chosen{background:#0a84ff1a;border-color:#0a84ff40}.theme-dark .si-file-name{color:#f2f2f7}.theme-dark .si-file-icon{color:#4da3ff}.theme-dark .si-file-clear{color:#636366}.theme-dark .si-file-clear:hover{color:#ff453a;background:#ff453a24}.dp-wrap{width:100%;position:relative}.dp-trigger-row{align-items:center;gap:.35rem;width:100%;display:flex}.dp-trigger{min-width:0;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size);cursor:pointer;text-align:left;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;flex:1;align-items:center;gap:.4rem;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s;display:flex}.dp-trigger.is-placeholder .dp-trigger-text{color:#97a4b8}.dp-trigger.is-open,.dp-trigger:focus-visible{background:#fff;border-color:#007aff;outline:none;box-shadow:0 0 0 3px #007aff24}.dp-trigger:hover:not(.is-open){border-color:#6b7a99}.dp-cal-icon{color:#007aff;flex-shrink:0;font-size:.95rem}.dp-trigger-text{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.dp-chevron{color:#8a94a6;flex-shrink:0;font-size:1rem;transition:transform .2s}.dp-trigger.is-open .dp-chevron{transform:rotate(180deg)}.dp-clear{color:#fff;cursor:pointer;background:#007aff;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;padding:0;transition:background .15s;display:inline-flex;box-shadow:0 4px 10px #007aff47}.dp-clear:hover{background:#0a63bf}.dp-clear .material-symbols-outlined{font-variation-settings:"wght" 700;font-size:.88rem;line-height:1}.dp-panel{z-index:300;background:#fff;border:1px solid #00000014;border-radius:1rem;width:17rem;padding:.75rem;animation:.18s cubic-bezier(.16,1,.3,1) dp-open;position:absolute;top:calc(100% + .375rem);left:0;box-shadow:0 16px 48px #00000024,0 4px 12px #00000014}@keyframes dp-open{0%{opacity:0;transform:translateY(-6px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.dp-nav{justify-content:space-between;align-items:center;gap:.25rem;margin-bottom:.625rem;display:flex}.dp-nav-btn{color:#4c5566;cursor:pointer;background:0 0;border:0;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:1.75rem;height:1.75rem;transition:background .15s,color .15s;display:inline-flex}.dp-nav-btn:hover{color:#007aff;background:#007aff1a}.dp-nav-btn .material-symbols-outlined{font-size:1.1rem}.dp-month-label{color:#182034;text-align:center;flex:1;font-family:Inter,sans-serif;font-size:.875rem;font-weight:700}.dp-grid{grid-template-columns:repeat(7,1fr);gap:.1rem;display:grid}.dp-day-header{text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#8a94a6;padding:.25rem 0;font-family:Inter,sans-serif;font-size:.65rem;font-weight:700}.dp-cell{aspect-ratio:1;cursor:pointer;color:#2f3a4f;background:0 0;border:0;border-radius:.5rem;justify-content:center;align-items:center;width:100%;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;transition:background .12s,color .12s;display:flex}.dp-cell--empty{pointer-events:none}.dp-cell--day:hover{color:#007aff;background:#007aff1a}.dp-cell--day.is-today{color:#007aff;border:1.5px solid #007aff66;font-weight:700}.dp-cell--day.is-selected{color:#fff;background:linear-gradient(135deg,#0d66c2 0%,#0a56af 100%);font-weight:700;box-shadow:0 4px 10px #0d66c247}.dp-cell--day.is-selected:hover{color:#fff;background:linear-gradient(135deg,#1470cc 0%,#0b5fbc 100%)}.dp-footer{border-top:1px solid #0000000f;justify-content:center;margin-top:.5rem;padding-top:.5rem;display:flex}.dp-today-btn{color:#007aff;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.25rem .75rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:600;transition:background .15s}.dp-today-btn:hover{background:#007aff14}.theme-dark .dp-trigger{color:#f2f2f7;background:#1c1c1e;border-color:#ffffff26}.theme-dark .dp-trigger.is-placeholder .dp-trigger-text{color:#48484a}.theme-dark .dp-trigger.is-open,.theme-dark .dp-trigger:focus-visible{background:#2c2c2e;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .dp-trigger:hover:not(.is-open){border-color:#ffffff4d}.theme-dark .dp-cal-icon{color:#0a84ff}.theme-dark .dp-chevron{color:#636366}.theme-dark .dp-clear{background:#0a84ff;box-shadow:0 4px 10px #0a84ff57}.theme-dark .dp-clear:hover{background:#329cff}.theme-dark .dp-panel{background:#1c1c1e;border-color:#ffffff1a;box-shadow:0 20px 56px #00000080,0 4px 16px #00000059}.theme-dark .dp-month-label{color:#f2f2f7}.theme-dark .dp-nav-btn{color:#a0aab8}.theme-dark .dp-nav-btn:hover{color:#0a84ff;background:#0a84ff26}.theme-dark .dp-day-header{color:#636366}.theme-dark .dp-cell--day{color:#d1d5db}.theme-dark .dp-cell--day:hover{color:#0a84ff;background:#0a84ff26}.theme-dark .dp-cell--day.is-today{color:#0a84ff;border-color:#0a84ff73}.theme-dark .dp-cell--day.is-selected{color:#fff;background:linear-gradient(135deg,#0a84ff 0%,#0070e0 100%);box-shadow:0 4px 12px #0a84ff66}.theme-dark .dp-footer{border-top-color:#ffffff14}.theme-dark .dp-today-btn{color:#0a84ff}.theme-dark .dp-today-btn:hover{background:#0a84ff1f}.clb-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.clb-inner{flex-direction:column;gap:1rem;display:flex}.clb-header{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.clb-header-title{color:#182034;margin:0;font-family:Manrope,sans-serif;font-size:2.65rem;font-weight:800;line-height:1.1}.clb-header-breadcrumb{color:#687284;margin:.25rem 0 0;font-family:Inter,sans-serif;font-size:1.06rem;font-weight:500}.clb-header-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;padding-top:.625rem;display:flex}.clb-saved-controls{flex-wrap:nowrap;align-items:center;gap:.35rem;min-width:0;display:flex;position:relative}.clb-saved-input-wrap{width:clamp(11.5rem,16vw,14rem);min-width:0;position:relative}.clb-saved-input-wrap input{color:#465267;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;width:100%;height:2rem;padding:0 .85rem 0 2rem;font-family:Inter,sans-serif;font-size:.76rem;transition:border-color .15s,box-shadow .15s,background .15s}.clb-saved-input-wrap input:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.clb-saved-input-wrap input::placeholder{color:#97a4b8;font-size:.73rem}.clb-saved-input-icon{color:#97a4b8;pointer-events:none;font-size:1rem;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.clb-saved-menu{z-index:220;-webkit-backdrop-filter:blur(24px);background:#fffffffa;border:1px solid #0000001a;border-radius:.75rem;width:min(24rem,100%);padding:.5rem;position:absolute;top:calc(100% + .375rem);left:0;overflow:hidden;box-shadow:0 12px 40px #00000026}.clb-saved-empty{color:#8a98ad;align-items:center;gap:.4rem;padding:.65rem .8rem;font-family:Inter,sans-serif;font-size:.8rem;display:flex}.clb-saved-empty .material-symbols-outlined{font-size:.95rem}.clb-saved-option{text-align:left;color:#1c1c1e;cursor:pointer;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.45rem;width:100%;padding:.4rem .6rem;font-family:Inter,sans-serif;font-size:.8125rem;transition:all .2s;display:flex}.clb-saved-option .material-symbols-outlined{color:#0a66c2;font-size:.92rem}.clb-saved-option:hover{color:#fff;background:#007aff}.clb-saved-option:hover .material-symbols-outlined{color:#fff}.clb-filters-card{padding:1.25rem 1.375rem 1rem}.clb-card-head{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.clb-card-icon{color:#007aff;font-size:1.15rem}.clb-card-title{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.clb-filter-grid{grid-template-columns:minmax(0,1fr) minmax(10rem,13rem);align-items:start;gap:1rem 1.5rem;display:grid}.clb-filter-main{flex-direction:column;gap:.75rem;display:flex}.clb-row{gap:.75rem .875rem;min-width:0;display:grid}.clb-row--4{grid-template-columns:repeat(4,minmax(0,1fr))}.clb-row--2,.clb-row--date{grid-template-columns:repeat(2,minmax(0,1fr))}.clb-field{flex-direction:column;gap:4px;min-width:0;display:flex}.clb-field>span{color:#7b879b;font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.clb-field input,.clb-field .custom-select-trigger{width:100%;min-width:0;height:var(--input-height);color:#465267;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem;font-family:Inter,sans-serif;font-size:.8125rem;transition:border-color .15s,box-shadow .15s,background .15s}.clb-field .custom-select-trigger{justify-content:space-between}.clb-field .custom-select-wrapper{width:100%;min-width:0}.clb-field input:focus,.clb-field .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.clb-field input::placeholder{color:#97a4b8}.clb-office-row{align-items:center;gap:.5rem;min-width:0;display:flex}.clb-office-input,.clb-office-sdd{flex:1;min-width:0}.clb-inline-checkbox{white-space:nowrap;cursor:pointer;color:#465267;flex-shrink:0;align-items:center;gap:.35rem;font-family:Inter,sans-serif;font-size:.79rem;font-weight:500;display:inline-flex}.clb-inline-checkbox input[type=checkbox]{accent-color:#007aff;cursor:pointer;border-radius:3px;flex-shrink:0;width:.95rem;height:.95rem}.clb-filter-right{border-left:1px solid #0000000f;flex-direction:column;gap:0;padding-top:.125rem;padding-left:1.25rem;display:flex}.clb-flags{flex-direction:column;gap:.45rem;margin-bottom:.75rem;display:flex}.clb-flag-item{cursor:pointer;-webkit-user-select:none;user-select:none;align-items:center;gap:.45rem;display:inline-flex}.clb-flag-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.clb-flag-box{background:#fff;border:1.5px solid #97a4b8;border-radius:3px;flex-shrink:0;justify-content:center;align-items:center;width:1rem;height:1rem;transition:background .15s,border-color .15s;display:inline-flex}.clb-flag-item:hover .clb-flag-box{border-color:#007aff}.clb-flag-input:checked~.clb-flag-box{background:#007aff;border-color:#007aff}.clb-flag-item:has(.clb-flag-input:checked) .clb-flag-box{background:#007aff;border-color:#007aff}.clb-flag-tick{width:.6rem;height:.6rem}.clb-flag-label{color:#4c5566;white-space:nowrap;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500}.clb-legend-divider{background:#0000000f;height:1px;margin-bottom:.75rem}.clb-legend-title{font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;color:#7b879b;margin-bottom:.625rem;font-weight:700;display:block}.clb-legend-list{flex-direction:column;gap:.45rem;margin:0;padding:0;list-style:none;display:flex}.clb-legend-item{align-items:center;gap:.5rem;display:flex}.clb-legend-dot{border-radius:999px;flex-shrink:0;width:.75rem;height:.75rem}.clb-legend-label{color:#4c5566;font-family:Inter,sans-serif;font-size:.8rem}.clb-legend--not-covered-posted{background:#97a4b8}.clb-legend--not-covered{background:#ef4444}.clb-legend--covered{background:#007aff}.clb-legend--in-transit{background:#1369c7}.clb-legend--delivered{background:#636366}.clb-advanced-section{border-top:1px solid #0000000f;flex-direction:column;gap:1rem;margin-top:.875rem;padding-top:.875rem;display:flex}.clb-advanced-block{flex-direction:column;gap:.5rem;display:flex}.clb-advanced-label{font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;color:#7b879b;font-weight:700}.clb-miles-row{grid-template-columns:minmax(10rem,13rem) minmax(8rem,10rem);justify-content:start;align-items:end;gap:.75rem .875rem;display:grid}.clb-ref-inline{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr);align-items:end;gap:.75rem .875rem;max-width:40rem;display:grid}.clb-field--ref-type,.clb-field--ref-value{min-width:0}.clb-actions{border-top:1px solid #0000000f;justify-content:flex-end;align-items:center;gap:.625rem;margin-top:1rem;padding-top:.75rem;display:flex}.clb-action-btn{color:#4c5566;cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #97a4b8;border-radius:.5rem;align-items:center;gap:.3rem;padding:.45rem .8rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;transition:background .15s,border-color .15s,color .15s;display:inline-flex}.clb-action-btn:hover{color:#007aff;background:#007aff14;border-color:#007aff59}.clb-action-btn .material-symbols-outlined{font-size:.95rem}.clb-search-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0d66c2 0%,#0a56af 100%);border:0;border-radius:999px;align-items:center;gap:.3rem;padding:.45rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;transition:opacity .15s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 14px #0d66c23d}.clb-search-btn .material-symbols-outlined{font-size:.95rem}.clb-search-btn:hover{opacity:.92;box-shadow:0 8px 18px #0d66c25c}.clb-results-card{padding:1.25rem 1.375rem 1rem}.clb-results-head{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.clb-results-title{align-items:center;gap:.5rem;display:flex}.clb-results-icon{color:#007aff;font-size:1.1rem}.clb-results-title-text{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.clb-results-count{color:#007aff;background:#007aff1a;border-radius:999px;padding:.15rem .6rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}@media (width<=1300px){.clb-row--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=1100px){.clb-filter-grid{grid-template-columns:1fr}.clb-filter-right{border-top:1px solid #0000000f;border-left:0;padding-top:.75rem;padding-left:0}.clb-legend-list{flex-flow:wrap;gap:.4rem 1rem}}@media (width<=980px){.clb-header{flex-direction:column;align-items:stretch}.clb-header-actions{justify-content:flex-start;padding-top:0}.clb-saved-controls{flex-wrap:wrap;width:100%}.clb-saved-input-wrap{flex:16rem;width:auto;min-width:0}.clb-saved-menu{width:100%}}@media (width<=760px){.clb-row--4,.clb-row--2,.clb-row--date,.clb-miles-row,.clb-ref-inline{grid-template-columns:1fr}.clb-office-row{flex-direction:column;align-items:flex-start}.clb-office-input{width:100%}}.clb-table-wrap{margin:0 -.25rem;overflow-x:auto}.clb-status{white-space:nowrap;border-radius:999px;padding:.22rem .6rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:600;display:inline-block}.clb-status--not-covered-posted{color:#636366;background:#6363661a}.clb-status--not-covered{color:#ef4444;background:#ef44441a}.clb-status--covered{color:#007aff;background:#007aff1a}.clb-status--in-transit{color:#1369c7;background:#007aff1f}.clb-status--delivered{color:#636366;background:#6363661a}.clb-td-money{font-variant-numeric:tabular-nums;white-space:nowrap;font-family:Inter,sans-serif;font-size:.8125rem}.clb-td-money--buy{color:#ef4444}.clb-td-money--sell{color:#007aff}.clb-tracking-link{color:#007aff;cursor:pointer;white-space:nowrap;font-family:Inter,sans-serif;font-size:.8rem}.clb-tracking-link:hover{text-decoration:underline}.theme-dark .clb-header-title{color:#f2f2f7}.theme-dark .clb-header-breadcrumb,.theme-dark .clb-card-title,.theme-dark .clb-legend-title,.theme-dark .clb-advanced-label{color:#8e8e93}.theme-dark .clb-card-icon,.theme-dark .clb-results-icon{color:#0a84ff}.theme-dark .clb-field>span{color:#8e8e93}.theme-dark .clb-field input,.theme-dark .clb-field .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .clb-field input::placeholder{color:#ffffff4d}.theme-dark .clb-field input:focus,.theme-dark .clb-field .custom-select-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .clb-inline-checkbox{color:#c0c8d8}.theme-dark .clb-filter-right{border-left-color:#ffffff14}.theme-dark .clb-flag-box{background:#ffffff0f;border-color:#ffffff47}.theme-dark .clb-flag-item:hover .clb-flag-box{border-color:#0a84ff}.theme-dark .clb-flag-item:has(.clb-flag-input:checked) .clb-flag-box{background:#0a84ff;border-color:#0a84ff}.theme-dark .clb-flag-label{color:#c0c8d8}.theme-dark .clb-legend-divider{background:#ffffff12}.theme-dark .clb-legend-label{color:#c0c8d8}.theme-dark .clb-advanced-section,.theme-dark .clb-actions{border-top-color:#ffffff12}.theme-dark .clb-action-btn{color:#a0aab8;background:#ffffff0f;border-color:#ffffff3d}.theme-dark .clb-action-btn:hover{color:#0a84ff;background:#0a84ff26;border-color:#0a84ff73}.theme-dark .clb-search-btn{background:linear-gradient(135deg,#1a7de0 0%,#1268c8 100%);box-shadow:0 6px 14px #0a84ff47}.theme-dark .clb-saved-input-wrap input{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .clb-saved-input-wrap input::placeholder{color:#ffffff57}.theme-dark .clb-saved-input-wrap input:focus{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .clb-saved-input-icon{color:#8e8e93}.theme-dark .clb-saved-menu{background:#1c1c1ff5;border-color:#ffffff1f;box-shadow:0 12px 36px #00000073}.theme-dark .clb-saved-empty{color:#9aa6ba}.theme-dark .clb-saved-option{color:#fff}.theme-dark .clb-saved-option:hover{color:#fff;background:#007aff}.theme-dark .clb-results-title-text{color:#8e8e93}.theme-dark .clb-results-count{color:#4da3ff;background:#0a84ff26}.theme-dark .clb-status--not-covered-posted{color:#8e8e93;background:#63636633}.theme-dark .clb-status--not-covered{color:#ff453a;background:#ff453a26}.theme-dark .clb-status--covered{color:#4da3ff;background:#0a84ff26}.theme-dark .clb-status--in-transit{color:#6ab8ff;background:#0a84ff2e}.theme-dark .clb-status--delivered{color:#8e8e93;background:#63636633}.theme-dark .clb-td-money--buy{color:#ff453a}.theme-dark .clb-td-money--sell,.theme-dark .clb-tracking-link{color:#4da3ff}.tlq-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.tlq-inner{flex-direction:column;gap:1rem;min-width:0;max-width:100%;display:flex}.tlq-layout{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr);align-items:start;gap:1rem;display:grid}.tlq-main,.tlq-sidebar{flex-direction:column;gap:1rem;min-width:0;display:flex}.tlq-card{padding:1.25rem 1.375rem}.tlq-card-head{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.tlq-card-head--inline{margin-bottom:0}.tlq-card-icon{color:#007aff;font-size:1.1rem}.tlq-card-title{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.tlq-table-wrap{overflow-x:auto}.tlq-table{border-collapse:collapse;width:100%;font-family:Inter,sans-serif;font-size:var(--text-body-size)}.tlq-table thead tr{background:#007aff12;border-bottom:1.5px solid #007aff26}.tlq-table th{text-align:left;font-size:var(--text-label-size);color:#1669c5;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;padding:.4rem .625rem;font-weight:700}.tlq-table td{color:#2f3a4f;vertical-align:middle;border-bottom:1px solid #eceef2;padding:.5rem .625rem;font-weight:500}.tlq-table tbody tr:last-child td{border-bottom:0}.tlq-table tbody tr:hover td{background:#007aff08}.tlq-table-empty{text-align:center;color:#97a4b8;font-style:italic;padding:1.5rem 1rem!important}.tlq-quotes-head{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.tlq-quotes-head .tlq-card-head{margin-bottom:0}.tlq-quotes-controls{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.tlq-quotes-control-label{font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.06em;text-transform:uppercase;color:#7b879b;white-space:nowrap;font-weight:600}.tlq-quotes-select{min-width:7rem}.tlq-quotes-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;padding:2.5rem 1rem;display:flex}.tlq-quotes-empty-icon{color:#c8d0de;font-size:2rem}.tlq-quotes-empty-text{color:#7b879b;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.tlq-quotes-empty-sub{color:#97a4b8;max-width:26rem;font-family:Inter,sans-serif;font-size:.8rem}.tlq-sidebar-card{flex-direction:column;gap:.75rem;padding:1.125rem 1.25rem 1.25rem;display:flex}.tlq-si-label{font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.08em;text-transform:uppercase;color:#7b879b;margin-bottom:4px;font-weight:700;display:block}.tlq-si-field{flex-direction:column;gap:0;min-width:0;display:flex}.tlq-si-input{width:100%;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size);box-sizing:border-box;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.tlq-si-input:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.tlq-si-input::placeholder{color:#97a4b8}.tlq-si-customer-row{align-items:center;gap:.5rem;display:flex}.tlq-si-customer-sdd{flex:1;min-width:0}.tlq-si-edit-btn{color:#7b879b;cursor:pointer;background:#fff;border:1px solid #97a4b8;border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;transition:border-color .15s,color .15s,background .15s;display:flex}.tlq-si-edit-btn:hover{color:#007aff;background:#007aff0f;border-color:#007aff}.tlq-si-edit-btn .material-symbols-outlined{font-size:.95rem}.tlq-si-od-label-row{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.tlq-si-od-label-row .tlq-si-label{margin-bottom:0}.tlq-si-plus-btn{color:#007aff;cursor:pointer;background:0 0;border:1.5px solid #007aff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;padding:0;transition:background .15s,color .15s;display:inline-flex}.tlq-si-plus-btn:hover{color:#fff;background:#007aff}.tlq-si-plus-btn .material-symbols-outlined{font-size:.9rem}.tlq-si-od-row{grid-template-columns:1fr 1fr;gap:.75rem;display:grid}.tlq-si-row{gap:.75rem;display:grid}.tlq-si-row--3{grid-template-columns:repeat(3,minmax(0,1fr))}.tlq-si-field .custom-select-wrapper{width:100%}.tlq-si-field .custom-select-trigger{width:100%;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;justify-content:space-between;padding:0 .75rem}.tlq-si-field .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.tlq-mask-display{flex-wrap:wrap;gap:.4rem;margin-bottom:.75rem;display:flex}.tlq-mask-chip{color:#1369c7;background:#007aff14;border:1px solid #007aff2e;border-radius:999px;align-items:center;gap:.25rem;padding:.2rem .6rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:500;display:inline-flex}.tlq-mask-chip .material-symbols-outlined{font-size:.85rem}.tlq-si-footer{justify-content:flex-end;padding-top:.25rem;display:flex}.tlq-save-btn{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#0d66c2 0%,#0a56af 100%);border:0;border-radius:999px;align-items:center;gap:.3rem;padding:.45rem 1.25rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;transition:opacity .15s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 14px #0d66c23d}.tlq-save-btn:hover{opacity:.92;box-shadow:0 8px 18px #0d66c25c}.tlq-save-btn .material-symbols-outlined{font-size:.95rem}.tlq-collapsible-card{padding:0}.tlq-collapsible-trigger{cursor:pointer;border-radius:inherit;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.25rem;transition:background .15s;display:flex}.tlq-collapsible-trigger:hover{background:#007aff08}.tlq-chevron{color:#97a4b8;flex-shrink:0;font-size:1.2rem;transition:color .15s}.tlq-collapsible-trigger:hover .tlq-chevron{color:#007aff}.tlq-collapsible-body{border-top:1px solid #0000000d;padding:0 1.25rem 1.25rem}.tlq-criteria-placeholder{color:#97a4b8;margin:.75rem 0 0;font-family:Inter,sans-serif;font-size:.82rem;font-style:italic}.tlq-include-list{flex-direction:column;gap:.55rem;display:flex}.tlq-modal-overlay{-webkit-backdrop-filter:blur(4px);z-index:500;background:#00000059;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.tlq-modal{background:#fff;border-radius:1rem;flex-direction:column;width:min(52rem,100%);max-height:90vh;display:flex;overflow-y:auto;box-shadow:0 24px 64px #0003}.tlq-modal-header{border-bottom:1px solid #0000000f;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem 1rem;display:flex}.tlq-modal-title{color:#182034;margin:0;font-family:Manrope,sans-serif;font-size:1.25rem;font-weight:800}.tlq-modal-close{color:#97a4b8;cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;width:2rem;height:2rem;transition:background .15s,color .15s;display:flex}.tlq-modal-close:hover{color:#ef4444;background:#ef444414}.tlq-modal-close .material-symbols-outlined{font-size:1.1rem}.tlq-modal-body{flex-direction:column;gap:1.5rem;padding:1.25rem 1.5rem;display:flex}.tlq-modal-section{flex-direction:column;gap:.75rem;display:flex}.tlq-modal-section-title{color:#182034;margin:0;font-family:Manrope,sans-serif;font-size:1rem;font-weight:700}.tlq-modal-row{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem;display:grid}.tlq-modal-field{flex-direction:column;gap:4px;display:flex}.tlq-modal-field>span{font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;color:#7b879b;font-weight:700}.tlq-modal-field input{height:var(--input-height);color:#465267;box-sizing:border-box;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;width:100%;padding:0 .875rem;font-family:Inter,sans-serif;font-size:.8125rem;transition:border-color .15s,box-shadow .15s,background .15s}.tlq-modal-field input:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.tlq-modal-field input::placeholder{color:#97a4b8}.tlq-modal-footer{border-top:1px solid #0000000f;justify-content:flex-end;padding:1rem 1.5rem 1.25rem;display:flex}.tlq-modal-save-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0d66c2 0%,#0a56af 100%);border:0;border-radius:999px;align-items:center;gap:.3rem;padding:.45rem 1.75rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:700;transition:opacity .15s,box-shadow .15s;display:inline-flex;box-shadow:0 6px 14px #0d66c23d}.tlq-modal-save-btn:hover{opacity:.92;box-shadow:0 8px 18px #0d66c25c}@media (width<=1200px){.tlq-layout{grid-template-columns:minmax(0,1.3fr) minmax(0,1fr)}}@media (width<=960px){.tlq-layout{grid-template-columns:1fr}}@media (width<=640px){.tlq-si-row--3{grid-template-columns:1fr 1fr}.tlq-si-od-row,.tlq-modal-row{grid-template-columns:1fr}}.theme-dark .tlq-card-title{color:#8e8e93}.theme-dark .tlq-card-icon{color:#0a84ff}.theme-dark .tlq-table thead tr{background:#0a84ff1a;border-bottom-color:#0a84ff33}.theme-dark .tlq-table th{color:#46a1ff}.theme-dark .tlq-table td{color:#d8dde8;border-bottom-color:#252b3a}.theme-dark .tlq-table tbody tr:hover td{background:#0a84ff0d}.theme-dark .tlq-table-empty{color:#636366}.theme-dark .tlq-quotes-control-label{color:#8e8e93}.theme-dark .tlq-quotes-empty-icon{color:#48484a}.theme-dark .tlq-quotes-empty-text{color:#8e8e93}.theme-dark .tlq-quotes-empty-sub{color:#636366}.theme-dark .tlq-si-label{color:#8e8e93}.theme-dark .tlq-si-input{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .tlq-si-input::placeholder{color:#ffffff4d}.theme-dark .tlq-si-input:focus{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .tlq-si-field .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .tlq-si-field .custom-select-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .tlq-si-edit-btn{color:#8e8e93;background:#ffffff0f;border-color:#fff3}.theme-dark .tlq-si-edit-btn:hover{color:#0a84ff;background:#0a84ff1a;border-color:#0a84ff}.theme-dark .tlq-save-btn{background:linear-gradient(135deg,#1a7de0 0%,#1268c8 100%);box-shadow:0 6px 14px #0a84ff47}.theme-dark .tlq-collapsible-trigger:hover{background:#0a84ff0d}.theme-dark .tlq-collapsible-body{border-top-color:#ffffff12}.theme-dark .tlq-criteria-placeholder{color:#636366}.theme-dark .tlq-modal{background:#1c1c1e;box-shadow:0 24px 64px #00000080}.theme-dark .tlq-modal-header{border-bottom-color:#ffffff14}.theme-dark .tlq-modal-title,.theme-dark .tlq-modal-section-title{color:#f2f2f7}.theme-dark .tlq-modal-field>span{color:#8e8e93}.theme-dark .tlq-modal-field input{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .tlq-modal-field input::placeholder{color:#ffffff4d}.theme-dark .tlq-modal-field input:focus{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .tlq-modal-footer{border-top-color:#ffffff14}.theme-dark .tlq-modal-save-btn{background:linear-gradient(135deg,#1a7de0 0%,#1268c8 100%)}.sal-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.sal-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.sal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0;display:flex}.sal-filters-card{padding:1.25rem 1.375rem 1rem}.sal-card-head{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.sal-card-icon{color:#007aff;font-size:1.15rem}.sal-card-title{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.sal-filter-row{gap:.75rem .875rem;margin-bottom:.75rem;display:grid}.sal-filter-row--3col{grid-template-columns:repeat(3,minmax(0,1fr))}.sal-filter-row--date{grid-template-columns:minmax(0,1fr) minmax(0,1.5fr);align-items:end}.sal-field{flex-direction:column;gap:4px;min-width:0;display:flex}.sal-field>span{color:#7b879b;font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.sal-field input,.sal-field .custom-select-trigger,.sal-field .search-dropdown-trigger{width:100%;min-width:0;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.sal-field .custom-select-wrapper,.sal-field .search-dropdown-wrap{width:100%;min-width:0}.sal-field input:focus,.sal-field .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.sal-field input::placeholder{color:#97a4b8}.sal-field--date-range{min-width:0}.sal-date-range-display{height:var(--input-height);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;justify-content:space-between;align-items:center;gap:.5rem;min-width:0;padding:0 .75rem;display:flex}.sal-date-range-text{font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#465267;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.sal-date-range-icon{color:#007aff;flex-shrink:0;font-size:1rem}.sal-results-card{padding:1.25rem 1.375rem 1rem}.sal-results-title-wrap{align-items:center;gap:.5rem;display:flex}.sal-table-wrap{margin:0 -.25rem;overflow-x:auto}.sal-starfish-wrap{min-width:56rem}.sal-tr:hover td{background:#007aff0a}.sal-td{color:#2f3a4f;font-family:Inter,sans-serif;font-size:var(--text-body-size);vertical-align:top;border-bottom:1px solid #eceef2;padding:.55rem .75rem;font-weight:500}.sal-td--id{white-space:nowrap;color:#007aff;font-variant-numeric:tabular-nums;font-weight:700}.sal-td--date{white-space:nowrap;font-variant-numeric:tabular-nums;color:#4c5566}.sal-td--type{white-space:nowrap}.sal-td--desc{min-width:22rem;max-width:36rem}.sal-td--by{white-space:nowrap;color:#4c5566}.sal-td--access{white-space:nowrap}.sal-desc-text{-webkit-line-clamp:3;line-height:1.45;font-size:var(--text-body-size);color:#4c5566;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.sal-badge{font-family:Inter,sans-serif;font-size:var(--text-label-size);letter-spacing:.02em;white-space:nowrap;border-radius:999px;align-items:center;padding:.18rem .6rem;font-weight:700;display:inline-flex}.sal-badge--operations{color:#1669c5;background:#007aff1a;border:1px solid #007aff2e}.sal-badge--public{color:#1a8c3a;background:#34c7591a;border:1px solid #34c75938}.sal-results-count{color:#007aff;font-family:Inter,sans-serif;font-size:var(--text-label-size);background:#007aff1a;border-radius:999px;align-items:center;margin-left:.25rem;padding:.15rem .55rem;font-weight:700;display:inline-flex}.sal-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.25rem 1rem;display:flex}.sal-empty-icon{color:#c5cdd9;font-size:2.35rem}.sal-empty-text{color:#4c5566;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.sal-empty-sub{color:#8a98ad;max-width:32rem;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.5}.sal-no-results{color:#4c5566;align-items:center;gap:.4rem;padding:.875rem .25rem;font-family:Inter,sans-serif;font-size:.82rem;font-weight:600;display:flex}.sal-no-results .material-symbols-outlined{color:#c5cdd9;font-size:1rem}.sal-date-custom-row{grid-template-columns:1fr 1fr;gap:.75rem .875rem;display:grid}.theme-dark .sal-card-icon{color:#0a84ff}.theme-dark .sal-card-title,.theme-dark .sal-field>span{color:#8e8e93}.theme-dark .sal-field input,.theme-dark .sal-field .custom-select-trigger{color:#f2f2f7;background:#1c1c1e;border-color:#ffffff26}.theme-dark .sal-field input:focus,.theme-dark .sal-field .custom-select-trigger.is-open{background:#2c2c2e;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .sal-field input::placeholder{color:#48484a}.theme-dark .sal-date-range-display{background:#1c1c1e;border-color:#ffffff26}.theme-dark .sal-date-range-text{color:#f2f2f7}.theme-dark .sal-date-range-icon{color:#0a84ff}.theme-dark .sal-empty-icon{color:#3a3a3c}.theme-dark .sal-empty-text{color:#8e8e93}.theme-dark .sal-empty-sub{color:#636366}.theme-dark .sal-no-results{color:#8e8e93}.theme-dark .sal-no-results .material-symbols-outlined{color:#3a3a3c}.theme-dark .sal-tr:hover td{background:#0a84ff0f}.theme-dark .sal-td{color:#d1d5db;border-bottom-color:#2c2c2e}.theme-dark .sal-td--id{color:#0a84ff}.theme-dark .sal-td--date,.theme-dark .sal-td--by,.theme-dark .sal-desc-text{color:#a0aab8}.theme-dark .sal-badge--operations{color:#46a1ff;background:#0a84ff26;border-color:#0a84ff40}.theme-dark .sal-badge--public{color:#30d158;background:#30d1581f;border-color:#30d15838}.theme-dark .sal-results-count{color:#4da3ff;background:#0a84ff26}.fdz-wrap{flex-direction:column;gap:.875rem;display:flex}.fdz-input{opacity:0;pointer-events:none;width:0;height:0;position:absolute}.fdz-zone{cursor:pointer;text-align:center;background:#007aff05;border:2px dashed #007aff40;border-radius:1rem;outline:none;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;transition:border-color .18s,background .18s,transform .15s;display:flex}.fdz-zone:hover,.fdz-zone:focus-visible{background:#007aff0a;border-color:#007aff8c}.fdz-zone.is-dragging{background:#007aff12;border-color:#007aff;transform:scale(1.01)}.fdz-icon{color:#007aff66;font-size:2.75rem;transition:color .15s,transform .2s}.fdz-icon.is-dragging{color:#007aff;transform:translateY(-4px)}.fdz-title{color:#2f3a4f;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.fdz-sub{font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#7b879b}.fdz-link{color:#007aff;font-weight:600}.fdz-hint{font-family:Inter,sans-serif;font-size:var(--text-caption-size,.76rem);color:#97a4b8;margin-top:.25rem}.fdz-actions{align-items:center;gap:.5rem;display:flex}.fdz-choose-btn{align-items:center;gap:.3rem;padding:.45rem 1.1rem;font-size:.875rem;display:inline-flex}.theme-dark .fdz-zone{background:#0a84ff05;border-color:#0a84ff33}.theme-dark .fdz-zone:hover,.theme-dark .fdz-zone:focus-visible{background:#0a84ff0d;border-color:#0a84ff80}.theme-dark .fdz-zone.is-dragging{background:#0a84ff17;border-color:#0a84ff}.theme-dark .fdz-icon{color:#0a84ff73}.theme-dark .fdz-icon.is-dragging{color:#0a84ff}.theme-dark .fdz-title{color:#e5e7eb}.theme-dark .fdz-sub{color:#636366}.theme-dark .fdz-link{color:#0a84ff}.theme-dark .fdz-hint{color:#48484a}.cra-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.cra-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.cra-lanes-info{color:#4c5566;white-space:nowrap;align-items:center;gap:.35rem;font-family:Inter,sans-serif;font-size:.8rem;font-weight:500;display:inline-flex}.cra-lanes-icon{color:#007aff;font-size:1rem}.cra-lanes-info strong{color:#007aff;font-weight:700}.cra-body{grid-template-columns:minmax(0,1fr) minmax(0,1.35fr);align-items:stretch;gap:1rem;display:grid}.cra-upload-card,.cra-fields-card{flex-direction:column;padding:1.25rem 1.375rem 1.5rem;display:flex}.cra-upload-card .fdz-wrap{flex-direction:column;flex:1;display:flex}.cra-upload-card .fdz-zone{flex:1}.cra-card-head{align-items:center;gap:.5rem;margin-bottom:1.25rem;display:flex}.cra-card-icon{color:#007aff;font-size:1.15rem}.cra-card-title{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.cra-file-selected{height:var(--input-height);background:#007aff0d;border:1px solid #007aff4d;border-radius:999px;align-items:center;gap:.6rem;min-width:0;padding:0 .75rem;display:flex}.cra-file-icon{color:#007aff;flex-shrink:0;font-size:1rem}.cra-file-name{font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);color:#2f3a4f;text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:600;overflow:hidden}.cra-file-clear{color:#fff;cursor:pointer;background:#007aff;border:0;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;padding:0;transition:background .15s;display:inline-flex;box-shadow:0 4px 10px #007aff47}.cra-file-clear:hover{background:#0a63bf}.cra-file-clear .material-symbols-outlined{font-variation-settings:"wght" 700;font-size:.88rem;line-height:1}.cra-fields-body{flex-direction:column;gap:1rem;display:flex}.cra-row-2col{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem .875rem;display:grid}.cra-field{flex-direction:column;gap:4px;min-width:0;display:flex}.cra-field>span{font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;color:#7b879b;font-weight:700}.cra-field input{width:100%;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.cra-field input:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.cra-field input::placeholder{color:#97a4b8}.cra-field .custom-select-wrapper{width:100%}.cra-field .custom-select-trigger{width:100%;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;justify-content:space-between;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.cra-field .multi-select-wrap{width:100%}.cra-textarea{color:#465267;width:100%;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);resize:vertical;background:#f4f5f7;border:1px solid #97a4b8;border-radius:.75rem;outline:none;min-height:5rem;padding:.6rem .75rem;line-height:1.5;transition:border-color .15s,box-shadow .15s,background .15s}.cra-textarea:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.cra-textarea::placeholder{color:#97a4b8}.cra-actions{justify-content:flex-end;padding-top:.25rem;display:flex}.cra-upload-btn{align-items:center;gap:.35rem;padding:.5rem 1.5rem;font-size:.875rem;display:inline-flex}.cra-upload-btn:disabled{opacity:.45;cursor:not-allowed}.theme-dark .cra-card-icon{color:#0a84ff}.theme-dark .cra-card-title{color:#8e8e93}.theme-dark .cra-lanes-icon{color:#0a84ff}.theme-dark .cra-lanes-info{color:#a0aab8}.theme-dark .cra-lanes-info strong{color:#0a84ff}.theme-dark .cra-file-selected{background:#0a84ff12;border-color:#0a84ff59}.theme-dark .cra-file-icon{color:#0a84ff}.theme-dark .cra-file-name{color:#e5e7eb}.theme-dark .cra-file-clear{background:#0a84ff;box-shadow:0 4px 10px #0a84ff57}.theme-dark .cra-file-clear:hover{background:#329cff}.theme-dark .cra-field>span{color:#8e8e93}.theme-dark .cra-field input,.theme-dark .cra-textarea{color:#f2f2f7;background:#1c1c1e;border-color:#ffffff26}.theme-dark .cra-field input:focus,.theme-dark .cra-textarea:focus{background:#2c2c2e;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .cra-field input::-moz-placeholder{color:#48484a}.theme-dark .cra-textarea::-moz-placeholder{color:#48484a}.theme-dark .cra-field input::placeholder,.theme-dark .cra-textarea::placeholder{color:#48484a}.theme-dark .cra-field .custom-select-trigger{color:#f2f2f7;background:#1c1c1e;border-color:#ffffff26}.shipment-search-shell{padding:calc(var(--nav-height) + 1.375rem) 0 2.5rem;min-height:100vh}.shipment-search-shell .shipment-page-inner{flex-direction:column;gap:1rem;display:flex}.shipment-search-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:0;display:flex}.shipment-search-header-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:.5rem;min-width:0;padding-top:.625rem;display:flex}.shipment-search-add-btn{white-space:nowrap;align-items:center;gap:.3rem;padding:.56rem 1.2rem;font-size:.9rem;display:inline-flex}.shipment-search-saved-controls{flex-wrap:nowrap;align-items:center;gap:.35rem;min-width:0;display:flex;position:relative}.shipment-search-saved-input-wrap{width:clamp(11.5rem,16vw,14rem);min-width:0;position:relative}.shipment-search-saved-input-wrap input{color:#465267;background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;width:100%;height:2rem;padding:0 .85rem 0 2rem;font-family:Inter,sans-serif;font-size:.76rem;transition:border-color .15s,box-shadow .15s,background .15s}.shipment-search-saved-input-wrap input:focus{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.shipment-search-saved-input-wrap input::placeholder{color:#97a4b8;font-size:.73rem}.shipment-search-saved-input-icon{color:#97a4b8;pointer-events:none;font-size:1rem;position:absolute;top:50%;left:.65rem;transform:translateY(-50%)}.shipment-search-header-btn{white-space:nowrap;align-items:center;gap:.3rem;min-height:2rem;padding:.42rem .72rem;font-size:.82rem;display:inline-flex}.shipment-search-header-btn--icon{justify-content:center;gap:0;width:2rem;min-width:2rem;height:2rem;min-height:2rem;padding:0}.shipment-search-header-btn--icon .material-symbols-outlined{margin:0;font-size:1rem}.shipment-search-saved-menu{z-index:220;-webkit-backdrop-filter:blur(24px);background:#fffffffa;border:1px solid #0000001a;border-radius:.75rem;width:min(24rem,100%);padding:.5rem;position:absolute;top:calc(100% + .375rem);left:0;overflow:hidden;box-shadow:0 12px 40px #00000026}.shipment-search-saved-empty{color:#8a98ad;align-items:center;gap:.4rem;padding:.65rem .8rem;font-family:Inter,sans-serif;font-size:.8rem;display:flex}.shipment-search-saved-empty .material-symbols-outlined{font-size:.95rem}.shipment-search-saved-option{text-align:left;color:#1c1c1e;cursor:pointer;background:0 0;border:0;border-radius:.375rem;align-items:center;gap:.45rem;width:100%;padding:.4rem .6rem;font-family:Inter,sans-serif;font-size:.8125rem;transition:all .2s;display:flex}.shipment-search-saved-option .material-symbols-outlined{color:#0a66c2;font-size:.92rem}.shipment-search-saved-option:hover{color:#fff;background:#007aff}.shipment-search-saved-option:hover .material-symbols-outlined{color:#fff}.shipment-search-card{padding:1.25rem 1.375rem 1rem}.shipment-search-card-head{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.shipment-search-card-icon{color:#007aff;font-size:1.15rem}.shipment-search-card-title{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.shipment-search-filter-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:1rem 1.5rem;min-width:0;display:grid}.shipment-search-left{flex-direction:column;gap:.75rem;display:flex}.shipment-search-row{grid-template-columns:1fr 1fr;gap:.75rem .875rem;display:grid}.shipment-search-field{flex-direction:column;gap:4px;min-width:0;display:flex}.shipment-search-field>span{color:#7b879b;font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;font-weight:700}.shipment-search-field input,.shipment-search-field .custom-select-trigger{width:100%;min-width:0;height:var(--input-height);color:#465267;font-family:Inter,sans-serif;font-size:var(--text-body-size,.8125rem);background:#f4f5f7;border:1px solid #97a4b8;border-radius:999px;outline:none;padding:0 .75rem;transition:border-color .15s,box-shadow .15s,background .15s}.shipment-search-field .custom-select-trigger{justify-content:space-between}.shipment-search-field .custom-select-wrapper{width:100%;min-width:0}.shipment-search-field input:focus,.shipment-search-field .custom-select-trigger.is-open{background:#fff;border-color:#007aff;box-shadow:0 0 0 3px #007aff24}.shipment-search-field input::placeholder{color:#97a4b8}.shipment-search-right{border-left:1px solid #0000000f;flex-direction:column;gap:.4rem;padding-left:1rem;display:flex}.shipment-search-group-label{color:#7b879b;font-family:Inter,sans-serif;font-size:var(--text-label-size,.67rem);letter-spacing:.08em;text-transform:uppercase;padding-left:.3rem;font-weight:700}.shipment-search-advanced-section{border-top:1px solid #0000000f;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start;gap:1rem 1.5rem;margin-top:.875rem;padding-top:.875rem;display:grid}.shipment-search-advanced-left{flex-direction:column;gap:1rem;min-width:0;display:flex}.shipment-search-advanced-right{border-left:1px solid #0000000f;min-width:0;padding-left:1rem}.shipment-search-advanced-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem .875rem;display:grid}.shipment-search-advanced-subsection{flex-direction:column;gap:.5rem;display:flex}.shipment-search-subsection-label{letter-spacing:.08em;text-transform:uppercase;color:#7b879b;border-bottom:0;padding-bottom:.125rem;font-family:Inter,sans-serif;font-size:.74rem;font-weight:700}.shipment-search-subsection-label--all-stops{color:#5f6f88;font-size:.84rem}.shipment-search-miles-row{grid-template-columns:minmax(10rem,13rem) minmax(8rem,10rem);justify-content:start;align-items:end;gap:.75rem .875rem;display:grid}.shipment-search-stops-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem .875rem;display:grid}.shipment-search-info{border-radius:var(--surface-radius-sm);background:linear-gradient(135deg,#0952ad 0%,#1369c7 100%);border:none;flex-direction:column;gap:.5rem;padding:.75rem;display:flex;box-shadow:0 12px 24px #0e60ba3d}.shipment-search-info .shipment-search-field>span{color:#ffffffeb}.shipment-search-field input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;accent-color:#007aff}.shipment-search-field input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.85}.shipment-search-info-title{letter-spacing:.09em;text-transform:uppercase;color:#fff;padding-left:.15rem;font-family:Inter,sans-serif;font-size:.84rem;font-weight:800}.shipment-search-ref-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;display:grid}@media (width<=1180px){.shipment-search-filter-grid,.shipment-search-advanced-section{grid-template-columns:1fr}.shipment-search-right,.shipment-search-advanced-right{border-top:1px solid #0000000f;border-left:0;padding-top:.75rem;padding-left:0}}@media (width<=760px){.shipment-search-row,.shipment-search-advanced-grid,.shipment-search-stops-row,.shipment-search-ref-row,.shipment-search-miles-row{grid-template-columns:1fr}}@media (width<=980px){.shipment-search-header{flex-direction:column;align-items:stretch}.shipment-search-header-actions{justify-content:flex-start;padding-top:0}.shipment-search-saved-controls{flex-wrap:wrap;width:100%}.shipment-search-saved-input-wrap{flex:16rem;width:auto;min-width:0}.shipment-search-saved-menu{width:100%}}.shipment-search-actions{border-top:1px solid #0000000f;justify-content:flex-end;align-items:center;gap:.625rem;margin-top:1rem;padding-top:.75rem;display:flex}.shipment-search-primary-btn{align-items:center;gap:.3rem;padding:.45rem 1.25rem;font-size:.9rem;display:inline-flex}.shipment-search-results-head{justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.shipment-search-results-meta{align-items:center;gap:.5rem;display:flex}.shipment-search-results-icon{color:#138cf7;font-size:1.1rem}.shipment-search-results-title{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.shipment-search-results-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:2.25rem 1rem;display:flex}.shipment-search-results-empty-icon{color:#c5cdd9;font-size:2.35rem}.shipment-search-results-empty-title{color:#4c5566;margin:0;font-family:Inter,sans-serif;font-size:.9rem;font-weight:600}.shipment-search-results-empty-subtitle{color:#8a98ad;max-width:32rem;margin:0;font-family:Inter,sans-serif;font-size:.8rem;line-height:1.5}.theme-dark .shipment-search-card-title{color:#8e8e93}.theme-dark .shipment-search-card-icon{color:#0a84ff}.theme-dark .shipment-search-field>span,.theme-dark .shipment-search-group-label{color:#8e8e93}.theme-dark .shipment-search-field input,.theme-dark .shipment-search-field .custom-select-trigger{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .shipment-search-field input::placeholder{color:#ffffff4d}.theme-dark .shipment-search-field input:focus,.theme-dark .shipment-search-field .custom-select-trigger.is-open{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .shipment-search-saved-input-wrap input{color:#f2f2f7;background:#ffffff0f;border-color:#fff3}.theme-dark .shipment-search-saved-input-wrap input::placeholder{color:#ffffff57}.theme-dark .shipment-search-saved-input-wrap input:focus{background:#ffffff1a;border-color:#0a84ff;box-shadow:0 0 0 3px #0a84ff2e}.theme-dark .shipment-search-saved-input-icon{color:#8e8e93}.theme-dark .shipment-search-saved-menu{background:#1c1c1ff5;border-color:#ffffff1f;box-shadow:0 12px 36px #00000073}.theme-dark .shipment-search-saved-empty{color:#9aa6ba}.theme-dark .shipment-search-saved-option{color:#fff}.theme-dark .shipment-search-saved-option:hover{color:#fff;background:#007aff}.theme-dark .shipment-search-saved-option:hover .material-symbols-outlined{color:#fff}.theme-dark .shipment-search-right{border-left-color:#ffffff14}.theme-dark .shipment-search-actions{border-top-color:#ffffff12}.theme-dark .shipment-search-results-title{color:#9aa6ba}.theme-dark .shipment-search-results-empty-icon{color:#7f8aa0}.theme-dark .shipment-search-results-empty-title{color:#dfe5ee}.theme-dark .shipment-search-results-empty-subtitle{color:#9aa6ba}.theme-dark .shipment-search-advanced-section{border-top-color:#ffffff12}.theme-dark .shipment-search-subsection-label{color:#8e8e93;border-bottom-color:#ffffff0f}.theme-dark .shipment-search-subsection-label--all-stops{color:#aab7c9}.theme-dark .shipment-search-info{background:linear-gradient(135deg,#0952ad 0%,#1369c7 100%);border:none;box-shadow:0 12px 24px #042e6273}.theme-dark .shipment-search-info .shipment-search-field>span{color:#ffffffeb}.theme-dark .shipment-search-info .shipment-search-field input,.theme-dark .shipment-search-info .shipment-search-field .custom-select-trigger{color:#fff}.theme-dark .shipment-search-info .shipment-search-field input::-moz-placeholder{color:#ffffffc2}.theme-dark .shipment-search-info .shipment-search-field input::placeholder,.theme-dark .shipment-search-info .shipment-search-field .custom-select-trigger.is-placeholder .custom-select-value{color:#ffffffc2}.theme-dark .shipment-search-info .shipment-search-field .custom-select-trigger .custom-select-arrow{color:#ffffffe0}.theme-dark .shipment-search-field input[type=date]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;accent-color:#0a84ff}.theme-dark .shipment-search-advanced-right{border-left-color:#ffffff14}.theme-dark .shipment-search-info-title{color:#fff}.shipment-search-results-card{padding:1.25rem 1.375rem .75rem}.shipment-search-results-head{justify-content:space-between;align-items:center;margin-bottom:.875rem;display:flex}.shipment-search-results-title{align-items:center;gap:.5rem;display:flex}.shipment-search-results-title-icon{color:#007aff;font-size:1.1rem}.shipment-search-results-title-text{letter-spacing:.07em;text-transform:uppercase;color:#7b879b;font-family:Inter,sans-serif;font-size:.82rem;font-weight:700}.shipment-search-results-count{color:#007aff;background:#007aff1a;border-radius:999px;padding:.15rem .6rem;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600}.ss-status{white-space:nowrap;border-radius:999px;padding:.22rem .6rem;font-family:Inter,sans-serif;font-size:.76rem;font-weight:600;display:inline-block}.ss-status--code{color:#636366;background:#6363661a}.ss-status--committed,.ss-status--ready,.ss-status--sent,.ss-status--dispatched{color:#007aff;background:#007aff1a}.ss-status--in-transit,.ss-status--out-delivery{color:#1669c5;background:#007aff1f}.ss-status--delivered,.ss-status--complete{color:#007aff;background:#007aff1a}.ss-status--cancelled{color:#ef4444;background:#ef44441f}.ss-chip{white-space:nowrap;color:#007aff;background:#007aff14;border:1px solid #007aff2e;border-radius:999px;padding:.18rem .5rem;font-size:.74rem;font-weight:600;display:inline-block}.ss-chip--alert{color:#b86f00;background:#ff95001a;border-color:#ff950033}.ss-alert-icons{flex-wrap:wrap;align-items:center;gap:.2rem;display:inline-flex}.ss-alert-icon{cursor:default;border-radius:999px;justify-content:center;align-items:center;width:1.65rem;height:1.65rem;transition:background .15s;display:inline-flex}.ss-alert-icon .material-symbols-outlined{font-size:.95rem}.ss-alert-icon--blue{color:#007aff;background:#007aff1a}.ss-alert-icon--orange{color:#c97400;background:#ff95001f}.ss-alert-icon--red{color:#ef4444;background:#ef44441a}.ss-alert-icon--teal{color:#1a9baf;background:#30b0c71f}.ss-alert-icon--green{color:#1a9142;background:#34c7591a}.ss-alert-icon--gray{color:#636366;background:#6363661a}.ss-alert-icon--blue:hover{background:#007aff2e}.ss-alert-icon--orange:hover{background:#ff950033}.ss-alert-icon--red:hover{background:#ef44442e}.ss-alert-icon--teal:hover{background:#30b0c733}.ss-alert-icon--green:hover{background:#34c7592e}.ss-alert-icon--gray:hover{background:#6363662e}.theme-dark .ss-alert-icon--blue{color:#4da3ff;background:#0a84ff26}.theme-dark .ss-alert-icon--orange{color:#ff9f0a;background:#ff9f0a26}.theme-dark .ss-alert-icon--red{color:#ff453a;background:#ff453a26}.theme-dark .ss-alert-icon--teal{color:#5ac8fa;background:#5ac8fa26}.theme-dark .ss-alert-icon--green{color:#30d158;background:#30d15826}.theme-dark .ss-alert-icon--gray{color:#aeaeb2;background:#aeaeb226}.ss-row-actions{white-space:nowrap;align-items:center;gap:.15rem;display:inline-flex}th.ss-actions-th{width:10rem;min-width:10rem}.ss-empty{color:#97a4b8;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:3rem 1rem;display:flex}.ss-empty-icon{color:#c5cdd9;font-size:2.5rem}.ss-empty-text{color:#7b879b;font-family:Inter,sans-serif;font-size:.875rem;font-weight:500}.ss-empty-sub{color:#97a4b8;font-family:Inter,sans-serif;font-size:.78rem}.theme-dark .shipment-search-results-title-text{color:#8e8e93}.theme-dark .shipment-search-results-title-icon{color:#0a84ff}.theme-dark .shipment-search-results-count{color:#4da3ff;background:#0a84ff26}.theme-dark .ss-status--code{color:#8e8e93;background:#63636633}.theme-dark .ss-status--committed,.theme-dark .ss-status--ready,.theme-dark .ss-status--sent,.theme-dark .ss-status--dispatched{color:#4da3ff;background:#0a84ff26}.theme-dark .ss-status--in-transit,.theme-dark .ss-status--out-delivery{color:#6ab8ff;background:#0a84ff2e}.theme-dark .ss-status--delivered,.theme-dark .ss-status--complete{color:#4da3ff;background:#0a84ff26}.theme-dark .ss-status--cancelled{color:#ff453a;background:#ff453a26}.theme-dark .ss-chip{color:#4da3ff;background:#0a84ff1f;border-color:#0a84ff40}.theme-dark .ss-chip--alert{color:#ffa340;background:#ff9f0a1f;border-color:#ff9f0a40}.theme-dark .ss-empty-icon{color:#3a3a3c}.theme-dark .ss-empty-text{color:#8e8e93}.theme-dark .ss-empty-sub{color:#636366}.app-page-shell{padding:0 var(--page-gutter) 0;align-items:flex-start;gap:1rem;width:100%;min-height:100vh;display:flex}.app-page-dock{top:calc(var(--nav-height) + 1.25rem);width:4.2rem;min-width:4.2rem;height:calc(100vh - 6.75rem);margin-left:calc(var(--page-gutter) * -1);flex-direction:column;justify-content:stretch;align-self:stretch;align-items:flex-start;gap:.5rem;padding:.625rem 0 1.25rem;display:flex;position:sticky}.app-page-dock-slot{flex:1 1 0;justify-content:center;align-items:center;width:100%;height:100%;min-height:0;display:flex;position:relative}.app-page-content{flex:1;min-width:0}@media (width<=900px){.app-page-shell{gap:.5rem;padding:0 .75rem}.app-page-dock{width:3.5rem;min-width:3.5rem;height:calc(100vh - 6.75rem)}}@media (width<=640px){.app-page-dock{display:none}}
