/* =========================================================
   黑料社区 —— 全球中古黑胶唱片与Hi-Fi音响发烧友社区
   视觉系统：黑胶唱片黑 + 复古黄铜金（Hi-Fi 发烧级模拟味）
   组件命名前缀：grv-（gramophone vinyl）
   ========================================================= */

:root {
  --grv-black: #1A1A1A;        /* 黑胶唱片黑 主色 */
  --grv-brass: #C8A951;        /* 复古黄铜金 辅助色 */
  --grv-brass-soft: #d9bf76;
  --grv-bg: #0D0D0D;           /* 深邃留声机黑 背景 */
  --grv-card: #2A2218;         /* 老唱片封套棕 卡片 */
  --grv-text: #F5E6C8;         /* 暖黄灯光色 正文 */
  --grv-text-dim: #b6a888;
  --grv-line: rgba(200,169,81,0.22);
  --grv-shadow: 0 12px 40px rgba(0,0,0,0.55);
  --grv-radius: 14px;
  --grv-maxw: 1240px;
  --grv-serif: "Noto Serif SC", "Songti SC", "STSong", serif;
  --grv-sans: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--grv-sans);
  background: var(--grv-bg);
  color: var(--grv-text);
  line-height: 1.85;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: var(--grv-brass); text-decoration: none; transition: color .25s; }
a:hover { color: var(--grv-brass-soft); }

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

h1, h2, h3, h4 { font-family: var(--grv-serif); color: var(--grv-text); line-height: 1.4; }

.c2e605ba7 { max-width: var(--grv-maxw); margin: 0 auto; padding: 0 20px; }

/* ===== 顶部唱针进度条 ===== */
.c56489b2a {
  position: fixed; top: 0; left: 0; height: 3px; width: 0;
  background: linear-gradient(90deg, var(--grv-brass), var(--grv-brass-soft));
  z-index: 2000; box-shadow: 0 0 8px var(--grv-brass);
}

/* ===== 导航栏 ===== */
.cbb85d831 {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(13,13,13,0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--grv-line);
}
.cfb3e9ba1 {
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.c44214b48 { display: flex; align-items: center; gap: 12px; font-family: var(--grv-serif); font-size: 1.15rem; font-weight: 700; color: var(--grv-text); }
.c44214b48 img { width: 38px; height: 38px; }
.c44214b48 .c7004cd08 { color: var(--grv-brass); letter-spacing: 1px; }
.c7640cd4b { display: flex; gap: 26px; list-style: none; align-items: center; }
.c7640cd4b a { color: var(--grv-text); font-size: .95rem; position: relative; }
.c7640cd4b a::after { content: ""; position: absolute; left: 0; bottom: -6px; width: 0; height: 2px; background: var(--grv-brass); transition: width .3s; }
.c7640cd4b a:hover::after { width: 100%; }
.cc69b210d { display: none; background: none; border: 1px solid var(--grv-line); color: var(--grv-brass); font-size: 1.4rem; padding: 4px 12px; border-radius: 8px; cursor: pointer; }

/* ===== 通用区块标题 ===== */
.cf61a9ab7 { padding: 72px 0; }
.ce46b24f0 { text-align: center; max-width: 760px; margin: 0 auto 44px; }
.ce46b24f0 .c4ac6e250 { color: var(--grv-brass); letter-spacing: 3px; font-size: .8rem; text-transform: uppercase; }
.ce46b24f0 h2 { font-size: 2rem; margin: 10px 0 14px; }
.ce46b24f0 p { color: var(--grv-text-dim); }

/* ===== Hero 黑胶旋转沉浸区 ===== */
.cb31a94f3 {
  position: relative; min-height: 92vh; display: flex; align-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 70% 50%, rgba(40,34,24,0.85), var(--grv-bg) 70%);
}
.c1b007837 { position: absolute; inset: 0; z-index: 0; opacity: .38; }
.c1b007837 img { width: 100%; height: 100%; object-fit: cover; }
.c87855fd0 { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 40px; align-items: center; width: 100%; }
.c58e1c9c8 h1 { font-size: 3rem; line-height: 1.25; margin-bottom: 20px; }
.c58e1c9c8 h1 .cecac506a { color: var(--grv-brass); }
.c58e1c9c8 p { color: var(--grv-text-dim); font-size: 1.1rem; max-width: 520px; margin-bottom: 30px; }
.cfd5d6c3a { display: flex; gap: 16px; flex-wrap: wrap; }

/* 旋转黑胶 */
.c2d7bfe34 { display: flex; justify-content: center; align-items: center; position: relative; }
.c4ffb514a {
  width: 360px; height: 360px; border-radius: 50%; position: relative;
  background: repeating-radial-gradient(circle at center, #050505 0 2px, #161616 2px 4px);
  box-shadow: 0 0 0 6px #0a0a0a, var(--grv-shadow), inset 0 0 60px rgba(0,0,0,.8);
  animation: grv-spin 6s linear infinite;
}
.c4ffb514a::after {
  content: ""; position: absolute; inset: 38%; border-radius: 50%;
  background: radial-gradient(circle, var(--grv-brass) 0 60%, #8a7333 100%);
  box-shadow: inset 0 0 18px rgba(0,0,0,.6);
}
.c4ffb514a.c62079340 { animation-play-state: paused; }
.c7c30d087 {
  position: absolute; top: 6%; right: 4%; width: 150px; height: 14px;
  background: linear-gradient(90deg, #555, var(--grv-brass));
  border-radius: 8px; transform-origin: right center; transform: rotate(-28deg);
  transition: transform .8s ease; box-shadow: var(--grv-shadow);
}
.c7c30d087.down { transform: rotate(-12deg); }
@keyframes grv-spin { to { transform: rotate(360deg); } }

/* ===== 按钮 ===== */
.cf0dd2e81 {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 13px 26px; border-radius: 40px; font-weight: 600; font-size: .95rem;
  cursor: pointer; border: none; transition: transform .15s, box-shadow .25s;
}
.c53f0ef96 { background: linear-gradient(135deg, var(--grv-brass), #a8893c); color: #1a1a1a; box-shadow: 0 8px 22px rgba(200,169,81,.3); }
.c53f0ef96:hover { transform: translateY(-2px); color: #1a1a1a; }
.cd9691037 { background: transparent; color: var(--grv-brass); border: 1px solid var(--grv-brass); }
.cd9691037:hover { background: rgba(200,169,81,.1); }

/* ===== 唱片卡片横向滚动 ===== */
.c3ce9ab96 { display: flex; gap: 24px; overflow-x: auto; padding: 10px 4px 24px; scroll-snap-type: x mandatory; }
.c3ce9ab96::-webkit-scrollbar { height: 8px; }
.c3ce9ab96::-webkit-scrollbar-thumb { background: var(--grv-brass); border-radius: 8px; }
.c9d17922b {
  flex: 0 0 280px; scroll-snap-align: start; perspective: 1000px; cursor: pointer;
}
.ccab8f0d3 { position: relative; width: 100%; aspect-ratio: 1/1; transform-style: preserve-3d; transition: transform .7s; border-radius: var(--grv-radius); }
.c9d17922b:hover .ccab8f0d3 { transform: rotateY(180deg); }
.c2e04691e { position: absolute; inset: 0; backface-visibility: hidden; border-radius: var(--grv-radius); overflow: hidden; box-shadow: var(--grv-shadow); }
.cc3d399a3 {
  transform: rotateY(180deg); background: var(--grv-card); color: var(--grv-text);
  padding: 22px; display: flex; flex-direction: column; justify-content: center;
  border: 1px solid var(--grv-line);
}
.cc3d399a3 h4 { color: var(--grv-brass); margin-bottom: 10px; }
.cc3d399a3 ol { padding-left: 18px; color: var(--grv-text-dim); font-size: .9rem; }
.c5bd7defd { padding: 14px 4px 0; }
.c5bd7defd h3 { font-size: 1.05rem; }
.c5bd7defd .c034b8378 { color: var(--grv-brass); font-weight: 700; }
.c75b6f976 { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0; }
.cc1edbeaf { font-size: .72rem; padding: 3px 10px; border-radius: 20px; background: rgba(200,169,81,.12); color: var(--grv-brass-soft); border: 1px solid var(--grv-line); }

/* ===== 卡片网格 ===== */
.c8d37730f { display: grid; gap: 28px; }
.c41d0dc0c { grid-template-columns: repeat(2, 1fr); }
.c1709ec45 { grid-template-columns: repeat(3, 1fr); }
.cf435b384 {
  background: var(--grv-card); border: 1px solid var(--grv-line); border-radius: var(--grv-radius);
  overflow: hidden; transition: transform .25s, box-shadow .25s; display: flex; flex-direction: column;
}
.cf435b384:hover { transform: translateY(-6px); box-shadow: var(--grv-shadow); }
.cf435b384 img { aspect-ratio: 4/3; object-fit: cover; }
.cbe360399 { padding: 20px 22px; flex: 1; display: flex; flex-direction: column; }
.cbe360399 h3 { font-size: 1.2rem; margin-bottom: 10px; }
.cbe360399 p { color: var(--grv-text-dim); font-size: .92rem; flex: 1; }
.cbe360399 .cc52e1b9d { margin-top: 14px; font-weight: 600; }

/* ===== 瀑布流 ===== */
.c8c39bc31 { columns: 3; column-gap: 24px; }
.c8c39bc31 .cf435b384 { display: inline-block; width: 100%; margin-bottom: 24px; }

/* ===== 时间轴 ===== */
.c70ca6bc4 { position: relative; padding-left: 30px; }
.c70ca6bc4::before { content: ""; position: absolute; left: 8px; top: 0; bottom: 0; width: 2px; background: var(--grv-line); }
.ca4a0600d { position: relative; margin-bottom: 30px; background: var(--grv-card); border: 1px solid var(--grv-line); border-radius: var(--grv-radius); padding: 22px 24px; }
.ca4a0600d::before { content: ""; position: absolute; left: -27px; top: 26px; width: 14px; height: 14px; border-radius: 50%; background: var(--grv-brass); box-shadow: 0 0 10px var(--grv-brass); }
.ce91300ea { color: var(--grv-brass); font-weight: 700; font-size: .9rem; }
.ca4a0600d h3 { margin: 6px 0 8px; }

/* ===== 地图与店铺联动 ===== */
.c04afed87 { display: grid; grid-template-columns: 1.2fr 1fr; gap: 30px; align-items: start; }
.c4ce43eb0 { border-radius: var(--grv-radius); overflow: hidden; border: 1px solid var(--grv-line); position: sticky; top: 90px; }
.ccf3bee58 { display: flex; flex-direction: column; gap: 18px; }
.c96621ded { display: flex; gap: 16px; background: var(--grv-card); border: 1px solid var(--grv-line); border-radius: var(--grv-radius); padding: 14px; }
.c96621ded img { width: 110px; height: 90px; object-fit: cover; border-radius: 8px; flex-shrink: 0; }
.c96621ded h4 { color: var(--grv-brass); }
.c96621ded p { font-size: .85rem; color: var(--grv-text-dim); }

/* ===== Before/After 滑块 ===== */
.c802b1308 { position: relative; max-width: 760px; margin: 0 auto; border-radius: var(--grv-radius); overflow: hidden; border: 1px solid var(--grv-line); user-select: none; }
.c802b1308 img { display: block; width: 100%; }
.c0a88ab66 { position: absolute; inset: 0; width: 50%; overflow: hidden; border-right: 3px solid var(--grv-brass); }
.c0a88ab66 img { width: 760px; max-width: none; height: 100%; object-fit: cover; }
.c6f2e57c0 { position: absolute; inset: 0; width: 100%; opacity: 0; cursor: ew-resize; }
.cc9d81434 { position: absolute; bottom: 12px; padding: 4px 12px; border-radius: 20px; background: rgba(13,13,13,.7); color: var(--grv-brass); font-size: .8rem; }
.cc9d81434.c1841ee64 { left: 12px; } .cc9d81434.c7ec5b599 { right: 12px; }

/* ===== 器材连线拓扑图 ===== */
.c24d2aa44 { background: var(--grv-card); border: 1px solid var(--grv-line); border-radius: var(--grv-radius); padding: 26px; }
.c41751a3a { display: flex; justify-content: space-between; align-items: center; gap: 12px; flex-wrap: wrap; }
.c94cdb59b { flex: 1; min-width: 120px; text-align: center; padding: 18px 10px; border: 1px dashed var(--grv-brass); border-radius: 10px; background: rgba(200,169,81,.06); }
.c94cdb59b strong { display: block; color: var(--grv-brass); }
.c26ed636c { color: var(--grv-brass); font-size: 1.6rem; }
.c813efa37 { margin-top: 18px; padding: 14px; border-radius: 10px; background: rgba(0,0,0,.35); font-size: .9rem; color: var(--grv-text-dim); }

/* ===== 试听转盘组件 ===== */
.c79b3d044 { display: flex; align-items: center; gap: 30px; background: var(--grv-card); border: 1px solid var(--grv-line); border-radius: var(--grv-radius); padding: 30px; flex-wrap: wrap; }
.c79b3d044 .c4ffb514a { width: 200px; height: 200px; }
.c96fec975 { flex: 1; min-width: 220px; }
.c96fec975 h3 { margin-bottom: 10px; }
.c96fec975 .c40309f2f { font-size: .85rem; color: var(--grv-text-dim); margin-top: 8px; }

/* ===== 表格 ===== */
.c98f4d9c9 { width: 100%; border-collapse: collapse; font-size: .92rem; }
.c98f4d9c9 th, .c98f4d9c9 td { padding: 12px 14px; border: 1px solid var(--grv-line); text-align: left; }
.c98f4d9c9 th { background: rgba(200,169,81,.12); color: var(--grv-brass); }
.c98f4d9c9 tr:nth-child(even) td { background: rgba(255,255,255,.02); }

/* ===== 面包屑 ===== */
.cc7a18e78 { font-size: .85rem; color: var(--grv-text-dim); padding: 18px 0; }
.cc7a18e78 a { color: var(--grv-brass); }

/* ===== 内容文章排版 ===== */
.c614765db { max-width: 860px; margin: 0 auto; }
.c614765db h2 { font-size: 1.7rem; margin: 36px 0 16px; padding-left: 14px; border-left: 4px solid var(--grv-brass); }
.c614765db h3 { font-size: 1.3rem; margin: 26px 0 12px; color: var(--grv-brass-soft); }
.c614765db p { margin-bottom: 16px; }
.c614765db ul, .c614765db ol { margin: 0 0 16px 22px; color: var(--grv-text); }
.c614765db li { margin-bottom: 8px; }
.c614765db blockquote { border-left: 4px solid var(--grv-brass); background: var(--grv-card); padding: 16px 20px; margin: 20px 0; color: var(--grv-text-dim); border-radius: 0 10px 10px 0; }
.c614765db figure { margin: 24px 0; }
.c614765db figcaption { text-align: center; font-size: .82rem; color: var(--grv-text-dim); margin-top: 8px; }

/* ===== FAQ ===== */
.cdabda08f { border: 1px solid var(--grv-line); border-radius: 10px; margin-bottom: 14px; overflow: hidden; }
.c5868d931 { padding: 16px 20px; background: var(--grv-card); cursor: pointer; font-weight: 600; display: flex; justify-content: space-between; }
.c5868d931::after { content: "+"; color: var(--grv-brass); }
.cdabda08f.open .c5868d931::after { content: "–"; }
.c28fc88d7 { padding: 0 20px; max-height: 0; overflow: hidden; transition: all .3s; color: var(--grv-text-dim); }
.cdabda08f.open .c28fc88d7 { padding: 16px 20px; max-height: 400px; }

/* ===== 信息卡/E-E-A-T ===== */
.ca2fd3b39 { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.c1d996244 { background: var(--grv-card); border: 1px solid var(--grv-line); border-radius: var(--grv-radius); padding: 22px; text-align: center; }
.c1d996244 .c41f0bd8c { font-size: 2rem; color: var(--grv-brass); font-family: var(--grv-serif); }

/* ===== 搜索 ===== */
.c56257326 { display: flex; gap: 12px; max-width: 640px; margin: 0 auto 30px; }
.c56257326 input { flex: 1; padding: 14px 18px; border-radius: 40px; border: 1px solid var(--grv-line); background: var(--grv-card); color: var(--grv-text); font-size: 1rem; }
.c56257326 input:focus { outline: none; border-color: var(--grv-brass); }
.c411c8d4d { max-width: 760px; margin: 0 auto; }
.c411c8d4d a { display: block; padding: 16px 18px; border: 1px solid var(--grv-line); border-radius: 10px; margin-bottom: 12px; background: var(--grv-card); }
.c411c8d4d a:hover { border-color: var(--grv-brass); }
.c411c8d4d .grv-sr-url { color: var(--grv-text-dim); font-size: .8rem; }

/* ===== 表单 ===== */
.c44d64dc9 { display: grid; gap: 16px; max-width: 620px; }
.c44d64dc9 label { font-size: .9rem; color: var(--grv-brass-soft); }
.c44d64dc9 input, .c44d64dc9 select, .c44d64dc9 textarea {
  width: 100%; padding: 12px 14px; border-radius: 10px; border: 1px solid var(--grv-line);
  background: var(--grv-card); color: var(--grv-text); font-size: .95rem; font-family: var(--grv-sans);
}
.c44d64dc9 input:focus, .c44d64dc9 select:focus, .c44d64dc9 textarea:focus { outline: none; border-color: var(--grv-brass); }

/* ===== 选座 ===== */
.ccbc3f06e { display: grid; grid-template-columns: repeat(8, 1fr); gap: 8px; max-width: 480px; }
.c9e9e398c { aspect-ratio: 1/1; border-radius: 6px; background: var(--grv-card); border: 1px solid var(--grv-line); cursor: pointer; display: flex; align-items: center; justify-content: center; font-size: .7rem; color: var(--grv-text-dim); }
.c9e9e398c.sel { background: var(--grv-brass); color: #1a1a1a; }
.c9e9e398c.c1783bd03 { background: #333; cursor: not-allowed; opacity: .5; }

/* ===== 页脚 ===== */
.c7296234b { background: #080808; border-top: 1px solid var(--grv-line); padding: 56px 0 26px; margin-top: 40px; }
.c045d4199 { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 32px; }
.c7296234b h4 { color: var(--grv-brass); margin-bottom: 14px; font-size: 1rem; }
.c7296234b ul { list-style: none; }
.c7296234b li { margin-bottom: 9px; }
.c7296234b a { color: var(--grv-text-dim); font-size: .9rem; }
.c7296234b a:hover { color: var(--grv-brass); }
.c7296234b .cf921b37a { color: var(--grv-text-dim); font-size: .88rem; }
.c9afca31c { text-align: center; color: var(--grv-text-dim); font-size: .82rem; border-top: 1px solid var(--grv-line); margin-top: 36px; padding-top: 22px; }

/* ===== 通用工具 ===== */
.cf6def021 { font-size: 1.1rem; color: var(--grv-text-dim); }
.grv-divider { height: 1px; background: var(--grv-line); margin: 40px 0; }
.c98f5ae6e { text-align: center; }
.cf3d94675 { margin-top: 30px; }
.c4bb1a5ce { border-radius: var(--grv-radius); overflow: hidden; margin: 24px 0; border: 1px solid var(--grv-line); }

/* ===== 响应式断点 ===== */
@media (max-width: 980px) {
  .c87855fd0 { grid-template-columns: 1fr; text-align: center; }
  .c2d7bfe34 { order: -1; }
  .c58e1c9c8 p { margin-left: auto; margin-right: auto; }
  .c1709ec45 { grid-template-columns: repeat(2, 1fr); }
  .c8c39bc31 { columns: 2; }
  .c04afed87 { grid-template-columns: 1fr; }
  .c4ce43eb0 { position: static; }
  .c045d4199 { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .c7640cd4b { display: none; position: absolute; top: 68px; left: 0; right: 0; flex-direction: column; background: var(--grv-bg); padding: 18px 20px; border-bottom: 1px solid var(--grv-line); }
  .c7640cd4b.open { display: flex; }
  .cc69b210d { display: block; }
  .c58e1c9c8 h1 { font-size: 2.1rem; }
  .c4ffb514a { width: 260px; height: 260px; }
  .c41d0dc0c, .c1709ec45 { grid-template-columns: 1fr; }
  .c8c39bc31 { columns: 1; }
  .ca2fd3b39 { grid-template-columns: 1fr 1fr; }
  .ce46b24f0 h2 { font-size: 1.6rem; }
  .c045d4199 { grid-template-columns: 1fr; }
  .ccbc3f06e { grid-template-columns: repeat(6,1fr); }
}
