:root{--ink:#17202a;--muted:#667085;--line:#dfe4ea;--panel:#fff;--bg:#f3f5f7;--brand:#176b87;--brand2:#0d536b;--danger:#b42318}*{box-sizing:border-box}body{background:var(--bg);color:var(--ink);margin:0;font-family:Inter,Arial,sans-serif}.cost-shell{max-width:1500px;margin:0 auto;padding:28px}.cost-shell.narrow{max-width:1120px}.hero{color:#fff;background:linear-gradient(135deg,#0f4d63,#1e7895);border-radius:14px;justify-content:space-between;align-items:flex-end;margin-bottom:18px;padding:28px 30px;display:flex}.hero h1{margin:5px 0 6px;font-size:32px}.hero p{color:#d8edf3;margin:0}.hero.compact h1{font-size:26px}.eyebrow{letter-spacing:.16em;font-size:11px;font-weight:800}.panel{background:var(--panel);border:1px solid var(--line);border-radius:12px;margin-bottom:18px;padding:24px;box-shadow:0 3px 12px #1018280a}.panel h2{margin:0 0 18px;font-size:20px}.panel-title,.component-head,.extra-head,.actions.split{justify-content:space-between;align-items:center;display:flex}.panel-title p,.muted{color:var(--muted);margin:5px 0 16px}.form-grid{gap:14px;display:grid}.form-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.form-grid.four{grid-template-columns:repeat(4,minmax(0,1fr))}.field{flex-direction:column;gap:7px;min-width:0;display:flex}.field>span,.readonly-field span{color:#475467;font-size:12px;font-weight:700}.field input,.field select{width:100%;height:40px;color:var(--ink);background:#fff;border:1px solid #cfd6dd;border-radius:7px;padding:0 11px}button{font:inherit;cursor:pointer}.primary,.secondary{border-radius:7px;padding:10px 16px;font-weight:750}.primary{background:var(--brand);color:#fff;border:1px solid var(--brand)}.secondary{color:var(--ink);background:#fff;border:1px solid #cbd3db}.hero .secondary{color:#fff;background:#ffffff1f;border-color:#fff6}.actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.actions.split>div{gap:10px;display:flex}.alert{color:#912018;background:#fee4e2;border:1px solid #fecdca;border-radius:8px;margin-bottom:14px;padding:13px 16px}.product-tabs{gap:8px;margin:0 0 12px;display:flex;overflow:auto}.product-tabs button,.stepbar button{border:1px solid var(--line);white-space:nowrap;background:#fff;border-radius:7px;padding:9px 14px;font-weight:700}.product-tabs button.active,.stepbar button.active{color:#236192;background:#e7f2f5;border-color:#78afc0}.product-tabs .add-tab{border-style:dashed}.stepbar{gap:8px;margin-bottom:18px;display:flex}.component-list{flex-direction:column;gap:14px;display:flex}.component-card,.extra-card{border:1px solid var(--line);background:#fcfcfd;border-radius:10px;padding:18px}.component-head h3,.extra-head h3{margin:0 0 14px;font-size:16px}.danger-link,.link{color:var(--danger);background:0 0;border:0;font-weight:700}.danger-link:disabled{opacity:.25;cursor:not-allowed}.link{color:var(--brand)}.method-row{border-top:1px dashed var(--line);justify-content:space-between;align-items:center;margin-top:14px;padding-top:14px;display:flex}.method-row>span{font-size:13px;font-weight:800}.toggle{background:#eef1f4;border-radius:8px;gap:3px;padding:3px;display:inline-flex}.toggle button{color:#586474;background:0 0;border:0;border-radius:6px;padding:7px 11px;font-size:12px;font-weight:750}.toggle button.active{color:var(--brand);background:#fff;box-shadow:0 1px 4px #0000001a}.geometry-box{background:#f6f8fa;border-radius:8px;margin-top:14px;padding:14px}.geometry-title{justify-content:space-between;align-items:end;margin-bottom:12px;display:flex}.geometry-title .field{width:210px}.mini-summary,.totals-strip{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;display:grid}.mini-summary span,.metric{color:var(--muted);background:#f4f6f8;border-radius:7px;flex-direction:column;gap:4px;padding:11px;font-size:11px;display:flex}.mini-summary b,.metric strong{color:var(--ink);font-size:14px}.totals-strip{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.metric{padding:15px}.extra-card{margin-top:13px}.readonly-field{background:#f8fafb;border:1px solid #d8dee5;border-radius:7px;flex-direction:column;gap:8px;height:65px;padding:9px 11px;display:flex}.readonly-field strong{font-size:15px}.table-wrap{border:1px solid var(--line);border-radius:9px;overflow:auto}table{border-collapse:collapse;width:100%;min-width:1350px;font-size:12px}th,td{border-bottom:1px solid var(--line);text-align:right;white-space:nowrap;padding:11px 10px}th{color:#475467;background:#f5f7f9;font-size:11px}th:nth-child(-n+2),td:nth-child(-n+2){text-align:left}.project-total{justify-content:flex-end;gap:16px;margin-top:18px;display:flex}.project-total>div{background:#edf5f7;border:1px solid #cce1e7;border-radius:9px;flex-direction:column;gap:5px;min-width:240px;padding:16px;display:flex}.project-total span{color:#52616b;font-size:12px}.project-total strong{color:#236192;font-size:20px}@media (max-width:1000px){.form-grid.three,.form-grid.four,.mini-summary,.totals-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.cost-shell{padding:12px}.hero,.panel-title,.extra-head,.actions.split{flex-direction:column;align-items:stretch;gap:12px}.form-grid.three,.form-grid.four,.mini-summary,.totals-strip{grid-template-columns:1fr}.method-row{flex-direction:column;align-items:flex-start;gap:10px}.toggle{flex-wrap:wrap}.project-total{flex-direction:column}.project-total>div{min-width:0}}.summary-actions{align-items:center;gap:10px;display:flex}.screen-project-info{border:1px solid var(--line);background:#f6f8fa;border-radius:8px;flex-wrap:wrap;gap:10px 24px;margin-bottom:14px;padding:12px 14px;font-size:12px;display:flex}.print-only{display:none}.report-header{border-bottom:2px solid #17202a;margin-bottom:18px;padding-bottom:14px}.report-brand{letter-spacing:.16em;font-size:10px;font-weight:800}.report-header h1{margin:5px 0 16px;font-size:23px}.report-info-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px 18px;display:grid}.report-info-grid div{flex-direction:column;gap:3px;display:flex}.report-info-grid span{color:#667085;text-transform:uppercase;font-size:9px}.report-info-grid strong{font-size:11px}@media print{@page{size:A4 landscape;margin:10mm}body{background:#fff!important}body *{visibility:hidden}.print-report,.print-report *{visibility:visible}.print-report{width:100%;box-shadow:none;border:0;margin:0;padding:0;position:absolute;inset:0}.print-only{display:block}.no-print,.no-print *,.panel-title{display:none!important}.table-wrap{border:0;overflow:visible}.print-report table{width:100%;min-width:0;font-size:7.5px}.print-report th,.print-report td{white-space:normal;border:1px solid #aeb7c2;padding:4px 3px}.print-report th{-webkit-print-color-adjust:exact;print-color-adjust:exact;color:#111!important;background:#edf1f5!important}.print-report tr{break-inside:avoid}.project-total{break-inside:avoid;margin-top:12px}.project-total>div{min-width:210px;padding:10px}.project-total strong{font-size:16px}.report-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.product-tabs .clone-tab{color:#236192;background:#eef7f9;border-color:#9fc3cf}.live-cost-box{border-top:1px dashed var(--line);grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:14px;padding-top:14px;display:grid}.live-cost-box>div{background:#f5f7f9;border:1px solid #e1e6eb;border-radius:8px;flex-direction:column;gap:5px;padding:12px;display:flex}.live-cost-box span{color:var(--muted);font-size:11px}.live-cost-box strong{font-size:14px}.live-cost-box .highlight strong{color:#236192;font-size:16px}@media (max-width:1000px){.live-cost-box{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.live-cost-box{grid-template-columns:1fr}}.hero-actions{flex-wrap:wrap;justify-content:flex-end;gap:8px;max-width:650px;display:flex}.save-message{color:#d9f5df;margin-top:8px;font-size:12px;font-weight:700}.primary.light{color:var(--brand);background:#fff;border-color:#fff}.projects-toolbar{justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px;display:flex}.projects-toolbar h2{margin:0 0 4px}.projects-toolbar p{color:var(--muted);margin:0;font-size:12px}.projects-toolbar input{border:1px solid #cfd6dd;border-radius:8px;width:min(420px,100%);height:42px;padding:0 13px}.project-card-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.saved-project-card{border:1px solid var(--line);background:#fcfcfd;border-radius:11px;padding:18px}.saved-project-head{justify-content:space-between;gap:15px;display:flex}.saved-project-head span{color:var(--muted);font-size:11px}.saved-project-head h3{margin:5px 0 4px;font-size:18px}.saved-project-head p{color:#475467;margin:0}.currency-badge{background:#eaf5f7;border-radius:7px;height:28px;padding:6px 9px;font-weight:800;color:#236192!important}.saved-project-metrics{grid-template-columns:.6fr 1fr 1.4fr;gap:8px;margin-top:16px;display:grid}.saved-project-metrics>div{background:#f4f6f8;border-radius:7px;flex-direction:column;gap:4px;padding:10px;display:flex}.saved-project-metrics span{color:var(--muted);font-size:10px}.saved-project-metrics strong{font-size:12px}.saved-project-actions{justify-content:flex-end;gap:8px;margin-top:16px;display:flex}.danger-button{color:var(--danger);background:#fff;border:1px solid #f1b7b2;border-radius:7px;padding:10px 16px;font-weight:750}.empty-state{min-height:230px;color:var(--muted);text-align:center;border:1px dashed #cbd3db;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.empty-state strong{color:var(--ink);font-size:17px}@media (max-width:900px){.project-card-grid{grid-template-columns:1fr}.hero-actions{justify-content:flex-start}.projects-toolbar{flex-direction:column;align-items:stretch}.projects-toolbar input{width:100%}}@media (max-width:650px){.saved-project-metrics{grid-template-columns:1fr}.saved-project-actions{flex-wrap:wrap;justify-content:stretch}.saved-project-actions button{flex:1}.hero-actions{flex-direction:column}.hero-actions button{width:100%}}:root{--ral5007:#41678d;--ral5007-dark:#315371;--ral5007-deep:#24445f;--ral5007-soft:#eaf0f5;--brand:var(--ral5007);--brand2:var(--ral5007-dark)}body{color:#12243a;background:#f5f7fa}.brand-hero{background:linear-gradient(135deg,var(--ral5007-deep),var(--ral5007));align-items:center}.hero-brand{align-items:center;gap:20px;min-width:0;display:flex}.brand-logo{object-fit:contain;object-position:left center;border-radius:8px;width:360px;height:92px}.brand-logo.compact{width:225px;height:62px}.primary{background:var(--ral5007);border-color:var(--ral5007)}.product-tabs button.active,.stepbar button.active{background:var(--ral5007-soft);color:var(--ral5007-deep);border-color:#91a9bf}.product-tabs .clone-tab{background:var(--ral5007-soft);color:var(--ral5007-deep);border-color:#aabccc}.project-total strong,.live-cost-box .highlight strong,.link{color:var(--ral5007-deep)}.dashboard-shell{background:#f5f7fa;grid-template-rows:132px minmax(0,1fr);grid-template-columns:245px minmax(0,1fr);min-height:100vh;display:grid}.dashboard-topbar{background:linear-gradient(90deg,#24537c 0%,var(--ral5007) 62%,#315a80 100%);color:#fff;border-bottom:1px solid #ffffff40;grid-column:1/-1;grid-template-columns:1fr auto auto;align-items:center;gap:28px;padding:18px 32px;display:grid}.dashboard-stats{color:#18314c;background:#fff;border-radius:8px;display:flex;overflow:hidden;box-shadow:0 4px 18px #132f4b29}.dashboard-stats>div{border-right:1px solid #e3e9ef;align-items:center;gap:13px;min-width:170px;padding:15px 22px;display:flex}.dashboard-stats>div:last-child{border-right:0}.dashboard-stats span:not(.stat-icon){color:#607086;flex-direction:column;gap:4px;font-size:12px;display:flex}.dashboard-stats strong{color:#16334f;font-size:21px}.stat-icon{color:var(--ral5007);font-size:27px}.new-project-button{height:58px;color:var(--ral5007-deep);background:#fff;border:1px solid #fffc;border-radius:7px;padding:0 25px;font-size:17px;font-weight:800;box-shadow:0 4px 12px #0e2a4333}.dashboard-sidebar{background:linear-gradient(180deg,var(--ral5007) 0%,#285374 100%);color:#fff;flex-direction:column;grid-row:2;justify-content:space-between;padding:22px 15px;display:flex}.dashboard-sidebar nav{flex-direction:column;gap:8px;display:flex}.dashboard-sidebar nav button{color:#fff;text-align:left;background:0 0;border:0;border-radius:7px;align-items:center;gap:14px;width:100%;padding:15px 14px;font-weight:700;display:flex}.dashboard-sidebar nav button span{text-align:center;width:24px;font-size:20px}.dashboard-sidebar nav button.active,.dashboard-sidebar nav button:hover{background:#ffffff29}.sidebar-footer{border-top:1px solid #ffffff59;flex-direction:column;gap:7px;padding:24px 12px 4px;display:flex}.sidebar-footer strong{letter-spacing:.04em;font-size:17px}.sidebar-footer span{font-size:12px}.sidebar-footer small{opacity:.75;margin-top:6px}.dashboard-content{grid-area:2/2;min-width:0;padding:28px 34px 32px}.dashboard-title h1{color:#236192;margin:0;font-size:30px}.dashboard-title p{color:#5d6e82;margin:7px 0 22px}.projects-panel{background:#fff;border:1px solid #dce4ec;border-radius:9px;overflow:hidden;box-shadow:0 4px 14px #2244620f}.projects-filterbar{justify-content:space-between;align-items:center;gap:20px;padding:22px;display:flex}.search-box{border:1px solid #ccd7e2;border-radius:7px;flex:1;align-items:center;gap:12px;height:48px;padding:0 15px;display:flex}.search-box span{color:#355d82;font-size:27px}.search-box input{width:100%;height:100%;font:inherit;color:#273d55;border:0;outline:0}.project-count{color:#5c6f83;border:1px solid #ccd7e2;border-radius:7px;padding:12px 15px;font-size:13px}.dashboard-table-wrap{overflow:auto}.dashboard-table{min-width:1180px;font-size:13px}.dashboard-table th{background:var(--ral5007);color:#fff;text-align:left;border-bottom:0;padding:15px 16px;font-size:12px}.dashboard-table td{text-align:left;color:#24384e;padding:15px 16px}.dashboard-table tbody tr:hover{background:#f4f7fa}.dashboard-table td:nth-child(5){text-align:center}.table-actions{gap:8px;display:flex}.table-actions button{white-space:nowrap;background:#fff;border-radius:5px;padding:8px 11px;font-weight:700}.open-button,.copy-button{color:#236192;border:1px solid #7194b4}.delete-button{color:#c73c32;border:1px solid #e78e88}.table-actions button:hover{background:#eef3f7}.dashboard-footer{background:#fff;border:1px solid #dce4ec;border-radius:9px;grid-template-columns:1fr 1fr;gap:0;margin-top:20px;display:grid}.dashboard-footer>div{gap:18px;padding:20px 26px;display:flex}.dashboard-footer>div+div{border-left:1px solid #e0e7ee}.dashboard-footer strong{color:#236192}.dashboard-footer p{color:#5d6e82;margin:6px 0 0;font-size:12px;line-height:1.55}.footer-icon{color:var(--ral5007);font-size:35px}.report-brand-row{align-items:center;gap:16px;display:flex}.report-brand-row img{object-fit:contain;border-radius:4px;width:185px;height:72px}@media (max-width:1250px){.dashboard-topbar{grid-template-columns:1fr auto}.dashboard-stats{display:none}.dashboard-brand .brand-logo{width:360px}.dashboard-shell{grid-template-columns:205px minmax(0,1fr)}}@media (max-width:800px){.dashboard-shell{display:block}.dashboard-sidebar{display:none}.dashboard-topbar{flex-wrap:wrap;padding:14px 16px;display:flex}.dashboard-brand .brand-logo{width:280px;height:75px}.new-project-button{height:48px;margin-left:auto}.dashboard-content{padding:20px 14px}.dashboard-footer{grid-template-columns:1fr}.dashboard-footer>div+div{border-top:1px solid #e0e7ee;border-left:0}.brand-logo{width:270px;height:76px}.hero-brand{flex-direction:column;align-items:flex-start}.hero-actions{width:100%}}:root{--brand:#236192;--brand2:#236192;--ral5007:#236192;--ral5007-dark:#236192;--ral5007-deep:#236192;--ral5007-soft:#eef4f7}.cost-shell,.dashboard-shell{color:#334155;background:#f5f7f8!important}.brand-hero,.dashboard-topbar,.dashboard-sidebar{color:#334155!important;box-shadow:none!important;background:#fff!important;border:1px solid #dce3e7!important}.hero{border-radius:0!important}.hero-brand{gap:18px}.hero-brand h1,.dashboard-title h1{color:#334155!important}.hero-brand p,.dashboard-title p{color:#667982!important}.eyebrow{color:#236192!important}.brand-logo{background:0 0!important;border-radius:0!important}.hero-actions .secondary,.hero-actions .primary,.new-project-button{color:#236192!important;box-shadow:none!important;background:#fff!important;border:1px solid #9eb5c1!important}.hero-actions .secondary:hover,.hero-actions .primary:hover,.new-project-button:hover{background:#eef4f7!important}.primary{color:#fff!important;background:#236192!important;border-color:#236192!important}.primary:hover{background:#236192!important}.secondary{color:#236192!important;background:#fff!important;border-color:#c7d3d9!important}.dashboard-shell{grid-template-rows:auto minmax(0,1fr);grid-template-columns:210px minmax(0,1fr)}.dashboard-topbar{grid-template-columns:1fr auto auto;padding:18px 24px}.dashboard-brand .brand-logo{width:300px;height:76px}.dashboard-sidebar{padding:18px 12px;border-top:0!important;border-bottom:0!important;border-left:0!important}.dashboard-sidebar nav button{border-radius:0;color:#536872!important}.dashboard-sidebar nav button.active,.dashboard-sidebar nav button:hover{border-left:3px solid #236192;color:#236192!important;background:#eef4f7!important}.sidebar-footer{color:#667982!important;border-top:1px solid #dce3e7!important}.sidebar-footer strong{color:#236192!important}.dashboard-content{padding:24px}.dashboard-stats{border:1px solid #dce3e7;box-shadow:none!important}.dashboard-stats strong,.stat-icon{color:#236192!important}.projects-panel,.saved-project-card,.panel,.component-card,.extra-card,.geometry-box,.project-total>div,.live-cost-box>div{box-shadow:none!important;border-radius:0!important}.dashboard-table th{background:#236192!important}.currency-badge,.product-tabs button.active,.stepbar button.active,.product-tabs .clone-tab{color:#236192!important;background:#eef4f7!important;border-color:#9eb5c1!important}.product-tabs .delete-button{color:#6a7478;background:#fff;border:1px solid #c9d3d8;border-radius:6px;padding:9px 12px;font-weight:700}.live-cost-box .highlight{background:#eef4f7!important;border-color:#9eb5c1!important}.live-cost-box .highlight strong,.project-total strong,.link{color:#236192!important}.linked-context{background:#f4f7f8;border-left:4px solid #236192;flex-direction:column;gap:3px;margin:0 0 16px;padding:12px 14px;display:flex}.linked-context strong{color:#334155;font-size:13px}.linked-context span{color:#6b7d85;font-size:10px}.save-message{color:#236192!important}.hero-actions .field{min-width:190px}.hero-actions .field>span{color:#61747d!important}.hero-actions .field input{color:#334155!important;background:#fff!important;border:1px solid #c8d4da!important}@media (max-width:900px){.dashboard-shell{display:block}.dashboard-sidebar{display:none}.dashboard-topbar{display:flex}.dashboard-brand .brand-logo{width:240px}.dashboard-content{padding:16px}}.other-costs-card,.notes-card,.report-section{border:1px solid var(--line);background:#fcfcfd;border-radius:10px;margin-top:16px;padding:18px}.other-costs-card h3,.notes-card h3,.report-section h3{margin:0 0 12px;font-size:16px}.other-cost-row{border:1px solid var(--line);background:#fff;grid-template-columns:1fr 1.6fr .65fr .7fr .85fr .7fr 1fr auto;align-items:end;gap:10px;padding:14px;display:grid}.other-cost-remove{white-space:nowrap;height:40px}.empty-other-costs{color:var(--muted);text-align:center;border:1px dashed #cbd3db;padding:18px}.other-cost-total{border-top:1px dashed var(--line);justify-content:flex-end;align-items:center;gap:18px;margin-top:14px;padding-top:14px;display:flex}.other-cost-total span{color:var(--muted);font-size:12px;font-weight:700}.notes-card textarea{resize:vertical;width:100%;min-height:120px;font:inherit;color:var(--ink);background:#fff;border:1px solid #cfd6dd;border-radius:7px;padding:11px}.rates-report-grid>div{background:#f5f7f9;border:1px solid #e1e6eb;flex-direction:column;gap:4px;padding:9px;display:flex}.compact-table table{min-width:900px}.notes-report p{white-space:pre-wrap;margin:0;line-height:1.5}.project-total{flex-wrap:wrap}@media (max-width:1200px){.other-cost-row{grid-template-columns:repeat(4,minmax(0,1fr))}.other-cost-remove{grid-column:span 4}.rates-report-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.other-cost-row,.rates-report-grid{grid-template-columns:1fr}.other-cost-remove{grid-column:auto}}@media print{.report-section{break-inside:avoid;margin-top:8px;padding:8px}.report-section h3{margin-bottom:6px;font-size:10px}.rates-report-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:3px}.rates-report-grid>div{padding:4px}.rates-report-grid span{font-size:6px}.rates-report-grid strong{font-size:7px}.compact-table table{min-width:0}.notes-report p{font-size:8px}.project-total{gap:8px}.project-total>div{min-width:150px}}.other-costs-card{border:1px solid var(--line);background:#fcfcfd;border-radius:10px;margin-top:14px;padding:18px}.other-cost-list{flex-direction:column;gap:10px;display:flex}.other-cost-row{background:#fff;border:1px solid #e4e9ee;border-radius:8px;grid-template-columns:1fr 1.5fr .65fr .65fr .85fr .75fr .9fr auto;align-items:end;gap:10px;padding:12px;display:grid}.other-cost-remove{white-space:nowrap;padding-bottom:10px}.empty-other-costs{color:var(--muted);border:1px dashed #ccd6df;border-radius:8px;padding:14px;font-size:12px}.other-cost-total{justify-content:flex-end;align-items:center;gap:16px;margin-top:12px;font-size:12px;display:flex}.other-cost-total strong{color:var(--brand);font-size:16px}.notes-card{border:1px solid var(--line);background:#fcfcfd;border-radius:10px;margin-top:14px;padding:18px}.notes-card h3{margin:0 0 10px}.notes-card textarea{resize:vertical;width:100%;min-height:110px;font:inherit;border:1px solid #cfd6dd;border-radius:7px;padding:11px}.report-section{margin-top:16px}.report-section h3{margin:0 0 10px}.rates-report-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;display:grid}.rates-report-grid>div{border:1px solid #e2e7ec;border-radius:7px;flex-direction:column;gap:3px;padding:9px;display:flex}.rates-report-grid span{color:var(--muted);font-size:10px}.rates-report-grid strong{font-size:11px}.notes-report p{white-space:pre-wrap}@media (max-width:1200px){.other-cost-row{grid-template-columns:repeat(4,minmax(0,1fr))}.rates-report-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:650px){.other-cost-row,.rates-report-grid{grid-template-columns:1fr}}.engineering-combined-report{color:#1f2937;background:#fff;display:none}.engineering-combined-report.report-active{display:block}.engineering-report-cover,.engineering-report-toc,.engineering-report-module{background:#fff;max-width:1100px;margin:0 auto;padding:28px 34px}.engineering-report-cover{border-top:10px solid #41678d}.engineering-report-brand{letter-spacing:.14em;color:#41678d;font-size:11px;font-weight:800}.engineering-report-cover h1{color:#253b50;margin:8px 0 24px;font-size:28px}.engineering-report-meta-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.engineering-report-meta-grid>div{border:1px solid #dce4eb;padding:10px}.engineering-report-meta-grid span{text-transform:uppercase;color:#6b7280;margin-bottom:3px;font-size:9px;display:block}.engineering-report-meta-grid strong{font-size:11px}.engineering-report-summary{background:#eef3f7;border-left:4px solid #41678d;align-items:baseline;gap:9px;margin-top:22px;padding:14px 16px;display:flex}.engineering-report-summary strong{color:#41678d;font-size:22px}.engineering-report-summary span{color:#52616b;font-size:12px}.engineering-report-toc h2{color:#253b50;margin:0 0 12px}.engineering-report-toc table{min-width:0}.engineering-report-toc th,.engineering-report-toc td{text-align:left}.engineering-report-module{break-before:page}.engineering-report-section-title{border-bottom:2px solid #41678d;align-items:flex-start;gap:12px;margin-bottom:16px;padding-bottom:10px;display:flex}.engineering-report-section-title>span{color:#fff;background:#41678d;place-items:center;width:32px;height:32px;font-weight:800;display:grid}.engineering-report-section-title h2{color:#253b50;margin:0}.engineering-report-section-title p{color:#6b7280;margin:3px 0 0;font-size:11px}.engineering-report-record{break-inside:avoid-page;border:1px solid #dce4eb;margin:0 0 22px}.engineering-report-record-head{background:#f4f7fa;border-bottom:1px solid #dce4eb;justify-content:space-between;gap:16px;padding:12px 14px;display:flex}.engineering-report-record-head>div:first-child{align-items:center;gap:8px;display:flex}.engineering-report-record-head h3{margin:0;font-size:14px}.engineering-report-record-head>div:first-child>span{color:#41678d;font-size:10px;font-weight:800}.engineering-report-dates{color:#6b7280;flex-direction:column;align-items:flex-end;font-size:9px;display:flex}.engineering-report-object{padding:10px 14px}.engineering-report-field{border-bottom:1px solid #edf1f4;grid-template-columns:minmax(170px,28%) 1fr;min-height:30px;display:grid}.engineering-report-field:last-child{border-bottom:0}.engineering-report-label{color:#52616b;padding:7px 8px 7px 0;font-size:10px;font-weight:700}.engineering-report-value{min-width:0;padding:7px 0;font-size:10px}.engineering-report-value>.engineering-report-object{padding:0}.engineering-report-value .engineering-report-field{grid-template-columns:minmax(145px,32%) 1fr}.engineering-report-array{flex-direction:column;gap:7px;display:flex}.engineering-report-array-item{background:#fafcfd;border:1px solid #e5eaee;padding:7px}.engineering-report-array-item>strong{color:#41678d;margin-bottom:4px;font-size:9px;display:block}.engineering-report-empty{color:#9aa5ad}@media print{@page{size:A4 portrait;margin:12mm}.equipment-workspace,.no-print-workspace{display:none!important}.engineering-combined-report{display:block!important}.engineering-report-cover,.engineering-report-toc,.engineering-report-module{max-width:none;margin:0 0 10mm;padding:0}.engineering-report-cover{border-top-width:6px}.engineering-report-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.engineering-report-module{break-before:page}.engineering-report-record{break-inside:auto}.engineering-report-record-head{break-after:avoid}.engineering-report-object{break-inside:auto}.engineering-report-field{break-inside:avoid}.engineering-report-toc table{font-size:9px}.engineering-report-toc th,.engineering-report-toc td{padding:6px}.engineering-report-cover h1{font-size:24px}}
