/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3nq3jw4pzf] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.main[b-3nq3jw4pzf] {
    flex: 1;
}

.site-footer[b-3nq3jw4pzf] {
    background: #f8f9fa;
    padding: 1.5rem 2rem;
    text-align: center;
    font-size: 0.85rem;
    color: #6c757d;
    border-top: 1px solid #e9ecef;
}

/* The Blazor error banner is styled globally in app.css, keyed by #blazor-error-ui, so it is
   hidden by default and shown by the framework on both MainLayout and GuestLayout pages. It
   must NOT be a scoped rule here — scoped CSS would leave the GuestLayout copy unhidden. */
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.topbar[b-yzn7pmktik] {
    background: linear-gradient(135deg, #ff689b 0%, #f7931e 50%, #ffcf23 100%);
    box-shadow: 0 2px 12px rgba(255, 104, 155, 0.3);
    position: sticky;
    top: 0;
    z-index: 100;
}

.topbar-inner[b-yzn7pmktik] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
}

.topbar-brand[b-yzn7pmktik] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
    text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.topbar-brand:hover[b-yzn7pmktik] {
    text-decoration: none;
    color: white;
    filter: brightness(1.1);
}

.topbar-logo[b-yzn7pmktik] {
    font-size: 1.5rem;
}

.topbar-nav[b-yzn7pmktik] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.nav-link[b-yzn7pmktik] {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.95rem;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
}

.nav-link:hover[b-yzn7pmktik],
.nav-link.active[b-yzn7pmktik] {
    color: white;
    border-bottom-color: white;
}

.nav-external[b-yzn7pmktik] {
    font-size: 0.85rem;
    opacity: 0.9;
}

@media (max-width: 768px) {
    .topbar-inner[b-yzn7pmktik] { padding: 0 1rem; }
    .topbar-title[b-yzn7pmktik] { display: none; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-pmbdtptfig],
.components-reconnect-repeated-attempt-visible[b-pmbdtptfig],
.components-reconnect-failed-visible[b-pmbdtptfig],
.components-pause-visible[b-pmbdtptfig],
.components-resume-failed-visible[b-pmbdtptfig],
.components-rejoining-animation[b-pmbdtptfig] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-pmbdtptfig {
    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;
    }
}
/* /Components/Pages/App/Moderate.razor.rz.scp.css */
/* Mobile-first: single column, thumb-reach buttons — usable one-handed at the event. */
.moderate-panel[b-zuinbtilcb] {
    max-width: 520px;
    margin-inline: auto;
}

.moderate-header[b-zuinbtilcb] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}

.moderate-stack[b-zuinbtilcb] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.moderate-card[b-zuinbtilcb] {
    border-radius: 12px;
    overflow: hidden;
    background: var(--bs-body-bg, #fff);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.moderate-card img[b-zuinbtilcb],
.moderate-card video[b-zuinbtilcb] {
    display: block;
    width: 100%;
    max-height: 60vh;
    object-fit: contain;
    background: #111;
}

.moderate-meta[b-zuinbtilcb] {
    padding: 0.6rem 1rem 0;
}

.moderate-caption[b-zuinbtilcb] {
    margin: 0 0 0.25rem;
    font-style: italic;
}

.moderate-actions[b-zuinbtilcb] {
    display: flex;
    gap: 0.5rem;
    padding: 0.75rem 1rem 1rem;
}

.moderate-btn[b-zuinbtilcb] {
    flex: 1;
    min-height: 48px;
    font-size: 1rem;
}

.moderate-empty[b-zuinbtilcb] {
    padding: 2rem 0;
    text-align: center;
}
/* /Components/Pages/Pricing.razor.rz.scp.css */
.pricing-intro[b-ucrvpl6y8b] {
    max-width: 44rem;
}

.pricing-grid[b-ucrvpl6y8b] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 1.25rem;
    margin-top: 1.5rem;
}

.pricing-card[b-ucrvpl6y8b] {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.5rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    background: #fff;
}

.pricing-featured[b-ucrvpl6y8b] {
    border-color: var(--bs-primary, #6f42c1);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.08);
}

.pricing-badge[b-ucrvpl6y8b] {
    position: absolute;
    top: -0.7rem;
    right: 1rem;
    padding: 0.15rem 0.7rem;
    border-radius: 999px;
    background: var(--bs-primary, #6f42c1);
    color: #fff;
    font-size: 0.75rem;
}

.pricing-price strong[b-ucrvpl6y8b] {
    font-size: 2rem;
}

.pricing-features[b-ucrvpl6y8b] {
    flex: 1;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.pricing-off[b-ucrvpl6y8b] {
    opacity: 0.55;
}

.pricing-footnote[b-ucrvpl6y8b] {
    margin-top: 1.5rem;
    max-width: 44rem;
}
/* /Components/Pages/Wall.razor.rz.scp.css */
/* Full-viewport dark stage — designed for beamer/TV, covers any layout chrome. */
.wall-stage[b-ib0xt9jpx3] {
    position: fixed;
    inset: 0;
    z-index: 1000;
    background: #000;
    overflow: hidden;
}

.wall-item[b-ib0xt9jpx3] {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wall-item img[b-ib0xt9jpx3],
.wall-item video[b-ib0xt9jpx3] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* The active layer fades in over the previous one — soft crossfade, no black flash. */
.wall-active[b-ib0xt9jpx3] {
    animation: wall-fade-b-ib0xt9jpx3 1s ease both;
}

/* True crossfade: the previous photo fades out in the same second the next one fades
   in — no layer ever sits opaque on top of the other. */
.wall-under[b-ib0xt9jpx3] {
    animation: wall-fade-out-b-ib0xt9jpx3 1s ease both;
}

@keyframes wall-fade-out-b-ib0xt9jpx3 {
    from { opacity: 1; }
    to { opacity: 0; }
}

.wall-caption[b-ib0xt9jpx3] {
    position: absolute;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 80%;
    padding: 0.6rem 1.4rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
    animation: wall-fade-b-ib0xt9jpx3 1s ease both;
}

.wall-qr[b-ib0xt9jpx3] {
    position: absolute;
    right: 1.5rem;
    bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.75rem;
    border-radius: 12px;
    background: #fff;
    color: #111;
    font-size: 0.85rem;
    opacity: 0.92;
}

.wall-empty[b-ib0xt9jpx3] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    padding: 2rem;
}

@keyframes wall-fade-b-ib0xt9jpx3 {
    from { opacity: 0; }
    to { opacity: 1; }
}
