/* ============================================================
   星火 · 朝阳金皮肤 v5
   奶油水彩纸底 + 新叶绿/朝阳金 + 楷体标题 + 有机 blob 圆角。
   山丘门头 + 萤火粒子；类名与旧版完全兼容，模板零改动。
   ============================================================ */
:root {
  /* 纸与墨 */
  --paper: #fefaf1;
  --paper-2: #fdf3dd;
  --card: #fffbf2;
  --ink: #453f2e;
  --ink-soft: #6b6350;
  --ink-faint: #8a8068;
  --line: #ecdcae;
  --line-strong: #dcc48a;
  /* 新叶绿：信任 / 主操作 */
  --moss: #4c8936;
  --moss-deep: #34631e;
  --moss-ink: #274d16;
  --moss-wash: #e9f4d9;
  --moss-hill: #c8e6a8;
  /* 朝阳金：点亮 / 写经历 */
  --clay: #f5a300;
  --clay-deep: #ce7f00;
  --clay-wash: #fef0ce;
  /* 旧变量别名（模板内联样式引用，值已换成本皮肤色相） */
  --bg: var(--paper);
  --spark: var(--clay);
  --spark-deep: var(--clay-deep);
  --spark-soft: var(--clay-wash);
  --gold: var(--clay);
  --ember: var(--clay-wash);
  --sky: var(--moss-ink);
  --sky-soft: var(--moss-wash);
  --green: var(--moss-deep);
  --green-soft: var(--moss-wash);
  /* 形状与阴影 */
  --radius: 22px;
  --blob: 34px 46px 38px 46px / 46px 36px 46px 38px;
  --blob-sm: 22px 30px 24px 28px / 28px 22px 30px 24px;
  --blob-pill: 26px 34px 28px 36px / 34px 26px 36px 28px;
  --nav-h: 62px;
  --sh: 0 12px 26px -18px rgba(90, 68, 40, .5);
  --shadow-card: 0 2px 6px rgba(90, 68, 40, .05), 0 14px 28px -18px rgba(90, 68, 40, .28);
  --shadow-lift: 0 10px 24px -12px rgba(52, 99, 30, .45);
  --ease: cubic-bezier(.34, 1.36, .5, 1);
  --kai: "Kaiti SC", "STKaiti", "PingFang SC", serif;
  --serif: Georgia, "Songti SC", "Kaiti SC", serif;
  --rgb-moss: 76, 137, 54;
  --rgb-clay: 245, 163, 0;
  --rgb-hill: 200, 230, 168;
  --rgb-shadow: 90, 68, 40;
}

* { margin: 0; padding: 0; box-sizing: border-box; -webkit-tap-highlight-color: transparent; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
  background: #2c2519;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.65;
}

.phone {
  max-width: 420px;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  overflow-x: clip;
  padding-bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  /* 绘本水彩纸底：奶油渐变 + 苔/黏土淡彩晕染 */
  background:
    radial-gradient(150px 118px at 8% 2.2%, rgba(var(--rgb-clay), .2) 0%, rgba(var(--rgb-clay), .1) 42%, rgba(var(--rgb-clay), 0) 76%),
    radial-gradient(132px 108px at 94% 7%, rgba(var(--rgb-moss), .2) 0%, rgba(var(--rgb-moss), .1) 42%, rgba(var(--rgb-moss), 0) 76%),
    radial-gradient(170px 130px at 20% 19%, rgba(var(--rgb-moss), .15) 0%, rgba(var(--rgb-moss), .08) 42%, rgba(var(--rgb-moss), 0) 76%),
    radial-gradient(146px 116px at 97% 30%, rgba(var(--rgb-hill), .32) 0%, rgba(var(--rgb-hill), .16) 42%, rgba(var(--rgb-hill), 0) 76%),
    radial-gradient(180px 140px at 5% 43%, rgba(var(--rgb-clay), .15) 0%, rgba(var(--rgb-clay), .08) 42%, rgba(var(--rgb-clay), 0) 76%),
    radial-gradient(150px 120px at 95% 57%, rgba(var(--rgb-moss), .16) 0%, rgba(var(--rgb-moss), .09) 42%, rgba(var(--rgb-moss), 0) 76%),
    radial-gradient(176px 132px at 10% 72%, rgba(var(--rgb-clay), .12) 0%, rgba(var(--rgb-clay), .06) 42%, rgba(var(--rgb-clay), 0) 76%),
    radial-gradient(150px 118px at 90% 88%, rgba(var(--rgb-moss), .16) 0%, rgba(var(--rgb-moss), .09) 42%, rgba(var(--rgb-moss), 0) 76%),
    linear-gradient(180deg, var(--paper) 0%, var(--paper-2) 100%);
}

a { color: inherit; text-decoration: none; }

/* 纸张颗粒：水彩纸纹理 */
body::after {
  content: ""; position: fixed; inset: 0; z-index: 2000; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
  opacity: 0.035;
  mix-blend-mode: multiply;
}

/* ---------- 内联表单控件基线 ---------- */
input:not([type="hidden"]):not([type="file"]):not([type="checkbox"]):not([type="radio"]),
textarea, select {
  font: inherit; color: var(--ink);
  background: var(--card); border: 1.5px solid var(--line);
  border-radius: 18px 24px 20px 26px / 24px 18px 26px 20px;
  padding: 11px 15px; outline: none;
  transition: border-color .18s ease, box-shadow .18s ease;
}
input:focus-visible, textarea:focus-visible, select:focus-visible {
  border-color: var(--moss); box-shadow: 0 0 0 3px var(--moss-wash);
}
input::placeholder, textarea::placeholder { color: var(--ink-faint); }

/* ---------- 顶栏 ---------- */
.sticky-head {
  position: sticky; top: 0; z-index: 40;
  background: rgba(255, 251, 242, 0.94);
  backdrop-filter: saturate(1.5) blur(10px);
  -webkit-backdrop-filter: saturate(1.5) blur(10px);
  box-shadow: 0 1px 0 var(--line);
}
.topbar { display: flex; align-items: center; justify-content: space-between; padding: 14px 20px 10px; }
.brand { display: flex; align-items: center; gap: 9px; }
.brand .flame {
  width: 30px; height: 30px; flex: none;
  filter: saturate(1.25) brightness(1.08) drop-shadow(0 0 7px rgba(255, 158, 42, .55));
  animation: flame-breathe 3.4s ease-in-out infinite; transform-origin: 50% 85%;
}
.brand .name { font-family: var(--kai); font-size: 25px; font-weight: 700; color: var(--moss-ink); letter-spacing: 5px; }
.brand .name em {
  font-style: normal; color: var(--clay-deep);
  text-decoration: underline wavy var(--clay) 1.5px;
  text-underline-offset: 6px;
}
.city {
  display: inline-flex; align-items: center; gap: 5px;
  background: var(--card); color: var(--ink-soft);
  border: 1px solid var(--line);
  border-radius: var(--blob-pill);
  padding: 8px 15px; font-size: 14.5px; font-weight: 600;
}
select[name="city"] {
  -webkit-appearance: none; appearance: none; border: none; background: transparent; outline: none;
  font: inherit; color: inherit; font-weight: 600; max-width: 110px; text-align: center;
  padding: 0; border-radius: 0;
}
.top-ico {
  width: 42px; height: 42px; flex: none;
  display: flex; align-items: center; justify-content: center;
  background: var(--card); color: var(--moss-ink);
  border: 1px solid var(--line); border-radius: 50% 46% 52% 48% / 46% 52% 48% 50%;
  box-shadow: var(--sh);
  transition: transform .18s ease;
}
.top-ico:active { transform: scale(.92); }

/* ---------- 搜索 ---------- */
.search {
  margin: 10px 20px 16px; display: flex; align-items: center; gap: 10px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 30px 38px 32px 40px / 38px 30px 40px 32px;
  box-shadow: var(--sh); padding: 12px 18px;
  color: var(--ink-faint); font-size: 16px; font-weight: 600;
}
.search svg { flex: none; color: var(--moss); }

/* ---------- 语音按钮 ---------- */
.voice-btn {
  flex: none; width: 42px; height: 42px;
  border-radius: 50% 46% 52% 48% / 46% 52% 48% 50%; border: none;
  background: var(--moss-deep);
  color: var(--paper); font-size: 17px; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--sh); cursor: pointer;
}
.voice-btn:active { transform: scale(.92); }
.voice-btn.mini { width: auto; height: auto; border-radius: var(--blob-pill); padding: 9px 16px; font-size: 13.5px; font-weight: 700; gap: 6px; }

/* 语音浮层 */
#xhVoiceOverlay { position: fixed; inset: 0; z-index: 999; background: rgba(44, 38, 25, 0.45); display: flex; align-items: center; justify-content: center; padding: 0 28px; }
#xhVoiceOverlay .xhv-box {
  width: 100%; max-width: 340px; background: var(--card);
  border: 1px solid var(--line); border-radius: var(--blob); padding: 20px 20px 18px;
  box-shadow: 0 24px 60px -20px rgba(44, 38, 25, .5);
}
#xhVoiceOverlay .xhv-head { display: flex; align-items: center; gap: 8px; }
#xhVoiceOverlay .xhv-dot { width: 10px; height: 10px; border-radius: 50%; background: var(--clay); animation: xhv-pulse 1.1s ease-in-out infinite; }
#xhVoiceOverlay .xhv-title { font-family: var(--kai); font-size: 16px; font-weight: 700; }
#xhVoiceOverlay .xhv-text {
  margin-top: 12px; min-height: 96px; max-height: 180px; overflow-y: auto;
  background: var(--moss-wash); border-radius: 18px 24px 20px 26px / 24px 18px 26px 20px; padding: 12px 14px;
  font-size: 16px; line-height: 1.7; word-break: break-all; white-space: pre-wrap;
}
#xhVoiceOverlay .xhv-ph { color: var(--ink-faint); font-size: 14px; }
#xhVoiceOverlay .xhv-sub { margin: 10px 0 0; font-size: 12px; color: var(--ink-faint); text-align: center; }
#xhVoiceOverlay .xhv-btns { display: flex; gap: 10px; margin-top: 14px; }
#xhVoiceOverlay .xhv-btn { flex: 1; border: none; border-radius: var(--blob-pill); padding: 12px 0; font-size: 15px; font-weight: 700; cursor: pointer; }
#xhVoiceOverlay .xhv-btn.ghost { background: var(--moss-wash); color: var(--moss-ink); }
#xhVoiceOverlay .xhv-btn.primary { background: var(--moss-deep); color: var(--paper); box-shadow: var(--sh); }
@keyframes xhv-pulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.5); opacity: .6; } }

/* ---------- 首页门头：山丘 + 萤火 ---------- */
.hero-night {
  position: relative;
  overflow: hidden;
  padding: 14px 20px 24px;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255, 252, 242, .88) 0%, rgba(250, 244, 228, .6) 100%);
  border-bottom: 1px solid #e0d2b2;
}
.hero-night::before { /* 远山：浅苔 */
  content: ""; position: absolute; left: -22%; right: 40%; bottom: -104px; height: 170px;
  background: var(--moss-hill);
  border-radius: 60% 40% 55% 45% / 92% 88% 0 0;
}
.hero-night::after { /* 近山：中苔 */
  content: ""; position: absolute; left: 42%; right: -24%; bottom: -116px; height: 180px;
  background: var(--moss);
  border-radius: 44% 56% 0 0 / 86% 96% 0 0;
}
.hero-night #xhEmbers {
  position: absolute; inset: 0; width: 100%; height: 100%;
  z-index: 1; pointer-events: none;
}
.hn-top {
  position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: space-between; gap: 10px;
}
.hn-top .brand { gap: 9px; }
.hn-top .brand .flame { width: 32px; height: 32px; background: none; border: none; padding: 0; }
.hn-top .brand .name { font-family: var(--kai); font-size: 26px; font-weight: 700; color: var(--moss-ink); letter-spacing: 5px; text-shadow: none; }
.hn-top .brand .name em {
  background: none; -webkit-background-clip: initial; background-clip: initial;
  color: var(--clay-deep);
  text-decoration: underline wavy var(--clay) 1.5px;
  text-underline-offset: 6px;
  filter: none;
}
.hero-night .city { background: var(--card); border: 1px solid var(--line); color: var(--ink-soft); padding: 8px 15px; font-size: 14.5px; }
@keyframes flame-breathe {
  0%, 100% { transform: scale(1) rotate(0deg); }
  30% { transform: scale(1.06) rotate(-1.5deg); }
  60% { transform: scale(.97) rotate(1deg); }
}
@keyframes twinkle {
  0%, 100% { opacity: .25; transform: scale(.75); }
  50% { opacity: 1; transform: scale(1.2); }
}

.hn-mission { position: relative; z-index: 2; padding: 14px 2px 0; }
.hn-mission h2 {
  font-family: var(--kai);
  font-size: 19px; line-height: 1.6; font-weight: 700;
  color: var(--ink); letter-spacing: 1px;
  text-shadow: 0 0 10px rgba(255, 251, 240, .95), 0 1px 0 rgba(255, 251, 240, .95);
}
.hn-mission h2 em {
  font-style: normal; white-space: nowrap;
  background: none; -webkit-background-clip: initial; background-clip: initial;
  color: var(--clay-deep);
  text-decoration: underline wavy var(--clay) 1.5px;
  text-underline-offset: 6px;
  filter: none;
}
.hn-mission p { display: none; }

.hn-stats {
  position: relative; z-index: 2;
  display: flex; align-items: center; gap: 9px; flex-wrap: wrap;
  width: fit-content; margin: 14px 2px 0;
  background: rgba(255, 251, 240, .9); border: 1px solid var(--line);
  border-radius: var(--blob-pill); padding: 8px 16px;
  font-size: 13.5px; font-weight: 600; color: var(--ink-soft);
}
.hn-stat { display: inline-flex; align-items: baseline; gap: 4px; background: none; border: none; padding: 0; backdrop-filter: none; }
.hn-stat + .hn-stat::before { content: "·"; margin-right: 9px; color: var(--ink-faint); font-weight: 700; }
.hn-stat b { font-family: var(--serif); font-size: 16px; font-weight: 700; color: var(--moss-ink); line-height: 1; font-variant-numeric: tabular-nums; }
.hn-stat i { font-style: normal; font-size: 13px; color: var(--ink-soft); }

.hn-horizon { display: none; }

/* ---------- 区块 ---------- */
.section { padding: 0 20px; margin-bottom: 26px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 16px; }
.section-head h3 { font-family: var(--kai); font-size: 21px; font-weight: 700; letter-spacing: 1.5px; display: flex; align-items: baseline; gap: 7px; }
.section-head h3 .dot { color: var(--moss); }
.sh-left { display: flex; flex-direction: column; gap: 2px; }
.sh-eyebrow { font-family: var(--kai); font-size: 12px; font-weight: 700; letter-spacing: 3px; color: var(--moss-ink); }
.sh-count { font-size: 12px; font-weight: 700; color: var(--moss-ink); background: var(--moss-wash); padding: 4px 12px; border-radius: 16px 22px 18px 24px / 22px 16px 24px 18px; }

/* ---------- 帖子卡片：绘本信纸 ---------- */
.story-card {
  background: var(--card); border: 1px solid var(--line);
  border-radius: var(--blob); padding: 18px 18px 14px;
  margin-bottom: 14px; display: flex; flex-direction: column; gap: 9px;
  box-shadow: var(--sh);
  transition: transform .2s ease;
}
.story-card:active { transform: scale(.985); }
.sc-top { display: flex; align-items: center; gap: 7px; }
.sc-chip {
  font-size: 12.5px; font-weight: 700; color: var(--moss-ink);
  background: var(--moss-wash);
  padding: 4px 13px; border-radius: 16px 22px 18px 24px / 22px 16px 24px 18px;
  display: inline-flex; align-items: center; gap: 5px;
}
.sc-chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--moss); }
.sc-city {
  font-size: 12.5px; font-weight: 600; color: var(--clay-deep);
  background: var(--clay-wash); padding: 4px 12px;
  border-radius: 20px 14px 22px 16px / 14px 22px 16px 20px;
}
.sc-comments { margin-left: auto; display: inline-flex; align-items: center; gap: 4px; color: var(--ink-faint); }
.sc-comments b { font-size: 13px; color: var(--ink-soft); }
.story-card h4 { font-family: var(--kai); font-size: 19px; font-weight: 700; line-height: 1.5; }
.story-card .excerpt {
  font-size: 15px; color: var(--ink-soft); line-height: 1.75; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sc-bubble {
  display: flex; gap: 9px;
  background: var(--moss-wash);
  border-radius: 18px 26px 22px 28px / 26px 18px 28px 22px;
  padding: 11px 13px;
}
.sc-bubble .avatar { width: 28px; height: 28px; font-size: 12.5px; box-shadow: none; }
.scb-body { flex: 1; min-width: 0; }
.scb-body .who { display: flex; gap: 5px; align-items: center; margin-bottom: 2px; font-size: 12px; color: var(--moss-ink); font-weight: 700; }
.scb-body p {
  font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; margin: 0;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.sc-foot {
  display: flex; align-items: center; justify-content: space-between;
  margin-top: 2px; padding-top: 11px;
  border-top: 1px solid var(--line);
}
.sc-foot .author { gap: 8px; }
.sc-foot .avatar { width: 32px; height: 32px; font-size: 14px; }
.sc-foot .name { font-size: 13.5px; font-weight: 700; color: var(--ink); }
.sc-spark {
  display: inline-flex; align-items: center; gap: 5px; color: var(--clay-deep);
  background: var(--card); border: 1px solid var(--clay-wash);
  padding: 7px 14px; border-radius: 18px 24px 20px 26px / 24px 18px 26px 20px;
  transition: transform .18s ease, background .18s ease;
}
.sc-spark svg { color: var(--clay); }
.sc-spark b { font-family: var(--serif); font-size: 16.5px; font-weight: 700; line-height: 1; font-variant-numeric: tabular-nums; }
.sc-spark i { font-style: normal; font-size: 11px; color: var(--ink-faint); }
.sc-spark:active { background: var(--clay-wash); transform: scale(.95); }
.sc-spark.sparked { background: var(--clay-deep); border-color: var(--clay-deep); color: var(--paper); }
.sc-spark.sparked svg { color: var(--paper); }
.sc-spark.sparked i { color: rgba(255, 251, 242, .8); }

/* ---------- 标签 / 头像 / 徽章 ---------- */
.tags { display: flex; gap: 7px; margin-bottom: 9px; flex-wrap: wrap; }
.tag { font-size: 12.5px; padding: 4px 13px; border-radius: 16px 22px 18px 24px / 22px 16px 24px 18px; font-weight: 700; }
.tag.disease { background: var(--moss-wash); color: var(--moss-ink); display: inline-flex; align-items: center; gap: 5px; }
.tag.disease::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--moss); }
.tag.city { background: var(--clay-wash); color: var(--clay-deep); font-weight: 600; }
.tag.done { background: var(--moss-wash); color: var(--moss-ink); }
.author { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--ink-soft); }
.avatar {
  width: 30px; height: 30px; flex: none;
  border-radius: 52% 48% 55% 45% / 48% 55% 45% 52%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; color: var(--paper); font-weight: 700;
}
.avatar.a1 { background: var(--clay); }
.avatar.a2 { background: var(--moss-deep); }
.badges { display: flex; gap: 6px; flex-wrap: wrap; }
.badge { display: inline-flex; align-items: center; gap: 3px; font-size: 11.5px; color: var(--moss-ink); background: var(--moss-wash); padding: 2.5px 10px; border-radius: 999px; font-weight: 600; }
.badge.gold { color: var(--clay-deep); background: var(--clay-wash); }
.glow-badge {
  display: inline-flex; align-items: center; gap: 2px;
  font-size: 11px; font-weight: 700; color: var(--clay-deep);
  background: var(--clay-wash);
  border: 1px solid rgba(var(--rgb-clay), .25);
  padding: 1.5px 9px; border-radius: 999px; white-space: nowrap;
}
.spark-count {
  display: flex; align-items: center; gap: 5px; font-size: 13.5px; color: var(--clay-deep); font-weight: 700;
  background: var(--clay-wash); border-radius: 999px; padding: 5px 13px;
}
.spark-count svg { color: var(--clay); }
.spark-count.sparked { background: var(--clay-deep); color: var(--paper); }
.spark-count.sparked svg path { fill: var(--paper); }
.spark-count.sparked svg { animation: ember-glow 2.6s ease-in-out infinite; }
@keyframes ember-glow {
  0%, 100% { filter: drop-shadow(0 0 0 rgba(255, 160, 60, 0)); }
  50% { filter: drop-shadow(0 0 5px rgba(255, 170, 70, .8)); }
}

/* ---------- 攻略 ---------- */
.guide-list { display: flex; flex-direction: column; gap: 11px; }
.guide-item {
  display: flex; align-items: center; gap: 12px;
  background: var(--card); border: 1px solid var(--line);
  border-radius: 26px 34px 28px 36px / 34px 26px 36px 28px;
  padding: 15px 16px; font-size: 15.5px; font-weight: 700;
  box-shadow: var(--sh);
  transition: transform .18s ease;
}
.guide-item:active { transform: scale(.985); }
.guide-item .ico {
  width: 40px; height: 40px; flex: none;
  border-radius: 54% 46% 50% 50% / 48% 52% 46% 54%;
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  background: var(--moss-wash); color: var(--moss-ink);
}
.guide-item .arrow { margin-left: auto; color: var(--ink-faint); }

/* ---------- 帖子详情 ---------- */
.detail-head { padding: 16px 20px 0; }
.back { display: inline-flex; align-items: center; gap: 6px; font-size: 14.5px; color: var(--ink-soft); margin-bottom: 14px; font-weight: 600; }
.detail-head h1 { font-family: var(--kai); font-size: 24px; line-height: 1.55; font-weight: 700; margin-bottom: 14px; }
.author-line { display: flex; align-items: center; gap: 10px; padding-bottom: 16px; border-bottom: 1px solid var(--line); flex-wrap: wrap; }
.author-line .who { font-size: 15px; font-weight: 700; }
.author-line .sub { font-size: 13px; color: var(--ink-faint); }

.story-body { padding: 20px; }
.chapter { margin-bottom: 26px; }
.chapter .label {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: var(--kai);
  font-size: 13px; font-weight: 700; color: var(--clay-deep);
  letter-spacing: 1.5px; margin-bottom: 8px;
  background: var(--clay-wash); padding: 4px 13px;
  border-radius: 16px 22px 18px 24px / 22px 16px 24px 18px;
}
.chapter .label::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }
.chapter h5 { font-family: var(--kai); font-size: 18px; font-weight: 700; margin-bottom: 8px; }
.chapter p { font-size: 16px; color: var(--ink); line-height: 1.9; margin-bottom: 8px; }

.quote {
  background: var(--moss-wash);
  border-left: 4px solid var(--moss);
  border-radius: 0 20px 24px 0; padding: 14px 16px;
  font-family: var(--kai);
  font-size: 16px; color: var(--moss-ink); line-height: 1.8; font-weight: 700;
}

/* ---------- 空状态 ---------- */
.empty {
  margin: 20px 20px 22px; padding: 34px 24px 30px;
  background:
    radial-gradient(90% 120% at 85% -20%, rgba(255, 255, 255, .45) 0%, rgba(255, 255, 255, 0) 55%),
    linear-gradient(150deg, #fbc341 0%, var(--clay) 55%, #ee9b00 100%);
  border-radius: var(--blob); text-align: center; color: #5c430a;
  position: relative; overflow: hidden;
  box-shadow: var(--shadow-lift);
}
.empty .spark-dot {
  position: absolute; border-radius: 50%; background: #fff8dd; filter: blur(.5px);
  box-shadow: 0 0 12px 3px rgba(255, 240, 190, .6);
  animation: twinkle 3s ease-in-out infinite;
}
.empty .spark-dot:nth-of-type(2) { animation-delay: 1.3s; animation-duration: 3.6s; }
.empty h4 { font-family: var(--kai); font-size: 19px; font-weight: 700; margin: 12px 0 8px; position: relative; }
.empty h4 em { font-style: normal; color: #8a5a00; }
.empty p { font-size: 14px; color: rgba(92, 67, 10, .82); line-height: 1.8; position: relative; }
.empty .cta {
  margin-top: 18px; display: inline-flex; align-items: center; gap: 7px;
  background: var(--paper); color: var(--moss-ink); font-family: var(--kai);
  font-size: 16px; font-weight: 700; letter-spacing: 2px;
  padding: 12px 30px; border-radius: var(--blob-pill); border: none;
  box-shadow: 0 10px 22px -10px rgba(30, 40, 20, .6); position: relative;
}
.empty .cta:active { transform: scale(.96); }

.empty-light {
  margin: 0 20px 22px; padding: 30px 24px;
  background: var(--card); border: 1.5px dashed var(--line-strong);
  border-radius: var(--blob); text-align: center;
}
.empty-light .ico { font-size: 28px; }
.empty-light h4 { font-family: var(--kai); font-size: 17.5px; font-weight: 700; margin: 10px 0 6px; }
.empty-light p { font-size: 13.5px; color: var(--ink-soft); line-height: 1.75; }
.empty-light .cta-line { margin-top: 16px; display: flex; gap: 10px; justify-content: center; align-items: center; }
.empty-light .input {
  flex: 1; max-width: 210px; border: 1.5px solid var(--line); border-radius: var(--blob-pill);
  padding: 10px 16px; font-size: 14px; color: var(--ink-faint); background: var(--card); text-align: left;
}
.empty-light .btn-mini { background: var(--moss-deep); color: var(--paper); font-size: 14px; font-weight: 700; padding: 10px 22px; border-radius: var(--blob-pill); border: none; box-shadow: var(--sh); }
.empty-light .btn-ghost { background: var(--moss-wash); color: var(--moss-ink); font-size: 14px; font-weight: 700; padding: 10px 20px; border-radius: var(--blob-pill); border: none; }

/* ---------- 回应 ---------- */
.answer-preview {
  margin-top: 12px;
  background: var(--moss-wash);
  border-radius: 18px 26px 22px 28px / 26px 18px 28px 22px;
  padding: 11px 13px; font-size: 14.5px; color: var(--ink-soft); line-height: 1.75;
}
.answer-preview .who { display: flex; gap: 6px; align-items: center; flex-wrap: wrap; margin-bottom: 6px; font-size: 12.5px; color: var(--moss-ink); font-weight: 700; }

.spark-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--clay-deep);
  color: var(--paper); font-family: var(--kai); font-size: 17px; font-weight: 700; letter-spacing: 2px;
  padding: 13px 36px; border-radius: 30px 40px 34px 42px / 40px 30px 42px 34px; border: none;
  box-shadow: var(--shadow-lift);
  transition: transform .15s ease;
  cursor: pointer;
}
.spark-btn:active { transform: scale(.95); }
.spark-btn.mini { font-size: 13.5px; font-weight: 700; gap: 5px; padding: 8px 16px; box-shadow: var(--sh); border-radius: var(--blob-pill); letter-spacing: 1px; }
.spark-btn.mini.sparked { background: var(--clay-wash); color: var(--clay-deep); cursor: default; box-shadow: none; }
.spark-line { display: flex; align-items: center; gap: 10px; margin: 4px 20px 18px; }
.spark-line .num { font-size: 12.5px; color: var(--ink-faint); }

/* ---------- 医院评分 ---------- */
.dims { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 16px; margin: 12px 0; }
.dim { font-size: 13px; color: var(--ink-soft); }
.dim .bar { height: 6px; background: var(--moss-wash); border-radius: 3px; margin-top: 4px; overflow: hidden; }
.dim .bar i { display: block; height: 100%; background: var(--moss-deep); border-radius: 3px; }
.dim .row1 { display: flex; justify-content: space-between; }
.dim b { color: var(--ink); }

.hosp-row {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 0; border-bottom: 1px solid var(--line);
}
.hosp-row:last-child { border-bottom: none; }
.hosp-row .nm { flex: 1; min-width: 0; font-family: var(--kai); font-size: 15.5px; font-weight: 700; line-height: 1.5; }
.hosp-row .nm .sub { font-family: -apple-system, "PingFang SC", sans-serif; font-size: 12px; color: var(--ink-faint); font-weight: 400; }
.hosp-row .sc { flex: none; font-family: var(--serif); font-size: 18px; font-weight: 700; color: var(--clay-deep); }

.hospital-score { margin: 0 20px 18px; padding: 16px 18px; background: var(--card); border: 1px solid var(--line); border-radius: var(--blob); box-shadow: var(--sh); }
.hospital-score .dims { margin: 14px 0 0; }
.hs-top { display: flex; align-items: baseline; gap: 10px; }
.hs-num { font-family: var(--serif); font-size: 34px; font-weight: 700; color: var(--clay-deep); line-height: 1; }
.hs-cap { font-size: 12.5px; color: var(--ink-faint); }

.rv-dims { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.rv-dim { display: flex; align-items: center; gap: 6px; background: var(--moss-wash); border-radius: 16px 22px 18px 24px / 22px 16px 24px 18px; padding: 8px 10px; }
.rv-dim span { font-size: 13px; color: var(--moss-ink); flex: none; font-weight: 600; }
.rv-dim select { flex: 1; min-width: 0; border: 1.5px solid var(--line); border-radius: 12px; background: var(--card); font-size: 13px; color: var(--ink); padding: 5px 4px; }

.review-item { padding: 14px 0; border-bottom: 1px solid var(--line); }
.review-item:last-child { border-bottom: none; }
.rv-stars { display: inline-block; margin-top: 8px; font-size: 12.5px; color: var(--clay-deep); background: var(--clay-wash); padding: 4px 11px; border-radius: 999px; font-weight: 600; }

.hosp-ring { position: relative; width: 46px; height: 46px; flex: none; }
.hosp-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.hosp-ring .tr { fill: none; stroke: var(--moss-wash); stroke-width: 4; }
.hosp-ring .arc { fill: none; stroke: var(--clay); stroke-width: 4; stroke-linecap: round; }
.hosp-ring b {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 12.5px; font-weight: 700; color: var(--clay-deep);
}

.notice {
  margin: 0 20px 18px; padding: 12px 15px;
  background: var(--clay-wash); border-radius: 16px 22px 18px 24px / 22px 16px 24px 18px;
  border-left: 4px solid var(--clay);
  font-size: 13.5px; color: var(--clay-deep); line-height: 1.65; font-weight: 600;
}

/* ---------- 评论 ---------- */
.comment { display: flex; gap: 10px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.comment:last-of-type { border-bottom: none; }
.c-body { flex: 1; min-width: 0; }
.c-head { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.c-name { font-size: 13.5px; font-weight: 700; }
.c-date { font-size: 12px; color: var(--ink-faint); }
.c-text { font-size: 14.5px; color: var(--ink); line-height: 1.75; margin-top: 4px; word-break: break-word; }
.c-del { background: none; border: none; padding: 0; font-size: 12px; color: var(--ink-faint); text-decoration: underline; cursor: pointer; }

.comment-form { display: flex; gap: 8px; align-items: center; margin-top: 12px; }
.c-send { flex: none; background: var(--moss-deep); color: var(--paper); border: none; border-radius: var(--blob-pill); padding: 10px 20px; font-size: 14px; font-weight: 700; cursor: pointer; box-shadow: var(--sh); }
.c-send:active { transform: scale(.95); }

/* ---------- 我的 ---------- */
.me-head { padding: 24px 20px 18px; display: flex; align-items: center; gap: 14px; }
.me-avatar {
  width: 62px; height: 62px; flex: none;
  border-radius: 52% 48% 55% 45% / 48% 55% 45% 52%;
  background: var(--moss-deep);
  display: flex; align-items: center; justify-content: center;
  font-size: 26px; color: var(--paper); font-weight: 700;
  box-shadow: var(--shadow-lift);
}
.me-head .who h4 { font-family: var(--kai); font-size: 20px; font-weight: 700; }
.me-head .who .sub { font-size: 13.5px; color: var(--ink-faint); margin-top: 2px; }

.glow-card {
  margin: 0 20px 20px; padding: 18px;
  background: var(--card);
  border: 1px solid var(--line); border-radius: var(--blob);
  box-shadow: var(--sh);
}
.glow-card .row1 { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; }
.glow-card .score { font-family: var(--serif); font-size: 30px; font-weight: 700; color: var(--clay-deep); }
.glow-card .score small { font-size: 13px; color: var(--ink-soft); font-weight: 400; margin-left: 4px; }
.glow-card .level { font-size: 13px; color: var(--ink-soft); }
.lvl-track { display: flex; gap: 6px; flex-wrap: wrap; margin-top: 12px; }
.lvl { font-size: 11.5px; font-weight: 600; color: var(--ink-faint); background: var(--paper-2); border: 1px solid var(--line); padding: 3px 11px; border-radius: 999px; }
.lvl.on { color: var(--clay-deep); background: var(--clay-wash); border-color: rgba(var(--rgb-clay), .35); font-weight: 700; }
.glow-card .row2 { display: flex; justify-content: space-between; font-size: 12.5px; color: var(--ink-soft); margin-top: 8px; }
.perms { display: flex; gap: 8px; margin-top: 14px; flex-wrap: wrap; }
.perm { font-size: 12.5px; padding: 5px 13px; border-radius: 999px; font-weight: 600; background: var(--moss-wash); color: var(--moss-ink); }

.privacy-note {
  margin: 0 20px 14px; display: flex; gap: 8px; align-items: flex-start;
  font-size: 13px; color: var(--moss-ink); background: var(--moss-wash);
  padding: 11px 14px; border-radius: 16px 22px 18px 24px / 22px 16px 24px 18px; line-height: 1.6;
}

.timeline { padding: 0 20px; }
.tl-item { display: flex; gap: 14px; position: relative; padding-bottom: 18px; }
.tl-item::before { content: ""; position: absolute; left: 7px; top: 18px; bottom: -2px; width: 2px; background: var(--line); }
.tl-item:last-child::before { display: none; }
.tl-dot { width: 16px; height: 16px; border-radius: 50%; background: var(--moss-deep); flex: none; margin-top: 4px; box-shadow: 0 0 0 4px var(--moss-wash); }
.tl-body { flex: 1; background: var(--card); border: 1px solid var(--line); border-radius: 20px 28px 24px 30px / 28px 20px 30px 24px; padding: 13px 15px; box-shadow: var(--sh); }
.tl-body .d { font-size: 12.5px; color: var(--ink-faint); }
.tl-body .t { font-size: 15.5px; font-weight: 700; margin: 2px 0; }
.tl-body .s { font-size: 13px; color: var(--ink-soft); }
.tl-pics { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6px; margin-top: 9px; }
.tl-pic { display: block; position: relative; aspect-ratio: 1 / 1; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--card); }
.tl-pic img { display: block; width: 100%; height: 100%; object-fit: cover; }
.tl-actions { display: flex; gap: 8px; justify-content: flex-end; margin-top: 10px; }
.tl-actions form { margin: 0; }
.record-form { margin: 6px 20px 20px; background: var(--card); border: 1px solid var(--line); border-radius: var(--blob); padding: 14px 15px; box-shadow: var(--sh); }
.record-form .field { display: block; margin-bottom: 10px; }
.record-form .field span { display: block; font-size: 12.5px; color: var(--ink-faint); margin-bottom: 5px; }
.record-form .field-row { display: flex; gap: 10px; }
.record-form .field-row .field { flex: 1; min-width: 0; }
.record-form input { width: 100%; padding: 10px 12px; font-size: 14.5px; }

.upload-btn {
  display: flex; align-items: center; justify-content: center; gap: 8px; flex-wrap: wrap;
  border: 2px dashed var(--moss); color: var(--moss-ink);
  border-radius: 20px 28px 24px 30px / 28px 20px 30px 24px; padding: 15px; font-size: 15.5px; font-weight: 700;
  background: var(--moss-wash); margin-bottom: 10px;
}
.upload-btn .picked { font-size: 12.5px; font-weight: 500; color: var(--ink-faint); font-style: normal; width: 100%; text-align: center; }
.upload-warn { margin: -4px 0 10px; padding: 9px 12px; background: #fdecec; border: 1px solid #f7c9c9; border-radius: 14px; color: #b4232a; font-size: 12.5px; line-height: 1.6; }
.upload-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; margin: 0 0 10px; }
.upload-grid:empty { display: none; }
.ug-cell { position: relative; aspect-ratio: 1 / 1; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; background: var(--card); }
.ug-img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ug-rm { position: absolute; top: 4px; right: 4px; width: 20px; height: 20px; border-radius: 50%; background: rgba(44, 38, 25, .55); color: #fff; font-size: 14px; line-height: 20px; text-align: center; cursor: pointer; }
.lightbox { position: fixed; inset: 0; background: rgba(30, 26, 18, .88); z-index: 100; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.lightbox[hidden] { display: none; }
.lightbox img { max-width: 100%; max-height: 88vh; object-fit: contain; }
.lightbox-close { margin-top: 12px; color: rgba(255, 251, 242, .7); font-size: 13px; }

.login-head { margin: 14px 20px 4px; }
.login-head h3 { font-family: var(--kai); font-size: 21px; font-weight: 700; margin: 0 0 8px; }
.login-head p { font-size: 13px; color: var(--ink-soft); line-height: 1.7; }
.login-tip { margin: 4px 20px 0; font-size: 12px; color: var(--ink-faint); line-height: 1.6; text-align: center; }
.auth-links { display: flex; justify-content: space-between; gap: 12px; margin-top: 14px; font-size: 13.5px; }
.auth-links a { color: var(--clay-deep); font-weight: 600; }

.region-done { font-size: 14.5px; color: var(--moss-ink); font-weight: 700; }
.region-cities { display: flex; flex-wrap: wrap; }
.region-opt {
  display: inline-block; font-size: 14px; padding: 7px 15px; margin: 0 8px 8px 0;
  border: 1.5px solid var(--line); border-radius: var(--blob-pill); color: var(--ink-soft);
  background: var(--card); font-weight: 600;
}
.region-opt.on { background: var(--moss-deep); border-color: var(--moss-deep); color: var(--paper); }
.region-group { margin-bottom: 16px; }
.region-province { font-size: 13px; font-weight: 700; color: var(--ink-faint); margin-bottom: 8px; letter-spacing: 1px; }

.myposts { padding: 0 20px; }
.mypost { background: var(--card); border: 1px solid var(--line); border-radius: var(--blob); padding: 14px 16px; margin-bottom: 13px; box-shadow: var(--sh); }
.mypost-tags { display: flex; gap: 6px; flex-wrap: wrap; margin-bottom: 6px; }
.mypost h4 { font-family: var(--kai); font-size: 16.5px; font-weight: 700; line-height: 1.5; margin-bottom: 4px; }
.mypost .excerpt {
  font-size: 13.5px; color: var(--ink-soft); line-height: 1.65; margin-bottom: 10px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.mypost-actions { display: flex; gap: 10px; justify-content: flex-end; }
.mp-btn { font-size: 13px; font-weight: 700; padding: 7px 15px; border-radius: var(--blob-pill); background: var(--moss-wash); color: var(--moss-ink); border: none; cursor: pointer; }
.mp-btn.danger { background: #fdecec; color: #b4232a; }

.me-stats { display: flex; margin: 4px 20px 16px; background: var(--card); border: 1px solid var(--line); border-radius: var(--blob); overflow: hidden; box-shadow: var(--sh); }
.me-stats a { flex: 1; text-align: center; padding: 15px 4px 13px; border-right: 1px solid var(--line); }
.me-stats a:last-child { border-right: none; }
.me-stats .n { display: block; font-family: var(--serif); font-size: 21px; font-weight: 700; color: var(--moss-ink); line-height: 1.2; }
.me-stats .l { display: block; font-size: 12px; color: var(--ink-faint); margin-top: 3px; }

.menu-list { margin: 0 20px; background: var(--card); border: 1px solid var(--line); border-radius: var(--blob); overflow: hidden; box-shadow: var(--sh); }
.menu-list .m { display: flex; align-items: center; gap: 12px; padding: 15px 16px; border-bottom: 1px solid var(--line); font-size: 15.5px; font-weight: 600; }
.menu-list .m:last-child { border-bottom: none; }
.menu-list .m .mi { font-size: 18px; }
.menu-list .m .mcount { margin-left: auto; color: var(--ink-faint); font-size: 13px; font-weight: 400; }
.menu-list .m .arrow { margin-left: 6px; color: var(--ink-faint); }

/* ---------- 通用按钮 ---------- */
.btn-mini { background: var(--moss-deep); color: var(--paper); font-size: 14px; font-weight: 700; padding: 10px 20px; border-radius: var(--blob-pill); border: none; box-shadow: var(--sh); cursor: pointer; }
.btn-mini:active { transform: scale(.95); }
.btn-ghost { background: var(--moss-wash); color: var(--moss-ink); font-size: 14px; font-weight: 700; padding: 10px 20px; border-radius: var(--blob-pill); border: none; cursor: pointer; }

/* ---------- 底部导航：苔原平铺条 + 浮起发布盘 ---------- */
.tabbar {
  position: fixed; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 100%; max-width: 420px; z-index: 50;
  display: grid; grid-template-columns: repeat(4, 1fr);
  background: var(--card); border-top: 1px solid var(--line);
  padding: 6px 8px calc(env(safe-area-inset-bottom, 0px) + 8px);
}
.tab {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  font-size: 12.5px; font-weight: 600; color: var(--ink-faint); padding: 8px 0;
  transition: color .18s ease;
}
.tab:active { transform: scale(.92); }
.tab.on { color: var(--moss-ink); font-weight: 700; }
.tab svg { width: 22px; height: 22px; }
.tab.pub { justify-content: flex-start; }
.tab.pub .disc {
  width: 56px; height: 56px; margin-top: -26px;
  border-radius: 56% 44% 50% 50% / 46% 56% 44% 54%;
  background: var(--moss-deep); color: var(--paper);
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lift);
  transition: transform .2s ease;
}
.tab.pub .disc svg { width: 26px; height: 26px; }
.tab.pub:active .disc { transform: rotate(8deg) scale(.94); }
.tab.pub span { font-size: 12.5px; font-weight: 700; color: var(--ink-soft); margin-top: 5px; }

.fab-wrap {
  position: fixed; left: 0; right: 0; margin: 0 auto; max-width: 420px;
  bottom: calc(env(safe-area-inset-bottom, 0px) + 96px);
  display: flex; justify-content: flex-end; padding: 0 18px;
  pointer-events: none; z-index: 45;
}
.fab {
  pointer-events: auto;
  width: 54px; height: 54px;
  border-radius: 54% 46% 50% 50% / 48% 52% 46% 54%;
  background: var(--moss-deep);
  color: var(--paper); font-size: 30px; font-weight: 700; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  box-shadow: var(--shadow-lift);
  text-decoration: none;
  transition: transform .15s ease;
}
.fab:active { transform: scale(.9); }

/* ---------- 写下来 ---------- */
.w-card { background: var(--card); border: 1px solid var(--line); border-radius: var(--blob); padding: 2px 16px; margin-bottom: 12px; box-shadow: var(--sh); }
.w-title { width: 100%; border: none; outline: none; background: transparent; padding: 14px 0 10px; font-size: 17px; font-weight: 700; color: var(--ink); border-bottom: 1px solid var(--line); border-radius: 0; }
.w-title::placeholder { color: var(--ink-faint); font-weight: 400; }
.w-body { width: 100%; border: none; outline: none; background: transparent; padding: 12px 0 14px; font-size: 15px; line-height: 1.85; color: var(--ink); resize: vertical; min-height: 190px; border-radius: 0; }
.w-body::placeholder { color: var(--ink-faint); }
.w-more { margin-bottom: 4px; }
.w-more summary { list-style: none; cursor: pointer; font-size: 14px; font-weight: 700; color: var(--moss-ink); padding: 10px 2px; }
.w-more summary::-webkit-details-marker { display: none; }
.w-more-body { display: flex; flex-direction: column; gap: 8px; padding: 4px 0 8px; }
.w-field { width: 100%; padding: 10px 14px; font-size: 14px; }
.w-citypick { display: flex; align-items: center; justify-content: space-between; gap: 6px; }

/* ---------- 免责 ---------- */
.disclaimer {
  margin: 24px 20px 0; padding-top: 14px; border-top: 1px solid var(--line);
  font-size: 11.5px; color: var(--ink-faint); text-align: center; line-height: 1.8; letter-spacing: .5px;
}

/* ---------- 治理 ---------- */
.report-link {
  margin-left: auto; flex: none; white-space: nowrap;
  font-size: 12px; font-weight: 600; color: var(--ink-soft);
  background: var(--card); border: 1px solid var(--line); border-radius: 999px;
  padding: 4px 12px; text-decoration: none;
}
.reason-opt {
  display: flex; align-items: center; gap: 10px;
  border: 1.5px solid var(--line); border-radius: 18px 24px 20px 26px / 24px 18px 26px 20px;
  padding: 14px 16px; margin-bottom: 10px; background: var(--card);
  font-size: 15px; font-weight: 600; color: var(--ink);
}
.reason-opt input { width: 18px; height: 18px; accent-color: var(--moss-deep); flex: none; }
.removed-note {
  margin: 0 20px 16px; padding: 16px;
  background: var(--paper-2); border: 1px dashed var(--line-strong); border-radius: 18px;
  display: flex; flex-direction: column; gap: 6px;
}
.removed-note b { font-size: 15px; color: var(--clay-deep); }
.removed-note span { font-size: 13px; color: var(--ink-soft); line-height: 1.65; }
.removed-note p { font-size: 12.5px; color: var(--ink-faint); }
.appeal-form { display: flex; gap: 8px; margin-top: 6px; }
.appeal-form input { flex: 1; padding: 9px 14px; font-size: 13.5px; }
.appeal-form button { flex: none; border: none; border-radius: var(--blob-pill); padding: 9px 16px; background: var(--moss-deep); color: var(--paper); font-size: 13.5px; font-weight: 600; cursor: pointer; }
.comment.removed { background: var(--paper-2); border: 1px dashed var(--line-strong); border-radius: 16px; padding: 12px; }
.comment.removed .c-name { color: var(--clay-deep); }
.mypost.removed { opacity: .75; }
.removed-reason { font-size: 12.5px; color: var(--clay-deep); margin-top: 8px; line-height: 1.65; }
.rule-item { display: flex; flex-direction: column; gap: 4px; margin-bottom: 16px; }
.rule-item b { font-family: var(--kai); font-size: 15.5px; color: var(--ink); }
.rule-item span { font-size: 13.5px; color: var(--ink-soft); line-height: 1.75; }
.ban-card { margin: 0 20px 16px; padding: 18px; border-radius: 20px 28px 24px 30px / 28px 20px 30px 24px; background: #fdeaea; border: 1px solid #f2c4c0; display: flex; flex-direction: column; gap: 6px; }
.ban-card .row1 { font-size: 26px; }
.ban-card b { font-size: 15px; color: #b03a2e; line-height: 1.6; }
.ban-card span { font-size: 13.5px; color: #8c3a32; }
.ban-card span.dim { color: var(--ink-soft); }
.case-card { margin: 0 20px 14px; padding: 14px; border-radius: 20px 26px 22px 28px / 26px 20px 28px 22px; background: var(--card); border: 1px solid var(--line); display: flex; flex-direction: column; gap: 8px; box-shadow: var(--sh); }
.case-card.done { background: var(--paper-2); }
.case-head { display: flex; align-items: center; justify-content: space-between; }
.case-head .kind { font-size: 13px; font-weight: 700; color: var(--moss-ink); background: var(--moss-wash); padding: 2px 10px; border-radius: 999px; }
.case-reason { font-size: 14px; font-weight: 600; color: var(--ink); }
.case-snapshot {
  font-size: 13px; color: var(--ink-soft); line-height: 1.65; white-space: pre-wrap;
  background: var(--paper-2); border-radius: 14px; padding: 10px 12px;
  display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden;
}
.case-offender { display: flex; align-items: center; gap: 6px; font-size: 14.5px; font-weight: 700; color: var(--ink); text-decoration: none; }
.case-offender .avatar { width: 22px; height: 22px; font-size: 11px; flex: none; }
.case-offender .go { color: var(--ink-faint); font-weight: 400; }
.ban-tag { font-size: 11px; font-weight: 600; color: #b03a2e; background: #fdeaea; border-radius: 999px; padding: 1px 7px; }
.case-src { font-size: 12.5px; color: var(--ink-faint); }
.case-src a { color: var(--ink-soft); font-weight: 600; text-decoration: none; }
.case-title { font-size: 14px; font-weight: 600; color: var(--ink); text-decoration: none; }
.case-appeal { font-size: 13px; color: var(--clay-deep); background: var(--clay-wash); border-radius: 14px; padding: 10px 12px; line-height: 1.65; }
.case-actions { display: flex; flex-wrap: wrap; gap: 8px; }

/* ---------- 减弱动效 ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
