/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-0ll6e6r3z9] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: var(--bg-main);
}

.shell-header[b-0ll6e6r3z9] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.65rem;
    padding: calc(0.55rem + env(safe-area-inset-top)) 0.85rem 0.55rem;
    background: rgba(247, 251, 249, 0.92);
    border-bottom: 1px solid rgba(180, 201, 194, 0.7);
    box-shadow: 0 6px 18px rgba(12, 38, 34, 0.06);
    backdrop-filter: blur(14px);
}

.brand-block[b-0ll6e6r3z9] {
    display: flex;
    align-items: center;
    gap: 0.58rem;
    min-width: 0;
}

.brand-logo[b-0ll6e6r3z9] {
    width: 2rem;
    height: 2rem;
    border-radius: 0.6rem;
    background: #ffffff;
    border: 1px solid var(--line);
    box-shadow: 0 6px 14px rgba(12, 38, 34, 0.08);
    flex: 0 0 auto;
}

.brand-copy[b-0ll6e6r3z9] {
    min-width: 0;
}

.brand-copy strong[b-0ll6e6r3z9] {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.98rem;
    line-height: 1.05;
}

.brand-kicker[b-0ll6e6r3z9] {
    margin: 0;
    font-size: 0.58rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: var(--text-muted);
}

.status-pill[b-0ll6e6r3z9] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    max-width: 42vw;
    padding: 0.34rem 0.56rem;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 700;
    line-height: 1.05;
}

.status-pill span:last-child[b-0ll6e6r3z9] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.status-dot[b-0ll6e6r3z9] {
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: currentColor;
    flex: 0 0 auto;
}

.status-ready[b-0ll6e6r3z9] {
    background: #dbf3ed;
    color: #095845;
}

.status-busy[b-0ll6e6r3z9] {
    background: #fff0d8;
    color: #8b5a00;
}

.shell-main[b-0ll6e6r3z9] {
    flex: 1;
    background: transparent;
}

.content-body[b-0ll6e6r3z9] {
    padding: 0.85rem 0.85rem calc(6.4rem + env(safe-area-inset-bottom));
    max-width: 760px;
    margin: 0 auto;
    width: 100%;
}

.shell-bottom-nav[b-0ll6e6r3z9] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: rgba(252, 254, 253, 0.92);
    backdrop-filter: blur(18px);
    border-top: 1px solid rgba(180, 201, 194, 0.75);
    padding: 0.42rem 0.65rem calc(0.48rem + env(safe-area-inset-bottom));
    box-shadow: 0 -10px 26px rgba(12, 38, 34, 0.12);
}

@media (min-width: 900px) {
    .content-body[b-0ll6e6r3z9] {
        padding-top: 1rem;
        padding-bottom: calc(6.8rem + env(safe-area-inset-bottom));
    }

    .shell-bottom-nav[b-0ll6e6r3z9] {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

@media (max-width: 420px) {
    .status-pill[b-0ll6e6r3z9] {
        max-width: 34vw;
    }
}

#blazor-error-ui[b-0ll6e6r3z9] {
    color-scheme: light only;
    background: #fff7e3;
    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-0ll6e6r3z9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-touch-wrap[b-3x85ft8ucy] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.22rem;
    align-items: stretch;
    max-width: 760px;
    margin: 0 auto;
}

.nav-touch-link[b-3x85ft8ucy] {
    min-height: 3.65rem;
    border-radius: 1.05rem;
    background: transparent;
    border: 1px solid transparent;
    color: #52635f;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.63rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    text-align: center;
    padding: 0.28rem 0.12rem;
    touch-action: manipulation;
    transition: background-color 140ms ease, color 140ms ease, transform 140ms ease, box-shadow 140ms ease;
}

.nav-touch-link.active[b-3x85ft8ucy] {
    background: #ffffff;
    border-color: rgba(20, 99, 86, 0.16);
    color: var(--brand-primary);
    box-shadow: 0 8px 18px rgba(12, 38, 34, 0.12);
}

.nav-touch-link:hover[b-3x85ft8ucy],
.nav-touch-link:active[b-3x85ft8ucy] {
    background: rgba(222, 239, 233, 0.75);
    transform: translateY(-1px);
}

.bi[b-3x85ft8ucy] {
    display: inline-block;
    position: relative;
    width: 1.12rem;
    height: 1.12rem;
    margin-right: 0;
    top: 0;
    background-size: cover;
    filter: none;
}

.nav-touch-link.active .bi[b-3x85ft8ucy] {
    filter: invert(27%) sepia(17%) saturate(1854%) hue-rotate(124deg) brightness(91%) contrast(91%);
}

.bi-login[b-3x85ft8ucy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2c29' viewBox='0 0 16 16'%3E%3Cpath d='M6 3a2 2 0 1 1 4 0v1h1V3a3 3 0 0 0-6 0v1h1V3z'/%3E%3Cpath d='M3 6a2 2 0 0 1 2-2h6a2 2 0 0 1 2 2v7a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V6zm6.5 3.5a.5.5 0 0 0-1 0V11H7.707a.5.5 0 0 0 0 1H8.5v1.5a.5.5 0 0 0 1 0V12h.793a.5.5 0 0 0 0-1H9.5V9.5z'/%3E%3C/svg%3E");
}

.bi-dashboard[b-3x85ft8ucy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2c29' viewBox='0 0 16 16'%3E%3Cpath d='M8 1a7 7 0 1 0 7 7A7.008 7.008 0 0 0 8 1zm0 1a6 6 0 0 1 5.196 9l-4.55-2.275L10.92 4.18A6 6 0 0 1 8 2z'/%3E%3C/svg%3E");
}

.bi-search[b-3x85ft8ucy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2c29' viewBox='0 0 16 16'%3E%3Cpath d='M11.742 10.344l3.387 3.387a1 1 0 0 1-1.414 1.414l-3.387-3.387a6 6 0 1 1 1.414-1.414zM6.5 11A4.5 4.5 0 1 0 6.5 2a4.5 4.5 0 0 0 0 9z'/%3E%3C/svg%3E");
}

.bi-scan[b-3x85ft8ucy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2c29' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 1.5h3v1h-2v2h-1v-3zm10 0h3v3h-1v-2h-2v-1zm-10 10h1v2h2v1h-3v-3zm12 0h1v3h-3v-1h2v-2z'/%3E%3Cpath d='M5 5h1v6H5V5zm2 0h1v6H7V5zm2 0h1v6H9V5zm2 0h1v6h-1V5z'/%3E%3C/svg%3E");
}

.bi-ruesten[b-3x85ft8ucy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2c29' viewBox='0 0 16 16'%3E%3Cpath d='M2 2.5A1.5 1.5 0 0 1 3.5 1h6.086a1.5 1.5 0 0 1 1.06.44l2.914 2.914A1.5 1.5 0 0 1 14 5.414V13.5A1.5 1.5 0 0 1 12.5 15h-9A1.5 1.5 0 0 1 2 13.5v-11zM10 2.5V5h2.5L10 2.5zM4 8h8V7H4v1zm0 2h8V9H4v1zm0 2h5v-1H4v1z'/%3E%3C/svg%3E");
}

.bi-sync[b-3x85ft8ucy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2c29' viewBox='0 0 16 16'%3E%3Cpath d='M8 3a5 5 0 0 1 4.546 2.916H11v1h4V3h-1v1.86A6 6 0 1 0 14 11h-1a5 5 0 1 1-5-8z'/%3E%3C/svg%3E");
}

.bi-settings[b-3x85ft8ucy] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%231f2c29' viewBox='0 0 16 16'%3E%3Cpath d='M8.84 1.07a1 1 0 0 0-1.68 0l-.54.86a6.8 6.8 0 0 0-1.1.46l-.99-.23a1 1 0 0 0-1.18.68l-.38 1.17a1 1 0 0 0 .4 1.13l.85.56a6.3 6.3 0 0 0 0 1.2l-.85.56a1 1 0 0 0-.4 1.13l.38 1.17a1 1 0 0 0 1.18.68l.99-.23c.35.2.72.35 1.1.46l.54.86a1 1 0 0 0 1.68 0l.54-.86c.38-.11.75-.26 1.1-.46l.99.23a1 1 0 0 0 1.18-.68l.38-1.17a1 1 0 0 0-.4-1.13l-.85-.56a6.3 6.3 0 0 0 0-1.2l.85-.56a1 1 0 0 0 .4-1.13l-.38-1.17a1 1 0 0 0-1.18-.68l-.99.23a6.8 6.8 0 0 0-1.1-.46l-.54-.86zM8 5.25a2.75 2.75 0 1 1 0 5.5 2.75 2.75 0 0 1 0-5.5z'/%3E%3C/svg%3E");
}

@media (max-width: 760px) {
    .nav-touch-link[b-3x85ft8ucy] {
        min-height: 3.55rem;
        font-size: 0.61rem;
        border-radius: 0.95rem;
    }
}

@media (min-width: 980px) {
    .nav-touch-wrap[b-3x85ft8ucy] {
        grid-template-columns: repeat(5, minmax(118px, 1fr));
    }

    .nav-touch-link[b-3x85ft8ucy] {
        min-height: 3.65rem;
        font-size: 0.68rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-p8hyzar562],
.components-reconnect-repeated-attempt-visible[b-p8hyzar562],
.components-reconnect-failed-visible[b-p8hyzar562],
.components-pause-visible[b-p8hyzar562],
.components-resume-failed-visible[b-p8hyzar562],
.components-rejoining-animation[b-p8hyzar562] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-retrying[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-failed[b-p8hyzar562],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-p8hyzar562] {
    display: block;
}


#components-reconnect-modal[b-p8hyzar562] {
    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-p8hyzar562 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-p8hyzar562 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-p8hyzar562 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-p8hyzar562]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-p8hyzar562 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-p8hyzar562 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-p8hyzar562 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-p8hyzar562 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-p8hyzar562] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-p8hyzar562] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-p8hyzar562] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-p8hyzar562] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-p8hyzar562] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-p8hyzar562] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-p8hyzar562] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-p8hyzar562 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-p8hyzar562] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-p8hyzar562 {
    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;
    }
}
