@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.boiwgh0w5b.bundle.scp.css';

/* /Components/Layout/HeaderProfileMenu.razor.rz.scp.css */
/* Scoped styles for the interactive header profile menu island.
   Shared shell styling (user-avatar) lives in wwwroot/app.css. */

.header-user-name[b-w8ga2kz426] {
    font-weight: 600;
    color: #344054;
}

@media (max-width: 640px) {
    .header-user-name[b-w8ga2kz426] {
        display: none;
    }
}
/* /Components/Layout/LandingLayout.razor.rz.scp.css */
.landing-page[b-fjoozkdev6] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #ffffff;
}

.landing-nav[b-fjoozkdev6] {
    border-bottom: 1px solid #eaecf0;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    position: sticky;
    top: 0;
    z-index: 10;
}

.landing-nav-inner[b-fjoozkdev6] {
    max-width: 1100px;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.landing-brand[b-fjoozkdev6] {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    font-weight: 700;
    font-size: 1.15rem;
    color: #101828;
    text-decoration: none;
    transition: opacity 0.15s ease;
}

    .landing-brand:hover[b-fjoozkdev6] {
        opacity: 0.85;
    }

.landing-brand .brand-mark[b-fjoozkdev6] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 0.5rem;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    font-size: 0.85rem;
    font-weight: 700;
    color: white;
    box-shadow: 0 2px 6px rgba(99, 102, 241, 0.35);
}

.landing-nav-links[b-fjoozkdev6] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

/* The global button overrides force outlined buttons transparent while the
   theme keeps their text white — white-on-white here. Pin visible colors. */
.landing-nav-links .rz-button.rz-variant-outlined[b-fjoozkdev6] {
    color: var(--invo-primary);
    border: 1px solid var(--invo-primary);
}

.landing-nav-links .rz-button.rz-variant-outlined:hover[b-fjoozkdev6] {
    background-color: rgba(79, 70, 229, 0.08);
    color: var(--invo-primary-dark);
}

.landing-footer[b-fjoozkdev6] {
    border-top: 1px solid #eaecf0;
    padding: 1.75rem;
    margin-top: auto;
    background-color: #f9fafb;
}

.landing-footer-inner[b-fjoozkdev6] {
    max-width: 1100px;
    margin: 0 auto;
    color: #667085;
    font-size: 0.85rem;
    text-align: center;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Layout-specific scoped styles. Shared shell styling (header, sidebar,
   brand mark, avatar) lives in wwwroot/app.css so auth + landing pages
   can reuse it. The header profile menu (and its scoped styles) now lives
   in HeaderProfileMenu.razor / HeaderProfileMenu.razor.css. */
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yw5abpuo4q],
.components-reconnect-repeated-attempt-visible[b-yw5abpuo4q],
.components-reconnect-failed-visible[b-yw5abpuo4q],
.components-pause-visible[b-yw5abpuo4q],
.components-resume-failed-visible[b-yw5abpuo4q],
.components-rejoining-animation[b-yw5abpuo4q] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-retrying[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-failed[b-yw5abpuo4q],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yw5abpuo4q] {
    display: block;
}


#components-reconnect-modal[b-yw5abpuo4q] {
    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-yw5abpuo4q 0.5s both;
    &[open] {
        animation: components-reconnect-modal-slideUp-b-yw5abpuo4q 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yw5abpuo4q 0.5s ease-in-out 0.3s;
        animation-fill-mode: both;
    }
}

#components-reconnect-modal[b-yw5abpuo4q]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yw5abpuo4q 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yw5abpuo4q {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yw5abpuo4q {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yw5abpuo4q {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yw5abpuo4q] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yw5abpuo4q] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yw5abpuo4q] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yw5abpuo4q] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yw5abpuo4q] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yw5abpuo4q] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yw5abpuo4q] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yw5abpuo4q 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yw5abpuo4q] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yw5abpuo4q {
    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/Landing.razor.rz.scp.css */
.hero[b-vgxpqctsg9] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f6f7fd 0%, #ffffff 100%);
    padding: 6rem 1.5rem 4.5rem;
}

.hero-glow[b-vgxpqctsg9] {
    position: absolute;
    top: -12rem;
    left: 50%;
    transform: translateX(-50%);
    width: 60rem;
    height: 30rem;
    background: radial-gradient(closest-side, rgba(99, 102, 241, 0.16), rgba(139, 92, 246, 0.07), transparent);
    pointer-events: none;
    z-index: 0;
}

.hero-inner[b-vgxpqctsg9] {
    position: relative;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    text-align: center;
    animation: fade-in-up-b-vgxpqctsg9 0.6s ease both;
}

.hero-badge[b-vgxpqctsg9] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #eef2ff;
    color: #4338ca;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.4rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 1.5rem;
    box-shadow: 0 1px 2px rgba(67, 56, 202, 0.08);
}

    .hero-badge .rzi[b-vgxpqctsg9] {
        font-size: 1.05rem;
        color: #6366f1;
    }

.hero h1[b-vgxpqctsg9] {
    font-size: 2.9rem;
    font-weight: 800;
    color: #101828;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.hero-highlight[b-vgxpqctsg9] {
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hero-subtitle[b-vgxpqctsg9] {
    font-size: 1.15rem;
    color: #344054;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.hero-actions[b-vgxpqctsg9] {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.hero-note[b-vgxpqctsg9] {
    font-size: 0.85rem;
    color: #98a2b3;
    margin-bottom: 3rem;
}

.hero-stats[b-vgxpqctsg9] {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    padding-top: 2rem;
    border-top: 1px solid #eaecf0;
}

.hero-stat[b-vgxpqctsg9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.hero-stat-value[b-vgxpqctsg9] {
    font-size: 1.6rem;
    font-weight: 700;
    color: #101828;
}

.hero-stat-label[b-vgxpqctsg9] {
    font-size: 0.8rem;
    color: #667085;
}

.features[b-vgxpqctsg9] {
    padding: 5rem 1.5rem;
    background-color: #ffffff;
}

.section-heading[b-vgxpqctsg9] {
    max-width: 640px;
    margin: 0 auto 3rem;
    text-align: center;
}

.section-eyebrow[b-vgxpqctsg9] {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #8b5cf6;
    margin-bottom: 0.6rem;
}

.section-heading h2[b-vgxpqctsg9] {
    font-size: 2rem;
    font-weight: 700;
    color: #101828;
    margin-bottom: 0.6rem;
}

.section-heading p[b-vgxpqctsg9] {
    font-size: 1.02rem;
    color: #667085;
}

.features-inner[b-vgxpqctsg9] {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

@media (max-width: 900px) {
    .features-inner[b-vgxpqctsg9] {
        grid-template-columns: repeat(2, 1fr);
    }

    .hero-stats[b-vgxpqctsg9] {
        gap: 1.5rem;
    }
}

@media (max-width: 600px) {
    .features-inner[b-vgxpqctsg9] {
        grid-template-columns: 1fr;
    }

    .hero h1[b-vgxpqctsg9] {
        font-size: 2.1rem;
    }

    .hero-stats[b-vgxpqctsg9] {
        flex-wrap: wrap;
        row-gap: 1.25rem;
    }
}

.feature-card[b-vgxpqctsg9] {
    border: 1px solid #eaecf0;
    border-radius: 16px;
    padding: 1.85rem;
    background-color: #f9fafb;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

    .feature-card:hover[b-vgxpqctsg9] {
        transform: translateY(-4px);
        box-shadow: 0 16px 32px rgba(17, 24, 39, 0.08);
        border-color: #e0e4f5;
        background-color: #ffffff;
    }

.feature-icon[b-vgxpqctsg9] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(139, 92, 246, 0.12));
    margin-bottom: 1rem;
    color: #4f46e5;
}

    .feature-icon .rzi[b-vgxpqctsg9] {
        font-size: 1.5rem;
    }

.feature-card h3[b-vgxpqctsg9] {
    font-size: 1.05rem;
    font-weight: 600;
    color: #101828;
    margin-bottom: 0.5rem;
}

.feature-card p[b-vgxpqctsg9] {
    font-size: 0.92rem;
    color: #667085;
    line-height: 1.55;
    margin-bottom: 0;
}

.cta[b-vgxpqctsg9] {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    padding: 4.5rem 1.5rem;
}

.cta[b-vgxpqctsg9]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.16), transparent 45%),
                radial-gradient(circle at 80% 80%, rgba(255, 255, 255, 0.12), transparent 45%);
}

.cta-inner[b-vgxpqctsg9] {
    position: relative;
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
    color: #ffffff;
}

.cta h2[b-vgxpqctsg9] {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.cta p[b-vgxpqctsg9] {
    font-size: 1.02rem;
    opacity: 0.92;
    margin-bottom: 1.85rem;
}

@keyframes fade-in-up-b-vgxpqctsg9 {
    from {
        opacity: 0;
        transform: translateY(16px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}
