/* Community页面专用导航栏样式 */
.navbar-transparent .nav-current {
    color: #ffffff !important;
}

.navbar-scrolled .nav-current {
    color: #2563eb !important;
}

.nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.nav-link:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
    transform: translateY(-1px);
}

.navbar-scrolled .nav-link {
    color: #374151;
    text-shadow: none;
    background: rgba(59, 130, 246, 0.1);
    border: 1px solid rgba(59, 130, 246, 0.2);
}

.navbar-scrolled .nav-link:hover {
    background: #3b82f6;
    color: #ffffff;
}