/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ufq80112ib] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr;
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.app-header[b-ufq80112ib] {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.main-content[b-ufq80112ib] {
    width: 100%;
    max-width: 100%;
    overflow-x: clip;
}

.content[b-ufq80112ib] {
    width: 100%;
    max-width: 100%;
    padding: 1.5rem clamp(1rem, 4vw, 2rem) 2rem;
    overflow-x: clip;
}

.content:has(.home-page)[b-ufq80112ib] {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

@media (max-width: 640.98px) {
    .content[b-ufq80112ib] {
        padding: 1rem;
    }

    .content:has(.home-page)[b-ufq80112ib] {
        padding: 0;
    }
}

#blazor-error-ui[b-ufq80112ib] {
    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-ufq80112ib] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-gdfztho79t] {
    min-height: 4rem;
    padding: 0.85rem clamp(1rem, 4vw, 2rem);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    background: rgba(2, 6, 23, 0.9);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.brand[b-gdfztho79t] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: transparent;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
    -webkit-background-clip: text;
    background-clip: text;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: 0.03em;
    white-space: nowrap;
}

.brand-logo[b-gdfztho79t] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(56, 189, 248, 0.35));
}

.site-links[b-gdfztho79t] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
}

.auth-links[b-gdfztho79t] {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
}

.auth-link[b-gdfztho79t] {
    color: #cbd5e1;
    text-decoration: none;
    border: 1px solid rgba(203, 213, 225, 0.35);
    border-radius: 999px;
    padding: 0.45rem 0.95rem;
    line-height: 1;
    background: transparent;
    transition: 0.2s ease;
}

.auth-link:hover[b-gdfztho79t] {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.65);
}

.auth-link.active[b-gdfztho79t] {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.65);
}

.auth-link-icon[b-gdfztho79t] {
    padding: 0.4rem 0.55rem;
    opacity: 0.68;
    font-size: 1rem;
}

.auth-link-icon:hover[b-gdfztho79t],
.auth-link-icon.active[b-gdfztho79t] {
    opacity: 0.95;
}

.auth-link-with-badge[b-gdfztho79t] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
}

.auth-badge[b-gdfztho79t] {
    min-width: 1.3rem;
    height: 1.3rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    background: #ef4444;
    color: #fff;
    padding: 0 0.25rem;
}

.auth-button[b-gdfztho79t] {
    cursor: pointer;
    font: inherit;
}

.nav-ticket-btn[b-gdfztho79t] {
    padding: 0.45rem 0.9rem;
    font-size: 0.9rem;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(34, 197, 94, 0.28);
}

@media (max-width: 640.98px) {
    .nav-shell[b-gdfztho79t] {
        padding: 0.75rem 1rem;
    }

    .brand[b-gdfztho79t] {
        font-size: 0.95rem;
        max-width: 100%;
        white-space: normal;
    }

    .brand-logo[b-gdfztho79t] {
        width: 1.7rem;
        height: 1.7rem;
        flex-shrink: 0;
    }

    .auth-links[b-gdfztho79t] {
        width: 100%;
        justify-content: center;
    }

    .nav-ticket-btn[b-gdfztho79t] {
        padding: 0.4rem 0.7rem;
        font-size: 0.8rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-otvygcf3zd],
.components-reconnect-repeated-attempt-visible[b-otvygcf3zd],
.components-reconnect-failed-visible[b-otvygcf3zd],
.components-pause-visible[b-otvygcf3zd],
.components-resume-failed-visible[b-otvygcf3zd],
.components-rejoining-animation[b-otvygcf3zd] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-retrying[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-failed[b-otvygcf3zd],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-otvygcf3zd] {
    display: block;
}


#components-reconnect-modal[b-otvygcf3zd] {
    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-otvygcf3zd 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-otvygcf3zd 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-otvygcf3zd 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-otvygcf3zd]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-otvygcf3zd 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-otvygcf3zd {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-otvygcf3zd {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-otvygcf3zd {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-otvygcf3zd] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-otvygcf3zd] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-otvygcf3zd] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-otvygcf3zd] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-otvygcf3zd] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-otvygcf3zd] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-otvygcf3zd] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-otvygcf3zd 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-otvygcf3zd] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-otvygcf3zd {
    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;
    }
}
