@import "https://fonts.googleapis.com/css2?family=JetBrains+Mono:wght@400;500&family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=Syne:wght@500;600;700;800&display=swap";:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#080c10;--bg-elevated:#0e1318e6;--bg-panel:#0e1318f0;--bg-soft:#1f2a346b;--line:#64b4ff1a;--line-strong:#64b4ff3d;--text:#e4edf6;--muted:#7fa4be;--accent:#00d2b4;--accent-strong:#3b8bff;--warning:#f5a623;--danger:#ff7373;--critical:#ff4d6d;--radius-xl:24px;--radius-lg:18px;--radius-md:12px;--shadow-xl:0 26px 64px #00000057;--shadow-soft:0 14px 30px #0000002e;--font-body:"Plus Jakarta Sans", "Segoe UI Variable", sans-serif;--font-display:"Syne", "Plus Jakarta Sans", sans-serif;--font-mono:"JetBrains Mono", monospace;font-family:var(--font-body)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{min-height:100vh;color:var(--text);background:radial-gradient(circle at 0 0,#00d2b41f,#0000 26%),radial-gradient(circle at 100% 0,#3b8bff24,#0000 24%),linear-gradient(#080c10 0%,#0a1016 54%,#0c131a 100%);margin:0}body:before{content:"";pointer-events:none;background-image:linear-gradient(#64b4ff08 1px,#0000 1px),linear-gradient(90deg,#64b4ff08 1px,#0000 1px);background-size:96px 96px;position:fixed;inset:0;-webkit-mask-image:linear-gradient(#00000057,#0000 82%);mask-image:linear-gradient(#00000057,#0000 82%)}a,button,input{font:inherit}.boot-screen{min-height:100vh;color:var(--muted);place-items:center;display:grid}.app-shell{grid-template-columns:300px minmax(0,1fr);min-height:100vh;display:grid}.sidebar{border-right:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#07111ff5,#07111fd1);flex-direction:column;gap:20px;height:100vh;padding:28px 22px;display:flex;position:sticky;top:0}.sidebar__brand{align-items:center;gap:16px;display:flex}.sidebar__crest{letter-spacing:.08em;background:linear-gradient(135deg,#6cd5ff3d,#5df0c02e);border:1px solid #6cd5ff52;border-radius:16px;place-items:center;width:52px;height:52px;font-weight:800;display:grid}.sidebar h1,.topbar h2,.panel h3,.subpanel h4{font-family:var(--font-display);letter-spacing:-.03em;margin:0}.eyebrow{letter-spacing:.14em;text-transform:uppercase;color:var(--accent);margin:0 0 6px;font-size:.68rem;font-weight:700}.sidebar__summary{color:var(--muted);margin:0;line-height:1.6}.sidebar__nav{flex-direction:column;gap:10px;display:flex}.sidebar__nav-item{text-align:left;width:100%;color:var(--text);cursor:pointer;background:#ffffff05;border:1px solid #0000;border-radius:18px;align-items:center;gap:14px;padding:12px 14px;display:flex}.sidebar__nav-item:hover{border-color:var(--line);background:#ffffff0a}.sidebar__nav-item.is-active{border-color:var(--line-strong);background:linear-gradient(135deg,#6cd5ff24,#5df0c014)}.sidebar__nav-item strong{display:block}.sidebar__nav-item small,.sidebar__footer,.timestamp-block small,.editor-cell small,.project-fact small,.catalog-row small{color:var(--muted)}.sidebar__nav-index{font-family:var(--font-mono);color:var(--accent-strong);padding-top:2px;font-size:.8rem}.sidebar__footer{border:1px solid var(--line);background:#ffffff08;border-radius:18px;align-items:center;gap:10px;margin-top:auto;padding:14px;display:flex}.app-main{flex-direction:column;gap:22px;padding:28px;display:flex}.topbar{border-radius:var(--radius-xl);border:1px solid var(--line);box-shadow:var(--shadow-soft);background:linear-gradient(#0e1318f5,#0c1218f0);padding:18px 20px}.topbar__main{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.topbar__context{flex-direction:column;gap:8px;min-width:0;display:flex}.topbar__titleline{align-items:center;gap:10px;min-width:0;display:inline-flex}.topbar__context-slot{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.topbar__subline{color:var(--muted);max-width:620px;margin:10px 0 0}.topbar__controls{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:12px;min-width:min(520px,100%);display:flex}.search-field{border:1px solid var(--line);background:#ffffff0a;border-radius:16px;align-items:center;gap:10px;min-width:280px;height:48px;padding:0 14px;display:flex}.search-field input{width:100%;color:var(--text);background:0 0;border:0;outline:none}.window-switcher{border:1px solid var(--line);background:#ffffff08;border-radius:18px;gap:6px;padding:6px;display:flex}.window-switcher__button,.filter-pill{cursor:pointer;color:var(--muted);background:0 0;border:0;border-radius:12px;transition:background .12s,color .12s,transform .12s}.window-switcher__button{min-width:52px;padding:10px 14px}.window-switcher__button.is-active,.filter-pill.is-active{color:var(--text);background:linear-gradient(135deg,#6cd5ff3d,#5df0c029)}.filter-rail{flex-wrap:wrap;gap:10px;display:flex}.project-filter-panel__grid{grid-template-columns:minmax(0,1fr);gap:18px;display:grid}.project-filter-group{flex-direction:column;gap:12px;display:flex}.project-filter-group strong,.project-select-field span{letter-spacing:.04em;text-transform:uppercase;color:var(--muted);font-size:.86rem}.project-filter-group--controls{grid-template-columns:minmax(220px,280px) minmax(0,1fr);align-items:end;gap:18px;display:grid}.project-select-field{flex-direction:column;gap:10px;display:flex}.project-select-field select{border:1px solid var(--line);width:100%;height:48px;color:var(--text);background:#ffffff0a;border-radius:16px;outline:none;padding:0 14px}.project-toggle-rail{flex-wrap:wrap;gap:10px;display:flex}.filter-pill{border:1px solid var(--line);background:#ffffff08;padding:10px 16px}.mode-pill,.timestamp-block,.meta-pill,.metric-card__badge,.catalog-row__status{border:1px solid var(--line);background:#ffffff08;border-radius:16px;align-items:center;gap:8px;padding:11px 14px;display:inline-flex}.mode-pill--live{background:#5df0c014;border-color:#5df0c057}.mode-pill--loading{background:#f7ca5e14;border-color:#f7ca5e3d}.status-dot{background:var(--warning);border-radius:999px;width:9px;height:9px;box-shadow:0 0 0 6px #f7ca5e1f}.status-dot--live,.mode-pill--live .status-dot{background:var(--accent-strong);box-shadow:0 0 0 6px #5df0c01f}.overview-grid,.charts-grid,.catalog-grid,.roadmap-grid,.ranking-grid,.actions-grid,.ops-detail-grid{gap:18px;display:grid}.overview-grid,.charts-grid,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-group__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.catalog-group__header small,.catalog-distribution-note{color:var(--muted)}.roadmap-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.ranking-grid,.actions-grid{grid-template-columns:.95fr 1.05fr}.ops-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.panel,.subpanel,.metric-card{border-radius:var(--radius-xl);border:1px solid var(--line);background:linear-gradient(180deg, var(--bg-panel), #0c1117f0);box-shadow:var(--shadow-soft)}.panel{padding:24px}.ops-command-center,.subpanel{padding:18px}.panel__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.panel__meta-grid{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.metric-card__label-row{justify-content:space-between;align-items:center;gap:8px;margin-bottom:20px;display:flex}.metric-card__label{color:var(--muted)}.metric-card__value{letter-spacing:-.04em;margin-bottom:10px;font-size:clamp(1.9rem,2vw,2.6rem);display:block}.metric-card__hint{color:var(--muted);margin:0;line-height:1.6}.overview-cluster-card{flex-direction:column;gap:18px;display:flex}.overview-cluster-card--wide{grid-column:1/-1}.overview-cluster-card__header,.overview-cluster-card__titleline,.overview-cluster-card__metric-label{align-items:flex-start;gap:10px;display:flex}.overview-cluster-card__header{justify-content:space-between}.overview-cluster-card__titleline h3{margin:0}.overview-cluster-card__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.overview-cluster-card__metric{border:1px solid var(--line);background:#ffffff06;border-radius:16px;padding:14px 15px}.overview-cluster-card__metric-label{color:var(--muted);justify-content:space-between;margin-bottom:10px;font-size:.84rem;line-height:1.45}.overview-cluster-card__metric strong{letter-spacing:-.04em;font-size:clamp(1.12rem,1.8vw,1.62rem);display:block}.delivery-discipline-chart{gap:18px;display:grid}.delivery-discipline-chart__summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.delivery-discipline-chart__summary-item{border:1px solid var(--line);background:#ffffff06;border-radius:15px;gap:7px;min-width:0;padding:13px 14px;display:grid}.delivery-discipline-chart__summary-label{color:var(--muted);align-items:center;gap:8px;font-size:.8rem;line-height:1.35;display:flex}.delivery-discipline-chart__summary-item strong{letter-spacing:-.04em;font-size:clamp(1.18rem,2vw,1.7rem)}.delivery-discipline-chart__summary-item small,.delivery-discipline-chart__note{color:var(--muted)}.delivery-discipline-chart__swatch{background:currentColor;border-radius:999px;flex:none;width:20px;height:3px}.delivery-discipline-chart__plot-wrap{padding-bottom:2px;overflow-x:auto}.delivery-discipline-chart__svg{width:100%;min-width:620px;height:auto;display:block}.delivery-discipline-chart__grid-line{stroke:#ffffff14;stroke-width:1px}.delivery-discipline-chart__axis-label,.delivery-discipline-chart__empty-label{fill:var(--muted);font-family:var(--font-mono);font-size:11px}.delivery-discipline-chart__empty-label{font-size:13px}.delivery-discipline-chart__line{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;vector-effect:non-scaling-stroke}.delivery-discipline-chart__endpoint{fill:currentColor;stroke:var(--bg-panel);stroke-width:2px;vector-effect:non-scaling-stroke}.delivery-discipline-chart__series--first-delivery{color:var(--accent-strong)}.delivery-discipline-chart__series--final-approval{color:#6cd5ff}.delivery-discipline-chart__series--clean-approval{color:var(--warning)}.delivery-discipline-chart__series--loss{color:#ff8074}.delivery-discipline-chart__series--loss .delivery-discipline-chart__line{stroke-dasharray:7 6}.delivery-discipline-chart__note{margin:0;font-size:.82rem;line-height:1.55}.heatmap-table-wrapper{overflow:auto}.editor-dimension-board{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 18px;display:grid}.editor-dimension-board>div{border:1px solid var(--line-strong);background:linear-gradient(145deg,#14232cf5,#0c1820e6);border-radius:14px;gap:5px;padding:14px 16px;display:grid}.editor-dimension-board span,.capacity-board__header span{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem;font-weight:700}.editor-dimension-board strong{font-size:1.25rem}.editor-dimension-board small,.capacity-board small{color:var(--muted);line-height:1.4}.capacity-board{background:linear-gradient(145deg,#2d231280,#12191edb);border:1px solid #f5a62338;border-radius:16px;gap:12px;margin-top:18px;padding:16px;display:grid}.capacity-board__header{justify-content:space-between;align-items:end;gap:18px;display:flex}.capacity-board__header>div{gap:4px;display:grid}.capacity-board__list{grid-template-columns:repeat(5,minmax(0,1fr));gap:8px;display:grid}.capacity-board__list button{border:1px solid var(--line);color:inherit;text-align:left;cursor:pointer;background:#ffffff09;border-radius:12px;gap:5px;padding:11px;display:grid}.capacity-board__list span,.capacity-board__list em{color:var(--muted);font-size:.75rem;font-style:normal}@media (width<=900px){.editor-dimension-board,.capacity-board__list{grid-template-columns:1fr}.capacity-board__header{flex-direction:column;align-items:start}}.heatmap-table{border-collapse:collapse;width:100%;min-width:1500px}.heatmap-table th,.heatmap-table td{text-align:left;border-top:1px solid var(--line);vertical-align:top;padding:15px 14px}.heatmap-table thead th{color:var(--muted);border-top:0;font-size:.85rem;font-weight:600}.heatmap-table tbody tr,.ranking-table tbody tr{cursor:pointer}.heatmap-table tbody tr:hover,.heatmap-table tbody tr.is-selected,.ranking-table tbody tr:hover,.ranking-table tbody tr.is-selected{background:#ffffff09}.editor-cell{align-items:center;gap:12px;display:flex}.editor-cell__identity{min-width:0}.editor-cell__name-row{align-items:center;gap:10px;min-width:0;display:inline-flex}.editor-copy-button{border:1px solid var(--line);width:30px;height:30px;color:var(--muted);cursor:pointer;background:#ffffff08;border-radius:10px;justify-content:center;align-items:center;transition:border-color .14s,background .14s,color .14s,transform .14s;display:inline-flex}.editor-copy-button:hover,.editor-copy-button:focus-visible{color:var(--text);background:#6cd5ff14;border-color:#6cd5ff4d;outline:none;transform:translateY(-1px)}.editor-copy-button svg{width:15px;height:15px}.editor-avatar{width:42px;height:42px;color:var(--accent);background:#6cd5ff24;border-radius:14px;place-items:center;font-weight:700;display:grid}.heatmap-rank-pill{border:1px solid var(--line);min-width:52px;color:var(--accent-strong);font-family:var(--font-mono);background:#ffffff08;border-radius:999px;justify-content:center;align-items:center;padding:8px 10px;font-size:.88rem;display:inline-flex}.heatmap-metric-value{letter-spacing:-.03em;min-width:2ch;font-size:1rem;display:inline-block}.risk-chip{border:1px solid #0000;border-radius:999px;align-items:center;width:fit-content;padding:7px 10px;font-size:.82rem;font-weight:700;display:inline-flex}.risk-chip--low{color:#8ff0ca;background:#5df0c01a;border-color:#5df0c03d}.risk-chip--medium{color:#f7ca5e;background:#f7ca5e1a;border-color:#f7ca5e38}.risk-chip--high{color:#ff9d76;background:#ff73731a;border-color:#ff737338}.risk-chip--critical{color:#ff7f97;background:#ff4d6d1f;border-color:#ff4d6d47}.risk-chip--with-value{gap:10px}.mini-bar,.bucket-grid__rail{background:#ffffff0a;border-radius:999px;height:28px;position:relative;overflow:hidden}.mini-bar span,.bucket-grid__rail span{background:linear-gradient(90deg,#6cd5ff47,#5df0c057);position:absolute;inset:0 auto 0 0}.mini-bar em{z-index:1;padding:6px 10px;font-style:normal;display:block;position:relative}.signal-stack,.event-stack,.definition-grid,.project-facts,.bucket-grid,.catalog-table,.podium-list,.playbook-list,.task-list,.timeline-selector,.timeline-stages,.timeline-meta{flex-direction:column;gap:12px;display:flex}.heatmap-empty-text{color:var(--muted);font-size:.88rem}.heatmap-snackbar{z-index:40;color:var(--text);background:#080c10f0;border:1px solid #6cd5ff3d;border-radius:14px;padding:12px 16px;position:fixed;bottom:24px;right:24px;box-shadow:0 18px 34px #04090e47}.editor-workbench__meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.editor-workbench__hero{flex-direction:column;gap:16px;margin-bottom:18px;display:flex}.editor-workbench__hero-header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.editor-workbench__hero-copy{flex-direction:column;gap:6px;display:flex}.editor-workbench__hero-summary{max-width:720px;color:var(--muted);margin:0;line-height:1.6}.editor-summary-strip,.editor-note-grid{gap:12px;display:grid}.editor-summary-strip{grid-template-columns:repeat(6,minmax(0,1fr))}.editor-note-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-risk-summary{flex-direction:column;gap:16px;display:flex}.editor-risk-summary__text{color:var(--text);margin:0;font-size:1rem;line-height:1.7}.editor-risk-summary__grid{align-items:stretch}.editor-risk-signal{gap:10px}.editor-risk-signal__headline{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.editor-summary-card,.editor-note-card{border:1px solid var(--line);background:#ffffff06;border-radius:18px}.editor-summary-card{flex-direction:column;gap:8px;padding:14px 16px;display:flex}.editor-summary-card--emphasis{background:linear-gradient(#3b8bff29,#3b8bff0a),#ffffff06;border-color:#3b8bff3d}.editor-summary-card__label,.editor-note-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.74rem}.editor-summary-card__value{letter-spacing:-.04em;font-size:clamp(1.12rem,1.45vw,1.5rem)}.editor-note-card{flex-direction:column;gap:8px;padding:15px 16px;display:flex}.editor-note-card strong{letter-spacing:-.03em;font-size:1.1rem}.editor-note-card p{color:var(--muted);margin:0;line-height:1.55}.editor-page-layout{position:relative}.editor-page-layout__main{flex-direction:column;gap:16px;min-width:0;display:flex}.editor-page-layout__drawer{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);z-index:31;opacity:0;background:#080c10d6;border:1px solid #64b4ff1f;border-radius:24px;width:min(720px,100vw - 24px);padding:12px;transition:transform .22s,opacity .18s;position:fixed;top:12px;bottom:12px;right:12px;overflow:auto;transform:translate(calc(100% + 24px));box-shadow:0 28px 52px #04090e66}.editor-page-layout__drawer.is-open{opacity:1;transform:translate(0)}.editor-page-layout__drawer-chrome,.editor-surface-toolbar__header,.editor-surface-toolbar__titleline,.editor-surface-toolbar__actions,.editor-surface-toolbar__toggle,.editor-surface-toolbar__meta{gap:12px;display:flex}.editor-page-layout__drawer-chrome{z-index:2;background:linear-gradient(#080c10f5,#080c10b8);justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:8px;position:sticky;top:0}.editor-page-layout__backdrop{z-index:30;opacity:0;background:#050a1000;border:0;padding:0;transition:opacity .22s,background .22s;position:fixed;inset:0}.editor-page-layout__backdrop.is-open{opacity:1;background:#050a108f}.editor-surface-toolbar__header{justify-content:space-between;align-items:flex-start}.editor-surface-toolbar__copy{flex-direction:column;gap:8px;min-width:0;display:flex}.editor-surface-toolbar__titleline{flex-wrap:wrap;align-items:center}.editor-surface-toolbar__titleline h3{margin:0}.editor-surface-toolbar__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center}.editor-surface-toolbar__toggle,.editor-surface-toolbar__meta{flex-wrap:wrap}.editor-surface-toolbar__meta{margin-top:18px}.editor-surface-toolbar__toggle{scrollbar-width:none;flex-wrap:nowrap;overflow-x:auto}.editor-surface-toolbar__toggle::-webkit-scrollbar{display:none}.editor-workbench__tabs{border:1px solid var(--line);scrollbar-width:none;background:#ffffff08;border-radius:18px;flex-wrap:nowrap;gap:8px;margin-bottom:18px;padding:6px;display:flex;overflow-x:auto}.editor-workbench__tabs::-webkit-scrollbar{display:none}.editor-workbench__tab{cursor:pointer;color:var(--muted);white-space:nowrap;background:0 0;border:0;border-radius:12px;flex:none;padding:10px 14px;transition:background .12s,color .12s,transform .12s}.editor-workbench__tab:hover{color:var(--text);transform:translateY(-1px)}.editor-workbench__tab.is-active{color:var(--text);background:linear-gradient(135deg,#00d2b429,#3b8bff24)}.editor-workbench--drawer .editor-workbench__hero-summary{max-width:none}.editor-workbench--drawer .editor-workbench__grid,.editor-workbench--drawer .editor-workbench__grid--tabbed,.editor-workbench--drawer .editor-note-grid{grid-template-columns:1fr}.editor-workbench--drawer .editor-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-workbench__grid{grid-template-columns:1.05fr .95fr;gap:16px;display:grid}.editor-workbench__grid--tabbed{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start}.editor-workbench__grid--tabbed>.subpanel,.editor-workbench__grid--tabbed>.timeline-panel,.editor-workbench__grid--tabbed>.trend-panel{min-width:0}.editor-workbench-loading{flex-direction:column;gap:14px;display:flex}.editor-workbench-loading__hero,.editor-workbench-loading__card,.editor-workbench-loading__chart,.editor-workbench-loading__detail,.editor-workbench-loading__tab{border:1px solid var(--line);background:#ffffff09;border-radius:18px}.editor-workbench-loading__hero{height:110px}.editor-workbench-loading__tabs{gap:8px;display:flex;overflow:hidden}.editor-workbench-loading__tab{flex:1 1 0;min-width:110px;height:40px}.editor-workbench-loading__summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.editor-workbench-loading__card{height:84px}.editor-workbench-loading__analysis{grid-template-columns:minmax(0,1.3fr) minmax(0,.9fr);gap:12px;display:grid}.editor-workbench-loading__chart{min-height:280px}.editor-workbench-loading__rail{flex-direction:column;gap:12px;display:flex}.editor-workbench-loading__detail{min-height:88px}.loading-shimmer{position:relative;overflow:hidden}.loading-shimmer:after{content:"";background:linear-gradient(90deg,#0000 0%,#ffffff08 32%,#6cd5ff1f 50%,#ffffff08 68%,#0000 100%);animation:1.45s ease-in-out infinite loading-shimmer-slide;position:absolute;inset:0;transform:translate(-100%)}@keyframes loading-shimmer-slide{to{transform:translate(100%)}}.subpanel--quiet{background:linear-gradient(#10161df5,#0c1218f0)}.subpanel__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.subpanel__heading{min-width:0}.subpanel__titleline{align-items:center;gap:10px;min-width:0;display:inline-flex}.subpanel__actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.info-tooltip{align-items:center;display:inline-flex;position:relative}.info-tooltip__trigger{width:20px;height:20px;color:var(--muted);cursor:help;background:#ffffff08;border:1px solid #64b4ff29;border-radius:999px;justify-content:center;align-items:center;padding:0;display:inline-flex}.info-tooltip__trigger svg{width:12px;height:12px}.info-tooltip__content{width:min(320px,100vw - 24px);color:var(--text);box-shadow:var(--shadow-soft);opacity:0;pointer-events:none;z-index:60;background:#080c10f5;border:1px solid #64b4ff29;border-radius:14px;padding:12px 14px;line-height:1.55;transition:opacity .12s,transform .12s;position:fixed;transform:translateY(4px)}.info-tooltip__content.is-open{opacity:1}.info-tooltip__content[data-placement=top]{transform:translateY(-4px)}.info-tooltip__content.is-open[data-placement=top]{transform:translateY(0)}.info-tooltip__content[data-placement=bottom]{transform:translateY(4px)}.info-tooltip__content.is-open[data-placement=bottom]{transform:translateY(0)}.compare-workbench,.compare-hero-card,.compare-metric-row,.compare-chip{border:1px solid var(--line);background:#ffffff06;border-radius:16px}.compare-workbench{flex-direction:column;gap:16px;display:flex}.compare-workbench__header,.compare-picker,.compare-hero-card__meta,.compare-metric-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.compare-workbench__header small,.compare-hero-card small,.compare-metric-row small,.compare-empty-state,.compare-delta{color:var(--muted)}.compare-picker{flex-wrap:wrap;justify-content:flex-end}.compare-chip{color:var(--text);cursor:pointer;padding:10px 14px}.compare-chip.is-active,.compare-chip:hover{border-color:var(--line-strong);background:#ffffff0d}.compare-layout,.compare-buckets{flex-direction:column;gap:14px;display:flex}.compare-hero-grid,.compare-buckets{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.compare-hero-card,.compare-metric-row{padding:14px}.compare-hero-card__eyebrow{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;margin-bottom:8px;font-size:.78rem;display:block}.compare-metric-list{flex-direction:column;gap:10px;display:flex}.compare-metric-row{grid-template-columns:1.25fr .85fr .85fr 1fr;align-items:center;display:grid}.compare-delta.is-primary{color:var(--accent-strong)}.compare-delta.is-secondary{color:var(--warning)}.compare-buckets__column{flex-direction:column;gap:12px;display:flex}.compare-empty-state{padding:18px 0 4px}.definition-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.definition-grid__item,.bucket-grid__item,.event-stack__item,.project-fact,.catalog-row{border:1px solid var(--line);background:#ffffff06;border-radius:16px;justify-content:space-between;align-items:flex-start;gap:12px;padding:14px;display:flex}.bucket-grid__item{grid-template-columns:120px auto;align-items:center;display:grid}.bucket-grid__item strong{justify-self:end}.bucket-grid__rail{grid-column:1/-1}.project-fact{flex-direction:column}.project-facts__header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.project-facts__header small,.project-fact__link{color:var(--muted)}.project-fact.is-linked{background:radial-gradient(circle at 100% 0,#6cd5ff24,#0000 28%),#ffffff0a;border-color:#6cd5ff57}.project-fact__actions{justify-content:flex-end;display:flex}.project-fact__link{padding-top:4px;font-size:.84rem}.event-stack__item.is-linked{background:radial-gradient(circle at 100% 0,#5df0c01f,#0000 28%),#ffffff0a;border-color:#5df0c04d}.event-stack__value{text-align:right}.event-stack__link{color:var(--muted);max-width:200px;margin-top:6px;font-size:.8rem;line-height:1.45;display:block}.trend-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.chart-card,.project-lane,.project-queue-card,.bucket-band-card,.chart-compare-panel,.chart-compare-card,.chart-compare-chip,.chart-compare-row{background:#ffffff06}.chart-card{flex-direction:column;gap:16px;display:flex}.chart-card__header,.bucket-band-card__header,.chart-compare-header,.chart-compare-toolbar,.project-lane__header,.project-queue-toolbar,.project-queue-toolbar__actions,.project-queue-card__header,.project-queue-card__footer,.project-queue-history__header,.project-history-item__header,.charts-footing,.chart-insight__meta,.chart-compare-toggle{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.chart-card__header small,.chart-compare-header small,.chart-compare-row small,.project-lane__header p,.project-queue-toolbar__summary p,.project-queue-card p,.project-queue-card small,.project-queue-card__meta,.project-queue-card__stats span,.project-stage-pill{color:var(--muted)}.chart-svg-wrap{width:100%}.chart-svg{width:100%;height:auto;display:block}.chart-svg--list{min-height:220px}.chart-axis,.chart-rail{stroke:var(--line);fill:#ffffff08}.chart-fill{fill:#6cd5ff47;stroke:#5df0c057}.chart-group{cursor:pointer}.chart-group.is-active .chart-bar,.chart-group:hover .chart-bar,.chart-group:hover .chart-fill,.chart-group:hover .chart-rail{stroke-width:2px;stroke:#eff5ff8a}.chart-bar{fill:#6cd5ff38;stroke:#6cd5ff57}.chart-bar--critical{fill:#ff4d6d47;stroke:#ff7f9761}.chart-bar--high{fill:#ff9d7642;stroke:#ff9d7661}.chart-bar--medium{fill:#f7ca5e3d;stroke:#f7ca5e5c}.chart-bar--low{fill:#5df0c038;stroke:#5df0c05c}.chart-label,.chart-value{fill:var(--text);font-size:11px;font-family:var(--font-mono)}.bar-stack{min-height:236px}.bar-stack--compact{min-height:212px}.bucket-band-list,.project-lane__cards{flex-direction:column;gap:12px;display:flex}.chart-compare-shell,.chart-compare-list{flex-direction:column;gap:14px;display:flex}.distribution-drilldown,.distribution-column,.distribution-stat,.distribution-pill,.catalog-chip,.catalog-band,.ops-health-detail-card,.communication-mix-panel,.communication-mix-row{border:1px solid var(--line);background:#ffffff06;border-radius:16px}.chart-compare-panel,.chart-compare-card,.chart-compare-row{border:1px solid var(--line);border-radius:18px;padding:14px}.chart-compare-toggle,.chart-compare-window-pills{flex-wrap:wrap;gap:10px;display:flex}.chart-compare-chip{color:var(--text);cursor:pointer;border:1px solid var(--line);border-radius:14px;padding:10px 14px}.distribution-drilldown{flex-direction:column;gap:16px;margin-top:18px;display:flex}.distribution-drilldown__meta,.distribution-column__header,.distribution-range-row,.distribution-footnote,.catalog-chip-row,.catalog-band-list,.catalog-row__confidence{flex-wrap:wrap;gap:10px;display:flex}.distribution-drilldown__meta,.distribution-column__header,.distribution-range-row{justify-content:space-between;align-items:flex-start}.distribution-pill-list{flex-wrap:wrap;gap:10px;display:flex}.distribution-pill{color:var(--text);cursor:pointer;padding:10px 14px}.distribution-pill.is-active,.distribution-pill:hover{border-color:var(--line-strong);background:#ffffff0d}.distribution-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.distribution-column{flex-direction:column;gap:14px;padding:16px;display:flex}.distribution-column__header small,.distribution-range-row,.catalog-chip,.catalog-band small{color:var(--muted)}.distribution-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.distribution-stat{padding:14px}.distribution-stat span,.catalog-band small,.communication-mix-row small,.ops-health-detail-row span{color:var(--muted);margin-bottom:8px;display:block}.distribution-stat strong,.catalog-band strong,.communication-mix-row strong{display:block}.distribution-footnote{align-items:center}.chart-compare-chip.is-active,.chart-compare-chip:hover{border-color:var(--line-strong);background:#ffffff0d}.chart-compare-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.chart-compare-card__eyebrow{color:var(--accent);letter-spacing:.12em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;display:block}.chart-compare-row{grid-template-columns:1.25fr .8fr .8fr .8fr;align-items:center;gap:12px;display:grid}.chart-compare-delta{color:var(--accent-strong)}.bucket-band-card,.project-lane,.project-queue-card,.project-queue-banner{border:1px solid var(--line);border-radius:18px;padding:14px}.bucket-band-rail{background:#ffffff0a;border-radius:999px;height:16px;margin-top:10px;position:relative;overflow:hidden}.bucket-band{position:absolute;inset:0 auto 0 0}.bucket-band--watch{background:#5df0c047}.bucket-band--risk{background:#f7ca5e47}.bucket-band--critical{background:#ff4d6d57}.bucket-band-card{border:1px solid var(--line);color:var(--text);cursor:pointer;text-align:left}.bucket-band-card:hover{border-color:var(--line-strong);background:#ffffff0a}.charts-footing{align-items:stretch;margin-top:16px}.charts-footing>*{flex:1}.chart-insight,.chart-observation-notes,.project-queue-history{flex-direction:column;gap:14px;display:flex}.chart-insight__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--accent);font-size:.78rem}.chart-insight p,.chart-note p,.project-history-item p{color:var(--muted);margin:0;line-height:1.6}.chart-note-list,.project-queue-history__list{flex-direction:column;gap:12px;display:flex}.chart-note,.project-history-item{border:1px solid var(--line);background:#ffffff06;border-radius:16px;gap:10px;padding:14px;display:flex}.chart-note__dot{background:var(--accent-strong);border-radius:999px;flex-shrink:0;width:10px;height:10px;margin-top:5px}.project-queue-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.project-queue-toolbar{border:1px solid var(--line);background:radial-gradient(circle at 100% 0,#6cd5ff24,#0000 22%),#ffffff06;border-radius:20px;margin-bottom:14px;padding:16px}.project-queue-toolbar__summary{max-width:420px}.project-queue-toolbar__summary p{margin:6px 0 0}.project-queue-toolbar__actions{flex-wrap:wrap;justify-content:flex-end}.project-queue-toolbar .action-button:disabled{opacity:.45;cursor:not-allowed}.project-load-more{border:1px solid var(--line);color:var(--muted);background:#ffffff06;border-radius:20px;justify-content:center;align-items:center;gap:12px;margin-top:16px;padding:16px;display:flex}.project-load-more span{font-size:.84rem}.project-queue-banner{color:var(--accent-strong);background:#5df0c014;border-color:#5df0c03d;margin-bottom:14px}.project-lane__header p{margin:6px 0 12px}.project-queue-card.workspace-selector-card{gap:0;padding:0;overflow:hidden}.project-queue-card.is-selected,.project-queue-card.is-focused{border-color:#6cd5ff61;box-shadow:0 24px 42px #08101c3d}.project-queue-card__chrome,.project-queue-card__chrome-left,.project-queue-card__chrome-pills,.project-queue-card__footer{gap:10px;display:flex}.project-queue-card__chrome{justify-content:space-between;align-items:center;padding:14px 16px 0}.project-queue-card__chrome-left{align-items:center;min-width:0}.project-queue-card__chrome-pills{flex-wrap:wrap;justify-content:flex-end}.project-queue-card__select{cursor:pointer;width:fit-content;color:var(--muted);align-items:center;gap:8px;font-size:.84rem;display:inline-flex}.project-queue-card__select input{accent-color:var(--accent-strong)}.project-queue-card__select:has(input:disabled){cursor:not-allowed;opacity:.38}.project-id-copy{width:fit-content;color:var(--accent-strong);cursor:pointer;font:inherit;letter-spacing:.08em;text-transform:uppercase;background:#6cd5ff14;border:1px solid #6cd5ff38;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-size:.78rem;font-weight:700;transition:border-color .18s,background .18s,transform .18s;display:inline-flex}.project-id-copy:hover,.project-id-copy:focus-visible{background:#6cd5ff24;border-color:#6cd5ff70;outline:none;transform:translateY(-1px)}.project-id-copy svg{width:14px;height:14px}.project-id-copy--hero{padding:11px 14px}.project-queue-card__surface{width:100%;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:column;gap:12px;padding:10px 16px 14px;display:flex}.project-queue-card__surface:focus-visible{outline:none}.project-queue-card__signals{justify-content:flex-start;margin-top:2px}.project-queue-card__title-row{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:12px;width:100%;display:flex}.project-queue-card__title-row strong{flex:1 1 0;min-width:0}.project-queue-card__title-row .meta-pill{white-space:nowrap;border-radius:999px;margin-left:auto;padding:7px 10px;font-size:.78rem}.project-queue-card__signals span,.project-stage-pill{border:1px solid var(--line);background:#ffffff08;border-radius:999px;padding:7px 10px}.project-queue-card__signals span{color:var(--muted)}.project-queue-card__footer{flex-wrap:wrap;justify-content:space-between;align-items:center;padding:0 16px 14px}.project-queue-card__footer small{color:var(--muted)}.revision-priority-evidence{border:1px solid color-mix(in srgb, var(--danger) 30%, var(--line));background:linear-gradient(135deg, color-mix(in srgb, var(--danger) 8%, transparent), transparent 55%), var(--surface-raised);border-radius:18px;gap:14px;margin-top:16px;padding:18px;display:grid}.revision-priority-evidence__header,.revision-priority-evidence__header>div,.revision-priority-evidence__projects article,.revision-priority-evidence__projects article>div{display:flex}.revision-priority-evidence__header{justify-content:space-between;align-items:flex-start;gap:16px}.revision-priority-evidence__header>div,.revision-priority-evidence__projects article>div{flex-direction:column;gap:4px}.revision-priority-evidence__summary{flex-wrap:wrap;gap:8px;display:flex}.revision-priority-evidence__summary span{background:var(--surface-soft);color:var(--text-muted);border-radius:999px;padding:6px 9px;font-size:.78rem}.revision-priority-evidence__projects{gap:10px;display:grid}.revision-priority-evidence__projects article{border:1px solid var(--line);background:var(--surface);border-radius:14px;justify-content:space-between;align-items:flex-start;gap:18px;padding:13px}.revision-priority-evidence__projects article span{color:var(--text-muted);font-size:.78rem}.revision-priority-evidence__projects dl{grid-template-columns:repeat(3,minmax(88px,1fr));gap:8px 14px;margin:0;display:grid}.revision-priority-evidence__projects dl div{gap:2px;display:grid}.revision-priority-evidence__projects dt{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.68rem}.revision-priority-evidence__projects dd{margin:0;font-size:.8rem;font-weight:700}@media (width<=760px){.revision-priority-evidence__projects article{display:grid}.revision-priority-evidence__projects dl{grid-template-columns:repeat(2,minmax(0,1fr))}}.brief-calibration-panel{background:linear-gradient(135deg,#50c3aa1a,#ffb74d0b);border:1px solid #50c3aa47;border-radius:24px;flex-direction:column;gap:18px;padding:24px;display:flex}.brief-calibration-panel__header{justify-content:space-between;align-items:flex-start;gap:20px;display:flex}.brief-calibration-panel__header h2,.brief-calibration-panel__grid h3{margin:4px 0 0}.brief-calibration-panel__metrics{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.brief-calibration-panel__metrics>div,.brief-calibration-panel__grid>article{border:1px solid var(--line);background:#ffffff06;border-radius:16px;padding:14px}.brief-calibration-panel__metrics span,.brief-calibration-panel__metrics strong{display:block}.brief-calibration-panel__metrics span,.brief-calibration-panel__grid p,.brief-calibration-panel__rows span,.brief-calibration-panel__rows small,.brief-calibration-panel__state{color:var(--muted)}.brief-calibration-panel__metrics strong{margin-top:8px;font-size:1.22rem}.brief-calibration-panel__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.brief-calibration-panel__grid p{margin:7px 0 14px}.brief-calibration-panel__rows{flex-direction:column;gap:8px;display:flex}.brief-calibration-panel__rows>div{border-top:1px solid var(--line);justify-content:space-between;gap:14px;padding-top:8px;display:flex}@media (width<=1000px){.brief-calibration-panel__metrics{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=700px){.brief-calibration-panel__header,.brief-calibration-panel__rows>div{flex-direction:column}.brief-calibration-panel__metrics,.brief-calibration-panel__grid{grid-template-columns:1fr}}.project-queue-card p{margin:0;line-height:1.6}.project-stage-pill{color:var(--accent)}.project-queue-history__header small,.project-history-item__header .mode-pill{color:var(--muted)}.compact-empty-state{padding:28px 14px}.trend-workbench,.trend-detail-card,.trend-summary-card,.trend-metric-tab,.trend-point-pill,.trend-annotation,.trend-chart-shell{border:1px solid var(--line);background:#ffffff06;border-radius:16px}.trend-workbench{flex-direction:column;gap:16px;display:flex}.trend-workbench__header,.timeline-panel__header,.timeline-panel__stats{justify-content:space-between;align-items:center;gap:12px;display:flex}.trend-workbench__header small,.trend-detail-card p,.trend-metric-tab small,.trend-point-pill small,.trend-annotation span,.trend-compare-callout small{color:var(--muted)}.trend-metric-tabs{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;display:grid}.trend-metric-tab{color:var(--text);text-align:left;cursor:pointer;padding:12px 14px}.trend-metric-tab span,.trend-metric-tab small{display:block}.trend-metric-tab.is-active,.trend-metric-tab:hover,.trend-point-pill.is-active,.trend-point-pill:hover,.trend-chart__point.is-active circle{border-color:var(--line-strong);background:#ffffff0d}.trend-layout{grid-template-columns:minmax(0,1fr) 280px;gap:14px;display:grid}.trend-main,.trend-detail-rail,.trend-annotation-list{flex-direction:column;gap:12px;display:flex}.trend-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.trend-summary-card,.trend-detail-card,.trend-chart-shell{padding:14px}.trend-chart-legend,.trend-chart-legend__item,.trend-compare-callout{align-items:center;gap:10px;display:flex}.trend-chart-legend{flex-wrap:wrap;justify-content:flex-end;margin-bottom:10px}.trend-chart-legend__item{color:var(--muted);font-size:.82rem}.trend-chart-legend__swatch{background:#6cd5fff2;border-radius:999px;width:20px;height:3px}.trend-chart-legend__swatch--secondary{background:#f7ca5ef2}.trend-chart-legend__swatch--tracked{background:#67d4ffeb}.trend-chart-legend__swatch--manual{background:#f7bb5df2}.trend-summary-card span,.trend-detail-card__eyebrow{color:var(--muted);margin-bottom:8px;display:block}.trend-detail-card h5{letter-spacing:-.03em;margin:6px 0 0;font-size:1.55rem}.trend-breakdown{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px;display:grid}.trend-breakdown span{color:var(--muted);flex-direction:column;gap:4px;font-size:.82rem;display:flex}.trend-breakdown strong{color:var(--text);font-size:1rem}.trend-compare-callout{border-top:1px solid var(--line);flex-wrap:wrap;margin-top:12px;padding-top:12px}.trend-compare-callout span{color:var(--muted)}.trend-chart{width:100%;height:auto;display:block}.trend-chart-shell--line .trend-chart,.trend-chart-shell--stacked .trend-chart{overflow:visible}.trend-chart__area{opacity:.78}.trend-chart__grid-line,.trend-chart__focus-line{stroke:var(--line);stroke-width:1px}.trend-chart__focus-line{stroke:#6cd5ff59;stroke-dasharray:6 6}.trend-chart__line{filter:drop-shadow(0 4px 10px #52c6ff14)}.trend-chart__line--comparison{stroke-dasharray:8 6}.trend-chart__point{cursor:pointer}.trend-chart__point circle{fill:#0a121af5;stroke:#6cd5ffdb;stroke-width:2px}.trend-chart__comparison-focus{fill:#f7ca5ef2;stroke:#07111ff2;stroke-width:3px}.trend-chart__x-label,.trend-chart__y-label,.trend-chart__value-label{fill:var(--muted);font-size:9px;font-weight:500}.trend-chart__value-label{fill:var(--text);font-size:10px;font-weight:700}.trend-chart__x-label{font-size:8px}.trend-chart__bar-group{cursor:pointer}.trend-chart__bar-group:focus,.trend-chart__bar-group:focus-visible{outline:none}.trend-chart__bar-hitbox{fill:#0000}.trend-chart__bar{stroke:#0000;stroke-width:1px;transition:transform .12s,opacity .12s}.trend-chart__bar--tracked{fill:#67d4ffe6}.trend-chart__bar--manual{fill:#f7bb5df2}.trend-chart__bar-group.is-active .trend-chart__bar{stroke:#cceeffd1;filter:none}.trend-annotation{justify-content:space-between;align-items:center;gap:12px;padding:11px 12px;display:flex}.editor-workbench--drawer .trend-layout{grid-template-columns:1fr}.editor-workbench--drawer .trend-detail-rail{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.editor-workbench--drawer .trend-summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-workbench--drawer .trend-metric-tabs{scrollbar-width:none;flex-wrap:nowrap;padding-bottom:4px;display:flex;overflow-x:auto}.editor-workbench--drawer .trend-metric-tabs::-webkit-scrollbar{display:none}.editor-workbench--drawer .trend-metric-tab{flex:none;min-width:168px}.trend-workbench--compact{gap:12px}.trend-workbench--compact .trend-workbench__header{margin-bottom:4px}.trend-workbench--compact .trend-workbench__header small{display:none}.trend-workbench--compact .trend-layout{gap:10px}.trend-workbench--compact .trend-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.trend-workbench--compact .trend-summary-card,.trend-workbench--compact .trend-detail-card,.trend-workbench--compact .trend-chart-shell{padding:10px}.trend-workbench--compact .trend-detail-rail{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.trend-workbench--compact .trend-detail-card:last-child{grid-column:1/-1}.trend-workbench--compact .trend-chart-legend{justify-content:flex-start;margin-bottom:4px}.trend-workbench--compact .trend-detail-card p{font-size:.94rem;line-height:1.42}.trend-workbench--compact .trend-detail-card h5{font-size:1.35rem}.trend-workbench--compact .trend-breakdown{grid-template-columns:1fr;gap:6px}.timeline-layout{grid-template-columns:220px minmax(0,1fr);gap:14px;display:grid}.timeline-project{text-align:left;border:1px solid var(--line);color:var(--text);background:#ffffff08;border-radius:16px;padding:14px}.timeline-project.is-selected,.timeline-project:hover{border-color:var(--line-strong);background:#ffffff0d}.timeline-project strong,.timeline-project small{display:block}.timeline-panel{border:1px solid var(--line);background:#ffffff05;border-radius:18px;flex-direction:column;gap:16px;padding:16px;display:flex}.timeline-panel__header{align-items:flex-start}.timeline-panel__header small{color:var(--muted);margin-top:6px;display:block}.timeline-panel__stats{color:var(--muted);flex-wrap:wrap}.timeline-stages{padding-left:14px;position:relative}.timeline-stages:before{content:"";background:var(--line);width:1px;position:absolute;top:0;bottom:0;left:8px}.timeline-stage{align-items:flex-start;gap:14px;display:flex;position:relative}.timeline-stage__marker{z-index:1;border:2px solid var(--line-strong);background:#0d1b31;border-radius:999px;width:16px;height:16px;margin-top:2px;position:relative}.timeline-stage.is-complete .timeline-stage__marker{background:linear-gradient(135deg, var(--accent), var(--accent-strong));border-color:#6cd5ff66}.timeline-stage small,.timeline-meta__item span,.timeline-callout p{color:var(--muted)}.timeline-meta,.timeline-audit-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.timeline-meta__item,.timeline-audit-card,.timeline-callout{border:1px solid var(--line);background:#ffffff06;border-radius:16px;padding:14px}.timeline-meta__item strong,.timeline-audit-card strong{margin-top:8px;display:block}.timeline-audit-card span,.timeline-audit-card small{color:var(--muted)}.timeline-audit-card{background:radial-gradient(circle at 100% 0,#ffcd7c1a,#0000 28%),#ffffff06}.timeline-callout strong{margin-bottom:8px;display:block}.project-fact__stats{color:var(--muted);flex-wrap:wrap;gap:10px;display:flex}.project-fact__audit{flex-wrap:wrap;gap:8px;display:flex}.project-fact__audit span{color:var(--text);background:#ffcd7c14;border:1px solid #ffcd7c3d;border-radius:999px;padding:6px 10px;font-size:.84rem}.catalog-row{align-items:center}.catalog-row--metric{grid-template-columns:1.15fr 1fr;align-items:stretch;display:grid}.catalog-row__primary,.catalog-row__confidence{flex-direction:column;gap:12px;display:flex}.catalog-row__confidence{align-items:flex-end}.catalog-chip-row{align-items:center}.catalog-chip{padding:8px 10px;font-size:.8rem}.catalog-band-list{justify-content:flex-end}.catalog-band{min-width:88px;padding:10px 12px}.ranking-podium,.ranking-table-wrap,.action-playbooks,.action-task-list{min-height:100%}.podium-card,.queue-card,.action-button{cursor:pointer;border:0}.podium-card{text-align:left;border:1px solid var(--line);color:var(--text);background:radial-gradient(circle at 100% 0,#6cd5ff2e,#0000 25%),#ffffff08;border-radius:18px;flex-direction:column;gap:10px;padding:18px;display:flex}.podium-card:hover,.podium-card.is-selected,.queue-card:hover,.queue-card.is-selected,.task-card.is-selected{border-color:var(--line-strong);background:#ffffff0d}.podium-card__rank{font-family:var(--font-mono);color:var(--accent-strong)}.podium-card__score{border-top:1px solid var(--line);justify-content:space-between;align-items:center;padding-top:8px;display:flex}.ranking-table-scroll{overflow:auto}.ranking-table{border-collapse:collapse;width:100%;min-width:760px}.ranking-table th,.ranking-table td{border-top:1px solid var(--line);text-align:left;vertical-align:top;padding:14px 12px}.ranking-table thead th{color:var(--muted);border-top:0;font-size:.84rem}.ranking-table__editor{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.queue-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.queue-column{border:1px solid var(--line);background:#ffffff05;border-radius:22px;min-height:320px;padding:16px}.queue-column__header{justify-content:space-between;gap:12px;margin-bottom:14px;display:flex}.queue-column__header p,.queue-card p,.playbook-card p,.task-card p,.roadmap-card p{color:var(--muted);margin:0;line-height:1.6}.queue-column__cards{flex-direction:column;gap:12px;display:flex}.queue-card{text-align:left;border:1px solid var(--line);color:var(--text);background:#ffffff08;border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex}.queue-card__header{justify-content:space-between;align-items:center;gap:12px;display:flex}.queue-card h5{margin:0;font-size:1rem}.queue-card__tags{flex-wrap:wrap;gap:8px;display:flex}.queue-card__tags span{border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:7px 10px;font-size:.8rem}.playbook-card,.task-card{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:16px}.task-card{flex-direction:column;gap:12px;display:flex}.ops-layout{grid-template-columns:360px minmax(0,1fr);gap:16px;display:grid}.ops-sidebar,.ops-main{flex-direction:column;gap:16px;display:flex}.ops-sidebar__section,.ops-focus-card{background:linear-gradient(#101e32eb,#0a1321d1)}.ops-sidebar__header,.ops-focus-card__header,.ops-action-item__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ops-sidebar__header small,.ops-focus-card__header small,.ops-action-item__header small,.ops-roster__item small{color:var(--muted)}.ops-roster,.ops-signal-list,.ops-action-stack{flex-direction:column;gap:12px;display:flex}.ops-roster__item{text-align:left;border:1px solid var(--line);color:var(--text);background:#ffffff08;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:14px;display:flex}.ops-roster__item:hover,.ops-roster__item.is-selected{border-color:var(--line-strong);background:#ffffff0d}.ops-roster__identity{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.ops-roster__identity strong,.ops-roster__identity small{display:block}.ops-roster__rank{min-width:38px;font-family:var(--font-mono);color:var(--accent-strong)}.ops-focus-grid{grid-template-columns:.9fr 1.1fr;gap:16px;display:grid}.ops-focus-metrics,.ops-focus-story{gap:12px;display:grid}.ops-focus-metrics{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-stat,.ops-story-block,.ops-signal,.ops-action-item{border:1px solid var(--line);background:#ffffff08;border-radius:16px;padding:14px}.ops-stat span,.ops-story-block span{color:var(--muted);margin-bottom:8px;display:block}.ops-stat strong,.ops-story-block strong,.ops-action-item strong{display:block}.ops-story-block p,.ops-signal p,.ops-action-item p{color:var(--muted);margin:8px 0 0;line-height:1.6}.meta-pill--warning{color:#ffe1a0;background:#f7ca5e14;border-color:#f7ca5e47}.communication-panel{gap:18px;display:grid}.communication-summary-grid,.communication-layout,.communication-side-grid,.communication-owner-grid,.communication-mix-grid,.communication-mix-list{gap:16px;display:grid}.communication-summary-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.communication-layout{grid-template-columns:1.3fr .9fr}.communication-side-grid{grid-template-rows:auto auto}.communication-stat span,.communication-owner-card span{color:var(--muted);margin-bottom:8px;display:block}.communication-stat strong,.communication-owner-card strong{letter-spacing:-.04em;font-size:1.75rem;display:block}.communication-stat p{color:var(--muted);margin:10px 0 0;line-height:1.6}.communication-block__header,.communication-row__header,.communication-row__footer{justify-content:space-between;gap:12px;display:flex}.communication-block__header{align-items:flex-start;margin-bottom:16px}.communication-queue__list,.communication-focus-list,.communication-event-stack{gap:12px;display:grid}.communication-row,.communication-focus-item,.communication-owner-card,.communication-event-row{border:1px solid var(--line);background:#ffffff08;border-radius:16px;padding:14px}.communication-row.is-overdue{background:#ff737312;border-color:#ff737347}.communication-row__chips{flex-wrap:wrap;gap:8px;display:flex}.communication-row strong,.communication-focus-item strong{margin:12px 0 8px;display:block}.communication-row p,.communication-focus-item p{color:var(--text);margin:0;line-height:1.6}.communication-row__footer{flex-wrap:wrap;margin-top:12px}.communication-row__footer small,.communication-focus-item small,.communication-block__header small,.communication-row__header small{color:var(--muted)}.communication-row__review{color:#ffe1a0;background:#f7ca5e14;border:1px solid #f7ca5e2e;border-radius:12px;margin-top:10px;padding:10px 12px;line-height:1.5}.communication-owner-grid{grid-template-columns:repeat(3,minmax(0,1fr));margin-bottom:16px}.communication-event-row{justify-content:space-between;align-items:center;display:flex}.communication-mix-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.communication-mix-panel{flex-direction:column;gap:12px;padding:14px;display:flex}.communication-mix-list{gap:10px}.communication-mix-row{justify-content:space-between;align-items:flex-start;gap:12px;padding:12px 14px;display:flex}.task-card__header,.task-card__actions{justify-content:space-between;align-items:center;gap:12px;display:flex}.action-button{color:var(--text);background:linear-gradient(135deg,#6cd5ff3d,#5df0c02e);border-radius:14px;padding:11px 14px}.action-button--ghost{border:1px solid var(--line);background:#ffffff08}.catalog-row__status,.metric-card__badge{color:var(--accent);font-size:.78rem}.roadmap-card{min-height:220px}.roadmap-card__state{color:var(--accent);background:#6cd5ff14;border:1px solid #6cd5ff2e;border-radius:999px;margin-bottom:18px;padding:8px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.empty-state{text-align:center;color:var(--muted);padding:54px 20px}.ops-health-grid,.alert-settings-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.ops-health-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.ops-health-detail-grid,.ops-health-detail-list{gap:12px;display:grid}.ops-health-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:16px}.ops-health-stat,.timeline-audit-card{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:16px}.ops-health-stat span,.ops-source-row small,.ops-linkage-row small,.ops-alert-row small,.settings-switch small,.settings-field span,.alert-settings__footer small{color:var(--muted)}.ops-health-stat strong{margin-top:8px;font-size:1.35rem;display:block}.ops-source-list,.ops-alert-list,.settings-toggle-list,.settings-delivery-log{flex-direction:column;gap:12px;display:flex}.ops-health-detail-card{flex-direction:column;gap:12px;padding:16px;display:flex}.ops-health-detail-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.ops-health-detail-row small{color:var(--text);text-align:right}.ops-source-row,.ops-linkage-row,.settings-switch,.alert-settings__footer{justify-content:space-between;align-items:center;gap:16px;display:flex}.ops-source-row,.ops-linkage-row,.ops-alert-row{border:1px solid var(--line);background:#ffffff08;border-radius:16px;padding:14px 16px}.ops-source-row__meta,.alert-settings__actions{flex-direction:column;align-items:flex-end;gap:8px;display:flex}.new-metrics-grid,.new-metrics-pipeline,.new-metrics-bottom{gap:18px;display:grid}.new-metrics-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.new-metrics-pipeline{grid-template-columns:repeat(4,minmax(0,1fr));margin-top:18px}.new-metrics-bottom{grid-template-columns:.95fr 1.05fr;margin-top:18px}.new-metrics-card,.new-metrics-pipeline-card,.new-metrics-sources,.new-metrics-issues{flex-direction:column;gap:14px;display:flex}.new-metrics-card__header,.new-metrics-pipeline-card__header,.new-metrics-sources__header,.new-metrics-issue__header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.new-metrics-card__header strong,.new-metrics-pipeline-card__metric{font-size:1.45rem}.new-metrics-card__details,.new-metrics-source-pills,.new-metrics-issue-list{flex-wrap:wrap;gap:10px;display:flex}.new-metrics-card__details span,.new-metrics-source-pill,.new-metrics-empty{border:1px solid var(--line);color:var(--muted);background:#ffffff08;border-radius:999px;padding:10px 12px}.new-metrics-card p,.new-metrics-issue p{color:var(--muted);margin:0;line-height:1.65}.new-metrics-source-pills,.new-metrics-issue-list{align-items:flex-start}.new-metrics-issue-list{flex-direction:column}.new-metrics-issue{border:1px solid var(--line);background:#ffffff08;border-radius:16px;width:100%;padding:14px 16px}.signal-health-badge{border:1px solid var(--line);border-radius:999px;justify-content:center;align-items:center;padding:8px 10px;font-size:.78rem;font-weight:700;display:inline-flex}.signal-health-badge--healthy{color:var(--accent-strong);background:#5df0c01f;border-color:#5df0c033}.signal-health-badge--warning{color:var(--warning);background:#f7ca5e1f;border-color:#f7ca5e33}.signal-health-badge--critical{color:var(--critical);background:#ff4d6d1f;border-color:#ff4d6d33}.signal-health-badge--muted{color:var(--muted);border-color:var(--line);background:#ffffff0d}.alert-settings__status-copy{flex-direction:column;gap:6px;display:flex}.ops-linkage-table{flex-direction:column;gap:10px;display:flex}.ops-linkage-row span{font-weight:700}.ops-alert-row__header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.ops-alert-row p{color:var(--text);margin:10px 0;line-height:1.6}.settings-switch{border-bottom:1px solid var(--line);padding:14px 0}.settings-switch:last-child{border-bottom:0}.settings-switch input[type=checkbox]{width:18px;height:18px;accent-color:var(--accent-strong)}.settings-field{flex-direction:column;gap:8px;margin-top:18px;display:flex}.settings-field input{border:1px solid var(--line);width:100%;height:48px;color:var(--text);background:#ffffff08;border-radius:14px;outline:none;padding:0 14px}.primary-action{cursor:pointer;color:var(--text);background:linear-gradient(135deg,#6cd5ff3d,#5df0c02e);border:0;border-radius:14px;padding:12px 16px}.settings-status{color:var(--muted)}.settings-status.is-error{color:var(--danger)}.page-stack{flex-direction:column;gap:22px;display:flex}.workspace-overview-panel{flex-direction:column;gap:18px;display:flex}.workspace-overview-panel__header,.workspace-overview-panel__titleline,.workspace-overview-panel__summary{gap:12px;display:flex}.workspace-overview-panel__header{justify-content:space-between;align-items:flex-start}.workspace-overview-panel__title{flex-direction:column;gap:8px;display:flex}.workspace-overview-panel__eyebrow,.workspace-selector-panel__eyebrow,.client-detail__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.74rem}.workspace-overview-panel__titleline{flex-wrap:wrap;align-items:center}.workspace-overview-panel__titleline h3{margin:0}.workspace-overview-panel__summary{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));display:grid}.workspace-overview-panel__metric,.workspace-selector-panel__metric,.client-detail__summary-card{border:1px solid var(--line);background:#ffffff06;border-radius:16px;padding:14px 15px}.workspace-overview-panel__metric span,.workspace-selector-panel__metric span,.client-detail__summary-card span{color:var(--muted);margin-bottom:8px;font-size:.8rem;display:block}.workspace-overview-panel__metric strong,.workspace-selector-panel__metric strong,.client-detail__summary-card strong{letter-spacing:-.04em;font-size:clamp(1.05rem,1.3vw,1.4rem);display:block}.workspace-shell{grid-template-columns:minmax(320px,.9fr) minmax(0,1.45fr);align-items:start;gap:22px;display:grid}.workspace-shell--projects{grid-template-columns:minmax(320px,.82fr) minmax(0,1.55fr)}.workspace-sidebar,.workspace-detail{min-width:0}.workspace-sidebar{flex-direction:column;gap:22px;display:flex}.workspace-selector-panel{position:sticky;top:16px}.workspace-selector-panel__hero{flex-direction:column;gap:16px;margin-bottom:16px;display:flex}.workspace-selector-panel__titleline,.workspace-selector-panel__headline,.workspace-selector-panel__summary,.workspace-selector-card__topline,.workspace-selector-card__chips,.workspace-selector-card__meta-row,.workspace-selector-card__signals{gap:10px;display:flex}.workspace-selector-panel__titleline{justify-content:space-between;align-items:flex-start}.workspace-selector-panel__titleblock{flex-direction:column;gap:8px;min-width:0;display:flex}.workspace-selector-panel__headline{flex-wrap:wrap;align-items:center}.workspace-selector-panel__headline h3{margin:0}.workspace-selector-panel__summary{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));display:grid}.workspace-selector-list{flex-direction:column;gap:12px;max-height:calc(100vh - 240px);padding-right:4px;display:flex;overflow-y:auto}.workspace-selector-list--grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));max-height:none;padding-right:0;display:grid}.workspace-selector-card{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;background:radial-gradient(circle at 100% 0,#3b8bff14,#0000 24%),#ffffff06;border-radius:20px;flex-direction:column;gap:12px;padding:16px;transition:border-color .18s,transform .18s,background .18s,box-shadow .18s;display:flex}.workspace-selector-card:hover,.workspace-selector-card:focus-visible{background:radial-gradient(circle at 100% 0,#3b8bff1f,#0000 26%),#6cd5ff12;border-color:#6cd5ff47;outline:none;transform:translateY(-2px);box-shadow:0 18px 34px #060b1238}.workspace-selector-card.is-selected{background:linear-gradient(#3b8bff24,#00d2b414),#ffffff08;border-color:#6cd5ff66;box-shadow:0 22px 40px #08101c38}.workspace-selector-card__topline,.workspace-selector-card__chips,.workspace-selector-card__meta-row,.workspace-selector-card__signals{flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.workspace-selector-card__identity{flex:auto;width:100%;min-width:0}.workspace-selector-card__identity strong,.workspace-selector-card__identity small,.workspace-selector-card p{display:block}.workspace-selector-card__identity strong{font-size:1rem}.workspace-selector-card__identity small,.workspace-selector-card__meta-row,.workspace-selector-card p{color:var(--muted)}.workspace-selector-card__meta-row{font-size:.86rem}.workspace-selector-card p{margin:0;font-size:.95rem;line-height:1.58}.workspace-selector-card__metric-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.workspace-selector-card__metric{border:1px solid var(--line);background:#ffffff06;border-radius:14px;padding:11px 12px}.workspace-selector-card__metric span{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;margin-bottom:7px;font-size:.76rem;display:block}.workspace-selector-card__metric strong{letter-spacing:-.03em;display:block}.workspace-selector-card__signals{margin-top:2px}.client-posture-board{flex-direction:column;gap:18px;display:flex}.client-posture-board__header,.client-posture-board__titleline,.client-posture-board__summary,.client-posture-board__cell--client,.client-posture-board__posture-signals{gap:10px;display:flex}.client-posture-board__header{justify-content:space-between;align-items:flex-start}.client-posture-board__titleblock{flex-direction:column;gap:8px;min-width:0;display:flex}.client-posture-board__titleline{flex-wrap:wrap;align-items:center}.client-posture-board__titleline h3{margin:0}.client-posture-board__summary{flex-wrap:wrap;justify-content:flex-end;align-items:center}.client-posture-board__table{flex-direction:column;gap:10px;min-width:0;display:flex}.client-posture-board__head,.client-posture-board__body{flex-direction:column;gap:10px;display:flex}.client-posture-board__row{grid-template-columns:minmax(210px,1.4fr) minmax(140px,.88fr) minmax(105px,.7fr) minmax(125px,.82fr) minmax(130px,.9fr) minmax(190px,1.1fr) minmax(220px,1.25fr);align-items:center;gap:12px;display:grid}.client-posture-board__row--head{padding:0 18px 6px}.client-posture-board__row--button{border:1px solid var(--line);width:100%;color:var(--text);text-align:left;cursor:pointer;background:radial-gradient(circle at 100% 0,#3b8bff14,#0000 24%),#ffffff05;border-radius:20px;padding:16px 18px;transition:border-color .18s,transform .18s,background .18s,box-shadow .18s}.client-posture-board__row--button:hover,.client-posture-board__row--button:focus-visible{background:radial-gradient(circle at 100% 0,#3b8bff1f,#0000 26%),#6cd5ff12;border-color:#6cd5ff47;outline:none;transform:translateY(-1px);box-shadow:0 18px 34px #060b1238}.client-posture-board__row--button.is-selected{background:linear-gradient(#3b8bff24,#00d2b414),#ffffff08;border-color:#6cd5ff66;box-shadow:0 22px 40px #08101c38}.client-posture-board__cell{min-width:0}.client-posture-board__head .client-posture-board__cell{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.client-posture-board__cell strong,.client-posture-board__cell small,.client-posture-board__posture-copy{display:block}.client-posture-board__cell strong{letter-spacing:-.03em}.client-posture-board__cell small{color:var(--muted);margin-top:4px}.client-posture-board__cell--client{justify-content:space-between;align-items:flex-start}.client-posture-board__identity{flex-direction:column;gap:4px;min-width:0;display:flex}.client-posture-board__name-row{align-items:center;gap:10px;min-width:0;display:inline-flex}.client-posture-board__identity strong{font-size:.98rem}.client-posture-board__identity small{line-height:1.55}.client-posture-board__posture-copy{line-height:1.5}.client-posture-board__posture-signals{flex-wrap:wrap}.client-detail{flex-direction:column;gap:18px;display:flex}.client-detail--empty{min-height:320px}.client-detail--loading{min-height:520px}.client-detail__hero,.client-detail__workspace{flex-direction:column;gap:16px;display:flex}.client-detail__hero-header,.client-detail__titleline,.client-detail__hero-pills,.client-detail__meta{gap:10px;display:flex}.client-detail__hero-header{justify-content:space-between;align-items:flex-start}.client-detail__titleblock{flex-direction:column;gap:8px;min-width:0;display:flex}.client-detail__titleline{flex-wrap:wrap;align-items:center}.client-detail__titleline h3{margin:0}.client-detail__meta,.client-detail__hero-pills{flex-wrap:wrap}.client-detail__summary-strip{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.client-detail__summary-card--emphasis{background:linear-gradient(#3b8bff26,#3b8bff0a),#ffffff06;border-color:#3b8bff3d}.client-detail__posture-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:16px;display:grid}.client-detail__posture-grid--enterprise{grid-template-columns:minmax(0,1fr)}.client-detail__note-grid,.client-detail__project-list{flex-direction:column;gap:12px;display:flex}.client-enterprise-trends{flex-direction:column;gap:14px;display:flex}.client-enterprise-trends__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.client-trend-card{border:1px solid var(--line);background:#ffffff06;border-radius:18px;flex-direction:column;gap:12px;min-height:100%;padding:14px;display:flex}.client-trend-card__header,.client-trend-card__titleline,.client-trend-card__legend-item{align-items:flex-start;gap:8px;display:flex}.client-trend-card__header{justify-content:space-between}.client-trend-card__titleline h5{margin:0;font-size:1rem}.client-trend-card__header p{color:var(--muted);margin:6px 0 0;font-size:.88rem;line-height:1.45}.client-trend-card__stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:10px;display:grid}.client-trend-card__stat{border:1px solid var(--line);background:#ffffff05;border-radius:14px;padding:10px 11px}.client-trend-card__stat span{color:var(--muted);margin-bottom:8px;font-size:.8rem;display:block}.client-trend-card__stat strong{font-size:.98rem;line-height:1.35;display:block}.client-trend-card.loading-shimmer{min-height:250px}.client-trend-chart{width:100%;height:auto;display:block}.client-trend-chart__grid-line{stroke:var(--line);stroke-width:1px}.client-trend-chart__x-label{fill:var(--muted);font-size:8px;font-weight:500}.client-trend-chart__bar{opacity:.94}.client-trend-chart__bar--created{fill:#67d4ffeb}.client-trend-chart__bar--approved{fill:#5df0c0eb}.client-trend-chart__bar--closed{fill:#a6b2bfd6}.client-trend-chart__bar--cash{fill:#6cd5ffeb}.client-trend-chart__bar--project-ai{fill:#67d4ffeb}.client-trend-chart__bar--standalone-ai{fill:#f7bb5df0}.client-trend-chart__bar--breakpoint{fill:#ff7a6eeb}.client-trend-chart__bar--dissatisfaction{fill:#f7bb5df0}.client-trend-card__legend{flex-wrap:wrap;gap:8px;display:flex}.client-trend-card__legend-item{border:1px solid var(--line);color:var(--muted);background:#ffffff05;border-radius:14px;flex:140px;justify-content:space-between;padding:9px 10px;font-size:.84rem}.client-trend-card__legend-item strong{color:var(--text);margin-left:auto}.client-trend-card__legend-swatch{border-radius:999px;flex:none;width:10px;height:10px;margin-top:3px}.client-trend-card__legend-swatch.client-trend-chart__bar--created{background:#67d4ffeb}.client-trend-card__legend-swatch.client-trend-chart__bar--approved{background:#5df0c0eb}.client-trend-card__legend-swatch.client-trend-chart__bar--closed{background:#a6b2bfd6}.client-trend-card__legend-swatch.client-trend-chart__bar--cash{background:#6cd5ffeb}.client-trend-card__legend-swatch.client-trend-chart__bar--project-ai{background:#67d4ffeb}.client-trend-card__legend-swatch.client-trend-chart__bar--standalone-ai{background:#f7bb5df0}.client-trend-card__legend-swatch.client-trend-chart__bar--breakpoint{background:#ff7a6eeb}.client-trend-card__legend-swatch.client-trend-chart__bar--dissatisfaction{background:#f7bb5df0}.client-detail__loading-panel{border-radius:22px;min-height:168px}.client-detail__project-list{border:1px solid var(--line);background:#ffffff05;border-radius:18px;gap:0;overflow:hidden}.client-detail__note,.client-detail__project-row{border:1px solid var(--line);background:#ffffff06;border-radius:16px;padding:14px 15px}.client-detail__meta-list,.client-detail__section-list{border:1px solid var(--line);background:#ffffff05;border-radius:18px;flex-direction:column;gap:0;display:flex;overflow:hidden}.client-detail__meta-item,.client-detail__section-row{border-top:1px solid var(--line);background:0 0;padding:14px 15px}.client-detail__meta-item:first-child,.client-detail__section-row:first-child{border-top:0}.client-detail__meta-item span,.client-detail__section-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.78rem;display:block}.client-detail__meta-item p,.client-detail__section-copy{color:var(--text);margin:0;line-height:1.6}.client-detail__note span{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:8px;font-size:.78rem;display:block}.client-detail__note p{color:var(--text);margin:0;line-height:1.62}.client-detail__project-row{text-align:left;width:100%;color:var(--text);border:0;border-bottom:1px solid var(--line);cursor:pointer;background:0 0;border-radius:0;transition:border-color .14s,background .14s,transform .14s}.client-detail__project-row:last-child{border-bottom:0}.client-detail__project-row:hover,.client-detail__project-row:focus-visible{background:#6cd5ff12;outline:none}.client-detail__project-row-main,.client-detail__project-row-metrics{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.client-detail__project-row-metrics{gap:8px;margin-top:10px}.client-detail__project-row-copy{flex-direction:column;gap:4px;display:flex}.client-detail__project-row-copy small{color:var(--muted)}.client-detail__project-status{border:1px solid var(--line);color:var(--muted);white-space:nowrap;background:#ffffff08;border-radius:999px;justify-content:center;align-items:center;padding:6px 10px;font-size:.78rem;line-height:1;display:inline-flex}.client-detail__project-status--approved{color:#b8ffd5;background:#6fe0ac1f;border-color:#6fe0ac52}.client-detail__project-status--review{color:#c9e5ff;background:#5cafff1f;border-color:#5cafff52}.client-detail__project-status--queue{color:#ffe1a9;background:#ffbf5b1f;border-color:#ffbf5b52}.client-detail__project-status--active{color:#bceeff;background:#6cd5ff1f;border-color:#6cd5ff52}.client-detail__project-status--critical{color:#ffc2ce;background:#ff768d1f;border-color:#ff768d57}.client-detail__project-status--pending,.client-detail__project-status--neutral{color:var(--muted)}.client-detail__project-metric{border:1px solid var(--line);background:#ffffff08;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;display:inline-flex}.client-detail__project-metric-label{color:var(--muted);font-size:.78rem;line-height:1}.client-detail__project-metric-value{color:var(--text);font-size:.82rem;font-weight:650;line-height:1}.compare-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.compare-detail-card{border:1px solid var(--line);background:#ffffff05;border-radius:18px;flex-direction:column;gap:12px;padding:16px;display:flex}.compare-detail-card__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.78rem}.compare-detail-list{flex-direction:column;gap:10px;display:flex}.compare-detail-row{color:var(--text);background:#ffffff05;border:1px solid #ffffff14;border-radius:14px;flex-direction:column;gap:4px;padding:12px 14px;display:flex}.compare-detail-row small{color:var(--muted);line-height:1.5}.compare-detail-row--interactive{text-align:left;cursor:pointer;width:100%;transition:border-color .18s,transform .18s,background .18s}.compare-detail-row--interactive:hover,.compare-detail-row--interactive:focus-visible{background:#6cd5ff14;border-color:#6cd5ff47;outline:none;transform:translateY(-1px)}.project-workbench__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;display:grid}.project-workbench__hero{flex-direction:column;gap:16px;margin-bottom:18px;display:flex}.project-workbench__hero-header{justify-content:space-between;align-items:flex-start;gap:18px;display:flex}.project-workbench__hero-copy{flex-direction:column;gap:6px;display:flex}.project-workbench__hero-actions,.project-workbench__hero-badges,.project-workbench__hero-buttons{gap:10px;display:flex}.action-button--resolve{background:linear-gradient(135deg,#00d2b438,#3b8bff29);border:1px solid #00d2b447}.action-button--danger{color:#fff2f4;background:linear-gradient(135deg,#ff667547,#c4375533);border:1px solid #ff667570}.action-button--danger:hover:not(:disabled),.action-button--danger:focus-visible{background:linear-gradient(135deg,#ff667561,#c4375547);border-color:#ff828fb8}.project-escalation-close{background:linear-gradient(135deg,#00d2b417,#3b8bff0d),#080c10b8;border:1px solid #00d2b43d;border-radius:20px;grid-template-columns:minmax(220px,1.2fr) minmax(180px,.8fr) minmax(240px,1fr);gap:14px;padding:18px;display:grid}.project-escalation-close__copy,.project-escalation-close__field{flex-direction:column;gap:8px;display:flex}.project-escalation-close__copy p,.project-escalation-close__message{color:var(--muted);margin:0;line-height:1.5}.project-escalation-close__field>span{color:var(--muted);letter-spacing:.04em;text-transform:uppercase;font-size:.78rem;font-weight:700}.project-escalation-close select,.project-escalation-close textarea{border:1px solid var(--line-strong);width:100%;color:var(--text);font:inherit;background:#060c12e6;border-radius:13px;padding:11px 12px}.project-escalation-close textarea{resize:vertical;min-height:84px}.project-escalation-close__actions{grid-column:1/-1;justify-content:flex-end;gap:10px;display:flex}.project-escalation-close__message{grid-column:1/-1}.project-escalation-close__message.is-error{color:var(--danger)}.project-escalation-close__message.is-success{color:var(--accent)}.escalation-confirmation__backdrop{z-index:90;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#02070cc2;place-items:center;padding:24px;animation:.16s ease-out both escalation-backdrop-in;display:grid;position:fixed;inset:0}.escalation-confirmation{background:radial-gradient(circle at 100% 0,#ff667521,#0000 38%),linear-gradient(145deg,#101922fc,#070c12fc);border:1px solid #ff66754d;border-radius:24px;width:min(560px,100%);max-height:calc(100vh - 48px);padding:24px;animation:.18s ease-out both escalation-dialog-in;overflow:auto;box-shadow:0 32px 90px #00000094}.escalation-confirmation__header{flex-direction:column;gap:10px;display:flex}.escalation-confirmation__eyebrow{color:#ff8d99;letter-spacing:.12em;text-transform:uppercase;font-size:.74rem;font-weight:800}.escalation-confirmation__header h2,.escalation-confirmation__header p,.escalation-confirmation__summary,.escalation-confirmation__summary dd{margin:0}.escalation-confirmation__header h2{letter-spacing:-.04em;font-size:clamp(1.45rem,3vw,2rem)}.escalation-confirmation__header p{color:var(--muted);line-height:1.6}.escalation-confirmation__summary{border:1px solid var(--line-strong);background:var(--line-strong);border-radius:16px;grid-template-columns:minmax(0,1fr) minmax(110px,.35fr);gap:1px;margin-top:20px;display:grid;overflow:hidden}.escalation-confirmation__summary>div{background:#070d13f5;min-width:0;padding:14px 16px}.escalation-confirmation__summary>div:nth-child(3),.escalation-confirmation__summary>.escalation-confirmation__note{grid-column:1/-1}.escalation-confirmation__summary dt{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;margin-bottom:5px;font-size:.7rem;font-weight:800}.escalation-confirmation__summary dd{overflow-wrap:anywhere;color:var(--text);font-weight:700;line-height:1.45}.escalation-confirmation__note dd{color:var(--muted);white-space:pre-wrap;font-weight:500}.escalation-confirmation__actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.manager-escalation-confirmation__projects{flex-direction:column;gap:8px;max-height:260px;margin-top:20px;display:flex;overflow:auto}.manager-escalation-confirmation__project{border:1px solid var(--line-strong);background:#070d13db;border-radius:15px;justify-content:space-between;align-items:flex-start;gap:16px;padding:14px 16px;display:flex}.manager-escalation-confirmation__project>div{flex-direction:column;gap:5px;min-width:0;display:flex}.manager-escalation-confirmation__project span:not(.risk-chip){color:var(--muted);line-height:1.45}.manager-escalation-confirmation__note{flex-direction:column;gap:8px;margin-top:18px;display:flex}.manager-escalation-confirmation__note>span{color:var(--muted);letter-spacing:.09em;text-transform:uppercase;font-size:.72rem;font-weight:800}.manager-escalation-confirmation__note textarea{resize:vertical;border:1px solid var(--line-strong);width:100%;min-height:88px;color:var(--text);font:inherit;background:#060c12e6;border-radius:14px;padding:12px}.manager-escalation-confirmation__error{color:var(--danger);margin:14px 0 0;line-height:1.5}@keyframes escalation-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes escalation-dialog-in{0%{opacity:0;transform:translateY(10px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.project-workbench__hero-actions{flex-direction:column;flex:none;align-items:flex-end}.project-workbench__hero-badges,.project-workbench__hero-buttons{flex-wrap:wrap;justify-content:flex-end;align-items:center}.project-workbench__hero-summary,.project-workbench__hero-dates{max-width:780px;color:var(--muted);margin:0;line-height:1.6}.project-workbench__hero-summary{color:var(--text);font-weight:700}.project-workbench__hero-dates{font-size:.92rem}.project-summary-strip,.project-note-grid{gap:12px;display:grid}.project-summary-strip{grid-template-columns:repeat(6,minmax(0,1fr))}.project-note-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.project-summary-card,.project-note-card{border:1px solid var(--line);background:#ffffff06;border-radius:18px}.project-summary-card{flex-direction:column;gap:8px;padding:14px 16px;display:flex}.project-summary-card--emphasis{background:linear-gradient(#00d2b41f,#00d2b40a),#ffffff06;border-color:#00d2b438}.project-summary-card__label,.project-note-card__label{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-size:.74rem}.project-summary-card__value{letter-spacing:-.04em;font-size:clamp(1.05rem,1.35vw,1.36rem)}.project-note-card{flex-direction:column;gap:8px;padding:15px 16px;display:flex}.project-note-card strong{letter-spacing:-.03em;font-size:1.08rem}.project-note-card p{color:var(--muted);margin:0;line-height:1.55}.project-workbench__tabs{margin-bottom:18px}.project-workbench--drawer .project-workbench__hero-summary{max-width:none}.project-workbench--drawer .project-workbench__grid,.project-workbench--drawer .project-note-grid{grid-template-columns:1fr}.project-workbench--drawer .project-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.project-workbench--drawer .project-escalation-close{grid-template-columns:1fr}.project-workbench--drawer .project-escalation-close__actions,.project-workbench--drawer .project-escalation-close__message{grid-column:1}.project-workbench__callout{background:#6cd5ff12;border:1px solid #6cd5ff33;border-radius:18px;margin-top:16px;padding:16px 18px}.project-workbench__callout strong,.project-conversation-row strong{margin-bottom:8px;display:block}.project-workbench__callout p,.project-conversation-row p{color:var(--text);margin:0;line-height:1.6}.brief-validation-panel{grid-column:1/-1}.brief-validation,.brief-validation-state,.brief-validation__decision,.brief-validation__groups,.brief-validation__detail-list,.brief-validation__missing{flex-direction:column;gap:12px;display:flex}.brief-calibration-evidence{border-top:1px solid var(--line);flex-direction:column;gap:12px;padding-top:14px;display:flex}.brief-calibration-evidence>p,.brief-validation__detail-list small{color:var(--muted);margin:0;line-height:1.55}.brief-validation{--brief-accent:#6cd5ff57;border:1px solid var(--brief-accent);background:linear-gradient(135deg,#6cd5ff14,#ffffff06);border-radius:20px;padding:18px}.brief-validation.is-attention{--brief-accent:#ffae4673;background:linear-gradient(135deg,#ffae461c,#ffffff06)}.brief-validation.is-failed,.brief-validation-state.is-failed{--brief-accent:#ff66756b}.brief-validation__decision>div,.brief-validation__detail-list p,.brief-validation__groups article>div{justify-content:space-between;align-items:center;gap:12px;display:flex}.brief-validation__decision p,.brief-validation__groups p,.brief-validation__missing p,.brief-validation__detail-list p,.brief-validation__meta,.brief-validation-state p{color:var(--muted);margin:0;line-height:1.55}.brief-validation__metrics{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.brief-validation__tags{flex-wrap:wrap;gap:8px;display:flex}.brief-validation__tags span,.status-pill{border:1px solid var(--brief-accent,var(--line));letter-spacing:.06em;text-transform:uppercase;border-radius:999px;width:fit-content;padding:5px 9px;font-size:.72rem;font-weight:700}.brief-validation__groups article{border:1px solid var(--line);background:#ffffff06;border-radius:14px;padding:13px 14px}.brief-validation__groups article span,.brief-validation__groups article small,.brief-validation__detail-list span{color:var(--muted)}.brief-validation h5{letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin:4px 0 0;font-size:.78rem}.brief-validation__meta{border-top:1px solid var(--line);padding-top:10px;font-size:.78rem}@media (width<=760px){.brief-validation__metrics{grid-template-columns:repeat(2,minmax(0,1fr))}}.project-workbench__owner-header,.project-conversation-row__header{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.project-workbench__owner-header small,.project-conversation-row small{color:var(--muted)}.project-conversation-list{flex-direction:column;gap:12px;display:flex}.project-conversation-row{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:16px}.project-history-log__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.project-history-log__titleline,.project-history-section__titleline,.project-history-disclosure__title{align-items:center;gap:10px;display:inline-flex}.project-history-log__header h4{margin:0}.project-history-log__header small,.project-history-entry__context{color:var(--muted)}.project-history-log__summary{margin-bottom:18px}.project-budget-summary-grid,.project-budget-rollup-grid{margin-bottom:14px}.project-budget-flags,.project-budget-request-list{flex-direction:column;gap:12px;display:flex}.project-budget-flag,.project-budget-request{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:14px 16px}.project-budget-flag--high{background:#f06b7a14;border-color:#f06b7a4d}.project-budget-flag--medium{background:#f7ca5e14;border-color:#f7ca5e42}.project-budget-flag--low{background:#6cd5ff0f;border-color:#6cd5ff3d}.project-budget-flag__header,.project-budget-request__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.project-budget-flag__header strong,.project-budget-request__header strong,.project-budget-request__header small{display:block}.project-budget-flag__header span,.project-budget-request__grid .definition-grid__item span{color:var(--muted)}.project-budget-flag p{color:var(--muted);margin:10px 0 0;line-height:1.55}.project-budget-request__header small{color:var(--muted);margin-top:6px}.project-budget-request__grid{margin-top:14px}.project-history-section+.project-history-section{margin-top:20px}.project-history-section__header{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:14px;display:flex}.project-history-section__actions{align-items:center;gap:10px;display:flex}.project-history-section__header h5{margin:0;font-size:.96rem}.project-history-section__header small{color:var(--muted)}.project-history-disclosure{border:1px solid var(--line);background:#ffffff06;border-radius:18px}.project-history-disclosure__summary{cursor:pointer;justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;list-style:none;display:flex}.project-history-disclosure__summary::-webkit-details-marker{display:none}.project-history-disclosure[open] .project-history-disclosure__summary{border-bottom:1px solid var(--line)}.project-history-disclosure .project-history-list{padding:16px 16px 16px 32px}.project-history-rollup-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;display:grid}.project-history-rollup-card,.project-status-segment,.project-revision-round{border:1px solid var(--line);background:#ffffff08;border-radius:18px;padding:14px 16px}.project-history-rollup-card span,.project-revision-round__grid .definition-grid__item span{color:var(--muted)}.project-history-rollup-card strong{margin-top:6px;display:block}.project-history-rollup-card small{color:var(--muted);margin-top:8px;display:block}.project-status-segment-list,.project-revision-rounds{flex-direction:column;gap:12px;display:flex}.project-status-segment__header,.project-revision-round__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.project-status-segment__header strong,.project-status-segment__header small,.project-revision-round__header strong,.project-revision-round__header small{display:block}.project-status-segment__header small,.project-revision-round__header small{color:var(--muted);margin-top:6px}.project-status-segment p{color:var(--muted);margin:12px 0 0;line-height:1.55}.project-revision-round__grid{margin-top:14px}.project-history-list{flex-direction:column;gap:16px;padding-left:16px;display:flex;position:relative}.project-history-list:before{content:"";background:var(--line);width:1px;position:absolute;top:2px;bottom:2px;left:7px}.project-history-entry{align-items:flex-start;gap:14px;display:flex;position:relative}.project-history-entry__marker{z-index:1;background:#0d1b31;border:2px solid #6cd5ff6b;border-radius:999px;flex-shrink:0;width:14px;height:14px;margin-top:6px;position:relative}.project-history-entry__content{border:1px solid var(--line);background:#ffffff08;border-radius:18px;width:100%;padding:16px 18px}.project-history-entry__header{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.project-history-entry__header strong,.project-history-entry__header small{display:block}.project-history-entry__header small{color:var(--muted);margin-top:6px}.project-history-entry__chips{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.project-history-entry p{margin:12px 0 0;line-height:1.6}.project-history-entry__context{margin-top:12px;display:block}.ai-monitor__hero,.ai-monitor__management-panel,.ai-monitor__risk-panel,.ai-monitor__tables{position:relative;overflow:hidden}.ai-monitor__hero:before{content:"";pointer-events:none;background:radial-gradient(circle at 8% 12%,#6cd5ff24,#0000 32%),radial-gradient(circle at 92% 0,#8ff0ca1a,#0000 28%);position:absolute;inset:0}.ai-monitor__hero>*{z-index:1;position:relative}.ai-monitor__summary-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:12px;display:grid}.ai-metric-tile{border:1px solid var(--line);background:#ffffff09;border-radius:18px;min-width:0;padding:15px;box-shadow:inset 0 1px #ffffff09}.ai-metric-tile span,.ai-metric-tile small{color:var(--muted);display:block}.ai-metric-tile span{letter-spacing:.09em;text-transform:uppercase;margin-bottom:8px;font-size:.74rem;font-weight:700}.ai-metric-tile strong{letter-spacing:-.05em;margin-bottom:8px;font-size:clamp(1.2rem,1.7vw,1.65rem);display:block}.ai-metric-tile small{line-height:1.4}.ai-metric-tile--low{background:#5df0c012;border-color:#5df0c038}.ai-metric-tile--medium{background:#f7ca5e12;border-color:#f7ca5e3d}.ai-metric-tile--high{background:#ff737312;border-color:#ff737342}.ai-risk-list{flex-direction:column;gap:10px;display:flex}.ai-risk-row{border:1px solid var(--line);background:#ffffff08;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:stretch;gap:18px;padding:15px;display:grid}.ai-risk-row__main{min-width:0}.ai-risk-row__titleline,.ai-risk-row__meta,.ai-risk-row__actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.ai-risk-row__titleline strong{letter-spacing:-.02em}.ai-risk-row p{color:var(--text);margin:10px 0;line-height:1.55}.ai-risk-row__meta span{color:var(--muted);font-size:.84rem}.ai-risk-row__actions{place-content:space-between flex-end;min-width:160px}.ai-risk-row__actions>span{color:var(--accent-strong);font-family:var(--font-mono);font-size:.86rem}.ai-monitor__event-filter{max-width:340px;margin-bottom:14px}.ai-monitor__subheader{margin-top:22px}.ai-monitor-table-wrap{border:1px solid var(--line);border-radius:18px}.ai-monitor-table{min-width:1180px}.ai-monitor-table td strong,.ai-monitor-table td small{display:block}.ai-monitor-table td small{max-width:340px;color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:5px;overflow:hidden}.ledger-identity{justify-items:start;gap:8px;display:grid}.ledger-identity--inline{flex-wrap:wrap;align-items:center;display:flex}.ledger-id-copy{width:fit-content;color:var(--accent-strong);cursor:pointer;font:inherit;letter-spacing:.08em;text-transform:uppercase;background:#6cd5ff12;border:1px solid #6cd5ff38;border-radius:999px;align-items:center;gap:6px;padding:5px 8px;font-size:.7rem;font-weight:700;transition:border-color .16s,background .16s,transform .16s;display:inline-flex}.ledger-id-copy:hover,.ledger-id-copy:focus-visible{background:#6cd5ff21;border-color:#6cd5ff70;outline:none;transform:translateY(-1px)}.ledger-id-copy svg{width:13px;height:13px}@media (width<=1380px){.overview-grid,.charts-grid,.roadmap-grid,.new-metrics-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-monitor__summary-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-workbench__grid,.workspace-shell,.project-workbench__grid,.catalog-grid,.ranking-grid,.actions-grid,.ops-detail-grid,.ops-focus-grid,.charts-footing,.project-queue-layout,.trend-layout,.compare-hero-grid,.compare-buckets,.chart-compare-grid,.distribution-grid,.ops-health-detail-grid,.communication-mix-grid{grid-template-columns:1fr}.queue-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.project-queue-grid{grid-template-columns:1fr}.workspace-selector-panel{position:static}.workspace-selector-list{max-height:none}.timeline-layout,.ops-layout,.communication-summary-grid,.communication-layout,.communication-side-grid,.ops-health-grid,.alert-settings-grid,.new-metrics-pipeline,.new-metrics-bottom,.project-filter-group--controls{grid-template-columns:1fr}.editor-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.editor-note-grid{grid-template-columns:1fr}.project-summary-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.project-note-grid{grid-template-columns:1fr}.workspace-overview-panel__summary{grid-template-columns:repeat(3,minmax(0,1fr))}.workspace-selector-panel__summary{grid-template-columns:1fr}.client-posture-board__header{flex-direction:column}.client-posture-board__summary{justify-content:flex-start}.client-detail__summary-strip{grid-template-columns:repeat(3,minmax(0,1fr))}.client-detail__posture-grid,.client-detail__posture-grid--enterprise{grid-template-columns:1fr}}@media (width<=1240px){.editor-workbench--drawer .trend-detail-rail{grid-template-columns:1fr}}@media (width<=1080px){.app-shell{grid-template-columns:1fr}.sidebar{border-right:0;border-bottom:1px solid var(--line);height:auto;position:relative}.topbar,.topbar__main{flex-direction:column;align-items:stretch}.topbar__controls{justify-content:flex-start;min-width:0}.project-queue-toolbar{flex-direction:column}.project-queue-toolbar__actions{justify-content:flex-start}.communication-owner-grid{grid-template-columns:1fr}.alert-settings__footer,.settings-switch,.ops-source-row,.ops-linkage-row{flex-direction:column;align-items:flex-start}.ops-source-row__meta,.alert-settings__actions{align-items:flex-start}.editor-workbench__hero-header{flex-direction:column}.editor-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.project-workbench__hero-header{flex-direction:column}.project-summary-strip,.workspace-overview-panel__summary,.client-detail__summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.client-enterprise-trends__grid,.client-trend-card__stats{grid-template-columns:1fr}.client-posture-board__row{grid-template-columns:repeat(2,minmax(0,1fr));align-items:flex-start}.client-posture-board__row--head{display:none}.client-posture-board__cell--client,.client-posture-board__cell--posture,.client-posture-board__cell--breakpoint{grid-column:1/-1}.client-posture-board__row--button{gap:14px}.workspace-selector-card__metric-grid,.overview-cluster-card__grid,.delivery-discipline-chart__summary{grid-template-columns:repeat(2,minmax(0,1fr))}.client-detail__hero-header{flex-direction:column}.editor-surface-toolbar__header,.editor-surface-toolbar__actions{flex-direction:column;align-items:flex-start}.editor-workbench--drawer .editor-summary-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.app-main{padding:16px}.client-trend-card__legend-item{flex-basis:100%}.sidebar{gap:14px;padding:16px}.overview-grid,.charts-grid,.roadmap-grid,.queue-grid,.ai-monitor__summary-grid,.new-metrics-grid,.delivery-discipline-chart__summary,.ai-risk-row{grid-template-columns:1fr}.ai-risk-row__actions{justify-content:flex-start}.definition-grid,.trend-grid,.timeline-meta,.timeline-audit-grid,.ops-focus-metrics,.ops-health-stats,.distribution-stat-grid,.compare-detail-grid,.trend-metric-tabs,.trend-summary-grid,.compare-metric-row,.chart-compare-row,.catalog-row--metric{grid-template-columns:1fr}.catalog-row__confidence,.catalog-band-list{justify-content:flex-start;align-items:flex-start}.search-field{min-width:100%}.project-toggle-rail{flex-direction:column;align-items:stretch}.sidebar__summary,.sidebar__footer{display:none}.sidebar__nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.sidebar__nav-item{padding:12px}.sidebar__nav-item small{display:none}.client-posture-board__row{grid-template-columns:1fr}.client-posture-board__cell{flex-direction:column;gap:4px;display:flex}.client-posture-board__row--button .client-posture-board__cell:before{content:attr(data-label);color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.client-posture-board__cell--client{gap:10px}.client-posture-board__posture-signals{margin-top:6px}.editor-summary-strip,.editor-note-grid,.project-summary-strip,.project-note-grid,.workspace-overview-panel__summary,.client-detail__summary-strip,.overview-cluster-card__grid,.workspace-selector-card__metric-grid,.editor-workbench--drawer .editor-summary-strip,.editor-workbench--drawer .trend-summary-grid,.editor-workbench--drawer .trend-detail-rail{grid-template-columns:1fr}.editor-workbench__tabs{padding:4px}.editor-workbench__tab{flex:none}.subpanel__header{flex-direction:column;align-items:flex-start}.subpanel__actions{justify-content:flex-start}.project-history-section__header,.project-history-disclosure__summary{flex-direction:column;align-items:flex-start}.workspace-selector-card__header,.workspace-selector-card__topline,.workspace-selector-card__stats,.workspace-selector-card__signals,.workspace-selector-card__meta-row,.project-queue-card__chrome,.project-queue-card__chrome-pills,.project-queue-card__footer,.chart-card__header,.distribution-column__header,.distribution-range-row,.distribution-footnote,.project-facts__header,.compare-workbench__header,.compare-picker,.chart-compare-header,.chart-compare-toolbar,.chart-compare-toggle,.catalog-row--metric,.catalog-row__confidence,.new-metrics-card__header,.new-metrics-pipeline-card__header,.new-metrics-sources__header,.new-metrics-issue__header,.ops-health-detail-row,.workspace-overview-panel__header,.workspace-overview-panel__titleline,.workspace-selector-panel__titleline,.workspace-selector-panel__headline,.editor-surface-toolbar__meta,.client-detail__titleline,.client-detail__project-row-main,.client-detail__project-row-metrics,.overview-cluster-card__header{flex-direction:column}.editor-page-layout__drawer{width:calc(100vw - 16px);padding:10px;top:8px;bottom:8px;right:8px}.escalation-confirmation__backdrop{align-items:end;padding:10px}.escalation-confirmation{border-radius:22px;max-height:calc(100vh - 20px);padding:20px}.escalation-confirmation__summary{grid-template-columns:1fr}.escalation-confirmation__summary>div{grid-column:1}.escalation-confirmation__actions{flex-direction:column-reverse}.escalation-confirmation__actions .action-button{width:100%}}
