/* flasq5r482gq | v1.57 */
/* ========================================
   全局样式 - 暗黑科技风
   主色: #1B1B2F (暗紫)
   辅色: #353535 (炭灰)
   强调色: #00FFC6 (荧光青)
======================================== */

@import url('https://fonts.ctdy8byke3._am3ab3/css2?family=Rajdhani:wght@400;500;600;700&display=swap');

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

:root {
  --primary: #1B1B2F;
  --secondary: #353535;
  --accent: #00FFC6;
  --accent-dim: rgba(0, 255, 198, 0.15);
  --accent-glow: rgba(0, 255, 198, 0.4);
  --text-main: #E0E0E0;
  --text-light: #A0A0A0;
  --text-bright: #FFFFFF;
  --border: rgba(0, 255, 198, 0.2);
  --card-bg: rgba(53, 53, 53, 0.6);
  --font-heading: 'Rajdhani', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --font-body: 'PingFang SC', 'Microsoft YaHei', 'Noto Sans SC', 'HarmonyOS Sans SC', sans-serif;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

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

/* 矩阵代码雨背景 */
#matrix-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0.06;
  pointer-events: none;
}
/* 047n */
/* 通用容器 */
.whgxuau04 {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}

/* 链接样式 */
a {
  color: var(--accent);
  text-decoration: none;
  transition: all 0.3s ease;
}
/* j4f35 */
a:hover {
  color: var(--text-bright);
  text-shadow: 0 0 10px var(--accent-glow);
}

/* 标题样式 */
h1, h2, h3, h4, h5, h6, h7, h8, h9 {
  font-family: var(--font-heading);
  color: var(--text-bright);
  line-height: 1.3;
  margin-bottom: 1rem;
}
/* z59s1k */
h1 { font-size: 2.5rem; font-weight: 700; }
h2 { font-size: 2rem; font-weight: 600; }
/* 35ubrpei */h3 { font-size: 1.5rem; font-weight: 600; }
h4 { font-size: 1.25rem; font-weight: 500; }
h5 { font-size: 1.1rem; font-weight: 500; }
h6 { font-size: 1rem; font-weight: 500; }
/* g6so2 */
p {
  margin-bottom: 1rem;
  color: var(--text-main);
}
/* ygyms */
img {
  max-width: 100%;
  height: auto;
}

/* ========================================
   导航栏 (非sticky)
======================================== */
.wyqrfixz {
  background: rgba(27, 27, 47, 0.95);
  border-bottom: 1px solid var(--border);
  padding: 15px 0;
  position: relative;
  z-index: 100;
}

._q0ufpqad {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.h043oya {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
  text-decoration: none;
}

.h043oya:hover {
  color: var(--accent);
  text-shadow: 0 0 15px var(--accent-glow);
}

._h2m022 {
  display: flex;
  list-style: none;
  gap: 25px;
  align-items: center;
}
/* 9y2t3quh */
._h2m022 a {
  color: var(--text-main);
  font-size: 0.95rem;
  padding: 5px 0;
  position: relative;
}

._h2m022 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: width 0.3s ease;
}
/* 77kz */
._h2m022 a:hover {
  color: var(--accent);
}

._h2m022 a:hover::after {
  width: 100%;
}

/* 汉堡菜单 */
.st-7jkhm5 {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.st-7jkhm5 span {
  width: 25px;
  height: 2px;
  background: var(--accent);
  transition: all 0.3s ease;
}

/* ========================================
   面包屑导航
======================================== */
.v9lu6me1eh {
  padding: 15px 0;
  font-size: 0.85rem;
}

.v9lu6me1eh a {
  color: var(--text-light);
}

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

.v9lu6me1eh span {
  color: var(--text-light);
  margin: 0 8px;
}

.v9lu6me1eh .esp8kzg1yc {
  color: var(--accent);
}

/* ========================================
   首页 Hero 区域
======================================== */
.bk1d1d9mk {
  position: relative;
  padding: 80px 0 60px;
  text-align: center;
  overflow: hidden;
}

.bk1d1d9mk::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, transparent 0%, var(--primary) 100%);
  z-index: 1;
}

.hjvcd2xoe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.tw-rqytfu {
  position: relative;
  z-index: 2;
}

.tw-rqytfu h1 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, var(--accent), #00B8D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
/* 60fo */
.tw-rqytfu p {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 2rem;
  color: var(--text-light);
}
/* xpt4824h2 */
.sc-jt0p38 {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255, 193, 7, 0.1);
  border: 1px solid rgba(255, 193, 7, 0.3);
  padding: 12px 25px;
  border-radius: 8px;
  color: #FFC107;
  font-weight: 600;
  font-size: 1.1rem;
}

.sc-jt0p38 svg {
  width: 24px;
  height: 24px;
  fill: #FFC107;
}

/* ========================================
   模块通用样式
======================================== */
._hs07ad0 {
  padding: 60px 0;
  position: relative;
}

._hs07ad0:nth-child(even) {
  background: rgba(53, 53, 53, 0.15);
}

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

._8qpsm2m h2 {
  position: relative;
  display: inline-block;
  padding-bottom: 15px;
}

._8qpsm2m h2::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
}

._8qpsm2m p {
  color: var(--text-light);
  max-width: 600px;
  margin: 15px auto 0;
}

/* ========================================
   卡片样式
======================================== */
._c4knbp {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(10px);
}

._c4knbp::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 12px;
  border: 2px solid transparent;
  transition: border-color 0.4s ease;
  pointer-events: none;
}

._c4knbp:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 40px rgba(0, 255, 198, 0.1);
}

._c4knbp:hover::before {
  border-color: var(--accent);
  box-shadow: 0 0 20px var(--accent-glow), inset 0 0 20px rgba(0, 255, 198, 0.05);
}

._ur86gli {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  border-radius: 10px;
}

._c4knbp h3 a {
  color: var(--text-bright);
}

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

/* ========================================
   工具箱网格
======================================== */
._mn0o0ha {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 25px;
}

.st-sz9xqt {
  text-align: center;
  padding: 25px 20px;
}

.st-sz9xqt img {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  border-radius: 50%;
  border: 2px solid var(--border);
  padding: 5px;
}

/* ========================================
   安全评级榜单
======================================== */
._8wubwtn {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px;
}

.el-ujy7fs {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 25px;
}

._pjigjzm {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 80px;
}

._pi7a26 {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
  text-shadow: 0 0 15px var(--accent-glow);
}
/* jpipnu1 */
.sc-jmvc6n {
  font-size: 0.75rem;
  color: var(--text-light);
  margin-top: 5px;
}

.sc-q3w05a h3 {
  margin-bottom: 5px;
}

.sc-q3w05a p {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 10px;
}

/* ========================================
   谬误对比卡片
======================================== */
.mnf2433t {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 25px;
}

.css-9oklpv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.hegpk8axn {
  background: rgba(255, 61, 61, 0.1);
  border-right: 2px solid rgba(255, 61, 61, 0.3);
  padding: 25px;
}

.tw-o0vyrb {
  background: rgba(0, 255, 198, 0.05);
  padding: 25px;
}

._2uy3hom3 {
  font-family: var(--font-heading);
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.hegpk8axn ._2uy3hom3 {
  color: #FF3D3D;
}

.tw-o0vyrb ._2uy3hom3 {
  color: var(--accent);
}

/* ========================================
   深度研讨区块
======================================== */
._r1jg5to2 {
  background: linear-gradient(135deg, rgba(0, 255, 198, 0.05), rgba(27, 27, 47, 0.8));
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 40px;
  display: flex;
  gap: 30px;
  align-items: center;
}

._m7kam7v {
  width: 300px;
  min-width: 300px;
  border-radius: 12px;
  border: 1px solid var(--border);
}

._0q1ttta h3 {
  font-size: 1.5rem;
  margin-bottom: 15px;
}

._0q1ttta p {
  color: var(--text-light);
  margin-bottom: 15px;
}

/* ========================================
   按钮样式
======================================== */
.ynla1s60 {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 8px;
  font-family: var(--font-heading);
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  border: none;
}

._wtfes9gn {
  background: var(--accent);
  color: var(--primary);
}

._wtfes9gn:hover {
  background: #33FFD6;
  box-shadow: 0 0 20px var(--accent-glow);
  color: var(--primary);
  text-shadow: none;
}

.st-e81glx {
  background: transparent;
  border: 2px solid var(--accent);
  color: var(--accent);
}

.st-e81glx:hover {
  background: var(--accent-dim);
  box-shadow: 0 0 15px var(--accent-glow);
}

/* ========================================
   页脚
======================================== */
.km1jkzyff {
  background: rgba(15, 15, 25, 0.95);
  border-top: 1px solid var(--border);
  padding: 50px 0 30px;
  position: relative;
  z-index: 1;
}

.sc-ascaqb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  margin-bottom: 30px;
}

.sc-xjmyf0 h4 {
  color: var(--accent);
  font-family: var(--font-heading);
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.sc-xjmyf0 ul {
  list-style: none;
}
/* r6akd2l9 */
.sc-xjmyf0 ul li {
  margin-bottom: 8px;
}

.sc-xjmyf0 ul li a {
  color: var(--text-light);
  font-size: 0.9rem;
}

.sc-xjmyf0 ul li a:hover {
  color: var(--accent);
}

.c9n0k1uycw {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.c9n0k1uycw a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--border);
  border-radius: 50%;
  color: var(--text-light);
  transition: all 0.3s ease;
}
/* 0xowaw7w */
.c9n0k1uycw a:hover {
  border-color: var(--accent);
  color: var(--accent);
  box-shadow: 0 0 10px var(--accent-glow);
}

.st-e65q8t {
  background: rgba(255, 61, 61, 0.08);
  border: 1px solid rgba(255, 61, 61, 0.3);
  border-radius: 10px;
  padding: 20px;
  margin: 30px 0;
  text-align: center;
}

.st-e65q8t h4 {
  color: #FF3D3D;
  margin-bottom: 10px;
}

.st-e65q8t p {
  color: var(--text-light);
  font-size: 0.85rem;
  line-height: 1.7;
}

._e3qbl3k {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--text-light);
  font-size: 0.85rem;
}
/* afki9x */
/* ========================================
   内页通用样式
======================================== */
._hydva3 {
  padding: 40px 0 20px;
  text-align: center;
  background: linear-gradient(180deg, rgba(0, 255, 198, 0.03), transparent);
}

._hydva3 h1 {
  font-size: 2.2rem;
  margin-bottom: 15px;
  background: linear-gradient(135deg, var(--accent), #00B8D4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.sj29gx4mf {
  padding: 40px 0 60px;
}

.css-dqlntc {
  max-width: 900px;
  margin: 0 auto;
}

.css-dqlntc h2,
.css-dqlntc h3,
.css-dqlntc h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
/* gm8nsyud */
.css-dqlntc p {
  margin-bottom: 1.2rem;
  text-align: justify;
}

.css-dqlntc ul,
.css-dqlntc ol {
  margin-bottom: 1.2rem;
  padding-left: 2rem;
}

.css-dqlntc li {
  margin-bottom: 0.5rem;
}

.css-dqlntc img {
  border-radius: 12px;
  border: 1px solid var(--border);
  margin: 20px 0;
}

/* 公式区块 */
.sc-5xmom9 {
  background: rgba(0, 255, 198, 0.05);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 25px;
  margin: 20px 0;
  font-family: 'Courier New', monospace;
  text-align: center;
  font-size: 1.2rem;
  color: var(--accent);
}

/* 案例区块 */
._ivxfxw {
  background: rgba(53, 53, 53, 0.4);
  border-left: 4px solid var(--accent);
  border-radius: 0 10px 10px 0;
  padding: 25px;
  margin: 20px 0;
}
/* e6p4jilvby */
._ivxfxw h4 {
  color: var(--accent);
  margin-bottom: 10px;
}

/* 评分区块 */
._c9a54vv3 {
  text-align: center;
  padding: 30px;
  background: linear-gradient(135deg, rgba(0, 255, 198, 0.08), rgba(0, 255, 198, 0.02));
  border: 2px solid var(--accent);
  border-radius: 16px;
  margin: 30px 0;
}

._c9a54vv3 .qigzapsw {
  font-family: var(--font-heading);
  font-size: 5rem;
  font-weight: 700;
  color: var(--accent);
  text-shadow: 0 0 30px var(--accent-glow);
  line-height: 1;
}

._c9a54vv3 .vh1jextq9 {
  font-size: 1.2rem;
  color: var(--text-light);
  margin-top: 10px;
}

/* 表格样式 */
._bd1klj {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

._bd1klj th,
._bd1klj td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

._bd1klj th {
  background: rgba(0, 255, 198, 0.1);
  color: var(--accent);
  font-family: var(--font-heading);
  font-weight: 600;
}

._bd1klj tr:hover {
  background: rgba(0, 255, 198, 0.03);
}

/* ========================================
   APP下载页
======================================== */
.jirng6sn {
  text-align: center;
  padding: 80px 0;
}

.jirng6sn img {
  max-width: 350px;
  margin: 30px auto;
  display: block;
}
/* jbdxd01c */
.el-s15kxx {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.mxtlp60ie {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 15px 30px;
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text-bright);
  font-size: 1rem;
  transition: all 0.3s ease;
}
/* 5kv91 */
.mxtlp60ie:hover {
  border-color: var(--accent);
  box-shadow: 0 0 20px var(--accent-glow);
  color: var(--text-bright);
  text-shadow: none;
}

.mxtlp60ie svg {
  width: 30px;
  height: 30px;
}

/* ========================================
   概率训练营专题页
======================================== */
.zlpfnylnu6 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 25px;
}

/* ========================================
   响应式设计
======================================== */
@media (max-width: 768px) {
  html { font-size: 14px; }
/* y3hd263c */
  ._h2m022 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: rgba(27, 27, 47, 0.98);
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid var(--border);
    gap: 15px;
  }

  ._h2m022.active {
    display: flex;
  }

  .st-7jkhm5 {
    display: flex;
  }

  .tw-rqytfu h1 {
    font-size: 2rem;
  }

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

  .css-9oklpv {
    grid-template-columns: 1fr;
  }

  .hegpk8axn {
    border-right: none;
    border-bottom: 2px solid rgba(255, 61, 61, 0.3);
  }

  ._r1jg5to2 {
    flex-direction: column;
  }

  ._m7kam7v {
    width: 100%;
    min-width: auto;
  }
/* vy3xtb7xl */
  ._8wubwtn {
    grid-template-columns: 1fr;
  }
/* dg0b */
  .sc-ascaqb {
    grid-template-columns: repeat(2, 1fr);
  }

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

  h1 { font-size: 2rem; }
  h2 { font-size: 1.6rem; }
}
/* aymm */
@media (max-width: 480px) {
  ._mn0o0ha {
    grid-template-columns: 1fr;
  }

  .sc-ascaqb {
    grid-template-columns: 1fr;
  }

  .el-s15kxx {
    flex-direction: column;
    align-items: center;
  }
}
/* 02ghhu */
/* ========================================
   终端代码风格装饰
======================================== */
.idg9s2oua {
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  margin: 20px 0;
  font-family: 'Courier New', monospace;
  font-size: 0.9rem;
  color: var(--accent);
  position: relative;
}

.idg9s2oua::before {
  content: '$ ';
  color: var(--accent);
  opacity: 0.6;
}

.bx3vcjywg1 {
  display: flex;
  gap: 6px;
  margin-bottom: 12px;
}

.bx3vcjywg1 span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.bx3vcjywg1 span:nth-child(1) { background: #FF5F56; }
.bx3vcjywg1 span:nth-child(2) { background: #FFBD2E; }
.bx3vcjywg1 span:nth-child(3) { background: #27C93F; }
/* ap3cs */
/* 线框装饰 */
.qbwuelf4z {
  border: 1px dashed var(--border);
  border-radius: 12px;
  padding: 30px;
  position: relative;
}

.qbwuelf4z::before {
  content: '< />';
  position: absolute;
  top: -10px;
  left: 20px;
  background: var(--primary);
  padding: 0 10px;
  color: var(--accent);
  font-family: 'Courier New', monospace;
  font-size: 0.8rem;
}

/* 懒加载图片 */
img[loading="lazy"] {
  opacity: 1;
  transition: opacity 0.3s ease;
}

/* 滚动动画 */
.st-py0jw1 {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.st-py0jw1.visible {
  opacity: 1;
  transform: translateY(0);
}

/* pglrhak9r1a8v347 */
