/* /var/www/yun.mandi119.com/assets/css/variables.css */
:root{
  /* Brand (参考你给的头像：深蓝 + 青蓝渐变) */
  --brand: #163EA6;
  --brand-2: #1A78D6;
  --brand-3: #22B3C4; /* 青绿点缀 */

  /* Background / Surface */
  --bg: #F6F8FC;
  --card: #FFFFFF;

  /* Text */
  --text: #0F172A;
  --muted: #64748B;

  /* Line / Shadow / Radius */
  --line: rgba(15, 23, 42, .10);
  --shadow: 0 8px 24px rgba(15, 23, 42, .06);
  --shadow-sm: 0 2px 10px rgba(15, 23, 42, .06);
  --radius: 14px;
  --radius-sm: 12px;

  /* Focus ring */
  --ring: 0 0 0 4px rgba(26, 120, 214, .16);

  /* Status */
  --ok: #16A34A;
  --warn: #D97706;
  --bad: #DC2626;
}