@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/AtlasLogo.razor.rz.scp.css */
.atlas-logo[b-st92007xcn] {
    display: inline-flex;
    align-items: center;
    gap: 0.42em;
    user-select: none;
}

.atlas-word[b-st92007xcn] {
    font-weight: 800;
    letter-spacing: 0.06em;
    color: var(--ink-950);
    line-height: 1;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

.atlas-logo.on-dark .atlas-word[b-st92007xcn] {
    color: #FFFFFF;
}
/* /Components/Layout/BlankLayout.razor.rz.scp.css */
.blank-main[b-6nyg2pgerr] {
    min-height: 100vh;
    background: var(--canvas);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-qp3wg03dcj] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-qp3wg03dcj] {
    flex: 1;
    background: var(--canvas);
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.topbar[b-qp3wg03dcj] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 56px;
    padding: 0 40px;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    position: sticky;
    top: 0;
    z-index: 30;
}

.topbar-actions[b-qp3wg03dcj] {
    display: flex;
    align-items: center;
    gap: 12px;
}

.topbar-divider[b-qp3wg03dcj] {
    width: 1px;
    height: 22px;
    background: var(--line);
}

.user-chip[b-qp3wg03dcj] {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.user-dot[b-qp3wg03dcj] {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--atlas-red);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.user-mail[b-qp3wg03dcj] {
    color: var(--ink-600);
    font-size: 12.5px;
    font-weight: 500;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.signout-form[b-qp3wg03dcj] {
    display: flex;
}

.signout[b-qp3wg03dcj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    padding: 0;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: transparent;
    color: var(--ink-500);
    cursor: pointer;
    transition: background .12s ease, color .12s ease, border-color .12s ease;
}

    .signout svg[b-qp3wg03dcj] {
        width: 16px;
        height: 16px;
    }

    .signout:hover[b-qp3wg03dcj] {
        color: var(--atlas-red);
        border-color: rgba(232, 38, 29, 0.4);
        background: var(--atlas-red-soft);
    }

.sidebar[b-qp3wg03dcj] {
    background: var(--ink-950);
}

.content[b-qp3wg03dcj] {
    padding: 34px 40px 72px;
    max-width: 1680px;
}

@media (min-width: 901px) {
    .page[b-qp3wg03dcj] {
        flex-direction: row;
    }

    .sidebar[b-qp3wg03dcj] {
        width: 248px;
        flex-shrink: 0;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: auto;
    }
}

@media (max-width: 900.98px) {
    .content[b-qp3wg03dcj] {
        padding: 24px 18px 56px;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.brand[b-i0slttaahn] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 20px 16px;
}

.env-chip[b-i0slttaahn] {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.09em;
    color: #FFB4AF;
    background: rgba(232, 38, 29, 0.16);
    border: 1px solid rgba(232, 38, 29, 0.35);
    border-radius: 5px;
    padding: 2px 7px;
}

.navbar-toggler[b-i0slttaahn] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.2rem;
    color: white;
    position: absolute;
    top: 0.8rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") no-repeat center/1.6rem rgba(255, 255, 255, 0.05);
}

    .navbar-toggler:checked[b-i0slttaahn] {
        background-color: rgba(255, 255, 255, 0.15);
    }

.nav-scrollable[b-i0slttaahn] {
    display: none;
    flex-direction: column;
    min-height: 0;
}

.navbar-toggler:checked ~ .nav-scrollable[b-i0slttaahn] {
    display: flex;
}

.nav-items[b-i0slttaahn] {
    display: flex;
    flex-direction: column;
    gap: 1px;
    padding: 4px 12px;
}

[b-i0slttaahn] .nav-link {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 8px 12px;
    border-radius: 8px;
    color: #9DA2AB;
    font-size: 13.5px;
    font-weight: 500;
    letter-spacing: -0.004em;
    text-decoration: none;
    transition: background .12s ease, color .12s ease;
}

    [b-i0slttaahn] .nav-link svg {
        width: 16.5px;
        height: 16.5px;
        flex-shrink: 0;
        opacity: 0.92;
    }

    [b-i0slttaahn] .nav-link:hover {
        color: #EDEEF0;
        background: rgba(255, 255, 255, 0.055);
    }

    [b-i0slttaahn] .nav-link.active {
        color: #FFFFFF;
        background: rgba(255, 255, 255, 0.085);
    }

        [b-i0slttaahn] .nav-link.active svg {
            color: var(--atlas-red);
            opacity: 1;
        }

@media (min-width: 901px) {
    .navbar-toggler[b-i0slttaahn] {
        display: none;
    }

    .nav-scrollable[b-i0slttaahn] {
        display: flex;
        flex: 1;
        min-height: calc(100vh - 64px);
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-c0g3q1ik70],
.components-reconnect-repeated-attempt-visible[b-c0g3q1ik70],
.components-reconnect-failed-visible[b-c0g3q1ik70],
.components-pause-visible[b-c0g3q1ik70],
.components-resume-failed-visible[b-c0g3q1ik70],
.components-rejoining-animation[b-c0g3q1ik70] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-retrying[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-failed[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-c0g3q1ik70] {
    display: block;
}

/* One message at a time: the retry countdown replaces the first-attempt text. */
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-first-attempt-visible[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-first-attempt-visible[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-repeated-attempt-visible[b-c0g3q1ik70],
#components-reconnect-modal.components-reconnect-failed .components-rejoining-animation[b-c0g3q1ik70] {
    display: none;
}

#components-reconnect-modal[b-c0g3q1ik70] {
    font-family: var(--font, 'Inter', 'Segoe UI', system-ui, sans-serif);
    background: var(--surface, #fff);
    width: 25rem;
    max-width: calc(100vw - 40px);
    margin: 26vh auto;
    padding: 36px 32px 30px;
    border: 1px solid var(--line, #E8E9EC);
    border-radius: 16px;
    box-shadow: 0 24px 64px rgba(11, 11, 13, 0.22);
    opacity: 0;
    transition: display 0.4s allow-discrete, overlay 0.4s allow-discrete;
    animation: reconnect-fade-out-b-c0g3q1ik70 0.4s both;
}

    #components-reconnect-modal[open][b-c0g3q1ik70] {
        animation: reconnect-rise-b-c0g3q1ik70 0.9s cubic-bezier(.05, .89, .25, 1.02) 0.2s, reconnect-fade-in-b-c0g3q1ik70 0.4s ease-in-out 0.2s;
        animation-fill-mode: both;
    }

#components-reconnect-modal[b-c0g3q1ik70]::backdrop {
    background: rgba(11, 11, 13, 0.55);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    animation: reconnect-fade-in-b-c0g3q1ik70 0.4s ease-in-out;
    opacity: 1;
}

@keyframes reconnect-rise-b-c0g3q1ik70 {
    0% {
        transform: translateY(22px) scale(0.97);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes reconnect-fade-in-b-c0g3q1ik70 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes reconnect-fade-out-b-c0g3q1ik70 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-c0g3q1ik70] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#components-reconnect-modal p[b-c0g3q1ik70] {
    margin: 0;
    text-align: center;
}

[b-c0g3q1ik70] .reconnect-title {
    display: block;
    font-size: 16.5px;
    font-weight: 650;
    letter-spacing: -0.015em;
    color: var(--ink-950, #0B0B0D);
    margin-bottom: 5px;
}

[b-c0g3q1ik70] .reconnect-sub {
    display: block;
    font-size: 13.5px;
    color: var(--ink-500, #6E727A);
    font-variant-numeric: tabular-nums;
}

#components-reconnect-modal button[b-c0g3q1ik70] {
    border: 1px solid var(--ink-900, #141417);
    background: var(--ink-900, #141417);
    color: #fff;
    padding: 9px 28px;
    border-radius: 8px;
    font-size: 13.5px;
    font-weight: 550;
    font-family: inherit;
    cursor: pointer;
    transition: background .13s ease;
}

    #components-reconnect-modal button:hover[b-c0g3q1ik70] {
        background: var(--ink-950, #0B0B0D);
    }

    #components-reconnect-modal button:active[b-c0g3q1ik70] {
        background: var(--ink-800, #1D1D21);
    }
/* /Components/Shared/HelpTip.razor.rz.scp.css */
.help-tip[b-goiu9w5upd] {
    display: inline-flex;
    align-items: center;
    margin-left: 4px;
    vertical-align: middle;
}

.help-tip-icon[b-goiu9w5upd] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: #c7ccd1;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    font-family: system-ui, sans-serif;
    cursor: pointer;
    transition: background 0.12s ease, transform 0.12s ease;
    text-transform: none;
    letter-spacing: normal;
}

.help-tip-icon:hover[b-goiu9w5upd],
.help-tip-icon:focus-visible[b-goiu9w5upd] {
    background: #e11d2a;
    transform: scale(1.08);
    outline: none;
}
/* /Components/Shared/LanguageSelector.razor.rz.scp.css */
.lang-selector[b-w7732lfi52] {
    display: flex;
    align-items: center;
    gap: 2px;
    color: var(--ink-400);
}

.lang-globe[b-w7732lfi52] {
    width: 15px;
    height: 15px;
    margin-right: 4px;
    flex-shrink: 0;
}

.lang-link[b-w7732lfi52] {
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 11.5px;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: var(--ink-500);
    text-decoration: none;
    transition: background 0.12s ease, color 0.12s ease;
}

.lang-link:hover[b-w7732lfi52] {
    color: var(--ink-800);
    background: var(--line-soft);
}

.lang-link.active[b-w7732lfi52] {
    color: #fff;
    background: var(--atlas-red);
}
