/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-holder[b-ck37ylp45n] {
    overflow-x: hidden;
}

#blazor-error-ui[b-ck37ylp45n] {
    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-ck37ylp45n] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Top Nav */
.navbar[b-h0ndt2pozt] {
    margin-top: 10px;
    height: 54px;
    background: var(--background-top);
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
}

.btn[b-h0ndt2pozt] {
    font-weight: 600;
    color: var(--foreground);
    font-size: 18px;
    text-decoration: none;
    align-content: center;
    text-align: center;
    text-anchor: middle;
    display: block;
}

.internal[b-h0ndt2pozt] {
    width: 96%;
    background: var(--background-top);
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10;
}

.logo[b-h0ndt2pozt] {
    font-size: 1.2rem;
    font-weight: bold;
    height: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.vl[b-h0ndt2pozt] {
    border-left: 1px solid var(--foreground);
    margin-left: 20px;
    margin-right: 20px;
    height: 100%;
}

/* Desktop buttons */
.nav-buttons[b-h0ndt2pozt] {
    display: flex;
    gap: 3vw;
    align-items: center;
    height: 45%;
    margin-right: 2vw;
}

/* If you want control of the logo image specifically */
.logo-img[b-h0ndt2pozt] {
    height: 80%;
    width: auto;
}

/* Mobile hamburger */
.hamburger[b-h0ndt2pozt] {
    display: none;
    font-size: 1.8rem;
    cursor: pointer;
    /* button reset */
    background: none;
    border: none;
    padding: 0;
    color: inherit;
    line-height: 1;
}

/* Fullscreen mobile menu */
.overlay[b-h0ndt2pozt] {
    position: fixed;
    inset: 0;
    background: var(--hamburger-background);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    z-index: 999;
}

.clickme[b-h0ndt2pozt] {
    border-radius: 12px;
    background: var(--hamburger-background);
    color: var(--background-top);
    padding-left: 16px;
    padding-right: 16px;
    height: 100%;
    text-align: center;
    align-items: center;
    align-content: center;
}

.close[b-h0ndt2pozt] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2rem;
    background: none;
    border: none;
    color: white;
    cursor: pointer;
}

.menu-buttons[b-h0ndt2pozt] {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ico[b-h0ndt2pozt] {
    height: 80%;
    width: auto;
}

.center-item[b-h0ndt2pozt] {
    text-align: center;
}

.wide-screen[b-h0ndt2pozt] {
    height: 100%;
    display: flex;
    width: fit-content;
    place-items: center;
    align-content: center;
    align-items: center;
}

.tall-screen[b-h0ndt2pozt] {
    height: 100%;
    display: none;
    width: fit-content;
    place-items: center;
    align-content: center;
    align-items: center;
}

/* Mobile override */
@media (max-width: 768px) {
    .internal[b-h0ndt2pozt] {
        width: 90%;
    }
    
    .wide-screen[b-h0ndt2pozt] {
        display: none;
    }

    .tall-screen[b-h0ndt2pozt] {
        display: flex;
    }

    .nav-buttons[b-h0ndt2pozt] {
        display: none;
    }

    .ico[b-h0ndt2pozt] {
        display: none;
    }

    .overlay[b-h0ndt2pozt] {
        display: flex;
    }

    .hamburger[b-h0ndt2pozt] {
        display: block;
    }
}

.ui-list[b-h0ndt2pozt] {
    display: grid;
    gap: 30px;
    width: 100%;
}

.ui-item[b-h0ndt2pozt] {
    display: grid;
    width: 100%;
    height: 6vh;
    place-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    font-size: 3vh;
    color: white !important;
}

    .ui-item a[b-h0ndt2pozt] {
        color: white;
        font-weight: 600;
        text-decoration: none;
    }
    
    .ui-item a:visited[b-h0ndt2pozt],
    .ui-item a:hover[b-h0ndt2pozt],
    .ui-item a:active[b-h0ndt2pozt] {
        color: inherit;
        text-decoration: none;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7te23h4821],
.components-reconnect-repeated-attempt-visible[b-7te23h4821],
.components-reconnect-failed-visible[b-7te23h4821],
.components-pause-visible[b-7te23h4821],
.components-resume-failed-visible[b-7te23h4821],
.components-rejoining-animation[b-7te23h4821] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7te23h4821],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7te23h4821],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7te23h4821],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7te23h4821],
#components-reconnect-modal.components-reconnect-retrying[b-7te23h4821],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7te23h4821],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7te23h4821],
#components-reconnect-modal.components-reconnect-failed[b-7te23h4821],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7te23h4821] {
    display: block;
}


#components-reconnect-modal[b-7te23h4821] {
    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-7te23h4821 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7te23h4821 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7te23h4821 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7te23h4821]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7te23h4821 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7te23h4821 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7te23h4821 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7te23h4821 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7te23h4821] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7te23h4821] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7te23h4821] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7te23h4821] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7te23h4821] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7te23h4821] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7te23h4821] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7te23h4821 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7te23h4821] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7te23h4821 {
    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/Library/NavBar/ThemeToggle.razor.rz.scp.css */
.themebtn[b-1b6odc17xt] {
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: flex;
    border: none;
    background: transparent;
}

    .themebtn img[b-1b6odc17xt] {
        height: 100%;
    }

.ico[b-1b6odc17xt] {
    height: 80%;
    width: auto;
}

.centr[b-1b6odc17xt] {
    text-align: center;
}

.icotxt[b-1b6odc17xt] {
    margin: 0;
    font-size: 18px;
}

@media (max-width: 768px) {
    .nav-buttons[b-1b6odc17xt] {
        display: none;
    }

    .ico[b-1b6odc17xt] {
        display: none;
    }

    .overlay[b-1b6odc17xt] {
        display: flex;
    }

    .icotxt[b-1b6odc17xt] {
        display: block;
    }

    .hamburger[b-1b6odc17xt] {
        display: block;
    }

    .themebtn img[b-1b6odc17xt] {
        display: none
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.video-wrap[b-ym1fbyzkp6] {
    display: grid;
    inset: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: #000;
}

    .video-wrap video[b-ym1fbyzkp6] {
        grid-area: 1 / 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 0;
    }

.attractor-holder[b-ym1fbyzkp6] {
    grid-area: 1 / 1;
    width: 100%;
    height: 90%;
    padding-left: 2vw;
    align-content: center;
    justify-content: center;
    place-items: start;
    z-index: 1;
}

.central-attractor[b-ym1fbyzkp6] {
    font-family: "InterVariable", system-ui, sans-serif;
    font-size: 7vh;
    font-weight: 650;
    color: white;
    pointer-events: none;
    width: 100%;
}

.central-attractor-small[b-ym1fbyzkp6] {
    font-family: "InterVariable", system-ui, sans-serif;
    font-size: 3vh;
    font-weight: 400;
    color: white;
    pointer-events: none;
    width: 100%;
}

@media (max-width: 768px) {
    .attractor-holder[b-ym1fbyzkp6] {
        padding-left: 5vw;
    }

    .central-attractor[b-ym1fbyzkp6] {
        font-size: 8vw;
    }

    .central-attractor-small[b-ym1fbyzkp6] {
        font-size: 4vw;
        width: 75%;
        text-align: left;
    }
}
