:root{color:#18212f;background:#f5f7fb;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*{box-sizing:border-box}html,body,#root{width:100%;max-width:100%}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}svg{display:block;flex-shrink:0}button:disabled{cursor:not-allowed;opacity:.72}a{color:inherit;text-decoration:none}.login-shell{display:grid;grid-template-columns:minmax(360px,480px) minmax(0,1fr);min-height:100vh;background:radial-gradient(circle at 20% 20%,rgba(27,94,130,.18),transparent 32%),linear-gradient(135deg,#f7fafc,#edf3f8,#dfe9ef)}.login-panel{display:flex;flex-direction:column;justify-content:center;gap:28px;padding:clamp(28px,5vw,64px);background:#ffffffd1;border-right:1px solid rgba(109,122,137,.18);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.brand-lockup{display:flex;align-items:center;gap:12px}.brand-lockup p,.login-heading h1,.visual-content h2,.topbar h1,.panel-head h2,.profile-panel h2{margin:0}.brand-lockup p{font-size:18px;font-weight:800}.brand-lockup span:not(.brand-mark){color:#627083;font-size:13px}.brand-mark{display:inline-grid;width:48px;height:48px;place-items:center;color:#fff;background:#1b5e82;border-radius:8px;box-shadow:0 12px 28px #1b5e823d}.brand-mark.logo-mark{width:64px;height:64px;background:transparent;border:0;box-shadow:none}.brand-logo-image{display:block;width:100%;height:100%;object-fit:contain}.compact .brand-mark{width:42px;height:42px}.compact .brand-mark.logo-mark{width:56px;height:56px}.login-heading{display:grid;gap:10px}.login-heading h1{color:#142033;font-size:clamp(32px,5vw,48px);line-height:1.05}.login-heading p,.visual-content p,.profile-panel p{margin:0;color:#627083;line-height:1.65}.login-form{display:grid;gap:16px}.login-form label{display:grid;gap:8px;color:#344155;font-size:14px;font-weight:700}.login-form input,.search-box input{width:100%;border:1px solid #d8e0e8;color:#172033;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.login-form input{height:48px;border-radius:8px;padding:0 14px}.login-form input:focus,.search-box:focus-within{border-color:#1b5e82;box-shadow:0 0 0 4px #1b5e8221}.form-error{margin:0;color:#b42318;font-size:14px}.form-success{margin:0;color:#2f6f3e;font-size:14px;font-weight:800}.primary-button,.secondary-button,.logout-button,.icon-button{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:8px}.primary-button{gap:10px;min-height:48px;padding:0 18px;color:#fff;background:#1b5e82;font-weight:800;box-shadow:0 14px 32px #1b5e823d}.secondary-button{gap:8px;min-height:38px;padding:0 14px;color:#1b5e82;background:#e5f1f7;font-weight:800}.login-visual{position:relative;display:flex;align-items:end;min-height:100vh;padding:clamp(28px,6vw,76px);overflow:hidden;color:#fff;background:linear-gradient(90deg,#091420cc,#09142075 34%,#09142014 72%),linear-gradient(180deg,#040d181a,#040d1857 58%,#040d18d1),url(/assets/background-overhaul-BpN0Zet7.png) center / cover;isolation:isolate}.login-visual:before{position:absolute;inset:0;z-index:-1;content:"";background:radial-gradient(circle at 24% 28%,rgba(255,255,255,.34),transparent 26%),radial-gradient(circle at 78% 24%,rgba(27,94,130,.2),transparent 28%),linear-gradient(135deg,rgba(255,255,255,.12),transparent 42%);mix-blend-mode:soft-light}.login-visual:after{position:absolute;inset:0;z-index:-1;content:"";background:linear-gradient(90deg,rgba(5,12,20,.3),transparent 46%);-webkit-backdrop-filter:saturate(1.08) contrast(1.04);backdrop-filter:saturate(1.08) contrast(1.04)}.visual-content{position:relative;display:grid;max-width:680px;gap:16px;padding:clamp(20px,3.5vw,34px) 0;text-shadow:0 16px 34px rgba(0,0,0,.32)}.visual-content p{width:fit-content;padding:8px 12px;color:#ffffffdb;background:#08192957;border:1px solid rgba(255,255,255,.18);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.visual-content h2{max-width:12ch;color:#fff;font-size:clamp(40px,6vw,76px);font-weight:950;line-height:.98}.visual-copy{max-width:560px;color:#ffffffd6;font-size:clamp(15px,1.45vw,18px);font-weight:650;line-height:1.65}.visual-metrics{display:flex;flex-wrap:wrap;gap:10px}.visual-metrics span{min-height:38px;padding:0 13px;display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.28);border-radius:8px;background:#ffffff29;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-size:12px;font-weight:900}.dashboard-shell{--accent: #1b5e82;--accent-soft: #e5f1f7;--accent-strong: #154965;--shell-bg: #eef3f7;--surface-bg: #ffffff;--border-soft: #dce4ec;display:grid;grid-template-columns:280px minmax(0,1fr);min-height:100vh;background:var(--shell-bg);transition:grid-template-columns .18s ease}.dashboard-shell.is-sidebar-collapsed{grid-template-columns:86px minmax(0,1fr)}.dashboard-shell.sidebar-right{grid-template-columns:minmax(0,1fr) 280px}.dashboard-shell.sidebar-right.is-sidebar-collapsed{grid-template-columns:minmax(0,1fr) 86px}.dashboard-shell.layout-horizontal{grid-template-columns:minmax(0,1fr)}.dashboard-shell.theme-ocean{--accent: #075985;--accent-soft: #e0f2fe;--accent-strong: #0c4a6e;--shell-bg: #eaf4f8}.dashboard-shell.theme-emerald{--accent: #047857;--accent-soft: #dff6ec;--accent-strong: #065f46;--shell-bg: #eef7f2}.dashboard-shell.theme-slate{--accent: #334155;--accent-soft: #edf2f7;--accent-strong: #1f2937;--shell-bg: #eef1f5}.dashboard-shell .brand-mark:not(.logo-mark),.dashboard-shell .primary-button{background:var(--accent)}.dashboard-shell .primary-button{box-shadow:0 14px 32px color-mix(in srgb,var(--accent) 24%,transparent)}.dashboard-shell .secondary-button{color:var(--accent);background:var(--accent-soft)}.sidebar{position:sticky;top:0;display:flex;flex-direction:column;height:100vh;padding:22px;background:var(--surface-bg);border-right:1px solid var(--border-soft);z-index:10;overflow:hidden;transition:width .18s ease,padding .18s ease}.dashboard-shell.sidebar-right .sidebar{order:2;border-right:0;border-left:1px solid var(--border-soft)}.dashboard-shell.sidebar-right .dashboard-main{order:1}.sidebar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;flex-shrink:0}.brand-copy,.nav-label,.nav-chevron{transition:opacity .12s ease,width .12s ease}.sidebar-collapse-button{width:36px;height:36px}.nav-list{display:flex;flex:1 1 auto;flex-direction:column;gap:8px;margin-top:34px;min-height:0;padding-right:3px;overflow-x:hidden;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#b8c7d6 transparent}.nav-list::-webkit-scrollbar{width:8px}.nav-list::-webkit-scrollbar-thumb{border-radius:999px;background:#b8c7d6}.nav-list::-webkit-scrollbar-track{background:transparent}.nav-item,.logout-button{display:flex;align-items:center;gap:10px;min-height:44px;padding:0 12px;color:#566579;border-radius:8px;font-weight:800}.nav-item{width:100%;border:0;background:transparent;text-align:left}.nav-item.active,.nav-item:hover{color:var(--accent);background:var(--accent-soft)}.nav-parent{position:relative}.nav-chevron{margin-left:auto;transition:transform .18s ease}.nav-group.is-open .nav-chevron{transform:rotate(180deg)}.nav-children{display:none;gap:6px;margin-top:6px;padding-left:14px}.nav-group.is-open .nav-children{display:grid}.nav-child{display:flex;align-items:center;gap:9px;min-height:38px;width:100%;padding:0 10px;color:#657387;background:transparent;border:0;border-left:2px solid #d9e2ea;font-size:13px;font-weight:800;text-align:left}.nav-child.active,.nav-child:hover{color:var(--accent);border-left-color:var(--accent);background:#f0f6fa}.logout-button{flex-shrink:0;width:100%;margin-top:auto;color:#a3402a;background:#fff1ec}.sidebar-footer-actions{display:grid;grid-template-columns:46px minmax(0,1fr);gap:8px;align-items:center;flex-shrink:0;margin-top:auto}.sidebar-footer-actions .logout-button{margin-top:0}.sidebar-settings-button{width:46px;height:46px;color:var(--accent);background:var(--accent-soft)}.sidebar.is-collapsed{align-items:center;padding:20px 12px}.sidebar.is-collapsed .sidebar-head{width:100%;flex-direction:column;gap:8px}.sidebar.is-collapsed .brand-lockup{justify-content:center;gap:0}.sidebar.is-collapsed .brand-mark{width:46px;height:46px}.sidebar.is-collapsed .brand-copy,.sidebar.is-collapsed .nav-label,.sidebar.is-collapsed .nav-chevron{display:none;width:0;opacity:0;overflow:hidden;white-space:nowrap}.sidebar.is-collapsed .nav-chevron{margin-left:0}.sidebar.is-collapsed .nav-list{align-items:center;width:100%;gap:10px;margin-top:24px;padding-right:0}.sidebar.is-collapsed .nav-group{display:grid;width:100%;place-items:center}.sidebar.is-collapsed .nav-item,.sidebar.is-collapsed .logout-button{width:46px;min-height:46px;justify-content:center;gap:0;padding:0}.sidebar.is-collapsed .nav-item{border:1px solid transparent}.sidebar.is-collapsed .nav-children{display:none}.sidebar.is-collapsed .logout-button{margin-top:12px}.sidebar.is-collapsed .sidebar-footer-actions{grid-template-columns:1fr;place-items:center;width:100%;margin-top:12px}.sidebar.is-collapsed .sidebar-settings-button{width:46px;height:46px}.sidebar.is-collapsed .sidebar-footer-actions .logout-button{margin-top:0}.sidebar.is-collapsed .sidebar-collapse-button{width:42px;height:42px;color:var(--accent);background:#f8fafc}.dashboard-main{display:grid;align-content:start;gap:22px;min-width:0;max-width:100%;padding:24px}.topbar{display:grid;grid-template-columns:max-content minmax(0,1fr);align-items:center;gap:16px;width:min(1440px,100%);margin:0 auto}.topbar-settings{color:var(--accent)}.topbar-brand{min-width:210px}.topbar-brand .brand-mark{width:54px;height:54px}.topbar-brand .brand-copy p{color:#142033;font-size:18px;font-weight:900}.topbar-brand .brand-copy span{color:#627083;font-size:13px}.horizontal-nav{position:relative;z-index:4;display:flex;align-items:center;width:min(1440px,100%);min-width:0;margin:-6px auto 0;gap:8px;padding:8px;overflow:visible;background:var(--surface-bg);border:1px solid var(--border-soft);border-radius:8px}.horizontal-nav-main{display:flex;align-items:center;gap:8px;min-width:0}.horizontal-nav-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.horizontal-nav-item,.horizontal-nav-child{display:inline-flex;align-items:center;gap:8px;min-height:38px;padding:0 12px;color:#566579;background:transparent;border:0;border-radius:8px;font-weight:800;white-space:nowrap}.horizontal-nav-item.active,.horizontal-nav-item:hover,.horizontal-nav-group.active>.horizontal-nav-item{color:var(--accent);background:var(--accent-soft)}.horizontal-nav-group{position:relative}.horizontal-nav-menu{position:absolute;top:100%;left:0;display:none;min-width:230px;padding:12px 8px 8px;background:var(--surface-bg);border:1px solid var(--border-soft);border-radius:8px;box-shadow:0 18px 42px #0f172a24}.horizontal-nav-group.is-open .horizontal-nav-menu{display:grid;gap:4px}.horizontal-nav-child{justify-content:flex-start}.horizontal-nav-child.active,.horizontal-nav-child:hover{color:var(--accent);background:var(--accent-soft)}.horizontal-logout-button{width:auto;min-height:42px;margin-top:0;padding:0 13px}.app-content{width:min(1440px,100%);min-width:0;margin:0 auto}.topbar p,.panel-head p{margin:0 0 4px;color:#627083;font-size:13px;font-weight:800;text-transform:uppercase}.topbar h1{font-size:clamp(24px,4vw,36px);line-height:1.1}.icon-button{width:42px;height:42px;color:#263445;background:#fff;border:1px solid #dce4ec}.mobile-only{display:none}.desktop-only{display:inline-flex}.search-box{display:flex;align-items:center;gap:10px;height:44px;padding:0 13px;border:1px solid #dce4ec;border-radius:8px;color:#627083;background:#fff}.topbar-search{min-width:0;width:100%}.search-box input{height:38px;padding:0;border:0}.search-clear-button{display:grid;width:28px;height:28px;flex:0 0 auto;place-items:center;color:#41648e;background:transparent;border:0;border-radius:6px}.search-clear-button:hover{color:#1b5e82;background:#eef5f9}.stats-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card,.work-panel,.profile-panel{min-width:0;max-width:100%;border:1px solid #dce4ec;border-radius:8px;background:#fff;box-shadow:0 14px 34px #2432420f}.stat-card{display:flex;align-items:center;justify-content:space-between;min-height:118px;padding:18px}.stat-card span{color:#627083;font-size:14px;font-weight:700}.stat-card strong{display:block;margin-top:8px;font-size:32px}.stat-icon{display:grid;justify-items:end;gap:10px;color:#1b5e82}.stat-icon small{padding:5px 8px;color:#2f6f3e;background:#e8f6ec;border-radius:999px;font-weight:800}.content-grid{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:18px;align-items:start}.dashboard-control-strip{display:flex;flex-wrap:wrap;gap:10px;align-items:center;margin:10px 0 12px}.dashboard-grid{grid-template-columns:minmax(0,1fr) 320px}.work-panel,.profile-panel{padding:20px}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:18px}.table-list{display:grid;gap:10px}.job-row{display:grid;grid-template-columns:minmax(180px,1.3fr) 120px minmax(120px,.8fr) 44px;align-items:center;gap:14px;min-height:70px;padding:12px;border:1px solid #e4eaf0;border-radius:8px}.dashboard-job-row{grid-template-columns:minmax(220px,1.4fr) 140px minmax(140px,.8fr) auto}.job-row strong,.job-row span{display:block}.program-title-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.35}.job-row div:first-child span,.job-row small{margin-top:5px;color:#627083}.status{width:fit-content;padding:7px 10px;color:#9a5b12;background:#fff3db;border-radius:999px;font-size:13px;font-weight:800}.status.done{color:#2f6f3e;background:#e8f6ec}.status.waiting{color:#9a2f2f;background:#fdebea}.progress-track{height:9px;overflow:hidden;background:#e7edf3;border-radius:999px}.progress-track span{display:block;height:100%;background:#1b5e82;border-radius:inherit}.profile-panel{display:grid;justify-items:start;gap:14px}.avatar{display:inline-flex;align-items:center;justify-content:center;width:62px;height:62px;color:#1b5e82;background:#e5f1f7;border-radius:8px}.profile-meta{display:grid;gap:5px;width:100%;padding:14px;background:#f6f8fb;border-radius:8px}.profile-meta span{color:#627083;font-size:13px}.profile-panel .primary-button{width:100%}.access-denied-page{display:grid;min-height:360px;place-items:center}.access-denied-page .work-panel{display:grid;justify-items:center;gap:14px;max-width:520px;text-align:center}.access-denied-page p,.access-denied-page h2,.access-denied-page span{margin:0}.access-denied-page p{color:#627083;font-size:13px;font-weight:900;text-transform:uppercase}.access-denied-page h2{color:#18212f;font-size:26px}.access-denied-page span{color:#627083;line-height:1.55}.dashboard-analytics-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr) minmax(260px,.8fr);gap:18px;margin-top:18px;align-items:start}.milestone-health-list,.category-distribution-list,.status-chip-cloud{display:grid;gap:10px}.milestone-legend{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:4px 0 16px}.milestone-legend-item{display:grid;grid-template-columns:12px minmax(0,1fr);gap:8px;align-items:start;min-width:0;padding:9px;border:1px solid #e4eaf0;border-radius:8px;background:#f8fafc}.milestone-legend-dot{width:10px;height:10px;margin-top:4px;border-radius:999px}.milestone-legend-dot.green{background:#5aa58e}.milestone-legend-dot.yellow{background:#e9c37a}.milestone-legend-dot.red{background:#d85b3c}.milestone-legend-dot.gray{background:#a7b2c0}.milestone-legend-item strong,.milestone-legend-item small{display:block}.milestone-legend-item strong{color:#18212f;font-size:12px;font-weight:900}.milestone-legend-item small{margin-top:3px;color:#627083;font-size:11px;font-weight:800;line-height:1.35}.milestone-health-row{display:grid;grid-template-columns:minmax(160px,.8fr) minmax(180px,1fr) auto;align-items:center;gap:12px;min-height:58px;padding:10px;border:1px solid #e4eaf0;border-radius:8px}.milestone-health-row strong,.milestone-health-row small,.category-distribution-row strong,.category-distribution-row small{display:block}.milestone-health-row small,.category-distribution-row small{margin-top:4px;color:#627083;font-size:12px;font-weight:800}.milestone-bars{display:flex;height:10px;overflow:hidden;background:#e7edf3;border-radius:999px}.milestone-bar{min-width:0}.milestone-bar.green{background:#5aa58e}.milestone-bar.yellow{background:#e9c37a}.milestone-bar.red{background:#d85b3c}.milestone-bar.gray{background:#a7b2c0}.milestone-counts{display:flex;flex-wrap:wrap;justify-content:end;gap:5px}.milestone-counts .status-color-pill{min-width:74px;padding:6px 8px}.milestone-count-button{border:0;cursor:pointer;font:inherit;text-align:center}.milestone-count-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 18px #2432421f}.milestone-count-button:disabled{cursor:default;opacity:.62}.modal-subtitle{display:block;margin-top:6px;color:#627083;font-size:13px;font-weight:800}.milestone-drilldown-backdrop{place-items:start center;overflow:hidden;padding:18px}.milestone-drilldown-modal{width:min(1380px,calc(100vw - 36px));max-height:calc(100vh - 36px);overflow:hidden;display:grid;grid-template-rows:auto minmax(0,1fr)}.milestone-drilldown-list{display:grid;gap:8px;min-height:0;overflow:auto;padding-right:4px}.milestone-drilldown-row{display:grid;grid-template-columns:minmax(320px,1.35fr) minmax(160px,.65fr) minmax(260px,1fr) minmax(170px,.7fr) 104px;gap:12px;align-items:center;min-height:66px;padding:10px;border:1px solid #e4eaf0;border-radius:8px;background:#fff}.milestone-drilldown-head{min-height:42px;color:#627083;background:#f8fafc;font-size:12px;font-weight:900;text-transform:uppercase}.milestone-drilldown-row strong,.milestone-drilldown-row small{display:block}.milestone-drilldown-row small{margin-top:4px;color:#627083;font-size:12px;font-weight:800}.milestone-drilldown-row .status-color-pill{width:fit-content;max-width:100%;white-space:normal;line-height:1.25;border-radius:8px}.milestone-drilldown-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px 0;color:#627083;font-size:13px;font-weight:900}.milestone-drilldown-pagination>div{display:flex;align-items:center;gap:8px}.milestone-drilldown-pagination .secondary-button{min-height:36px}.page-indicator{min-width:54px;text-align:center;color:#18212f}.category-drilldown-list{display:grid;gap:8px;min-height:0;overflow:auto;padding-right:4px}.category-drilldown-row{display:grid;grid-template-columns:minmax(180px,.95fr) minmax(200px,1fr) minmax(140px,.7fr) minmax(160px,.75fr) minmax(180px,.8fr) 104px;gap:12px;align-items:start;min-height:104px;padding:14px 12px;overflow:visible;border:1px solid #e4eaf0;border-radius:8px;background:#fff}.category-drilldown-head{min-height:42px;padding:10px 12px;align-items:center;color:#627083;background:#f8fafc;font-size:12px;font-weight:900;text-transform:uppercase}.category-drilldown-row strong,.category-drilldown-row small{display:block}.category-drilldown-row small{margin-top:4px;color:#627083;font-size:12px;font-weight:800}.category-drilldown-row .status-color-pill{width:fit-content;max-width:100%;white-space:normal;line-height:1.25;border-radius:8px}.category-drilldown-row .scope-chip-list,.category-drilldown-row .impact-stack{align-items:flex-start;gap:6px}.category-drilldown-row .secondary-button{align-self:center}.category-drilldown-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 4px 0;color:#627083;font-size:13px;font-weight:900}.category-drilldown-pagination>div{display:flex;align-items:center;gap:8px}.category-drilldown-pagination .secondary-button{min-height:36px}.category-distribution-row{display:grid;gap:9px;padding:10px;border:1px solid #e4eaf0;border-radius:8px}.category-distribution-button{width:100%;color:inherit;background:#fff;cursor:pointer;font:inherit;text-align:left}.category-distribution-button:hover:not(:disabled){border-color:#b8c7d3;box-shadow:0 10px 24px #2432421a;transform:translateY(-1px)}.category-distribution-button:disabled{cursor:default;opacity:.62}.status-chip-cloud{display:flex;flex-wrap:wrap}.smu-page{display:grid;gap:18px;min-width:0;max-width:100%}.smu-hero{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:16px;padding:20px;border:1px solid #dce4ec;border-radius:8px;background:#fff;box-shadow:0 14px 34px #2432420f}.smu-hero p,.smu-hero h2,.smu-hero span{margin:0}.smu-hero p{color:#627083;font-size:13px;font-weight:800;text-transform:uppercase}.smu-hero h2{margin-top:4px;font-size:28px;line-height:1.15}.smu-hero span{display:block;margin-top:6px;color:#627083}.smu-hero .avatar{display:inline-flex;margin-top:0;color:#1b5e82}.hero-actions{display:flex;flex-wrap:wrap;justify-content:end;gap:10px}.smu-list{display:grid;gap:10px}.smu-row{display:grid;grid-template-columns:52px minmax(0,1fr) minmax(120px,auto);align-items:center;gap:14px;min-height:60px;padding:12px;border:1px solid #e4eaf0;border-radius:8px}.smu-row span{display:grid;width:34px;height:34px;place-items:center;color:#1b5e82;background:#e5f1f7;border-radius:8px;font-size:12px;font-weight:900}.smu-row small{color:#627083;font-weight:700}.crud-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:18px;align-items:start}.crud-grid.single-column{grid-template-columns:1fr}.toolbar-form{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;margin-bottom:14px}.toolbar-form.with-filter{grid-template-columns:minmax(0,1fr) minmax(180px,240px) auto}.toolbar-form.status-filter-form{grid-template-columns:minmax(0,1fr) minmax(150px,190px) minmax(170px,220px) auto}.toolbar-form select{min-height:42px;border:1px solid #d8e0e8;border-radius:8px;padding:0 12px;color:#172033;background:#fff;outline:none}.data-table{display:grid;gap:8px}.data-row{display:grid;grid-template-columns:minmax(110px,.8fr) minmax(180px,1.3fr) 70px 96px 112px;align-items:center;gap:12px;min-height:62px;padding:12px;border:1px solid #e4eaf0;border-radius:8px}.data-row small{display:block;margin-top:4px;color:#627083}.table-head{min-height:44px;color:#627083;background:#f6f8fb;font-size:12px;font-weight:900;text-transform:uppercase}.pill{width:fit-content;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.pill.is-active{color:#2f6f3e;background:#e8f6ec}.pill.is-muted{color:#627083;background:#edf1f5}.row-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px;min-width:0}.icon-button.danger{color:#a3402a;background:#fff1ec;border-color:#f5cfc2}.empty-state{display:grid;min-height:160px;place-items:center;gap:8px;color:#627083;border:1px dashed #cbd6e1;border-radius:8px}.table-meta{margin:14px 0 0;color:#627083;font-size:13px;font-weight:800}.crud-form{display:grid;gap:14px}.crud-form label{display:grid;gap:8px;color:#344155;font-size:14px;font-weight:800}.crud-form input,.crud-form select,.crud-form textarea{width:100%;border:1px solid #d8e0e8;border-radius:8px;color:#172033;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.crud-form input,.crud-form select{height:44px;padding:0 12px}.crud-form textarea{resize:vertical;padding:12px}.crud-form input:focus,.crud-form select:focus,.crud-form textarea:focus{border-color:#1b5e82;box-shadow:0 0 0 4px #1b5e8221}.data-row.users-row{grid-template-columns:minmax(110px,.8fr) minmax(180px,1.4fr) minmax(120px,.8fr) 96px 112px}.data-row.compact-master-row{grid-template-columns:minmax(180px,1fr) 110px 112px}.status-matrix{display:grid;gap:14px}.status-group{display:grid;gap:10px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.status-group-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.status-group-head p,.status-group-head h3{margin:0}.status-group-head p{color:#627083;font-size:12px;font-weight:900;text-transform:uppercase}.status-group-head h3{margin-top:3px;color:#18212f;font-size:18px}.status-group-head>span{color:#627083;font-size:13px;font-weight:900}.status-option-list{display:grid;gap:8px}.status-option-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto auto;align-items:center;gap:10px;padding:10px;border:1px solid #e4eaf0;border-radius:8px;background:#fff}.status-option-row strong,.status-option-row small{display:block}.status-option-row small{margin-top:4px;color:#627083;font-size:12px;font-weight:700}.status-color-pill{min-width:70px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900;text-align:center;text-transform:capitalize}.status-color-pill.green{color:#2f6f3e;background:#e8f6ec}.status-color-pill.yellow{color:#8a5b00;background:#fff3cd}.status-color-pill.red{color:#a3402a;background:#fff1ec}.status-color-pill.gray{color:#627083;background:#edf1f5}.module-tree{display:grid;gap:14px}.module-node{display:grid;gap:12px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.module-line{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:center;gap:12px}.module-line strong,.module-line small{display:block}.module-line small{margin-top:4px;color:#627083}.compact-line{grid-template-columns:minmax(0,1fr) auto}.submodule-list{display:grid;gap:10px;padding-left:22px}.submodule-node{display:grid;gap:10px;padding:12px;border-left:3px solid #c8d7e3;border-radius:8px;background:#fff}.method-list{display:flex;flex-wrap:wrap;gap:8px}.method-chip{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 8px 0 10px;color:#344155;background:#eef5f9;border:1px solid #d8e6ee;border-radius:999px;font-size:13px;font-weight:800}.method-chip small{color:#627083;font-weight:700}.method-chip button{display:inline-grid;width:24px;height:24px;place-items:center;color:#627083;background:transparent;border:0;border-radius:999px}.method-chip button:hover{color:#1b5e82;background:#fff}.check-row{display:flex!important;align-items:center;gap:10px!important}.check-row input{width:18px;height:18px}.form-actions{display:grid;grid-template-columns:1fr auto;gap:10px}.role-access-layout{display:grid;grid-template-columns:340px minmax(0,1fr);gap:18px;align-items:start}.role-side-panel{position:sticky;top:18px}.role-summary{display:grid;grid-template-columns:auto minmax(0,1fr);gap:8px 10px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.role-summary span{display:grid;width:34px;height:34px;place-items:center;color:#1b5e82;background:#e5f1f7;border-radius:8px;font-size:13px;font-weight:900}.role-summary small{display:flex;align-items:center;color:#627083;font-weight:900}.selected-access-card{display:grid;gap:5px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#fff}.selected-access-card strong,.selected-access-card span,.selected-access-card small{display:block}.selected-access-card strong{color:#18212f}.selected-access-card span{color:#627083;font-size:13px}.selected-access-card small{width:fit-content;margin-top:4px;padding:6px 9px;color:#1b5e82;background:#e5f1f7;border-radius:999px;font-weight:900}.access-tree{display:grid;gap:14px}.access-module{display:grid;gap:12px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.access-line{display:grid;grid-template-columns:20px minmax(0,1fr);align-items:start;gap:12px;color:#18212f;font-weight:900;cursor:pointer}.access-line input,.method-toggle input{width:18px;height:18px;margin:2px 0 0;accent-color:#1b5e82}.access-line strong,.access-line small{display:block}.access-line small{margin-top:4px;color:#627083;font-size:13px;font-weight:700}.access-module-line{padding-bottom:10px;border-bottom:1px solid #dce4ec}.access-submodules{display:grid;gap:10px;padding-left:28px}.access-submodule{display:grid;gap:10px;padding:12px;border-left:3px solid #c8d7e3;border-radius:8px;background:#fff}.access-methods{display:flex;flex-wrap:wrap;gap:8px;padding-left:32px}.method-toggle{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 10px;color:#344155;background:#eef5f9;border:1px solid #d8e6ee;border-radius:999px;font-size:13px;font-weight:900;cursor:pointer}.overhaul-page{gap:16px}.overhaul-hero{background:linear-gradient(90deg,#fffffff5,#ffffffe0),linear-gradient(135deg,#e8f4f6,#f6f8fb)}.overhaul-kpi-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.overhaul-kpi-grid article{display:grid;gap:5px;min-height:104px;padding:16px;border:1px solid #dce4ec;border-radius:8px;background:#fff;box-shadow:0 14px 34px #2432420f}.overhaul-kpi-grid span,.overhaul-kpi-grid small{color:#627083;font-size:13px;font-weight:800}.overhaul-kpi-grid strong{color:#18212f;font-size:30px}.overhaul-filter-grid{display:grid;grid-template-columns:minmax(190px,1.25fr) repeat(3,minmax(135px,.95fr)) repeat(2,minmax(145px,.8fr)) minmax(145px,.75fr);gap:10px;align-items:center;width:100%;min-width:0;max-width:100%}.overhaul-filter-grid>*{min-width:0;max-width:100%}.overhaul-filter-grid select,.overhaul-filter-grid input[type=date],.status-editor-row input,.impact-editor select{width:100%;min-height:42px;border:1px solid #d8e0e8;border-radius:8px;padding:0 12px;color:#172033;background:#fff;outline:none;font-size:14px}.overhaul-filter-grid .primary-button{width:100%;min-width:0;white-space:nowrap}.equipment-autocomplete{position:relative;width:100%;min-width:0}.equipment-autocomplete-input{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;min-height:42px;padding:0 10px;border:1px solid #d8e0e8;border-radius:8px;color:#627083;background:#fff}.equipment-autocomplete.is-open .equipment-autocomplete-input{border-color:#1b5e82;box-shadow:0 0 0 3px #1b5e821c}.equipment-autocomplete-input input{width:100%;min-width:0;min-height:40px;padding:0 9px;border:0;outline:0;color:#172033;background:transparent;font-size:14px}.equipment-autocomplete-input button,.equipment-autocomplete-footer button{display:inline-grid;width:32px;height:32px;padding:0;place-items:center;border:0;border-radius:8px;color:#627083;background:transparent}.equipment-autocomplete-input button:hover,.equipment-autocomplete-footer button:hover:not(:disabled){color:#1b5e82;background:#e5f1f7}.equipment-autocomplete-menu{position:absolute;z-index:30;top:calc(100% + 6px);left:0;width:min(440px,calc(100vw - 48px));max-width:max(100%,320px);overflow:hidden;border:1px solid #d8e2eb;border-radius:8px;background:#fff;box-shadow:0 18px 44px #18212f2e}.equipment-autocomplete-results{max-height:310px;overflow-y:auto;padding:6px}.equipment-option{display:grid;width:100%;gap:3px;padding:10px;border:0;border-radius:6px;color:#18212f;background:#fff;text-align:left}.equipment-option:hover{background:#eef5f9}.equipment-option strong,.equipment-option span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.equipment-option span,.equipment-option-state{color:#627083;font-size:12px}.equipment-option-state{padding:18px 12px;text-align:center}.equipment-autocomplete-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:46px;padding:6px 10px;border-top:1px solid #e4eaf0;color:#627083;background:#f8fafc;font-size:12px;font-weight:800}.equipment-autocomplete-footer>div{display:flex;align-items:center;gap:4px}.master-resolution-badges{display:flex;flex-wrap:wrap;gap:5px;margin-top:7px}.master-resolution-badges .pill{min-height:24px;padding:0 7px;font-size:10px}.overhaul-workbench{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;align-items:start;min-width:0;max-width:100%}.overhaul-table{display:grid;gap:8px;min-width:0;max-width:100%}.pagination-bar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:14px;border-top:1px solid #e4eaf0}.pagination-summary,.pagination-controls{display:flex;align-items:center;gap:8px;min-width:0}.pagination-summary{color:#627083;font-size:13px;font-weight:800}.pagination-summary label{display:flex;align-items:center;gap:7px}.pagination-summary select{width:72px;min-height:38px;padding:0 30px 0 10px}.page-button{width:40px;height:40px;padding:0;border:1px solid #d8e2eb;border-radius:8px;color:#344155;background:#fff;font-weight:900;cursor:pointer}.page-button:hover:not(:disabled),.page-button.active{border-color:#1b5e82;color:#fff;background:#1b5e82}.page-button:disabled{cursor:not-allowed;opacity:.55}.overhaul-row{display:grid;grid-template-columns:minmax(92px,.55fr) minmax(190px,1.25fr) minmax(170px,1.05fr) minmax(126px,.78fr) minmax(112px,.7fr) minmax(128px,.9fr) 104px;align-items:center;gap:12px;min-height:76px;padding:12px;border:1px solid #e4eaf0;border-radius:8px}.overhaul-row>*{min-width:0}.overhaul-head{min-height:44px;color:#627083;background:#f6f8fb;font-size:12px;font-weight:900;text-transform:uppercase}.overhaul-row strong,.overhaul-row small{display:block}.overhaul-row small{margin-top:5px;color:#627083;overflow-wrap:anywhere}.overhaul-list-panel .row-actions{display:grid;grid-template-columns:repeat(2,42px);justify-content:end}.overhaul-title-cell strong{font-size:13px;line-height:1.35;white-space:normal;overflow-wrap:anywhere;word-break:break-word}.scope-chip-list,.impact-stack{display:flex;flex-wrap:wrap;gap:6px}.scope-chip{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;color:#1b5e82;background:#e5f1f7;border-radius:999px;font-size:12px;font-weight:900}.impact-stack{align-items:center}.overhaul-detail-empty,.overhaul-detail{display:grid;gap:16px}.overhaul-detail-backdrop{place-items:start center;overflow:auto}.overhaul-detail-modal{width:min(1480px,100%);max-height:none;margin:18px 0}.detail-identity-panel,.detail-section{display:grid;gap:14px;padding:16px;border:1px solid #dce4ec;border-radius:8px;background:#fff}.detail-identity-panel{background:#fbfdff}.detail-title-block{display:flex;align-items:start;justify-content:space-between;gap:16px;padding-bottom:14px;border-bottom:1px solid #e5edf4}.detail-title-block span,.detail-title-block h3{margin:0}.detail-title-block>div>span{display:block;margin-bottom:6px;color:#627083;font-size:12px;font-weight:900;text-transform:uppercase}.detail-title-block h3{color:#0d1b2f;font-size:22px;line-height:1.25}.detail-current-status{flex:0 0 auto;max-width:260px;padding:8px 11px;color:#1b5e82;background:#e5f1f7;border:1px solid #c7ddea;border-radius:999px;font-size:12px;font-weight:900;line-height:1.25;text-align:center}.detail-summary-grid{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(280px,1fr) minmax(300px,1.25fr);gap:12px}.detail-info-card{display:grid;gap:7px;min-width:0;padding:12px;border:1px solid #e1e9f0;border-radius:8px;background:#fff}.detail-info-card>span,.detail-remarks-section p{margin:0;color:#627083;font-size:11px;font-weight:900;text-transform:uppercase}.detail-info-card strong{color:#0d1b2f;font-size:16px}.detail-info-card small{color:#627083;font-size:12px;font-weight:800;overflow-wrap:anywhere}.detail-equipment-grid{display:flex;flex-wrap:wrap;gap:8px}.detail-equipment-chip,.detail-muted-box{display:grid;gap:3px;min-width:180px;max-width:360px;padding:9px 11px;border:1px solid #d8e7ef;border-radius:8px;background:#f7fbfd}.detail-equipment-chip strong{color:#0d1b2f;font-size:14px}.detail-equipment-chip small,.detail-muted-box{color:#627083;font-size:12px;font-weight:800}.detail-status-section{overflow:hidden}.detail-status-table-wrap{width:100%;overflow-x:auto;padding-bottom:4px}.detail-status-table{width:100%;min-width:940px;table-layout:fixed;border-collapse:separate;border-spacing:0;border:1px solid #dce4ec;border-radius:8px;background:#fff}.detail-status-table th,.detail-status-table td{min-width:0;padding:8px 7px;border-right:1px solid #e4eaf0;border-bottom:1px solid #e4eaf0;vertical-align:middle}.detail-status-table th{color:#526277;font-size:10px;font-weight:900;line-height:1.15;text-align:left;text-transform:uppercase;overflow-wrap:anywhere}.detail-status-table thead tr:first-child th{color:#0d1b2f;font-size:11px;text-align:center}.detail-status-table th span,.detail-status-table th small{display:block}.detail-status-table th small{margin-top:2px;font-size:9px;line-height:1.2}.detail-status-table tr>*:last-child{border-right:0}.detail-status-table tbody tr:last-child td{border-bottom:0}.detail-status-table .phase-scope{width:122px;color:#0d1b2f;background:#fff}.detail-status-table .phase-row-label{width:118px;color:#0d1b2f;font-size:11px;font-weight:900;text-align:center}.detail-status-table tbody .phase-scope{font-size:12px;text-align:left}.detail-status-table .phase-empty{color:#9aa7b5;background:#f8fafc;font-weight:800;text-align:center}.detail-status-table .phase-milestone{border-top:4px solid #1b5e82;background:#f2f8fb}.detail-status-table .phase-execution{border-top:4px solid #5b8a46;background:#f4faf2}.detail-status-table .phase-billing{border-top:4px solid #8a6a21;background:#fff9ea}.detail-status-table .phase-impact{border-top:4px solid #7b5aa6;background:#f7f3fb}.detail-status-table tbody .phase-milestone,.detail-status-table tbody .phase-execution,.detail-status-table tbody .phase-billing,.detail-status-table tbody .phase-impact{border-top-width:0}.detail-status-value{display:flex;align-items:center;justify-content:center;gap:7px;min-width:0}.detail-status-value strong{min-width:0;color:#0d1b2f;font-size:12px;line-height:1.25;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-remarks-section{grid-template-columns:minmax(160px,.22fr) minmax(0,1fr);align-items:start}.detail-remarks-section h2{margin:4px 0 0;color:#0d1b2f;font-size:20px}.detail-remarks-section>span{color:#42526a;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}.overhaul-detail-summary{display:grid;grid-template-columns:minmax(260px,1.2fr) minmax(220px,.8fr) minmax(260px,1fr);gap:12px;align-items:stretch}.overhaul-detail-empty{min-height:300px;place-items:center;align-content:center;text-align:center;color:#627083;border:1px dashed #cbd6e1;border-radius:8px;padding:18px}.overhaul-detail-empty strong,.overhaul-detail-empty span{display:block}.timeline-strip{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.timeline-strip strong,.timeline-strip span{display:block}.timeline-strip span{margin-top:3px;color:#627083;font-size:13px;font-weight:800}.timeline-strip-content{display:grid;gap:8px;min-width:0;width:100%}.detail-date-pair{display:grid;grid-template-columns:repeat(2,minmax(112px,1fr));gap:8px}.detail-date-pair>span{min-width:0;margin:0;padding:8px 10px;border:1px solid #dce4ec;border-radius:8px;background:#fff}.detail-date-pair small,.detail-date-pair strong{display:block}.detail-date-pair small{margin:0 0 3px;color:#627083;font-size:11px;font-weight:900;text-transform:uppercase}.detail-date-pair strong{color:#18212f;font-size:13px;overflow-wrap:anywhere}.detail-date-pair.compact{grid-template-columns:repeat(2,minmax(96px,auto));width:fit-content;max-width:100%;margin-top:6px}.detail-date-pair.compact>span{padding:6px 8px;background:#f8fafc}.detail-date-pair.compact small{font-size:10px}.detail-date-pair.compact strong{font-size:12px}.scope-detail-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.scope-detail{display:grid;gap:8px;padding:12px;border:1px solid #dce4ec;border-radius:8px;background:#fff}.scope-detail h3,.impact-editor h3,.status-editor-head h3{margin:0;color:#18212f}.scope-detail-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;align-items:center;padding-top:8px;border-top:1px solid #edf1f5}.scope-detail-row strong,.scope-detail-row small{display:block}.scope-detail-row small{margin-top:3px;color:#627083;font-size:12px}.support-documents-panel{display:grid;gap:14px;padding:16px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.compact-panel-head{margin:0}.file-picker-button{position:relative;cursor:pointer}.file-picker-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pending-document-list,.document-list{display:grid;gap:8px}.pending-document-list{padding:12px;border:1px solid #cbdce8;border-radius:8px;background:#eef5f9}.pending-document-row,.document-row{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(280px,1.1fr) auto;align-items:center;gap:12px;padding:10px 12px;border:1px solid #dce4ec;border-radius:8px;background:#fff}.pending-document-row input{width:100%;min-height:42px;padding:0 12px;color:#172033;background:#fff;border:1px solid #cbd6e1;border-radius:8px;outline:none}.pending-document-row input:focus{border-color:#1b5e82;box-shadow:0 0 0 4px #1b5e8221}.pending-document-row>span{min-width:0;overflow:hidden;color:#627083;text-overflow:ellipsis;white-space:nowrap}.document-row{grid-template-columns:minmax(0,1fr) auto}.document-row strong,.document-row small{display:block}.document-row small{margin-top:4px;color:#627083;line-height:1.4}.document-empty-state{min-height:130px;background:#fff}.overhaul-form-page{max-width:1440px;margin:0 auto}.overhaul-form-workspace{display:grid;gap:16px}.overhaul-form-workspace label{display:grid;gap:8px;min-width:0;color:#344155;font-size:14px;font-weight:800}.overhaul-form-workspace input,.overhaul-form-workspace select,.overhaul-form-workspace textarea{width:100%;border:1px solid #d8e0e8;border-radius:8px;color:#172033;background:#fff;outline:none;transition:border-color .18s ease,box-shadow .18s ease}.overhaul-form-workspace input,.overhaul-form-workspace select{min-height:44px;padding:0 12px}.overhaul-form-workspace textarea{resize:vertical;padding:12px}.overhaul-form-workspace .file-picker-button{display:inline-flex;width:auto;align-items:center;gap:8px;justify-self:end;cursor:pointer}.overhaul-form-workspace .file-picker-button input{position:absolute;width:1px;height:1px;min-height:0;padding:0;opacity:0;border:0;pointer-events:none}.form-documents-panel{background:#fff}.pending-upload-note,.document-permission-note{margin:0;color:#627083;font-size:13px;line-height:1.45}.overhaul-form-workspace input:focus,.overhaul-form-workspace select:focus,.overhaul-form-workspace textarea:focus{border-color:#1b5e82;box-shadow:0 0 0 4px #1b5e8221}.overhaul-form-workspace .equipment-autocomplete-input input,.overhaul-form-workspace .equipment-autocomplete-input input:focus{min-height:40px;padding:0 9px;border:0;border-radius:0;background:transparent;box-shadow:none}.overhaul-form-workspace .equipment-autocomplete-input{min-height:44px}.overhaul-form-main{display:grid;gap:16px}.overhaul-form-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:14px;align-items:start}.overhaul-form-grid>label{min-width:0}.program-number-field{grid-column:span 2}.program-title-field{grid-column:1 / -1}.program-equipment-picker-field{grid-column:span 4}.program-category-field,.program-status-field,.program-date-field{grid-column:span 3}.program-title-input{min-height:112px;resize:vertical;line-height:1.45}.overhaul-equipment-card{max-width:none;padding:16px;border-color:#cfe0ea;background:#fbfdff}.selected-equipment-list{display:flex;flex-wrap:wrap;gap:8px;min-height:48px;margin-top:10px;padding-top:2px}.selected-equipment-chip{display:inline-flex;align-items:center;gap:8px;min-width:0;max-width:min(100%,360px);padding:8px 10px;border:1px solid #d8e7ef;border-radius:8px;background:#f7fbfd}.selected-equipment-chip>span{display:grid;gap:2px;min-width:0}.selected-equipment-chip strong,.selected-equipment-chip small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.selected-equipment-chip small{width:auto;margin:0;padding:0;color:#627083;background:transparent;border-radius:0}.selected-equipment-chip button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;flex:0 0 auto;border:1px solid #d8e2eb;border-radius:8px;color:#64748b;background:#fff;cursor:pointer}.selected-equipment-chip.is-static{background:#eef8f3}.status-detail-panel{overflow:hidden}.status-detail-toggle{flex:0 0 auto}.status-detail-table-wrap{width:100%;overflow-x:hidden;padding-bottom:4px}.status-detail-table{width:100%;min-width:0;table-layout:fixed;border-collapse:separate;border-spacing:0;border:1px solid #dce4ec;border-radius:8px;background:#fff}.status-detail-table th,.status-detail-table td{min-width:0;padding:8px 6px;border-right:1px solid #e4eaf0;border-bottom:1px solid #e4eaf0;vertical-align:middle}.status-detail-table th{color:#526277;background:#f8fafc;font-size:10px;font-weight:900;text-align:left;text-transform:uppercase;line-height:1.15;overflow-wrap:anywhere}.status-detail-table th span,.status-detail-table th small{display:block}.status-detail-table th small{margin-top:2px;color:#7b8796;font-size:9px;font-weight:800;line-height:1.2;overflow-wrap:anywhere}.status-detail-table thead tr:first-child th{color:#0d1b2f;font-size:11px;text-align:center}.status-detail-table .phase-scope{width:118px;color:#0d1b2f;background:#fff}.status-detail-table .phase-row-label{width:112px;color:#0d1b2f;font-size:11px;font-weight:900;text-align:center}.status-detail-table tbody .phase-scope{font-size:12px;text-align:left}.status-detail-table .phase-empty{color:#9aa7b5;background:#f8fafc;font-weight:800;text-align:center}.status-detail-table .phase-column,.status-detail-table .phase-group{border-top:4px solid transparent}.status-detail-table .phase-milestone{border-top-color:#1b5e82;background:#f2f8fb}.status-detail-table .phase-execution{border-top-color:#5b8a46;background:#f4faf2}.status-detail-table .phase-billing{border-top-color:#8a6a21;background:#fff9ea}.status-detail-table .phase-impact{border-top-color:#7b5aa6;background:#f7f3fb}.status-detail-table th.phase-milestone small{color:#1b5e82}.status-detail-table th.phase-execution small{color:#3f6f34}.status-detail-table th.phase-billing small{color:#805c12}.status-detail-table th.phase-impact small{color:#6d4d93}.status-detail-table tr>*:last-child{border-right:0}.status-detail-table tbody tr:last-child td{border-bottom:0}.status-detail-table tbody .phase-column{border-top-width:0}.status-table-stack{display:grid;gap:8px}.status-table-control{display:flex;align-items:center;justify-content:center;margin:0}.status-dot-button{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border:1px solid #d8e2eb;border-radius:999px;background:#fff;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.status-dot-button:hover,.status-dot-button:focus-visible{border-color:#1b5e82;box-shadow:0 0 0 4px #1b5e8224;outline:none;transform:translateY(-1px)}.status-dot-button.green{background:#edf8f1;border-color:#bde2c9}.status-dot-button.yellow{background:#fff7df;border-color:#f0d489}.status-dot-button.red{background:#fff0ed;border-color:#efc0b5}.status-dot-button.gray{background:#f4f7f9;border-color:#d6dee7}.status-dot-button.is-locked{cursor:not-allowed;filter:grayscale(.6);opacity:.45}.status-dot{width:11px;height:11px;border:2px solid #ffffff;border-radius:999px;box-shadow:0 0 0 1px #52627733}.status-dot.green{background:#49a267}.status-dot.yellow{background:#e2ad39}.status-dot.red{background:#dc654a}.status-dot.gray{background:#a9b4c0}.status-table-control-content{display:grid;gap:4px;min-width:0}.status-table-control-content small{color:#526277;font-size:11px;font-weight:900}.status-table-control select{width:100%;min-height:38px;padding:0 9px;border:1px solid #d8e2eb;border-radius:8px;color:#0d1b2f;background:#fff;font-weight:800}.status-editor-modal{width:min(480px,100%)}.status-editor-preview{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.status-editor-preview .status-dot{flex:0 0 auto}.status-editor-preview div{display:grid;gap:2px;min-width:0}.status-editor-preview strong{color:#0d1b2f;font-size:15px}.status-editor-preview small{color:#627083;font-size:12px;font-weight:700}.overhaul-status-editor{display:grid;gap:12px}.status-editor-scope,.impact-editor{display:grid;gap:10px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.status-editor-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.status-editor-head span{color:#627083;font-size:12px;font-weight:900}.status-editor-row{display:grid;grid-template-columns:minmax(260px,1.5fr) 90px minmax(150px,.7fr) minmax(150px,.7fr);gap:10px;align-items:end;padding:10px;border:1px solid #e4eaf0;border-radius:8px;background:#fff}.status-editor-row.no-date-fields{grid-template-columns:minmax(260px,1fr) 90px}.status-editor-row.is-locked{opacity:.62}.status-editor-row.is-locked select{cursor:not-allowed}.status-editor-row label{margin:0}.impact-editor{grid-template-columns:minmax(0,1fr) minmax(220px,.8fr) minmax(220px,.8fr);align-items:end}.overhaul-remarks-field{margin-top:12px}.overhaul-form-bottom-actions{position:sticky;bottom:0;z-index:8;display:flex;justify-content:end;gap:10px;padding:12px;border:1px solid #dce4ec;border-radius:8px;background:#fffffff0;box-shadow:0 -12px 30px #24324214;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.import-layout{display:grid;grid-template-columns:minmax(300px,420px) minmax(0,1fr);gap:18px;align-items:start}.import-uploader{position:sticky;top:18px}.file-drop{display:grid!important;place-items:center;min-height:220px;padding:22px;text-align:center;color:#627083;border:1px dashed #b9c8d6;border-radius:8px;background:#f8fafc;cursor:pointer}.file-drop strong,.file-drop span{display:block}.file-drop strong{margin-top:10px;color:#18212f}.file-drop span{max-width:280px;margin-top:6px;line-height:1.45}.file-drop input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.import-mapping-note{display:grid;gap:6px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#fff}.import-mapping-note span{color:#627083;line-height:1.5}.import-summary-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-bottom:14px}.import-summary-grid article{display:grid;gap:5px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.import-summary-grid span{color:#627083;font-size:12px;font-weight:900;text-transform:uppercase}.import-summary-grid strong{color:#18212f;font-size:26px}.import-toggle{margin-bottom:12px}.import-result-panel{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;margin-bottom:14px;padding:12px;border:1px solid #cfe6d7;border-radius:8px;background:#f2fbf5}.import-result-panel div{display:grid;gap:4px}.import-result-panel span{color:#627083;font-size:12px;font-weight:900;text-transform:uppercase}.import-result-panel strong{color:#18212f;font-size:24px}.import-result-panel p{grid-column:1 / -1;margin:0;color:#a3402a;line-height:1.45}.import-preview-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.segmented-control{display:flex;flex-wrap:wrap;gap:4px;padding:4px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}.segmented-control button{min-height:32px;padding:0 10px;color:#627083;background:transparent;border:0;border-radius:6px;font-size:12px;font-weight:900;text-transform:capitalize}.segmented-control button.active{color:#1b5e82;background:#fff;box-shadow:0 6px 16px #24324214}.import-preview-toolbar select{min-height:40px;border:1px solid #d8e0e8;border-radius:8px;padding:0 10px;color:#172033;background:#fff}.import-preview-table{display:grid;gap:8px}.import-preview-row{display:grid;grid-template-columns:76px minmax(180px,1.2fr) 120px minmax(120px,.8fr) minmax(120px,.8fr);align-items:center;gap:12px;min-height:64px;padding:12px;border:1px solid #e4eaf0;border-radius:8px}.import-preview-head{min-height:42px;color:#627083;background:#f6f8fb;font-size:12px;font-weight:900;text-transform:uppercase}.import-preview-row.has-error{border-color:#f5cfc2;background:#fff8f5}.import-preview-row.has-warning{border-color:#f0d59b;background:#fffaf0}.import-preview-row strong,.import-preview-row small{display:block}.import-preview-row small{margin-top:4px;color:#627083;line-height:1.35}.primary-button:disabled,.secondary-button:disabled,.icon-button:disabled{cursor:not-allowed;opacity:.58}.toast-stack{position:fixed;right:22px;top:22px;z-index:30;display:grid;gap:10px;width:min(420px,calc(100vw - 32px))}.toast{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:4px 14px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#fff;box-shadow:0 18px 44px #1c2a3a2e}.toast strong,.toast span{grid-column:1}.toast strong{color:#18212f}.toast span{color:#627083;line-height:1.45}.toast button{grid-column:2;grid-row:1 / span 2;align-self:center;display:inline-grid;width:32px;height:32px;place-items:center;color:#627083;background:#f4f7fa;border:0;border-radius:8px}.toast.success{border-left:4px solid #2f6f3e}.toast.error{border-left:4px solid #b42318}.confirm-backdrop{position:fixed;inset:0;z-index:40;display:grid;place-items:center;padding:18px;background:#101b2875}.confirm-dialog{display:grid;gap:22px;width:min(460px,100%);padding:22px;border:1px solid #dce4ec;border-radius:8px;background:#fff;box-shadow:0 24px 64px #1420333d}.confirm-dialog p,.confirm-dialog h2,.confirm-dialog span{margin:0}.confirm-dialog p{color:#627083;font-size:13px;font-weight:900;text-transform:uppercase}.confirm-dialog h2{margin-top:6px;color:#18212f;font-size:24px}.confirm-dialog span{display:block;margin-top:8px;color:#627083;line-height:1.55}.confirm-actions{display:flex;justify-content:end;gap:10px}.primary-button.danger-action{background:#b42318;box-shadow:0 14px 32px #b423183d}.modal-backdrop{position:fixed;inset:0;z-index:38;display:grid;place-items:center;padding:18px;background:#101b2875}.form-modal{display:grid;gap:18px;width:min(560px,100%);max-height:calc(100vh - 36px);overflow:auto;padding:22px;border:1px solid #dce4ec;border-radius:8px;background:#fff;box-shadow:0 24px 64px #1420333d}.modal-backdrop.milestone-drilldown-backdrop{place-items:start center;overflow:hidden;padding:18px}.form-modal.milestone-drilldown-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1480px,calc(100vw - 36px));max-height:calc(100vh - 36px);margin:0;overflow:hidden}.modal-backdrop.category-drilldown-backdrop{place-items:start center;overflow:hidden;padding:18px}.form-modal.category-drilldown-modal{display:grid;grid-template-rows:auto minmax(0,1fr);width:min(1480px,calc(100vw - 36px));max-height:calc(100vh - 36px);margin:0;overflow:hidden}.modal-backdrop.overhaul-detail-backdrop{place-items:start center;overflow:auto;padding:16px 18px}.form-modal.overhaul-detail-modal{width:min(1440px,calc(100vw - 36px));max-height:calc(100vh - 32px);margin:0;overflow:auto}.overhaul-detail-modal .overhaul-detail-summary{order:1;grid-template-columns:minmax(280px,1.1fr) minmax(260px,.8fr) minmax(320px,1fr)}.overhaul-detail-modal .support-documents-panel{order:2}.overhaul-detail-modal .execution-detail-panel{order:3}.overhaul-detail-modal .scope-detail-list{order:4;grid-template-columns:repeat(3,minmax(280px,1fr))}.overhaul-detail-modal .scope-detail{align-content:start}.overhaul-detail-modal .scope-detail-row{grid-template-columns:minmax(180px,1fr) minmax(190px,auto)}.overhaul-detail-modal .status-color-pill{max-width:260px;white-space:normal;line-height:1.25;border-radius:8px}.modal-head{display:flex;align-items:start;justify-content:space-between;gap:14px}.modal-head p,.modal-head h2{margin:0}.modal-head p{color:#627083;font-size:13px;font-weight:900;text-transform:uppercase}.modal-head h2{margin-top:6px;color:#18212f;font-size:24px}.ui-settings-modal{max-width:680px}.ui-settings-section{display:grid;gap:14px;padding:16px 0;border-top:1px solid #dce4ec}.ui-settings-section p,.ui-settings-section h3{margin:0}.ui-settings-section p{color:#627083;font-size:12px;font-weight:900;text-transform:uppercase}.ui-settings-section h3{margin-top:4px;color:#18212f;font-size:18px}.segmented-control{display:inline-grid;grid-template-columns:repeat(2,minmax(120px,1fr));width:fit-content;padding:4px;background:#eef3f7;border:1px solid #dce4ec;border-radius:8px}.segmented-control button{min-height:38px;padding:0 14px;color:#627083;background:transparent;border:0;border-radius:7px;font-weight:900}.segmented-control button.active{color:#fff;background:var(--accent, #1b5e82)}.theme-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.theme-option{display:grid;grid-template-columns:34px minmax(0,1fr);gap:3px 10px;min-height:78px;padding:12px;text-align:left;background:#fff;border:1px solid #dce4ec;border-radius:8px}.theme-option.active{border-color:var(--accent, #1b5e82);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent, #1b5e82) 14%,transparent)}.theme-swatch{grid-row:span 2;width:34px;height:34px;border-radius:8px;background:#1b5e82}.theme-swatch-ocean .theme-swatch{background:#075985}.theme-swatch-emerald .theme-swatch{background:#047857}.theme-swatch-slate .theme-swatch{background:#334155}.theme-option strong{color:#18212f}.theme-option small{color:#627083;line-height:1.35}.sidebar-scrim{display:none}.overview2026-shell{position:relative;display:grid;grid-template-columns:minmax(560px,1.35fr) minmax(340px,.82fr);gap:28px;width:min(1440px,100%);min-height:calc(100vh - 156px);margin:0 auto;padding:8px;color:var(--accent-strong);isolation:isolate;box-sizing:border-box}.overview2026-filter-card{grid-column:1 / -1;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;align-items:center;min-height:38px;padding:0;color:var(--accent-strong);background:transparent;border:0;border-radius:0;box-shadow:none}.overview2026-filter-card>div:first-child{display:grid;justify-items:end;text-align:right}.overview2026-filter-card>div:first-child span{font-size:12px;font-weight:900;text-transform:uppercase;color:#627083}.overview2026-shell:before{display:none}.overview2026-left,.overview2026-right,.overview2026-status-list{display:grid;gap:12px;align-content:start}.overview2026-panel{position:relative;min-width:0;padding:58px 22px 24px;border:2px solid rgba(30,43,62,.34);border-radius:22px;background:#ffffffdb}.overview2026-panel h2{position:absolute;top:-2px;left:-2px;width:min(264px,48%);min-height:38px;display:flex;align-items:center;margin:0;padding:0 28px;color:#fff;background:var(--accent-strong);border-radius:20px 0 16px;font-size:16px;font-weight:900;letter-spacing:0;text-transform:uppercase}.overview2026-rkap-grid,.overview2026-discipline-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.overview2026-mini-card,.overview2026-discipline-card{display:grid;min-width:0;min-height:126px;place-items:center;padding:16px 10px;text-align:center;background:#fffffff5;border:2px solid #b6cff5;border-radius:12px;box-shadow:0 3px 8px #204f9147}.overview2026-mini-card span,.overview2026-mini-card em,.overview2026-discipline-card em{color:var(--accent-strong);font-style:normal;font-size:17px;line-height:1.25}.overview2026-mini-card strong{display:flex;align-items:baseline;gap:6px;color:var(--accent-strong);font-size:32px;line-height:1}.overview2026-mini-card small{font-size:18px;font-weight:500}.overview2026-category-button{width:100%;font:inherit;color:inherit;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}.overview2026-category-button:hover{border-color:color-mix(in srgb,var(--accent) 60%,#ffffff);box-shadow:0 6px 14px #204f9138;transform:translateY(-1px)}.overview2026-category-button:focus-visible{outline:3px solid color-mix(in srgb,var(--accent) 38%,transparent);outline-offset:3px}.overview2026-discipline-card{min-height:170px;gap:8px}.overview2026-round-icon{display:grid;width:66px;height:66px;place-items:center;color:#fff;background:var(--accent-strong);border-radius:999px}.overview2026-discipline-card strong{color:var(--accent-strong);font-size:40px;line-height:1}.overview2026-resource-layout{display:grid;grid-template-columns:minmax(0,1fr) 160px;gap:28px;align-items:center}.overview2026-resource-table{width:100%;border-collapse:collapse;table-layout:fixed;color:#000;background:#fff}.overview2026-resource-table th,.overview2026-resource-table td{height:42px;padding:8px;text-align:center;border:1px solid #9b9b9b}.overview2026-resource-table th{background:var(--accent-soft);font-size:16px;font-weight:800}.overview2026-resource-table td{font-size:17px;font-weight:900}.overview2026-resource-table button{width:100%;min-height:28px;border:0;background:transparent;color:inherit;font:inherit;font-weight:inherit;cursor:pointer}.overview2026-resource-table button:hover,.overview2026-resource-total.is-clickable:hover{color:var(--accent)}.overview2026-resource-total{display:grid;justify-items:center;text-align:center;color:var(--accent-strong);text-transform:uppercase;border:0;background:transparent;font:inherit}.overview2026-resource-total.is-clickable{cursor:pointer}.overview2026-resource-total:disabled{cursor:default}.overview2026-resource-total span,.overview2026-resource-total em{font-style:normal;font-size:16px;font-weight:900;line-height:1.1}.overview2026-resource-total strong{font-size:54px;line-height:.95}.overview2026-total-card{position:relative;display:grid;grid-template-columns:96px minmax(0,1fr);gap:18px;align-items:center;min-height:148px;padding:20px 18px 20px 48px;color:#fff;background:var(--accent);border:0;border-radius:12px;box-shadow:0 4px 10px #2a508a47;font:inherit;text-align:left}.overview2026-total-card.is-clickable{cursor:pointer}.overview2026-total-card.is-clickable:hover{filter:brightness(1.03)}.overview2026-total-card:disabled{cursor:default}.overview2026-total-icon{display:grid;width:84px;height:84px;place-items:center;color:#000;background:#fff;border-radius:999px}.overview2026-total-card h2,.overview2026-status-card h3,.overview2026-total-card p,.overview2026-status-card p{margin:0}.overview2026-total-card h2{font-size:19px;font-weight:900;text-transform:uppercase}.overview2026-total-card strong{display:block;margin-top:6px;font-size:48px;line-height:.95}.overview2026-total-card p{font-size:18px}.overview2026-year-filter button{display:grid;width:34px;height:34px;place-items:center;color:#fff;background:#ffffff1f;border:1px solid rgba(255,255,255,.42);border-radius:8px}.overview2026-year-filter button:disabled{opacity:.62}.overview2026-year-filter{display:inline-flex;align-items:center;gap:6px;justify-self:end;padding:4px;border-radius:999px;background:var(--accent)}.overview2026-year-filter strong{min-width:62px;margin:0;color:#fff;font-size:18px;line-height:1;text-align:center}.overview2026-year-filter button{width:30px;height:30px;border-radius:999px}.overview2026-year-filter button:disabled{cursor:wait}.overview2026-status-card{display:grid;grid-template-columns:70px minmax(0,1fr) 120px;gap:20px;align-items:center;min-height:103px;padding:16px 16px 16px 12px;background:#fffffff0;border:1px solid #dbe5f2;border-radius:9px;box-shadow:0 2px 8px #24467029;font:inherit;text-align:left}.overview2026-status-card.is-clickable{cursor:pointer;transition:transform .16s ease,box-shadow .16s ease}.overview2026-status-card.is-clickable:hover{box-shadow:0 5px 14px #2a508a38;transform:translateY(-1px)}.overview2026-status-card:disabled{cursor:default}.overview2026-status-icon{display:grid;width:64px;height:64px;place-items:center;color:#fff;border-radius:999px}.overview2026-status-card h3{font-size:14px;font-weight:800;text-transform:uppercase}.overview2026-status-card strong{display:block;margin-top:2px;font-size:32px;line-height:.95}.overview2026-status-card p{margin-top:5px;font-size:15px}.overview2026-status-progress{display:grid;gap:9px;justify-items:stretch}.overview2026-status-progress>strong{justify-self:end;font-size:17px}.overview2026-status-progress>span{display:block;height:10px;overflow:hidden;background:#dce5f1;border-radius:999px}.overview2026-status-progress i{display:block;height:100%;border-radius:inherit;background:currentColor}.overview2026-status-card.tone-blue{color:var(--accent)}.overview2026-status-card.tone-blue .overview2026-status-icon,.overview2026-status-card.tone-blue .overview2026-status-progress i{background:var(--accent)}.overview2026-status-card.tone-green{color:#568f3b}.overview2026-status-card.tone-green .overview2026-status-icon,.overview2026-status-card.tone-green .overview2026-status-progress i{background:#568f3b}.overview2026-status-card.tone-mint{color:#06b95c}.overview2026-status-card.tone-mint .overview2026-status-icon,.overview2026-status-card.tone-mint .overview2026-status-progress i{background:#06b95c}.overview2026-status-card.tone-orange{color:#f27a26}.overview2026-status-card.tone-orange .overview2026-status-icon,.overview2026-status-card.tone-orange .overview2026-status-progress i{background:#f27a26}.overview2026-split-labels{display:grid;grid-template-columns:1fr 1fr;gap:8px;text-align:center;color:#e66e22}.overview2026-split-labels small{font-size:11px;font-weight:800;line-height:1.15}.overview2026-progress-panel{grid-column:1 / -1;display:grid;gap:12px;padding:16px 20px 14px;color:var(--accent-strong);background:#ffffffe0;border:2px solid rgba(30,43,62,.34);border-radius:20px}.overview2026-progress-title{display:flex;align-items:center;gap:10px}.overview2026-progress-title h2{position:relative;margin:0;color:var(--accent-strong);font-size:24px;line-height:1.15}.overview2026-progress-title h2:after{position:absolute;left:0;bottom:-8px;width:224px;height:5px;content:"";background:linear-gradient(90deg,#e62228 0 24%,#263d78 24% 55%,#8cc641 55%)}.overview2026-progress-list{display:grid;gap:8px;margin-top:8px}.overview2026-progress-row{display:grid;grid-template-columns:48px 124px minmax(0,1fr);gap:0;align-items:center}.overview2026-progress-total{position:relative;z-index:2;display:grid;width:36px;height:34px;place-items:center;color:#000;background:var(--accent-soft);border:2px solid color-mix(in srgb,var(--accent) 48%,#ffffff);border-radius:6px;box-shadow:0 2px 5px #23467833;font:inherit;font-size:19px;font-weight:900;cursor:pointer}.overview2026-progress-category{display:flex;align-items:center;justify-content:flex-end;min-height:62px;padding:0 14px 0 18px;color:var(--accent-strong);background:var(--accent-soft);border:2px solid color-mix(in srgb,var(--accent) 48%,#ffffff);border-right:0;border-radius:11px 0 0 11px;font-size:20px;font-weight:900;font-family:inherit;line-height:1.05;text-align:right;text-transform:uppercase;cursor:pointer}.overview2026-progress-total:disabled,.overview2026-progress-category:disabled,.overview2026-table-link:disabled,.overview2026-resource-flow-total:disabled,.overview2026-resource-node:disabled,.overview2026-flow-stage:disabled{cursor:default}.overview2026-progress-row.is-clickable .overview2026-progress-total:hover,.overview2026-progress-row.is-clickable .overview2026-progress-category:hover,.overview2026-resource-node.is-clickable:hover,.overview2026-flow-stage.is-clickable:hover{filter:brightness(1.03);transform:translateY(-1px)}.overview2026-progress-table-wrap{min-width:0;padding:9px 16px;background:#fff;border:2px solid color-mix(in srgb,var(--accent) 48%,#ffffff);border-radius:12px;overflow-x:auto}.overview2026-progress-table{width:100%;min-width:820px;border-collapse:collapse;table-layout:fixed;color:#000}.overview2026-progress-table th,.overview2026-progress-table td{height:20px;padding:2px 5px;text-align:center;border:1px solid #9b9b9b;font-size:11px;line-height:1.1}.overview2026-table-link{display:grid;width:100%;min-height:20px;place-items:center;padding:0;color:inherit;background:transparent;border:0;font:inherit;font-weight:inherit;cursor:pointer}.overview2026-table-link:not(:disabled):hover{color:var(--accent);text-decoration:underline;text-underline-offset:2px}.overview2026-progress-table thead tr:first-child th{height:22px;font-size:12px;font-weight:900;text-transform:uppercase}.overview2026-progress-table thead tr:nth-child(2) th{background:#f8fbff;font-weight:800}.overview2026-progress-table td{font-size:13px;font-weight:900}.overview2026-progress-table .stage-planning{background:#f4b183}.overview2026-progress-table .stage-tender{background:#ffd966}.overview2026-progress-table .stage-ready,.overview2026-progress-table .stage-execution{background:#a9d18e}.overview2026-progress-table .stage-done{background:#9dc3e6}.overview2026-resource-flow-panel{position:relative;grid-column:1 / -1;display:grid;grid-template-columns:220px minmax(0,1fr);gap:22px;align-items:center;min-height:0;padding:24px 26px;overflow:hidden;color:var(--accent-strong);background:#ffffffe0;border-radius:18px}.overview2026-resource-flow-total{position:relative;display:grid;justify-items:center;padding:0;text-align:center;text-transform:uppercase;color:var(--accent-strong);background:transparent;border:0;font:inherit}.overview2026-resource-flow-total.is-clickable{cursor:pointer}.overview2026-resource-flow-total.is-clickable:hover{color:var(--accent)}.overview2026-resource-flow-total:before,.overview2026-resource-flow-total:after{display:none}.overview2026-resource-flow-total strong{font-size:76px;line-height:.95}.overview2026-resource-flow-total span{margin-top:12px;font-size:24px;font-weight:900;line-height:1.18}.overview2026-resource-flow-lines{display:grid;gap:18px;min-width:0}.overview2026-resource-flow-row{display:grid;grid-template-columns:132px minmax(0,1fr);gap:34px;align-items:center;min-width:0}.overview2026-resource-node{position:relative;display:grid;justify-items:center;gap:6px;min-height:142px;padding:12px;text-align:center;background:#fffffff0;border:2px solid color-mix(in srgb,var(--accent) 36%,#ffffff);border-radius:13px;box-shadow:0 3px 8px #26426e24;color:var(--accent-strong);font:inherit;cursor:pointer;transition:transform .16s ease,filter .16s ease,box-shadow .16s ease}.overview2026-resource-node:after{position:absolute;top:50%;left:calc(100% + 8px);width:18px;content:"";border-top:2px dashed rgba(70,70,70,.55)}.overview2026-resource-node span{display:grid;width:58px;height:58px;place-items:center;color:#fff;background:var(--accent-strong);border-radius:999px}.overview2026-resource-node strong{font-size:34px;line-height:.95}.overview2026-resource-node em{font-style:normal;font-size:14px;font-weight:800}.overview2026-resource-stage-card{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;min-width:0;min-height:136px;padding:12px 14px;background:#fffffff5;border:2px solid color-mix(in srgb,var(--accent) 78%,#ffffff);border-radius:7px;box-shadow:0 3px 8px #26426e29}.overview2026-flow-stage{position:relative;display:grid;justify-items:center;gap:3px;min-width:0;padding:0 12px;text-align:center;background:transparent;border:0;font:inherit;cursor:pointer;transition:transform .16s ease,filter .16s ease}.overview2026-flow-stage+.overview2026-flow-stage{border-left:0}.overview2026-flow-stage+.overview2026-flow-stage:before{position:absolute;top:76px;bottom:0;left:0;content:"";border-left:1px solid rgba(40,40,40,.26)}.overview2026-flow-stage-icon{display:grid;width:52px;height:52px;place-items:center;border:3px solid currentColor;border-radius:999px}.overview2026-flow-stage p{margin:3px 0 0;font-size:15px;line-height:1.1}.overview2026-flow-stage strong{font-size:34px;line-height:.9}.overview2026-flow-stage small{min-width:50px;padding:3px 9px;color:#fff;background:currentColor;border-radius:999px;font-size:12px;font-weight:900}.overview2026-flow-arrow{position:absolute;top:33px;right:-18px;z-index:2;width:28px;height:9px;background:#333}.overview2026-flow-arrow:after{position:absolute;top:-5px;right:-10px;width:0;height:0;content:"";border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:12px solid #333333}.overview2026-flow-stage.flow-planning{color:#c95009}.overview2026-flow-stage.flow-planning small{background:#c95009}.overview2026-flow-stage.flow-tender{color:#d29400}.overview2026-flow-stage.flow-tender small{background:#d29400}.overview2026-flow-stage.flow-ready{color:#00b050}.overview2026-flow-stage.flow-ready small{background:#00b050}.overview2026-flow-stage.flow-execution{color:#548235}.overview2026-flow-stage.flow-execution small{background:#548235}.overview2026-flow-stage.flow-done{color:#0070c0}.overview2026-flow-stage.flow-done small{background:#0070c0}.overview2026-category-modal-backdrop{position:fixed;inset:0;z-index:9999;display:grid;align-items:start;padding:0;overflow-y:auto;overflow-x:hidden;background:#0f172a85}.overview2026-category-modal{box-sizing:border-box;width:100%;max-width:100%;min-height:100vh;display:grid;grid-auto-rows:max-content;align-content:start;gap:10px;padding:8px 16px 14px;background:#fff;border:0;border-radius:0;box-shadow:0 22px 60px #0f172a3d}.overview2026-category-modal *,.overview2026-category-modal *:before,.overview2026-category-modal *:after{box-sizing:border-box}.overview2026-category-modal-head{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding-bottom:8px;border-bottom:1px solid #e5edf4}.overview2026-category-modal-head p,.overview2026-category-modal-head h2{margin:0}.overview2026-category-modal-head p{color:#627083;font-size:12px;font-weight:900;text-transform:uppercase}.overview2026-category-modal-head h2{margin-top:3px;color:var(--accent-strong, #154965);font-size:28px;line-height:1.1}.overview2026-category-modal-head span{display:block;margin-top:5px;color:#627083;font-weight:800}.overview2026-modal-context-note{display:block;max-width:760px;margin-top:4px;color:#7a8796;font-size:12px;font-weight:700;line-height:1.45}.overview2026-category-modal-head button{display:grid;width:38px;height:38px;flex:0 0 auto;place-items:center;color:var(--accent-strong, #154965);background:var(--accent-soft, #e5f1f7);border:0;border-radius:8px}.overview2026-modal-toolbar{display:grid;grid-template-columns:minmax(260px,1fr) minmax(150px,auto) auto auto auto;gap:10px;align-items:center;min-width:0;padding:10px;background:#f8fafc;border:1px solid #dce7f1;border-radius:8px}.overview2026-modal-search{display:flex;align-items:center;gap:9px;min-width:0;min-height:40px;padding:0 12px;color:#627083;background:#fff;border:1px solid #d7e2ed;border-radius:8px}.overview2026-modal-search input{width:100%;min-width:0;border:0;outline:0;color:#172033;background:transparent;font:inherit}.overview2026-modal-discipline-filter{display:flex;align-items:center;gap:8px;min-height:40px;padding:0 10px;color:#526277;background:#fff;border:1px solid #d7e2ed;border-radius:8px;font-size:12px;font-weight:900;text-transform:uppercase}.overview2026-modal-discipline-filter select{min-width:86px;border:0;outline:0;color:#172033;background:transparent;font:inherit;text-transform:none}.overview2026-modal-discipline-filter select:disabled{color:#627083;cursor:not-allowed}.overview2026-modal-pagination{display:flex;align-items:center;justify-content:flex-end;gap:6px;min-width:250px;color:#526277;font-size:13px;font-weight:800}.overview2026-modal-pagination strong{min-width:50px;text-align:center;color:#172033}.overview2026-modal-pagination .page-button{width:32px;height:32px;min-height:32px;padding:0;display:grid;place-items:center;color:var(--accent-strong, #154965);background:#fff;border-color:#cfdbe8;border-radius:999px;box-shadow:0 1px 3px #1f2a3c14}.overview2026-modal-pagination .page-button:hover:not(:disabled){color:#fff;background:var(--accent, #1b5e82);border-color:var(--accent, #1b5e82)}.overview2026-modal-pagination .page-button:disabled{color:#a7b2c0;background:#f4f7fa;border-color:#e1e8ef;box-shadow:none}.overview2026-category-summary{display:grid;grid-template-columns:220px minmax(0,1fr);gap:16px;align-items:start;width:100%;min-width:0}.overview2026-category-summary-card{display:grid;grid-template-columns:86px minmax(0,1fr);grid-template-rows:32px 1fr;grid-template-areas:"title title" "icon metric";align-items:center;align-self:start;height:118px;min-height:118px;overflow:hidden;background:#fff;border:2px solid color-mix(in srgb,var(--accent, #1b5e82) 34%,#ffffff);border-radius:10px;box-shadow:0 3px 8px #26426e24}.overview2026-category-summary-card h3{grid-area:title;align-self:stretch;display:flex;align-items:center;width:calc(100% - 36px);min-height:28px;margin:0;padding:0 18px;color:#fff;background:var(--accent-strong, #154965);border-radius:0 0 8px;font-size:14px;font-weight:900;text-transform:uppercase}.overview2026-category-summary-icon{grid-area:icon;align-self:center;justify-self:end;display:grid;width:58px;height:58px;place-items:center;margin-right:10px;color:#fff;background:var(--accent-strong, #154965);border-radius:999px;box-shadow:inset 0 0 0 1px #ffffff2e}.overview2026-category-summary-icon svg{width:34px;height:34px;stroke-width:2.35}.overview2026-category-summary-card>div{grid-area:metric;display:grid;align-self:center;gap:2px;align-items:center;justify-items:start;padding:6px 14px 12px 0;color:var(--accent-strong, #154965)}.overview2026-category-summary-card>div span,.overview2026-category-summary-card>div em{font-style:normal;font-size:17px;line-height:1.1}.overview2026-category-summary-card strong{font-size:34px;line-height:.95}.overview2026-category-summary-table,.overview2026-category-detail-table{width:100%;max-width:100%;border-collapse:collapse;table-layout:fixed}.overview2026-category-summary-table th,.overview2026-category-summary-table td{height:28px;padding:4px 5px;text-align:center;border:1px solid #9b9b9b;color:#000;font-size:12px;font-weight:900;overflow-wrap:anywhere;white-space:normal}.overview2026-category-summary-table .stage-planning,.overview2026-category-detail-table .stage-planning{background:#f4b183}.overview2026-category-summary-table .stage-tender,.overview2026-category-detail-table .stage-tender{background:#ffd966}.overview2026-category-summary-table .stage-ready{background:#e2f0d9}.overview2026-category-summary-table .stage-execution{background:#a9d18e}.overview2026-category-summary-table .stage-done{background:#9dc3e6}.overview2026-status-legend{display:flex;justify-content:flex-end;gap:14px;color:#000;font-size:11px}.overview2026-status-legend span{display:inline-flex;align-items:center;gap:5px}.overview2026-category-table-wrap{min-width:0;width:100%;max-width:100%;overflow:visible}.overview2026-overhaul-list-modal{max-width:min(1620px,calc(100vw - 28px))}.overview2026-overhaul-table{width:100%;margin-top:14px}.overview2026-overhaul-table .overhaul-row{grid-template-columns:1.4fr 1.4fr 1fr 1.1fr 1fr}.overview2026-overhaul-table.has-actions .overhaul-row{grid-template-columns:1.4fr 1.4fr 1fr 1.1fr 1fr .5fr}.overview2026-overhaul-table .empty-state{border:1px dashed #c9d7ea;border-radius:12px;margin-top:10px}.overview2026-category-detail-table{color:#000;background:#fff}.overview2026-category-detail-table th,.overview2026-category-detail-table td{min-width:0;padding:4px;text-align:center;vertical-align:middle;border:1px solid #b7b7b7;font-size:11px;line-height:1.2;overflow-wrap:anywhere;word-break:normal;white-space:normal}.overview2026-category-detail-table th{color:#fff;background:#063446;font-size:11px;font-weight:900}.overview2026-category-detail-table th:nth-child(1){width:3%}.overview2026-category-detail-table th:nth-child(2){width:12%}.overview2026-category-detail-table th:nth-child(3){width:7%}.overview2026-category-detail-table th:nth-child(4){width:7%}.overview2026-category-detail-table th:nth-child(n+5):nth-child(-n+10){width:5%}.overview2026-category-detail-table th:nth-child(11),.overview2026-category-detail-table th:nth-child(12){width:6%;background:#d9eaf7;color:#002b3a}.overview2026-category-detail-table th:nth-child(13){width:24%}.overview2026-category-detail-table th:nth-child(14){width:5%}.overview2026-category-detail-table td:nth-child(11),.overview2026-category-detail-table td:nth-child(12){background:#d9eaf7}.overview2026-remarks-cell{text-align:left!important;overflow-wrap:anywhere}.overview2026-impact-cell{background:#d9eaf7}.overview2026-dot{display:inline-block;width:12px;height:12px;border:1px solid #000000;border-radius:999px;vertical-align:middle}.overview2026-dot.is-done{background:#4472c4}.overview2026-dot.is-ontrack{background:#00b050}.overview2026-dot.is-delayed{background:#ffc000}.overview2026-dot.is-need{background:red}.overview2026-dot.is-muted{background:#c9d2dc}.overview2026-dot.is-empty{opacity:0}.overview2026-dot-button{display:inline-grid;width:24px;height:24px;place-items:center;margin:0 auto;padding:0;background:transparent;border:0;border-radius:999px}.overview2026-dot-button:hover{background:#edf5fb}.overview2026-issue-button{display:inline-flex;align-items:center;justify-content:center;gap:5px;min-height:30px;padding:0 9px;color:var(--accent-strong, #154965);background:var(--accent-soft, #e5f1f7);border:1px solid color-mix(in srgb,var(--accent, #1b5e82) 34%,#ffffff);border-radius:6px;font-size:11px;font-weight:900}.overview2026-issue-button:hover{border-color:var(--accent, #1b5e82)}.overview2026-issue-modal-backdrop{position:fixed;inset:0;z-index:10020;display:grid;place-items:center;padding:18px;background:#0f172a61}.overview2026-issue-modal{display:grid;grid-template-rows:auto minmax(0,1fr) auto;width:min(1420px,calc(100vw - 36px));max-height:calc(100vh - 36px);min-width:0;padding:16px;overflow:hidden;background:#fff;border:1px solid #d9e4ef;border-radius:10px;box-shadow:0 22px 70px #0f172a47}.overview2026-issue-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:16px;min-height:0;margin-top:14px}.overview2026-issue-layout.is-form-open{grid-template-rows:minmax(0,1fr)}.overview2026-issue-list,.overview2026-issue-form{min-width:0;min-height:0;overflow:auto;border:1px solid #dce7f1;border-radius:8px;background:#fff}.overview2026-issue-list{display:grid;gap:10px;align-content:start;padding:12px}.overview2026-issue-list-head{display:flex;align-items:center;justify-content:space-between;gap:10px;color:var(--accent-strong, #154965)}.overview2026-issue-list-head>div{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.overview2026-issue-list-head h3{margin:0;font-size:16px}.overview2026-issue-list-head span,.overview2026-issue-list-head button{display:inline-flex;align-items:center;gap:5px;color:var(--accent-strong, #154965);background:var(--accent-soft, #e5f1f7);border:0;border-radius:6px;padding:7px 9px;font-size:12px;font-weight:900}.overview2026-issue-table-wrap{width:100%;min-width:0;overflow:auto;border:1px solid #d8e2ed;border-radius:7px}.overview2026-issue-table{width:100%;min-width:1280px;border-collapse:collapse;table-layout:fixed;color:#111827;background:#fff}.overview2026-issue-table th,.overview2026-issue-table td{padding:8px;text-align:left;vertical-align:top;border:1px solid #d8e2ed;font-size:12px;line-height:1.35;white-space:normal;overflow-wrap:anywhere}.overview2026-issue-table th{color:#fff;background:var(--accent-strong, #154965);font-size:11px;font-weight:900;text-transform:uppercase}.overview2026-issue-table th:nth-child(1){width:8%}.overview2026-issue-table th:nth-child(2){width:12%}.overview2026-issue-table th:nth-child(3),.overview2026-issue-table th:nth-child(4),.overview2026-issue-table th:nth-child(5){width:16%}.overview2026-issue-table th:nth-child(6){width:8%}.overview2026-issue-table th:nth-child(7),.overview2026-issue-table th:nth-child(8),.overview2026-issue-table th:nth-child(9),.overview2026-issue-table th:nth-child(10),.overview2026-issue-table th:nth-child(11){width:6%}.overview2026-issue-table-action{min-height:28px;padding:0 8px;color:var(--accent-strong, #154965);background:var(--accent-soft, #e5f1f7);border:0;border-radius:5px;font-size:11px;font-weight:900}.overview2026-issue-table-action.danger{color:#a3402a;background:#fff1ec;border:1px solid #f5cfc2}.overview2026-issue-actions{display:inline-flex;flex-wrap:wrap;gap:6px;align-items:center}.overview2026-issue-card{display:grid;gap:10px;padding:12px;border:1px solid #dce7f1;border-radius:8px;background:#fdfefe}.overview2026-issue-card-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.overview2026-issue-card-head button{min-height:30px;padding:0 10px;color:var(--accent-strong, #154965);background:var(--accent-soft, #e5f1f7);border:0;border-radius:6px;font-size:12px;font-weight:900}.overview2026-issue-status{width:fit-content;padding:5px 9px;border-radius:999px;color:#fff;background:#c05621;font-size:11px;font-weight:900;text-transform:uppercase}.overview2026-issue-status.is-monitoring{background:#b7791f}.overview2026-issue-status.is-closed{background:#047857}.overview2026-issue-card dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 12px;margin:0}.overview2026-issue-card dt{color:#64748b;font-size:11px;font-weight:900;text-transform:uppercase}.overview2026-issue-card dd{margin:3px 0 0;color:#111827;font-size:13px;line-height:1.35;white-space:pre-wrap;overflow-wrap:anywhere}.overview2026-issue-history{display:grid;gap:4px;padding-top:8px;border-top:1px dashed #cbd5e1;color:#475569;font-size:12px}.overview2026-issue-history p{margin:0;overflow-wrap:anywhere}.overview2026-issue-form{display:grid;align-content:start;gap:10px;padding:12px}.overview2026-issue-form label{display:grid;gap:5px;color:#334155;font-size:12px;font-weight:900}.overview2026-issue-equipment-detail{display:block;color:#64748b;font-size:11px;font-weight:800;line-height:1.35}.overview2026-issue-form input,.overview2026-issue-form select,.overview2026-issue-form textarea{width:100%;min-width:0;border:1px solid #cfdbe8;border-radius:6px;color:#111827;background:#fff;font:inherit;font-weight:700}.overview2026-issue-form input,.overview2026-issue-form select{height:36px;padding:0 10px}.overview2026-issue-form textarea{min-height:78px;padding:9px 10px;resize:vertical}.overview2026-issue-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.overview2026-issue-submit{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:40px;color:#fff;background:var(--accent, #1b5e82);border:0;border-radius:7px;font-weight:900}.overview2026-issue-footer{display:flex;justify-content:flex-end;gap:10px;padding-top:12px;border-top:1px solid #e2eaf2}.overview2026-category-program-list{display:grid;gap:8px;align-content:start;min-width:0}.overview2026-category-program-row{display:grid;grid-template-columns:minmax(220px,1.15fr) minmax(220px,1.2fr) minmax(180px,.9fr) minmax(150px,.7fr) minmax(220px,1fr);gap:12px;align-items:start;min-width:0;padding:12px;background:#fff;border:1px solid #e0e8f1;border-radius:8px}.overview2026-category-program-head{position:sticky;top:0;z-index:1;color:#fff;background:var(--accent-strong, #154965);border-color:var(--accent-strong, #154965);font-size:12px;font-weight:900;text-transform:uppercase}.overview2026-category-program-row strong,.overview2026-category-program-row small{display:block;min-width:0;overflow-wrap:anywhere;line-height:1.35}.overview2026-category-program-row small{margin-top:4px;color:#627083;font-size:12px}.overview2026-category-program-head span{overflow-wrap:anywhere}.overview2026-category-program-state{display:grid;min-height:140px;place-items:center;color:#627083;background:#f8fafc;border:1px dashed #cbd5e1;border-radius:8px;font-weight:800}@media(max-width:1450px){.overhaul-filter-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.overhaul-filter-grid .search-box{grid-column:span 2}}@media(max-width:1080px){.overview2026-shell,.overview2026-resource-flow-panel{grid-template-columns:1fr}.overview2026-resource-flow-total:before,.overview2026-resource-flow-total:after{display:none}.overview2026-resource-flow-row{grid-template-columns:130px minmax(720px,1fr);gap:28px;overflow-x:auto}.overview2026-category-program-row{grid-template-columns:repeat(2,minmax(0,1fr))}.overview2026-category-summary{grid-template-columns:1fr}.overview2026-category-program-head{display:none}.overview2026-resource-node:after{width:18px}.stats-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.content-grid,.crud-grid,.dashboard-analytics-grid,.role-access-layout,.import-layout,.overhaul-workbench{grid-template-columns:1fr}.role-side-panel,.import-uploader{position:static}.overhaul-filter-grid,.overhaul-form-grid,.impact-editor,.overhaul-detail-summary,.scope-detail-list{grid-template-columns:1fr 1fr}.overhaul-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overhaul-head{display:none}.overhaul-row{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.overhaul-row .row-actions{justify-content:flex-end}.pagination-bar{align-items:stretch;flex-direction:column}.pagination-controls{justify-content:flex-end;flex-wrap:wrap}}.scope-selector{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.scope-selection-strip{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 14px;margin:8px 0 18px;border:1px solid #d8e7ef;border-radius:8px;background:#f8fbfd}.scope-selection-strip p{margin:0;color:#0f2f43;font-size:.78rem;font-weight:900;text-transform:uppercase}.scope-selection-strip>div:first-child span{color:#627083;font-size:.86rem}.scope-selection-strip .scope-selector{justify-content:flex-end;margin-bottom:0}.overhaul-form-workspace .scope-option{display:inline-flex;min-width:130px;min-height:44px;align-items:center;gap:9px;padding:0 14px;color:#627083;background:#fff;border:1px solid #d8e0e8;border-radius:8px;cursor:pointer}.overhaul-form-workspace .scope-option.active{color:#1b5e82;background:#eef5f9;border-color:#8db7cc}.overhaul-form-workspace .scope-option input{width:18px;height:18px;min-height:18px;padding:0}.execution-detail-panel{display:grid;gap:12px;padding:14px;border:1px solid #dce4ec;border-radius:8px;background:#f8fafc}@media(max-width:820px){.login-shell{grid-template-columns:1fr}.login-visual{min-height:380px;order:-1;padding:28px;background-position:center right}.visual-content{max-width:520px;padding:0}.visual-content h2{font-size:clamp(34px,9vw,52px)}.dashboard-shell,.dashboard-shell.is-sidebar-collapsed{grid-template-columns:1fr}.mobile-only{display:inline-flex}.desktop-only{display:none}.sidebar{position:fixed;left:0;transform:translate(-105%);width:min(86vw,310px);transition:transform .18s ease}.dashboard-shell.sidebar-right .sidebar{right:0;left:auto;border-left:1px solid var(--border-soft);transform:translate(105%)}.sidebar.is-collapsed{align-items:stretch;padding:22px}.sidebar.is-collapsed .sidebar-head{flex-direction:row}.sidebar.is-collapsed .brand-copy,.sidebar.is-collapsed .nav-label,.sidebar.is-collapsed .nav-chevron{display:block;width:auto;opacity:1;overflow:visible}.sidebar.is-collapsed .nav-list{align-items:stretch;margin-top:34px}.sidebar.is-collapsed .nav-item,.sidebar.is-collapsed .logout-button{width:100%;justify-content:flex-start;padding:0 12px}.sidebar.is-collapsed .sidebar-footer-actions{grid-template-columns:46px minmax(0,1fr);place-items:stretch;margin-top:auto}.sidebar.is-collapsed .nav-group.is-open .nav-children{display:grid}.sidebar.is-open{transform:translate(0)}.sidebar-scrim{position:fixed;inset:0;display:block;border:0;background:#101b2875;z-index:8}.topbar{grid-template-columns:auto minmax(0,1fr)}.search-box{grid-column:1 / -1}.horizontal-nav{justify-content:flex-start;overflow-x:auto;overflow-y:visible;scrollbar-width:thin}.horizontal-nav-main{flex:0 0 auto}.horizontal-nav-actions{position:sticky;right:0;padding-left:8px;background:var(--surface-bg)}.horizontal-nav-menu{position:fixed;left:18px;right:18px;top:auto}.theme-options{grid-template-columns:1fr}}@media(max-width:620px){.login-panel,.dashboard-main{padding:18px}.login-visual{min-height:300px;padding:22px}.visual-content{gap:10px}.visual-content p{padding:7px 10px;font-size:11px}.visual-content h2{max-width:11ch;font-size:32px}.visual-copy{font-size:13px;line-height:1.45}.visual-metrics{gap:6px}.visual-metrics span{min-height:30px;padding:0 9px;font-size:10px}.stats-grid{grid-template-columns:1fr}.overview2026-shell{padding:0}.overview2026-filter-card{grid-template-columns:1fr;justify-items:stretch}.overview2026-filter-card>div:first-child{justify-items:end}.overview2026-year-filter{justify-self:end}.overview2026-panel{padding:54px 14px 16px;border-radius:16px}.overview2026-panel h2{width:min(260px,76%);padding:0 18px;font-size:14px}.overview2026-rkap-grid,.overview2026-discipline-grid,.overview2026-resource-layout,.overview2026-total-card,.overview2026-status-card,.overview2026-progress-row,.overview2026-resource-flow-row{grid-template-columns:1fr}.overview2026-mini-card,.overview2026-discipline-card{min-height:118px}.overview2026-resource-layout,.overview2026-total-card,.overview2026-status-card{gap:14px}.overview2026-total-card{padding:18px;justify-items:center;text-align:center}.overview2026-status-card{justify-items:center;text-align:center}.overview2026-status-progress{width:100%}.overview2026-progress-panel{padding:14px;border-radius:16px}.overview2026-progress-title{align-items:flex-start}.overview2026-progress-title h2{font-size:18px}.overview2026-progress-category{min-height:42px;justify-content:center;border-right:2px solid color-mix(in srgb,var(--accent) 48%,#ffffff);border-radius:10px 10px 0 0;text-align:center}.overview2026-progress-total{margin-bottom:-8px}.overview2026-progress-table-wrap{border-radius:0 0 10px 10px}.overview2026-resource-flow-panel{min-height:0;padding:18px 14px}.overview2026-resource-flow-total strong{font-size:58px}.overview2026-resource-flow-total span{margin-top:8px;font-size:20px}.overview2026-resource-flow-row{overflow-x:visible}.overview2026-category-modal-backdrop{padding:10px}.overview2026-category-modal{min-height:calc(100vh - 20px);padding:14px}.overview2026-category-modal-head{align-items:stretch}.overview2026-modal-toolbar{grid-template-columns:1fr}.overview2026-modal-pagination{justify-content:space-between;min-width:0;flex-wrap:wrap}.overview2026-category-program-row{grid-template-columns:1fr}.overview2026-resource-node:after{display:none}.overview2026-resource-stage-card{grid-template-columns:1fr;gap:12px}.overview2026-flow-stage+.overview2026-flow-stage{padding-top:12px;border-top:1px solid rgba(40,40,40,.18);border-left:0}.overview2026-flow-arrow{display:none}.panel-head{align-items:stretch;flex-direction:column}.job-row{grid-template-columns:1fr;gap:10px}.toolbar-form,.toolbar-form.with-filter,.toolbar-form.status-filter-form,.overhaul-filter-grid,.overhaul-form-grid,.status-editor-row,.impact-editor,.overhaul-detail-summary,.scope-detail-list,.pending-document-row,.document-row,.import-preview-row,.data-row,.overhaul-row,.form-actions,.module-line,.compact-line,.overhaul-kpi-grid,.milestone-legend{grid-template-columns:1fr}.milestone-counts{justify-content:flex-start}.milestone-counts .status-color-pill{min-width:0}.milestone-drilldown-modal,.category-drilldown-modal{width:min(100%,calc(100vw - 24px))}.milestone-drilldown-row,.milestone-drilldown-head,.category-drilldown-row,.category-drilldown-head{grid-template-columns:1fr}.milestone-drilldown-pagination,.milestone-drilldown-pagination>div,.category-drilldown-pagination,.category-drilldown-pagination>div{align-items:stretch;flex-direction:column}.import-summary-grid{grid-template-columns:1fr 1fr}.import-result-panel{grid-template-columns:1fr}.import-preview-toolbar{display:grid;grid-template-columns:1fr}.row-actions{width:100%}.row-actions .icon-button{flex:1}.pagination-bar,.pagination-summary{align-items:stretch;flex-direction:column}.pagination-controls{justify-content:flex-start;overflow:visible}.pagination-summary label{justify-content:space-between}.status-option-row{grid-template-columns:1fr}.submodule-list,.access-submodules,.access-methods{padding-left:0}.toast-stack{right:16px;top:16px}.confirm-actions{display:grid}.smu-hero,.smu-row{grid-template-columns:1fr}.hero-actions{justify-content:stretch}.hero-actions .primary-button,.hero-actions .secondary-button,.smu-hero .primary-button,.progress-track{width:100%}.milestone-health-row{grid-template-columns:1fr}.milestone-counts{justify-content:start}}@media(max-width:1180px){.detail-summary-grid{grid-template-columns:1fr 1fr}.detail-summary-grid .detail-info-card:last-child{grid-column:1 / -1}.overhaul-form-grid{grid-template-columns:repeat(6,minmax(0,1fr))}.program-number-field,.program-category-field,.program-status-field,.program-date-field{grid-column:span 3}.program-title-field{grid-column:span 6}.program-equipment-picker-field{grid-column:span 3}}@media(max-width:720px){.detail-title-block,.detail-remarks-section{grid-template-columns:1fr}.detail-title-block{flex-direction:column}.detail-summary-grid{grid-template-columns:1fr}.detail-summary-grid .detail-info-card:last-child{grid-column:auto}.detail-equipment-chip,.detail-muted-box{width:100%;max-width:100%}.detail-status-table{min-width:860px}.overhaul-form-grid{grid-template-columns:1fr}.program-number-field,.program-title-field,.program-equipment-picker-field,.program-category-field,.program-status-field,.program-date-field{grid-column:1 / -1}.program-title-input{min-height:116px}.selected-equipment-chip{width:100%;max-width:100%;justify-content:space-between}.status-detail-table{min-width:760px}.status-detail-table-wrap{overflow-x:auto}.status-detail-table th,.status-detail-table td{min-width:76px}.status-detail-toggle,.status-detail-toggle button{width:100%}}
