/* 默认主题 — 简约浅色（仅颜色与视觉，布局见 blog.css） */
:root,
[data-theme="default"] {
    --bg: #f5f5f7;
    --bg-accent: #fbfbfd;
    --card: #fff;
    --text: #1d1d1f;
    --muted: #86868b;
    --accent: #0071e3;
    --accent-hover: #0077ed;
    --accent-soft: rgba(0, 113, 227, 0.08);
    --accent-light: #2997ff;
    --border: rgba(0, 0, 0, 0.06);
    --border-hover: rgba(0, 0, 0, 0.12);
    --focus-ring: rgba(0, 113, 227, 0.28);
    --shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    --shadow-hover: 0 8px 28px rgba(0, 0, 0, 0.08);
    --shadow-card: 0 4px 24px rgba(0, 0, 0, 0.06);
    --post-link: #1d1d1f;
    --post-link-visited: #6e6e73;
    --post-link-hover: #0071e3;
    --post-link-active: #0077ed;
    --header-bg: rgba(255, 255, 255, 0.72);
    --header-blur: saturate(180%) blur(20px);
    --header-accent: transparent;
    --hero-bg: none;
    --hero-text: var(--text);
    --hero-subtext: var(--muted);
    --hero-subtitle: var(--text);
    --footer-bg: transparent;
    --footer-text: var(--muted);
    --footer-link: var(--accent);
    --body-grid: none;
}
