.tsm-row-select-checkbox{cursor:pointer;box-sizing:border-box;min-width:2rem;min-height:2rem;color:var(--app-fg,var(--text,#ffffffe6));-webkit-user-select:none;user-select:none;border-radius:6px;justify-content:center;align-items:center;margin:0;padding:.25rem;transition:background .15s;display:inline-flex}.tsm-row-select-checkbox:hover:not(.tsm-row-select-checkbox--disabled){background:var(--control-hover-bg,#ffffff0f)}.tsm-row-select-checkbox--disabled{cursor:not-allowed;opacity:.5}.tsm-row-select-checkbox__input{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tsm-row-select-checkbox__box{border:1.5px solid var(--checkbox-border,#ffffff6b);background:0 0;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:1.0625rem;height:1.0625rem;transition:border-color .15s,background .15s,box-shadow .15s;display:flex;position:relative}.tsm-row-select-checkbox__input:checked+.tsm-row-select-checkbox__box,.tsm-row-select-checkbox__input:indeterminate+.tsm-row-select-checkbox__box{border-color:var(--page-accent,#3b82f6);background:var(--page-accent,#3b82f6)}.tsm-row-select-checkbox__input:focus-visible+.tsm-row-select-checkbox__box{box-shadow:0 0 0 2px color-mix(in srgb, var(--page-accent,#3b82f6) 55%, transparent)}.tsm-row-select-checkbox__input:disabled+.tsm-row-select-checkbox__box{border-color:var(--checkbox-border-disabled,#fff3);background:var(--checkbox-fill-disabled,#ffffff0f)}.tsm-row-select-checkbox__input:disabled:checked+.tsm-row-select-checkbox__box,.tsm-row-select-checkbox__input:disabled:indeterminate+.tsm-row-select-checkbox__box{background:#3b82f666;border-color:#3b82f680}.tsm-row-select-checkbox__check{border:2px solid #fff;border-width:0 2px 2px 0;width:.35rem;height:.6rem;margin:0 0 .1rem;transform:rotate(45deg)}.tsm-row-select-checkbox__minus{background:#fff;border-radius:1px;width:.5rem;height:2px;margin:0}.tsm-row-select-checkbox--light:hover:not(.tsm-row-select-checkbox--disabled){background:#0000000a}.tsm-row-select-checkbox--light .tsm-row-select-checkbox__box{border-color:#00000059}.tsm-row-select-checkbox--light .tsm-row-select-checkbox__input:checked+.tsm-row-select-checkbox__box,.tsm-row-select-checkbox--light .tsm-row-select-checkbox__input:indeterminate+.tsm-row-select-checkbox__box{border-color:var(--page-accent,#3b82f6);background:var(--page-accent,#3b82f6)}.tsm-row-select-checkbox--light .tsm-row-select-checkbox__input:disabled+.tsm-row-select-checkbox__box{background:#0000000f;border-color:#0003}.tsm-row-select-checkbox--light .tsm-row-select-checkbox__input:disabled:checked+.tsm-row-select-checkbox__box,.tsm-row-select-checkbox--light .tsm-row-select-checkbox__input:disabled:indeterminate+.tsm-row-select-checkbox__box{background:#3b82f659;border-color:#3b82f680}.popover-menu{--popover-radius:10px;--popover-pad-y:.4rem;--popover-pad-x:0;--popover-item-x:.75rem;--popover-item-y:.45rem;--popover-border:#ffffff1f;--popover-shadow:0 12px 32px #0000007a;--popover-menu-bg:color-mix(in srgb, var(--tsm-modal-panel-bg,var(--dispatch-bg,#27272a)) 100%, var(--app-bg) 100%);z-index:var(--tsm-z-popup-menu,10080);box-sizing:border-box;padding:var(--popover-pad-y) var(--popover-pad-x);background-color:var(--popover-menu-bg);-webkit-backdrop-filter:none;isolation:isolate;border:1px solid var(--popover-border);border-radius:var(--popover-radius);box-shadow:var(--popover-shadow);transition:var(--tsm-motion-transition-overlay);-webkit-font-smoothing:antialiased;background-image:none}.popover-menu--column{min-width:176px;max-height:min(320px,100vh - 2rem);overflow:hidden auto}.popover-menu--row,.popover-menu.dashboard__row-menu--for-row{min-width:220px;max-height:none;overflow:visible}.popover-menu--compact{--popover-pad-y:.2rem;padding-top:.2rem;padding-bottom:.2rem}.popover-menu--stacked{flex-direction:column;max-height:min(360px,70vh);padding-bottom:.35rem;display:flex;overflow:hidden}.popover-menu--stacked .dashboard__searchable-column-list{flex:1;min-height:0;overflow:hidden auto}:root[data-theme=light] .popover-menu{--popover-border:#e4e4e7;--popover-shadow:0 12px 32px #0000001f;background:var(--app-bg,#fff)}@media (prefers-color-scheme:light){:root:not([data-theme]) .popover-menu{--popover-border:#e4e4e7;--popover-shadow:0 12px 32px #0000001f;background:var(--app-bg,#fff)}:root:not([data-theme]) .popover-menu__header{border-bottom-color:#e4e4e7}:root:not([data-theme]) .popover-menu__meta-code{color:#18181b;background:#f4f4f5}:root:not([data-theme]) .popover-menu__item{color:#18181b}:root:not([data-theme]) .popover-menu__item:hover{background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}:root:not([data-theme]) .popover-menu__item:active:not(:disabled){background:var(--tsm-menu-item-active-bg,#d4d4d8)}:root:not([data-theme]) .popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel):hover:not(:disabled){background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}:root:not([data-theme]) .popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel):active:not(:disabled){background:var(--tsm-menu-item-active-bg,#d4d4d8)}:root:not([data-theme]) .popover-menu__item--danger{color:#b91c1c;background:#fee2e2;border-color:#fecaca}:root:not([data-theme]) .popover-menu__item--danger:hover{color:#991b1b;background:#fecaca;border-color:#f87171}:root:not([data-theme]) .popover-menu__item--muted{color:#71717a}:root:not([data-theme]) .popover-menu__section-title,:root:not([data-theme]) .popover-menu__visibility-row{color:#18181b}:root:not([data-theme]) .popover-menu__visibility-row:hover{background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}:root:not([data-theme]) .popover-menu__check{color:#18181b}:root:not([data-theme]) .popover-menu__check:hover{background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}}.popover-menu.dashboard__history-popover{max-height:min(360px,100vh - 2rem);overflow:hidden auto}.popover-menu__header{padding:.5rem var(--popover-item-x) .45rem;border-bottom:1px solid #ffffff1a;margin-bottom:.2rem}:root[data-theme=light] .popover-menu__header{border-bottom-color:#e4e4e7}.popover-menu__meta-label{color:var(--text-muted,#ffffff94);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.3rem;font-size:.6875rem;font-weight:600;display:block}.popover-menu__meta-code{color:var(--text,#ffffffeb);word-break:break-all;background:#00000038;border-radius:6px;padding:.3rem .45rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.75rem;line-height:1.35;display:block}:root[data-theme=light] .popover-menu__meta-code{color:#18181b;background:#f4f4f5}.popover-menu__item{text-align:left;width:100%;padding:var(--popover-item-y) var(--popover-item-x);color:var(--text,#ffffffeb);cursor:pointer;box-sizing:border-box;transition:var(--tsm-menu-transition,background .12s ease, color .12s ease);border-radius:var(--tsm-menu-item-radius,6px);background:0 0;border:none;margin:0;font-family:inherit;font-size:.8125rem;line-height:1.4;text-decoration:none;display:block}.popover-menu__item:hover{background:var(--tsm-menu-item-hover-bg-popover,#ffffff12)}.popover-menu__item:active:not(:disabled){background:var(--tsm-menu-item-active-bg,#ffffff0d)}:root[data-theme=light] .popover-menu__item{color:#18181b}:root[data-theme=light] .popover-menu__item:hover{background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}:root[data-theme=light] .popover-menu__item:active:not(:disabled){background:var(--tsm-menu-item-active-bg,#d4d4d8)}.popover-menu__item:focus-visible{outline:var(--tsm-menu-focus-outline,2px solid #3b82f6b3);outline-offset:var(--tsm-menu-focus-outline-offset,-2px)}.popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel){box-sizing:border-box;width:calc(100% - 2 * var(--tsm-menu-item-inset,.35rem));margin-left:var(--tsm-menu-item-inset,.35rem);margin-right:var(--tsm-menu-item-inset,.35rem);border-radius:var(--tsm-menu-item-radius,6px);transition:var(--tsm-menu-transition,background .12s ease, color .12s ease)}.popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel):hover:not(:disabled){background:var(--tsm-menu-item-hover-bg-popover,#ffffff12)}.popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel):active:not(:disabled){background:var(--tsm-menu-item-active-bg,#ffffff0d)}.popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel):focus-visible{outline:var(--tsm-menu-focus-outline,2px solid #3b82f6b3);outline-offset:var(--tsm-menu-focus-outline-offset,-2px)}:root[data-theme=light] .popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel):hover:not(:disabled){background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}:root[data-theme=light] .popover-menu .dashboard__row-menu-item:not(.popover-menu__item):not(.dashboard__row-menu-item--danger):not(.dashboard__row-delete-btn--confirm):not(.dashboard__row-delete-btn--cancel):active:not(:disabled){background:var(--tsm-menu-item-active-bg,#d4d4d8)}.popover-menu .dashboard__row-delete-btn--confirm:focus-visible,.popover-menu .dashboard__row-delete-btn--cancel:focus-visible{outline:var(--tsm-menu-focus-outline,2px solid #3b82f6b3);outline-offset:2px}.popover-menu__item:disabled{opacity:.48;cursor:not-allowed}.popover-menu__item:disabled:hover,:root[data-theme=light] .popover-menu__item:disabled:hover{background:0 0}.popover-menu__item--danger{color:#fca5a5;background:#ef444429;border:1px solid #ef44446b;border-radius:8px;width:calc(100% - .7rem);margin-top:.25rem;margin-left:.35rem;margin-right:.35rem;padding:.42rem .55rem;font-weight:500}.popover-menu__item--danger:hover{color:#fecaca;background:#ef444447;border-color:#ef444499}:root[data-theme=light] .popover-menu__item--danger{color:#b91c1c;background:#fee2e2;border-color:#fecaca}:root[data-theme=light] .popover-menu__item--danger:hover{color:#991b1b;background:#fecaca;border-color:#f87171}.popover-menu__item--danger:focus-visible{outline:var(--tsm-menu-focus-outline,2px solid #3b82f6b3);outline-offset:2px}.popover-menu__confirm{padding:.15rem .35rem .35rem}.popover-menu__confirm-text{color:var(--text,#ffffffeb);margin:0;padding:.35rem .4rem .55rem;font-size:.8125rem;line-height:1.4}:root[data-theme=light] .popover-menu__confirm-text{color:#18181b}.popover-menu__confirm-actions{flex-direction:column;gap:.12rem;display:flex}.popover-menu__confirm-actions .popover-menu__item--danger{margin-top:.12rem}.popover-menu__item--muted{cursor:default;color:var(--text-muted,#ffffff73);font-style:italic}.popover-menu__item--muted:hover{background:0 0}:root[data-theme=light] .popover-menu__item--muted{color:#71717a}.popover-menu__dialog-section{padding:.5rem .75rem .65rem}.popover-menu__section-title{color:var(--text,#ffffffe6);letter-spacing:.01em;margin:0 0 .5rem;font-size:.8125rem;font-weight:600}:root[data-theme=light] .popover-menu__section-title{color:#18181b}.popover-menu__visibility-row{cursor:pointer;color:var(--text,#ffffffe0);border-radius:var(--tsm-menu-item-radius,6px);transition:var(--tsm-menu-transition,background .12s ease);align-items:center;gap:.5rem;margin:0;padding:.28rem 0;font-size:.8125rem;display:flex}.popover-menu__visibility-row:hover{background:var(--tsm-menu-item-hover-bg-popover,#ffffff12)}.popover-menu__visibility-row:focus-within{outline:var(--tsm-menu-focus-outline,2px solid #3b82f6b3);outline-offset:2px;border-radius:var(--tsm-menu-item-radius,6px)}:root[data-theme=light] .popover-menu__visibility-row{color:#18181b}:root[data-theme=light] .popover-menu__visibility-row:hover{background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}.popover-menu__visibility-row input{flex-shrink:0}.popover-menu__check{cursor:pointer;width:calc(100% - .7rem);color:var(--text,#ffffffeb);transition:var(--tsm-menu-transition,background .12s ease);border-radius:8px;align-items:center;gap:.5rem;margin:.08rem .35rem;padding:.38rem .55rem;font-size:.8125rem;display:flex}.popover-menu__check:hover{background:var(--tsm-menu-item-hover-bg-popover,#ffffff12)}.popover-menu__check:focus-within{outline:var(--tsm-menu-focus-outline,2px solid #3b82f6b3);outline-offset:2px}:root[data-theme=light] .popover-menu__check{color:#18181b}:root[data-theme=light] .popover-menu__check:hover{background:var(--tsm-menu-item-hover-bg-popover,#e4e4e7)}.popover-menu__check input{flex-shrink:0}.popover-menu.popover-menu--compact.dashboard__dashboard-settings-menu,.popover-menu.dashboard__dashboard-settings-menu{--dashboard-settings-control-h:2rem;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;--popover-item-x:.85rem;--popover-item-y:.52rem;--popover-pad-y:.5rem;--popover-pad-x:.7rem;min-width:min(380px,100vw - 1rem);max-width:calc(100vw - 1rem);max-height:min(720px,100vh - 1rem);padding:.5rem .7rem .65rem;overflow:hidden auto}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-switch{gap:.75rem;margin:0;padding:.46rem .65rem .46rem .85rem}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-route-strip-group{margin-top:.4rem;padding-top:.65rem;padding-bottom:.35rem}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-route-strip-section-title{padding:.4rem .85rem .45rem}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-route-strip{flex-direction:row;align-items:center;gap:.65rem;padding:.34rem .75rem .42rem}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-field-label{font-size:.8125rem;font-weight:inherit;flex:0 0 7rem;margin:0;line-height:1.4}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-route-strip .selectbox{flex:auto;width:100%;min-width:0}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-route-strip .selectbox__trigger{width:100%;max-width:100%}.popover-menu.dashboard__dashboard-settings-menu .dashboard__settings-menu-route-strip-group .popover-menu__item{margin:0 .35rem}.select-popup{--tsm-menu-item-radius:10px;--tsm-menu-item-inset:0rem;--select-popup-bg:color-mix(in srgb, var(--tsm-modal-panel-bg,#27272a) 100%, var(--app-bg) 100%);--select-popup-option-hover-bg:color-mix(in srgb, var(--control-hover-bg,#ffffff14) 100%, var(--select-popup-bg) 100%);--select-popup-option-selected-bg:color-mix(in srgb, var(--link,#60a5fa) 14%, var(--select-popup-bg) 100%);z-index:var(--tsm-z-popup-select,10070);box-sizing:border-box;background-color:var(--select-popup-bg);-webkit-backdrop-filter:none;border:1px solid var(--settings-border,#ffffff1f);box-shadow:var(--modal-shadow,0 8px 24px #00000073);max-height:min(320px,100vh - 2rem);font-family:var(--tsm-font-ui,var(--tsm-font-family,inherit));background-image:none;border-radius:12px;flex-direction:column;gap:0;padding:.55rem .65rem .6rem;display:flex}.select-popup.select-popup--pill-list .select-popup__option:not(.status-select-popup__option-pill){text-align:center;font-weight:600}.select-popup__header{color:var(--text-muted,#ffffff94);text-transform:uppercase;letter-spacing:.065em;padding:.35rem .35rem .45rem;font-size:.6875rem;font-weight:700}.select-popup__search{border:1px solid var(--settings-border,#fff3);border-radius:var(--tsm-menu-item-radius);background-color:color-mix(in srgb, var(--settings-input-bg,var(--app-bg)) 100%, var(--select-popup-bg) 100%);color:var(--text,#fffffff2);margin:0 0 .55rem;padding:.55rem .75rem;font-family:inherit;font-size:.875rem}.select-popup__search::placeholder{color:var(--text-muted,#ffffff73)}.select-popup__search:focus{border-color:color-mix(in srgb, var(--text) 28%, var(--settings-border));outline:none}.select-popup__list{flex-direction:column;gap:.5rem;max-height:min(220px,100vh - 12rem);display:flex;overflow-y:auto}.select-popup__section-label{color:var(--text-muted,#ffffff85);text-transform:uppercase;letter-spacing:.06em;padding:.25rem .35rem 0;font-size:.65rem;font-weight:700}.select-popup__empty{color:var(--text-muted,#ffffff85);padding:.75rem;font-size:.875rem}.select-popup__option{box-sizing:border-box;text-align:left;background-color:var(--select-popup-bg);width:100%;color:var(--text,#ffffffeb);cursor:pointer;border-radius:var(--tsm-menu-item-radius,10px);transition:var(--tsm-menu-transition,background-color .12s ease);border:none;margin-left:0;margin-right:0;padding:.72rem .85rem;font-family:inherit;font-size:.875rem;display:block}.select-popup__option:hover{background-color:var(--select-popup-option-hover-bg)}.select-popup__option:active{background-color:color-mix(in srgb, var(--text) 6%, var(--select-popup-bg))}.select-popup__option:focus-visible{outline:var(--tsm-menu-focus-outline,2px solid #3b82f6b3);outline-offset:var(--tsm-menu-focus-outline-offset,-2px)}.select-popup__option--selected{background-color:var(--select-popup-option-selected-bg);font-weight:500}.select-popup__option--selected:hover{background-color:color-mix(in srgb, var(--link,#60a5fa) 20%, var(--select-popup-bg))}.select-popup__option--best-match{background-color:color-mix(in srgb, #22c55e 18%, var(--select-popup-bg));font-weight:500}.select-popup__option--best-match:hover{background-color:color-mix(in srgb, #22c55e 28%, var(--select-popup-bg))}.select-popup__option--best-match.select-popup__option--selected{background-color:color-mix(in srgb, #22c55e 22%, var(--select-popup-bg))}.select-popup__option--best-match.select-popup__option--selected:hover{background-color:color-mix(in srgb, #22c55e 32%, var(--select-popup-bg))}.select-popup__option:disabled,.select-popup__option.select-popup__option--disabled{opacity:.42;cursor:not-allowed}.select-popup__option:disabled:hover,.select-popup__option.select-popup__option--disabled:hover{background-color:var(--select-popup-bg)}@media (prefers-color-scheme:light){:root:not([data-theme]) .select-popup{background:#fff;border-color:#e4e4e7;box-shadow:0 8px 24px #0000001f}:root:not([data-theme]) .select-popup__header{color:#71717a}:root:not([data-theme]) .select-popup__search{color:#18181b;background:#fafafa;border-color:#e4e4e7}:root:not([data-theme]) .select-popup__search::placeholder{color:#a1a1aa}:root:not([data-theme]) .select-popup__search:focus{border-color:#a1a1aa}:root:not([data-theme]) .select-popup__section-label{color:#a1a1aa}:root:not([data-theme]) .select-popup__empty{color:#71717a}:root:not([data-theme]) .select-popup__option{color:#18181b}}:root[data-theme=light] .select-popup{background:#fff;border-color:#e4e4e7;box-shadow:0 8px 24px #0000001f}:root[data-theme=light] .select-popup__header{color:#71717a}:root[data-theme=light] .select-popup__search{color:#18181b;background:#fafafa;border-color:#e4e4e7}:root[data-theme=light] .select-popup__search::placeholder{color:#a1a1aa}:root[data-theme=light] .select-popup__search:focus{border-color:#a1a1aa}:root[data-theme=light] .select-popup__section-label{color:#a1a1aa}:root[data-theme=light] .select-popup__empty{color:#71717a}:root[data-theme=light] .select-popup__option{color:#18181b}.status-select-popup__option-row{align-items:stretch;gap:.35rem;padding:0;display:flex}.status-select-popup__option-row .select-popup__option{flex:1;min-width:0}.status-select-popup__mode-btn{white-space:nowrap;background:var(--settings-surface-mid,#ffffff1a);color:var(--text-muted,#ffffffd1);cursor:pointer;border:none;border-radius:10px;flex-shrink:0;padding:.5rem .65rem;font-family:inherit;font-size:.75rem;font-weight:600;transition:background .15s,color .15s}.status-select-popup__mode-btn:hover{background:var(--control-hover-bg,#ffffff29);color:var(--text,#fffffff5)}.status-select-popup__edit-actions{flex-wrap:wrap;flex:100%;justify-content:flex-end;align-items:center;gap:.5rem;width:100%;margin-top:.25rem;display:flex}.status-select-popup__delete-btn{border:1px solid color-mix(in srgb, var(--domain-pill-danger-fg,#dc2626) 45%, var(--settings-border));background:color-mix(in srgb, var(--domain-pill-danger-fg,#dc2626) 12%, var(--settings-input-bg));color:var(--domain-pill-danger-fg,#f87171);cursor:pointer;white-space:nowrap;border-radius:10px;margin-right:auto;padding:.55rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:600}.status-select-popup__delete-btn:hover{background:color-mix(in srgb, var(--domain-pill-danger-fg,#dc2626) 22%, var(--settings-input-bg))}:root[data-theme=light] .status-select-popup__delete-btn{color:#b91c1c}.status-select-popup__edit-form .status-select-popup__add-input{flex:1;min-width:0}.status-select-popup__edit-form--with-color,.status-select-popup__add-form--with-color{flex-wrap:wrap}.status-select-popup__edit-form--with-color .status-select-popup__add-input,.status-select-popup__add-form--with-color .status-select-popup__add-input{flex:100%}.status-color-picker{gap:.5rem;width:100%;display:grid}.status-color-picker__sv{background:linear-gradient(to top, #000, #0000), linear-gradient(to right, #fff, var(--hue-color));touch-action:none;border:1px solid #ffffff1f;border-radius:8px;width:100%;height:110px;position:relative;overflow:hidden}.status-color-picker__thumb{border:2px solid #fffffff2;border-radius:999px;width:14px;height:14px;position:absolute;transform:translate(-7px,-7px);box-shadow:0 0 0 1px #00000080}.status-color-picker__hue-row{align-items:center;gap:.5rem;display:flex}.status-color-picker__hue{appearance:none;background:linear-gradient(90deg,red,#ff0,#0f0,#0ff,#00f,#f0f,red);border:1px solid #ffffff1f;border-radius:999px;outline:none;flex:1;height:10px}.status-color-picker__hue::-webkit-slider-thumb{appearance:none;background:#0006;border:2px solid #fffffff2;border-radius:999px;width:14px;height:14px}.status-color-picker__hue::-moz-range-thumb{background:#0006;border:2px solid #fffffff2;border-radius:999px;width:14px;height:14px}.status-color-picker__preview{border:1px solid #ffffff2e;border-radius:6px;width:18px;height:18px}.status-select-popup__color-swatches{flex-wrap:wrap;align-items:center;gap:.35rem;display:flex}.status-select-popup__swatch{cursor:pointer;border:2px solid #0003;border-radius:4px;flex-shrink:0;width:1.25rem;height:1.25rem;padding:0}.status-select-popup__swatch:hover{border-color:#0006;transform:scale(1.1)}.status-select-popup__swatch[aria-pressed=true]{border-color:#0009;box-shadow:0 0 0 1px}.status-select-popup__option-pill{box-sizing:border-box;letter-spacing:.04em;text-transform:uppercase;text-align:center;border-radius:10px;font-size:.8125rem;font-weight:700;transition:filter .12s,box-shadow .12s;background:var(--status-color,#ffffff1f)!important;color:#fff!important;padding:.72rem .85rem!important}.status-select-popup__option-pill:hover{filter:brightness(1.07)}.status-select-popup__option-pill:active{filter:brightness(.94)}.status-select-popup__option-pill.select-popup__option:focus-visible{outline-offset:2px;outline:2px solid #ffffff73}.status-select-popup__option-pill.select-popup__option--selected{box-shadow:inset 0 0 0 2px #fff6}.status-select-popup__option-pill.select-popup__option--selected:hover{box-shadow:inset 0 0 0 2px #ffffff80}@media (prefers-color-scheme:light){:root:not([data-theme]) .status-select-popup__mode-btn{color:#52525b;background:#e4e4e7}:root:not([data-theme]) .status-select-popup__mode-btn:hover{color:#18181b;background:#d4d4d8}}.status-select-popup__add{border-top:1px solid var(--settings-border,#ffffff1f);margin-top:.35rem;padding:.55rem 0 0}.status-select-popup__footer-actions{align-items:center;gap:.5rem;display:flex}.status-select-popup__add-btn{border:1px dashed var(--settings-border,#ffffff59);color:var(--text-muted,#ffffffb8);cursor:pointer;background:0 0;border-radius:10px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.62rem .65rem;font-family:inherit;font-size:.8125rem;font-weight:500;transition:border-color .15s,color .15s;display:flex}.status-select-popup__add-btn:hover{border-color:color-mix(in srgb, var(--text) 22%, var(--settings-border));color:var(--text,#ffffffeb)}.status-select-popup__add-form{gap:.5rem;display:flex}.status-select-popup__add-input{border:1px solid var(--settings-border,#fff3);background:var(--settings-input-bg,#00000038);color:var(--text,#fffffff2);border-radius:10px;flex:1;padding:.55rem .65rem;font-family:inherit;font-size:.8125rem}.status-select-popup__add-input::placeholder{color:#fff6}.status-select-popup__add-input:focus{border-color:#fff6;outline:none}.status-select-popup__add-confirm{background:var(--settings-surface-mid,#ffffff29);color:var(--text,#fffffff5);cursor:pointer;border:none;border-radius:10px;padding:.55rem .85rem;font-family:inherit;font-size:.8125rem;font-weight:600}.status-select-popup__add-confirm:hover{background:var(--control-hover-bg,#ffffff3d)}@media (prefers-color-scheme:light){:root:not([data-theme]) .status-select-popup__add{border-top-color:#e4e4e7}:root:not([data-theme]) .status-select-popup__add-btn{color:#71717a;border-color:#d4d4d8}:root:not([data-theme]) .status-select-popup__add-btn:hover{color:#18181b;border-color:#a1a1aa}:root:not([data-theme]) .status-select-popup__add-input{color:#18181b;background:#fafafa;border-color:#e4e4e7}:root:not([data-theme]) .status-select-popup__add-input::placeholder{color:#a1a1aa}:root:not([data-theme]) .status-select-popup__add-input:focus{border-color:#a1a1aa}:root:not([data-theme]) .status-select-popup__add-confirm{color:#18181b;background:#e4e4e7}:root:not([data-theme]) .status-select-popup__add-confirm:hover{background:#d4d4d8}}:root[data-theme=light] .status-select-popup__mode-btn{color:#52525b;background:#e4e4e7}:root[data-theme=light] .status-select-popup__mode-btn:hover{color:#18181b;background:#d4d4d8}:root[data-theme=light] .status-select-popup__add{border-top-color:#e4e4e7}:root[data-theme=light] .status-select-popup__add-btn{color:#71717a;border-color:#d4d4d8}:root[data-theme=light] .status-select-popup__add-btn:hover{color:#18181b;border-color:#a1a1aa}:root[data-theme=light] .status-select-popup__add-input{color:#18181b;background:#fafafa;border-color:#e4e4e7}:root[data-theme=light] .status-select-popup__add-input::placeholder{color:#a1a1aa}:root[data-theme=light] .status-select-popup__add-input:focus{border-color:#a1a1aa}:root[data-theme=light] .status-select-popup__add-confirm{color:#18181b;background:#e4e4e7}:root[data-theme=light] .status-select-popup__add-confirm:hover{background:#d4d4d8}.bulk-field-apply{flex-wrap:nowrap;align-items:center;gap:.5rem;display:inline-flex;position:relative}.bulk-field-apply__select-wrap{flex-wrap:nowrap;align-items:center;gap:.5rem;min-width:0;display:inline-flex}.bulk-field-apply__select-wrap .bulk-field-apply__select.selectbox{flex:0 auto;min-width:8rem;max-width:10rem}.bulk-field-apply__select-wrap .dashboard__header-selection-btn,.bulk-field-apply__select-wrap .tsm-selection-clear-btn{white-space:nowrap;flex-shrink:0}.bulk-field-apply__select-wrap button.selectbox__trigger.bulk-field-apply__select{box-sizing:border-box;border-radius:4px;height:2rem;min-height:2rem;max-height:2rem;padding:0 1.75rem 0 .5rem;font-size:.8125rem;font-weight:500;line-height:1.25}.tsm-filter-chip-bar{border-radius:var(--tsm-radius-control,.625rem);border:1px solid var(--settings-border);background:color-mix(in srgb, var(--domain-pill-positive-fg) 8%, var(--settings-surface-mid) 88%, var(--app-bg));flex-wrap:wrap;align-items:center;gap:.5rem .65rem;margin:0 0 .75rem;padding:.5rem .75rem;display:flex}.tsm-filter-chip-bar--toolbar{background:0 0;border:none;flex:1;gap:.35rem .5rem;min-width:0;margin:0;padding:0}.tsm-filter-chip-bar__intro{color:var(--text-muted);flex-shrink:0;font-size:.75rem;font-weight:600}.tsm-filter-chip-bar__list{flex-wrap:wrap;align-items:center;gap:.35rem;margin:0;padding:0;list-style:none;display:flex}.tsm-filter-chip-bar__item{margin:0}.tsm-filter-chip{border-radius:var(--tsm-radius-chip,999px);border:1px solid color-mix(in srgb, var(--domain-pill-positive-fg) 45%, var(--settings-border));background:color-mix(in srgb, var(--domain-pill-positive-fg) 18%, var(--settings-input-bg));max-width:min(100%,22rem);color:var(--text);box-shadow:0 1px 2px color-mix(in srgb, var(--domain-pill-positive-fg) 12%, transparent);align-items:center;gap:.2rem;padding:.2rem .2rem .2rem .65rem;display:inline-flex}.tsm-filter-chip-bar--toolbar .tsm-filter-chip{background:color-mix(in srgb, var(--domain-pill-positive-fg) 22%, var(--settings-input-bg))}.tsm-filter-chip__text{text-overflow:ellipsis;white-space:nowrap;font-size:.8125rem;font-weight:600;overflow:hidden}.tsm-filter-chip__remove{border-radius:var(--tsm-radius-chip,999px);background:color-mix(in srgb, var(--domain-pill-positive-fg) 12%, transparent);min-width:1.65rem;min-height:1.65rem;color:var(--text);cursor:pointer;border:none;flex-shrink:0;justify-content:center;align-items:center;margin:0;padding:0;line-height:0;display:inline-flex}.tsm-filter-chip__remove:hover{background:color-mix(in srgb, var(--domain-pill-positive-fg) 28%, var(--control-hover-bg));color:var(--text)}.tsm-filter-chip-bar__clear-all{border-radius:var(--tsm-radius-chip,999px);border:1px solid color-mix(in srgb, var(--domain-pill-positive-fg) 35%, var(--settings-border));background:color-mix(in srgb, var(--domain-pill-positive-fg) 12%, var(--settings-surface-low));color:var(--domain-pill-positive-fg);white-space:nowrap;cursor:pointer;flex-shrink:0;margin-left:auto;padding:.3rem .7rem;font-size:.8125rem;font-weight:700}.tsm-filter-chip-bar__clear-all:hover{background:color-mix(in srgb, var(--domain-pill-positive-fg) 22%, var(--settings-surface-low))}.tsm-filter-chip-bar--toolbar .tsm-filter-chip-bar__clear-all{margin-left:0}@media (prefers-reduced-motion:reduce){.tsm-filter-chip__remove,.tsm-filter-chip-bar__clear-all{transition:none}}.notes-popover{background:var(--notes-popover-bg,#1e1e23fa);color:#ffffffeb;border:1px solid #ffffff1f;border-radius:8px;font-size:.8125rem;box-shadow:0 8px 24px #00000059}.notes-popover__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:.5rem .75rem;display:flex}.notes-popover__title{font-weight:600}.notes-popover__close{color:inherit;cursor:pointer;opacity:.8;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.2rem .35rem;line-height:0;display:inline-flex}.notes-popover__close:hover{opacity:1;background:#ffffff14}.notes-popover__add{border-bottom:1px solid #ffffff1a;flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.notes-popover__textarea{width:100%;min-height:4rem;font-size:inherit;color:inherit;resize:vertical;box-sizing:border-box;background:#ffffff0f;border:1px solid #ffffff26;border-radius:6px;padding:.5rem .6rem;font-family:inherit}.notes-popover__textarea:focus{border-color:var(--page-accent,#3b82f6);outline:none}.notes-popover__textarea::placeholder{color:#fff6}.notes-popover__add-btn{font-size:inherit;color:inherit;background:var(--page-accent,#3b82f6);cursor:pointer;border:none;border-radius:6px;align-self:flex-start;padding:.35rem .75rem;font-family:inherit}.notes-popover__add-btn:hover:not(:disabled){filter:brightness(1.1)}.notes-popover__add-btn:disabled{opacity:.5;cursor:not-allowed}.notes-popover__footer-extra{border-bottom:1px solid #ffffff1a;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;padding:.5rem .75rem;font-size:.8125rem;display:flex}.notes-popover__footer-extra a{color:var(--page-accent,#3b82f6);text-decoration:none}.notes-popover__footer-extra a:hover{text-decoration:underline}.notes-popover__history{flex:1;min-height:0;padding:.5rem .75rem;overflow:auto}.notes-popover__history--merged{padding-top:.35rem}.notes-popover__merged-section{padding-bottom:.5rem}.notes-popover__merged-section--follow{border-top:1px solid #ffffff1a;margin-top:.5rem;padding-top:.5rem}.notes-popover__add--merged{border-bottom:none;padding:.5rem 0}.notes-popover__textarea--merged{min-height:3rem}:root[data-theme=light] .notes-popover__merged-section--follow{border-top-color:#e4e4e7}.notes-popover__extra-history{margin-bottom:.65rem}.notes-popover__extra-history-body{min-width:0;max-width:100%}.notes-popover__history-divider{background:#ffffff1a;height:1px;margin:.65rem 0 .5rem}.notes-popover__pe-verify-empty{color:#ffffff8c;margin:0 0 .35rem;font-size:.8125rem;font-style:italic}.notes-popover__pe-verify-list.pe-verify__history-list{margin-top:.25rem}:root[data-theme=light] .notes-popover__history-divider{background:#e4e4e7}:root[data-theme=light] .notes-popover__pe-verify-empty{color:#71717a}.notes-popover__history-title{color:#fff9;margin-bottom:.35rem;font-size:.75rem;font-weight:600}.notes-popover__history-title-row{justify-content:space-between;align-items:center;gap:.5rem;margin-bottom:.35rem;display:flex}.notes-popover__history-title-row .notes-popover__history-title{margin-bottom:0}.notes-popover__select-all-notes{color:inherit;cursor:pointer;background:#ffffff0f;border:1px solid #fff3;border-radius:4px;padding:.15rem .4rem;font-size:.6875rem}.notes-popover__select-all-notes:hover{background:#ffffff1a}.notes-popover__admin-bar{border-bottom:1px solid #ffffff14;flex-wrap:wrap;align-items:center;gap:.5rem .75rem;margin-bottom:.5rem;padding:.35rem 0;display:flex}.notes-popover__delete-notes-btn{color:#fff;cursor:pointer;background:#dc2626d9;border:none;border-radius:6px;padding:.3rem .6rem;font-size:.75rem}.notes-popover__delete-notes-btn:hover:not(:disabled){filter:brightness(1.08)}.notes-popover__delete-notes-btn:disabled{opacity:.45;cursor:not-allowed}.notes-popover__admin-hint{color:#ffffff73;font-size:.6875rem}.notes-popover__item-row{cursor:pointer;align-items:flex-start;gap:.5rem;margin:0;display:flex}.notes-popover__note-checkbox{flex-shrink:0;margin-top:.2rem}.notes-popover__item-body{flex:1;min-width:0;display:block}.notes-popover__list{margin:0;padding:0;list-style:none}.notes-popover__item{border-bottom:1px solid #ffffff14;padding:.4rem 0}.notes-popover__item:last-child{border-bottom:none}.notes-popover__item--empty{color:#ffffff80;font-style:italic}.notes-popover__meta{color:#fff9;margin-bottom:.15rem;font-size:.75rem;display:block}.notes-popover__text{white-space:pre-wrap;word-break:break-word}.notes-popover-trigger{color:#ffffffb3;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.notes-popover-trigger:hover{color:inherit;background:#ffffff14}.notes-popover-trigger__icon-wrap{justify-content:center;align-items:center;display:inline-flex;position:relative}.notes-popover-trigger__indicator{background:var(--page-accent,#3b82f6);border-radius:50%;flex-shrink:0;width:6px;height:6px;position:absolute;top:-2px;right:-2px}.dashboard__notes-trigger{justify-content:center;align-items:center;padding:.25rem;display:inline-flex}.dashboard__notes-trigger .notes-popover-trigger__icon-wrap{display:inline-flex}tbody tr.dashboard__row-item:not(:hover):not(.dashboard__row-item--selected) td .dashboard__notes-cell-wrap{opacity:.35;isolation:isolate}tbody tr.dashboard__row-item:hover td .dashboard__notes-cell-wrap,tbody tr.dashboard__row-item--selected td .dashboard__notes-cell-wrap{opacity:1}tbody tr.dashboard__row-item td .dashboard__notes-cell-wrap:has(:focus-visible){opacity:1}.dashboard__notes-cell-wrap{flex-wrap:nowrap;align-items:center;gap:.4rem;display:inline-flex}.dashboard__notes-trigger-shell{flex-shrink:0;align-items:center;display:inline-flex}.dashboard__notes-view-btn{border:1px solid var(--settings-border,#ffffff24);background:var(--settings-surface-mid,#ffffff0f);color:var(--text-muted);white-space:nowrap;cursor:pointer;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:.28rem .5rem;font-family:inherit;font-size:.75rem;font-weight:600;line-height:1;transition:background .15s,color .15s,border-color .15s;display:inline-flex}.dashboard__notes-view-btn:hover{color:var(--text);background:var(--control-hover-bg,#ffffff1a);border-color:var(--settings-border)}:root[data-theme=light] .dashboard__notes-view-btn{color:#52525b;background:#f4f4f5;border-color:#e4e4e7}:root[data-theme=light] .dashboard__notes-view-btn:hover{color:#18181b;background:#e4e4e7}.dashboard__notes-pdf-link{color:var(--dispatch-muted,#ffffffb3);cursor:pointer;font:inherit;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:.25rem;text-decoration:none;display:inline-flex}.dashboard__notes-pdf-link:hover{color:var(--page-accent,#3b82f6);background:#ffffff14}.dashboard__notes-pdf-link--disabled{cursor:default;opacity:.45}.dashboard__notes-pdf-link--disabled:hover{color:var(--dispatch-muted,#ffffffb3);background:0 0}.dashboard__notes-pdf-link svg{width:20px;height:20px}.dashboard__notes-pdf-generating{color:var(--dispatch-muted,#ffffffb3);align-items:center;gap:.35rem;padding:.25rem;font-size:.8125rem;display:inline-flex}.dashboard__notes-pdf-generating-spinner{border:2px solid;border-right-color:#0000;border-radius:50%;width:14px;height:14px;animation:.6s linear infinite dashboard__notes-pdf-spin;display:inline-block}@keyframes dashboard__notes-pdf-spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme:light){:root:not([data-theme]) .notes-popover{--notes-popover-bg:#fffffffa;color:var(--text,#18181b);border-color:#e4e4e7;box-shadow:0 8px 24px #0000001f}:root:not([data-theme]) .notes-popover__header{border-bottom-color:#e4e4e7}:root:not([data-theme]) .notes-popover__close:hover{background:#f4f4f5}:root:not([data-theme]) .notes-popover__add{border-bottom-color:#e4e4e7}:root:not([data-theme]) .notes-popover__textarea{background:#f4f4f5;border-color:#e4e4e7}:root:not([data-theme]) .notes-popover__textarea::placeholder{color:#71717a}:root:not([data-theme]) .notes-popover__footer-extra{border-bottom-color:#e4e4e7}:root:not([data-theme]) .notes-popover__history-title{color:#71717a}:root:not([data-theme]) .notes-popover__admin-hint{color:#a1a1aa}:root:not([data-theme]) .notes-popover__item{border-bottom-color:#e4e4e7}:root:not([data-theme]) .notes-popover__item--empty,:root:not([data-theme]) .notes-popover__meta{color:#71717a}:root:not([data-theme]) .notes-popover__select-all-notes{color:var(--text,#18181b);background:#f4f4f5;border-color:#e4e4e7}:root:not([data-theme]) .notes-popover__select-all-notes:hover{background:#e4e4e7}:root:not([data-theme]) .notes-popover__admin-bar{border-bottom-color:#e4e4e7}:root:not([data-theme]) .notes-popover-trigger{color:#71717a}:root:not([data-theme]) .notes-popover-trigger:hover{color:inherit;background:#f4f4f5}:root:not([data-theme]) .notes-popover-trigger__indicator{background:var(--page-accent,#3b82f6)}}:root[data-theme=light] .notes-popover{--notes-popover-bg:#fffffffa;color:var(--text,#18181b);border-color:#e4e4e7;box-shadow:0 8px 24px #0000001f}:root[data-theme=light] .notes-popover__header{border-bottom-color:#e4e4e7}:root[data-theme=light] .notes-popover__close:hover{background:#f4f4f5}:root[data-theme=light] .notes-popover__add{border-bottom-color:#e4e4e7}:root[data-theme=light] .notes-popover__textarea{background:#f4f4f5;border-color:#e4e4e7}:root[data-theme=light] .notes-popover__textarea::placeholder{color:#71717a}:root[data-theme=light] .notes-popover__footer-extra{border-bottom-color:#e4e4e7}:root[data-theme=light] .notes-popover__history-title{color:#71717a}:root[data-theme=light] .notes-popover__admin-hint{color:#a1a1aa}:root[data-theme=light] .notes-popover__item{border-bottom-color:#e4e4e7}:root[data-theme=light] .notes-popover__item--empty,:root[data-theme=light] .notes-popover__meta{color:#71717a}:root[data-theme=light] .notes-popover__select-all-notes{color:var(--text,#18181b);background:#f4f4f5;border-color:#e4e4e7}:root[data-theme=light] .notes-popover__select-all-notes:hover{background:#e4e4e7}:root[data-theme=light] .notes-popover__admin-bar{border-bottom-color:#e4e4e7}:root[data-theme=light] .notes-popover-trigger{color:#71717a}:root[data-theme=light] .notes-popover-trigger:hover{color:inherit;background:#f4f4f5}:root[data-theme=light] .notes-popover-trigger__indicator{background:var(--page-accent,#3b82f6)}:root{--tsm-load-row-action-size:2.125rem;--tsm-load-row-action-glyph:1.25rem}.dashboard__notes-telegram-wrap{flex-wrap:nowrap;align-items:center;gap:.35rem;display:inline-flex}.dashboard__notes-telegram-wrap>.dashboard__notes-trigger,.dashboard__notes-telegram-wrap>.notes-popover-trigger,.dashboard__notes-telegram-wrap>.dashboard__sub-tour-toolbar-icon,.dashboard__notes-telegram-wrap .subitem-uploaded-files__trigger--toolbar-icon.driver-compliance-file,.loads-page__settlement-icon{width:var(--tsm-load-row-action-size);height:var(--tsm-load-row-action-size);min-width:var(--tsm-load-row-action-size);min-height:var(--tsm-load-row-action-size);box-sizing:border-box;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.dashboard__notes-telegram-wrap .notes-popover-trigger__icon-wrap,.dashboard__notes-telegram-wrap .load-row-telegram-send__icon{width:100%;height:100%;overflow:visible}.dashboard__notes-telegram-wrap svg,.loads-page__settlement-icon-svg{width:var(--tsm-load-row-action-glyph);height:var(--tsm-load-row-action-glyph);flex-shrink:0}.dashboard__notes-telegram-wrap .leg-cargo-visual{justify-content:center;align-items:center;gap:.12rem;max-width:none;display:inline-flex}.dashboard__notes-telegram-wrap .leg-cargo-visual svg{width:var(--tsm-load-row-action-glyph);height:var(--tsm-load-row-action-glyph);flex-shrink:0}.dashboard__notes-telegram-wrap .leg-cargo-visual__badge{flex-shrink:0;font-size:.625rem;font-weight:700;line-height:1}.dashboard__notes-telegram-wrap .leg-cargo-visual__badge--relay{color:var(--accent-amber-fg,var(--text))}.dashboard__notes-telegram-wrap>.dashboard__cargo-trigger:has(.leg-cargo-visual--relay-live){width:auto;min-width:var(--tsm-load-row-action-size);padding-inline:.22rem}.dashboard__notes-telegram-wrap>:is(.dashboard__notes-trigger,.notes-popover-trigger,.dashboard__sub-tour-toolbar-icon,.dashboard__telegram-trigger,.subitem-uploaded-files__trigger--toolbar-icon.driver-compliance-file){border-radius:var(--tsm-radius-control,6px);background:0 0;border:1px solid #0000;overflow:visible}.dashboard__notes-telegram-wrap>:is(.dashboard__notes-trigger,.notes-popover-trigger,.dashboard__sub-tour-toolbar-icon,.dashboard__telegram-trigger,.subitem-uploaded-files__trigger--toolbar-icon.driver-compliance-file):hover:not(:disabled){background:var(--control-hover-bg,#ffffff0f);border-color:#0000}.dashboard__notes-telegram-wrap>:is(.dashboard__notes-trigger,.notes-popover-trigger,.dashboard__sub-tour-toolbar-icon,.dashboard__telegram-trigger,.subitem-uploaded-files__trigger--toolbar-icon.driver-compliance-file):focus-visible{outline:2px solid color-mix(in srgb, currentColor 45%, transparent);outline-offset:1px}.dashboard__notes-telegram-wrap>.dashboard__cargo-trigger .notes-popover-trigger__icon-wrap{width:auto;height:auto}.dashboard__notes-telegram-wrap>.dashboard__cargo-trigger:has(.leg-cargo-visual--bobtail){width:auto;min-width:var(--tsm-load-row-action-size);padding-inline:.22rem}.dashboard__notes-telegram-wrap .notes-popover-trigger__indicator{z-index:1;box-shadow:0 0 0 1px var(--tsm-grid-canvas,var(--app-bg));top:0;right:0}.dashboard__notes-telegram-wrap .dashboard__telegram-spinner{width:var(--tsm-load-row-action-glyph);height:var(--tsm-load-row-action-glyph)}.dashboard__notes-telegram-wrap .load-row-telegram-send__icon svg{width:1.125rem;height:1.125rem}.dashboard__table-wrap--dispatch-main .dashboard__sub-table tbody>tr:hover td.dashboard__td-notes .dashboard__notes-telegram-wrap>:is(.dashboard__notes-trigger,.notes-popover-trigger,.dashboard__sub-tour-toolbar-icon,.subitem-uploaded-files__trigger--toolbar-icon):not(:hover):not(:focus-visible),.dashboard__table-wrap--dispatch-main .dashboard__sub-table tbody>tr:hover td.dashboard__td-notes .dashboard__notes-telegram-wrap>.dashboard__telegram-trigger--group-linked:not(:hover):not(:focus-visible){color:var(--text-muted)}.dashboard__notes-telegram-wrap>.dashboard__notes-trigger,.dashboard__notes-telegram-wrap>.notes-popover-trigger,.dashboard__notes-telegram-wrap>.dashboard__sub-tour-toolbar-icon,.dashboard__notes-telegram-wrap .subitem-uploaded-files__trigger--toolbar-icon.driver-compliance-file{color:var(--text-muted);transition:var(--dashboard-row-chrome-transition,color 72ms cubic-bezier(.22, 1, .36, 1))}.dashboard__notes-telegram-wrap>.dashboard__notes-trigger:hover:not(:disabled),.dashboard__notes-telegram-wrap>.notes-popover-trigger:hover:not(:disabled),.dashboard__notes-telegram-wrap>.dashboard__sub-tour-toolbar-icon:hover:not(:disabled),.dashboard__notes-telegram-wrap .subitem-uploaded-files__trigger--toolbar-icon.driver-compliance-file:hover:not(:disabled){color:var(--dispatch-subitem-icon-fg-hover,var(--accent-amber-fg,#fbbf24))}.dashboard__notes-telegram-wrap>.dashboard__telegram-trigger--group-linked{color:var(--text-muted)}.dashboard__notes-telegram-wrap>.dashboard__telegram-trigger--group-linked:hover:not(:disabled){color:#08c}.dashboard__notes-telegram-wrap svg{color:inherit}:root[data-theme=light] .dashboard__notes-telegram-wrap .notes-popover-trigger__indicator{box-shadow:0 0 0 1px var(--settings-surface-mid,#f4f4f5)}.tsm-client-session-draft-notice{color:var(--text,#ffffffeb);background:color-mix(in srgb, var(--page-accent,#f59e0b) 14%, transparent);border:1px solid color-mix(in srgb, var(--page-accent,#f59e0b) 38%, transparent);border-radius:8px;flex-direction:column;gap:.2rem;margin:0 0 .75rem;padding:.55rem .7rem;font-size:.8125rem;line-height:1.45;display:flex}.tsm-client-session-draft-notice__label{letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted,#ffffffbf);font-size:.6875rem;font-weight:700}.tsm-client-session-draft-notice__text{margin:0}.tsm-client-session-draft-notice__text strong{color:var(--text);font-weight:600}.tsm-client-session-draft-notice--with-action .tsm-client-session-draft-notice__content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:.75rem 1rem;display:flex}.tsm-client-session-draft-notice--with-action .tsm-client-session-draft-notice__text{flex:1;min-width:min(100%,14rem)}.tsm-client-session-draft-notice__acknowledge{cursor:pointer;color:var(--text);border:1px solid color-mix(in srgb, var(--page-accent,#f59e0b) 45%, transparent);background:color-mix(in srgb, var(--page-accent,#f59e0b) 8%, transparent);border-radius:6px;flex-shrink:0;padding:.3rem .65rem;font-family:inherit;font-size:.8125rem;font-weight:600}.tsm-client-session-draft-notice__acknowledge:hover{background:color-mix(in srgb, var(--page-accent,#f59e0b) 16%, transparent)}.toll-create-new-section__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;display:flex}.toll-create-new-section__header-actions{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.toll-create-new-section__header+.tsm-client-session-draft-notice{margin-top:.75rem}@media (prefers-color-scheme:light){:root:not([data-theme]) .tsm-client-session-draft-notice{background:color-mix(in srgb, var(--page-accent,#d97706) 12%, #fff);border-color:color-mix(in srgb, var(--page-accent,#d97706) 45%, #e7e5e4)}:root:not([data-theme]) .tsm-client-session-draft-notice__acknowledge{border-color:color-mix(in srgb, var(--page-accent,#d97706) 50%, #e7e5e4);background:color-mix(in srgb, var(--page-accent,#d97706) 10%, #fff)}:root:not([data-theme]) .tsm-client-session-draft-notice__acknowledge:hover{background:color-mix(in srgb, var(--page-accent,#d97706) 18%, #fff)}}:root[data-theme=light] .tsm-client-session-draft-notice{background:color-mix(in srgb, var(--page-accent,#d97706) 12%, #fff);border-color:color-mix(in srgb, var(--page-accent,#d97706) 45%, #e7e5e4)}:root[data-theme=light] .tsm-client-session-draft-notice__acknowledge{border-color:color-mix(in srgb, var(--page-accent,#d97706) 50%, #e7e5e4);background:color-mix(in srgb, var(--page-accent,#d97706) 10%, #fff)}:root[data-theme=light] .tsm-client-session-draft-notice__acknowledge:hover{background:color-mix(in srgb, var(--page-accent,#d97706) 18%, #fff)}
