:root {
  /* 命名保留 Android res 原名，Flutter 按 name 溯源 */
  --xq-c-btn_select_yellow_text: #f2c467;
  --xq-c-color_primary_end: #f4ba47;
  --xq-c-color_primary_text: #111111;
  --xq-c-color_1E1E1F: #1e1e1f;
  --xq-c-color_F6F6F6: #f6f6f6;
  --xq-c-color_ten_percent_F55CE6: rgba(245, 92, 230, 0.102);
  --xq-c-color_twenty_percent_F55CE6: rgba(245, 92, 230, 0.2);
  --xq-c-btn_start_normal_color: #3e403f;
  --xq-c-btn_end_normal_color: #262726;
  --xq-c-btn_center_select_color: #ffedc8;
  --xq-c-color_main_text: #ececec;
  --xq-c-color_user_line: #222222;
  --xq-c-color_1B1B28: #1b1b28;
  --xq-g-shape_add_wechat_bg: linear-gradient(180deg, #22b943, #11cc7e);
  --xq-g-bg_button_default_yellow_gradient_bg: linear-gradient(90deg, #ffdd98, #ffedc8, #f4ba47);
  --xq-g-right_btn_primary: linear-gradient(270deg, #262726, #3e403f);
}
