@import '_content/LogViewer.Framework/LogViewer.Framework.p2os8gfxft.bundle.scp.css';
@import '_content/LogViewer.Razor/LogViewer.Razor.hdxie4k5fh.bundle.scp.css';

/* /Components/Account/Pages/Login.razor.rz.scp.css */
.home-theme[b-885pbax8ig] {
    --home-dark-blue: #141b30;
    --home-copper: #d58f74;
    --home-blue: #54768c;
    --home-light-blue: #638ca7;
    --home-text: #f5f8fb;
    --home-muted: #cbd8e4;

    position: relative;
    min-height: 100vh;
    overflow: hidden;
    color: var(--home-text);
    background: transparent;
    font-family: "Roboto", Arial, sans-serif;
}

.home-theme[b-885pbax8ig],
.home-theme *[b-885pbax8ig] {
    font-family: "Roboto", Arial, sans-serif;
}

.home-shell[b-885pbax8ig] {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 2rem 1rem;
    position: relative;
    z-index: 2;
}

.hero-card[b-885pbax8ig] {
    width: min(520px, 100%);
    padding: 2.75rem 1rem;
    border: 1px solid rgba(99, 140, 167, 0.5);
    border-radius: 1.25rem;
    background: #141b30;
    box-shadow: 0 1.5rem 4rem rgba(7, 11, 24, 0.5);
    backdrop-filter: blur(10px);
    text-align: center;
}

.logo-row[b-885pbax8ig] {
    display: flex;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.brand-logo[b-885pbax8ig] {
    width: 110px;
    max-width: 100%;
    height: auto;
}

.eyebrow[b-885pbax8ig] {
    color: var(--home-copper);
    text-transform: uppercase;
    letter-spacing: 0.13em;
    font-size: 0.76rem;
    font-weight: 700;
}

.hero-title[b-885pbax8ig] {
    font-size: clamp(1.4rem, 3.5vw, 1.9rem);
    line-height: 1.1;
    font-weight: 400;
    margin: 0;
    color: #ffffff;
}

.hero-tagline[b-885pbax8ig] {
    color: var(--home-muted);
    font-size: 0.95rem;
}

.btn-accent[b-885pbax8ig] {
    background: var(--home-copper);
    border-color: var(--home-copper);
    color: #ffffff;
    font-family: "Roboto", Arial, sans-serif;
    font-weight: 300;
}

    .btn-accent:hover[b-885pbax8ig],
    .btn-accent:focus[b-885pbax8ig] {
        background: #8a4b35;
        border-color: #c98368;
        color: #ffffff;
    }

.orb[b-885pbax8ig] {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.4;
    z-index: 1;
}

.orb-a[b-885pbax8ig] {
    width: 210px;
    height: 210px;
    left: -60px;
    top: -40px;
    background: #2ee4bf;
}

.orb-b[b-885pbax8ig] {
    width: 160px;
    height: 160px;
    right: 8%;
    top: 10%;
    background: #ffd166;
}

.orb-c[b-885pbax8ig] {
    width: 220px;
    height: 220px;
    right: -70px;
    bottom: -50px;
    background: #2b7fff;
}

.login-form[b-885pbax8ig] {
    margin-top: 2.5rem;
}

@media (max-width: 576px) {
    .hero-card[b-885pbax8ig] {
        padding: 2rem 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-96bx7kajh7],
.components-reconnect-repeated-attempt-visible[b-96bx7kajh7],
.components-reconnect-failed-visible[b-96bx7kajh7],
.components-pause-visible[b-96bx7kajh7],
.components-resume-failed-visible[b-96bx7kajh7],
.components-rejoining-animation[b-96bx7kajh7] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-96bx7kajh7] {
    border: 0;
    background-color: #3f79b5;
    color: #ffffff;
    padding: 4px 24px;
    border-radius: 4px;
}


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

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

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

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

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

@keyframes components-rejoining-animation-b-96bx7kajh7 {
    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;
    }
}
