.yc-navbar {
    background:
        linear-gradient(135deg, rgba(25, 55, 35, 0.98), rgba(17, 24, 39, 0.98));
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.yc-brand-icon {
    width: 2.25rem;
    height: 2.25rem;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;
    background: rgba(255, 255, 255, .12);

    flex-shrink: 0;
}

.yc-svg-icon {
    width: 2rem;
    height: 2rem;
    display: block;
    translate: 0px -5px;
}

.yc-nav-link {
    border-radius: 999px;
    padding-inline: 0.9rem !important;
    color: rgba(255, 255, 255, 0.72);
}

.yc-nav-link:hover,
.yc-nav-link:focus {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
}

.yc-nav-link.active {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.16);
}