/* H5 presentation. Values follow zqkj app.wxss and corresponding page WXSS.
   calc(750 * var(--rpx)) design width; wider browsers keep a centered 480px reading surface. */
:root {
  /* 正式语义 Token */
  --paper: #FAF6EF;
  --paper-deep: #F2EBDF;
  --paper-warm: #F7F0E4;
  --paper-card: #FFFDF8;
  --ink: #1D1A16;
  --ink-soft: #4D473F;
  --ink-muted: #665F56;
  --ink-faint: #7F766A;
  --vermilion: #B8473A;
  --vermilion-deep: #8F332B;
  --vermilion-soft: #F2DED8;
  --vermilion-line: #D9AAA0;
  --element-wood: #708268;
  --element-fire: #B85A42;
  --element-earth: #9B7A4B;
  --element-metal: #9A8B70;
  --element-water: #557C88;
  --paper-line: rgba(45, 37, 29, 0.09);
  --paper-line-strong: rgba(45, 37, 29, 0.16);

  /* 兼容现行页面和组件的旧变量名 */
  --cute-bg: var(--paper);
  --cute-bg-2: var(--paper-deep);
  --cute-bg-warm: var(--paper-warm);
  --cute-card: var(--paper-card);
  --cute-ink: var(--ink);
  --cute-ink-2: var(--ink-soft);
  --cute-ink-3: var(--ink-muted);
  --cute-ink-4: var(--ink-faint);
  --cute-coral: var(--vermilion);
  --cute-coral-deep: var(--vermilion-deep);
  --cute-coral-soft: var(--vermilion-soft);
  --cute-coral-tint: #F8ECE8;
  --cute-mint: var(--element-wood);
  --cute-mint-deep: #5F7057;
  --cute-mint-soft: #E4E9E0;
  --cute-yellow: #AA7A37;
  --cute-yellow-deep: #8C632A;
  --cute-yellow-soft: #F3E8D5;
  --cute-sky: var(--element-water);
  --cute-sky-deep: #426671;
  --cute-sky-soft: #E2EBED;
  --cute-sky-fg: var(--element-water);
  --cute-pink: var(--vermilion);
  --cute-pink-soft: var(--vermilion-soft);
  --cute-pink-fg: var(--vermilion);
  --cute-lav: var(--element-metal);
  --cute-lav-soft: #ECE7DE;
  --cute-lav-fg: #7F705C;
  --cute-line: var(--paper-line);
  --cute-line-2: var(--paper-line-strong);
  --cute-shadow-sm: 0 calc(2 * var(--rpx)) calc(4 * var(--rpx)) rgba(29, 26, 22, 0.035);
  --cute-shadow-md: 0 calc(24 * var(--rpx)) calc(70 * var(--rpx)) rgba(29, 26, 22, 0.12);

  /* 旧渐变入口收束为墨色与纸色，保持调用方不变 */
  --app-bg: var(--paper);
  --app-bg-soft: var(--paper-warm);
  --duo-grad: var(--ink);
  --duo-grad-h: var(--ink);
  --duo-shadow: rgba(29, 26, 22, 0.18);

  /* 系统字体，不引入远程字体 */
  --cute-display: "Songti SC", STSong, "Noto Serif SC", serif;
  --cute-rounded: "PingFang SC", -apple-system, system-ui, "Helvetica Neue", sans-serif;
  --cute-body:    "PingFang SC", -apple-system, system-ui, "Helvetica Neue", sans-serif;

  background: var(--cute-bg);
  font-family: var(--cute-body);
  color: var(--cute-ink);
  font-size: calc(28 * var(--rpx));
  -webkit-font-smoothing: antialiased;
}


:root { --rpx: min(0.1333333333vw, .64px); --frame: min(100%,480px); --nav-height:44px; --demo-offset:0px; }
* { box-sizing:border-box; }
[hidden] { display:none !important; }
html { background:#eee9e1; }
body { margin:0 auto; width:100%; max-width:480px; min-height:100vh; color:var(--ink); font-family:var(--cute-body); font-size:calc(28 * var(--rpx)); line-height:1.6; background-color:var(--paper); background-image:linear-gradient(90deg,rgba(29,26,22,.036) calc(2 * var(--rpx)),transparent calc(2 * var(--rpx))),linear-gradient(rgba(29,26,22,.036) calc(2 * var(--rpx)),transparent calc(2 * var(--rpx))); background-size:calc(72 * var(--rpx)) calc(72 * var(--rpx)); -webkit-font-smoothing:antialiased; }
a { color:var(--vermilion); text-decoration:none; }
button,input,select,textarea { font:inherit; }
button,a,input,select,textarea { -webkit-tap-highlight-color:transparent; }
button,.button { display:inline-flex; align-items:center; justify-content:center; border:0; border-radius:calc(999 * var(--rpx)); padding:calc(20 * var(--rpx)) calc(30 * var(--rpx)); min-height:calc(80 * var(--rpx)); background:var(--ink); color:var(--paper-card); font-weight:600; line-height:1.5; text-align:center; cursor:pointer; }
button:active,.button:active { filter:brightness(.94); }
button:disabled { background:var(--ink-faint); color:var(--paper); opacity:.42; cursor:default; }
.secondary { border:calc(2 * var(--rpx)) solid var(--paper-line-strong); background:var(--paper-card); color:var(--ink-soft); }
.wide { width:100%; min-height:calc(96 * var(--rpx)); margin-top:calc(30 * var(--rpx)); font-family:var(--cute-display); font-size:calc(30 * var(--rpx)); letter-spacing:.12em; }
button:focus-visible,a:focus-visible { outline:2px solid var(--vermilion); outline-offset:3px; }
input,select,textarea { width:100%; min-width:0; min-height:calc(88 * var(--rpx)); padding:calc(18 * var(--rpx)) calc(24 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line-strong); border-radius:calc(18 * var(--rpx)); background:rgba(255,253,248,.86); color:var(--ink); font-size:calc(28 * var(--rpx)); }
input:focus,select:focus,textarea:focus { outline:calc(2 * var(--rpx)) solid var(--vermilion-line); outline-offset:1px; }
input::placeholder,textarea::placeholder { color:var(--ink-muted); opacity:1; }
input[type=datetime-local] { min-height:calc(88 * var(--rpx)); height:calc(88 * var(--rpx)); display:block; font-size:calc(24 * var(--rpx)); text-align:left; }
input[type=checkbox],input[type=radio],.check { width:auto; min-height:0; accent-color:var(--vermilion); }
textarea { min-height:calc(180 * var(--rpx)); }
label { display:block; margin:calc(28 * var(--rpx)) 0 calc(12 * var(--rpx)); color:var(--ink); font-size:calc(27 * var(--rpx)); font-weight:600; }
label input,label select,label textarea { margin-top:calc(14 * var(--rpx)); font-weight:400; }
h1,h2,h3,p { margin:0; }
h2 { font-size:calc(31 * var(--rpx)); font-weight:600; line-height:1.4; margin-bottom:calc(18 * var(--rpx)); }
h3 { margin:calc(24 * var(--rpx)) 0 calc(14 * var(--rpx)); font-size:calc(27 * var(--rpx)); font-weight:600; }
p { margin:calc(14 * var(--rpx)) 0; }
small,.muted { color:var(--ink-muted); }
small { font-size:calc(22 * var(--rpx)); }
.row { display:flex; align-items:center; justify-content:space-between; gap:calc(20 * var(--rpx)); }
.row>* { min-width:0; }
.grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:calc(18 * var(--rpx)); }
.card { padding:calc(28 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(28 * var(--rpx)); background:var(--paper-card); box-shadow:var(--cute-shadow-sm); margin:0 0 calc(20 * var(--rpx)); }
.note { font-size:calc(23 * var(--rpx)); line-height:1.75; color:var(--ink-muted); overflow-wrap:anywhere; }
.error,.notice { margin:calc(24 * var(--rpx)) 0; padding:calc(22 * var(--rpx)) calc(24 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--vermilion-line); border-radius:calc(16 * var(--rpx)); background:var(--vermilion-soft); color:var(--vermilion-deep); font-size:calc(24 * var(--rpx)); line-height:1.7; overflow-wrap:anywhere; }
.section-copy { white-space:pre-wrap; overflow-wrap:anywhere; }
header { position:sticky; top:var(--demo-offset); height:var(--nav-height); z-index:20; display:flex; align-items:center; padding:0 calc(24 * var(--rpx)); background:rgba(250,246,239,.97); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); }
header>a { position:absolute; inset:0; overflow:hidden; font-size:0; }
header .nav-back { position:relative; z-index:2; width:calc(64 * var(--rpx)); height:calc(64 * var(--rpx)); min-height:0; padding:0; border-radius:calc(8 * var(--rpx)); background:transparent; color:var(--ink); }
.nav-back svg { width:22px; height:22px; }
#header-action { margin-left:auto; }
main { position:relative; padding:calc(28 * var(--rpx)) calc(30 * var(--rpx)) calc(calc(100 * var(--rpx)) + env(safe-area-inset-bottom)); }
.hero { padding:0; }
.hero h1 { position:fixed; top:var(--demo-offset); left:50%; transform:translateX(-50%); width:calc(var(--frame) - calc(150 * var(--rpx))); height:var(--nav-height); z-index:21; display:flex; justify-content:center; align-items:center; pointer-events:none; color:var(--ink); font-family:var(--cute-display); font-size:calc(32 * var(--rpx)); font-weight:600; letter-spacing:.12em; white-space:nowrap; }
.hero>p { margin:0 0 calc(22 * var(--rpx)); font-size:calc(24 * var(--rpx)); color:var(--ink-muted); }
nav { position:fixed; left:50%; transform:translateX(-50%); bottom:0; width:var(--frame); height:calc(calc(116 * var(--rpx)) + env(safe-area-inset-bottom)); padding-bottom:env(safe-area-inset-bottom); display:flex; background:rgba(250,246,239,.97); border-top:calc(2 * var(--rpx)) solid var(--paper-line); box-shadow:0 calc(-8 * var(--rpx)) calc(28 * var(--rpx)) rgba(29,26,22,.06); z-index:25; }
nav a { flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:calc(6 * var(--rpx)); padding-top:calc(12 * var(--rpx)); color:var(--ink-faint); font-size:calc(22 * var(--rpx)); font-weight:500; letter-spacing:.06em; }
nav svg { width:24px; height:24px; }
body[data-page=home] nav a[href="#/"],body[data-page=favorites] nav a[href="#/favorites"],body[data-page=mine] nav a[href="#/mine"] { color:var(--vermilion); }
body[data-page=home] main { padding:0; min-height:calc(100svh - var(--nav-height) - var(--demo-offset)); display:flex; }
body[data-page=home] header { background:transparent; }
.wl {
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 0 calc(56 * var(--rpx));
  padding-bottom: calc(calc(160 * var(--rpx)) + env(safe-area-inset-bottom));
}

/* 云宝舞台 */
.wl-mascot {
  position: relative;
  width: calc(440 * var(--rpx));
  height: calc(400 * var(--rpx));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: calc(40 * var(--rpx)) auto 0;
}
.wl-halo {
  position: absolute;
  width: calc(376 * var(--rpx)); height: calc(376 * var(--rpx));
  border-radius: 50%;
  background: radial-gradient(circle, rgba(190,226,247,0.75) 0%, rgba(214,240,251,0.45) 46%, rgba(251,230,241,0) 72%);
  animation: wlHalo 4s ease-in-out infinite;
}
.wl-ring {
  position: absolute;
  width: calc(300 * var(--rpx)); height: calc(300 * var(--rpx));
  border-radius: 50%;
  border: calc(4 * var(--rpx)) solid rgba(143, 204, 238, 0.45);
  animation: cbRing 3.2s ease-out infinite;
}
.wl-ring.r1 { animation-delay: 1.6s; }
.wl-star {
  position: absolute;
  animation: cbSpark 2.4s ease-in-out infinite;
}
.wl-star.s0 { top: calc(24 * var(--rpx));  left: calc(52 * var(--rpx));  color: #7FC2EC; font-size: calc(36 * var(--rpx)); }
.wl-star.s1 { top: calc(64 * var(--rpx));  right: calc(44 * var(--rpx)); color: #FF9CC6; font-size: calc(28 * var(--rpx)); animation-delay: 0.8s; }
.wl-star.s2 { bottom: calc(56 * var(--rpx)); right: calc(60 * var(--rpx)); color: #C9BCE6; font-size: calc(30 * var(--rpx)); animation-delay: 1.4s; }
.wl-baby { position: relative; z-index: 1; }

/* kicker */
.wl-kicker {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(20 * var(--rpx));
  margin-top: calc(8 * var(--rpx));
  margin-bottom: calc(32 * var(--rpx));
}
.wl-kicker-line { width: calc(52 * var(--rpx)); height: calc(2 * var(--rpx)); }
.wl-kicker-line.l { background: linear-gradient(90deg, transparent, #C9BCE6); }
.wl-kicker-line.r { background: linear-gradient(90deg, #C9BCE6, transparent); }
.wl-kicker-t {
  font-family: var(--cute-rounded);
  font-weight: 700;
  font-size: calc(23 * var(--rpx));
  letter-spacing: 0.34em;
  color: #9B82C9;
}

/* 主标题 */
.wl-title { text-align: center; }
.wl-title-row { display: block; line-height: 1.32; }
.wl-char {
  display: inline-block;
  font-family: var(--cute-display);
  font-size: calc(96 * var(--rpx));
  font-weight: 700;
  letter-spacing: 0.18em;
  padding: 0 0.05em;
}

/* 分隔 */
.wl-sep {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: calc(16 * var(--rpx));
  margin: calc(36 * var(--rpx)) 0 calc(32 * var(--rpx));
}
.wl-sep-line { width: calc(80 * var(--rpx)); height: calc(2 * var(--rpx)); }
.wl-sep-line.l { background: linear-gradient(90deg, transparent, #E7B9D4); }
.wl-sep-line.r { background: linear-gradient(90deg, #E7B9D4, transparent); }
.wl-sep-dot { width: calc(10 * var(--rpx)); height: calc(10 * var(--rpx)); border-radius: 50%; background: #E07AAD; }

/* 情书文案 */
.wl-poem {
  text-align: center;
  font-family: var(--cute-rounded);
  font-weight: 600;
  font-size: calc(28 * var(--rpx));
  line-height: 1.95;
  color: var(--cute-ink-2);
}

/* CTA */
.wl-cta {
  flex: 1;
  min-height: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wl-cta-slot {
  width: 100%;
  height: calc(238 * var(--rpx));
  display: flex;
  align-items: center;
  justify-content: center;
}
.wl-cta-reveal { animation: wlFadeUp 0.2s both ease; }
.wl-entry-cards {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.wl-entry-cards.is-dual { gap: calc(20 * var(--rpx)); }
.wl-entry-cards.is-dual .wl-entry-card {
  flex: 1;
  min-width: 0;
  height: calc(238 * var(--rpx));
}
.wl-entry-cards.is-single .wl-entry-card {
  width: 80%;
  height: calc(204 * var(--rpx));
}
.wl-entry-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: calc(30 * var(--rpx)) calc(24 * var(--rpx)) calc(26 * var(--rpx));
  border: calc(2 * var(--rpx)) solid var(--paper-line-strong);
  border-radius: calc(32 * var(--rpx));
  background: var(--paper-card);
  color: var(--ink);
  text-align: center;
  box-shadow: 0 calc(18 * var(--rpx)) calc(48 * var(--rpx)) rgba(29, 26, 22, 0.06);
}
.wl-entry-card.is-five {
  border-color: var(--vermilion-line);
  background: linear-gradient(145deg, var(--paper-card), #FBF1ED);
}
.wl-entry-cards.is-single .wl-entry-card.is-poetry {
  border-color: var(--vermilion-line);
  background: linear-gradient(145deg, var(--paper-card), #FBF1ED);
}
.wl-entry-recommend {
  position: absolute;
  top: calc(18 * var(--rpx));
  right: calc(20 * var(--rpx));
  color: var(--vermilion);
  font-family: var(--cute-body);
  font-size: calc(20 * var(--rpx));
  font-weight: 500;
  line-height: 1;
}
.wl-entry-card-hover { transform: scale(0.985); }
.wl-entry-title {
  width: 100%;
  text-align: center;
  font-family: var(--cute-display);
  font-size: calc(40 * var(--rpx));
  font-weight: 500;
  line-height: 1.25;
}
.wl-entry-copy {
  width: 100%;
  margin-top: calc(14 * var(--rpx));
  text-align: center;
  color: var(--ink-faint);
  font-family: var(--cute-body);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: 1.65;
}
.wl-cta-tip {
  text-align: center;
  padding-top: calc(30 * var(--rpx));
  font-size: calc(23 * var(--rpx));
  color: var(--cute-ink-3);
  font-family: var(--cute-rounded);
  font-weight: 600;
  letter-spacing: 0.06em;
}

/* 文人雅士 v2.1 */
.wl { padding: 0 calc(54 * var(--rpx)) calc(calc(160 * var(--rpx)) + env(safe-area-inset-bottom)); }
.wl-mascot {
  width: 100%;
  height: calc(92 * var(--rpx));
  margin: calc(72 * var(--rpx)) auto 0;
  gap: calc(26 * var(--rpx));
}
.wl-halo, .wl-ring, .wl-star, .wl-baby { display: none; }
.wl-ritual-line { width: calc(76 * var(--rpx)); height: calc(2 * var(--rpx)); background: var(--vermilion-line); }
.wl-seal {
  width: calc(68 * var(--rpx));
  height: calc(68 * var(--rpx));
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: calc(8 * var(--rpx));
  background: var(--vermilion);
  color: var(--paper);
  font-family: var(--cute-display);
  font-size: calc(36 * var(--rpx));
  font-weight: 600;
}
.wl-kicker { margin: calc(18 * var(--rpx)) 0 calc(22 * var(--rpx)); }
.wl-kicker-line { display: none; }
.wl-kicker-t { color: var(--vermilion); font-family: var(--cute-display); font-size: calc(22 * var(--rpx)); font-weight: 500; }
.wl-title-row { line-height: 1.26; }
.wl-char { padding: 0 .03em; font-size: calc(78 * var(--rpx)); font-weight: 600; letter-spacing: .16em; }
.wl-sep { margin: calc(54 * var(--rpx)) 0 0; }
.wl-sep-line { width: calc(219 * var(--rpx)); background: var(--vermilion-line) !important; }
.wl-sep-dot { background: var(--vermilion); }
.wl-poem {
  margin-top: 0;
  padding: calc(34 * var(--rpx)) 0 0;
  font-family: var(--cute-display);
  font-size: calc(24 * var(--rpx));
  font-weight: 400;
  line-height: 2;
}
.wl-poem::after {
  content: '';
  display: block;
  width: calc(480 * var(--rpx));
  height: calc(2 * var(--rpx));
  margin: calc(34 * var(--rpx)) auto 0;
  background: var(--vermilion-line);
}
.wl-cta-tip { font-weight: 400; }

.wl-title { margin:0; }
.wl-title-row { display:block; }
.wl-cta { padding-top:calc(32 * var(--rpx)); }
.wl-entry-title { font-family:var(--cute-display); }
.wl-entry-cards.is-single .wl-entry-copy { display:block; }
.wl-cta-tip { margin:0; }

.me-scroll { flex: 1; min-height: 0; position: relative; z-index: 1; }

/* profile hero */
.me-hero {
  display: flex;
  align-items: center;
  gap: calc(32 * var(--rpx));
  margin: calc(12 * var(--rpx)) calc(40 * var(--rpx)) calc(8 * var(--rpx));
  padding: calc(44 * var(--rpx)) calc(40 * var(--rpx));
  border-radius: calc(52 * var(--rpx));
  background: linear-gradient(140deg, #DCF0FB 0%, #ECECF6 50%, #FBE0EE 100%);
}
.me-avatar {
  width: calc(152 * var(--rpx)); height: calc(152 * var(--rpx));
  border-radius: 50%;
  background: #fff;
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 calc(12 * var(--rpx)) calc(32 * var(--rpx)) calc(-8 * var(--rpx)) rgba(111, 182, 220, 0.4);
}
.me-hero-name {
  font-family: var(--cute-display);
  font-size: calc(42 * var(--rpx));
  color: var(--cute-ink);
  letter-spacing: 0.04em;
  margin-bottom: calc(12 * var(--rpx));
}
.me-hero-pill {
  display: inline-block;
  padding: calc(6 * var(--rpx)) calc(20 * var(--rpx));
  background: rgba(255, 255, 255, 0.7);
  color: var(--cute-pink-fg);
  border-radius: calc(999 * var(--rpx));
  font-size: calc(22 * var(--rpx));
  font-weight: 800;
  font-family: var(--cute-rounded);
}

/* groups */
.me-group { padding: calc(28 * var(--rpx)) calc(40 * var(--rpx)) 0; }
.me-list { padding: calc(8 * var(--rpx)) calc(12 * var(--rpx)); }
.me-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: calc(26 * var(--rpx));
  padding: calc(26 * var(--rpx)) calc(24 * var(--rpx));
  border-bottom: calc(2 * var(--rpx)) solid var(--cute-line);
}
.me-list .me-item:last-child { border-bottom: none; }
.me-item-hover { background: var(--cute-bg); border-radius: calc(24 * var(--rpx)); }
.me-ic {
  width: calc(76 * var(--rpx)); height: calc(76 * var(--rpx));
  border-radius: calc(26 * var(--rpx));
  flex-shrink: 0;
  display: flex; align-items: center; justify-content: center;
  font-size: calc(38 * var(--rpx));
}
.me-ic.sky    { background: var(--cute-sky-soft); }
.me-ic.pink   { background: var(--cute-pink-soft); }
.me-ic.mint   { background: var(--cute-mint-soft); }
.me-ic.lav    { background: var(--cute-lav-soft); }
.me-ic.yellow { background: var(--cute-yellow-soft); }
.me-item-main { flex: 1; }
.me-item-t {
  font-family: var(--cute-rounded);
  font-weight: 700;
  font-size: calc(30 * var(--rpx));
  color: var(--cute-ink);
}
.me-item-s {
  font-size: calc(23 * var(--rpx));
  color: var(--cute-ink-3);
  font-family: var(--cute-rounded);
  font-weight: 600;
  margin-top: calc(2 * var(--rpx));
}
.me-item-contact {
  position: absolute;
  inset: 0;
  margin: 0; padding: 0;
  opacity: 0;
  background: transparent;
}
.me-item-contact::after { border: none; }

.me-foot {
  text-align: center;
  padding: calc(48 * var(--rpx)) calc(40 * var(--rpx));
  padding-bottom: calc(calc(160 * var(--rpx)) + env(safe-area-inset-bottom));
  font-size: calc(22 * var(--rpx));
  color: var(--cute-ink-3);
  font-family: var(--cute-rounded);
  font-weight: 600;
}

/* 文人雅士 v2.1 */
.me-hero { border: calc(2 * var(--rpx)) solid var(--vermilion-line); border-radius: calc(28 * var(--rpx)); background: linear-gradient(145deg, var(--paper-card), var(--paper-warm)); }
.me-avatar { width: calc(132 * var(--rpx)); height: calc(132 * var(--rpx)); border: calc(2 * var(--rpx)) solid var(--cute-line); border-radius: 50%; background: var(--paper-warm); box-shadow: var(--cute-shadow-sm); }
.me-avatar-person { width: 76%; height: 76%; fill: #A59888; }
.me-hero-id { color: var(--cute-ink-2); font-size: calc(26 * var(--rpx)); font-variant-numeric: tabular-nums; letter-spacing: 0.03em; }
.me-hero-name { font-size: calc(38 * var(--rpx)); font-weight: 600; }
.me-hero-pill { border: calc(2 * var(--rpx)) solid var(--vermilion-line); border-radius: calc(8 * var(--rpx)); background: var(--vermilion-soft); color: var(--vermilion-deep); font-weight: 500; }
.me-list { padding: calc(8 * var(--rpx)) calc(12 * var(--rpx)); }
.me-item-hover { border-radius: calc(14 * var(--rpx)); background: var(--paper-warm); }
.me-ic { border: calc(2 * var(--rpx)) solid var(--cute-line); border-radius: calc(10 * var(--rpx)); background: var(--paper-warm) !important; }
.me-item-t { font-weight: 600; }
.me-item-s, .me-foot { color: var(--ink-muted); font-weight: 400; }

body[data-page=mine] main { padding:calc(12 * var(--rpx)) calc(40 * var(--rpx)) calc(calc(160 * var(--rpx)) + env(safe-area-inset-bottom)); }
.me-hero { margin:0 0 calc(36 * var(--rpx)); padding:calc(44 * var(--rpx)) calc(40 * var(--rpx)); }
.me-hero-text { min-width:0; }
.me-hero-name { white-space:nowrap; }
.mine-links { padding:calc(8 * var(--rpx)) calc(12 * var(--rpx)); margin-bottom:calc(28 * var(--rpx)); }
.mine-link { position:relative; width:100%; display:flex; align-items:center; justify-content:flex-start; gap:calc(26 * var(--rpx)); min-height:0; padding:calc(26 * var(--rpx)) calc(24 * var(--rpx)); border:0; border-radius:0; border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); color:var(--ink); background:transparent; font-size:calc(30 * var(--rpx)); font-weight:600; text-align:left; }
.mine-link:last-child { border-bottom:0; }
.mine-link span { display:block; margin-top:calc(2 * var(--rpx)); font-size:calc(23 * var(--rpx)); font-weight:400; color:var(--ink-muted); }
.mine-link::after { content:''; width:calc(14 * var(--rpx)); height:calc(14 * var(--rpx)); flex:none; border-top:calc(2 * var(--rpx)) solid var(--ink-faint); border-right:calc(2 * var(--rpx)) solid var(--ink-faint); transform:rotate(45deg); }
.me-ic { font-style:normal; }
body[data-page=form] main { padding:calc(18 * var(--rpx)) calc(34 * var(--rpx)) calc(86 * var(--rpx)); }
#naming-form { padding:calc(32 * var(--rpx)); }
#naming-form h2 { padding-bottom:calc(20 * var(--rpx)); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); margin:0; }
#naming-form label { margin-top:calc(32 * var(--rpx)); }
#naming-form h2+label { margin-top:calc(28 * var(--rpx)); }
.choices { display:flex; gap:calc(16 * var(--rpx)); }
.choices button { flex:1; min-width:0; min-height:calc(84 * var(--rpx)); padding:0 calc(6 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line-strong); border-radius:calc(18 * var(--rpx)); background:var(--paper-card); color:var(--ink-soft); font-size:calc(27 * var(--rpx)); font-weight:700; gap:calc(8 * var(--rpx)); }
.choices button::before { content:''; width:calc(20 * var(--rpx)); flex:none; font-size:calc(19 * var(--rpx)); }
.choices button.is-on { border-color:var(--vermilion-line); background:var(--vermilion-soft); color:var(--vermilion-deep); }
.choices button.is-on::before { content:'✓'; }
#start-naming { min-height:calc(100 * var(--rpx)); font-size:calc(31 * var(--rpx)); margin:calc(32 * var(--rpx)) 0 calc(22 * var(--rpx)); }
.history-heading { align-items:flex-end; margin:calc(42 * var(--rpx)) calc(4 * var(--rpx)) calc(20 * var(--rpx)); }
.history-heading h2 { font-family:var(--cute-display); font-size:calc(34 * var(--rpx)); margin:0; }
.history-heading p { margin:calc(8 * var(--rpx)) 0 0; font-size:calc(22 * var(--rpx)); }
#history-count:not(:empty) { padding:calc(9 * var(--rpx)) calc(18 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--vermilion-line); border-radius:calc(8 * var(--rpx)); color:var(--vermilion); font-size:calc(21 * var(--rpx)); }
.history-card { padding:calc(26 * var(--rpx)) calc(26 * var(--rpx)) calc(22 * var(--rpx)); cursor:pointer; }
.history-card>.row { justify-content:flex-start; gap:calc(20 * var(--rpx)); }
.history-avatar { width:calc(72 * var(--rpx)); height:calc(72 * var(--rpx)); flex:none; border-radius:50%; background:var(--vermilion); color:var(--paper); display:flex; align-items:center; justify-content:center; font:600 calc(32 * var(--rpx)) var(--cute-display); }
.history-card .row p { margin:0; }
.history-card .row small { font-size:calc(19 * var(--rpx)); }
.history-card .row>div:last-child>div { font-size:calc(27 * var(--rpx)); font-weight:700; }
.tag { display:inline-block; padding:calc(5 * var(--rpx)) calc(13 * var(--rpx)); border-radius:calc(6 * var(--rpx)); background:var(--vermilion-soft); color:var(--vermilion-deep); font-size:calc(18 * var(--rpx)); font-weight:700; }
.history-foot { margin-top:calc(20 * var(--rpx)); padding-top:calc(17 * var(--rpx)); border-top:calc(2 * var(--rpx)) solid var(--paper-line); }
.history-foot small { font-size:calc(19 * var(--rpx)); }
.history-foot>div { display:flex; gap:calc(14 * var(--rpx)); margin-top:calc(16 * var(--rpx)); }
.history-foot>div>* { display:block; flex:1; min-width:0; height:calc(60 * var(--rpx)); padding:0 calc(12 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line-strong); border-radius:calc(14 * var(--rpx)); line-height:calc(56 * var(--rpx)); text-align:center; font-size:calc(21 * var(--rpx)); font-weight:700; }
.history-foot .muted { background:var(--paper-warm); }
.text-link { color:var(--vermilion); }
.empty { padding:calc(90 * var(--rpx)) calc(34 * var(--rpx)); text-align:center; color:var(--ink-muted); }
.empty>div:first-child { color:var(--vermilion); font-size:calc(38 * var(--rpx)); }
.empty h2,.empty h3 { font-family:var(--cute-display); color:var(--ink); font-size:calc(34 * var(--rpx)); margin-top:calc(16 * var(--rpx)); }
.empty p { font-size:calc(24 * var(--rpx)); }
#form-history .empty { padding:calc(28 * var(--rpx)); min-height:calc(150 * var(--rpx)); }
#form-history .empty h3 { font-family:var(--cute-body); font-size:calc(28 * var(--rpx)); }
#form-history .empty p { font-size:calc(23 * var(--rpx)); margin-bottom:0; }
body[data-page=report] main { padding:0 calc(34 * var(--rpx)) calc(calc(190 * var(--rpx)) + env(safe-area-inset-bottom)); }
.report-tabs { position:sticky; top:calc(var(--nav-height) + var(--demo-offset)); z-index:15; display:flex; gap:calc(12 * var(--rpx)); margin:0 calc(-34 * var(--rpx)); padding:0 calc(32 * var(--rpx)); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); background:rgba(250,246,239,.97); }
.report-tabs button { min-width:calc(168 * var(--rpx)); min-height:calc(88 * var(--rpx)); padding:0 calc(20 * var(--rpx)); border-radius:0; border-bottom:calc(4 * var(--rpx)) solid transparent; background:transparent; color:var(--ink-muted); font-size:calc(27 * var(--rpx)); font-weight:500; }
.report-tabs button.is-on { border-bottom-color:var(--vermilion); color:var(--ink); font-weight:600; }
.report-tabs button:disabled { color:var(--ink-faint); opacity:1; }
.report-chapter { scroll-margin-top:calc(var(--nav-height) + var(--demo-offset) + calc(110 * var(--rpx))); }
.report-section>h2 { display:flex; align-items:center; gap:calc(20 * var(--rpx)); margin:calc(50 * var(--rpx)) calc(4 * var(--rpx)) calc(22 * var(--rpx)); font-size:calc(32 * var(--rpx)); }
.section-number { display:inline-flex; align-items:center; justify-content:center; min-width:calc(56 * var(--rpx)); height:calc(48 * var(--rpx)); border-radius:calc(6 * var(--rpx)); background:var(--vermilion); color:var(--paper); font-size:calc(22 * var(--rpx)); }
.report-section>.card { padding:calc(32 * var(--rpx)); }
.profile-row { min-height:calc(82 * var(--rpx)); padding:calc(14 * var(--rpx)) calc(24 * var(--rpx)); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); gap:calc(32 * var(--rpx)); }
.profile-row span { font-size:calc(22 * var(--rpx)); color:var(--ink-muted); }
.profile-row strong { font-size:calc(26 * var(--rpx)); font-weight:600; text-align:right; }
.pillars { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:calc(14 * var(--rpx)); text-align:center; }
.pillars>div { padding:calc(20 * var(--rpx)) calc(10 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(12 * var(--rpx)); background:var(--paper-warm); }
.pillars small,.pillars strong { display:block; }
.pillars strong { margin-top:calc(12 * var(--rpx)); font:600 calc(38 * var(--rpx)) var(--cute-display); }
.report-section h3 { color:var(--ink); font-size:calc(26 * var(--rpx)); padding-top:calc(8 * var(--rpx)); }
.report-section p { font-size:calc(24 * var(--rpx)); line-height:1.8; color:var(--ink-soft); }
.report-section .row:not(.profile-row) { min-height:calc(88 * var(--rpx)); padding:calc(18 * var(--rpx)) calc(20 * var(--rpx)); margin-bottom:calc(14 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(14 * var(--rpx)); background:var(--paper-warm); font-size:calc(24 * var(--rpx)); }
.radar { width:100%; margin:calc(20 * var(--rpx)) auto calc(26 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(20 * var(--rpx)); padding:calc(20 * var(--rpx)) calc(12 * var(--rpx)) calc(18 * var(--rpx)); background:rgba(255,253,248,.88); }
.radar-stage { position:relative; width:calc(520 * var(--rpx)); max-width:100%; aspect-ratio:1; margin:0 auto; }
.radar svg { display:block; width:100%; }
.radar-grid { fill:none; stroke:var(--paper-line-strong); stroke-width:2; }
.radar-data { fill:rgba(184,71,58,.18); }
.radar-point { fill:var(--vermilion); stroke:var(--paper-card); stroke-width:3; }
.radar-label { position:absolute; color:var(--ink-soft); font-size:calc(22 * var(--rpx)); font-weight:600; white-space:nowrap; }
.radar-label.label-wood { left:50%; top:2%; transform:translateX(-50%); }
.radar-label.label-fire { right:0; top:31%; }
.radar-label.label-earth { right:13%; bottom:10%; }
.radar-label.label-metal { left:13%; bottom:10%; }
.radar-label.label-water { left:0; top:31%; }
.report-energy>.card { padding:0; border:0; border-radius:0; background:transparent; box-shadow:none; }
.energy-analysis { margin-top:calc(28 * var(--rpx)); padding:calc(30 * var(--rpx)) calc(30 * var(--rpx)) calc(28 * var(--rpx)); border-left:calc(6 * var(--rpx)) solid var(--vermilion); }
.report-section .energy-analysis-title { margin:0; padding:0; color:var(--ink); font-size:calc(28 * var(--rpx)); font-weight:600; }
.energy-analysis-title>span { margin-right:calc(12 * var(--rpx)); color:var(--vermilion); line-height:1; }
.energy-narrative-sections { margin-top:calc(18 * var(--rpx)); }
.energy-narrative-section { padding:calc(20 * var(--rpx)) 0; border-top:calc(2 * var(--rpx)) solid var(--paper-line); }
.energy-narrative-section:first-child { padding-top:0; border-top:0; }
.energy-narrative-section:last-child { padding-bottom:0; }
.energy-narrative-title { display:inline-flex; align-items:center; padding:calc(7 * var(--rpx)) calc(12 * var(--rpx)); border-radius:calc(7 * var(--rpx)); background:rgba(184,71,58,.1); color:var(--vermilion-deep); font-size:calc(21 * var(--rpx)); font-weight:600; }
.energy-narrative-copy { margin-top:calc(12 * var(--rpx)); color:var(--ink-soft); font-size:calc(25 * var(--rpx)); line-height:1.75; }
.fixed-bottom { position:fixed; bottom:0; left:50%; transform:translateX(-50%); width:var(--frame); z-index:18; padding:calc(20 * var(--rpx)) calc(30 * var(--rpx)) calc(calc(20 * var(--rpx)) + env(safe-area-inset-bottom)); display:flex; gap:calc(20 * var(--rpx)); border-top:calc(2 * var(--rpx)) solid var(--paper-line); background:rgba(250,246,239,.97); box-shadow:0 calc(-8 * var(--rpx)) calc(28 * var(--rpx)) rgba(29,26,22,.06); }
.fixed-bottom>* { flex:1; min-width:0; margin:0; }
.list-footer[hidden] { display:none; }
.list-upgrade { display:flex; width:calc(360 * var(--rpx)); max-width:calc(100% - calc(208 * var(--rpx))); min-height:calc(76 * var(--rpx)); margin:calc(28 * var(--rpx)) auto calc(70 * var(--rpx)); font-size:calc(26 * var(--rpx)); }
body[data-page=names] main { padding-top:0; }
.sort-note { margin:calc(14 * var(--rpx)) 0; padding:calc(15 * var(--rpx)) calc(20 * var(--rpx)); border-left:calc(6 * var(--rpx)) solid var(--vermilion); border-radius:calc(8 * var(--rpx)) calc(18 * var(--rpx)) calc(18 * var(--rpx)) calc(8 * var(--rpx)); background:var(--paper-warm); color:var(--ink-soft); font-size:calc(21 * var(--rpx)); line-height:1.7; }
.names { list-style:none; margin:calc(22 * var(--rpx)) 0 0; padding:0; }
.name-card { height:calc(156 * var(--rpx)); min-height:calc(156 * var(--rpx)); margin-bottom:calc(20 * var(--rpx)); padding:calc(24 * var(--rpx)) calc(30 * var(--rpx)); cursor:pointer; }
.name-card>.row { height:100%; flex-wrap:nowrap; }
.name-card.is-selected { border-color:var(--vermilion); background:var(--vermilion-soft); }
.name-card.is-disliked { background:var(--paper-warm); box-shadow:none; }
.name-card.is-disliked .name-cells,.name-card.is-disliked .name-score { opacity:.52; }
.name-cells { display:flex; align-items:flex-start; gap:calc(2 * var(--rpx)); min-width:0; }
.name-cell { display:flex; flex-direction:column; width:calc(72 * var(--rpx)); min-width:calc(72 * var(--rpx)); text-align:center; }
.name-cell small { height:calc(28 * var(--rpx)); font-size:calc(18 * var(--rpx)); line-height:calc(28 * var(--rpx)); white-space:nowrap; }
.name-cell strong { margin-top:calc(4 * var(--rpx)); color:var(--ink); font-family:var(--cute-display); font-size:calc(40 * var(--rpx)); font-weight:600; line-height:calc(44 * var(--rpx)); }
.name-side { display:flex; align-items:center; justify-content:flex-end; gap:calc(14 * var(--rpx)); margin-left:auto; }
.name-score { font-size:calc(27 * var(--rpx)); color:var(--vermilion); font-weight:800; white-space:nowrap; }
.preferences { display:flex; align-items:center; gap:calc(12 * var(--rpx)); }
.preference { width:calc(56 * var(--rpx)); height:calc(56 * var(--rpx)); min-height:0; padding:0; border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:50%; background:rgba(255,253,248,.9); color:var(--ink-muted); font-size:calc(30 * var(--rpx)); line-height:1; flex:none; }
.preference.is-on { border-color:var(--vermilion-line); background:var(--vermilion-soft); color:var(--vermilion); }
.selection-dot { width:calc(42 * var(--rpx)); height:calc(42 * var(--rpx)); border-radius:50%; border:calc(2 * var(--rpx)) solid var(--vermilion-line); color:var(--vermilion); text-align:center; }
.list-footer { display:block; min-height:0; margin:0 auto; padding:calc(28 * var(--rpx)) calc(16 * var(--rpx)) calc(10 * var(--rpx)); background:transparent; color:var(--ink-muted); font-size:calc(23 * var(--rpx)); font-weight:400; }
.floating-actions { position:fixed; right:max(calc(28 * var(--rpx)),calc((100vw - 480px)/2 + calc(28 * var(--rpx)))); bottom:calc(calc(260 * var(--rpx)) + env(safe-area-inset-bottom)); z-index:17; display:flex; flex-direction:column; gap:calc(18 * var(--rpx)); }
.floating-actions button { width:calc(116 * var(--rpx)); height:calc(116 * var(--rpx)); min-height:0; padding:0; border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:50%; background:var(--paper-card); color:var(--ink-soft); box-shadow:0 calc(10 * var(--rpx)) calc(28 * var(--rpx)) rgba(29,26,22,.14); font-size:calc(22 * var(--rpx)); line-height:1.15; }
.floating-actions button.is-active,.floating-actions button.is-on { border-color:var(--vermilion); background:var(--vermilion); color:var(--paper); }
#confirm-compare { background:var(--vermilion); }
#confirm-compare:disabled { background:var(--paper-line); color:var(--ink-faint); opacity:1; }
.detail-hero { position:relative; overflow:hidden; display:flex; justify-content:center; padding:calc(50 * var(--rpx)) calc(31 * var(--rpx)) calc(44 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(28 * var(--rpx)); background:var(--paper-card); box-shadow:var(--cute-shadow-sm); }
.detail-hero::before,.detail-hero::after { content:''; position:absolute; width:calc(223 * var(--rpx)); height:calc(223 * var(--rpx)); border-radius:50%; opacity:.12; pointer-events:none; }
.detail-hero::before { left:calc(-98 * var(--rpx)); top:calc(-122 * var(--rpx)); background:var(--element-water); }
.detail-hero::after { right:calc(-86 * var(--rpx)); bottom:calc(-127 * var(--rpx)); background:var(--vermilion); }
.detail-hero .name-cell { position:relative; z-index:1; width:calc(160 * var(--rpx)); min-width:0; }
.detail-hero .name-cell small { height:auto; color:var(--vermilion); font-size:calc(23 * var(--rpx)); font-weight:700; }
.detail-hero .name-cell strong { margin-top:calc(14 * var(--rpx)); font-size:calc(80 * var(--rpx)); line-height:1.08; }
.detail-section>h2 { display:flex; align-items:center; gap:calc(17 * var(--rpx)); margin:calc(44 * var(--rpx)) calc(5 * var(--rpx)) calc(19 * var(--rpx)); font:600 calc(31 * var(--rpx)) var(--cute-display); letter-spacing:.04em; }
body:is([data-page=detail],[data-page=share]) main { counter-reset:detail; }
.detail-section>h2::before { counter-increment:detail; content:counter(detail,decimal-leading-zero); display:flex; align-items:center; justify-content:center; width:calc(49 * var(--rpx)); height:calc(49 * var(--rpx)); border-radius:calc(7 * var(--rpx)); background:var(--vermilion); color:var(--paper); font:750 calc(18 * var(--rpx)) var(--cute-body); }
.detail-section .card { padding:calc(30 * var(--rpx)); color:var(--ink-soft); font-size:calc(24 * var(--rpx)); line-height:1.8; }
.stat { padding:calc(14 * var(--rpx)) 0 calc(37 * var(--rpx)); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); color:var(--vermilion); font:600 calc(122 * var(--rpx))/1 var(--cute-display); text-align:center; }
.detail-section .row { min-height:calc(82 * var(--rpx)); padding:calc(17 * var(--rpx)) calc(5 * var(--rpx)); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); font-size:calc(23 * var(--rpx)); font-weight:600; }
.detail-section .row:last-child { border:0; }
.detail-section .row>span:last-child { margin-left:auto; color:var(--vermilion); font:600 calc(37 * var(--rpx)) var(--cute-display); }
.scroll { max-width:100%; overflow-x:auto; overscroll-behavior-x:contain; }
table { width:100%; border-collapse:separate; border-spacing:0; font-size:calc(23 * var(--rpx)); }
th,td { padding:calc(22 * var(--rpx)) calc(20 * var(--rpx)); border-right:calc(2 * var(--rpx)) solid var(--paper-line); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); text-align:center; overflow-wrap:anywhere; }
th { background:var(--paper-deep); font-weight:600; color:var(--ink-soft); }
.report-section table { border-top:calc(2 * var(--rpx)) solid var(--paper-line); border-left:calc(2 * var(--rpx)) solid var(--paper-line); table-layout:fixed; }
.report-section th,.report-section td { padding:calc(14 * var(--rpx)) calc(8 * var(--rpx)); font-size:calc(22 * var(--rpx)); }
body[data-page=compare] main { padding-top:calc(38 * var(--rpx)); }
body[data-page=compare] .hero+.note { margin:0; height:calc(72 * var(--rpx)); display:flex; align-items:center; justify-content:center; border:calc(2 * var(--rpx)) solid var(--paper-line); border-bottom:0; border-radius:calc(28 * var(--rpx)) calc(28 * var(--rpx)) 0 0; background:var(--paper-warm); font-size:calc(21 * var(--rpx)); }
.comparison-scroll { max-height:calc(100svh - var(--nav-height) - var(--demo-offset) - calc(180 * var(--rpx))); overflow:auto; border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:0 0 calc(28 * var(--rpx)) calc(28 * var(--rpx)); background:var(--paper-card); }
.comparison-scroll table { width:max-content; min-width:100%; }
.comparison-scroll th { position:sticky; left:0; min-width:calc(210 * var(--rpx)); max-width:calc(210 * var(--rpx)); width:calc(210 * var(--rpx)); z-index:2; text-align:left; }
.comparison-scroll td { min-width:calc(300 * var(--rpx)); max-width:calc(300 * var(--rpx)); width:calc(300 * var(--rpx)); font-size:calc(24 * var(--rpx)); line-height:1.65; }
.comparison-scroll tr:nth-child(odd) { background:rgba(247,240,228,.52); }
.comparison-scroll tr:first-child { position:sticky; top:0; background:var(--paper-card); z-index:3; }
.comparison-scroll tr:first-child td { font:600 calc(31 * var(--rpx)) var(--cute-display); letter-spacing:.08em; }
.comparison-scroll tr:nth-child(2) td { color:var(--vermilion); }
.comparison-scroll tr:nth-child(3) { background:var(--vermilion-soft); color:var(--vermilion-deep); font-weight:700; }
.comparison-scroll tr:nth-child(3) th { background:#E8CFC8; }
.comparison-scroll .is-fiveGrids td,.comparison-scroll .is-threeTalents td { padding:calc(18 * var(--rpx)); text-align:left; vertical-align:top; }
.compare-summary-empty { color:var(--ink-muted); text-align:center; }
.compare-five-grid,.compare-three-talent { display:flex; flex-direction:column; gap:calc(10 * var(--rpx)); }
.compare-five-grid-item,.compare-three-talent-item { padding:calc(13 * var(--rpx)) calc(14 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(12 * var(--rpx)); background:var(--paper-card); }
.compare-five-grid-head,.compare-three-talent-head { display:flex; align-items:center; justify-content:space-between; gap:calc(8 * var(--rpx)); }
.compare-five-grid-name,.compare-three-talent-path { color:var(--ink); font-size:calc(21 * var(--rpx)); font-weight:800; }
.compare-five-grid-score,.compare-three-talent-score { margin-top:calc(6 * var(--rpx)); color:var(--ink-muted); font-size:calc(18 * var(--rpx)); line-height:1.4; }
.compare-badge { flex:none; padding:calc(3 * var(--rpx)) calc(9 * var(--rpx)); border-radius:calc(6 * var(--rpx)); background:var(--cute-mint-soft); color:var(--cute-mint-deep); font-size:calc(17 * var(--rpx)); font-weight:800; }
.compare-badge.is-mixed { background:var(--cute-yellow-soft); color:var(--cute-yellow-deep); }
.compare-badge.is-bad { background:var(--cute-coral-tint); color:var(--cute-coral-deep); }
.compare-badge.is-lav { background:var(--cute-lav-soft); color:var(--cute-lav-fg); }
.compare-three-talent-config { padding:calc(13 * var(--rpx)) calc(14 * var(--rpx)); text-align:center; border-radius:calc(12 * var(--rpx)); background:var(--paper-deep); color:var(--ink); font-family:var(--cute-display); font-size:calc(25 * var(--rpx)); font-weight:800; letter-spacing:.08em; }
body[data-page=favorites] main { padding:calc(12 * var(--rpx)) calc(40 * var(--rpx)) calc(calc(160 * var(--rpx)) + env(safe-area-inset-bottom)); }
.favorites-heading { display:flex; align-items:center; gap:calc(28 * var(--rpx)); padding:calc(36 * var(--rpx)) calc(40 * var(--rpx)); border-color:var(--vermilion-line); background:linear-gradient(145deg,var(--paper-card),var(--paper-warm)); }
.favorites-heading h2 { font-family:var(--cute-display); font-size:calc(36 * var(--rpx)); margin-bottom:calc(4 * var(--rpx)); }
.favorites-heading p { font-size:calc(24 * var(--rpx)); margin:0; }
.favorites-seal { width:calc(58 * var(--rpx)); height:calc(58 * var(--rpx)); flex:none; display:flex; align-items:center; justify-content:center; border-radius:calc(8 * var(--rpx)); color:var(--paper); background:var(--vermilion); font:600 calc(28 * var(--rpx)) var(--cute-display); }
body[data-page=favorites] .empty.card { border:0; box-shadow:none; background:transparent; padding:calc(120 * var(--rpx)) calc(20 * var(--rpx)); }
body[data-page=favorites] .empty .button { margin-top:calc(40 * var(--rpx)); width:60%; font-family:var(--cute-display); }
body[data-page=rights] main { padding:calc(28 * var(--rpx)) calc(40 * var(--rpx)) calc(70 * var(--rpx)); }
body[data-page=rights] h2 { font:600 calc(36 * var(--rpx)) var(--cute-display); }
body[data-page=rights] .card { padding:calc(32 * var(--rpx)); }
body[data-page=rights] .card .card { padding:calc(24 * var(--rpx)) 0; border:0; border-top:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:0; background:transparent; box-shadow:none; margin:0; }
body[data-page=rights] .card .card h3 { margin:0 0 calc(10 * var(--rpx)); }
body[data-page=rights] .row button { flex:none; padding:calc(12 * var(--rpx)) calc(20 * var(--rpx)); min-height:calc(64 * var(--rpx)); font-size:calc(23 * var(--rpx)); }
body[data-page=rights] #order-box { overflow-wrap:anywhere; }
body[data-page=legal] main { padding:calc(28 * var(--rpx)) calc(40 * var(--rpx)) calc(60 * var(--rpx)); }
body[data-page=legal] .card { padding:calc(32 * var(--rpx)); }
body[data-page=legal] .card h2 { padding-bottom:calc(16 * var(--rpx)); border-bottom:calc(2 * var(--rpx)) solid var(--vermilion-line); font:600 calc(32 * var(--rpx)) var(--cute-display); letter-spacing:.08em; }
body[data-page=legal] .card p { font-size:calc(27 * var(--rpx)); line-height:1.85; color:var(--ink-soft); text-align:justify; overflow-wrap:anywhere; }
body[data-page=admin] form { margin-bottom:calc(28 * var(--rpx)); }
body[data-page=admin] main { overflow-wrap:anywhere; }
dialog { width:calc(var(--frame) - calc(88 * var(--rpx))); max-width:390px; padding:calc(44 * var(--rpx)) calc(36 * var(--rpx)) calc(34 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(28 * var(--rpx)); background:var(--paper-card); color:var(--ink); box-shadow:var(--cute-shadow-md); }
dialog::backdrop { background:rgba(29,26,22,.46); }
dialog h2 { font-family:var(--cute-display); font-size:calc(36 * var(--rpx)); text-align:center; }
#dialog-copy { max-height:55svh; overflow:auto; white-space:pre-wrap; overflow-wrap:anywhere; color:var(--ink-soft); font-size:calc(26 * var(--rpx)); line-height:1.75; }
.dialog-actions { display:flex; gap:calc(16 * var(--rpx)); margin-top:calc(28 * var(--rpx)); }
.dialog-actions button { flex:1; }
#browser-gate>button { width:100%; margin-top:calc(20 * var(--rpx)); }
#toast { position:fixed; left:50%; top:48%; transform:translate(-50%,-50%); max-width:80%; padding:calc(22 * var(--rpx)) calc(32 * var(--rpx)); border-radius:calc(14 * var(--rpx)); background:rgba(29,26,22,.9); color:var(--paper); font-size:calc(26 * var(--rpx)); z-index:60; opacity:0; pointer-events:none; }
#toast.is-visible { opacity:1; }
/* 报告生成中：对应小程序 report.wxss 的 mn-status 视觉（光环、圆环、星星、进度条）。 */
.rl-visual { position:relative; display:flex; align-items:center; justify-content:center; width:calc(240 * var(--rpx)); height:calc(220 * var(--rpx)); margin:0 auto calc(8 * var(--rpx)); }
.rl-halo { position:absolute; inset:calc(16 * var(--rpx)); border-radius:50%; background:radial-gradient(circle,rgba(242,222,216,.9),transparent 72%); animation:rlHalo 3.8s ease-in-out infinite; }
.rl-ring { position:absolute; width:calc(148 * var(--rpx)); height:calc(148 * var(--rpx)); border:calc(3 * var(--rpx)) solid var(--vermilion-line); border-radius:50%; animation:rlRing 3s ease-out infinite; }
.rl-ring.is-second { animation-delay:1.5s; }
.rl-baby { position:relative; z-index:2; width:calc(220 * var(--rpx)); height:calc(176 * var(--rpx)); transform-origin:50% 60%; animation:rlFloat 3.4s ease-in-out infinite; }
.rl-baby svg { display:block; width:100%; height:100%; }
.rl-star { position:absolute; color:var(--vermilion); font-size:calc(28 * var(--rpx)); animation:rlSpark 2s ease-in-out infinite; }
.rl-star.is-one { left:calc(20 * var(--rpx)); top:calc(28 * var(--rpx)); }
.rl-star.is-two { right:calc(24 * var(--rpx)); bottom:calc(36 * var(--rpx)); animation-delay:.8s; }
.rl-progress { width:calc(300 * var(--rpx)); height:calc(10 * var(--rpx)); margin:calc(30 * var(--rpx)) auto 0; overflow:hidden; border-radius:calc(999 * var(--rpx)); background:var(--paper-deep); }
.rl-progress i { display:block; width:42%; height:100%; border-radius:inherit; background:var(--vermilion); animation:rlProgress 2.2s ease-in-out infinite; }
@keyframes rlFloat { 0%,100% { transform:translateY(0) rotate(-1.6deg); } 50% { transform:translateY(calc(-10 * var(--rpx))) rotate(1.6deg); } }
@keyframes rlRing { 0% { transform:scale(.8); opacity:.5; } 100% { transform:scale(1.5); opacity:0; } }
@keyframes rlSpark { 0%,100% { transform:scale(.6); opacity:.3; } 50% { transform:scale(1.1); opacity:1; } }
@keyframes rlHalo { 0%,100% { transform:scale(1); opacity:.9; } 50% { transform:scale(1.06); opacity:1; } }
@keyframes rlProgress { 0% { transform:translateX(-120%); } 55% { transform:translateX(100%); } 100% { transform:translateX(240%); } }
/* 报告分区骨架屏：未生成好的字段与分区占位，柔光扫过。对应小程序 report.wxss 的 mn-skeleton。 */
.sk { position:relative; display:inline-block; overflow:hidden; border-radius:calc(10 * var(--rpx)); background:var(--paper-deep); vertical-align:middle; }
.sk::after { content:''; position:absolute; inset:0; transform:translateX(-100%); background:linear-gradient(90deg,transparent,rgba(255,253,248,.9),transparent); animation:skSweep 1.8s ease-in-out infinite; }
@keyframes skSweep { 0% { transform:translateX(-100%); } 100% { transform:translateX(100%); } }
.sk-bar { width:calc(150 * var(--rpx)); height:calc(26 * var(--rpx)); }
.sk-char { width:calc(44 * var(--rpx)); height:calc(44 * var(--rpx)); }
.sk-radar { display:block; width:calc(360 * var(--rpx)); height:calc(360 * var(--rpx)); margin:calc(12 * var(--rpx)) auto calc(36 * var(--rpx)); border-radius:50%; }
.sk-line { display:block; width:100%; height:calc(26 * var(--rpx)); margin:calc(22 * var(--rpx)) 0; }
.sk-line.is-short { width:62%; }
@media(prefers-reduced-motion:reduce) { *,*::before,*::after { animation:none !important; scroll-behavior:auto !important; } }
body.demo-mode { --demo-offset:32px; padding-top:32px; }
#demo-panel { position:relative; background:#fff1b8; color:#573600; border:1px solid #ad6800; padding:5px 12px; font:12px/1.5 system-ui; }
#demo-panel strong { position:fixed; top:0; left:50%; transform:translateX(-50%); width:var(--frame); height:32px; z-index:50; display:flex; align-items:center; justify-content:center; background:#fff1b8; color:#573600; font-size:12px; border-bottom:1px solid #ad6800; }
#demo-panel details[open] { max-height:55vh; overflow:auto; }
#demo-panel summary { cursor:pointer; }
#demo-panel .demo-links { display:flex; flex-wrap:wrap; gap:5px; margin:8px 0; }
#demo-panel .button,#demo-panel button { min-height:28px; padding:5px 8px; font-size:12px; }
#demo-panel label { font-size:12px; }
#demo-panel select { width:auto; min-height:30px; font-size:12px; padding:4px; }
#demo-panel p { font-size:12px; }

/* Fine detail alignment with current report/name-detail/names WXSS. */
.pillars { gap:0; overflow:hidden; border-top:calc(2 * var(--rpx)) solid var(--paper-line); border-bottom:calc(2 * var(--rpx)) solid var(--paper-line); }
.pillars>div { padding:calc(18 * var(--rpx)) calc(4 * var(--rpx)) calc(20 * var(--rpx)); border:0; border-radius:0; background:transparent; }
.pillars>div+div { border-left:calc(2 * var(--rpx)) solid var(--paper-line); }
.pillars small { font-size:calc(20 * var(--rpx)); }
.pillars strong { margin-top:calc(10 * var(--rpx)); font-family:var(--cute-body); font-size:calc(36 * var(--rpx)); line-height:1.3; }
.name-side { flex-direction:column; align-items:flex-end; gap:calc(10 * var(--rpx)); min-width:calc(178 * var(--rpx)); }
.name-score::after { content:' 分  ›'; }
.name-side:has(.preferences):not(:has(.name-score))::before { content:'›'; font-size:calc(34 * var(--rpx)); line-height:calc(44 * var(--rpx)); color:var(--vermilion); }
.name-side .preferences { justify-content:flex-end; }
/* 姓名详情：对应小程序 name-detail.wxss，仅作用于详情模块。 */
.nd-card { border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(28 * var(--rpx)); background:var(--paper-card); box-shadow:var(--cute-shadow-sm); }
/* 01 综合评分 */
.nd-score-card { overflow: hidden; padding: calc(44 * var(--rpx)) calc(33 * var(--rpx)) calc(33 * var(--rpx)); }
.nd-total-score { display: flex; align-items: baseline; justify-content: center; padding-bottom: calc(37 * var(--rpx)); border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); color: var(--vermilion); }
.nd-total-score.is-incomplete { align-items: center; color: var(--cute-ink-3); }
.nd-total-score-value { font-family: var(--cute-display); font-size: calc(122 * var(--rpx)); font-weight: 600; line-height: 1; letter-spacing: -.04em; }
.nd-total-score.is-incomplete .nd-total-score-value { font-size: calc(48 * var(--rpx)); }
.nd-total-score-unit { margin-left: calc(7 * var(--rpx)); color: var(--vermilion-deep); font-size: calc(24 * var(--rpx)); font-weight: 700; }
.nd-score-list { margin-top: calc(17 * var(--rpx)); }
.nd-score-row { display: flex; align-items: center; min-height: calc(82 * var(--rpx)); padding: calc(17 * var(--rpx)) calc(5 * var(--rpx)); border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); }
.nd-score-row:last-child { border-bottom: 0; }
.nd-score-name { color: var(--cute-ink-2); font-size: calc(23 * var(--rpx)); font-weight: 600; }
.nd-score-value { min-width: calc(101 * var(--rpx)); margin-left: auto; color: var(--vermilion); font-family: var(--cute-display); font-size: calc(37 * var(--rpx)); font-weight: 600; text-align: right; }

/* 02 五行命理 */
.nd-elements-card { padding: calc(30 * var(--rpx)); }
.nd-role-lines { padding: calc(3 * var(--rpx)) calc(5 * var(--rpx)); }
.nd-role-line { display: flex; align-items: center; min-height: calc(80 * var(--rpx)); padding: calc(14 * var(--rpx)) 0; color: var(--cute-ink-2); font-size: calc(24 * var(--rpx)); }
.nd-role-line + .nd-role-line { border-top: calc(2 * var(--rpx)) solid var(--paper-line); }
.nd-role-label { flex: none; color: var(--cute-ink); font-family: var(--cute-display); font-size: calc(26 * var(--rpx)); font-weight: 600; }
.nd-role-value { font-size: calc(28 * var(--rpx)); font-weight: 750; }
.nd-role-separator { color: var(--cute-ink-3); }
.nd-role-value.is-wood, .nd-three-node-value.is-wood { color: var(--element-wood); }
.nd-role-value.is-fire, .nd-three-node-value.is-fire { color: var(--element-fire); }
.nd-role-value.is-earth, .nd-three-node-value.is-earth { color: var(--element-earth); }
.nd-role-value.is-metal, .nd-three-node-value.is-metal { color: var(--element-metal); }
.nd-role-value.is-water, .nd-three-node-value.is-water { color: var(--element-water); }
.nd-char-list { display: flex; flex-direction: column; gap: calc(17 * var(--rpx)); margin-top: calc(30 * var(--rpx)); padding-top: calc(28 * var(--rpx)); border-top: calc(2 * var(--rpx)) solid var(--paper-line); }
.nd-char-panel { display: grid; grid-template-columns: calc(101 * var(--rpx)) minmax(0, 1fr) auto; align-items: center; column-gap: calc(21 * var(--rpx)); padding: calc(24 * var(--rpx)); border: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: calc(21 * var(--rpx)); background: var(--paper-warm); }
.nd-char-glyph { width: calc(101 * var(--rpx)); height: calc(101 * var(--rpx)); border-radius: calc(14 * var(--rpx)); background: var(--paper-card); color: var(--cute-ink); font-family: var(--cute-display); font-size: calc(61 * var(--rpx)); font-weight: 600; line-height: calc(101 * var(--rpx)); text-align: center; }
.nd-char-main { min-width: 0; }
.nd-char-tags { display: flex; flex-wrap: wrap; align-items: center; gap: calc(12 * var(--rpx)); }
.nd-char-tag { padding: calc(7 * var(--rpx)) calc(12 * var(--rpx)); border-radius: calc(7 * var(--rpx)); background: var(--vermilion-soft); color: var(--vermilion-deep); font-size: calc(17 * var(--rpx)); font-weight: 700; }
.nd-char-copy { grid-column: 1 / -1; margin-top: calc(17 * var(--rpx)); padding-top: calc(17 * var(--rpx)); border-top: calc(2 * var(--rpx)) solid var(--paper-line); color: var(--cute-ink-2); font-size: calc(24 * var(--rpx)); line-height: 1.8; }
.nd-char-copy-label { margin-right: calc(12 * var(--rpx)); color: var(--vermilion-deep); font-weight: 750; }
.nd-combination-copy { margin-top: calc(26 * var(--rpx)); padding-top: calc(24 * var(--rpx)); border-top: calc(2 * var(--rpx)) solid var(--paper-line); color: var(--cute-ink-2); font-size: calc(24 * var(--rpx)); line-height: 1.8; }
.nd-combination-title { margin-bottom: calc(12 * var(--rpx)); color: var(--vermilion-deep); font-weight: 750; }
.nd-char-score { min-width: calc(98 * var(--rpx)); color: var(--cute-ink-3); font-size: calc(17 * var(--rpx)); text-align: right; }
.nd-char-score-label { display: block; color: var(--cute-ink-3); font-size: calc(17 * var(--rpx)); }
.nd-char-score-value { display: block; margin-top: calc(3 * var(--rpx)); color: var(--vermilion); font-family: var(--cute-display); font-size: calc(38 * var(--rpx)); font-weight: 600; line-height: 1; }
.nd-char-score-value.is-text { color: var(--cute-ink-3); font-family: var(--cute-rounded); font-size: calc(17 * var(--rpx)); line-height: 1.45; }

/* 03 五格数理 */
.nd-grid-list { display: flex; flex-direction: column; gap: calc(17 * var(--rpx)); }
.nd-grid-item { position: relative; overflow: hidden; padding: calc(26 * var(--rpx)) calc(24 * var(--rpx)) calc(24 * var(--rpx)) calc(30 * var(--rpx)); border-left: calc(5 * var(--rpx)) solid var(--vermilion) !important; }
.nd-grid-head { display: flex; align-items: center; padding-right: calc(66 * var(--rpx)); }
.nd-grid-name { color: var(--cute-ink); font-size: calc(24 * var(--rpx)); font-weight: 750; }
.nd-grid-number { display: inline-flex; width: calc(42 * var(--rpx)); height: calc(42 * var(--rpx)); flex: none; align-items: center; justify-content: center; margin-left: calc(3 * var(--rpx)); border-radius: 50%; background: var(--vermilion-soft); color: var(--vermilion-deep); font-family: var(--cute-display); font-size: calc(23 * var(--rpx)); font-weight: 600; line-height: 1; }
.nd-grid-element { margin-left: calc(10 * var(--rpx)); color: var(--cute-ink-3); font-size: calc(17 * var(--rpx)); }
.nd-grid-classification { position: absolute; right: calc(23 * var(--rpx)); top: calc(23 * var(--rpx)); min-width: calc(47 * var(--rpx)); padding: calc(7 * var(--rpx)) calc(14 * var(--rpx)); border-radius: calc(7 * var(--rpx)); background: var(--cute-mint-soft); color: var(--element-wood); font-size: calc(17 * var(--rpx)); font-weight: 750; text-align: center; }
.nd-grid-classification.is-mixed { background: var(--cute-yellow-soft); color: var(--cute-yellow-deep); }
.nd-grid-classification.is-bad { background: var(--cute-coral-tint); color: var(--cute-coral-deep); }
.nd-grid-copy { margin-top: calc(16 * var(--rpx)); color: var(--cute-ink-2); font-size: calc(19 * var(--rpx)); line-height: 1.68; }
.nd-grid-keyword { color: var(--vermilion-deep); font-family: var(--cute-display); font-size: calc(24 * var(--rpx)); font-weight: 700; }
.nd-untested { margin-top: calc(16 * var(--rpx)); padding: calc(24 * var(--rpx)); border-radius: calc(22 * var(--rpx)); background: var(--paper-card); color: var(--cute-ink-3); text-align: center; }

/* 04 三才配置 */
.nd-three-card { padding: calc(31 * var(--rpx)) calc(28 * var(--rpx)) calc(9 * var(--rpx)); }
.nd-three-flow { display: grid; grid-template-columns: 1fr calc(73 * var(--rpx)) 1fr calc(73 * var(--rpx)) 1fr; align-items: center; }
.nd-three-node { display: flex; flex-direction: column; align-items: center; padding: calc(19 * var(--rpx)) calc(7 * var(--rpx)); border: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: calc(16 * var(--rpx)); background: var(--paper-warm); text-align: center; }
.nd-three-node-label { color: var(--cute-ink-3); font-size: calc(17 * var(--rpx)); }
.nd-three-node-value { margin-top: calc(7 * var(--rpx)); font-family: var(--cute-display); font-size: calc(38 * var(--rpx)); font-weight: 600; line-height: 1; }
.nd-three-link { display: flex; flex-direction: column; align-items: center; color: var(--cute-ink-3); font-size: calc(16 * var(--rpx)); line-height: 1.35; }
.nd-three-arrow { color: var(--vermilion); font-size: calc(26 * var(--rpx)); line-height: 1; }
.nd-three-copy-list { margin-top: calc(24 * var(--rpx)); }
.nd-three-copy-row { display: grid; grid-template-columns: calc(80 * var(--rpx)) minmax(0, 1fr); gap: calc(17 * var(--rpx)); padding: calc(23 * var(--rpx)) calc(3 * var(--rpx)); border-top: calc(2 * var(--rpx)) solid var(--paper-line); }
.nd-three-copy-row:last-child { border-bottom: 0; }
.nd-three-copy-label { color: var(--vermilion-deep); font-size: calc(21 * var(--rpx)); font-weight: 750; }
.nd-three-copy-text { color: var(--cute-ink-2); font-size: calc(19 * var(--rpx)); line-height: 1.66; }

/* 05 生肖属性 */
.nd-zodiac-card { padding: calc(30 * var(--rpx)); }
.nd-radical-title { color: var(--cute-ink-2); font-size: calc(21 * var(--rpx)); font-weight: 700; }
.nd-radical-list { display: flex; flex-wrap: wrap; gap: calc(12 * var(--rpx)); margin-top: calc(17 * var(--rpx)); }
.nd-radical { min-width: calc(54 * var(--rpx)); padding: calc(10 * var(--rpx)) calc(14 * var(--rpx)); border: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: calc(9 * var(--rpx)); background: var(--paper-warm); color: var(--cute-ink-2); font-size: calc(19 * var(--rpx)); text-align: center; }
.nd-zodiac-list { margin-top: calc(26 * var(--rpx)); }
.nd-zodiac-row { display: grid; grid-template-columns: calc(75 * var(--rpx)) minmax(0, 1fr) auto; align-items: center; gap: calc(17 * var(--rpx)); min-height: calc(105 * var(--rpx)); padding: calc(17 * var(--rpx)) 0; border-top: calc(2 * var(--rpx)) solid var(--paper-line); }
.nd-zodiac-row:last-child { border-bottom: 0; }
.nd-zodiac-char { width: calc(70 * var(--rpx)); height: calc(70 * var(--rpx)); border-radius: calc(12 * var(--rpx)); background: var(--vermilion-soft); color: var(--vermilion-deep); font-family: var(--cute-display); font-size: calc(42 * var(--rpx)); font-weight: 600; line-height: calc(70 * var(--rpx)); text-align: center; }
.nd-zodiac-copy { display: flex; flex-direction: column; min-width: 0; }
.nd-zodiac-position { color: var(--cute-ink); font-size: calc(21 * var(--rpx)); font-weight: 700; }
.nd-zodiac-evidence { margin-top: calc(3 * var(--rpx)); color: var(--cute-ink-2); font-size: calc(19 * var(--rpx)); line-height: 1.55; }
.nd-zodiac-match { justify-self: end; padding: calc(9 * var(--rpx)) calc(14 * var(--rpx)); border-radius: calc(7 * var(--rpx)); background: var(--cute-mint-soft); color: var(--element-wood); font-size: calc(17 * var(--rpx)); font-weight: 750; white-space: nowrap; }
.nd-zodiac-match.is-miss { background: var(--paper-warm); color: var(--cute-ink-3); }

/* 06 文化内涵 */
.nd-culture-card { padding: calc(5 * var(--rpx)) calc(30 * var(--rpx)); }
.nd-culture-row { padding: calc(30 * var(--rpx)) 0; border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); }
.nd-culture-row:last-child { border-bottom: 0; }
.nd-culture-head { display: flex; align-items: center; }
.nd-culture-title { color: var(--cute-ink); font-size: calc(24 * var(--rpx)); font-weight: 750; }
.nd-culture-score { margin-left: auto; padding: calc(9 * var(--rpx)) calc(14 * var(--rpx)); border-radius: calc(7 * var(--rpx)); background: var(--vermilion-soft); color: var(--vermilion-deep); font-size: calc(19 * var(--rpx)); font-weight: 750; }
.nd-culture-copy { margin-top: calc(16 * var(--rpx)); color: var(--cute-ink-2); font-size: calc(19 * var(--rpx)); line-height: 1.72; }

@media (max-width:360px) {
  .nd-char-panel { grid-template-columns:calc(94 * var(--rpx)) minmax(0,1fr) auto; column-gap:calc(17 * var(--rpx)); padding-left:calc(19 * var(--rpx)); padding-right:calc(19 * var(--rpx)); }
  .nd-char-glyph { width:calc(94 * var(--rpx)); height:calc(94 * var(--rpx)); font-size:calc(58 * var(--rpx)); line-height:calc(94 * var(--rpx)); }
}
.preference { font-size:0; }
.preference::before { content:''; display:block; width:calc(30 * var(--rpx)); height:calc(30 * var(--rpx)); background:currentColor; mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M12%2021s-7-4.5-9.3-9.4C1.2%208.4%203%204.7%206.3%204.7c2%200%203.5%201.2%204.4%202.7.9-1.5%202.4-2.7%204.4-2.7%203.3%200%205.1%203.7%203.6%206.9C19%2016.5%2012%2021%2012%2021z%27/%3E%3C/svg%3E") center / contain no-repeat; }
.preference.is-on:not([data-preference=dislike]) { font-size:0; }
.preference.is-on:not([data-preference=dislike])::before { content:''; display:block; width:calc(30 * var(--rpx)); height:calc(30 * var(--rpx)); background:currentColor; mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27black%27%3E%3Cpath%20d%3D%27M12%2021s-7-4.5-9.3-9.4C1.2%208.4%203%204.7%206.3%204.7c2%200%203.5%201.2%204.4%202.7.9-1.5%202.4-2.7%204.4-2.7%203.3%200%205.1%203.7%203.6%206.9C19%2016.5%2012%2021%2012%2021z%27/%3E%3C/svg%3E") center / contain no-repeat; }
.preference[data-preference=dislike] { font-size:0; }
.preference[data-preference=dislike]::before { content:''; display:block; width:calc(30 * var(--rpx)); height:calc(30 * var(--rpx)); background:currentColor; mask:url("data:image/svg+xml,%3Csvg%20xmlns%3D%27http%3A//www.w3.org/2000/svg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27black%27%20stroke-width%3D%272%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpath%20d%3D%27M10%2015v4a3%203%200%20003%203l4-9V2H5.72a2%202%200%2000-2%201.7l-1.38%209a2%202%200%20002%202.3z%27/%3E%3Cpath%20d%3D%27M17%202h2.67A2.31%202.31%200%200122%204v7a2.31%202.31%200%2001-2.33%202H17%27/%3E%3C/svg%3E") center / contain no-repeat; }

/* Match the form title and centered action observed in the mini program. */
#naming-form h2 { font-family:var(--cute-display); padding-bottom:calc(26 * var(--rpx)); }
#start-naming { display:flex; width:58%; min-width:calc(300 * var(--rpx)); margin-left:auto; margin-right:auto; }

/* Persistent guidance and separate entitlement controls in the admin form. */
body[data-page=admin] .admin-card { overflow-wrap:anywhere; }
.admin-field { margin:22px 0; min-width:0; }
.admin-field label { margin:0 0 8px; }
.admin-field .field-help,.admin-field .field-example { margin:6px 0 0; font-size:13px; line-height:1.65; font-weight:400; }
.field-help { color:var(--ink-soft); }
.field-example { color:var(--ink-muted); }
.admin-field .field-error { margin:6px 0 0; color:var(--vermilion-deep); font-size:13px; }
.admin-field [aria-invalid=true] { border-color:var(--vermilion); }
.admin-field :disabled { background:var(--paper-deep); color:var(--ink-muted); }
.admin-money { margin:6px 0 0; color:var(--vermilion-deep); font-size:13px; }
.admin-items { margin:26px 0; }
.admin-items>.field-help,.admin-items>.field-example { font-size:13px; }
.entitlement-row { min-width:0; margin:16px 0; padding:14px; border:1px solid var(--paper-line-strong); border-radius:12px; background:var(--paper-warm); }
.admin-row-heading { display:flex; align-items:center; justify-content:space-between; gap:12px; }
.admin-row-heading h4 { margin:0; font-size:15px; }
.admin-row-heading button { padding:6px 12px; min-height:36px; font-size:13px; }
.entitlement-row .admin-field:last-child { margin-bottom:0; }
.admin-actions { display:flex; flex-wrap:wrap; gap:10px; }
.admin-result { overflow-wrap:anywhere; }

/* 兑换页沿用通用卡片、输入框、主按钮及品牌配色。 */
body[data-page=rights] .redemption-card { text-align:center; padding-top:calc(48 * var(--rpx)); padding-bottom:calc(48 * var(--rpx)); }
.redemption-icon { display:grid; place-items:center; width:calc(96 * var(--rpx)); height:calc(96 * var(--rpx)); margin:0 auto calc(28 * var(--rpx)); border-radius:50%; background:var(--vermilion-soft); color:var(--vermilion); }
.redemption-icon svg { width:calc(52 * var(--rpx)); height:calc(52 * var(--rpx)); }
.redemption-card h2 { margin:0 0 calc(18 * var(--rpx)); }
.redemption-subtitle { color:var(--ink-muted); font-size:calc(24 * var(--rpx)); margin:0 0 calc(32 * var(--rpx)); }
.redemption-input input { text-align:center; letter-spacing:.12em; text-transform:uppercase; }
.redemption-input input::placeholder { letter-spacing:.04em; }
.redemption-card .wide { display:flex; width:58%; min-width:calc(300 * var(--rpx)); max-width:100%; min-height:calc(100 * var(--rpx)); margin:calc(32 * var(--rpx)) auto 0; font-size:calc(31 * var(--rpx)); }
.redemption-notes { text-align:left; color:var(--ink-muted); font-size:calc(23 * var(--rpx)); line-height:1.7; margin-top:calc(28 * var(--rpx)); }
.redemption-notes p { margin:calc(10 * var(--rpx)) 0; }
.redemption-obtained { margin:0; color:var(--ink-soft); font-size:calc(27 * var(--rpx)); font-weight:500; line-height:1.7; }
.redemption-actions { margin:0; }
.redemption-card .error { text-align:left; }

.redemption-product { display:flex; flex-wrap:wrap; align-items:center; justify-content:center; gap:calc(14 * var(--rpx)); margin:calc(26 * var(--rpx)) 0; }
.redemption-product h3 { margin:0; color:var(--ink); font-family:var(--cute-body); font-size:calc(28 * var(--rpx)); overflow-wrap:anywhere; }
.redemption-product .tag { flex:none; }
.redemption-benefits { padding:calc(24 * var(--rpx)); border:calc(2 * var(--rpx)) solid var(--paper-line); border-radius:calc(18 * var(--rpx)); background:var(--paper-warm); text-align:left; }
.redemption-benefits ul { list-style:none; padding:0; margin:0; }
.redemption-benefits li { display:flex; align-items:flex-start; gap:calc(14 * var(--rpx)); color:var(--ink-soft); font-size:calc(26 * var(--rpx)); line-height:1.7; }
.redemption-benefits li+li { margin-top:calc(14 * var(--rpx)); }
.redemption-check { display:grid; place-items:center; flex:none; width:calc(30 * var(--rpx)); height:calc(30 * var(--rpx)); margin-top:calc(7 * var(--rpx)); border-radius:50%; background:var(--vermilion); color:var(--paper-card); }
.redemption-check svg { width:calc(22 * var(--rpx)); height:calc(22 * var(--rpx)); }
.redemption-benefits .redemption-gifts { margin-top:calc(24 * var(--rpx)); padding-top:calc(24 * var(--rpx)); border-top:calc(2 * var(--rpx)) solid var(--paper-line-strong); }

/* Report balance and basis styles aligned with the Mini Program. */
.h5-balance-result-title { margin: calc(4 * var(--rpx)) calc(4 * var(--rpx)) calc(20 * var(--rpx)); color: var(--ink); font-size: calc(26 * var(--rpx)); font-weight: 600; }
.h5-balance-result-list { overflow: hidden; border: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: calc(20 * var(--rpx)); background: rgba(255, 253, 248, .88); }
.h5-balance-result-row { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: calc(102 * var(--rpx)); padding: calc(18 * var(--rpx)) calc(26 * var(--rpx)); border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); }
.h5-balance-result-row:last-child { border-bottom: 0; }
.h5-balance-result-copy { min-width: 0; }
.h5-balance-result-label { color: var(--ink-soft); font-size: calc(26 * var(--rpx)); }
.h5-balance-result-desc { margin-top: calc(6 * var(--rpx)); color: var(--ink-faint); font-size: calc(20 * var(--rpx)); line-height: 1.45; }
.h5-balance-result-elements { min-width: calc(76 * var(--rpx)); margin-left: calc(20 * var(--rpx)); padding: calc(10 * var(--rpx)) calc(20 * var(--rpx)); border-radius: calc(10 * var(--rpx)); text-align: center; font-family: var(--cute-body); font-size: calc(32 * var(--rpx)); font-weight: 600; }
.h5-balance-result-row.is-primary .h5-balance-result-elements { background: var(--vermilion); color: var(--paper); }
.h5-balance-result-row.is-secondary .h5-balance-result-elements { background: var(--vermilion-soft); color: var(--vermilion-deep); }
.h5-balance-result-row.is-neutral .h5-balance-result-elements { background: var(--paper-deep); color: var(--ink); }
.h5-balance-result-row.is-caution .h5-balance-result-elements { border: calc(2 * var(--rpx)) solid var(--paper-line-strong); color: var(--ink-soft); }
.h5-balance-result-row.is-avoid .h5-balance-result-elements { border: calc(2 * var(--rpx)) solid var(--vermilion-line); color: var(--vermilion-deep); }
.h5-role-empty { padding: calc(30 * var(--rpx)) calc(28 * var(--rpx)) calc(28 * var(--rpx)); border: 0; border-radius: 0; background: transparent; text-align: center; }
.h5-role-empty-icon { width: calc(62 * var(--rpx)); height: calc(62 * var(--rpx)); margin: 0 auto; line-height: calc(62 * var(--rpx)); border-radius: calc(6 * var(--rpx)); background: var(--vermilion-soft); color: var(--vermilion); font-size: calc(30 * var(--rpx)); font-weight: 600; }
.h5-role-empty-title { margin-top: calc(16 * var(--rpx)); color: var(--ink); font-size: calc(27 * var(--rpx)); font-weight: 600; }
.h5-role-empty-copy { margin-top: calc(10 * var(--rpx)); color: var(--ink-muted); font-size: calc(21 * var(--rpx)); line-height: 1.65; }
.h5-role-list { overflow: hidden; border: 0; border-radius: 0; background: transparent; }
.h5-role-row { display: grid; grid-template-columns: 1fr auto; align-items: center; min-height: calc(86 * var(--rpx)); padding: calc(16 * var(--rpx)) calc(26 * var(--rpx)); border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); }
.h5-role-row:last-child { border-bottom: 0; }
.h5-role-label { color: var(--ink-soft); font-size: calc(24 * var(--rpx)); }
.h5-role-elements { margin-left: calc(20 * var(--rpx)); color: var(--ink); font-family: var(--cute-body); font-size: calc(30 * var(--rpx)); font-weight: 600; }
.h5-basis-summary { display: flex; align-items: center; justify-content: space-between; gap: calc(24 * var(--rpx)); padding: calc(26 * var(--rpx)) calc(24 * var(--rpx)); border: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: calc(20 * var(--rpx)); background: rgba(255, 253, 248, .88); }
.h5-basis-summary-label { color: var(--ink-muted); font-size: calc(22 * var(--rpx)); }
.h5-basis-summary-title { margin-top: calc(8 * var(--rpx)); color: var(--ink); font-family: var(--cute-body); font-size: calc(34 * var(--rpx)); font-weight: 600; }
.h5-basis-status { min-width: calc(122 * var(--rpx)); padding: calc(14 * var(--rpx)) calc(16 * var(--rpx)); border-radius: calc(10 * var(--rpx)); background: var(--paper-deep); color: var(--ink-soft); text-align: center; font-size: calc(26 * var(--rpx)); font-weight: 600; }
.h5-basis-list { margin-top: calc(20 * var(--rpx)); overflow: hidden; border: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: calc(20 * var(--rpx)); background: rgba(255, 253, 248, .88); }
.h5-basis-item { padding: calc(28 * var(--rpx)) calc(24 * var(--rpx)); border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); }
.h5-basis-item:last-child { border-bottom: 0; }
.h5-basis-head { display: flex; align-items: center; justify-content: space-between; gap: calc(16 * var(--rpx)); }
.h5-basis-name { color: var(--ink); font-size: calc(26 * var(--rpx)); font-weight: 600; }
.h5-basis-tag { padding: calc(8 * var(--rpx)) calc(14 * var(--rpx)); border-radius: calc(8 * var(--rpx)); background: rgba(184, 71, 58, .1); color: var(--vermilion-deep); font-size: calc(22 * var(--rpx)); font-weight: 600; }
.h5-basis-copy { margin-top: calc(14 * var(--rpx)); color: var(--ink-muted); font-size: calc(22 * var(--rpx)); line-height: 1.65; }
.h5-season-caption { margin-top: calc(22 * var(--rpx)); color: var(--ink-muted); font-size: calc(20 * var(--rpx)); font-weight: 600; }
.h5-season-row { display: grid; grid-template-columns: repeat(5, 1fr); gap: calc(10 * var(--rpx)); margin-top: calc(16 * var(--rpx)); }
.h5-season-item { padding: calc(14 * var(--rpx)) calc(4 * var(--rpx)); border-radius: calc(10 * var(--rpx)); background: var(--paper-deep); color: var(--ink-soft); font-size: calc(20 * var(--rpx)); text-align: center; }
.h5-season-item span { display: block; margin-top: calc(6 * var(--rpx)); font-size: calc(26 * var(--rpx)); font-weight: 600; }
.h5-power-bar { display: flex; height: calc(16 * var(--rpx)); margin-top: calc(18 * var(--rpx)); overflow: hidden; border-radius: calc(999 * var(--rpx)); background: var(--paper-deep); }
.h5-power-support { height: 100%; background: var(--vermilion); }
.h5-power-opposition { height: 100%; background: var(--ink-faint); }
.h5-power-labels { display: flex; justify-content: space-between; margin-top: calc(10 * var(--rpx)); color: var(--ink-muted); font-size: calc(20 * var(--rpx)); }
.h5-relation-tags { display: flex; flex-wrap: wrap; gap: calc(10 * var(--rpx)); margin-top: calc(18 * var(--rpx)); }
.h5-relation-tag { padding: calc(8 * var(--rpx)) calc(12 * var(--rpx)); border: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: calc(8 * var(--rpx)); background: var(--paper-card); color: var(--ink-soft); font-size: calc(20 * var(--rpx)); }
.h5-special-pattern { margin: 0; padding: 0 calc(24 * var(--rpx)); overflow: hidden; border: 0; border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: 0; background: transparent; }
.h5-special-pattern-head { display: flex; align-items: center; justify-content: space-between; gap: calc(20 * var(--rpx)); padding: calc(28 * var(--rpx)) 0 calc(20 * var(--rpx)); border: 0; background: transparent; }
.h5-special-pattern-label { display: flex; align-items: center; gap: calc(14 * var(--rpx)); color: var(--ink); font-size: calc(26 * var(--rpx)); font-weight: 600; }
.h5-special-pattern-label::before { content: ''; width: calc(8 * var(--rpx)); height: calc(28 * var(--rpx)); border-radius: calc(4 * var(--rpx)); background: var(--vermilion); }
.h5-special-pattern-badge { flex: none; padding: calc(10 * var(--rpx)) calc(16 * var(--rpx)); border-radius: calc(10 * var(--rpx)); background: var(--vermilion); color: var(--paper); font-size: calc(22 * var(--rpx)); font-weight: 600; white-space: nowrap; }
.h5-special-pattern-body { padding: calc(28 * var(--rpx)) 0 calc(26 * var(--rpx)); }
.h5-special-pattern-title { color: var(--ink); font-size: calc(28 * var(--rpx)); font-weight: 600; line-height: 1.5; }
.h5-special-pattern-copy { margin-top: calc(16 * var(--rpx)); color: var(--ink-soft); font-size: calc(24 * var(--rpx)); line-height: 1.75; }
.h5-special-pattern-note { display: grid; grid-template-columns: auto minmax(0, 1fr); gap: calc(16 * var(--rpx)); margin-top: calc(22 * var(--rpx)); padding: calc(20 * var(--rpx)) 0; border-radius: 0; background: transparent; color: var(--ink-soft); font-size: calc(22 * var(--rpx)); line-height: 1.6; }
.h5-special-pattern-note span { color: var(--vermilion-deep); font-weight: 600; }
.h5-climate-grid { margin-top: calc(18 * var(--rpx)); }
.h5-climate-cell { min-width: 0; min-height: calc(68 * var(--rpx)); display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: center; gap: calc(24 * var(--rpx)); padding: calc(12 * var(--rpx)) 0; border-bottom: calc(2 * var(--rpx)) solid var(--paper-line); border-radius: 0; background: transparent; }
.h5-climate-cell:last-child { border-bottom: 0; }
.h5-climate-label { color: var(--ink-muted); font-size: calc(20 * var(--rpx)); }
.h5-climate-value { color: var(--ink); font-size: calc(24 * var(--rpx)); font-weight: 600; line-height: 1.45; text-align: right; }
.report-balance>.card,.report-basis>.card { padding:0; border:0; border-radius:0; background:transparent; box-shadow:none; }
.h5-energy-intro { margin:calc(-4 * var(--rpx)) calc(4 * var(--rpx)) calc(22 * var(--rpx)); color:var(--ink-muted); font-size:calc(24 * var(--rpx)); line-height:1.75; }
.h5-energy-fixed-note { margin:0 calc(4 * var(--rpx)) calc(30 * var(--rpx)); color:var(--ink-muted); font-size:calc(24 * var(--rpx)); line-height:1.75; }
.h5-balance-lead { margin-top:calc(36 * var(--rpx)); padding-top:calc(32 * var(--rpx)); padding-bottom:calc(30 * var(--rpx)); }
.h5-balance-question-inline { color:var(--ink); font-weight:600; }
.h5-balance-sections { margin-top:calc(22 * var(--rpx)); }
.report-professional-energy>.card { padding:calc(24 * var(--rpx)); border-radius:calc(20 * var(--rpx)); background:rgba(255,253,248,.88); box-shadow:none; }
.report-professional-energy .radar { margin:0; padding:0 calc(12 * var(--rpx)) calc(18 * var(--rpx)); border:0; border-radius:0; background:transparent; }
.h5-radar-caption { margin-top:calc(20 * var(--rpx)); color:var(--ink-muted); font-size:calc(20 * var(--rpx)); line-height:1.6; text-align:center; }
.report-roles>.card { padding:0; border-radius:calc(20 * var(--rpx)); background:rgba(255,253,248,.88); box-shadow:none; overflow:hidden; }
.report-basis>.card { padding:0; }
.h5-professional-divider { position:relative; margin:calc(72 * var(--rpx)) 0 0; padding-bottom:calc(36 * var(--rpx)); border-top:calc(2 * var(--rpx)) solid var(--paper-line-strong); }
.h5-professional-divider>span { position:absolute; left:50%; top:0; padding:0 calc(24 * var(--rpx)); background:var(--app-bg); color:var(--ink); font-size:calc(28 * var(--rpx)); font-weight:600; line-height:1.4; white-space:nowrap; transform:translate(-50%,-50%); }

/* Report upgrade sheet: entitlement data and prices come from the backend. */
dialog.upgrade-sheet { position:fixed; inset:auto 0 0; margin:0 auto; width:min(100%,var(--frame)); max-width:none; max-height:90svh; padding:0; border:0; border-radius:calc(30 * var(--rpx)) calc(30 * var(--rpx)) 0 0; overflow:hidden; animation:upgrade-enter .2s ease-out; }
dialog.upgrade-sheet[open] { display:flex; flex-direction:column; }
.upgrade-heading { position:relative; top:auto; height:auto; display:block; z-index:1; flex:none; padding:calc(30 * var(--rpx)) calc(65 * var(--rpx)) calc(20 * var(--rpx)); }
.upgrade-heading h2 { margin:0; font-size:calc(34 * var(--rpx)); }
.upgrade-close { position:absolute; top:calc(18 * var(--rpx)); right:calc(14 * var(--rpx)); width:44px; height:44px; min-height:44px; padding:0; border:0; background:transparent; color:var(--ink-soft); font-size:30px; }
.upgrade-content { overflow-y:auto; overscroll-behavior:contain; min-height:0; padding:0 calc(24 * var(--rpx)); }
.upgrade-benefits { width:100%; table-layout:fixed; border-collapse:collapse; font-size:calc(23 * var(--rpx)); }
.upgrade-benefits th,.upgrade-benefits td { border-bottom:1px solid var(--paper-line); padding:calc(21 * var(--rpx)) calc(5 * var(--rpx)); text-align:center; overflow-wrap:anywhere; }
.upgrade-benefits th:first-child { width:29%; text-align:left; font-weight:500; }
.upgrade-benefits thead th { font-weight:600; vertical-align:top; }
.upgrade-benefits small { display:block; width:fit-content; margin:calc(8 * var(--rpx)) auto 0; padding:2px 5px; border-radius:4px; color:var(--vermilion); background:var(--paper-line); font-size:calc(20 * var(--rpx)); }
.upgrade-status { color:var(--ink-soft); font-size:calc(24 * var(--rpx)); line-height:1.6; min-height:1.6em; margin:calc(18 * var(--rpx)) 0; }
.upgrade-diagnostics { margin:12px 0; color:var(--ink-soft); font-size:12px; line-height:1.6; overflow-wrap:anywhere; }
.upgrade-diagnostics summary { cursor:pointer; }
.upgrade-footer { flex:none; padding:calc(16 * var(--rpx)) calc(30 * var(--rpx)) max(calc(25 * var(--rpx)),env(safe-area-inset-bottom)); border-top:1px solid var(--paper-line); background:var(--paper-card); text-align:center; }
.upgrade-price { margin:0 0 calc(20 * var(--rpx)); font-size:calc(28 * var(--rpx)); }
.upgrade-price strong { color:var(--vermilion); }
.upgrade-footer .text-link { background:transparent; border:0; min-height:44px; margin-top:4px; padding:8px; }
.upgrade-choices { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:calc(16 * var(--rpx)); }
.upgrade-choice button { display:flex; flex-direction:column; justify-content:center; gap:4px; width:100%; min-height:calc(100 * var(--rpx)); padding:10px 4px; font-size:calc(26 * var(--rpx)); }
.upgrade-choice strong { font-size:calc(30 * var(--rpx)); font-weight:500; }
.upgrade-choice .note { margin:8px 0 0; font-size:calc(22 * var(--rpx)); }
@keyframes upgrade-enter { from { transform:translateY(100%); } to { transform:translateY(0); } }

.nd-metaphysics-summary { padding: calc(3 * var(--rpx)) calc(5 * var(--rpx)) calc(16 * var(--rpx)); color: var(--cute-ink-2); font-size: calc(26 * var(--rpx)); line-height: 1.8; }
