.wt-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 36px;
    padding: 0 16px;
    background: #111827;
    flex-shrink: 0;
    z-index: 9999;
    font-family: system-ui, sans-serif;
    font-size: 12px;
}

.wt-nav__home {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.wt-nav__home:hover {
    color: #e5e7eb;
}

.wt-nav__sep {
    color: rgba(255, 255, 255, .25);
}

.wt-nav__link {
    color: rgba(255, 255, 255, .6);
    text-decoration: none;
}

.wt-nav__link:hover,
.wt-nav__link--active {
    color: #fff;
}
