/* /Components/Layout/MainLayout.razor.rz.scp.css */
[b-d586pwks9f] .app-shell {
    min-height: 100vh;
}

[b-d586pwks9f] .appbar-shell {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100vw;
    max-width: 100vw;
    margin-left: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    background: linear-gradient(92deg, var(--wel-header-bg), var(--wel-header-bg-strong));
    color: var(--wel-header-ink);
    backdrop-filter: blur(10px);
}

[b-d586pwks9f] .brand-block {
    margin-left: 0.25rem;
}

[b-d586pwks9f] .brand-logo {
    width: 34px;
    height: 34px;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f2fbf8;
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.34);
}

[b-d586pwks9f] .brand-title {
    font-family: "Space Grotesk", "Segoe UI", sans-serif;
    letter-spacing: 0.02em;
    font-weight: 700;
    color: #f2fbf8;
}

[b-d586pwks9f] .appbar-actions {
    gap: 0.35rem;
}

[b-d586pwks9f] .nightmode-button {
    color: #f2fbf8;
}

[b-d586pwks9f] .profile-button {
    width: 38px;
    height: 38px;
    min-width: 38px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.26);
    color: #f2fbf8 !important;
}

[b-d586pwks9f] .profile-button .mud-icon-root {
    color: #f2fbf8 !important;
}

[b-d586pwks9f] .environment-label {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(242, 251, 248, 0.88);
}

[b-d586pwks9f] .app-drawer {
    border-right: 1px solid rgba(var(--wel-header-bg-rgb), 0.26);
}

[b-d586pwks9f] .main-shell {
    background-color: transparent;
    padding-top: 4.1rem;
}

[b-d586pwks9f] .content-shell {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

[b-d586pwks9f] .app-shell.night-mode .appbar-shell {
    background: linear-gradient(92deg, #112f2a, #1a3e37);
}

[b-d586pwks9f] .app-shell.night-mode .brand-logo {
    background: rgba(8, 15, 13, 0.6);
    border-color: rgba(201, 234, 224, 0.24);
    color: #d2f0e6;
}

[b-d586pwks9f] .app-shell.night-mode .profile-button {
    background: rgba(7, 17, 14, 0.62);
    border-color: rgba(200, 233, 223, 0.24);
}

@media (max-width: 959px) {
    [b-d586pwks9f] .content-shell {
        padding-top: 1.4rem;
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    [b-d586pwks9f] .main-shell {
        padding-top: 3.75rem;
    }

    [b-d586pwks9f] .brand-logo {
        width: 30px;
        height: 30px;
        font-size: 0.82rem;
    }

}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-nh9figfvft] {
    padding: 1rem 0.55rem 1.1rem;
}

.nav-menu-heading[b-nh9figfvft] {
    margin: 0.35rem 0.75rem 0.55rem;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #7f9d97;
}

[b-nh9figfvft] .mud-nav-link {
    margin-bottom: 0.35rem;
    border-radius: 12px;
    border: 1px solid transparent;
    transition: transform 130ms ease, background-color 130ms ease, border-color 130ms ease;
}

[b-nh9figfvft] .mud-nav-link.active {
    background: linear-gradient(90deg, rgba(var(--wel-header-bg-rgb), 0.13), rgba(50, 133, 109, 0.12));
    border-color: rgba(var(--wel-header-bg-rgb), 0.26);
}

[b-nh9figfvft] .mud-nav-link:hover {
    transform: translateX(2px);
    background: rgba(var(--wel-header-bg-rgb), 0.08);
}

[b-nh9figfvft] .mud-nav-link-icon {
    color: var(--wel-header-bg);
    background: rgba(var(--wel-header-bg-rgb), 0.13);
    border-radius: 10px;
    padding: 0.34rem;
    margin-inline-end: 0.62rem;
}

[b-nh9figfvft] .mud-nav-link-text {
    font-weight: 600;
    color: #22463f;
}

[b-nh9figfvft] .nav-module-group {
    margin: 0.1rem 0 0.35rem;
}

[b-nh9figfvft] .nav-module-group .mud-nav-group-title {
    border-radius: 12px;
    border: 1px solid transparent;
    transition: transform 130ms ease, background-color 130ms ease, border-color 130ms ease;
}

[b-nh9figfvft] .nav-module-group .mud-nav-group-title:hover {
    transform: translateX(2px);
    background: rgba(var(--wel-header-bg-rgb), 0.08);
}

[b-nh9figfvft] .nav-module-group .mud-nav-group-title .mud-icon-root {
    color: var(--wel-header-bg);
    background: rgba(var(--wel-header-bg-rgb), 0.13);
    border-radius: 10px;
    padding: 0.34rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pgwxo277m4],
.components-reconnect-repeated-attempt-visible[b-pgwxo277m4],
.components-reconnect-failed-visible[b-pgwxo277m4],
.components-pause-visible[b-pgwxo277m4],
.components-resume-failed-visible[b-pgwxo277m4],
.components-rejoining-animation[b-pgwxo277m4] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-pgwxo277m4 {
    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;
    }
}
