/* 3fqv4y9c7zqn | v2.13 */
/* ========================================
   六合彩历史数据分析平台 - 全站样式
   ======================================== */

/* 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;
}
/* 2ar0ila9 */
/* 重置样式 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
/* euyiceymf7 */
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;
}
/* d3i4zg6jk5 */
a {
  color: var(--primary-light);
  text-decoration: none;
  transition: var(--transition);
}

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

ul, ol {
  list-style: none;
}
/* pyhjsnb1v */
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;
}

/* 干扰标签隐藏 */
.lzevbgu3u {
  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;
}
/* fpxdv1xtc */
/* 容器 */
._2fhbqp0 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
/* szmsjhz2 */
.ugvv6a4h {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

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

.a2kdm20i7 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
/* 3tw6wtu */
._fimr6ms {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

._fimr6ms h1 {
  font-size: 1.5rem;
  color: #fff;
  font-family: var(--font-heading);
}
/* m2qtuam */
._fimr6ms h1 span {
  color: var(--gold-color);
}

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

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

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

.tw-b0jbzk li {
  position: relative;
}

.tw-b0jbzk 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;
}

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

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

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

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

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

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

.sc-ko1rgk .sddf8ivkbz {
  color: var(--text-light);
}

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

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

.cpggyj6r::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-6fre86 {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 40px;
}

.qqg5aid6p {
  flex: 1;
}

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

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

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

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

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

.el-ioa44j {
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
/* xsw4uvc */
._ish0nqi {
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.dohrmy68 .st-keendb {
  background: var(--accent-color);
  color: #fff;
  padding: 4px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
}
/* vsb1 */
.cgoe27ugf {
  width: 100%;
  border-collapse: collapse;
}

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

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

.cgoe27ugf thead th:last-child {
  border-radius: 0 var(--radius-sm) 0 0;
}
/* 7qura60zay */
.cgoe27ugf tbody td {
  padding: 12px 16px;
  text-align: center;
  border-bottom: 1px solid var(--border-color);
  font-size: 0.9rem;
}
/* 6n5x */
.cgoe27ugf tbody tr:hover {
  background: rgba(26,35,126,0.04);
}

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

/* 号码球样式 */
.eutmhpop {
  display: flex;
  gap: 6px;
  justify-content: center;
  align-items: center;
}
/* fx7eso */
._vt7iga8 {
  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);
}

._lg2jebg { background: linear-gradient(135deg, #e53935, #c62828); }
.mw5qfu4 { background: linear-gradient(135deg, #1e88e5, #1565c0); }
.el-hkhx4f { background: linear-gradient(135deg, #43a047, #2e7d32); }
._w7gyr0 {
  background: linear-gradient(135deg, var(--gold-color), var(--gold-dark));
  color: var(--primary-dark);
}

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

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

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

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

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

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

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

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

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

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

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

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

.st-37myyt {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.st-37myyt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
/* 41nl3h */
.bb7d7img:hover .st-37myyt img {
  transform: scale(1.05);
}
/* yrl6a93 */
.kksj9iel3 {
  padding: 20px;
}

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

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

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

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

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

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

._nfftxm h4 .css-kauctq {
  color: var(--danger-color);
}

._nfftxm h4 .css-urblek {
  color: var(--info-color);
}

.css-v2mktq {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

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

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

.of6lib2aig:hover {
  transform: scale(1.15);
}
/* v419offqpb */
/* 频率条 */
.st-hj830j {
  margin-top: 16px;
}

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

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

.st-b3l0bu .el-u0msfk {
  flex: 1;
  height: 20px;
  background: var(--bg-secondary);
  border-radius: 10px;
  overflow: hidden;
}

.st-b3l0bu .st-jb38z1 {
  height: 100%;
  border-radius: 10px;
  transition: width 1s ease;
}

.st-b3l0bu .pyseubh8jb {
  background: linear-gradient(90deg, #ef5350, #e53935);
}

.st-b3l0bu .tw-69qyhj {
  background: linear-gradient(90deg, #42a5f5, #1e88e5);
}

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

/* ========== 文章列表 ========== */
.ifigr3wbf {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
/* 5a9oxb4xy */
.el-2gphx9 {
  display: flex;
  gap: 20px;
  background: var(--bg-card);
  border-radius: var(--radius-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}
/* 28wyq0 */
.el-2gphx9:hover {
  box-shadow: var(--shadow-md);
  transform: translateX(4px);
}

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

.oy619gr8d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 160px;
}
/* smysv2f */
.mxtgzmgtyy {
  flex: 1;
  padding: 20px;
}

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

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

.mxtgzmgtyy ._l3433oj {
  margin-top: 12px;
  font-size: 0.8rem;
  color: var(--text-light);
  display: flex;
  gap: 16px;
}
/* 67gn */
/* ========== 社区评论 ========== */
.ug7b35v1vx {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

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

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

.tw-1ygoq3 {
  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;
}

.o90mlypnh .st-7etq3l {
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text-primary);
}

.o90mlypnh .b5z22riq4 {
  font-size: 0.8rem;
  color: var(--text-light);
}

._qb43vhyx {
  font-size: 0.9rem;
  color: var(--text-secondary);
  line-height: 1.7;
}
/* hywf4 */
.st-uvrvyr {
  margin-top: 12px;
  display: flex;
  gap: 16px;
  font-size: 0.8rem;
  color: var(--text-light);
}
/* xwjm */
.st-uvrvyr span {
  cursor: pointer;
  transition: var(--transition);
}

.st-uvrvyr span:hover {
  color: var(--primary-light);
}

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

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

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

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

.sc-pmj7o8 .sc-653kq2 {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
  color: var(--accent-color);
}

.sc-kx1bkd.active .sc-pmj7o8 .sc-653kq2 {
  transform: rotate(45deg);
}
/* alr0 */
.w68493wu {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
}

.sc-kx1bkd.active .w68493wu {
  padding: 0 24px 20px;
  max-height: 500px;
}

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

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

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

.el-zu28x5 select,
.el-zu28x5 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);
}
/* nscyl */
.el-zu28x5 select:focus,
.el-zu28x5 input:focus {
  border-color: var(--primary-light);
  outline: none;
  box-shadow: 0 0 0 3px rgba(57,73,171,0.15);
}
/* f1iupq3unq */
/* ========== 分页 ========== */
.f5ktpzsi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

.crx4md9lop ul li a {
  color: rgba(255,255,255,0.65);
  font-size: 0.85rem;
  transition: var(--transition);
}
/* coc9eo */
.crx4md9lop ul li a:hover {
  color: var(--gold-color);
  padding-left: 4px;
}

.st-9doyxr {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.st-9doyxr 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);
}

.st-9doyxr a:hover {
  background: var(--accent-color);
  transform: translateY(-3px);
}
/* fb2a */
._jwbz7zr1 {
  padding: 20px 0;
  text-align: center;
  font-size: 0.8rem;
  color: rgba(255,255,255,0.5);
}

._jwbz7zr1 .tw-hv9bfv {
  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;
}

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

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

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

._kzffiew {
  padding: 40px 0;
}

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

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

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

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

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

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

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

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

._lsuqio ul li a:hover {
  color: var(--primary-light);
}
/* 2lnjkcx */
/* ========== 文章详情 ========== */
._b9f6rycd {
  background: var(--bg-card);
  border-radius: var(--radius-lg);
  padding: 40px;
  box-shadow: var(--shadow-sm);
}

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

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

._b9f6rycd .st-0nsi62 {
  font-size: 1rem;
  line-height: 2;
}

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

._b9f6rycd .st-0nsi62 h4 {
  margin: 20px 0 10px;
  font-size: 1.1rem;
}
/* nz3b */
._b9f6rycd .st-0nsi62 p {
  margin-bottom: 16px;
}

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

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

.sc-pfrj1o h3 {
  margin-bottom: 20px;
}

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

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

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

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

.d9k081x68 .m6rnmaot {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}

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

.gq7cpsq .css-9ii4pv {
  border-left-color: var(--accent-light);
}

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

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

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

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

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

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

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

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

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

  .el-ioa44j {
    justify-content: center;
  }

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

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

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

  .a2kdm20i7 {
    flex-direction: column;
    gap: 10px;
  }
/* mgnrkw8aeq */
  ._6sm1mtqx {
    display: none;
  }

  .tw-ejwgcl {
    display: block;
  }

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

  .tw-b0jbzk.active {
    display: flex;
  }

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

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

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

  .st-rhm3if {
    max-width: 100%;
  }

  .el-ioa44j {
    flex-wrap: wrap;
    gap: 16px;
  }

  ._rmui78ks {
    padding: 40px 0;
  }

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

  .mcgq0co,
  .el-gz180b,
  .sc-uchr8y {
    grid-template-columns: 1fr;
  }

  .el-2gphx9 {
    flex-direction: column;
  }
/* 6mhvl */
  .oy619gr8d {
    flex: none;
    height: 180px;
  }

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

  .pd5dljm {
    flex-direction: column;
    align-items: stretch;
  }
/* gbwg979 */
  .cgoe27ugf {
    font-size: 0.8rem;
  }

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

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

  ._b9f6rycd {
    padding: 20px;
  }

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

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

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

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

  ._fimr6ms h1 {
    font-size: 1.2rem;
  }

  ._ish0nqi .bbhxzpbhm {
    font-size: 1.5rem;
  }
/* 0vkzm */
  ._vt7iga8 {
    width: 26px;
    height: 26px;
    font-size: 0.7rem;
  }

  .eutmhpop {
    gap: 4px;
  }
}

/* ========== 打印样式 ========== */
@media print {
  ._fu2ywf7,
  ._ywpvkir,
  .tw-ejwgcl,
  .lzevbgu3u {
    display: none;
  }

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

/* 2hx57wbs1d9yd58b */
