/* 会员端公共样式 - 主题色变量 */
:root {
    --theme-primary: #389E51;
    --theme-secondary: #2f7a40;
    --theme-gradient: linear-gradient(135deg, #389E51 0%, #02B1BC 100%);
    --theme-color: #389E51;
}
