/* /Components/Layout/BottomNav.razor.rz.scp.css */
.bottom-nav[b-ma3sc0eg1v] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 900;
    display: grid;
    grid-template-columns: repeat(7, minmax(56px, 1fr));
    align-items: center;
    min-height: 86px;
    padding: 0.58rem clamp(0.75rem, 4vw, 2.5rem) calc(0.58rem + env(safe-area-inset-bottom, 0px));
    background: rgba(9, 12, 18, 0.96);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 -14px 34px rgba(0, 0, 0, 0.34);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.bottom-nav-item[b-ma3sc0eg1v] {
    position: relative;
    min-width: 0;
    min-height: 62px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
    padding: 0.45rem 0.35rem;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #8190bd;
    text-decoration: none;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.1;
    cursor: pointer;
    transition: color 0.16s ease, background 0.16s ease, transform 0.14s ease;
    -webkit-tap-highlight-color: transparent;
}

.bottom-nav-item:hover[b-ma3sc0eg1v] {
    color: #dbe4ff;
    background: rgba(255, 255, 255, 0.035);
}

.bottom-nav-item:active[b-ma3sc0eg1v] {
    transform: translateY(1px) scale(0.98);
}

.bottom-nav-item.active[b-ma3sc0eg1v] {
    color: #ffffff;
}

.bottom-nav-item.active[b-ma3sc0eg1v]::before {
    content: "";
    position: absolute;
    top: 0.18rem;
    width: 5px;
    height: 5px;
    border-radius: 999px;
    background: #7b8ff5;
    box-shadow: 0 0 0 4px rgba(123, 143, 245, 0.1);
}

.bottom-nav-item.disabled[b-ma3sc0eg1v] {
    opacity: 0.38;
    pointer-events: none;
}

.bottom-nav-item .nav-icon[b-ma3sc0eg1v] {
    display: grid;
    place-items: center;
    width: 1.45rem;
    height: 1.45rem;
    font-size: 1.18rem;
    line-height: 1;
    transition: transform 0.16s ease;
}

.bottom-nav-item:hover .nav-icon[b-ma3sc0eg1v] {
    transform: translateY(-1px);
}

.bottom-nav-item:nth-child(1)[b-ma3sc0eg1v] { grid-column: 1; }
.bottom-nav-item:nth-child(2)[b-ma3sc0eg1v] { grid-column: 2; }
.bottom-nav-item:nth-child(4)[b-ma3sc0eg1v] { grid-column: 5; }
.bottom-nav-item:nth-child(5)[b-ma3sc0eg1v] { grid-column: 6; }
.bottom-nav-item:nth-child(6)[b-ma3sc0eg1v] { grid-column: 7; }

.bottom-nav .bottom-nav-item.primary-action[b-ma3sc0eg1v] {
    position: absolute;
    left: 50%;
    top: -1.5rem;
    width: 92px;
    min-height: 82px;
    padding: 0;
    border-radius: 999px;
    color: #ffffff;
    background: transparent;
    transform: translateX(-50%);
}

.bottom-nav .bottom-nav-item.primary-action[b-ma3sc0eg1v]::before,
.bottom-nav .bottom-nav-item.primary-action[b-ma3sc0eg1v]::after {
    content: none;
}

.bottom-nav .bottom-nav-item.primary-action .nav-icon[b-ma3sc0eg1v] {
    width: 64px;
    height: 64px;
    border-radius: 999px;
    border: 5px solid #090c12;
    background: linear-gradient(135deg, #21c76a 0%, #27ae60 52%, #5a67d8 100%);
    color: #ffffff;
    font-size: 2rem;
    font-weight: 700;
    box-shadow: 0 14px 34px rgba(39, 174, 96, 0.42), 0 0 0 7px rgba(39, 174, 96, 0.1);
}

.bottom-nav .bottom-nav-item.primary-action:hover .nav-icon[b-ma3sc0eg1v] {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 18px 42px rgba(39, 174, 96, 0.5), 0 0 0 8px rgba(39, 174, 96, 0.13);
}

.bottom-nav .bottom-nav-item.primary-action:active .nav-icon[b-ma3sc0eg1v] {
    transform: translateY(0) scale(0.96);
}

.bottom-nav-active-budget[b-ma3sc0eg1v] {
    position: fixed;
    left: 50%;
    bottom: calc(5.6rem + env(safe-area-inset-bottom, 0px));
    z-index: 899;
    transform: translateX(-50%);
    max-width: calc(100vw - 2rem);
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(39, 174, 96, 0.3);
    border-radius: 999px;
    background: rgba(16, 68, 42, 0.92);
    color: #dffbea;
    font-size: 0.75rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.34);
    white-space: nowrap;
}

@media (max-width: 575px) {
    .bottom-nav[b-ma3sc0eg1v] {
        grid-template-columns: repeat(7, minmax(44px, 1fr));
        min-height: 78px;
        padding-inline: 0.3rem;
    }

    .bottom-nav-item[b-ma3sc0eg1v] {
        min-height: 56px;
        padding-inline: 0.15rem;
        font-size: 0.64rem;
    }

    .bottom-nav .bottom-nav-item.primary-action[b-ma3sc0eg1v] {
        top: -1.2rem;
        width: 76px;
        min-height: 76px;
    }

    .bottom-nav .bottom-nav-item.primary-action .nav-icon[b-ma3sc0eg1v] {
        width: 58px;
        height: 58px;
        font-size: 1.85rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-64efqngedi] {
    display: none;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4sep9w9j5t],
.components-reconnect-repeated-attempt-visible[b-4sep9w9j5t],
.components-reconnect-failed-visible[b-4sep9w9j5t],
.components-pause-visible[b-4sep9w9j5t],
.components-resume-failed-visible[b-4sep9w9j5t],
.components-rejoining-animation[b-4sep9w9j5t] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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