@import '_content/GravityUI.Components/GravityUI.Components.lnfglmb6iy.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout - Minimal styling for MegaLab */

.megalab-container[b-vphm4r845r] {
    width: 100%;
    height: 100vh;
    overflow: auto;
}

/* Blazor Error UI */
#blazor-error-ui[b-vphm4r845r] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-vphm4r845r] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Pages/AuditDashboard.razor.rz.scp.css */
/* AuditDashboard — Standalone audit page */

.audit-dashboard[b-kiahchb6jt] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* Header */
.audit-dash-header[b-kiahchb6jt] {
    margin-bottom: 1.5rem;
}

.audit-dash-title[b-kiahchb6jt] {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-dash-subtitle[b-kiahchb6jt] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary, #9ca3af);
    line-height: 1.5;
}

/* Run All section */
.audit-run-all[b-kiahchb6jt] {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: var(--harness-bg-elevated, #252525);
    border: 1px solid var(--harness-border, #333);
    border-radius: 8px;
}

.audit-run-all-btn[b-kiahchb6jt] {
    padding: 0.625rem 1.25rem;
    background: var(--harness-accent, #60a5fa);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    transition: opacity 0.15s;
    white-space: nowrap;
}

.audit-run-all-btn:disabled[b-kiahchb6jt] {
    opacity: 0.5;
    cursor: not-allowed;
}

.audit-run-all-btn:hover:not(:disabled)[b-kiahchb6jt] {
    opacity: 0.85;
}

.audit-run-all-result[b-kiahchb6jt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    font-size: 0.875rem;
}

.audit-result-pass[b-kiahchb6jt] {
    background: #064e3b;
    color: #34d399;
}

.audit-result-fail[b-kiahchb6jt] {
    background: #7f1d1d;
    color: #f87171;
}

.audit-run-all-status[b-kiahchb6jt] {
    font-size: 1.25rem;
    font-weight: 700;
}

.audit-run-all-summary[b-kiahchb6jt] {
    font-weight: 600;
}

.audit-run-all-time[b-kiahchb6jt] {
    font-size: 0.75rem;
    opacity: 0.7;
}

/* Domain card grid */
.audit-domain-grid[b-kiahchb6jt] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.audit-domain-card[b-kiahchb6jt] {
    background: var(--harness-bg-elevated, #252525);
    border: 1px solid var(--harness-border, #333);
    border-radius: 8px;
    padding: 1rem;
    transition: border-color 0.2s;
}

.audit-domain-pass[b-kiahchb6jt] {
    border-color: #34d399;
}

.audit-domain-fail[b-kiahchb6jt] {
    border-color: #f87171;
}

.audit-domain-header[b-kiahchb6jt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.audit-domain-icon[b-kiahchb6jt] {
    font-size: 1.25rem;
}

.audit-domain-name[b-kiahchb6jt] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-domain-stats[b-kiahchb6jt] {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.75rem;
}

.audit-domain-stat[b-kiahchb6jt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.0625rem;
}

.audit-domain-stat-value[b-kiahchb6jt] {
    font-size: 1rem;
    font-weight: 700;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-domain-stat-label[b-kiahchb6jt] {
    font-size: 0.65rem;
    color: var(--harness-text-muted, #6b7280);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.audit-domain-status-row[b-kiahchb6jt] {
    margin-bottom: 0.5rem;
}

.audit-domain-status-text[b-kiahchb6jt] {
    font-size: 0.8rem;
    color: var(--harness-text-secondary, #9ca3af);
}

.audit-domain-pass .audit-domain-status-text[b-kiahchb6jt] {
    color: #34d399;
    font-weight: 600;
}

.audit-domain-fail .audit-domain-status-text[b-kiahchb6jt] {
    color: #f87171;
    font-weight: 600;
}

/* Mini vector visualization (compact pass/fail dots) */
.audit-domain-vectors[b-kiahchb6jt] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 0.75rem;
}

.audit-mini-vector[b-kiahchb6jt] {
    width: 8px;
    height: 8px;
    border-radius: 2px;
}

.audit-mini-pass[b-kiahchb6jt] {
    background: #34d399;
}

.audit-mini-fail[b-kiahchb6jt] {
    background: #f87171;
}

.audit-domain-actions[b-kiahchb6jt] {
    display: flex;
    gap: 0.375rem;
}

.audit-domain-btn[b-kiahchb6jt] {
    flex: 1;
    padding: 0.375rem 0.5rem;
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
    border-radius: 4px;
    font-size: 0.75rem;
    cursor: pointer;
    transition: background 0.15s;
}

.audit-domain-btn:hover[b-kiahchb6jt] {
    background: var(--harness-bg-elevated, #252525);
    color: var(--harness-text-primary, #e5e7eb);
}

/* Section blocks (threshold registry, risk register, pipeline trace) */
.audit-section-block[b-kiahchb6jt] {
    background: var(--harness-bg-elevated, #252525);
    border: 1px solid var(--harness-border, #333);
    border-radius: 8px;
    margin-bottom: 1rem;
    overflow: hidden;
}

.audit-section-block-header[b-kiahchb6jt] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-section-block-header h2[b-kiahchb6jt] {
    margin: 0;
    font-size: 1rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-section-block-toggle[b-kiahchb6jt] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 1rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-section-block-toggle:hover[b-kiahchb6jt] {
    background: rgba(255, 255, 255, 0.03);
}

.audit-section-block-toggle h2[b-kiahchb6jt] {
    margin: 0;
    font-size: 1rem;
}

.audit-toggle-arrow[b-kiahchb6jt] {
    font-size: 1.1rem;
    color: var(--harness-text-muted, #6b7280);
    font-weight: 600;
}

/* Status badges (reused from panel but scoped here) */
.audit-status-badge[b-kiahchb6jt] {
    font-size: 0.7rem;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    font-weight: 600;
}

.audit-time-badge[b-kiahchb6jt] {
    font-size: 0.75rem;
    color: var(--harness-text-muted, #6b7280);
}

.audit-label[b-kiahchb6jt] {
    font-weight: 600;
    color: var(--harness-text-muted, #6b7280);
    white-space: nowrap;
}

/* Pipeline trace cards */
.audit-trace-card[b-kiahchb6jt] {
    margin: 0.5rem 1rem;
    padding: 0.75rem;
    background: var(--harness-bg-card, #1e1e1e);
    border: 1px solid var(--harness-border, #333);
    border-radius: 6px;
}

.audit-trace-card:last-of-type[b-kiahchb6jt] {
    margin-bottom: 1rem;
}

.audit-trace-card-header[b-kiahchb6jt] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.85rem;
}

.audit-trace-card-status[b-kiahchb6jt] {
    font-weight: 700;
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
}

.audit-trace-card-name[b-kiahchb6jt] {
    color: var(--harness-text-primary, #e5e7eb);
    font-weight: 500;
}

.audit-trace-card-ref[b-kiahchb6jt] {
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
    margin-left: auto;
}

.audit-trace-card-io[b-kiahchb6jt],
.audit-trace-card-intermediates[b-kiahchb6jt] {
    margin-top: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px solid var(--harness-border, #333);
    font-size: 0.75rem;
}

.audit-trace-card-field[b-kiahchb6jt] {
    display: flex;
    gap: 0.375rem;
    margin-bottom: 0.125rem;
    color: var(--harness-text-secondary, #9ca3af);
}

.audit-trace-card-field code[b-kiahchb6jt] {
    font-family: monospace;
    font-size: 0.725rem;
    color: var(--harness-text-primary, #e5e7eb);
    word-break: break-all;
}

.audit-trace-card-kv[b-kiahchb6jt] {
    display: flex;
    gap: 0.375rem;
    margin-bottom: 0.125rem;
    font-size: 0.75rem;
    color: var(--harness-text-secondary, #9ca3af);
}

.audit-trace-card-kv code[b-kiahchb6jt] {
    font-family: monospace;
    font-size: 0.725rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-trace-card-key[b-kiahchb6jt] {
    color: var(--harness-accent, #60a5fa);
    white-space: nowrap;
}

.audit-trace-card-warnings[b-kiahchb6jt] {
    margin-top: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px solid var(--harness-border, #333);
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.audit-warning-tag[b-kiahchb6jt] {
    font-size: 0.7rem;
    padding: 0.125rem 0.5rem;
    background: #78350f;
    color: #fbbf24;
    border-radius: 4px;
}

/* Node status colors */
.audit-trace-card-status[class*="pass"][b-kiahchb6jt] {
    color: #34d399;
}

.audit-trace-card-status[class*="warning"][b-kiahchb6jt] {
    color: #fbbf24;
}

.audit-trace-card-status[class*="fail"][b-kiahchb6jt] {
    color: #f87171;
}

/* Evidence export */
.audit-evidence-section[b-kiahchb6jt] {
    padding: 0.75rem 1rem;
    border-top: 1px solid var(--harness-border, #333);
}

.audit-evidence-toggle[b-kiahchb6jt] {
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
    border-radius: 4px;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
}

.audit-evidence-toggle:hover[b-kiahchb6jt] {
    background: var(--harness-bg-elevated, #252525);
}

.audit-evidence-block[b-kiahchb6jt] {
    background: var(--harness-bg-card, #1e1e1e);
    border: 1px solid var(--harness-border, #333);
    border-radius: 4px;
    padding: 0.75rem;
    font-family: monospace;
    font-size: 0.7rem;
    color: var(--harness-text-secondary, #9ca3af);
    overflow-x: auto;
    max-height: 500px;
    overflow-y: auto;
    white-space: pre;
    margin: 0.5rem 0 0;
}

/* Threshold table */
.audit-threshold-filter[b-kiahchb6jt] {
    padding: 0.75rem 1rem 0.5rem;
}

.audit-threshold-filter .harness-input[b-kiahchb6jt] {
    width: 100%;
    max-width: 300px;
}

.audit-threshold-table-wrap[b-kiahchb6jt] {
    padding: 0 1rem 0.75rem;
    overflow-x: auto;
}

.audit-threshold-table[b-kiahchb6jt],
.audit-risk-table[b-kiahchb6jt] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.8rem;
}

.audit-threshold-table th[b-kiahchb6jt],
.audit-risk-table th[b-kiahchb6jt] {
    text-align: left;
    padding: 0.5rem 0.75rem;
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-muted, #6b7280);
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-threshold-table td[b-kiahchb6jt],
.audit-risk-table td[b-kiahchb6jt] {
    padding: 0.5rem 0.75rem;
    color: var(--harness-text-secondary, #9ca3af);
    border-bottom: 1px solid var(--harness-border, #333);
    vertical-align: top;
}

.audit-threshold-table tr:last-child td[b-kiahchb6jt],
.audit-risk-table tr:last-child td[b-kiahchb6jt] {
    border-bottom: none;
}

.audit-td-domain[b-kiahchb6jt] {
    font-weight: 600;
    color: var(--harness-accent, #60a5fa);
    white-space: nowrap;
}

.audit-td-value[b-kiahchb6jt] {
    font-family: monospace;
    color: var(--harness-text-primary, #e5e7eb);
    font-weight: 600;
    white-space: nowrap;
}

.audit-td-source[b-kiahchb6jt] {
    font-family: monospace;
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
    white-space: nowrap;
}

.audit-td-impact[b-kiahchb6jt] {
    font-size: 0.75rem;
    color: #fbbf24;
}

.audit-td-risk-id[b-kiahchb6jt] {
    font-weight: 700;
    color: #f87171;
    white-space: nowrap;
}

.audit-td-control[b-kiahchb6jt] {
    font-weight: 600;
    color: #34d399;
    white-space: nowrap;
}

.audit-risk-table-wrap[b-kiahchb6jt] {
    padding: 0 1rem 0.75rem;
    overflow-x: auto;
}

/* Responsive */
@media (max-width: 640px) {
    .audit-domain-grid[b-kiahchb6jt] {
        grid-template-columns: 1fr;
    }

    .audit-run-all[b-kiahchb6jt] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/CqrsOperationHarness.razor.rz.scp.css */
/* Shared Parameters Panel — promoted common parameters in group mode */
.shared-parameters-panel[b-y1nlgs8exu] {
    border: 2px solid #93c5fd;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    background: #f0f7ff;
    box-shadow: 0 1px 3px rgba(37, 99, 235, 0.1);
}

.shared-parameters-header[b-y1nlgs8exu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.25rem;
    border-bottom: 1px solid #bfdbfe;
    background: #dbeafe;
    border-radius: 6px 6px 0 0;
}

.shared-parameters-icon[b-y1nlgs8exu] {
    font-size: 1.125rem;
}

.shared-parameters-title[b-y1nlgs8exu] {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #1e40af;
    margin: 0;
}

.shared-parameters-subtitle[b-y1nlgs8exu] {
    font-size: 0.8125rem;
    color: #3b82f6;
    margin-left: auto;
}

.shared-parameters-body[b-y1nlgs8exu] {
    padding: 1rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.875rem;
}

.shared-parameter-row[b-y1nlgs8exu] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.shared-parameter-row .parameter-label-row[b-y1nlgs8exu] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.shared-parameter-row .form-label[b-y1nlgs8exu] {
    font-size: 0.875rem;
    font-weight: 500;
    color: #1e3a5f;
    margin: 0;
}

.shared-parameter-row .type-indicator[b-y1nlgs8exu] {
    font-size: 0.75rem;
    color: #6b7280;
}

/* Group context label in shared panel */
.group-context-label[b-y1nlgs8exu] {
    display: inline-block;
    padding: 0.0625rem 0.3125rem;
    font-size: 0.6875rem;
    font-weight: 500;
    color: #4b5563;
    background: #e5e7eb;
    border-radius: 3px;
    margin-left: 0.25rem;
    vertical-align: middle;
}

/* Lock toggle within shared panel */
.shared-parameter-row .lock-toggle[b-y1nlgs8exu] {
    padding: 0.25rem 0.5rem;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1;
    margin-left: auto;
}

.shared-parameter-row .lock-toggle:hover[b-y1nlgs8exu] {
    background: #e5e7eb;
}

.shared-parameter-row .lock-toggle.locked[b-y1nlgs8exu] {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
}

.shared-parameter-row .lock-toggle.unlocked[b-y1nlgs8exu] {
    background: #fef3c7;
    border-color: #fcd34d;
    color: #92400e;
}

/* Responsive */
@media (max-width: 768px) {
    .shared-parameters-header[b-y1nlgs8exu] {
        flex-wrap: wrap;
    }

    .shared-parameters-subtitle[b-y1nlgs8exu] {
        width: 100%;
        margin-left: 0;
        margin-top: 0.25rem;
    }
}
/* /Components/Pages/LaneBrowser.razor.rz.scp.css */
/* Lane card grid */
.lane-cards-container[b-kdla1xskj1] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 1rem;
}

.lane-card[b-kdla1xskj1] {
    background: var(--harness-bg-elevated, #252525);
    border: 1px solid var(--harness-border, #333);
    border-radius: 8px;
    padding: 1.25rem;
    cursor: pointer;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.lane-card:hover[b-kdla1xskj1] {
    border-color: var(--harness-accent, #60a5fa);
    box-shadow: 0 2px 8px rgba(96, 165, 250, 0.15);
}

.lane-card-header[b-kdla1xskj1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.lane-card-icon[b-kdla1xskj1] {
    font-size: 1.25rem;
    flex-shrink: 0;
}

.lane-card-title[b-kdla1xskj1] {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--harness-text-primary, #e5e7eb);
    flex: 1;
}

.lane-card-badge[b-kdla1xskj1] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    background: var(--harness-info-light, #dbeafe);
    color: var(--harness-info-dark, #1d4ed8);
    font-weight: 500;
    white-space: nowrap;
}

.lane-card-description[b-kdla1xskj1] {
    margin: 0 0 0.75rem;
    font-size: 0.875rem;
    color: var(--harness-text-secondary, #9ca3af);
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lane-card-footer[b-kdla1xskj1] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.lane-card-category[b-kdla1xskj1] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
}

.lane-card-tags[b-kdla1xskj1] {
    display: flex;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.lane-card-tag[b-kdla1xskj1] {
    font-size: 0.7rem;
    padding: 0.0625rem 0.375rem;
    border-radius: 4px;
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-muted, #6b7280);
}
/* /Components/Pages/LaneRunner.razor.rz.scp.css */
/* Lane Runner Layout */
.lane-runner[b-0fzn8vsrf5] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

/* Header */
.lane-runner-header[b-0fzn8vsrf5] {
    margin-bottom: 1.5rem;
}

.lane-runner-nav[b-0fzn8vsrf5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
}

.lane-back-link[b-0fzn8vsrf5] {
    color: var(--harness-accent, #60a5fa);
    text-decoration: none;
}

.lane-back-link:hover[b-0fzn8vsrf5] {
    text-decoration: underline;
}

.lane-breadcrumb-sep[b-0fzn8vsrf5] {
    color: var(--harness-text-muted, #6b7280);
}

.lane-breadcrumb-current[b-0fzn8vsrf5] {
    color: var(--harness-text-secondary, #9ca3af);
}

.lane-runner-title[b-0fzn8vsrf5] {
    margin: 0 0 0.5rem;
    font-size: 1.5rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.lane-runner-description[b-0fzn8vsrf5] {
    margin: 0 0 1rem;
    color: var(--harness-text-secondary, #9ca3af);
    font-size: 0.875rem;
}

/* Progress bar */
.lane-runner-progress[b-0fzn8vsrf5] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lane-progress-bar[b-0fzn8vsrf5] {
    flex: 1;
    height: 6px;
    background: var(--harness-border, #333);
    border-radius: 3px;
    overflow: hidden;
}

.lane-progress-fill[b-0fzn8vsrf5] {
    height: 100%;
    background: var(--harness-accent, #60a5fa);
    border-radius: 3px;
    transition: width 0.3s ease;
}

.lane-progress-text[b-0fzn8vsrf5] {
    font-size: 0.8rem;
    color: var(--harness-text-muted, #6b7280);
    white-space: nowrap;
}

/* Body — sidebar + content */
.lane-runner-body[b-0fzn8vsrf5] {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 1.5rem;
}

/* Step sidebar */
.lane-step-sidebar[b-0fzn8vsrf5] {
    position: sticky;
    top: 1rem;
    align-self: start;
}

.lane-sidebar-title[b-0fzn8vsrf5] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--harness-text-muted, #6b7280);
    margin: 0 0 0.75rem;
}

.lane-step-nav[b-0fzn8vsrf5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: transparent;
    color: var(--harness-text-secondary, #9ca3af);
    cursor: pointer;
    text-align: left;
    border-radius: 6px;
    font-size: 0.8rem;
    transition: background 0.15s, color 0.15s;
}

.lane-step-nav:hover[b-0fzn8vsrf5] {
    background: var(--harness-bg-elevated, #252525);
}

.lane-step-nav.lane-step-current[b-0fzn8vsrf5] {
    background: var(--harness-bg-elevated, #252525);
    color: var(--harness-accent, #60a5fa);
    font-weight: 600;
}

.lane-step-nav.lane-step-done[b-0fzn8vsrf5] {
    color: var(--harness-success, #34d399);
}

.lane-step-indicator[b-0fzn8vsrf5] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1.5px solid currentColor;
    font-size: 0.7rem;
    font-weight: 600;
    flex-shrink: 0;
}

.lane-step-done .lane-step-indicator[b-0fzn8vsrf5] {
    background: var(--harness-success, #34d399);
    border-color: var(--harness-success, #34d399);
    color: #fff;
}

.lane-step-nav-title[b-0fzn8vsrf5] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Step content card */
.lane-step-card[b-0fzn8vsrf5] {
    background: var(--harness-bg-elevated, #252525);
    border: 1px solid var(--harness-border, #333);
    border-radius: 8px;
    padding: 1.5rem;
}

.lane-step-header[b-0fzn8vsrf5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.lane-step-number[b-0fzn8vsrf5] {
    font-size: 0.8rem;
    color: var(--harness-text-muted, #6b7280);
}

.lane-step-category[b-0fzn8vsrf5] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
}

.lane-step-type-badge[b-0fzn8vsrf5] {
    font-size: 0.7rem;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    font-weight: 500;
    margin-left: auto;
}

.lane-step-type-harness[b-0fzn8vsrf5] {
    background: var(--harness-info-light, #dbeafe);
    color: var(--harness-info-dark, #1d4ed8);
}

.lane-step-type-cqrsoperation[b-0fzn8vsrf5] {
    background: var(--harness-warning-light, #fef3c7);
    color: var(--harness-warning-dark, #92400e);
}

.lane-step-type-informational[b-0fzn8vsrf5] {
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
}

.lane-step-title[b-0fzn8vsrf5] {
    margin: 0 0 0.75rem;
    font-size: 1.125rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.lane-step-description[b-0fzn8vsrf5] {
    margin: 0 0 1rem;
    color: var(--harness-text-secondary, #9ca3af);
    font-size: 0.875rem;
    line-height: 1.5;
}

.lane-step-expected[b-0fzn8vsrf5] {
    margin: 0 0 1rem;
    padding: 0.75rem 1rem;
    background: var(--harness-bg-card, #1e1e1e);
    border: 1px solid var(--harness-border, #333);
    border-left: 3px solid var(--harness-accent, #60a5fa);
    border-radius: 4px;
}

.lane-step-expected h3[b-0fzn8vsrf5] {
    margin: 0 0 0.375rem;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--harness-accent, #60a5fa);
}

.lane-step-expected p[b-0fzn8vsrf5] {
    margin: 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary, #9ca3af);
    line-height: 1.5;
}

/* Harness/CQRS link */
.lane-step-link[b-0fzn8vsrf5] {
    margin: 0 0 1rem;
}

.lane-open-harness-btn[b-0fzn8vsrf5] {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    padding: 0.5rem 1rem;
    background: var(--harness-accent, #60a5fa);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: opacity 0.15s;
}

.lane-open-harness-btn:hover[b-0fzn8vsrf5] {
    opacity: 0.85;
}

/* Step action buttons */
.lane-step-actions[b-0fzn8vsrf5] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--harness-border, #333);
}

.lane-btn[b-0fzn8vsrf5] {
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: opacity 0.15s, background 0.15s;
}

.lane-btn:disabled[b-0fzn8vsrf5] {
    opacity: 0.4;
    cursor: not-allowed;
}

.lane-btn-primary[b-0fzn8vsrf5] {
    background: var(--harness-success, #34d399);
    color: #fff;
}

.lane-btn-primary:hover:not(:disabled)[b-0fzn8vsrf5] {
    opacity: 0.85;
}

.lane-btn-secondary[b-0fzn8vsrf5] {
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
}

.lane-btn-secondary:hover:not(:disabled)[b-0fzn8vsrf5] {
    background: var(--harness-bg-elevated, #252525);
}

.lane-btn-outline[b-0fzn8vsrf5] {
    background: transparent;
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
}

.lane-btn-outline:hover:not(:disabled)[b-0fzn8vsrf5] {
    background: var(--harness-bg-card, #1e1e1e);
}

/* Progress bar width buckets (avoids inline styles) */
.lane-progress-0[b-0fzn8vsrf5] { width: 0%; }
.lane-progress-10[b-0fzn8vsrf5] { width: 10%; }
.lane-progress-20[b-0fzn8vsrf5] { width: 20%; }
.lane-progress-30[b-0fzn8vsrf5] { width: 30%; }
.lane-progress-40[b-0fzn8vsrf5] { width: 40%; }
.lane-progress-50[b-0fzn8vsrf5] { width: 50%; }
.lane-progress-60[b-0fzn8vsrf5] { width: 60%; }
.lane-progress-70[b-0fzn8vsrf5] { width: 70%; }
.lane-progress-80[b-0fzn8vsrf5] { width: 80%; }
.lane-progress-90[b-0fzn8vsrf5] { width: 90%; }
.lane-progress-100[b-0fzn8vsrf5] { width: 100%; }

/* Responsive */
@media (max-width: 768px) {
    .lane-runner-body[b-0fzn8vsrf5] {
        grid-template-columns: 1fr;
    }

    .lane-step-sidebar[b-0fzn8vsrf5] {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 0.25rem;
    }

    .lane-sidebar-title[b-0fzn8vsrf5] {
        width: 100%;
    }

    .lane-step-nav[b-0fzn8vsrf5] {
        padding: 0.375rem 0.5rem;
    }
}
/* /Components/Pages/NotFoundPage.razor.rz.scp.css */
.error-404-page[b-858smbhfxb] {
    min-height: 100vh;
    background: linear-gradient(135deg, #ff0000 0%, #990000 100%);
    color: white;
    padding: 2rem;
    font-family: monospace;
}

.error-404-warning-banner[b-858smbhfxb] {
    background: #ffff00;
    color: #000000;
    padding: 1.5rem;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    border: 5px solid #ff0000;
    margin-bottom: 2rem;
    animation: pulse-warning-b-858smbhfxb 1s ease-in-out infinite;
}

@keyframes pulse-warning-b-858smbhfxb {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.error-404-container[b-858smbhfxb] {
    max-width: 1200px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.7);
    padding: 3rem;
    border-radius: 8px;
    border: 3px solid #ffff00;
}

.error-404-code[b-858smbhfxb] {
    font-size: 10rem;
    margin: 0;
    text-align: center;
    color: #ffff00;
    text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.5);
}

.error-404-title[b-858smbhfxb] {
    font-size: 3rem;
    text-align: center;
    margin: 1rem 0 2rem;
    color: #ffff00;
}

.error-404-message[b-858smbhfxb] {
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 2rem;
}

.error-404-detail[b-858smbhfxb] {
    background: rgba(255, 255, 255, 0.1);
    padding: 2rem;
    border-radius: 4px;
    margin: 2rem 0;
    border-left: 5px solid #ffff00;
}

.error-404-detail h2[b-858smbhfxb] {
    color: #ffff00;
    font-size: 2rem;
    margin-top: 0;
}

.error-404-detail h3[b-858smbhfxb] {
    color: #ffff00;
    font-size: 1.5rem;
}

.error-404-section-title[b-858smbhfxb] {
    margin-top: 2rem;
}

.error-404-detail code[b-858smbhfxb] {
    background: rgba(0, 0, 0, 0.5);
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    color: #00ff00;
    font-size: 1.1rem;
}

.error-404-detail p[b-858smbhfxb] {
    font-size: 1.2rem;
    line-height: 1.6;
    margin: 1rem 0;
}

.ai-error-marker[b-858smbhfxb] {
    background: #ffff00;
    color: #ff0000;
    padding: 1rem;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    border: 3px solid #ff0000;
    margin: 1rem 0;
    animation: pulse-error-b-858smbhfxb 0.5s ease-in-out infinite;
}

@keyframes pulse-error-b-858smbhfxb {
    0%, 100% { background: #ffff00; }
    50% { background: #ffaa00; }
}

.error-404-actions[b-858smbhfxb] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin: 2rem 0;
    flex-wrap: wrap;
}

.error-404-btn[b-858smbhfxb] {
    background: #00aa00;
    color: white;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.3rem;
    font-weight: bold;
    border: 2px solid white;
    transition: all 0.3s ease;
}

.error-404-btn:hover[b-858smbhfxb] {
    background: #00ff00;
    color: #000000;
    transform: scale(1.05);
}

/* Make the warning VERY visible to AI */
[data-ai-error="404-not-found"][b-858smbhfxb] {
    outline: 5px solid #ff0000;
    outline-offset: 5px;
}

.error-404-remember[b-858smbhfxb] {
    margin-top: 3rem;
    font-size: 1.5rem;
}
/* /Components/Shared/AuditPipelinePanel.razor.rz.scp.css */
/* AuditPipelinePanel — Scoped styles for the lane-integrated audit panel */

.audit-pipeline-panel[b-f6208zg2ge] {
    margin-top: 1rem;
    border: 1px solid var(--harness-border, #333);
    border-radius: 8px;
    background: var(--harness-bg-card, #1e1e1e);
    overflow: hidden;
}

/* Header */
.audit-panel-header[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.75rem 1rem;
    background: var(--harness-bg-elevated, #252525);
    cursor: pointer;
    user-select: none;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-panel-title-group[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.audit-panel-title[b-f6208zg2ge] {
    margin: 0;
    font-size: 0.9rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-toggle[b-f6208zg2ge] {
    font-size: 1.1rem;
    color: var(--harness-text-muted, #6b7280);
    font-weight: 600;
}

/* Status badges */
.audit-status-badge[b-f6208zg2ge] {
    font-size: 0.7rem;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.audit-status-pending[b-f6208zg2ge] {
    background: var(--harness-bg-card, #1e1e1e);
    color: var(--harness-text-muted, #6b7280);
    border: 1px solid var(--harness-border, #333);
}

.audit-status-pass[b-f6208zg2ge] {
    background: #064e3b;
    color: #34d399;
}

.audit-status-warning[b-f6208zg2ge] {
    background: #78350f;
    color: #fbbf24;
}

.audit-status-fail[b-f6208zg2ge] {
    background: #7f1d1d;
    color: #f87171;
}

/* Summary stats */
.audit-summary[b-f6208zg2ge] {
    display: flex;
    gap: 1.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-stat[b-f6208zg2ge] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.125rem;
}

.audit-stat-value[b-f6208zg2ge] {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-stat-label[b-f6208zg2ge] {
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

/* Action buttons */
.audit-actions[b-f6208zg2ge] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-btn[b-f6208zg2ge] {
    padding: 0.375rem 0.75rem;
    border: none;
    border-radius: 6px;
    font-size: 0.8rem;
    font-weight: 500;
    cursor: pointer;
    transition: opacity 0.15s;
}

.audit-btn:disabled[b-f6208zg2ge] {
    opacity: 0.5;
    cursor: not-allowed;
}

.audit-btn:hover:not(:disabled)[b-f6208zg2ge] {
    opacity: 0.85;
}

.audit-btn-primary[b-f6208zg2ge] {
    background: var(--harness-accent, #60a5fa);
    color: #fff;
}

.audit-btn-secondary[b-f6208zg2ge] {
    background: var(--harness-bg-elevated, #252525);
    color: var(--harness-text-secondary, #9ca3af);
    border: 1px solid var(--harness-border, #333);
}

.audit-btn-inline[b-f6208zg2ge] {
    background: transparent;
    border: none;
    color: var(--harness-accent, #60a5fa);
    font-size: 0.75rem;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
}

.audit-btn-inline:hover[b-f6208zg2ge] {
    text-decoration: underline;
}

/* Test vector results */
.audit-results[b-f6208zg2ge] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-results-header[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
}

.audit-results-summary[b-f6208zg2ge] {
    font-size: 0.875rem;
    font-weight: 600;
}

.audit-results-time[b-f6208zg2ge] {
    font-size: 0.75rem;
    color: var(--harness-text-muted, #6b7280);
}

.audit-text-pass[b-f6208zg2ge] {
    color: #34d399;
}

.audit-text-fail[b-f6208zg2ge] {
    color: #f87171;
}

.audit-vector-list[b-f6208zg2ge] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    margin-top: 0.5rem;
}

.audit-vector-row[b-f6208zg2ge] {
    padding: 0.375rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
}

.audit-vector-pass[b-f6208zg2ge] {
    background: rgba(52, 211, 153, 0.05);
}

.audit-vector-fail[b-f6208zg2ge] {
    background: rgba(248, 113, 113, 0.1);
    border-left: 3px solid #f87171;
}

.audit-vector-main[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.audit-vector-status[b-f6208zg2ge] {
    font-weight: 700;
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
}

.audit-vector-pass .audit-vector-status[b-f6208zg2ge] {
    color: #34d399;
}

.audit-vector-fail .audit-vector-status[b-f6208zg2ge] {
    color: #f87171;
}

.audit-vector-id[b-f6208zg2ge] {
    font-family: monospace;
    color: var(--harness-accent, #60a5fa);
    font-size: 0.75rem;
    white-space: nowrap;
}

.audit-vector-desc[b-f6208zg2ge] {
    color: var(--harness-text-secondary, #9ca3af);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.audit-vector-detail[b-f6208zg2ge] {
    margin-top: 0.25rem;
    padding-left: 1.5rem;
    font-size: 0.75rem;
}

.audit-vector-field[b-f6208zg2ge] {
    color: var(--harness-text-secondary, #9ca3af);
    margin-bottom: 0.125rem;
}

.audit-vector-source[b-f6208zg2ge] {
    padding-left: 1.5rem;
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
    margin-top: 0.125rem;
}

/* Pipeline execution trace */
.audit-pipeline-trace[b-f6208zg2ge] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-section-head[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.audit-section-head h4[b-f6208zg2ge] {
    margin: 0;
    font-size: 0.85rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-trace-node[b-f6208zg2ge] {
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background: var(--harness-bg-elevated, #252525);
    border-radius: 4px;
    border: 1px solid var(--harness-border, #333);
}

.audit-trace-header[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8rem;
}

.audit-trace-status[b-f6208zg2ge] {
    font-weight: 700;
    width: 1rem;
    text-align: center;
    flex-shrink: 0;
}

.audit-trace-pass[b-f6208zg2ge] {
    color: #34d399;
}

.audit-trace-warning[b-f6208zg2ge] {
    color: #fbbf24;
}

.audit-trace-fail[b-f6208zg2ge] {
    color: #f87171;
}

.audit-trace-name[b-f6208zg2ge] {
    color: var(--harness-text-primary, #e5e7eb);
    font-weight: 500;
}

.audit-trace-ref[b-f6208zg2ge] {
    font-family: monospace;
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
    margin-left: auto;
}

.audit-trace-time[b-f6208zg2ge] {
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
    white-space: nowrap;
}

.audit-trace-io[b-f6208zg2ge],
.audit-trace-intermediates[b-f6208zg2ge],
.audit-trace-thresholds[b-f6208zg2ge] {
    margin-top: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px solid var(--harness-border, #333);
    font-size: 0.75rem;
}

.audit-trace-field[b-f6208zg2ge] {
    display: flex;
    gap: 0.375rem;
    margin-bottom: 0.125rem;
    color: var(--harness-text-secondary, #9ca3af);
}

.audit-trace-field code[b-f6208zg2ge] {
    font-family: monospace;
    font-size: 0.725rem;
    color: var(--harness-text-primary, #e5e7eb);
    word-break: break-all;
}

.audit-trace-kv[b-f6208zg2ge] {
    display: flex;
    gap: 0.375rem;
    margin-bottom: 0.125rem;
    font-size: 0.75rem;
    color: var(--harness-text-secondary, #9ca3af);
}

.audit-trace-kv code[b-f6208zg2ge] {
    font-family: monospace;
    font-size: 0.725rem;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-trace-key[b-f6208zg2ge] {
    color: var(--harness-accent, #60a5fa);
    white-space: nowrap;
}

.audit-trace-warnings[b-f6208zg2ge] {
    margin-top: 0.375rem;
    padding-top: 0.375rem;
    border-top: 1px solid var(--harness-border, #333);
}

.audit-warning-item[b-f6208zg2ge] {
    font-size: 0.75rem;
    color: #fbbf24;
    padding: 0.125rem 0;
}

.audit-label[b-f6208zg2ge] {
    font-weight: 600;
    color: var(--harness-text-muted, #6b7280);
    white-space: nowrap;
}

/* Collapsible sections */
.audit-section[b-f6208zg2ge] {
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-section:last-child[b-f6208zg2ge] {
    border-bottom: none;
}

.audit-section-toggle[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.625rem 1rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: var(--harness-text-primary, #e5e7eb);
}

.audit-section-toggle:hover[b-f6208zg2ge] {
    background: var(--harness-bg-elevated, #252525);
}

.audit-section-toggle h4[b-f6208zg2ge] {
    margin: 0;
    font-size: 0.825rem;
    font-weight: 500;
}

.audit-toggle-icon[b-f6208zg2ge] {
    font-size: 1rem;
    color: var(--harness-text-muted, #6b7280);
    font-weight: 600;
}

/* Threshold list */
.audit-threshold-list[b-f6208zg2ge] {
    padding: 0 1rem 0.75rem;
}

.audit-threshold-row[b-f6208zg2ge] {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-threshold-row:last-child[b-f6208zg2ge] {
    border-bottom: none;
}

.audit-threshold-main[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.audit-threshold-name[b-f6208zg2ge] {
    font-size: 0.8rem;
    color: var(--harness-text-primary, #e5e7eb);
    font-weight: 500;
}

.audit-threshold-value[b-f6208zg2ge] {
    font-family: monospace;
    font-size: 0.8rem;
    color: var(--harness-accent, #60a5fa);
    font-weight: 600;
}

.audit-threshold-meta[b-f6208zg2ge] {
    margin-top: 0.125rem;
}

.audit-threshold-source[b-f6208zg2ge] {
    font-family: monospace;
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
}

.audit-threshold-desc[b-f6208zg2ge] {
    font-size: 0.75rem;
    color: var(--harness-text-secondary, #9ca3af);
    margin-top: 0.25rem;
    line-height: 1.4;
}

.audit-threshold-impact[b-f6208zg2ge] {
    font-size: 0.7rem;
    color: #fbbf24;
    margin-top: 0.125rem;
}

/* Risk list */
.audit-risk-list[b-f6208zg2ge] {
    padding: 0 1rem 0.75rem;
}

.audit-risk-row[b-f6208zg2ge] {
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--harness-border, #333);
}

.audit-risk-row:last-child[b-f6208zg2ge] {
    border-bottom: none;
}

.audit-risk-header[b-f6208zg2ge] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
}

.audit-risk-id[b-f6208zg2ge] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #f87171;
    background: #7f1d1d;
    padding: 0.0625rem 0.375rem;
    border-radius: 4px;
}

.audit-risk-control[b-f6208zg2ge] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #34d399;
    background: #064e3b;
    padding: 0.0625rem 0.375rem;
    border-radius: 4px;
}

.audit-risk-desc[b-f6208zg2ge] {
    font-size: 0.8rem;
    color: var(--harness-text-primary, #e5e7eb);
    margin-bottom: 0.25rem;
}

.audit-risk-mitigation[b-f6208zg2ge] {
    font-size: 0.75rem;
    color: var(--harness-text-secondary, #9ca3af);
    line-height: 1.4;
}

/* Evidence export */
.audit-evidence[b-f6208zg2ge] {
    padding: 0 1rem 0.75rem;
}

.audit-evidence-json[b-f6208zg2ge] {
    background: var(--harness-bg-elevated, #252525);
    border: 1px solid var(--harness-border, #333);
    border-radius: 4px;
    padding: 0.75rem;
    font-family: monospace;
    font-size: 0.7rem;
    color: var(--harness-text-secondary, #9ca3af);
    overflow-x: auto;
    max-height: 400px;
    overflow-y: auto;
    white-space: pre;
    margin: 0;
}
/* /Components/Shared/ChartDataPanel.razor.rz.scp.css */
/* ChartDataPanel — Collapsible source data for chart verification */

.chart-data-panel[b-zc6fmhwsbz] {
    margin-top: 0.75rem;
    border: 1px solid var(--harness-border, #333);
    border-radius: 6px;
    background: var(--harness-bg-card, #1e1e1e);
    overflow: hidden;
}

.chart-data-toggle[b-zc6fmhwsbz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.5rem 0.75rem;
    border: none;
    background: transparent;
    cursor: pointer;
    color: var(--harness-text-secondary, #9ca3af);
    font-size: 0.8rem;
    transition: background 0.15s;
}

.chart-data-toggle:hover[b-zc6fmhwsbz] {
    background: var(--harness-bg-elevated, #252525);
}

.chart-data-toggle-icon[b-zc6fmhwsbz] {
    font-size: 0.65rem;
    flex-shrink: 0;
}

.chart-data-toggle-text[b-zc6fmhwsbz] {
    font-weight: 500;
}

.chart-data-content[b-zc6fmhwsbz] {
    border-top: 1px solid var(--harness-border, #333);
    padding: 0.5rem 0;
}

.chart-data-group[b-zc6fmhwsbz] {
    padding: 0.375rem 0.75rem;
}

.chart-data-group + .chart-data-group[b-zc6fmhwsbz] {
    border-top: 1px solid var(--harness-border, #333);
    margin-top: 0.25rem;
    padding-top: 0.625rem;
}

.chart-data-group-title[b-zc6fmhwsbz] {
    margin: 0 0 0.375rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--harness-accent, #60a5fa);
    font-weight: 600;
}

.chart-data-entries[b-zc6fmhwsbz] {
    display: flex;
    flex-direction: column;
}

.chart-data-row[b-zc6fmhwsbz] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1rem;
    padding: 0.1875rem 0;
    font-size: 0.8rem;
}

.chart-data-label[b-zc6fmhwsbz] {
    color: var(--harness-text-secondary, #9ca3af);
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.chart-data-value[b-zc6fmhwsbz] {
    color: var(--harness-text-primary, #e5e7eb);
    font-weight: 500;
    font-family: monospace;
    font-size: 0.775rem;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
}

.chart-data-desc[b-zc6fmhwsbz] {
    font-size: 0.7rem;
    color: var(--harness-text-muted, #6b7280);
    padding-left: 0.5rem;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}
/* /Components/Shared/CqrsOperationExecutionCard.razor.rz.scp.css */
/* Operation Execution Card Container */
.operation-execution-card[b-81y8ub1z0d] {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* Collapsible Header (Group Mode) */
.card-header[b-81y8ub1z0d] {
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e5e7eb;
    cursor: pointer;
    user-select: none;
    transition: background-color 0.2s;
}

.card-header:hover[b-81y8ub1z0d] {
    background-color: #f9fafb;
}

.card-header-content[b-81y8ub1z0d] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.expand-icon[b-81y8ub1z0d] {
    font-size: 0.875rem;
    color: #6b7280;
    transition: transform 0.2s;
}

.operation-icon[b-81y8ub1z0d] {
    font-size: 1.25rem;
}

.operation-name[b-81y8ub1z0d] {
    font-size: 1rem;
    font-weight: 600;
    color: #111827;
    flex: 1;
}

.card-badges[b-81y8ub1z0d] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

/* Card Body */
.card-body[b-81y8ub1z0d] {
    padding: 1.5rem;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.card-body.collapsed[b-81y8ub1z0d] {
    max-height: 0;
    opacity: 0;
    padding: 0;
    overflow: hidden;
}

/* Tabs */
.card-tabs[b-81y8ub1z0d] {
    display: flex;
    gap: 0.5rem;
    border-bottom: 2px solid #e5e7eb;
    margin-bottom: 1.5rem;
}

.card-tab[b-81y8ub1z0d] {
    padding: 0.75rem 1rem;
    background: transparent;
    border: none;
    border-bottom: 3px solid transparent;
    color: #6b7280;
    font-size: 0.9375rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: -2px;
}

.card-tab:hover[b-81y8ub1z0d] {
    color: #111827;
    background-color: #f9fafb;
}

.card-tab.active[b-81y8ub1z0d] {
    color: #2563eb;
    border-bottom-color: #2563eb;
}

/* Tab Content */
.card-tab-content[b-81y8ub1z0d] {
    /* No special styling needed, inherits from parent sections */
}

/* Parameter Label Row (for lock toggle) */
.parameter-label-row[b-81y8ub1z0d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

/* Lock Toggle Button */
.lock-toggle[b-81y8ub1z0d] {
    padding: 0.25rem 0.5rem;
    background: #f3f4f6;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    line-height: 1;
}

.lock-toggle:hover[b-81y8ub1z0d] {
    background: #e5e7eb;
}

.lock-toggle.locked[b-81y8ub1z0d] {
    background: #dbeafe;
    border-color: #93c5fd;
    color: #1e40af;
}

.lock-toggle.unlocked[b-81y8ub1z0d] {
    background: #fef3c7;
    border-color: #fcd34d;
    color: #92400e;
}

/* Section Headings (smaller in group mode) */
.card-body .section-heading[b-81y8ub1z0d] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #111827;
    margin: 0 0 1rem 0;
}

.card-body .subsection-heading[b-81y8ub1z0d] {
    font-size: 1rem;
    font-weight: 600;
    color: #374151;
    margin: 1.5rem 0 0.75rem 0;
}

/* Adjust button sizes for group mode */
.harness-btn-medium[b-81y8ub1z0d] {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
}

/* Parameter Group Section */
.parameter-group-section[b-81y8ub1z0d] {
    margin-bottom: 1rem;
}

.parameter-group-header[b-81y8ub1z0d] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0;
    margin-bottom: 0.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.parameter-group-name[b-81y8ub1z0d] {
    font-size: 0.8125rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

/* Common Parameter Badge */
.common-badge[b-81y8ub1z0d] {
    display: inline-block;
    padding: 0.125rem 0.375rem;
    font-size: 0.6875rem;
    font-weight: 600;
    color: #1e40af;
    background: #dbeafe;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    margin-left: 0.375rem;
    vertical-align: middle;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card-header-content[b-81y8ub1z0d] {
        flex-wrap: wrap;
    }

    .card-badges[b-81y8ub1z0d] {
        width: 100%;
        margin-top: 0.5rem;
    }

    .card-tabs[b-81y8ub1z0d] {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .card-tab[b-81y8ub1z0d] {
        white-space: nowrap;
        padding: 0.625rem 0.75rem;
        font-size: 0.875rem;
    }
}
/* /Components/Shared/ParameterInput.razor.rz.scp.css */
.parameter-input-wrapper[b-db2l4ek3yz] {
    position: relative;
    width: 100%;
}

.parameter-input-wrapper .loading-indicator[b-db2l4ek3yz] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.parameter-input-wrapper .form-control[b-db2l4ek3yz],
.parameter-input-wrapper .form-select[b-db2l4ek3yz] {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 0.9rem;
}

.parameter-input-wrapper .form-control:focus[b-db2l4ek3yz],
.parameter-input-wrapper .form-select:focus[b-db2l4ek3yz] {
    outline: none;
    border-color: #4CAF50;
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.1);
}

.parameter-input-wrapper .form-control:disabled[b-db2l4ek3yz],
.parameter-input-wrapper .form-select:disabled[b-db2l4ek3yz] {
    background-color: #f5f5f5;
    cursor: not-allowed;
    opacity: 0.6;
}

.parameter-input-wrapper .form-check[b-db2l4ek3yz] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 0.25rem;
}

.parameter-input-wrapper .form-check-input[b-db2l4ek3yz] {
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
}

.parameter-input-wrapper .form-check-input:disabled[b-db2l4ek3yz] {
    cursor: not-allowed;
}

.parameter-input-wrapper .form-check-label[b-db2l4ek3yz] {
    cursor: pointer;
    user-select: none;
    margin-bottom: 0;
}

.parameter-input-wrapper .spinner-border-sm[b-db2l4ek3yz] {
    width: 1rem;
    height: 1rem;
    border-width: 0.15em;
}
/* /Components/Shared/QueryDocumentation.razor.rz.scp.css */
/* Query Documentation Component Styles */

.query-documentation[b-gjwbr8gi2x] {
    width: 100%;
    display: block;
}

.doc-toggle-btn[b-gjwbr8gi2x] {
    background: transparent;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.2s;
}

.doc-toggle-btn:hover[b-gjwbr8gi2x] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.doc-expanded[b-gjwbr8gi2x] {
    margin-top: 0.75rem;
    width: 100%;
}

.doc-header[b-gjwbr8gi2x] {
    margin-bottom: 0.75rem;
}

.doc-content[b-gjwbr8gi2x] {
    background: #f9fafb;
    border-radius: 0.5rem;
    padding: 1rem;
}

/* Grid layout for horizontal organization */
.doc-grid[b-gjwbr8gi2x] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.doc-section[b-gjwbr8gi2x] {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

/* Full-width sections span both columns */
.doc-section-full[b-gjwbr8gi2x] {
    grid-column: 1 / -1;
}

.doc-section-title[b-gjwbr8gi2x] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.doc-section-text[b-gjwbr8gi2x] {
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.6;
    color: #4b5563;
}

.doc-highlight[b-gjwbr8gi2x] {
    background: #eff6ff;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border-left: 3px solid #3b82f6;
    color: #1e40af;
}

.doc-list[b-gjwbr8gi2x] {
    margin: 0;
    padding-left: 1.25rem;
    font-size: 0.875rem;
    line-height: 1.8;
    color: #4b5563;
}

.doc-list li[b-gjwbr8gi2x] {
    margin-bottom: 0.25rem;
}

.doc-tags[b-gjwbr8gi2x] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.doc-tag[b-gjwbr8gi2x] {
    background: #e0e7ff;
    color: #3730a3;
    padding: 0.25rem 0.625rem;
    border-radius: 0.375rem;
    font-size: 0.813rem;
    font-weight: 500;
}

.doc-warning[b-gjwbr8gi2x] {
    background: #fef3c7;
    border: 1px solid #fbbf24;
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.doc-warning .doc-section-title[b-gjwbr8gi2x] {
    color: #92400e;
}

.doc-warning .doc-list[b-gjwbr8gi2x] {
    color: #78350f;
}

.doc-empty-state[b-gjwbr8gi2x] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    color: #9ca3af;
}

.doc-empty-state i[b-gjwbr8gi2x] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.doc-empty-state p[b-gjwbr8gi2x] {
    margin: 0;
    font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 768px) {
    .doc-content[b-gjwbr8gi2x] {
        padding: 0.75rem;
    }

    .doc-section-title[b-gjwbr8gi2x] {
        font-size: 0.813rem;
    }

    .doc-list[b-gjwbr8gi2x] {
        font-size: 0.813rem;
        padding-left: 1rem;
    }
}
/* /Components/Shared/RawDataInspector.razor.rz.scp.css */
/* Raw Data Inspector Component Styles */

.raw-data-inspector[b-1n8hwp62wa] {
    width: 100%;
    display: block;
    margin-top: 0.75rem;
}

.inspector-toggle-btn[b-1n8hwp62wa] {
    background: transparent;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.2s;
}

.inspector-toggle-btn:hover[b-1n8hwp62wa] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.inspector-expanded[b-1n8hwp62wa] {
    margin-top: 0.75rem;
    width: 100%;
}

.inspector-header[b-1n8hwp62wa] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.inspector-copy-btn[b-1n8hwp62wa] {
    background: #059669;
    border: none;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: white;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.2s;
}

.inspector-copy-btn:hover[b-1n8hwp62wa] {
    background: #047857;
}

.inspector-content[b-1n8hwp62wa] {
    background: #1e293b;
    border-radius: 0.5rem;
    padding: 1rem;
    overflow-x: auto;
    max-height: 400px;
    overflow-y: auto;
    border: 1px solid #334155;
}

.inspector-json[b-1n8hwp62wa] {
    margin: 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #f1f5f9;
    background: transparent;
    white-space: pre;
}

.inspector-empty-state[b-1n8hwp62wa] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    color: #9ca3af;
}

.inspector-empty-state i[b-1n8hwp62wa] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.inspector-empty-state p[b-1n8hwp62wa] {
    margin: 0;
    font-size: 0.875rem;
}

.inspector-copy-feedback[b-1n8hwp62wa] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: #d1fae5;
    color: #065f46;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    text-align: center;
    animation: fadeIn-b-1n8hwp62wa 0.2s ease-in;
}

@keyframes fadeIn-b-1n8hwp62wa {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .inspector-header[b-1n8hwp62wa] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .inspector-toggle-btn[b-1n8hwp62wa],
    .inspector-copy-btn[b-1n8hwp62wa] {
        width: 100%;
        justify-content: center;
    }

    .inspector-content[b-1n8hwp62wa] {
        max-height: 300px;
    }
}
/* /Components/Shared/SqlQueryDisplay.razor.rz.scp.css */
/* SQL Query Display Component Styles */

.sql-query-display[b-c09ozfnx0y] {
    margin-top: 0.75rem;
    border-top: 1px solid #e5e7eb;
    padding-top: 0.75rem;
}

.sql-toggle-btn[b-c09ozfnx0y] {
    background: transparent;
    border: 1px solid #d1d5db;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: #374151;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.2s;
}

.sql-toggle-btn:hover[b-c09ozfnx0y] {
    background: #f9fafb;
    border-color: #9ca3af;
}

.sql-display-expanded[b-c09ozfnx0y] {
    margin-top: 0.5rem;
}

.sql-header[b-c09ozfnx0y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.75rem;
}

.sql-copy-btn[b-c09ozfnx0y] {
    background: #3b82f6;
    border: none;
    border-radius: 0.375rem;
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    color: white;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
    transition: all 0.2s;
}

.sql-copy-btn:hover[b-c09ozfnx0y] {
    background: #2563eb;
}

.sql-content[b-c09ozfnx0y] {
    /* Prism.js theme handles background color - don't override */
    border-radius: 0.5rem;
    overflow-x: auto;
    max-height: 400px;
    overflow-y: auto;
}

.sql-code[b-c09ozfnx0y] {
    margin: 0;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    font-size: 0.875rem;
    line-height: 1.5;
}

/* Prism.js handles all syntax highlighting via .token classes - no custom overrides needed */

/* Parameters Section */
.sql-parameters[b-c09ozfnx0y] {
    margin-top: 0.75rem;
    background: #f9fafb;
    border-radius: 0.375rem;
    padding: 0.75rem;
}

.sql-parameters-header[b-c09ozfnx0y] {
    font-weight: 600;
    font-size: 0.875rem;
    color: #374151;
    margin-bottom: 0.5rem;
}

.sql-parameters-list[b-c09ozfnx0y] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.sql-parameter-item[b-c09ozfnx0y] {
    font-size: 0.813rem;
    font-family: 'Consolas', 'Monaco', 'Courier New', monospace;
    color: #4b5563;
}

.param-name[b-c09ozfnx0y] {
    color: #6b7280;
    font-weight: 500;
}

.param-value[b-c09ozfnx0y] {
    color: #059669;
    margin-left: 0.5rem;
}

/* Empty State */
.sql-empty-state[b-c09ozfnx0y] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    text-align: center;
    color: #9ca3af;
}

.sql-empty-state i[b-c09ozfnx0y] {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.sql-empty-state p[b-c09ozfnx0y] {
    margin: 0;
    font-size: 0.875rem;
}

/* Copy Feedback */
.sql-copy-feedback[b-c09ozfnx0y] {
    margin-top: 0.5rem;
    padding: 0.5rem;
    background: #dcfce7;
    color: #166534;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    text-align: center;
    animation: fadeIn-b-c09ozfnx0y 0.2s ease-in;
}

@keyframes fadeIn-b-c09ozfnx0y {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .sql-header[b-c09ozfnx0y] {
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .sql-toggle-btn[b-c09ozfnx0y],
    .sql-copy-btn[b-c09ozfnx0y] {
        width: 100%;
        justify-content: center;
    }

    .sql-content[b-c09ozfnx0y] {
        max-height: 300px;
    }
}
/* /Components/Shared/TestBoundarySelector.razor.rz.scp.css */
.test-boundary-selector[b-z605mfyecq] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 1.5rem;
    border-radius: 8px;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.boundary-section[b-z605mfyecq] {
    margin-bottom: 1.5rem;
}

.boundary-section:last-child[b-z605mfyecq] {
    margin-bottom: 0;
}

.section-title[b-z605mfyecq] {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 0.5rem 0;
    color: white;
}

.section-description[b-z605mfyecq] {
    font-size: 0.9rem;
    margin: 0 0 1rem 0;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}

.control-group[b-z605mfyecq] {
    margin-bottom: 1rem;
}

.control-group label[b-z605mfyecq] {
    display: block;
    font-size: 0.9rem;
    font-weight: 500;
    margin-bottom: 0.4rem;
    color: rgba(255, 255, 255, 0.95);
}

.form-select[b-z605mfyecq] {
    width: 100%;
    padding: 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(255, 255, 255, 0.95);
    color: #333;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

.form-select:hover[b-z605mfyecq] {
    background-color: white;
    border-color: rgba(255, 255, 255, 0.5);
}

.form-select:focus[b-z605mfyecq] {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.3);
}

.persona-details[b-z605mfyecq] {
    background-color: rgba(0, 0, 0, 0.2);
    padding: 1rem;
    border-radius: 4px;
    margin-top: 0.75rem;
}

.persona-info[b-z605mfyecq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.persona-info:last-child[b-z605mfyecq] {
    border-bottom: none;
}

.info-label[b-z605mfyecq] {
    font-weight: 500;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.info-value[b-z605mfyecq] {
    font-family: 'Courier New', monospace;
    font-size: 0.85rem;
    color: #ffd700;
    text-align: right;
}

.broadcast-controls[b-z605mfyecq] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn[b-z605mfyecq] {
    padding: 0.4rem 1rem;
    border-radius: 4px;
    border: none;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-sm[b-z605mfyecq] {
    padding: 0.3rem 0.8rem;
    font-size: 0.85rem;
}

.btn-secondary[b-z605mfyecq] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-secondary:hover[b-z605mfyecq] {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: rgba(255, 255, 255, 0.5);
}

.btn-secondary:active[b-z605mfyecq] {
    background-color: rgba(255, 255, 255, 0.4);
}

.broadcast-count[b-z605mfyecq] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
}
/* /Harnesses/L1_CoreControls/AuthFormLayoutHarness.razor.rz.scp.css */
/* AuthFormLayoutHarness scoped CSS */

/* Component Demo Section */
.harness-component-demo[b-rtc74ayj0l] {
    /* Full viewport height to show auth layout properly */
    min-height: 80vh;
    background: var(--harness-surface-dark);
    border-radius: var(--harness-radius);
    overflow: hidden;
}

.harness-component-demo h4[b-rtc74ayj0l] {
    position: absolute;
    top: var(--harness-spacing-md);
    left: var(--harness-spacing-md);
    margin: 0;
    padding: var(--harness-spacing-sm) var(--harness-spacing-md);
    background: var(--harness-surface);
    border-radius: var(--harness-radius);
    color: var(--harness-text-primary);
    font-size: var(--harness-text-sm);
    z-index: 10;
}

/* Utility classes for form options (Remember me + Forgot password) */
.gravity-form-options[b-rtc74ayj0l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--spacing-2, 8px);
}

.gravity-form-options label[b-rtc74ayj0l] {
    display: flex;
    align-items: center;
    gap: var(--spacing-2, 8px);
    font-size: var(--font-size-sm, 14px);
    color: var(--color-text-secondary, #6b7280);
    cursor: pointer;
}

.gravity-form-options a[b-rtc74ayj0l] {
    font-size: var(--font-size-sm, 14px);
    color: var(--color-primary, #007bff);
    text-decoration: none;
}

.gravity-form-options a:hover[b-rtc74ayj0l] {
    text-decoration: underline;
}

/* Form field styling */
.gravity-form-field[b-rtc74ayj0l] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-1, 4px);
}

.gravity-form-field label[b-rtc74ayj0l] {
    font-size: var(--font-size-sm, 14px);
    font-weight: var(--font-weight-medium, 500);
    color: var(--color-text-primary, #111827);
}

/* Gravity button fullwidth helper */
.gravity-button--fullwidth[b-rtc74ayj0l] {
    width: 100%;
}
/* /Harnesses/L1_CoreControls/ColorIndicatorHarness.razor.rz.scp.css */
/* ColorIndicatorHarness scoped styles */

.indicator-demo[b-cmmw3rouu6] {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
}

.demo-label[b-cmmw3rouu6] {
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
}

.harness-variants-showcase[b-cmmw3rouu6] {
    margin-top: 2rem;
}

.color-grid[b-cmmw3rouu6],
.size-grid[b-cmmw3rouu6],
.shape-grid[b-cmmw3rouu6],
.custom-grid[b-cmmw3rouu6] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
}

.color-item[b-cmmw3rouu6],
.size-item[b-cmmw3rouu6],
.shape-item[b-cmmw3rouu6],
.custom-item[b-cmmw3rouu6] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.color-item span[b-cmmw3rouu6],
.size-item span[b-cmmw3rouu6],
.shape-item span[b-cmmw3rouu6],
.custom-item span[b-cmmw3rouu6] {
    font-size: 0.75rem;
    color: var(--harness-text-secondary);
}

.preset-buttons[b-cmmw3rouu6] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.harness-btn-sm[b-cmmw3rouu6] {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.25rem;
    cursor: pointer;
}

.harness-btn-sm:hover[b-cmmw3rouu6] {
    background: var(--harness-bg-tertiary);
}
/* /Harnesses/L1_CoreControls/ContainerHarness.razor.rz.scp.css */
/* ContainerHarness scoped styles */

.container-demo-wrapper[b-hx1fjyttk0] {
    background: var(--harness-bg-secondary);
    border: 2px dashed var(--harness-border);
    border-radius: 0.5rem;
    padding: 0;
    overflow: hidden;
}

.demo-content[b-hx1fjyttk0] {
    padding: 1rem;
    background: #e0f2fe;
    border-radius: 0.25rem;
    text-align: center;
}

.demo-content-highlight[b-hx1fjyttk0] {
    padding: 0.5rem;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.875rem;
}

.harness-variants-showcase[b-hx1fjyttk0] {
    margin-top: 2rem;
}

.variant-list[b-hx1fjyttk0] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
}

.variant-item[b-hx1fjyttk0] {
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    overflow: hidden;
}

.variant-item h5[b-hx1fjyttk0] {
    margin: 0;
    padding: 0.5rem 1rem;
    background: var(--harness-bg-secondary);
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
    border-bottom: 1px solid var(--harness-border);
}

.variant-demo[b-hx1fjyttk0] {
    background: #f8fafc;
}

.padding-grid[b-hx1fjyttk0] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.padding-item[b-hx1fjyttk0] {
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    overflow: hidden;
    background: #f8fafc;
}

.padding-item h5[b-hx1fjyttk0] {
    margin: 0;
    padding: 0.5rem;
    background: var(--harness-bg-secondary);
    font-size: 0.75rem;
    color: var(--harness-text-secondary);
    text-align: center;
    border-bottom: 1px solid var(--harness-border);
}
/* /Harnesses/L1_CoreControls/DividerHarness.razor.rz.scp.css */
.divider-demo-container[b-g9zwm9b84t] {
    padding: 1rem;
    border: 1px dashed var(--border-color);
    border-radius: 4px;
}

.variant-showcase[b-g9zwm9b84t], .spacing-showcase[b-g9zwm9b84t], .thickness-showcase[b-g9zwm9b84t], .label-showcase[b-g9zwm9b84t] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.variant-item-full[b-g9zwm9b84t] {
    padding: 0.5rem;
}

.spacing-item[b-g9zwm9b84t], .thickness-item[b-g9zwm9b84t] {
    max-width: 300px;
}

.spacing-item-bg[b-g9zwm9b84t] {
    background: var(--surface-secondary);
    padding: 0.25rem;
}

.spacing-label[b-g9zwm9b84t] {
    margin: 0;
    font-size: 0.75rem;
}

.vertical-showcase[b-g9zwm9b84t] {
    display: flex;
    align-items: stretch;
    height: 100px;
    gap: 1rem;
}
/* /Harnesses/L1_CoreControls/EmptyStateHarness.razor.rz.scp.css */
/* EmptyStateHarness scoped styles */

.empty-state-demo[b-1dc59mlk19] {
    padding: 2rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.harness-feedback[b-1dc59mlk19] {
    margin-top: 1rem;
    padding: 0.5rem;
    background: #e0f2fe;
    border-radius: 0.25rem;
    color: #0369a1;
}

.harness-variants-showcase[b-1dc59mlk19] {
    margin-top: 2rem;
}

.variant-grid[b-1dc59mlk19] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.variant-item[b-1dc59mlk19] {
    padding: 1rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
    border: 1px solid var(--harness-border);
}

.variant-item h5[b-1dc59mlk19] {
    margin: 0 0 0.5rem 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
}

.size-grid[b-1dc59mlk19] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}

.size-item[b-1dc59mlk19] {
    padding: 1rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
    border: 1px solid var(--harness-border);
    text-align: center;
}

.size-item h5[b-1dc59mlk19] {
    margin: 0 0 0.5rem 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
}
/* /Harnesses/L1_CoreControls/FormModalHarness.razor.rz.scp.css */
/**
 * FormModalHarness - L1 Harness Styles
 * Harness-specific CSS for FormModal component testing
 */

.harness-min-height[b-fzpr4cx4rw] {
    min-height: 400px;
}

.harness-status-box[b-fzpr4cx4rw] {
    margin-top: 1rem;
    padding: 1rem;
    background: #f8f9fa;
    border-radius: 4px;
    border: 1px solid #dee2e6;
}

.harness-status-box strong[b-fzpr4cx4rw] {
    color: #495057;
}
/* /Harnesses/L1_CoreControls/GridHarness.razor.rz.scp.css */
/* GridHarness scoped styles */

.grid-demo[b-1hnppzq84y] {
    display: grid;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    padding: 1rem;
}

.grid-item[b-1hnppzq84y] {
    padding: 1rem;
    background: #e0f2fe;
    border: 1px solid #0ea5e9;
    border-radius: 0.25rem;
    text-align: center;
    font-weight: 500;
}

.harness-variants-showcase[b-1hnppzq84y] {
    margin-top: 2rem;
}

.column-demos[b-1hnppzq84y],
.gap-demos[b-1hnppzq84y] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.column-demo[b-1hnppzq84y],
.gap-demo[b-1hnppzq84y] {
    padding: 1rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
}

.column-demo h5[b-1hnppzq84y],
.gap-demo h5[b-1hnppzq84y] {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
}

.mini-grid[b-1hnppzq84y] {
    display: grid;
    gap: 0.5rem;
}

.mini-item[b-1hnppzq84y] {
    padding: 0.5rem;
    background: #fef3c7;
    border: 1px solid #f59e0b;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 500;
}

/* Dynamic grid column classes */
.grid-cols-1[b-1hnppzq84y] { grid-template-columns: repeat(1, 1fr); }
.grid-cols-2[b-1hnppzq84y] { grid-template-columns: repeat(2, 1fr); }
.grid-cols-3[b-1hnppzq84y] { grid-template-columns: repeat(3, 1fr); }
.grid-cols-4[b-1hnppzq84y] { grid-template-columns: repeat(4, 1fr); }
.grid-cols-5[b-1hnppzq84y] { grid-template-columns: repeat(5, 1fr); }
.grid-cols-6[b-1hnppzq84y] { grid-template-columns: repeat(6, 1fr); }
.grid-cols-7[b-1hnppzq84y] { grid-template-columns: repeat(7, 1fr); }
.grid-cols-8[b-1hnppzq84y] { grid-template-columns: repeat(8, 1fr); }
.grid-cols-9[b-1hnppzq84y] { grid-template-columns: repeat(9, 1fr); }
.grid-cols-10[b-1hnppzq84y] { grid-template-columns: repeat(10, 1fr); }
.grid-cols-11[b-1hnppzq84y] { grid-template-columns: repeat(11, 1fr); }
.grid-cols-12[b-1hnppzq84y] { grid-template-columns: repeat(12, 1fr); }

/* Dynamic grid gap classes */
.grid-gap-0-5rem[b-1hnppzq84y] { gap: 0.5rem; }
.grid-gap-1rem[b-1hnppzq84y] { gap: 1rem; }
.grid-gap-1-5rem[b-1hnppzq84y] { gap: 1.5rem; }
.grid-gap-2rem[b-1hnppzq84y] { gap: 2rem; }

/* Mini-grid column classes */
.mini-grid-cols-2[b-1hnppzq84y] { grid-template-columns: repeat(2, 1fr); }
.mini-grid-cols-3[b-1hnppzq84y] { grid-template-columns: repeat(3, 1fr); }
.mini-grid-cols-4[b-1hnppzq84y] { grid-template-columns: repeat(4, 1fr); }

/* Mini-grid gap classes */
.mini-grid-gap-sm[b-1hnppzq84y] { gap: 0.5rem; }
.mini-grid-gap-md[b-1hnppzq84y] { gap: 1rem; }
.mini-grid-gap-lg[b-1hnppzq84y] { gap: 2rem; }
/* /Harnesses/L1_CoreControls/HeadingHarness.razor.rz.scp.css */
.heading-demo-container[b-f38nmzmjw8] {
    padding: 1rem;
    border: 1px dashed var(--border-color);
    border-radius: 4px;
}

.level-grid[b-f38nmzmjw8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-bottom: 1.5rem;
}

.variant-grid[b-f38nmzmjw8] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.variant-item[b-f38nmzmjw8] {
    padding: 0.5rem;
    border-radius: 4px;
    background: var(--surface-secondary);
}

.align-showcase[b-f38nmzmjw8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.align-demo-item[b-f38nmzmjw8] {
    border: 1px dashed var(--border-color);
    padding: 0.5rem;
}

.margin-showcase[b-f38nmzmjw8] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.margin-demo-item[b-f38nmzmjw8] {
    background: var(--surface-secondary);
    padding: 0.5rem;
}

.margin-demo-spaced[b-f38nmzmjw8] {
    margin-bottom: 1rem;
}

.margin-label[b-f38nmzmjw8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}
/* /Harnesses/L1_CoreControls/ListHarness.razor.rz.scp.css */
/* ListHarness scoped styles */

.list-demo[b-ifho0q69ps] {
    padding: 1.5rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
}

.harness-variants-showcase[b-ifho0q69ps] {
    margin-top: 2rem;
}

.variant-grid[b-ifho0q69ps],
.gap-grid[b-ifho0q69ps] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 1rem;
    margin-bottom: 2rem;
}

.variant-item[b-ifho0q69ps],
.gap-item[b-ifho0q69ps] {
    padding: 1rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
}

.variant-item h5[b-ifho0q69ps],
.gap-item h5[b-ifho0q69ps] {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
}

.item-buttons[b-ifho0q69ps] {
    display: flex;
    gap: 0.5rem;
}

.harness-btn-sm[b-ifho0q69ps] {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.25rem;
    cursor: pointer;
}

.harness-btn-sm:hover[b-ifho0q69ps] {
    background: var(--harness-bg-tertiary);
}

.harness-btn-sm:disabled[b-ifho0q69ps] {
    opacity: 0.5;
    cursor: not-allowed;
}
/* /Harnesses/L1_CoreControls/OverlayHarness.razor.rz.scp.css */
/* OverlayHarness scoped styles */

.overlay-demo[b-6d3ooufo15] {
    padding: 2rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
    text-align: center;
}

.harness-btn-primary[b-6d3ooufo15] {
    padding: 0.75rem 1.5rem;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 0.375rem;
    font-size: 1rem;
    cursor: pointer;
}

.harness-btn-primary:hover[b-6d3ooufo15] {
    background: #2563eb;
}

.harness-feedback[b-6d3ooufo15] {
    margin-top: 1rem;
    padding: 0.5rem;
    background: #e0f2fe;
    border-radius: 0.25rem;
    color: #0369a1;
}

.overlay-preview[b-6d3ooufo15] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    cursor: pointer;
}

.overlay-content[b-6d3ooufo15] {
    background: white;
    padding: 2rem;
    border-radius: 0.5rem;
    max-width: 400px;
    text-align: center;
    cursor: default;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.overlay-content h4[b-6d3ooufo15] {
    margin: 0 0 1rem 0;
}

.overlay-content p[b-6d3ooufo15] {
    margin: 0 0 1.5rem 0;
    color: #64748b;
}

.harness-variants-showcase[b-6d3ooufo15] {
    margin-top: 2rem;
}

.style-grid[b-6d3ooufo15] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.style-item[b-6d3ooufo15] {
    text-align: center;
}

.style-item h5[b-6d3ooufo15] {
    margin: 0 0 0.5rem 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
}

.style-preview[b-6d3ooufo15] {
    height: 80px;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--harness-border);
}

/* Overlay preview uses CSS custom property for dynamic background */
.overlay-preview[b-6d3ooufo15] {
    background-color: var(--overlay-bg, rgba(0, 0, 0, 0.5));
}

/* Static overlay background classes for showcase */
.overlay-bg-default[b-6d3ooufo15] {
    background-color: rgba(0, 0, 0, 0.5);
}

.overlay-bg-light[b-6d3ooufo15] {
    background-color: rgba(0, 0, 0, 0.3);
}

.overlay-bg-heavy[b-6d3ooufo15] {
    background-color: rgba(0, 0, 0, 0.8);
}

.overlay-bg-blur[b-6d3ooufo15] {
    background-color: rgba(255, 255, 255, 0.1);
}

.style-preview span[b-6d3ooufo15] {
    color: white;
    font-size: 0.75rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.style-preview.blur[b-6d3ooufo15] {
    backdrop-filter: blur(4px);
}

.preset-buttons[b-6d3ooufo15] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.harness-btn-sm[b-6d3ooufo15] {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.25rem;
    cursor: pointer;
}

.harness-btn-sm:hover[b-6d3ooufo15] {
    background: var(--harness-bg-tertiary);
}
/* /Harnesses/L1_CoreControls/PageSectionHarness.razor.rz.scp.css */
/* PageSectionHarness scoped CSS */

/* Component Demo Section */
.harness-component-demo[b-p4ok3uy8ql] {
    padding: var(--harness-spacing-lg);
    background: var(--harness-surface);
    border-radius: var(--harness-radius);
    margin-bottom: var(--harness-spacing-lg);
}

.harness-component-demo h4[b-p4ok3uy8ql] {
    margin: 0 0 var(--harness-spacing-md) 0;
    color: var(--harness-text-primary);
    font-size: var(--harness-text-lg);
}

/* Variants Showcase Section */
.harness-variants-showcase[b-p4ok3uy8ql] {
    padding: var(--harness-spacing-lg);
}

.harness-variants-showcase h4[b-p4ok3uy8ql] {
    margin: var(--harness-spacing-xl) 0 var(--harness-spacing-md) 0;
    color: var(--harness-text-primary);
    font-size: var(--harness-text-lg);
    border-bottom: 2px solid var(--harness-border);
    padding-bottom: var(--harness-spacing-sm);
}

.harness-variants-showcase h4:first-child[b-p4ok3uy8ql] {
    margin-top: 0;
}

/* Variant Section Container */
.variant-section[b-p4ok3uy8ql] {
    margin-bottom: var(--harness-spacing-lg);
}

.variant-section h5[b-p4ok3uy8ql] {
    margin: 0 0 var(--harness-spacing-sm) 0;
    color: var(--harness-text-secondary);
    font-size: var(--harness-text-sm);
    font-weight: 600;
}

/* Spacing between sections */
.variant-section + .variant-section[b-p4ok3uy8ql] {
    margin-top: var(--harness-spacing-lg);
}
/* /Harnesses/L1_CoreControls/SpacerHarness.razor.rz.scp.css */
/* SpacerHarness scoped styles */

.spacer-demo-vertical[b-cdil2uaivv] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    padding: 1rem;
}

.spacer-demo-horizontal[b-cdil2uaivv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    padding: 1rem;
}

.demo-box[b-cdil2uaivv] {
    padding: 1rem;
    background: #e0f2fe;
    border: 1px solid #0ea5e9;
    border-radius: 0.25rem;
    text-align: center;
    font-weight: 500;
}

.demo-box-small[b-cdil2uaivv] {
    padding: 0.5rem 1rem;
    background: #e0f2fe;
    border: 1px solid #0ea5e9;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.875rem;
}

.demo-box-thin[b-cdil2uaivv] {
    padding: 0.25rem 0.5rem;
    background: #e0f2fe;
    border: 1px solid #0ea5e9;
    border-radius: 0.25rem;
    text-align: center;
    font-size: 0.75rem;
}

.harness-variants-showcase[b-cdil2uaivv] {
    margin-top: 2rem;
}

.mt-4[b-cdil2uaivv] {
    margin-top: 1rem;
}

.fixed-demos[b-cdil2uaivv] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

.fixed-demo-item[b-cdil2uaivv] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.demo-label[b-cdil2uaivv] {
    text-align: center;
    font-size: 0.75rem;
    color: var(--harness-text-secondary);
    margin-bottom: 0.5rem;
}

.flex-demo[b-cdil2uaivv] {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    padding: 1rem;
    height: 80px;
}

.demo-note[b-cdil2uaivv] {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: var(--harness-text-secondary);
    text-align: center;
}

.preset-buttons[b-cdil2uaivv] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.harness-btn-sm[b-cdil2uaivv] {
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.25rem;
    cursor: pointer;
}

.harness-btn-sm:hover[b-cdil2uaivv] {
    background: var(--harness-bg-tertiary);
}
/* /Harnesses/L1_CoreControls/StackHarness.razor.rz.scp.css */
.stack-demo-container[b-2ukboagjwc] {
    border: 2px dashed var(--border-color);
    padding: 1rem;
    min-height: 150px;
}

.stack-demo-item[b-2ukboagjwc] {
    background: var(--color-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-align: center;
}

.stack-demo-item.small[b-2ukboagjwc] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.stack-demo-item.tiny[b-2ukboagjwc] {
    padding: 0.125rem 0.375rem;
    font-size: 0.75rem;
}

.direction-grid[b-2ukboagjwc], .gap-grid[b-2ukboagjwc], .align-grid[b-2ukboagjwc], .justify-grid[b-2ukboagjwc] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.direction-item[b-2ukboagjwc], .gap-item[b-2ukboagjwc], .align-item[b-2ukboagjwc], .justify-item[b-2ukboagjwc] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.stack-box[b-2ukboagjwc] {
    background: var(--surface-secondary);
    padding: 0.5rem;
    border-radius: 4px;
    min-width: 120px;
}

.stack-box.tall[b-2ukboagjwc] {
    height: 80px;
}

.stack-box.wide[b-2ukboagjwc] {
    width: 200px;
}

.wrap-demo[b-2ukboagjwc] {
    width: 250px;
    border: 1px dashed var(--border-color);
    padding: 0.5rem;
}

.stack-demo-item.height-30[b-2ukboagjwc] {
    height: 30px;
}

.stack-demo-item.height-50[b-2ukboagjwc] {
    height: 50px;
}

.stack-demo-item.height-40[b-2ukboagjwc] {
    height: 40px;
}
/* /Harnesses/L1_CoreControls/TextHarness.razor.rz.scp.css */
.text-demo-container[b-ikjd26oju6] {
    padding: 1rem;
    border: 1px dashed var(--border-color);
    border-radius: 4px;
}

.variant-grid[b-ikjd26oju6], .size-grid[b-ikjd26oju6], .weight-grid[b-ikjd26oju6], .element-grid[b-ikjd26oju6] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.variant-item[b-ikjd26oju6], .size-item[b-ikjd26oju6], .weight-item[b-ikjd26oju6], .element-item[b-ikjd26oju6] {
    padding: 0.5rem;
    border-radius: 4px;
    background: var(--surface-secondary);
}

.align-grid[b-ikjd26oju6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.align-item[b-ikjd26oju6] {
    width: 200px;
    border: 1px dashed var(--border-color);
    padding: 0.5rem;
}

.truncate-demo[b-ikjd26oju6] {
    padding: 0.5rem;
    background: var(--surface-secondary);
    border-radius: 4px;
}

.inverse-bg[b-ikjd26oju6] {
    background: var(--color-primary);
    padding: 4px;
}
/* /Harnesses/L2_CompositeControls/MultiSelectHarness.razor.rz.scp.css */
.harness-multiselect-demo[b-75634c1vtl] {
    max-width: 20rem;
    margin-bottom: 1rem;
}
/* /Harnesses/L2_CompositeControls/PageViewShowcaseHarness.razor.rz.scp.css */
/* PageViewShowcaseHarness - minimal scoped styles */

.harness-control-divider[b-cnnjemujxc] {
    border-top: 1px solid #e0e0e0;
    margin: 0.5rem 0;
}

.harness-checkbox-label[b-cnnjemujxc] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    cursor: pointer;
}

.harness-checkbox[b-cnnjemujxc] {
    width: 1rem;
    height: 1rem;
}
/* /Harnesses/L2_CompositeControls/ReactiveCollectionsHarness.razor.rz.scp.css */
/* ReactiveCollectionsHarness - DynamicData Investigation Styles */

.reactive-scenarios-grid[b-yqbvdbuwsm] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
}

.scenario-panel[b-yqbvdbuwsm] {
    padding: 1rem;
    border-radius: 8px;
    border-width: 2px;
    border-style: solid;
}

.scenario-baseline[b-yqbvdbuwsm] {
    border-color: #4caf50;
}

.scenario-baseline h4[b-yqbvdbuwsm] {
    color: #4caf50;
}

.scenario-problematic[b-yqbvdbuwsm] {
    border-color: #f44336;
}

.scenario-problematic h4[b-yqbvdbuwsm] {
    color: #f44336;
}

.scenario-test[b-yqbvdbuwsm] {
    border-color: #2196f3;
}

.scenario-test h4[b-yqbvdbuwsm] {
    color: #2196f3;
}

.scenario-manual[b-yqbvdbuwsm] {
    border-color: #ff9800;
}

.scenario-manual h4[b-yqbvdbuwsm] {
    color: #ff9800;
}

.scenario-hint[b-yqbvdbuwsm] {
    font-size: 0.85rem;
    color: #666;
}

.scenario-stats[b-yqbvdbuwsm] {
    margin: 0.5rem 0;
    padding: 0.5rem;
    background: #f5f5f5;
    border-radius: 4px;
}

.scenario-items[b-yqbvdbuwsm] {
    min-height: 60px;
    max-height: 120px;
    overflow-y: auto;
    background: #fafafa;
    padding: 0.5rem;
    border-radius: 4px;
}

.scenario-item[b-yqbvdbuwsm] {
    padding: 2px 0;
}

.scenario-empty[b-yqbvdbuwsm] {
    color: #999;
}

.scenario-buttons[b-yqbvdbuwsm] {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.5rem;
}

.control-buttons-vertical[b-yqbvdbuwsm] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.harness-list[b-yqbvdbuwsm] {
    font-size: 0.85rem;
    padding-left: 1.2rem;
}

.harness-note[b-yqbvdbuwsm] {
    font-size: 0.85rem;
}
/* /Harnesses/L2_CompositeControls/SearchBarHarness.razor.rz.scp.css */
/* SearchBarHarness scoped styles */

.search-demo[b-ip695gxkmk] {
    padding: 2rem;
    background: var(--harness-bg-secondary);
    border-radius: 0.5rem;
    margin-bottom: 1rem;
}

.search-stats[b-ip695gxkmk] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.stat[b-ip695gxkmk] {
    padding: 0.25rem 0.75rem;
    background: #e0f2fe;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    color: #0369a1;
}

.event-log[b-ip695gxkmk] {
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
    overflow: hidden;
}

.event-log-header[b-ip695gxkmk] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    background: var(--harness-bg-tertiary);
    border-bottom: 1px solid var(--harness-border);
}

.event-log-header h5[b-ip695gxkmk] {
    margin: 0;
    font-size: 0.875rem;
}

.event-log-content[b-ip695gxkmk] {
    max-height: 200px;
    overflow-y: auto;
    padding: 0.5rem;
}

.event-entry[b-ip695gxkmk] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    font-family: monospace;
    border-bottom: 1px solid var(--harness-border);
}

.event-entry:last-child[b-ip695gxkmk] {
    border-bottom: none;
}

.harness-variants-showcase[b-ip695gxkmk] {
    margin-top: 2rem;
}

.variant-grid[b-ip695gxkmk] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 1rem;
}

.variant-item[b-ip695gxkmk] {
    padding: 1rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.5rem;
}

.variant-item h5[b-ip695gxkmk] {
    margin: 0 0 0.75rem 0;
    font-size: 0.875rem;
    color: var(--harness-text-secondary);
}

.harness-btn-sm[b-ip695gxkmk] {
    padding: 0.25rem 0.5rem;
    font-size: 0.75rem;
    background: var(--harness-bg-secondary);
    border: 1px solid var(--harness-border);
    border-radius: 0.25rem;
    cursor: pointer;
}

.harness-btn-sm:hover[b-ip695gxkmk] {
    background: var(--harness-bg-tertiary);
}
/* /Harnesses/L3-Features/CurriculumMapHarness.razor.rz.scp.css */
/* CurriculumMapHarness Isolated CSS */

/* Coverage Statistics in Header */
.coverage-stats[b-ocbinvz8c4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stat-label[b-ocbinvz8c4] {
    font-size: 14px;
    font-weight: 500;
    color: var(--harness-text-secondary);
}

/* Table Coverage Cell */
.coverage-cell[b-ocbinvz8c4] {
    min-width: 150px;
    padding: 4px 0;
}

.coverage-fraction[b-ocbinvz8c4] {
    font-weight: 500;
    color: var(--harness-text-primary);
}

/* Topic Details Panel */
.topic-details-panel[b-ocbinvz8c4] {
    margin-top: 24px;
    background: var(--harness-surface);
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
    overflow: hidden;
}

.panel-header[b-ocbinvz8c4] {
    padding: 16px 20px;
    background: var(--harness-surface-dark);
    border-bottom: 1px solid var(--harness-border);
}

.panel-title[b-ocbinvz8c4] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--harness-text-primary);
}

.panel-content[b-ocbinvz8c4] {
    padding: 20px;
}

/* Detail Sections */
.detail-section[b-ocbinvz8c4] {
    margin-bottom: 24px;
}

.detail-section:last-child[b-ocbinvz8c4] {
    margin-bottom: 0;
}

.detail-section h4[b-ocbinvz8c4] {
    margin: 0 0 12px 0;
    font-size: 14px;
    font-weight: 600;
    color: var(--harness-text-primary);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.detail-grid[b-ocbinvz8c4] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 12px;
}

.detail-item[b-ocbinvz8c4] {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.detail-label[b-ocbinvz8c4] {
    font-size: 12px;
    font-weight: 500;
    color: var(--harness-text-secondary);
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.detail-value[b-ocbinvz8c4] {
    font-size: 14px;
    font-weight: 600;
    color: var(--harness-text-primary);
}

/* Learning Objectives List */
.objectives-list[b-ocbinvz8c4] {
    margin: 0;
    padding-left: 20px;
    list-style: disc;
}

.objectives-list li[b-ocbinvz8c4] {
    margin-bottom: 8px;
    font-size: 14px;
    color: var(--harness-text-primary);
    line-height: 1.5;
}

.objectives-list li:last-child[b-ocbinvz8c4] {
    margin-bottom: 0;
}

/* Bloom's Coverage */
.bloom-coverage[b-ocbinvz8c4] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.bloom-item[b-ocbinvz8c4] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bloom-level[b-ocbinvz8c4] {
    font-size: 13px;
    font-weight: 500;
    color: var(--harness-text-secondary);
}

/* Mapped Questions List */
.mapped-questions-list[b-ocbinvz8c4] {
    max-height: 300px;
    overflow-y: auto;
}

.mapped-question-item[b-ocbinvz8c4] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 12px;
    margin-bottom: 8px;
    background: white;
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
}

.mapped-question-item:last-child[b-ocbinvz8c4] {
    margin-bottom: 0;
}

.question-ref[b-ocbinvz8c4] {
    font-size: 12px;
    font-weight: 600;
    color: var(--harness-text-tertiary);
    font-family: monospace;
    min-width: 100px;
}

.question-title[b-ocbinvz8c4] {
    font-size: 14px;
    color: var(--harness-text-primary);
    flex: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .coverage-stats[b-ocbinvz8c4] {
        flex-direction: column;
        align-items: flex-start;
        gap: 4px;
    }

    .detail-grid[b-ocbinvz8c4] {
        grid-template-columns: 1fr;
    }

    .bloom-coverage[b-ocbinvz8c4] {
        flex-direction: column;
        gap: 8px;
    }
}
/* /Harnesses/L3-Features/EditQuestionHarness.razor.rz.scp.css */
/* EditQuestionHarness Scoped CSS */

/* Form Grid Layout */
.harness-form-grid[b-mqpdduz2hz] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--harness-space-4);
}

/* Form Group */
.harness-form-group[b-mqpdduz2hz] {
    display: flex;
    flex-direction: column;
    gap: var(--harness-space-1);
}

/* Visual Editor Container */
.harness-visual-editor[b-mqpdduz2hz] {
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
    background: var(--harness-surface);
    padding: var(--harness-space-3);
    min-height: 120px;
}

.harness-visual-editor-preview[b-mqpdduz2hz] {
    font-size: 14px;
    line-height: 1.6;
}

/* Textarea Code Style */
.harness-textarea-code[b-mqpdduz2hz] {
    font-family: 'Courier New', Courier, monospace;
    font-size: 13px;
}

/* Answer List */
.harness-answer-list[b-mqpdduz2hz] {
    display: flex;
    flex-direction: column;
    gap: var(--harness-space-3);
}

.harness-answer-item[b-mqpdduz2hz] {
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
    padding: var(--harness-space-3);
    background: var(--harness-surface);
}

.harness-answer-header[b-mqpdduz2hz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: var(--harness-space-2);
}

.harness-answer-label[b-mqpdduz2hz] {
    font-weight: 600;
    color: var(--harness-text-primary);
    font-size: 14px;
}

.harness-checkbox-label[b-mqpdduz2hz] {
    display: flex;
    align-items: center;
    gap: var(--harness-space-1);
    font-size: 14px;
    cursor: pointer;
}

.harness-checkbox-label input[type="checkbox"][b-mqpdduz2hz] {
    cursor: pointer;
}

/* Question Preview */
.harness-preview-container[b-mqpdduz2hz] {
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
    padding: var(--harness-space-4);
    background: var(--harness-surface-light);
}

.harness-preview-question[b-mqpdduz2hz] {
    margin-bottom: var(--harness-space-4);
}

.harness-preview-label[b-mqpdduz2hz] {
    font-weight: 600;
    color: var(--harness-text-primary);
    margin-bottom: var(--harness-space-2);
    font-size: 14px;
}

.harness-preview-content[b-mqpdduz2hz] {
    font-size: 14px;
    line-height: 1.6;
    color: var(--harness-text-secondary);
}

.harness-preview-answers[b-mqpdduz2hz] {
    display: flex;
    flex-direction: column;
    gap: var(--harness-space-2);
}

.harness-preview-answer[b-mqpdduz2hz] {
    display: flex;
    align-items: flex-start;
    gap: var(--harness-space-2);
    padding: var(--harness-space-2);
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
    background: white;
}

.harness-preview-answer-correct[b-mqpdduz2hz] {
    background: #f0fdf4;
    border-color: #86efac;
}

.harness-preview-answer-letter[b-mqpdduz2hz] {
    font-weight: 600;
    color: var(--harness-text-primary);
    min-width: 24px;
}

.harness-preview-answer-text[b-mqpdduz2hz] {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

/* Sticky Action Bar */
.harness-sticky-action-bar[b-mqpdduz2hz] {
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
    background: white;
    border-top: 1px solid var(--harness-border);
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.harness-sticky-action-bar-content[b-mqpdduz2hz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--harness-space-3) var(--harness-space-4);
}

.harness-sticky-bar-spacer[b-mqpdduz2hz] {
    height: 80px;
}

/* Modal Overlay */
.harness-modal-overlay[b-mqpdduz2hz] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: var(--harness-space-4);
    overflow-y: auto;
}

.harness-modal-container[b-mqpdduz2hz] {
    background: white;
    border-radius: var(--harness-radius);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    max-width: 900px;
    width: 100%;
    margin: var(--harness-space-4) auto;
    display: flex;
    flex-direction: column;
    max-height: 90vh;
}

.harness-modal-header[b-mqpdduz2hz] {
    background: #dc2626;
    color: white;
    padding: var(--harness-space-3) var(--harness-space-4);
    border-radius: var(--harness-radius) var(--harness-radius) 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.harness-modal-title[b-mqpdduz2hz] {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.harness-modal-body[b-mqpdduz2hz] {
    padding: var(--harness-space-4);
    overflow-y: auto;
    flex: 1;
}

/* Log List */
.harness-log-list[b-mqpdduz2hz] {
    display: flex;
    flex-direction: column;
    gap: var(--harness-space-3);
}

.harness-log-entry[b-mqpdduz2hz] {
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
    padding: var(--harness-space-3);
    background: white;
}

.harness-log-header[b-mqpdduz2hz] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: var(--harness-space-2);
    margin-bottom: var(--harness-space-2);
    border-bottom: 1px solid var(--harness-border);
}

.harness-log-description[b-mqpdduz2hz] {
    font-size: 14px;
    color: var(--harness-text-secondary);
    margin-bottom: var(--harness-space-2);
}

.harness-log-ai-section[b-mqpdduz2hz] {
    margin-top: var(--harness-space-2);
}

.harness-log-ai-label[b-mqpdduz2hz] {
    font-size: 12px;
    font-weight: 600;
    color: var(--harness-text-primary);
    margin-bottom: var(--harness-space-1);
}

.harness-log-ai-content[b-mqpdduz2hz] {
    font-size: 12px;
    background: #f8f9fa;
    padding: var(--harness-space-2);
    border: 1px solid var(--harness-border);
    border-radius: var(--harness-radius);
    color: var(--harness-text-secondary);
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
    margin: 0;
}

/* Empty State */
.harness-empty-state[b-mqpdduz2hz] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--harness-space-8);
    text-align: center;
}

.harness-empty-state h3[b-mqpdduz2hz] {
    margin: var(--harness-space-3) 0 var(--harness-space-2) 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--harness-text-primary);
}

.harness-empty-state p[b-mqpdduz2hz] {
    margin: 0;
    color: var(--harness-text-gray);
    font-size: 14px;
}

/* Alert */
.harness-alert[b-mqpdduz2hz] {
    display: flex;
    align-items: center;
    gap: var(--harness-space-2);
    padding: var(--harness-space-3);
    border-radius: var(--harness-radius);
    font-size: 14px;
}

.harness-alert-info[b-mqpdduz2hz] {
    background: #dbeafe;
    color: #1e40af;
    border: 1px solid #93c5fd;
}
/* /Harnesses/L3-Features/FocusAreaDetailViewHarness.razor.rz.scp.css */
/* FocusAreaDetailViewHarness - L3 scoped styles */

.harness-debug-item[b-0obp6ls1av] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 4px;
    padding: 2px 0;
    font-size: 0.8rem;
}
/* /Harnesses/L3-Features/GuidedReviewViewHarness.razor.rz.scp.css */
.harness-control-row[b-cbpnzvx4jp] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.5rem 0;
}

.harness-label[b-cbpnzvx4jp] {
    font-weight: 600;
    font-size: 0.85rem;
    min-width: 80px;
    color: var(--gravity-text-secondary, #6b7280);
}

.harness-select[b-cbpnzvx4jp] {
    flex: 1;
    padding: 0.375rem 0.5rem;
    border: 1px solid var(--gravity-border-default, #d1d5db);
    border-radius: 4px;
    font-size: 0.85rem;
    background: var(--gravity-surface-default, #fff);
    color: var(--gravity-text-primary, #111827);
}

.harness-action-group[b-cbpnzvx4jp] {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.harness-btn[b-cbpnzvx4jp] {
    padding: 0.375rem 0.75rem;
    border: 1px solid var(--gravity-border-default, #d1d5db);
    border-radius: 4px;
    font-size: 0.8rem;
    cursor: pointer;
    background: var(--gravity-surface-default, #fff);
    color: var(--gravity-text-primary, #111827);
    transition: background-color 0.15s;
}

.harness-btn:hover[b-cbpnzvx4jp] {
    background: var(--gravity-surface-hover, #f3f4f6);
}

.harness-debug-section[b-cbpnzvx4jp] {
    margin-bottom: 1rem;
}

.harness-debug-section h4[b-cbpnzvx4jp] {
    font-size: 0.85rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid var(--gravity-border-default, #e5e7eb);
    color: var(--gravity-text-secondary, #6b7280);
}

.harness-debug-grid[b-cbpnzvx4jp] {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 0.25rem 0.75rem;
    font-size: 0.8rem;
    font-family: monospace;
}

.harness-debug-label[b-cbpnzvx4jp] {
    font-weight: 600;
    color: var(--gravity-text-secondary, #6b7280);
}

.harness-event-log[b-cbpnzvx4jp] {
    max-height: 200px;
    overflow-y: auto;
    font-family: monospace;
    font-size: 0.75rem;
    padding: 0.5rem;
    background: var(--gravity-surface-sunken, #f9fafb);
    border-radius: 4px;
    border: 1px solid var(--gravity-border-default, #e5e7eb);
}

.harness-event-entry[b-cbpnzvx4jp] {
    padding: 0.125rem 0;
    color: var(--gravity-text-secondary, #6b7280);
}
/* /Harnesses/L3-Features/NewTestDialogCourseFilteredHarness.razor.rz.scp.css */
.harness-container[b-t18osfpn06] {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 16px;
    min-height: calc(100vh - 100px);
}

.harness-controls[b-t18osfpn06] {
    flex-shrink: 0;
}

.harness-main-content[b-t18osfpn06] {
    flex-grow: 1;
}

.harness-event-log[b-t18osfpn06] {
    flex-shrink: 0;
}

.harness-quick-create-card[b-t18osfpn06] {
    margin-top: 16px;
}

.harness-event-log-content[b-t18osfpn06] {
    max-height: 200px;
    overflow-y: auto;
    font-family: monospace;
    font-size: 12px;
}
/* /Harnesses/L3-Features/QuestionReviewModeHarness.razor.rz.scp.css */
.harness-btn-active[b-hsbgz87d0q] {
    background-color: var(--gravity-color-primary, #2563eb);
    color: white;
    border-color: var(--gravity-color-primary, #2563eb);
}

.harness-debug-grid[b-hsbgz87d0q] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.25rem 1rem;
    font-size: 0.85rem;
}

.harness-debug-label[b-hsbgz87d0q] {
    font-weight: 600;
    color: var(--gravity-color-text-muted, #6b7280);
}

.harness-debug-table[b-hsbgz87d0q] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.harness-debug-table th[b-hsbgz87d0q],
.harness-debug-table td[b-hsbgz87d0q] {
    padding: 0.25rem 0.5rem;
    border: 1px solid var(--gravity-color-border, #e5e7eb);
    text-align: left;
}

.harness-debug-table th[b-hsbgz87d0q] {
    background-color: var(--gravity-color-surface-secondary, #f9fafb);
    font-weight: 600;
}

.harness-state-correct[b-hsbgz87d0q] {
    color: var(--gravity-color-success, #16a34a);
    font-weight: 600;
}

.harness-state-incorrect[b-hsbgz87d0q] {
    color: var(--gravity-color-error, #dc2626);
    font-weight: 600;
}

.harness-state-missed[b-hsbgz87d0q] {
    color: var(--gravity-color-warning, #d97706);
    font-weight: 600;
}

.harness-debug-muted[b-hsbgz87d0q] {
    color: var(--gravity-color-text-muted, #6b7280);
    font-style: italic;
    font-size: 0.85rem;
}

.harness-debug-log-entry[b-hsbgz87d0q] {
    font-family: monospace;
    font-size: 0.8rem;
    padding: 0.125rem 0;
    color: var(--gravity-color-text-secondary, #4b5563);
}
/* /Harnesses/L3-Features/StudentPracticeViewHarness.razor.rz.scp.css */
/* StudentPracticeViewHarness - L3 scoped styles */

.harness-debug-item[b-v3u6e5pcty] {
    display: grid;
    grid-template-columns: 180px 1fr;
    gap: 4px;
    padding: 2px 0;
    font-size: 0.8rem;
}
/* /Harnesses/L4_Stories/Components/SimulatedPlayerCard.razor.rz.scp.css */
.player-card[b-txwk9bbtty] {
    background: var(--surface-primary);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 1rem;
    transition: all 0.3s ease;
}

.player-card.phase-playing[b-txwk9bbtty] {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}

.player-card.phase-completed[b-txwk9bbtty] {
    border-color: var(--color-success);
}

.player-header[b-txwk9bbtty] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
}

.player-avatar[b-txwk9bbtty] {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--color-primary), var(--color-primary-dark, #2563eb));
    display: flex;
    align-items: center;
    justify-content: center;
}

.player-avatar .initials[b-txwk9bbtty] {
    color: white;
    font-weight: 700;
    font-size: 1.125rem;
}

.player-info[b-txwk9bbtty] {
    display: flex;
    flex-direction: column;
}

.player-name[b-txwk9bbtty] {
    font-weight: 600;
    font-size: 0.95rem;
}

.player-behavior[b-txwk9bbtty] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.player-stats[b-txwk9bbtty] {
    display: flex;
    flex-direction: column;
    gap: 0.375rem;
}

.stat-row[b-txwk9bbtty] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.875rem;
}

.stat-label[b-txwk9bbtty] {
    color: var(--text-secondary);
}

.stat-value[b-txwk9bbtty] {
    font-weight: 500;
}

.stat-value.score[b-txwk9bbtty] {
    color: var(--color-success);
    font-weight: 700;
}

.stat-value.rank[b-txwk9bbtty] {
    font-weight: 700;
}

.stat-value.rank.first[b-txwk9bbtty] {
    color: gold;
}

.phase-badge[b-txwk9bbtty] {
    background: var(--surface-secondary);
    padding: 0.125rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
}

.phase-playing .phase-badge[b-txwk9bbtty] {
    background: var(--color-primary);
    color: white;
}

.status-correct[b-txwk9bbtty] {
    color: var(--color-success);
}

.status-wrong[b-txwk9bbtty] {
    color: var(--color-danger);
}

.status-timeout[b-txwk9bbtty] {
    color: var(--color-warning);
}

.status-thinking[b-txwk9bbtty] {
    color: var(--color-info);
    animation: thinking-pulse-b-txwk9bbtty 1s infinite;
}

.player-events[b-txwk9bbtty] {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color);
}

.event-item[b-txwk9bbtty] {
    display: flex;
    gap: 0.5rem;
    font-size: 0.75rem;
    padding: 0.125rem 0;
}

.event-time[b-txwk9bbtty] {
    color: var(--text-secondary);
    min-width: 3rem;
}

.event-item.event-success .event-message[b-txwk9bbtty] {
    color: var(--color-success);
}

.event-item.event-warning .event-message[b-txwk9bbtty] {
    color: var(--color-warning);
}

.event-item.event-error .event-message[b-txwk9bbtty] {
    color: var(--color-danger);
}

@keyframes thinking-pulse-b-txwk9bbtty {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}
/* /Harnesses/L4_Stories/GradebookFlowHarness.razor.rz.scp.css */
/* GradebookFlowHarness L4 Story Styles */

.harness-story-container[b-fpafb0cujk] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

/* Step Indicator */
.harness-step-indicator[b-fpafb0cujk] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.harness-steps[b-fpafb0cujk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
}

.harness-step[b-fpafb0cujk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs);
    opacity: 0.5;
}

.harness-step.active[b-fpafb0cujk] {
    opacity: 1;
}

.harness-step.completed[b-fpafb0cujk] {
    opacity: 1;
}

.harness-step .step-number[b-fpafb0cujk] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--surface-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--font-size-sm);
}

.harness-step.active .step-number[b-fpafb0cujk] {
    background: var(--color-primary);
    color: white;
}

.harness-step.completed .step-number[b-fpafb0cujk] {
    background: var(--color-success);
    color: white;
}

.harness-step .step-label[b-fpafb0cujk] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

.harness-step-connector[b-fpafb0cujk] {
    width: 24px;
    height: 2px;
    background: var(--border-default);
}

.harness-step-connector.completed[b-fpafb0cujk] {
    background: var(--color-success);
}

/* Step Content */
.harness-step-content[b-fpafb0cujk] {
    min-height: 400px;
}

/* Form Layout */
.harness-form-row[b-fpafb0cujk] {
    display: flex;
    gap: var(--spacing-md);
}

.harness-form-row .harness-form-group[b-fpafb0cujk] {
    flex: 1;
}

/* Test Taking */
.harness-test-taking[b-fpafb0cujk] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
}

.harness-progress-bar[b-fpafb0cujk] {
    height: 8px;
    background: var(--surface-tertiary);
    border-radius: var(--radius-full);
    overflow: hidden;
}

.harness-progress[b-fpafb0cujk] {
    height: 100%;
    background: var(--color-primary);
    transition: width 0.3s ease;
    width: 0%;
}

.harness-progress-0[b-fpafb0cujk] { width: 0%; }
.harness-progress-20[b-fpafb0cujk] { width: 20%; }
.harness-progress-40[b-fpafb0cujk] { width: 40%; }
.harness-progress-60[b-fpafb0cujk] { width: 60%; }
.harness-progress-80[b-fpafb0cujk] { width: 80%; }
.harness-progress-100[b-fpafb0cujk] { width: 100%; }

.harness-question-counter[b-fpafb0cujk] {
    text-align: center;
    color: var(--text-secondary);
    font-size: var(--font-size-sm);
}

.harness-question-card[b-fpafb0cujk] {
    padding: var(--spacing-lg);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    text-align: center;
}

.harness-question-text[b-fpafb0cujk] {
    font-size: var(--font-size-lg);
    margin-bottom: var(--spacing-lg);
}

.harness-answer-buttons[b-fpafb0cujk] {
    display: flex;
    gap: var(--spacing-md);
    justify-content: center;
}

.harness-answer-history[b-fpafb0cujk] {
    display: flex;
    gap: var(--spacing-xs);
    justify-content: center;
}

.harness-answer-dot[b-fpafb0cujk] {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs);
    font-weight: 600;
}

.harness-answer-dot.pending[b-fpafb0cujk] {
    background: var(--surface-tertiary);
    color: var(--text-secondary);
}

.harness-answer-dot.correct[b-fpafb0cujk] {
    background: var(--color-success);
    color: white;
}

.harness-answer-dot.incorrect[b-fpafb0cujk] {
    background: var(--color-error);
    color: white;
}

/* Grade Result */
.harness-grade-result[b-fpafb0cujk] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-md);
    margin: var(--spacing-lg) 0;
}

.harness-grade-score[b-fpafb0cujk] {
    font-size: 48px;
    font-weight: 700;
}

.harness-grade-score.passing[b-fpafb0cujk] {
    color: var(--color-success);
}

.harness-grade-score.failing[b-fpafb0cujk] {
    color: var(--color-error);
}

/* Gradebook Views */
.harness-gradebook-views[b-fpafb0cujk] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
    margin-bottom: var(--spacing-lg);
}

.harness-view-section[b-fpafb0cujk] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.harness-view-section h4[b-fpafb0cujk] {
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-sm);
    border-bottom: 1px solid var(--border-default);
}

.harness-grade-table[b-fpafb0cujk] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-md);
}

.harness-grade-row[b-fpafb0cujk] {
    display: flex;
    justify-content: space-between;
    padding: var(--spacing-xs) 0;
}

.harness-grade-label[b-fpafb0cujk] {
    color: var(--text-secondary);
}

.harness-grade-value[b-fpafb0cujk] {
    font-weight: 500;
}

.harness-grade-value.passing[b-fpafb0cujk] {
    color: var(--color-success);
}

.harness-grade-value.failing[b-fpafb0cujk] {
    color: var(--color-error);
}

/* Badges */
.harness-badge[b-fpafb0cujk] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    font-size: var(--font-size-xs);
    font-weight: 600;
    margin-left: var(--spacing-xs);
}

.harness-badge-success[b-fpafb0cujk] {
    background: var(--color-success);
    color: white;
}

.harness-badge-error[b-fpafb0cujk] {
    background: var(--color-error);
    color: white;
}

/* Success Summary */
.harness-success-summary[b-fpafb0cujk] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    margin-bottom: var(--spacing-md);
}

.harness-success-summary h4[b-fpafb0cujk] {
    margin-bottom: var(--spacing-sm);
}

.harness-success-summary ul[b-fpafb0cujk] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.harness-success-summary li[b-fpafb0cujk] {
    padding: var(--spacing-xs) 0;
}

/* Button Variants */
.harness-btn-success[b-fpafb0cujk] {
    background: var(--color-success);
    color: white;
}

.harness-btn-success:hover[b-fpafb0cujk] {
    background: var(--color-success-hover, #059669);
}

.harness-btn-error[b-fpafb0cujk] {
    background: var(--color-error);
    color: white;
}

.harness-btn-error:hover[b-fpafb0cujk] {
    background: var(--color-error-hover, #dc2626);
}

/* Event Log */
.event-log[b-fpafb0cujk] {
    max-height: 300px;
    overflow-y: auto;
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    background: var(--surface-tertiary);
    border-radius: var(--radius-sm);
    padding: var(--spacing-sm);
}

.event-item[b-fpafb0cujk] {
    padding: 2px 0;
    border-bottom: 1px solid var(--border-subtle);
}

.event-item:last-child[b-fpafb0cujk] {
    border-bottom: none;
}
/* /Harnesses/L4_Stories/GroupTestStoryHarness.razor.rz.scp.css */
.group-test-story-container[b-opcpfmlcw8] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1rem;
}

/* Timeline */
.story-timeline-section[b-opcpfmlcw8] {
    background: var(--surface-secondary);
    border-radius: 8px;
    padding: 1rem;
}

.timeline-phases[b-opcpfmlcw8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.phase-item[b-opcpfmlcw8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.phase-icon[b-opcpfmlcw8] {
    font-size: 1.5rem;
    opacity: 0.5;
}

.phase-label[b-opcpfmlcw8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.phase-connector[b-opcpfmlcw8] {
    flex: 1;
    height: 2px;
    background: var(--border-color);
    margin: 0 0.5rem;
}

.phase-current .phase-icon[b-opcpfmlcw8] {
    opacity: 1;
    animation: pulse-b-opcpfmlcw8 1s infinite;
}

.phase-completed .phase-icon[b-opcpfmlcw8] {
    opacity: 1;
}

.phase-completed .phase-connector[b-opcpfmlcw8] {
    background: var(--color-success);
}

.phase-status[b-opcpfmlcw8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: center;
}

.current-phase-value[b-opcpfmlcw8] {
    font-weight: 600;
    color: var(--color-primary);
}

.question-progress[b-opcpfmlcw8] {
    background: var(--color-primary);
    color: white;
    padding: 0.125rem 0.5rem;
    border-radius: 12px;
    font-size: 0.75rem;
}

/* Players Grid */
.players-grid[b-opcpfmlcw8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

/* Leaderboard */
.leaderboard-section[b-opcpfmlcw8] {
    background: var(--surface-secondary);
    border-radius: 8px;
    padding: 1rem;
}

.leaderboard-section h3[b-opcpfmlcw8] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
}

.leaderboard-entries[b-opcpfmlcw8] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.leaderboard-entry[b-opcpfmlcw8] {
    display: grid;
    grid-template-columns: 2rem 2.5rem 1fr auto auto;
    gap: 0.5rem;
    align-items: center;
    padding: 0.5rem;
    background: var(--surface-primary);
    border-radius: 4px;
}

.leaderboard-entry.first-place[b-opcpfmlcw8] {
    background: linear-gradient(135deg, rgba(255, 215, 0, 0.2), rgba(255, 215, 0, 0.05));
    border: 1px solid rgba(255, 215, 0, 0.5);
}

.leaderboard-entry .rank[b-opcpfmlcw8] {
    font-weight: 700;
    color: var(--text-secondary);
}

.leaderboard-entry.first-place .rank[b-opcpfmlcw8] {
    color: gold;
}

.leaderboard-entry .initials[b-opcpfmlcw8] {
    font-weight: 600;
    background: var(--color-primary);
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    text-align: center;
}

.leaderboard-entry .score[b-opcpfmlcw8] {
    font-weight: 600;
    color: var(--color-success);
}

.leaderboard-entry .accuracy[b-opcpfmlcw8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

/* SignalR Log */
.signalr-log-section[b-opcpfmlcw8] {
    background: var(--surface-secondary);
    border-radius: 8px;
    padding: 1rem;
    max-height: 200px;
    overflow-y: auto;
}

.signalr-log-section h3[b-opcpfmlcw8] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
}

.signalr-events[b-opcpfmlcw8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-family: monospace;
    font-size: 0.75rem;
}

.signalr-event[b-opcpfmlcw8] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    padding: 0.25rem 0.5rem;
    background: var(--surface-primary);
    border-radius: 4px;
}

.signalr-event.empty[b-opcpfmlcw8] {
    color: var(--text-secondary);
    font-style: italic;
}

.signalr-event .event-time[b-opcpfmlcw8] {
    color: var(--text-secondary);
}

.signalr-event .event-method[b-opcpfmlcw8] {
    color: var(--color-primary);
}

/* Settings Panel */
.button-group[b-opcpfmlcw8] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.range-with-value[b-opcpfmlcw8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.range-with-value input[type="range"][b-opcpfmlcw8] {
    flex: 1;
}

.range-value[b-opcpfmlcw8] {
    min-width: 2rem;
    text-align: center;
    font-weight: 600;
}

.checkpoint-list[b-opcpfmlcw8] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.checkpoint-item[b-opcpfmlcw8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0.5rem;
    background: var(--surface-secondary);
    border-radius: 4px;
    font-size: 0.875rem;
}

.checkpoint-passed[b-opcpfmlcw8] {
    background: rgba(34, 197, 94, 0.1);
}

.stats-grid[b-opcpfmlcw8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.stat-item[b-opcpfmlcw8] {
    display: flex;
    flex-direction: column;
    gap: 0.125rem;
}

.stat-label[b-opcpfmlcw8] {
    font-size: 0.75rem;
    color: var(--text-secondary);
}

.stat-value[b-opcpfmlcw8] {
    font-weight: 600;
}

.stat-value.mono[b-opcpfmlcw8] {
    font-family: monospace;
    font-size: 0.75rem;
}

/* Debug Panel */
.phase-description-list[b-opcpfmlcw8] {
    margin: 0.5rem 0;
    padding-left: 1.5rem;
}

.phase-description-list li[b-opcpfmlcw8] {
    margin: 0.25rem 0;
}

.story-event-log[b-opcpfmlcw8] {
    max-height: 200px;
    overflow-y: auto;
    background: var(--surface-secondary);
    border-radius: 4px;
    padding: 0.5rem;
    font-family: monospace;
    font-size: 0.75rem;
}

.story-event[b-opcpfmlcw8] {
    display: flex;
    gap: 0.5rem;
    padding: 0.125rem 0;
}

.story-event .event-time[b-opcpfmlcw8] {
    color: var(--text-secondary);
}

@keyframes pulse-b-opcpfmlcw8 {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}
/* /Harnesses/L4_Stories/MasteryAssessmentHarness.razor.rz.scp.css */
/* MasteryAssessmentHarness L4 Story Styles */

.harness-story-container[b-r7lday3iz5] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

/* Step Indicator */
.harness-step-indicator[b-r7lday3iz5] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.harness-steps[b-r7lday3iz5] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
}

.harness-step[b-r7lday3iz5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs);
    opacity: 0.5;
}

.harness-step.active[b-r7lday3iz5],
.harness-step.completed[b-r7lday3iz5] {
    opacity: 1;
}

.harness-step .step-number[b-r7lday3iz5] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--surface-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--font-size-sm);
}

.harness-step.active .step-number[b-r7lday3iz5] {
    background: var(--color-primary);
    color: white;
}

.harness-step.completed .step-number[b-r7lday3iz5] {
    background: var(--color-success);
    color: white;
}

.harness-step .step-label[b-r7lday3iz5] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

.harness-step-connector[b-r7lday3iz5] {
    width: 24px;
    height: 2px;
    background: var(--border-default);
}

.harness-step-connector.completed[b-r7lday3iz5] {
    background: var(--color-success);
}

/* Step Content */
.harness-step-content[b-r7lday3iz5] {
    min-height: 400px;
}

/* Results Grid */
.harness-results-grid[b-r7lday3iz5] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.harness-result-card[b-r7lday3iz5] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    border-left: 3px solid var(--color-primary);
}

.harness-result-card.highlight[b-r7lday3iz5] {
    border-left-color: var(--color-success);
    background: color-mix(in srgb, var(--color-success) 5%, var(--surface-secondary));
}

.harness-result-label[b-r7lday3iz5] {
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xs);
    word-break: break-all;
}

.harness-result-value[b-r7lday3iz5] {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.harness-result-value.harness-result-success[b-r7lday3iz5] {
    color: var(--color-success);
}

.harness-result-value.harness-result-warning[b-r7lday3iz5] {
    color: var(--color-warning, #d97706);
}

.harness-result-value.harness-result-error[b-r7lday3iz5] {
    color: var(--color-error);
}

.harness-result-detail[b-r7lday3iz5] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    font-family: var(--font-mono);
}

/* Form Layout */
.harness-form-row[b-r7lday3iz5] {
    display: flex;
    gap: var(--spacing-md);
}

.harness-form-row .harness-form-group[b-r7lday3iz5] {
    flex: 1;
}

/* Button Row */
.harness-btn-row[b-r7lday3iz5] {
    display: flex;
    gap: var(--spacing-md);
    justify-content: flex-end;
}

/* Percentile Scale */
.harness-percentile-scale[b-r7lday3iz5] {
    margin: var(--spacing-lg) 0;
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.scale-bar[b-r7lday3iz5] {
    position: relative;
    height: 40px;
    background: linear-gradient(to right, var(--color-error), var(--color-warning, #d97706), var(--color-success));
    border-radius: var(--radius-full);
    margin-bottom: var(--spacing-sm);
}

.scale-labels[b-r7lday3iz5] {
    display: flex;
    justify-content: space-between;
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

/* Indicator Grid */
.harness-indicator-grid[b-r7lday3iz5] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.harness-indicator[b-r7lday3iz5] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-md);
    border-radius: var(--radius-md);
    border: 2px solid var(--border-default);
}

.harness-indicator.met[b-r7lday3iz5] {
    border-color: var(--color-success);
    background: color-mix(in srgb, var(--color-success) 8%, transparent);
}

.harness-indicator.not-met[b-r7lday3iz5] {
    border-color: var(--color-error);
    background: color-mix(in srgb, var(--color-error) 8%, transparent);
}

.indicator-icon[b-r7lday3iz5] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: var(--font-size-lg);
    flex-shrink: 0;
}

.harness-indicator.met .indicator-icon[b-r7lday3iz5] {
    background: var(--color-success);
    color: white;
}

.harness-indicator.not-met .indicator-icon[b-r7lday3iz5] {
    background: var(--color-error);
    color: white;
}

.indicator-content[b-r7lday3iz5] {
    flex: 1;
}

.indicator-label[b-r7lday3iz5] {
    font-weight: 600;
    margin-bottom: 2px;
}

.indicator-detail[b-r7lday3iz5] {
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
}

/* Mastery Display */
.harness-mastery-display[b-r7lday3iz5] {
    display: flex;
    justify-content: center;
    margin: var(--spacing-lg) 0;
}

.mastery-level-card[b-r7lday3iz5] {
    text-align: center;
    padding: var(--spacing-xl);
    border-radius: var(--radius-lg);
    border: 3px solid var(--border-default);
    min-width: 240px;
}

.mastery-level-card.mastery-stilllearning[b-r7lday3iz5] {
    border-color: var(--color-error);
    background: color-mix(in srgb, var(--color-error) 8%, transparent);
}

.mastery-level-card.mastery-gotbasics[b-r7lday3iz5] {
    border-color: var(--color-warning, #d97706);
    background: color-mix(in srgb, var(--color-warning, #d97706) 8%, transparent);
}

.mastery-level-card.mastery-solidfoundation[b-r7lday3iz5] {
    border-color: #22c55e;
    background: color-mix(in srgb, #22c55e 8%, transparent);
}

.mastery-level-card.mastery-exceptional[b-r7lday3iz5] {
    border-color: var(--color-success);
    background: color-mix(in srgb, var(--color-success) 8%, transparent);
}

.mastery-level-badge[b-r7lday3iz5] {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: var(--spacing-sm);
}

.mastery-level-name[b-r7lday3iz5] {
    font-size: var(--font-size-lg);
    font-weight: 600;
    margin-bottom: var(--spacing-xs);
}

.mastery-level-enum[b-r7lday3iz5] {
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

/* Mastery Scale */
.harness-mastery-scale[b-r7lday3iz5] {
    display: flex;
    justify-content: space-between;
    gap: var(--spacing-sm);
    margin-bottom: var(--spacing-lg);
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.mastery-scale-item[b-r7lday3iz5] {
    display: flex;
    align-items: center;
    gap: var(--spacing-xs);
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    opacity: 0.5;
}

.mastery-scale-item.active[b-r7lday3iz5] {
    opacity: 1;
    font-weight: 600;
    color: var(--text-primary);
}

.scale-dot[b-r7lday3iz5] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--surface-tertiary);
}

.mastery-scale-item.active .scale-dot[b-r7lday3iz5] {
    background: var(--color-primary);
}

/* Reality Quotient Visual */
.harness-rq-visual[b-r7lday3iz5] {
    margin: var(--spacing-lg) 0;
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.rq-bar-container[b-r7lday3iz5] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-sm);
}

.rq-bar[b-r7lday3iz5] {
    height: 32px;
    background: var(--surface-tertiary);
    border-radius: var(--radius-full);
    overflow: hidden;
    position: relative;
}

.rq-bar-fill[b-r7lday3iz5] {
    height: 100%;
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    padding: 0 var(--spacing-sm);
    font-size: var(--font-size-xs);
    font-weight: 600;
    color: white;
    white-space: nowrap;
}

.score-bar .rq-bar-fill[b-r7lday3iz5] {
    background: var(--color-primary);
}

.confidence-bar .rq-bar-fill[b-r7lday3iz5] {
    background: #8b5cf6;
}

.rq-gap-indicator[b-r7lday3iz5] {
    text-align: center;
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    padding: var(--spacing-xs);
}

/* Success Summary */
.harness-success-summary[b-r7lday3iz5] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    margin-bottom: var(--spacing-md);
}

.harness-success-summary h4[b-r7lday3iz5] {
    margin-bottom: var(--spacing-sm);
}

.harness-success-summary ul[b-r7lday3iz5] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-mono);
    font-size: var(--font-size-sm);
}

.harness-success-summary li[b-r7lday3iz5] {
    padding: var(--spacing-xs) 0;
}

/* Method List */
.harness-method-list[b-r7lday3iz5] {
    font-size: var(--font-size-xs);
    line-height: 1.8;
}

/* Event Log */
.event-log[b-r7lday3iz5] {
    max-height: 300px;
    overflow-y: auto;
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    background: var(--surface-tertiary);
    border-radius: var(--radius-sm);
    padding: var(--spacing-sm);
}

.event-item[b-r7lday3iz5] {
    padding: 2px 0;
    border-bottom: 1px solid var(--border-subtle);
}

.event-item:last-child[b-r7lday3iz5] {
    border-bottom: none;
}
/* /Harnesses/L4_Stories/PercentageMetricsHarness.razor.rz.scp.css */
/* PercentageMetricsHarness L4 Story Styles */

.harness-story-container[b-7yhbp45nb3] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

/* Step Indicator */
.harness-step-indicator[b-7yhbp45nb3] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.harness-steps[b-7yhbp45nb3] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
}

.harness-step[b-7yhbp45nb3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs);
    opacity: 0.5;
}

.harness-step.active[b-7yhbp45nb3],
.harness-step.completed[b-7yhbp45nb3] {
    opacity: 1;
}

.harness-step .step-number[b-7yhbp45nb3] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--surface-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--font-size-sm);
}

.harness-step.active .step-number[b-7yhbp45nb3] {
    background: var(--color-primary);
    color: white;
}

.harness-step.completed .step-number[b-7yhbp45nb3] {
    background: var(--color-success);
    color: white;
}

.harness-step .step-label[b-7yhbp45nb3] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

.harness-step-connector[b-7yhbp45nb3] {
    width: 24px;
    height: 2px;
    background: var(--border-default);
}

.harness-step-connector.completed[b-7yhbp45nb3] {
    background: var(--color-success);
}

/* Step Content */
.harness-step-content[b-7yhbp45nb3] {
    min-height: 400px;
}

/* Results Grid */
.harness-results-grid[b-7yhbp45nb3] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.harness-result-card[b-7yhbp45nb3] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    border-left: 3px solid var(--color-primary);
}

.harness-result-label[b-7yhbp45nb3] {
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xs);
    word-break: break-all;
}

.harness-result-value[b-7yhbp45nb3] {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.harness-result-value.harness-result-success[b-7yhbp45nb3] {
    color: var(--color-success);
}

.harness-result-value.harness-result-warning[b-7yhbp45nb3] {
    color: var(--color-warning, #d97706);
}

.harness-result-value.harness-result-error[b-7yhbp45nb3] {
    color: var(--color-error);
}

.harness-result-detail[b-7yhbp45nb3] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

/* Form Layout */
.harness-form-row[b-7yhbp45nb3] {
    display: flex;
    gap: var(--spacing-md);
}

.harness-form-row .harness-form-group[b-7yhbp45nb3] {
    flex: 1;
}

/* Button Row */
.harness-btn-row[b-7yhbp45nb3] {
    display: flex;
    gap: var(--spacing-md);
    justify-content: flex-end;
}

/* Score Bar Visualization */
.harness-score-visual[b-7yhbp45nb3] {
    margin: var(--spacing-lg) 0;
}

.harness-score-bar-container[b-7yhbp45nb3] {
    display: flex;
    align-items: flex-end;
    gap: 4px;
    height: 120px;
    padding: var(--spacing-sm);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.harness-score-bar[b-7yhbp45nb3] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}

.harness-score-bar-fill[b-7yhbp45nb3] {
    width: 100%;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    min-height: 4px;
    transition: height 0.3s ease;
}

.harness-score-bar-fill.score-excellent[b-7yhbp45nb3] { background: var(--color-success); height: 90%; }
.harness-score-bar-fill.score-good[b-7yhbp45nb3] { background: #22c55e; height: 75%; }
.harness-score-bar-fill.score-average[b-7yhbp45nb3] { background: var(--color-warning, #d97706); height: 60%; }
.harness-score-bar-fill.score-below[b-7yhbp45nb3] { background: #f97316; height: 45%; }
.harness-score-bar-fill.score-failing[b-7yhbp45nb3] { background: var(--color-error); height: 30%; }

.harness-score-bar-label[b-7yhbp45nb3] {
    font-size: 10px;
    color: var(--text-secondary);
    margin-top: 2px;
}

/* Pass Rate Breakdown */
.harness-pass-breakdown[b-7yhbp45nb3] {
    margin: var(--spacing-lg) 0;
}

.harness-pass-breakdown h4[b-7yhbp45nb3] {
    margin-bottom: var(--spacing-sm);
}

.harness-score-list[b-7yhbp45nb3] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
}

.harness-score-item[b-7yhbp45nb3] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-sm);
}

.harness-score-item.passing[b-7yhbp45nb3] {
    background: color-mix(in srgb, var(--color-success) 10%, transparent);
}

.harness-score-item.failing[b-7yhbp45nb3] {
    background: color-mix(in srgb, var(--color-error) 10%, transparent);
}

.harness-score-item .harness-score-value[b-7yhbp45nb3] {
    font-weight: 500;
}

/* Badges */
.harness-badge[b-7yhbp45nb3] {
    display: inline-block;
    padding: 2px 8px;
    border-radius: var(--radius-full);
    font-size: var(--font-size-xs);
    font-weight: 600;
}

.harness-badge-success[b-7yhbp45nb3] {
    background: var(--color-success);
    color: white;
}

.harness-badge-error[b-7yhbp45nb3] {
    background: var(--color-error);
    color: white;
}

/* Success Summary */
.harness-success-summary[b-7yhbp45nb3] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    margin-bottom: var(--spacing-md);
}

.harness-success-summary h4[b-7yhbp45nb3] {
    margin-bottom: var(--spacing-sm);
}

.harness-success-summary ul[b-7yhbp45nb3] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-mono);
    font-size: var(--font-size-sm);
}

.harness-success-summary li[b-7yhbp45nb3] {
    padding: var(--spacing-xs) 0;
}

/* Method List */
.harness-method-list[b-7yhbp45nb3] {
    font-size: var(--font-size-xs);
    line-height: 1.8;
}

/* Event Log */
.event-log[b-7yhbp45nb3] {
    max-height: 300px;
    overflow-y: auto;
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    background: var(--surface-tertiary);
    border-radius: var(--radius-sm);
    padding: var(--spacing-sm);
}

.event-item[b-7yhbp45nb3] {
    padding: 2px 0;
    border-bottom: 1px solid var(--border-subtle);
}

.event-item:last-child[b-7yhbp45nb3] {
    border-bottom: none;
}
/* /Harnesses/L4_Stories/SchedulerStoryHarness.razor.rz.scp.css */
.scheduler-story-container[b-g365p8dmvl] {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.status-bar[b-g365p8dmvl] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    background: var(--surface-secondary, #f5f5f5);
    border-radius: 8px;
}

.status-item[b-g365p8dmvl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.status-item.status-action[b-g365p8dmvl] {
    color: var(--accent-primary, #0066cc);
    font-weight: 500;
}

.status-item.status-complete[b-g365p8dmvl] {
    color: var(--success, #28a745);
}

.error-banner[b-g365p8dmvl], .result-banner[b-g365p8dmvl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1rem;
    border-radius: 8px;
}

.error-banner[b-g365p8dmvl] {
    background: #ffeef0;
    color: #c53030;
    border: 1px solid #fcc;
}

.result-banner.result-success[b-g365p8dmvl] {
    background: #f0fff4;
    color: #276749;
    border: 1px solid #9ae6b4;
}

.result-banner.result-partial[b-g365p8dmvl] {
    background: #fffaf0;
    color: #c05621;
    border: 1px solid #fbd38d;
}

.dismiss-btn[b-g365p8dmvl] {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    opacity: 0.7;
}

.dismiss-btn:hover[b-g365p8dmvl] {
    opacity: 1;
}

.section[b-g365p8dmvl] {
    background: var(--surface-primary, #fff);
    border-radius: 8px;
    padding: 1rem;
    border: 1px solid var(--border-color, #e0e0e0);
}

.section h3[b-g365p8dmvl] {
    margin: 0 0 0.75rem 0;
    font-size: 1rem;
    color: var(--text-primary, #333);
}

.curriculum-grid[b-g365p8dmvl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 0.5rem;
}

.curriculum-item[b-g365p8dmvl] {
    display: flex;
    gap: 0.5rem;
    padding: 0.5rem;
    background: var(--surface-secondary, #f8f9fa);
    border-radius: 4px;
}

.curriculum-number[b-g365p8dmvl] {
    color: var(--text-secondary, #666);
    font-weight: 600;
}

.time-slots-grid[b-g365p8dmvl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.time-slot[b-g365p8dmvl] {
    padding: 0.25rem 0.75rem;
    background: var(--accent-primary, #0066cc);
    color: white;
    border-radius: 4px;
    font-weight: 500;
}

.matrix-table-container[b-g365p8dmvl] {
    overflow-x: auto;
}

.matrix-table[b-g365p8dmvl] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.875rem;
}

.matrix-table th[b-g365p8dmvl], .matrix-table td[b-g365p8dmvl] {
    border: 1px solid var(--border-color, #e0e0e0);
    padding: 0.5rem;
    text-align: center;
}

.matrix-table th[b-g365p8dmvl] {
    background: var(--surface-secondary, #f5f5f5);
    font-weight: 600;
}

.matrix-table .level-name[b-g365p8dmvl] {
    text-align: left;
    font-weight: 500;
    white-space: nowrap;
}

.matrix-cell[b-g365p8dmvl] {
    min-width: 50px;
}

.matrix-cell.cell-existing-active[b-g365p8dmvl] {
    background: #e6f3ff;
}

.matrix-cell.cell-existing-session[b-g365p8dmvl] {
    background: #d4edda;
}

.matrix-cell.cell-existing-completed[b-g365p8dmvl] {
    background: #f8f9fa;
}

.matrix-cell.cell-missing[b-g365p8dmvl] {
    background: #fff3cd;
}

.cell-icon[b-g365p8dmvl] {
    cursor: help;
}

.matrix-legend[b-g365p8dmvl] {
    display: flex;
    gap: 1.5rem;
    margin-top: 0.75rem;
    font-size: 0.875rem;
}

.legend-item[b-g365p8dmvl] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.missing-games-grid[b-g365p8dmvl], .existing-games-grid[b-g365p8dmvl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 0.5rem;
}

.missing-game-item[b-g365p8dmvl], .existing-game-item[b-g365p8dmvl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    border-radius: 4px;
}

.missing-game-item[b-g365p8dmvl] {
    background: #fff3cd;
    border: 1px solid #ffc107;
}

.existing-game-item[b-g365p8dmvl] {
    background: var(--surface-secondary, #f8f9fa);
    border: 1px solid var(--border-color, #e0e0e0);
}

.existing-game-item.game-active[b-g365p8dmvl] {
    background: #e6f3ff;
    border-color: #0066cc;
}

.existing-game-item.game-session[b-g365p8dmvl] {
    background: #d4edda;
    border-color: #28a745;
}

.game-time[b-g365p8dmvl] {
    font-weight: 600;
    color: var(--text-secondary, #666);
}

.game-name[b-g365p8dmvl] {
    flex: 1;
}

.badge[b-g365p8dmvl] {
    font-size: 0.75rem;
    padding: 0.125rem 0.5rem;
    border-radius: 4px;
}

.badge-active[b-g365p8dmvl] {
    background: #0066cc;
    color: white;
}

.badge-scheduled[b-g365p8dmvl] {
    background: #6c757d;
    color: white;
}

.badge-completed[b-g365p8dmvl] {
    background: #28a745;
    color: white;
}

.empty-state[b-g365p8dmvl] {
    text-align: center;
    padding: 3rem;
    color: var(--text-secondary, #666);
}

.empty-icon[b-g365p8dmvl] {
    font-size: 3rem;
    display: block;
    margin-bottom: 1rem;
}

.button-group.vertical[b-g365p8dmvl] {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.range-with-value[b-g365p8dmvl] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.range-with-value input[type="range"][b-g365p8dmvl] {
    flex: 1;
}

.range-value[b-g365p8dmvl] {
    min-width: 3rem;
    text-align: center;
    font-weight: 600;
}

.time-simulation[b-g365p8dmvl] {
    display: flex;
    gap: 0.5rem;
}

.harness-input[b-g365p8dmvl] {
    flex: 1;
    padding: 0.5rem;
    border: 1px solid var(--border-color, #e0e0e0);
    border-radius: 4px;
}

.harness-btn-small[b-g365p8dmvl] {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

.help-text[b-g365p8dmvl] {
    color: var(--text-secondary, #666);
    font-size: 0.875rem;
}

.config-grid[b-g365p8dmvl] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
}

.config-item[b-g365p8dmvl] {
    display: flex;
    flex-direction: column;
}

.config-label[b-g365p8dmvl] {
    font-size: 0.75rem;
    color: var(--text-secondary, #666);
}

.config-value[b-g365p8dmvl] {
    font-weight: 500;
}

.config-value.mono[b-g365p8dmvl] {
    font-family: monospace;
}

.algorithm-steps[b-g365p8dmvl] {
    padding-left: 1.5rem;
}

.algorithm-steps li[b-g365p8dmvl] {
    margin-bottom: 0.5rem;
}

.plan-details[b-g365p8dmvl] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 0.5rem;
}

.detail-item[b-g365p8dmvl] {
    display: flex;
    flex-direction: column;
}

.detail-label[b-g365p8dmvl] {
    font-size: 0.75rem;
    color: var(--text-secondary, #666);
}

.detail-value[b-g365p8dmvl] {
    font-weight: 500;
}

.spinner[b-g365p8dmvl] {
    display: inline-block;
    width: 1em;
    height: 1em;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin-b-g365p8dmvl 0.75s linear infinite;
}

@keyframes spin-b-g365p8dmvl {
    to { transform: rotate(360deg); }
}

.harness-btn-success[b-g365p8dmvl] {
    background: #28a745;
    color: white;
}

.harness-btn-success:hover:not(:disabled)[b-g365p8dmvl] {
    background: #218838;
}
/* /Harnesses/L4_Stories/TrendDistributionHarness.razor.rz.scp.css */
/* TrendDistributionHarness L4 Story Styles */

.harness-story-container[b-izric3kz9u] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-lg);
}

/* Step Indicator */
.harness-step-indicator[b-izric3kz9u] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.harness-steps[b-izric3kz9u] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--spacing-xs);
}

.harness-step[b-izric3kz9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs);
    opacity: 0.5;
}

.harness-step.active[b-izric3kz9u],
.harness-step.completed[b-izric3kz9u] {
    opacity: 1;
}

.harness-step .step-number[b-izric3kz9u] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--surface-tertiary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: var(--font-size-sm);
}

.harness-step.active .step-number[b-izric3kz9u] {
    background: var(--color-primary);
    color: white;
}

.harness-step.completed .step-number[b-izric3kz9u] {
    background: var(--color-success);
    color: white;
}

.harness-step .step-label[b-izric3kz9u] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

.harness-step-connector[b-izric3kz9u] {
    width: 24px;
    height: 2px;
    background: var(--border-default);
}

.harness-step-connector.completed[b-izric3kz9u] {
    background: var(--color-success);
}

/* Step Content */
.harness-step-content[b-izric3kz9u] {
    min-height: 400px;
}

/* Results Grid */
.harness-results-grid[b-izric3kz9u] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-lg);
}

.harness-result-card[b-izric3kz9u] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    border-left: 3px solid var(--color-primary);
}

.harness-result-label[b-izric3kz9u] {
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    margin-bottom: var(--spacing-xs);
    word-break: break-all;
}

.harness-result-value[b-izric3kz9u] {
    font-size: 28px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: var(--spacing-xs);
}

.harness-result-value.harness-result-success[b-izric3kz9u] {
    color: var(--color-success);
}

.harness-result-value.harness-result-warning[b-izric3kz9u] {
    color: var(--color-warning, #d97706);
}

.harness-result-value.harness-result-error[b-izric3kz9u] {
    color: var(--color-error);
}

.harness-result-detail[b-izric3kz9u] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

/* Form Layout */
.harness-form-row[b-izric3kz9u] {
    display: flex;
    gap: var(--spacing-md);
}

.harness-form-row .harness-form-group[b-izric3kz9u] {
    flex: 1;
}

/* Button Row */
.harness-btn-row[b-izric3kz9u] {
    display: flex;
    gap: var(--spacing-md);
    justify-content: flex-end;
}

/* Trend Direction Visual */
.harness-trend-visual[b-izric3kz9u] {
    display: flex;
    justify-content: center;
    margin: var(--spacing-lg) 0;
}

.trend-direction-display[b-izric3kz9u] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-lg) var(--spacing-xl);
    border-radius: var(--radius-lg);
    border: 3px solid var(--border-default);
}

.trend-direction-display.improving[b-izric3kz9u] {
    border-color: var(--color-success);
    background: color-mix(in srgb, var(--color-success) 8%, transparent);
}

.trend-direction-display.declining[b-izric3kz9u] {
    border-color: var(--color-error);
    background: color-mix(in srgb, var(--color-error) 8%, transparent);
}

.trend-direction-display.stable[b-izric3kz9u] {
    border-color: var(--color-warning, #d97706);
    background: color-mix(in srgb, var(--color-warning, #d97706) 8%, transparent);
}

.trend-arrow[b-izric3kz9u] {
    font-size: 36px;
    font-weight: 700;
}

.improving .trend-arrow[b-izric3kz9u] { color: var(--color-success); }
.declining .trend-arrow[b-izric3kz9u] { color: var(--color-error); }
.stable .trend-arrow[b-izric3kz9u] { color: var(--color-warning, #d97706); }

.trend-text[b-izric3kz9u] {
    font-size: var(--font-size-lg);
    font-weight: 600;
}

/* Distribution Chart */
.harness-distribution-chart[b-izric3kz9u] {
    margin: var(--spacing-lg) 0;
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.dist-bar-group[b-izric3kz9u] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: var(--spacing-lg);
    height: 180px;
    padding: var(--spacing-md) 0;
}

.dist-bar-wrapper[b-izric3kz9u] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-xs);
    flex: 1;
    max-width: 80px;
    height: 100%;
    justify-content: flex-end;
}

.dist-bar[b-izric3kz9u] {
    width: 100%;
    border-radius: var(--radius-sm) var(--radius-sm) 0 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: var(--spacing-xs);
    font-weight: 700;
    color: white;
    font-size: var(--font-size-sm);
    min-height: 24px;
}

.dist-a[b-izric3kz9u] { background: var(--color-success); }
.dist-b[b-izric3kz9u] { background: #22c55e; }
.dist-c[b-izric3kz9u] { background: var(--color-warning, #d97706); }
.dist-d[b-izric3kz9u] { background: #f97316; }
.dist-f[b-izric3kz9u] { background: var(--color-error); }

.dist-label[b-izric3kz9u] {
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
    text-align: center;
    white-space: nowrap;
}

/* Letter Grades */
.harness-letter-grades[b-izric3kz9u] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    margin-bottom: var(--spacing-lg);
}

.letter-grade-item[b-izric3kz9u] {
    display: flex;
    align-items: center;
    gap: var(--spacing-md);
    padding: var(--spacing-xs) var(--spacing-sm);
    border-radius: var(--radius-sm);
    background: var(--surface-secondary);
}

.letter-grade-item .score-value[b-izric3kz9u] {
    width: 60px;
    font-weight: 500;
}

.letter-badge[b-izric3kz9u] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-weight: 700;
    font-size: var(--font-size-sm);
    color: white;
}

.letter-badge.grade-a[b-izric3kz9u] { background: var(--color-success); }
.letter-badge.grade-b[b-izric3kz9u] { background: #22c55e; }
.letter-badge.grade-c[b-izric3kz9u] { background: var(--color-warning, #d97706); }
.letter-badge.grade-d[b-izric3kz9u] { background: #f97316; }
.letter-badge.grade-f[b-izric3kz9u] { background: var(--color-error); }

.grade-call[b-izric3kz9u] {
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    color: var(--text-secondary);
}

/* Distribution Comparison */
.harness-distribution-comparison[b-izric3kz9u] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--spacing-lg);
    margin: var(--spacing-lg) 0;
}

.dist-comparison-col[b-izric3kz9u] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
}

.dist-comparison-col h4[b-izric3kz9u] {
    margin-bottom: var(--spacing-sm);
    padding-bottom: var(--spacing-xs);
    border-bottom: 1px solid var(--border-default);
}

.dist-counts[b-izric3kz9u] {
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xs);
    font-family: var(--font-mono);
    font-size: var(--font-size-sm);
}

.dist-counts .changed[b-izric3kz9u] {
    font-weight: 700;
    color: var(--color-primary);
}

/* Success Summary */
.harness-success-summary[b-izric3kz9u] {
    padding: var(--spacing-md);
    background: var(--surface-secondary);
    border-radius: var(--radius-md);
    margin-bottom: var(--spacing-md);
}

.harness-success-summary h4[b-izric3kz9u] {
    margin-bottom: var(--spacing-sm);
}

.harness-success-summary ul[b-izric3kz9u] {
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--font-mono);
    font-size: var(--font-size-sm);
}

.harness-success-summary li[b-izric3kz9u] {
    padding: var(--spacing-xs) 0;
}

/* Method List */
.harness-method-list[b-izric3kz9u] {
    font-size: var(--font-size-xs);
    line-height: 1.8;
}

/* Event Log */
.event-log[b-izric3kz9u] {
    max-height: 300px;
    overflow-y: auto;
    font-family: var(--font-mono);
    font-size: var(--font-size-xs);
    background: var(--surface-tertiary);
    border-radius: var(--radius-sm);
    padding: var(--spacing-sm);
}

.event-item[b-izric3kz9u] {
    padding: 2px 0;
    border-bottom: 1px solid var(--border-subtle);
}

.event-item:last-child[b-izric3kz9u] {
    border-bottom: none;
}
/* /Harnesses/L5_CqrsOperations/AdaptiveSelectionHarness.razor.rz.scp.css */
/* === Adaptive Selection Harness - Scoped CSS === */

/* --- Topic Grid Layout --- */
.adaptive-topic-grid[b-lg9aun2iju] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
}

/* --- Topic Card --- */
.adaptive-topic-card[b-lg9aun2iju] {
    border: 2px solid #94a3b8;
    border-radius: 8px;
    padding: 12px;
    background: #f0f9ff;
}

.adaptive-topic-card.status-active[b-lg9aun2iju] { border-color: #94a3b8; background: #f0f9ff; }
.adaptive-topic-card.status-mastery[b-lg9aun2iju] { border-color: #16a34a; background: #dcfce7; }
.adaptive-topic-card.status-failed[b-lg9aun2iju] { border-color: #dc2626; background: #fee2e2; }

/* Override border with topic color for active cards */
.adaptive-topic-card.status-active.topic-0[b-lg9aun2iju] { border-color: #3b82f6; }
.adaptive-topic-card.status-active.topic-1[b-lg9aun2iju] { border-color: #10b981; }
.adaptive-topic-card.status-active.topic-2[b-lg9aun2iju] { border-color: #f59e0b; }
.adaptive-topic-card.status-active.topic-3[b-lg9aun2iju] { border-color: #8b5cf6; }
.adaptive-topic-card.status-active.topic-4[b-lg9aun2iju] { border-color: #ef4444; }
.adaptive-topic-card.status-active.topic-5[b-lg9aun2iju] { border-color: #06b6d4; }
.adaptive-topic-card.status-active.topic-6[b-lg9aun2iju] { border-color: #ec4899; }
.adaptive-topic-card.status-active.topic-7[b-lg9aun2iju] { border-color: #84cc16; }

.adaptive-card-header[b-lg9aun2iju] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.adaptive-card-stats[b-lg9aun2iju] {
    font-size: 0.85rem;
}

/* --- Topic Name Colors --- */
.topic-name.topic-0[b-lg9aun2iju] { color: #3b82f6; }
.topic-name.topic-1[b-lg9aun2iju] { color: #10b981; }
.topic-name.topic-2[b-lg9aun2iju] { color: #f59e0b; }
.topic-name.topic-3[b-lg9aun2iju] { color: #8b5cf6; }
.topic-name.topic-4[b-lg9aun2iju] { color: #ef4444; }
.topic-name.topic-5[b-lg9aun2iju] { color: #06b6d4; }
.topic-name.topic-6[b-lg9aun2iju] { color: #ec4899; }
.topic-name.topic-7[b-lg9aun2iju] { color: #84cc16; }

/* --- Status Badge --- */
.adaptive-badge[b-lg9aun2iju] {
    font-size: 0.75rem;
    padding: 2px 8px;
    border-radius: 9999px;
    font-weight: 600;
    display: inline-block;
}

.adaptive-badge.status-active[b-lg9aun2iju] { background: #dbeafe; color: #1d4ed8; }
.adaptive-badge.status-mastery[b-lg9aun2iju] { background: #bbf7d0; color: #15803d; }
.adaptive-badge.status-failed[b-lg9aun2iju] { background: #fecaca; color: #dc2626; }

/* --- Theta Position Bar --- */
.adaptive-theta-bar[b-lg9aun2iju] {
    margin-top: 8px;
    position: relative;
    height: 20px;
    background: #e5e7eb;
    border-radius: 4px;
    overflow: visible;
}

.adaptive-threshold-line[b-lg9aun2iju] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    z-index: 2;
}

.adaptive-threshold-line.threshold-mastery[b-lg9aun2iju] { background: #16a34a; }
.adaptive-threshold-line.threshold-fail[b-lg9aun2iju] { background: #dc2626; }

.adaptive-theta-marker[b-lg9aun2iju] {
    position: absolute;
    top: -2px;
    width: 12px;
    height: 24px;
    margin-left: -6px;
    border-radius: 3px;
    z-index: 3;
    border: 2px solid white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* Topic colors for theta marker */
.adaptive-theta-marker.topic-0[b-lg9aun2iju] { background: #3b82f6; }
.adaptive-theta-marker.topic-1[b-lg9aun2iju] { background: #10b981; }
.adaptive-theta-marker.topic-2[b-lg9aun2iju] { background: #f59e0b; }
.adaptive-theta-marker.topic-3[b-lg9aun2iju] { background: #8b5cf6; }
.adaptive-theta-marker.topic-4[b-lg9aun2iju] { background: #ef4444; }
.adaptive-theta-marker.topic-5[b-lg9aun2iju] { background: #06b6d4; }
.adaptive-theta-marker.topic-6[b-lg9aun2iju] { background: #ec4899; }
.adaptive-theta-marker.topic-7[b-lg9aun2iju] { background: #84cc16; }

.adaptive-bar-label[b-lg9aun2iju] {
    position: absolute;
    top: 22px;
    font-size: 0.6rem;
    color: #9ca3af;
}

.adaptive-bar-label-left[b-lg9aun2iju] { left: 0; }
.adaptive-bar-label-right[b-lg9aun2iju] { right: 0; }

/* Position classes for theta bar elements (0% to 100% in 1% steps) */
.pos-0[b-lg9aun2iju] { left: 0%; } .pos-1[b-lg9aun2iju] { left: 1%; } .pos-2[b-lg9aun2iju] { left: 2%; } .pos-3[b-lg9aun2iju] { left: 3%; } .pos-4[b-lg9aun2iju] { left: 4%; }
.pos-5[b-lg9aun2iju] { left: 5%; } .pos-6[b-lg9aun2iju] { left: 6%; } .pos-7[b-lg9aun2iju] { left: 7%; } .pos-8[b-lg9aun2iju] { left: 8%; } .pos-9[b-lg9aun2iju] { left: 9%; }
.pos-10[b-lg9aun2iju] { left: 10%; } .pos-11[b-lg9aun2iju] { left: 11%; } .pos-12[b-lg9aun2iju] { left: 12%; } .pos-13[b-lg9aun2iju] { left: 13%; } .pos-14[b-lg9aun2iju] { left: 14%; }
.pos-15[b-lg9aun2iju] { left: 15%; } .pos-16[b-lg9aun2iju] { left: 16%; } .pos-17[b-lg9aun2iju] { left: 17%; } .pos-18[b-lg9aun2iju] { left: 18%; } .pos-19[b-lg9aun2iju] { left: 19%; }
.pos-20[b-lg9aun2iju] { left: 20%; } .pos-21[b-lg9aun2iju] { left: 21%; } .pos-22[b-lg9aun2iju] { left: 22%; } .pos-23[b-lg9aun2iju] { left: 23%; } .pos-24[b-lg9aun2iju] { left: 24%; }
.pos-25[b-lg9aun2iju] { left: 25%; } .pos-26[b-lg9aun2iju] { left: 26%; } .pos-27[b-lg9aun2iju] { left: 27%; } .pos-28[b-lg9aun2iju] { left: 28%; } .pos-29[b-lg9aun2iju] { left: 29%; }
.pos-30[b-lg9aun2iju] { left: 30%; } .pos-31[b-lg9aun2iju] { left: 31%; } .pos-32[b-lg9aun2iju] { left: 32%; } .pos-33[b-lg9aun2iju] { left: 33%; } .pos-34[b-lg9aun2iju] { left: 34%; }
.pos-35[b-lg9aun2iju] { left: 35%; } .pos-36[b-lg9aun2iju] { left: 36%; } .pos-37[b-lg9aun2iju] { left: 37%; } .pos-38[b-lg9aun2iju] { left: 38%; } .pos-39[b-lg9aun2iju] { left: 39%; }
.pos-40[b-lg9aun2iju] { left: 40%; } .pos-41[b-lg9aun2iju] { left: 41%; } .pos-42[b-lg9aun2iju] { left: 42%; } .pos-43[b-lg9aun2iju] { left: 43%; } .pos-44[b-lg9aun2iju] { left: 44%; }
.pos-45[b-lg9aun2iju] { left: 45%; } .pos-46[b-lg9aun2iju] { left: 46%; } .pos-47[b-lg9aun2iju] { left: 47%; } .pos-48[b-lg9aun2iju] { left: 48%; } .pos-49[b-lg9aun2iju] { left: 49%; }
.pos-50[b-lg9aun2iju] { left: 50%; } .pos-51[b-lg9aun2iju] { left: 51%; } .pos-52[b-lg9aun2iju] { left: 52%; } .pos-53[b-lg9aun2iju] { left: 53%; } .pos-54[b-lg9aun2iju] { left: 54%; }
.pos-55[b-lg9aun2iju] { left: 55%; } .pos-56[b-lg9aun2iju] { left: 56%; } .pos-57[b-lg9aun2iju] { left: 57%; } .pos-58[b-lg9aun2iju] { left: 58%; } .pos-59[b-lg9aun2iju] { left: 59%; }
.pos-60[b-lg9aun2iju] { left: 60%; } .pos-61[b-lg9aun2iju] { left: 61%; } .pos-62[b-lg9aun2iju] { left: 62%; } .pos-63[b-lg9aun2iju] { left: 63%; } .pos-64[b-lg9aun2iju] { left: 64%; }
.pos-65[b-lg9aun2iju] { left: 65%; } .pos-66[b-lg9aun2iju] { left: 66%; } .pos-67[b-lg9aun2iju] { left: 67%; } .pos-68[b-lg9aun2iju] { left: 68%; } .pos-69[b-lg9aun2iju] { left: 69%; }
.pos-70[b-lg9aun2iju] { left: 70%; } .pos-71[b-lg9aun2iju] { left: 71%; } .pos-72[b-lg9aun2iju] { left: 72%; } .pos-73[b-lg9aun2iju] { left: 73%; } .pos-74[b-lg9aun2iju] { left: 74%; }
.pos-75[b-lg9aun2iju] { left: 75%; } .pos-76[b-lg9aun2iju] { left: 76%; } .pos-77[b-lg9aun2iju] { left: 77%; } .pos-78[b-lg9aun2iju] { left: 78%; } .pos-79[b-lg9aun2iju] { left: 79%; }
.pos-80[b-lg9aun2iju] { left: 80%; } .pos-81[b-lg9aun2iju] { left: 81%; } .pos-82[b-lg9aun2iju] { left: 82%; } .pos-83[b-lg9aun2iju] { left: 83%; } .pos-84[b-lg9aun2iju] { left: 84%; }
.pos-85[b-lg9aun2iju] { left: 85%; } .pos-86[b-lg9aun2iju] { left: 86%; } .pos-87[b-lg9aun2iju] { left: 87%; } .pos-88[b-lg9aun2iju] { left: 88%; } .pos-89[b-lg9aun2iju] { left: 89%; }
.pos-90[b-lg9aun2iju] { left: 90%; } .pos-91[b-lg9aun2iju] { left: 91%; } .pos-92[b-lg9aun2iju] { left: 92%; } .pos-93[b-lg9aun2iju] { left: 93%; } .pos-94[b-lg9aun2iju] { left: 94%; }
.pos-95[b-lg9aun2iju] { left: 95%; } .pos-96[b-lg9aun2iju] { left: 96%; } .pos-97[b-lg9aun2iju] { left: 97%; } .pos-98[b-lg9aun2iju] { left: 98%; } .pos-99[b-lg9aun2iju] { left: 99%; }
.pos-100[b-lg9aun2iju] { left: 100%; }

/* --- Step Controls --- */
.adaptive-step-controls[b-lg9aun2iju] {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-bottom: 12px;
}

.adaptive-complete-msg[b-lg9aun2iju] {
    color: #16a34a;
    font-weight: 600;
}

/* --- Step Timeline --- */
.adaptive-step-timeline[b-lg9aun2iju] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    margin-bottom: 12px;
}

.adaptive-step-btn[b-lg9aun2iju] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 0.7rem;
    cursor: pointer;
    border: 2px solid transparent;
    background: #f3f4f6;
    font-weight: 400;
}

.adaptive-step-btn.selected[b-lg9aun2iju] {
    font-weight: 700;
    border-color: currentColor;
}

/* Step button topic colors */
.adaptive-step-btn.topic-0[b-lg9aun2iju] { color: #3b82f6; }
.adaptive-step-btn.topic-1[b-lg9aun2iju] { color: #10b981; }
.adaptive-step-btn.topic-2[b-lg9aun2iju] { color: #f59e0b; }
.adaptive-step-btn.topic-3[b-lg9aun2iju] { color: #8b5cf6; }
.adaptive-step-btn.topic-4[b-lg9aun2iju] { color: #ef4444; }
.adaptive-step-btn.topic-5[b-lg9aun2iju] { color: #06b6d4; }
.adaptive-step-btn.topic-6[b-lg9aun2iju] { color: #ec4899; }
.adaptive-step-btn.topic-7[b-lg9aun2iju] { color: #84cc16; }

.adaptive-step-btn.selected.topic-0[b-lg9aun2iju] { background: #dbeafe; border-color: #3b82f6; }
.adaptive-step-btn.selected.topic-1[b-lg9aun2iju] { background: #d1fae5; border-color: #10b981; }
.adaptive-step-btn.selected.topic-2[b-lg9aun2iju] { background: #fef3c7; border-color: #f59e0b; }
.adaptive-step-btn.selected.topic-3[b-lg9aun2iju] { background: #ede9fe; border-color: #8b5cf6; }
.adaptive-step-btn.selected.topic-4[b-lg9aun2iju] { background: #fee2e2; border-color: #ef4444; }
.adaptive-step-btn.selected.topic-5[b-lg9aun2iju] { background: #cffafe; border-color: #06b6d4; }
.adaptive-step-btn.selected.topic-6[b-lg9aun2iju] { background: #fce7f3; border-color: #ec4899; }
.adaptive-step-btn.selected.topic-7[b-lg9aun2iju] { background: #ecfccb; border-color: #84cc16; }

/* --- Step Detail Panel --- */
.adaptive-step-detail[b-lg9aun2iju] {
    border: 2px solid #94a3b8;
    border-radius: 8px;
    padding: 12px;
    background: #fafafa;
}

.adaptive-step-detail.topic-0[b-lg9aun2iju] { border-color: #3b82f6; background: #f0f4ff; }
.adaptive-step-detail.topic-1[b-lg9aun2iju] { border-color: #10b981; background: #f0fdf4; }
.adaptive-step-detail.topic-2[b-lg9aun2iju] { border-color: #f59e0b; background: #fffbeb; }
.adaptive-step-detail.topic-3[b-lg9aun2iju] { border-color: #8b5cf6; background: #f5f3ff; }
.adaptive-step-detail.topic-4[b-lg9aun2iju] { border-color: #ef4444; background: #fef2f2; }
.adaptive-step-detail.topic-5[b-lg9aun2iju] { border-color: #06b6d4; background: #f0fdfa; }
.adaptive-step-detail.topic-6[b-lg9aun2iju] { border-color: #ec4899; background: #fdf2f8; }
.adaptive-step-detail.topic-7[b-lg9aun2iju] { border-color: #84cc16; background: #fefce8; }

.adaptive-step-heading.topic-0[b-lg9aun2iju] { color: #3b82f6; }
.adaptive-step-heading.topic-1[b-lg9aun2iju] { color: #10b981; }
.adaptive-step-heading.topic-2[b-lg9aun2iju] { color: #f59e0b; }
.adaptive-step-heading.topic-3[b-lg9aun2iju] { color: #8b5cf6; }
.adaptive-step-heading.topic-4[b-lg9aun2iju] { color: #ef4444; }
.adaptive-step-heading.topic-5[b-lg9aun2iju] { color: #06b6d4; }
.adaptive-step-heading.topic-6[b-lg9aun2iju] { color: #ec4899; }
.adaptive-step-heading.topic-7[b-lg9aun2iju] { color: #84cc16; }

/* --- Simulation Timeline --- */
.adaptive-sim-timeline[b-lg9aun2iju] {
    display: flex;
    flex-wrap: wrap;
    gap: 3px;
    margin-bottom: 12px;
}

.adaptive-sim-btn[b-lg9aun2iju] {
    width: 28px;
    height: 28px;
    border-radius: 4px;
    font-size: 0.6rem;
    cursor: pointer;
    border: 2px solid transparent;
    color: white;
    font-weight: 600;
    line-height: 1;
}

.adaptive-sim-btn.selected[b-lg9aun2iju] {
    border-color: #000;
}

.adaptive-sim-btn.topic-0[b-lg9aun2iju] { background: #3b82f6; }
.adaptive-sim-btn.topic-1[b-lg9aun2iju] { background: #10b981; }
.adaptive-sim-btn.topic-2[b-lg9aun2iju] { background: #f59e0b; }
.adaptive-sim-btn.topic-3[b-lg9aun2iju] { background: #8b5cf6; }
.adaptive-sim-btn.topic-4[b-lg9aun2iju] { background: #ef4444; }
.adaptive-sim-btn.topic-5[b-lg9aun2iju] { background: #06b6d4; }
.adaptive-sim-btn.topic-6[b-lg9aun2iju] { background: #ec4899; }
.adaptive-sim-btn.topic-7[b-lg9aun2iju] { background: #84cc16; }

/* --- Topic Color Legend --- */
.adaptive-legend[b-lg9aun2iju] {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 0.8rem;
}

.adaptive-legend-item[b-lg9aun2iju] {
    display: flex;
    align-items: center;
    gap: 4px;
}

.adaptive-legend-swatch[b-lg9aun2iju] {
    width: 12px;
    height: 12px;
    border-radius: 2px;
}

.adaptive-legend-swatch.topic-0[b-lg9aun2iju] { background: #3b82f6; }
.adaptive-legend-swatch.topic-1[b-lg9aun2iju] { background: #10b981; }
.adaptive-legend-swatch.topic-2[b-lg9aun2iju] { background: #f59e0b; }
.adaptive-legend-swatch.topic-3[b-lg9aun2iju] { background: #8b5cf6; }
.adaptive-legend-swatch.topic-4[b-lg9aun2iju] { background: #ef4444; }
.adaptive-legend-swatch.topic-5[b-lg9aun2iju] { background: #06b6d4; }
.adaptive-legend-swatch.topic-6[b-lg9aun2iju] { background: #ec4899; }
.adaptive-legend-swatch.topic-7[b-lg9aun2iju] { background: #84cc16; }

/* --- Summary Table --- */
.adaptive-summary-table[b-lg9aun2iju] {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
    margin-top: 4px;
}

.adaptive-summary-table th[b-lg9aun2iju] {
    padding: 6px 8px;
    text-align: left;
    border-bottom: 2px solid #e5e7eb;
}

.adaptive-summary-table td[b-lg9aun2iju] {
    padding: 6px 8px;
    border-bottom: 1px solid #f3f4f6;
}

.adaptive-summary-table .topic-0[b-lg9aun2iju] { color: #3b82f6; font-weight: 600; }
.adaptive-summary-table .topic-1[b-lg9aun2iju] { color: #10b981; font-weight: 600; }
.adaptive-summary-table .topic-2[b-lg9aun2iju] { color: #f59e0b; font-weight: 600; }
.adaptive-summary-table .topic-3[b-lg9aun2iju] { color: #8b5cf6; font-weight: 600; }
.adaptive-summary-table .topic-4[b-lg9aun2iju] { color: #ef4444; font-weight: 600; }
.adaptive-summary-table .topic-5[b-lg9aun2iju] { color: #06b6d4; font-weight: 600; }
.adaptive-summary-table .topic-6[b-lg9aun2iju] { color: #ec4899; font-weight: 600; }
.adaptive-summary-table .topic-7[b-lg9aun2iju] { color: #84cc16; font-weight: 600; }

/* --- Topic Snapshot (all-topics-after-step) --- */
.adaptive-topic-snapshot[b-lg9aun2iju] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 4px;
}

.adaptive-topic-chip[b-lg9aun2iju] {
    font-size: 0.75rem;
    padding: 4px 8px;
    border-radius: 4px;
    border: 1px solid #d1d5db;
    background: #f9fafb;
}

.adaptive-topic-chip.topic-0[b-lg9aun2iju] { border-color: #3b82f6; }
.adaptive-topic-chip.topic-1[b-lg9aun2iju] { border-color: #10b981; }
.adaptive-topic-chip.topic-2[b-lg9aun2iju] { border-color: #f59e0b; }
.adaptive-topic-chip.topic-3[b-lg9aun2iju] { border-color: #8b5cf6; }
.adaptive-topic-chip.topic-4[b-lg9aun2iju] { border-color: #ef4444; }
.adaptive-topic-chip.topic-5[b-lg9aun2iju] { border-color: #06b6d4; }
.adaptive-topic-chip.topic-6[b-lg9aun2iju] { border-color: #ec4899; }
.adaptive-topic-chip.topic-7[b-lg9aun2iju] { border-color: #84cc16; }

/* --- Termination Status Colors --- */
.adaptive-status-mastery[b-lg9aun2iju] { color: #16a34a; }
.adaptive-status-failed[b-lg9aun2iju] { color: #dc2626; }
.adaptive-status-irt[b-lg9aun2iju] { color: #7c3aed; }
.adaptive-status-selection[b-lg9aun2iju] { color: #059669; }

/* --- Difficulty Progression --- */
.adaptive-progression-section[b-lg9aun2iju] {
    margin-bottom: 12px;
}

.adaptive-progression-heading[b-lg9aun2iju] {
    font-size: 0.85rem;
}

.adaptive-progression-heading.topic-0[b-lg9aun2iju] { color: #3b82f6; }
.adaptive-progression-heading.topic-1[b-lg9aun2iju] { color: #10b981; }
.adaptive-progression-heading.topic-2[b-lg9aun2iju] { color: #f59e0b; }
.adaptive-progression-heading.topic-3[b-lg9aun2iju] { color: #8b5cf6; }
.adaptive-progression-heading.topic-4[b-lg9aun2iju] { color: #ef4444; }
.adaptive-progression-heading.topic-5[b-lg9aun2iju] { color: #06b6d4; }
.adaptive-progression-heading.topic-6[b-lg9aun2iju] { color: #ec4899; }
.adaptive-progression-heading.topic-7[b-lg9aun2iju] { color: #84cc16; }

/* --- Settings Topic Label --- */
.adaptive-settings-topic-label[b-lg9aun2iju] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.adaptive-settings-topic-name[b-lg9aun2iju] {
    font-weight: 500;
}

.adaptive-settings-topic-name.topic-0[b-lg9aun2iju] { color: #3b82f6; }
.adaptive-settings-topic-name.topic-1[b-lg9aun2iju] { color: #10b981; }
.adaptive-settings-topic-name.topic-2[b-lg9aun2iju] { color: #f59e0b; }
.adaptive-settings-topic-name.topic-3[b-lg9aun2iju] { color: #8b5cf6; }
.adaptive-settings-topic-name.topic-4[b-lg9aun2iju] { color: #ef4444; }
.adaptive-settings-topic-name.topic-5[b-lg9aun2iju] { color: #06b6d4; }
.adaptive-settings-topic-name.topic-6[b-lg9aun2iju] { color: #ec4899; }
.adaptive-settings-topic-name.topic-7[b-lg9aun2iju] { color: #84cc16; }

/* --- General Layout Helpers --- */
.adaptive-outcome-info[b-lg9aun2iju] {
    margin-bottom: 12px;
}

.adaptive-snapshot-label[b-lg9aun2iju] {
    font-size: 0.8rem;
}
