.app-shell{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0 auto;width:100%;padding:16px;height:100vh;display:flex;flex-direction:column;overflow:hidden}.topbar{display:grid;grid-template-columns:minmax(180px,1fr) minmax(320px,420px) minmax(340px,max-content);grid-template-areas:"brand . side" "tabs assembly side";gap:16px 24px;align-items:start;min-height:110px;margin-bottom:14px}.topbar-brand{grid-area:brand;min-width:0;justify-self:start;align-self:start}.topbar-tabs{grid-area:tabs}.brand-logo{display:block;height:52px;width:auto;margin:0;object-fit:contain}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.topbar-side{grid-area:side;display:flex;flex-direction:column;align-items:flex-end;gap:8px;align-self:start;justify-self:end}.topbar-assembly{grid-area:assembly;display:flex;justify-content:center;align-items:flex-start;align-self:end}.assembly-label{display:flex;flex-direction:column;gap:8px;font-size:.95rem}.topbar-actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:flex-end;gap:8px}.topbar-status{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.file-upload{display:inline-flex;flex-direction:row;gap:8px;font-size:.95rem;align-items:center}.file-upload-button{position:relative;display:inline-flex;align-items:center;justify-content:center;border:1px solid #94a3b8;border-radius:6px;padding:3px 10px;background:#fff;color:#0f172a;cursor:pointer;white-space:nowrap}.file-upload-input{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;cursor:pointer}.file-upload-name{color:#0f172a;white-space:nowrap;max-width:220px;overflow:hidden;text-overflow:ellipsis}.status-chip{width:fit-content;padding:10px 14px;border-radius:14px;background:#dbeafe;color:#0f172a;font-size:.95rem;line-height:1.2;box-shadow:inset 0 0 0 1px #3b82f61f}.status-chip-stack{display:flex;flex-direction:column;gap:6px;min-width:max-content}.status-chip-row{white-space:nowrap}.status-chip-row-secondary{padding-top:6px;border-top:1px solid rgba(37,99,235,.16)}.status-chip-row-debug{padding-top:6px;border-top:1px solid rgba(37,99,235,.12);font-size:.85rem;color:#1e3a8a}.topbar-actions .status-chip{align-self:flex-end}.topbar-actions .file-upload{text-align:right}.status-chip-data-from{min-width:220px;text-align:center}.status-chip-contract{min-width:360px;max-width:640px;text-align:left}.status-chip-contract .status-chip-row,.status-chip-contract .status-chip-row-secondary,.status-chip-contract .status-chip-row-debug{white-space:normal}.status-chip-contract-ok{background:#dcfce7;color:#14532d;box-shadow:inset 0 0 0 1px #16a34a33}.status-chip-contract-error{background:#fee2e2;color:#7f1d1d;box-shadow:inset 0 0 0 1px #dc262633}.export-button{padding:6px 14px;border:1px solid #2563eb;border-radius:8px;background:#eff6ff;color:#1d4ed8;font-size:.9rem;cursor:pointer;white-space:nowrap}.export-button:hover{background:#dbeafe}.topbar-assembly .assembly-combobox{min-width:min(360px,100%)}.controls select{min-width:220px;padding:8px;border:1px solid #d0d7de;border-radius:8px}.assembly-combobox{position:relative;min-width:260px}.assembly-combobox input{width:100%;padding:8px;border:1px solid #d0d7de;border-radius:8px;font-size:.95rem}.assembly-combobox-menu{position:absolute;z-index:20;top:calc(100% + 4px);left:0;right:0;max-height:260px;overflow-y:auto;background:#fff;border:1px solid #d0d7de;border-radius:10px;box-shadow:0 10px 24px #0f172a1f}.assembly-option{width:100%;text-align:left;border:none;border-bottom:1px solid #f1f5f9;padding:8px 10px;background:#fff;cursor:pointer}.assembly-option:hover,.assembly-option.active{background:#eff6ff}.assembly-option:last-child{border-bottom:none}.assembly-option-show-all{position:sticky;top:0;z-index:1;font-weight:600;background:#f8fafc}.assembly-combobox-empty{padding:10px;color:#64748b;font-size:.9rem}.tab-bar{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:0}@media (max-width: 980px){.topbar{grid-template-columns:1fr;grid-template-areas:"brand" "side" "tabs" "assembly";align-items:start;min-height:0;gap:12px}.topbar-side,.topbar-actions{align-items:flex-start;justify-self:start}.topbar-status{align-items:flex-start}.topbar-status .status-chip,.topbar-actions .file-upload,.topbar-actions .file-upload-name{align-self:flex-start;text-align:left}.topbar-assembly{justify-content:flex-start;align-self:start}}.tab-bar button{border:none;padding:10px 18px;border-radius:999px;background:#f2f4f8;cursor:pointer}.tab-bar button.active{background:#2563eb;color:#fff}.tab-panel section{background:#fff;padding:24px;border-radius:18px;box-shadow:0 10px 30px #0f172a0d}.tab-panel{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.tab-panel>section{flex:1;display:flex;flex-direction:column;min-height:0;overflow:hidden}.details-section{min-height:0;gap:8px}.details-section>h2{margin-bottom:0}.details-section>p{margin:0}.details-section>:not(.details-table-wrapper){flex:0 0 auto}table{width:100%;border-collapse:collapse;margin-top:16px}.list-table-wrapper{display:inline-block;width:auto;max-width:100%;overflow-x:auto}.list-table{width:max-content;table-layout:auto}.list-table th,.list-table td{white-space:nowrap;width:1%}.list-total-row th{background:#fff;border:none;font-weight:600}.list-total-label,.list-total-value{text-align:right}.list-col-center{text-align:center}.hours-table{min-width:200px}.gantt-filter-summary{display:flex;gap:20px;flex-wrap:wrap;margin:8px 0 4px;font-size:.85rem;color:#475569}.gantt-controls{display:flex;gap:14px;flex-wrap:wrap;margin:10px 0 6px}.gantt-controls label{display:inline-flex;align-items:center;gap:8px;font-size:.9rem}.gantt-controls select{min-width:120px;padding:6px 8px;border:1px solid #d0d7de;border-radius:6px;background:#fff}.gantt-filter-summary div{display:flex;align-items:center;gap:8px}.gantt-filter-summary strong{color:#111827}.gantt-table-wrapper{overflow:auto;margin-top:12px;width:100%;max-height:640px;border:1px solid #e5e7eb;border-radius:8px}.gantt-table{border-collapse:collapse;width:auto;font-size:.78rem}.gantt-table th,.gantt-table td{border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;padding:2px 4px;white-space:nowrap}.gantt-table thead th{position:sticky;top:0;background:#f8fafc;z-index:3;border-bottom:2px solid #cbd5e1}@media (max-width: 1080px){.topbar{grid-template-columns:1fr}.topbar-assembly,.topbar-side,.topbar-actions,.topbar-status{justify-content:flex-start;align-items:flex-start}.topbar-status .status-chip,.topbar-actions .file-upload{align-self:flex-start}}.gantt-col-nesttext{min-width:52px}.gantt-col-pnum{min-width:120px}.gantt-col-desc{min-width:140px}.gantt-col-qty{min-width:56px}.gantt-col-type{min-width:40px}.gantt-col-op{min-width:80px}.gantt-col-startend{min-width:76px}.gantt-num{text-align:right}.gantt-col-date-header{width:20px;min-width:20px;max-width:20px;padding:2px 0}.gantt-date-label{writing-mode:vertical-rl;transform:rotate(180deg);font-size:.68rem;padding:2px 0;min-height:56px;text-align:left}.gantt-cell-empty{width:20px;min-width:20px;max-width:20px}.gantt-cell-filled{background:#111827;width:20px;min-width:20px;max-width:20px}.gantt-part-row td{background:#f1f5f9}.gantt-op-row td{background:#fff}.gantt-part-row td.gantt-cell-filled,.gantt-op-row td.gantt-cell-filled{background:#111827}.hours-col-num{text-align:right;min-width:60px}.hours-total-row td{font-weight:700;border-bottom:2px solid #94a3b8}td,th{border:1px solid #e5e7eb;padding:4px 8px;text-align:left}th{background:#f8fafc}.lob-grid{display:grid;grid-template-columns:1fr 1.4fr 1.8fr;gap:8px;align-items:center;margin-top:16px}.dashboard-section{background:#f8fafc;padding:20px;border-radius:18px}.dashboard-table-wrapper{margin-top:14px;overflow-x:auto}.dashboard-table{width:100%;min-width:860px;border-collapse:collapse;background:#fff}.dashboard-table th,.dashboard-table td{padding:5px 10px;text-align:center;vertical-align:middle}.dashboard-table thead th{background:#fff;font-weight:700;white-space:nowrap}.dashboard-table thead th:first-child{border-top:0;border-left:0}.dashboard-group-row th{background:#dbeafe;font-weight:700;text-align:left;padding:7px 12px}.dashboard-group-row td{background:#dbeafe;padding:7px 10px}.dashboard-group-title{text-align:left}.dashboard-group-total-cell{font-weight:700}.dashboard-group-empty-cell{color:transparent}.dashboard-row-label{text-align:left!important;min-width:420px;width:42%;font-weight:500}.dashboard-row-label button,.dashboard-row-label span{vertical-align:middle}.dashboard-expand-button{width:20px;height:20px;margin-right:8px;border:1px solid #64748b;border-radius:5px;background:#f8fafc;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;padding:0}.dashboard-expand-button:disabled{opacity:.35;cursor:default}.dashboard-expand-button.expanded{background:#e2e8f0;border-color:#475569}.dashboard-expand-glyph{position:relative;width:10px;height:10px;display:block}.dashboard-expand-glyph:before,.dashboard-expand-glyph:after{content:"";position:absolute;left:50%;top:50%;background:#1e293b;transform:translate(-50%,-50%);border-radius:1px}.dashboard-expand-glyph:before{width:10px;height:2px}.dashboard-expand-glyph:after{width:2px;height:10px;transition:opacity .12s ease}.dashboard-expand-button.expanded .dashboard-expand-glyph:after{opacity:0}.dashboard-detail-row td{text-align:left;background:#f8fafc;border-top:0}.dashboard-detail-list{max-height:220px;overflow-x:auto;overflow-y:auto;padding:0}.dashboard-detail-table{width:max-content;border-collapse:collapse}.dashboard-detail-table thead th{position:sticky;top:-2px;z-index:2;background:#e2e8f0;font-size:.8rem;text-align:left;white-space:nowrap;border-bottom:1px solid #cbd5e1;box-shadow:0 2px #e2e8f0}.dashboard-detail-table td{font-size:.84rem;color:#334155;padding:2px 10px;white-space:nowrap;text-align:left;border-right:1px solid #e2e8f0}.dashboard-detail-table td:first-child,.dashboard-detail-table thead th:first-child{padding-left:26px}.dashboard-detail-table td:last-child{border-right:0}.dashboard-detail-table thead th:last-child{border-right:0}.dashboard-total-cell{font-weight:700;min-width:90px}.dashboard-total-count,.dashboard-total-percent{display:block}.dashboard-total-percent{margin-top:2px;font-size:.82rem;color:#475569}.dashboard-bucket-cell{min-width:88px}.dashboard-bucket-count{display:block;font-weight:700}.dashboard-bucket-percent{display:block;font-size:.82rem;color:#475569}.dashboard-empty-cell{color:#94a3b8}.lob-controls-layout{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px 24px;margin:8px 0}.lob-controls-list{display:flex;flex-direction:column;gap:4px}.lob-controls-info{display:flex;flex-direction:column;gap:2px}.lob-legend-stack{display:flex;flex-direction:column;gap:0}.lob-table-container{margin-top:8px;width:100%;max-height:calc(100vh - 290px);overflow:auto;border:1px solid #cbd5e1;background:#fff}.lob-table{--lob-col-nest-w: 72px;--lob-col-part-w: 190px;--lob-col-desc-w: 260px;border-collapse:separate;border-spacing:0;width:max-content;min-width:100%}.lob-table th,.lob-table td{border-right:1px solid #cbd5e1;border-bottom:1px solid #cbd5e1;padding:8px;vertical-align:top}.lob-table tr>*:first-child{border-left:1px solid #cbd5e1}.lob-table thead th{position:sticky;top:0;z-index:4;background:#f8fafc;text-align:center}.lob-sticky-col{position:sticky;background:#fff;text-align:left;z-index:2}.lob-table thead .lob-sticky-col{z-index:6;background:#f8fafc}.lob-col-nest{width:var(--lob-col-nest-w);min-width:var(--lob-col-nest-w);left:0}.lob-col-part-number{width:var(--lob-col-part-w);min-width:var(--lob-col-part-w);left:var(--lob-col-nest-w)}.lob-col-description{width:var(--lob-col-desc-w);min-width:var(--lob-col-desc-w);left:calc(var(--lob-col-nest-w) + var(--lob-col-part-w))}.lob-so-header{min-width:195px}.lob-so-header-card{background:#f8fafc}.lob-so-header-card-late{background:#fca5a5}.lob-so-header-row{font-weight:700;padding:4px 6px}.lob-so-cell{min-width:195px;text-align:center;white-space:pre-line}@media (max-width: 920px){.lob-table-container{max-height:calc(100vh - 250px)}.lob-table{--lob-col-part-w: 170px;--lob-col-desc-w: 220px}.lob-so-header,.lob-so-cell{min-width:175px}}.grid-header{font-weight:700;padding:12px 0}.card{margin-top:16px;background:#f8fafc;padding:18px;border-radius:16px}.metric-row{display:flex;justify-content:space-between;gap:16px;padding:12px 0}.timeline-placeholder{margin-top:24px;min-height:160px;background:#e2e8f0;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#475569}.staircase-table-wrapper{margin-top:12px;width:100%;overflow-x:auto}.staircase-table{width:auto;min-width:440px}.staircase-layout{display:grid;grid-template-columns:auto minmax(0,1fr);gap:20px;align-items:start}.staircase-table-wrapper{min-width:0}.staircase-charts{display:grid;grid-template-columns:1fr;gap:16px;width:min(760px,100%);justify-self:start;align-self:flex-start}.staircase-chart{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:10px;width:100%;max-width:760px}.staircase-chart svg{width:100%;height:auto;display:block}.staircase-chart-title{text-align:center;font-weight:600;color:#475569;margin-bottom:4px}.staircase-axis-label{fill:#475569;font-size:12px}.staircase-legend{display:flex;justify-content:center;gap:20px;margin-top:4px;color:#475569;font-size:13px}.staircase-legend span{display:inline-flex;align-items:center;gap:6px}.legend-line{width:22px;border-top:2px solid;display:inline-block}.legend-line.due{border-color:#2563eb}.legend-line.willship{border-color:#65a30d;border-top-style:dashed}.legend-line.arrears{border-color:#dc2626}@media (max-width: 920px){.staircase-layout{grid-template-columns:1fr}.staircase-charts{width:100%}}.details-table-wrapper{overflow:auto;width:100%;flex:1;min-height:0}.details-table-wrapper table{width:auto;min-width:max-content}.column-header-cell{position:relative;vertical-align:top}.column-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.filter-button{border:1px solid #d0d7de;background:#fff;border-radius:6px;color:#334155;cursor:pointer;padding:2px 6px;font-size:.85rem}.filter-button.active{background:#2563eb;color:#fff;border-color:#2563eb}.filter-panel{position:absolute;z-index:10;top:calc(100% + 8px);left:0;width:300px;max-height:420px;overflow:hidden;background:#fff;border:1px solid #d0d7de;border-radius:14px;box-shadow:0 18px 40px #0f172a1f;padding:12px}.filter-search{width:100%;padding:8px 10px;border-radius:10px;border:1px solid #d0d7de;margin-bottom:10px;font-size:.9rem}.filter-date-cutoff{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.filter-date-cutoff label{display:flex;align-items:center;gap:8px;font-size:.88rem;color:#334155}.filter-date-cutoff select{width:100%;padding:8px 10px;border-radius:10px;border:1px solid #d0d7de;font-size:.9rem;background:#fff}.filter-actions{display:flex;justify-content:space-between;gap:8px;margin-bottom:10px}.filter-actions button{flex:1;border:1px solid #d0d7de;background:#f8fafc;border-radius:10px;padding:8px 10px;font-size:.85rem;cursor:pointer}.filter-values{max-height:260px;overflow:auto;padding-right:4px}.group-row-even{background-color:#fff}.group-row-odd{background-color:#f8fafc}.filter-option{display:flex;align-items:center;gap:8px;padding:4px 0;font-size:.9rem}.details-table-wrapper td,.details-table-wrapper th{white-space:pre-wrap;word-break:break-word;vertical-align:top}.details-table-wrapper th{position:sticky;top:0;background:#fff;z-index:2}.details-table-wrapper .filter-row input{width:100%;border:1px solid #d0d7de;border-radius:8px;padding:6px 8px;font-size:.9rem;box-sizing:border-box}.details-table-note{margin-top:0;color:#475569;font-size:.92rem;flex:0 0 auto}.details-table-note{position:relative;z-index:20;background:#fff;padding:6px 8px;border-radius:8px}html,body,#root{margin:0;min-height:100%}body{background:#f3f4f6;color:#111827}*{box-sizing:border-box}
