/* ===== 知识付费自媒体IP孵化与网课变现平台 - 核心样式 ===== */
/* 学术深邃蓝+灵感灯泡黄 知识殿堂视觉体系 */

:root {
  --primary: #1A237E;
  --primary-light: #283593;
  --primary-dark: #0D1452;
  --accent: #FFC107;
  --accent-light: #FFD54F;
  --accent-dark: #FFA000;
  --bg: #F5F5F5;
  --card: #FFFFFF;
  --text: #212121;
  --text-light: #616161;
  --text-muted: #9E9E9E;
  --border: #E0E0E0;
  --shadow: rgba(26, 35, 126, 0.08);
  --shadow-hover: rgba(26, 35, 126, 0.16);
  --radius: 12px;
  --radius-sm: 8px;
  --radius-lg: 20px;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --font-main: "PingFang SC", "Microsoft YaHei", "Hiragino Sans GB", sans-serif;
  --font-heading: "PingFang SC", "Microsoft YaHei", sans-serif;
  --max-width: 1200px;
}

/* ===== 基础重置 ===== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

ul, ol {
  list-style: none;
}

/* ===== 容器 ===== */
.c3ba6b082 {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

.c103acc31 {
  padding: 80px 0;
}

.ce2d5a16f {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: var(--primary);
  text-align: center;
  margin-bottom: 16px;
  position: relative;
}

.ce2d5a16f::after {
  content: '';
  display: block;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, var(--accent), var(--accent-light));
  margin: 12px auto 0;
  border-radius: 2px;
}

.c1e5ce5d3 {
  text-align: center;
  color: var(--text-light);
  font-size: 1.05rem;
  max-width: 680px;
  margin: 0 auto 48px;
}

/* ===== 顶部导航栏 ===== */
.c8b872ae2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background: rgba(26, 35, 126, 0.97);
  backdrop-filter: blur(12px);
  box-shadow: 0 2px 20px var(--shadow);
  transition: var(--transition);
}

.c8b872ae2 .c3ba6b082 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.ccbc44a8f {
  font-family: var(--font-heading);
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ccbc44a8f .ce2fa783e {
  width: 32px;
  height: 32px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  animation: bulbGlow 2s ease-in-out infinite;
}

@keyframes bulbGlow {
  0%, 100% { box-shadow: 0 0 8px var(--accent); }
  50% { box-shadow: 0 0 20px var(--accent), 0 0 40px rgba(255, 193, 7, 0.3); }
}

.ce0b10d83 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.ce0b10d83 a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
  padding: 4px 0;
}

.ce0b10d83 a::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--accent);
  transition: var(--transition);
}

.ce0b10d83 a:hover::after,
.ce0b10d83 a.c8470fe4d::after {
  width: 100%;
}

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

.c9f132aeb {
  background: var(--accent);
  color: var(--primary) !important;
  padding: 10px 24px;
  border-radius: 24px;
  font-weight: 600;
  font-size: 0.9rem;
}

.c9f132aeb:hover {
  background: var(--accent-light);
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(255, 193, 7, 0.4);
}

/* 移动端菜单按钮 */
.c19d546c1 {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
}

.c19d546c1 span {
  width: 24px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  transition: var(--transition);
}

/* ===== Hero区 ===== */
.cc5cdd1ac {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(135deg, var(--primary-dark) 0%, var(--primary) 50%, var(--primary-light) 100%);
}

.cbd55abc1 {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.cbd55abc1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}

.c6aeb1455 {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(26, 35, 126, 0.7) 0%, rgba(13, 20, 82, 0.85) 100%);
  z-index: 2;
}

.c28629cc3 {
  position: relative;
  z-index: 3;
  text-align: center;
  padding: 120px 20px 80px;
  max-width: 800px;
}

.c28629cc3 h1 {
  font-size: 3rem;
  font-weight: 800;
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 1.3;
}

.c28629cc3 h1 .cdb0d8f54 {
  color: var(--accent);
  position: relative;
}

.c28629cc3 p {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.85);
  margin-bottom: 40px;
  line-height: 1.8;
}

.c6c89ecab {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cf6f32216 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent);
  color: var(--primary);
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 700;
  font-size: 1.05rem;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.cf6f32216:hover {
  background: var(--accent-light);
  transform: translateY(-3px);
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.4);
  color: var(--primary);
}

.c6f5274c6 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: #FFFFFF;
  padding: 14px 36px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 1.05rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: var(--transition);
}

.c6f5274c6:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-3px);
}

/* 灯泡点亮动画 */
.c2a125183 {
  position: absolute;
  top: 20%;
  right: 10%;
  width: 80px;
  height: 80px;
  z-index: 3;
  opacity: 0.6;
}

.c2a125183::before {
  content: '💡';
  font-size: 60px;
  animation: bulbFloat 3s ease-in-out infinite;
}

@keyframes bulbFloat {
  0%, 100% { transform: translateY(0) rotate(0deg); opacity: 0.6; }
  50% { transform: translateY(-20px) rotate(5deg); opacity: 1; }
}

/* ===== 数据统计条 ===== */
.c0137b7d7 {
  background: var(--card);
  padding: 40px 0;
  box-shadow: 0 4px 20px var(--shadow);
  position: relative;
  z-index: 10;
  margin-top: -40px;
  border-radius: var(--radius-lg);
  margin-left: 20px;
  margin-right: 20px;
}

.c6853b6a9 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  text-align: center;
}

.cd54626a7 .c88301857 {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--primary);
  line-height: 1.2;
}

.cd54626a7 .c88301857 .ca913f6ba {
  color: var(--accent);
}

.cd54626a7 .cb7d35871 {
  font-size: 0.9rem;
  color: var(--text-light);
  margin-top: 4px;
}

/* ===== 课程卡片 ===== */
.c1c38106c {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 28px;
}

.c4d0019da {
  background: var(--card);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 4px 16px var(--shadow);
  transition: var(--transition);
  perspective: 1000px;
}

.c4d0019da:hover {
  transform: translateY(-8px) rotateY(2deg);
  box-shadow: 0 12px 40px var(--shadow-hover);
}

.c4d0019da .c6c4af226 {
  position: relative;
  overflow: hidden;
  height: 200px;
}

.c4d0019da .c6c4af226 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition);
}

.c4d0019da:hover .c6c4af226 img {
  transform: scale(1.05);
}

.c4d0019da .c2066e388 {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--accent);
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
}

.c4d0019da .c19102446 {
  padding: 20px;
}

.c4d0019da .cc3e9359c {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
  line-height: 1.4;
}

.c4d0019da .c382f57b1 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 0.85rem;
  color: var(--text-muted);
}

.c4d0019da .c2d084b33 {
  display: flex;
  align-items: baseline;
  gap: 8px;
}

.c4d0019da .c8a660d9f {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--accent-dark);
}

.c4d0019da .c3a831465 {
  font-size: 0.85rem;
  color: var(--text-muted);
  text-decoration: line-through;
}

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

/* ===== 讲师卡片 ===== */
.c1c44ffb4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 28px;
}

.ce3e386f1 {
  background: var(--card);
  border-radius: var(--radius);
  padding: 32px 24px;
  text-align: center;
  box-shadow: 0 4px 16px var(--shadow);
  transition: var(--transition);
}

.ce3e386f1:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 36px var(--shadow-hover);
}

.ce3e386f1 .c07cdf64c {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 3px solid var(--accent);
  box-shadow: 0 4px 12px rgba(255, 193, 7, 0.3);
}

.ce3e386f1 .c07cdf64c img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ce3e386f1 .ca9056c15 {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 6px;
}

.ce3e386f1 .c4bf758f9 {
  display: inline-block;
  background: rgba(26, 35, 126, 0.08);
  color: var(--primary);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.ce3e386f1 .c0bb73ca8 {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 0.85rem;
  color: var(--text-light);
}

/* ===== IP孵化案例 ===== */
.ca9ba1ae6 {
  position: relative;
  padding: 40px 0;
}

.c3af23c77 {
  background: var(--card);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: 0 4px 16px var(--shadow);
  margin-bottom: 28px;
  transition: var(--transition);
  border-left: 4px solid var(--accent);
}

.c3af23c77:hover {
  transform: translateX(8px);
  box-shadow: 0 8px 32px var(--shadow-hover);
}

.c3af23c77 .c38fb53cf {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.c3af23c77 .c3c2bad8a {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 16px;
}

.c3af23c77 .c6c2dfdfa {
  text-align: center;
  padding: 12px;
  background: rgba(26, 35, 126, 0.04);
  border-radius: var(--radius-sm);
}

.c3af23c77 .c6c2dfdfa .c8c0c801b {
  font-size: 1.3rem;
  font-weight: 800;
  color: var(--primary);
}

.c3af23c77 .c6c2dfdfa .c26fab669 {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* ===== 公开课预告 ===== */
.ce0796036 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
  gap: 24px;
}

.cbd8577ce {
  background: var(--card);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 4px 16px var(--shadow);
  transition: var(--transition);
  position: relative;
  overflow: hidden;
}

.cbd8577ce::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
}

.cbd8577ce:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px var(--shadow-hover);
}

.cbd8577ce .c75468afc {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(255, 193, 7, 0.1);
  color: var(--accent-dark);
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 12px;
}

.cbd8577ce .cce5343bd {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 8px;
}

.cbd8577ce .c0c0bf5df {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9rem;
  color: var(--text-light);
  margin-bottom: 16px;
}

.cbd8577ce .cc2340455 {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--primary);
  color: #fff;
  padding: 10px 20px;
  border-radius: 24px;
  font-size: 0.85rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.cbd8577ce .cc2340455:hover {
  background: var(--primary-light);
  transform: translateY(-2px);
}

/* ===== 学员见证 ===== */
.cfabfd2cb {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}

.c48ef4dd9 {
  background: var(--card);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 4px 16px var(--shadow);
  transition: var(--transition);
}

.c48ef4dd9:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 28px var(--shadow-hover);
}

.c48ef4dd9 .cdcfd18e5 {
  font-size: 0.95rem;
  color: var(--text);
  line-height: 1.8;
  margin-bottom: 16px;
  position: relative;
  padding-left: 20px;
  border-left: 3px solid var(--accent);
}

.c48ef4dd9 .c43a6c0dd {
  display: flex;
  align-items: center;
  gap: 12px;
}

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

.c48ef4dd9 .c2647f636 .ca9056c15 {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--text);
}

.c48ef4dd9 .c2647f636 .cedaa7ef8 {
  font-size: 0.8rem;
  color: var(--accent-dark);
  font-weight: 500;
}

/* ===== 进度条装饰 ===== */
.c4fb5c315 {
  width: 100%;
  height: 6px;
  background: var(--border);
  border-radius: 3px;
  overflow: hidden;
  margin: 8px 0;
}

.c4fb5c315 .c9ada1deb {
  height: 100%;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  border-radius: 3px;
  transition: width 1s ease;
}

/* ===== IP变现路径规划器 ===== */
.c7967e8ad {
  background: linear-gradient(135deg, var(--primary-dark), var(--primary));
  border-radius: var(--radius-lg);
  padding: 48px;
  color: #fff;
}

.c7967e8ad h3 {
  font-size: 1.5rem;
  margin-bottom: 24px;
  color: var(--accent);
}

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

.c64e57adb input,
.c64e57adb select {
  padding: 12px 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 0.95rem;
}

.c64e57adb input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cfaed5788 {
  background: rgba(255, 255, 255, 0.05);
  border-radius: var(--radius);
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.path-steps {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 16px;
}

.path-step {
  background: rgba(255, 193, 7, 0.15);
  border: 1px solid var(--accent);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  color: var(--accent);
  font-weight: 500;
}

.path-arrow {
  color: var(--accent);
  font-size: 1.2rem;
}

/* ===== 页脚 ===== */
.c4fab3355 {
  background: var(--primary-dark);
  color: rgba(255, 255, 255, 0.8);
  padding: 60px 0 30px;
}

.c7795a5c7 {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.ca1916120 .ccbc44a8f {
  margin-bottom: 16px;
}

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

.cc78e470f h4 {
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 16px;
}

.cc78e470f ul li {
  margin-bottom: 10px;
}

.cc78e470f ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  transition: var(--transition);
}

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

.c167ff51b {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 24px;
  text-align: center;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.5);
}

.c167ff51b a {
  color: rgba(255, 255, 255, 0.6);
}

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

/* ===== 面包屑 ===== */
.c2f31bc9d {
  padding: 100px 0 20px;
  font-size: 0.9rem;
}

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

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

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

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

.ccc1585fe h1 {
  font-size: 2.2rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.ccc1585fe p {
  font-size: 1.1rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto;
}

.cb9ee2962 {
  padding: 60px 0;
}

.cb9ee2962 h2 {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--primary);
  margin: 40px 0 16px;
}

.cb9ee2962 h3 {
  font-size: 1.3rem;
  font-weight: 600;
  color: var(--text);
  margin: 28px 0 12px;
}

.cb9ee2962 p {
  margin-bottom: 16px;
  line-height: 1.9;
  color: var(--text);
}

.cb9ee2962 ul, .cb9ee2962 ol {
  padding-left: 24px;
  margin-bottom: 16px;
}

.cb9ee2962 ul li, .cb9ee2962 ol li {
  margin-bottom: 8px;
  line-height: 1.8;
  list-style: disc;
}

.cb9ee2962 ol li {
  list-style: decimal;
}

/* ===== FAQ ===== */
.c4a4710fb {
  max-width: 800px;
  margin: 0 auto;
}

.c472a22d1 {
  background: var(--card);
  border-radius: var(--radius);
  margin-bottom: 12px;
  box-shadow: 0 2px 8px var(--shadow);
  overflow: hidden;
}

.c5b0f6936 {
  padding: 20px 24px;
  font-weight: 600;
  color: var(--text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}

.c5b0f6936:hover {
  color: var(--primary);
}

.c5b0f6936::after {
  content: '+';
  font-size: 1.5rem;
  color: var(--accent);
  transition: var(--transition);
}

.c472a22d1.c8470fe4d .c5b0f6936::after {
  transform: rotate(45deg);
}

.cca456212 {
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  color: var(--text-light);
  line-height: 1.8;
}

.c472a22d1.c8470fe4d .cca456212 {
  padding: 0 24px 20px;
  max-height: 500px;
}

/* ===== 搜索页 ===== */
.ceb80250b {
  max-width: 600px;
  margin: 0 auto 40px;
  position: relative;
}

.ceb80250b input {
  width: 100%;
  padding: 16px 24px;
  padding-right: 60px;
  border: 2px solid var(--border);
  border-radius: 30px;
  font-size: 1rem;
  transition: var(--transition);
  outline: none;
}

.ceb80250b input:focus {
  border-color: var(--primary);
  box-shadow: 0 4px 16px var(--shadow);
}

.ceb80250b button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: var(--primary);
  color: #fff;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  transition: var(--transition);
}

.ceb80250b button:hover {
  background: var(--primary-light);
}

/* ===== 404页面 ===== */
.error-page {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
}

.error-page .error-code {
  font-size: 8rem;
  font-weight: 900;
  color: var(--primary);
  line-height: 1;
  opacity: 0.2;
}

.error-page h1 {
  font-size: 2rem;
  color: var(--text);
  margin: 16px 0;
}

.error-page p {
  color: var(--text-light);
  margin-bottom: 32px;
}

/* ===== 知识图谱动画 ===== */
.c262d0b97 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
  opacity: 0.03;
}

/* ===== 滚动显示动画 ===== */
.cac3e8184 {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

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

/* ===== 响应式断点 ===== */
@media (max-width: 1024px) {
  .c7795a5c7 {
    grid-template-columns: 1fr 1fr;
  }
  
  .c6853b6a9 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
  
  .ce0b10d83 {
    display: none;
    position: absolute;
    top: 72px;
    left: 0;
    width: 100%;
    background: var(--primary);
    flex-direction: column;
    padding: 20px;
    gap: 16px;
    box-shadow: 0 8px 24px var(--shadow);
  }
  
  .ce0b10d83.c8470fe4d {
    display: flex;
  }
  
  .c19d546c1 {
    display: flex;
  }
  
  .c28629cc3 h1 {
    font-size: 2rem;
  }
  
  .c28629cc3 p {
    font-size: 1rem;
  }
  
  .c103acc31 {
    padding: 50px 0;
  }
  
  .ce2d5a16f {
    font-size: 1.6rem;
  }
  
  .c1c38106c {
    grid-template-columns: 1fr;
  }
  
  .c1c44ffb4 {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .c7795a5c7 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  
  .c7967e8ad {
    padding: 28px 20px;
  }
  
  .c64e57adb {
    grid-template-columns: 1fr;
  }
  
  .ccc1585fe h1 {
    font-size: 1.6rem;
  }
  
  .c3af23c77 .c3c2bad8a {
    grid-template-columns: 1fr;
  }
  
  .c0137b7d7 {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 480px) {
  .c28629cc3 h1 {
    font-size: 1.6rem;
  }
  
  .c6c89ecab {
    flex-direction: column;
    align-items: center;
  }
  
  .c6853b6a9 {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
  
  .c1c44ffb4 {
    grid-template-columns: 1fr;
  }
  
  .ce0796036 {
    grid-template-columns: 1fr;
  }
  
  .cfabfd2cb {
    grid-template-columns: 1fr;
  }
  
  .path-steps {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* ===== 打印样式 ===== */
@media print {
  .c8b872ae2, .c4fab3355, .c19d546c1 {
    display: none;
  }
  
  body {
    color: #000;
    background: #fff;
  }
}
