/* ============================================================
   星光的学习笔记 · 清新自然风
   淡绿底 + 清新绿/深绿配色 + 精致圆角与柔和阴影
   ============================================================ */

:root {
  --bg: #f0f6ee;
  --surface: #fbfdf9;
  --surface-2: #e6efe2;
  --ink: #35413a;
  --ink-soft: #55665c;
  --muted: #7f9085;
  --line: #d9e6d6;
  --accent: #6aa878;        /* 清新绿 */
  --accent-deep: #46855a;   /* 深绿 */
  --accent-soft: #ddecdd;
  --tag-math: #6b9a6e;
  --tag-chem: #46855a;
  --tag-work: #7a9a6a;
  --tag-exam: #5a8a6a;
  --radius: 16px;
  --shadow-sm: 0 2px 8px rgba(70, 100, 80, .07);
  --shadow-md: 0 10px 30px rgba(70, 100, 80, .12);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  font-family: "LXGW WenKai", "LXGW WenKai GB", "PingFang SC", "Microsoft YaHei", "Segoe UI", sans-serif;
  font-weight: 400;
  color: var(--ink);
  background: var(--bg);
  line-height: 1.75;
  /* 细纸纹质感 */
  background-image: radial-gradient(rgba(90,140,100,.05) 1px, transparent 1px);
  background-size: 22px 22px;
}

a { color: var(--accent-deep); text-decoration: none; transition: color .2s; }
a:hover { color: var(--accent); text-decoration: underline; }

.container { width: 100%; max-width: 940px; margin: 0 auto; padding: 0 20px; }

/* ===== 顶部导航 ===== */
.site-header {
  position: sticky; top: 0;
  background: rgba(240,246,238,.9);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid var(--line);
  z-index: 10;
}
.nav { display: flex; align-items: center; justify-content: space-between; height: 62px; }
.brand {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-weight: 500; font-size: 19px; color: var(--ink);
  letter-spacing: .5px;
}
.brand .logo-emoji { margin-right: 4px; }
.brand:hover { text-decoration: none; color: var(--accent-deep); }
.menu { display: flex; gap: 20px; font-size: 14.5px; }
.menu a { color: var(--ink-soft); }
.menu a:hover { color: var(--accent-deep); text-decoration: none; }

/* ===== 首页首屏 ===== */
.hero {
  padding: 34px 20px 26px;
  text-align: center;
  position: relative;
}
/* 手账风格装饰：柔和渐变光斑 */
.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  opacity: .5;
  z-index: -1;
}
.hero::before { width: 340px; height: 340px; background: #dcead9; top: -80px; left: 8%; }
.hero::after  { width: 300px; height: 300px; background: #d0e4d2; bottom: -40px; right: 6%; }

.hero-eyebrow {
  display: inline-block;
  font-size: 13px; letter-spacing: 2px; color: var(--accent-deep);
  background: var(--accent-soft);
  padding: 5px 16px; border-radius: 999px;
  margin-bottom: 12px;
}
.hero h1 {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-size: 32px; margin-bottom: 10px; color: var(--ink);
  font-weight: 500; line-height: 1.3;
}
.hero h1 .accent {
  color: var(--accent-deep);
  /* 手绘下划线 */
  background: linear-gradient(transparent 68%, #cfe2ce 68%, #cfe2ce 90%, transparent 90%);
  padding: 0 4px;
}
.lead { font-size: 15px; color: var(--ink-soft); }
.hero-btns { margin-top: 18px; display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

.btn {
  display: inline-block; padding: 9px 22px;
  background: linear-gradient(135deg, var(--accent), var(--accent-deep));
  color: #fff; border-radius: 999px; font-size: 15px;
  box-shadow: 0 6px 16px rgba(185, 93, 43, .25);
  transition: transform .15s, box-shadow .15s;
}
.btn:hover { text-decoration: none; transform: translateY(-2px); box-shadow: 0 10px 22px rgba(185,93,43,.3); color:#fff; }
.btn-ghost {
  background: var(--surface); color: var(--accent-deep);
  border: 1.5px solid var(--accent); box-shadow: none;
}
.btn-ghost:hover { background: var(--accent-soft); }

/* ===== 每日一句 ===== */
.daily { margin-top: 0; }
.daily-card {
  max-width: 920px; width: 100%; margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
/* 左侧金句区 */
.daily-quote {
  flex: 1 1 auto;
  padding: 30px 34px 26px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.daily-quote::before {
  content: "“";
  position: absolute; top: 8px; left: 20px;
  font-family: Georgia, serif; font-size: 72px; line-height: 1;
  color: var(--accent); opacity: .35;
}
.daily-label {
  display: inline-block; font-size: 13px; letter-spacing: 2px;
  color: var(--accent-deep); background: var(--accent-soft);
  padding: 4px 16px; border-radius: 999px; margin-bottom: 16px;
}
.daily-text {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-size: 20px; line-height: 1.7; color: var(--ink);
  margin: 6px 0 12px;
}
.daily-author { font-size: 14px; color: var(--muted); }
/* 右侧图片区 */
.daily-media { flex: 0 0 260px; min-height: 210px; }
.daily-media img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 板块 ===== */
section { margin-bottom: 44px; }
.section-title {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-size: 24px; margin-bottom: 20px; color: var(--ink);
  font-weight: 500;
  display: flex; align-items: center; gap: 12px;
}
/* 小标题统一：左侧固定色条 + 右侧渐隐线，所有板块标题起点和终点对齐 */
.section-title::before {
  content: ""; width: 6px; height: 24px; border-radius: 3px;
  background: linear-gradient(var(--accent), var(--accent-deep));
}
.section-title::after {
  content: ""; flex: 1; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), transparent);
}

/* ===== 文章卡片 ===== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 760px) { .cards { grid-template-columns: repeat(2, 1fr); } }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 22px 20px;
  box-shadow: var(--shadow-sm);
  transition: transform .18s, box-shadow .18s;
  display: flex; flex-direction: column;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.card .tag {
  align-self: flex-start;
  display: inline-block; font-size: 12px; color: #fff;
  background: var(--tag-chem); padding: 3px 12px; border-radius: 999px; margin-bottom: 12px;
}
.tag-math { background: var(--tag-math) !important; }
.tag-chem { background: var(--tag-chem) !important; }
.tag-work { background: var(--tag-work) !important; }
.tag-exam { background: var(--tag-exam) !important; }
.tag-book { background: #6b8f88 !important; }
.tag-bio { background: #4c9e5a !important; }
.tag-movie { background: #c08a3e !important; }
.card h3 { font-size: 17px; margin-bottom: 8px; line-height: 1.5; color: var(--ink); }
.card p { font-size: 14px; color: var(--muted); flex: 1; }
.card .more { margin-top: 14px; font-size: 14px; font-weight: 600; }
.card .more::after { content: " →"; }
/* 卡片底部：阅读全文 + 发表时间 */
.card-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 14px; gap: 10px;
}
.card-foot .more { margin-top: 0; }
.card-date { font-size: 12px; color: var(--muted); white-space: nowrap; }

/* ===== 头条精选 ===== */
.feature {
  position: relative;
  max-width: 920px; margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  padding: 24px 28px 22px 32px;
  display: flex; flex-direction: column;
}
/* 左侧竖向强调条，呼应 section-title 的色条 */
.feature::before {
  content: ""; position: absolute; left: 16px; top: 26px; bottom: 26px; width: 4px;
  border-radius: 2px; background: linear-gradient(var(--accent), var(--accent-deep));
}
.feature .tag { align-self: flex-start; margin-bottom: 12px; }
.feature h3 {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-size: 22px; line-height: 1.5; color: var(--ink); margin-bottom: 8px;
  font-weight: 500;
}
.feature p { font-size: 15px; color: var(--muted); }
.feature-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 16px; gap: 10px;
}
.feature-foot .more { font-size: 15px; font-weight: 600; }
.feature-foot .more::after { content: " →"; }

/* ===== 双栏板块（列表卡片统一成一样宽的盒子） ===== */
.two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.card-head {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-size: 18px; margin-bottom: 8px; color: var(--ink);
  font-weight: 500;
  display: flex; align-items: center; gap: 8px;
}
.card-head::before {
  content: ""; width: 4px; height: 18px; border-radius: 2px;
  background: linear-gradient(var(--accent), var(--accent-deep));
}
.card .plain-list {
  border: none; box-shadow: none; background: transparent;
  padding: 4px 0 0; border-radius: 0;
}

/* ===== 关于页 · 免费资料 CTA ===== */
.about-cta {
  margin-top: 18px; padding: 16px 18px;
  background: linear-gradient(135deg, #e8f2e4, #d6e9d2);
  border-radius: 12px; color: var(--ink-soft);
}
.about-cta .kw {
  display: inline-block; background: #fff; color: var(--accent-deep);
  padding: 1px 12px; border-radius: 999px; font-weight: 700;
}

/* ===== 简单列表 ===== */
.plain-list {
  background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 6px 22px; list-style: none; box-shadow: var(--shadow-sm);
}
.plain-list li { padding: 13px 0; border-bottom: 1px dashed var(--line); font-size: 15px; }
.plain-list li:last-child { border-bottom: none; }
.plain-list li a { color: var(--ink-soft); font-weight: 500; }
.plain-list li a:hover { color: var(--accent-deep); }
.plain-list li a::before { content: "✧ "; color: var(--accent); }

/* ===== 书单快速跳转 ===== */
.book-nav { margin: 18px 0; display: flex; flex-wrap: wrap; gap: 8px; align-items: center; font-size: 14px; position: sticky; top: 62px; z-index: 5; background: var(--surface); padding: 8px 0; }
.book-nav span { color: var(--muted); margin-right: 2px; }
.book-nav a { display: inline-block; padding: 5px 14px; background: var(--accent-soft); color: var(--accent-deep); border-radius: 999px; font-weight: 600; }
.book-nav a:hover { background: var(--accent); color: #fff; text-decoration: none; }
.book-count { margin-left: auto; font-size: 13px; color: var(--accent-deep); font-weight: 600; }
.book-progress { flex-basis: 100%; display: block; height: 6px; background: var(--accent-soft); border-radius: 999px; overflow: hidden; margin-top: 2px; }
.book-progress i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--accent), var(--accent-deep)); border-radius: 999px; transition: width .3s ease; }
.book-reset { background: transparent; border: 1px solid var(--line); color: var(--muted); border-radius: 999px; padding: 4px 14px; font-size: 13px; cursor: pointer; }
.book-reset:hover { border-color: var(--accent); color: var(--accent-deep); }
.book-group h3 { margin: 30px 0 10px; font-size: 17px; color: var(--ink); }
/* 已读勾选 */
.book-group table tr { cursor: pointer; }
.book-group table tr.done td { opacity: .55; }
.book-group table tr.done td:nth-child(2) { color: var(--muted); text-decoration: line-through; }
.book-group table tr.done td:nth-child(2)::before { content: "✓ "; color: var(--accent); font-weight: 700; }

/* ===== 关于 ===== */
.about {
  background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 28px; color: var(--ink-soft); box-shadow: var(--shadow-sm);
  max-width: 900px; margin: 0 auto;
}

/* ===== 底部 ===== */
.site-footer {
  margin-top: 70px;
  background: #e3ece0;
  border-top: 1px solid var(--line);
  padding: 28px 0; font-size: 13px; color: var(--ink-soft);
}
.footer-inner { text-align: center; }
.footer-inner p { margin: 4px 0; }
.icp a, .gongan a { color: var(--ink-soft); }
.icp a:hover, .gongan a:hover { color: var(--accent-deep); }

/* ===== 404 ===== */
.notfound { text-align: center; padding: 110px 20px; }
.notfound h1 { font-size: 76px; color: var(--accent-deep); font-family: Georgia, serif; }
.notfound p { color: var(--muted); margin-bottom: 26px; font-size: 16px; }

/* ============================================================
   文章阅读页
   ============================================================ */
.article-header {
  padding: 52px 20px 6px;
  max-width: 860px; margin: 0 auto;
  text-align: center;
}
.article-header h1 {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-size: 32px; line-height: 1.4; color: var(--ink);
  font-weight: 500;
}
.article-meta { margin-top: 16px; font-size: 13px; color: var(--muted); }
.article-meta .tag {
  display: inline-block; font-size: 12px; color: #fff;
  background: var(--tag-chem); padding: 3px 12px; border-radius: 999px; margin-right: 8px;
}

.article-body {
  max-width: 860px; margin: 26px auto 0; padding: 0 20px 20px;
  font-size: 16px; color: var(--ink-soft);
}
.article-body h2 {
  font-family: "LXGW WenKai Medium", "LXGW WenKai", Georgia, "Songti SC", "SimSun", serif;
  font-size: 23px; margin: 40px 0 14px; color: var(--ink);
  font-weight: 500;
  display: flex; align-items: center; gap: 10px;
}
.article-body h2::after { content: ""; flex: 1; height: 2px; border-radius: 2px;
  background: linear-gradient(90deg, var(--accent), transparent); }
.article-body h3 { font-size: 18px; margin: 26px 0 10px; color: var(--ink); }
.article-body p { margin: 14px 0; }
.article-body ul, .article-body ol { margin: 14px 0; padding-left: 24px; }
.article-body li { margin: 7px 0; }
.article-body strong { color: var(--ink); }

.article-body blockquote {
  border-left: 4px solid var(--accent);
  background: var(--surface-2);
  padding: 14px 18px; margin: 18px 0; color: var(--ink-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
}

/* 提示 / 警告框 */
.article-body .tip {
  background: #eff6ec; border: 1px solid #d3e4cd;
  border-radius: 12px; padding: 14px 18px; margin: 18px 0; color: #4f7a4d;
}
.article-body .warn {
  background: #f9ece3; border: 1px solid #eccbb2;
  border-radius: 12px; padding: 14px 18px; margin: 18px 0; color: #8a4a2a;
}

/* 方程式表格 */
.article-table {
  width: 100%; border-collapse: collapse; margin: 18px 0; font-size: 14px;
  background: var(--surface); border: 1px solid var(--line);
  border-radius: var(--radius); overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.article-table th {
  background: var(--surface-2); text-align: left; padding: 11px 16px;
  font-size: 13px; color: var(--accent-deep); font-weight: 600;
}
.article-table td { padding: 11px 16px; border-top: 1px solid var(--line); vertical-align: top; }
.article-table tr:hover td { background: #f0f6ec; }
.article-table .eq { font-family: Consolas, "Courier New", monospace; white-space: nowrap; color: var(--ink); }
.article-group td { background: var(--surface-2); font-weight: 700; color: var(--accent-deep); }

.backlink { display: block; margin: 44px 0 0; font-size: 14px; }
.backlink a { color: var(--accent-deep); font-weight: 600; }

/* ===== 复选按钮样式 ===== */
ul.check { list-style: none; padding-left: 0; }
ul.check li { padding-left: 26px; position: relative; }
ul.check li::before { content: "☐"; position: absolute; left: 0; color: var(--accent); }
ul.check li.done::before { content: "☑"; }

/* ===== 移动端 ===== */
@media (max-width: 560px) {
  .menu { gap: 12px; font-size: 13px; }
  .hero { padding: 28px 20px 22px; }
  .hero h1 { font-size: 26px; }
  .lead { font-size: 14px; }
  .section-title { font-size: 20px; }
  .article-header h1 { font-size: 25px; }
  .two-col { grid-template-columns: 1fr; }
  .cards { grid-template-columns: 1fr; }
  .feature { padding: 20px 18px 18px 26px; }
  .feature::before { left: 12px; }
  .feature h3 { font-size: 18px; }
  .daily { margin-top: 0; }
  .daily-card { flex-direction: column; }
  .daily-quote { padding: 22px 18px 18px; }
  .daily-quote::before { font-size: 56px; left: 14px; }
  .daily-text { font-size: 17px; }
  .daily-media { flex: 0 0 auto; width: 100%; min-height: 0; }
  .daily-media img { height: 180px; }
}

/* ============================================================
   站点升级增强（2026-08-13）
   ============================================================ */

/* 阅读进度条 */
.read-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--accent), var(--accent-deep));
  z-index: 30; border-radius: 0 999px 999px 0;
}

/* 返回顶部 */
.to-top {
  position: fixed; right: 22px; bottom: 26px; z-index: 25;
  width: 42px; height: 42px; border-radius: 50%;
  border: 1px solid var(--line); background: var(--surface); color: var(--accent-deep);
  font-size: 20px; cursor: pointer; align-items: center; justify-content: center;
  box-shadow: var(--shadow-sm); transition: transform .15s, box-shadow .15s;
}
.to-top:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); background: var(--accent-soft); }

/* 导航搜索框 */
.nav { gap: 16px; }
.search-form { margin-left: auto; }
.search-form input {
  width: 130px; padding: 6px 12px; font-size: 13px;
  border: 1px solid var(--line); border-radius: 999px; background: var(--surface);
  color: var(--ink); outline: none; transition: width .2s, border-color .2s;
}
.search-form input:focus { width: 175px; border-color: var(--accent); }
@media (max-width: 720px) {
  .nav { flex-wrap: wrap; height: auto; padding: 8px 0; row-gap: 8px; }
  .search-form { order: 3; margin-left: 0; flex-basis: 100%; }
  .search-form input { width: 100%; }
  .search-form input:focus { width: 100%; }
}

/* hero 装饰插画 */
.hero-art {
  position: absolute; right: 2%; top: 50%; transform: translateY(-50%);
  width: 130px; height: 130px;
  color: var(--accent-deep); opacity: .5; pointer-events: none; z-index: -1;
}
@media (max-width: 720px) { .hero-art { display: none; } .hero-quote { display: none; } }

/* 站内搜索页 */
.search-page { max-width: 860px; }
.search-count { color: var(--muted); font-size: 14px; margin: -8px 0 18px; }
.search-results { display: grid; gap: 14px; }
.search-hit {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 18px 20px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s;
}
.search-hit:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.search-hit .tag { margin-bottom: 10px; }
.search-hit h3 { font-size: 18px; margin-bottom: 6px; }
.search-hit h3 a { color: var(--ink); }
.search-hit p { font-size: 14px; color: var(--muted); }
.search-date { display: inline-block; margin-top: 10px; font-size: 12.5px; color: var(--muted); }
.search-empty { color: var(--muted); font-size: 15px; }

/* 文章页 上一篇/下一篇 + 相关推荐 */
.prev-next { margin: 40px 0 6px; }
.pn-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.pn-item {
  display: flex; flex-direction: column; gap: 4px;
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 14px 18px; box-shadow: var(--shadow-sm); transition: transform .18s, box-shadow .18s;
}
.pn-item:hover { text-decoration: none; transform: translateY(-2px); box-shadow: var(--shadow-md); }
.pn-next { text-align: right; }
.pn-label { font-size: 12px; color: var(--accent-deep); font-weight: 600; }
.pn-title { font-size: 14px; color: var(--ink-soft); line-height: 1.45; }
.pn-item:hover .pn-title { color: var(--accent-deep); }
.related {
  margin-top: 26px; background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 16px 22px; box-shadow: var(--shadow-sm);
}
.related h4 { font-size: 15px; color: var(--accent-deep); margin-bottom: 8px; }
.related ul { list-style: none; }
.related li { padding: 7px 0; border-bottom: 1px dashed var(--line); font-size: 14.5px; }
.related li:last-child { border-bottom: none; }
.related li a { color: var(--ink-soft); }
.related li a:hover { color: var(--accent-deep); }
@media (max-width: 560px) { .pn-row { grid-template-columns: 1fr; } }

/* ============================================================
   公众号每日分享（2026-08-13）
   首页区块 + 全量页 gzh.html
   ============================================================ */

/* 关键词高亮（gzh 区块通用，与 about-cta 内一致） */
.kw {
  display: inline-block; background: #fff; color: var(--accent-deep);
  padding: 1px 12px; border-radius: 999px; font-weight: 700;
}

/* ---- 首页区块 ---- */
.gzh { margin-top: -6px; }
.gzh-card {
  display: flex; align-items: stretch; gap: 30px;
  max-width: 920px; margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 30px;
  box-shadow: var(--shadow-sm);
}
.gzh-text { flex: 1 1 auto; min-width: 0; }
.gzh-lead { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 16px; }
.gzh-list { list-style: none; padding: 0; margin: 0; }
.gzh-list li {
  padding: 10px 0; border-bottom: 1px dashed var(--line);
}
.gzh-list li:last-child { border-bottom: none; }
.gzh-date {
  display: inline-block; min-width: 52px; margin-right: 8px;
  font-size: 12.5px; color: var(--muted); font-weight: 600;
}
.gzh-title {
  font-size: 15px; font-weight: 600; color: var(--ink);
}
.gzh-desc {
  margin: 4px 0 0 60px; font-size: 13px;
  color: var(--ink-soft); line-height: 1.5;
}
.gzh-more {
  display: inline-block; margin-top: 14px;
  font-size: 14px; font-weight: 600; color: var(--accent-deep);
}
.gzh-tip { margin-top: 14px; font-size: 14px; color: var(--ink-soft); }
.gzh-qr {
  flex: 0 0 200px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 10px; text-align: center;
}
.gzh-qr img {
  width: 100%; max-width: 200px; height: auto;
  border-radius: 12px; background: #fff; border: 1px solid var(--line);
  padding: 6px; box-sizing: border-box;
}
.gzh-qr span { font-size: 12.5px; color: var(--muted); }

/* ---- 全量页 gzh.html ---- */
.gzh-page { max-width: 920px; }
.gzh-page .gzh-lead { max-width: 720px; }
.gzh-full {
  display: flex; align-items: flex-start; gap: 30px;
  background: var(--surface);
  border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 30px;
  box-shadow: var(--shadow-sm);
}
.gzh-full-main { flex: 1 1 auto; min-width: 0; }
.gzh-full .gzh-list { margin-top: 4px; }
.gzh-full .gzh-qr { flex: 0 0 200px; position: sticky; top: 92px; }
.gzh-full .gzh-tip { font-size: 13.5px; margin-top: 2px; }

/* ---- 移动端 ---- */
@media (max-width: 560px) {
  .gzh-card { flex-direction: column; gap: 20px; padding: 22px 20px; }
  .gzh-qr { flex: 0 0 auto; }
  .gzh-qr img { max-width: 160px; }
  .gzh-full { flex-direction: column; gap: 20px; padding: 22px 20px; }
  .gzh-full .gzh-qr { position: static; }
}

/* ============================================================
   每日一句 · 首屏手写体（2026-08-13）
   放在 hero 左侧，像手绘批注，无边框
   ============================================================ */
.hero-quote {
  position: absolute; left: 2%; top: 50%; transform: translateY(-50%);
  width: 190px;
  font-family: "LXGW WenKai", "LXGW WenKai GB", Georgia, "Songti SC", "SimSun", serif;
  color: var(--accent-deep);
  opacity: .85;
  text-align: left;
  pointer-events: none;
  z-index: -1;
}
.hero-quote-mark {
  display: block; font-size: 17px; color: var(--accent);
  opacity: .7; margin-bottom: 2px;
}
/* 手写感：整体微微歪斜，像随手写在纸上 */
.hero-quote-note { transform: rotate(-4deg); }
.hero-quote .daily-text {
  display: block; margin: 0;
  font-size: 15px; line-height: 1.85;
}
/* 手写波浪下划线 */
.hero-quote-underline {
  display: block; width: 100%; height: 8px; margin-top: 1px;
  color: var(--accent); opacity: .55;
}
.hero-quote .daily-author {
  display: block; margin-top: 2px;
  font-size: 13px; color: var(--muted);
}
