/* theme-biz-deepblue.css */
:root {
    --bg: #fcfcfc;           /* 整体背景：极浅灰 */
    --main: #fff;            /* 主内容区背景：纯白 */
    --text: #222;            /* 主要文字：近黑 */
    --text-light: #555;      /* 次要文字：中灰 */
    --accent: #2575b0;       /* 强调色/链接色：中等偏深的蓝 (原AI色，效果不错) */
    --border: #eee;          /* 边框：浅灰 */
    --tag-bg: #e0e5ed;       /* 标签背景：淡蓝灰 (调整为与强调色更和谐的蓝灰色调) */
    --tag-color: #2575b0;    /* 标签文字：与强调色一致 */
    --footer-bg: #f5f5f5;    /* 页脚背景：浅灰 */
    --footer-color: #555;    /* 页脚文字：中灰 */
    --footer-link: #2575b0;  /* 页脚链接：与强调色一致 */
    --logo-brightness: 1;    /* Logo亮度调整 */
}