/* ===================================================================
   俞浩 · 追觅科技创始人 — 人物深度调研  多页面样式表
   配色参考 tokenmux.xyz：鼠尾草绿 + 奶白 + 暖金 的大地色系
   =================================================================== */

:root {
  --bg: #e7e9e0;          /* 鼠尾草浅绿背景 */
  --paper: #fdfdfb;       /* 暖白卡片 */
  --ink: #2c2f25;         /* 深橄榄炭黑 */
  --ink-soft: #595c4d;
  --ink-faint: #8b8d7c;
  --line: #dadccd;        /* 鼠尾草描边 */
  --accent: #b0904c;      /* 暖金 */
  --accent-deep: #856631; /* 深金 / 古铜 */
  --gold: #cbb079;        /* 亮金（深底上用） */
  --dark: #3a4531;        /* 深橄榄绿（深色区/页眉） */
  --dark-2: #47543b;      /* 中橄榄绿 */
  --moss: #6f835a;        /* 苔绿 */
  --radius: 16px;
  --shadow: 0 14px 40px -18px rgba(44, 47, 37, .26);
  --shadow-lg: 0 30px 70px -28px rgba(28, 31, 22, .46);
  --maxw: 1180px;
  --font: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB",
          "Microsoft YaHei", "Noto Sans CJK SC", sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  font-family: var(--font); background: var(--bg); color: var(--ink);
  line-height: 1.75; -webkit-font-smoothing: antialiased; overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; }
.section { padding: 76px 0; position: relative; }
.section-dark { background: var(--dark); color: #edefe4; }

.sec-kicker {
  font-size: 13px; letter-spacing: .22em; font-weight: 700;
  color: var(--accent); text-transform: uppercase; margin-bottom: 14px;
}
.sec-title { font-size: clamp(26px, 3.4vw, 38px); font-weight: 800; line-height: 1.25; }
.sec-lead { font-size: 16px; color: var(--ink-soft); margin: 14px 0 40px; max-width: 720px; }

/* ---------- 导航 ---------- */
.nav {
  position: sticky; top: 0; z-index: 50;
  background: rgba(231, 233, 224, .9);
  backdrop-filter: saturate(180%) blur(14px);
  border-bottom: 1px solid var(--line);
}
.nav-inner {
  max-width: 1280px; margin: 0 auto; padding: 12px 28px;
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.nav-brand { font-weight: 800; font-size: 18px; white-space: nowrap; }
.nav-brand span { color: var(--ink-faint); font-weight: 500; font-size: 13px; margin-left: 5px; }
.nav-links { display: flex; gap: 4px; flex-wrap: wrap; justify-content: flex-end; }
.nav-links a {
  font-size: 14px; color: var(--ink-soft); font-weight: 600;
  padding: 7px 13px; border-radius: 999px; transition: all .18s; white-space: nowrap;
}
.nav-links a:hover { color: var(--accent-deep); background: rgba(176, 144, 76, .12); }
.nav-links a.active { color: #fdfdfb; background: var(--dark); }

/* ---------- 页眉（内容页） ---------- */
.pagehead {
  background: var(--dark); color: #fff; padding: 60px 0 54px; position: relative;
  overflow: hidden;
}
.pagehead::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(620px 320px at 85% 20%, rgba(203, 176, 121, .32), transparent 70%);
}
.ph-kicker {
  position: relative; font-size: 13px; letter-spacing: .24em; color: var(--gold);
  font-weight: 700; text-transform: uppercase; margin-bottom: 12px;
}
.ph-title {
  position: relative; font-size: clamp(30px, 4.4vw, 50px); font-weight: 900;
  letter-spacing: -.01em; line-height: 1.2;
}
.ph-lead {
  position: relative; font-size: 16px; color: #c2c6b4; margin-top: 16px; max-width: 760px;
}
.ph-lead strong { color: #fff; }

/* ---------- 首屏（首页） ---------- */
.hero { position: relative; background: var(--dark); color: #fff; overflow: hidden; }
.hero-bg {
  position: absolute; inset: 0;
  background:
    radial-gradient(680px 420px at 78% 20%, rgba(203, 176, 121, .42), transparent 70%),
    radial-gradient(560px 460px at 12% 92%, rgba(111, 131, 90, .5), transparent 70%);
}
.hero-inner {
  position: relative; max-width: var(--maxw); margin: 0 auto;
  padding: 60px 28px 56px; display: grid;
  grid-template-columns: 1.35fr .9fr; gap: 56px; align-items: center;
}
.hero-kicker {
  font-size: 13px; letter-spacing: .26em; color: var(--gold); font-weight: 700;
  text-transform: uppercase; margin-bottom: 16px;
}
.hero-name {
  font-size: clamp(60px, 10vw, 120px); font-weight: 900; letter-spacing: .04em;
  line-height: 1; margin-bottom: 14px;
  background: linear-gradient(180deg, #fff 38%, var(--gold));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero-title { font-size: clamp(18px, 2.4vw, 25px); font-weight: 600; color: #e2e4d6; margin-bottom: 20px; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 9px; margin-bottom: 22px; }
.hero-tags span {
  font-size: 13px; padding: 6px 14px; border-radius: 999px;
  background: rgba(255, 255, 255, .09); border: 1px solid rgba(255, 255, 255, .18); color: #d8dac8;
}
.hero-desc { font-size: 15.5px; color: #b6b9a6; max-width: 560px; margin-bottom: 28px; }
.hero-cta { display: flex; gap: 14px; flex-wrap: wrap; }

.btn {
  display: inline-flex; align-items: center; gap: 8px; padding: 13px 26px;
  border-radius: 999px; font-weight: 700; font-size: 14.5px; cursor: pointer;
  border: 1px solid transparent; transition: transform .15s, background .2s;
}
.btn:active { transform: scale(.97); }
.btn-primary { background: var(--accent); color: #fff; box-shadow: 0 10px 26px -8px rgba(133, 102, 49, .6); }
.btn-primary:hover { background: var(--accent-deep); }
.btn-ghost { background: transparent; border-color: rgba(255, 255, 255, .3); color: #fff; }
.btn-ghost:hover { background: rgba(255, 255, 255, .1); }

.hero-portrait { display: flex; flex-direction: column; align-items: center; gap: 16px; }
.portrait-frame { position: relative; width: 270px; height: 270px; }
.portrait-frame img {
  width: 100%; height: 100%; object-fit: cover; border-radius: 50%;
  border: 5px solid rgba(255, 255, 255, .14);
  box-shadow: 0 30px 60px -20px rgba(0, 0, 0, .65);
}
.portrait-ring {
  position: absolute; inset: -16px; border-radius: 50%;
  border: 1.5px dashed rgba(203, 176, 121, .6); animation: spin 26s linear infinite;
}
@keyframes spin { to { transform: rotate(360deg); } }
.portrait-caption { font-size: 13px; color: #9a9c88; }

.hero-stats {
  position: relative; max-width: var(--maxw); margin: 0 auto;
  display: grid; grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid rgba(255, 255, 255, .12);
}
.hstat { padding: 24px 18px; text-align: center; border-right: 1px solid rgba(255, 255, 255, .09); }
.hstat:last-child { border-right: none; }
.hstat b { display: block; font-size: clamp(20px, 2.8vw, 30px); font-weight: 800; color: #fff; }
.hstat span { font-size: 13px; color: #a0a28e; }

/* ---------- 首页栏目卡 ---------- */
.navcard-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.navcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; transition: transform .2s, box-shadow .2s, border-color .2s;
}
.navcard:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: var(--accent); }
.navcard-ico { font-size: 30px; }
.navcard h3 { font-size: 18px; font-weight: 800; margin: 12px 0 6px; }
.navcard p { font-size: 14px; color: var(--ink-soft); min-height: 42px; }
.navcard-go { font-size: 13.5px; font-weight: 700; color: var(--accent-deep); }

/* ---------- 人物档案 ---------- */
.profile-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.pcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; transition: transform .2s, box-shadow .2s;
}
.pcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.pico { font-size: 26px; }
.pcard h3 { font-size: 14px; color: var(--ink-faint); font-weight: 600; margin: 12px 0 6px; }
.pcard p { font-size: 15.5px; font-weight: 600; line-height: 1.6; }

/* ---------- 成长求学 ---------- */
.growth-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 26px; position: relative; overflow: hidden;
  transition: transform .2s, box-shadow .2s;
}
.gcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.gcard::before {
  content: ""; position: absolute; left: 0; top: 0; width: 4px; height: 100%;
  background: linear-gradient(var(--accent), var(--moss));
}
.gnum { font-size: 32px; font-weight: 900; color: var(--accent-deep); line-height: 1; margin-bottom: 14px; }
.gnum small { font-size: 15px; font-weight: 700; color: var(--ink-faint); margin-left: 2px; }
.gcard h3 { font-size: 18px; font-weight: 800; margin-bottom: 8px; }
.gcard p { font-size: 14.5px; color: var(--ink-soft); }

.pull {
  margin-top: 40px; padding: 36px 44px; background: var(--dark); color: #fff;
  border-radius: var(--radius); font-size: clamp(18px, 2.2vw, 23px); font-weight: 600;
  line-height: 1.6; position: relative;
}
.pull::before {
  content: "“"; position: absolute; top: -8px; left: 22px; font-size: 86px;
  color: rgba(203, 176, 121, .4); font-family: Georgia, serif;
}
.pull cite { display: block; margin-top: 14px; font-size: 14px; font-weight: 500; font-style: normal; color: #a0a28e; }

/* ---------- 时间线 ---------- */
.timeline { position: relative; padding-left: 8px; }
.timeline::before {
  content: ""; position: absolute; left: 92px; top: 8px; bottom: 8px;
  width: 2px; background: var(--line);
}
.tl-item { position: relative; display: grid; grid-template-columns: 84px 1fr; gap: 36px; padding: 16px 0; }
.tl-year { font-size: 22px; font-weight: 900; text-align: right; padding-top: 2px; color: var(--accent-deep); }
.tl-body {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 20px 24px; position: relative; transition: transform .2s, box-shadow .2s;
}
.tl-body:hover { transform: translateX(6px); box-shadow: var(--shadow); }
.tl-body::before {
  content: ""; position: absolute; left: -49px; top: 24px; width: 14px; height: 14px;
  border-radius: 50%; background: var(--paper); border: 3px solid var(--accent);
}
.tl-now .tl-body::before { background: var(--accent); box-shadow: 0 0 0 6px rgba(176, 144, 76, .22); }
.tl-body h3 { font-size: 17.5px; font-weight: 800; margin-bottom: 5px; }
.tl-body p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- 追觅科技 ---------- */
.metrics { display: grid; grid-template-columns: repeat(6, 1fr); gap: 14px; margin-bottom: 44px; }
.metric {
  background: var(--dark-2); border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 14px; padding: 24px 16px; text-align: center;
}
.metric b { display: block; font-size: 30px; font-weight: 900; color: #fff; }
.metric b i { font-style: normal; color: var(--gold); font-size: 18px; }
.metric span { font-size: 12.5px; color: #a8ab97; }
.dreame-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.dcol h3 { font-size: 18px; margin-bottom: 16px; color: #fff; }
.taglist { list-style: none; display: flex; flex-wrap: wrap; gap: 10px; }
.taglist li {
  font-size: 14px; padding: 9px 16px; border-radius: 10px;
  background: var(--dark-2); border: 1px solid rgba(255, 255, 255, .1); color: #d6d8c6;
}
.taglist-accent li { background: rgba(203, 176, 121, .16); border-color: rgba(203, 176, 121, .42); color: var(--gold); }
.note {
  margin-top: 34px; padding-top: 22px; border-top: 1px solid rgba(255, 255, 255, .1);
  font-size: 15px; color: #b0b39f; font-style: italic;
}

/* ---------- 商业理念 ---------- */
.mind-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.mcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 28px 26px; transition: transform .2s, box-shadow .2s;
}
.mcard:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.mcard h3 {
  font-size: 18px; font-weight: 800; margin-bottom: 10px; padding-bottom: 10px;
  border-bottom: 2px solid var(--accent); display: inline-block;
}
.mcard p { font-size: 14.5px; color: var(--ink-soft); }

/* ---------- 经典语录 ---------- */
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.quote {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 30px 28px; font-size: 17px; font-weight: 700; line-height: 1.55;
  transition: transform .2s, box-shadow .2s, border-color .2s;
}
.quote:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: var(--accent); }
.quote figcaption { margin-top: 14px; font-size: 13px; font-weight: 500; color: var(--ink-faint); }
.q-big {
  grid-column: span 2; font-size: clamp(20px, 2.4vw, 27px);
  background: linear-gradient(135deg, var(--dark), var(--dark-2)); color: #fff;
}
.q-big figcaption { color: #a8ab97; }
.q-wide { grid-column: span 2; background: rgba(176, 144, 76, .1); border-color: rgba(176, 144, 76, .34); }

/* ---------- 自媒体 ---------- */
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-bottom: 32px; }
.mediastat {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px;
}
.mediastat b { font-size: 38px; font-weight: 900; color: var(--accent-deep); line-height: 1; }
.mediastat b i { font-style: normal; font-size: 20px; }
.mediastat span { display: block; margin-top: 8px; font-size: 14px; color: var(--ink-soft); }
.account-card {
  display: flex; gap: 22px; align-items: center; background: var(--dark); color: #fff;
  border-radius: var(--radius); padding: 26px 30px;
}
.account-card img {
  width: 84px; height: 84px; border-radius: 50%; flex-shrink: 0;
  border: 3px solid rgba(255, 255, 255, .14);
}
.account-info h3 { font-size: 20px; display: flex; align-items: center; gap: 10px; }
.verified { font-size: 12px; font-weight: 600; padding: 3px 10px; border-radius: 999px; background: var(--accent); color: #fff; }
.account-id { font-size: 13px; color: #a8ab97; margin: 6px 0; word-break: break-all; }
.account-id a { color: var(--gold); }
.account-note { font-size: 14px; color: #c2c6b4; }
.account-note a { color: var(--gold); font-weight: 600; }

/* ---------- 作品库：统计 + 工具栏 ---------- */
.vid-summary { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; margin-bottom: 24px; }
.vsum {
  background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
  padding: 18px; text-align: center;
}
.vsum b { display: block; font-size: 25px; font-weight: 900; }
.vsum span { font-size: 12.5px; color: var(--ink-faint); }

.vid-toolbar {
  display: flex; flex-wrap: wrap; gap: 14px; align-items: center; margin-bottom: 22px;
  padding: 14px 18px; background: var(--paper); border: 1px solid var(--line); border-radius: 14px;
}
.vt-group { display: flex; align-items: center; gap: 8px; }
.vt-label { font-size: 13px; color: var(--ink-faint); font-weight: 600; }
.vt-btn {
  font-size: 13px; padding: 7px 14px; border-radius: 999px; cursor: pointer;
  border: 1px solid var(--line); background: var(--bg); color: var(--ink-soft);
  font-weight: 600; font-family: var(--font); transition: all .18s;
}
.vt-btn:hover { border-color: var(--accent); color: var(--accent-deep); }
.vt-btn.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.vt-counter { margin-left: auto; font-size: 13px; color: var(--ink-faint); font-weight: 600; }

/* ---------- 作品库：紧凑网格 ---------- */
.vgrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.vcard {
  background: var(--paper); border: 1px solid var(--line); border-radius: 11px;
  overflow: hidden; cursor: pointer; transition: transform .16s, box-shadow .16s;
}
.vcard:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); z-index: 2; }
.vthumb { position: relative; aspect-ratio: 3 / 4; background: #e2e3d7; overflow: hidden; }
.vthumb img, .vthumb video {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.vthumb video { z-index: 1; }
.vbadge {
  position: absolute; top: 6px; left: 6px; z-index: 3; font-size: 10px; font-weight: 700;
  padding: 2px 7px; border-radius: 5px; background: rgba(28, 31, 22, .76); color: #fff;
}
.vbadge.top { background: var(--accent); }
.vbadge.img { background: var(--moss); }
.vdur {
  position: absolute; bottom: 6px; right: 6px; z-index: 3; font-size: 10px;
  padding: 2px 6px; border-radius: 4px; background: rgba(28, 31, 22, .76); color: #fff;
}
.vthumb-ov {
  position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; padding: 16px 8px 6px;
  display: flex; gap: 8px; font-size: 11px; font-weight: 700; color: #fff;
  background: linear-gradient(transparent, rgba(28, 31, 22, .82));
}
.vbody { padding: 9px 10px 11px; }
.vtitle {
  font-size: 12.5px; font-weight: 600; line-height: 1.5; color: var(--ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
  overflow: hidden; min-height: 37px;
}
.vdate { font-size: 11px; color: var(--ink-faint); margin-top: 5px; }

/* ---------- 作品库：页码翻页 ---------- */
.pager {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  margin-top: 34px; flex-wrap: wrap;
}
.pager button {
  min-width: 38px; height: 38px; padding: 0 11px; border-radius: 9px; cursor: pointer;
  border: 1px solid var(--line); background: var(--paper); color: var(--ink-soft);
  font-weight: 700; font-size: 13.5px; font-family: var(--font); transition: all .15s;
}
.pager button:hover:not(:disabled) { border-color: var(--accent); color: var(--accent-deep); }
.pager button.active { background: var(--accent); color: #fff; border-color: var(--accent); }
.pager button:disabled { opacity: .4; cursor: not-allowed; }
.pager .pager-gap { color: var(--ink-faint); padding: 0 2px; }

.data-tip { margin-top: 22px; font-size: 13px; color: var(--ink-faint); text-align: center; }

/* ---------- 数据说明框 ---------- */
.limit-box {
  margin-top: 30px; background: #f6efdc; border: 1px solid #e3d4a8;
  border-radius: var(--radius); padding: 26px 30px;
}
.limit-box h3 { font-size: 17px; margin-bottom: 12px; color: var(--accent-deep); }
.limit-box ul { padding-left: 20px; }
.limit-box li { font-size: 14px; color: #5d5536; margin-bottom: 8px; }
.limit-box b { color: #6b5520; }
code {
  font-family: "SF Mono", Menlo, Consolas, monospace; font-size: 12.5px;
  background: rgba(176, 144, 76, .14); color: var(--accent-deep);
  padding: 2px 6px; border-radius: 5px;
}

/* ---------- 页脚 ---------- */
.footer { background: var(--dark); color: #a0a28e; padding: 52px 0; }
.foot-title { font-size: 17px; font-weight: 700; color: #fff; margin-bottom: 12px; }
.foot-meta { font-size: 13.5px; max-width: 780px; line-height: 1.8; }
.foot-sources { margin-top: 16px; display: flex; flex-wrap: wrap; gap: 16px; }
.foot-sources a { font-size: 13px; color: var(--gold); border-bottom: 1px solid transparent; }
.foot-sources a:hover { border-color: var(--gold); }

/* ===================================================================
   全屏抖音播放模式
   =================================================================== */
.player {
  position: fixed; inset: 0; z-index: 200; display: none;
  background: #1b1e16;
}
.player.open { display: flex; }
.player-close {
  position: absolute; top: 18px; right: 22px; z-index: 10;
  width: 42px; height: 42px; border-radius: 50%; border: none; cursor: pointer;
  background: rgba(255, 255, 255, .12); color: #fff; font-size: 18px;
  transition: background .18s;
}
.player-close:hover { background: var(--accent); }

/* 左侧：视频舞台 */
.player-stage {
  flex: 1; position: relative; display: flex; align-items: center;
  justify-content: center; min-width: 0;
  background:
    radial-gradient(60% 60% at 50% 40%, rgba(111, 131, 90, .22), transparent 70%), #1b1e16;
}
.player-video-wrap {
  height: 88vh; max-width: 90%; display: flex; align-items: center;
  justify-content: center;
}
#pVideo {
  height: 100%; max-height: 88vh; max-width: 100%; border-radius: 14px;
  background: #000; box-shadow: 0 30px 80px -20px rgba(0, 0, 0, .8);
}
.player-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 56px; height: 56px; border-radius: 50%; cursor: pointer;
  border: 1px solid rgba(255, 255, 255, .22); background: rgba(255, 255, 255, .1);
  color: #fff; font-size: 26px; transition: background .18s, transform .12s;
  display: flex; align-items: center; justify-content: center;
}
.player-nav:hover { background: var(--accent); }
.player-nav:active { transform: translateY(-50%) scale(.92); }
.player-nav:disabled { opacity: .3; cursor: not-allowed; }
.player-nav.prev { left: 26px; }
.player-nav.next { right: 26px; }

/* 右侧：信息面板 */
.player-info {
  width: 384px; flex-shrink: 0; background: #23271d; color: #e7e9dc;
  display: flex; flex-direction: column; overflow-y: auto; padding: 30px 30px 26px;
}
.pi-counter {
  font-size: 12px; letter-spacing: .12em; color: var(--gold); font-weight: 700;
  text-transform: uppercase; margin-bottom: 14px;
}
.pi-title { font-size: 20px; font-weight: 800; line-height: 1.5; color: #fff; }
.pi-date { font-size: 13px; color: #9a9c88; margin: 8px 0 18px; }
.pi-desc {
  font-size: 14.5px; line-height: 1.8; color: #c6c9b6;
  white-space: pre-wrap; padding: 16px 0; border-top: 1px solid rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.pi-stats { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; margin: 18px 0; }
.pi-stats div {
  background: #2d3225; border-radius: 10px; padding: 12px; text-align: center;
}
.pi-stats b { display: block; font-size: 19px; font-weight: 800; color: #fff; }
.pi-stats span { font-size: 12px; color: #9a9c88; }
.pi-actions { display: flex; gap: 10px; margin-bottom: 18px; }
.pi-actions .btn { flex: 1; justify-content: center; padding: 11px 14px; font-size: 13.5px; }
.pi-actions .btn-ghost { border-color: rgba(255, 255, 255, .26); }
.pi-actions .btn-ghost:hover { background: rgba(255, 255, 255, .1); }

/* 自动连播开关 + 上/下一个 */
.pi-control { margin-top: auto; padding-top: 18px; border-top: 1px solid rgba(255, 255, 255, .1); }
.pi-autoplay {
  display: flex; align-items: center; gap: 10px; cursor: pointer;
  font-size: 14px; font-weight: 600; margin-bottom: 14px; user-select: none;
}
.pi-switch {
  position: relative; width: 44px; height: 24px; border-radius: 999px;
  background: #414734; transition: background .2s; flex-shrink: 0;
}
.pi-switch::after {
  content: ""; position: absolute; top: 3px; left: 3px; width: 18px; height: 18px;
  border-radius: 50%; background: #fff; transition: transform .2s;
}
.pi-autoplay input { display: none; }
.pi-autoplay input:checked + .pi-switch { background: var(--accent); }
.pi-autoplay input:checked + .pi-switch::after { transform: translateX(20px); }
.pi-autoplay .pi-ap-hint { font-size: 12px; color: #9a9c88; font-weight: 500; }
.pi-navbtns { display: flex; gap: 10px; }
.pi-navbtns button {
  flex: 1; padding: 13px 0; border-radius: 10px; cursor: pointer; font-weight: 700;
  font-size: 14px; font-family: var(--font); transition: all .15s;
  border: 1px solid rgba(255, 255, 255, .2); background: #2d3225; color: #e7e9dc;
}
.pi-navbtns button:hover:not(:disabled) { background: var(--accent); border-color: var(--accent); color: #fff; }
.pi-navbtns button:disabled { opacity: .35; cursor: not-allowed; }

/* ---------- 进入动画 ---------- */
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .6s, transform .6s; }
.reveal.in { opacity: 1; transform: none; }

/* ---------- 响应式 ---------- */
@media (max-width: 1080px) {
  .vgrid { grid-template-columns: repeat(4, 1fr); }
  .navcard-grid, .profile-grid { grid-template-columns: repeat(2, 1fr); }
  .growth-grid, .mind-grid, .quotes, .media-grid { grid-template-columns: repeat(2, 1fr); }
  .metrics { grid-template-columns: repeat(3, 1fr); }
  .q-big, .q-wide { grid-column: span 2; }
  .hero-inner { grid-template-columns: 1fr; }
  .hero-portrait { order: -1; }
}
@media (max-width: 820px) {
  .player { flex-direction: column; }
  .player-info { width: 100%; flex: 1; }
  .player-stage { flex: none; height: 52vh; }
  .player-video-wrap { height: 48vh; }
  #pVideo { max-height: 48vh; }
  .player-nav { width: 44px; height: 44px; font-size: 20px; }
}
@media (max-width: 720px) {
  .section { padding: 52px 0; }
  .wrap { padding: 0 18px; }
  .nav-inner { flex-direction: column; gap: 10px; }
  .nav-links { justify-content: center; }
  .vgrid { grid-template-columns: repeat(2, 1fr); }
  .navcard-grid, .profile-grid, .growth-grid, .mind-grid, .quotes,
  .media-grid, .dreame-cols { grid-template-columns: 1fr; }
  .metrics, .vid-summary { grid-template-columns: repeat(2, 1fr); }
  .q-big, .q-wide { grid-column: span 1; }
  .hero-stats { grid-template-columns: repeat(2, 1fr); }
  .timeline::before { left: 56px; }
  .tl-item { grid-template-columns: 50px 1fr; gap: 22px; }
  .tl-body::before { left: -33px; }
}
