@import url('/preview/office.css?v=90eb61b');
@import url('/stratum-core-v5.css?v=5');

/* Production-only extensions for the live audit while keeping the v4 workspace visual system isolated from v3. */
.trust-row{display:flex;flex-wrap:wrap;gap:7px;margin-top:16px}.trust-chip{display:inline-flex;align-items:center;min-height:27px;padding:0 9px;border:1px solid var(--line);border-radius:999px;background:rgba(255,255,255,.58);color:#6f7478;font-size:7.5px;font-weight:720;letter-spacing:.015em}
.audit-delivery-section,.audit-process-section{margin-top:58px}.deliverable-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.deliverable-grid article{min-height:170px;display:grid;align-content:start;gap:8px;padding:18px;border:1px solid var(--line);border-radius:19px;background:rgba(255,253,249,.64);box-shadow:0 9px 28px rgba(37,34,28,.045);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.deliverable-grid article:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover);border-color:rgba(23,25,28,.16)}.deliverable-grid article>span{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;background:var(--accent-soft);font-size:7.5px;font-weight:790}.deliverable-grid strong{margin-top:4px;font-size:12px}.deliverable-grid p{color:var(--muted);font-size:8.5px;line-height:1.55}
.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.process-grid article{min-height:130px;display:grid;grid-template-columns:34px 1fr;gap:12px;padding:17px;border:1px solid var(--line);border-radius:18px;background:rgba(255,253,249,.58)}.process-grid article>span{width:32px;height:32px;display:grid;place-items:center;border-radius:9px;background:var(--paper-2);font-size:8px;font-weight:790}.process-grid strong{font-size:11px}.process-grid p{margin-top:4px;color:var(--muted);font-size:8.5px;line-height:1.55}
.audit-final{margin-top:58px;display:flex;align-items:center;justify-content:space-between;gap:28px;padding:25px 26px;border:1px solid rgba(23,25,28,.14);border-radius:24px;background:linear-gradient(135deg,rgba(255,253,249,.8),rgba(237,220,215,.56));box-shadow:var(--shadow)}.audit-final h2{margin-top:6px;font-size:clamp(22px,3vw,34px);line-height:1.08;letter-spacing:-.04em;font-weight:610}.audit-final p{margin-top:7px;color:var(--muted);font-size:9.5px}.audit-final .action-btn{min-width:250px}
@media(max-width:1020px){.deliverable-grid{grid-template-columns:1fr 1fr}}
@media(max-width:720px){.trust-row{gap:5px}.trust-chip{font-size:6.9px}.audit-delivery-section,.audit-process-section,.audit-final{margin-top:44px}.deliverable-grid{grid-template-columns:1fr}.deliverable-grid article{min-height:118px}.process-grid{grid-template-columns:1fr}.process-grid article{min-height:104px}.audit-final{display:grid;padding:20px 18px}.audit-final .action-btn{min-width:0;width:100%}}