:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light only;background-color:var(--tx-color-bg,#f4f6fb);--tx-radius-sm:6px;--tx-radius-md:8px;--tx-radius-lg:10px;--tx-shadow-sm:0 1px 2px #0f172a0d;--tx-shadow-md:0 10px 24px #0f172a14;--tx-focus-ring:0 0 0 3px color-mix(in srgb, var(--tx-color-accent,#2563eb) 20%, transparent);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}:root.dark{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}:root:not(.dark){forced-color-adjust:none}*{box-sizing:border-box;letter-spacing:0}html,body,#root{background-color:var(--tx-color-bg,#f4f6fb);width:100%;min-width:0;height:100%;min-height:100%;color:var(--tx-color-text-primary,#172033);margin:0;overflow-x:hidden}main{min-width:0;max-width:100vw}body{background-color:var(--tx-color-bg,#f4f6fb)!important;color:var(--tx-color-text-primary,#172033)!important}body.tx-modal-open{overflow:hidden}button,input,select,textarea{font:inherit;letter-spacing:0}button,select,input[type=checkbox],input[type=radio]{cursor:pointer}input[type=checkbox]{width:20px;min-width:20px;height:20px;accent-color:var(--tx-color-accent,#2563eb);flex-shrink:0;margin:0}input[type=radio]{width:18px;min-width:18px;height:18px;accent-color:var(--tx-color-accent,#2563eb);flex-shrink:0;margin:0}button:disabled,input:disabled,select:disabled,textarea:disabled{cursor:not-allowed;opacity:.62}input,select,textarea{border-color:var(--tx-color-border,#d8dee9);min-width:0;color:var(--tx-color-text-primary,#172033)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{box-shadow:var(--tx-focus-ring);outline:none}button:focus:not(:focus-visible),a:focus:not(:focus-visible),[role=button]:focus:not(:focus-visible),[tabindex]:focus:not(:focus-visible){box-shadow:none;outline:none}.tx-role-card:focus,.tx-role-card:focus-visible{box-shadow:none!important;outline:none!important}.tx-role-card[data-selected=false]{border:1px solid var(--tx-color-border,#dbe3ef)!important;box-shadow:none!important}.tx-role-card[data-selected=false]:focus,.tx-role-card[data-selected=false]:focus-visible{box-shadow:none!important}a{color:inherit}strong,b{font-weight:800}:where(h1,h2,h3,h4,h5,h6){line-height:1.12}:where(h1,h2,h3,h4,h5,h6)+:where(p,ul,ol){margin-top:.5rem}table{border-collapse:separate;border-spacing:0}.tx-mobile-menu-button,.tx-mobile-sidebar-backdrop,.tx-mobile-sidebar-close{display:none}.tx-desktop-sidebar-collapse{border:1px solid color-mix(in srgb, var(--tx-color-sidebar-text,#fff) 22%, transparent);width:34px;height:34px;color:var(--tx-color-sidebar-text,#fff);background:#ffffff14;border-radius:8px;flex-shrink:0;place-items:center;margin-left:auto;display:inline-grid}.tx-lead-btn-short{display:none}.tx-only-mobile{display:none!important}.tx-hide-mobile{display:initial}.tx-page-header{z-index:30;box-sizing:border-box;border-bottom:2px solid var(--tx-color-brand,#e8521c);background:var(--tx-page-header-bg,var(--tx-color-sidebar-header,#0f172a));min-height:70px;color:var(--tx-color-sidebar-text,#fff);position:relative}.tx-page-header__content{align-items:center;gap:16px;min-width:0;min-height:70px;padding:0 20px;display:flex}.tx-page-header__title-block{flex:auto;min-width:0}.tx-page-header__eyebrow{color:var(--tx-color-sidebar-muted,#ffffffb8);text-transform:uppercase;font-size:11px;font-weight:900;line-height:1;display:block}.tx-page-header__title{color:var(--tx-color-sidebar-text,#fff);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:24px;font-weight:950;line-height:1.1;overflow:hidden}.tx-page-header__subtitle{color:color-mix(in srgb, var(--tx-color-sidebar-text,#fff) 72%, transparent);text-overflow:ellipsis;white-space:nowrap;margin:3px 0 0;font-size:13px;font-weight:700;line-height:1.25;overflow:hidden}.tx-page-header__actions{flex:none;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.tx-responsive-table{border:1px solid var(--tx-color-border,#dde3ed);background:var(--tx-color-surface,#fff);border-radius:8px;width:100%;min-width:0;max-width:100%;position:relative;overflow:hidden}.tx-responsive-table:after{content:"";pointer-events:none;background:linear-gradient(90deg, transparent, color-mix(in srgb, var(--tx-color-surface,#fff) 88%, transparent));width:20px;position:absolute;top:0;bottom:0;right:0}.tx-responsive-table__scroll{width:100%;min-width:0;max-width:100%;overflow:auto}.tx-responsive-table__hint{border-bottom:1px solid var(--tx-color-border,#dde3ed);color:var(--tx-color-text-secondary,#64748b);background:var(--tx-color-surface-2,#f8fafc);padding:7px 10px;font-size:11px;font-weight:800;display:none}.tx-responsive-table__cards{display:none}.tx-modal-backdrop{z-index:90;background:#0f172a7a;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.tx-modal-shell{border:1px solid var(--tx-color-border,#dde3ed);background:var(--tx-color-surface,#fff);width:min(640px,100vw - 32px);max-height:min(92dvh,760px);color:var(--tx-color-text-primary,#1e293b);border-radius:8px;grid-template-rows:auto minmax(0,1fr) auto;display:grid;overflow:hidden;box-shadow:0 24px 68px #0f172a47}.tx-modal-shell--sm{width:min(480px,100vw - 32px)}.tx-modal-shell--lg{width:min(760px,100vw - 32px)}.tx-modal-shell--xl{width:min(980px,100vw - 32px)}.tx-modal-shell__header{border-bottom:1px solid var(--tx-color-border,#dde3ed);justify-content:space-between;align-items:center;gap:14px;min-height:58px;padding:12px 16px;display:flex}.tx-modal-shell__title-block{min-width:0}.tx-modal-shell__title{color:var(--tx-color-text-primary,#1e293b);margin:0;font-size:18px;font-weight:900;line-height:1.18}.tx-modal-shell__subtitle{color:var(--tx-color-text-secondary,#64748b);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:12px;font-weight:700;display:block;overflow:hidden}.tx-modal-shell__close{border:1px solid var(--tx-color-border,#dde3ed);background:var(--tx-color-surface-2,#f8fafc);width:34px;height:34px;color:var(--tx-color-text-secondary,#64748b);border-radius:8px;flex-shrink:0;place-items:center;display:inline-grid}.tx-modal-shell__body{min-height:0;padding:16px;overflow:auto}.tx-modal-shell__footer{border-top:1px solid var(--tx-color-border,#dde3ed);background:var(--tx-color-surface,#fff);flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;padding:14px 16px;display:flex}th{color:var(--tx-color-th-text,var(--tx-color-text-secondary,#657085));font-weight:800}::selection{background:color-mix(in srgb, var(--tx-color-accent,#2563eb) 24%, transparent)}*{scrollbar-width:thin;scrollbar-color:color-mix(in srgb, var(--tx-color-text-secondary,#64748b) 38%, transparent) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:color-mix(in srgb, var(--tx-color-text-secondary,#64748b) 34%, transparent);background-clip:padding-box;border:3px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background:color-mix(in srgb, var(--tx-color-text-secondary,#64748b) 52%, transparent);background-clip:padding-box;border:3px solid #0000}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width>=769px){.tx-app-sidebar{transition:width .18s,border-color .18s,opacity .18s}.tx-app-shell--sidebar-collapsed .tx-app-sidebar{z-index:2147483000;opacity:1;pointer-events:auto;width:64px!important;min-width:64px!important;max-width:64px!important;overflow:visible!important}.tx-app-shell--sidebar-collapsed .tx-desktop-sidebar-collapse{margin-left:0}.tx-app-sidebar--collapsed nav{overflow:visible!important}.tx-app-sidebar--collapsed a{overflow:visible}.tx-sidebar-icon-tooltip{z-index:2147483001;border:1px solid color-mix(in srgb, var(--tx-color-sidebar-text,#fff) 16%, transparent);background:color-mix(in srgb, var(--tx-color-sidebar-header,#0f172a) 94%, #000);max-width:240px;color:var(--tx-color-sidebar-text,#fff);opacity:0;pointer-events:none;white-space:nowrap;border-radius:7px;padding:7px 10px;font-size:12px;font-weight:800;line-height:1.2;transition:opacity .12s,transform .12s;position:absolute;top:50%;left:calc(100% + 14px);transform:translate(4px,-50%);box-shadow:0 14px 30px #0f172a3d}.tx-sidebar-icon-tooltip:before{content:"";border-left:1px solid color-mix(in srgb, var(--tx-color-sidebar-text,#fff) 16%, transparent);border-bottom:1px solid color-mix(in srgb, var(--tx-color-sidebar-text,#fff) 16%, transparent);background:inherit;width:8px;height:8px;position:absolute;top:50%;left:-5px;transform:translateY(-50%)rotate(45deg)}.tx-app-sidebar--collapsed a:hover .tx-sidebar-icon-tooltip,.tx-app-sidebar--collapsed a:focus-visible .tx-sidebar-icon-tooltip{opacity:1;transform:translateY(-50%)}}@media (width<=768px){.tx-only-mobile{display:initial!important}.tx-hide-mobile,.tx-desktop-sidebar-collapse{display:none!important}.tx-lead-btn-full{display:none}.tx-lead-btn-short{display:inline}.tx-page-header__content{flex-wrap:wrap;align-items:center;gap:8px 10px;min-height:70px;padding:8px 12px}.tx-page-header__title{white-space:normal;text-overflow:clip;overflow-wrap:anywhere;font-size:20px;line-height:1.12;overflow:visible}.tx-page-header__subtitle{white-space:normal;text-overflow:clip;overflow:visible}.tx-page-header__title-block{flex:100%}.tx-page-header [data-filter-context]{width:100%;flex:100%!important}.tx-page-header__actions{flex-wrap:wrap;flex:100%;justify-content:flex-start;margin-left:0}.tx-page-header button,.tx-page-header input,.tx-page-header select,[data-filter-context] button,[data-filter-context] input,[data-filter-context] select,.tx-responsive-table__cards button,.tx-responsive-table__cards input,.tx-responsive-table__cards select{min-height:44px!important}.tx-page-header .tx-page-header__actions>*,.tx-page-header [data-filter-context]>*{min-width:0}.tx-responsive-table__hint{display:block}.tx-responsive-table__scroll--has-cards{display:none}.tx-responsive-table__cards{gap:10px;padding:10px;display:grid}.tx-responsive-table__card{border:1px solid var(--tx-color-border,#dde3ed);background:var(--tx-color-surface,#fff);border-radius:8px;min-width:0;padding:12px}.tx-modal-backdrop{align-items:end;padding:0}.tx-modal-shell,.tx-modal-shell--sm,.tx-modal-shell--lg,.tx-modal-shell--xl,.tx-modal-shell--sheet{border-bottom:none;border-left:none;border-right:none;border-radius:14px 14px 0 0;width:100vw;max-width:100vw;max-height:92dvh}.tx-modal-shell__body{padding:14px 12px}.tx-modal-shell__footer{justify-content:stretch}.tx-modal-shell__footer>*{flex:140px}.tx-app-shell{width:100vw;max-width:100vw;overflow-x:hidden!important}.tx-app-sidebar{transition:transform .18s;transform:translate(-102%);box-shadow:18px 0 42px #0f172a47;z-index:80!important;width:min(296px,86vw)!important;max-width:86vw!important;height:100dvh!important;max-height:100dvh!important;position:fixed!important;inset:0 auto 0 0!important}.tx-app-shell--sidebar-open .tx-app-sidebar{transform:translate(0)}.tx-mobile-sidebar-backdrop{z-index:70;background:#0f172a70;border:0;padding:0;display:block;position:fixed;inset:0}.tx-mobile-menu-button{z-index:60;border:1px solid color-mix(in srgb, var(--tx-color-sidebar-text,#fff) 24%, transparent);background:color-mix(in srgb, var(--tx-color-sidebar-header,#0f172a) 94%, transparent);width:42px;height:42px;color:var(--tx-color-sidebar-text,#fff);border-radius:8px;place-items:center;display:inline-grid;position:fixed;top:12px;left:12px;box-shadow:0 10px 24px #0f172a2e}.tx-mobile-sidebar-close{border:1px solid color-mix(in srgb, var(--tx-color-sidebar-text,#fff) 22%, transparent);width:36px;height:36px;color:var(--tx-color-sidebar-text,#fff);background:#ffffff14;border-radius:8px;flex-shrink:0;place-items:center;margin-left:auto;display:inline-grid}.tx-app-shell main{width:100%;min-width:0;max-width:100vw;overflow-x:hidden}.tx-app-shell main>*>header,.tx-app-shell main>*>:first-child:not(header){padding-left:max(64px, env(safe-area-inset-left,0px) + 64px)!important}[data-tour-id=load-leads-tabs]{grid-template-columns:repeat(3,minmax(0,1fr));gap:0!important;padding-inline:8px!important;display:grid!important;overflow-x:visible!important}[data-tour-id=load-leads-tabs]>button{text-align:center;width:100%;min-width:0;font-size:13px;line-height:1.12;white-space:normal!important;padding-inline:4px!important}}
