/**
 * 赞赏页、隐私说明：浅色底 + 蓝灰阶正文（层次清楚，避免大面积浓墨压抑）
 */

body.qmt-theme-openclaw .qmt-appreciation-page {
  box-sizing: border-box;
  width: min(960px, 94%);
  margin: 0 auto 40px;
  padding: 32px 28px 40px;
  border-radius: 14px;
  border: 1px solid rgba(59, 91, 122, 0.14);
  background-color: #fafcff !important;
  background-image: none !important;
  color: #4b5d6b !important;
  opacity: 1 !important;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.98) inset,
    0 12px 36px rgba(45, 62, 82, 0.1);
  font-family: "PingFang SC", "Microsoft YaHei", system-ui, -apple-system, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  isolation: isolate;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  text-rendering: optimizeLegibility;
}

body.qmt-theme-openclaw .qmt-appreciation-page *,
body.qmt-theme-openclaw .qmt-appreciation-page *::before,
body.qmt-theme-openclaw .qmt-appreciation-page *::after {
  box-sizing: inherit;
}

body.qmt-theme-openclaw .qmt-appreciation-page a {
  color: #0d9488 !important;
  -webkit-text-fill-color: #0d9488 !important;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}
body.qmt-theme-openclaw .qmt-appreciation-page a:hover {
  color: #0f766e !important;
  -webkit-text-fill-color: #0f766e !important;
  opacity: 1 !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page > h1:not(.qmt-appreciation-title) {
  margin: 0 0 18px;
  padding: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #2a3f52 !important;
  -webkit-text-fill-color: #2a3f52 !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page > h2 {
  margin: 26px 0 12px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.45;
  color: #344c5e !important;
  -webkit-text-fill-color: #344c5e !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page > p,
body.qmt-theme-openclaw .qmt-appreciation-page > ul {
  margin: 0 0 14px;
  color: #4b5d6b !important;
  -webkit-text-fill-color: #4b5d6b !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page > ul {
  padding-left: 1.35em;
}

body.qmt-theme-openclaw .qmt-appreciation-page > ul li {
  margin-bottom: 8px;
  color: #4b5d6b !important;
  -webkit-text-fill-color: #4b5d6b !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page strong {
  color: #334b5c !important;
  -webkit-text-fill-color: #334b5c !important;
  font-weight: 600;
}

body.qmt-theme-openclaw .qmt-appreciation-page .qmt-doc-muted {
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(59, 91, 122, 0.14);
  font-size: 14px;
  line-height: 1.7;
  color: #6e8294 !important;
  -webkit-text-fill-color: #6e8294 !important;
  opacity: 1 !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page h1.qmt-appreciation-title {
  margin: 0 0 16px;
  padding: 0;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.35;
  letter-spacing: 0.02em;
  color: #2a3f52 !important;
  -webkit-text-fill-color: #2a3f52 !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page p.qmt-appreciation-intro {
  margin: 0 0 30px;
  max-width: 48em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #526a7a !important;
  -webkit-text-fill-color: #526a7a !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page .qmt-appreciation-empty {
  margin: 0;
  padding: 44px 16px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.75;
  color: #5a6d7c !important;
  -webkit-text-fill-color: #5a6d7c !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page .qmt-appreciation-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 22px;
}

body.qmt-theme-openclaw .qmt-appreciation-page .qmt-appreciation-card {
  border: 1px solid rgba(59, 91, 122, 0.12);
  border-radius: 12px;
  padding: 20px 16px 22px;
  background-color: #f0f5f9 !important;
  text-align: center;
  color: #344c5e !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page .qmt-appreciation-card h2 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #344c5e !important;
  -webkit-text-fill-color: #344c5e !important;
}

body.qmt-theme-openclaw .qmt-appreciation-page .qmt-appreciation-card img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 14px rgba(45, 62, 82, 0.1);
}
