/* member.css - 会员按钮样式 - SVG图标，无背景 */
.wap-header .member-btn {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    transition: all 0.3s ease;
    text-decoration: none;
}

.wap-header .member-btn svg {
    width: 22px;
    height: 22px;
}

.wap-header.scrolled .member-btn {
    color: var(--primary-color);
}

/* 底部导航选中态 - 显示实心渐变填充 */
.wap-tabbar .tabbar-item.active .tabbar-icon-fill {
    opacity: 1 !important;
}

/* 选中时隐藏描边（可选） */
.wap-tabbar .tabbar-item.active svg path[stroke="#999"],
.wap-tabbar .tabbar-item.active svg circle[stroke="#999"],
.wap-tabbar .tabbar-item.active svg rect[stroke="#999"],
.wap-tabbar .tabbar-item.active svg line[stroke="#999"] {
    opacity: 0.3;
}
