.graph-page-shell{display:grid;grid-template-columns:1fr 320px;gap:1rem;height:calc(100dvh - var(--cohort-shell-height, 64px));background:var(--surface-base, #0d0d1a);transition:grid-template-columns var(--motion-standard) var(--motion-ease, ease-in-out)}[data-graph-companion=closed] .graph-page-shell{grid-template-columns:1fr}.graph-main{min-width:0;height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr);position:relative}.graph-companion{background:var(--surface-elevated, #111823);border-left:1px solid var(--border-subtle, rgba(66, 232, 255, .14));padding:1rem;overflow-y:auto;max-height:100%}[data-graph-companion=closed] .graph-companion{display:none}@media(max-width:1024px){.graph-page-shell{grid-template-columns:1fr;transition:none}.graph-companion{display:none}.graph-companion-toggle{display:none!important}}.graph-hud-card{position:relative;z-index:10;background:var(--cohort-surface-elevated);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-subtle, rgba(66, 232, 255, .14));border-radius:6px;padding:.5rem .75rem;font-size:.82rem;color:var(--ink-primary, #e8e8e8);pointer-events:none}@supports not ((backdrop-filter: blur(8px)) or (-webkit-backdrop-filter: blur(8px))){.graph-hud-card{background:var(--cohort-surface-elevated)}}.graph-hud-stats{grid-area:stats;align-self:center;font-family:var(--font-mono, monospace);font-size:.78rem;color:var(--ink-secondary, #a0a0c0);letter-spacing:.04em;white-space:nowrap}.graph-show-all{min-inline-size:44px;min-block-size:44px;padding:.3rem .7rem;border:1px solid var(--cohort-border, #444);border-radius:4px;background:transparent;color:var(--cohort-foreground, #aaa);cursor:pointer;font-size:.75rem}.graph-show-all:focus-visible{outline:3px solid var(--cohort-focus);outline-offset:2px}.graph-start-status{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:.75rem;color:var(--cohort-foreground-muted)}.graph-hud-controls{grid-area:controls;display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;gap:.4rem;pointer-events:auto}.graph-hud-filter{grid-area:filter;min-width:0;padding:4px;pointer-events:auto}.graph-companion-toggle:focus-visible{outline:3px solid var(--cohort-focus);outline-offset:2px}@media(prefers-reduced-motion:reduce){.graph-page-shell{transition:none}}.graph-page{position:relative;width:100%;min-height:80vh;display:flex;flex-direction:column;gap:0}.local-graph{margin-top:2.5rem;padding-top:1.5rem;border-top:1px solid #222}.local-graph h3{font-size:1rem;color:#888;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:.05em}.graph-legend{background:#000c;border:1px solid #333;border-radius:8px;padding:.75rem 1rem;min-width:160px}.graph-page .graph-legend{position:absolute;top:12px;right:12px;z-index:5}.local-graph .graph-legend{position:static;margin-top:.75rem;display:inline-block}.graph-legend-title{font-size:.75rem;color:#888;text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem}.graph-legend-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.3rem}.graph-legend-item{display:flex;align-items:center;gap:.5rem}.graph-legend-swatch{display:inline-block;width:12px;height:12px;border-radius:2px;flex-shrink:0}.graph-legend-label{font-size:.75rem;color:#ccc;white-space:nowrap}.graph-tooltip{position:absolute;background:#000000d9;border:1px solid #333;border-radius:6px;padding:.5rem .75rem;color:#e8e8e8;font-size:.8rem;max-width:240px;pointer-events:none;z-index:10}.graph-tooltip strong{display:block;margin-bottom:.25rem;color:#fff}.graph-tooltip span{color:#aaa;line-height:1.4}.graph-controller{min-height:0;min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:auto minmax(120px,1fr) auto;grid-template-areas:"stats controls" "stage stage" "filter filter"}.graph-stage{grid-area:stage;position:relative;overflow:hidden}@media(max-width:1100px){.graph-controller{grid-template-columns:minmax(0,1fr);grid-template-rows:auto auto minmax(120px,1fr) auto;grid-template-areas:"stats" "controls" "stage" "filter"}.graph-hud-card{padding:.25rem .5rem}}
