.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}.auth-gate-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#7b8190}.auth-gate-card{width:min(760px,100%);padding:28px;border-radius:18px;background:#fff;box-shadow:0 24px 56px #0f172a33}.auth-gate-logo{height:28px;width:auto;margin-bottom:12px}.auth-gate-card h1{margin:0 0 12px;color:#172554;font-size:2.5rem}.auth-gate-card p{margin:14px 0 0;color:#1f3f70;font-size:1.1rem}.auth-gate-button{margin-top:8px;width:100%;border:none;border-radius:999px;padding:10px 18px;background:#2f62dd;color:#fff;font-size:1.15rem;font-weight:600;cursor:pointer}.auth-gate-button:hover{background:#284fc0}.topbar{display:grid;grid-template-columns:minmax(180px,max-content) minmax(280px,1fr) minmax(340px,max-content);grid-template-areas:"brand service side" "tabs assembly side";gap:16px 24px;align-items:start;min-height:110px;margin-bottom:14px}.topbar.topbar-no-service-toggle{grid-template-columns:minmax(180px,1fr) minmax(320px,420px) minmax(340px,max-content);grid-template-areas:"brand . side" "tabs assembly side"}.topbar-brand{grid-area:brand;min-width:0;justify-self:start;align-self:start}.topbar-tabs{grid-area:tabs}.topbar-service{grid-area:service;display:flex;flex-direction:column;align-items:flex-start;gap:6px;align-self:start}.service-toggle{display:inline-flex;align-items:center;gap:4px;padding:4px;border-radius:999px;background:linear-gradient(180deg,#b2cfee,#8ebbe3);box-shadow:inset 0 0 0 1px #1d4ed81f}.service-toggle button{border:none;min-width:120px;border-radius:999px;padding:10px 18px;color:#fff;background:transparent;font-size:1rem;cursor:pointer}.service-toggle button.active{background:#0d74c9;box-shadow:0 4px 12px #0d74c959}.service-toggle button:disabled{cursor:not-allowed;opacity:.7}.service-meta{color:#3b4a63;font-size:.8rem;white-space:nowrap}.service-error{color:#64748b;font-size:.8rem;max-width:360px}.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;background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.95rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s,transform .1s}.file-upload-button:hover{background-color:#2563eb;transform:translateY(-1px)}.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}.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}.export-button{background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.95rem;font-weight:500;cursor:pointer;white-space:nowrap;transition:background-color .2s,transform .1s}.export-button:hover{background-color:#2563eb;transform:translateY(-1px)}.action-log-status{font-size:.85rem;color:#1e3a8a}.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" "service" "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}.service-toggle button{min-width:130px}.topbar-assembly{justify-content:flex-start;align-self:start}}.tab-bar button{border:none;padding:10px 18px;border-radius:999px;background:#f2f4f8;cursor:pointer;transition:background-color .2s,transform .1s}.tab-bar button:hover{background:#e2e8f0;transform:translateY(-1px)}.tab-bar button.active{background:#2563eb;color:#fff}.tab-bar button.active:hover{background:#1d4ed8}.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}.tab-panel>section.scrollable-section{overflow-y:auto;overflow-x: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;grid-template-areas:"brand" "service" "side" "tabs" "assembly"}.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:6px}.lob-legend-item{display:flex;align-items:center;gap:8px;font-size:.86rem;color:#334155}.lob-legend-swatch{width:18px;height:12px;border-radius:4px;border:1px solid rgba(30,41,59,.22);flex-shrink:0}.lob-legend-swatch-ok{background:#86efac}.lob-legend-swatch-warning{background:#fde68a}.lob-legend-swatch-late{background:#fca5a5}.lob-legend-swatch-critical{background:#ef4444}.lob-table-container{margin-top:8px;width:100%;max-height:calc(100vh - 290px);overflow:auto;border:1px solid #b7c0cb;background:#dfe4ea}.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 #f8fafc;border-bottom:1px solid #f8fafc;padding:7px;vertical-align:top;background:#e5e9ef}.lob-table tr>*:first-child{border-left:1px solid #f8fafc}.lob-table thead th{position:sticky;top:0;z-index:4;background:#d2d8e0;text-align:center}.lob-sticky-col{position:sticky;background:#dde3ea;text-align:left;z-index:2}.lob-table thead .lob-sticky-col{z-index:6;background:#ced5de}.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:#e5e9ef;border-radius:8px;border:1px solid rgba(71,85,105,.25)}.lob-so-header-card-late{background:#f9b5b5}.lob-so-header-row{font-weight:700;padding:3px 6px}.lob-so-cell{min-width:195px;text-align:center;white-space:pre-line;background:#e5e9ef;padding:6px;position:relative;overflow:visible}.lob-so-cell-interactive{position:relative;outline:none;cursor:pointer}.lob-so-cell-interactive:focus-visible .lob-so-cell-pill{box-shadow:0 0 0 2px #2563eb73}.lob-so-cell-pill{border-radius:8px;min-height:28px;display:flex;align-items:center;justify-content:center;padding:5px 6px;border:1px solid rgba(30,41,59,.18);font-weight:400}.lob-so-cell-pill-ok{background:#86efac}.lob-so-cell-pill-at-risk{background:#fde68a}.lob-so-cell-pill-late{background:#fca5a5}.lob-cell-detail-popup{position:absolute;left:50%;top:calc(100% + 8px);transform:translate(-50%);z-index:20;width:max-content;min-width:280px;max-width:min(420px,74vw);max-height:220px;overflow:auto;border-radius:8px;border:1px solid rgba(30,41,59,.35);background:var(--lob-popup-bg, #fde68a);color:#0f172a;text-align:left;white-space:pre-line;line-height:1.3;padding:10px 12px;box-shadow:0 10px 28px #0f172a47}.lob-cell-detail-popup-left{left:0;transform:none}.lob-cell-detail-popup-right{left:auto;right:0;transform:none}.lob-cell-detail-popup-top{top:auto;bottom:calc(100% + 8px)}.lob-cell-detail-popup:before{content:"";position:absolute;top:-8px;left:50%;transform:translate(-50%);border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid rgba(30,41,59,.35)}.lob-cell-detail-popup:after{content:"";position:absolute;top:-7px;left:50%;transform:translate(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid var(--lob-popup-bg, #fde68a)}.lob-cell-detail-popup-top:before{top:auto;bottom:-8px;border-top:8px solid rgba(30,41,59,.35);border-bottom:none}.lob-cell-detail-popup-top:after{top:auto;bottom:-7px;border-top:7px solid var(--lob-popup-bg, #fde68a);border-bottom:none}.lob-cell-detail-popup-left:before,.lob-cell-detail-popup-left:after{left:24px;transform:none}.lob-cell-detail-popup-right:before,.lob-cell-detail-popup-right:after{left:auto;right:24px;transform:none}@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}.gap-history-panel{margin:10px 0 16px;padding:12px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.gap-layout{display:grid;grid-template-columns:minmax(340px,max-content) minmax(380px,1fr);align-items:start;gap:16px}.gap-table-column,.gap-chart-column{min-width:0}.gap-history-panel h3{margin:0 0 8px;color:#1e293b;font-size:1rem}.gap-history-panel p{margin:0;color:#64748b;font-size:.9rem}.gap-history-chart{width:100%;height:auto;display:block}.gap-history-summary{margin-top:8px;color:#334155;font-weight:600;font-size:.9rem}@media(max-width:1080px){.gap-layout{grid-template-columns:1fr}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background-color:#fff;border-radius:12px;box-shadow:0 10px 40px #0003;max-width:700px;width:90%;max-height:80vh;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0}.modal-header h2{margin:0;font-size:1.25rem;color:#172554}.modal-close{background:none;border:none;font-size:28px;color:#64748b;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.modal-close:hover{color:#1e293b}.modal-body{padding:20px 24px;overflow-y:auto;flex:1;min-width:0}.stored-files-table{width:100%;border-collapse:collapse;font-size:1rem;table-layout:auto}.stored-files-table-wrapper{overflow-x:auto;overflow-y:visible;width:100%;margin:0 -24px;padding:0 24px;box-sizing:content-box}.stored-files-table thead{background-color:#f8fafc;position:sticky;top:0}.stored-files-table th{padding:14px 12px;text-align:left;font-weight:600;color:#475569;border-bottom:2px solid #e2e8f0;white-space:nowrap}.stored-files-table td{padding:14px 12px;border-bottom:1px solid #f1f5f9;color:#1e293b}.table-rows-cell{text-align:right;font-weight:500}.stored-files-table tbody tr:hover{background-color:#f8fafc}.stored-file-select-btn{background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background-color .2s,transform .1s;white-space:nowrap}.stored-file-select-btn:hover{background-color:#2563eb;transform:translateY(-1px)}.stored-file-select-btn:disabled{cursor:wait;transform:none;opacity:.8}.stored-file-select-btn.is-loading{background-color:#1d4ed8;box-shadow:inset 0 0 0 1px #ffffff73}.modal-expand-section{display:flex;justify-content:center;padding:16px 0 0;border-top:1px solid #e2e8f0;margin-top:16px}.modal-expand-btn{background-color:#f1f5f9;color:#475569;border:1px solid #cbd5e1;border-radius:6px;padding:10px 20px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s}.modal-expand-btn:hover{background-color:#e2e8f0;border-color:#94a3b8;color:#1e293b}.modal-collapse-btn{margin-top:16px;border-top:1px solid #e2e8f0;padding-top:24px}.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}@media(max-width:920px){.app-shell{height:auto;min-height:100vh;overflow:visible}.tab-panel{flex:1 1 auto;overflow:visible}.tab-panel>section{min-height:0;overflow-y:visible;overflow-x:hidden}.lob-table-container{max-height:none;overflow-x:auto;overflow-y:visible;-webkit-overflow-scrolling:touch}th,.gantt-table thead th,.lob-table thead th{position:static!important;top:auto!important}.lob-sticky-col{position:static!important;left:auto!important}.dashboard-detail-table thead th,.details-table-wrapper th,.assembly-option-show-all{position:static!important;top:auto!important}.stored-files-table thead{position:static!important}}html,body,#root{margin:0;min-height:100%}body{background:#f3f4f6;color:#111827}*{box-sizing:border-box}
