/* Shared site-shell additions only. Full forum styles load on community routes. */
@media (min-width: 64rem) {
    header:has(.hxc-community-nav) nav.hidden.lg\:flex,
    header:has(.hxc-community-nav) .hidden.lg\:flex.items-center.gap-3 {
        display: flex;
    }
}

header nav .hxc-community-nav {
    display: inline-flex;
    align-items: center;
    padding: .5rem .75rem;
    border-radius: .125rem;
    color: rgba(255,255,255,.76);
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    transition: color .2s, background-color .2s;
}

header nav .hxc-community-nav:hover,
header nav .hxc-community-nav.is-active {
    color: #00c5dc;
    background: rgba(255,255,255,.05);
}

header .hxc-mobile-community-nav {
    display: block;
    padding: .75rem 1.5rem;
    color: rgba(255,255,255,.85);
    font-size: .875rem;
    font-weight: 600;
}

header .hxc-mobile-community-nav.is-active,
header .hxc-mobile-community-nav:hover {
    color: #00c5dc;
    background: rgba(255,255,255,.05);
}

footer .hxc-footer-community-link {
    display: block;
    margin-top: .5rem;
}
