/* _content/WaveWorks.RxComponents/C2024.01/RwEmptyItem.razor.rz.scp.css */
.rw-empty-item[b-bycds78ix5] {
    min-height: 100%;
}

.rw-empty-item__content[b-bycds78ix5] {
    min-height: 0;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}

.rw-empty-item__body[b-bycds78ix5] {
    width: min(100%, 28rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.rw-empty-item__icon[b-bycds78ix5] {
    width: 9.5rem;
    height: auto;
    opacity: 0.9;
}

.rw-empty-item__title[b-bycds78ix5] {
    color: var(--cds-text-primary, #161616);
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 1.35;
}

.rw-empty-item__subtitle[b-bycds78ix5] {
    max-width: 22rem;
    color: var(--cds-text-secondary, #525252);
    font-size: 1.275rem;
    line-height: 1.5;
}

@media (max-width: 767px) {
    .rw-empty-item__content[b-bycds78ix5] {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .rw-empty-item__icon[b-bycds78ix5] {
        width: 5rem;
    }

    .rw-empty-item__title[b-bycds78ix5] {
        font-size: 1.25rem;
    }

    .rw-empty-item__subtitle[b-bycds78ix5] {
        font-size: 0.9375rem;
    }
}
/* _content/WaveWorks.RxComponents/C2024.01/RwGanttChart.razor.rz.scp.css */
.rw-gantt-chart-shell[b-o8k2m5ha89] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 560px;
    background: var(--cds-bg-light, #ffffff);
    border: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    color: var(--cds-text-primary, #161616);
}

.rw-gantt-chart-toolbar[b-o8k2m5ha89] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: linear-gradient(180deg, #fcfcfc 0%, #f7f7f7 100%);
}

.rw-gantt-chart-toolbar__heading[b-o8k2m5ha89] {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.rw-gantt-chart-toolbar__desc[b-o8k2m5ha89] {
    margin-top: 4px;
    font-size: 0.78rem;
    color: var(--cds-text-secondary, #525252);
}

.rw-gantt-chart-toolbar__actions[b-o8k2m5ha89] {
    display: flex;
    gap: 8px;
}

.rw-gantt-chart-toolbar__btn[b-o8k2m5ha89] {
    min-width: 76px;
    height: 36px;
    padding: 0 14px;
    border: 1px solid var(--cds-border-subtle-02, #c6c6c6);
    background: transparent;
    color: var(--cds-text-secondary, #525252);
    font-size: 0.82rem;
    transition: background-color 120ms ease, color 120ms ease, border-color 120ms ease;
}

.rw-gantt-chart-toolbar__btn:hover[b-o8k2m5ha89] {
    background: var(--cds-layer-hover, #e8e8e8);
}

.rw-gantt-chart-toolbar__btn.is-active[b-o8k2m5ha89] {
    border-color: var(--cds-border-interactive, #0f62fe);
    background: #edf5ff;
    color: var(--cds-link-primary, #0f62fe);
}

.rw-gantt-chart-body[b-o8k2m5ha89] {
    display: flex;
    min-height: 0;
    flex: 1 1 auto;
}

.rw-gantt-chart-list[b-o8k2m5ha89] {
    display: flex;
    flex-direction: column;
    min-width: 320px;
    max-width: 540px;
    border-right: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: #ffffff;
}

.rw-gantt-chart-list__header[b-o8k2m5ha89] {
    display: flex;
    align-items: center;
    height: var(--rw-gantt-header-height, 76px);
    padding: 0 20px;
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: #f8f8f8;
}

.rw-gantt-chart-list__header-title[b-o8k2m5ha89] {
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--cds-text-secondary, #525252);
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.rw-gantt-chart-list__scroll[b-o8k2m5ha89] {
    min-height: 0;
    overflow: auto;
    flex: 1 1 auto;
}

.rw-gantt-chart-row[b-o8k2m5ha89] {
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: #ffffff;
    transition: background-color 120ms ease, border-left-color 120ms ease;
    border-left: 3px solid transparent;
}

.rw-gantt-chart-row:hover[b-o8k2m5ha89] {
    background: #f6f8fb;
}

.rw-gantt-chart-row.is-selected[b-o8k2m5ha89] {
    border-left-color: var(--cds-focus, #0f62fe);
    background: #edf5ff;
}

.rw-gantt-chart-row__inner[b-o8k2m5ha89] {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    height: calc(var(--rw-gantt-row-height, 60px) - 1px);
    min-height: calc(var(--rw-gantt-row-height, 60px) - 1px);
    padding: 8px 16px 7px calc(16px + (var(--rw-gantt-level) * 18px));
}

.rw-gantt-chart-row__toggle[b-o8k2m5ha89],
.rw-gantt-chart-row__spacer[b-o8k2m5ha89] {
    width: 20px;
    min-width: 20px;
    height: 20px;
    margin-top: 2px;
}

.rw-gantt-chart-row__toggle[b-o8k2m5ha89] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
    color: var(--cds-icon-secondary, #525252);
    padding: 0;
}

.rw-gantt-chart-row__toggle:hover[b-o8k2m5ha89] {
    background: var(--cds-layer-hover, #e8e8e8);
}

.rw-gantt-chart-row__toggle-glyph[b-o8k2m5ha89] {
    font-size: 14px;
    line-height: 1;
}

.rw-gantt-chart-row__content[b-o8k2m5ha89] {
    min-width: 0;
    flex: 1 1 auto;
}

.rw-gantt-chart-row__titleline[b-o8k2m5ha89] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
}

.rw-gantt-chart-row__title[b-o8k2m5ha89] {
    min-width: 0;
    font-size: 0.92rem;
    font-weight: 500;
    line-height: 1.15;
    color: var(--cds-text-primary, #161616);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rw-gantt-chart-row__progress[b-o8k2m5ha89] {
    flex: 0 0 auto;
    font-size: 0.75rem;
    color: var(--cds-text-helper, #6f6f6f);
}

.rw-gantt-chart-row__subtitle[b-o8k2m5ha89] {
    margin-top: 2px;
    font-size: 0.75rem;
    line-height: 1.15;
    color: var(--cds-text-secondary, #525252);
}

.rw-gantt-chart-timeline[b-o8k2m5ha89] {
    min-width: 0;
    flex: 1 1 auto;
    background:
        linear-gradient(180deg, rgba(15, 98, 254, 0.02) 0%, rgba(15, 98, 254, 0.01) 100%),
        #ffffff;
}

.rw-gantt-chart-timeline__surface[b-o8k2m5ha89] {
    height: 100%;
    overflow: hidden;
}

[b-o8k2m5ha89] .rw-gantt-chart__canvas {
    height: 100%;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .gantt-container {
    height: 100%;
    font-family: inherit;
    background: #ffffff;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .today-button {
    display: none;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .grid-header,
[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .lower-text,
[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .upper-text {
    fill: var(--cds-text-secondary, #525252);
    font-size: 12px;
    font-weight: 500;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .grid-row {
    fill: transparent;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .row-line,
[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .tick {
    stroke: #dfe3e8;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .tick.thick,
[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .today-highlight {
    stroke: #bcc6d3;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .arrow {
    stroke: #8d8d8d;
    stroke-width: 1.25px;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .bar-wrapper .bar {
    fill: #d0e2ff;
    stroke: #8fb2ff;
    stroke-width: 1px;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .bar-wrapper.rw-gantt-task--summary .bar,
[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .bar-wrapper.rw-gantt-task--summary-selected .bar {
    fill: #edf5ff;
    stroke: #6ea8fe;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .bar-wrapper .bar-progress {
    fill: #0f62fe;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .bar-label {
    fill: #161616;
    font-size: 13px;
    font-weight: 500;
}

[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .bar-wrapper.rw-gantt-task--summary-selected .bar,
[b-o8k2m5ha89] .rw-gantt-chart-timeline__surface .bar-wrapper.rw-gantt-task--leaf-selected .bar {
    stroke: #0050e6;
    stroke-width: 2px;
    filter: drop-shadow(0 2px 6px rgba(15, 98, 254, 0.18));
}

[b-o8k2m5ha89] .rw-gantt-fallback {
    display: flex;
    flex-direction: column;
    height: 100%;
    background:
        linear-gradient(180deg, rgba(15, 98, 254, 0.03) 0%, rgba(15, 98, 254, 0.01) 100%),
        #ffffff;
}

[b-o8k2m5ha89] .rw-gantt-fallback__header {
    height: var(--rw-gantt-header-height, 76px);
    display: flex;
    align-items: center;
    padding: 0 18px;
    border-bottom: 1px solid #dfe3e8;
    color: var(--cds-text-secondary, #525252);
    font-size: 0.9rem;
    font-weight: 500;
    background: #f8f8f8;
}

[b-o8k2m5ha89] .rw-gantt-fallback__body {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: 12px;
    padding: 20px;
    overflow: auto;
}

[b-o8k2m5ha89] .rw-gantt-fallback__task {
    min-width: 260px;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    padding: 12px 14px;
    border: 1px solid #b9c4d1;
    border-bottom-width: 4px;
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(22, 22, 22, 0.04);
    text-align: left;
}

[b-o8k2m5ha89] .rw-gantt-fallback__task:hover {
    background: #f6f8fb;
}

[b-o8k2m5ha89] .rw-gantt-fallback__task.rw-gantt-task--summary,
[b-o8k2m5ha89] .rw-gantt-fallback__task.rw-gantt-task--summary-selected {
    background: #edf5ff;
}

[b-o8k2m5ha89] .rw-gantt-fallback__task.rw-gantt-task--summary-selected,
[b-o8k2m5ha89] .rw-gantt-fallback__task.rw-gantt-task--leaf-selected {
    border-color: #0f62fe;
    box-shadow: 0 0 0 1px rgba(15, 98, 254, 0.12);
}

[b-o8k2m5ha89] .rw-gantt-fallback__title {
    color: #161616;
    font-size: 0.92rem;
    font-weight: 600;
}

[b-o8k2m5ha89] .rw-gantt-fallback__meta {
    color: #525252;
    font-size: 0.78rem;
    line-height: 1.4;
}

[b-o8k2m5ha89] .rw-gantt-fallback__empty {
    color: #6f6f6f;
    font-size: 0.84rem;
}

@media (max-width: 1080px) {
    .rw-gantt-chart-body[b-o8k2m5ha89] {
        flex-direction: column;
    }

    .rw-gantt-chart-list[b-o8k2m5ha89] {
        width: 100% !important;
        max-width: none;
        min-width: 0;
    }

    .rw-gantt-chart-timeline[b-o8k2m5ha89] {
        min-height: 420px;
    }
}
/* _content/WaveWorks.RxComponents/C2024.01/RwHistoryTimeline.razor.rz.scp.css */
.rw-history-timeline[b-6cnnp8mmxa] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 1.5rem;
    background: var(--cds-background, #f4f4f4);
    color: var(--cds-text-primary, #161616);
    border: 1px solid var(--cds-border-subtle, #e0e0e0);
    border-radius: 0.75rem;
}

.rw-history-timeline__content[b-6cnnp8mmxa] {
    display: flex;
    flex-direction: column;
    gap: inherit;
}

.rw-history-timeline__date-group[b-6cnnp8mmxa] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.rw-history-timeline__date-header[b-6cnnp8mmxa] {
    margin: 0;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0;
    color: var(--cds-text-secondary, #525252);
}

.rw-history-timeline__list[b-6cnnp8mmxa] {
    list-style: none;
    margin: 0;
    padding: 0;
}

.rw-history-timeline__entry[b-6cnnp8mmxa] {
    display: grid;
    grid-template-columns: 6.5rem 2rem minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
    padding: 0 0 1rem;
}

.rw-history-timeline__list .rw-history-timeline__entry + .rw-history-timeline__entry[b-6cnnp8mmxa] {
    padding-top: 0.75rem;
}

.rw-history-timeline__time[b-6cnnp8mmxa] {
    padding-top: 0.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: var(--cds-text-secondary, #525252);
    white-space: nowrap;
}

.rw-history-timeline__rail[b-6cnnp8mmxa] {
    position: relative;
    min-height: 100%;
    display: flex;
    justify-content: center;
}

.rw-history-timeline__rail[b-6cnnp8mmxa]::after {
    content: "";
    position: absolute;
    top: 1.75rem;
    bottom: 0;
    width: 1px;
    background: var(--cds-border-subtle, #e0e0e0);
}

.rw-history-timeline__list .rw-history-timeline__entry:last-child .rw-history-timeline__rail[b-6cnnp8mmxa]::after {
    display: none;
}

.rw-history-timeline__node[b-6cnnp8mmxa] {
    position: relative;
    z-index: 1;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 999px;
    border: 1px solid var(--cds-border-strong, #8d8d8d);
    background: var(--cds-layer, #ffffff);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--cds-icon-primary, #161616);
}

.rw-history-timeline__node-icon[b-6cnnp8mmxa] {
    font-size: 0.75rem;
    line-height: 1;
}

.rw-history-timeline__card[b-6cnnp8mmxa] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid var(--cds-border-subtle, #e0e0e0);
}

.rw-history-timeline__list .rw-history-timeline__entry:last-child .rw-history-timeline__card[b-6cnnp8mmxa] {
    padding-bottom: 0;
    border-bottom: 0;
}

.rw-history-timeline__headline[b-6cnnp8mmxa] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.rw-history-timeline__title[b-6cnnp8mmxa] {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: var(--cds-text-primary, #161616);
}

.rw-history-timeline__subtitle[b-6cnnp8mmxa] {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    color: var(--cds-text-secondary, #525252);
}

.rw-history-timeline__meta[b-6cnnp8mmxa] {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1rem;
    color: var(--cds-text-helper, #6f6f6f);
}

.rw-history-timeline__tag[b-6cnnp8mmxa] {
    display: inline-flex;
    align-items: center;
    min-height: 1.25rem;
    padding: 0 0.5rem;
    border-radius: 999px;
    border: 1px solid var(--cds-border-subtle, #c6c6c6);
    background: var(--cds-layer, #ffffff);
    color: var(--cds-text-secondary, #525252);
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1rem;
}

.rw-history-timeline__tag.is-neutral[b-6cnnp8mmxa],
.rw-history-timeline__tag.is-info[b-6cnnp8mmxa],
.rw-history-timeline__tag.is-success[b-6cnnp8mmxa],
.rw-history-timeline__tag.is-warning[b-6cnnp8mmxa],
.rw-history-timeline__tag.is-danger[b-6cnnp8mmxa] {
    background: var(--cds-layer, #ffffff);
    color: var(--cds-text-secondary, #525252);
    border-color: var(--cds-border-subtle, #c6c6c6);
}

.rw-history-timeline__empty[b-6cnnp8mmxa] {
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: var(--cds-text-secondary, #525252);
}

.rw-history-timeline__actor[b-6cnnp8mmxa] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.rw-history-timeline__actor-avatar[b-6cnnp8mmxa] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 999px;
    background: var(--cds-layer-accent, #e0e0e0);
    color: var(--cds-text-primary, #161616);
    font-size: 0.625rem;
    font-weight: 600;
    line-height: 1;
}

.rw-history-timeline__actor-name[b-6cnnp8mmxa] {
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1rem;
    color: var(--cds-text-secondary, #525252);
}

/* Compact: 좁은 사이드 패널(상세 화면 aside)용 평평한 세로 타임라인.
   노드 + 연속 연결선 | 제목·태그 / 작성자 / 날짜 (원래 목업 구조) */
.rw-history-timeline--compact[b-6cnnp8mmxa] {
    padding: 0;
    gap: 0;
    background: transparent;
    border: 0;
    border-radius: 0;
}

.rw-history-timeline--compact .rw-history-timeline__entry[b-6cnnp8mmxa] {
    grid-template-columns: 1rem minmax(0, 1fr);
    gap: 0.75rem;
    padding: 0;
    align-items: stretch;
}

/* 레일이 행 전체 높이(카드+하단 여백)를 채워 연결선이 끊기지 않게 한다 */
.rw-history-timeline--compact .rw-history-timeline__rail[b-6cnnp8mmxa] {
    min-height: 100%;
}

.rw-history-timeline--compact .rw-history-timeline__node[b-6cnnp8mmxa] {
    width: 0.75rem;
    height: 0.75rem;
    margin-top: 0.125rem;
    border-width: 2px;
}

/* 노드 중심 → 다음 노드 아래까지 겹쳐 그려 끊김 없는 연속 연결선.
   (다음 노드는 z-index로 선 위에 덮인다) */
.rw-history-timeline--compact .rw-history-timeline__rail[b-6cnnp8mmxa]::after {
    top: 0.5rem;
    bottom: -1.5rem;
}

.rw-history-timeline--compact .rw-history-timeline__list .rw-history-timeline__entry:last-child .rw-history-timeline__rail[b-6cnnp8mmxa]::after {
    display: none;
}

.rw-history-timeline--compact .rw-history-timeline__title[b-6cnnp8mmxa] {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.25rem;
}

/* 간격은 카드 하단 여백으로 준다 (레일이 이 높이까지 선을 그림) */
.rw-history-timeline--compact .rw-history-timeline__card[b-6cnnp8mmxa] {
    gap: 0.25rem;
    padding-bottom: 1.25rem;
    border-bottom: 0;
}

.rw-history-timeline--compact .rw-history-timeline__list .rw-history-timeline__entry:last-child .rw-history-timeline__card[b-6cnnp8mmxa] {
    padding-bottom: 0;
}

.rw-history-timeline--compact .rw-history-timeline__meta[b-6cnnp8mmxa] {
    color: var(--cds-text-secondary, #525252);
}

.rw-history-timeline__group-actor[b-6cnnp8mmxa] {
    margin-bottom: 0.25rem;
}

.rw-history-timeline__activities[b-6cnnp8mmxa] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

.rw-history-timeline__activity[b-6cnnp8mmxa] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.rw-history-timeline__activity + .rw-history-timeline__activity[b-6cnnp8mmxa] {
    padding-top: 0.75rem;
    border-top: 1px solid var(--cds-border-subtle);
}

.rw-history-timeline__disclosure[b-6cnnp8mmxa] {
    display: flex;
    justify-content: flex-start;
    margin-top: 0.5rem;
}

@media (max-width: 760px) {
    .rw-history-timeline:not(.rw-history-timeline--compact)[b-6cnnp8mmxa] {
        padding: 1rem;
        gap: 1.5rem;
    }

    .rw-history-timeline__entry[b-6cnnp8mmxa] {
        grid-template-columns: 1fr;
        gap: 0.5rem;
    }

    .rw-history-timeline__rail[b-6cnnp8mmxa] {
        justify-content: flex-start;
        min-height: auto;
    }

    .rw-history-timeline:not(.rw-history-timeline--compact) .rw-history-timeline__rail[b-6cnnp8mmxa]::after {
        left: 0.75rem;
        top: 1.5rem;
    }

    .rw-history-timeline:not(.rw-history-timeline--compact) .rw-history-timeline__card[b-6cnnp8mmxa] {
        margin-top: -2rem;
        padding-left: 2.5rem;
    }
}
/* _content/WaveWorks.RxComponents/Component1.razor.rz.scp.css */
.my-component[b-gdj2grtf3p] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/WaveWorks.RxComponents/EchoComponent/Tools/OperatorWorkbench.razor.rz.scp.css */
.operator-workbench[b-iwxosr7nly] {
    min-height: 640px;
    background: var(--cds-background, #f4f4f4);
    color: var(--cds-text-primary, #161616);
}

.operator-workbench__header[b-iwxosr7nly] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    background: var(--cds-layer, #ffffff);
}

.operator-workbench__title[b-iwxosr7nly] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.operator-workbench__decision[b-iwxosr7nly] {
    display: grid;
    gap: 4px;
    min-width: 140px;
    padding: 10px 12px;
    border-left: 4px solid var(--cds-border-interactive, #0f62fe);
    background: var(--cds-background, #f4f4f4);
}

.operator-workbench__summary[b-iwxosr7nly] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--cds-border-subtle-01, #e0e0e0);
}

.operator-workbench__metric[b-iwxosr7nly] {
    display: grid;
    gap: 6px;
    min-height: 74px;
    padding: 14px 16px;
    background: var(--cds-layer, #ffffff);
}

.operator-workbench__metric span[b-iwxosr7nly],
.operator-workbench__refs[b-iwxosr7nly],
.operator-workbench__locked[b-iwxosr7nly] {
    color: var(--cds-text-secondary, #525252);
    font-size: 12px;
}

.operator-workbench__metric strong[b-iwxosr7nly] {
    font-size: 22px;
    line-height: 1;
}

.operator-workbench__grid[b-iwxosr7nly] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 16px;
}

.operator-workbench__panel[b-iwxosr7nly] {
    min-width: 0;
    border: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: var(--cds-layer, #ffffff);
}

.operator-workbench__panel-title[b-iwxosr7nly] {
    padding: 12px 14px;
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    font-size: 13px;
    font-weight: 600;
}

.operator-workbench__row[b-iwxosr7nly] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
}

.operator-workbench__row:last-child[b-iwxosr7nly] {
    border-bottom: 0;
}

.operator-workbench__locked[b-iwxosr7nly] {
    flex: 0 0 auto;
    padding: 2px 8px;
    border: 1px solid var(--cds-border-subtle-02, #c6c6c6);
    background: var(--cds-background, #f4f4f4);
}

@media (max-width: 900px) {
    .operator-workbench__header[b-iwxosr7nly] {
        align-items: stretch;
        flex-direction: column;
    }

    .operator-workbench__summary[b-iwxosr7nly],
    .operator-workbench__grid[b-iwxosr7nly] {
        grid-template-columns: 1fr;
    }
}
/* _content/WaveWorks.RxComponents/EchoComponent/Tools/Step15OperatorRuntimeEvidenceStatus.razor.rz.scp.css */
.step15-runtime-evidence[b-n4gda37t0k] {
    min-height: 520px;
    background: var(--cds-background, #f4f4f4);
    color: var(--cds-text-primary, #161616);
}

.step15-runtime-evidence__header[b-n4gda37t0k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 16px 20px;
    background: var(--cds-layer, #ffffff);
}

.step15-runtime-evidence__title[b-n4gda37t0k] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.step15-runtime-evidence__status[b-n4gda37t0k] {
    display: grid;
    gap: 4px;
    min-width: 180px;
    padding: 10px 12px;
    border-left: 4px solid var(--cds-support-warning, #f1c21b);
    background: var(--cds-background, #f4f4f4);
}

.step15-runtime-evidence__summary[b-n4gda37t0k] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    background: var(--cds-border-subtle-01, #e0e0e0);
}

.step15-runtime-evidence__metric[b-n4gda37t0k] {
    display: grid;
    gap: 6px;
    min-height: 74px;
    padding: 14px 16px;
    background: var(--cds-layer, #ffffff);
}

.step15-runtime-evidence__metric span[b-n4gda37t0k],
.step15-runtime-evidence__muted[b-n4gda37t0k],
.step15-runtime-evidence__flags[b-n4gda37t0k],
.step15-runtime-evidence__refs[b-n4gda37t0k] {
    color: var(--cds-text-secondary, #525252);
    font-size: 12px;
}

.step15-runtime-evidence__metric strong[b-n4gda37t0k] {
    font-size: 22px;
    line-height: 1;
}

.step15-runtime-evidence__flags[b-n4gda37t0k] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 10px 16px;
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: var(--cds-layer, #ffffff);
}

.step15-runtime-evidence__flags span[b-n4gda37t0k],
.step15-runtime-evidence__refs span[b-n4gda37t0k] {
    padding: 2px 8px;
    border: 1px solid var(--cds-border-subtle-02, #c6c6c6);
    background: var(--cds-background, #f4f4f4);
}

.step15-runtime-evidence__body[b-n4gda37t0k] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    padding: 16px;
}

.step15-runtime-evidence__panel[b-n4gda37t0k] {
    min-width: 0;
    border: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    background: var(--cds-layer, #ffffff);
}

.step15-runtime-evidence__panel-title[b-n4gda37t0k] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
    font-size: 13px;
    font-weight: 600;
}

.step15-runtime-evidence__details[b-n4gda37t0k] {
    display: grid;
    grid-template-columns: minmax(130px, 180px) minmax(0, 1fr);
    margin: 0;
}

.step15-runtime-evidence__details dt[b-n4gda37t0k],
.step15-runtime-evidence__details dd[b-n4gda37t0k] {
    min-width: 0;
    margin: 0;
    padding: 10px 14px;
    border-bottom: 1px solid var(--cds-border-subtle-01, #e0e0e0);
}

.step15-runtime-evidence__details dt[b-n4gda37t0k] {
    color: var(--cds-text-secondary, #525252);
    font-size: 12px;
}

.step15-runtime-evidence__refs[b-n4gda37t0k] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px 14px;
}

@media (max-width: 900px) {
    .step15-runtime-evidence__header[b-n4gda37t0k] {
        align-items: stretch;
        flex-direction: column;
    }

    .step15-runtime-evidence__summary[b-n4gda37t0k],
    .step15-runtime-evidence__body[b-n4gda37t0k] {
        grid-template-columns: 1fr;
    }
}
/* _content/WaveWorks.RxComponents/Health/WaveWorksHealthPage.razor.rz.scp.css */
.ww-health[b-r4hfkj02gt] {
    display: grid;
    gap: 18px;
    padding: 24px;
    color: #17202a;
}

.ww-health__header[b-r4hfkj02gt] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
}

.ww-health__eyebrow[b-r4hfkj02gt] {
    margin: 0 0 4px;
    color: #52616f;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.ww-health h1[b-r4hfkj02gt] {
    margin: 0;
    font-size: 28px;
    font-weight: 750;
    letter-spacing: 0;
}

.ww-health h2[b-r4hfkj02gt] {
    margin: 0 0 12px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}

.ww-health__subtitle[b-r4hfkj02gt] {
    margin: 8px 0 0;
    color: #52616f;
    font-size: 14px;
}

.ww-health__refresh[b-r4hfkj02gt] {
    min-width: 92px;
    height: 36px;
    border: 1px solid #9aa7b4;
    background: #ffffff;
    color: #17202a;
    font-weight: 700;
}

.ww-health__refresh:disabled[b-r4hfkj02gt] {
    opacity: .6;
}

.ww-health__notice[b-r4hfkj02gt] {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border-left: 4px solid #58728a;
    background: #f5f8fa;
}

.ww-health__notice--error[b-r4hfkj02gt] {
    border-left-color: #b42318;
    background: #fff4f2;
}

.ww-health__summary[b-r4hfkj02gt],
.ww-health__metrics[b-r4hfkj02gt] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
}

.ww-health__summary > div[b-r4hfkj02gt],
.ww-health__metrics > article[b-r4hfkj02gt] {
    min-height: 88px;
    padding: 14px;
    border: 1px solid #d7dee5;
    background: #ffffff;
}

.ww-health__summary span[b-r4hfkj02gt],
.ww-health__metrics span[b-r4hfkj02gt],
.ww-health__dependency span[b-r4hfkj02gt],
.ww-health__dependency small[b-r4hfkj02gt] {
    display: block;
    color: #52616f;
    font-size: 12px;
}

.ww-health__summary strong[b-r4hfkj02gt],
.ww-health__metrics strong[b-r4hfkj02gt] {
    display: block;
    margin-top: 8px;
    font-size: 22px;
    font-weight: 750;
    letter-spacing: 0;
}

.ww-health__status[b-r4hfkj02gt] {
    border-left: 5px solid #58728a;
}

.ww-health--healthy[b-r4hfkj02gt] {
    border-left-color: #198754 !important;
}

.ww-health--degraded[b-r4hfkj02gt] {
    border-left-color: #d89d00 !important;
}

.ww-health--down[b-r4hfkj02gt] {
    border-left-color: #b42318 !important;
}

.ww-health__dependencies[b-r4hfkj02gt] {
    padding-top: 4px;
}

.ww-health__dependency-list[b-r4hfkj02gt] {
    display: grid;
    gap: 8px;
}

.ww-health__dependency[b-r4hfkj02gt] {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 10px;
    min-height: 58px;
    padding: 12px 14px;
    border: 1px solid #d7dee5;
    background: #ffffff;
}

.ww-health__dependency strong[b-r4hfkj02gt] {
    display: block;
    font-size: 14px;
}

.ww-health__dependency small[b-r4hfkj02gt] {
    grid-column: 1 / -1;
    color: #8a3d2b;
}

.ww-health__pill[b-r4hfkj02gt] {
    min-width: 84px;
    padding: 4px 8px;
    border-left: 4px solid #58728a;
    background: #f5f8fa;
    text-align: center;
    font-weight: 700;
}

@media (max-width: 900px) {
    .ww-health[b-r4hfkj02gt] {
        padding: 16px;
    }

    .ww-health__header[b-r4hfkj02gt] {
        flex-direction: column;
    }

    .ww-health__summary[b-r4hfkj02gt],
    .ww-health__metrics[b-r4hfkj02gt] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .ww-health__summary[b-r4hfkj02gt],
    .ww-health__metrics[b-r4hfkj02gt],
    .ww-health__dependency[b-r4hfkj02gt] {
        grid-template-columns: 1fr;
    }
}
