/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-1xazw3s52x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1xazw3s52x] {
    flex: 1;
}

.sidebar[b-1xazw3s52x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1xazw3s52x] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1xazw3s52x]  a, .top-row[b-1xazw3s52x]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1xazw3s52x]  a:hover, .top-row[b-1xazw3s52x]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1xazw3s52x]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1xazw3s52x] {
        justify-content: space-between;
    }

    .top-row[b-1xazw3s52x]  a, .top-row[b-1xazw3s52x]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1xazw3s52x] {
        flex-direction: row;
    }

    .sidebar[b-1xazw3s52x] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1xazw3s52x] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1xazw3s52x]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1xazw3s52x], article[b-1xazw3s52x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1xazw3s52x] {
    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-1xazw3s52x] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rox10rn5wo],
.components-reconnect-repeated-attempt-visible[b-rox10rn5wo],
.components-reconnect-failed-visible[b-rox10rn5wo],
.components-pause-visible[b-rox10rn5wo],
.components-resume-failed-visible[b-rox10rn5wo],
.components-rejoining-animation[b-rox10rn5wo] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-retrying[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-failed[b-rox10rn5wo],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-rox10rn5wo] {
    display: block;
}


#components-reconnect-modal[b-rox10rn5wo] {
    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-rox10rn5wo 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-rox10rn5wo 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-rox10rn5wo 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-rox10rn5wo]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-rox10rn5wo 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-rox10rn5wo {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-rox10rn5wo {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-rox10rn5wo {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-rox10rn5wo] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-rox10rn5wo] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-rox10rn5wo] {
    border: 0;
    background-color: #3b6ea2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-rox10rn5wo] {
        background-color: #2f5885;
    }

    #components-reconnect-modal button:active[b-rox10rn5wo] {
        background-color: #3b6ea2;
    }

.components-rejoining-animation[b-rox10rn5wo] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-rox10rn5wo] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-rox10rn5wo 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-rox10rn5wo] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-rox10rn5wo {
    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/Shared/ReleaseArtifacts.razor.rz.scp.css */
/* Supply-chain artifact strip on the Downloads page. Scoped styles rather than utilities in
   Styles/app.css: nothing else on the site renders this, and the global sheet is Tailwind-purged. */

.artifact[b-spq2h294uk] {
    margin-top: var(--space-3);
    padding: var(--space-3);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-bg-subtle);
}

.artifact__head[b-spq2h294uk] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--space-2) var(--space-3);
}

.artifact__label[b-spq2h294uk] {
    font-family: var(--font-mono);
    font-size: var(--text-xs);
    text-transform: uppercase;
    letter-spacing: var(--tracking-eyebrow);
    color: var(--color-text-subtle);
    /* Fixed width so the scan and SBOM rows line up under one another. */
    min-width: 9rem;
}

.artifact__badges[b-spq2h294uk] { display: inline-flex; flex-wrap: wrap; gap: var(--space-1); }

.artifact__split[b-spq2h294uk],
.artifact__note[b-spq2h294uk] { font-size: var(--text-xs); color: var(--color-text-muted); }

/* Actions hug the right edge on a wide row, and fall in line when the row wraps. */
.artifact__actions[b-spq2h294uk] {
    margin-left: auto;
    display: inline-flex;
    flex-wrap: wrap;
    gap: var(--space-2);
}

.artifact__panel[b-spq2h294uk] {
    margin-top: var(--space-3);
    padding-top: var(--space-3);
    border-top: 1px solid var(--color-border);
}

.artifact__filters[b-spq2h294uk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: var(--space-2);
    margin-bottom: var(--space-3);
}

/* Segmented control for the app / OS split — the filter the whole viewer exists for. */
.artifact__scopes[b-spq2h294uk] {
    display: inline-flex;
    border: 1px solid var(--color-border-strong);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: var(--color-bg);
}

.artifact__scope[b-spq2h294uk] {
    padding: 0.375rem 0.625rem;
    font-size: var(--text-xs);
    font-weight: 500;
    color: var(--color-text-muted);
    background: none;
    border: none;
    border-right: 1px solid var(--color-border);
    cursor: pointer;
    white-space: nowrap;
    transition: background var(--motion-fast), color var(--motion-fast);
}

.artifact__scope:last-child[b-spq2h294uk] { border-right: none; }
.artifact__scope:hover[b-spq2h294uk] { background: var(--color-bg-elevated); color: var(--color-text); }

.artifact__scope--on[b-spq2h294uk] {
    background: var(--color-bg-elevated);
    color: var(--color-accent);
    font-weight: 600;
}

.artifact__count[b-spq2h294uk] { color: var(--color-text-subtle); font-variant-numeric: tabular-nums; }
.artifact__scope--on .artifact__count[b-spq2h294uk] { color: inherit; }

.artifact__search[b-spq2h294uk] {
    width: auto;
    flex: 1 1 14rem;
    min-width: 12rem;
    padding: 0.375rem 0.625rem;
    font-size: var(--text-xs);
}

.artifact__select[b-spq2h294uk] {
    width: auto;
    padding: 0.375rem 0.625rem;
    font-size: var(--text-xs);
}

/* The table scrolls inside its own box; the page itself never scrolls sideways. */
.artifact__scroll[b-spq2h294uk] {
    overflow: auto;
    max-height: 28rem;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-bg);
}

.artifact__scroll .table th[b-spq2h294uk],
.artifact__scroll .table td[b-spq2h294uk] {
    padding: var(--space-2) var(--space-3);
    font-size: var(--text-xs);
    white-space: nowrap;
}

/* Header stays put while a few hundred components scroll past it. */
.artifact__scroll .table th[b-spq2h294uk] {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--color-bg);
}

.artifact__link[b-spq2h294uk] { color: var(--color-accent); }
.artifact__fixed[b-spq2h294uk] { color: var(--color-success-text); font-weight: 600; }
.artifact__none[b-spq2h294uk] { color: var(--color-text-subtle); }
.artifact__empty[b-spq2h294uk] { margin: 0; font-size: var(--text-sm); color: var(--color-text-muted); }
.artifact__more[b-spq2h294uk] { margin-top: var(--space-2); }

@media (max-width: 767px) {
    .artifact__label[b-spq2h294uk] { min-width: 0; }
    .artifact__actions[b-spq2h294uk] { margin-left: 0; }
    /* The stacked-card layout needs to wrap, and sticky headers are hidden in that mode anyway. */
    .artifact__scroll .table td[b-spq2h294uk] { white-space: normal; }
    .artifact__scroll[b-spq2h294uk] { max-height: none; }
}
/* /Components/Shared/SignInActivityNotice.razor.rz.scp.css */
/* Sign-in activity banner. Sits in the portal shell's banner slot, above the main content. */

.signin-notice[b-bthmf3wwi9] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-2);
    padding: var(--space-2) var(--space-4);
    font-size: var(--text-sm);
    background: var(--color-bg-elevated);
    color: var(--color-text-muted);
    border-bottom: 1px solid var(--color-border);
}

/* Failed attempts are the case worth interrupting for, so only that state takes the warning colour. */
.signin-notice--warn[b-bthmf3wwi9] {
    background: var(--color-warning-bg);
    color: var(--color-warning-text);
}

.signin-notice__icon[b-bthmf3wwi9] { flex: none; line-height: 1.5; }
.signin-notice__text[b-bthmf3wwi9] { flex: 1; line-height: 1.5; }
.signin-notice__text a[b-bthmf3wwi9] { color: inherit; text-decoration: underline; }
.signin-notice--warn .signin-notice__text strong[b-bthmf3wwi9] { color: var(--color-warning-text); }

.signin-notice__dismiss[b-bthmf3wwi9] {
    flex: none;
    padding: 0 var(--space-1);
    background: none;
    border: none;
    color: inherit;
    opacity: 0.7;
    cursor: pointer;
    line-height: 1.5;
}

.signin-notice__dismiss:hover[b-bthmf3wwi9] { opacity: 1; }
