/* /Components/Layout/CultureSelector.razor.rz.scp.css */
.culture-selector[b-ddvd3enhnk] {
    margin-left: 0.5rem;
}

.culture-link[b-ddvd3enhnk] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    color: var(--omnit-navy);
    border: 1.5px solid rgba(13, 44, 84, 0.2);
    border-radius: 6px;
    padding: 0.3rem 0.7rem;
    transition: all 0.2s;
    letter-spacing: 0.5px;
}

.culture-link:hover[b-ddvd3enhnk] {
    border-color: var(--omnit-teal);
    color: var(--omnit-teal);
    background: rgba(0, 165, 181, 0.06);
}

@media (max-width: 768px) {
    .culture-selector[b-ddvd3enhnk] {
        margin-left: 0;
        margin-top: 0.5rem;
        padding-top: 0.5rem;
        border-top: 1px solid rgba(13, 44, 84, 0.08);
    }
}
/* /Components/Layout/Footer.razor.rz.scp.css */
.site-footer[b-6sjzj4kj9i] {
    background: var(--omnit-navy-dark);
    color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0 1.5rem;
    margin-top: auto;
}

.footer-container[b-6sjzj4kj9i] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
}

.footer-logo[b-6sjzj4kj9i] {
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1;
}

.footer-name[b-6sjzj4kj9i] {
    font-size: 1.5rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: -0.5px;
}

.footer-underline[b-6sjzj4kj9i] {
    height: 2px;
    width: 100%;
    background: var(--omnit-teal);
    margin: 3px 0;
    border-radius: 1px;
}

.footer-tagline[b-6sjzj4kj9i] {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--omnit-teal);
    letter-spacing: 0.3px;
}

.footer-links[b-6sjzj4kj9i] {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: center;
}

.footer-links a[b-6sjzj4kj9i] {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-links a:hover[b-6sjzj4kj9i] {
    color: var(--omnit-teal);
}

.footer-legal[b-6sjzj4kj9i] {
    text-align: center;
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.45);
    line-height: 1.7;
}

.footer-legal p[b-6sjzj4kj9i] {
    margin: 0;
}

.footer-legal-name[b-6sjzj4kj9i] {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.6);
}

.footer-bottom[b-6sjzj4kj9i] {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1.5rem;
    width: 100%;
    text-align: center;
}

.footer-bottom p[b-6sjzj4kj9i] {
    font-size: 0.85rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 768px) {
    .footer-links[b-6sjzj4kj9i] {
        gap: 1rem;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page-wrapper[b-cveweq5r5e] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.main-content[b-cveweq5r5e] {
    flex: 1;
    padding-top: 72px;
}

#blazor-error-ui[b-cveweq5r5e] {
    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-cveweq5r5e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar[b-36godq45e6] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    border-bottom: 1px solid rgba(13, 44, 84, 0.08);
    box-shadow: 0 1px 8px rgba(13, 44, 84, 0.06);
}

.nav-container[b-36godq45e6] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
}

.nav-brand[b-36godq45e6] {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.brand-logo[b-36godq45e6] {
    display: flex;
    flex-direction: column;
    line-height: 1;
}

.brand-name[b-36godq45e6] {
    font-size: 1.75rem;
    font-weight: 700;
    color: var(--omnit-navy);
    letter-spacing: -0.5px;
}

.brand-underline[b-36godq45e6] {
    height: 2px;
    background: var(--omnit-teal);
    margin: 2px 0;
    border-radius: 1px;
}

.brand-tagline[b-36godq45e6] {
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--omnit-teal);
    letter-spacing: 0.3px;
}

.nav-links[b-36godq45e6] {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-links[b-36godq45e6]  a {
    text-decoration: none;
    color: var(--omnit-navy);
    font-weight: 500;
    font-size: 0.925rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    transition: color 0.2s, background 0.2s;
}

.nav-links[b-36godq45e6]  a:hover {
    color: var(--omnit-teal);
    background: rgba(0, 165, 181, 0.06);
}

.nav-links[b-36godq45e6]  a.active {
    color: var(--omnit-teal);
    background: rgba(0, 165, 181, 0.1);
}

.nav-toggle[b-36godq45e6] {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.nav-toggle-icon[b-36godq45e6],
.nav-toggle-icon[b-36godq45e6]::before,
.nav-toggle-icon[b-36godq45e6]::after {
    display: block;
    width: 24px;
    height: 2px;
    background: var(--omnit-navy);
    border-radius: 2px;
    transition: all 0.3s;
}

.nav-toggle-icon[b-36godq45e6] {
    position: relative;
}

.nav-toggle-icon[b-36godq45e6]::before,
.nav-toggle-icon[b-36godq45e6]::after {
    content: "";
    position: absolute;
    left: 0;
}

.nav-toggle-icon[b-36godq45e6]::before {
    top: -7px;
}

.nav-toggle-icon[b-36godq45e6]::after {
    top: 7px;
}

@media (max-width: 768px) {
    .nav-toggle[b-36godq45e6] {
        display: block;
    }

    .nav-links[b-36godq45e6] {
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        background: #fff;
        flex-direction: column;
        padding: 1rem 2rem 1.5rem;
        border-bottom: 1px solid rgba(13, 44, 84, 0.08);
        box-shadow: 0 4px 12px rgba(13, 44, 84, 0.08);
        gap: 0.25rem;
    }

    .nav-links.open[b-36godq45e6] {
        display: flex;
    }

    .nav-links[b-36godq45e6]  a {
        width: 100%;
        padding: 0.75rem 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cmgo05widv],
.components-reconnect-repeated-attempt-visible[b-cmgo05widv],
.components-reconnect-failed-visible[b-cmgo05widv],
.components-pause-visible[b-cmgo05widv],
.components-resume-failed-visible[b-cmgo05widv],
.components-rejoining-animation[b-cmgo05widv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-retrying[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-failed[b-cmgo05widv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-cmgo05widv] {
    display: block;
}


#components-reconnect-modal[b-cmgo05widv] {
    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-cmgo05widv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-cmgo05widv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-cmgo05widv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-cmgo05widv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-cmgo05widv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-cmgo05widv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-cmgo05widv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-cmgo05widv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-cmgo05widv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-cmgo05widv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-cmgo05widv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-cmgo05widv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-cmgo05widv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-cmgo05widv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-cmgo05widv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-cmgo05widv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-cmgo05widv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-cmgo05widv {
    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/Privacy.razor.rz.scp.css */
.privacy-content[b-u21pyqjqaw] {
    max-width: 800px;
    margin: 0 auto;
}

.privacy-section[b-u21pyqjqaw] {
    margin-bottom: 2.5rem;
}

.privacy-section h2[b-u21pyqjqaw] {
    font-size: 1.25rem;
    font-weight: 700;
    color: var(--omnit-navy);
    margin-bottom: 0.75rem;
}

.privacy-section p[b-u21pyqjqaw] {
    color: var(--omnit-text);
    line-height: 1.8;
    margin-bottom: 0.75rem;
}

.privacy-section ul[b-u21pyqjqaw] {
    color: var(--omnit-text);
    line-height: 1.8;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
}

.privacy-section li[b-u21pyqjqaw] {
    margin-bottom: 0.4rem;
}

.privacy-section strong[b-u21pyqjqaw] {
    color: var(--omnit-navy);
}

.privacy-updated[b-u21pyqjqaw] {
    margin-top: 3rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--omnit-border);
    font-size: 0.85rem;
    color: var(--omnit-text-muted);
}
