feat: mark presentation demo surface hierarchy

This commit is contained in:
lda
2026-07-10 04:16:06 +07:00 Verified
parent 942c64a8cb
commit 99f933188f
4 changed files with 46 additions and 1 deletions
@@ -855,6 +855,16 @@
grid-template-columns: minmax(0, 1fr) minmax(16rem, 24%);
}
.demo-workflow-stage[data-support-surface="run-receipt"] .operation-block[data-operation-variant="receipt"],
.demo-workflow-stage[data-support-surface="output-summary"] .run-facts-card[data-output-priority="summary"] {
opacity: 0.86;
}
.demo-workflow-stage[data-primary-surface="interrupt-approval"] .guided-product-moment__header,
.demo-workflow-stage[data-primary-surface="trace-evidence"] .guided-product-moment__header {
border-color: color-mix(in oklch, var(--accent-cyan) 38%, var(--stage-line));
}
@container presentation-canvas (max-width: 1050px) {
.demo-workflow-stage:has(.demo-outcome-panel),
.demo-workflow-stage[data-demo-layout="approval"],