@@ -188,29 +188,35 @@ <h3>Operational posture</h3>
188188 < div >
189189 < div class ="nav-title "> Top Targets</ div >
190190 < h3 > Highest-signal assets</ h3 >
191+ < p class ="panel-copy "> Score and rationale stay visible together so the queue is easier to triage from the top down.</ p >
191192 </ div >
192193 </ div >
193- < table >
194- < thead >
195- < tr > < th > Asset</ th > < th > Score</ th > < th > Why it matters</ th > </ tr >
196- </ thead >
197- < tbody id ="top-assets-table "> </ tbody >
198- </ table >
194+ < div class ="table-shell ">
195+ < table class ="data-table ">
196+ < thead >
197+ < tr > < th > Asset</ th > < th > Score</ th > < th > Why it matters</ th > </ tr >
198+ </ thead >
199+ < tbody id ="top-assets-table "> </ tbody >
200+ </ table >
201+ </ div >
199202 </ section >
200203
201204 < section class ="shell-card ">
202205 < div class ="panel-head ">
203206 < div >
204207 < div class ="nav-title "> Recent Findings</ div >
205208 < h3 > Latest output from the pipeline</ h3 >
209+ < p class ="panel-copy "> Severity is surfaced as a quick badge so the higher-risk rows stand out during live review.</ p >
206210 </ div >
207211 </ div >
208- < table >
209- < thead >
210- < tr > < th > Severity</ th > < th > Title</ th > < th > Host</ th > </ tr >
211- </ thead >
212- < tbody id ="findings-table "> </ tbody >
213- </ table >
212+ < div class ="table-shell ">
213+ < table class ="data-table ">
214+ < thead >
215+ < tr > < th > Severity</ th > < th > Title</ th > < th > Host</ th > </ tr >
216+ </ thead >
217+ < tbody id ="findings-table "> </ tbody >
218+ </ table >
219+ </ div >
214220 </ section >
215221 </ div >
216222 </ section >
@@ -285,24 +291,28 @@ <h3>Builder notes</h3>
285291 < div >
286292 < div class ="nav-title "> Artifacts</ div >
287293 < h3 > Saved reports</ h3 >
294+ < p class ="panel-copy "> Open the human-readable report first, then pivot into raw exports when you need automation or forensic detail.</ p >
288295 </ div >
289296 </ div >
290- < div id ="report-links " class ="link-grid "> </ div >
297+ < div id ="report-links " class ="link-grid report-grid "> </ div >
291298 </ section >
292299
293300 < section class ="shell-card ">
294301 < div class ="panel-head ">
295302 < div >
296303 < div class ="nav-title "> Guidance</ div >
297304 < h3 > Operator recommendations</ h3 >
305+ < p class ="panel-copy "> This review table stays focused on what the current session means and what the operator should do next.</ p >
298306 </ div >
299307 </ div >
300- < table >
301- < thead >
302- < tr > < th > Item</ th > < th > Meaning</ th > < th > Recommendation</ th > </ tr >
303- </ thead >
304- < tbody id ="detail-table "> </ tbody >
305- </ table >
308+ < div class ="table-shell ">
309+ < table class ="data-table ">
310+ < thead >
311+ < tr > < th > Item</ th > < th > Meaning</ th > < th > Recommendation</ th > </ tr >
312+ </ thead >
313+ < tbody id ="detail-table "> </ tbody >
314+ </ table >
315+ </ div >
306316 </ section >
307317 </ div >
308318 </ section >
@@ -314,6 +324,7 @@ <h3>Operator recommendations</h3>
314324 < div >
315325 < div class ="nav-title "> Documentation</ div >
316326 < h3 > Bundled docs</ h3 >
327+ < p class ="panel-copy "> Keep the operator docs docked in-session instead of leaving the control plane to look up workflow details.</ p >
317328 </ div >
318329 </ div >
319330 < label class ="field field-span docs-search-field ">
0 commit comments