/* /Components/CPRX/CprCombined.razor.rz.scp.css */
.cpr-combined[b-ibrq01tn2u]{display:flex;flex-direction:row;height:calc(100vh - 110px);width:100%;border:1px solid var(--bs-border-color,#ccc);min-height:400px;}
.cpr-panel[b-ibrq01tn2u]{overflow:auto;padding:8px;box-sizing:border-box;display:flex;flex-direction:column;flex:1 1 0;min-width:0;}
.cpr-panel h4[b-ibrq01tn2u]{margin-top:0;margin-bottom:8px;}
.cpr-combined-header[b-ibrq01tn2u]{display:flex;gap:8px;align-items:center;padding:10px 0;}
.cpr-atom-input[b-ibrq01tn2u]{min-width:180px;padding:4px 8px;}
/* /Components/CPRX/C/ConditionsComponent.razor.rz.scp.css */
@font-face {
    font-family: 'Aptos Display';
    src: url('/StylingResources/AptosDisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.filament[b-7i315wqiqt] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 2px;
    align-items: stretch;
    font-family: 'Aptos Display', 'Segoe UI', sans-serif;
    border: 1px solid #bc9c9c;
    border-radius: 8px;
    background: #fafafa;  /*linear-gradient(91deg, #1c21e20a 0%, #1c21e221 100%)*/
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 120ms ease, border-color 120ms ease;
}
.filament:hover[b-7i315wqiqt] { border-color: #7a8ba3; box-shadow: 0 0 0 2px rgba(108,139,255,0.15); }

.filament-section[b-7i315wqiqt] {
    display: flex;
    align-items: center;
    width: 100%;
}

.section-main[b-7i315wqiqt] { gap: 6px; }
.section-util[b-7i315wqiqt] { justify-content: space-between; }

.condition-header[b-7i315wqiqt] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 8px;
    align-items: center;
    min-width: 0;
    width: 100%;
}

.condition-name[b-7i315wqiqt] {
    min-width: 120px;
    max-width: 320px;
    cursor: text;
}

.condition-input[b-7i315wqiqt] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #c9d2e3;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    min-height: 32px;
}

.condition-input.edited[b-7i315wqiqt] {
    font-weight: 700;
    background: #eef5ff;
}

.condition-desc[b-7i315wqiqt] {
    min-width: 160px;
    width: 100%;
}

.condition-desc-input[b-7i315wqiqt] {
    width: 100%;
    min-height: 32px;
    max-height: 64px;
    resize: vertical;
    border: 1px solid #d6d9e0;
    border-radius: 6px;
    padding: 6px 8px;
    font-size: 13px;
    background: #fff;
}

.condition-arrow[b-7i315wqiqt] {
    width: 60px;
    height: 6px;
    background: linear-gradient(90deg, #7a8ba3, rgba(122,139,163,0));
    border-radius: 4px;
    position: relative;
    margin-top: 2px;
    cursor: pointer;
    transition: transform 120ms ease, opacity 120ms ease, box-shadow 120ms ease;
}
.condition-arrow[b-7i315wqiqt]::after {
    content: '';
    position: absolute;
    right: -2px;
    top: -5px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #7a8ba3;
}
.condition-arrow:hover[b-7i315wqiqt] { transform: translateY(-1px); opacity: 0.9; }
.condition-arrow:active[b-7i315wqiqt] { transform: translateY(0); opacity: 0.7; }

.section-fallbacks[b-7i315wqiqt] { width: 100%; }
.fallback-controls[b-7i315wqiqt] { display: flex; align-items: center; gap: 6px; width: 100%; }

.fallback-link[b-7i315wqiqt] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 39px;
    height: 27px;
    color: #7a8ba3;
    font-size: 33px;
    opacity: 0.9;
    flex-shrink: 0;
}

.scroll-btn[b-7i315wqiqt] { border: 1px solid #c9d2e3; background: #fff; border-radius: 6px; padding: 6px 8px; cursor: pointer; min-width: 32px; transition: background 120ms ease, border-color 120ms ease; }
.scroll-btn:hover[b-7i315wqiqt] { background: #eef4ff; border-color: #6c8bff; }

.fallback-stack[b-7i315wqiqt] {
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
    padding: 6px 0;
    scrollbar-width: none;
    width: 100%;
}
.fallback-stack[b-7i315wqiqt]::-webkit-scrollbar { display: none; }
.end-buffer[b-7i315wqiqt] { min-width: 32px; }

.atom-button[b-7i315wqiqt] { transition: border-color 120ms ease, box-shadow 120ms ease; }
.atom-button:hover[b-7i315wqiqt] { border-color: #6c8bff; box-shadow: 0 0 0 2px rgba(108, 139, 255, 0.18); }
.atom-button.editing[b-7i315wqiqt] { box-shadow: 0 0 0 2px rgba(108, 139, 255, 0.25); }
.atom-input[b-7i315wqiqt] { outline: none; }

.atom-wrapper[b-7i315wqiqt] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.atom-button[b-7i315wqiqt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 10px;
    border-radius: 8px;
    border: 1px solid #d5dae5;
    background: #fff;
    cursor: pointer;
    min-width: 100px;
    max-width: 220px;
    overflow: hidden;
    white-space: nowrap;
}

.atom-button:hover[b-7i315wqiqt] {
    border-color: #6c8bff;
    box-shadow: 0 0 0 2px rgba(108, 139, 255, 0.18);
}

.atom-input[b-7i315wqiqt] {
    border: 1px solid #c9d2e3;
    border-radius: 6px;
    padding: 4px 6px;
    width: 140px;
    font-size: 13px;
    outline: none;
}

.atom-label[b-7i315wqiqt] { font-weight: 600; font-size: 13px; }
.atom-level[b-7i315wqiqt] { font-size: 11px; color: #6c7a90; }

.spacer[b-7i315wqiqt] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-width: 80px;
    height: 44px;
    padding: 0 12px;
    border-radius: 10px;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.02));
    border: 1px dashed rgba(0, 0, 0, 0.1);
    justify-content: center;
    transition: background 120ms ease, transform 120ms ease, border-color 120ms ease;
}

.spacer.clickable[b-7i315wqiqt] { cursor: pointer; }
.spacer.clickable:hover[b-7i315wqiqt] {
    transform: translateY(-1px);
    background: rgba(108, 139, 255, 0.12);
    border-color: rgba(108, 139, 255, 0.3);
}

.spacer-dot[b-7i315wqiqt] {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #6c8bff;
    opacity: 0.85;
}

.spacer-label[b-7i315wqiqt] {
    font-size: 12px;
    color: #4d5c70;
    font-weight: 600;
}

.arrow-only[b-7i315wqiqt] {
    color: #7a8ba3;
    font-size: 16px;
    cursor: pointer;
    transition: transform 120ms ease, color 120ms ease;
}
.arrow-only:hover[b-7i315wqiqt] { transform: translateY(-1px); color: #5c8cf4; }

.section-util .utility-bar[b-7i315wqiqt] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #4d5c70;
    width: 100%;
}

.util-progress[b-7i315wqiqt] {
    flex: 1;
    height: 6px;
    background: #eef1f661;
    border-radius: 999px;
    overflow: hidden;
}

.util-progress-bar[b-7i315wqiqt] {
    height: 100%;
    background: linear-gradient(90deg, #5c8cf4, #6ed3ff);
    transition: width 0.2s ease;
}

.state-focused[b-7i315wqiqt] { box-shadow: 0 0 0 2px #cfe1ff; }
.state-busy[b-7i315wqiqt] { opacity: 0.8; }
/* /Components/CPRX/C/ConditionsPanel.razor.rz.scp.css */
.conditions-panel[b-6khgttdzbw]{width:1800px;height:1800px;border:1px solid #ccc;padding:8px;box-sizing:border-box;overflow:auto;display:flex;flex-direction:column;gap:10px;}
.conditions-panel.conditions-compact[b-6khgttdzbw]{width:100%;height:100%;}
.conditions-header[b-6khgttdzbw]{background:#f0f0f0;padding:6px;display:flex;align-items:center;gap:8px;}
.conditions-body[b-6khgttdzbw]{flex:1 1 auto;overflow:auto;}
/* /Components/CPRX/P/ProcessComponent.razor.rz.scp.css */
@font-face {
    font-family: 'Aptos Display';
    src: url('/StylingResources/AptosDisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.p-filament[b-ftaflb74h1] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 2px;
    font-family: 'Aptos Display', 'Segoe UI', sans-serif;
    border: 1px solid #bc9c9c;
    border-radius: 8px;
    background: #fafafa;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 120ms ease, border-color 120ms ease;
    min-height: 100%;
    height: auto;
}

    .p-filament:hover[b-ftaflb74h1] {
        border-color: #f57c00;
        box-shadow: 0 0 0 2px rgba(245, 124, 0, 0.15);
    }

.p-section[b-ftaflb74h1] {
    width: 100%;
}

/* Header */
.p-band[b-ftaflb74h1] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border-radius: 6px;
}

.p-toggle-btn[b-ftaflb74h1] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #f57c00 0%, #ef6c00 100%);
    color: white;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

    .p-toggle-btn:hover[b-ftaflb74h1] {
        transform: scale(1.05);
        box-shadow: 0 2px 8px rgba(245, 124, 0, 0.4);
    }

.p-label[b-ftaflb74h1] {
    font-weight: 600;
    color: #5d4037;
}

.p-count[b-ftaflb74h1] {
    margin-left: auto;
    font-size: 12px;
    color: #8d6e63;
    background: #fff;
    padding: 2px 8px;
    border-radius: 10px;
}

/* Editor */
.p-section-editor[b-ftaflb74h1] {
    border: 1px solid #ffe0b2;
    border-radius: 6px;
    background: #fff8f0;
    padding: 8px;
}

.p-editor-tabs[b-ftaflb74h1] {
    display: flex;
    gap: 4px;
    margin-bottom: 8px;
}

.p-tab[b-ftaflb74h1] {
    padding: 6px 12px;
    border: 1px solid #ffcc80;
    border-radius: 6px;
    background: #fff;
    cursor: pointer;
    font-size: 13px;
    transition: background 120ms ease;
}

    .p-tab.active[b-ftaflb74h1] {
        background: #ff9800;
        color: white;
        border-color: #f57c00;
    }

.p-editor-content[b-ftaflb74h1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.p-editor-content.horiz[b-ftaflb74h1] {
    display: grid;
    grid-template-columns: 1.1fr 1fr 1fr 1.3fr 1.1fr;
    gap: 8px;
    align-items: start;
}

.p-col[b-ftaflb74h1] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-height: 100%;
}

.list-col .fill[b-ftaflb74h1] {
    flex: 1;
}

.p-atom-list.fill[b-ftaflb74h1],
.p-filament-list.fill[b-ftaflb74h1] {
    min-height: 200px;
}

.p-varea[b-ftaflb74h1] {
    padding: 8px;
    border: 1px solid #ffe0b2;
    border-radius: 6px;
    background: #fff;
}

.p-form-row[b-ftaflb74h1] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.p-input[b-ftaflb74h1] {
    padding: 6px 8px;
    border: 1px solid #d6d9e0;
    border-radius: 6px;
    font-size: 13px;
}

.p-input-xs[b-ftaflb74h1] {
    width: 70px;
}

.p-input-sm[b-ftaflb74h1] {
    width: 120px;
}

.p-btn[b-ftaflb74h1] {
    padding: 6px 12px;
    background: #ff9800;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

    .p-btn:hover[b-ftaflb74h1] {
        background: #f57c00;
    }

.p-btn-sm[b-ftaflb74h1] {
    padding: 4px 8px;
    font-size: 11px;
}

.p-error[b-ftaflb74h1] {
    color: #d32f2f;
    font-size: 12px;
    margin-top: 4px;
}

/* Lists */
.p-filament-list[b-ftaflb74h1], .p-atom-list[b-ftaflb74h1], .p-phase-list[b-ftaflb74h1] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    max-height: 200px;
    overflow-y: auto;
}

.p-group-item[b-ftaflb74h1], .p-filament-item[b-ftaflb74h1], .p-atom-item[b-ftaflb74h1], .p-phase-item[b-ftaflb74h1] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    transition: background 120ms ease, border-color 120ms ease;
}

    .p-group-item:hover[b-ftaflb74h1], .p-filament-item:hover[b-ftaflb74h1], .p-atom-item:hover[b-ftaflb74h1] {
        background: #fff3e0;
        border-color: #ffcc80;
    }

    .p-group-item.selected[b-ftaflb74h1], .p-filament-item.selected[b-ftaflb74h1], .p-atom-item.selected[b-ftaflb74h1] {
        background: #ffe0b2;
        border-color: #ff9800;
    }

.p-filament-item[b-ftaflb74h1] {
    margin-left: 16px;
}

.p-group-name[b-ftaflb74h1], .p-atom-label[b-ftaflb74h1] {
    font-weight: 600;
}

.p-group-priority[b-ftaflb74h1] {
    font-size: 11px;
    color: #8d6e63;
    margin-left: auto;
}

.p-atom-time[b-ftaflb74h1] {
    font-size: 11px;
    color: #8d6e63;
    margin-left: auto;
}

/* Linkage */
.p-linkage-section[b-ftaflb74h1] {
    margin-bottom: 8px;
}

.p-linkage-title[b-ftaflb74h1] {
    font-weight: 600;
    font-size: 12px;
    color: #5d4037;
    display: block;
    margin-bottom: 4px;
}

/* Visual Timeline */
.p-section-visual[b-ftaflb74h1] {
    min-height: 200px;
    overflow-y: visible;
    transition: max-height 300ms ease;
}

    .p-section-visual.editor-open[b-ftaflb74h1] {
        max-height: none;
    }

.p-timeline-container[b-ftaflb74h1] {
    position: relative;
    padding: 8px;
    padding-bottom: 30px;
}

.p-timeline-row[b-ftaflb74h1] {
    display: flex;
    align-items: center;
    height: 36px;
    margin-bottom: 4px;
}

.p-timeline-label[b-ftaflb74h1] {
    width: 150px;
    font-size: 11px;
    color: #5d4037;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex-shrink: 0;
}

.p-timeline-track[b-ftaflb74h1] {
    flex: 1;
    position: relative;
    height: 28px;
    background: linear-gradient(90deg, #fff3e0 0%, #e2d5c1 100%);
    border: 1px solid #ffcc80;
    border-radius: 4px;
}

.p-atom-bar[b-ftaflb74h1] {
    position: absolute;
    height: 24px;
    top: 2px;
    background: linear-gradient(90deg, #ff9800 0%, #f57c00 100%);
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 6px;
    color: white;
    font-size: 11px;
    font-weight: 600;
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
    transition: transform 120ms ease, box-shadow 120ms ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .p-atom-bar:hover[b-ftaflb74h1] {
        transform: translateY(-1px);
        box-shadow: 0 3px 8px rgba(0,0,0,0.25);
    }

    .p-atom-bar.selected[b-ftaflb74h1] {
        outline: 2px solid #1976d2;
        outline-offset: 1px;
    }

/* Phase lines */
.p-phase-line[b-ftaflb74h1] {
    position: absolute;
    top: 0;
    bottom: 30px;
    width: 2px;
    border-left: 2px dashed #9e9e9e;
    z-index: 1;
    cursor: ew-resize;
}

/* Timeline axis */
.p-timeline-axis[b-ftaflb74h1] {
    position: absolute;
    bottom: 0;
    left: 150px;
    right: 8px;
    height: 24px;
    border-top: 1px solid #ccc;
}

.p-tick[b-ftaflb74h1] {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .p-tick[b-ftaflb74h1]::before {
        content: '';
        width: 1px;
        height: 6px;
        background: #999;
    }

.p-tick-label[b-ftaflb74h1] {
    font-size: 10px;
    color: #666;
    margin-top: 2px;
}

/* Utility bar */
.p-section-util[b-ftaflb74h1] {
    padding: 4px 8px;
}

.p-utility-bar[b-ftaflb74h1] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #5d4037;
}

.p-util-info[b-ftaflb74h1] {
    flex-shrink: 0;
}

.p-util-progress[b-ftaflb74h1] {
    flex: 1;
    height: 6px;
    background: #eef1f6;
    border-radius: 999px;
    overflow: hidden;
}

.p-util-progress-bar[b-ftaflb74h1] {
    height: 100%;
    background: linear-gradient(90deg, #ff9800, #ffb74d);
    transition: width 200ms ease;
}

/* States */
.state-focused[b-ftaflb74h1] {
    box-shadow: 0 0 0 2px #ffe0b2;
}

.state-busy[b-ftaflb74h1] {
    opacity: 0.8;
}

/* Dropdown styles for filterable selects */
.p-input-group[b-ftaflb74h1] { position: relative; display: inline-block; }
.p-dropdown[b-ftaflb74h1] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    max-height: 160px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #d6d9e0;
    border-radius: 4px;
    z-index: 10;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.p-dropdown-item[b-ftaflb74h1] {
    padding: 6px 8px;
    cursor: pointer;
}
.p-dropdown-item:hover[b-ftaflb74h1] {
    background: #fff3e0;
}

.flex-spacer[b-ftaflb74h1] { flex: 1; }
/* /Components/CPRX/R/ResultComponent.razor.rz.scp.css */
/*FILE: /Components/ CPRX/R/ResultComponent.razor.css*/

@font-face {
    font-family: 'Aptos Display';
    src: url('/StylingResources/AptosDisplay.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.r-filament[b-mkc2bidjl6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 2px;
    font-family: 'Aptos Display', 'Segoe UI', sans-serif;
    border: 1px solid #bc9c9c;
    border-radius: 8px;
    background: #fafafa;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow 120ms ease, border-color 120ms ease;
}

    .r-filament:hover[b-mkc2bidjl6] {
        border-color: #4caf50;
        box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.15);
    }

.r-section[b-mkc2bidjl6] {
    width: 100%;
}

/* Header - Green theme for Results */
.r-band[b-mkc2bidjl6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-radius: 6px;
}

.r-toggle-btn[b-mkc2bidjl6] {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 6px;
    background: linear-gradient(135deg, #4caf50 0%, #388e3c 100%);
    color: white;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

    .r-toggle-btn:hover[b-mkc2bidjl6] {
        transform: scale(1.05);
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.4);
    }

.r-label[b-mkc2bidjl6] {
    font-weight: 600;
    color: #2e7d32;
}

.r-count[b-mkc2bidjl6] {
    margin-left: auto;
    font-size: 12px;
    color: #558b2f;
    background: #fff;
    padding: 2px 8px;
    border-radius: 10px;
}

/* Editor */
.r-section-editor[b-mkc2bidjl6] {
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    background: #f1f8e9;
    padding: 8px;
}

.r-editor-grid[b-mkc2bidjl6] {
    display: grid;
    grid-template-columns: minmax(20%, 25%) minmax(40%, 75%);
    gap: 8px;
    align-items: start;
}

.r-varea[b-mkc2bidjl6] {
    padding: 8px;
    border: 1px solid #c8e6c9;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 8px;
}

.r-form-row[b-mkc2bidjl6] {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.r-form-column[b-mkc2bidjl6] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: stretch;
}

.r-input[b-mkc2bidjl6] {
    padding: 6px 8px;
    border: 1px solid #d6d9e0;
    border-radius: 6px;
    font-size: 13px;
    flex: 1;
}

.r-input-desc[b-mkc2bidjl6] { max-width: 100%; }

.r-input-sm[b-mkc2bidjl6] {
    max-width: 200px;
}

.r-btn[b-mkc2bidjl6] {
    padding: 6px 12px;
    background: #4caf50;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
}

    .r-btn:hover[b-mkc2bidjl6] {
        background: #388e3c;
    }

.r-btn-sm[b-mkc2bidjl6] {
    padding: 4px 8px;
    font-size: 11px;
    background: #4caf50;
    color: white;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

/* Result Items */
.r-result-item[b-mkc2bidjl6] {
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 8px;
    overflow: hidden;
}

.r-result-header[b-mkc2bidjl6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    cursor: pointer;
    background: #fafafa;
    transition: background 120ms ease;
}

    .r-result-header:hover[b-mkc2bidjl6] {
        background: #e8f5e9;
    }

.r-result-item.selected .r-result-header[b-mkc2bidjl6] {
    background: #c8e6c9;
}

.r-result-name[b-mkc2bidjl6] {
    font-weight: 600;
    flex: 1;
}

.r-result-progress[b-mkc2bidjl6] {
    font-size: 11px;
    color: #666;
}

.r-result-status[b-mkc2bidjl6] {
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 4px;
}

.r-particle-editor[b-mkc2bidjl6] {
    padding: 8px;
    border-top: 1px solid #e0e0e0;
    background: #f9fbe7;
}

.r-particle-list[b-mkc2bidjl6] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 8px;
}

.r-particle-item[b-mkc2bidjl6] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 6px 8px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
    background: #fff;
}

.r-particle-name[b-mkc2bidjl6] {
    flex: 1;
    font-weight: 500;
}

.r-particle-link[b-mkc2bidjl6] {
    font-size: 10px;
    color: #888;
}

.r-particle-link span[title][b-mkc2bidjl6] {
    font-size: 12px;
}

.r-status-select[b-mkc2bidjl6] {
    padding: 2px 4px;
    font-size: 11px;
    border-radius: 4px;
}

/* Visual Chain */
.r-section-visual[b-mkc2bidjl6] {
    min-height: 80px;
    padding: 8px;
    overflow-x: auto;
    overflow-y: visible;
    max-height: none;
    transition: max-height 300ms ease;
}

    .r-section-visual.editor-open[b-mkc2bidjl6] {
        max-height: none;
    }

.r-chain-row[b-mkc2bidjl6] {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 4px;
    flex-direction: row; /* Result LEFT, particles RIGHT */
}


.r-particles-chain[b-mkc2bidjl6] {
    display: flex;
    align-items: center;
    flex: 1;
    overflow-x: auto;
    padding-left: 8px; /* Changed from padding-right */
}

.r-particle-box[b-mkc2bidjl6] {
    min-width: 70px;
    padding: 6px 8px;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    background: #fff;
    transition: transform 120ms ease, box-shadow 120ms ease;
}

    .r-particle-box:hover[b-mkc2bidjl6] {
        transform: translateY(-2px);
        box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    }

.r-particle-label[b-mkc2bidjl6] {
    font-size: 11px;
    font-weight: 500;
    display: block;
}

.r-particle-status-icon[b-mkc2bidjl6] {
    font-size: 14px;
    display: block;
    margin-top: 2px;
}

.r-chain-arrow[b-mkc2bidjl6] {
    color: #9e9e9e;
    font-size: 18px;
    margin: 0 4px;
}

.r-main-result[b-mkc2bidjl6] {
    min-width: 120px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 2px solid #4caf50;
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    cursor: pointer;
    text-align: center;
    flex-shrink: 0; /* Don't shrink the result box */
}

.r-result-label[b-mkc2bidjl6] {
    font-weight: 600;
    font-size: 13px;
    color: #2e7d32;
}

.r-result-completion[b-mkc2bidjl6] {
    height: 6px;
    background: #e0e0e0;
    border-radius: 3px;
    margin: 4px 0;
    overflow: hidden;
}

.r-completion-bar[b-mkc2bidjl6] {
    height: 100%;
    background: linear-gradient(90deg, #4caf50, #8bc34a);
    transition: width 300ms ease;
}

.r-result-stats[b-mkc2bidjl6] {
    font-size: 11px;
    color: #558b2f;
}

.r-empty[b-mkc2bidjl6] {
    text-align: center;
    color: #9e9e9e;
    font-size: 13px;
    padding: 20px;
}

/* Status colors */
.status-pending[b-mkc2bidjl6] {
    border-color: #e0e0e0;
}

.status-inprogress[b-mkc2bidjl6] {
    border-color: #ff9800;
    background: #fff3e0;
}

.status-complete[b-mkc2bidjl6] {
    border-color: #4caf50;
    background: #e8f5e9;
}

.status-failed[b-mkc2bidjl6] {
    border-color: #f44336;
    background: #ffebee;
}

/* Utility bar */
.r-section-util[b-mkc2bidjl6] {
    padding: 4px 8px;
}

.r-utility-bar[b-mkc2bidjl6] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #2e7d32;
}

.r-util-info[b-mkc2bidjl6] {
    flex-shrink: 0;
}

.r-util-progress[b-mkc2bidjl6] {
    flex: 1;
    height: 6px;
    background: #e0e0e0;
    border-radius: 999px;
    overflow: hidden;
}

.r-util-progress-bar[b-mkc2bidjl6] {
    height: 100%;
    background: linear-gradient(90deg, #4caf50, #8bc34a);
    transition: width 200ms ease;
}

.r-util-percent[b-mkc2bidjl6] {
    font-weight: 600;
}

/* States */
.state-focused[b-mkc2bidjl6] {
    box-shadow: 0 0 0 2px #c8e6c9;
}

.state-busy[b-mkc2bidjl6] {
    opacity: 0.8;
}

.r-split[b-mkc2bidjl6]{display:grid;grid-template-columns:60% 40%;gap:8px;align-items:start;}
.r-tap-editor[b-mkc2bidjl6]{border:1px solid #e0e0e0;border-radius:6px;padding:8px;background:#f5f8ff;}
.r-tap-section[b-mkc2bidjl6]{margin-top:8px;}
.r-attr-list[b-mkc2bidjl6],.r-prop-list[b-mkc2bidjl6]{display:flex;flex-wrap:wrap;gap:6px;}
.r-attr-tag[b-mkc2bidjl6]{padding:4px 6px;border:1px solid #c9d2e3;border-radius:12px;font-size:11px;background:#eef3ff;}
.r-prop-row[b-mkc2bidjl6]{display:flex;align-items:center;gap:6px;min-width:180px;}
.r-prop-key[b-mkc2bidjl6]{font-weight:600;font-size:11px;}
.r-select[b-mkc2bidjl6],.r-select-sm[b-mkc2bidjl6]{padding:6px 8px;border:1px solid #c9d2e3;border-radius:6px;font-size:13px;}
.r-select-sm[b-mkc2bidjl6]{max-width:150px;}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-5rmg8cwhjk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-5rmg8cwhjk] {
    flex: 1;
}

.sidebar[b-5rmg8cwhjk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-5rmg8cwhjk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-5rmg8cwhjk]  a, .top-row[b-5rmg8cwhjk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-5rmg8cwhjk]  a:hover, .top-row[b-5rmg8cwhjk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-5rmg8cwhjk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-5rmg8cwhjk] {
        justify-content: space-between;
    }

    .top-row[b-5rmg8cwhjk]  a, .top-row[b-5rmg8cwhjk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-5rmg8cwhjk] {
        flex-direction: row;
    }

    .sidebar[b-5rmg8cwhjk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-5rmg8cwhjk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-5rmg8cwhjk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-5rmg8cwhjk], article[b-5rmg8cwhjk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-5rmg8cwhjk] {
    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-5rmg8cwhjk] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-0zmp6g3sfv] {
    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-0zmp6g3sfv] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-0zmp6g3sfv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-0zmp6g3sfv] {
    font-size: 1.1rem;
}

.bi[b-0zmp6g3sfv] {
    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-0zmp6g3sfv] {
    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-0zmp6g3sfv] {
    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-0zmp6g3sfv] {
    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-0zmp6g3sfv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-0zmp6g3sfv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-0zmp6g3sfv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-0zmp6g3sfv]  .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-0zmp6g3sfv]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-0zmp6g3sfv]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-0zmp6g3sfv] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-0zmp6g3sfv] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-0zmp6g3sfv] {
        display: none;
    }

    .nav-scrollable[b-0zmp6g3sfv] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
