/* 主题外观生成文件（Candy）— 请勿手动编辑，后台保存时自动覆盖 */
:root {
    --c-primary: #a9854a;
    --c-bg: #ffffff;
    --c-bg-secondary: #f7f6f3;
    --c-text: #1c1b19;
    --c-text-secondary: #8c887f;
    --c-border: rgba(28,27,25,.09);
    --color-primary: #a9854a;
    --color-primary-dark: #94763e;
    --color-secondary: #a9854a;
    --color-bg: #ffffff;
    --color-bg-secondary: #f7f6f3;
    --color-text-primary: #1c1b19;
    --color-text-secondary: #8c887f;
    --color-border: rgba(28,27,25,.09);
    --color-link: #a9854a;
    --radius: 14px;
    --radius-sm: 10px;
    --site-width: 1280px;
    --font-heading: "SimSun","STSong","Noto Serif SC",serif;
    --font-body: -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
    --font-size-base: 15px;
    --gold: #a9854a;
    --gold-hover: #94763e;
    --gold-soft: rgba(169,133,74,.12);
    --ink: #1c1b19;
    --muted: #8c887f;
    --faint: #b7b2a8;
    --bg: #ffffff;
    --bg-soft: #f7f6f3;
    --bg-deeper: #f0eee9;
    --line: rgba(28,27,25,.09);
    --line-strong: rgba(28,27,25,.16);
    --serif: "SimSun","STSong","Noto Serif SC",serif;
    --sans: -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
    --maxw: 1280px;
    --shadow: 0 1px 2px rgba(28,27,25,.04),0 8px 30px rgba(28,27,25,.05);
    --shadow-hover: 0 4px 12px rgba(28,27,25,.06),0 16px 48px rgba(28,27,25,.08);
    --shadow-lg: 0 12px 40px rgba(28,27,25,.12);
    --font-serif: "SimSun","STSong","Noto Serif SC",serif;
    --font-sans: -apple-system,BlinkMacSystemFont,"PingFang SC","Microsoft YaHei",sans-serif;
}
[data-theme="dark"] {
    --c-primary: #c49b5e;
    --c-bg: #1a1a18;
    --c-bg-secondary: #242320;
    --c-text: #f0eee9;
    --c-text-secondary: #8c887f;
    --c-border: rgba(240,238,233,.10);
    --gold: #c49b5e;
    --ink: #f0eee9;
    --muted: #8c887f;
    --faint: #5a5750;
    --bg: #1a1a18;
    --bg-soft: #242320;
    --bg-deeper: #2a2925;
    --line: rgba(240,238,233,.10);
    --line-strong: rgba(240,238,233,.18);
}
