:root{--bg: #f7f9fc;--surface: #ffffff;--surface-2: #f4f7fb;--soft: #f4f7fb;--ink: #152033;--ink-soft: #344054;--muted: #667085;--line: #e2e8f0;--line-strong: #cbd5e1;--accent: #0b4fb3;--accent-2: #083f91;--accent-soft: #edf4ff;--accent-line: #cbdcff;--green: #16735a;--green-soft: #edf8f4;--amber: #9a5b13;--amber-soft: #fff7e8;--red: #b42318;--red-soft: #fff1f0;--purple: #4f5f8f;--purple-soft: #f0f3fa;--radius: 7px;--shadow: 0 14px 35px rgba(23, 43, 77, .1);font-family:SF Pro Text,Avenir Next,Helvetica Neue,Arial,sans-serif;color-scheme:light}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--ink);font-size:14px;line-height:1.45;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button:disabled{opacity:.48;cursor:not-allowed}code{font-family:SFMono-Regular,Consolas,monospace;font-size:.92em}.app{display:grid;grid-template-columns:252px minmax(0,1fr);min-height:100vh}.sidebar{position:sticky;top:0;z-index:40;height:100vh;overflow-y:auto;display:flex;flex-direction:column;background:var(--bg);border-right:1px solid var(--line)}.brand{height:78px;display:flex;align-items:center;padding:14px 20px;border-bottom:1px solid var(--line)}.brand img{display:block;width:184px;height:48px;object-fit:contain;object-position:left center}.nav-tree{flex:1;padding:16px 12px 22px}.nav-section+.nav-section{margin-top:13px}.nav-group{display:flex;align-items:center;gap:7px;padding:4px 9px 7px;color:#7b8799;font-size:11px;font-weight:700;text-transform:uppercase}.tree-caret{color:#98a2b3;flex:none}.nav-children{position:relative;margin-left:14px;padding-left:13px;border-left:1px solid #dce4ee}.nav-item{position:relative;display:flex;align-items:center;gap:10px;min-height:35px;padding:7px 10px;margin:2px 0;border-radius:6px;color:#455268;font-size:13px;font-weight:560;transition:color .2s ease,background-color .2s ease,transform .2s ease}.nav-item:before{content:"";position:absolute;left:-14px;width:11px;border-top:1px solid #dce4ee}.nav-item:hover{color:var(--ink);background:#eef2f7;transform:translate(2px)}.nav-item.active{color:var(--accent);background:var(--accent-soft);font-weight:720}.nav-icon{flex:none;color:#8390a2;transition:color .2s ease,transform .2s ease}.nav-item:hover .nav-icon{color:#50627a;transform:scale(1.05)}.nav-item.active .nav-icon{color:var(--accent)}.sidebar-foot{display:flex;gap:10px;align-items:center;padding:15px 20px;border-top:1px solid var(--line);color:var(--ink-soft)}.sidebar-foot strong,.sidebar-foot span{display:block}.sidebar-foot strong{font-size:12px}.sidebar-foot span{margin-top:1px;color:var(--muted);font-size:10.5px}.status-dot{width:8px;height:8px;flex:none;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px var(--green-soft)}.nav-scrim{display:none}.main{min-width:0;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:30;height:78px;min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 26px;background:var(--bg);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topbar-left,.company{display:flex;align-items:center}.breadcrumb{display:flex;align-items:center;gap:9px;font-size:13px}.breadcrumb span{color:var(--muted)}.breadcrumb b{color:#b2bdca;font-weight:400}.breadcrumb strong{color:var(--ink);font-weight:700}.company{gap:11px;white-space:nowrap}.top-divider{height:28px;width:1px;background:var(--line)}.account-copy{display:grid;line-height:1.2;text-align:right}.account-copy strong{font-size:12px}.account-copy span{color:var(--muted);font-size:10.5px;margin-top:3px}.avatar{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:var(--accent);color:#fff;font-size:10px;font-weight:800}.menu-toggle{display:none;width:36px;height:36px;place-items:center;border:1px solid var(--line);border-radius:6px;background:#fff;padding:8px}.content{width:100%;max-width:1680px;margin:0 auto;padding:28px 30px 42px}.page{display:flex;flex-direction:column;gap:18px;min-width:0;animation:page-in .42s cubic-bezier(.22,1,.36,1) both}.page>*{animation:surface-in .48s cubic-bezier(.22,1,.36,1) both}.page>:nth-child(2){animation-delay:.04s}.page>:nth-child(3){animation-delay:.08s}.page>:nth-child(4){animation-delay:.12s}.page>:nth-child(n+5){animation-delay:.16s}.page-head{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding-bottom:2px}.page-kicker{color:var(--accent);font-size:10.5px;font-weight:750;text-transform:uppercase;margin-bottom:5px}.page-title{margin:0;color:#162238;font-size:25px;line-height:1.18;font-weight:720}.page-intro{max-width:760px;margin:6px 0 0;color:var(--muted);font-size:13px}.page-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap}.kpis{display:grid;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));gap:10px}.kpi,.tile{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);padding:14px 15px}.kpi{position:relative;min-height:92px;overflow:hidden}.kpi:after{content:"";position:absolute;left:14px;right:14px;bottom:0;height:2px;background:#e7eef8}.kpi:first-child:after{background:var(--accent)}.k-label,.tile .t-l{color:var(--muted);font-size:10.5px;text-transform:uppercase;font-weight:720}.k-val,.tile .t-v{margin-top:8px;color:#152033;font-size:21px;line-height:1.1;font-weight:730;overflow-wrap:anywhere;font-variant-numeric:tabular-nums}.k-sub,.card-sub{margin-top:4px;color:var(--muted);font-size:11.5px}.k-val.good,.t-v.good{color:var(--green)}.card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.card:hover{border-color:#d5dde8}.card-head{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:56px;padding:13px 16px;border-bottom:1px solid var(--line)}.card-head h3{margin:0;color:#1c2940;font-size:14px;font-weight:700}.card-body{padding:17px}.grid-2,.panel-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:14px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,.7fr);gap:14px}.split-list{display:grid;grid-template-columns:minmax(280px,340px) minmax(0,1fr);gap:14px;align-items:start}.unsubmitted-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:14px;align-items:start}.unsubmitted-grid>*{min-width:0}.split-list .list-card,.scroll-card{max-height:calc(100vh - 190px);overflow:auto}.analytics-card{min-height:330px}.trend-chart{width:100%;height:274px;padding:4px 8px 10px 4px}.trend-chart .recharts-surface{overflow:visible}.trend-chart .recharts-tooltip-cursor{stroke:#b7c6db;stroke-dasharray:4 4}.chart-wrap{position:relative;padding:20px 18px 14px 52px;height:275px}.chart-grid{position:absolute;top:20px;right:18px;bottom:42px;left:52px;display:grid;grid-template-rows:repeat(4,1fr)}.chart-grid span{border-top:1px solid #e9edf3}.chart-y{position:absolute;left:16px;top:15px;bottom:38px;display:flex;flex-direction:column;justify-content:space-between;color:#8994a5;font-size:10px}.bar-chart{position:relative;z-index:1;height:100%;display:flex;align-items:flex-end;gap:clamp(8px,2vw,24px)}.bar-col{flex:1;height:100%;min-width:22px;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:8px}.bar-pair{width:100%;flex:1;display:flex;align-items:flex-end;justify-content:center;gap:3px}.bar{width:min(18px,40%);min-height:2px;border-radius:2px 2px 0 0;background:var(--accent)}.bar.secondary{background:#c8d8f2}.bar-label{color:var(--muted);font-size:10px}.chart-legend{display:flex;gap:16px;color:var(--muted);font-size:11px}.chart-legend span{display:flex;align-items:center;gap:6px}.legend-key{width:8px;height:8px;border-radius:2px;background:var(--accent)}.legend-key.secondary{background:#c8d8f2}.metric-list{display:grid}.metric-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:13px 16px;border-bottom:1px solid var(--line)}.metric-row:last-child{border-bottom:0}.metric-row span{color:var(--muted);font-size:12px}.metric-row strong{color:var(--ink);font-size:13px;font-variant-numeric:tabular-nums}.system-strip{display:flex;align-items:center;gap:9px;padding:11px 13px;border:1px solid var(--line);border-radius:var(--radius);background:#fff;color:var(--muted);font-size:11.5px}.system-strip strong{color:var(--ink-soft);font-size:12px}.filters,.toolbar{display:flex;flex-wrap:wrap;gap:8px;align-items:center;padding:12px 14px;border-bottom:1px solid var(--line)}.toolbar.no-border,.filters.no-border{border-bottom:0}.filter-panel{overflow:visible}.filter-panel-head{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 14px;border-bottom:1px solid var(--line)}.filter-panel-title{display:flex;align-items:center;gap:10px}.filter-title-icon{width:31px;height:31px;display:grid;place-items:center;border:1px solid var(--accent-line);border-radius:6px;background:var(--accent-soft);color:var(--accent)}.filter-panel-title>div{display:grid;line-height:1.2}.filter-panel-title strong{color:var(--ink);font-size:12.5px}.filter-panel-title span{margin-top:3px;color:var(--muted);font-size:10.5px}.filter-reset{display:inline-flex;align-items:center;gap:6px;min-height:29px;padding:5px 9px;border:1px solid var(--accent-line);border-radius:5px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:700;cursor:pointer;transition:transform .2s ease,background-color .2s ease}.filter-reset:hover{background:#e2edff;transform:translateY(-1px)}.filter-groups{display:grid;gap:0;padding:3px 14px}.filter-row{display:grid;grid-template-columns:112px minmax(0,1fr);gap:14px;align-items:start;padding:11px 0;border-bottom:1px solid #edf1f6}.filter-row:last-child{border-bottom:0}.filter-label{min-height:30px;display:flex;align-items:center;gap:8px;color:#617087;font-size:10.5px;font-weight:720;text-transform:uppercase}.filter-label svg{color:#8593a6}.filter-controls{min-width:0;display:flex;flex-wrap:wrap;align-items:center;gap:7px}.filter-chip{min-height:30px;display:inline-flex;align-items:center;gap:3px;padding:5px 10px;border:1px solid var(--line);border-radius:5px;background:#ffffffad;color:#35435a;font-size:11.5px;font-weight:650;cursor:pointer;transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease,box-shadow .2s ease}.filter-chip:hover{border-color:#b9c7d9;background:#fff;transform:translateY(-1px)}.filter-chip.on{border-color:var(--accent);background:var(--accent);color:#fff;box-shadow:0 4px 12px #0b4fb329}.filter-chip.on .muted{color:#ffffffb3}.filter-field{height:36px;display:flex;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:5px;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.filter-field:focus-within,.filter-search:focus-within{border-color:#8db3ed;box-shadow:0 0 0 3px #0b4fb314}.filter-field span{align-self:stretch;display:flex;align-items:center;padding:0 8px;border-right:1px solid var(--line);background:#f7f9fc;color:var(--muted);font-size:10px;font-weight:700;text-transform:uppercase}.filter-field input{width:132px;height:100%;padding:0 8px;border:0;outline:0;background:transparent;color:var(--ink);font-size:11.5px}.filter-range-separator{color:#8d98a9;font-size:11px}.filter-search{min-width:210px;height:36px;display:flex;align-items:center;gap:7px;padding:0 10px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#8a97a8;transition:border-color .2s ease,box-shadow .2s ease}.filter-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:11.5px}.filter-panel-foot{min-height:50px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:9px 14px;border-top:1px solid var(--line);background:#ffffff61}.filter-panel-foot>div{display:flex;gap:7px;flex-wrap:wrap}.filter-panel-foot>span{color:var(--muted);font-size:10.5px}.filter-toolbar{display:flex;align-items:flex-end;gap:14px;flex-wrap:wrap;padding:12px 14px;border-bottom:1px solid var(--line)}.filter-toolbar-group{display:grid;gap:6px}.filter-toolbar-label{display:flex;align-items:center;gap:6px;color:var(--muted);font-size:10px;font-weight:720;text-transform:uppercase}.filter-toolbar-label svg{color:#8794a6}.fleet-search{min-width:220px;margin-left:auto}.seg{display:inline-flex;padding:3px;border:1px solid var(--line);border-radius:6px;background:var(--surface-2)}.seg button{min-height:29px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:5px 11px;border:0;border-radius:4px;background:transparent;color:var(--muted);font-size:12px;font-weight:650;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .2s ease,box-shadow .2s ease}.seg button.on{background:#fff;color:var(--accent);box-shadow:0 1px 3px #172b4d1f}.seg button:hover:not(.on){color:var(--ink)}.invoice-searchbar{display:flex;align-items:center;gap:12px;padding:11px 14px}.invoice-searchbar .filter-search{flex:1}.result-count{flex:none;padding:5px 8px;border-radius:4px;background:var(--surface-2);color:var(--muted);font-size:10.5px;font-weight:650}.pill{min-height:30px;padding:5px 10px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink-soft);font-size:11.5px;font-weight:650;cursor:pointer}.pill:hover{border-color:var(--line-strong)}.pill.on{color:var(--accent);border-color:var(--accent-line);background:var(--accent-soft)}.search{flex:1;min-width:210px}.search input,.select,.inp{width:100%;min-height:34px;padding:7px 10px;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--ink);font-size:12.5px}.select,.inp{font-weight:560}.search input:focus,.select:focus,.inp:focus{outline:3px solid rgba(11,79,179,.1);border-color:#8db3ed}.table-wrap{width:100%;overflow-x:auto}.invoice-lines-table{border:1px solid var(--line);border-radius:6px}.invoice-lines-table table{min-width:720px}.invoice-lines-table th:first-child,.invoice-lines-table td:first-child{width:58px;text-align:center}.invoice-lines-table th,.invoice-lines-table td{padding-left:9px;padding-right:9px}.invoice-lines-table tbody td{padding-top:12px;padding-bottom:12px}table{width:100%;border-collapse:collapse}thead th{padding:10px 13px;border-bottom:1px solid var(--line);background:#f8fafc;color:#68758a;font-size:10px;font-weight:720;text-transform:uppercase;text-align:left;white-space:nowrap}tbody td,tfoot td{padding:11px 13px;border-bottom:1px solid #ebeff5;vertical-align:middle;white-space:nowrap;font-size:12.5px}tbody tr{cursor:pointer}tbody tr:hover{background:#f8fafd}tbody tr:last-child td{border-bottom:0}tfoot td{background:#f8fafc;border-top:1px solid var(--line)}.num{text-align:right;font-variant-numeric:tabular-nums}.plate{color:#1c2940;font-weight:720}.muted{color:var(--muted)}.nowrap{white-space:nowrap}.tag{display:inline-flex;align-items:center;justify-content:center;min-height:22px;padding:3px 7px;border-radius:4px;font-size:9.5px;font-weight:750;text-transform:uppercase;white-space:nowrap}.tag.own{color:var(--accent);background:var(--accent-soft)}.tag.comm{color:var(--purple);background:var(--purple-soft)}.tag.active{color:var(--green);background:var(--green-soft)}.tag.idle{color:var(--muted);background:var(--surface-2)}.tag.maint{color:var(--amber);background:var(--amber-soft)}.tag.danger{color:var(--red);background:var(--red-soft)}.dot-alert{color:var(--amber)}.empty-state,.placeholder{min-height:250px;display:grid;place-items:center;padding:36px 24px;color:var(--muted);text-align:center}.empty-state>div,.placeholder>div{max-width:460px}.empty-state:before,.placeholder:before{content:"";grid-row:1;width:34px;height:26px;margin:0 auto 12px;border:1.5px solid #aeb9c8;border-radius:4px;box-shadow:inset 0 5px #f2f5f9}.empty-state .empty-title,.placeholder .empty-title{color:var(--ink);font-size:14px;font-weight:720;margin-bottom:4px}.placeholder .big{display:none}.crumb{display:inline-block;width:max-content;color:var(--accent);font-size:12px;font-weight:650;cursor:pointer}.crumb:before{content:"←";margin-right:7px}.detail-head{display:flex;justify-content:space-between;align-items:flex-start;gap:22px;padding:18px 20px}.head-actions{display:flex;gap:8px;flex-wrap:wrap}.btn{min-height:34px;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:7px 11px;border:1px solid var(--line-strong);border-radius:5px;background:#fff;color:#29364b;font-size:12px;font-weight:680;cursor:pointer;transition:background-color .2s ease,border-color .2s ease,color .2s ease,transform .2s ease,box-shadow .2s ease}.btn:hover{border-color:#9ba9bc;background:#f8fafc}.btn:active{transform:translateY(1px)}.btn.primary:hover{border-color:var(--accent-2);background:var(--accent-2)}.btn.compact{min-height:30px;padding:5px 9px;font-size:11px}.btn.danger{color:var(--red);border-color:#f0bbb7;background:var(--red-soft)}.link{display:inline-flex;align-items:center;gap:4px;padding:0;border:0;background:none;color:var(--accent);font-size:12px;font-weight:680;cursor:pointer}.link:hover{text-decoration:underline}.icon-link{width:26px;height:26px;display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:transparent;color:var(--muted);cursor:pointer}.icon-link:hover{background:var(--surface-2);color:var(--ink)}.spin{animation:spin .9s linear infinite}.tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-bottom:16px}.tiles6{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.ledger-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.tabs{display:flex;gap:18px;border-bottom:1px solid var(--line);overflow-x:auto}.tabs button{flex:none;padding:12px 2px 10px;border:0;border-bottom:2px solid transparent;background:transparent;color:var(--muted);font-size:12px;font-weight:650;cursor:pointer}.tabs button.on{color:var(--accent);border-bottom-color:var(--accent)}.ledger-row{display:flex;justify-content:space-between;gap:18px;padding:9px 0;border-bottom:1px solid var(--line);font-size:12.5px}.section-title{margin:5px 0 10px;color:#26354d;font-size:12px;font-weight:720}.bar-track{height:6px;overflow:hidden;border-radius:99px;background:#e7edf5}.bar-fill{height:100%;border-radius:inherit;background:var(--accent)}.attn{display:flex;align-items:center;gap:10px;min-height:57px;padding:11px 14px;cursor:pointer;font-size:12.5px}.attn:hover{background:#f8fafd!important}.review-box{padding:12px 14px;border:1px solid #f1d6a8;border-radius:6px;background:var(--amber-soft)}.status-band{margin:0 12px 12px;overflow:hidden;border:1px solid var(--line);border-radius:6px}.selection-bar{position:fixed;left:276px;right:24px;bottom:16px;z-index:35;display:flex;align-items:center;gap:16px;padding:12px 16px;border:1px solid #153f7b;border-radius:7px;background:#10284d;color:#fff;box-shadow:var(--shadow)}.selection-bar .selection-actions{display:flex;gap:8px;margin-left:auto}.toast{position:fixed;left:50%;bottom:84px;z-index:50;transform:translate(-50%);padding:9px 15px;border-radius:6px;background:var(--green);color:#fff;font-size:12px;box-shadow:var(--shadow)}.toast.warn{background:var(--amber);max-width:520px;cursor:pointer;line-height:1.5}.assistant-page{height:calc(100vh - 124px);min-height:590px}.assistant-status{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #b9ddd1;border-radius:5px;background:var(--green-soft);color:var(--green);font-size:11px;font-weight:720;white-space:nowrap}.assistant-stage{flex:1;min-height:0;display:grid;grid-template-columns:272px minmax(0,1fr);gap:14px}.assistant-guide{min-width:0;overflow-y:auto;padding:15px;border:1px solid var(--line);border-radius:var(--radius);background:#ffffff94}.assistant-guide-head{display:flex;align-items:center;gap:8px;color:#24334a;font-size:12.5px}.assistant-guide-head svg{color:var(--accent)}.assistant-prompts{display:grid;gap:7px;margin:13px 0 18px}.assistant-prompts button{width:100%;padding:9px 10px;border:1px solid var(--line);border-radius:5px;background:#fff;color:#3c4b61;font-size:11.5px;line-height:1.4;text-align:left;cursor:pointer;transition:border-color .2s ease,color .2s ease,transform .2s ease}.assistant-prompts button:hover:not(:disabled){border-color:var(--accent-line);color:var(--accent);transform:translateY(-1px)}.assistant-rule{display:flex;align-items:flex-start;gap:9px;padding:11px 0;border-top:1px solid var(--line);color:var(--muted);font-size:10.5px;line-height:1.5}.assistant-rule svg{flex:none;margin-top:2px;color:#7c8ba0}.assistant-rule span{display:grid;gap:2px}.assistant-rule strong{color:var(--ink-soft);font-size:11px}.assistant-chat{min-height:0;display:flex;flex-direction:column}.assistant-chat:hover{border-color:var(--line)}.assistant-chat-head{min-height:55px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 13px 10px 16px;border-bottom:1px solid var(--line)}.assistant-chat-head>div{display:flex;align-items:center;gap:9px;color:var(--accent)}.assistant-chat-head span{display:grid;gap:2px}.assistant-chat-head strong{color:var(--ink);font-size:12.5px}.assistant-chat-head small{color:var(--muted);font-size:9.5px;font-weight:500}.assistant-messages{flex:1;min-height:0;overflow-y:auto;padding:20px clamp(14px,3vw,34px);background:linear-gradient(180deg,#fbfcfe,#f7f9fc)}.assistant-welcome{min-height:100%;display:grid;place-content:center;justify-items:center;padding:28px;color:var(--muted);text-align:center}.assistant-welcome-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:12px;border:1px solid var(--accent-line);border-radius:9px;background:var(--accent-soft);color:var(--accent)}.assistant-welcome strong{color:var(--ink);font-size:14px}.assistant-welcome span{max-width:410px;margin-top:5px;font-size:11.5px;line-height:1.55}.assistant-message{display:flex;align-items:flex-start;gap:9px;max-width:min(740px,88%);margin:0 auto 15px 0}.assistant-message.user{flex-direction:row-reverse;margin-right:0;margin-left:auto}.assistant-message-icon{width:28px;height:28px;flex:none;display:grid;place-items:center;border:1px solid var(--line);border-radius:50%;background:#fff;color:#6f7d91}.assistant-message.assistant .assistant-message-icon{border-color:var(--accent-line);background:var(--accent-soft);color:var(--accent)}.assistant-bubble{min-width:0;padding:10px 12px;border:1px solid var(--line);border-radius:3px 9px 9px;background:#fff;color:#253248;font-size:12.5px;line-height:1.6;white-space:pre-wrap;box-shadow:0 2px 7px #172b4d09}.assistant-message-copy strong{color:#172b4d;font-weight:750}.assistant-message.user .assistant-message-copy strong{color:inherit}.assistant-message.user .assistant-bubble{border-color:var(--accent);border-radius:9px 3px 9px 9px;background:var(--accent);color:#fff}.assistant-sources{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:9px;padding-top:8px;border-top:1px solid var(--line);color:var(--muted);font-size:9.5px;font-weight:650}.assistant-sources span{padding:2px 5px;border-radius:3px;background:var(--surface-2)}.assistant-thinking{display:flex;align-items:center;gap:4px;color:var(--muted)}.assistant-thinking i{width:5px;height:5px;border-radius:50%;background:#8fa1ba;animation:assistant-pulse 1.1s infinite ease-in-out}.assistant-thinking i:nth-child(2){animation-delay:.15s}.assistant-thinking i:nth-child(3){animation-delay:.3s}.assistant-thinking span{margin-left:4px;font-size:10.5px}.assistant-attachments{display:grid;gap:7px;margin-top:11px}.assistant-attachments button{width:100%;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid #c8d8ee;border-radius:8px;background:#f7faff;color:#174a8b;text-align:left;cursor:pointer}.assistant-attachments button:hover{border-color:#79a4db;background:#eef5ff}.assistant-attachments span{display:grid;min-width:0}.assistant-attachments strong{overflow:hidden;color:#183c69;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.assistant-attachments small{overflow:hidden;color:#6680a3;font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.assistant-error{max-width:720px;margin:0 auto 14px;padding:9px 11px;border:1px solid #f0bbb7;border-radius:5px;background:var(--red-soft);color:var(--red);font-size:11.5px}.assistant-composer{position:relative;display:grid;grid-template-columns:minmax(0,1fr);gap:8px;padding:12px 13px 9px;border-top:1px solid var(--line);background:#fff}.assistant-composer textarea{width:100%;min-height:48px;max-height:120px;resize:vertical;padding:9px 11px;border:1px solid var(--line-strong);border-radius:6px;outline:0;color:var(--ink);font:12.5px/1.45 inherit}.assistant-composer textarea:focus{border-color:#8db3ed;box-shadow:0 0 0 3px #0b4fb314}.assistant-send{width:38px;height:38px;align-self:center;display:grid;place-items:center;padding:0;border:0;border-radius:6px;background:var(--accent);color:#fff;cursor:pointer}.assistant-send:hover:not(:disabled){background:var(--accent-2)}.assistant-composer-note{grid-column:1 / -1;color:#929daf;font-size:9.5px;text-align:right}@keyframes assistant-pulse{0%,65%,to{opacity:.35;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;display:flex;align-items:center;justify-content:center;padding:20px;background:#1118278c}.modal{width:100%;max-width:560px;max-height:90vh;overflow-y:auto;padding:20px 22px;border-radius:10px;background:var(--surface);box-shadow:var(--shadow)}.modal-head{display:flex;justify-content:space-between;align-items:baseline;gap:12px;margin-bottom:16px}.modal-head h3{margin:0;font-size:15px}.modal-foot{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:16px}.submit-progress .sp-steps{display:flex;flex-direction:column;gap:2px;margin-bottom:14px}.submit-progress .sp-step{display:flex;align-items:center;gap:9px;padding:4px 0;color:var(--muted);font-size:12.5px}.submit-progress .sp-step.done{color:var(--ink)}.submit-progress .sp-step.now{color:var(--accent);font-weight:650}.submit-progress .sp-ico{display:inline-flex;width:15px;justify-content:center}.submit-progress .sp-dot{width:5px;height:5px;border-radius:50%;background:var(--line)}.submit-progress .sp-invoices{margin-bottom:14px;padding:10px 12px;border:1px solid var(--green);border-radius:6px}.submit-progress .sp-invoice{display:flex;align-items:center;gap:6px;margin-top:3px;color:var(--green);font-weight:700;font-family:ui-monospace,SFMono-Regular,Menlo,monospace}.submit-progress .sp-feed{max-height:180px;overflow-y:auto;padding:9px 11px;border-radius:6px;background:var(--soft);font:10.5px/1.7 ui-monospace,SFMono-Regular,Menlo,monospace}.submit-progress .sp-feed .t{margin-right:6px;color:var(--muted)}.submit-progress .sp-feed .sp-line.error{color:var(--red);font-weight:650}.submit-progress .sp-feed .sp-line.warn{color:var(--amber)}.submit-progress .sp-alert{display:flex;gap:9px;margin-top:14px;padding:10px 12px;border-radius:6px;font-size:12px;line-height:1.5}.submit-progress .sp-alert.error{border:1px solid var(--red);color:var(--red)}.submit-progress .sp-alert.warn{border:1px solid var(--amber);color:var(--amber)}.scrape-status{position:relative;display:flex;align-items:center;gap:8px}.scrape-status .freshness{display:flex;align-items:center;gap:6px;padding:3px 4px;border:0;border-radius:4px;background:none;color:var(--muted);font-size:10.5px;cursor:pointer}.scrape-status .freshness:hover{background:var(--soft);color:var(--ink)}.scrape-status .dot{width:6px;height:6px;flex:none;border-radius:50%;background:var(--muted)}.scrape-status .dot.ok{background:var(--green)}.scrape-status .dot.off{background:var(--amber)}.scrape-status .dot.err{background:var(--red)}.scrape-status .freshness.has-error{color:var(--red);font-weight:650}.scrape-pop{position:absolute;top:calc(100% + 9px);right:0;z-index:60;width:380px;padding:12px 14px;border:1px solid var(--line);border-radius:7px;background:#fff;box-shadow:var(--shadow)}.scrape-pop .sp-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-size:12px}.scrape-pop .sp-row{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-bottom:1px solid var(--line);font-size:11.5px}.scrape-pop .sp-row span:first-child{color:var(--muted)}.scrape-pop .warn{color:var(--amber);font-weight:650}.scrape-pop .ok-text{color:var(--green)}.scrape-pop .sp-error{display:flex;flex-direction:column;gap:2px;margin-bottom:10px;padding:8px 10px;border:1px solid var(--red);border-left-width:3px;border-radius:5px;color:var(--red);font-size:11.5px}.scrape-pop .sp-log{max-height:220px;overflow-y:auto;padding:8px 10px;border-radius:5px;background:var(--soft);font:10.5px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace}.scrape-pop .sp-line{white-space:pre-wrap}.scrape-pop .sp-line .t{margin-right:6px;color:var(--muted)}.scrape-pop .sp-line.error{color:var(--red);font-weight:650}.scrape-pop .sp-line.warn{color:var(--amber)}.pdf-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:grid;place-items:center;padding:24px;background:#141f307a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:overlay-in .24s ease both}.pdf-dialog{width:min(1120px,96vw);height:min(860px,92vh);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.7);border-radius:8px;background:var(--bg);box-shadow:0 28px 80px #0f1f373d;animation:dialog-in .34s cubic-bezier(.22,1,.36,1) both}.pdf-dialog-head{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 12px 10px 17px;border-bottom:1px solid var(--line);background:var(--bg)}.pdf-dialog-head>div:first-child{display:grid;line-height:1.2}.pdf-dialog-head strong{color:var(--ink);font-size:13px}.pdf-dialog-head span{margin-top:3px;color:var(--muted);font-size:10.5px}.pdf-dialog-actions{display:flex;align-items:center;gap:8px}.pdf-close{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid var(--line-strong);border-radius:5px;background:#fff;color:var(--ink-soft);font-size:22px;line-height:1;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.pdf-close:hover{background:#edf1f6}.pdf-close:active{transform:scale(.96)}.pdf-frame-wrap{flex:1;min-height:0;padding:10px;background:#e7ebf1}.pdf-frame-wrap iframe{width:100%;height:100%;display:block;border:0;border-radius:5px;background:#fff}@keyframes page-in{0%{opacity:0}to{opacity:1}}@keyframes surface-in{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:translateY(0)}}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}@keyframes dialog-in{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1220px){.dashboard-grid,.panel-row,.grid-2,.unsubmitted-grid,.split-list{grid-template-columns:minmax(0,1fr)}.split-list .list-card{max-height:380px;overflow:auto}.scroll-card{max-height:none}.tiles6{grid-template-columns:repeat(3,minmax(0,1fr))}.ledger-metrics{grid-template-columns:1fr}}@media (max-width: 900px){.app{display:block}.sidebar{position:fixed;left:0;transform:translate(-100%);width:min(290px,88vw);box-shadow:var(--shadow);transition:transform .2s ease}.nav-open .sidebar{transform:translate(0)}.nav-scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:39;width:100%;height:100%;border:0;background:#141f304d}.nav-open .nav-scrim,.menu-toggle{display:block}.topbar{height:64px;min-height:64px;padding:0 16px}.breadcrumb span,.breadcrumb b{display:none}.content{padding:22px 16px 34px}.selection-bar{left:14px;right:14px}.assistant-page{height:calc(100vh - 104px)}.assistant-stage{grid-template-columns:220px minmax(0,1fr)}}@media (max-width: 620px){body{font-size:13px}.topbar{height:58px;min-height:58px}.scrape-status .freshness,.top-divider,.account-copy{display:none}.page-head{align-items:flex-start;flex-direction:column;gap:13px}.page-actions{width:100%;justify-content:flex-start}.page-title{font-size:21px}.page-intro{font-size:12px}.assistant-page{height:auto;min-height:0}.assistant-status{white-space:normal}.assistant-stage{display:flex;flex-direction:column}.assistant-guide{overflow:visible}.assistant-prompts{grid-template-columns:repeat(2,minmax(0,1fr))}.assistant-rule{display:none}.assistant-chat{height:min(650px,calc(100vh - 150px));min-height:490px}.assistant-message{max-width:94%}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi{min-height:84px;padding:12px}.k-val{font-size:18px}.tiles6,.tiles{grid-template-columns:repeat(2,minmax(0,1fr))}.filters,.toolbar{align-items:stretch}.search,.filters .inp,.filters .select{min-width:100%}.filter-panel-head,.filter-panel-foot{align-items:flex-start;flex-direction:column}.filter-row{grid-template-columns:1fr;gap:6px}.filter-label{min-height:22px}.filter-field{flex:1;min-width:130px}.filter-field input{width:100%}.filter-range-separator{display:none}.filter-search{width:100%}.filter-panel-foot>span{order:-1}.seg{width:100%}.seg button{flex:1}.card-head,.detail-head{align-items:flex-start;flex-direction:column}.chart-wrap{height:245px;padding-left:38px}.chart-grid{left:38px}.chart-y{left:6px}.bar-chart{gap:5px}.selection-bar{flex-wrap:wrap}.selection-bar .selection-actions{width:100%;margin-left:0}.selection-bar .selection-actions .btn{flex:1}.scrape-pop{position:fixed;top:66px;left:12px;right:12px;width:auto}.pdf-overlay{padding:0}.pdf-dialog{width:100vw;height:100vh;max-height:none;border:0;border-radius:0}.pdf-dialog-head{min-height:58px;padding-left:12px}.pdf-frame-wrap{padding:6px}}@media (max-width: 390px){.content{padding-left:12px;padding-right:12px}.tiles6,.tiles{grid-template-columns:1fr}.page-actions .btn{flex:1}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.doc-upload{display:inline-flex;align-items:center;gap:5px;padding:2px 7px;border:1px dashed var(--line);border-radius:4px;color:var(--muted);font-size:11px;cursor:pointer}.doc-upload:hover{border-color:var(--accent);color:var(--accent)}.doc-upload-err{max-width:320px;margin-top:3px;color:var(--red);font-size:10.5px;line-height:1.5}.run-progress{position:relative}.rp-chip{display:flex;align-items:center;gap:7px;max-width:260px;padding:4px 9px;border:1px solid var(--accent-line);border-radius:5px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:650;cursor:pointer}.rp-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rp-bar{width:46px;height:3px;flex:none;border-radius:2px;background:var(--accent-line);overflow:hidden}.rp-fill{display:block;height:100%;background:var(--accent);transition:width .5s ease}.rp-pop{position:absolute;top:calc(100% + 9px);right:0;z-index:60;width:380px;padding:13px 15px;border:1px solid var(--line);border-radius:7px;background:var(--surface);box-shadow:var(--shadow)}.rp-head{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:9px;font-size:12.5px}.rp-link{color:var(--accent);font-size:11px;font-weight:650}.rp-invoices{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:10px}.rp-invoice{display:inline-flex;align-items:center;gap:5px;padding:3px 8px;border:1px solid var(--green);border-radius:4px;color:var(--green);font-family:ui-monospace,Menlo,monospace;font-size:11px;font-weight:700}.rp-steps{display:flex;flex-direction:column;gap:1px;margin-bottom:10px}.rp-step{display:flex;align-items:center;gap:8px;color:var(--muted);font-size:11.5px}.rp-step.done{color:var(--ink)}.rp-step.now{color:var(--accent);font-weight:700}.rp-step .rp-dot{width:5px;height:5px;flex:none;border-radius:50%;background:var(--line-strong)}.rp-step.done .rp-dot{background:var(--green)}.rp-step.now .rp-dot{background:var(--accent)}.rp-feed{max-height:150px;overflow-y:auto;padding:8px 10px;border-radius:5px;background:var(--soft);font:10.5px/1.65 ui-monospace,Menlo,monospace}.rp-feed .t{margin-right:6px;color:var(--muted)}.rp-line.error{color:var(--red);font-weight:650}.rp-line.warn{color:var(--amber)}.rp-alert{display:flex;gap:8px;margin-top:10px;padding:8px 10px;border:1px solid var(--red);border-radius:5px;color:var(--red);font-size:11.5px;line-height:1.5}.rp-queued{margin-top:11px;padding-top:9px;border-top:1px solid var(--line)}.rp-qrow{display:flex;justify-content:space-between;gap:10px;padding:3px 0;font-size:11.5px}.rp-stop{margin-top:11px;width:100%;justify-content:center}.queue-list{display:flex;flex-direction:column}.queue-row{display:flex;align-items:center;gap:12px;padding:11px 16px;border-bottom:1px solid var(--line)}.queue-row:last-child{border-bottom:0}.queue-row.live{background:var(--accent-soft)}.queue-note{display:flex;align-items:center;gap:7px;padding:9px 16px;color:var(--red);font-size:11.5px}.run-err{display:flex;align-items:flex-start;gap:6px;margin-top:4px;max-width:460px;color:var(--red);font-size:11px;line-height:1.5;white-space:normal}.staged-diff{display:flex;flex-direction:column;gap:3px;margin:12px 0;padding:10px 12px;border:1px solid var(--line);border-radius:6px;font-size:12.5px}.communications-page{gap:14px}.local-only-note{min-height:39px;display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid var(--accent-line);border-radius:6px;background:var(--accent-soft);color:#36577f;font-size:11.5px}.local-only-note svg{flex:none;color:var(--accent)}.letter-workspace{display:grid;grid-template-columns:245px minmax(350px,.68fr) minmax(500px,1fr);gap:12px;align-items:start}.email-workspace{display:grid;grid-template-columns:minmax(250px,300px) minmax(0,1fr);gap:12px;align-items:start}.communication-list-card{max-height:calc(100vh - 190px);overflow:auto}.communication-list{display:flex;flex-direction:column}.communication-list-item{width:100%;display:flex;align-items:flex-start;gap:9px;padding:12px 11px;border:0;border-bottom:1px solid var(--line);background:#fff;color:var(--ink);text-align:left;cursor:pointer}.communication-list-item:last-child{border-bottom:0}.communication-list-item:hover{background:#f8fafd}.communication-list-item.selected{background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.communication-list-icon{width:29px;height:29px;flex:none;display:grid;place-items:center;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted)}.communication-list-item.selected .communication-list-icon{border-color:var(--accent-line);color:var(--accent)}.communication-list-copy{min-width:0;flex:1;display:grid;line-height:1.25}.communication-list-copy strong,.communication-list-copy span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.communication-list-copy strong{color:var(--ink);font-size:11.5px}.communication-list-copy span{margin-top:3px;color:var(--muted);font-size:10.5px}.communication-list-copy small{margin-top:5px;color:#8b96a7;font-size:9.5px}.letter-editor-card{max-height:calc(100vh - 190px);overflow:auto}.letter-editor-form{display:grid;gap:11px;padding:14px 15px 20px}.communication-fields{display:grid;gap:10px}.communication-fields.two-up{grid-template-columns:repeat(2,minmax(0,1fr))}.communication-field{min-width:0;display:grid;gap:5px}.communication-field>span,.form-section-label{color:var(--muted);font-size:9.5px;font-weight:750;text-transform:uppercase;letter-spacing:.035em}.communication-field input,.communication-field textarea{width:100%;min-width:0;padding:8px 10px;border:1px solid var(--line);border-radius:5px;outline:0;background:#fff;color:var(--ink);font:12px/1.45 inherit;resize:vertical;transition:border-color .2s ease,box-shadow .2s ease}.communication-field input{min-height:35px}.communication-field input:focus,.communication-field textarea:focus{border-color:#8db3ed;box-shadow:0 0 0 3px #0b4fb317}.form-section-label{margin-top:6px;padding-top:11px;border-top:1px solid var(--line);color:var(--accent)}.letter-body-input{min-height:215px}.letter-preview-panel{min-width:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);background:#e7ebf1}.letter-preview-toolbar{min-height:57px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-bottom:1px solid var(--line);background:#fff}.letter-preview-toolbar>div:first-child{display:grid;line-height:1.2}.letter-preview-toolbar strong{font-size:12px}.letter-preview-toolbar span{margin-top:3px;color:var(--muted);font-size:10px}.letter-preview-canvas{padding:18px;overflow:auto}.letter-document{position:relative;isolation:isolate;container-type:inline-size;width:min(100%,794px);aspect-ratio:794 / 1123;min-height:0;display:block;overflow:hidden;margin:0 auto;padding:0;background:#fff;color:#111;box-shadow:0 1px 2px #10202d12,0 12px 30px #10202d1f;font-family:Arial,Helvetica,sans-serif}.letter-stationery{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;width:100%;height:100%;display:block;object-fit:contain;object-position:top left}.letter-writing-area{position:absolute;z-index:1;top:13%;right:5.5%;bottom:5%;left:25%;overflow:hidden;color:#172033;font-size:11px;font-size:1.62cqw;line-height:1.55}.letter-recipient{min-height:10cqw;display:flex;flex-direction:column;margin-top:2.5cqw;color:#252d38;line-height:1.45}.letter-recipient strong{margin-bottom:.25em;color:#111827;font-size:1.06em}.letter-reference{width:64%;margin:0 0 1.6cqw auto}.letter-reference div{display:grid;grid-template-columns:5.8em minmax(0,1fr);gap:.6em;padding:.25em 0}.letter-reference dt{color:#4b5563;font-weight:600}.letter-reference dd{margin:0;color:#111827;text-align:right;overflow-wrap:anywhere}.letter-subject{display:grid;grid-template-columns:5.8em minmax(0,1fr);gap:.6em;margin-top:1.8cqw;padding-bottom:.45em;border-bottom:1px solid #aeb5bf}.letter-subject span{color:#111827;font-weight:700}.letter-subject strong{color:#152238}.letter-salutation{margin:1.65em 0 1em}.letter-body-copy p{margin:0 0 .85em;white-space:pre-wrap}.letter-paragraph-gap{height:.85em}.letter-signoff{display:flex;flex-direction:column;margin-top:2.2em}.letter-signoff p{margin:0 0 3.2em}.letter-signoff strong{color:#17243a}.letter-signoff span{margin-top:2px;color:#68758a;font-size:.9em}.letter-preview-placeholder{color:#a3adbb;font-weight:400;font-style:italic}.letter-print-page{min-height:100vh;padding:25px 16px 60px;background:#e9edf2}.letter-print-actions{max-width:210mm;display:flex;align-items:center;gap:14px;margin:0 auto 14px}.letter-print-actions a{color:var(--muted);font-size:12px}.letter-print-page>.letter-document{width:210mm;height:297mm;min-height:0;padding:0}.letter-print-missing{max-width:520px;margin:80px auto;padding:28px;border:1px solid var(--line);border-radius:8px;background:#fff;text-align:center}.letter-print-missing h1{margin:0;font-size:22px}.letter-print-missing p{margin:8px 0 20px;color:var(--muted)}.mailbox-tabs{display:grid;grid-template-columns:1fr 1fr;padding:7px;border-bottom:1px solid var(--line);background:var(--surface-2)}.mailbox-tabs button{display:flex;align-items:center;justify-content:center;gap:7px;min-height:32px;border:0;border-radius:4px;background:transparent;color:var(--muted);font-size:11.5px;font-weight:680;cursor:pointer}.mailbox-tabs button.on{background:#fff;color:var(--accent);box-shadow:0 1px 3px #172b4d1f}.mailbox-tabs button span{min-width:18px;padding:1px 5px;border-radius:10px;background:#e8edf4;color:#617087;font-size:9px}.email-list-item{align-items:center}.draft-paperclip{flex:none;color:var(--accent)}.mailbox-empty{min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 20px;color:#8995a6;text-align:center}.mailbox-empty strong{margin-top:10px;color:#344258;font-size:12px}.mailbox-empty span{max-width:220px;margin-top:4px;font-size:10.5px;line-height:1.5}.email-composer-card{min-height:650px}.email-composer-head{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;border-bottom:1px solid var(--line)}.email-compose-body{min-height:520px;display:flex;flex-direction:column}.email-from-row,.email-line{min-height:45px;display:grid;grid-template-columns:67px minmax(0,1fr) auto;align-items:center;gap:10px;padding:6px 16px;border-bottom:1px solid #e9edf3}.email-from-row>span,.email-line>span{color:#778397;font-size:10px;font-weight:720;text-transform:uppercase}.email-from-row strong{font-size:12px}.email-from-row small{color:var(--muted);font-size:10.5px}.email-line{grid-template-columns:67px minmax(0,1fr)}.email-line input{min-width:0;width:100%;height:31px;padding:2px 0;border:0;outline:0;background:transparent;color:var(--ink);font-size:12.5px}.email-attachment-card{display:flex;align-items:center;gap:10px;margin:12px 15px 0;padding:9px 11px;border:1px solid var(--accent-line);border-radius:6px;background:var(--accent-soft);color:var(--accent)}.attachment-icon{width:30px;height:30px;flex:none;display:grid;place-items:center;border-radius:5px;background:#fff}.email-attachment-card>span:nth-child(2){min-width:0;flex:1;display:grid}.email-attachment-card strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#264b7b;font-size:11px}.email-attachment-card small{margin-top:2px;color:#6680a3;font-size:9.5px}.email-body-input{min-height:285px;flex:1;padding:20px 24px;border:0;outline:0;resize:vertical;color:var(--ink);font:13px/1.7 inherit}.email-composer-foot{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border-top:1px solid var(--line);background:#fbfcfe}.email-save-state{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10.5px}.email-save-state .status-dot{width:6px;height:6px}.email-preview{min-height:520px;padding:24px 28px 36px}.email-preview-meta{display:grid;grid-template-columns:55px minmax(0,1fr);gap:7px 12px;padding-bottom:18px;border-bottom:1px solid var(--line);font-size:11px}.email-preview-meta span{color:var(--muted)}.email-preview-meta strong{font-weight:600;overflow-wrap:anywhere}.email-preview h2{margin:22px 0 18px;font-size:18px}.email-preview-copy{min-height:150px;color:#344258;font-size:13px;line-height:1.7;white-space:pre-wrap}.email-letter-preview{margin-top:28px;padding-top:14px;border-top:1px solid var(--line)}.email-letter-preview-label{display:flex;align-items:center;gap:6px;margin-bottom:10px;color:var(--muted);font-size:10.5px;font-weight:680}.email-letter-scale{max-height:620px;overflow:auto;padding:14px;background:#e7ebf1}.email-letter-scale .letter-document{box-shadow:0 5px 18px #10202d1a}.mailbox-main-empty{min-height:650px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px;color:#8a96a7;text-align:center}.mailbox-main-empty h2{margin:13px 0 5px;color:#334157;font-size:16px}.mailbox-main-empty p{max-width:480px;margin:0;font-size:11.5px}.expense-layout{grid-template-columns:minmax(0,1fr) 370px;gap:16px}.expense-entry-card{position:sticky;top:12px;align-self:start}.expense-form{display:flex;flex-direction:column;gap:13px;padding:16px}.expense-payroll-fields{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(120px,.65fr);gap:10px;padding:11px;border:1px solid #dce4ef;border-radius:7px;background:#f8fafc}.expense-book-preview{display:grid;grid-template-columns:auto 1fr;gap:2px 9px;margin-top:7px;padding:9px 10px;border:1px solid var(--accent-line);border-radius:6px;background:var(--accent-soft)}.expense-book-preview span{grid-row:1 / 3;align-self:center;color:var(--accent);font-size:9px;font-weight:760;text-transform:uppercase}.expense-book-preview strong{color:#294d7c;font-size:11.5px}.expense-book-preview small{color:#6680a3;font-size:10px}.expense-notice{padding:11px 13px;border:1px solid;border-radius:7px;font-size:12px;font-weight:620}.expense-notice.ok{border-color:#b7ddc3;background:#edf8f0;color:#176d38}.expense-notice.err{border-color:#efc2be;background:var(--red-soft);color:var(--red)}.expense-voided{opacity:.55}.expense-voided td{background:#fafbfc}.expense-void-reason{color:var(--red)}.expense-confirm-modal{max-width:590px}.expense-confirm-amount{margin:2px 0 17px;color:#14233b;font-size:30px;line-height:1;font-weight:760;font-variant-numeric:tabular-nums}.expense-confirm-grid{display:grid;grid-template-columns:110px minmax(0,1fr);gap:10px 16px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.expense-confirm-grid span{color:var(--muted);font-size:10px;font-weight:720;text-transform:uppercase}.expense-confirm-grid strong{color:#26344a;font-size:12px;font-weight:650;overflow-wrap:anywhere}.expense-confirm-warning{margin-top:13px;padding:9px 11px;border-radius:6px;background:#fff7e6;color:#76530b;font-size:11px}.icon-btn{width:32px;height:32px;display:inline-grid;place-items:center;padding:0;border:1px solid var(--line);border-radius:5px;background:#fff;color:var(--muted);cursor:pointer}.icon-btn:hover{color:var(--ink);background:#f7f9fc}@media (max-width: 1420px){.letter-workspace{grid-template-columns:245px minmax(0,1fr)}.letter-preview-panel{grid-column:1 / -1}.letter-preview-canvas{padding:28px}.letter-document{min-height:0}}@media (max-width: 900px){.letter-workspace,.email-workspace,.expense-layout{grid-template-columns:minmax(0,1fr)}.expense-entry-card{position:static}.communication-list-card,.letter-editor-card{max-height:none}.communication-list-card .communication-list{max-height:280px;overflow:auto}.letter-preview-panel{grid-column:auto}}@media (max-width: 620px){.communication-fields.two-up{grid-template-columns:1fr}.letter-preview-toolbar,.email-composer-foot{align-items:flex-start;flex-direction:column}.letter-preview-toolbar .page-actions,.email-composer-foot .page-actions{width:100%}.letter-preview-toolbar .btn,.email-composer-foot .btn{flex:1}.letter-preview-canvas{padding:8px}.email-from-row{grid-template-columns:55px minmax(0,1fr)}.email-from-row small{grid-column:2}.email-line{grid-template-columns:55px minmax(0,1fr)}.email-preview{padding:20px 17px 30px}.expense-confirm-grid{grid-template-columns:90px minmax(0,1fr)}.expense-payroll-fields{grid-template-columns:1fr}}@media print{@page{size:A4;margin:0}.letter-print-page{min-height:0;padding:0;background:#fff}.letter-print-page .noprint{display:none!important}.letter-print-page>.letter-document{width:210mm;height:297mm;min-height:0;margin:0;padding:0;box-shadow:none}.letter-print-page .letter-preview-placeholder{visibility:hidden}.letter-print-page .letter-stationery{-webkit-print-color-adjust:exact;print-color-adjust:exact}}:root{--bg: #f3f6fa;--surface: #ffffff;--surface-2: #f6f8fb;--soft: #f6f8fb;--ink: #101828;--ink-soft: #344054;--muted: #667085;--line: #e4e9f1;--line-strong: #cfd8e6;--accent: #0754bd;--accent-2: #06479f;--accent-soft: #edf4ff;--accent-line: #c8dcfb;--green: #13715a;--radius: 13px;--radius-lg: 18px;--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-spring: cubic-bezier(.2, .9, .2, 1.15);--shadow-xs: 0 1px 2px rgba(16, 24, 40, .04);--shadow-sm: 0 8px 24px rgba(16, 31, 54, .055), 0 1px 2px rgba(16, 24, 40, .035);--shadow: 0 20px 52px rgba(17, 36, 68, .12), 0 2px 8px rgba(17, 36, 68, .05)}html{scroll-behavior:smooth}body{overflow-x:hidden;background:var(--bg);letter-spacing:-.006em}body.nav-lock{overflow:hidden}::selection{background:#cfe1ff;color:#102b52}*{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}*::-webkit-scrollbar{width:8px;height:8px}*::-webkit-scrollbar-track{background:transparent}*::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:99px;background:#cbd5e1;background-clip:padding-box}*::-webkit-scrollbar-thumb:hover{background:#aebaca;background-clip:padding-box}button,[role=button]{position:relative;-webkit-tap-highlight-color:transparent}button{overflow:hidden}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[role=button]:focus-visible{outline:3px solid rgba(7,84,189,.18);outline-offset:2px}.ui-ripple{position:absolute;z-index:0;width:12px;height:12px;pointer-events:none;border-radius:999px;background:currentColor;opacity:.14;transform:translate(-50%,-50%) scale(0);animation:ui-ripple .6s var(--ease-out) forwards}.app{grid-template-columns:266px minmax(0,1fr)}.sidebar{border-right-color:#e1e7ef;background:#f8fafdf5;box-shadow:8px 0 28px #12284906}.brand{height:84px;padding:16px 22px;border-bottom-color:#e1e7ef}.brand img{width:190px;transition:transform .55s var(--ease-out),filter .35s ease}.brand:hover img{transform:translate(3px);filter:saturate(1.08)}.nav-tree{padding:18px 13px 26px}.nav-section{transition:margin .32s var(--ease-out)}.nav-section+.nav-section{margin-top:15px}.nav-group{width:100%;justify-content:flex-start;gap:8px;padding:5px 9px 8px;border:0;background:transparent;color:#7c899b;text-align:left;font-size:10.5px;font-weight:760;letter-spacing:.055em;text-transform:uppercase;cursor:pointer;transition:color .24s ease}.nav-group:hover{color:#46566e}.tree-caret{transition:transform .38s var(--ease-out),color .24s ease}.nav-children{max-height:480px;opacity:1;overflow:hidden;transition:max-height .48s var(--ease-out),opacity .28s ease,margin .38s var(--ease-out),padding .38s var(--ease-out)}.nav-section.collapsed .nav-children{max-height:0;opacity:0;margin-top:0;padding-top:0;padding-bottom:0}.nav-item{min-height:39px;margin:3px 0;padding:8px 11px;border-radius:10px;font-size:12.5px;font-weight:590;transition:color .24s ease,background-color .24s ease,transform .32s var(--ease-out),box-shadow .24s ease}.nav-item:after{content:"";position:absolute;left:-17px;width:3px;height:19px;border-radius:0 4px 4px 0;background:var(--accent);opacity:0;transform:scaleY(.3);transition:opacity .24s ease,transform .32s var(--ease-spring)}.nav-item:hover{background:#eef2f7;transform:translate(3px)}.nav-item.active{color:#064ba8;background:#eaf2ff;box-shadow:inset 0 0 0 1px #0754bd0a}.nav-item.active:after{opacity:1;transform:scaleY(1)}.nav-icon{transition:color .24s ease,transform .32s var(--ease-spring)}.nav-item:hover .nav-icon{transform:translate(1px) scale(1.08)}.sidebar-foot{min-height:72px;padding:13px 17px;gap:10px;background:#ffffff85}.sidebar-user{flex:1;min-width:0}.sidebar-user strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.signout-button{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:9px;background:transparent;color:#758197;cursor:pointer;transition:color .24s ease,background-color .24s ease,border-color .24s ease,transform .3s var(--ease-spring)}.signout-button:hover{border-color:#e1e7ef;background:#fff;color:#b42318;transform:translateY(-1px)}.status-dot{animation:status-breathe 3.2s ease-in-out infinite}.topbar{height:84px;min-height:84px;padding:0 30px;border-bottom-color:#d8e0ebe6;background:#f7f9fcd6;backdrop-filter:blur(18px) saturate(1.35);-webkit-backdrop-filter:blur(18px) saturate(1.35)}.breadcrumb{gap:10px}.breadcrumb span{font-weight:520}.breadcrumb strong{font-weight:720}.avatar{width:38px;height:38px;border:1px solid rgba(255,255,255,.65);box-shadow:0 7px 18px #0754bd38;transition:transform .35s var(--ease-spring),box-shadow .3s ease}.avatar:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 10px 24px #0754bd45}.menu-toggle{border-radius:10px;cursor:pointer;transition:transform .3s var(--ease-spring),background-color .2s ease}.menu-toggle:hover{transform:scale(1.04);background:#f6f8fb}.content{max-width:1740px;padding:31px 34px 48px}.route-stage{min-width:0;animation:route-reveal .56s var(--ease-out) both}.page{gap:20px;animation:none}.page>*{animation:surface-rise .58s var(--ease-out) both}.page>:nth-child(2){animation-delay:45ms}.page>:nth-child(3){animation-delay:.09s}.page>:nth-child(4){animation-delay:.135s}.page>:nth-child(n+5){animation-delay:.18s}.page-head{min-height:64px;align-items:center}.page-kicker{margin-bottom:6px;font-size:10px;font-weight:790;letter-spacing:.085em}.page-title{color:#111d31;font-size:clamp(24px,2vw,30px);font-weight:735;letter-spacing:-.035em}.page-intro{margin-top:7px;line-height:1.62}.card,.kpi,.tile,.system-strip,.filter-panel{border-color:#dae2edf5;border-radius:var(--radius-lg);background:#fffffff0;box-shadow:var(--shadow-xs)}.card{transition:border-color .28s ease,box-shadow .38s ease,transform .38s var(--ease-out)}.card:hover{border-color:#d3ddea;box-shadow:var(--shadow-sm)}.card-head{min-height:62px;padding:15px 18px}.card-head h3{font-size:13.5px;letter-spacing:-.01em}.card-body{padding:19px}.kpis{gap:13px}.kpi{min-height:106px;padding:17px 18px;overflow:hidden;transition:transform .4s var(--ease-out),box-shadow .35s ease,border-color .3s ease}.kpi:hover{z-index:1;border-color:#cbd9eb;box-shadow:var(--shadow-sm);transform:translateY(-4px)}.kpi:after{left:18px;right:18px;height:2px;border-radius:3px 3px 0 0;transform:scaleX(.16);transform-origin:left;transition:transform .55s var(--ease-out)}.k-label,.tile .t-l{font-size:10px;letter-spacing:.055em}.k-val,.tile .t-v{margin-top:10px;font-size:clamp(20px,1.7vw,25px);letter-spacing:-.035em}.dashboard-grid,.grid-2,.panel-row,.unsubmitted-grid,.split-list{gap:16px}.analytics-card{min-height:355px}.trend-chart{height:296px}.metric-row{padding:14px 18px;transition:background-color .24s ease,padding-left .3s var(--ease-out)}.metric-row:hover{padding-left:21px;background:#f8fafd}.system-strip{min-height:47px;padding:12px 15px}.btn{min-height:38px;padding:8px 13px;border-radius:10px;box-shadow:var(--shadow-xs);font-size:11.5px;font-weight:700;transition:color .22s ease,background-color .22s ease,border-color .22s ease,transform .3s var(--ease-spring),box-shadow .3s ease}.btn:hover:not(:disabled){border-color:#aebccd;background:#fff;box-shadow:0 8px 19px #12284917;transform:translateY(-2px)}.btn:active:not(:disabled){box-shadow:var(--shadow-xs);transform:translateY(0) scale(.975)}.btn.primary{border-color:#0754bd;background:#0754bd;box-shadow:0 7px 16px #0754bd33}.btn.primary:hover:not(:disabled){border-color:#06479f;background:#06479f;box-shadow:0 11px 24px #0754bd42}.btn.compact{min-height:32px;border-radius:8px}.btn.danger:hover:not(:disabled){border-color:#df9b95;background:#fff4f2;color:#9e2118}.icon-btn,.icon-link,.pdf-close{border-radius:9px;transition:transform .3s var(--ease-spring),color .2s ease,background-color .2s ease,border-color .2s ease}.icon-btn:hover,.icon-link:hover,.pdf-close:hover{transform:translateY(-1px) scale(1.03)}.link{font-weight:720;transition:color .2s ease,transform .28s var(--ease-out)}.link:hover{text-decoration:none;transform:translate(2px)}.filter-reset,.filter-chip,.pill,.seg,.seg button{border-radius:9px}.filter-reset:hover,.filter-chip:hover,.pill:hover{transform:translateY(-1px);box-shadow:var(--shadow-xs)}.filter-panel-head{min-height:64px;padding:12px 17px}.filter-title-icon{width:34px;height:34px;border-radius:10px}.filter-toolbar{padding:14px 17px}.filter-field,.filter-search,.search input,.select,.inp,.communication-field input,.communication-field textarea{border-radius:10px}.filter-field,.filter-search{height:39px}input,select,textarea{transition:border-color .22s ease,box-shadow .22s ease,background-color .22s ease}input:hover:not(:disabled),select:hover:not(:disabled),textarea:hover:not(:disabled){border-color:#bdc8d8}input[type=checkbox]{width:15px;height:15px;accent-color:var(--accent);cursor:pointer}.table-wrap{overscroll-behavior-inline:contain}thead th{height:42px;padding:11px 14px;background:#f8fafc;letter-spacing:.05em}tbody td,tfoot td{height:48px;padding:12px 14px}tbody tr{transition:background-color .2s ease,box-shadow .25s ease}tbody tr:hover{background:#f7faff;box-shadow:inset 3px 0 #8ab4ee}.tag{min-height:24px;padding:4px 8px;border-radius:7px;letter-spacing:.025em}.attn{min-height:64px;padding:13px 16px;transition:background-color .22s ease,padding-left .3s var(--ease-out)}.attn:hover{padding-left:19px}.empty-state,.placeholder{min-height:285px}.empty-state:before,.placeholder:before{border-radius:9px;animation:empty-float 3.5s ease-in-out infinite}.modal-backdrop,.pdf-overlay{background:#0c172880;backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px);animation:overlay-in .24s ease both}.modal{border:1px solid rgba(255,255,255,.7);border-radius:18px;box-shadow:0 32px 90px #09183047;animation:dialog-pop .45s var(--ease-out) both}.pdf-dialog{border-radius:18px;animation:dialog-pop .45s var(--ease-out) both}.scrape-pop,.rp-pop{border-radius:14px;box-shadow:var(--shadow);transform-origin:top right;animation:popover-in .36s var(--ease-out) both}.toast{border-radius:11px;box-shadow:var(--shadow);animation:toast-in .46s var(--ease-spring) both}.selection-bar{border-radius:14px;box-shadow:0 22px 55px #091f4140;animation:selection-in .46s var(--ease-out) both}.selection-summary-inline{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.assistant-page{height:calc(100dvh - 148px);min-height:620px;gap:17px}.assistant-status{min-height:35px;padding:8px 12px;border-radius:999px;background:#f1faf6;box-shadow:inset 0 0 0 1px #13715a08}.assistant-live-dot{width:7px;height:7px;border-radius:50%;background:#17a276;box-shadow:0 0 0 4px #17a2761a;animation:live-pulse 2.6s ease-in-out infinite}.assistant-stage{grid-template-columns:300px minmax(0,1fr);gap:17px}.assistant-guide-toggle{display:none}.assistant-guide{padding:17px;border-radius:18px;background:#ffffffd1;box-shadow:var(--shadow-xs)}.assistant-guide-head{gap:9px;font-size:12px}.assistant-guide-head svg{animation:sparkle-turn 7s ease-in-out infinite}.assistant-prompts{gap:8px;margin:15px 0 20px}.assistant-prompts button{min-height:43px;display:grid;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px 9px;border-radius:11px;background:#ffffffe6;font-size:11.5px;transition:color .22s ease,border-color .22s ease,background-color .22s ease,transform .34s var(--ease-out),box-shadow .3s ease}.assistant-prompts button:hover:not(:disabled){border-color:#a9c5ee;background:#f8fbff;box-shadow:0 8px 20px #0754bd14;transform:translate(3px)}.assistant-prompts button>svg{opacity:0;transform:translate(-4px,4px);transition:opacity .22s ease,transform .3s var(--ease-out)}.assistant-prompts button:hover>svg{opacity:1;transform:translate(0)}.assistant-prompt-number{width:24px;height:24px;display:grid;place-items:center;border-radius:7px;background:#eef4fd;color:#0754bd;font-size:10px;font-weight:800}.assistant-rule{padding:13px 1px;font-size:10.5px}.assistant-chat{border-radius:20px;box-shadow:0 16px 48px #12284913}.assistant-chat:hover{box-shadow:0 20px 58px #12284917}.assistant-chat-head{min-height:64px;padding:11px 15px 11px 18px;background:#ffffffeb}.assistant-chat-head>div{gap:11px}.assistant-head-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:10px;background:#eaf2ff;color:#0754bd;box-shadow:inset 0 0 0 1px #0754bd14}.assistant-chat-head strong{font-size:13px}.assistant-chat-head small{display:flex;align-items:center;gap:5px;margin-top:1px}.assistant-chat-head small i{width:5px;height:5px;border-radius:50%;background:#17a276}.assistant-messages{padding:24px clamp(15px,3.3vw,42px);background:#f8fafd;scroll-behavior:smooth}.assistant-welcome{padding:34px 24px}.assistant-orb{position:relative;width:68px;height:68px;display:grid;place-items:center;margin-bottom:20px;border:1px solid #bfd5f4;border-radius:22px;background:#fff;color:#0754bd;box-shadow:0 16px 34px #0754bd1c;animation:assistant-float 4.8s ease-in-out infinite}.assistant-orb:before,.assistant-orb span{content:"";position:absolute;border:1px solid rgba(7,84,189,.12);border-radius:29px;top:-8px;right:-8px;bottom:-8px;left:-8px;animation:orbit-breathe 3.2s ease-in-out infinite}.assistant-orb span{top:-17px;right:-17px;bottom:-17px;left:-17px;border-color:#0754bd0f;animation-delay:.3s}.assistant-welcome-kicker{margin-bottom:7px;color:#0754bd;font-size:9.5px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.assistant-welcome strong{font-size:clamp(20px,2.3vw,28px);font-weight:735;letter-spacing:-.035em}.assistant-welcome>span{max-width:570px;margin-top:9px;font-size:12px;line-height:1.7}.assistant-welcome-examples{display:flex;justify-content:center;gap:7px;flex-wrap:wrap;margin-top:20px}.assistant-welcome-examples button{min-height:34px;padding:7px 11px;border:1px solid #dae3ef;border-radius:999px;background:#ffffffd1;color:#4d5e75;font-size:10.5px;font-weight:650;cursor:pointer;transition:color .22s ease,border-color .22s ease,transform .3s var(--ease-spring),box-shadow .3s ease}.assistant-welcome-examples button:hover{border-color:#a9c5ee;color:#0754bd;box-shadow:var(--shadow-sm);transform:translateY(-2px)}.assistant-message{max-width:min(780px,88%);margin-bottom:17px;animation:message-in .46s var(--ease-out) both}.assistant-message-icon{width:30px;height:30px;border-radius:10px;box-shadow:var(--shadow-xs)}.assistant-bubble{position:relative;padding:12px 14px;border-radius:5px 15px 15px;box-shadow:0 5px 18px #1426430b;font-size:12.5px;line-height:1.68}.assistant-message.user .assistant-bubble{border-radius:15px 5px 15px 15px;box-shadow:0 9px 23px #0754bd29}.assistant-message.user .assistant-message-icon{color:#fff;border-color:#0754bd;background:#0754bd}.assistant-sources{gap:6px;margin-top:11px;padding-top:10px}.assistant-sources span{padding:3px 7px;border-radius:6px}.assistant-copy{min-height:25px;display:flex;align-items:center;gap:4px;margin:9px 0 -4px auto;padding:4px 6px;border:0;border-radius:6px;background:transparent;color:#8794a7;font-size:9.5px;cursor:pointer;opacity:0;transform:translateY(3px);transition:opacity .2s ease,transform .25s var(--ease-out),color .2s ease,background-color .2s ease}.assistant-bubble:hover .assistant-copy,.assistant-copy:focus-visible{opacity:1;transform:translateY(0)}.assistant-copy:hover{background:#f0f4f9;color:#0754bd}.assistant-attachments button{min-height:57px;border-radius:11px;transition:transform .3s var(--ease-out),border-color .22s ease,background-color .22s ease,box-shadow .3s ease}.assistant-attachments button:hover{box-shadow:0 9px 24px #0754bd1a;transform:translateY(-2px)}.assistant-error{padding:11px 13px;border-radius:10px;animation:message-in .4s var(--ease-out) both}.assistant-composer{grid-template-columns:minmax(0,1fr);gap:10px;padding:13px 15px 10px;background:#fffffff7}.assistant-composer textarea{min-height:50px;max-height:144px;resize:none;padding:13px 14px;border-radius:13px;background:#fbfcfe;font-size:12.5px;transition:border-color .22s ease,background-color .22s ease,box-shadow .22s ease}.assistant-composer textarea:focus{border-color:#8eb5ed;background:#fff;box-shadow:0 0 0 4px #0754bd14}.assistant-send{width:44px;height:44px;border-radius:13px;box-shadow:0 8px 18px #0754bd38;transition:background-color .22s ease,transform .32s var(--ease-spring),box-shadow .28s ease}.assistant-send:hover:not(:disabled){background:#06479f;box-shadow:0 12px 24px #0754bd47;transform:translateY(-2px) rotate(-2deg)}.assistant-composer-note{display:flex;justify-content:space-between;align-items:center;gap:10px;text-align:left}.assistant-composer-note span{display:flex;align-items:center;gap:5px}.assistant-composer-note span:first-child{color:#73859d}.login-shell{min-height:100dvh;display:grid;place-items:center;padding:clamp(18px,4vw,56px);background:#eef2f7}.login-frame{width:min(1020px,100%);min-height:min(680px,calc(100dvh - 72px));display:grid;grid-template-columns:minmax(320px,.9fr) minmax(390px,1.05fr);overflow:hidden;border:1px solid rgba(255,255,255,.9);border-radius:28px;background:#fff;box-shadow:0 35px 100px #1327452b,0 3px 10px #1327450d;animation:login-frame-in .75s var(--ease-out) both}.login-story{position:relative;display:flex;flex-direction:column;justify-content:space-between;padding:40px;overflow:hidden;background:#0a376f;color:#fff}.login-story:before,.login-story:after{content:"";position:absolute;width:260px;height:260px;border:1px solid rgba(255,255,255,.09);border-radius:50%;pointer-events:none}.login-story:before{right:-105px;top:-70px}.login-story:after{right:-30px;top:5px;width:110px;height:110px}.login-brand{position:relative;z-index:1;width:214px;padding:12px 14px;border-radius:12px;background:#fff;box-shadow:0 12px 30px #0000001f;animation:surface-rise .7s .12s var(--ease-out) both}.login-brand img{width:100%;display:block}.login-story-copy{position:relative;z-index:1;animation:surface-rise .7s .2s var(--ease-out) both}.login-story .page-kicker{color:#a9c9f7}.login-story h1{margin:0;font-size:clamp(36px,4.2vw,56px);line-height:1.02;letter-spacing:-.055em}.login-story p{max-width:420px;margin:20px 0 0;color:#d2def0;font-size:13px;line-height:1.75}.login-signals{position:relative;z-index:1;display:flex;gap:9px;flex-wrap:wrap;animation:surface-rise .7s .28s var(--ease-out) both}.login-signals span{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid rgba(255,255,255,.13);border-radius:999px;color:#e5edf9;font-size:10.5px}.login-panel{position:relative;display:grid;place-items:center;padding:clamp(34px,6vw,72px)}.login-panel-mark{position:absolute;top:28px;right:30px;width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:#edf4ff;color:#0754bd;animation:assistant-float 5s ease-in-out infinite}.login-form{width:min(390px,100%);display:grid;gap:17px;animation:surface-rise .7s .28s var(--ease-out) both}.login-form header{margin-bottom:7px}.login-form h2{margin:0;color:#101828;font-size:28px;letter-spacing:-.04em}.login-form header p{margin:8px 0 0;color:#667085;font-size:12.5px;line-height:1.65}.login-field{display:grid;gap:7px}.login-field>span{color:#475467;font-size:11.5px;font-weight:700}.login-field small{margin-left:5px;color:#98a2b3;font-size:10px;font-weight:500}.login-field input{width:100%;height:45px;padding:10px 12px;border:1px solid #d5dde8;border-radius:11px;outline:0;background:#fbfcfe;color:#101828;font-size:13px}.login-field input:focus{border-color:#8eb5ed;background:#fff;box-shadow:0 0 0 4px #0754bd14}.login-error{padding:10px 12px;border:1px solid #efc2be;border-radius:10px;background:#fff2f0;color:#a52b22;font-size:12px;animation:message-in .35s var(--ease-out) both}.login-submit{height:47px;display:flex;align-items:center;justify-content:center;gap:10px;margin-top:3px;border:0;border-radius:11px;background:#0754bd;color:#fff;box-shadow:0 10px 24px #0754bd3b;font-size:12.5px;font-weight:750;cursor:pointer;transition:background-color .22s ease,transform .32s var(--ease-spring),box-shadow .28s ease}.login-submit:hover:not(:disabled){background:#06479f;box-shadow:0 15px 30px #0754bd47;transform:translateY(-2px)}.login-security{display:flex;align-items:center;justify-content:center;gap:6px;color:#8995a7;font-size:9.5px}.login-loading{display:flex;flex-direction:column;align-items:center;gap:12px;color:#667085;font-size:12px}.placeholder-page{min-height:calc(100dvh - 160px);display:grid;place-items:center}.placeholder-feature{width:min(620px,100%);display:flex;flex-direction:column;align-items:center;padding:clamp(38px,7vw,72px);text-align:center}.placeholder-feature .page-kicker{display:flex;align-items:center;gap:6px;margin-top:24px}.placeholder-feature h1{margin:2px 0 8px;font-size:30px;letter-spacing:-.04em}.placeholder-feature p{max-width:480px;margin:0 0 24px;color:var(--muted);font-size:12.5px;line-height:1.72}.placeholder-orbit{position:relative;width:66px;height:66px;display:grid;place-items:center;border:1px solid #cbdcf3;border-radius:21px;background:#f5f9ff;color:#0754bd;animation:assistant-float 4.5s ease-in-out infinite}.placeholder-orbit span{position:absolute;top:-11px;right:-11px;bottom:-11px;left:-11px;border:1px solid rgba(7,84,189,.1);border-radius:27px;animation:orbit-breathe 3s ease-in-out infinite}@keyframes ui-ripple{to{opacity:0;transform:translate(-50%,-50%) scale(18)}}@keyframes route-reveal{0%{opacity:0;transform:translateY(8px) scale(.996)}to{opacity:1;transform:none}}@keyframes surface-rise{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@keyframes message-in{0%{opacity:0;transform:translateY(9px) scale(.988)}to{opacity:1;transform:none}}@keyframes dialog-pop{0%{opacity:0;transform:translateY(20px) scale(.975)}to{opacity:1;transform:none}}@keyframes popover-in{0%{opacity:0;transform:translateY(-7px) scale(.97)}to{opacity:1;transform:none}}@keyframes toast-in{0%{opacity:0;transform:translate(-50%,18px) scale(.96)}to{opacity:1;transform:translate(-50%) scale(1)}}@keyframes selection-in{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:none}}@keyframes assistant-float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-6px) rotate(1deg)}}@keyframes orbit-breathe{0%,to{opacity:.45;transform:scale(.94)}50%{opacity:1;transform:scale(1.04)}}@keyframes live-pulse{0%,to{box-shadow:0 0 0 4px #17a27617}50%{box-shadow:0 0 0 7px #17a27600}}@keyframes status-breathe{0%,to{box-shadow:0 0 0 3px var(--green-soft)}50%{box-shadow:0 0 0 5px #13715a00}}@keyframes empty-float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes sparkle-turn{0%,85%,to{transform:rotate(0) scale(1)}91%{transform:rotate(16deg) scale(1.12)}}@keyframes login-frame-in{0%{opacity:0;transform:translateY(20px) scale(.985)}to{opacity:1;transform:none}}@media (max-width: 1120px){.app{grid-template-columns:244px minmax(0,1fr)}.content{padding:28px 24px 42px}.assistant-stage{grid-template-columns:260px minmax(0,1fr)}.login-story{padding:34px}}@media (max-width: 900px){.sidebar{width:min(310px,88vw);transform:translate(-104%);transition:transform .48s var(--ease-out)}.nav-open .sidebar{transform:translate(0)}.nav-scrim{display:block;opacity:0;pointer-events:none;background:#0d1a2d6b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);transition:opacity .35s ease}.nav-open .nav-scrim{opacity:1;pointer-events:auto}.topbar{height:68px;min-height:68px;padding:0 18px}.content{padding:24px 18px 38px}.assistant-page{height:calc(100dvh - 110px)}.assistant-stage{grid-template-columns:230px minmax(0,1fr)}.login-frame{grid-template-columns:minmax(280px,.8fr) minmax(360px,1fr)}.login-story{padding:30px}.login-panel{padding:42px}}@media (max-width: 700px){.company{gap:8px}.avatar{width:34px;height:34px}.content{padding:20px 14px 34px}.page{gap:15px}.page-head{align-items:flex-start}.page-title{font-size:23px}.card,.kpi,.tile,.filter-panel{border-radius:14px}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.kpi{min-height:96px}.assistant-page{height:auto;min-height:0}.assistant-stage{display:flex;gap:10px}.assistant-guide-toggle{width:100%;min-height:43px;display:flex;align-items:center;justify-content:space-between;padding:9px 12px;border:1px solid var(--line);border-radius:12px;background:#fff;color:#344054;font-size:11.5px;font-weight:700;cursor:pointer}.assistant-guide-toggle span{display:flex;align-items:center;gap:7px}.assistant-guide-toggle>svg{transition:transform .3s var(--ease-out)}.assistant-guide-toggle[aria-expanded=true]>svg{transform:rotate(180deg)}.assistant-guide{display:none;max-height:440px;padding:14px;overflow-y:auto;animation:popover-in .34s var(--ease-out) both}.assistant-guide.open{display:block}.assistant-prompts{grid-template-columns:1fr}.assistant-rule{display:flex}.assistant-chat{height:min(700px,calc(100dvh - 190px));min-height:520px;border-radius:15px}.assistant-chat-head{min-height:58px;padding-left:13px}.assistant-messages{padding:18px 11px}.assistant-message{max-width:96%}.assistant-message-icon{width:27px;height:27px;border-radius:8px}.assistant-bubble{padding:10px 11px;font-size:12px}.assistant-copy{opacity:1;transform:none}.assistant-welcome{padding:27px 12px}.assistant-orb{width:58px;height:58px;border-radius:18px}.assistant-welcome-examples{display:grid;width:100%;max-width:270px}.assistant-welcome-examples button{width:100%}.assistant-composer{padding:10px}.assistant-send{width:42px;height:42px}.assistant-composer-note span:first-child{display:none}.assistant-composer-note{justify-content:flex-end}.login-shell{padding:0;background:#fff}.login-frame{width:100%;min-height:100dvh;grid-template-columns:1fr;border:0;border-radius:0;box-shadow:none}.login-story{min-height:235px;padding:26px}.login-brand{width:180px;padding:9px 11px}.login-story-copy{margin-top:34px}.login-story h1{font-size:34px}.login-story p{margin-top:10px;font-size:11.5px}.login-signals{display:none}.login-panel{padding:42px 24px 48px}.login-panel-mark{display:none}}@media (max-width: 480px){.topbar{padding:0 12px}.run-progress{display:none}.content{padding-left:10px;padding-right:10px}.page-head{padding:0 4px}.page-actions{display:grid;grid-template-columns:1fr}.page-actions .btn{width:100%}.kpis,.tiles6,.tiles{grid-template-columns:1fr}.kpi{min-height:90px}.filter-panel-head,.filter-toolbar,.filters,.toolbar{padding-left:12px;padding-right:12px}.filter-controls{width:100%}.filter-chip{flex:1;justify-content:center}.seg{overflow-x:auto}.modal{padding:17px;border-radius:15px}.selection-summary-inline{justify-content:flex-start}.assistant-status{width:100%;justify-content:center}.assistant-chat{height:calc(100dvh - 170px);min-height:500px}.assistant-head-icon{width:31px;height:31px}.assistant-chat-head .btn{min-width:34px;padding:7px;font-size:0}.assistant-chat-head .btn svg{margin:0}.assistant-composer-note{display:none}.assistant-composer{padding-bottom:max(10px,env(safe-area-inset-bottom))}.placeholder-feature{padding:40px 20px}}@media (prefers-reduced-motion: reduce){.ui-ripple{display:none!important}.status-dot,.assistant-live-dot,.assistant-orb,.assistant-orb:before,.assistant-orb span,.placeholder-orbit,.placeholder-orbit span,.login-panel-mark,.assistant-guide-head svg,.empty-state:before,.placeholder:before{animation:none!important}}@media print{.route-stage,.page,.page>*{animation:none!important}.ui-ripple{display:none!important}}body.command-lock{overflow:hidden}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:17px;height:17px;display:inline-grid;place-content:center;flex:none;margin:0;border:1px solid #b9c5d4;border-radius:5px;background:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .25s ease,transform .28s var(--ease-spring)}input[type=checkbox]:before{content:"";width:9px;height:9px;border-radius:2px;background:#fff;transform:scale(0) rotate(-16deg);transition:transform .25s var(--ease-spring);clip-path:polygon(14% 44%,0 59%,39% 100%,100% 20%,83% 5%,37% 70%)}input[type=checkbox]:hover:not(:disabled){border-color:#76a3de;box-shadow:0 0 0 4px #0754bd12;transform:translateY(-1px)}input[type=checkbox]:checked,input[type=checkbox]:indeterminate{border-color:#0754bd;background:#0754bd;box-shadow:0 5px 12px #0754bd33}input[type=checkbox]:checked:before{transform:scale(1) rotate(0)}input[type=checkbox]:indeterminate:before{height:2px;border-radius:2px;clip-path:none;transform:scale(1)}input[type=checkbox]:disabled{cursor:not-allowed;opacity:.5}input[type=date],input[type=month]{color-scheme:light}input[type=date]::-webkit-calendar-picker-indicator,input[type=month]::-webkit-calendar-picker-indicator{width:17px;height:17px;padding:5px;border-radius:7px;cursor:pointer;opacity:.62;transition:opacity .2s ease,background-color .2s ease,transform .28s var(--ease-spring)}input[type=date]:hover::-webkit-calendar-picker-indicator,input[type=month]:hover::-webkit-calendar-picker-indicator{opacity:1;background-color:#edf3fb;transform:scale(1.04)}.choice-select{position:relative;min-width:168px;display:inline-block;vertical-align:middle}.choice-trigger{width:100%;min-height:40px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 11px;border:1px solid #d5dde9;border-radius:11px;outline:0;background:#fbfcfe;color:#253247;font-size:12.5px;font-weight:620;text-align:left;cursor:pointer;box-shadow:0 1px 2px #10182805;transition:border-color .22s ease,background-color .22s ease,box-shadow .3s ease,transform .32s var(--ease-out)}.choice-trigger>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.choice-trigger>span.placeholder{color:#98a2b3;font-weight:540}.choice-trigger>svg{flex:none;color:#8491a4;transition:color .22s ease,transform .38s var(--ease-out)}.choice-trigger:hover:not(:disabled){border-color:#aebfd5;background:#fff;box-shadow:0 7px 19px #162e5212;transform:translateY(-1px)}.choice-select.open .choice-trigger{border-color:#88afe5;background:#fff;box-shadow:0 0 0 4px #0754bd14,0 8px 22px #162e5214}.choice-select.open .choice-trigger>svg{color:var(--accent);transform:rotate(180deg)}.choice-trigger:disabled{cursor:not-allowed;opacity:.55}.choice-select.compact{min-width:142px}.choice-select.compact .choice-trigger{min-height:34px;padding:7px 9px;border-radius:9px;font-size:11px}.choice-row{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.choice-popover{position:fixed;z-index:1700;display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(205,216,231,.95);border-radius:14px;background:#fffffffb;box-shadow:0 24px 60px #0d203e2b,0 3px 10px #0d203e12;transform-origin:top center;animation:choice-pop-in .34s var(--ease-out) both;backdrop-filter:blur(18px) saturate(1.2);-webkit-backdrop-filter:blur(18px) saturate(1.2)}.choice-popover.above{transform-origin:bottom center;animation-name:choice-pop-in-above}.choice-search{flex:none;display:flex;align-items:center;gap:8px;margin:7px 7px 2px;padding:0 9px;border:1px solid #e1e7ef;border-radius:9px;color:#8794a7;background:#f7f9fc}.choice-search input{width:100%;height:36px;min-width:0;padding:0;border:0;outline:0;background:transparent;color:#253247;font-size:11.5px}.choice-options{min-height:0;overflow-y:auto;padding:6px;overscroll-behavior:contain}.choice-options button{width:100%;min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:11px;padding:8px 9px;border:0;border-radius:9px;background:transparent;color:#39475b;text-align:left;cursor:pointer;transition:color .18s ease,background-color .18s ease,transform .26s var(--ease-out)}.choice-options button>span{min-width:0;display:grid;gap:2px}.choice-options strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11.5px;font-weight:650}.choice-options small{overflow:hidden;color:#8793a5;font-size:9.5px;font-weight:520;text-overflow:ellipsis;white-space:nowrap}.choice-options button>svg{flex:none;color:var(--accent);opacity:0;transform:scale(.6) rotate(-15deg);transition:opacity .2s ease,transform .28s var(--ease-spring)}.choice-options button.active{background:#f0f5fc;color:#174b91;transform:translate(2px)}.choice-options button.selected>svg{opacity:1;transform:none}.choice-empty{padding:25px 12px;color:#8b96a7;font-size:11px;text-align:center}.choice-followup{margin-top:8px;animation:field-unfold .32s var(--ease-out) both}.deduction-truck-choice{width:132px;min-width:132px}.salary-period-choice{width:190px}.command-trigger{height:36px;display:flex;align-items:center;gap:8px;padding:0 8px 0 10px;border:1px solid #dce3ed;border-radius:10px;background:#ffffffb8;color:#68768a;font-size:10.5px;font-weight:650;cursor:pointer;transition:color .22s ease,border-color .22s ease,background-color .22s ease,box-shadow .3s ease,transform .3s var(--ease-out)}.command-trigger:hover{border-color:#becbdb;background:#fff;color:#214674;box-shadow:0 8px 22px #162c4c14;transform:translateY(-1px)}.command-trigger kbd{height:21px;display:inline-flex;align-items:center;gap:2px;padding:0 5px;border:1px solid #dfe5ee;border-radius:6px;background:#f5f7fa;color:#8390a2;font:9px/1 inherit}.command-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1600;display:grid;place-items:start center;padding:min(14vh,130px) 18px 24px;background:#0a16286b;backdrop-filter:blur(11px) saturate(.85);-webkit-backdrop-filter:blur(11px) saturate(.85);animation:command-layer-in .24s ease both}.command-dialog{width:min(680px,100%);max-height:min(660px,76dvh);display:flex;flex-direction:column;overflow:hidden;border:1px solid rgba(255,255,255,.82);border-radius:22px;background:#fbfcfefb;box-shadow:0 38px 110px #0412284f,0 4px 16px #04122821;animation:command-dialog-in .48s var(--ease-out) both}.command-search-row{min-height:70px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 15px 12px 20px;border-bottom:1px solid #e7ebf1;color:#6e7d91;background:#fff}.command-search-row input{width:100%;height:44px;padding:0;border:0;outline:0;background:transparent;color:#17243a;font-size:17px;font-weight:560;letter-spacing:-.02em}.command-search-row input::placeholder{color:#9aa5b4}.command-close{width:34px;height:34px;display:grid;place-items:center;padding:0;border:1px solid transparent;border-radius:10px;background:transparent;color:#8591a3;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .3s var(--ease-spring)}.command-close:hover{background:#f1f4f8;color:#334155;transform:rotate(4deg) scale(1.04)}.command-meta{min-height:41px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 16px 5px;color:#7c899c}.command-meta span{display:flex;align-items:center;gap:6px;color:#2861aa;font-size:9.5px;font-weight:790;letter-spacing:.07em;text-transform:uppercase}.command-meta small{font-size:9.5px}.command-results{min-height:0;overflow-y:auto;padding:4px 9px 10px;overscroll-behavior:contain}.command-results>button{width:100%;min-height:61px;display:grid;grid-template-columns:38px minmax(0,1fr) auto 20px;align-items:center;gap:11px;padding:9px 11px;border:1px solid transparent;border-radius:13px;background:transparent;color:#344054;text-align:left;cursor:pointer;transition:background-color .18s ease,border-color .2s ease,transform .3s var(--ease-out),box-shadow .25s ease}.command-results>button.active{border-color:#dce8f8;background:#edf4ff;box-shadow:0 7px 18px #0754bd11;transform:translate(3px)}.command-result-icon{width:36px;height:36px;display:grid;place-items:center;border:1px solid #e1e7ef;border-radius:11px;background:#fff;color:#5d6d82;transition:color .2s ease,border-color .2s ease,transform .32s var(--ease-spring)}.command-results>button.active .command-result-icon{border-color:#c1d7f5;color:#0754bd;transform:scale(1.04) rotate(-2deg)}.command-results button>span:nth-child(2){min-width:0;display:grid;gap:3px}.command-results strong{color:#1f2b3d;font-size:12.5px;font-weight:690}.command-results small{overflow:hidden;color:#7b8799;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.command-results em{color:#9aa4b3;font-size:9px;font-style:normal;font-weight:680;letter-spacing:.04em;text-transform:uppercase}.command-result-arrow{color:#7990ad;opacity:0;transform:translate(-6px);transition:opacity .2s ease,transform .3s var(--ease-out)}.command-results>button.active .command-result-arrow{opacity:1;transform:none}.command-empty{min-height:210px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#94a0b1;text-align:center}.command-empty strong{margin-top:10px;color:#445269;font-size:12px}.command-empty span{max-width:330px;margin-top:4px;font-size:10.5px}.command-footer{min-height:43px;display:flex;align-items:center;gap:17px;padding:8px 17px;border-top:1px solid #e7ebf1;background:#f7f9fc;color:#8a95a6;font-size:9.5px}.command-footer span{display:flex;align-items:center;gap:4px}.command-footer kbd{min-width:22px;height:21px;display:inline-grid;place-items:center;padding:0 4px;border:1px solid #dce3ec;border-radius:5px;background:#fff;color:#6f7c8f;box-shadow:0 1px 1px #1018280a;font:9px/1 inherit}.assistant-command-page{height:calc(100dvh - 148px);min-height:610px;gap:0}.assistant-command-page>*{animation-delay:0!important}.assistant-command-page .assistant-stage{position:relative;display:block;min-height:0}.assistant-command-page .assistant-chat{width:100%;height:100%;overflow:hidden;border-radius:24px;border-color:#dfe6ef;box-shadow:0 22px 64px #0f23421b,0 2px 7px #0f23420a}.assistant-command-page .assistant-chat:hover{border-color:#dfe6ef;box-shadow:0 25px 72px #0f23421f,0 2px 7px #0f23420a}.assistant-guide-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:8;width:100%;height:100%;border:0;border-radius:24px;background:#1422362e;backdrop-filter:blur(3px);-webkit-backdrop-filter:blur(3px);cursor:default;animation:command-layer-in .22s ease both}.assistant-command-page .assistant-guide{position:absolute;z-index:9;top:76px;bottom:18px;left:18px;width:min(344px,calc(100% - 36px));display:flex;flex-direction:column;padding:16px;overflow:hidden;border:1px solid rgba(218,226,237,.95);border-radius:19px;background:#fbfcfef7;box-shadow:0 26px 70px #091b343b;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);animation:assistant-drawer-in .44s var(--ease-out) both}.assistant-command-page .assistant-guide-head{flex:none;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:36px}.assistant-command-page .assistant-guide-head>span{display:flex;align-items:center;gap:8px;color:#26354a}.assistant-command-page .assistant-guide-head>button{width:31px;height:31px;display:grid;place-items:center;padding:0;border:0;border-radius:9px;background:transparent;color:#7e8a9d;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .28s var(--ease-spring)}.assistant-command-page .assistant-guide-head>button:hover{background:#eef2f7;color:#26354a;transform:rotate(3deg) scale(1.04)}.assistant-guide-intro{flex:none;margin:5px 0 11px;color:#778499;font-size:10.5px;line-height:1.55}.assistant-command-page .assistant-prompts{min-height:0;overflow-y:auto;margin:0;padding:2px 2px 10px 0}.assistant-guide-rules{flex:none;display:grid;grid-template-columns:1fr 1fr;gap:7px;padding-top:11px;border-top:1px solid #e6ebf2}.assistant-command-page .assistant-rule{min-height:88px;display:grid;grid-template-columns:auto minmax(0,1fr);align-content:start;gap:7px;padding:9px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;font-size:9px;line-height:1.45}.assistant-command-page .assistant-rule svg{margin-top:1px}.assistant-command-page .assistant-rule strong{font-size:9.5px}.assistant-command-page .assistant-chat-head{min-height:72px;flex:none;padding:11px 14px 11px 18px;border-bottom-color:#e5eaf1;background:#fffffff5}.assistant-identity,.assistant-head-actions{display:flex!important;align-items:center;gap:10px!important}.assistant-mini-core{position:relative;width:37px;height:37px;display:grid!important;place-items:center;overflow:visible;border:1px solid #caddf7;border-radius:12px;background:#f5f9ff;color:#0754bd;box-shadow:0 7px 18px #0754bd17}.assistant-mini-core i{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:1px solid rgba(7,84,189,.09);border-radius:15px;animation:mini-core-breathe 3s ease-in-out infinite}.assistant-trust{display:inline-flex!important;grid-auto-flow:column;align-items:center;gap:5px!important;padding:6px 8px;border:1px solid #cde5dc;border-radius:999px;background:#f2faf7;color:#23715d;font-size:9.5px;font-weight:690;white-space:nowrap}.assistant-library-button{min-height:35px;display:flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #d7e1ee;border-radius:10px;background:#f8fafc;color:#41536c;font-size:10.5px;font-weight:680;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .3s var(--ease-spring),box-shadow .25s ease}.assistant-library-button:hover{border-color:#b5cbed;background:#f0f6ff;color:#0754bd;box-shadow:0 7px 18px #0754bd14;transform:translateY(-1px)}.assistant-library-button svg{animation:sparkle-turn 6s ease-in-out infinite}.assistant-clear-button{width:35px;height:35px;display:grid;place-items:center;padding:0;border:1px solid #e1e6ed;border-radius:10px;background:#fff;color:#7c899b;cursor:pointer;transition:color .2s ease,background-color .2s ease,transform .32s var(--ease-spring)}.assistant-clear-button:hover:not(:disabled){background:#f4f7fa;color:#274467;transform:rotate(-9deg) scale(1.04)}.assistant-clear-button:disabled{cursor:not-allowed;opacity:.38}.assistant-command-page .assistant-messages{padding:26px clamp(16px,5vw,72px);background:#f8fafc}.assistant-command-page .assistant-welcome{padding:38px 20px 48px}.assistant-core-scene{position:relative;width:146px;height:136px;display:grid;place-items:center;margin-bottom:16px;perspective:700px}.assistant-core-shadow{position:absolute;left:50%;bottom:4px;width:64px;height:10px;border-radius:50%;background:#17345c21;filter:blur(8px);transform:translate(-50%);animation:core-shadow 4.6s ease-in-out infinite}.assistant-core{position:relative;width:84px;height:84px;display:grid;place-items:center;transform-style:preserve-3d;animation:core-float 4.6s ease-in-out infinite}.assistant-core>span{position:relative;z-index:3;width:60px;height:60px;display:grid;place-items:center;border:1px solid #b9d1f3;border-radius:20px;background:#fff;color:#0754bd;box-shadow:0 18px 38px #0754bd2b,inset 0 0 0 5px #f1f6fd;transform:translateZ(18px) rotate(-2deg);animation:core-gem 8s ease-in-out infinite}.assistant-core-ring{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;border:1px solid rgba(7,84,189,.19);border-radius:50%;transform-style:preserve-3d}.assistant-core .ring-one{transform:rotateX(67deg) rotate(8deg);animation:core-ring-one 8s linear infinite}.assistant-core .ring-two{top:-13px;right:-13px;bottom:-13px;left:-13px;border-color:#0754bd1f;transform:rotateY(66deg) rotate(28deg);animation:core-ring-two 11s linear infinite reverse}.assistant-core .ring-three{top:-22px;right:-22px;bottom:-22px;left:-22px;border-style:dashed;border-color:#0754bd17;transform:rotateX(54deg) rotateY(30deg);animation:core-ring-three 15s linear infinite}.core-particle{position:absolute;z-index:4;width:5px;height:5px;border-radius:50%;background:#3282e7;box-shadow:0 0 0 4px #3282e71a}.particle-one{top:-11px;left:8px;animation:particle-one 6s ease-in-out infinite}.particle-two{right:-20px;bottom:19px;width:4px;height:4px;animation:particle-two 7.5s ease-in-out infinite}.particle-three{left:-24px;bottom:4px;width:3px;height:3px;opacity:.65;animation:particle-three 8.5s ease-in-out infinite}.assistant-command-page .assistant-welcome-kicker{display:flex;align-items:center;gap:7px;margin-bottom:8px;color:#55749b;font-size:9px;letter-spacing:.13em}.assistant-welcome-kicker>span{width:6px;height:6px;margin:0;border-radius:50%;background:#16a076;box-shadow:0 0 0 4px #16a07617;animation:live-pulse 2.8s ease-in-out infinite}.assistant-command-page .assistant-welcome>strong{color:#132037;font-size:clamp(24px,3vw,34px);font-weight:690;letter-spacing:-.045em}.assistant-command-page .assistant-welcome>span{margin-top:8px;color:#68768a;font-size:12.5px}.assistant-command-page .assistant-welcome-examples{margin-top:25px;gap:8px}.assistant-command-page .assistant-welcome-examples button{min-height:38px;display:flex;align-items:center;gap:7px;padding:8px 11px;background:#fff}.assistant-command-page .assistant-welcome-examples button svg:last-child{opacity:.45;transition:opacity .2s ease,transform .3s var(--ease-out)}.assistant-command-page .assistant-welcome-examples button:hover svg:last-child{opacity:1;transform:translate(2px,-1px)}.assistant-command-page .assistant-message{max-width:min(800px,88%)}.assistant-command-page .assistant-bubble{border-color:#e0e6ee;box-shadow:0 7px 22px #1024430b}.assistant-command-page .assistant-message.user .assistant-bubble{border-color:#0754bd;background:#0754bd;box-shadow:0 12px 28px #0754bd2e}.assistant-command-page .assistant-thinking{min-width:min(430px,72vw);display:grid;gap:10px;padding:13px 14px}.assistant-thinking-title{display:flex;align-items:center;gap:9px}.assistant-thinking-title>span{display:flex;align-items:center;gap:3px;margin:0}.assistant-thinking-title strong{color:#3a4b62;font-size:10.5px;font-weight:650}.assistant-thinking-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.assistant-thinking-steps span{position:relative;min-height:27px;display:grid;place-items:center;margin:0;overflow:hidden;border:1px solid #e2e8f0;border-radius:8px;background:#f7f9fc;color:#8793a5;font-size:8.5px}.assistant-thinking-steps span:after{content:"";position:absolute;inset:auto 100% 0 0;height:2px;background:#4a8de3;animation:thinking-progress 2.7s ease-in-out infinite}.assistant-thinking-steps span:nth-child(2):after{animation-delay:.55s}.assistant-thinking-steps span:nth-child(3):after{animation-delay:1.1s}.assistant-command-page .assistant-composer{grid-template-columns:minmax(0,1fr);gap:8px;padding:12px 14px 9px;border-top-color:#e4e9f0}.assistant-composer-tools{width:38px;height:38px;display:grid;place-items:center;padding:0;border:1px solid #dce4ee;border-radius:11px;background:#f7f9fc;color:#60728a;cursor:pointer;transition:color .2s ease,border-color .2s ease,background-color .2s ease,transform .3s var(--ease-spring)}.assistant-composer-tools:hover{border-color:#b9cdeb;background:#eff5fd;color:#0754bd;transform:rotate(-4deg) scale(1.04)}.assistant-composer-clear{width:38px;height:38px;display:grid;place-items:center;padding:0;cursor:pointer}.assistant-command-page .assistant-composer textarea{border-color:#dce3ed;border-radius:14px;background:#fafbfd}.assistant-command-page .assistant-composer-note{grid-column:1 / -1}@keyframes choice-pop-in{0%{opacity:0;transform:translateY(-7px) scale(.965)}to{opacity:1;transform:none}}@keyframes choice-pop-in-above{0%{opacity:0;transform:translateY(7px) scale(.965)}to{opacity:1;transform:none}}@keyframes field-unfold{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:none}}@keyframes command-layer-in{0%{opacity:0}to{opacity:1}}@keyframes command-dialog-in{0%{opacity:0;transform:translateY(18px) scale(.96)}to{opacity:1;transform:none}}@keyframes assistant-drawer-in{0%{opacity:0;transform:translate(-18px) scale(.98)}to{opacity:1;transform:none}}@keyframes mini-core-breathe{0%,to{opacity:.4;transform:scale(.94)}50%{opacity:1;transform:scale(1.03)}}@keyframes core-float{0%,to{transform:translateY(2px) rotateY(-4deg)}50%{transform:translateY(-9px) rotateY(5deg)}}@keyframes core-shadow{0%,to{opacity:.62;transform:translate(-50%) scale(.9)}50%{opacity:.3;transform:translate(-50%) scale(.72)}}@keyframes core-gem{0%,to{transform:translateZ(18px) rotate(-2deg)}50%{transform:translateZ(22px) rotate(2deg)}}@keyframes core-ring-one{to{transform:rotateX(67deg) rotate(368deg)}}@keyframes core-ring-two{to{transform:rotateY(66deg) rotate(388deg)}}@keyframes core-ring-three{to{transform:rotateX(54deg) rotateY(390deg)}}@keyframes particle-one{0%,to{transform:translate(0);opacity:.55}50%{transform:translate(10px,-7px);opacity:1}}@keyframes particle-two{0%,to{transform:translate(0);opacity:.35}50%{transform:translate(-9px,-11px);opacity:.9}}@keyframes particle-three{0%,to{transform:translate(0)}50%{transform:translate(8px,-10px)}}@keyframes thinking-progress{0%,12%{left:0;right:100%}48%,62%{left:0;right:0}to{left:100%;right:0}}@media (max-width: 1040px){.command-trigger span,.command-trigger kbd{display:none}.command-trigger{width:36px;justify-content:center;padding:0}.assistant-trust{display:none!important}}@media (max-width: 700px){.choice-select{min-width:140px}.choice-row{width:100%}.choice-row .choice-select{flex:1}.assistant-command-page{height:calc(100dvh - 108px);min-height:520px}.assistant-command-page .assistant-stage{gap:0}.assistant-command-page .assistant-chat{height:100%;min-height:0;border-radius:18px}.assistant-command-page .assistant-chat-head{min-height:63px;padding:9px 10px 9px 12px}.assistant-mini-core{width:34px;height:34px;border-radius:10px}.assistant-library-button{width:35px;justify-content:center;padding:0}.assistant-library-button span{display:none}.assistant-clear-button{width:34px;height:34px}.assistant-command-page .assistant-messages{padding:19px 11px}.assistant-command-page .assistant-welcome{padding:24px 10px 34px}.assistant-core-scene{width:120px;height:111px;transform:scale(.86);margin-bottom:8px}.assistant-command-page .assistant-welcome-examples{width:min(290px,100%);display:grid}.assistant-command-page .assistant-welcome-examples button{width:100%;justify-content:flex-start}.assistant-command-page .assistant-welcome-examples button svg:last-child{margin-left:auto}.assistant-command-page .assistant-guide{top:12px;bottom:12px;left:12px;width:calc(100% - 24px)}.assistant-command-page .assistant-composer{padding:9px}.assistant-composer-tools,.assistant-composer-clear{width:36px;height:36px}.assistant-command-page .assistant-composer-note{display:none}.assistant-command-page .assistant-thinking{min-width:min(330px,77vw)}.assistant-thinking-steps{grid-template-columns:1fr}.assistant-thinking-steps span{min-height:22px}.command-layer{padding:8px;place-items:center}.command-dialog{max-height:calc(100dvh - 16px);border-radius:18px}.command-search-row{min-height:62px;padding-left:14px}.command-search-row input{font-size:15px}.command-results>button{grid-template-columns:36px minmax(0,1fr) 17px}.command-results em,.command-footer{display:none}}@media (max-width: 480px){.choice-popover{max-width:calc(100vw - 20px)}.assistant-command-page{height:calc(100dvh - 92px)}.assistant-command-page .assistant-chat{height:100%;min-height:0}.assistant-identity small{max-width:126px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.assistant-command-page .assistant-welcome>strong{font-size:25px}.assistant-command-page .assistant-composer{gap:6px}.assistant-composer-tools,.assistant-composer-clear{width:34px;height:34px;border-radius:10px}.assistant-command-page .assistant-composer textarea{min-height:46px;padding:11px 10px}.assistant-command-page .assistant-send{width:40px;height:40px}.assistant-guide-rules{grid-template-columns:1fr}.assistant-command-page .assistant-rule{min-height:0}.command-results>button{min-height:58px;padding-left:8px;padding-right:8px}}@media (prefers-reduced-motion: reduce){.choice-popover,.command-layer,.command-dialog,.assistant-command-page .assistant-guide,.assistant-core,.assistant-core-shadow,.assistant-core>span,.assistant-core-ring,.core-particle,.assistant-mini-core i,.assistant-thinking-steps span:after{animation:none!important}}:root{--bg: #ffffff;--surface: #ffffff;--surface-2: #f7f7f7;--soft: #f7f7f7;--ink: #171717;--ink-soft: #333333;--muted: #737373;--line: #e5e5e5;--line-strong: #d5d5d5;--accent: #0754bd;--accent-2: #064aa7;--accent-soft: #f1f6fd;--accent-line: #cbdcf3;--radius: 10px;--radius-lg: 12px;--shadow-xs: none;--shadow-sm: 0 8px 22px rgba(0,0,0,.055);--shadow: 0 18px 46px rgba(0,0,0,.11)}body{background:#fff;color:#171717;font-size:13px;letter-spacing:0}.app{position:relative;min-height:100dvh;grid-template-columns:258px minmax(0,1fr);padding-top:30px;background:#fff}.app:before{content:"";position:fixed;z-index:1000;inset:0 0 auto;height:30px;background:#000;pointer-events:none}.sidebar{top:30px;height:calc(100dvh - 30px);border-right:1px solid #e4e4e4;background:#fff;box-shadow:none}.brand{height:66px;flex:none;padding:10px 18px;border-bottom-color:#e5e5e5}.brand img{width:170px;height:43px;object-position:left center;filter:none;transition:opacity .16s ease}.brand:hover img{transform:none;filter:none;opacity:.76}.sidebar-search{flex:none;padding:12px 14px 7px}.sidebar-search .command-trigger{width:100%;height:38px;justify-content:flex-start;padding:0 9px;gap:9px;border-color:#dedede;border-radius:9px;background:#fff;color:#797979;box-shadow:0 1px 2px #00000008;font-size:11.5px;font-weight:500}.sidebar-search .command-trigger:hover{border-color:#c7c7c7;color:#3f3f3f;background:#fff;box-shadow:none;transform:none}.sidebar-search .command-trigger span{display:inline;min-width:0;flex:1;text-align:left}.sidebar-search .command-trigger kbd{display:inline-flex;border:0;background:transparent;color:#a0a0a0}.nav-tree{padding:4px 10px 20px}.nav-section+.nav-section{margin-top:11px}.nav-group{min-height:28px;justify-content:space-between;padding:5px 8px;color:#777;font-size:10.5px;font-weight:520;letter-spacing:0;text-transform:none}.nav-group:hover{color:#333}.tree-caret{color:#9b9b9b}.nav-section.collapsed .tree-caret{transform:rotate(-90deg)}.nav-children{margin:0;padding:0;border-left:0}.nav-item{min-height:38px;gap:10px;margin:1px 0;padding:8px 10px;border-radius:8px;color:#343434;font-size:12px;font-weight:540;transition:color .15s ease,background-color .15s ease}.nav-item:before,.nav-item:after{display:none}.nav-item:hover{color:#111;background:#f5f5f5;transform:none}.nav-item.active{color:#171717;background:#f1f1f1;box-shadow:none;font-weight:650}.nav-icon,.nav-item.active .nav-icon{color:#929292}.nav-item:hover .nav-icon{color:#666;transform:none}.sidebar-foot{min-height:66px;padding:11px 14px;border-top-color:#e5e5e5;background:#fff}.sidebar-foot .status-dot{width:6px;height:6px}.sidebar-foot strong{font-size:11.5px}.sidebar-foot span{font-size:9.5px}.signout-button{width:31px;height:31px;border-radius:7px}.signout-button:hover{border-color:#dedede;background:#f7f7f7;transform:none}.main{min-height:calc(100dvh - 30px)}.topbar{top:30px;height:66px;min-height:66px;padding:0 20px;border-bottom-color:#e5e5e5;background:#fffffff5;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.breadcrumb{color:#777;font-size:11.5px}.breadcrumb span,.breadcrumb b{display:none}.breadcrumb strong{color:#666;font-weight:550}.company{gap:12px}.topbar-assistant-link{display:inline-flex;align-items:center;gap:6px;color:#272727;font-size:11.5px;font-weight:620;transition:opacity .15s ease}.topbar-assistant-link:hover{opacity:.58}.topbar-assistant-link svg{color:#777}.top-divider{height:22px;background:#e5e5e5}.account-copy strong{font-size:11px}.account-copy span{margin-top:1px;font-size:9px}.avatar{width:30px;height:30px;border:0;background:#747474;box-shadow:none;font-size:9px}.avatar:hover{transform:none;box-shadow:none}.content{max-width:1480px;padding:28px 38px 48px}.route-stage{animation:reference-route-in .22s ease-out both}.page{gap:17px}.page>*{animation:reference-surface-in .26s ease-out both}.page>:nth-child(n){animation-delay:0s}.page-head{min-height:54px;align-items:flex-end}.page-kicker{margin-bottom:4px;color:#757575;font-size:9px;font-weight:650;letter-spacing:.03em}.page-title{color:#171717;font-size:clamp(22px,2vw,27px);font-weight:680;letter-spacing:-.025em}.page-intro{max-width:700px;margin-top:5px;color:#777;font-size:11.5px;line-height:1.55}.card,.kpi,.tile,.system-strip,.filter-panel{border-color:#e1e1e1;border-radius:11px;background:#fff;box-shadow:none}.card{transition:border-color .16s ease,background-color .16s ease}.card:hover{border-color:#d3d3d3;box-shadow:none;transform:none}.card-head{min-height:55px;padding:12px 15px}.card-head h3{color:#292929;font-size:12px;font-weight:650;letter-spacing:0}.card-sub,.k-sub{color:#818181;font-size:10.5px}.card-body{padding:16px}.kpis{gap:10px}.kpi{min-height:98px;padding:14px 15px;transition:border-color .16s ease}.kpi:hover{border-color:#cfcfcf;box-shadow:none;transform:none}.kpi:after{left:10px;right:10px;bottom:0;height:2px;border-radius:0;transform:none;background:#126dff}.k-label,.tile .t-l{color:#717171;font-size:9.5px;font-weight:580;letter-spacing:0;text-transform:none}.k-val,.tile .t-v{margin-top:6px;color:#292929;font-size:clamp(20px,1.7vw,25px);font-weight:650;letter-spacing:-.025em}.dashboard-grid,.grid-2,.panel-row,.unsubmitted-grid,.split-list{gap:12px}.metric-row{padding:12px 15px;transition:background-color .14s ease}.metric-row:hover{padding-left:15px;background:#fafafa}.btn{min-height:34px;padding:7px 11px;border-radius:8px;box-shadow:none;font-size:10.5px;font-weight:620;transition:color .15s ease,background-color .15s ease,border-color .15s ease,opacity .15s ease}.btn:hover:not(:disabled){border-color:#bfbfbf;background:#f8f8f8;box-shadow:none;transform:none}.btn:active:not(:disabled){background:#f0f0f0;transform:none}.btn.primary{border-color:#0754bd;background:#0754bd;box-shadow:none}.btn.primary:hover:not(:disabled){border-color:#064aa7;background:#064aa7;box-shadow:none}.btn.compact{min-height:30px;border-radius:7px}.icon-btn,.icon-link,.pdf-close{border-radius:7px}.icon-btn:hover,.icon-link:hover,.pdf-close:hover{transform:none}.link:hover{transform:none;text-decoration:underline}.filter-reset,.filter-chip,.pill,.seg,.seg button,.filter-title-icon,.filter-field,.filter-search,.search input,.select,.inp,.communication-field input,.communication-field textarea{border-radius:8px}.filter-panel-head{min-height:56px;padding:10px 14px}.filter-title-icon{width:31px;height:31px}.filter-toolbar{padding:11px 14px}.filter-chip:hover,.filter-reset:hover,.pill:hover{box-shadow:none;transform:none}.filter-chip.on{box-shadow:none}thead th{height:39px;padding:10px 12px;background:#fafafa;color:#797979;font-size:9px;letter-spacing:.035em}tbody td,tfoot td{height:44px;padding:10px 12px}tbody tr{transition:background-color .13s ease}tbody tr:hover{background:#fafafa;box-shadow:none}.tag{min-height:21px;padding:3px 7px;border-radius:6px;font-size:8.5px;letter-spacing:0}.attn{min-height:58px;padding:11px 14px;transition:background-color .14s ease}.attn:hover{padding-left:14px}.empty-state,.placeholder{min-height:250px}.empty-state:before,.placeholder:before{animation:none}.choice-trigger{min-height:37px;border-color:#d7d7d7;border-radius:8px;background:#fff;box-shadow:none;font-size:11.5px}.choice-trigger:hover:not(:disabled){border-color:#bfbfbf;box-shadow:none;transform:none}.choice-select.open .choice-trigger{border-color:#777;box-shadow:0 0 0 1px #777}.choice-select.compact .choice-trigger{border-radius:7px}.choice-popover{border-color:#dedede;border-radius:10px;box-shadow:0 14px 34px #0000001c}.choice-options button{border-radius:7px}.choice-options button.active{color:#222;background:#f5f5f5;transform:none}.command-layer{padding-top:min(13vh,115px);background:#ffffffb8;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.command-dialog{width:min(720px,100%);border-color:#dedede;border-radius:12px;background:#fff;box-shadow:0 18px 46px #00000024}.command-search-row{min-height:62px;padding:9px 12px 9px 16px}.command-search-row input{font-size:15px}.command-meta{min-height:35px}.command-meta span{color:#676767}.command-results>button{min-height:54px;border-radius:8px}.command-results>button.active{border-color:transparent;background:#f6f6f6;box-shadow:none;transform:none}.command-result-icon{border:0;border-radius:0;background:transparent;color:#858585}.command-results>button.active .command-result-icon{border-color:transparent;color:#555;transform:none}.command-footer{min-height:38px;background:#fafafa}.overview-page{width:min(1140px,100%);margin:0 auto;gap:0}.overview-hero{min-height:525px;padding:56px 0 62px}.overview-eyebrow{width:max-content;max-width:100%;min-height:34px;display:flex;align-items:center;gap:6px;margin:0 auto;padding:6px 10px;border:1px solid #dedede;border-radius:999px;color:#2c2c2c;font-size:10.5px;font-weight:580;box-shadow:0 1px 2px #00000008}.overview-eyebrow>svg:first-child{color:#777}.overview-eyebrow i{width:1px;height:14px;margin:0 1px;background:#ddd}.overview-eyebrow>svg:not(:first-child){color:#262626}.overview-hero h1{margin:28px 0 31px;color:#171717;font-size:clamp(30px,3vw,39px);line-height:1;font-weight:675;letter-spacing:-.045em;text-align:center}.overview-search-shell{position:relative;z-index:20;width:min(720px,100%);margin:0 auto}.overview-search-input{height:56px;display:flex;align-items:center;gap:10px;padding:6px 9px 6px 13px;border:1px solid #d9d9d9;border-radius:12px;background:#fff;box-shadow:0 0 0 5px #f4f4f4,0 2px 4px #0000000a;transition:border-color .15s ease,box-shadow .15s ease}.overview-search-shell.open .overview-search-input{border-color:#777;box-shadow:0 0 0 5px #f2f2f2,0 2px 4px #0000000a}.overview-search-input>svg{flex:none;color:#8b8b8b}.overview-search-input input{min-width:0;flex:1;height:100%;padding:0;border:0;outline:0;background:transparent;color:#222;font-size:13px}.overview-search-input input::placeholder{color:#999}.overview-search-input kbd{width:23px;height:23px;display:grid;place-items:center;border:1px solid #dedede;border-radius:5px;background:#fafafa;color:#777;font:10px/1 inherit}.overview-search-results{position:absolute;z-index:30;top:calc(100% + 10px);left:0;right:0;overflow:hidden;padding:8px;border:1px solid #e0e0e0;border-radius:11px;background:#fff;box-shadow:0 15px 35px #0000001f;opacity:0;transform:translateY(-6px) scale(.99);transform-origin:top center;transition:opacity .18s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.overview-search-results.is-open{opacity:1;transform:none}.overview-search-results.is-closing{opacity:0;transform:translateY(-5px) scale(.99);pointer-events:none}.overview-search-label{display:block;padding:3px 5px 7px;color:#777;font-size:9.5px;font-weight:600}.overview-search-results>button{width:100%;min-height:41px;display:grid;grid-template-columns:20px minmax(0,1fr) 18px;align-items:center;gap:8px;padding:7px 8px;border:0;border-radius:7px;background:transparent;color:#777;text-align:left;cursor:pointer;transition:color .12s ease,background-color .12s ease}.overview-search-results>button.active{color:#333;background:#fafafa}.overview-search-results>button>svg{color:#8d8d8d}.overview-search-results>button>span{min-width:0;display:flex;align-items:baseline;gap:7px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:11px}.overview-search-results b{color:#303030;font-size:11px;font-weight:650}.overview-search-results i{color:#a0a0a0;font-style:normal}.overview-search-results footer{min-height:34px;display:flex;align-items:center;gap:18px;margin:7px -8px -8px;padding:6px 10px;border-top:1px solid #ededed;background:#fafafa;color:#8a8a8a;font-size:9px}.overview-search-results footer span{display:flex;align-items:center;gap:4px}.overview-search-results footer kbd{min-width:19px;height:19px;display:grid;place-items:center;border:1px solid #ddd;border-radius:4px;background:#fff;color:#666;font:9px/1 inherit}.overview-search-empty{padding:25px 10px;color:#888;font-size:11px;text-align:center}.overview-launch-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-top:30px}.overview-launch-grid section{min-width:0}.overview-launch-grid header{min-height:31px;display:flex;align-items:center;justify-content:space-between;gap:8px;color:#727272;font-size:10.5px}.overview-launch-grid section>button{width:100%;min-height:43px;display:grid;grid-template-columns:20px minmax(0,1fr) 16px;align-items:center;gap:7px;padding:9px 5px;border:0;border-bottom:1px solid #e8e8e8;background:transparent;color:#282828;text-align:left;cursor:pointer;transition:color .13s ease,background-color .13s ease,padding-left .13s ease}.overview-launch-grid section>button:hover{padding-left:8px;background:#fafafa}.overview-launch-grid section>button>svg{color:#8c8c8c}.overview-launch-grid section>button>svg:last-child{justify-self:end}.overview-launch-grid .overview-primary-launch{min-height:48px;padding:10px 12px;border:0;border-radius:9px;background:#f4f4f4;color:#555;text-align:center}.overview-launch-grid .overview-primary-launch:hover{padding-left:12px;background:#ececec;color:#222}.overview-inline-empty{padding:14px 5px;color:#999;font-size:10.5px}.overview-analytics{padding:0 0 42px}.overview-section-head{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:16px}.overview-section-head h2,.overview-record-grid h2{margin:0;color:#262626;font-size:13px;font-weight:650}.overview-section-head>div{display:flex;align-items:center;gap:9px}.overview-time{min-height:34px;display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid #dedede;border-radius:8px;background:#fff;color:#404040;font-size:10px;font-weight:550}.overview-section-head button{width:32px;height:32px;display:grid;place-items:center;padding:0;border:0;border-radius:7px;background:transparent;color:#555;cursor:pointer;transition:background-color .13s ease,transform .3s ease}.overview-section-head button:hover{background:#f4f4f4}.overview-section-head button:active svg{transform:rotate(90deg)}.overview-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.overview-chart-card{min-width:0;height:278px;overflow:hidden;padding:13px 14px 7px;border:1px solid #dedede;border-radius:10px;background:#fff}.overview-chart-card>header,.overview-metric-grid header{display:flex;align-items:center;justify-content:space-between;gap:10px;color:#777;font-size:10px}.overview-chart-card>strong{display:block;margin-top:2px;color:#303030;font-size:23px;line-height:1.1;font-weight:650;letter-spacing:-.035em}.overview-chart{height:205px;margin-top:1px}.overview-no-data{height:100%;display:grid;place-items:center;color:#999;font-size:10px}.overview-metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:10px}.overview-metric-grid article{min-width:0;min-height:138px;display:flex;flex-direction:column;padding:13px 14px;border:1px solid #dedede;border-radius:10px;background:#fff}.overview-metric-grid article:after{content:"";height:2px;margin-top:auto;background:#0b69ff}.overview-metric-grid strong{margin-top:4px;color:#303030;font-size:22px;font-weight:630;letter-spacing:-.035em;overflow-wrap:anywhere}.overview-metric-grid small{margin-top:4px;color:#888;font-size:9.5px}.overview-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;padding:8px 0 40px}.overview-record-grid>div>header{min-height:43px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #e5e5e5}.overview-record-grid>div>header button{display:flex;align-items:center;gap:5px;padding:5px 0;border:0;background:transparent;color:#666;font-size:9.5px;cursor:pointer}.overview-record-grid>div>button{width:100%;min-height:52px;display:grid;grid-template-columns:minmax(0,1fr) auto 15px;align-items:center;gap:12px;padding:8px 2px;border:0;border-bottom:1px solid #ededed;background:transparent;color:#333;text-align:left;cursor:pointer;transition:background-color .13s ease,padding-left .13s ease}.overview-record-grid>div>button:hover{padding-left:5px;background:#fafafa}.overview-record-grid>div>button>span{min-width:0;display:grid;gap:2px}.overview-record-grid>div>button strong{overflow:hidden;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.overview-record-grid>div>button small{overflow:hidden;color:#888;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.overview-record-grid>div>button b{color:#575757;font-size:10px;font-weight:550;text-transform:capitalize}.overview-record-grid>div>button svg{color:#999}.assistant-command-page{height:calc(100dvh - 152px);min-height:570px}.assistant-command-page .assistant-chat{border-color:#dedede;border-radius:12px;box-shadow:none}.assistant-command-page .assistant-chat:hover{border-color:#d2d2d2;box-shadow:none}.assistant-command-page .assistant-chat-head{min-height:58px;border-bottom-color:#e5e5e5}.assistant-mini-core{width:32px;height:32px;border-color:#dedede;border-radius:9px;background:#fafafa;color:#555;box-shadow:none}.assistant-trust{border-color:#dedede;background:#fafafa;color:#555}.assistant-library-button,.assistant-clear-button{border-color:#dedede;border-radius:8px;background:#fff;box-shadow:none}.assistant-library-button:hover,.assistant-clear-button:hover:not(:disabled){border-color:#c5c5c5;background:#f7f7f7;box-shadow:none;transform:none}.assistant-command-page .assistant-messages{background:#fcfcfc}.assistant-core-scene{width:78px;height:72px;margin-bottom:17px;perspective:none}.assistant-core{width:56px;height:56px;animation:reference-core-float 4s ease-in-out infinite}.assistant-core>span{width:52px;height:52px;border-color:#dedede;border-radius:15px;background:#fff;color:#555;box-shadow:0 6px 16px #0000000f;transform:none;animation:none}.assistant-command-page .assistant-welcome-kicker{color:#777;letter-spacing:.08em}.assistant-command-page .assistant-welcome>strong{font-size:clamp(24px,3vw,31px);font-weight:670}.assistant-command-page .assistant-welcome-examples button{border-color:#dedede;border-radius:9px;box-shadow:none}.assistant-command-page .assistant-welcome-examples button:hover{border-color:#bfbfbf;color:#333;box-shadow:none;transform:none}.assistant-command-page .assistant-bubble{border-color:#dedede;border-radius:4px 10px 10px;box-shadow:none}.assistant-command-page .assistant-message.user .assistant-bubble{box-shadow:none}.assistant-command-page .assistant-composer{border-top-color:#e5e5e5}.assistant-composer-tools,.assistant-command-page .assistant-composer textarea{border-color:#dedede;border-radius:9px;background:#fff}.assistant-composer-tools:hover{border-color:#bfbfbf;background:#f7f7f7;color:#555;transform:none}.assistant-command-page .assistant-guide{border-color:#dedede;border-radius:11px;background:#fff;box-shadow:0 15px 35px #0000001f}.assistant-guide-scrim{background:#ffffffa6;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}@keyframes reference-route-in{0%{opacity:0}to{opacity:1}}@keyframes reference-surface-in{0%{opacity:0;transform:translateY(3px)}to{opacity:1;transform:none}}@keyframes overview-search-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}@keyframes reference-core-float{0%,to{transform:translateY(1px)}50%{transform:translateY(-3px)}}@media (max-width: 1100px){.app{grid-template-columns:236px minmax(0,1fr)}.content{padding:26px 25px 42px}.overview-hero{padding-top:45px}}@media (max-width: 900px){.app{display:block;padding-top:22px}.app:before{height:22px}.sidebar{top:22px;width:min(286px,88vw);height:calc(100dvh - 22px)}.topbar{top:22px;height:60px;min-height:60px}.main{min-height:calc(100dvh - 22px)}.breadcrumb strong{display:block}.overview-hero{min-height:auto;padding:38px 0 48px}.overview-launch-grid{grid-template-columns:1fr 1fr}.overview-launch-grid section:last-child{grid-column:1 / -1}.overview-chart-grid{grid-template-columns:1fr}.overview-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.assistant-command-page{height:calc(100dvh - 122px)}}@media (max-width: 700px){.content{padding:20px 14px 34px}.overview-eyebrow{font-size:9.5px}.overview-hero h1{margin-top:23px;font-size:31px}.overview-search-input{height:51px}.overview-launch-grid{grid-template-columns:1fr;gap:12px}.overview-launch-grid section:last-child{grid-column:auto}.overview-chart-card{height:250px}.overview-chart{height:180px}.overview-record-grid{grid-template-columns:1fr;gap:20px}.assistant-command-page{height:calc(100dvh - 104px)}}@media (max-width: 480px){.company{gap:8px}.topbar-assistant-link{font-size:0}.topbar-assistant-link svg{width:17px;height:17px}.account-copy{display:none}.overview-page{width:100%}.overview-hero{padding-top:28px}.overview-eyebrow{padding-left:8px;padding-right:8px}.overview-eyebrow span{max-width:178px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overview-search-input{padding-left:10px}.overview-search-input kbd{display:none}.overview-search-results>button>span{font-size:10px}.overview-search-results footer{gap:10px}.overview-metric-grid{grid-template-columns:1fr}.overview-metric-grid article{min-height:112px}.overview-section-head{align-items:flex-end}}@media (prefers-reduced-motion: reduce){.route-stage,.page>*,.overview-search-results,.assistant-core{animation:none!important}}.assistant-chat-head .assistant-identity{flex:1 1 auto;min-width:0}.assistant-chat-head .assistant-usage{display:inline-flex;flex-direction:row;align-items:center;gap:8px;margin-left:auto;white-space:nowrap;line-height:1}.assistant-chat-head .assistant-usage-bar,.assistant-chat-head .assistant-usage-text{display:inline-block}.assistant-usage-bar{position:relative;display:inline-block;width:64px;height:4px;border-radius:999px;background:#00000017;overflow:hidden}.assistant-usage-bar>i{position:absolute;inset:0 auto 0 0;display:block;height:100%;border-radius:999px;transition:width .4s ease}.assistant-usage-text{font-size:11px;color:#5b6673;font-variant-numeric:tabular-nums}@media (max-width: 720px){.assistant-usage-text{display:none}}.assistant-composer{border:0;border-top:1px solid var(--line);background:transparent;box-shadow:none}.assistant-command-page .assistant-composer textarea{border:1px solid #dedede;border-radius:12px;background:#fff}.assistant-composer-bar{display:flex;align-items:center;gap:4px}.assistant-composer-spacer{flex:1 1 auto}.assistant-composer-bar .assistant-composer-action,.assistant-composer-bar .assistant-composer-tools,.assistant-composer-bar .assistant-composer-clear{width:30px;height:30px;display:grid;place-items:center;padding:0;border:0;border-radius:8px;background:transparent;color:#8a8a8a;cursor:pointer;transition:color .15s ease,background-color .15s ease;transform:none}.assistant-composer-bar .assistant-composer-action:hover:not(:disabled){background:#f2f2f2;color:#333;transform:none}.assistant-composer-bar .assistant-composer-action:disabled{opacity:.4;cursor:not-allowed}.assistant-model-picker{height:30px;max-width:180px;padding:0 6px;border:0;border-radius:8px;background:transparent;color:#8a8a8a;font:11px/1 inherit;cursor:pointer}.assistant-model-picker:hover:not(:disabled){background:#f2f2f2;color:#333}.assistant-model-picker:disabled{cursor:not-allowed;opacity:.55}.assistant-composer-bar .assistant-send{width:30px;height:30px;border-radius:8px;box-shadow:none}.assistant-attachments{display:flex;flex-wrap:wrap;gap:6px}.assistant-attachment{display:inline-flex;align-items:center;gap:5px;max-width:240px;padding:3px 5px 3px 7px;border:1px solid #e2e2e2;border-radius:7px;background:#fafafa;color:#555;font-size:10.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.assistant-attachment>button{display:grid;place-items:center;padding:0;border:0;border-radius:4px;background:transparent;color:#999;cursor:pointer}.assistant-attachment>button:hover{background:#ececec;color:#333}@media (max-width: 720px){.assistant-model-picker{max-width:110px}}.chat-cards{display:grid;gap:10px;margin-top:12px}.chat-card{border:1px solid #e3e3e3;border-radius:10px;background:#fcfcfc;overflow:hidden}.chat-card-head{display:grid;gap:2px;padding:9px 11px 7px;border-bottom:1px solid #eee}.chat-card-head strong{font-size:12px;color:#1f2937}.chat-card-head span{font-size:10.5px;color:#6b7280}.chat-card-options{display:grid}.chat-card-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 11px;border:0;border-top:1px solid #f0f0f0;background:transparent;color:#26354a;text-align:left;cursor:pointer;transition:background-color .15s ease}.chat-card-options>.chat-card-option:first-child{border-top:0}.chat-card-option:hover:not(:disabled){background:#f2f6fc}.chat-card-option:disabled{opacity:.5;cursor:not-allowed}.chat-card-option span{display:grid;gap:1px;min-width:0}.chat-card-option strong{font-size:12px;font-weight:620}.chat-card-option small{color:#6b7280;font-size:10.5px}.chat-card-search{display:flex;align-items:center;gap:7px;padding:9px 11px;color:#8a8a8a}.chat-card-search input{flex:1 1 auto;min-width:0;padding:6px 8px;border:1px solid #dedede;border-radius:7px;font:12px/1.3 inherit;color:var(--ink);outline:0}.chat-card-search input:focus{border-color:#8eb5ed}.chat-card-search button{padding:6px 10px;border:1px solid #dce4ee;border-radius:7px;background:#f7f9fc;color:#3a4b62;font-size:11.5px;cursor:pointer}.chat-card-search button:disabled{opacity:.5;cursor:not-allowed}.chat-card-table{overflow-x:auto}.chat-card-table table{width:100%;border-collapse:collapse;font-size:11.5px}.chat-card-table th,.chat-card-table td{padding:6px 10px;border-top:1px solid #f0f0f0;text-align:left;white-space:nowrap}.chat-card-table th{color:#6b7280;font-weight:620;font-size:10.5px}.chat-card-table td.num{text-align:right;font-variant-numeric:tabular-nums}.chat-card-tree{padding:6px 8px 8px}.chat-tree-row{display:flex;align-items:baseline;gap:6px;width:100%;padding:4px 6px;border:0;border-radius:6px;background:transparent;color:#26354a;text-align:left;cursor:pointer;font:inherit}.chat-tree-row:disabled{cursor:default}.chat-tree-row:hover:not(:disabled){background:#f2f6fc}.chat-tree-row svg{flex:none;align-self:center;color:#8a95a5}.chat-tree-row strong{font-size:12px;font-weight:630;white-space:nowrap}.chat-tree-row small{color:#6b7280;font-size:10.5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-tree-dot{width:13px;flex:none;text-align:center}.chat-tree-dot:before{content:"·";color:#b3bcc9}.assistant-attachment-row{display:flex;align-items:stretch;gap:4px}.assistant-attachment-row .assistant-attachment-main{flex:1 1 auto;min-width:0}.assistant-attachment-action{display:grid;place-items:center;width:34px;border:1px solid #e2e2e2;border-radius:8px;background:#fafafa;color:#667;cursor:pointer}.assistant-attachment-action:hover{background:#f0f4fa;color:#0754bd}.send-doc-scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;display:grid;place-items:center;background:#fff9;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.send-doc-panel{width:min(420px,92%);max-height:70%;display:flex;flex-direction:column;border:1px solid #dedede;border-radius:12px;background:#fff;box-shadow:0 18px 44px #00000024;overflow:hidden}.send-doc-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:12px 14px;border-bottom:1px solid #eee}.send-doc-head strong{font-size:13px}.send-doc-head button{display:grid;place-items:center;padding:4px;border:0;border-radius:6px;background:transparent;color:#888;cursor:pointer}.send-doc-search{display:flex;align-items:center;gap:7px;padding:10px 14px;color:#8a8a8a;border-bottom:1px solid #f2f2f2}.send-doc-search input{flex:1;border:0;outline:0;font:12.5px/1.4 inherit;color:var(--ink)}.send-doc-list{overflow-y:auto}.send-doc-list>button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:10px 14px;border:0;border-bottom:1px solid #f5f5f5;background:transparent;text-align:left;cursor:pointer}.send-doc-list>button:hover:not(:disabled){background:#f4f8fd}.send-doc-list>button span{display:grid;gap:1px;min-width:0}.send-doc-list>button strong{font-size:12.5px}.send-doc-list>button small{color:#778;font-size:10.5px}.send-doc-empty{padding:18px 14px;color:#889;font-size:12px}.send-doc-note{padding:10px 14px;border-top:1px solid #eee;color:#1b7a3d;font-size:12px}:root{--ink: #202020;--muted: #737373;--faint: #9a9a9a;--line: #e3e3e3;--line-strong: #cecece;--surface: #ffffff;--soft: #f7f7f7;--soft-2: #fbfbfb;--accent: #126dff;--accent-hover: #075bdb;--accent-soft: #eef5ff;--green: #087a55;--green-soft: #edf8f4;--amber: #a85b0a;--amber-soft: #fff7e8;--red: #c33232;--red-soft: #fff1f1;--radius: 10px;--radius-sm: 7px;--shadow-pop: 0 18px 48px rgba(0, 0, 0, .14), 0 2px 8px rgba(0, 0, 0, .06);color:var(--ink);background:#fbfbfb}html{background:#fbfbfb}body{color:var(--ink);background:#fbfbfb}body.command-lock,body.nav-lock,body:has(.modal-backdrop){overflow:hidden}button,input,textarea{font:inherit}button{-webkit-tap-highlight-color:transparent}::selection{color:#092b61;background:#d8e8ff}.app{grid-template-columns:258px minmax(0,1fr);min-height:100dvh;padding-top:30px;background:#fbfbfb}.app:before{height:30px;background:#050505}.main{min-width:0;min-height:calc(100dvh - 30px);background:#fbfbfb}.sidebar{top:30px;width:258px;height:calc(100dvh - 30px);border-right:1px solid var(--line);overflow:visible;background:#fbfbfb;box-shadow:none}.brand{height:66px;padding:15px 20px;border-bottom:1px solid var(--line)}.brand img{width:148px;max-height:38px;object-fit:contain;object-position:left center}.sidebar-search{position:relative;z-index:80;padding:13px 14px 7px}.nav-tree{min-height:0;overflow-y:auto}.command-trigger{width:100%;height:38px;gap:9px;padding:0 10px;border:1px solid #dadada;border-radius:8px;background:#fff;color:#686868;box-shadow:0 1px 2px #00000008;transition:border-color .16s ease,box-shadow .16s ease,color .16s ease,transform .16s ease}.command-trigger:hover{border-color:#bdbdbd;color:#292929;box-shadow:0 3px 12px #0000000f;transform:translateY(-1px)}.command-trigger:active{transform:translateY(0) scale(.992)}.command-trigger kbd{margin-left:auto;border:0;background:transparent;color:#9a9a9a}.nav-tree{padding:3px 9px 76px}.nav-section{margin:0 0 4px}.nav-group{min-height:34px;padding:8px 10px;color:#7a7a7a;font-size:10px;font-weight:620;letter-spacing:.005em;transition:color .15s ease,background-color .15s ease}.nav-group:hover{color:#222;background:#fafafa}.tree-caret{margin-left:auto;transition:transform .22s cubic-bezier(.2,.8,.2,1)}.nav-children{display:grid;gap:1px;overflow:hidden;transition:grid-template-rows .24s ease,opacity .18s ease}.nav-item{min-height:37px;padding:8px 10px;border-radius:7px;color:#3f3f3f;font-size:11px;font-weight:560;transition:color .14s ease,background-color .14s ease,padding-left .14s ease}.nav-item:before{display:none}.nav-item:hover{padding-left:13px;color:#171717;background:#f8f8f8;transform:none}.nav-item.active{color:#202020;background:#f1f1f1;box-shadow:none}.nav-item.active .nav-icon{color:#444}.nav-icon{color:#929292;transition:color .14s ease,transform .14s ease}.nav-item:hover .nav-icon{color:#555;transform:translate(1px)}.sidebar-foot{min-height:64px;padding:11px 13px;border-top:1px solid var(--line);background:#fffffff5}.sidebar-user strong{font-size:10.5px}.sidebar-user span{font-size:9px}.signout-button{transition:color .14s ease,background-color .14s ease,transform .14s ease}.signout-button:hover{color:var(--red);background:var(--red-soft);transform:translate(1px)}.topbar{top:30px;z-index:35;height:66px;min-height:66px;display:grid;align-items:center;grid-template-columns:minmax(160px,1fr) auto;padding:0 18px 0 22px;border-bottom:1px solid var(--line);background:#fbfbfbf5;box-shadow:none;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.topbar-left{min-width:0}.breadcrumb{gap:7px;color:#858585;font-size:10.5px;white-space:nowrap}.breadcrumb b{color:#c7c7c7;font-weight:400}.breadcrumb strong{overflow:hidden;color:#3c3c3c;font-weight:590;text-overflow:ellipsis}.topbar-search{width:100%;height:34px;display:flex;align-items:center;gap:8px;padding:0 9px;border:1px solid transparent;border-radius:7px;background:#f7f7f7;color:#777;cursor:pointer;transition:color .15s ease,background-color .15s ease,border-color .15s ease,box-shadow .15s ease}.topbar-search:hover{border-color:#dedede;background:#fff;color:#333;box-shadow:0 4px 16px #0000000f}.topbar-search span{flex:1;text-align:left;font-size:10.5px}.topbar-search kbd{color:#999;font-size:9px}.company{min-width:0;justify-content:flex-end;gap:7px}.topbar-assistant-link,.topbar-help{min-height:34px;display:inline-flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid transparent;border-radius:7px;color:#3a3a3a;background:transparent;font-size:10.5px;font-weight:590;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,color .14s ease,transform .14s ease}.topbar-assistant-link:hover,.topbar-help:hover{border-color:#dedede;background:#fafafa;color:#111;transform:translateY(-1px)}.topbar-assistant-link:active,.topbar-help:active{transform:none}.top-divider{display:none}.topbar-utilities{position:relative;display:flex;align-items:center;gap:3px}.account-button{min-height:42px;display:flex;align-items:center;gap:8px;padding:4px 4px 4px 9px;border:1px solid transparent;border-radius:8px;background:transparent;color:#4c4c4c;cursor:pointer;transition:border-color .14s ease,background-color .14s ease}.account-button:hover,.account-button[aria-expanded=true]{border-color:#dedede;background:#fafafa}.account-copy{display:grid;gap:1px;text-align:right}.account-copy strong{font-size:10.5px;line-height:1.1}.account-copy small{max-width:120px;overflow:hidden;color:#858585;font-size:8.5px;text-overflow:ellipsis;white-space:nowrap}.avatar{width:30px;height:30px;border:1px solid #ddd;background:#f5f5f5;color:#525252;font-size:9px;font-weight:650}.avatar.large{width:38px;height:38px;flex:none;font-size:10px}.topbar-popover{position:absolute;z-index:90;top:calc(100% + 11px);right:0;width:294px;overflow:hidden;padding:7px;border:1px solid #dedede;border-radius:10px;background:#fff;box-shadow:var(--shadow-pop);transform-origin:top right;animation:pcc-pop-in .18s cubic-bezier(.2,.8,.2,1) both}.topbar-popover:before{content:"";position:absolute;top:-5px;right:22px;width:9px;height:9px;border-top:1px solid #dedede;border-left:1px solid #dedede;background:#fff;transform:rotate(45deg)}.topbar-popover-head,.account-popover-identity{display:flex;align-items:center;gap:10px;padding:9px 9px 11px;border-bottom:1px solid #ededed}.topbar-popover-head>span{width:30px;height:30px;display:grid;place-items:center;border:1px solid #e1e1e1;border-radius:7px;color:#666}.topbar-popover-head div,.account-popover-identity div{display:grid;gap:2px}.topbar-popover-head strong,.account-popover-identity strong{color:#262626;font-size:11.5px}.topbar-popover-head small,.account-popover-identity small{color:#858585;font-size:9.5px}.topbar-popover>button{width:100%;min-height:49px;display:grid;grid-template-columns:19px minmax(0,1fr) 15px;align-items:center;gap:8px;padding:8px 9px;border:0;border-radius:7px;background:transparent;color:#686868;text-align:left;cursor:pointer;transition:color .13s ease,background-color .13s ease,padding-left .13s ease}.topbar-popover>button:hover{padding-left:12px;color:#222;background:#f7f7f7}.topbar-popover>button span{display:grid;gap:2px}.topbar-popover>button strong{color:#333;font-size:10.5px;font-weight:620}.topbar-popover>button small{color:#888;font-size:9px}.topbar-popover>button>svg:last-child{justify-self:end}.topbar-popover>.account-signout{margin-top:4px;border-top:1px solid #ededed;border-radius:0 0 7px 7px;color:var(--red)}.topbar-popover-note{display:flex;align-items:center;gap:8px;margin:5px -7px -7px;padding:9px 14px;border-top:1px solid #ededed;background:#fafafa;color:#858585;font-size:9px}.topbar-popover-note kbd{padding:3px 5px;border:1px solid #ddd;border-radius:4px;background:#fff;color:#555}.content{padding:31px clamp(24px,3vw,46px) 56px;background:#fbfbfb}.route-stage{width:100%;transform-origin:center top;animation:none;will-change:opacity,transform,filter}.route-stage.is-exiting{pointer-events:none;animation:route-morph-out .15s cubic-bezier(.4,0,1,1) both}.route-stage.is-entering{animation:route-morph-in .36s cubic-bezier(.16,1,.3,1) both}.page{width:min(1480px,100%);gap:16px}.page>*{animation:content-morph-in .38s cubic-bezier(.16,1,.3,1) both}.page>:nth-child(2){animation-delay:28ms}.page>:nth-child(3){animation-delay:52ms}.page>:nth-child(n+4){animation-delay:76ms}.page-head{min-height:70px;align-items:flex-start;gap:24px;padding:0 0 4px}.page-kicker{margin:0 0 6px;color:#868686;font-size:9.5px;font-weight:650;letter-spacing:.065em;text-transform:uppercase}.page-title{margin:0;color:#202020;font-size:clamp(24px,2.2vw,32px);font-weight:670;letter-spacing:-.035em}.page-intro{max-width:720px;margin:7px 0 0;color:#747474;font-size:11.5px;line-height:1.6}.page-actions,.head-actions{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.card,.kpi,.tile,.filter-panel,.detail-head{border:1px solid var(--line);border-radius:var(--radius);background:#fff;box-shadow:none}.card{overflow:clip;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}.card:hover{border-color:#d3d3d3;box-shadow:0 5px 20px #00000009;transform:none}.card-head{min-height:57px;padding:12px 15px;border-bottom:1px solid #ededed}.card-head h3{display:flex;align-items:center;gap:7px;color:#2b2b2b;font-size:11.5px;font-weight:640}.card-sub,.k-sub{color:#858585;font-size:9.8px;line-height:1.5}.card-body{padding:15px}.kpis{grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:9px}.kpi{min-height:104px;padding:14px 15px;overflow:hidden;position:relative}.kpi:after{left:12px;right:12px;bottom:0;height:2px;border-radius:0;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .26s ease}.kpi:hover:after{transform:scaleX(1)}.kpi:hover{border-color:#d0d0d0;box-shadow:0 5px 18px #00000009;transform:translateY(-1px)}.k-label{color:#757575;font-size:9px;font-weight:600;letter-spacing:.025em;text-transform:none}.k-val{margin-top:7px;color:#2c2c2c;font-size:clamp(20px,1.8vw,27px);font-weight:650;letter-spacing:-.035em}.btn{min-height:35px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:7px 11px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;color:#3f3f3f;box-shadow:0 1px 1px #00000005;font-size:10.5px;font-weight:610;cursor:pointer;transition:color .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.btn:hover:not(:disabled){border-color:#bababa;background:#fafafa;color:#171717;box-shadow:0 4px 14px #0000000f;transform:translateY(-1px)}.btn:active:not(:disabled){box-shadow:none;transform:translateY(0) scale(.975)}.btn.primary{border-color:var(--accent);background:var(--accent);color:#fff}.btn.primary:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover);color:#fff}.btn.danger{border-color:#efc7c7;color:var(--red);background:#fff}.btn.danger:hover:not(:disabled){border-color:#e7aaaa;background:var(--red-soft);color:#a92222}.btn.compact{min-height:30px;padding:5px 9px;border-radius:7px;font-size:9.5px}.btn:disabled,button:disabled{cursor:not-allowed;opacity:.46}.icon-btn,.icon-link,.command-close,.command-back{display:grid;place-items:center;border:1px solid transparent;border-radius:7px;background:transparent;color:#777;cursor:pointer;transition:color .14s ease,background-color .14s ease,border-color .14s ease,transform .14s ease}.icon-btn:hover:not(:disabled),.icon-link:hover,.command-close:hover,.command-back:hover{border-color:#ddd;background:#f7f7f7;color:#222;transform:rotate(2deg)}.ui-ripple{opacity:.12;background:currentColor}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]):not([type=color]),textarea){border:1px solid #d8d8d8;border-color:#d8d8d8!important;border-radius:8px!important;background:#fff;color:#2c2c2c;outline:none;box-shadow:0 1px 2px #00000006;transition:border-color .16s ease,box-shadow .2s ease,background-color .16s ease,transform .2s cubic-bezier(.2,.8,.2,1)}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]):not([type=color]),textarea):hover:not(:disabled){border-color:#b9b9b9!important}:where(input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=hidden]):not([type=range]):not([type=color]),textarea):focus{border-color:#898989!important;box-shadow:0 0 0 2px #0000000b,0 4px 14px #0000000b!important}input::placeholder,textarea::placeholder{color:#a0a0a0}input[type=checkbox]{border-radius:4px}.seg{padding:3px;border:0;border-radius:8px;background:#f3f3f3}.seg button{min-height:30px;border:1px solid transparent;border-radius:6px;color:#777;transition:color .14s ease,background-color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.seg button:hover{color:#333;transform:translateY(-1px)}.seg button.on{border-color:#d8d8d8;background:#fff;color:#262626;box-shadow:0 1px 4px #0000000f}.table-wrap{scrollbar-width:thin;scrollbar-color:#cfcfcf transparent}table{border-collapse:separate;border-spacing:0}thead th{height:40px;padding:10px 12px;border-bottom:1px solid var(--line);background:#fafafa;color:#777;font-size:8.8px;font-weight:650;letter-spacing:.04em}tbody td,tfoot td{height:46px;padding:10px 12px;border-bottom-color:#ededed;font-size:10.5px}tbody tr{transition:background-color .14s ease,box-shadow .14s ease}tbody tr:hover{background:#fafafa;box-shadow:inset 2px 0 var(--accent)}tbody tr.search-target{background:var(--accent-soft);box-shadow:inset 3px 0 var(--accent);animation:target-pulse 1.4s ease both}.attn{min-height:59px;padding:10px 13px;cursor:pointer;transition:background-color .14s ease,padding-left .14s ease}.attn:hover{padding-left:16px;background:#fafafa!important}.tag{min-height:21px;padding:3px 7px;border-radius:6px;font-size:8px;font-weight:650;letter-spacing:.02em}.plate{color:#303030;font-weight:630}.workspace-toolbar{min-height:48px;display:flex;align-items:center;gap:10px;padding:6px;border:1px solid var(--line);border-radius:9px;background:#fff}.workspace-toolbar>span{margin-left:auto;color:#888;font-size:9.5px;white-space:nowrap}.workspace-search{min-width:220px;max-width:520px;flex:1;display:flex;align-items:center;gap:8px;padding:0 8px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;color:#909090;transition:border-color .16s ease,box-shadow .2s ease,transform .2s cubic-bezier(.2,.8,.2,1)}.workspace-search:hover{border-color:#b9b9b9}.workspace-search:focus-within{border-color:#898989;box-shadow:0 0 0 2px #0000000b,0 4px 14px #0000000b}.workspace-search input{width:100%;height:34px;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.filters,.filter-toolbar{border-color:#ededed;background:#fbfbfb}.filter-panel-head{min-height:56px;padding:10px 13px}.filter-title-icon{width:30px;height:30px;border:1px solid #e0e0e0;border-radius:7px;background:#fff;color:#777}.filter-chip,.filter-reset{border-radius:7px;transition:color .14s ease,background-color .14s ease,border-color .14s ease,transform .14s ease}.filter-chip:hover,.filter-reset:hover{box-shadow:none;transform:translateY(-1px)}.filter-chip:active,.filter-reset:active{transform:scale(.97)}.filter-chip.on{border-color:#c9c9c9;background:#fff;color:#222;box-shadow:0 1px 4px #0000000d}.filter-search,.filter-field{border:1px solid #d8d8d8;border-radius:8px;background:#fff;transition:border-color .16s ease,box-shadow .2s ease,transform .2s cubic-bezier(.2,.8,.2,1)}.filter-search:hover,.filter-field:hover{border-color:#b9b9b9}.filter-search:focus-within,.filter-field:focus-within{border-color:#898989;box-shadow:0 0 0 2px #0000000b,0 4px 14px #0000000b}.filter-search input,.filter-field input{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.empty-state,.placeholder{min-height:250px;border:1px dashed #dedede;border-radius:10px;background:#fcfcfc}.empty-state:before,.placeholder:before{animation:empty-breathe 2.8s ease-in-out infinite}.empty-title{color:#393939;font-size:12px;font-weight:630}.loading-bars{height:28px;display:flex;align-items:flex-end;justify-content:center;gap:3px;margin-bottom:11px}.loading-bars i{width:3px;height:10px;border-radius:2px;background:#8d8d8d;animation:loading-bar .8s ease-in-out infinite alternate}.loading-bars i:nth-child(2){height:18px;animation-delay:.12s}.loading-bars i:nth-child(3){height:13px;animation-delay:.24s}.spin{animation:spin .75s linear infinite}.overview-page .overview-hero{position:relative;z-index:20}.overview-page .overview-analytics,.overview-page .overview-record-grid{position:relative;z-index:1}.command-search{position:relative;width:100%;z-index:85}.command-search-field{width:100%;height:38px;display:flex;align-items:center;gap:8px;padding:0 9px;border:1px solid #dadada;border-radius:8px;background:#fff;color:#858585;box-shadow:0 1px 2px #00000008;cursor:text;transition:border-color .18s ease,box-shadow .22s ease,background-color .18s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.command-search-field:hover{border-color:#bdbdbd}.command-search.open .command-search-field,.command-search-field:focus-within{border-color:#898989;box-shadow:0 0 0 2px #0000000b,0 5px 16px #0000000d}.command-search-field>svg{flex:none;color:#969696;transition:color .18s ease,transform .22s ease}.command-search.open .command-search-field>svg{color:#555;transform:scale(1.03)}.command-search-field input{min-width:0;flex:1;height:100%;padding:0!important;border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;color:#252525;font-size:11px;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.command-search-field input::placeholder{color:#929292;opacity:1}.command-search-field kbd{min-width:23px;height:22px;display:inline-flex;align-items:center;justify-content:center;gap:2px;padding:0 4px;border:1px solid #dedede;border-radius:5px;background:#fafafa;color:#888;font:9px/1 inherit}.command-search-field>svg,.command-search-field kbd{pointer-events:none}.command-search-sidebar .command-search-field kbd{margin-left:auto;border:0;background:transparent;color:#a0a0a0}.command-search-hero{width:min(760px,100%);margin:0 auto}.command-search-hero .command-search-field{height:56px;padding:6px 10px 6px 14px;border-radius:12px;box-shadow:0 0 0 4px #f0f0f0,0 2px 4px #0000000a}.command-search-hero.open .command-search-field,.command-search-hero .command-search-field:focus-within{border-color:#898989;box-shadow:0 0 0 3px #eee,0 6px 18px #0000000f;transform:translateY(-1px)}.command-search-hero .command-search-field input{font-size:13px}.command-dropdown{position:absolute;z-index:200;top:calc(100% + 9px);left:0;right:0;display:flex;flex-direction:column;max-height:min(620px,68dvh);overflow:hidden;border:1px solid #dedede;border-radius:11px;background:#fff;box-shadow:0 16px 38px #0000001f;opacity:0;transform:translateY(-7px) scale(.992);transform-origin:top center;pointer-events:none;transition:opacity .2s ease,transform .26s cubic-bezier(.16,1,.3,1),box-shadow .26s ease}.command-dropdown.is-open{opacity:1;transform:none;pointer-events:auto}.command-dropdown.is-closing{opacity:0;transform:translateY(-5px) scale(.994);pointer-events:none;box-shadow:0 8px 22px #00000012}.command-search-sidebar .command-dropdown{right:auto;width:min(720px,calc(100vw - 28px))}.command-search-hero .command-dropdown{width:100%}.command-back{width:24px;height:24px;display:grid;place-items:center;padding:0;border:1px solid #dedede;border-radius:6px;background:#fff;color:#666;cursor:pointer}.command-back:hover{border-color:#bdbdbd;color:#222;transform:translate(-1px)}.command-layer{z-index:1000;padding:min(11vh,96px) 18px 24px;background:#ffffffb8;backdrop-filter:blur(7px) saturate(.8);-webkit-backdrop-filter:blur(7px) saturate(.8);opacity:0;animation:none;transition:opacity .24s ease}.command-layer.is-open{opacity:1}.command-layer.is-closing{opacity:0;pointer-events:none}.command-dialog{width:min(760px,100%);max-height:min(720px,80dvh);border:1px solid #d9d9d9;border-radius:12px;background:#fff;box-shadow:var(--shadow-pop);opacity:0;transform:translateY(12px) scale(.985);animation:none;transition:opacity .26s ease,transform .32s cubic-bezier(.2,.8,.2,1)}.command-layer.is-open .command-dialog{opacity:1;transform:none}.command-layer.from-overview .command-dialog{transform-origin:center top}.command-layer.from-overview.is-closing .command-dialog,.command-layer.is-closing .command-dialog{opacity:0;transform:translateY(-10px) scale(.985)}.command-search-row{min-height:64px;gap:11px;padding:9px 11px 9px 16px;border-bottom:1px solid #ededed}.command-search-row input{height:45px;border:0!important;border-radius:0!important;box-shadow:none!important;font-size:14px}.command-back,.command-close{width:32px;height:32px;flex:none}.command-loading{flex:none;color:#888}.command-meta{min-height:36px;padding:7px 13px;background:#fbfbfb;color:#777}.command-meta span{display:flex;align-items:center;gap:6px;color:#606060;font-size:9.5px}.command-meta small{font-size:8.8px}.command-prefixes{display:flex;align-items:center;flex-wrap:wrap;gap:5px;padding:8px 11px;border-bottom:1px solid #ededed}.command-prefixes button{display:inline-flex;align-items:center;gap:4px;min-height:26px;padding:4px 7px;border:1px solid #e1e1e1;border-radius:6px;background:#fff;color:#777;cursor:pointer;transition:border-color .13s ease,color .13s ease,transform .13s ease}.command-prefixes button:hover{border-color:#bdbdbd;color:#222;transform:translateY(-1px)}.command-prefixes b{color:#3a3a3a;font-size:8.5px}.command-prefixes span{font-size:8px}.command-results{max-height:min(520px,58dvh);padding:7px;animation:command-content-enter .22s cubic-bezier(.2,.8,.2,1) both}.command-results>button{min-height:56px;grid-template-columns:34px minmax(0,1fr) auto 16px;padding:7px 9px;border:1px solid transparent;border-radius:8px}.command-results>button.active{border-color:#ededed;background:#f7f7f7;color:#252525;box-shadow:none;transform:none}.command-results>button:active{transform:scale(.994)}.command-result-icon{width:30px;height:30px;border:1px solid #e1e1e1;border-radius:7px;background:#fff;color:#777;transition:color .14s ease,border-color .14s ease,transform .14s ease}.command-results>button.active .command-result-icon{border-color:#c8c8c8;color:#333;transform:translate(1px)}.command-results>button strong{color:#303030;font-size:10.5px;font-weight:630}.command-results>button small{color:#858585;font-size:9px}.command-results>button em{max-width:130px;padding:3px 6px;overflow:hidden;border:1px solid #e3e3e3;border-radius:5px;color:#777;font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.command-footer{min-height:38px;gap:15px;padding:8px 13px;border-top:1px solid #ededed;background:#fafafa}.command-footer span{font-size:8.5px}.choice-trigger{min-height:38px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;box-shadow:none;color:#333;font-size:10.5px;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.choice-trigger:hover:not(:disabled){border-color:#b8b8b8;box-shadow:0 3px 12px #0000000d;transform:translateY(-1px)}.choice-select.open .choice-trigger{border-color:#777;box-shadow:0 0 0 3px #0000000d}.choice-trigger svg{transition:transform .18s ease}.choice-value{min-width:0;display:grid;gap:1px;text-align:left}.choice-value strong{overflow:hidden;font-size:10.5px;font-weight:560;text-overflow:ellipsis;white-space:nowrap}.choice-value small{overflow:hidden;color:#898989;font-size:8.3px;font-weight:450;text-overflow:ellipsis;white-space:nowrap}.choice-value.placeholder strong{color:#969696;font-weight:450}.choice-select.open .choice-trigger svg{transform:rotate(180deg)}.choice-popover{border:1px solid #dbdbdb;border-radius:10px;background:#fff;box-shadow:var(--shadow-pop);opacity:0;transform:translateY(-6px) scale(.985);transform-origin:top center;animation:none;transition:opacity .18s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.choice-popover.above{transform-origin:bottom center}.choice-popover.is-open{opacity:1;transform:none}.choice-popover.is-closing{opacity:0;transform:translateY(-4px) scale(.985);pointer-events:none}.choice-popover.above.is-closing{transform:translateY(4px) scale(.985)}.choice-search{min-height:38px;margin:8px 8px 4px;padding:0 9px;border:1px solid #d8d8d8;border-radius:8px;background:#fff;transition:border-color .16s ease,box-shadow .2s ease}.choice-search:hover{border-color:#b9b9b9}.choice-search:focus-within{border-color:#898989;box-shadow:0 0 0 2px #0000000b,0 4px 14px #0000000b}.choice-search input{border:0!important;border-radius:0!important;outline:0!important;background:transparent!important;box-shadow:none!important;-webkit-appearance:none;-moz-appearance:none;appearance:none}.choice-options{padding:5px}.choice-options button{min-height:43px;padding:7px 8px;border-radius:7px;transition:color .12s ease,background-color .12s ease,padding-left .12s ease}.choice-options button.active{padding-left:11px;background:#f6f6f6;color:#272727;transform:none}.choice-options button small{color:#898989}.modal-backdrop{z-index:500;display:grid;place-items:center;padding:22px;background:#ffffffad!important;backdrop-filter:blur(6px) saturate(.75);-webkit-backdrop-filter:blur(6px) saturate(.75);animation:veil-in .18s ease both}.pdf-overlay{background:#ffffffb8!important;backdrop-filter:blur(6px) saturate(.75)!important;-webkit-backdrop-filter:blur(6px) saturate(.75)!important;animation:veil-in .18s ease both!important}.pdf-dialog{border:1px solid #d8d8d8;border-radius:11px;background:#fff;box-shadow:var(--shadow-pop);animation:modal-enter .22s cubic-bezier(.2,.8,.2,1) both}.modal{width:min(520px,100%);max-height:min(760px,88dvh);overflow:auto;padding:18px;border:1px solid #d8d8d8;border-radius:11px;background:#fff;box-shadow:var(--shadow-pop);animation:modal-enter .22s cubic-bezier(.2,.8,.2,1) both}.modal-head{min-height:46px;margin:-3px 0 13px;padding:0 0 11px;border-bottom:1px solid #ededed}.modal-head h3{margin:0;color:#292929;font-size:14px;font-weight:650}.modal-foot{margin:17px -18px -18px;padding:12px 18px;border-top:1px solid #ededed;background:#fafafa}.submission-confirm-modal{padding:19px}.dialog-callout{display:flex;align-items:flex-start;gap:10px;padding:12px;border:1px solid #ead7ad;border-radius:8px;background:#fffaf0;color:#7b520f}.dialog-callout span{display:grid;gap:4px;font-size:10.5px;line-height:1.5}.action-error{margin:0 0 12px;padding:9px 10px;border:1px solid #efcaca;border-radius:7px;background:var(--red-soft);color:#a62a2a;font-size:9.5px;line-height:1.45}.action-error.compact{margin:0;padding:5px 7px;font-size:8.5px}.selection-bar{left:286px;right:28px;bottom:20px;min-height:58px;border:1px solid #d7d7d7;border-radius:10px;background:#fffffff5;color:#333;box-shadow:var(--shadow-pop);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);animation:selection-enter .24s cubic-bezier(.2,.8,.2,1) both}.selection-bar .btn{color:#333!important;border-color:#d8d8d8!important;background:#fff!important}.toast{border:1px solid #d8d8d8;border-radius:9px;background:#fff;color:#333;box-shadow:var(--shadow-pop);animation:toast-enter .22s cubic-bezier(.2,.8,.2,1) both}.toast.warn{border-color:#ead7ad;background:#fffaf0;color:#7a510f}.scrape-pop,.rp-pop{border:1px solid #dadada;border-radius:10px;background:#fff;box-shadow:var(--shadow-pop);animation:pcc-pop-in .18s cubic-bezier(.2,.8,.2,1) both}.freshness,.rp-chip{border-radius:7px;transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.freshness:hover,.rp-chip:hover{background:#f7f7f7;transform:translateY(-1px)}.doc-upload{position:relative;min-height:30px;border:1px dashed #cfcfcf;border-radius:7px;background:#fff;transition:color .15s ease,border-color .15s ease,background-color .15s ease,transform .15s ease,box-shadow .15s ease}.doc-upload:hover{border-color:#9c9c9c;color:#333;transform:translateY(-1px)}.doc-upload.is-dragging{border-color:var(--accent);background:var(--accent-soft);color:var(--accent);box-shadow:0 0 0 4px #126dff14;transform:scale(1.025)}.login-shell{position:relative;min-height:100dvh;padding:62px 24px 32px;background:#fff}.login-shell:before{content:"";position:fixed;z-index:5;inset:0 0 auto;height:30px;background:#050505}.login-frame{width:min(1040px,100%);min-height:620px;grid-template-columns:minmax(0,.9fr) minmax(380px,1.1fr);overflow:hidden;border:1px solid #dedede;border-radius:12px;background:#fff;box-shadow:0 22px 60px #00000014;animation:modal-enter .35s cubic-bezier(.2,.8,.2,1) both}.login-story{padding:36px;border-right:1px solid #e5e5e5;background:#fafafa;color:#2b2b2b}.login-brand{width:170px;padding:9px;border:1px solid #e1e1e1;border-radius:8px;background:#fff}.login-story-copy h1{color:#202020;font-size:clamp(34px,4vw,52px);font-weight:660;letter-spacing:-.055em}.login-story-copy p{max-width:410px;color:#737373;font-size:12px;line-height:1.65}.login-signals{display:grid;gap:7px}.login-signals span{min-height:38px;border:1px solid #e1e1e1;border-radius:7px;background:#fff;color:#555;transition:border-color .15s ease,transform .15s ease}.login-signals span:hover{border-color:#bdbdbd;transform:translate(3px)}.login-panel{padding:clamp(32px,5vw,68px);background:#fff}.login-panel-mark{border:1px solid #dedede;border-radius:9px;background:#fafafa;color:#555;box-shadow:none}.login-form header h2{color:#252525;font-size:27px;letter-spacing:-.035em}.login-form header p{color:#7a7a7a}.login-field span{color:#5e5e5e;font-size:10px}.login-field input{min-height:44px}.login-submit{height:44px;border-radius:8px;background:var(--accent);box-shadow:none;transition:background-color .15s ease,box-shadow .15s ease,transform .15s ease}.login-submit:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 7px 18px #126dff33;transform:translateY(-1px)}.login-submit:active:not(:disabled){transform:scale(.985)}.login-security{color:#858585}.company-workspace{display:grid;grid-template-columns:280px minmax(0,1fr);gap:13px;align-items:start}.company-register{position:sticky;top:112px}.company-register>button{width:100%;min-height:58px;display:grid;grid-template-columns:31px minmax(0,1fr) 15px;align-items:center;gap:9px;padding:9px 11px;border:0;border-bottom:1px solid #ededed;background:transparent;color:#777;text-align:left;cursor:pointer;transition:background-color .14s ease,padding-left .14s ease}.company-register>button:hover{padding-left:14px;background:#fafafa}.company-register>button.selected{background:#f5f5f5;color:#333;box-shadow:inset 2px 0 var(--accent)}.company-register>button span:nth-child(2){display:grid;gap:3px}.company-register strong{color:#333;font-size:10.5px}.company-register small{color:#858585;font-size:9px}.company-detail{min-width:0;display:grid;gap:12px}.company-detail .detail-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:17px}.company-detail h2{margin:0;color:#292929;font-size:22px;letter-spacing:-.025em}.company-detail p{margin:5px 0 0;color:#777;font-size:10.5px}.company-detail-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:10px;overflow:hidden}.company-detail-metrics article{min-height:86px;display:grid;align-content:center;gap:6px;padding:13px;border-right:1px solid var(--line);background:#fff}.company-detail-metrics article:last-child{border-right:0}.company-detail-metrics span{color:#818181;font-size:9px}.company-detail-metrics strong{color:#333;font-size:18px;letter-spacing:-.025em}.local-only-note{border:1px solid #dedede;border-radius:8px;background:#fafafa;color:#676767}.letter-workspace,.email-workspace{gap:12px}.communication-list-item{transition:background-color .14s ease,padding-left .14s ease}.communication-list-item:hover{padding-left:15px;background:#fafafa}.communication-list-item.selected{background:#f5f5f5;box-shadow:inset 2px 0 var(--accent)}.email-composer-card,.letter-editor-card{border-radius:10px}.email-line,.email-from-row{border-bottom-color:#ededed}.email-body-input,.letter-body-input{line-height:1.65}.letter-preview-toolbar{border:1px solid var(--line);border-radius:10px 10px 0 0;background:#fff}.letter-preview-canvas{border:1px solid var(--line);border-top:0;border-radius:0 0 10px 10px;background:#f7f7f7}.assistant-command-page{width:100%;max-width:none;height:calc(100dvh - 158px);min-height:610px;margin:-12px 0 -34px;background:#fbfbfb}.assistant-stage{position:relative;height:100%;min-height:0;overflow:visible;background:#fbfbfb}.assistant-command-page .assistant-workspace{height:100%;min-height:0;display:grid;grid-template-rows:58px minmax(0,1fr) auto;background:#fbfbfb}.assistant-command-page .assistant-chat-head{min-height:58px;justify-content:flex-start;padding:0 4px;border-bottom:1px solid var(--line);background:#fbfbfb}.assistant-identity strong{color:#2c2c2c;font-size:11.5px}.assistant-identity small{color:#858585;font-size:9px}.assistant-mini-core{width:31px;height:31px;border:1px solid #dedede;border-radius:8px;background:#fafafa;color:#555;box-shadow:none}.assistant-mini-core i{display:none}.assistant-trust{border:1px solid #dedede;border-radius:6px;background:#fafafa;color:#636363}.assistant-library-button,.assistant-clear-button{border:1px solid #dedede;border-radius:7px;background:#fff;color:#555;box-shadow:none;transition:border-color .14s ease,color .14s ease,background-color .14s ease,transform .14s ease}.assistant-library-button:hover,.assistant-clear-button:hover:not(:disabled){border-color:#bdbdbd;background:#f8f8f8;color:#222;transform:translateY(-1px)}.assistant-messages{position:relative;min-height:0;padding:28px max(18px,calc((100% - 900px)/2)) 34px;background:#fbfbfb!important;scrollbar-width:thin;scrollbar-color:#d0d0d0 transparent}.assistant-welcome{min-height:100%;max-height:1200px;display:grid;place-content:center;justify-items:center;overflow:hidden;padding:32px 0;transform-origin:center top;will-change:opacity,transform,filter,max-height}.assistant-messages.conversation-welcome .assistant-welcome{animation:tally-welcome-enter .5s cubic-bezier(.16,1,.3,1) both}.assistant-messages.conversation-starting .assistant-welcome{pointer-events:none;animation:tally-welcome-exit .46s cubic-bezier(.4,0,.2,1) both}.assistant-messages.conversation-starting .assistant-core-scene{animation:tally-piece-exit .3s ease both}.assistant-messages.conversation-starting .assistant-welcome-kicker{animation:tally-piece-exit .32s 25ms ease both}.assistant-messages.conversation-starting .assistant-welcome>strong{animation:tally-piece-exit .34s .05s ease both}.assistant-messages.conversation-starting .assistant-welcome>span{animation:tally-piece-exit .36s 75ms ease both}.assistant-messages.conversation-starting .assistant-welcome-examples{animation:tally-piece-exit .38s .1s ease both}.assistant-conversation{width:min(860px,100%);margin:0 auto;transform-origin:center top}.assistant-conversation.is-entering{animation:tally-conversation-enter .56s .14s cubic-bezier(.16,1,.3,1) both}.assistant-conversation.is-entering .assistant-message{animation:none}.assistant-core-scene{width:62px;height:62px;margin-bottom:18px}.assistant-core-shadow,.assistant-core-ring,.core-particle{display:none}.assistant-core{width:58px;height:58px;animation:assistant-float 4s ease-in-out infinite}.assistant-core>span{width:56px;height:56px;border:1px solid #dcdcdc;border-radius:15px;background:#fff;color:#4c4c4c;box-shadow:0 9px 24px #00000012;transform:none;animation:none}.assistant-welcome-kicker{color:#7b7b7b;font-size:8.5px;letter-spacing:.085em}.assistant-welcome>strong{margin-top:10px;color:#242424;font-size:clamp(27px,3vw,38px);font-weight:660;letter-spacing:-.045em}.assistant-welcome>span{margin-top:7px;color:#7c7c7c;font-size:11.5px}.assistant-welcome-examples{margin-top:26px;gap:7px}.assistant-welcome-examples button{min-height:39px;border:1px solid #dedede;border-radius:8px;background:#fff;color:#555;box-shadow:none;transition:color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease}.assistant-welcome-examples button:hover{border-color:#bcbcbc;color:#222;box-shadow:0 5px 16px #0000000f;transform:translateY(-2px)}.assistant-command-page .assistant-message{width:100%;max-width:none;gap:11px;margin:0 0 22px;animation:message-enter .26s cubic-bezier(.2,.8,.2,1) both}.assistant-command-page .assistant-message.user{width:fit-content;max-width:min(72%,620px);margin:0 0 24px auto}.assistant-command-page .assistant-bubble{min-width:0;flex:1;padding:3px 0 5px;border:0;border-radius:0;background:transparent;color:#303030;box-shadow:none}.assistant-command-page .assistant-message.user .assistant-bubble{flex:none;padding:9px 13px;border:1px solid #dedede;border-radius:14px 14px 4px;background:#f1f1f1;color:#292929;box-shadow:0 1px 2px #00000009}.assistant-command-page .assistant-message-icon{width:27px;height:27px;margin-top:1px;border-color:#dedede;border-radius:8px;background:#fff;color:#686868;box-shadow:0 1px 2px #00000009}.assistant-command-page .assistant-message.user .assistant-message-icon{display:none}.assistant-message-copy{display:grid;gap:4px;font-size:11.7px;line-height:1.66;white-space:normal}.assistant-message-copy strong{color:#202020;font-weight:660}.assistant-copy-heading{margin:1px 0 5px;color:#202020;font-size:13px;font-weight:670;letter-spacing:-.012em}.assistant-copy-section{margin-top:8px;color:#363636;font-weight:650}.assistant-copy-bullet{display:grid;grid-template-columns:5px minmax(0,1fr);gap:8px;align-items:start}.assistant-copy-bullet:before{content:"";width:3px;height:3px;margin-top:.72em;border-radius:50%;background:#989898}.assistant-copy-line{min-width:0}.assistant-copy-spacer{height:3px}.assistant-copy{opacity:0;transition:opacity .14s ease,color .14s ease,background-color .14s ease}.assistant-message:hover .assistant-copy,.assistant-copy:focus-visible{opacity:1}.assistant-sources{width:max-content;max-width:100%;margin-top:11px;padding-top:8px;border-top-color:#ececec;color:#888}.assistant-sources span{border-color:#e4e4e4;background:#f7f7f7;color:#696969}.assistant-command-page .assistant-thinking{flex:none;border:1px solid #e3e3e3;border-radius:11px;background:#fff;box-shadow:0 5px 18px #0000000b}.assistant-composer{width:min(920px,calc(100% - 28px));margin:0 auto 12px;padding:8px 8px 24px;border:1px solid #cfcfcf;border-radius:14px;background:#fffffffa;box-shadow:0 10px 30px #00000013;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:border-color .2s ease,box-shadow .24s ease,transform .24s cubic-bezier(.2,.8,.2,1)}.assistant-composer:hover{border-color:#adadad;box-shadow:0 12px 32px #00000016}.assistant-composer:focus-within{border-color:#898989;box-shadow:0 0 0 2px #0000000b,0 14px 36px #00000017;transform:translateY(-1px)}.assistant-composer textarea{border:0!important;outline:0!important;border-radius:7px!important;box-shadow:none!important;background:transparent;font-size:11.5px;line-height:1.55}.assistant-composer-action{position:relative;border:1px solid transparent;border-radius:8px;background:#f5f5f5;color:#666;transition:background-color .16s ease,border-color .16s ease,color .16s ease,box-shadow .2s ease,transform .22s cubic-bezier(.2,.8,.2,1)}.assistant-composer-action:hover:not(:disabled){border-color:#dedede;background:#fff;color:#222;box-shadow:0 5px 14px #0000000e;transform:translateY(-1px)}.assistant-composer-tools:hover:not(:disabled) svg{transform:rotate(8deg)}.assistant-composer-clear:hover:not(:disabled) svg{transform:rotate(-14deg)}.assistant-composer-action svg{transition:transform .24s cubic-bezier(.2,.8,.2,1)}.assistant-composer-action:active:not(:disabled){box-shadow:none;transform:scale(.94)}.assistant-composer-action:focus-visible{outline:2px solid rgba(0,0,0,.13);outline-offset:2px}.assistant-composer-action:after{content:attr(data-tooltip);position:absolute;left:50%;bottom:calc(100% + 8px);z-index:3;padding:5px 7px;border:1px solid #dedede;border-radius:6px;background:#242424;color:#fff;box-shadow:0 5px 14px #0000001f;font-size:8px;line-height:1;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%,4px);transition:opacity .16s ease,transform .2s cubic-bezier(.2,.8,.2,1)}.assistant-composer-action:hover:after,.assistant-composer-action:focus-visible:after{opacity:1;transform:translate(-50%)}.assistant-send{border-radius:8px;background:var(--accent);box-shadow:none;transition:background-color .14s ease,box-shadow .14s ease,transform .14s ease}.assistant-send:hover:not(:disabled){background:var(--accent-hover);box-shadow:0 6px 16px #126dff3b;transform:translateY(-1px)}.assistant-send:active:not(:disabled){transform:scale(.94)}.assistant-composer-note{bottom:5px;color:#8a8a8a;font-size:8.2px}.assistant-guide-scrim{position:fixed;top:96px;right:0;bottom:0;left:258px;z-index:55;background:#ffffff2e!important;-webkit-backdrop-filter:none;backdrop-filter:none}.assistant-guide{position:fixed;z-index:60;top:109px;right:18px;bottom:18px;width:min(360px,calc(100vw - 36px));border:1px solid #d9d9d9;border-radius:11px;background:#fff;box-shadow:var(--shadow-pop);animation:guide-enter .24s cubic-bezier(.2,.8,.2,1) both}.assistant-prompts button{transition:background-color .14s ease,padding-left .14s ease,transform .14s ease}.assistant-prompts button:hover{padding-left:14px;background:#f7f7f7;transform:none}@media (max-width: 1240px){.topbar{grid-template-columns:minmax(150px,1fr) auto}.topbar-help span,.account-copy{display:none}.company-workspace{grid-template-columns:245px minmax(0,1fr)}}@media (max-width: 1050px){.app{grid-template-columns:232px minmax(0,1fr)}.sidebar{width:232px}.topbar{grid-template-columns:minmax(130px,1fr) auto}.freshness,.topbar-help{display:none}.selection-bar{left:252px}.company-detail-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.company-detail-metrics article:nth-child(2){border-right:0}.company-detail-metrics article:nth-child(-n+2){border-bottom:1px solid var(--line)}.assistant-guide-scrim{left:232px}}@media (max-width: 900px){.app{display:block;padding-top:22px}.app:before{height:22px}.sidebar{top:22px;width:min(294px,88vw);height:calc(100dvh - 22px);box-shadow:18px 0 48px #0000001a}.nav-scrim{top:22px;background:#ffffffb8!important;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.topbar{top:22px;height:60px;min-height:60px;grid-template-columns:minmax(120px,1fr) auto;padding:0 11px}.main{min-height:calc(100dvh - 22px)}.content{padding:24px 19px 46px}.menu-toggle{display:grid}.company{gap:4px}.scrape-status>.btn{width:34px;padding:0;font-size:0}.scrape-status>.btn svg{width:14px;height:14px}.run-progress .rp-label,.run-progress .rp-bar{display:none}.run-progress .rp-chip{width:32px;justify-content:center;padding:0}.selection-bar{left:18px;right:18px}.company-workspace{grid-template-columns:1fr}.company-register{position:static;max-height:270px;overflow:auto}.assistant-command-page{height:calc(100dvh - 116px);margin-top:-10px}.assistant-guide-scrim{top:82px;right:0;bottom:0;left:0}.assistant-guide{top:92px}}@media (max-width: 720px){.topbar{grid-template-columns:minmax(80px,1fr) auto}.breadcrumb span,.breadcrumb b{display:none}.content{padding:20px 13px 38px}.page-head{min-height:62px;display:grid;gap:12px}.page-actions{justify-content:flex-start}.page-title{font-size:25px}.kpis{grid-template-columns:repeat(2,minmax(0,1fr))}.split-list,.grid-2,.expense-layout,.letter-workspace,.email-workspace{grid-template-columns:1fr!important}.workspace-toolbar{align-items:stretch;flex-wrap:wrap}.workspace-search{min-width:100%}.workspace-toolbar>span{margin-left:8px}.company-detail .detail-head{align-items:flex-start;flex-direction:column}.assistant-trust{display:none}.assistant-messages{padding-left:8px;padding-right:8px}.assistant-command-page .assistant-message.user{max-width:88%}.assistant-welcome-examples{max-width:390px;grid-template-columns:1fr}.assistant-composer{width:calc(100% - 8px);margin-bottom:4px}.assistant-composer-note span:first-child{display:none}.command-layer{padding:34px 8px 8px;align-items:start}.command-dialog{max-height:calc(100dvh - 42px);border-radius:10px}.command-results{max-height:calc(100dvh - 245px)}.command-results>button em{display:none}.command-prefixes{flex-wrap:nowrap;overflow-x:auto}.modal-backdrop{align-items:end;padding:8px}.modal{width:100%;max-height:88dvh;border-radius:12px 12px 9px 9px;animation-name:sheet-enter}.selection-bar{bottom:8px;display:grid;gap:7px;padding:10px}.login-shell{padding:42px 10px 10px}.login-frame{min-height:calc(100dvh - 52px);grid-template-columns:1fr}.login-story{min-height:260px;padding:24px;border-right:0;border-bottom:1px solid #e5e5e5}.login-story-copy h1{font-size:34px}.login-signals{display:none}.login-panel{padding:28px 22px}}@media (max-width: 480px){.topbar-assistant-link{width:34px;justify-content:center;padding:0;font-size:0}.account-button>svg,.account-copy{display:none}.account-button{padding:3px}.topbar-popover{position:fixed;top:90px;right:9px;left:9px;width:auto}.kpis{grid-template-columns:1fr 1fr}.kpi{min-height:90px;padding:12px}.k-val{font-size:19px}.company-detail-metrics{grid-template-columns:1fr 1fr}.assistant-library-button span{display:none}.assistant-welcome>strong{font-size:28px}.assistant-welcome>span{text-align:center}.assistant-guide{inset:auto 8px 8px;width:auto;max-height:76dvh}}@keyframes route-slide-in{0%{opacity:0;transform:translate(5px)}to{opacity:1;transform:none}}@keyframes route-morph-out{0%{opacity:1;transform:none;filter:blur(0)}to{opacity:0;transform:translateY(-5px) scale(.997);filter:blur(1px)}}@keyframes route-morph-in{0%{opacity:0;transform:translateY(8px) scale(.996);filter:blur(1px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes content-morph-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes surface-rise{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes pcc-pop-in{0%{opacity:0;transform:translateY(-6px) scale(.985)}to{opacity:1;transform:none}}@keyframes command-content-enter{0%{opacity:0;transform:translate(5px)}to{opacity:1;transform:none}}@keyframes command-enter{0%{opacity:0;transform:translateY(-9px) scale(.99)}to{opacity:1;transform:none}}@keyframes choice-enter{0%{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:none}}@keyframes veil-in{0%{opacity:0}to{opacity:1}}@keyframes modal-enter{0%{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}@keyframes sheet-enter{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes guide-enter{0%{opacity:0;transform:translate(18px)}to{opacity:1;transform:none}}@keyframes selection-enter{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:none}}@keyframes toast-enter{0%{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:none}}@keyframes message-enter{0%{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}@keyframes tally-welcome-enter{0%{opacity:0;transform:translateY(12px) scale(.99);filter:blur(2px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes tally-welcome-exit{0%{min-height:100%;max-height:1200px;opacity:1;transform:none;filter:blur(0)}to{min-height:0;max-height:0;padding-top:0;padding-bottom:0;opacity:0;transform:translateY(-22px) scale(.985);filter:blur(2px)}}@keyframes tally-piece-exit{0%{opacity:1;transform:none}to{opacity:0;transform:translateY(-8px) scale(.985)}}@keyframes tally-conversation-enter{0%{opacity:0;transform:translateY(24px) scale(.995);filter:blur(2px)}to{opacity:1;transform:none;filter:blur(0)}}@keyframes assistant-float{0%,to{transform:translateY(1px)}50%{transform:translateY(-4px)}}@keyframes loading-bar{0%{transform:scaleY(.55);opacity:.45}to{transform:scaleY(1);opacity:1}}@keyframes target-pulse{0%,to{background:var(--accent-soft)}50%{background:#dfeeff}}@keyframes empty-breathe{0%,to{transform:translateY(0);opacity:.68}50%{transform:translateY(-3px);opacity:1}}.journey-search-results{position:relative;margin:0 12px 12px;overflow:hidden;border:1px solid #dce5f3;border-radius:9px;background:#fbfdff;animation:billing-content-in .24s cubic-bezier(.2,.8,.2,1) both}.journey-search-results>header{min-height:56px;display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #e4e9f0}.journey-search-results>header div{display:grid;gap:3px}.journey-search-results>header span{color:var(--accent);font-size:8px;font-weight:720;letter-spacing:.06em;text-transform:uppercase}.journey-search-results>header strong{color:#272727;font-size:11.5px}.journey-search-results>header small{color:#858585;font-size:9px}.journey-search-results>article{display:flex;align-items:center;gap:14px;min-height:88px;padding:12px 14px;border-bottom:1px solid #e9edf2;transition:background-color .18s ease,transform .18s ease}.journey-search-results>article:last-child{border-bottom:0}.journey-search-results>article:hover{background:#f6f9fd}.journey-search-results>article.selected{background:#f3f7fd}.journey-search-results .invoice-journey{flex:1;min-width:0}.billed-register{padding-bottom:4px}.billed-invoice-row{padding:15px 16px;border-bottom:1px solid #ededed;transition:background-color .18s ease}.billed-invoice-row:last-child{border-bottom:0}.billed-invoice-row:hover,.billed-invoice-row.selected{background:#fbfcfe}.billed-invoice-row.selected{box-shadow:inset 2px 0 var(--accent)}.billed-invoice-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:13px}.billed-invoice-heading>div:first-child{display:grid;gap:4px}.billed-invoice-heading strong{color:#222;font-size:12px}.billed-invoice-heading span{color:#828282;font-size:9px}.billed-invoice-actions{display:flex;align-items:center;gap:8px}.invoice-journey{display:grid;grid-template-columns:minmax(126px,.7fr) minmax(260px,2.2fr);align-items:center;gap:15px}.invoice-journey>p{grid-column:2;display:flex;align-items:center;gap:5px;margin:-3px 0 0;color:#6d7784;font-size:8.7px}.invoice-journey>p b{color:#34475e}.journey-node.invoice{min-width:0;display:grid;grid-template-columns:24px 1fr;align-items:center;column-gap:8px;padding:8px 10px;border:1px solid #dce3ec;border-radius:7px;background:#fff}.journey-node.invoice svg{grid-row:1 / span 2;color:var(--accent)}.journey-node.invoice span,.journey-step span{color:#9299a3;font-size:7px;font-weight:690;letter-spacing:.055em;text-transform:uppercase}.journey-node.invoice strong,.journey-step strong{overflow:hidden;color:#263445;font-size:10.5px;text-overflow:ellipsis;white-space:nowrap}.journey-track{position:relative;display:flex;align-items:stretch;min-width:0;gap:22px}.journey-track:before{content:"";position:absolute;z-index:0;top:50%;left:-15px;right:8px;height:1px;background:#cfd8e4}.journey-step{position:relative;z-index:1;min-width:112px;display:grid;gap:2px;padding:8px 10px 8px 16px;border:1px solid #dde3eb;border-radius:7px;background:#fff}.journey-step i{position:absolute;top:50%;left:-6px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#a8b1bd;box-shadow:0 0 0 1px #cfd8e4;transform:translateY(-50%)}.journey-step.current{border-color:#aac8ee;background:#f7faff}.journey-step.current i{background:var(--accent);box-shadow:0 0 0 1px #79a7df}.journey-step.paid:not(.current){background:#fffcf5}.journey-step small{color:#757d87;font-size:7.5px;text-transform:capitalize}.invoice-journey.compact{grid-template-columns:minmax(115px,.6fr) minmax(210px,2fr)}.invoice-journey.compact .journey-step{min-width:96px;padding-top:6px;padding-bottom:6px}.invoice-move-sheet{width:min(650px,100%)}.studio-sheet-mark.warning{color:#956319;border-color:#ead8b9;background:#fffaf1}.move-path-preview{display:flex;align-items:center;gap:0;margin-top:18px;padding:12px;overflow-x:auto;border:1px solid #e1e6ed;border-radius:8px;background:#fbfcfd}.move-path-preview>span{min-width:120px;display:grid;gap:3px;padding:9px 11px;border:1px solid #d9e0e8;border-radius:7px;background:#fff;color:#29384a;font-size:9.5px;font-weight:680}.move-path-preview>span.future{border-color:#9fc0eb;background:#f5f9ff}.move-path-preview small{color:#8a929c;font-size:7px;font-weight:500;text-transform:capitalize}.move-path-preview>i{min-width:32px;height:1px;background:#bcc8d7}.move-reason-field{display:grid;gap:6px;margin-top:15px}.move-reason-field>span{color:#535353;font-size:9px;font-weight:650}.move-reason-field select{width:100%;min-height:39px;padding:0 11px;border:1px solid #d6d6d6;border-radius:7px;outline:0;background:#fff;color:#303030;font:inherit;font-size:10px;transition:border-color .16s ease,box-shadow .16s ease}.move-reason-field select:focus{border-color:#7da8dd;box-shadow:0 0 0 3px #1367d217}.move-finance-note{display:flex;align-items:flex-start;gap:9px;margin-top:12px;padding:11px;border:1px solid #dce5f0;border-radius:8px;background:#f8fbff;color:#44617f}.move-finance-note>div{display:grid;gap:3px}.move-finance-note strong{color:#2f475f;font-size:9px}.move-finance-note span{color:#6f7f90;font-size:8.5px;line-height:1.45}.studio-manifest-list article.reissued{background:#fbfdff}.manifest-copy em{display:flex;align-items:center;gap:4px;margin-top:4px;color:#58718e;font-size:7.8px;font-style:normal}.studio-library-list button.billed{background:#fbfdff}.studio-library-list button.billed .studio-library-check{color:#557391;border-color:#cfdbea}.bill-reference-total{display:flex;align-items:flex-start;gap:9px;padding:12px 15px;border-top:1px solid #e1e7ef;background:#f8fbff;color:#50708f}.bill-reference-total>div{display:grid;gap:3px}.bill-reference-total span{color:#74869a;font-size:8px}.bill-reference-total strong{color:#2f4d6a;font-size:12px}.bill-reference-total small{color:#8491a0;font-size:7.5px}@media (max-width: 900px){.journey-search-results>article,.billed-invoice-heading{align-items:stretch;flex-direction:column}.journey-search-results>article>.btn,.billed-invoice-actions .btn{justify-content:center}.invoice-journey,.invoice-journey.compact{grid-template-columns:1fr}.invoice-journey>p{grid-column:1}.journey-track{overflow-x:auto;padding:2px 6px 2px 10px}.journey-track:before{left:0}.billed-invoice-actions{justify-content:space-between}}.archive-invoice-journey{display:grid;grid-template-columns:140px minmax(280px,1fr);align-items:center;gap:14px 22px;min-height:94px;margin:0 14px 12px;padding:13px 15px;border:1px solid #dce4ee;border-radius:9px;background:#fbfdff;animation:billing-content-in .24s cubic-bezier(.2,.8,.2,1) both}.archive-journey-label{display:grid;grid-template-columns:25px 1fr;align-items:center;gap:2px 7px}.archive-journey-label svg{grid-row:1 / span 2;color:var(--accent)}.archive-journey-label span,.archive-journey-stop span{color:#8792a0;font-size:7px;font-weight:700;letter-spacing:.055em;text-transform:uppercase}.archive-journey-label strong{color:#25364a;font-size:11px}.archive-journey-rail{position:relative;display:flex;align-items:stretch;gap:25px;min-width:0;overflow-x:auto;padding:2px 7px}.archive-journey-rail:before{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:#c9d4e1}.archive-journey-stop{position:relative;z-index:1;min-width:120px;display:grid;gap:2px;padding:7px 10px 7px 16px;border:1px solid #dbe2ea;border-radius:7px;background:#fff}.archive-journey-stop i{position:absolute;top:50%;left:-6px;width:10px;height:10px;border:2px solid #fff;border-radius:50%;background:#aeb8c4;box-shadow:0 0 0 1px #cbd5e1;transform:translateY(-50%)}.archive-journey-stop.current{border-color:#a9c8ef;background:#f5f9ff}.archive-journey-stop.current i{background:var(--accent)}.archive-journey-stop.matched{box-shadow:inset 0 -2px #70a0dd}.archive-journey-stop strong{color:#26394f;font-size:10px}.archive-journey-stop small{color:#7e8995;font-size:7.5px;text-transform:capitalize}.archive-invoice-journey>p{grid-column:2;display:flex;flex-wrap:wrap;gap:3px;margin:-5px 7px 0;color:#6f7b89;font-size:8.5px}.archive-invoice-journey>p b{color:#354b63}.invoice-result-path span.previous,.shipment-verified-path span.previous{color:#7e8995;background:#f5f6f7}.invoice-result-path span.current,.shipment-verified-path span.current{color:#225f9d;background:#edf5ff}.invoice-moved-hint{display:flex!important;align-items:center;gap:4px;margin-top:5px;color:#56718f!important;font-size:8px!important;line-height:1.35}.shipment-docket>.archive-invoice-journey{margin-top:12px}@media (max-width: 760px){.archive-invoice-journey{grid-template-columns:1fr;margin:0 8px 10px}.archive-invoice-journey>p{grid-column:1;margin-top:0}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}.ui-ripple{display:none!important}}@media print{.app:before,.sidebar,.topbar,.topbar-popover,.command-layer,.modal-backdrop{display:none!important}}.nav-tree{padding:5px 12px 76px 14px}.nav-section{margin-bottom:7px}.nav-group{min-height:30px;padding:6px 7px 5px 2px;background:transparent!important}.nav-children{position:relative;display:grid;gap:2px;margin-left:7px;padding-left:13px;border-left:1px solid #e0e0e0;overflow:hidden}.nav-item{position:relative;min-height:34px;padding:7px 9px;border-radius:7px}.nav-item:before{content:"";position:absolute;left:-14px;top:50%;width:10px;display:block;border-top:1px solid #e0e0e0}.nav-item:hover{padding-left:9px;background:#f4f4f4}.nav-item.active{background:#eee;box-shadow:inset 2px 0 #202020}.nav-section.collapsed .nav-children{margin-top:0;padding-top:0;padding-bottom:0;border-left-color:transparent}.erp-workspace-screen{--workspace-tint: #126dff;--workspace-tint-soft: #eef5ff}.erp-workspace-screen .page{width:min(1540px,100%);gap:20px}.erp-workspace-screen .page-head{position:relative;min-height:142px;align-items:end;padding:12px 0 24px;border-bottom:1px solid #dcdcdc}.erp-workspace-screen .page-head:before{content:"";position:absolute;left:0;bottom:-1px;width:76px;height:2px;background:#222;transform-origin:left;animation:workspace-rule-in .7s .12s cubic-bezier(.16,1,.3,1) both}.erp-workspace-screen .page-kicker{margin-bottom:9px;color:#777;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.erp-workspace-screen .page-title{max-width:880px;color:#171717;font-size:clamp(30px,3.1vw,50px);font-weight:630;line-height:.98;letter-spacing:-.055em}.erp-workspace-screen .page-intro{max-width:720px;margin-top:13px;color:#707070;font-size:11.5px;line-height:1.65}.erp-workspace-screen .page-actions{padding-bottom:3px}.workspace-visual{--visual-accent: #126dff;--visual-soft: #edf4ff;min-height:224px;display:grid;grid-template-columns:minmax(220px,.72fr) minmax(520px,1.6fr);overflow:hidden;border:1px solid #dcdcdc;border-radius:14px;background:#fff;box-shadow:0 1px 2px #00000006,0 18px 50px #00000009}.workspace-visual.tone-green{--visual-accent: #0b8c63;--visual-soft: #ecf8f4}.workspace-visual.tone-amber{--visual-accent: #c16812;--visual-soft: #fff6e9}.workspace-visual.tone-violet{--visual-accent: #7251c7;--visual-soft: #f4f0ff}.workspace-visual.tone-graphite{--visual-accent: #353535;--visual-soft: #f2f2f2}.workspace-visual-copy{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:29px 31px;border-right:1px solid #e4e4e4;background:linear-gradient(145deg,#fff 18%,var(--visual-soft))}.workspace-visual-copy:after{content:"";position:absolute;right:-5px;top:35px;width:9px;height:9px;border-radius:50%;background:var(--visual-accent);box-shadow:0 0 0 5px #fff}.workspace-visual-kicker{display:flex;align-items:center;gap:7px;color:var(--visual-accent);font-size:9px;font-weight:720;letter-spacing:.1em;text-transform:uppercase}.workspace-visual-copy h2{margin:15px 0 3px;color:#292929;font-size:12px;font-weight:610}.workspace-visual-value{color:#141414;font-size:clamp(27px,3vw,43px);font-weight:660;line-height:1;letter-spacing:-.055em}.workspace-visual-copy p{max-width:340px;margin:12px 0 0;color:#777;font-size:10.5px;line-height:1.55}.workspace-visual-aside{margin-top:17px;color:#616161;font-size:9.5px}.workspace-chart{position:relative;min-width:0;min-height:224px;padding:29px 27px 22px;background:#fff}.workspace-chart-grid{position:absolute;top:31px;right:27px;bottom:55px;left:27px;display:grid;grid-template-rows:repeat(4,1fr)}.workspace-chart-grid i{border-top:1px solid #eeeeee}.workspace-bars{position:relative;z-index:1;height:148px;display:flex;align-items:end;gap:clamp(8px,1.5vw,22px);padding:0 3px}.workspace-bar-column{height:100%;min-width:0;flex:1;display:grid;grid-template-rows:18px minmax(0,1fr) 34px;align-items:end}.workspace-bar-value{overflow:hidden;color:#6d6d6d;font-size:8.5px;text-align:center;text-overflow:ellipsis;white-space:nowrap;opacity:0;animation:workspace-label-in .4s .45s ease forwards}.workspace-bar-track{height:100%;display:flex;align-items:end;justify-content:center}.workspace-bar-track i{width:min(28px,72%);height:var(--bar-size);min-height:5px;border-radius:4px 4px 1px 1px;background:linear-gradient(180deg,var(--visual-accent),color-mix(in srgb,var(--visual-accent) 72%,#fff));box-shadow:0 7px 16px color-mix(in srgb,var(--visual-accent) 14%,transparent);transform-origin:bottom;animation:workspace-bar-in .72s var(--bar-delay) cubic-bezier(.16,1,.3,1) both;transition:width .2s ease,filter .2s ease,transform .2s ease}.workspace-bar-column:hover .workspace-bar-track i{width:min(36px,88%);filter:saturate(1.15);transform:translateY(-2px)}.workspace-bar-label{min-width:0;display:grid;gap:2px;padding-top:8px;border-top:1px solid #dedede;text-align:center}.workspace-bar-label strong,.workspace-bar-label span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.workspace-bar-label strong{color:#444;font-size:8.5px;font-weight:650}.workspace-bar-label span{color:#929292;font-size:7.5px}.workspace-chart-corner{position:absolute;top:13px;right:15px;display:flex;align-items:center;gap:5px;color:#999;font-size:8px}.erp-workspace-screen .kpis,.erp-workspace-screen .tiles6{gap:0;overflow:hidden;border:1px solid #dedede;border-radius:12px;background:#fff}.erp-workspace-screen .kpi,.erp-workspace-screen .tile{position:relative;min-height:102px;padding:17px 18px;border:0;border-right:1px solid #e7e7e7;border-radius:0;background:#fff;box-shadow:none;transition:background-color .18s ease,transform .2s cubic-bezier(.2,.8,.2,1)}.erp-workspace-screen .kpi:hover,.erp-workspace-screen .tile:hover{z-index:1;background:#fafafa;transform:translateY(-2px)}.erp-workspace-screen .kpi:after,.erp-workspace-screen .tile:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;background:#242424;opacity:0;transform:scaleX(.25);transition:opacity .18s ease,transform .25s ease}.erp-workspace-screen .kpi:hover:after,.erp-workspace-screen .tile:hover:after{opacity:1;transform:scaleX(1)}.erp-workspace-screen .k-val,.erp-workspace-screen .t-v{color:#242424;font-size:clamp(20px,2vw,29px);font-weight:640;letter-spacing:-.045em}.erp-workspace-screen .card{border-color:#dedede;border-radius:12px;box-shadow:0 1px 2px #00000005;transition:border-color .2s ease,box-shadow .25s ease,transform .25s cubic-bezier(.2,.8,.2,1)}.erp-workspace-screen .card:hover{border-color:#d3d3d3;box-shadow:0 12px 36px #00000009}.erp-workspace-screen .card-head{min-height:62px;padding:15px 18px;background:linear-gradient(180deg,#fff,#fdfdfd)}.erp-workspace-screen .card-head h3{color:#2a2a2a;font-size:12px;letter-spacing:-.01em}.erp-workspace-screen .split-list{gap:14px}.erp-workspace-screen .attn{min-height:65px;transition:background-color .15s ease,padding-left .18s ease,box-shadow .18s ease}.erp-workspace-screen .attn:hover{padding-left:21px;background:#f8f8f8!important;box-shadow:inset 2px 0 var(--accent)}.erp-workspace-screen .table-wrap{scrollbar-color:#d2d2d2 transparent}.erp-workspace-screen thead th{height:39px;background:#f8f8f8;color:#777;font-size:8.5px;letter-spacing:.055em;text-transform:uppercase}.erp-workspace-screen tbody tr{transition:background-color .14s ease,box-shadow .14s ease}.erp-workspace-screen tbody tr:hover{background:#f7f7f7;box-shadow:inset 2px 0 #292929}.erp-workspace-screen tbody td{height:49px}.erp-workspace-screen .filter-panel,.erp-workspace-screen .workspace-toolbar{background:#fff}.erp-workspace-screen .filter-panel{overflow:visible}.erp-workspace-screen .filter-panel-head{border-bottom:1px solid #e8e8e8;background:#fafafa}.erp-workspace-screen .filter-title-icon{color:#444;background:#fff}.erp-workspace-screen .seg,.erp-workspace-screen .filter-chip{border-radius:7px}.erp-workspace-screen .seg button.on{background:#272727;color:#fff;box-shadow:none}.erp-workspace-screen .btn.primary{background:#252525;border-color:#252525}.erp-workspace-screen .btn.primary:hover{background:#000;border-color:#000;box-shadow:0 7px 18px #00000026}.erp-workspace-screen .inp:focus,.erp-workspace-screen input:focus,.erp-workspace-screen textarea:focus{border-color:#777!important;box-shadow:0 0 0 3px #0000000e!important}.erp-workspace-screen .modal{border-radius:14px;box-shadow:0 28px 80px #00000029}.erp-workspace-screen .modal-backdrop{background:#fafafaad!important;-webkit-backdrop-filter:blur(7px) saturate(.85);backdrop-filter:blur(7px) saturate(.85)}.erp-workspace-screen .empty-state,.erp-workspace-screen .placeholder{min-height:240px;background:radial-gradient(circle at center,#fff 0,#fbfbfb 58%,#f7f7f7)}.erp-workspace-screen .communications-page .page-head{min-height:126px}.erp-workspace-screen .letter-workspace,.erp-workspace-screen .email-workspace{grid-template-columns:minmax(320px,.72fr) minmax(560px,1.28fr)}.erp-workspace-screen .letter-editor-card,.erp-workspace-screen .email-composer-card{box-shadow:0 18px 54px #0000000e}.erp-workspace-screen .company-register{overflow:hidden}.erp-workspace-screen .company-detail .detail-head{min-height:120px;background:linear-gradient(125deg,#fff,#f5f7fa)}.erp-workspace-screen .detail-head.card{overflow:hidden}@keyframes workspace-bar-in{0%{opacity:0;transform:scaleY(.04)}to{opacity:1;transform:scaleY(1)}}@keyframes workspace-label-in{to{opacity:1}}@keyframes workspace-rule-in{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@media (max-width: 980px){.workspace-visual{grid-template-columns:1fr}.workspace-visual-copy{min-height:176px;border-right:0;border-bottom:1px solid #e4e4e4}.workspace-visual-copy:after{top:auto;right:34px;bottom:-5px}.workspace-chart{min-height:210px}}@media (max-width: 720px){.erp-workspace-screen .page-head{min-height:118px;padding-bottom:18px}.erp-workspace-screen .page-title{font-size:30px}.workspace-visual{border-radius:11px}.workspace-visual-copy{padding:24px 21px}.workspace-chart{min-height:196px;padding-inline:12px}.workspace-chart-grid{left:12px;right:12px}.workspace-bars{gap:5px}.workspace-bar-label span,.workspace-bar-value{display:none}.workspace-bar-track i{width:70%}.erp-workspace-screen .kpis,.erp-workspace-screen .tiles6{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-workspace-screen .kpi,.erp-workspace-screen .tile{border-bottom:1px solid #e7e7e7}.erp-workspace-screen .letter-workspace,.erp-workspace-screen .email-workspace{grid-template-columns:1fr}}@media print{.workspace-visual{display:none!important}}:root{--ink: #1f2328;--muted: #70757c;--faint: #9a9da2;--line: #e3e4e6;--line-strong: #cfd1d4;--surface: #ffffff;--soft: #f5f5f4;--soft-2: #fbfbfa;--accent: #155eef;--accent-hover: #104dcc;--accent-soft: #edf4ff;--green: #147d64;--green-soft: #edf7f3;--amber: #95620b;--amber-soft: #fbf3df;--red: #b73535;--red-soft: #fbeded}html,body,button,input,textarea,select{font-family:SF Pro Text,Avenir Next,Helvetica Neue,Arial,sans-serif}.page-title,.overview-hero h1,.assistant-welcome>strong{font-family:SF Pro Display,Avenir Next,Helvetica Neue,Arial,sans-serif}.nav-tree{padding:7px 12px 78px 14px}.nav-section{margin-bottom:5px}.nav-group{min-height:29px;padding:6px 7px 5px 2px;color:#85878b;background:transparent!important;font-size:9px;font-weight:650;letter-spacing:.035em}.nav-children{gap:1px;margin-left:7px;padding-left:13px;border-left-color:#e4e5e7}.nav-item{position:relative;min-height:33px;padding:7px 9px;border-radius:6px;color:#575b61;font-size:10.5px;font-weight:550}.nav-item:before{left:-14px;width:10px;border-top-color:#e4e5e7}.nav-item:after{content:"";position:absolute;left:-16px;top:50%;width:5px;height:5px;border-radius:50%;background:#155eef;opacity:0;transform:translateY(-50%) scale(.45);transition:opacity .16s ease,transform .22s cubic-bezier(.16,1,.3,1)}.nav-item:hover{padding-left:9px;color:#25282c;background:#f5f5f4}.nav-item.active{color:#1f2328;background:transparent;box-shadow:none;font-weight:650}.nav-item.active:after{opacity:1;transform:translateY(-50%) scale(1)}.nav-item.active .nav-icon{color:#155eef}.nav-item:hover .nav-icon{transform:none}.brand{height:62px;padding:12px 19px}.brand img{width:140px}.topbar{height:62px;min-height:62px;padding:0 16px 0 22px;background:#fbfbfaf7}.breadcrumb{gap:8px;font-size:10px}.breadcrumb span{color:#989b9f}.breadcrumb b{color:#d4d5d7}.breadcrumb strong{color:#30343a;font-size:10.5px;font-weight:640}.company{gap:4px}.topbar-assistant-link,.topbar-help{min-height:32px;padding:6px 8px;border:0;border-radius:6px;color:#4b4f55;font-size:10px}.topbar-assistant-link:hover,.topbar-help:hover{border:0;background:#f1f1f0;color:#1f2328;transform:none}.account-button{min-height:38px;padding:3px 3px 3px 8px;border-radius:7px}.account-button:hover,.account-button[aria-expanded=true]{border-color:transparent;background:#f1f1f0}.avatar{width:28px;height:28px;border-radius:7px}.account-copy strong{font-size:10px}.account-copy small{font-size:8px}.content{padding:26px clamp(22px,2.8vw,42px) 54px}.erp-workspace-screen .page{width:min(1500px,100%);gap:14px}.erp-workspace-screen .page-head{min-height:auto;align-items:end;padding:6px 0 15px;border-bottom:1px solid var(--line)}.erp-workspace-screen .page-head:before{display:none}.erp-workspace-screen .page-kicker{margin-bottom:5px;color:#85898e;font-size:8.5px;font-weight:680;letter-spacing:.08em}.erp-workspace-screen .page-title{color:#202328;font-size:clamp(25px,2.2vw,34px);font-weight:640;line-height:1.05;letter-spacing:-.04em}.erp-workspace-screen .page-intro{max-width:700px;margin-top:8px;color:#74787e;font-size:10.5px;line-height:1.55}.erp-workspace-screen .page-actions{padding-bottom:0}.erp-workspace-screen .btn{min-height:33px;border-radius:6px;box-shadow:none}.erp-workspace-screen .btn:hover:not(:disabled){box-shadow:none;transform:translateY(-1px)}.erp-workspace-screen .btn.primary{border-color:#22262b;background:#22262b}.erp-workspace-screen .btn.primary:hover:not(:disabled){border-color:#08090a;background:#08090a;box-shadow:none}.erp-workspace-screen .seg{border-radius:6px;background:#f0f0ef}.erp-workspace-screen .seg button{min-height:29px;border-radius:4px}.erp-workspace-screen .seg button.on{border-color:#d8d9da;background:#fff;color:#22262b;box-shadow:0 1px 2px #0000000a}.erp-workspace-screen .card,.erp-workspace-screen .detail-head{border-color:var(--line);border-radius:9px;box-shadow:none}.erp-workspace-screen .card:hover{border-color:#d4d5d7;box-shadow:none}.erp-workspace-screen .card-head{min-height:54px;padding:12px 15px;background:#fff}.erp-workspace-screen .card-head h3{color:#292d32;font-size:11px;font-weight:650}.erp-workspace-screen .kpis,.erp-workspace-screen .tiles6{gap:0;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff}.erp-workspace-screen .kpi,.erp-workspace-screen .tile{min-height:82px;padding:13px 15px;border:0;border-right:1px solid #e9e9e8;border-radius:0;background:#fff;box-shadow:none;transition:background-color .18s ease}.erp-workspace-screen .kpi:last-child,.erp-workspace-screen .tile:last-child{border-right:0}.erp-workspace-screen .kpi:hover,.erp-workspace-screen .tile:hover{background:#fafafa;transform:none}.erp-workspace-screen .kpi:after,.erp-workspace-screen .tile:after{display:none}.erp-workspace-screen .k-label,.erp-workspace-screen .t-l{color:#777b81;font-size:8.5px;letter-spacing:.025em}.erp-workspace-screen .k-val,.erp-workspace-screen .t-v{margin-top:6px;color:#24272b;font-size:clamp(18px,1.65vw,25px);font-weight:630;letter-spacing:-.035em;font-variant-numeric:tabular-nums}.workspace-visual{--visual-accent: #155eef;--visual-soft: #edf4ff;min-height:166px;grid-template-columns:minmax(210px,.62fr) minmax(380px,1.38fr);border:1px solid var(--line);border-radius:9px;background:#fff;box-shadow:none}.workspace-visual-copy{justify-content:center;padding:20px 22px;border-right:1px solid var(--line);background:#fff}.workspace-visual-copy:after{right:-3px;top:24px;width:5px;height:5px;box-shadow:0 0 0 3px #fff}.workspace-visual-kicker{gap:6px;font-size:8px;letter-spacing:.08em}.workspace-visual-copy h2{margin:10px 0 3px;font-size:10px}.workspace-visual-value{font-size:clamp(24px,2.6vw,34px);font-weight:640}.workspace-visual-copy p{margin-top:8px;font-size:9.5px;line-height:1.45}.workspace-visual-aside{margin-top:10px;font-size:8.5px}.workspace-chart{min-height:166px;padding:23px 18px 16px}.workspace-chart-grid{top:24px;right:18px;bottom:43px;left:18px}.workspace-bars{height:112px;gap:clamp(6px,1vw,14px)}.workspace-bar-column{grid-template-rows:15px minmax(0,1fr) 27px}.workspace-bar-value{font-size:7.5px}.workspace-bar-track i{width:min(22px,64%);border-radius:3px 3px 0 0;background:var(--visual-accent);box-shadow:none}.workspace-bar-column:hover .workspace-bar-track i{width:min(27px,76%);filter:none;transform:translateY(-1px)}.workspace-bar-label{padding-top:6px}.workspace-bar-label strong{font-size:7.5px}.workspace-bar-label span{font-size:6.8px}.workspace-chart-corner{top:9px;right:11px;font-size:7px}.fleet-page,.payments-page,.runs-page,.commission-page{display:grid;grid-template-columns:minmax(520px,1.35fr) minmax(360px,.65fr);align-items:start}.fleet-page>.page-head,.payments-page>.page-head,.runs-page>.page-head,.commission-page>.page-head,.fleet-page>.filter-panel,.payments-page>.split-list,.runs-page>.card,.commission-page>.card{grid-column:1 / -1}.fleet-page>.workspace-visual,.payments-page>.workspace-visual,.runs-page>.workspace-visual,.commission-page>.workspace-visual{grid-column:1}.fleet-page>.kpis,.payments-page>.kpis,.runs-page>.kpis,.commission-page>.kpis{grid-column:2;grid-template-columns:repeat(2,minmax(0,1fr))}.fleet-page>.kpis .kpi:nth-child(2n),.payments-page>.kpis .kpi:nth-child(2n),.runs-page>.kpis .kpi:nth-child(2n),.commission-page>.kpis .kpi:nth-child(2n){border-right:0}.fleet-page>.kpis .kpi:nth-child(-n+4),.payments-page>.kpis .kpi:nth-child(-n+2),.runs-page>.kpis .kpi:nth-child(-n+2),.commission-page>.kpis .kpi:nth-child(-n+2){border-bottom:1px solid #e9e9e8}.companies-page .company-workspace{grid-template-columns:minmax(240px,300px) minmax(0,1fr);gap:12px}.companies-page .company-register{position:sticky;top:78px}.companies-page .company-detail .detail-head{min-height:96px;padding:18px;background:#fafafa}.companies-page .company-detail-metrics{gap:0;overflow:hidden;border:1px solid var(--line);border-radius:8px}.companies-page .company-detail-metrics article{border:0;border-right:1px solid var(--line);border-radius:0}.companies-page .company-detail-metrics article:last-child{border-right:0}.invoice-register{gap:12px}.invoice-register>.filter-panel{margin-bottom:0!important}.invoices-page>.page-head{margin-bottom:0}.bill-register{display:grid;gap:12px}.invoices-page .split-list{grid-template-columns:minmax(260px,330px) minmax(0,1fr);gap:12px}.invoices-page .list-card,.invoices-page .scroll-card{max-height:calc(100dvh - 245px)}.unsubmitted-page .filter-panel{order:3}.unsubmitted-page .unsubmitted-grid{order:4;grid-template-columns:minmax(0,1fr) 300px;gap:12px}.unsubmitted-page>.kpis{order:2}.unsubmitted-page>.page-head{order:1}.unsubmitted-page .filter-groups{padding-top:1px;padding-bottom:1px}.unbilled-page>.kpis,.documents-page>.kpis,.salaries-page>.kpis,.expenses-page>.kpis,.entities-page>.kpis{margin-top:0}.documents-page>.split-list,.users-page>.split-list{gap:12px!important}.expenses-page .expense-layout{grid-template-columns:minmax(270px,340px) minmax(0,1fr);gap:12px}.entities-page>.card{margin-top:0}.entities-page>.grid-2{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:12px}.communications-page .page-head{min-height:auto}.communications-page .letter-workspace,.communications-page .email-workspace{grid-template-columns:minmax(300px,.68fr) minmax(520px,1.32fr);gap:12px}.communications-page .letter-editor-card,.communications-page .email-composer-card{box-shadow:none}.erp-workspace-screen table{border-collapse:separate;border-spacing:0}.erp-workspace-screen thead th{height:37px;background:#f8f8f7;color:#74787e;font-size:8px;letter-spacing:.045em}.erp-workspace-screen tbody td{height:45px}.erp-workspace-screen tbody tr:hover{background:#f8f8f7;box-shadow:inset 2px 0 #155eef}.erp-workspace-screen .attn{min-height:57px}.erp-workspace-screen .attn:hover{padding-left:16px;background:#f8f8f7!important;box-shadow:inset 2px 0 #155eef}.erp-workspace-screen .filter-panel-head{background:#fafafa}.erp-workspace-screen .filter-title-icon{color:#555a61;background:#fff}.assistant-command-page .assistant-workspace{grid-template-rows:52px minmax(0,1fr) auto}.assistant-command-page .assistant-chat-head{min-height:52px}.assistant-messages{padding-top:30px}.assistant-conversation{width:min(900px,100%)}.assistant-command-page .assistant-message{display:grid;grid-template-columns:25px minmax(0,1fr);gap:12px;margin-bottom:24px}.assistant-command-page .assistant-message-icon{width:24px;height:24px;margin-top:0;border:0;border-radius:6px;background:#edf4ff;color:#155eef;box-shadow:none}.assistant-command-page .assistant-bubble{width:min(760px,100%);padding:1px 0 4px 15px;border:0;border-left:1px solid #dfe1e4;background:transparent}.assistant-command-page .assistant-message.user{display:flex;width:fit-content;max-width:min(72%,620px)}.assistant-command-page .assistant-message.user .assistant-bubble{width:auto;padding:9px 13px;border:1px solid #e0e1e3;border-radius:12px 12px 3px;background:#f2f2f1;box-shadow:none}.assistant-message-copy{gap:5px;color:#34383d;font-size:11.8px;line-height:1.66}.assistant-copy-heading{color:#202429;font-size:13px}.assistant-copy-section{color:#2e3237}.assistant-sources{margin-top:12px;padding-top:8px}.assistant-attachments button{border-radius:8px;box-shadow:none}.assistant-command-page .assistant-thinking{width:min(510px,100%);padding:1px 0 7px 15px;border:0;border-left:1px solid #dfe1e4;border-radius:0;background:transparent;box-shadow:none}.assistant-thinking-title{display:flex;align-items:center;gap:10px}.assistant-thinking-title>span:last-child{display:grid;gap:2px}.assistant-thinking-title strong{color:#30343a;font-size:10.8px;font-weight:640}.assistant-thinking-title small{color:#898d92;font-size:8.5px}.assistant-thinking-pulse{display:inline-flex;align-items:center;gap:3px}.assistant-thinking-pulse i{width:4px;height:4px;border-radius:50%;background:#155eef;animation:tally-dot 1.05s ease-in-out infinite}.assistant-thinking-pulse i:nth-child(2){animation-delay:.13s}.assistant-thinking-pulse i:nth-child(3){animation-delay:.26s}.assistant-thinking-progress{height:1px;overflow:hidden;margin-top:9px;background:#ececec}.assistant-thinking-progress i{display:block;width:34%;height:100%;background:#155eef;animation:tally-progress 1.45s cubic-bezier(.4,0,.2,1) infinite}.assistant-composer{border-radius:11px;box-shadow:0 8px 24px #0000000e}.assistant-composer:hover{box-shadow:0 9px 26px #0001}.assistant-composer:focus-within{box-shadow:0 0 0 2px #00000009,0 11px 28px #00000012}@keyframes tally-dot{0%,70%,to{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}@keyframes tally-progress{0%{opacity:0;transform:translate(-110%) scaleX(.7)}20%{opacity:1}75%{opacity:1}to{opacity:0;transform:translate(330%) scaleX(1)}}@media (max-width: 1180px){.fleet-page,.payments-page,.runs-page,.commission-page{grid-template-columns:1fr}.fleet-page>.workspace-visual,.payments-page>.workspace-visual,.runs-page>.workspace-visual,.commission-page>.workspace-visual,.fleet-page>.kpis,.payments-page>.kpis,.runs-page>.kpis,.commission-page>.kpis{grid-column:1}.fleet-page>.kpis,.payments-page>.kpis,.runs-page>.kpis,.commission-page>.kpis{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}}@media (max-width: 900px){.brand{height:60px}.topbar{height:60px;min-height:60px}.companies-page .company-register{position:static}.documents-page>.split-list,.users-page>.split-list,.entities-page>.grid-2{grid-template-columns:1fr!important}}@media (max-width: 720px){.erp-workspace-screen .page-head{min-height:auto;align-items:start;padding-bottom:13px}.erp-workspace-screen .page-title{font-size:27px}.workspace-visual{grid-template-columns:1fr}.workspace-visual-copy{min-height:132px;border-right:0;border-bottom:1px solid var(--line)}.workspace-visual-copy:after{top:auto;right:25px;bottom:-3px}.workspace-chart{min-height:154px}.erp-workspace-screen .kpis,.erp-workspace-screen .tiles6{grid-template-columns:repeat(2,minmax(0,1fr))}.erp-workspace-screen .kpi,.erp-workspace-screen .tile{border-bottom:1px solid #e9e9e8}.companies-page .company-workspace,.unsubmitted-page .unsubmitted-grid,.invoices-page .split-list,.expenses-page .expense-layout,.communications-page .letter-workspace,.communications-page .email-workspace{grid-template-columns:1fr!important}.assistant-command-page .assistant-message.user{max-width:88%}.assistant-command-page .assistant-bubble{padding-left:12px}}.expenses-page{gap:12px}.expenses-page>.page-head .page-actions{align-self:end}.expense-entry-panel{overflow:visible;border-color:#d9dadd;animation:expense-panel-enter .34s cubic-bezier(.16,1,.3,1) both}.expense-entry-panel .card-head{min-height:48px}.expense-entry-panel .card-head h3{display:flex;align-items:center;gap:7px}.expense-form-compact{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 12px;align-items:flex-end;padding:13px 15px 15px}.expense-form-compact>.expense-field{min-width:0;flex:1 1 190px;align-self:flex-start}.expense-form-compact label{margin-bottom:4px!important;color:#74787e!important;font-size:9px!important;font-weight:630!important;line-height:1.2}.expense-form-compact label span{color:#a0a3a7;font-weight:500}.expense-form-compact input,.expense-form-compact textarea,.expense-form-compact .choice-trigger{height:32px!important;max-height:32px!important;min-height:32px!important;padding:6px 8px!important;border-color:#dedfe1!important;border-radius:5px!important;font-size:10px!important}.expense-form-compact .choice-select{width:100%;height:32px;display:block}.expense-form-compact .choice-value{display:block;line-height:18px}.expense-form-compact .choice-value small{display:none}.expense-form-compact input:hover,.expense-form-compact .choice-trigger:hover{border-color:#bfc1c4!important}.expense-form-compact input:focus,.expense-form-compact .choice-trigger:focus-visible{border-color:#8f9399!important;box-shadow:0 0 0 2px #1f23280e!important}.expense-field-amount{flex:0 0 140px!important}.expense-field-date{flex:0 0 150px!important}.expense-field-title{flex:2 1 260px!important}.expense-field-centre{flex:1.5 1 230px!important}.expense-field-category{flex:1.25 1 210px!important}.expense-field-vendor{flex:1 1 190px!important}.expense-field-note{flex:2 1 270px!important}.expense-entry-submit{flex:0 0 128px;align-self:flex-end}.expense-entry-submit .btn{width:100%;min-height:32px;justify-content:center;white-space:nowrap;font-size:9px}.expense-form-compact .expense-book-preview{display:flex;align-items:center;gap:6px;margin:4px 0 0;padding:3px 0 0;border:0;border-radius:0;background:transparent}.expense-form-compact .expense-book-preview span{display:none}.expense-form-compact .expense-book-preview strong{color:#3e4349;font-size:8px;font-weight:650}.expense-form-compact .expense-book-preview small{color:#94989d;font-size:7.5px}.expense-register-card{min-width:0;overflow:visible}.expense-register-card>.card-head{border-bottom:1px solid var(--line)}.expense-register-meta{display:flex;align-items:center;gap:8px;color:#8a8e93;font-size:8px}.expense-live-dot{width:5px;height:5px;border-radius:50%;background:#23976e;box-shadow:0 0 0 3px #eaf6f1}.expense-register-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;align-items:center;gap:8px;min-height:54px;padding:9px 12px;border-bottom:1px solid #e8e8e7;background:#fbfbfa}.expense-search{min-width:0;height:34px;display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 9px;border:1px solid #dedfe1;border-radius:6px;background:#fff;color:#84888d;transition:border-color .16s ease,box-shadow .18s ease,background-color .16s ease}.expense-search:hover{border-color:#c7c9cc}.expense-search:focus-within{border-color:#8e9298;box-shadow:0 0 0 2px #1f23280d}.expense-search input{min-width:0;height:100%;padding:0;border:0!important;outline:0!important;background:transparent;color:#2c3035;font-size:10px;box-shadow:none!important}.expense-search button{width:22px;height:22px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#8d9196;cursor:pointer}.expense-search button:hover{background:#f1f1f0;color:#34383d}.expense-date-presets{display:inline-flex;gap:2px;padding:2px;border:1px solid #dedfe1;border-radius:6px;background:#f4f4f3}.expense-date-presets button{min-height:28px;padding:0 9px;border:0;border-radius:4px;background:transparent;color:#777b80;font-size:8.5px;font-weight:610;cursor:pointer;transition:color .14s ease,background-color .14s ease,transform .14s ease}.expense-date-presets button:hover{color:#2d3136}.expense-date-presets button.on{background:#fff;color:#25292e;box-shadow:0 1px 2px #0000000b}.expense-date-presets button:active{transform:scale(.97)}.expense-filter-toggle{min-width:105px}.expense-filter-toggle>span{min-width:17px;height:17px;display:grid;place-items:center;border-radius:999px;background:#eceeed;color:#44494f;font-size:8px;font-variant-numeric:tabular-nums}.expense-filter-toggle.active{border-color:#bfc2c6;background:#f5f5f4;color:#25292d}.expense-reset{color:#777b80}.expense-filter-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:13px 12px 14px;border-bottom:1px solid #e6e6e5;background:#fff;animation:expense-filter-enter .28s cubic-bezier(.16,1,.3,1) both}.expense-filter-group{min-width:0;display:grid;align-content:start;gap:6px;padding:3px 13px 9px;border-left:1px solid #ececea}.expense-filter-group:nth-child(4n+1){border-left:0;padding-left:2px}.expense-filter-group:nth-child(n+5){margin-top:13px;padding-top:13px;border-top:1px solid #ececea}.expense-filter-label{margin-bottom:1px;color:#74787d;font-size:8px;font-weight:680;letter-spacing:.055em;text-transform:uppercase}.expense-filter-group .choice-select,.expense-filter-group .choice-trigger{width:100%}.expense-filter-group .choice-trigger{min-height:30px;border-radius:5px;font-size:9px}.expense-filter-pair{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.expense-filter-pair label{display:grid;gap:3px;color:#8b8e92;font-size:7.5px}.expense-filter-pair input{width:100%;min-width:0;min-height:30px;padding:5px 7px;border:1px solid #dedfe1;border-radius:5px;background:#fff;color:#30343a;font-size:8.5px}.expense-filter-pair input:focus{border-color:#92969b;outline:0;box-shadow:0 0 0 2px #1f23280d}.expense-filter-chips{display:flex;flex-wrap:wrap;align-items:center;gap:5px;padding:7px 12px;border-bottom:1px solid #ebebea;background:#fdfdfc}.expense-filter-chips button{min-height:24px;display:inline-flex;align-items:center;gap:5px;padding:0 7px;border:1px solid #e0e1e2;border-radius:999px;background:#f5f5f4;color:#5f646a;font-size:7.8px;cursor:pointer;transition:border-color .14s ease,color .14s ease,background-color .14s ease,transform .14s ease}.expense-filter-chips button:hover{border-color:#bfc2c5;background:#fff;color:#292d32;transform:translateY(-1px)}.expense-filter-chips .clear-all{border-color:transparent;background:transparent;color:#777b80}.expense-sheet-wrap{max-width:100%;overflow-x:auto;border-radius:0 0 9px 9px}.expense-sheet-table{min-width:1480px;table-layout:auto}.erp-workspace-screen .expense-sheet-table thead th{position:sticky;top:0;z-index:2;height:35px;white-space:nowrap}.erp-workspace-screen .expense-sheet-table tbody td{height:54px;padding-top:8px;padding-bottom:8px;vertical-align:middle;font-size:9.5px}.expense-sheet-table th:first-child,.expense-sheet-table td:first-child{position:sticky;left:0;z-index:1;min-width:92px;border-right:1px solid #ececea;background:#fff}.expense-sheet-table thead th:first-child{z-index:3;background:#f8f8f7}.expense-sheet-table tbody tr:hover td:first-child{background:#f8f8f7}.expense-sheet-table th:nth-child(2){width:100px}.expense-sheet-table th:nth-child(3){width:280px}.expense-sheet-table th:nth-child(4){width:150px}.expense-sheet-table th:nth-child(5){width:170px}.expense-sheet-table th:nth-child(6){width:150px}.expense-sheet-table th:nth-child(7){width:120px}.expense-sheet-table th:nth-child(8){width:175px}.expense-sheet-table th:nth-child(9){width:145px}.expense-description-cell>div:first-child{color:#292d32;font-weight:630}.expense-note{max-width:275px;margin-top:3px;overflow:hidden;color:#8b8f94;font-size:8px;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.expense-sheet-table .tag{white-space:nowrap}.expense-sheet-table .btn.compact{min-height:27px;padding-inline:7px;opacity:.45}.expense-sheet-table tr:hover .btn.compact,.expense-sheet-table .btn.compact:focus-visible{opacity:1}.expense-register-card .empty-state .btn{margin:12px auto 0}@keyframes expense-panel-enter{0%{opacity:0;transform:translateY(-8px) scale(.995)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes expense-filter-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 1240px){.expense-field-title{flex-basis:230px!important}.expense-field-centre{flex-basis:220px!important}.expense-field-category,.expense-field-vendor{flex-basis:190px!important}.expense-field-note{flex-basis:250px!important}.expense-filter-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.expense-filter-group:nth-child(4n+1){border-left:1px solid #ececea;padding-left:13px}.expense-filter-group:nth-child(3n+1){border-left:0;padding-left:2px}.expense-filter-group:nth-child(n+4){margin-top:13px;padding-top:13px;border-top:1px solid #ececea}}@media (max-width: 900px){.expense-field-title,.expense-field-centre,.expense-field-note{flex-basis:calc(50% - 6px)!important}.expense-register-toolbar{grid-template-columns:minmax(220px,1fr) auto auto}.expense-date-presets{grid-column:1 / -1;grid-row:2;width:max-content}.expense-filter-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.expense-filter-group:nth-child(3n+1){border-left:1px solid #ececea;padding-left:13px}.expense-filter-group:nth-child(odd){border-left:0;padding-left:2px}.expense-filter-group:nth-child(n+3){margin-top:13px;padding-top:13px;border-top:1px solid #ececea}}@media (max-width: 620px){.expenses-page>.page-head{gap:12px}.expenses-page>.page-head .page-actions,.expenses-page>.page-head .page-actions .btn{width:100%}.expense-form-compact{padding:12px}.expense-field-amount,.expense-field-date,.expense-field-title,.expense-field-centre,.expense-field-category,.expense-field-vendor,.expense-field-note,.expense-entry-submit{flex:1 1 100%!important}.expense-register-meta{display:none}.expense-register-toolbar{grid-template-columns:1fr auto}.expense-search{grid-column:1 / -1}.expense-date-presets{grid-column:1 / -1;width:100%}.expense-date-presets button{flex:1}.expense-reset{justify-self:end}.expense-filter-panel{grid-template-columns:1fr}.expense-filter-group,.expense-filter-group:nth-child(odd),.expense-filter-group:nth-child(3n+1),.expense-filter-group:nth-child(4n+1){margin-top:0;padding:11px 0;border-top:1px solid #ececea;border-left:0}.expense-filter-group:first-child{padding-top:0;border-top:0}}@media (prefers-reduced-motion: reduce){.expense-entry-panel,.expense-filter-panel{animation:none}}.invoice-archive-page{gap:12px}.invoice-archive-page>.page-head{padding-bottom:14px}.invoice-archive-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff}.invoice-archive-stats article{min-width:0;min-height:78px;display:grid;align-content:center;gap:3px;padding:12px 15px;border-right:1px solid #e8e8e7;transition:background-color .16s ease}.invoice-archive-stats article:last-child{border-right:0}.invoice-archive-stats article:hover{background:#fafafa}.invoice-archive-stats span{color:#7a7e83;font-size:8px;font-weight:630}.invoice-archive-stats strong{overflow:hidden;color:#25292e;font-size:clamp(17px,1.45vw,23px);font-weight:640;letter-spacing:-.03em;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.invoice-archive-stats small{color:#9a9da1;font-size:7.5px}.invoice-archive-shell{min-width:0;overflow:hidden;border:1px solid #dcdedd;border-radius:10px;background:#fff;animation:invoice-archive-enter .38s cubic-bezier(.16,1,.3,1) both}.invoice-archive-toolbar{min-height:55px;display:grid;grid-template-columns:minmax(280px,1fr) 160px auto auto;align-items:center;gap:8px;padding:9px 11px;border-bottom:1px solid #e6e7e6;background:#fbfbfa}.invoice-archive-search{min-width:0;height:34px;display:grid;grid-template-columns:16px minmax(0,1fr) auto;align-items:center;gap:7px;padding:0 9px;border:1px solid #dcdedd;border-radius:6px;background:#fff;color:#85898e;transition:border-color .16s ease,box-shadow .18s ease}.invoice-archive-search:hover{border-color:#bfc2c5}.invoice-archive-search:focus-within{border-color:#8f9398;box-shadow:0 0 0 2px #1f23280d}.invoice-archive-search input{min-width:0;height:100%;padding:0;border:0!important;border-radius:0!important;outline:0;background:transparent;color:#292d32;box-shadow:none!important;font-size:9.5px}.invoice-archive-search button{width:23px;height:23px;display:grid;place-items:center;border:0;border-radius:4px;background:transparent;color:#85898e;cursor:pointer}.invoice-archive-search button:hover{background:#f1f1f0;color:#2d3136}.invoice-archive-toolbar .choice-select,.invoice-archive-toolbar .choice-trigger{width:100%}.invoice-archive-toolbar .choice-trigger{min-height:34px;border-radius:6px}.invoice-filter-toggle>span{min-width:17px;height:17px;display:grid;place-items:center;border-radius:99px;background:#e8eae9;color:#3f4449;font-size:7.5px}.invoice-filter-toggle.active{border-color:#b9bdc1;background:#f3f3f2;color:#24282d}.invoice-clear-button{color:#777b80}.invoice-filter-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding:12px;border-bottom:1px solid #e7e7e6;background:#fff;animation:invoice-filter-enter .26s cubic-bezier(.16,1,.3,1) both}.invoice-filter-group{min-width:0;display:grid;align-content:start;gap:6px;padding:2px 12px 8px;border-left:1px solid #ececea}.invoice-filter-group:first-child{padding-left:1px;border-left:0}.invoice-filter-group:nth-child(n+5){margin-top:11px;padding-top:11px;border-top:1px solid #ececea}.invoice-filter-group>span{color:#75797e;font-size:7.5px;font-weight:680;letter-spacing:.06em;text-transform:uppercase}.invoice-filter-group .choice-trigger{min-height:30px;border-radius:5px;font-size:8.5px}.invoice-filter-range{grid-column:span 2}.invoice-filter-range>div{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.invoice-filter-range label{min-width:0;display:grid;gap:3px;color:#96999d;font-size:7px}.invoice-filter-range input{width:100%;min-width:0;min-height:30px;padding:5px 7px;border-radius:5px!important;font-size:8px;box-shadow:none}.invoice-archive-breadcrumb{min-height:37px;display:flex;align-items:center;gap:6px;padding:0 12px;border-bottom:1px solid #e8e8e7;background:#fff;color:#a0a3a7;font-size:8px}.invoice-archive-breadcrumb button{display:inline-flex;align-items:center;gap:5px;padding:3px 4px;border:0;border-radius:4px;background:transparent;color:#70747a;font-size:inherit;cursor:pointer}.invoice-archive-breadcrumb button:hover{background:#f2f2f1;color:#25292e}.invoice-archive-breadcrumb strong{max-width:240px;overflow:hidden;color:#30343a;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.invoice-archive-grid{min-width:0;height:clamp(560px,calc(100dvh - 338px),790px);display:grid;grid-template-columns:minmax(205px,235px) minmax(270px,310px) minmax(470px,1fr);align-items:stretch;background:#fff}.invoice-folder-pane,.invoice-manifest-pane,.invoice-detail-pane{min-width:0;min-height:0;display:flex;flex-direction:column;background:#fff}.invoice-folder-pane,.invoice-manifest-pane{border-right:1px solid #e5e6e5}.invoice-folder-pane{background:#fbfbfa}.archive-pane-head{flex:0 0 47px;min-width:0;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 11px;border-bottom:1px solid #e8e8e7;background:inherit}.archive-pane-head>div{min-width:0;display:grid;gap:2px}.archive-pane-head span{color:#a0a3a7;font-size:6.8px;font-weight:680;letter-spacing:.075em;text-transform:uppercase}.archive-pane-head strong{overflow:hidden;color:#34383d;font-size:9px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.archive-pane-head>small{min-width:20px;height:20px;display:grid;place-items:center;border:1px solid #e1e2e2;border-radius:5px;background:#fff;color:#7b7f84;font-size:7px;font-variant-numeric:tabular-nums}.invoice-folder-list,.invoice-manifest-list,.invoice-detail-pane{overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#d7d8d8 transparent}.invoice-folder-list{padding:6px}.invoice-folder-row{position:relative;width:100%;min-height:69px;display:grid;grid-template-columns:27px minmax(0,1fr) 12px;align-items:center;gap:8px;padding:8px 7px;border:1px solid transparent;border-radius:6px;background:transparent;color:#6d7177;text-align:left;cursor:pointer;transition:color .15s ease,background-color .15s ease,border-color .15s ease,transform .16s ease}.invoice-folder-row:before{content:"";position:absolute;left:-6px;top:14px;bottom:14px;width:2px;border-radius:0 2px 2px 0;background:#155eef;opacity:0;transform:scaleY(.4);transition:opacity .16s ease,transform .2s cubic-bezier(.16,1,.3,1)}.invoice-folder-row:hover{border-color:#e1e2e2;background:#fff;color:#2e3237;transform:translate(1px)}.invoice-folder-row.selected{border-color:#dce3ee;background:#f4f7fb;color:#1e416f}.invoice-folder-row.selected:before{opacity:1;transform:scaleY(1)}.invoice-folder-row.archive-root{min-height:57px}.invoice-folder-icon{width:27px;height:27px;display:grid;place-items:center;border:1px solid #e0e1e1;border-radius:6px;background:#fff;color:#777b80}.invoice-folder-row.selected .invoice-folder-icon{border-color:#cfdceb;color:#155eef}.invoice-folder-copy{min-width:0;display:grid;gap:2px}.invoice-folder-copy strong{overflow:hidden;color:#30343a;font-size:8.7px;font-weight:660;text-overflow:ellipsis;white-space:nowrap}.invoice-folder-copy small{overflow:hidden;color:#8d9196;font-size:7.2px;text-overflow:ellipsis;white-space:nowrap}.invoice-folder-copy em{margin-top:3px;color:#565b61;font-size:7.6px;font-style:normal;font-weight:620;font-variant-numeric:tabular-nums}.invoice-folder-divider{display:flex;align-items:center;gap:7px;padding:11px 5px 5px;color:#a0a3a7;font-size:6.7px;font-weight:680;letter-spacing:.06em;text-transform:uppercase}.invoice-folder-divider i{height:1px;flex:1;background:#e5e6e5}.invoice-folder-status{width:6px;height:6px;justify-self:center;border-radius:50%;background:#c1c4c7;box-shadow:0 0 0 3px #f0f1f1}.invoice-folder-status.paid{background:#24946e;box-shadow:0 0 0 3px #e4f3ed}.invoice-folder-status.finalized{background:#c9852a;box-shadow:0 0 0 3px #f8eddd}.bill-overview-row,.invoice-manifest-row{position:relative;width:100%;display:grid;align-items:center;border:0;border-bottom:1px solid #ececea;background:#fff;color:#75797e;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.bill-overview-row{min-height:56px;grid-template-columns:28px minmax(0,1fr) 13px;gap:8px;padding:7px 11px;background:#fbfbfa}.bill-overview-row>span:first-child{width:28px;height:28px;display:grid;place-items:center;border:1px solid #dddfdf;border-radius:6px;background:#fff;color:#6f7479}.bill-overview-row>div{min-width:0;display:grid;gap:2px}.bill-overview-row strong{color:#33373c;font-size:8.7px;font-weight:650}.bill-overview-row small{overflow:hidden;color:#8f9397;font-size:7.3px;text-overflow:ellipsis;white-space:nowrap}.bill-overview-row:hover,.bill-overview-row.selected{background:#f4f6f8;color:#155eef}.invoice-manifest-list{flex:1}.invoice-manifest-row{min-height:76px;grid-template-columns:23px minmax(0,1fr) auto 12px;gap:7px;padding:8px 9px}.invoice-manifest-row:before{content:"";position:absolute;top:0;bottom:0;left:0;width:2px;background:#155eef;opacity:0;transform:scaleY(.35);transition:opacity .16s ease,transform .2s cubic-bezier(.16,1,.3,1)}.invoice-manifest-row:hover{background:#fafafa;color:#33383e}.invoice-manifest-row.selected{background:#f5f8fc;color:#155eef}.invoice-manifest-row.selected:before{opacity:1;transform:scaleY(1)}.invoice-manifest-index{color:#a1a4a8;font-size:6.8px;font-variant-numeric:tabular-nums}.invoice-manifest-copy{min-width:0;display:grid;gap:2px}.invoice-manifest-copy strong{overflow:hidden;color:#2d3136;font-size:8.6px;font-weight:660;text-overflow:ellipsis;white-space:nowrap}.invoice-manifest-copy small{overflow:hidden;color:#909499;font-size:7.1px;text-overflow:ellipsis;white-space:nowrap}.invoice-manifest-copy em{margin-top:3px;color:#54595f;font-size:7.8px;font-style:normal;font-weight:620;font-variant-numeric:tabular-nums}.invoice-document-count{height:22px;display:inline-flex;align-items:center;gap:3px;padding:0 5px;border:1px solid #e0e1e2;border-radius:5px;background:#fff;color:#909499;font-size:6.8px}.invoice-document-count.complete{border-color:#cee6dc;background:#f4faf7;color:#258363}.archive-pane-empty{min-height:112px;display:grid;place-items:center;align-content:center;gap:5px;padding:18px;color:#989ca0;text-align:center;font-size:7.8px;line-height:1.5}.archive-pane-empty strong{color:#4a4f55;font-size:9px}.archive-pane-empty span{max-width:220px}.archive-loading{min-height:110px;display:grid;place-items:center;align-content:center;gap:8px;padding:18px;color:#85898e}.archive-loading>span{display:inline-flex;gap:3px}.archive-loading i{width:4px;height:4px;border-radius:50%;background:#155eef;animation:invoice-load-dot 1s ease-in-out infinite}.archive-loading i:nth-child(2){animation-delay:.12s}.archive-loading i:nth-child(3){animation-delay:.24s}.archive-loading strong{font-size:8px;font-weight:620}.invoice-detail-pane{background:#fff}.invoice-detail-pane>.archive-pane-head{position:sticky;top:0;z-index:4;background:#fff}.invoice-detail-empty{min-height:300px;display:grid;place-items:center;align-content:center;gap:7px;padding:28px;color:#9a9da1;text-align:center}.invoice-detail-empty strong{color:#454a50;font-size:10px}.invoice-detail-empty span{max-width:300px;font-size:8px;line-height:1.55}.invoice-detail-empty.compact{min-height:150px;border:1px dashed #dfe0e0;border-radius:7px}.invoice-archive-error{min-height:260px;display:flex;align-items:center;justify-content:center;gap:10px;color:#8e3e3e}.invoice-archive-error div{display:grid;gap:3px}.invoice-archive-error strong{font-size:10px}.invoice-archive-error span{color:#9a6a6a;font-size:8px}.bill-folder-overview,.shipment-docket{min-width:0;animation:invoice-detail-enter .3s cubic-bezier(.16,1,.3,1) both}.bill-folder-title,.shipment-docket-title{min-height:91px;display:grid;grid-template-columns:42px minmax(0,1fr) auto;align-items:center;gap:11px;padding:16px;border-bottom:1px solid #e8e8e7;background:#fafafa}.bill-folder-mark,.shipment-docket-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid #dcdede;border-radius:8px;background:#fff;color:#5d6268}.bill-folder-title>div,.shipment-docket-title>div{min-width:0;display:grid;gap:2px}.bill-folder-title>div>span,.shipment-docket-title>div>span{color:#96999d;font-size:6.8px;font-weight:680;letter-spacing:.07em;text-transform:uppercase}.bill-folder-title h2,.shipment-docket-title h2{overflow:hidden;margin:0;color:#292d32;font-size:16px;font-weight:650;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap}.bill-folder-title p,.shipment-docket-title p{overflow:hidden;margin:0;color:#83878c;font-size:7.8px;text-overflow:ellipsis;white-space:nowrap}.bill-state{display:inline-flex;align-items:center;gap:5px;padding:5px 7px;border:1px solid #e0e1e1;border-radius:99px;background:#fff;color:#777b80;font-size:7px;text-transform:capitalize}.bill-state i{width:5px;height:5px;border-radius:50%;background:#b5b8bb}.bill-state.paid{border-color:#d5e9e1;background:#f5faf8;color:#267d61}.bill-state.paid i{background:#24946e}.bill-state.finalized{border-color:#eadbc7;background:#fdf9f2;color:#93611f}.bill-state.finalized i{background:#c9852a}.bill-folder-actions,.shipment-document-actions{display:flex;align-items:center;flex-wrap:wrap;gap:6px;padding:10px 14px;border-bottom:1px solid #e8e8e7}.bill-folder-actions .btn,.shipment-document-actions .btn{min-height:29px;font-size:8px}.bill-folder-metrics,.shipment-docket-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-bottom:1px solid #e8e8e7}.bill-folder-metrics article,.shipment-docket-metrics article{min-width:0;min-height:63px;display:grid;align-content:center;gap:4px;padding:10px 12px;border-right:1px solid #e8e8e7}.bill-folder-metrics article:last-child,.shipment-docket-metrics article:last-child{border-right:0}.bill-folder-metrics span,.shipment-docket-metrics span{color:#8b8f94;font-size:7px}.bill-folder-metrics strong,.shipment-docket-metrics strong{overflow:hidden;color:#30343a;font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.bill-allocation-section,.shipment-stack{padding:14px}.bill-section-heading{display:flex;align-items:end;justify-content:space-between;gap:12px;margin-bottom:9px}.bill-section-heading>div{display:grid;gap:2px}.bill-section-heading span{color:#999ca0;font-size:6.7px;font-weight:680;letter-spacing:.07em;text-transform:uppercase}.bill-section-heading strong{color:#363a40;font-size:9px;font-weight:650}.bill-section-heading small{color:#979a9e;font-size:7px}.bill-allocation-list{overflow:hidden;border:1px solid #e0e1e1;border-radius:7px}.bill-allocation-list>article{display:grid;grid-template-columns:minmax(120px,.62fr) minmax(280px,1.38fr);min-height:67px;border-bottom:1px solid #e8e8e7}.bill-allocation-list>article:last-child{border-bottom:0}.bill-allocation-list>article>button{min-width:0;display:flex;align-items:center;gap:8px;padding:9px 10px;border:0;border-right:1px solid #e8e8e7;background:#fafafa;color:#73777c;text-align:left;cursor:pointer}.bill-allocation-list>article>button:hover{background:#f4f4f3;color:#155eef}.bill-allocation-list>article>button span{min-width:0;display:grid;gap:2px}.bill-allocation-list>article>button strong{overflow:hidden;color:#34383d;font-size:8px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.bill-allocation-list>article>button small{color:#929599;font-size:6.8px}.bill-allocation-list dl{min-width:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.bill-allocation-list dl>div{min-width:0;display:grid;align-content:center;gap:3px;padding:7px 8px;border-right:1px solid #ededec}.bill-allocation-list dl>div:last-child{border-right:0}.bill-allocation-list dt{color:#96999d;font-size:6.3px}.bill-allocation-list dd{overflow:hidden;margin:0;color:#454a50;font-size:7.5px;font-weight:620;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.bill-folder-totals{width:min(360px,calc(100% - 28px));margin:0 14px 16px auto;border-top:1px solid #dedfdf}.bill-folder-totals>div{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e7e7e6;color:#777b80;font-size:7.8px}.bill-folder-totals strong{color:#363a40;font-size:8.4px;font-variant-numeric:tabular-nums}.bill-folder-totals .accent{color:#234f88}.bill-folder-totals .accent strong{color:#155eef}.shipment-count-seal{min-width:54px;min-height:42px;display:grid;place-items:center;align-content:center;gap:0;border-left:1px solid #dedfdf;padding-left:12px}.shipment-count-seal strong{color:#292d32;font-size:15px;font-weight:650;line-height:1}.shipment-count-seal small{color:#979a9e;font-size:6.5px}.shipment-doc-missing{display:inline-flex;align-items:center;gap:6px;color:#9a7777;font-size:7.5px}.shipment-docket-metrics{grid-template-columns:repeat(4,minmax(0,1fr))}.shipment-folder{overflow:hidden;border:1px solid #dfe0e0;border-bottom:0;background:#fff}.shipment-folder:first-of-type{border-radius:7px 7px 0 0}.shipment-folder:last-child{border-bottom:1px solid #dfe0e0;border-radius:0 0 7px 7px}.shipment-folder:only-of-type{border-bottom:1px solid #dfe0e0;border-radius:7px}.shipment-folder.open{border-color:#cfd7e2}.shipment-folder-trigger{width:100%;min-height:62px;display:grid;grid-template-columns:21px 28px minmax(130px,1fr) 52px 78px 14px;align-items:center;gap:7px;padding:8px 10px;border:0;background:#fff;color:#797d82;text-align:left;cursor:pointer;transition:background-color .15s ease,color .15s ease}.shipment-folder-trigger:hover{background:#fafafa;color:#30343a}.shipment-folder.open .shipment-folder-trigger{background:#f6f8fb;color:#155eef}.shipment-folder-number{color:#a2a5a8;font-size:6.7px;font-variant-numeric:tabular-nums}.shipment-folder-icon{width:28px;height:28px;display:grid;place-items:center;border:1px solid #e0e1e1;border-radius:6px;background:#fff;color:#73777c}.shipment-folder.open .shipment-folder-icon{border-color:#ccd9ea;color:#155eef}.shipment-folder-copy{min-width:0;display:grid;gap:3px}.shipment-folder-copy strong{overflow:hidden;color:#30343a;font-size:8.6px;font-weight:660;text-overflow:ellipsis;white-space:nowrap}.shipment-folder-copy small{overflow:hidden;color:#909499;font-size:6.9px;text-overflow:ellipsis;white-space:nowrap}.shipment-folder-quantity{display:grid;gap:1px;color:#52575c;font-size:7.7px;font-weight:620;text-align:right;font-variant-numeric:tabular-nums}.shipment-folder-quantity small{color:#a0a3a7;font-size:6px;font-weight:500}.shipment-folder-amount{color:#34383d;font-size:7.8px;font-weight:650;text-align:right;font-variant-numeric:tabular-nums}.shipment-folder-trigger>svg:last-child{transition:transform .2s cubic-bezier(.16,1,.3,1)}.shipment-folder.open .shipment-folder-trigger>svg:last-child{transform:rotate(180deg)}.shipment-delivery-list{border-top:1px solid #dfe4eb;background:#fff;animation:shipment-list-enter .26s cubic-bezier(.16,1,.3,1) both}.shipment-delivery-head,.shipment-delivery-row{display:grid;grid-template-columns:minmax(100px,1fr) 72px minmax(76px,.8fr) 64px 78px;align-items:center;gap:7px}.shipment-delivery-head{min-height:29px;padding:0 10px 0 59px;border-bottom:1px solid #e7e8e7;background:#fbfbfa;color:#999ca0;font-size:6.3px;font-weight:680;letter-spacing:.05em;text-transform:uppercase}.shipment-delivery-row{min-height:47px;padding:7px 10px 7px 59px;border-bottom:1px solid #efefee;color:#73777c;font-size:7.2px;font-variant-numeric:tabular-nums}.shipment-delivery-row:last-of-type{border-bottom:0}.shipment-delivery-row>span:first-child{min-width:0;display:flex;align-items:center;gap:6px}.shipment-delivery-row>span:first-child small{color:#aaaeb1;font-size:6px}.shipment-delivery-row>span:first-child strong{overflow:hidden;color:#3b4045;font-size:7.6px;text-overflow:ellipsis;white-space:nowrap}.shipment-delivery-row>span:nth-child(3){display:flex;align-items:center;gap:3px}.shipment-delivery-row>span:nth-child(4),.shipment-delivery-row>strong{text-align:right}.shipment-delivery-row>strong{color:#34383d;font-size:7.6px}.shipment-truck-link{min-height:31px;display:flex;align-items:center;gap:5px;margin-left:auto;padding:0 10px;border:0;border-top:1px solid #eeeeed;background:transparent;color:#6f7479;font-size:6.8px;cursor:pointer}.shipment-truck-link:hover{color:#155eef}.shipment-docket-footer{min-height:43px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px 14px;border-top:1px solid #e7e7e6;background:#fafafa;color:#85898e;font-size:6.8px}.shipment-docket-footer span{display:inline-flex;align-items:center;gap:5px;color:#33755e}.shipment-docket-footer strong{color:#555a60;font-size:7.2px;font-weight:620;font-variant-numeric:tabular-nums}@keyframes invoice-archive-enter{0%{opacity:0;transform:translateY(8px) scale(.997)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes invoice-filter-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes invoice-detail-enter{0%{opacity:0;transform:translate(8px)}to{opacity:1;transform:translate(0)}}@keyframes shipment-list-enter{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes invoice-load-dot{0%,70%,to{opacity:.25;transform:translateY(0)}35%{opacity:1;transform:translateY(-2px)}}.billing-desk-page{gap:16px}.billing-desk-head{padding:7px 0 3px;align-items:center}.billing-create-button span{min-width:20px;height:20px;display:grid;place-items:center;margin-left:2px;border-radius:999px;background:#ffffff2e;font-size:9px}.billing-signal-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:1px solid var(--line);border-radius:10px;background:#fff;overflow:hidden}.billing-signal{position:relative;min-height:118px;padding:17px 18px 14px;border-right:1px solid var(--line);transition:background-color .2s ease}.billing-signal:last-child{border-right:0}.billing-signal:hover{background:#fdfdfd}.billing-signal:after{content:"";position:absolute;left:18px;right:18px;bottom:0;height:2px;background:#ececec;transform:scaleX(.25);transform-origin:left;transition:transform .28s cubic-bezier(.2,.8,.2,1),background-color .2s ease}.billing-signal:hover:after{transform:scaleX(1)}.billing-signal.accent:after{background:var(--accent);transform:scaleX(1)}.billing-signal.warning:after{background:#c57a1d}.billing-signal-top{display:flex;align-items:center;gap:8px;color:#8b8b8b}.billing-signal-top span{width:27px;height:27px;display:grid;place-items:center;border:1px solid #e2e2e2;border-radius:7px;background:#fafafa}.billing-signal-top small{font-size:9px;font-weight:680;letter-spacing:.035em;text-transform:uppercase}.billing-signal>strong{display:block;margin-top:11px;color:#202020;font-size:24px;line-height:1;font-weight:690;font-variant-numeric:tabular-nums}.billing-signal>p{margin:7px 0 0;color:#929292;font-size:9.5px}.billing-workspace{min-height:470px;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}.billing-workspace-toolbar{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 13px;border-bottom:1px solid var(--line)}.billing-view-switch{display:flex;align-items:center;gap:2px;padding:3px;border-radius:7px;background:#f5f5f5}.billing-view-switch button{min-height:32px;display:flex;align-items:center;gap:8px;padding:6px 10px;border:0;border-radius:5px;background:transparent;color:#737373;font-size:10px;font-weight:620;cursor:pointer;transition:color .16s ease,background-color .16s ease,transform .16s ease}.billing-view-switch button:hover{color:#222}.billing-view-switch button:active{transform:scale(.98)}.billing-view-switch button.active{background:#fff;color:#202020;box-shadow:0 1px 3px #00000014}.billing-view-switch b{min-width:19px;height:18px;display:grid;place-items:center;border-radius:9px;background:#e9e9e9;color:#6f6f6f;font-size:8px}.billing-view-switch button.active b{color:var(--accent);background:var(--accent-soft)}.billing-search{width:min(390px,40%);min-height:37px;display:flex;align-items:center;gap:8px;padding:0 10px;border:1px solid #dedede;border-radius:7px;background:#fff;color:#929292;transition:border-color .16s ease,box-shadow .16s ease}.billing-search:focus-within{border-color:#8c8c8c;box-shadow:0 0 0 3px #0000000b}.billing-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#242424;font-size:11px}.billing-search button{width:22px;height:22px;display:grid;place-items:center;padding:0;border:0;border-radius:5px;background:#f4f4f4;color:#777;cursor:pointer}.billing-register{animation:billing-content-in .24s cubic-bezier(.2,.8,.2,1) both}.billing-register-caption{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 16px;border-bottom:1px solid var(--line)}.billing-register-caption>div{display:grid;gap:3px}.billing-register-caption strong{color:#262626;font-size:11.5px}.billing-register-caption span{color:#858585;font-size:9.5px}.billing-register-caption>span{padding:5px 8px;border:1px solid #e3e3e3;border-radius:5px;background:#fafafa;font-weight:650}.billing-register-caption.warning{background:#fffdf9}.billing-select-all{min-height:29px;padding:5px 9px;border:1px solid #ddd;border-radius:6px;background:#fff;color:#4d4d4d;font-size:9px;font-weight:650;cursor:pointer;transition:border-color .15s ease,transform .15s ease}.billing-select-all:hover{border-color:#aaa;transform:translateY(-1px)}.billing-table-scroll{overflow:auto}.billing-table{width:100%;border-collapse:collapse;table-layout:auto}.billing-table th{height:39px;padding:8px 12px;border-bottom:1px solid var(--line);background:#fbfbfb;color:#8a8a8a;font-size:8px;font-weight:690;letter-spacing:.035em;text-align:left;text-transform:uppercase;white-space:nowrap}.billing-table td{min-height:54px;padding:12px;border-bottom:1px solid #ededed;color:#4a4a4a;font-size:10.5px;vertical-align:middle;white-space:nowrap;transition:background-color .16s ease}.billing-table tbody tr:last-child td{border-bottom:0}.billing-table tbody tr:hover td{background:#fcfcfc}.billing-table.ready tbody tr{cursor:pointer}.billing-table.ready tbody tr.selected td{background:#f4f8ff}.billing-table.ready tbody tr.selected td:first-child{box-shadow:inset 2px 0 var(--accent)}.billing-table td strong{color:#242424;font-size:11px}.billing-table td small{display:block;margin-top:4px;color:#8d8d8d;font-size:8.5px}.billing-table .num{text-align:right;font-variant-numeric:tabular-nums}.billing-table td.emphasis{color:#202020;font-weight:690}.billing-table .check{width:42px;text-align:center}.billing-checkbox{width:17px;height:17px;display:grid;place-items:center;margin:0 auto;border:1px solid #cfcfcf;border-radius:5px;background:#fff;color:#fff;transition:border-color .16s ease,background-color .16s ease,transform .16s ease}tr.selected .billing-checkbox{border-color:var(--accent);background:var(--accent);transform:scale(1.04)}.billing-state{display:inline-flex;align-items:center;min-height:22px;padding:4px 7px;border:1px solid #dedede;border-radius:5px;background:#fafafa;color:#666;font-size:8px;font-weight:680;text-transform:capitalize}.billing-state.online{color:#087a55;border-color:#cce8df;background:#f3faf7}.billing-state.offline{color:#805c25;border-color:#eadfcf;background:#fcfaf5}.billing-state.new{color:#4e6482;border-color:#d9e2ef;background:#f7f9fc}.billing-state.hold{margin-right:4px;color:#9b5b16;border-color:#eddcc6;background:#fffaf2}.billing-state.paid{color:#715116;border-color:#e5d7b9;background:#fffbf1}.billing-route-arrow{padding:0 3px;color:#b0b0b0}.billing-doc-links,.billing-recovery-actions{display:flex;align-items:center;gap:7px}.billing-doc-links button{font-size:8.5px!important}.billing-upload-wrap{display:grid;gap:3px}.billing-upload-wrap>small{max-width:210px;color:var(--red);font-size:8px;white-space:normal}.billing-upload{min-height:28px;display:inline-flex;align-items:center;gap:5px;padding:5px 8px;border:1px dashed #c7c7c7;border-radius:5px;color:#555;background:#fff;font-size:8.5px;font-weight:620;cursor:pointer;transition:border-color .15s ease,background-color .15s ease}.billing-upload:hover,.billing-upload.is-dragover{border-color:var(--accent);background:var(--accent-soft)}.billing-empty{min-height:350px;display:grid;place-items:center;align-content:center;gap:8px;color:#aaa;text-align:center;animation:billing-content-in .24s ease both}.billing-empty strong{color:#373737;font-size:13px}.billing-empty span{max-width:440px;color:#8a8a8a;font-size:10px}.billing-loading{min-height:350px;display:flex;align-items:center;justify-content:center;gap:4px;color:#777;font-size:10px}.billing-loading i{width:4px;height:14px;border-radius:3px;background:#b5b5b5;animation:billing-load .8s ease-in-out infinite alternate}.billing-loading i:nth-child(2){animation-delay:.12s}.billing-loading i:nth-child(3){animation-delay:.24s;margin-right:7px}.billing-inline-error,.studio-error{display:flex;align-items:center;gap:7px;padding:9px 12px;color:#a32e2e;background:#fff7f7;border-top:1px solid #f0d7d7;font-size:9.5px}.billing-selection-bar{position:fixed;z-index:55;left:calc(258px + (100vw - 258px)/2);bottom:22px;min-width:500px;display:flex;align-items:center;gap:10px;padding:9px 10px;border:1px solid #d9d9d9;border-radius:10px;background:#fffffff5;box-shadow:0 16px 44px #00000024;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);transform:translate(-50%);animation:selection-enter .25s cubic-bezier(.2,.8,.2,1) both}.billing-selection-icon{width:30px;height:30px;display:grid;place-items:center;border-radius:7px;background:#262626;color:#fff}.billing-selection-bar>div:nth-child(2){min-width:175px;display:grid;gap:2px;margin-right:auto}.billing-selection-bar strong{color:#2c2c2c;font-size:10.5px}.billing-selection-bar span{color:#898989;font-size:8.5px}.bill-studio{min-height:100dvh;padding-top:30px;color:#282828;background:#fbfbfb}.bill-studio:before{content:"";position:fixed;z-index:100;inset:0 0 auto;height:30px;background:#050505}.bill-studio-topbar{position:sticky;z-index:50;top:30px;height:66px;display:grid;grid-template-columns:auto auto minmax(160px,1fr) auto auto;align-items:center;gap:14px;padding:0 20px;border-bottom:1px solid #e2e2e2;background:#fbfbfbf5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.bill-studio-topbar img{width:128px;max-height:36px;object-fit:contain}.bill-studio-back{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:6px 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:#666;font-size:9.5px;font-weight:640;cursor:pointer;transition:color .15s ease,background-color .15s ease}.bill-studio-back:hover{color:#202020;background:#f1f1f1}.bill-studio-title{min-width:0;display:flex;align-items:center;gap:9px;padding-left:14px;border-left:1px solid #dedede}.bill-studio-title span{color:#858585;font-size:9.5px}.bill-studio-title b{overflow:hidden;color:#333;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.bill-studio-security{display:flex;align-items:center;gap:6px;color:#747474;font-size:9px}.bill-studio-main{width:min(1540px,calc(100% - 42px));margin:0 auto;padding:32px 0 64px}.bill-studio-intro{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;padding:3px 2px 25px;animation:studio-rise .36s cubic-bezier(.2,.8,.2,1) both}.bill-studio-kicker{display:flex;align-items:center;gap:6px;color:#777;font-size:8.5px;font-weight:690;letter-spacing:.055em;text-transform:uppercase}.bill-studio-intro h1{margin:7px 0 4px;color:#1d1d1d;font-size:clamp(26px,3vw,39px);line-height:1.08;font-weight:665;letter-spacing:-.035em}.bill-studio-intro p{max-width:660px;margin:0;color:#858585;font-size:10.5px}.bill-studio-quote-state{max-width:380px;display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid #d8e7e0;border-radius:7px;background:#f7fbf9;color:#167054;font-size:9px}.bill-studio-quote-state.error{color:#a33838;border-color:#efd1d1;background:#fff8f8}.spin{animation:studio-spin .8s linear infinite}.bill-studio-layout{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:15px;align-items:start}.bill-studio-canvas{min-width:0;display:grid;gap:12px}.studio-section{overflow:hidden;border:1px solid #dedede;border-radius:10px;background:#fff;animation:studio-rise .38s cubic-bezier(.2,.8,.2,1) both}.studio-section:nth-child(2){animation-delay:.04s}.studio-section:nth-child(3){animation-delay:.08s}.studio-section:nth-child(4){animation-delay:.12s}.studio-section-head{min-height:78px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:14px 16px;border-bottom:1px solid #e5e5e5}.studio-section-head>div{display:grid;gap:3px}.studio-section-head>div>span{color:#8b8b8b;font-size:7.8px;font-weight:690;letter-spacing:.06em;text-transform:uppercase}.studio-section-head h2{margin:0;color:#262626;font-size:13px;font-weight:670}.studio-section-head p{margin:0;color:#8a8a8a;font-size:9px}.studio-safety-note{display:flex;align-items:center;gap:6px;color:#4c6f64;font-size:8.5px}.studio-library{padding:12px 14px;border-bottom:1px solid #e6e6e6;background:#fafafa;animation:studio-library-in .22s cubic-bezier(.2,.8,.2,1) both}.studio-library>label{height:35px;display:flex;align-items:center;gap:7px;padding:0 9px;border:1px solid #d8d8d8;border-radius:6px;background:#fff;color:#909090}.studio-library>label:focus-within{border-color:#888;box-shadow:0 0 0 3px #0000000a}.studio-library input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#252525;font-size:10px}.studio-library-list{max-height:238px;display:grid;gap:3px;margin-top:8px;overflow:auto}.studio-library-list button{min-height:48px;display:grid;grid-template-columns:20px 100px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 9px;border:1px solid transparent;border-radius:6px;background:transparent;color:#555;text-align:left;cursor:pointer;transition:border-color .14s ease,background-color .14s ease,transform .14s ease}.studio-library-list button:hover{border-color:#dedede;background:#fff;transform:translate(2px)}.studio-library-list button.active{border-color:#cdddf4;background:#f5f8fd}.studio-library-check{width:17px;height:17px;display:grid;place-items:center;border:1px solid #d1d1d1;border-radius:5px;background:#fff;color:#fff}.active .studio-library-check{border-color:var(--accent);background:var(--accent)}.studio-library-list strong{color:#303030;font-size:9.5px}.studio-library-list small{color:#888;font-size:8px}.studio-library-list b{color:#333;font-size:9px;font-variant-numeric:tabular-nums}.studio-library-empty{padding:25px;color:#8d8d8d;font-size:9px;text-align:center}.studio-manifest-list{min-height:94px;display:grid}.studio-manifest-list article{min-height:59px;display:grid;grid-template-columns:18px 31px minmax(150px,1fr) auto 112px 26px;align-items:center;gap:8px;padding:8px 12px;border-bottom:1px solid #ededed;background:#fff;cursor:grab;transition:opacity .16s ease,transform .16s ease,background-color .16s ease}.studio-manifest-list article:last-child{border-bottom:0}.studio-manifest-list article:hover{background:#fdfdfd}.studio-manifest-list article.dragging{opacity:.38;transform:scale(.995)}.studio-manifest-list article>svg{color:#b2b2b2}.manifest-number{color:#adadad;font-size:8px;font-variant-numeric:tabular-nums}.manifest-copy{min-width:0;display:grid;gap:3px}.manifest-copy strong{color:#282828;font-size:10.5px}.manifest-copy small{overflow:hidden;color:#8b8b8b;font-size:8px;text-overflow:ellipsis;white-space:nowrap}.manifest-docs{display:flex;gap:4px}.manifest-docs span{display:flex;align-items:center;gap:4px;padding:4px 6px;border:1px solid #dbe8e2;border-radius:5px;color:#27705b;background:#f7fbf9;font-size:7.5px}.studio-manifest-list article>b{color:#2b2b2b;font-size:9.5px;text-align:right;font-variant-numeric:tabular-nums}.studio-manifest-list article>button{width:25px;height:25px;display:grid;place-items:center;padding:0;border:0;border-radius:5px;background:transparent;color:#aaa;cursor:pointer}.studio-manifest-list article>button:hover{color:#a32e2e;background:#fff2f2}.studio-empty-manifest{min-height:170px;display:grid;place-items:center;align-content:center;gap:7px;color:#b0b0b0;text-align:center}.studio-empty-manifest strong{color:#444;font-size:11px}.studio-empty-manifest span{color:#898989;font-size:8.5px}.studio-empty-manifest .btn{margin-top:5px}.studio-fields{display:grid;grid-template-columns:190px minmax(0,1fr);gap:12px;padding:15px 16px 17px}.studio-fields label{position:relative;display:grid;gap:6px}.studio-fields label>span{color:#6f6f6f;font-size:8.5px;font-weight:640}.studio-fields label>span small{color:#aaa;font-weight:450}.studio-fields input,.studio-fields textarea{width:100%;border:1px solid #d8d8d8;border-radius:7px;outline:0;background:#fff;color:#292929;font-size:10px;transition:border-color .16s ease,box-shadow .16s ease}.studio-fields input{height:39px;padding:0 10px}.studio-fields textarea{min-height:74px;padding:10px 12px;resize:vertical}.studio-fields input:focus,.studio-fields textarea:focus{border-color:#858585;box-shadow:0 0 0 3px #0000000a}.studio-fields label>b{position:absolute;right:8px;bottom:7px;color:#b0b0b0;font-size:7px;font-weight:500}.studio-inline-empty{padding:28px 16px;color:#898989;font-size:9px;text-align:center}.recovery-list{display:grid}.recovery-row{min-height:82px;display:grid;grid-template-columns:minmax(180px,1fr) auto 126px;align-items:center;gap:12px;padding:12px 15px;border-bottom:1px solid #ededed}.recovery-row:last-child{border-bottom:0}.recovery-truck{min-width:0;display:flex;align-items:center;gap:9px}.recovery-truck>span{width:30px;height:30px;display:grid;place-items:center;flex:none;border:1px solid #dfdfdf;border-radius:7px;color:#696969;background:#fafafa}.recovery-truck>div{min-width:0;display:grid;gap:3px}.recovery-truck strong{color:#2b2b2b;font-size:10.5px}.recovery-truck small{color:#888;font-size:8px}.recovery-modes{display:flex;padding:3px;border:1px solid #dedede;border-radius:7px;background:#f5f5f5}.recovery-modes button{min-height:27px;padding:4px 8px;border:0;border-radius:5px;background:transparent;color:#777;font-size:7.8px;font-weight:620;cursor:pointer;transition:color .14s ease,background-color .14s ease,transform .14s ease}.recovery-modes button:hover{color:#222}.recovery-modes button:active{transform:scale(.97)}.recovery-modes button.active{color:#222;background:#fff;box-shadow:0 1px 3px #00000017}.recovery-custom{height:34px;display:flex;align-items:center;overflow:hidden;border:1px solid #d8d8d8;border-radius:6px;background:#fff}.recovery-custom span{height:100%;display:flex;align-items:center;padding:0 7px;border-right:1px solid #e3e3e3;color:#888;background:#fafafa;font-size:8px}.recovery-custom input{width:76px;height:100%;padding:0 7px;border:0;outline:0;color:#2d2d2d;font-size:9px}.recovery-result{display:grid;gap:2px;text-align:right}.recovery-result span,.recovery-own-value span{color:#929292;font-size:7.5px;text-transform:uppercase}.recovery-result strong,.recovery-own-value strong{color:#292929;font-size:10px}.recovery-result small{color:#737373;font-size:8px}.recovery-row.own{grid-template-columns:minmax(180px,1fr) auto;background:#fcfcfc}.recovery-own-value{display:grid;gap:3px;text-align:right}.pack-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;padding:14px 15px 16px}.pack-card{display:grid;grid-template-columns:35px minmax(0,1fr);gap:9px;padding:13px;border:1px solid #dedede;border-radius:8px;background:#fff;transition:border-color .17s ease,transform .17s ease}.pack-card:hover{border-color:#bababa;transform:translateY(-1px)}.pack-card-icon{width:34px;height:34px;display:grid;place-items:center;border:1px solid #dedede;border-radius:7px;color:#555;background:#fafafa}.pack-card>div:nth-child(2){display:grid;gap:3px}.pack-card strong{color:#292929;font-size:10.5px}.pack-card span{color:#888;font-size:8px}.pack-card dl{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,1fr);margin:4px 0 2px;border:1px solid #e7e7e7;border-radius:6px;overflow:hidden}.pack-card dl div{min-width:0;padding:8px;border-right:1px solid #e7e7e7}.pack-card dl div:last-child{border-right:0}.pack-card dt{color:#999;font-size:7px}.pack-card dd{margin:3px 0 0;color:#4e4e4e;font-size:8px}.pack-card>button{grid-column:1/-1;justify-content:center}.bill-studio-rail{position:sticky;top:111px;overflow:hidden;border:1px solid #dcdcdc;border-radius:10px;background:#fff;animation:studio-rail-in .42s cubic-bezier(.2,.8,.2,1) both}.bill-studio-rail-head{min-height:61px;display:grid;align-content:center;gap:3px;padding:12px 14px;border-bottom:1px solid #e5e5e5}.bill-studio-rail-head span{color:#909090;font-size:7.5px;font-weight:680;letter-spacing:.055em;text-transform:uppercase}.bill-studio-rail-head b{color:#2d2d2d;font-size:11px}.bill-studio-primary-total{display:grid;gap:4px;padding:17px 14px 15px;border-bottom:1px solid #e5e5e5}.bill-studio-primary-total small{color:#8d8d8d;font-size:8px}.bill-studio-primary-total strong{color:#1d1d1d;font-size:24px;line-height:1.1;font-weight:670;letter-spacing:-.025em}.bill-studio-primary-total span{color:#888;font-size:8px}.bill-studio-metrics{display:grid}.bill-studio-metrics>div{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 14px;border-bottom:1px solid #ededed}.bill-studio-metrics span{color:#7f7f7f;font-size:8.5px}.bill-studio-metrics b{color:#333;font-size:9px;font-variant-numeric:tabular-nums}.bill-studio-metrics .accent b{color:var(--accent)}.bill-studio-metrics .strong{background:#fafafa}.bill-studio-metrics .strong b{color:#202020;font-size:10px}.bill-studio-profit{display:grid;gap:4px;padding:14px;border-bottom:1px solid #e5e5e5}.bill-studio-profit span{color:#686868;font-size:8.5px}.bill-studio-profit strong{color:var(--accent);font-size:17px}.bill-studio-profit small{color:#989898;font-size:7.5px}.bill-studio-proof{display:flex;gap:8px;padding:13px 14px;color:#39705f;background:#f8fbfa}.bill-studio-proof>div{display:grid;gap:2px}.bill-studio-proof strong{font-size:8.5px}.bill-studio-proof span{color:#70867f;font-size:7.5px;line-height:1.4}.bill-studio-final{width:calc(100% - 20px);justify-content:center;margin:10px}.bill-preview-layer{position:fixed;z-index:120;top:30px;right:0;bottom:0;left:0;display:grid;grid-template-rows:58px minmax(0,1fr);background:#ededed;animation:preview-in .25s cubic-bezier(.2,.8,.2,1) both}.bill-preview-toolbar{display:flex;align-items:center;gap:8px;padding:9px 13px;border-bottom:1px solid #d8d8d8;background:#fbfbfb}.bill-preview-toolbar>div{display:grid;gap:2px;margin-right:auto}.bill-preview-toolbar span{color:#292929;font-size:10.5px;font-weight:650}.bill-preview-toolbar b{color:#8a8a8a;font-size:8px;font-weight:480}.bill-preview-layer iframe{width:100%;height:100%;border:0;background:#ededed}.studio-sheet-veil{position:fixed;z-index:130;top:30px;right:0;bottom:0;left:0;display:grid;place-items:end center;padding:20px;background:#fbfbfbb8;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);animation:veil-in .18s ease both}.studio-finalize-sheet{position:relative;width:min(570px,100%);overflow:hidden;padding:24px;border:1px solid #d8d8d8;border-radius:12px;background:#fff;box-shadow:0 22px 70px #00000029;animation:sheet-enter .28s cubic-bezier(.2,.8,.2,1) both}.studio-sheet-close{position:absolute;top:13px;right:13px;width:29px;height:29px;display:grid;place-items:center;border:0;border-radius:6px;background:#f5f5f5;color:#777;cursor:pointer}.studio-sheet-mark{width:42px;height:42px;display:grid;place-items:center;border:1px solid #dcdcdc;border-radius:9px;background:#fafafa;color:#444}.studio-finalize-sheet>p{margin:15px 0 4px;color:#8a8a8a;font-size:8px;font-weight:690;letter-spacing:.06em;text-transform:uppercase}.studio-finalize-sheet h2{margin:0;color:#222;font-size:22px}.studio-sheet-intro{display:block;margin-top:6px;color:#7e7e7e;font-size:9.5px}.studio-sheet-summary{display:grid;grid-template-columns:repeat(2,1fr);margin-top:17px;border:1px solid #e2e2e2;border-radius:8px;overflow:hidden}.studio-sheet-summary div{display:grid;gap:4px;padding:11px 12px;border-right:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}.studio-sheet-summary div:nth-child(2n){border-right:0}.studio-sheet-summary div:nth-last-child(-n+2){border-bottom:0}.studio-sheet-summary span{color:#8c8c8c;font-size:8px}.studio-sheet-summary strong{color:#292929;font-size:11px}.studio-confirm-check{display:flex;align-items:flex-start;gap:9px;margin-top:15px;padding:11px;border:1px solid #e1e1e1;border-radius:8px;background:#fafafa;cursor:pointer}.studio-confirm-check button{width:18px;height:18px;display:grid;place-items:center;flex:none;padding:0;border:1px solid #cfcfcf;border-radius:5px;background:#fff;color:#fff;cursor:pointer}.studio-confirm-check button.active{border-color:var(--accent);background:var(--accent)}.studio-confirm-check span{color:#5e5e5e;font-size:9px;line-height:1.5}.studio-sheet-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:17px}.bill-finalized-screen{display:grid;place-items:center;background:#fbfbfb}.bill-finalized-card{width:min(520px,calc(100% - 30px));display:grid;place-items:center;padding:37px;border:1px solid #ddd;border-radius:12px;background:#fff;text-align:center;animation:studio-success .5s cubic-bezier(.2,.8,.2,1) both}.bill-finalized-card>span{width:58px;height:58px;display:grid;place-items:center;border:1px solid #cfe4db;border-radius:14px;color:#087a55;background:#f5faf8}.bill-finalized-card>p{margin:17px 0 2px;color:#858585;font-size:8px;font-weight:690;letter-spacing:.07em;text-transform:uppercase}.bill-finalized-card h1{margin:0;color:#222;font-size:36px;font-weight:650}.bill-finalized-rule{width:44px;height:2px;margin:15px 0;background:var(--accent)}.bill-finalized-card>strong{color:#343434;font-size:12px}.bill-finalized-card>small{max-width:390px;margin:7px 0 19px;color:#858585;font-size:9px;line-height:1.5}.bill-finalized-packs{display:flex;gap:8px;margin-bottom:10px}@keyframes billing-content-in{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes billing-load{0%{transform:scaleY(.45);opacity:.4}to{transform:scaleY(1);opacity:1}}@keyframes studio-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes studio-rail-in{0%{opacity:0;transform:translate(10px)}to{opacity:1;transform:none}}@keyframes studio-library-in{0%{opacity:0;max-height:0;transform:translateY(-5px)}to{opacity:1;max-height:320px;transform:none}}@keyframes studio-spin{to{transform:rotate(360deg)}}@keyframes preview-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes studio-success{0%{opacity:0;transform:translateY(12px) scale(.985)}to{opacity:1;transform:none}}@media (max-width: 1120px){.billing-signal-grid{grid-template-columns:repeat(2,1fr)}.billing-signal:nth-child(2){border-right:0}.billing-signal:nth-child(-n+2){border-bottom:1px solid var(--line)}.bill-studio-layout{grid-template-columns:1fr}.bill-studio-rail{position:static;display:grid;grid-template-columns:repeat(2,1fr)}.bill-studio-rail-head,.bill-studio-primary-total{border-right:1px solid #e5e5e5}.bill-studio-metrics{grid-column:1/-1;grid-template-columns:repeat(2,1fr)}.bill-studio-profit,.bill-studio-proof{border-top:1px solid #e5e5e5}.bill-studio-final{grid-column:1/-1}}@media (max-width: 760px){.billing-desk-head{align-items:stretch;flex-direction:column}.billing-desk-head .page-actions,.billing-create-button{width:100%;justify-content:center}.billing-workspace-toolbar{align-items:stretch;flex-direction:column}.billing-view-switch{overflow-x:auto}.billing-view-switch button{flex:1;white-space:nowrap}.billing-search{width:100%}.billing-selection-bar{left:10px;right:10px;bottom:10px;min-width:0;transform:none}.billing-selection-bar>div:nth-child(2){min-width:0}.billing-selection-bar .btn.compact{display:none}.bill-studio-topbar{grid-template-columns:auto 1fr auto;padding:0 10px}.bill-studio-topbar img,.bill-studio-security{display:none}.bill-studio-title{border-left:0;padding-left:0}.bill-studio-back span{display:none}.bill-studio-main{width:calc(100% - 20px);padding-top:20px}.bill-studio-intro{align-items:flex-start;flex-direction:column}.bill-studio-intro h1{font-size:28px}.bill-studio-quote-state{max-width:100%}.studio-section-head{align-items:flex-start;flex-direction:column}.studio-section-head>.btn{width:100%;justify-content:center}.studio-fields{grid-template-columns:1fr}.studio-manifest-list article{grid-template-columns:18px 25px minmax(0,1fr) 26px}.manifest-docs,.studio-manifest-list article>b{grid-column:3}.studio-manifest-list article>button{grid-column:4;grid-row:1}.studio-library-list button{grid-template-columns:20px minmax(80px,1fr) auto}.studio-library-list button small{grid-column:2/-1}.recovery-row{grid-template-columns:1fr}.recovery-modes{width:100%;overflow-x:auto}.recovery-modes button{flex:1;white-space:nowrap}.recovery-result{text-align:left}.recovery-row.own{grid-template-columns:1fr}.recovery-own-value{text-align:left}.pack-grid{grid-template-columns:1fr}.bill-studio-rail{display:block}.bill-studio-rail-head,.bill-studio-primary-total{border-right:0}.bill-studio-metrics{display:grid;grid-template-columns:1fr}.bill-preview-toolbar>div{display:none}.bill-preview-toolbar .btn{flex:1;justify-content:center}.studio-sheet-veil{padding:8px}.studio-finalize-sheet{padding:19px}.studio-sheet-summary{grid-template-columns:1fr}.studio-sheet-summary div{border-right:0}.studio-sheet-summary div:nth-last-child(2){border-bottom:1px solid #e7e7e7}.studio-sheet-actions{flex-direction:column-reverse}.studio-sheet-actions .btn{width:100%;justify-content:center}}@media (max-width: 520px){.billing-signal-grid{grid-template-columns:1fr}.billing-signal{border-right:0;border-bottom:1px solid var(--line)}.billing-signal:last-child{border-bottom:0}.billing-view-switch button span{display:none}.billing-view-switch button:before{content:attr(aria-label)}.bill-studio-topbar .btn.primary{width:36px;padding:0;font-size:0}.bill-studio-topbar .btn.primary svg{width:14px;height:14px}.bill-finalized-packs{width:100%;flex-direction:column}.bill-finalized-packs .btn{justify-content:center}}@media (max-width: 1260px){.invoice-archive-grid{grid-template-columns:minmax(190px,215px) minmax(245px,280px) minmax(440px,1fr)}.invoice-folder-copy em{display:none}.shipment-folder-trigger{grid-template-columns:20px 27px minmax(120px,1fr) 45px 72px 13px}.bill-allocation-list>article{grid-template-columns:minmax(110px,.5fr) minmax(260px,1.5fr)}}@media (max-width: 1080px){.invoice-archive-toolbar{grid-template-columns:minmax(240px,1fr) 150px auto}.invoice-clear-button{grid-column:3}.invoice-filter-panel{grid-template-columns:repeat(3,minmax(0,1fr))}.invoice-filter-group:nth-child(4){margin-top:11px;padding-top:11px;border-top:1px solid #ececea}.invoice-filter-range{grid-column:span 1}.invoice-archive-grid{height:auto;grid-template-columns:minmax(205px,235px) minmax(0,1fr)}.invoice-folder-pane,.invoice-manifest-pane{height:430px}.invoice-manifest-pane{border-right:0}.invoice-detail-pane{min-height:520px;grid-column:1 / -1;border-top:1px solid #e5e6e5;overflow:visible}.invoice-detail-pane>.archive-pane-head{position:static}}@media (max-width: 760px){.invoice-archive-page>.page-head{gap:12px}.invoice-archive-page>.page-head .page-actions,.invoice-archive-page>.page-head .page-actions .btn{width:100%}.invoice-archive-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.invoice-archive-stats article:nth-child(2){border-right:0}.invoice-archive-stats article:nth-child(-n+2){border-bottom:1px solid #e8e8e7}.invoice-archive-toolbar{grid-template-columns:1fr auto}.invoice-archive-search{grid-column:1 / -1}.invoice-archive-toolbar .choice-select{min-width:150px}.invoice-clear-button{grid-column:auto}.invoice-filter-panel{grid-template-columns:1fr}.invoice-filter-group,.invoice-filter-group:first-child,.invoice-filter-group:nth-child(n+5),.invoice-filter-group:nth-child(4){margin-top:0;padding:10px 0;border-top:1px solid #ececea;border-left:0}.invoice-filter-group:first-child{padding-top:0;border-top:0}.invoice-filter-range{grid-column:auto}.invoice-archive-grid{grid-template-columns:1fr}.invoice-folder-pane{height:280px;border-right:0;border-bottom:1px solid #e5e6e5}.invoice-manifest-pane{height:390px}.invoice-detail-pane{grid-column:auto;min-height:480px}.bill-folder-title,.shipment-docket-title{grid-template-columns:38px minmax(0,1fr);padding:13px}.bill-folder-mark,.shipment-docket-mark{width:38px;height:38px}.bill-state,.shipment-count-seal{grid-column:2;justify-self:start;border-left:0;padding-left:0}.bill-folder-metrics,.shipment-docket-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.bill-folder-metrics article:nth-child(2),.shipment-docket-metrics article:nth-child(2n){border-right:0}.bill-folder-metrics article:last-child{grid-column:1 / -1;border-top:1px solid #e8e8e7}.shipment-docket-metrics article:nth-child(n+3){border-top:1px solid #e8e8e7}.bill-allocation-list>article{grid-template-columns:1fr}.bill-allocation-list>article>button{border-right:0;border-bottom:1px solid #e8e8e7}.bill-allocation-list dl{grid-template-columns:repeat(2,minmax(0,1fr))}.bill-allocation-list dl>div:nth-child(2){border-right:0}.bill-allocation-list dl>div:nth-child(-n+2){border-bottom:1px solid #ededec}.shipment-folder-trigger{grid-template-columns:20px 27px minmax(0,1fr) 13px}.shipment-folder-quantity,.shipment-folder-amount,.shipment-delivery-head{display:none}.shipment-delivery-row{grid-template-columns:1fr 74px;padding-left:12px}.shipment-delivery-row>span:nth-child(3),.shipment-delivery-row>span:nth-child(4){display:none}.shipment-docket-footer{align-items:flex-start;flex-direction:column}}@media (prefers-reduced-motion: reduce){.invoice-archive-shell,.invoice-filter-panel,.bill-folder-overview,.shipment-docket,.shipment-delivery-list{animation:none}.archive-loading i{animation:none;opacity:.6}}.invoice-archive-stats span{font-size:10px}.invoice-archive-stats small{font-size:9.5px}.invoice-archive-search{height:40px;grid-template-columns:18px minmax(0,1fr) auto;padding:0 12px}.invoice-archive-search input{font-size:12px}.invoice-archive-toolbar .choice-trigger{min-height:40px;font-size:11px}.invoice-archive-toolbar{min-height:62px;grid-template-columns:minmax(320px,1fr) 180px auto auto;padding:10px 12px}.invoice-filter-group>span{font-size:9px}.invoice-filter-group .choice-trigger,.invoice-filter-range input{min-height:34px;font-size:10.5px}.invoice-filter-range label{font-size:9px}.invoice-archive-breadcrumb{min-height:46px;flex-wrap:wrap;gap:7px;padding:7px 13px;font-size:10.5px}.archive-confirmed-label,.archive-path-node{min-height:27px;display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border:1px solid #e1e4e2;border-radius:6px;background:#fbfbfa;color:#555b60;font-weight:620;white-space:nowrap}.archive-confirmed-label{border-color:#cde4d9;background:#f3faf6;color:#237156}.archive-path-node.direct-match{border-color:#9fd2ba;background:#eaf7f0;color:#175d45;box-shadow:inset 0 0 0 1px #278b630d}.invoice-archive-grid{height:clamp(620px,calc(100dvh - 360px),860px);grid-template-columns:minmax(245px,275px) minmax(340px,390px) minmax(560px,1fr)}.archive-pane-head{flex-basis:56px;padding:10px 13px}.archive-pane-head span{font-size:8.5px}.archive-pane-head strong{font-size:11.5px}.archive-pane-head>small{min-width:24px;height:24px;font-size:9px}.invoice-folder-list{padding:8px}.invoice-folder-row{min-height:82px;grid-template-columns:34px minmax(0,1fr) 18px;gap:10px;padding:10px 9px;border-radius:7px}.invoice-folder-row.archive-root{min-height:64px}.invoice-folder-icon{width:34px;height:34px}.invoice-folder-copy{gap:3px}.invoice-folder-copy strong{font-size:11.5px}.invoice-folder-copy small{font-size:9.5px}.invoice-folder-copy em{margin-top:4px;font-size:10px}.invoice-folder-divider{padding:14px 7px 7px;font-size:8.5px}.invoice-confirmed-icon{justify-self:center;color:#23805f;filter:drop-shadow(0 0 5px rgba(35,128,95,.16))}.invoice-folder-row.confirmed-match{border-color:#a9d7c2;background:#eef9f3;color:#185e47}.invoice-folder-row.confirmed-match:before{background:#278b63;opacity:1;transform:scaleY(1)}.invoice-folder-row.confirmed-match .invoice-folder-icon{border-color:#aed8c5;background:#fff;color:#23805f}.invoice-folder-row.confirmed-match .invoice-folder-copy strong{color:#175a44}.invoice-folder-row.confirmed-match .invoice-folder-copy small{color:#5e8474}.bill-overview-row{min-height:68px;grid-template-columns:34px minmax(0,1fr) 15px;gap:10px;padding:9px 13px}.bill-overview-row>span:first-child{width:34px;height:34px}.bill-overview-row strong{font-size:11.5px}.bill-overview-row small{font-size:9.5px}.invoice-manifest-row{min-height:96px;grid-template-columns:27px minmax(0,1fr) auto 14px;gap:9px;padding:10px 12px}.invoice-manifest-row:has(.invoice-result-path){min-height:124px}.invoice-manifest-index{font-size:9px}.invoice-manifest-copy{gap:4px}.invoice-manifest-copy>strong{font-size:12px}.invoice-manifest-copy>small{font-size:9.8px}.invoice-manifest-copy>em{font-size:10.5px}.invoice-result-path{display:flex;align-items:center;flex-wrap:wrap;gap:3px;margin-top:4px;color:#718078;font-size:8.8px;font-style:normal;line-height:1.35}.invoice-result-path span{padding:2px 4px;border-radius:3px;background:#f1f5f2}.invoice-manifest-row.confirmed-match{background:#f2faf6}.invoice-manifest-row.confirmed-match:before{background:#278b63;opacity:1;transform:scaleY(1)}.invoice-manifest-row.confirmed-match .invoice-manifest-copy>strong{color:#185f48}.invoice-match-badge{display:inline-flex;align-items:center;gap:4px;padding:5px 7px;border:1px solid #b8decb;border-radius:99px;background:#f8fcfa;color:#237356;font-size:8.5px;font-weight:670;white-space:nowrap}.invoice-document-count{font-size:9px}.archive-pane-empty{font-size:10px}.archive-pane-empty strong{font-size:11.5px}.archive-loading strong{font-size:10.5px}.bill-folder-title>div>span,.shipment-docket-title>div>span,.bill-section-heading span{font-size:9px}.bill-folder-title h2,.shipment-docket-title h2{font-size:22px}.bill-folder-title p,.shipment-docket-title p{font-size:10.5px;line-height:1.5}.bill-folder-title{min-height:112px;padding:20px}.bill-folder-title>div>span{font-size:10px}.bill-folder-title h2{font-size:26px}.bill-folder-title p{margin-top:2px;font-size:12px}.bill-state{padding:7px 10px;font-size:10.5px;font-weight:620}.bill-state i{width:6px;height:6px}.bill-folder-actions{padding:12px 18px}.bill-folder-actions .btn{min-height:36px;padding-inline:12px;font-size:11px}.bill-folder-metrics article{min-height:86px;padding:14px 18px}.bill-folder-metrics span{font-size:10.5px}.bill-folder-metrics strong{font-size:17px}.bill-allocation-section{padding:20px}.bill-allocation-section .bill-section-heading{margin-bottom:13px}.bill-allocation-section .bill-section-heading span{font-size:9.5px}.bill-allocation-section .bill-section-heading strong{font-size:14px}.bill-allocation-section .bill-section-heading small{font-size:10.5px}.bill-allocation-list{border-radius:9px}.bill-allocation-list>article{min-height:92px;grid-template-columns:minmax(180px,.58fr) minmax(420px,1.42fr)}.bill-allocation-list>article>button{gap:11px;padding:14px 16px}.bill-allocation-list>article>button>svg{width:17px;height:17px}.bill-allocation-list>article>button span{gap:4px}.bill-allocation-list>article>button strong{font-size:13px}.bill-allocation-list>article>button small{font-size:10px}.bill-allocation-list dl>div{gap:5px;padding:12px 14px}.bill-allocation-list dt{font-size:10px}.bill-allocation-list dd{font-size:12.5px}.bill-folder-totals{width:min(500px,calc(100% - 40px));margin:0 20px 22px auto}.bill-folder-totals>div{min-height:46px;font-size:11px}.bill-folder-totals strong{font-size:13px}.shipment-docket-title.confirmed-match{background:#f5fbf8;box-shadow:inset 3px 0 #278b63}.shipment-verified-path{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:8px;color:#557269;font-size:9.5px}.shipment-verified-path>svg:first-child{color:#278b63}.shipment-verified-path strong{color:#176047}.shipment-count-seal strong{font-size:18px}.shipment-count-seal small{font-size:8.5px}.shipment-document-actions{padding:10px 15px}.shipment-docket-metrics article{min-height:72px;padding:12px 14px}.shipment-docket-metrics span{font-size:9px}.shipment-docket-metrics strong{font-size:13px}.shipment-register-section{padding:12px}.shipment-register-section .bill-section-heading{margin-bottom:11px}.shipment-register-section .bill-section-heading strong{font-size:12px}.shipment-register-section .bill-section-heading small{font-size:9.5px}.shipment-register-scroll{overflow:hidden;border:1px solid #dcdfdd;border-radius:8px;background:#fff}.shipment-register{width:100%;min-width:0}.shipment-register-head,.shipment-register-row{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1.14fr) minmax(0,.92fr) minmax(0,.86fr) minmax(0,.78fr) minmax(0,1.35fr) minmax(0,1fr);align-items:stretch}.shipment-register-head{min-height:42px;border-bottom:1px solid #dedfdf;background:#fafafa;color:#73787e;font-size:9.5px;font-weight:690;letter-spacing:.045em;text-transform:uppercase}.shipment-register-head>span,.shipment-register-row>span{min-width:0;display:flex;align-items:center;padding:9px 8px}.shipment-register-row{position:relative;min-height:66px;border-bottom:1px solid #e2e3e3;color:#3e4349;font-size:12px;line-height:1.35;font-variant-numeric:tabular-nums;transition:background-color .18s ease,box-shadow .18s ease}.shipment-register-row:last-child{border-bottom:0}.shipment-register-row:hover{background:#fafcfc}.shipment-register-row>span{border-right:1px solid #eceeed}.shipment-register-row>span:last-child{border-right:0}.shipment-register-row>span:first-child{align-items:flex-start;justify-content:center;flex-direction:column;gap:5px}.shipment-register-row>span:first-child strong{color:#2e3338;font-size:13px;letter-spacing:.01em}.shipment-register-row>span:first-child small{display:inline-flex;align-items:center;gap:4px;color:#27805f;font-size:8.5px;font-weight:650}.shipment-register-row.confirmed-match{background:#edf9f3;box-shadow:inset 3px 0 #278b63}.shipment-register-row.confirmed-match:hover{background:#e8f6ef}.shipment-register-row.confirmed-match>span:first-child strong{color:#155f46}.shipment-route-cell{align-items:flex-start!important;justify-content:center;flex-direction:column;gap:5px}.shipment-route-cell>span{color:#686e75;font-size:11px;line-height:1.3}.shipment-route-cell small{display:inline-flex;align-items:center;gap:5px;color:#8a8f94;font-size:9px}.shipment-amount-cell{justify-content:flex-end;color:#2e3338;font-size:11.5px;font-weight:650;white-space:nowrap}.shipment-docket-footer{min-height:50px;padding:10px 16px;font-size:9.5px}.shipment-docket-footer strong{font-size:10px}@media (max-width: 1500px){.invoice-archive-grid{height:auto;grid-template-columns:minmax(245px,275px) minmax(0,1fr)}.invoice-folder-pane,.invoice-manifest-pane{height:460px}.invoice-manifest-pane{border-right:0}.invoice-detail-pane{min-height:620px;grid-column:1 / -1;border-top:1px solid #e5e6e5;overflow:visible}.invoice-detail-pane>.archive-pane-head{position:static}}@media (max-width: 1260px){.invoice-manifest-row{grid-template-columns:24px minmax(0,1fr) 13px}.invoice-manifest-row>.invoice-document-count,.invoice-manifest-row>.invoice-match-badge{grid-column:2;justify-self:start}.invoice-manifest-row>svg:last-child{grid-column:3;grid-row:1 / span 2}}@media (max-width: 1080px){.invoice-archive-toolbar{grid-template-columns:minmax(240px,1fr) 160px auto}.invoice-archive-grid{height:auto;grid-template-columns:minmax(245px,275px) minmax(0,1fr)}.shipment-register-scroll{overflow:visible;border:0;background:transparent}.shipment-register{min-width:0;display:grid;gap:9px}.shipment-register-head{display:none}.shipment-register-row{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #dfe2e0;border-radius:8px;background:#fff}.shipment-register-row>span{min-height:58px;position:relative;align-items:flex-end;padding:23px 11px 9px;border-right:1px solid #eceeed;border-bottom:1px solid #eceeed}.shipment-register-row>span:nth-child(2n){border-right:0}.shipment-register-row>span:last-child{border-bottom:0}.shipment-register-row>span:before{content:attr(data-label);position:absolute;top:8px;left:11px;color:#8b9095;font-size:8px;font-weight:680;letter-spacing:.04em;text-transform:uppercase}.shipment-register-row>span:first-child{grid-column:1 / -1;min-height:68px;border-right:0;align-items:flex-start;justify-content:flex-end}.shipment-route-cell{justify-content:flex-end}.shipment-amount-cell{grid-column:1 / -1;justify-content:flex-start;font-size:14px}.bill-allocation-list>article{grid-template-columns:minmax(175px,.55fr) minmax(0,1.45fr)}}@media (max-width: 760px){.invoice-archive-grid{grid-template-columns:1fr}.archive-confirmed-label{width:100%;justify-content:center}.archive-path-node{flex:1 1 auto;justify-content:center}.shipment-register-scroll{overflow:visible;border:0;background:transparent}.shipment-register{min-width:0;display:grid;gap:9px}.shipment-register-head{display:none}.shipment-register-row{min-height:0;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #dfe2e0;border-radius:8px;background:#fff}.shipment-register-row>span{min-height:58px;position:relative;align-items:flex-end;padding:23px 11px 9px;border-right:1px solid #eceeed;border-bottom:1px solid #eceeed}.shipment-register-row>span:nth-child(2n){border-right:0}.shipment-register-row>span:last-child{border-bottom:0}.shipment-register-row>span:before{content:attr(data-label);position:absolute;top:8px;left:11px;color:#8b9095;font-size:8px;font-weight:680;letter-spacing:.04em;text-transform:uppercase}.shipment-register-row>span:first-child{grid-column:1 / -1;min-height:68px;border-right:0;align-items:flex-start;justify-content:flex-end}.shipment-route-cell{justify-content:flex-end}.shipment-amount-cell{grid-column:1 / -1;justify-content:flex-start;font-size:14px}.bill-folder-title{min-height:0;padding:16px}.bill-folder-title h2{font-size:23px}.bill-folder-metrics article{min-height:78px;padding:12px 14px}.bill-allocation-section{padding:14px}.bill-allocation-list>article{grid-template-columns:1fr}.bill-folder-totals{width:calc(100% - 28px);margin:0 14px 18px}}@media (prefers-reduced-motion: reduce){.invoice-folder-row,.invoice-manifest-row,.shipment-register-row,.journey-search-results,.billed-invoice-row{animation:none;transition:none}}.commission-ledger-page{display:grid;grid-template-columns:minmax(0,1fr);gap:14px}.commission-ledger-page>*{min-width:0;grid-column:1!important}.commission-page-head{min-height:88px;align-items:flex-end;padding-bottom:8px;border-bottom:1px solid #e4e4e3}.commission-page-head .page-intro{max-width:760px}.commission-period-controls{display:flex;align-items:flex-end;gap:7px;padding:7px;border:1px solid #dedfdd;border-radius:9px;background:#fff}.commission-period-controls label{min-width:134px;display:grid;gap:4px}.commission-period-controls label>span{padding-left:2px;color:#7b7e7c;font-size:8px;font-weight:680;letter-spacing:.055em;text-transform:uppercase}.commission-period-controls .inp{width:100%;min-height:33px;padding:6px 8px;border-radius:6px;font-size:10px}.commission-date-join{padding:0 1px 10px;color:#9a9c9a;font-size:9px}.commission-period-controls .btn{min-height:33px;white-space:nowrap}.commission-state{min-height:110px;display:flex;align-items:center;justify-content:center;gap:11px;color:#666b68}.commission-state>div{display:grid;gap:4px}.commission-state strong{color:#303431;font-size:12px}.commission-state span{color:#858986;font-size:10px}.commission-flow{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));overflow:visible;border:1px solid #dedfdd;border-radius:10px;background:#fff}.commission-flow-stage{position:relative;min-width:0;min-height:248px;display:grid;align-content:start;gap:20px;padding:22px 24px 20px;border-right:1px solid #e4e5e3;background:#fff}.commission-flow-stage:last-child{border-right:0}.commission-flow-stage.pcc{background:#fafbf9}.commission-flow-heading{display:flex;align-items:center;gap:10px}.commission-flow-heading>span{width:29px;height:29px;display:grid;place-items:center;flex:none;border:1px solid #d9dbd9;border-radius:7px;color:#777b78;background:#fff;font-size:8px;font-weight:720}.commission-flow-heading>div{min-width:0;display:grid;gap:2px}.commission-flow-heading small{color:#858986;font-size:8px;font-weight:660;letter-spacing:.055em;text-transform:uppercase}.commission-flow-heading strong{overflow:hidden;color:#292d2a;font-size:12px;font-weight:660;text-overflow:ellipsis;white-space:nowrap}.commission-flow-primary{color:#1f2320;font-size:clamp(25px,2.35vw,34px);font-weight:690;letter-spacing:-.045em;line-height:1;font-variant-numeric:tabular-nums}.commission-flow-stage.pcc .commission-flow-primary{color:#154f3d}.commission-flow-stage dl{margin:auto 0 0;border-top:1px solid #e7e8e6}.commission-flow-stage dl>div{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:14px;border-bottom:1px solid #ececea}.commission-flow-stage dl>div:last-child{border-bottom:0}.commission-flow-stage dt{color:#7b7f7c;font-size:9px}.commission-flow-stage dd{margin:0;color:#383d39;font-size:10px;font-weight:640;text-align:right;font-variant-numeric:tabular-nums}.commission-flow-arrow{position:absolute;z-index:2;top:50%;right:-15px;width:29px;height:29px;padding:7px;border:1px solid #dedfdd;border-radius:999px;color:#777b78;background:#fff;transform:translateY(-50%)}.commission-definition-note{min-height:42px;display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid #d9e7df;border-radius:8px;color:#617269;background:#f7faf8;font-size:9.5px;line-height:1.5}.commission-definition-note svg{flex:none;color:#2f8968}.commission-definition-note strong{color:#345f4e}.commission-support-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));overflow:hidden;border:1px solid #dedfdd;border-radius:9px;background:#fff}.commission-support-grid article{min-width:0;min-height:93px;display:grid;align-content:center;gap:6px;padding:15px 17px;border-right:1px solid #e5e6e4}.commission-support-grid article:last-child{border-right:0}.commission-support-grid span{color:#7e827f;font-size:8.5px;font-weight:640}.commission-support-grid strong{overflow:hidden;color:#2d312e;font-size:19px;font-weight:670;letter-spacing:-.025em;text-overflow:ellipsis;white-space:nowrap;font-variant-numeric:tabular-nums}.commission-support-grid small{color:#999c9a;font-size:8px}.commission-support-grid article.attention{background:#fff9f4}.commission-support-grid article.attention strong{color:#9b4e20}.commission-exceptions{overflow:hidden;border:1px solid #ead7c7;border-radius:9px;background:#fff}.commission-exceptions>header{min-height:50px;display:flex;align-items:center;gap:9px;padding:10px 14px;border-bottom:1px solid #eee2d8;color:#9a5b2c;background:#fffaf6}.commission-exceptions>header>div{display:grid;gap:2px}.commission-exceptions>header strong{color:#70401f;font-size:10.5px}.commission-exceptions>header span{color:#a0785c;font-size:8.5px}.commission-exceptions>div>article{min-height:67px;display:grid;grid-template-columns:minmax(210px,1fr) minmax(320px,.9fr);align-items:center;gap:20px;padding:11px 14px;border-bottom:1px solid #eee9e4}.commission-exceptions>div>article:last-child{border-bottom:0}.commission-exceptions article>div{min-width:0;display:grid;gap:3px}.commission-exceptions article>div strong{color:#38332f;font-size:10.5px}.commission-exceptions article>div span{color:#827a74;font-size:8.5px;line-height:1.45}.commission-exceptions article dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.commission-exceptions article dl>div{display:grid;gap:3px;padding:3px 10px;border-left:1px solid #ebe5e0}.commission-exceptions article dt{color:#9b928b;font-size:7.5px;text-transform:uppercase}.commission-exceptions article dd{margin:0;color:#4a433e;font-size:10px;font-weight:640;text-align:right;font-variant-numeric:tabular-nums}.commission-register-card{min-width:0;overflow:hidden}.commission-register-head{min-height:60px}.commission-register-head>span{color:#808481;font-size:9px}.commission-table-wrap{width:100%;max-width:100%;overflow-x:auto;overscroll-behavior-inline:contain}.commission-table{width:100%;min-width:1180px;border-collapse:collapse;table-layout:auto;font-variant-numeric:tabular-nums}.commission-table th,.commission-table td{border-right:1px solid #ececea}.commission-table th:last-child,.commission-table td:last-child{border-right:0}.commission-table thead th{padding:9px 11px;color:#727773;background:#fafaf9;font-size:8px;font-weight:680;letter-spacing:.045em;text-align:left;text-transform:uppercase;white-space:nowrap}.commission-table thead tr:first-child th{height:38px;color:#525754;background:#f4f5f3;font-size:8.5px;text-align:center}.commission-table thead tr:first-child th:first-child,.commission-table thead tr:first-child th:nth-child(2){text-align:left}.commission-table thead tr+tr th{border-top:1px solid #e1e3e0}.commission-table tbody tr{border-top:1px solid #e8e9e7;transition:background-color .14s ease}.commission-table tbody tr:hover{background:#fafbf9}.commission-table tbody td{height:62px;padding:10px 11px;color:#444946;font-size:10px;vertical-align:middle;white-space:nowrap}.commission-table td.num,.commission-table th.num{text-align:right}.commission-table td:first-child{min-width:115px;white-space:normal}.commission-table td:first-child small{display:block;margin-top:4px;color:#929693;font-size:8px}.commission-truck{color:#272c28;font-size:11px}.commission-model{display:inline-flex;align-items:center;min-height:23px;padding:3px 7px;border:1px solid #dedfdd;border-radius:99px;color:#666b67;background:#fafafa;font-size:7.5px;font-weight:660}.commission-model.commissioned{border-color:#c9ddd3;color:#34705a;background:#f5faf7}.commission-model.own{color:#48515c;background:#f5f7f8}.commission-model.unmapped{border-color:#ead4c0;color:#985c2b;background:#fff9f4}.commission-table .commission-emphasis{color:#1f5844;font-weight:680}.commission-table .commission-variance{color:#a25020;background:#fff8f2;font-weight:680}.commission-table tfoot tr{border-top:1px solid #cfd2cf;background:#f5f6f4}.commission-table tfoot td{height:61px;padding:10px 11px;color:#282d29;font-size:10px;font-weight:650;white-space:nowrap}.commission-table tfoot td:first-child strong,.commission-table tfoot td:first-child small{display:block}.commission-table tfoot td:first-child small{margin-top:3px;color:#868a87;font-size:8px;font-weight:500}html,body,#root,.app,.main,.content,.route-stage,.page{width:100%;max-width:100%}.main,.content,.route-stage,.page,.page-head,.page-head>div,.page-actions,.head-actions,.card,.panel,.table-wrap{min-width:0}img,iframe{max-width:100%}@media (max-width: 1040px){.commission-flow-stage{padding-inline:18px}.commission-support-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.commission-support-grid article:nth-child(2){border-right:0}.commission-support-grid article:nth-child(-n+2){border-bottom:1px solid #e5e6e4}.commission-exceptions>div>article{grid-template-columns:1fr;gap:10px}}@media (max-width: 900px){.app{overflow:clip}.sidebar{width:min(310px,calc(100vw - 20px));max-width:calc(100vw - 20px);overflow:hidden}.nav-tree{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding-bottom:max(84px,env(safe-area-inset-bottom))}.topbar{width:100%;display:flex;align-items:center;justify-content:space-between;gap:7px}.topbar-left{flex:1 1 auto;overflow:hidden}.breadcrumb{min-width:0;max-width:100%;overflow:hidden}.breadcrumb strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.company{min-width:0;flex:0 0 auto;gap:3px}.content{overflow-x:clip}.page-head{width:100%;align-items:flex-start}.page-actions,.head-actions{max-width:100%}.modal{width:min(100%,640px);max-width:100%;max-height:calc(100dvh - 18px)}.topbar-popover{max-width:calc(100vw - 18px)}.commission-page-head{align-items:flex-start;flex-direction:column}.commission-period-controls{width:100%}.commission-period-controls label{min-width:0;flex:1}}@media (max-width: 900px){.page-head{display:flex;flex-direction:column;align-items:stretch}.page-actions,.head-actions{width:100%;justify-content:flex-start}.page-actions>*,.head-actions>*{max-width:100%}.filter-controls,.filters,.table-wrap{max-width:100%}.commission-flow{grid-template-columns:1fr;overflow:visible}.commission-flow-stage{min-height:220px;border-right:0;border-bottom:1px solid #e4e5e3}.commission-flow-stage:last-child{border-bottom:0}.commission-flow-arrow{top:auto;right:50%;bottom:-15px;transform:translate(50%) rotate(90deg)}.commission-flow-primary{font-size:29px}.commission-definition-note{align-items:flex-start}.commission-support-grid{grid-template-columns:1fr}.commission-support-grid article,.commission-support-grid article:nth-child(2){min-height:82px;border-right:0;border-bottom:1px solid #e5e6e4}.commission-support-grid article:last-child{border-bottom:0}.commission-exceptions article dl{grid-template-columns:1fr}.commission-exceptions article dl>div{min-height:31px;display:flex;align-items:center;justify-content:space-between;border-left:0;border-top:1px solid #eee9e4}.commission-table-wrap{overflow:visible;padding:10px;background:#f8f8f7}.commission-table{min-width:0;display:block}.commission-table thead{display:none}.commission-table tbody,.commission-table tfoot{display:grid;gap:9px}.commission-table tbody tr,.commission-table tfoot tr{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:hidden;border:1px solid #dfe1de;border-radius:8px;background:#fff}.commission-table tbody td,.commission-table tfoot td{position:relative;width:auto;min-width:0;min-height:52px;height:auto;display:flex;align-items:flex-end;justify-content:flex-end;padding:22px 10px 9px;border-right:1px solid #eceeeb;border-bottom:1px solid #eceeeb;font-size:10px;text-align:right;white-space:normal}.commission-table tbody td:nth-child(2n),.commission-table tfoot td:nth-child(2n){border-right:0}.commission-table tbody td:before,.commission-table tfoot td:before{content:attr(data-label);position:absolute;top:8px;left:10px;color:#898d8a;font-size:7px;font-weight:680;letter-spacing:.04em;text-transform:uppercase}.commission-table tbody td:first-child{grid-column:1 / -1;min-height:63px;align-items:flex-start;justify-content:flex-end;flex-direction:column;border-right:0;text-align:left}.commission-table tbody td:first-child:before{content:"Truck"}.commission-table tbody td:nth-child(2){grid-column:1 / -1;justify-content:flex-start;border-right:0}.commission-table tfoot{margin-top:12px}.commission-table tfoot td:first-child{grid-column:1 / -1;align-items:flex-start;justify-content:center;flex-direction:column;border-right:0}.commission-table tfoot td:first-child:before{content:"Report summary"}.commission-table .commission-variance{background:#fff8f2}}@media (max-width: 620px){.topbar{padding-inline:8px}.menu-toggle,.topbar-assistant-link,.scrape-status>.btn,.run-progress .rp-chip,.account-button{flex:none}.topbar-assistant-link{width:32px;min-height:32px;justify-content:center;padding:0;font-size:0}.account-copy,.account-button>svg,.topbar-help{display:none}.account-button{min-height:34px;padding:2px}.avatar{width:28px;height:28px}.topbar-popover{position:fixed;top:88px;right:8px;left:8px;width:auto}.content{padding-inline:10px}.page-title{overflow-wrap:anywhere}.page-actions .btn,.head-actions .btn{min-width:0}.modal-backdrop{padding:max(7px,env(safe-area-inset-top)) max(7px,env(safe-area-inset-right)) max(7px,env(safe-area-inset-bottom)) max(7px,env(safe-area-inset-left))}.commission-period-controls{display:grid;grid-template-columns:1fr 1fr;gap:8px}.commission-date-join{display:none}.commission-period-controls .btn{grid-column:1 / -1;width:100%;justify-content:center}.commission-flow-stage{padding:19px 17px 17px}.commission-register-head{align-items:flex-start}.commission-table-wrap{padding:8px}}@media (max-width: 410px){.topbar .breadcrumb strong{font-size:9.5px}.company{gap:1px}.commission-period-controls{grid-template-columns:1fr}.commission-period-controls .btn{grid-column:1}.commission-table tbody tr,.commission-table tfoot tr{grid-template-columns:1fr}.commission-table tbody td,.commission-table tbody td:nth-child(2n),.commission-table tfoot td,.commission-table tfoot td:nth-child(2n){border-right:0}.commission-table tbody td:nth-child(2){grid-column:1}}@media print{.commission-ledger-page{width:100%;gap:10px}.commission-period-controls .btn,.commission-flow-arrow{display:none}.commission-flow-stage{min-height:205px;padding:16px}.commission-table{min-width:0}.commission-table th,.commission-table td{padding-inline:6px;font-size:7px}}
