/* public/css/home/blackboy.css */
:root {
  /* ==========================================
     ThevertMenthe (BlackBoy Theme) - 2D UI Colors
     ========================================== */
  
  /* 基础背景色 */
  --bb-bg-loader: #050505;       /* 加载屏深黑底色 */
  --bb-bg-layout: #f2f2f5;       /* 系统底层兜底色 */
  
  /* 文字与线条 */
  --bb-text-primary: #ffffff;    /* 加载屏主文字白 */
  --bb-text-secondary: #111111;  /* 首页提示文字黑 */
  --bb-line-light: rgba(255, 255, 255, 0.15); /* 加载屏轨道暗线 */
  --bb-line-active: #ffffff;     /* 加载屏高亮进度条 */
}