/* u0ua9pl3jeaj | v7.46 */
/* ===== 全局样式 - 心理测试工具网站 ===== */
@import url('https://fonts.loli.net/css2?family=Noto+Sans+SC:wght@300;400;500;700;900&family=Noto+Serif+SC:wght@400;600;700&display=swap');

:root {
  --primary: #6C5CE7;
  --primary-dark: #5A4BD1;
  --primary-light: #A29BFE;
  --secondary: #00CEC9;
  --secondary-dark: #00B5B0;
  --accent: #FD79A8;
  --accent-light: #FDCB6E;
  --bg-main: #F8F7FF;
  --bg-card: #FFFFFF;
  --bg-dark: #2D3436;
  --text-primary: #2D3436;
  --text-secondary: #636E72;
  --text-light: #B2BEC3;
  --border: #DFE6E9;
  --shadow-sm: 0 2px 8px rgba(108,92,231,0.08);
  --shadow-md: 0 4px 20px rgba(108,92,231,0.12);
  --shadow-lg: 0 8px 40px rgba(108,92,231,0.18);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}

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

html { font-size: 16px; scroll-behavior: smooth; }
/* kzb13zng */
body {
  font-family: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  background: var(--bg-main);
  color: var(--text-primary);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

/* 干扰标签隐藏 */
._3rnty3l {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  opacity: 0;
  pointer-events: none;
  user-select: none;
}

/* ===== 容器 ===== */
.ovjrfec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ===== 导航 ===== */
._v3xm4b47 {
  background: linear-gradient(135deg, var(--primary) 0%, var(--primary-dark) 100%);
  padding: 0;
  position: relative;
  z-index: 100;
}

.css-fll892 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
}

.css-3vwcp8 {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #fff;
}

.css-3vwcp8 ._d6xqeth {
  width: 40px;
  height: 40px;
  background: rgba(255,255,255,0.2);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.css-3vwcp8 .byss0z6j2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 1px;
}

._kv9rx9 {
  display: flex;
  list-style: none;
  gap: 6px;
}
/* lxkua1ozxd */
._kv9rx9 a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
  padding: 8px 16px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
}

._kv9rx9 a:hover, ._kv9rx9 a.active {
  background: rgba(255,255,255,0.15);
  color: #fff;
}

.vioj6rpktt {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 8px;
}

/* ===== 英雄区 ===== */
.st-nqsytn {
  background: linear-gradient(135deg, var(--primary) 0%, #8B5CF6 50%, var(--secondary) 100%);
  padding: 80px 0 100px;
  position: relative;
  overflow: hidden;
}

.st-nqsytn::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.st-nqsytn::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(253,121,168,0.15) 0%, transparent 70%);
  border-radius: 50%;
}

.el-y3aqh8 {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}

.st-nqsytn h1 {
  font-family: 'Noto Serif SC', serif;
  font-size: 2.8rem;
  font-weight: 900;
  margin-bottom: 20px;
  line-height: 1.3;
  text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}

.st-nqsytn p {
  font-size: 1.15rem;
  max-width: 700px;
  margin: 0 auto 36px;
  opacity: 0.92;
  line-height: 1.9;
}
/* t41vm */
._zsbouz5 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

._r7lw5e {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-md);
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  transition: var(--transition);
  cursor: pointer;
  border: none;
}

.sc-1jnkcz {
  background: #fff;
  color: var(--primary);
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.sc-1jnkcz:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.2);
}

.css-jgtas4 {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}

.css-jgtas4:hover {
  background: rgba(255,255,255,0.1);
  border-color: #fff;
}

.j8igv7iwzc {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 4px 15px rgba(253,121,168,0.3);
}

.j8igv7iwzc:hover {
  background: #e8689a;
  transform: translateY(-2px);
}

.tw-4gvzw8 {
  background: var(--secondary);
  color: #fff;
  box-shadow: 0 4px 15px rgba(0,206,201,0.3);
}

.tw-4gvzw8:hover {
  background: var(--secondary-dark);
  transform: translateY(-2px);
}
/* 8gwu50 */
/* ===== 区块通用 ===== */
._o4e1w1 {
  padding: 70px 0;
}
/* y3op */
._7ro202py {
  background: #fff;
}

.rq7r5sd85q {
  text-align: center;
  margin-bottom: 50px;
}

.rq7r5sd85q h2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}
/* j990x */
.rq7r5sd85q h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary), var(--secondary));
  border-radius: 2px;
}

.rq7r5sd85q p {
  color: var(--text-secondary);
  font-size: 1.05rem;
  max-width: 600px;
  margin: 20px auto 0;
}

/* ===== 卡片网格 ===== */
.w6lzurob3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.sc-9zvsrs {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
  border: 1px solid var(--border);
}

.sc-9zvsrs:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.sc-gsvnib {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

._0r7rmy {
  padding: 24px;
}

._wzup28 {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-light), var(--primary));
  color: #fff;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}

._0r7rmy h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--text-primary);
}

._0r7rmy p {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 16px;
}

._awu26x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-light);
}

.css-j4yuys {
  color: var(--accent-light);
  font-size: 1rem;
}

/* ===== 对比表格 ===== */
.lci46c74r {
  overflow-x: auto;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  background: #fff;
}

.tw-qqh3vb {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.tw-qqh3vb thead {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
}

.tw-qqh3vb th {
  padding: 16px 20px;
  text-align: left;
  font-weight: 600;
  white-space: nowrap;
}

.tw-qqh3vb td {
  padding: 14px 20px;
  border-bottom: 1px solid var(--border);
  color: var(--text-primary);
}

.tw-qqh3vb tbody tr:hover {
  background: rgba(108,92,231,0.04);
}

.tw-qqh3vb tbody tr:last-child td {
  border-bottom: none;
}

.sabre18 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 0.8rem;
  font-weight: 600;
}

.st-medo9b { background: #D4EFDF; color: #1E8449; }
.ib88iuyk { background: #FEF9E7; color: #B7950B; }
.css-znpf8c { background: #FADBD8; color: #C0392B; }

/* ===== FAQ ===== */
.el-kc1jto {
  max-width: 800px;
  margin: 0 auto;
}

.bmipzj9 {
  background: #fff;
  border-radius: var(--radius-md);
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  overflow: hidden;
}

._i0ds4w {
  width: 100%;
  background: none;
  border: none;
  padding: 20px 24px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text-primary);
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: var(--transition);
  font-family: inherit;
}

._i0ds4w:hover { color: var(--primary); }

._i0ds4w .st-w1rufc {
  font-size: 1.3rem;
  transition: transform 0.3s;
  color: var(--primary);
}

.bmipzj9.open .st-w1rufc { transform: rotate(45deg); }
/* wypr0l1k */
.diyo7dhym {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.bmipzj9.open .diyo7dhym { max-height: 500px; }

.qw8pa7r {
  padding: 0 24px 20px;
  color: var(--text-secondary);
  line-height: 1.9;
}

/* ===== 评价 ===== */
._j667qjmy {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.xpk8vf4e {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 28px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  position: relative;
}
/* ai5aamyq5f */
.xpk8vf4e::before {
  content: '\201C';
  position: absolute;
  top: 12px;
  left: 20px;
  font-size: 4rem;
  color: var(--primary-light);
  opacity: 0.3;
  font-family: serif;
  line-height: 1;
}
/* en2bu6nsk */
.tw-wki9l0 { color: var(--accent-light); margin-bottom: 12px; font-size: 1.1rem; }

.el-7tddmj {
  color: var(--text-secondary);
  font-size: 0.95rem;
  margin-bottom: 16px;
  line-height: 1.8;
}

.lg930wy1 {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* 1rx7 */
.sc-9sj9gf {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--secondary));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
}

.css-fj8bzb strong { display: block; font-size: 0.95rem; }
.css-fj8bzb span { font-size: 0.82rem; color: var(--text-light); }

/* ===== 知识百科 ===== */
.l3t82g7r {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}

._1s9iz7 {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 30px;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: var(--transition);
}

._1s9iz7:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.tw-o7qddg {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  margin-bottom: 18px;
}
/* 6xiy325 */
.tw-o7qddg.st-obo49z { background: rgba(108,92,231,0.1); color: var(--primary); }
/* 7gvwc */.tw-o7qddg._g7s476 { background: rgba(0,206,201,0.1); color: var(--secondary); }
.tw-o7qddg.el-bbzxkv { background: rgba(253,121,168,0.1); color: var(--accent); }
.tw-o7qddg.sc-slfwxb { background: rgba(253,203,110,0.1); color: #E17055; }

._1s9iz7 h3 { font-size: 1.1rem; margin-bottom: 10px; }
._1s9iz7 p { color: var(--text-secondary); font-size: 0.92rem; }

/* ===== 面包屑 ===== */
._8nd1k40 {
  padding: 16px 0;
  font-size: 0.9rem;
}

.f9si5tqrt {
  display: flex;
  list-style: none;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

.f9si5tqrt li + li::before {
  content: '›';
  margin-right: 8px;
  color: var(--text-light);
}

.f9si5tqrt a {
  color: var(--primary);
  text-decoration: none;
}

.f9si5tqrt a:hover { text-decoration: underline; }

.f9si5tqrt .css-ptve35 { color: var(--text-secondary); }

/* ===== 页脚 ===== */
.tgmyu1h1 {
  background: var(--bg-dark);
  color: rgba(255,255,255,0.8);
  padding: 60px 0 0;
}
/* 7zigcofe */
.st-hoj8u9 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.li92muqv .byss0z6j2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 14px;
  display: block;
}

.li92muqv p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.6);
}

._oxzk4mpt h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 18px;
  font-weight: 600;
}

._oxzk4mpt ul { list-style: none; }

._oxzk4mpt ul li { margin-bottom: 10px; }

._oxzk4mpt ul a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.9rem;
  transition: var(--transition);
}
/* sz71 */
._oxzk4mpt ul a:hover { color: var(--secondary); }

.lyp6t5p {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.lyp6t5p a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: var(--transition);
  font-size: 0.9rem;
}
/* nne0r37 */
.lyp6t5p a:hover {
  background: var(--primary);
  color: #fff;
}

.zzvqinlt {
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.4);
}

.zzvqinlt a {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
}

.zzvqinlt a:hover { color: var(--secondary); }

/* ===== 内页通用 ===== */
.css-t2izjk {
  background: linear-gradient(135deg, var(--primary) 0%, #8B5CF6 100%);
  padding: 50px 0 60px;
  color: #fff;
  text-align: center;
}

.css-t2izjk h1 {
  font-family: 'Noto Serif SC', serif;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

.css-t2izjk p {
  font-size: 1.05rem;
  opacity: 0.88;
  max-width: 600px;
  margin: 0 auto;
}

.wkmr3ikufa {
  padding: 50px 0;
}

.tw-j4zdx3 {
  max-width: 900px;
  margin: 0 auto;
}

.tw-j4zdx3 h2 {
  font-family: 'Noto Serif SC', serif;
  font-size: 1.6rem;
  margin: 40px 0 16px;
  color: var(--text-primary);
  padding-bottom: 10px;
  border-bottom: 2px solid var(--primary-light);
}

.tw-j4zdx3 h3 {
  font-size: 1.25rem;
  margin: 28px 0 12px;
  color: var(--primary-dark);
}

.tw-j4zdx3 p {
  margin-bottom: 18px;
  color: var(--text-secondary);
  line-height: 2;
}

.tw-j4zdx3 ul, .tw-j4zdx3 ol {
  margin: 14px 0 20px 24px;
  color: var(--text-secondary);
}

.tw-j4zdx3 li { margin-bottom: 8px; line-height: 1.8; }

/* ===== 步骤 ===== */
.zntj1wz {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 24px;
  margin: 30px 0;
}
/* cc66 */
._5wuo61o3 {
  text-align: center;
  padding: 30px 20px;
  background: #fff;
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
}

.f4s35jq4pa {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--primary-dark));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 auto 14px;
}

._5wuo61o3 h4 { font-size: 1.05rem; margin-bottom: 8px; }
._5wuo61o3 p { font-size: 0.9rem; color: var(--text-secondary); }

/* ===== 价格卡片 ===== */
.au270i07 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 28px;
}

.qthbo1gcg {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 36px 30px;
  box-shadow: var(--shadow-md);
  border: 2px solid var(--border);
  text-align: center;
  transition: var(--transition);
  position: relative;
}

.qthbo1gcg._qv6gbul {
  border-color: var(--primary);
  transform: scale(1.03);
}

.qthbo1gcg._qv6gbul::before {
  content: '最受欢迎';
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff;
  padding: 4px 20px;
  border-radius: 20px;
  font-size: 0.82rem;
  font-weight: 600;
}

.qthbo1gcg h3 { font-size: 1.3rem; margin-bottom: 8px; }

.b1mc6go9pr {
  font-size: 2.8rem;
  font-weight: 900;
  color: var(--primary);
  margin: 16px 0;
}

.b1mc6go9pr span { font-size: 1rem; font-weight: 400; color: var(--text-light); }

.st-xgs4qe {
  list-style: none;
  margin: 20px 0;
  text-align: left;
}

.st-xgs4qe li {
  padding: 8px 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.92rem;
  color: var(--text-secondary);
}

.st-xgs4qe li::before {
  content: '✓';
  color: var(--secondary);
  font-weight: 700;
  margin-right: 10px;
}

/* ===== 动画 ===== */
.tw-3oofc0 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tw-3oofc0.visible {
  opacity: 1;
  transform: translateY(0);
}

.xzb1xulyy6 {
  opacity: 0;
  transform: translateX(-40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.xzb1xulyy6.visible {
  opacity: 1;
  transform: translateX(0);
}
/* kreg */
/* ===== 响应式 ===== */
@media (max-width: 992px) {
  .st-hoj8u9 {
    grid-template-columns: 1fr 1fr;
  }
  .st-nqsytn h1 { font-size: 2.2rem; }
}
/* tyebpix */
@media (max-width: 768px) {
  .vioj6rpktt { display: block; }
  ._kv9rx9 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--primary-dark);
    flex-direction: column;
    padding: 16px;
    gap: 4px;
  }
  ._kv9rx9.open { display: flex; }
  ._kv9rx9 a { padding: 12px 16px; }

  .st-nqsytn { padding: 50px 0 70px; }
/* ym9c */  .st-nqsytn h1 { font-size: 1.8rem; }
/* cfby */  .st-nqsytn p { font-size: 1rem; }

  ._o4e1w1 { padding: 50px 0; }
  .rq7r5sd85q h2 { font-size: 1.6rem; }

  .w6lzurob3 { grid-template-columns: 1fr; }
  ._j667qjmy { grid-template-columns: 1fr; }
  .l3t82g7r { grid-template-columns: 1fr; }
  .au270i07 { grid-template-columns: 1fr; }
  .zntj1wz { grid-template-columns: 1fr 1fr; }

  .st-hoj8u9 { grid-template-columns: 1fr; gap: 30px; }
/* 7q1bll */
  .css-t2izjk h1 { font-size: 1.7rem; }

  .qthbo1gcg._qv6gbul { transform: none; }
}

@media (max-width: 480px) {
  .st-nqsytn h1 { font-size: 1.5rem; }
  ._zsbouz5 { flex-direction: column; align-items: center; }
  .zntj1wz { grid-template-columns: 1fr; }
  .tw-qqh3vb { font-size: 0.85rem; }
  .tw-qqh3vb th, .tw-qqh3vb td { padding: 10px 12px; }
}

/* ===== 滚动条 ===== */
::-webkit-scrollbar { width: 8px; }
::-webkit-scrollbar-track { background: var(--bg-main); }
::-webkit-scrollbar-thumb { background: var(--primary-light); border-radius: 4px; }
::-webkit-scrollbar-thumb:hover { background: var(--primary); }

/* ===== 辅助类 ===== */
._n2qbvd { text-align: center; }
.css-p6afm4 { margin-top: 20px; }
._by9qnepw { margin-top: 40px; }
/* 52jmjgf8d4 */.tw-hlhd11 { margin-bottom: 20px; }
.el-js7bzb { margin-bottom: 40px; }

/* 下载页 */
.tw-awy10b {
  text-align: center;
  padding: 60px 20px;
}

._mtnq1l7f {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 30px;
}

._jm76qe47 {
  background: #fff;
  border-radius: var(--radius-lg);
  padding: 40px 30px;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
  min-width: 260px;
  transition: var(--transition);
}

._jm76qe47:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
/* z23a */
.tw-xjxoy5 {
  font-size: 3rem;
  margin-bottom: 16px;
}

._jm76qe47 h3 { margin-bottom: 10px; }
._jm76qe47 p { color: var(--text-secondary); font-size: 0.9rem; margin-bottom: 20px; }

/* bx8smsbstggr8leg */
