:root{--color-orange: #ffbf00;color:#191c1e;background:#f7f9fb;font-family:Geist,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;overflow:hidden}button,input,select,textarea{font:inherit}button,a.iconText,.linkButton{border:0;cursor:pointer;text-decoration:none}.shell{height:100vh;display:grid;grid-template-columns:260px 1fr;background:#f7f9fb;overflow:hidden}.appShell{grid-template-rows:auto minmax(0,1fr);grid-template-columns:1fr;background:#f8f9ff}.appMain{min-width:0;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);gap:18px;padding:34px 40px 0;overflow:auto}.sidebar{min-height:0;height:100vh;background:#fff;color:#191c1e;padding:24px 16px;display:flex;flex-direction:column;gap:18px;border-right:1px solid #e2e8f0;box-shadow:0 4px 18px #0f172a0d;overflow:hidden}.brand{display:flex;align-items:center;gap:12px}.brandMark{width:40px;height:40px;display:grid;place-items:center;background:#007a52;color:#fff;font-weight:800;border-radius:8px}.brand strong,.brand span{display:block}.brand span,.caption,.projectList small,.topbar span,.totalBox span,.muted{color:#64748b;font-size:12px}.sidebar .brand span,.sidebar .caption,.sidebar .projectList small{color:#64748b}.primary,.iconText,.linkButton{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:36px;padding:8px 14px;border:0;border-radius:10px;background:#007a52;color:#fff;font-weight:700;cursor:pointer;box-shadow:0 1px 3px #0f172a1f;transition:transform .12s ease,box-shadow .15s ease,filter .15s ease,background .15s ease}.primary:hover,.iconText:hover{transform:translateY(-1px);box-shadow:0 6px 16px #0f172a2e;filter:brightness(1.07)}.primary:active,.iconText:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a29;filter:brightness(.96)}.iconText{background:#091426}.danger{background:#9c3f3f}.linkButton{background:transparent;color:#475569;font-weight:600;box-shadow:none}.linkButton:hover{background:#eef2f7;color:#0f172a}.linkButton:active{background:#e2e8f0}.iconOnly{width:34px;height:34px;display:inline-grid;place-items:center;border:0;border-radius:10px;background:#f1f5f9;color:#0f172a;cursor:pointer;box-shadow:0 1px 3px #0f172a1a;transition:transform .12s ease,box-shadow .15s ease,background .15s ease}.iconOnly:hover{background:#e2e8f0;transform:translateY(-1px);box-shadow:0 5px 13px #0f172a29}.iconOnly:active{transform:translateY(0);box-shadow:0 1px 2px #0f172a24}.aiRewriteButton{width:30px;height:30px;min-height:30px;border:1px solid #dbeafe;background:#eff6ff;color:#2563eb}.descriptionFieldWithAi{position:relative}.descriptionFieldWithAi .aiRewriteButton{position:absolute;top:0;right:0;z-index:2}.descriptionFieldWithAi textarea,.descriptionFieldWithAi input{padding-right:42px}nav{display:grid;gap:4px}.subNav{display:grid;gap:3px;padding-left:18px;margin:-2px 0 4px}.subNav button{min-height:32px;padding:8px 10px;color:#52605d;font-size:13px}nav button,.projectList button{width:100%;display:flex;align-items:center;gap:10px;padding:10px;border-radius:8px;background:transparent;color:inherit;text-align:left}nav button.active,.projectList button.selectedProject{background:#def7ec;color:#006c49}.projectList{display:grid;gap:5px;min-height:0;overflow:auto}.projectList button{display:grid;gap:3px}main{min-width:0;min-height:0;display:grid;grid-template-rows:auto auto minmax(0,1fr);gap:18px;padding:34px 40px 0;overflow:hidden}.adminHeader{height:54px;display:flex;align-items:center;justify-content:flex-end;gap:20px;margin-bottom:10px}.mainScroll{min-height:0;overflow:auto;padding-bottom:34px}.adminSearch{width:min(360px,44vw);min-height:44px;display:flex;align-items:center;padding:0 20px;border:1px solid #e2e8f0;border-radius:999px;background:#eef2f7;color:#64748b}.adminActions{display:flex;align-items:center;gap:10px}.adminDashboard{display:grid;gap:28px}.dashboardIntro{display:flex;justify-content:space-between;gap:20px;align-items:center}.dashboardIntro h2{font-size:30px}.dashboardIntro p{margin-top:8px;color:#475569}.metricGrid{display:grid;grid-template-columns:repeat(5,minmax(145px,1fr));gap:18px}.metricCard{min-height:132px;display:grid;align-content:center;gap:12px;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 18px #0f172a0a;border-left:4px solid #0f172a}.metricCard span{color:#334155;text-transform:uppercase;letter-spacing:0em;font-size:11px}.metricCard strong{font-size:24px}.metricCard.green{border-left-color:#10b981}.metricCard.blue{border-left-color:#3b82f6}.metricCard.orange{border-left-color:#f97316}.dashboardGrid{display:grid;grid-template-columns:2fr 1fr;gap:24px}.dashCard{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:28px;box-shadow:0 4px 18px #0f172a0a}.barChart{min-height:220px;display:flex;align-items:end;gap:26px;padding:26px;margin:20px 0;border-radius:14px;background:#f8fafc}.barChart div{width:64px;display:flex;align-items:end;border-radius:8px 8px 0 0;background:#b8d4ca}.barChart span{width:100%;height:52%;display:block;border-radius:8px 8px 0 0;background:#007a52}.financeRows{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.financeRows span{display:grid;gap:5px;color:#64748b}.financeRows strong{color:#0f172a;font-size:18px}.accountsSummary{display:grid;grid-template-columns:repeat(5,minmax(150px,1fr));gap:12px;margin-bottom:18px}.accountsSummary div{display:grid;gap:6px;padding:14px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.accountsSummary span{color:#64748b;font-size:12px}.accountsSummary strong{color:#0f172a;font-size:18px}.accountsSummary .positive strong,.positiveCell{color:#047857}.accountsSummary .negative strong,.negativeCell{color:#b91c1c}.vatPaymentGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px;margin:18px 0}.vatPanel{display:grid;gap:12px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.vatPanel h3{margin:0;color:#0f172a;font-size:18px}.vatPanel p{margin:0;color:#64748b;font-size:12px}.aruToggle{display:grid;grid-template-columns:minmax(0,1fr) 140px 120px;gap:8px;align-items:center;padding:10px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.aruToggle span{display:block;margin-top:3px;color:#64748b;font-size:12px}.aruToggle button.active{border-color:#94a3b8;background:#fff;color:#0f172a;font-weight:800}.vatRows{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px 14px;align-items:center}.vatRows span{color:#334155;font-size:13px}.vatRows strong{text-align:right}.vatTotalLabel,.vatTotalValue{padding-top:12px;border-top:1px solid #e2e8f0;color:#047857!important;font-size:17px}.vatNotice{padding:10px 12px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc}.vatNotice.valid{color:#047857;border-color:#bbf7d0;background:#f0fdf4}.vatNotice.warning{color:#92400e;border-color:#fde68a;background:#fffbeb}.linkInline{width:fit-content;padding:0;border:0;background:transparent;color:#007a52;font-weight:700}.trancheTable{overflow:hidden;border:1px solid #e2e8f0;border-radius:8px}.trancheHeader,.trancheRow,.trancheFooter{display:grid;grid-template-columns:62px minmax(140px,1fr) 130px 130px 130px;gap:10px;align-items:center;padding:10px 12px;border-bottom:1px solid #e2e8f0}.trancheHeader{background:#f8fafc;color:#475569;font-size:12px;font-weight:800}.trancheRow label{display:grid;grid-template-columns:78px auto;gap:6px;align-items:center;font-size:12px}.trancheRow input,.vatDetailTable input{max-width:82px}.trancheRow b,.trancheFooter strong:last-child{text-align:right}.trancheFooter{grid-template-columns:minmax(0,1fr) 130px 130px 130px;border-bottom:0;font-weight:800}.vatDetailTable{overflow:auto;margin:0 0 18px;border:1px solid #e2e8f0;border-radius:10px}.vatDetailTable table{margin:0;min-width:1180px}.contractCreate{display:grid;grid-template-columns:minmax(260px,1fr) auto;gap:10px;align-items:center}.contractsLayout{display:grid;grid-template-columns:minmax(260px,340px) minmax(0,1fr);gap:16px;align-items:start}.contractList,.contractEditor{display:grid;gap:12px}.contractList{position:sticky;top:0}.contractListHeader,.emptyContractList,.contractEmpty{display:grid;gap:6px;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.contractListHeader{grid-template-columns:1fr auto;align-items:center}.contractListHeader span,.emptyContractList span,.contractEmpty p,.contractSectionTitle span{color:#64748b;font-size:12px}.contractList button{display:grid;gap:5px;width:100%;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;text-align:left}.contractList button.active{border-color:#007a52;box-shadow:inset 3px 0 #007a52}.contractList button span{color:#64748b;font-size:12px}.contractList button em{width:fit-content;padding:3px 8px;border-radius:999px;background:#eef2f7;color:#475569;font-size:11px;font-style:normal;font-weight:800;text-transform:uppercase}.contractList button em.sent{background:#d8f7e8;color:#006c49}.contractEditorHeader{display:grid;grid-template-columns:minmax(240px,1fr) 180px auto;gap:12px;align-items:end;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.contractFacts{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:10px}.contractFacts div{display:grid;gap:5px;padding:12px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.contractFacts span{color:#64748b;font-size:12px}.contractFacts strong{color:#0f172a}.contractClauses{display:grid;gap:12px}.contractSectionTitle{display:grid;gap:4px;padding-top:4px}.contractClauseEditor{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:end;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.contractClauseEditor .wide{grid-column:2 / -1}.contractClauseEditor textarea{min-height:130px;resize:vertical;line-height:1.45}.clauseNumber{width:30px;height:30px;display:grid;place-items:center;align-self:start;border-radius:999px;background:#eef6f1;color:#006c49;font-weight:800}.contractEmpty{min-height:280px;place-items:center;text-align:center}.ordersBulkActions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.secondaryAction{background:#475569}.supplierCards{display:grid;gap:14px}.supplierCard{display:grid;gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.supplierCardHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:12px;align-items:center}.supplierCardHeader h3{font-size:18px}.supplierCardHeader span,.ordersRow small{color:#64748b;font-size:12px}.selectAllOrders{display:flex;grid-auto-flow:column;align-items:center;gap:8px}.ordersPage input[type=checkbox]{width:18px;height:18px;min-height:0;margin:0;justify-self:center;accent-color:#007a52}.ordersTable{--orders-grid: 34px minmax(320px, 1fr) 90px 140px 150px 170px 142px;display:grid;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;overflow-x:auto}.ordersHeader,.ordersRow{display:grid;grid-template-columns:var(--orders-grid);gap:10px;align-items:center;padding:10px 12px;min-width:1080px}.ordersHeader{background:#f8fafc;color:#475569;font-size:12px;font-weight:800}.ordersRow+.ordersRow{border-top:1px solid #e2e8f0}.ordersRow>div{display:grid;gap:3px}.orderStatus{width:fit-content;padding:4px 10px;border-radius:999px;background:#eef2f7;color:#475569;font-size:12px;font-weight:800}.orderStatus.ordered,.orderBadge{background:#d8f7e8;color:#006c49}.orderBadge{width:fit-content;display:inline-flex;align-items:center;gap:5px;margin-bottom:6px;padding:4px 8px;border-radius:999px;font-size:11px;font-weight:800}.activityList{display:grid;gap:18px;margin-top:20px}.activityList span{display:grid;grid-template-columns:32px 1fr;align-items:center;gap:12px}.activityList small{grid-column:2;color:#64748b}.topbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:16px;margin-bottom:0}.topCards{display:flex;flex-wrap:nowrap;gap:10px;min-width:min(820px,100%);max-width:100%;overflow-x:auto}.budgetTopbar{grid-template-columns:minmax(0,1fr);align-items:stretch}.budgetTopbar .topCards{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(0,1fr);min-width:0;width:100%;overflow-x:visible}.budgetTopbar .totalBox{min-width:0;width:100%}.budgetSearchRow{grid-column:1 / -1;display:grid;grid-template-columns:180px minmax(240px,1fr);gap:12px;align-items:center;padding:10px 12px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.budgetSearchRow input{min-height:36px}h1,h2,h3,p{margin:0}h1{font-size:26px;letter-spacing:0}h2{font-size:18px}.totalBox{flex:0 0 140px;padding:12px 14px;border-left:4px solid #f97316;background:#fff;border-radius:14px;border-top:1px solid #e2e8f0;border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;box-shadow:0 4px 18px #0f172a0d}.profitCard{border-left-color:#2f6f6b}.costCard{border-left-color:#6e6672}.materialCard{border-left-color:#2563eb}.otherCostCard{border-left-color:#64748b}.totalBox strong{display:block;font-size:22px}.panel,.empty{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:24px;box-shadow:0 4px 18px #0f172a0a}.sectionHeader,.chapterLine,.integrationLine{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:14px}.measurementAutosLayout{display:grid;grid-template-columns:260px minmax(0,1fr);gap:16px;align-items:start}.quoteRequestsPage{min-height:100%}.quoteRequestLayout{display:grid;grid-template-columns:300px minmax(0,1fr);gap:16px;align-items:start}.quoteRequestList{display:grid;gap:10px;position:sticky;top:0}.quoteRequestList>button:not(.stitchPrimaryButton){display:grid;gap:6px;width:100%;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;color:#0f172a;text-align:left}.quoteRequestList>button.active{border-color:#007a52;box-shadow:inset 3px 0 #007a52,0 10px 24px #0f172a14}.quoteRequestList strong,.quoteRequestList span,.quoteRequestList em{display:block}.quoteRequestEditor,.quoteRequestCard{display:grid;gap:14px;min-width:0}.quoteRequestCard{padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 8px 24px #0f172a0f}.quoteRequestFormGrid,.quoteResponseGrid{display:grid;grid-template-columns:repeat(3,minmax(160px,1fr));gap:10px}.quoteRequestFormGrid .wide,.quoteResponseGrid .wide{grid-column:1 / -1}.quoteRequestActions,.quoteRequestSectionHeader{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-wrap:wrap}.quoteRequestActions{justify-content:flex-end}.quoteRequestActions>strong{margin-right:auto;color:#0f3f35}.quoteRequestItemPicker,.quoteResponseLines{display:grid;gap:8px;max-height:440px;overflow:auto;padding-right:4px}.quoteRequestSection{display:grid;gap:4px;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden;background:#f8fafc}.quoteRequestSectionToggle,.quoteRequestItemLine,.quoteResponseHead,.quoteResponseLine{display:grid;align-items:center;gap:10px}.quoteRequestSectionToggle{grid-template-columns:22px minmax(0,1fr) auto;padding:10px 12px;background:#eef6f1}.quoteRequestItemLine{grid-template-columns:22px 48px minmax(0,1fr) 110px;padding:8px 12px;background:#fff;border-top:1px solid #edf2f7}.quoteRequestItemLine input,.quoteRequestSectionToggle input{width:16px;height:16px;min-height:16px;accent-color:#007a52}.quoteRequestItemLine strong,.quoteResponseLine strong{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quoteRequestItemLine em,.quoteRequestSectionToggle span{color:#64748b;font-size:12px;font-style:normal;text-align:right}.quoteResponseHead,.quoteResponseLine{grid-template-columns:minmax(260px,1fr) 110px 120px 120px}.quoteResponseHead{padding:8px 10px;border-radius:8px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:800}.quoteResponseLine{padding:8px 10px;border:1px solid #e2e8f0;border-radius:8px}.quoteResponseLine input{min-height:30px;text-align:right}.quoteRequestPreview textarea{min-height:230px;font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:12px;line-height:1.5}.quoteScopeLines{display:grid;gap:8px;padding-top:4px}.quoteScopeHead,.quoteScopeLine{display:grid;grid-template-columns:minmax(130px,.9fr) minmax(300px,2.6fr) 84px 66px;gap:8px;align-items:start}.quoteScopeHead{color:#64748b;font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;align-items:center}.quoteScopeLine{padding:8px;border:1px solid #e2e8f0;border-radius:9px;background:#f8fafc}.quoteScopeLine input,.quoteScopeLine textarea{min-height:34px;border-radius:7px;font-size:12px}.quoteScopeLine textarea{min-height:96px;max-height:340px;line-height:1.5;resize:vertical;field-sizing:content}.statusBadge.normal{background:#dbeafe;color:#1d4ed8}.measurementAutosList{display:grid;gap:8px}.measurementAutosList button{text-align:left;border:1px solid #e2e8f0;background:#f8fafc;border-radius:8px;padding:12px;color:#0f172a}.measurementAutosList button.selected{border-color:#007a52;background:#edf8f4}.measurementAutosList strong,.measurementAutosList span,.measurementAutosList small,.measurementAutosList em{display:block}.measurementAutosList em{margin-top:6px;color:#007a52;font-style:normal;font-weight:700}.measurementAutosEditor{min-width:0}.measurementAutosToolbar{display:grid;grid-template-columns:150px 140px minmax(180px,1fr) auto auto;gap:10px;align-items:end;margin-bottom:12px}.measurementAutosToolbar label{display:grid;gap:4px;font-size:12px;color:#64748b}.measurementAutosToolbar input,.measurementAutosToolbar select{width:100%}.measurementTotals{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:10px;margin-bottom:12px}.measurementTotals div{border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;padding:10px}.measurementTotals span{display:block;color:#64748b;font-size:12px}.measurementTotals strong{display:block;margin-top:4px;font-size:17px}.measurementTableWrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:8px}.measurementTable{width:100%;min-width:1320px;border-collapse:collapse;font-size:12px}.measurementTable th{background:#334155;color:#fff;padding:8px 6px;text-align:right;white-space:nowrap}.measurementTable .measurementGroupHeader th{background:#0f172a;color:#fff;text-align:center;text-transform:uppercase;letter-spacing:.04em}.measurementTable th:nth-child(2),.measurementTable td.description{text-align:left}.measurementTable td{border-bottom:1px solid #e2e8f0;padding:7px 6px;text-align:right;vertical-align:top}.measurementTable input{width:76px;min-width:0;padding:5px;text-align:right}.measurementTable .groupRow td{background:#e5e7eb;font-weight:700;text-align:left}.measurementTable tr.invalidMeasurement td{background:#fff1f2}.measurementTable .measurementPercent.complete{color:#047857;font-weight:800}.measurementTable .measurementPercent.partial{color:var(--color-orange);font-weight:800}.measurementTable .measurementPercent input{color:inherit;font-weight:800}.measurementTable tr.additionMeasurement td,.measurementTable tr.additionMeasurement input{color:#047857}.inlineError{border:1px solid #fecdd3;background:#fff1f2;color:#be123c;border-radius:8px;padding:10px 12px;margin-bottom:12px}.toolbar,.rowActions{display:flex;align-items:center;gap:8px}td.rowActions{display:table-cell;white-space:nowrap;width:112px;position:relative}td.rowActions>*{margin-right:6px;vertical-align:top}.budgetPanel table th:last-child,.budgetPanel table td:last-child{width:112px}.actionMenuWrap{display:inline-block;position:relative}.actionMenu{position:absolute;right:0;top:30px;z-index:20;width:220px;max-height:260px;overflow:auto;display:grid;gap:2px;padding:6px;background:#fff;border:1px solid #cbd5e1;border-radius:10px;box-shadow:0 12px 28px #0f172a29}.actionMenu button{width:100%;border:0;background:transparent;color:#334155;text-align:left;padding:7px 8px;border-radius:7px;font-size:12px}.actionMenu button:hover,.actionMenu button.active{background:#eef6f1;color:#006c49}.formGrid{display:grid;grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px}label{display:grid;gap:6px;font-size:12px;color:#52605d}.inlineCheckbox{grid-template-columns:auto 1fr;align-items:center}.inlineCheckbox input{width:16px;height:16px}.compactLabel{gap:3px;font-size:10px;font-weight:400;text-transform:none;color:#72807b;letter-spacing:0}.compactLabel strong{min-height:34px;display:flex;align-items:center;color:#25312f;font-size:13px}.cellLabel{gap:3px;font-size:10px;font-weight:400;color:#72807b;letter-spacing:0}.cellLabel strong{min-height:34px;display:flex;align-items:center;color:#25312f;font-size:13px}.wide{grid-column:1 / -1}input,select,textarea{width:100%;border:1px solid #cfd7d2;border-radius:8px;min-height:34px;padding:7px 9px;color:#222831;background:#fff}textarea{min-height:64px;resize:vertical}table{width:100%;border-collapse:collapse;table-layout:fixed}th{text-align:left;color:#53605d;font-size:12px;font-weight:700;background:#f8fafc}th,td{border-bottom:1px solid #e5e9e3;padding:8px;vertical-align:top}td textarea{min-height:48px}.quickAdd,.sectionCreate,.serviceDraft,.productDraft,.filtersBar{display:grid;gap:8px;margin-bottom:18px}.quickAdd{grid-template-columns:1fr 80px 1fr 1.2fr 1.8fr 70px 80px 90px 110px 80px}.quickAdd .descriptionFull{grid-column:1 / -1}.serviceDescriptionInput{min-height:56px;resize:vertical;line-height:1.35}.sectionCreate{grid-template-columns:1fr auto}.inlineNewItem td{background:#f8fafc;border-top:1px solid #dbe4ea;border-bottom:1px solid #dbe4ea}.inlineNewItem td:first-child{border-left:1px solid #dbe4ea}.inlineNewItem td:last-child{border-right:1px solid #dbe4ea}.inlineNewItem .mutedCell{display:inline-block;padding-top:18px}.budgetPanel table th:first-child,.budgetPanel table td:first-child{width:58px}.itemCode{display:inline-block;min-width:42px;font-weight:700;color:#334155}.itemCode.child{padding-left:10px;color:#64748b}.itemDragHandle{cursor:grab;-webkit-user-select:none;user-select:none}.itemDragHandle:active{cursor:grabbing}.itemDropTarget td{box-shadow:inset 0 2px #2563eb,inset 0 -2px #2563eb}.budgetEditor .sectionBlock>table{display:block;border-collapse:separate;border-spacing:0 10px}.budgetEditor .sectionBlock>table thead{display:none}.budgetEditor .sectionBlock>table tbody{display:grid;gap:10px}.budgetEditor .sectionBlock>table tr{display:grid;grid-template-columns:58px minmax(260px,2fr) minmax(150px,.8fr) 72px 92px 92px minmax(160px,1fr) minmax(170px,1fr) minmax(130px,.8fr) 118px;gap:8px;align-items:start;padding:14px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 12px 30px #0f172a0f}.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow){grid-template-columns:58px minmax(320px,1.8fr) minmax(190px,.9fr) 78px 94px 94px minmax(160px,1fr) minmax(180px,.9fr) minmax(150px,.75fr) 118px;background:linear-gradient(90deg,#fff 0,#fff calc(100% - 438px),#091426 calc(100% - 438px),#091426)}.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(8),.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(9){color:#fff}.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(8) label,.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(8) .cellLabel,.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(9) small{color:#cbd5e1}.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(8) input{border-color:#334155;background:#111c2f;color:#fff}.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(9) strong{display:block;color:#fff;font-size:18px}.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(9) .profitInline{color:#86efac}.budgetEditor .sectionBlock>table tr:not(.inlineNewItem):not(.inlineNewItemDescription):not(.groupRow) td:nth-child(10){justify-content:flex-end}.budgetEditor .sectionBlock>table tr.inlineNewItem,.budgetEditor .sectionBlock>table tr.inlineNewItemDescription{background:#f8fafc;box-shadow:none}.budgetEditor .sectionBlock>table tr.inlineNewItemDescription{margin-top:-10px;border-top:0;border-top-left-radius:0;border-top-right-radius:0}.budgetEditor .sectionBlock>table tr.inlineNewItem{border-bottom-left-radius:0;border-bottom-right-radius:0}.budgetEditor .sectionBlock>table td,.budgetEditor .sectionBlock>table th{display:block;width:auto!important;padding:0;border-bottom:0}.budgetEditor .sectionBlock>table td[colspan]{grid-column:1 / 10}.budgetEditor .sectionBlock>table .rowActions{display:flex;width:auto;gap:6px;justify-content:flex-end;white-space:normal}.budgetEditor .itemCode{min-width:0;width:44px;min-height:34px;display:grid;place-items:center;border-radius:999px;background:#f1f5f9;color:#0f172a}.budgetEditor .itemCode.child{margin-left:18px;padding-left:0;background:#eef6f1;color:#047857}.budgetEditor .groupRow{background:#f8fafc!important}.editorItems{display:grid;gap:24px;margin-top:26px}.sectionItemQuickAdd{display:grid;gap:12px;padding:22px;border:2px dashed #e2e8f0;border-radius:26px;background:#fbfdff}.quickAddFields{display:grid;grid-template-columns:96px minmax(180px,1fr) minmax(180px,1fr) 80px 90px 110px 120px;gap:12px;align-items:end}.quickAddFields>strong{min-height:38px;display:flex;align-items:center;justify-content:flex-end;color:#091426}.servicePickerButton{min-height:42px;width:100%;display:grid;gap:2px;justify-items:start;align-content:center;text-align:left;border:1px solid #dbe4ea;border-radius:9px;background:#fff;color:#172033;padding:7px 10px;cursor:pointer}.servicePickerButton:hover,.servicePickerButton.selected{border-color:#007a52;background:#f0fdf4}.servicePickerButton span{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.servicePickerButton small{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:10px;font-weight:600}.quickAddDescription textarea{min-height:78px}.quickAddActions{display:flex;justify-content:center;gap:10px}.itemEditorCard{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,410px);overflow:visible;border:1px solid #dbe1ee;border-radius:28px;background:#fff;box-shadow:0 18px 48px #0f172a14}.nestedItemCard{margin-left:min(56px,5vw)}.groupItemCard{grid-template-columns:1fr;padding:18px;background:#f8fafc}.itemTitleEdit{flex:1 1 min(520px,60vw);max-width:760px}.itemTitleEdit textarea{width:100%;min-height:86px;padding:14px 16px;resize:vertical}.itemEditorMain{min-width:0;display:grid;gap:18px;padding:34px}.itemEditorHeader{display:flex;align-items:center;gap:20px;min-width:0}.budgetEditor .itemEditorHeader .itemCode,.itemEditorHeader .itemCode{min-width:auto;width:auto;height:auto;min-height:auto;display:inline-block;background:transparent!important;color:#0b1c30!important;font-size:26px;font-weight:900!important;padding:0;border:none;border-radius:0;cursor:grab}.budgetEditor .itemEditorHeader .itemCode.child,.itemEditorHeader .itemCode.child{margin-left:0;padding-left:0;background:transparent!important;color:#0b1c30!important}.itemParentSelectContainer{display:flex;align-items:center;gap:8px}.itemParentSelectLabel{color:#767586;font-size:11px;font-weight:800;letter-spacing:0em;text-transform:uppercase}.itemParentSelectSelectWrapper{position:relative;display:inline-flex;align-items:center}.itemParentSelectSelectWrapper select{-moz-appearance:none;appearance:none;-webkit-appearance:none;background:#eff4ff;color:#0b1c30;border:none;border-radius:999px;padding:6px 32px 6px 16px;font-size:13px;font-weight:700!important;cursor:pointer;outline:none;min-height:auto;width:auto;transition:background-color .2s ease}.itemParentSelectSelectWrapper select:hover{background:#e5edff}.itemParentSelectSelectWrapper .selectArrowIcon{position:absolute;right:12px;color:#0b1c30;pointer-events:none}.statusDot{display:inline-flex;align-items:center;gap:8px;color:#767586;font-size:13px;font-weight:600!important}.statusDot:before{content:"";width:7px;height:7px;border-radius:50%;background:#7c7f91;display:inline-block}.itemCardActions{margin-left:auto;display:flex;gap:8px;align-items:center}.dangerGhost{color:#ef4444;background:#fff1f2}.dangerGhost:hover{background:#ffe4e6;color:#dc2626}.descriptionBlock{gap:10px}.descriptionBlock textarea{min-height:100px;padding:18px 20px;border-color:#edf1f7;border-radius:18px;color:#384152;line-height:1.5;resize:vertical}.itemTechnicalGrid{display:grid;grid-template-columns:repeat(7,minmax(92px,1fr));gap:12px;align-items:end}.itemZonePicker{position:relative;z-index:40;margin-top:0}.itemCostInline{padding-top:16px;border-top:1px solid #edf1f7;text-transform:uppercase;letter-spacing:0em}.itemFinancePanel{display:flex;flex-direction:column;overflow:hidden;padding:48px;border-top-right-radius:inherit;border-bottom-right-radius:inherit}.financeHeader{display:flex;align-items:flex-start;justify-content:space-between;width:100%;gap:24px}.financeTitle{color:#8fa5cb;font-size:13px;font-weight:500;letter-spacing:0em;line-height:1.2;text-transform:uppercase}.financeProfit{display:flex;flex-direction:column;align-items:flex-end;text-align:right;line-height:1.2}.financeProfit>span{color:#8fa5cb;font-size:13px;font-weight:500;letter-spacing:0em;text-transform:uppercase}.financeProfit strong,.financeProfit small{display:block;margin-top:8px;font-size:18px;font-weight:600;white-space:nowrap}.financeTotal{width:100%;margin-top:24px}.financeTotal>strong{display:block;color:#fff;font-size:clamp(29px,5vw,29px);font-weight:600;line-height:1;letter-spacing:-0em;white-space:nowrap}.financeInputs{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px;width:100%;margin-top:12px}.cellLabel{display:flex;flex-direction:column;gap:8px;min-width:0}.financeBreakdown{display:flex;flex-direction:column;gap:14px;width:100%;margin-top:0;padding-top:26px;border-top:1px solid rgba(255,255,255,.1)}.financeBreakdown>span,.financeBreakdown>strong{display:flex;align-items:center;justify-content:space-between;gap:24px;width:100%}.financeBreakdown b{margin-left:auto;white-space:nowrap}.financeActions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:auto;padding-top:12px}.itemFinancePanel>span{color:#788398;font-size:11px;font-weight:900;letter-spacing:0em;text-transform:uppercase}.itemFinancePanel>strong{font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:0}.itemFinancePanel>small{justify-self:end;margin-top:-44px;font-size:18px;font-weight:900}.itemFinancePanel>small.positive{color:#22c55e}.itemFinancePanel>small.negative{color:#ef4444}.financeInputs{display:grid;grid-template-columns:1fr 1fr;gap:16px}.financeInputs .cellLabel{color:#788398}.financeInputs input{border-color:#1d2a3d;border-radius:999px;background:#132037;color:#fff;font-weight:600;font-size:18px}.financeBreakdown{display:grid;gap:12px;padding-top:18px;border-top:1px solid #1d2a3d}.financeBreakdown span,.financeBreakdown strong{display:flex;justify-content:space-between;gap:18px;color:#9aa5b8;font-size:14px}.financeBreakdown b{color:#fff}.financeActions{display:flex;gap:12px;margin-top:44px}.financeActions .iconOnly{flex:1;min-height:42px;border-radius:999px;background:#16243a;color:#e2e8f0}.financeActions .dangerGhost{background:#2a1728;color:#ef4444}.childItemText{padding-left:14px}.groupRow td{background:#f8fafc}.groupRow textarea{min-height:40px;font-weight:700;color:#0f172a}.itemRemoved td{color:#b91c1c}.itemRemoved textarea{color:#b91c1c;text-decoration:line-through}.itemAddition td,.itemAddition textarea{color:#047857}.settingsLine{display:grid;grid-template-columns:1fr 160px auto;gap:12px;align-items:end;padding:14px;margin-bottom:18px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.settingsLine>div{display:grid;gap:3px}.settingsLine span{color:#64748b;font-size:12px}.settingsTabs{display:flex;gap:8px;margin:0 0 16px;border-bottom:1px solid #e2e8f0}.settingsTabs button{padding:10px 12px;border:0;border-bottom:2px solid transparent;border-radius:0;background:transparent;color:#64748b;font-weight:700}.settingsTabs button.active{border-bottom-color:#007a52;color:#007a52}.termsEditor{display:grid;gap:14px}.termEditorBlock{display:grid;gap:6px}.termEditorBlock span{color:#0f172a;font-size:13px;font-weight:800}.termEditorBlock small{color:#64748b;font-size:12px}.termEditorBlock textarea{min-height:120px;resize:vertical;line-height:1.45}.termsEditorActions{display:flex;justify-content:flex-end}.paymentTranches{display:grid;grid-template-columns:minmax(220px,1fr) 140px;gap:12px;align-items:end;padding:14px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.paymentTranches>div:first-child{display:grid;gap:3px}.paymentTranches>div:first-child span{color:#64748b;font-size:12px}.paymentTrancheFields{grid-column:1 / -1;display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:10px}.quickClient{display:grid;grid-template-columns:1fr 1fr 1fr 1fr auto auto;gap:10px;align-items:end;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.clientDraft{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr auto;gap:10px;align-items:end;margin-bottom:18px}.clientProjectCards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:16px}.clientProjectCard{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;text-align:left;padding:18px;background:#fff;border:1px solid #dce6df;border-radius:14px;color:#22302e;box-shadow:0 8px 22px #0f172a0f}.clientProjectCard>div:first-child{display:grid;gap:4px}.clientProjectCard span,.clientProjectCard small{color:#64748b;font-size:12px}.clientProjectCard strong{font-size:16px}.clientProjectCard p{grid-column:1 / -1;margin:0;font-weight:800;font-size:18px;color:#006c49}.progressRing.small{width:72px;height:72px}.progressRing.small strong{font-size:16px}.serviceDraft{grid-template-columns:1fr 1fr 1.5fr 80px 130px 100px 90px 110px}.productDraft{grid-template-columns:1fr 1fr 1fr 110px 100px 110px 70px 110px}.supplierCreate{display:grid;grid-template-columns:minmax(220px,1fr) auto;gap:10px;align-items:end;margin-bottom:12px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.filtersBar{grid-template-columns:1.5fr 1fr 1fr 90px;align-items:end}.areaCatalog{display:grid;grid-template-columns:1.1fr 2fr 1.2fr;align-items:center;gap:12px;margin-bottom:18px;padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.areaCatalog>div:first-child{display:grid;gap:3px}.areaCatalog>div:first-child span{color:#64748b;font-size:12px}.openingQuantityCard{display:grid;gap:12px;margin-bottom:16px;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 8px 24px #0f172a0d}.openingQuantityCardHead{display:flex;align-items:center;justify-content:space-between;gap:12px}.openingQuantityCardHead>div{display:grid;gap:3px}.openingQuantityCardHead strong{color:#0f172a;font-size:15px}.openingQuantityCardHead span,.openingQuantityCard p{color:#64748b;font-size:12px}.openingQuantityCardHead em{border-radius:999px;background:#eef6f1;color:#005c42;padding:5px 10px;font-size:12px;font-style:normal;font-weight:900}.openingQuantityList{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:8px}.openingQuantityList>div{display:grid;gap:3px;padding:10px 12px;border:1px solid #e2e8f0;border-radius:9px;background:#f8fafc}.openingQuantityList strong{color:#0f172a;font-size:13px}.openingQuantityList span,.openingQuantityList em{color:#64748b;font-size:12px;font-style:normal}.openingQuantityList em{color:#005c42;font-weight:900}.catalogPills{display:flex;flex-wrap:wrap;gap:6px}.catalogAdd{display:grid;grid-template-columns:1fr auto;gap:8px}.sectionBlock{border:1px solid #e2e8f0;border-radius:14px;background:#fff;padding:18px;margin-top:0;box-shadow:0 4px 18px #0f172a0a}.budgetPanel{background:transparent;border:0;box-shadow:none;padding:0}.budgetEditor{display:grid;gap:14px;padding-bottom:84px}.stitchEditorShell{--sidebar-width: 0px;display:grid;grid-template-rows:auto minmax(0,1fr);height:100vh;overflow:hidden;background:#f8f9ff}.stitchEditorShell .sidebar,.stitchEditorShell .adminHeader{display:none}.stitchEditorShell .appMain{display:grid;height:100%;min-height:0;padding:0;overflow:auto}.stitchEditorShell .mainScroll{overflow:visible;padding:0}.stitchBudgetPage{min-height:100vh;display:block;padding:0 0 126px;background:#f8f9ff;color:#0b1c30;font-family:Geist,system-ui,sans-serif;font-weight:400}.stitchBudgetPage h1,.stitchBudgetPage h2,.stitchBudgetPage h3,.stitchBudgetPage .font-headline{font-family:Geist,system-ui,sans-serif;font-weight:600}.stitchBudgetPage p,.stitchBudgetPage small,.stitchBudgetPage span,.stitchBudgetPage label,.stitchBudgetPage input,.stitchBudgetPage textarea,.stitchBudgetPage select{font-family:Geist,system-ui,sans-serif;font-weight:400}.stitchBudgetPage h1,.stitchBudgetPage h2,.stitchBudgetPage h3,.stitchBudgetPage h4,.stitchBudgetPage .stitchHeaderLeft>strong,.stitchBudgetPage .stitchProjectInfo h1,.stitchBudgetPage .chapterTitle strong,.stitchBudgetPage .chapterTotals span,.stitchBudgetPage .costHeader p,.stitchBudgetPage .costSummaryRow>strong,.stitchBudgetPage .itemEditorHeader strong,.stitchBudgetPage .itemFinancePanel>strong{font-family:Geist,system-ui,sans-serif;font-weight:600}.appHeaderStack{position:sticky;top:0;z-index:70;background:#fff}.stitchHeader{height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px 34px;border-bottom:1px solid #c7c4d7;background:#fff}.stitchHeaderLeft{display:flex;align-items:center;gap:34px;min-width:0}.stitchLogoMark{width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:#4648d4}.stitchLogoMark span{width:16px;height:16px;display:block;rotate:45deg;background:#fff}.stitchHeaderLeft>strong{font-family:Geist,system-ui,sans-serif;font-size:24px;letter-spacing:-0em}.stitchNav{display:flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:#eff4ff}.stitchMainNav{position:relative}.stitchProjectMenu{position:relative;display:flex}.stitchMenuItem{display:flex}.stitchNav button{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 28px;border-radius:999px;background:transparent;color:#464554;font-size:14px;font-weight:800}.stitchNav button.active{background:#0b1c30;color:#fff}.stitchProjectDropdown{position:absolute;top:calc(100% + 10px);left:0;z-index:80;min-width:220px;display:none;gap:4px;padding:8px;border:1px solid rgba(199,196,215,.7);border-radius:18px;background:#fff;box-shadow:0 18px 45px #0f172a24}.stitchProjectMenu:hover .stitchProjectDropdown{display:grid}.stitchProjectMenu:focus-within .stitchProjectDropdown{display:grid}.stitchProjectDropdown button{width:100%;justify-content:flex-start;min-height:38px;padding:9px 12px;border-radius:12px;color:#0b1c30}.stitchProjectDropdown button.active{background:#eff4ff;color:#4648d4}.stitchSubNavBar{width:100%;display:flex;justify-content:center;padding:8px 34px;border-bottom:1px solid #dbe3ee;background:#eef2f7}.stitchSubNavInner{width:min(1440px,100%);display:flex;align-items:center;gap:8px}.stitchSubNavInner button{min-height:36px;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:transparent;color:#475569;font-size:13px;font-weight:700}.stitchSubNavInner button.active{background:#fff;color:#0b1c30;box-shadow:0 6px 14px #0f172a14}.stitchHeaderActions{display:flex;align-items:center;gap:16px}.stitchHeaderActions button{width:32px;height:32px;display:grid;place-items:center;border-radius:999px;background:transparent;color:#464554;font-size:20px}.stitchUserMenu{position:relative}.stitchHeaderActions .stitchUserAvatar{width:42px;height:42px;display:grid;place-items:center;border-radius:999px;background:#39b8fd;color:#004666;font-weight:900}.stitchUserDropdown{position:absolute;top:calc(100% + 10px);right:0;z-index:90;min-width:220px;display:none;gap:8px;padding:10px;border:1px solid rgba(199,196,215,.7);border-radius:16px;background:#fff;box-shadow:0 18px 45px #0f172a24}.stitchUserMenu:hover .stitchUserDropdown,.stitchUserMenu:focus-within .stitchUserDropdown{display:grid}.stitchUserDropdown span{color:#64748b;font-size:12px}.stitchUserDropdown button{width:100%;height:auto;min-height:38px;display:inline-flex;justify-content:flex-start;gap:8px;padding:9px 12px;border-radius:10px;background:#f1f5f9;color:#0b1c30;font-size:13px;font-weight:700}.stitchMain{width:auto;margin:0 auto;padding:40px 34px 0}.subcontractorsPage{min-height:100vh;padding-bottom:128px}.subcontractorsPage .stitchProjectInfo strong{display:block;margin:4px 0 10px;color:#0b1c30;font-size:18px;font-weight:600}.subcontractorMetrics{grid-template-columns:repeat(5,minmax(130px,1fr))}.subcontractorControls{grid-template-columns:auto minmax(260px,1fr) auto auto auto}.subcontractorsLayout{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,360px);gap:24px;align-items:start;margin-top:34px}.subcontractorList{display:grid;gap:22px}.subcontractorCard{overflow:hidden;border:1px solid #d8d5e7;border-radius:46px;background:#fff;box-shadow:0 24px 50px #0f172a0a}.subcontractorCardHeader{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:24px;align-items:center;padding:36px;background:#fbfcff}.subcontractorIdentity{display:flex;gap:24px;align-items:flex-start;min-width:0}.subcontractorIdentity h2{margin:0;color:#0b1c30;font-size:24px;font-weight:600}.subcontractorIdentity p{margin:6px 0 10px;color:#707285;font-weight:400}.subcontractorBadges,.rowActions{display:flex;flex-wrap:wrap;gap:8px}.subcontractorBadges span,.miniBadge{width:fit-content;display:inline-flex;align-items:center;min-height:24px;padding:4px 10px;border-radius:999px;background:#eff4ff;color:#4648d4;font-size:12px;font-style:normal;font-weight:600}.subcontractorFinance{display:grid;grid-template-columns:repeat(4,minmax(92px,auto)) auto auto;gap:18px;align-items:center}.subcontractorFinance div{display:grid;gap:4px;text-align:right}.subcontractorFinance span{color:#707285;font-size:11px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.subcontractorFinance strong{color:#0b1c30;font-size:16px;font-weight:700}.subcontractorDetails{display:grid;gap:22px;padding:24px 36px 36px}.subcontractorInnerCard{border:1px solid #e1deed;border-radius:34px;padding:28px;background:#fff}.subcontractorSectionHeader{display:flex;justify-content:space-between;gap:18px;align-items:flex-start;margin-bottom:22px}.subcontractorSectionHeader h3{margin:0 0 6px;color:#0b1c30;font-size:22px;font-weight:600}.subcontractorSectionHeader p{margin:0;color:#707285}.subcontractorTable{display:grid;overflow-x:auto}.subcontractorTableHead,.subcontractorTableRow{display:grid;min-width:880px;gap:16px;align-items:center;padding:14px 10px}.quoteTable .subcontractorTableHead,.quoteTable .subcontractorTableRow{grid-template-columns:72px minmax(220px,1fr) 100px 120px 130px 120px 180px}.invoiceTable .subcontractorTableHead,.invoiceTable .subcontractorTableRow{grid-template-columns:130px minmax(180px,1fr) 110px 120px 110px 120px 110px 110px 190px}.subcontractorTableHead{color:#464554;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.subcontractorTableRow{border-top:1px solid #eef2f7;color:#0b1c30}.subcontractorTableRow strong{font-weight:600}.subcontractorTableRow>span:first-child{display:inline-flex;gap:6px;align-items:center}.rowActions button{display:inline-flex;align-items:center;justify-content:center;min-height:30px;padding:6px 10px;border-radius:999px;background:#f1f5f9;color:#0b1c30;font-size:12px;font-weight:600}.documentActions{display:inline-flex;align-items:center;gap:6px}.documentActions button{width:32px;height:32px;min-height:32px;padding:0}.statusBadge{width:fit-content;display:inline-flex;align-items:center;min-height:26px;padding:5px 10px;border-radius:999px;background:#f1f5f9;color:#475569;font-size:12px;font-weight:700}.statusBadge.accepted,.statusBadge.paid,.statusBadge.valid{background:#dcfce7;color:#047857}.statusBadge.pending,.statusBadge.warning{background:#fff7ed;color:#c2410c}.statusBadge.rejected{background:#fee2e2;color:#b91c1c}.subcontractorTableNote{margin:16px 0 0;color:#707285;font-size:13px}.subcontractorFormPanel{position:sticky;top:132px;display:grid;gap:12px;border:1px solid #d8d5e7;border-radius:34px;padding:26px;background:#fff}.subcontractorFormPanel h2{margin:0;color:#0b1c30;font-size:24px;font-weight:600}.subcontractorFormPanel p{margin:0 0 8px;color:#707285}.subcontractorFormPanel form,.subcontractorFormPanel label{display:grid;gap:8px}.subcontractorFormPanel input,.subcontractorFormPanel select,.subcontractorFormPanel textarea,.pdfReviewGrid input,.pdfReviewGrid select{width:100%;min-height:44px;border:1px solid #e5e7eb;border-radius:16px;padding:10px 14px;background:#f8faff;color:#0b1c30}.subcontractorFormPanel textarea{min-height:96px;resize:vertical}.subcontractorCheckbox{grid-template-columns:auto 1fr;align-items:center}.subcontractorCheckbox input{width:16px;min-height:16px}.subcontractorPdfModal,.subcontractorEditModal{width:min(920px,calc(100vw - 32px))}.pdfDrop{display:grid;place-items:center;gap:10px;min-height:130px;border:1px dashed #cbd5e1;border-radius:24px;background:#f8faff;color:#475569;cursor:pointer}.pdfDrop input{display:none}.pdfDrop.active{border-color:#4648d4;background:#eef2ff;color:#0b1c30}.pdfExtractionReview{display:grid;gap:18px;margin-top:20px}.subcontractImportLinkBox{display:grid;gap:14px;margin-top:16px;padding:16px;border:1px solid #e7eaf4;border-radius:20px;background:#f8faff}.subcontractImportDetected{display:grid;gap:4px}.subcontractImportDetected strong{color:#0b1c30;font-size:15px;font-weight:700}.subcontractImportDetected span{color:#707285;font-size:13px}.subcontractImportModes{display:flex;flex-wrap:wrap;gap:10px}.subcontractImportModes label{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;border:1px solid #e1e6f0;border-radius:999px;background:#fff;color:#0b1c30;font-size:13px;font-weight:600}.duplicateReviewBox{display:grid;gap:14px;margin-top:16px;padding:16px;border:1px solid #f6c76b;border-radius:18px;background:#fffbeb}.duplicateReviewBox>div:first-child{display:grid;gap:4px}.duplicateReviewBox strong{color:#0b1c30}.duplicateReviewBox span,.duplicateReviewBox li{color:#64748b;font-size:12px}.duplicateReviewList{display:grid;gap:10px;max-height:220px;overflow:auto}.duplicateReviewItem{display:grid;gap:8px;padding:12px;border:1px solid #fde68a;border-radius:14px;background:#fff}.duplicateReviewItem ul{margin:0;padding-left:18px}.duplicateReviewActions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pdfReviewGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.pdfReviewGrid label{display:grid;gap:7px;color:#464554;font-size:12px;font-weight:600}.pdfTotalsValidation{display:grid;gap:6px;border-radius:18px;padding:14px 16px;background:#f1f5f9;color:#475569}.pdfTotalsValidation.valid{background:#ecfdf5;color:#047857}.pdfTotalsValidation.warning{background:#fff7ed;color:#c2410c}.subcontractorBottomBar{position:sticky;bottom:18px;z-index:30;width:min(1440px,calc(100% - 68px));min-height:76px;display:flex;align-items:center;gap:24px;margin:36px auto 0;padding:18px 30px;border-radius:28px;background:#0b1c30;color:#fff;box-shadow:0 24px 55px #0f172a38}.subcontractorBottomBar small{color:#8ea0b8}.subcontractorBottomBar strong{font-size:15px;font-weight:700;white-space:nowrap}.subcontractorBottomBar button{margin-left:auto;min-height:46px;padding:10px 24px;border-radius:16px;background:#4648d4;color:#fff;font-weight:700}.suppliersPage{display:grid;gap:18px}.supplierCreateForm{display:flex;gap:10px;align-items:center}.supplierCreateForm input{min-height:42px;min-width:260px;border:1px solid #e2e8f0;border-radius:12px;padding:10px 12px}.suppliersList{display:grid;gap:10px}.supplierManagementRow{display:grid;grid-template-columns:minmax(260px,1fr) auto auto auto;gap:12px;align-items:center;border:1px solid #e2e8f0;border-radius:16px;padding:12px;background:#fff}.supplierManagementRow label{display:grid;gap:5px;color:#64748b;font-size:12px;font-weight:700}.supplierManagementRow input{min-height:40px;border:1px solid #e2e8f0;border-radius:12px;padding:9px 11px;color:#0f172a;font-weight:600}.supplierManagementRow span{color:#64748b;font-size:13px}.subcontractorDirectoryPage{display:grid;gap:18px}.subcontractorDirectoryForm{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;border:1px solid #e2e8f0;border-radius:18px;padding:16px;background:#fff}.subcontractorDirectoryForm label,.subcontractorProfileRow label{display:grid;gap:6px;color:#64748b;font-size:12px;font-weight:700}.subcontractorDirectoryForm input,.subcontractorDirectoryForm textarea,.subcontractorProfileRow input,.subcontractorProfileRow textarea{min-height:40px;border:1px solid #e2e8f0;border-radius:12px;padding:9px 11px;color:#0f172a}.subcontractorDirectoryForm textarea{min-height:40px;resize:vertical}.subcontractorDirectoryForm button{align-self:end}.subcontractorDirectoryList{display:grid;gap:10px}.subcontractorProfileRow{display:grid;grid-template-columns:minmax(220px,1.4fr) repeat(5,minmax(120px,1fr)) auto auto;gap:10px;align-items:end;border:1px solid #e2e8f0;border-radius:16px;padding:12px;background:#fff}.subcontractorAssociateBox{display:grid;gap:10px;padding-bottom:14px;border-bottom:1px solid #e2e8f0}.subcontractorAssociateBox select{width:100%;min-height:44px;border:1px solid #e5e7eb;border-radius:16px;padding:10px 14px;background:#f8faff;color:#0b1c30}@media(max-width:1100px){.subcontractorsLayout,.subcontractorControls{grid-template-columns:1fr}.subcontractorMetrics{grid-template-columns:repeat(2,minmax(0,1fr))}.subcontractorCardHeader{grid-template-columns:1fr}.subcontractorFinance{grid-template-columns:repeat(2,minmax(0,1fr))}.subcontractorFinance div{text-align:left}.subcontractorFormPanel{position:static}.pdfReviewGrid{grid-template-columns:1fr}.subcontractorBottomBar{width:calc(100% - 32px);flex-wrap:wrap}.subcontractorDirectoryForm,.subcontractorProfileRow{grid-template-columns:1fr}}.stitchProjectHero{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;gap:28px;margin-bottom:46px}.stitchProjectInfo>span{color:#464554;font-size:10px;font-weight:900;letter-spacing:0em;text-transform:uppercase}.stitchProjectInfo h1{margin-top:8px;color:#0b1c30;font-size:clamp(44px,5vw,72px);font-weight:900;line-height:.95;letter-spacing:-0em}.stitchProjectInfo p{margin-top:16px;color:#464554;font-size:15px;font-weight:700}.stitchMetrics{width:100%;display:flex;gap:0;align-items:flex-start;justify-content:space-between}.stitchMetrics div{min-width:220px;padding-left:34px;text-align:right}.stitchMetrics div+div{border-left:1px solid #c7c4d7}.stitchMetrics strong{display:block;color:#0b1c30;font-family:Geist,system-ui,sans-serif;font-size:40px;font-weight:900;letter-spacing:-0em}.stitchMetrics strong:after{content:"€";margin-left:7px;font-size:20px;font-weight:700}.stitchMetrics span{display:block;margin-top:4px;color:#464554;font-size:10px;font-weight:900;letter-spacing:0em;text-transform:uppercase}.stitchMetrics em{display:block;margin-top:5px;color:#16a34a;font-size:12px;font-style:normal;font-weight:900}.stitchMetrics em.down{color:#ef4444}.stitchControlsBar{grid-template-columns:auto minmax(340px,1fr) auto auto auto auto;margin-bottom:34px;padding:0;border:0;background:transparent;box-shadow:none;align-items:center;gap:18px}.editorControlBar.stitchControlsBar{display:grid;grid-template-columns:auto minmax(340px,1fr) auto auto auto auto;align-items:center;gap:18px;padding:0;border:0;background:transparent;box-shadow:none}.stitchStatusTabs{padding:4px;border-radius:999px;background:#eff4ff}.stitchStatusTabs button{min-height:36px;padding:8px 18px;border:0;background:transparent;color:#464554}.stitchStatusTabs button.active{background:#fff;color:#0b1c30;box-shadow:0 4px 14px #0f172a14}.stitchSearch{position:relative;display:block}.stitchSearch svg{position:absolute;left:18px;top:50%;translate:0 -50%;color:#464554;z-index:1;pointer-events:none}.stitchSearch input{width:100%;min-height:44px;padding-left:46px;border:0;border-radius:16px;background:#eff4ff;font-size:14px;font-weight:800}.stitchPillButton,.stitchPrimaryButton{min-height:44px;padding:10px 22px;border-radius:999px;font-size:14px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap}.stitchPillButton{background:#eff4ff;color:#0b1c30}.stitchPillButton.subtle{color:#464554}.stitchPrimaryButton{background:#0b1c30;color:#fff}.stitchIconButton{width:44px;height:44px;display:inline-grid;place-items:center;border-radius:999px;background:#0b1c30;color:#fff;box-shadow:0 10px 24px #0f172a24}.stitchIconButton:disabled{opacity:.45;cursor:not-allowed}.stitchBudgetPage .sectionBlock{overflow:hidden;margin:0 0 26px;padding:0;border:1px solid #c7c4d7;border-radius:52px;background:#fff;box-shadow:0 4px 24px #0000000a}.stitchBudgetPage .editorChapterLine{min-height:126px;margin:0;padding:34px 36px;border-bottom:1px solid #e7e9f2;background:#eff4ff52}.stitchBudgetPage .chapterTitle{gap:24px}.stitchBudgetPage .chapterBadge{width:54px;height:54px;border-radius:999px;background:#0b1c30;color:#fff;font-family:Geist,system-ui,sans-serif;font-size:18px}.stitchBudgetPage .dragHandle{display:none}.stitchBudgetPage .chapterTitle strong{color:#0b1c30;font-family:Geist,system-ui,sans-serif;font-size:22px;line-height:1.2;letter-spacing:-0em}.stitchBudgetPage .chapterTitle small{color:#767586;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:0em}.stitchBudgetPage .chapterTotals{grid-template-columns:1fr auto auto;gap:6px 20px}.stitchBudgetPage .chapterTotals:before{content:"Total capítulo";grid-column:1;color:#767586;font-size:10px;font-weight:900;letter-spacing:0em;text-transform:uppercase}.stitchBudgetPage .chapterTotals span{color:#0b1c30;font-family:Geist,system-ui,sans-serif;font-size:28px;font-weight:900;letter-spacing:-0em}.stitchBudgetPage .chapterTotals small{display:none}.stitchBudgetPage .chapterDelete{width:44px;height:44px;display:inline-grid;place-items:center;border:1px solid #fecaca;border-radius:999px;background:#fff1f2;color:#b91c1c;box-shadow:0 4px 12px #b91c1c1a}.stitchBudgetPage .chapterDelete:hover{background:#fee2e2;color:#991b1b}.stitchBudgetPage .chapterTotals .iconOnly:last-child{width:44px;height:44px;border:1px solid #c7c4d7;border-radius:999px;background:#fff;color:#767586;box-shadow:0 4px 12px #0f172a14}.stitchBudgetPage .sectionBlock>div:not(.chapterLine){padding:36px}.stitchBudgetPage .sectionCosts{margin:36px 36px 42px;padding:36px;border:1px solid rgba(199,196,215,.5);border-radius:36px;background:#fff}.stitchBudgetPage .costHeader{grid-template-columns:1fr auto;align-items:start;border-bottom:0;padding-bottom:30px}.stitchBudgetPage .costHeader p{margin:0;font-family:Geist,system-ui,sans-serif;font-size:22px;letter-spacing:0em}.stitchBudgetPage .costHeader small{display:block;margin-top:8px;color:#767586;font-size:14px;font-weight:700}.costHeaderActions{display:inline-flex;align-items:center;justify-content:flex-end;gap:14px}.stitchBudgetPage .costHeader span{display:inline-flex;align-items:center;min-height:40px;padding:9px 20px;border-radius:999px;background:#4648d41a;color:#4648d4;font-weight:900}.stitchBudgetPage .costAddButton{min-height:40px;padding:9px 20px;border-radius:999px;background:#4648d41a;color:#4648d4;font-weight:900}.costSummaryRows{display:grid;gap:18px}.costSummaryHead,.costSummaryRow{display:grid;grid-template-columns:90px minmax(260px,1.7fr) minmax(160px,.9fr) 70px 90px 130px 140px 42px;gap:18px;align-items:center}.costSummaryHead{padding:0 10px;color:#464554;font-size:10px;font-weight:900;letter-spacing:0em;text-transform:uppercase}.costSummaryRow{min-height:48px;padding:2px 10px;color:#0b1c30;font-size:14px}.costSummaryRow>strong{font-weight:900}.costSummaryRow>strong:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.costLinkText{overflow:hidden;color:#8a8a98;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.costTypeBadge{justify-self:start;min-width:42px;padding:5px 9px;border-radius:999px;background:#39b8fd3d;color:#006591;font-size:10px;font-weight:900;text-align:center;text-transform:uppercase}.costTypeBadge.material{background:#22c55e24;color:#15803d}.costTypeBadge.other{background:#4648d41f;color:#4648d4}.costEditModal{width:min(760px,calc(100vw - 32px))}.costModalGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.costModalGrid .wideField{grid-column:1 / -1}.costModalGrid textarea{min-height:94px;resize:vertical}.costModalGrid .totalField{justify-content:end}.costModalGrid .totalField strong{display:flex;min-height:42px;align-items:center;color:#0b1c30;font-size:18px}.productInlineCreateButton{align-self:end;min-height:42px}.pickerSelectButton{width:100%;min-height:42px;border:1px solid #dbe4ee;border-radius:10px;background:#fff;color:#0b1c30;display:flex;align-items:center;justify-content:flex-start;gap:8px;padding:0 12px;font-weight:700}.pickerSelectButton:hover{border-color:#008f62;background:#f6fbf8}.costProductCreator,.paintCalculatorBox{grid-column:1 / -1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:12px;border:1px solid #dbe4ee;border-radius:8px;background:#f8fafc}.costProductCreator .primary,.paintSurfaceToggle{align-self:end;min-height:42px}.paintCalculatorBox{grid-template-columns:1.1fr 1.4fr .65fr .65fr 1.3fr;align-items:end;background:#f6fbf8;border-color:#b9e7d1}.paintCalculatorBox>div{display:flex;flex-direction:column;gap:4px}.paintCalculatorBox small{color:#334155;line-height:1.35}.paintSurfaceSelector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.paintSurfaceSelector span{grid-column:1 / -1;color:#64748b;font-size:12px;font-weight:700}.paintSurfaceSelector button{min-height:32px;border:1px solid #dbe4ee;border-radius:8px;background:#fff;color:#334155;font-weight:700}.paintSurfaceSelector button.active{border-color:#008f62;background:#e8f8f0;color:#007a52}.productPaintMini{display:grid;grid-template-columns:repeat(3,minmax(42px,1fr));gap:4px;margin-top:6px}.productPaintMini input{min-height:30px;padding:4px 6px;font-size:11px}.coverImageDrop{display:grid;grid-template-columns:1fr 150px auto auto;align-items:center;gap:14px;padding:14px;border:1px dashed #b9c8d8;border-radius:12px;background:#f8fafc}.coverImageDrop img,.coverImagePlaceholder{width:150px;height:86px;object-fit:cover;border-radius:10px;border:1px solid #dbe4ee}.coverImageDrop strong,.coverImageDrop span{display:block}.coverImageDrop span{color:#64748b;font-size:13px}.coverImagePlaceholder{display:flex;gap:6px;align-items:center;justify-content:center;color:#64748b;background:#fff}.uploadInlineButton input{display:none}.costProductPickerModal{width:min(920px,calc(100vw - 32px))}.costProductCategoryList{display:grid;gap:18px;max-height:min(62vh,620px);overflow:auto;padding-right:4px}.costProductCategoryList section{display:grid;gap:10px}.costProductCategoryList h4{margin:0;color:#0b1c30;font-size:13px;text-transform:uppercase}.costProductGrid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.costProductCard{min-height:108px;padding:12px;border:1px solid #dbe4ee;border-radius:10px;background:#fff;color:#0b1c30;text-align:left;display:grid;align-content:start;gap:6px}.costProductCard:hover{border-color:#008f62;background:#f6fbf8}.costProductCard strong{font-size:13px}.costProductCard span{color:#64748b;font-size:12px;line-height:1.35}.costProductCard small{color:#007a52;font-weight:800}.modernPreview{background:#eef2f5}.modernPage{width:794px;min-height:1123px;margin:0 auto 28px;padding:32px 38px 24px;background:#fff;color:#12141a;position:relative;overflow:hidden;box-shadow:0 10px 35px #0f172a1f;font-family:Inter,Arial,sans-serif;font-size:12px}.modernPage h1,.modernPage h2,.modernPage h3,.modernPage strong{color:#003f32}.modernHeader{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:16px;border-bottom:1px solid #003f32;margin-bottom:18px}.modernHeader img{width:122px;height:auto;object-fit:contain}.modernCoverTop img{width:150px;height:auto;object-fit:contain}.modernHeader>div,.modernCoverTop>div{display:grid;gap:5px;padding-left:22px;border-left:1px solid #c7cdd2;color:#343840;font-size:12px}.modernHeader strong,.modernCoverTop strong{font-size:14px;letter-spacing:.03em}.modernCoverTop{display:flex;justify-content:space-between;align-items:flex-start}.modernCoverTitle{margin-top:102px;width:405px}.modernCoverTitle h1{font-size:48px;line-height:1.02;margin:0 0 18px}.modernCoverTitle p{font-size:18px;color:#5f6368}.modernCoverMeta{display:grid;grid-template-columns:repeat(3,1fr);gap:0;width:402px;padding:22px 18px;border:1px solid #e1e6ea;border-radius:14px;box-shadow:0 16px 28px #0f172a1a}.modernCoverMeta div,.modernCoverStats div{display:grid;justify-items:center;gap:6px;text-align:center;color:#003f32}.modernCoverMeta div+div,.modernCoverStats div+div{border-left:1px solid #c7cdd2}.modernCoverMeta span,.modernCoverStats span{font-size:9.5px;font-weight:800;color:#222831}.modernCoverStats .modernStatIcon{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#eaf2ef;color:#003f32}.modernCoverStats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:405px;margin-top:58px;padding-top:34px;border-top:2px solid #003f32}.modernCoverStats strong{font-size:21px}.modernCoverImage{position:absolute;right:-330px;top:205px;width:680px;height:589px;border-radius:0;clip-path:path("M 204 0 L 476 0 Q 510 0 527 29.4 L 663 265.1 Q 680 294.5 663 323.9 L 527 559.6 Q 510 589 476 589 L 204 589 Q 170 589 153 559.6 L 17 323.9 Q 0 294.5 17 265.1 L 153 29.4 Q 170 0 204 0 Z");overflow:hidden;background:#dce5ea}.modernCoverImage img,.modernFinalImage img{width:100%;height:100%;object-fit:cover}.modernCoverImage img{position:static;width:100%;height:100%;max-width:none;object-position:46% center}.modernCoverImage span{display:grid;place-items:center;height:100%;padding:20px;text-align:center;color:#64748b}.modernQuoteBox{position:absolute;left:38px;right:46px;bottom:105px;min-height:108px;display:grid;grid-template-columns:58px 1fr;gap:20px;align-items:center;padding:22px 26px;border-radius:14px;background:#f8fcfbe6;box-shadow:0 14px 36px #0f172a14}.modernQuoteBox b{color:#007a52;font-size:48px}.modernFooter{position:absolute;left:38px;right:38px;bottom:20px;min-height:48px;display:grid;grid-template-columns:2fr 1fr 1.35fr 1.2fr;gap:16px;align-items:center;padding-top:11px;border-top:1px solid #cfd6dd;color:#30343a;font-size:10px}.modernFooter div{display:flex;align-items:center;gap:10px;border-left:1px solid #d5dce3;padding-left:18px}.modernFooter div:first-child{display:grid;grid-template-columns:28px 1fr;gap:2px 10px;border-left:0;padding-left:0}.modernFooter svg{color:#003f32;flex:none}.modernFooterIcon{width:26px;height:26px;display:grid;place-items:center;border-radius:50%;background:#eaf2ef;color:#003f32;flex:none}.modernFooter img{width:21px;grid-row:span 2}.modernItemsTable{width:100%;border-collapse:collapse;table-layout:fixed;font-size:10.5px}.modernItemsTable th:nth-child(1),.modernItemsTable td:nth-child(1){width:44px}.modernItemsTable th:nth-child(3),.modernItemsTable td:nth-child(3){width:38px}.modernItemsTable th:nth-child(4),.modernItemsTable td:nth-child(4){width:54px}.modernItemsTable th:nth-child(5),.modernItemsTable td:nth-child(5){width:70px}.modernItemsTable th:nth-child(6),.modernItemsTable td:nth-child(6){width:78px}.modernItemsTable th{text-align:left;padding:8px 6px;border-bottom:1px solid #c9d0d6;font-size:10px}.modernItemsTable th:nth-child(n+3),.modernItemsTable td:nth-child(n+3){text-align:right}.modernItemsTable td{padding:6px;border-bottom:1px solid #e1e5e9;vertical-align:top;line-height:1.34}.modernSectionRow td:first-child{background:transparent;color:#006047;font-size:20px;font-weight:900}.modernSectionRow strong{display:block;color:#0e141b;font-size:13px;margin-bottom:4px}.modernSectionRow p{margin:0;max-width:none;line-height:1.32;font-size:10.5px}.modernItemRow td:first-child{color:#005640;font-weight:800}.modernItemRow td:nth-child(2){color:#12141a;font-weight:650;overflow-wrap:anywhere}.modernFinanceGrid{display:grid;grid-template-columns:1fr 1fr;gap:38px}.modernFinanceGrid>section+section{border-left:1px solid #cfd6dd;padding-left:38px}.modernFinancePage h3{margin:0 0 16px;font-size:15px;letter-spacing:.03em}.modernFinancePage .muted{margin:-4px 0 14px;color:#59606a;font-size:11px;line-height:1.4}.modernSummaryCard,.modernVatCard{border:1px solid #d9e0e6;border-radius:7px;overflow:hidden;background:#fff;box-shadow:0 10px 28px #0f172a09}.modernSummaryCard p,.modernVatCard p{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:17px 18px;margin:0;border-bottom:1px solid #d9e0e6;font-size:12px}.modernSummaryCard p:last-child,.modernVatCard p:last-child{border-bottom:0}.modernSummaryCard strong,.modernVatCard strong{white-space:nowrap;font-size:14px}.modernSummaryCard .total{min-height:70px;background:linear-gradient(135deg,#006047,#003f32)}.modernSummaryCard .total span,.modernSummaryCard .total strong{color:#fff;font-size:21px}.modernVatCard .total{min-height:64px;background:linear-gradient(135deg,#f4f8f7,#edf3f1)}.modernVatCard .total strong{font-size:21px}.modernInfoNotice{position:relative;margin:22px 0 34px;padding:14px 16px 14px 44px;border:1px solid #d9e0e6;border-radius:7px;background:#fff;color:#59606a;font-size:11px;line-height:1.45}.modernInfoNotice:before{content:"i";position:absolute;left:16px;top:50%;width:18px;height:18px;display:grid;place-items:center;border:1px solid #003f32;border-radius:50%;color:#003f32;font-weight:800;transform:translateY(-50%)}.modernFinanceGrid.lower{gap:34px}.modernPaymentList{display:grid;gap:9px}.modernPaymentList div{display:grid;grid-template-columns:42px 64px 1fr auto;align-items:center;gap:12px;padding:10px;border:1px solid #d9e0e6;border-radius:6px;background:#fff}.modernPaymentList b{display:grid;place-items:center;height:42px;background:#006047;color:#fff;font-size:19px;border-radius:3px}.modernPaymentList strong{font-size:20px}.modernPaymentList em{font-style:normal;font-weight:800;color:#003f32;white-space:nowrap}.modernNote{display:grid;grid-template-columns:24px 1fr;gap:12px;align-items:start;margin:0 0 12px;font-size:11px;line-height:1.35}.modernNote svg{width:16px;height:16px;margin-top:1px;color:#003f32}.modernNote small,.modernPaymentList span{display:block;color:#59606a}.modernNote strong{display:block;margin-bottom:2px;color:#12141a;font-size:12px}.modernAcceptance{position:absolute;left:42px;right:42px;bottom:105px;padding:18px 20px;border:1px solid #d9e0e6;border-radius:7px;background:#fffffff5}.modernAcceptance h3{margin-bottom:8px}.modernAcceptance p{max-width:560px;margin:0;color:#59606a;font-size:11px;line-height:1.45}.modernAcceptance>div{display:grid;grid-template-columns:repeat(3,1fr);gap:38px;margin-top:38px}.modernAcceptance span{padding-top:10px;border-top:2px solid #003f32;color:#30343a;font-size:10px;font-weight:800}.modernTermsPage h1{margin:2px 0 10px;font-size:28px;letter-spacing:0}.modernTermsPage>p{width:360px;margin:0 0 24px;color:#59606a;font-size:13px;line-height:1.45}.modernTermsGrid{display:grid;grid-template-columns:1fr 1fr;gap:14px 18px}.modernTermsCard{position:relative;padding:20px 18px 16px 62px;border:1px solid #d9e0e6;border-radius:7px;background:#fffffff5}.modernTermsCard.tall{min-height:352px}.modernTermsCard.payment,.modernTermsCard.schedule{min-height:292px}.modernTermsCard.short{min-height:128px}.modernTermsCard.final:after{content:"B";position:absolute;right:24px;bottom:12px;color:#003f3212;font-size:100px;line-height:1}.modernTermsCard>b{position:absolute;left:0;top:0;width:46px;height:40px;display:grid;place-items:center;background:#006047;color:#fff;font-size:21px;border-top-left-radius:7px;border-bottom-right-radius:2px}.modernTermsCard h3{margin:0 0 13px;font-size:15px;letter-spacing:.02em}.modernTermsIntro{margin:0 0 12px;color:#20242b;font-size:10.8px;line-height:1.38}.modernTermLine{display:grid;grid-template-columns:18px 1fr;gap:8px;align-items:start;margin:0 0 10px;color:#20242b;font-size:10.6px;line-height:1.35}.modernTermLine svg{margin-top:1px;color:#003f32;border:1px solid currentColor;border-radius:50%;padding:2px;box-sizing:content-box}.modernTermsPaymentList{display:grid;gap:7px}.modernTermsPaymentList div{display:grid;grid-template-columns:40px 58px 1fr auto;gap:10px;align-items:center;min-height:46px;padding:7px 8px;border:1px solid #d9e0e6;border-radius:5px;background:#fff}.modernTermsPaymentList div>strong{display:grid;place-items:center;align-self:stretch;border-radius:3px;background:#edf3f1;color:#003f32;font-size:16px}.modernTermsPaymentList div>span{color:#003f32;font-size:18px;font-weight:800}.modernTermsPaymentList p{margin:0;color:#20242b;line-height:1.2}.modernTermsPaymentList p b{display:block;color:#12141a;font-size:10.8px}.modernTermsPaymentList p small{display:block;margin-top:2px;color:#59606a;font-size:9.4px}.modernTermsPaymentList em{color:#003f32;font-size:10.7px;font-style:normal;font-weight:800;white-space:nowrap}.modernTermsBankNote,.modernTermsNote,.modernScheduleLine{display:grid;align-items:start}.modernTermsBankNote{grid-template-columns:24px 1fr;gap:10px;margin:9px 0 0;color:#20242b;font-size:10.2px;line-height:1.32}.modernTermsNote{grid-template-columns:34px 1fr;gap:12px;margin:14px 0 0;padding:10px 12px;border:1px solid #d9e0e6;border-radius:5px;background:#f4f7f6;color:#20242b;font-size:10.4px;line-height:1.35}.modernTermsNote svg,.modernTermsBankNote svg,.modernScheduleLine>svg{color:#003f32}.modernScheduleLine{grid-template-columns:30px 1fr;gap:12px;margin:0;padding:9px 0;border-bottom:1px solid #d9e0e6}.modernScheduleLine:first-of-type{padding-top:0}.modernScheduleLine:last-child{border-bottom:0;padding-bottom:0}.modernScheduleLine strong{display:block;color:#003f32;font-size:10.8px}.modernScheduleLine small{display:block;margin-top:2px;color:#20242b;font-size:9.9px;line-height:1.33}.modernTermsGuarantee{min-height:42px;display:grid;grid-template-columns:36px 1fr;gap:12px;align-items:center;margin-top:12px;padding:8px 14px;border:1px solid #d9e0e6;border-radius:7px;background:#f4f7f6;color:#20242b;font-size:11px}.modernTermsGuarantee svg{color:#003f32}.modernThanksGrid{display:grid;grid-template-columns:1fr 1.04fr;gap:54px;align-items:start;margin-top:54px}.modernThanksGrid h1{max-width:330px;margin:0 0 22px;font-size:44px;line-height:1.08}.modernThanksGrid p{font-size:15px;line-height:1.55;color:#59606a}.modernThanksGrid section:first-child>p{max-width:345px;margin:0 0 28px}.modernThanksGrid section:first-child>strong{display:block;max-width:350px;font-size:16px;line-height:1.55}.modernThanksGrid em{display:block;width:max-content;margin-top:26px;color:#003f32;font-family:Segoe Script,Brush Script MT,Lucida Handwriting,Snell Roundhand,cursive;font-size:32px;font-weight:400;line-height:1;transform:rotate(-5deg)}.modernThanksGrid em:after{content:"";display:block;width:170px;height:1px;margin:4px 0 0 38px;background:#003f32;transform:rotate(-8deg);opacity:.75}.modernThanksGrid section:nth-child(2) p{display:grid;grid-template-columns:58px 1fr 20px;gap:18px;align-items:center;border-bottom:1px solid #d9e0e6;margin:0;padding:0 0 17px}.modernThanksGrid section:nth-child(2) p+p{padding-top:17px}.modernThanksGrid section:nth-child(2) strong{display:block;margin-bottom:3px;font-size:14px}.modernThanksGrid section:nth-child(2) small{display:block;color:#59606a;font-size:12px;line-height:1.35}.modernActionIcon{width:58px;height:58px;display:grid;place-items:center;border-radius:50%;background:#edf3f1;color:#003f32}.modernFinalQuote{position:relative;margin-top:38px;padding:24px 38px 24px 74px;border-radius:7px;background:linear-gradient(135deg,#006047,#003f32);color:#fff;font-size:20px;line-height:1.45;overflow:hidden}.modernFinalQuote:before{content:"“";position:absolute;left:28px;top:18px;color:#ffffff94;font-size:58px;line-height:1}.modernFinalQuote strong{color:#fff;font-style:italic}.modernFinalImage{height:218px;margin-top:16px;border-radius:7px;overflow:hidden;background:#eef2f5}.modernContactBand{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:16px;margin-bottom:74px;padding:14px;border-radius:7px;background:#f2f5f4;color:#26313a}.modernContactBand>span{display:grid;grid-template-columns:38px 1fr;gap:6px 10px;align-items:center;padding:0 12px}.modernContactBand>span+span{border-left:1px solid #cfd6dd}.modernContactIcon{width:38px;height:38px;display:grid;place-items:center;grid-row:span 2;border-radius:50%;background:#dfeae6;color:#003f32}.modernContactIcon svg{width:18px;height:18px}.modernContactBand strong{color:#003f32;font-size:11px}.modernContactBand small{color:#59606a;font-size:9px;line-height:1.25}@media print{body{background:#fff}.noPrint,.sidebar,.topbar,.sectionHeader.noPrint{display:none!important}.main,.mainScroll,.panel.preview,.modernPreview{display:block;padding:0;margin:0;background:#fff;overflow:visible}.modernPage{box-shadow:none;margin:0;page-break-after:always}}.splitActions{justify-content:space-between}.splitActions>div{display:flex;flex-wrap:wrap;gap:10px}.dangerText{color:#dc2626}.stitchBudgetPage p,.stitchBudgetPage small,.stitchBudgetPage span,.stitchBudgetPage label,.stitchBudgetPage input,.stitchBudgetPage textarea,.stitchBudgetPage select{font-family:Geist,system-ui,sans-serif;font-weight:400!important}.stitchBudgetPage h1,.stitchBudgetPage h2,.stitchBudgetPage h3,.stitchBudgetPage h4,.stitchBudgetPage .stitchHeaderLeft>strong,.stitchBudgetPage .stitchProjectInfo h1,.stitchBudgetPage .chapterTitle strong,.stitchBudgetPage .chapterTotals span,.stitchBudgetPage .costHeader p,.stitchBudgetPage .costSummaryRow>strong,.stitchBudgetPage .itemEditorHeader strong,.stitchBudgetPage .itemFinancePanel>strong{font-family:Geist,system-ui,sans-serif;font-weight:600!important}.stitchBudgetPage .stitchMetrics strong{font-family:Geist,system-ui,sans-serif;font-weight:700!important}.stitchBudgetPage .financeProfit .positive{color:#22c55e!important}.stitchBudgetPage .financeProfit .negative{color:#ef4444!important}.stitchBudgetPage .editorItems{gap:24px}.stitchBudgetPage .sectionItemQuickAdd{order:10;min-height:80px;display:grid;place-items:center;padding:18px;border:2px dashed rgba(199,196,215,.45);border-radius:34px;background:transparent}.stitchBudgetPage .sectionItemQuickAdd .quickAddFields,.stitchBudgetPage .sectionItemQuickAdd .quickAddDescription,.stitchBudgetPage .sectionItemQuickAdd .quickAddActions{width:100%}.stitchBudgetPage .itemEditorCard{border-color:#c7c4d7;border-radius:40px;box-shadow:0 18px 50px #0f172a14}.stitchBudgetPage .itemEditorMain{padding:38px}.stitchBudgetPage .itemFinancePanel{width:410px;padding:38px;background:#0f172a}.stitchBudgetPage .descriptionBlock textarea{min-height:150px;border:1px solid #eff4ff;border-radius:18px;background:#fff}.stitchBudgetPage .itemTechnicalGrid{grid-template-columns:1.3fr .9fr 1fr .8fr .9fr .9fr 1.3fr}.stitchBudgetPage .itemTechnicalGrid input,.stitchBudgetPage .itemTechnicalGrid select{min-height:46px;border:1px solid #eff4ff;border-radius:16px;font-weight:900}.stitchBudgetPage .editorBottomBar{position:fixed;left:50%;right:auto;bottom:24px;z-index:60;width:min(95%,1400px);translate:-50% 0;grid-template-columns:minmax(260px,1fr) auto auto;gap:36px;padding:16px 32px;border:1px solid rgba(255,255,255,.06);border-radius:28px;background:#0b1c30;color:#fff;box-shadow:0 22px 60px #0f172a40}.stitchBudgetPage .editorBottomBar span{color:#94a3b8;font-size:11px;font-weight:900;letter-spacing:0em;text-transform:uppercase}.stitchBudgetPage .editorBottomBar strong{color:#fff;font-family:Geist,system-ui,sans-serif;font-size:28px}.stitchBudgetPage .editorBottomLeft{gap:5px}.stitchBudgetPage .editorBottomBar .editorBottomLeft strong{font-size:15px;font-family:Inter,system-ui,sans-serif}.stitchBudgetPage .editorBottomBar .editorBottomLeft strong.positive{color:#22c55e}.stitchBudgetPage .editorBottomBar .editorBottomLeft strong.negative{color:#f87171}.stitchBudgetPage .editorBottomBar .iconText{min-height:48px;border-radius:16px;background:#4648d4;color:#fff;padding-inline:34px}.budgetPanel>.sectionHeader,.sectionCreate,.quickAdd{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 4px 18px #0f172a0a}.budgetPanel>.sectionHeader{display:grid;grid-template-columns:minmax(220px,1fr) auto;align-items:center;padding:18px 20px;border-radius:14px;margin-bottom:0;background:linear-gradient(135deg,#fff,#f8fafc);border-color:#dbe4ea}.budgetEditor>.sectionHeader h2{font-size:28px;color:#0f172a}.budgetEditor>.sectionHeader h2:before{content:"Editor";display:block;margin-bottom:4px;color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0em}.budgetEditor>.sectionHeader .toolbar{flex-wrap:wrap;justify-content:flex-end}.budgetEditor>.sectionHeader select,.budgetEditor>.sectionHeader .iconText{min-height:38px}.editorControlBar{display:grid;grid-template-columns:minmax(180px,.7fr) minmax(320px,1fr);gap:12px;align-items:center;padding:12px;background:#fff;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 18px #0f172a0a}.editorControlBar p{color:#64748b;font-size:12px;margin-bottom:2px}.editorControlBar strong{color:#0f172a;font-size:13px}.statusTabs{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end}.statusTabs button{min-height:34px;padding:7px 12px;border:1px solid #dbe4ea;border-radius:999px;background:#f8fafc;color:#475569;font-size:12px;font-weight:700}.statusTabs button.active{color:#fff;border-color:#111827;background:#111827}.editorSectionCreate,.editorQuickAdd{margin-bottom:0;border-radius:14px}.modalBackdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;display:grid;place-items:center;padding:24px;background:#0f172a6b}.uploadModal{width:min(680px,100%);display:grid;gap:16px;background:#fff;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 24px 70px #0f172a33;padding:20px}.areaImportButton{width:fit-content;margin:-6px 0 12px}.areaCreateCell{display:grid;gap:6px;min-width:180px}.areaCreateCell input,.areaCreateCell select{width:100%}.areaSaveRowButton{white-space:nowrap}.areaSummaryRow td{background:#f3f7f5;border-top:1px solid #d9e5df;color:#0f3d31}.areaSummaryRow.demolition td{background:#fff5f5;color:#991b1b}.planImportModal{width:min(1180px,100%);max-height:min(820px,calc(100vh - 48px));overflow:auto}.planPreviewTable{overflow:auto;border:1px solid #e2e8f0;border-radius:10px}.planPreviewTable table{min-width:980px;margin:0}.planPreviewTable th,.planPreviewTable td{white-space:nowrap}.planPreviewTable td:first-child input{min-width:160px}.planPreviewTable input[type=number]{width:96px}.areaModeTabs{display:flex;gap:8px;margin:-4px 0 12px}.areaDesigner{display:grid;position:fixed;top:0;right:0;bottom:0;left:0;z-index:95;grid-template-columns:minmax(0,1fr);grid-template-rows:1fr;gap:0;align-items:stretch;background:#eef3f6}.areaDesignerShell{position:relative;min-width:0;min-height:0;overflow:hidden}.planToolRail{position:absolute;left:12px;top:86px;z-index:12;display:grid;gap:4px;padding:6px;border:1px solid #dbe4ea;border-radius:8px;background:#fff;box-shadow:0 8px 22px #0f172a1f}.planFullscreenHeader{position:absolute;z-index:13;top:14px;left:14px;right:14px;display:grid;grid-template-columns:auto minmax(0,1fr) auto;gap:12px;align-items:center;padding:10px 12px;border:1px solid #dbe4ea;border-radius:12px;background:#fffffff5;box-shadow:0 12px 30px #0f172a24;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.planFullscreenHeader>div{min-width:0;display:grid;justify-items:center;gap:2px}.planFullscreenHeader strong{color:#0f172a;font-size:14px}.planFullscreenHeader span{color:#64748b;font-size:11px;font-weight:700}.planToolRail button{width:34px;height:34px;display:grid;place-items:center;border:0;border-radius:6px;background:transparent;color:#172033;cursor:pointer}.planToolRail button.active,.planToolRail button:hover{background:#fff07a}.planToolRail button.bluetoothConnected{background:#dbeafe;color:#1d4ed8}.areaDesignerToolbar{position:absolute;z-index:12;left:66px;top:86px;max-width:min(720px,calc(100% - 92px));display:flex;justify-content:space-between;gap:12px;align-items:center;padding:8px 12px;border:1px solid #dbe4ea;border-radius:999px;background:#fffffff5;box-shadow:0 8px 22px #0f172a1f;color:#64748b;font-size:13px}.bluetoothMeasureStatus{position:absolute;left:66px;top:132px;z-index:12;max-width:min(520px,calc(100% - 92px));min-height:34px;display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #dbe4ea;border-radius:999px;background:#fff;color:#334155;font-size:12px;box-shadow:0 8px 22px #0f172a1f}.bluetoothMeasureStatus.connected{border-color:#bfdbfe;background:#eff6ff;color:#1d4ed8}.bluetoothMeasureStatus.error{border-color:#fecaca;background:#fff1f2;color:#b91c1c}.bluetoothDevPanel{position:absolute;right:12px;top:58px;z-index:2;display:inline-flex;align-items:center;gap:8px;padding:7px 9px;border:1px solid #dbe4ea;border-radius:999px;background:#fff;box-shadow:0 8px 22px #0f172a1f}.bluetoothDevPanel span{color:#64748b;font-size:11px;font-weight:700}.bluetoothDevPanel input{width:72px;min-height:28px;border:1px solid #dbe4ea;border-radius:999px;padding:4px 9px}.bluetoothDevPanel button{min-height:28px;padding:5px 10px;border-radius:999px;background:#0b1c30;color:#fff;font-size:12px;font-weight:700}.areaDesignerCanvas{width:100%;height:100vh;display:block;border:1px solid #dbe4ea;border-radius:0;background:#f8fafc;touch-action:none}.areaWall{stroke:#0f172a;stroke-width:7;stroke-linecap:round;cursor:pointer}.areaWall.selected{stroke:#007a52;stroke-width:9;filter:drop-shadow(0 0 4px rgba(0,122,82,.55))}.areaWall.zoneDrawing{pointer-events:none;opacity:.42}.areaWallMarker{stroke-width:2.2;stroke-linecap:round;pointer-events:none;fill:none}.areaWallMarker.demolition{stroke:#dc2626}.areaWallMarker.new{stroke:#16a34a}.zoneSetupModal{max-width:420px;width:min(420px,calc(100vw - 32px));display:grid;gap:14px;padding:18px;border:1px solid #e2e8f0;border-radius:12px;background:#fff;box-shadow:0 24px 70px #0f172a33}.planPreviewLine{stroke:#0f172a;stroke-width:3;stroke-dasharray:8 8;pointer-events:none}.planWallPreviewMeasure{pointer-events:none}.planWallPreviewMeasure text{fill:#64748b;font-size:11px;font-weight:800;paint-order:stroke;stroke:#f8fafc;stroke-width:4px}.planPointHandle{fill:#fff;stroke:#007a52;stroke-width:3;cursor:grab;filter:drop-shadow(0 1px 2px rgba(15,23,42,.35))}.planPointHandle:hover{fill:#007a52}.planPointHandle.active{fill:#fff07a;stroke:#b45309;stroke-width:4}.planCanvasArea{position:relative}.planFloatingActions{position:absolute;z-index:6;transform:translate(-50%,-160%);display:flex;gap:6px}.planActionBtn{width:30px;height:30px;display:grid;place-items:center;padding:0;border:none;border-radius:8px;color:#fff;box-shadow:0 4px 12px #0f172a40;cursor:pointer;transition:background .15s ease,transform .1s ease}.planActionBtn:active{transform:scale(.92)}.planActionBtn.danger{background:#e11d48;box-shadow:0 4px 12px #e11d4866}.planActionBtn.danger:hover{background:#be123c}.planActionBtn.save{background:#007a52;box-shadow:0 4px 12px #007a5266}.planActionBtn.save:hover{background:#066043}.planZoneFill{opacity:.22;stroke:#2563eb;stroke-width:2;pointer-events:auto;cursor:pointer}.planZone.selected .planZoneFill{opacity:.4;stroke:#007a52;stroke-width:3;stroke-dasharray:7 4}.planZoneDraft{fill:#60a5fa29;stroke:#2563eb;stroke-width:2;stroke-dasharray:8 6;pointer-events:none}.planZonePoint{fill:#2563eb;pointer-events:none}.planOpening{cursor:pointer}.planOpeningGap{stroke:#f8fafc;stroke-width:11;stroke-linecap:round}.planOpening.selected .planOpeningGap{stroke:#fff07a}.planOpeningArc{fill:none;stroke:#0f172a;stroke-width:2;stroke-dasharray:4 4}.planWindowLine,.planDoorLeaf{stroke:#0f172a;stroke-width:2}.planSlidingPanel{stroke:#0f172a;stroke-width:4;stroke-linecap:round}.planOpening.selected .planOpeningArc,.planOpening.selected .planDoorLeaf,.planOpening.selected .planWindowLine,.planOpening.selected .planSlidingPanel{stroke:#b45309}.openingPalette{position:absolute;left:58px;top:92px;z-index:30;display:grid;gap:6px;padding:8px;width:210px;border:1px solid #dbe4ea;border-radius:10px;background:#fff;box-shadow:0 18px 40px #0f172a2e}.openingPaletteItem{display:flex;align-items:center;gap:10px;padding:6px 8px;border:1px solid #e2e8f0;border-radius:8px;background:#f8fafc;cursor:pointer;font-size:13px;color:#334155;text-align:left}.openingPaletteItem:hover{background:#eef2f7}.openingPaletteItem.active{border-color:#007a52;background:#ecfdf5}.openingPaletteItem svg{flex:none}.planActionBtn.rotate{background:#2563eb;box-shadow:0 4px 12px #2563eb66}.planActionBtn.rotate:hover{background:#1d4ed8}.planSelectionEditor{position:absolute;z-index:9;width:238px;display:grid;gap:8px;padding:10px;border:1px solid #cfd9d4;border-radius:10px;background:#fffffffa;box-shadow:0 18px 44px #0f172a38}.planSelectionEditor:after{content:"";position:absolute;left:50%;bottom:-7px;width:12px;height:12px;transform:translate(-50%) rotate(45deg);border-right:1px solid #cfd9d4;border-bottom:1px solid #cfd9d4;background:#fffffffa}.planSelectionEditorHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.planSelectionEditorHead.draggable{cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.planSelectionEditorHead.draggable:active{cursor:grabbing}.planSelectionEditorHead strong{color:#0f172a;font-size:13px}.planSelectionEditorHead span{color:#007a52;font-size:11px;font-weight:800}.planSelectionEditor label{display:grid;gap:3px;color:#64748b;font-size:10px;font-weight:700}.planSelectionEditor input{min-height:30px;border-radius:7px;padding:5px 7px;font-size:12px}.planSelectionEditor textarea{min-height:72px;resize:vertical;border:1px solid #dbe4ea;border-radius:8px;padding:7px 8px;font:inherit;font-size:12px}.planSelectionEditor.textEditor{width:280px}.planSelectionEditor.zoneEditor{width:330px}.planSelectionEditorGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}.wallNodeSelector{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.wallNodeSelector button{min-height:28px;border:1px solid #d7e1dc;border-radius:8px;background:#f8fafc;color:#475569;font-size:11px;font-weight:800;cursor:pointer}.wallNodeSelector button.active{border-color:#b45309;background:#fff7d1;color:#92400e}.wallServicePanel{display:grid;gap:7px;padding:8px;border:1px solid #d7e1dc;border-radius:9px;background:#f8fafc}.wallServicePanelHead{display:flex;align-items:center;justify-content:space-between;gap:8px}.wallServicePanelHead span{color:#0f172a;font-size:11px;font-weight:900;text-transform:uppercase}.wallServicePanelHead button,.wallServiceChip button{display:inline-flex;align-items:center;gap:4px;border:1px solid #cfe0d8;border-radius:8px;background:#fff;color:#005c42;font-size:11px;font-weight:800;padding:4px 7px;cursor:pointer}.wallServiceSideSelector{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.wallServiceSideSelector button{min-height:26px;border:1px solid #d7e1dc;border-radius:8px;background:#fff;color:#475569;font-size:10px;font-weight:900;cursor:pointer}.wallServiceSideSelector button.active{border-color:#007a52;background:#e8f5ef;color:#005c42}.wallServiceChips{display:grid;gap:6px}.wallServiceChip{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 6px;align-items:center;padding:6px 7px;border:1px solid #dbe7e1;border-radius:8px;background:#fff;color:#0f172a;font-size:11px;font-weight:800}.wallServiceChip small{grid-column:1 / -1;color:#64748b;font-size:9px;font-weight:800}.wallServiceChip button{width:24px;height:24px;justify-content:center;padding:0;color:#be123c;border-color:#fecdd3}.wallServiceEmpty{color:#64748b;font-size:10px;line-height:1.35}.sideNodeSelector{margin-bottom:8px}.planSelectionEditor.openingEditor .planSelectionEditorGrid{grid-template-columns:repeat(3,minmax(0,1fr))}.planSelectionEditorActions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.planSelectionEditorActions button{min-height:28px;display:inline-flex;align-items:center;gap:4px;border:1px solid #d7e1dc;border-radius:8px;background:#eef6f1;color:#005c42;padding:4px 8px;font-size:11px;font-weight:800}.planSelectionEditorActions .compactIconButton{width:28px;padding:4px;justify-content:center}.planSelectionEditorActions button.dangerGhost{margin-left:auto;background:#fff1f2;border-color:#fecdd3;color:#be123c}.planOpeningGuide line{stroke:#007a52;stroke-width:2;stroke-dasharray:5 4}.planOpeningGuide circle{fill:#007a52}.planOpeningGuide text{fill:#005c42;font-size:12px;font-weight:800;paint-order:stroke;stroke:#fff;stroke-width:4px}.planWallHoverGuide{pointer-events:none}.planWallHoverGuide line{stroke:#94a3b8;stroke-width:1.6;stroke-dasharray:5 4}.planWallHoverGuide circle{fill:#94a3b8}.planWallHoverGuide text{fill:#64748b;font-size:11px;font-weight:800;paint-order:stroke;stroke:#f8fafc;stroke-width:4px}.planWallDimension{pointer-events:none}.planWallDimension line{stroke:#b8c3cc;stroke-width:1.6;stroke-dasharray:4 4}.planWallDimension text{fill:#94a3b8;font-size:11px;font-weight:800;paint-order:stroke;stroke:#f8fafc;stroke-width:4px}.planMeasurementGroup,.planMeasurement{pointer-events:auto}.planMeasurement{stroke:#9aa7b2;stroke-width:1.8;stroke-dasharray:7 5;fill:none}.planMeasurement.preview{stroke:#64748b;stroke-width:1.6;opacity:.75;pointer-events:none}.planMeasurementGroup circle{fill:#f8fafc;stroke:#94a3b8;stroke-width:1.6}.planMeasurementGroup text{fill:#64748b;font-size:11px;font-weight:800;paint-order:stroke;stroke:#f8fafc;stroke-width:4px;pointer-events:none}.planMeasurementGroup.selected .planMeasurement{stroke:#007a52;stroke-width:2.4}.planMeasurementGroup.selected circle{stroke:#007a52}.planMeasurementGroup .planMeasurementHandle{fill:#fff;stroke:#007a52;stroke-width:2.4;cursor:grab;pointer-events:auto;filter:drop-shadow(0 1px 2px rgba(15,23,42,.25))}.planMeasurementGroup .planMeasurementHandle:hover{fill:#e7f6ef}.planText{fill:#0f172a;font-size:18px;font-weight:700;cursor:pointer;pointer-events:auto}.planText.selected{fill:#007a52}.areaDesignerCanvas text{fill:#334155;font-size:18px;font-weight:700;pointer-events:none}.areaDesignerCanvas .planOpeningGuide text{fill:#005c42;font-size:12px;font-weight:800;stroke:#fff;stroke-width:4px}.areaDesignerCanvas .planWallDimension text{fill:#94a3b8;font-size:11px;font-weight:800;stroke:#f8fafc;stroke-width:4px}.areaDesignerCanvas .planWallHoverGuide text{fill:#64748b;font-size:11px;font-weight:800;stroke:#f8fafc;stroke-width:4px}.areaDesignerCanvas .planWallPreviewMeasure text{fill:#64748b;font-size:11px;font-weight:800;stroke:#f8fafc;stroke-width:4px}.areaDesignerCanvas .planMeasurementGroup text{fill:#94a3b8;font-size:11px;font-weight:800;stroke:#f8fafc;stroke-width:4px}.areaDesignerPanel{display:grid;gap:12px}.hiddenLegacyDesignerPanel{display:none!important}.areaDesignerPanel section{display:grid;gap:10px;padding:14px;border:1px solid #e2e8f0;border-radius:10px;background:#fff}.areaDesignerPanel h3{margin:0;font-size:15px}.wallChecklist{display:grid;gap:6px;max-height:180px;overflow:auto}.wallChecklist label{display:flex;gap:8px;align-items:center;font-size:13px}.areaDesignerTotals{display:grid;gap:4px;color:#0f766e;font-size:13px;font-weight:800}@media(max-width:980px){.areaDesigner{grid-template-columns:1fr}.areaDesignerPanel{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:700px){.areaDesignerPanel{grid-template-columns:1fr}.planToolRail{top:66px}}.productPickerModal{width:min(1040px,100%);max-height:min(760px,calc(100vh - 48px));grid-template-rows:auto auto minmax(220px,1fr) auto}.productPickerFilters{grid-template-columns:1.4fr 1fr 1fr auto;margin-bottom:0}.productPickerTable{overflow:auto;border:1px solid #e2e8f0;border-radius:10px}.productPickerTable table{margin:0}.productPickerTable td:first-child,.productPickerTable th:first-child{width:42px}.productPickerTable td strong,.productPickerTable td small{display:block}.productPickerTable td small{color:#64748b;font-size:11px;margin-top:2px}.selectedProductRow td{background:#f0fdf4}.removeProduct{color:#b91c1c;border-color:#fecaca;background:#fff1f2}.inlineProductButton{margin-bottom:8px}.servicePickerModal{width:min(1080px,100%);max-height:min(780px,calc(100vh - 48px));grid-template-rows:auto auto minmax(300px,1fr)}.servicePickerSearch{margin:0}.servicePickerBody{min-height:0;display:grid;grid-template-columns:minmax(220px,280px) minmax(0,1fr);gap:14px}.serviceCategoryList{min-height:0;overflow:auto;display:grid;align-content:start;gap:6px;padding:8px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.serviceCategoryList button{min-height:40px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;text-align:left;border:1px solid transparent;border-radius:9px;background:transparent;color:#334155;padding:8px 10px;cursor:pointer}.serviceCategoryList button:hover{background:#fff}.serviceCategoryList button.active{border-color:#007a52;background:#ecfdf5;color:#005c42}.serviceCategoryList span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:12px;font-weight:800}.serviceCategoryList small{min-width:24px;display:inline-grid;place-items:center;border-radius:999px;background:#e2e8f0;color:#475569;font-size:11px;font-weight:800}.serviceCategoryList button.active small{background:#007a52;color:#fff}.servicePickerResults{min-height:0;overflow:auto;display:grid;align-content:start;gap:8px;padding-right:4px}.serviceChoiceCard{min-height:76px;display:grid;grid-template-columns:minmax(0,1fr) auto 20px;gap:12px;align-items:center;text-align:left;border:1px solid #dbe4ea;border-radius:12px;background:#fff;color:#172033;padding:12px;cursor:pointer}.serviceChoiceCard:hover,.serviceChoiceCard.selected{border-color:#007a52;background:#f0fdf4}.serviceChoiceCard>div{min-width:0;display:grid;gap:4px}.serviceChoiceCard strong{color:#0f172a;font-size:13px}.serviceChoiceCard span{color:#475569;font-size:12px;line-height:1.35}.serviceChoiceCard small{justify-self:end;color:#005c42;font-size:12px;font-weight:800;white-space:nowrap}.serviceChoiceCard svg{color:#007a52}.modalHeader,.modalActions{display:flex;align-items:center;justify-content:space-between;gap:12px}.modalHeader h3{margin:0 0 4px}.modalHeader span,.dropZone span,.aiImportChoice span{color:#64748b;font-size:12px}.dropZone{min-height:190px;display:grid;place-items:center;align-content:center;gap:8px;text-align:center;cursor:pointer;border:1px dashed #94a3b8;border-radius:14px;background:#f8fafc;padding:22px}.dropZone.active{border-color:#10b981;background:#ecfdf5}.dropZone input{display:none}.aiImportChoice{display:grid;gap:6px;padding:12px;background:#f1f5f9;border-radius:12px}.aiImportChoice label{display:flex;gap:8px;align-items:center;font-size:13px}.apiKeyLine{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:end;margin:10px 0 16px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px}.chapterPickerModal{width:min(760px,100%);max-height:min(720px,calc(100vh - 48px));overflow:auto}.chapterPickerTools{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px;border:1px solid #e2e8f0;border-radius:12px;background:#f8fafc}.chapterPickerTools span{margin-left:auto;color:#64748b;font-size:12px;font-weight:700}.chapterPickerGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:8px;max-height:360px;overflow:auto;padding:2px}.chapterPickerOption{min-height:74px;display:grid;grid-template-columns:28px minmax(0,1fr);gap:2px 10px;align-items:center;text-align:left;border:1px solid #dbe4ea;border-radius:12px;background:#fff;color:#0f172a;padding:12px;cursor:pointer}.chapterPickerOption:hover{border-color:#94a3b8;background:#f8fafc}.chapterPickerOption>span{grid-row:1 / span 2;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#eef2f6;color:#475569}.chapterPickerOption strong{min-width:0;color:#102033;font-size:13px;line-height:1.25}.chapterPickerOption small{color:#64748b;font-size:11px}.chapterPickerOption.selected{border-color:#007a52;background:#ecfdf5}.chapterPickerOption.selected>span{background:#007a52;color:#fff}.chapterLine{margin-bottom:8px;color:#22302e}.editorChapterLine{align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #eef2f6}.chapterTitle{display:flex;align-items:center;gap:8px;min-width:0}.chapterTitle>div{display:grid;gap:3px;min-width:0}.chapterTitle small{color:#64748b;font-size:12px}.chapterBadge{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#eef2ff;color:#312e81;font-size:14px;font-weight:800}.dragHandle{width:28px;height:28px;border:1px solid #cbd5e1;border-radius:8px;background:#fff;color:#64748b;display:grid;place-items:center;cursor:grab}.dragHandle:active{cursor:grabbing}.sectionBlock.dragTarget{border-color:#007a52;box-shadow:0 0 0 3px #007a521f}.chapterTotals{display:grid;grid-template-columns:1fr auto auto;justify-items:end;align-items:center;gap:2px 8px}.chapterTotals span,.chapterTotals small{grid-column:1}.chapterDelete{grid-column:2;grid-row:1 / span 2;color:#b91c1c;background:#fff1f2}.chapterTotals .iconOnly:last-child{grid-column:3;grid-row:1 / span 2}.chapterTotals small,.docSubtotal small{color:#66736f;font-size:11px;font-weight:600}.chapterTotals small.positive{color:#047857}.chapterTotals small.negative{color:#b91c1c}.sectionCosts{display:grid;gap:8px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:14px;margin:14px 0}.costHeader,.costRow,.costDraft{display:grid;align-items:center;gap:8px}.costHeader{grid-template-columns:1fr auto;padding-bottom:6px;border-bottom:1px solid #e2e8f0}.costHeader p{margin:0;color:#0f172a;font-size:15px;font-weight:800}.costRow{grid-template-columns:125px 1.1fr 1.5fr 58px 78px 90px 120px 32px 32px 32px}.costDraft{grid-template-columns:125px 1.1fr 1.1fr 1.4fr 58px 78px 90px 100px 92px}.sectionCosts small{color:#66736f;font-size:11px}.compactAnalyze{min-width:0;padding-inline:8px;white-space:nowrap}.aiCostHint{display:grid;gap:3px;grid-column:1 / -1;margin:2px 0 4px;padding:9px 11px;background:#e9eef3;border-radius:7px;color:#64748b;font-size:11px;font-weight:400;line-height:1.35}.aiCostHint strong{color:#334155;font-size:10px;font-weight:800;text-transform:uppercase}.aiCostHint span{min-width:0}.aiCostHint.warning{color:#b91c1c;font-weight:600}.aiCostHint.positive{color:#047857;font-weight:600}.spinIcon{animation:spin .85s linear infinite}.loadingOverlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:grid;place-items:center;background:#ffffff94;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.loadingOverlay>div{display:flex;align-items:center;gap:10px;padding:14px 16px;border:1px solid #cbd5e1;border-radius:12px;background:#fff;color:#22302e;font-size:13px;font-weight:700;box-shadow:0 16px 38px #0f172a29}@keyframes spin{to{transform:rotate(360deg)}}.mini{margin-top:6px}.costInline{display:block;margin-top:6px;color:#66736f;font-size:11px;line-height:1.35}.profitInline{display:block;margin-top:4px;color:#006c49;font-size:11px;font-weight:600}.profitInline.negative{color:#dc2626}.editorBottomBar{position:sticky;bottom:12px;z-index:15;display:grid;grid-template-columns:1fr auto auto;gap:12px;align-items:center;padding:12px 14px;border:1px solid #dbe4ea;border-radius:14px;background:#fffffff0;box-shadow:0 16px 40px #0f172a29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.editorBottomBar span{color:#64748b;font-size:12px}.editorBottomLeft{display:grid;gap:3px;justify-items:start}.editorBottomLeft strong{font-size:13px}.editorBottomLeft strong.positive{color:#007a52}.editorBottomLeft strong.negative{color:#dc2626}.editorBottomBar strong{color:#0f172a;font-size:15px}.editorBottomBar .editorBottomLeft strong{font-size:13px}.zonePicker{display:grid;gap:5px;margin-top:6px}.zonePicker>span{font-size:10px;color:#72807b}.zonePickerHeader{display:flex;align-items:center;justify-content:space-between;gap:8px}.zonePickerHeader strong{color:#22302e;font-size:10px;font-weight:700;white-space:nowrap}.zoneCombo,.multiSelect{position:relative}.multiSelectButton{justify-content:flex-start}.multiSelectDropdown{position:absolute;z-index:30;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow:auto;display:grid;gap:2px;padding:6px;background:#fff;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 14px 32px #0f172a29}.multiSelectDropdown button{display:grid;grid-template-columns:1fr auto;gap:8px;align-items:center;text-align:left;border:0;border-radius:7px;background:transparent;color:#334155;padding:7px 8px;font-size:12px}.multiSelectDropdown button.selected{background:#dbeafe;color:#1d4ed8}.pillInput{min-height:34px;width:100%;display:flex;flex-wrap:wrap;align-items:center;gap:5px;border:1px solid #cfd7d2;border-radius:6px;background:#fff;padding:5px;text-align:left}.sectionPillPicker{display:grid;gap:4px}.sectionPillInput input{min-width:150px;flex:1;border:0;outline:0;padding:4px 2px;background:transparent;font:inherit}.pill{display:inline-flex;align-items:center;gap:5px;border-radius:999px;background:#dfe8e5;color:#25312f;padding:3px 7px;font-size:11px}.pill b{font-weight:400;cursor:pointer;color:#6f3d3d}.placeholder{color:#66736f;font-size:12px}.zoneDropdown{position:absolute;z-index:80;top:calc(100% + 4px);left:0;right:0;display:grid;max-height:190px;overflow:auto;border:1px solid #cfd7d2;border-radius:6px;background:#fff;box-shadow:0 10px 24px #141f1c29}.zoneDropdown button{display:flex;justify-content:space-between;gap:8px;padding:8px;background:#fff;color:#25312f;text-align:left}.zoneDropdown button.selected{background:#e2efec}.zoneDropdown small{color:#66736f}.quantitySourcePills span{display:flex;flex-wrap:wrap;gap:5px}.quantitySourcePills button{min-height:30px;border:1px solid #d6ded9;border-radius:999px;background:#f8fafc;color:#334155;padding:5px 10px;font-size:11px;font-weight:700;cursor:pointer}.quantitySourcePills button.active{border-color:#007a52;background:#e8f5ef;color:#006c49}.zoneApplicationList{display:grid;gap:6px}.zonePickerHeaderActions{display:inline-flex;align-items:center;gap:8px}.zoneAddButton{min-height:28px;display:inline-flex;align-items:center;gap:5px;border:1px solid #cbd8d1;border-radius:999px;background:#fff;color:#006c49;padding:4px 9px;font-size:11px;font-weight:800;cursor:pointer}.zoneAddButton:disabled{opacity:.45;cursor:not-allowed}.zoneApplicationCompactRow{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr) 70px 34px;gap:8px;align-items:center;padding:8px;border:1px solid #dbe4df;border-radius:8px;background:#fff}.zoneApplicationCompactRow select{width:100%;min-height:34px}.zoneApplicationCompactRow>div{display:flex;flex-wrap:wrap;gap:5px}.zoneApplicationCompactRow button:not(.iconOnly){min-height:30px;border:1px solid #d6ded9;border-radius:999px;background:#f8fafc;color:#334155;padding:4px 9px;font-size:11px;cursor:pointer}.zoneApplicationCompactRow button.selected{border-color:#007a52;background:#e8f5ef;color:#006c49}.zoneApplicationCompactRow small{color:#66736f;font-size:10px}.zoneApplicationCompactRow>strong{text-align:right;color:#0f172a;font-size:12px}.zoneApplicationGrid{display:grid;gap:8px}.zoneApplicationRow{display:grid;gap:6px;padding:8px;border:1px solid #dbe4df;border-radius:8px;background:#fff}.zoneApplicationRow strong{color:#25312f;font-size:12px;font-weight:700}.zoneApplicationRow>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:6px}.zoneApplicationRow button{min-height:42px;display:grid;gap:2px;justify-items:center;border:1px solid #d6ded9;border-radius:7px;background:#f8fafc;color:#334155;padding:5px;font-size:11px}.zoneApplicationRow button.selected{border-color:#007a52;background:#e8f5ef;color:#006c49}.zoneApplicationRow small{color:#66736f;font-size:10px}.mutedCell{color:#75817d;font-size:13px}.snackbar{position:fixed;right:24px;bottom:24px;z-index:100;min-width:260px;max-width:min(440px,calc(100vw - 32px));padding:12px 14px;border-radius:10px;color:#fff;font-size:14px;font-weight:700;box-shadow:0 16px 38px #0f172a38}.snackbar.success{background:#047857}.snackbar.error{background:#b91c1c}.document{max-width:920px;display:grid;gap:16px}.budgetPaper{max-width:1000px;min-height:1320px;margin:0 auto;padding:52px;background:#fff;border:1px solid #cbd5e1;box-shadow:0 8px 28px #0f172a14}.paperHeader{display:flex;justify-content:space-between;gap:32px;padding-bottom:34px;border-bottom:4px solid #091426;margin-bottom:44px}.paperHeader h1{font-size:32px;color:#091426}.paperHeader strong,.paperHeader span{display:block;margin-top:10px;color:#475569;font-size:13px}.paperHeader div:last-child{text-align:right}.paperLogo{display:flex;justify-content:flex-end;align-items:flex-start;min-width:150px}.paperLogo img{display:block;width:min(150px,100%);max-height:58px;object-fit:contain}.paperInfoGrid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:28px}.paperInfo{background:#fbfdff;padding:14px 16px;border:1px solid #dbe4ea;border-top:3px solid #10b981;border-radius:6px}.paperInfo.orange{border-top-color:#ffb599}.paperInfo span{display:block;margin-bottom:6px;color:#007a52;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:0em}.paperInfo.orange span{color:#f56017}.paperInfo strong{display:block;margin-bottom:4px;font-size:15px}.paperInfo p{color:#475569;line-height:1.35;font-size:12px}.paperTable{table-layout:auto}.paperTable th{padding:14px 12px;background:#e5e7eb;color:#334155;text-transform:uppercase;letter-spacing:0em;font-size:11px}.paperTable td{padding:13px 12px;font-size:13px}.paperTable td:nth-child(3),.paperTable td:nth-child(4),.paperTable td:nth-child(5),.paperTable td:nth-child(6),.paperTable th:nth-child(3),.paperTable th:nth-child(4),.paperTable th:nth-child(5),.paperTable th:nth-child(6){text-align:right}.paperTableSimple th:nth-child(5),.paperTableSimple th:nth-child(6),.paperTableSimple td:nth-child(5),.paperTableSimple td:nth-child(6),.paperTableSimple .paperSectionSubtotal{display:none}.paperSection td{background:#e5e7eb;color:#091426;font-weight:800;text-transform:uppercase;font-size:15px}.paperSection.firstPaperSection td{border-top:18px solid #fff}.paperItemCode{display:inline-block;min-width:42px}.paperItemCode.nested{padding-left:18px}.paperSectionSubtotal td{background:#f8fafc;color:#091426;font-weight:800;border-top:1px solid #cbd5e1}.paperSectionSubtotal td:first-child{text-align:right}.paperSectionSubtotal td:last-child{text-align:right}.paperGroup td{background:#f8fafc;color:#091426;font-weight:800;font-size:13px}.paperSubrow td{color:#334155;font-size:12px}.paperChangeNote{display:block;margin-top:5px;color:#475569;font-size:11px;font-weight:400;text-transform:none}.paperRemoved td{color:#b91c1c!important;text-decoration:line-through;text-decoration-thickness:2px}.paperAddition td{color:#047857!important;font-weight:400}.paperTotals{width:min(420px,100%);margin:48px 0 0 auto;display:grid;gap:12px}.paperTotals div{display:flex;justify-content:space-between;gap:24px}.paperGrand{padding-top:16px;border-top:1px solid #cbd5e1;text-transform:uppercase;font-size:18px}.paperTotals p{margin-top:4px;text-align:right;color:#64748b;font-size:12px}.paperSignatures{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:70px;padding-top:30px;border-top:1px solid #cbd5e1;text-align:center;font-size:11px;text-transform:uppercase}.paperSignatures span:before{content:"";display:block;border-top:1px solid #94a3b8;margin-bottom:14px}.termsPaper{margin-top:24px}.termsPaperHeader{margin-bottom:32px}.termsPaperHeader h1{font-size:26px}.termsBody{display:grid;gap:18px}.termSection{display:grid;gap:8px}.termSection h3{display:flex;align-items:center;gap:12px;margin:0;padding:9px 0;border-bottom:1px solid #cbd5e1;color:#091426;font-size:14px;text-transform:uppercase}.termSection h3 span{display:grid;place-items:center;width:28px;height:28px;border-radius:6px;background:#091426;color:#fff;font-size:13px}.termSection p{display:grid;grid-template-columns:42px 1fr;gap:10px;margin:0;color:#334155;font-size:12px;line-height:1.45}.termSection p strong{color:#091426}.docSection{display:grid;gap:6px}.docRow{display:grid;grid-template-columns:1fr 60px 70px 110px 110px;gap:10px;padding:8px 0;border-bottom:1px solid #e4e9e3}.docRow small{display:block;margin-top:4px;color:#66736f;line-height:1.35}.docSubtotal,.docTotal{text-align:right;font-weight:800}.docSubtotal{display:grid;gap:2px}.docTotal{font-size:20px}.integrationLine{border:1px solid #dfe5df;border-radius:12px;padding:14px}.sidebarFooter{margin-top:auto;display:grid;gap:8px}.sidebarFooter button,.clientSidebar button{display:flex;align-items:center;gap:10px;background:transparent;color:#991b1b;padding:10px;border-radius:8px;text-align:left}.loginPage{min-height:100vh;display:grid;place-items:center;padding:40px 24px 72px;background:radial-gradient(at 0% 0%,rgba(216,227,251,.65),transparent 48%),radial-gradient(at 100% 100%,rgba(130,245,193,.18),transparent 48%),#f7f9fb;overflow:hidden}.loginWrap{width:min(440px,100%);display:flex;flex-direction:column;gap:28px}.loginBrand{display:grid;justify-items:center;gap:14px;text-align:center}.loginLogoRow{display:flex;align-items:center;gap:12px}.loginLogoRow .brandMark{width:52px;height:52px;background:#091426}.loginBrand h1{font-size:25px;color:#091426;letter-spacing:0}.loginBrand p,.loginHint{color:#475569;font-size:16px;line-height:1.5}.loginCard{display:grid;gap:22px;background:#ffffffe6;border:1px solid #b8c0cc;border-radius:8px;padding:44px 40px;box-shadow:0 20px 60px #0f172a14}.loginCard label{position:relative;gap:10px;color:#2d3133;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:0em}.inputIcon{position:relative}.inputIcon svg{position:absolute;left:16px;top:50%;transform:translateY(-50%);color:#64748b}.inputIcon input{min-height:64px;padding-left:48px;font-size:20px;border-color:#b8c0cc;border-radius:6px}.loginButton{min-height:74px;background:#091426;color:#fff;border-radius:6px;font-weight:800;font-size:24px;margin-top:8px}.forgotLink{position:absolute;right:0;top:0;color:#007a52;font-size:13px;font-weight:400;text-transform:none;letter-spacing:0;text-decoration:none}.loginHint{text-align:center;font-size:13px}.loginError{margin:0;text-align:center;color:#b91c1c;font-size:13px;font-weight:700}.loginLinks{display:flex;justify-content:center;gap:28px;color:#334155;text-transform:uppercase;letter-spacing:0em;font-size:12px;font-weight:700}.clientShell{min-height:100vh;display:grid;grid-template-columns:260px 1fr;background:#f7f9fb}.clientSidebar{background:#fff;border-right:1px solid #e2e8f0;padding:24px 16px;display:flex;flex-direction:column;gap:18px}.clientSidebar button.active{background:#def7ec;color:#006c49}.clientMain{padding:34px 40px}.clientHero{display:grid;gap:8px;margin-bottom:28px}.statusChip{width:fit-content;padding:4px 12px;background:#d8f7e8;color:#006c49;border-radius:999px;font-size:12px;text-transform:uppercase;letter-spacing:0em}.archivedRow{opacity:.62}.estimatesPage{display:grid;gap:18px}.estimateCreatePanel{display:grid;grid-template-columns:minmax(260px,1fr) minmax(160px,.75fr) minmax(160px,.75fr) minmax(190px,.9fr) 150px auto;gap:14px;align-items:end;padding:22px;border:1px solid #dedbed;border-radius:28px;background:linear-gradient(135deg,#fff,#f8faff);box-shadow:0 18px 45px #0f172a14}.estimateCreateIntro{display:grid;gap:6px}.estimateCreateIntro span{color:#707285;font-size:11px;font-weight:700;letter-spacing:.16em}.estimateCreateIntro h3{margin:0;color:#0b1c30;font-size:24px;font-weight:600}.estimateCreateIntro p{margin:0;color:#707285;font-size:14px;line-height:1.45}.estimateCreatePanel label{display:grid;gap:7px;color:#707285;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.estimateCreatePanel input{min-height:46px;border:1px solid #e7eaf4;border-radius:18px;background:#f8faff;color:#0b1c30;font:inherit;font-size:14px;font-weight:400;letter-spacing:0;outline:none;padding:0 14px}.estimateCreatePanel input:focus{border-color:#4648d4;background:#fff;box-shadow:0 0 0 3px #4648d41f}.estimateCreateButton{min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;border-radius:999px;background:#0b1c30;color:#fff;font-weight:700;padding:0 20px;cursor:pointer}.estimateCreateButton:disabled{cursor:not-allowed;opacity:.62}.estimatesPage .rowActions{flex-wrap:wrap}@media(max-width:1180px){.estimateCreatePanel{grid-template-columns:repeat(2,minmax(0,1fr))}.estimateCreateIntro{grid-column:1 / -1}}@media(max-width:720px){.estimateCreatePanel{grid-template-columns:1fr}}.planningPage{overflow-x:auto}.planningSummary{min-width:860px;display:flex;align-items:center;gap:18px;margin-bottom:22px;padding:16px;background:#fff;border:1px solid #e2e8f0;border-radius:16px}.planningSummary>div:last-child{display:grid;gap:4px}.planningSummary>div:last-child span{color:#64748b;font-size:13px}.progressRing{width:104px;height:104px;border-radius:999px;display:grid;place-items:center;align-content:center;background:radial-gradient(circle at center,#fff 0 58%,transparent 59%),conic-gradient(#10b981 var(--progress),#e2e8f0 0)}.progressRing strong{font-size:24px;line-height:1}.progressRing span{margin-top:4px;color:#64748b;font-size:11px;text-transform:uppercase}.gantt{width:100%;display:grid;gap:10px;overflow:hidden}.ganttHeader,.ganttRow{display:grid;grid-template-columns:minmax(160px,220px) minmax(0,1fr);gap:12px;align-items:center}.ganttHeader{color:#64748b;font-size:12px;text-transform:uppercase;letter-spacing:0em}.ganttHeader div{display:flex;justify-content:space-between}.ganttRow{padding:12px 0;border-top:1px solid #e2e8f0}.ganttRow>div:first-child{display:grid;gap:4px}.ganttRow small{color:#64748b}.ganttTrack{position:relative;height:34px;border-radius:999px;background:#eef2f7;overflow:hidden}.ganttTrack span{position:absolute;top:4px;bottom:4px;display:flex;align-items:center;justify-content:center;min-width:64px;border-radius:999px;background:#10b981;color:#fff;font-size:12px;font-weight:700}.ganttTrack span.done{background:#006c49}.clientGrid{display:grid;grid-template-columns:.9fr 1.9fr;gap:24px}.clientCard{background:#fff;border:1px solid #e2e8f0;border-radius:18px;padding:28px;box-shadow:0 4px 18px #0f172a0a}.timelineCard{grid-column:1 / -1}.progressCard{display:grid;justify-items:center;gap:22px}.progressRing{width:180px;height:180px;display:grid;place-items:center;border-radius:50%;background:conic-gradient(#10b981 var(--progress),#eef2f7 0);position:relative}.progressRing:after{content:"";position:absolute;top:18px;right:18px;bottom:18px;left:18px;border-radius:50%;background:#fff}.progressRing strong,.progressRing span{position:relative;z-index:1}.progressRing strong{font-size:40px;color:#007a52}.progressRing span{margin-top:48px;margin-left:-78px;text-transform:uppercase;letter-spacing:0em;font-size:11px}.miniStats,.clientTotals{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.miniStats{grid-template-columns:repeat(2,1fr);width:100%}.miniStats span,.clientTotals span{display:grid;gap:6px;padding:14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;color:#475569}.miniStats strong,.clientTotals strong{color:#0f172a;font-size:18px}.clientTransactions,.timelineCard{display:grid;gap:16px}.clientTransactions div,.timelineItem{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:12px}.clientTransactions svg{color:#007a52}.clientTransactions strong{color:#007a52}.timelineItem{grid-template-columns:18px 1fr}.timelineItem>span{width:14px;height:14px;border-radius:50%;background:#10b981}.timelineItem p{color:#64748b;margin-top:3px}.integrationLine div,.integrationLine span{display:block}.aiTools{display:flex;gap:10px;margin:14px 0}.aiTools.disabled{opacity:.55}.uploadButton{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:8px 12px;background:#e7ebe5;color:#25312f;border-radius:6px;cursor:pointer}.uploadButton input{display:none}.reviewBox{display:grid;gap:8px;background:#f4f7f3;padding:12px;border-radius:6px}.empty{display:grid;justify-items:center;gap:10px;color:#53605d}@media(max-width:980px){.shell{grid-template-columns:1fr}.sidebar{position:static}nav,.quickAdd,.serviceDraft,.productDraft,.filtersBar,.formGrid{grid-template-columns:1fr}.topbar{align-items:flex-start;flex-direction:column}.dashboardIntro,.adminHeader{align-items:stretch;flex-direction:column}.metricGrid,.dashboardGrid,.financeRows,.clientGrid{grid-template-columns:1fr}.adminSearch{width:100%}.topCards,.costRow,.costDraft{grid-template-columns:1fr}.budgetPanel>.sectionHeader,.editorControlBar,.editorBottomBar{grid-template-columns:1fr}.budgetEditor>.sectionHeader .toolbar,.statusTabs{justify-content:flex-start}.budgetEditor .sectionBlock>table tr{grid-template-columns:1fr}.budgetEditor .sectionBlock>table td[colspan]{grid-column:1}.itemEditorCard,.quickAddFields,.itemTechnicalGrid{grid-template-columns:1fr}.itemEditorMain,.itemFinancePanel{padding:22px}.itemEditorHeader{align-items:flex-start;flex-wrap:wrap}.itemParentSelectContainer{width:min(100%,280px)}.nestedItemCard{margin-left:0}.itemFinancePanel>small{justify-self:start;margin-top:-12px}table{min-width:860px}.budgetEditor .sectionBlock>table{min-width:0}.panel{overflow-x:auto}}.bluetoothActions{display:flex;gap:8px;flex-wrap:wrap}.bluetoothStatusLine{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:8px}.bluetoothStatusLine .bluetoothOk{color:#16a34a}.bluetoothDiagnostics{margin-top:8px;font-size:12px}.bluetoothDiagnostics code{font-size:11px}.bluetoothLog{margin:6px 0 0;padding:8px;max-height:180px;overflow:auto;background:#0f172a;color:#e2e8f0;font-size:11px;line-height:1.5;border-radius:8px;white-space:pre-wrap;word-break:break-all}.planMeasureBar{position:absolute;top:86px;left:66px;right:12px;z-index:11;display:flex;align-items:center;gap:12px;padding:6px 10px;flex-wrap:wrap;border:1px solid #dbe4ea;border-radius:8px;background:#fffffff5;box-shadow:0 8px 22px #0f172a1f}.areaDesignerCanvas.panMode{cursor:grab}.planZoomControls{position:absolute;right:12px;bottom:12px;z-index:5;display:flex;flex-direction:column;gap:6px}.planZoomControls button{width:32px;height:32px;border:1px solid #e2e8f0;background:#fff;border-radius:8px;box-shadow:0 1px 4px #0f172a26;font-size:16px;cursor:pointer;color:#334155}.planZoomControls button:hover{background:#f1f5f9}.planUnitToggle{display:inline-flex;background:#fff;border:1px solid #e2e8f0;border-radius:999px;box-shadow:0 1px 4px #0f172a1f;overflow:hidden}.planUnitToggle button{border:0;background:transparent;padding:5px 12px;font-size:12px;cursor:pointer;color:#475569}.planUnitToggle button.active{background:#2563eb;color:#fff}.planSnapToggle{min-height:28px;display:inline-flex;align-items:center;gap:6px;padding:5px 10px;border:1px solid #e2e8f0;border-radius:999px;background:#fff;color:#475569;font-size:12px;font-weight:700;cursor:pointer;box-shadow:0 1px 4px #0f172a1f}.planSnapToggle.active{border-color:#bfdbfe;background:#2563eb;color:#fff}.planSnapToggle:not(.active){background:#f8fafc}.planPills{display:flex;align-items:center;gap:8px;flex-wrap:wrap;flex:1;min-width:0}.planPill{border:0;background:#fff;box-shadow:0 1px 4px #0f172a2e;border-radius:999px;padding:6px 14px;font-size:13px;font-weight:600;color:#0f172a;cursor:pointer;transition:transform .08s ease,box-shadow .08s ease}.planPill:hover{transform:translateY(-1px);box-shadow:0 3px 8px #0f172a3d}.iconText.danger{color:#dc2626}.iconText.danger:hover{color:#b91c1c}.planZoneList{display:flex;flex-direction:column;gap:6px}.planZoneRow{display:flex;align-items:center;gap:8px;font-size:13px}.planZoneRow .planZoneName{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.planZoneSwatch{width:14px;height:14px;border-radius:4px;flex:none;box-shadow:inset 0 0 0 1px #0f172a26}.planZoneLabel{fill:#1e293b;font-size:13px;font-weight:600;paint-order:stroke;stroke:#fff;stroke-width:3px;pointer-events:none}.planZoneLabel tspan:last-child{font-size:12px;font-weight:500;fill:#475569}.quoteSupplierField{display:grid;gap:6px;font-size:12px;color:#52605d}.quoteSupplierTrigger{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;padding:9px 11px;border:1px solid #d8dfe6;border-radius:9px;background:#fff;font-size:13px;color:#8a949c;text-align:left;transition:border-color .18s ease,box-shadow .18s ease,transform .12s ease}.quoteSupplierTrigger.filled{color:#191c1e;font-weight:500}.quoteSupplierTrigger:hover{border-color:#b9c4ce;box-shadow:0 2px 10px #191c1e0f}.quoteSupplierTrigger:active{transform:translateY(1px)}.quoteSupplierTrigger:focus-visible{outline:2px solid var(--color-orange);outline-offset:1px}.quoteSupplierTrigger svg{flex:none;color:#8a949c}.supplierPickerModal{width:min(720px,calc(100vw - 32px));max-height:min(680px,calc(100vh - 48px));display:grid;grid-template-rows:auto auto minmax(0,1fr) auto;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 28px 80px #191c1e38}.supplierSearch{display:flex;align-items:center;gap:9px;padding:0 11px;border:1px solid #d8dfe6;border-radius:9px;background:#f7f9fb}.supplierSearch svg{flex:none;color:#8a949c}.supplierSearch input{flex:1;padding:10px 0;border:0;background:none;font-size:13px;color:#191c1e;outline:none}.supplierSearch:focus-within{border-color:#b9c4ce;background:#fff}.supplierPickerList{display:grid;gap:6px;overflow-y:auto;padding-right:4px}.supplierPickerRow{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1.4fr) auto;align-items:center;gap:12px;padding:11px 13px;border:1px solid #edf1f5;border-radius:10px;background:#fff;text-align:left;transition:background .16s ease,border-color .16s ease,transform .12s ease}.supplierPickerRow:hover{background:#f7f9fb;border-color:#d8dfe6}.supplierPickerRow:active{transform:translateY(1px)}.supplierPickerRow:focus-visible{outline:2px solid var(--color-orange);outline-offset:1px}.supplierPickerRow.active{border-color:var(--color-orange);background:#fffdf5}.supplierPickerMain{display:grid;gap:2px;min-width:0}.supplierPickerMain strong{font-size:13.5px;font-weight:600;color:#191c1e;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.supplierPickerMain em{font-size:11.5px;font-style:normal;color:#8a949c}.supplierPickerContacts{display:grid;gap:3px;min-width:0;font-size:11.5px;color:#52605d}.supplierPickerContacts span{display:flex;align-items:center;gap:5px;min-width:0}.supplierPickerContacts span svg{flex:none;color:#a8b2ba}.supplierPickerContacts .supplierMissing{color:#b4560f}.supplierPickerContacts .supplierMissing svg{color:#d2760f}.supplierPickerMeta{display:flex;align-items:center;gap:6px;flex:none;color:#0f3f35}.supplierPickerMeta em{font-size:10.5px;font-style:normal;letter-spacing:.04em;text-transform:uppercase;color:#a8b2ba}.supplierPickerEmpty{display:grid;gap:5px;padding:26px 18px;border:1px dashed #d8dfe6;border-radius:10px;background:#f7f9fb;text-align:center}.supplierPickerEmpty strong{font-size:13px;color:#191c1e}.supplierPickerEmpty span{font-size:12px;color:#8a949c}.supplierPickerCreate{display:flex;align-items:center;justify-content:center;gap:7px;padding:11px;border:1px dashed #c8b26a;border-radius:10px;background:#fffdf5;font-size:12.5px;font-weight:500;color:#6b5514;transition:background .16s ease,border-color .16s ease}.supplierPickerCreate:hover{background:#fff8e2;border-color:var(--color-orange)}.quoteSendHint{margin:0;padding:9px 12px;border-left:3px solid var(--color-orange);border-radius:8px;background:#fffdf5;font-size:12px;color:#6b5514}.quoteReplyLinkBox{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 13px;border:1px solid #edf1f5;border-radius:10px;background:#f7f9fb}.quoteReplyLinkBox>div{display:grid;gap:3px;min-width:0}.quoteReplyLinkBox strong{font-size:12px;color:#191c1e}.quoteReplyLinkBox span{font-size:11.5px;color:#8a949c;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quoteEmailPreviewFrame{width:100%;height:520px;border:1px solid #e2e8f0;border-radius:12px;background:#f7f9fb}.quoteEmailPreviewEmpty{display:grid;justify-items:center;gap:6px;padding:44px 20px;border:1px dashed #d8dfe6;border-radius:12px;background:#f7f9fb;text-align:center}.quoteEmailPreviewEmpty svg{color:#a8b2ba}.quoteEmailPreviewEmpty strong{font-size:13px;color:#191c1e}.quoteEmailPreviewEmpty span{max-width:42ch;font-size:12px;color:#8a949c}.quoteSupplierReplyBanner{display:flex;align-items:center;gap:11px;padding:12px 14px;border:1px solid #cfe6d8;border-radius:10px;background:#f2faf5}.quoteSupplierReplyBanner svg{flex:none;color:#1f7a52}.quoteSupplierReplyBanner div{display:grid;gap:2px}.quoteSupplierReplyBanner strong{font-size:13px;color:#0f3f35}.quoteSupplierReplyBanner span{font-size:11.5px;color:#52605d}.quoteResponseFiles{display:grid;gap:7px}.quoteResponseFilesLabel{font-size:10.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#8a949c}.quoteResponseFile{display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:10px 13px;border:1px solid #e2e8f0;border-radius:10px;background:#fff;font-size:12.5px;color:#191c1e;transition:border-color .16s ease,box-shadow .16s ease}.quoteResponseFile:hover{border-color:#b9c4ce;box-shadow:0 2px 10px #191c1e0f}.quoteResponseFile span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quoteResponseFile em{font-size:11px;font-style:normal;font-variant-numeric:tabular-nums;color:#8a949c}.quoteResponseFile svg{color:#52605d}.emailIntegrationCard{display:grid;gap:12px;padding:16px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.emailIntegrationHead{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.emailIntegrationHead>div{display:grid;gap:3px}.emailIntegrationHead strong{font-size:14px;color:#191c1e}.emailIntegrationHead span{font-size:12px;color:#8a949c}.emailIntegrationGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:10px}.emailIntegrationNote{max-width:74ch;margin:0;font-size:11.5px;line-height:1.55}.quoteReconcileModal{width:min(1000px,calc(100vw - 32px));max-height:min(88vh,900px);display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:14px;padding:20px;border:1px solid #e2e8f0;border-radius:14px;background:#fff;box-shadow:0 28px 80px #191c1e38}.quoteReconcileBody{display:grid;gap:24px;overflow-y:auto;padding-right:4px}.quoteReconcileBody h4{display:flex;align-items:center;gap:8px;margin:0 0 4px;font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#8a949c}.quoteReconcileBody h4 em{padding:1px 7px;border-radius:5px;background:#f0f3f6;font-size:11px;font-style:normal;font-variant-numeric:tabular-nums;letter-spacing:0;color:#52605d}.quoteReconcileBody p.muted{margin:0 0 12px;font-size:12px;line-height:1.55}.quoteReconcileHead,.quoteReconcileRow{display:grid;grid-template-columns:minmax(0,3fr) 110px 150px 44px;gap:10px;align-items:center;padding:9px 12px}.quoteReconcileHead{font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#a8b2ba}.quoteReconcileHead span:not(:first-child){text-align:right}.quoteReconcileRow{border:1px solid #edf1f5;border-radius:10px;background:#fff;transition:opacity .16s ease,border-color .16s ease}.quoteReconcileRow+.quoteReconcileRow{margin-top:6px}.quoteReconcileRow.muted{opacity:.5}.quoteReconcileItem{display:grid;gap:2px;min-width:0}.quoteReconcileItem em{font-size:10.5px;font-style:normal;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#a8b2ba}.quoteReconcileItem strong{font-size:12.5px;font-weight:500;line-height:1.45;color:#191c1e}.quoteReconcileItem small{font-size:11px;font-variant-numeric:tabular-nums;color:#8a949c}.quoteReconcileValue{display:grid;gap:2px;justify-items:end;font-size:12.5px;font-variant-numeric:tabular-nums;color:#52605d}.quoteReconcileValue input{width:100%;padding:7px 9px;border:1px solid #dde3e9;border-radius:7px;font-size:12.5px;font-variant-numeric:tabular-nums;text-align:right;color:#191c1e}.quoteReconcileValue input:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px #ffbf002e}.quoteReconcileValue em{font-size:10.5px;font-style:normal;font-weight:600}.quoteReconcileValue .deltaUp{color:#b4560f}.quoteReconcileValue .deltaDown{color:#1f7a52}.quoteReconcileToggle{justify-self:center}.quoteReconcileToggle input{width:17px;height:17px;accent-color:#191c1e}.quoteReconcileExtra{display:grid;gap:9px;padding:12px;border:1px solid #edf1f5;border-radius:10px;background:#f7f9fb}.quoteReconcileExtra+.quoteReconcileExtra{margin-top:7px}.quoteReconcileExtraHead{display:grid;gap:3px}.quoteReconcileExtraHead strong{font-size:12.5px;font-weight:500;line-height:1.45;color:#191c1e}.quoteReconcileExtraHead span{font-size:11.5px;font-variant-numeric:tabular-nums;color:#8a949c}.quoteReconcileExtraControls{display:flex;gap:8px;flex-wrap:wrap}.quoteReconcileExtraControls select,.quoteReconcileExtraControls input{flex:1 1 200px;min-width:0;padding:8px 10px;border:1px solid #dde3e9;border-radius:8px;background:#fff;font-size:12.5px;color:#191c1e}.quoteReconcileMargin{display:grid;gap:8px}.quoteReconcileMargin .inlineCheckbox{grid-template-columns:auto 1fr;align-items:start;gap:10px;padding:11px 13px;border:1px solid #edf1f5;border-radius:10px;background:#f7f9fb;cursor:pointer}.quoteReconcileMargin .inlineCheckbox span{display:grid;gap:2px;font-size:11.5px;line-height:1.5;color:#8a949c}.quoteReconcileMargin .inlineCheckbox strong{font-size:12.5px;color:#191c1e}.quoteReconcileTotal{display:grid;gap:2px;margin-right:auto;font-size:14px;font-variant-numeric:tabular-nums;color:#191c1e}.quoteReconcileTotal em{font-size:11px;font-style:normal;font-weight:500;color:#8a949c}@media(max-width:760px){.quoteReconcileHead{display:none}.quoteReconcileRow{grid-template-columns:minmax(0,1fr) 44px}.quoteReconcileValue{grid-column:1;justify-items:start}}.srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.publicQuoteShell{height:100%;overflow-y:auto;padding:32px 16px 64px;background:#f7f9fb}.publicQuoteCard{width:min(760px,100%);margin:0 auto;display:grid;gap:26px;padding:0 0 34px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;box-shadow:0 20px 60px #191c1e12;overflow:hidden}.publicQuoteCard>*{padding-inline:clamp(20px,5vw,38px)}.publicQuoteState{display:grid;justify-items:center;gap:10px;padding:64px clamp(20px,5vw,38px);text-align:center}.publicQuoteState strong{font-size:19px;font-weight:600;letter-spacing:-.01em;color:#191c1e}.publicQuoteState p{max-width:52ch;margin:0;font-size:14px;line-height:1.6;color:#52605d}.publicQuoteState.success svg{color:#1f7a52}.publicQuoteState .spin{color:#a8b2ba;animation:publicQuoteSpin .9s linear infinite}@keyframes publicQuoteSpin{to{transform:rotate(360deg)}}.publicQuoteHeader{padding-top:34px;border-top:4px solid var(--color-orange)}.publicQuoteEyebrow{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a949c}.publicQuoteHeader h1{margin:8px 0 0;font-size:clamp(24px,4vw,31px);font-weight:600;line-height:1.15;letter-spacing:-.025em;color:#191c1e;text-wrap:balance}.publicQuoteAddress{margin:6px 0 0;font-size:14.5px;color:#8a949c}.publicQuoteMeta{display:flex;flex-wrap:wrap;gap:10px 30px;margin:20px 0 0}.publicQuoteMeta div{display:grid;gap:3px}.publicQuoteMeta dt{font-size:10px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#a8b2ba}.publicQuoteMeta dd{margin:0;font-size:14px;font-weight:600;color:#191c1e}.publicQuoteWarning{padding:12px 14px;margin-inline:clamp(20px,5vw,38px);border-left:3px solid var(--color-orange);border-radius:8px;background:#fffdf5;font-size:13px;line-height:1.55;color:#6b5514}.publicQuoteNotes h2,.publicQuoteItems h2,.publicQuoteUpload h2{display:flex;align-items:center;gap:8px;margin:0 0 10px;font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:#8a949c}.publicQuoteItems h2 em{padding:1px 7px;border-radius:5px;background:#f0f3f6;font-size:11px;font-style:normal;font-variant-numeric:tabular-nums;letter-spacing:0;color:#52605d}.publicQuoteNotes p{margin:0;padding:14px 16px;border-left:3px solid #e2e8f0;border-radius:8px;background:#f7f9fb;font-size:14px;line-height:1.6;color:#191c1e;white-space:pre-line}.publicQuoteGroup{margin-bottom:18px;border:1px solid #e8ecf0;border-radius:11px;overflow:hidden}.publicQuoteGroup h3{margin:0;padding:11px 14px;border-bottom:1px solid #e8ecf0;background:#f7f9fb;font-size:11px;font-weight:600;letter-spacing:.07em;text-transform:uppercase;color:#52605d}.publicQuoteRowHead,.publicQuoteRow{display:grid;grid-template-columns:minmax(0,2.2fr) minmax(74px,.8fr) minmax(88px,1fr) minmax(88px,1fr);gap:10px;align-items:center;padding:10px 14px}.publicQuoteRowHead{border-bottom:1px solid #f0f3f6;font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#a8b2ba}.publicQuoteRowHead span:not(:first-child),.publicQuoteRow .publicQuoteQuantity{text-align:right}.publicQuoteRow+.publicQuoteRow{border-top:1px solid #f4f6f8}.publicQuoteDescription{display:grid;gap:2px;font-size:13.5px;line-height:1.5;color:#191c1e}.publicQuoteDescription em{font-size:11px;font-style:normal;font-weight:600;letter-spacing:.03em;text-transform:uppercase;color:#8a949c}.publicQuoteQuantity{font-size:13px;font-variant-numeric:tabular-nums;color:#52605d}.publicQuoteRow input{width:100%;padding:8px 10px;border:1px solid #dde3e9;border-radius:8px;background:#fff;font-size:13px;font-variant-numeric:tabular-nums;text-align:right;color:#191c1e;transition:border-color .16s ease,box-shadow .16s ease}.publicQuoteRow input:hover{border-color:#c3ccd5}.publicQuoteRow input:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px #ffbf002e}.publicQuoteTotal{display:flex;align-items:baseline;justify-content:space-between;gap:14px;padding:15px 16px;border-radius:11px;background:#191c1e}.publicQuoteTotal span{font-size:12px;font-weight:500;letter-spacing:.02em;color:#b9c4ce}.publicQuoteTotal strong{font-size:22px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:-.02em;color:#fff}.publicQuoteUpload p.muted{margin:-4px 0 12px;font-size:12.5px}.publicQuoteDrop{display:grid;justify-items:center;gap:5px;padding:30px 20px;border:1.5px dashed #d3dae1;border-radius:12px;background:#f7f9fb;text-align:center;cursor:pointer;transition:border-color .18s ease,background .18s ease}.publicQuoteDrop:hover{border-color:#b9c4ce;background:#f2f5f8}.publicQuoteDrop.active{border-color:var(--color-orange);background:#fffdf5}.publicQuoteDrop:focus-within{outline:2px solid var(--color-orange);outline-offset:2px}.publicQuoteDrop svg{color:#8a949c}.publicQuoteDrop strong{font-size:14px;font-weight:600;color:#191c1e;overflow-wrap:anywhere}.publicQuoteDrop span{font-size:12px;color:#8a949c}.publicQuoteDrop input{display:none}.publicQuoteRemoveFile{display:inline-flex;align-items:center;gap:6px;justify-self:start;margin-top:9px;padding:6px 10px;border-radius:7px;background:#f0f3f6;font-size:12px;color:#52605d;transition:background .16s ease,color .16s ease}.publicQuoteRemoveFile:hover{background:#e6ebf0;color:#191c1e}.publicQuoteFooter{display:grid;gap:12px;padding-top:4px}.publicQuoteFooter label{font-size:11px;font-weight:600;letter-spacing:.09em;text-transform:uppercase;color:#8a949c}.publicQuoteFooter textarea{padding:12px 13px;border:1px solid #dde3e9;border-radius:10px;background:#fff;font-size:14px;line-height:1.55;color:#191c1e;resize:vertical;transition:border-color .16s ease,box-shadow .16s ease}.publicQuoteFooter textarea:focus{outline:none;border-color:var(--color-orange);box-shadow:0 0 0 3px #ffbf002e}.publicQuoteError{margin:0;padding:10px 13px;border-left:3px solid #c2410c;border-radius:8px;background:#fff5f0;font-size:13px;color:#9a3412}.publicQuoteSubmit{padding:14px 22px;border-radius:10px;background:#191c1e;font-size:15px;font-weight:600;letter-spacing:-.01em;color:#fff;transition:background .18s ease,transform .12s ease,box-shadow .18s ease}.publicQuoteSubmit:hover:not(:disabled){background:#2b3033;box-shadow:0 8px 24px #191c1e2e}.publicQuoteSubmit:active:not(:disabled){transform:translateY(1px)}.publicQuoteSubmit:focus-visible{outline:2px solid var(--color-orange);outline-offset:2px}.publicQuoteSubmit:disabled{background:#b9c4ce;cursor:not-allowed}.publicQuoteFooter p.muted{margin:0;font-size:12px;line-height:1.55}@media(max-width:620px){.publicQuoteRowHead{display:none}.publicQuoteRow{grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.publicQuoteDescription,.publicQuoteQuantity{grid-column:1 / -1}.publicQuoteRow .publicQuoteQuantity{text-align:left}.supplierPickerRow{grid-template-columns:minmax(0,1fr) auto}.supplierPickerContacts{grid-column:1 / -1}}
