/* 默认主题：亲肤纸纤维风格
   快速切换方法：在 index.html 里把 themes/default.css 改成其他主题文件。
   主题文件建议只覆盖 CSS 变量和少量装饰样式，不改 HTML 结构。 */

:root {
  --paper: #fbf7ee;
  --paper-deep: #f1eadc;
  --sheet: #fffdf8;
  --ink: #302b25;
  --muted: #8c8174;
  --faint: #c9bdae;
  --line: rgba(97, 78, 56, .14);
  --green: #3f7a5b;
  --green-soft: #e4f0e8;
  --blue: #477aa8;
  --rose: #b96a75;
  --black: #1f2023;
  --gold: #b58a4b;
  --body-bg-1: rgba(255,255,255,.9);
  --body-bg-2: rgba(198,220,204,.36);
  --body-bg-3: #eee7d9;
  --body-bg-4: #dcd4c5;
  --shell-top-glow: rgba(255,255,255,.56);
  --decor-green: rgba(99,146,112,.22);
  --decor-gold: rgba(213,174,111,.18);
  --theme-accent-text: var(--green);
  --theme-badge-bg: rgba(255,253,248,.58);
  /* 背景图替换：把 none 改成 url("../assets/你的背景图.png") 即可；没有背景图时沿用上面的默认底色。 */
  --bg-image: none;
  --bg-image-opacity: .34;
  --bg-image-position: center top;
  --bg-image-size: cover;
  --bg-overlay: linear-gradient(180deg, rgba(251,247,238,.82), rgba(251,247,238,.94));
  /* 页面内部背景图：把 none 改成 url("../assets/你的背景图.png")，用于卡片背后的整页纹理。 */
  --shell-bg-image: none;
  --shell-bg-image-opacity: .18;
  --shell-bg-image-position: center top;
  --shell-bg-image-size: cover;
  --shell-bg-overlay: linear-gradient(180deg, var(--shell-top-glow), transparent 220px);
  --logo-surface: rgba(255,253,248,.94);
  --logo-tone: auto;
  --logo-surface-contrast: light;
  --logo-dark-filter: none;
  --logo-light-filter: none;
  --icon-stroke-width: 1.7;
  --logo-outline: rgba(112, 92, 67, .14);
  --logo-shadow: 0 14px 34px rgba(78, 55, 27, .10);
  --hero-mark: rgba(63,122,91,.08);
  --hero-mark-line: rgba(63,122,91,.22);
}
