/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-w3ww7thcv1] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-w3ww7thcv1] {
    flex: 1;
}

.site-header[b-w3ww7thcv1] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background-color: #1a1a1a;
    padding: 1rem 2rem;
    border-bottom: 1px solid #333;
}

.site-title[b-w3ww7thcv1] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4da6ff;
    text-decoration: none;
}

.site-title:hover[b-w3ww7thcv1] {
    color: #80c1ff;
    text-decoration: none;
}

.site-footer[b-w3ww7thcv1] {
    background-color: #1a1a1a;
    border-top: 1px solid #333;
    padding: 2rem 1rem;
    text-align: center;
}

.footer-nav[b-w3ww7thcv1] {
    margin-bottom: 1rem;
}

.footer-nav a[b-w3ww7thcv1] {
    color: #4da6ff;
    text-decoration: none;
    padding: 0 0.5rem;
}

.footer-nav a:hover[b-w3ww7thcv1] {
    color: #80c1ff;
    text-decoration: underline;
}

.footer-nav .separator[b-w3ww7thcv1] {
    color: #666;
}

.copyright[b-w3ww7thcv1] {
    color: #888;
    font-size: 0.875rem;
    margin: 0;
}

#blazor-error-ui[b-w3ww7thcv1] {
    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-w3ww7thcv1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
nav[b-n36n8ssi6e] {
    background-color: #1a1a1a;
    border-bottom: 1px solid #333;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-brand[b-n36n8ssi6e] {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    transition: color 0.2s ease;
}

.navbar-brand:hover[b-n36n8ssi6e] {
    color: #4da6ff;
    text-decoration: none;
}

.navbar-toggler[b-n36n8ssi6e] {
    border-color: #444;
}

.navbar-toggler:focus[b-n36n8ssi6e] {
    box-shadow: 0 0 0 0.25rem rgba(77, 166, 255, 0.25);
}

[b-n36n8ssi6e] .nav-link {
    color: #c0c0c0;
    padding: 0.5rem 1rem;
    transition: color 0.2s ease;
}

[b-n36n8ssi6e] .nav-link:hover,
[b-n36n8ssi6e] .nav-link.active {
    color: #4da6ff;
}

[b-n36n8ssi6e] .nav-link.active {
    font-weight: 600;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nt7a6n2j5m],
.components-reconnect-repeated-attempt-visible[b-nt7a6n2j5m],
.components-reconnect-failed-visible[b-nt7a6n2j5m],
.components-pause-visible[b-nt7a6n2j5m],
.components-resume-failed-visible[b-nt7a6n2j5m],
.components-rejoining-animation[b-nt7a6n2j5m] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-retrying[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-failed[b-nt7a6n2j5m],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-nt7a6n2j5m] {
    display: block;
}


#components-reconnect-modal[b-nt7a6n2j5m] {
    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-nt7a6n2j5m 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-nt7a6n2j5m 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-nt7a6n2j5m 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-nt7a6n2j5m]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-nt7a6n2j5m 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-nt7a6n2j5m {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-nt7a6n2j5m {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-nt7a6n2j5m {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-nt7a6n2j5m] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-nt7a6n2j5m] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-nt7a6n2j5m] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-nt7a6n2j5m] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-nt7a6n2j5m] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-nt7a6n2j5m] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-nt7a6n2j5m] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-nt7a6n2j5m 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-nt7a6n2j5m] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-nt7a6n2j5m {
    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/Tutorials/ArticlePage.razor.rz.scp.css */
/* ── Fenced code blocks ─────────────────────────────────────────── */
.article-section[b-6sv2dwyzj1]  pre {
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin: 1.25rem 0;
    overflow-x: auto;
    line-height: 1.6;
}

.article-section[b-6sv2dwyzj1]  pre code {
    background: none;
    color: #e6edf3;
    padding: 0;
    border-radius: 0;
    font-size: 0.875rem;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
}

/* ── Inline code ────────────────────────────────────────────────── */
.article-section[b-6sv2dwyzj1]  :not(pre) > code {
    background-color: #2d333b;
    color: #4da6ff;
    padding: 0.15em 0.45em;
    border-radius: 4px;
    font-size: 0.875em;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    white-space: nowrap;
}

/* ── Images ─────────────────────────────────────────────────────── */
.article-section[b-6sv2dwyzj1]  img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── Blockquotes ────────────────────────────────────────────────── */
.article-section[b-6sv2dwyzj1]  blockquote {
    border-left: 4px solid #4da6ff;
    background-color: #161b22;
    margin: 1.25rem 0;
    padding: 0.75rem 1.25rem;
    border-radius: 0 6px 6px 0;
    color: #8b949e;
}

.article-section[b-6sv2dwyzj1]  blockquote p {
    color: #8b949e;
    margin: 0;
}
/* /Components/Pages/Tutorials/TutorialPage.razor.rz.scp.css */
/* ── Fenced code blocks ─────────────────────────────────────────── */
.article-section[b-1mudmsacqj]  pre {
    background-color: #0d1117;
    border: 1px solid #30363d;
    border-radius: 8px;
    padding: 1.25rem 1.5rem;
    margin: 1.25rem 0;
    overflow-x: auto;
    line-height: 1.6;
}

.article-section[b-1mudmsacqj]  pre code {
    background: none;
    color: #e6edf3;
    padding: 0;
    border-radius: 0;
    font-size: 0.875rem;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
}

/* ── Inline code ────────────────────────────────────────────────── */
.article-section[b-1mudmsacqj]  :not(pre) > code {
    background-color: #2d333b;
    color: #4da6ff;
    padding: 0.15em 0.45em;
    border-radius: 4px;
    font-size: 0.875em;
    font-family: 'Cascadia Code', 'Consolas', 'Courier New', monospace;
    white-space: nowrap;
}

/* ── Images ─────────────────────────────────────────────────────── */
.article-section[b-1mudmsacqj]  img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* ── Blockquotes ────────────────────────────────────────────────── */
.article-section[b-1mudmsacqj]  blockquote {
    border-left: 4px solid #4da6ff;
    background-color: #161b22;
    margin: 1.25rem 0;
    padding: 0.75rem 1.25rem;
    border-radius: 0 6px 6px 0;
    color: #8b949e;
}

.article-section[b-1mudmsacqj]  blockquote p {
    color: #8b949e;
    margin: 0;
}
