@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap";:root{--font-sans: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--color-brand: #4f959e;--color-brand-strong: #367781;--color-brand-soft: #edf5f6;--color-ink: #141414;--color-text: #292620;--color-text-muted: #606060;--color-text-subtle: #77736d;--color-canvas: #f5f3ee;--color-surface: #fff;--color-surface-subtle: #fbfaf7;--color-border: #e6e1da;--color-success: #2d6b47;--color-success-soft: #eef8f2;--color-warning: #805719;--color-warning-soft: #fff4df;--color-danger: #a13d2d;--color-danger-strong: #8f3426;--color-danger-soft: #fff1ee;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 28px;--space-8: 32px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 10px;--radius-xl: 12px;--radius-pill: 999px;--control-height: 42px;--sidebar-width: 260px;--page-padding: 28px;--shadow-modal: 0 24px 70px rgba(23, 40, 42, .24);--focus-ring: 0 0 0 3px rgba(79, 149, 158, .16);color:var(--color-ink);background:var(--color-canvas);font-family:var(--font-sans);font-synthesis:none;letter-spacing:0;text-rendering:optimizeLegibility}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,select{font:inherit}button{cursor:pointer}.login-page{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(360px,.75fr);min-height:100vh;background:var(--color-ink);color:var(--color-surface)}.login-brand{display:flex;flex-direction:column;justify-content:center;padding:clamp(36px,7vw,96px);background:linear-gradient(120deg,rgba(79,149,158,.22),transparent 38%),#141414}.brand-logo{display:block;height:auto;object-fit:contain}.brand-logo-login{width:94px}.brand-logo-rail{width:76px}.brand-label,.topbar p,.panel-heading p{margin:0;color:var(--color-brand-strong);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.login-brand h1{max-width:760px;margin:42px 0 22px;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:clamp(54px,7vw,104px);font-weight:400;line-height:.94;letter-spacing:0}.login-brand p:last-child{max-width:610px;margin:0;color:#ffffffb8;font-size:18px;line-height:1.7}.login-panel{align-self:center;justify-self:center;display:grid;width:min(420px,calc(100vw - 44px));gap:18px;padding:32px;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-ink);box-shadow:0 30px 80px #0000003d}.login-panel h2{margin:0 0 4px;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:30px;font-weight:400}.login-panel p{margin:0;color:#606060;line-height:1.5}.login-panel label{display:grid;gap:8px;color:#606060;font-size:13px;font-weight:700}.login-panel input,.date-field input,.month-field select,.search-field input{width:100%;border:0;background:transparent;color:#141414;outline:none}.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}.login-panel input{height:46px;padding:0 14px;border:1px solid #e1e1e1;border-radius:6px;background:#fff}.primary-button,.primary-action-button,.refresh-button,.secondary-action-button,.secondary-button,.preset-group button,.icon-button,.side-rail nav button,.rail-footer button{border:0}.primary-button{display:inline-flex;align-items:center;justify-content:center;gap:10px;height:48px;border-radius:6px;background:#141414;color:#fff;font-weight:800}.form-error,.error-banner{color:#a13d2d}.connection-page{display:grid;min-height:100vh;padding:var(--space-6);place-items:center;background:var(--color-canvas)}.connection-card{display:grid;width:min(520px,100%);gap:var(--space-5);padding:var(--space-8);border:1px solid var(--color-border);border-radius:var(--radius-xl);background:var(--color-surface);box-shadow:var(--shadow-modal)}.connection-logo{width:76px}.connection-icon{display:grid;width:44px;height:44px;place-items:center;border-radius:var(--radius-pill);background:var(--color-warning-soft);color:var(--color-warning)}.connection-card h1,.connection-card p{margin:0}.connection-card h1{margin-bottom:var(--space-2);font-size:26px;font-weight:600}.connection-card p{color:var(--color-text-muted);line-height:1.6}.connection-card .connection-supporting-copy{margin-top:var(--space-2);color:var(--color-text-subtle);font-size:12px}.connection-card .primary-action-button{justify-self:start}.connection-banner{position:sticky;top:0;z-index:30;display:flex;align-items:center;gap:var(--space-3);margin-bottom:var(--space-4);padding:var(--space-3) var(--space-4);border:1px solid #e6c47a;border-radius:var(--radius-md);background:var(--color-warning-soft);color:var(--color-warning);box-shadow:0 8px 22px #29262014}.connection-banner-copy{display:grid;flex:1;min-width:0;gap:2px}.connection-banner-copy strong{color:var(--color-text);font-size:13px}.connection-banner-copy span{font-size:12px;line-height:1.45}.connection-banner .secondary-button{flex:0 0 auto;background:var(--color-surface)}.view-load-error{display:grid;width:min(560px,calc(100% - (2 * var(--space-6))));gap:var(--space-4);margin:var(--space-8) auto;padding:var(--space-6);border:1px solid var(--color-border);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-card)}.view-load-error h2,.view-load-error p{margin:0}.view-load-error h2{margin-bottom:var(--space-2);font-size:22px}.view-load-error p{color:var(--color-text-muted);line-height:1.55}.view-load-error-actions{display:flex;flex-wrap:wrap;gap:var(--space-3)}.app-shell{display:grid;grid-template-columns:var(--sidebar-width) minmax(0,1fr);height:100vh;min-height:100vh;overflow:hidden;background:var(--color-canvas)}.side-rail{position:sticky;top:0;display:flex;flex-direction:column;justify-content:space-between;height:100vh;padding:26px 18px;border-right:1px solid var(--color-border);background:var(--color-surface);color:var(--color-ink)}.side-rail>div:first-child{min-height:0;overflow-y:auto;scrollbar-gutter:stable}.brand-block{display:flex;align-items:center;justify-content:center;margin-bottom:36px;font-size:13px;font-weight:800;letter-spacing:.16em}.side-rail nav{display:grid;gap:8px}.nav-section,.nav-submenu,.nav-disabled-section{display:grid;gap:4px}.nav-parent,.side-rail nav button{display:flex;align-items:center;gap:12px;height:40px;padding:0 14px;border-radius:6px;text-align:left}.nav-parent{color:#292620;font-weight:800}.nav-parent .nav-label{flex:1}.nav-chevron{margin-left:auto;color:#8a867e;transition:transform .16s ease}.nav-parent[aria-expanded=false] .nav-chevron{transform:rotate(-90deg)}.nav-submenu[hidden]{display:none}.primary-action-button,.secondary-action-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:var(--control-height);padding:0 14px;border-radius:var(--radius-sm);font-weight:800}.primary-action-button{background:var(--color-brand-strong);color:var(--color-surface)}.secondary-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text)}.primary-action-button:disabled,.secondary-action-button:disabled,.secondary-button:disabled{cursor:default;opacity:.72}.secondary-action-button{border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);text-decoration:none}.icon-button{display:grid;flex:0 0 auto;width:36px;height:36px;place-items:center;border-radius:6px;background:#f5f3ee;color:#292620}.side-rail nav button{background:transparent;color:#606060}.nav-label,.rail-user-name{white-space:nowrap}.nav-submenu{margin-left:22px;padding-left:12px;border-left:1px solid #e6e1da}.nav-subitem{font-size:14px}.grouped-nav-section+.grouped-nav-section{margin-top:4px}.side-rail nav button:not(:disabled):hover,.side-rail nav button.active{background:#eef3f6;color:#141414}.side-rail nav button:disabled{color:#a4a19a;cursor:default}.side-rail nav button.nav-disabled{opacity:.62}.rail-footer{flex:0 0 auto;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;padding-top:16px;border-top:1px solid #e6e1da;color:#606060}.rail-footer button{display:grid;width:34px;height:34px;place-items:center;border-radius:6px;background:#f5f3ee;color:#292620}.rail-footer .rail-account-button{display:flex;width:auto;min-width:0;justify-content:flex-start;gap:10px;padding:0 8px;background:transparent}.rail-footer .rail-account-button:hover,.rail-footer .rail-account-button:focus-visible{background:#f5f3ee}.rail-footer .rail-account-button .rail-user-name{overflow:hidden;text-overflow:ellipsis}.rail-account-copy{display:grid;min-width:0;gap:1px;text-align:left}.rail-version{color:var(--color-text-muted);font-size:10px;font-weight:600;letter-spacing:.03em}.main-surface{height:100vh;min-width:0;overflow-y:auto;overscroll-behavior:contain;padding:var(--page-padding)}.topbar{display:flex;align-items:center;flex-wrap:wrap;justify-content:space-between;gap:14px 28px;margin-bottom:26px}.topbar-title{flex:0 0 auto;min-width:max-content}.topbar h1{margin:0;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:clamp(28px,3vw,44px);font-weight:500;line-height:1;white-space:nowrap}.period-toolbar{display:flex;align-items:center;flex:0 1 auto;flex-wrap:wrap;justify-content:flex-end;width:max-content;max-width:100%;min-width:min(100%,820px);gap:10px}.preset-group,.date-field,.month-field,.search-field{display:inline-flex;align-items:center;gap:8px;min-height:var(--control-height);border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface)}.preset-group{overflow:hidden}.preset-group button{height:40px;padding:0 14px;border-right:1px solid #e6e1da;background:transparent;color:#606060;font-size:13px;font-weight:700}.preset-group button:last-child{border-right:0}.date-field{width:158px;padding:0 12px;color:#606060}.month-field{width:176px;padding:0 12px}.month-field select{min-height:40px;cursor:pointer}.month-field select:disabled{color:#9a9892;cursor:default}.refresh-button{display:inline-flex;align-items:center;gap:9px;min-height:var(--control-height);padding:0 16px;border-radius:var(--radius-sm);background:var(--color-brand-strong);color:var(--color-surface);font-weight:800}.refresh-button:disabled{background:#9dbdc2;cursor:default;opacity:.72}.content-stack{display:grid;gap:18px}.reporting-sync-control{display:grid;justify-items:end;gap:4px}.reporting-sync-status{max-width:260px;color:var(--color-text-muted);font-size:11px;line-height:1.25;text-align:right}.reporting-sync-status-error{color:#a44736;font-weight:700}.content-stack[hidden]{display:none}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.metric-card,.panel{border:1px solid #e6e1da;border-radius:8px;background:#fff;box-shadow:0 14px 35px #1414140a}.metric-card{display:grid;gap:12px;padding:20px}.metric-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:6px;background:#eef3f6;color:#4f959e}.metric-card p,.metric-card span,td span{margin:0;color:#606060;font-size:13px}.metric-card strong{font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:34px;font-weight:400;line-height:1}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:18px}.panel{min-width:0;padding:20px}.panel-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;margin-bottom:16px}.panel-heading h2{margin:4px 0 0;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:28px;font-weight:400}.panel-heading span{color:#606060;font-size:13px;white-space:nowrap}.two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;min-width:560px}.table-panel>.table-wrap>table{min-width:0;table-layout:fixed}.table-panel>.table-wrap>table>thead>tr>th:first-child,.table-panel>.table-wrap>table>tbody>tr>td:first-child{width:36%}.table-panel>.table-wrap>table>thead>tr>th:nth-child(n+2),.table-panel>.table-wrap>table>tbody>tr>td:nth-child(n+2){width:16%}.table-panel>.table-wrap>table>tbody>tr{border-top:1px solid var(--color-border)}.table-panel>.table-wrap>table>tbody>tr.project-detail-row{border-top:0}.table-panel>.table-wrap>table>tbody>tr>td{border-top:0}.table-panel>.table-wrap>table>tbody>tr>td:first-child{display:table-cell}.table-panel .project-row-button>strong,.table-panel .project-row-button>span{display:block}.table-panel .project-row-button>span{margin-top:4px}th{padding:0 12px 10px;color:#757575;font-size:11px;letter-spacing:.08em;text-align:right;text-transform:uppercase}th:first-child{text-align:left}td{padding:14px 12px;border-top:1px solid var(--color-border);color:var(--color-text);font-size:14px;text-align:right;vertical-align:middle}td:first-child{display:grid;gap:4px;text-align:left}td strong{color:var(--color-ink)}.metric-stack{display:inline-grid;gap:3px;justify-items:end;line-height:1.1;font-variant-numeric:tabular-nums}.metric-stack strong{font-size:14px;font-weight:700}.metric-stack span{color:#6f6a62;font-size:12px}.project-row-button{display:grid;width:100%;gap:4px;padding:0;border:0;background:transparent;color:inherit;cursor:pointer;text-align:left}.clickable-row{cursor:pointer}.clickable-row:hover{background:#f8fbfb}.clickable-row:focus-visible{outline:2px solid rgba(79,149,158,.35);outline-offset:-2px}.clickable-row:hover .project-row-button strong,.clickable-row:focus-visible .project-row-button strong,.project-row-button:hover strong,.project-row-button:focus-visible strong{color:var(--color-brand-strong)}.project-row-button:focus-visible{outline:2px solid rgba(79,149,158,.35);outline-offset:4px;border-radius:4px}.project-detail-row td{padding:0 12px 18px;border-top:0;background:#fbfaf7;text-align:left}.project-detail-row td:first-child{display:table-cell}.drilldown-table-row.expanded td{background:#fbfaf7}.project-people-card{display:grid;gap:14px;padding:16px;border:1px solid #e6e1da;border-radius:8px;background:#fff;box-shadow:0 14px 35px #1414140a}.project-people-card-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.project-people-card-heading p{margin:0;color:var(--color-brand-strong);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.project-people-card-heading h3{margin:4px 0 0;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:24px;font-weight:400}.project-people-card-heading span{color:#606060;font-size:13px;white-space:nowrap}.project-people-table-wrap{overflow-x:auto}.project-people-table{width:100%;min-width:760px;table-layout:fixed}.project-people-table th,.project-people-table td{padding:12px 10px;font-variant-numeric:tabular-nums}.project-people-table th:first-child,.project-people-table td:first-child{display:table-cell;width:36%;text-align:left}.project-people-table th:nth-child(n+2),.project-people-table td:nth-child(n+2){width:16%;text-align:right}.project-people-table--aggregate{min-width:980px}.project-people-table--aggregate th:first-child,.project-people-table--aggregate td:first-child{width:28%}.project-people-table--aggregate th:nth-child(n+2),.project-people-table--aggregate td:nth-child(n+2){width:18%;text-align:right}.project-detail-row .project-people-table tbody tr:not(:last-child) td{border-bottom:1px solid rgba(230,225,218,.58)}.overview-detail-row .project-people-card{padding:14px}.overview-detail-row .project-people-card-heading{gap:12px}.overview-detail-row .project-people-table{min-width:720px}.overview-detail-row .project-people-table th,.overview-detail-row .project-people-table td{padding-right:6px;padding-left:6px;font-size:12px}.overview-detail-row .project-people-table th:first-child,.overview-detail-row .project-people-table td:first-child{width:36%}.overview-detail-row .project-people-table th:nth-child(n+2),.overview-detail-row .project-people-table td:nth-child(n+2){width:16%}.overview-detail-row .avatar-circle{width:28px;height:28px;font-size:10px}.overview-detail-row .identity-copy span,.overview-detail-row .project-breakdown-name span{font-size:12px}.project-breakdown-name{display:flex;flex-wrap:wrap;align-items:baseline;gap:2px 8px}.project-breakdown-name span{color:#606060;font-size:13px}.user-identity{display:flex;align-items:center;gap:10px;min-width:0}.avatar-circle{display:grid;flex:0 0 auto;width:34px;height:34px;place-items:center;overflow:hidden;border:1px solid #d5d5d8;border-radius:999px;background:#eef3f6;color:#4f959e;font-size:11px;font-weight:800;line-height:1}.avatar-circle img{width:100%;height:100%;object-fit:cover}.identity-copy{display:grid;min-width:0;gap:4px}.identity-copy strong,.identity-copy span{overflow:hidden;text-overflow:ellipsis}.detail-table{min-width:980px}.reporting-classification-table{min-width:1480px;table-layout:fixed;border-collapse:separate;border-spacing:0;overflow:hidden;border-radius:10px;background:#fff}.detail-table.reporting-classification-table{min-width:1640px}.reporting-classification-table th,.reporting-classification-table td{min-width:132px}.table-panel>.table-wrap>table.reporting-classification-table>thead>tr>th,.table-panel>.table-wrap>table.reporting-classification-table>tbody>tr>td,.project-people-table.reporting-classification-table th,.project-people-table.reporting-classification-table td{width:auto}.reporting-classification-table th:first-child,.reporting-classification-table td:first-child{min-width:230px}.reporting-classification-table .reporting-group-header th{padding-top:12px;padding-bottom:12px;border-bottom:0;color:#27373a;font-size:11px;text-align:center}.reporting-classification-table .reporting-group-header th.reporting-identity-header{text-align:left}.reporting-classification-table .reporting-subheader th{padding-top:10px;padding-bottom:10px;border-bottom:1px solid rgba(52,48,42,.08);text-align:center;white-space:nowrap}.reporting-header-label{display:inline-flex;align-items:center;justify-content:inherit;gap:5px;white-space:nowrap}.reporting-header-info{position:relative;display:inline-grid;width:14px;height:14px;padding:0;border:0;background:transparent;color:#4f7378;cursor:help;place-items:center}.reporting-header-info:hover,.reporting-header-info:focus-visible{color:#367781;outline:1px dotted #4f959e;outline-offset:2px}.reporting-header-tooltip{position:absolute;z-index:20;top:calc(100% + 8px);left:50%;display:block;width:max-content;max-width:270px;padding:9px 11px;border-radius:7px;background:#25363a;box-shadow:0 8px 24px #19232533;color:#fff;font-size:12px;font-weight:500;letter-spacing:normal;line-height:1.4;opacity:0;pointer-events:none;text-align:left;text-transform:none;transform:translate(-50%,-3px);transition:opacity .12s ease,transform .12s ease;white-space:normal}.reporting-header-info:hover .reporting-header-tooltip,.reporting-header-info:focus-visible .reporting-header-tooltip{opacity:1;transform:translate(-50%)}.reporting-classification-table th:first-child .reporting-header-tooltip{left:0;transform:translateY(-3px)}.reporting-classification-table th:first-child .reporting-header-info:hover .reporting-header-tooltip,.reporting-classification-table th:first-child .reporting-header-info:focus-visible .reporting-header-tooltip{transform:translate(0)}.reporting-classification-table th:last-child .reporting-header-tooltip{right:0;left:auto;transform:translateY(-3px)}.reporting-classification-table th:last-child .reporting-header-info:hover .reporting-header-tooltip,.reporting-classification-table th:last-child .reporting-header-info:focus-visible .reporting-header-tooltip{transform:translate(0)}.metric-stack .metric-percentage{margin-top:1px;color:#4f7378;font-size:10px;font-weight:700;letter-spacing:.02em}.metric-stack .metric-basis{margin-top:2px;color:#8a857d;font-size:9px;font-weight:600;letter-spacing:.02em;white-space:nowrap}.metric-stack .metric-basis--confirmed{color:#28766f}.metric-stack .metric-basis--mixed{color:#8a6428}.reporting-classification-table .reporting-group-header th[rowspan],.reporting-classification-table thead th.reporting-identity-header{background:#f7f7f6}.detail-table.reporting-classification-table:not(.reporting-classification-table--single-identity) tbody td:nth-child(-n+2),.project-people-table.reporting-classification-table:not(.reporting-classification-table--single-identity) tbody td:nth-child(-n+2),.reporting-classification-table--single-identity tbody td:first-child{background:#fff}.reporting-group--teamwork,.reporting-cell--teamwork{background:#edf5f5}.reporting-group--billable,.reporting-cell--billable{background:#faf6ee}.reporting-group--nonbillable,.reporting-cell--nonbillable{background:#f3f3f2}.reporting-classification-table .reporting-group-start{border-left:0}.reporting-classification-table tbody tr{transition:box-shadow .16s ease}.reporting-classification-table tbody tr+tr td{border-top-color:#34302a14}.reporting-classification-table tbody tr:hover{box-shadow:inset 3px 0 #4f959e}.detail-table.reporting-classification-table:not(.reporting-classification-table--single-identity) tbody tr:hover td:nth-child(-n+2),.project-people-table.reporting-classification-table:not(.reporting-classification-table--single-identity) tbody tr:hover td:nth-child(-n+2),.reporting-classification-table--single-identity tbody tr:hover td:first-child{background:#f8f9f9}.detail-table.reporting-classification-table .project-detail-row>td{padding-right:0;padding-left:0}.detail-table.reporting-classification-table .project-people-card{padding:0;border:0;border-radius:0;box-shadow:none}.reporting-classification-table tbody tr:hover .reporting-cell--teamwork{background:#e5f0f0}.reporting-classification-table tbody tr:hover .reporting-cell--billable{background:#f6efe2}.reporting-classification-table tbody tr:hover .reporting-cell--nonbillable{background:#ececea}.detail-table--aggregate{min-width:1120px}.full-panel{min-height:620px}.table-toolbar{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;flex-wrap:wrap;margin-bottom:14px}.table-toolbar-heading p{margin:0;color:var(--color-brand-strong);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.table-toolbar-heading h2{margin:4px 0 0;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:28px;font-weight:400}.reporting-table-toolbar{align-items:center;flex-wrap:nowrap;margin-bottom:18px}.reporting-table-toolbar .table-toolbar-heading h2{margin:0}.reporting-table-toolbar .toolbar-actions{flex:1 1 auto;min-width:0;flex-wrap:nowrap}.reporting-table-toolbar .search-field{flex:1 1 220px;width:auto;min-width:190px;max-width:260px}.reporting-table-toolbar .reporting-mode-toggle{flex:0 0 auto}.reporting-table-toolbar .reporting-mode-toggle button{min-width:112px}.search-field{width:260px;padding:0 12px}.toolbar-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.reporting-sort-select{flex:0 0 154px;min-width:154px;min-height:42px;padding:0 34px 0 12px;border:1px solid #e6e1da;border-radius:6px;background:#fff;color:#292620;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.reporting-sort-select:focus{outline:2px solid rgba(79,149,158,.24);outline-offset:2px}.reporting-mode-toggle{display:inline-flex;min-height:42px;overflow:hidden;border:1px solid #e6e1da;border-radius:6px;background:#fff}.reporting-mode-toggle button{min-width:126px;padding:0 12px;border:0;border-right:1px solid #e6e1da;background:transparent;color:#606060;cursor:pointer;font:inherit;font-size:13px;font-weight:700}.reporting-mode-toggle button:last-child{border-right:0}.reporting-mode-toggle button:hover,.reporting-mode-toggle button:focus-visible{color:#141414}.reporting-mode-toggle button[aria-pressed=true]{background:#edf5f6;color:#141414}.client-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:0}.docs-stat-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.client-stat-card{display:grid;gap:4px;min-height:86px;padding:14px 16px;border:1px solid #ebe6df;border-radius:6px;background:#fff}.client-stat-card span,.client-stat-card small{color:#606060;font-size:12px}.client-stat-card span{font-weight:700}.client-stat-card strong{color:#141414;font-size:28px;font-weight:600;line-height:1}.client-stat-card--danger{border-color:#e7b9ad;background:#fff8f6}.client-stat-card--danger span,.client-stat-card--danger small,.client-stat-card--danger strong{color:#a13d2d}.billing-placeholder{min-height:360px}.quote-builder-panel{display:grid;min-height:0;gap:10px;padding:14px 16px}.quote-controls{display:grid;grid-template-columns:minmax(280px,1.4fr) minmax(150px,.6fr) minmax(150px,.6fr) auto;align-items:end;gap:10px}.quote-controls label,.quote-client-field{display:grid;gap:6px;color:#606060;font-size:13px;font-weight:700}.quote-controls input,.quote-controls select{min-height:38px;width:100%;padding:0 12px;border:1px solid #e6e1da;border-radius:6px;background:#fff;color:#141414}.field-label{color:#606060;font-size:13px;font-weight:700}.client-picker{position:relative;display:flex;align-items:center;min-height:38px;border:1px solid #e6e1da;border-radius:6px;background:#fff;color:#77736d}.client-picker>svg{flex:0 0 16px;margin-left:12px}.client-picker input{min-height:36px;padding-left:9px;border:0;outline:0}.client-picker-menu{position:absolute;z-index:20;top:calc(100% + 6px);right:0;left:0;display:grid;max-height:292px;overflow-y:auto;border:1px solid #e6e1da;border-radius:6px;background:#fff;box-shadow:0 20px 50px #14141424}.client-picker-menu button{display:grid;gap:3px;padding:10px 12px;border:0;border-bottom:1px solid rgba(230,225,218,.72);background:transparent;color:#141414;text-align:left}.client-picker-menu button:last-of-type{border-bottom:0}.client-picker-menu button:hover,.client-picker-menu button:focus-visible,.client-picker-menu button[aria-selected=true]{background:#edf5f6}.client-picker-menu span,.client-picker-menu p{color:#77736d;font-size:12px}.client-picker-menu p{margin:0;padding:12px}.quote-stat-grid .client-stat-card{min-height:78px}.quote-preview-panel{display:grid;gap:18px}.quote-heading-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap}.quote-line-toolbar{display:flex;justify-content:flex-end;gap:10px;flex-wrap:wrap}.xero-connection-chip{display:inline-flex;min-height:32px;align-items:center;padding:0 10px;border:1px solid #e6e1da;border-radius:999px;background:#fbfaf7;color:#77736d;font-size:12px;font-weight:800}.xero-connection-chip.connected{border-color:#c9e4df;background:#f1fbf8;color:#2f6f67}.xero-connect-link{min-height:36px}.xero-document-type-field{display:grid;gap:4px;color:#76716b;font-size:11px;font-weight:800;text-transform:uppercase}.xero-document-type-field select{min-width:150px;min-height:36px;padding:0 34px 0 10px;border:1px solid #e6e1da;border-radius:6px;background:#fff;color:#141414;font:inherit;text-transform:none}.xero-document-type-field select:focus{border-color:#4f959e;outline:2px solid rgba(79,149,158,.14)}.quote-meta-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px;margin:0}.quote-meta-grid div{display:grid;gap:5px}.quote-meta-grid dt{color:#76716b;font-size:12px;font-weight:700;text-transform:uppercase}.quote-meta-grid dd{margin:0;color:#141414;font-size:14px;font-weight:600}.quote-meta-grid input{width:100%;min-height:36px;padding:0 10px;border:1px solid #e6e1da;border-radius:6px;background:#fff;color:#141414;font:inherit}.quote-meta-grid input:focus{border-color:#4f959e;outline:2px solid rgba(79,149,158,.14)}.quote-warning-list{display:grid;gap:8px}.quote-send-result{display:grid;gap:3px;padding:12px 14px;border:1px solid #c9e4df;border-radius:6px;background:#f1fbf8;color:#2f6f67}.quote-send-result strong,.quote-send-result span{font-size:13px;line-height:1.35}.quote-warning{display:grid;grid-template-columns:180px 1fr;align-items:center;gap:12px;min-height:40px;padding:10px 12px;border:1px solid #eee1d8;border-radius:6px;background:#fffaf7;color:#6b5448}.quote-warning strong,.quote-warning span{display:flex;align-items:center;min-height:20px}.quote-warning--danger{border-color:#e7b9ad;background:#fff8f6;color:#a13d2d}.quote-warning strong,.quote-warning span{font-size:13px;line-height:1.35}.quote-table-wrap{margin-top:2px;padding-bottom:72px}.quote-lines-table{min-width:1100px;table-layout:fixed}.quote-lines-table th:first-child,.quote-lines-table td:first-child{display:table-cell;width:14%;text-align:left}.quote-lines-table th:nth-child(2),.quote-lines-table td:nth-child(2){width:40%;text-align:left}.quote-lines-table th:nth-child(3),.quote-lines-table td:nth-child(3),.quote-lines-table th:nth-child(4),.quote-lines-table td:nth-child(4),.quote-lines-table th:nth-child(5),.quote-lines-table td:nth-child(5),.quote-lines-table th:nth-child(6),.quote-lines-table td:nth-child(6){width:10%}.quote-lines-table th:nth-child(7),.quote-lines-table td:nth-child(7){width:6%}.quote-lines-table--selecting th:nth-child(1),.quote-lines-table--selecting td:nth-child(1){width:4%;text-align:center}.quote-lines-table--selecting th:nth-child(2),.quote-lines-table--selecting td:nth-child(2){width:13%;text-align:left}.quote-lines-table--selecting th:nth-child(3),.quote-lines-table--selecting td:nth-child(3){width:40%;text-align:left}.quote-lines-table--selecting th:nth-child(4),.quote-lines-table--selecting td:nth-child(4),.quote-lines-table--selecting th:nth-child(5),.quote-lines-table--selecting td:nth-child(5),.quote-lines-table--selecting th:nth-child(6),.quote-lines-table--selecting td:nth-child(6),.quote-lines-table--selecting th:nth-child(7),.quote-lines-table--selecting td:nth-child(7){width:9.5%}.quote-lines-table--selecting th:nth-child(8),.quote-lines-table--selecting td:nth-child(8){width:5%}.quote-lines-table tbody tr>td{border-top:1px solid #e6e1da}.quote-lines-table .quote-task-list-row>td{width:auto;padding:0;border-top:1px solid #d9e3e4;background:#f2f7f7}.quote-task-list-toggle{display:flex;width:100%;min-height:38px;align-items:center;gap:8px;padding:8px 14px;border:0;background:transparent;color:#315e63;text-align:left}.quote-task-list-toggle[aria-expanded=false] .nav-chevron{transform:rotate(-90deg)}.quote-task-list-toggle .nav-chevron{flex:0 0 16px;margin-left:0}.quote-task-list-toggle span{color:#738183;font-size:11px;font-weight:700}.quote-task-cell{padding-top:0;padding-bottom:0}.quote-task-cell-layout{display:flex;min-height:52px;align-items:stretch}.quote-task-main{display:grid;width:100%;min-width:0;align-content:center}.quote-task-expand{display:inline-flex;width:26px;flex:0 0 26px;align-items:center;justify-content:flex-start;padding:0;border:0;background:transparent;color:#77736d}.quote-task-expand[aria-expanded=false] .nav-chevron{transform:rotate(-90deg)}.quote-task-toggle{display:flex;width:100%;min-height:52px;align-items:center;gap:9px;padding:0;border:0;background:transparent;color:#141414;text-align:left}.quote-task-toggle[aria-expanded=false] .nav-chevron{transform:rotate(-90deg)}.quote-task-toggle .nav-chevron{flex:0 0 16px;margin-left:0}.quote-task-toggle>span{display:grid;gap:3px;width:100%;min-width:0}.quote-task-toggle small,.muted-text{color:#77736d;font-size:12px}.quote-comment-cell{color:#77736d}.quote-task-row--annual-covered .quote-comment-cell{color:#2f7780;font-weight:700}.annual-coverage-badge{display:inline-flex;min-height:24px;align-items:center;padding:0 9px;border:1px solid #c7e0e3;border-radius:999px;background:#eef8f9;color:#2f7780;font-size:12px;font-weight:800}.annual-coverage-badge--overflow{border-color:#ead3ad;background:#fff4df;color:#7a5423}.annual-summary-stack{display:grid;gap:8px}.annual-coverage-summary{display:grid;grid-template-columns:minmax(180px,.22fr) minmax(0,1fr);gap:16px;align-items:stretch;margin:0;padding:14px;border:1px solid #d8e8e9;border-radius:8px;background:#f8fcfc}.annual-coverage-summary--invoiced{border-color:#eadcc8;background:#fffaf4}.annual-coverage-summary-main{display:grid;gap:3px;align-content:center;padding-right:16px;border-right:1px solid #d8e8e9}.annual-coverage-summary-main span,.annual-coverage-summary-main small{color:#5d6f71;font-size:12px}.annual-coverage-summary-main small b{color:inherit;font-weight:900}.annual-coverage-summary-main strong{color:#163f45;font-size:28px;line-height:1.1}.annual-coverage-summary--invoiced .annual-coverage-summary-main{border-right-color:#eadcc8}.annual-coverage-summary--invoiced .annual-coverage-summary-main strong,.annual-coverage-summary--invoiced .annual-coverage-summary-service strong,.annual-coverage-summary--invoiced .annual-coverage-summary-metric strong{color:#4b3927}.annual-coverage-summary--invoiced .annual-coverage-summary-metric--current{border-color:#ead3ad;background:#fff4df}.annual-coverage-summary-list{display:grid;gap:10px;min-width:0}.annual-coverage-summary-item{display:grid;grid-template-columns:minmax(240px,.38fr) minmax(0,1fr);gap:14px;align-items:stretch}.annual-coverage-summary-service{display:grid;gap:4px;align-content:center;min-width:0}.annual-coverage-summary-service strong{color:#163f45;font-size:13px;line-height:1.25}.annual-coverage-summary-service span{color:#4f6769;font-size:15px;font-weight:700;line-height:1.2}.annual-coverage-summary-metrics{display:grid;grid-template-columns:repeat(3,minmax(110px,1fr));gap:8px;min-width:0}.annual-coverage-summary-metrics--single{grid-template-columns:minmax(110px,1fr)}.annual-coverage-summary-metric{display:grid;gap:4px;align-content:center;min-height:54px;padding:8px 10px;border:1px solid #e4eeee;border-radius:6px;background:#fff}.annual-coverage-summary-metric--current{border-color:#c7e0e3;background:#eef8f9}.annual-coverage-summary-metric small{color:#5d6f71;font-size:11px;font-weight:700;text-transform:uppercase}.annual-coverage-summary-metric strong{color:#163f45;font-size:16px;line-height:1.15}.quote-discount-input{width:72px;min-height:32px;padding:0 8px;border:1px solid transparent;border-radius:6px;background:transparent;color:#292620;text-align:right}.quote-discount-input:focus{border-color:#4f959e;background:#fff;outline:2px solid rgba(79,149,158,.14)}.quote-discount-input:disabled{color:#77736d}.quote-entry-header-row>td,.quote-entry-row>td{border-top:1px solid rgba(230,225,218,.72);background:#fbfaf7}.quote-entry-header-row>td{padding-top:10px;padding-bottom:9px;color:#77736d;font-size:11px;font-weight:800;letter-spacing:0;text-transform:uppercase}.quote-entry-row>td{padding-top:10px;padding-bottom:10px;font-size:13px}.quote-entry-header-row>td:first-child,.quote-entry-row>td:first-child{display:table-cell}.quote-entry-header-row>td:nth-child(3),.quote-entry-row>td:nth-child(3),.quote-entry-header-row>td:nth-child(4),.quote-entry-row>td:nth-child(4){text-align:right}.quote-action-header,.quote-action-cell{text-align:right}.quote-action-cell{position:relative;padding-right:8px}.quote-action-menu{position:relative;display:inline-flex;justify-content:flex-end}.quote-action-menu-button{display:inline-flex;width:30px;height:30px;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;background:transparent;color:#77736d}.quote-action-menu-button:hover,.quote-action-menu-button:focus-visible,.quote-action-menu-button[aria-expanded=true]{border-color:#d8e8e9;background:#f6fbfb;color:#2f7780;outline:0}.quote-action-menu-button:disabled{color:#b8b2aa}.quote-action-menu-popover{position:absolute;top:calc(100% + 5px);right:0;z-index:12;min-width:154px;padding:5px;border:1px solid #e6e1da;border-radius:7px;background:#fff;box-shadow:0 14px 36px #14141424}.quote-action-menu-popover button{display:flex;width:100%;min-height:32px;align-items:center;padding:0 10px;border:0;border-radius:5px;background:transparent;color:#292620;font-size:12px;font-weight:700;text-align:left}.quote-action-menu-popover button:hover,.quote-action-menu-popover button:focus-visible{background:#f7f6f3;outline:0}.quote-action-menu-popover button:disabled{color:#aaa39b}.quote-entry-comment-header,.quote-entry-comment-cell{color:#77736d}.quote-entry-comment-cell{min-height:38px}.quote-entry-comment-action{display:inline-flex;align-items:center;gap:8px;min-height:28px}.quote-entry-billable-button{display:inline-flex;width:28px;height:28px;align-items:center;justify-content:center;border:1px solid #e6e1da;border-radius:999px;background:#fff;color:#4f959e}.quote-entry-billable-button:hover,.quote-entry-billable-button:focus-visible{border-color:#4f959e;background:#eef8f9;outline:0}.quote-entry-billable-button:disabled{color:#aaa39b;cursor:progress}.quote-entry-labels,.quote-entry-fields{display:grid;grid-template-columns:minmax(96px,30%) minmax(0,1fr);gap:18px;align-items:center;padding-left:25px}.quote-entry-fields strong{font-size:13px;line-height:1.35}.quote-entry-fields span{color:#5f5a54}.quote-entry-row--empty>td{padding-top:14px;padding-bottom:14px}.annual-invoices-panel{display:grid;gap:14px}.annual-toolbar{display:flex;align-items:center;gap:10px}.year-tabs{display:inline-flex;overflow:hidden;border:1px solid #e6e1da;border-radius:6px;background:#fff}.year-tabs button{min-width:82px;min-height:38px;padding:0 14px;border:0;border-right:1px solid #e6e1da;background:transparent;color:#5f5a54;font-weight:700}.year-tabs button:last-child{border-right:0}.year-tabs button[aria-pressed=true]{background:#edf5f6;color:#141414}.autosave-notice{display:inline-flex;min-height:28px;align-items:center;padding:0 10px;border-radius:999px;background:#eef8f2;color:#2d6b47;font-size:12px;font-weight:800;white-space:nowrap}.autosave-notice.saving{background:#edf5f6;color:#2f7780}.autosave-notice.error{background:#fff0e8;color:#9a4c24}.annual-invoices-wrap{max-height:calc(100vh - 330px);overflow:auto}.annual-invoices-table{min-width:1480px;table-layout:fixed}.annual-invoices-table th:first-child,.annual-invoices-table td:first-child{position:sticky;left:0;z-index:3;display:table-cell;width:230px;background:#fff;text-align:left}.annual-invoices-table thead th{position:sticky;top:0;z-index:2;background:#fff;box-shadow:inset 0 -1px #e6e1da}.annual-invoices-table thead th:first-child{z-index:4}.annual-invoices-table th:not(:first-child),.annual-invoices-table td:not(:first-child){width:200px;text-align:left}.annual-invoices-table th span,.annual-invoices-table th small{display:block}.annual-invoices-table th small{margin-top:3px;color:#8a847c;font-size:11px;font-weight:700;text-transform:none}.annual-invoices-table tbody td{border-top:1px solid #e6e1da}.annual-invoices-table tbody tr:hover td{background:#fbfaf7}.annual-hours-cell{position:relative;display:grid;grid-template-columns:1fr 1fr;align-items:end;gap:8px}.annual-hours-cell label{display:grid;gap:4px;color:#77736d;font-size:11px;font-weight:700}.annual-hours-cell input{min-height:34px;width:100%;padding:0 8px;border:1px solid #e6e1da;border-radius:6px;background:#fff;color:#141414}.annual-hours-cell input:focus{border-color:#4f959e;outline:2px solid rgba(79,149,158,.14)}.annual-period-cell,.annual-period-record{display:grid;gap:6px}.annual-period-record p{margin:0;color:#627276;font-size:11px;line-height:1.35}.billing-clients-table{min-width:980px;table-layout:fixed}.billing-clients-table th:first-child,.billing-clients-table td:first-child{display:table-cell;width:34%;text-align:left}.billing-clients-table th:nth-child(2),.billing-clients-table td:nth-child(2){width:22%}.billing-clients-table th:nth-child(3),.billing-clients-table td:nth-child(3){width:16%}.billing-clients-table th:nth-child(4),.billing-clients-table td:nth-child(4),.billing-clients-table th:nth-child(5),.billing-clients-table td:nth-child(5),.billing-clients-table th:nth-child(6),.billing-clients-table td:nth-child(6){width:9.33%}.quotes-panel{min-height:420px}.operations-summary-panel,.operations-incidents-panel,.operations-runs-panel{display:grid;gap:16px;min-width:0}.operations-incidents-panel .table-scroll,.operations-runs-panel .table-scroll{max-width:100%;min-width:0;overflow-x:auto;width:100%}.operations-incidents-panel .quotes-table,.operations-runs-panel .quotes-table{min-width:980px;width:100%}.operations-heading{align-items:flex-start;display:flex;gap:24px;justify-content:space-between}.operations-actions{display:flex;flex-wrap:wrap;gap:10px}.operations-actions button{align-items:center;display:inline-flex;gap:8px}.operations-intro{max-width:680px;margin:6px 0 0;color:#66615a;font-size:13px;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.operations-card-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.operations-card{background:#fcfbf9;border:1px solid var(--line);border-radius:12px;display:grid;gap:14px;min-width:0;padding:18px}.operations-card p,.operations-card strong{margin:0}.operations-card-title{align-items:center;display:flex;font-weight:700;gap:8px;justify-content:space-between}.operations-card-details{display:grid;gap:10px;margin:0}.operations-card-details div{display:grid;grid-template-columns:92px minmax(0,1fr);gap:10px;align-items:baseline}.operations-card-details dt{color:#77716a;font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase}.operations-card-details dd{margin:0;color:#2f2c29;font-size:13px;font-weight:600;overflow-wrap:anywhere}.operations-card-message{padding-top:10px;border-top:1px solid var(--line);color:#8b3f32;font-size:12px}.operations-empty-state{display:flex;gap:10px;align-items:baseline;padding:16px 18px;border:1px solid #cfe4d8;border-radius:10px;background:#f3faf6;color:#315f48}.operations-empty-state span{color:#5f7167;font-size:13px}.operations-table th,.operations-table td{padding-right:14px;padding-left:14px;overflow-wrap:anywhere;text-align:left}.operations-table th:first-child,.operations-table td:first-child{width:20%}.operations-table th:nth-child(2),.operations-table td:nth-child(2){width:13%;text-align:left}.operations-table th:nth-child(3),.operations-table td:nth-child(3){width:22%;text-align:left}.operations-table th:nth-child(4),.operations-table td:nth-child(4),.operations-table th:nth-child(5),.operations-table td:nth-child(5){width:17%;text-align:left}.operations-table th:nth-child(6),.operations-table td:nth-child(6){width:11%;text-align:left}.operations-runs-table th:nth-child(1),.operations-runs-table td:nth-child(1){width:20%}.operations-runs-table th:nth-child(2),.operations-runs-table td:nth-child(2){width:12%}.operations-runs-table th:nth-child(3),.operations-runs-table td:nth-child(3){width:13%}.operations-runs-table th:nth-child(4),.operations-runs-table td:nth-child(4),.operations-runs-table th:nth-child(5),.operations-runs-table td:nth-child(5){width:18%}.operations-runs-table th:nth-child(6),.operations-runs-table td:nth-child(6){width:19%}@media(max-width:1100px){.operations-heading{flex-wrap:wrap}.operations-actions{width:100%}.operations-card-grid{grid-template-columns:1fr}}.warning-banner,.success-banner{border-radius:8px;padding:12px 14px}.warning-banner{background:#fff6df;border:1px solid #e9c779;color:#765612}.draft-version-conflict{align-items:center;background:#fff1ee;border:1px solid #e5a79d;border-radius:8px;color:#8f352a;display:flex;gap:16px;justify-content:space-between;padding:12px 14px}.draft-version-conflict button{flex:0 0 auto}.success-banner{background:#e9f7f1;border:1px solid #a8d8c3;color:#245f4d}.draft-save-state{color:#66706d;font-size:12px;font-weight:800}.draft-save-state--saving{color:#2f7780}.draft-save-state--error{color:#a33f32}.draft-ledger-panel{min-height:0}.documents-tabs{display:flex;gap:6px;padding:5px;border:1px solid #e3dfd8;border-radius:10px;background:#ebe8e2;width:fit-content;max-width:100%;overflow-x:auto}.documents-tabs button{display:inline-flex;align-items:center;gap:8px;min-height:40px;padding:0 14px;border:0;border-radius:7px;background:transparent;color:#66615a;cursor:pointer;font:inherit;font-size:13px;font-weight:800;white-space:nowrap}.documents-tabs button:hover,.documents-tabs button:focus-visible{color:#141414}.documents-tabs button.active{background:#fff;color:#2f7780;box-shadow:0 1px 3px #1c19151f}.documents-tab-count{display:inline-grid;min-width:22px;height:22px;padding:0 6px;place-items:center;border-radius:999px;background:#4f959e1f;color:inherit;font-size:11px}.documents-pagination{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 4px 0;color:#716c65;font-size:12px;font-weight:700}.documents-pagination>div,.draft-ledger-actions{display:flex;align-items:center;gap:8px}.draft-ledger-actions{flex-wrap:wrap}.draft-count,.draft-document-type{color:#77736d;font-size:12px}.draft-document-type{display:block;margin-top:4px}.quotes-table.draft-ledger-table{min-width:1040px;table-layout:fixed}.quotes-table.draft-ledger-table th:nth-child(1),.quotes-table.draft-ledger-table td:nth-child(1){width:16%;text-align:left}.quotes-table.draft-ledger-table th:nth-child(2),.quotes-table.draft-ledger-table td:nth-child(2){width:12%;text-align:left}.quotes-table.draft-ledger-table th:nth-child(3),.quotes-table.draft-ledger-table td:nth-child(3){width:15%;text-align:left}.quotes-table.draft-ledger-table th:nth-child(4),.quotes-table.draft-ledger-table td:nth-child(4){width:10%;text-align:left}.quotes-table.draft-ledger-table th:nth-child(5),.quotes-table.draft-ledger-table td:nth-child(5){width:8%;text-align:left}.quotes-table.draft-ledger-table th:nth-child(6),.quotes-table.draft-ledger-table td:nth-child(6){width:14%;text-align:left}.quotes-table.draft-ledger-table th:nth-child(7),.quotes-table.draft-ledger-table td:nth-child(7){width:13%;text-align:left}.quotes-table.draft-ledger-table th:nth-child(8),.quotes-table.draft-ledger-table td:nth-child(8){width:12%;text-align:left}.draft-created-at time,.draft-last-editor time{color:#77736d;font-size:12px}.draft-last-editor{display:flex;flex-direction:column;gap:4px}.draft-editing-pill{gap:5px;background:#fff4df;color:#805719}.status-pill.neutral{background:#f0efec;color:#68635d}.danger-text-button,.danger-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:6px;cursor:pointer;font:inherit;font-weight:800}.danger-text-button{background:transparent;color:var(--color-danger)}.danger-text-button:hover,.danger-text-button:focus-visible{background:var(--color-danger-soft)}.danger-button{min-height:var(--control-height);padding:0 14px;border-radius:var(--radius-md);background:var(--color-danger);color:var(--color-surface)}.danger-button:hover,.danger-button:focus-visible{background:var(--color-danger-strong);box-shadow:0 0 0 3px #a13d2d24;outline:0}.danger-button:disabled,.danger-text-button:disabled{cursor:default;opacity:.65}.delete-draft-dialog{display:flex;flex-direction:column;width:min(540px,calc(100vw - 32px));max-width:none;overflow:hidden;border-radius:10px}.delete-draft-dialog .settings-modal-header{align-items:center;padding:22px 28px 20px}.delete-draft-dialog .settings-modal-header h2{margin:4px 0 3px;font-size:28px;line-height:1.1}.delete-draft-dialog .settings-modal-header span{display:block;color:#6d706e;font-size:14px;font-weight:600}.delete-draft-copy{display:grid;gap:14px;padding:24px 28px;color:#56514b;line-height:1.5}.delete-draft-copy p{margin:0}.delete-draft-warning{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid #efd2cb;border-radius:10px;background:#fff5f2}.delete-draft-warning>span{display:inline-grid;flex:0 0 36px;width:36px;height:36px;place-items:center;border-radius:var(--radius-pill);background:#f7dfda;color:#a13d2d}.delete-draft-warning>div{display:grid;gap:4px}.delete-draft-warning strong{color:#6e291f;font-size:14px}.delete-draft-warning p{color:#725951;font-size:13px}.delete-draft-preserved{padding:12px 14px;border:1px solid #e5e3df;border-radius:8px;background:#f8f8f7;color:#5f625f;font-size:13px}.delete-draft-actions{padding:16px 28px;border-top:1px solid #e6e1da;background:#fff}.compact-button{min-height:30px;padding:0 10px}.docs-filter-group{display:flex;align-items:flex-end;justify-content:flex-end;gap:10px;flex-wrap:wrap}.docs-filter-group label{display:grid;gap:5px;min-width:180px}.docs-filter-group span{color:#76716b;font-size:11px;font-weight:800;text-transform:uppercase}.docs-filter-group select{min-height:36px;padding:0 34px 0 10px;border:1px solid #e6e1da;border-radius:6px;background:#fff;color:#141414;font:inherit}.docs-filter-group select:focus{border-color:#4f959e;outline:2px solid rgba(79,149,158,.14)}.quotes-table{min-width:1180px;table-layout:fixed}.quotes-table th:first-child,.quotes-table td:first-child{display:table-cell;width:17%;text-align:left}.quotes-table th:nth-child(2),.quotes-table td:nth-child(2){width:22%;text-align:left}.quotes-table th:nth-child(3),.quotes-table td:nth-child(3),.quotes-table th:nth-child(4),.quotes-table td:nth-child(4),.quotes-table th:nth-child(5),.quotes-table td:nth-child(5),.quotes-table th:nth-child(6),.quotes-table td:nth-child(6){width:11%;text-align:right}.quotes-table th:nth-child(7),.quotes-table td:nth-child(7){width:9%;text-align:right}.quotes-table th:nth-child(8),.quotes-table td:nth-child(8){width:8%;text-align:right}.quotes-table.docs-ledger-table th,.quotes-table.docs-ledger-table td,.quotes-table.draft-ledger-table th,.quotes-table.draft-ledger-table td{text-align:left}.quote-ledger-primary{display:grid;gap:4px;min-width:0}.quote-ledger-primary strong,.quote-ledger-primary span{overflow:hidden;text-overflow:ellipsis}.quote-ledger-primary span{color:#77736d;font-size:12px}.quote-document-link{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:fit-content;border:0;background:transparent;color:#141414;cursor:pointer;font:inherit;font-weight:800;padding:0;text-align:left}.quote-document-link:hover,.quote-document-link:focus-visible{color:var(--color-brand-strong);outline:none;text-decoration:underline}.settings-modal.document-detail-modal{width:min(1500px,calc(100vw - 24px));max-width:calc(100vw - 24px);max-height:min(940px,calc(100vh - 24px));overflow:auto}.settings-modal.audit-event-modal{width:min(920px,calc(100vw - 24px));max-width:calc(100vw - 24px)}.audit-log-panel{min-height:520px}.audit-log-panel .table-toolbar{display:grid;grid-template-columns:1fr;gap:16px;align-items:stretch}.audit-log-panel .table-toolbar-heading{display:grid;gap:4px;align-items:start}.audit-log-panel .table-toolbar-heading h2{margin:0;font-size:26px}.audit-log-panel .docs-filter-group{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr)) auto;gap:10px;align-items:end;justify-content:stretch;width:100%}.audit-log-panel .docs-filter-group label{min-width:0}.audit-log-panel .docs-filter-group .secondary-button{min-height:36px;align-self:end;white-space:nowrap}.audit-log-table{min-width:1240px;table-layout:fixed}.audit-log-table th,.audit-log-table td{padding-right:14px;padding-left:14px;text-align:left}.audit-log-table td{overflow-wrap:anywhere;vertical-align:middle}.audit-log-table th:first-child,.audit-log-table td:first-child{width:15%}.audit-log-table th:nth-child(2),.audit-log-table td:nth-child(2){width:21%}.audit-log-table th:nth-child(3),.audit-log-table td:nth-child(3){width:16%}.audit-log-table th:nth-child(4),.audit-log-table td:nth-child(4){width:10%;text-align:center}.audit-log-table th:nth-child(5),.audit-log-table td:nth-child(5){width:16%;text-align:left}.audit-log-table th:nth-child(6),.audit-log-table td:nth-child(6){width:22%;text-align:left}.audit-time-cell{white-space:nowrap}.audit-user-cell,.audit-action-cell,.audit-summary-cell{line-height:1.4}.audit-user-cell{color:#4f4b46;font-size:13px}.audit-action-cell{font-weight:600}.audit-summary-cell{color:#3f3c38}.audit-row--danger td{background:#fff8f6}.audit-entity-cell{display:grid;gap:4px;align-items:center;line-height:1.4;overflow-wrap:anywhere}.inline-link-button{width:fit-content;padding:0;border:0;background:transparent;color:#2f7780;font:inherit;font-size:12px;font-weight:800;text-align:left}.inline-link-button:hover,.inline-link-button:focus-visible{color:#245f66;outline:none;text-decoration:underline}.audit-status-pill{display:inline-flex;align-items:center;justify-content:center;min-height:26px;min-width:86px;padding:0 10px;border-radius:999px;font-size:12px;font-weight:800}.audit-status-pill--neutral{background:#f4f1ed;color:#5f5a52}.audit-status-pill--success{background:var(--color-success-soft);color:var(--color-success)}.audit-status-pill--danger{background:#fff0e8;color:#9a4c24}.audit-event-meta,.audit-open-document-button{margin:0 24px 16px}.json-preview-title{margin:0 24px 10px;color:#5f5a52;font-size:12px;font-weight:800;letter-spacing:0;text-transform:uppercase}.json-preview{margin:0 24px 24px;padding:16px;overflow:auto;max-height:420px;border:1px solid #e6e1da;border-radius:8px;background:#faf9f6;color:#242424;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;line-height:1.55;white-space:pre-wrap}.document-detail-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:18px 22px 0}.document-detail-actions{display:flex;justify-content:flex-end;padding:14px 22px 0}.document-lines-section{margin:18px 22px 0;border:1px solid #e6e1da;border-radius:6px;background:#fff;overflow:hidden}.document-section-heading{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;border-bottom:1px solid #eee9e2}.document-section-heading h3{margin:0;color:#5f5a54;font-size:12px;font-weight:800;text-transform:uppercase}.document-section-heading span{color:#77736d;font-size:12px}.document-lines-wrap{margin-top:0;padding-bottom:0}.document-lines-wrap .quote-lines-table{min-width:1160px}.document-technical-details{margin:18px 22px 0}.document-technical-details>summary{display:inline-flex;min-height:34px;align-items:center;color:#5f5a54;cursor:pointer;font-size:12px;font-weight:800;text-transform:uppercase}.document-technical-details .document-payload-grid{padding:10px 0 0}.document-payload-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px 22px 0}.document-payload-grid section,.document-log-list{border:1px solid #e6e1da;border-radius:6px;background:#fff}.document-payload-grid h3,.document-log-list h3{margin:0;padding:12px 14px;border-bottom:1px solid #eee9e2;color:#5f5a54;font-size:12px;font-weight:800;text-transform:uppercase}.document-payload-grid pre{max-height:360px;margin:0;overflow:auto;padding:14px;color:#23211f;font:12px/1.55 Consolas,Liberation Mono,monospace;white-space:pre-wrap;word-break:break-word}.document-log-list{display:grid;gap:0;margin:18px 22px 22px}.document-log-list article,.document-log-list>p{margin:0;padding:12px 14px;border-top:1px solid #eee9e2}.document-log-list h3+article,.document-log-list h3+p{border-top:0}.document-log-list article{display:grid;gap:4px}.document-log-list article span,.document-log-list article p{color:#77736d;font-size:12px}.inline-loading{min-height:120px}.billing-client-row--inactive td{background:#fbfaf7;color:#77736d}.billing-client-row--inactive .project-row-button strong{color:#68645e}.billing-client-row--excluded td{background:#fffaf7}.muted-panel{border-color:#e5e0d7;background:#fbfaf7}.excluded-panel{border-color:#e8ddd5}.collapsible-panel{min-height:0;padding:16px 18px}.collapsible-panel.is-open{padding:20px}.collapsible-panel .table-wrap{margin-top:14px}.collapsible-panel-heading{display:flex;width:100%;align-items:center;justify-content:space-between;gap:16px;padding:0;border:0;background:transparent;color:inherit;text-align:left}.collapsible-panel-heading span{display:flex;align-items:center;gap:3px}.collapsible-panel-heading h2{margin:0;color:#141414;font-size:22px;font-weight:600}.collapsible-panel-heading strong{color:#77736d;font-size:13px;font-weight:700;white-space:nowrap}.collapsible-panel-count{margin-left:auto;color:#77736d}.collapsible-panel-count .nav-chevron{margin-left:0}.collapsible-panel-heading[aria-expanded=false] .nav-chevron{transform:rotate(-90deg)}.status-pill{display:inline-flex;align-items:center;justify-content:center;min-width:74px;min-height:28px;padding:0 10px;border-radius:var(--radius-pill);font-size:12px;font-weight:800}.status-pill.active{background:var(--color-success-soft);color:var(--color-success)}.status-pill.inactive{background:#f4f1ed;color:#757575}.status-pill.excluded{background:#fff0e8;color:#9a4c24}.status-pill.quote-status-pill{min-width:88px}.status-pill.paid,.status-pill.mock_paid{background:var(--color-success-soft);color:var(--color-success)}.status-pill.open,.status-pill.mock_open,.status-pill.prepared{background:var(--color-brand-soft);color:#2f7780}.draft-ledger-panel>.table-wrap:focus-visible,.quotes-panel>.table-wrap:focus-visible{outline:2px solid rgba(79,149,158,.35);outline-offset:2px}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;display:grid;place-items:center;padding:24px;background:#14141461}.teamwork-sync-backdrop{z-index:70;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.teamwork-sync-modal{width:min(520px,100%);overflow:hidden;border:1px solid #dfe7e5;border-radius:14px;background:#fff;box-shadow:0 24px 70px #17282a3d}.teamwork-sync-modal-header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:24px 26px 18px}.teamwork-sync-modal-header h2{margin:3px 0 0;font-size:25px}.teamwork-sync-modal-icon{display:grid;width:48px;height:48px;place-items:center;border-radius:50%;background:#e9f4f4;color:#367f88}.teamwork-sync-modal-icon.success{background:#edf8f1;color:#367650}.teamwork-sync-modal-icon.error{background:#fff0ec;color:#ad4735}.teamwork-sync-modal-icon.warning{background:var(--color-warning-soft);color:var(--color-warning)}.teamwork-sync-modal-body{padding:0 26px 25px;color:#55534e;line-height:1.55}.teamwork-sync-modal-body p{margin:0}.teamwork-sync-status-warning{color:var(--color-warning)}.teamwork-sync-progress{height:8px;margin:22px 0 10px;overflow:hidden;border-radius:999px;background:#e7eeee}.teamwork-sync-progress span{display:block;width:38%;height:100%;border-radius:inherit;background:#4f959e;animation:teamwork-sync-progress 1.7s ease-in-out infinite}.teamwork-sync-details{display:flex;justify-content:space-between;color:#32747c;font-size:13px;font-weight:750}.teamwork-sync-note{margin-top:18px!important;padding:12px 14px;border-radius:8px;background:#f6f8f7;color:#706e68;font-size:13px}.teamwork-sync-modal-actions{display:flex;justify-content:flex-end;gap:10px;padding:16px 26px;border-top:1px solid #ebe8e2;background:#fbfaf8}@keyframes teamwork-sync-progress{0%{transform:translate(-110%)}to{transform:translate(275%)}}.quote-inline-cell{display:inline-flex;width:100%;min-height:36px;align-items:center;padding:5px 7px;border:1px solid transparent;border-radius:6px;background:transparent;color:inherit;font:inherit;text-align:left}.quote-inline-cell:not(:disabled):hover,.quote-inline-cell:not(:disabled):focus-visible{border-color:#c7e0e3;background:#f5fbfb;outline:none}.quote-inline-cell--right{justify-content:flex-end;text-align:right}.quote-inline-cell:disabled{color:inherit;cursor:default}.quote-inline-task-label,.quote-inline-value-stack{display:grid;gap:3px;width:100%;min-width:0}.quote-inline-task-label small,.quote-inline-value-stack small{color:#77736d;font-size:11px;font-weight:500}.quote-inline-task-label strong{display:inline-flex;min-width:0;align-items:center;gap:7px}.quote-task-entry-count{display:inline-flex;flex:0 0 auto;min-width:20px;height:20px;box-sizing:border-box;align-items:center;justify-content:center;padding:1px 5px 0;border:1px solid #dedcd8;border-radius:999px;background:#f3f3f1;color:#77736d;font-size:10px;font-weight:700;line-height:1;text-align:center}.quote-task-name-text{min-width:0;overflow-wrap:anywhere}.quote-task-main>.quote-inline-cell{min-height:30px;padding-bottom:2px}.quote-task-meta{display:flex;min-width:0;align-items:center;gap:6px;padding:0 7px 5px}.quote-task-meta .item-code-picker{flex:0 0 auto;margin:0}.quote-task-meta-separator{flex:0 0 auto;color:#a09b93;font-size:11px}.quote-task-meta .quote-task-original-name{min-width:0;overflow:hidden;color:#4f8f98;font-size:11px;font-weight:500;line-height:1.35;text-overflow:ellipsis;white-space:nowrap}.task-name-review-backdrop{z-index:80;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.task-name-review-modal{display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;width:min(1220px,100%);max-height:calc(100vh - 48px);overflow:hidden;border:1px solid #dbe5e4;border-radius:16px;background:#fff;box-shadow:0 28px 80px #17282a3d}.task-name-review-header,.task-name-review-footer{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:18px 24px}.task-name-review-header{border-bottom:1px solid #e8e4de}.task-name-review-header h2{margin:5px 0 3px;font-size:26px}.task-name-review-header p{margin:0;color:#6f6a63}.task-name-review-header .eyebrow{display:inline-flex;align-items:center;gap:6px}.task-name-review-kicker,.task-name-review-header-actions{display:flex;align-items:center;gap:10px}.task-name-review-count,.task-name-review-model{padding:3px 7px;border-radius:999px;background:#f2f4f2;color:#68706d;font-size:12px}.task-name-review-model{font-size:11px}.task-name-review-info{position:relative;display:inline-flex}.task-name-review-info-button{display:inline-grid;width:30px;height:30px;place-items:center;border:0;background:transparent;color:#52747a;cursor:help}.task-name-review-info-button:focus-visible{border-radius:4px;outline:2px solid #4f959e;outline-offset:2px}.task-name-review-info [role=tooltip]{position:absolute;z-index:5;top:calc(100% + 8px);right:0;width:min(330px,calc(100vw - 40px));padding:10px 12px;border-radius:7px;background:#20363a;box-shadow:0 12px 30px #17282a38;color:#fff;font-size:12px;line-height:1.45;opacity:0;pointer-events:none;transform:translateY(-4px);transition:opacity .12s ease,transform .12s ease}.task-name-review-info:hover [role=tooltip],.task-name-review-info:focus-within [role=tooltip]{opacity:1;transform:translateY(0)}.task-name-review-toolbar{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:48px;padding:8px 24px;border-bottom:1px solid #e8e4de;background:#fbfbfa}.task-name-review-toolbar--empty{min-height:0;padding:0;border:0}.task-name-review-bulk-actions{display:flex;align-items:center;gap:6px}.task-name-review-bulk-actions button,.task-name-review-row-actions button{display:inline-flex;align-items:center;gap:5px;min-height:30px;padding:4px 8px;border:0;border-radius:5px;background:transparent;color:#3e7f87;font:inherit;font-size:12px;font-weight:700;cursor:pointer}.task-name-review-bulk-actions button:hover,.task-name-review-bulk-actions button:focus-visible,.task-name-review-row-actions button:hover,.task-name-review-row-actions button:focus-visible{background:#edf6f6;outline:2px solid rgba(79,149,158,.24);outline-offset:1px}.task-name-review-bulk-actions button:disabled,.task-name-review-row-actions button:disabled{background:transparent;cursor:default;opacity:.45}.task-name-review-filter{display:inline-flex;align-items:center;gap:7px;min-height:32px;padding:4px 8px;border:1px solid #dfe7e5;border-radius:7px;background:#fff;color:#4f5f5d;font-size:12px;font-weight:700}.task-name-review-filter input,.task-name-review-select input{width:16px;height:16px;accent-color:#4f959e}.task-name-review-filter strong{display:inline-grid;min-width:22px;height:22px;place-items:center;border-radius:999px;background:#edf6f6;color:#316c74;font-size:11px}.task-name-review-body{display:grid;align-content:start;gap:0;min-height:260px;overflow:auto;padding:0 24px 16px;background:#fff}.task-name-review-columns,.task-name-review-row{display:grid;grid-template-columns:38px minmax(220px,.9fr) 28px minmax(340px,1.35fr);column-gap:14px}.task-name-review-columns{position:sticky;z-index:2;top:0;padding:11px 4px 9px;border-bottom:1px solid #dfdbd5;background:#fffffff7;color:#77736d;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.task-name-review-row{align-items:center;padding:14px 4px;border-bottom:1px solid #ece8e2;background:#fff;transition:background .12s ease,box-shadow .12s ease}.task-name-review-row--selected{background:#f5faf9;box-shadow:inset 3px 0 #77b2b8}.task-name-review-select{display:grid;align-self:stretch;place-items:center;cursor:pointer}.task-name-review-original,.task-name-review-suggestion{display:grid;gap:5px;min-width:0}.task-name-review-field-label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0;white-space:nowrap}.task-name-review-original strong{overflow-wrap:anywhere;color:#373430;font-size:14px;font-weight:700;line-height:1.4}.task-name-review-original span,.task-name-review-warning{color:#77736d;font-size:12px}.task-name-review-arrow{justify-self:center;color:#9ca8a6}.task-name-review-warning{color:#93642a}.task-name-review-suggestion textarea{width:100%;min-height:52px;max-height:128px;resize:vertical;border:1px solid #d8d4cd;border-radius:7px;padding:9px 11px;background:#fff;color:#292620;field-sizing:content;font:inherit;line-height:1.45}.task-name-review-suggestion textarea:focus{border-color:#4f959e;outline:3px solid rgba(79,149,158,.12)}.task-name-review-row-actions{display:flex;justify-content:flex-end;gap:4px;margin-top:-1px}.task-name-review-state{display:grid;justify-items:center;gap:10px;min-height:220px;place-content:center;color:#52747a;text-align:center}.task-name-review-state--error{color:#a33b2b}.task-name-review-inline-error{display:flex;align-items:center;gap:10px;margin:12px 4px 4px;border:1px solid #efc7bd;border-radius:8px;padding:10px 12px;background:#fff8f6;color:#9b3c2d;font-size:13px}.task-name-review-inline-error span{flex:1 1 auto}.task-name-review-inline-error button{flex:0 0 auto}.task-name-review-empty{display:grid;justify-items:center;gap:5px;min-height:220px;place-content:center;color:#6f6a63;text-align:center}.task-name-review-empty strong{color:#292620}.task-name-review-footer{display:grid;gap:12px;align-items:center;border-top:1px solid #e8e4de;background:#fff}.task-name-review-footer-row{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%}.task-name-review-footer-row>span{color:#6f6a63;font-size:13px}.task-name-review-footer-row>span strong{color:#292620}.task-name-review-footer-actions{display:flex;gap:10px}.task-name-review-progress{display:grid;gap:7px;width:100%}.task-name-review-progress-copy{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#6f6a63;font-size:12px}.task-name-review-progress-copy strong{color:#3b6f76}.task-name-review-progress progress{width:100%;height:6px;overflow:hidden;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;border-radius:999px;background:#e7efee}.task-name-review-progress progress::-webkit-progress-bar{border-radius:999px;background:#e7efee}.task-name-review-progress progress::-webkit-progress-value{border-radius:999px;background:#65aab2;transition:width .18s ease}.task-name-review-progress progress::-moz-progress-bar{border-radius:999px;background:#65aab2}@media(max-width:820px){.task-name-review-backdrop{padding:8px}.task-name-review-modal{max-height:calc(100vh - 16px)}.task-name-review-header,.task-name-review-footer{padding:16px}.task-name-review-header p{font-size:13px}.task-name-review-model{display:none}.task-name-review-toolbar{align-items:stretch;flex-direction:column;gap:6px;padding:9px 14px}.task-name-review-toolbar--empty{min-height:0;padding:0}.task-name-review-filter{justify-content:space-between}.task-name-review-body{padding:0 14px 12px}.task-name-review-columns{display:none}.task-name-review-row{grid-template-columns:28px minmax(0,1fr);gap:9px 10px;align-items:start;padding:14px 4px}.task-name-review-select{grid-row:1 / span 2}.task-name-review-original,.task-name-review-suggestion{grid-column:2}.task-name-review-arrow{display:none}.task-name-review-field-label{position:static;width:auto;height:auto;overflow:visible;clip:auto;color:#77736d;font-size:10px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;white-space:normal}.task-name-review-footer{align-items:stretch}.task-name-review-footer-row{align-items:stretch;flex-direction:column}.task-name-review-footer-actions,.task-name-review-footer-actions button{flex:1}}.quote-inline-value-stack{justify-items:end}.quote-inline-editor{position:relative;width:100%}.quote-inline-input{width:100%;min-height:36px;padding:5px 28px 5px 7px;border:1px solid #4f959e;border-radius:6px;background:#fff;color:#292620;font:inherit;outline:2px solid rgba(79,149,158,.14)}.quote-inline-input--right{text-align:right}.quote-inline-spinner{position:absolute;top:11px;right:8px;color:#4f959e}.item-code-picker{position:relative;display:inline-flex;width:max-content;margin:-2px 7px 6px}.item-code-badge{display:inline-flex;min-height:22px;align-items:center;gap:5px;padding:2px 8px;border:1px dashed #b8c8ca;border-radius:999px;background:#fff;color:#68777a;font:inherit;font-size:11px;font-weight:700}.item-code-badge--assigned{border-style:solid;border-color:#b8dadd;background:#edf7f8;color:#2f7780}.item-code-badge:not(:disabled):hover,.item-code-badge:not(:disabled):focus-visible{border-color:#4f959e;outline:2px solid rgba(79,149,158,.14)}.item-code-popover{position:absolute;z-index:35;top:calc(100% + 6px);left:0;display:grid;width:min(370px,calc(100vw - 48px));overflow:hidden;border:1px solid #d7dfdf;border-radius:10px;background:#fff;box-shadow:0 14px 36px #1d2b2d2e}.item-code-search{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #e8e5df;color:#68777a}.item-code-search input{width:100%;border:0;outline:0;font:inherit}.item-code-options{display:grid;max-height:290px;overflow-y:auto}.item-code-option{display:flex;width:100%;align-items:center;justify-content:space-between;gap:12px;padding:9px 12px;border:0;border-bottom:1px solid #f0ede8;background:#fff;color:#292620;text-align:left}.item-code-option:hover,.item-code-option:focus-visible{background:#f2f8f8;outline:0}.item-code-option>span{display:grid;gap:2px}.item-code-option small,.item-code-current{color:#77736d;font-size:11px}.item-code-option--clear{justify-content:flex-start;color:#a43d38}.item-code-empty,.item-code-current{padding:11px 12px}.item-code-current{border-top:1px solid #e8e5df}.xero-preview-backdrop{padding:20px}.xero-preview-modal{display:flex;width:min(1600px,100%);max-height:calc(100vh - 40px);flex-direction:column;overflow:hidden;border:1px solid #d9dde1;border-radius:8px;background:#f5f6f7;box-shadow:0 30px 90px #1414144d}.xero-preview-toolbar{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:20px;padding:18px 22px;border-bottom:1px solid #dfe2e5;background:#fff}.xero-preview-toolbar p,.xero-preview-toolbar h2{margin:0}.xero-preview-toolbar p{color:var(--color-brand-strong);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.xero-preview-toolbar h2{margin-top:3px;font-size:25px;font-weight:550}.xero-preview-actions{display:flex;align-items:center;gap:10px}.xero-preview-send-as{display:inline-flex;align-items:center;gap:8px;color:#6d6963;font-size:13px;font-weight:600;white-space:nowrap}.xero-preview-actions select{min-height:40px;padding:0 34px 0 12px;border:1px solid #ddd7cf;border-radius:6px;background:#fff;color:#24211d;font:inherit;font-weight:600}.xero-preview-actions button{display:inline-flex;align-items:center;gap:7px}.xero-preview-scroll{min-height:360px;overflow:auto;padding:18px}.xero-document-sheet{min-width:1080px;min-height:640px;padding:30px 32px 36px;border:1px solid #d7dadd;border-radius:5px;background:#fff}.xero-document-header{display:grid;grid-template-columns:minmax(250px,1fr) 3fr;gap:42px;margin-bottom:36px}.xero-contact-block{color:#222b34;line-height:1.55}.xero-contact-block>span,.xero-document-header dt{display:block;margin-bottom:12px;color:#263342;font-size:13px;font-weight:700}.xero-contact-block strong{display:block;margin-bottom:18px;color:#4f959e;font-size:17px}.xero-document-header dl{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:24px;margin:0}.xero-document-header dd{margin:0;color:#162332;font-size:15px}.xero-tax-exclusive{margin:0 0 16px;color:#162332;text-align:right}.xero-preview-table-wrap{overflow-x:auto;border:1px solid #d8dde1;border-radius:4px}.xero-preview-table{width:100%;min-width:1040px;border-collapse:collapse;color:#172433;table-layout:fixed}.xero-preview-table th:nth-child(1){width:7%}.xero-preview-table th:nth-child(2){width:27%}.xero-preview-table th:nth-child(3){width:7%}.xero-preview-table th:nth-child(4){width:8%}.xero-preview-table th:nth-child(5){width:6%}.xero-preview-table th:nth-child(6){width:14%}.xero-preview-table th:nth-child(7){width:13%}.xero-preview-table th:nth-child(8){width:9%}.xero-preview-table th:nth-child(9){width:9%}.xero-preview-table th,.xero-preview-table td{padding:15px 12px;border-bottom:1px solid #d8dde1;text-align:right;vertical-align:top}.xero-preview-table th{color:#425467;font-size:12px;font-weight:600}.xero-preview-table th:first-child,.xero-preview-table td:first-child,.xero-preview-table th:nth-child(2),.xero-preview-table td:nth-child(2),.xero-preview-table th:nth-child(6),.xero-preview-table td:nth-child(6),.xero-preview-table th:nth-child(7),.xero-preview-table td:nth-child(7){text-align:left}.xero-preview-table td:first-child{display:table-cell}.xero-preview-table tr:last-child td{border-bottom:0}.xero-description-cell{white-space:pre-line}.xero-preview-table td{overflow-wrap:anywhere}.xero-preview-table .xero-preview-task-list-row td{width:auto;padding:10px 12px;background:#edf5f5;color:#315e63;text-align:left}.xero-preview-task-list-row strong{margin-right:8px}.xero-preview-task-list-row span{color:#6c7d7f;font-size:11px;font-weight:700}.xero-preview-totals{width:min(520px,48%);margin:22px 0 0 auto}.xero-preview-totals>div{display:grid;grid-template-columns:1fr auto;gap:30px;padding:10px 0}.xero-preview-totals dt,.xero-preview-totals dd{margin:0}.xero-preview-total{margin-top:4px;border-top:2px solid #b8bec4;border-bottom:2px solid #b8bec4;font-size:20px;font-weight:700}.xero-preview-loading,.xero-preview-error{min-height:300px;align-content:center;justify-items:center}.xero-preview-error{display:grid;gap:14px;color:#9b332c;text-align:center}.xero-preview-error p{margin:0}@media(max-width:800px){.xero-preview-backdrop{padding:8px}.xero-preview-modal{max-height:calc(100vh - 16px)}.xero-preview-toolbar{align-items:flex-start;flex-direction:column}.xero-preview-actions{width:100%;flex-wrap:wrap}.xero-preview-actions label{flex:1 1 230px}.xero-preview-actions select{width:100%}.xero-preview-scroll{padding:8px}}.settings-modal{width:min(760px,100%);max-height:min(860px,calc(100vh - 48px));overflow:auto;border:1px solid #e6e1da;border-radius:8px;background:#fff;box-shadow:0 30px 90px #14141440}.quote-line-edit-modal{display:flex;flex-direction:column;width:min(820px,100%);max-height:min(820px,calc(100vh - 40px));overflow:hidden;border-radius:8px;box-shadow:0 28px 80px #14141438}.settings-modal-header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:22px 24px 18px;border-bottom:1px solid #e6e1da}.settings-modal-header p{margin:0;color:var(--color-brand-strong);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.settings-modal-header h2{margin:4px 0;font-size:28px;font-weight:500}.settings-modal-header span{color:#606060;font-size:13px}.quote-line-edit-modal .settings-modal-header{align-items:center;flex:0 0 auto;padding:20px 24px 18px;background:#fff}.quote-line-edit-modal .settings-modal-header>div{min-width:0}.quote-line-edit-modal .settings-modal-header h2{margin:4px 0 2px;font-size:28px;line-height:1.1}.quote-line-edit-modal .settings-modal-header span{display:block;max-width:680px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-close-button{display:inline-grid;flex:0 0 34px;width:34px;height:34px;place-items:center;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#f7f6f3;color:var(--color-text);cursor:pointer}.modal-close-button:hover,.modal-close-button:focus-visible{border-color:#cfc7bd;background:#fff;outline:2px solid rgba(79,149,158,.18);outline-offset:2px}.modal-close-button:disabled{cursor:not-allowed;opacity:.55}.settings-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:22px 24px 24px}.quote-line-edit-form{flex:1 1 auto;max-height:calc(100vh - 174px);overflow-y:auto;gap:14px 16px;padding:18px 24px 0}.settings-form label{display:grid;gap:8px;color:#606060;font-size:13px;font-weight:700}.settings-form input,.settings-form select,.settings-form textarea{min-height:var(--control-height);width:100%;padding:0 12px;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-ink);font:inherit}.quote-line-edit-form input,.quote-line-edit-form select,.quote-line-edit-form textarea{border-color:#ded7ce;background-color:#fff;font-weight:600}.quote-line-edit-form input:focus,.quote-line-edit-form select:focus,.quote-line-edit-form textarea:focus{border-color:#4f959e;outline:3px solid rgba(79,149,158,.16)}.settings-form textarea{min-height:92px;padding-top:10px;padding-bottom:10px;resize:vertical}.quote-line-edit-form textarea{min-height:74px;line-height:1.45}.settings-form-wide{grid-column:1 / -1}.settings-form input[readonly]{background:#f7f6f3;color:#606060}.settings-form textarea:disabled{background:#f7f6f3;color:#606060;cursor:not-allowed}.field-help{color:#77716a;font-size:12px;font-weight:500;line-height:1.4}.client-billing-reminder{display:flex;align-items:flex-start;gap:12px;padding:14px 16px;border:1px solid #e7cf91;border-radius:8px;background:#fff8e7;color:#644b13}.client-billing-reminder>svg{flex:0 0 auto;margin-top:1px;color:#9b6e09}.client-billing-reminder strong,.client-billing-reminder p{margin:0}.client-billing-reminder strong{display:block;margin-bottom:3px;font-size:13px}.client-billing-reminder p{color:#4f3d17;font-size:14px;line-height:1.45;white-space:pre-wrap}.toggle-field{align-content:center;grid-template-columns:auto 1fr;align-items:center}.toggle-field input{width:18px;min-height:18px}.settings-modal-actions{display:flex;grid-column:1 / -1;justify-content:flex-end;gap:10px;padding-top:6px}.quote-line-edit-form .settings-modal-actions{position:sticky;bottom:0;margin:4px -24px 0;padding:16px 24px;border-top:1px solid #e6e1da;background:#fffffff5}.quote-line-edit-error{min-width:0;margin:0 auto 0 0;font-size:13px;font-weight:700;line-height:1.35}.reporting-chart-panel{min-height:0}.reporting-amount-chart{display:grid;gap:12px}.reporting-chart-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.reporting-chart-heading p{margin:0;color:var(--color-brand-strong);font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.reporting-chart-heading h3{margin:4px 0 0;font-family:Poppins,ui-sans-serif,system-ui,sans-serif;font-size:24px;font-weight:400}.reporting-chart-heading span,.empty-chart{color:#606060;font-size:13px}.reporting-chart-heading span{white-space:nowrap}.empty-chart{display:grid;min-height:180px;place-items:center;border:1px dashed #dfd8c8;border-radius:8px}.empty-cell{display:table-cell;color:#606060;text-align:center}.error-banner{margin-bottom:16px;padding:13px 16px;border:1px solid #d9a094;border-radius:8px;background:#fff4f1;font-weight:700}.loading-state{display:grid;min-height:360px;place-items:center;align-content:center;gap:12px;color:#606060}.loading-state.full-page{min-height:100vh;background:#f5f3ee}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1080px){.app-shell{grid-template-columns:1fr;height:auto;overflow:visible}.side-rail{position:static;height:auto;flex-direction:row;align-items:center;padding:16px}.side-rail>div:first-child{overflow:visible}.main-surface{height:auto;overflow-y:visible}.brand-block{margin-bottom:0}.side-rail nav{display:flex;align-items:center;flex-wrap:wrap;gap:8px 12px}.billing-nav-section,.grouped-nav-section,.nav-submenu,.nav-disabled-section{display:flex;align-items:center;gap:8px}.nav-submenu{margin-left:0;padding-left:0;border-left:0}.rail-footer{border-top:0;padding-top:0}.topbar,.dashboard-grid,.two-column{grid-template-columns:1fr}.topbar{display:grid;align-items:start}.period-toolbar{min-width:0;width:100%;justify-content:flex-start}.reporting-sync-control{justify-items:start}.reporting-sync-status{text-align:left}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.quote-controls,.quote-meta-grid{grid-template-columns:1fr 1fr}.quote-controls .primary-action-button{grid-column:1 / -1}.annual-coverage-summary{grid-template-columns:1fr}.annual-coverage-summary-main{padding-right:0;padding-bottom:12px;border-right:0;border-bottom:1px solid #d8e8e9}}@media(max-width:720px){.login-page{grid-template-columns:1fr}.login-brand{min-height:46vh}.main-surface{padding:18px}.connection-page{padding:var(--space-4)}.connection-card{padding:var(--space-6)}.connection-banner{align-items:flex-start;flex-wrap:wrap}.connection-banner>svg{margin-top:2px}.connection-banner .secondary-button{width:100%}.view-load-error{width:calc(100% - (2 * var(--space-4)));margin:var(--space-4) auto;padding:var(--space-5)}.view-load-error-actions>button{width:100%}.side-rail{display:grid;gap:16px}.side-rail nav{display:grid;grid-template-columns:1fr}.billing-nav-section,.grouped-nav-section,.nav-disabled-section{display:grid;gap:8px}.nav-submenu{display:grid;grid-template-columns:repeat(3,minmax(0,1fr))}.nav-disabled-section{grid-template-columns:repeat(2,minmax(0,1fr))}.side-rail nav button,.nav-parent{justify-content:center;padding:0 8px}.metric-grid{grid-template-columns:1fr}.preset-group,.date-field,.month-field,.reporting-sort-select,.search-field,.refresh-button,.reporting-sync-control,.toolbar-actions{width:100%}.reporting-table-toolbar,.reporting-table-toolbar .toolbar-actions{flex-wrap:wrap}.reporting-table-toolbar .reporting-mode-toggle,.reporting-table-toolbar .reporting-sort-select,.reporting-table-toolbar .search-field{flex:1 1 100%;max-width:none;min-width:0}.reporting-table-toolbar .reporting-mode-toggle button{flex:1;min-width:0}.client-stat-grid,.docs-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.docs-filter-group,.docs-filter-group label{width:100%}.audit-log-panel .docs-filter-group{grid-template-columns:1fr}.audit-log-panel .docs-filter-group .secondary-button{width:100%}.quote-controls,.quote-meta-grid,.quote-warning,.annual-coverage-summary-item,.annual-coverage-summary-metrics{grid-template-columns:1fr}.annual-toolbar{width:100%;flex-wrap:wrap}.year-tabs{width:100%}.year-tabs button{flex:1}.settings-form{grid-template-columns:1fr}.reporting-chart-heading{display:grid;gap:6px}.reporting-chart-heading span{white-space:normal}.preset-group{display:grid;grid-template-columns:1fr}.preset-group button{padding:0 8px}.table-panel>.table-wrap>table>thead>tr>th,.table-panel>.table-wrap>table>tbody>tr>td{padding-right:6px;padding-left:6px;font-size:12px}.table-panel>.table-wrap>table{min-width:680px}.user-identity{gap:7px}.avatar-circle{width:26px;height:26px;font-size:9px}.table-panel>.table-wrap>table>thead>tr>th:first-child,.table-panel>.table-wrap>table>tbody>tr>td:first-child{width:36%}.table-panel>.table-wrap>table>thead>tr>th:nth-child(n+2),.table-panel>.table-wrap>table>tbody>tr>td:nth-child(n+2){width:16%}}.quote-select-column,.quote-select-cell{width:54px;text-align:center!important}.quote-select-cell input{width:16px;height:16px;accent-color:var(--teal, #4f98a4)}.quote-merge-bar{position:sticky;bottom:12px;z-index:8;display:flex;align-items:center;gap:16px;width:fit-content;margin:12px 16px 0 auto;padding:10px 12px 10px 16px;border:1px solid #d6e3e4;border-radius:12px;background:#fffffff5;box-shadow:0 8px 24px #1f363a24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.quote-merge-bar .form-error{margin:0}.merge-lines-modal{display:flex;flex-direction:column;width:min(760px,calc(100vw - 32px));max-height:min(820px,calc(100vh - 32px));overflow:hidden}.merge-lines-modal .settings-modal-header{align-items:center;flex:0 0 auto;padding:22px 28px 20px;background:#fff}.merge-lines-modal .settings-modal-header h2{margin:0 0 5px;font-size:28px;line-height:1.1}.merge-lines-modal .settings-modal-header span{display:block;color:#6d706e;font-size:14px}.merge-lines-body{display:grid;flex:1 1 auto;gap:20px;min-height:0;overflow-y:auto;padding:24px 28px}.merge-lines-section{display:grid;gap:12px}.merge-lines-section h3{margin:0;color:#292725;font-size:15px}.merge-lines-section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}.merge-lines-section-heading span{padding:4px 9px;border-radius:999px;background:#eef1ef;color:#696e6b;font-size:11px;font-weight:700}.merge-lines-form-section{padding-top:2px}.merge-lines-form-section label{display:grid;gap:7px;font-weight:700}.merge-lines-form-section input,.merge-lines-form-section textarea{width:100%;padding:11px 13px;border:1px solid #d8d4ce;border-radius:8px;background:#fcfbfa;box-shadow:0 1px 2px #2c26200a;color:#292725;font:inherit;font-weight:400;line-height:1.4;transition:border-color .14s ease,background-color .14s ease,box-shadow .14s ease}.merge-lines-form-section input{min-height:44px}.merge-lines-form-section textarea{min-height:78px;resize:vertical}.merge-lines-form-section input:hover,.merge-lines-form-section textarea:hover{border-color:#bfb9b1;background:#fff}.merge-lines-form-section input:focus,.merge-lines-form-section textarea:focus{border-color:#79aeb5;background:#fff;box-shadow:0 0 0 3px #4f959e24;outline:0}.merge-lines-source-table-wrap{overflow:hidden;border:1px solid #e4e0da;border-radius:10px}.merge-lines-source-table{width:100%;border-collapse:collapse;table-layout:fixed}.merge-lines-source-table th,.merge-lines-source-table td{padding:11px 14px;text-align:left}.merge-lines-source-table th{background:#faf9f7;color:#77736d;font-size:10px;letter-spacing:.05em;text-transform:uppercase}.merge-lines-source-table td{border-top:1px solid #eeeae4;color:#393633;font-size:13px;vertical-align:top}.merge-lines-source-table th:first-child,.merge-lines-source-table td:first-child{width:70%}.merge-lines-source-table th:nth-child(2),.merge-lines-source-table td:nth-child(2),.merge-lines-source-table th:nth-child(3),.merge-lines-source-table td:nth-child(3){width:15%;text-align:right}.merge-lines-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:16px 18px;border:1px solid #d3e5e7;border-radius:10px;background:#f2f9fa}.merge-lines-summary>div{display:grid;gap:4px}.merge-lines-summary>div:last-child{text-align:right}.merge-lines-summary span{color:#59777b;font-size:12px}.merge-lines-summary strong{color:#173f45;font-size:18px}.merge-lines-note{margin:0;padding:11px 13px;border:1px solid #efd9ad;border-radius:8px;background:#fff9ec;color:#705728;font-size:12px;line-height:1.45}.merge-lines-actions{flex:0 0 auto;padding:16px 28px;border-top:1px solid #e6e1da;background:#fff}.quote-merged-breakdown-row>td{width:auto!important;padding:0 14px 16px;border-top:0!important;background:#fff;text-align:left!important}.quote-merged-breakdown{overflow:hidden;border:1px solid #e1ded8;border-radius:10px;background:#fff}.quote-merged-breakdown-heading{display:flex;align-items:center;gap:8px;padding:11px 14px;border-bottom:1px solid #e8e4de;color:#4d4a46;font-size:13px}.quote-merged-breakdown-heading span{display:inline-flex;min-width:22px;height:22px;align-items:center;justify-content:center;border-radius:999px;background:#f0efec;color:#6e6962;font-size:11px;font-weight:700}.quote-merged-breakdown-table-wrap{overflow-x:auto}.quote-merged-breakdown-table{width:100%;min-width:720px;table-layout:fixed;border-collapse:collapse}.quote-merged-breakdown-table th,.quote-merged-breakdown-table td{width:auto!important;padding:10px 14px;text-align:left!important}.quote-merged-breakdown-table thead th{background:#faf9f7;color:#77736d;font-size:10px;letter-spacing:.04em;text-transform:uppercase}.quote-merged-breakdown-table thead th:nth-child(1){width:24%!important}.quote-merged-breakdown-table thead th:nth-child(2){width:19%!important}.quote-merged-breakdown-table thead th:nth-child(3){width:35%!important}.quote-merged-breakdown-table thead th:nth-child(4){width:8%!important}.quote-merged-breakdown-table thead th:nth-child(5){width:9%!important}.quote-merged-breakdown-table thead th:nth-child(6){width:5%!important}.quote-merged-breakdown-table thead th:nth-child(4),.quote-merged-breakdown-table thead th:nth-child(5),.quote-merged-breakdown-table thead th:nth-child(6){text-align:right!important}.quote-merged-original-entry-row td{border-top:1px solid #f0ede8;background:#fff;font-size:13px;vertical-align:middle}.quote-merged-original-entry-row td:nth-child(4),.quote-merged-original-entry-row td:nth-child(5),.quote-merged-original-entry-row td:nth-child(6){text-align:right!important}.quote-merged-original-entry-row td:first-child{color:#315e63}.quote-merged-original-entry-row--task-start td{border-top-color:#d9e3e4}.quote-merged-original-entry-row--empty td{padding-block:12px}@media(max-width:700px){.quote-merge-bar{right:8px;bottom:8px;left:8px;width:auto;margin-inline:8px}.merge-lines-source-table{min-width:560px}.merge-lines-source-table-wrap{overflow-x:auto}.merge-lines-summary{grid-template-columns:1fr}.merge-lines-summary>div:last-child{text-align:left}}
