:root{--motion-duration-instant:60ms;--motion-duration-quick:140ms;--motion-duration-standard:200ms;--motion-duration-deliberate:300ms;--motion-duration-cinematic:560ms;--motion-ease-standard:cubic-bezier(0.22,1,0.36,1);--motion-ease-decelerate:cubic-bezier(0,0,0.2,1);--motion-ease-accelerate:cubic-bezier(0.4,0,1,1);--motion-ease-emphasized:cubic-bezier(0.2,0,0,1)}.motion-fade-in{animation:motion-fade-in-kf var(--motion-duration-standard) var(--motion-ease-decelerate) both}.motion-fade-out{animation:motion-fade-out-kf var(--motion-duration-quick) var(--motion-ease-accelerate) both}@keyframes motion-fade-in-kf{0%{opacity:0}to{opacity:1}}@keyframes motion-fade-out-kf{0%{opacity:1}to{opacity:0}}.motion-slide-up-in{animation:motion-slide-up-in-kf var(--motion-duration-deliberate) var(--motion-ease-decelerate) both}.motion-slide-up-out{animation:motion-slide-up-out-kf var(--motion-duration-standard) var(--motion-ease-accelerate) both}@keyframes motion-slide-up-in-kf{0%{opacity:0;transform:translate3d(0,8px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes motion-slide-up-out-kf{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-8px,0)}}.motion-scale-in{animation:motion-scale-in-kf var(--motion-duration-standard) var(--motion-ease-standard) both;transform-origin:center}.motion-scale-out{animation:motion-scale-out-kf var(--motion-duration-quick) var(--motion-ease-accelerate) both;transform-origin:center}@keyframes motion-scale-in-kf{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes motion-scale-out-kf{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.motion-shimmer{position:relative;overflow:hidden;isolation:isolate}.motion-shimmer:after{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,transparent,color-mix(in srgb,currentColor 6%,transparent) 50%,transparent);transform:translate3d(-100%,0,0);animation:motion-shimmer-kf 1.4s var(--motion-ease-standard) infinite;pointer-events:none}@keyframes motion-shimmer-kf{0%{transform:translate3d(-100%,0,0)}to{transform:translate3d(100%,0,0)}}:root{--os-bg:var(--color-bg);--os-ink:var(--color-ink);--os-muted:var(--color-ink-muted);--os-faint:var(--color-ink-faint);--os-line:var(--color-border);--os-mint:var(--color-brand);--env-mint:var(--os-mint);--os-mint-strong:var(--color-brand);--os-panel:var(--color-surface);--os-dark:var(--color-rail-bg);--font-body:var(--font-sans);--font-display:var(--font-display);--font-mono:var(--font-mono);--transition:var(--dur-hover) var(--ease-out-quart)}*,:after,:before{box-sizing:border-box}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-size-adjust:100%}body{margin:0;min-height:100dvh;color:var(--os-ink);font-family:var(--font-body);background:var(--os-bg);overflow-x:hidden}button,input{font:inherit}button{cursor:pointer}a{color:inherit}:focus-visible{outline:2px solid var(--color-brand);outline-offset:2px}.skip-link{position:fixed;top:12px;left:12px;z-index:20;transform:translateY(-150%);background:var(--os-ink);color:var(--color-bg);padding:8px 12px}.skip-link:focus{transform:translateY(0)}.topbar-shell{position:sticky;top:0;z-index:70;will-change:transform;--topbar-height:64px}.topbar{position:relative;height:var(--topbar-height);display:flex;align-items:center;gap:12px;max-width:100vw;min-width:0;padding:0 18px;overflow:hidden;background:linear-gradient(90deg,oklch(.075 .004 240/.98),oklch(.105 .035 150/.94)),var(--color-bg);border-bottom:1px solid oklch(.92 .02 110/.22);box-shadow:inset 0 -1px 0 oklch(.5 .13 162/.16);color:var(--os-ink)}.brand,.clock,.command-button,.drawer-tab,.eyebrow,.mini-label,.nav-step,.node-status,.panel-kicker,.project-code,th{font-family:var(--font-mono)}.brand{gap:10px;width:fit-content;color:var(--os-ink);text-decoration:none}.brand,.topbar-project-brand{display:inline-flex;align-items:center}.topbar-project-brand{gap:16px;flex:0 0 auto;padding-right:8px}.topbar-brand-lockup{color:var(--os-ink)}.topbar-brand-lockup,.topbar-portfolio-link{display:inline-flex;align-items:center;text-decoration:none}.topbar-portfolio-link{gap:8px;min-height:32px;border:0;border-left:1px solid var(--color-border);background:transparent;padding-left:16px;color:var(--os-muted);font-family:var(--font-mono);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.topbar-portfolio-link:hover{color:var(--os-ink)}.topbar-mobile-brand{display:inline-flex;align-items:center;gap:10px;width:fit-content;color:var(--os-ink);text-decoration:none}@media (min-width:768px){.topbar-mobile-brand{display:none}}.brand-mark{width:24px;height:24px;fill:none}.nav-steps{display:flex;align-items:center;gap:clamp(10px,1.5vw,20px);min-width:0;justify-self:stretch;overflow:hidden;scrollbar-width:none;mask-image:linear-gradient(90deg,black,black calc(100% - 28px),transparent)}.project-nav{justify-self:start;overflow:visible}.module-nav{display:none;flex:1 1 0;justify-self:stretch;max-width:100%;height:100%;align-items:stretch;gap:8px;overflow-x:auto;overflow-y:hidden;mask-image:none;padding:7px 0}@media (min-width:768px){.module-nav{display:flex}}.nav-steps::-webkit-scrollbar{display:none}.nav-step{height:34px;border:0;background:transparent;display:inline-flex;align-items:center;color:var(--os-muted);cursor:pointer;font-size:10px;font-weight:900;letter-spacing:.18em;text-decoration:none;white-space:nowrap;flex:0 0 auto}.module-nav .nav-step{min-width:clamp(136px,12.2vw,196px);height:100%;justify-content:center;gap:10px;border:1px solid oklch(.88 .02 120/.16);background:linear-gradient(135deg,oklch(.2 .012 235/.56),oklch(.11 .018 130/.42)),oklch(.08 .004 240/.92);padding:0 15px;color:oklch(.82 .018 140/.78);font-size:11px;letter-spacing:.11em;text-transform:none;transition:border-color var(--transition),background var(--transition),box-shadow var(--transition),color var(--transition)}.nav-step-accordion{display:inline-flex;align-items:center;gap:8px}.nav-step:before{content:"";display:inline-block;width:5px;height:5px;margin-right:9px;border:1px solid var(--os-mint);vertical-align:1px}.module-nav .nav-step:before{width:5px;height:5px;margin-right:0;border-color:oklch(.5 .13 162/.82)}.nav-step.is-active,.nav-step:hover{color:var(--os-ink)}.nav-step.is-active:before{background:var(--os-mint)}.module-nav .nav-step:focus-visible,.module-nav .nav-step:hover{border-color:oklch(.5 .13 162/.48);background:linear-gradient(135deg,oklch(.24 .025 158/.62),oklch(.12 .02 130/.5)),var(--color-surface-2);box-shadow:inset 0 0 0 1px oklch(.5 .13 162/.14);color:var(--os-ink);outline:none}.module-nav .nav-step.is-active{background:linear-gradient(135deg,oklch(.22 .035 158/.82),oklch(.12 .03 132/.58)),var(--color-surface-2);border-color:oklch(.5 .13 162/.68);box-shadow:inset 0 0 0 1px oklch(.5 .13 162/.2);color:var(--os-ink)}.module-nav .nav-step.is-active:after{content:"";position:absolute;right:10px;bottom:0;left:10px;height:2px;background:var(--color-brand)}.module-nav .nav-step{position:relative}.module-nav .nav-step svg{opacity:.68}.topbar-accordion{left:var(--dropdown-left,22px);width:min(360px,calc(100vw - 24px));max-height:min(680px,calc(100dvh - 72px));overflow:auto;backdrop-filter:blur(18px) saturate(120%);-webkit-backdrop-filter:blur(18px) saturate(120%);padding:10px}.suite-switcher,.topbar-accordion{position:absolute;top:var(--topbar-height);background:linear-gradient(135deg,oklch(.16 .018 225/.94),oklch(.08 .018 128/.96)),var(--color-bg);border:1px solid oklch(.88 .02 120/.18);box-shadow:0 22px 50px oklch(0 0 0/.42)}.suite-switcher{left:var(--suite-switch-left,164px);z-index:72;width:min(228px,calc(100vw - 24px));backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%);padding:8px}.suite-switcher-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:16px;align-items:center;min-height:42px;border:1px solid transparent;padding:0 10px;color:var(--os-muted);text-decoration:none}.suite-switcher-row+.suite-switcher-row{margin-top:4px}.suite-switcher-row span:first-child{font-size:13px;font-weight:800;color:var(--os-ink)}.suite-switcher-row span:last-child{font-family:var(--font-mono);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.suite-switcher-row.is-active,.suite-switcher-row:hover{border-color:oklch(.5 .13 162/.42);background:oklch(.5 .13 162/.08)}.topbar-accordion-close{height:26px;padding:0 8px;border:1px solid var(--color-border);color:var(--os-muted);font-family:var(--font-mono);font-size:9px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.topbar-accordion-head{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--os-line);padding:4px 4px 10px;color:var(--os-ink)}.topbar-accordion-head p{margin:0;font-size:12px;font-weight:800}.topbar-accordion-head span{font-family:var(--font-mono);font-size:9px;font-weight:900;letter-spacing:.14em;color:var(--os-muted);text-transform:uppercase;white-space:nowrap}.topbar-accordion-grid{display:flex;flex-direction:column}.module-drop-column{min-width:0}.module-drop-row{display:grid;grid-template-columns:34px minmax(0,1fr);align-items:center;min-height:44px;gap:10px;padding:10px 4px;color:var(--os-ink);text-decoration:none}.module-drop-row+.module-drop-row{border-top:1px solid var(--os-line)}.module-drop-index{font-family:var(--font-mono);font-size:10px;font-weight:900;color:var(--os-muted)}.module-drop-row:hover{background:var(--color-surface-2)}.module-drop-row:hover .module-drop-index,.module-drop-row:hover span:first-child{color:var(--os-ink)}@media (max-width:768px){.topbar-accordion{left:10px;right:10px;width:auto}}.node-status{display:flex;align-items:center;gap:10px;color:var(--os-ink);font-size:10px;font-weight:900;letter-spacing:.16em;white-space:nowrap}.status-dot{width:5px;height:5px;border-radius:999px;background:var(--os-mint)}.clock{min-width:108px;border:1px solid var(--glass-border);background:var(--glass-bg);padding:7px 10px;text-align:center;font-size:11px;font-weight:900;letter-spacing:.2em;backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.project-rail{border-right:1px solid var(--color-rail-border);background:var(--color-rail-bg);color:var(--color-rail-ink)}.project-rail[data-collapsed=true]{align-items:center}.rail-brand-link,.rail-collapse-mark{color:var(--color-rail-ink);text-decoration:none}.rail-collapse-mark{width:42px;height:42px;align-items:center;justify-content:center;border:0;background:transparent}.rail-logo-mark{flex:0 0 auto;gap:0}.rail-logo-mark img{display:block;flex:0 0 auto;max-width:none}.rail-icon-nav{display:none}@media (min-width:768px){.rail-icon-nav{display:flex;width:100%;flex:1;flex-direction:column;align-items:center;gap:6px;padding:14px 4px}}.rail-icon-link{display:flex;width:42px;flex-direction:column;align-items:center;justify-content:center;gap:3px;border:1px solid transparent;padding:6px 2px 4px;color:var(--color-ink-muted);text-decoration:none;transition:border-color var(--transition),background var(--transition),color var(--transition)}.rail-icon-link.is-active,.rail-icon-link:hover{border-color:oklch(from var(--color-brand) l c h/.3);background:oklch(from var(--color-brand) l c h/.12);color:var(--color-rail-ink)}.project-rail[data-spotlight-suite=analytics] .rail-icon-link[data-suite=analytics],.project-rail[data-spotlight-suite=closeout] .rail-icon-link[data-suite=closeout],.project-rail[data-spotlight-suite=ensight] .rail-icon-link[data-suite=ensight],.project-rail[data-spotlight-suite=foresight] .rail-icon-link[data-suite=foresight],.project-rail[data-spotlight-suite=operate] .rail-icon-link[data-suite=operate],.project-rail[data-spotlight-suite=oversight] .rail-icon-link[data-suite=oversight]{outline:1px solid oklch(from var(--color-brand) l c h/.65);outline-offset:1px;transform:scale(1.04);transition:outline-color var(--transition),transform var(--transition)}.project-rail-row{display:flex;min-height:46px;align-items:center;gap:10px;border:1px solid transparent;padding:0 12px;color:var(--color-ink-muted);font-size:13px;font-weight:750;text-decoration:none;transition:border-color var(--transition),background var(--transition),color var(--transition)}.project-rail-row-primary{margin-bottom:14px}.project-rail-row.is-active,.project-rail-row:hover{background:var(--color-rail-surface);color:var(--color-rail-ink)}.project-rail-row.is-active{border-left:2px solid var(--color-brand)}.project-rail-label{display:block;color:var(--color-ink-faint);font-family:var(--font-mono);font-size:10px;font-weight:900;letter-spacing:.19em;text-transform:uppercase}.project-rail-selector{position:relative;z-index:8;margin-bottom:22px}.project-rail-project{display:flex;width:100%;min-height:78px;align-items:center;justify-content:space-between;gap:14px;border:1px solid var(--color-rail-border);background:var(--color-rail-surface);padding:13px 14px;color:var(--color-rail-ink);text-align:left;transition:border-color var(--transition),background var(--transition)}.project-rail-project:hover{border-color:oklch(from var(--color-brand) l c h/.3)}.project-rail-project-name{margin-top:9px;color:var(--color-rail-ink);font-size:16px;font-weight:760;line-height:1.16}.project-rail-project-meta,.project-rail-project-name{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-rail-project-meta{margin-top:5px;color:var(--color-ink-faint);font-family:var(--font-mono);font-size:10px}.project-rail-project-menu{position:absolute;top:calc(100% + 8px);right:0;left:0;max-height:min(420px,calc(100dvh - 240px));overflow:auto;border:1px solid var(--glass-border-strong);background:var(--glass-highlight),var(--glass-bg);padding:6px;box-shadow:var(--glass-shadow);backdrop-filter:blur(16px) saturate(130%);-webkit-backdrop-filter:blur(16px) saturate(130%)}.project-rail-project-option{display:grid;grid-template-columns:8px minmax(0,1fr);gap:10px;align-items:center;min-height:52px;border:1px solid transparent;padding:9px 10px;color:var(--color-rail-ink);text-decoration:none}.project-rail-project-option span:last-child span:first-child{font-size:13px;font-weight:760}.project-rail-project-option span:last-child span:last-child{margin-top:3px;color:var(--color-ink-faint);font-family:var(--font-mono);font-size:9px}.project-rail-project-option.is-active,.project-rail-project-option:hover{border-color:oklch(from var(--color-brand) l c h/.3);background:var(--color-rail-surface)}.project-rail-project-signal{width:6px;height:6px;background:var(--color-brand)}.project-rail-project-signal.is-risk{background:var(--color-warn)}.project-suite-panel{max-width:100%}.project-suite-head{display:flex;align-items:end;justify-content:space-between;gap:18px}.project-suite-switch{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;margin-top:16px;padding:0;border:1px solid var(--color-border);background:color-mix(in oklch,var(--color-surface-2) 70%,transparent)}.project-suite-link{position:relative;display:grid;grid-template-columns:28px minmax(0,1fr);min-width:0;min-height:54px;align-items:center;justify-content:center;gap:10px;border-left:1px solid var(--color-border);background:color-mix(in oklch,var(--color-surface) 90%,transparent);padding:0 16px;color:var(--color-ink-muted);font-size:15px;font-weight:820;text-decoration:none;transition:border-color var(--transition),background var(--transition),color var(--transition)}.project-suite-link:hover{background:color-mix(in oklch,var(--color-surface-2) 86%,var(--color-brand) 5%);color:var(--color-ink)}.project-suite-link>span:last-child{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.project-suite-link.is-active{border-color:var(--color-brand);background:linear-gradient(135deg,oklch(.5 .13 162/.14),transparent 58%),var(--color-surface-2);color:var(--color-ink)}.project-suite-index{color:var(--color-ink-faint);font-family:var(--font-mono);font-size:10px;font-weight:900;letter-spacing:.08em}.project-suite-link.is-active .project-suite-index{color:var(--color-brand)}@media (max-width:640px){.project-suite-head{align-items:start;flex-direction:column}.project-suite-switch{grid-template-columns:1fr}}.erp-surface{min-width:0;overflow:hidden;container-type:inline-size;border:1px solid var(--color-border);background:linear-gradient(135deg,oklch(.18 .015 220/.58),oklch(.1 .025 125/.74)),var(--color-surface);box-shadow:inset 0 1px 0 oklch(1 0 0/.04)}.erp-surface-header{display:grid;grid-template-columns:minmax(0,1fr);gap:18px;border-bottom:1px solid var(--color-border);padding:18px}.erp-surface-kicker{margin:0;color:var(--color-brand);font-family:var(--font-mono);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.erp-surface-title{margin:6px 0 0;color:var(--color-ink);font-size:clamp(16px,1.8vw,24px);font-weight:700;line-height:1.15;overflow-wrap:break-word;word-break:normal;hyphens:auto}.erp-surface-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;background:var(--color-border);border:1px solid var(--color-border)}.erp-surface-facts>div{min-width:0;background:var(--color-surface);padding:10px 12px}.erp-surface-facts dt{color:var(--color-ink-faint);font-family:var(--font-mono);font-size:9px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.erp-surface-facts dd{margin:6px 0 0;color:var(--color-ink);font-size:12px;font-weight:760;line-height:1.25;overflow-wrap:anywhere}.erp-doc-shell,.erp-graph-shell,.erp-grid-shell,.erp-handoff-shell,.erp-reconciliation-shell,.erp-risk-shell,.erp-scenario-shell{min-width:0;padding:18px}.erp-grid-shell .data-grid-shell,.erp-handoff-shell .phase-handoff-diff,.erp-reconciliation-shell .panel,.erp-risk-shell .panel,.erp-scenario-shell .scenario-board-wrapper{border-color:var(--color-border);background:var(--color-surface)}.erp-graph-shell>div{border:1px solid var(--color-border)}.erp-reconciliation-shell .reconciliation-actions,.erp-risk-shell .risk-filters{background:var(--color-surface)}.erp-reconciliation-shell .reconciliation-workbench{grid-template-columns:minmax(0,1fr) 40px minmax(0,1fr)}.erp-scenario-shell .scenario-board{grid-template-columns:repeat(3,minmax(220px,1fr))}.erp-site-panel{border:0;border-top:1px solid var(--color-border);background:radial-gradient(circle at 58% 52%,oklch(.5 .13 162/.1),transparent 38%),var(--color-bg)}.erp-map-pin,.erp-map-tag,.erp-map-toolbar{display:inline-flex;align-items:center;min-height:24px;border:1px solid var(--color-border-strong);background:var(--color-surface);color:var(--color-ink);font-family:var(--font-mono);font-size:10px;font-weight:900;line-height:1}.erp-map-tag,.erp-map-toolbar{padding:0 8px}.erp-map-pin{min-width:34px;justify-content:center;color:var(--color-brand)}.erp-doc-shell{height:520px}.erp-doc-shell .pdf-viewer{height:100%}@container (min-width: 980px){.erp-surface-header{grid-template-columns:minmax(0,.95fr) minmax(360px,1fr);align-items:end}}@media (max-width:900px){.erp-reconciliation-shell .reconciliation-workbench,.erp-scenario-shell .scenario-board,.erp-surface-facts{grid-template-columns:1fr}}.app-shell{position:relative;display:grid;grid-template-columns:284px minmax(0,1fr);min-height:calc(100dvh - 54px)}.rail{position:sticky;top:54px;height:calc(100dvh - 54px);padding:88px 24px 24px;border-right:1px solid var(--os-line);background:var(--color-surface)}.rail-head{margin-bottom:42px}.rail h1{margin:0;font-family:var(--font-display);font-size:24px;line-height:1;letter-spacing:-.04em}.eyebrow,.panel-kicker{margin:0 0 12px;color:var(--os-muted);font-size:10px;font-weight:900;letter-spacing:.2em}.project-list{display:grid;gap:0}.project-card{position:relative;width:100%;display:grid;grid-template-columns:64px 1fr;gap:6px 12px;padding:18px 0 18px 18px;text-align:left;border:0;border-top:1px solid var(--os-line);background:transparent}.project-card:last-child{border-bottom:1px solid var(--os-line)}.project-card:before{content:"";position:absolute;left:0;top:18px;width:2px;height:44px;background:transparent}.project-card.is-selected:before,.project-card:hover:before{background:var(--os-ink)}.project-card strong{grid-column:2;font-size:13px;line-height:1.15}.project-card em,.project-card small{grid-column:2;color:var(--os-muted);font-size:12px;font-style:normal}.project-code{grid-row:span 3;color:var(--os-ink);font-size:10px;font-weight:900;letter-spacing:.14em}.health{width:fit-content}.health.critical{color:var(--color-danger)}.health.at-risk{color:var(--color-warn)}.workspace{position:relative;padding:0}.hero-strip{min-height:56vh;display:grid;grid-template-columns:160px minmax(420px,760px) minmax(280px,360px);align-items:center;gap:34px;padding:80px 54px 44px}.signal-line{justify-self:center;width:3px;height:130px;background:var(--os-ink)}.hero-strip h2{max-width:14ch;margin:0;font-family:var(--font-display);font-size:clamp(34px,4vw,64px);line-height:.94;letter-spacing:-.07em}.lede{max-width:58ch;margin:22px 0 0;color:var(--os-muted);font-size:15px;line-height:1.7}.decision-card{align-self:end;border-left:1px solid var(--os-line);padding:0 0 6px 24px}.decision-card strong{display:block;font-family:var(--font-display);font-size:18px;line-height:1.2;letter-spacing:-.04em}.summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border-top:1px solid var(--os-line);border-bottom:1px solid var(--os-line)}.metric-card{min-height:128px;padding:24px;background:var(--os-panel);border-right:1px solid var(--os-line)}.metric-card:last-child{border-right:0}.metric-card span{display:block;font-family:var(--font-display);font-size:28px;font-weight:700;letter-spacing:-.06em}.metric-card p{margin:10px 0 0;color:var(--os-muted);font-size:13px}.metric-card.is-warning span,.over{color:var(--color-warn)}.under{color:var(--os-mint-strong)}.module-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:0;border-bottom:1px solid var(--os-line)}.panel{min-height:340px;padding:28px;background:var(--os-panel);border:0;border-right:1px solid var(--os-line);border-bottom:1px solid var(--os-line)}.span-7{grid-column:span 7}.span-5{grid-column:span 5}.span-6{grid-column:span 6}.span-12{grid-column:1/-1}.panel-head{display:flex;align-items:start;justify-content:space-between;gap:18px;margin-bottom:28px}.panel h3{margin:0;font-family:var(--font-display);font-size:22px;letter-spacing:-.05em}.ghost-button,.inline-form button{min-height:38px;border:1px solid var(--os-line);background:transparent;padding:0 14px;color:var(--os-ink);font-family:var(--font-mono);font-size:10px;font-weight:900;letter-spacing:.14em}.ghost-button.is-confirmed,.ghost-button:hover,.inline-form button:hover{background:var(--color-surface-2);border-color:var(--color-border-strong)}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse}td,th{border-bottom:1px solid var(--os-line);padding:14px 10px;text-align:left;font-size:13px}th{color:var(--os-muted);font-size:10px;font-weight:900;letter-spacing:.16em}.dark-panel{background:var(--os-dark);color:var(--color-ink)}.dark-panel .panel-kicker,.dark-panel label{color:var(--os-mint)}.stack-list{display:grid;gap:0}.queue-item{padding:16px 0;border-top:1px solid oklch(.5 .13 162/.26)}.queue-item:last-child{border-bottom:1px solid oklch(.5 .13 162/.26)}.light .queue-item{border-color:var(--os-line)}.activity-item time,.queue-item span{display:block;margin-bottom:8px;color:var(--os-muted);font-family:var(--font-mono);font-size:10px;font-weight:900;letter-spacing:.14em}.dark-panel .queue-item p,.dark-panel .queue-item span{color:var(--color-ink-muted)}.queue-item strong{display:block;line-height:1.28}.queue-item p{margin:8px 0 0;color:var(--os-muted);font-size:13px}.inline-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:20px}.inline-form label{grid-column:1/-1;color:var(--os-muted);font-family:var(--font-mono);font-size:10px;font-weight:900;letter-spacing:.14em}.inline-form input{min-height:38px;border:1px solid oklch(.5 .13 162/.28);background:color-mix(in oklch,var(--color-surface-2) 40%,transparent);color:inherit;padding:0 12px}.light-form input{background:color-mix(in oklch,var(--color-surface-2) 62%,transparent);border-color:var(--os-line)}.graph-canvas{min-height:250px;display:grid;place-items:center}.graph-canvas svg{width:100%;max-width:640px}.graph-canvas line{stroke:var(--os-mint);stroke-width:1.25}.graph-canvas circle{fill:var(--os-bg);stroke:var(--os-ink);stroke-width:1.4}.graph-canvas text{font-family:var(--font-mono);font-size:10px;font-weight:900}.activity-feed{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--os-line)}.activity-item{padding:18px;border-right:1px solid var(--os-line)}.activity-item:last-child{border-right:0}.activity-item p{margin:8px 0 0;color:var(--os-muted);font-size:13px}.fatal{position:fixed;inset:auto 16px 16px;background:var(--color-danger);color:var(--color-ink);padding:14px;z-index:99}@media (max-width:1180px){.node-status{display:none}.app-shell{grid-template-columns:1fr}.rail{position:static;height:auto;border-right:0;border-bottom:1px solid var(--os-line);padding:36px 24px}.project-list{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-strip{grid-template-columns:1fr;min-height:auto;padding:44px 24px}.signal-line{justify-self:start;height:72px}.activity-feed,.summary-grid{grid-template-columns:1fr 1fr}.span-5,.span-6,.span-7{grid-column:1/-1}}@media (max-width:760px){.activity-feed,.project-list,.summary-grid{grid-template-columns:1fr}.panel{padding:20px}.inline-form{grid-template-columns:1fr}}.project-rail-project-menu,.suite-switcher,.topbar-accordion{animation:dropdown-in var(--dur-state) var(--ease-out-quart) both}@keyframes dropdown-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+1f??}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Inter Fallback;src:local("Arial");ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.00%;size-adjust:107.12%}.__className_fc959a{font-family:Inter,Inter Fallback;font-style:normal}.__variable_fc959a{--font-inter:"Inter","Inter Fallback"}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/edc640959b0c7826-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ac0e76ddaeeb7981-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/64d784ea54a4acde-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ff71da380fbe67dd-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/6d831b18ae5b01dc-s.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:JetBrains Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/558ca1a6aa3cb55e-s.p.woff2?dpl=dpl_7weGzPMCguA8JjABAfFxxhvowRmR) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:JetBrains Mono Fallback;src:local("Arial");ascent-override:75.79%;descent-override:22.29%;line-gap-override:0.00%;size-adjust:134.59%}.__className_316b8c{font-family:JetBrains Mono,JetBrains Mono Fallback;font-style:normal}.__variable_316b8c{--font-jetbrains-mono:"JetBrains Mono","JetBrains Mono Fallback"}.t-display-lg{font-size:56px;line-height:1.04;letter-spacing:-.022em}.t-display-lg,.t-display-md{font-family:var(--font-display);font-weight:600}.t-display-md{font-size:44px;line-height:1.06;letter-spacing:-.018em}.t-display-sm{font-size:32px;line-height:1.1;letter-spacing:-.014em}.t-display-sm,.t-headline-lg{font-family:var(--font-display);font-weight:600}.t-headline-lg{font-size:24px;line-height:1.18;letter-spacing:-.01em}.t-headline-md{font-size:20px;line-height:1.22;letter-spacing:-.006em}.t-headline-md,.t-headline-sm{font-family:var(--font-display);font-weight:600}.t-headline-sm{font-size:18px;line-height:1.3;letter-spacing:0}.t-body-lg{font-size:16px;line-height:1.5;letter-spacing:0}.t-body-lg,.t-body-md{font-family:var(--font-sans);font-weight:400}.t-body-md{font-size:14px;line-height:1.55;letter-spacing:.005em}.t-caption-lg{font-size:12px;letter-spacing:.01em}.t-caption-lg,.t-caption-md{font-family:var(--font-sans);line-height:1.4;font-weight:500}.t-caption-md{font-size:11px;letter-spacing:.04em}.t-caption-sm{font-family:var(--font-sans);font-size:10px;line-height:1.3;letter-spacing:.08em;font-weight:500}.t-mono-data{font-family:var(--font-mono);font-size:12px;line-height:1.4;letter-spacing:0;font-weight:500;font-variant-numeric:tabular-nums;font-feature-settings:"tnum" 1}