/* /Components/Layout/MainLayout.razor.rz.scp.css */
.skip-link[b-ke3rofw1bd] {
    background: #ffffff;
    border: 3px solid #ffd700;
    border-radius: 0 0 1rem 0;
    color: #180733;
    font-weight: 800;
    left: 0;
    padding: 0.8rem 1rem;
    position: fixed;
    top: -5rem;
    z-index: 1001;
}

.skip-link:focus[b-ke3rofw1bd] {
    top: 0;
}

.app-shell[b-ke3rofw1bd] {
    min-height: 100vh;
}

.site-header[b-ke3rofw1bd] {
    background:
        radial-gradient(circle at 12% 15%, rgba(255, 255, 255, 0.28), transparent 18rem),
        linear-gradient(115deg, #2b0b5f 0%, #512bd4 52%, #8b5cf6 100%);
    box-shadow: 0 1rem 3rem rgba(24, 7, 51, 0.22);
    color: #ffffff;
    padding: 0.8rem clamp(1rem, 3vw, 3rem);
    position: sticky;
    top: 0;
    z-index: 10;
}

.site-header.site-presentation-header[b-ke3rofw1bd] {
    padding-bottom: 0.55rem;
    padding-top: 0.55rem;
}

.site-header.site-presentation-header .header-inner[b-ke3rofw1bd] {
    align-items: center;
}

.site-header.site-presentation-header .product-brand img[b-ke3rofw1bd],
.site-header.site-presentation-header .product-brand .brand-mark[b-ke3rofw1bd] {
    height: 5rem;
    width: 5rem;
}

.site-header.site-presentation-header .presentation-pill[b-ke3rofw1bd],
.site-header.site-presentation-header .header-action[b-ke3rofw1bd] {
    margin-top: 0;
    padding: 0.35rem 0.75rem;
}

.header-inner[b-ke3rofw1bd] {
    align-items: center;
    column-gap: 1rem;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    min-height: 5.4rem;
    width: 100%;
}

.product-brand[b-ke3rofw1bd] {
    align-items: center;
    color: #ffffff;
    display: inline-flex;
    font-size: clamp(1.25rem, 1.8vw, 1.8rem);
    gap: 0.75rem;
    grid-column: 1;
    justify-self: start;
    text-decoration: none;
}

.product-brand:hover[b-ke3rofw1bd] {
    color: #ffffff;
}

.product-brand img[b-ke3rofw1bd],
.product-brand .brand-mark[b-ke3rofw1bd] {
    align-items: center;
    background: #ffffff;
    border: 4px solid rgba(255, 255, 255, 0.5);
    border-radius: 1rem;
    display: inline-flex;
    height: 5rem;
    justify-content: center;
    object-fit: contain;
    width: 5rem;
}

.product-brand .brand-mark[b-ke3rofw1bd] {
    background:
        radial-gradient(circle at 30% 18%, rgba(255, 255, 255, 0.45), transparent 1.4rem),
        linear-gradient(135deg, #8b5cf6 0%, #512bd4 55%, #32105f 100%);
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.35),
        0 0.8rem 1.4rem rgba(24, 7, 51, 0.22);
    overflow: hidden;
    padding: 0;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.product-brand .brand-mark svg[b-ke3rofw1bd] {
    display: block;
    height: 100%;
    width: 100%;
}

.product-brand:hover .brand-mark[b-ke3rofw1bd] {
    box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.45),
        0 1rem 1.7rem rgba(24, 7, 51, 0.28);
    transform: translateY(-1px) rotate(-2deg);
}

.event-branding[b-ke3rofw1bd] {
    display: grid;
    gap: 0.15rem;
    grid-column: 2;
    justify-items: center;
    max-width: min(44vw, 42rem);
    text-align: center;
    white-space: nowrap;
}

.event-branding span[b-ke3rofw1bd] {
    font-size: clamp(1.05rem, 1.7vw, 1.45rem);
    font-weight: 800;
}

.event-branding small[b-ke3rofw1bd] {
    color: #f4ecff;
    font-size: 0.95rem;
    font-weight: 650;
}

.presentation-pill[b-ke3rofw1bd] {
    background: rgba(255, 255, 255, 0.18);
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    display: inline-flex;
    font-weight: 800;
    margin-top: 0.8rem;
    padding: 0.45rem 0.85rem;
}

.header-actions[b-ke3rofw1bd] {
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 0.55rem;
    grid-column: 3;
    justify-content: flex-end;
    justify-self: end;
}

.header-action[b-ke3rofw1bd] {
    background: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    color: #32105f;
    display: inline-flex;
    font-weight: 800;
    padding: 0.45rem 0.85rem;
    text-decoration: none;
    white-space: nowrap;
}

.header-action:hover[b-ke3rofw1bd],
.header-action:focus-visible[b-ke3rofw1bd] {
    color: #32105f;
    outline: 3px solid #ffd700;
    outline-offset: 2px;
}

main[b-ke3rofw1bd] {
    background: linear-gradient(180deg, #f8f4ff 0%, #ffffff 55%);
    min-height: calc(100vh - 7rem);
}

.content[b-ke3rofw1bd] {
    margin: 0 auto;
    max-width: 1180px;
    padding: clamp(1rem, 2.5vw, 2.4rem);
}

@media (max-width: 720px) {
    .site-header[b-ke3rofw1bd] {
        position: static;
    }

    .header-inner[b-ke3rofw1bd] {
        align-items: center;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        min-height: 0;
    }

    .header-actions[b-ke3rofw1bd] {
        align-items: flex-start;
        flex-direction: row;
        flex-wrap: wrap;
        grid-column: 1 / -1;
        justify-content: flex-start;
        justify-self: start;
    }

    .product-brand img[b-ke3rofw1bd],
    .product-brand .brand-mark[b-ke3rofw1bd] {
        height: 3rem;
        width: 3rem;
    }

    .event-branding[b-ke3rofw1bd] {
        grid-column: 1 / -1;
        justify-items: start;
        max-width: none;
        text-align: left;
        white-space: normal;
    }

    .content[b-ke3rofw1bd] {
        padding: 0.85rem;
    }
}

#blazor-error-ui[b-ke3rofw1bd] {
    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-ke3rofw1bd] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-b0oir6r10r] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    margin-top: 0.65rem;
}

.nav-menu[b-b0oir6r10r]  .nav-link {
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 999px;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    padding: 0.5rem 0.9rem;
    text-decoration: none;
}

.nav-menu[b-b0oir6r10r]  .nav-link:hover,
.nav-menu[b-b0oir6r10r]  .nav-link:focus-visible,
.nav-menu[b-b0oir6r10r]  .nav-link.active {
    background: #ffffff;
    color: #32105f;
}

.nav-menu[b-b0oir6r10r]  .attendee-link {
    background: #ffd700;
    border-color: #ffd700;
    color: #180733;
}

@media (max-width: 720px) {
    .nav-menu[b-b0oir6r10r] {
        flex-wrap: nowrap;
        margin-inline: -0.25rem;
        overflow-x: auto;
        padding: 0.1rem 0.25rem 0.3rem;
        scrollbar-width: thin;
    }

    .nav-menu[b-b0oir6r10r]  .nav-link {
        flex: 0 0 auto;
        min-height: 2.75rem;
        white-space: nowrap;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ybkbdu2vyt],
.components-reconnect-repeated-attempt-visible[b-ybkbdu2vyt],
.components-reconnect-failed-visible[b-ybkbdu2vyt],
.components-pause-visible[b-ybkbdu2vyt],
.components-resume-failed-visible[b-ybkbdu2vyt],
.components-rejoining-animation[b-ybkbdu2vyt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-retrying[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-failed[b-ybkbdu2vyt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ybkbdu2vyt] {
    display: block;
}


#components-reconnect-modal[b-ybkbdu2vyt] {
    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-ybkbdu2vyt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ybkbdu2vyt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ybkbdu2vyt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ybkbdu2vyt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ybkbdu2vyt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ybkbdu2vyt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ybkbdu2vyt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ybkbdu2vyt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ybkbdu2vyt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ybkbdu2vyt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ybkbdu2vyt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ybkbdu2vyt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ybkbdu2vyt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ybkbdu2vyt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ybkbdu2vyt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ybkbdu2vyt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ybkbdu2vyt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ybkbdu2vyt {
    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/Prizes.razor.rz.scp.css */
.prize-lineup-item[b-ybyeu05559] {
    padding-top: 2.8rem;
    position: relative;
}

.prize-order-actions[b-ybyeu05559] {
    align-items: center;
    display: inline-flex;
    gap: 0.4rem;
    left: 0.7rem;
    position: absolute;
    top: 0.7rem;
}

.prize-drag-handle[b-ybyeu05559] {
    color: #5a3a97;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: -2px;
    line-height: 1;
    user-select: none;
}

.prize-drag-handle-button[b-ybyeu05559] {
    align-items: center;
    background: #ffffff;
    border: 2px solid #ded5ff;
    border-radius: 999px;
    color: #32105f;
    display: inline-flex;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    min-height: 2rem;
    min-width: 2.6rem;
    padding: 0;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: element;
    -webkit-user-select: none;
}

.prize-drag-handle-button:hover[b-ybyeu05559],
.prize-drag-handle-button:focus-visible[b-ybyeu05559] {
    background: #f3edff;
    color: #32105f;
    outline: 3px solid #ffd700;
    outline-offset: 2px;
}

.prize-icon-actions[b-ybyeu05559] {
    display: inline-flex;
    gap: 0.4rem;
    position: absolute;
    right: 0.7rem;
    top: 0.7rem;
}

.prize-icon-button[b-ybyeu05559] {
    align-items: center;
    background: #ffffff;
    border: 2px solid #ded5ff;
    border-radius: 999px;
    color: #32105f;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 800;
    height: 2rem;
    justify-content: center;
    line-height: 1;
    min-height: 2rem;
    min-width: 2rem;
    padding: 0;
}

.prize-icon-button:hover[b-ybyeu05559],
.prize-icon-button:focus-visible[b-ybyeu05559] {
    background: #f3edff;
    color: #32105f;
    outline: 3px solid #ffd700;
    outline-offset: 2px;
}

.prize-drag-handle-button[draggable="true"][b-ybyeu05559] {
    cursor: grab;
}

.prize-drag-handle-button[draggable="true"]:active[b-ybyeu05559] {
    cursor: grabbing;
}
