:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh;align-self:stretch}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.appFull{height:100vh;display:flex;flex-direction:column;padding:10px;box-sizing:border-box}.topbarFull{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border:1px solid #ddd;border-radius:10px;background:#fff}.topbarProjectStack{flex-direction:column;align-items:stretch;gap:8px}.topbarProjectRow1{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%}.calcSectionTabs{display:flex;flex-wrap:wrap;gap:6px;padding:2px 0 4px}.calcSectionTab{font-size:12px;padding:4px 10px;border:1px solid #c8c8c8;border-radius:6px;background:#f4f4f4;cursor:pointer;color:#222}.calcSectionTab:hover{background:#e8e8e8}.calcSectionTab--active{background:#1a5f7a;color:#fff;border-color:#174e63;font-weight:600}.calcSectionEmptyHint{padding:14px 12px;font-size:13px;color:#666}.projectResourceSummary{font-size:10px;line-height:1.35;color:#333;display:flex;flex-direction:column;gap:4px;padding:6px 0 0;border-top:1px solid #eee;margin-top:2px}.projectResourceSummary .prsMainLine{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 8px}.projectResourceSummary .prsChipsRow{display:flex;flex-wrap:wrap;align-items:baseline;gap:6px 12px}.projectResourceSummary .prsTotal{font-weight:700;white-space:nowrap}.projectResourceSummary .prsChip{white-space:nowrap;opacity:.95}.projectResourceSummary .prsSectionTotalsFootnote{font-size:9px;line-height:1.45}.titleBlock .title{font-size:16px;font-weight:700}.subtitle{font-size:12px;opacity:.85}.status{opacity:.9}.actions button{margin-left:8px;padding:8px 10px}.treePanel{margin-top:10px;flex:1;border:1px solid #ddd;border-radius:10px;background:#fff;overflow:hidden;display:flex;flex-direction:column}.rowGrid.projectListRow{grid-template-columns:1fr auto}.treeGutterLayer{position:absolute;top:0;bottom:0;z-index:0;pointer-events:none;box-sizing:border-box}.treeGutterAddSlot{position:absolute;bottom:2px;width:8px;height:8px;display:flex;align-items:flex-end;justify-content:center;pointer-events:auto;box-sizing:content-box}.treeGutterAddBtn{width:8px;height:8px;min-width:8px;min-height:8px;padding:0;margin:0;line-height:0;border:1px solid #0a0a0a;border-radius:1px;background:#ffffff8c;cursor:pointer;box-sizing:border-box;flex-shrink:0}.treeGutterAddBtn:hover{background:#0000001a;border-color:#000}.rowGrid .treeGutterAddBtn:focus-visible{outline:2px solid #1a5f2a;outline-offset:1px}.treeGutter{display:flex;height:100%;align-items:stretch}.treeGutter__col{position:relative;width:20px;flex:0 0 20px;min-height:100%;box-sizing:border-box}.treeGutter__col--vert:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;transform:translate(-.5px);background:var(--tree-line)}.treeGutter__col--tee:before{content:"";position:absolute;left:50%;top:0;bottom:0;width:1px;transform:translate(-.5px);background:var(--tree-line)}.treeGutter__col--tee:after{content:"";position:absolute;left:50%;top:50%;right:0;height:1px;margin-top:-.5px;background:var(--tree-line)}.treeGutter__col--elbow:before{content:"";position:absolute;left:50%;top:0;height:50%;width:1px;transform:translate(-.5px);background:var(--tree-line)}.treeGutter__col--elbow:after{content:"";position:absolute;left:50%;top:50%;right:0;height:1px;margin-top:-.5px;background:var(--tree-line)}.rowCollapseBtn{flex:0 0 18px;width:18px;height:18px;min-width:18px;min-height:18px;margin:2px 2px 0 0;padding:0;line-height:1;font-size:13px;font-weight:600;color:#5a5f64;background:#ffffff8c;border:1px solid #c8ccd0;border-radius:4px;cursor:pointer;box-sizing:border-box;z-index:1;align-self:flex-start}.rowCollapseBtn:hover{background:#fff;border-color:#9aa0a6;color:#1a1a1a}.rowGrid{--tree-line: #c8ccd0;display:grid;grid-template-columns:minmax(0,1.5fr) minmax(0,.9fr) minmax(0,.72fr) minmax(0,.52fr) minmax(0,2.05fr) minmax(0,.55fr) minmax(0,.55fr) minmax(0,.55fr) minmax(0,.65fr) minmax(0,.72fr) minmax(0,.72fr) minmax(0,.72fr) minmax(0,.82fr);align-items:center;gap:8px;padding:6px 10px;cursor:pointer;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e8e8e8}.treeRowOuter.rowExcluded{opacity:1;background:#9e9e9e!important;color:#1a1a1a}.treeRowOuter.rowExcluded:hover{background:#8f8f8f!important}.rowLevelMain{background:#e8f5e9}.rowLevelMid{background:#fff9e6}.rowLevelSub{background:#fff3c4}.rowResource{background:#eceff1}.treeLegendLegendRow.legendRowShell{display:flex;align-items:stretch;gap:5px;border-bottom:1px solid #e8e8e8}.treeLegendLegendRow.legendRowShell:last-child{border-bottom:none}.legendSelectCol.legendSelectCol--narrow{flex:0 0 15px;width:15px;min-width:15px;box-sizing:border-box}.treeLegendLegendRow .rowGridLegend{flex:1 1 0;min-width:0;border-bottom:none}.treeRowOuter{display:flex;align-items:stretch;gap:5px;padding:0 3px 0 2px;border-bottom:1px solid #e8e8e8;box-sizing:border-box}.treeRowSelectRail{flex:0 0 15px;width:15px;align-self:stretch;border-radius:3px;display:flex;align-items:center;justify-content:center;cursor:grab;-webkit-user-select:none;user-select:none;outline:none;box-sizing:border-box;background:transparent}.treeRowSelectRail:hover{background:#ffffff40}.treeRowOuter.rowExcluded .treeRowSelectRail:hover{background:#ffffff1f}.treeRowSelectRail:active{cursor:grabbing}.treeRowSelectRail--selected{background:#1a5f2a1f}.treeRowOuter.rowExcluded .treeRowSelectRail--selected{background:#1e1e1e1a}.treeRowSelectRail:focus-visible{outline:2px solid #1976d2;outline-offset:-1px;z-index:1}.rowSelectHandle{pointer-events:none;flex-shrink:0;display:block;width:8px;height:8px;border-radius:2px;border:1px solid rgba(70,90,100,.45);background:#ffffff38}.treeRowSelectRail:hover .rowSelectHandle:not(.rowSelectHandle--on){border-color:#1a5f2abf;background:#ffffff80}.rowSelectHandle--on{border-color:#1b5e20;background:linear-gradient(180deg,#359040,#2e7d32 55%,#276d2c);box-shadow:inset 0 1px #ffffff59,inset 0 0 0 1px #fff3}.treeRowOuter.rowExcluded .rowSelectHandle--on{border-color:#2c2c2c;background:linear-gradient(180deg,#6a6a6a,#545454);box-shadow:inset 0 1px #ffffff26}.rowGrid.treeRowGrid{cursor:grab;border-bottom:none}.rowGrid.treeRowGrid:active{cursor:grabbing}.treeRowOuter.rowLevelMain:hover,.treeRowOuter.rowLevelMid:hover,.treeRowOuter.rowLevelSub:hover,.treeRowOuter.rowResource:hover{filter:brightness(.98)}.treeRowOuter.rowExcluded.rowLevelMain:hover,.treeRowOuter.rowExcluded.rowLevelMid:hover,.treeRowOuter.rowExcluded.rowLevelSub:hover,.treeRowOuter.rowExcluded.rowResource:hover{filter:brightness(1.03)}.treeRowOuter.selected{outline:2px solid #1a5f2a;outline-offset:-2px;background:#e2ebe4!important;filter:none}.treeRowOuter.selected.rowExcluded{outline:2px solid #333;background:#a8a8a8!important}.treeRowOuter.treeRowSelectedMulti{box-shadow:inset 0 0 0 1px #1a5f2a6b}.treeRowOuter.treeRowSelectedMulti.rowExcluded{box-shadow:inset 0 0 0 1px #212121a6}.treeLegendBlock{flex:0 0 auto;z-index:2;background:#fff;border-bottom:1px solid #ccc}.rowGridLegend{cursor:default;font-weight:600;padding:2px 10px;gap:6px;border-bottom:1px solid #e8e8e8;min-height:0}.rowGridLegend:last-child{border-bottom:none}.rowGridLegend .cell{font-size:10px;min-height:18px;padding:2px 4px}.cell.resTypeLegendCell{font-size:10px;line-height:1.25}.cell.headerResSummaryCell{font-size:9px;line-height:1.15;color:#283238;white-space:pre-line;overflow:visible;align-self:start;padding:1px 4px 2px;min-height:0}.rowGridLegend .legendPad{opacity:.25;pointer-events:none}.treeScroll{overflow:auto;flex:1}.cell{font-size:13px;min-width:0;padding:4px 6px;min-height:28px;display:flex;align-items:center;box-sizing:border-box}.titleCell{display:flex;align-items:center;gap:10px;min-width:0;position:relative;z-index:1}.titleCell--withCollapse{align-items:flex-start;padding-top:1px}.titleCell .cell{flex:1;min-width:0}.titleText{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.caret{width:14px;opacity:.7;flex:0 0 auto}.numCell{justify-content:flex-end;text-align:right;font-variant-numeric:tabular-nums}.unitCell,.noteCell{justify-content:flex-start;text-align:left;opacity:.9}.typeCell{display:flex;justify-content:flex-end}.typeBadge{font-size:11px;border:1px solid #ddd;border-radius:999px;padding:2px 8px;opacity:.8}.headerRow .titleText{font-weight:800}.resourceRow .titleText{font-weight:400}.editable{border-radius:6px}.editable:hover{outline:1px dashed #bbb;outline-offset:-2px}.muted{opacity:.35}.cellInput{width:100%;font-size:13px;padding:4px 6px;border:1px solid #aaa;border-radius:6px;box-sizing:border-box}.ctxBackdrop{position:fixed;inset:0;z-index:9999}.ctxMenu{position:fixed;min-width:220px;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 10px 30px #0000001f;padding:6px}.ctxItem{width:100%;text-align:left;border:0;background:transparent;padding:8px 10px;border-radius:8px;cursor:pointer}.ctxItem:hover{background:#f5f5f5}.ctxItem:disabled{opacity:.5;cursor:default}.ctxSep{height:1px;background:#eee;margin:6px 4px}.nameModalBackdrop{position:fixed;inset:0;z-index:10000;background:#00000059;display:flex;align-items:center;justify-content:center;padding:16px}.nameModal{width:min(420px,100%);background:#fff;border-radius:12px;border:1px solid #ddd;box-shadow:0 16px 48px #0000002e;padding:16px 18px}.nameModalTitle{font-weight:700;font-size:15px;margin-bottom:6px}.nameModalHint{font-size:12px;opacity:.8;margin:0 0 12px}.nameModalInput{width:100%;box-sizing:border-box;font-size:14px;padding:8px 10px;border-radius:8px;border:1px solid #aaa;margin-bottom:14px}.nameModalActions{display:flex;justify-content:flex-end;gap:10px}.btnPrimary{padding:8px 14px;border-radius:8px;border:1px solid #1a5f2a;background:#1a7a32;color:#fff;cursor:pointer;font-weight:600}.btnSecondary{padding:8px 14px;border-radius:8px;border:1px solid #ccc;background:#f5f5f5;cursor:pointer}.authBootstrapping{min-height:100vh;display:flex;align-items:center;justify-content:center;font-size:1rem;color:#555;background:#f5f5f5}.authAppShell{display:flex;flex-direction:column;height:100vh;width:100%;max-width:100%;box-sizing:border-box}.authAppShell>.appFull{flex:1;min-height:0;height:auto!important}.loginView{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#1a1d23;color:#e8eaed}.loginCard{width:100%;max-width:380px;padding:2rem;border-radius:12px;background:#252830;box-shadow:0 8px 32px #00000059}.loginTitle{margin:0 0 .25rem;font-size:1.35rem;font-weight:600}.loginHint{margin:0 0 1.5rem;color:#9aa0a6;font-size:.9rem}.loginLabel{display:block;margin-bottom:1rem;font-size:.85rem;color:#bdc1c6}.loginInput{display:block;width:100%;margin-top:.35rem;padding:.55rem .65rem;border:1px solid #3c4048;border-radius:8px;background:#1a1d23;color:#e8eaed;font-size:1rem;box-sizing:border-box}.loginInput:focus{outline:none;border-color:#5c9ded}.loginError{margin-bottom:1rem;padding:.5rem .65rem;border-radius:8px;background:#dc505026;color:#f5a8a8;font-size:.9rem}.loginSubmit{width:100%;margin-top:.25rem;padding:.65rem 1rem;border:none;border-radius:8px;background:#3b7ddd;color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.loginSubmit:hover:not(:disabled){background:#2f6bc4}.loginSubmit:disabled{opacity:.65;cursor:not-allowed}.userBar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1rem;padding:.5rem 1rem;background:#252830;border-bottom:1px solid #3c4048;color:#e8eaed;font-size:.9rem}.userBarLeft{display:flex;align-items:center;gap:.75rem;min-width:0}.userBarIdentity{font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.userBarRole{padding:.15rem .5rem;border-radius:6px;background:#3c4048;color:#bdc1c6;font-size:.75rem;text-transform:uppercase;letter-spacing:.03em}.userBarActions{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.userBarBtn{padding:.35rem .75rem;border:1px solid #5f6368;border-radius:6px;background:transparent;color:#e8eaed;font-size:.85rem;cursor:pointer}.userBarBtn:hover{background:#3c4048}.userBarBtnAdmin{border-color:#7b9fd4;color:#a8c7fa}.userBarBtnLogout{border-color:#8b6262;color:#f0b4b4}.adminWorkspace{flex:1;min-height:0;background:#1a1d23;color:#e8eaed;overflow:auto}.adminWorkspaceInner{max-width:720px;margin:0 auto;padding:2rem 1.5rem}.adminWorkspaceTitle{margin:0 0 .5rem;font-size:1.5rem}.adminWorkspaceIntro{margin:0 0 1.5rem;color:#9aa0a6}.adminWorkspaceStatus{margin:0;font-size:1rem}.adminWorkspaceStatusOk{color:#9bd89b}.adminWorkspaceStatusBad{color:#f5a8a8}.adminWorkspace .muted{color:#9aa0a6}.mhSummaryBackdrop{position:fixed;inset:0;z-index:10050;background:#00000040;display:flex;align-items:flex-start;justify-content:center;padding:48px 16px 24px;box-sizing:border-box}.mhSummaryModal{background:#fff;border:1px solid #c8ccd0;border-radius:10px;box-shadow:0 8px 32px #0000001f;width:min(520px,100%);max-height:calc(100vh - 96px);overflow:auto}.mhSummaryHeader{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 14px;border-bottom:1px solid #e8e8e8;position:sticky;top:0;background:#fafafa}.mhSummaryHeading{margin:0;font-size:14px;font-weight:700;line-height:1.3}.mhSummaryClose{flex:0 0 auto;width:32px;height:32px;margin:-4px -6px -4px 0;border:none;background:transparent;font-size:22px;line-height:1;cursor:pointer;border-radius:6px;color:#333}.mhSummaryClose:hover{background:#eee}.mhSummaryClose:focus-visible{outline:2px solid #1a5f2a;outline-offset:2px}.mhSummaryBody{padding:12px 14px 14px;font-size:12px;line-height:1.35}.mhSummarySection{margin-top:12px}.mhSummarySection:first-of-type{margin-top:0}.mhSummarySectionLabel{font-weight:600;margin-bottom:6px;color:#2c3338;font-size:11px;text-transform:uppercase;letter-spacing:.02em}.mhSummaryStrong{font-size:15px;font-weight:700}.mhShareRow{margin-top:6px;font-size:12px;color:#3d454b}.mhShareValue{font-weight:600}.mhSummaryMuted{margin:0 0 8px;color:#5a6166}.mhSummaryTable{display:grid;grid-template-columns:minmax(0,1fr) auto auto;column-gap:12px;row-gap:4px;font-size:11px}.mhSummaryTh{font-weight:700;color:#3d454b}.mhSummaryTd{min-width:0}.mhSummaryAlignR{text-align:right}.mhSummaryMono{font-variant-numeric:tabular-nums;font-feature-settings:"tnum"}.mhSummaryTopList{margin:0;padding-left:1.35em}.mhSummaryTopLi{margin-bottom:4px}.mhSummaryTitleCell{font-weight:500}.mhSummaryAbbr{opacity:.92}.mhSummaryEur{font-weight:600}.mhChildSection{max-height:42vh;overflow:auto;padding-right:2px}.mhChildTableHead{display:grid;grid-template-columns:minmax(3.8rem,1.08fr) minmax(2.35rem,.52fr) minmax(1.85rem,.42fr) minmax(4.75rem,.82fr) minmax(4.85rem,.82fr) minmax(4.5rem,1.38fr);column-gap:8px;row-gap:2px;font-size:10px;font-weight:700;color:#3d454b;padding-bottom:4px;border-bottom:1px solid #e8e8e8;margin-bottom:4px}.mhChildTableRow{display:grid;grid-template-columns:minmax(3.8rem,1.08fr) minmax(2.35rem,.52fr) minmax(1.85rem,.42fr) minmax(4.75rem,.82fr) minmax(4.85rem,.82fr) minmax(4.5rem,1.38fr);column-gap:8px;row-gap:2px;font-size:10px;line-height:1.3;padding:5px 0;border-bottom:1px solid #efefef;align-items:start}.mhChildTableRow:last-of-type{border-bottom:none}.mhChildRowExcluded{opacity:.74}.mhChildTitleCell{font-weight:600;min-width:0;word-break:break-word}.mhChildEllipsis{min-width:0;overflow:hidden;text-overflow:ellipsis}.mhChildResTypes{min-width:0;font-size:10px;line-height:1.35;white-space:normal;word-break:break-word;color:#273033}.mhExcludedTag{font-size:10px;font-weight:500;font-style:italic;color:#607080}.mhSummaryBold{font-weight:650}
