/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-pytvtxzyjw] {
    min-height: 100vh;
    background: var(--mt-bg);
    color: var(--mt-text);
}

.app-main[b-pytvtxzyjw] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    flex: 1;
}

.sidebar[b-pytvtxzyjw] {
    background: var(--mt-sidebar);
    border-right: 1px solid var(--mt-border);
}

.top-row[b-pytvtxzyjw] {
    min-height: 3.5rem;
    background: var(--mt-surface);
    border-bottom: 1px solid var(--mt-border);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.75rem 1rem;
}

.command-search[b-pytvtxzyjw] {
    min-height: 2.25rem;
    width: min(100%, 24rem);
    border: 1px solid var(--mt-border);
    border-radius: 6px;
    background: var(--mt-bg);
    color: var(--mt-muted);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.35rem 0.6rem;
    font-size: 0.9rem;
}

.command-search span[b-pytvtxzyjw] {
    border: 1px solid var(--mt-border);
    border-radius: 4px;
    color: var(--mt-muted);
    padding: 0.05rem 0.35rem;
    font-size: 0.75rem;
}

.command-palette[hidden][b-pytvtxzyjw] {
    display: none;
}

.command-palette[b-pytvtxzyjw] {
    inset: 0;
    position: fixed;
    z-index: 1100;
}

.command-palette-backdrop[b-pytvtxzyjw] {
    background: rgba(15, 23, 42, 0.48);
    inset: 0;
    position: absolute;
}

.command-palette-panel[b-pytvtxzyjw] {
    background: var(--mt-surface);
    border: 1px solid var(--mt-border);
    border-radius: 8px;
    box-shadow: 0 24px 80px rgba(15, 23, 42, 0.32);
    left: 50%;
    max-height: min(78vh, 42rem);
    overflow: hidden;
    position: absolute;
    top: 10vh;
    transform: translateX(-50%);
    width: min(92vw, 44rem);
}

.command-palette-header[b-pytvtxzyjw] {
    align-items: center;
    border-bottom: 1px solid var(--mt-border);
    display: flex;
    justify-content: space-between;
    padding: 0.85rem 1rem;
}

.command-palette-header .tool-label[b-pytvtxzyjw] {
    margin: 0;
}

.command-palette-close[b-pytvtxzyjw] {
    background: var(--mt-bg);
    border: 1px solid var(--mt-border);
    border-radius: 4px;
    color: var(--mt-muted);
    font-size: 0.78rem;
    min-height: 1.75rem;
    padding: 0 0.45rem;
}

.command-palette-input[b-pytvtxzyjw] {
    background: var(--mt-bg);
    border: 0;
    border-bottom: 1px solid var(--mt-border);
    color: var(--mt-text);
    font-size: 1rem;
    min-height: 3rem;
    outline: none;
    padding: 0.75rem 1rem;
    width: 100%;
}

.command-palette-hint[b-pytvtxzyjw] {
    color: var(--mt-muted);
    font-size: 0.82rem;
    padding: 0.6rem 1rem 0;
}

.command-palette-results[b-pytvtxzyjw] {
    max-height: calc(min(78vh, 42rem) - 8rem);
    overflow: auto;
    padding: 0.6rem;
}

.command-result[b-pytvtxzyjw] {
    align-items: center;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    color: var(--mt-text);
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-height: 3.35rem;
    padding: 0.65rem 0.75rem;
    text-align: left;
    text-decoration: none;
    width: 100%;
}

.command-result.active[b-pytvtxzyjw],
.command-result:hover[b-pytvtxzyjw] {
    background: var(--mt-bg);
    border-color: var(--mt-border);
    color: var(--mt-text);
}

.command-result.active[b-pytvtxzyjw] {
    background: #1b6ec2;
    border-color: #1b6ec2;
    box-shadow: inset 4px 0 0 #ffffff;
    color: #ffffff;
}

.command-result.active strong[b-pytvtxzyjw] {
    color: #ffffff;
}

.command-result.active span[b-pytvtxzyjw] {
    color: #eaf3ff;
}

.command-result strong[b-pytvtxzyjw],
.command-result span[b-pytvtxzyjw] {
    min-width: 0;
}

.command-result span[b-pytvtxzyjw] {
    color: var(--mt-muted);
    font-size: 0.84rem;
}

.workspace[b-pytvtxzyjw] {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 1rem;
    flex: 1;
    padding: 1rem;
}

.content[b-pytvtxzyjw] {
    min-width: 0;
}

[b-pytvtxzyjw] .ad-rail {
    min-width: 0;
}

[b-pytvtxzyjw] .ad-rail-slot {
    border: 1px dashed var(--mt-border);
    border-radius: 6px;
    background: var(--mt-surface);
    color: var(--mt-muted);
    padding: 1rem;
}

[b-pytvtxzyjw] .ad-rail-label {
    color: var(--mt-text);
    font-size: 0.8rem;
    font-weight: 700;
    margin: 0 0 0.4rem;
    text-transform: uppercase;
}

[b-pytvtxzyjw] .ad-rail p:last-child {
    margin-bottom: 0;
}

@media (min-width: 641px) {
    .page[b-pytvtxzyjw] {
        display: flex;
        flex-direction: row;
    }

    .sidebar[b-pytvtxzyjw] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-pytvtxzyjw] {
        position: sticky;
        top: 0;
        z-index: 1;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .workspace[b-pytvtxzyjw] {
        grid-template-columns: minmax(0, 1fr) 260px;
        align-items: start;
        padding: 1.5rem;
    }

    [b-pytvtxzyjw] .ad-rail {
        position: sticky;
        top: 5rem;
    }
}

@media (min-width: 1200px) {
    .workspace[b-pytvtxzyjw] {
        grid-template-columns: minmax(0, 1fr) 300px;
    }
}

#blazor-error-ui[b-pytvtxzyjw] {
    background: #fff3cd;
    border-top: 1px solid #e5c768;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-pytvtxzyjw] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-x97di7ibrm] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.25rem;
    color: var(--mt-sidebar-text);
    position: absolute;
    top: 0.6rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 6px;
    background: transparent;
}

.navbar-toggler[b-x97di7ibrm]::before {
    content: "Menu";
    color: var(--mt-sidebar-text);
    font-size: 0.72rem;
}

.navbar-toggler:checked[b-x97di7ibrm] {
    background-color: rgba(255, 255, 255, 0.12);
}

.top-row[b-x97di7ibrm] {
    height: 4.5rem;
    background: rgba(0, 0, 0, 0.18);
}

.navbar-brand[b-x97di7ibrm] {
    align-items: center;
    display: inline-flex;
    min-height: 3.5rem;
}

.navbar-brand img[b-x97di7ibrm] {
    display: block;
    /*height: 2.15rem;*/
    max-width: 10.5rem;
    object-fit: contain;
}

.nav-section[b-x97di7ibrm] {
    color: var(--mt-sidebar-muted);
    font-size: 0.72rem;
    font-weight: 700;
    margin: 1rem 1rem 0.35rem;
    text-transform: uppercase;
}

.nav-icon[b-x97di7ibrm] {
    color: var(--mt-sidebar-muted);
    display: inline-block;
    flex: 0 0 0.6rem;
    font-size: 0.72rem;
    font-weight: 700;
    margin-right: 0.35rem;
}

.nav-item[b-x97di7ibrm] {
    font-size: 0.9rem;
    padding-bottom: 0.35rem;
}

.nav-item:first-of-type[b-x97di7ibrm] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-x97di7ibrm] {
    padding-bottom: 1rem;
}

.nav-item[b-x97di7ibrm]  .nav-link {
    color: var(--mt-sidebar-link);
    background: none;
    border: none;
    border-radius: 6px;
    min-height: 2.6rem;
    display: flex;
    align-items: center;
    line-height: 1.2;
    width: 100%;
}

.nav-item[b-x97di7ibrm]  a.active {
    background-color: rgba(255, 255, 255, 0.16);
    color: var(--mt-sidebar-text);
}

.nav-item[b-x97di7ibrm]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--mt-sidebar-text);
}

.nav-scrollable[b-x97di7ibrm] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-x97di7ibrm] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-x97di7ibrm] {
        display: none;
    }

    .nav-scrollable[b-x97di7ibrm] {
        display: block;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Shared/SiteFooter.razor.rz.scp.css */
.app-footer[b-goz9s03dfs] {
    align-items: center;
    background: var(--mt-surface);
    border-top: 1px solid var(--mt-border);
    color: var(--mt-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.82rem;
    gap: 0.75rem;
    justify-content: center;
    min-height: 2.5rem;
    padding: 0.55rem 1rem;
}

.app-footer a[b-goz9s03dfs] {
    color: var(--mt-primary);
    font-weight: 700;
    text-decoration: none;
}

.app-footer a:hover[b-goz9s03dfs] {
    color: var(--mt-primary-strong);
    text-decoration: underline;
}

@media (min-width: 641px) {
    .app-footer[b-goz9s03dfs] {
        justify-content: flex-end;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}
