/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-33n28se5z5] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.kf-navbar[b-33n28se5z5] {
    background-color: #ffffff;
    border-bottom: 1px solid var(--kf-border);
    box-shadow: 0 2px 10px rgba(37, 56, 88, 0.06);
}

.navbar-brand img[b-33n28se5z5] {
    height: 42px;
}

.kf-navbar .nav-link[b-33n28se5z5] {
    font-weight: 600;
    color: var(--kf-navy);
    padding: 0.5rem 1rem;
    position: relative;
}

    .kf-navbar .nav-link.active[b-33n28se5z5] {
        color: var(--kf-wine);
    }

    .kf-navbar .nav-link:hover[b-33n28se5z5] {
        color: var(--kf-wine);
    }

.body-content[b-33n28se5z5] {
    flex: 1 0 auto;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.kf-footer[b-33n28se5z5] {
    flex-shrink: 0;
    background-color: var(--kf-navy-dark);
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.85rem;
    padding: 1rem 0;
}

    .kf-footer a[b-33n28se5z5] {
        color: rgba(255, 255, 255, 0.9);
    }

        .kf-footer a:hover[b-33n28se5z5] {
            color: #ffffff;
        }

#blazor-error-ui[b-33n28se5z5] {
    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-33n28se5z5] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-zzi43vx40o],
.components-reconnect-repeated-attempt-visible[b-zzi43vx40o],
.components-reconnect-failed-visible[b-zzi43vx40o],
.components-pause-visible[b-zzi43vx40o],
.components-resume-failed-visible[b-zzi43vx40o],
.components-rejoining-animation[b-zzi43vx40o] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-retrying[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-failed[b-zzi43vx40o],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-zzi43vx40o] {
    display: block;
}


#components-reconnect-modal[b-zzi43vx40o] {
    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-zzi43vx40o 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-zzi43vx40o 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-zzi43vx40o 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-zzi43vx40o]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-zzi43vx40o 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-zzi43vx40o {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-zzi43vx40o {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-zzi43vx40o {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-zzi43vx40o] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-zzi43vx40o] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-zzi43vx40o] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-zzi43vx40o] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-zzi43vx40o] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-zzi43vx40o] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-zzi43vx40o] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-zzi43vx40o 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-zzi43vx40o] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-zzi43vx40o {
    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/Contato.razor.rz.scp.css */
.kf-contact-card[b-e145t3ou61] {
    background: #ffffff;
    border: 1px solid var(--kf-border);
    border-radius: 0.9rem;
    padding: 2rem;
    box-shadow: 0 8px 24px rgba(37, 56, 88, 0.06);
}

.kf-contact-row[b-e145t3ou61] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    padding: 0.75rem 0;
    border-top: 1px solid var(--kf-border);
}

    .kf-contact-row:first-of-type[b-e145t3ou61] {
        border-top: none;
    }

.kf-contact-icon[b-e145t3ou61] {
    font-size: 1.25rem;
    line-height: 1.4;
}

.kf-contact-label[b-e145t3ou61] {
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--kf-muted);
}
/* /Components/Pages/Home.razor.rz.scp.css */
.kf-hero[b-5vzwsgd8zh] {
    margin-top: -2rem;
    padding: 4.5rem 0 5rem;
    background: linear-gradient(120deg, var(--kf-navy-dark) 0%, var(--kf-navy) 55%, var(--kf-wine) 130%);
    color: #ffffff;
}

.kf-eyebrow[b-5vzwsgd8zh] {
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #f0c8d6;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.3rem 0.8rem;
    border-radius: 999px;
    margin-bottom: 1rem;
}

.kf-hero-title[b-5vzwsgd8zh] {
    font-size: 3.25rem;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 1rem;
}

.kf-hero-lead[b-5vzwsgd8zh] {
    font-size: 1.15rem;
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
    margin-bottom: 0;
}

.kf-hero .btn-outline-light[b-5vzwsgd8zh] {
    font-weight: 600;
}

.kf-features[b-5vzwsgd8zh] {
    margin-top: 3.5rem;
}

.kf-card[b-5vzwsgd8zh] {
    position: relative;
    height: 100%;
    background: #ffffff;
    border: 1px solid var(--kf-border);
    border-radius: 0.9rem;
    padding: 1.75rem;
    box-shadow: 0 8px 24px rgba(37, 56, 88, 0.06);
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

    .kf-card:hover[b-5vzwsgd8zh] {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(37, 56, 88, 0.1);
    }

.kf-card-highlight[b-5vzwsgd8zh] {
    border-color: var(--kf-wine);
    box-shadow: 0 10px 28px rgba(122, 42, 73, 0.16);
}

.kf-card-badge[b-5vzwsgd8zh] {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #ffffff;
    background: var(--kf-wine);
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
}

.kf-card-icon[b-5vzwsgd8zh] {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
}

.kf-card h3[b-5vzwsgd8zh] {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

.kf-card p[b-5vzwsgd8zh] {
    color: var(--kf-muted);
    margin-bottom: 0;
}

@media (max-width: 767.98px) {
    .kf-hero-title[b-5vzwsgd8zh] {
        font-size: 2.4rem;
    }
}
