:root{--bg:#eef6e8;--surface:#fff;--surface-muted:#f3f9eb;--surface-soft:#f7fbf2;--surface-strong:#e4f3d3;--text:#1e2b14;--muted:#65735c;--line:#cfe1bd;--accent:#77c83d;--accent-soft:#e8f7dd;--accent-strong:#4f9b1f;--accent-deep:#265900;--brand:var(--accent-strong);--brand-strong:var(--accent-deep);--warning:#75a83d;--ok:#3d8918;--danger:#a33c2e;--sidebar:#1f4208;--sidebar-soft:#2f640f;--shadow:0 14px 34px #2659001c}*{box-sizing:border-box}html,body{background:var(--bg);min-height:100%;color:var(--text);letter-spacing:0;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:12px}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}.app-shell{grid-template-columns:210px minmax(0,1fr);min-height:100vh;display:grid}.app-shell-blocked{filter:grayscale(.25)}.task-blocking-overlay{z-index:120;-webkit-backdrop-filter:grayscale(.8)blur(2px);backdrop-filter:grayscale(.8)blur(2px);pointer-events:all;background:#1f42086b;place-items:center;display:grid;position:fixed;inset:0}.task-blocking-panel{border:1px solid var(--line);background:var(--surface);text-align:center;border-radius:8px;justify-items:center;gap:8px;width:min(360px,100vw - 32px);padding:22px;display:grid;box-shadow:0 18px 48px #1f42083d}.task-blocking-panel strong{font-size:14px}.task-blocking-panel span{font-weight:800}.task-blocking-panel small{color:var(--muted);font-size:11px}.auth-screen{background:linear-gradient(135deg, #77c83d2b, transparent 42%), linear-gradient(180deg, #f7fbf2 0%, var(--bg) 100%);place-items:start center;min-height:100vh;padding:clamp(56px,11vh,118px) 16px 16px;display:grid}.auth-panel{background:var(--surface);border:1px solid var(--line);width:min(360px,100%);box-shadow:var(--shadow);border-radius:8px;padding:16px}.compact-auth{justify-content:center;align-items:center;gap:8px;min-height:84px;display:flex}.auth-brand{align-items:center;gap:10px;margin-bottom:16px;display:flex}.auth-brand strong,.auth-brand span{display:block}.auth-brand span{color:var(--muted);margin-top:2px;font-size:11px}.login-form{gap:11px;display:grid}.login-mode-tabs{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;display:grid}.login-mode-tabs button{border:1px solid var(--line);background:var(--surface-soft);min-height:30px;color:var(--muted);cursor:pointer;border-radius:8px;font-size:10px;font-weight:850}.login-mode-tabs button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.login-form label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:10px;font-weight:800;display:grid}.login-form input,.tag-add-row input,.comment-form textarea,.field-value-grid input,.field-definition-form input,.member-form input,.member-form textarea,.member-form select,.namespace-create-form input,.settings-form input,.settings-form textarea,.settings-form select,.document-share-form input,.document-share-form select,.totp-setup input,.feed-token-form input,.feed-token-once input,.task-settings-form input,.task-settings-form textarea,.task-settings-form select,.audit-filters input,.audit-filters select,.namespace-picker select,.language-picker select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:30px;color:var(--text);border-radius:8px;outline:0}.login-form input,.tag-add-row input,.comment-form textarea,.field-value-grid input,.field-definition-form input,.member-form input,.member-form textarea,.member-form select,.namespace-create-form input,.settings-form input,.settings-form textarea,.settings-form select,.document-share-form input,.document-share-form select,.totp-setup input,.feed-token-form input,.feed-token-once input,.task-settings-form input,.task-settings-form textarea,.task-settings-form select,.audit-filters input,.audit-filters select{text-transform:none;padding:0 12px;font-size:12px;font-weight:600}.comment-form textarea{resize:vertical;min-height:60px;padding:7px 9px}.member-form textarea{resize:vertical;min-height:58px;padding:7px 9px}.settings-form textarea{resize:vertical;min-height:132px;padding:8px 10px}.sidebar{background:linear-gradient(180deg, var(--sidebar) 0%, #173304 100%);color:#f6fbef;flex-direction:column;gap:14px;padding:12px 10px;display:flex}.brand-stack{gap:3px;display:grid}.sidebar-brand-stack{gap:5px}.brand-copy{flex-direction:column;min-width:0;display:flex}.brand-mark{background:var(--accent);color:#fff;border-radius:8px;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.brand-logo{object-fit:contain;max-width:100%;display:block}.auth-brand-logo{object-position:left center;width:160px;height:38px}.app-brand-logo{object-position:left center;flex:none;width:calc(100% - 10px);height:36px;margin:0 5px}.brand strong,.brand span,.brand small{display:block}.brand span{color:#c8e8b4;margin-top:2px;font-size:10px}.brand-version{color:#c8e8b4;padding:0 5px;font-size:10px;font-weight:800;line-height:1.2}.nav-list{flex:auto;align-content:start;gap:4px;display:grid}.sidebar-footer{color:#c8e8b4;margin-top:auto;padding:0 4px}.sidebar-footer-brand{color:#f6fbef;white-space:nowrap;justify-content:space-between;align-items:baseline;gap:5px;width:100%;font-size:16px;font-weight:900;line-height:1;display:flex}.sidebar-footer-brand span{min-width:0}.nav-item{color:#d8ebce;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;width:100%;min-height:30px;padding:0 8px;font-weight:600;display:flex}.nav-item.active,.nav-item:hover{color:#fff;box-shadow:inset 3px 0 0 var(--accent);background:#bbeb8929}.app-version{color:#c8e8b4;letter-spacing:0;border-top:1px solid #d8ebce29;margin-top:auto;padding-top:9px;font-size:10px;font-weight:800}.workspace{min-width:0;padding:11px}.topbar{justify-content:space-between;align-items:center;gap:10px;min-height:42px;margin-bottom:12px;display:flex}.search{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;gap:8px;width:min(620px,100%);min-height:32px;padding:0 10px;display:flex;position:relative}.search input{width:100%;min-width:0;color:var(--text);border:0;outline:0}.filtered-search{padding:0 4px 0 10px}.filtered-search-scrollable{flex:auto;align-items:center;gap:5px;min-width:0;padding:3px 0;display:flex;overflow-x:auto}.filtered-search input{background:0 0;flex:1 0 138px;width:auto;min-height:24px;padding:0;font-size:12px}.filtered-search-token{max-width:240px;min-height:24px;color:var(--text);background:#eef9e5;border:1px solid #bddaa1;border-radius:8px;flex:none;align-items:center;font-size:10px;font-weight:800;display:inline-flex;overflow:hidden}.filtered-search-token-type,.filtered-search-token-operator,.filtered-search-token-data{align-items:center;min-height:22px;display:inline-flex}.filtered-search-token-type{color:var(--accent-deep);background:#f8fcf4;padding:0 7px}.filtered-search-token-operator{color:var(--muted);border-left:1px solid #bddaa1;border-right:1px solid #bddaa1;padding:0 6px}.filtered-search-token-data{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;gap:4px;padding:0 4px 0 7px;overflow:hidden}.filtered-search-token-data button{width:17px;height:17px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;flex:0 0 17px;justify-content:center;align-items:center;display:inline-flex}.filtered-search-token-data button:hover{color:var(--text);background:#2659001a}.filtered-search-submit{border:1px solid var(--accent-strong);background:var(--accent);color:#fff;cursor:pointer;border-radius:7px;flex:0 0 26px;justify-content:center;align-items:center;width:26px;min-height:26px;display:inline-flex}.filtered-search-menu{z-index:30;border:1px solid var(--line);background:var(--surface);border-radius:8px;max-height:250px;padding:5px;position:absolute;top:calc(100% + 5px);left:34px;right:36px;overflow:auto;box-shadow:0 16px 36px #26590029}.filtered-search-menu-item{width:100%;min-height:34px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:0;border-radius:7px;grid-template-columns:70px minmax(0,1fr);align-items:center;gap:8px;padding:0 8px;display:grid}.filtered-search-menu-item:hover,.filtered-search-menu-item.strong{background:#edf8e2}.filtered-search-menu-item span{color:var(--muted);font-size:10px;font-weight:800}.filtered-search-menu-item strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;overflow:hidden}.filtered-search-menu-empty{min-height:34px;color:var(--muted);align-items:center;padding:0 8px;font-size:11px;font-weight:750;display:flex}.top-actions{flex-wrap:wrap;align-items:center;gap:7px;display:flex}.namespace-picker{gap:3px;min-width:150px;display:grid}.top-actions .topbar-picker{align-items:center;gap:6px;min-height:30px;display:inline-flex}.namespace-picker span,.language-picker span{color:var(--muted);text-transform:uppercase;font-size:9px;font-weight:800}.top-actions .topbar-picker span{white-space:nowrap;flex:none;line-height:1}.namespace-picker select,.language-picker select{padding:0 10px;font-weight:700}.top-actions .topbar-picker select{flex:auto}.language-picker{gap:3px;min-width:96px;display:grid}.compact-language-picker{min-width:64px}.notification-menu{display:inline-flex;position:relative}.notification-bell{position:relative}.notification-badge{color:#fff;background:#b42318;border-radius:999px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:9px;font-weight:850;line-height:1;display:inline-flex;position:absolute;top:-5px;right:-5px}.notification-popover{z-index:80;border:1px solid var(--line);background:var(--surface);width:min(380px,100vw - 18px);max-height:min(520px,100vh - 88px);box-shadow:var(--shadow-lg);border-radius:8px;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden}.notification-popover-header{border-bottom:1px solid var(--line);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:10px;display:grid}.notification-popover-header>div{gap:2px;min-width:0;display:grid}.notification-popover-header strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:12px;overflow:hidden}.notification-popover-header span{color:var(--muted);font-size:10px;font-weight:700}.notification-list{max-height:calc(min(520px,100vh - 88px) - 51px);display:grid;overflow:auto}.notification-item{border-bottom:1px solid var(--line-soft);grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:6px;min-width:0;padding:8px;display:grid}.notification-item.unread{background:color-mix(in srgb, var(--accent) 8%, var(--surface))}.notification-item-main{min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;border:0;gap:3px;padding:0;display:grid}.notification-item-title,.notification-item-body,.notification-item-meta{text-overflow:ellipsis;min-width:0;overflow:hidden}.notification-item-title{white-space:nowrap;font-size:12px;font-weight:800}.notification-item-body{-webkit-line-clamp:2;color:var(--muted);-webkit-box-orient:vertical;font-size:11px;line-height:1.35;display:-webkit-box}.notification-item-meta{white-space:nowrap;color:var(--muted);font-size:10px;font-weight:700}.notification-severity-warning{border-left:3px solid #c17b00}.notification-severity-error{border-left:3px solid #b42318}.notification-severity-success{border-left:3px solid #26845d}.notification-empty{min-height:82px;color:var(--muted);justify-content:center;align-items:center;gap:7px;padding:16px;font-size:11px;font-weight:750;display:flex}.auth-language-picker{margin-bottom:11px}.icon-button,.primary-action,.secondary-action,.ghost-action,.success-action,.filter-button{border:1px solid var(--line);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:6px;min-height:30px;display:inline-flex}button:disabled{cursor:not-allowed;opacity:.66}.icon-button{background:var(--surface);width:30px;color:var(--text)}.icon-button.danger{color:#a13232}.compact-icon-button{flex:0 0 26px;width:26px;min-height:26px}.primary-action{background:linear-gradient(180deg, var(--accent) 0%, var(--accent-strong) 100%);color:#fff;border-color:var(--accent-strong);padding:0 11px;font-weight:700}.wide-action{width:100%}.secondary-action,.ghost-action,.filter-button{background:var(--surface);color:var(--text);padding:0 10px;font-weight:650}.success-action{background:var(--ok);color:#fff;border-color:var(--ok);padding:0 14px;font-weight:750}.status-banner{background:#fff5f2;border:1px solid #e1b9b1;border-radius:8px;min-height:34px;margin-bottom:10px;padding:0 10px}.error-line{color:#a33c2e;align-items:center;gap:8px;min-width:0;font-size:11px;font-weight:700;display:flex}.error-line span{min-width:0}.success-line{color:#1f7a5c;align-items:center;gap:8px;min-width:0;font-size:11px;font-weight:750;display:flex}.success-line span{min-width:0}.auth-security-line{min-width:0;color:var(--accent-strong);letter-spacing:0;text-transform:uppercase;background:#77c83d1c;border:1px solid #77c83d59;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:7px 10px;font-size:10px;font-weight:850;display:flex}.auth-honeypot{width:1px;height:1px;position:absolute;left:-10000px;overflow:hidden}.loading-row,.empty-state{min-height:58px;color:var(--muted);align-items:center;gap:8px;padding:0 12px;font-weight:700;display:flex}.spin{animation:.9s linear infinite spin}.hidden-file-input{display:none}.content-grid{grid-template-columns:minmax(300px,1.1fr) minmax(360px,1.4fr) minmax(240px,.8fr);align-items:start;gap:11px;display:grid}.document-workspace-grid{grid-template-columns:minmax(300px,.9fr) minmax(440px,1.45fr) minmax(250px,.78fr);align-items:start;gap:11px;display:grid}.inbox-grid{grid-template-columns:minmax(270px,.78fr) minmax(440px,1.5fr) minmax(250px,.78fr);align-items:start;gap:11px;display:grid}.namespace-grid{grid-template-columns:minmax(440px,1fr) minmax(240px,.36fr);align-items:start;gap:12px;display:grid}.settings-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;display:grid}.routes-workspace-grid{grid-template-columns:minmax(0,1fr)}.settings-stack{gap:12px;display:grid}.settings-tabs-panel{overflow:hidden}.settings-tabs{border-top:1px solid var(--line);background:var(--surface-strong);align-items:stretch;gap:0;display:flex;overflow-x:auto}.settings-tabs button{border:0;border-right:1px solid var(--line);min-width:116px;min-height:38px;color:var(--muted);text-align:center;white-space:nowrap;cursor:pointer;background:0 0;padding:0 13px;font-size:11px;font-weight:850}.settings-tabs button.active{background:var(--surface);color:var(--accent-strong);box-shadow:inset 0 -2px 0 var(--accent)}.settings-tabs button.route-tab-admin{margin-left:auto}.legacy-migration-tabs{border:1px solid var(--line);border-radius:8px;margin:-2px 0 10px}.legacy-file-access-grid{grid-template-columns:minmax(320px,.9fr) minmax(420px,1.1fr);align-items:start;gap:12px;display:grid}.permissions-grid{grid-template-columns:minmax(0,1fr);align-items:start;gap:12px;display:grid}.audit-grid{grid-template-columns:minmax(520px,1fr) minmax(240px,.34fr);align-items:start;gap:12px;display:grid}.audit-main-stack,.audit-side-stack{align-self:start;gap:12px;display:grid}.permissions-body{grid-template-columns:minmax(250px,.85fr) minmax(270px,1fr) minmax(270px,1fr);align-items:start;gap:12px;padding:12px;display:grid}.permissions-list-column,.permissions-form-column{align-self:start;gap:12px;display:grid}.permissions-list-column{grid-template-columns:minmax(0,1fr)}.selected-group-members{border:1px dashed #0000;border-top-color:var(--line);border-radius:8px;gap:8px;padding:10px 8px 0;transition:border-color .16s,background .16s,box-shadow .16s;display:grid}.selected-group-members.drop-target{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent);background:#f4fbec}.group-member-drop-note{color:var(--muted);margin:-2px 0 0;font-size:10px;font-weight:750;line-height:1.35}.group-member-list{gap:7px;display:grid}.group-member-chip{border:1px solid var(--line);background:var(--surface-soft);border-radius:7px;grid-template-columns:18px minmax(0,1fr) 30px;align-items:center;gap:7px;min-height:32px;padding:6px 8px;display:grid}.group-member-chip span,.group-member-chip small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.group-member-chip small{color:var(--muted);grid-column:2;font-size:10px;font-weight:750}.group-member-chip .compact-icon{grid-area:1/3/span 2;justify-self:end}.panel{background:var(--surface);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:8px;min-width:0}.queue-panel,.list-panel{max-height:calc(100vh - 76px);display:grid;overflow:hidden}.queue-panel{grid-template-rows:auto minmax(0,1fr)}.list-panel{grid-template-rows:auto minmax(0,1fr) auto}.panel-header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;min-height:50px;padding:9px 11px;display:flex}.panel-header.compact{min-height:42px}.panel-header-actions{align-items:center;gap:7px;display:inline-flex}.settings-status-column,.routes-status-column{align-self:start;gap:12px;display:grid}.settings-status-panel,.routes-status-panel{overflow:hidden}.routes-summary-body,.routes-status-body{gap:10px}.routes-helper-text{margin:0}.routes-summary-grid{margin-bottom:0}.settings-status-list,.routes-status-list{gap:8px;margin:0;display:grid}.settings-status-list div,.routes-status-list div{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;gap:3px;padding:8px 9px;display:grid}.settings-status-list dt,.settings-status-list dd,.routes-status-list dt,.routes-status-list dd{margin:0}.settings-status-list dt,.routes-status-list dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.settings-status-list dd,.routes-status-list dd{color:var(--text);font-size:14px;font-weight:800}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.panel-subtitle{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:10px;font-weight:800;display:block;overflow:hidden}.help-overlay{z-index:40;background:#0f172a5c;justify-content:flex-end;display:flex;position:fixed;inset:0}.help-drawer{border-left:1px solid var(--line);background:var(--surface);align-content:start;gap:13px;width:min(430px,100vw);height:100%;padding:14px;display:grid;overflow-y:auto;box-shadow:-18px 0 34px #0f172a2e}.help-header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.help-summary{color:var(--muted);margin:0;font-size:12px;line-height:1.45}.help-current-row{justify-content:flex-start;display:flex}.help-section{gap:7px;display:grid}.help-section h3,.help-topic-list p{color:var(--text);margin:0;font-size:11px;font-weight:800}.help-section ul{color:var(--text);gap:6px;margin:0;padding-left:17px;font-size:12px;line-height:1.45;display:grid}.help-topic-list{flex-wrap:wrap;gap:7px;padding-top:2px;display:flex}.help-topic-list p{flex:0 0 100%}.help-topic-list button{border:1px solid var(--line);background:var(--surface-muted);min-height:26px;color:var(--text);cursor:pointer;border-radius:999px;padding:0 9px;font-size:11px;font-weight:700}.help-topic-list button.active{border-color:var(--accent-strong);background:var(--accent-soft);color:var(--accent-strong)}.confirmation-overlay{z-index:130;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0f172a57;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.confirmation-dialog{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:38px minmax(0,1fr);gap:12px;width:min(430px,100vw - 28px);padding:14px;display:grid;box-shadow:0 20px 58px #0f172a3d}.confirmation-icon{color:#a33c2e;background:#fff4e8;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;display:inline-flex}.confirmation-copy{gap:5px;min-width:0;display:grid}.confirmation-copy h2,.confirmation-copy p{margin:0}.confirmation-copy h2{color:var(--text);font-size:16px;line-height:1.25}.confirmation-copy p{color:var(--text);font-size:12px;line-height:1.45}.confirmation-copy small{color:var(--muted);font-size:11px;line-height:1.45}.confirmation-actions{grid-column:1/-1;grid-template-columns:minmax(0,.45fr) minmax(0,.55fr);gap:8px;display:grid}.confirmation-actions .primary-action,.confirmation-actions .secondary-action{width:100%}.document-info-dialog{width:min(560px,100vw - 28px);max-height:min(78vh,720px);overflow:hidden}.document-info-icon{background:var(--accent-soft);color:var(--accent-strong)}.document-info-copy{max-height:calc(78vh - 84px);padding-right:2px;overflow-y:auto}.document-task-dialog{width:min(760px,100vw - 28px);max-height:min(88vh,820px);overflow:hidden}.eroute-package-detail-dialog{width:min(980px,100vw - 28px)}.document-task-icon{background:var(--accent-soft);color:var(--accent-strong)}.document-task-copy{max-height:calc(88vh - 84px);padding-right:2px;overflow-y:auto}.group-tags-dialog{width:min(640px,100vw - 28px);max-height:min(82vh,720px);overflow:hidden}.group-tags-dialog .confirmation-actions{grid-template-columns:1fr}.group-tags-modal-grid{max-height:min(48vh,420px);padding-right:2px;overflow-y:auto}.document-info-title-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.document-info-metadata{border:1px solid var(--line);border-radius:8px;padding:0;overflow:hidden}.document-info-form{gap:8px;display:grid}.document-info-form label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:10px;font-weight:800;display:grid}.document-info-form input,.document-info-form textarea{border:1px solid var(--line);background:var(--surface);width:100%;color:var(--text);text-transform:none;border-radius:8px;outline:0;padding:7px 10px;font-size:12px;font-weight:600}.document-info-form textarea{resize:vertical;min-height:92px}.eyebrow{color:var(--warning);text-transform:uppercase;margin:0 0 4px;font-size:10px;font-weight:800}h1,h2{margin:0;line-height:1.15}h1{font-size:16px}h2{font-size:14px}.queue-list{align-content:start;min-height:0;display:grid;overflow-y:auto}.queue-list-head{border-bottom:1px solid var(--line);background:var(--surface-muted);min-height:30px;color:var(--muted);text-transform:uppercase;grid-template-columns:24px minmax(0,1fr) 62px;align-items:center;gap:9px;padding:0 11px;font-size:10px;font-weight:800;display:grid}.queue-row{border-bottom:1px solid var(--line);grid-template-columns:24px minmax(0,1fr) 62px;align-items:center;gap:9px;min-height:52px;padding:8px 11px;display:grid}.queue-row-button,.table-row-button{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border-top:0;border-left:0;border-right:0}.queue-row-button:hover,.table-row-button:hover,.queue-row-button.selected,.table-row-button.selected{background:#edf8e2}.queue-row-button.selected,.table-row-button.selected{box-shadow:inset 3px 0 0 var(--accent)}.queue-row:last-child{border-bottom:0}.row-main{min-width:0}.row-main strong,.row-main span{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.row-main span,.confidence small,.meta-list dt{color:var(--muted);font-size:10px}.confidence{text-align:right}.confidence span{font-weight:800;display:block}.document-library-body{grid-template-rows:auto minmax(0,1fr);min-width:0;min-height:0;display:grid;overflow:hidden}.document-directory-panel{border-bottom:1px solid var(--line);background:var(--surface-strong);gap:7px;min-width:0;max-height:230px;padding:8px;display:grid;overflow-y:auto}.document-directory-heading,.document-directory-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:7px;min-width:0;display:grid}.document-directory-heading{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.document-directory-list,.document-directory-node{gap:3px;min-width:0;display:grid}.document-directory-actions{border-bottom:1px solid var(--line);gap:6px;min-width:0;padding-bottom:7px;display:grid}.document-directory-actions form{gap:3px;min-width:0;display:grid}.document-directory-actions label,.document-directory-actions small{color:var(--muted);font-size:10px;font-weight:750}.document-directory-drop-help{padding:0 2px 7px}.document-directory-input-action{grid-template-columns:minmax(0,1fr) 30px;align-items:center;gap:5px;min-width:0;display:grid}.document-directory-input-action input{border:1px solid var(--line-strong);background:var(--surface);min-width:0;height:30px;color:var(--text);font:inherit;border-radius:7px;outline:none;padding:0 9px;font-size:11px}.document-directory-input-action input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #6fa03e1f}.document-directory-row{width:100%;min-height:28px;color:var(--text);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;border-radius:7px;grid-template-columns:14px 16px minmax(0,1fr) auto;padding:0 7px}.document-directory-row .directory-caret{width:14px;height:14px;color:var(--muted);justify-content:center;align-items:center;display:inline-flex}.document-directory-row .directory-caret.spacer{opacity:0}.document-directory-row:hover,.document-directory-row.active{color:var(--accent-strong);background:#edf8e2;border-color:#c5dfa8}.document-directory-row.drop-target{border-color:var(--accent);background:#e4f4d5;box-shadow:inset 0 0 0 1px #6fa03e40}.document-directory-row.rename-active{cursor:default}.document-directory-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:11px;font-weight:750;overflow:hidden}.document-directory-row small{color:var(--muted);font-size:10px;font-weight:800}.document-directory-rename-form{grid-template-columns:minmax(0,1fr) 28px 28px;align-items:center;gap:4px;min-width:0;display:grid}.document-directory-rename-form input{border:1px solid var(--line-strong);background:var(--surface);min-width:0;height:26px;color:var(--text);font:inherit;border-radius:7px;outline:none;padding:0 8px;font-size:11px;font-weight:750}.document-directory-rename-form input:focus{border-color:var(--accent);box-shadow:0 0 0 2px #6fa03e1f}.document-directory-children{gap:3px;min-width:0;padding-left:13px;display:grid}.document-library-list{min-width:0;min-height:0;overflow-y:auto}.table{display:grid;overflow-x:auto}.table-head,.table-row{grid-template-columns:96px minmax(190px,1fr) 66px 94px;align-items:center;gap:9px;min-width:520px;padding:0 12px;display:grid}.table-head{min-height:34px;color:var(--muted);text-transform:uppercase;background:var(--surface-muted);font-size:10px;font-weight:800}.table-row{border-top:1px solid var(--line);min-height:40px}.table-row-button{border-bottom:0}.table-row-button.draggable-row{cursor:grab}.table-row-button.dragging{opacity:.55}.table-row-button.draggable-row:active{cursor:grabbing}.state{width:fit-content;max-width:100%;color:var(--ok);background:#e8f7dc;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.meta-list{margin:0;padding:4px 11px 8px}.meta-list div{border-bottom:1px solid var(--line);align-content:center;min-height:35px;display:grid}.meta-list div:last-child{border-bottom:0}.meta-list dt,.meta-list dd{margin:0}.meta-list dd{margin-top:3px;font-weight:750}.approval-bar{border-top:1px solid var(--line);gap:8px;padding:11px 13px 13px;display:flex}.document-tags-section,.custom-fields-section,.incoming-related-section,.document-activity-section{border-top:1px solid var(--line);gap:8px;padding:10px 11px;display:grid}.comment-form{gap:8px;display:grid}.comment-form .primary-action{justify-self:end;min-width:110px}.activity-heading,.member-form-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;min-width:0;display:grid}.activity-list{gap:6px;display:grid}.activity-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:22px minmax(0,1fr);gap:7px;min-width:0;padding:7px;display:grid}.activity-row.message{background:#f8fbf3}.activity-marker{width:22px;height:22px;color:var(--accent);background:#dff3cf;border-radius:999px;place-items:center;display:grid}.activity-content{gap:4px;min-width:0;display:grid}.activity-title{justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.activity-title strong,.activity-title span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.activity-title span,.activity-content small{color:var(--muted);font-size:10px;font-weight:800}.activity-content p{color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:11px;line-height:1.35}.related-document-list{gap:6px;display:grid}.related-document-row{border:1px solid var(--line);background:var(--surface-strong);min-width:0;min-height:34px;color:var(--text);cursor:pointer;text-align:left;border-radius:8px;align-content:center;gap:3px;padding:6px 8px;display:grid}.related-document-row:hover{background:#edf8e2}.related-document-row span,.related-document-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.related-document-row span{font-weight:800}.related-document-row small,.sort-feedback{color:var(--muted);font-size:10px;font-weight:800}.inbox-sort-actions{border-top:1px solid var(--line);grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:8px;padding:12px;display:grid}.inbox-sort-actions .primary-action,.inbox-sort-actions .secondary-action{width:100%}.inbox-sort-actions .sort-feedback{grid-column:1/-1}.document-status-actions{border-top:1px solid var(--line);gap:6px;padding:12px;display:grid}.document-status-actions .secondary-action{width:100%}.tag-chip-list{flex-wrap:wrap;gap:6px;min-width:0;display:flex}.tag-chip{max-width:100%;min-height:24px;color:var(--text);background:#e8f7dc;border:1px solid #c5dfa8;border-radius:999px;align-items:center;gap:5px;padding:0 7px 0 8px;font-size:10px;font-weight:800;display:inline-flex}.tag-chip button{width:17px;height:17px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.tag-chip button:hover{color:var(--text);background:#2659001a}.muted-inline{color:var(--muted);font-size:11px;font-weight:700}.tag-add-row,.field-definition-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.document-share-dialog{width:min(720px,100vw - 28px);max-height:min(84vh,760px);overflow:hidden}.document-share-icon{background:var(--accent-soft);color:var(--accent-strong)}.document-share-copy{max-height:calc(84vh - 84px);padding-right:2px;overflow-y:auto}.document-share-form{border:1px solid var(--line);background:var(--surface-soft);border-radius:8px;gap:8px;padding:10px;display:grid}.share-duration-row{grid-template-columns:minmax(96px,.4fr) minmax(120px,.6fr);gap:8px;min-width:0;display:grid}.share-expiry-preview{border:1px solid var(--line);background:var(--surface);min-height:30px;color:var(--muted);border-radius:8px;align-items:center;gap:7px;padding:0 10px;font-size:11px;font-weight:800;display:inline-flex}.document-share-copy-row{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;padding:8px}.document-share-status-section{border-top:1px solid var(--line);background:var(--surface-soft);gap:7px;padding:9px 12px;display:grid}.document-share-status-section>strong{color:var(--accent-deep);font-size:11px}.share-status-list{flex-wrap:wrap;gap:6px;display:flex}.share-status-pill{max-width:100%;min-height:24px;color:var(--accent-deep);text-overflow:ellipsis;white-space:nowrap;background:#eef9e5;border:1px solid #bddaa1;border-radius:999px;align-items:center;gap:5px;padding:0 8px;font-size:10px;font-weight:850;display:inline-flex;overflow:hidden}.share-link-output{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-width:0;display:grid}.share-link-output input{font-size:10px}.share-link-list{gap:6px;min-width:0;display:grid}.share-link-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;padding:7px 8px;display:grid}.share-link-row>div{gap:2px;min-width:0;display:grid}.share-link-row small{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.field-value-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.field-value-label-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:6px;min-width:0;display:grid}.field-value-label-row>span{text-overflow:ellipsis;overflow:hidden}.field-required-mark{color:var(--danger);margin-left:3px;font-weight:950}.field-pin-button{border:1px solid var(--line);background:var(--surface-muted);width:24px;height:24px;color:var(--muted);cursor:pointer;border-radius:7px;justify-content:center;align-items:center;display:inline-flex}.field-pin-button.active{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.field-pin-button.release-pending{border-color:var(--danger);background:color-mix(in srgb, var(--danger) 10%, var(--surface));color:var(--danger)}.field-pin-button:disabled{cursor:not-allowed;opacity:.48}.field-pin-note{color:var(--muted);text-transform:none;font-size:9px;font-weight:750}.field-value-label.release-pending .field-pin-note{color:var(--danger)}.version-section{border-top:1px solid var(--line);gap:9px;padding:12px;display:grid}.file-view-panel .version-section{border-top:0}.version-list{gap:6px;display:grid}.version-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:46px;padding:7px;display:grid}.version-main{min-width:0}.version-main strong,.version-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.version-main span{color:var(--muted);margin-top:2px;font-size:10px;font-weight:700}.version-main .content-index-line{color:var(--text-soft);font-weight:600}.version-main .content-index-ready{color:#126a44}.version-main .content-index-missing{color:var(--muted)}.version-main .content-index-unsupported{color:#8b5e00}.version-main .content-index-failed{color:#a13232}.version-actions{justify-content:flex-end;gap:5px;display:flex}.file-preview-panel{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;gap:8px;min-width:0;padding:8px;display:grid}.file-preview-header{grid-template-columns:minmax(0,1fr) 26px;align-items:center;gap:8px;min-width:0;display:grid}.file-preview-header strong,.file-preview-header span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.file-preview-header span{color:var(--muted);margin-top:2px;font-size:10px;font-weight:700}.file-preview-frame{border:1px solid var(--line);background:#fff;border-radius:8px;width:100%;height:min(64vh,620px);min-height:340px}.pdf-editor-overlay{z-index:80;background:#1118278f;place-items:center;padding:12px;display:grid;position:fixed;inset:0}.pdf-editor-modal{background:var(--surface);border:1px solid #c5dfa8;border-radius:8px;grid-template-rows:auto auto minmax(0,1fr);gap:10px;width:min(1480px,100%);min-height:min(88vh,900px);max-height:min(96vh,1040px);padding:12px;display:grid;box-shadow:0 24px 70px #0f172a47}.pdf-editor-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.pdf-editor-header strong,.pdf-editor-header span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.pdf-editor-header span,.pdf-editor-summary{color:var(--muted);font-size:10px;font-weight:750}.pdf-editor-actions,.pdf-editor-row-actions,.pdf-editor-summary{align-items:center;gap:6px;display:flex}.pdf-editor-actions input{display:none}.pdf-editor-actions .secondary-action,.pdf-editor-actions .primary-action{min-height:32px}.pdf-editor-actions .disabled{pointer-events:none;opacity:.66}.pdf-editor-page-grid{grid-template-columns:repeat(auto-fill,minmax(238px,1fr));align-content:start;gap:12px;min-width:0;padding-right:4px;display:grid;overflow-y:auto}.pdf-editor-page-card{border:1px solid var(--line);background:var(--surface-strong);border-radius:7px;gap:8px;min-width:0;padding:9px;display:grid}.pdf-editor-document-group{display:contents}.pdf-editor-page-preview{border:1px solid var(--line);background:#eef1e8;border-radius:7px;place-items:center;min-height:270px;display:grid;overflow:hidden}.pdf-editor-page-preview canvas{max-width:100%;box-shadow:0 7px 18px #0f172a2e;height:auto!important}.pdf-editor-page-canvas-shell{cursor:crosshair;touch-action:none;place-items:center;display:inline-grid;position:relative}.pdf-editor-page-image-layer{place-items:center;display:grid}.pdf-editor-selection-layer{pointer-events:none;position:absolute;inset:0}.pdf-editor-selection-box,.pdf-editor-crop-box,.pdf-editor-whiteout-region{border-radius:3px;position:absolute}.pdf-editor-selection-box{background:#7ead262e;border:2px solid #3f7c1f;box-shadow:0 0 0 1px #ffffffe6}.pdf-editor-crop-box{background:#2563eb1f;border:2px solid #2563eb}.pdf-editor-whiteout-region{background:#ffffffd1;border:1px solid #a13232cc}.pdf-editor-rendered-page{place-items:center;display:grid}.pdf-editor-page-preview-empty{color:var(--muted);font-size:10px;font-weight:750}.pdf-editor-page-card-meta{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:7px;min-width:0;display:grid}.pdf-editor-page-number{min-width:28px;color:var(--accent-strong);text-align:center;font-size:11px;font-weight:850}.pdf-editor-row-actions{justify-content:flex-end}.pdf-editor-adjust-controls{gap:5px;display:grid}.pdf-editor-adjust-controls label{min-width:0;color:var(--muted);grid-template-columns:56px minmax(0,1fr) 34px;align-items:center;gap:6px;font-size:10px;font-weight:750;display:grid}.pdf-editor-adjust-controls input{min-width:0;accent-color:var(--accent-strong)}.pdf-editor-adjust-controls small{color:var(--text);text-align:right;font-size:10px;font-weight:800}.pdf-editor-selection-actions,.pdf-editor-edit-state{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.pdf-editor-edit-state{min-height:25px;color:var(--muted);font-size:10px;font-weight:750}.compact-action{min-height:25px;padding:4px 7px;font-size:10px}.text-preview{border:1px solid var(--line);max-height:min(54vh,480px);color:var(--text);white-space:pre-wrap;word-break:break-word;background:#fff;border-radius:8px;margin:0;padding:9px;font:11px/1.5 ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;overflow:auto}.xml-preview{gap:8px;min-width:0;display:grid}.xml-preview-toolbar{justify-content:flex-start;min-width:0;display:flex}.xml-preview-search{width:min(420px,100%);min-height:30px}.xml-preview-search input{font-size:11px;font-weight:650}.xml-preview-tree{border:1px solid var(--line);background:#fff;border-radius:8px;gap:5px;max-height:min(54vh,480px);padding:8px;display:grid;overflow:auto}.xml-preview-node,.xml-preview-leaf{min-width:0}.xml-preview-node{border-left:1px solid #dce5ce;padding-left:6px}.xml-preview-summary{min-width:0;color:var(--text);cursor:pointer;border-radius:6px;flex-wrap:wrap;align-items:center;gap:5px;padding:4px 5px;font-size:10px;font-weight:750;display:flex}.xml-preview-summary:hover{background:#f4f8ee}.xml-preview-tag{color:var(--accent-strong);font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-weight:850}.xml-preview-attributes{flex-wrap:wrap;gap:4px;min-width:0;display:inline-flex}.xml-preview-attribute{color:#51616b;text-overflow:ellipsis;white-space:nowrap;background:#f8fbf3;border:1px solid #dce5ce;border-radius:6px;max-width:260px;padding:2px 5px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;overflow:hidden}.xml-preview-path{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:9px;font-weight:750;overflow:hidden}.xml-preview-inline-text,.xml-preview-text{color:#303b43;min-width:0;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;font-size:10px;font-weight:650}.xml-preview-inline-text{text-overflow:ellipsis;white-space:nowrap;max-width:460px;overflow:hidden}.xml-preview-text{word-break:break-word;border-left:2px solid #dce5ce;margin:0 0 4px 22px;padding:2px 0 2px 7px}.xml-preview-children{gap:3px;display:grid}.spreadsheet-preview{border:1px solid var(--line);background:#fff;border-radius:8px;max-height:min(54vh,480px);overflow:auto}.spreadsheet-preview table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:10px}.spreadsheet-preview th,.spreadsheet-preview td{border-right:1px solid var(--line);border-bottom:1px solid var(--line);text-overflow:ellipsis;white-space:nowrap;min-width:94px;padding:6px 7px;overflow:hidden}.spreadsheet-preview th{z-index:1;color:var(--accent-strong);text-align:left;background:#eef5e5;font-weight:850;position:sticky;top:0}.spreadsheet-preview tr:last-child td{border-bottom:0}.spreadsheet-preview th:last-child,.spreadsheet-preview td:last-child{border-right:0}.file-preview-error{color:#a33c2e;background:#fff5f2;border:1px solid #e1b9b1;border-radius:8px;align-items:center;gap:8px;min-height:34px;padding:0 8px;font-size:11px;font-weight:750;display:flex}.preview-note{color:var(--muted);font-size:10px;font-weight:700}.compact-loading{min-height:35px;padding:0}.namespace-create-form,.settings-form{border-top:1px solid var(--line);gap:9px;padding:12px;display:grid}.audit-filters{border-bottom:1px solid var(--line);background:var(--surface-strong);grid-template-columns:minmax(150px,1.2fr) repeat(3,minmax(118px,1fr)) repeat(2,minmax(145px,1fr)) minmax(150px,.8fr);gap:9px;padding:12px;display:grid}.member-form{gap:12px;display:grid}.field-value-grid label,.field-definition-form label,.member-form label,.namespace-create-form label,.settings-form label,.document-share-form label,.task-settings-form label,.audit-filters label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:10px;font-weight:800;display:grid}.field-value-grid label{position:relative}.field-suggestion-menu{z-index:40;border:1px solid var(--line);background:var(--surface);max-height:180px;box-shadow:var(--shadow);border-radius:8px;gap:2px;padding:5px;display:grid;position:absolute;top:calc(100% - 2px);left:0;right:0;overflow:auto}.field-suggestion-menu button{min-width:0;min-height:28px;color:var(--text);text-align:left;text-transform:none;cursor:pointer;text-overflow:ellipsis;background:0 0;border:0;border-radius:6px;padding:0 8px;font-size:11px;font-weight:750;overflow:hidden}.field-suggestion-menu button:hover,.field-suggestion-menu button:focus-visible{background:var(--accent-soft);color:var(--accent-strong)}.audit-filter-actions{grid-template-columns:minmax(0,.48fr) minmax(0,.52fr);align-self:end;gap:7px;display:grid}.audit-filter-actions .primary-action,.audit-filter-actions .secondary-action{width:100%}.audit-list{display:grid}.audit-row{border-bottom:1px solid var(--line);grid-template-columns:26px minmax(260px,1fr) minmax(180px,.34fr);align-items:start;gap:9px;min-width:0;padding:10px 12px;display:grid}.audit-row:last-child{border-bottom:0}.audit-row-main{gap:4px;min-width:0;display:grid}.audit-title-line{align-items:center;gap:8px;min-width:0;display:flex}.audit-title-line strong{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.audit-row-main>span{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--muted);font-size:10px;font-weight:700;overflow:hidden}.audit-row-meta{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;min-width:0;margin:0;display:grid}.audit-row-meta div{min-width:0}.audit-row-meta dt,.audit-row-meta dd{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.audit-row-meta dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.audit-row-meta dd{margin-top:3px;font-size:11px;font-weight:750}.audit-metadata{border:1px solid var(--line);color:#2b3d20;white-space:pre-wrap;overflow-wrap:anywhere;background:#f7fbf2;border-radius:8px;grid-column:2/-1;max-height:92px;margin:2px 0 0;padding:8px;font:10px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:auto}.settings-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;display:grid}.settings-field-with-action{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:7px;display:grid}.settings-field-with-action .icon-action{width:34px;padding:0}.secret-field-status{color:var(--muted);font-size:10px;font-weight:800;line-height:1.35}.settings-actions{grid-template-columns:minmax(0,.42fr) minmax(0,.58fr);gap:8px;display:grid}.settings-actions .primary-action,.settings-actions .secondary-action{width:100%}.settings-actions.single-action{grid-template-columns:minmax(0,1fr)}.eroute-master-grid{grid-template-columns:minmax(280px,.88fr) minmax(360px,1.12fr);align-items:start;gap:12px;display:grid}.eroute-product-master-grid{grid-template-columns:minmax(260px,.9fr) minmax(260px,.9fr) minmax(340px,1.1fr)}.eroute-customer-master-section-grid{grid-template-columns:minmax(0,1fr)}.eroute-customer-master-dialog{width:min(1040px,100vw - 28px);max-height:min(94vh,900px)}.eroute-customer-master-dialog .document-task-copy{max-height:calc(94vh - 74px)}.eroute-customer-master-dialog-copy{gap:10px}.eroute-dialog-heading{justify-content:space-between;align-items:flex-start;gap:12px;min-width:0;display:flex}.eroute-dialog-heading>div{min-width:0}.eroute-customer-master-dialog-form{text-align:left;border-top:0;padding:0}.eroute-customer-master-dialog-form label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:10px;font-weight:800;display:grid}.eroute-customer-master-dialog-form input,.eroute-customer-master-dialog-form textarea,.eroute-customer-master-dialog-form select{border:1px solid var(--line);background:var(--surface);width:100%;min-height:34px;color:var(--text);text-transform:none;border-radius:8px;outline:0;padding:0 12px;font-size:12px;font-weight:650;transition:border-color .15s,box-shadow .15s,background .15s}.eroute-customer-master-dialog-form input:focus,.eroute-customer-master-dialog-form textarea:focus,.eroute-customer-master-dialog-form select:focus{border-color:color-mix(in srgb, var(--accent) 52%, var(--line));box-shadow:0 0 0 3px color-mix(in srgb, var(--accent) 14%, transparent)}.eroute-customer-master-dialog-form input[type=checkbox]{width:15px;min-height:15px;accent-color:var(--accent);flex:0 0 15px;padding:0}.eroute-customer-master-dialog-form .checkbox-row{color:var(--text);text-transform:none;flex-direction:row;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.eroute-customer-master-dialog-form textarea{resize:vertical;min-height:112px;padding:8px 10px}.eroute-address-dialog-form{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start;gap:12px}.eroute-address-dialog-form>label{min-width:0}.eroute-address-dialog-form .checkbox-row{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;align-self:center;min-height:38px;padding:8px 10px}.eroute-address-dialog-form .eroute-dialog-actions{grid-column:1/-1}.eroute-dialog-actions.with-delete{grid-template-columns:repeat(3,minmax(0,1fr))}.eroute-dialog-actions.without-delete{grid-template-columns:repeat(2,minmax(0,1fr))}.process-meta.eroute-row-actions{justify-content:flex-end;align-items:flex-start;min-width:0;display:inline-flex}.eroute-admin-action-menu{display:inline-flex;position:relative}.eroute-admin-action-popover{z-index:70;border:1px solid var(--line);background:var(--surface);min-width:190px;box-shadow:var(--shadow-lg);border-radius:8px;gap:4px;padding:6px;display:grid;position:absolute;top:calc(100% + 8px);right:0}.eroute-admin-action-popover button{min-height:32px;color:var(--text);cursor:pointer;background:0 0;border:0;border-radius:6px;justify-content:flex-start;align-items:center;gap:8px;padding:0 9px;font-size:12px;font-weight:750;display:inline-flex}.eroute-admin-action-popover button:hover,.eroute-admin-action-popover button:focus-visible,.eroute-admin-action-popover button.active{background:var(--surface-muted)}.eroute-dimension-key-buttons{grid-column:1/-1;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;display:grid}.eroute-dimension-key-buttons button{border:1px solid var(--line);background:var(--surface);min-height:30px;color:var(--text);cursor:pointer;border-radius:8px;font-size:11px;font-weight:750}.eroute-dimension-key-buttons button.active{border-color:color-mix(in srgb, var(--accent) 45%, var(--line));background:color-mix(in srgb, var(--accent) 12%, var(--surface));color:var(--accent-strong)}.eroute-customer-link-details{z-index:3;width:100%;min-width:0;margin-top:5px;position:relative}.eroute-customer-link-summary{border:1px solid var(--line);background:var(--surface);width:fit-content;min-height:26px;color:var(--muted);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:0 8px;font-size:11px;font-weight:750;display:inline-flex}.eroute-customer-link-details.open .eroute-customer-link-summary svg{transform:rotate(180deg)}.eroute-customer-link-list{z-index:4;border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:5px;width:100%;max-height:156px;margin-top:7px;padding:7px;display:grid;position:relative;overflow:auto}.eroute-customer-link-item{grid-template-columns:minmax(74px,auto) minmax(0,1fr);align-items:start;gap:8px;min-width:0;font-size:11px;line-height:1.35;display:grid}.eroute-customer-link-item strong,.eroute-customer-link-item span{overflow-wrap:anywhere;min-width:0}.eroute-customer-link-item span{color:var(--muted);font-weight:700}.process-row.eroute-customer-link-expanded{z-index:6;position:relative}.eroute-product-catalog-row{grid-template-columns:28px minmax(0,1fr) minmax(96px,auto);align-items:start;gap:9px;padding:10px}.eroute-customer-notes-field{grid-column:1/-1}.eroute-customer-master-settings-form{grid-template-columns:minmax(0,1fr) auto;align-items:end;margin-bottom:8px}.eroute-product-catalog-row[role=button]{cursor:pointer}.eroute-product-catalog-row[role=button]:focus-visible{outline-offset:-2px;outline:2px solid #4a7c2a73}.eroute-product-catalog-meta{justify-items:end;gap:4px;min-width:0;display:grid}.eroute-product-catalog-meta small{min-width:0;color:var(--muted);text-align:right;font-size:10px;font-weight:750}.eroute-driver-management-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.eroute-list-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px}.eroute-list-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:inline-flex}.eroute-list-heading-actions span{white-space:nowrap}.eroute-master-list-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;min-width:0;margin-top:8px;display:grid}.eroute-master-list-search{min-width:0}.eroute-master-list-search input{min-height:34px}.eroute-route-heading-actions{text-align:right;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:min(100%,420px);display:flex}.eroute-route-master-header-actions{flex-wrap:wrap;flex:560px;justify-content:flex-end;align-items:flex-end;min-width:0;max-width:min(820px,100%)}.eroute-route-header-search{width:min(260px,100%);color:var(--muted);text-transform:uppercase;gap:4px;font-size:10px;font-weight:800;display:grid}.eroute-route-header-search input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:30px;color:var(--text);text-transform:none;border-radius:8px;outline:0;padding:0 10px;font-size:12px;font-weight:600}.eroute-route-assignment-switch{flex-wrap:wrap;max-width:100%}.eroute-route-assignment-switch button{white-space:nowrap}.eroute-master-list-count{color:var(--muted);text-align:right;white-space:nowrap;padding-bottom:8px;font-size:11px;font-weight:750}.eroute-master-list-footer{justify-content:center;margin-top:8px;display:flex}.eroute-route-management-grid{grid-template-columns:minmax(0,1fr) minmax(320px,420px);align-items:start;gap:12px;display:grid}.eroute-route-management-grid.with-assignments{grid-template-columns:minmax(300px,.95fr) minmax(320px,.85fr)}.eroute-driver-route-assignment{margin-top:12px}.eroute-route-assignment-form select[multiple]{min-height:118px}.eroute-driver-management-grid .process-row,.eroute-route-management-grid .process-row{grid-template-columns:28px minmax(0,1fr) auto;align-items:start;gap:9px;padding:10px}.eroute-driver-management-grid .process-icon,.eroute-driver-management-grid .process-main,.eroute-driver-management-grid .process-state,.eroute-route-management-grid .process-icon,.eroute-route-management-grid .process-main,.eroute-route-management-grid .process-state{min-width:0}.eroute-driver-management-grid .process-state,.eroute-route-management-grid .process-state{white-space:nowrap;place-self:start end}.process-row.eroute-route-master-row{grid-template-columns:28px minmax(0,1fr) minmax(88px,auto);align-content:start;align-items:start;gap:9px;min-height:92px;padding:10px;overflow:visible}.process-row.eroute-route-master-row .process-icon,.process-row.eroute-route-master-row .process-main,.process-row.eroute-route-master-row .process-meta{min-width:0}.process-row.eroute-route-master-row .process-title{grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:start}.process-row.eroute-route-master-row .process-title strong,.process-row.eroute-route-master-row .process-title span,.process-row.eroute-route-master-row .process-message,.process-row.eroute-route-master-row .process-main small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;line-height:1.45;overflow:visible}.process-row.eroute-route-master-row .process-state{text-align:right;white-space:normal;align-items:center;min-height:24px;padding-block:4px;line-height:1.35;display:inline-flex}.eroute-route-master-list{min-height:220px;max-height:min(50vh,100dvh - 440px);overflow:auto}.eroute-route-assignment-list-panel{min-width:0}.eroute-route-assignee-list{min-height:220px;max-height:min(50vh,100dvh - 440px);overflow:auto}.process-row.eroute-route-assignee-row{cursor:pointer}.process-row.eroute-route-assignee-row.disabled{cursor:default;opacity:.58}.process-row.eroute-route-assignee-row .process-title{grid-template-columns:minmax(0,1fr) auto}.process-row.eroute-route-master-row .process-meta{justify-items:end;gap:6px;display:inline-grid}.eroute-route-dialog .eroute-driver-dialog-form{grid-template-columns:repeat(2,minmax(0,1fr))}.eroute-driver-dialog{width:min(680px,100vw - 28px)}.eroute-driver-dialog-form{margin-top:4px}.settings-list-column,.eroute-source-form,.eroute-snapshot-list{min-width:0}.eroute-source-list,.eroute-snapshot-list{max-height:min(54vh,620px);padding-right:2px;overflow:auto}.dedupe-rules-layout{grid-template-columns:minmax(300px,.82fr) minmax(380px,1.18fr);align-items:start;gap:12px;display:grid}.dedupe-rule-list,.dedupe-rule-form{min-width:0}.api-access-layout{grid-template-columns:minmax(300px,.48fr) minmax(520px,1fr);align-items:stretch;height:calc(100vh - 208px);min-height:0}.api-access-sidebar{grid-template-rows:minmax(180px,.9fr) minmax(180px,.72fr);gap:10px;min-width:0;min-height:0;display:grid}.eroute-operations-sidebar{grid-template-rows:minmax(240px,auto) minmax(220px,1fr)}.api-access-endpoint-list{grid-template-rows:auto minmax(0,1fr);min-height:0;max-height:none;display:grid;overflow:hidden}.api-access-form,.api-access-token-panel{min-width:0}.api-access-form{min-height:0;overflow:auto}.api-access-token-panel{grid-template-rows:auto auto auto minmax(0,1fr) auto;align-content:start;min-height:0;display:grid}.eroute-operations-controls{grid-template-rows:auto auto auto auto minmax(0,1fr)}.eroute-package-list-panel{grid-template-rows:auto minmax(0,1fr);align-content:start;min-height:0;display:grid}.eroute-production-prep-panel{grid-template-rows:auto auto minmax(0,1fr);min-height:0;max-height:calc(100dvh - 166px);display:grid;overflow:hidden}.eroute-laundry-tabs{border-bottom:1px solid var(--line)}.settings-tabs .eroute-production-route-picker-tab{color:var(--text);justify-content:center;align-items:center;gap:6px;margin-left:auto;display:inline-flex}.settings-tabs .eroute-production-route-clear-button{flex:none}.eroute-laundry-tab-body{grid-template-rows:minmax(0,1fr);gap:10px;min-height:0;display:grid;overflow:hidden}.eroute-laundry-prep-body{grid-template-rows:auto minmax(0,1fr)}.eroute-production-prep-summary{min-height:0}.eroute-production-prep-control-row{grid-template-columns:minmax(150px,.7fr) auto;align-items:end}.eroute-production-prep-metrics{grid-template-columns:repeat(5,minmax(0,1fr))}.eroute-production-product-panel,.eroute-laundry-products-panel{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.eroute-production-product-list,.eroute-laundry-product-list{min-height:0;max-height:none;overflow:auto}.eroute-production-product-list{max-height:42vh}.eroute-production-report-body{grid-template-rows:auto minmax(0,1fr)}.eroute-production-report-panel{grid-template-rows:auto minmax(0,1fr);min-height:0;display:grid;overflow:hidden}.eroute-production-report-list{min-height:0;max-height:none;overflow:auto}.eroute-production-report-stop{border:1px solid var(--line);background:#ffffffbd;border-radius:8px;padding:8px}.eroute-production-report-stop+.eroute-production-report-stop{margin-top:8px}.eroute-production-report-stop-heading{grid-template-columns:28px minmax(0,1fr) auto;align-items:start;gap:9px;display:grid}.eroute-production-report-items{gap:7px;margin-top:8px;padding-left:37px;display:grid}.eroute-production-report-item{background:#4a7c2a14;border-radius:7px;grid-template-columns:minmax(0,1fr) auto minmax(280px,auto);align-items:center;gap:10px;padding:8px;display:grid}.process-row.eroute-production-report-product-row{border:1px solid var(--line);background:#ffffffbd;border-radius:8px;grid-template-columns:minmax(0,1fr) auto minmax(300px,auto);align-items:center;gap:12px;min-height:76px;padding:10px;overflow:visible}.eroute-production-report-product-main{gap:5px;min-width:0;display:grid}.eroute-production-report-state{justify-self:end}.eroute-production-report-checks{justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.compact-checkbox-row{white-space:nowrap;gap:5px;min-height:0}.eroute-production-product-row{grid-template-columns:28px minmax(0,1fr) minmax(108px,auto);align-items:start;gap:9px;padding:10px}.eroute-production-product-row[role=button]{cursor:pointer}.eroute-production-product-row[role=button]:focus-visible{outline-offset:-2px;outline:2px solid #4a7c2a73}.eroute-production-product-row .process-meta{min-width:0}.eroute-production-product-only-row{grid-template-columns:28px minmax(0,1fr) minmax(132px,auto);align-items:center}.eroute-production-product-only-main{gap:6px;min-width:0;display:grid}.eroute-production-product-route-chips{flex-wrap:wrap;align-items:center;gap:5px;min-width:0;display:flex}.eroute-production-product-route-chips span{border:1px solid var(--line);background:var(--surface-muted);color:var(--text);border-radius:999px;padding:4px 7px;font-size:10px;font-weight:850;line-height:1.2}.eroute-production-product-only-quantity{text-align:right;justify-items:end}.eroute-production-product-only-quantity strong{color:var(--text);font-size:16px;font-weight:900;line-height:1.2}.process-row.eroute-production-prep-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:8px;min-height:48px;overflow:hidden}.process-row.eroute-production-prep-row.locked{opacity:.88}.eroute-production-prep-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:end;gap:8px;display:flex}.eroute-production-demand{text-align:right;justify-items:end;gap:2px;min-width:0;display:grid}.eroute-production-demand strong{color:var(--text);overflow-wrap:anywhere;font-size:12px;font-weight:800;line-height:1.25}.eroute-production-demand-inline{min-width:52px}.eroute-production-prepared-input span:not(.visually-hidden){color:var(--muted);letter-spacing:0;text-transform:uppercase;font-size:10px;font-weight:800}.eroute-production-product-code{font-size:12px}.eroute-production-prep-product-info{grid-template-columns:minmax(68px,.42fr) minmax(0,1fr) minmax(92px,.58fr);align-items:center;gap:8px;min-width:0;display:grid}.eroute-production-prep-product-info>*{min-width:0}.eroute-production-prep-product-info .eroute-production-product-code,.eroute-production-prep-product-name,.eroute-production-prep-route-summary{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.3;overflow:hidden}.eroute-production-prep-product-name,.eroute-production-prep-route-summary{color:var(--muted);font-weight:700}.eroute-production-prep-route-summary{color:var(--text);text-align:right}.eroute-production-prep-report-controls{grid-template-columns:minmax(76px,.38fr) minmax(0,1fr);place-items:center stretch;gap:6px;width:100%;min-width:0;max-width:none;display:grid}.eroute-production-prep-entry{grid-template-columns:minmax(42px,auto) 7px 54px 26px;justify-content:end;align-items:center;gap:4px;min-width:0;display:grid}.eroute-production-prep-separator{color:var(--muted);font-size:15px;font-weight:800;line-height:1}.eroute-production-prepared-input{width:54px;min-width:0;display:block}.eroute-production-prepared-input input{border:1px solid var(--line-strong);width:100%;min-height:28px;color:var(--text);font:inherit;text-align:right;background:#ffffffe0;border-radius:7px;padding:5px 8px;font-weight:800}.eroute-production-prepared-input input:disabled{background:var(--surface-muted)}.eroute-production-prep-save{justify-content:center;width:26px;min-width:26px;min-height:26px;padding:0}.eroute-production-product-panel .form-heading>div{gap:2px;min-width:0;display:grid}.eroute-production-product-panel>.form-heading,.eroute-production-report-panel>.form-heading{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px}.eroute-production-product-panel .form-heading p,.eroute-production-report-panel .form-heading p{color:var(--muted);margin:0;font-size:10px;font-weight:800}.eroute-production-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.eroute-production-heading-actions>span{white-space:nowrap}.eroute-production-route-picker-dialog{max-width:min(980px,100vw - 32px)}.eroute-production-route-picker-toolbar{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px;display:flex}.eroute-production-route-picker-search{flex:320px;gap:4px;min-width:min(100%,240px);margin:0}.eroute-production-route-picker-search span{color:var(--muted);letter-spacing:0;font-size:10px;font-weight:850}.eroute-production-route-picker-search input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:34px;color:var(--text);font:inherit;border-radius:8px;outline:none;padding:0 10px;font-size:12px;font-weight:750}.eroute-production-route-picker-search input:focus{border-color:color-mix(in srgb, var(--brand) 58%, var(--line));box-shadow:0 0 0 3px color-mix(in srgb, var(--brand) 14%, transparent)}.eroute-production-route-picker-toolbar span{color:var(--muted);font-size:11px;font-weight:850}.eroute-production-route-picker-groups{gap:12px;max-height:min(62vh,620px);padding-right:2px;display:grid;overflow:auto}.eroute-production-route-picker-group{gap:8px;display:grid}.eroute-production-route-picker-date-button{min-width:0;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;padding:0;font-weight:900}.eroute-production-route-picker-date-button:hover,.eroute-production-route-picker-date-button:focus-visible{color:var(--brand);outline:none}.eroute-production-route-picker-grid{gap:8px;display:grid}.eroute-production-route-picker-grid.columns-1{grid-template-columns:minmax(0,1fr)}.eroute-production-route-picker-grid.columns-2{grid-template-columns:repeat(2,minmax(0,1fr))}.eroute-production-route-picker-grid.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))}.eroute-production-route-picker-card{border:1px solid var(--line);background:var(--surface);min-width:0;color:var(--text);text-align:left;cursor:pointer;border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:7px 10px;padding:10px;display:grid}.eroute-production-route-picker-card:hover,.eroute-production-route-picker-card.selected{border-color:color-mix(in srgb, var(--brand) 42%, var(--line));box-shadow:inset 3px 0 0 color-mix(in srgb, var(--brand) 72%, transparent)}.eroute-production-route-picker-card.partial{border-color:color-mix(in srgb, #c77a1a 36%, var(--line))}.eroute-production-route-picker-card.ready{border-color:color-mix(in srgb, #26845d 38%, var(--line));background:color-mix(in srgb, #26845d 6%, var(--surface))}.eroute-production-route-picker-card>span:first-child,.eroute-production-route-picker-card-meta{gap:2px;min-width:0;display:grid}.eroute-production-route-picker-card strong,.eroute-production-route-picker-card small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.eroute-production-route-picker-card strong{font-size:13px;font-weight:850}.eroute-production-route-picker-card small{color:var(--muted);font-size:10px;font-weight:750}.eroute-production-route-picker-card .process-state{grid-column:1/-1;justify-self:start;width:max-content}.eroute-laundry-product-meta{justify-items:end;gap:4px;display:grid}.eroute-laundry-product-meta small{min-width:0;color:var(--muted);text-align:right;font-size:10px;font-weight:750}.eroute-route-breakdown-list{max-height:min(64vh,620px);padding-right:2px;overflow:auto}.eroute-planner-panel,.eroute-planner-body{grid-template-rows:auto auto;min-height:0;display:grid;overflow:visible}.eroute-planner-summary{grid-template-columns:repeat(4,minmax(0,1fr))}.eroute-planner-calendar-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;min-width:0;display:flex}.eroute-planner-calendar-toolbar>div{align-items:end;gap:6px;min-width:0;display:flex}.eroute-planner-view-switch{background:var(--surface);border:1px solid var(--line);border-radius:8px;align-items:center;gap:2px;padding:3px;display:inline-flex}.eroute-planner-view-switch button{color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;min-height:28px;padding:0 10px;font-size:11px;font-weight:850}.eroute-planner-view-switch button.active{color:var(--text);background:#4a7c2a1f}.eroute-planner-calendar-toolbar .compact-field-label{min-width:min(220px,100%);margin:0}.eroute-planner-calendar-toolbar .compact-input{min-height:34px}.eroute-planner-calendar{grid-template-rows:auto minmax(0,1fr);gap:6px;min-height:0;display:grid}.eroute-planner-weekdays,.eroute-planner-calendar-grid{gap:6px;min-width:0;display:grid}.eroute-planner-weekdays,.eroute-planner-calendar-grid.view-month,.eroute-planner-calendar-grid.view-week{grid-template-columns:repeat(7,minmax(0,1fr))}.eroute-planner-calendar-grid.view-day{grid-template-columns:1fr}.eroute-planner-weekdays span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.eroute-planner-calendar-grid{height:var(--eroute-calendar-height,min(460px, calc(100vh - 430px)));height:var(--eroute-calendar-height,min(460px, calc(100dvh - 430px)));min-height:120px;max-height:var(--eroute-calendar-height,min(760px, calc(100dvh - 220px)));padding-right:2px;position:relative;overflow:auto}.eroute-planner-calendar-grid.view-month{grid-auto-rows:minmax(88px,1fr)}.eroute-planner-calendar-grid.view-week{grid-auto-rows:minmax(320px,1fr)}.eroute-planner-calendar-grid.view-day{grid-auto-rows:minmax(360px,1fr)}.eroute-planner-calendar-loading{z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#ffffffb8;min-height:120px;position:absolute;inset:0}.eroute-planner-day{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-rows:auto minmax(0,1fr);gap:6px;min-width:0;min-height:88px;padding:7px;display:grid;overflow:hidden}.eroute-planner-day.outside{background:var(--surface);opacity:.62}.eroute-planner-day.today{border-color:#4a7c2a7a;box-shadow:inset 0 0 0 1px #4a7c2a24}.eroute-planner-day.drag-over{background:#4a7c2a14;border-color:#4a7c2a9e}.eroute-planner-day-header{justify-content:space-between;align-items:center;gap:6px;min-width:0;display:flex}.eroute-planner-day-header strong{color:var(--text);font-size:13px;font-weight:850}.eroute-planner-day-header span,.eroute-planner-empty-day{color:var(--muted);font-size:10px;font-weight:750}.eroute-planner-day-list{align-content:start;gap:6px;min-width:0;min-height:0;padding-right:2px;display:grid;overflow:auto}.eroute-planner-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;min-height:0;display:grid;overflow:hidden}.eroute-planner-column{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-rows:auto minmax(0,1fr);gap:8px;min-width:0;min-height:0;padding:9px;display:grid;overflow:hidden}.eroute-planner-column.running{border-color:#2563eb52}.eroute-planner-column.succeeded{border-color:#4a7c2a52}.eroute-planner-column-header{grid-template-columns:28px minmax(0,1fr);align-items:center;gap:8px;min-width:0;display:grid}.eroute-planner-column-header div{gap:2px;min-width:0;display:grid}.eroute-planner-column-header strong,.eroute-planner-column-header span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.eroute-planner-column-header strong{color:var(--text);font-size:12px;font-weight:850}.eroute-planner-column-header span{color:var(--muted);font-size:10px;font-weight:750}.eroute-planner-list{align-content:start;gap:8px;min-height:0;padding-right:2px;display:grid;overflow:auto}.eroute-planner-card{border:1px solid var(--line);background:var(--surface);min-width:0;color:inherit;cursor:pointer;text-align:left;border-radius:8px;gap:7px;padding:9px;display:grid}.eroute-planner-card:hover,.eroute-planner-card:focus-visible{border-color:#4a7c2a73;outline:none}.eroute-planner-card.selected{border-color:#4a7c2a8c;box-shadow:0 0 0 1px #4a7c2a24}.eroute-planner-card[draggable=true]{cursor:grab}.eroute-planner-card[draggable=true]:active{cursor:grabbing}.eroute-planner-card.dragging{opacity:.55}.eroute-planner-card.loading{opacity:.72;pointer-events:none}.eroute-planner-card-header{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;min-width:0;display:grid}.eroute-planner-card-header>span:first-child,.eroute-planner-card-load{min-width:0}.eroute-planner-card-header>span:first-child{gap:2px;display:grid}.eroute-planner-card-statuses{flex-direction:column;align-items:flex-end;gap:3px;min-width:0;display:flex}.eroute-planner-card-statuses .state{white-space:nowrap;max-width:100%}.eroute-planner-card-header strong,.eroute-planner-card-header small,.eroute-planner-card-load{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.eroute-planner-card-header strong{color:var(--text);font-size:12px;font-weight:850}.eroute-planner-card-header small,.eroute-planner-card-load{color:var(--muted);font-size:10px;font-weight:750}.eroute-planner-card-load.warning{color:#a15f00}.eroute-planner-day .eroute-planner-card{border-radius:7px;gap:5px;padding:7px}.eroute-planner-day .eroute-planner-card-header{gap:6px}.eroute-planner-card.compact{gap:3px;min-height:34px;padding:5px 6px}.eroute-planner-card.compact .eroute-planner-card-header{grid-template-columns:minmax(0,1fr) minmax(54px,auto);align-items:center}.eroute-planner-card.compact .state{min-height:18px;padding:0 5px}.eroute-planner-card.compact .eroute-planner-card-statuses{gap:2px}.eroute-planner-card.compact .eroute-planner-card-statuses .state{min-height:16px;padding:0 4px;font-size:9px}.eroute-route-heading-statuses{flex-flow:wrap;justify-content:flex-end}.eroute-customer-service-panel{min-height:0}.eroute-customer-service-body{gap:12px}.eroute-customer-service-toolbar{align-items:end}.eroute-status-legend{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;padding:8px 10px}.eroute-status-legend summary{cursor:pointer;color:var(--muted);align-items:center;gap:6px;font-size:11px;font-weight:850;list-style:none;display:inline-flex}.eroute-status-legend summary::-webkit-details-marker{display:none}.eroute-status-legend>div{flex-wrap:wrap;gap:7px;padding-top:8px;display:flex}.eroute-status-legend-item{color:var(--muted);align-items:center;gap:5px;font-size:10px;font-weight:800;display:inline-flex}.eroute-status-legend-item>span{background:var(--line);border-radius:999px;width:9px;height:9px}.eroute-status-legend-item.ok>span{background:#4a7c2a}.eroute-status-legend-item.done>span{background:#1f5a34}.eroute-status-legend-item.warning>span{background:#c77a1a}.eroute-status-legend-item.danger>span{background:#b42318}.eroute-status-legend-item.pending>span{background:#7b8794}.eroute-customer-service-toolbar .secondary-action,.eroute-customer-service-header-actions .secondary-action{min-height:32px;padding-inline:10px}.eroute-customer-service-header-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:inline-flex}.eroute-customer-service-last-movement{white-space:nowrap;width:auto}.eroute-planner-search,.eroute-customer-service-search{min-width:min(260px,100%)}.eroute-customer-service-close-toast{z-index:60;border:1px solid color-mix(in srgb, var(--brand) 36%, var(--line));background:var(--surface-strong);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;width:min(460px,100vw - 24px);padding:12px;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 16px 42px #26302338}.eroute-customer-service-close-toast>div{gap:4px;min-width:0;display:grid}.eroute-customer-service-close-toast strong{color:var(--text);font-size:13px;font-weight:850}.eroute-customer-service-close-toast span{color:var(--muted);font-size:11px;font-weight:750;line-height:1.35}.eroute-customer-service-close-toast>div:last-child{justify-content:flex-end;gap:7px;display:inline-flex}.eroute-customer-service-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.eroute-customer-service-card{text-align:left}.eroute-planner-card.route-status-ok,.eroute-planner-card.route-status-done,.eroute-planner-card.route-status-warning,.eroute-planner-card.route-status-danger,.eroute-planner-card.route-status-pending{border-left-width:4px}.eroute-planner-card.route-status-ok{background:color-mix(in srgb, #4a7c2a 6%, var(--surface-strong));border-left-color:#4a7c2a}.eroute-planner-card.route-status-done{background:color-mix(in srgb, #1f5a34 9%, var(--surface-strong));border-left-color:#1f5a34}.eroute-planner-card.route-status-warning{background:color-mix(in srgb, #c77a1a 8%, var(--surface-strong));border-left-color:#c77a1a}.eroute-planner-card.route-status-danger{background:color-mix(in srgb, #b42318 7%, var(--surface-strong));border-left-color:#b42318}.eroute-planner-card.route-status-pending{border-left-color:#7b8794}.eroute-customer-service-route-detail{grid-template-columns:minmax(280px,1fr) minmax(0,2fr);gap:12px;min-height:0;display:grid;overflow:hidden}.eroute-planner-route-editor{min-height:min(620px,100dvh - 230px)}.eroute-planner-editor-header-actions .state{width:auto}.eroute-planner-stop-editor-panel .eroute-dispatch-selected-heading{gap:10px}.eroute-planner-stop-editor-panel .eroute-dispatch-heading-actions{flex-wrap:wrap}.eroute-planner-stop-editor-panel{grid-template-rows:auto auto auto auto minmax(0,1fr)}.eroute-customer-service-stop-panel{grid-template-rows:auto auto auto minmax(0,1fr);gap:10px;min-height:0;display:grid;overflow:hidden}.eroute-customer-service-stop-panel.eroute-planner-stop-editor-panel{grid-template-rows:auto auto auto auto minmax(0,1fr)}.eroute-customer-service-stop-panel .eroute-dispatch-selected-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start}.eroute-customer-service-stop-panel .eroute-dispatch-selected-heading strong{font-size:18px}.eroute-customer-service-stop-panel .eroute-dispatch-meta-list{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;padding:0;display:grid}.eroute-customer-service-stop-panel .eroute-dispatch-meta-list div{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;min-height:54px;padding:8px}.eroute-customer-service-stop-heading{padding-top:2px}.eroute-customer-service-stop-list{grid-auto-rows:max-content;align-content:start;min-height:0;max-height:none;padding-right:2px;overflow:auto}.process-row.eroute-customer-service-stop-row{cursor:pointer;grid-template-columns:28px minmax(0,1fr) minmax(92px,auto);grid-template-areas:"icon main meta""details details details";grid-auto-rows:auto;align-items:start;gap:8px;min-height:72px;padding:10px;overflow:visible}.process-row.eroute-customer-service-stop-row .process-icon{grid-area:icon}.process-row.eroute-customer-service-stop-row .process-main{grid-area:main}.process-row.eroute-customer-service-stop-row .process-meta{grid-area:meta}.process-row.eroute-customer-service-stop-row.latest{border-color:color-mix(in srgb, var(--danger) 42%, var(--line));box-shadow:inset 3px 0 0 color-mix(in srgb, var(--danger) 76%, transparent)}.process-row.eroute-customer-service-stop-row.expanded{border-color:color-mix(in srgb, var(--brand) 38%, var(--line));background:color-mix(in srgb, var(--brand) 5%, var(--surface-strong));min-height:auto}.process-row.eroute-planner-stop-editor-row{cursor:pointer}.process-row.eroute-planner-stop-editor-row[draggable=true]{cursor:grab}.process-row.eroute-planner-stop-editor-row[draggable=true]:active,.process-row.eroute-planner-stop-editor-row.dragging{cursor:grabbing}.process-row.eroute-planner-stop-editor-row.selected{border-color:color-mix(in srgb, var(--brand) 42%, var(--line));box-shadow:inset 3px 0 0 color-mix(in srgb, var(--brand) 76%, transparent)}.process-row.eroute-planner-stop-editor-row.outlier{border-color:color-mix(in srgb, #c77a1a 38%, var(--line));box-shadow:inset 3px 0 #c77a1ab8}.process-row.eroute-planner-stop-editor-row.dragging{opacity:.58}.eroute-planner-stop-actions{justify-content:flex-end;gap:5px;display:inline-flex}.eroute-planner-route-heading-actions{flex-wrap:nowrap;justify-content:flex-end;align-items:center;gap:6px;min-width:0;display:flex}.eroute-planner-route-heading-actions .process-state{flex:none}.eroute-planner-route-icon-action{flex:0 0 30px;width:30px;min-width:30px;padding:0}.eroute-planner-outlier-panel{border:1px solid color-mix(in srgb, #c77a1a 32%, var(--line));background:color-mix(in srgb, #c77a1a 5%, var(--surface-muted));border-radius:8px;gap:8px;min-height:0;padding:8px;display:grid}.eroute-planner-outlier-heading{padding:0}.eroute-planner-outlier-list{max-height:220px;padding-right:2px;overflow:auto}.process-row.eroute-planner-outlier-row{grid-template-columns:28px minmax(0,1fr) minmax(118px,auto);align-items:start;min-height:0;padding:9px}.eroute-planner-outlier-actions{justify-content:flex-end;display:flex}.process-row.eroute-customer-service-stop-row .process-title{grid-template-columns:1fr;gap:1px}.process-row.eroute-customer-service-stop-row .process-title strong,.process-row.eroute-customer-service-stop-row .process-title span,.process-row.eroute-customer-service-stop-row .process-message,.process-row.eroute-customer-service-stop-row .process-main small{text-overflow:clip;white-space:normal;min-width:0;overflow:visible}.process-row.eroute-customer-service-stop-row .process-state,.eroute-customer-service-stop-panel .eroute-dispatch-heading-actions .process-state{white-space:nowrap;justify-self:end;width:auto;max-width:max-content;min-height:22px}.eroute-customer-service-stop-details{background:var(--surface);border-radius:8px;grid-area:details;gap:8px;min-width:0;margin-top:2px;padding:8px;display:grid}.eroute-customer-service-stop-actions{border-top:1px solid var(--line);gap:6px;padding-top:7px;display:grid}.eroute-customer-service-stop-actions p{color:var(--text);overflow-wrap:anywhere;margin:0;font-size:11px;font-weight:750;line-height:1.35}.eroute-customer-service-stop-actions div{flex-wrap:wrap;gap:5px;display:flex}.eroute-customer-service-item-list{gap:4px;min-width:0;margin-top:4px;display:grid}.eroute-customer-service-item-line{border-top:1px solid var(--line);grid-template-columns:minmax(68px,auto) minmax(0,1fr);gap:4px 8px;min-width:0;padding-top:4px;display:grid}.eroute-customer-service-item-line strong,.eroute-customer-service-item-line span,.eroute-customer-service-item-line small{text-overflow:clip;white-space:normal;overflow-wrap:anywhere;min-width:0;overflow:visible}.eroute-customer-service-item-line strong{color:var(--text);font-size:11px;font-weight:850}.eroute-customer-service-item-line span,.eroute-customer-service-item-line small{color:var(--muted);font-size:10px;font-weight:750}.eroute-customer-service-item-line small{grid-column:1/-1}.eroute-customer-service-map-panel{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;min-width:0;min-height:420px;position:relative;overflow:hidden}.eroute-customer-service-route-map{background:#eef2ec;width:100%;height:100%;min-height:420px;position:relative;overflow:hidden}.eroute-address-gps-preview{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:10px;padding:10px;display:grid}.eroute-address-gps-preview .form-heading{align-items:center;gap:10px}.eroute-address-gps-toolbar{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px;min-width:0;display:grid}.eroute-address-gps-toolbar>div:first-child{gap:2px;min-width:0;display:grid}.eroute-address-gps-toolbar strong{color:var(--text);font-size:13px;line-height:1.25}.eroute-address-gps-toolbar span{min-width:0;color:var(--muted);overflow-wrap:anywhere;font-size:11px;font-weight:750}.eroute-address-gps-actions{flex-wrap:wrap;justify-content:flex-end;gap:7px;display:flex}.eroute-address-gps-refresh-action{min-width:138px}.eroute-address-gps-preview .eroute-customer-service-route-map{border:1px solid var(--line);border-radius:8px;height:220px;min-height:220px}.eroute-address-gps-preview .eroute-address-picker-map{height:240px;min-height:240px}.eroute-customer-service-map-count{z-index:3;border:1px solid var(--line);color:var(--text);background:#ffffffeb;border-radius:999px;padding:4px 8px;font-size:10px;font-weight:850;position:absolute;top:12px;left:12px}.eroute-google-map{width:100%;height:100%;position:absolute;inset:0}.eroute-google-route-marker{color:#fff;background:#4a7c2a;border:2px solid #fff;border-radius:999px;place-items:center;min-width:28px;height:22px;padding:0 5px;font-size:9px;font-weight:850;line-height:1;display:inline-grid;box-shadow:0 3px 9px #1f2d1d52}.eroute-google-route-marker.selected{background:#245b36;box-shadow:0 0 0 3px #4a7c2a38,0 4px 12px #1f2d1d5c}.eroute-google-route-marker.editable{cursor:grab}.eroute-google-route-marker.editable:active{cursor:grabbing}.eroute-google-route-marker.latest{background:#b42318;min-width:34px;height:28px;font-size:10px}.eroute-planner-map-current small:last-child{white-space:normal;gap:2px;display:grid}.process-chip.succeeded{border-color:color-mix(in srgb, var(--brand) 34%, var(--line));background:color-mix(in srgb, var(--brand) 9%, white);color:var(--brand-strong)}.eroute-google-address-marker{cursor:grab;background:#b42318;border:3px solid #fff;border-radius:999px;width:20px;height:20px;display:inline-block;box-shadow:0 0 0 2px #b4231842,0 6px 16px #1f2d1d47}.eroute-google-address-marker:active{cursor:grabbing}.eroute-google-map-overlay{z-index:2;background:color-mix(in srgb, var(--surface-strong) 82%, transparent);text-align:center;border:0;border-radius:0;place-items:center;margin:0;display:grid;position:absolute;inset:0}.eroute-customer-service-map-current{border:1px solid color-mix(in srgb, var(--danger) 36%, var(--line));background:color-mix(in srgb, var(--danger) 9%, white);max-width:min(360px,100% - 24px);color:var(--text);border-radius:8px;gap:2px;padding:9px 10px;display:grid;position:absolute;bottom:12px;left:12px;box-shadow:0 10px 24px #281e1424}.eroute-customer-service-map-current span{color:var(--danger);text-transform:uppercase;align-items:center;gap:5px;font-size:10px;font-weight:850;display:inline-flex}.eroute-customer-service-map-current strong,.eroute-customer-service-map-current small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.eroute-customer-service-map-current strong{font-size:12px;font-weight:850}.eroute-customer-service-map-current small{color:var(--muted);font-size:10px;font-weight:750}.eroute-customer-service-map-link{background:#fffffff0;position:absolute;top:12px;right:12px}.process-chip.danger{border-color:color-mix(in srgb, var(--danger) 40%, var(--line));background:color-mix(in srgb, var(--danger) 10%, white);color:var(--danger)}.process-chip.warning{border-color:color-mix(in srgb, #c77a1a 42%, var(--line));color:#8a520f;background:#f8efe4}.eroute-operations-filter-grid,.eroute-operations-bulk-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.api-access-editor-heading{gap:4px;padding-bottom:2px;display:grid}.api-access-editor-heading strong{color:var(--text);font-size:17px;line-height:1.25}.api-access-editor-heading span{color:var(--muted);overflow-wrap:anywhere;font-size:12px}.api-access-mapping-list{gap:8px;display:grid}.api-access-mapping-row{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;align-items:end;padding:8px}.api-access-row-actions{align-items:center;gap:6px;padding-right:6px;display:flex}.api-access-row-actions .compact-action{min-height:30px;padding-inline:9px}.api-access-layout .process-row.selected{background:#eef8ff;border-color:#2b709694;box-shadow:inset 3px 0 #2b7096,0 0 0 1px #2b70961f}.compact-token-list,.process-list-scroll{gap:8px;max-height:min(46vh,520px);padding-right:2px;display:grid;overflow:auto}.process-list-scroll>.process-row.eroute-product-catalog-row,.process-list-scroll>.process-row.eroute-product-dimension-row,.process-list-scroll>.process-row.eroute-customer-candidate-row,.process-list-scroll>.process-row.eroute-customer-dimension-row{content-visibility:auto;contain-intrinsic-size:68px}.eroute-window-spacer{pointer-events:none;min-height:0}.compact-nested-list{min-height:0;max-height:min(26vh,320px);margin-top:8px}.nested-process-row{background:var(--surface);grid-template-columns:minmax(0,1fr) auto;align-items:start;padding:8px 10px}.eroute-dispatch-filter-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.eroute-dispatch-summary-grid div{text-align:right;justify-items:end}.eroute-dispatch-layout{grid-template-columns:minmax(280px,.58fr) minmax(0,1.42fr)}.eroute-dispatch-layout .api-access-endpoint-list,.eroute-dispatch-scroll-list{min-height:0;max-height:min(58vh,100vh - 320px)}.eroute-dispatch-detail-grid{grid-template-columns:minmax(0,.92fr) minmax(0,1.25fr);align-items:start;gap:10px;display:grid}.eroute-dispatch-selected-heading{grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:10px}.eroute-dispatch-heading-actions{justify-content:flex-end}.eroute-dispatch-heading-actions .process-state{min-height:32px}.eroute-dispatch-meta-list{margin-top:4px}.process-row.eroute-dispatch-route-row,.process-row.eroute-dispatch-row,.process-row.eroute-dispatch-stop-row{align-content:start;align-items:start;gap:9px;min-height:64px;padding:10px;overflow:visible}.process-row.eroute-dispatch-route-row{grid-template-columns:1fr;padding:0}.process-row.eroute-dispatch-row,.process-row.eroute-dispatch-stop-row{grid-template-columns:28px minmax(0,1fr)}.process-row.eroute-dispatch-route-row .process-row-button{grid-template-columns:28px minmax(0,1fr) minmax(92px,auto);align-items:start;padding:10px}.process-row.eroute-dispatch-route-row .process-icon,.process-row.eroute-dispatch-route-row .process-main,.process-row.eroute-dispatch-route-row .process-meta,.process-row.eroute-dispatch-row .process-icon,.process-row.eroute-dispatch-row .process-main,.process-row.eroute-dispatch-stop-row .process-icon,.process-row.eroute-dispatch-stop-row .process-main,.process-row.eroute-dispatch-default-row .process-main,.process-row.eroute-dispatch-default-row .process-meta{min-width:0}.process-row.eroute-dispatch-route-row .process-title,.process-row.eroute-dispatch-row .process-title,.process-row.eroute-dispatch-stop-row .process-title,.process-row.eroute-dispatch-default-row .process-title{grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:start}.process-row.eroute-dispatch-route-row .process-title strong,.process-row.eroute-dispatch-route-row .process-title span,.process-row.eroute-dispatch-route-row .process-message,.process-row.eroute-dispatch-route-row .process-main small,.process-row.eroute-dispatch-row .process-title strong,.process-row.eroute-dispatch-row .process-title span,.process-row.eroute-dispatch-row .process-message,.process-row.eroute-dispatch-row .process-main small,.process-row.eroute-dispatch-stop-row .process-title strong,.process-row.eroute-dispatch-stop-row .process-title span,.process-row.eroute-dispatch-stop-row .process-message,.process-row.eroute-dispatch-stop-row .process-main small,.process-row.eroute-dispatch-default-row .process-title strong,.process-row.eroute-dispatch-default-row .process-title span,.process-row.eroute-dispatch-default-row .process-message,.process-row.eroute-dispatch-default-row .process-main small,.eroute-dispatch-item-line span,.eroute-dispatch-item-line small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;line-height:1.45;overflow:visible}.process-row.eroute-dispatch-route-row .process-state,.eroute-dispatch-heading-actions .process-state,.process-row.eroute-dispatch-default-row .process-state{text-align:right;white-space:normal;align-items:center;min-height:24px;padding-block:4px;line-height:1.35;display:inline-flex}.eroute-dispatch-stop-details{min-width:0}.eroute-dispatch-stop-summary{cursor:pointer;grid-template-columns:minmax(0,1fr) auto;align-items:start;gap:8px;min-width:0;list-style:none;display:grid}.eroute-dispatch-stop-summary::-webkit-details-marker{display:none}.eroute-dispatch-stop-summary-main{gap:4px;min-width:0;display:grid}.eroute-dispatch-stop-toggle{color:var(--muted);transition:transform .16s}.eroute-dispatch-stop-details[open] .eroute-dispatch-stop-toggle{transform:rotate(180deg)}.eroute-dispatch-default-list{max-height:none;margin-top:10px}.process-row.eroute-dispatch-default-row{grid-template-columns:minmax(0,1fr) minmax(76px,auto);align-items:start;overflow:visible}.eroute-dispatch-item-list{gap:5px;margin-top:6px;display:grid}.eroute-dispatch-item-line{border:1px solid var(--line);background:var(--surface-muted);border-radius:7px;grid-template-columns:minmax(80px,.36fr) minmax(0,1fr);gap:2px 8px;min-width:0;padding:6px 7px;display:grid}.eroute-dispatch-item-line strong{min-width:0;color:var(--text);overflow-wrap:anywhere;font-size:11px}.eroute-dispatch-item-line span{color:var(--text);font-size:11px;font-weight:700}.eroute-dispatch-item-line small{color:var(--muted);grid-column:1/-1;font-size:10px;font-weight:750}.route-stop-list{min-height:0;max-height:min(52vh,520px)}.route-stop-title{grid-template-columns:minmax(56px,auto) minmax(0,1fr);align-items:start}.process-row.route-stop-row{grid-template-columns:28px minmax(0,1fr);align-items:start;gap:9px 10px;padding:12px;overflow:visible}.route-stop-row .process-icon,.route-stop-row .process-main,.route-stop-row .process-meta{min-width:0}.route-stop-row .process-icon{grid-area:1/1/span 2}.route-stop-row .process-main{text-align:left;grid-column:2;gap:5px}.route-stop-row .route-stop-title{text-align:left;flex-wrap:wrap;align-items:baseline;gap:4px 8px;display:flex}.route-stop-row .route-stop-title strong{flex:none}.route-stop-row .route-stop-title span{flex:180px}.route-stop-row .process-title strong,.route-stop-row .process-title span,.route-stop-row .process-message,.route-stop-row .process-main small{text-overflow:clip;white-space:normal;overflow:visible}.route-stop-row .process-message,.route-stop-row .process-main small{text-align:left;line-height:1.4}.route-stop-row .process-meta{text-align:left;grid-column:2;place-self:start;justify-items:start;min-width:0}.route-stop-row .process-state{text-align:left;white-space:normal;line-height:1.25}.route-stop-row small{color:var(--muted);overflow-wrap:anywhere;font-size:10px;line-height:1.4}.json-result{border:1px solid var(--line);background:var(--surface-muted);max-height:260px;color:var(--text);white-space:pre-wrap;border-radius:8px;margin:0;padding:10px;font:11px/1.45 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;overflow:auto}.settings-checkbox-grid{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;padding:10px;display:grid}.settings-checkbox-grid legend{color:var(--muted);padding:0 6px;font-size:.78rem;font-weight:700}.compact-toggle{min-height:32px}.settings-actions.process-actions{grid-template-columns:minmax(180px,280px) minmax(0,1fr);align-items:center}.billing-settings-layout{grid-template-columns:minmax(220px,.8fr) minmax(260px,1fr) minmax(340px,1.25fr);gap:12px;padding:12px;display:grid}.settings-subpanel{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-content:start;min-height:0;display:grid;overflow:hidden}.settings-subpanel>.form-heading{border-bottom:1px solid var(--line);padding:10px 12px}.compact-form{border-top:1px solid var(--line);padding:10px}.compact-list{display:grid}.scroll-list{max-height:270px;overflow:auto}.compact-list button{border:0;border-bottom:1px solid var(--line);min-width:0;color:var(--text);text-align:left;cursor:pointer;background:0 0;gap:3px;padding:9px 10px;display:grid}.compact-list button:hover,.compact-list button.active{background:var(--accent-soft);color:var(--accent-strong)}.compact-list button span,.compact-list button small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.compact-list button span{font-size:12px;font-weight:800}.compact-list button small{color:var(--muted);font-size:10px;font-weight:700}.billing-report-panel{align-content:stretch}.compact-report-list,.notification-run-list{border-top:1px solid var(--line);max-height:280px;overflow:auto}.audit-row.compact{grid-template-columns:22px minmax(0,1fr);padding:8px 10px}.mail-settings-section{border-top:1px solid var(--line);background:var(--surface);display:grid}.mail-settings-section .settings-form{border-top:0}.mail-settings-heading{padding:12px 12px 0}.notification-template-section{border:1px solid var(--line);background:#fbfdf8;border-radius:8px;gap:9px;padding:12px;display:grid}.notification-template-section textarea{min-height:96px}.settings-status-inline{min-width:0;color:var(--muted);font-size:11px;font-weight:700}.settings-note{color:var(--muted);margin:0;font-size:11px;font-weight:700;line-height:1.45}.profile-grid{grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);align-items:start;gap:12px;display:grid}.profile-panel{overflow:hidden}.profile-form{border-top:0}.auth-method-list{gap:8px;padding:12px;display:grid}.auth-method-row{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;min-width:0;padding:9px 10px;display:grid}.auth-method-row div{gap:3px;min-width:0;display:grid}.auth-method-row strong,.auth-method-row span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.auth-method-row strong{font-size:12px}.auth-method-row div span{color:var(--muted);font-size:10px;font-weight:700}.totp-setup{gap:9px;padding:0 12px 12px;display:grid}.totp-setup label{color:var(--muted);text-transform:uppercase;gap:5px;font-size:10px;font-weight:800;display:grid}.totp-qr-panel{border:1px solid var(--line);background:var(--surface-muted);text-align:center;border-radius:8px;justify-items:center;gap:8px;padding:12px;display:grid}.totp-qr-panel img{border:1px solid var(--line);background:#fff;border-radius:8px;width:min(220px,100%);height:auto;padding:8px}.totp-qr-panel span{color:var(--muted);font-size:11px;font-weight:750;line-height:1.35}.totp-manual-secret{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:8px}.totp-manual-secret summary{cursor:pointer;color:var(--accent-deep);font-size:11px;font-weight:850}.totp-manual-secret label,.totp-manual-secret .secondary-link{margin-top:8px}.feed-token-section{border-top:1px solid var(--line);gap:10px;padding:12px;display:grid}.feed-token-form{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(170px,.75fr) auto;align-items:end;gap:8px;padding:10px;display:grid}.feed-token-form label,.feed-token-once label{min-width:0;color:var(--muted);text-transform:uppercase;gap:5px;font-size:10px;font-weight:800;display:grid}.feed-token-once{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;padding:10px;display:grid}.feed-token-once small{color:var(--muted);grid-column:1/-1;font-size:11px;font-weight:650}.feed-token-list{gap:8px;display:grid}.feed-token-row{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;min-width:0;padding:9px 10px;display:grid}.feed-token-row div{gap:3px;min-width:0;display:grid}.feed-token-row strong,.feed-token-row span,.feed-token-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.feed-token-row strong{font-size:12px}.feed-token-row div span,.feed-token-row small{color:var(--muted);font-size:10px;font-weight:700}.secondary-link{border:1px solid var(--line);min-height:30px;color:var(--accent-deep);border-radius:8px;justify-content:center;align-items:center;padding:0 10px;font-weight:800;display:inline-flex}.danger-action{color:#a33c2e;border-color:#e1b9b1}.danger-icon{color:#a33c2e}.settings-note-padded{padding:0 12px 12px}.settings-help-inline{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:10px 0}.settings-help-inline summary{color:var(--text);cursor:pointer;align-items:center;gap:6px;font-size:12px;font-weight:800;list-style:none;display:inline-flex}.settings-help-inline summary::-webkit-details-marker{display:none}.settings-help-inline p{color:var(--muted);margin:8px 0 0;font-size:11px;font-weight:700;line-height:1.45}.settings-help-inline dl{gap:8px;margin:10px 0 0;display:grid}.settings-help-inline dl>div{grid-template-columns:minmax(120px,.28fr) minmax(0,1fr);gap:10px;display:grid}.settings-help-inline dt{color:var(--text);font-size:11px;font-weight:800}.settings-help-inline dd{color:var(--muted);margin:0;font-size:11px;font-weight:650;line-height:1.45}.settings-form .toggle-row{min-height:32px;color:var(--text);text-transform:none;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.settings-form .inline-toggle{align-self:end}.settings-form .checkbox-row{min-height:32px;color:var(--text);text-transform:none;flex-direction:row;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.settings-form input[type=checkbox]{width:15px;min-height:15px;accent-color:var(--accent);flex:0 0 15px}.form-heading{gap:3px;min-width:0;display:grid}.form-heading strong{font-size:13px}.form-heading span{color:var(--ok);font-size:10px;font-weight:800}.member-section{border-top:1px solid var(--line);gap:9px;padding:12px;display:grid}.standalone-member-section{border-top:0;padding:0}.member-list{gap:7px;display:grid}.namespace-list,.field-definition-list{gap:7px;padding:12px;display:grid}.field-definition-panel-header{flex-wrap:wrap;align-items:flex-end}.field-definition-header-title{min-width:190px}.field-definition-header-actions{flex-wrap:wrap;flex:1;justify-content:flex-end;align-items:flex-end;gap:8px;min-width:min(100%,560px);display:flex}.field-definition-inline-form{flex:1;grid-template-columns:minmax(150px,.8fr) minmax(230px,1fr) auto auto auto;justify-content:end;align-items:end;gap:7px;min-width:0;display:grid}.field-definition-inline-group{gap:4px;min-width:0;display:grid}.field-definition-inline-group>label{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.field-definition-inline-control{border:1px solid var(--line);background:var(--surface);border-radius:8px;align-items:center;min-width:0;min-height:32px;display:flex;overflow:hidden}.field-definition-inline-control:focus-within{border-color:var(--accent);box-shadow:0 0 0 2px #77c83d24}.field-definition-inline-control input{width:100%;min-width:0;min-height:30px;color:var(--text);background:0 0;border:0;outline:0;padding:0 10px;font-size:12px;font-weight:650}.field-definition-inline-save{border:0;border-left:1px solid var(--line);min-height:30px;color:var(--accent-deep);cursor:pointer;white-space:nowrap;background:#edf8e2;justify-content:center;align-self:stretch;align-items:center;gap:5px;padding:0 10px;font-size:10px;font-weight:900;display:inline-flex}.field-definition-inline-save:hover:not(:disabled){background:#dff3cc}.field-definition-inline-save:disabled{color:var(--muted);cursor:not-allowed;opacity:.7}.field-definition-inline-toggle{border:1px solid var(--line);background:var(--surface);white-space:nowrap;border-radius:8px;align-items:center;gap:6px;min-height:32px;padding:0 9px;display:inline-flex}.field-definition-inline-toggle input{width:14px;height:14px}.field-definition-tag-picker{gap:4px;min-width:220px;max-width:360px;display:grid}.field-definition-tag-picker>span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.field-definition-tag-options{border:1px solid var(--line);background:var(--surface);border-radius:8px;flex-wrap:wrap;align-content:flex-start;gap:5px;min-height:32px;max-height:74px;padding:5px;display:flex;overflow:auto}.field-definition-tag-chip{border:1px solid var(--line);background:var(--surface-muted);min-height:22px;color:var(--muted);cursor:pointer;border-radius:999px;align-items:center;gap:4px;padding:0 7px;font-size:10px;font-weight:800;display:inline-flex}.field-definition-tag-chip.selected{border-color:var(--accent);background:var(--accent-soft);color:var(--accent-strong)}.field-definition-tag-chip input{width:12px;height:12px}.field-definition-tag-empty{color:var(--muted);align-self:center;font-size:10px;font-weight:750}.namespace-row,.field-definition-row{border:1px solid var(--line);background:var(--surface-muted);min-width:0;min-height:46px;color:var(--text);border-radius:8px;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:8px;padding:7px 8px;display:grid}.namespace-row{cursor:pointer;text-align:left}.field-definition-row{grid-template-columns:24px minmax(0,1fr) auto auto}.field-definition-row.selected{box-shadow:inset 3px 0 0 var(--accent);background:#edf8e2}.field-definition-row.drag-over{border-color:var(--accent);box-shadow:inset 0 0 0 2px #77c83d33}.field-definition-row.dragging{opacity:.58}.namespace-row:hover,.namespace-row.selected{box-shadow:inset 3px 0 0 var(--accent);background:#edf8e2}.namespace-row-main,.field-definition-main{min-width:0}.namespace-row-main strong,.namespace-row-main span,.field-definition-main strong,.field-definition-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.namespace-row-main span,.field-definition-main span{color:var(--muted);margin-top:2px;font-size:10px;font-weight:700}.field-definition-main .field-definition-meta{white-space:normal;overflow:visible}.field-definition-main{appearance:none;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;padding:0}.field-definition-drag-handle,.field-definition-drag-placeholder{width:22px;height:28px}.field-definition-drag-handle{color:var(--muted);cursor:grab;background:0 0;border:0;border-radius:6px;justify-content:center;align-items:center;padding:0;display:inline-flex}.field-definition-drag-handle:active{cursor:grabbing}.field-definition-drag-handle:disabled{cursor:not-allowed;opacity:.55}.field-definition-actions{align-items:center;gap:5px;display:inline-flex}.settings-field-definition-form{border-top:1px solid var(--line);gap:10px;padding:12px;display:grid}.settings-tag-create-form{border-top:0}.settings-tag-manager{border-top:1px solid var(--line);grid-template-columns:minmax(260px,.48fr) minmax(330px,1fr) minmax(250px,.48fr);align-items:stretch;gap:10px;padding:12px;display:grid}.settings-tag-column{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;gap:9px;min-width:0;min-height:0;padding:10px;display:grid}.settings-tag-list-column{grid-template-rows:auto auto minmax(0,1fr);height:calc(100vh - 252px);min-height:0;overflow:hidden}.tag-edit-column{grid-template-rows:auto minmax(0,1fr);align-content:stretch;height:calc(100vh - 252px);overflow:hidden}.tag-edit-actions-panel{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:8px;padding:9px;display:grid}.tag-edit-action-buttons{grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7px;display:grid}.tag-editor-dialog{width:min(560px,100vw - 28px)}.tag-editor-copy{gap:8px}.tag-editor-modal-form{border-top:0;padding:0}.tag-editor-modal-form textarea{min-height:112px}.tag-editor-actions{grid-template-columns:minmax(0,.45fr) minmax(0,.55fr);gap:8px;display:grid}.tag-editor-actions.with-delete{grid-template-columns:minmax(0,.35fr) minmax(0,.35fr) minmax(0,.3fr)}.tag-editor-actions .primary-action,.tag-editor-actions .secondary-action{width:100%}.settings-tag-list,.task-option-list,.task-catalog-list{align-content:start;gap:7px;min-height:0;display:grid}.settings-tag-list{overflow-y:auto}.settings-tag-row{border:1px solid var(--line);background:var(--surface-muted);min-width:0;min-height:44px;color:var(--text);cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:24px minmax(0,1fr) auto;align-items:center;gap:8px;padding:7px 8px;display:grid}.settings-tag-row:hover,.settings-tag-row.selected{box-shadow:inset 3px 0 0 var(--accent);background:#edf8e2}.settings-tag-row.merge-selected{border-color:#a9d476}.settings-tag-row.merge-primary{background:#edf8e2}.tag-merge-selector{border:1px solid var(--line);background:var(--surface);width:18px;height:18px;color:var(--accent-deep);border-radius:5px;justify-content:center;align-items:center;display:inline-flex}.settings-tag-row.merge-selected .tag-merge-selector{border-color:var(--accent);background:#edf8e2}.settings-tag-row span,.settings-tag-row strong,.settings-tag-row small{min-width:0}.settings-tag-row strong,.settings-tag-row small{text-overflow:ellipsis;white-space:nowrap;display:block;overflow:hidden}.settings-tag-row small{color:var(--muted);margin-top:2px;font-size:10px;font-weight:700}.tag-row-meta{justify-items:end;gap:3px;display:inline-grid}.tag-row-meta em{color:var(--accent-deep);text-transform:uppercase;font-size:9px;font-style:normal;font-weight:850}.tag-merge-panel{border-bottom:1px solid var(--line);gap:8px;padding-bottom:9px;display:grid}.tag-merge-panel>div:first-child{gap:2px;display:grid}.tag-merge-panel strong,.tag-merge-panel span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tag-merge-panel span{color:var(--muted);font-size:10px;font-weight:750}.tag-merge-actions{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.tag-task-form{grid-template-rows:auto auto minmax(0,1fr) auto;align-content:start;align-items:stretch;gap:9px;height:calc(100vh - 252px);display:grid;overflow:hidden}.tag-task-header{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;display:grid}.tag-task-header-main{align-items:center;gap:8px;min-width:0;display:inline-flex}.tag-task-header-main strong,.tag-task-selected-name{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.tag-task-header-main span{border:1px solid var(--line);background:var(--surface-muted);min-width:24px;height:22px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;font-size:10px;font-weight:850;display:inline-flex}.tag-task-header .primary-action{white-space:nowrap;min-height:32px;padding-inline:11px}.tag-task-selected-name{color:var(--muted);margin:-4px 0 0;font-size:11px;font-weight:750}.compact-heading{margin-bottom:0}.tag-task-order-panel{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:0;padding:9px;display:grid;overflow:hidden}.tag-task-order-list{align-content:start;gap:6px;min-height:0;display:grid;overflow-y:auto}.tag-task-add-panel{border-top:1px solid var(--line);grid-template-rows:auto minmax(0,1fr);gap:8px;min-height:0;padding-top:9px;display:grid;overflow:hidden}.tag-task-add-panel .task-option-list{overflow-y:auto}.tag-task-order-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:8px;min-width:0;min-height:42px;padding:7px;display:grid}.tag-task-name-field,.tag-task-enabled-toggle,.tag-task-rule-list{grid-column:1/-1}.tag-task-name-field{color:var(--muted);text-transform:uppercase;gap:4px;font-size:10px;font-weight:750;display:grid}.tag-task-name-field input{border:1px solid var(--line);background:var(--surface);width:100%;min-height:30px;color:var(--text);border-radius:8px;padding:0 9px;font-size:12px;font-weight:650}.tag-task-enabled-toggle{color:var(--muted);align-items:center;gap:7px;font-size:11px;font-weight:750;display:inline-flex}.tag-task-rule-list{gap:6px;display:grid}.tag-task-rule-list>span{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:750}.tag-task-rule-list label{border:1px solid var(--line);background:var(--surface);border-radius:8px;grid-template-columns:16px minmax(0,1fr);align-items:center;gap:7px;min-width:0;padding:6px 8px;display:grid}.tag-task-rule-list strong,.tag-task-rule-list small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.tag-task-rule-list strong{font-size:11px}.tag-task-rule-list small{color:var(--muted);font-size:10px;font-weight:700}.task-order-actions{align-items:center;gap:4px;display:inline-flex}.task-order-actions button{border:1px solid var(--line);background:var(--surface);width:28px;min-height:28px;color:var(--text);cursor:pointer;border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.task-option-row{border:1px solid var(--line);background:var(--surface-strong);min-width:0;min-height:52px;color:var(--text);text-transform:none;border-radius:8px;grid-template-columns:30px minmax(0,1fr) auto;align-items:center;gap:8px;padding:8px;font-size:12px;font-weight:700;display:grid}.task-option-row input{width:15px;min-height:15px;accent-color:var(--accent)}.task-option-main{gap:2px;min-width:0;display:grid}.task-option-main strong,.task-option-main small,.task-option-main em{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.task-option-main small{color:var(--muted);font-size:10px}.task-option-main em{color:var(--muted);font-size:10px;font-style:normal;font-weight:650}.task-catalog-list{padding:12px}.task-settings-layout{grid-template-columns:minmax(220px,.42fr) minmax(0,1fr);gap:10px;padding:12px;display:grid}.task-settings-layout .task-catalog-list{padding:0}.task-catalog-row{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;grid-template-columns:minmax(0,1fr) minmax(150px,.32fr);gap:10px;min-width:0;padding:9px;display:grid}.task-catalog-button{width:100%;color:var(--text);cursor:pointer;text-align:left}.task-catalog-button:hover,.task-catalog-button.selected{box-shadow:inset 3px 0 0 var(--accent);background:#edf8e2}.task-catalog-main{min-width:0}.task-catalog-main strong,.task-catalog-main span{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.task-catalog-main span{color:var(--muted);margin-top:2px;font-size:10px;font-weight:800}.task-catalog-main p{color:var(--muted);margin:6px 0 0;font-size:11px;font-weight:650;line-height:1.45}.task-catalog-meta{gap:6px;min-width:0;margin:0;display:grid}.task-catalog-meta div{min-width:0}.task-catalog-meta dt,.task-catalog-meta dd{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.task-catalog-meta dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.task-catalog-meta dd{margin-top:2px;font-size:11px;font-weight:750}.task-settings-form{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:9px;padding:10px;display:grid}.task-settings-form .toggle-row{min-height:30px;color:var(--text);text-transform:none;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.task-settings-form input[type=checkbox]{width:15px;min-height:15px;accent-color:var(--accent);flex:0 0 15px}.barcode-profile-list{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:7px;padding:8px;display:grid}.barcode-profile-summary{cursor:pointer;min-height:32px;margin:0;list-style-position:inside}.barcode-profile-summary::-webkit-details-marker{color:var(--muted)}.barcode-profile-items{gap:7px;padding-top:7px;display:grid}.invoice-template-form{gap:11px;padding:12px;display:grid}.invoice-template-form .toggle-row{min-height:30px;color:var(--text);text-transform:none;align-items:center;gap:8px;font-size:12px;font-weight:750;display:flex}.invoice-template-form input[type=checkbox]{width:15px;min-height:15px;accent-color:var(--accent);flex:0 0 15px}.invoice-template-mapping-header{justify-content:space-between;align-items:center;gap:10px;display:flex}.invoice-template-mapping-list{gap:7px;display:grid}.invoice-template-mapping-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:minmax(170px,.22fr) minmax(260px,1fr) minmax(115px,.15fr) minmax(130px,.18fr) minmax(95px,auto) 32px;align-items:end;gap:8px;padding:8px;display:grid}.invoice-required-toggle{align-self:center;margin-bottom:2px}.barcode-profile-row{border:1px solid var(--line);background:var(--surface-strong);min-width:0;color:var(--text);text-transform:none;border-radius:8px;grid-template-columns:18px minmax(0,1fr) minmax(90px,auto);align-items:start;gap:8px;padding:8px;font-size:12px;font-weight:700;display:grid}.barcode-profile-main{gap:2px;min-width:0;display:grid}.barcode-profile-main strong,.barcode-profile-main small,.barcode-profile-main em,.barcode-profile-main code{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.barcode-profile-main small{color:var(--muted);font-size:10px}.barcode-profile-main em{color:var(--muted);font-size:10px;font-style:normal;font-weight:650}.barcode-profile-main code{color:#2b3d20;font:10px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.task-test-panel,.visual-task-settings,.ai-summary-settings,.field-template-settings,.field-template-preview-panel,.field-template-rule-list,.task-test-result,.task-match-list{gap:8px;display:grid}.visual-task-settings,.ai-summary-settings,.field-template-settings,.field-template-preview-panel,.task-test-panel{border-top:1px solid var(--line);padding-top:9px}.field-template-rule{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;gap:8px;padding:9px;display:grid}.field-template-rule-head{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.field-template-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.visual-settings-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.ai-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;display:grid}.task-test-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.field-template-preview-panel{gap:10px}.field-template-preview-controls{grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:8px;display:grid}.field-template-preview-actions{justify-content:flex-end;display:flex}.field-template-preview-meta{gap:2px;min-width:0;display:grid}.field-template-preview-meta strong,.field-template-preview-meta span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.field-template-preview-meta span{color:var(--muted);font-size:11px}.field-template-preview-shell{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;gap:10px;padding:10px;display:grid}.field-template-preview-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;display:flex}.field-template-preview-document{border:1px solid var(--line);background:#eef1e8;border-radius:8px;place-items:center;min-height:240px;padding:10px;display:grid;overflow:auto}.field-template-preview-canvas-shell{max-width:100%}.field-template-saved-zone{background:#2563eb24;border:2px solid #2563eb;border-radius:3px;position:absolute;box-shadow:0 0 0 1px #ffffffe6}.task-result-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;margin:0;display:grid}.task-result-grid div,.task-match-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;min-width:0;padding:8px}.task-result-grid dt,.task-result-grid dd{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;overflow:hidden}.task-result-grid dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.task-result-grid dd{margin-top:3px;font-size:11px;font-weight:750}.task-match-row{gap:2px;display:grid}.task-match-row strong,.task-match-row span,.task-match-row small,.task-match-row code{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.task-match-row span,.task-match-row small{color:var(--muted);font-size:10px;font-weight:700}.task-match-row code{color:#2b3d20;font:10px/1.4 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace}.process-list{gap:8px;display:grid}.process-row{border:1px solid var(--line);background:var(--surface-strong);border-radius:8px;grid-template-columns:minmax(0,1fr) auto;align-items:center;min-width:0;display:grid;overflow:hidden}.legacy-export-row{align-items:start}.legacy-sample-heading{color:var(--muted);text-transform:uppercase;margin-top:8px;font-size:10px;font-weight:850}.legacy-sample-table{border:1px solid var(--line);background:var(--surface);border-radius:8px;width:100%;margin-top:6px;overflow-x:auto}.legacy-sample-table table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:560px}.legacy-sample-table th,.legacy-sample-table td{border-bottom:1px solid var(--line);color:var(--text);text-align:left;vertical-align:top;overflow-wrap:anywhere;padding:7px 8px;font-size:11px;line-height:1.35}.legacy-sample-table th{background:var(--surface-muted);color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.legacy-sample-table tr:last-child td{border-bottom:0}.process-row.selected{border-color:#4a7c2a8c;box-shadow:0 0 0 1px #4a7c2a24}.process-row-button{min-width:0;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;grid-template-columns:28px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;display:grid}.process-row-button:focus-visible{outline-offset:-2px;outline:2px solid #4a7c2a73}.process-row>.icon-button{margin-right:6px}.process-row.running,.process-row.queued{border-color:#4a7c2a57}.process-row.failed{border-color:#a9444259}.process-row.warning{border-color:#b87c2273}.process-row.critical{border-color:#a9444273}.process-row.stale{border-color:#b87c2280}.process-icon{background:var(--surface-muted);width:28px;height:28px;color:var(--brand);border-radius:8px;justify-content:center;align-items:center;display:inline-flex}.process-row.failed .process-icon{color:#a94442}.process-row.warning .process-icon{color:#9a681f}.process-row.critical .process-icon{color:#a94442}.process-main{gap:3px;min-width:0;display:grid}.process-chip-row{flex-wrap:wrap;gap:4px;min-width:0;display:flex}.process-chip{border:1px solid var(--line);background:var(--surface-muted);min-width:0;max-width:100%;color:var(--muted);white-space:nowrap;text-overflow:ellipsis;border-radius:999px;align-items:center;padding:1px 6px;font-size:10px;font-weight:700;display:inline-flex;overflow:hidden}.process-title{grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:baseline;gap:7px;min-width:0;display:grid}.process-title strong,.process-title span,.process-message,.process-main small,.process-meta small{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.process-title strong{font-size:12px}.process-title span,.process-main small,.process-meta small{color:var(--muted);font-size:10px;font-weight:700}.process-message{color:var(--text);white-space:nowrap;font-size:11px;font-weight:700}.process-meta{justify-items:end;gap:4px;min-width:82px;display:grid}.process-row.eroute-product-catalog-row,.process-row.eroute-production-product-row,.process-row.eroute-customer-candidate-row,.process-row.eroute-customer-dimension-row{grid-template-columns:28px minmax(0,1fr) minmax(104px,auto);align-content:start;align-items:start;gap:9px;min-height:64px;padding:10px;overflow:visible}.process-row.eroute-production-product-row.eroute-production-prep-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;overflow:hidden}.process-row.eroute-production-product-row.eroute-production-prep-row .process-meta{max-width:none}.process-row.eroute-production-product-row.eroute-production-product-only-row{grid-template-columns:28px minmax(0,1fr) minmax(132px,auto);align-items:center}.process-row.eroute-product-dimension-row{grid-template-columns:28px minmax(0,1fr);align-content:start;align-items:start;gap:9px;min-height:56px;padding:10px;overflow:visible}.process-row.eroute-customer-candidate-row,.process-row.eroute-customer-dimension-row{grid-template-columns:28px minmax(0,1fr) 36px}.process-row.eroute-product-catalog-row .process-icon,.process-row.eroute-product-catalog-row .process-main,.process-row.eroute-product-catalog-row .process-meta,.process-row.eroute-production-product-row .process-icon,.process-row.eroute-production-product-row .process-main,.process-row.eroute-production-product-row .process-meta,.process-row.eroute-customer-candidate-row .process-icon,.process-row.eroute-customer-candidate-row .process-main,.process-row.eroute-customer-candidate-row .process-meta,.process-row.eroute-customer-dimension-row .process-icon,.process-row.eroute-customer-dimension-row .process-main,.process-row.eroute-customer-dimension-row .process-meta,.process-row.eroute-product-dimension-row .process-icon,.process-row.eroute-product-dimension-row .process-main{min-width:0}.process-row.eroute-product-catalog-row .process-title,.process-row.eroute-production-product-row .process-title,.process-row.eroute-customer-candidate-row .process-title,.process-row.eroute-customer-dimension-row .process-title,.process-row.eroute-product-dimension-row .process-title{grid-template-columns:minmax(0,auto) minmax(0,1fr);align-items:start}.process-row.eroute-product-catalog-row .process-title strong,.process-row.eroute-product-catalog-row .process-title span,.process-row.eroute-product-catalog-row .process-message,.process-row.eroute-product-catalog-row .process-main small,.process-row.eroute-product-catalog-row .process-meta small,.process-row.eroute-production-product-row .process-title strong,.process-row.eroute-production-product-row .process-title span,.process-row.eroute-production-product-row .process-message,.process-row.eroute-production-product-row .process-main small,.process-row.eroute-production-product-row .process-meta small,.process-row.eroute-customer-candidate-row .process-title strong,.process-row.eroute-customer-candidate-row .process-title span,.process-row.eroute-customer-candidate-row .process-message,.process-row.eroute-customer-candidate-row .process-main small,.process-row.eroute-customer-candidate-row .process-meta small,.process-row.eroute-customer-dimension-row .process-title strong,.process-row.eroute-customer-dimension-row .process-title span,.process-row.eroute-customer-dimension-row .process-message,.process-row.eroute-customer-dimension-row .process-main small,.process-row.eroute-customer-dimension-row .process-meta small,.process-row.eroute-product-dimension-row .process-title strong,.process-row.eroute-product-dimension-row .process-title span,.process-row.eroute-product-dimension-row .process-message,.process-row.eroute-product-dimension-row .process-main small{overflow-wrap:anywhere;text-overflow:clip;white-space:normal;line-height:1.45;overflow:visible}.process-row.eroute-product-catalog-row .process-state,.process-row.eroute-production-product-row .process-state,.process-row.eroute-customer-candidate-row .process-state,.process-row.eroute-customer-dimension-row .process-state{text-align:right;white-space:normal;align-items:center;min-height:24px;padding-block:4px;line-height:1.35;display:inline-flex}.process-status-icons{align-items:center;gap:4px;display:flex}.process-status-icon{border:1px solid var(--line);background:var(--surface-muted);width:18px;height:18px;color:var(--muted);border-radius:999px;justify-content:center;align-items:center;display:inline-flex}.process-status-icon.succeeded{color:var(--success);border-color:color-mix(in srgb, var(--success) 35%, var(--line))}.process-status-icon.warning{color:var(--warning);border-color:color-mix(in srgb, var(--warning) 35%, var(--line))}.process-status-icon.pending{color:var(--muted);border-color:var(--line)}.process-state.running,.process-state.queued,.process-state.succeeded{color:var(--brand)}.process-state.failed{color:#a94442}.process-state.stale,.process-state.warning{color:#9a681f}.process-state.critical{color:#a94442}.process-state.ok{color:var(--brand)}.worker-queue-summary{grid-template-columns:repeat(auto-fit,minmax(92px,1fr));gap:8px;margin-bottom:10px;display:grid}.worker-queue-summary div{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:2px;min-width:0;padding:8px;display:grid}.worker-queue-summary div.warning{background:#b87c2214;border-color:#b87c2273}.worker-queue-summary div.critical{background:#a9444214;border-color:#a9444273}.worker-queue-summary span{min-width:0;color:var(--muted);text-overflow:ellipsis;text-transform:uppercase;white-space:nowrap;font-size:10px;font-weight:800;overflow:hidden}.worker-queue-summary strong{color:var(--text);font-size:15px}.monitoring-settings-form{margin-bottom:10px}.monitoring-row .process-row-button{cursor:default}.monitoring-metadata{grid-column:1/-1;margin:0 9px 9px}.monitoring-resource-panel{gap:10px;margin-bottom:10px;display:grid}.monitoring-resource-history{border:1px solid var(--line);background:var(--surface);border-radius:8px;overflow:auto}.monitoring-resource-history .data-table,.monitoring-resource-history .legacy-sample-table{border-collapse:collapse;width:100%;min-width:640px}.monitoring-resource-history th,.monitoring-resource-history td{border-bottom:1px solid var(--line);color:var(--text);text-align:left;vertical-align:top;white-space:nowrap;padding:7px 8px;font-size:11px;line-height:1.35}.monitoring-resource-history th{background:var(--surface-muted);color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:850}.monitoring-resource-history tr:last-child td{border-bottom:0}.compact-monitoring-list{margin-top:10px}.process-detail-panel,.document-task-section{border:1px solid var(--line);background:var(--surface);border-radius:8px;gap:10px;padding:12px;display:grid}.process-detail-panel{margin-top:10px}.process-detail-panel.inline-process-detail{border:0;border-top:1px solid var(--line);background:0 0;border-radius:0;margin-top:0;padding:10px 0 0}.process-detail-heading,.task-run-status-line{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.process-detail-heading .form-heading,.task-run-status-line .settings-note{min-width:0}.process-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:0;display:grid}.process-detail-grid div{gap:2px;min-width:0;display:grid}.process-detail-grid dt{color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800}.process-detail-grid dd{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:12px;font-weight:800;overflow:hidden}.process-detail-message,.process-detail-error{border-radius:8px;margin:0;padding:8px 10px;font-size:11px;font-weight:800}.process-detail-message{color:var(--brand-strong);background:#4a7c2a14}.process-detail-error{color:#a94442;background:#a9444214}.process-result-list{gap:5px;min-width:0;display:grid}.process-result-list strong{color:var(--text);font-size:11px}.process-result-list span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:700;overflow:hidden}.manual-task-actions{flex-wrap:wrap;gap:8px;display:flex}.modal-task-section{margin-top:6px}.document-task-result-section{gap:8px;display:grid}.member-row{border:1px solid var(--line);background:var(--surface-muted);cursor:pointer;text-align:left;border-radius:8px;grid-template-columns:22px minmax(0,1fr) auto 30px;align-items:center;gap:8px;min-width:0;min-height:46px;padding:7px;display:grid}.wide-member-row{grid-template-columns:22px minmax(0,1fr) 86px 30px}.member-row:hover,.member-row.selected{box-shadow:inset 3px 0 0 var(--accent);background:#edf8e2}.namespace-member-row[draggable=true]{cursor:grab}.namespace-member-row[draggable=true]:active{cursor:grabbing}.namespace-member-row.dragging{opacity:.58}.group-drop-row.drop-target{border-color:var(--accent);box-shadow:inset 3px 0 0 var(--accent);background:#f4fbec}.member-page-form{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;align-self:start;padding:10px}.member-main{min-width:0}.member-main strong,.member-main span,.member-main small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.member-main span,.member-main small{color:var(--muted);font-size:10px;font-weight:700}.member-main small{margin-top:2px;font-size:10px}.scope-editor{gap:8px;display:grid}.tag-visibility-summary{border:1px solid var(--line);background:var(--surface);border-radius:8px;justify-content:space-between;align-items:center;gap:8px;min-width:0;padding:8px;display:flex}.tag-visibility-summary>span{min-width:0;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.scope-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;display:grid}.member-form .scope-toggle,.group-tags-dialog .scope-toggle{border:1px solid var(--line);background:var(--surface);min-width:0;min-height:32px;color:var(--text);text-transform:none;border-radius:8px;align-items:center;gap:7px;padding:0 8px;font-size:12px;font-weight:750;display:flex}.member-form .scope-toggle input,.group-tags-dialog .scope-toggle input{width:15px;min-height:15px;accent-color:var(--accent);flex:0 0 15px}.member-form .scope-toggle span,.group-tags-dialog .scope-toggle span{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.compact-empty{min-height:44px;padding:0}.upload-queue{gap:8px;padding:0 12px 12px;display:grid}.upload-queue-row{border:1px solid var(--line);background:var(--surface-muted);border-radius:8px;gap:6px;padding:8px;display:grid}.upload-queue-title{justify-content:space-between;align-items:flex-start;gap:8px;min-width:0;display:flex}.upload-queue-title>div{min-width:0}.compact-icon{flex:0 0 30px;width:30px;min-height:30px}.upload-queue-row strong,.upload-queue-row span,.upload-queue-row small{text-overflow:ellipsis;white-space:nowrap;min-width:0;display:block;overflow:hidden}.upload-queue-row span,.upload-queue-row small{color:var(--muted);font-size:10px;font-weight:700}.upload-queue-row small{color:#a33c2e}.upload-queue-row progress{width:100%;height:7px;accent-color:var(--accent)}@media (max-width:1120px){.eroute-dimension-key-buttons{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid,.document-workspace-grid,.inbox-grid,.namespace-grid,.settings-grid,.routes-workspace-grid,.legacy-file-access-grid,.profile-grid,.audit-grid,.field-value-grid,.tag-add-row,.field-definition-form,.audit-filters,.audit-row,.permissions-grid,.permissions-body,.permissions-form-column,.permissions-list-column,.inbox-sort-actions,.settings-tag-manager,.task-catalog-row,.task-settings-layout,.barcode-profile-row,.invoice-template-mapping-row,.task-test-controls,.task-result-grid,.visual-settings-grid,.ai-summary-grid,.eroute-master-grid,.eroute-master-list-controls,.eroute-route-management-grid,.eroute-route-management-grid.with-assignments,.eroute-planner-board,.eroute-planner-summary,.eroute-customer-service-summary-grid,.eroute-planner-card-header,.eroute-customer-service-route-detail,.eroute-customer-service-item-line,.eroute-dispatch-filter-grid,.eroute-dispatch-detail-grid,.eroute-dispatch-selected-heading,.eroute-dispatch-layout,.eroute-dispatch-item-line,.eroute-production-product-row,.eroute-product-catalog-row,.eroute-customer-candidate-row,.eroute-customer-dimension-row,.eroute-route-master-row,.process-row,.process-title,.billing-settings-layout,.feed-token-form,.feed-token-once,.tag-edit-action-buttons,.tag-editor-actions,.tag-editor-actions.with-delete,.settings-actions,.settings-form-grid{grid-template-columns:1fr}.eroute-master-list-count{text-align:left;padding-bottom:0}.settings-tabs button.route-tab-admin{margin-left:0}.eroute-route-master-header-actions{justify-content:flex-start;min-width:0}.eroute-route-heading-actions{text-align:left;justify-content:flex-start}.settings-tag-list-column,.tag-task-form,.tag-edit-column{height:auto;max-height:none;overflow:visible}.tag-task-order-panel,.tag-task-add-panel,.tag-task-order-list,.tag-task-add-panel .task-option-list{overflow:visible}.api-access-layout,.api-access-sidebar,.api-access-form,.api-access-token-panel,.eroute-production-prep-panel,.eroute-planner-panel,.eroute-laundry-tab-body,.eroute-production-product-panel,.eroute-laundry-products-panel,.eroute-production-report-panel,.eroute-production-report-list,.eroute-planner-body,.eroute-planner-board,.eroute-planner-calendar,.eroute-planner-calendar-grid,.eroute-planner-column,.eroute-planner-list{height:auto;max-height:none;overflow:visible}.eroute-laundry-product-meta{justify-items:start}.eroute-production-prep-actions,.eroute-production-prep-report-controls,.eroute-production-demand{justify-content:flex-start;justify-items:start}.eroute-production-prep-control-row,.eroute-production-prep-metrics,.process-row.eroute-production-product-row.eroute-production-prep-row,.eroute-production-prep-product-info,.eroute-production-prep-report-controls,.eroute-production-prep-entry{grid-template-columns:1fr}.eroute-production-prep-product-info,.eroute-production-prep-report-controls,.eroute-production-prep-entry{text-align:left;justify-content:stretch;justify-items:start}.eroute-production-prep-route-summary,.eroute-production-demand{text-align:left;justify-items:start}.process-row.eroute-production-product-row,.process-row.eroute-product-catalog-row,.process-row.eroute-customer-candidate-row,.process-row.eroute-customer-dimension-row,.process-row.eroute-product-dimension-row,.process-row.eroute-route-master-row,.process-row.eroute-dispatch-route-row .process-row-button,.process-row.eroute-customer-service-stop-row,.process-row.eroute-dispatch-row,.process-row.eroute-dispatch-stop-row,.process-row.eroute-dispatch-default-row,.eroute-production-report-stop-heading,.eroute-production-report-item,.eroute-production-report-product-row{grid-template-columns:1fr}.process-row.eroute-production-product-row .process-meta,.eroute-production-product-only-quantity,.eroute-production-report-state,.process-row.eroute-product-catalog-row .process-meta,.process-row.eroute-customer-candidate-row .process-meta,.process-row.eroute-customer-dimension-row .process-meta,.process-row.eroute-route-master-row .process-meta,.process-row.eroute-dispatch-route-row .process-meta,.process-row.eroute-customer-service-stop-row .process-meta,.process-row.eroute-dispatch-default-row .process-meta{justify-items:start}.eroute-production-report-items{padding-left:0}.eroute-production-report-checks{flex-wrap:wrap;justify-content:flex-start}.process-row.eroute-production-product-row .process-state,.process-row.eroute-product-catalog-row .process-state,.process-row.eroute-customer-candidate-row .process-state,.process-row.eroute-customer-dimension-row .process-state,.process-row.eroute-route-master-row .process-state,.process-row.eroute-dispatch-route-row .process-state,.process-row.eroute-customer-service-stop-row .process-state,.process-row.eroute-dispatch-default-row .process-state{text-align:left}.eroute-customer-service-route-detail,.eroute-customer-service-stop-panel,.eroute-customer-service-stop-list{height:auto;max-height:none;overflow:visible}.eroute-customer-service-map-panel,.eroute-customer-service-route-map{min-height:360px}.eroute-dispatch-summary-grid div{text-align:left;justify-items:start}.eroute-laundry-product-meta small,.eroute-product-catalog-meta small{text-align:left}.eroute-product-catalog-meta{justify-items:start}.field-definition-header-actions,.field-definition-inline-form{grid-template-columns:1fr;justify-content:stretch}.audit-metadata{grid-column:1}.eroute-address-dialog-form{grid-template-columns:repeat(2,minmax(0,1fr))}.eroute-address-dialog-form .eroute-dialog-actions.with-delete{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:760px){.app-shell{grid-template-columns:1fr}.sidebar{min-height:auto}.nav-list{grid-template-columns:repeat(2,minmax(0,1fr))}.workspace{padding:10px}.topbar{flex-direction:column;align-items:stretch}.top-actions{justify-content:space-between}.help-drawer{width:100vw}.namespace-picker,.language-picker{width:100%}.settings-help-inline dl>div{grid-template-columns:1fr;gap:3px}.primary-action{flex:1}.eroute-planner-calendar-toolbar,.eroute-planner-calendar-toolbar>div{align-items:stretch;width:100%}.eroute-planner-calendar-toolbar .compact-field-label{flex:1}.eroute-planner-view-switch{grid-template-columns:repeat(3,minmax(0,1fr));width:100%;display:grid}.eroute-planner-weekdays{display:none}.eroute-planner-calendar-grid{grid-template-columns:1fr;grid-auto-rows:auto;min-height:0;overflow:visible}.eroute-planner-day{min-height:112px}.eroute-address-dialog-form,.eroute-address-dialog-form .eroute-dialog-actions.with-delete{grid-template-columns:1fr}}@keyframes spin{to{transform:rotate(360deg)}}
