/* _content/HillMetrics.MIND.FrontApp/Components/AI/Chat.razor.rz.scp.css */
.chat-container[b-6t95nrrfey] {
    display: flex;
    flex-direction: column;
    height: 70vh;
}

.chat-messages[b-6t95nrrfey] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.message[b-6t95nrrfey] {
    max-width: 80%;
    padding: 0.75rem 1rem;
    border-radius: 1rem;
    position: relative;
    margin-bottom: 1rem;
}

.user-message[b-6t95nrrfey] {
    align-self: flex-end;
    background-color: #007bff;
    color: white;
    border-bottom-right-radius: 0.25rem;
}

.assistant-message[b-6t95nrrfey] {
    align-self: flex-start;
    background-color: #f0f2f5;
    color: #212529;
    border-bottom-left-radius: 0.25rem;
}

.message-content[b-6t95nrrfey] {
    word-break: break-word;
    white-space: pre-wrap;
}

.message-timestamp[b-6t95nrrfey] {
    font-size: 0.7rem;
    opacity: 0.7;
    margin-top: 0.25rem;
    text-align: right;
}

.chat-input[b-6t95nrrfey] {
    margin-top: auto;
    padding: 1rem 0 0 0;
    border-top: 1px solid #dee2e6;
}

/* Modal styles */
.modal-backdrop[b-6t95nrrfey] {
    opacity: 0.5;
}
/* _content/HillMetrics.MIND.FrontApp/Components/Common/HmTable/HmTable.razor.rz.scp.css */
/* HillMetrics Table Styles */

.hm-table-search[b-0z84a0a2z4] {
    min-width: 250px;
}

/* Custom row highlighting */
[b-0z84a0a2z4] .active-row {
    background-color: rgba(33, 150, 243, 0.08) !important;
}

[b-0z84a0a2z4] .error-row {
    background-color: rgba(244, 67, 54, 0.08) !important;
}

[b-0z84a0a2z4] .success-row {
    background-color: rgba(76, 175, 80, 0.08) !important;
}

[b-0z84a0a2z4] .warning-row {
    background-color: rgba(255, 152, 0, 0.08) !important;
}

/* Ensure proper spacing in toolbar */
.hm-table-search .mud-input-control[b-0z84a0a2z4] {
    margin-bottom: 0 !important;
}
/* _content/HillMetrics.MIND.FrontApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-r7av64rrty] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r7av64rrty] {
    flex: 1;
}

.sidebar[b-r7av64rrty] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r7av64rrty] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r7av64rrty]  a, .top-row[b-r7av64rrty]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r7av64rrty]  a:hover, .top-row[b-r7av64rrty]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r7av64rrty]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-r7av64rrty] {
        justify-content: space-between;
    }

    .top-row[b-r7av64rrty]  a, .top-row[b-r7av64rrty]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r7av64rrty] {
        flex-direction: row;
    }

    .sidebar[b-r7av64rrty] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r7av64rrty] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r7av64rrty]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r7av64rrty], article[b-r7av64rrty] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-r7av64rrty] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-r7av64rrty] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/HillMetrics.MIND.FrontApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sna1t1oxmy] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sna1t1oxmy] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sna1t1oxmy] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sna1t1oxmy] {
    font-size: 1.1rem;
}

.bi[b-sna1t1oxmy] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-sna1t1oxmy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-sna1t1oxmy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-sna1t1oxmy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-sna1t1oxmy] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sna1t1oxmy] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sna1t1oxmy] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sna1t1oxmy]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-sna1t1oxmy]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-sna1t1oxmy]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-sna1t1oxmy] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-sna1t1oxmy] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sna1t1oxmy] {
        display: none;
    }

    .nav-scrollable[b-sna1t1oxmy] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/HillMetrics.MIND.FrontApp/Components/Orchestrator/FluxOrchestratorDashboard.razor.rz.scp.css */
/* FluxOrchestratorDashboard MudBlazor Styles */

/* Main container styling */
.mud-container[b-k6klmgosnt] {
    padding: 16px !important;
}

/* Summary cards with theme colors */
.mud-theme-primary .mud-card-content[b-k6klmgosnt] {
    background: linear-gradient(135deg, var(--mud-palette-primary-darken) 0%, var(--mud-palette-primary) 100%);
    color: var(--mud-palette-primary-text);
}

.mud-theme-success .mud-card-content[b-k6klmgosnt] {
    background: linear-gradient(135deg, var(--mud-palette-success-darken) 0%, var(--mud-palette-success) 100%);
    color: var(--mud-palette-success-text);
}

.mud-theme-warning .mud-card-content[b-k6klmgosnt] {
    background: linear-gradient(135deg, var(--mud-palette-warning-darken) 0%, var(--mud-palette-warning) 100%);
    color: var(--mud-palette-warning-text);
}

.mud-theme-info .mud-card-content[b-k6klmgosnt] {
    background: linear-gradient(135deg, var(--mud-palette-info-darken) 0%, var(--mud-palette-info) 100%);
    color: var(--mud-palette-info-text);
}

/* Card hover effects */
.mud-card[b-k6klmgosnt] {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px !important;
}

.mud-card:hover[b-k6klmgosnt] {
    transform: translateY(-4px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Summary card specific styling */
.mud-grid .mud-item .mud-card .mud-card-content[b-k6klmgosnt] {
    padding: 24px !important;
}

.mud-grid .mud-item .mud-card .mud-icon[b-k6klmgosnt] {
    margin-bottom: 8px;
    opacity: 0.9;
}

/* Tab styling */
.mud-tabs[b-k6klmgosnt] {
    background: white;
    border-radius: 12px !important;
    overflow: hidden;
}

.mud-tabs .mud-tab[b-k6klmgosnt] {
    font-weight: 500;
    text-transform: none;
    min-height: 56px;
}

.mud-tabs .mud-tab.mud-tab-active[b-k6klmgosnt] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.08);
    color: var(--mud-palette-primary);
}

/* Table styling */
.mud-table[b-k6klmgosnt] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.mud-table-head .mud-table-cell[b-k6klmgosnt] {
    background-color: var(--mud-palette-grey-lighten4);
    font-weight: 600;
    color: var(--mud-palette-dark);
    border-bottom: 2px solid var(--mud-palette-divider);
}

.mud-table-body .mud-table-row:hover[b-k6klmgosnt] {
    background-color: rgba(var(--mud-palette-primary-rgb), 0.04);
}

/* Job status chips */
.mud-chip[b-k6klmgosnt] {
    font-weight: 500;
    border-radius: 16px;
}

.mud-chip .mud-icon[b-k6klmgosnt] {
    margin-right: 4px;
}

/* Button group styling */
.mud-button-group[b-k6klmgosnt] {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.mud-button-group .mud-button[b-k6klmgosnt] {
    border-radius: 0;
}

.mud-button-group .mud-button:first-child[b-k6klmgosnt] {
    border-radius: 8px 0 0 8px;
}

.mud-button-group .mud-button:last-child[b-k6klmgosnt] {
    border-radius: 0 8px 8px 0;
}

/* Icon button styling */
.mud-icon-button[b-k6klmgosnt] {
    transition: all 0.2s ease;
}

.mud-icon-button:hover[b-k6klmgosnt] {
    transform: scale(1.1);
}

/* Switch styling */
.mud-switch[b-k6klmgosnt] {
    margin: 0;
}

.mud-switch .mud-switch-track[b-k6klmgosnt] {
    border-radius: 12px;
}

.mud-switch .mud-switch-thumb[b-k6klmgosnt] {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Progress circular styling */
.mud-progress-circular[b-k6klmgosnt] {
    color: var(--mud-palette-primary);
}

/* Alert styling */
.mud-alert[b-k6klmgosnt] {
    border-radius: 8px;
    border-left: 4px solid;
}

.mud-alert.mud-alert-filled-info[b-k6klmgosnt] {
    border-left-color: var(--mud-palette-info);
}

.mud-alert.mud-alert-filled-success[b-k6klmgosnt] {
    border-left-color: var(--mud-palette-success);
}

.mud-alert.mud-alert-filled-error[b-k6klmgosnt] {
    border-left-color: var(--mud-palette-error);
}

/* Tooltip styling */
.mud-tooltip[b-k6klmgosnt] {
    background-color: rgba(0, 0, 0, 0.87);
    color: white;
    font-size: 0.75rem;
    border-radius: 4px;
    padding: 6px 8px;
}

/* Paper header styling */
.mud-paper[b-k6klmgosnt] {
    border-radius: 12px !important;
}

/* Loading states */
.loading-state[b-k6klmgosnt] {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Responsive adjustments */
@media (max-width: 600px) {
    .mud-grid .mud-item[b-k6klmgosnt] {
        margin-bottom: 8px;
    }
    
    .mud-container[b-k6klmgosnt] {
        padding: 8px !important;
    }
    
    .mud-card .mud-card-content[b-k6klmgosnt] {
        padding: 16px !important;
    }
    
    .mud-table[b-k6klmgosnt] {
        font-size: 0.875rem;
    }
    
    .mud-button-group[b-k6klmgosnt] {
        flex-direction: column;
    }
    
    .mud-button-group .mud-button[b-k6klmgosnt] {
        border-radius: 0;
        margin-bottom: 1px;
    }
    
    .mud-button-group .mud-button:first-child[b-k6klmgosnt] {
        border-radius: 8px 8px 0 0;
    }
    
    .mud-button-group .mud-button:last-child[b-k6klmgosnt] {
        border-radius: 0 0 8px 8px;
        margin-bottom: 0;
    }
}

/* Dark theme adjustments */
@media (prefers-color-scheme: dark) {
    .mud-theme-primary .mud-card-content[b-k6klmgosnt] {
        background: linear-gradient(135deg, var(--mud-palette-primary-darken) 0%, var(--mud-palette-primary-dark) 100%);
    }
    
    .mud-table-head .mud-table-cell[b-k6klmgosnt] {
        background-color: var(--mud-palette-grey-darken3);
        color: var(--mud-palette-text-primary);
    }
}

/* Animation keyframes */
@keyframes pulse-b-k6klmgosnt {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.7;
    }
    100% {
        opacity: 1;
    }
}

/* Running job status animation */
.mud-chip.status-running[b-k6klmgosnt] {
    animation: pulse-b-k6klmgosnt 2s infinite;
}

/* Enhanced elevation for active states */
.mud-elevation-8[b-k6klmgosnt] {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Custom spacing utilities */
.mb-6[b-k6klmgosnt] {
    margin-bottom: 48px !important;
}

.pa-8[b-k6klmgosnt] {
    padding: 64px !important;
}

/* Custom font weights */
.font-weight-bold[b-k6klmgosnt] {
    font-weight: 700 !important;
}

.font-weight-medium[b-k6klmgosnt] {
    font-weight: 500 !important;
} 
/* _content/HillMetrics.MIND.FrontApp/Components/Pages/Flux/FluxSearch.razor.rz.scp.css */
.workflow-status-icon[b-m2a3bcqyfy] {
    animation: pulse-icon-b-m2a3bcqyfy 1.5s infinite ease-in-out;
}

.workflow-active-row td[b-m2a3bcqyfy] {
    /* Apply animation to table cells */
    animation: pulse-background-b-m2a3bcqyfy 2s infinite ease-in-out;
}

@keyframes pulse-background-b-m2a3bcqyfy {
    0% {
        background-color: var(--mud-palette-table-striped-background); /* Start with normal striped color */
    }

    50% {
        background-color: rgba(21, 101, 192, 0.1); /* Light blue pulse - adjust color/opacity */
    }

    100% {
        background-color: var(--mud-palette-table-striped-background); /* End with normal striped color */
    }
}

/* Optional: slight pulse for the icon itself */
@keyframes pulse-icon-b-m2a3bcqyfy {
    0% {
        opacity: 0.7;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0.7;
        transform: scale(1);
    }
}
/* _content/HillMetrics.MIND.FrontApp/Components/Pages/Flux/FluxWorkflowLive.razor.rz.scp.css */
/* FluxWorkflowLive Component Scoped Styles */

.workflow-container[b-ingredu7p1] {
    position: relative;
    width: 100%;
    min-height: 600px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
}

/* Viewport for pan/zoom functionality */
[b-ingredu7p1] .workflow-viewport {
    position: relative;
    width: 100%;
    height: 80vh;
    min-height: 600px;
    overflow: hidden;
    background-color: #fafafa;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    cursor: grab;
    box-sizing: border-box;
}

[b-ingredu7p1] .workflow-viewport:active {
    cursor: grabbing;
}

/* Main layout with timeline sidebar */
[b-ingredu7p1] .workflow-main-layout {
    position: relative;
    display: flex;
    gap: 16px;
}

/* Timeline Sidebar */
[b-ingredu7p1] .timeline-sidebar {
    width: 300px;
    background: white;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    max-height: 80vh;
}

[b-ingredu7p1] .timeline-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #e0e0e0;
    background: #f5f5f5;
}

[b-ingredu7p1] .timeline-content {
    overflow-y: auto;
    flex: 1;
    padding: 8px;
}

[b-ingredu7p1] .timeline-item {
    display: flex;
    gap: 12px;
    padding: 12px;
    border-radius: 6px;
    margin-bottom: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    background: #fafafa;
}

[b-ingredu7p1] .timeline-item:hover {
    background: #f0f0f0;
    transform: translateX(4px);
}

[b-ingredu7p1] .timeline-item-selected {
    background: #e3f2fd !important;
    border-left: 3px solid #2196F3;
}

[b-ingredu7p1] .timeline-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 4px;
    flex-shrink: 0;
}

[b-ingredu7p1] .timeline-dot.status-success {
    background: #4CAF50;
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.5);
}

[b-ingredu7p1] .timeline-dot.status-failed {
    background: #f44336;
    box-shadow: 0 0 8px rgba(244, 67, 54, 0.5);
    animation: pulse-error-b-ingredu7p1 2s infinite;
}

[b-ingredu7p1] .timeline-dot.status-cancelled {
    background: #E65100;
    box-shadow: 0 0 8px rgba(230, 81, 0, 0.5);
}

[b-ingredu7p1] .timeline-dot.status-running {
    background: #2196F3;
    animation: pulse-running-b-ingredu7p1 1.5s infinite;
}

[b-ingredu7p1] .timeline-dot.status-pending {
    background: #FF9800;
}

[b-ingredu7p1] .timeline-dot.status-ignored {
    background: #9E9E9E;
}

@keyframes pulse-error-b-ingredu7p1 {
    0%, 100% {
        box-shadow: 0 0 8px rgba(244, 67, 54, 0.5);
    }
    50% {
        box-shadow: 0 0 16px rgba(244, 67, 54, 0.8);
    }
}

@keyframes pulse-running-b-ingredu7p1 {
    0%, 100% {
        box-shadow: 0 0 8px rgba(33, 150, 243, 0.5);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 16px rgba(33, 150, 243, 0.8);
        transform: scale(1.2);
    }
}

[b-ingredu7p1] .timeline-details {
    flex: 1;
    min-width: 0;
}

[b-ingredu7p1] .timeline-time {
    font-size: 0.75rem;
    color: #666;
    margin-bottom: 2px;
}

[b-ingredu7p1] .timeline-title {
    font-weight: 500;
    font-size: 0.875rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[b-ingredu7p1] .timeline-duration {
    font-size: 0.75rem;
    color: #999;
    margin-top: 2px;
}

[b-ingredu7p1] .timeline-toggle-btn {
    position: fixed !important;
    top: 140px !important;
    left: 20px !important;
    z-index: 100 !important;
}

/* Workflow Statistics Bar */
[b-ingredu7p1] .workflow-stats {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

[b-ingredu7p1] .stat-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.875rem;
}

[b-ingredu7p1] .stat-label {
    font-weight: 500;
    color: #666;
}

[b-ingredu7p1] .stat-value {
    font-weight: 700;
    color: #333;
}

[b-ingredu7p1] .stat-divider {
    border-left: 2px solid #e0e0e0;
    padding-left: 20px;
}

[b-ingredu7p1] .progress-gauge {
    display: flex;
    align-items: center;
}

[b-ingredu7p1] .gauge-text {
    font-size: 0.625rem;
    font-weight: bold;
}

/* Canvas zoom controls */
[b-ingredu7p1] .canvas-controls {
    position: absolute;
    top: 200px;
    right: 30px;
    z-index: 100;
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: white;
    border-radius: 8px;
    padding: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

[b-ingredu7p1] .workflow-canvas {
    position: relative;
    width: 100%;
    min-height: 100%;
    transform-origin: 0 0;
    transition: transform 0.1s ease-out;
    box-sizing: border-box;
}

/* Search input styles */
[b-ingredu7p1] .search-input {
    transition: all 0.3s ease;
}

[b-ingredu7p1] .search-input:focus-within {
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}

/* ========================================
   TENANT ZONES STYLES
   ======================================== */

/* Container for all tenant groups */
[b-ingredu7p1] .tenant-groups-container {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    flex-wrap: nowrap;
    align-items: flex-start;
}

/* Individual tenant zone */
[b-ingredu7p1] .tenant-zone {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
    background: linear-gradient(135deg, rgba(255,255,255,0.95) 0%, rgba(248,248,248,0.95) 100%);
    border-radius: 12px;
    border: 2px solid #e0e0e0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

[b-ingredu7p1] .tenant-zone:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-2px);
}

/* Tenant zone header */
[b-ingredu7p1] .tenant-zone-header {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(90deg, #f5f5f5 0%, #fafafa 100%);
    border-bottom: 2px solid #e0e0e0;
    font-weight: 600;
    font-size: 0.95rem;
}

[b-ingredu7p1] .tenant-zone-title {
    flex: 1;
    color: #333;
}

/* Tenant zone content */
[b-ingredu7p1] .tenant-zone-content {
    padding: 16px;
    overflow: visible;
    box-sizing: border-box;
}

/* Color variants for different tenants */
[b-ingredu7p1] .tenant-zone-1 {
    border-color: #1976D2;
}
[b-ingredu7p1] .tenant-zone-1 .tenant-zone-header {
    background: linear-gradient(90deg, rgba(25, 118, 210, 0.15) 0%, rgba(25, 118, 210, 0.05) 100%);
    border-bottom-color: rgba(25, 118, 210, 0.3);
}

[b-ingredu7p1] .tenant-zone-2 {
    border-color: #388E3C;
}
[b-ingredu7p1] .tenant-zone-2 .tenant-zone-header {
    background: linear-gradient(90deg, rgba(56, 142, 60, 0.15) 0%, rgba(56, 142, 60, 0.05) 100%);
    border-bottom-color: rgba(56, 142, 60, 0.3);
}

[b-ingredu7p1] .tenant-zone-3 {
    border-color: #F57C00;
}
[b-ingredu7p1] .tenant-zone-3 .tenant-zone-header {
    background: linear-gradient(90deg, rgba(245, 124, 0, 0.15) 0%, rgba(245, 124, 0, 0.05) 100%);
    border-bottom-color: rgba(245, 124, 0, 0.3);
}

[b-ingredu7p1] .tenant-zone-4 {
    border-color: #7B1FA2;
}
[b-ingredu7p1] .tenant-zone-4 .tenant-zone-header {
    background: linear-gradient(90deg, rgba(123, 31, 162, 0.15) 0%, rgba(123, 31, 162, 0.05) 100%);
    border-bottom-color: rgba(123, 31, 162, 0.3);
}

[b-ingredu7p1] .tenant-zone-5 {
    border-color: #00796B;
}
[b-ingredu7p1] .tenant-zone-5 .tenant-zone-header {
    background: linear-gradient(90deg, rgba(0, 121, 107, 0.15) 0%, rgba(0, 121, 107, 0.05) 100%);
    border-bottom-color: rgba(0, 121, 107, 0.3);
}

[b-ingredu7p1] .tenant-zone-null {
    border-color: #757575;
}
[b-ingredu7p1] .tenant-zone-null .tenant-zone-header {
    background: linear-gradient(90deg, rgba(117, 117, 117, 0.15) 0%, rgba(117, 117, 117, 0.05) 100%);
    border-bottom-color: rgba(117, 117, 117, 0.3);
}

/* ========================================
   END TENANT ZONES STYLES
   ======================================== */

/* Diagram styles */
[b-ingredu7p1] .workflow-diagram {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

[b-ingredu7p1] .workflow-node-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
}

[b-ingredu7p1] .workflow-node {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 12px 12px 20px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 180px;
    max-width: 250px;
    text-align: center;
    border-left: 4px solid #ccc;
    position: relative;
    animation: nodeAppear-b-ingredu7p1 0.5s ease-out;
}

@keyframes nodeAppear-b-ingredu7p1 {
    0% {
        opacity: 0;
        transform: translateY(-10px) scale(0.95);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

[b-ingredu7p1] .workflow-node:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

[b-ingredu7p1] .node-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-ingredu7p1] .node-header {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    width: 100%;
    position: relative;
}

[b-ingredu7p1] .node-header i {
    margin-right: 8px;
    flex-shrink: 0;
}

[b-ingredu7p1] .node-step-id-bottom {
    position: absolute;
    left: 4px;
    bottom: 4px;
    z-index: 1;
}

[b-ingredu7p1] .step-id-link {
    font-size: 0.65rem !important;
    color: #666 !important;
    text-decoration: none !important;
    font-weight: 500;
    padding: 1px 4px;
    background-color: rgba(0,0,0,0.05);
    border-radius: 3px;
    transition: all 0.2s ease;
}

[b-ingredu7p1] .step-id-link:hover {
    background-color: rgba(0,0,0,0.1);
    color: #333 !important;
    text-decoration: underline !important;
}

[b-ingredu7p1] .step-id-link.related-link {
    margin-left: 4px;
    background-color: rgba(33, 150, 243, 0.1);
    color: #2196F3 !important;
    border: 1px solid rgba(33, 150, 243, 0.3);
}

[b-ingredu7p1] .step-id-link.related-link:hover {
    background-color: rgba(33, 150, 243, 0.2);
    color: #1976D2 !important;
    border-color: rgba(33, 150, 243, 0.5);
}

[b-ingredu7p1] .node-visibility-toggle {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}

[b-ingredu7p1] .visibility-toggle-btn {
    padding: 2px !important;
    min-width: unset !important;
    width: 24px !important;
    height: 24px !important;
}

[b-ingredu7p1] .node-title {
    font-weight: 600;
    font-size: 0.9rem;
    color: #333;
    flex-grow: 1;
    line-height: 1.2;
    margin-bottom: 0;
    padding-right: 30px;
}

[b-ingredu7p1] .database-chip {
    font-size: 0.65rem !important;
    height: 18px !important;
    padding: 0 6px !important;
    font-weight: 500;
}

[b-ingredu7p1] .node-body {
    padding: 5px 0;
    margin-bottom: 8px;
}

[b-ingredu7p1] .node-description {
    font-size: 0.8rem;
    color: #555;
    margin-bottom: 4px;
    white-space: normal;
    line-height: 1.3;
}

[b-ingredu7p1] .node-completion-time {
    font-size: 0.7rem;
    color: #666;
    margin-top: 4px;
    font-style: italic;
}

[b-ingredu7p1] .node-details {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
    padding-top: 8px;
    margin-top: auto;
    border-top: 1px solid #eee;
    font-size: 0.75rem;
    color: #555;
}

[b-ingredu7p1] .detail-item {
    display: inline-flex;
    align-items: center;
    padding: 2px 5px;
    border-radius: 4px;
    background-color: #f0f0f0;
    line-height: 1;
}

[b-ingredu7p1] .detail-item.success {
    background-color: rgba(76, 175, 80, 0.15);
    color: #4CAF50;
    font-weight: 500;
}

[b-ingredu7p1] .detail-item.warning {
    background-color: rgba(255, 193, 7, 0.15);
    color: #FFA726;
}

[b-ingredu7p1] .detail-item.error-link {
    background-color: rgba(244, 67, 54, 0.15);
    color: #f44336;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease;
}

[b-ingredu7p1] .detail-item.error-link:hover {
    background-color: rgba(244, 67, 54, 0.25);
    transform: translateY(-1px);
}

/* Connection lines */
[b-ingredu7p1] .arrow-down {
    height: 20px;
    width: 2px;
    background-color: #B0BEC5;
    margin: 0 auto;
    position: relative;
}

[b-ingredu7p1] .arrow-down::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #B0BEC5;
}

[b-ingredu7p1] .branch-container {
    width: 90%;
    height: 2px;
    background-color: #B0BEC5;
    margin: 0 auto;
    position: relative;
    z-index: -1;
    max-width: 800px;
}

/* Status classes */
[b-ingredu7p1] .status-default {
    border-left-color: #ccc;
}

[b-ingredu7p1] .status-info {
    border-left-color: #2196F3;
}

[b-ingredu7p1] .status-success {
    border-left-color: #4CAF50;
}

[b-ingredu7p1] .status-warning {
    border-left-color: #FFC107;
}

[b-ingredu7p1] .status-error {
    border-left-color: #F44336;
}

[b-ingredu7p1] .status-secondary {
    border-left-color: #9C27B0;
}

[b-ingredu7p1] .status-cancelled {
    border-left-color: #E65100; /* Dark orange */
}

[b-ingredu7p1] .node-completed {
    background-color: rgba(76, 175, 80, 0.1);
}

[b-ingredu7p1] .node-inprogress {
    background-color: rgba(33, 150, 243, 0.05);
    border-style: dashed;
    border-width: 1px;
}

[b-ingredu7p1] .node-failed {
    background-color: rgba(244, 67, 54, 0.1);
    border-left-color: #F44336;
}

[b-ingredu7p1] .node-cancelled {
    background-color: rgba(230, 81, 0, 0.1); /* Dark orange with transparency */
    border-left-color: #E65100;
}

/* Badge styles */
[b-ingredu7p1] .badge {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 0.75em;
    font-weight: bold;
    color: white;
}

[b-ingredu7p1] .badge.success {
    background-color: #4CAF50;
}

[b-ingredu7p1] .badge.info {
    background-color: #2196F3;
}

[b-ingredu7p1] .badge.warning {
    background-color: #FFC107;
}

[b-ingredu7p1] .badge.error {
    background-color: #F44336;
}

[b-ingredu7p1] .badge.duration {
    background-color: #9C27B0;
    opacity: 0.7;
}

[b-ingredu7p1] .workflow-node:hover .badge {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}

/* Children container styles */
[b-ingredu7p1] .children-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    overflow: visible;
    box-sizing: border-box;
}

[b-ingredu7p1] .multi-children-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 10px;
    width: 100%;
    overflow: visible;
    box-sizing: border-box;
}

[b-ingredu7p1] .child-column {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    min-width: 180px;
    max-width: 100%;
    box-sizing: border-box;
}

[b-ingredu7p1] .vertical-branch {
    height: 20px;
    width: 2px;
    background-color: #B0BEC5;
    margin-bottom: 5px;
}

[b-ingredu7p1] .node-children.single-child {
    display: flex;
    flex-direction: column;
    align-items: center;
}

[b-ingredu7p1] .node-header .mud-progress-circular {
    margin-right: 8px;
}

[b-ingredu7p1] .node-error-message {
    font-size: 0.8rem;
    color: #F44336;
    margin-top: 4px;
    font-style: italic;
    border-left: 2px solid #F44336;
    padding-left: 8px;
    margin-bottom: 8px;
    white-space: normal;
    line-height: 1.3;
}

[b-ingredu7p1] .node-failed-time {
    color: #d32f2f;
}

/* Audit links */
[b-ingredu7p1] .audit-link {
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

[b-ingredu7p1] .audit-link:hover {
    opacity: 0.8;
    text-decoration: underline;
}

[b-ingredu7p1] .audit-link.success {
    color: #4CAF50;
}

[b-ingredu7p1] .audit-link.info {
    color: #2196F3;
}

/* Hidden/ignored states */
[b-ingredu7p1] .node-hidden {
    opacity: 0.4;
    filter: grayscale(0.7);
    background-color: #f0f0f0 !important;
    border-color: #ccc !important;
    transition: all 0.3s ease;
}

[b-ingredu7p1] .node-hidden:hover {
    opacity: 0.7;
    filter: grayscale(0.3);
}

[b-ingredu7p1] .node-hidden .node-title {
    color: #666 !important;
}

[b-ingredu7p1] .node-hidden .detail-item {
    opacity: 0.6;
}

/* Highlight animation */
[b-ingredu7p1] .node-highlight-blink {
    animation: highlightBlink-b-ingredu7p1 3s ease-in-out;
    border: 2px solid #ff9800 !important;
    box-shadow: 0 0 15px rgba(255, 152, 0, 0.6) !important;
}

@keyframes highlightBlink-b-ingredu7p1 {
    0%, 100% {
        background-color: rgba(255, 152, 0, 0.1);
        transform: scale(1);
        box-shadow: 0 0 15px rgba(255, 152, 0, 0.6);
    }
    16.67%, 50%, 83.33% {
        background-color: rgba(255, 152, 0, 0.4);
        transform: scale(1.08);
        box-shadow: 0 0 25px rgba(255, 152, 0, 0.8);
    }
    33.33%, 66.67% {
        background-color: rgba(255, 152, 0, 0.15);
        transform: scale(1.02);
        box-shadow: 0 0 10px rgba(255, 152, 0, 0.5);
    }
}

/* Floating buttons */
[b-ingredu7p1] .floating-refresh-btn {
    position: fixed !important;
    top: 80px !important;
    right: 20px !important;
    z-index: 1000 !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3) !important;
    transition: all 0.3s ease !important;
}

[b-ingredu7p1] .floating-refresh-btn:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4) !important;
}

[b-ingredu7p1] .floating-refresh-btn:active {
    transform: scale(0.95) !important;
}

[b-ingredu7p1] .node-actions {
    margin-top: 8px;
    padding-top: 4px;
    border-top: 1px solid #eee;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 4px;
}

/* Animated badges and icons */
[b-ingredu7p1] .badge-animated {
    animation: badgePulse-b-ingredu7p1 3s ease-in-out infinite;
}

@keyframes badgePulse-b-ingredu7p1 {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.05);
        opacity: 0.9;
    }
}

[b-ingredu7p1] .icon-success-animated {
    animation: successCheckmark-b-ingredu7p1 0.6s ease-in-out;
}

@keyframes successCheckmark-b-ingredu7p1 {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

[b-ingredu7p1] .icon-error-pulse {
    animation: errorPulse-b-ingredu7p1 1.5s ease-in-out infinite;
}

[b-ingredu7p1] .icon-warning-pulse {
    color: #FF9800;
    animation: warningPulse-b-ingredu7p1 2s ease-in-out infinite;
}

[b-ingredu7p1] .icon-cancelled {
    color: #E65100;
}

@keyframes errorPulse-b-ingredu7p1 {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

@keyframes warningPulse-b-ingredu7p1 {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.7;
        transform: scale(1.1);
    }
}
