/* style-color.css — oddsnote.online（理財筆記 MoneyNote）品牌色票，數值取自 css/style.css 實際 :root 定義 */
:root {
  --clr-accent:         #3d3df0;
  --clr-accent-dark:    #2626c9;
  --clr-accent-light:   #6b6bf5;
  --clr-accent-glow:    rgba(61,61,240,.22);
  --clr-accent-faint:   rgba(61,61,240,.08);

  --clr-bg:             #ffffff;
  --clr-bg-alt:         #e8edfb;
  --clr-bg-dark:        #14141f;
  --clr-bg-dark2:       #1e1e2b;

  --clr-text:           #14141f;
  --clr-text-muted:     #5a5a68;
  --clr-text-inv:       #ffffff;
  --clr-text-inv-muted: rgba(255,255,255,.72);

  --clr-border:         #e2e2ee;
  --clr-border-dark:    rgba(61,61,240,.20);

  --clr-tag-1:          #3d3df0;
  --clr-tag-2:          #3ce6a8;
  --clr-tag-3:          #10b981;
  --clr-tag-4:          #8b5cf6;
  --clr-tag-5:          #ef4444;

  --clr-hero-overlay:   linear-gradient(0deg, rgba(20,20,31,.9) 0%, rgba(20,20,31,.45) 55%, rgba(20,20,31,.1) 100%);
  --clr-shadow:         0 1px 3px rgba(20,20,31,.08);
  --clr-shadow-md:      0 8px 24px rgba(20,20,31,.1);
  --clr-shadow-accent:  0 6px 20px rgba(61,61,240,.28);
}
