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

/* 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;
}
/* 5rzupj0dw */
html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
/* 3yqx */
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;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-heading);
  font-weight: 700;
  line-height: 1.4;
  color: var(--primary-dark);
}

h1 { font-size: 2.2rem; }
/* 7s9qyxpumr */h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }

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

/* 干扰标签隐藏 */
.yd4bhas {
  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;
}

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

._wwseb10d {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.st-g8sc9x {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* xu3ghh */
.sc-9piq6i {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sc-9piq6i .y6twshn5i {
  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);
}

.sc-9piq6i h1 {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--font-heading);
}

.sc-9piq6i h1 span {
  color: var(--gold-color);
}

.tw-iqvgcj {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 0.85rem;
  color: rgba(255,255,255,0.8);
}

/* 主导航 */
._zcenibez {
  padding: 0;
}

._mtrfw3p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
/* l8yar15ueg */
._mtrfw3p li {
  position: relative;
}
/* lztye7f395 */
._mtrfw3p 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;
}

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

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

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

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

.sc-vul01k {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-secondary);
}
/* ucvc */
.sc-vul01k a {
  color: var(--text-secondary);
}

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

.sc-vul01k .umjkyvk {
  color: var(--text-light);
}

.sc-vul01k .z23o3jd68z {
  color: var(--primary-light);
  font-weight: 500;
}

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

.css-i66qc7::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%;
}

.css-i66qc7::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%;
}
/* w68c1 */
.hivrzv7 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
}

._42sewgh {
  flex: 1;
}

._42sewgh h2 {
  font-size: 2.4rem;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}

._42sewgh h2 span {
  color: var(--gold-color);
}

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

._9uzvte {
  flex: 0 0 400px;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

._9uzvte img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

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

.t0igrznhd {
  text-align: center;
}

.t0igrznhd .css-i68sp5 {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-color);
  display: block;
}

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

/* 按钮样式 */
._wgyggvaw {
  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;
}

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

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

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

.sc-jtq4x7:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-color);
  color: var(--gold-color);
}
/* oauguhp */
._3lwil90g {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
  font-weight: 700;
}

._3lwil90g:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255,215,0,0.4);
  color: var(--primary-dark);
}

.sp4c65s {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

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

.pdjgyp1csl {
  background: var(--bg-secondary);
}
/* 2457p8ep5j */
.gavot6s {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary-color));
  color: #fff;
}

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

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

.st-z9ztn7 h2 span {
  color: var(--accent-color);
}
/* orxzmhnrq0 */
.st-z9ztn7 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;
}
/* pr22q */
.st-z9ztn7 p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 16px;
}
/* 6wway9 */
/* ========== 最新开奖结果 ========== */
.el-3f54pj {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
  margin-bottom: 30px;
}

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

._5r67zeo h3 {
  font-size: 1.3rem;
}

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

.o3y5rurlud {
  width: 100%;
  border-collapse: collapse;
}

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

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

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

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

.o3y5rurlud tbody tr:hover {
  background: rgba(26,35,126,0.04);
}

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

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

.sc-cl0a92 {
  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);
}

.el-f6o293 { background: linear-gradient(135deg, #e53935, #c62828); }
._20qry9cl { background: linear-gradient(135deg, #1e88e5, #1565c0); }
/* iz4m7j */.vpx5ia6hdd { background: linear-gradient(135deg, #43a047, #2e7d32); }
._oqx70e6 {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}

.css-izayxl {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-light);
  margin: 0 4px;
}
/* bvvivu */
/* ========== 走势图面板 ========== */
.xw6xldw1 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 30px;
  box-shadow: var(--shadow-md);
}

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

.qffvzat {
  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;
}

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

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

._rocba0 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

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

.el-w1o7cy {
  grid-template-columns: repeat(3, 1fr);
}

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

.st-3yvlyc {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
/* 2vhq */
.st-3yvlyc:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-lg);
}

._7cd750s {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

._7cd750s img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.st-3yvlyc:hover ._7cd750s img {
  transform: scale(1.05);
}

._v8vye37g {
  padding: 20px;
}

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

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

.kduxcujvx1 {
  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);
}

/* ========== 冷热号码统计 ========== */
._mc4eate7 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

._ep91mpd {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 24px;
  box-shadow: var(--shadow-sm);
}

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

._ep91mpd h4 .st-cw1ojq {
  color: var(--danger-color);
}
/* safti24g8e */
._ep91mpd h4 ._4er820n {
  color: var(--info-color);
}
/* niby6jh */
.el-l3smbo {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

._yswx6o {
  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-hsqpcm {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: var(--danger-color);
  border: 2px solid #ef9a9a;
}

._909cmyzr {
  background: linear-gradient(135deg, #e3f2fd, #bbdefb);
  color: var(--info-color);
  border: 2px solid #90caf9;
}

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

/* 频率条 */
._5b7o3vwd {
  margin-top: 16px;
}

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

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

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

._3pfz3qg .tw-9yfmtd {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
}

._3pfz3qg .pdhczan {
  background: linear-gradient(90deg, #ef5350, #e53935);
}

._3pfz3qg ._knwju2 {
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
}

._3pfz3qg ._lu41p3n {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-secondary);
  min-width: 40px;
  text-align: right;
}

/* ========== 文章列表 ========== */
.tw-0e3kxd {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._azeu7w {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
/* 0ildry */
._azeu7w:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

._t690t8 {
  flex: 0 0 220px;
  overflow: hidden;
}
/* m0i8b7b */
._t690t8 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 160px;
}

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

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

._f3vh530 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;
}

._f3vh530 ._4rmwdbe {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 16px;
}
/* yffvn5 */
/* ========== 社区评论 ========== */
._1nvq6c {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

._zg2ya58 {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
  border-left: 4px solid var(--primary-light);
}

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

.jdxvexefv {
  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;
}

.st-pta0ge ._02jn01 {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.st-pta0ge .css-u547g2 {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

.c9zcc1c7fs span {
  cursor: pointer;
  transition: var(--transition);
}
/* f7j1c7p */
.c9zcc1c7fs span:hover {
  color: var(--primary-light);
}

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

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

._j75b5v {
  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);
}

._j75b5v:hover {
  background: rgba(26,35,126,0.03);
}
/* c9zbi581r */
._j75b5v .sc-io6pi1 {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}

.v9asijk.active ._j75b5v .sc-io6pi1 {
  transform: rotate(45deg);
}
/* ncq0 */
._dmpwyunq {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.v9asijk.active ._dmpwyunq {
  padding: 0 24px 20px;
  max-height: 500px;
}

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

/* ========== 数据筛选 ========== */
._hfaror71 {
  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);
}
/* pn9jvh4f1q */
._hfaror71 label {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
}

._hfaror71 select,
._hfaror71 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);
}

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

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

._qsb888 a,
._qsb888 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);
}

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

._qsb888 a:hover {
  background: var(--primary-light);
  color: #fff;
  border-color: var(--primary-light);
}

._qsb888 .active {
  background: var(--primary-color);
  color: #fff;
  border: 1px solid var(--primary-color);
}

._qsb888 .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
/* stkoulop */
/* ========== 页脚 ========== */
.st-3alj1z {
  background: linear-gradient(135deg, var(--primary-dark) 0%, #0a0f30 100%);
  color: rgba(255,255,255,0.8);
  padding: 50px 0 0;
}
/* psrcbal816 */
._pqpnug31 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* axpmh */
._qyz28lf h3 {
  color: var(--gold-color);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

._qyz28lf p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: rgba(255,255,255,0.65);
}
/* m7kotnd */
.toryozp h4 {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
  display: inline-block;
}
/* q6v44bk7ue */
.toryozp ul li {
  margin-bottom: 8px;
}

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

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

._eb9ca0d {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

._eb9ca0d 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);
}

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

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

.pnfinhp9t8 .psp4s2cww0 {
  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;
}

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

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

.bzlp56s p {
  color: rgba(255,255,255,0.8);
  font-size: 1rem;
}
/* kt47 */
.el-s8q9pd {
  padding: 40px 0;
}
/* fuiz0p */
._3v92plma {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}

.css-dlqjsz {
  min-width: 0;
}

._xt7reo6v {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

._eg6fhj {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}

._eg6fhj h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

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

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

._eg6fhj ul li a {
  font-size: 0.85rem;
  color: var(--text-secondary);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

._eg6fhj ul li a:hover {
  color: var(--primary-light);
}
/* ajd2s */
/* ========== 文章详情 ========== */
.st-rbdsq5 {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}
/* mdkxn9gol */
.st-rbdsq5 h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

.st-rbdsq5 .el-5224ak {
  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);
}
/* mygjvsn */
.st-rbdsq5 ._0wmh9his {
  font-size: 1rem;
  line-height: 2;
}

.st-rbdsq5 ._0wmh9his h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
}

.st-rbdsq5 ._0wmh9his h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

.st-rbdsq5 ._0wmh9his p {
  margin-bottom: 16px;
}

.st-rbdsq5 ._0wmh9his img {
  border-radius: var(--radius-md);
  margin: 20px 0;
}

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

.css-o32lad h3 {
  margin-bottom: 20px;
}

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

.tw-9kx6ga h3 {
  margin-bottom: 16px;
}

.tw-9kx6ga 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);
}

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

.tw-9kx6ga ._fw5ym9oo {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

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

.st-qzporn ._zg2ya58 {
  border-left-color: var(--accent-light);
}
/* jx8neb */
/* ========== 动画 ========== */
.g4aon67fd {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.g4aon67fd.visible {
  opacity: 1;
  transform: translateY(0);
}

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

.bxxfgumhg.visible {
  opacity: 1;
  transform: translateX(0);
}
/* nbrrdswgc */
.pudwoedrg {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* gr00 */
.pudwoedrg.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

  ._9uzvte {
    flex: none;
    width: 100%;
    max-width: 500px;
  }

  ._7uxoef {
    justify-content: center;
  }

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

  ._mc4eate7 {
    grid-template-columns: 1fr;
  }
}

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

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

  .tw-iqvgcj {
    display: none;
  }

  .ek4gt2geym {
    display: block;
  }
/* b9a9b */
  ._mtrfw3p {
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--primary-dark);
  }

  ._mtrfw3p.active {
    display: flex;
  }

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

  .css-i66qc7 {
    padding: 40px 0 30px;
  }

  ._42sewgh h2 {
    font-size: 1.6rem;
  }

  ._9uzvte {
    max-width: 100%;
  }
/* pk77ymw4 */
  ._7uxoef {
    flex-wrap: wrap;
    gap: 16px;
  }

  .kcr9txsec {
    padding: 40px 0;
  }

  .st-z9ztn7 h2 {
    font-size: 1.4rem;
  }

  .tw-fnx74w,
  .el-w1o7cy,
  ._c66sed4x {
    grid-template-columns: 1fr;
  }

  ._azeu7w {
    flex-direction: column;
  }

  ._t690t8 {
    flex: none;
    height: 180px;
  }
/* 3qv5i */
  ._pqpnug31 {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .o3y5rurlud {
    font-size: 0.8rem;
  }

  .sc-cl0a92 {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }

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

  .st-rbdsq5 {
    padding: 20px;
  }

  ._qsb888 a,
  ._qsb888 span {
    min-width: 34px;
    height: 34px;
    font-size: 0.8rem;
  }
/* 7swga */
  .el-3f54pj {
    padding: 16px;
    overflow-x: auto;
  }
}

@media (max-width: 480px) {
  .ob04fl36 {
    padding: 0 12px;
  }

  h1 { font-size: 1.6rem; }
  h2 { font-size: 1.3rem; }

  .sc-9piq6i h1 {
    font-size: 1.2rem;
  }

  .t0igrznhd .css-i68sp5 {
    font-size: 1.5rem;
  }
/* vdpw8m1e7 */
  .sc-cl0a92 {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
  }

  .sc-l59pn2 {
    gap: 4px;
  }
}

/* ========== 打印样式 ========== */
@media print {
  .css-ncj4u2,
  .st-3alj1z,
  .ek4gt2geym,
  .yd4bhas {
    display: none;
  }

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

/* vgh1mhwpfkox3mi7 */
