/* theme-nature-green.css */
:root {
    --bg: #f6f8f1;           /* 整体背景：浅灰绿 */
    --main: #fcfcfa;         /* 主内容区背景：近白绿 */
    --text: #373d29;         /* 主要文字：深绿灰 */
    --text-light: #7a8771;   /* 次要文字：中灰绿 */
    --accent: #6d8e3c;       /* 强调色/链接色：深草绿 (调整，确保对比度和活力) */
    --border: #e2e9d7;       /* 边框：淡绿灰 */
    --tag-bg: #eaf3d8;       /* 标签背景：浅黄绿 */
    --tag-color: #6d8e3c;    /* 标签文字：与强调色一致 */
    --footer-bg: #e1e6d3;    /* 页脚背景：偏灰的绿 */
    --footer-color: #7a8771; /* 页脚文字：中灰绿 */
    --footer-link: #85964c;  /* 页脚链接：与强调色一致 (原AI色，略亮) */
    --logo-brightness: 1.08; /* Logo亮度调整 */
}