/* =====================================================
   稀有陨石鉴定与星空陨石珠宝定制官网 - 主样式文件
   配色方案：深邃宇宙蓝 + 陨铁银
   ===================================================== */

/* ---- CSS 变量定义 ---- */
:root {
  --color-primary: #0A1628;
  --color-secondary: #C0C0C0;
  --color-bg: #050A14;
  --color-card: #1A2540;
  --color-text: #E0E8F0;
  --color-accent: #4A90D9;
  --color-gold: #B8960C;
  --color-star: #FFD700;
  --color-border: rgba(192, 192, 192, 0.2);
  --font-heading: 'Noto Serif SC', 'Source Han Serif SC', serif;
  --font-body: 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --shadow-glow: 0 0 20px rgba(74, 144, 217, 0.3);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.4);
  --radius: 12px;
  --radius-sm: 6px;
}

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

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

body {
  background-color: var(--color-bg);
  color: var(--color-text);
  font-family: var(--font-body);
  line-height: 1.7;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

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

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

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

ul, ol {
  list-style: none;
}

/* ---- 星空粒子背景 ---- */
#star-canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

/* ---- 导航栏 ---- */
.c14b8871d {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: rgba(5, 10, 20, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--color-border);
  transition: var(--transition);
}

.c14b8871d.scrolled {
  background: rgba(5, 10, 20, 0.97);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.5);
}

.cc0732012 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.ccc70c785 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: var(--font-heading);
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-text);
  letter-spacing: 0.05em;
}

.ccc70c785 .cec1175b4 {
  width: 40px;
  height: 40px;
  background: linear-gradient(135deg, #0A1628, #1A2540);
  border: 1px solid var(--color-secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.c7c4228d3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c7c4228d3 a {
  color: var(--color-text);
  font-size: 0.9rem;
  padding: 8px 14px;
  border-radius: var(--radius-sm);
  transition: var(--transition);
  white-space: nowrap;
}

.c7c4228d3 a:hover,
.c7c4228d3 a.cdfa57e64 {
  color: var(--color-secondary);
  background: rgba(192, 192, 192, 0.1);
}

.c7461ce3b {
  background: linear-gradient(135deg, #0A1628, #1A2540) !important;
  border: 1px solid var(--color-secondary) !important;
  color: var(--color-secondary) !important;
  padding: 8px 20px !important;
}

.c7461ce3b:hover {
  background: var(--color-secondary) !important;
  color: var(--color-bg) !important;
  box-shadow: var(--shadow-glow) !important;
}

.c579c22ed {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  padding: 8px;
  background: none;
  border: none;
}

.c579c22ed span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-text);
  transition: var(--transition);
}

/* ---- Hero 区域 ---- */
.c3106dfb8 {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  z-index: 1;
}

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

.c4b7ce699 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.c4b7ce699::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(5, 10, 20, 0.3) 0%,
    rgba(5, 10, 20, 0.5) 50%,
    rgba(5, 10, 20, 0.9) 100%
  );
}

.cb4c15b9c {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0 24px;
  max-width: 900px;
}

.c99515324 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(192, 192, 192, 0.1);
  border: 1px solid rgba(192, 192, 192, 0.3);
  border-radius: 100px;
  padding: 6px 16px;
  font-size: 0.8rem;
  color: var(--color-secondary);
  letter-spacing: 0.1em;
  margin-bottom: 24px;
  animation: fadeInDown 0.8s ease;
}

.c99515324::before {
  content: '✦';
  color: var(--color-star);
  animation: starPulse 2s infinite;
}

.ccfc7f72b {
  font-family: var(--font-heading);
  font-size: clamp(2.2rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #fff;
  text-shadow: 0 0 40px rgba(74, 144, 217, 0.5);
  animation: fadeInUp 0.8s ease 0.2s both;
}

.ccfc7f72b .c84ae8d28 {
  background: linear-gradient(135deg, #C0C0C0, #4A90D9, #C0C0C0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.c6d16ee8d {
  font-size: clamp(1rem, 2vw, 1.25rem);
  color: rgba(224, 232, 240, 0.85);
  margin-bottom: 40px;
  line-height: 1.8;
  animation: fadeInUp 0.8s ease 0.4s both;
}

.c9cce8bb5 {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeInUp 0.8s ease 0.6s both;
}

.c22eb12f0 {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: rgba(224, 232, 240, 0.6);
  font-size: 0.75rem;
  animation: bounce 2s infinite;
}

.c22eb12f0::before {
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: linear-gradient(to bottom, transparent, rgba(192, 192, 192, 0.6));
}

/* ---- 按钮样式 ---- */
.c71d03ef7 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  border-radius: var(--radius-sm);
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  transition: var(--transition);
  border: none;
  text-decoration: none;
  white-space: nowrap;
}

.c1b0e4d2c {
  background: linear-gradient(135deg, #1A2540, #0A1628);
  color: var(--color-secondary);
  border: 1px solid var(--color-secondary);
}

.c1b0e4d2c:hover {
  background: var(--color-secondary);
  color: var(--color-bg);
  box-shadow: 0 0 30px rgba(192, 192, 192, 0.4);
  transform: translateY(-2px);
}

.c9f93698d {
  background: rgba(74, 144, 217, 0.15);
  color: var(--color-accent);
  border: 1px solid rgba(74, 144, 217, 0.4);
}

.c9f93698d:hover {
  background: rgba(74, 144, 217, 0.3);
  color: #fff;
  transform: translateY(-2px);
}

.c2016a040 {
  background: transparent;
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

.c2016a040:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

/* ---- 通用容器 ---- */
.cdde68704 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.c11864bc0 {
  position: relative;
  z-index: 1;
  padding: 80px 0;
}

.c2a4d6ba7 {
  text-align: center;
  margin-bottom: 56px;
}

.c3cbc68ee {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  color: var(--color-secondary);
  text-transform: uppercase;
  margin-bottom: 12px;
  padding: 4px 12px;
  border: 1px solid rgba(192, 192, 192, 0.3);
  border-radius: 100px;
}

.c6a087d21 {
  font-family: var(--font-heading);
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}

.cd957d9fa {
  font-size: 1.05rem;
  color: rgba(224, 232, 240, 0.75);
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.8;
}

/* ---- 卡片样式 ---- */
.c1186fa37 {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
}

.c1186fa37:hover {
  border-color: rgba(192, 192, 192, 0.4);
  box-shadow: var(--shadow-card), var(--shadow-glow);
  transform: translateY(-4px);
}

.c8f531794 {
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.c1186fa37:hover .c8f531794 {
  transform: scale(1.05);
}

.cfbebc489 {
  padding: 24px;
}

.ce0755400 {
  font-size: 0.75rem;
  color: var(--color-secondary);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.cec9c47fe {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.4;
}

.cca5edf26 {
  font-size: 0.9rem;
  color: rgba(224, 232, 240, 0.7);
  line-height: 1.7;
  margin-bottom: 16px;
}

.c39c5bb58 {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 0.8rem;
  color: rgba(224, 232, 240, 0.5);
}

/* ---- 网格布局 ---- */
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.c1dff2152 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.cf205c381 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }

/* ---- 镇馆之宝展示区 ---- */
.cb78c91de {
  background: linear-gradient(180deg, var(--color-bg) 0%, var(--color-primary) 50%, var(--color-bg) 100%);
}

.c45b61fad {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.c4f61a151 {
  position: relative;
}

.caf4e170b {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.caf4e170b::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(74, 144, 217, 0.1), transparent 70%);
  z-index: 1;
  pointer-events: none;
}

.c823f7d94 {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: rgba(184, 150, 12, 0.9);
  color: #fff;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 100px;
  letter-spacing: 0.05em;
}

.c022c2484 {
  padding: 8px 0;
}

.c8dd3ba99 {
  font-family: var(--font-heading);
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.c8302d2d1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin: 24px 0;
}

.cec517c82 {
  background: rgba(26, 37, 64, 0.6);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 16px;
}

.c9df03433 {
  font-size: 0.75rem;
  color: var(--color-secondary);
  letter-spacing: 0.1em;
  margin-bottom: 4px;
}

.c17126b4e {
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
}

/* ---- 珠宝展示区 ---- */
.c76974c47 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.c36e1d3e6 {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  transition: var(--transition);
  cursor: pointer;
}

.c36e1d3e6:hover {
  border-color: var(--color-secondary);
  box-shadow: 0 0 30px rgba(192, 192, 192, 0.2);
  transform: translateY(-6px);
}

.ccaf801f4 {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

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

.c36e1d3e6:hover .ccaf801f4 img {
  transform: scale(1.08);
}

.c87bf85cb {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(5, 10, 20, 0.8), transparent);
  display: flex;
  align-items: flex-end;
  padding: 20px;
  opacity: 0;
  transition: var(--transition);
}

.c36e1d3e6:hover .c87bf85cb {
  opacity: 1;
}

.cb5c92919 {
  padding: 20px;
}

.c58f703b4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 6px;
}

.c6e0b4609 {
  font-size: 0.85rem;
  color: var(--color-secondary);
  margin-bottom: 12px;
}

.c33d8a5d8 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--color-star);
}

/* ---- 鉴定证书查询区 ---- */
.c41476f47 {
  background: linear-gradient(135deg, rgba(10, 22, 40, 0.9), rgba(26, 37, 64, 0.9));
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
}

.cb15ad627 {
  max-width: 640px;
  margin: 0 auto;
  background: rgba(5, 10, 20, 0.6);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 40px;
}

.c83f4b80d {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.cf0f4553b {
  flex: 1;
  background: rgba(26, 37, 64, 0.8);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 14px 20px;
  color: var(--color-text);
  font-size: 1rem;
  font-family: var(--font-body);
  transition: var(--transition);
  outline: none;
}

.cf0f4553b:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
}

.cf0f4553b::placeholder {
  color: rgba(224, 232, 240, 0.4);
}

/* ---- 猎星动态区 ---- */
.c933f2182 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 24px;
}

.c9d729110 {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.c9d729110 img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.cd8c1a814 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 24px;
  background: linear-gradient(to top, rgba(5, 10, 20, 0.95), transparent);
}

.c51a62aba {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.caac25271 {
  display: flex;
  gap: 16px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 16px;
  transition: var(--transition);
}

.caac25271:hover {
  border-color: rgba(192, 192, 192, 0.3);
}

.c5fe83a04 {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-sm);
  object-fit: cover;
  flex-shrink: 0;
}

/* ---- 天文爱好者交流区 ---- */
.c1b37d80b {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.cf12abd2a {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 20px;
  transition: var(--transition);
}

.cf12abd2a:hover {
  border-color: rgba(74, 144, 217, 0.4);
  box-shadow: 0 0 20px rgba(74, 144, 217, 0.1);
}

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

.c1cea8243 {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-card));
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
}

.c2895794d {
  font-weight: 600;
  color: #fff;
  font-size: 0.95rem;
  margin-bottom: 4px;
}

.c3d299da9 {
  font-size: 0.78rem;
  color: rgba(224, 232, 240, 0.5);
}

.c2cf56a23 {
  font-size: 0.88rem;
  color: rgba(224, 232, 240, 0.7);
  line-height: 1.6;
  margin-bottom: 12px;
}

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

.c0fdc1206 {
  font-size: 0.72rem;
  padding: 2px 10px;
  border-radius: 100px;
  background: rgba(74, 144, 217, 0.15);
  color: var(--color-accent);
  border: 1px solid rgba(74, 144, 217, 0.2);
}

/* ---- 合作机构Logo墙 ---- */
.ca6ef5a85 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.c54167bd0 {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 16px 28px;
  font-size: 0.85rem;
  color: rgba(224, 232, 240, 0.6);
  transition: var(--transition);
  text-align: center;
  min-width: 140px;
}

.c54167bd0:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

/* ---- 面包屑 ---- */
.c603772fe {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: rgba(224, 232, 240, 0.5);
  padding: 16px 0;
}

.c603772fe a {
  color: rgba(224, 232, 240, 0.5);
}

.c603772fe a:hover {
  color: var(--color-secondary);
}

.c603772fe .c651502fb {
  color: rgba(224, 232, 240, 0.3);
}

.c603772fe .cc666129d {
  color: var(--color-secondary);
}

/* ---- 页面头部横幅 ---- */
.c5d9dcb74 {
  position: relative;
  padding: 140px 0 80px;
  text-align: center;
  overflow: hidden;
}

.c5d9dcb74::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center top, rgba(74, 144, 217, 0.15), transparent 70%);
}

.c629aed1e {
  font-family: var(--font-heading);
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
}

.c903d1609 {
  font-size: 1.1rem;
  color: rgba(224, 232, 240, 0.75);
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

/* ---- 内容区域 ---- */
.c7caedaad {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 40px;
  margin-bottom: 32px;
}

.c7caedaad h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--color-border);
}

.c7caedaad h3 {
  font-family: var(--font-heading);
  font-size: 1.2rem;
  color: var(--color-secondary);
  margin: 24px 0 12px;
}

.c7caedaad p {
  color: rgba(224, 232, 240, 0.8);
  line-height: 1.8;
  margin-bottom: 16px;
}

.c7caedaad ul {
  list-style: disc;
  padding-left: 24px;
  color: rgba(224, 232, 240, 0.8);
  line-height: 1.8;
}

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

/* ---- FAQ 样式 ---- */
.c9072d506 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.c84be087b {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  overflow: hidden;
}

.c3adcb934 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  transition: var(--transition);
  user-select: none;
}

.c3adcb934:hover {
  color: var(--color-secondary);
}

.c3adcb934 .c69d77516 {
  width: 24px;
  height: 24px;
  border: 1px solid var(--color-border);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  flex-shrink: 0;
  transition: var(--transition);
}

.c84be087b.open .c69d77516 {
  transform: rotate(45deg);
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.c106a2b17 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.c84be087b.open .c106a2b17 {
  max-height: 500px;
}

.c7f4bafc4 {
  padding: 0 24px 20px;
  color: rgba(224, 232, 240, 0.75);
  line-height: 1.8;
  font-size: 0.95rem;
}

/* ---- 流程步骤 ---- */
.c3426197b {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.c9b3c266a {
  display: flex;
  gap: 24px;
  align-items: flex-start;
}

.c59c4b9aa {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-primary), var(--color-card));
  border: 1px solid var(--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-heading);
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--color-secondary);
  flex-shrink: 0;
}

.c20f88590 h4 {
  font-family: var(--font-heading);
  font-size: 1.1rem;
  color: #fff;
  margin-bottom: 8px;
}

.c20f88590 p {
  font-size: 0.9rem;
  color: rgba(224, 232, 240, 0.7);
  line-height: 1.7;
}

/* ---- 表格样式 ---- */
.cb566ee91 {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.cb566ee91 th {
  background: rgba(26, 37, 64, 0.8);
  color: var(--color-secondary);
  padding: 14px 16px;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid var(--color-border);
  letter-spacing: 0.05em;
}

.cb566ee91 td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(192, 192, 192, 0.08);
  color: rgba(224, 232, 240, 0.8);
}

.cb566ee91 tr:hover td {
  background: rgba(26, 37, 64, 0.4);
}

/* ---- 统计数字 ---- */
.c043c24c8 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.c0e6775cd {
  text-align: center;
  padding: 32px 16px;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
}

.ccd18a47c {
  font-family: var(--font-heading);
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--color-secondary);
  display: block;
  margin-bottom: 8px;
}

.c7f0b7082 {
  font-size: 0.9rem;
  color: rgba(224, 232, 240, 0.6);
}

/* ---- 搜索框 ---- */
.search-box {
  display: flex;
  gap: 12px;
  max-width: 640px;
  margin: 0 auto;
}

.c1fca7c9d {
  flex: 1;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 16px 20px;
  color: var(--color-text);
  font-size: 1rem;
  font-family: var(--font-body);
  outline: none;
  transition: var(--transition);
}

.c1fca7c9d:focus {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 3px rgba(74, 144, 217, 0.15);
}

.c1fca7c9d::placeholder {
  color: rgba(224, 232, 240, 0.4);
}

/* ---- 页脚 ---- */
.c23d88d35 {
  position: relative;
  z-index: 1;
  background: rgba(5, 10, 20, 0.95);
  border-top: 1px solid var(--color-border);
  padding: 64px 0 32px;
}

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

.cfe146840 .c96593790 {
  font-family: var(--font-heading);
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.cfe146840 p {
  font-size: 0.9rem;
  color: rgba(224, 232, 240, 0.6);
  line-height: 1.7;
  margin-bottom: 24px;
}

.c60c58df2 {
  display: flex;
  gap: 12px;
}

.c7087f2fd {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--color-card);
  border: 1px solid var(--color-border);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  color: rgba(224, 232, 240, 0.6);
  transition: var(--transition);
}

.c7087f2fd:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.ce0705cb8 h4 {
  font-family: var(--font-heading);
  font-size: 1rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

.cf05023b2 {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cf05023b2 a {
  font-size: 0.88rem;
  color: rgba(224, 232, 240, 0.55);
  transition: var(--transition);
}

.cf05023b2 a:hover {
  color: var(--color-secondary);
  padding-left: 4px;
}

.c6cd1b5b5 {
  border-top: 1px solid var(--color-border);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.c6cd1b5b5 p {
  font-size: 0.82rem;
  color: rgba(224, 232, 240, 0.4);
}

.cde66958c {
  display: flex;
  gap: 20px;
}

.cde66958c a {
  font-size: 0.82rem;
  color: rgba(224, 232, 240, 0.4);
}

.cde66958c a:hover {
  color: var(--color-secondary);
}

/* ---- 陨石3D展示组件 ---- */
.c16910682 {
  background: var(--color-card);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
}

.c00d5d0a4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--color-border);
}

.cbdbac8fa {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--color-secondary);
}

.c1dd5fee7 {
  display: flex;
  gap: 8px;
}

.c6a07ce5d {
  background: rgba(26, 37, 64, 0.8);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  padding: 6px 14px;
  color: var(--color-text);
  font-size: 0.85rem;
  cursor: pointer;
  transition: var(--transition);
}

.c6a07ce5d:hover {
  border-color: var(--color-secondary);
  color: var(--color-secondary);
}

.c3254a5da {
  position: relative;
  aspect-ratio: 4/3;
  overflow: hidden;
  cursor: crosshair;
}

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

.cd7f053ae {
  position: absolute;
  width: 120px;
  height: 120px;
  border: 2px solid rgba(192, 192, 192, 0.6);
  border-radius: 50%;
  pointer-events: none;
  box-shadow: 0 0 0 2000px rgba(5, 10, 20, 0.5);
  transform: translate(-50%, -50%);
  display: none;
}

.c3254a5da:hover .cd7f053ae {
  display: block;
}

/* ---- 动画 ---- */
@keyframes fadeInDown {
  from { opacity: 0; transform: translateY(-20px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes starPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.6; transform: scale(0.8); }
}

@keyframes bounce {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(-8px); }
}

@keyframes meteorTrail {
  0% { opacity: 0; transform: translateX(-100px) translateY(-100px); }
  50% { opacity: 1; }
  100% { opacity: 0; transform: translateX(100px) translateY(100px); }
}

@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

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

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

/* ---- 标签/徽章 ---- */
.cd6c79987 {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 100px;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.c5fd15b11 { background: rgba(184, 150, 12, 0.2); color: #B8960C; border: 1px solid rgba(184, 150, 12, 0.3); }
.c4793034b { background: rgba(74, 144, 217, 0.2); color: #4A90D9; border: 1px solid rgba(74, 144, 217, 0.3); }
.badge-sold { background: rgba(192, 192, 192, 0.1); color: rgba(192, 192, 192, 0.5); border: 1px solid rgba(192, 192, 192, 0.2); }

/* ---- 分割线 ---- */
.divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 40px 0;
}

/* ---- 响应式 ---- */
@media (max-width: 1024px) {
  .cf205c381 { grid-template-columns: repeat(2, 1fr); }
  .c1e63aec6 { grid-template-columns: 1fr 1fr; }
  .c043c24c8 { grid-template-columns: repeat(2, 1fr); }
  .c45b61fad { grid-template-columns: 1fr; gap: 40px; }
}

@media (max-width: 768px) {
  .c7c4228d3 {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: rgba(5, 10, 20, 0.98);
    flex-direction: column;
    padding: 24px;
    border-bottom: 1px solid var(--color-border);
    gap: 4px;
  }

  .c7c4228d3.open {
    display: flex;
  }

  .c7c4228d3 a {
    width: 100%;
    padding: 12px 16px;
  }

  .c579c22ed {
    display: flex;
  }

  .c11864bc0 { padding: 60px 0; }
  .grid-2 { grid-template-columns: 1fr; }
  .c1dff2152 { grid-template-columns: 1fr; }
  .c76974c47 { grid-template-columns: repeat(2, 1fr); }
  .c933f2182 { grid-template-columns: 1fr; }
  .c1b37d80b { grid-template-columns: 1fr; }
  .c1e63aec6 { grid-template-columns: 1fr; gap: 32px; }
  .c6cd1b5b5 { flex-direction: column; text-align: center; }
  .c83f4b80d { flex-direction: column; }
  .c7caedaad { padding: 24px; }
  .c9cce8bb5 { flex-direction: column; align-items: center; }
}

@media (max-width: 480px) {
  .c76974c47 { grid-template-columns: 1fr; }
  .c043c24c8 { grid-template-columns: repeat(2, 1fr); }
  .c8302d2d1 { grid-template-columns: 1fr; }
  .cdde68704 { padding: 0 16px; }
}

/* ---- 辅助类 ---- */
.cf5a308e1 { text-align: center; }
.text-silver { color: var(--color-secondary); }
.text-accent { color: var(--color-accent); }
.text-muted { color: rgba(224, 232, 240, 0.55); }
.mt-8 { margin-top: 8px; }
.cf1fba1c3 { margin-top: 16px; }
.mt-24 { margin-top: 24px; }
.c760f4b71 { margin-top: 32px; }
.mb-8 { margin-bottom: 8px; }
.mb-16 { margin-bottom: 16px; }
.cca670ffc { margin-bottom: 24px; }
.mb-32 { margin-bottom: 32px; }
.flex { display: flex; }
.flex-center { display: flex; align-items: center; justify-content: center; }
.gap-8 { gap: 8px; }
.gap-16 { gap: 16px; }
.gap-24 { gap: 24px; }
.c2ff2b0c3 { width: 100%; }

/* ---- 滚动条美化 ---- */
::-webkit-scrollbar { width: 6px; }
::-webkit-scrollbar-track { background: var(--color-bg); }
::-webkit-scrollbar-thumb { background: var(--color-card); border-radius: 3px; }
::-webkit-scrollbar-thumb:hover { background: rgba(192, 192, 192, 0.3); }

/* ---- 选中文字样式 ---- */
::selection {
  background: rgba(74, 144, 217, 0.3);
  color: #fff;
}
