.fanbase-host-nav {
    background: rgba(15, 16, 20, .97);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .2);
    min-height: 60px;
}

.fanbase-host-brand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    gap: 10px;
    max-width: 260px;
    min-width: 0;
    text-decoration: none;
}

.fanbase-host-brand:hover,
.fanbase-host-brand:focus-visible {
    color: #fff;
}

.fanbase-host-brand__mark {
    align-items: center;
    background: #202126;
    border: 0;
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 38px;
    font-family: "Outfit", sans-serif;
    font-size: 13px;
    font-weight: 800;
    height: 38px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 38px;
}

.fanbase-host-brand__mark img {
    height: 100%;
    inset: 0;
    object-fit: cover;
    position: absolute;
    width: 100%;
}

.fanbase-host-brand__copy {
    display: grid;
    line-height: 1.15;
    min-width: 0;
}

.fanbase-host-brand__copy strong {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fanbase-host-brand__copy small {
    color: #aaa7af;
    font-size: 10px;
    margin-top: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fanbase-host-links {
    align-items: center;
    gap: 4px;
}

.fanbase-host-links .nav-link {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #bdb9c1;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 11px !important;
    position: relative;
}

.fanbase-host-links .nav-link:hover,
.fanbase-host-links .nav-link:focus-visible,
.fanbase-host-links .nav-link.active {
    background: transparent;
    color: #fff;
}

.fanbase-host-links .nav-link::after {
    animation: none;
    background: linear-gradient(90deg, #ff6f61, #8e44ad);
    border-radius: 0;
    bottom: 0;
    content: '';
    height: 2px;
    left: 0;
    opacity: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: opacity .18s ease, transform .18s ease;
    width: 100%;
}

.fanbase-host-links .nav-link:hover::after,
.fanbase-host-links .nav-link:focus-visible::after {
    opacity: .7;
    transform: scaleX(.55);
}

.fanbase-host-links .nav-link.active::after {
    animation: none;
    opacity: 1;
    transform: scaleX(1);
}

.fanbase-host-nav__actions,
.fanbase-host-nav__mobile-actions {
    align-items: center;
    gap: 8px;
}

.fanbase-host-nav__icon,
.fanbase-host-nav__vabu {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 7px;
    color: #f5f2f6;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    height: 38px;
    justify-content: center;
    text-decoration: none;
}

.fanbase-host-nav__icon {
    width: 38px;
}

.fanbase-host-nav__vabu {
    gap: 7px;
    padding: 0 13px;
}

.fanbase-host-nav__icon:hover,
.fanbase-host-nav__icon:focus-visible,
.fanbase-host-nav__vabu:hover,
.fanbase-host-nav__vabu:focus-visible {
    background: #f3f0f4;
    border-color: #f3f0f4;
    color: #17181c;
}

.fanbase-host-nav .navbar-toggler {
    border: 0;
    box-shadow: none;
    padding: 6px;
}

@media (max-width: 991.98px) {
    .fanbase-host-nav .navbar-collapse {
        background: #15161a;
        border: 1px solid rgba(255, 255, 255, .1);
        border-radius: 10px;
        bottom: auto;
        box-shadow: 0 18px 36px rgba(0, 0, 0, .32);
        left: 12px;
        max-height: calc(100vh - 68px);
        overflow-y: auto;
        padding: 10px;
        position: absolute;
        right: 12px;
        top: 56px;
    }

    .fanbase-host-links {
        align-items: stretch;
        backdrop-filter: none;
        background: transparent;
        border: 0;
        border-radius: 0;
        gap: 2px;
        margin: 0 !important;
        padding: 0;
        width: 100%;
    }

    .fanbase-host-nav .fanbase-host-links .nav-item {
        animation: none !important;
        margin: 0;
        opacity: 1 !important;
        transform: none !important;
    }

    .fanbase-host-nav .fanbase-host-links .nav-link {
        color: #bdb9c1;
        display: block;
        font-size: 13px;
        padding: 11px 12px !important;
        width: 100%;
    }

}

@media (max-width: 479.98px) {
    .fanbase-host-brand {
        max-width: calc(100vw - 126px);
    }

    .fanbase-host-brand__copy strong {
        font-size: 14px;
    }
}
