/* x9qaplmk6nd1 | v8.90 */
/* ========================================
   六合彩历史数据分析平台 - 全站样式
   ======================================== */

/* 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;
}

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; }
h2 { font-size: 1.8rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }

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

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

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

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

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

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

.el-g6x2ur {
  display: flex;
  align-items: center;
  gap: 12px;
}
/* iitu2a */
.el-g6x2ur .css-3s6xge {
  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);
}

.el-g6x2ur h1 {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--font-heading);
}

.el-g6x2ur h1 span {
  color: var(--gold-color);
}

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

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

.css-d253k8 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
/* i2uh */
.css-d253k8 li {
  position: relative;
}
/* bbdgk */
.css-d253k8 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;
}

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

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

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

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

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

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

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

._kpz8jskz .ea2xsnml2x {
  color: var(--text-light);
}

._kpz8jskz .yd8nz7wd {
  color: var(--primary-light);
  font-weight: 500;
}

/* ========== 英雄区域 ========== */
._g3wz4a3q {
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary-color) 40%, #1565c0 100%);
  color: #fff;
  padding: 60px 0 50px;
  position: relative;
  overflow: hidden;
}
/* dx30h25n5 */
._g3wz4a3q::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%;
}
/* dswhrhtrr6 */
._g3wz4a3q::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%;
}

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

._52voh12 {
  flex: 1;
}

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

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

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

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

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

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

._3k9jfn {
  text-align: center;
}

._3k9jfn .sc-gs43xm {
  font-size: 2rem;
  font-weight: 800;
  color: var(--gold-color);
  display: block;
}

._3k9jfn .st-w2evy6 {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
}

/* 按钮样式 */
.dj4c7mwol {
  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-aa9esy {
  background: linear-gradient(135deg, var(--accent-color), var(--accent-light));
  color: #fff;
  box-shadow: 0 4px 12px rgba(255,111,0,0.3);
}

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

._26faqjd {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}
/* atmtdlbdy */
._26faqjd:hover {
  background: rgba(255,255,255,0.1);
  border-color: var(--gold-color);
  color: var(--gold-color);
}

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

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

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

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

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

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

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

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

._afsyd4d h2 span {
  color: var(--accent-color);
}

._afsyd4d 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;
}
/* 07mf8 */
._afsyd4d p {
  color: var(--text-secondary);
  font-size: 1rem;
  margin-top: 16px;
}

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

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

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

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

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

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

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

.xzm9585ox thead th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}
/* u4zmsr */
.xzm9585ox tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}

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

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

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

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

._ttm5ye { background: linear-gradient(135deg, #e53935, #c62828); }
.gm6di3ks2t { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.yyow01wa5d { background: linear-gradient(135deg, #43a047, #2e7d32); }
.el-ntap8y {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}

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

.y2ofzjcjm {
  display: flex;
  gap: 0;
  margin-bottom: 24px;
  border-bottom: 2px solid var(--border-color);
}
/* rwqqpjtk */
.mupgwlebum {
  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;
}
/* nrsk */
.mupgwlebum:hover,
.mupgwlebum.active {
  color: var(--primary-color);
  border-bottom-color: var(--accent-color);
}

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

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

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

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

._f4ypdu {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

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

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

._7lov8t img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* 48szz499d6 */
._f4ypdu:hover ._7lov8t img {
  transform: scale(1.05);
}
/* 39sv */
._xoimrwy {
  padding: 20px;
}

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

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

.kx1lsgoz {
  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);
}
/* 10y0xrro7 */
/* ========== 冷热号码统计 ========== */
.tw-wg6it3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

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

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

.sc-qka6og h4 ._gtkf5d {
  color: var(--danger-color);
}
/* ng4l */
.sc-qka6og h4 .st-5z13oz {
  color: var(--info-color);
}

.sc-8avt6a {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

.irfepin88y {
  background: linear-gradient(135deg, #ffebee, #ffcdd2);
  color: var(--danger-color);
  border: 2px solid #ef9a9a;
}

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

.css-typr1r:hover {
  transform: scale(1.15);
}

/* 频率条 */
.css-8xteo0 {
  margin-top: 16px;
}

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

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

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

.zcm4we9eu .se61vtcrf4 {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
}
/* o0cpsbu */
.zcm4we9eu ._f70ia1f {
  background: linear-gradient(90deg, #ef5350, #e53935);
}

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

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

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

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

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

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

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

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

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

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

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

/* ========== 社区评论 ========== */
._eel9i3 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

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

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

.sc-jpte7a .smha6dq {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.sc-jpte7a ._3czkcs9i {
  font-size: 0.8rem;
  color: var(--text-light);
}

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

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

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

._09fqvsb span:hover {
  color: var(--primary-light);
}
/* 2ws3ie9fhe */
/* ========== FAQ ========== */
.st-r6v1gp {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

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

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

.el-cbi0w7:hover {
  background: rgba(26,35,126,0.03);
}

.el-cbi0w7 .iyrwgv7je {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}

.el-6tx9wk.active .el-cbi0w7 .iyrwgv7je {
  transform: rotate(45deg);
}

.sc-fb2fls {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}
/* z1glp1w1 */
.el-6tx9wk.active .sc-fb2fls {
  padding: 0 24px 20px;
  max-height: 500px;
}

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

/* ========== 数据筛选 ========== */
.css-owcdt6 {
  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);
}

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

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

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

/* ========== 分页 ========== */
.d4qt4lntw {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}
/* h4esb */
.d4qt4lntw a,
.d4qt4lntw 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);
}

.d4qt4lntw a {
  background: var(--bg-card);
  color: var(--text-secondary);
  border: 1px solid var(--border-color);
}
/* jgch0wbqz */
.d4qt4lntw a:hover {
  background: var(--primary-light);
  color: #fff;
  border-color: var(--primary-light);
}

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

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

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

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

._1k5nuqd7 h3 {
  color: var(--gold-color);
  font-size: 1.3rem;
  margin-bottom: 16px;
}

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

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

.st-840s4n ul li {
  margin-bottom: 8px;
}

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

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

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

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

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

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

._411wxnai .st-tmxgwh {
  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;
}

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

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

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

.wr264je {
  padding: 40px 0;
}
/* eaethrlu */
._7db6oc7z {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}

.sc-h1wb3o {
  min-width: 0;
}

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

.sc-ztjg5n {
  background: var(--bg-card);
  border-radius: var(--radius-md);
  padding: 20px;
  box-shadow: var(--shadow-sm);
}
/* z4nab */
.sc-ztjg5n h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--accent-color);
}

.sc-ztjg5n ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--bg-secondary);
}
/* 7kfscaz6 */
.sc-ztjg5n ul li:last-child {
  border-bottom: none;
}

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

.sc-ztjg5n ul li a:hover {
  color: var(--primary-light);
}

/* ========== 文章详情 ========== */
._l2fnqwog {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

._l2fnqwog h2 {
  font-size: 1.6rem;
  margin-bottom: 16px;
}

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

._l2fnqwog ._b07a39 {
  font-size: 1rem;
  line-height: 2;
}

._l2fnqwog ._b07a39 h3 {
  margin: 24px 0 12px;
  font-size: 1.3rem;
}
/* lu4jz3d */
._l2fnqwog ._b07a39 h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}

._l2fnqwog ._b07a39 p {
  margin-bottom: 16px;
}

._l2fnqwog ._b07a39 img {
  border-radius: var(--radius-md);
  margin: 20px 0;
}
/* n63a */
/* 相关推荐 */
.tw-yl869q {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid var(--bg-secondary);
}

.tw-yl869q h3 {
  margin-bottom: 20px;
}

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

.st-l3rioi h3 {
  margin-bottom: 16px;
}

.st-l3rioi 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);
}
/* jmewil */
.st-l3rioi textarea:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}

.st-l3rioi .tw-zpr43e {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
/* xb85yg9 */
/* 回复嵌套 */
.aexj7wb {
  margin-left: 54px;
  margin-top: 12px;
  padding-left: 16px;
  border-left: 2px solid var(--bg-secondary);
}

.aexj7wb .css-afjpaa {
  border-left-color: var(--accent-light);
}

/* ========== 动画 ========== */
._8n4l051t {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
/* h1o3gwl */
._8n4l051t.visible {
  opacity: 1;
  transform: translateY(0);
}

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

.sc-apw3fj.visible {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

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

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

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

  .hxq0uzhved {
    justify-content: center;
  }

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

  .tw-wg6it3 {
    grid-template-columns: 1fr;
  }
}
/* ori2pxr5mo */
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
/* mmh5c3j71 */
  ._vi251b {
    flex-direction: column;
    gap: 10px;
  }

  .jtimiwj {
    display: none;
  }

  .hbqx8aksyo {
    display: block;
  }

  .css-d253k8 {
    display: none;
    flex-direction: column;
    width: 100%;
    background: var(--primary-dark);
  }

  .css-d253k8.active {
    display: flex;
  }
/* zfs7 */
  .css-d253k8 li a {
    padding: 12px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.05);
  }

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

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

  .k3hu0knr {
    max-width: 100%;
  }

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

  .tw-yimbnm {
    padding: 40px 0;
  }

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

  .tw-7pgshm,
  ._sh0xdku,
  .iavk0jf {
    grid-template-columns: 1fr;
  }

  .tglkq2e {
    flex-direction: column;
  }

  .ffzkgicx8 {
    flex: none;
    height: 180px;
  }
/* k94xeeotns */
  ._vdi2ov {
    grid-template-columns: 1fr;
    gap: 24px;
  }

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

  .xzm9585ox {
    font-size: 0.8rem;
  }
/* fkf9ietwz4 */
  ._04783fs {
    width: 30px;
    height: 30px;
    font-size: 0.75rem;
  }

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

  ._l2fnqwog {
    padding: 20px;
  }

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

  ._blj0bpbp {
    padding: 16px;
    overflow-x: auto;
  }
/* l55mrs */}

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

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

  .el-g6x2ur h1 {
    font-size: 1.2rem;
  }

  ._3k9jfn .sc-gs43xm {
    font-size: 1.5rem;
  }

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

  ._zjcg4u {
    gap: 4px;
  }
}

/* ========== 打印样式 ========== */
@media print {
  ._dgpunew,
  .nwm9486,
  .hbqx8aksyo,
  ._pjxtnvac {
    display: none;
  }

  body {
    color: #000;
    background: #fff;
  }
}
/* 03lg1empu */
/* sa627bx2eeb93gdl */
