/* ============ video-cms 前台样式 · 极简浅色主题 ============ */
:root {
  --c-bg: #ffffff;
  --c-pane: #f6f7f9;
  --c-ink: #15171c;
  --c-dim: #6b7280;
  --c-key: #2563eb;
  --c-key-d: #1e40af;
  --c-line: #e5e7eb;
  --r: 8px;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
  font-family: -apple-system, "PingFang SC", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
  background: var(--c-bg);
  color: var(--c-ink);
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
.wrap { width: 100%; margin: 0 auto; padding: 0 24px; }

/* ---- SEO / 可访问性 ---- */
.jump-link {
  position: absolute; left: -9999px; top: 0; z-index: 2000;
  background: var(--c-key); color: #fff; padding: 8px 14px;
  border-radius: 0 0 var(--r) 0; font-size: 14px;
}
.jump-link:focus { left: 0; }
.vh {
  position: absolute !important; width: 1px; height: 1px; padding: 0;
  margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.crumbs { font-size: 13px; color: var(--c-dim); margin: 2px 0 12px; line-height: 1.6; }
.crumbs a { color: var(--c-dim); text-decoration: none; }
.crumbs a:hover { color: var(--c-key); }
.crumbs .div { margin: 0 5px; color: var(--c-line); }

/* ---- Header（悬浮胶囊岛） ---- */
.lite-top {
  position: sticky; top: 0; z-index: 100;
  background: transparent;
}
.lite-top-in {
  display: block; padding-top: 14px; padding-bottom: 8px;
}
/* 悬浮胶囊岛：离边留白、圆角 999、轻投影、不贴边全宽 */
.lite-bar {
  display: flex; align-items: center; width: 100%;
  gap: 14px; height: 56px;
  background: var(--c-bg);
  border: 1px solid var(--c-line);
  border-radius: 999px;
  box-shadow: 0 6px 20px rgba(0,0,0,.06);
  padding: 0 20px;
}
/* Logo：左侧固定，不收缩 */
.brand {
  font-size: 18px; font-weight: 800; margin: 0; line-height: 1.2;
  white-space: nowrap; flex: none; text-align: left;
}
.brand a { color: var(--c-key); }
/* 水平导航（桌面端：inline 居中，手机端：全屏覆盖层） */
.lite-menu {
  display: flex; justify-content: center; align-items: center; gap: 2px;
  flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: none;
}
.lite-menu::-webkit-scrollbar { display: none; }
/* 桌面端：仅 .lite-menu-nav 内部链接，关闭/搜索/底部块在桌面隐藏 */
.lite-menu-close, .lite-menu-search, .lite-menu-foot { display: none; }
.lite-menu-nav {
  display: flex; justify-content: center; align-items: center; gap: 2px;
  flex: 1; min-width: 0; overflow-x: auto; scrollbar-width: none;
}
.lite-menu-nav::-webkit-scrollbar { display: none; }
.lite-menu-nav a {
  font-size: 13px; color: var(--c-dim); white-space: nowrap;
  padding: 6px 12px; border-radius: 999px;
  transition: color .15s, background .15s;
}
.lite-menu-nav a:hover { color: var(--c-key); background: #eff6ff; }
.lite-menu-nav a.active {
  background: #eff6ff; color: var(--c-key); font-weight: 600;
}
/* 右侧工具区：浅灰圆角胶囊 图标+文本 */
.lite-tools {
  display: flex; align-items: center; gap: 6px; flex: none; margin-left: auto;
}
.lite-tool-txt { font-size: 12px; }
/* 工具胶囊通用：浅灰底、圆角 999 */
.lite-search-go, .lite-get, .lite-tg {
  flex: none; height: 32px;
  display: inline-flex; align-items: center; justify-content: center; gap: 5px;
  padding: 0 12px; border: none; border-radius: 999px;
  background: var(--c-pane); color: var(--c-dim); cursor: pointer;
  font-size: 12px; transition: color .15s, background .15s;
}
.lite-search-go:hover, .lite-get:hover, .lite-tg:hover { color: var(--c-key); background: #eef2ff; }
.lite-search-go svg, .lite-get svg, .lite-tg svg { display: block; }
/* 搜索：胶囊按钮 + 下拉输入条 */
.lite-search { display: inline-flex; align-items: center; flex: none; position: relative; }
.lite-search input {
  position: absolute; right: 0; top: calc(100% + 8px);
  width: 240px;
  height: 0; padding: 0 12px; opacity: 0; overflow: hidden; pointer-events: none;
  border: 1px solid var(--c-line); border-radius: var(--r);
  background: var(--c-bg); color: var(--c-ink); outline: none; font-size: 14px;
  transition: height .18s ease, opacity .15s, padding .15s;
  z-index: 10; box-shadow: 0 4px 12px rgba(0,0,0,.08);
}
.lite-search.shown input {
  height: 38px; opacity: 1; pointer-events: auto; padding: 0 12px;
}
.lite-search input::placeholder { color: var(--c-dim); }
.lite-search.shown .lite-search-go { color: var(--c-key); background: #eef2ff; }
/* 汉堡按钮（移动端） */
.lite-burger {
  display: none; flex-direction: column; justify-content: center; align-items: center; gap: 4px;
  width: 32px; height: 32px; padding: 6px; background: none; border: none; cursor: pointer;
  flex: none;
}
.lite-burger span { display: block; width: 18px; height: 1.5px; background: var(--c-dim); border-radius: 2px; transition: transform .25s, opacity .2s; }
.lite-burger.shown span:nth-child(1) { transform: translateY(5.5px) rotate(45deg); }
.lite-burger.shown span:nth-child(2) { opacity: 0; }
.lite-burger.shown span:nth-child(3) { transform: translateY(-5.5px) rotate(-45deg); }
/* 遮罩（全屏覆盖层自带背景，scrim 仅作降级） */
.lite-scrim { display: none; }

/* ---- Main ---- */
.liteMain { padding-top: 20px; padding-bottom: 40px; }
.liteMain > :first-child { margin-top: 0; }
.liteMain > section:last-of-type { margin-bottom: 0; }
.card-sec { margin-bottom: 32px; }
.card-sec-h {
  font-size: 16px; font-weight: 600; margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--c-line);
  display: flex; align-items: center; gap: 10px;
  color: var(--c-ink);
}
.card-sec-h .card-sec-more { margin-left: auto; font-size: 12px; color: var(--c-dim); font-weight: normal; }
.card-sec-h .card-sec-more:hover { color: var(--c-key); }

/* ---- Hero 轮播 Banner（沉浸式全图 + 底部浮层 + 横向滑动）---- */
.show { position: relative; overflow: hidden; background: #000; height: 650px; }
/* 横向滑动：所有 slide 在 flex 轨道内并排，轨道整体 translateX 平移切换 */
.show-track {
  display: flex; height: 100%; will-change: transform;
  transition: transform .6s cubic-bezier(.4, 0, .2, 1);
}
.show-slide {
  position: relative; flex: 0 0 100%; width: 100%; height: 100%;
}
.show-img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.show-ad .show-ad-link { display: block; width: 100%; height: 100%; }
.show-ad .show-img { object-fit: fill; }
/* 底部渐变信息浮层（暗色底 → 白色文字，覆盖在封面图上） */
.show-cap {
  position: absolute; inset: 0; z-index: 4; display: flex; flex-direction: column; justify-content: flex-end; color: #fff;
  padding: 72px clamp(16px,5vw,52px) 38px;
  background: linear-gradient(to top, rgba(15,17,28,.92) 0%, rgba(15,17,28,.65) 40%, rgba(15,17,28,.12) 75%, transparent 100%);
}
.show-rank { align-self: flex-start;
  display: inline-block; background: var(--c-key);
  color: #fff; font-size: 11px; padding: 3px 13px; border-radius: 14px; margin-bottom: 12px; font-weight: 700; letter-spacing: .5px;
}
.show-h {
  font-size: clamp(20px,3vw,30px); font-weight: 800; margin-bottom: 10px; line-height: 1.25;
  text-shadow: 0 2px 14px rgba(0,0,0,.5);
  display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden;
}
.show-sub { color: rgba(240,240,255,.8); font-size: 13px; margin-bottom: 10px; display: flex; align-items: center; flex-wrap: wrap; }
.show-sub .show-cat { color: #93c5fd; font-weight: 600; }
.show-sub span + span::before { content: "\00B7"; margin: 0 8px; opacity: .5; }
.show-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 14px; }
.show-tag { font-size: 12px; color: rgba(240,240,255,.9); background: rgba(37,99,235,.2); border: 1px solid rgba(37,99,235,.4); padding: 3px 11px; border-radius: 13px; }
.show-desc {
  color: rgba(240,240,255,.65); font-size: 14px; margin-bottom: 22px; max-width: 620px;
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.show-go { align-self: flex-start;
  display: inline-flex; align-items: center; gap: 8px; background: var(--c-key);
  color: #fff; padding: 10px 28px; border-radius: 22px; font-size: 15px; font-weight: 600;
  box-shadow: 0 4px 18px rgba(37,99,235,.4); transition: transform .15s, box-shadow .15s, background .15s;
}
.show-go:hover { background: var(--c-key-d); transform: translateY(-2px); box-shadow: 0 6px 24px rgba(37,99,235,.55); color: #fff; }
.show-go i { display: inline-block; width: 0; height: 0; border-style: solid; border-width: 6px 0 6px 10px; border-color: transparent transparent transparent #fff; }
.show-arr {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 6; width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); color: #fff;
  cursor: pointer; font-size: 22px; line-height: 36px; text-align: center; opacity: 0;
  transition: background .15s, box-shadow .15s, opacity .2s;
}
.show:hover .show-arr { opacity: 1; }
.show-arr:hover { background: var(--c-key); border-color: var(--c-key); box-shadow: 0 0 14px rgba(37,99,235,.5); }
.show-prev { left: 16px; }
.show-next { right: 16px; }
.show-dots { position: absolute; bottom: 14px; left: 50%; transform: translateX(-50%); z-index: 6; display: flex; gap: 8px; }
.show-dots b { width: 7px; height: 7px; border-radius: 50%; background: rgba(255,255,255,.35); cursor: pointer; transition: .2s; }
.show-dots b.sel { background: var(--c-key); width: 22px; border-radius: 4px; box-shadow: 0 0 6px rgba(37,99,235,.6); }

/* ---- 文字广告条 ---- */
.spot-bar-wrap { background: var(--c-pane); border-bottom: 1px solid var(--c-line); }
.spot-bar {
  display: grid; grid-template-columns: repeat(12, 1fr);
  gap: 6px; padding: 8px 0;
}
.spot-txt {
  display: block; padding: 5px 7px;
  background: var(--c-bg); border-radius: 5px; border: 1px solid var(--c-line);
  color: var(--c-dim); font-size: 12px; text-align: center;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
  transition: color .15s, border-color .15s;
}
.spot-txt:hover { color: var(--c-key); border-color: var(--c-key); }

/* ---- 广告块 ---- */
.spot-block { margin-bottom: 16px; }
.spot-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.entry-grid > .spot-block { grid-column: 1 / -1; margin: 0 0 4px; }
.play-ads { margin: 12px 0; }
.play-ads .spot-bar { padding: 0; margin-bottom: 10px; }
.play-ads .spot-block { margin: 0; }
.spot { display: block; border-radius: var(--r); overflow: hidden; background: var(--c-pane); line-height: 0; border: 1px solid var(--c-line); }
.spot img { width: 100%; height: auto; display: block; }
.spot-tall .spot img { height: 100px; object-fit: fill; }
.spot-wide .spot img { height: 60px; object-fit: fill; }

/* ---- 弹窗广告 ---- */
.lite-pop { position: fixed; inset: 0; z-index: 9999; display: none; align-items: center; justify-content: center; background: rgba(0,0,0,.5); padding: 20px; }
.lite-pop.live { display: flex; animation: lite-pop-fade .18s ease; }
@keyframes lite-pop-fade { from { opacity: 0; } to { opacity: 1; } }
.lite-pop-box { position: relative; max-width: 100%; animation: lite-pop-rise .22s ease; }
@keyframes lite-pop-rise { from { transform: translateY(16px) scale(.96); opacity: 0; } to { transform: none; opacity: 1; } }
.lite-pop-x {
  position: absolute; top: -14px; right: -14px; width: 32px; height: 32px;
  border-radius: 50%; background: #fff; color: #333; border: 1px solid var(--c-line);
  font-size: 20px; line-height: 32px; text-align: center; cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,.15); z-index: 3; transition: transform .15s;
}
.lite-pop-x:hover { transform: rotate(90deg); }
.lite-pop-img { width: 350px; height: 500px; max-width: 92vw; max-height: 86vh; }
.lite-pop-img .lite-pop-link { display: block; width: 100%; height: 100%; line-height: 0; border-radius: 12px; overflow: hidden; }
.lite-pop-img img { display: block; width: 100%; height: 100%; object-fit: fill; }
.lite-pop-apps { width: 350px; height: 500px; max-width: 92vw; max-height: 86vh; background: var(--c-bg); border-radius: 12px; border: 1px solid var(--c-line); box-shadow: 0 12px 40px rgba(0,0,0,.15); overflow: visible; }
.lite-pop-scroll { position: absolute; inset: 0; overflow-y: auto; overflow-x: hidden; padding: 16px 12px; border-radius: 12px; }
.lite-pop-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px 6px; }
.lite-app { display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--c-ink); font-size: 11px; text-align: center; min-width: 0; }
.lite-app:hover { text-decoration: none; }
.lite-app img { width: 100%; aspect-ratio: 1 / 1; object-fit: fill; border-radius: 10px; background: var(--c-pane); border: 1px solid var(--c-line); }
.lite-app span { display: block; max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ---- 视频卡片（2:3 海报比） ---- */
.entry-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 14px;
}
.entry {
  display: block; background: var(--c-bg);
  border-radius: var(--r); overflow: hidden;
  border: 1px solid var(--c-line);
  transition: transform .18s, box-shadow .18s, border-color .18s;
}
.entry:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 16px rgba(37,99,235,.15);
  border-color: rgba(37,99,235,.35);
}
/* 2:3 海报比 */
.entry-pic { position: relative; aspect-ratio: 2 / 3; background: var(--c-pane); overflow: hidden; }
.entry-pic img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.entry:hover .entry-pic img { transform: scale(1.04); }
.entry-pic .entry-play {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  opacity: 0; background: rgba(0,0,0,.2); transition: opacity .2s;
}
.entry:hover .entry-pic .entry-play { opacity: 1; }
.entry-pic .entry-play i {
  width: 40px; height: 40px; border-radius: 50%;
  background: var(--c-key);
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 10px rgba(37,99,235,.4);
}
.entry-pic .entry-play i::before {
  content: ""; width: 0; height: 0; border-style: solid;
  border-width: 6px 0 6px 10px; border-color: transparent transparent transparent #fff;
  margin-left: 2px;
}
.entry-cat {
  position: absolute; top: 5px; left: 5px;
  background: var(--c-key);
  color: #fff; font-size: 10px; padding: 1px 7px; border-radius: 8px;
  font-weight: 600;
}
.entry-dur {
  position: absolute; right: 5px; bottom: 5px;
  background: rgba(0,0,0,.6); color: #fff; font-size: 11px;
  padding: 1px 6px; border-radius: 4px;
}
.entry-text { padding: 6px 8px 8px; }
.entry-h {
  font-size: 12px; font-weight: 500; line-height: 1.4; color: var(--c-ink);
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  height: 34px;
}
.entry-sub { display: flex; justify-content: space-between; margin-top: 4px; font-size: 11px; color: var(--c-dim); }
.entry-sub .entry-tag { color: var(--c-key); }

/* ---- 面包屑（detail 页） ---- */
.trail { font-size: 13px; color: var(--c-dim); margin-bottom: 14px; }
.trail a { color: var(--c-dim); }
.trail a:hover { color: var(--c-key); }
.trail .div { margin: 0 7px; opacity: .4; }
.trail .now { color: var(--c-ink); }

/* ---- 详情页 ---- */
.play-wrap .play-h { font-size: 22px; font-weight: 700; margin-bottom: 14px; color: var(--c-ink); }
.stage {
  background: #000; border-radius: var(--r); overflow: hidden; margin-bottom: 14px;
  height: 600px; position: relative;
  border: 1px solid var(--c-line);
}
.get-bar {
  display: flex; align-items: center; justify-content: center; gap: 8px;
  width: 100%; margin: 0 0 14px; padding: 11px 16px;
  background: var(--c-key);
  color: #fff; border-radius: var(--r); font-size: 14px; font-weight: 600;
  transition: background .15s, transform .15s;
}
.get-bar:hover {
  background: var(--c-key-d);
  transform: translateY(-1px);
  color: #fff; text-decoration: none;
}
.get-bar svg { display: block; }
.pre-ad { position: absolute; inset: 0; z-index: 5; background: #000; }
.pre-ad-link { display: block; width: 100%; height: 100%; line-height: 0; }
.pre-ad-link img { width: 100%; height: 100%; object-fit: contain; display: block; }
.pre-ad-x {
  position: absolute; top: 10px; right: 10px; z-index: 6;
  background: rgba(0,0,0,.6); color: #fff;
  border: 1px solid rgba(255,255,255,.4); border-radius: 4px;
  padding: 5px 10px; font-size: 12px; cursor: pointer; transition: background .15s;
}
.pre-ad-x:hover { background: rgba(0,0,0,.85); }
#liteStage,
.stage .liteStage { width: 100%; height: 600px; }
.stage .dplayer-video-wrap { height: 600px; }
.stage .dplayer-video-wrap video,
.stage .dplayer-video { width: 100%; height: 100%; object-fit: contain; background: #000; }
.stage .dplayer-video-current { z-index: 0; }
.stage .dplayer-controller-mask,
.stage .dplayer-controller { z-index: 12; }
.stage .dplayer-bar-wrap { pointer-events: auto; cursor: pointer; }
.play-meta {
  display: flex; flex-wrap: wrap; gap: 14px;
  color: var(--c-dim); font-size: 13px; margin-bottom: 12px;
  padding-bottom: 12px; border-bottom: 1px solid var(--c-line);
}
.play-meta a { color: var(--c-key); }
.chips { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 18px; }
.chip {
  background: var(--c-pane); color: var(--c-dim); font-size: 12px;
  padding: 3px 12px; border-radius: 12px;
  border: 1px solid var(--c-line);
  transition: .15s;
}
.chip:hover {
  background: var(--c-key);
  border-color: var(--c-key); color: #fff;
}
.synopsis {
  background: var(--c-pane); border: 1px solid var(--c-line);
  border-radius: var(--r); padding: 16px; margin-bottom: 24px;
}
.synopsis h2 { font-size: 15px; margin-bottom: 8px; color: var(--c-ink); }
.synopsis p { color: var(--c-dim); line-height: 1.8; font-size: 14px; }

/* ---- 标签云 ---- */
.chip-cloud { display: flex; flex-wrap: wrap; gap: 8px 10px; align-items: center; padding: 4px 0; }
.chip-cloud .chip { display: inline-flex; align-items: baseline; gap: 5px; line-height: 1.5; }
.chip-cloud .chip-n { font-size: 10px; color: var(--c-dim); }
.chip-cloud .chip:hover .chip-n { color: #fff; }
.chip-s1 { font-size: 12px; }
.chip-s2 { font-size: 14px; }
.chip-s3 { font-size: 16px; }
.chip-s4 { font-size: 19px; }
.chip-s5 { font-size: 23px; font-weight: 700; }

/* ---- 杂项 ---- */
.find-note { margin-bottom: 14px; color: var(--c-dim); font-size: 14px; }
.find-note strong { color: var(--c-key); }
.blank { padding: 48px 0; text-align: center; color: var(--c-dim); }

/* ---- 分页 ---- */
.pager { display: flex; justify-content: center; gap: 6px; margin-top: 24px; flex-wrap: wrap; }
.pager a, .pager span {
  min-width: 34px; height: 34px; padding: 0 8px; line-height: 34px; text-align: center;
  background: var(--c-bg); border: 1px solid var(--c-line);
  border-radius: var(--r); font-size: 13px; color: var(--c-ink);
  transition: border-color .15s, color .15s;
}
.pager a:hover { color: var(--c-key); border-color: var(--c-key); }
.pager .here {
  background: var(--c-key);
  color: #fff; border-color: var(--c-key);
}
.pager .gap { background: transparent; border: none; }

/* ---- Footer · 极简单行 ---- */
.lite-foot {
  background: var(--c-bg); border-top: 1px solid var(--c-line);
  color: var(--c-dim); padding: 40px 0 0; font-size: 13px; margin-top: 8px;
}
/* 主单行：左站名 / 右内联链接流 */
.lite-foot .foot-main {
  display: flex; align-items: flex-start; justify-content: space-between;
  flex-wrap: wrap; gap: 18px 40px; padding-bottom: 28px;
}
.lite-foot .foot-lead { min-width: 0; max-width: 360px; }
.lite-foot .foot-brand {
  font-size: 16px; font-weight: 700; color: var(--c-key);
}
.lite-foot .foot-about { margin-top: 6px; line-height: 1.8; }
.lite-foot .foot-flow {
  display: flex; flex-wrap: wrap; align-items: center;
  gap: 8px 18px; min-width: 0;
}
.lite-foot .foot-flow a { color: var(--c-dim); transition: color .15s; }
.lite-foot .foot-flow a:hover { color: var(--c-key); }
.lite-foot .foot-link { display: inline-flex; align-items: center; gap: 5px; }
.lite-foot .foot-link svg { flex: none; }
/* 友链全宽换行带（浅色多列文字）*/
.lite-foot .foot-flinks {
  border-top: 1px solid var(--c-line); padding: 20px 0;
}
.lite-foot .foot-flinks-t {
  display: block; margin-bottom: 12px;
  font-size: 12px; color: var(--c-dim); opacity: .7; letter-spacing: .04em;
}
.lite-foot .foot-flinks-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(88px, 1fr));
  gap: 6px 14px;
}
.lite-foot .foot-flinks-grid a {
  color: var(--c-dim); font-size: 12px; line-height: 1.7;
  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
  transition: color .15s;
}
.lite-foot .foot-flinks-grid a:hover { color: var(--c-key); }
/* 最底细线 + 居中小字版权 */
.lite-foot .foot-end {
  border-top: 1px solid var(--c-line); padding: 16px 0 24px;
  text-align: center; line-height: 1.9;
}
.lite-foot .foot-end .legal { display: block; margin-top: 3px; font-size: 12px; opacity: .7; }

/* ---- 返回顶部 ---- */
.lite-up {
  position: fixed; right: 20px; bottom: 24px; z-index: 120;
  width: 40px; height: 40px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--c-line); border-radius: 50%; cursor: pointer;
  background: var(--c-bg); color: var(--c-dim);
  opacity: 0; visibility: hidden; transform: translateY(10px);
  transition: opacity .2s, transform .2s, visibility .2s, background .15s, color .15s, box-shadow .15s;
  box-shadow: 0 2px 8px rgba(0,0,0,.1);
}
.lite-up.vis { opacity: 1; visibility: visible; transform: translateY(0); }
.lite-up:hover {
  background: var(--c-key);
  color: #fff; border-color: var(--c-key);
  box-shadow: 0 4px 12px rgba(37,99,235,.3);
}

/* ---- 404 页 ---- */
.oops { text-align: center; padding: 0 16px 24px; }
.oops-num {
  font-size: 96px; font-weight: 900; line-height: 1; letter-spacing: 4px;
  color: var(--c-key);
}
.oops-h { font-size: 24px; margin: 10px 0; color: var(--c-ink); }
.oops-desc { color: var(--c-dim); margin-bottom: 22px; font-size: 14px; }
.oops-find { display: flex; max-width: 420px; margin: 0 auto 16px; gap: 8px; }
.oops-find input {
  flex: 1; padding: 9px 12px;
  background: var(--c-bg); border: 1px solid var(--c-line);
  border-radius: var(--r); font-size: 14px; color: var(--c-ink);
  outline: none; transition: border-color .15s;
}
.oops-find input:focus { border-color: var(--c-key); }
.oops-find input::placeholder { color: var(--c-dim); }
.oops-find button {
  padding: 9px 20px;
  background: var(--c-key);
  color: #fff; border: none; border-radius: var(--r);
  cursor: pointer; font-size: 14px; font-weight: 600;
  transition: background .15s;
}
.oops-find button:hover { background: var(--c-key-d); }
.oops-home {
  display: inline-block; padding: 8px 22px;
  border: 1px solid var(--c-line); border-radius: var(--r);
  color: var(--c-dim); text-decoration: none; font-size: 13px; transition: .15s;
}
.oops-home:hover { border-color: var(--c-key); color: var(--c-key); }

/* ---- 响应式 ---- */
@media (max-width: 768px) {
  .wrap { padding: 0 12px; }
  .liteMain { padding-top: 14px; padding-bottom: 28px; }
  .lite-top-in { padding-top: 10px; padding-bottom: 6px; }
  /* 移动端：迷你悬浮胶囊条 */
  .lite-bar { gap: 8px; height: 48px; padding: 0 14px; justify-content: flex-start; }
  .brand { font-size: 16px; flex: 1; text-align: left; order: 1; }
  .lite-burger { display: flex; order: 3; }
  /* 顶栏只保留 logo + 🔍 + ☰：隐藏下载/TG 与搜索文本 */
  .lite-tools { position: static; transform: none; order: 2; display: flex; align-items: center; gap: 4px; margin-left: 0; }
  .lite-tools .lite-get, .lite-tools .lite-tg { display: none; }
  .lite-tool-txt { display: none; }
  .lite-search-go { background: none; padding: 0; width: 32px; }
  .lite-search-go:hover { background: none; }
  /* 移动端：导航变全屏淡入覆盖层（非侧抽屉） */
  .lite-menu {
    display: flex; flex-direction: column; flex: none; gap: 0;
    position: fixed; inset: 0;
    width: 100%; max-width: none;
    background: var(--c-bg);
    padding: 18px 22px calc(20px + env(safe-area-inset-bottom, 0)); overflow: hidden; z-index: 200;
    justify-content: flex-start;
    opacity: 0; visibility: hidden; pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
  }
  .lite-menu.shown { opacity: 1; visibility: visible; pointer-events: auto; }
  /* 关闭按钮（右上） */
  .lite-menu-close {
    display: inline-flex; align-self: flex-end; align-items: center; justify-content: center;
    flex-shrink: 0;
    width: 40px; height: 40px; padding: 0; border: none; background: none;
    color: var(--c-ink); cursor: pointer;
  }
  .lite-menu-close svg { display: block; }
  /* 居中搜索框（浅灰胶囊） */
  .lite-menu-search {
    display: flex; align-items: center; gap: 8px; flex-shrink: 0;
    width: 100%; max-width: 420px; margin: 6px auto 20px;
    background: var(--c-pane); border-radius: 999px; padding: 10px 16px;
    color: var(--c-dim);
  }
  .lite-menu-search svg { display: block; flex: none; }
  .lite-menu-search input {
    flex: 1; min-width: 0; border: none; background: none; outline: none;
    font-size: 15px; color: var(--c-ink);
  }
  .lite-menu-search input::placeholder { color: var(--c-dim); }
  /* 居中大字导航（唯一滚动区：min-height:0 + overflow-y:auto，超出时内部滚动，不挤压底部按钮） */
  .lite-menu-nav {
    display: flex; flex-direction: column; align-items: center; gap: 4px;
    flex: 1 1 auto; min-height: 0; width: 100%; overflow-y: auto; overflow-x: hidden;
  }
  .lite-menu-nav::-webkit-scrollbar { display: none; }
  .lite-menu-nav a {
    width: auto; padding: 10px 16px; font-size: 19px; font-weight: 600;
    color: var(--c-ink); border-radius: 999px;
  }
  .lite-menu-nav a.active { background: #eff6ff; color: var(--c-key); }
  /* 底部 下载/TG 胶囊按钮（固定，不随导航滚动） */
  .lite-menu-foot {
    display: flex; gap: 10px; justify-content: center; flex-shrink: 0;
    width: 100%; max-width: 420px; margin: 18px auto 0;
  }
  .lite-menu-get, .lite-menu-tg {
    flex: 1; display: inline-flex; align-items: center; justify-content: center; gap: 6px;
    height: 44px; border-radius: 999px; font-size: 14px; font-weight: 600;
    cursor: pointer; border: 1px solid var(--c-line);
  }
  .lite-menu-get { background: var(--c-key); color: #fff; border-color: var(--c-key); }
  .lite-menu-tg { background: var(--c-pane); color: var(--c-dim); }
  .lite-menu-get svg, .lite-menu-tg svg { display: block; }
  .lite-search input { width: 200px; }
  /* Hero 移动端 */
  .show { height: 240px; }
  .show-cap { padding: 24px 14px 12px; }
  .show-rank { align-self: flex-start; font-size: 10px; margin-bottom: 6px; }
  .show-h { font-size: 16px; margin-bottom: 6px; }
  .show-sub { font-size: 12px; margin-bottom: 8px; }
  .show-desc { display: none; }
  .show-tags { display: none; }
  .show-go { align-self: flex-start; padding: 7px 16px; font-size: 13px; }
  /* 视频网格移动端 */
  .entry-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .spot-grid { grid-template-columns: 1fr; gap: 8px; }
  .spot-bar { grid-template-columns: repeat(4, 1fr); gap: 5px; }
  /* 播放器移动端固定高度 */
  .stage { height: 240px; }
  #liteStage,
  .stage .liteStage,
  .stage .dplayer-video-wrap { height: 100%; }
  .lite-foot { padding-top: 28px; }
  .lite-foot .foot-main { flex-direction: column; gap: 16px; }
  .lite-foot .foot-flinks-grid { grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); }
  .lite-up { right: 12px; bottom: 16px; width: 36px; height: 36px; }
  .oops-num { font-size: 72px; }
}
