:root{--bg-workspace: #f8fafc;--bg-panel: #ffffff;--ink-main: #0f172a;--ink-muted: #64748b;--line-border: #e2e8f0;--accent: #0ea5e9;--accent-hover: #0284c7;--success: #10b981;--danger: #ef4444;--warning: #f59e0b;--radius-container: 12px;--radius-action: 8px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1);--transition-fast: all .1s ease}.app-toast{position:fixed;top:20px;right:20px;z-index:10000;display:flex;align-items:center;gap:14px;width:min(460px,calc(100vw - 40px));padding:14px 16px;border:1px solid #86efac;border-radius:12px;color:#14532d;background:#f0fdf4;box-shadow:0 16px 40px #0f172a33;font-size:14px;font-weight:700}.app-toast.error{border-color:#fca5a5;color:#7f1d1d;background:#fef2f2}.app-toast.warning{border-color:#fcd34d;color:#78350f;background:#fffbeb}.app-toast.info{border-color:#7dd3fc;color:#0c4a6e;background:#f0f9ff}.app-toast span{flex:1}.app-toast button{min-height:28px;padding:0 7px;border:0;color:inherit;background:transparent;box-shadow:none;font-size:20px}.app-toast button:hover{background:#0f172a0f;box-shadow:none;transform:none}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}html,body,#root{min-height:100%}body{margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--bg-workspace);color:var(--ink-main);line-height:1.5;font-size:14px}.muted{color:var(--ink-muted);font-size:13px}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,rgba(14,165,233,.15),transparent 35%),radial-gradient(circle at 80% 90%,rgba(16,185,129,.12),transparent 30%),var(--bg-workspace)}.login-card{width:100%;max-width:420px;background:var(--bg-panel);border:1px solid var(--line-border);border-radius:16px;box-shadow:var(--shadow-md);padding:24px}.brand{display:flex;align-items:center;gap:12px;margin-bottom:14px}.login-brand{justify-content:center;margin:2px auto 20px;text-align:center}.brand-mark{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#fff;box-shadow:0 8px 18px #0284c738;overflow:hidden}.brand-mark.small{width:36px;height:36px;border-radius:10px}.brand-mark.wordmark{width:min(190px,64vw);height:48px;border-radius:0;background:transparent;box-shadow:none;overflow:visible}.brand-mark.wordmark img{width:100%;height:100%}.brand-mark img{width:76%;height:76%;object-fit:contain;display:block}.brand-title{margin:0;font-size:28px;letter-spacing:-.04em;line-height:1}.brand-title span,.side-brand h2 span{color:var(--accent)}.login-form{display:grid;gap:10px;margin-top:14px}.login-primary-action{display:grid;gap:8px;margin-top:20px;text-align:center}.microsoft-login{width:100%;min-height:42px;font-size:14px;background:#fff!important;border:1px solid #cbd5e1!important;color:#1f2937!important;box-shadow:0 1px 2px #0f172a14}.microsoft-login:hover{background:#f8fafc!important;border-color:#94a3b8!important;transform:none!important}.microsoft-mark{display:grid;grid-template-columns:repeat(2,7px);grid-template-rows:repeat(2,7px);gap:1px;width:15px;height:15px}.microsoft-mark i:nth-child(1){background:#f25022}.microsoft-mark i:nth-child(2){background:#7fba00}.microsoft-mark i:nth-child(3){background:#00a4ef}.microsoft-mark i:nth-child(4){background:#ffb900}.local-login-toggle{width:100%;margin-top:14px;border-color:transparent;background:transparent;color:var(--ink-muted)}.local-login-toggle:hover{background:#f8fafc;color:var(--ink-main)}.login-footer{display:grid;justify-items:center;gap:2px;margin-top:18px;padding-top:14px;border-top:1px solid var(--line-border);color:var(--ink-muted);font-size:11px;text-align:center}.login-footer a{color:inherit;font-size:inherit;font-weight:inherit;text-decoration:none}.login-footer a:hover{text-decoration:underline}.login-footer strong,.login-footer>span{color:var(--ink-muted);font-size:11px;font-weight:500}.auth-completing{display:grid;justify-items:center;gap:10px;text-align:center}.auth-completing h1{margin:4px 0 0;font-size:22px}.login-form label{font-weight:600;font-size:12px;color:var(--ink-muted);text-transform:uppercase;letter-spacing:.04em}input,select,textarea{border:1px solid var(--line-border);border-radius:var(--radius-action);min-height:36px;padding:8px 10px;font-size:14px;font-family:inherit;background:var(--bg-panel);color:var(--ink-main);transition:var(--transition-fast);outline:none;width:100%}input:focus,select:focus,textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #0ea5e926}input[type=checkbox]{width:16px;height:16px;min-height:16px;margin:0;padding:0;flex:0 0 16px;transition:none}button{min-height:34px;font-weight:600;border-radius:var(--radius-action);padding:7px 11px;font-size:13px;cursor:pointer;transition:var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;gap:8px;border:1px solid var(--line-border);background:var(--bg-panel);color:var(--ink-main)}button:hover{background:#f1f5f9}button.primary{background:var(--accent);color:#fff;border:none}button.primary:hover{background:var(--accent-hover);transform:translateY(-1px)}button.danger{background:#fee2e2;color:var(--danger);border:1px solid #fecaca}button.danger:hover{background:#fecaca}button:disabled,button:disabled:hover{cursor:not-allowed;opacity:.55;transform:none;background:var(--bg-panel)}button.primary:disabled,button.primary:disabled:hover{background:var(--accent);color:#fff;opacity:.45}.table-sort-button{min-height:0;padding:0;border:0;background:transparent;box-shadow:none;color:inherit;font:inherit}.table-sort-button:hover,.table-sort-button:focus-visible{background:transparent;box-shadow:none;transform:none;color:var(--accent)}.table-sort-button span{color:var(--ink-muted);font-size:11px}.bots-discovery-table table{min-width:1320px}.qbo-discovery-controls{display:flex;align-items:end;gap:12px}.qbo-discovery-logo{flex:0 0 52px;width:52px;height:52px}.qbo-discovery-card>.section-heading>div:first-child{min-width:0;max-width:760px}.qbo-discovery-controls label{flex:1}.qbo-discovery-note{margin-top:14px}.button-integration-icon{width:18px;height:18px;object-fit:contain}.login-actions{display:grid;gap:8px;margin-top:8px}.login-error,.app-error{border:1px solid #fecaca;background:#fef2f2;color:#991b1b;border-radius:8px;padding:10px;font-size:12px}.dev-default{margin-top:10px}.app-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr)}.focused-benchmark-shell{display:block;background:#f5f8fc}.focused-benchmark-shell .main{min-height:100vh}.focused-topbar{position:sticky;top:0;z-index:45;display:flex;justify-content:space-between;align-items:center;gap:18px;min-height:64px;padding:10px max(20px,calc((100vw - 1600px)/2));border-bottom:1px solid var(--line-border);background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.focused-brand,.focused-session{display:flex;align-items:center;gap:10px}.focused-brand .brand-mark.wordmark{width:150px;height:38px}.focused-session span{color:var(--ink-muted);font-size:12px;font-weight:700}.focused-session button{min-height:34px;padding:7px 12px}.focused-session .focused-breadcrumb{margin-right:8px}.focused-benchmark-shell .container{width:min(1600px,calc(100% - 32px));max-width:none;margin:0 auto;padding-top:24px}.focused-footer{display:flex;justify-content:space-between;gap:14px;width:min(1600px,calc(100% - 32px));margin:12px auto 0;padding:18px 0 24px;color:var(--ink-muted);font-size:11px;border-top:1px solid var(--line-border)}.sidebar{border-right:1px solid var(--line-border);background:#f8fbff;padding:12px 10px;position:sticky;top:0;height:100vh;overflow:hidden;display:flex;flex-direction:column}.side-brand{display:flex;align-items:center;justify-content:center;padding:6px;margin-bottom:8px}.side-brand .brand-mark.wordmark{height:40px;width:min(160px,100%)}.mobile-nav-toggle,.mobile-nav-signout{display:none}.mobile-nav-icon{display:grid;gap:3px;width:16px}.mobile-nav-icon i{display:block;height:2px;border-radius:2px;background:currentColor}.side-brand h2{margin:0;font-size:19px;letter-spacing:-.03em}.nav-list{display:grid;gap:4px;margin-bottom:10px;flex:1;align-content:start;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 3px 190px 0;scrollbar-gutter:stable}.nav-group{display:grid;gap:4px}.nav-parent{justify-content:space-between;white-space:nowrap}.nav-parent>span:first-child,.nav-label-with-icon,.nav-submenu .nav-btn{min-width:0;white-space:nowrap}.nav-parent .nav-label-with-icon{flex:1 1 auto}.nav-parent .nav-chevron{margin-left:6px}.nav-chevron{width:16px;height:16px;flex:0 0 16px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .16s ease}.nav-chevron.open{transform:rotate(90deg)}.nav-submenu{display:grid;gap:4px;padding-left:12px;border-left:1px solid var(--line-border)}.nav-submenu .nav-btn{min-height:32px;font-size:12px;line-height:1.2;padding:5px 8px;text-align:left;white-space:normal;overflow-wrap:anywhere}.nav-btn{min-height:34px;width:100%;justify-content:flex-start;background:transparent;border:1px solid transparent;color:var(--ink-main)}.nav-btn:hover,.nav-btn.active{background:var(--bg-panel);border-color:var(--line-border);box-shadow:var(--shadow-sm)}.nav-label-with-icon{display:inline-flex;align-items:center;gap:8px}.nav-label-with-icon img{width:25px;height:18px;object-fit:contain}.nav-label-with-icon img.qbo-nav-icon{height:20px;object-fit:contain;width:20px}.integration-wordmark{background:#2ca01c;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:800;padding:5px 9px}.side-meta{border-top:1px solid var(--line-border);margin-top:auto;padding-top:10px;display:grid;gap:9px;justify-items:center;text-align:center;color:var(--ink-muted);font-size:11px;position:absolute;inset:auto 10px 0;z-index:2;background:#f8fbff}.sign-out-btn{width:100%;justify-content:center;background:#fff}.footer-rule{width:100%;height:1px;margin:2px 0 4px;background:var(--line-border)}.login-status{display:inline-flex;align-items:center;gap:7px;color:#94a3b8;font-size:10px;font-weight:500;letter-spacing:.02em}.status-dot{width:6px;height:6px;border-radius:999px;background:var(--success);box-shadow:0 0 0 3px #10b98124}.signed-in-user{display:grid;gap:2px}.signed-in-user strong{color:var(--ink-muted);font-size:10px;font-weight:500}.qbo-connection-card{align-items:center;background:linear-gradient(135deg,#f4fbff,#f7fcf8);border:1px solid var(--line-border);border-radius:12px;display:flex;justify-content:space-between;gap:24px;margin:16px 0;padding:18px}.qbo-connection-card h3{margin:4px 0}.qbo-connection-card p{margin:0}.qbo-connection-actions{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}@media(max-width:720px){.qbo-connection-card{align-items:stretch;flex-direction:column}.qbo-connection-actions{justify-content:flex-start}}.integration-page,.user-management-page{display:grid;gap:16px}.integration-hero{align-items:center;display:flex;gap:28px;justify-content:space-between}.integration-heading{align-items:center;display:flex;gap:18px;max-width:680px}.integration-heading h2,.user-management-intro h2{margin:4px 0 8px}.integration-heading p,.user-management-intro p{margin:0}.qbo-hero-logo{flex:0 0 auto;height:auto;max-width:210px;object-fit:contain;width:32%}.integration-status{background:#f8fafc;border:1px solid var(--line-border);border-radius:12px;display:grid;flex:0 0 300px;gap:6px;padding:16px}.integration-status.connected{background:#ecfdf5;border-color:#a7f3d0}.integration-status>span{color:var(--ink-muted);font-size:12px}.integration-status .qbo-connection-actions{justify-content:flex-start;margin-top:8px}.integration-grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.integration-grid ul{margin:0;padding-left:20px}.integration-grid li{margin:8px 0}.check-list{list-style:none;padding-left:0!important}.check-list li{padding-left:24px;position:relative}.check-list li:before{color:#16824f;content:"✓";font-weight:900;left:0;position:absolute}.setup-steps{display:grid;gap:0}.setup-step{border-top:1px solid var(--line-border);display:grid;gap:14px;grid-template-columns:32px 1fr;padding:14px 0}.setup-step>span{align-items:center;background:#e0f2fe;border-radius:50%;color:#075985;display:flex;font-size:12px;font-weight:900;height:28px;justify-content:center}.setup-step p{color:var(--ink-muted);margin:3px 0 0}.production-values{border:1px solid var(--line-border);border-radius:10px;overflow:hidden}.production-values>div{align-items:start;border-top:1px solid var(--line-border);display:grid;gap:14px;grid-template-columns:190px minmax(0,1fr);padding:11px 14px}.production-values>div:first-child{border-top:0}.production-values code,.production-values a{overflow-wrap:anywhere}.production-values a{color:#087cac}.intuit-answer-grid{display:grid;gap:12px;grid-template-columns:1fr 1fr;margin-top:14px}.intuit-answer-grid>div{background:#f8fafc;border-radius:9px;display:grid;gap:4px;padding:13px}.intuit-answer-grid span{color:var(--ink-muted)}.intuit-description{background:#f8fafc;border-left:4px solid #2ca01c;margin:0;padding:16px}.user-management-intro{align-items:center;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(280px,.55fr)}.auth-setting-card{align-items:center;display:flex;gap:28px;justify-content:space-between}.auth-setting-card h2{margin:4px 0 8px}.auth-setting-card p{margin:0;max-width:760px}.auth-setting-detail{display:block;margin-top:8px}.auth-setting-toggle{align-items:center;background:#f8fafc;border:1px solid var(--line-border);border-radius:12px;cursor:pointer;display:grid;flex:0 0 220px;gap:3px;grid-template-columns:auto 1fr;padding:14px}.auth-setting-toggle input{grid-row:1 / 3}.auth-setting-toggle span{font-size:12px;font-weight:800}.auth-setting-toggle strong{color:#64748b;font-size:12px}.auth-setting-toggle.enabled{background:#ecfdf5;border-color:#a7f3d0}.auth-setting-toggle.enabled strong{color:#137447}.auth-setting-toggle:has(input:disabled){cursor:wait;opacity:.7}.security-note{background:#eff6ff;border:1px solid #bfdbfe;border-radius:10px;display:grid;gap:5px;padding:14px}.security-note span{color:#475569;font-size:12px}.role-matrix table{min-width:760px}.role-matrix td:first-child{min-width:150px}.role-matrix td:nth-child(2){width:150px}.role-matrix td:nth-child(2) code{color:var(--ink-muted);font-size:10px}.inline-role-select{appearance:auto;background:transparent;border:0;border-radius:6px;cursor:pointer;font-weight:700;padding:4px 22px 4px 2px}.inline-role-select:hover,.inline-role-select:focus{background:#f1f5f9;outline:none}.user-status{border-radius:999px;display:inline-flex;font-size:11px;font-weight:800;padding:4px 8px}.user-status.active{background:#dcfce7;color:#166534}.user-status.inactive{background:#e2e8f0;color:#475569}.user-row-actions{align-items:center;display:flex;flex-wrap:nowrap;gap:6px;white-space:nowrap}.user-row-actions button{font-size:11px;padding:6px 8px}.reset-password-modal{width:min(480px,calc(100vw - 32px))}.reset-password-modal label{display:grid;gap:6px;font-size:12px;font-weight:800}.add-user-modal{width:min(620px,calc(100vw - 32px))}.add-user-fields{display:grid;gap:12px;grid-template-columns:1fr 1fr}.add-user-fields label{display:grid;gap:6px;font-size:12px;font-weight:800}.add-user-fields .add-user-active{align-items:center;display:flex;grid-column:1 / -1}@media(max-width:620px){.add-user-fields{grid-template-columns:1fr}}.sync-settings-page{display:grid;gap:16px}.sync-settings-intro{align-items:center;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) minmax(280px,.5fr)}.sync-settings-intro h2{margin:4px 0 8px}.sync-settings-intro p{margin:0}.sync-settings-intro .sync-excluded-copy{color:var(--ink-muted);font-size:12px;margin-top:12px;max-width:860px}.sync-excluded-copy strong{color:var(--ink-main)}.sync-safety{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;display:grid;gap:4px;padding:14px}.sync-safety span{color:#47635a;font-size:12px}.sync-intro-controls{display:grid;gap:10px}.sync-timezone-setting{display:grid;gap:5px}.sync-timezone-setting>span{color:var(--ink-muted);font-size:11px;font-weight:800;text-transform:uppercase}.sync-timezone-setting small{color:var(--ink-muted);font-size:11px}.sync-setting-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.sync-service-matrix table{min-width:1180px}.sync-service-matrix tr.selected td{background:#f0f9ff}.sync-service-matrix td code{color:var(--ink-muted);display:block;font-size:10px;margin-top:2px}.matrix-source{align-items:center;display:inline-flex;gap:8px;white-space:nowrap}.matrix-source img{height:22px;object-fit:contain;width:28px}.sync-setting-grid label{display:grid;gap:6px}.sync-setting-grid label>span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.select-with-logo{position:relative}.select-with-logo img{height:22px;left:10px;object-fit:contain;position:absolute;top:50%;transform:translateY(-50%);width:34px;z-index:1}.select-with-logo select{padding-left:52px;width:100%}.sync-selection-help{color:var(--ink-muted);font-size:12px;margin:12px 0 0}.sync-selection-help strong{color:var(--ink-main)}.sync-setting-footer{align-items:center;border-top:1px solid var(--line-border);display:flex;gap:20px;justify-content:space-between;margin-top:18px;padding-top:16px}.sync-matrix-actions{display:flex;gap:6px;white-space:nowrap}.sync-matrix-actions button{font-size:.72rem}.sync-history-modal{width:min(1180px,96vw)}.sync-matrix-heading{border-top:1px solid var(--line-border);margin-top:20px;padding-top:20px}.sync-matrix-heading h3{margin-bottom:4px}.sync-matrix-heading p{margin:0}.sync-settings-page>.card:nth-child(2) .sync-matrix-heading{border-top:0;margin-top:0;padding-top:0}.sync-matrix-filters{align-items:end;display:grid;gap:10px;grid-template-columns:minmax(220px,1fr) repeat(3,minmax(140px,190px)) auto;margin:16px 0}.sync-matrix-filters label{display:grid;gap:5px}.sync-matrix-filters label>span{color:var(--ink-muted);font-size:11px;font-weight:700;text-transform:uppercase}.sync-matrix-filters input,.sync-matrix-filters select{width:100%}@media(max-width:1050px){.sync-matrix-filters{grid-template-columns:repeat(2,minmax(180px,1fr))}}.sync-rule-summary{color:var(--ink-muted);font-size:12px}.sync-active-state{display:inline-flex;align-items:center;gap:5px;font-size:12px;font-weight:800;white-space:nowrap}.sync-active-state>span{display:inline-grid;width:18px;height:18px;place-items:center;border-radius:50%}.sync-active-state.active{color:#137447}.sync-active-state.active>span{color:#fff;background:#22a867}.sync-active-state.inactive{color:var(--ink-muted)}.sync-active-state.inactive>span{background:#edf2f5}.sync-settings-modal{width:min(760px,96vw)}.sync-contract-panel{padding:16px;border:1px solid var(--line-border);border-radius:12px;background:#f8fafc}.sync-contract-panel>p{margin:6px 0 14px;color:var(--ink-muted)}.sync-contract-panel dl{display:grid;gap:8px;margin:0}.sync-contract-panel dl>div{display:grid;grid-template-columns:130px minmax(0,1fr);gap:12px}.sync-contract-panel dt{color:var(--ink-muted);font-size:11px;font-weight:800;text-transform:uppercase}.sync-contract-panel dd{margin:0;font-size:13px}.sync-modal-controls{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:16px}.sync-modal-controls label{display:grid;gap:6px}.sync-modal-controls label>span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.sync-modal-controls label>.sync-next-run-disabled{align-items:center;background:var(--surface-muted);border:1px solid var(--border);border-radius:8px;display:flex;font-size:13px;font-weight:500;letter-spacing:normal;min-height:38px;padding:0 12px;text-transform:none}.sync-schedule-preview{display:flex;gap:8px;margin-top:14px;padding:10px 12px;border-radius:9px;background:#eef8fc;font-size:12px}.sync-schedule-preview span{color:var(--ink-muted)}.sync-recommendation{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:14px;padding:12px 14px;border:1px solid #b8e1ef;border-radius:10px;background:#eefaff}.sync-recommendation>div{display:grid;gap:3px}.sync-recommendation span{color:var(--ink-muted);font-size:12px}.sync-recommendation button{flex:0 0 auto}.sync-rich-text-note p{margin:0}@media(max-width:800px){.integration-hero{align-items:stretch;flex-direction:column}.integration-heading{align-items:flex-start;flex-direction:column}.qbo-hero-logo{width:190px}.integration-status{flex-basis:auto}.integration-grid,.user-management-intro{grid-template-columns:1fr}.auth-setting-card{align-items:stretch;flex-direction:column}.auth-setting-toggle{flex-basis:auto}.production-values>div,.intuit-answer-grid{grid-template-columns:1fr}.sync-settings-intro,.sync-setting-grid{grid-template-columns:1fr}.sync-setting-footer{align-items:stretch;flex-direction:column}}.impersonation-banner{align-items:center;background:#fff1b8;border-bottom:2px solid #c48700;color:#4b3300;display:flex;gap:14px;justify-content:center;min-height:46px;padding:8px 18px;position:sticky;top:0;z-index:1000}.impersonation-banner span{font-size:13px}.impersonation-banner button{background:#4b3300;border-color:#4b3300;color:#fff;margin-left:8px}@media(max-width:720px){.impersonation-banner{align-items:flex-start;flex-direction:column;gap:5px}.impersonation-banner button{margin-left:0}}.status-page{align-items:center;display:flex;flex-direction:column;margin:clamp(24px,7vh,88px) auto;max-width:680px;padding:clamp(28px,5vw,54px);text-align:center}.status-page .brand-mark{margin-bottom:22px}.status-code{color:#d9e8f1;font-size:clamp(72px,12vw,132px);font-weight:900;letter-spacing:-.08em;line-height:.8}.status-eyebrow{color:#078ac1;font-size:12px;font-weight:900;letter-spacing:.12em;margin-top:22px;text-transform:uppercase}.status-page h2{font-size:clamp(24px,4vw,36px);margin:8px 0 10px}.status-page p{color:var(--ink-muted);font-size:16px;line-height:1.6;margin:0;max-width:520px}.status-actions{display:flex;gap:10px;justify-content:center;margin-top:26px}.standalone-status-shell{background:var(--page-bg);min-height:100vh;padding:24px}@media(max-width:560px){.status-actions{align-items:stretch;flex-direction:column;width:100%}}.signed-in-user span{color:#5b789c;font-size:10px}.footer-org-logo{width:112px;max-width:82%;height:auto;object-fit:contain}.developed-by{color:#64748b;font-size:10px}.footer-bottom{display:inline-flex;align-items:center;gap:8px}.version-pill{display:inline-flex;align-items:center;min-height:18px;padding:2px 7px;border-radius:5px;color:#fff;background:linear-gradient(135deg,var(--accent),var(--success));font-size:10px;font-weight:800}.side-session{display:none}code{background:#f1f5f9;border-radius:6px;padding:2px 6px;font-size:12px}.main{min-width:0;display:flex;flex-direction:column}header{min-height:60px;padding:12px 24px;background:var(--bg-panel);border-bottom:1px solid var(--line-border);display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:40}header h1{margin:0;font-size:1.25rem;font-weight:700;letter-spacing:-.025em}.container{max-width:1400px;width:100%;margin:0 auto;padding:20px 24px;display:grid;gap:16px}.salesforce-data-main{min-width:0;overflow-x:clip}.salesforce-data-workspace{max-width:none;width:100%;margin:0;padding:14px 16px 20px 14px;overflow-x:clip;overflow-y:visible}.client-activity-report-workspace,.jobs-workspace{max-width:none;width:100%;margin:0;padding:14px 16px 20px 14px;overflow-x:clip}.salesforce-data-workspace .page-stack,.salesforce-data-workspace .card{min-width:0;max-width:100%}.salesforce-data-workspace .table-wrap{max-width:100%;overflow-x:auto;overflow-y:visible;overscroll-behavior-x:contain}.salesforce-data-workspace .table-wrap table{width:max-content;min-width:100%}.salesforce-data-workspace .table-wrap th,.salesforce-data-workspace .table-wrap td{max-width:240px}.page-stack.salesforce-reference-page{display:flex;flex-direction:column;gap:10px;height:calc(100vh - 88px);min-height:540px;overflow:hidden}.salesforce-reference-metrics{flex:0 0 auto;grid-template-columns:repeat(auto-fit,minmax(110px,150px));justify-content:start;gap:6px;margin:0}.salesforce-reference-metrics div{padding:5px 9px;border-radius:8px}.salesforce-reference-metrics .metric-card{display:block;min-height:0;padding:5px 9px;border:1px solid var(--line-border);border-radius:8px;color:var(--ink-main);background:#f8fafc;box-shadow:none;text-align:left}.salesforce-reference-metrics .metric-card:hover,.salesforce-reference-metrics .metric-card:focus-visible{border-color:var(--accent);background:#f0f9ff;box-shadow:var(--shadow-sm);transform:none}.salesforce-reference-metrics .metric-card.active{border-color:var(--accent);background:#eaf8ff}.salesforce-reference-metrics span{font-size:17px;line-height:1}.salesforce-reference-card{position:relative;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:12px;overflow:hidden}.salesforce-reference-card .column-picker{position:absolute;top:50px;right:12px;z-index:30;max-height:calc(100% - 74px);margin:0;overflow:hidden}.salesforce-reference-card .column-picker-options{min-height:0;max-height:min(420px,calc(100vh - 260px))}.salesforce-reference-card .section-heading{flex:0 0 auto;display:grid;grid-template-columns:minmax(260px,auto) minmax(0,1fr);align-items:center;gap:18px;margin-bottom:7px}.reference-sync-actions{width:100%;min-width:0;margin-left:auto;justify-content:flex-end;flex-wrap:nowrap}.reference-sync-stack{display:flex;flex:1 1 auto;min-width:0;flex-direction:column;align-items:flex-end;gap:5px;margin-left:auto}.reference-sync-stack .sync-changes-button{flex:0 0 auto;align-self:flex-end}.salesforce-reference-card .bulk-sync-button{min-width:138px}.salesforce-reference-card .bulk-sync-button.inactive{visibility:hidden}.salesforce-reference-card .reference-filters{flex:0 0 auto;margin-bottom:6px;grid-template-columns:minmax(340px,1fr) auto auto}.reference-extra-filters{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:10px;padding-top:10px;border-top:1px solid var(--line-border)}.reference-extra-filter input,.reference-extra-filter select{width:100%;min-width:0}.reference-query-builder{grid-column:1 / -1;display:grid;gap:8px;padding-top:10px;border-top:1px solid var(--line-border)}.reference-query-builder-head,.reference-query-builder-head>div{display:flex;align-items:center;gap:8px}.reference-query-builder-head{justify-content:space-between}.reference-query-builder-head span{color:var(--muted);font-size:12px}.reference-query-condition{display:grid;grid-template-columns:minmax(180px,1.3fr) minmax(145px,.85fr) minmax(150px,1fr) minmax(150px,1fr) auto;gap:8px;align-items:center}.reference-query-condition select,.reference-query-condition input{width:100%;min-width:0}@media(max-width:1200px){.reference-extra-filters{grid-template-columns:repeat(4,minmax(130px,1fr))}}@media(max-width:900px){.reference-query-condition{grid-template-columns:1fr}.reference-query-builder-head{align-items:flex-start}}@media(max-width:760px){.reference-extra-filters{grid-template-columns:1fr 1fr}}.salesforce-reference-card .table-scroll-shell{position:relative;display:flex;flex:1 1 auto;min-height:0;flex-direction:column}.salesforce-reference-card .table-wrap{flex:1 1 auto;min-height:0;overflow-x:auto;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}.salesforce-reference-card .table-wrap table{margin-top:0;table-layout:auto}.salesforce-reference-card .table-wrap thead th{position:sticky;top:0;z-index:7}.salesforce-reference-card .table-wrap th,.salesforce-reference-card .table-wrap td{height:30px;max-width:220px;padding:4px 9px;vertical-align:middle;white-space:nowrap}.salesforce-reference-card .table-wrap th{font-size:10px}.salesforce-reference-card .table-wrap td{overflow:hidden;font-size:12px;text-overflow:ellipsis}.reference-cell-value{display:block;min-width:0;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reference-cell-clickable{cursor:zoom-in}.reference-cell-clickable:focus-visible{outline:2px solid var(--accent);outline-offset:-2px}.salesforce-reference-card .sticky-row-action button{min-height:26px;padding:3px 9px;font-size:11px}.salesforce-reference-card .pagination-footer{flex:0 0 auto;margin-top:8px;padding-top:8px}.salesforce-reference-card .reference-view-controls{position:relative;justify-self:end;align-self:end;flex-wrap:nowrap}.reference-export-progress{width:90px;height:6px;accent-color:var(--brand)}.salesforce-reference-card .reference-view-controls .column-picker{top:calc(100% + 6px);right:0;width:min(340px,calc(100vw - 48px));max-height:min(430px,calc(100vh - 250px));padding:10px;gap:8px}.salesforce-reference-card .reference-view-controls .column-picker-options{grid-template-columns:1fr;max-height:min(300px,calc(100vh - 360px));gap:5px}.salesforce-reference-card .reference-view-controls .column-picker>div:first-child{gap:4px}.salesforce-reference-page .reference-object-counts{grid-template-columns:repeat(var(--object-count),minmax(0,1fr));grid-auto-rows:38px;align-content:start;align-items:stretch;width:100%;height:38px;max-height:38px;gap:5px;margin-bottom:0;overflow:hidden}.column-picker-search{width:100%;min-height:34px}.reference-sync-contract{min-width:0;max-width:760px;margin:0;color:var(--ink-muted);font-size:12px;line-height:1.4;text-align:right}.reference-cell-modal{width:min(720px,100%)}.reference-cell-modal pre{max-height:60vh;overflow:auto;white-space:pre-wrap;overflow-wrap:anywhere;-webkit-user-select:text;user-select:text}.reference-sync-contract strong{color:var(--ink-main)}.salesforce-reference-page .reference-object-counts .metric-card{min-width:0;height:38px;padding:4px 7px}.salesforce-reference-page .reference-object-counts .metric-card span{overflow:hidden;font-size:14px;line-height:1;text-overflow:ellipsis}.salesforce-reference-page .reference-object-counts .metric-card small{overflow:hidden;font-size:9px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.salesforce-reference-page .reference-object-counts .metric-card small em{color:#77889a;font-size:8px;font-style:normal;font-weight:600;margin-left:5px}.client-delivery-report{min-height:100vh;background:#f5f8fc;color:var(--ink-main)}.metric-grid.client-activity-report-metrics{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;margin:6px 0 12px}.client-activity-report-metrics .metric-card{display:flex;align-items:baseline;gap:7px;min-width:0;min-height:0;padding:7px 10px;border-radius:7px;box-shadow:none}.client-activity-report-metrics .metric-card strong{font-size:15px;line-height:1}.client-activity-report-metrics .metric-card span{font-size:10px;line-height:1.15;white-space:nowrap}.client-activity-report-metrics .client-report-metric-link{width:100%;color:inherit;font:inherit;text-align:left;cursor:pointer}.client-activity-report-metrics .client-report-metric-link:hover,.client-activity-report-metrics .client-report-metric-link:focus-visible{border-color:var(--accent);background:#f0f9ff;box-shadow:var(--shadow-sm)}.client-activity-report-search{display:flex;align-items:end;gap:10px;margin-bottom:14px}.client-activity-report-search label{display:grid;flex:1;gap:5px}.client-activity-report-search label span{color:var(--ink-muted);font-size:11px;font-weight:800;text-transform:uppercase}.client-activity-report-table td:first-child{min-width:210px}.client-report-salesforce-link{display:inline-flex;align-items:center;gap:6px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:10px;white-space:nowrap}.client-report-salesforce-link img{width:24px;height:17px;object-fit:contain}.client-activity-report-page .table-wrap{max-width:100%;overflow-x:auto}.client-activity-report-table{width:100%;min-width:1320px}.client-activity-report-table th,.client-activity-report-table td{padding:9px 10px;white-space:nowrap}.client-report-link-filter{flex:0 0 150px}.client-report-link-filter select{width:100%}@media(max-width:1200px){.metric-grid.client-activity-report-metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:720px){.metric-grid.client-activity-report-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.focused-benchmark-shell .container.focused-client-container{width:100%;padding:0}.client-report-header{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:14px 24px;background:#fff;border-bottom:1px solid var(--border)}.client-report-header>div:not(.client-report-header-actions){display:grid;gap:3px}.client-report-header strong{font-size:20px}.client-report-header span{color:var(--ink-muted);font-size:13px}.client-report-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px}.client-report-header-actions .client-report-user{font-size:12px;font-weight:700;white-space:nowrap}.client-report-header-actions button{min-height:34px;padding:7px 12px;white-space:nowrap}.client-report-swg-logo{display:block;width:185px;max-height:46px;object-fit:contain}.client-report-layout{display:grid;grid-template-columns:235px minmax(0,1fr);gap:14px;padding:16px 18px 24px}.client-report-rail,.client-report-card{background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:var(--shadow-sm)}.client-report-rail{display:flex;flex-direction:column;align-self:start;position:sticky;top:12px;height:calc(100vh - 112px);min-height:420px;padding:13px}.client-report-rail h2{margin:0 0 9px;font-size:15px}.client-report-rail input{width:100%;margin-bottom:8px}.client-report-job-controls{display:grid;grid-template-columns:1fr 1.25fr;gap:6px;margin-bottom:9px}.client-report-job-controls label{display:grid;gap:3px;color:var(--ink-muted);font-size:9px;font-weight:700;text-transform:uppercase}.client-report-job-controls select{min-width:0;width:100%;height:30px;padding:3px 5px;font-size:10px}.client-report-job-list{display:block;flex:1 1 auto;min-height:0;overflow:auto}.client-report-job-list button{display:grid;grid-template-columns:minmax(0,1fr);justify-content:stretch;justify-items:start;align-items:start;gap:3px;width:100%;text-align:left;padding:8px 9px;border:1px solid var(--border);background:#fff;border-radius:7px}.client-report-job-list>button+button{margin-top:4px}.client-report-job-list>p{margin:6px 2px}.client-report-job-list button.active{border-color:var(--brand-blue);background:#edf8ff;box-shadow:inset 3px 0 var(--brand-blue)}.client-report-job-list button strong{width:100%;font-size:12px;line-height:1.2;font-weight:650;text-align:left}.client-report-job-list button span{width:100%;color:var(--ink-muted);font-size:10px;text-align:left}.client-report-job-count{margin:6px 2px 0;color:var(--ink-muted);font-size:10px;line-height:1.2;text-align:right}.client-activity-report-pagination{margin-top:10px}.client-report-page-tools{display:grid;grid-template-columns:minmax(260px,1fr) auto;align-items:end;gap:18px;margin:0 0 10px;padding:10px 0 2px}.client-report-page-tools button{min-height:30px;padding:5px 9px;font-size:11px}.client-report-data-summary{display:grid;gap:2px;min-width:0;color:var(--ink-muted);font-size:10px;line-height:1.25}.client-report-data-summary strong{color:var(--ink-main);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.client-report-data-summary .unpublished{color:#8a5a12}.client-report-page-actions{display:flex;align-items:end;justify-content:flex-end;gap:8px}.client-report-refresh-mode{display:grid;gap:3px;color:var(--ink-muted);font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.client-report-refresh-mode select{min-width:150px}.client-report-action-divider{align-self:stretch;width:1px;margin:0 2px;background:var(--line-border)}@media(max-width:1100px){.client-report-page-tools{grid-template-columns:1fr}.client-report-page-actions{justify-content:flex-start;flex-wrap:wrap}}.client-report-data-cutoff{margin:0 auto 0 0;color:var(--ink-muted);font-size:11px}.client-report-data-cutoff.unpublished,.client-report-refresh-note.unpublished{color:#8a5a12}.client-report-breadcrumb{white-space:nowrap}.client-report-coverage-note{margin:-10px 0 18px;padding:8px 10px;border-left:3px solid #d89b2b;color:#6c4b12;background:#fff8e8;font-size:11px}.client-report-refresh-note{margin:-14px 0 18px;color:var(--ink-muted);font-size:11px}.client-report-main{display:grid;align-content:start;gap:10px;min-width:0}.client-report-control-panel{padding:2px 12px 0}.client-report-data-context{display:flex;align-items:center;gap:14px;margin-bottom:8px;color:var(--ink-muted);font-size:10px}.client-report-data-context p{margin:0}.client-report-data-context .unpublished{color:#8a5a12}.client-report-card{min-width:0;padding:20px}.client-report-title h1{color:#2459a6;margin:0 0 14px;font-size:27px;font-weight:500}.client-report-title-row{display:flex;align-items:start;justify-content:space-between;gap:24px}.client-report-title-row .client-report-swg-logo{width:220px;max-height:58px}.client-report-title dl{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 24px}.client-report-title dl div{display:grid;gap:3px}.client-report-title dt{color:var(--ink-muted);font-size:11px;text-transform:uppercase;letter-spacing:.04em}.client-report-title dd{margin:0;font-size:13px;font-weight:650}.client-report-toolbar{display:flex;align-items:end;gap:10px;margin:0}.client-report-toolbar label{display:grid;gap:4px;color:var(--ink-muted);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.client-report-toolbar select{min-width:150px}.client-report-toolbar input{min-width:130px}.client-report-toolbar span{flex:1;color:var(--ink-muted);font-size:11px}.client-report-toolbar-actions{display:grid;flex:0 0 auto;gap:4px;justify-items:end}.client-report-toolbar-actions>span{font-size:10px;white-space:nowrap}.client-report-toolbar-actions>div{display:flex;align-items:center;gap:10px}.client-report-export-dropdown{flex:0 0 auto;min-width:145px}.client-report-export-trigger{width:100%}.client-report-export-trigger .export-dropdown-chevron{flex:0 0 16px;color:inherit}.client-report-export-dropdown .export-dropdown-menu{left:auto;width:210px}.client-report-table-wrap{overflow-x:clip;border:1px solid var(--border)}.client-report-matrix{width:100%;min-width:0;table-layout:fixed;border-collapse:collapse;font-size:clamp(9px,.64vw,12px)}.client-report-matrix th,.client-report-matrix td{padding:8px 4px;border-right:1px solid var(--border);border-bottom:1px solid var(--border);text-align:right;overflow-wrap:anywhere}.client-report-matrix th:first-child,.client-report-matrix td:first-child{width:15%;white-space:normal}.client-report-matrix th:first-child,.client-report-matrix td:first-child{text-align:left}.client-report-matrix thead th{background:#dce6f4;color:#31455f;vertical-align:bottom}.client-report-matrix tfoot th{position:sticky;bottom:0;z-index:2;background:#eaf3fa;box-shadow:0 -1px 0 var(--border);font-weight:800}@media(max-width:900px){.client-report-title-row .client-report-swg-logo{width:150px}.client-report-layout{grid-template-columns:1fr;padding:12px}.client-report-rail{position:static;height:auto;min-height:auto}.client-report-job-list{flex:none;max-height:260px}.client-report-title dl{grid-template-columns:repeat(2,1fr)}.client-report-toolbar{align-items:stretch;flex-direction:column}.client-report-toolbar span{flex:none}}@media print{@page{size:letter landscape;margin:.25in}body{background:#fff!important}.focused-topbar,.focused-footer,.client-report-rail,.client-report-header button,.client-report-control-panel{display:none!important}.focused-benchmark-shell .container.focused-client-container{width:100%!important;margin:0!important;padding:0!important}.client-report-header{padding:0 0 8px;border:0}.client-report-header .brand-mark{display:none}.client-report-header-actions{display:none!important}.client-report-swg-logo{width:170px}.client-report-layout,.client-report-main{display:block;padding:0}.client-report-card{padding:0;border:0;border-radius:0;box-shadow:none}.client-report-title h1{margin-bottom:7px;font-size:20px}.client-report-title dl{margin-bottom:10px}.client-report-table-wrap{overflow:visible;break-inside:avoid}.client-report-matrix{font-size:7.5pt}.client-report-matrix th,.client-report-matrix td{padding:3px 2px}.client-report-matrix tr{break-inside:avoid}}.reference-search-control{display:grid;gap:6px}.reference-search-control>span{color:var(--muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.inline-active-filter{align-items:center;display:inline-flex!important;flex:0 0 auto;gap:5px;padding:0 4px;white-space:nowrap}.inline-active-filter input{height:15px!important;min-height:15px!important;margin:0;padding:0!important;width:15px!important}.inline-active-filter span{font-size:11px;font-weight:700}.correlation-conflict-row{background:#fff8e7}.correlation-status.conflict{background:#fff0c7;color:#855a00}.resizable-grid-header{min-width:72px;position:relative;width:100%}.resizable-grid-header .grid-sort-button{overflow:hidden;padding-right:9px;width:100%}.column-resize-handle{bottom:-10px;cursor:col-resize;position:absolute;right:-5px;top:-10px;width:10px;z-index:6}.column-resize-handle:after{background:transparent;bottom:8px;content:"";position:absolute;right:4px;top:8px;width:1px}.column-resize-handle:hover:after{background:#19a9e5}.salesforce-reference-card .pagination-summary,.salesforce-reference-card .page-size-control-inline{display:flex;align-items:center;gap:12px}.salesforce-reference-card .page-size-control-inline{grid-template-columns:auto 82px}.salesforce-reference-card .page-size-control-inline span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.salesforce-reference-card .page-size-control-inline select{min-width:82px;height:34px;padding-block:4px}.reference-object-switcher{display:flex;flex:0 0 auto;align-items:end;justify-content:space-between;gap:16px;padding:10px 14px}.reference-object-switcher label{display:grid;grid-template-columns:auto minmax(220px,360px);align-items:center;gap:10px}.reference-object-switcher label>span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.reference-object-switcher select{min-height:36px}.reference-object-switcher p{margin:0 0 8px;color:var(--ink-muted);font-size:12px}@media(max-width:900px){.salesforce-reference-page{height:auto;min-height:0;overflow:visible}.salesforce-reference-card .table-wrap{max-height:65vh}}.page-stack{display:grid;gap:16px}.account-rules-list{display:grid;gap:0}.account-rule-card{display:grid;grid-template-columns:36px minmax(0,1fr);gap:14px;padding:18px 4px;border-bottom:1px solid var(--border)}.account-rule-card:last-child{border-bottom:0}.account-rule-card h3{margin:0 0 6px;font-size:1rem}.account-rule-card p{margin:4px 0;color:var(--muted);line-height:1.5}.account-rule-number{display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:#e2f4fb;color:#006fa6;font-weight:800}.account-rule-example-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-top:12px}.account-rule-example-grid>div{display:grid;gap:5px;padding:14px;border:1px solid var(--border);border-radius:10px;background:#f7fafc}.account-rule-example-grid small{color:var(--muted);line-height:1.35}@media(max-width:850px){.account-rule-example-grid{grid-template-columns:1fr}}.hero-panel{display:flex;justify-content:space-between;align-items:flex-end;gap:24px;padding:34px;border:1px solid var(--line-border);border-radius:20px;background:linear-gradient(135deg,#0ea5e924,#10b98114),var(--bg-panel);box-shadow:var(--shadow-sm)}.hero-panel h1{max-width:860px;margin:8px 0 10px;font-size:clamp(30px,4vw,54px);line-height:.95;letter-spacing:-.06em}.hero-panel p{max-width:760px;margin:0;color:var(--ink-muted);font-size:15px}.eyebrow{color:var(--accent);font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.hero-action{white-space:nowrap}.card{background:var(--bg-panel);border:1px solid var(--line-border);border-radius:var(--radius-container);padding:18px;box-shadow:var(--shadow-sm);transition:var(--transition-fast)}.card:hover{transform:translateY(-1px);box-shadow:var(--shadow-md)}.discovery-card,.salesforce-reference-card{transition:none}.discovery-card:hover,.salesforce-reference-card:hover{transform:none;box-shadow:var(--shadow-sm)}.grid{display:grid;gap:16px}.grid.cols-2{grid-template-columns:repeat(auto-fit,minmax(420px,1fr))}.row{display:flex;gap:10px;flex-wrap:wrap;align-items:center}.row input,.row select{flex:1 1 180px}.compact-row{gap:6px}.save-state-pill{display:inline-flex;align-items:center;min-height:32px;padding:0 10px;border:1px solid rgba(20,184,166,.28);border-radius:999px;color:var(--brand-teal);background:#14b8a614;font-size:11px;font-weight:800;letter-spacing:.02em}.mapping-layout{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:22px;align-items:start;margin-top:24px}.tab-row{display:flex;gap:8px;margin:18px 0;border-bottom:1px solid var(--line-border)}.tab-row button{border-radius:12px 12px 0 0;border-bottom:none}.tab-row button.active{color:var(--brand-blue);border-color:var(--brand-blue);background:#f7fbff}.dual-mapping-grid{display:grid;grid-template-columns:minmax(320px,1fr) minmax(320px,1fr);gap:20px;align-items:start}.field-mapping-grid{grid-template-columns:minmax(220px,300px) minmax(320px,1fr) minmax(320px,1fr)}.mapping-column{display:grid;gap:12px;min-width:0}.mapping-column-header{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.object-picker{align-self:start}.mapping-object-list{display:grid;gap:10px}.mapping-help{margin:4px 0 0;color:var(--ink-muted);font-size:12px;line-height:1.45}.mapping-object-card{display:grid;gap:8px;width:100%;padding:14px;text-align:left;border:1px solid var(--line-border);border-radius:16px;background:linear-gradient(145deg,#fff,#f7fbff);color:var(--ink-main)}.mapping-object-card.active{border-color:var(--brand-blue);box-shadow:0 0 0 2px #0ea5e91f}.mapping-object-card span:first-child{display:grid;gap:2px}.mapping-object-card small{color:var(--ink-muted);font-weight:700}.mapping-object-card p{margin:0;color:var(--ink-muted);font-size:12px;line-height:1.45}.pill{width:fit-content;padding:4px 8px;border-radius:999px;background:#14b8a61f;color:var(--brand-teal);font-size:11px;font-weight:800;text-transform:uppercase}.mapping-fields-panel{min-width:0}.available-object-panel{display:grid;gap:10px;margin-top:16px;padding-top:16px;border-top:1px solid var(--line-border)}.available-object-list{display:grid;gap:6px;max-height:420px;overflow:auto;padding-right:4px}.tall-list{max-height:64vh}.available-object-row{display:flex;justify-content:space-between;gap:10px;align-items:flex-start;padding:9px 10px;border:1px solid var(--line-border);border-radius:12px;background:#fff}.available-object-row .link-like{display:grid;gap:2px;padding:0;border:none;background:transparent;text-align:left;box-shadow:none}.available-object-row.recommended{border-color:var(--line-border);background:#fff}.available-object-row.selected{border-color:#0ea5e98c;background:#f7fbff;box-shadow:inset 3px 0 0 var(--brand-blue)}.link-like{color:inherit}.available-object-row span:first-child{display:grid;gap:2px}.available-object-row strong{color:var(--ink-main);font-size:12px}.available-object-row small{color:var(--ink-muted);font-size:11px;font-weight:700}.field-list-row{min-height:52px}.muted-pill{background:#eef2f7;color:var(--ink-muted)}.empty-card{padding:18px;border:1px dashed var(--line-border);border-radius:14px;color:var(--ink-muted);background:#fff}.compact-heading{margin-bottom:14px}.available-fields-block{margin-top:18px;padding-top:14px;border-top:1px solid var(--line-border)}.available-fields-block summary{cursor:pointer;color:var(--ink-main);font-weight:800}.benchmark-visual-grid{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(260px,.8fr);gap:16px;margin:20px 0}.benchmark-scope-label{display:inline-flex;max-width:190px;padding:5px 9px;border:1px solid #b8d5e6;border-radius:999px;background:#edf7fc;color:#174f73;font-size:.72rem;font-weight:800;line-height:1.2}.benchmark-scope-label.compensation_only{border-color:#c4b5fd;background:#f5f3ff;color:#5b21b6}.benchmark-queue-table.detailed:not(.selectable) th:nth-child(3),.benchmark-queue-table.detailed:not(.selectable) td:nth-child(3),.benchmark-queue-table.detailed.selectable th:nth-child(4),.benchmark-queue-table.detailed.selectable td:nth-child(4){text-align:center}.benchmark-scope-cell .benchmark-scope-label{justify-content:center;text-align:center}.benchmark-chart-card{border:1px solid #d6e2e8;border-radius:16px;padding:16px;background:linear-gradient(160deg,#fff,#f4f8fa);box-shadow:0 10px 30px #123b5d14}.visual-export-row{display:flex;justify-content:flex-end;min-height:25px;margin:-4px 0 8px;padding-bottom:7px;border-bottom:1px solid #e2ebf0}.pdf-toggle.compact{min-height:24px;padding:3px 9px;font-size:.65rem;line-height:1.1}.chart-title{display:flex;justify-content:space-between;gap:14px;margin-bottom:14px}.chart-title div{display:grid;gap:2px}.chart-title .visual-title-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}.chart-title span,.chart-title small{color:#627582;font-size:.74rem}.chart-title strong{color:#123b5d;font-size:1rem}.difficulty-bars{display:grid;gap:9px}.candidate-funnel{display:grid;gap:5px;padding:3px 0 1px}.difficulty-row{display:grid;grid-template-columns:minmax(105px,1fr) minmax(90px,1.2fr) minmax(82px,.8fr);align-items:center;gap:10px;font-size:.74rem}.difficulty-row>span{display:flex;align-items:center;gap:6px}.difficulty-row>span>b,.area-number{display:inline-grid;place-items:center;width:20px;height:20px;flex:0 0 20px;border-radius:50%;background:#e7f2fa;color:#123b5d;font-size:.68rem}.preview-section-button .area-number,.preview-sections .area-number{background:#123b5d;color:#fff!important}.difficulty-row>div{height:9px;overflow:hidden;border-radius:999px;background:#dfe9ee}.difficulty-row i{display:block;height:100%;border-radius:inherit}.difficulty-row strong{color:#335565;font-size:.7rem;text-align:right}.candidate-funnel>div{display:grid;grid-template-columns:86px 1fr;align-items:center;gap:10px;color:#536471;font-size:.74rem}.candidate-funnel i{position:relative;display:block;min-width:42px;min-height:29px;padding:6px 10px;border:1px solid rgba(255,255,255,.18);border-radius:8px;background:linear-gradient(90deg,#123b5d,#14627a 52%,#1f919d);box-shadow:0 4px 10px #123b5d1f,inset 0 1px #ffffff26;color:#fff;font-style:normal;font-weight:700;text-align:center;margin-inline:auto;transition:width .25s ease,transform .2s ease}.candidate-funnel i:hover{transform:scaleX(1.015)}.candidate-funnel i[data-stage="1"]{border-radius:9px 9px 7px 7px}.candidate-funnel i[data-stage="7"]{border-radius:7px 7px 10px 10px}.percentile-stack{display:grid;gap:4px}.percentile-stack>span{display:grid;grid-template-columns:42px 1fr;gap:8px;align-items:baseline}.percentile-stack small{color:#627582}.benchmark-status-path{display:flex;margin:18px 0;overflow:hidden;border-radius:9px}.benchmark-status-path>div{position:relative;display:flex;flex:1;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:8px 24px;color:#64748b;background:#edf1f5;font-size:12px;font-weight:800;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%,14px 50%);margin-left:-10px}.benchmark-status-path>div:first-child{margin-left:0;clip-path:polygon(0 0,calc(100% - 14px) 0,100% 50%,calc(100% - 14px) 100%,0 100%)}.benchmark-status-path>div.complete{color:#fff;background:#3975c6}.benchmark-status-path>div.current{color:#92400e;background:#fef3c7}.benchmark-status-path>div.current b{color:#92400e;background:#fde68a}.benchmark-status-path b{display:grid;place-items:center;width:21px;height:21px;border-radius:50%;background:#fff3}.revision-action{width:100%;margin-top:10px}.history-metrics,.comp-positioning{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.history-metrics>div,.comp-positioning>div{display:grid;gap:3px;padding:12px;border-radius:10px;background:#eaf2f6}.history-metrics span,.comp-positioning span,.history-metrics small,.chart-source{color:#627582;font-size:.72rem}.history-metrics strong,.comp-positioning strong{color:#123b5d;font-size:1rem;overflow-wrap:anywhere;min-width:0}.related-history-examples{display:grid;gap:8px;padding:12px 14px;border-radius:10px;background:#eef5f8;color:#26485c}.related-history-examples span{font-weight:800}.related-history-examples ul{margin:0;padding-left:20px}.related-history-examples p{margin:0}.related-history-examples small{color:#627582}.chart-source{margin-top:10px}.compensation-chart-card{grid-column:1 / -1}.section-visuals{display:grid;gap:0;margin:22px 12px 26px;padding:18px;border:1px solid #d9e6ee;border-radius:14px;background:#f7fafc;cursor:default}.section-visuals .benchmark-chart-card{padding:0;border:0;border-radius:0;background:transparent;box-shadow:none}.section-visuals .compensation-chart-card{grid-column:auto}.comp-chart-legend{display:flex;flex-wrap:wrap;gap:16px;margin:-4px 0 14px;color:#627582;font-size:.72rem}.comp-chart-legend span{display:inline-flex;align-items:center;gap:6px}.comp-chart-legend i{width:18px;height:8px;border-radius:4px}.bls-swatch{background:linear-gradient(90deg,#159cc5,#123b5d)}.client-swatch{border:1px dashed #f97316;background:#f9731633}.comp-occupation-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:14px}.comp-occupation{padding:14px;border:1px solid #d8e4ea;border-radius:13px;background:#fff}.comp-occupation>header{display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.comp-occupation>header div{display:grid;gap:2px}.comp-occupation>header span,.comp-occupation>header small,.comp-occupation>footer{color:#627582;font-size:.68rem}.comp-occupation>header small{max-width:42%;text-align:right}.comp-percentile-bars{display:grid;gap:8px}.comp-percentile-bars>div{display:grid;grid-template-columns:44px minmax(70px,1fr) minmax(68px,86px);align-items:center;gap:7px;font-size:.7rem}.comp-percentile-bars>div>span{color:#627582}.comp-percentile-bars>div>strong{color:#123b5d;text-align:right}.comp-bar-track{position:relative;height:13px;overflow:hidden;border-radius:999px;background:#e7eef2}.comp-bar-track>b{position:relative;z-index:2;display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#159cc5,#123b5d)}.comp-bar-track>.client-range-band{position:absolute;z-index:3;top:0;bottom:0;border:1px dashed #ea580c;background:#f9731640}.comp-occupation>footer{margin-top:10px}.client-comp-summary{margin-top:12px;padding:10px 12px;border-left:4px solid #f97316;border-radius:8px;background:#fff7ed;color:#7c2d12;font-size:.76rem}.visual-export-excluded{opacity:.58}.pipeline-card-actions{justify-content:space-between}.calculation-help-link{min-height:0;padding:0;border:0;background:transparent;color:var(--brand-blue);font-size:.7rem;text-decoration:underline;box-shadow:none}.pipeline-explanation-modal{width:min(620px,100%)}.pipeline-explanation-modal p{color:var(--ink-muted);line-height:1.55}.pipeline-evidence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0}.pipeline-evidence-grid div{display:grid;gap:3px;padding:12px;border-radius:10px;background:#f1f7fa}.pipeline-evidence-grid strong{color:#123b5d;font-size:1.3rem}.pipeline-evidence-grid span{color:var(--ink-muted);font-size:.72rem}.export-action-stack{display:grid;gap:8px}.export-dropdown{position:relative}.export-dropdown-trigger{display:flex;align-items:center;gap:9px;margin:0;text-align:left}.export-dropdown-trigger img{width:20px;height:20px;flex:0 0 20px;object-fit:contain}.export-dropdown-trigger>span:nth-child(2){flex:1}.export-dropdown-chevron{display:grid;width:16px;height:16px;margin-left:auto;place-items:center;font-size:.72rem;line-height:1}.export-dropdown-menu{position:absolute;z-index:30;top:calc(100% + 5px);right:0;left:0;display:grid;overflow:hidden;padding:5px;border:1px solid #cddbe5;border-radius:10px;background:#fff;box-shadow:0 12px 28px #0f2f472e;opacity:0;visibility:hidden;transform:translateY(-5px) scale(.985);transform-origin:top center;transition:opacity .15s ease,transform .15s ease,visibility .15s ease}.export-dropdown.open .export-dropdown-menu{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.export-dropdown-menu button{display:grid;gap:1px;min-height:0;padding:8px 10px;border:0;border-radius:7px;background:transparent;color:#29465d;text-align:center;box-shadow:none}.export-dropdown-menu button:hover,.export-dropdown-menu button:focus-visible{background:#edf6fa}.export-dropdown-menu .export-option-title{color:#29465d;font-size:.82rem;font-weight:600}.export-dropdown-menu .export-option-detail{color:#627582;font-size:.68rem;font-weight:400}@media print{body *{visibility:hidden!important}.benchmark-preview,.benchmark-preview *,.client-delivery-report,.client-delivery-report *{visibility:visible!important}.benchmark-preview{position:absolute;inset:0 auto auto 0;width:100%;border:0;box-shadow:none}.client-delivery-report{position:absolute;inset:0 auto auto 0;width:100%;min-height:0;background:#fff}.preview-section-controls,.visual-title-actions .pdf-toggle,.summary-heading em,.copy-synopsis,.preview-section-button.section-export-excluded,.visual-export-excluded{display:none!important}}.comparable-apply-state{display:grid;gap:9px;margin:10px 0 14px;padding:10px;border:1px solid #cfe0e9;border-radius:10px;background:#f4f8fa}.comparable-apply-state.dirty{border-color:#f4c56a;background:#fff8e8}.comparable-apply-state>div{display:grid;gap:2px}.comparable-apply-state small{color:#627582;font-size:.7rem}.comparable-apply-state button{width:100%;font-size:.72rem}.benchmark-engine-backdrop{position:fixed;z-index:2000;inset:0;display:grid;place-items:center;padding:24px;background:#081d31b8;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.benchmark-engine-modal{position:relative;width:min(520px,100%);display:grid;justify-items:center;gap:10px;padding:34px;border:1px solid rgba(255,255,255,.7);border-radius:24px;background:linear-gradient(145deg,#fff,#eefaff 56%,#eefbf7);box-shadow:0 30px 90px #00000057;text-align:center}.benchmark-engine-modal h2{margin:2px 0 0;color:#10233e;font-size:1.65rem}.benchmark-engine-modal p{min-height:24px;margin:0;color:#31566e;font-weight:750}.benchmark-engine-modal small{max-width:390px;color:#627582;line-height:1.45}.benchmark-engine-close{position:absolute;top:14px;right:14px;width:34px;height:34px;padding:0;border-radius:10px;color:#31566e;font-size:1.25rem;line-height:1}.benchmark-engine-continue{margin-top:2px}.benchmark-loading-mark{position:relative;width:76px;height:76px;display:grid;place-items:center;margin-bottom:4px}.benchmark-loading-mark:before{content:"";position:absolute;inset:0;border:3px solid #d7e8ee;border-top-color:#159cc5;border-right-color:#1f8795;border-radius:50%;animation:benchmark-engine-spin .9s linear infinite;will-change:transform}.benchmark-loading-mark>svg,.benchmark-loading-mark>img,.benchmark-loading-mark>div{width:42px;height:42px}.benchmark-loading-mark>.brand-mark{position:relative;z-index:1}.benchmark-engine-progress{width:min(390px,100%);display:grid;grid-template-columns:repeat(6,1fr);gap:6px;margin:10px 0 4px}.benchmark-engine-progress i{height:7px;border-radius:999px;background:#d8e5eb;transition:background .3s,transform .3s}.benchmark-engine-progress i.complete{background:#1f8795}.benchmark-engine-progress i.active{background:#159cc5;transform:scaleY(1.3);animation:benchmark-engine-pulse 1.8s ease-in-out infinite}.bots-import-modal{min-height:330px}.bots-import-progress{width:min(390px,100%);height:8px;overflow:hidden;border-radius:999px;background:#d8e5eb}.bots-import-progress i{position:relative;display:block;height:100%;overflow:hidden;border-radius:inherit;background:linear-gradient(90deg,#143f68,#19a4b7);transition:width .3s ease}.bots-import-progress i:after{content:"";position:absolute;inset:0;width:45%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.72),transparent);transform:translate(-140%);animation:benchmark-progress-sweep 1.25s ease-in-out infinite}@keyframes benchmark-engine-spin{to{transform:rotate(360deg)}}@keyframes benchmark-engine-pulse{50%{opacity:.45}}@keyframes benchmark-progress-sweep{to{transform:translate(320%)}}@media(prefers-reduced-motion:reduce){.benchmark-engine-progress i.active,.bots-import-progress i:after{animation:none}.benchmark-loading-mark:before{animation-duration:2.4s}}@media(max-width:980px){.benchmark-visual-grid,.mapping-layout{grid-template-columns:1fr}}.compact-row button{padding:7px 10px;font-size:12px}.section-heading{display:flex;justify-content:space-between;gap:12px;align-items:flex-start;margin-bottom:12px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px;margin-bottom:14px}.metric-grid div{border:1px solid var(--line-border);border-radius:var(--radius-container);background:#f8fafc;padding:10px 12px}.metric-grid span{display:block;font-size:22px;font-weight:800;letter-spacing:-.05em}.metric-grid small{color:var(--ink-muted);font-weight:600}.dashboard-metrics,.compact-metrics{margin-bottom:0}.compact-metrics{grid-template-columns:repeat(4,minmax(100px,1fr))}.benchmark-grid{margin-bottom:18px}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(160px,1fr));gap:10px}.form-grid textarea,.form-grid button{grid-column:1 / -1}.check-row{display:inline-flex;align-items:center;gap:8px;font-weight:600;color:var(--ink-muted)}.check-row input{width:auto}.discovery-card{border-color:#cbd5e1}.discovery-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;flex-wrap:wrap}.integration-logo{display:block;object-fit:contain}.salesforce-logo{width:112px;height:auto}.title-with-logo{display:flex;align-items:center;gap:12px}.title-with-logo h3{margin:0}.compact-salesforce-logo{width:84px}.quickbooks-reference-logo{width:52px}.salesforce-reference-page:not(.integration-quickbooks) .compact-salesforce-logo{width:66px}.salesforce-reference-page:not(.integration-quickbooks) .salesforce-reference-card .section-heading{gap:12px;margin-bottom:4px}.salesforce-reference-page:not(.integration-quickbooks) .salesforce-reference-card .section-heading>div:first-child>.muted{font-size:12px;line-height:1.25}.salesforce-reference-page:not(.integration-quickbooks) .title-with-logo{gap:9px}.salesforce-reference-page:not(.integration-quickbooks) .reference-sync-stack{gap:3px}.salesforce-reference-page:not(.integration-quickbooks) .reference-sync-contract{font-size:10.5px;line-height:1.25}.salesforce-reference-page:not(.integration-quickbooks) .reference-filters{gap:8px 10px;padding:10px 12px}.salesforce-reference-page:not(.integration-quickbooks) .reference-extra-filters{gap:8px;padding-top:7px}.salesforce-reference-page:not(.integration-quickbooks) .reference-extra-filter span,.salesforce-reference-page:not(.integration-quickbooks) .reference-filters>label:first-child>span{font-size:9px;letter-spacing:.06em}.salesforce-reference-page:not(.integration-quickbooks) .reference-extra-filter input,.salesforce-reference-page:not(.integration-quickbooks) .reference-extra-filter select{min-height:32px;height:32px;padding:5px 9px;font-size:12px}.salesforce-reference-page:not(.integration-quickbooks) .reference-filters .input-action-row input{min-height:34px;height:34px;padding:6px 10px;font-size:12px}.salesforce-reference-page:not(.integration-quickbooks) .reference-filters .input-action-row button,.salesforce-reference-page:not(.integration-quickbooks) .reference-view-controls button{min-height:34px;padding:6px 10px;font-size:11px}.salesforce-reference-page:not(.integration-quickbooks) .discovery-counts{font-size:10.5px;line-height:1.25}.integration-quickbooks .salesforce-reference-card .section-heading{gap:12px;margin-bottom:4px}.integration-quickbooks .salesforce-reference-card .section-heading>div:first-child>.muted{font-size:12px;line-height:1.25}.integration-quickbooks .title-with-logo{gap:9px}.integration-quickbooks .reference-sync-stack{gap:3px}.integration-quickbooks .reference-sync-contract{font-size:10.5px;line-height:1.25}.integration-quickbooks .reference-filters{gap:8px 10px;padding:10px 12px}.integration-quickbooks .reference-extra-filters{gap:8px;padding-top:7px}.integration-quickbooks .reference-extra-filter span{font-size:9px;letter-spacing:.06em}.integration-quickbooks .reference-extra-filter input,.integration-quickbooks .reference-extra-filter select{min-height:32px;height:32px;padding:5px 9px;font-size:12px}.integration-quickbooks .reference-filters>label:first-child>span{font-size:9px}.integration-quickbooks .reference-filters .input-action-row input{min-height:34px;height:34px;padding:6px 10px;font-size:12px}.integration-quickbooks .reference-filters .input-action-row button,.integration-quickbooks .reference-view-controls button{min-height:34px;padding:6px 10px;font-size:11px}.integration-quickbooks .discovery-counts{font-size:10.5px;line-height:1.25}.discovery-filters{display:grid;grid-template-columns:minmax(280px,1fr) 180px minmax(180px,auto) auto;gap:14px;align-items:end;padding:18px;border:1px solid var(--line-border);border-radius:var(--radius-container);background:#f8fafc;margin-bottom:18px}.benchmark-queue-filters{grid-template-columns:minmax(280px,1fr) minmax(210px,.7fr) minmax(190px,.55fr) minmax(150px,.45fr) auto;margin-top:18px}.benchmark-queue-result-count{margin:-8px 0 12px}.dashboard-brand-heading{display:flex;align-items:center;gap:12px}.dashboard-brand-heading .brand-mark.wordmark{width:138px}.revision-area-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;padding:8px;border:1px solid var(--line-border);border-radius:12px}.revision-area-grid legend{padding:0 5px;font-size:.78rem;font-weight:750}.revision-area-grid label,.comparable-reference-row{display:flex;align-items:center;gap:7px}.revision-area-grid label{min-height:34px;padding:6px 7px;border-radius:7px;background:#f7fafc;font-size:.72rem;line-height:1.2;white-space:nowrap;cursor:pointer}.revision-area-grid label:has(input:checked){background:#eaf6fb;color:#075985}.revision-section-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.revision-section-grid label{font-size:.7rem}.revision-modal{width:min(820px,100%);padding:18px}.revision-modal .modal-head{margin-bottom:10px}.revision-modal .modal-head h2{font-size:22px}.revision-modal .modal-head p{margin:4px 0 0;font-size:.8rem}.revision-guidance{display:flex;gap:5px;margin:9px 0;padding:8px 10px;border-radius:8px;background:#f5f8fa;color:var(--ink-muted);font-size:.76rem;line-height:1.35}.revision-guidance strong{color:var(--ink);white-space:nowrap}.revision-modal .summary-editor-field{gap:5px}.revision-modal .summary-editor-field textarea{min-height:96px}.revision-modal .modal-actions{margin-top:12px}@media(max-width:720px){.revision-area-grid,.revision-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.revision-guidance{display:grid}}.comparable-reference-list{margin-top:12px}.comparable-reference-list>div{display:grid;gap:6px;max-height:310px;overflow:auto}.comparable-reference-row{padding:6px 7px;border:1px solid var(--line-border);border-radius:9px;background:#f8fafc}.comparable-reference-row span{display:grid;gap:2px}.comparable-reference-row small{color:var(--ink-muted);font-size:.65rem;line-height:1.2}.comparable-show-more{width:100%;min-height:30px;padding:5px 8px;border-style:dashed;background:#fff;color:var(--brand-blue);font-size:.68rem}.comparable-card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.comparable-card-heading h3{margin:0;font-size:.94rem}.comparable-positions-card>p{font-size:.7rem;line-height:1.35}.comparable-count{min-width:28px;padding:3px 9px;border-radius:999px;background:#e6f5fb;color:var(--brand-blue);font-size:.7rem;font-weight:700;text-align:center}.comparable-title{font-size:.74rem;font-weight:600;line-height:1.18}.comparable-client{color:var(--ink)!important;font-size:.67rem!important}.comparable-limited-notice{display:grid;gap:10px;margin-top:12px;padding-top:12px;border-top:1px solid var(--line-border)}.comparable-limited-notice p{margin:0;color:var(--ink-muted);font-size:.77rem;line-height:1.45}.comparable-limited-notice button{width:100%}.ai-reasoning-modal{width:min(860px,94vw);max-height:88vh;overflow:auto}.benchmark-diagnostic-modal{width:min(1040px,94vw);max-height:88vh;display:flex;flex-direction:column}.benchmark-diagnostic-actions{display:flex;justify-content:flex-end;margin-bottom:10px}.benchmark-diagnostic-json{height:min(620px,60vh);min-height:260px;margin:0;padding:14px;overflow:auto;border:1px solid var(--line-border);border-radius:10px;background:#0f172a;color:#e2e8f0;font:.78rem/1.45 Consolas,Courier New,monospace;white-space:pre}.ai-reasoning-position{padding:16px 0;border-top:1px solid var(--line-border)}.ai-factor-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.ai-factor-list>div{padding:12px;border:1px solid var(--line-border);border-radius:10px;background:#f8fafc}.ai-factor-list span{float:right;color:var(--brand-blue);font-weight:800;text-transform:capitalize}.ai-factor-list p{margin:6px 0}.ai-factor-list small{color:var(--ink-muted)}.discovery-filters label{display:grid;gap:6px}.input-action-row{display:flex;gap:8px}.input-action-row input{min-width:0}.input-action-row button{white-space:nowrap}.discovery-filters label span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.discovery-filters .discovery-check{display:inline-flex;width:max-content;max-width:100%;min-height:36px;align-self:center;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--line-border);border-radius:8px;background:#fff;color:var(--ink-main);font-size:12px;line-height:1.2;white-space:nowrap;cursor:pointer}.discovery-filters .discovery-check input[type=checkbox]{flex:0 0 16px;width:16px;height:16px;min-height:0;margin:0;padding:0}.discovery-counts{display:grid;gap:4px;color:var(--ink-muted);font-size:12px;font-weight:700}.discovery-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap}.pagination-footer{margin-top:24px;padding:16px 22px;border:1px solid var(--line-border);border-radius:var(--radius-container);background:var(--bg-panel);display:flex;justify-content:space-between;align-items:center;gap:14px;color:var(--ink-muted);font-size:14px}.pagination-footer strong{color:var(--ink-main)}.pagination-controls{display:flex;align-items:center;gap:12px}.pagination-controls span{color:var(--ink-muted);font-size:12px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.json-modal pre{max-height:65vh;background:#020617;color:#e2e8f0;border-color:#1e293b;font-size:12px;line-height:1.55}.user-form{margin-bottom:18px}h3{margin:0 0 14px;font-size:1rem;letter-spacing:-.01em}table{width:100%;border-collapse:separate;border-spacing:0;margin-top:12px}.table-wrap{width:100%;overflow:auto}.correlation-grid-card{min-width:0}.correlation-header-actions{flex:0 0 auto;flex-wrap:nowrap;white-space:nowrap;margin-left:auto;align-self:flex-start}.correlation-metrics{grid-template-columns:repeat(6,minmax(110px,1fr))}.correlation-filter-card{cursor:pointer;text-align:left}.correlation-filter-card:hover,.correlation-filter-card.active{border-color:#19a9e5;background:#eefaff}.correlation-grid-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.correlation-grid-toolbar .correlation-search{flex:1 1 320px;min-width:240px;width:auto}.correlation-grid-toolbar select{width:auto}.bridge-export-controls{flex-wrap:nowrap}.grid-sort-button{display:flex;width:100%;min-height:0;padding:0;border:0;background:transparent;color:inherit;font:inherit;letter-spacing:inherit;text-align:left;text-transform:inherit;align-items:center;justify-content:space-between;gap:4px}.grid-sort-button:hover{background:transparent;color:#087db7}.grid-sort-button .grid-sort-indicator{color:#7890a3;font-size:.7rem}.source-header-label{align-items:center;display:inline-flex;gap:5px;min-width:0;overflow:hidden;text-overflow:ellipsis}.source-header-label img{flex:0 0 auto;height:13px;object-fit:contain;width:13px}.correlation-database-grid{max-height:calc(100vh - 330px);min-height:300px;overflow:auto;border:1px solid var(--border);border-radius:8px;background:#fff}.correlation-database-grid table{table-layout:fixed}.correlation-database-grid th{position:sticky;top:0;z-index:3;padding:7px 8px;background:#f2f5f8;font-size:.67rem;white-space:nowrap}.correlation-database-grid thead th:nth-child(n+2):nth-child(-n+6){background:#eaf6e8}.correlation-database-grid thead th:nth-child(n+7):nth-child(-n+10){background:#eaf5fc}.correlation-database-grid td{height:34px;padding:4px 8px;border-bottom:1px solid var(--border);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.75rem}.correlation-database-grid tbody tr:nth-child(2n) td{background:#fafbfd}.correlation-database-grid tbody tr td:nth-child(n+2):nth-child(-n+6){background:#f7fbf5}.correlation-database-grid tbody tr:nth-child(2n) td:nth-child(n+2):nth-child(-n+6){background:#f1f8ee}.correlation-database-grid tbody tr td:nth-child(n+7):nth-child(-n+10){background:#f5faff}.correlation-database-grid tbody tr:nth-child(2n) td:nth-child(n+7):nth-child(-n+10){background:#eef7fc}.correlation-database-grid tbody tr:hover td{background:#eaf7ff}.correlation-database-grid .confidence-cell{text-align:center}.bridge-evidence-status,.bridge-review-status{border-radius:999px;display:inline-block;font-size:.62rem;font-weight:700;padding:3px 6px;text-transform:capitalize}.bridge-evidence-status.exact,.bridge-review-status.clear{background:#dcf8e8;color:#167346}.bridge-evidence-status.partial{background:#fff0c7;color:#855a00}.bridge-evidence-status.different,.bridge-review-status.required{background:#ffe6e6;color:#a22}.bridge-evidence-status.missing{background:#eceff3;color:#536273}.correlation-database-grid .select-column{width:34px;text-align:center}.correlation-database-grid .match-column{position:sticky;right:0;z-index:2;width:82px;background:#fff;box-shadow:-5px 0 8px #0f23370a}.correlation-database-grid .match-column .cell-copy-button{display:none}.correlation-database-grid .match-column button+button{margin-left:4px}.correlation-database-grid thead .match-column{z-index:4;background:#f2f5f8}.match-blocked-label{background:#fff0c7;border-radius:999px;color:#855a00;display:inline-block;font-size:.62rem;font-weight:700;line-height:1;padding:4px 7px}.correlation-status.excluded{background:#eceff3;color:#536273}.correlation-exclusion-modal{display:grid;gap:16px;max-width:560px;width:min(560px,calc(100vw - 32px))}.correlation-exclusion-modal textarea{min-height:110px;resize:vertical}.correlation-exclusion-modal .modal-actions{justify-content:flex-end}.correlation-database-grid input.id-cell-input{width:100%;height:26px;padding:2px 5px;font-size:.72rem;border-radius:4px}.id-cell-editor{align-items:center;display:flex;gap:4px;width:100%}.correlation-database-grid .id-cell-editor input.id-cell-input{flex:1 1 auto;min-width:0;width:auto}.id-cell-clear-inline{align-items:center;background:#fff4f2;border:1px solid #f5b7ae;border-radius:3px;color:#b42318;display:inline-flex;font-size:.68rem;height:16px;justify-content:center;min-height:16px;opacity:0;padding:0;position:absolute;right:26px;top:50%;transform:translateY(-50%);transition:opacity .12s ease;width:16px;z-index:3}.id-cell-clear-inline:hover:not(:disabled){background:#fee4e2}.editable-grid-cell:hover .id-cell-clear-inline,.id-cell-clear-inline:focus-visible{opacity:1}.id-cell-save{align-items:center;background:#dcf8e8;border-color:#7bd7a5;color:#167346;display:inline-flex;flex:0 0 26px;font-size:.75rem;height:26px;justify-content:center;min-height:26px;padding:0;width:26px}.correlation-database-grid .editable-grid-cell{cursor:text}.correlation-database-grid .editable-grid-cell:hover{background:#eaf7ff;box-shadow:inset 0 0 0 1px #9ddcff}.correlation-database-grid .copyable-grid-cell,.correlation-database-grid .editable-grid-cell{position:relative;padding-right:26px}.correlation-database-grid .editable-grid-cell:has(.id-cell-clear-inline){padding-right:48px}.cell-copy-button{align-items:center;background:#fff;border:1px solid #cbd9e4;border-radius:4px;color:#426278;display:inline-flex;font-size:12px;height:20px;justify-content:center;min-height:20px;opacity:0;padding:0;position:absolute;right:4px;top:50%;transform:translateY(-50%);transition:opacity .12s ease;width:20px;z-index:3}.copyable-grid-cell:hover .cell-copy-button,.editable-grid-cell:hover .cell-copy-button,.cell-copy-button:focus-visible,.cell-copy-button.copied{opacity:1}.cell-copy-button:hover{background:#eaf7ff;border-color:#69c6ec}.cell-copy-button.copied{background:#dcf8e8;border-color:#7bd7a5;color:#167346}.correlation-database-grid .editable-grid-cell>span{display:block;overflow:hidden;text-overflow:ellipsis}.correlation-database-grid .reason-cell{color:var(--muted);font-size:.67rem}.correlation-database-grid .qbo-relationship-cell strong,.correlation-database-grid .qbo-relationship-cell small{display:block;overflow:hidden;text-overflow:ellipsis}.correlation-database-grid .qbo-relationship-cell small{color:var(--muted);font-size:.62rem;margin-top:2px}.correlation-database-grid .prior-billing-name-toggle{align-items:center;display:flex;font-size:.62rem;font-weight:600;gap:4px;margin-top:3px;white-space:nowrap}.correlation-database-grid .prior-billing-name-toggle input{height:12px;margin:0;width:12px}.correlation-status{display:inline-block;padding:2px 6px;border-radius:999px;background:#eef2f5;font-size:.65rem;text-transform:capitalize}.correlation-status.reviewed,.correlation-status.applied{color:#167346;background:#dcf8e8}.correlation-status.failed{color:#a22;background:#ffe6e6}.compact-match{min-height:26px;padding:3px 8px;font-size:.7rem}@media(max-width:900px){.correlation-grid-toolbar .correlation-search{flex-basis:100%}.bridge-export-controls{flex:1 1 100%}}.table-scroll-shell{min-width:0;max-width:100%}.table-scroll-dock{position:sticky;top:74px;z-index:12;display:none;width:100%;height:18px;overflow-x:auto;overflow-y:hidden;border:1px solid var(--line-border);border-radius:8px;background:#f8fafcfa;box-shadow:0 4px 12px #0f172a14}.table-scroll-dock>div{height:1px}.copy-button{min-width:62px;transition:border-color .15s ease,background .15s ease,color .15s ease}.copy-button.copied{border-color:#75c995;background:#e8f8ee;color:#176b3a}.copy-button.failed{border-color:#ef9a9a;background:#fff0f0;color:#9f1f1f}.copy-button.primary.copied{border-color:#176b3a;background:#176b3a;color:#fff}.job-runs-page{min-width:0;max-width:100%;overflow:hidden}.job-run-filters{display:grid;grid-template-columns:minmax(280px,1fr) 140px 210px 180px auto;gap:10px;align-items:end;margin-bottom:10px;padding:10px;border:1px solid var(--line-border);border-radius:10px;background:#f8fafc}.job-run-filters label{display:grid;gap:4px}.job-run-filters label>span{color:var(--ink-muted);font-size:.63rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.job-run-filters input,.job-run-filters select{min-width:0;min-height:34px;height:34px;padding:5px 9px;font-size:.75rem}.job-run-filter-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px;white-space:nowrap}.job-run-filter-actions>span{color:var(--ink-muted);font-size:.67rem}.job-run-filter-actions button{min-height:34px;padding:6px 9px;font-size:.7rem}.job-runs-page .table-scroll-shell{width:100%;overflow:hidden;border:1px solid var(--line-border);border-radius:10px}.job-runs-page .job-runs-table{width:100%;max-width:100%;max-height:calc(100vh - 300px);overflow:auto;overscroll-behavior:contain}.job-runs-page .job-runs-table table{width:max-content;min-width:100%;margin:0}.job-runs-page .job-runs-table th,.job-runs-page .job-runs-table td{padding:8px 10px;white-space:nowrap;font-size:.74rem}.job-runs-page .job-runs-table thead th{position:sticky;top:0;z-index:2;background:#edf3f7}.job-runs-page .job-runs-table td:nth-child(2){min-width:190px}.job-runs-page .job-runs-table td:nth-child(5){min-width:180px;max-width:250px;overflow:hidden;text-overflow:ellipsis}.job-runs-page .job-runs-table td:nth-child(6){max-width:230px;overflow:hidden;text-overflow:ellipsis}.job-run-pagination{display:flex;align-items:center;gap:12px;margin-top:10px;padding:8px 10px;border:1px solid var(--line-border);border-radius:9px;background:#f8fafc}.job-run-pagination label{display:flex;align-items:center;gap:7px}.job-run-pagination label span{color:var(--ink-muted);font-size:.67rem;font-weight:800;text-transform:uppercase}.job-run-pagination select{min-height:32px;padding:4px 26px 4px 8px}.job-run-pagination>span{flex:1;color:var(--ink-muted);font-size:.72rem}.job-run-pagination>div{display:flex;gap:7px}.job-run-pagination button{min-height:32px;padding:5px 10px;font-size:.72rem}.job-progress-cell strong,.job-progress-cell span{display:block}.job-progress-cell strong{font-size:.72rem}.job-progress-cell span{margin-top:2px;color:var(--ink-muted);font-size:.63rem}.job-workflow-link{padding:0;border:0;background:transparent;color:var(--color-primary, #0284c7);font:inherit;font-weight:700;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.job-object-label{display:inline-flex;align-items:center;gap:6px;vertical-align:middle}.job-object-label img{width:18px;height:18px;flex:0 0 18px;object-fit:contain}.job-object-label.is-salesforce img{width:22px;height:15px;flex-basis:22px}.job-detail-object{display:flex;align-items:center;gap:4px;flex-wrap:wrap}.job-modal-open{overflow:hidden!important}.job-details-modal{position:relative;z-index:1;width:min(900px,calc(100vw - 48px));max-height:calc(100dvh - 48px);overflow:auto;transition:none;transform:none;contain:layout paint;pointer-events:auto}.modal-backdrop.job-details-backdrop{position:fixed;inset:0;z-index:5000;width:100vw;height:100dvh;display:flex;align-items:center;justify-content:center;padding:24px;overflow:hidden;background:#0f172aa3;backdrop-filter:none;-webkit-backdrop-filter:none;isolation:isolate;pointer-events:auto}.job-detail-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.job-detail-grid>div{display:grid;gap:4px;min-width:0;padding:12px;border:1px solid var(--line-border);border-radius:10px;background:var(--bg-soft, #f8fafc)}.job-detail-grid span:first-child{color:var(--ink-muted);font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.job-detail-grid strong{overflow:hidden;text-overflow:ellipsis;font-size:.82rem}.job-detail-section{margin-top:18px}.job-detail-section h4{margin:0 0 8px}.job-detail-section>p{margin:0;font-size:.82rem;font-weight:700}.job-event-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.job-event-list li{display:grid;grid-template-columns:90px 1fr auto;gap:10px;align-items:baseline;padding:9px 11px;border:1px solid var(--line-border);border-radius:8px;font-size:.76rem}.job-event-list time{color:var(--muted);font-size:.7rem}.job-detail-section-head h4{margin-bottom:2px}.job-detail-section-head p{margin:0 0 8px;font-size:.72rem}.job-detail-error{display:grid;gap:4px;margin-top:16px;padding:11px 13px;border:1px solid #f4b4ad;border-radius:10px;color:#8f2118;background:#fff1ef;font-size:.78rem}.job-detail-section pre{max-height:220px;margin:0;padding:12px;overflow:auto;border:1px solid var(--line-border);border-radius:10px;background:#0f172a;color:#e2e8f0;font-size:.72rem;white-space:pre-wrap;word-break:break-word}.job-diagnostic-details{border:1px solid var(--line-border);border-radius:10px;background:#f8fafc}.job-diagnostic-details summary{padding:10px 12px;cursor:pointer;font-size:.76rem;font-weight:700}.job-diagnostic-details[open] summary{border-bottom:1px solid var(--line-border)}.job-diagnostic-details .job-diagnostic-json{max-height:none;border:0;border-radius:0 0 10px 10px}.job-event-list{display:grid;gap:6px}.job-event-list>div{display:grid;grid-template-columns:165px 110px 1fr;gap:10px;align-items:baseline;padding:8px 10px;border-bottom:1px solid var(--line-border);font-size:.76rem}.job-event-list time{color:var(--ink-muted)}@media(max-width:760px){.job-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.job-event-list>div{grid-template-columns:1fr;gap:2px}}@media(max-width:1250px){.job-run-filters{grid-template-columns:1fr 140px 190px 170px}.job-run-filter-actions{grid-column:1 / -1}}@media(max-width:760px){.job-run-filters{grid-template-columns:1fr 1fr}.job-run-filters label:first-child,.job-run-filter-actions{grid-column:1 / -1}.job-run-pagination{align-items:stretch;flex-wrap:wrap}.job-run-pagination>span{flex-basis:100%;order:-1}}.selectable-reference-table th:first-child,.selectable-reference-table td:first-child{width:44px;min-width:44px;text-align:center}.reference-actions-table th:last-child,.reference-actions-table .sticky-row-action{position:sticky;right:0;z-index:2;min-width:88px;background:#fff;box-shadow:-8px 0 12px -12px #0f172a8c}.reference-actions-table th:last-child{z-index:3;background:#f1f5f9}.selection-cell input,.selectable-reference-table th:first-child input{width:16px;height:16px;margin:0}.table-sort{min-height:0;padding:0;border:0;border-radius:0;color:inherit;background:transparent;box-shadow:none;font:inherit;letter-spacing:inherit;text-transform:inherit;white-space:nowrap}.table-sort:hover{color:var(--brand-blue);background:transparent;box-shadow:none;transform:none}.column-picker{display:grid;gap:14px;width:min(340px,100%);margin:10px 0 16px auto;padding:14px;border:1px solid var(--line-border);border-radius:var(--radius-container);background:#fff;box-shadow:var(--shadow-md)}.column-picker>div:first-child{display:grid;gap:12px;color:var(--ink-muted);font-size:12px}.column-picker-options{display:grid;grid-template-columns:1fr;gap:7px;max-height:420px;overflow-y:auto;padding:4px 2px}.column-picker-options label{display:flex;align-items:center;justify-content:flex-start;gap:8px;color:var(--ink-main);font-size:12px;font-weight:700}.column-picker-options input[type=checkbox]{flex:0 0 16px;width:16px;height:16px;margin:0;padding:0}.column-picker>button{width:fit-content}th{background:#f1f5f9;text-transform:uppercase;font-size:11px;letter-spacing:.05em;text-align:left;padding:9px 12px;color:var(--ink-muted);border-bottom:1px solid var(--line-border)}td{padding:10px 12px;border-bottom:1px solid var(--line-border);font-size:13px;color:var(--ink-main);text-align:left;vertical-align:top}tr:last-child td{border-bottom:none}tr:hover td{background:#f8fafc}.click-row{cursor:pointer}.click-row:hover td{background:#eff6ff}.chip{font-weight:600;padding:4px 10px;border-radius:999px;font-size:12px;display:inline-flex;align-items:center;gap:6px}.ok{background:#dcfce7;color:#166534}.bad{background:#fee2e2;color:#991b1b}.wait{background:#fef3c7;color:#92400e}pre{margin:0;padding:14px;border:1px solid var(--line-border);background:#f8fafc;border-radius:10px;overflow:auto}.modal-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:24px;background:#0f172a6b;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.session-warning-backdrop{z-index:7000}.session-warning-card{width:min(460px,calc(100vw - 32px))}.session-warning-card p{margin:6px 0 0;color:var(--muted)}.session-timeout-setting{display:flex;align-items:center;gap:10px;white-space:nowrap}.session-timeout-setting select{min-width:120px}.access-settings-card{padding:14px 18px}.access-settings-heading{align-items:center;display:flex;justify-content:space-between;gap:16px;padding-bottom:8px}.access-settings-heading h2{font-size:18px;margin:2px 0 0}.access-settings-heading>span{font-size:12px}.access-settings-row{align-items:center;border-top:1px solid var(--line-border);display:flex;justify-content:space-between;gap:20px;min-height:52px;padding:8px 0}.access-settings-row>div{display:grid;gap:2px}.access-settings-row>div>strong{font-size:13px}.access-settings-row>div>span{color:var(--muted);font-size:12px}.toggle-line{align-items:center;display:inline-flex;gap:8px;white-space:nowrap}.toggle-line span{color:var(--ink-muted);font-size:12px;font-weight:700}.notifications-card{overflow:visible}.notification-recipients-row,.notification-family-heading{align-items:center;display:flex;justify-content:space-between;gap:20px}.notification-recipients-row{border-top:1px solid var(--line-border);padding:12px 0 8px}.notification-recipients-row>div,.notification-family-heading>div{display:grid;gap:3px}.notification-recipients-row span,.notification-family-heading span{color:var(--muted);font-size:12px}.notification-recipient-pills,.notification-recipient-draft{display:flex;flex-wrap:wrap;gap:7px;padding-bottom:12px}.notification-recipient-pill{align-items:center;background:#edf4f9;border:1px solid #cddde8;border-radius:999px;color:var(--ink);display:inline-flex;font-size:12px;font-weight:700;gap:5px;max-width:100%;padding:5px 9px}.notification-recipient-pill button{align-items:center;background:transparent;border:0;color:var(--ink-muted);display:inline-flex;font-size:17px;height:18px;justify-content:center;padding:0;width:18px}.notification-family{border-top:1px solid var(--line-border);padding:14px 0}.notification-switch-control{align-items:center;display:inline-flex;gap:8px;white-space:nowrap}.notification-switch{display:inline-flex;position:relative}.notification-switch input{height:1px;opacity:0;position:absolute;width:1px}.notification-switch-track{background:#87939e;border-radius:999px;cursor:pointer;display:inline-flex;height:24px;padding:3px;transition:background .16s ease;width:44px}.notification-switch-track>span{background:#fff;border-radius:50%;box-shadow:0 1px 3px #1423304d;height:18px;transform:translate(0);transition:transform .16s ease;width:18px}.notification-switch.on .notification-switch-track{background:#1c9b5f}.notification-switch.on .notification-switch-track>span{transform:translate(20px)}.notification-switch input:focus-visible+.notification-switch-track{outline:3px solid rgba(0,157,220,.25);outline-offset:2px}.notification-switch input:disabled+.notification-switch-track{cursor:not-allowed;opacity:.55}.notification-switch-state{color:var(--ink-muted);font-size:12px;font-weight:800;min-width:20px}.notification-family-heading>.notification-family-controls{align-items:flex-end;display:flex;flex-direction:row;gap:16px}.notification-family-controls .notification-switch-control{margin-bottom:5px}.notification-delivery-select{display:grid;gap:4px}.notification-delivery-select>span{color:var(--ink-muted);font-size:10px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.notification-delivery-select select{min-width:220px}.notification-history-action{align-items:center;border-top:1px solid var(--line-border);display:flex;justify-content:space-between;gap:16px;padding-top:12px}.notification-history-action>span{font-size:12px}.notification-recipients-modal{width:min(640px,96vw)}.notification-recipient-input{display:grid;gap:6px}.notification-recipient-input>span{font-size:12px;font-weight:800}.notification-recipient-input textarea{min-height:86px;resize:vertical}.notification-recipient-draft{min-height:40px;padding:12px 0 4px}.notification-modal-helper{font-size:12px;margin:4px 0 0}.delivery-history-modal{width:min(1080px,96vw)}.delivery-history-table{max-height:min(58vh,560px)}.delivery-history-table table{margin-top:0;min-width:820px}.delivery-history-table th{background:#f4f7f9;color:var(--ink-muted);font-size:11px;position:sticky;text-align:left;text-transform:uppercase;top:0;z-index:1}.delivery-history-table th,.delivery-history-table td{border-bottom:1px solid var(--line-border);padding:9px 10px;vertical-align:middle}.delivery-history-table td{font-size:12px}.delivery-history-table th:last-child,.delivery-history-table td:last-child{text-align:right}.delivery-status{border-radius:999px;display:inline-block;font-size:11px;font-weight:800;padding:4px 8px;text-transform:capitalize}.delivery-status-sent{background:#e4f7ed;color:#127244}.delivery-status-failed{background:#fde9e8;color:#a62d28}.delivery-status-pending,.delivery-status-sending,.delivery-status-in_progress{background:#fff3d6;color:#835800}.delivery-status-unknown{background:#edf1f4;color:var(--ink-muted)}.delivery-history-pagination{align-items:center;display:flex;justify-content:space-between;gap:12px;padding-top:12px}.delivery-history-pagination>div{display:flex;gap:8px}.notification-result-backdrop{z-index:1100}.email-delivery-result-modal{width:min(780px,96vw)}.email-delivery-result-summary{display:grid;gap:8px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 0 14px}.email-delivery-result-summary>div{background:#f5f8fa;border-radius:6px;display:grid;gap:2px;padding:9px 10px}.email-delivery-result-summary dt{color:var(--ink-muted);font-size:10px;font-weight:800;text-transform:uppercase}.email-delivery-result-summary dd{font-size:12px;margin:0;overflow-wrap:anywhere}.email-delivery-result-message{background:#fff3d6;border-radius:6px;margin-bottom:14px;padding:10px 12px}.email-delivery-result-message p{font-size:12px;margin:4px 0 0;white-space:pre-wrap}.email-delivery-content{display:grid;gap:6px}.email-delivery-content pre{background:#f5f8fa;border:1px solid var(--line-border);border-radius:6px;font:12px/1.5 ui-monospace,SFMono-Regular,Consolas,monospace;margin:0;max-height:46vh;overflow:auto;padding:12px;white-space:pre-wrap;word-break:break-word}.switch-control{align-items:center;cursor:pointer;display:flex;gap:8px;white-space:nowrap}.switch-control input{height:1px;opacity:0;pointer-events:none;position:absolute;width:1px}.switch-track{background:#fff;border:2px solid #64748b;border-radius:999px;box-sizing:border-box;display:block;height:24px;padding:2px;transition:background .14s ease,border-color .14s ease;width:42px}.switch-track i{background:#fff;border-radius:50%;box-shadow:0 1px 3px #0f172a47;display:block;height:16px;transition:transform .14s ease;width:16px}.switch-control input:checked+.switch-track{background:#16a34a;border-color:#15803d}.switch-control input:checked+.switch-track i{transform:translate(18px)}.switch-control input:focus-visible+.switch-track{outline:3px solid rgba(14,165,233,.25);outline-offset:2px}.switch-control input:disabled+.switch-track{cursor:wait;opacity:.55}.switch-control b{font-size:12px;min-width:38px}.role-access-card{padding:16px 18px}.role-access-summary{align-items:center;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);margin-bottom:12px}.role-access-summary h2{font-size:18px;margin:2px 0 4px}.role-access-summary p{color:var(--muted);font-size:12px;margin:0;max-width:820px}.role-access-summary .security-note{padding:10px 12px}.correlation-salesforce-link{color:#0369a1;font-weight:400;text-decoration:none}.correlation-salesforce-link:hover{text-decoration:underline}.correlation-qbo-link{color:#087a2d;font-weight:400;text-decoration:none}.correlation-qbo-link:hover{text-decoration:underline}@media(max-width:700px){.access-settings-heading,.access-settings-row,.notification-recipients-row,.notification-family-heading{align-items:flex-start;flex-direction:column;gap:8px}.notification-family-controls{align-items:flex-end;justify-content:space-between;width:100%}.notification-delivery-select{flex:1}.notification-delivery-select select{min-width:0;width:100%}.notification-history-action{align-items:flex-start;flex-direction:column}.email-delivery-result-summary{grid-template-columns:1fr}.access-settings-heading>span{display:none}.role-access-summary{grid-template-columns:1fr}}.modal-card{width:min(920px,100%);max-height:92vh;overflow:auto;background:var(--bg-panel);border:1px solid var(--line-border);border-radius:18px;box-shadow:0 24px 80px #0f172a47;padding:24px}.activity-history-modal{max-width:620px}.activity-history-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin:20px 0 12px}.activity-history-fields label{display:grid;gap:7px;color:var(--muted);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.activity-history-fields input,.activity-history-fields select{width:100%}.activity-history-coverage{background:#f4f8fb;border:1px solid var(--line-border);border-radius:9px;display:grid;gap:6px;margin-top:16px;padding:11px 13px}.activity-history-coverage>strong{font-size:12px}.activity-history-coverage>span{font-size:12px}.activity-history-coverage>div{display:flex;flex-wrap:wrap;gap:6px}.activity-history-coverage>div>span{background:#fff;border:1px solid var(--line-border);border-radius:999px;font-size:11px;font-weight:700;padding:4px 8px}@media(max-width:640px){.activity-history-fields{grid-template-columns:1fr}}.modal-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.modal-head h2{margin:0 0 4px;font-size:24px;letter-spacing:-.04em}.benchmark-form label{display:grid;gap:6px;color:var(--ink-muted);font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.benchmark-form .wide,.benchmark-form .file-field{grid-column:1 / -1}.selected-files{margin-top:12px;color:var(--ink-muted);font-size:13px}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.record-layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px}.container:has(>.record-layout){max-width:1600px}.record-main h1{margin:16px 0 4px;font-size:clamp(30px,4vw,48px);line-height:1;letter-spacing:-.06em}.record-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.record-title-row h1{min-width:0}.record-title-row .record-actions{justify-content:flex-end;margin:10px 0 0;padding:0;border:0;flex:0 0 auto}@media(max-width:900px){.record-title-row{flex-direction:column}.record-title-row .record-actions{justify-content:flex-start}}.record-subtitle{margin:0 0 24px;color:var(--ink-muted);font-size:16px}.record-topline,.record-actions{display:flex;flex-wrap:wrap;gap:10px;align-items:center}.benchmark-bulk-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:12px 0;min-height:36px}.benchmark-bulk-actions.inactive{visibility:hidden}.benchmark-bulk-actions strong{margin-right:auto}.benchmark-select-cell{width:42px;text-align:center}.benchmark-select-cell input,.benchmark-queue-table th:first-child input{min-height:0;margin:0}.benchmark-select-cell input:focus,.benchmark-queue-table th:first-child input:focus{border-color:var(--line-border);box-shadow:none}.benchmark-select-cell input:focus-visible,.benchmark-queue-table th:first-child input:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.record-topline{justify-content:space-between}.record-topline .record-actions{justify-content:flex-end;margin:0;padding:0;border:0}.record-work-actions,.record-management-actions{display:inline-flex;flex-wrap:wrap;align-items:center;gap:8px}.benchmark-regeneration-modal{width:min(520px,calc(100vw - 32px))}.benchmark-regeneration-modal p{color:var(--ink-muted);line-height:1.5}.benchmark-version-heading{display:flex;align-items:center;gap:8px}.benchmark-version-heading select{width:auto;min-width:0;padding:0 20px 0 0;border:0;border-radius:0;background-color:transparent;box-shadow:none;font-weight:700;cursor:pointer}.benchmark-version-heading select:focus{border:0;box-shadow:none;outline:2px solid var(--accent);outline-offset:3px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.record-management-actions{padding-left:10px;border-left:1px solid var(--line-border)}@media(max-width:760px){.record-management-actions{padding-left:0;border-left:0}}.record-topline .record-actions:only-child{margin-left:auto}.record-actions{margin-top:22px;padding-top:18px;border-top:1px solid var(--line-border)}.detail-grid{display:grid;grid-template-columns:repeat(3,minmax(140px,1fr));gap:12px;margin-bottom:22px}.detail-item{border:1px solid var(--line-border);border-radius:var(--radius-container);padding:14px;background:#f8fafc}.detail-item span{display:block;margin-bottom:4px;color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.detail-item strong{font-size:14px}.detail-block{margin-top:18px}.detail-block p{color:var(--ink-main)}.doc-list{display:flex;flex-wrap:wrap;gap:8px}.doc-list span{padding:6px 10px;border:1px solid var(--line-border);border-radius:999px;background:#f8fafc;color:var(--ink-muted);font-size:12px;font-weight:700}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(240px,1fr));gap:12px}.category-card{border:1px solid var(--line-border);border-radius:var(--radius-container);background:#f8fafc;padding:14px;display:grid;gap:8px}.category-card-head{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.category-card p{margin:0}.editable-category{background:#fff}.category-edit-row{display:grid;grid-template-columns:150px minmax(180px,1fr);gap:12px;align-items:end}.category-edit-row label,.stack-label{display:grid;gap:6px;color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.toggle-label{display:flex!important;flex-direction:row;align-items:center;gap:8px;letter-spacing:0;text-transform:none}.category-save-row{display:flex;justify-content:flex-end}.benchmark-preview{overflow:hidden;border:1px solid #d7e2ec;border-radius:18px;background:#fff;box-shadow:var(--shadow-sm)}.preview-header{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px;color:#fff;background:linear-gradient(135deg,#042f59,#06477f)}.preview-header img{width:190px;max-width:45%;padding:10px;border-radius:10px;background:#fff}.preview-header div{display:grid;gap:4px;text-align:right}.preview-header span,.preview-callout span{font-size:11px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.preview-header strong{font-size:24px;line-height:1.05}.preview-metadata{display:grid;grid-template-columns:repeat(3,minmax(150px,1fr));gap:10px;padding:18px 24px;background:#f8fbff;border-bottom:1px solid var(--line-border)}.preview-callout{display:grid;grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px;padding:20px 24px}.preview-callout.single{grid-template-columns:minmax(240px,1fr)}.preview-position+.preview-position{border-top:8px solid #edf3f7}.preview-position-heading{align-items:center;background:#eef5fa;border-bottom:1px solid var(--line-border);border-top:1px solid var(--line-border);display:flex;justify-content:space-between;gap:18px;padding:18px 24px}.benchmark-position-tabs{display:flex;gap:.65rem;padding:1rem 1.25rem 0;overflow-x:auto}.benchmark-position-tabs button{min-width:13rem;padding:.75rem 1rem;text-align:left;border:1px solid var(--line);border-bottom:3px solid transparent;border-radius:.65rem .65rem 0 0;background:#f5f8fb}.benchmark-position-tabs button.active{border-color:#8ac8e8;border-bottom-color:#0b9ed8;background:#eaf7fd}.benchmark-position-tabs span{display:block;color:var(--muted);font-size:.72rem;text-transform:uppercase}.benchmark-position-tabs strong{display:block;margin-top:.2rem}.bls-occupation-review{margin:1rem 0;padding:1rem;border:1px solid #efc66d;border-radius:.75rem;background:#fff9e9}.bls-review-badge{align-self:center;border:1px solid #f2c45f;border-radius:999px;background:#fff4cf;color:#7a4b00;font-size:.72rem;font-weight:900;letter-spacing:.03em;padding:6px 10px;text-transform:uppercase}.bls-alternative-list small{display:block;flex-basis:100%;margin-top:4px}.bls-occupation-review>div:first-child{display:flex;justify-content:space-between;gap:1rem}.bls-occupation-review span{color:var(--muted);font-size:.8rem}.bls-occupation-review p{margin:.55rem 0}.bls-alternative-list{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.bls-alternative-list button{background:#fff}.preview-position-heading span{color:var(--muted);display:block;font-size:.7rem;font-weight:800;letter-spacing:.08em;margin-bottom:3px;text-transform:uppercase}.preview-position-heading h3{color:var(--navy);font-size:1.2rem;margin:0}.preview-position-heading>strong{color:var(--navy);white-space:nowrap}.preview-callout div{padding:18px;border-left:5px solid #41a950;border-radius:14px;background:#f4faf5}.preview-callout strong{display:block;margin-top:4px;color:#042f59;font-size:24px}.preview-callout .editable-hours{cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.preview-callout .editable-hours:hover,.preview-callout .editable-hours:focus-visible{border-left-color:var(--brand-blue);box-shadow:0 8px 20px #0ea5e924;transform:translateY(-1px)}.editable-hours em{display:block;margin-top:5px;color:var(--brand-blue);font-size:12px;font-style:normal;font-weight:750}.preview-summary,.preview-sections{padding:0 24px 22px}.preview-sections{display:grid;gap:12px}.preview-sections section,.preview-section-button{padding:16px 0;border-top:1px solid var(--line-border)}.preview-section-button{width:100%;min-height:0;text-align:left;border-right:0;border-bottom:0;border-left:0;border-radius:0;background:transparent;box-shadow:none}.preview-section-button:hover{border-color:var(--line-border);background:transparent;transform:none}.preview-section-controls{display:inline-flex!important;align-items:center!important;gap:14px!important}.preview-section-controls label{display:inline-flex;align-items:center;gap:6px;color:var(--ink-muted);font-size:11px;font-weight:800;cursor:pointer}.pdf-toggle{padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.pdf-toggle.included{color:#075985;border-color:#7dd3fc;background:#e0f2fe}.pdf-toggle.excluded{color:#9f1239;border-color:#fda4af;background:#fff1f2}.section-inclusion-select{height:32px;padding:4px 30px 4px 12px;border:1px solid #cbd6de;border-radius:8px;background:#fff;color:#29485e;box-shadow:0 1px 2px #123b5d0a;font-size:11px;font-weight:700;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease}.section-inclusion-select:hover,.section-inclusion-select.excluded:hover{border-color:#9fb4c1;background:#fff}.section-inclusion-select.excluded{border-color:#cbd6de;background:#fff;color:#29485e}.section-inclusion-select:focus{border-color:#789bb2;background:#fff;box-shadow:0 0 0 3px #159ed91a;outline:0}.section-inclusion-select:focus-visible{outline:0}.preview-section-controls em{color:#42647b;font-size:11px;font-style:normal;font-weight:800}.preview-section-controls b{color:#41a950;font-size:13px}.section-title-score{display:inline-flex;align-items:center;gap:14px;min-width:0}.editable-benchmark-title{cursor:pointer}.editable-benchmark-title:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.edit-title-hint{display:block;margin-top:2px;color:#c9e0ef;font-size:10px;font-style:normal;font-weight:700}.section-title-score>b{flex:none;font-size:13px;white-space:nowrap}.preview-section-button:has(input:not(:checked)){opacity:.58}.preview-sections section>div:first-child,.preview-section-button>div:first-child{display:flex;justify-content:space-between;gap:14px;align-items:baseline}.preview-sections h4,.preview-section-button h4{margin:0;color:#042f59;font-size:16px;display:flex;align-items:center;gap:8px}.preview-sections span,.preview-section-button span{color:#41a950;font-weight:800}.preview-sections p,.preview-section-button p,.preview-summary p{margin:8px 0 0;color:#1f2937}.benchmark-preview footer{padding:14px 24px;color:#64748b;font-size:12px;background:#f8fafc;border-top:1px solid var(--line-border)}.record-side{align-self:start;position:sticky;top:92px;display:grid;gap:16px;max-height:calc(100vh - 108px);padding-right:6px;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable;scrollbar-width:thin}.record-side-card,.llm-run-matrix{min-width:0}.llm-run-heading{align-items:baseline;display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.llm-run-heading h3{margin:0}.llm-stage-list{display:grid;gap:10px}.llm-stage-card{background:#fff;border:1px solid var(--line);border-left:4px solid #c53b3b;border-radius:10px;padding:10px}.llm-stage-card.success{border-left-color:#2f9e57}.llm-stage-summary{align-items:center;display:flex;gap:9px}.llm-stage-summary small{color:var(--muted);display:block;margin-top:2px}.llm-stage-status{align-items:center;background:#c53b3b;border-radius:50%;color:#fff;display:inline-flex;flex:0 0 24px;font-weight:800;height:24px;justify-content:center}.llm-stage-card.success .llm-stage-status{background:#2f9e57}.llm-stage-card details{margin-top:8px}.llm-stage-card summary{color:var(--navy);cursor:pointer;font-size:.82rem;font-weight:700}.llm-stage-card pre{background:#101827;border-radius:7px;color:#e8eef8;font-size:.68rem;max-height:260px;overflow:auto;padding:9px;white-space:pre-wrap;word-break:break-word}.benchmark-analysis,.mini-synopsis{display:grid;gap:6px;margin-top:12px}.editable-synopsis{padding:10px;margin-inline:-10px;border:1px solid transparent;border-radius:8px;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.editable-synopsis:hover,.editable-synopsis:focus-visible{border-color:#b8dbea;background:#f3f9fc;outline:none}.mini-synopsis-heading>span{display:inline-flex;align-items:center;gap:8px}.copy-synopsis{padding:4px 8px;font-size:11px}.synopsis-edit-actions{align-items:center;justify-content:space-between}.rewrite-instruction-help{display:block;margin-top:3px;color:var(--ink-muted);font-size:12px;font-weight:400;line-height:1.4}.deterministic-score{display:grid;gap:2px}.deterministic-score span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.benchmark-analysis{background:#f4f8fb;border-left:3px solid var(--cyan);border-radius:7px;padding:14px}.benchmark-analysis-title{color:var(--navy);font-size:.78rem;letter-spacing:.08em;text-transform:uppercase}.benchmark-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.benchmark-metric{background:#fff;border:1px solid #d9e5ee;border-radius:8px;display:grid;gap:5px;min-width:0;padding:11px 12px}.benchmark-metric.wide{grid-column:1 / -1}.compensation-summary-grid{margin-bottom:12px}.comp-analysis-tables{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.comp-analysis-tables.single{grid-template-columns:1fr}.comp-analysis-table{overflow:hidden;border:1px solid #cbdce7;border-radius:9px;background:#fff}.comp-analysis-table>header{padding:11px 12px;background:#16466b;color:#fff;font-size:.8rem;font-weight:800}.comp-analysis-table-row{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #d6e3eb}.comp-analysis-table-row>span{padding:8px 10px;border-left:1px solid #d6e3eb;color:#243746;font-size:.75rem;font-weight:500}.comp-analysis-table-row>span:first-child{border-left:0}.comp-analysis-table-row.heading{background:#dceaf3;text-align:center}.comp-analysis-table-row.heading>span{color:#16466b;font-weight:800}.comp-analysis-table-row.median{background:#e5f5f1}.comp-analysis-table-row.median>span{color:#123b5d;font-weight:800}.comp-analysis-table-row.client-range{background:#fff3e8;border-top:1px solid #f97316;border-bottom:1px solid #f97316}.comp-analysis-table-row.client-range>span{grid-column:1 / -1;border-left:0;color:#c2410c;font-weight:800;text-align:center}.next-steps-preview{margin-top:18px;border:1px solid #d5e2e9;background:#f3f8fa}.next-steps-preview.editable-next-steps{cursor:pointer}.next-steps-preview.editable-next-steps:hover{border-color:#8fb9ca;background:#eef6f8}.next-steps-preview:before{display:block;height:4px;background:#41a950;content:""}.next-steps-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px 4px}.next-steps-heading h3{margin:0;color:#123b5d}.next-steps-heading span{display:flex;align-items:center;gap:8px}.next-steps-body,.next-steps-preview>.muted{padding:4px 14px 14px}.next-steps-body p,.next-steps-body ul,.next-steps-body ol{margin:6px 0}.rich-color-body{color:#263640}.rich-color-navy{color:#123b5d}.rich-color-green{color:#41a950}.next-steps-editor-modal{width:min(980px,calc(100vw - 32px));max-height:calc(100vh - 48px)}.rich-text-toolbar{display:flex;flex-wrap:wrap;gap:6px;padding:8px;border:1px solid #cbdce7;border-bottom:0;background:#f3f8fa}.rich-text-toolbar button{min-width:34px;min-height:32px}.rich-color-button i{display:block;width:16px;height:16px;margin:auto;border:1px solid #9fb3c0;border-radius:50%;background:var(--rich-color)}.rich-text-editor{min-height:320px;max-height:58vh;overflow:auto;padding:16px;border:1px solid #9fb9ca;background:#fff;color:#263640;font-family:Aptos,Arial,sans-serif;font-size:.92rem;line-height:1.5;white-space:pre-wrap;outline:none}.rich-text-editor:focus{border-color:#123b5d;box-shadow:0 0 0 2px #123b5d1f}.rich-text-editor:empty:before{color:#70838f;content:attr(data-placeholder);pointer-events:none}.rich-text-editor p{margin:0 0 8px}.next-steps-export-setting{display:flex;align-items:center;gap:8px;margin-top:12px;font-weight:700;color:#123b5d}.synopsis-editor-label{display:flex;align-items:center;justify-content:space-between;gap:10px}.rewrite-ai-button{display:inline-flex;align-items:center;gap:5px;border-color:#8cc7d1;color:#123b5d;font-weight:800}.rewrite-ai-button>span{color:#41a950}.synopsis-rewrite-panel{display:grid;gap:10px;padding:12px;border:1px solid #9fc4d3;background:#f7fbfc}.synopsis-rewrite-suggestions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.synopsis-rewrite-suggestions button{text-align:left;color:#123b5d}.synopsis-rewrite-panel label{display:grid;gap:5px;color:#123b5d;font-weight:700}.synopsis-rewrite-panel>.primary{justify-self:start}.synopsis-rewrite-result{padding:11px 12px;border:1px solid #d5e2e9;background:#fff;color:#263640;line-height:1.5}.synopsis-rewrite-actions{display:flex;gap:8px}@media(max-width:900px){.comp-analysis-tables{grid-template-columns:1fr}}.benchmark-metric small{color:var(--muted);font-size:.72rem;font-weight:750;line-height:1.35}.analysis-example-titles{display:grid;gap:4px;margin:0;padding:0;list-style:none;color:var(--ink);font-size:.82rem;font-weight:400}.benchmark-metric b{color:#163b5c;font-size:.9rem;line-height:1.45;overflow-wrap:anywhere}.benchmark-reasons{border-top:1px solid #d7e4ed;display:grid;gap:5px;padding-top:10px}.benchmark-reasons p{color:#334155;font-size:.82rem;margin:0}.benchmark-preview,.record-layout .card{transition:none}.benchmark-preview:hover,.record-layout .card:hover{box-shadow:var(--shadow-sm);transform:none}.mini-synopsis>p{margin:0}.mini-synopsis-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.mini-synopsis-heading em{color:#42647b;font-size:11px;font-style:normal;font-weight:800}.editable-summary{cursor:pointer;border-radius:10px;transition:background-color .14s ease,box-shadow .14s ease}.editable-summary:hover,.editable-summary:focus-visible{background:#f8fbff;box-shadow:0 0 0 2px #d7eaf7;outline:none}.summary-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.summary-heading h3{margin:0}.summary-heading>span{display:inline-flex;align-items:center;gap:8px}.summary-heading em{color:#42647b;font-size:11px;font-style:normal;font-weight:800}.summary-editor-field{display:grid;gap:8px}.summary-editor-field span{font-weight:800}.summary-editor-field textarea{min-height:220px;resize:vertical}.modal-actions{display:flex;justify-content:flex-end;gap:10px;margin-top:18px}.comparable-review{min-width:0}.benchmark-document-list{display:grid;gap:9px}.benchmark-document-row{border:1px solid var(--line-border);border-radius:8px;display:grid;gap:5px;padding:10px}.benchmark-document-row>div{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.benchmark-document-row strong,.benchmark-document-row small{overflow-wrap:anywhere}.benchmark-document-row small{color:var(--muted)}.document-status{background:#e8eef3;border-radius:999px;color:#526273;flex:0 0 auto;font-size:.67rem;font-weight:800;padding:3px 7px;text-transform:capitalize}.document-status.completed{background:#e7f7ed;color:#18743a}.document-status.failed{background:#fdecec;color:#a52b2b}.document-status.unsupported{background:#fff4d8;color:#8a5a00}.data-source-badge{background:#eef7ff;border:1px solid #b9dbf4;border-radius:999px;color:#075985;font-size:.78rem;font-weight:800;padding:7px 11px}.bls-heading-copy{align-items:center;display:flex;gap:12px;min-width:0}.bls-heading-copy h3{margin:0 0 4px}.bls-page-icon{flex:0 0 auto;height:48px;object-fit:contain;width:48px}.bls-logo{flex:0 0 auto;max-height:58px;width:112px}.table-subline{color:var(--muted);display:block;margin-top:3px}.bls-data-card .table-wrap{overflow-x:auto}.bls-observation-card{max-width:900px}.evidence-tier,.dataset-status{border-radius:999px;display:inline-block;font-size:.72rem;font-weight:800;padding:4px 8px;text-transform:capitalize}.evidence-tier.core,.dataset-status.current{background:#e7f7ed;color:#18743a}.evidence-tier.supporting,.dataset-status.loading{background:#e8f4fc;color:#075985}.evidence-tier.contextual,.dataset-status.not_loaded{background:#f1f5f9;color:#475569}.dataset-status.failed,.dataset-status.stale{background:#fff0e6;color:#a7440c}@media(max-width:720px){.bls-dataset-card .section-heading{align-items:flex-start}.bls-logo{max-height:46px;width:88px}.bls-page-icon{height:40px;width:40px}.benchmark-metric-grid{grid-template-columns:1fr}.benchmark-metric.wide{grid-column:auto}}.comparable-list{display:grid;gap:8px;max-height:430px;overflow:auto}.comparable-card{border:1px solid var(--line);border-left:4px solid #94a3b8;border-radius:8px;display:grid;gap:5px;padding:9px}.comparable-card.included{border-left-color:#2f9e57}.comparable-card.excluded{border-left-color:#c53b3b;opacity:.7}.comparable-card small{color:var(--muted)}.comparable-card>div{display:flex;gap:6px}.complexity-reasons{background:#fff8e8;border:1px solid #f0d99a;border-radius:10px;margin:0 20px 18px;padding:12px 16px}.complexity-reasons ol{margin:8px 0 0;padding-left:20px}.record-actions{display:flex;flex-wrap:wrap;gap:8px;margin:12px 0 8px;padding:10px 0 2px;border-top:1px solid var(--line-border)}.record-actions button{min-height:34px;padding:7px 12px;font-size:12px}.section-editor-modal{width:min(920px,100%)}.section-editor-modal .category-card{border:0;padding:0;background:transparent}.section-editor-modal .synopsis-score-line{display:flex;align-items:baseline;justify-content:space-between;width:100%;gap:18px}.section-editor-modal .synopsis-score-line span:last-child{color:var(--ink-muted);font-size:13px;white-space:nowrap}.section-editor-modal .stack-label>textarea{min-height:240px}.user-directory-actions{display:flex;align-items:center;gap:8px}.user-name-link{padding:0;border:0;background:transparent;color:var(--navy);font:inherit;font-weight:700;text-align:left;text-decoration:underline;text-decoration-color:transparent;text-underline-offset:3px}.user-name-link:hover,.user-name-link:focus-visible{color:var(--cyan);text-decoration-color:currentColor}.user-profile-modal{width:min(720px,100%)}.microsoft-directory-modal{width:min(980px,100%);max-height:min(820px,calc(100vh - 40px))}.microsoft-directory-search{display:grid;gap:6px}.microsoft-directory-search>span,.microsoft-directory-person label>span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.microsoft-directory-list{display:grid;gap:8px;min-height:180px;max-height:520px;overflow-y:auto;padding-right:4px}.microsoft-directory-person{display:grid;grid-template-columns:minmax(260px,1fr) minmax(190px,230px) auto;align-items:center;gap:14px;padding:13px 14px;border:1px solid var(--line-border);border-radius:8px;background:#f7fafc}.microsoft-directory-identity,.microsoft-directory-person label{display:grid;gap:4px}.microsoft-directory-identity strong{color:var(--navy)}.microsoft-directory-identity span{overflow-wrap:anywhere}.microsoft-directory-identity small{color:var(--ink-muted)}.directory-empty{padding:40px 16px;text-align:center;color:var(--ink-muted)}.user-profile-details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--line-border);border-radius:8px;background:var(--line-border)}.user-profile-details>div{display:grid;align-content:start;gap:5px;min-height:76px;padding:14px;background:#f4f8fb}.user-profile-details span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}.user-profile-details strong{overflow-wrap:anywhere;color:var(--navy)}.user-profile-edit-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.user-profile-edit-fields label{display:grid;gap:6px}.user-profile-edit-fields label:first-child,.user-profile-edit-fields label:nth-child(2){grid-column:span 1}.user-profile-edit-fields span{color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.05em;text-transform:uppercase}@media(max-width:680px){.user-directory-actions,.user-profile-details,.user-profile-edit-fields,.microsoft-directory-person{grid-template-columns:1fr}.user-directory-actions{align-items:stretch;flex-direction:column}}.output-card{display:grid;gap:8px;padding:14px 0;border-bottom:1px solid var(--line-border)}.output-card:last-child{border-bottom:none}.full-width-action{width:100%;justify-content:center;margin:8px 0 12px}.export-history{margin-top:18px;padding-top:14px;border-top:1px solid var(--line-border)}.export-history h4{margin:0 0 8px;color:var(--ink-main)}.export-row{display:flex;justify-content:space-between;gap:10px;padding:8px 0;color:var(--ink-muted);font-size:12px;border-bottom:1px solid #f1f5f9}.export-row strong{color:var(--ink-main)}.export-row>div{display:grid;min-width:0;gap:2px}.export-row>div strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.export-row button{align-self:center;padding:5px 9px;font-size:11px}.ai-config{background:#f7fbff}.ai-config-grid{display:grid;grid-template-columns:repeat(5,minmax(130px,1fr));gap:12px;align-items:end}.ai-config-grid label{display:grid;gap:6px;color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.ai-estimate{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin-top:12px;color:var(--ink-muted)}.ai-estimate strong{color:var(--ink-main);font-size:20px}.ai-model-summary{display:flex;flex-wrap:wrap;gap:12px;align-items:center;margin-top:14px;color:var(--ink-muted);font-size:13px}.default-pill{display:inline-flex;align-items:center;width:fit-content;padding:4px 9px;border-radius:999px;background:#0ea5e91f;color:var(--brand-blue);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.provider-block{display:grid;gap:10px;margin-top:18px}.provider-block h4{margin:0;color:var(--ink-main);text-transform:capitalize}.workflow-body{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:24px;align-items:start;margin-top:20px}.workflow-canvas{display:grid;grid-template-columns:1fr;gap:18px;margin:0}.workflow-node{position:relative;display:grid;grid-template-columns:auto 1fr;gap:8px;min-height:108px;padding:16px;text-align:left;border:1px solid var(--line-border);border-radius:18px;background:linear-gradient(145deg,#fff,#f5fbff);box-shadow:var(--shadow-sm)}.workflow-node:after{content:"↓";position:absolute;left:28px;bottom:-18px;color:var(--ink-muted);font-weight:900}.workflow-node:last-child:after{content:""}.workflow-node.active{border-color:var(--brand-blue);box-shadow:0 0 0 3px #0ea5e91f,var(--shadow-sm)}.workflow-node strong{grid-column:2;color:var(--ink-main);line-height:1.1}.workflow-node small,.workflow-node em{grid-column:2;color:var(--ink-muted);font-size:11px;font-style:normal;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.node-index{display:inline-grid;grid-row:1 / span 3;place-items:center;width:34px;height:34px;border-radius:999px;background:var(--ink-main);color:#fff;font-size:14px;font-weight:900}.workflow-detail{display:grid;grid-template-columns:minmax(260px,.85fr) minmax(420px,1.4fr);gap:24px;padding-left:24px;border-left:1px solid var(--line-border)}.process-intro h2{margin:8px 0 10px;color:var(--ink-main);font-size:clamp(26px,3vw,40px);letter-spacing:-.04em}.process-intro p{max-width:820px;margin:0;color:var(--ink-muted);line-height:1.6}.process-legend{display:flex;flex-wrap:wrap;gap:18px;margin-top:20px;color:var(--ink-muted);font-size:12px;font-weight:800}.process-legend span{display:inline-flex;align-items:center;gap:7px}.legend-dot{width:10px;height:10px;border-radius:50%}.legend-dot.human{background:#41a950}.legend-dot.system{background:#0ea5e9}.legend-dot.synthesis{background:#7c3aed}.process-diagram-card{overflow:hidden}.process-diagram{display:grid;grid-template-columns:repeat(4,minmax(180px,1fr));align-items:stretch;gap:14px;padding:8px 4px 20px}.process-node{display:flex;align-items:flex-start;gap:10px;min-height:108px;padding:15px;text-align:left;border:1px solid var(--line-border);border-radius:16px;background:linear-gradient(145deg,#fff,#f4f9fd);box-shadow:var(--shadow-sm)}.process-node strong,.process-node small{display:block}.process-node strong{color:var(--ink-main);line-height:1.2}.process-node small{margin-top:8px;color:var(--ink-muted);font-size:10px;font-weight:800;letter-spacing:.04em;line-height:1.35;text-transform:uppercase}.process-node.active{border-color:var(--brand-blue);box-shadow:0 0 0 3px #0ea5e91f,var(--shadow-md)}.process-node-review,.process-node-revision{border-top:4px solid #41a950}.process-node-draft{border-top:4px solid #7c3aed}.process-node-normalize,.process-node-evidence,.process-node-analysis,.process-node-export{border-top:4px solid #0ea5e9}.process-arrow{display:none}.process-detail-panel{min-height:190px;margin:8px 4px 0;padding:24px;border:1px solid rgba(14,165,233,.22);border-radius:18px;background:linear-gradient(135deg,#0ea5e917,#41a9500f)}.process-detail-panel h3{margin:7px 0;font-size:24px}.process-owner{color:var(--brand-blue);font-size:12px;font-weight:900;letter-spacing:.06em;text-transform:uppercase}.process-detail-panel p{max-width:900px;margin:14px 0 0;color:var(--ink-main);line-height:1.65}.process-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.process-principles article span,.process-principles article strong{display:block}.process-principles article span{margin-bottom:9px;color:var(--brand-blue);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.process-principles article strong{color:var(--ink-main);line-height:1.45}.node-meta-grid,.prompt-panel,.prompt-editor{display:grid;gap:12px}.prompt-tabs{display:flex;flex-wrap:wrap;gap:8px}.prompt-tabs button.active{border-color:var(--brand-blue);color:var(--brand-blue)}.prompt-editor label{display:grid;gap:6px;color:var(--ink-muted);font-size:11px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.prompt-editor textarea{min-height:280px;resize:vertical;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;line-height:1.5}.prompt-footer{display:flex;justify-content:space-between;gap:12px;align-items:center}.danger-text{color:#b42318;font-weight:800}@media(max-width:980px){.app-shell{grid-template-columns:1fr}.sidebar{position:sticky;top:0;z-index:900;height:auto;max-height:64px;padding:8px 14px;border-right:none;border-bottom:1px solid var(--line-border);overflow:hidden;box-shadow:var(--shadow-sm)}.sidebar.mobile-open{max-height:64px;overflow:visible}.side-brand{justify-content:space-between;min-height:46px;margin:0;padding:0}.side-brand .brand-mark.wordmark{width:132px;height:34px}.mobile-nav-toggle{display:inline-flex;align-items:center;gap:7px;min-height:36px;padding:7px 11px}.sidebar:not(.mobile-open) .nav-list,.sidebar .side-meta{display:none}.sidebar.mobile-open .nav-list{position:fixed;top:64px;left:12px;z-index:910;display:grid;width:min(320px,calc(100vw - 24px));max-height:calc(100vh - 80px);margin:0;padding:12px;overflow-y:auto;border:1px solid var(--line-border);border-radius:0 0 14px 14px;background:var(--bg-panel);box-shadow:0 20px 45px #0f172a3d;overscroll-behavior:contain}.mobile-nav-signout{display:block;width:100%;margin-top:8px;border-color:var(--line-border);background:#fff}.container,.card{padding:16px}th,td{padding:12px}.grid.cols-2,.metric-grid,.form-grid,.discovery-filters,.hero-panel,.record-layout,.detail-grid,.category-grid,.ai-config-grid,.workflow-body,.workflow-canvas,.workflow-detail,.category-edit-row,.preview-metadata,.preview-callout{grid-template-columns:1fr}.workflow-node:after{content:""}.workflow-detail{padding-left:0;border-left:none}.process-principles{grid-template-columns:1fr}.process-diagram{grid-template-columns:repeat(2,minmax(150px,1fr))}.preview-header{align-items:flex-start;flex-direction:column}.preview-header div{text-align:left}.hero-panel{align-items:flex-start;flex-direction:column;padding:22px}.pagination-footer{align-items:stretch;flex-direction:column}.pagination-controls{justify-content:space-between}.record-side{position:static;max-height:none;padding-right:0;overflow-y:visible;scrollbar-gutter:auto}header{padding:16px;flex-direction:column;align-items:flex-start;gap:6px}}.benchmark-webhook-page{max-width:1180px;margin:0 auto}.qbo-audit-card .section-heading{align-items:flex-start}.qbo-audit-card .section-heading h3{margin:0 0 4px}.qbo-audit-card .section-heading p{margin:0}.qbo-audit-table{margin-top:12px;max-height:340px;overflow:auto}.qbo-audit-table td{white-space:nowrap}.qbo-audit-table td:nth-child(4){min-width:340px;white-space:normal}.qbo-audit-event{border-radius:999px;display:inline-block;font-size:11px;font-weight:800;padding:3px 8px}.qbo-audit-event.success{background:#dcf7e5;color:#13743c}.qbo-audit-event.danger{background:#ffe3e0;color:#a52d25}.qbo-audit-event.info{background:#e6f4fb;color:#176b91}.data-objects-page{display:grid;gap:10px;width:100%}.data-objects-intro{align-items:center;display:flex;gap:12px;padding:12px 16px}.data-objects-intro>img{height:38px;object-fit:contain;width:52px}.data-objects-intro h2{margin:2px 0 3px;font-size:18px}.data-objects-intro p{margin:0}.data-object-grid{display:grid;gap:9px;grid-template-columns:repeat(4,minmax(0,1fr))}button.data-object-card{align-items:flex-start;color:var(--ink-main);display:flex;flex-direction:column;min-height:108px;padding:13px 15px;text-align:left}button.data-object-card:hover{background:#f8fbff;border-color:#b7d5e5;transform:translateY(-1px)}.data-object-card strong{font-size:14px}.data-object-card p{color:var(--ink-muted);flex:1;margin:5px 0 8px;font-size:12px;line-height:1.35}.data-object-card span{color:#087cac;font-size:12px;font-weight:800}@media(max-width:1100px){.data-object-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:850px){.data-object-grid{grid-template-columns:1fr}.reference-object-switcher{align-items:stretch;flex-direction:column}.reference-object-switcher label{grid-template-columns:1fr}}.benchmark-settings-page{display:grid;gap:16px;margin:0 auto;max-width:1180px}.benchmark-settings-intro h2{margin:4px 0 8px}.benchmark-settings-intro p{margin:0}.benchmark-settings-grid{display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}button.benchmark-settings-card{align-items:flex-start;color:var(--ink-main);display:flex;flex-direction:column;min-height:220px;padding:22px;text-align:left}button.benchmark-settings-card:hover{background:#f8fbff;border-color:#b7d5e5;transform:translateY(-1px)}.benchmark-settings-card strong{font-size:18px;margin-top:8px}.benchmark-settings-card p{color:var(--ink-muted);flex:1;margin:10px 0 18px}.benchmark-settings-link{color:#087cac;font-size:12px;font-weight:800}@media(max-width:850px){.benchmark-settings-grid{grid-template-columns:1fr}}.webhook-intro{display:flex;align-items:flex-start;justify-content:space-between;gap:24px}.webhook-intro h2{margin:5px 0 8px}.webhook-intro p{margin:0;max-width:760px}.configuration-pill{border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800;white-space:nowrap}.configuration-pill.configured{background:#e8f7ef;color:#137447}.configuration-pill.derived{background:#fff4d5;color:#8a5a00}.webhook-credentials h3,.webhook-grid h3,.webhook-validation h3{margin-top:0}.webhook-copy-field{margin-top:18px}.webhook-field-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:7px}.webhook-field-heading button,.webhook-payload-heading button{background:none;border:0;color:#087cac;font-weight:800;cursor:pointer}.webhook-copy-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px}.webhook-copy-row code{background:#f2f7fa;border:1px solid #d5e1e9;border-radius:8px;padding:12px;overflow-wrap:anywhere}.webhook-security-note{margin:15px 0 0}.webhook-receipts-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.webhook-receipts-heading h3{margin:0 0 5px}.webhook-receipts-heading p{margin:0;max-width:780px}.webhook-receipts-table-wrap{margin-top:16px;overflow-x:auto;border:1px solid #d5e1e9;border-radius:10px}.webhook-receipts-table{width:100%;border-collapse:collapse}.webhook-receipts-table th{background:#edf3f7;color:#526b80;font-size:12px;letter-spacing:.04em;text-align:left;text-transform:uppercase}.webhook-receipts-table th,.webhook-receipts-table td{padding:10px 12px;border-bottom:1px solid #dbe5ec;vertical-align:middle}.webhook-receipts-table tbody tr:last-child td{border-bottom:0}.webhook-receipts-table code{white-space:nowrap;font-size:12px}.webhook-receipts-table td:last-child{width:1%;white-space:nowrap;text-align:right}.webhook-receipts-empty{margin:16px 0 0}.webhook-benchmark-processing{display:flex;align-items:center;gap:12px;margin:16px 0;padding:12px 15px;border:1px solid #9fd7eb;border-radius:10px;background:#eefaff;color:#123b5b}.webhook-benchmark-processing div{display:grid;gap:2px}.webhook-benchmark-processing span{font-size:13px;color:#536f83}.webhook-processing-spinner{width:20px;height:20px;flex:0 0 20px;border:3px solid #bfe6f3;border-top-color:#079bd3;border-radius:50%;animation:webhook-processing-spin .8s linear infinite}@keyframes webhook-processing-spin{to{transform:rotate(360deg)}}.webhook-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.webhook-grid pre{white-space:pre-wrap;background:#0c2744;color:#eaf7ff;border-radius:10px;padding:16px;overflow:auto}.webhook-grid ol{padding-left:22px}.webhook-grid li{margin-bottom:10px}.webhook-payload-heading{display:flex;align-items:center;justify-content:space-between;margin-top:18px}@media(max-width:800px){.webhook-intro,.webhook-grid,.webhook-receipts-heading{display:block}.configuration-pill{display:inline-block;margin-top:16px}.webhook-copy-row{grid-template-columns:1fr}}.commission-structure-page{max-width:1500px;margin:0 auto}.commission-hero{display:flex;justify-content:space-between;gap:24px;align-items:center;background:linear-gradient(135deg,#eef9ff,#edfbf5)}.commission-hero h2,.commission-section h2{margin:5px 0 8px}.commission-hero p{max-width:850px;margin:0;color:var(--muted)}.commission-warning{min-width:245px;padding:14px 16px;border:1px solid #f1c75b;border-radius:12px;background:#fff8dc;display:grid;gap:4px}.commission-warning span{color:#765b13;font-size:13px}.commission-summary-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.commission-summary-grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.commission-summary-grid>div{display:grid;gap:5px}.commission-summary-grid span{color:var(--muted);font-size:13px;line-height:1.45}.commission-section{display:grid;gap:10px}.commission-flow{display:grid;grid-template-columns:minmax(130px,1fr) auto minmax(130px,1fr) auto minmax(130px,1fr) auto minmax(130px,1fr) auto minmax(130px,1fr);gap:8px;align-items:center}.commission-flow.compact{grid-template-columns:minmax(150px,1fr) auto minmax(150px,1fr) auto minmax(150px,1fr) auto minmax(180px,1fr)}.commission-flow>i{font-style:normal;color:#0d8fc8;font-size:22px;text-align:center}.commission-flow-node{min-height:88px;padding:12px;border-radius:10px;border:1px solid #bfd7e3;background:#f4fafc;display:grid;align-content:center;gap:6px}.commission-flow-node.salesforce{background:#edf8fd;border-color:#61b9df}.commission-flow-node.qbo{background:#eff9ed;border-color:#75bd68}.commission-flow-node span{color:var(--muted);font-size:12px;line-height:1.35}.commission-callout{padding:11px 13px;border-left:4px solid #1599ce;background:#f1f8fc;color:#36546a;font-size:13px}.commission-rules-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.commission-rule{position:relative;padding:14px;border:1px solid var(--border);border-radius:10px;background:#fff}.commission-rule h3{margin:22px 0 5px;font-size:15px}.commission-rule p{margin:0;color:#43566e;font-size:13px;line-height:1.5}.commission-rule-status{position:absolute;top:10px;left:12px;padding:2px 7px;border-radius:999px;background:#dff6e7;color:#16733d;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.commission-rule-status.working{background:#fff2cc;color:#805d00}.commission-rule-status.open{background:#ffe7e4;color:#a33629}.commission-classification-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.commission-classification-grid>div{padding:12px;border-radius:9px;background:#f6f9fb;border:1px solid var(--border);display:grid;align-content:start;gap:5px}.commission-classification-grid span{color:#52667c;font-size:12px;line-height:1.4}.commission-questions{margin:0;padding-left:24px;columns:2;column-gap:36px}.commission-questions li{break-inside:avoid;padding:0 0 10px 4px;color:#43566e;font-size:13px;line-height:1.5}@media(max-width:1050px){.commission-flow,.commission-flow.compact{display:flex;flex-direction:column;align-items:stretch}.commission-flow>i{transform:rotate(90deg)}.commission-classification-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.commission-hero{align-items:stretch;flex-direction:column}.commission-summary-grid,.commission-summary-grid.two,.commission-rules-grid,.commission-classification-grid{grid-template-columns:1fr}.commission-questions{columns:1}}.report-hero{display:flex;justify-content:space-between;gap:24px;align-items:flex-start}.report-hero h2{margin:.25rem 0}.report-hero p{max-width:850px}.report-filters{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px}.report-filters label{display:grid;gap:5px}.report-filters label span{font-size:12px;font-weight:700;color:var(--muted)}.report-summary-grid{grid-template-columns:repeat(6,minmax(145px,1fr))}.report-warning{display:flex;gap:12px;border-left:4px solid #d6a51f;background:#fff8e8}.report-table-card{padding:0;overflow:hidden}.report-table-scroll{overflow:auto;max-height:62vh}.report-table-scroll table{border-collapse:separate;border-spacing:0;min-width:3900px;width:100%;font-size:12px}.report-table-scroll th{position:sticky;top:0;z-index:2;background:#eaf1f6;color:#173d60;text-align:left;white-space:nowrap}.report-table-scroll th,.report-table-scroll td{padding:9px 10px;border-right:1px solid #d6e1e8;border-bottom:1px solid #d6e1e8;vertical-align:top}.report-table-scroll td{white-space:nowrap}.report-table-scroll tbody tr:hover td{background:#f4f9fc}@media(max-width:1000px){.report-filters{grid-template-columns:repeat(2,minmax(150px,1fr))}.report-summary-grid{grid-template-columns:repeat(2,minmax(145px,1fr))}.report-hero{display:grid}}.cm-bonus-sheet-page{min-width:0}.cm-sheet-card{padding:12px;overflow:hidden}.cm-sheet-card .section-heading{margin-bottom:7px}.cm-report-filters{grid-template-columns:minmax(420px,1fr) auto!important}.compact-date{display:grid;gap:3px}.compact-date span{font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--muted)}.compact-date input{height:34px;padding:5px 9px}.cm-bonus-sheet{min-width:3300px!important;font-size:12px}.cm-bonus-sheet th{white-space:normal!important;min-width:125px}.cm-bonus-sheet th:first-child,.cm-bonus-sheet td:first-child{position:sticky;left:0;z-index:8;min-width:290px;background:#fff}.cm-bonus-sheet thead th:first-child{z-index:9}.cm-bonus-sheet td{padding:4px 9px!important}.sheet-input{width:100%;min-width:110px;border:1px solid transparent;background:transparent;padding:4px}.sheet-input:focus{background:#fff;border-color:#159ed9;outline:none}.notes-input{min-width:260px;min-height:28px;resize:vertical}.cm-bonus-totals{display:grid;grid-template-columns:repeat(auto-fit,minmax(105px,1fr));gap:5px;width:100%;margin:0 0 6px;overflow:visible}.cm-bonus-totals .metric-card{min-width:0;min-height:46px;padding:5px 7px;border-radius:7px;box-shadow:none}.cm-bonus-totals .metric-card span{font-size:15px;line-height:1.05}.cm-bonus-totals .metric-card small{display:block;overflow:hidden;font-size:9px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.cm-bonus-totals .metric-card em{display:block;margin-top:2px;overflow:hidden;color:var(--muted);font-size:8px;font-style:normal;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.cm-bonus-totals .cm-total-card{border-color:#9fc7df;background:#eef7fc}.cm-column-picker-wrap{position:relative}.cm-column-picker-wrap .cm-column-picker{top:38px;right:0;z-index:40;width:310px;max-height:min(520px,calc(100vh - 150px));overflow:hidden}.cm-column-picker .column-picker-options{max-height:360px;overflow:auto}.cm-column-picker>input{width:100%;margin:8px 0}.cm-bonus-sheet tbody tr.cm-row-ineligible td{background:#fff3f3;color:#672a2a}.cm-bonus-sheet tbody tr.cm-row-ineligible td:first-child{background:#ffe8e8}.cm-bonus-sheet tbody tr.cm-row-ineligible:hover td{background:#ffecec}.cm-sheet-card,.cm-sheet-card button,.cm-sheet-card input,.cm-sheet-card select,.cm-sheet-card textarea,.cm-sheet-card table{font-size:12px}.cm-sheet-card .muted,.cm-sheet-card .compact-date span,.cm-sheet-card .reference-search-control>span,.cm-sheet-card .discovery-counts,.cm-sheet-card .pagination-footer,.cm-sheet-card .page-size-control-inline span{font-size:12px}.cm-bonus-totals .metric-card span,.cm-bonus-totals .metric-card small,.cm-bonus-totals .metric-card em,.cm-invoice-detail-head span,.cm-invoice-detail table{font-size:12px}.cm-client-expand{display:flex;align-items:center;gap:7px;width:100%;padding:0;border:0;background:transparent;color:#064f8c;font:inherit;text-align:left;cursor:pointer}.cm-client-label{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.cm-client-chevron{width:7px;height:7px;flex:0 0 7px;border-right:1.5px solid #315d7a;border-bottom:1.5px solid #315d7a;transform:rotate(-45deg);transition:transform .15s ease}.cm-client-chevron.open{transform:rotate(45deg) translate(-1px,-1px)}.cm-client-expand:hover .cm-client-label{text-decoration-thickness:2px}.cm-bonus-sheet .cm-invoice-detail-row>td{position:static!important;padding:8px 12px!important;background:#f6f9fb!important;color:var(--ink-main)!important}.cm-invoice-detail{position:sticky;left:12px;width:min(980px,calc(100vw - 100px));padding:8px;border:1px solid var(--line-border);border-radius:8px;background:#fff}.cm-invoice-detail-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:7px}.cm-invoice-detail-head span{color:var(--muted);font-size:11px}.cm-invoice-detail table{width:100%!important;min-width:0!important;border-collapse:collapse;font-size:11px}.cm-invoice-detail th,.cm-invoice-detail td{position:static!important;min-width:0!important;height:auto!important;padding:6px 8px!important;white-space:normal!important}.cm-invoice-detail th{background:#eaf1f6!important}.cm-invoice-detail tr.cm-invoice-ineligible td{background:#fff0f0!important;color:#672a2a!important}.cm-note-button{display:block;width:260px;max-width:260px;padding:0;border:0;overflow:hidden;background:transparent;color:inherit;font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap;cursor:pointer}.cm-note-button:hover{color:#064f8c;text-decoration:underline;text-underline-offset:3px}.cm-note-modal{width:min(720px,calc(100vw - 40px))}.cm-note-modal label{display:grid;gap:6px}.cm-note-modal label>span{font-weight:700}.cm-note-modal textarea{width:100%;min-height:220px;resize:vertical}.cm-bonus-sheet>thead>tr>th,.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td,.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td .sheet-input,.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td .cm-client-expand,.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td .cm-note-button{font-size:10px}.cm-bonus-sheet>thead>tr>th{height:28px!important;padding:0 6px!important;line-height:1.1}.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td{height:24px!important;padding:0 6px!important;line-height:1}.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td .sheet-input{height:20px!important;padding:0 2px!important;line-height:1}.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td .cm-client-expand,.cm-bonus-sheet>tbody>tr:not(.cm-invoice-detail-row)>td .cm-note-button{min-height:18px;line-height:1}.cm-sort-button{display:flex;align-items:center;justify-content:space-between;gap:5px;width:100%;height:27px;padding:0;border:0;background:transparent;color:inherit;font:inherit;font-weight:800;text-align:left;text-transform:inherit;letter-spacing:inherit;cursor:pointer}.cm-sort-button:focus-visible{outline:2px solid #159ed9;outline-offset:-2px}.cm-sort-indicator{flex:0 0 auto;color:#638096;font-size:8px}.cm-report-filters{grid-template-columns:minmax(420px,1fr) auto auto!important}.cm-collected-filter{display:flex!important;align-items:center;align-self:end;gap:7px;height:34px;padding:0 10px;border:1px solid var(--line-border);border-radius:7px;background:#fff;white-space:nowrap}.cm-collected-filter input{width:15px;height:15px;margin:0}.cm-collected-filter span{font-size:12px!important;font-weight:700;color:var(--ink-main)!important;text-transform:none!important;letter-spacing:0!important}.cm-bonus-sheet .cm-invoice-detail-row>td{padding:0!important;background:#f7fafc!important}.cm-invoice-detail{left:0!important;width:100%!important;padding:5px 9px!important;border:0!important;border-radius:0!important;background:transparent!important}.cm-invoice-detail-head{margin-bottom:3px!important}.cm-invoice-detail,.cm-invoice-detail-head span,.cm-invoice-detail table,.cm-invoice-detail th,.cm-invoice-detail td{font-size:10px!important}.cm-invoice-detail table{border-top:1px solid var(--line-border)}.cm-invoice-detail tfoot th{background:#edf4f8!important;font-weight:800}.cm-rule-banner{display:flex;align-items:center;gap:9px;margin:0 0 7px;padding:7px 9px;border-left:3px solid #159ed9;background:#eef7fc;color:#29485e;font-size:11px;line-height:1.3}.cm-rule-banner strong{flex:0 0 auto;color:#123b5d}.cm-invoice-detail-head>div{display:flex;align-items:baseline;gap:10px}.cm-invoice-detail-head>div span{color:var(--muted)}.cm-invoice-detail-head .cm-invoice-summary{margin-left:auto;gap:14px}.cm-invoice-summary span{white-space:nowrap}.cm-invoice-summary strong{margin-left:3px;color:#123b5d}.cm-client-cell{display:flex;align-items:center;gap:4px;width:100%}.cm-client-cell .cm-client-expand{min-width:0;flex:1}.cm-qbo-link,.cm-source-link{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;flex:0 0 18px;border-radius:4px;text-decoration:none}.cm-qbo-link:hover,.cm-source-link:hover{background:#dcecf6}.cm-qbo-link:focus-visible,.cm-source-link:focus-visible{outline:2px solid #159ed9;outline-offset:1px}.cm-qbo-link img{width:14px;height:14px;object-fit:contain}.cm-salesforce-link img{width:16px;height:12px;object-fit:contain}.cm-bonus-sheet .cm-yes-no{min-width:54px;width:54px;cursor:pointer}.cm-report-filters{grid-template-columns:minmax(360px,1fr) auto auto auto auto!important}.cm-owner-filter{display:grid;align-self:end;gap:3px;min-width:135px}.cm-owner-filter>span{font-size:9px!important;font-weight:800!important;letter-spacing:.06em!important;text-transform:uppercase!important;color:var(--muted)!important}.cm-owner-filter select{height:34px;padding:4px 8px;border:1px solid var(--line-border);border-radius:7px;background:#fff;font-size:12px}.cm-bonus-sheet .cm-filtered-totals th{height:30px;padding:0 6px;border-top:2px solid #173f61;background:#eaf1f6;color:#082f56;font-size:10px;font-weight:800;text-align:left;white-space:nowrap!important}.cm-bonus-sheet .cm-filtered-totals th:first-child{position:sticky;left:0;z-index:9;background:#dceaf3}.cm-saved-quarter{min-width:110px}.cm-saved-quarter select{height:34px;padding:4px 8px;border:1px solid var(--line-border);border-radius:7px;background:#fff;font-size:12px}.cm-quarter-select select{height:34px;min-width:72px;padding:4px 8px;border:1px solid var(--line-border);border-radius:7px;background:#fff;font-size:12px}.cm-quarter-controls{align-items:flex-end!important;gap:6px!important}.cm-quarter-controls>.compact-date{align-self:flex-end;margin:0}.cm-quarter-controls>button,.cm-quarter-controls>.cm-column-picker-wrap>button{height:34px;margin:0;padding:0 11px;white-space:nowrap}.cm-quarter-controls>.cm-column-picker-wrap{align-self:flex-end;height:34px}.cm-quarter-controls select{display:block;margin:0}.cm-quarter-controls .cm-saved-quarter select{min-width:110px}.cm-quarter-controls .cm-quarter-select select{min-width:72px}.cm-qbo-cutoff-status{display:flex;align-items:center;gap:12px;margin:0 0 6px;padding:6px 9px;border:1px solid #b9d4e4;border-left:3px solid #17466b;background:#f3f8fb;font-size:10px}.cm-qbo-cutoff-status>div:first-child{display:grid;gap:1px;min-width:190px}.cm-qbo-cutoff-status>div:first-child span{color:var(--muted);font-size:8px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.cm-qbo-cutoff-status>div:first-child strong{font-size:11px}.cm-qbo-source-times{display:flex;gap:12px;color:var(--muted)}.cm-qbo-cutoff-status p{margin:0 0 0 auto;color:#824b00;font-weight:700}.cm-qbo-cutoff-status.warning{border-color:#e8c177;border-left-color:#d18a16;background:#fff8e9}.cm-transition-note{padding:3px 6px;border-left:2px solid #159ed9;background:#eef7fc;color:#29485e;font-size:10px;line-height:1.2}.reporting-link-backup-heading,.reporting-link-backup-actions{display:flex;align-items:center;gap:10px}.reporting-link-backup-workspace{max-width:1536px}.reporting-link-backup-page{margin-inline:auto;max-width:1488px;min-width:0;width:100%}.reporting-link-backup-heading{justify-content:space-between;margin-bottom:14px}.reporting-link-backup-heading h2{margin:0 0 4px}.reporting-link-backup-heading p{margin:0}.reporting-link-backup-actions{margin-bottom:16px;flex-wrap:wrap}.reporting-link-backup-spacer{flex:1}.reporting-link-backup-table{min-width:1450px;table-layout:fixed}.reporting-link-backup-table th:first-child{width:38px}.reporting-link-backup-table th:nth-child(2){width:26%}.reporting-link-backup-table th:nth-child(3){width:12%}.reporting-link-backup-table th:nth-child(4),.reporting-link-backup-table th:nth-child(5){width:16%}.reporting-link-backup-table th:nth-child(6){width:10%}.reporting-link-backup-table th:nth-child(7){width:9%}.reporting-link-backup-table th:nth-child(8){width:9%}.reporting-link-backup-table td:nth-child(4),.reporting-link-backup-table td:nth-child(5){min-width:0}.reporting-link-account{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.reporting-link-row-restore{white-space:nowrap}.general-settings-page{display:grid;gap:16px;margin-inline:auto;max-width:1100px;width:100%}.general-settings-heading h2{margin:4px 0 6px}.general-settings-heading p{margin:0}.general-setting-select{display:grid;gap:5px;min-width:220px}.general-setting-select>span{color:var(--ink-muted);font-size:11px;font-weight:800;text-transform:uppercase}.compact-url-cell{display:block;min-width:0}.compact-url-cell>a,.compact-url-text{min-width:0;flex:1;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.client-report-link-updated{text-align:center}.client-report-link-check{display:inline-grid;place-items:center;width:22px;height:22px;border:1px solid #86efac;border-radius:999px;background:#dcfce7;color:#15803d;font-size:14px;font-weight:800;line-height:1}
