:root {
  --ink: #24272d;
  --muted: #6d737d;
  --line: #333943;
  --soft-line: #8b929d;
  --paper: #ffffff;
  --bg: #f4f5f1;
  --panel: #fbfbf8;
  --border: rgba(36, 39, 45, 0.12);
  --green: #0f9f8f;
  --red: #bd4b5f;
  --yellow: #d28422;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "SF Pro Text", "PingFang SC", "Helvetica Neue", "Hiragino Sans GB", sans-serif;
}

.page {
  width: min(1880px, calc(100vw - 40px));
  margin: 0 auto;
  padding: 20px 0 40px;
}

.header,
.workbench-head,
.map-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.header {
  padding: 0 4px 16px;
}

.eyebrow {
  color: var(--green);
  font-size: 13px;
  font-weight: 800;
}

h1,
h2,
p {
  margin: 0;
}

h1 {
  margin-top: 5px;
  font-size: 31px;
  line-height: 1.18;
  letter-spacing: 0;
}

h2 {
  font-size: 22px;
  line-height: 1.2;
  letter-spacing: 0;
}

.header p,
.workbench-head p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.week {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

.map-shell,
.workbench {
  background: var(--paper);
  border: 1px solid var(--border);
}

.map-shell {
  overflow: hidden;
}

.map-toolbar {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 14px 18px;
  background: rgba(251, 251, 248, 0.96);
  border-bottom: 1px solid var(--border);
}

.map-toolbar strong {
  display: block;
  font-size: 15px;
}

.map-toolbar span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

button {
  height: 34px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  cursor: pointer;
}

select {
  height: 36px;
  min-width: 220px;
  border: 1px solid var(--border);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 760;
  padding: 0 10px;
}

.viewer-tools {
  display: flex;
  align-items: center;
  gap: 10px;
}

.viewer-tools.locked {
  justify-content: flex-end;
}

.identity-pill {
  min-height: 36px;
  display: grid;
  align-content: center;
  gap: 2px;
  padding: 6px 12px;
  border: 1px solid rgba(15, 159, 143, 0.25);
  border-radius: 6px;
  background: #f2fbfa;
  color: var(--green);
}

.identity-pill span,
.identity-pill strong {
  display: block;
  line-height: 1.15;
}

.identity-pill span {
  font-size: 11px;
  font-weight: 780;
}

.identity-pill strong {
  color: var(--ink);
  font-size: 13px;
  font-weight: 850;
}

button:hover,
button.active {
  border-color: var(--green);
  color: var(--green);
}

.workspace-tabs {
  display: flex;
  gap: 8px;
  margin: 0 0 14px;
  padding: 8px;
  border: 1px solid var(--border);
  background: #fff;
}

.workspace-tabs button {
  min-width: 104px;
  padding: 0 14px;
}

.view {
  display: none;
}

.view.active {
  display: block;
}

#resetFilter {
  width: 92px;
}

.map-stage {
  position: relative;
  min-height: 980px;
  overflow: auto;
}

.mindmap {
  display: block;
  width: 100%;
  min-width: 1760px;
  height: 980px;
  background:
    linear-gradient(rgba(36, 39, 45, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(36, 39, 45, 0.035) 1px, transparent 1px),
    #fff;
  background-size: 32px 32px;
}

.node-detail {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(640px, 1.5fr);
  gap: 18px 28px;
  align-items: start;
  border-top: 1px solid var(--border);
  background: #fbfbf8;
  padding: 16px 18px;
}

.detail-empty {
  display: grid;
  grid-column: 1 / -1;
  min-height: 72px;
  align-content: center;
  color: var(--muted);
}

.detail-empty strong {
  color: var(--ink);
  font-size: 18px;
  line-height: 1.35;
}

.detail-empty span {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.6;
}

.node-detail h2 {
  grid-column: 1;
  margin-top: 6px;
  font-size: 20px;
  line-height: 1.25;
}

.node-detail p {
  grid-column: 1;
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.detail-kicker {
  grid-column: 1;
  color: var(--detail-color, var(--green));
  font-size: 12px;
  font-weight: 850;
}

.node-detail dl {
  display: grid;
  grid-column: 2;
  grid-row: 1 / span 4;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 0;
}

.node-detail dl div {
  display: grid;
  grid-template-columns: 58px 1fr;
  gap: 10px;
}

.node-detail dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
}

.node-detail dd {
  margin: 0;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}

.detail-task-list {
  grid-column: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 0;
}

.detail-task-list button {
  display: block;
  flex: 1 1 220px;
  height: auto;
  min-height: 50px;
  padding: 9px 10px;
  text-align: left;
}

.detail-task-list span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 680;
}

.map-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px 18px;
  border-top: 1px solid var(--border);
  background: #fff;
}

.map-footer strong,
.map-footer span {
  display: block;
}

.map-footer strong {
  font-size: 14px;
}

.map-footer span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.level-band {
  fill: rgba(255, 255, 255, 0);
  stroke: rgba(36, 39, 45, 0.06);
  stroke-width: 1;
}

.level-band:nth-of-type(even) {
  fill: rgba(36, 39, 45, 0.018);
}

.level-label {
  fill: rgba(36, 39, 45, 0.34);
  font-size: 16px;
  font-weight: 900;
}

.lane-backdrop rect {
  fill: color-mix(in srgb, var(--lane-color) 5%, white);
  stroke: color-mix(in srgb, var(--lane-color) 18%, white);
  stroke-width: 1;
}

.lane-badge-text {
  fill: #fff;
  font-size: 15px;
  font-weight: 900;
}

.root-line,
.trunk-line,
.branch-line,
.thin-line,
.task-spine,
.org-line,
.flow-line {
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.root-line,
.trunk-line,
.branch-line,
.org-line.trunk,
.org-line.branch {
  stroke: var(--line);
}

.root-line {
  stroke-width: 2.4;
}

.trunk-line {
  stroke-width: 3;
}

.org-line.trunk {
  stroke-width: 3.2;
}

.branch-line {
  stroke-width: 2.2;
}

.org-line.branch {
  stroke-width: 2.35;
}

.org-line.carryover {
  stroke: rgba(109, 115, 125, 0.42);
  stroke-width: 1;
  stroke-dasharray: 5 7;
}

.thin-line,
.task-spine,
.org-line.thin {
  stroke: var(--soft-line);
  stroke-width: 1.35;
}

.task-spine,
.org-line.task {
  stroke: rgba(139, 146, 157, 0.58);
  stroke-width: 1.1;
}

.flow-line {
  stroke: rgba(15, 159, 143, 0.32);
  stroke-width: 2;
  stroke-dasharray: 6 8;
}

.root-node,
.lane-node,
.result-node,
.target-node,
.task-box {
  stroke-width: 1.3;
}

.org-node {
  cursor: pointer;
  outline: none;
}

.org-node rect {
  fill: #fff;
  stroke: rgba(36, 39, 45, 0.2);
  stroke-width: 1.25;
  filter: drop-shadow(0 9px 13px rgba(36, 39, 45, 0.065));
}

.org-node .node-hitbox {
  fill: rgba(255, 255, 255, 0.001) !important;
  stroke: transparent !important;
  filter: none !important;
  pointer-events: all;
}

.org-node.root rect {
  fill: #27313a;
  stroke: #27313a;
}

.org-node.result rect {
  fill: #f9faf6;
  stroke-width: 1.7;
}

.org-node.lane rect,
.org-node.target rect,
.org-node.task rect,
.org-node.focus rect,
.org-node.blocked rect,
.org-node.waiting rect,
.org-node.carryover rect {
  stroke: color-mix(in srgb, var(--node-color) 44%, white);
}

.org-node.lane rect {
  fill: color-mix(in srgb, var(--node-color) 15%, white);
  stroke-width: 2.2;
}

.org-node.target rect {
  fill: #fff;
  stroke-width: 1.35;
}

.org-node.focus rect {
  fill: #f2fbfa;
}

.org-node.blocked rect {
  fill: #fff7f8;
  stroke: var(--red);
}

.org-node.waiting rect {
  fill: #fffaf2;
  stroke: var(--yellow);
}

.org-node.carryover rect {
  fill: #f8f8f4;
  stroke: rgba(109, 115, 125, 0.38);
  stroke-dasharray: 5 6;
  filter: none;
}

.org-node.selected rect,
.org-node.active rect {
  stroke: var(--green);
  stroke-width: 2.6;
}

.org-node:hover rect {
  stroke-width: 2;
}

.node-copy {
  height: var(--node-copy-height);
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  align-content: center;
  gap: 5px;
  overflow: hidden;
  color: var(--ink);
  line-height: 1.24;
}

.node-copy-root {
  gap: 7px;
  color: #fff;
}

.node-copy-result,
.node-copy-task,
.node-copy-focus,
.node-copy-blocked,
.node-copy-waiting,
.node-copy-carryover {
  gap: 4px;
}

.node-copy .node-title,
.node-copy .node-subtitle,
.node-copy .node-meta {
  min-width: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-wrap: anywhere;
}

.node-copy .node-title {
  -webkit-line-clamp: 2;
  font-size: 16px;
  font-weight: 850;
}

.node-copy .node-subtitle {
  -webkit-line-clamp: 2;
  color: var(--muted);
  font-size: 12.5px;
  font-weight: 620;
}

.node-copy .node-meta {
  -webkit-line-clamp: 1;
  color: #4f5661;
  font-size: 12px;
  font-weight: 780;
}

.node-copy-root .node-title {
  -webkit-line-clamp: 1;
  font-size: 26px;
}

.node-copy-root .node-subtitle {
  color: rgba(255, 255, 255, 0.78);
  font-size: 16px;
}

.node-copy-root .node-meta {
  color: rgba(255, 255, 255, 0.72);
}

.node-copy-lane .node-title {
  font-size: 18px;
}

.node-copy-lane .node-subtitle {
  font-size: 13px;
}

.node-copy-task .node-title,
.node-copy-focus .node-title,
.node-copy-blocked .node-title,
.node-copy-waiting .node-title,
.node-copy-carryover .node-title {
  -webkit-line-clamp: 1;
  font-size: 14px;
}

.node-copy-task .node-subtitle,
.node-copy-focus .node-subtitle,
.node-copy-blocked .node-subtitle,
.node-copy-waiting .node-subtitle,
.node-copy-carryover .node-subtitle {
  -webkit-line-clamp: 1;
  font-size: 12px;
}

.node-copy-carryover .node-title,
.node-copy-carryover .node-meta {
  color: #59616a;
}

.org-title {
  fill: var(--ink);
  font-size: 17px;
  font-weight: 850;
}

.org-subtitle {
  fill: var(--muted);
  font-size: 13px;
  font-weight: 620;
}

.org-meta {
  fill: #4f5661;
  font-size: 12.5px;
  font-weight: 780;
}

.org-node.root .org-title {
  fill: #fff;
  font-size: 27px;
}

.org-node.root .org-subtitle,
.org-node.root .org-meta {
  fill: rgba(255, 255, 255, 0.78);
}

.root-node {
  fill: #27313a;
  stroke: #27313a;
}

.lane-node {
  fill: #fff;
  stroke: rgba(36, 39, 45, 0.22);
}

.result-node {
  fill: #f8f8f3;
  stroke: rgba(36, 39, 45, 0.2);
}

.lane-node.active {
  fill: #f4fbfa;
  stroke: var(--green);
  stroke-width: 2;
}

.target-node {
  fill: #fff;
  stroke-opacity: 0.45;
}

.task-box {
  fill: #fff;
  stroke-opacity: 0.3;
}

.task-box.blocked {
  fill: #fff7f8;
  stroke: var(--red) !important;
  stroke-opacity: 0.75;
}

.task-box.focus {
  fill: #f2fbfa;
  stroke-opacity: 0.75;
}

.task-box.waiting {
  fill: #fffaf2;
  stroke: var(--yellow) !important;
  stroke-opacity: 0.7;
}

.clickable {
  cursor: pointer;
}

.root-title {
  fill: #fff;
  font-size: 24px;
  font-weight: 840;
}

.root-subtitle {
  fill: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 620;
}

.node-title {
  fill: var(--ink);
  font-size: 21px;
  font-weight: 820;
}

.node-subtitle {
  fill: var(--muted);
  font-size: 14px;
  font-weight: 560;
}

.node-meta,
.detail-text,
.rhythm-item,
.progress-caption {
  fill: var(--muted);
  font-size: 14px;
  font-weight: 610;
}

.detail-label {
  fill: #30343a;
  font-size: 15px;
  font-weight: 820;
}

.detail-label.unlock {
  fill: var(--green);
}

.target-label {
  fill: #30343a;
  font-size: 14px;
  font-weight: 850;
}

.target-text {
  fill: var(--muted);
  font-size: 13px;
  font-weight: 640;
}

.task-due {
  fill: var(--muted);
  font-size: 12px;
  font-weight: 840;
}

.task-title {
  fill: var(--ink);
  font-size: 14px;
  font-weight: 820;
}

.task-progress {
  fill: var(--muted);
  font-size: 12px;
  font-weight: 820;
}

.pill-text {
  font-size: 13px;
  font-weight: 800;
}

.bar-track {
  fill: #ecefed;
}

.bar-fill {
  fill: var(--green);
}

.rhythm-title {
  fill: #30343a;
  font-size: 15px;
  font-weight: 850;
}

.legend-title {
  fill: #30343a;
  font-size: 14px;
  font-weight: 880;
}

.legend-item {
  fill: #4f5661;
  font-size: 13px;
  font-weight: 760;
}

.legend-line {
  fill: none;
  stroke: rgba(36, 39, 45, 0.28);
  stroke-width: 1.2;
  stroke-linecap: round;
}

.map-section-label {
  fill: #30343a;
  font-size: 13px;
  font-weight: 880;
}

.map-section-label.carryover-label {
  fill: rgba(89, 97, 106, 0.82);
  font-size: 12px;
}

.workbench {
  margin-top: 18px;
}

.section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 18px;
  border: 1px solid var(--border);
  background: var(--panel);
}

.section-head p {
  margin-top: 7px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.6;
}

.workbench-head {
  padding: 18px;
  border-bottom: 1px solid var(--border);
  background: var(--panel);
}

.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.filters button {
  min-width: 76px;
  padding: 0 12px;
}

.task-table-wrap {
  overflow: auto;
}

.task-table {
  width: 100%;
  min-width: 1480px;
  border-collapse: collapse;
  table-layout: fixed;
}

.task-table th,
.task-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(36, 39, 45, 0.08);
  text-align: left;
  vertical-align: top;
}

.task-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f8f8f5;
  color: #4e5560;
  font-size: 13px;
  font-weight: 820;
}

.task-table th:nth-child(1) { width: 170px; }
.task-table th:nth-child(2) { width: 260px; }
.task-table th:nth-child(3) { width: 320px; }
.task-table th:nth-child(4) { width: 120px; }
.task-table th:nth-child(5) { width: 92px; }
.task-table th:nth-child(6) { width: 170px; }
.task-table th:nth-child(7) { width: 348px; }

.task-table td {
  font-size: 14px;
  line-height: 1.55;
}

.task-table strong {
  display: block;
  color: var(--ink);
  font-size: 15px;
  line-height: 1.45;
}

.task-table small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.45;
}

.task-table b {
  display: block;
  color: var(--red);
  font-size: 14px;
  line-height: 1.45;
}

.lane-chip,
.status {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 820;
  line-height: 1.2;
}

.lane-chip {
  padding: 0 9px;
  color: var(--chip-color);
  background: color-mix(in srgb, var(--chip-color) 12%, white);
  border: 1px solid color-mix(in srgb, var(--chip-color) 32%, white);
}

.status {
  padding: 0 8px;
  color: #3c4149;
  background: #eef0f1;
}

.status.blocked {
  color: var(--red);
  background: #f9ecef;
}

.status.focus {
  color: var(--green);
  background: #eaf7f5;
}

.status.waiting {
  color: var(--yellow);
  background: #fbf1e3;
}

.status.carryover {
  color: #59616a;
  background: #f0f1ee;
}

.mini-progress {
  width: 128px;
  height: 8px;
  margin-top: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: #ecefed;
}

.mini-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.focus-grid,
.blocker-board,
.automation-grid {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.focus-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.blocker-board {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.automation-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.focus-card,
.personal-task,
.blocker-card,
.automation-card,
.review-summary,
.review-columns article {
  border: 1px solid var(--border);
  background: #fff;
}

.focus-card,
.personal-task,
.blocker-card,
.automation-card {
  padding: 18px;
}

.personal-task.carryover-task,
.detail-task-list button.carryover-task {
  background: #fbfbf8;
  border-style: dashed;
}

.personal-task.carryover-task h3,
.detail-task-list button.carryover-task {
  color: #4f5661;
}

.focus-card {
  border-top: 4px solid var(--focus-color);
}

.card-kicker {
  color: var(--green);
  font-size: 12px;
  font-weight: 850;
}

.focus-card h3,
.personal-task h3,
.blocker-card h3,
.automation-card h3,
.review-columns h3 {
  margin: 8px 0 0;
  font-size: 18px;
  line-height: 1.35;
  letter-spacing: 0;
}

.focus-card p,
.personal-task p,
.blocker-card p,
.automation-card p,
.review-columns p {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.focus-card dl,
.blocker-card dl {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
}

.focus-card dl div,
.blocker-card dl div {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 10px;
}

.focus-card dt,
.blocker-card dt {
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.focus-card dd,
.blocker-card dd {
  margin: 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 680;
}

.publish-box {
  margin-top: 16px;
  padding: 13px;
  border: 1px solid rgba(15, 159, 143, 0.18);
  background: #f3fbf9;
}

.publish-box strong,
.publish-box span,
.automation-card strong {
  display: block;
}

.publish-box strong,
.automation-card strong {
  color: var(--ink);
  font-size: 13px;
  line-height: 1.45;
}

.publish-box span {
  margin-top: 6px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.person-summary {
  display: grid;
  grid-template-columns: 2fr repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.person-summary div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid var(--border);
  background: #fff;
}

.person-summary span,
.person-summary small {
  display: block;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.4;
}

.person-summary strong {
  display: block;
  margin: 6px 0;
  color: var(--ink);
  font-size: 26px;
  line-height: 1.1;
}

.personal-list {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}

.task-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.task-topline b {
  color: var(--muted);
  font-size: 12px;
}

.task-meta {
  display: grid;
  grid-template-columns: 120px 1fr 1fr;
  gap: 10px;
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.5;
}

.wide-progress {
  position: relative;
  height: 12px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: #ecefed;
}

.wide-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--green);
}

.wide-progress em {
  position: absolute;
  right: 0;
  top: -22px;
  color: var(--muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 820;
}

.review-layout {
  display: grid;
  gap: 14px;
  margin-top: 14px;
}

.review-summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.review-summary div {
  padding: 18px;
  border-right: 1px solid var(--border);
}

.review-summary div:last-child {
  border-right: 0;
}

.review-summary span {
  display: block;
  color: var(--muted);
  font-size: 13px;
  font-weight: 760;
}

.review-summary strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  line-height: 1.45;
}

.review-columns {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 760px) {
  .page {
    width: min(100vw - 24px, 1880px);
    padding-top: 16px;
  }

  .header,
  .workbench-head,
  .map-toolbar,
  .section-head {
    display: grid;
    align-items: start;
    gap: 12px;
  }

  h1 {
    max-width: 100%;
    font-size: 30px;
    line-height: 1.12;
    word-break: keep-all;
    overflow-wrap: normal;
  }

  .header p,
  .workbench-head p,
  .section-head p {
    max-width: 34em;
  }

  .week {
    justify-self: start;
  }

  .workspace-tabs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .workspace-tabs button {
    flex: 0 0 auto;
  }

  .map-toolbar {
    grid-template-columns: 1fr auto;
  }

  .viewer-tools {
    width: 100%;
    justify-content: space-between;
  }

  .viewer-tools select {
    min-width: 0;
    flex: 1 1 auto;
  }

  .map-stage {
    min-height: 980px;
  }

  .node-detail {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 14px;
  }

  .node-detail h2,
  .node-detail p,
  .detail-kicker,
  .node-detail dl,
  .detail-task-list {
    grid-column: 1;
    grid-row: auto;
  }

  .node-detail dl {
    grid-template-columns: 1fr;
  }

  .focus-grid,
  .blocker-board,
  .automation-grid,
  .person-summary,
  .review-columns {
    grid-template-columns: 1fr;
  }

  .task-meta {
    grid-template-columns: 1fr;
  }
}

.review-columns article {
  padding: 18px;
}

.automation-card .card-kicker {
  color: var(--yellow);
}
