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

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

.sidebar[b-zi0yuvgm6f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-zi0yuvgm6f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

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

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

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

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

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

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

    .top-row[b-zi0yuvgm6f], article[b-zi0yuvgm6f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

/* #blazor-error-ui styles live in wwwroot/visualspool.css so they're
   global (not scoped to MainLayout) and match the dark theme. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
/* Styles for this component live in visualspool.css (global).
   Scoped CSS cannot be used here because blazor.web.js manages the
   modal's state classes externally and doesn't know about scoped attributes. */
/* /Components/Shared/MaterialCompareTable.razor.rz.scp.css */
.vs-cmp[b-c887bb2k2s] {
    margin-bottom: 30px;
}

.vs-cmp-title[b-c887bb2k2s] {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    font-weight: 600;
    color: var(--vs-faint, #7d8799);
    margin-bottom: 8px;
}

.vs-cmp-scroll[b-c887bb2k2s] {
    overflow-x: auto;
    border: 1px solid var(--vs-border, var(--vs-hair-2, rgba(127, 127, 150, 0.28)));
    border-radius: 8px;
    background: var(--vs-surface, var(--mud-palette-surface));
}

.vs-cmp-table[b-c887bb2k2s] {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 12px;
    white-space: nowrap;
    width: max-content;
    min-width: 100%;
}

.vs-cmp-table th[b-c887bb2k2s],
.vs-cmp-table td[b-c887bb2k2s] {
    padding: 6px 11px;
    border-bottom: 1px solid var(--vs-hair-2, rgba(127, 127, 150, 0.18));
    text-align: left;
}

.vs-cmp-table th[b-c887bb2k2s] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--vs-surface-2, var(--vs-surface, var(--mud-palette-surface)));
    color: var(--vs-muted, #8b96a8);
    font-weight: 600;
    cursor: pointer;
    user-select: none;
}

.vs-cmp-table th:hover[b-c887bb2k2s] {
    color: var(--vs-text, #e6ebf2);
}

.vs-cmp-sticky[b-c887bb2k2s] {
    position: sticky;
    z-index: 2;
    background: var(--vs-surface, var(--mud-palette-surface));
}

/* First frozen column (Sort order): fixed width so the second can offset by it. */
.vs-cmp-sticky-0[b-c887bb2k2s] {
    left: 0;
    width: 84px;
    min-width: 84px;
    max-width: 84px;
}

/* Second frozen column (Name): sits flush against the first. */
.vs-cmp-sticky-1[b-c887bb2k2s] {
    left: 84px;
}

.vs-cmp-table thead .vs-cmp-sticky[b-c887bb2k2s] {
    z-index: 3;
    background: var(--vs-surface-2, var(--vs-surface, var(--mud-palette-surface)));
}

.vs-cmp-name[b-c887bb2k2s] {
    font-weight: 600;
    color: var(--vs-text, #e6ebf2);
}

.vs-cmp-arrow[b-c887bb2k2s] {
    font-size: 9px;
    margin-left: 4px;
    color: var(--vs-accent, #88a6cc);
}

.vs-cmp-table tbody tr:hover td[b-c887bb2k2s] {
    background: var(--vs-surface-2, rgba(127, 127, 150, 0.06));
}

.vs-cmp-table tbody tr:hover .vs-cmp-sticky[b-c887bb2k2s] {
    background: var(--vs-surface-3, var(--vs-surface-2, var(--mud-palette-surface)));
}
/* /Components/Shared/ScalePicker.razor.rz.scp.css */
.vs-scalepick[b-asjf7cz1yk] {
    margin-bottom: 2px;
}

.vs-scalepick-head[b-asjf7cz1yk] {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-bottom: 5px;
}

.vs-scalepick-label[b-asjf7cz1yk] {
    font-size: 13px;
    font-weight: 600;
    color: var(--vs-text, #e8e8ef);
}

.vs-scalepick-clear[b-asjf7cz1yk] {
    background: none;
    border: none;
    color: var(--vs-faint, #76809a);
    font-size: 11px;
    cursor: pointer;
    padding: 0;
}

.vs-scalepick-clear:hover[b-asjf7cz1yk] {
    color: var(--vs-accent, #6399de);
    text-decoration: underline;
}

.vs-scalepick-pills[b-asjf7cz1yk] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.vs-scalepick-pill[b-asjf7cz1yk] {
    font-size: 12px;
    padding: 5px 11px;
    border-radius: 999px;
    cursor: pointer;
    background: var(--vs-faint-bg, rgba(127, 127, 150, 0.08));
    border: 1px solid var(--vs-hair-2, rgba(127, 127, 150, 0.28));
    color: var(--vs-muted, #9aa0b4);
    transition: background .12s ease, border-color .12s ease, color .12s ease;
    line-height: 1.1;
}

.vs-scalepick-pill:hover[b-asjf7cz1yk] {
    border-color: var(--vs-accent, #6399de);
    color: var(--vs-text, #e8e8ef);
}

.vs-scalepick-pill.is-on[b-asjf7cz1yk] {
    background: var(--vs-accent, #6399de);
    border-color: var(--vs-accent, #6399de);
    color: #fff;
    font-weight: 600;
}

.vs-scalepick-pill:focus-visible[b-asjf7cz1yk] {
    outline: 2px solid var(--vs-accent, #6399de);
    outline-offset: 2px;
}

/* Slate (dim) + Dusk (lavender): the default muted text on the unselected pills
   reads too low-contrast on these dark themes. Brighten the off-state only
   (selected pills already have white text on the accent). */
html[data-theme="dim"] .vs-scalepick-pill:not(.is-on)[b-asjf7cz1yk],
html[data-theme="lavender"] .vs-scalepick-pill:not(.is-on)[b-asjf7cz1yk] {
    color: var(--vs-text-2);
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.20);
}

/* Locked: the picker is held at a fixed value by another field. Non-selected
   pills grey out and nothing is clickable; the selected pill stays readable. */
.vs-scalepick.is-disabled .vs-scalepick-pill[b-asjf7cz1yk] {
    cursor: default;
}

.vs-scalepick.is-disabled .vs-scalepick-pill:not(.is-on)[b-asjf7cz1yk] {
    opacity: 0.4;
}

.vs-scalepick.is-disabled .vs-scalepick-pill:hover[b-asjf7cz1yk] {
    border-color: var(--vs-hair-2, rgba(127, 127, 150, 0.28));
    color: var(--vs-muted, #9aa0b4);
}

.vs-scalepick-hint[b-asjf7cz1yk] {
    font-size: 11px;
    color: var(--vs-faint, #76809a);
    margin-top: 4px;
    line-height: 1.4;
}
