/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-4i9msyvus5] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4i9msyvus5] {
    flex: 1;
}

.sidebar[b-4i9msyvus5] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-4i9msyvus5] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4i9msyvus5]  a, .top-row[b-4i9msyvus5]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-4i9msyvus5]  a:hover, .top-row[b-4i9msyvus5]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-4i9msyvus5]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-4i9msyvus5] {
        justify-content: space-between;
    }

    .top-row[b-4i9msyvus5]  a, .top-row[b-4i9msyvus5]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4i9msyvus5] {
        flex-direction: row;
    }

    .sidebar[b-4i9msyvus5] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-4i9msyvus5] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-4i9msyvus5]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-4i9msyvus5], article[b-4i9msyvus5] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-4i9msyvus5] {
    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-4i9msyvus5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Help.razor.rz.scp.css */
/* Help page markdown content styling */
[b-aftl8qvedn] .help-content h1 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid var(--mud-palette-lines-default);
}

[b-aftl8qvedn] .help-content h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

[b-aftl8qvedn] .help-content h3 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.4rem;
}

[b-aftl8qvedn] .help-content p {
    margin-bottom: 0.75rem;
    line-height: 1.7;
}

[b-aftl8qvedn] .help-content ul,
[b-aftl8qvedn] .help-content ol {
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
}

[b-aftl8qvedn] .help-content li {
    margin-bottom: 0.3rem;
    line-height: 1.6;
}

[b-aftl8qvedn] .help-content blockquote {
    border-left: 4px solid var(--mud-palette-primary);
    padding: 0.75rem 1rem;
    margin: 1rem 0;
    border-radius: 0 8px 8px 0;
    background: rgba(var(--mud-palette-primary-rgb), 0.06);
}

[b-aftl8qvedn] .help-content blockquote p {
    margin-bottom: 0.25rem;
}

[b-aftl8qvedn] .help-content blockquote p:last-child {
    margin-bottom: 0;
}

[b-aftl8qvedn] .help-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 1rem 0;
}

[b-aftl8qvedn] .help-content th,
[b-aftl8qvedn] .help-content td {
    padding: 0.5rem 0.75rem;
    border: 1px solid var(--mud-palette-lines-default);
    text-align: left;
}

[b-aftl8qvedn] .help-content th {
    font-weight: 600;
    background: rgba(var(--mud-palette-primary-rgb), 0.06);
}

[b-aftl8qvedn] .help-content code {
    background: rgba(var(--mud-palette-primary-rgb), 0.08);
    padding: 0.15rem 0.4rem;
    border-radius: 4px;
    font-size: 0.85em;
}

[b-aftl8qvedn] .help-content pre {
    background: rgba(0, 0, 0, 0.15);
    padding: 1rem;
    border-radius: 8px;
    overflow-x: auto;
    margin: 1rem 0;
}

[b-aftl8qvedn] .help-content pre code {
    background: none;
    padding: 0;
}

[b-aftl8qvedn] .help-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    border: 1px solid var(--mud-palette-lines-default);
    margin: 1rem 0;
}

[b-aftl8qvedn] .help-content a {
    color: var(--mud-palette-primary);
    text-decoration: none;
}

[b-aftl8qvedn] .help-content a:hover {
    text-decoration: underline;
}

[b-aftl8qvedn] .help-content hr {
    border: none;
    border-top: 1px solid var(--mud-palette-lines-default);
    margin: 1.5rem 0;
}

[b-aftl8qvedn] .help-content strong {
    font-weight: 600;
}
