/* /Components/Auth/AccountMenu.razor.rz.scp.css */
.account-menu[b-yz60tt1va4] {
    position: relative;
    z-index: 30;
}

.account-menu__trigger[b-yz60tt1va4] {
    display: inline-grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 10px;
    max-width: min(100%, 320px);
    padding: 8px 10px 8px 8px;
    border: 1px solid rgba(148, 163, 184, 0.32);
    border-radius: 8px;
    background: rgba(7, 21, 34, 0.82);
    color: #f8fafc;
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
    cursor: pointer;
}

.account-menu__trigger:hover[b-yz60tt1va4],
.account-menu__trigger:focus-visible[b-yz60tt1va4] {
    border-color: rgba(249, 115, 22, 0.62);
    outline: none;
}

.account-menu__avatar[b-yz60tt1va4] {
    display: inline-grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.18);
    color: #fb923c;
}

.account-menu svg[b-yz60tt1va4] {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}

.account-menu__identity[b-yz60tt1va4] {
    display: grid;
    min-width: 0;
    gap: 3px;
    text-align: left;
}

.account-menu__identity strong[b-yz60tt1va4] {
    overflow: hidden;
    color: #f8fafc;
    font-size: 0.88rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.account-menu__identity span[b-yz60tt1va4] {
    justify-self: start;
    padding: 2px 7px;
    border-radius: 999px;
    background: rgba(249, 115, 22, 0.18);
    color: #fb923c;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
}

.account-menu__chevron[b-yz60tt1va4] {
    color: #94a3b8;
}

.account-menu__dropdown[b-yz60tt1va4] {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    display: grid;
    min-width: 210px;
    padding: 6px;
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 8px;
    background: rgba(7, 21, 34, 0.96);
    box-shadow: 0 22px 52px rgba(0, 0, 0, 0.36);
}

.account-menu__item[b-yz60tt1va4] {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    width: 100%;
    padding: 10px;
    border: 0;
    border-radius: 6px;
    background: transparent;
    color: #dbeafe;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 700;
    text-align: left;
}

.account-menu__item:disabled[b-yz60tt1va4] {
    color: #64748b;
    cursor: not-allowed;
}

.account-menu__item--logout[b-yz60tt1va4] {
    margin-top: 4px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
    color: #fb923c;
    cursor: pointer;
}

.account-menu__item--logout:hover[b-yz60tt1va4],
.account-menu__item--logout:focus-visible[b-yz60tt1va4] {
    background: rgba(249, 115, 22, 0.14);
    outline: none;
}

@media (max-width: 520px) {
    .account-menu__trigger[b-yz60tt1va4] {
        max-width: calc(100vw - 24px);
    }

    .account-menu__identity strong[b-yz60tt1va4] {
        max-width: 160px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.event-shell[b-v7din7nw0y] {
    min-height: 100vh;
    background: #06111b;
    color: #f8fafc;
}

.event-shell__nav[b-v7din7nw0y] {
    border-bottom: 1px solid rgba(148, 163, 184, 0.22);
    background: #071522;
}

.event-shell__main[b-v7din7nw0y] {
    min-width: 0;
    position: relative;
}

.event-shell:has(.screen-intro--admin) .event-shell__main[b-v7din7nw0y],
.event-shell:has(.admin-matches) .event-shell__main[b-v7din7nw0y] {
    min-height: 100dvh;
    background:
        linear-gradient(180deg, rgba(6, 17, 27, 0.3), rgba(6, 17, 27, 0.86)),
        var(--event-bingo-atmosphere-background) center / cover no-repeat fixed,
        #06111b;
}

.event-shell__content[b-v7din7nw0y] {
    width: min(1120px, 100%);
    margin: 0 auto;
    padding: 32px 20px 48px;
}

.event-shell:has(.player-welcome)[b-v7din7nw0y] {
    min-height: 100dvh;
}

.event-shell:has(.player-name)[b-v7din7nw0y],
.event-shell:has(.player-card)[b-v7din7nw0y],
.event-shell:has(.player-card-placeholder)[b-v7din7nw0y] {
    min-height: 100dvh;
}

.event-shell:has(.auth-page)[b-v7din7nw0y] {
    min-height: 100dvh;
}

.event-shell:has(.host-dashboard)[b-v7din7nw0y] {
    min-height: 100dvh;
}

.event-shell--fullscreen[b-v7din7nw0y] {
    min-height: 100dvh;
}

.event-shell:has(.player-welcome) .event-shell__nav[b-v7din7nw0y] {
    display: none;
}

.event-shell:has(.player-name) .event-shell__nav[b-v7din7nw0y],
.event-shell:has(.player-card) .event-shell__nav[b-v7din7nw0y],
.event-shell:has(.player-card-placeholder) .event-shell__nav[b-v7din7nw0y] {
    display: none;
}

.event-shell:has(.auth-page) .event-shell__nav[b-v7din7nw0y] {
    display: none;
}

.event-shell:has(.host-dashboard) .event-shell__nav[b-v7din7nw0y] {
    display: none;
}

.event-shell--fullscreen .event-shell__nav[b-v7din7nw0y] {
    display: none;
}

.event-shell__content:has(.player-welcome)[b-v7din7nw0y] {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    padding: 0;
}

.event-shell__content:has(.player-name)[b-v7din7nw0y],
.event-shell__content:has(.player-card)[b-v7din7nw0y],
.event-shell__content:has(.player-card-placeholder)[b-v7din7nw0y] {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    padding: 0;
}

.event-shell__content:has(.auth-page)[b-v7din7nw0y] {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    padding: 0;
}

.event-shell__content:has(.host-dashboard)[b-v7din7nw0y] {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    padding: 0;
}

.event-shell__content--fullscreen[b-v7din7nw0y] {
    width: 100%;
    max-width: none;
    min-height: 100dvh;
    padding: 0;
}

.event-shell__content:has(.admin-games)[b-v7din7nw0y],
.event-shell__content:has(.host-games)[b-v7din7nw0y] {
    width: 100%;
    max-width: none;
}

.event-shell__content--wide[b-v7din7nw0y] {
    width: 100%;
    max-width: none;
}

@media (max-width: 768px) {
    .mobile-app-fullscreen[b-v7din7nw0y] {
        width: 100%;
        height: var(--app-viewport-height, 100dvh);
        min-height: var(--app-viewport-height, 100dvh);
        overflow: hidden;
    }

    .mobile-app-fullscreen .event-shell__main[b-v7din7nw0y],
    .mobile-app-fullscreen .event-shell__content[b-v7din7nw0y],
    .mobile-app-fullscreen .mobile-page-shell[b-v7din7nw0y] {
        width: 100%;
        height: 100%;
        min-height: 0;
        overflow: hidden;
    }

    .mobile-app-fullscreen .mobile-page-shell[b-v7din7nw0y] {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
}

@supports not (height: 100dvh) {
    @media (max-width: 768px) {
        .mobile-app-fullscreen[b-v7din7nw0y] {
            height: calc(var(--app-vh, 1vh) * 100);
            min-height: calc(var(--app-vh, 1vh) * 100);
        }
    }
}

@media (min-width: 760px) {
    .event-shell[b-v7din7nw0y] {
        display: grid;
        grid-template-columns: 240px minmax(0, 1fr);
    }

    .event-shell__nav[b-v7din7nw0y] {
        position: sticky;
        top: 0;
        height: 100vh;
        border-right: 1px solid rgba(148, 163, 184, 0.22);
        border-bottom: 0;
    }

    .event-shell__content[b-v7din7nw0y] {
        padding: 48px 32px;
    }

    .event-shell__content:has(.host-dashboard)[b-v7din7nw0y] {
        width: 100%;
        max-width: none;
    }

    .event-shell__content:has(.admin-games)[b-v7din7nw0y] {
        width: 100%;
        max-width: none;
    }

    .event-shell:has(.player-welcome)[b-v7din7nw0y] {
        display: block;
    }

    .event-shell:has(.player-name)[b-v7din7nw0y],
    .event-shell:has(.player-card)[b-v7din7nw0y],
    .event-shell:has(.player-card-placeholder)[b-v7din7nw0y] {
        display: block;
    }

    .event-shell:has(.auth-page)[b-v7din7nw0y] {
        display: block;
    }

    .event-shell:has(.host-dashboard)[b-v7din7nw0y] {
        display: block;
    }

    .event-shell--fullscreen[b-v7din7nw0y] {
        display: block;
    }

    .event-shell:has(.player-welcome) .event-shell__content[b-v7din7nw0y] {
        padding: 0;
    }

    .event-shell:has(.player-name) .event-shell__content[b-v7din7nw0y],
    .event-shell:has(.player-card) .event-shell__content[b-v7din7nw0y],
    .event-shell:has(.player-card-placeholder) .event-shell__content[b-v7din7nw0y] {
        padding: 0;
    }

    .event-shell:has(.auth-page) .event-shell__content[b-v7din7nw0y] {
        padding: 0;
    }

    .event-shell:has(.host-dashboard) .event-shell__content[b-v7din7nw0y] {
        padding: 0;
    }

    .event-shell--fullscreen .event-shell__content[b-v7din7nw0y] {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .mobile-app-fullscreen.event-shell[b-v7din7nw0y] {
        display: block;
        grid-template-columns: none;
    }

    .mobile-app-fullscreen .event-shell__nav[b-v7din7nw0y] {
        display: none;
    }

    .mobile-app-fullscreen .event-shell__content[b-v7din7nw0y] {
        padding: 0;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.event-nav__brand[b-rd747o2rj3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 72px;
    padding: 16px 20px;
}

.event-nav__brand a[b-rd747o2rj3] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #f8fafc;
    font-size: 1.25rem;
    font-weight: 800;
    text-decoration: none;
}

.event-nav__brand a span span[b-rd747o2rj3] {
    color: #f97316;
}

.event-nav__mark[b-rd747o2rj3] {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    object-fit: contain;
}

.event-nav__toggle[b-rd747o2rj3] {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(148, 163, 184, 0.34);
    border-radius: 8px;
    background: transparent;
}

.event-nav__toggle span[b-rd747o2rj3] {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: #f8fafc;
}

@media (max-width: 759.98px) {
    .event-nav__brand[b-rd747o2rj3] {
        min-height: calc(72px + env(safe-area-inset-top));
        padding-top: max(16px, calc(16px + env(safe-area-inset-top)));
    }

    .event-nav__toggle[b-rd747o2rj3] {
        position: relative;
        z-index: 1;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
        touch-action: manipulation;
    }
}

.event-nav__links[b-rd747o2rj3] {
    padding: 0 12px 16px;
}

.event-nav__links.collapse[b-rd747o2rj3] {
    display: none;
}

.event-nav__links nav[b-rd747o2rj3] {
    display: grid;
    gap: 6px;
}

.event-nav__links--host nav[b-rd747o2rj3] {
    align-content: start;
}

.event-nav__hint[b-rd747o2rj3] {
    margin: 4px 4px 0;
    color: #94a3b8;
    font-size: 0.78rem;
    font-weight: 750;
    line-height: 1.35;
}

.event-nav__account[b-rd747o2rj3] {
    margin-top: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(148, 163, 184, 0.18);
}

.event-nav__account[b-rd747o2rj3]  .account-menu__trigger {
    width: 100%;
}

[b-rd747o2rj3] .event-nav__link {
    display: block;
    padding: 12px 14px;
    border-radius: 8px;
    color: #cbd5e1;
    text-decoration: none;
}

[b-rd747o2rj3] .event-nav__link.active,
[b-rd747o2rj3] .event-nav__link:hover {
    background: rgba(249, 115, 22, 0.14);
    color: #fb923c;
}

@media (min-width: 760px) {
    .event-nav__brand[b-rd747o2rj3] {
        align-items: flex-start;
        min-height: 96px;
    }

    .event-nav__toggle[b-rd747o2rj3] {
        display: none;
    }

    .event-nav__links[b-rd747o2rj3],
    .event-nav__links.collapse[b-rd747o2rj3] {
        display: flex;
        flex-direction: column;
        min-height: calc(100vh - 96px);
    }

    .event-nav__links nav[b-rd747o2rj3] {
        flex: 1;
    }

    .event-nav__account[b-rd747o2rj3] {
        margin-top: 16px;
        padding-top: 14px;
    }

    .event-nav__account[b-rd747o2rj3]  .account-menu__dropdown {
        top: auto;
        bottom: calc(100% + 8px);
        right: auto;
        left: 0;
        width: 100%;
        min-width: 0;
    }
}
