diff --git a/tools/field-problem-workshop.html b/tools/field-problem-workshop.html index 8d8547a..ab4061d 100644 --- a/tools/field-problem-workshop.html +++ b/tools/field-problem-workshop.html @@ -124,6 +124,19 @@ .bc-related summary{cursor:pointer; color:var(--interactive);} .bc-related li{margin-left:22px; padding:2px 0; color:var(--text-secondary);} .bc-foot{display:flex; align-items:center; gap:14px; margin-top:12px; flex-wrap:wrap;} + .bc-layout{display:grid; grid-template-columns:250px 1fr; gap:16px; align-items:start;} + .bc-nav{background:var(--layer); border:1px solid var(--border); position:sticky; top:12px; max-height:80vh; overflow-y:auto;} + .bc-nav-item{display:flex; align-items:center; gap:9px; padding:10px 12px; border-bottom:1px solid var(--border); cursor:pointer;} + .bc-nav-item:last-child{border-bottom:none;} + .bc-nav-item:hover{background:var(--layer-hover);} + .bc-nav-item.active{background:var(--layer-hover); border-left:3px solid var(--interactive); padding-left:9px;} + .bc-nav-text{flex:1; font-size:12.5px; line-height:1.35; color:var(--text-secondary);} + .bc-nav-item.active .bc-nav-text{color:var(--text); font-weight:600;} + .bc-dot{width:8px; height:8px; border-radius:50%; flex-shrink:0; background:var(--border-strong);} + .bc-dot.complete{background:var(--success);} + .bc-dot.partial{background:var(--warning);} + .bc-detail{min-width:0;} + @media (max-width:900px){ .bc-layout{grid-template-columns:1fr;} .bc-nav{position:static; max-height:none;} } .gate{display:flex; gap:12px; font-size:12.5px; flex-wrap:wrap;} .gate span{color:var(--text-helper);} .gate span.ok{color:var(--success); font-weight:600;} @@ -205,7 +218,10 @@
Root problem to value driver to capability to measurable outcome. A completed breadcrumb IS a pilot success criterion; the export builds the criteria table from every complete card. AI draft fills the fields from construction execution methodology (EVM, CII AWP, Last Planner, first-time quality); the room reviews and edits.
- +