/* 1pwe5uqd1opo | v6.5 */
/* ========================================
   六合彩历史数据分析平台 - 全站样式
   ======================================== */

/* CSS变量定义 */
:root {
  --primary-color: #1a237e;
  --primary-light: #3949ab;
  --primary-dark: #0d1642;
  --accent-color: #ff6f00;
  --accent-light: #ffa040;
  --accent-dark: #c43e00;
  --gold-color: #ffd700;
  --gold-dark: #b8960f;
  --success-color: #2e7d32;
  --danger-color: #c62828;
  --info-color: #0277bd;
  --bg-primary: #f5f7fa;
  --bg-secondary: #eef1f6;
  --bg-card: #ffffff;
  --text-primary: #212121;
  --text-secondary: #616161;
  --text-light: #9e9e9e;
  --border-color: #e0e0e0;
  --shadow-sm: 0 2px 4px rgba(0,0,0,0.08);
  --shadow-md: 0 4px 12px rgba(0,0,0,0.12);
  --shadow-lg: 0 8px 24px rgba(0,0,0,0.16);
  --radius-sm: 6px;
  --radius-md: 10px;
  --radius-lg: 16px;
  --font-main: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-heading: 'Noto Serif SC', 'STSong', serif;
  --transition: all 0.3s ease;
}

/* 重置样式 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: var(--font-main);
  color: var(--text-primary);
  background-color: var(--bg-primary);
  line-height: 1.8;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--accent-color);
}

ul, ol {
  list-style: none;
}
/* 3n9z */
h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-dark);
}
/* aqxxn3 */
h1 { font-size: 2.2rem; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }

p {
  margin-bottom: 1rem;
  line-height: 1.8;
}

/* 干扰标签隐藏 */
._xn9sw2 {
  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;
  z-index: -9999;
}

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

.st-7d04rp {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 头部导航 ========== */
.u0k72uprha {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 50%, #283593 100%);
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
}

._np2rlte {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.sc-8zytvw {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sc-8zytvw .gpmdulkiqr {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, var(--gold-color), var(--accent-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--primary-dark);
}
/* zjybjbw */
.sc-8zytvw h1 {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--font-heading);
}

.sc-8zytvw h1 span {
  color: var(--gold-color);
}

.sc-cml57n {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}
/* pfe8bb */
/* 主导航 */
.sc-cfweq9 {
  padding: 0;
}

.weegr1u1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.weegr1u1 li {
  position: relative;
}

.weegr1u1 li a {
  display: block;
  padding: 14px 22px;
  color: rgba(255,255,255,0.9);
  font-size: 0.95rem;
  font-weight: 500;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
}

.weegr1u1 li a:hover,
.weegr1u1 li a.active {
  color: var(--gold-color);
  background: rgba(255,255,255,0.08);
  border-bottom-color: var(--gold-color);
}

/* 移动端菜单按钮 */
.gq1ydv8 {
  display: none;
  background: none;
  border: none;
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  padding: 8px;
}

.gq1ydv8 span {
  display: block;
  width: 28px;
  height: 3px;
  background: #fff;
  margin: 5px 0;
  border-radius: 2px;
  transition: var(--transition);
}

/* ========== 面包屑导航 ========== */
.rxe5vyo {
  background: var(--bg-secondary);
  padding: 12px 0;
  border-bottom: 1px solid var(--border-color);
}

._hxuioy0s {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-secondary);
}

._hxuioy0s a {
  color: var(--text-secondary);
}

._hxuioy0s a:hover {
  color: var(--primary-light);
}

._hxuioy0s ._wmp1je6 {
  color: var(--text-light);
}

._hxuioy0s .css-nhukan {
  color: var(--primary-light);
  font-weight: 500;
}

/* ========== 英雄区域 ========== */
._sk04aoe3 {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 40%, #1565c0 100%);
  color: #fff;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}

._sk04aoe3::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(255,215,0,0.15) 0%, transparent 70%);
  border-radius: 50%;
}
/* xui8ti0 */
._sk04aoe3::after {
  content: '';
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255,111,0,0.1) 0%, transparent 70%);
  border-radius: 50%;
}

.st-vzq6ti {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
}

.el-gk9tgx {
  flex: 1;
}

.el-gk9tgx h2 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}
/* x7rsp48 */
.el-gk9tgx h2 span {
  color: var(--gold-color);
}

.el-gk9tgx p {
  font-size: 1.1rem;
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
  line-height: 1.8;
}

.xi783w4j {
  flex: 0 0 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}
/* kwha9dgw */
.xi783w4j img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

.uxstot4 {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}

.q3ecevk {
  text-align: center;
}

.q3ecevk ._cxfj3u {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-color);
  display: block;
}

.q3ecevk .ebemwsihl {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* 按钮样式 */
.mtctsjl1p {
  display: inline-block;
  padding: 12px 28px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-align: center;
}

.css-fkt782 {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,111,0,0.3);
}

.css-fkt782:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,111,0,0.4);
  color: #fff;
}

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

.o8hurpa:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-color);
  color: var(--gold-color);
}

._3l01cdan {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
  font-weight: 700;
}

._3l01cdan:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,215,0,0.4);
  color: var(--primary-dark);
}
/* fmr20ib */
.ugkhrysp {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* ========== 区块通用 ========== */
.el-qanjki {
  padding: 60px 0;
}

.tw-qzf2ia {
  background: var(--bg-secondary);
}

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

.yr14pn0m4 {
  text-align: center;
  margin-bottom: 40px;
}

.yr14pn0m4 h2 {
  font-size: 1.8rem;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
}

.yr14pn0m4 h2 span {
  color: var(--accent-color);
}
/* xarusunx */
.yr14pn0m4 h2::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-color), var(--gold-color));
  border-radius: 2px;
}

.yr14pn0m4 p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 16px;
}

/* ========== 最新开奖结果 ========== */
.el-how4t8 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
  margin-bottom: 30px;
}

.tw-gxorlh {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid var(--bg-secondary);
}

.tw-gxorlh h3 {
  font-size: 1.3rem;
}

.tw-gxorlh .hjz7akdru {
  background: var(--accent-color);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}

.css-791a4f {
  width: 100%;
  border-collapse: collapse;
}

.css-791a4f thead th {
  background: var(--primary-dark);
  color: #fff;
  padding: 12px 16px;
  font-size: 0.9rem;
  font-weight: 600;
  text-align: center;
}

.css-791a4f thead th:first-child {
  border-radius: var(--radius-sm) 0 0 0;
}

.css-791a4f thead th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}

.css-791a4f tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

.css-791a4f tbody tr:hover {
  background: rgba(26,35,126,0.04);
}

.css-791a4f tbody tr:last-child td {
  border-bottom: none;
}

/* 号码球样式 */
.css-vw7tr0 {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}

.css-nofigc {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  font-weight: 700;
  color: #fff;
  box-shadow: inset 0 -3px 6px rgba(0,0,0,0.2), 0 2px 4px rgba(0,0,0,0.15);
}

.sah6vu0k { background: linear-gradient(135deg, #e53935, #c62828); }
.rfpeo3q9ez { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.st-cwljw5 { background: linear-gradient(135deg, #43a047, #2e7d32); }
._lhfyyzi4 {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}

.nrok15li {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-light);
  margin: 0 4px;
}

/* ========== 走势图面板 ========== */
._6ar5k4y {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
}

._u6nbem3 {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--border-color);
}

.ud4rp4qd {
  padding: 10px 24px;
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  border-bottom: 3px solid transparent;
  margin-bottom: -2px;
  transition: var(--transition);
  background: none;
  border-top: none;
  border-left: none;
  border-right: none;
}

.ud4rp4qd:hover,
.ud4rp4qd.active {
  color: var(--primary-color);
  border-bottom-color: var(--accent-color);
}

.rvj7nl9wvr {
  width: 100%;
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--bg-secondary);
  min-height: 300px;
}

.rvj7nl9wvr img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
/* z5u4jevb */
/* ========== 卡片网格 ========== */
.tw-rdv6x3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
/* noios7m3 */
._xhqpbi {
  grid-template-columns: repeat(3, 1fr);
}

.sc-z9e4ve {
  grid-template-columns: repeat(2, 1fr);
}
/* 3eo1han */
.a3taskzl {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
/* cacsapkj */
.a3taskzl:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}
/* oi7v0 */
.el-70d6nq {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
/* qm621r */
.el-70d6nq img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.a3taskzl:hover .el-70d6nq img {
  transform: scale(1.05);
}

._oi6wm3wy {
  padding: 20px;
}

._oi6wm3wy h4 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

._oi6wm3wy p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.st-o7nr6y {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-top: 1px solid var(--border-color);
  font-size: 0.8rem;
  color: var(--text-light);
}

/* ========== 冷热号码统计 ========== */
.sc-vfn28f {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
/* 45ns */
._uq4uje {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

._uq4uje h4 {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}

._uq4uje h4 .css-1e309r {
  color: var(--danger-color);
}
/* v8ik7r5 */
._uq4uje h4 .zt4lk9bll {
  color: var(--info-color);
}

.el-anxpz9 {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

._5z9ad0 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 0.9rem;
  font-weight: 700;
  transition: var(--transition);
}

.css-6imvp6 {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: var(--danger-color);
  border: 2px solid #ef9a9a;
}
/* y3x1 */
._9fur92 {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  color: var(--info-color);
  border: 2px solid #90caf9;
}

._5z9ad0:hover {
  transform: scale(1.15);
}

/* 频率条 */
.i00uybq {
  margin-top: 16px;
}
/* 5xzh17c4o6 */
.tw-w9on89 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.tw-w9on89 .nra8k9bdl {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 700;
  color: #fff;
}

.tw-w9on89 ._20fv4u {
  flex: 1;
  height: 20px;
  background: var(--bg-secondary);
  border-radius: 10px;
  overflow: hidden;
}

.tw-w9on89 .yp8202efyt {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
}

.tw-w9on89 .css-7ybmcn {
  background: linear-gradient(90deg, #ef5350, #e53935);
}

.tw-w9on89 .el-kurrzv {
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
}

.tw-w9on89 ._e2if1o {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  min-width: 40px;
  text-align: right;
}
/* h6yclsgct */
/* ========== 文章列表 ========== */
.mxfhzanp8 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.css-g5e54d {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.css-g5e54d:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

.fo9vuiaman {
  flex: 0 0 220px;
  overflow: hidden;
}

.fo9vuiaman img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 160px;
}

._i85704 {
  flex: 1;
  padding: 20px;
}

._i85704 h4 {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

._i85704 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

._i85704 .tw-t1xa7r {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 16px;
}

/* ========== 社区评论 ========== */
.iqpdt95kmw {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
/* zso7k3 */
._remvswt {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-light);
}

.cn23ev13 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

._9qlvehl {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-light), var(--accent-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 1rem;
}

.css-sv30fd .tw-5c7trx {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.css-sv30fd .tk8phketbe {
  font-size: 0.8rem;
  color: var(--text-light);
}

.el-wsctzn {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}

.el-llawit {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
}

.el-llawit span {
  cursor: pointer;
  transition: var(--transition);
}

.el-llawit span:hover {
  color: var(--primary-light);
}

/* ========== FAQ ========== */
._78q7xmz {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.bhqp098fs {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border-color);
}

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

.d3opmagc:hover {
  background: rgba(26,35,126,0.03);
}

.d3opmagc .css-dvn1hf {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}

.bhqp098fs.active .d3opmagc .css-dvn1hf {
  transform: rotate(45deg);
}

._edf7okf4 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.bhqp098fs.active ._edf7okf4 {
  padding: 0 24px 20px;
  max-height: 500px;
}

._edf7okf4 p {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.8;
}

/* ========== 数据筛选 ========== */
.sc-p595b3 {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.sc-p595b3 label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
}

.sc-p595b3 select,
.sc-p595b3 input {
  padding: 8px 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  color: var(--text-primary);
  background: #fff;
  transition: var(--transition);
}

.sc-p595b3 select:focus,
.sc-p595b3 input:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}

/* ========== 分页 ========== */
.jdrlmll1z {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

.jdrlmll1z a,
.jdrlmll1z span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 500;
  transition: var(--transition);
}

.jdrlmll1z a {
  background: var(--bg-card);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}

.jdrlmll1z a:hover {
  background: var(--primary-light);
  color: #fff;
  border-color: var(--primary-light);
}
/* setuhxyg */
.jdrlmll1z .active {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

.jdrlmll1z .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ========== 页脚 ========== */
._hy32b7 {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #0a0f30 100%);
  color: rgba(255,255,255,0.8);
  padding: 50px 0 0;
}

._dhs9uf7 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.zrxyw6i h3 {
  color: var(--gold-color);
  font-size: 1.3rem;
  margin-bottom: 16px;
}
/* klj69nniy */
.zrxyw6i p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
}

._ynifzhxv h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}

._ynifzhxv ul li {
  margin-bottom: 8px;
}

._ynifzhxv ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  transition: var(--transition);
}

._ynifzhxv ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}

.tw-6724mf {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.tw-6724mf a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.9rem;
  transition: var(--transition);
}

.tw-6724mf a:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}

._6wle14 {
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

._6wle14 ._flhigq {
  display: inline-block;
  padding: 4px 12px;
  border: 2px solid var(--danger-color);
  border-radius: 4px;
  color: var(--danger-color);
  font-weight: 700;
  font-size: 0.85rem;
  margin-left: 12px;
}

/* ========== 内页通用 ========== */
.hkkgv9gzvn {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.hkkgv9gzvn h2 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 10px;
}

.hkkgv9gzvn p {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
}

._p1i0fymx {
  padding: 40px 0;
}

.czzxhlhjrf {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}

.st-dcjkwe {
  min-width: 0;
}

.tw-k6th6x {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
/* au16z */
.spsr7a0n {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
/* dykjdd50 */
.spsr7a0n h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

.spsr7a0n ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--bg-secondary);
}

.spsr7a0n ul li:last-child {
  border-bottom: none;
}

.spsr7a0n ul li a {
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* fb0mqbyu */
.spsr7a0n ul li a:hover {
  color: var(--primary-light);
}

/* ========== 文章详情 ========== */
.pqf9vwc7 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
/* 00ajt2gc87 */
.pqf9vwc7 h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.pqf9vwc7 .l4vh2do {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.85rem;
  color: var(--text-light);
}

.pqf9vwc7 .css-m8kscu {
  font-size: 1rem;
  line-height: 2;
}
/* 48n7s */
.pqf9vwc7 .css-m8kscu h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
}

.pqf9vwc7 .css-m8kscu h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

.pqf9vwc7 .css-m8kscu p {
  margin-bottom: 16px;
}

.pqf9vwc7 .css-m8kscu img {
  border-radius: var(--radius-md);
  margin: 20px 0;
}

/* 相关推荐 */
.ryuh2u165f {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--bg-secondary);
}

.ryuh2u165f h3 {
  margin-bottom: 20px;
}

/* ========== 讨论区 ========== */
.dehhcvzuc {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
  margin-bottom: 30px;
}

.dehhcvzuc h3 {
  margin-bottom: 16px;
}

.dehhcvzuc textarea {
  width: 100%;
  min-height: 120px;
  padding: 16px;
  border: 1px solid var(--border-color);
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-family: var(--font-main);
  resize: vertical;
  transition: var(--transition);
}

.dehhcvzuc textarea:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}

.dehhcvzuc .scczl8qy {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

/* 回复嵌套 */
._y1ivy5ez {
  margin-left: 54px;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid var(--bg-secondary);
}

._y1ivy5ez ._remvswt {
  border-left-color: var(--accent-light);
}

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

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

.gqto39gbe {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* bi4sno */
.gqto39gbe.visible {
  opacity: 1;
  transform: translateX(0);
}

.kp8xutjmu {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.kp8xutjmu.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 1024px) {
  .czzxhlhjrf {
    grid-template-columns: 1fr;
  }

  ._dhs9uf7 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .st-vzq6ti {
    flex-direction: column;
    text-align: center;
  }

  .xi783w4j {
    flex: none;
    width: 100%;
    max-width: 500px;
  }
/* e3hclr */
  .uxstot4 {
    justify-content: center;
  }

  ._xhqpbi {
    grid-template-columns: repeat(2, 1fr);
  }

  .sc-vfn28f {
    grid-template-columns: 1fr;
  }
/* q5qahdhm */}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }

  ._np2rlte {
    flex-direction: column;
    gap: 10px;
  }

  .sc-cml57n {
    display: none;
  }

  .gq1ydv8 {
    display: block;
  }

  .weegr1u1 {
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--primary-dark);
  }
/* 2s9fexy */
  .weegr1u1.active {
    display: flex;
  }

  .weegr1u1 li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

  ._sk04aoe3 {
    padding: 40px 0 30px;
  }

  .el-gk9tgx h2 {
    font-size: 1.6rem;
  }
/* w93pho */
  .xi783w4j {
    max-width: 100%;
  }

  .uxstot4 {
    flex-wrap: wrap;
    gap: 16px;
  }

  .el-qanjki {
    padding: 40px 0;
  }

  .yr14pn0m4 h2 {
    font-size: 1.4rem;
  }

  .tw-rdv6x3,
  ._xhqpbi,
  .sc-z9e4ve {
    grid-template-columns: 1fr;
  }

  .css-g5e54d {
    flex-direction: column;
  }

  .fo9vuiaman {
    flex: none;
    height: 180px;
  }

  ._dhs9uf7 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ugkhrysp {
    flex-direction: column;
    align-items: stretch;
  }

  .css-791a4f {
    font-size: 0.8rem;
  }

  .css-nofigc {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }
/* a1cjdo7j */
  .sc-p595b3 {
    flex-direction: column;
    align-items: stretch;
  }

  .pqf9vwc7 {
    padding: 20px;
  }

  .jdrlmll1z a,
  .jdrlmll1z span {
    min-width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }

  .el-how4t8 {
    padding: 16px;
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  ._3t7ll1s {
    padding: 0 12px;
  }
/* g1vc */
  h1 { font-size: 1.6rem; }
/* 8tx04 */  h2 { font-size: 1.3rem; }

  .sc-8zytvw h1 {
    font-size: 1.2rem;
  }

  .q3ecevk ._cxfj3u {
    font-size: 1.5rem;
  }

  .css-nofigc {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
  }

  .css-vw7tr0 {
    gap: 4px;
  }
}

/* ========== 打印样式 ========== */
@media print {
  .u0k72uprha,
  ._hy32b7,
  .gq1ydv8,
  ._xn9sw2 {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
  }
}

/* cgwapntfcu1n3wr5 */
