/* /Components/ImpedanceMeasurement/ImpedanceMeasurementChart.razor.rz.scp.css */
.impedance-chart-container[b-rlocbdekd2] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    background: var(--mud-palette-background);
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    overflow: hidden;
}

.impedance-chart-header[b-rlocbdekd2] {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 10px 14px;
    background: var(--mud-palette-appbar-background);
    border-bottom: 1px solid var(--mud-palette-divider);
    flex-shrink: 0;
}

.impedance-chart-title[b-rlocbdekd2] {
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.impedance-chart-legend[b-rlocbdekd2] {
    display: flex;
    align-items: center;
    gap: 6px;
}

.impedance-chart-swatch[b-rlocbdekd2] {
    width: 12px;
    height: 3px;
    border-radius: 2px;
}

.impedance-chart-swatch-primary[b-rlocbdekd2] {
    background: var(--mud-palette-info);
}

.impedance-chart-swatch-secondary[b-rlocbdekd2] {
    background: var(--mud-palette-warning);
}

.impedance-chart-swatch-primary-sim[b-rlocbdekd2] {
    background: repeating-linear-gradient(to right, var(--mud-palette-info) 0, var(--mud-palette-info) 5px, transparent 5px, transparent 8px);
}

.impedance-chart-swatch-secondary-sim[b-rlocbdekd2] {
    background: repeating-linear-gradient(to right, var(--mud-palette-warning) 0, var(--mud-palette-warning) 5px, transparent 5px, transparent 8px);
}

.impedance-chart-meta[b-rlocbdekd2] {
    margin-left: auto;
    display: flex;
    gap: 12px;
    align-items: center;
    color: var(--mud-palette-text-secondary);
}

.impedance-chart-canvas-host[b-rlocbdekd2] {
    flex: 1;
    min-height: 0;
    position: relative;
    background: var(--mud-palette-background);
}

.impedance-chart-footer[b-rlocbdekd2] {
    display: flex;
    gap: 16px;
    padding: 6px 14px;
    background: var(--mud-palette-appbar-background);
    border-top: 1px solid var(--mud-palette-divider);
    color: var(--mud-palette-text-secondary);
    flex-shrink: 0;
}

.impedance-chart-empty[b-rlocbdekd2] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: var(--mud-palette-text-secondary);
    font-size: 0.95rem;
}
/* /Components/ImpedanceMeasurement/ImpedanceMeasurementList.razor.rz.scp.css */
.measurement-list-root[b-cqn4usrcr7] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.measurement-list-header[b-cqn4usrcr7] {
    margin-bottom: 12px;
}

.measurement-list-stack[b-cqn4usrcr7] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
}

.measurement-card[b-cqn4usrcr7] {
    cursor: pointer;
    padding: 12px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    margin-bottom: 8px;
    background: var(--mud-palette-surface);
    transition: background-color 0.2s, border-color 0.2s;
}

.measurement-card:hover[b-cqn4usrcr7] {
    background: rgba(var(--mud-palette-text-primary-rgb), 0.04);
}

.measurement-card-selected[b-cqn4usrcr7] {
    background: rgba(var(--mud-palette-primary-rgb), 0.12);
    border: 2px solid var(--mud-palette-primary);
    padding: 11px;
}

.measurement-card-title[b-cqn4usrcr7] {
    font-size: 14px;
    font-weight: 600;
    color: var(--mud-palette-text-primary);
}

.measurement-card-meta[b-cqn4usrcr7] {
    font-size: 12px;
    color: var(--mud-palette-text-secondary);
}

.measurement-card-points[b-cqn4usrcr7] {
    font-size: 12px;
    color: var(--mud-palette-info);
    font-weight: 600;
}

.measurement-list-error[b-cqn4usrcr7] {
    background: rgba(var(--mud-palette-error-rgb), 0.12);
    color: var(--mud-palette-error);
    padding: 12px;
    border-radius: 4px;
    margin-top: 12px;
}
/* /Components/ImpedanceMeasurement/ImpedanceMeasurementSettings.razor.rz.scp.css */
.settings-content[b-3t3oz6npi6] {
    padding-top: 4px;
    padding-bottom: 4px;
}

:deep(.settings-content .mud-input-control)[b-3t3oz6npi6] {
    margin-top: 1px;
    margin-bottom: 1px;
}

:deep(.settings-content .mud-checkbox)[b-3t3oz6npi6] {
    margin: 0;
}

:deep(.mud-card-header)[b-3t3oz6npi6] {
    padding: 6px 8px;
}

:deep(.mud-card-content)[b-3t3oz6npi6] {
    padding: 6px 8px;
}
/* /Components/Simulation/SimulationResult.razor.rz.scp.css */
[b-jd3v7e6p3f] .simulation-result-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}
/* /Components/Simulation/SimulationTest.razor.rz.scp.css */
.simulation-wrapper[b-gwss43lh7m] {
    display: flex;
    flex-direction: column;
    height: 100%; /* Fills the MudPaper from Home.razor */
    width: 100%;
    gap: 12px;
}

.netlist-editor[b-gwss43lh7m] {
    flex: 1; /* This is the key: it takes all available space */
    width: 100%;
    font-family: 'Consolas', 'Monaco', monospace;
    padding: 10px;
    border: 1px solid var(--mud-palette-divider);
    border-radius: 4px;
    resize: none;
    background-color: var(--mud-palette-surface);
}

.action-bar[b-gwss43lh7m] {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-shrink: 0; /* Prevents the button area from getting squashed */
    padding-bottom: 4px;
}

.status-display[b-gwss43lh7m] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* /Components/SourceData/SourceDataComponent.razor.rz.scp.css */
.source-data-root[b-4330f1ef9e] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Toolbar styling */
.source-toolbar[b-4330f1ef9e] {
    padding: 4px 8px !important;
    background-color: var(--mud-palette-appbar-background);
}

.filter-box[b-4330f1ef9e] {
    width: 150px;
}

/* Tabs */
.source-tabs[b-4330f1ef9e] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-4330f1ef9e] .mud-tabs-panels {
    flex: 1 1 auto;
    overflow: auto;
    background-color: var(--mud-palette-surface);
}

/* Make tab labels smaller */
[b-4330f1ef9e] .mud-tab-label {
    font-size: 12px !important;
    padding: 2px 6px !important;
    min-height: 24px !important;
}

/* Make the tab bar shorter */
[b-4330f1ef9e] .mud-tabs-toolbar {
    min-height: 28px !important;
    padding: 0 !important;
}

/* Reduce panel padding */
[b-4330f1ef9e] .mud-tabs-panels {
    padding: 4px !important;
}



/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-a0zfa61qa1] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-a0zfa61qa1] {
    background-image: linear-gradient(180deg, var(--mud-palette-primary) 0%, var(--mud-palette-secondary) 70%);
}

.top-row[b-a0zfa61qa1] {
    background-color: var(--mud-palette-appbar-background);
    border-bottom: 1px solid var(--mud-palette-divider);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

    .top-row[b-a0zfa61qa1], article[b-a0zfa61qa1] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/HiasDataViewer.razor.rz.scp.css */
.workspace-container[b-axt0jg7yoz] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.workspace-grid[b-axt0jg7yoz] {
    display: grid;
    grid-template-columns: minmax(0, var(--hias-left-col, 1fr)) minmax(0, 2.5fr) minmax(0, var(--hias-right-col, 1fr));
    gap: 10px;
    width: 100%;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
    transition: grid-template-columns 220ms ease;
}

/* ── Left panel: two vertical sections ───────────────── */
.left-panel[b-axt0jg7yoz] {
    grid-column: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    transition: opacity 180ms ease, transform 180ms ease, max-width 220ms ease;
}

.left-drop-area[b-axt0jg7yoz] {
    flex: 0 0 25%;
    min-height: 0;
    overflow: hidden;
}

.left-tree-area[b-axt0jg7yoz] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

/* ── Middle panel ─────────────────────────────────────── */
.middle-panel[b-axt0jg7yoz] {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 0;
    min-height: 0;
}

.middle-top[b-axt0jg7yoz] {
    flex: 1;
    min-height: 0;
    overflow: hidden;
}

.middle-bottom[b-axt0jg7yoz] {
    flex: 0 0 220px;
    min-height: 0;
    overflow: hidden;
}

/* ── Right panel ──────────────────────────────────────── */
.right-panel[b-axt0jg7yoz] {
    grid-column: 3;
    min-width: 0;
    min-height: 0;
    overflow: hidden;
    transition: opacity 180ms ease, transform 180ms ease, max-width 220ms ease;
}

/* ── Shared card style ────────────────────────────────── */
.panel-card[b-axt0jg7yoz] {
    background: var(--mud-palette-background);
    border-radius: 6px;
    box-shadow: var(--mud-elevation-1);
    display: flex;
    flex-direction: column;
}

/* ── Middle info row (selection + Add button) ─────────── */
.middle-info-row[b-axt0jg7yoz] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    height: 100%;
}

.middle-info-block[b-axt0jg7yoz] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
    overflow: hidden;
}

.middle-tab-content[b-axt0jg7yoz] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.middle-terminal-host[b-axt0jg7yoz] {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.workspace-panel-collapsed[b-axt0jg7yoz] {
    opacity: 1;
    transform: none;
    max-width: 12px;
    min-width: 12px;
    position: relative;
    pointer-events: none;
}

.workspace-panel-collapsed > *[b-axt0jg7yoz] {
    opacity: 0;
}

.workspace-panel-collapsed[b-axt0jg7yoz]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 38px;
    border-radius: 999px;
    background: rgba(var(--mud-palette-primary-rgb), 0.35);
}
/* /Pages/Home.razor.rz.scp.css */
.home-grid[b-6sv6snw8sm] {
    display: flex;
    gap: 12px;
    /* 48px (Header) + 32px (Info Bar) + 48px for the menu bar= 128px */
    /* We subtract an extra 24px to account for the 12px top/bottom padding */
    height: calc(100vh - 154px );
    padding: 12px;
    box-sizing: border-box;
    align-items: stretch;
    overflow: hidden;
}

[b-6sv6snw8sm] .panel-paper {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto; /* Scrollbars appear inside the paper if content is too long */
}

.left-panel[b-6sv6snw8sm], .right-panel[b-6sv6snw8sm] {
    flex: 1 1 25%;
    max-width: 25%;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.middle-panel[b-6sv6snw8sm] {
    flex: 2 1 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: 100%;
    min-height: 0;
}

.middle-top[b-6sv6snw8sm] {
    flex: 0 0 60%; /* Fixed ratio */
    height: 60%;
    min-height: 0;
}

.middle-bottom[b-6sv6snw8sm] {
    flex: 1 1 40%; /* Fills the rest */
    height: 40%;
    min-height: 0;
}
/* /Pages/ImpedanceMeasurement.razor.rz.scp.css */
.workspace-container[b-6tuyh6dpxm] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.workspace-grid[b-6tuyh6dpxm] {
    display: grid;
    grid-template-columns: minmax(0, var(--imp-left-col, 1fr)) minmax(0, 2.5fr) minmax(0, var(--imp-right-col, 1fr));
    gap: 4px;
    width: 100%;
    height: 100%;
    padding: 4px;
    box-sizing: border-box;
    transition: grid-template-columns 220ms ease;
}

.left-panel[b-6tuyh6dpxm] {
    grid-column: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 180ms ease, transform 180ms ease, max-width 220ms ease;
}

.middle-panel[b-6tuyh6dpxm] {
    grid-column: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
    min-height: 0;
}

.middle-top[b-6tuyh6dpxm] {
    flex: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.middle-bottom[b-6tuyh6dpxm] {
    flex: 0 0 320px;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: flex-basis 220ms ease, max-height 220ms ease, opacity 180ms ease;
}

.right-panel[b-6tuyh6dpxm] {
    grid-column: 3;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 180ms ease, transform 180ms ease, max-width 220ms ease;
}

.panel-card[b-6tuyh6dpxm] {
    background: var(--mud-palette-background);
    border-radius: 6px;
    box-shadow: var(--mud-elevation-1);
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.panel-pad[b-6tuyh6dpxm] {
    padding: 4px;
}

.middle-tab-pad[b-6tuyh6dpxm] {
    padding: 2px;
}

.middle-tab-content[b-6tuyh6dpxm] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.middle-terminal-host[b-6tuyh6dpxm] {
    flex: 1;
    min-height: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.workspace-panel-collapsed[b-6tuyh6dpxm] {
    opacity: 1;
    transform: none;
    max-width: 12px;
    min-width: 12px;
    position: relative;
    pointer-events: none;
}

.workspace-panel-collapsed > *[b-6tuyh6dpxm] {
    opacity: 0;
}

.workspace-panel-collapsed[b-6tuyh6dpxm]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 38px;
    border-radius: 999px;
    background: rgba(var(--mud-palette-primary-rgb), 0.35);
}

.workspace-bottom-collapsed[b-6tuyh6dpxm] {
    flex-basis: 12px;
    max-height: 12px;
    min-height: 12px;
    position: relative;
    pointer-events: none;
}

.workspace-bottom-collapsed > *[b-6tuyh6dpxm] {
    opacity: 0;
}

.workspace-bottom-collapsed[b-6tuyh6dpxm]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: rgba(var(--mud-palette-primary-rgb), 0.35);
}

[b-6tuyh6dpxm] .panel-paper {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-sizing: border-box;
    flex: 1;
    min-height: 0;
}

[b-6tuyh6dpxm] .middle-tabs .mud-tabs-toolbar,
[b-6tuyh6dpxm] .middle-tabs .mud-tabs-tabbar {
    min-height: 26px;
}

[b-6tuyh6dpxm] .middle-tabs .mud-tab {
    min-height: 26px;
    padding: 1px 8px;
    font-size: 0.74rem;
}

[b-6tuyh6dpxm] .middle-tabs .mud-tab .mud-tab-content {
    line-height: 1.1;
}

[b-6tuyh6dpxm] .middle-tabs .mud-tabs-slider {
    height: 1px;
}

[b-6tuyh6dpxm] .middle-tabs .mud-tabs-panels {
    min-height: 0;
    height: 100%;
}

@media (max-width: 1200px) {
    .middle-bottom[b-6tuyh6dpxm] {
        flex-basis: 280px;
    }
}
/* /Pages/Simulation.razor.rz.scp.css */
.workspace-container[b-eimi3g9pal] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.workspace-grid[b-eimi3g9pal] {
    display: grid;
    grid-template-columns: minmax(0, var(--sim-left-col, 1fr)) minmax(0, 2fr) minmax(0, var(--sim-right-col, 1fr));
    grid-template-rows: 1fr;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
    transition: grid-template-columns 220ms ease;
}

.left-panel[b-eimi3g9pal] {
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 180ms ease, transform 180ms ease, max-width 220ms ease;
}

.middle-panel[b-eimi3g9pal] {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    grid-template-rows: minmax(0, 1fr) minmax(0, var(--sim-middle-bottom-row, 1fr));
    gap: 12px;
    min-width: 0;
    min-height: 0;
}

.middle-top[b-eimi3g9pal] {
    grid-row: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.middle-bottom[b-eimi3g9pal] {
    grid-row: 2;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: max-height 220ms ease, opacity 180ms ease;
}

.right-panel[b-eimi3g9pal] {
    grid-column: 3;
    grid-row: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: opacity 180ms ease, transform 180ms ease, max-width 220ms ease;
}

[b-eimi3g9pal] .panel-paper {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    box-sizing: border-box;
    flex: 1;
}

.workspace-panel-collapsed[b-eimi3g9pal] {
    opacity: 1;
    transform: none;
    max-width: 12px;
    min-width: 12px;
    position: relative;
    pointer-events: none;
}

.workspace-panel-collapsed > *[b-eimi3g9pal] {
    opacity: 0;
}

.workspace-panel-collapsed[b-eimi3g9pal]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4px;
    height: 38px;
    border-radius: 999px;
    background: rgba(var(--mud-palette-primary-rgb), 0.35);
}

.workspace-bottom-collapsed[b-eimi3g9pal] {
    max-height: 12px;
    min-height: 12px;
    position: relative;
    pointer-events: none;
}

.workspace-bottom-collapsed > *[b-eimi3g9pal] {
    opacity: 0;
}

.workspace-bottom-collapsed[b-eimi3g9pal]::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: rgba(var(--mud-palette-primary-rgb), 0.35);
}

[b-eimi3g9pal] .middle-tabs.sim-middle-tabs {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

[b-eimi3g9pal] .middle-tabs.sim-middle-tabs .mud-tabs-panels {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
    height: 100%;
}

[b-eimi3g9pal] .middle-tabs.sim-middle-tabs .mud-tabpanel,
[b-eimi3g9pal] .middle-tabs.sim-middle-tabs .mud-tab-panel {
    min-height: 0;
    height: 100%;
}

[b-eimi3g9pal] .middle-tabs.sim-middle-tabs .mud-tabpanel.mud-tabpanel-active,
[b-eimi3g9pal] .middle-tabs.sim-middle-tabs .mud-tab-panel.mud-tab-panel-active,
[b-eimi3g9pal] .middle-tabs.sim-middle-tabs .sim-output-tab {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
}

[b-eimi3g9pal] .middle-tabs.sim-middle-tabs .sim-output-textarea {
    display: block;
    height: 100%;
    min-height: 0;
}
/* /Pages/TestManager.razor.rz.scp.css */
.workspace-container[b-ex6rt7moi2] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden;
}

.workspace-grid[b-ex6rt7moi2] {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    width: 100%;
    height: 100%;
    padding: 12px;
    box-sizing: border-box;
}

.left-panel[b-ex6rt7moi2] {
    grid-column: 1;
    grid-row: 1 / 3;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.middle-panel[b-ex6rt7moi2] {
    grid-column: 2;
    grid-row: 1 / 3;
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 12px;
    min-width: 0;
    min-height: 0;
}

.middle-top[b-ex6rt7moi2] {
    grid-row: 1;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.middle-bottom[b-ex6rt7moi2] {
    grid-row: 2;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.right-panel[b-ex6rt7moi2] {
    grid-column: 3;
    grid-row: 1 / 3;
    min-width: 0;
    min-height: 0;
    display: flex;
    flex-direction: column;
}

.panel-shell[b-ex6rt7moi2] {
    padding: 20px;
    background: var(--mud-palette-background);
    border-radius: 4px;
    box-shadow: var(--mud-elevation-1);
    height: 100%;
    display: flex;
    flex-direction: column;
}

[b-ex6rt7moi2] .panel-paper {
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: auto;
    box-sizing: border-box;
    flex: 1;
}
