/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-oji1zr47nz] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--app-canvas);
}

main[b-oji1zr47nz] { flex: 1; min-width: 0; }

.sidebar[b-oji1zr47nz] { background: var(--app-sidebar); color: var(--app-sidebar-text); }

.workspace-toolbar[b-oji1zr47nz] {
    min-height: 4rem;
    padding: 0.65rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    background: var(--app-surface);
    border-bottom: 1px solid var(--app-border);
    position: sticky;
    top: 0;
    z-index: 20;
}

.toolbar-context[b-oji1zr47nz] { display: grid; line-height: 1.15; }
.toolbar-context strong[b-oji1zr47nz] { color: var(--app-text); font-size: 0.95rem; }
.toolbar-kicker[b-oji1zr47nz] { color: var(--app-text-muted); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.toolbar-actions[b-oji1zr47nz] { display: flex; align-items: center; gap: 0.5rem; }

.content[b-oji1zr47nz] { padding: 0 1.5rem 2rem; }

@media (max-width: 640.98px) {
    .workspace-toolbar[b-oji1zr47nz] { padding-inline: 1rem; }
    .toolbar-context[b-oji1zr47nz] { display: none; }
    .toolbar-actions[b-oji1zr47nz] { width: 100%; justify-content: flex-end; }
    .toolbar-actions .btn:first-child[b-oji1zr47nz] { display: none; }
    .content[b-oji1zr47nz] { padding-inline: 0.75rem; }
}

@media (min-width: 641px) {
    .page[b-oji1zr47nz] { flex-direction: row; }
    .sidebar[b-oji1zr47nz] { width: 16rem; height: 100vh; position: sticky; top: 0; flex: 0 0 16rem; }
}

#blazor-error-ui[b-oji1zr47nz] {
    color-scheme: light only;
    background: var(--app-warning-soft);
    border-top: 1px solid var(--app-warning-border);
    bottom: 0;
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 3rem 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-oji1zr47nz] { cursor: pointer; position: absolute; right: 1rem; top: 0.65rem; }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-zx3jyrc9ll] {
    min-height: 4.5rem;
    padding: 0.875rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(219, 229, 246, 0.13);
}

.sidebar-collapse-toggle[b-zx3jyrc9ll] { position: absolute; width: 1px; height: 1px; opacity: 0; }

.sidebar-collapse-label[b-zx3jyrc9ll] {
    width: 2rem;
    height: 2rem;
    border: 1px solid rgba(219, 229, 246, 0.2);
    border-radius: 0.45rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    color: var(--app-sidebar-muted);
    cursor: pointer;
    transition: color 160ms ease-out, background-color 160ms ease-out;
}

.sidebar-collapse-label:hover[b-zx3jyrc9ll] { color: var(--app-sidebar-text); background: rgba(219, 229, 246, 0.08); }
.sidebar-collapse-label:focus-visible[b-zx3jyrc9ll] { outline: 2px solid var(--app-focus); outline-offset: 2px; }
.sidebar-collapse-toggle:focus-visible ~ .nav-brand .sidebar-collapse-label[b-zx3jyrc9ll] { outline: 2px solid var(--app-focus); outline-offset: 2px; }
.sidebar-collapse-label span[b-zx3jyrc9ll] { font-size: 1.5rem; line-height: 1; transition: transform 180ms ease-out; }

.brand-link[b-zx3jyrc9ll] {
    color: var(--app-sidebar-text);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    min-width: 0;
}

.brand-mark[b-zx3jyrc9ll] {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.625rem;
    display: grid;
    place-items: center;
    flex: 0 0 auto;
    background: var(--app-accent);
    color: var(--app-on-accent);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.brand-copy[b-zx3jyrc9ll] { display: grid; line-height: 1.15; }
.brand-copy strong[b-zx3jyrc9ll] { font-size: 1rem; letter-spacing: -0.01em; }
.brand-copy small[b-zx3jyrc9ll] { margin-top: 0.25rem; color: var(--app-sidebar-muted); font-size: 0.72rem; }

.nav-toggle[b-zx3jyrc9ll] { display: none; }

.nav-toggle-label[b-zx3jyrc9ll] {
    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid rgba(219, 229, 246, 0.2);
    border-radius: 0.5rem;
    display: none;
    place-content: center;
    gap: 0.25rem;
    cursor: pointer;
}

.nav-toggle-label span[b-zx3jyrc9ll] { width: 1.1rem; height: 2px; background: currentColor; border-radius: 2px; }

.nav-scrollable[b-zx3jyrc9ll] {
    height: calc(100vh - 4.5rem);
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    padding: 0.75rem;
}

.nav-group[b-zx3jyrc9ll] { margin-bottom: 0.75rem; }
.nav-group-admin[b-zx3jyrc9ll] { margin-top: 0.25rem; }

.nav-group-label[b-zx3jyrc9ll] {
    padding: 0.5rem 0.75rem 0.35rem;
    color: var(--app-sidebar-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.nav-details > summary[b-zx3jyrc9ll]::-webkit-details-marker {
    display: none;
}

.nav-details[open] .expand-icon[b-zx3jyrc9ll] {
    transform: rotate(180deg);
}

.expand-icon[b-zx3jyrc9ll] {
    transition: transform 150ms ease-out;
}

[b-zx3jyrc9ll] .nav-link {
    min-height: 2.65rem;
    padding: 0.55rem 0.75rem;
    border-radius: 0.55rem;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    color: var(--app-sidebar-muted);
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: color 160ms ease-out, background-color 160ms ease-out;
}

[b-zx3jyrc9ll] .nav-link:hover { color: var(--app-sidebar-text); background: rgba(219, 229, 246, 0.08); }
[b-zx3jyrc9ll] .nav-link.active { color: var(--app-sidebar-text); background: var(--app-sidebar-active); font-weight: 650; }
[b-zx3jyrc9ll] .nav-link:focus-visible { outline: 2px solid var(--app-focus); outline-offset: 2px; }

.nav-symbol[b-zx3jyrc9ll] {
    width: 1.25rem;
    height: 1.25rem;
    display: inline-grid;
    place-items: center;
    flex: 0 0 auto;
    color: currentColor;
    font-size: 1rem;
    font-weight: 700;
}

.nav-status[b-zx3jyrc9ll] {
    margin-top: auto;
    padding: 0.75rem;
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    color: var(--app-sidebar-text);
    border-top: 1px solid rgba(219, 229, 246, 0.13);
}

.nav-status > span:last-child[b-zx3jyrc9ll] { display: grid; font-size: 0.75rem; }
.nav-status small[b-zx3jyrc9ll] { color: var(--app-sidebar-muted); margin-top: 0.1rem; }
.status-dot[b-zx3jyrc9ll] { width: 0.5rem; height: 0.5rem; margin-top: 0.25rem; border-radius: 50%; background: var(--app-success); }

.sidebar-collapse-toggle:checked ~ .nav-brand[b-zx3jyrc9ll] { padding-block: 0.5rem; padding-inline: 0.75rem; justify-content: center; flex-direction: column; align-items: center; gap: 0.25rem; }
.sidebar-collapse-toggle:checked ~ .nav-brand .brand-copy[b-zx3jyrc9ll],
.sidebar-collapse-toggle:checked ~ .nav-brand .nav-toggle-label[b-zx3jyrc9ll] { display: none; }
.sidebar-collapse-toggle:checked ~ .nav-brand .sidebar-collapse-label span[b-zx3jyrc9ll] { transform: rotate(180deg); }
.sidebar-collapse-toggle:checked ~ .nav-scrollable[b-zx3jyrc9ll] { padding-inline: 0.5rem; }
.sidebar-collapse-toggle:checked ~ .nav-scrollable[b-zx3jyrc9ll]  .nav-group-label,
.sidebar-collapse-toggle:checked ~ .nav-scrollable[b-zx3jyrc9ll]  .nav-text,
.sidebar-collapse-toggle:checked ~ .nav-scrollable[b-zx3jyrc9ll]  .nav-status > span:last-child { display: none !important; }
.sidebar-collapse-toggle:checked ~ .nav-scrollable[b-zx3jyrc9ll]  .nav-link { justify-content: center; padding-inline: 0.5rem; }
.sidebar-collapse-toggle:checked ~ .nav-scrollable .nav-status[b-zx3jyrc9ll] { justify-content: center; padding-inline: 0; }

@media (max-width: 640.98px) {
    .sidebar-collapse-label[b-zx3jyrc9ll], .sidebar-collapse-toggle[b-zx3jyrc9ll] { display: none; }
    .nav-brand[b-zx3jyrc9ll] { min-height: 3.75rem; padding-block: 0.625rem; }
    .nav-toggle-label[b-zx3jyrc9ll] { display: grid; }
    .nav-scrollable[b-zx3jyrc9ll] { display: none; height: calc(100dvh - 3.75rem); }
    .nav-toggle:checked ~ .nav-scrollable[b-zx3jyrc9ll] { display: flex; }
}

@media (prefers-reduced-motion: reduce) {
    [b-zx3jyrc9ll] .nav-link, .sidebar-collapse-label[b-zx3jyrc9ll], .sidebar-collapse-label span[b-zx3jyrc9ll] { transition: none; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-l1e05639ha],
.components-reconnect-repeated-attempt-visible[b-l1e05639ha],
.components-reconnect-failed-visible[b-l1e05639ha],
.components-pause-visible[b-l1e05639ha],
.components-resume-failed-visible[b-l1e05639ha],
.components-rejoining-animation[b-l1e05639ha] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-retrying[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-failed[b-l1e05639ha],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-l1e05639ha] {
    display: block;
}


#components-reconnect-modal[b-l1e05639ha] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-l1e05639ha 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-l1e05639ha 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-l1e05639ha 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-l1e05639ha]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-l1e05639ha 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-l1e05639ha {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-l1e05639ha {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-l1e05639ha {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-l1e05639ha] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-l1e05639ha] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-l1e05639ha] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-l1e05639ha] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-l1e05639ha] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-l1e05639ha] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-l1e05639ha] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-l1e05639ha 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-l1e05639ha] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-l1e05639ha {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/NotesDetails.razor.rz.scp.css */
.notes-details-page[b-idr5ynxu46]  .table-responsive:has(.clinical-summary-table) {
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scrollbar-gutter: stable;
    -webkit-overflow-scrolling: touch;
}

.notes-details-page[b-idr5ynxu46]  .clinical-summary-table {
    width: 100%;
    min-width: 100%;
    table-layout: fixed;
}

.notes-details-page[b-idr5ynxu46]  .clinical-summary-table th,
.notes-details-page[b-idr5ynxu46]  .clinical-summary-table td {
    min-width: 0;
    vertical-align: top;
    text-align: left;
    text-indent: 0;
    white-space: normal;
    overflow-wrap: anywhere;
}

.notes-details-page[b-idr5ynxu46]  .clinical-summary-table thead th {
    position: relative;
}

.notes-details-page[b-idr5ynxu46]  .clinical-summary-table thead th::after {
    position: absolute;
    inset-block: 0;
    inset-inline-end: -0.35rem;
    z-index: 2;
    width: 0.7rem;
    content: "";
    cursor: col-resize;
    touch-action: none;
}

.notes-details-page[b-idr5ynxu46]  .clinical-summary-table thead th:hover::after {
    background: oklch(55% 0.12 250 / 0.12);
}

.notes-details-page[b-idr5ynxu46]  .clinical-summary-table:has(thead th:nth-child(2):last-child) th:first-child,
.notes-details-page[b-idr5ynxu46]  .clinical-summary-table:has(thead th:nth-child(2):last-child) td:first-child {
    width: 28%;
}

.notes-details-page[b-idr5ynxu46]  .clinical-summary-table textarea {
    width: 100%;
    min-width: 0;
    resize: vertical;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table th:nth-child(1),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table td:nth-child(1),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table th:nth-child(1),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table td:nth-child(1) {
    width: 12%;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table th:nth-child(2),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table td:nth-child(2),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table th:nth-child(2),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table td:nth-child(2) {
    width: 18%;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table th:nth-child(3),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table td:nth-child(3),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table th:nth-child(3),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table td:nth-child(3) {
    width: 44%;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table th:nth-child(4),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table td:nth-child(4),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table th:nth-child(4),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table td:nth-child(4) {
    width: 16%;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table th:nth-child(5),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table td:nth-child(5),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table th:nth-child(5),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table td:nth-child(5) {
    width: 10%;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table:has(thead th:nth-child(3):last-child) th:nth-child(1),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table:has(thead th:nth-child(3):last-child) td:nth-child(1),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table:has(thead th:nth-child(3):last-child) th:nth-child(1),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table:has(thead th:nth-child(3):last-child) td:nth-child(1) {
    width: 15%;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table:has(thead th:nth-child(3):last-child) th:nth-child(2),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table:has(thead th:nth-child(3):last-child) td:nth-child(2),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table:has(thead th:nth-child(3):last-child) th:nth-child(2),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table:has(thead th:nth-child(3):last-child) td:nth-child(2) {
    width: 20%;
}

.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table:has(thead th:nth-child(3):last-child) th:nth-child(3),
.notes-details-page[b-idr5ynxu46]  #clinical-timeline + .table-responsive .clinical-summary-table:has(thead th:nth-child(3):last-child) td:nth-child(3),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table:has(thead th:nth-child(3):last-child) th:nth-child(3),
.notes-details-page[b-idr5ynxu46]  .clinical-timeline-table .clinical-summary-table:has(thead th:nth-child(3):last-child) td:nth-child(3) {
    width: 65%;
}

@media (max-width: 767.98px) {
    .notes-details-page[b-idr5ynxu46]  .clinical-summary-table {
        font-size: 0.82rem;
    }

    .notes-details-page[b-idr5ynxu46]  .clinical-summary-table th,
    .notes-details-page[b-idr5ynxu46]  .clinical-summary-table td {
        padding: 0.45rem;
    }
}
/* /Components/Pages/Pathology/PathologyBulkUpload.razor.rz.scp.css */
.bulk-upload-page[b-e5hbybotdu] { max-width: 100%; }
.upload-mode-tabs .nav-link[b-e5hbybotdu] { color: var(--app-text-muted); font-weight: 600; }
.upload-mode-tabs .nav-link.active[b-e5hbybotdu] { color: var(--app-on-accent); background: var(--app-accent); }
.bulk-dropzone[b-e5hbybotdu] {
    border: 1px dashed color-mix(in oklch, var(--app-accent) 55%, var(--app-border));
    border-radius: var(--app-radius-md); background: var(--app-surface-muted); cursor: pointer;
    padding: 2.5rem 1.25rem; transition: border-color 160ms ease-out, background-color 160ms ease-out;
}
.bulk-dropzone:hover[b-e5hbybotdu], .bulk-dropzone:focus-visible[b-e5hbybotdu], .bulk-dropzone.is-dragging[b-e5hbybotdu] {
    border-color: var(--app-accent); background: color-mix(in oklch, var(--app-accent) 7%, var(--app-surface));
    outline: 2px solid var(--app-focus); outline-offset: 2px;
}
.bulk-dropzone-label[b-e5hbybotdu] { align-items: center; cursor: pointer; display: flex; flex-direction: column; gap: .35rem; margin: 0; text-align: center; }
.bulk-folder-icon[b-e5hbybotdu] { color: var(--app-accent); font-size: 2rem; line-height: 1; }
.bulk-dropzone-link[b-e5hbybotdu] { color: var(--app-accent); text-decoration: underline; text-underline-offset: .15em; }
.bulk-progress[b-e5hbybotdu] { height: .6rem; }
.bulk-counts .badge[b-e5hbybotdu] { font-size: .78rem; padding: .5em .7em; }
.bulk-index[b-e5hbybotdu] { width: 3rem; } .bulk-size[b-e5hbybotdu] { width: 7rem; } .bulk-status[b-e5hbybotdu] { width: 8.5rem; } .bulk-actions[b-e5hbybotdu] { width: 9rem; }
@media (max-width: 767.98px) {
    .bulk-filters[b-e5hbybotdu] { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); width: 100%; }
    .bulk-filters .btn:first-child[b-e5hbybotdu] { grid-column: 1 / -1; }
    .bulk-dropzone[b-e5hbybotdu] { padding: 1.75rem 1rem; }
}
@media (prefers-reduced-motion: reduce) { .bulk-dropzone[b-e5hbybotdu] { transition: none; } }
/* /Components/Pages/Pathology/SummaryExperimentPanel.razor.rz.scp.css */
.summary-experiment[b-sradf1qobh]{border:1px solid #d8dee8;border-radius:.75rem;background:#fff;margin-bottom:1.5rem;box-shadow:0 8px 24px rgba(30,41,59,.05)}
.summary-experiment>summary[b-sradf1qobh]{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.15rem;font-weight:700;cursor:pointer;list-style:none;color:#172033}
.summary-experiment>summary[b-sradf1qobh]::-webkit-details-marker{display:none}.summary-count[b-sradf1qobh]{font-size:.78rem;font-weight:600;color:#687386;background:#f1f4f8;padding:.25rem .55rem;border-radius:999px}
.summary-body[b-sradf1qobh]{border-top:1px solid #e4e8ef;padding:1rem 1.15rem}.summary-actions[b-sradf1qobh]{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.summary-actions .btn:active[b-sradf1qobh]{transform:translateY(1px)}
.summary-comparison[b-sradf1qobh]{min-width:1050px;font-size:.82rem}.summary-comparison th[b-sradf1qobh]{white-space:nowrap;color:#435066}.summary-comparison td[b-sradf1qobh]{max-width:240px}.evidence-cell[b-sradf1qobh]{font-size:.76rem;color:#5f6b7c}
.candidate-history[b-sradf1qobh]{border-top:1px solid #e4e8ef}.candidate-row[b-sradf1qobh]{display:grid;grid-template-columns:20px 100px 150px 100px 100px minmax(170px,1fr) 90px 150px minmax(180px,1.4fr);gap:.65rem;align-items:center;padding:.7rem .2rem;border-bottom:1px solid #edf0f4;font-size:.78rem;cursor:pointer}.candidate-strategy[b-sradf1qobh]{font-weight:700}.issues[b-sradf1qobh]{color:#657084}.summary-empty[b-sradf1qobh]{margin:1rem 0 0;color:#687386;font-size:.9rem}
@media(max-width:900px){.candidate-row[b-sradf1qobh]{grid-template-columns:20px 1fr 1fr}.candidate-row>*:nth-child(n+4)[b-sradf1qobh]{grid-column:2/-1}.summary-body[b-sradf1qobh]{padding:.85rem}.summary-experiment>summary[b-sradf1qobh]{padding:.9rem}}
