/**
 * Fluidtype - 流体排版（clamp 实现）
 * 灵感：https://github.com/gbdrummer/fluidtype
 * 纯 CSS，无 JS，兼容性好
 */
[data-typography-mode="fluidtype"] .daily-box .markdown-body,
[data-typography-mode="fluidtype"] .github-analysis-pane .markdown-body {
  font-size: clamp(0.95rem, 0.88rem + 0.4vw, 1.1rem);
  line-height: clamp(1.55, 1.5 + 0.15vw, 1.75);
}

[data-typography-mode="fluidtype"] #articles .article-card,
[data-typography-mode="fluidtype"] #archiveArticles .article-card,
[data-typography-mode="fluidtype"] #bookmarksList .bookmark-item,
[data-typography-mode="fluidtype"] #trackingResultsList .tracking-result-card,
[data-typography-mode="fluidtype"] #github-pane-top .github-repo,
[data-typography-mode="fluidtype"] #github-pane-rising .github-repo {
  font-size: clamp(0.9rem, 0.85rem + 0.35vw, 1.02rem);
  line-height: clamp(1.5, 1.48 + 0.12vw, 1.65);
}
