/* ================================================
   Lisa释放工坊 — 主题样式（紫粉治愈系）
   定义 CSS 变量
   ================================================ */

/* === Theme Variables === */
:root {
  --color-bg: #faf8fb;
  --color-bg-alt: #f3eff6;
  --color-bg-rgb: 250, 248, 251;
  --color-surface-hover: #f7f3fa;
  --color-border: #e2dbe8;
  --color-text: #2d2535;
  --color-text-secondary: #665c73;
  --color-text-muted: #9a90a5;
  --color-primary: #8b5fbf;
  --color-primary-light: #a47ad4;
  --color-primary-dark: #6d4598;
  --color-primary-glow: rgba(139, 95, 191, 0.10);
  --color-primary-rgb: 139, 95, 191;
  --color-accent: #c27ba0;
  --color-accent-rgb: 194, 123, 160;
  --color-success: #5b9e7e;
  --color-switcher-from: #2d2535;
  --color-switcher-to: #3a3045;
}

/* PDF link styling now in shared/css/base.css as .pdf-reference */
