/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-8tzcp40t9b] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

/* ── HEADER ─────────────────────────────────────────────── */

.site-header[b-8tzcp40t9b] {
    position: sticky;
    top: 0;
    z-index: 80;
    background: #ffffffcc;
    border-bottom: 1px solid var(--rule-strong);
    backdrop-filter: blur(30px);
    box-shadow: 0 0.8rem 2rem rgba(15, 23, 42, 0.2);
}

.site-header__inner[b-8tzcp40t9b] {
    width: min(1360px, calc(100% - 2rem));
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 0.95rem 0;
}

/* ── BRAND ──────────────────────────────────────────────── */

.brand-lockup[b-8tzcp40t9b] {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    color: var(--ink);
    text-decoration: none;
    min-width: 0;
}

.brand-lockup__halo[b-8tzcp40t9b] {
    display: none;
}

.brand-logo[b-8tzcp40t9b] {
    width: auto;
    height: 60px;
}

.brand-copy[b-8tzcp40t9b] {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
}

.brand-copy strong[b-8tzcp40t9b] {
    font-size: clamp(1.15rem, 1.8vw, 1.55rem);
    line-height: 1.1;
    color: var(--ink);
}

.brand-copy__eyebrow[b-8tzcp40t9b] {
    font-size: 0.76rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--ink-muted);
}

.brand-copy__tagline[b-8tzcp40t9b] {
    font-size: 0.92rem;
    max-width: 36rem;
    color: var(--ink-muted);
}

/* ── MAIN ───────────────────────────────────────────────── */

.site-main[b-8tzcp40t9b] {
    flex: 1;
    padding-bottom: 3rem;
}

/* ── FOOTER ─────────────────────────────────────────────── */

.site-footer[b-8tzcp40t9b] {
    background: var(--ink);
    color: rgba(255, 255, 255, 0.82);
    padding: 0;
}

.site-footer__inner[b-8tzcp40t9b] {
    width: min(1240px, calc(100% - 2.5rem));
    margin: 0 auto;
    display: grid;
    gap: 2rem;
    padding: 2.5rem 0;
    border-top: 3px solid var(--accent);
}

.site-footer__brand h2[b-8tzcp40t9b] {
    margin: 0.4rem 0 0.6rem;
    color: #ffffff;
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
}

.site-footer__brand p[b-8tzcp40t9b] {
    color: rgba(255, 255, 255, 0.56);
}

.site-footer__brand .eyebrow[b-8tzcp40t9b] {
    color: rgba(255, 255, 255, 0.38);
}

.site-footer__column[b-8tzcp40t9b] {
    display: grid;
    gap: 0.5rem;
    align-content: start;
}

.site-footer__heading[b-8tzcp40t9b] {
    color: rgba(255, 255, 255, 0.88);
    font-size: 0.78rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.2rem;
}

.site-footer__column a[b-8tzcp40t9b] {
    color: rgba(255, 255, 255, 0.56);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 120ms ease;
}

.site-footer__text[b-8tzcp40t9b] {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.95rem;
}

.site-footer__column a:hover[b-8tzcp40t9b] {
    color: #ffffff;
}

.site-footer__social-link[b-8tzcp40t9b] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
}

.site-footer__social-icon[b-8tzcp40t9b] {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.site-footer__social-icon svg[b-8tzcp40t9b] {
    width: 100%;
    height: 100%;
}

/* ── RESPONSIVE ─────────────────────────────────────────── */

@media (min-width: 960px) {
    .site-footer__inner[b-8tzcp40t9b] {
        grid-template-columns: minmax(0, 1.5fr) repeat(3, minmax(150px, 0.5fr));
        align-items: start;
    }
}

@media (max-width: 959.98px) {
    .site-header__inner[b-8tzcp40t9b] {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.75rem;
    }

    .site-header__inner > .brand-lockup[b-8tzcp40t9b] {
        flex: 1 1 0;
        min-width: 0;
    }

    .site-header__inner > .navbar-toggle-label[b-8tzcp40t9b] {
        flex: 0 0 auto;
        align-self: flex-start;
        margin-inline-start: auto;
    }

    .brand-logo[b-8tzcp40t9b] {
        height: 50px;
    }

    .brand-copy strong[b-8tzcp40t9b] {
        font-size: clamp(1rem, 5vw, 1.2rem);
    }

    .brand-copy__eyebrow[b-8tzcp40t9b] {
        display: none;
    }

    .brand-copy__tagline[b-8tzcp40t9b] {
        display: none;
    }

    .site-footer__inner[b-8tzcp40t9b] {
        padding: 2rem 0;
    }
}

/* ── ERROR UI ────────────────────────────────────────────── */

#blazor-error-ui[b-8tzcp40t9b] {
    color-scheme: light only;
    background: #fff0bf;
    color: #2d2200;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-8tzcp40t9b] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.55rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* ── HAMBURGER ─────────────────────────────────────────── */

.navbar-toggler[b-ctxg4och1q] {
    position: absolute;
    inline-size: 1px;
    block-size: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.navbar-toggle-label[b-ctxg4och1q] {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    padding: 0.7rem 1rem;
    border-radius: var(--radius);
    border: 1px solid var(--rule);
    background: transparent;
    color: var(--ink);
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    transition: background-color 110ms ease;
}

.navbar-toggle-label:hover[b-ctxg4och1q] {
    background: var(--bg-alt);
}

.navbar-toggle-label__icon[b-ctxg4och1q] {
    position: relative;
    width: 1.1rem;
    height: 1.5px;
    background: currentColor;
    margin-top: 0;
}

.navbar-toggle-label__icon[b-ctxg4och1q]::before,
.navbar-toggle-label__icon[b-ctxg4och1q]::after {
    content: "";
    position: absolute;
    inset-inline: 0;
    height: 1.5px;
    background: currentColor;
}

.navbar-toggle-label__icon[b-ctxg4och1q]::before {
    top: -0.33rem;
}

.navbar-toggle-label__icon[b-ctxg4och1q]::after {
    top: 0.33rem;
}

/* ── SHELL ─────────────────────────────────────────────── */

.nav-shell[b-ctxg4och1q] {
    display: none;
    width: 100%;
}

.site-nav[b-ctxg4och1q] {
    display: grid;
    gap: 0;
    padding: 0.8rem 0;
    border-top: 1px solid var(--rule);
}

.site-nav__links[b-ctxg4och1q],
.nav-auth[b-ctxg4och1q] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.site-search-link[b-ctxg4och1q] {
    margin: 0.4rem 0 0.85rem;
    align-self: flex-start;
}

/* ── NAV LINKS ─────────────────────────────────────────── */

.site-nav[b-ctxg4och1q]  .nav-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.55rem 1rem;
    border-radius: 0;
    border: none;
    background: transparent;
    color: var(--ink);
    text-decoration: none;
    font-weight: 700;
    font-size: 1.02rem;
    transition: background-color 110ms ease, color 110ms ease;
}

.site-nav[b-ctxg4och1q]  .nav-link:hover {
    background: var(--bg-alt);
    color: var(--accent);
}

.site-nav[b-ctxg4och1q]  .nav-link.active {
    background: var(--accent);
    color: #ffffff;
}

.site-nav[b-ctxg4och1q]  .nav-link--accent {
    color: var(--accent);
    border: 1px solid var(--accent);
    margin: 0.25rem 0;
}

.site-nav[b-ctxg4och1q]  .nav-link--accent:hover {
    background: var(--accent);
    color: #ffffff;
}

.nav-link--button[b-ctxg4och1q] {
    all: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.1rem;
    padding: 0.55rem 1rem;
    cursor: pointer;
    color: var(--ink);
    font-weight: 700;
    font-family: inherit;
    font-size: 1.02rem;
    transition: background-color 110ms ease;
}

.nav-link--button:hover[b-ctxg4och1q] {
    background: var(--bg-alt);
    color: var(--accent);
}

/* ── DESKTOP ────────────────────────────────────────────── */

@media (min-width: 960px) {
    .navbar-toggle-label[b-ctxg4och1q] {
        display: none;
    }

    .nav-shell[b-ctxg4och1q] {
        display: flex !important;
        width: auto;
        align-items: center;
    }

    .site-nav[b-ctxg4och1q] {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 0;
        border-top: none;
    }

    .site-nav__links[b-ctxg4och1q],
    .nav-auth[b-ctxg4och1q] {
        flex-direction: row;
        align-items: center;
    }

    .site-nav__links[b-ctxg4och1q] {
        border-inline-end: 1px solid var(--rule);
        padding-inline-end: 0.4rem;
        margin-inline-end: 0.4rem;
    }

    .site-search-link[b-ctxg4och1q] {
        margin: 0 0.75rem 0 0;
        align-self: center;
    }

    .site-nav[b-ctxg4och1q]  .nav-link {
        min-height: 2.9rem;
        padding: 0.45rem 1rem;
        font-size: 1rem;
        position: relative;
    }

    /* Underline slide-in on hover (RTL-aware via scaleX) */
    .site-nav[b-ctxg4och1q]  .nav-link::after {
        content: "";
        position: absolute;
        bottom: 0;
        inset-inline: 0.8rem;
        height: 2px;
        background: var(--accent);
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 180ms ease;
    }

    .site-nav[b-ctxg4och1q]  .nav-link:hover::after {
        transform: scaleX(1);
    }

    /* Active state: underline visible, no fill */
    .site-nav[b-ctxg4och1q]  .nav-link.active {
        background: transparent;
        color: var(--accent);
    }

    .site-nav[b-ctxg4och1q]  .nav-link.active::after {
        transform: scaleX(1);
    }
}

/* ── MOBILE OPEN STATE ──────────────────────────────────── */

@media (max-width: 959.98px) {
    #site-nav-toggle:checked ~ .nav-shell[b-ctxg4och1q] {
        display: block;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-iqnqqefben],
.components-reconnect-repeated-attempt-visible[b-iqnqqefben],
.components-reconnect-failed-visible[b-iqnqqefben],
.components-pause-visible[b-iqnqqefben],
.components-resume-failed-visible[b-iqnqqefben],
.components-rejoining-animation[b-iqnqqefben] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-retrying[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-failed[b-iqnqqefben],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-iqnqqefben] {
    display: block;
}


#components-reconnect-modal[b-iqnqqefben] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid #c8c5be;
    border-radius: 2px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-iqnqqefben 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-iqnqqefben 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-iqnqqefben 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-iqnqqefben]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-iqnqqefben 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-iqnqqefben {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-iqnqqefben {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-iqnqqefben {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-iqnqqefben] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-iqnqqefben] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-iqnqqefben] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-iqnqqefben] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-iqnqqefben] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-iqnqqefben] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-iqnqqefben] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-iqnqqefben 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-iqnqqefben] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-iqnqqefben {
    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/Contact.razor.rz.scp.css */
.contact-social-link[b-iucf6i4ei7] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: inherit;
    text-decoration: none;
}

.contact-social-link:hover[b-iucf6i4ei7] {
    text-decoration: underline;
}

.contact-social-link__icon[b-iucf6i4ei7] {
    width: 1.1rem;
    height: 1.1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.contact-social-link__icon svg[b-iucf6i4ei7] {
    width: 100%;
    height: 100%;
}
/* /Components/Pages/SearchPage.razor.rz.scp.css */
.search-panel[b-hemms1ekqf] {
    margin-top: 1.35rem;
}

.search-panel__controls[b-hemms1ekqf] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
}

.search-panel__input[b-hemms1ekqf] {
    flex: 1 1 20rem;
    min-height: 2.9rem;
}

.search-result-card--section[b-hemms1ekqf] {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
}

    .search-result-card--section .search-result-card__image[b-hemms1ekqf] {
        width: 96px;
        min-width: 96px;
        height: 72px;
        object-fit: cover;
        background: var(--bg-alt);
        border-inline-end: 1px solid var(--rule);
    }

    .search-result-card--section .search-result-card__body[b-hemms1ekqf] {
        display: grid;
        gap: 0.45rem;
        padding: 0.9rem 1rem;
        min-width: 0;
    }

        .search-result-card--section .search-result-card__body > strong[b-hemms1ekqf],
        .search-result-card--section .search-result-card__body > span[b-hemms1ekqf] {
            padding: 0;
        }

        .search-result-card--section .search-result-card__body > strong[b-hemms1ekqf] {
            font-size: 1.05rem;
        }

        .search-result-card--section .search-result-card__body > span:last-child[b-hemms1ekqf] {
            color: var(--ink-soft);
            font-size: 0.9rem;
        }

@media (max-width: 720px) {
    .search-result-card--section[b-hemms1ekqf] {
        flex-direction: column;
        gap: 0;
    }

        .search-result-card--section .search-result-card__image[b-hemms1ekqf] {
            width: 100%;
            min-width: 0;
            height: 140px;
            border-inline-end: none;
            border-bottom: 1px solid var(--rule);
        }
}
