/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-no4y10r62f] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-no4y10r62f] {
    flex: 1;
}

.sidebar[b-no4y10r62f] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-no4y10r62f] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-no4y10r62f]  a, .top-row[b-no4y10r62f]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-no4y10r62f]  a:hover, .top-row[b-no4y10r62f]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-no4y10r62f]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-no4y10r62f] {
        justify-content: space-between;
    }

    .top-row[b-no4y10r62f]  a, .top-row[b-no4y10r62f]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-no4y10r62f] {
        flex-direction: row;
    }

    .sidebar[b-no4y10r62f] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-no4y10r62f] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-no4y10r62f]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-no4y10r62f], article[b-no4y10r62f] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-no4y10r62f] {
    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-no4y10r62f] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-rpuqsdhy5u],
.components-reconnect-repeated-attempt-visible[b-rpuqsdhy5u],
.components-reconnect-failed-visible[b-rpuqsdhy5u],
.components-pause-visible[b-rpuqsdhy5u],
.components-resume-failed-visible[b-rpuqsdhy5u],
.components-rejoining-animation[b-rpuqsdhy5u] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-rpuqsdhy5u] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

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

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

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

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

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

@keyframes components-rejoining-animation-b-rpuqsdhy5u {
    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 */
.lp-page[b-qlbajhhh6h] {
    font-family: 'Manrope', system-ui, -apple-system, sans-serif;
}

/* ---- hero ---- */
.lp-hero[b-qlbajhhh6h] {
    background: radial-gradient(110% 80% at 85% -5%, #0a3aa0 0%, #001E5C 48%, #00133d 100%);
    color: #fff;
    padding: 64px 24px 70px;
    display: flex;
    justify-content: center;
}

.lp-hero-inner[b-qlbajhhh6h] {
    max-width: 720px;
    width: 100%;
}

.lp-logo[b-qlbajhhh6h] {
    display: inline-flex;
    align-items: center;
    gap: .55em;
    color: #fff;
}

.lp-logo .mk[b-qlbajhhh6h] {
    flex: none;
}

.lp-wm[b-qlbajhhh6h] {
    font-weight: 800;
    letter-spacing: -.03em;
    font-size: 26px;
}

.lp-eyebrow[b-qlbajhhh6h] {
    display: block;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
    color: #4AA3FF;
    background: rgba(79,168,255,.12);
    border: 1px solid rgba(79,168,255,.3);
    padding: 6px 13px;
    border-radius: 30px;
    margin-top: 28px;
    width: fit-content;
}

.lp-title[b-qlbajhhh6h] {
    font-size: 42px;
    letter-spacing: -.03em;
    font-weight: 800;
    margin: 18px 0 0;
    line-height: 1.1;
}

.lp-subtitle[b-qlbajhhh6h] {
    color: #bcd4f2;
    font-size: 17px;
    max-width: 560px;
    margin: 14px 0 0;
    line-height: 1.6;
}

.lp-hero-actions[b-qlbajhhh6h] {
    display: flex;
    gap: 12px;
    margin-top: 30px;
    flex-wrap: wrap;
}

.lp-btn-primary[b-qlbajhhh6h], .lp-btn-ghost[b-qlbajhhh6h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 15px;
    padding: 13px 22px;
    border-radius: 14px;
    text-decoration: none;
    transition: .15s;
}

.lp-btn-primary[b-qlbajhhh6h] {
    background: linear-gradient(135deg, #1F73F0, #003090);
    color: #fff;
    box-shadow: 0 12px 30px -14px rgba(0,30,92,.5);
}

.lp-btn-primary:hover[b-qlbajhhh6h] {
    filter: brightness(1.08);
}

.lp-btn-ghost[b-qlbajhhh6h] {
    background: rgba(255,255,255,.06);
    color: #fff;
    border: 1.5px solid rgba(255,255,255,.25);
}

.lp-btn-ghost:hover[b-qlbajhhh6h] {
    background: rgba(255,255,255,.14);
}

/* ---- secoes ---- */
.lp-section[b-qlbajhhh6h] {
    max-width: 960px;
    margin: 0 auto;
    padding: 56px 24px;
}

.lp-h2[b-qlbajhhh6h] {
    color: #003090;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.02em;
    margin: 0 0 18px;
}

.lp-lead[b-qlbajhhh6h] {
    color: #5B6B7B;
    font-size: 17px;
    line-height: 1.7;
    max-width: 720px;
    margin: 0;
}

/* ---- modulos ---- */
.lp-mod-grid[b-qlbajhhh6h] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.lp-mod[b-qlbajhhh6h] {
    background: #fff;
    border: 1px solid #E3E9F1;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 2px 8px -2px rgba(0,30,92,.14);
}

.lp-mod-head[b-qlbajhhh6h] {
    display: flex;
    align-items: center;
    gap: 14px;
}

.lp-mod-ic[b-qlbajhhh6h] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    background: linear-gradient(135deg, #1F73F0, #003090);
    display: grid;
    place-items: center;
    flex: none;
    color: #fff;
}

.lp-mod-ic svg[b-qlbajhhh6h] {
    width: 24px;
    height: 24px;
}

.lp-mod-n[b-qlbajhhh6h] {
    font-size: 11.5px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #5B6B7B;
}

.lp-mod h3[b-qlbajhhh6h] {
    margin: 2px 0 0;
    font-size: 19px;
    color: #16202B;
    letter-spacing: -.01em;
}

.lp-mod p[b-qlbajhhh6h] {
    margin: 14px 0 0;
    color: #5B6B7B;
    font-size: 14.5px;
    line-height: 1.55;
}

/* ---- beneficios ---- */
.lp-beneficios[b-qlbajhhh6h] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 12px;
}

.lp-beneficios li[b-qlbajhhh6h] {
    background: #F4F7FB;
    border: 1px solid #E3E9F1;
    border-radius: 14px;
    padding: 14px 18px;
    color: #5B6B7B;
    font-size: 14.5px;
    line-height: 1.55;
}

.lp-beneficios li strong[b-qlbajhhh6h] {
    color: #003090;
}

/* ---- planos ---- */
.lp-planos-grid[b-qlbajhhh6h] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 18px;
}

.lp-plano[b-qlbajhhh6h] {
    background: #fff;
    border: 1px solid #E3E9F1;
    border-radius: 20px;
    padding: 26px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 8px -2px rgba(0,30,92,.14);
}

.lp-plano h3[b-qlbajhhh6h] {
    margin: 0;
    font-size: 19px;
    color: #003090;
}

.lp-plano-desc[b-qlbajhhh6h] {
    color: #5B6B7B;
    font-size: 14px;
    margin: 8px 0 0;
    line-height: 1.5;
}

.lp-plano-valor[b-qlbajhhh6h] {
    font-family: 'Space Grotesk', 'SFMono-Regular', monospace;
    font-size: 30px;
    font-weight: 700;
    color: #16202B;
    margin: 18px 0 0;
}

.lp-plano-valor span[b-qlbajhhh6h] {
    font-size: 14px;
    font-weight: 500;
    color: #5B6B7B;
}

.lp-plano-limites[b-qlbajhhh6h] {
    list-style: none;
    margin: 16px 0 0;
    padding: 0;
    color: #5B6B7B;
    font-size: 13.5px;
    line-height: 1.8;
    flex: 1;
}

.lp-plano-cta[b-qlbajhhh6h] {
    margin-top: 20px;
    width: 100%;
}

@media (max-width: 720px) {
    .lp-mod-grid[b-qlbajhhh6h] {
        grid-template-columns: 1fr;
    }

    .lp-title[b-qlbajhhh6h] {
        font-size: 32px;
    }
}
