/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-skip-link[b-x1dj60tmnf] {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 1600;
    transform: translateY(-150%);
    padding: 9px 12px;
    border-radius: 7px;
    background: var(--app-primary);
    color: var(--app-primary-contrast);
    font-weight: 700;
    transition: transform 120ms ease;
}

.app-skip-link:focus[b-x1dj60tmnf] {
    transform: translateY(0);
}
.app-shell__scope-anchor[b-x1dj60tmnf] {
    display: block;
    min-width: 0;
    min-height: 100vh;
    margin: 0;
    padding: 0;
}

[b-x1dj60tmnf] .app-shell__bar {
    min-height: 56px;
    min-width: 0;
    border-bottom: 1px solid var(--app-shell-border);
}

[b-x1dj60tmnf] .app-shell__bar .mud-toolbar {
    min-width: 0;
}

[b-x1dj60tmnf] .app-shell__leading,
[b-x1dj60tmnf] .app-shell__trailing {
    display: flex;
    min-width: 0;
    align-items: center;
}

[b-x1dj60tmnf] .app-shell__leading {
    flex: 0 1 auto;
}

[b-x1dj60tmnf] .app-shell__trailing {
    flex: 1 1 auto;
    max-width: 100%;
    margin-inline-start: auto;
    justify-content: flex-end;
}

[b-x1dj60tmnf] .app-shell__menu-button,
[b-x1dj60tmnf] .app-shell__job-bell,
[b-x1dj60tmnf] .app-shell-overflow-menu {
    flex: 0 0 auto;
}

[b-x1dj60tmnf] .app-shell__menu-button,
[b-x1dj60tmnf] .app-shell-overflow-menu .mud-button-root,
[b-x1dj60tmnf] .app-shell__job-bell .mud-icon-button {
    min-width: 44px;
    min-height: 44px;
}

[b-x1dj60tmnf] .app-shell__job-bell {
    margin-inline-end: 8px;
}

[b-x1dj60tmnf] .app-shell__brand {
    min-width: 0;
    flex: 0 1 auto;
    overflow: hidden;
}

[b-x1dj60tmnf] .app-shell__brand .mud-typography-h6 {
    color: var(--app-shell-text);
    font-size: calc(16px * var(--app-font-scale));
    font-weight: 700;
    line-height: 1.25;
}

[b-x1dj60tmnf] .app-shell__brand .mud-typography-caption {
    max-width: 240px;
    color: var(--app-shell-muted);
    font-size: calc(11px * var(--app-font-scale));
    overflow-wrap: anywhere;
    white-space: normal;
}

[b-x1dj60tmnf] .app-shell__site-selector {
    display: flex;
    min-width: 44px;
    max-width: 420px;
    flex: 0 1 auto;
    overflow: hidden;
}

[b-x1dj60tmnf] .app-shell__site-selector .app-site-selector__compact {
    width: 100%;
    max-width: 100%;
    min-width: 44px;
    flex: 1 1 0;
}

[b-x1dj60tmnf] .app-shell__trailing > .mud-button-root {
    min-width: 0;
    max-width: 100%;
    flex: 0 1 auto;
}

[b-x1dj60tmnf] .app-shell__account {
    min-width: 0;
    flex: 0 1 auto;
}

[b-x1dj60tmnf] .app-shell__drawer {
    border-right: 1px solid var(--app-shell-border);
    background: var(--app-sidebar);
}

[b-x1dj60tmnf] .app-shell__drawer .mud-drawer-content {
    overflow-y: auto;
    scrollbar-width: thin;
}

[b-x1dj60tmnf] .app-shell__content {
    min-width: 0;
}

[b-x1dj60tmnf] .app-shell__content--public {
    margin-left: 0 !important;
}

[b-x1dj60tmnf] .app-shell__content--temporary,
[b-x1dj60tmnf] .app-shell__content--drawer-overlay {
    margin-left: 0 !important;
}

[b-x1dj60tmnf] .app-font-size-control {
    min-width: 68px;
    padding-inline: 8px;
}

[b-x1dj60tmnf] .app-shell-overflow-menu .mud-button-root {
    min-width: 44px;
    min-height: 44px;
}

[b-x1dj60tmnf] .app-site-selector__compact {
    min-width: 44px;
    max-width: clamp(112px, 24vw, 220px);
    flex: 0 1 220px;
    padding-inline: 8px;
    overflow: hidden;
    color: var(--app-shell-text);
}

[b-x1dj60tmnf] .app-site-selector__compact .mud-button-label {
    min-width: 0;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

[b-x1dj60tmnf] .app-site-selector__compact-label {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[b-x1dj60tmnf] .app-font-size-control__letter {
    margin-right: 5px;
    font-family: var(--app-font-mono);
    font-size: calc(16px * var(--app-font-scale));
    font-weight: 800;
}

[b-x1dj60tmnf] .app-font-size-control__value {
    font-size: calc(11px * var(--app-font-scale));
}

[b-x1dj60tmnf] .app-shell__brand-compact {
    display: none;
}

[b-x1dj60tmnf] .app-nav .mud-nav-link,
[b-x1dj60tmnf] .app-nav .mud-nav-group {
    color: var(--app-shell-muted);
}

[b-x1dj60tmnf] .app-nav .mud-nav-link {
    min-height: 40px;
    border-radius: 6px;
}

[b-x1dj60tmnf] .app-nav .mud-nav-link.active,
[b-x1dj60tmnf] .app-nav .mud-nav-link:hover {
    background: var(--app-nav-active);
    color: var(--app-shell-text);
}

[b-x1dj60tmnf] .app-nav .mud-nav-link.active {
    box-shadow: inset 3px 0 var(--app-nav-accent);
}

[b-x1dj60tmnf] .app-nav .mud-nav-group > .mud-nav-link {
    color: var(--app-shell-text);
    font-weight: 700;
}

@media (max-width: 959.98px) {
    [b-x1dj60tmnf] .app-shell__brand .mud-typography-caption,
    [b-x1dj60tmnf] .app-shell__account .mud-typography-body2,
    [b-x1dj60tmnf] .app-font-size-control__value {
        display: none;
    }

    [b-x1dj60tmnf] .app-font-size-control {
        min-width: 44px;
    }

    [b-x1dj60tmnf] .app-shell__bar {
        padding-inline: 8px;
    }
}
@media (max-width: 599.98px) {
    [b-x1dj60tmnf] .app-shell__menu-button.mud-icon-button-edge-start {
        margin-left: 0;
        margin-inline-start: 0;
    }

    [b-x1dj60tmnf] .app-shell__brand {
        margin-left: 0 !important;
    }

    [b-x1dj60tmnf] .app-shell__brand-full {
        display: none;
    }

    [b-x1dj60tmnf] .app-shell__brand-compact {
        display: inline;
    }

    [b-x1dj60tmnf] .app-shell__brand .mud-typography-h6 {
        font-size: calc(14px * var(--app-font-scale));
    }

    [b-x1dj60tmnf] .app-site-selector__compact {
        max-width: min(42vw, 148px);
        flex: 1 1 44px;
    }

    [b-x1dj60tmnf] .app-shell__site-selector {
        max-width: 100%;
        flex: 1 1 0;
    }

    [b-x1dj60tmnf] .app-shell__site-selector .app-site-selector__compact {
        width: 100%;
        max-width: 100%;
        flex: 1 1 0;
    }

    [b-x1dj60tmnf] .app-shell__job-bell {
        margin-inline-end: 0;
    }

    [b-x1dj60tmnf] .app-shell__bar .mud-toolbar-gutters {
        padding-inline: 0;
    }
}
