@import '_content/Logixware.Blazor.Templates.Starlight/Logixware.Blazor.Templates.Starlight.awja9fxoay.bundle.scp.css';

/* /Features/Home/Pages/HomePage.razor.rz.scp.css */
.introduction[b-6ts3y19ps7] {
    padding-block: 62px 88px;
    border-bottom: 1px solid var(--sl-border);
    background: radial-gradient(ellipse at 50% 130%, color-mix(in srgb, var(--sl-card-one) 75%, transparent), transparent 65%);
}
.introduction-copy[b-6ts3y19ps7] { max-width: 1100px; margin-inline: auto; text-align: center; }
.eyebrow[b-6ts3y19ps7] {
    margin: 0 0 22px;
    font-size: .75rem;
    font-weight: 650;
    letter-spacing: .09em;
    line-height: 1.7;
    text-transform: uppercase;
    color: var(--sl-muted);
}
.label-dot[b-6ts3y19ps7] { display: inline-block; width: 6px; height: 6px; margin-right: 7px; border-radius: 50%; background: var(--sl-accent); vertical-align: middle; }
h1[b-6ts3y19ps7] { margin: 0; font-size: clamp(3.4rem, 7.3vw, 6.9rem); font-weight: 580; letter-spacing: -.07em; line-height: 1.02; text-wrap: balance; }
h1 span[b-6ts3y19ps7] { color: var(--sl-headline); }
/* Route focus announces the heading without drawing a control outline around the introduction. */
h1:focus[b-6ts3y19ps7] { outline: none; }
.lead[b-6ts3y19ps7] { max-width: 550px; margin: 26px auto 30px; color: var(--sl-muted); font-size: 1.125rem; line-height: 1.7; }
.introduction-actions[b-6ts3y19ps7] { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 12px 24px; }
.section-title .eyebrow[b-6ts3y19ps7] { margin-bottom: 15px; }
h2[b-6ts3y19ps7] { margin: 0; font-size: clamp(2.25rem, 4vw, 3.5rem); line-height: 1.08; font-weight: 550; letter-spacing: -.052em; }
.section-description[b-6ts3y19ps7] { margin: 0; max-width: 300px; font-size: .9375rem; line-height: 1.7; }
.card-art[b-6ts3y19ps7] { min-height: 160px; display: grid; grid-template-rows: auto 1fr; gap: 14px; }
.card-number[b-6ts3y19ps7] { font-size: .6875rem; font-weight: 600; letter-spacing: .08em; }
.card-symbol[b-6ts3y19ps7] { justify-self: end; align-self: end; font-size: 5rem; font-weight: 500; line-height: 1; }
h3[b-6ts3y19ps7] { margin: 0; font-size: 1.5rem; line-height: 1.2; font-weight: 550; letter-spacing: -.035em; }
.card-description[b-6ts3y19ps7] { margin: 12px 0 0; font-size: 1rem; line-height: 1.7; }
@media (max-width: 700px) {
    .introduction[b-6ts3y19ps7] { padding-block: 36px 52px; }
    .eyebrow[b-6ts3y19ps7] { font-size: .6875rem; letter-spacing: .06em; }
    h1[b-6ts3y19ps7] { font-size: clamp(2.65rem, 10.2vw, 4.5rem); line-height: 1.05; }
    .lead[b-6ts3y19ps7] { font-size: 1rem; margin-block: 23px; }
    .section-description[b-6ts3y19ps7] { max-width: none; }
    h2[b-6ts3y19ps7] { font-size: clamp(2.05rem, 8vw, 2.75rem); }
    .card-art[b-6ts3y19ps7] { min-height: 135px; }
}
/* /Features/Hosting/Components/ReconnectModal.razor.rz.scp.css */
/* Hide all state-specific content until a matching class on the dialog makes it visible. */
.components-reconnect-first-attempt-visible[b-4fe76zk1vv],
.components-reconnect-repeated-attempt-visible[b-4fe76zk1vv],
.components-reconnect-failed-visible[b-4fe76zk1vv],
.components-pause-visible[b-4fe76zk1vv],
.components-resume-failed-visible[b-4fe76zk1vv],
.components-rejoining-animation[b-4fe76zk1vv] {
    display: none;
}

#components-reconnect-modal button:focus-visible[b-4fe76zk1vv] {
    outline: 2px solid var(--sl-focus);
    outline-offset: 4px;
}

/* Dialog state classes select the message, available action, and reconnect progress animation. */
#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-retrying[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-failed[b-4fe76zk1vv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-4fe76zk1vv] {
    display: block;
}


#components-reconnect-modal[b-4fe76zk1vv] {
    background-color: var(--sl-surface);
    color: var(--sl-text);
    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;
    /* Keep the closing dialog displayed and in the top layer until its fade-out finishes. */
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-4fe76zk1vv 0.5s both;
    /* Delay the opening animations; their fill mode preserves the initial and final frames. */
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-4fe76zk1vv] {
    border: 0;
    background-color: var(--sl-primary);
    color: var(--sl-on-primary);
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4fe76zk1vv] {
        background-color: var(--sl-primary-hover);
    }

    #components-reconnect-modal button:active[b-4fe76zk1vv] {
        background-color: var(--sl-primary-active);
    }

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

    .components-rejoining-animation div[b-4fe76zk1vv] {
        position: absolute;
        border: 3px solid var(--sl-accent);
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-4fe76zk1vv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        /* Offset the second ring so the progress animation produces overlapping pulses. */
        .components-rejoining-animation div:nth-child(2)[b-4fe76zk1vv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-4fe76zk1vv {
    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;
    }
}
/* /Features/Hosting/Layouts/MainLayout.razor.rz.scp.css */
.brand[b-z8kosxkx9u] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sl-text);
    text-decoration: none;
    font-size: 1.75rem;
    font-weight: 720;
    letter-spacing: -.085em;
    line-height: 1;
}
.brand img[b-z8kosxkx9u] { display: block; object-fit: contain; }
.brand-dot[b-z8kosxkx9u] { color: var(--sl-accent); }
.brand-footer[b-z8kosxkx9u] { font-size: 1.375rem; }
.nav-link[b-z8kosxkx9u], .footer-link[b-z8kosxkx9u] {
    color: var(--sl-muted);
    font-size: .875rem;
    font-weight: 500;
    text-decoration: none;
    text-underline-offset: 5px;
}
.nav-link:hover[b-z8kosxkx9u], .footer-link:hover[b-z8kosxkx9u] { color: var(--sl-accent); text-decoration: underline; }
.nav-link:active[b-z8kosxkx9u], .footer-link:active[b-z8kosxkx9u] { color: var(--sl-text); }
.footer-link[b-z8kosxkx9u] { font-size: .75rem; }
.footer-copy[b-z8kosxkx9u] { margin: 0; color: var(--sl-muted); font-size: .75rem; text-align: center; }
@media (max-width: 700px) {
    .brand[b-z8kosxkx9u] { font-size: 1.5rem; }
    .brand-footer[b-z8kosxkx9u] { font-size: 1.375rem; }
    .nav-link[b-z8kosxkx9u] { font-size: .8125rem; }
    .footer-copy[b-z8kosxkx9u] { text-align: left; }
}
