/* /Pages/WorkflowInstanceViewerPage.razor.rz.scp.css */
/* Debug panel — fixed-position side panel in the instance viewer.
 * MudDrawer doesn't work here because we're nested inside Elsa's layout,
 * not at the app root. Blazor CSS isolation ensures these rules are scoped
 * and bundled automatically — no external CSS file dependency. */
.debug-panel[b-hfm5h63at7] {
    position: fixed;
    top: 0;
    right: 0;
    width: 400px;
    height: 100vh;
    background: #fff;
    border-left: 1px solid #e0e0e0;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.12);
    z-index: 1200;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.debug-panel-header[b-hfm5h63at7] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-bottom: 1px solid #e0e0e0;
    background: #fafafa;
    flex-shrink: 0;
}
