/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-leyu6atffm] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-header[b-leyu6atffm] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.9rem 6vw;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    backdrop-filter: blur(14px);
    background: color-mix(in srgb, #101412 82%, transparent);
}

.brand[b-leyu6atffm] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-family: var(--font-heading);
    font-weight: 700;
    letter-spacing: 0.02em;
    color: #f4fbff;
    text-decoration: none;
}

.brand-logo[b-leyu6atffm] {
    width: 34px;
    height: 34px;
    filter: drop-shadow(0 3px 10px rgba(56, 133, 102, 0.3));
}

.brand-word[b-leyu6atffm] {
    font-size: 1.04rem;
}

.site-nav[b-leyu6atffm] {
    display: flex;
    gap: 0.35rem;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.nav-toggle-input[b-leyu6atffm] {
    display: none;
}

.nav-toggle-btn[b-leyu6atffm] {
    display: none;
    width: 42px;
    height: 42px;
    border-radius: 10px;
    border: 1px solid rgba(56, 133, 102, 0.36);
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    background: rgba(16, 33, 26, 0.7);
}

.nav-toggle-btn span[b-leyu6atffm] {
    width: 18px;
    height: 2px;
    border-radius: 99px;
    background: #d9efff;
    display: block;
}

.site-nav[b-leyu6atffm]  a {
    color: #9ba8a0;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
    border: 1px solid transparent;
}

.site-nav[b-leyu6atffm]  a:hover,
.site-nav[b-leyu6atffm]  a.active {
    color: #E4E9EE;
    border-color: rgba(56, 133, 102, 0.36);
    background: rgba(56, 133, 102, 0.18);
}

.inline-form[b-leyu6atffm] {
    margin: 0;
}

.nav-btn[b-leyu6atffm] {
    color: #9ba8a0;
    text-decoration: none;
    font-size: 0.9rem;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    transition: color 180ms ease, background 180ms ease, border-color 180ms ease;
    border: 1px solid transparent;
    background: transparent;
}

.nav-btn:hover[b-leyu6atffm] {
    color: #E4E9EE;
    border-color: rgba(56, 133, 102, 0.36);
    background: rgba(56, 133, 102, 0.18);
}

.lang-switcher[b-leyu6atffm] {
    display: flex;
    align-items: center;
    gap: 0.15rem;
    margin-left: 0.5rem;
    padding-left: 0.6rem;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
}

.lang-switcher a[b-leyu6atffm] {
    color: #7a9aaa !important;
    text-decoration: none !important;
    font-size: 0.78rem !important;
    padding: 0.3rem 0.45rem !important;
    border-radius: 6px !important;
    transition: color 180ms ease, background 180ms ease !important;
    border: 1px solid transparent !important;
    background: transparent !important;
    line-height: 1;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    font-weight: 500;
}

.lang-switcher a:hover[b-leyu6atffm],
.lang-switcher a.active[b-leyu6atffm] {
    color: #eff9ff !important;
    background: rgba(46, 112, 146, 0.24) !important;
    border-color: rgba(92, 173, 212, 0.25) !important;
}

.site-main[b-leyu6atffm] {
    flex: 1;
}

.site-footer[b-leyu6atffm] {
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    background: rgba(12, 17, 14, 0.72);
    padding: 1.1rem 6vw;
}

.site-footer__inner[b-leyu6atffm] {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    color: var(--ink-soft);
    font-size: 0.9rem;
}

.site-footer__inner > div[b-leyu6atffm] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: baseline;
}

.site-footer__inner strong[b-leyu6atffm] {
    color: var(--ink-strong);
    font-family: var(--font-heading);
}

.site-footer__links[b-leyu6atffm] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.75rem;
}

.site-footer__links[b-leyu6atffm]  a,
.site-footer__links a[b-leyu6atffm] {
    color: var(--mint);
    text-decoration: none;
}

.site-footer__links[b-leyu6atffm]  a:hover,
.site-footer__links a:hover[b-leyu6atffm] {
    color: var(--ink-strong);
    text-decoration: underline;
}

#blazor-error-ui[b-leyu6atffm] {
    color-scheme: light only;
    background: #fff2cf;
    border-top: 1px solid #ebd08a;
    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;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-leyu6atffm] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 720px) {
    .site-header[b-leyu6atffm] {
        padding: 0.75rem 1rem;
        display: grid;
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .brand-word[b-leyu6atffm] {
        font-size: 0.98rem;
    }

    .nav-toggle-btn[b-leyu6atffm] {
        display: inline-flex;
    }

    .site-nav[b-leyu6atffm] {
        grid-column: 1 / -1;
        width: 100%;
        display: none;
        padding-top: 0.5rem;
        gap: 0.35rem;
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav[b-leyu6atffm]  a,
    .nav-btn[b-leyu6atffm] {
        display: block;
        width: 100%;
        border-radius: 10px;
        padding: 0.52rem 0.75rem;
        text-align: left;
    }

    .nav-toggle-input:checked ~ .site-nav[b-leyu6atffm] {
        display: flex;
    }

    .site-footer[b-leyu6atffm] {
        padding: 1rem;
    }

    .site-footer__inner[b-leyu6atffm] {
        align-items: flex-start;
        flex-direction: column;
    }

    .site-footer__links[b-leyu6atffm] {
        justify-content: flex-start;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6185l9f7m8],
.components-reconnect-repeated-attempt-visible[b-6185l9f7m8],
.components-reconnect-failed-visible[b-6185l9f7m8],
.components-pause-visible[b-6185l9f7m8],
.components-resume-failed-visible[b-6185l9f7m8],
.components-rejoining-animation[b-6185l9f7m8] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-retrying[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-failed[b-6185l9f7m8],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-6185l9f7m8] {
    display: block;
}


#components-reconnect-modal[b-6185l9f7m8] {
    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-6185l9f7m8 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-6185l9f7m8 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-6185l9f7m8 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-6185l9f7m8]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-6185l9f7m8 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-6185l9f7m8 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-6185l9f7m8 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-6185l9f7m8 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-6185l9f7m8] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-6185l9f7m8] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-6185l9f7m8] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-6185l9f7m8] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-6185l9f7m8] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-6185l9f7m8] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-6185l9f7m8] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-6185l9f7m8 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-6185l9f7m8] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-6185l9f7m8 {
    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/PrivacyPolicy.razor.rz.scp.css */
.privacy-page[b-bzl1v890yy] {
    width: min(1120px, 92vw);
    margin: clamp(1.2rem, 3vw, 2.5rem) auto clamp(2rem, 5vw, 4rem);
    display: grid;
    gap: clamp(1rem, 2vw, 1.4rem);
}

.privacy-hero[b-bzl1v890yy] {
    position: relative;
    overflow: hidden;
    padding: clamp(1.3rem, 3.2vw, 2.6rem);
    background:
        radial-gradient(circle at 88% 10%, rgba(76, 175, 125, 0.20), transparent 32%),
        linear-gradient(135deg, rgba(24, 43, 35, 0.96), rgba(12, 20, 16, 0.96));
}

.privacy-hero[b-bzl1v890yy]::after {
    content: "";
    position: absolute;
    right: -4rem;
    bottom: -5rem;
    width: 16rem;
    height: 16rem;
    border-radius: 50%;
    border: 1px solid rgba(109, 184, 154, 0.22);
    box-shadow: inset 0 0 50px rgba(76, 175, 125, 0.08);
}

.privacy-hero > *[b-bzl1v890yy] {
    position: relative;
    z-index: 1;
}

.privacy-lead[b-bzl1v890yy] {
    margin-top: 0.9rem;
    max-width: 68ch;
    color: var(--ink-soft);
    font-size: clamp(1rem, 1.4vw, 1.16rem);
    line-height: 1.65;
}

.privacy-meta-row[b-bzl1v890yy] {
    margin-top: 1.2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
}

.privacy-meta-row span[b-bzl1v890yy],
.privacy-meta-row a[b-bzl1v890yy] {
    border: 1px solid rgba(109, 184, 154, 0.22);
    border-radius: 999px;
    padding: 0.42rem 0.72rem;
    color: var(--ink-strong);
    background: rgba(16, 33, 26, 0.58);
    font-size: 0.9rem;
    text-decoration: none;
}

.privacy-layout[b-bzl1v890yy] {
    display: grid;
    grid-template-columns: minmax(230px, 0.36fr) minmax(0, 1fr);
    gap: clamp(1rem, 2vw, 1.4rem);
    align-items: start;
}

.privacy-summary[b-bzl1v890yy],
.privacy-content[b-bzl1v890yy] {
    padding: clamp(1rem, 2.3vw, 1.6rem);
}

.privacy-summary[b-bzl1v890yy] {
    position: sticky;
    top: 5.4rem;
    background: linear-gradient(180deg, rgba(24, 43, 35, 0.94), rgba(16, 26, 21, 0.94));
}

.privacy-summary h2[b-bzl1v890yy],
.privacy-content h2[b-bzl1v890yy] {
    font-size: 1.12rem;
}

.privacy-summary ul[b-bzl1v890yy] {
    margin-top: 0.8rem;
}

.privacy-content[b-bzl1v890yy] {
    display: grid;
    gap: 1.05rem;
    line-height: 1.68;
    background: rgba(18, 27, 22, 0.88);
}

.privacy-content section[b-bzl1v890yy] {
    padding-bottom: 1.05rem;
    border-bottom: 1px solid rgba(109, 184, 154, 0.13);
    display: grid;
    gap: 0.6rem;
}

.privacy-content section:last-child[b-bzl1v890yy] {
    border-bottom: 0;
    padding-bottom: 0;
}

.privacy-content ul[b-bzl1v890yy] {
    padding-left: 1.25rem;
}

.privacy-callout[b-bzl1v890yy] {
    margin: 0.2rem 0;
    border: 1px solid rgba(76, 175, 125, 0.22) !important;
    border-radius: 14px;
    padding: 1rem !important;
    background: rgba(76, 175, 125, 0.08);
}

.privacy-page a[b-bzl1v890yy] {
    color: var(--accent-deep);
}

.privacy-page a:hover[b-bzl1v890yy] {
    color: var(--mint);
}

@media (max-width: 820px) {
    .privacy-layout[b-bzl1v890yy] {
        grid-template-columns: 1fr;
    }

    .privacy-summary[b-bzl1v890yy] {
        position: static;
    }
}
