.super-button{--super-button-height: 36px;--super-button-padding: 0 16px;--super-button-font-size: 14px;--super-button-radius: 6px;--super-button-border: 1px solid var(--super-button-border-color, #dcdfe6);--super-button-bg: var(--super-button-bg-color, #ffffff);--super-button-color: var(--super-button-text-color, #303133);--super-button-hover-bg: var(--super-button-hover-bg-color, #f5f7fa);--super-button-hover-border: var( --super-button-hover-border-color, var(--super-button-border-color, #dcdfe6) );--super-button-hover-color: var( --super-button-hover-text-color, var(--super-button-text-color, #303133) );--super-button-active-bg: var(--super-button-active-bg-color, #e6e8eb);--super-button-active-border: var( --super-button-active-border-color, var(--super-button-border-color, #dcdfe6) );--super-button-active-color: var( --super-button-active-text-color, var(--super-button-text-color, #303133) );display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;margin:0;height:var(--super-button-height);padding:var(--super-button-padding);font-size:var(--super-button-font-size);font-weight:500;line-height:1;white-space:nowrap;cursor:pointer;-webkit-user-select:none;user-select:none;border:var(--super-button-border);border-radius:var(--super-button-radius);background:var(--super-button-bg);color:var(--super-button-color);transition:all .15s ease}.super-button+.super-button{margin-left:8px}.super-button:hover:not(:disabled):not(.is-disabled){background:var(--super-button-hover-bg);border-color:var(--super-button-hover-border);color:var(--super-button-hover-color)}.super-button:active:not(:disabled):not(.is-disabled){background:var(--super-button-active-bg);border-color:var(--super-button-active-border);color:var(--super-button-active-color);transform:translateY(.5px)}.super-button:focus-visible{outline:2px solid rgba(64,158,255,.35);outline-offset:2px}.super-button--small{--super-button-height: 28px;--super-button-padding: 0 12px;--super-button-font-size: 12px;--super-button-radius: 4px}.super-button--large{--super-button-height: 44px;--super-button-padding: 0 20px;--super-button-font-size: 16px;--super-button-radius: 8px}.super-button--default{--super-button-border-color: #dcdfe6;--super-button-bg-color: #ffffff;--super-button-text-color: #303133;--super-button-hover-bg-color: #f5f7fa;--super-button-hover-border-color: #c0c4cc;--super-button-hover-text-color: #409eff;--super-button-active-bg-color: #e6e8eb;--super-button-active-border-color: #c0c4cc;--super-button-active-text-color: #409eff}.super-button--primary{--super-button-border-color: #409eff;--super-button-bg-color: #409eff;--super-button-text-color: #ffffff;--super-button-hover-bg-color: #66b1ff;--super-button-hover-border-color: #66b1ff;--super-button-hover-text-color: #ffffff;--super-button-active-bg-color: #3a8ee6;--super-button-active-border-color: #3a8ee6;--super-button-active-text-color: #ffffff}.super-button--success{--super-button-border-color: #67c23a;--super-button-bg-color: #67c23a;--super-button-text-color: #ffffff;--super-button-hover-bg-color: #85ce61;--super-button-hover-border-color: #85ce61;--super-button-hover-text-color: #ffffff;--super-button-active-bg-color: #5daf34;--super-button-active-border-color: #5daf34;--super-button-active-text-color: #ffffff}.super-button--warning{--super-button-border-color: #e6a23c;--super-button-bg-color: #e6a23c;--super-button-text-color: #ffffff;--super-button-hover-bg-color: #ebb563;--super-button-hover-border-color: #ebb563;--super-button-hover-text-color: #ffffff;--super-button-active-bg-color: #cf9236;--super-button-active-border-color: #cf9236;--super-button-active-text-color: #ffffff}.super-button--danger{--super-button-border-color: #f56c6c;--super-button-bg-color: #f56c6c;--super-button-text-color: #ffffff;--super-button-hover-bg-color: #f78989;--super-button-hover-border-color: #f78989;--super-button-hover-text-color: #ffffff;--super-button-active-bg-color: #dd6161;--super-button-active-border-color: #dd6161;--super-button-active-text-color: #ffffff}.super-button--info{--super-button-border-color: #909399;--super-button-bg-color: #909399;--super-button-text-color: #ffffff;--super-button-hover-bg-color: #a6a9ad;--super-button-hover-border-color: #a6a9ad;--super-button-hover-text-color: #ffffff;--super-button-active-bg-color: #82848a;--super-button-active-border-color: #82848a;--super-button-active-text-color: #ffffff}.super-button.is-plain{--super-button-bg-color: rgba(255, 255, 255, 0)}.super-button--primary.is-plain{--super-button-text-color: #409eff}.super-button--success.is-plain{--super-button-text-color: #67c23a}.super-button--warning.is-plain{--super-button-text-color: #e6a23c}.super-button--danger.is-plain{--super-button-text-color: #f56c6c}.super-button--info.is-plain{--super-button-text-color: #909399}.super-button--default.is-plain{--super-button-text-color: #606266}.super-button--primary.is-plain:hover{--super-button-bg-color: #ecf5ff}.super-button--success.is-plain:hover{--super-button-bg-color: #f0f9eb}.super-button--warning.is-plain:hover{--super-button-bg-color: #fdf6ec}.super-button--danger.is-plain:hover{--super-button-bg-color: #fef0f0}.super-button--info.is-plain:hover{--super-button-bg-color: #f4f4f5}.super-button--default.is-plain:hover{--super-button-bg-color: #f5f7fa}.super-button.is-dashed{border-style:dashed}.super-button.is-round{border-radius:999px}.super-button.is-circle{width:var(--super-button-height)!important;min-width:var(--super-button-height)!important;max-width:var(--super-button-height)!important;height:var(--super-button-height)!important;min-height:var(--super-button-height)!important;max-height:var(--super-button-height)!important;padding:0!important;border-radius:50%!important;flex-shrink:0}.super-button.is-circle>:not(svg):not(.super-icon){margin:0}.super-button.is-circle:active{transform:none}.super-button.is-circle .super-icon{display:inline-flex;align-items:center;justify-content:center}.super-button.is-disabled,.super-button:disabled{cursor:not-allowed!important;opacity:.55!important;filter:grayscale(.4)!important;box-shadow:none!important;transform:none!important;background-color:var(--super-button-bg-color, #ffffff)!important;color:var(--super-button-text-color, #303133)!important;border-color:var(--super-button-border-color, #dcdfe6)!important}.super-button.is-disabled:hover,.super-button:disabled:hover{cursor:not-allowed!important;opacity:.55!important;filter:grayscale(.4)!important;box-shadow:none!important;transform:none!important;background-color:var(--super-button-bg-color, #ffffff)!important;color:var(--super-button-text-color, #303133)!important;border-color:var(--super-button-border-color, #dcdfe6)!important}.super-button.is-disabled,.super-button.is-disabled:hover,.super-button.is-disabled:active,.super-button:disabled,.super-button:disabled:hover,.super-button:disabled:active{background-image:repeating-linear-gradient(45deg,transparent,transparent 6px,rgba(0,0,0,.05) 6px,rgba(0,0,0,.05) 7px)}.super-icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;vertical-align:middle}.super-icon svg{display:block}.super-icon--spin svg{animation:super-icon-spin 1.2s linear infinite;transform-origin:50% 50%}@keyframes super-icon-spin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion: reduce){.super-icon--spin svg{animation-duration:4s}}.super-loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:60;display:flex;align-items:center;justify-content:center;animation:super-loading-fade-in .18s ease-out}.super-loading--fullscreen{position:fixed;z-index:2000}.super-loading--masked{background:#ffffff73;backdrop-filter:blur(14px) saturate(150%);-webkit-backdrop-filter:blur(14px) saturate(150%)}.super-loading__content{display:flex;flex-direction:column;align-items:center;gap:12px;padding:18px 28px;border-radius:var(--radius-lg)}.super-loading__spinner{width:36px;height:36px;border-radius:50%;border:3px solid rgba(30,58,138,.14);border-top-color:var(--blue-strong);animation:super-loading-spin .85s linear infinite}.super-loading__text{margin:0;font-size:14px;font-weight:500;letter-spacing:.02em;color:var(--text-strong)}@keyframes super-loading-spin{to{transform:rotate(360deg)}}@keyframes super-loading-fade-in{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion: reduce){.super-loading{animation:none}.super-loading__spinner{animation-duration:2.4s}}.super-input{--super-input-height: 32px;--super-input-radius: 6px;--super-input-border: #dcdfe6;--super-input-border-hover: #c8cdd6;--super-input-focus: #409eff;--super-input-focus-ring: rgba(64, 158, 255, .15);--super-input-text: #303133;--super-input-placeholder: #a8abb2;--super-input-icon: #909399;position:relative;display:inline-flex;align-items:center;width:100%;box-sizing:border-box;height:var(--super-input-height);padding:0 11px;border:1px solid var(--super-input-border);border-radius:var(--super-input-radius);background-color:#fff;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.super-input:hover{border-color:var(--super-input-border-hover)}.super-input--round{--super-input-radius: 999px;padding:0 18px}.super-input--focused{border-color:var(--super-input-focus);box-shadow:0 0 0 1px var(--super-input-focus-ring)}.super-input--disabled{cursor:not-allowed;background-color:#f5f7fa;border-color:#e4e7ed}.super-input--disabled:hover{border-color:#e4e7ed}.super-input--small{--super-input-height: 30px;font-size:13px}.super-input--medium{--super-input-height: 34px;font-size:14px}.super-input--large{--super-input-height: 40px;font-size:15px}.super-input__prefix,.super-input__suffix{display:inline-flex;align-items:center;justify-content:center;width:24px;flex-shrink:0;color:var(--super-input-icon)}.super-input__prefix{margin-left:-6px;margin-right:4px}.super-input__suffix{margin-left:4px;margin-right:-6px}.super-input__inner{flex:1;min-width:0;width:100%;height:100%;margin:0;padding:0;border:none;outline:none;background:transparent;color:var(--super-input-text);font:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent}.super-input__inner::placeholder{color:var(--super-input-placeholder)}.super-input--disabled .super-input__inner{cursor:not-allowed}.super-input .super-input__inner{border:none!important;outline:none!important;box-shadow:none!important;background:transparent!important;color:var(--super-input-text)!important;caret-color:var(--super-input-text)!important}.super-input .super-input__inner::placeholder{color:var(--super-input-placeholder)!important}.super-input__clear{display:inline-flex;align-items:center;justify-content:center;margin-right:-6px;padding:2px;border:none;background:none;color:var(--super-input-icon);cursor:pointer;border-radius:50%;transition:color .15s ease,background-color .15s ease}.super-input__clear:hover{color:#606266;background-color:#f0f2f5}@media (prefers-reduced-motion: reduce){.super-input{transition:none}}.super-dialog{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:24px;box-sizing:border-box;background:#00000080;opacity:0;transition:opacity .2s ease}.super-dialog.is-visible{opacity:1}.super-dialog__panel{display:flex;flex-direction:column;max-width:100%;max-height:calc(100vh - 48px);box-sizing:border-box;overflow:hidden;border-radius:8px;background:#fff;box-shadow:0 24px 64px #00000052;color-scheme:light;opacity:0;transform:scale(.94) translateY(-12px);transition:transform .2s ease,opacity .2s ease}.super-dialog.is-visible .super-dialog__panel{opacity:1;transform:scale(1) translateY(0)}.super-dialog__header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px 24px 12px}.super-dialog__title{margin:0;font-size:17px;font-weight:700;color:#303133;line-height:1.4}.super-dialog__close{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;flex-shrink:0;border:none;border-radius:6px;background:transparent;color:#909399;cursor:pointer;transition:background-color .15s ease,color .15s ease}.super-dialog__close:hover{background:#f5f7fa;color:#303133}.super-dialog__body{flex:1;min-height:0;padding:8px 24px 20px;overflow:auto;font-size:14px;line-height:1.7;color:#606266}.super-dialog__body h3,.super-dialog__body h4{color:#303133}.super-dialog__body p{color:#606266}.super-dialog__body code{padding:2px 6px;border-radius:4px;background:#f5f7fa;color:#476582;font-size:13px}.super-dialog__footer{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:14px 24px 20px;border-top:1px solid #ebeef5}@media (prefers-reduced-motion: reduce){.super-dialog,.super-dialog__panel{transition:none}}.super-table{--super-table-primary: #409eff;--super-table-primary-soft: #ecf5ff;--super-table-border-color: #ebeef5;--super-table-border-strong: #dcdfe6;--super-table-header-bg: #f5f7fa;--super-table-header-text: #909399;--super-table-body-text: #606266;--super-table-title-text: #303133;--super-table-row-bg: #ffffff;--super-table-row-hover-bg: #f5f7fa;--super-table-row-selected-bg: #ecf5ff;--super-table-row-stripe-bg: #fafafa;--super-table-cell-padding: 10px 12px;--super-table-font-size: 13px;--super-table-selection-width: 46px;--super-table-checkbox-size: 14px;--super-table-checkbox-radius: 2px;--super-table-checkbox-border: #dcdfe6;--super-table-checkbox-mark: #ffffff;position:relative;display:flex;flex-direction:column;min-width:0;box-sizing:border-box;border:1px solid var(--super-table-border-color);border-radius:8px;background:var(--super-table-row-bg);color:var(--super-table-body-text);font-size:var(--super-table-font-size)}.super-table--fill{flex:1;min-height:0}.super-table--small{--super-table-cell-padding: 6px 10px;--super-table-font-size: 12px;--super-table-selection-width: 40px}.super-table--large{--super-table-cell-padding: 14px;--super-table-font-size: 14px;--super-table-selection-width: 56px}.super-table__loading{position:absolute;top:0;right:0;bottom:0;left:0;z-index:110}.super-table__loading .super-loading{z-index:1}.super-table__loading .super-loading--masked{background:#ffffffb8}.super-table__loading .super-loading__spinner{border-color:#409eff2e;border-top-color:var(--super-table-primary)}.super-table__loading .super-loading__text{color:#303133}.super-table__toolbar{position:relative;z-index:10;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;column-gap:16px;min-height:52px;padding:10px 16px;box-sizing:border-box}.super-table__title{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:15px;font-weight:700;color:var(--super-table-title-text)}.super-table__title:before{content:"";width:3px;height:14px;border-radius:2px;background:var(--super-table-primary)}.super-table__toolbar-zone{display:flex;align-items:center;gap:12px;min-width:0}.super-table__toolbar-zone--center{justify-content:center}.super-table__toolbar-zone--right{justify-content:flex-end}.super-table__column-setter{position:relative;flex-shrink:0}.super-table__column-setter-trigger{display:inline-flex;align-items:center;gap:6px;height:30px;padding:0 10px;border:1px solid var(--super-table-border-strong);border-radius:6px;background:#fff;color:var(--super-table-header-text);font-size:12px;cursor:pointer;transition:border-color .15s ease,color .15s ease}.super-table__column-setter-trigger:hover,.super-table__column-setter-trigger.is-open{color:var(--super-table-primary);border-color:var(--super-table-primary)}.super-table__column-setter-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99}.super-table__column-setter-panel{position:absolute;top:calc(100% + 6px);right:0;z-index:100;min-width:180px;max-height:280px;overflow:auto;padding:10px;border:1px solid var(--super-table-border-color);border-radius:8px;background:#fff;box-shadow:0 12px 32px #0000001f}.super-table__column-setter-title{margin:0 0 8px;font-size:12px;color:var(--super-table-header-text)}.super-table__column-setter-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:2px}.super-table__column-setter-item{display:flex;align-items:center;gap:8px;padding:6px 8px;border-radius:6px;font-size:13px;color:var(--super-table-body-text);cursor:pointer}.super-table__column-setter-item:hover{background:var(--super-table-row-hover-bg)}.super-table__body{flex:1;min-height:0;overflow:auto;scrollbar-gutter:stable}.super-table__table{width:100%;border-collapse:separate;border-spacing:0;table-layout:auto}.super-table__cell{padding:var(--super-table-cell-padding);border-bottom:1px solid var(--super-table-border-color);text-align:left;vertical-align:middle;color:var(--super-table-body-text);background:var(--super-table-row-bg);box-sizing:border-box}.super-table__cell.is-align-center{text-align:center}.super-table__cell.is-align-right{text-align:right}.super-table__cell.is-ellipsis{max-width:240px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.super-table__cell--head{position:sticky;top:0;z-index:5;background:var(--super-table-header-bg);color:var(--super-table-header-text);font-weight:600;white-space:nowrap}.super-table__head-label{display:inline-block}.super-table__sorter{display:inline-flex;align-items:center;gap:4px;padding:0;border:none;background:transparent;color:inherit;font:inherit;cursor:pointer}.super-table__sorter-arrows{display:inline-flex;flex-direction:column;line-height:1;opacity:.45}.super-table__sorter-arrows .is-active{color:var(--super-table-primary);opacity:1}.super-table__col-selection{width:var(--super-table-selection-width)}.super-table__cell--selection{width:var(--super-table-selection-width);min-width:var(--super-table-selection-width);padding:var(--super-table-cell-padding);text-align:center;white-space:nowrap}.super-table__cell--selection.is-fixed-left,.super-table__cell--selection{position:sticky;left:0;z-index:4}.super-table__cell--selection.super-table__cell--head{z-index:6}.super-table__cell.is-fixed-left{position:sticky;z-index:4;left:0}.super-table__cell.is-fixed-right{position:sticky;z-index:4;right:0}.super-table__cell.is-fixed-left.super-table__cell--head,.super-table__cell.is-fixed-right.super-table__cell--head{z-index:6}.super-table__row{transition:background-color .15s ease}.super-table__row:hover .super-table__cell{background:var(--super-table-row-hover-bg)}.super-table__row--selected .super-table__cell{background:var(--super-table-row-selected-bg)}.super-table--striped .super-table__row:nth-child(2n) .super-table__cell{background:var(--super-table-row-stripe-bg)}.super-table__row:last-child .super-table__cell{border-bottom:none}.super-table--border .super-table__cell{border-right:1px solid var(--super-table-border-color)}.super-table--border .super-table__cell:last-child{border-right:none}.super-table__table td.super-table__empty-cell{height:160px;padding:24px 16px;text-align:center;vertical-align:middle;color:var(--super-table-header-text);background:var(--super-table-row-bg)}.super-table input[type=checkbox],.super-table input[type=radio]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:var(--super-table-checkbox-size);height:var(--super-table-checkbox-size);margin:0;padding:0;border:1px solid var(--super-table-checkbox-border);background:#fff;cursor:pointer;position:relative;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease;vertical-align:middle}.super-table input[type=checkbox]{border-radius:var(--super-table-checkbox-radius)}.super-table input[type=radio]{border-radius:50%}.super-table input[type=checkbox]:hover,.super-table input[type=radio]:hover{border-color:var(--super-table-primary)}.super-table input[type=checkbox]:focus-visible,.super-table input[type=radio]:focus-visible{outline:none;box-shadow:0 0 0 2px #409eff40}.super-table input[type=checkbox]:checked,.super-table input[type=checkbox]:indeterminate{border-color:var(--super-table-primary);background:var(--super-table-primary)}.super-table input[type=checkbox]:checked:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid var(--super-table-checkbox-mark);border-width:0 2px 2px 0;transform:rotate(45deg)}.super-table input[type=checkbox]:indeterminate:after{content:"";position:absolute;left:2px;right:2px;top:50%;height:2px;margin-top:-1px;border-radius:1px;background:var(--super-table-checkbox-mark)}.super-table input[type=radio]:checked{border-color:var(--super-table-primary);background:#fff}.super-table input[type=radio]:checked:after{content:"";position:absolute;left:50%;top:50%;width:4px;height:4px;border-radius:50%;background:var(--super-table-primary);transform:translate(-50%,-50%)}@media (prefers-reduced-motion: reduce){.super-table__row,.super-table input[type=checkbox],.super-table input[type=radio],.super-table__column-setter-trigger{transition:none}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--bg-page: #f4f6fa;--bg-surface: #ffffff;--bg-surface-soft: #fafbfd;--line-soft: #e5e7eb;--line-strong: #d1d5db;--text-strong: #0b1220;--text-body: #1f2937;--text-muted: #5b6472;--blue: #75a7ff;--blue-strong: #1e3a8a;--blue-soft: #e8f0fe;--shadow-page: 0 20px 50px rgba(11, 18, 32, .08);--shadow-card: 0 12px 30px rgba(11, 18, 32, .04);--radius-xl: 28px;--radius-lg: 20px;--radius-md: 16px;--radius-sm: 10px}*{box-sizing:border-box}.business-page{display:grid;gap:24px}.business-page__header h1{margin:8px 0;font-size:clamp(28px,3vw,40px)}.business-page__header p:last-child{margin:0;color:var(--color-text-muted, #667085)}.customs-panel,.validation-panel{padding:24px}.customs-panel--active-tasks,.customs-panel--task-center{border-width:3px;border-style:solid}.customs-panel--active-tasks{border-color:#667085;background:#f2f4f7;box-shadow:0 8px 22px #10182814}.customs-panel--task-center{border-color:#c5cad3;background:#fff;box-shadow:0 8px 22px #1018280d}.customs-panel--active-tasks>.customs-panel__heading{padding-bottom:16px;border-bottom:2px solid #98a2b3}.customs-panel--task-center>.customs-panel__heading{padding-bottom:16px;border-bottom:2px solid #e4e7ec}.customs-panel--composer{display:grid;gap:20px}.customs-mode-tabs{display:flex;gap:8px;margin-bottom:24px;padding:5px;overflow-x:auto;border-radius:12px;background:#f2f4f7}.customs-mode-tabs button{flex:1 0 120px;padding:10px 16px;border:0;border-radius:9px;color:#475467;background:transparent;cursor:pointer}.customs-mode-tabs button.is-active{color:#fff;background:#111827;box-shadow:0 3px 10px #1118272e}.customs-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-bottom:20px}.customs-form-grid--card{margin:0}.customs-composer-toolbar{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:14px 16px;border:1px solid #e4e7ec;border-radius:12px;background:#f9fafb}.customs-composer-toolbar>div:first-child,.customs-bulk-fill header>div{display:grid;gap:4px}.customs-composer-toolbar span,.customs-bulk-fill header span{color:#667085;font-size:13px}.customs-composer-toolbar>div:last-child{display:flex;gap:8px}.customs-composer-toolbar--actions{position:relative;z-index:5;justify-content:flex-end;padding:0;border:0;background:transparent}.customs-bulk-trigger{position:relative}.customs-bulk-trigger>.button.is-active{border-color:#84adff;color:#175cd3;background:#eff8ff}.customs-transport-popover{position:absolute;z-index:20;top:calc(100% + 8px);right:0;width:240px;padding:8px;border:1px solid #eaecf0;border-radius:12px;background:#fff;box-shadow:0 12px 32px #10182829;animation:customs-popover-in .14s ease-out}.customs-transport-popover p{margin:2px 8px 7px;color:#667085;font-size:12px;font-weight:600}.customs-transport-popover>div{display:grid;gap:2px}.customs-transport-popover button{display:flex;align-items:center;justify-content:space-between;width:100%;padding:9px 10px;border:0;border-radius:8px;color:#344054;background:transparent;font:inherit;text-align:left;cursor:pointer}.customs-transport-popover button:hover{color:#175cd3;background:#eff8ff}.customs-transport-popover svg{width:16px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}@keyframes customs-popover-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.button--ghost-danger{border:1px solid transparent;color:#b42318;background:transparent}.button--ghost-danger:hover{border-color:#fecdca;background:#fef3f2}.customs-bulk-fill{display:grid;gap:16px;padding:18px;border:1px solid #b2ddff;border-radius:12px;background:#f5fbff}.customs-bulk-fill__actions{display:flex;justify-content:flex-end;gap:8px}.customs-bulk-fill--transport{grid-template-columns:minmax(260px,420px);justify-content:end;padding:14px 16px}.customs-bulk-fill--transport label{display:grid;gap:7px;color:#344054;font-size:13px;font-weight:600}.customs-bulk-fill--transport select{min-height:42px;padding:9px 11px;border:1px solid #84adff;border-radius:8px;color:#101828;background:#fff;font:inherit}.customs-bulk-fill__apply{justify-self:end}.customs-batch-modal{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:16px;background:#10182894;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.customs-batch-modal__dialog{width:min(760px,100%);max-height:calc(100vh - 32px);overflow:visible;padding:20px 24px;border:1px solid rgb(255 255 255 / 50%);border-radius:16px;background:#fff;box-shadow:0 28px 90px #1018284d;animation:customs-modal-in .16s ease-out}.customs-batch-modal__dialog>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:14px}.customs-batch-modal__dialog h2{margin:0 0 6px;color:#101828;font-size:22px}.customs-batch-modal__dialog header p,.customs-batch-modal__hint{margin:0;color:#667085;font-size:13px}.customs-batch-modal__dialog header>button{display:grid;width:34px;height:34px;place-items:center;border:0;border-radius:8px;color:#667085;background:#f2f4f7;font-size:24px;cursor:pointer}.customs-batch-modal__dialog header>button:hover{color:#101828;background:#eaecf0}.customs-batch-modal__hint{margin-top:14px;padding:10px 12px;border-radius:8px;background:#f9fafb;text-align:center}.customs-batch-modal__dialog>footer{display:flex;justify-content:flex-end;gap:10px;margin-top:14px;padding-top:12px;border-top:1px solid #eaecf0}.customs-batch-modal__dialog--shipment{width:min(900px,100%)}.shipment-plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 20px}.shipment-plan-grid label{display:grid;gap:7px;color:#344054;font-size:13px;font-weight:600}.shipment-plan-grid input,.shipment-plan-grid select,.shipment-plan-grid textarea{width:100%;min-height:40px;padding:8px 11px;border:1px solid #d0d5dd;border-radius:8px;outline:none;color:#101828;background:#fff;font:inherit}.shipment-plan-grid input:focus,.shipment-plan-grid select:focus,.shipment-plan-grid textarea:focus{border-color:#84adff;box-shadow:0 0 0 3px #2e90fa1f}.shipment-plan-grid textarea{min-height:58px;resize:vertical}.shipment-transport-combobox{position:relative;display:block}.shipment-plan-grid .shipment-transport-combobox>input{padding-right:44px}.shipment-transport-combobox>button{position:absolute;top:1px;right:1px;display:grid;width:42px;height:38px;place-items:center;border:0;border-left:1px solid #eaecf0;border-radius:0 7px 7px 0;color:#667085;background:#f9fafb;cursor:pointer}.shipment-transport-combobox>button:hover{color:#175cd3;background:#eff8ff}.shipment-transport-combobox>button svg{width:18px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;transition:transform .14s ease}.shipment-transport-combobox.is-open>button svg{transform:rotate(180deg)}.shipment-transport-combobox__menu{position:absolute;z-index:30;top:calc(100% + 6px);right:0;left:0;display:grid;gap:2px;padding:6px;border:1px solid #eaecf0;border-radius:10px;background:#fff;box-shadow:0 12px 30px #10182826}.shipment-transport-combobox__menu>button{display:flex;align-items:center;justify-content:space-between;padding:9px 10px;border:0;border-radius:7px;color:#344054;background:transparent;font:inherit;text-align:left;cursor:pointer}.shipment-transport-combobox__menu>button:hover,.shipment-transport-combobox__menu>button.is-active{color:#175cd3;background:#eff8ff}.shipment-plan-grid__wide,.shipment-plan-grid>label.shipment-plan-grid__wide{grid-column:1 / -1}.shipment-plan-grid__wide>label{display:grid}@keyframes customs-modal-in{0%{opacity:0;transform:translateY(8px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}.customs-form-grid label{display:grid;gap:7px;color:#344054;font-size:13px;font-weight:600}.customs-form-grid input,.customs-form-grid select,.customs-form-grid textarea{width:100%;min-height:42px;padding:9px 11px;border:1px solid #d0d5dd;border-radius:8px;color:#101828;background:#fff;font:inherit}.customs-form-grid textarea{min-height:88px;resize:vertical}.customs-field--wide{grid-column:1 / -1}.customs-dropzone{display:grid;gap:6px;margin:0;padding:24px;border:1.5px dashed #98a2b3;border-radius:12px;text-align:center;background:#f9fafb;cursor:pointer}.customs-draft-list{display:grid;gap:14px}.customs-draft-card{overflow:hidden;border:1px solid #d0d5dd;border-radius:13px;background:#fff;box-shadow:0 4px 16px #1018280d}.customs-draft-card>header{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:13px 16px;border-bottom:1px solid #eaecf0;background:#f9fafb}.customs-draft-card__number{display:grid;width:30px;height:30px;place-items:center;border-radius:9px;color:#fff;background:#175cd3;font-size:13px;font-weight:700}.customs-draft-card>header>div:nth-child(2){display:grid;min-width:0;gap:3px}.customs-draft-card>header strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customs-draft-card>header span{color:#667085;font-size:12px}.customs-draft-card>header button{padding:6px 9px;border:0;border-radius:7px;color:#b42318;background:transparent;cursor:pointer}.customs-draft-card>header button:hover{background:#fef3f2}.customs-draft-card>.customs-form-grid{padding:16px}.customs-review-toggle{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:12px;margin:0 16px 16px;padding:13px 14px;border:1px solid #d0d5dd;border-radius:11px;background:linear-gradient(135deg,#fff,#f8fafc);cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.customs-review-toggle:hover{border-color:#84adff;box-shadow:0 0 0 3px #2e90fa17}.customs-review-toggle.is-enabled{border-color:#84adff;background:linear-gradient(135deg,#f5f9ff,#eef4ff)}.customs-review-toggle__icon{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;color:#175cd3;background:#eaf2ff;font-size:20px;font-weight:800}.customs-review-toggle__copy{display:grid;min-width:0;gap:3px}.customs-review-toggle__copy strong{color:#101828;font-size:14px}.customs-review-toggle__copy strong small,.customs-review-badge{margin-left:7px;padding:2px 7px;border-radius:99px;color:#175cd3;background:#eaf2ff;font-size:10px;font-weight:700}.customs-review-toggle__copy>span{color:#667085;font-size:12px;line-height:1.5}.customs-review-toggle>input{position:absolute;width:1px;height:1px;opacity:0}.customs-review-toggle__switch{position:relative;width:42px;height:24px;border-radius:99px;background:#98a2b3;transition:background .16s ease}.customs-review-toggle__switch i{position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #1018284d;transition:transform .16s ease}.customs-review-toggle.is-enabled .customs-review-toggle__switch{background:#175cd3}.customs-review-toggle.is-enabled .customs-review-toggle__switch i{transform:translate(18px)}.customs-batch-modal__dialog>.customs-review-toggle{margin-top:14px}.shipment-plan-summary{display:flex;align-items:center;justify-content:space-between;gap:18px;width:calc(100% - 32px);margin:16px;padding:16px;border:1px solid #d0d5dd;border-radius:10px;color:#344054;background:#fff;text-align:left;cursor:pointer;transition:border-color .14s ease,box-shadow .14s ease,background .14s ease}.shipment-plan-summary:hover{border-color:#84adff;background:#f9fbff;box-shadow:0 0 0 3px #2e90fa1a}.shipment-plan-summary>div{display:grid;gap:4px}.shipment-plan-summary span{color:#667085;font-size:13px}.shipment-plan-summary>span:last-child{flex:none;color:#175cd3;font-weight:600}.customs-submit-row{display:flex;justify-content:center;padding:4px 0 2px}.customs-submit-button{min-width:220px;min-height:46px}.customs-dropzone:hover{border-color:#344054;background:#f2f4f7}.customs-dropzone.is-dragging{border-color:#175cd3;background:#eff8ff;box-shadow:0 0 0 4px #2e90fa1f}.customs-dropzone span{color:#667085;font-size:13px}.customs-dropzone__icon{display:grid;width:42px;height:42px;margin:0 auto 4px;place-items:center;border:1px solid #eaecf0;border-radius:12px;background:#fff;box-shadow:0 2px 5px #1018280f}.customs-dropzone__icon svg{width:22px;stroke:#344054;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.customs-dropzone .customs-dropzone__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);clip-path:inset(50%);white-space:nowrap}.customs-empty-state{margin-top:18px;padding:28px;border:1px dashed #d0d5dd;border-radius:10px;text-align:center;background:#f9fafb}.customs-dropzone--compact{padding:18px}.customs-file-list{display:grid;gap:6px;margin:0 0 18px;padding:0;list-style:none}.customs-file-list li{display:flex;justify-content:space-between;padding:9px 12px;border-radius:8px;background:#f2f4f7}.customs-file-list span{color:#667085}.form-message{margin:12px 0;padding:10px 12px;border-radius:8px}.form-message--error{color:#b42318;background:#fef3f2}.form-message--success{color:#027a48;background:#ecfdf3}.customs-panel__heading,.customs-batch>header,.customs-job,.validation-status>div:first-child,.validation-result{display:flex;align-items:center;justify-content:space-between;gap:14px}.customs-panel__heading h2,.validation-panel h2{margin:0 0 4px}.customs-panel__heading p,.validation-panel header p,.empty-state{margin:0;color:#667085}.customs-batches{display:grid;gap:14px;margin-top:20px}.customs-batches--scrollable{max-height:min(720px,72vh);padding:2px 10px 12px 2px;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable both-edges}.customs-batches--scrollable .customs-batch{min-width:1080px}.customs-batches--collapsed{overflow:hidden}.customs-panel__collapse{min-width:132px;white-space:nowrap}.customs-batch{overflow:hidden;border:2px solid #98a2b3;border-radius:12px;background:#fff}.customs-batch:nth-child(odd){border-color:#667085;background:#f2f4f7}.customs-batch:nth-child(2n){border-color:#b8bec8;background:#fff}.customs-batch>header{padding:14px 16px;background:#fff}.customs-batch:nth-child(odd)>header{background:#e4e7ec}.customs-batch:nth-child(2n)>header{background:#fff}.customs-batch>header div,.customs-job>div:first-child{display:grid;gap:3px}.customs-batch header span,.customs-job span{color:#667085;font-size:12px}.customs-batch em{padding:5px 9px;border-radius:999px;color:#344054;background:#eaecf0;font-size:12px;font-style:normal}.customs-batch em[data-status=completed]{color:#027a48;background:#ecfdf3}.customs-batch em[data-status=failed]{color:#b42318;background:#fef3f2}.customs-batch em[data-status=partially_completed]{color:#b54708;background:#fffaeb}.customs-batch em[data-status=processing]{color:#175cd3;background:#eff8ff}.customs-batch em[data-status=pending]{color:#475467;background:#f2f4f7}.customs-batch>header .customs-batch__actions{display:flex;flex:0 0 auto;align-items:center;gap:10px}.customs-panel__batch-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.customs-select-all{display:inline-flex;min-height:42px;align-items:center;gap:8px;padding:0 12px;border:1px solid #d0d5dd;border-radius:10px;color:#344054;background:#fff;font-size:13px;font-weight:650;cursor:pointer}.customs-select-all input{width:17px;height:17px;margin:0;accent-color:#2f6fec}.customs-select-all:has(input:disabled){color:#98a2b3;background:#f9fafb;cursor:not-allowed}.customs-bulk-delete{min-height:42px;padding:0 16px;border:1px solid #f04438;border-radius:10px;color:#b42318;background:#fff;font-size:13px;font-weight:700;cursor:pointer}.customs-bulk-delete:hover{color:#fff;background:#d92d20}.customs-batch__selection{display:flex;min-width:0;align-items:center;gap:12px}.customs-batch__checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;flex:0 0 20px;margin:0;border:1.5px solid #98a2b3;border-radius:6px;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.customs-batch__checkbox:checked{border-color:#2f6fec;background-color:#2f6fec;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='m5 10 3 3 7-7' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-position:center;background-repeat:no-repeat;background-size:18px}.customs-batch__checkbox:focus-visible{outline:3px solid rgb(47 111 236 / 22%);outline-offset:2px}.customs-batch__identity{display:grid;min-width:0;gap:3px}.customs-batch__delete{display:inline-flex;width:132px;min-width:132px;height:44px;min-height:44px;flex:0 0 132px;align-items:center;justify-content:center;padding:0 24px;border:1px solid #f04438;border-radius:10px;color:#b42318;background:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:color .16s ease,background .16s ease,box-shadow .16s ease}.customs-batch__delete:hover:not(:disabled){color:#fff;background:#d92d20;box-shadow:0 6px 14px #d92d202e}.customs-batch__delete:focus-visible{outline:3px solid rgb(240 68 56 / 22%);outline-offset:2px}.customs-batch__delete:disabled{border-color:#fecdca;color:#b54708;background:#fffaeb;cursor:wait}.customs-confirm{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0f172a7a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.customs-confirm__dialog{width:min(440px,100%);padding:28px;border:1px solid #eaecf0;border-radius:20px;background:#fff;box-shadow:0 24px 64px #0f172a47;text-align:center}.customs-confirm__icon{display:grid;width:48px;height:48px;margin:0 auto 16px;place-items:center;border-radius:50%;color:#b42318;background:#fee4e2;font-size:24px;font-weight:800}.customs-confirm__dialog h2{margin:0 0 10px;color:#101828;font-size:22px}.customs-confirm__dialog p{margin:0;color:#667085;line-height:1.65}.customs-confirm__actions{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:24px}.customs-confirm__actions .button,.customs-confirm__delete{min-height:46px;justify-content:center}.customs-confirm__delete{border:1px solid #d92d20;border-radius:10px;color:#fff;background:#d92d20;font-weight:700;cursor:pointer}.customs-confirm__delete:hover{background:#b42318}.customs-job{display:grid;grid-template-columns:minmax(240px,.9fr) minmax(320px,2fr) 56px 132px;align-items:center;gap:14px;padding:12px 16px;border-top:1px solid #eaecf0;background:#ffffffbd}.customs-batch:nth-child(odd) .customs-job{border-top-color:#cfd4dc;background:#f8f9fb}.customs-job>div:first-child{min-width:0}.customs-job__summary{overflow:hidden}.customs-job__summary :is(strong,span){display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.customs-job__summary strong .customs-review-badge{display:inline-block;vertical-align:1px}.customs-job__progress{width:100%;min-width:0;height:7px;overflow:hidden;border-radius:99px;background:#eaecf0}.customs-job__progress i{display:block;height:100%;border-radius:inherit;background:#344054;transition:width .25s ease}.customs-job__progress[data-status=failed] i{background:#d92d20}.customs-job__progress[data-status=completed] i{background:#12b76a}.customs-job__progress[data-status=pending] i{background:#98a2b3}.customs-job__percentage{width:56px;text-align:right;white-space:nowrap}.customs-job__download{display:inline-flex;min-width:132px;min-height:44px;flex:0 0 132px;align-items:center;justify-content:center;padding:0 24px;border:1px solid #2f6fec;border-radius:12px;color:#fff;background:linear-gradient(135deg,#3d7cff,#2463e8);box-shadow:0 8px 18px #2f6fec33;font-size:14px;font-weight:700;line-height:1;text-align:center;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.customs-job__download:hover{color:#fff;background:linear-gradient(135deg,#326fe9,#1f56ce);box-shadow:0 10px 22px #2f6fec47;transform:translateY(-1px)}.customs-job__download:focus-visible{outline:3px solid rgb(47 111 236 / 28%);outline-offset:2px}.validation-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}.validation-panel{display:grid;align-content:start;gap:16px}.validation-status{display:grid;gap:10px;padding-top:14px;border-top:1px solid #eaecf0}.validation-result{flex-wrap:wrap;color:#475467;font-size:13px}.customs-modal{position:fixed;z-index:1300;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:clamp(10px,1.5vw,22px);background:#10182885}.customs-modal__content{width:min(1560px,100%);height:min(94vh,1040px);display:grid;grid-template-rows:auto auto minmax(0,1fr);overflow:hidden;padding:clamp(20px,2vw,30px);border-radius:18px;background:#fff;box-shadow:0 24px 80px #10182840}.customs-modal__content>header{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:20px}.customs-modal__content h3,.customs-modal__content p{margin:0 0 4px}.customs-modal__content h3{color:#101828;font-size:clamp(22px,2vw,28px)}.customs-modal__content p{color:#667085;font-size:15px}.customs-modal__content>header button{width:40px;height:40px;display:grid;place-items:center;border:0;border-radius:10px;color:#475467;background:#f2f4f7;font-size:30px;line-height:1;cursor:pointer}.customs-modal__content>header button:hover{color:#101828;background:#e4e7ec}.invalid-code-summary{display:flex;flex-wrap:wrap;gap:9px;max-height:116px;margin-bottom:18px;overflow-y:auto;padding-right:6px}.invalid-code-summary span{padding:8px 11px;border:1px solid #fee4e2;border-radius:9px;color:#b42318;background:#fef3f2;font-size:14px;font-weight:600}.customs-table-scroll{min-height:0;overflow:auto;border:1px solid #d0d5dd;border-radius:12px;scrollbar-color:#98a2b3 #f2f4f7;scrollbar-width:auto}.customs-table-scroll table{width:max-content;min-width:100%;border-collapse:collapse;white-space:nowrap;font-size:14px}.customs-table-scroll th,.customs-table-scroll td{padding:11px 14px;border-bottom:1px solid #eaecf0;text-align:left}.customs-table-scroll th{position:sticky;z-index:2;top:0;color:#344054;background:#f2f4f7;font-size:13px;letter-spacing:.04em}.customs-table-scroll tbody tr:nth-child(2n){background:#f9fafb}.customs-table-scroll tbody tr:hover{background:#eff8ff}.customs-table-scroll::-webkit-scrollbar{width:12px;height:12px}.customs-table-scroll::-webkit-scrollbar-track{background:#f2f4f7}.customs-table-scroll::-webkit-scrollbar-thumb{border:3px solid #f2f4f7;border-radius:999px;background:#98a2b3}@media (max-width: 1100px){.customs-batches--scrollable .customs-batch{min-width:0}.customs-job{grid-template-columns:minmax(0,1fr) auto;align-items:center}.customs-job__progress{grid-column:1 / -1;grid-row:2}.customs-job__percentage{grid-column:1;grid-row:1;text-align:left}.customs-job__download{grid-column:1 / -1;width:100%;min-width:0}}@media (max-width: 760px){.customs-modal{padding:8px}.customs-modal__content{width:100%;height:calc(100dvh - 16px);padding:16px;border-radius:14px}.customs-form-grid,.validation-grid{grid-template-columns:1fr}.customs-field--wide{grid-column:auto}.customs-job{grid-template-columns:minmax(0,1fr) auto;align-items:center}.customs-job__progress{grid-column:1 / -1;grid-row:2}.customs-job__download{grid-column:1 / -1;width:100%}.customs-composer-toolbar{align-items:flex-start;flex-direction:column}.shipment-plan-grid{grid-template-columns:1fr}.shipment-plan-grid__wide{grid-column:auto}}@media (max-height: 760px){.customs-batch-modal__dialog{overflow:auto}}.printing-workspace{display:grid;gap:18px;color:var(--text-body)}.printing-page-header{min-height:112px;display:flex;align-items:flex-end;justify-content:space-between;gap:24px;padding:4px 2px 10px}.printing-page-header h1{margin:8px 0 7px;color:var(--text-strong);font-size:clamp(31px,4vw,44px);line-height:1;letter-spacing:-.055em}.printing-page-header p:last-child{max-width:720px;margin:0;color:var(--text-muted);font-size:14px;line-height:1.7}.printing-page-header__actions,.printing-history-panel__actions,.printing-filter-panel__actions,.printing-submit-bar__actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.printing-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border:1px solid transparent;border-radius:12px;font-size:13px;font-weight:800;text-decoration:none;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease}.printing-button:hover:not(:disabled){transform:translateY(-1px)}.printing-button:disabled{cursor:not-allowed;opacity:.48}.printing-button--primary{border-color:#1764c4;background:linear-gradient(135deg,#237ee7,#1459b1);color:#fff;box-shadow:0 9px 20px #1459b12e}.printing-button--secondary{border-color:#cfdae8;background:#fff;color:#26415e}.printing-button--soft{border-color:#c9ddf7;background:#edf5ff;color:#1459b1}.printing-notice{display:grid;grid-template-columns:auto 1fr;gap:4px 14px;padding:15px 18px;border:1px solid;border-radius:15px;animation:printing-rise .25s ease both}.printing-notice strong{grid-row:span 2;align-self:center;font-size:12px;letter-spacing:.08em;text-transform:uppercase}.printing-notice span{font-size:13px;line-height:1.55}.printing-notice--success{border-color:#b8e1cd;background:#effbf5;color:#176643}.printing-notice--error{border-color:#f1c5c5;background:#fff3f3;color:#9b2929}.printing-notice--info{border-color:#bfd7f4;background:#f1f7ff;color:#175a9e}.printing-create-form{display:grid;gap:16px}.printing-panel,.printing-history-panel,.printing-filter-panel,.printing-tracking-search,.printing-tracking-result{border:1px solid #dfe7f0;border-radius:20px;background:#fffffff7;box-shadow:0 12px 30px #0d30540b}.printing-panel{padding:21px 22px 23px}.printing-panel--service{background:radial-gradient(circle at 92% -10%,rgba(45,137,236,.14),transparent 35%),#fff}.printing-panel__heading,.printing-panel__heading-main{display:flex;align-items:center;gap:13px}.printing-panel__heading{margin-bottom:20px}.printing-panel__heading--actions{justify-content:space-between}.printing-step{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #c6dbf3;border-radius:13px;background:linear-gradient(145deg,#f4f9ff,#e5f1ff);color:#1764c4;font-size:12px;font-weight:900;box-shadow:inset 0 1px #fff}.printing-panel__heading p,.printing-history-panel__header>div>span,.printing-timeline__heading span,.printing-tracking-pod>div>span{margin:0 0 3px;color:#6c8caf;font-size:9px;font-weight:900;letter-spacing:.17em}.printing-panel__heading h2,.printing-history-panel__header h2,.printing-timeline__heading h3,.printing-tracking-pod h3{margin:0;color:#132a43;font-size:18px;letter-spacing:-.02em}.printing-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.printing-field{min-width:0;display:grid;align-content:start;gap:7px}.printing-field--wide{grid-column:span 2}.printing-field>span{color:#455b72;font-size:11px;font-weight:800}.printing-field>span b{margin-left:3px;color:#d44242}.printing-field input,.printing-field select,.printing-field textarea{width:100%;min-width:0;border:1px solid #d4dfeb;border-radius:11px;outline:none;background:#fbfdff;color:#172b42;font-size:13px;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}.printing-field input,.printing-field select{height:43px;padding:0 12px}.printing-field textarea{min-height:84px;padding:11px 12px;resize:vertical}.printing-field input:focus,.printing-field select:focus,.printing-field textarea:focus{border-color:#458ee1;background:#fff;box-shadow:0 0 0 3px #1f74da1a}.printing-field input::placeholder,.printing-field textarea::placeholder{color:#a1adba}.printing-field small{color:#78899a;font-size:10px;line-height:1.5}.printing-service-row{display:grid;grid-template-columns:minmax(320px,620px) auto 1fr;align-items:end;gap:14px}.printing-service-row>p{margin:0 0 11px;color:#78899a;font-size:11px}.printing-carrier{min-height:24px;display:inline-flex;align-items:center;justify-content:center;justify-self:start;padding:3px 9px;border-radius:7px;background:#e5edf7;color:#344a62;font-size:9px;font-weight:900;letter-spacing:.055em;white-space:nowrap}.printing-service-row>.printing-carrier{min-height:36px;margin-bottom:3px;padding:5px 13px}.printing-carrier--dpd{background:#dc143c;color:#fff}.printing-carrier--evri{background:#7050b8;color:#fff}.printing-carrier--feihang{background:#1976d2;color:#fff}.printing-carrier--jd_pure,.printing-carrier--jd_warehouse{background:#ce3232;color:#fff}.printing-inline-warning{margin:-4px 0 15px;padding:10px 13px;border:1px solid #efd593;border-radius:10px;background:#fff9e9;color:#795d16;font-size:11px;font-weight:700}.printing-parcel-list{display:grid;gap:11px}.printing-parcel{position:relative;display:grid;grid-template-columns:64px 1fr 32px;gap:14px;align-items:center;padding:15px;border:1px solid #dce6f0;border-radius:15px;background:linear-gradient(100deg,#f7fbff,#fff 38%)}.printing-parcel__number{align-self:stretch;display:grid;align-content:center;justify-items:center;border-right:1px solid #d8e4ef}.printing-parcel__number span{color:#7890a8;font-size:8px;font-weight:900;letter-spacing:.12em}.printing-parcel__number strong{color:#1764c4;font-size:24px}.printing-parcel__fields{display:grid;grid-template-columns:repeat(5,minmax(76px,1fr)) 84px minmax(150px,1.6fr);gap:9px}.printing-parcel__fields .printing-field>span{font-size:9px}.printing-parcel__fields .printing-field input{height:39px;font-size:11px}.printing-parcel__remove{width:29px;height:29px;display:grid;place-items:center;padding:0;border:1px solid #efc5c5;border-radius:9px;background:#fff5f5;color:#b23232;font-size:18px}.printing-parcel__remove:disabled{border-color:#e2e8ef;background:#f5f7f9;color:#b3bdc7;cursor:not-allowed}.printing-field--reference{width:min(520px,100%)}.printing-submit-bar{position:sticky;bottom:-28px;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px 20px;border:1px solid rgba(22,83,151,.22);border-radius:17px 17px 0 0;background:#f6fafff0;box-shadow:0 -8px 28px #0b305717;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.printing-submit-bar>div:first-child{display:grid;gap:3px}.printing-submit-bar strong{color:#173653;font-size:12px}.printing-submit-bar span{color:#71859a;font-size:10px}.printing-success-card{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;padding:20px;overflow:hidden;border:1px solid #b7e0ce;border-radius:20px;background:radial-gradient(circle at 92% 20%,rgba(57,178,121,.12),transparent 30%),linear-gradient(120deg,#f2fcf7,#fff);animation:printing-rise .3s ease both}.printing-success-card__mark{width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#16885c;color:#fff;font-size:24px;font-weight:900;box-shadow:0 9px 20px #16885c33}.printing-success-card__content>p{margin:0 0 4px;color:#25815f;font-size:9px;font-weight:900;letter-spacing:.16em}.printing-success-card__content h2{margin:0 0 11px;color:#123b2c;font-size:23px}.printing-success-card__facts{display:flex;gap:8px 18px;flex-wrap:wrap}.printing-success-card__facts span{color:#668075;font-size:10px}.printing-success-card__facts strong{margin-left:4px;color:#244d3d}.printing-success-card__actions{display:flex;gap:9px;flex-wrap:wrap;justify-content:flex-end}.printing-filter-panel{display:grid;grid-template-columns:minmax(190px,1.4fr) repeat(4,minmax(130px,.8fr)) auto;align-items:end;gap:12px;padding:18px}.printing-history-panel{overflow:hidden}.printing-history-panel__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 21px;border-bottom:1px solid #e0e8f0;background:radial-gradient(circle at right top,rgba(37,126,226,.09),transparent 32%),#fff}.printing-history-panel__header p{margin:6px 0 0;color:#718397;font-size:11px}.printing-history-panel__header p strong{color:#185fae}.printing-table-wrap{overflow-x:auto}.printing-table{width:100%;min-width:1040px;border-collapse:collapse;table-layout:auto}.printing-table th{height:43px;padding:8px 12px;border-bottom:1px solid #dfe7ef;background:#f3f7fb;color:#587087;font-size:9px;font-weight:900;letter-spacing:.04em;text-align:left;white-space:nowrap}.printing-table td{height:57px;padding:9px 12px;border-bottom:1px solid #e8edf2;color:#34495e;font-size:10px;white-space:nowrap}.printing-table tbody tr{transition:background .15s ease}.printing-table tbody tr:hover{background:#f7fbff}.printing-table tbody tr:last-child td{border-bottom:none}.printing-table__check{width:38px}.printing-table input[type=checkbox]{width:14px;height:14px;accent-color:#75a7ff}.printing-table__tracking{max-width:190px;overflow:hidden;border:none;padding:0;background:transparent;color:#1764c4;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.printing-status{min-height:23px;display:inline-flex;align-items:center;padding:3px 9px;border-radius:999px;background:#edf1f5;color:#506173;font-size:9px;font-weight:800;white-space:nowrap}.printing-status--pending{background:#fff6dc;color:#82630c}.printing-status--created,.printing-status--label_generated{background:#e9f3ff;color:#165da9}.printing-status--in_transit{background:#e8f0ff;color:#2e56a0}.printing-status--delivered{background:#e5f7ed;color:#18724a}.printing-status--failed,.printing-status--cancelled{background:#fceaea;color:#a13030}.printing-row-actions{display:flex;gap:5px}.printing-row-actions button{min-height:27px;padding:3px 8px;border:1px solid #d2dfec;border-radius:7px;background:#fff;color:#245984;font-size:9px;font-weight:800}.printing-row-actions button:hover:not(:disabled){border-color:#83b3e6;background:#eff7ff}.printing-row-actions button:disabled{opacity:.4;cursor:not-allowed}.printing-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 20px;border-top:1px solid #e1e8ef;background:#fafcfe}.printing-pagination>span{color:#657b91;font-size:11px;font-weight:800}.printing-pagination>div{display:flex;gap:8px}.printing-pagination .printing-button{min-height:34px;padding:0 12px;font-size:10px}.printing-state{min-height:210px;display:grid;align-content:center;justify-items:center;gap:7px;padding:32px;color:#718397;text-align:center}.printing-state--compact{min-height:120px;padding:20px}.printing-state__icon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #cad9e8;border-radius:13px;background:#f1f7fd;color:#3477ba;font-size:20px;font-weight:900}.printing-state--error .printing-state__icon{border-color:#ecc3c3;background:#fff1f1;color:#b33636}.printing-state strong{color:#30475e;font-size:13px}.printing-state p{margin:0;font-size:11px}.printing-spinner{width:28px;height:28px;border:3px solid #dbe9f8;border-top-color:#75a7ff;border-radius:50%;animation:auth-spin .8s linear infinite}.printing-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#08192b94;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.printing-modal{position:relative;width:min(520px,100%);max-height:min(820px,calc(100vh - 48px));overflow-y:auto;padding:26px;border:1px solid rgba(255,255,255,.8);border-radius:20px;background:#fff;box-shadow:0 25px 70px #00142c47;animation:printing-modal-in .22s ease both}.printing-modal--wide{width:min(760px,100%)}.printing-modal__close{position:absolute;top:14px;right:14px;width:32px;height:32px;display:grid;place-items:center;padding:0;border:1px solid #d9e2ea;border-radius:10px;background:#f7fafc;color:#52677c;font-size:20px}.printing-modal__eyebrow{margin:0 0 5px;color:#3177bd;font-size:9px;font-weight:900;letter-spacing:.17em}.printing-modal h2{margin:0 40px 5px 0;color:#132b43;font-size:24px}.printing-modal__subtitle{margin:0 0 20px;color:#6b8197;font-size:12px;word-break:break-all}.printing-modal__error{margin:13px 0;padding:11px 12px;border:1px solid #efc4c4;border-radius:10px;background:#fff3f3;color:#9a3030;font-size:11px;line-height:1.5}.printing-label-url{margin:16px 0;padding:13px;overflow-wrap:anywhere;border:1px solid #d8e4ef;border-radius:11px;background:#f6f9fc;color:#526a81;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:10px;line-height:1.55}.printing-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid #dfe7ef;border-radius:14px;background:#dfe7ef}.printing-detail-grid>span{min-width:0;display:grid;gap:6px;padding:13px;background:#fbfdff;color:#76899c;font-size:9px}.printing-detail-grid>span>strong{overflow-wrap:anywhere;color:#263e55;font-size:11px}.printing-detail-section{margin-top:18px;padding-top:17px;border-top:1px solid #e0e7ee}.printing-detail-section h3{margin:0 0 11px;color:#233c55;font-size:13px}.printing-detail-section>a{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:7px;padding:10px 12px;border:1px solid #dbe6f0;border-radius:10px;background:#f8fbfe;color:#445d75;font-size:10px;text-decoration:none}.printing-detail-section>a strong{color:#1764c4}.printing-detail-section>p{margin:8px 0 0;color:#7a8d9f;font-size:10px}.uk-dpd-result-body{margin:0;padding:22px 24px 24px;border-top:0}.printing-pod{display:grid;grid-template-columns:minmax(140px,240px) 1fr;gap:16px;align-items:center;margin-top:14px}.printing-pod>a,.printing-pod>button{display:block;overflow:hidden;border:1px solid #d4e0eb;border-radius:13px;padding:0;background:#eff4f8}.printing-pod img{width:100%;max-height:230px;display:block;object-fit:contain}.printing-pod>div{display:grid;gap:10px}.printing-pod>div span{display:grid;gap:3px;color:#788b9d;font-size:9px}.printing-pod>div strong{color:#2e465d;font-size:11px}.printing-tracking-search{padding:21px;background:radial-gradient(circle at 92% 0%,rgba(29,111,224,.14),transparent 31%),linear-gradient(120deg,#fff,#f7fbff)}.printing-tracking-search form{display:grid;grid-template-columns:1fr auto;gap:12px}.printing-tracking-search label{display:grid;gap:7px}.printing-tracking-search label span{color:#5e7e9f;font-size:9px;font-weight:900;letter-spacing:.16em}.printing-tracking-search input{width:100%;height:51px;padding:0 16px;border:1px solid #cbdcec;border-radius:13px;outline:none;background:#fff;color:#15304a;font-size:16px;font-weight:700;letter-spacing:.02em;box-shadow:inset 0 1px 2px #0e2f5009}.printing-tracking-search input:focus{border-color:#458ee1;box-shadow:0 0 0 4px #1f74da1a}.printing-tracking-search .printing-button{min-width:116px;align-self:end;min-height:51px}.printing-tracking-search>p{margin:10px 0 0;color:#74899e;font-size:10px}.printing-tracking-result{overflow:hidden;animation:printing-rise .3s ease both}.printing-tracking-summary{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px;border-bottom:1px solid #dce6ef;background:radial-gradient(circle at 8% -30%,rgba(87,165,247,.23),transparent 34%),linear-gradient(112deg,#0f4f91,#1764b8 62%,#257bd1);color:#fff}.printing-tracking-summary p{margin:0 0 5px;color:#ffffffad;font-size:8px;font-weight:900;letter-spacing:.17em}.printing-tracking-summary h2{margin:0 0 13px;font-size:clamp(22px,3vw,31px);letter-spacing:-.035em}.printing-tracking-summary__badges{display:flex;gap:7px}.printing-eta{min-width:190px;padding:14px 17px;border:1px solid rgba(255,255,255,.22);border-radius:15px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.printing-eta span{display:block;margin-bottom:5px;color:#ffffffb3;font-size:9px}.printing-eta strong{font-size:15px}.printing-timeline{padding:22px 24px 10px}.printing-timeline__heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:20px}.printing-timeline__heading>strong{padding:5px 9px;border-radius:999px;background:#edf4fb;color:#54718e;font-size:9px}.printing-timeline ol{margin:0;padding:0;list-style:none}.printing-timeline li{position:relative;min-height:91px;display:grid;grid-template-columns:16px 132px 1fr;gap:12px;padding-bottom:20px}.printing-timeline li:before{content:"";position:absolute;top:13px;bottom:-3px;left:6px;width:2px;background:#dce6ef}.printing-timeline li:last-child:before{display:none}.printing-timeline__dot{position:relative;z-index:1;width:14px;height:14px;margin-top:2px;border:3px solid #b5c8da;border-radius:50%;background:#fff}.printing-timeline li.is-latest .printing-timeline__dot{border-color:#75a7ff;box-shadow:0 0 0 5px #1d6fe01c}.printing-timeline time{color:#7b8ea1;font-size:9px;line-height:1.8}.printing-timeline li>div{display:grid;align-content:start;gap:4px}.printing-timeline li>div strong{color:#263f57;font-size:12px}.printing-timeline li.is-latest>div strong{color:#1764c4}.printing-timeline li>div p{margin:0;color:#63798e;font-size:11px;line-height:1.55}.printing-timeline li>div span{color:#8595a5;font-size:9px}.printing-tracking-pod{display:grid;grid-template-columns:1fr auto;align-items:center;gap:14px;margin:6px 24px 24px;padding:18px;border:1px solid #d8e5f1;border-radius:16px;background:#f7fbff}.printing-tracking-pod p{margin:5px 0 0;color:#73879a;font-size:10px}.printing-tracking-pod .printing-pod,.printing-tracking-pod .printing-modal__error{grid-column:1 / -1}.printing-tracking-placeholder{min-height:270px;display:grid;grid-template-columns:190px 1fr;align-items:center;gap:34px;padding:38px;overflow:hidden;border:1px dashed #c9d9e8;border-radius:20px;background:radial-gradient(circle at 10% 90%,rgba(37,126,226,.09),transparent 30%),#ffffff9e}.printing-tracking-placeholder__art{position:relative;height:170px;display:grid;place-items:center}.printing-tracking-placeholder__art:before,.printing-tracking-placeholder__art:after,.printing-tracking-placeholder__art span{content:"";position:absolute;border-radius:50%}.printing-tracking-placeholder__art:before{width:150px;height:150px;border:1px solid #c4d9ec}.printing-tracking-placeholder__art:after{width:92px;height:92px;border:1px dashed #7faedb}.printing-tracking-placeholder__art span{width:13px;height:13px;background:#237be0;box-shadow:0 0 0 7px #237be01c}.printing-tracking-placeholder__art span:nth-child(1){transform:translate(-62px,-18px)}.printing-tracking-placeholder__art span:nth-child(2){transform:translate(38px,-43px)}.printing-tracking-placeholder__art span:nth-child(3){transform:translate(34px,54px)}.printing-tracking-placeholder>div:last-child p{margin:0 0 7px;color:#3679b9;font-size:9px;font-weight:900;letter-spacing:.18em}.printing-tracking-placeholder h2{margin:0 0 10px;color:#233e58;font-size:25px;letter-spacing:-.035em}.printing-tracking-placeholder>div:last-child span{color:#6f8498;font-size:12px;line-height:1.7}.printing-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:grid;place-items:center;padding:34px;background:#04111fe0}.printing-lightbox>button{position:absolute;top:22px;right:24px;width:40px;height:40px;border:1px solid rgba(255,255,255,.4);border-radius:50%;background:#ffffff1a;color:#fff;font-size:25px}.printing-lightbox img{max-width:min(100%,1000px);max-height:calc(100vh - 68px);border-radius:12px;background:#fff;object-fit:contain}@keyframes printing-rise{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes printing-modal-in{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1260px){.printing-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.printing-parcel__fields{grid-template-columns:repeat(4,minmax(84px,1fr))}.printing-field--parcel-description{grid-column:span 2}.printing-filter-panel{grid-template-columns:repeat(3,minmax(150px,1fr))}}@media (max-width: 900px){.printing-page-header,.printing-success-card,.printing-history-panel__header,.printing-submit-bar{align-items:stretch;grid-template-columns:1fr;flex-direction:column}.printing-success-card{display:grid}.printing-success-card__actions{justify-content:flex-start}.printing-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.printing-service-row{grid-template-columns:1fr auto}.printing-service-row>p{grid-column:1 / -1}.printing-parcel{grid-template-columns:52px 1fr 32px}.printing-parcel__fields{grid-template-columns:repeat(2,minmax(90px,1fr))}.printing-filter-panel{grid-template-columns:repeat(2,minmax(140px,1fr))}.printing-filter-panel__actions{align-self:end}}@media (max-width: 620px){.printing-page-header h1{font-size:32px}.printing-page-header__actions,.printing-history-panel__actions,.printing-filter-panel__actions,.printing-submit-bar__actions{width:100%}.printing-page-header__actions .printing-button,.printing-history-panel__actions .printing-button,.printing-filter-panel__actions .printing-button,.printing-submit-bar__actions .printing-button{flex:1}.printing-panel{padding:18px 15px}.printing-form-grid,.printing-filter-panel,.printing-detail-grid{grid-template-columns:1fr}.printing-field--wide{grid-column:auto}.printing-service-row{grid-template-columns:1fr}.printing-service-row>p{grid-column:auto}.printing-parcel{grid-template-columns:1fr 30px;align-items:start}.printing-parcel__number{grid-column:1 / -1;min-height:45px;grid-auto-flow:column;justify-content:start;gap:7px;border-right:none;border-bottom:1px solid #d8e4ef}.printing-parcel__fields{grid-template-columns:1fr 1fr}.printing-parcel__remove{grid-column:2;grid-row:2}.printing-field--parcel-description{grid-column:span 2}.printing-submit-bar{position:static;border-radius:17px}.printing-tracking-search form{grid-template-columns:1fr}.printing-tracking-summary{align-items:stretch;flex-direction:column}.printing-eta{min-width:0}.printing-timeline li{grid-template-columns:16px 1fr}.printing-timeline time{grid-column:2}.printing-timeline li>div{grid-column:2}.printing-tracking-pod{grid-template-columns:1fr}.printing-tracking-pod .printing-pod,.printing-tracking-pod .printing-modal__error{grid-column:auto}.printing-pod{grid-template-columns:1fr}.printing-tracking-placeholder{grid-template-columns:1fr;gap:12px;padding:25px}.printing-tracking-placeholder__art{height:140px}.printing-modal-backdrop{align-items:end;padding:10px}.printing-modal{width:100%;max-height:calc(100vh - 20px);border-radius:20px 20px 12px 12px}}html,body,#root{width:100%;min-height:100%}body{margin:0;font-family:Segoe UI,PingFang SC,Hiragino Sans GB,sans-serif;font-size:14px;color:var(--text-body);background:radial-gradient(circle at top left,rgba(29,111,224,.08),transparent 22%),linear-gradient(180deg,#f7f9fc,#f0f3f8)}button,input,select,textarea{font:inherit}button{cursor:pointer}.auth-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(29,111,224,.14),transparent 28%),linear-gradient(145deg,#edf4ff,#f8fafc 48%,#eef2f7)}.auth-screen__card{width:min(440px,100%);padding:38px;border:1px solid rgba(17,24,39,.08);border-radius:28px;background:#fffffff0;box-shadow:var(--shadow-page);text-align:center}.auth-screen__card h1{margin:8px 0 12px;color:var(--text-strong)}.auth-screen__card p{color:var(--text-muted);line-height:1.65}.auth-screen__card--loading{display:grid;justify-items:center}.auth-screen__logo{width:68px;height:68px;object-fit:contain}.auth-screen__eyebrow{margin:14px 0 0;color:var(--blue-strong)!important;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.auth-screen__loader{width:32px;height:32px;margin-top:18px;border:3px solid var(--blue-soft);border-top-color:var(--blue);border-radius:50%;animation:auth-spin .8s linear infinite}@keyframes auth-spin{to{transform:rotate(360deg)}}.page-shell{--shell-header-height: 72px;width:100%;height:100vh;height:100dvh;margin:0;display:grid;grid-template-columns:clamp(220px,15vw,260px) minmax(0,1fr);background:var(--bg-surface);border:none;box-shadow:none;overflow:hidden;transition:grid-template-columns .24s ease}.page-shell.is-sidebar-collapsed{grid-template-columns:76px 1fr}.sidebar{position:relative;z-index:30;display:grid;grid-template-rows:auto 1fr auto;min-height:0;border-right:1px solid var(--line-strong);background:linear-gradient(180deg,#fff,#f8fafd)}.sidebar__collapse-toggle{position:absolute;top:88px;right:-15px;z-index:20;width:30px;height:30px;display:grid;place-items:center;padding:0;border:1px solid rgba(29,111,224,.22);border-radius:50%;background:#fff;color:var(--blue-strong);box-shadow:0 7px 18px #07396e2e;transition:color .2s ease,background .2s ease,transform .24s ease}.sidebar__collapse-toggle:hover{background:var(--blue-soft);color:var(--blue)}.sidebar__collapse-toggle svg{width:16px;height:16px;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.page-shell.is-sidebar-collapsed .sidebar__collapse-toggle{transform:rotate(180deg)}.sidebar__brand{height:var(--shell-header-height);padding:0 20px;border-bottom:1px solid rgba(255,255,255,.16);display:flex;flex-direction:row;align-items:center;gap:12px;background:radial-gradient(circle at 12% 0%,rgba(105,188,255,.28),transparent 42%),linear-gradient(90deg,#155fa8,#0e4f91)}.sidebar__logo-mark{width:48px;height:48px;display:grid;place-items:center;border:2px solid var(--blue);border-radius:16px;color:var(--blue);font-weight:700}.sidebar__logo-img{width:46px;height:46px;padding:5px;object-fit:contain;flex-shrink:0;border:1px solid rgba(255,255,255,.72);border-radius:14px;background:#fffffff5;box-shadow:0 8px 18px #05244838,inset 0 1px #fff}.sidebar__logo-text{font-size:25px;font-weight:700;letter-spacing:-.025em;color:#fff;text-shadow:0 2px 8px rgba(5,36,72,.24)}.page-shell.is-sidebar-collapsed .sidebar__brand{justify-content:center;padding:0 14px}.page-shell.is-sidebar-collapsed .sidebar__logo-text,.page-shell.is-sidebar-collapsed .sidebar__nav{display:none}.page-shell.is-sidebar-collapsed .sidebar__account{display:grid;place-items:center}.page-shell.is-sidebar-collapsed .sidebar__user{justify-content:center;padding:14px 8px}.page-shell.is-sidebar-collapsed .sidebar__user-copy,.page-shell.is-sidebar-collapsed .sidebar__user-caret{display:none}.page-shell.is-sidebar-collapsed .sidebar__avatar{width:42px;height:42px}.sidebar__nav{display:flex;flex-direction:column;gap:12px;padding:28px 18px}.sidebar__nav--tree{gap:10px;overflow-y:auto;min-height:0;background:#fff;scrollbar-color:var(--line-strong) transparent}.sidebar__section-title{margin:0;padding:0 12px 8px;color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.18em}.sidebar__nav-item{border:1px solid transparent;border-radius:16px;padding:14px 16px;text-align:left;background:transparent;color:var(--text-strong)}.sidebar__nav-item.is-active{background:var(--blue-soft);color:var(--blue-strong);border-color:#1d6fe026;font-weight:700}.nav-tree{display:flex;flex-direction:column;gap:8px}.nav-tree__group,.nav-tree__subgroup,.nav-tree__leaf{width:100%;border:1px solid transparent;background:transparent;text-align:left;color:var(--text-strong)}.nav-tree__group{display:flex;align-items:center;justify-content:space-between;border-radius:16px;padding:14px 16px;font-weight:700}.nav-tree__group.is-active{background:var(--blue-soft);color:var(--blue-strong);border-color:#1d6fe026;box-shadow:none}.nav-tree__group:not(.is-active):hover,.nav-tree__subgroup:hover,.nav-tree__leaf:hover{background:var(--blue-soft)}.nav-tree__panel{display:flex;flex-direction:column;gap:8px;padding-left:8px}.nav-tree__branch{border-left:1px solid var(--line-soft);padding-left:10px}.nav-tree__subgroup{display:flex;align-items:center;justify-content:space-between;border-radius:14px;padding:10px 12px;color:var(--text-body);font-weight:600}.nav-tree__subpanel{display:flex;flex-direction:column;gap:6px;padding-top:4px;padding-left:8px}.nav-tree__leaf{border-radius:12px;padding:10px 12px;color:var(--text-muted)}.nav-tree__leaf.is-active{background:var(--blue-soft);color:var(--blue-strong);font-weight:700}.nav-tree__leaf--nested{font-size:14px}.nav-tree__caret{font-size:14px;opacity:.75;transition:transform .2s ease}.nav-tree__caret.is-open{transform:rotate(180deg)}.nav-tree__caret--small{font-size:12px}.sidebar__user{width:100%;border-top:1px solid var(--line-strong);padding:16px 18px;display:flex;align-items:center;gap:12px;border-left:none;border-right:none;border-bottom:none;text-align:left;background:transparent;color:inherit}.sidebar__user:hover,.sidebar__user.is-open{background:var(--blue-soft)}.sidebar__account{position:relative;border-top:1px solid var(--line-strong)}.sidebar__account .sidebar__user{border-top:none}.sidebar__user-copy{min-width:0;flex:1}.sidebar__user-caret{color:var(--text-muted);font-size:16px;transition:transform .2s ease}.sidebar__user.is-open .sidebar__user-caret{transform:rotate(180deg)}.sidebar__account-menu{position:absolute;right:14px;bottom:calc(100% + 10px);left:14px;z-index:10;padding:8px;border:1px solid var(--line-soft);border-radius:16px;background:#fff;box-shadow:0 16px 32px #0b12201f}.sidebar__account-menu-user{display:grid;gap:4px;padding:10px 12px;overflow:hidden}.sidebar__account-menu-user strong,.sidebar__account-menu-user span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar__account-menu-user strong{color:var(--text-strong);font-size:13px}.sidebar__account-menu-user span{color:var(--text-muted);font-size:12px}.sidebar__account-menu-action{width:100%;padding:10px 12px;border:none;border-radius:10px;background:transparent;color:#b42318;text-align:left;font-size:13px;font-weight:600}.sidebar__account-menu-action:hover{background:#fff1f0}.sidebar__avatar{width:44px;height:44px;display:grid;place-items:center;border-radius:999px;background:var(--blue-soft);color:var(--blue-strong);font-weight:700}.sidebar__user-name{font-weight:600;color:var(--text-strong)}.sidebar__user-role{font-size:13px;color:var(--text-muted)}.main-area{display:grid;grid-template-rows:auto 1fr;min-width:0;min-height:0}.topbar{display:flex;align-items:center;justify-content:space-between;height:var(--shell-header-height);padding:0 24px 0 0;border-bottom:1px solid rgba(7,57,110,.35);background:radial-gradient(circle at 84% -50%,rgba(111,190,255,.42),transparent 36%),linear-gradient(105deg,#0e4f91,#1974cb);box-shadow:0 8px 22px #07396e1f}.topbar__nav,.topbar__actions{display:flex;align-items:center;gap:8px}.topbar__nav{align-self:stretch}.topbar__nav-toggle{display:none}.topbar__item{display:inline-flex;align-items:center;gap:8px;height:38px;padding:0 14px;border:none;border-radius:10px;background:transparent;color:#fff;font-size:14px;font-weight:500}.topbar__item:hover{background:#ffffff24;color:#fff}.topbar__item--home{align-self:stretch;height:100%;padding:0 28px;border-radius:0;background:transparent}.topbar__item--active{box-shadow:inset 0 -3px #fff;font-weight:700}.topbar__item--home:hover{background:#ffffff1a}.topbar__home-icon{width:19px;height:19px;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.topbar__icon{font-size:16px;line-height:1}.workspace{padding:clamp(18px,2vw,32px);overflow-y:auto;overflow-x:hidden;min-width:0;min-height:0}.sidebar-backdrop{display:none}.account-welcome{position:relative;min-height:148px;margin-bottom:24px;padding:28px 34px;display:flex;align-items:center;gap:22px;overflow:hidden;border:1px solid rgba(255,255,255,.22);border-radius:var(--radius-lg);color:#fff;background:radial-gradient(circle at 16% 18%,rgba(255,255,255,.18),transparent 18%),radial-gradient(circle at 88% 110%,rgba(89,174,255,.34),transparent 36%),linear-gradient(112deg,#287ce2,#145db9 52%,#0f4f9d);box-shadow:0 18px 38px #0c4f9733}.account-welcome:before,.account-welcome:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.12);border-radius:32px;transform:rotate(28deg)}.account-welcome:before{width:190px;height:190px;right:10%;top:-104px}.account-welcome:after{width:120px;height:120px;right:28%;bottom:-86px}.account-welcome__avatar{position:relative;z-index:1;width:72px;height:72px;display:grid;place-items:center;flex-shrink:0;border:5px solid rgba(255,255,255,.22);border-radius:50%;background:#fff;color:var(--blue-strong);box-shadow:0 12px 28px #05244838;font-size:20px;font-weight:800}.account-welcome__title{position:relative;z-index:1;margin:0;font-size:clamp(24px,3vw,34px);font-weight:500;letter-spacing:-.03em}.account-welcome__title strong{font-weight:800}.workspace__header{display:flex;align-items:center;justify-content:space-between;gap:20px;padding-bottom:22px}.workspace__breadcrumb{margin:0;color:var(--text-muted);font-size:13px;letter-spacing:.04em}.workspace__title{margin:8px 0 4px;font-size:38px;line-height:1.05;letter-spacing:-.05em;color:var(--text-strong)}.workspace__subtitle{margin:0;color:var(--text-muted);font-size:15px}.workspace__actions{display:flex;align-items:center;gap:12px}.button{height:44px;padding:0 18px;border-radius:999px;border:1px solid var(--line-strong);background:#fff;color:var(--text-strong);font-weight:600}.button--primary{background:var(--blue);border-color:var(--blue);color:#fff}.button--soft{color:var(--blue-strong);border-color:#1d6fe033;background:var(--blue-soft)}.button--small{height:34px;padding:0 14px;font-size:13px}.hero-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:18px;margin-bottom:18px}.card{background:#fffffff5;border:1px solid var(--line-soft);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.hero-card{padding:22px;background:radial-gradient(circle at top right,rgba(29,111,224,.12),transparent 32%),linear-gradient(180deg,#fff,#fafcff)}.eyebrow{margin:0 0 12px;color:var(--blue-strong);font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.hero-card__title{margin:0 0 10px;color:var(--text-strong);font-size:32px;line-height:1.12;letter-spacing:-.05em}.hero-card__text{margin:0;max-width:640px;color:var(--text-muted);line-height:1.7}.hero-card__actions{margin-top:20px;display:flex;gap:12px;flex-wrap:wrap}.summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.overview-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:18px}.overview-card{padding:18px}.overview-card__title{margin:0 0 10px;color:var(--text-strong);font-size:18px}.overview-card__text{margin:0 0 16px;color:var(--text-muted);line-height:1.7;font-size:14px}.overview-card__link{border:none;padding:0;background:transparent;color:var(--blue-strong);font-weight:700}.summary-card{padding:16px 18px;background:var(--bg-surface-soft)}.summary-card__label,.summary-card__hint,.table-card__subtitle{margin:0;color:var(--text-muted)}.summary-card__value{margin:8px 0;color:var(--text-strong);font-size:30px;font-weight:700;letter-spacing:-.04em}.summary-card__hint{color:var(--blue-strong);font-size:13px;font-weight:600}.filters{display:grid;grid-template-columns:1.2fr 180px 180px 160px auto;gap:12px;align-items:center;margin-bottom:18px}.field{height:48px;display:flex;align-items:center;padding:0 16px;border:1px solid var(--line-strong);border-radius:16px;background:#fff;color:var(--text-muted)}.field--search:before{content:"⌕";margin-right:10px;color:var(--blue-strong);font-size:18px}.table-card{overflow:hidden}.table-card__header{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line-soft)}.table-card__title{margin:0 0 4px;color:var(--text-strong);font-size:20px}.table-wrap{overflow:auto}.home-layout-notes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;padding:22px}.home-layout-notes__item{border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--bg-surface-soft);padding:18px}.home-layout-notes__item h4{margin:0 0 10px;color:var(--text-strong);font-size:16px}.home-layout-notes__item p{margin:0;color:var(--text-muted);line-height:1.7;font-size:14px}table{width:100%;border-collapse:collapse;min-width:900px}th,td{padding:16px 22px;text-align:left;border-bottom:1px solid var(--line-soft);font-size:14px}th{color:var(--text-muted);font-size:12px;text-transform:uppercase;letter-spacing:.14em;background:#fbfcfd}tbody tr:hover td{background:#1d6fe009}.mono{font-family:SFMono-Regular,Consolas,monospace;font-size:13px}.badge{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;font-size:12px;font-weight:700}.badge--air,.badge--success{background:var(--blue-soft);color:var(--blue-strong)}.badge--neutral{background:#f3f4f6;color:#374151}.shipment-workspace{display:grid;gap:20px}.shipment-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.shipment-page-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0;flex-wrap:wrap}.shipment-page-header__title{margin:8px 0 6px;color:var(--text-strong);font-size:clamp(30px,4vw,44px);line-height:1;letter-spacing:-.045em}.shipment-page-header__subtitle{margin:0;color:var(--text-muted);line-height:1.6}.shipment-refresh-button{height:44px;display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:0 18px;border:1px solid rgba(29,111,224,.18);border-radius:12px;background:#fff;color:var(--blue-strong);box-shadow:0 8px 18px #0b12200d;font-weight:700}.shipment-refresh-button:hover:not(:disabled){background:var(--blue-soft)}.shipment-refresh-button:disabled{cursor:wait;opacity:.65}.shipment-refresh-button span{font-size:19px}.shipment-edit-mode-button{height:44px;display:inline-flex;align-items:center;gap:8px;flex-shrink:0;padding:0 18px;border:1px solid rgba(22,132,91,.22);border-radius:12px;background:#fff;color:#116b49;box-shadow:0 8px 18px #0b12200d;font-weight:700}.shipment-edit-mode-button:hover{background:#edf9f3}.shipment-edit-mode-button.is-active{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.shipment-edit-mode-button span{width:18px;text-align:center;font-size:18px;line-height:1}.shipment-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.shipment-feedback{padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid;border-radius:14px}.shipment-feedback--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.shipment-feedback--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.shipment-feedback strong{font-size:14px}.shipment-feedback p{margin:4px 0 0;color:inherit;line-height:1.5;font-size:13px}.shipment-feedback button{flex-shrink:0;padding:0 4px;border:none;background:transparent;color:inherit;font-size:22px;line-height:1}.shipment-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#0814248f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.shipment-dialog{position:relative;width:min(560px,100%);max-height:min(720px,calc(100vh - 48px));overflow-y:auto;padding:30px;border:1px solid var(--line-soft);border-top:5px solid #16845b;border-radius:18px;background:#fff;box-shadow:0 28px 70px #05162b47}.shipment-dialog--error{border-top-color:#c43e32}.shipment-dialog--confirm,.shipment-dialog--processing{border-top-color:#1677b8}.shipment-dialog__eyebrow{margin-bottom:8px;color:#16845b;font-size:12px;font-weight:800;letter-spacing:.08em}.shipment-dialog--error .shipment-dialog__eyebrow,.shipment-dialog--error h2{color:#a33228}.shipment-dialog--confirm .shipment-dialog__eyebrow,.shipment-dialog--confirm h2,.shipment-dialog--processing .shipment-dialog__eyebrow,.shipment-dialog--processing h2{color:#12689e}.shipment-dialog h2{margin:0;color:#116b49;font-size:23px}.shipment-dialog>p{margin:16px 0 0;color:var(--text-body);line-height:1.65;white-space:pre-wrap}.shipment-dialog pre{max-height:300px;margin:18px 0 0;padding:14px;overflow:auto;border:1px solid var(--line-soft);border-radius:10px;background:#f7f9fc;color:#334155;font:12px/1.6 SFMono-Regular,Consolas,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.shipment-dialog__close{position:absolute;top:16px;right:16px;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:#eef2f7;color:#64748b;font-size:22px;line-height:1}.shipment-dialog__actions{display:flex;justify-content:flex-end;margin-top:24px}.shipment-dialog__actions button{min-width:92px;min-height:38px;border:none;border-radius:9px;background:#334155;color:#fff;font-weight:700}.shipment-edit-dialog{position:relative;width:min(920px,100%);max-height:min(780px,calc(100vh - 48px));overflow-y:auto;padding:30px;border:1px solid var(--line-soft);border-top:5px solid #116b49;border-radius:18px;background:#fff;box-shadow:0 28px 70px #05162b47}.shipment-edit-dialog__heading{padding-right:44px;margin-bottom:22px}.shipment-edit-dialog__heading p{margin:0 0 8px;color:#16845b;font-size:12px;font-weight:800;letter-spacing:.08em}.shipment-edit-dialog__heading h2{margin:0;color:var(--text-strong);font-size:24px}.shipment-edit-dialog__heading span{display:block;margin-top:8px;color:var(--text-muted);font-size:13px;font-family:SFMono-Regular,Consolas,monospace}.shipment-edit-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.shipment-edit-form-grid label{display:grid;gap:7px;min-width:0;color:#536078;font-size:12px;font-weight:700}.shipment-edit-form-grid label>span{line-height:1.35}.shipment-edit-form-grid b{color:#b42318}.shipment-edit-form-grid input,.shipment-edit-form-grid select{width:100%;min-width:0;height:42px;padding:0 12px;border:1px solid var(--line-strong);border-radius:10px;outline:none;background:#fff;color:var(--text-body)}.shipment-edit-form-grid input:focus,.shipment-edit-form-grid select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1d6fe01a}.shipment-edit-form-grid input:disabled{border-color:#e1e5ec;background:#f6f8fb;color:#6f798c}.shipment-edit-form-grid__wide{grid-column:1 / -1}.shipment-edit-transport{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.shipment-edit-transport button{min-width:74px;height:42px;padding:0 14px;border:none;border-radius:10px;background:#16845b;color:#fff;font-weight:700}.shipment-edit-transport button:disabled{cursor:not-allowed;background:#d8dde5;color:#78818e}.shipment-edit-dialog__route-status{margin-top:2px;color:#12689e;font-size:12px;font-weight:650;line-height:1.45}.shipment-edit-dialog__error{margin-top:18px;padding:11px 13px;border:1px solid #f0b8b3;border-radius:10px;background:#fff3f2;color:#a33228;font-size:13px;font-weight:700}.shipment-edit-dialog__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:24px}.shipment-edit-dialog__actions button{min-width:96px;min-height:40px;padding:0 16px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--text-body);font-weight:700}.shipment-edit-dialog__actions button[type=submit]{border-color:#16845b;background:#16845b;color:#fff}.shipment-edit-dialog__actions button:disabled{cursor:wait;opacity:.62}.job-split-dialog{width:min(580px,100%)}.job-split-dialog__summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:22px 0 0}.job-split-dialog__summary div{padding:14px 16px;border:1px solid #d9e7f1;border-radius:12px;background:#f5faff}.job-split-dialog__summary dt{color:#64748b;font-size:12px;font-weight:700}.job-split-dialog__summary dd{margin:6px 0 0;color:#123d5a;font-size:17px;font-weight:800}.job-split-dialog__progress{display:flex;align-items:center;gap:10px;margin-top:22px;padding:14px 16px;border-radius:12px;background:#eef7fd;color:#12689e;font-weight:700}.job-split-dialog__progress span{width:18px;height:18px;border:2px solid rgba(18,104,158,.24);border-top-color:#12689e;border-radius:50%;animation:job-split-spin .8s linear infinite}.shipment-dialog__actions .job-split-dialog__cancel{border:1px solid #cbd5e1;background:#fff;color:#475569}.shipment-dialog__actions .job-split-dialog__confirm{background:#12689e}@keyframes job-split-spin{to{transform:rotate(360deg)}}@media (max-width: 520px){.job-split-dialog__summary{grid-template-columns:1fr}.shipment-edit-dialog{padding:24px 18px}.shipment-edit-form-grid{grid-template-columns:1fr}.shipment-edit-dialog__actions{flex-direction:column-reverse}.shipment-edit-dialog__actions button{width:100%}}.workspace,.business-page,.printing-workspace,.b2b-workspace,.shipment-workspace,.job-workspace,.declaration-workspace,.amount-query-workspace,button,input,select,textarea{font-size:14px}.workspace__breadcrumb,.eyebrow,.customs-composer-toolbar span,.customs-bulk-fill header span,.customs-form-grid label,.customs-dropzone span,.printing-field>span,.b2b-processing-rail__eyebrow,.shipment-metric__label,.job-panel__heading>span,.declaration-panel__heading>span{font-size:12px}.workspace__subtitle,.shipment-page-header__subtitle,.business-page__header p:last-child,.printing-page-header p:last-child,.customs-panel__heading p,.b2b-step-heading p,.b2b-panel-heading p,.shipment-list-panel__toolbar p,.job-panel__heading p,.declaration-panel__heading p{font-size:13px}.customs-form-grid input,.customs-form-grid select,.customs-form-grid textarea,.printing-field input,.printing-field select,.printing-field textarea,.job-form-grid input,.job-form-grid select,.job-form-grid textarea,.declaration-form-grid input,.declaration-form-grid select,.declaration-form-grid textarea,.amount-query-search input,.b2b-session-search input{font-size:14px}.customs-table-scroll table,.printing-table,.shipment-data-table,.b2b-session-table,.amount-query-table,.declaration-table{font-size:13px}.customs-table-scroll th,.printing-table th,.shipment-data-table th,.b2b-session-table th,.amount-query-table th,.declaration-table th{font-size:12px}.customs-table-scroll td,.printing-table td,.shipment-data-table td,.b2b-session-table td,.amount-query-table td,.declaration-table td{font-size:13px}.b2b-session-table code,.mono,.b2b-session-table td strong,.b2b-processing-rail dt{font-size:12px}.b2b-processing-rail dd{font-size:14px}.b2b-generate-button,.b2b-download-button,.shipment-row-action,.shipment-status-action,.printing-button,.declaration-button,.job-action-button,.amount-query-button{font-size:13px}.nav-tree__group,.nav-tree__leaf,.topbar__item{font-size:14px}.shipment-metric{position:relative;min-height:126px;padding:20px;overflow:hidden;border:1px solid var(--line-soft);border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(29,111,224,.1),transparent 42%),#fff;box-shadow:0 10px 24px #0b12200b}.shipment-metric:after{content:"";position:absolute;width:8px;height:8px;top:20px;right:20px;border-radius:50%;background:var(--blue);box-shadow:0 0 0 6px #1d6fe01a}.shipment-metric--air:after{background:#0284c7;box-shadow:0 0 0 6px #0284c71a}.shipment-metric--created:after{background:#16845b;box-shadow:0 0 0 6px #16845b1a}.shipment-metric--pending:after{background:#d97706;box-shadow:0 0 0 6px #d977061a}.shipment-metric__label{display:block;color:var(--text-muted);font-size:13px;font-weight:700}.shipment-metric strong{display:block;margin:8px 0 3px;color:var(--text-strong);font-size:32px;line-height:1}.shipment-metric>span:last-child{color:var(--text-muted);font-size:12px}.shipment-list-panel{min-width:0;overflow:hidden;border:1px solid var(--line-soft);border-radius:20px;background:#fff;box-shadow:0 14px 32px #0b12200d}.shipment-list-panel__toolbar{padding:20px 22px;display:flex;align-items:flex-end;justify-content:space-between;gap:20px;border-bottom:1px solid var(--line-soft)}.shipment-list-panel__toolbar h2{margin:0 0 5px;color:var(--text-strong);font-size:20px}.shipment-list-panel__toolbar p{margin:0;color:var(--text-muted);font-size:13px}.shipment-filters{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.shipment-search{min-width:290px;height:42px;display:flex;align-items:center;gap:8px;padding:0 12px;border:1px solid var(--line-strong);border-radius:11px;background:var(--bg-surface-soft);color:var(--text-muted)}.shipment-search:focus-within{border-color:var(--blue);box-shadow:0 0 0 3px #1d6fe01a}.shipment-search input{width:100%;min-width:0;border:none;outline:none;background:transparent;color:var(--text-body);font-size:13px}.shipment-filters select{height:42px;padding:0 34px 0 12px;border:1px solid var(--line-strong);border-radius:11px;outline:none;background:var(--bg-surface-soft);color:var(--text-body);font-size:13px}.shipment-filters select:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1d6fe01a}.shipment-table-summary{padding:12px 22px;border-bottom:1px solid var(--line-soft);background:#fbfcfe;color:var(--text-muted);font-size:12px}.shipment-table-summary strong{color:var(--blue-strong)}.shipment-table-wrap{max-width:100%;overflow:auto}.shipment-pagination{min-height:68px;padding:14px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line-soft);background:#fbfcfe}.shipment-pagination__summary{color:var(--text-muted);font-size:12px}.shipment-pagination__controls{display:flex;align-items:center;gap:7px}.shipment-pagination__controls button{min-width:36px;height:36px;padding:0 11px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--text-body);font-size:12px;font-weight:700}.shipment-pagination__controls button:hover:not(:disabled):not(.is-active){border-color:var(--blue);background:var(--blue-soft);color:var(--blue-strong)}.shipment-pagination__controls button.is-active{border-color:var(--blue);background:var(--blue);color:#fff}.shipment-pagination__controls button:disabled{cursor:not-allowed;opacity:.45}.shipment-data-table{table-layout:fixed}.shipment-data-table th{position:sticky;top:0;z-index:1;padding:14px 22px 14px 16px;background:#f4f7fb;color:#4b5563;font-size:11px;letter-spacing:.08em;white-space:nowrap;-webkit-user-select:none;user-select:none}.shipment-data-table td{padding:15px 16px;overflow:hidden;color:var(--text-body);text-overflow:ellipsis;white-space:nowrap}.shipment-column-resizer{position:absolute;top:0;right:-4px;bottom:0;z-index:2;width:9px;cursor:col-resize;touch-action:none}.shipment-column-resizer:after{content:"";position:absolute;top:22%;right:4px;width:1px;height:56%;background:#c9d1dc;transition:width .15s ease,background .15s ease}.shipment-column-resizer:hover:after,.is-resizing-column .shipment-column-resizer:after{width:2px;background:var(--blue)}body.is-resizing-column,body.is-resizing-column *{cursor:col-resize!important;-webkit-user-select:none!important;user-select:none!important}.shipment-data-table tbody tr:hover td{background:#f7faff}.shipment-data-table tbody tr.is-editable{cursor:pointer}.shipment-data-table tbody tr.is-editable:hover td,.shipment-data-table tbody tr.is-editable:focus-visible td{background:#eef7fd}.shipment-data-table tbody tr.is-editable:focus-visible{outline:2px solid rgba(29,111,224,.35);outline-offset:-2px}.shipment-reference{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--blue-strong);font-weight:700}.shipment-transport,.shipment-status{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:capitalize}.shipment-transport--air{background:#e0f2fe;color:#0369a1}.shipment-transport--sea{background:#dbeafe;color:#153e75}.shipment-transport--road{background:#dcfce7;color:#166534}.shipment-transport--trail{background:#f1e3d3;color:#7c3f16}.shipment-transport--standard{background:#eef2f7;color:#475569}.shipment-status--success{background:#e8f7ef;color:#137653}.shipment-status--pending{background:#fff4dd;color:#a85f07}.shipment-status--air{background:#f1eaff;color:#6941c6}.shipment-status-action{min-height:32px;padding:0 13px;border:none;border-radius:9px;color:#fff;font-size:12px;font-weight:800;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}.shipment-status-action:hover{transform:translateY(-1px)}.shipment-status-action--job{background:#16845b;box-shadow:0 6px 14px #16845b2e}.shipment-status-action--job:hover{background:#116b49}.shipment-status-action--split{background:#6941c6;box-shadow:0 6px 14px #6941c62e}.shipment-status-action--split:hover{background:#5634aa}.shipment-creation-error{padding:0;border:none;background:transparent;color:#b42318;font-size:12px;font-weight:700;text-align:left;text-decoration:underline}.shipment-row-action{min-width:64px;height:34px;padding:0 13px;border:none;border-radius:9px;background:var(--blue);color:#fff;font-size:12px;font-weight:700}.shipment-row-action--verify{background:#16845b}.shipment-row-action:disabled{cursor:not-allowed;background:#d8dde5;color:#78818e}.shipment-state{min-height:280px;padding:48px 24px;display:grid;place-items:center;align-content:center;text-align:center}.shipment-state strong{margin-top:12px;color:var(--text-strong);font-size:18px}.shipment-state p{max-width:620px;margin:7px 0 0;color:var(--text-muted);line-height:1.6}.shipment-state button{height:40px;margin-top:18px;padding:0 18px;border:none;border-radius:10px;background:var(--blue);color:#fff;font-weight:700}.shipment-state--error strong{color:#b42318}.shipment-state__spinner{width:34px;height:34px;border:3px solid var(--blue-soft);border-top-color:var(--blue);border-radius:50%;animation:auth-spin .8s linear infinite}.job-workspace{display:grid;gap:20px}.job-entry-card{min-height:270px;padding:26px;border:1px solid var(--line-soft);border-radius:20px;background:radial-gradient(circle at 100% 0%,rgba(29,111,224,.1),transparent 34%),#fff;box-shadow:0 14px 32px #0b12200d}.job-entry-card__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding-bottom:22px;border-bottom:1px solid var(--line-soft)}.job-entry-card__eyebrow{color:var(--blue-strong);font-size:11px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.job-entry-card__heading h2{margin:7px 0 0;color:var(--text-strong);font-size:26px}.job-entry-card__mode{padding:8px 12px;border-radius:999px;font-size:11px;font-weight:800}.job-entry-card__mode--create-job{background:#e8f7ef;color:#137653}.job-entry-card__mode--split{background:#f1eaff;color:#6941c6}.job-entry-details{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:22px 0 0}.job-entry-details div{min-width:0;padding:16px;border:1px solid var(--line-soft);border-radius:14px;background:var(--bg-surface-soft)}.job-entry-details dt{color:var(--text-muted);font-size:11px;font-weight:700;text-transform:uppercase}.job-entry-details dd{margin:8px 0 0;overflow:hidden;color:var(--text-strong);text-overflow:ellipsis;white-space:nowrap;font-weight:700}.job-entry-card__empty{min-height:215px;display:grid;place-items:center;align-content:center;text-align:center}.job-entry-card__empty strong{color:var(--text-strong);font-size:20px}.job-entry-card__empty p{max-width:560px;margin:8px 0 0;color:var(--text-muted);line-height:1.7}.job-context-banner{position:relative;min-height:132px;padding:24px 26px;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:24px;border-radius:20px;background:linear-gradient(105deg,#073766f7,#1469aeeb),#0b4c86;color:#fff;box-shadow:0 18px 38px #07396e2e}.job-context-banner:after{content:"";position:absolute;right:-70px;bottom:-110px;width:280px;height:280px;border:42px solid rgba(255,255,255,.08);border-radius:50%}.job-context-banner>div{position:relative;z-index:1}.job-context-banner__eyebrow{display:block;margin-bottom:8px;color:#a9d8ff;font-size:11px;font-weight:800;letter-spacing:.14em}.job-context-banner>div:first-child>strong{font-size:clamp(22px,3vw,34px);letter-spacing:-.025em}.job-context-banner p{margin:8px 0 0;color:#ffffffb8;font-size:13px}.job-context-banner__facts{display:grid;grid-template-columns:repeat(3,auto);gap:10px}.job-context-banner__facts span{min-width:112px;padding:12px 14px;border:1px solid rgba(255,255,255,.16);border-radius:12px;background:#ffffff17;color:#ffffffad;font-size:10px;text-transform:uppercase}.job-context-banner__facts strong{display:block;margin-top:5px;overflow:hidden;color:#fff;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.job-notice{padding:15px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid;border-radius:14px}.job-notice--info{border-color:#b8d8f5;background:#eef7ff;color:#175d95}.job-notice--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.job-notice--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.job-notice strong{font-size:14px}.job-notice p{margin:4px 0 0;color:inherit;font-size:13px;line-height:1.5}.job-notice button{padding:0 4px;border:none;background:transparent;color:inherit;font-size:22px;line-height:1}.job-form{display:grid;gap:18px}.job-panel,.job-results-panel{overflow:hidden;border:1px solid var(--line-soft);border-radius:20px;background:#fff;box-shadow:0 12px 28px #0b12200b}.job-panel{padding:24px}.job-panel__heading,.job-panel__title-group{display:flex;align-items:flex-start;gap:13px}.job-panel__heading{margin-bottom:22px}.job-panel__heading--actions{align-items:center;justify-content:space-between}.job-panel__heading>span,.job-panel__title-group>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:var(--blue-soft);color:var(--blue-strong);font-size:11px;font-weight:900}.job-panel__heading h2{margin:0;color:var(--text-strong);font-size:18px}.job-panel__heading p{margin:5px 0 0;color:var(--text-muted);font-size:12px}.job-form-grid{display:grid;gap:16px}.job-form-grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.job-form-grid label{min-width:0}.job-form-grid label>span{display:block;margin-bottom:7px;color:#526071;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.job-form-grid input{width:100%;height:43px;padding:0 12px;border:1px solid var(--line-strong);border-radius:10px;outline:none;background:#fbfcfe;color:var(--text-body);font-size:13px}.job-form-grid input:focus,.job-editor-table input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1d6fe01a}.job-transport-options{margin-top:18px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.job-transport-card{min-height:68px;padding:13px 14px;display:flex;align-items:center;gap:10px;border:1px solid var(--line-soft);border-radius:13px;background:#f8fafc;cursor:pointer;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.job-transport-card:hover{transform:translateY(-1px);border-color:#a8b9cc}.job-transport-card:has(input:checked){border-color:var(--blue);box-shadow:0 0 0 3px #1d6fe017}.job-transport-card--air:has(input:checked){background:#eef8ff}.job-transport-card--sea:has(input:checked){background:#edf3ff}.job-transport-card--road:has(input:checked){background:#effaf4}.job-transport-card--rail:has(input:checked){background:#faf5ef}.job-transport-card input{accent-color:var(--blue)}.job-transport-card strong,.job-transport-card small{display:block}.job-transport-card strong{color:var(--text-strong);font-size:13px}.job-transport-card small{margin-top:3px;color:var(--text-muted);font-size:10px}.job-panel__actions{display:flex;align-items:center;gap:9px}.job-panel__actions button,.job-file-button{min-height:38px;padding:0 14px;display:inline-flex;align-items:center;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--blue-strong);font-size:12px;font-weight:800;cursor:pointer}.job-panel__actions .job-edit-button{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 7px 16px #1d6fe029}.job-panel__actions .job-edit-button.is-editing{border-color:#16794f;background:#16794f;box-shadow:0 7px 16px #16794f2e}.job-panel__actions .job-split-button{border-color:#6941c6;background:#6941c6;color:#fff;box-shadow:0 7px 16px #6941c629}.job-panel__actions .job-split-button:hover:not(:disabled){border-color:#5634aa;background:#5634aa}.job-panel__actions button:disabled{cursor:wait;opacity:.55}.job-table-shell{max-width:100%;overflow:auto;border:1px solid var(--line-soft);border-radius:13px}.job-editor-table{width:100%;min-width:1760px;border-collapse:collapse;table-layout:fixed}.job-editor-table th{padding:12px 8px;border-right:1px solid #e5eaf0;border-bottom:1px solid var(--line-strong);background:#eef3f8;color:#475569;font-size:10px;letter-spacing:.035em;text-align:left;white-space:nowrap}.job-editor-table td{padding:7px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff}.job-editor-table tbody tr.is-selected td{background:#f8fbff}.job-editor-table th:nth-child(1),.job-editor-table td:nth-child(1){width:42px;text-align:center}.job-editor-table th:nth-child(2),.job-editor-table td:nth-child(2){width:48px}.job-editor-table th:nth-child(3),.job-editor-table td:nth-child(3),.job-editor-table th:nth-child(4),.job-editor-table td:nth-child(4){width:145px}.job-editor-table th:nth-child(5),.job-editor-table td:nth-child(5){width:130px}.job-editor-table th:nth-child(6),.job-editor-table td:nth-child(6){width:80px}.job-editor-table th:nth-child(7),.job-editor-table td:nth-child(7){width:95px}.job-editor-table th:nth-child(8),.job-editor-table td:nth-child(8),.job-editor-table th:nth-child(10),.job-editor-table td:nth-child(10),.job-editor-table th:nth-child(13),.job-editor-table td:nth-child(13){width:190px}.job-editor-table th:nth-child(9),.job-editor-table td:nth-child(9){width:80px}.job-editor-table th:nth-child(11),.job-editor-table td:nth-child(11),.job-editor-table th:nth-child(12),.job-editor-table td:nth-child(12){width:110px}.job-editor-table th:nth-child(14),.job-editor-table td:nth-child(14){width:66px}.job-editor-table input:not([type=checkbox]){width:100%;height:34px;padding:0 8px;border:1px solid transparent;border-radius:7px;outline:none;background:transparent;color:var(--text-body);font-size:11px}.job-editor-table input:not([type=checkbox]):hover{border-color:var(--line-strong);background:#fff}.job-editor-table__readonly-value{width:100%;min-height:34px;padding:0 8px;display:flex;align-items:center;justify-content:center;color:#526071;font-size:14px;line-height:1.35;overflow-wrap:anywhere}.job-editor-table.is-editing input:not([type=checkbox]){border-color:#c5d5e5;background:#fff}.job-editor-table input[type=checkbox]{accent-color:var(--blue)}.job-editor-table__number{color:var(--blue-strong);font-size:11px;font-weight:900;text-align:center}.job-row-delete{padding:5px 7px;border:none;background:transparent;color:#b42318;font-size:11px;font-weight:700}.job-row-delete:disabled{color:#aab2bd;cursor:not-allowed}.job-editor-table tfoot td{padding:12px;background:#f2f5f9;color:#334155;font-size:11px;font-weight:900}.job-submit-bar{padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #bad5ee;border-radius:18px;background:radial-gradient(circle at 90% 20%,rgba(29,111,224,.11),transparent 30%),#f3f8fd}.job-submit-bar>div:first-child>span,.job-results-panel__heading span{color:var(--blue-strong);font-size:10px;font-weight:900;letter-spacing:.12em}.job-submit-bar strong{display:block;margin-top:6px;color:var(--text-strong);font-size:19px}.job-submit-bar p{margin:4px 0 0;color:var(--text-muted);font-size:12px}.job-submit-bar__actions{min-width:min(480px,48%);display:flex;align-items:flex-end;flex-direction:column;gap:10px}.job-submit-bar__buttons{display:flex;gap:10px}.job-create-feedback{width:100%;padding:11px 13px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid;border-radius:11px}.job-create-feedback--info{border-color:#b8d8f5;background:#eef7ff;color:#175d95}.job-create-feedback--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.job-create-feedback--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.job-create-feedback strong{margin:0;color:inherit;font-size:12px}.job-create-feedback p{margin:3px 0 0;color:inherit;font-size:11px;line-height:1.45}.job-create-feedback>button{padding:0 2px;border:none;background:transparent;color:inherit;font-size:19px;line-height:1}.job-action-button{min-height:44px;padding:0 18px;border:none;border-radius:10px;color:#fff;font-size:12px;font-weight:900}.job-action-button--create{background:var(--blue);box-shadow:0 8px 18px #1d6fe033}.job-action-button--declaration{border:1px solid #9fc3df;background:#fff;color:#145b8f}.job-action-button:disabled{cursor:wait;opacity:.55}.job-results-panel__heading{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line-soft)}.job-results-panel__heading h2{margin:5px 0 0;color:var(--text-strong);font-size:18px}.job-results-panel__heading>strong{color:#137653;font-size:13px}.job-results-table-shell,.declaration-results-table-shell{max-width:100%;overflow-x:auto}.job-results-table,.declaration-results-table{width:100%;border-collapse:collapse}.job-results-table th,.job-results-table td,.declaration-results-table th,.declaration-results-table td{padding:12px 14px;border-right:1px solid #edf0f4;border-bottom:1px solid var(--line-soft);color:var(--text-body);text-align:left;font-size:11px;line-height:1.45;vertical-align:middle}.job-results-table th,.declaration-results-table th{background:#f4f7fa;color:#4b596a;font-size:10px;font-weight:900;letter-spacing:.045em;white-space:nowrap}.job-results-table tbody tr.is-success td,.declaration-results-table tbody tr.is-success td{background:#f7fcf9}.job-results-table tbody tr.is-error td,.declaration-results-table tbody tr.is-error td{background:#fff8f7}.job-results-table tbody tr.is-processing td{background:#f4f9fd}.job-results-table td strong,.declaration-results-table td strong{color:var(--text-strong);font-size:12px}.creation-result-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900;white-space:nowrap}.creation-result-status.is-success{background:#e6f6ed;color:#137653}.creation-result-status.is-error{background:#fdeceb;color:#b42318}.creation-result-status.is-processing{background:#e8f3fb;color:#176698}.job-declaration-followup{padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #a8d7c0;border-radius:18px;background:radial-gradient(circle at 92% 20%,rgba(31,154,105,.13),transparent 32%),#f0faf5;box-shadow:0 12px 26px #18704c12}.job-declaration-followup span{color:#137653;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.job-declaration-followup strong{display:block;margin-top:5px;color:#164b38;font-size:18px}.job-declaration-followup p{margin:5px 0 0;color:#557567;font-size:12px}.job-declaration-followup button{min-height:44px;padding:0 18px;border:none;border-radius:10px;background:#157852;color:#fff;font-size:12px;font-weight:900;white-space:nowrap;box-shadow:0 8px 18px #15785233}.declaration-workspace{width:100%;min-width:0;display:grid;grid-template-columns:minmax(0,1fr);gap:20px}.declaration-header-actions{display:flex;align-items:center;gap:10px}.declaration-secondary-button{min-height:42px;padding:0 15px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--text-body);font-size:12px;font-weight:800}.declaration-transfer-banner{width:100%;min-width:0;min-height:132px;padding:24px 26px;box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #bad5ee;border-radius:20px;background:radial-gradient(circle at 90% 20%,rgba(29,111,224,.12),transparent 34%),linear-gradient(110deg,#f1f7fd,#fbfdff)}.declaration-transfer-banner.is-created{border-color:#a8d7c0;background:radial-gradient(circle at 90% 20%,rgba(31,154,105,.12),transparent 34%),linear-gradient(110deg,#effaf5,#fbfefc)}.declaration-transfer-banner span,.declaration-job-panel__heading span,.declaration-empty-state--page>span{color:var(--blue-strong);font-size:10px;font-weight:900;letter-spacing:.13em}.declaration-transfer-banner.is-created span{color:#137653}.declaration-transfer-banner h2{margin:6px 0 0;color:var(--text-strong);font-size:20px}.declaration-transfer-banner p{margin:5px 0 0;color:var(--text-muted);font-size:12px}.declaration-transfer-banner>strong{max-width:36%;overflow:hidden;color:#134e7a;font-size:clamp(20px,3vw,30px);text-overflow:ellipsis;white-space:nowrap}.declaration-context-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.declaration-context-grid article{min-width:0;padding:17px 18px;border:1px solid var(--line-soft);border-radius:14px;background:#fff}.declaration-context-grid span{display:block;color:var(--text-muted);font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.declaration-context-grid strong{display:block;margin-top:7px;overflow:hidden;color:var(--text-strong);font-size:13px;text-overflow:ellipsis;white-space:nowrap}.declaration-context-grid input{width:100%;height:34px;margin-top:4px;padding:0;border:none;border-bottom:1px solid #c2d1df;outline:none;background:transparent;color:var(--text-strong);font-size:13px;font-weight:700}.declaration-context-grid input:focus{border-color:var(--blue)}.declaration-job-panel{overflow:hidden;border:1px solid var(--line-soft);border-radius:20px;background:#fff;box-shadow:0 12px 28px #0b12200b}.declaration-job-panel__heading{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line-soft)}.declaration-job-panel__heading h2{margin:5px 0 0;color:var(--text-strong);font-size:18px}.declaration-job-panel__heading>strong{color:var(--blue-strong);font-size:13px}.declaration-table-shell{overflow:auto}.declaration-table-shell table{width:100%;min-width:920px;border-collapse:collapse}.declaration-table-shell th,.declaration-table-shell td{padding:13px 15px;border-bottom:1px solid var(--line-soft);text-align:left;font-size:12px}.declaration-table-shell th{background:#f4f7fa;color:#526071;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.declaration-table-shell td{color:var(--text-body)}.declaration-job-status{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:10px;font-weight:900}.declaration-job-status.is-created{background:#e8f7ef;color:#137653}.declaration-job-status.is-draft{background:#edf3f8;color:#526071}.declaration-empty-state{min-height:190px;padding:28px;display:grid;place-items:center;align-content:center;text-align:center}.declaration-empty-state--page{min-height:360px;border:1px dashed #b7c6d6;border-radius:20px;background:#f8fafc}.declaration-empty-state strong{color:var(--text-strong);font-size:19px}.declaration-empty-state p{max-width:580px;margin:8px 0 0;color:var(--text-muted);font-size:13px;line-height:1.7}.declaration-empty-state button{min-height:40px;margin-top:18px;padding:0 15px;border:none;border-radius:9px;background:var(--blue);color:#fff;font-size:12px;font-weight:900}.declaration-notice{padding:15px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;border:1px solid;border-radius:14px}.declaration-notice--info{border-color:#b8d8f5;background:#eef7ff;color:#175d95}.declaration-notice--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.declaration-notice--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.declaration-notice strong{font-size:14px}.declaration-notice p{margin:4px 0 0;color:inherit;font-size:12px;line-height:1.55}.declaration-notice button{padding:0 4px;border:none;background:transparent;color:inherit;font-size:22px;line-height:1}.declaration-type-tabs{padding:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;border:1px solid var(--line-soft);border-radius:16px;background:#eef3f7}.declaration-type-tabs button{min-height:66px;padding:12px 18px;display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid transparent;border-radius:11px;background:transparent;color:var(--text-muted)}.declaration-type-tabs button.is-active{border-color:#b9cde0;background:#fff;color:var(--blue-strong);box-shadow:0 6px 15px #14446c14}.declaration-type-tabs.is-b2c button.is-active{border-color:#9fd7c0;color:#126b4b;box-shadow:0 6px 15px #126b4b17}.declaration-type-tabs strong{font-size:17px}.declaration-type-tabs span{font-size:11px}.declaration-panel,.declaration-results-panel{padding:24px;border:1px solid var(--line-soft);border-radius:20px;background:#fff;box-shadow:0 12px 28px #0b12200b}.declaration-panel--b2c,.declaration-data-panel--b2c{border-color:#b9dfce;background:radial-gradient(circle at 100% 0%,rgba(22,132,91,.055),transparent 24%),#fff}.declaration-results-panel{padding:0;overflow:hidden}.declaration-panel__heading{margin-bottom:22px;display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.declaration-results-panel>.declaration-panel__heading{padding:20px 22px;border-bottom:1px solid var(--line-soft)}.declaration-panel__heading--small,.declaration-panel__heading--actions{align-items:center}.declaration-panel__heading>div>span{color:var(--blue-strong);font-size:10px;font-weight:900;letter-spacing:.13em}.declaration-panel__heading h2{margin:5px 0 0;color:var(--text-strong);font-size:18px}.declaration-panel__heading p{margin:5px 0 0;color:var(--text-muted);font-size:12px}.declaration-panel__heading--small>button{min-height:38px;padding:0 13px;border:1px solid #9fc3df;border-radius:9px;background:#f1f8fd;color:#145b8f;font-size:11px;font-weight:800}.declaration-mode-pill{padding:7px 10px;border-radius:999px;background:#edf3f8;color:#526071;font-size:10px;font-weight:900;white-space:nowrap}.declaration-mode-pill--air{background:#e9f6ff;color:#176698}.declaration-mode-pill--sea{background:#e7eefb;color:#173f78}.declaration-mode-pill--road{background:#eaf7ef;color:#176b45}.declaration-mode-pill--rail{background:#f5eee5;color:#785537}.declaration-form-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.declaration-form-grid--compact{margin-top:18px;padding-top:18px;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px dashed var(--line-strong)}.declaration-form-grid label{min-width:0}.declaration-form-grid label>span{display:block;min-height:24px;margin-bottom:5px;color:#526071;font-size:9px;font-weight:800;letter-spacing:.035em;line-height:1.35;text-transform:uppercase}.declaration-form-grid input{width:100%;height:40px;padding:0 11px;border:1px solid var(--line-strong);border-radius:9px;outline:none;background:#fbfcfe;color:var(--text-body);font-size:12px}.declaration-form-grid input[readonly]{border-color:#d7e2ea;background:#f3f7fa;color:#657586;cursor:default}.declaration-form-grid input:focus,.declaration-editor-table input:focus,.declaration-subrow input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1d6fe01a}.declaration-party-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.declaration-party-grid--b2b{grid-template-columns:minmax(0,1fr)}.declaration-party-grid--b2b>article{max-width:none}.declaration-party-grid .declaration-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.declaration-panel__actions{display:flex;align-items:center;gap:8px}.declaration-panel__actions button,.declaration-button{min-height:39px;padding:0 14px;border:1px solid var(--line-strong);border-radius:9px;background:#fff;color:var(--blue-strong);font-size:11px;font-weight:900}.declaration-panel__actions .declaration-button--primary{border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 7px 16px #1d6fe029}.declaration-panel__actions .declaration-edit-data-button{border-color:var(--blue);background:#fff;color:var(--blue-strong)}.declaration-panel__actions .declaration-edit-data-button.is-editing{border-color:#16794f;background:#16794f;color:#fff;box-shadow:0 7px 16px #16794f2e}.declaration-data-panel--b2c .declaration-panel__actions .declaration-button--primary{border-color:#16845b;background:#16845b;box-shadow:0 7px 16px #16845b29}.declaration-form-grid--b2c-security{margin-top:18px;padding:18px;border:1px solid #c9e4d8;border-radius:13px;background:#f3faf6}.declaration-panel__actions button:disabled,.declaration-button:disabled{cursor:not-allowed;opacity:.5}.declaration-data-panel{padding-right:0;padding-left:0;overflow:hidden}.declaration-data-panel>.declaration-panel__heading{padding:0 24px}.declaration-editor-shell{max-width:100%;overflow:auto;border-bottom:1px solid var(--line-soft)}.declaration-editor-top-scroll{width:100%;height:17px;overflow-x:auto;overflow-y:hidden;border-top:1px solid var(--line-soft);border-bottom:1px solid #d5dee8;background:#f4f7fa}.declaration-editor-top-scroll>div{height:1px}.declaration-editor-table{width:100%;border-collapse:collapse;table-layout:fixed}.declaration-editor-table th{padding:12px 8px;border-right:1px solid #e5eaf0;border-bottom:1px solid var(--line-strong);background:#eef3f8;color:#475569;font-size:9px;letter-spacing:.035em;text-align:left;text-transform:uppercase;white-space:nowrap}.declaration-editor-table td{padding:7px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff;color:var(--text-body);font-size:11px}.declaration-editor-table tbody tr:has(input[type=checkbox]:checked) td{background:#f8fbff}.declaration-editor-table th:nth-child(1),.declaration-editor-table td:nth-child(1){width:64px;text-align:center}.declaration-editor-table th:nth-child(2),.declaration-editor-table td:nth-child(2){width:42px;text-align:center}.declaration-editor-table th:nth-child(3),.declaration-editor-table td:nth-child(3){width:52px}.declaration-row-expand{min-width:48px;height:30px;padding:0 7px;display:inline-flex;align-items:center;justify-content:center;gap:3px;border:1px solid #a9c9e2;border-radius:8px;background:#f1f8fd;color:#145b8f}.declaration-row-expand span{font-size:20px;line-height:1;transition:transform .18s ease}.declaration-row-expand small{min-width:14px;font-size:9px;font-weight:900}.declaration-editor-table tr.is-expanded .declaration-row-expand span{transform:rotate(90deg)}.declaration-row-expand:disabled{border-color:#d8e0e8;background:#f8fafc;color:#a0acb8;cursor:not-allowed}.declaration-editor-table input:not([type=checkbox]){width:100%;height:33px;padding:0 7px;border:1px solid transparent;border-radius:7px;outline:none;background:transparent;color:var(--text-body);font-size:10px}.declaration-editor-table input:not([type=checkbox]):hover{border-color:var(--line-strong);background:#fff}.declaration-editor-table__readonly-value,.declaration-items-table__readonly-value{width:100%;min-height:32px;padding:0 7px;display:flex;align-items:center;justify-content:center;color:#526071;line-height:1.35;overflow-wrap:anywhere}.declaration-editor-table__readonly-value{font-size:10px}.declaration-editor-table.is-editing input:not([type=checkbox]){border-color:#c5d5e5;background:#fff}.declaration-editor-table input[type=checkbox]{accent-color:var(--blue)}.declaration-subtable{width:100%;padding:14px;overflow:visible;background:#f7fafc}.declaration-items-row>td{padding:0;border-bottom:1px solid #b9cde0;background:#f7fafc}.declaration-items-row:hover>td{background:#f7fafc}.declaration-subtable__heading{position:sticky;top:-14px;z-index:2;margin:-14px -14px 12px;padding:13px 16px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #cbd9e5;background:#edf4fa}.declaration-subtable__heading span{display:block;color:var(--blue-strong);font-size:9px;font-weight:900;letter-spacing:.12em}.declaration-subtable__heading strong{display:block;margin-top:4px;color:var(--text-strong);font-size:12px}.declaration-subtable__heading button{min-height:32px;padding:0 11px;border:1px solid #a9c9e2;border-radius:8px;background:#fff;color:#145b8f;font-size:10px;font-weight:900}.declaration-subrow{padding:14px;border-bottom:1px solid var(--line-soft)}.declaration-items-table-shell{width:100%;overflow:visible;border:1px solid #cbd9e5;border-radius:10px;background:#fff}.declaration-items-table{border-collapse:separate;border-spacing:0;table-layout:fixed}.declaration-items-table thead th{position:sticky;top:0;z-index:1;height:42px;padding:8px 10px;border-right:1px solid #cbd5e1;border-bottom:1px solid #b7c7d6;background:#e8eef5;color:#435267;text-align:left;font-size:9px;font-weight:900;letter-spacing:.025em;white-space:nowrap}.declaration-items-table tbody td{height:44px;padding:5px 6px;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#fff}.declaration-items-table tbody tr:nth-child(2n) td{background:#f8fafc}.declaration-items-table tbody tr:hover td{background:#eef6fc}.declaration-items-table th:first-child,.declaration-items-table td:first-child{position:sticky;left:0;z-index:2}.declaration-items-table th:first-child{z-index:3;background:#dce8f2}.declaration-items-table td:first-child{background:#f3f7fa}.declaration-items-table input{width:100%;height:32px;padding:0 7px;border:1px solid transparent;border-radius:6px;outline:none;background:transparent;color:var(--text-body);font-size:10px}.declaration-items-table input:hover{border-color:#cbd5e1;background:#fff}.declaration-items-table input:focus{border-color:var(--blue);background:#fff;box-shadow:0 0 0 2px #1d6fe01a}.declaration-items-table__readonly-value{font-size:10px}.declaration-items-table.is-editing input{border-color:#c5d5e5;background:#fff}.declaration-submit-bar{padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:24px;border:1px solid #bad5ee;border-radius:18px;background:radial-gradient(circle at 90% 20%,rgba(29,111,224,.11),transparent 30%),#f3f8fd}.declaration-submit-bar span{color:var(--blue-strong);font-size:10px;font-weight:900;letter-spacing:.12em}.declaration-submit-bar strong{display:block;margin-top:6px;color:var(--text-strong);font-size:19px}.declaration-submit-bar p{margin:4px 0 0;color:var(--text-muted);font-size:12px}.declaration-button--create{min-height:46px;border:none;background:#157852;color:#fff;box-shadow:0 8px 18px #15785233}.declaration-submit-bar__actions{min-width:min(500px,50%);display:flex;align-items:flex-end;flex-direction:column;gap:10px}.declaration-create-feedback{width:100%;padding:11px 13px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid;border-radius:11px}.declaration-create-feedback--info{border-color:#b8d8f5;background:#eef7ff;color:#175d95}.declaration-create-feedback--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.declaration-create-feedback--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.declaration-create-feedback strong{color:inherit;font-size:12px}.declaration-create-feedback p{margin:3px 0 0;color:inherit;font-size:11px;line-height:1.45}.declaration-create-feedback>button{padding:0 2px;border:none;background:transparent;color:inherit;font-size:19px;line-height:1}.declaration-batch-actions{padding:14px 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line-soft);background:#f8fafc}.declaration-batch-panel{border-bottom:1px solid var(--line-soft);background:#f8fafc}.declaration-batch-panel .declaration-batch-actions{border-bottom:none}.declaration-result-feedback{margin:0 18px 14px;padding:11px 13px;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;border:1px solid;border-radius:11px}.declaration-result-feedback--info{border-color:#b8d8f5;background:#eef7ff;color:#175d95}.declaration-result-feedback--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.declaration-result-feedback--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.declaration-result-feedback strong{color:inherit;font-size:12px}.declaration-result-feedback p{margin:3px 0 0;color:inherit;font-size:11px;line-height:1.45}.declaration-result-feedback>button{padding:0 2px;border:none;background:transparent;color:inherit;font-size:19px;line-height:1}.declaration-batch-actions>div{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.declaration-batch-actions button{min-height:36px;padding:0 11px;border:1px solid #b9cde0;border-radius:8px;background:#fff;color:#145b8f;font-size:10px;font-weight:900}.declaration-batch-actions strong{margin-left:4px;color:var(--text-muted);font-size:11px}.declaration-batch-actions .declaration-button--primary{border-color:var(--blue);background:var(--blue);color:#fff}.declaration-batch-actions .declaration-button--query{border-color:#16845b;background:#16845b;color:#fff}.declaration-batch-actions button:disabled{cursor:wait;opacity:.55}.declaration-results-table{min-width:1120px}.declaration-results-table th.is-checkbox,.declaration-results-table td.is-checkbox{width:64px;text-align:center}.declaration-results-table input[type=checkbox]{accent-color:var(--blue)}.declaration-results-table td.is-reference{color:#145b8f;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.declaration-results-table td>small,.declaration-results-table td.is-error small{display:block;margin-top:4px;color:#b42318;font-size:9px}.declaration-results-table td.is-processing{color:#176698}.declaration-results-table td.is-success{color:#137653}.declaration-results-table td.is-error{color:#b42318}.declaration-result-actions{display:flex;gap:7px}.declaration-result-actions button{min-height:35px;padding:0 11px;border:1px solid #9fc3df;border-radius:8px;background:#fff;color:#145b8f;font-size:10px;font-weight:900}.amount-query-workspace{display:grid;gap:18px}.amount-query-panel{overflow:hidden;border:1px solid var(--line-soft);border-radius:20px;background:#fff;box-shadow:0 12px 28px #0b12200b}.amount-query-panel--search{padding:22px}.amount-query-search{display:flex;align-items:flex-end;justify-content:center;gap:12px}.amount-query-search label{width:min(420px,100%)}.amount-query-search label>span{display:block;margin-bottom:7px;color:#526071;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.amount-query-search input{width:100%;height:43px;padding:0 12px;border:1px solid var(--line-strong);border-radius:10px;outline:none;background:#fbfcfe;color:var(--text-body);font-size:13px}.amount-query-search input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #1d6fe01a}.amount-query-button{min-height:40px;padding:0 14px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--blue-strong);font-size:12px;font-weight:900;white-space:nowrap}.amount-query-button--primary{min-width:86px;border-color:var(--blue);background:var(--blue);color:#fff;box-shadow:0 7px 16px #1d6fe029}.amount-query-button--download{border-color:#0d7b61;background:#0d7b61;color:#fff;box-shadow:0 7px 16px #0d7b6129}.amount-query-button:disabled{cursor:wait;opacity:.55}.amount-query-notice{padding:13px 15px;border:1px solid;border-radius:14px;font-size:13px;font-weight:700}.amount-query-notice--info{border-color:#b8d8f5;background:#eef7ff;color:#175d95}.amount-query-notice--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.amount-query-notice--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.amount-query-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.amount-query-metrics article{min-width:0;padding:18px;border:1px solid var(--line-soft);border-radius:16px;background:#fff;box-shadow:0 10px 24px #0b12200a}.amount-query-metrics span,.amount-query-panel__heading span{color:var(--blue-strong);font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.amount-query-metrics strong{display:block;margin-top:7px;overflow:hidden;color:var(--text-strong);font-size:24px;text-overflow:ellipsis;white-space:nowrap}.amount-query-metrics small{display:block;margin-top:5px;color:var(--text-muted);font-size:11px}.amount-query-panel__heading{padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid var(--line-soft)}.amount-query-panel__heading h2{margin:5px 0 0;color:var(--text-strong);font-size:18px}.amount-query-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:9px}.amount-query-table-shell{max-width:100%;overflow-x:auto}.amount-query-table{width:100%;min-width:1040px;border-collapse:collapse;table-layout:fixed}.amount-query-table th{padding:12px 8px;border-right:1px solid #e5eaf0;border-bottom:1px solid var(--line-strong);background:#eef3f8;color:#475569;font-size:10px;letter-spacing:.035em;text-align:left;white-space:nowrap}.amount-query-table td{padding:10px 8px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff;color:var(--text-body);font-size:12px;vertical-align:middle;word-break:break-word}.amount-query-table tbody tr.is-selected td{background:#f8fbff}.amount-query-table th:nth-child(1),.amount-query-table td:nth-child(1){width:46px;text-align:center}.amount-query-table th:nth-child(2),.amount-query-table td:nth-child(2),.amount-query-table th:nth-child(3),.amount-query-table td:nth-child(3){width:150px}.amount-query-table th:nth-child(4),.amount-query-table td:nth-child(4){width:120px}.amount-query-table th:nth-child(5),.amount-query-table td:nth-child(5),.amount-query-table th:nth-child(6),.amount-query-table td:nth-child(6),.amount-query-table th:nth-child(7),.amount-query-table td:nth-child(7),.amount-query-table th:nth-child(8),.amount-query-table td:nth-child(8){width:104px;text-align:right}.amount-query-table th:nth-child(9),.amount-query-table td:nth-child(9){width:150px}.amount-query-table th:nth-child(10),.amount-query-table td:nth-child(10){width:70px;text-align:center}.amount-query-table input[type=checkbox]{accent-color:var(--blue)}.amount-query-money{color:#137653!important;font-variant-numeric:tabular-nums;font-weight:800}.amount-query-money--strong{color:#0f5f45!important}.amount-query-status{display:inline-flex;max-width:100%;min-height:26px;align-items:center;padding:0 9px;border-radius:999px;font-size:11px;font-weight:900}.amount-query-status.is-success{background:#e8f7ef;color:#116b49}.amount-query-status.is-error{background:#fff0ee;color:#a33228}.amount-query-detail-button{min-height:30px;padding:0 10px;border:1px solid #9fc3df;border-radius:8px;background:#fff;color:#145b8f;font-size:10px;font-weight:900}.amount-query-empty{height:110px;color:var(--text-muted)!important;text-align:center}.amount-query-table tfoot td{padding:12px 8px;background:#f0f7fd;color:#145b8f;font-size:12px;font-weight:900}.amount-query-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:120;display:grid;place-items:center;padding:24px;background:#0f172a75}.amount-query-dialog{position:relative;width:min(760px,100%);max-height:min(720px,calc(100vh - 48px));overflow:auto;padding:24px;border-radius:18px;background:#fff;box-shadow:0 24px 70px #0b12203d}.amount-query-dialog__close{position:absolute;top:16px;right:16px;width:34px;height:34px;border:1px solid #f0b8b3;border-radius:10px;background:#fff3f2;color:#a33228;font-size:20px;line-height:1}.amount-query-dialog__eyebrow{color:var(--blue-strong);font-size:10px;font-weight:900;letter-spacing:.14em}.amount-query-dialog h2{margin:6px 44px 18px 0;color:var(--text-strong);font-size:24px}.amount-query-dialog__summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0 0 18px}.amount-query-dialog__summary div{min-width:0;padding:12px;border:1px solid var(--line-soft);border-radius:12px;background:#f8fafc}.amount-query-dialog__summary dt{color:var(--text-muted);font-size:10px;font-weight:800;text-transform:uppercase}.amount-query-dialog__summary dd{margin:5px 0 0;overflow:hidden;color:var(--text-strong);font-size:13px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.amount-query-dialog__table-shell{overflow-x:auto;border:1px solid var(--line-soft);border-radius:12px}.amount-query-dialog__table{width:100%;border-collapse:collapse;table-layout:fixed}.amount-query-dialog__table th,.amount-query-dialog__table td{padding:10px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;font-size:12px}.amount-query-dialog__table th{background:#eef3f8;color:#475569;text-align:left}.amount-query-dialog__table td:not(:first-child){text-align:right;font-variant-numeric:tabular-nums}.b2b-workspace{display:grid;gap:18px}.b2b-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.b2b-metrics article{min-width:0;padding:18px;border:1px solid var(--line-soft);border-radius:16px;background:#fff;box-shadow:0 10px 24px #0b12200a}.b2b-metrics span,.b2b-result-summary span{display:block;color:#526071;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.b2b-metrics strong{display:block;margin-top:7px;color:var(--text-strong);font-size:25px;font-variant-numeric:tabular-nums}.b2b-metrics small{display:block;margin-top:5px;color:var(--text-muted);font-size:11px}.b2b-selection-panel,.b2b-result-panel{overflow:hidden;border:1px solid var(--line-soft);border-radius:20px;background:#fff;box-shadow:0 12px 28px #0b12200b}.b2b-panel-heading{min-height:82px;padding:18px 0;display:grid;grid-template-columns:minmax(0,3fr) minmax(320px,1fr);align-items:center;gap:0;border-bottom:1px solid var(--line-soft)}.b2b-step-heading{padding-left:22px;display:flex;align-items:flex-start;gap:13px}.b2b-step-heading>span{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:10px;background:var(--blue-soft);color:var(--blue-strong);font-size:11px;font-weight:900}.b2b-step-heading h2{margin:0;color:var(--text-strong);font-size:18px}.b2b-step-heading p{margin:5px 0 0;color:var(--text-muted);font-size:12px}.b2b-session-search{position:relative;width:100%;padding:0 22px}.b2b-session-search>span{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.b2b-session-search input{width:100%;height:42px;padding:0 14px 0 42px;border:1px solid var(--line-strong);border-radius:12px;outline:none;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;color:var(--text-body);font-size:13px;transition:border-color .16s ease,box-shadow .16s ease,background-color .16s ease}.b2b-session-search input:hover{border-color:#b8c4d1;background-color:#fbfdff}.b2b-session-search input::placeholder{color:#8a96a6}.b2b-session-search input:focus{border-color:var(--blue);background-color:#fff;box-shadow:0 0 0 3px #1d6fe01c}@media (max-width: 760px){.b2b-panel-heading{padding:18px 22px;grid-template-columns:1fr;align-items:stretch;gap:14px}.b2b-step-heading{padding-left:0}.b2b-session-search{width:100%;padding:0}}.b2b-selection-layout{display:grid;grid-template-columns:minmax(0,3fr) minmax(320px,1fr);height:clamp(540px,calc(100vh - 440px),820px);min-height:540px}.b2b-session-table-shell{position:relative;height:100%;max-height:none;overflow:auto;scrollbar-gutter:stable;border-right:1px solid var(--line-soft)}.b2b-session-table{width:100%;min-width:1200px;border-collapse:separate;border-spacing:0;table-layout:fixed}.b2b-session-table th{position:sticky;top:0;z-index:2;padding:12px 10px;border-right:1px solid #e5eaf0;border-bottom:1px solid var(--line-strong);background:#eef3f8;color:#475569;font-size:10px;letter-spacing:.035em;text-align:left;white-space:nowrap}.b2b-session-table td{height:56px;padding:9px 10px;border-right:1px solid #edf0f4;border-bottom:1px solid #edf0f4;background:#fff;color:var(--text-body);font-size:11px;vertical-align:middle}.b2b-session-table tbody tr{cursor:pointer}.b2b-session-table tbody tr:hover td{background:#f8fafc}.b2b-session-table tbody tr.is-selected td{background:#eef6ff}.b2b-session-table tbody tr.is-selected td:first-child{box-shadow:inset 3px 0 0 var(--blue)}.b2b-session-table th:nth-child(1),.b2b-session-table td:nth-child(1){width:54px;text-align:center}.b2b-session-table th:nth-child(2),.b2b-session-table td:nth-child(2){width:380px}.b2b-session-table th:nth-child(3),.b2b-session-table td:nth-child(3){width:180px}.b2b-session-table th:nth-child(4),.b2b-session-table td:nth-child(4){width:160px}.b2b-session-table input[type=checkbox]{width:16px;height:16px;accent-color:var(--blue)}.b2b-session-table td strong{display:block;overflow:hidden;color:var(--text-strong);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.b2b-session-table code{color:#145b8f;font-family:SFMono-Regular,Consolas,monospace;font-size:10px}.b2b-table-empty{height:180px!important;color:var(--text-muted)!important;text-align:center!important}.b2b-processing-rail{min-width:0;height:50%;min-height:430px;align-self:start;display:flex;flex-direction:column;padding:26px;background:#f8fafc}.b2b-processing-rail__eyebrow{color:#526071;font-size:10px;font-weight:900;letter-spacing:.12em}.b2b-processing-rail h2{margin:8px 0 20px;overflow:hidden;color:var(--text-strong);font-size:18px;text-overflow:ellipsis;white-space:nowrap}.b2b-processing-rail dl{flex:1;margin:0;display:grid;grid-template-rows:repeat(3,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line-soft);border-radius:12px;background:var(--line-soft)}.b2b-processing-rail dl div{min-width:0;display:flex;flex-direction:column;justify-content:center;padding:14px 16px;background:#fff}.b2b-processing-rail dt{color:var(--text-muted);font-size:10px;font-weight:800}.b2b-processing-rail dd{margin:4px 0 0;overflow:hidden;color:var(--text-strong);font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.b2b-generate-button,.b2b-download-button{min-height:42px;padding:0 16px;border:none;border-radius:10px;color:#fff;font-size:12px;font-weight:900}.b2b-generate-button{width:100%;margin-top:18px;background:var(--blue);box-shadow:0 8px 18px #1d6fe033}.b2b-download-button{flex-shrink:0;background:#147653;box-shadow:0 8px 18px #1476532e}.b2b-generate-button:disabled,.b2b-download-button:disabled{cursor:wait;opacity:.55}.b2b-processing-rail__empty{margin-top:18px;padding:18px;border:1px dashed #b7c5d3;border-radius:12px;color:var(--text-muted);font-size:12px;line-height:1.6}.b2b-notice{padding:14px 16px;display:flex;align-items:flex-start;justify-content:space-between;gap:16px;border:1px solid;border-radius:14px}.b2b-notice--info{border-color:#b8d8f5;background:#eef7ff;color:#175d95}.b2b-notice--success{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.b2b-notice--error{border-color:#f0b8b3;background:#fff3f2;color:#a33228}.b2b-notice strong{color:inherit;font-size:12px}.b2b-notice p{margin:4px 0 0;color:inherit;font-size:12px}.b2b-notice>button{padding:0 2px;border:none;background:transparent;color:inherit;font-size:19px;line-height:1}.b2b-processing-progress{padding:16px 18px;border:1px solid #b8d8f5;border-radius:14px;background:#f4f9fe}.b2b-processing-progress__bar{height:7px;overflow:hidden;border-radius:999px;background:#d9e7f3}.b2b-processing-progress__bar span{width:36%;height:100%;display:block;border-radius:inherit;background:var(--blue);animation:b2b-progress 1.1s ease-in-out infinite}@keyframes b2b-progress{0%{transform:translate(-110%)}to{transform:translate(300%)}}.b2b-processing-progress p{margin:9px 0 0;color:#175d95;font-size:12px;text-align:center}.b2b-result-summary{display:grid;grid-template-columns:1.5fr 1fr .7fr .7fr;border-bottom:1px solid var(--line-soft);background:#f8fafc}.b2b-result-summary div{min-width:0;padding:15px 18px;border-right:1px solid var(--line-soft)}.b2b-result-summary strong{display:block;margin-top:5px;overflow:hidden;color:var(--text-strong);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.b2b-preview-banner{margin:14px 18px 0;padding:10px 12px;border:1px solid #e7c66b;border-radius:10px;background:#fff9e8;color:#7c5c0d;font-size:11px;font-weight:700}.b2b-preview-table-shell{max-height:480px;margin:14px 18px 18px;overflow:auto;border:1px solid var(--line-soft);border-radius:12px}.b2b-preview-table{width:100%;border-collapse:separate;border-spacing:0;table-layout:fixed}.b2b-preview-table th{position:sticky;top:0;z-index:2;height:40px;padding:8px 9px;border-right:1px solid #cbd5e1;border-bottom:1px solid #b7c7d6;background:#e8eef5;color:#435267;font-size:9px;font-weight:900;text-align:left;white-space:nowrap}.b2b-preview-table td{height:38px;padding:6px 9px;overflow:hidden;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;background:#fff;color:var(--text-body);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.b2b-preview-table tbody tr:nth-child(2n) td{background:#f8fafc}.b2b-preview-table tbody tr:hover td{background:#eef6fc}.b2b-preview-empty{min-height:140px;display:grid;place-items:center;color:var(--text-muted);font-size:12px}.b2c-generate-button{background:#147653;box-shadow:0 8px 18px #14765333}.b2c-result-state{margin:16px 18px 18px;padding:15px 16px;display:flex;align-items:center;justify-content:space-between;gap:20px;border:1px solid;border-radius:12px}.b2c-result-state.is-complete{border-color:#a9ddc4;background:#edf9f3;color:#116b49}.b2c-result-state.is-skipped{border-color:#e7c66b;background:#fff9e8;color:#7c5c0d}.b2c-result-state span{display:block;color:inherit;font-size:10px;font-weight:900;text-transform:uppercase}.b2c-result-state strong{display:block;margin-top:4px;color:inherit;font-size:13px}.b2c-result-state p{margin:0;color:inherit;font-size:12px;line-height:1.5;text-align:right}.logistics-workspace{display:grid;gap:18px;color:var(--text-body)}.logistics-page-header{min-height:120px;display:flex;align-items:flex-end;justify-content:space-between;gap:28px;padding:2px 2px 8px}.logistics-page-header__eyebrow{margin:8px 0 5px;color:#2871bd;font-size:10px;font-weight:900;letter-spacing:0}.logistics-page-header h1{margin:0;color:var(--text-strong);font-size:42px;line-height:1.08;letter-spacing:0}.logistics-page-header__subtitle{max-width:760px;margin:9px 0 0;color:var(--text-muted);font-size:14px;line-height:1.65}.logistics-page-header__action{margin-bottom:4px}.logistics-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 17px;border:1px solid transparent;border-radius:11px;font-size:13px;font-weight:800;white-space:nowrap;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}.logistics-button:hover{transform:translateY(-1px)}.logistics-button--primary{border-color:#1764c4;background:#1c6fd3;color:#fff;box-shadow:0 9px 20px #1764c42e}.logistics-button--primary:hover{background:#155eba;box-shadow:0 11px 24px #1764c43d}.logistics-button--secondary{border-color:#d3dfeb;background:#fff;color:#36516d}.logistics-button--secondary:hover{border-color:#a9c8e8;background:#f5f9fd}.logistics-button--danger{margin-right:auto;border-color:#e4bcbc;background:#fff5f5;color:#a43f3f}.logistics-button--danger:hover{border-color:#d99d9d;background:#ffeded}.logistics-notice{min-height:50px;padding:10px 14px 10px 16px;display:flex;align-items:center;justify-content:space-between;gap:18px;border:1px solid #b9dfce;border-radius:12px;background:#f0faf5;color:#176746}.logistics-notice>div{display:flex;align-items:baseline;gap:10px}.logistics-notice strong,.logistics-notice span{font-size:12px}.logistics-notice button{padding:0 3px;border:none;background:transparent;color:inherit;font-size:20px}.logistics-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.logistics-metric{position:relative;min-height:112px;padding:18px 19px;overflow:hidden;border:1px solid #dfe7ef;border-radius:16px;background:#fff;box-shadow:0 9px 22px #0d30540a}.logistics-metric:after{content:"";position:absolute;top:19px;right:19px;width:8px;height:8px;border-radius:50%;background:#2676ca;box-shadow:0 0 0 6px #2676ca1a}.logistics-metric--enabled:after{background:#13855b;box-shadow:0 0 0 6px #13855b1a}.logistics-metric--disabled:after{background:#718096;box-shadow:0 0 0 6px #7180961a}.logistics-metric--business:after{background:#d18a16;box-shadow:0 0 0 6px #d18a161c}.logistics-metric>span{color:#67778a;font-size:12px;font-weight:800}.logistics-metric strong{display:block;margin:10px 0 4px;color:#10243a;font-size:30px;line-height:1}.logistics-metric small{color:#8a98a8;font-size:10px}.logistics-list-panel{min-width:0;overflow:hidden;border:1px solid #dce5ee;border-radius:18px;background:#fff;box-shadow:0 14px 32px #0d30540d}.logistics-list-panel__heading{min-height:76px;padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid #e6ebf1}.logistics-list-panel__heading p{margin:0 0 4px;color:#7892ac;font-size:9px;font-weight:900;letter-spacing:0}.logistics-list-panel__heading h2{margin:0;color:#18324c;font-size:18px}.logistics-list-panel__heading>span{color:#8291a1;font-size:11px}.logistics-filter-bar{padding:15px 20px;display:grid;grid-template-columns:minmax(280px,1fr) minmax(150px,190px) minmax(160px,210px) auto;gap:10px;border-bottom:1px solid #e8edf2;background:#fbfcfe}.logistics-search{position:relative;min-width:0}.logistics-search>span{position:absolute;top:50%;left:13px;color:#72869a;font-size:19px;line-height:1;transform:translateY(-52%);pointer-events:none}.logistics-search input,.logistics-filter-bar select{width:100%;height:42px;border:1px solid #d3dfeb;border-radius:10px;outline:none;background:#fff;color:#1f344b;font-size:12px;transition:border-color .16s ease,box-shadow .16s ease}.logistics-search input{padding:0 13px 0 40px}.logistics-filter-bar select{padding:0 12px}.logistics-search input:focus,.logistics-filter-bar select:focus{border-color:#438bd6;box-shadow:0 0 0 3px #1d6fe017}.logistics-search input::placeholder{color:#9ba8b5}.logistics-table-summary{padding:10px 20px;border-bottom:1px solid #edf0f4;color:#7a8998;font-size:11px}.logistics-table-summary strong{color:#264b70}.logistics-table-wrap{width:100%;overflow-x:auto}.logistics-table-wrap--fit{overflow-x:hidden}.logistics-table{width:100%;min-width:1120px;border-collapse:separate;border-spacing:0;table-layout:fixed}.logistics-table th{height:46px;padding:10px 13px;border-right:1px solid #e0e6ed;border-bottom:1px solid #d7e0e9;background:#f1f5f9;color:#4b5f73;font-size:10px;font-weight:900;letter-spacing:0;text-align:left;text-transform:none;white-space:nowrap}.logistics-table th:last-child,.logistics-table td:last-child{border-right:none}.logistics-table td{height:72px;padding:11px 13px;overflow:hidden;border-right:1px solid #edf0f3;border-bottom:1px solid #edf0f3;background:#fff;color:#314256;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.logistics-table tbody tr:hover td{background:#f9fbfd}.logistics-table__actions-heading{width:128px;text-align:right!important}.logistics-table--providers{min-width:820px}.logistics-table--providers .logistics-table__actions-heading,.logistics-table--providers th:last-child,.logistics-table--providers td:last-child{width:160px}.logistics-table--providers .logistics-table__actions-heading{text-align:center!important}.logistics-table--providers th,.logistics-table--providers td{padding-right:9px;padding-left:9px}.logistics-table--providers th:last-child,.logistics-table--providers td:last-child{padding-right:8px;padding-left:8px;overflow:visible}.logistics-table--providers .logistics-row-actions{width:100%;justify-content:center;gap:8px;flex-wrap:nowrap}.logistics-table--providers .logistics-row-actions button{flex:0 0 40px;min-width:40px;display:inline-flex;align-items:center;justify-content:center;padding-right:7px;padding-left:7px;text-align:center;white-space:nowrap}.logistics-table--center-actions .logistics-table__actions-heading,.logistics-table--center-actions th:last-child{text-align:center!important}.logistics-table--center-actions td:last-child{overflow:visible}.logistics-table--center-actions .logistics-row-actions{justify-content:center;flex-wrap:nowrap}.logistics-table--center-actions .logistics-row-actions button{display:inline-flex;align-items:center;justify-content:center;text-align:center;white-space:nowrap}.logistics-table--fit{width:100%;min-width:0!important}.logistics-table--fit th,.logistics-table--fit td{padding-right:8px;padding-left:8px}.logistics-table--fit td{height:auto;min-width:0;overflow:visible;line-height:1.4;overflow-wrap:anywhere;text-overflow:clip;white-space:normal;word-break:break-word}.logistics-table--fit .logistics-primary-cell strong,.logistics-table--fit .logistics-primary-cell small,.logistics-table--fit .logistics-contact-cell strong,.logistics-table--fit .logistics-contact-cell span,.logistics-table--fit .logistics-product-cell strong,.logistics-table--fit .logistics-product-cell small{overflow:visible;text-overflow:clip;white-space:normal;word-break:break-word}.logistics-table--fit .logistics-provider-badge{max-width:100%;justify-content:center;text-align:center;white-space:normal;overflow-wrap:anywhere}.logistics-table--products.logistics-table{min-width:1120px!important}.logistics-table--merchants.logistics-table{min-width:1040px!important}.logistics-table--products .logistics-table__actions-heading,.logistics-table--products th:last-child,.logistics-table--products td:last-child{width:18%}.logistics-table--merchants .logistics-table__actions-heading,.logistics-table--merchants th:last-child,.logistics-table--merchants td:last-child{width:14%}.logistics-table--fit .logistics-row-actions{width:100%;justify-content:center;gap:4px;flex-wrap:wrap}.logistics-table--fit .logistics-row-actions button{min-width:0;max-width:100%;padding-right:5px;padding-left:5px;white-space:nowrap;overflow-wrap:normal}.logistics-primary-cell{min-width:0;display:flex;align-items:center;gap:10px}.logistics-primary-cell>span{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border:1px solid #cce0f5;border-radius:9px;background:#edf5fd;color:#1764aa;font-size:13px;font-weight:900}.logistics-primary-cell>div,.logistics-contact-cell,.logistics-product-cell{min-width:0}.logistics-primary-cell strong,.logistics-contact-cell strong,.logistics-product-cell strong{display:block;overflow:hidden;color:#132a42;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.logistics-primary-cell small,.logistics-contact-cell span,.logistics-product-cell small{display:block;margin-top:4px;overflow:hidden;color:#8290a0;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.logistics-provider-badge{min-height:24px;display:inline-flex;align-items:center;padding:3px 8px;border-radius:7px;background:#eaf2fb;color:#245b91;font-size:9px;font-weight:900}.logistics-provider-badge--dpd-uk{background:#fdecef;color:#c4133e}.logistics-provider-badge--royal-mail{background:#fff1dc;color:#9a5a00}.logistics-provider-badge--dhl-express{background:#fff6ca;color:#7a5a00}.logistics-provider-badge--evri{background:#f0ebfb;color:#6545a5}.logistics-status{display:inline-flex;align-items:center;gap:6px;font-size:10px;font-weight:900}.logistics-status>span{width:7px;height:7px;border-radius:50%}.logistics-status--enabled{color:#168257}.logistics-status--enabled>span{background:#21ad74;box-shadow:0 0 0 4px #21ad741a}.logistics-status--disabled{color:#778494}.logistics-status--disabled>span{background:#98a4b1;box-shadow:0 0 0 4px #98a4b11f}.logistics-row-actions{display:flex;align-items:center;justify-content:flex-end;gap:5px}.logistics-row-actions.logistics-row-actions--stacked{flex-direction:column;align-items:stretch;gap:6px}.logistics-row-actions__row{display:flex;align-items:center;justify-content:center;gap:4px}.logistics-row-actions__row button{flex:1 1 0;min-width:0;max-width:100%}.logistics-row-actions__row--single{justify-content:flex-start}.logistics-row-actions__row--single button{flex:0 0 calc(50% - 2px);max-width:calc(50% - 2px)}.logistics-row-actions button{min-height:30px;padding:0 9px;border:1px solid #cadced;border-radius:8px;background:#f5f9fd;color:#1764aa;font-size:10px;font-weight:800}.logistics-row-actions button:hover{border-color:#8db8e1;background:#edf5fd}.logistics-row-actions button.is-danger{border-color:#edd2d2;background:#fff7f7;color:#a84646}.logistics-row-actions button.is-success{border-color:#bfe2d2;background:#f1faf6;color:#147551}.logistics-table__empty{height:180px!important;text-align:center}.logistics-table__empty strong,.logistics-table__empty span{display:block}.logistics-tabs{display:flex;gap:6px;padding:5px;width:fit-content;border:1px solid #dce5ee;border-radius:14px;background:#fff;box-shadow:0 8px 20px #0d30540a}.logistics-tabs__tab{min-height:40px;padding:0 22px;border:none;border-radius:9px;background:transparent;color:#53677c;font-size:13px;font-weight:800;cursor:pointer;transition:background .18s ease,color .18s ease,box-shadow .18s ease}.logistics-tabs__tab:hover{background:#f2f7fc}.logistics-tabs__tab.is-active{background:#1c6fd3;color:#fff;box-shadow:0 8px 18px #1764c438}.logistics-filter-bar--three{grid-template-columns:minmax(280px,1fr) minmax(150px,190px) auto}.logistics-cred-badge{display:inline-flex;align-items:center;padding:3px 10px;border-radius:999px;font-size:10px;font-weight:800}.logistics-cred-badge.is-ok{border:1px solid #bfe2d2;background:#f1faf6;color:#147551}.logistics-cred-badge.is-missing{border:1px solid #e4e9ef;background:#f4f6f9;color:#8090a0}.logistics-table__empty strong{color:#334b63;font-size:13px}.logistics-table__empty span{margin-top:5px;color:#8290a0;font-size:11px}.logistics-pagination{min-height:58px;padding:10px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fbfcfd;color:#778697;font-size:11px}.logistics-pagination>div{display:flex;align-items:center;gap:5px}.logistics-pagination button{min-width:32px;height:32px;padding:0 9px;border:1px solid #d7e0e9;border-radius:8px;background:#fff;color:#455b72;font-size:10px;font-weight:800}.logistics-pagination button.is-active{border-color:#1c6fd3;background:#1c6fd3;color:#fff}.logistics-pagination button:disabled{cursor:not-allowed;opacity:.42}.logistics-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:grid;place-items:center;padding:24px;background:#08192c94;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.logistics-dialog{width:min(680px,100%);max-height:min(760px,calc(100vh - 48px));overflow-y:auto;border:1px solid #d9e4ee;border-radius:17px;background:#fff;box-shadow:0 28px 70px #05162b47}.logistics-dialog--wide{width:min(860px,100%)}.logistics-dialog__notice{padding:11px 24px;border-bottom:1px solid #e5ebf1;background:#fff8e8;color:#805b16;font-size:11px;line-height:1.55}.logistics-dialog__header{padding:22px 24px 18px;display:flex;align-items:flex-start;justify-content:space-between;gap:20px;border-bottom:1px solid #e5ebf1}.logistics-dialog__header p{margin:0 0 5px;color:#6f8daa;font-size:9px;font-weight:900;letter-spacing:0}.logistics-dialog__header h2{margin:0;color:#142c45;font-size:22px}.logistics-dialog__close{width:32px;height:32px;display:grid;place-items:center;flex:0 0 auto;padding:0;border:1px solid #dbe4ec;border-radius:9px;background:#f7f9fb;color:#637487;font-size:20px}.logistics-dialog__grid{padding:22px 24px 24px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.logistics-form-field{min-width:0;display:grid;gap:7px}.logistics-form-field>span{color:#486078;font-size:11px;font-weight:800}.logistics-form-field b{margin-left:3px;color:#d34545}.logistics-form-field input,.logistics-form-field select,.logistics-form-field textarea{width:100%;padding:0 12px;border:1px solid #d2deea;border-radius:10px;outline:none;background:#fbfdff;color:#1f344b;font-size:12px}.logistics-form-field input,.logistics-form-field select{height:43px}.logistics-form-field textarea{min-height:116px;padding-top:10px;padding-bottom:10px;resize:vertical;font-family:SFMono-Regular,Consolas,monospace;line-height:1.5}.logistics-form-field input:focus,.logistics-form-field select:focus,.logistics-form-field textarea:focus{border-color:#438bd6;background:#fff;box-shadow:0 0 0 3px #1d6fe017}.logistics-form-field--full{grid-column:1 / -1}.logistics-form-field small{color:#718196;font-size:10px;line-height:1.6;overflow-wrap:anywhere}.logistics-form-field input::placeholder{color:#9aa8b6}.logistics-dialog__footer{padding:15px 24px;display:flex;align-items:center;justify-content:flex-end;gap:9px;border-top:1px solid #e5ebf1;background:#f8fafc}.logistics-dialog__merchant{padding:14px 24px;display:flex;flex-wrap:wrap;align-items:baseline;gap:10px;border-bottom:1px solid #e5ebf1}.logistics-dialog__merchant>b{color:#142c45;font-size:15px;font-weight:700}.logistics-dialog__merchant>span{color:#6f8daa;font-size:12px}.logistics-dialog__merchant .logistics-form-field--full{flex:1 1 100%}.logistics-dialog__body{padding:20px 24px 24px;display:grid;gap:24px}.logistics-dialog__section>h3{margin:0 0 12px;color:#2b4a6b;font-size:14px;font-weight:800}.logistics-dialog__hint{margin:0;color:#718196;font-size:12px;line-height:1.6}.logistics-channel-list{display:grid;gap:9px;padding:18px 24px 24px;border-top:1px solid #e5ebf1;background:#fbfcfe}.logistics-channel-item{min-height:62px;padding:11px 13px;display:flex;align-items:center;justify-content:space-between;gap:16px;border:1px solid #dce5ee;border-radius:10px;background:#fff}.logistics-channel-item strong,.logistics-channel-item span{display:block}.logistics-channel-item strong{color:#18324c;font-size:12px}.logistics-channel-item span{margin-top:4px;color:#718196;font-size:10px}.logistics-channel-list__empty{padding:16px;border:1px dashed #cad7e3;border-radius:10px;color:#718196;font-size:11px;text-align:center}@media (max-width: 1120px){.page-shell{grid-template-columns:210px minmax(0,1fr)}.page-shell.is-sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.account-welcome{min-height:128px;padding:24px}.shipment-page-header,.shipment-list-panel__toolbar{align-items:stretch;flex-direction:column}.shipment-metrics,.job-entry-details{grid-template-columns:repeat(2,minmax(0,1fr))}.job-context-banner{align-items:flex-start;flex-direction:column}.declaration-context-grid,.amount-query-metrics,.amount-query-dialog__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.b2b-selection-layout{grid-template-columns:1fr;height:auto;min-height:0}.b2b-panel-heading{padding:18px 22px;grid-template-columns:1fr;gap:14px}.b2b-step-heading{padding-left:0}.b2b-session-search{padding:0}.b2b-session-table-shell{height:540px;border-right:none;border-bottom:1px solid var(--line-soft)}.b2b-processing-rail{width:100%;height:auto;min-height:430px}.b2b-result-summary{grid-template-columns:repeat(2,minmax(0,1fr))}.logistics-filter-bar{grid-template-columns:minmax(240px,1fr) repeat(2,minmax(140px,180px)) auto}.declaration-form-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.declaration-party-grid{grid-template-columns:1fr}.job-form-grid--three,.job-transport-options{grid-template-columns:repeat(2,minmax(0,1fr))}.shipment-filters{justify-content:flex-start}.workspace__header,.hero-grid{display:grid;grid-template-columns:1fr}.overview-grid,.home-layout-notes,.filters{grid-template-columns:1fr 1fr}}@media (max-width: 860px){.page-shell,.page-shell.is-sidebar-collapsed{grid-template-columns:minmax(0,1fr)}.sidebar{position:fixed;inset:0 auto 0 0;width:min(320px,calc(100vw - 48px));border-right:1px solid var(--line-strong);box-shadow:20px 0 48px #071f3d33;transform:translate(-105%);transition:transform .24s ease}.page-shell.is-mobile-nav-open .sidebar{transform:translate(0)}.page-shell.is-sidebar-collapsed .sidebar__brand{justify-content:flex-start;padding:0 20px}.page-shell.is-sidebar-collapsed .sidebar__logo-text{display:block}.page-shell.is-sidebar-collapsed .sidebar__nav{display:flex}.page-shell.is-sidebar-collapsed .sidebar__account{display:block}.page-shell.is-sidebar-collapsed .sidebar__user{justify-content:flex-start;padding:16px 18px}.page-shell.is-sidebar-collapsed .sidebar__user-copy,.page-shell.is-sidebar-collapsed .sidebar__user-caret{display:block}.page-shell.is-sidebar-collapsed .sidebar__avatar{width:44px;height:44px}.sidebar__collapse-toggle{display:none}.sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25;display:block;padding:0;border:none;background:#071f3d66;opacity:0;pointer-events:none;transition:opacity .24s ease}.page-shell.is-mobile-nav-open .sidebar-backdrop{opacity:1;pointer-events:auto}.topbar{padding-right:16px}.topbar__nav-toggle{width:48px;height:48px;display:grid;place-content:center;gap:5px;align-self:center;padding:0;border:none;border-radius:12px;background:transparent}.topbar__nav-toggle:hover{background:#ffffff24}.topbar__nav-toggle span{width:20px;height:2px;display:block;border-radius:999px;background:#fff}.topbar__item--home{padding:0 18px}}@media (max-width: 680px){.page-shell{--shell-header-height: 64px}.workspace{padding:16px}.account-welcome{min-height:112px;margin-bottom:18px;padding:20px;gap:16px}.account-welcome__avatar{width:56px;height:56px;border-width:4px;font-size:16px}.workspace__header{padding-bottom:18px}.workspace__title{font-size:clamp(28px,9vw,36px)}.hero-card__title{font-size:clamp(25px,8vw,32px)}.summary-grid,.overview-grid,.home-layout-notes,.filters{grid-template-columns:1fr}.table-card__header{align-items:stretch;flex-direction:column}.shipment-metrics{grid-template-columns:1fr}.shipment-filters{display:grid;grid-template-columns:1fr}.shipment-search{min-width:0}.shipment-pagination{align-items:flex-start;flex-direction:column}.shipment-pagination__controls{max-width:100%;flex-wrap:wrap}.job-entry-details{grid-template-columns:1fr}.job-context-banner__facts,.job-form-grid--three,.job-transport-options{width:100%;grid-template-columns:1fr}.job-panel__heading--actions,.job-submit-bar,.job-results-panel__heading,.job-declaration-followup,.declaration-transfer-banner,.declaration-panel__heading--actions,.declaration-submit-bar,.amount-query-panel__heading,.amount-query-search,.b2b-panel-heading{align-items:stretch;flex-direction:column}.amount-query-metrics,.amount-query-dialog__summary,.b2b-metrics,.b2b-result-summary{grid-template-columns:1fr}.b2b-session-search{width:100%}.b2b-result-summary div{border-right:none;border-bottom:1px solid var(--line-soft)}.b2c-result-state{align-items:flex-start;flex-direction:column}.logistics-page-header{align-items:stretch;flex-direction:column}.logistics-page-header__action{align-self:flex-start}.logistics-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.logistics-filter-bar{grid-template-columns:1fr 1fr}.logistics-filter-bar .logistics-search{grid-column:1 / -1}.logistics-filter-bar .logistics-button{grid-column:auto}.b2c-result-state p{text-align:left}.amount-query-search label{width:100%}.amount-query-actions{justify-content:stretch}.amount-query-actions .amount-query-button{flex:1}.declaration-submit-bar__actions{min-width:0;align-items:stretch}.job-panel__actions,.job-submit-bar__actions,.job-submit-bar__buttons{flex-wrap:wrap}.job-submit-bar__actions{min-width:0;align-items:stretch}.job-action-button{flex:1}.job-results-list article{grid-template-columns:1fr}.declaration-header-actions{align-items:stretch;flex-direction:column}.declaration-context-grid,.declaration-type-tabs,.declaration-form-grid,.declaration-form-grid--compact,.declaration-party-grid .declaration-form-grid{grid-template-columns:1fr}.declaration-type-tabs button{align-items:flex-start;flex-direction:column}.declaration-panel__heading--small,.declaration-results-list article,.declaration-batch-actions{align-items:stretch;flex-direction:column}.declaration-panel__actions,.declaration-result-actions{flex-wrap:wrap}.declaration-subtable{right:auto;left:0;width:min(660px,calc(100vw - 64px))}.declaration-subrow{grid-template-columns:1fr}.declaration-transfer-banner>strong{max-width:100%}}@media (max-width: 520px){.topbar__actions{display:none}.topbar__item--home{padding:0 14px}.account-welcome__title{font-size:22px;overflow-wrap:anywhere}.hero-card,.overview-card,.home-layout-notes__item{padding:16px}.logistics-metrics,.logistics-filter-bar,.logistics-dialog__grid{grid-template-columns:1fr}.logistics-page-header h1{font-size:34px}.logistics-filter-bar .logistics-search{grid-column:auto}.logistics-list-panel__heading,.logistics-pagination,.logistics-notice>div{align-items:flex-start;flex-direction:column}.logistics-pagination>div{max-width:100%;flex-wrap:wrap}.logistics-dialog-backdrop{padding:12px}.logistics-dialog__footer .logistics-button{flex:1}}.workspace,.business-page,.printing-workspace,.b2b-workspace,.shipment-workspace,.job-workspace,.declaration-workspace,.amount-query-workspace,button,input,select,textarea{font-size:15px}.workspace__subtitle,.shipment-page-header__subtitle,.business-page__header p:last-child,.printing-page-header p:last-child,.customs-panel__heading p,.b2b-step-heading p,.b2b-panel-heading p,.shipment-list-panel__toolbar p,.job-panel__heading p,.declaration-panel__heading p,.customs-table-scroll table,.printing-table,.shipment-data-table,.b2b-session-table,.amount-query-table,.declaration-table,.customs-table-scroll td,.printing-table td,.shipment-data-table td,.b2b-session-table td,.amount-query-table td,.declaration-table td,.b2b-generate-button,.b2b-download-button,.shipment-row-action,.shipment-status-action,.printing-button,.declaration-button,.job-action-button,.amount-query-button{font-size:15px}.workspace__breadcrumb,.eyebrow,.customs-composer-toolbar span,.customs-bulk-fill header span,.customs-form-grid label,.customs-dropzone span,.printing-field>span,.b2b-processing-rail__eyebrow,.shipment-metric__label,.job-panel__heading>span,.declaration-panel__heading>span,.customs-table-scroll th,.printing-table th,.shipment-data-table th,.b2b-session-table th,.amount-query-table th,.declaration-table th,.b2b-session-table code,.mono,.b2b-session-table td strong,.b2b-processing-rail dt{font-size:15px}.customs-form-grid input,.customs-form-grid select,.customs-form-grid textarea,.printing-field input,.printing-field select,.printing-field textarea,.job-form-grid input,.job-form-grid select,.job-form-grid textarea,.declaration-form-grid input,.declaration-form-grid select,.declaration-form-grid textarea,.amount-query-search input,.b2b-session-search input,.b2b-processing-rail dd,.nav-tree__group,.nav-tree__leaf,.topbar__item{font-size:15px}table th,table td{text-align:center!important;vertical-align:middle}table input:not([type=checkbox]):not([type=radio]),table select,table textarea{text-align:center}.b2b-processing-rail__title{margin:8px 0 20px;display:flex;align-items:baseline;justify-content:space-between;gap:12px}.b2b-processing-rail__title h2{flex:0 0 auto;margin:0;font-size:19px}.b2b-processing-rail__title span{color:var(--text-muted);font-size:12px;line-height:1.45;text-align:right}.b2b-processing-rail dt,.b2b-processing-rail dd{font-size:16px}.job-form-grid label>span{font-size:13px}.job-form-grid input,.job-form-grid select,.job-form-grid textarea,.job-transport-card strong{font-size:16px}.job-transport-card small{font-size:12px}.job-editor-table th{font-size:13px}.job-editor-table td,.job-editor-table input:not([type=checkbox]),.job-editor-table__number{font-size:14px}.job-row-delete{font-size:13px}.declaration-form-grid label>span{font-size:12px}.printing-parcel__fields .printing-field>span{font-size:13px}.printing-parcel__fields .printing-field input{font-size:14px}.b2b-workspace{--b2b-tech-bg: #090a0c;--b2b-tech-panel: #101216;--b2b-tech-panel-raised: #16181d;--b2b-tech-line: rgba(255, 255, 255, .1);--b2b-tech-line-strong: rgba(255, 255, 255, .18);--b2b-tech-text: #f4f4f2;--b2b-tech-muted: #92969e;position:relative;isolation:isolate;padding:26px;overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:28px;background:radial-gradient(circle at 78% -8%,rgba(255,255,255,.12),transparent 28%),radial-gradient(circle at 18% 18%,rgba(255,255,255,.045),transparent 24%),var(--b2b-tech-bg);color:var(--b2b-tech-text);box-shadow:0 30px 80px #080a0e33}.b2b-workspace:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:.22;background-image:radial-gradient(rgba(255,255,255,.22) .8px,transparent .8px);background-size:34px 34px;-webkit-mask-image:linear-gradient(to bottom,#000,transparent 46%);mask-image:linear-gradient(to bottom,#000,transparent 46%)}.b2b-workspace .shipment-page-header{position:relative;z-index:1;padding:8px 4px 10px}.b2b-workspace .workspace__breadcrumb{color:#777c85;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.b2b-workspace .shipment-page-header__title{color:var(--b2b-tech-text);font-size:clamp(32px,3vw,46px);font-weight:500;letter-spacing:-.04em}.b2b-workspace .shipment-page-header__subtitle{color:var(--b2b-tech-muted)}.b2b-workspace .shipment-refresh-button{min-height:44px;padding:0 20px;border-color:#f1f1ef;border-radius:999px;background:#f1f1ef;color:#111216;box-shadow:0 8px 28px #ffffff1f}.b2b-workspace .shipment-refresh-button:hover:not(:disabled){border-color:#fff;background:#fff;transform:translateY(-1px)}.b2b-workspace .b2b-selection-panel,.b2b-workspace .b2b-result-panel{position:relative;border-color:var(--b2b-tech-line-strong);border-radius:24px;background:#101216f0;box-shadow:0 26px 60px #00000052,inset 0 1px #ffffff09;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.b2b-workspace .b2b-panel-heading{border-color:var(--b2b-tech-line);background:#ffffff05}.b2b-workspace .b2b-step-heading>span{border:1px solid var(--b2b-tech-line-strong);border-radius:50%;background:#1b1d22;color:#f5f5f3;box-shadow:inset 0 1px #ffffff0f}.b2b-workspace .b2b-step-heading h2{color:var(--b2b-tech-text);font-weight:650;letter-spacing:-.02em}.b2b-workspace .b2b-step-heading p{color:var(--b2b-tech-muted)}.b2b-workspace .b2b-session-search input{border-color:var(--b2b-tech-line-strong);background-color:#ffffff0e;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%239a9da5' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='m16 16 4 4'/%3E%3C/svg%3E");color:var(--b2b-tech-text);box-shadow:inset 0 1px #ffffff08}.b2b-workspace .b2b-session-search input:hover{border-color:#ffffff47;background-color:#ffffff13}.b2b-workspace .b2b-session-search input::placeholder{color:#777b83}.b2b-workspace .b2b-session-search input:focus{border-color:#ffffff85;background-color:#ffffff14;box-shadow:0 0 0 3px #ffffff14}.b2b-workspace .b2b-session-table-shell{border-color:var(--b2b-tech-line);scrollbar-color:#555961 #14161a}.b2b-workspace .b2b-session-table-shell::-webkit-scrollbar,.b2b-workspace .b2b-preview-table-shell::-webkit-scrollbar{width:10px;height:10px}.b2b-workspace .b2b-session-table-shell::-webkit-scrollbar-track,.b2b-workspace .b2b-preview-table-shell::-webkit-scrollbar-track{background:#14161a}.b2b-workspace .b2b-session-table-shell::-webkit-scrollbar-thumb,.b2b-workspace .b2b-preview-table-shell::-webkit-scrollbar-thumb{border:2px solid #14161a;border-radius:999px;background:#555961}.b2b-workspace .b2b-session-table th,.b2b-workspace .b2b-preview-table th{border-color:var(--b2b-tech-line);background:#181a1f;color:#aeb1b8;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.b2b-workspace .b2b-session-table td,.b2b-workspace .b2b-preview-table td{border-color:#fff1;background:#101216;color:#c7c9ce}.b2b-workspace .b2b-session-table tbody tr:hover td,.b2b-workspace .b2b-preview-table tbody tr:hover td{background:#1a1d22}.b2b-workspace .b2b-session-table tbody tr.is-selected td{background:#22252b}.b2b-workspace .b2b-session-table tbody tr.is-selected td:first-child{box-shadow:inset 3px 0 #f2f2ef}.b2b-workspace .b2b-session-table input[type=checkbox]{accent-color:#f2f2ef}.b2b-workspace .b2b-session-table code{color:#f0f0ed}.b2b-workspace .b2b-session-table td strong{color:#e7e7e4}.b2b-workspace .b2b-table-empty{color:var(--b2b-tech-muted)!important}.b2b-result-dialog__message{margin:0 0 14px;font-size:14px;color:#606266}.b2b-result-dialog__meta{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin:0}.b2b-result-dialog__meta>div{padding:10px 14px;border:1px solid #ebeef5;border-radius:10px;background:#f5f7fa}.b2b-result-dialog__meta dt{margin-bottom:4px;font-size:12px;color:#909399}.b2b-result-dialog__meta dd{margin:0;font-size:14px;font-weight:600;color:#303133;word-break:break-all}.b2b-result-dialog__meta dd code{font-size:13px}.b2b-result-dialog--loading{min-height:200px;display:flex;align-items:center;justify-content:center}.b2b-result-dialog--loading .super-loading{position:static}.b2b-result-dialog--loading .super-loading__spinner{border-color:#409eff2e;border-top-color:#409eff}.b2b-result-dialog--loading .super-loading__text{color:#606266}.page-shell .workspace .b2b-workspace>.b2b-selection-panel:has(>.super-table){grid-row:1 / -1;grid-template-rows:minmax(0,1fr);min-height:480px;max-height:100%}.b2b-workspace .b2b-selection-panel>.super-table{min-height:0;height:100%}.b2b-workspace .b2b-processing-rail{border-left:1px solid var(--b2b-tech-line);background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 32%),#13151a}.b2b-workspace .b2b-processing-rail__eyebrow{color:#858991}.b2b-workspace .b2b-processing-rail__title h2{color:var(--b2b-tech-text)}.b2b-workspace .b2b-processing-rail__title span{color:#7d8189}.b2b-workspace .b2b-processing-rail dl{border-color:var(--b2b-tech-line);background:var(--b2b-tech-line)}.b2b-workspace .b2b-processing-rail dl div{background:#181a1f}.b2b-workspace .b2b-processing-rail dt{color:#888c94}.b2b-workspace .b2b-processing-rail dd{color:#f1f1ee}.b2b-workspace .b2b-generate-button,.b2b-workspace .b2b-download-button,.b2b-workspace .b2c-generate-button{border:1px solid #f3f3f0;border-radius:999px;background:#f3f3f0;color:#111216;box-shadow:0 10px 30px #ffffff1c}.b2b-workspace .b2b-generate-button:hover:not(:disabled),.b2b-workspace .b2b-download-button:hover:not(:disabled){background:#fff;transform:translateY(-1px)}.b2b-workspace .b2b-generate-button:disabled,.b2b-workspace .b2b-download-button:disabled{border-color:#ffffff1f;background:#ffffff12;color:#676b73;box-shadow:none}.b2b-workspace .b2b-notice,.b2b-workspace .b2b-processing-progress{border-color:var(--b2b-tech-line-strong);background:#15171c;color:#d7d8dc}.b2b-workspace .b2b-processing-progress__bar{background:#292c32}.b2b-workspace .b2b-processing-progress__bar span{background:#f0f0ed}.b2b-workspace .b2b-processing-progress p{color:#b7bac1}.b2b-workspace .b2b-result-summary{border-color:var(--b2b-tech-line);background:#13151a}.b2b-workspace .b2b-result-summary div{border-color:var(--b2b-tech-line)}.b2b-workspace .b2b-result-summary span{color:#868a92}.b2b-workspace .b2b-result-summary strong{color:#f0f0ed}.b2b-workspace .b2b-preview-banner,.b2b-workspace .b2c-result-state{border-color:var(--b2b-tech-line-strong);background:#1b1d22;color:#d7d8dc}.b2b-workspace .b2b-preview-table-shell{border-color:var(--b2b-tech-line);background:#101216;scrollbar-color:#555961 #14161a}.b2b-workspace .b2b-preview-table tbody tr:nth-child(2n) td{background:#13151a}.b2b-workspace .b2b-preview-empty{color:var(--b2b-tech-muted)}@media (max-width: 760px){.b2b-workspace{padding:16px;border-radius:20px}}.client-portal{min-height:100vh;color:#182230;background:radial-gradient(circle at 8% 0%,rgb(29 78 216 / 8%),transparent 28rem),linear-gradient(180deg,#f8fafc,#eef2f6)}.client-portal__header{position:sticky;top:0;z-index:4000;display:grid;grid-template-columns:minmax(220px,1fr) auto minmax(260px,1fr);align-items:center;min-height:72px;padding:0 32px;border-bottom:1px solid #dfe3e8;background:#fffffff5;box-shadow:0 8px 24px #10182814;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.client-portal__brand{display:flex;align-items:center;gap:12px;width:max-content;padding:0;border:0;color:#182230;background:transparent;text-align:left;cursor:pointer}.client-portal__brand img{width:40px;height:40px;padding:7px;border-radius:12px;background:#fff;object-fit:contain;border:1px solid #e4e7ec;box-shadow:0 5px 14px #1018281a}.client-portal__brand>span,.client-portal__account>button>span:nth-child(2){display:grid;gap:2px}.client-portal__brand strong{font-size:15px;letter-spacing:.12em}.client-portal__brand small{color:#98a2b3;font-size:9px;letter-spacing:.18em}.client-portal__nav{align-self:stretch;display:flex;align-items:stretch;gap:6px}.client-portal__nav button{position:relative;padding:0 24px;border:0;color:#667085;background:transparent;font-size:14px;cursor:pointer}.client-portal__nav button:hover,.client-portal__nav button.is-active{color:#175cd3}.client-portal__nav button.is-active:after{position:absolute;right:20px;bottom:0;left:20px;height:3px;border-radius:3px 3px 0 0;background:#3b82f6;content:""}.client-portal__account{position:relative;justify-self:end}.client-portal__account>button{display:flex;align-items:center;gap:10px;padding:7px 10px;border:1px solid #d0d5dd;border-radius:12px;color:#182230;background:#f8fafc;text-align:left;cursor:pointer}.client-portal__account>button>span:first-child{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;color:#dbeafe;background:#1d4ed8;font-size:11px;font-weight:800}.client-portal__account strong{max-width:180px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.client-portal__account small{color:#98a2b3;font-size:10px}.client-portal__account i{color:#98a2b3;font-style:normal}.client-portal__account-menu{position:absolute;top:calc(100% + 10px);right:0;width:250px;overflow:hidden;border:1px solid #e4e7ec;border-radius:13px;background:#fff;box-shadow:0 18px 44px #0f172a2e}.client-portal__account-menu div{display:grid;gap:4px;padding:15px;border-bottom:1px solid #eaecf0}.client-portal__account-menu div strong{color:#101828;font-size:13px}.client-portal__account-menu div span{color:#667085;font-size:11px}.client-portal__account-menu>button{width:100%;padding:12px 15px;border:0;color:#b42318;background:#fff;text-align:left;cursor:pointer}.client-portal__account-menu>button:hover{background:#fef3f2}.client-portal__main{width:min(1600px,calc(100% - clamp(32px,5vw,96px)));margin:0 auto;padding:34px 0 56px}.client-portal .business-page.customs-documents{min-height:auto}@media (max-width: 1100px){.client-portal__header{grid-template-columns:minmax(190px,1fr) auto minmax(210px,1fr);padding-inline:20px}.client-portal__nav button{padding-inline:16px}}@media (max-width: 800px){.client-portal__header{grid-template-columns:1fr auto;padding:0 16px}.client-portal__nav{position:fixed;right:0;bottom:0;left:0;z-index:4100;justify-content:center;height:58px;border-top:1px solid #e4e7ec;background:#fff;box-shadow:0 -8px 24px #0f172a14}.client-portal__nav button{color:#667085}.client-portal__nav button:hover,.client-portal__nav button.is-active{color:#175cd3}.client-portal__account>button>span:nth-child(2),.client-portal__account i{display:none}.client-portal__main{width:calc(100% - 24px);padding-top:20px;padding-bottom:84px}}.tracking-main-grid{display:grid;grid-template-columns:minmax(300px,.9fr) minmax(0,1.6fr);gap:16px;align-items:stretch}.vessel-tracking-results{display:flex;flex-direction:column}.tracking-main-grid{order:0}.tracking-vessel-card{color:#fff;background:linear-gradient(145deg,#172b68,#2857cf)!important;border:0;min-height:100%}.tracking-vessel-card h2{margin:22px 0;color:#fff;font-size:clamp(28px,3vw,46px);letter-spacing:-.04em}.tracking-vessel-card__meta{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.tracking-vessel-card .tracking-grid span{background:#ffffff1f;min-height:62px;color:#fff!important}.tracking-vessel-card .tracking-grid .tracking-voyage-summary{min-height:86px}.tracking-vessel-card .tracking-voyage-summary strong,.tracking-vessel-card .tracking-voyage-summary small{display:block}.tracking-vessel-card .tracking-voyage-summary strong{margin-top:3px;color:#fff;font-size:16px}.tracking-vessel-card .tracking-voyage-summary small{margin-top:4px;color:#d9e5ff;font-size:11px;line-height:1.45}.tracking-vessel-card .tracking-grid b{color:#c7d7ff;font-size:13px}.tracking-vessel-card__status{display:inline-block;padding:8px 16px;border-radius:999px;background:#ffffff29;font-weight:700}.tracking-vessel-card__updated{color:#d4e0ff;font-size:14px;font-weight:600;line-height:1.5;text-align:right}.tracking-vessel-card__voyage{margin-top:18px;padding-top:14px;border-top:1px solid rgba(255,255,255,.18)}.tracking-vessel-card__voyage-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.tracking-vessel-card__voyage-heading h2{margin:0;font-size:21px;letter-spacing:0}.tracking-vessel-card__voyage-heading span{color:#d4e0ff;font-size:13px}.tracking-vessel-card__voyage-route{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);align-items:center;gap:12px;margin-top:12px}.tracking-vessel-card__voyage-route>div{display:grid;gap:4px;min-width:0}.tracking-vessel-card__voyage-route>div:last-child{text-align:right}.tracking-vessel-card__voyage-route b{color:#c7d7ff;font-size:12px}.tracking-vessel-card__voyage-route strong{overflow:hidden;color:#fff;font-size:23px;text-overflow:ellipsis;white-space:nowrap}.tracking-vessel-card__voyage-route small{overflow:hidden;color:#d9e5ff;font-size:15px;line-height:1.55;text-overflow:ellipsis;white-space:nowrap}.tracking-vessel-card__voyage-route i{color:#d9e5ff;font-size:24px;font-style:normal}.tracking-card-heading{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:18px}.tracking-card-heading h2{margin:0}.tracking-card-heading span{color:#687993;font-size:14px}.tracking-map-card{min-width:0;min-height:0;display:flex;flex-direction:column}.tracking-map{position:relative;height:0;min-height:260px;flex:1 1 auto;overflow:hidden;border-radius:16px;background:#e8f1f9}.tracking-map__locate{position:absolute;top:8px;right:8px;left:auto;z-index:2;display:grid;width:38px;height:38px;place-items:center;padding:0;border:1px solid #d7e3f2;border-radius:9px;color:#245ab8;background:#fffffff0;font-size:13px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #223d671f}.tracking-map__locate svg{width:22px;height:22px;fill:none;stroke:#246bdb;stroke-linecap:round;stroke-width:1.8}.tracking-leaflet-map .leaflet-control-zoom{margin-top:54px;margin-right:8px}.tracking-map__ship-marker{position:absolute;top:50%;left:50%;z-index:2;display:grid;width:44px;height:44px;place-items:center;border:3px solid #fff;border-radius:50% 50% 50% 0;background:#18a983;box-shadow:0 5px 12px #126f5a47;transform:translate(-50%,-65%) rotate(-45deg)}.tracking-map__ship-marker svg{width:26px;height:26px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8;transform:rotate(45deg)}.tracking-map__ship-marker svg path:first-child{fill:#fff}.tracking-map iframe{display:block;width:100%;height:100%;border:0}.tracking-leaflet-map,.tracking-leaflet-map__canvas{width:100%;height:100%;min-height:260px}.tracking-leaflet-map{position:relative}.tracking-leaflet-map__canvas{z-index:0}.tracking-leaflet-ship-icon{display:grid;place-items:center;border-radius:50%;background:#10a784;box-shadow:0 4px 12px #126f5a59}.tracking-leaflet-ship-icon svg{width:34px;height:34px;fill:none;stroke:#fff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.tracking-leaflet-ship-icon svg path:first-child{fill:#fff}.tracking-leaflet-ship-icon svg .ship-hull{fill:#fff}.tracking-map__unavailable{display:grid;height:300px;place-items:center;color:#687993}.tracking-map__label{position:absolute;right:18px;bottom:18px;display:grid;gap:5px;padding:16px 20px;border-radius:14px;background:#fff;color:#24324a;box-shadow:0 8px 20px #223d671f}.tracking-map__label span{color:#50617d}.tracking-route-card{position:relative;overflow:visible;order:2}.tracking-route-board{position:relative;overflow:visible;border:1px solid #e5edf8;border-radius:16px;background:#fbfdff;padding:14px 10px}.tracking-route-row{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));min-width:0}.tracking-route-row-wrap{position:relative;height:250px}.tracking-route-row-wrap+.tracking-route-row-wrap{margin-top:0}.tracking-route-node{position:relative;min-width:0;min-height:250px;padding:22px 8px 0;text-align:center;color:#233b78}.tracking-route-node b,.tracking-route-node span,.tracking-route-node small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tracking-route-node b{font-size:18px}.tracking-route-node span,.tracking-route-node small{margin-top:9px;color:#6c778a;font-size:14px}.tracking-route-node small{font-size:15px}.tracking-route-node.is-current{color:#009e85}.tracking-route-node mark{display:inline-block;margin-top:8px;padding:3px 8px;border-radius:999px;color:#008a73;background:#ddf7f0;font-size:12px;font-weight:700}.tracking-route-progress{position:absolute;z-index:1;top:140px;left:0;width:100%;height:28px}.tracking-route-progress i{display:block;width:22px;height:22px;margin:0 auto;border:6px solid #91abd5;border-radius:50%;background:#fff;position:relative;z-index:2}.tracking-route-node.is-current .tracking-route-progress i{border-color:#06a788;box-shadow:0 0 0 9px #06a7881f}.tracking-route-alert{position:absolute;z-index:3;top:0;right:16%;width:30px;height:30px;border:0;border-radius:50%;background:#ff7618;color:#fff;font-size:20px;font-weight:800;cursor:pointer;box-shadow:0 0 0 5px #fff}.tracking-alert-popover{position:fixed;z-index:5000;width:min(440px,calc(100vw - 32px));max-height:min(320px,calc(100vh - 32px));overflow:auto;margin:0;padding:22px 26px;border:1px solid #ffbd76;border-radius:16px;background:#fffaf3;color:#714c32;box-shadow:0 14px 30px #b1702d24}.tracking-alert-popover:before{content:"";position:absolute;top:-10px;left:var(--alert-arrow-left, 50%);width:18px;height:18px;border-left:1px solid #ffbd76;border-top:1px solid #ffbd76;background:#fffaf3;transform:rotate(45deg)}.tracking-alert-popover>button{position:absolute;top:10px;right:14px;border:0;background:transparent;color:#9b765a;font-size:24px;cursor:pointer}.tracking-alert-popover header{display:flex;justify-content:space-between;gap:12px;padding-right:20px;color:#9f3c1b;align-items:flex-start}.tracking-alert-popover header strong{line-height:1.45}.tracking-alert-popover header span{color:#9b765a;flex:0 0 auto;display:grid;gap:4px;text-align:left}.tracking-alert-popover header time{display:block}.tracking-alert-popover p{margin:16px 0 0;line-height:1.7}.tracking-route-svg{position:absolute;z-index:0;left:10px;top:14px;width:calc(100% - 20px);height:calc(100% - 28px);pointer-events:none}.tracking-route-svg path{fill:none;stroke:#afc8fa;stroke-width:6;vector-effect:non-scaling-stroke}.tracking-route-svg path.is-active{stroke:#00a88a;stroke-width:7}.tracking-route-segment-days{fill:#233b78;font-size:20px;font-weight:800;text-anchor:middle;dominant-baseline:middle;paint-order:stroke;stroke:#fbfdff;stroke-width:5px;stroke-linejoin:round}.tracking-route-segment-days.is-active{fill:#009e85}.tracking-route-active-ship{fill:none;stroke:#009e85;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.tracking-route-active-ship__hull{fill:#009e85;stroke:#009e85}.tracking-route-active-ship__deck,.tracking-route-active-ship__wave{fill:none}.tracking-route-node{z-index:1}.tracking-voyage-card .tracking-voyage{grid-template-columns:1fr auto 1fr;align-items:center}.tracking-voyage-card{order:1}.tracking-history-card{order:3}.tracking-voyage-card .tracking-voyage>i{color:#2b6de0;font-size:30px;font-style:normal}.tracking-voyage-card .tracking-voyage>div{padding:22px 28px;min-height:132px}.tracking-voyage-card .tracking-voyage b{font-size:15px}.tracking-voyage-card .tracking-voyage strong{font-size:25px}.tracking-voyage-card .tracking-voyage span,.tracking-voyage-card .tracking-voyage small{font-size:15px}@media (max-width: 1000px){.tracking-main-grid{grid-template-columns:1fr}.tracking-route-board{overflow-x:auto}.tracking-route-row{min-width:780px}}@media (max-width: 520px){.client-portal__brand>span{display:none}.client-portal__header{min-height:64px}}.send-workspace{--send-ink: #202b41;--send-muted: #7c8699;--send-line: #e4e8ef;--send-blue: #75a7ff;--send-blue-dark: #6b9cff;display:grid;min-width:0;gap:20px}.send-notice{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border:1px solid #cbd9f5;border-radius:14px;background:#f2f6ff;color:#31558f}.send-notice--success{border-color:#b9dfce;background:#eef9f3;color:#176447}.send-notice--error{border-color:#f0c9c4;background:#fff3f1;color:#a33b31}.send-notice button{border:0;background:transparent;color:currentColor;font-size:20px;cursor:pointer}.send-console{display:grid;grid-template-columns:minmax(300px,.34fr) minmax(0,1fr);min-height:580px;overflow:hidden;border:1px solid var(--send-line);border-radius:16px;background:#fff;box-shadow:0 8px 28px #212f4e0b}.send-directory,.send-detail{min-width:0;padding:22px}.send-directory{border-right:1px solid var(--send-line);background:#f8fafc}.send-detail{display:flex;flex-direction:column;background:#fff}.send-section-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:20px}.send-section-heading>div{display:flex;align-items:baseline;gap:10px}.send-section-heading>div>span{color:var(--send-blue);font-size:13px;font-weight:800}.send-section-heading h2{margin:0;color:var(--send-ink);font-size:20px}.send-section-heading p{margin:0;color:var(--send-muted);font-size:13px;text-align:right}.send-section-heading--detail{padding-bottom:18px;border-bottom:1px solid var(--send-line)}.send-search{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;margin-bottom:16px}.send-search input{min-width:0;height:44px;padding:0 14px;border:1px solid #d7dde8;border-radius:12px;outline:none;font:inherit;font-weight:650}.send-search input:focus{border-color:var(--send-blue);box-shadow:0 0 0 3px #356df31f}.send-search button,.send-button,.send-row-action{border:1px solid transparent;border-radius:12px;font:inherit;font-weight:700;cursor:pointer;transition:border-color .16s ease,background .16s ease,transform .16s ease}.send-search button{padding:0 16px;background:var(--send-blue);color:#fff}.send-search button:hover:not(:disabled),.send-button:hover:not(:disabled),.send-row-action:hover:not(:disabled){transform:translateY(-1px)}.send-search button:disabled,.send-button:disabled,.send-row-action:disabled{cursor:not-allowed;opacity:.55}.send-directory__list{display:grid;gap:8px;max-height:490px;overflow:auto;padding-right:4px}.send-shipment-card{display:grid;grid-template-columns:28px minmax(0,1fr) auto 18px;align-items:center;gap:10px;width:100%;padding:14px 12px;border:1px solid transparent;border-radius:12px;background:transparent;color:var(--send-ink);text-align:left;cursor:pointer}.send-shipment-card:hover,.send-shipment-card.is-active{border-color:#cad8f6;background:#eef4ff}.send-shipment-card.is-active{box-shadow:inset 3px 0 0 var(--send-blue)}.send-shipment-card__index{color:#9aa4b5;font-family:monospace;font-size:12px}.send-shipment-card__copy{min-width:0}.send-shipment-card__copy strong,.send-shipment-card__copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.send-shipment-card__copy strong{font-size:14px}.send-shipment-card__copy small{margin-top:4px;color:var(--send-muted);font-size:12px}.send-shipment-card__count{min-width:30px;padding:4px 7px;border-radius:999px;background:#dfe9ff;color:var(--send-blue-dark);font-size:12px;font-weight:800;text-align:center}.send-shipment-card__arrow{color:var(--send-blue)}.send-empty,.send-detail-empty{color:var(--send-muted)}.send-empty{padding:30px 12px;text-align:center}.send-detail-empty{display:grid;place-items:center;align-content:center;flex:1;min-height:330px;text-align:center}.send-detail-empty__icon{display:grid;width:68px;height:68px;margin-bottom:16px;place-items:center;border-radius:50%;background:#eef4ff;color:var(--send-blue)}.send-detail-empty__icon svg{width:30px;stroke:currentColor;stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round}.send-detail-empty strong{color:var(--send-ink);font-size:18px}.send-detail-empty p{max-width:380px;margin:8px 0 0;line-height:1.65}.send-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:16px}.send-toolbar label,.send-toolbar>div,.send-toolbar__actions,.send-row-actions{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.send-toolbar label{color:var(--send-muted);font-size:13px;font-weight:700}.send-toolbar input,.send-table input{accent-color:var(--send-blue)}.send-toolbar>div>span{color:var(--send-muted);font-size:13px}.send-button{min-height:40px;padding:0 16px}.send-button--primary{display:inline-flex;align-items:center;gap:8px;background:var(--send-blue);color:#fff;box-shadow:0 8px 18px #356df329}.send-button--primary:hover:not(:disabled){background:var(--send-blue-dark)}.send-button--primary svg{width:17px;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.send-button--query,.send-row-action--query{border-color:#d7dde8;background:#fff;color:#47566f}.send-button--query:hover:not(:disabled),.send-row-action--query:hover:not(:disabled){border-color:#aebbd0;background:#f7f9fc}.send-table-shell{overflow:auto;border:1px solid var(--send-line);border-radius:14px}.send-table{width:100%;min-width:1180px;border-collapse:collapse}.send-table th{padding:13px 14px;border-bottom:1px solid var(--send-line);background:#f7f9fc;color:#727d91;font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.send-table td{padding:15px 14px;border-bottom:1px solid #edf0f4;color:#344054;font-size:13px}.send-table tr:last-child td{border-bottom:0}.send-table tbody tr:hover td{background:#fafbfc}.send-table tr.is-success td{background:#f3faf6}.send-table td strong,.send-table td small{display:block}.send-table td small{margin-top:4px;color:#8a94a6}.send-table code{color:#6b7f9f;font-size:12px;font-weight:700}.send-status{display:inline-block;max-width:240px;padding:6px 9px;border-radius:8px;background:#f0f2f5;color:#667085;line-height:1.35}.send-status--processing{background:#eaf1ff;color:#2f5fbd}.send-status--success{background:#e8f6ee;color:#18734d}.send-status--error{background:#fff0ed;color:#a33b31}.send-row-action{min-width:76px;height:34px;border-color:#b8c8e8;background:#fff;color:var(--send-blue-dark)}.send-row-action:not(.send-row-action--query):hover:not(:disabled){border-color:var(--send-blue);background:#eef4ff}.send-row-action--fix{border-color:#efc47c;background:#fff9ed;color:#9a5d0b}.send-row-action--fix:hover:not(:disabled){border-color:#dda039;background:#fff2d8}.send-query-error{display:block;max-width:260px;margin-top:6px;color:#a33b31!important;line-height:1.4}.send-fix-message{display:block;max-width:260px;margin-top:6px;line-height:1.4}.send-fix-message--idle,.send-fix-message--processing{color:#667085!important}.send-fix-message--success{color:#18734d!important}.send-fix-message--error{color:#a33b31!important}.send-fix-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;padding:24px;background:#1b263b75}.send-fix-modal{display:flex;flex-direction:column;width:min(880px,100%);max-height:min(760px,calc(100vh - 48px));overflow:hidden;border-radius:14px;background:#fff;box-shadow:0 22px 70px #11182738}.send-fix-modal__header,.send-fix-modal__footer{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;border-bottom:1px solid var(--send-line)}.send-fix-modal__header p{margin:0 0 4px;color:var(--send-muted);font-size:12px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.send-fix-modal__header h2{margin:0;color:var(--send-ink);font-size:20px}.send-fix-modal__header button{display:grid;width:34px;height:34px;place-items:center;border:1px solid #d7dde8;border-radius:8px;background:#fff;color:#667085;font-size:22px;line-height:1;cursor:pointer}.send-fix-modal__body{display:grid;gap:16px;overflow:auto;padding:20px 22px}.send-fix-modal__footer{justify-content:flex-end;border-top:1px solid var(--send-line);border-bottom:0}.send-fix-callout{display:grid;gap:5px;padding:14px 16px;border:1px solid #cbd9f5;border-radius:10px;background:#f2f6ff;color:#31558f}.send-fix-callout.is-error{border-color:#f0c9c4;background:#fff3f1;color:#a33b31}.send-fix-callout span{font-family:monospace;font-size:12px}.send-fix-summary{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.send-fix-summary span{padding:12px;border:1px solid var(--send-line);border-radius:10px;color:var(--send-muted);font-size:13px}.send-fix-summary strong{display:block;margin-top:4px;color:var(--send-ink);font-size:20px}.send-fix-section{display:grid;gap:12px}.send-fix-section h3{margin:0;color:var(--send-ink);font-size:15px}.send-fix-input-list{display:grid;gap:12px}.send-fix-input-item{display:grid;gap:12px;padding:14px;border:1px solid var(--send-line);border-radius:10px;background:#fff}.send-fix-input-item>div:first-child{display:grid;gap:4px}.send-fix-input-item>div:first-child strong{color:var(--send-ink)}.send-fix-input-item>div:first-child span,.send-fix-input-item small{color:var(--send-muted);font-size:12px}.send-fix-input-item dl{display:grid;grid-template-columns:80px minmax(0,1fr);gap:6px 10px;margin:0;padding:10px;border-radius:8px;background:#f8fafc}.send-fix-input-item dt{color:#7c8699;font-size:12px;font-weight:800}.send-fix-input-item dd{min-width:0;margin:0;color:#344054;font-size:12px;line-height:1.45}.send-fix-input-item label{display:grid;gap:6px;color:#47566f;font-size:12px;font-weight:800}.send-fix-input-item input{height:40px;max-width:240px;padding:0 12px;border:1px solid #d7dde8;border-radius:8px;font:inherit;font-weight:700;outline:none}.send-fix-input-item input:focus{border-color:var(--send-blue);box-shadow:0 0 0 3px #356df31f}.send-fix-input-item small{color:#a33b31}.send-fix-auto-list{display:grid;gap:8px}.send-fix-auto-list span{padding:10px 12px;border:1px solid #b9dfce;border-radius:8px;background:#eef9f3;color:#176447;font-size:13px;line-height:1.35}@media (max-width: 1100px){.send-console{grid-template-columns:1fr}.send-directory{border-right:0;border-bottom:1px solid var(--send-line)}.send-directory__list{grid-template-columns:repeat(2,minmax(0,1fr));max-height:330px}}@media (max-width: 720px){.send-toolbar,.send-toolbar>div{align-items:stretch;flex-direction:column;width:100%}.send-toolbar__actions{display:grid;grid-template-columns:1fr;width:100%}.send-directory,.send-detail{padding:18px}.send-directory__list{grid-template-columns:1fr}.send-section-heading{align-items:flex-start;flex-direction:column}.send-section-heading p{text-align:left}}.vessel-tracking-page{padding:32px;color:#1f2a44}.vessel-tracking-page__header{margin-bottom:24px}.vessel-tracking-page .eyebrow{color:#2d6cdf;letter-spacing:.12em;font-size:12px;font-weight:700}.vessel-tracking-query,.tracking-card{background:#fff;border:1px solid #e3e9f3;border-radius:16px;padding:22px;box-shadow:0 10px 30px #3149700f}.vessel-tracking-query{display:flex;justify-content:center;gap:12px;align-items:center;margin-bottom:20px}.vessel-tracking-query__field,.vessel-tracking-query__actions{display:flex;align-items:center;gap:12px}.vessel-tracking-query__field{flex:0 1 760px;min-width:min(100%,460px)}.vessel-tracking-query label{flex:0 0 auto;color:#24324a;font-size:16px;font-weight:700}.vessel-tracking-query input{color:#24324a;background:#fff;flex:1;min-width:0;border:1px solid #cbd6e7;border-radius:10px;padding:13px;font-size:16px}.vessel-tracking-query input::placeholder{color:#98a5b8;opacity:1}.vessel-tracking-query input:-webkit-autofill,.vessel-tracking-query input:-webkit-autofill:hover,.vessel-tracking-query input:-webkit-autofill:focus{-webkit-text-fill-color:#24324a;box-shadow:0 0 0 1000px #fff inset;transition:background-color 9999s ease-out 0s}.vessel-tracking-query button{border:0;border-radius:10px;padding:13px 20px;background:#246bdb;color:#fff;font-weight:700;cursor:pointer}.vessel-tracking-query button.secondary{background:#eef3fb;color:#246bdb}.vessel-tracking-query button:disabled{opacity:.6;cursor:wait}.vessel-tracking-page__error,.tracking-card--warning{color:#a53a24;background:#fff4ef;border-color:#ffd6c9;padding:16px;border-radius:12px;margin-bottom:16px}.vessel-tracking-status{color:#65748d;margin-bottom:16px}.tracking-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.tracking-grid span{display:flex;flex-direction:column;gap:5px;background:#f6f8fc;border-radius:10px;padding:11px}.tracking-grid b{color:#8290a7;font-size:12px}.tracking-columns{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:16px 0}.tracking-card{margin-bottom:16px}.tracking-voyage{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.tracking-voyage>div{display:grid;gap:5px;padding:16px;border-radius:12px;background:#f6f9ff}.tracking-voyage b,.tracking-voyage span,.tracking-voyage small{color:#65748d;font-size:13px}.tracking-voyage strong{color:#1f4e9a;font-size:18px}.tracking-timeline{display:flex;gap:18px;overflow-x:auto;padding:12px 20px}.tracking-timeline li{display:grid;min-width:150px;gap:5px;color:#246bdb}.tracking-timeline li:before{width:12px;height:12px;border:3px solid #246bdb;border-radius:50%;background:#fff;content:""}.tracking-timeline span,.tracking-timeline small{color:#65748d}.tracking-timeline em{color:#0b9f82;font-style:normal;font-weight:700}.tracking-timeline i{color:#246bdb;font-style:normal}.tracking-alerts{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px}.tracking-alerts section{padding:14px;border:1px solid #ffd6c9;border-radius:10px;background:#fff}.tracking-alerts h3,.tracking-alerts p{margin:0 0 8px}.tracking-alerts p:last-child{margin-bottom:0;line-height:1.6}.tracking-table__row{display:grid;grid-template-columns:1.2fr repeat(7,minmax(105px,1fr));gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid #edf1f7}.tracking-table__header{padding:10px 0;border-bottom:2px solid #dce6f5;color:#687993;font-size:13px;font-weight:700;background:#f7faff}.tracking-table__header>*{color:#687993}.tracking-table__row>div{display:grid;gap:4px}.tracking-table__row small{color:#65748d}@media (max-width: 800px){.vessel-tracking-page{padding:18px}.vessel-tracking-query,.tracking-columns{display:block}.vessel-tracking-query__field,.vessel-tracking-query__actions{display:flex;margin-bottom:10px}.vessel-tracking-query__field{min-width:0}.vessel-tracking-query__field>input{min-width:0}.vessel-tracking-query__actions>*{margin-bottom:10px}.tracking-grid{grid-template-columns:repeat(2,1fr)}.tracking-voyage,.tracking-table__row{grid-template-columns:1fr}}.fba-quote-page{min-height:100%;background:#f5f7fb;color:#1d2736;padding:28px 32px}.fba-quote-header{display:flex;align-items:center;gap:14px;border-bottom:1px solid #e4e9f1;padding-bottom:22px}.fba-quote-mark{display:grid;place-items:center;width:42px;height:42px;border-radius:10px;background:#246bfe;color:#fff;font-size:22px;font-weight:800}.fba-quote-header h1{margin:0;font-size:20px}.fba-quote-header p,.fba-panel p{margin:5px 0 0;color:#738096;font-size:13px}.fba-quote-count{margin-left:auto;color:#738096;font-size:12px}.fba-quote-main{max-width:1320px;margin:24px auto}.fba-tabs{display:flex;gap:5px;margin-bottom:16px;overflow-x:auto}.fba-tabs button,.fba-button,.fba-link-button,.fba-status{border:0;border-radius:7px;cursor:pointer;font:inherit}.fba-tabs button{background:transparent;color:#6d7b91;padding:10px 14px}.fba-tabs button.is-active{background:#e7efff;color:#1f5dd9;font-weight:700}.fba-panel{background:#fff;border:1px solid #e6ebf2;border-radius:12px;box-shadow:0 4px 18px #263b5d0a;padding:22px}.fba-panel__heading{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.fba-panel h2{font-size:17px;margin:3px 0 0}.fba-panel h3{margin:6px 0 0;font-size:16px}.fba-eyebrow{font-size:10px;letter-spacing:.12em;color:#4b7fe8;font-weight:800}.fba-button{background:#246bfe;color:#fff;padding:10px 16px;white-space:nowrap}.fba-button:disabled{opacity:.6;cursor:wait}.fba-form-row{display:flex;align-items:end;gap:14px;flex-wrap:wrap;margin-bottom:18px}.fba-field{display:flex;flex-direction:column;gap:7px;min-width:150px}.fba-field--wide{flex:1;min-width:280px}.fba-field span{font-size:12px;color:#68768c}.fba-field input,.fba-field select{height:40px;border:1px solid #d9e0eb;border-radius:7px;padding:0 11px;color:#263449;background:#fff}.fba-table-wrap{overflow:auto;border:1px solid #e8edf4;border-radius:8px}.fba-table{border-collapse:collapse;width:100%;font-size:13px;min-width:820px}.fba-table th,.fba-table td{padding:12px 11px;border-bottom:1px solid #edf0f5;text-align:left;white-space:nowrap}.fba-table th{background:#f8faff;color:#748197;font-size:11px;font-weight:700}.fba-table tr:last-child td{border-bottom:0}.fba-table code{font-family:ui-monospace,monospace;color:#255bc2;font-weight:700}.fba-empty,.fba-page-state{padding:48px;text-align:center;color:#8995a8;font-size:13px}.fba-notice{padding:12px 14px;border-radius:8px;background:#eef6ff;color:#275c9e;font-size:13px;margin:12px 0}.fba-notice--error{background:#fff1f0;color:#b42318}.fba-link-button{background:transparent;color:#246bfe;padding:4px 8px}.fba-agent-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:12px}.fba-agent-card{display:flex;justify-content:space-between;align-items:center;border:1px solid #e3e9f2;border-radius:9px;padding:16px}.fba-agent-card__label{font-size:11px;color:#8793a4}.fba-status{padding:7px 10px;background:#f1f3f6;color:#6e7a8d}.fba-status.is-enabled{background:#e9f8ef;color:#16834a}.fba-trend-grid{border:1px solid #e8edf4;border-radius:8px;overflow:hidden}.fba-trend-row{display:grid;grid-template-columns:140px 1fr 130px;padding:13px 15px;border-bottom:1px solid #edf0f5;font-size:13px}.fba-trend-row:last-child{border-bottom:0}.fba-trend-row span{color:#7d899b}.fba-trend-row b{color:#2166dc;text-align:right}@media (max-width: 700px){.fba-quote-page{padding:18px 14px}.fba-quote-header{align-items:flex-start}.fba-quote-count{display:none}.fba-panel__heading{display:block}.fba-panel__heading .fba-button{margin-top:14px}}.fba-button--secondary{background:#eef3ff;color:#245fcf}.fba-agent-tools{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin-top:12px;font-size:12px}.fba-agent-tools input,.fba-agent-tools select{width:64px;border:1px solid #d9e0eb;border-radius:5px;padding:5px}.fba-agent-tools select{width:90px}.fba-filter-grid{display:grid;grid-template-columns:repeat(5,minmax(140px,1fr));gap:12px;margin-bottom:18px}.fba-filter-grid .fba-field--wide{grid-column:span 2}.fba-content-loading{margin:0 0 16px;padding:12px 14px;border:1px solid #dce7fa;border-radius:8px;background:#f7faff;color:#5f7598;text-align:center;font-size:13px}.fba-small{font-size:12px!important}.fba-mini-row{font-size:12px;color:#667085;margin-top:6px}.fba-agent-editor{display:grid;gap:8px;margin-top:15px;padding-top:14px;border-top:1px solid #e7edf5}.fba-agent-editor h4{margin:0;color:#344054;font-size:13px}.fba-agent-editor label{display:grid;gap:4px;color:#667085;font-size:12px}.fba-agent-editor input,.fba-agent-editor select{min-height:34px;border:1px solid #d9e0eb;border-radius:6px;padding:0 8px;background:#fff}.fba-dropzone{margin:0 0 18px;padding:28px;border:1px dashed #8bb0ff;border-radius:9px;background:#f7faff;color:#3168ca;text-align:center;line-height:1.7}.fba-dropzone small{color:#71809a}.fba-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:16px 0}.fba-stat{padding:14px;border:1px solid #e5eaf2;border-radius:9px}.fba-stat span{display:block;color:#768399;font-size:12px}.fba-stat strong{display:block;margin-top:5px;color:#1e365d;font-size:18px}.fba-chart{margin-top:18px;padding:14px;border:1px solid #e8edf4;border-radius:9px;overflow:auto}.fba-chart svg{display:block;min-width:720px;width:100%;font-size:10px;fill:#75829a}.fba-legend{display:flex;gap:14px;flex-wrap:wrap;padding:8px 36px;font-size:12px}@media (max-width: 900px){.fba-filter-grid{grid-template-columns:repeat(2,minmax(140px,1fr))}.fba-filter-grid .fba-field--wide{grid-column:span 2}.fba-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 520px){.fba-filter-grid{grid-template-columns:1fr}.fba-filter-grid .fba-field--wide{grid-column:auto}.fba-stat-grid{grid-template-columns:1fr}}.fba-wizard{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px;padding:18px;border:1px solid #b8d2ff;border-radius:10px;background:#f7faff}.fba-wizard h3,.fba-wizard p{grid-column:1/-1;margin:0}.fba-wizard label{display:grid;gap:5px;color:#536177;font-size:12px}.fba-wizard input,.fba-wizard select{min-height:38px;border:1px solid #d3dfef;border-radius:7px;padding:0 9px;background:#fff;font:inherit}@media (max-width: 700px){.fba-wizard{grid-template-columns:1fr}}.fba-wizard__preview{grid-column:1/-1;display:grid;gap:4px;max-height:164px;overflow:auto;padding:12px;border:1px solid #d7e5fb;border-radius:8px;background:#fff;color:#536177;font-size:12px}.fba-wizard__preview strong{color:#243550}.fba-wizard__preview small{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.fba-warehouse-group{margin-top:18px}.fba-warehouse-group h3{margin:0 0 8px;color:#243550}.fba-warehouse-group h3 small{margin-left:8px;color:#7c889a;font-size:12px;font-weight:400}.fba-quote-row--lowest,.fba-quote-row--lowest td{background:#f0fbf4}.fba-price--lowest{color:#16834a}.fba-lowest-badge{display:inline-block;margin-left:6px;padding:2px 6px;border-radius:999px;background:#16a34a;color:#fff;font-size:11px;font-weight:700;line-height:1.2}.fba-agent-grid{grid-template-columns:1fr}.fba-agent-card{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:14px}.fba-agent-editor{grid-column:1/-1;grid-template-columns:repeat(4,minmax(150px,1fr));align-items:end}.fba-agent-editor h4{grid-column:1/-1}.fba-agent-editor .fba-button{align-self:end}@media (max-width: 760px){.fba-agent-editor,.fba-agent-card{grid-template-columns:1fr}}.fba-chart--trend{position:relative;padding:18px;background:linear-gradient(180deg,#fbfdff,#fff)}.fba-chart__summary{display:flex;align-items:baseline;gap:9px;margin:0 0 12px;color:#344054}.fba-chart__summary strong{font-size:16px}.fba-chart__summary span,.fba-chart__hint{color:#71809a;font-size:12px}.fba-chart__canvas{position:relative;min-width:720px}.fba-chart__grid{stroke:#dfe7f3;stroke-dasharray:4 5}.fba-chart__line{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.fba-chart__point{cursor:pointer;transition:r .14s ease}.fba-chart__point:hover,.fba-chart__point:focus{r:7;outline:none}.fba-chart__tooltip{position:absolute;z-index:2;top:20px;right:18px;display:grid;gap:3px;min-width:124px;padding:10px 12px;border:1px solid #dce7f7;border-radius:8px;background:#fff;box-shadow:0 10px 24px #1f3b691c;color:#526078;font-size:12px}.fba-chart__tooltip strong{color:#1e365d;font-size:16px}.fba-legend button{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:#40516a;font:inherit;cursor:pointer}.fba-legend button:hover,.fba-legend button:focus-visible{border-color:#bfd3f7;background:#f5f9ff;outline:none}.fba-legend button.is-hidden{opacity:.42;text-decoration:line-through}.fba-legend button i{width:9px;height:9px;border-radius:50%;background:var(--legend-color)}.fba-chart__hint{margin:12px 0 0;padding:9px 11px;border-radius:7px;background:#f7faff}.fba-agent-card__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.fba-grade{display:inline-flex;align-items:center;padding:4px 8px;border:1px solid;border-radius:999px;font-size:12px;font-weight:800;white-space:nowrap}.fba-grade--s{color:#6d28d9;border-color:#c4b5fd;background:#f5f3ff}.fba-grade--a{color:#15803d;border-color:#86efac;background:#f0fdf4}.fba-grade--b{color:#1d4ed8;border-color:#93c5fd;background:#eff6ff}.fba-grade--c{color:#a16207;border-color:#fde68a;background:#fffbeb}.fba-grade--d,.fba-grade--none{color:#667085;border-color:#d0d5dd;background:#f8fafc}.fba-discount-list{display:grid;gap:4px;margin-top:14px;padding-top:12px;border-top:1px solid #e7edf5}.fba-agent-actions{display:flex;gap:6px;justify-content:flex-end;align-items:center}.fba-agent-card{display:block;min-height:0}.fba-agent-card__header{margin-bottom:8px}.fba-agent-actions{margin-top:14px;padding-top:12px;border-top:1px solid #e7edf5}.fba-agent-editor{margin-top:12px}.fba-agent-name{margin-right:6px}.fba-table td .fba-grade{padding:2px 6px;font-size:12px;vertical-align:middle}.ordering-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px}.ordering-template-note{margin:0;color:var(--color-text-muted, #667085);font-size:14px;line-height:1.6}.ordering-dropzone{display:flex;flex-direction:column;align-items:center;gap:6px;padding:34px 20px;border:1.5px dashed var(--line-strong, #cdd5df);border-radius:var(--radius-lg, 16px);background:var(--bg-surface-soft, #f8fafc);color:var(--color-text-muted, #667085);text-align:center;cursor:pointer;transition:border-color .16s ease,background .16s ease}.ordering-dropzone:hover,.ordering-dropzone.is-dragging{border-color:var(--blue, #2f6bff);background:#f0f5ff}.ordering-dropzone strong{color:#344054}.ordering-dropzone small{font-size:12px}.ordering-dropzone input{display:none}.ordering-recognize-banner{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding:12px 14px;border:1px solid #cfe2ff;border-radius:var(--radius-md, 12px);background:#f5f9ff;color:#2f5fbd;font-size:13px}.ordering-recognize-banner--error{border-color:#f0c9c4;background:#fff3f1;color:#a33b31}.ordering-recognize-banner--success{border-color:#c8e6c9;background:#f1f8f4;color:#2e7d42}.ordering-recognize-banner__progress{display:inline-flex;align-items:center;gap:10px}.ordering-recognize-banner__success{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;font-weight:600}.ordering-spinner{display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-right-color:transparent;border-radius:50%;animation:ordering-spin .9s linear infinite}@keyframes ordering-spin{to{transform:rotate(360deg)}}.ordering-compare{display:grid;grid-template-columns:minmax(360px,.48fr) minmax(0,1fr);gap:20px;margin-top:4px}.ordering-compare__col{display:grid;align-content:start;gap:16px;min-width:0}@media (max-width: 1180px){.ordering-compare{grid-template-columns:1fr}}.ordering-source{display:grid;gap:12px;padding:18px;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-lg, 16px);background:#fff}.ordering-source__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.ordering-zoom{display:inline-flex;align-items:center;gap:6px;padding:4px 6px;border:1px solid var(--line-soft, #e4e7ec);border-radius:10px;background:#f8fafc;font-size:12px;color:var(--color-text-muted, #667085)}.ordering-zoom button{min-width:26px;height:26px;padding:0 8px;border:0;border-radius:7px;background:#eef2ff;color:#2f5fbd;font-size:13px;font-weight:700;cursor:pointer}.ordering-zoom button:hover{background:#dfe6ff}.ordering-source__preview{display:grid;justify-items:stretch;min-height:220px;max-height:70vh;padding:12px;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-md, 12px);background:#f8fafc;overflow:auto}.ordering-source__preview iframe{width:100%;height:70vh;border:0;border-radius:8px}.ordering-source__filecard{display:flex;align-items:center;gap:14px;padding:16px;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-md, 12px);background:#f8fafc}.ordering-source__filecard-icon{display:grid;width:46px;height:46px;flex:0 0 auto;place-items:center;border-radius:11px;background:#eef2ff;color:#2f5fbd;font-size:12px;font-weight:800}.ordering-source__filecard strong{display:block;overflow:hidden;color:#182230;text-overflow:ellipsis;white-space:nowrap}.ordering-source__filecard small{color:var(--color-text-muted, #667085);font-size:12px}.ordering-form{display:grid;gap:14px;min-width:0;padding:14px;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-lg, 16px);background:#fff}.ordering-fieldset{display:grid;gap:8px;min-width:0;padding:10px 12px 12px;margin:0;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-md, 12px);background:#fbfcfe}.ordering-fieldset>legend{margin-bottom:0;padding:0 6px;color:#344054;font-size:14px;font-weight:800;background:#fff;border-radius:6px}.ordering-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:8px 10px}.ordering-field{display:grid;gap:3px;min-width:0}.ordering-field>span{color:var(--color-text-muted, #667085);font-size:12px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ordering-field input{width:100%;min-width:0;height:30px;padding:0 8px;border:1px solid #d0d5dd;border-radius:8px;font:inherit;font-size:13px;outline:none;transition:border-color .16s ease,box-shadow .16s ease}.ordering-field input:focus{border-color:var(--blue, #2f6bff);box-shadow:0 0 0 3px #2f6bff1f}.ordering-commodities{display:grid;gap:8px;min-width:0}.ordering-commodity{display:block;min-width:0;max-width:100%;padding:10px 12px;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-md, 12px);background:#fbfcfe}.ordering-commodity .ordering-grid{display:flex;flex-wrap:nowrap;gap:6px 8px;width:100%;max-width:100%;overflow-x:auto;overflow-y:hidden;padding-bottom:8px;scrollbar-width:thin;scrollbar-color:#c4ccd8 #eef1f5}.ordering-commodity .ordering-grid::-webkit-scrollbar{height:8px}.ordering-commodity .ordering-grid::-webkit-scrollbar-thumb{background:#c4ccd8;border-radius:999px}.ordering-commodity .ordering-grid::-webkit-scrollbar-track{background:#eef1f5;border-radius:999px}.ordering-commodity .ordering-field{flex:0 0 130px}.ordering-commodity__head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:6px}.ordering-commodity__head strong{color:#344054;font-size:13px}.ordering-remove{border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#b42318;font-size:12px;padding:4px 10px;cursor:pointer}.ordering-remove:hover{background:#fef3f2}.ordering-add{justify-self:start;border:1px dashed #b8c8e8;border-radius:10px;background:#fff;color:#2f5fbd;font-weight:700;padding:8px 14px;cursor:pointer}.ordering-add:hover{background:#f0f5ff}.ordering-submit-bar{display:flex;align-items:center;justify-content:flex-end;gap:12px;margin-top:4px}.ordering-submit-bar span{color:var(--color-text-muted, #667085);font-size:13px}.ordering-history{padding:20px;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-lg, 16px);background:#fff}.ordering-history__list{display:grid;gap:10px;margin-top:14px}.ordering-history__row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:14px;padding:14px 16px;border:1px solid var(--line-soft, #e4e7ec);border-radius:var(--radius-md, 12px);background:#fbfcfe}.ordering-history__row strong{display:block;overflow:hidden;color:#182230;text-overflow:ellipsis;white-space:nowrap}.ordering-history__row small{color:var(--color-text-muted, #667085);font-size:12px}.ordering-status{display:inline-block;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}.ordering-status--submitted{background:#e8f6ee;color:#18734d}.ordering-status--draft{background:#f0f2f5;color:#667085}.ordering-header__text h1{font-size:22px;line-height:1.3;margin:6px 0 4px}.ordering-header__text p{font-size:13px}.ordering-upload__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin-bottom:10px}.ordering-upload__hint{color:var(--color-text-muted, #667085);font-size:12px}.ordering-field--modified input{border-color:#f59e0b;background:#fffbeb}.ordering-field--modified input:focus{border-color:#d97706;box-shadow:0 0 0 3px #f59e0b2e}.ordering-field__flag{display:inline-block;margin-left:6px;padding:1px 6px;border-radius:6px;background:#fef3c7;color:#b45309;font-size:11px;font-style:normal;font-weight:700}.customs-modal__content--wide{width:min(1720px,100%);height:min(94vh,1080px);grid-template-rows:auto minmax(0,1fr) auto}.ordering-compare--modal{min-height:0;overflow:hidden}.ordering-compare--modal .ordering-compare__col{min-height:0;min-width:0;overflow-y:auto;overflow-x:hidden}.ordering-compare--modal .ordering-form{padding:16px}.ordering-source__preview--modal{max-height:none;min-height:480px}.ordering-form--modal{overflow:auto;min-height:0}.ordering-source__tip{color:var(--color-text-muted, #98a2b3);font-size:11px;font-weight:400}.ordering-panzoom{position:relative;width:100%;min-height:320px;overflow:hidden;border-radius:8px;background:#f2f4f7;cursor:grab;touch-action:none}.ordering-panzoom--dragging{cursor:grabbing}.ordering-panzoom img{display:block;width:100%;max-width:none;transform-origin:center center;-webkit-user-select:none;user-select:none;pointer-events:none}.ordering-panzoom__toolbar{position:absolute;top:8px;right:8px;z-index:2;padding:3px;border-radius:10px;background:#ffffffeb;box-shadow:0 2px 10px #1018281f}.ordering-source__head-actions{display:flex;align-items:center;flex:0 0 auto;gap:8px}.ordering-source__head-actions .button{white-space:nowrap}.ordering-compare--full{grid-template-columns:1fr}.ordering-float{position:fixed;z-index:1400;display:flex;flex-direction:column;max-width:calc(100vw - 16px);max-height:calc(100vh - 16px);border:1px solid var(--line-soft, #e4e7ec);border-radius:14px;background:#fff;box-shadow:0 20px 60px #10182847;overflow:hidden}.ordering-float__resize{position:absolute;right:0;bottom:0;width:20px;height:20px;cursor:nwse-resize;touch-action:none;background:linear-gradient(135deg,transparent 50%,#c4ccd8 50%,#c4ccd8 58%,transparent 58%,transparent 66%,#c4ccd8 66%,#c4ccd8 74%,transparent 74%);border-bottom-right-radius:14px}.ordering-float__resize:hover{background:linear-gradient(135deg,transparent 50%,#98a2b3 50%,#98a2b3 58%,transparent 58%,transparent 66%,#98a2b3 66%,#98a2b3 74%,transparent 74%)}.ordering-float__head{display:flex;align-items:center;gap:10px;padding:8px 12px;border-bottom:1px solid var(--line-soft, #e4e7ec);background:#f8fafc;cursor:move;-webkit-user-select:none;user-select:none;touch-action:none}.ordering-float__head strong{color:#344054;font-size:13px;white-space:nowrap}.ordering-float__name{flex:1;min-width:0;overflow:hidden;color:var(--color-text-muted, #667085);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.ordering-float__head button{flex:0 0 auto;width:24px;height:24px;border:0;border-radius:6px;background:transparent;color:#667085;font-size:16px;line-height:1;cursor:pointer}.ordering-float__head button:hover{background:#eef1f5}.ordering-float__body{flex:1;min-height:0;overflow:hidden}.ordering-float__body .ordering-panzoom{height:100%;border-radius:0}.ordering-float__body iframe{width:100%;height:100%;border:0}.customs-modal__content--wide{padding:14px 20px}.customs-modal__content--wide>header{margin-bottom:10px}.customs-modal__content--wide h3{font-size:17px}.customs-modal__content--wide>header p{font-size:12px}.customs-modal__content--wide>header button{width:30px;height:30px;font-size:18px}.customs-modal__content--wide .ordering-submit-bar{padding-top:10px;margin-top:10px;border-top:1px solid var(--line-soft, #e4e7ec)}.customs-modal__content--wide .ordering-submit-bar .button{height:34px;padding:0 16px;font-size:13px}@media (max-width: 1000px){.ordering-compare{grid-template-columns:1fr}}@media (max-width: 560px){.ordering-grid,.ordering-commodity{grid-template-columns:1fr}}.react-devtools-button-group>.react-devtools-button:first-child,.react-devtools-button-group .react-devtools-divider{display:none}.react-devtools-button-group{border-color:#ffffff2e;background-color:#111827;box-shadow:0 4px 18px #0f172a59}.react-devtools-button-group .react-devtools-inspector-button:hover{background-color:#ffffff1f}:root{color-scheme:dark;--bg-page: #08090b;--bg-surface: #0d0f12;--bg-surface-soft: #13151a;--line-soft: rgba(255, 255, 255, .08);--line-strong: rgba(255, 255, 255, .15);--text-strong: #f4f4f1;--text-body: #c9cbd0;--text-muted: #858991;--blue: #f2f2ef;--blue-strong: #ffffff;--blue-soft: rgba(255, 255, 255, .08);--shadow-page: 0 30px 80px rgba(0, 0, 0, .34);--shadow-card: 0 18px 42px rgba(0, 0, 0, .24)}html,body,#root{background:#08090b}body{color:var(--text-body);background:radial-gradient(circle at 82% -10%,rgba(255,255,255,.08),transparent 28%),#08090b}::selection{background:#ffffff3d;color:#fff}.page-shell{background:#08090b}.sidebar{border-color:var(--line-soft);background:#0a0b0d}.sidebar__brand{border-color:var(--line-soft);background:#090a0c}.sidebar__logo-img{border-color:#ffffff2e;background:#f5f5f2;box-shadow:0 8px 24px #00000061}.sidebar__logo-text{color:#f5f5f2;font-weight:600;letter-spacing:.01em;text-shadow:none}.sidebar__collapse-toggle{border-color:var(--line-strong);background:#15171b;color:#f1f1ee;box-shadow:0 8px 22px #00000061}.sidebar__collapse-toggle:hover{background:#24272d;color:#fff}.sidebar__nav--tree{background:#0a0b0d;scrollbar-color:#4a4e56 transparent}.sidebar__section-title{color:#646871;letter-spacing:.2em}.nav-tree__group,.nav-tree__subgroup,.nav-tree__leaf{color:#aaadb4}.nav-tree__group{color:#e1e2df;font-weight:600}.nav-tree__group.is-active,.nav-tree__leaf.is-active{border-color:var(--line-strong);background:#1b1d22;color:#fff;box-shadow:inset 0 1px #ffffff09}.nav-tree__group:not(.is-active):hover,.nav-tree__subgroup:hover,.nav-tree__leaf:hover{background:#15171b;color:#f0f0ed}.nav-tree__branch,.sidebar__account,.sidebar__user{border-color:var(--line-soft)}.sidebar__user{color:#d8d9dc}.sidebar__user:hover,.sidebar__user.is-open{background:#15171b}.sidebar__avatar{border:1px solid var(--line-strong);background:#1c1e23;color:#fff}.sidebar__user-name{color:#f0f0ed}.sidebar__user-role,.sidebar__user-caret{color:#7c8088}.sidebar__account-menu{border-color:var(--line-strong);background:#15171b;box-shadow:0 22px 50px #0000007a}.sidebar__account-menu-user strong{color:#f0f0ed}.sidebar__account-menu-user span{color:#858991}.sidebar__account-menu-action:hover{background:#d948481f}.topbar{border-color:var(--line-soft);background:radial-gradient(circle at 80% -100%,rgba(255,255,255,.11),transparent 35%),#090a0c;box-shadow:0 8px 28px #0000003d}.topbar__item{color:#b9bbc1}.topbar__item:hover{background:#ffffff12;color:#fff}.topbar__item--active{color:#fff;box-shadow:inset 0 -2px #f4f4f1}.workspace{color:var(--text-body);background:radial-gradient(circle at 76% -15%,rgba(255,255,255,.065),transparent 32%),radial-gradient(rgba(255,255,255,.045) .7px,transparent .7px),#0d0f12;background-size:auto,38px 38px,auto;scrollbar-color:#4a4e56 #101216}.workspace__breadcrumb,.eyebrow,.job-context-banner__eyebrow,.amount-query-dialog__eyebrow,.printing-modal__eyebrow{color:#777b84;letter-spacing:.14em;text-transform:uppercase}:is(.workspace__title,.shipment-page-header__title,.printing-page-header h1,.business-page__header h1){color:#f4f4f1;font-weight:500;letter-spacing:-.04em}:is(.workspace__subtitle,.shipment-page-header__subtitle,.printing-page-header p:last-child,.business-page__header p:last-child){color:#90949c}:is(.shipment-page-header,.printing-page-header,.business-page__header){position:relative;z-index:1}.account-welcome{border-color:var(--line-strong);background:radial-gradient(circle at 84% 20%,rgba(255,255,255,.1),transparent 28%),linear-gradient(125deg,#181a1f,#0a0b0d);color:#fff;box-shadow:var(--shadow-card)}.account-welcome__avatar{border-color:#ffffff24;background:#f2f2ef;color:#111216}:is(.hero-card,.overview-card,.card,.home-layout-notes__item){border-color:var(--line-soft);background:#13151af0;color:var(--text-body);box-shadow:var(--shadow-card)}:is(.hero-card__title,.overview-card__title,.table-card__title){color:var(--text-strong)}:is(.hero-card__text,.overview-card__text,.table-card__subtitle){color:var(--text-muted)}.overview-card__link{color:#f0f0ed}:is(.shipment-metric,.shipment-list-panel,.job-entry-card,.job-panel,.job-results-panel,.declaration-panel,.declaration-results-panel,.declaration-batch-panel,.amount-query-panel,.printing-panel,.printing-filter-panel,.printing-history-panel,.printing-detail-section,.printing-tracking-result,.printing-success-card,.customs-panel,.validation-panel,.customs-draft-card,.customs-batch){border-color:var(--line-strong);background:#121418f5;color:var(--text-body);box-shadow:0 22px 52px #00000040,inset 0 1px #ffffff06}:is(.shipment-list-panel__toolbar,.job-panel__heading,.job-results-panel__heading,.declaration-panel__heading,.amount-query-panel__heading,.printing-panel__heading,.printing-history-panel__header,.customs-panel__heading){border-color:var(--line-soft);background:#ffffff03}:is(.shipment-list-panel__toolbar h2,.job-panel__heading h2,.job-results-panel__heading h2,.declaration-panel__heading h2,.amount-query-panel__heading h2,.printing-panel__heading h2,.printing-history-panel__header h2,.customs-panel__heading h2,.validation-panel h2){color:var(--text-strong)}:is(.shipment-list-panel__toolbar p,.job-panel__heading p,.declaration-panel__heading p,.amount-query-panel__heading p,.printing-panel__heading p,.customs-panel__heading p,.validation-panel header p){color:var(--text-muted)}.shipment-metric{background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.08),transparent 44%),#14161a}.shipment-metric__label,.shipment-metric small{color:#888c94}.shipment-metric strong{color:#f4f4f1}.workspace :is(input:not([type=checkbox]):not([type=radio]),select,textarea){border-color:var(--line-strong);background-color:#15171b;color:#f0f0ed;caret-color:#fff;box-shadow:inset 0 1px #ffffff06}.workspace :is(input:not([type=checkbox]):not([type=radio]),textarea)::placeholder{color:#666a73}.workspace :is(input:not([type=checkbox]):not([type=radio]),select,textarea):hover{border-color:#ffffff40}.workspace :is(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#ffffff7a;background-color:#191b20;box-shadow:0 0 0 3px #ffffff12}.workspace input[readonly]{border-color:var(--line-soft);background:#111317;color:#8c9098}.workspace input[type=checkbox],.workspace input[type=radio]{accent-color:#f1f1ee}:is(.customs-form-grid label,.shipment-plan-grid label,.printing-field>span,.job-form-grid label>span,.declaration-form-grid label>span){color:#a7aab1}:is(.button,.shipment-refresh-button,.shipment-row-action,.shipment-status-action,.job-action-button,.job-import-button,.job-split-button,.declaration-button,.declaration-secondary-button,.amount-query-button,.printing-button){border-color:var(--line-strong);background:#191b20;color:#efefec;box-shadow:none}:is(.button--primary,.shipment-row-action,.job-action-button--create,.declaration-button--primary,.declaration-button--create,.amount-query-button--primary,.printing-button--primary){border-color:#f3f3f0;background:#f3f3f0;color:#101115;box-shadow:0 9px 26px #ffffff1a}:is(.button,.shipment-refresh-button,.shipment-row-action,.shipment-status-action,.job-action-button,.job-import-button,.job-split-button,.declaration-button,.declaration-secondary-button,.amount-query-button,.printing-button):hover:not(:disabled){border-color:#ffffff5c;background:#24272d;color:#fff;transform:translateY(-1px)}:is(.button--primary,.shipment-row-action,.job-action-button--create,.declaration-button--primary,.declaration-button--create,.amount-query-button--primary,.printing-button--primary):hover:not(:disabled){border-color:#fff;background:#fff;color:#090a0c}.workspace button:disabled{cursor:not-allowed;opacity:.48}.workspace :is(.shipment-table-wrap,.job-table-shell,.job-results-table-shell,.declaration-editor-shell,.declaration-items-table-shell,.declaration-results-table-shell,.amount-query-table-shell,.amount-query-dialog__table-shell,.printing-table-wrap,.customs-table-scroll){border-color:var(--line-soft);background:#101216;scrollbar-color:#555961 #14161a}.workspace table{color:var(--text-body)}.workspace table th{border-color:var(--line-soft);background:#191b20;color:#a8abb2;font-weight:800;letter-spacing:.065em}.workspace table td{border-color:#ffffff0f;background:#111317;color:#c9cbd0}.workspace table tbody tr:nth-child(2n) td{background:#13151a}.workspace table tbody tr:hover td{background:#1c1f24}.workspace table tbody tr.is-selected td,.workspace table tbody tr.is-success td{background:#202329}.workspace table tbody tr.is-error td{background:#92313129}.workspace table a,.workspace table code,.shipment-reference,.printing-table__tracking{color:#f1f1ee}.job-context-banner{border-color:var(--line-strong);background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.1),transparent 38%),#14161a;color:var(--text-body)}.job-context-banner :is(h1,h2,strong,dd){color:var(--text-strong)}.job-context-banner :is(p,dt,span){color:var(--text-muted)}.job-transport-card{border-color:var(--line-soft);background:#15171b}.job-transport-card:hover,.job-transport-card:has(input:checked){border-color:var(--line-strong);background:#202329;box-shadow:0 0 0 3px #ffffff0b}.job-transport-card strong{color:var(--text-strong)}.job-transport-card small{color:var(--text-muted)}.job-submit-bar,.job-declaration-followup{border-color:var(--line-strong);background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.07),transparent 40%),#16181d;color:var(--text-body)}.declaration-context-banner,.declaration-submit-bar{border-color:var(--line-strong);background:radial-gradient(circle at 100% 0%,rgba(255,255,255,.075),transparent 40%),#15171b}.declaration-context-grid article,.declaration-type-tabs,.declaration-subtable{border-color:var(--line-soft);background:#15171b}.declaration-type-tabs button{color:#aaaeb5}.declaration-type-tabs button.is-active{border-color:var(--line-strong);background:#24272d;color:#fff}.declaration-mode-pill{border:1px solid var(--line-soft);background:#202329;color:#dedfdb}.declaration-subtable__heading,.declaration-editor-top-scroll{border-color:var(--line-soft);background:#181a1f}.printing-step>span{border:1px solid var(--line-strong);background:#1d2025;color:#f0f0ed}.printing-step h2,.printing-panel__heading h2{color:var(--text-strong)}.printing-service-row,.printing-parcel,.printing-tracking-summary,.printing-tracking-placeholder,.printing-pod{border-color:var(--line-soft);background:#15171b}.printing-service-row:has(input:checked){border-color:var(--line-strong);background:#202329;box-shadow:0 0 0 3px #ffffff0b}.printing-parcel{background:linear-gradient(100deg,#17191e,#111317)}.printing-parcel__number{border-color:var(--line-soft)}.printing-parcel__number strong{color:#f0f0ed}.printing-inline-warning{border-color:#e5be5547;background:#9a70191f;color:#dbc987}.printing-submit-bar{border-color:var(--line-strong);background:#15171b}.printing-success-card__mark{background:#f2f2ef;color:#101115}.customs-panel--active-tasks,.customs-panel--task-center{border-width:1px}.customs-mode-tabs{background:#0e1013}.customs-mode-tabs button{color:#979ba3}.customs-mode-tabs button.is-active{background:#f2f2ef;color:#101115;box-shadow:0 8px 24px #ffffff17}.customs-composer-toolbar,.customs-bulk-fill,.customs-dropzone,.customs-empty-state,.customs-file-list li,.shipment-plan-summary{border-color:var(--line-soft);background:#15171b;color:var(--text-body)}.customs-dropzone:hover,.customs-dropzone.is-dragging{border-color:var(--line-strong);background:#1d2025;box-shadow:0 0 0 4px #ffffff0b}.customs-dropzone__icon,.customs-draft-card>header,.customs-batch>header,.customs-job{border-color:var(--line-soft);background:#181a1f}.customs-draft-card__number{background:#f2f2ef;color:#101115}.customs-job__progress{background:#292c32}.customs-job__progress i{background:#f0f0ed}.amount-query-metrics article,.amount-query-dialog__summary div{border-color:var(--line-soft);background:#15171b}.amount-query-money{color:#f0f0ed!important}:is(.shipment-dialog-backdrop,.printing-modal-backdrop,.amount-query-dialog-backdrop,.customs-batch-modal){background:#000000b3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}:is(.shipment-dialog,.printing-modal,.amount-query-dialog,.customs-batch-modal__dialog,.customs-modal__content){border-color:var(--line-strong);background:#15171b;color:var(--text-body);box-shadow:0 32px 100px #00000094}:is(.shipment-dialog,.printing-modal,.amount-query-dialog,.customs-batch-modal__dialog) :is(h2,h3,strong){color:var(--text-strong)}:is(.shipment-transport-combobox__menu,.customs-transport-popover){border-color:var(--line-strong);background:#191b20;box-shadow:0 20px 50px #0000007a}:is(.shipment-transport-combobox__menu,.customs-transport-popover) button{color:#c5c7cc}:is(.shipment-transport-combobox__menu,.customs-transport-popover) button:hover{background:#24272d;color:#fff}:is(.shipment-state,.declaration-empty-state,.amount-query-empty,.printing-state,.b2b-preview-empty,.customs-empty-state){border-color:var(--line-soft);background:#13151a;color:var(--text-muted)}.shipment-creation-error,.printing-notice--error,.form-message--error{border-color:#e95c5c47;background:#8a272729;color:#efaaa4}.printing-notice--info,.form-message--success{border-color:#81cba642;background:#23714c24;color:#a8ddc2}.workspace *::-webkit-scrollbar{width:10px;height:10px}.workspace *::-webkit-scrollbar-track{background:#111317}.workspace *::-webkit-scrollbar-thumb{border:2px solid #111317;border-radius:999px;background:#4c5058}.workspace *::-webkit-scrollbar-thumb:hover{background:#666a73}.auth-screen{background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.11),transparent 36%),#08090b}.auth-screen__card{border-color:var(--line-strong);background:#14161bf2;box-shadow:var(--shadow-page)}.auth-screen__card h1{color:var(--text-strong)}.auth-screen__card p{color:var(--text-muted)}.auth-screen__eyebrow{color:#f0f0ed!important}.auth-screen__loader{border-color:#2b2e34;border-top-color:#f0f0ed}@media (max-width: 760px){.workspace{background:#0d0f12}:is(.shipment-list-panel,.job-panel,.declaration-panel,.amount-query-panel,.printing-panel,.customs-panel,.validation-panel){border-radius:16px}}.interactive-login{min-height:100vh;min-height:100dvh;padding:0;display:block;overflow:hidden;background:radial-gradient(circle at var(--login-pointer-x) var(--login-pointer-y),rgba(255,255,255,.1),transparent 25%),radial-gradient(ellipse at 50% 78%,rgba(255,255,255,.075),transparent 48%),linear-gradient(180deg,#08090b,#0b0c0f 56%,#111318)}.interactive-login__grid{opacity:.18;background-size:84px 84px;-webkit-mask-image:radial-gradient(ellipse at center,#000 0%,transparent 76%);mask-image:radial-gradient(ellipse at center,#000 0%,transparent 76%)}.interactive-login__particles{z-index:0;opacity:.94;-webkit-mask-image:linear-gradient(to bottom,transparent 4%,#000 25%,#000 96%,transparent);mask-image:linear-gradient(to bottom,transparent 4%,#000 25%,#000 96%,transparent)}.interactive-login__nav{position:absolute;z-index:3;top:clamp(24px,4vw,52px);left:clamp(24px,5vw,76px);min-height:0;border:0}.interactive-login__brand{gap:14px;pointer-events:none}.interactive-login__brand img{width:48px;height:48px;padding:5px;border-color:#ffffff40;border-radius:14px;box-shadow:0 14px 34px #0000006b,0 0 36px #ffffff14}.interactive-login__brand strong{font-size:20px;letter-spacing:.18em}.interactive-login__stage{position:relative;z-index:2;width:100%;min-height:100vh;min-height:100dvh;padding:112px 24px 54px;display:grid;place-items:safe center}.interactive-login__console{width:min(456px,100%);overflow:hidden;border:1px solid rgba(255,255,255,.18);border-radius:26px;background:linear-gradient(145deg,#1f2127e6,#0c0d10ed),#0c0d10e6;box-shadow:0 40px 110px #000000ad,0 0 0 1px #ffffff06 inset,0 1px #ffffff14 inset;-webkit-backdrop-filter:blur(28px) saturate(115%);backdrop-filter:blur(28px) saturate(115%)}.interactive-login__console-bar{min-height:54px;padding:0 22px}.interactive-login__console-copy{padding:40px 40px 30px}.interactive-login__console-copy p{margin-bottom:12px;color:#858991}.interactive-login__console-copy h2{font-size:29px}.interactive-login__console-copy span{margin-top:12px;font-size:13px}.interactive-login__form{padding:0 40px 38px}.interactive-login__form>label{margin:0 0 9px;color:#b8bbc1;font-size:13px}.interactive-login__form>label:not(:first-child){margin-top:18px}.interactive-login__field input{height:54px;padding-right:58px;background:#ffffff0d}.interactive-login__field input:disabled{cursor:wait;opacity:.72}.interactive-login__password-toggle{position:absolute;z-index:2;top:50%;right:13px;padding:7px;border:0;outline:none;transform:translateY(-50%);color:#898d95;background:transparent;font-size:11px;cursor:pointer}.interactive-login__password-toggle:hover:not(:disabled){color:#fff}.interactive-login__response{min-height:36px;margin-top:16px;padding:9px 11px;display:flex;align-items:center;gap:9px;border:1px solid rgba(131,213,163,.16);border-radius:10px;color:#9ca1a9;background:#3d805812;font-size:11px;line-height:1.45}.interactive-login__response i{flex:0 0 auto;width:6px;height:6px;border-radius:50%;background:#83d5a3;box-shadow:0 0 13px #64e294a6}.interactive-login__response.is-error{border-color:#eb786e40;color:#efaaa4;background:#9a352e1a}.interactive-login__response.is-error i{background:#e97870;box-shadow:0 0 13px #e9787094}.interactive-login__response.is-loading i{background:#f2f2ef;box-shadow:0 0 14px #ffffff9e;animation:login-status .9s ease-in-out infinite}.interactive-login__form>button{margin-top:14px}.interactive-login__form>button:disabled{cursor:not-allowed;opacity:.52}.interactive-login__button-loader{width:18px;height:18px;border:2px solid rgba(16,17,21,.25);border-top-color:#101115;border-radius:50%;animation:login-button-spin .72s linear infinite}@keyframes login-button-spin{to{transform:rotate(360deg)}}.interactive-login__console-footer{min-height:50px;background:#0000001f}@media (max-width: 620px){.interactive-login__nav{top:22px;left:20px}.interactive-login__brand img{width:42px;height:42px}.interactive-login__brand strong{font-size:17px}.interactive-login__stage{padding:92px 16px 28px}.interactive-login__console-copy{padding:34px 24px 26px}.interactive-login__form{padding:0 24px 30px}}.interactive-login{--login-pointer-x: 52%;--login-pointer-y: 34%;position:relative;isolation:isolate;min-height:100vh;min-height:100dvh;padding:0 clamp(24px,5vw,84px);display:grid;grid-template-rows:auto 1fr auto;overflow:hidden;color:#f4f4f1;background:radial-gradient(circle at var(--login-pointer-x) var(--login-pointer-y),rgba(255,255,255,.105),transparent 24%),radial-gradient(circle at 75% 15%,rgba(255,255,255,.06),transparent 30%),linear-gradient(145deg,#101114,#07080a 58%,#0d0f12)}.interactive-login__grid{position:absolute;z-index:-3;top:0;right:0;bottom:0;left:0;opacity:.36;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px);background-size:72px 72px;-webkit-mask-image:linear-gradient(to bottom,#000,rgba(0,0,0,.25) 68%,transparent);mask-image:linear-gradient(to bottom,#000,rgba(0,0,0,.25) 68%,transparent)}.interactive-login__particles{position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;-webkit-mask-image:linear-gradient(to bottom,transparent 22%,#000 46%,#000 94%,transparent);mask-image:linear-gradient(to bottom,transparent 22%,#000 46%,#000 94%,transparent)}.interactive-login__orb{position:absolute;z-index:-2;border:1px solid rgba(255,255,255,.08);border-radius:50%;pointer-events:none}.interactive-login__orb:before,.interactive-login__orb:after{content:"";position:absolute;border:inherit;border-radius:inherit}.interactive-login__orb:before{top:12%;right:12%;bottom:12%;left:12%}.interactive-login__orb:after{top:28%;right:28%;bottom:28%;left:28%}.interactive-login__orb--one{width:min(720px,55vw);aspect-ratio:1;right:-14%;bottom:-38%;animation:login-orbit 24s linear infinite}.interactive-login__orb--two{width:min(420px,34vw);aspect-ratio:1;top:12%;left:-15%;opacity:.48;animation:login-orbit 18s linear infinite reverse}@keyframes login-orbit{to{transform:rotate(360deg)}}.interactive-login__nav{min-height:94px;display:flex;align-items:center;justify-content:space-between;gap:24px;border-bottom:1px solid rgba(255,255,255,.08)}.interactive-login__brand{display:inline-flex;align-items:center;gap:13px;color:inherit;text-decoration:none}.interactive-login__brand img{width:44px;height:44px;padding:5px;object-fit:contain;border:1px solid rgba(255,255,255,.18);border-radius:13px;background:#f3f3f0;box-shadow:0 10px 28px #00000057}.interactive-login__brand span{display:grid;gap:3px}.interactive-login__brand strong{font-size:17px;font-weight:700;letter-spacing:.16em}.interactive-login__brand small{color:#757981;font-size:9px;font-weight:700;letter-spacing:.18em}.interactive-login__status{display:flex;align-items:center;gap:9px;color:#8f939b;font-size:12px;letter-spacing:.04em}.interactive-login__status i{width:7px;height:7px;border-radius:50%;background:#8de3ad;box-shadow:0 0 16px #64e294b8;animation:login-status 1.8s ease-in-out infinite}@keyframes login-status{50%{opacity:.45;transform:scale(.75)}}.interactive-login__hero{width:min(1420px,100%);margin:auto;padding:clamp(44px,7vh,92px) 0;display:grid;grid-template-columns:minmax(0,1.08fr) minmax(440px,.92fr);align-items:center;gap:clamp(48px,7vw,110px)}.interactive-login__intro{max-width:720px}.interactive-login__release{width:fit-content;margin-bottom:42px;padding:8px 13px;display:flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.12);border-radius:999px;color:#aaaeb5;background:#ffffff06;font-size:10px;font-weight:800;letter-spacing:.16em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.interactive-login__release i{width:6px;height:6px;border-radius:50%;background:#f3f3f0;box-shadow:0 0 12px #ffffffc7}.interactive-login__eyebrow{margin:0 0 14px;color:#747881;font-size:12px;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.interactive-login__intro h1{margin:0;font-size:clamp(46px,5.1vw,78px);font-weight:450;letter-spacing:-.06em;line-height:.98}.interactive-login__intro h1 em{display:block;margin-top:12px;color:#a5a6a8;font-family:Georgia,Times New Roman,serif;font-weight:400}.interactive-login__lead{max-width:610px;margin:30px 0 0;color:#93979f;font-size:16px;line-height:1.9}.interactive-login__capabilities{margin-top:44px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.interactive-login__capabilities article{min-width:0;padding:18px;border:1px solid rgba(255,255,255,.085);border-radius:17px;background:#ffffff06;transition:border-color .2s ease,background .2s ease,transform .2s ease}.interactive-login__capabilities article:hover{border-color:#ffffff38;background:#ffffff0e;transform:translateY(-3px)}.interactive-login__capabilities span{display:block;margin-bottom:23px;color:#62666e;font-family:Consolas,monospace;font-size:10px}.interactive-login__capabilities strong,.interactive-login__capabilities small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.interactive-login__capabilities strong{color:#ececea;font-size:14px}.interactive-login__capabilities small{margin-top:6px;color:#767a82;font-size:10px}.interactive-login__console{position:relative;overflow:hidden;border:1px solid rgba(255,255,255,.16);border-radius:28px;background:radial-gradient(circle at 50% 0%,rgba(255,255,255,.08),transparent 38%),#121418e8;box-shadow:0 34px 90px #0000007a,inset 0 1px #ffffff0b;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.interactive-login__console:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(115deg,transparent 20%,rgba(255,255,255,.028),transparent 58%);transform:translate(-100%);animation:login-sheen 6s ease-in-out infinite}@keyframes login-sheen{55%,to{transform:translate(100%)}}.interactive-login__console-bar{min-height:58px;padding:0 20px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;border-bottom:1px solid rgba(255,255,255,.08);color:#757981;font-family:Consolas,monospace;font-size:9px;letter-spacing:.12em}.interactive-login__console-bar>div{display:flex;gap:7px}.interactive-login__console-bar i{width:7px;height:7px;border-radius:50%;background:#555961}.interactive-login__console-bar i:first-child{background:#e46b65}.interactive-login__console-bar i:nth-child(2){background:#d8b458}.interactive-login__console-bar i:last-child{background:#67be83}.interactive-login__console-bar b{justify-self:end;color:#838790;font-size:inherit}.interactive-login__signal{height:170px;padding:34px 46px 16px;display:flex;align-items:center;justify-content:center;gap:clamp(5px,.6vw,9px);-webkit-mask-image:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent);mask-image:linear-gradient(90deg,transparent,#000 14%,#000 86%,transparent)}.interactive-login__signal i{width:5px;height:var(--signal-height);min-height:8px;border-radius:999px;background:linear-gradient(to bottom,#fff,#5d6067);box-shadow:0 0 18px #ffffff1f;animation:login-wave 1.65s ease-in-out var(--signal-delay) infinite alternate}@keyframes login-wave{45%{height:max(10px,calc(var(--signal-height) * .42));opacity:.48}}.interactive-login__console-copy{padding:0 38px 28px;text-align:center}.interactive-login__console-copy p{margin:0 0 10px;color:#71757d;font-family:Consolas,monospace;font-size:9px;font-weight:700;letter-spacing:.2em}.interactive-login__console-copy h2{margin:0;color:#f2f2ef;font-size:25px;font-weight:550;letter-spacing:-.03em}.interactive-login__console-copy span{display:block;margin-top:10px;color:#858991;font-size:13px}.interactive-login__form{padding:0 38px 34px}.interactive-login__form>label{display:block;margin-bottom:8px;color:#a3a6ad;font-size:12px;font-weight:650}.interactive-login__field{position:relative}.interactive-login__field svg{position:absolute;z-index:1;top:50%;left:16px;width:18px;transform:translateY(-50%);fill:none;stroke:#777b84;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.interactive-login__field input{width:100%;height:52px;padding:0 16px 0 46px;border:1px solid rgba(255,255,255,.14);border-radius:13px;outline:none;background:#ffffff0b;color:#f2f2ef;font-size:14px;transition:border-color .18s ease,background .18s ease,box-shadow .18s ease}.interactive-login__field input::placeholder{color:#60646c}.interactive-login__field input:focus{border-color:#ffffff6b;background:#fff1;box-shadow:0 0 0 4px #ffffff0e}.interactive-login__error{margin:10px 0 0;color:#eba7a2;font-size:12px;line-height:1.55}.interactive-login__form>button{width:100%;height:52px;margin-top:14px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;border:1px solid #f3f3f0;border-radius:13px;background:#f3f3f0;color:#101115;font-size:14px;font-weight:750;box-shadow:0 12px 32px #ffffff1a;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.interactive-login__form>button:hover:not(:disabled){background:#fff;box-shadow:0 16px 38px #ffffff29;transform:translateY(-2px)}.interactive-login__form>button svg{width:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.interactive-login__form>button:hover svg{transform:translate(3px)}.interactive-login__console-footer{min-height:52px;padding:0 24px;display:flex;align-items:center;justify-content:center;gap:24px;border-top:1px solid rgba(255,255,255,.07);color:#646870;font-family:Consolas,monospace;font-size:9px;letter-spacing:.06em}.interactive-login__console-footer span{position:relative}.interactive-login__console-footer span:not(:last-child):after{content:"";position:absolute;top:50%;right:-14px;width:3px;height:3px;border-radius:50%;background:#4f535b}.interactive-login__footer{min-height:70px;display:flex;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.07);color:#5f636b;font-size:10px;letter-spacing:.08em}@media (max-width: 1080px){.interactive-login__hero{grid-template-columns:1fr}.interactive-login__intro{max-width:none;text-align:center}.interactive-login__release,.interactive-login__lead{margin-right:auto;margin-left:auto}.interactive-login__console{width:min(620px,100%);margin:0 auto}}@media (max-width: 620px){.interactive-login{padding:0 18px}.interactive-login__nav{min-height:76px}.interactive-login__brand small,.interactive-login__status{display:none}.interactive-login__hero{padding:34px 0;gap:34px}.interactive-login__release{margin-bottom:26px}.interactive-login__intro h1{font-size:clamp(38px,12vw,56px)}.interactive-login__capabilities{grid-template-columns:1fr}.interactive-login__capabilities span{margin-bottom:12px}.interactive-login__console-bar{grid-template-columns:1fr auto}.interactive-login__console-bar>span{display:none}.interactive-login__signal{height:130px;padding-right:24px;padding-left:24px}.interactive-login__console-copy,.interactive-login__form{padding-right:22px;padding-left:22px}.interactive-login__console-footer{gap:12px}.interactive-login__console-footer span:last-child{display:none}.interactive-login__footer{justify-content:center;text-align:center}.interactive-login__footer span:last-child{display:none}}@media (prefers-reduced-motion: reduce){.interactive-login *,.interactive-login *:before,.interactive-login *:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.account-welcome{min-height:230px;padding:clamp(28px,4vw,52px);justify-content:space-between;gap:40px}.account-welcome:before{width:360px;height:360px;top:-240px;right:6%;border-color:#ffffff14;border-radius:50%}.account-welcome:after{width:240px;height:240px;right:30%;bottom:-180px;border-color:#ffffff0f;border-radius:50%}.account-welcome__copy{position:relative;z-index:1;display:grid;gap:22px}.account-welcome__identity{display:flex;align-items:center;gap:20px}.account-welcome__identity>div:last-child>p{margin:0 0 8px;color:#7e828a;font-family:Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.18em}.account-welcome__description{max-width:560px;margin:0;color:#969aa2;font-size:14px;line-height:1.7}.account-welcome__signal{position:relative;z-index:1;width:min(410px,36%);min-width:300px;padding:24px;border:1px solid rgba(255,255,255,.1);border-radius:22px;background:#ffffff06;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.account-welcome__signal>div{height:92px;display:flex;align-items:center;justify-content:center;gap:7px}.account-welcome__signal>div i{width:5px;min-height:8px;border-radius:999px;background:linear-gradient(to bottom,#fff,#565a62);animation:home-signal 1.7s ease-in-out infinite alternate}@keyframes home-signal{50%{transform:scaleY(.42);opacity:.46}}.account-welcome__signal>span{display:flex;align-items:center;justify-content:center;gap:8px;color:#858991;font-family:Consolas,monospace;font-size:9px;letter-spacing:.15em}.account-welcome__signal>span i,.home-system-badge i{width:6px;height:6px;border-radius:50%;background:#86dda7;box-shadow:0 0 14px #6ae2979e}.hero-grid{align-items:stretch}.hero-card{position:relative;overflow:hidden;padding:clamp(28px,3vw,44px)}.hero-card:after{content:"";position:absolute;right:-80px;bottom:-110px;width:300px;height:300px;border:1px solid rgba(255,255,255,.07);border-radius:50%;box-shadow:0 0 0 34px #ffffff05,0 0 0 68px #ffffff03}.hero-card__title{position:relative;z-index:1;max-width:760px;font-size:clamp(30px,3vw,48px);font-weight:450;letter-spacing:-.045em;line-height:1.12}.hero-card__text,.hero-card__actions{position:relative;z-index:1}.summary-card{border-color:var(--line-soft);background:#13151a}.summary-card__label,.summary-card__hint{color:#81858d}.summary-card__value{color:#f2f2ef}.overview-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.overview-card{position:relative;min-height:230px;padding:26px;display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,border-color .2s ease,background .2s ease}.overview-card:hover{border-color:#fff3;background:#181a1f;transform:translateY(-4px)}.overview-card__code{margin-bottom:38px;color:#666a72;font-family:Consolas,monospace;font-size:10px;font-weight:700;letter-spacing:.16em}.overview-card__link{margin-top:auto;align-self:flex-start}.table-card{padding:28px}.home-system-badge{display:inline-flex;align-items:center;gap:8px;color:#82868e;font-family:Consolas,monospace;font-size:9px;letter-spacing:.14em}.home-layout-notes{counter-reset:none}.home-layout-notes__item{min-height:170px;padding:24px}.home-layout-notes__item h4{color:#f0f0ed;letter-spacing:.01em}.home-layout-notes__item p{color:#898d95;line-height:1.75}@media (max-width: 1180px){.overview-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.account-welcome__signal{width:min(360px,40%)}}@media (max-width: 760px){.account-welcome{align-items:stretch;flex-direction:column}.account-welcome__signal{width:100%;min-width:0}.overview-grid{grid-template-columns:1fr}}#root .interactive-login{min-height:100vh;min-height:100dvh;padding:0;display:block;background:#fff}#root .interactive-login__particles{z-index:0;opacity:.94;-webkit-mask-image:linear-gradient(to bottom,transparent 4%,#000 25%,#000 96%,transparent);mask-image:linear-gradient(to bottom,transparent 4%,#000 25%,#000 96%,transparent)}#root .interactive-login__grid{opacity:.22;background-image:linear-gradient(rgba(70,91,138,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(183,70,53,.065) 1px,transparent 1px)}#root .interactive-login__nav{position:absolute;z-index:3;top:clamp(24px,4vw,52px);left:clamp(24px,5vw,76px);min-height:0;border:0}#root .interactive-login__brand{color:#20232a}#root .interactive-login__brand img{width:48px;height:48px}#root .interactive-login__brand strong{font-size:20px;letter-spacing:.18em}#root .interactive-login__console{width:min(456px,100%);margin:0}#root .interactive-login__console-copy{padding:40px 40px 30px}#root .interactive-login__form{padding:0 40px 38px}#root .interactive-login__form>label{margin:0 0 9px;font-size:13px}#root .interactive-login__form>label:not(:first-child){margin-top:18px}#root .interactive-login__field input{height:54px;padding-right:58px}#root .interactive-login__form>button:disabled{cursor:not-allowed;opacity:.52}@media (max-width: 620px){#root .interactive-login__nav{top:22px;left:20px}#root .interactive-login__brand img{width:42px;height:42px}#root .interactive-login__brand strong{font-size:17px}#root .interactive-login__console{width:min(456px,100%)}#root .interactive-login__console-copy{padding:34px 24px 26px}#root .interactive-login__form{padding:0 24px 30px}}#root .interactive-login__stage{min-height:100vh;min-height:100dvh;padding:24px;grid-template-columns:minmax(0,1fr);place-items:center;overflow:auto}#root .interactive-login__video-background{position:absolute;z-index:0;top:0;right:0;bottom:0;left:0;overflow:hidden;background:#02070d;pointer-events:none}#root .interactive-login__planet-video{position:absolute;top:50%;left:50%;width:100%;height:100%;object-fit:cover;object-position:center;opacity:0;transform:translate(-50%,-50%) scaleX(.96) scale(1.02);transform-origin:center;transition:opacity .72s ease-in-out;will-change:opacity,transform}#root .interactive-login__planet-video.is-active{opacity:1}#root .interactive-login__video-shade{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#02070d0a,#02070d33 46%,#02070da8),linear-gradient(180deg,rgba(2,7,13,.22),transparent 30%,rgba(2,7,13,.25))}#root .interactive-login__console{z-index:2;border-color:#7ebeff42;background:linear-gradient(145deg,#0a1b31d1,#020a18e6),#040f1fd6;box-shadow:0 36px 100px #00051294,0 0 54px #237ee221,inset 0 1px #ffffff1f;color:#f3f8ff;-webkit-backdrop-filter:blur(26px) saturate(135%);backdrop-filter:blur(26px) saturate(135%)}#root .interactive-login__console:after{display:none}#root .interactive-login__console-copy h2{color:#f5f9ff;text-shadow:0 2px 18px rgba(57,151,255,.18)}#root .interactive-login__console-copy p,#root .interactive-login__console-copy span,#root .interactive-login__form>label{color:#a9bad0}#root .interactive-login__console-copy p{color:#78aee8}#root .interactive-login__field svg{stroke:#8ea9c8}#root .interactive-login__field input{border-color:#89bcf133;background:#7ba4cf17;color:#f5f9ff}#root .interactive-login__field input::placeholder{color:#71849b}#root .interactive-login__field input:focus{border-color:#66b1ff9e;background:#70a4dc24;box-shadow:0 0 0 4px #308beb1c,0 0 24px #308beb14}#root .interactive-login__password-toggle{color:#8298b1}#root .interactive-login__password-toggle:hover:not(:disabled){color:#dcecff}#root .interactive-login__response{border-color:#64d2aa2b;color:#9fb4ca;background:#25826c1a}#root .interactive-login__form>button{border-color:#88c7ffb3;background:linear-gradient(135deg,#74bfff,#3c8fe4);color:#031223;box-shadow:0 14px 34px #1872d34d,inset 0 1px #ffffff73}#root .interactive-login__form>button:hover:not(:disabled){background:linear-gradient(135deg,#95ceff,#54a4f2);box-shadow:0 18px 42px #1872d366,inset 0 1px #ffffff80}#root .interactive-login__brand{padding:9px 16px 9px 9px;border:1px solid rgba(118,187,255,.16);border-radius:18px;background:#030d1c6b;box-shadow:0 16px 42px #0005123d,inset 0 1px #ffffff0f;-webkit-backdrop-filter:blur(16px) saturate(130%);backdrop-filter:blur(16px) saturate(130%)}#root .interactive-login__brand img{border-color:#8ecbff5c;background:#f0f8fff0;box-shadow:0 10px 28px #00081861,0 0 24px #3d99f52b}#root .interactive-login__brand strong{color:#dcecff;text-shadow:0 0 22px rgba(80,166,255,.3)}@media (max-width: 900px){#root .interactive-login__stage{padding:24px 16px}#root .interactive-login__console{margin:0 auto}#root .interactive-login__video-shade{background:#02070d6b}}@media (prefers-reduced-motion: reduce){#root .interactive-login__planet-video{transition:none}}html:has(.page-shell),body:has(.page-shell),body:has(.page-shell) #root{width:100%;height:100%;min-height:0;overflow:hidden;background:#fff}#root .interactive-login{background:#fff}.auth-screen{background:radial-gradient(ellipse 58% 90% at 0% 54%,rgba(245,224,255,.8),transparent 70%),radial-gradient(ellipse 58% 90% at 100% 50%,rgba(222,248,250,.82),transparent 70%),linear-gradient(90deg,#fdfaff,#fff 48%,#fbfeff)}.page-shell{--bg-page: #ffffff;--bg-surface: #ffffff;--bg-surface-soft: #f8fafc;--line-soft: #e7eaf0;--line-strong: #d9dee8;--text-strong: #172033;--text-body: #374156;--text-muted: #778197;--blue: #6b9cff;--blue-strong: #6b7f9f;--blue-soft: #edf3ff;--shadow-page: 0 24px 60px rgba(33, 47, 78, .1);--shadow-card: 0 8px 26px rgba(33, 47, 78, .055);--radius-xl: 18px;--radius-lg: 16px;--radius-md: 13px;--radius-sm: 9px;--shell-header-height: 80px;grid-template-columns:244px minmax(0,1fr);width:100%;height:100%;min-height:0;color:var(--text-body);background:#fff;background-attachment:fixed;font-family:Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,sans-serif}::selection{background:#6b9cff;color:#fff;text-shadow:none}::-moz-selection{background:#6b9cff;color:#fff;text-shadow:none}.page-shell.is-business-shell{grid-template-columns:0 minmax(0,1fr);transition:none}.page-shell.is-business-shell>.sidebar{grid-column:1;grid-row:1}.page-shell.is-business-shell>.main-area{grid-column:2;grid-row:1;min-width:0}.page-shell.is-business-shell.is-business-nav-open{grid-template-columns:280px minmax(0,1fr)}.page-shell.is-business-shell.is-sidebar-collapsed{grid-template-columns:0 minmax(0,1fr)}.page-shell.is-business-shell.is-business-nav-open.is-sidebar-collapsed{grid-template-columns:76px minmax(0,1fr)}.page-shell.is-business-shell .sidebar{position:relative;height:100%;min-height:0;overflow:hidden;border-right:0;background:transparent;box-shadow:none;visibility:visible}.page-shell.is-business-shell:not(.is-business-nav-open) .sidebar__nav{visibility:hidden;pointer-events:none}.page-shell.is-business-shell .sidebar__brand{position:fixed;top:0;left:0;z-index:1200;width:280px;cursor:pointer}.page-shell.is-business-shell .sidebar__brand{border:0;cursor:pointer;text-align:left}.page-shell.is-business-shell .sidebar__brand:focus-visible,.page-shell.is-business-shell .topbar__business-trigger:focus-visible,.page-shell.is-business-shell .topbar__account-trigger:focus-visible{outline:3px solid rgba(53,109,243,.25);outline-offset:2px}.page-shell .sidebar__brand{height:var(--shell-header-height);padding:0 20px;gap:13px;border-bottom:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.page-shell .sidebar__logo-img{width:46px;height:46px;padding:5px;border:1px solid #dce3ee;border-radius:12px;background:#f8fbff;box-shadow:0 7px 18px #2753a81c}.sidebar__brand-copy{min-width:0;display:grid;gap:2px}.page-shell .sidebar__logo-text{color:#172033;font-size:23px;font-weight:750;letter-spacing:-.025em;text-shadow:none}.sidebar__brand-copy>span{color:#929bad;font-size:8px;font-weight:750;letter-spacing:.16em}.page-shell.is-sidebar-collapsed .sidebar__brand-copy{display:none}.page-shell .sidebar__collapse-toggle{top:92px;right:-14px;width:28px;height:28px;border-color:#dce3ee;background:#fff;color:#657089;box-shadow:0 7px 20px #212f4e1f}.page-shell .sidebar__collapse-toggle:hover{border-color:#bfd0ff;background:#f4f7ff;color:var(--blue)}.page-shell .sidebar__nav--tree{position:absolute;inset:var(--shell-header-height) 0 0;min-height:0;overflow-y:auto;gap:5px;padding:24px 16px;background:transparent;scrollbar-color:#cfd5df transparent}.page-shell .sidebar__section-title{margin-bottom:7px;padding:0 14px;color:#a0a8b8;font-size:11px;font-weight:700;letter-spacing:.14em}.page-shell .nav-tree{gap:4px}.page-shell .nav-tree__group{position:relative;min-height:48px;padding:0 13px;border:0;border-radius:11px;color:#4e596f;background:transparent;font-size:14px;font-weight:650}.nav-tree__group-label{min-width:0;display:flex;align-items:center;gap:12px}.nav-tree__icon{width:20px;height:20px;flex:0 0 auto;stroke:#687389;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}.page-shell .nav-tree__group.is-active{border:0;color:#6b7f9f;background:#f5f8fc;box-shadow:none}.page-shell .nav-tree__group.is-active .nav-tree__icon{stroke:#6b9cff}.page-shell .nav-tree__group:not(.is-active):hover{color:#27334b;background:#f6f8fb}.page-shell .nav-tree__panel{gap:2px;padding:2px 0 6px 28px}.page-shell .nav-tree__leaf{position:relative;min-height:39px;padding:0 12px 0 18px;display:flex;align-items:center;border:0;border-radius:9px;color:#758096;font-size:13px;font-weight:520}.page-shell .nav-tree__leaf:before{content:"";position:absolute;top:50%;left:2px;width:3px;height:0;border-radius:999px;background:#6b9cff;transform:translateY(-50%);transition:height .2s ease}.page-shell .nav-tree__leaf:hover{color:#39455d;background:#f7f9fc}.page-shell .nav-tree__leaf.is-active{color:#6b7f9f;background:#f7f9fc;font-weight:700}.page-shell .nav-tree__leaf.is-active:before{height:22px}.page-shell .nav-tree__caret{color:#99a2b3}.page-shell .sidebar__account{position:relative;z-index:2;flex:0 0 auto;margin-top:auto;border-top:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.page-shell .sidebar__user{min-height:76px;padding:14px 18px;border:0;color:var(--text-body)}.page-shell .sidebar__user:hover,.page-shell .sidebar__user.is-open{background:#f6f8fb}.page-shell .sidebar__avatar{width:42px;height:42px;border:1px solid #dce6ff;background:#edf3ff;color:#6b7f9f}.page-shell .sidebar__user-name{color:#253047;font-size:13px}.page-shell .sidebar__user-role,.page-shell .sidebar__user-caret{color:#8d96a8}.page-shell .sidebar__account-menu{border-color:#e1e6ee;border-radius:13px;background:#fff;box-shadow:0 18px 50px #22304e26}.page-shell .sidebar__account-menu-user strong{color:#202b41}.page-shell .sidebar__account-menu-user span{color:#828ca0}.page-shell .topbar{position:relative;z-index:1000;overflow:visible;height:var(--shell-header-height);padding:0 22px;border-bottom:0;background:#ffffffb8;box-shadow:none;backdrop-filter:blur(18px) saturate(160%);-webkit-backdrop-filter:blur(18px) saturate(160%)}.page-shell.is-business-shell:not(.is-business-nav-open) .topbar{padding-left:322px}.page-shell .topbar__nav{min-width:0;flex:1 1 auto;display:flex;align-items:center;gap:18px}.page-shell .topbar__business-trigger{flex:0 0 auto;height:48px;display:inline-flex;align-items:center;gap:8px;padding:0 16px;border:1px solid #dbe4f4;border-radius:10px;color:#52617a;background:#fff;font-size:16px;font-weight:700;transition:color .2s ease,border-color .2s ease,background .2s ease}.page-shell .topbar__business-trigger svg{width:20px;height:20px;stroke:currentColor;stroke-width:1.7}.page-shell .topbar__business-trigger:hover,.page-shell .topbar__business-trigger.is-active{border-color:#c7d7ff;color:#6b7f9f;background:#edf3ff}.page-shell .business-search{position:relative;width:320px;flex:0 0 320px;margin-left:2px}.page-shell .topbar__account,.page-shell .topbar__contact{position:relative}.page-shell .topbar__contact-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:90;min-width:238px;padding:14px 16px;border:1px solid #e1e6ee;border-radius:13px;background:#fff;box-shadow:0 18px 50px #22304e26}.page-shell .topbar__contact-menu span,.page-shell .topbar__contact-menu a{display:block}.page-shell .topbar__contact-menu span{margin-bottom:5px;color:#828ca0;font-size:12px}.page-shell .topbar__contact-menu a{color:#315bea;font-size:14px;font-weight:700;text-decoration:none}.page-shell .topbar__contact-menu a:hover{text-decoration:underline}.page-shell .topbar__account-trigger{min-height:40px;display:inline-flex;align-items:center;gap:8px;padding:3px 8px 3px 5px;border:1px solid transparent;border-radius:10px;color:#52617a;background:transparent;text-align:left;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.page-shell .topbar__account-trigger:hover,.page-shell .topbar__account-trigger.is-open{border-color:#dbe4f4;background:#f3f6fa}.page-shell .topbar__account-copy{min-width:0;display:grid;gap:1px}.page-shell .topbar__account-copy strong{max-width:170px;overflow:hidden;color:#27334a;font-size:15px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.page-shell .topbar__account-copy small{color:#8d99ad;font-size:11px;white-space:nowrap}.page-shell .topbar__account-caret{color:#8d99ad;font-size:14px}.page-shell .topbar__account-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:90;width:220px;padding:8px;border:1px solid #e1e6ee;border-radius:13px;background:#fff;box-shadow:0 18px 50px #22304e26}.page-shell .topbar__account-menu .sidebar__account-menu-user{display:grid;gap:4px;padding:10px 12px 8px}.page-shell .topbar__account-menu .sidebar__account-menu-user strong,.page-shell .topbar__account-menu .sidebar__account-menu-user span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-shell .topbar__account-menu .sidebar__account-menu-user strong{color:#202b41;font-size:13px}.page-shell .topbar__account-menu .sidebar__account-menu-user span{color:#828ca0;font-size:12px}.page-shell .topbar__account-menu-action{display:block!important;visibility:visible!important;width:100%;min-height:38px;margin-top:4px;padding:10px 12px;border:0;border-radius:9px;color:#b42318!important;background:transparent;text-align:left;font-size:13px;font-weight:650;line-height:18px;cursor:pointer}.page-shell .topbar__account-menu-action:hover{background:#fff1f0}.page-shell .business-search input{width:100%;height:52px;padding:0 16px 0 40px;border:1px solid #dfe5ee;border-radius:10px;outline:none;color:#27334a;background:#f8fafc;font-size:16px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.page-shell .business-search input::placeholder{color:#9aa5b7}.page-shell .business-search input:focus{border-color:#9eb9ff;background:#fff;box-shadow:0 0 0 3px #356df31a}.business-search__icon{position:absolute;top:16px;left:14px;z-index:1;width:20px;height:20px;stroke:#8d99ad;stroke-width:1.7;stroke-linecap:round}.business-search__popover{position:absolute;top:calc(100% + 8px);left:0;z-index:1100;width:100%;max-height:min(440px,62vh);overflow-y:auto;padding:8px;border:1px solid #e2e8f2;border-radius:13px;background:#fff;box-shadow:0 18px 48px #212f4e29}.business-search__heading{padding:7px 10px 6px;color:#98a2b4;font-size:10px;font-weight:750;letter-spacing:.12em}.business-search__result{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:0;border-radius:8px;color:#344158;background:transparent;text-align:left;cursor:pointer}.business-search__result:hover{color:#6b7f9f;background:#f0f5ff}.business-search__result small{flex:0 0 auto;color:#9aa5b7;font-size:10px}.business-search__empty{margin:0;padding:14px 10px;color:#8994a8;font-size:11px}.page-shell .topbar__item{height:52px;padding:0 12px;border-radius:10px;color:#667188;font-size:16px;font-weight:600}.page-shell .topbar__item:hover{background:#f3f6fa;color:#27334a}.page-shell .topbar__actions{min-width:0;flex:0 0 auto;gap:10px;white-space:nowrap}.page-shell .topbar__language-toggle{height:44px;display:inline-flex;align-items:center;gap:4px;padding:0 10px;border:1px solid #dbe4f4;border-radius:8px;color:#7d8798;background:#fff;font-size:16px;font-weight:700;cursor:pointer}.page-shell .topbar__language-toggle:hover{border-color:#b9cdf9;color:#6b7f9f;background:#f3f6ff}.page-shell .topbar__language-toggle .is-active{color:#6b7f9f}.page-shell .topbar__language-divider{color:#b1b8c5;font-weight:500}.page-shell .topbar__item--home{align-self:auto;height:40px;padding:0 13px;border-radius:10px}.page-shell .topbar__item--active{color:#6b7f9f;background:#edf3ff;box-shadow:none}.topbar__page-context{min-width:0;padding-left:19px;display:grid;gap:2px;border-left:1px solid #e4e8ef}.topbar__page-context span{color:#9aa3b4;font-size:9px;font-weight:700;letter-spacing:.11em}.topbar__page-context strong{overflow:hidden;color:#273249;font-size:14px;font-weight:700;text-overflow:ellipsis;white-space:nowrap}.topbar__action-icon{width:18px;height:18px;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}.topbar__mini-avatar{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#edf3ff;color:#6b7f9f;font-size:9px;font-weight:800}.page-shell .workspace{padding:clamp(20px,2vw,32px);color:var(--text-body);background:transparent;background-size:auto;scrollbar-color:#c8cfda #eef1f5;container-type:inline-size}.page-shell .workspace.workspace--quotation{padding:0;overflow:hidden}.full-container-quotation{--fcl-navy: #0e2a4e;--fcl-navy-2: #123a6b;--fcl-navy-3: #1b4f8f;--fcl-accent: #1f6fd6;--fcl-bg: #eef2f7;--fcl-card: #ffffff;--fcl-line: #d8e0ea;--fcl-text: #1c2b3a;--fcl-muted: #6b7d90;--fcl-gold: #c9a227;--fcl-ok: #1e8e5a;--fcl-danger: #c0392b;width:100%;height:100%;min-height:0;overflow:auto;background:var(--fcl-bg);color:var(--fcl-text);font:13px/1.5 PingFang SC,Microsoft YaHei,Hiragino Sans GB,Noto Sans CJK SC,system-ui,sans-serif}.full-container-quotation *{box-sizing:border-box}.fcl-topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 18px;background:linear-gradient(135deg,var(--fcl-navy) 0%,var(--fcl-navy-2) 60%,var(--fcl-navy-3) 100%);color:#fff;box-shadow:0 2px 8px #00000040}.fcl-brand{margin-right:8px;font-size:15px;font-weight:700;letter-spacing:.5px}.fcl-brand small{margin-left:6px;opacity:.75;font-size:11px;font-weight:400}.fcl-topbar__spacer{flex:1}.fcl-seg{display:flex;overflow:hidden;border-radius:6px;background:#ffffff1f}.fcl-seg button{padding:6px 14px;border:0;background:transparent;color:#cfe0f5;cursor:pointer;font:inherit}.fcl-seg button.on{background:#fff;color:var(--fcl-navy);font-weight:700}.fcl-button{border:0;border-radius:6px;padding:7px 14px;background:#fff;color:var(--fcl-navy);cursor:pointer;font:inherit;font-weight:600}.fcl-button:hover,.fcl-mini:hover{filter:brightness(.94)}.fcl-button.blue{background:var(--fcl-accent);color:#fff}.fcl-button.gold{background:var(--fcl-gold);color:#fff}.fcl-button.ghost{border:1px solid rgb(255 255 255 / 35%);background:#ffffff24;color:#fff}.fcl-button.compact{padding:5px 12px}.fcl-wrap{display:grid;grid-template-columns:minmax(0,42fr) minmax(0,58fr);gap:14px;align-items:start;padding:14px}.fcl-panel,.fcl-preview-col{min-width:0}.fcl-panel{display:flex;flex-direction:column;gap:12px}.fcl-preview-col{display:flex;flex-direction:column;align-items:center;gap:10px;overflow:hidden}.fcl-card{padding:12px 14px;border:1px solid var(--fcl-line);border-radius:8px;background:var(--fcl-card)}.fcl-card h3{display:flex;align-items:center;gap:8px;margin:0 0 10px;padding-left:8px;border-left:3px solid var(--fcl-accent);color:var(--fcl-navy);font-size:13px}.fcl-card__tag{color:var(--fcl-muted);font-size:11px;font-weight:400}.fcl-grid2,.fcl-grid3{display:grid;gap:8px 12px}.fcl-grid2{grid-template-columns:1fr 1fr}.fcl-grid3{grid-template-columns:repeat(3,minmax(0,1fr))}.fcl-grid2>*,.fcl-grid3>*{min-width:0}.fcl-gap-top{margin-top:8px}.fcl-field{display:flex;flex-direction:column;gap:3px;color:var(--fcl-muted);font-size:11px}.fcl-field input,.fcl-field select,.full-container-quotation textarea,.fcl-card input,.fcl-card select,.fcl-modal input{width:100%;padding:6px 8px;border:1px solid var(--fcl-line);border-radius:5px;background:#fff;color:var(--fcl-text);font:inherit}.full-container-quotation textarea{resize:vertical}.fcl-field input:focus,.fcl-field select:focus,.full-container-quotation textarea:focus,.fcl-card input:focus,.fcl-card select:focus,.fcl-modal input:focus{border-color:var(--fcl-accent);box-shadow:0 0 0 2px #1f6fd61f;outline:0}.fcl-logo-picker{display:flex;align-items:center;gap:12px;padding:10px;border:1px solid var(--fcl-line);border-radius:6px;background:#f7f9fc}.fcl-logo-picker__preview{width:180px;height:60px;flex:0 0 auto;object-fit:contain}.fcl-logo-picker__controls{display:flex;min-width:0;flex:1;flex-direction:column;gap:6px}.fcl-logo-picker__actions{display:flex;align-items:center;gap:8px}.fcl-logo-picker__actions input[type=file]{min-width:0;padding:4px}.fcl-logo-picker__actions .fcl-mini{width:auto;flex:0 0 auto}.fcl-logo-picker__status{color:var(--fcl-muted);font-size:11px}.fcl-hint{margin-top:8px;padding:7px 10px;border:1px solid #f0d48a;border-radius:6px;background:#fff7e6;color:#7a5a12;font-size:12px}.fcl-hint--success{border-color:#a9d8bf;background:#e9f5ee;color:#14532d}.fcl-table-wrap{min-width:0;max-width:100%;overflow-x:auto}.fcl-fees{width:100%;min-width:0;max-width:100%;border-collapse:collapse;table-layout:fixed;font-size:12px}.fcl-fees th{padding:6px 4px;border:1px solid var(--fcl-navy);background:var(--fcl-navy);color:#fff;font-size:11px;font-weight:600;line-height:1.25;white-space:normal;overflow-wrap:anywhere}.fcl-fees td{padding:4px 3px;border:1px solid var(--fcl-line);border-bottom:1px solid var(--fcl-line);min-width:0;overflow:hidden;vertical-align:middle}.fcl-fees input,.fcl-fees select{box-sizing:border-box;min-width:0;max-width:100%;width:100%;padding:4px 5px;font-size:12px}.fcl-fees select{overflow:hidden;text-overflow:ellipsis}.fcl-fees input[type=checkbox]{width:15px;height:15px;margin:0;accent-color:var(--fcl-accent);vertical-align:middle}.fcl-num,.fcl-qty{width:100%!important;text-align:right}.fcl-center{text-align:center}.fcl-fees th:nth-child(1),.fcl-fees td:nth-child(1){width:12%}.fcl-fees th:nth-child(2),.fcl-fees td:nth-child(2){width:20%}.fcl-fees th:nth-child(3),.fcl-fees td:nth-child(3){width:8%}.fcl-fees th:nth-child(4),.fcl-fees td:nth-child(4){width:11%}.fcl-fees th:nth-child(5),.fcl-fees td:nth-child(5){width:8%}.fcl-fees th:nth-child(6),.fcl-fees td:nth-child(6){width:12%}.fcl-fees th:nth-child(7),.fcl-fees td:nth-child(7){width:9%}.fcl-fees th:nth-child(8),.fcl-fees td:nth-child(8){width:6%}.fcl-fees th:nth-child(9),.fcl-fees td:nth-child(9){width:7%}.fcl-fees th:last-child,.fcl-fees td:last-child{width:7%}.fcl-fees--internal th:nth-child(1),.fcl-fees--internal td:nth-child(1){width:10%}.fcl-fees--internal th:nth-child(2),.fcl-fees--internal td:nth-child(2){width:16%}.fcl-fees--internal th:nth-child(3),.fcl-fees--internal td:nth-child(3){width:7%}.fcl-fees--internal th:nth-child(4),.fcl-fees--internal td:nth-child(4){width:10%}.fcl-fees--internal th:nth-child(5),.fcl-fees--internal td:nth-child(5){width:10%}.fcl-fees--internal th:nth-child(6),.fcl-fees--internal td:nth-child(6){width:8%}.fcl-fees--internal th:nth-child(7),.fcl-fees--internal td:nth-child(7){width:11%}.fcl-fees--internal th:nth-child(8),.fcl-fees--internal td:nth-child(8){width:6%}.fcl-fees--internal th:nth-child(9),.fcl-fees--internal td:nth-child(9){width:8%}.fcl-fees--internal th:nth-child(10),.fcl-fees--internal td:nth-child(10){width:8%}.fcl-group-row td{padding:5px 8px;background:#dbe7f5;color:var(--fcl-navy);font-weight:700}.fcl-add-row{float:right;font-weight:400!important}.fcl-mini{padding:2px 8px;border:1px solid var(--fcl-line);border-radius:4px;background:#f4f7fb;color:var(--fcl-navy);cursor:pointer;font:inherit;font-size:11px}.fcl-mini--danger{border-color:#ecc;color:var(--fcl-danger)}.fcl-profit-cell{color:var(--fcl-ok);font-size:11px;font-weight:600;text-align:right;white-space:nowrap}.fcl-profit-cell.is-negative,.fcl-sum-box .danger{color:var(--fcl-danger)}.fcl-sum-box .ok{color:var(--fcl-ok)}.fcl-markup-row,.fcl-quick-row,.fcl-card-actions,.fcl-cost-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fcl-markup-row{margin-bottom:8px}.fcl-markup-row input{width:80px}.fcl-muted{color:var(--fcl-muted);font-size:12px}.fcl-sum-box{display:grid;grid-template-columns:1fr auto;gap:4px 16px;margin-top:8px;padding:8px 12px;border:1px dashed var(--fcl-line);border-radius:6px;background:#f2f6fc;font-size:12px}.fcl-sum-box b{color:var(--fcl-navy)}.fcl-sum-box .grand{color:var(--fcl-accent);font-size:15px;font-weight:700}.fcl-preview-toolbar{color:var(--fcl-muted);font-size:12px}.fcl-a4-stage{position:relative;width:100%;min-width:0;overflow:hidden}.fcl-a4{position:absolute;top:0;left:50%;width:794px;min-height:1123px;padding:44px 48px;background:#fff;color:#222;box-shadow:0 3px 18px #0000002e;font-size:12.5px;line-height:1.55;transform:translate(-50%) scale(var(--preview-scale, 1));transform-origin:top center}.fcl-co-head{display:flex;justify-content:space-between;align-items:center;gap:16px;margin-bottom:12px;padding-bottom:10px;border-bottom:3px double var(--fcl-navy)}.fcl-co-name{color:var(--fcl-navy);font-size:19px;font-weight:800;letter-spacing:1px}.fcl-co-addr{margin-top:3px;color:#555;font-size:11px}.fcl-co-logo{width:220px;height:72px;flex-shrink:0}.fcl-co-logo img{display:block;width:100%;height:100%;object-fit:contain}.fcl-doc-title{margin:10px 0 8px;color:var(--fcl-navy);font-size:16px;font-weight:700;letter-spacing:6px;text-align:center}.fcl-meta{display:flex;justify-content:space-between;flex-wrap:wrap;gap:4px 24px;margin-bottom:8px;font-size:12.5px}.fcl-meta div{min-width:30%}.fcl-route-box{margin:8px 0;padding:8px 12px;border:1px solid #bbb;background:#f7f9fc}.fcl-route-box div{margin:2px 0}.fcl-q,.fcl-abn{width:100%;border-collapse:collapse}.fcl-q{margin-top:6px}.fcl-q th{padding:6px;border:1px solid var(--fcl-navy);background:var(--fcl-navy);color:#fff;font-size:12px}.fcl-q td{padding:5px 6px;border:1px solid #bbb}.fcl-q .g td{background:#e8eef7;color:var(--fcl-navy);font-weight:700;text-align:center;vertical-align:middle}.fcl-q .r,.fcl-modal .r{text-align:right}.fcl-q .sub td{background:#f4f7fb;font-weight:600}.fcl-q .total-row td{background:var(--fcl-navy);color:#fff;font-size:14px;font-weight:700}.fcl-q .total-conv td{background:#eaf0f8;color:var(--fcl-navy);font-size:13px;font-weight:700}.fcl-a4-remark{color:#888;font-size:10.5px}.fcl-caps{margin-top:6px;color:var(--fcl-navy);font-weight:600}.fcl-terms{margin-top:12px}.fcl-terms h4{color:var(--fcl-navy);font-size:13px;margin:1.33em 0 4px}.fcl-terms ol{padding-left:18px}.fcl-terms li{margin-bottom:3px}.fcl-abn{margin-top:6px;font-size:11px}.fcl-abn th{padding:4px;border:1px solid #4a6b96;background:#4a6b96;color:#fff}.fcl-abn td{padding:3px 5px;border:1px solid #aaa}.fcl-internal-flag{display:inline-block;margin-bottom:6px;padding:4px 10px;border:1px solid #e6a19a;border-radius:4px;background:#fdecea;color:#8c2f24;font-size:11px;font-weight:700}.fcl-foot{display:flex;justify-content:space-between;margin-top:16px;color:#555;font-size:11.5px}.fcl-modal-mask{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0a192d8c}.fcl-modal{width:min(860px,94vw);max-height:86vh;overflow:auto;padding:18px 22px;border-radius:10px;background:#fff;box-shadow:0 10px 40px #00000059}.fcl-modal--history{width:min(1080px,96vw)}.fcl-history-subtitle{margin:16px 0 8px;padding-bottom:4px;border-bottom:1px solid var(--fcl-line, #d8e0ea);color:var(--fcl-navy, #0e2a4e);font-size:14px;font-weight:700}.fcl-history-subtitle:first-of-type{margin-top:4px}.fcl-modal h3{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px;color:var(--fcl-navy)}.fcl-modal table{width:100%;border-collapse:collapse;font-size:12px}.fcl-modal th{padding:6px 8px;border-bottom:2px solid var(--fcl-line);background:#eef3fa;text-align:left}.fcl-modal td{padding:6px 8px;border-bottom:1px solid var(--fcl-line)}.fcl-cost-tools{margin-bottom:10px}.fcl-cost-tools input{width:220px}.fcl-pill{display:inline-block;padding:1px 8px;border-radius:10px;background:#fff3d6;color:#7a5a12;font-size:11px}.nowrap{white-space:nowrap}.fcl-toast{position:fixed;left:50%;bottom:34px;z-index:200;padding:9px 22px;border-radius:24px;background:var(--fcl-navy);color:#fff;box-shadow:0 4px 16px #0000004d;opacity:0;pointer-events:none;transform:translate(-50%);transition:opacity .25s}.fcl-toast.show{opacity:1}@media (max-width: 1120px){.fcl-wrap{grid-template-columns:1fr}.fcl-preview-col{overflow:visible}}@media (max-width: 760px){.fcl-topbar{align-items:stretch;padding:10px}.fcl-brand{width:100%}.fcl-brand small{display:block;margin-left:0}.fcl-topbar__spacer{display:none}.fcl-seg,.fcl-button{flex:1 1 auto}.fcl-seg button,.fcl-button{min-height:34px}.fcl-wrap{padding:10px}.fcl-grid2,.fcl-grid3{grid-template-columns:1fr}.fcl-field{grid-column:auto!important}.fcl-logo-picker,.fcl-logo-picker__actions{align-items:stretch;flex-direction:column}.fcl-logo-picker__preview{width:100%;height:72px}.fcl-meta{grid-template-columns:1fr 1fr}}@media (max-width: 520px){.fcl-meta{grid-template-columns:1fr}.fcl-a4{padding:36px 38px}}@media print{html,body,body:has(.page-shell),body:has(.page-shell) #root,.page-shell{width:100%!important;height:auto!important;min-height:0!important;overflow:visible!important;background:#fff!important}.page-shell{display:block!important}.page-shell .main-area,.page-shell .workspace{height:auto!important;min-height:0!important;overflow:visible!important}.full-container-quotation{height:auto!important;min-height:0!important;overflow:visible;background:#fff}.fcl-topbar,.fcl-panel,.fcl-preview-toolbar,.fcl-toast,.fcl-modal-mask{display:none!important}.fcl-wrap{display:block;padding:0}.fcl-preview-col,.fcl-a4-stage{display:block;width:100%;height:auto!important;overflow:visible}.fcl-a4{position:static;width:100%;min-height:auto;margin:0;padding:10mm 8mm;box-shadow:none;transform:none!important}@page{size:A4;margin:8mm}}.lcl-cost-calculator{--lcl-blue: #246bfe;--lcl-blue-strong: #1f5dd9;--lcl-blue-soft: #e7efff;--lcl-line: #e6ebf2;--lcl-line-soft: #edf0f5;--lcl-text: #1d2736;--lcl-muted: #738096;width:100%;height:100%;min-height:760px;overflow:auto;padding:28px 32px;background:#f5f7fb;color:var(--lcl-text);font:13px/1.55 Inter,PingFang SC,Microsoft YaHei,Noto Sans CJK SC,system-ui,sans-serif}.lcl-cost-calculator *{box-sizing:border-box}.lcl-cost-calculator__inner{max-width:1320px;margin:0 auto;padding:0}.lcl-header{display:flex;align-items:center;flex-wrap:wrap;gap:14px;padding-bottom:22px;border-bottom:1px solid #e4e9f1}.lcl-quote-mark{width:42px;height:42px;display:grid;place-items:center;flex:0 0 auto;border-radius:10px;background:var(--lcl-blue);color:#fff;font-size:22px;font-weight:800;box-shadow:0 8px 18px #246bfe24}.lcl-header h1{margin:0;color:var(--lcl-text);font-size:20px;font-weight:700}.lcl-header .sub,.lcl-cost-calculator .small{color:var(--lcl-muted);font-size:12px}.lcl-actions{display:flex;flex-wrap:wrap;gap:8px;margin-left:auto}.lcl-panel{margin:18px 0;border:1px solid var(--lcl-line);border-radius:12px;background:#fff;box-shadow:0 4px 18px #263b5d0a;overflow:hidden}.lcl-panel__head{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px;padding:18px 22px 20px;border-bottom:1px solid #f0f3f8;color:#243550;font-size:16px;font-weight:700}.lcl-panel__heading{display:flex;align-items:flex-start;gap:12px;min-width:0}.lcl-panel__title{min-width:0}.lcl-panel__meta{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.lcl-panel__mark{width:5px;height:24px;flex:0 0 auto;margin-top:1px;border-radius:999px;background:var(--lcl-blue)}.lcl-panel__mark--blue{background:var(--lcl-blue)}.lcl-panel__mark--teal{background:#27a6b7}.lcl-panel__mark--green{background:#2f9d62}.lcl-panel__mark--amber{background:#d68a1f}.lcl-panel__mark--violet{background:#7b6ef6}.lcl-panel__mark--rose{background:#e35d86}.lcl-panel__body{padding:18px 22px 22px;overflow-x:auto}.lcl-cost-calculator .lcl-panel h4{margin:0 0 10px;color:#344054;font-size:15px}.lcl-cost-calculator .tb{width:100%;border-collapse:separate;border-spacing:0;min-width:820px;border:1px solid #e8edf4;border-radius:8px;background:#fff;overflow:hidden}.lcl-cost-calculator .tb th,.lcl-cost-calculator .tb td{padding:12px 11px;border:0;border-bottom:1px solid var(--lcl-line-soft);text-align:left;vertical-align:middle;white-space:nowrap}.lcl-cost-calculator .tb th{background:#f8faff;color:#748197;font-size:11px;font-weight:700}.lcl-cost-calculator .tb button:not(.btn):not(.mini):not(.lcl-tab),.lcl-cost-calculator .lcl-panel button:not(.btn):not(.mini):not(.lcl-tab){color:inherit}.lcl-cost-calculator .tb td.num,.lcl-cost-calculator .tb th.num{text-align:right}.lcl-cost-calculator .tb tr:last-child td{border-bottom:0}.lcl-cost-calculator input[type=number]{width:92px;height:34px;padding:0 9px;border:1px solid #d9e0eb;border-radius:7px;background:#fff;font:inherit;text-align:right}.lcl-cost-calculator input[type=text]{min-height:34px;padding:0 9px;border:1px solid #d9e0eb;border-radius:7px;background:#fff;font:inherit}.lcl-cost-calculator select{min-height:34px;padding:0 9px;border:1px solid #d9e0eb;border-radius:7px;background:#fff;color:#263449;font:inherit}.lcl-cost-calculator input[type=checkbox]{width:15px;height:15px;accent-color:var(--lcl-blue);vertical-align:-2px}.lcl-cost-calculator :is(input,select):focus{border-color:#9bbcff;box-shadow:0 0 0 3px #246bfe1a;outline:0}.lcl-cost-calculator .calc{background:#fbfcfe;text-align:right;white-space:nowrap;font-variant-numeric:tabular-nums}.lcl-cost-calculator td.total,.lcl-cost-calculator .total{background:#eef6ff;color:var(--lcl-blue-strong);font-weight:700}.lcl-cost-calculator .btn{min-height:40px;padding:0 16px;border:0;border-radius:7px;background:#4f87ff;color:#fff;cursor:pointer;font:inherit;font-weight:700;white-space:nowrap;box-shadow:0 6px 16px #4f87ff29;transition:background .16s ease,box-shadow .16s ease,transform .16s ease}.lcl-cost-calculator .btn:hover{background:#3c78f0;box-shadow:0 8px 18px #4f87ff33;transform:translateY(-1px)}.lcl-cost-calculator .lcl-panel .btn{color:#fff}.lcl-cost-calculator .btn.danger{border:1px solid #ffd7d3;background:#fff1f0;color:#b42318;box-shadow:none}.lcl-cost-calculator .btn.danger:hover{background:#ffe3e1}.lcl-cost-calculator .mini{min-height:30px;padding:0 10px;border:1px solid #d9e0eb;border-radius:6px;background:#fff;color:#52637c;cursor:pointer;font-size:12px;font-weight:700;transition:border-color .16s ease,background .16s ease,color .16s ease}.lcl-cost-calculator .mini:hover{border-color:#9bbcff;background:#eef3ff;color:var(--lcl-blue-strong)}.lcl-cost-calculator .warnbar{margin-top:8px;padding:12px 14px;border:1px solid #dce7fa;border-radius:8px;background:#f7faff;color:#275c9e;font-size:12px}.lcl-cost-calculator .note{margin-top:12px;padding:12px 14px;border:1px solid #e8edf4;border-radius:8px;background:#fbfcff;color:#667085;font-size:12px;white-space:pre-line}.lcl-tabs{display:flex;gap:5px;margin:0;padding:14px 18px;overflow-x:auto}.lcl-tab{padding:10px 14px;border:0;border-radius:7px;background:transparent;color:#6d7b91;cursor:pointer;-webkit-user-select:none;user-select:none;font:inherit;font-weight:650;transition:background .16s ease,color .16s ease,box-shadow .16s ease}.lcl-tab.active{background:#4f87ff;color:#fff;font-weight:800;box-shadow:0 6px 14px #4f87ff29}.lcl-tab.active:hover{background:#3c78f0;color:#fff}.lcl-cost-calculator .lcl-panel .lcl-tab.active{color:#fff}.lcl-panel__head--teal{background:linear-gradient(90deg,rgba(39,166,183,.04),transparent 22%)}.lcl-panel__head--green{background:linear-gradient(90deg,rgba(47,157,98,.04),transparent 22%)}.lcl-panel__head--amber{background:linear-gradient(90deg,rgba(214,138,31,.04),transparent 22%)}.lcl-panel__head--violet{background:linear-gradient(90deg,rgba(123,110,246,.04),transparent 22%)}.lcl-panel__head--rose{background:linear-gradient(90deg,rgba(227,93,134,.04),transparent 22%)}.lcl-tab:hover:not(.active){color:#25344d;background:#f5f9ff}.lcl-cost-calculator button:focus-visible,.lcl-cost-calculator summary:focus-visible{outline:3px solid rgb(36 107 254 / 22%);outline-offset:2px}.lcl-cost-calculator .inline{display:flex;align-items:center;flex-wrap:wrap;gap:18px}.lcl-cost-calculator .fuelrow{display:flex;align-items:center;flex-wrap:wrap;gap:10px;padding:10px 0;border-bottom:1px solid #edf0f5}.lcl-cost-calculator .fuelrow:last-child{border-bottom:none}.lcl-cost-calculator .fuelrow b{min-width:150px;color:#344054}.lcl-cost-calculator a{color:#1a5fb4;text-decoration:none}.lcl-cost-calculator a:hover{text-decoration:underline}.lcl-cost-calculator .rowname input[type=text]{width:100%;min-width:220px}.lcl-cost-calculator .kv{display:inline-block;margin-right:24px;color:#344054}.lcl-cost-calculator .kv b{font-variant-numeric:tabular-nums}.lcl-cost-calculator .tb input[type=number],.lcl-cost-calculator .tb input[type=text],.lcl-cost-calculator .tb select{width:100%;min-width:76px;height:34px}.lcl-cost-calculator .tb .rowname input[type=text]{min-width:220px}.lcl-cost-calculator details{border-color:#e8edf4!important;border-radius:8px!important;background:#fbfcff!important}.lcl-cost-calculator summary{color:#344054}@media (max-width: 900px){.lcl-cost-calculator{padding:18px 14px}.lcl-header{align-items:flex-start}.lcl-actions{margin-left:0}.lcl-panel__head{display:block}.lcl-panel__head>span+span{display:block;margin-top:12px}}.page-shell .workspace>*,.page-shell .workspace :is(form,section,article,header,.card){min-width:0;max-width:100%}.page-shell .workspace :is(input,select,textarea,button){max-width:100%}.page-shell .workspace-welcome{min-height:calc(100% - 24px);display:grid;place-content:center;justify-items:center;padding:32px;text-align:center}.page-shell .workspace-welcome__avatar{width:54px;height:54px;display:grid;place-items:center;border:1px solid #dbe5f5;border-radius:16px;background:#fff;color:#6b7f9f;font-size:16px;font-weight:800;box-shadow:0 10px 28px #212f4e14}.page-shell .workspace-welcome__eyebrow{margin:18px 0 0;color:#8a94a6;font-size:10px;font-weight:750;letter-spacing:.14em}.page-shell .workspace-welcome h1{margin:10px 0 0;color:#172033;font-size:clamp(24px,2.5vw,34px);letter-spacing:-.03em}.page-shell .workspace-welcome{position:relative;width:100%;min-height:100%;display:grid;grid-template-columns:minmax(0,1fr);align-content:center;overflow:hidden;padding:clamp(32px,5vh,64px) clamp(18px,4cqw,64px);background:transparent}.page-shell .workspace:has(>.workspace-welcome){background:transparent}.page-shell .workspace-welcome:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(78,108,168,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(78,108,168,.035) 1px,transparent 1px);background-size:48px 48px;-webkit-mask-image:linear-gradient(to bottom,black,transparent 75%);mask-image:linear-gradient(to bottom,black,transparent 75%)}.page-shell .workspace-welcome__hero,.page-shell .workspace-welcome__cards{position:relative;z-index:1;width:100%;margin:0 auto}.page-shell .workspace-welcome__hero{max-width:1440px;display:grid;justify-items:center;text-align:center}.page-shell .workspace-welcome__hero .workspace-welcome__eyebrow{margin:0;color:#7183a5;font-size:12px;letter-spacing:.2em}.page-shell .workspace-welcome__hero h1{width:100%;max-width:1400px;margin:22px 0 0;color:#151b2b;font-size:clamp(36px,3.6cqw,68px);font-weight:800;letter-spacing:-.055em;line-height:1.05;white-space:normal;text-wrap:balance;overflow-wrap:normal;word-break:normal}.page-shell .workspace-welcome__subtitle{max-width:720px;margin:26px 0 0;color:#7d8495;font-size:clamp(16px,1.6vw,22px);line-height:1.65}.page-shell .workspace-welcome__actions{display:flex;align-items:center;gap:14px;margin-top:34px}.page-shell .workspace-welcome__primary,.page-shell .workspace-welcome__secondary{min-width:124px;min-height:46px;padding:0 22px;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer}.page-shell .workspace-welcome__primary{border:1px solid #75a7ff;color:#fff;background:#75a7ff;box-shadow:0 10px 24px #2e75ee38}.page-shell .workspace-welcome__primary:hover{background:#5f93ee}.page-shell .workspace-welcome__secondary{border:1px solid #d7dce7;color:#344158;background:#fffc}.page-shell .workspace-welcome__secondary:hover{border-color:#a9c0f3;color:#6b7f9f}.page-shell .workspace-welcome__cards{max-width:1120px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:clamp(48px,7vh,88px)}.page-shell .workspace-welcome__card{min-height:152px;padding:25px 26px;border:1px solid rgba(226,230,240,.95);border-radius:16px;background:#ffffffb3;box-shadow:0 12px 35px #3c53800e;text-align:left;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.page-shell .workspace-welcome__card:hover{border-color:#c8d8fa;transform:translateY(-3px);transition:transform .2s ease,border-color .2s ease}.page-shell .workspace-welcome__card h2{margin:0;color:#20283a;font-size:18px;letter-spacing:-.02em}.page-shell .workspace-welcome__card p{margin:14px 0 0;color:#7f899d;font-size:13px;line-height:1.7}@media (max-width: 860px){.page-shell.is-business-shell:not(.is-business-nav-open) .topbar{padding-left:16px}.page-shell.is-business-shell:not(.is-business-nav-open) .sidebar__brand{width:min(280px,calc(100vw - 48px))}.page-shell .business-search{width:min(320px,32vw);flex-basis:min(320px,32vw)}.page-shell .topbar__account-copy{display:none}.page-shell .workspace-welcome__hero h1{font-size:clamp(32px,9vw,52px);white-space:normal}.page-shell .workspace-welcome__cards{grid-template-columns:1fr;margin-top:64px}}@container (max-width: 900px){.page-shell .workspace-welcome{align-content:start;padding:clamp(28px,5vh,48px) clamp(16px,4cqw,32px)}.page-shell .workspace-welcome__hero h1{max-width:100%;font-size:clamp(32px,6.5cqw,52px)}.page-shell .workspace-welcome__subtitle{margin-top:20px;font-size:clamp(15px,2.4cqw,19px)}.page-shell .workspace-welcome__cards{grid-template-columns:1fr;gap:14px;margin-top:clamp(36px,6vh,56px)}}@container (max-width: 520px){.page-shell .workspace-welcome__hero h1{font-size:clamp(28px,9.5cqw,40px);letter-spacing:-.04em}.page-shell .workspace-welcome__actions{width:100%;flex-wrap:wrap;justify-content:center}}@media (min-width: 861px) and (max-width: 1200px){.page-shell .topbar__item{padding:0 7px}.page-shell .topbar__actions{gap:4px}.page-shell .business-search{width:260px;flex-basis:260px}.page-shell .topbar__account-copy{display:none}}.page-shell .workspace-welcome>p:last-child{margin:10px 0 0;color:#778197;font-size:13px}.page-shell :is(.workspace__breadcrumb,.eyebrow,.job-context-banner__eyebrow,.amount-query-dialog__eyebrow,.printing-modal__eyebrow){color:#7d879a;font-weight:700;letter-spacing:.1em}.page-shell :is(.workspace__title,.shipment-page-header__title,.printing-page-header h1,.business-page__header h1){color:#172033;font-weight:720;letter-spacing:-.035em}.page-shell :is(.workspace__subtitle,.shipment-page-header__subtitle,.printing-page-header p:last-child,.business-page__header p:last-child){color:#737e92;line-height:1.7}.page-shell .workspace__header,.page-shell :is(.shipment-page-header,.printing-page-header,.business-page__header){padding:2px 0 26px}.page-shell :is(.card,.shipment-list-panel,.job-entry-card,.job-panel,.job-results-panel,.declaration-panel,.declaration-results-panel,.declaration-batch-panel,.amount-query-panel,.printing-panel,.printing-history-panel,.printing-filter-panel,.printing-detail-section,.printing-tracking-result,.printing-success-card,.customs-panel,.validation-panel,.customs-draft-card,.customs-batch,.b2b-selection-panel,.b2b-result-panel){border:1px solid #e4e8ef;border-radius:16px;background:#fff;color:var(--text-body);box-shadow:0 8px 28px #212f4e0b}.page-shell :is(.shipment-list-panel__toolbar,.job-panel__heading,.job-results-panel__heading,.declaration-panel__heading,.amount-query-panel__heading,.printing-panel__heading,.printing-history-panel__header,.customs-panel__heading,.b2b-panel-heading){border-color:#e8ebf1;background:#fff}.page-shell :is(.shipment-list-panel__toolbar h2,.job-panel__heading h2,.declaration-panel__heading h2,.amount-query-panel__heading h2,.printing-panel__heading h2,.customs-panel__heading h2,.validation-panel h2,.b2b-panel-heading h2){color:#202b41}.page-shell :is(.shipment-list-panel__toolbar p,.job-panel__heading p,.declaration-panel__heading p,.amount-query-panel__heading p,.printing-panel__heading p,.customs-panel__heading p,.validation-panel header p,.b2b-panel-heading p){color:#7c8699}.page-shell .account-welcome{min-height:190px;margin-bottom:28px;padding:34px 38px;border:1px solid #dfe6f5;border-radius:18px;color:#fff;background:radial-gradient(circle at 82% 14%,rgba(255,255,255,.2),transparent 21%),radial-gradient(circle at 92% 115%,rgba(101,151,255,.7),transparent 36%),linear-gradient(118deg,#a8c7ff,#8eb6ff 58%,#75a7ff);box-shadow:0 18px 42px #1f4fb12e}.page-shell .account-welcome__avatar{border-color:#ffffff47;background:#fff;color:#6b7f9f}.page-shell .account-welcome__copy>p,.page-shell .account-welcome__identity p{color:#ffffffb3}.page-shell .account-welcome__title{color:#fff}.page-shell .account-welcome__signal{border-color:#fff3;background:#ffffff1a;box-shadow:none}.page-shell .account-welcome__signal>div i{background:linear-gradient(to bottom,#fff,#ffffff59)}.page-shell .account-welcome__signal>span{color:#ffffffad}.page-shell .hero-grid{gap:18px}.page-shell .hero-card{min-height:340px;padding:36px;background:radial-gradient(circle at 100% 0%,rgba(53,109,243,.11),transparent 40%),#fff}.page-shell .hero-card__title{color:#182238}.page-shell .hero-card__text{color:#717c90}.page-shell .summary-card{background:#fff}.page-shell .summary-card__label,.page-shell .summary-card__hint{color:#7a8497}.page-shell .summary-card__value{color:#1d2941}.page-shell .overview-card{min-height:220px;padding:25px;background:#fff}.page-shell .overview-card:hover{border-color:#cfdafe;background:#fbfcff;box-shadow:0 16px 36px #2753a817}.page-shell .overview-card__code{color:#7b8fbf}.page-shell .overview-card__title,.page-shell .table-card__title,.page-shell .home-layout-notes__item h4{color:#202b41}.page-shell .overview-card__text,.page-shell .table-card__subtitle,.page-shell .home-layout-notes__item p{color:#788296}.page-shell .overview-card__link{color:#2a60dc}.page-shell .home-layout-notes__item{border-color:#e6eaf1;background:#f8fafc}.page-shell .workspace :is(input:not([type=checkbox]):not([type=radio]),select,textarea){border-color:#d9dfe9;background-color:#fff;color:#283349;caret-color:#6b9cff;box-shadow:inset 0 1px #19264104}.page-shell .workspace :is(input:not([type=checkbox]):not([type=radio]),textarea)::placeholder{color:#a0a8b7}.page-shell .workspace :is(input:not([type=checkbox]):not([type=radio]),select,textarea):hover{border-color:#bec7d6}.page-shell .workspace :is(input:not([type=checkbox]):not([type=radio]),select,textarea):focus{border-color:#7ea3ff;background-color:#fff;box-shadow:0 0 0 3px #356df31a}.page-shell .workspace input[readonly]{border-color:#e1e5ec;background:#f6f8fb;color:#6f798c}.page-shell .workspace input[type=checkbox],.page-shell .workspace input[type=radio]{accent-color:#6b9cff}.page-shell .shipment-plan-grid input[type=date]{cursor:pointer;color-scheme:light}.page-shell .shipment-plan-grid input[type=date]::-webkit-calendar-picker-indicator{display:block;opacity:1;cursor:pointer}.page-shell :is(.customs-form-grid label,.shipment-plan-grid label,.printing-field>span,.job-form-grid label>span,.declaration-form-grid label>span){color:#536078}.page-shell :is(.button,.shipment-edit-mode-button,.shipment-refresh-button,.shipment-row-action,.shipment-status-action,.job-action-button,.job-import-button,.job-split-button,.declaration-button,.declaration-secondary-button,.amount-query-button,.printing-button){border-color:#d8dee8;background:#fff;color:#344058;box-shadow:0 3px 10px #212f4e09}.page-shell :is(.button--primary,.shipment-row-action,.job-action-button--create,.declaration-button--primary,.declaration-button--create,.amount-query-button--primary,.printing-button--primary){border-color:#6b9cff;background:#6b9cff;color:#fff;box-shadow:0 8px 20px #356df32e}.page-shell :is(.button,.shipment-edit-mode-button,.shipment-refresh-button,.shipment-row-action,.shipment-status-action,.job-action-button,.job-import-button,.job-split-button,.declaration-button,.declaration-secondary-button,.amount-query-button,.printing-button):hover:not(:disabled){border-color:#b9c6dd;background:#f7f9fc;color:#1f2c44;transform:translateY(-1px)}.page-shell :is(.button--primary,.shipment-edit-mode-button.is-active,.shipment-row-action,.job-action-button--create,.declaration-button--primary,.declaration-button--create,.amount-query-button--primary,.printing-button--primary):hover:not(:disabled){border-color:#75a7ff;background:#75a7ff;color:#fff}.page-shell .shipment-edit-mode-button{border-color:#cde2d8;color:#21664d}.page-shell .shipment-edit-mode-button:hover:not(:disabled){border-color:#acd2c0;background:#f0faf5;color:#17543e}.page-shell .shipment-edit-mode-button.is-active,.page-shell .shipment-edit-mode-button.is-active:hover:not(:disabled){border-color:#f1b6ad;background:#fff3f1;color:#a33228;box-shadow:0 8px 20px #b423181a}.page-shell .workspace :is(.shipment-table-wrap,.job-table-shell,.job-results-table-shell,.declaration-editor-shell,.declaration-items-table-shell,.declaration-results-table-shell,.amount-query-table-shell,.amount-query-dialog__table-shell,.printing-table-wrap,.customs-table-scroll,.b2b-session-table-shell,.b2b-preview-table-shell){border-color:#e3e7ee;background:#fff;scrollbar-color:#c5ccd8 #f1f3f6}.page-shell .workspace table{color:#3d485d}.page-shell .workspace table th{border-color:#e1e6ee;background:#f5f7fa;color:#647087;font-weight:750;letter-spacing:.045em}.page-shell .workspace table td{border-color:#e9ecf1;background:#fff;color:#465167}.page-shell .workspace table tbody tr:nth-child(2n) td{background:#fbfcfd}.page-shell .workspace table tbody tr:hover td{background:#f2f6ff}.page-shell .workspace .full-container-quotation .fcl-fees{width:100%;min-width:0;max-width:100%;table-layout:fixed}.page-shell .workspace .full-container-quotation .fcl-fees th{border-color:var(--fcl-navy);background:var(--fcl-navy);color:#fff;font-weight:600;white-space:normal}.page-shell .workspace .full-container-quotation .fcl-fees td{background:#fff;color:var(--fcl-text)}.page-shell .workspace .full-container-quotation .fcl-fees tbody tr:nth-child(2n) td,.page-shell .workspace .full-container-quotation .fcl-fees tbody tr:hover td{background:#fff}.page-shell .workspace .full-container-quotation .fcl-fees .fcl-group-row td{background:#dbe7f5!important;color:var(--fcl-navy)}.page-shell .workspace .full-container-quotation .fcl-a4 table{width:100%;min-width:0;max-width:100%;color:#222;letter-spacing:0}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-abn{width:100%;min-width:0;max-width:100%;table-layout:fixed;border-collapse:collapse}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q th{padding:6px;border:1px solid var(--fcl-navy);background:var(--fcl-navy);color:#fff;font-size:12px;font-weight:700;letter-spacing:0;white-space:normal}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q td{padding:5px 6px;border:1px solid #bbb;background:#fff;color:#222;font-size:12.5px;font-weight:400;letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr:hover td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr:nth-child(2n) td{background:#fff}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q .g td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.g:hover td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.g:nth-child(2n) td{background:#e8eef7;color:var(--fcl-navy);font-weight:700;text-align:center;vertical-align:middle}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q .r{text-align:right}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q .sub td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.sub:hover td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.sub:nth-child(2n) td{background:#f4f7fb;font-weight:600}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q .total-row td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.total-row:hover td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.total-row:nth-child(2n) td{background:var(--fcl-navy);color:#fff;font-size:14px;font-weight:700}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q .total-conv td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.total-conv:hover td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-q tbody tr.total-conv:nth-child(2n) td{background:#eaf0f8;color:var(--fcl-navy);font-size:13px;font-weight:700}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-abn th{padding:4px;border:1px solid #4a6b96;background:#4a6b96;color:#fff;font-size:11px;font-weight:700;letter-spacing:0;white-space:normal}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-abn td{padding:3px 5px;border:1px solid #aaa;background:#fff;color:#222;font-size:11px;letter-spacing:0;overflow-wrap:anywhere;word-break:break-word}.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-abn tbody tr:hover td,.page-shell .workspace .full-container-quotation .fcl-a4 .fcl-abn tbody tr:nth-child(2n) td{background:#fff}.page-shell .shipment-data-table tbody tr.is-editable{cursor:pointer}.page-shell .shipment-data-table tbody tr.is-editable:hover td,.page-shell .shipment-data-table tbody tr.is-editable:focus-visible td{background:#eef7fd}.page-shell .workspace table tbody tr.is-selected td,.page-shell .workspace table tbody tr.is-success td{background:#edf4ff}.page-shell .workspace table tbody tr.is-error td{background:#fff2f1}.page-shell .workspace table a,.page-shell .workspace table code,.page-shell .shipment-reference,.page-shell .printing-table__tracking{color:#6b7f9f}.page-shell .shipment-metric{border-color:#e3e8f0;background:radial-gradient(circle at 100% 0%,rgba(53,109,243,.08),transparent 46%),#fff}.page-shell .shipment-metric__label,.page-shell .shipment-metric small{color:#7c8698}.page-shell .shipment-metric strong{color:#1b2740}.page-shell :is(.job-context-banner,.declaration-context-banner){border-color:#dce5f7;background:radial-gradient(circle at 100% 0%,rgba(53,109,243,.1),transparent 38%),linear-gradient(135deg,#f8fbff,#eef4ff);color:#354158}.page-shell .job-context-banner{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,38%);gap:clamp(20px,3vw,40px)}.page-shell .job-context-banner>div:first-child{min-width:0}.page-shell .job-context-banner__facts{width:100%;min-width:0;align-self:stretch;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.page-shell .job-context-banner__facts>span{min-width:0;min-height:82px;padding:16px 18px;display:flex;flex-direction:column;justify-content:center;border:1px solid #d7e2f8;border-radius:14px;background:#ffffffad;color:#66748d!important;font-size:13px;font-weight:700;line-height:1.25;letter-spacing:.06em}.page-shell .job-context-banner__facts strong{margin-top:8px;color:#1d2b47!important;font-size:17px;font-weight:750;line-height:1.3}@media (max-width: 1100px){.page-shell .job-context-banner{grid-template-columns:1fr}.page-shell .job-context-banner__facts{min-height:82px}}@media (max-width: 640px){.page-shell .job-context-banner__facts{grid-template-columns:1fr}}.page-shell .printing-row-actions{width:100%;align-items:center;justify-content:center;gap:8px}.page-shell .printing-row-actions button{min-height:34px;padding:6px 12px;border-radius:9px;font-size:11px;line-height:1}.page-shell .printing-panel--service .printing-service-row{width:100%;grid-template-columns:minmax(320px,1.6fr) auto minmax(220px,1fr);grid-template-rows:auto 44px;align-items:center;column-gap:18px}.page-shell .printing-panel--service .printing-service-row>.printing-field{grid-row:1 / 3}.page-shell .printing-panel--service .printing-service-row>.printing-carrier{grid-row:2;min-height:44px;margin-bottom:0;padding:8px 18px;align-self:center;justify-self:center;border-radius:10px;font-size:12px;letter-spacing:.07em}.page-shell .printing-panel--service .printing-service-row>p{grid-row:2;width:100%;margin:0;align-self:center;color:#64728a;font-size:13px;font-weight:650;line-height:1.45;text-align:left}@media (max-width: 1280px){.page-shell .printing-panel--service .printing-service-row{grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto}.page-shell .printing-panel--service .printing-service-row>.printing-field,.page-shell .printing-panel--service .printing-service-row>.printing-carrier,.page-shell .printing-panel--service .printing-service-row>p{grid-row:auto}.page-shell .printing-panel--service .printing-service-row>p{grid-column:1 / -1}}@media (max-width: 640px){.page-shell .printing-panel--service .printing-service-row{grid-template-columns:1fr}.page-shell .printing-panel--service .printing-service-row>p{grid-column:auto}}.page-shell :is(.job-context-banner,.declaration-context-banner) :is(h1,h2,strong,dd){color:#1d2b47}.page-shell :is(.job-context-banner,.declaration-context-banner) :is(p,dt,span){color:#748097}.page-shell :is(.job-transport-card,.declaration-context-grid article,.declaration-type-tabs,.declaration-subtable,.printing-service-row,.printing-parcel,.printing-tracking-summary,.printing-tracking-placeholder,.printing-pod,.customs-composer-toolbar,.customs-bulk-fill,.customs-dropzone,.customs-empty-state,.customs-file-list li,.shipment-plan-summary,.amount-query-metrics article,.amount-query-dialog__summary div){border-color:#e2e7ef;background:#f8fafc;color:#455168}.page-shell :is(.job-transport-card,.printing-service-row):has(input:checked){border-color:#91aff8;background:#edf4ff;box-shadow:0 0 0 3px #356df314}.page-shell :is(.job-transport-card,.printing-service-row) strong{color:#263249}.page-shell .printing-parcel__number{border-color:#e1e6ee}.page-shell .printing-parcel__number strong,.page-shell .printing-step h2,.page-shell .printing-panel__heading h2{color:#202b41}.page-shell :is(.job-submit-bar,.job-declaration-followup,.declaration-submit-bar,.printing-submit-bar){border-color:#dce5f7;background:linear-gradient(100deg,#f8fbff,#edf4ff);color:#344159}.page-shell .declaration-type-tabs button{color:#667188}.page-shell .declaration-type-tabs button.is-active{border-color:#cbd8f7;background:#fff;color:#6b7f9f}.page-shell .declaration-mode-pill{border-color:#d6e1fa;background:#edf4ff;color:#6b7f9f}.page-shell :is(.declaration-subtable__heading,.declaration-editor-top-scroll){border-color:#e3e7ee;background:#f5f7fa}.page-shell .printing-step>span{border-color:#d6e2ff;background:#edf4ff;color:#6b7f9f}.page-shell .printing-inline-warning{border-color:#f1d692;background:#fff9e9;color:#8a6519}.page-shell .customs-mode-tabs{background:#f1f4f8}.page-shell .customs-mode-tabs button{color:#687388}.page-shell .customs-mode-tabs button.is-active{background:#fff;color:#6b7f9f;box-shadow:0 5px 16px #212f4e14}.page-shell :is(.customs-dropzone:hover,.customs-dropzone.is-dragging){border-color:#89a9f7;background:#f2f6ff;box-shadow:0 0 0 4px #356df312}.page-shell :is(.customs-dropzone__icon,.customs-draft-card>header,.customs-batch>header,.customs-job){border-color:#e1e6ee;background:#f6f8fb}.page-shell .customs-draft-card__number,.page-shell .printing-success-card__mark{background:#6b9cff;color:#fff}.page-shell .customs-job__progress{background:#e4e9f1}.page-shell .customs-job__progress i{background:#6b9cff}.page-shell .amount-query-money{color:#1d2b47!important}.page-shell :is(.shipment-dialog-backdrop,.printing-modal-backdrop,.amount-query-dialog-backdrop,.customs-batch-modal){background:#1822367a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.page-shell :is(.shipment-dialog,.shipment-edit-dialog,.printing-modal,.amount-query-dialog,.customs-batch-modal__dialog,.customs-modal__content){border-color:#e0e5ed;background:#fff;color:#455168;box-shadow:0 32px 100px #1a26403d}.page-shell :is(.shipment-dialog,.shipment-edit-dialog,.printing-modal,.amount-query-dialog,.customs-batch-modal__dialog) :is(h2,h3,strong){color:#202b41}.page-shell :is(.shipment-transport-combobox__menu,.customs-transport-popover){border-color:#e0e5ed;background:#fff;box-shadow:0 18px 48px #1b284329}.page-shell :is(.shipment-transport-combobox__menu,.customs-transport-popover) button{color:#4c586f}.page-shell :is(.shipment-transport-combobox__menu,.customs-transport-popover) button:hover{background:#edf4ff;color:#6b7f9f}.page-shell :is(.shipment-state,.declaration-empty-state,.amount-query-empty,.printing-state,.b2b-preview-empty,.customs-empty-state){border-color:#e3e7ee;background:#f8fafc;color:#7b8598}.page-shell .shipment-creation-error,.page-shell .printing-notice--error,.page-shell .form-message--error{border-color:#f5c5c1;background:#fff2f1;color:#b33b32}.page-shell .printing-notice--info,.page-shell .form-message--success{border-color:#bce4ce;background:#effaf4;color:#287550}.page-shell .workspace *::-webkit-scrollbar{width:9px;height:9px}.page-shell .workspace *::-webkit-scrollbar-track{background:#f0f2f5}.page-shell .workspace *::-webkit-scrollbar-thumb{border:2px solid #f0f2f5;border-radius:999px;background:#c5ccd7}.page-shell .workspace *::-webkit-scrollbar-thumb:hover{background:#aeb7c5}@media (max-width: 1180px){.page-shell{grid-template-columns:238px minmax(0,1fr)}.page-shell .topbar__actions .topbar__item:first-child{display:none}}@media (max-width: 900px){.page-shell{grid-template-columns:1fr}.topbar__page-context{display:none}.page-shell .workspace{padding:22px 18px}}@media (max-width: 620px){.page-shell .topbar{padding:0 12px}.page-shell .topbar__actions .topbar__item{padding:0 7px;font-size:0}.page-shell .account-welcome{padding:26px 22px}}.page-shell .b2b-workspace,.page-shell .b2c-workspace{--b2b-tech-bg: #f4f6f9;--b2b-tech-panel: #ffffff;--b2b-tech-panel-raised: #f8fafc;--b2b-tech-line: #e7eaf0;--b2b-tech-line-strong: #d9dee8;--b2b-tech-text: #172033;--b2b-tech-muted: #778197;padding:0;overflow:visible;border:0;border-radius:0;background:transparent;color:var(--text-body);box-shadow:none}.page-shell .b2b-workspace:before,.page-shell .b2c-workspace:before{display:none}.page-shell .b2b-workspace .shipment-page-header,.page-shell .b2c-workspace .shipment-page-header{padding:2px 0 26px}.page-shell .b2b-workspace .workspace__breadcrumb,.page-shell .b2c-workspace .workspace__breadcrumb{color:#7d879a}.page-shell .b2b-workspace .shipment-page-header__title,.page-shell .b2c-workspace .shipment-page-header__title{color:#172033;font-size:clamp(30px,2.7vw,42px);font-weight:720}.page-shell .b2b-workspace .shipment-page-header__subtitle,.page-shell .b2c-workspace .shipment-page-header__subtitle{color:#737e92}.page-shell .b2b-workspace .shipment-refresh-button,.page-shell .b2c-workspace .shipment-refresh-button{border-color:#d8dee8;border-radius:10px;background:#fff;color:#344058;box-shadow:0 4px 14px #212f4e0f}.page-shell .b2b-workspace :is(.b2b-selection-panel,.b2b-result-panel),.page-shell .b2c-workspace :is(.b2b-selection-panel,.b2b-result-panel){border-color:#e4e8ef;border-radius:16px;background:#fff;box-shadow:0 8px 28px #212f4e0b;-webkit-backdrop-filter:none;backdrop-filter:none}.page-shell .b2b-workspace .b2b-panel-heading,.page-shell .b2c-workspace .b2b-panel-heading{border-color:#e8ebf1;background:#fff}.page-shell .b2b-workspace .b2b-step-heading>span,.page-shell .b2c-workspace .b2b-step-heading>span{border:1px solid #d9e4ff;border-radius:10px;background:#edf3ff;color:#6b7f9f;box-shadow:none}.page-shell .b2b-workspace .b2b-step-heading h2,.page-shell .b2c-workspace .b2b-step-heading h2{color:#202b41;font-size:16px}.page-shell .b2b-workspace .b2b-step-heading p,.page-shell .b2c-workspace .b2b-step-heading p{color:#7c8699;font-size:10px}.page-shell .b2b-workspace .b2b-session-search input,.page-shell .b2c-workspace .b2b-session-search input{border-color:#d9dfe9;background-color:#fff;color:#283349;box-shadow:none}.page-shell .b2b-workspace .b2b-session-search input:hover,.page-shell .b2c-workspace .b2b-session-search input:hover{border-color:#bec7d6;background-color:#fff}.page-shell .b2b-workspace .b2b-session-search input:focus,.page-shell .b2c-workspace .b2b-session-search input:focus{border-color:#7ea3ff;background-color:#fff;box-shadow:0 0 0 3px #356df31a}.page-shell .b2b-workspace .b2b-session-search input::placeholder,.page-shell .b2c-workspace .b2b-session-search input::placeholder{color:#a0a8b7}.page-shell .b2b-workspace :is(.b2b-session-table-shell,.b2b-preview-table-shell),.page-shell .b2c-workspace :is(.b2b-session-table-shell,.b2b-preview-table-shell){overflow-x:auto;overflow-y:auto;border-color:#e3e7ee;background:#fff;scrollbar-color:#c5ccd8 #f1f3f6}.page-shell .b2b-workspace :is(.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar-track,.page-shell .b2c-workspace :is(.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar-track{background:#f0f2f5}.page-shell .b2b-workspace :is(.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar-thumb,.page-shell .b2c-workspace :is(.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar-thumb{border-color:#f0f2f5;background:#c5ccd7}.page-shell .b2b-workspace :is(.b2b-session-table,.b2b-preview-table) th,.page-shell .b2c-workspace :is(.b2b-session-table,.b2b-preview-table) th{border-color:#e1e6ee;background:#f5f7fa;color:#647087}.page-shell .b2b-workspace :is(.b2b-session-table,.b2b-preview-table) td,.page-shell .b2c-workspace :is(.b2b-session-table,.b2b-preview-table) td{border-color:#e9ecf1;background:#fff;color:#465167}.page-shell .b2b-workspace :is(.b2b-session-table,.b2b-preview-table) tbody tr:hover td,.page-shell .b2c-workspace :is(.b2b-session-table,.b2b-preview-table) tbody tr:hover td{background:#f2f6ff}.page-shell .b2b-workspace .b2b-session-table tbody tr.is-selected td,.page-shell .b2c-workspace .b2b-session-table tbody tr.is-selected td{background:#edf4ff}.page-shell .b2b-workspace .b2b-session-table tbody tr.is-selected td:first-child,.page-shell .b2c-workspace .b2b-session-table tbody tr.is-selected td:first-child{box-shadow:inset 3px 0 #6b9cff}.page-shell .b2b-workspace .b2b-session-table :is(code,strong),.page-shell .b2c-workspace .b2b-session-table :is(code,strong){color:#6b7f9f}.page-shell .b2b-session-table th:nth-child(2),.page-shell .b2b-session-table td:nth-child(2),.page-shell .b2b-session-table th:nth-child(3),.page-shell .b2b-session-table td:nth-child(3){width:auto}.page-shell .b2c-workspace .b2b-session-table tbody tr:hover td{background:#dbeafe;color:#172554}.page-shell .b2c-workspace .b2b-session-table tbody tr:hover :is(code,strong){color:#667892}.page-shell .b2c-workspace .b2b-session-table tbody tr.is-selected td,.page-shell .b2c-workspace .b2b-session-table tbody tr.is-selected:hover td{background:#edf4ff;color:#465167}.page-shell .b2c-workspace .b2b-session-table tbody tr.is-selected :is(code,strong),.page-shell .b2c-workspace .b2b-session-table tbody tr.is-selected:hover :is(code,strong){color:#6b7f9f}.page-shell .b2c-workspace .b2b-session-table tbody tr.is-selected td:first-child{box-shadow:inset 3px 0 #6b9cff}.page-shell .b2c-workspace .b2b-session-table ::selection{color:#172554;background:#bfdbfe}.page-shell .b2b-workspace .b2b-processing-rail,.page-shell .b2c-workspace .b2b-processing-rail{border-left:1px solid #e4e8ef;background:#f8fafc}.page-shell .b2b-workspace .b2b-processing-rail__eyebrow,.page-shell .b2c-workspace .b2b-processing-rail__eyebrow,.page-shell .b2b-workspace .b2b-processing-rail__title span,.page-shell .b2c-workspace .b2b-processing-rail__title span,.page-shell .b2b-workspace .b2b-processing-rail dt,.page-shell .b2c-workspace .b2b-processing-rail dt{color:#778197}.page-shell .b2b-workspace .b2b-processing-rail__title h2,.page-shell .b2c-workspace .b2b-processing-rail__title h2,.page-shell .b2b-workspace .b2b-processing-rail dd,.page-shell .b2c-workspace .b2b-processing-rail dd{color:#202b41}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-processing-rail__title{display:grid;grid-template-columns:minmax(0,1fr) minmax(132px,42%);align-items:center;gap:14px}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-processing-rail__title h2{min-width:0;white-space:nowrap}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-processing-rail__title span{max-width:180px;justify-self:end;line-height:1.55}.page-shell .b2b-workspace .b2b-processing-rail dl,.page-shell .b2c-workspace .b2b-processing-rail dl{border-color:#e3e7ee;background:#e3e7ee}.page-shell .b2b-workspace .b2b-processing-rail dl div,.page-shell .b2c-workspace .b2b-processing-rail dl div{background:#fff}.page-shell .b2b-workspace :is(.b2b-generate-button,.b2b-download-button,.b2c-generate-button),.page-shell .b2c-workspace :is(.b2b-generate-button,.b2b-download-button,.b2c-generate-button){border-color:#6b9cff;border-radius:10px;background:#6b9cff;color:#1f2d46;font-weight:800;box-shadow:0 8px 20px #356df32e}.page-shell .b2b-workspace :is(.b2b-generate-button,.b2b-download-button,.b2c-generate-button):hover:not(:disabled),.page-shell .b2c-workspace :is(.b2b-generate-button,.b2b-download-button,.b2c-generate-button):hover:not(:disabled){border-color:#5f93ee;background:#5f93ee;color:#1f2d46;box-shadow:0 10px 24px #356df33d;transform:translateY(-1px)}.page-shell .b2b-workspace :is(.b2b-generate-button,.b2b-download-button,.b2c-generate-button):disabled,.page-shell .b2c-workspace :is(.b2b-generate-button,.b2b-download-button,.b2c-generate-button):disabled{border-color:#dbe1ea;background:#fff;color:#1f2d46;font-weight:800;opacity:1;box-shadow:none}.page-shell .b2b-workspace :is(.b2b-notice,.b2b-processing-progress,.b2b-result-summary),.page-shell .b2c-workspace :is(.b2b-notice,.b2b-processing-progress,.b2b-result-summary){border-color:#e1e6ee;background:#f8fafc;color:#455168}.page-shell .b2b-workspace .b2b-processing-progress__bar,.page-shell .b2c-workspace .b2b-processing-progress__bar{background:#e4e9f1}.page-shell .b2b-workspace .b2b-processing-progress__bar span,.page-shell .b2c-workspace .b2b-processing-progress__bar span{background:#6b9cff}.page-shell .b2b-workspace :is(.b2b-result-summary strong,.b2b-processing-progress p),.page-shell .b2c-workspace :is(.b2b-result-summary strong,.b2b-processing-progress p){color:#344159}.page-shell .b2b-workspace :is(.b2b-preview-banner,.b2c-result-state),.page-shell .b2c-workspace :is(.b2b-preview-banner,.b2c-result-state){border-color:#dce5f7;background:#edf4ff;color:#344159}.page-shell .b2b-workspace .b2b-preview-table tbody tr:nth-child(2n) td,.page-shell .b2c-workspace .b2b-preview-table tbody tr:nth-child(2n) td{background:#fbfcfd}.page-shell .workspace :is(.table-wrap,.shipment-table-wrap,.job-table-shell,.job-results-table-shell,.declaration-table-shell,.declaration-editor-shell,.declaration-items-table-shell,.declaration-results-table-shell,.amount-query-table-shell,.amount-query-dialog__table-shell,.printing-table-wrap,.customs-table-scroll,.b2b-session-table-shell,.b2b-preview-table-shell){max-width:100%;overflow-x:auto;scrollbar-gutter:stable;overscroll-behavior-inline:contain}.page-shell .workspace :is(.table-wrap,.shipment-table-wrap,.job-table-shell,.job-results-table-shell,.declaration-table-shell,.declaration-editor-shell,.declaration-items-table-shell,.declaration-results-table-shell,.amount-query-table-shell,.amount-query-dialog__table-shell,.printing-table-wrap,.customs-table-scroll,.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar{width:11px;height:11px}.page-shell .workspace :is(.table-wrap,.shipment-table-wrap,.job-table-shell,.job-results-table-shell,.declaration-table-shell,.declaration-editor-shell,.declaration-items-table-shell,.declaration-results-table-shell,.amount-query-table-shell,.amount-query-dialog__table-shell,.printing-table-wrap,.customs-table-scroll,.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar-track{border-radius:999px;background:#e9edf3}.page-shell .workspace :is(.table-wrap,.shipment-table-wrap,.job-table-shell,.job-results-table-shell,.declaration-table-shell,.declaration-editor-shell,.declaration-items-table-shell,.declaration-results-table-shell,.amount-query-table-shell,.amount-query-dialog__table-shell,.printing-table-wrap,.customs-table-scroll,.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar-thumb{border:2px solid #e9edf3;border-radius:999px;background:#aeb8c8}.page-shell .workspace :is(.table-wrap,.shipment-table-wrap,.job-table-shell,.job-results-table-shell,.declaration-table-shell,.declaration-editor-shell,.declaration-items-table-shell,.declaration-results-table-shell,.amount-query-table-shell,.amount-query-dialog__table-shell,.printing-table-wrap,.customs-table-scroll,.b2b-session-table-shell,.b2b-preview-table-shell)::-webkit-scrollbar-thumb:hover{background:#8f9bad}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table{width:100%;min-width:1050px;table-layout:fixed}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table th,.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td{width:auto;white-space:nowrap}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table th:first-child,.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td:first-child{width:54px}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table th:nth-child(2),.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td:nth-child(2){width:36%}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table th:nth-child(3),.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td:nth-child(3){width:42%}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table th:nth-child(4),.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td:nth-child(4){width:22%}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td:nth-child(3),.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td:nth-child(4){overflow:hidden;text-overflow:ellipsis}.page-shell :is(.b2b-workspace,.b2c-workspace) .b2b-session-table td strong{overflow:hidden;text-overflow:ellipsis}.page-shell .destin8-workspace .destin8-generator-panel>.b2b-panel-heading{grid-template-columns:1fr}.page-shell .destin8-workspace .destin8-generator-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;padding:24px}.page-shell .destin8-workspace .destin8-generator{min-width:0;padding:22px;border:1px solid #dfe6ef;border-radius:16px;background:#fff;box-shadow:0 8px 22px #0f172a0d}.page-shell .destin8-workspace .destin8-generator__header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:20px}.page-shell .destin8-workspace .destin8-generator__header span{color:#64748b;font-size:11px;font-weight:800;letter-spacing:.08em}.page-shell .destin8-workspace .destin8-generator__header h3{margin:5px 0 0;color:#172033;font-size:20px}.page-shell .destin8-workspace .destin8-generator__header>strong{padding:6px 10px;border-radius:999px;background:#eef4ff;color:#6b7f9f;font-size:12px;white-space:nowrap}.page-shell .destin8-workspace .destin8-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.page-shell .destin8-workspace .destin8-form label{min-width:0;display:grid;gap:8px;color:#475569;font-size:12px;font-weight:700}.page-shell .destin8-workspace .destin8-form input{width:100%;min-width:0;height:42px;padding:0 12px;border:1px solid #cfd8e5;border-radius:10px;outline:none;background:#fff;color:#172033;font:inherit}.page-shell .destin8-workspace .destin8-form input:focus{border-color:#6b9cff;box-shadow:0 0 0 3px #356df31f}.page-shell .destin8-workspace .destin8-generator__actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px}.page-shell .destin8-workspace :is(.destin8-primary-button,.destin8-download-button){min-height:40px;padding:0 16px;border:1px solid transparent;border-radius:10px;font-weight:750;cursor:pointer}.page-shell .destin8-workspace .destin8-primary-button{background:#75a7ff;color:#1f2d46;font-weight:800}.page-shell .destin8-workspace .destin8-download-button{border-color:#cfd8e5;background:#fff;color:#1f2d46;font-weight:800}.page-shell .destin8-workspace :is(.destin8-primary-button,.destin8-download-button):disabled{cursor:not-allowed;border-color:#dbe1ea;background:#fff;color:#1f2d46;opacity:1}.page-shell .destin8-workspace .destin8-inline-notice{margin-top:16px;padding:10px 12px;border-radius:10px;background:#eff6ff;color:#1e40af;font-size:12px}.page-shell .destin8-workspace .destin8-inline-notice.is-error{background:#fef2f2;color:#b91c1c}.page-shell .destin8-workspace .destin8-result-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;margin:18px 0 0;overflow:hidden;border:1px solid #e2e8f0;border-radius:12px;background:#e2e8f0}.page-shell .destin8-workspace .destin8-result-details>div{min-width:0;padding:12px;background:#f8fafc}.page-shell .destin8-workspace .destin8-result-details :is(dt,dd){margin:0}.page-shell .destin8-workspace .destin8-result-details dt{color:#64748b;font-size:11px;font-weight:700}.page-shell .destin8-workspace .destin8-result-details dd{margin-top:5px;overflow-wrap:anywhere;color:#172033;font-size:12px;font-weight:650}@media (max-width: 1100px){.page-shell .destin8-workspace .destin8-generator-grid{grid-template-columns:1fr}}@media (max-width: 680px){.page-shell .destin8-workspace .destin8-form,.page-shell .destin8-workspace .destin8-result-details{grid-template-columns:1fr}}.page-shell .declaration-items-table-shell{overflow-x:auto;overflow-y:visible}.page-shell .shipment-table-wrap{height:clamp(430px,calc(100vh - 520px),570px);min-height:430px;overflow:auto;scrollbar-gutter:stable both-edges}.page-shell .shipment-data-table{width:max(100%,1900px)!important;min-width:1900px!important}.page-shell .shipment-pagination{position:relative;z-index:2;border-color:#e3e7ee;background:#fff}.page-shell .workspace button[class*=--primary],.page-shell .workspace button[class*=--primary]:focus-visible,.page-shell .workspace .logistics-button--primary,.page-shell .workspace .b2b-generate-button,.page-shell .workspace .b2b-download-button,.page-shell .workspace .b2c-generate-button,.page-shell .workspace .destin8-primary-button,.page-shell .workspace .destin8-download-button{border-color:#dbe1ea;background:#fff;color:#1f2d46;font-weight:800;opacity:1}.page-shell .workspace :is(.declaration-type-tabs,.customs-mode-tabs) button.is-active,.page-shell .workspace :is(.declaration-type-tabs,.customs-mode-tabs) button.is-active:hover{border-color:#2f6fec;background:#2f6fec;color:#fff;font-weight:800}.page-shell .workspace :is(.declaration-type-tabs,.customs-mode-tabs) button.is-active:hover{border-color:#dbe1ea;background:#fff;color:#1f2d46}.page-shell .workspace button[class*=--primary],.page-shell .workspace .logistics-button--primary,.page-shell .workspace .b2b-generate-button,.page-shell .workspace .b2b-download-button,.page-shell .workspace .b2c-generate-button,.page-shell .workspace .destin8-primary-button,.page-shell .workspace .destin8-download-button{border-color:#dbe1ea;background:#fff;color:#1f2d46;font-weight:800;opacity:1}.page-shell .workspace button[class*=--primary]:hover:not(:disabled),.page-shell .workspace .logistics-button--primary:hover:not(:disabled),.page-shell .workspace .b2b-generate-button:hover:not(:disabled),.page-shell .workspace .b2b-download-button:hover:not(:disabled),.page-shell .workspace .b2c-generate-button:hover:not(:disabled),.page-shell .workspace .destin8-primary-button:hover:not(:disabled),.page-shell .workspace .destin8-download-button:hover:not(:disabled){border-color:#2f6fec;background:#2f6fec;color:#fff;font-weight:800}.page-shell .workspace button[class*=--secondary],.page-shell .workspace button[class*=--secondary]:hover:not(:disabled),.page-shell .workspace .logistics-button--secondary,.page-shell .workspace .logistics-button--secondary:hover:not(:disabled){border-color:#dbe1ea;background:#fff;color:#1f2d46;font-weight:800;opacity:1}.page-shell .workspace .workspace-welcome__primary,.page-shell .workspace .workspace-welcome__secondary{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 28px;border-radius:10px;font-size:14px;font-weight:600;letter-spacing:.02em;cursor:pointer;transition:background .32s cubic-bezier(.16,1,.3,1),color .32s cubic-bezier(.16,1,.3,1),border-color .32s cubic-bezier(.16,1,.3,1),box-shadow .32s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1)}.page-shell .workspace .workspace-welcome__primary{border:1px solid rgba(15,28,58,.32);background:linear-gradient(180deg,#243559,#15233f);color:#fff;box-shadow:inset 0 1px #ffffff1a,0 1px 2px #0f1c3a29,0 10px 24px #0f1c3a33}.page-shell .workspace .workspace-welcome__secondary{border:1px solid rgba(15,28,58,.16);background:#fff;color:#1a2a4f;box-shadow:0 1px 2px #0f1c3a0a}.page-shell .workspace .workspace-welcome__primary:after,.page-shell .workspace .workspace-welcome__secondary:after{content:"→";display:inline-block;width:0;margin-left:0;opacity:0;transform:translate(-6px);font-size:15px;font-weight:500;transition:width .32s cubic-bezier(.16,1,.3,1),margin-left .32s cubic-bezier(.16,1,.3,1),opacity .32s cubic-bezier(.16,1,.3,1),transform .32s cubic-bezier(.16,1,.3,1)}.page-shell .workspace .workspace-welcome__primary:hover,.page-shell .workspace .workspace-welcome__primary:focus-visible,.page-shell .workspace .workspace-welcome__secondary:hover,.page-shell .workspace .workspace-welcome__secondary:focus-visible{transform:translateY(-1px)}.page-shell .workspace .workspace-welcome__primary:hover,.page-shell .workspace .workspace-welcome__primary:focus-visible{border-color:#0f1c3a80;background:linear-gradient(180deg,#2c3f6a,#1b2b4d);box-shadow:inset 0 1px #ffffff24,0 2px 4px #0f1c3a38,0 18px 36px #0f1c3a47}.page-shell .workspace .workspace-welcome__secondary:hover,.page-shell .workspace .workspace-welcome__secondary:focus-visible{border-color:#0f1c3a66;background:#15233f;color:#fff;box-shadow:0 2px 4px #0f1c3a1f,0 14px 28px #0f1c3a2e}.page-shell .workspace .workspace-welcome__primary:hover:after,.page-shell .workspace .workspace-welcome__primary:focus-visible:after,.page-shell .workspace .workspace-welcome__secondary:hover:after,.page-shell .workspace .workspace-welcome__secondary:focus-visible:after{width:14px;margin-left:10px;opacity:1;transform:translate(0)}.page-shell .topbar__account-menu{width:286px;padding:10px}.page-shell .topbar__account-utilities{margin-top:4px;padding:6px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;border:0;border-radius:11px;background:#f5f6f8}.page-shell .topbar__account-language,.page-shell .topbar__account-contact{min-height:40px;padding:0 10px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-radius:9px;color:#4b5563;background:transparent;font-size:13px;font-weight:650;text-decoration:none;cursor:pointer}.page-shell .topbar__account-contact-wrap{position:relative;min-width:0}.page-shell .topbar__account-contact{width:100%}.page-shell .topbar__account-contact-email{position:absolute;top:calc(100% - 1px);right:0;z-index:3;width:222px;padding:12px 14px;display:grid;gap:5px;border:0;border-radius:11px;background:#fff;box-shadow:0 16px 38px #1118272e}.page-shell .topbar__account-contact-email span{color:#8a94a5;font-size:11px;font-weight:650}.page-shell .topbar__account-contact-email a{color:#111827;font-size:13px;font-weight:750;text-decoration:none}.page-shell .topbar__account-contact-email a:hover{text-decoration:underline}.page-shell .topbar__account-language:hover,.page-shell .topbar__account-contact:hover{color:#111827;background:#fff}.page-shell .topbar__account-language .is-active{color:#111827;font-weight:800}.page-shell .topbar__account-contact .topbar__action-icon{width:16px;height:16px}.page-shell .topbar__account-menu-action{position:static;width:100%;min-height:42px;margin-top:7px;padding:0 12px;display:flex!important;align-items:center;border:0;border-radius:9px;color:#b42318!important;background:#fff;font-size:13px;font-weight:700;line-height:1;text-align:left}.page-shell .mega-nav__panel,.page-shell .mega-nav__group:nth-last-child(-n+2) .mega-nav__panel{right:auto;left:50%;transform:translate(-50%) translateY(9px) scale(.985);transform-origin:top center}.page-shell .mega-nav__group:hover .mega-nav__panel,.page-shell .mega-nav__group.is-open .mega-nav__panel{transform:translate(-50%) translateY(0) scale(1)}.page-shell .mega-nav__leaf-grid{gap:4px}.page-shell .mega-nav__leaf{min-height:46px;padding:6px 8px;grid-template-columns:28px minmax(0,1fr);gap:7px;border-radius:9px;background:#fff;font-size:12px;font-weight:650}.page-shell .mega-nav__leaf:hover,.page-shell .mega-nav__leaf.is-active{background:#f5f6f8;transform:none}.page-shell .mega-nav__leaf-tag{width:28px;height:28px}.page-shell .mega-nav__leaf-tag svg{width:16px;height:16px}@media (max-width: 860px){.page-shell .mega-nav__panel,.page-shell .mega-nav__group:nth-last-child(-n+2) .mega-nav__panel,.page-shell .mega-nav__group:hover .mega-nav__panel,.page-shell .mega-nav__group.is-open .mega-nav__panel{right:auto;left:auto;transform:none}}.page-shell.is-business-shell,.page-shell.is-business-shell.is-business-nav-open,.page-shell.is-business-shell.is-sidebar-collapsed,.page-shell.is-business-shell.is-business-nav-open.is-sidebar-collapsed{--shell-header-height: 120px;grid-template-columns:minmax(0,1fr);background:radial-gradient(circle at 16% -15%,rgba(59,130,246,.11),transparent 30%),radial-gradient(circle at 82% -20%,rgba(20,184,166,.09),transparent 28%),#f5f8fc}.page-shell.is-business-shell>.main-area{grid-column:1;grid-row:1;min-width:0;background:#fff}.page-shell.is-business-shell>.sidebar,.page-shell.is-business-shell>.sidebar-backdrop{display:none!important}.page-shell .topbar{position:relative;z-index:4000;height:var(--shell-header-height);padding:0 24px!important;display:grid;grid-template-rows:68px 52px;overflow:visible;border:0!important;background:radial-gradient(circle at 12% 0%,rgba(37,99,235,.08),transparent 26%),radial-gradient(circle at 86% 12%,rgba(13,177,196,.07),transparent 24%),linear-gradient(110deg,#fffffffc,#f7fafffa 54%,#f6fdfcfa);box-shadow:0 15px 36px #17305512}.page-shell .topbar__primary{min-width:0;display:flex;align-items:center;gap:24px}.page-shell.is-business-shell .topbar__brand,.page-shell .topbar__brand{position:static;z-index:auto;width:auto;height:60px;flex:0 0 auto;padding:0;display:inline-flex;align-items:center;gap:11px;border:0!important;background:transparent;box-shadow:none}.page-shell .topbar__brand:hover{opacity:.88}.page-shell .topbar__brand .sidebar__logo-img{width:43px;height:43px;padding:4px;border:0;border-radius:12px;background:#ffffffc7;box-shadow:0 8px 22px #1c539f21}.page-shell .topbar__brand .sidebar__logo-text{color:#10233f;font-size:21px}.page-shell .topbar__brand .sidebar__brand-copy>span{color:#7d8da5}.page-shell .topbar__nav{min-width:180px;flex:1 1 auto;align-self:auto;gap:10px}.page-shell .business-search{width:min(340px,30vw);flex:0 1 340px;margin:0}.page-shell .business-search input{height:44px;border:0;border-radius:12px;background:#e7eef8a8;box-shadow:inset 0 0 0 1px #ffffff80}.page-shell .business-search input:focus{border:0;background:#fff;box-shadow:0 10px 26px #1d4e941f,0 0 0 3px #2563eb1a}.page-shell .business-search__icon{top:12px}.page-shell .business-search__popover,.page-shell .topbar__contact-menu,.page-shell .topbar__account-menu{z-index:5200;border:0;box-shadow:0 24px 58px #0c244833}.page-shell .topbar__actions{flex:0 0 auto;gap:4px}.page-shell .topbar__language-toggle,.page-shell .topbar__item,.page-shell .topbar__account-trigger{border:0!important;background:transparent}.page-shell .topbar__language-toggle:hover,.page-shell .topbar__item:hover,.page-shell .topbar__account-trigger:hover,.page-shell .topbar__account-trigger.is-open{border:0;background:#e0e9f6a6}.page-shell .mega-nav{position:relative;z-index:4100;min-width:0;display:flex;align-items:stretch;gap:clamp(2px,.65vw,10px);border:0}.page-shell .mega-nav__group{position:relative;display:flex;align-items:stretch}.page-shell .mega-nav__trigger{min-height:46px;padding:0 clamp(9px,.9vw,15px);display:inline-flex;align-items:center;gap:8px;border:0;border-radius:12px;color:#4c5c75;background:transparent;font-size:clamp(12px,.9vw,14px);font-weight:680;white-space:nowrap;cursor:pointer;transition:color .16s ease,background .16s ease,transform .16s ease}.page-shell .mega-nav__trigger .nav-tree__icon{width:18px;height:18px;stroke:#6f819c}.page-shell .mega-nav__trigger:hover,.page-shell .mega-nav__trigger.is-active,.page-shell .mega-nav__group.is-open .mega-nav__trigger{color:#0f4c91;background:linear-gradient(115deg,#dbe8ffdb,#def7f8c7);transform:translateY(-1px)}.page-shell .mega-nav__trigger:hover .nav-tree__icon,.page-shell .mega-nav__trigger.is-active .nav-tree__icon{stroke:#2563eb}.page-shell .mega-nav__caret{color:#97a6bb;font-size:13px;transition:transform .16s ease}.page-shell .mega-nav__group:hover .mega-nav__caret,.page-shell .mega-nav__group.is-open .mega-nav__caret{transform:rotate(180deg)}.page-shell .mega-nav__panel{position:absolute;top:calc(100% - 2px);left:0;z-index:5100;width:max-content;min-width:330px;max-width:min(520px,calc(100vw - 32px));padding:16px;border:0;border-radius:18px;background:radial-gradient(circle at 100% 0%,rgba(20,184,166,.13),transparent 34%),linear-gradient(145deg,#0a2147,#123d77 62%,#155f8e);box-shadow:0 26px 65px #081d3e4d;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(9px) scale(.985);transform-origin:top left;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.page-shell .mega-nav__group:nth-last-child(-n+2) .mega-nav__panel{right:0;left:auto;transform-origin:top right}.page-shell .mega-nav__group:hover .mega-nav__panel,.page-shell .mega-nav__group.is-open .mega-nav__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1)}.page-shell .mega-nav__leaf-grid{display:grid;grid-template-columns:repeat(2,minmax(145px,1fr));gap:8px}.page-shell .mega-nav__leaf{min-height:55px;padding:8px 10px;display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;gap:10px;border:0;border-radius:12px;color:#eaf3ff;background:#ffffff13;text-align:left;font-size:12px;font-weight:620;cursor:pointer;transition:background .15s ease,transform .15s ease}.page-shell .mega-nav__leaf:hover,.page-shell .mega-nav__leaf.is-active{background:#ffffff29;transform:translateY(-1px)}.page-shell .mega-nav__leaf-tag{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;color:#6b7280;background:transparent;box-shadow:none;font-size:9px;font-weight:850;letter-spacing:.04em}.page-shell .mega-nav__leaf-tag svg{width:18px;height:18px;stroke:currentColor;stroke-width:1.75;stroke-linecap:round;stroke-linejoin:round}.page-shell .mega-nav__leaf:hover .mega-nav__leaf-tag,.page-shell .mega-nav__leaf.is-active .mega-nav__leaf-tag{color:#111827}@media (max-width: 1120px){.page-shell .topbar__item:not(.topbar__item--active){padding-inline:7px}.page-shell .topbar__account-copy,.page-shell .topbar__item>.topbar__mini-avatar{display:none}.page-shell .mega-nav__trigger{gap:6px;padding-inline:8px}}@media (max-width: 860px){.page-shell.is-business-shell,.page-shell.is-business-shell.is-business-nav-open{--shell-header-height: 72px}.page-shell .topbar{height:72px;padding:0 14px!important;display:flex;align-items:center}.page-shell .topbar__primary{width:100%;gap:10px}.page-shell .topbar__brand .sidebar__brand-copy{display:none}.page-shell .topbar__nav-toggle{width:42px;height:42px;order:2;display:grid;border:0;background:#e0e9f6a3;transition:background-color .24s ease}.page-shell .topbar__nav-toggle span{background:#17385f;pointer-events:none;transition:transform .24s ease,opacity .16s ease}.page-shell.is-mobile-nav-open .topbar__nav-toggle span:nth-child(1){transform:translateY(7px) rotate(45deg)}.page-shell.is-mobile-nav-open .topbar__nav-toggle span:nth-child(2){opacity:0}.page-shell.is-mobile-nav-open .topbar__nav-toggle span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.page-shell .business-search{width:auto;flex:1 1 auto}.page-shell .topbar__actions{display:none}.page-shell .mega-nav{position:fixed;inset:72px 12px auto;z-index:5000;max-height:calc(100vh - 88px);padding:12px;display:flex;flex-direction:column;align-items:stretch;overflow-y:auto;border:0;border-radius:18px;background:linear-gradient(145deg,#091f43,#123b71 64%,#155a82);box-shadow:0 26px 65px #081d3e57;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(-10px) scale(.98);transform-origin:top right;transition:opacity .24s ease,transform .24s ease,visibility 0s linear .24s}.page-shell.is-mobile-nav-open .mega-nav{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0) scale(1);transition:opacity .24s ease,transform .24s ease,visibility 0s}.page-shell .mega-nav__group,.page-shell .mega-nav__trigger{width:100%}.page-shell .mega-nav__trigger{justify-content:flex-start;color:#e9f3ff}.page-shell .mega-nav__trigger .nav-tree__icon{stroke:#9fc7ec}.page-shell .mega-nav__panel,.page-shell .mega-nav__group:nth-last-child(-n+2) .mega-nav__panel{position:static;width:100%;min-width:0;max-width:none;display:none;margin:4px 0 8px;padding:10px;background:#ffffff12;box-shadow:none;opacity:1;visibility:visible;pointer-events:auto;transform:none}.page-shell .mega-nav__group.is-open .mega-nav__panel,.page-shell .mega-nav__group:hover .mega-nav__panel{display:block}}@media (max-width: 560px){.page-shell .topbar__brand .sidebar__logo-img{width:39px;height:39px}.page-shell .mega-nav__leaf-grid{grid-template-columns:1fr}}.page-shell.is-business-shell,.page-shell.is-business-shell.is-business-nav-open,.page-shell.is-business-shell.is-sidebar-collapsed,.page-shell.is-business-shell.is-business-nav-open.is-sidebar-collapsed{--shell-header-height: 72px}.page-shell .topbar{height:72px;padding:0 22px!important;display:flex;align-items:center;gap:18px;border:0!important;background:#fff;box-shadow:none}.page-shell .topbar__primary{display:contents}.page-shell .topbar__right{order:3;min-width:0;display:flex;align-items:center;gap:10px;justify-content:flex-end}.page-shell .topbar__brand{order:1}.page-shell .topbar__brand .sidebar__logo-img{box-shadow:0 6px 18px #161f301a}.page-shell .topbar__brand .sidebar__logo-text{color:#111827}.page-shell .topbar__nav{order:4;min-width:0;flex:0 0 auto;display:none}.page-shell .mega-nav{order:2;flex:1 1 auto;min-width:0;height:72px;justify-content:center;gap:clamp(0px,.35vw,6px)}.page-shell .mega-nav__group{align-items:center}.page-shell .mega-nav__trigger{min-height:42px;padding-inline:clamp(7px,.65vw,12px);color:#374151;font-size:clamp(11px,.78vw,13px)}.page-shell .mega-nav__trigger .nav-tree__icon{stroke:#6b7280}.page-shell .mega-nav__trigger:hover,.page-shell .mega-nav__trigger.is-active,.page-shell .mega-nav__group.is-open .mega-nav__trigger{color:#111827;background:#f3f4f6}.page-shell .mega-nav__trigger:hover .nav-tree__icon,.page-shell .mega-nav__trigger.is-active .nav-tree__icon{stroke:#111827}.page-shell .mega-nav__panel{top:calc(100% - 9px);color:#111827;background:#fff;box-shadow:0 22px 55px #11182729}.page-shell .mega-nav__leaf{color:#1f2937;background:#f7f7f8}.page-shell .mega-nav__leaf:hover,.page-shell .mega-nav__leaf.is-active{color:#000;background:#eceef1}.page-shell .topbar__actions{order:3;flex:0 0 auto}.page-shell .topbar__language-toggle,.page-shell .topbar__item,.page-shell .topbar__account-trigger{color:#374151}.page-shell .topbar__mini-avatar{color:#111827;background:#f0f1f3}@media (max-width: 1120px){.page-shell .topbar__brand .sidebar__brand-copy,.page-shell .mega-nav__trigger .nav-tree__icon,.page-shell .mega-nav__caret{display:none}}@media (max-width: 860px){.page-shell .topbar{display:flex}.page-shell .topbar__primary{display:contents}.page-shell .topbar__brand{flex:1 1 0;min-width:0}.page-shell .topbar__right{flex:2 1 0;min-width:0;gap:8px}.page-shell .topbar__nav{flex:0 0 auto;display:flex}.page-shell .topbar__actions{flex:1 1 auto;min-width:0;justify-content:flex-end;display:flex}.page-shell .topbar__actions>:not(.topbar__account){display:none}.page-shell .topbar__account-copy small{display:none}.page-shell .topbar__account-copy strong{max-width:90px;font-size:13px}.page-shell .topbar__account-caret{display:none}.page-shell .topbar__account-trigger{width:auto!important;padding:3px 6px;justify-content:center;text-align:center}.page-shell.is-business-shell .topbar__account-trigger{display:flex!important;grid-template-columns:none}.page-shell .mega-nav{order:initial;height:auto;justify-content:flex-start;background:#fff}.page-shell .mega-nav__trigger{color:#1f2937}.page-shell .mega-nav__trigger .nav-tree__icon{display:block;stroke:#6b7280}.page-shell .mega-nav__caret{display:block;margin-left:auto;color:#9ca3af}.page-shell .mega-nav__panel,.page-shell .mega-nav__group:nth-last-child(-n+2) .mega-nav__panel{color:#111827;background:#f5f6f8}.page-shell .mega-nav__leaf{transition:background-color .2s ease,color .2s ease,box-shadow .2s ease,transform .2s ease}.page-shell .mega-nav__leaf:hover,.page-shell .mega-nav__leaf.is-active{transform:translate(3px);box-shadow:0 4px 12px #11182714}.page-shell .mega-nav__panel,.page-shell .mega-nav__group:nth-last-child(-n+2) .mega-nav__panel{position:static;top:auto;right:auto;left:auto;z-index:auto;display:block;width:100%;min-width:0;max-width:none;margin:0;padding:0 10px;border-radius:14px;background:#f5f6f8;box-shadow:none;opacity:1;pointer-events:auto;transform:none;max-height:0;overflow:hidden;visibility:hidden;transition:max-height .24s ease,margin .24s ease,padding .24s ease,visibility 0s linear .24s}.page-shell .mega-nav__group.is-open .mega-nav__panel,.page-shell .mega-nav__group:hover .mega-nav__panel{max-height:440px;margin:4px 0 8px;padding:10px;visibility:visible;transition:max-height .24s ease,margin .24s ease,padding .24s ease,visibility 0s}}@media (max-width: 560px){.page-shell .topbar{padding:0 12px!important}.page-shell .topbar__brand .sidebar__logo-img,.page-shell .topbar__nav-toggle{width:38px;height:38px}.page-shell .topbar__right{gap:6px}.page-shell .topbar__account-copy strong{max-width:64px;font-size:12px}.page-shell .topbar__mini-avatar{width:26px;height:26px;font-size:9px}}.dpd-create{--dpd-navy: #091d3f;--dpd-blue: #2563eb;--dpd-cyan: #16b8d4;--dpd-coral: #ff6b5f;--dpd-ink: #17233a;--dpd-muted: #66748d;--dpd-line: #d6dfec;--dpd-surface: #fff;color:var(--dpd-ink)}.dpd-create__page-header{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin:-4px -4px 0;padding:24px 28px;border-radius:14px;color:#fff;background:radial-gradient(circle at 74% -40%,rgba(34,211,238,.25),transparent 35%),linear-gradient(112deg,#081a38,#123d78 58%,#175db9);box-shadow:0 18px 42px #091d3f29}.dpd-create__page-header .workspace__breadcrumb{margin:0 0 8px;color:#9ee8f4;font-size:11px;font-weight:800;letter-spacing:.12em}.dpd-create__page-header h1{margin:0;color:#fff;font-size:clamp(26px,2.1vw,36px);line-height:1.1;letter-spacing:-.035em}.dpd-create__page-header p:last-child{margin:9px 0 0;color:#d8e8ff;font-size:14px}.dpd-create__header-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:10px}.dpd-create__button{min-height:42px;padding:0 18px;border:1px solid transparent;border-radius:9px;font:inherit;font-size:13px;font-weight:800;line-height:1;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,border-color .15s ease,background .15s ease}.dpd-create__button:hover:not(:disabled){transform:translateY(-1px)}.dpd-create__button:disabled{cursor:not-allowed;opacity:.55}.page-shell .workspace .dpd-create__button--primary,.page-shell .workspace a.dpd-create__button--primary{display:inline-flex;align-items:center;justify-content:center;border-color:#4f8df5;background:linear-gradient(115deg,#2563eb,#1d72db,#14a6c9);color:#fff;text-decoration:none;box-shadow:0 10px 22px #2563eb38}.page-shell .workspace .dpd-create__button--primary:hover:not(:disabled),.page-shell .workspace a.dpd-create__button--primary:hover{border-color:#7be4f2;background:linear-gradient(115deg,#1d4ed8,#2563eb 52%,#0891b2);color:#fff}.page-shell .workspace .dpd-create__button--ghost{border-color:#ffffff59;background:#ffffff1c;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.dpd-create__steps{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:18px 0;border-radius:12px;background:#eef3fa;overflow:hidden}.dpd-create__steps button{display:flex;align-items:center;gap:11px;min-height:56px;padding:0 18px;border:0;background:transparent;color:var(--dpd-muted);font:inherit;font-size:13px;font-weight:700;cursor:pointer}.dpd-create__steps button.is-active{color:#fff;background:linear-gradient(105deg,#102c59,#225fae 72%,#1989ac)}.dpd-create__steps b{display:grid;width:28px;height:28px;place-items:center;border:1px solid currentColor;border-radius:50%;font-size:12px}.dpd-create__notice{margin-bottom:16px;padding:12px 15px;border:1px solid #bfd2ef;border-radius:10px;background:#edf5ff;color:#164f91;font-size:13px;font-weight:700}.dpd-create__notice.is-success{border-color:#a9dfd1;background:#eefbf7;color:#176b56}.dpd-create__notice.is-error{border-color:#ffc3bd;background:#fff3f1;color:#a33b31}.dpd-create__columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.dpd-create__column{display:flex;min-width:0;flex-direction:column;gap:16px}.dpd-create__section{padding:19px;border:1px solid var(--dpd-line);border-radius:13px;background:var(--dpd-surface);box-shadow:0 8px 24px #1b34560e}.dpd-create__section-heading{display:flex;align-items:center;gap:10px;margin-bottom:17px}.dpd-create__section-heading>span{display:grid;width:29px;height:29px;place-items:center;border-radius:8px;background:linear-gradient(135deg,#e8efff,#dff8fb);color:#1e63d5;font-size:11px;font-weight:900}.dpd-create__section-heading h2{margin:0;color:var(--dpd-navy);font-size:16px;letter-spacing:-.01em}.dpd-create__fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:15px 13px}.dpd-create__field{display:flex;min-width:0;flex-direction:column;gap:7px}.dpd-create__field--wide,.dpd-create__party{grid-column:1 / -1}.dpd-create__field>span{color:#33415a;font-size:12px;font-weight:800}.dpd-create__field>span b{margin-left:4px;color:var(--dpd-coral)}.dpd-create__field small{color:#7a879b;font-size:10px}.dpd-create__field :is(input,select,textarea){width:100%;min-width:0;min-height:42px;padding:0 12px;border:1px solid #cad5e5;border-radius:8px;outline:none;background:#fff;color:var(--dpd-ink);font:inherit;font-size:13px;transition:border-color .15s ease,box-shadow .15s ease}.dpd-create__field :is(input,select,textarea):focus{border-color:#4b8df3;box-shadow:0 0 0 3px #2563eb1c}.dpd-create__field :is(input,select):disabled{background:#eef2f7;color:#8a96aa}.dpd-create__control-row{display:flex;min-width:0;gap:9px}.dpd-create__control-row>:first-child{min-width:0;flex:1}.dpd-create__control-row>button{flex:none;min-width:112px;padding:0 14px;border:0;border-radius:8px;background:linear-gradient(115deg,#225bb7,#2563eb 58%,#14a6c9);color:#fff;font:inherit;font-size:12px;font-weight:800;cursor:pointer}.dpd-create__party{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;padding:14px;border-radius:10px;background:linear-gradient(135deg,#f7f9fd,#f0f7fc)}.dpd-create__party h3{grid-column:1 / -1;margin:0 0 2px;color:#31415e;font-size:13px}.dpd-create__submit-bar{position:sticky;z-index:4;bottom:12px;grid-column:1 / -1;display:flex;align-items:center;gap:12px;padding:14px 16px;border:1px solid #bdd2ef;border-radius:13px;background:#f8fbfff0;box-shadow:0 16px 38px #0a1e3f29;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.dpd-create__submit-bar>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.dpd-create__submit-bar strong,.dpd-create__submit-bar span{color:var(--dpd-ink)}.dpd-create__submit-bar span{color:var(--dpd-muted);font-size:12px}.dpd-create__submit-bar .dpd-create__button--ghost,.dpd-create__review .dpd-create__button--ghost{border-color:#c7d2e2;background:#fff;color:#263650;-webkit-backdrop-filter:none;backdrop-filter:none}.dpd-create__review{display:flex;flex-direction:column;gap:16px}.dpd-create__review>header,.dpd-create__review>footer,.dpd-create__print-choice,.dpd-create__result{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;border:1px solid var(--dpd-line);border-radius:13px;background:#fff}.dpd-create__review>header p,.dpd-create__result p{margin:0 0 5px;color:#1f6fd0;font-size:10px;font-weight:900;letter-spacing:.12em}.dpd-create__review>header h2,.dpd-create__result h3{margin:0 0 5px;color:var(--dpd-navy);font-size:21px}.dpd-create__review>header span,.dpd-create__print-choice span,.dpd-create__result span{color:var(--dpd-muted);font-size:12px}.dpd-create__review-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.dpd-create__review-grid section{padding:18px;border:1px solid var(--dpd-line);border-top:3px solid transparent;border-radius:12px;background:linear-gradient(#fff,#fff) padding-box,linear-gradient(90deg,#2563eb,#16b8d4,#ff6b5f) border-box}.dpd-create__review-grid h3{margin:0 0 14px;color:var(--dpd-navy);font-size:15px}.dpd-create__review-grid section>div{display:grid;grid-template-columns:minmax(88px,.8fr) minmax(0,1.4fr);gap:12px;padding:9px 0;border-bottom:1px solid #edf1f6}.dpd-create__review-grid section>div:last-child{border-bottom:0}.dpd-create__review-grid span{color:var(--dpd-muted);font-size:11px}.dpd-create__review-grid strong{overflow-wrap:anywhere;color:#253550;font-size:12px;text-align:right}.dpd-create__print-choice>div{display:flex;flex:1;flex-direction:column;gap:4px}.dpd-create__print-choice label{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:800}.dpd-create__result{border-color:#9dded0;background:linear-gradient(110deg,#effbf7,#eef7ff)}.dpd-create__review>footer{justify-content:flex-end}@media (max-width: 1180px){.dpd-create__columns,.dpd-create__review-grid{grid-template-columns:1fr}.dpd-create__submit-bar{grid-column:1}}@media (max-width: 760px){.dpd-create__page-header,.dpd-create__review>header,.dpd-create__print-choice,.dpd-create__result{align-items:stretch;flex-direction:column}.dpd-create__header-actions{justify-content:flex-start}.dpd-create__steps,.dpd-create__fields,.dpd-create__party{grid-template-columns:1fr}.dpd-create__field--wide,.dpd-create__party,.dpd-create__party h3{grid-column:1}.dpd-create__submit-bar{position:static;align-items:stretch;flex-direction:column}.dpd-create__control-row{flex-direction:column}}@media (min-width: 861px){.page-shell.is-business-shell .topbar__account{width:max-content}.page-shell.is-business-shell .topbar__account-trigger,.page-shell.is-business-shell .topbar__account-menu{box-sizing:border-box;width:max-content}.page-shell.is-business-shell .mega-nav__panel,.page-shell.is-business-shell .mega-nav__group:nth-last-child(-n+2) .mega-nav__panel{right:auto!important;left:50%!important;width:max-content!important;min-width:0!important;padding:8px!important;transform:translate(-50%) translateY(9px) scale(.985)!important;transform-origin:top center!important}.page-shell.is-business-shell .mega-nav__group:hover .mega-nav__panel,.page-shell.is-business-shell .mega-nav__group.is-open .mega-nav__panel{transform:translate(-50%) translateY(0) scale(1)!important}.page-shell.is-business-shell .mega-nav__leaf-grid{grid-template-columns:max-content!important;gap:2px!important}.page-shell.is-business-shell .mega-nav__leaf{min-height:38px!important;padding:4px 6px!important;grid-template-columns:24px minmax(0,1fr)!important;gap:6px!important;border-radius:7px!important;color:#1f2937!important;background:#fff!important;font-size:12px!important;font-weight:650!important;white-space:nowrap!important}.page-shell.is-business-shell .mega-nav__leaf:hover,.page-shell.is-business-shell .mega-nav__leaf.is-active{background:#f5f6f8!important;transform:none!important}.page-shell.is-business-shell .mega-nav__leaf-tag{width:24px!important;height:24px!important}.page-shell.is-business-shell .mega-nav__leaf-tag svg{width:14px!important;height:14px!important}}@media (min-width: 861px){.page-shell.is-business-shell .topbar__account-trigger{position:relative;justify-content:center;padding-inline:34px 28px}.page-shell.is-business-shell .topbar__account-caret{position:absolute;right:12px}.page-shell.is-business-shell .topbar__account-menu{padding:12px!important;text-align:center}.page-shell.is-business-shell .topbar__account-utilities{margin:0;padding:0;gap:0;border-radius:0;background:transparent}.page-shell.is-business-shell .topbar__account-language,.page-shell.is-business-shell .topbar__account-contact{min-height:34px;padding:0 6px;border-radius:7px;background:transparent}.page-shell.is-business-shell .topbar__account-language:hover,.page-shell.is-business-shell .topbar__account-contact:hover{background:transparent;color:#111827;text-decoration:underline}.page-shell.is-business-shell .topbar__account-menu-action{width:auto!important;min-height:34px;margin:4px auto 0;padding:0 10px;justify-content:center;background:transparent}.page-shell.is-business-shell .topbar__account-menu-action:hover{background:transparent;text-decoration:underline}}.page-shell.is-business-shell .topbar__account{width:fit-content;max-width:min(260px,calc(100vw - 40px));display:grid;justify-items:center}.page-shell.is-business-shell .topbar__account-trigger{position:static;width:fit-content;max-width:min(260px,calc(100vw - 40px));display:grid;grid-template-columns:auto minmax(0,max-content) auto;justify-content:center;column-gap:8px;padding-inline:12px}.page-shell.is-business-shell .topbar__account-copy{min-width:0;max-width:min(166px,calc(100vw - 132px));text-align:center}.page-shell.is-business-shell .topbar__account-copy strong,.page-shell.is-business-shell .topbar__account-copy small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page-shell.is-business-shell .topbar__account-caret{position:static}.page-shell.is-business-shell .topbar__account-menu{max-width:min(260px,calc(100vw - 40px))}.page-shell.is-business-shell .topbar,.page-shell.is-business-shell .topbar__account-trigger,.page-shell.is-business-shell .topbar__account-trigger.is-open{border-bottom:0!important;box-shadow:none!important}.page-shell.is-business-shell .topbar__account-menu,.page-shell.is-business-shell .topbar__account-utilities,.page-shell.is-business-shell .topbar__account-language,.page-shell.is-business-shell .topbar__account-contact,.page-shell.is-business-shell .topbar__account-menu-action,.page-shell.is-business-shell .topbar__account-contact-email{border:0!important;border-bottom:0!important}.page-shell.is-business-shell .topbar__account-language,.page-shell.is-business-shell .topbar__account-contact,.page-shell.is-business-shell .topbar__account-language:hover,.page-shell.is-business-shell .topbar__account-contact:hover,.page-shell.is-business-shell .topbar__account-contact-email a,.page-shell.is-business-shell .topbar__account-contact-email a:hover{text-decoration:none!important}.page-shell.is-business-shell .topbar__account-menu-action,.page-shell.is-business-shell .topbar__account-menu-action:hover{font-size:13px!important;text-decoration:none!important}.page-shell.is-business-shell .topbar__account-trigger[style]{box-sizing:border-box}.page-shell.is-business-shell .topbar__account-contact-email{position:absolute!important;top:50%!important;right:calc(100% + 12px)!important;left:auto!important;z-index:5201;width:max-content!important;max-width:min(260px,calc(100vw - 52px))!important;min-height:34px;margin:0;padding:0 12px!important;display:flex!important;align-items:center;justify-content:center;transform:translateY(-50%);border-radius:9px;background:#fff;box-shadow:0 14px 34px #11182726;text-align:center;white-space:nowrap}.page-shell.is-business-shell .topbar__account-contact-email span{display:none}.page-shell.is-business-shell .topbar__account-contact-email a{max-width:100%;overflow:hidden;color:#111827;font-size:13px!important;font-weight:650;line-height:1;text-align:center;text-decoration:none!important;text-overflow:ellipsis;white-space:nowrap}.page-shell.is-business-shell .topbar__account:after{position:absolute;top:100%;right:0;z-index:5199;width:100%;height:8px;content:""}.page-shell.is-business-shell .topbar__account-menu:before{position:absolute;top:0;right:100%;width:12px;height:100%;content:""}.page-shell .workspace .table-processing-standard{--table-accent: #2563eb;width:100%;min-width:0;max-width:100%;margin-inline:auto;padding-inline:0;box-sizing:border-box;height:100%;min-height:0;grid-template-columns:minmax(0,1fr);grid-template-rows:auto minmax(0,1fr);gap:16px;align-items:stretch}.page-shell .workspace:has(.table-processing-standard){padding-top:0;overflow-x:auto}.page-shell .workspace .table-processing-standard>.shipment-page-header{min-height:0;padding:4px 0 10px;border:0;border-radius:0;background:transparent;box-shadow:none}.page-shell .workspace .table-processing-standard .workspace__breadcrumb{display:none}.page-shell .workspace .table-processing-standard .shipment-page-header__title{color:#17233a;font-size:26px;font-weight:750;letter-spacing:-.02em}.page-shell .workspace .table-processing-standard .shipment-page-header__subtitle{margin-top:5px;color:#68758a;font-size:13px}.page-shell .workspace .table-processing-standard .shipment-refresh-button{min-height:36px;padding:0 13px;border:1px solid #d7dfeb;border-radius:8px;background:#fff;color:#34435c;font-size:13px;font-weight:600;box-shadow:none;transition:border-color .15s ease,background .15s ease}.page-shell .workspace .table-processing-standard .shipment-refresh-button:hover:not(:disabled){border-color:#aebed4;background:#f7faff}.page-shell .workspace .table-processing-standard .b2b-selection-panel>.table-processing-header{display:flex;flex-wrap:wrap;grid-column:1 / -1;grid-row:1;min-height:110px;padding:12px 24px 12px 0;align-items:center;justify-content:space-between;gap:16px;border:0;border-radius:0;background:transparent;box-sizing:border-box}.page-shell .workspace .table-processing-standard .table-processing-header__left{display:flex;align-items:center;gap:16px;flex-shrink:0}.page-shell .workspace .table-processing-standard .table-processing-header__center{flex:1;min-width:120px;display:flex;align-items:center;justify-content:center}.page-shell .workspace .table-processing-standard .table-processing-header__right{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:10px;flex-shrink:0}.page-shell .workspace .table-processing-standard .table-processing-header__status{display:flex;align-items:center;justify-content:center;width:120px;flex-shrink:0}.page-shell .workspace .table-processing-standard .b2b-step-heading{min-width:max-content;gap:0}.page-shell .workspace .table-processing-standard .b2b-step-heading>span{display:none}.page-shell .workspace .table-processing-standard .b2b-step-heading h2{color:#1b2940;font-size:16px;font-weight:720}.page-shell .workspace .table-processing-standard .b2b-step-heading p{margin-top:3px;color:#748197;font-size:11px}.page-shell .workspace .table-processing-standard .b2b-session-search{width:220px;position:static;margin:0;transform:none;padding:0;border:1px solid #d8e0eb;border-radius:8px;background:#fff;box-shadow:none}.page-shell .workspace .table-processing-standard .b2b-session-search span{display:none}.page-shell .workspace .table-processing-standard .b2b-session-search input{height:38px;padding:0 12px;border:0;border-radius:7px;background:transparent;color:#25344d;font-size:13px;text-align:center;box-shadow:none}.page-shell .workspace .table-processing-standard .b2b-session-search input::placeholder{text-align:center}.page-shell .workspace .table-processing-standard .table-processing-header__right>button,.page-shell .workspace .table-processing-standard .destin8-table-header__row>button{display:inline-flex;align-items:center;justify-content:center;height:34px;min-height:34px;max-height:34px;width:auto;min-width:max-content;padding:0 12px;align-self:center;margin:0;font-size:12px;white-space:nowrap;flex-shrink:0}.page-shell .workspace .table-processing-standard .table-processing-header__right>.shipment-refresh-button{width:120px;min-width:120px;max-width:120px;overflow:hidden;text-overflow:ellipsis}.page-shell .workspace .table-processing-standard .table-processing-header__right>.b2b-generate-button{width:155px;min-width:155px;max-width:155px;overflow:hidden;text-overflow:ellipsis}.page-shell .workspace .table-processing-standard .table-processing-header__right>.b2b-download-button{width:135px;min-width:135px;max-width:135px;overflow:hidden;text-overflow:ellipsis}.page-shell .workspace .table-processing-standard .destin8-table-header__row>input{height:34px;min-height:34px;padding:0 10px;border:1px solid #d8e0eb;border-radius:6px;background:#fff;color:#25344d;font-size:12px;text-align:center;box-sizing:border-box}.page-shell .workspace .table-processing-standard .table-processing-header__center .table-processing-status,.page-shell .workspace .table-processing-standard .table-processing-header__status .table-processing-status{display:flex;align-items:center;justify-content:center;flex:0 1 auto;width:auto;min-width:160px;max-width:min(420px,100%);min-height:34px;height:auto;font-size:12px;font-weight:600;text-align:center;line-height:1.5;white-space:normal;overflow:visible;text-overflow:clip;padding:4px 12px}.page-shell .workspace .table-processing-standard .table-processing-header__center .table-processing-status.is-empty,.page-shell .workspace .table-processing-standard .table-processing-header__status .table-processing-status.is-empty{visibility:hidden}.page-shell .workspace .table-processing-standard .b2b-selection-panel>.table-processing-header.destin8-table-header{min-height:110px;max-height:110px;align-items:stretch;padding-top:0}.page-shell .workspace .table-processing-standard .destin8-table-header .table-processing-header__left{display:flex;align-items:center;align-self:stretch;padding-top:0}.page-shell .workspace .table-processing-standard .destin8-table-header__rows{display:flex;flex-direction:column;justify-content:center;gap:12px;align-self:stretch;flex-shrink:0}.page-shell .workspace .table-processing-standard .destin8-table-header__row{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:12px;min-height:34px}.page-shell .workspace .table-processing-standard .destin8-table-header__row>.table-processing-header__status{display:flex;align-items:center;justify-content:center;flex:0 1 auto;min-width:160px;max-width:min(420px,100%);min-height:34px;height:auto}.page-shell .workspace .table-processing-standard .destin8-table-header__row>.shipment-refresh-button{width:120px}.page-shell .workspace .table-processing-standard .destin8-table-header__row>.super-input:has(>input[aria-label=CargoBroker]),.page-shell .workspace .table-processing-standard .destin8-table-header__row>.super-input:has(>input[aria-label=NominatedAgent]){width:150px}.page-shell .workspace .table-processing-standard .destin8-table-header__row>.super-input:has(>input[aria-label=UCN]),.page-shell .workspace .table-processing-standard .destin8-table-header__row>.super-input:has(>input[aria-label=devanCompleteDate]){width:150px}.page-shell .workspace .table-processing-standard .destin8-table-header__row>.b2b-generate-button{width:170px}.page-shell .workspace .table-processing-standard .destin8-table-header__row>.b2b-download-button{width:95px}.page-shell .workspace .table-processing-standard .destin8-table-header__row>.table-processing-header__status .table-processing-status{width:100%;min-width:0;max-width:none;overflow:visible;text-overflow:clip;white-space:normal;text-align:center;line-height:1.5}.page-shell .workspace .table-processing-standard .b2b-session-table-shell{grid-row:1;width:100%;min-width:0;height:100%;min-height:0;max-height:100%;border:0;border-radius:0;box-shadow:none;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#c5ccd8 #f1f3f6}.page-shell .workspace .table-processing-standard .b2b-session-table-shell::-webkit-scrollbar{width:10px;height:10px;background:#f1f3f6}.page-shell .workspace .table-processing-standard .b2b-session-table-shell::-webkit-scrollbar-thumb{background:#c5ccd8;border-radius:5px}.page-shell .workspace .table-processing-standard .b2b-session-table th,.page-shell .workspace .table-processing-standard .b2b-preview-table th{background:#f4f7fb;color:#53627a;font-size:13px}.page-shell .workspace .table-processing-standard .b2b-session-table td,.page-shell .workspace .table-processing-standard .b2b-session-table td strong,.page-shell .workspace .table-processing-standard .b2b-session-table code{font-size:13px}.page-shell .workspace .table-processing-standard .b2b-session-table tbody tr.is-selected td{background:#edf4ff}.page-shell .workspace .table-processing-standard .b2b-session-table-shell{grid-column:1 / -1}.page-shell .workspace .table-processing-standard .b2b-session-table-shell .b2b-session-table{height:100%}.page-shell .workspace .table-processing-standard .b2b-session-table td.b2b-table-empty{border:0!important;background:transparent!important;height:clamp(160px,42dvh,440px)!important;padding:40px 0!important;font-size:14px!important;color:#94a3b8!important;text-align:center!important}.page-shell .workspace .table-processing-standard>.b2b-selection-panel{min-width:0;max-width:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr)}.page-shell .workspace .destin8-workspace.table-processing-standard>.b2b-selection-panel{grid-template-rows:auto auto minmax(0,1fr)}.page-shell .workspace .table-processing-standard .b2b-selection-layout{width:100%;min-width:0;min-height:0;height:100%;grid-template-columns:minmax(0,1fr)}.page-shell .workspace .table-processing-standard>:is(.b2b-notice,.b2b-processing-progress,.b2b-result-panel){grid-column:1 / -1}.page-shell .workspace .table-processing-standard .b2b-processing-rail__eyebrow{display:none}.page-shell .workspace .table-processing-standard .b2b-processing-rail__title h2{color:#1a2940;font-size:18px}.page-shell .workspace .table-processing-standard .b2b-processing-rail__title span{color:#748197;font-size:12px}.page-shell .workspace .table-processing-standard .b2b-processing-rail dl{margin:15px 0;border:0;border-top:1px solid #e7edf4;border-radius:0;background:transparent}.page-shell .workspace .table-processing-standard .b2b-processing-rail dl div{padding:10px 0;border-bottom:1px solid #e7edf4;background:transparent}.page-shell .workspace .table-processing-standard .b2b-processing-rail dt{color:#748197}.page-shell .workspace .table-processing-standard .b2b-processing-rail dd{color:#1a2940}.page-shell .workspace .table-processing-standard .b2b-generate-button,.page-shell .workspace .table-processing-standard .b2c-generate-button{width:100%;min-height:42px;border:0;border-radius:8px;background:#2563eb;color:#fff;font-weight:700;box-shadow:none;transition:background .15s ease}.page-shell .workspace .table-processing-standard .b2b-generate-button:hover:not(:disabled),.page-shell .workspace .table-processing-standard .b2c-generate-button:hover:not(:disabled){background:#1d4ed8;transform:none}.page-shell .workspace .table-processing-standard .b2b-generate-button:disabled,.page-shell .workspace .table-processing-standard .b2c-generate-button:disabled{background:#cbd5e1;color:#fff;cursor:not-allowed}.page-shell .workspace .table-processing-standard .b2b-generate-button--toolbar{width:100%;min-width:0;padding:0 16px;flex:0 0 auto}.page-shell .workspace .table-processing-standard .b2b-download-button--toolbar{width:100%;min-width:0;min-height:42px;padding:0 16px;border:1px solid #059669;border-radius:8px;background:#059669;color:#fff;font-weight:700;white-space:nowrap;transition:background .15s ease,border-color .15s ease}.page-shell .workspace .table-processing-standard .b2b-download-button--toolbar:hover:not(:disabled){border-color:#047857;background:#047857;color:#fff;transform:none}.page-shell .workspace .table-processing-standard .b2b-download-button--toolbar:disabled{border-color:#cbd5e1;background:#e2e8f0;color:#94a3b8;opacity:1;cursor:not-allowed}.page-shell .workspace .table-processing-standard .table-processing-status{position:relative;display:flex;width:100%;min-height:36px;max-width:none;overflow:hidden;align-items:center;padding:0 12px;background:#f1f5f9;border-radius:7px;color:#64748b;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.page-shell .workspace .table-processing-standard .table-processing-status.is-empty{opacity:.3}.page-shell .workspace .table-processing-standard .table-processing-status.is-dialog-trigger{cursor:pointer;transition:background-color .15s ease,color .15s ease}.page-shell .workspace .table-processing-standard .table-processing-status.is-dialog-trigger:hover{background:#e2e8f0;color:#475569}.page-shell .workspace .table-processing-standard .table-processing-status.is-processing{padding-bottom:9px;color:#2563eb}.page-shell .workspace .table-processing-standard .table-processing-status.is-processing:before,.page-shell .workspace .table-processing-standard .table-processing-status.is-processing:after{position:absolute;right:0;bottom:4px;left:0;height:3px;border-radius:999px;content:""}.page-shell .workspace .table-processing-standard .table-processing-status.is-processing:before{background:#dbeafe}.page-shell .workspace .table-processing-standard .table-processing-status.is-processing:after{width:38%;background:#2563eb;animation:table-processing-progress 1.15s ease-in-out infinite alternate}@keyframes table-processing-progress{0%{transform:translate(0)}to{transform:translate(164%)}}.page-shell .workspace .table-processing-standard .table-processing-status.is-success{color:#15803d}.page-shell .workspace .table-processing-standard .table-processing-status.is-error{color:#dc2626}.page-shell .workspace .table-processing-standard .b2b-panel-heading .shipment-refresh-button{width:auto;min-width:max-content;min-height:34px;padding:0 12px;font-size:12px;white-space:nowrap}.page-shell .workspace .table-processing-standard>:is(.b2b-notice,.b2b-processing-progress){margin:0;border:1px solid #dce5ef;border-radius:10px;background:#fff;box-shadow:none}.page-shell .workspace .table-processing-standard>.b2b-result-panel{max-height:500px;border-color:#dde5ef;border-radius:10px;box-shadow:none}.page-shell .workspace .table-processing-standard .b2b-result-panel .b2b-panel-heading{min-height:0;padding:14px 18px;border-color:#e2e9f1;background:#fff}.page-shell .workspace .table-processing-standard .b2b-result-summary{background:#fff}.page-shell .workspace .table-processing-standard .b2b-preview-banner,.page-shell .workspace .table-processing-standard .b2c-result-state{border-color:#dbe5f1;background:#f7faff}@media (max-width: 1180px){.page-shell .workspace .table-processing-standard .b2b-selection-panel>.b2b-panel-heading{grid-template-columns:max-content 180px;align-items:center;gap:10px}.page-shell .workspace .table-processing-standard .b2b-session-search{width:180px;position:static;transform:none}.page-shell .workspace .table-processing-standard .b2b-selection-panel>.table-processing-header{padding-left:0;gap:10px}}.page-shell .workspace .destin8-workspace.table-processing-standard .destin8-generation-status,.page-shell .workspace .destin8-workspace.table-processing-standard .destin8-generation-status.is-processing{box-sizing:border-box}.page-shell .workspace .destin8-workspace.table-processing-standard .destin8-generation-status.is-empty{visibility:hidden}@media (max-width: 1180px){.page-shell .workspace .destin8-workspace.table-processing-standard .destin8-generation-status{width:100%;max-width:none}}.page-shell .workspace .dpd-step-navigation{display:flex;justify-content:center;gap:12px;margin-bottom:24px}.page-shell .workspace .dpd-step-item{padding:10px 20px;border:1px solid #ddd;background:#f8f9fa;border-radius:6px;font-size:14px;color:#555}.page-shell .workspace .dpd-step-item.active{background:#007bff;color:#fff;border-color:#007bff}.page-shell .workspace .dpd-panel{margin-bottom:24px}.page-shell .workspace .dpd-form-section{padding:20px}.page-shell .workspace .dpd-form-row{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:16px}.page-shell .workspace .dpd-form-row:last-child{margin-bottom:0}.page-shell .workspace .dpd-form-group{display:flex;flex-direction:column}.page-shell .workspace .dpd-form-group.full-width{grid-column:1 / -1}.page-shell .workspace .dpd-form-group>label{font-weight:600;margin-bottom:6px;color:#333;font-size:14px}.page-shell .workspace .dpd-required{color:#e74c3c}.page-shell .workspace .dpd-form-group input,.page-shell .workspace .dpd-form-group select,.page-shell .workspace .dpd-form-group textarea{padding:10px 12px;border:1px solid #ddd;border-radius:6px;font-size:14px;line-height:1.4;background:#fff;transition:border-color .2s ease}.page-shell .workspace .dpd-form-group input:focus,.page-shell .workspace .dpd-form-group select:focus,.page-shell .workspace .dpd-form-group textarea:focus{outline:none;border-color:#007bff}.page-shell .workspace .dpd-form-group select{cursor:pointer}.page-shell .workspace .dpd-help{font-size:12px;color:#666;margin-top:4px}.page-shell .workspace .dpd-postcode-row{display:flex;gap:8px;align-items:center}.page-shell .workspace .dpd-postcode-row input{flex:1}.page-shell .workspace .dpd-suggestions{margin-top:12px}.page-shell .workspace .dpd-suggestions label{display:block;font-size:12px;color:#666;margin-bottom:4px}.page-shell .workspace .dpd-service-row{display:flex;gap:8px;align-items:center}.page-shell .workspace .dpd-service-row select{flex:1}.page-shell .workspace .dpd-nav-buttons{display:flex;justify-content:space-between;align-items:center;margin-top:24px;gap:12px}.page-shell .workspace .dpd-review-row{display:flex;justify-content:space-between;padding:10px 0;border-bottom:1px solid #e0e0e0}.page-shell .workspace .dpd-review-row:last-child{border-bottom:none}.page-shell .workspace .dpd-review-label{font-weight:600;color:#555;font-size:14px}.page-shell .workspace .dpd-review-value{color:#333;font-size:14px;text-align:right}.page-shell .workspace .dpd-review-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.page-shell .workspace .dpd-review-grid h4{margin:0 0 12px;color:#333;font-size:16px}.page-shell .workspace .dpd-radio-group{display:flex;gap:16px}.page-shell .workspace .dpd-radio-group label{display:flex;align-items:center;gap:6px;cursor:pointer;font-weight:400}.page-shell .workspace .dpd-tracking-box{background:#f5f5f5;padding:16px;border-radius:6px;border:1px solid #ddd;margin-bottom:20px;word-break:break-all}.page-shell .workspace .dpd-tracking-box p{margin:0;font-family:monospace;font-size:16px;color:#333}.page-shell .workspace .dpd-modal-actions{display:flex;justify-content:flex-end;gap:10px}@media (max-width: 768px){.page-shell .workspace .dpd-form-row,.page-shell .workspace .dpd-review-grid{grid-template-columns:1fr}.page-shell .workspace .dpd-step-navigation{flex-direction:column}}.bol-workspace{min-height:100%;color:#172033}.bol-page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:18px}.bol-page-header p,.bol-panel-heading p,.bol-history-modal header p{margin:0 0 4px;color:#26827a;font-size:11px;font-weight:800;letter-spacing:.12em}.bol-page-header h1{margin:0;font-size:clamp(24px,3vw,34px)}.bol-page-header span{display:block;margin-top:6px;color:#64748b;font-size:13px}.bol-header-actions,.bol-form-actions{display:flex;flex-wrap:wrap;gap:8px}.bol-header-actions button,.bol-form-actions button,.bol-mapping-form button{border:1px solid #cbd5e1;border-radius:9px;background:#fff;color:#334155;padding:9px 13px;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.bol-header-actions button:hover,.bol-form-actions button:hover{border-color:#16877d;color:#0f766e}.bol-header-actions button.is-primary{border-color:#0f766e;background:#0f766e;color:#fff}.bol-header-actions button:disabled{cursor:wait;opacity:.65}.bol-notice{margin-bottom:14px;border:1px solid;border-radius:10px;padding:10px 13px;font-size:13px}.bol-notice--info{border-color:#93c5fd;background:#eff6ff;color:#1d4ed8}.bol-notice--success{border-color:#86efac;background:#f0fdf4;color:#166534}.bol-notice--error{border-color:#fca5a5;background:#fef2f2;color:#b91c1c}.bol-layout{display:grid;grid-template-columns:minmax(420px,43fr) minmax(560px,57fr);align-items:start;gap:18px}.bol-editor{display:grid;gap:14px}.bol-panel{border:1px solid #dbe3ec;border-radius:14px;background:#fff;padding:18px;box-shadow:0 8px 28px #0f172a0d}.bol-panel-heading{display:flex;align-items:center;gap:11px;margin-bottom:16px}.bol-panel-heading>span{display:grid;place-items:center;width:34px;height:34px;border-radius:10px;background:#e8f5f3;color:#0f766e;font-size:12px;font-weight:900}.bol-panel-heading h2{margin:0;font-size:18px}.bol-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px}.bol-field{position:relative;display:flex;flex-direction:column;gap:5px;min-width:0}.bol-field--wide{grid-column:span 2}.bol-field>span{color:#475569;font-size:11px;font-weight:700}.bol-field>span b{color:#dc2626}.bol-field input,.bol-field textarea,.bol-field select,.bol-mapping-form input,.bol-mapping-form select{width:100%;border:1px solid #cbd5e1;border-radius:8px;background:#fff;padding:8px 9px;color:#0f172a;font:inherit;font-size:12px;transition:border-color .15s,box-shadow .15s}.bol-field textarea{resize:vertical;line-height:1.45}.bol-field input:focus,.bol-field textarea:focus,.bol-field select:focus{outline:none;border-color:#0f766e;box-shadow:0 0 0 3px #0f766e1f}.bol-field.is-invalid input,.bol-field.is-invalid textarea{border-color:#dc2626}.bol-field small{color:#b45309;font-size:11px}.bol-inline-action{align-self:flex-start;border:0;background:none;padding:0;color:#0f766e;font:inherit;font-size:11px;font-weight:800;cursor:pointer}.bol-form-actions{margin-top:15px}.bol-mappings summary{cursor:pointer;color:#475569;font-size:13px;font-weight:750}.bol-mapping-form{display:grid;grid-template-columns:110px 1fr 1fr auto;gap:8px;margin-top:14px}.bol-mapping-list{display:grid;gap:6px;margin-top:12px}.bol-mapping-list>div{display:flex;justify-content:space-between;gap:12px;border-top:1px solid #eef2f7;padding-top:6px;color:#475569;font-size:11px}.bol-mapping-list button{border:0;background:none;color:#dc2626;cursor:pointer}.bol-mapping-list p{margin:2px 0 0;color:#94a3b8;font-size:12px}.bol-preview-stage{min-width:0;border-radius:14px;background:#485057;padding:12px;overflow:auto}.bol-preview-label{margin:0 auto 9px;width:min(192mm,100%);color:#e2e8f0;font-size:11px}.bol-overflow-warning{width:min(192mm,100%);margin:0 auto 9px;border:1px solid #fca5a5;border-radius:7px;background:#fef2f2;color:#b91c1c;padding:7px 9px;font-size:11px}.bol-document{width:min(192mm,100%);min-width:560px;height:275mm;margin:0 auto;overflow:hidden;background:#fff;color:#000;box-shadow:0 7px 24px #00000059;font-family:Arial,Helvetica,sans-serif}.bol-document-inner{display:flex;flex-direction:column;width:100%;height:100%;padding:0;transform-origin:top left}.bol-doc-header{display:flex;justify-content:space-between;gap:12px;padding-bottom:5px}.bol-doc-header>div:first-child{width:66%;font-size:10pt;line-height:1.25}.bol-doc-header>div:last-child{width:34%;text-align:right}.bol-doc-header strong{display:block;font-size:14pt}.bol-doc-header b{display:block;font-size:8pt}.bol-doc-header small{display:block;margin-top:3px;color:#444;font-size:5pt}.bol-doc-row{display:flex;width:100%}.bol-doc-stack{display:flex;flex:1;flex-direction:column}.bol-doc-box{flex:1;min-height:9mm;border:.7pt solid #000;padding:.9mm 1.5mm;font-size:7.4pt;line-height:1.25;white-space:pre-wrap;overflow-wrap:anywhere}.bol-doc-row+.bol-doc-row .bol-doc-box,.bol-doc-stack .bol-doc-box+.bol-doc-box{border-top:0}.bol-doc-row>.bol-doc-box+.bol-doc-box,.bol-doc-row>.bol-doc-stack,.bol-doc-stack .bol-doc-box{border-left:0}.bol-doc-box small{display:block;margin-bottom:.7mm;color:#555;font-size:5pt}.bol-doc-box span{display:block}.bol-doc-box span.is-strong{font-size:9pt;font-weight:800}.bol-doc-box.is-wide{flex:0 0 54%}.bol-doc-box.is-narrow{flex:0 0 46%}.bol-doc-box.is-tall{min-height:18mm}.bol-doc-route .bol-doc-box:nth-child(1),.bol-doc-route .bol-doc-box:nth-child(2){flex:0 0 27%}.bol-doc-route .bol-doc-box:nth-child(3){flex:1}.bol-doc-caption{border-right:.7pt solid #000;border-left:.7pt solid #000;padding:.7mm;text-align:center;font-size:6.5pt;font-weight:800}.bol-cargo{display:flex;flex:1;min-height:0;flex-direction:column;border:.7pt solid #000}.bol-cargo table{flex:1;width:100%;border-collapse:collapse;table-layout:fixed}.bol-cargo th{border:.7pt solid #000;background:#eee;padding:.7mm;font-size:5pt}.bol-cargo th:nth-child(1){width:24%}.bol-cargo th:nth-child(2){width:12%}.bol-cargo th:nth-child(3){width:40%}.bol-cargo th:nth-child(4){width:13%}.bol-cargo th:nth-child(5){width:11%}.bol-cargo td{border-right:.7pt solid #000;padding:1.2mm;vertical-align:top;font-size:7.4pt;white-space:pre-wrap;overflow-wrap:anywhere}.bol-cargo td:last-child{border-right:0}.bol-cargo-line{border-top:.7pt solid #000;padding:.8mm 1.5mm;font-size:6pt}.bol-doc-bottom{display:flex}.bol-doc-bottom>div:first-child{width:38%}.bol-doc-bottom>div:first-child .bol-doc-box{border-top:0}.bol-doc-signature{position:relative;width:62%;min-height:36mm;border:.7pt solid #000;border-top:0;border-left:0;padding:1.2mm 1.5mm}.bol-doc-signature p{margin:0;color:#333;font-size:4.8pt;line-height:1.3}.bol-doc-signature>div{display:flex;justify-content:space-between;align-items:end;margin-top:2mm;font-size:6.5pt}.bol-doc-signature>div b{font-size:7pt}.bol-doc-signature .bol-issue{align-items:start;flex-direction:column;border-top:.7pt solid #000;padding-top:1mm}.bol-doc-signature canvas{position:absolute;right:5mm;bottom:5mm;width:34mm;height:34mm;opacity:.9;transform:rotate(-7deg)}.bol-document footer{border:.7pt solid #000;border-top:0;padding:.8mm;text-align:center;font-size:6pt;font-weight:800}.bol-modal-backdrop{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:20px;background:#0f172a8c}.bol-history-modal{width:min(680px,100%);max-height:min(720px,86vh);overflow:auto;border-radius:16px;background:#fff;padding:20px;box-shadow:0 24px 70px #0f172a4d}.bol-history-modal header{display:flex;justify-content:space-between;align-items:start}.bol-history-modal h2{margin:0}.bol-history-header-actions{display:flex;align-items:center;gap:10px}.bol-history-header-actions button{border:0;background:none;color:#64748b;cursor:pointer}.bol-history-header-actions button:not(:last-child){border-radius:8px;background:#f1f5f9;padding:8px 12px;color:#172033;font-size:13px;font-weight:700}.bol-history-header-actions button:last-child{font-size:26px}.bol-history-header-actions button.is-danger{background:#fee2e2;color:#b91c1c}.bol-history-empty{padding:30px 10px;color:#64748b;text-align:center}.bol-history-list{display:grid;gap:8px;margin-top:16px}.bol-history-list article{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:10px;padding:8px}.bol-history-list article>button:last-child{border:0;background:none;color:#dc2626;cursor:pointer}.bol-history-check{display:grid;place-items:center;width:28px;height:28px;flex:0 0 28px}.bol-history-check input{width:16px;height:16px;accent-color:#b91c1c}.bol-history-load{flex:1;border:0;background:none;color:#172033;text-align:left;font:inherit;font-weight:750;cursor:pointer}.bol-history-load small{display:block;margin-top:3px;color:#94a3b8;font-weight:500}@media (max-width: 1180px){.bol-layout{grid-template-columns:1fr}.bol-document{min-width:0}}@media (max-width: 700px){.bol-page-header{align-items:stretch;flex-direction:column}.bol-form-grid,.bol-mapping-form{grid-template-columns:1fr}.bol-field--wide{grid-column:auto}.bol-document{min-width:560px}}@media print{@page{size:A4;margin:9mm}body *{visibility:hidden!important}.bol-document,.bol-document *{visibility:visible!important}.bol-document{position:absolute;top:0;left:0;width:192mm;min-width:192mm;height:275mm;margin:0;box-shadow:none}}.super-message-host{position:fixed;top:16px;left:0;right:0;z-index:3000;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.super-message{--super-message-accent: #909399;position:relative;display:inline-flex;align-items:center;gap:8px;max-width:min(480px,calc(100vw - 32px));box-sizing:border-box;padding:10px 16px;border-radius:6px;border:1px solid #e4e7ed;color:#303133;font-size:14px;line-height:1.5;background:#fff;box-shadow:0 6px 16px #0000001f;pointer-events:auto;transition:opacity .25s ease,transform .25s ease}.super-message--leaving{opacity:0;transform:translateY(-12px)}.super-message__icon{flex-shrink:0;display:inline-flex;align-items:center;color:var(--super-message-accent)}.super-message__content{word-break:break-word}.super-message__close{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;margin-left:8px;padding:2px;border:none;background:none;color:#909399;cursor:pointer;border-radius:4px;transition:color .15s ease,background-color .15s ease}.super-message__close:hover{color:#606266;background-color:#f4f4f5}.super-message--success{--super-message-accent: #67c23a}.super-message--warning{--super-message-accent: #e6a23c}.super-message--info{--super-message-accent: #909399}.super-message--error{--super-message-accent: #f56c6c}@media (prefers-reduced-motion: reduce){.super-message{transition:none}}
