/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-dbrn0joqlu] {
    background: #0f2f96;
    color: #ffffff;
    padding: 48px 0 24px 0;
    font-family: Inter, 'Helvetica Neue', Arial, sans-serif;
}

.footer-inner[b-dbrn0joqlu] {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0 0.5rem;
    display: flex;
    gap: 2rem;
    align-items: flex-start;
    justify-content: space-between;
    box-sizing: border-box;
}

@media (min-width: 1200px) {
    .footer-inner[b-dbrn0joqlu] {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.footer-left[b-dbrn0joqlu] {
    flex: 0 0 35%;
}

.footer-logo[b-dbrn0joqlu] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-logo img[b-dbrn0joqlu] {
    height: 48px;
    width: auto;
    border-radius: 8px;
    background: #ffffff;
    padding: 6px 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    object-fit: contain;
}

.footer-brand[b-dbrn0joqlu] {
    display: block;
    font-weight: 800;
    color: #ffd54a;
    letter-spacing: 0.4px;
}

.copyright[b-dbrn0joqlu] {
    margin-top: 12px;
    color: rgba(255,255,255,0.85);
    font-size: 0.95rem;
    line-height: 1.4;
}

.socials[b-dbrn0joqlu] {
    margin-top: 14px;
}

.socials a[b-dbrn0joqlu] {
    display: inline-flex;
    width: 34px;
    height: 34px;
    align-items: center;
    justify-content: center;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border-radius: 50%;
    margin-right: 0.5rem;
    text-decoration: none;
    font-size: 14px;
}

.footer-links[b-dbrn0joqlu] {
    flex: 0 0 60%;
    display: flex;
    gap: 3rem;
    justify-content: flex-end;
}

.footer-links .col h4[b-dbrn0joqlu] {
    margin-bottom: 0.75rem;
    color: rgba(255,255,255,0.95);
    font-size: 1rem;
}

.footer-links .col ul[b-dbrn0joqlu] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links .col ul li[b-dbrn0joqlu] {
    margin-bottom: 0.5rem;
}

.footer-links .col ul li a[b-dbrn0joqlu] {
    color: rgba(255,255,255,0.9);
    text-decoration: none;
    font-size: 0.95rem;
}

.footer-links .newsletter .newsletter-form[b-dbrn0joqlu] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    flex-wrap: wrap;
}

.footer-links .newsletter input[type="email"][b-dbrn0joqlu] {
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    border: none;
    flex: 1 1 160px;
    min-width: 0;
}

.btn-sub[b-dbrn0joqlu] {
    background: #ffffff;
    color: #0f2f96;
    border: none;
    padding: 0.55rem 0.9rem;
    border-radius: 999px;
    font-weight: 600;
    cursor: pointer;
}

.btn-sub:disabled[b-dbrn0joqlu] {
    opacity: 0.7;
    cursor: default;
}

.newsletter-msg[b-dbrn0joqlu] {
    margin-top: 0.6rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.newsletter-msg.success[b-dbrn0joqlu] {
    color: #8ef0b4;
}

.newsletter-msg.error[b-dbrn0joqlu] {
    color: #ffd54a;
}

.site-footer[b-dbrn0joqlu]::after {
    content: "";
    display: block;
    height: 1px;
    background: rgba(255,255,255,0.06);
    margin-top: 22px;
}

@media (max-width: 991.98px) {
    .footer-inner[b-dbrn0joqlu] {
        flex-direction: column;
        padding: 0 1rem;
        gap: 1.75rem;
    }

    .footer-left[b-dbrn0joqlu],
    .footer-links[b-dbrn0joqlu] {
        flex: 0 0 auto;
        width: 100%;
    }

    .footer-links[b-dbrn0joqlu] {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 1.5rem 2rem;
    }

    .footer-links .newsletter[b-dbrn0joqlu] {
        grid-column: 1 / -1;
    }

    .footer-links .newsletter input[type="email"][b-dbrn0joqlu] {
        min-width: 0;
    }

    .footer-logo img[b-dbrn0joqlu] {
        height: 44px;
        width: auto;
    }
}

@media (max-width: 560px) {
    .site-footer[b-dbrn0joqlu] {
        padding: 36px 0 20px;
        text-align: center;
    }

    .footer-logo[b-dbrn0joqlu] {
        justify-content: center;
    }

    .footer-links[b-dbrn0joqlu] {
        gap: 1.5rem;
        text-align: center;
    }

    .socials[b-dbrn0joqlu] {
        display: flex;
        justify-content: center;
        gap: 0.6rem;
    }

    .socials a[b-dbrn0joqlu] {
        width: 40px;
        height: 40px;
        margin-right: 0;
    }

    .footer-links .col ul li[b-dbrn0joqlu] {
        margin-bottom: 0.65rem;
    }

    .footer-links .newsletter .newsletter-form[b-dbrn0joqlu] {
        flex-direction: column;
        align-items: stretch;
        flex-wrap: nowrap;
    }

    .footer-links .newsletter input[type="email"][b-dbrn0joqlu] {
        flex: 0 0 auto;
        width: 100%;
    }

    .btn-sub[b-dbrn0joqlu] {
        padding: 0.7rem 0.9rem;
        width: 100%;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */

*[b-0h9cb5uog7] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.app-shell[b-0h9cb5uog7] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #ffffff;
}

.main-content[b-0h9cb5uog7] {
    padding: 0 0.5rem;
    max-width: none;
    margin: 0 auto;
    width: 100%;
    flex: 1 1 auto;
}

main[b-0h9cb5uog7] {
    display: block;
}


#blazor-error-ui[b-0h9cb5uog7] {
    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-0h9cb5uog7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-5dhy1l5t0a] {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
}


.navbar-toggle[b-5dhy1l5t0a] {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
}

.navbar-toggle-bar[b-5dhy1l5t0a] {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: #0f2f96;
    margin: 0 auto;
}

.navbar-container[b-5dhy1l5t0a] {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: none;
    margin: 0; 
    padding: 0 0.5rem;
    height: 70px;
    box-sizing: border-box;
}

.nav-brand[b-5dhy1l5t0a] {
    flex-shrink: 0;
}


.nav-brand-icon[b-5dhy1l5t0a] {
    width: auto;
    height: 46px;
    object-fit: contain;
    display: block;
    vertical-align: middle;
}


.navbar-right[b-5dhy1l5t0a] {
    display: flex;
    align-items: center;
    margin-left: auto; 
    gap: 2rem;
}


.navbar-menu[b-5dhy1l5t0a] {
    display: flex;
    gap: 2rem;
    align-items: center;
    white-space: nowrap;
}

.nav-link[b-5dhy1l5t0a] {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 2px solid transparent;
}

.profile-link[b-5dhy1l5t0a] { display: inline-flex; align-items: center; }

.nav-avatar[b-5dhy1l5t0a] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(27, 127, 63, 0.12);
}

    .nav-link:hover[b-5dhy1l5t0a],
    .nav-link.active[b-5dhy1l5t0a] {
        color: #1b7f3f;
        border-bottom-color: #1b7f3f;
    }


.btn-login[b-5dhy1l5t0a] {
    background: #1b7f3f;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.65rem 1.5rem;
    cursor: pointer;
}

    .btn-login:hover[b-5dhy1l5t0a] {
        background: #156432;
    }


@media (max-width: 768px) {
    .navbar-toggle[b-5dhy1l5t0a] {
        display: flex;
    }

    .navbar-right[b-5dhy1l5t0a] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        margin-left: 0;
        padding: 1rem;
        background: #ffffff;
        border-bottom: 1px solid #e8e8e8;
        box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
        z-index: 1000;
    }

    .navbar-right.open[b-5dhy1l5t0a] {
        display: flex;
    }

    .navbar-menu[b-5dhy1l5t0a] {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }

    .nav-brand-icon[b-5dhy1l5t0a] {
        width: auto;
        height: 40px;
    }
}


@media (min-width: 1200px) {
    .navbar-container[b-5dhy1l5t0a] {
        max-width: 1800px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-5ut5tnntd4],
.components-reconnect-repeated-attempt-visible[b-5ut5tnntd4],
.components-reconnect-failed-visible[b-5ut5tnntd4],
.components-pause-visible[b-5ut5tnntd4],
.components-resume-failed-visible[b-5ut5tnntd4],
.components-rejoining-animation[b-5ut5tnntd4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-retrying[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-failed[b-5ut5tnntd4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-5ut5tnntd4] {
    display: block;
}


#components-reconnect-modal[b-5ut5tnntd4] {
    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-5ut5tnntd4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-5ut5tnntd4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-5ut5tnntd4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-5ut5tnntd4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-5ut5tnntd4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-5ut5tnntd4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-5ut5tnntd4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-5ut5tnntd4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-5ut5tnntd4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-5ut5tnntd4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-5ut5tnntd4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-5ut5tnntd4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-5ut5tnntd4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-5ut5tnntd4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-5ut5tnntd4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-5ut5tnntd4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-5ut5tnntd4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-5ut5tnntd4 {
    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;
    }
}
