/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* MainLayout-scoped styles (ATLAS work items #113, #115).
   The sidebar-first shell structure lives in Components/Shell/AtlasShell.razor.css.
   MainLayout contributes the sidebar footer surface: a compact account row (display
   name + role + sign-out) stacked above the MCP status panel (#115). The MCP panel's
   own chrome lives in Components/Shell/McpStatusPanel.razor.css; here we only own the
   account row and the divider that separates the two footer blocks. */

.app-account[b-brsldykbg0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.35rem 0.4rem;
}

.app-account__identity[b-brsldykbg0] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.3rem;
    min-width: 0;
}

.app-account__name[b-brsldykbg0] {
    color: var(--atlas-text);
    font-size: 0.82rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

.app-account__actions[b-brsldykbg0] {
    align-items: center;
    display: flex;
    flex-shrink: 0;
    gap: 0.25rem;
}

[b-brsldykbg0] .app-theme-select {
    width: 6.25rem;
}

[b-brsldykbg0] .app-theme-select .mud-input-control {
    margin: 0;
}

[b-brsldykbg0] .app-theme-select .mud-input-root {
    font-size: 0.75rem;
}

/* Divider between the account row and the MCP status panel. The panel is a separate
   component (own scope), so reach it from MainLayout's footer fragment via ::deep. */
[b-brsldykbg0] .mcp-status {
    border-top: 1px solid var(--atlas-border);
    margin-top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.app-nav-shell[b-s6hh3ylgt6] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    height: 100%;
    padding: 1rem 0.85rem;
}

.app-nav-hero[b-s6hh3ylgt6] {
    padding: 1.15rem;
    border-radius: var(--atlas-radius-md);
    color: var(--atlas-accent-contrast);
    background: var(--atlas-accent);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.app-nav-hero span[b-s6hh3ylgt6],
.app-nav-section-title[b-s6hh3ylgt6] {
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.app-nav-hero span[b-s6hh3ylgt6] {
    display: block;
    font-size: 0.72rem;
    opacity: 0.72;
}

.app-nav-hero strong[b-s6hh3ylgt6] {
    display: block;
    margin-top: 0.45rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.app-nav-hero p[b-s6hh3ylgt6] {
    margin: 0.55rem 0 0;
    font-size: 0.9rem;
    line-height: 1.55;
    opacity: 0.82;
}

.app-nav-section-title[b-s6hh3ylgt6] {
    display: block;
    margin: 0.25rem 0 0.55rem;
    padding-inline: 0.75rem;
    font-weight: 700;
    color: var(--atlas-muted);
}

[b-s6hh3ylgt6] .app-nav-menu {
    gap: 0.2rem;
}

[b-s6hh3ylgt6] .app-nav-menu .mud-nav-link {
    margin-bottom: 0.25rem;
    border-radius: var(--atlas-radius-sm);
    padding: 0.8rem 0.9rem;
    color: var(--atlas-text);
    font-weight: 600;
}

[b-s6hh3ylgt6] .app-nav-menu .mud-nav-link .mud-nav-link-icon {
    margin-right: 0.85rem;
    color: var(--atlas-muted);
}

[b-s6hh3ylgt6] .app-nav-menu .mud-nav-link.active {
    color: var(--atlas-accent);
    background: var(--atlas-accent-soft);
}

[b-s6hh3ylgt6] .app-nav-menu .mud-nav-link.active .mud-nav-link-icon {
    color: var(--atlas-accent);
}

/* Compact count pill rendered inside content nav links (work item #114). Pushes to the trailing edge
   of the link, uses the muted surface tokens, and adopts the accent tint when its link is active. */
[b-s6hh3ylgt6] .app-nav-menu .mud-nav-link .mud-nav-link-text {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

[b-s6hh3ylgt6] .app-nav-menu .mud-nav-link .app-nav-count {
    margin-left: auto;
    min-width: 1.5rem;
    padding: 0.05rem 0.45rem;
    border-radius: var(--atlas-radius-pill);
    background: var(--atlas-surface-muted);
    border: 1px solid var(--atlas-border);
    color: var(--atlas-muted);
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    font-variant-numeric: tabular-nums;
}

[b-s6hh3ylgt6] .app-nav-menu .mud-nav-link.active .app-nav-count {
    background: var(--atlas-accent-soft);
    border-color: var(--atlas-accent-soft);
    color: var(--atlas-accent);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-k1aviy0awb],
.components-reconnect-repeated-attempt-visible[b-k1aviy0awb],
.components-reconnect-failed-visible[b-k1aviy0awb],
.components-pause-visible[b-k1aviy0awb],
.components-resume-failed-visible[b-k1aviy0awb],
.components-rejoining-animation[b-k1aviy0awb] {
    display: none;
}

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


#components-reconnect-modal[b-k1aviy0awb] {
    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-k1aviy0awb 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-k1aviy0awb {
    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/Activity.razor.rz.scp.css */
/* ──────────────────────────────────────────────────────────────────────────────
   Activity surface (ATLAS work item #125, docs/plans/managementapp-console-style-overhaul.md).

   Composes from the shared Atlas console primitives (#116/#117) and the global layout
   helpers in wwwroot/app.css (.atlas-stack). This scoped sheet only adds the pieces those
   globals don't cover: the built-in/saved view chip rows, the inline filter bar, the feed
   pager, and the per-row trailing metadata. Everything else inherits the tokenized baseline
   so the surface matches the rest of the Atlas shell v2.
   ────────────────────────────────────────────────────────────────────────────── */

.activity-views[b-jacwxb0ehi] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.activity-views__group[b-jacwxb0ehi] {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.activity-views__caption[b-jacwxb0ehi] {
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--atlas-muted);
}

.activity-views__chips[b-jacwxb0ehi] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.activity-view-chip[b-jacwxb0ehi] {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    min-width: 0;
    padding: 0.3rem 0.7rem;
    border: 1px solid var(--atlas-border);
    border-radius: 999px;
    background: var(--atlas-surface);
    color: var(--atlas-text);
    font-size: 0.8rem;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.12s ease, border-color 0.12s ease, color 0.12s ease;
}

.activity-view-chip.mud-button-root[b-jacwxb0ehi] {
    border-radius: 999px;
    line-height: 1.2;
    min-width: 0;
    padding: 0.3rem 0.7rem;
}

.activity-view-chip:hover[b-jacwxb0ehi] {
    border-color: var(--atlas-accent);
    color: var(--atlas-accent);
}

.activity-view-chip--active[b-jacwxb0ehi] {
    background: var(--atlas-accent);
    border-color: var(--atlas-accent);
    color: var(--atlas-accent-contrast, #fff);
}

.activity-view-chip--active:hover[b-jacwxb0ehi] {
    color: var(--atlas-accent-contrast, #fff);
}

.activity-view-chip--saved[b-jacwxb0ehi] {
    cursor: default;
    padding-right: 0.25rem;
}

.activity-views__chip-label[b-jacwxb0ehi] {
    border: 0;
    background: transparent;
    color: inherit;
    font: inherit;
    cursor: pointer;
    min-width: 0;
    padding: 0;
}

.activity-views__chip-label.mud-button-root[b-jacwxb0ehi] {
    border-radius: 999px;
    color: inherit;
    font: inherit;
    line-height: 1.2;
    min-width: 0;
    padding: 0;
}

.activity-views__chip-remove[b-jacwxb0ehi] {
    margin-left: 0.1rem;
}

/* Filters bar ─────────────────────────────────────────────────────────────── */

.activity-filters[b-jacwxb0ehi] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.activity-filters__search[b-jacwxb0ehi] {
    flex: 2 1 280px;
    min-width: 220px;
}

.activity-filters__category[b-jacwxb0ehi] {
    flex: 1 1 200px;
    min-width: 180px;
}

.activity-filters__actions[b-jacwxb0ehi] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: auto;
}

/* Feed ────────────────────────────────────────────────────────────────────── */

.activity-row__trailing[b-jacwxb0ehi] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.25rem;
}

.activity-row__time[b-jacwxb0ehi] {
    font-size: 0.72rem;
    color: var(--atlas-muted);
    white-space: nowrap;
}

.activity-feed__pager[b-jacwxb0ehi] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border-top: 1px solid var(--atlas-border);
}

.activity-feed__pager-label[b-jacwxb0ehi] {
    color: var(--atlas-muted);
}

@media (max-width: 700px) {
    .activity-filters__actions[b-jacwxb0ehi] {
        margin-left: 0;
        width: 100%;
        justify-content: flex-start;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* ─────────────────────────────────────────────────────────────────────────
   Home control-plane dashboard (ATLAS work item #123).

   The dashboard composes from the shared Atlas console primitives (#116/#117) and the
   global layout helpers in wwwroot/app.css (.atlas-stack, .atlas-metric-grid). This scoped
   sheet only adds the two layout pieces those globals don't already cover: the responsive
   two-panel split row and the MCP server status row. Everything else inherits the neutral
   tokenized baseline so the surface matches the rest of the Atlas shell v2.
   ───────────────────────────────────────────────────────────────────────── */

.home-dashboard__split[b-4mwqywhaso] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.25rem;
    align-items: start;
}

.home-dashboard__status[b-4mwqywhaso] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
}

.home-dashboard__status-detail[b-4mwqywhaso] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    min-width: 0;
    flex: 1 1 auto;
}

.home-dashboard__status-action[b-4mwqywhaso] {
    flex-shrink: 0;
}

@media (max-width: 700px) {
    .home-dashboard__status[b-4mwqywhaso] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Login.razor.rz.scp.css */
.atlas-login-card__prompt[b-icpt0eu76o] {
    color: var(--atlas-muted);
}

[b-icpt0eu76o] .atlas-login-card__button {
    border-radius: var(--atlas-radius-md);
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0;
    padding: 0.85rem 1.5rem;
}

.atlas-login-card__form[b-icpt0eu76o] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    text-align: left;
}

.atlas-login-card__field[b-icpt0eu76o] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
}

.atlas-login-card__field label[b-icpt0eu76o] {
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--atlas-text);
}

.atlas-login-card__field input[b-icpt0eu76o] {
    padding: 0.7rem 0.85rem;
    border: 1px solid var(--atlas-border);
    border-radius: var(--atlas-radius-md);
    background: var(--atlas-surface-muted);
    color: var(--atlas-text);
    font-size: 1rem;
    outline: none;
}

.atlas-login-card__field input:focus[b-icpt0eu76o] {
    border-color: var(--atlas-accent);
    box-shadow: var(--atlas-focus-ring);
}
/* /Components/Pages/McpSetup.razor.rz.scp.css */
/* ───────────────── MCP Setup page ───────────────── */
/* Onboarding/setup styles relocated from Home.razor.css (work item #118). */

.mcp-setup-page[b-mu5jf3xjp1] {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mcp-setup-page[b-mu5jf3xjp1]  .mud-tabs-panels {
    padding-top: 1rem;
}

/* ─────────────── Setup guide ───────────────── */

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide {
    padding: 2rem 2.5rem;
    border-radius: var(--atlas-radius-lg);
    border: 1px solid var(--atlas-border);
    background: var(--atlas-surface);
    box-shadow: var(--atlas-shadow-sm);
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.25rem;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__eyebrow {
    margin: 0;
    font-weight: 700;
    letter-spacing: 0.12em;
    opacity: 0.82;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__title {
    margin: 0;
    font-weight: 800;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__icon {
    flex-shrink: 0;
    color: var(--atlas-accent);
    opacity: 0.65;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__subtitle {
    color: var(--atlas-muted);
    margin-bottom: 1.25rem;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__steps {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__step {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1rem 1.25rem;
    border: 1px solid var(--atlas-border);
    border-radius: var(--atlas-radius-md);
    background: var(--atlas-surface-muted);
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__step-number {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background: var(--atlas-accent);
    color: var(--atlas-accent-contrast);
    font-size: 0.78rem;
    font-weight: 700;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__step-content {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    min-width: 0;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__step-detail {
    color: var(--atlas-muted);
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__step-detail code,
.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__command code {
    padding: 0.1rem 0.35rem;
    border-radius: 6px;
    background: var(--atlas-accent-soft);
    font-family: 'Cascadia Code', 'Fira Code', 'Consolas', monospace;
    font-size: 0.82rem;
    color: var(--atlas-text);
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__command {
    margin: 0.5rem 0;
    padding: 0.65rem 1rem;
    border-radius: var(--atlas-radius-md);
    background: var(--atlas-surface-muted);
    border: 1px solid var(--atlas-border);
    overflow-x: auto;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__command code {
    background: none;
    padding: 0;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: pre-wrap;
    word-break: break-word;
}

.mcp-setup-page[b-mu5jf3xjp1]  .setup-guide__tip {
    border-radius: var(--atlas-radius-md);
}

@media (max-width: 700px) {
    .mcp-setup-page[b-mu5jf3xjp1]  .setup-guide {
        padding: 1.25rem;
        border-radius: var(--atlas-radius-lg);
    }
}
/* /Components/Pages/StackDetail.razor.rz.scp.css */
.stack-detail__metadata-key[b-iu5nc6rrd9] {
    width: 150px;
}

.stack-detail__usage-key[b-iu5nc6rrd9] {
    width: 180px;
}
/* /Components/Shared/AtlasCodeBlock.razor.rz.scp.css */
.atlas-code-block[b-yxmz6nhdnx] {
    margin: 0;
    max-height: 18rem;
    overflow: auto;
    padding: 0.85rem;
    border: 1px solid var(--atlas-border);
    border-radius: var(--atlas-radius-md);
    background: var(--atlas-surface-muted);
    color: var(--atlas-text);
    font-family: ui-monospace, SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
    font-size: 0.82rem;
    line-height: 1.45;
}

.atlas-code-block--compact[b-yxmz6nhdnx] {
    max-height: 6rem;
    padding: 0.5rem 0.65rem;
    font-size: 0.8rem;
}

.atlas-code-block--tall[b-yxmz6nhdnx] {
    max-height: 30rem;
}

.atlas-code-block--wrap[b-yxmz6nhdnx] {
    white-space: pre-wrap;
    word-break: break-word;
}

.atlas-code-block--selectable[b-yxmz6nhdnx] {
    user-select: all;
}

.atlas-code-block code[b-yxmz6nhdnx] {
    color: inherit;
    font: inherit;
    white-space: inherit;
}
/* /Components/Shared/AtlasLoginCard.razor.rz.scp.css */
.atlas-login-container[b-ste9lboyu4] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background: var(--atlas-bg);
    padding: 2rem;
}

.atlas-login-card[b-ste9lboyu4] {
    width: 100%;
    max-width: 420px;
    padding: 2rem 2.25rem;
    border: 1px solid var(--atlas-border);
    border-radius: var(--atlas-radius-lg);
    background: var(--atlas-surface);
    box-shadow: var(--atlas-shadow-sm);
    text-align: center;
}

.atlas-login-card__brand[b-ste9lboyu4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.atlas-login-card__brand-mark[b-ste9lboyu4] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
    border-radius: var(--atlas-radius-md);
    color: var(--atlas-accent);
    background: var(--atlas-accent-soft);
    margin-bottom: 0.5rem;
}

.atlas-login-card__logo[b-ste9lboyu4] {
    width: 4rem;
    height: 4rem;
}

.atlas-login-card__brand-title[b-ste9lboyu4] {
    color: var(--atlas-text);
    font-weight: 900;
}

.atlas-login-card__brand-subtitle[b-ste9lboyu4],
.atlas-login-card__footer[b-ste9lboyu4] {
    color: var(--atlas-muted);
}
/* /Components/Shared/AtlasOneTimeSecretBlock.razor.rz.scp.css */
.atlas-one-time-secret[b-ivyxumkwt0] {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
}

.atlas-one-time-secret__notice[b-ivyxumkwt0] {
    margin: 0;
}

.atlas-one-time-secret__guidance[b-ivyxumkwt0] {
    color: var(--atlas-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.atlas-one-time-secret__guidance code[b-ivyxumkwt0] {
    color: var(--atlas-text);
    font-size: 0.85rem;
}
/* /Components/Shell/AtlasShell.razor.rz.scp.css */
/* Atlas shell v2 sidebar-first layout (ATLAS work item #113).
   Desktop: CSS grid with a fixed-width sidebar column and a scrollable content column;
   no top app bar. Mobile (<= 960px): the static sidebar collapses and a compact utility
   bar plus a temporary MudDrawer take over. Tokens come from wwwroot/app.css. */

.atlas-shell[b-lo0tzpa6cj] {
    display: grid;
    grid-template-columns: 300px 1fr;
    grid-template-areas: "sidebar main";
    min-height: 100vh;
    background: var(--atlas-bg);
}

.atlas-shell__sidebar[b-lo0tzpa6cj] {
    grid-area: sidebar;
    position: sticky;
    top: 0;
    align-self: start;
    height: 100vh;
    overflow-y: auto;
    background: var(--atlas-sidebar);
    border-right: 1px solid var(--atlas-border);
}

.atlas-shell__sidebar-inner[b-lo0tzpa6cj] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-height: 100%;
    padding: 1rem 0.75rem;
}

.atlas-shell__brand[b-lo0tzpa6cj] {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0.35rem 0.4rem 0.75rem;
    border-bottom: 1px solid var(--atlas-border);
}

.atlas-shell__brand-mark[b-lo0tzpa6cj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: var(--atlas-radius-md);
    color: var(--atlas-accent-contrast);
    background: var(--atlas-accent);
    font-weight: 800;
    font-size: 1.2rem;
}

.atlas-shell__brand-mark img[b-lo0tzpa6cj] {
    width: 1.7rem;
    height: 1.7rem;
}

.atlas-shell__brand-copy[b-lo0tzpa6cj] {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.atlas-shell__brand-title[b-lo0tzpa6cj] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    color: var(--atlas-text);
    font-size: 1.05rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.atlas-shell__brand-version[b-lo0tzpa6cj] {
    color: var(--atlas-muted);
    font-size: 0.62rem;
    font-weight: 600;
    letter-spacing: 0;
}

.atlas-shell__brand-subtitle[b-lo0tzpa6cj] {
    color: var(--atlas-muted);
    font-size: 0.68rem;
}

.atlas-shell__nav[b-lo0tzpa6cj] {
    flex: 1 1 auto;
    min-height: 0;
}

.atlas-shell__footer[b-lo0tzpa6cj] {
    margin-top: auto;
    padding-top: 0.75rem;
    border-top: 1px solid var(--atlas-border);
}

.atlas-shell__main[b-lo0tzpa6cj] {
    grid-area: main;
    min-height: 100vh;
    min-width: 0;
}

.atlas-shell__content[b-lo0tzpa6cj] {
    box-sizing: border-box;
    padding: 1.5rem 1.5rem 2rem;
    min-height: 100vh;
}

/* Mobile utility bar is desktop-hidden; the static sidebar is the desktop anchor. */
.atlas-shell__mobilebar[b-lo0tzpa6cj] {
    display: none;
}

.atlas-shell__drawer[b-lo0tzpa6cj] {
    display: none;
}

@media (max-width: 960px) {
    .atlas-shell[b-lo0tzpa6cj] {
        grid-template-columns: 1fr;
        grid-template-areas:
            "mobilebar"
            "main";
    }

    .atlas-shell__sidebar[b-lo0tzpa6cj] {
        display: none;
    }

    .atlas-shell__mobilebar[b-lo0tzpa6cj] {
        grid-area: mobilebar;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        position: sticky;
        top: 0;
        z-index: 30;
        padding: 0.55rem 0.75rem;
        color: var(--atlas-accent-contrast);
        background: var(--atlas-accent);
        box-shadow: var(--atlas-shadow-sm);
    }

    .atlas-shell__mobilebar-title[b-lo0tzpa6cj] {
        font-weight: 700;
        letter-spacing: 0.02em;
    }

    .atlas-shell__mobilebar-actions[b-lo0tzpa6cj] {
        margin-left: auto;
        display: flex;
        align-items: center;
        gap: 0.25rem;
    }

    .atlas-shell__drawer[b-lo0tzpa6cj] {
        display: block;
    }

    .atlas-shell__content[b-lo0tzpa6cj] {
        padding: 1rem 0.85rem 1.5rem;
        min-height: auto;
    }
}

/* The drawer reuses the same sidebar inner content; align its surface with the sidebar token. */
[b-lo0tzpa6cj] .atlas-shell__drawer.mud-drawer {
    background: var(--atlas-sidebar);
}
/* /Components/Shell/McpStatusPanel.razor.rz.scp.css */
/* Sidebar footer MCP status panel styling (work item #115).
   Compact, token-driven console surface that sits under the account block in the
   Atlas shell sidebar footer. Uses the shared --atlas-* custom properties so it tracks
   light/dark automatically. The version string uses a mono stack per the console plan's
   typography guidance (IDs/version strings are monospaced). */

.mcp-status[b-btuzcsw8em] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    padding: 0.5rem 0.4rem 0.15rem;
}

.mcp-status__row[b-btuzcsw8em] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
}

.mcp-status__label[b-btuzcsw8em] {
    color: var(--atlas-muted);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.mcp-status__meta[b-btuzcsw8em] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-width: 0;
}

.mcp-status__transport[b-btuzcsw8em] {
    color: var(--atlas-muted);
    font-size: 0.68rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.mcp-status__version[b-btuzcsw8em] {
    color: var(--atlas-muted);
    font-family: var(--atlas-font-mono, ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace);
    font-size: 0.66rem;
    margin-left: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
