html{background:#f5f6f6}:root{--vantage-blue:#367f9d;--vantage-blue-dark:#245f78;--vantage-blue-deep:#173e4e;--vantage-blue-soft:#eef6f8;--vantage-green:#0eaa82;--vantage-green-dark:#078566;--vantage-green-soft:#eaf8f4;--text-primary:#1c2b31;--text-secondary:#59686f;--text-muted:#8b979c;--border:#d7dfe2;--border-soft:#e7ebed;--surface:#fff;--surface-muted:#f7f9fa;--page-bg:#f4f7f8;--font-size-xs:10px;--font-size-sm:11px;--font-size-body:13px;--font-size-body-lg:14px;--font-size-subheading:16px;--font-size-heading:20px;--font-size-page-title:30px;color:var(--text-primary);background:var(--page-bg);font-synthesis:none;text-rendering:optimizelegibility;font-family:Inter,Segoe UI,Arial,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;min-height:100vh;margin:0}body{background:var(--page-bg)}button,input,select{font:inherit}button{cursor:pointer}.app-layout{min-height:100vh;display:flex}.sidebar{background:var(--vantage-blue);color:#fff;border-right:1px solid var(--vantage-blue-dark);flex-direction:column;width:250px;display:flex;position:fixed;inset:0 auto 0 0}.sidebar-brand{border-bottom:1px solid #ffffff2e;padding:32px 28px 26px}.brand-name{letter-spacing:.16em;font-size:21px;font-weight:750}.brand-product{color:#ffffffb8;letter-spacing:.03em;margin-top:6px;font-size:13px}.sidebar-nav{flex:1;padding:24px 14px}.nav-item{color:#ffffffd1;text-align:left;background:0 0;border:0;border-left:3px solid #0000;border-radius:2px;width:100%;margin-bottom:4px;padding:12px 14px;font-size:14px;transition:background .12s,color .12s,border-color .12s;display:block}.nav-item:hover{color:#fff;background:#ffffff14}.nav-item-active{border-left-color:var(--vantage-green);color:#fff;background:#ffffff24;font-weight:600}.sidebar-footer{color:#ffffff9e;border-top:1px solid #ffffff2e;padding:22px 28px;font-size:12px}.main-panel{width:100%;min-height:100vh;margin-left:250px}.main-content{max-width:1280px;margin:0 auto;padding:54px 58px 80px}.page-header{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:34px;display:flex}.eyebrow{color:var(--vantage-blue);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:11px;font-weight:700}.page-header h1{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:34px;font-weight:650}.page-header p{max-width:680px;color:var(--text-secondary);margin:10px 0 0;font-size:15px;line-height:1.6}.system-status{color:#737b80;align-items:center;gap:8px;padding-top:9px;font-size:12px;display:flex}.status-dot{background:#a6adb1;border-radius:50%;width:8px;height:8px}.system-status.connected .status-dot{background:#4f8a63}.currency-toolbar-summary{flex-direction:column;justify-content:center;align-items:flex-end;gap:3px;min-width:150px;margin-left:auto;display:flex}.currency-toolbar-item{width:100%}.currency-toolbar-line{grid-template-columns:minmax(90px,auto) 34px;justify-content:end;align-items:baseline;column-gap:8px;width:100%;display:grid}.currency-toolbar-line strong{text-align:right;color:var(--text-primary);font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1, "lnum" 1;font-size:14px;font-weight:700;line-height:1.25}.currency-toolbar-line span{color:#68767d;letter-spacing:.06em;font-size:10px;font-weight:700}.currency-toolbar-conversion{color:var(--text-muted,#667085);text-align:right;font-variant-numeric:tabular-nums lining-nums;font-feature-settings:"tnum" 1, "lnum" 1;margin-top:1px;padding-right:42px;font-size:11px;font-weight:500;line-height:1.2;display:block}.content-card{background:#fff;border:1px solid #e2e5e6;border-radius:3px;margin-bottom:24px;padding:28px 30px}.section-heading{justify-content:space-between;align-items:flex-start;margin-bottom:20px;display:flex}.section-heading h2,.content-card h2{color:var(--text-primary);margin:0 0 5px;font-size:20px;font-weight:650}.section-heading p{color:#7b8387;margin:0;font-size:13px}.content-card h3{color:#343a3e;margin:30px 0 10px;font-size:15px;font-weight:650}form{margin-bottom:28px}label{color:#464d51;font-size:13px;font-weight:600}input,select{color:#22272b;background:#fff;border:1px solid #ccd1d4;border-radius:2px;outline:none;min-width:260px;margin-top:7px;padding:10px 11px}input:focus,select:focus{border-color:var(--vantage-blue);box-shadow:0 0 0 2px #367f9d1a}form button,.primary-button{border:1px solid var(--vantage-green);background:var(--vantage-green);color:#fff;border-radius:2px;padding:10px 16px;font-size:13px;font-weight:600}form button:hover,.primary-button:hover{background:var(--vantage-green-dark)}table{border-collapse:collapse;width:100%}th{color:#687176;text-align:left;letter-spacing:.06em;text-transform:uppercase;border-bottom:2px solid #dfe3e5;padding:11px 13px;font-size:11px;font-weight:700}td{color:#303639;border-bottom:1px solid #eceeef;padding:13px;font-size:13px}tbody tr:hover{background:#fafafa}td button{color:var(--vantage-blue);background:0 0;border:0;padding:0;font-weight:600}td button:hover{text-decoration:underline}.empty-state{color:#8b9296;text-align:center;background:#fff;border:1px solid #e2e5e6;padding:70px 30px}@media (width<=900px){.sidebar{width:210px}.main-panel{margin-left:210px}.main-content{padding:36px 30px 60px}}.section-toolbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.section-toolbar h2{margin:0}.section-toolbar p{color:#7b8387;max-width:620px;margin:7px 0 0;font-size:13px;line-height:1.5}.secondary-button{color:#444b4f;background:#fff;border:1px solid #cdd2d4;border-radius:2px;padding:9px 14px;font-size:13px;font-weight:600}.create-panel{background:#f8f9f9;border:1px solid #e1e4e5;margin-bottom:28px;padding:22px}.create-panel-header{justify-content:space-between;align-items:flex-start;gap:20px;margin-bottom:20px;display:flex}.create-panel-header h3{margin:0;font-size:16px}.create-panel-header p{color:#7b8387;margin:5px 0 0;font-size:12px}.schedule-form{align-items:flex-end;gap:16px;margin:0;display:flex}.form-field{flex-direction:column;display:flex}.form-field label{margin-bottom:6px}.form-field input{margin-top:0}.currency-field input{width:100px;min-width:100px}.form-actions{padding-bottom:1px}.schedule-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #e7e9ea;grid-template-columns:1fr 100px 24px;align-items:center;gap:18px;width:100%;padding:17px 12px;display:grid}.schedule-main{min-width:0}.schedule-meta{color:#8a9296;margin-top:4px;font-size:11px}.schedule-currency{color:#50585c;letter-spacing:.06em;font-size:12px;font-weight:700}.schedule-details-container{border-top:1px solid #e2e5e6;margin-top:30px;padding-top:28px}.empty-list{color:#8a9296;padding:30px 10px;font-size:13px}@media (width<=700px){.section-toolbar{flex-direction:column}.schedule-form{flex-direction:column;align-items:stretch}.schedule-row{grid-template-columns:1fr 70px 20px}}.schedule-page-toolbar{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:24px;display:flex}.schedule-page-toolbar h2{margin:0}.schedule-page-toolbar p{color:#7b8387;margin:7px 0 0;font-size:13px}.toolbar-actions{align-items:center;gap:10px;display:flex}.gear-button,.icon-button{color:#596166;cursor:pointer;background:#fff;border:1px solid #d5d9db;border-radius:2px}.gear-button{width:38px;height:38px;font-size:18px}.icon-button{width:34px;height:34px;font-size:22px}.gear-button:hover,.icon-button:hover{background:#f5f6f6}.schedule-tabs{border-bottom:1px solid #dfe3e5;gap:24px;margin-bottom:0;display:flex}.schedule-tab{color:#747d81;background:0 0;border:0;padding:11px 2px;font-size:13px;font-weight:600;position:relative}.schedule-tab.active{color:#242a2d}.schedule-tab.active:after{content:"";background:var(--vantage-blue);height:2px;position:absolute;bottom:-1px;left:0;right:0}.tab-count{color:#7a8286;background:#f0f1f1;border-radius:10px;margin-left:7px;padding:1px 6px;font-size:10px;display:inline-block}.schedule-column-header,.schedule-row{grid-template-columns:minmax(260px,1fr) 90px 90px 150px 22px;align-items:center;gap:14px;display:grid}.schedule-column-header{color:#90979a;letter-spacing:.06em;text-transform:uppercase;padding:15px 14px 8px;font-size:10px;font-weight:700}.schedule-list{border-top:1px solid #eceeef}.schedule-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #eceeef;width:100%;padding:13px 14px}.schedule-row:hover{background:#fafafa}.schedule-row-selected{background:var(--vantage-blue-soft)}.schedule-name{color:#292f32;font-size:13px;font-weight:650}.schedule-cell{color:#666f73;font-size:12px}.schedule-arrow{color:#9da4a7;font-size:20px}.detail-panel{background:#fafbfb;border:1px solid #e0e3e4;margin-top:26px;padding:26px}.detail-header{justify-content:space-between;gap:20px;margin-bottom:24px;display:flex}.detail-title-row{align-items:center;gap:12px;display:flex}.detail-title-row h2{margin:0;font-size:20px}.detail-summary{color:#747d81;gap:18px;margin-top:9px;font-size:12px;display:flex}.status-badge{text-transform:uppercase;border-radius:2px;padding:3px 7px;font-size:10px;font-weight:700}.status-badge.active{background:var(--vantage-green-soft);color:var(--vantage-green-dark)}.status-badge.archived{color:#747474;background:#ededed}.rate-detail-table,.rate-edit-table{border-top:1px solid #e0e3e4}.rate-detail-header,.rate-detail-row,.rate-edit-header,.rate-edit-row{grid-template-columns:1fr 220px;align-items:center;display:grid}.rate-detail-header,.rate-edit-header{color:#80888c;text-transform:uppercase;padding:10px 12px;font-size:10px;font-weight:700}.rate-detail-row,.rate-edit-row{border-top:1px solid #e7e9ea;padding:11px 12px;font-size:13px}.money-value{font-variant-numeric:tabular-nums}.rate-edit-row input{width:150px;min-width:0;margin:0}.detail-actions{gap:10px;margin-top:22px;display:flex}.revision-intro h3{margin:0}.revision-intro p{color:#7b8387;margin:5px 0 20px;font-size:12px}.date-field{margin-bottom:20px}.config-overlay{z-index:1000;background:#14181a59;justify-content:flex-end;display:flex;position:fixed;inset:0}.config-panel{background:#fff;width:min(720px,90vw);height:100vh;overflow-y:auto;box-shadow:-8px 0 30px #0000001f}.config-header{border-bottom:1px solid #e2e5e6;justify-content:space-between;gap:20px;padding:30px;display:flex}.config-header h2{margin:0}.config-header p{color:#7b8387;margin:7px 0 0;font-size:13px}.config-body{padding:30px}.config-table-header,.config-table-row{grid-template-columns:110px 1fr 100px 80px;align-items:center;gap:10px;display:grid}.config-table-header{color:#858d91;text-transform:uppercase;padding:0 0 8px;font-size:10px;font-weight:700}.config-table-row{border-top:1px solid #eceeef;padding:9px 0}.config-table-row input{width:100%;min-width:0;margin:0}.checkbox-label{align-items:center;gap:7px;display:flex}.checkbox-label input{width:auto;min-width:0;margin:0}.config-divider{border-top:1px solid #e2e5e6;margin:30px 0}.config-add-form{align-items:flex-end;gap:12px;display:flex}.empty-list{color:#888f93;text-align:center;padding:35px 14px;font-size:13px}.employee-form{align-items:flex-end;gap:14px;display:flex}.employee-column-header,.employee-row{grid-template-columns:minmax(240px,1fr) 150px 120px 22px;align-items:center;gap:14px;display:grid}.employee-column-header{color:#90979a;letter-spacing:.06em;text-transform:uppercase;padding:15px 14px 8px;font-size:10px;font-weight:700}.employee-list{border-top:1px solid #eceeef}.employee-row{text-align:left;background:#fff;border:0;border-bottom:1px solid #eceeef;width:100%;padding:13px 14px}.employee-row:hover{background:#fafafa}.employee-row-selected{background:var(--vantage-blue-soft)}.employee-name{color:#292f32;font-size:13px;font-weight:650}.employee-cell{color:#666f73;font-size:12px}.employee-detail-form{grid-template-columns:180px minmax(260px,1fr) 180px;gap:16px;display:grid}.estimate-form{grid-template-columns:180px minmax(260px,1fr) 240px auto;align-items:end;gap:14px;display:grid}.estimate-schedule-summary{color:#80878b;background:#fff;border:1px solid #e3e6e7;grid-column:1/-1;gap:30px;padding:12px 14px;font-size:11px;display:flex}.estimate-schedule-summary div{align-items:center;gap:8px;display:flex}.estimate-schedule-summary strong{color:#303639;font-size:12px}.estimate-column-header,.estimate-row{grid-template-columns:minmax(220px,1.4fr) 100px minmax(180px,1fr) 90px 90px 22px;align-items:center;gap:14px;display:grid}.estimate-column-header{color:#90979a;letter-spacing:.06em;text-transform:uppercase;padding:15px 14px 8px;font-size:10px;font-weight:700}.estimate-list{border-top:1px solid #eceeef}.estimate-row{border-bottom:1px solid #eceeef;padding:13px 14px}.estimate-row:hover{background:#fafafa}.estimate-name{color:#292f32;font-size:13px;font-weight:650}.estimate-number{color:#92999c;margin-top:3px;font-size:10px}.estimate-cell{color:#666f73;font-size:12px}.estimate-row{text-align:left;background:#fff;border:0;width:100%}.estimate-row-selected{background:var(--vantage-blue-soft)}.estimate-total{background:#f5f6f6;border:1px solid #e2e5e6;justify-content:space-between;align-items:center;margin-bottom:28px;padding:18px 20px;display:flex}.estimate-total span{color:#747d81;font-size:12px;font-weight:600}.estimate-total strong{font-size:22px;font-weight:650}.estimate-task-toolbar{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.estimate-task-toolbar h3{margin:0}.task-create-form{gap:10px;margin-bottom:18px;display:flex}.task-create-form input{flex:1;margin:0}.estimate-task{background:#fff;border:1px solid #e2e5e6;margin-bottom:18px}.estimate-task-header{background:#f8f9f9;border-bottom:1px solid #e5e7e8;justify-content:space-between;align-items:center;gap:20px;padding:14px 16px;display:flex}.estimate-task-header h4{margin:0 0 3px;font-size:14px}.estimate-task-header span{color:#70787c;font-size:11px}.task-add-employee{align-items:center;gap:8px;display:flex}.task-add-employee select{min-width:220px;margin:0}.assignment-table{padding:0 16px 10px}.assignment-header,.assignment-row{grid-template-columns:minmax(180px,1.4fr) 80px 100px 120px 130px;align-items:center;gap:14px;display:grid}.assignment-header{color:#8b9296;text-transform:uppercase;padding:10px 0 7px;font-size:10px;font-weight:700}.assignment-row{border-top:1px solid #eceeef;padding:10px 0;font-size:12px}.assignment-row strong{display:block}.assignment-row small{color:#999fa2;margin-top:2px;display:block}.assignment-row input{width:90px;min-width:0;margin:0}.assignment-total{font-variant-numeric:tabular-nums;font-weight:600}.override-label{text-transform:uppercase;font-weight:700;color:var(--vantage-blue)!important;font-size:9px!important}.estimate-link-row{color:inherit;cursor:pointer;text-decoration:none}.estimate-page-topbar{justify-content:space-between;align-items:flex-start;gap:30px;margin-bottom:24px;display:flex}.estimate-page-topbar h1{margin:6px 0 0}.estimate-page-status{color:#515a5e;text-transform:uppercase;background:#fff;border:1px solid #d9dddf;padding:7px 12px;font-size:11px;font-weight:700}.estimate-page-meta{background:#fff;border:1px solid #dde1e2;grid-template-columns:minmax(200px,1.5fr) 110px 100px 120px 170px;margin-bottom:24px;display:grid}.estimate-page-meta>div{border-right:1px solid #e7e9ea;padding:14px 16px}.estimate-page-meta>div:last-child{border-right:0}.estimate-page-meta span{color:#939a9d;letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.estimate-page-meta strong{color:#242a2d;font-size:13px}.estimate-page-workspace{background:#fff;border:1px solid #dce0e2}.estimate-workspace-heading{border-bottom:1px solid #e3e6e7;justify-content:space-between;align-items:center;padding:22px 24px;display:flex}.estimate-workspace-heading h2{margin:0 0 4px}.estimate-workspace-heading p{color:#7d8589;margin:0;font-size:12px}.estimate-editor-header,.estimate-editor-row{grid-template-columns:minmax(280px,1fr) 90px 100px 120px 140px;align-items:center;gap:14px;display:grid}.estimate-editor-header{color:#8e9599;letter-spacing:.06em;text-transform:uppercase;background:#f7f8f8;border-bottom:1px solid #e5e7e8;padding:10px 22px;font-size:10px;font-weight:700}.estimate-editor-task{border-bottom:1px solid #e3e6e7}.estimate-editor-task-title{color:#292f32;background:#fafafa;padding:13px 22px;font-size:13px}.estimate-editor-row{color:#586166;border-top:1px solid #f0f1f2;padding:11px 22px;font-size:12px}.estimate-editor-row>div:first-child{color:#2b3134;font-weight:600}.estimate-editor-add-person{color:var(--vantage-blue);cursor:pointer;padding:10px 22px 12px;font-size:11px;font-weight:600}.estimate-page-empty{color:#8b9296;text-align:center;padding:50px 20px}.estimate-inline-task-form{background:#fafafa;border-bottom:1px solid #e3e6e7;align-items:flex-end;gap:10px;padding:16px 22px;display:flex}.estimate-inline-task-form .form-field{flex:1;max-width:520px}.estimate-inline-task-form input{box-sizing:border-box;width:100%}.estimate-editor-task-title{justify-content:space-between;align-items:center;display:flex}.estimate-task-summary{color:#788085;align-items:center;gap:24px;font-size:11px;display:flex}.estimate-task-summary strong{color:#303639;text-align:right;min-width:110px}.available-employee-count{color:#a0a6a9;margin-left:8px;font-size:10px;font-weight:400}.estimate-editor-add-person{width:100%;color:var(--vantage-blue);text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #f0f1f2;padding:11px 22px 13px;font-family:inherit;font-size:11px;font-weight:600}.estimate-editor-add-person:hover{background:#fafafa}.estimate-editor-add-person:disabled{color:#aeb3b5;cursor:default}.estimate-add-person-form{background:#fafafa;border-top:1px solid #f0f1f2;align-items:center;gap:8px;padding:10px 22px 12px;display:flex}.estimate-add-person-form select{width:320px;margin:0}.estimate-number-input{box-sizing:border-box;text-align:right;font-size:12px;width:74px!important;min-width:0!important;margin:0!important;padding:7px 8px!important}.estimate-rate-input{width:92px!important}.estimate-rate-cell{align-items:center;gap:7px;display:flex}.estimate-person-name strong{color:#293033;font-size:12px;display:block}.estimate-person-name span{color:#9aa0a3;margin-top:2px;font-size:10px;display:block}.estimate-amount{color:#31383b;font-variant-numeric:tabular-nums;font-weight:600}.estimate-editor-row input{background:0 0;border:1px solid #0000}.estimate-editor-row input:hover{background:#fff;border-color:#d7dbdd}.estimate-editor-row input:focus{background:#fff;border-color:#b5bbbe;outline:none}.estimate-create-grid{grid-template-columns:minmax(240px,1.4fr) minmax(180px,1fr) minmax(180px,1fr);align-items:end;gap:14px;display:grid}.estimate-create-subject{grid-column:1/-1}.estimate-create-rate-summary{background:#fafafa;border:1px solid #e0e3e4;align-items:center;gap:24px;min-height:40px;padding:8px 12px;display:flex}.estimate-create-rate-summary div{flex-direction:column;gap:2px;display:flex}.estimate-create-rate-summary span{color:#92999c;letter-spacing:.05em;text-transform:uppercase;font-size:10px;font-weight:700}.estimate-create-rate-summary strong{color:#303639;font-size:12px}.estimate-create-actions{grid-column:1/-1}.estimate-overview-header,.estimate-overview-row{grid-template-columns:110px 100px 120px minmax(240px,1fr) 120px 80px 130px 20px;align-items:center;gap:14px;display:grid}.estimate-overview-header{color:#92999c;letter-spacing:.06em;text-transform:uppercase;padding:14px 14px 8px;font-size:10px;font-weight:700}.estimate-overview-list{border-top:1px solid #eceeef}.estimate-overview-row{min-height:58px;color:inherit;border-bottom:1px solid #eceeef;padding:11px 14px;text-decoration:none}.estimate-overview-row:hover{background:#fafafa}.estimate-overview-id{color:#292f32;font-size:12px;font-weight:700;display:block}.estimate-overview-revision{color:#999fa2;margin-top:2px;font-size:10px;display:block}.estimate-overview-title{color:#292f32;font-size:12px;font-weight:650;display:block}.estimate-overview-subtitle{color:#81898d;margin-top:2px;font-size:10px;display:block}.estimate-overview-cell{color:#687176;font-size:11px}.estimate-overview-cell.muted{color:#adb2b4}.estimate-overview-total{color:#292f32;text-align:right;font-variant-numeric:tabular-nums;font-size:12px;font-weight:700}.estimate-status{color:#626b6f;letter-spacing:.04em;text-transform:uppercase;background:#f7f8f8;border:1px solid #dfe2e3;align-items:center;padding:4px 7px;font-size:10px;font-weight:700;display:inline-flex}.estimate-status-sent{background:#f4f7f9}.estimate-status-accepted{background:#f2f7f3}.estimate-status-declined,.estimate-status-expired{opacity:.65}.estimate-page-shell{width:100%}.estimate-page-heading{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:18px;display:flex}.estimate-page-heading>div:first-child{min-width:0}.estimate-back-link{color:#6d767a;margin-bottom:14px;font-size:12px;text-decoration:none;display:inline-block}.estimate-title-line{align-items:center;gap:12px;display:flex}.estimate-title-line h1{color:#202529;letter-spacing:-.02em;margin:0;font-size:34px;font-weight:700}.estimate-revision-select{color:#343a3e;background:#fff;border:1px solid #ccd1d4;width:auto;min-width:145px;margin:0;padding:7px 9px;font-size:11px;font-weight:600}.estimate-page-subject{color:#303639;margin-top:8px;font-size:20px;font-weight:650}.estimate-page-client{color:#7b8387;margin-top:4px;font-size:14px}.estimate-page-heading-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.estimate-page-status{color:#596166;letter-spacing:.05em;text-transform:uppercase;background:#fff;border:1px solid #d9dddf;padding:8px 11px;font-size:10px;font-weight:700}.estimate-sticky-summary{z-index:50;background:#fff;border:1px solid #d8dcde;border-radius:2px;grid-template-columns:minmax(220px,1.5fr) 100px 100px 100px 180px;margin-bottom:14px;display:grid;position:sticky;top:0;box-shadow:0 4px 12px #0000000f}.estimate-meta-strip{background:#f8f9f9;border:1px solid #e1e4e5;grid-template-columns:repeat(5,minmax(120px,1fr));margin-bottom:20px;display:grid}.estimate-meta-strip>div{border-right:1px solid #e5e7e8;min-width:0;padding:10px 13px}.estimate-meta-strip>div:last-child{border-right:0}.estimate-meta-strip span{color:#969da0;letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.estimate-meta-strip strong{color:#485055;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:600;display:block;overflow:hidden}.estimate-builder{background:#fff;border:1px solid #dadede;border-radius:3px;overflow:hidden}.estimate-builder-toolbar{border-bottom:1px solid #e3e6e7;justify-content:space-between;align-items:center;gap:20px;padding:18px 20px;display:flex}.estimate-builder-toolbar h2{color:#252a2d;margin:0 0 3px;font-size:18px;font-weight:650}.estimate-builder-toolbar p{color:#838b8f;margin:0;font-size:13px}.estimate-add-section-form{background:#fafafa;border-bottom:1px solid #e4e7e8;align-items:flex-end;gap:9px;margin:0;padding:14px 20px;display:flex}.estimate-add-section-form .form-field{flex:1;max-width:560px}.estimate-add-section-form input{width:100%;min-width:0;margin:0}.estimate-section-card{border-bottom:1px solid #dfe2e3}.estimate-section-card:last-of-type{border-bottom:0}.estimate-section-header{width:100%;color:inherit;text-align:left;cursor:pointer;background:#f5f6f6;border:0;justify-content:space-between;align-items:center;gap:20px;padding:15px 20px;display:flex}.estimate-section-header:hover{background:#eff1f1}.estimate-section-heading-left{align-items:center;gap:10px;min-width:0;display:flex}.estimate-section-heading-left>div{min-width:0}.estimate-section-heading-left strong{color:#252b2e;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;display:block;overflow:hidden}.estimate-section-heading-left span:not(.estimate-collapse-icon){color:#92999c;margin-top:2px;font-size:10px;display:block}.estimate-collapse-icon{color:#737c80;flex-shrink:0;width:14px;font-size:16px}.estimate-section-summary{flex-shrink:0;align-items:center;gap:24px;display:flex}.estimate-section-summary span{color:#7d8589;font-size:10px}.estimate-section-summary strong{color:#303639;text-align:right;min-width:130px;font-size:13px;font-weight:700}.estimate-section-description-placeholder{color:#636c70;background:#fcfcfc;border:1px dashed #d8dcde;margin:14px 0;padding:10px 12px;font-size:10px;font-weight:650}.estimate-section-description-placeholder span{color:#a0a6a9;margin-top:3px;font-size:10px;font-weight:400;display:block}.estimate-task-card{background:#fff;border:1px solid #e1e4e5;border-radius:2px;margin-bottom:10px;overflow:hidden}.estimate-task-header{width:100%;color:inherit;text-align:left;cursor:pointer;background:#fff;border:0;justify-content:space-between;align-items:center;gap:20px;padding:11px 13px;display:flex}.estimate-task-header:hover{background:#fafafa}.estimate-task-heading-left{align-items:center;gap:10px;min-width:0;display:flex}.estimate-task-heading-left>div{min-width:0}.estimate-task-heading-left strong{color:#303639;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:650;display:block;overflow:hidden}.estimate-task-heading-left span:not(.estimate-collapse-icon){color:#959c9f;margin-top:2px;font-size:10px;display:block}.estimate-task-summary{flex-shrink:0;align-items:center;gap:24px;display:flex}.estimate-task-summary span{color:#7d8589;font-size:10px}.estimate-task-summary strong{color:#303639;text-align:right;min-width:130px;font-size:13px;font-weight:650}.estimate-task-body{border-top:1px solid #eceeef}.estimate-task-description-placeholder{color:#636c70;background:#fcfcfc;border:1px dashed #d8dcde;margin:12px 13px;padding:10px 12px;font-size:10px;font-weight:650}.estimate-task-description-placeholder span{color:#a0a6a9;margin-top:3px;font-size:10px;font-weight:400;display:block}.estimate-resource-row{border-bottom:1px solid #f0f1f2;min-height:48px;padding:8px 13px}.estimate-resource-name{min-width:0}.estimate-resource-name strong{color:#2f3639;text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;display:block;overflow:hidden}.estimate-inline-number,.estimate-inline-rate{box-sizing:border-box;color:#303639;text-align:right;background:0 0;border:1px solid #0000;border-radius:2px;font-size:12px;min-width:0!important;margin:0!important;padding:6px 7px!important}.estimate-inline-number{width:72px!important}.estimate-inline-rate{width:86px!important}.estimate-inline-number:hover,.estimate-inline-rate:hover{background:#fff;border-color:#d8dcde}.estimate-inline-number:focus,.estimate-inline-rate:focus{box-shadow:none;background:#fff;border-color:#aeb5b9;outline:none}.estimate-resource-rate{align-items:center;gap:7px;min-width:0;display:flex}.estimate-rate-override{min-width:0;color:var(--vantage-blue);align-items:center;gap:5px;font-size:10px;display:flex}.estimate-rate-override span{white-space:nowrap}.estimate-rate-override button{color:var(--vantage-blue);cursor:pointer;background:0 0;border:0;padding:0;font-size:10px;font-weight:700;text-decoration:underline}.estimate-no-resources{color:#a0a6a9;padding:14px;font-size:10px}.estimate-add-resource-form{background:#fafafa;border-top:1px solid #edf0f1;align-items:center;gap:8px;padding:10px 13px;display:flex}.estimate-add-resource-button{width:100%;color:var(--vantage-blue);text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #edf0f1;padding:10px 13px 12px;font-family:inherit;font-size:10px;font-weight:650}.estimate-add-resource-button:hover{background:#fafafa}.estimate-add-resource-button:disabled{color:#afb4b6;cursor:default}.estimate-add-task-form{align-items:center;gap:8px;margin:10px 0 0;display:flex}.estimate-add-task-form input{flex:1;min-width:0;max-width:450px;margin:0}.estimate-add-task-button{color:var(--vantage-blue);cursor:pointer;background:0 0;border:0;padding:7px 2px;font-family:inherit;font-size:10px;font-weight:650}.estimate-add-task-button:hover{text-decoration:underline}.estimate-bottom-add-section{width:100%;color:var(--vantage-blue);text-align:left;cursor:pointer;background:#fff;border:0;border-top:1px solid #e3e6e7;padding:14px 20px;font-family:inherit;font-size:10px;font-weight:650}.estimate-bottom-add-section:hover{background:#fafafa}@media (width<=1100px){.estimate-sticky-summary{grid-template-columns:minmax(180px,1.3fr) 90px 90px 90px 150px}.estimate-resource-header,.estimate-resource-row{grid-template-columns:minmax(180px,1fr) 65px 80px 165px 110px}}@media (width<=850px){.estimate-page-heading{flex-direction:column}.estimate-page-heading-actions{flex-wrap:wrap}.estimate-sticky-summary{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.estimate-summary-item{border-bottom:1px solid #e6e8e9}.estimate-meta-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.estimate-resource-header{display:none}.estimate-resource-row{grid-template-columns:1fr 70px 90px 170px 110px;overflow-x:auto}}.estimate-description-block{margin:14px 0}.estimate-description-block.task-description{margin:12px 13px}.estimate-description-heading{justify-content:space-between;align-items:center;gap:12px;margin-bottom:7px;display:flex}.estimate-description-heading>span{color:#697277;letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:700}.estimate-description-heading .secondary-button{padding:5px 9px;font-size:10px}.rich-text-toolbar{background:#f7f8f8;border-bottom:1px solid #e5e7e8;flex-wrap:wrap;align-items:center;gap:3px;padding:6px 8px;display:flex}.rich-text-toolbar button{color:#596166;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:2px;min-width:30px;padding:5px 8px;font-size:10px;font-weight:650;line-height:1}.rich-text-toolbar button:hover{background:#fff;border-color:#d2d7d9}.rich-text-toolbar button.active{color:#202529;background:#fff;border-color:#c5cbce}.rich-text-toolbar button:disabled{opacity:.35;cursor:default}.rich-text-content p{margin:0 0 8px}.rich-text-content p:last-child{margin-bottom:0}.rich-text-content h2{color:#292f32;margin:10px 0 6px;font-size:16px;font-weight:700}.rich-text-content h3{color:#303639;margin:8px 0 5px;font-size:14px;font-weight:700}.rich-text-content ul,.rich-text-content ol{margin:7px 0 9px;padding-left:22px}.rich-text-content a{color:var(--vantage-blue);text-decoration:underline}.rich-text-content strong{font-weight:700}.rich-text-content em{font-style:italic}.rich-text-content u{text-decoration:underline}.rich-text-content:empty:before{content:attr(data-placeholder);color:#a3aaad;pointer-events:none}.estimate-details-card{background:#fff;border:1px solid #dde1e2;margin-bottom:18px;padding:16px 18px}.estimate-details-card-header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.estimate-details-card-header h3{margin:0;font-size:14px}.estimate-details-card-header p{color:#858d91;margin:4px 0 0;font-size:10px}.estimate-details-summary-grid,.estimate-details-edit-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px 16px;display:grid}.estimate-details-summary-grid>div{min-width:0}.estimate-details-summary-grid span{color:#92999c;letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.estimate-details-summary-grid strong{color:#3b4246;text-overflow:ellipsis;white-space:nowrap;font-size:11px;display:block;overflow:hidden}.estimate-details-edit-grid input,.estimate-details-edit-grid select{width:100%;min-width:0}.estimate-details-wide{grid-column:span 2}.estimate-page-heading{margin-bottom:22px}.estimate-title-line h1{font-size:36px;line-height:1.1}.estimate-page-subject{margin-top:10px;font-size:20px;line-height:1.35}.estimate-page-client{margin-top:6px;font-size:14px}.estimate-back-link,.estimate-page-status,.estimate-page-heading-actions .secondary-button,.estimate-page-heading-actions .primary-button{font-size:12px}.estimate-sticky-summary{margin-bottom:18px}.estimate-summary-item{padding:15px 17px}.estimate-summary-item span{font-size:10px}.estimate-summary-item strong{font-size:14px}.estimate-summary-item.emphasized strong{font-size:20px}.estimate-meta-strip{margin-bottom:24px}.estimate-meta-strip>div{padding:12px 14px}.estimate-meta-strip span{font-size:10px}.estimate-meta-strip strong{font-size:13px}.estimate-builder-toolbar{padding:22px 20px}.estimate-builder-toolbar h2{margin-bottom:5px;font-size:22px}.estimate-builder-toolbar p{font-size:13px}.estimate-builder-toolbar .primary-button,.estimate-builder-toolbar .secondary-button{font-size:12px}.estimate-section-header{padding:17px 20px}.estimate-section-heading-left strong{font-size:16px}.estimate-section-heading-left span:not(.estimate-collapse-icon){margin-top:4px;font-size:11px}.estimate-section-summary span{font-size:12px}.estimate-section-summary strong{font-size:14px}.estimate-collapse-icon{font-size:17px}.estimate-section-body{padding:0 20px 20px}.estimate-section-description-placeholder,.estimate-task-description-placeholder{font-size:12px;line-height:1.5}.estimate-section-description-placeholder span,.estimate-task-description-placeholder span{font-size:11px}.estimate-task-header{padding:13px 14px}.estimate-task-heading-left strong{font-size:15px}.estimate-task-heading-left span:not(.estimate-collapse-icon){margin-top:4px;font-size:11px}.estimate-task-summary span{font-size:12px}.estimate-task-summary strong{font-size:14px}.estimate-resource-header{padding:10px 13px;font-size:10px}.estimate-resource-row{min-height:56px;padding:10px 13px}.estimate-resource-name strong{font-size:13px}.estimate-resource-name span{margin-top:3px;font-size:10px}.estimate-resource-class{font-size:12px}.estimate-inline-number,.estimate-inline-rate{font-size:12px;padding:7px 8px!important}.estimate-resource-rate,.estimate-resource-amount{font-size:12px}.estimate-rate-override,.estimate-rate-override span,.estimate-rate-override button{font-size:10px}.estimate-no-resources{padding:16px 14px;font-size:12px}.estimate-add-resource-form{padding:12px 13px}.estimate-add-resource-button,.estimate-add-task-button,.estimate-bottom-add-section{font-size:12px}.estimate-bottom-add-section{padding:15px 20px}.estimate-details-card-header h3{font-size:16px}.estimate-details-card-header p{font-size:12px}.estimate-details-summary-grid span{font-size:10px}.estimate-details-summary-grid strong{font-size:13px}.estimate-description-heading>span,.estimate-description-heading .secondary-button,.rich-text-toolbar button{font-size:11px}.rich-text-content{min-height:120px;padding:14px 15px;font-size:13px}.estimate-back-link,.estimate-page-client,.estimate-builder-toolbar p,.estimate-section-heading-left span:not(.estimate-collapse-icon),.estimate-task-heading-left span:not(.estimate-collapse-icon),.estimate-section-summary span,.estimate-task-summary span,.estimate-no-resources,.estimate-description-heading>span,.estimate-add-resource-button,.estimate-add-task-button,.estimate-bottom-add-section,.estimate-page-heading-actions .secondary-button,.estimate-page-heading-actions .primary-button,.estimate-page-heading-actions .estimate-page-status{font-size:11px}.estimate-summary-item span,.estimate-meta-strip span,.estimate-resource-header,.estimate-details-summary-grid span,.estimate-status,.estimate-rate-override,.estimate-rate-override button{font-size:10px}.estimate-summary-item strong,.estimate-meta-strip strong,.estimate-resource-class,.estimate-resource-name span,.estimate-section-description-placeholder,.estimate-section-description-placeholder span,.estimate-task-description-placeholder,.estimate-task-description-placeholder span,.estimate-resource-amount,.estimate-inline-number,.estimate-inline-rate{font-size:12px}.estimate-resource-name strong,.estimate-details-summary-grid strong,.estimate-description-block,.estimate-description-block.task-description{font-size:13px}.estimate-section-body{padding-bottom:22px}.estimate-section-description-placeholder,.estimate-task-description-placeholder{line-height:1.5}.estimate-resource-row{min-height:54px;padding-top:10px;padding-bottom:10px}.estimate-task-card{margin-bottom:12px}.estimate-task-header{padding-top:13px;padding-bottom:13px}.estimate-section-header{padding-top:17px;padding-bottom:17px}.estimate-add-resource-form{padding-top:12px;padding-bottom:12px}.estimate-meta-strip>div,.estimate-summary-item{padding-top:13px;padding-bottom:13px}:root{--font-size-xs:11px;--font-size-sm:12px;--font-size-body:14px;--font-size-body-lg:15px;--font-size-subheading:17px;--font-size-heading:22px;--font-size-page-title:36px}body{font-size:14px}.page-header h1{font-size:36px}.page-header p{font-size:16px}.eyebrow{font-size:12px}.sidebar-nav-item,.nav-item{font-size:15px}.sidebar-nav-item{line-height:1.35}.primary-button,.secondary-button,form button,label,input,select,textarea{font-size:14px}th{font-size:12px}td{font-size:14px}.section-heading h2,.content-card h2,.detail-title-row h2{font-size:22px}.section-heading p,.section-toolbar p,.schedule-page-toolbar p,.detail-summary,.form-help,.schedule-tab,.employee-name,.schedule-name,.rate-detail-row,.rate-edit-row{font-size:14px}.schedule-cell,.employee-cell{font-size:13px}.schedule-column-header,.employee-column-header,.config-table-header,.assignment-header{font-size:11px}.currency-settings{gap:24px;display:grid}.currency-settings-heading h2,.currency-add h3{margin:0}.currency-settings-heading p{color:var(--text-muted,#667085);margin:6px 0 0}.currency-table{border:1px solid var(--border-color,#d9dee7);border-radius:10px;overflow:hidden}.currency-row{border-top:1px solid var(--border-color,#e5e7eb);grid-template-columns:1.1fr 1.5fr .9fr .7fr 1.7fr;align-items:center;gap:16px;padding:14px 16px;display:grid}.currency-row:first-child{border-top:0}.currency-head{background:#0f172a09;font-weight:700}.currency-row small{color:#667085;margin-top:2px;display:block}.currency-actions{flex-wrap:wrap;gap:10px;display:flex}.currency-add{grid-template-columns:120px 1.4fr 100px 180px auto;align-items:end;gap:12px;display:grid}.currency-add h3{grid-column:1/-1}.currency-add label{gap:5px;font-weight:600;display:grid}.currency-add input{min-width:0}.currency-history{border-top:1px solid var(--border-color,#e5e7eb);padding-top:20px}.currency-history-row{border-bottom:1px solid var(--border-color,#eee);justify-content:space-between;padding:8px 0;display:flex}@media (width<=900px){.currency-row{grid-template-columns:1fr 1fr}.currency-head{display:none}.currency-add{grid-template-columns:1fr 1fr}}.employee-column-header-simple,.employee-row-simple{grid-template-columns:minmax(260px,1fr) 160px 24px}.employee-row-simple{cursor:pointer}.employee-row-simple:focus-visible{outline:2px solid var(--vantage-blue);outline-offset:-2px}.client-manager{background:#fff;border:1px solid #d7dfe2;grid-template-columns:minmax(250px,.9fr) minmax(330px,1.15fr) minmax(300px,1fr);min-height:620px;display:grid}.client-manager-column{border-right:1px solid #d7dfe2;min-width:0}.client-manager-column:last-child{border-right:0}.client-manager-heading{background:#f8fafb;border-bottom:1px solid #d7dfe2;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:14px 16px;display:flex}.client-manager-heading div{min-width:0}.client-manager-heading span{color:#899398;letter-spacing:.07em;margin-bottom:3px;font-size:9px;font-weight:750;display:block}.client-manager-heading strong{color:#202529;text-overflow:ellipsis;white-space:nowrap;font-size:14px;display:block;overflow:hidden}.client-manager-heading button{color:#367f9d;font:inherit;cursor:pointer;background:#fff;border:1px solid #bfcbd0;border-radius:3px;flex-shrink:0;padding:7px 9px;font-size:10px;font-weight:700}.client-manager-heading button:hover:not(:disabled){background:#eef6f8;border-color:#367f9d}.client-manager-heading button:disabled{opacity:.4;cursor:default}.client-manager-list{padding:8px}.client-manager-item{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:3px;padding:11px 12px;display:block}.client-manager-item+.client-manager-item{margin-top:3px}.client-manager-item:hover{background:#f5f9fa}.client-manager-item.active{background:#eef6f8;border-color:#b9d4df}.client-manager-item strong{color:#202529;font-size:12px;font-weight:700;display:block}.client-manager-item span{color:#768187;margin-top:3px;font-size:10px;line-height:1.35;display:block}.client-manager-contact{border-bottom:1px solid #e7ebed;padding:11px 12px}.client-manager-contact strong{color:#202529;font-size:12px;display:block}.client-manager-contact span{color:#687379;margin-top:2px;font-size:10px;display:block}.client-manager-empty{color:#899398;text-align:center;padding:22px 12px;font-size:11px}.client-manager-form{background:#fbfcfc;border-bottom:1px solid #d7dfe2;padding:14px}.client-manager-form label{color:#687379;letter-spacing:.04em;text-transform:uppercase;margin-bottom:9px;font-size:9px;font-weight:700;display:block}.client-manager-form input,.client-manager-form select{box-sizing:border-box;color:#202529;width:100%;height:36px;font:inherit;text-transform:none;letter-spacing:normal;background:#fff;border:1px solid #bcc7cc;border-radius:3px;margin-top:4px;padding:7px 9px;font-size:11px}.client-manager-form-grid{grid-template-columns:1fr 1fr;gap:0 8px;display:grid}.client-manager-form-grid.two{grid-template-columns:1fr 1fr}.client-manager-form-actions{justify-content:flex-end;gap:7px;margin-top:10px;display:flex}@media (width<=1100px){.client-manager{grid-template-columns:1fr}.client-manager-column{border-bottom:1px solid #d7dfe2;border-right:0;min-height:260px}}.client-heading-actions{gap:6px;display:flex}.client-manager-heading .client-360-button{color:var(--vantage-blue);background:#fff;border:1px solid #b9cbd3}.client-manager-contact{text-align:left;width:100%;font:inherit;cursor:pointer;background:0 0;border:1px solid #0000;border-bottom-color:#e7ebed;display:block}.client-manager-contact:hover{background:#f5f9fa}.client-manager-contact.active{background:#eef6f8;border-color:#b9d4df}.client-heading-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center}.crm-surface{border:1px solid var(--border);background:#fff;border-radius:4px;overflow:hidden}.crm-toolbar{border-bottom:1px solid var(--border-soft);align-items:center;gap:12px;min-height:64px;padding:12px 16px;display:flex}.crm-toolbar-spacer{flex:1}.crm-count{color:var(--text-secondary);font-size:13px;font-weight:600}.secondary-button{color:#334047;background:#fff;border:1px solid #c8d1d5;border-radius:3px;padding:9px 13px;font-weight:600}.secondary-button:hover{background:#f7f9fa}.text-button{color:var(--vantage-blue);background:0 0;border:0;font-weight:650}.crm-search{background:#fff;border:1px solid #cbd4d8;border-radius:4px;align-items:center;gap:7px;width:300px;padding:0 11px;display:flex}.crm-search input{width:100%;min-width:0;box-shadow:none;border:0;margin:0;padding:9px 0}.crm-table-wrap{overflow:auto}.crm-table{min-width:800px}.crm-table th{background:#fbfcfc}.crm-table td small{color:var(--text-muted);margin-top:4px;font-size:11px;display:block}.crm-label{color:#356a81;text-transform:uppercase;background:#e8f0f4;border-radius:3px;padding:3px 7px;font-size:10px;font-weight:800;display:inline-block}.crm-label.hot-lead{color:#b44539;background:#fde9e7}.crm-label.warm{color:#8e6e00;background:#fff3cf}.crm-empty{color:var(--text-muted);text-align:center;padding:48px 24px}.crm-empty.compact{padding:26px}.crm-modal-backdrop{z-index:100;background:#12222961;justify-content:center;align-items:flex-start;padding-top:9vh;display:flex;position:fixed;inset:0}.crm-modal{background:#fff;border-radius:6px;width:min(560px,100vw - 40px);overflow:hidden;box-shadow:0 18px 70px #0003}.crm-modal-header{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:18px 22px;display:flex}.crm-modal-header h2{margin:0;font-size:19px}.icon-button{color:#66767d;background:0 0;border:0;font-size:26px}.crm-form{margin:0;padding:22px}.crm-form label{margin-bottom:15px;display:block}.crm-form input,.crm-form select{width:100%;min-width:0}.crm-form-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.crm-form-actions{justify-content:flex-end;gap:9px;margin-top:22px;display:flex}.form-help{color:var(--text-secondary);font-size:12px;line-height:1.5}.form-callout{background:var(--vantage-blue-soft);border-left:3px solid var(--vantage-blue);flex-direction:column;gap:3px;margin-bottom:18px;padding:13px;display:flex}.form-callout span{color:var(--text-secondary);font-size:12px}.pipeline-surface{overflow:visible}.pipeline-board{background:#edf1f2;grid-template-columns:repeat(5,minmax(220px,1fr));gap:8px;padding:10px;display:grid;overflow-x:auto}.pipeline-column{background:#f6f8f8;border-radius:4px;min-height:610px}.pipeline-column header{border-bottom:1px solid #dfe5e7;justify-content:space-between;align-items:flex-start;padding:15px 13px 12px;display:flex}.pipeline-column header strong{font-size:14px;display:block}.pipeline-column header span{color:var(--text-secondary);margin-top:5px;font-size:11px;display:block}.pipeline-probability{border:3px solid var(--vantage-green);color:#48636f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:9px;font-weight:800;display:flex}.deal-card{text-align:left;background:#fff;border:1px solid #d9e0e3;border-radius:4px;width:100%;margin-bottom:8px;padding:14px 12px 10px;display:block;position:relative;box-shadow:0 1px 2px #142d370f}.deal-card:hover{border-color:#b5c7cf;box-shadow:0 3px 10px #142d3717}.deal-accent{background:var(--vantage-blue);border-radius:2px;height:3px;position:absolute;top:7px;left:10px;right:70%}.deal-card>strong{color:#25353c;margin-top:2px;font-size:13px;display:block}.deal-client{color:#77858b;margin-top:4px;font-size:11px;display:block}.deal-meta,.deal-footer{color:#66777e;justify-content:space-between;align-items:center;gap:10px;margin-top:10px;font-size:10px;display:flex}.deal-meta b{color:#35474f}.deal-footer{border-top:1px solid #edf0f1;padding-top:8px}.due.overdue{color:#b95148;font-weight:700}.pipeline-total{font-size:13px}.pipeline-total strong{color:#24383f}.pipeline-total span{color:var(--text-muted)}.activity-types{gap:4px;display:flex}.activity-types button,.activity-filterbar button{color:#586970;background:0 0;border:0;border-radius:3px;padding:8px 10px;font-weight:600}.activity-types button.active,.activity-filterbar button.active{background:var(--vantage-blue-soft);color:var(--vantage-blue-dark)}.activity-filterbar{border-bottom:1px solid var(--border-soft);justify-content:flex-end;gap:4px;padding:10px 16px;display:flex}.complete-check{width:16px;min-width:auto;height:16px;margin:0}.activity-overdue{color:#b14a42;font-weight:700}.activities-table td:first-child{width:38px}.alpha-filter{border-bottom:1px solid var(--border-soft);color:var(--vantage-blue);padding:14px 18px;font-weight:700}.alpha-filter span{color:#35464d;margin-left:18px;display:inline-block}.opportunity-page{max-width:1280px}.opportunity-top{margin-bottom:18px}.back-link{color:var(--vantage-blue);background:0 0;border:0;margin-bottom:20px;padding:0;font-weight:650}.opportunity-title-row{justify-content:space-between;align-items:flex-end;gap:20px;display:flex}.opportunity-title-row h1{margin:0;font-size:32px;font-weight:650}.opportunity-actions{gap:8px;display:flex}.stage-track{margin-top:26px;display:flex}.stage-track button{color:#596970;clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%,10px 50%);background:#e7ecee;border:0;border-right:2px solid #fff;flex:1;padding:10px 12px;font-size:11px;font-weight:700;position:relative}.stage-track button:first-child{clip-path:polygon(0 0,calc(100% - 10px) 0,100% 50%,calc(100% - 10px) 100%,0 100%)}.stage-track button.active{background:var(--vantage-blue);color:#fff}.opportunity-layout{grid-template-columns:300px 1fr;gap:18px;display:grid}.opportunity-sidebar-card,.opportunity-panel{border:1px solid var(--border);background:#fff;border-radius:4px}.opportunity-sidebar-card{padding:20px}.opportunity-sidebar-card h3{margin:0 0 18px;font-size:15px}.opportunity-sidebar-card dl{margin:0}.opportunity-sidebar-card dt{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-top:14px;font-size:9px;font-weight:800}.opportunity-sidebar-card dd{color:#314047;margin:4px 0 0;font-size:13px}.opportunity-sidebar-card dd small{color:var(--text-muted);margin-top:3px;display:block}.win-loss{border-top:1px solid var(--border-soft);grid-template-columns:1fr 1fr;gap:7px;margin-top:24px;padding-top:16px;display:grid}.win-loss button{background:#fff;border:1px solid #cbd4d8;border-radius:3px;padding:8px;font-weight:650}.win-loss button:first-child{color:#14815f}.win-loss button:last-child{color:#ae4d45}.opportunity-main{flex-direction:column;gap:18px;display:flex}.panel-heading{border-bottom:1px solid var(--border-soft);justify-content:space-between;align-items:center;padding:17px 20px;display:flex}.panel-heading h2{margin:0;font-size:16px}.note-composer{border-bottom:1px solid var(--border-soft);gap:8px;margin:0;padding:16px 20px;display:flex}.note-composer textarea{min-height:64px;font:inherit;resize:vertical;border:1px solid #ccd5d9;border-radius:3px;flex:1;padding:10px}.note-composer button{align-self:flex-end}.timeline{padding:8px 20px 18px}.timeline-item{border-bottom:1px solid #edf0f1;grid-template-columns:18px 1fr;gap:10px;padding:14px 0;display:grid;position:relative}.timeline-dot{background:var(--vantage-blue);border-radius:50%;width:9px;height:9px;margin-top:5px}.timeline-dot.activity{background:var(--vantage-green)}.timeline-item p{color:#55666d;margin:5px 0;font-size:12px;line-height:1.5}.timeline-item small{color:#89969b}.clickable-row{cursor:pointer}.crm-detail-loading{text-align:center;color:var(--text-muted);padding:70px}@media (width<=1100px){.pipeline-board{grid-template-columns:repeat(5,250px)}.opportunity-layout{grid-template-columns:1fr}.opportunity-sidebar-card{order:2}}@media (width<=760px){.crm-form-grid{grid-template-columns:1fr}.opportunity-title-row{flex-direction:column;align-items:flex-start}.stage-track{overflow:auto}.stage-track button{min-width:130px}}.crm-drawer-backdrop{z-index:110;background:#12222952;position:fixed;inset:0}.crm-drawer{background:#fff;width:min(540px,95vw);height:100%;position:absolute;top:0;right:0;overflow:auto;box-shadow:-12px 0 44px #00000029}.crm-form textarea{width:100%;min-height:92px;font:inherit;resize:vertical;border:1px solid #cbd4d8;border-radius:3px;padding:10px}.card-heading-inline{justify-content:space-between;align-items:center;gap:12px;display:flex}.card-heading-inline h3{margin:0}.timeline-click{cursor:pointer}.timeline-click:hover strong{color:var(--vantage-blue)}.timeline-dot.history{background:#8a98a0}.drawer-danger-row{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:10px;margin-top:22px;padding-top:16px;display:flex}.danger-text{color:#b14a42;background:0 0;border:0;font-weight:650}.danger-button{color:#fff;background:#b14a42;border:1px solid #b14a42;border-radius:3px;padding:9px 14px;font-weight:700}.due.missing{color:#956f15;font-weight:700}.close-warning{color:#b14a42;font-weight:700}.opportunity-contact-block{border-top:1px solid #dfe6e9;margin-top:18px;padding-top:16px}.opportunity-contact-block .card-heading-inline{margin-bottom:8px}.opportunity-contact-row{border-top:1px solid #edf1f2;justify-content:space-between;align-items:flex-start;gap:10px;padding:9px 0;display:flex}.opportunity-contact-row:first-of-type{border-top:0}.opportunity-contact-row>div{flex-direction:column;gap:2px;min-width:0;display:flex}.opportunity-contact-row strong{color:#18262e;font-size:12px}.opportunity-contact-row span{color:#718188;font-size:10px}.opportunity-contact-row .danger-text{padding:2px 0;font-size:10px}.deal-health{color:#70838d;border-top:1px solid #e4eaee;justify-content:space-between;gap:8px;margin-top:9px;padding-top:8px;font-size:11px;display:flex}.deal-health .close-warning{color:#b3483f;font-weight:700}.estimate-status{color:#46738a;font-weight:700}.cell-subtext{color:#7a8a92;margin-top:3px;font-size:11px;display:block}.status-pill{color:#41677a;background:#eef4f6;border-radius:999px;align-items:center;padding:3px 8px;font-size:11px;font-weight:700;display:inline-flex}.dashboard-kpis{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin-bottom:16px;display:grid}.dashboard-kpis article{border:1px solid var(--border);background:#fff;border-radius:4px;flex-direction:column;gap:5px;padding:18px;display:flex}.dashboard-kpis article span{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.dashboard-kpis article strong{color:#253942;font-size:26px}.dashboard-kpis article small{color:var(--text-secondary)}.dashboard-kpis article.attention{border-color:#e1b8b4}.dashboard-kpis article.attention strong{color:#b14a42}.dashboard-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.dashboard-panel{border:1px solid var(--border);background:#fff;border-radius:4px;overflow:hidden}.dashboard-wide{grid-column:1/-1}.dashboard-list>div{border-top:1px solid var(--border-soft);justify-content:space-between;align-items:center;gap:18px;padding:14px 18px;display:flex}.dashboard-list>div:first-child{border-top:0}.dashboard-list strong,.dashboard-list span{display:block}.dashboard-list strong{font-size:13px}.dashboard-list span{color:var(--text-muted);margin-top:3px;font-size:11px}.dashboard-list b{font-size:13px}.dashboard-attention{grid-template-columns:repeat(3,1fr);padding:18px;display:grid}.dashboard-attention>div{border-left:1px solid var(--border-soft);flex-direction:column;gap:4px;padding:8px 18px;display:flex}.dashboard-attention>div:first-child{border-left:0}.dashboard-attention strong{font-size:24px}.dashboard-attention span{color:var(--text-muted);font-size:11px}.pipeline-filters{border-bottom:1px solid var(--border-soft);background:#fafcfc;grid-template-columns:repeat(6,minmax(130px,1fr)) auto;align-items:end;gap:10px;padding:12px 16px;display:grid}.pipeline-filters label{color:var(--text-muted);text-transform:uppercase;flex-direction:column;gap:5px;font-size:9px;font-weight:800;display:flex}.pipeline-filters select,.pipeline-filters input,.saved-view-select{background:#fff;border:1px solid #cbd4d8;border-radius:3px;min-width:0;padding:8px 9px}.saved-view-select{max-width:190px}.opportunity-summary-grid{grid-template-columns:1fr 1fr;gap:18px;display:grid}.compact-timeline{max-height:440px}.note-preview{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.drawer-history-list{padding:12px 18px 24px}.drawer-history-item{border:0;border-bottom:1px solid var(--border-soft);text-align:left;background:0 0;flex-direction:column;align-items:flex-start;gap:4px;width:100%;padding:14px 4px;display:flex}.drawer-history-item:hover strong{color:var(--vantage-blue)}.drawer-history-item span,.drawer-history-item small{color:var(--text-muted);font-size:11px}.drawer-note{border-bottom:1px solid var(--border-soft);padding:16px 4px}.drawer-note p{white-space:pre-wrap;margin:0 0 8px;line-height:1.55}.drawer-note small{color:var(--text-muted)}.client-360{max-width:1280px}.client-360-header{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:18px;display:flex}.client-360-header h1{margin:0;font-size:32px}.client-360-header p{color:var(--text-secondary);margin:6px 0 0}.client-360-metrics{gap:24px;display:flex}.client-360-metrics>div{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.client-360-metrics span{color:var(--text-muted);text-transform:uppercase;font-size:10px;font-weight:800}.client-360-metrics strong{font-size:19px}.client-tabs{border-bottom:1px solid var(--border);gap:2px;margin-bottom:16px;display:flex}.client-tabs button{color:var(--text-secondary);background:0 0;border:0;border-bottom:3px solid #0000;padding:10px 14px;font-weight:650}.client-tabs button.active{border-bottom-color:var(--vantage-blue);color:var(--vantage-blue-dark)}.client-overview-grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.client-facts{grid-template-columns:1fr 1fr;display:grid}.client-facts>div{border-top:1px solid var(--border-soft);border-right:1px solid var(--border-soft);flex-direction:column;gap:5px;padding:18px;display:flex}.client-facts span,.client-activity-summary span{color:var(--text-muted);text-transform:uppercase;font-size:10px;font-weight:800}.client-facts strong{font-size:22px}.client-activity-summary{gap:5px;padding:18px;display:grid}.client-activity-summary span:not(:first-child){margin-top:14px}.client-activity-summary small{color:var(--text-muted)}@media (width<=1100px){.dashboard-kpis{grid-template-columns:repeat(2,1fr)}.pipeline-filters{grid-template-columns:repeat(3,1fr)}.opportunity-summary-grid,.client-overview-grid{grid-template-columns:1fr}}@media (width<=700px){.dashboard-kpis,.dashboard-grid,.pipeline-filters,.dashboard-attention{grid-template-columns:1fr}.client-360-header{flex-direction:column;align-items:flex-start}.client-360-metrics{justify-content:space-between;width:100%}.client-tabs{overflow:auto}}.pipeline-filter-panel{border-bottom:1px solid var(--border-soft);background:#fafcfc}.pipeline-filter-panel .pipeline-filters{border-bottom:0}.pipeline-filter-footer{justify-content:space-between;align-items:center;gap:16px;padding:0 16px 12px;display:flex}.pipeline-view-tools{color:var(--text-muted);text-transform:uppercase;align-items:center;gap:8px;font-size:10px;font-weight:800;display:flex}.pipeline-view-tools .text-button{text-transform:none}.pipeline-view-tools .saved-view-select{text-transform:none;font-size:12px;font-weight:500}.opportunity-actions{flex-wrap:wrap;gap:8px;display:flex}@media (width<=760px){.pipeline-filter-footer{flex-direction:column;align-items:flex-start}.pipeline-view-tools{flex-wrap:wrap;width:100%}}.crm-toolbar{min-height:68px}.crm-count,.pipeline-total,.crm-search input,.crm-form input,.crm-form select,.crm-form textarea,.pipeline-filters select,.pipeline-filters input,.saved-view-select,.crm-table td,.crm-table th{font-size:14px}.crm-table td small,.cell-subtext,.status-pill,.form-help,.form-callout span{font-size:12px}.crm-label{font-size:11px}.pipeline-column header{padding:17px 15px 14px}.pipeline-column header strong{font-size:16px}.pipeline-column header span{font-size:12px}.pipeline-probability{width:38px;height:38px;font-size:11px}.pipeline-column-body{padding:10px}.deal-card{margin-bottom:10px;padding:16px 14px 12px}.deal-card>strong{font-size:15px;line-height:1.3}.deal-client,.deal-meta,.deal-footer,.deal-health{font-size:12px}.activity-types button,.activity-filterbar button,.alpha-filter,.alpha-filter span{font-size:13px}.opportunity-title-row h1,.client-360-header h1{font-size:36px}.back-link{font-size:13px}.stage-track button{padding-top:12px;padding-bottom:12px;font-size:13px}.opportunity-sidebar-card h3{font-size:17px}.opportunity-sidebar-card dt{font-size:11px}.opportunity-sidebar-card dd{font-size:14px}.panel-heading h2{font-size:18px}.timeline-item strong{font-size:14px}.timeline-item p,.timeline-item small{font-size:13px}.opportunity-contact-row strong{font-size:14px}.opportunity-contact-row span,.opportunity-contact-row .danger-text{font-size:12px}.dashboard-kpis article span,.client-360-metrics span,.client-facts span,.client-activity-summary span,.pipeline-filters label,.pipeline-view-tools{font-size:11px}.dashboard-kpis article small,.dashboard-list span,.dashboard-attention span,.drawer-history-item span,.drawer-history-item small,.client-activity-summary small{font-size:12px}.dashboard-list strong,.dashboard-list b,.client-tabs button{font-size:14px}.pipeline-column header small{color:var(--text-muted,#667085);font-size:.78rem;display:block}.pipeline-currency-line{display:block}.panel-heading-actions{align-items:center;gap:10px;display:flex}.compact-action{white-space:nowrap;padding:7px 11px;font-size:12px}.opportunity-actions .danger-button{border-radius:2px;padding:10px 16px}.card-heading-inline .compact-action{margin-left:auto}.alpha-filter{flex-wrap:wrap;align-items:center;gap:5px;display:flex}.alpha-filter button{color:#35464d;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:3px;padding:4px 7px;font-size:13px;font-weight:700}.alpha-filter button:hover{color:var(--vantage-blue);background:#eef4f6}.alpha-filter button.active{background:var(--vantage-blue);color:#fff}.sidebar-nav-item{color:#ffffffd1;text-align:left;background:0 0;border:0;border-left:3px solid #0000;border-radius:2px;width:100%;margin-bottom:4px;padding:12px 14px;font-size:14px;transition:background .12s,color .12s,border-color .12s;display:block}.sidebar-nav-item:hover{color:#fff;background:#ffffff14}.sidebar-nav-item.active{border-left-color:var(--vantage-green);color:#fff;background:#ffffff24;font-weight:600}.sidebar-brand{border-bottom:1px solid #ffffff2e;padding:22px 18px 30px;position:relative}.sidebar-logo{width:190px;max-width:100%;height:auto;display:block}.sidebar-product-name{background:var(--vantage-blue);color:#ffffffd9;letter-spacing:.045em;text-transform:uppercase;white-space:nowrap;padding:0 8px;font-size:9px;font-weight:650;position:absolute;bottom:1px;left:50%;transform:translate(-50%)}.sidebar-nav-section+.sidebar-nav-section{margin-top:18px}.sidebar-nav-label{color:#ffffff85;letter-spacing:.11em;text-transform:uppercase;padding:0 14px 7px 17px;font-size:9px;font-weight:750}.sidebar-nav{overflow-y:auto}.sidebar-nav-item{margin-bottom:2px;padding:9px 14px;font-size:13px}.estimate-list-toolbar{justify-content:space-between;align-items:center;min-height:42px;margin-bottom:14px;display:flex}.estimate-list-toolbar>div{align-items:center;gap:8px;display:flex}.estimate-manage-clients{justify-content:center;align-items:center;text-decoration:none;display:inline-flex}.estimate-create-panel{background:#f8fafb;border:1px solid #d7dfe2;margin:0 0 18px;padding:16px}.estimate-create-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.estimate-create-grid label{color:#596368;flex-direction:column;gap:6px;font-size:11px;font-weight:700;display:flex}.estimate-create-grid input,.estimate-create-grid select,.estimate-create-grid textarea{box-sizing:border-box;width:100%;font:inherit;color:#202529;background:#fff;border:1px solid #c6d0d4;border-radius:3px;padding:9px 10px}.estimate-create-grid input,.estimate-create-grid select{min-height:38px}.estimate-create-grid textarea{resize:vertical}.estimate-create-wide{grid-column:1/-1}.estimate-create-actions{justify-content:flex-end;gap:8px;margin-top:12px;display:flex}.estimate-list-table{border:1px solid #d7dfe2}.estimate-list-header,.estimate-list-row{grid-template-columns:110px 170px minmax(280px,1fr) 90px 140px 90px;align-items:center;gap:12px;padding:10px 12px;display:grid}.estimate-list-header{color:#68767d;text-transform:uppercase;letter-spacing:.05em;background:#f1f5f7;font-size:9px;font-weight:750}.estimate-list-row{color:#394247;border-top:1px solid #e7ebed;font-size:12px;text-decoration:none}.estimate-list-row:hover{background:#f8fafb}.estimate-list-row>:nth-child(5){text-align:right}.estimate-row-actions{justify-content:flex-end;align-items:center;display:flex}.estimate-row-actions button{min-height:28px;padding:3px 7px}@media (width<=900px){.estimate-create-grid{grid-template-columns:1fr}.estimate-list-header{display:none}.estimate-list-row{grid-template-columns:1fr}.estimate-list-row>:last-child{text-align:left}}.estimate-home-value{color:var(--text-muted,#667085);font-size:.78rem;font-weight:500;display:block}.estimate-page-shell{--vantage-blue:#367f9d;--vantage-blue-dark:#2d6c87;--vantage-blue-soft:#eef6f8;--vantage-green:#12ab84;--vantage-green-dark:#0e9270;--vantage-green-soft:#edf8f5;--vantage-text:#202529;--vantage-text-secondary:#596368;--vantage-muted:#899398;--vantage-border:#d7dfe2;--vantage-border-light:#e7ebed;--vantage-surface:#fff;--vantage-surface-soft:#f8fafb;width:100%}.estimate-clean-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:22px;display:flex}.estimate-back-link{color:var(--vantage-blue);margin-bottom:14px;font-size:13px;font-weight:600;text-decoration:none;display:inline-block}.estimate-back-link:hover{color:var(--vantage-blue-dark)}.estimate-clean-title{align-items:center;gap:12px;display:flex}.estimate-clean-title h1{color:var(--vantage-text);letter-spacing:-.025em;margin:0;font-size:34px;font-weight:700}.estimate-clean-title select{border:1px solid var(--vantage-border);background:#fff;width:auto;min-width:150px;margin:0;padding:8px 10px;font-size:12px}.estimate-clean-status{border:1px solid var(--vantage-border);color:var(--vantage-text-secondary);text-transform:uppercase;background:#fff;padding:6px 9px;font-size:10px;font-weight:700}.estimate-clean-subject{color:var(--vantage-text);margin-top:9px;font-size:21px;font-weight:650}.estimate-clean-client{color:var(--vantage-muted);margin-top:4px;font-size:13px}.estimate-clean-actions{flex-shrink:0;align-items:center;gap:8px;padding-top:27px;display:flex}.estimate-page-shell .primary-button{border:1px solid var(--vantage-green);background:var(--vantage-green);color:#fff;cursor:pointer;border-radius:3px;min-height:38px;padding:9px 15px;font-family:inherit;font-size:11px;font-weight:700}.estimate-page-shell .primary-button:hover{border-color:var(--vantage-green-dark);background:var(--vantage-green-dark)}.estimate-page-shell .secondary-button{min-height:38px;color:var(--vantage-text);cursor:pointer;background:#fff;border:1px solid #cbd3d7;border-radius:3px;padding:9px 15px;font-family:inherit;font-size:11px;font-weight:600}.estimate-page-shell .secondary-button:hover{background:#f4f7f8}.estimate-page-shell button:disabled{opacity:.5;cursor:default}.estimate-sticky-summary{z-index:40;border:1px solid var(--vantage-border);background:#fff;grid-template-columns:minmax(260px,1.5fr) 115px 115px 115px 205px;margin-bottom:12px;display:grid;position:sticky;top:0;box-shadow:0 3px 9px #0000000a}.estimate-summary-item{border-right:1px solid var(--vantage-border-light);min-width:0;padding:13px 16px}.estimate-summary-item:last-child{border-right:0}.estimate-summary-item span{color:var(--vantage-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.estimate-summary-item strong{color:var(--vantage-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;display:block;overflow:hidden}.estimate-summary-item.emphasized{background:var(--vantage-green-soft)}.estimate-summary-item.emphasized strong{color:var(--vantage-green-dark);font-size:18px}.estimate-meta-line{border:1px solid var(--vantage-border);color:var(--vantage-text-secondary);background:#fff;flex-wrap:wrap;align-items:center;gap:10px 22px;margin-bottom:22px;padding:12px 15px;font-size:12px;display:flex}.estimate-meta-line strong{color:var(--vantage-text);font-weight:650}.estimate-meta-line button{color:var(--vantage-blue);cursor:pointer;background:0 0;border:0;margin-left:auto;padding:0;font-family:inherit;font-size:11px;font-weight:700}.estimate-meta-line button:hover{color:var(--vantage-blue-dark);text-decoration:underline}.estimate-scope{border:1px solid var(--vantage-border);background:var(--vantage-surface);width:100%}.estimate-scope-header{border-bottom:1px solid var(--vantage-border);background:#fff;justify-content:space-between;align-items:center;gap:24px;padding:17px 20px;display:flex}.estimate-scope-header h2{color:var(--vantage-text);margin:0 0 3px;font-size:21px;font-weight:700}.estimate-scope-header p{color:var(--vantage-muted);margin:0;font-size:12px}.estimate-section-quick-add{border-bottom:1px solid var(--vantage-border);background:var(--vantage-surface-soft);margin-top:0;padding-left:20px;padding-right:20px}.estimate-clean-section{border-bottom:1px solid var(--vantage-border);width:100%}.estimate-clean-section:last-of-type{border-bottom:0}.estimate-clean-section-header{border:0;border-left:4px solid var(--vantage-blue);background:var(--vantage-blue-soft);width:100%;color:inherit;text-align:left;cursor:pointer;justify-content:space-between;align-items:center;padding:14px 18px;font-family:inherit;display:flex}.estimate-clean-section-header:hover{background:#e6f1f5}.estimate-section-title{align-items:center;gap:10px;min-width:0;display:flex}.estimate-clean-section-header strong{color:var(--vantage-text);text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:700;overflow:hidden}.estimate-chevron{width:15px;color:var(--vantage-blue-dark);flex-shrink:0;font-size:15px}.estimate-clean-totals{flex-shrink:0;align-items:center;gap:30px;display:flex}.estimate-clean-totals span{color:var(--vantage-text-secondary);font-size:11px}.estimate-clean-totals strong{min-width:140px;color:var(--vantage-text);text-align:right;font-size:13px;font-weight:700}.estimate-clean-section-body{padding:12px 18px 15px}.estimate-description-field{border:1px solid var(--vantage-border);background:#fff;margin-bottom:12px}.estimate-description-field-header{border-bottom:1px solid var(--vantage-border-light);background:#f9fbfc;justify-content:space-between;align-items:center;gap:10px;min-height:32px;padding:6px 10px;display:flex}.estimate-description-field-header span,.estimate-field-label{color:#687379;letter-spacing:.06em;text-transform:uppercase;font-size:9px;font-weight:700}.estimate-description-field-header button{color:var(--vantage-blue);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:10px;font-weight:700}.estimate-description-field-header button:hover{color:var(--vantage-blue-dark);text-decoration:underline}.estimate-description-field-body{min-height:34px;padding:8px 11px}.task-description-field{margin:9px 11px}.estimate-description-editor{margin-bottom:12px}.estimate-description-editor.task{margin:9px 11px}.estimate-field-label{margin-bottom:7px}.estimate-description-actions{justify-content:flex-end;gap:8px;margin-top:8px;display:flex}.estimate-muted{color:#a0a8ac;font-size:12px}.estimate-rich-preview{color:#4e585d;font-size:12px;line-height:1.5}.estimate-rich-preview p{margin:0 0 5px}.estimate-rich-preview p:last-child{margin-bottom:0}.estimate-rich-preview h2{color:var(--vantage-text);margin:6px 0;font-size:16px}.estimate-rich-preview h3{color:var(--vantage-text);margin:5px 0;font-size:14px}.estimate-rich-preview ul,.estimate-rich-preview ol{margin:5px 0;padding-left:22px}.estimate-task-column-header{border-top:1px solid var(--vantage-border-light);color:#68767d;letter-spacing:.055em;text-transform:uppercase;background:#f7fafb;grid-template-columns:minmax(220px,1fr) 120px 150px;gap:16px;padding:7px 12px;font-size:9px;font-weight:750;display:grid}.estimate-task-column-header div:nth-child(2),.estimate-task-column-header div:nth-child(3){text-align:right}.estimate-task-list{flex-direction:column;gap:5px;display:flex}.estimate-clean-task{border:1px solid var(--vantage-border);background:#fff;width:100%}.estimate-clean-task-header{width:100%;color:inherit;text-align:left;cursor:pointer;background:#f5f9fa;border:0;grid-template-columns:minmax(220px,1fr) 120px 150px;align-items:center;gap:16px;padding:10px 12px;font-family:inherit;display:grid}.estimate-clean-task-header:hover{background:#eaf3f6}.estimate-clean-task-header:focus-visible{outline-offset:-2px;outline:2px solid #367f9d2e}.estimate-task-name{align-items:center;gap:9px;min-width:0;display:flex}.estimate-task-name strong{color:var(--vantage-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;font-weight:650;overflow:hidden}.estimate-task-hours{color:var(--vantage-text-secondary);text-align:right;font-size:12px}.estimate-task-amount{color:var(--vantage-text);text-align:right;font-size:13px;font-weight:700}.estimate-clean-task-body{border-top:1px solid var(--vantage-border-light);width:100%}.estimate-resource-header,.estimate-resource-row{grid-template-columns:minmax(260px,1fr) 90px 110px 130px 150px;align-items:center;gap:14px;display:grid}.estimate-resource-header{color:#627078;letter-spacing:.055em;text-transform:uppercase;background:#f1f5f7;border-top:1px solid #d7dfe2;border-bottom:1px solid #cfd8dc;padding:8px 12px;font-size:9px;font-weight:750}.estimate-resource-header div:nth-child(3),.estimate-resource-header div:nth-child(4),.estimate-resource-header div:nth-child(5){text-align:right}.estimate-resource-row{background:#fff;border-bottom:1px solid #e4e9eb;min-height:54px;padding:8px 12px}.estimate-resource-row:hover{background:#fbfcfc}.estimate-resource-name strong{color:var(--vantage-text);font-size:13px;font-weight:650;display:block}.estimate-resource-name span{color:var(--vantage-muted);margin-top:2px;font-size:9px;display:block}.estimate-resource-class{color:var(--vantage-text-secondary);font-size:12px}.estimate-resource-row>div:nth-child(3){justify-content:flex-end;display:flex}.estimate-resource-rate{justify-content:flex-end;align-items:center;gap:8px;display:flex}.estimate-value-input{box-sizing:border-box;height:34px;color:var(--vantage-text);text-align:right;border-radius:3px;font-family:inherit;font-size:12px;box-shadow:inset 0 1px 2px #00000006;background:#fff!important;border:1px solid #b7c3c8!important;margin:0!important;padding:6px 8px!important}.estimate-resource-row .estimate-value-input{width:90px!important;min-width:90px!important;max-width:90px!important}.estimate-resource-row .estimate-value-input.rate{width:105px!important;min-width:105px!important;max-width:105px!important}.estimate-value-input:hover{border-color:var(--vantage-blue)!important}.estimate-value-input:focus{outline:2px solid #367f9d1f;border-color:var(--vantage-blue)!important}.estimate-value-input.overridden{border-color:var(--vantage-green)!important;background:var(--vantage-green-soft)!important}.estimate-rate-override{color:var(--vantage-text-secondary);flex-direction:column;gap:1px;font-size:9px;display:flex}.estimate-rate-override strong{color:var(--vantage-green-dark);text-transform:uppercase;font-size:9px}.estimate-rate-override button{width:fit-content;color:var(--vantage-blue);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:9px;font-weight:700}.estimate-rate-override button:hover{text-decoration:underline}.estimate-resource-amount{color:var(--vantage-text);text-align:right;font-variant-numeric:tabular-nums;font-size:13px;font-weight:750}.estimate-no-resource-row{color:var(--vantage-muted);padding:12px;font-size:11px}.estimate-add-outline,.estimate-inline-add{min-height:32px;color:var(--vantage-blue);cursor:pointer;background:#fff;border:1px solid #bfcbd0;border-radius:3px;justify-content:center;align-items:center;margin-top:8px;padding:6px 11px;font-family:inherit;font-size:10px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.estimate-add-outline:hover,.estimate-inline-add:hover{border-color:var(--vantage-blue);background:var(--vantage-blue-soft);color:var(--vantage-blue-dark);text-decoration:none}.estimate-add-outline:disabled,.estimate-inline-add:disabled{opacity:.45;cursor:default}.estimate-resource-actions{padding:8px 12px 10px}.estimate-resource-actions .estimate-add-outline{margin-top:0}.estimate-quick-add{background:0 0;align-items:center;gap:8px;margin-top:8px;padding:9px 0;display:flex}.estimate-quick-add input{flex:1;min-width:0;max-width:500px;margin:0}.estimate-add-resource-form{border-top:1px solid var(--vantage-border-light);background:var(--vantage-surface-soft);align-items:center;gap:8px;padding:9px 12px;display:flex}.estimate-add-resource-form select{width:360px;min-width:0;margin:0}.rich-text-editor{background:#fff;border:1px solid #bcc7cc;border-radius:4px;overflow:hidden}.rich-text-toolbar{border-bottom:1px solid var(--vantage-border-light);background:var(--vantage-surface-soft);flex-wrap:wrap;align-items:center;gap:4px;padding:7px 9px;display:flex}.rich-text-toolbar button{min-width:33px;color:var(--vantage-text-secondary);cursor:pointer;background:0 0;border:1px solid #0000;padding:6px 9px;font-family:inherit;font-size:11px;font-weight:650}.rich-text-toolbar button:hover{border-color:var(--vantage-border);background:#fff}.rich-text-toolbar button.active{border-color:var(--vantage-blue);background:var(--vantage-blue-soft);color:var(--vantage-blue-dark)}.rich-text-toolbar-divider{background:var(--vantage-border);width:1px;height:20px;margin:0 5px}.rich-text-content{color:#343b3e;outline:none;min-height:110px;padding:12px 14px;font-size:13px;line-height:1.6}.estimate-empty-scope{color:var(--vantage-muted);text-align:center;padding:36px;font-size:13px}.estimate-drawer-overlay{z-index:1000;background:#161a1c52;justify-content:flex-end;display:flex;position:fixed;inset:0}.estimate-drawer{background:#fff;flex-direction:column;width:min(600px,94vw);height:100vh;display:flex;box-shadow:-8px 0 25px #0000001f}.estimate-drawer-header{border-bottom:1px solid var(--vantage-border);justify-content:space-between;align-items:flex-start;padding:25px;display:flex}.estimate-drawer-header h2{margin:0;font-size:21px}.estimate-drawer-header p{color:var(--vantage-muted);margin:5px 0 0;font-size:12px}.estimate-drawer-body{flex-direction:column;flex:1;gap:17px;padding:25px;display:flex;overflow-y:auto}.estimate-drawer-body input,.estimate-drawer-body select{width:100%;min-width:0}.estimate-drawer-grid{grid-template-columns:1fr 1fr;gap:17px;display:grid}.estimate-drawer-footer{border-top:1px solid var(--vantage-border);justify-content:flex-end;gap:9px;padding:18px 25px;display:flex}@media (width<=1100px){.estimate-sticky-summary{grid-template-columns:minmax(210px,1.4fr) 100px 100px 100px 175px}.estimate-resource-header,.estimate-resource-row{grid-template-columns:minmax(200px,1fr) 70px 95px 130px 125px}}@media (width<=900px){.estimate-clean-header{flex-direction:column}.estimate-clean-actions{flex-wrap:wrap;padding-top:0}.estimate-sticky-summary{grid-template-columns:repeat(2,minmax(0,1fr));position:static}.estimate-task-column-header{display:none}.estimate-clean-task-header{grid-template-columns:minmax(180px,1fr) 90px 120px}.estimate-resource-header{display:none}.estimate-resource-row{grid-template-columns:1fr 70px 95px 130px 125px;overflow-x:auto}.estimate-drawer-grid{grid-template-columns:1fr}}.estimate-clean-title h1{font-size:36px}.estimate-clean-title select,.estimate-clean-client,.estimate-meta-line,.estimate-scope-header p,.estimate-rich-preview,.estimate-task-hours,.estimate-resource-class,.estimate-value-input,.estimate-drawer-header p{font-size:13px}.estimate-clean-status,.estimate-summary-item span,.estimate-description-field-header span,.estimate-field-label,.estimate-task-column-header,.estimate-resource-header,.estimate-rate-override,.estimate-rate-override strong,.estimate-rate-override button,.estimate-add-outline,.estimate-inline-add{font-size:11px}.estimate-summary-item strong,.estimate-clean-totals strong,.estimate-task-name strong,.estimate-task-amount,.estimate-resource-name strong,.estimate-resource-amount{font-size:14px}.estimate-clean-section-header strong{font-size:16px}.estimate-scope-header h2,.estimate-drawer-header h2{font-size:22px}.estimate-page-shell .primary-button,.estimate-page-shell .secondary-button,.estimate-meta-line button,.estimate-description-field-header button{font-size:12px}.estimate-resource-name span,.estimate-no-resource-row{font-size:11px}.estimate-accept-button,.estimate-decline-button{cursor:pointer;background:#fff;border-radius:3px;min-height:38px;padding:9px 15px;font-family:inherit;font-size:11px;font-weight:700}.estimate-accept-button{border:1px solid var(--vantage-green);color:var(--vantage-green-dark)}.estimate-accept-button:hover{background:var(--vantage-green-soft)}.estimate-decline-button{color:#7b4747;border:1px solid #c7cfd3}.estimate-decline-button:hover{background:#fbf6f6;border-color:#b78e8e}.estimate-section-add-actions{align-items:center;gap:8px;margin-top:8px;display:flex}.estimate-section-add-actions .estimate-add-outline{margin-top:0}.estimate-expense-block{border:1px solid var(--vantage-border);background:#fff;margin-top:13px}.estimate-expense-title{border-bottom:1px solid var(--vantage-border);color:var(--vantage-text);background:#f7fafb;padding:8px 12px;font-size:11px;font-weight:750}.estimate-expense-header,.estimate-expense-row{grid-template-columns:minmax(170px,.9fr) minmax(210px,1.4fr) 90px 110px 135px 28px;align-items:center;gap:10px;display:grid}.estimate-expense-header{color:#627078;letter-spacing:.05em;text-transform:uppercase;background:#f1f5f7;border-bottom:1px solid #d3dcdf;padding:7px 10px;font-size:9px;font-weight:750}.estimate-expense-header>div:nth-child(3),.estimate-expense-header>div:nth-child(4),.estimate-expense-header>div:nth-child(5){text-align:right}.estimate-expense-row{border-bottom:1px solid var(--vantage-border-light);min-height:51px;padding:7px 10px}.estimate-expense-row:last-child{border-bottom:0}.estimate-expense-row select,.estimate-expense-row input{box-sizing:border-box;width:100%;min-width:0;height:34px;color:var(--vantage-text);background:#fff;border:1px solid #b7c3c8;border-radius:3px;margin:0;padding:6px 8px;font-family:inherit;font-size:11px}.estimate-expense-row .estimate-value-input{width:100%!important;min-width:0!important;max-width:none!important}.estimate-expense-amount{text-align:right;font-variant-numeric:tabular-nums;font-size:12px}.estimate-expense-remove{color:#90999d;cursor:pointer;background:0 0;border:0;width:28px;height:28px;padding:0;font-size:18px;line-height:1}.estimate-expense-remove:hover{color:#9a5151}.estimate-expense-add-form{border:1px solid var(--vantage-border);background:var(--vantage-surface-soft);grid-template-columns:minmax(180px,.8fr) minmax(220px,1.4fr) 90px 110px auto auto;align-items:center;gap:8px;margin-top:9px;padding:10px;display:grid}.estimate-expense-add-form select,.estimate-expense-add-form input{box-sizing:border-box;width:100%;min-width:0;height:36px;margin:0}@media (width<=1100px){.estimate-expense-header,.estimate-expense-row{grid-template-columns:minmax(150px,.9fr) minmax(170px,1fr) 75px 95px 115px 28px}}@media (width<=900px){.estimate-expense-header{display:none}.estimate-expense-row,.estimate-expense-add-form{grid-template-columns:1fr}.estimate-expense-amount{text-align:left}}.estimate-overview-line{border-bottom:1px solid var(--vantage-border-light);margin:-6px 0 14px;padding:0 4px 12px;position:relative}.estimate-overview-copy{color:#657178;max-width:980px;font-size:12px;line-height:1.55}.estimate-overview-copy .estimate-rich-preview{color:inherit;font-size:inherit;line-height:inherit}.estimate-overview-actions{justify-content:flex-end;gap:12px;margin-bottom:2px;display:flex}.estimate-overview-actions button,.estimate-row-edit,.danger-link,.estimate-drawer-resource-actions button{color:var(--vantage-blue);cursor:pointer;background:0 0;border:0;padding:0;font-family:inherit;font-size:12px;font-weight:700}.estimate-overview-actions button:hover,.estimate-row-edit:hover,.estimate-drawer-resource-actions button:hover{color:var(--vantage-blue-dark);text-decoration:underline}.estimate-scope-clean{overflow:visible}.estimate-display-sections{flex-direction:column;display:flex}.estimate-display-section{border-bottom:1px solid var(--vantage-border);background:#fff}.estimate-display-section:last-child{border-bottom:0}.estimate-display-section-top{border-left:4px solid var(--vantage-blue);background:var(--vantage-blue-soft);grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:20px;min-height:52px;padding:0 18px 0 14px;display:grid}.estimate-row-toggle{min-width:0;color:var(--vantage-text);text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:9px;padding:12px 0;font-family:inherit;display:inline-flex}.estimate-row-toggle strong{text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;overflow:hidden}.estimate-display-section-totals,.estimate-display-task-totals{flex-shrink:0;align-items:center;gap:22px;display:flex}.estimate-display-section-totals>span,.estimate-display-task-totals>span{color:var(--vantage-text-secondary);font-size:12px}.estimate-display-section-totals>strong{text-align:right;min-width:130px;font-size:14px}.estimate-display-section-body{padding:10px 18px 14px 36px}.estimate-display-description{color:#677279;max-width:1050px;font-size:13px;line-height:1.55}.estimate-display-description .estimate-rich-preview{color:inherit;font-size:inherit;line-height:inherit}.estimate-display-description p{margin-bottom:4px}.estimate-display-task-list{flex-direction:column;gap:5px;margin-top:12px;display:flex}.estimate-display-task{background:#fff;border:1px solid #dde4e7;border-radius:3px}.estimate-display-task-top{background:#f7fafb;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;min-height:43px;padding:0 11px;display:grid}.estimate-display-task-top:hover{background:#f1f6f8}.estimate-display-task-totals>strong{text-align:right;min-width:120px;font-size:13px}.estimate-display-task-body{border-top:1px solid var(--vantage-border-light);padding:8px 12px 10px 34px}.task-copy{margin-bottom:8px}.estimate-task-schedule-copy{color:var(--vantage-muted);margin:5px 0 8px;font-size:12px}.estimate-display-resources{border-top:1px solid var(--vantage-border-light);margin-top:8px}.estimate-display-resource-row{min-height:44px;color:var(--vantage-text-secondary);border-bottom:1px solid #edf0f1;grid-template-columns:minmax(220px,1fr) 90px 110px 130px;align-items:center;gap:12px;font-size:12px;display:grid}.estimate-display-resource-row:last-child{border-bottom:0}.estimate-display-resource-row>div strong,.estimate-display-resource-row>div span{display:block}.estimate-display-resource-row>div strong{color:var(--vantage-text);font-size:13px}.estimate-display-resource-row>div span{color:var(--vantage-muted);margin-top:1px;font-size:11px}.estimate-display-resource-row>span,.estimate-display-resource-row>strong{text-align:right}.estimate-display-expenses{border-top:1px solid var(--vantage-border-light);margin-top:12px;padding-top:8px}.estimate-display-expenses-title{color:#6a757a;letter-spacing:.06em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:750}.estimate-display-expense-row{min-height:42px;color:var(--vantage-text-secondary);border-bottom:1px solid #edf0f1;grid-template-columns:minmax(240px,1fr) 180px 140px;align-items:center;gap:12px;font-size:12px;display:grid}.estimate-display-expense-row>div strong,.estimate-display-expense-row>div span{display:block}.estimate-display-expense-row>div strong{color:var(--vantage-text);font-size:13px}.estimate-display-expense-row>div span{color:var(--vantage-muted);margin-top:1px;font-size:11px}.estimate-display-expense-row>span,.estimate-display-expense-row>strong{text-align:right}.estimate-drawer-wide{width:min(760px,96vw)}.estimate-drawer-section-title{border-top:1px solid var(--vantage-border-light);color:#637078;letter-spacing:.07em;text-transform:uppercase;margin-top:7px;padding-top:14px;font-size:10px;font-weight:750}.estimate-inline-save-row{justify-content:flex-end;display:flex}.estimate-drawer-empty{color:var(--vantage-muted);border:1px dashed #d6dfe2;padding:10px 12px;font-size:11px}.estimate-drawer-item-list,.estimate-drawer-resource-list,.estimate-drawer-expense-list{border:1px solid var(--vantage-border);background:#fff}.estimate-drawer-item-row{border-bottom:1px solid var(--vantage-border-light);justify-content:space-between;align-items:center;gap:18px;min-height:48px;padding:8px 11px;display:flex}.estimate-drawer-item-row:last-child{border-bottom:0}.estimate-drawer-item-row strong,.estimate-drawer-item-row span{display:block}.estimate-drawer-item-row strong{font-size:12px}.estimate-drawer-item-row span{color:var(--vantage-muted);margin-top:2px;font-size:11px}.danger-link{color:#a14d4d}.danger-link:hover{color:#843d3d;text-decoration:underline}.estimate-drawer-add-row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}.estimate-drawer-add-row input,.estimate-drawer-add-row button,.estimate-add-resource-panel select,.estimate-add-resource-panel button{margin:0}.estimate-expense-add-form-drawer{border:1px solid var(--vantage-border);border-top:0;grid-template-columns:minmax(155px,1.1fr) minmax(180px,1.5fr) 80px 105px auto}.estimate-expense-add-form-drawer select,.estimate-expense-add-form-drawer input{box-sizing:border-box;height:38px;margin:0;padding:0 9px;line-height:normal}.estimate-drawer-resource-row{border-bottom:1px solid var(--vantage-border-light);grid-template-columns:minmax(175px,1fr) 90px 100px 115px 80px;align-items:end;gap:10px;padding:9px 10px;display:grid}.estimate-drawer-resource-row:last-child{border-bottom:0}.estimate-drawer-resource-row label,.estimate-drawer-resource-total{color:var(--vantage-muted);margin:0;font-size:9px}.estimate-drawer-resource-row input{text-align:right;height:34px;margin-top:3px}.estimate-drawer-resource-name strong,.estimate-drawer-resource-name span,.estimate-drawer-resource-total span,.estimate-drawer-resource-total strong{display:block}.estimate-drawer-resource-name strong{font-size:12px}.estimate-drawer-resource-name span{color:var(--vantage-muted);margin-top:2px;font-size:10px}.estimate-drawer-resource-total strong{color:var(--vantage-text);text-align:right;margin-top:5px;font-size:12px}.estimate-drawer-resource-actions{flex-direction:column;align-items:flex-end;gap:4px;padding-bottom:7px;display:flex}.estimate-add-resource-panel{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;display:grid}@media (width<=1050px){.estimate-display-resource-row{grid-template-columns:minmax(180px,1fr) 80px 100px 115px}.estimate-drawer-resource-row{grid-template-columns:1fr 82px 92px 105px}.estimate-drawer-resource-actions{flex-direction:row;grid-column:1/-1;justify-content:flex-end}.estimate-expense-add-form-drawer{grid-template-columns:1fr 1fr 80px 100px}.estimate-expense-add-form-drawer button{grid-column:1/-1;justify-self:end}}.estimate-overview-line{margin-top:-18px}.estimate-global-view-actions{align-items:center;min-height:24px;margin-bottom:5px}.estimate-view-action-separator{color:#aeb7bb;-webkit-user-select:none;user-select:none;font-size:10px}.estimate-display-task-list.no-summary-above{margin-top:2px}.estimate-resource-pool-note{color:var(--vantage-muted);margin-top:-5px;font-size:11px;line-height:1.5}.estimate-add-resource-panel optgroup{color:var(--vantage-text-secondary);font-weight:700}.estimate-add-resource-panel option{color:var(--vantage-text);font-weight:400}.estimate-overview-actions button,.estimate-row-edit,.danger-link,.estimate-drawer-resource-actions button{font-size:12px}.estimate-row-toggle strong{font-size:16px}.estimate-display-section-totals>span,.estimate-display-task-totals>span{font-size:12px}.estimate-display-section-totals>strong{font-size:14px}.estimate-display-description{font-size:13px;line-height:1.55}.estimate-display-task-totals>strong{font-size:13px}.estimate-task-schedule-copy{font-size:12px}.estimate-display-resource-row{min-height:44px;font-size:12px}.estimate-display-resource-row>div strong{font-size:13px}.estimate-display-resource-row>div span{font-size:11px}.estimate-display-expenses-title{font-size:10px}.estimate-display-expense-row{min-height:42px;font-size:12px}.estimate-display-expense-row>div strong{font-size:13px}.estimate-display-expense-row>div span{font-size:11px}.estimate-drawer-item-row strong,.estimate-drawer-resource-name strong{font-size:13px}.estimate-drawer-item-row span,.estimate-drawer-resource-name span,.estimate-drawer-resource-row label,.estimate-drawer-resource-total{font-size:10px}.estimate-drawer-resource-total strong{font-size:12px}.estimate-resource-pool-note{font-size:11px;line-height:1.5}:root{--preview-blue:#367f9d;--preview-blue-dark:#2d6c87;--preview-green:#12ab84;--preview-text:#202529;--preview-muted:#687379;--preview-border:#d8e0e3;--preview-soft:#f5f8f9}.estimate-preview-shell{min-height:100vh;color:var(--preview-text);background:#edf1f2;padding:28px;font-family:Arial,Helvetica,sans-serif}.estimate-preview-toolbar{justify-content:flex-end;gap:10px;width:8.5in;max-width:calc(100vw - 40px);margin:0 auto 16px;display:flex}.estimate-preview-toolbar button{min-height:38px;color:var(--preview-text);font:inherit;cursor:pointer;background:#fff;border:1px solid #c6d0d4;border-radius:3px;padding:8px 15px;font-size:12px;font-weight:700}.estimate-preview-toolbar .preview-primary{border-color:var(--preview-green);background:var(--preview-green);color:#fff}.estimate-preview-document{box-sizing:border-box;background:#fff;width:8.5in;max-width:calc(100vw - 40px);min-height:11in;margin:0 auto;padding:.58in .62in .48in;box-shadow:0 12px 35px #0000001f}.proposal-header{justify-content:space-between;align-items:flex-start;gap:30px;display:flex}.proposal-brand{color:var(--preview-blue);letter-spacing:.08em;font-size:30px;font-weight:800}.proposal-brand-subtitle{color:var(--preview-muted);letter-spacing:.25em;margin-top:2px;font-size:9px;font-weight:700}.proposal-document-title{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.proposal-document-title span{color:var(--preview-muted);letter-spacing:.16em;font-size:10px;font-weight:800}.proposal-document-title strong{color:var(--preview-text);font-size:21px}.proposal-document-title small{color:var(--preview-muted);font-size:10px}.proposal-accent{background:linear-gradient(90deg, var(--preview-blue) 0%, var(--preview-blue) 76%, var(--preview-green) 76%, var(--preview-green) 100%);height:5px;margin:22px 0 28px}.proposal-intro{grid-template-columns:minmax(0,1.25fr) minmax(250px,.75fr);align-items:start;gap:38px;display:grid}.proposal-label{color:var(--preview-muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:6px;font-size:9px;font-weight:800}.proposal-intro h1{color:var(--preview-text);margin:0;font-size:24px;line-height:1.18}.proposal-project{color:var(--preview-muted);margin-top:7px;font-size:12px}.proposal-meta{border-top:1px solid var(--preview-border);margin:0}.proposal-meta>div{border-bottom:1px solid var(--preview-border);grid-template-columns:92px 1fr;gap:12px;padding:7px 0;display:grid}.proposal-meta dt,.proposal-meta dd{margin:0;font-size:10px}.proposal-meta dt{color:var(--preview-muted);font-weight:700}.proposal-meta dd{color:var(--preview-text);text-align:right}.proposal-subject{border-left:4px solid var(--preview-blue);background:var(--preview-soft);margin-top:30px;padding:16px 18px}.proposal-subject h2{color:var(--preview-text);margin:0;font-size:18px;line-height:1.3}.proposal-general-scope{margin-top:20px}.proposal-section{margin-top:30px}.proposal-section-heading{border-bottom:2px solid var(--preview-blue);color:var(--preview-blue-dark);letter-spacing:.08em;text-transform:uppercase;margin-bottom:15px;padding-bottom:7px;font-size:13px;font-weight:800}.proposal-scope-section{break-inside:avoid;margin-bottom:20px}.proposal-scope-heading{align-items:baseline;gap:7px;display:flex}.proposal-scope-heading span{color:var(--preview-blue);font-size:12px;font-weight:800}.proposal-scope-heading h3{margin:0;font-size:14px}.proposal-scope-copy{margin:6px 0 0 22px}.estimate-preview-document .estimate-rich-preview{color:#424b50;font-size:10.5px;line-height:1.55}.estimate-preview-document .estimate-rich-preview p{margin:0 0 6px}.proposal-task-list{margin:10px 0 0 22px}.proposal-task{break-inside:avoid;margin-bottom:10px}.proposal-task>strong{margin-bottom:3px;font-size:10.5px;display:block}.proposal-fee-table{border-top:1px solid var(--preview-border)}.proposal-fee-row{border-bottom:1px solid var(--preview-border);grid-template-columns:1fr 150px;gap:20px;padding:9px 10px;font-size:10.5px;display:grid}.proposal-fee-row strong{text-align:right;font-variant-numeric:tabular-nums}.proposal-fee-section-row{background:var(--preview-soft);font-weight:700}.proposal-fee-row.detail{color:#515c61;padding-left:28px}.proposal-fee-row.detail.expense{font-style:italic}.proposal-grand-total{border-top:3px solid var(--preview-green);background:#f1faf7;justify-content:space-between;align-items:baseline;gap:30px;margin-top:15px;padding:14px 12px;display:flex}.proposal-grand-total span{font-size:12px;font-weight:800}.proposal-grand-total strong{color:#0e9270;font-variant-numeric:tabular-nums;font-size:20px}.proposal-grand-total small{letter-spacing:.08em;font-size:9px}.proposal-notes{break-inside:avoid}.proposal-footer{border-top:1px solid var(--preview-border);color:var(--preview-muted);justify-content:space-between;gap:20px;margin-top:42px;padding-top:10px;font-size:8.5px;display:flex}.estimate-preview-loading{color:#596368;text-align:center;padding:50px;font-family:Arial,Helvetica,sans-serif}@media print{@page{size:Letter;margin:0}html,body,#root{background:#fff!important;margin:0!important;padding:0!important}.estimate-preview-shell{background:#fff;min-height:auto;padding:0}.estimate-preview-toolbar{display:none!important}.estimate-preview-document{width:8.5in;max-width:none;min-height:11in;box-shadow:none;margin:0}}.proposal-prepared-for h1{margin-bottom:5px}.proposal-client-line{color:#5f6b70;font-size:11px;line-height:1.45}.proposal-client-line.strong{color:#384247;font-weight:650}.proposal-project-summary{color:#667278;margin-top:2px;font-size:12px;line-height:1.45}.proposal-project-summary .estimate-rich-preview{color:inherit;font-size:inherit;line-height:inherit}.proposal-project-summary .estimate-rich-preview p{margin:0}
