/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-zlckaeq54d] {
    min-height: 100vh;
    max-width: 640px;
    margin: 0 auto;
    background: var(--c-bg);
    display: flex;
    flex-direction: column;
    /* Alt nav (64) + disclaimer bandı (~36) + safe-area */
    padding-bottom: calc(64px + 36px + env(safe-area-inset-bottom, 0px));
}

.app-header[b-zlckaeq54d] {
    padding: 1rem 1.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    position: sticky;
    top: 0;
    background: var(--c-bg);
    z-index: 5;
}

.brand[b-zlckaeq54d] {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    color: var(--c-text);
}

.brand-sub[b-zlckaeq54d] {
    font-size: 0.8rem;
    color: var(--c-text-muted);
    margin-left: 0.5rem;
}

.settings-link[b-zlckaeq54d] {
    font-size: 1.3rem;
    color: var(--c-text-muted);
    text-decoration: none;
    padding: 0.2rem 0.4rem;
    border-radius: 8px;
}
.settings-link:hover[b-zlckaeq54d] {
    color: var(--c-text);
    background: var(--c-surface);
    text-decoration: none;
}

.app-content[b-zlckaeq54d] {
    flex: 1;
    padding: 0.75rem 1rem 1.5rem;
}

#blazor-error-ui[b-zlckaeq54d] {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.75rem 1rem;
    background: var(--c-negative);
    color: white;
    z-index: 1000;
}
#blazor-error-ui .reload[b-zlckaeq54d], #blazor-error-ui .dismiss[b-zlckaeq54d] {
    color: white;
    margin-left: 0.5rem;
    cursor: pointer;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.tab-bar[b-hcg3altwq4] {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: calc(64px + env(safe-area-inset-bottom, 0px));
    padding-bottom: env(safe-area-inset-bottom, 0px);
    background: var(--c-surface);
    border-top: 1px solid var(--c-border);
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    z-index: 10;
    max-width: 640px;
    margin: 0 auto;
}

.tab-bar[b-hcg3altwq4]  .tab {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    color: var(--c-text-muted);
    text-decoration: none;
    font-size: 0.78rem;
    font-weight: 500;
    padding: 0.25rem 0;
    transition: color 100ms ease;
}

.tab-bar[b-hcg3altwq4]  .tab:hover {
    color: var(--c-text);
    text-decoration: none;
}

.tab-bar[b-hcg3altwq4]  .tab.active {
    color: var(--c-accent);
}

.tab-bar[b-hcg3altwq4]  .ico {
    font-size: 1.25rem;
    line-height: 1;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-mf3lepdsm2],
.components-reconnect-repeated-attempt-visible[b-mf3lepdsm2],
.components-reconnect-failed-visible[b-mf3lepdsm2],
.components-pause-visible[b-mf3lepdsm2],
.components-resume-failed-visible[b-mf3lepdsm2],
.components-rejoining-animation[b-mf3lepdsm2] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-retrying[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-failed[b-mf3lepdsm2],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-mf3lepdsm2] {
    display: block;
}


#components-reconnect-modal[b-mf3lepdsm2] {
    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-mf3lepdsm2 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-mf3lepdsm2 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-mf3lepdsm2 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-mf3lepdsm2]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-mf3lepdsm2 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-mf3lepdsm2 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-mf3lepdsm2 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-mf3lepdsm2 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-mf3lepdsm2] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-mf3lepdsm2] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-mf3lepdsm2] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-mf3lepdsm2] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-mf3lepdsm2] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-mf3lepdsm2] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-mf3lepdsm2] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-mf3lepdsm2 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-mf3lepdsm2] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-mf3lepdsm2 {
    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;
    }
}
