:root {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #000;
  background: #fff;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html,
body,
#app {
  width: 100%;
  height: 100%;
  height: 100dvh;
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  min-width: 320px;
  min-height: 100%;
  min-height: 100dvh;
  text-align: left;
}

#app {
  position: relative;
  text-align: left;
}

button,
input,
textarea,
select {
  font: inherit;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #f5f5f5;
}
.app {
  width: 100%;
  height: 100%;
  height: 100dvh;
  overflow: hidden;
  position: fixed;
  inset: 0;
}

.yt-tabs-bar[data-v-cc2725a1] {
  display: flex;
  flex-shrink: 0;
  align-items: stretch;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  background: #fff;
}
.yt-tabs[data-v-cc2725a1] {
  display: flex;
  flex: 1;
  min-width: 0;
  gap: 14px;
  min-height: 44px;
  padding: 0 12px 0 14px;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.yt-tabs[data-v-cc2725a1]::-webkit-scrollbar {
  display: none;
}
.yt-tab[data-v-cc2725a1] {
  position: relative;
  flex: 0 0 auto;
  max-width: 44vw;
  height: 44px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  color: #202124;
  font-size: 15px;
  font-weight: 500;
  overflow: visible;
  box-sizing: border-box;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.yt-tab[data-v-cc2725a1]:focus,
.yt-tab[data-v-cc2725a1]:active,
.yt-tab.active[data-v-cc2725a1] {
  border: none;
  outline: none;
  box-shadow: none;
  background: transparent;
}
.yt-tab.active[data-v-cc2725a1] {
  color: #c62828;
}
.yt-tab-text[data-v-cc2725a1] {
  display: block;
  max-width: 44vw;
  padding: 0;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yt-tab-line[data-v-cc2725a1] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 3px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: #e53935;
}
.yt-tab-picker[data-v-cc2725a1] {
  width: 48px;
  min-height: 44px;
  flex: 0 0 48px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 0;
  border: none;
  border-radius: 0;
  background: #fff;
  box-shadow: -10px 0 14px rgba(255, 255, 255, 0.95);
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
.yt-tab-picker[data-v-cc2725a1]:focus,
.yt-tab-picker[data-v-cc2725a1]:active,
.yt-tab-picker[data-v-cc2725a1]:focus-visible {
  border: none;
  outline: none;
  box-shadow: -10px 0 14px rgba(255, 255, 255, 0.95);
  background: #fff;
}
.yt-tab-picker span[data-v-cc2725a1] {
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #202124;
}

.yt-tab-mask[data-v-956c7487] {
  position: fixed;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.36);
}
.yt-tab-sheet[data-v-956c7487] {
  width: 100%;
  max-height: min(72vh, 560px);
  display: flex;
  flex-direction: column;
  padding: 16px 14px 0;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.16);
}
.yt-tab-sheet-header[data-v-956c7487] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.yt-tab-sheet-header h2[data-v-956c7487] {
  margin: 0;
  color: #111;
  font-size: 17px;
  font-weight: 700;
}
.yt-tab-sheet-close[data-v-956c7487] {
  position: relative;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #f2f3f5;
}
.yt-tab-sheet-close span[data-v-956c7487] {
  position: absolute;
  left: 10px;
  top: 17px;
  width: 16px;
  height: 2px;
  border-radius: 2px;
  background: #333;
}
.yt-tab-sheet-close span[data-v-956c7487]:first-child {
  transform: rotate(45deg);
}
.yt-tab-sheet-close span[data-v-956c7487]:last-child {
  transform: rotate(-45deg);
}
.yt-tab-sheet-grid[data-v-956c7487] {
  flex: 1;
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  overflow-y: auto;
  padding: 8px 0 calc(16px + env(safe-area-inset-bottom));
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.yt-tab-sheet-grid[data-v-956c7487]::-webkit-scrollbar {
  display: none;
}
.yt-tab-sheet-item[data-v-956c7487] {
  min-height: 42px;
  padding: 0 12px;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #f8f8f8;
  color: #202124;
  font-size: 14px;
  font-weight: 500;
}
.yt-tab-sheet-item.active[data-v-956c7487] {
  border-color: #e53935;
  background: #fff;
  color: #c62828;
}

.yt-loading[data-v-3bba3f22] {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  color: #909090;
  font-size: 14px;
}
.yt-loading-spinner[data-v-3bba3f22] {
  width: 32px;
  height: 32px;
  border: 3px solid rgba(0, 0, 0, 0.08);
  border-top-color: #606060;
  border-radius: 50%;
  animation: yt-spin-3bba3f22 0.75s linear infinite;
}
.yt-loading p[data-v-3bba3f22] {
  margin: 12px 0 0;
}
@keyframes yt-spin-3bba3f22 {
to {
    transform: rotate(360deg);
}
}

.yt-frame[data-v-40cc1c46] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  background: #111;
}

.yt-section-title[data-v-613301e8] {
  margin: 0;
  padding: 16px 14px 10px;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 700;
}
.yt-carousel-wrap[data-v-613301e8] {
  position: relative;
  --slide-width: calc(100% - 48px);
}
.yt-carousel-nav[data-v-613301e8] {
  position: absolute;
  top: calc(var(--slide-width) * 9 / 16 / 2);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 48px;
  padding: 0;
  border: none;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.28);
  cursor: pointer;
  transform: translateY(-50%);
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  user-select: none;
}
.yt-carousel-nav[data-v-613301e8]:hover:not(:disabled),
.yt-carousel-nav[data-v-613301e8]:active:not(:disabled),
.yt-carousel-nav[data-v-613301e8]:focus:not(:disabled),
.yt-carousel-nav[data-v-613301e8]:focus-visible:not(:disabled) {
  outline: none;
  box-shadow: none;
  border: none;
  background: rgba(0, 0, 0, 0.28);
}
.yt-carousel-viewport[data-v-613301e8] {
  --center-offset: 24px;
  --slide-step: calc(var(--slide-width) + 10px);
  overflow: hidden;
  width: 100%;
}
.yt-carousel-track[data-v-613301e8] {
  display: flex;
  will-change: transform;
}
.yt-carousel-slide[data-v-613301e8] {
  flex: 0 0 auto;
  opacity: 0.72;
  transform: scale(0.96);
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.yt-carousel-slide.active[data-v-613301e8] {
  opacity: 1;
  transform: scale(1);
}
.yt-latest-media[data-v-613301e8] {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}
.yt-carousel-nav[data-v-613301e8]:disabled {
  opacity: 0.35;
  cursor: default;
  pointer-events: none;
}
.yt-carousel-nav.prev[data-v-613301e8] {
  left: 6px;
}
.yt-carousel-nav.next[data-v-613301e8] {
  right: 6px;
}
.yt-carousel-nav span[data-v-613301e8] {
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid rgba(255, 255, 255, 0.92);
  border-right: 2px solid rgba(255, 255, 255, 0.92);
}
.yt-carousel-nav.prev span[data-v-613301e8] {
  transform: rotate(-135deg);
  margin-left: 3px;
}
.yt-carousel-nav.next span[data-v-613301e8] {
  transform: rotate(45deg);
  margin-right: 3px;
}
.yt-carousel-thumb[data-v-613301e8],
.yt-carousel-thumb-empty[data-v-613301e8] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}
.yt-card-title[data-v-613301e8] {
  margin: 8px 0 0;
  padding: 0 14px;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yt-meta[data-v-613301e8] {
  margin: 5px 0 0;
  padding: 0 14px;
  color: #606060;
  font-size: 16px;
}
.yt-carousel-dots[data-v-613301e8] {
  display: flex;
  justify-content: center;
  gap: 6px;
  padding: 12px 14px 0;
  pointer-events: none;
}
.yt-carousel-dot[data-v-613301e8] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d0d0d0;
}
.yt-carousel-dot.active[data-v-613301e8] {
  width: 16px;
  border-radius: 3px;
  background: #e53935;
}

.yt-short-media[data-v-746e3b90] {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
  background: #111;
  border-radius: 8px;
}
.yt-short-thumb[data-v-746e3b90] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}
.yt-short-thumb-empty[data-v-746e3b90] {
  width: 100%;
  height: 100%;
  background: #111;
}
.yt-card-title[data-v-746e3b90] {
  margin: 8px 0 0;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yt-meta[data-v-746e3b90] {
  margin: 5px 0 0;
  color: #606060;
  font-size: 13px;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yt-section-title[data-v-27ea647d] {
  margin: 0;
  padding: 16px 14px 10px;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 700;
}
.yt-short-grid[data-v-27ea647d] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px;
  padding: 0 14px;
}
.yt-more-wrap[data-v-27ea647d] {
  display: flex;
  justify-content: center;
  padding: 12px 14px 0;
}
.yt-more-btn[data-v-27ea647d] {
  min-width: 120px;
  height: 36px;
  padding: 0 20px;
  border: 1px solid #e0e0e0;
  border-radius: 18px;
  background: #fff;
  color: #202124;
  font-size: 14px;
  font-weight: 600;
}

.yt-list[data-v-d9e1d7db] {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 14px;
}
.yt-list-info[data-v-d9e1d7db] {
  padding-bottom: 8px;
}
.yt-list-title[data-v-d9e1d7db] {
  margin: 8px 0 0;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.yt-meta[data-v-d9e1d7db] {
  margin: 5px 0 0;
  color: #606060;
  font-size: 16px;
}
.yt-list-media[data-v-d9e1d7db] {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}
.yt-load-more[data-v-d9e1d7db] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 14px 24px;
  color: #909090;
  font-size: 13px;
}
.yt-load-more.done[data-v-d9e1d7db] {
  color: #bdbdbd;
}
.yt-loading-spinner.small[data-v-d9e1d7db] {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-top-color: #606060;
  border-radius: 50%;
  animation: yt-spin-d9e1d7db 0.75s linear infinite;
}
@keyframes yt-spin-d9e1d7db {
to {
    transform: rotate(360deg);
}
}

.yt-empty[data-v-d8e52e60] {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  color: #909090;
  font-size: 14px;
}

.yt-section[data-v-da67be59] {
  padding-bottom: 18px;
}

.yt-section[data-v-8f4e9c2f] {
  padding-bottom: 18px;
}
.yt-playlist-header[data-v-8f4e9c2f] {
  padding: 16px 14px 12px;
}
.yt-section-title[data-v-8f4e9c2f] {
  margin: 0;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 700;
}
.yt-playlist-desc[data-v-8f4e9c2f] {
  margin: 6px 0 0;
  color: #606060;
  font-size: 13px;
  line-height: 1.5;
}
.yt-list[data-v-8f4e9c2f] {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 0 14px;
}
.yt-list-info[data-v-8f4e9c2f] {
  padding-bottom: 8px;
}
.yt-list-title[data-v-8f4e9c2f] {
  margin: 8px 0 0;
  color: #0f0f0f;
  font-size: 18px;
  font-weight: 600;
}
.yt-meta[data-v-8f4e9c2f] {
  margin: 5px 0 0;
  color: #606060;
  font-size: 16px;
}
.yt-list-media[data-v-8f4e9c2f] {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 8px;
}
.yt-list-media--short[data-v-8f4e9c2f] {
  aspect-ratio: 9 / 16;
}
.yt-short-thumb[data-v-8f4e9c2f] {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #111;
}
.yt-short-thumb-empty[data-v-8f4e9c2f] {
  width: 100%;
  height: 100%;
  background: #111;
}

.yt-short-viewer[data-v-37ae9351] {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  flex-direction: column;
  background: #000;
  touch-action: pan-y;
}
.yt-short-viewer-back[data-v-37ae9351] {
  position: absolute;
  top: calc(12px + env(safe-area-inset-top));
  left: 12px;
  z-index: 4;
  height: 36px;
  padding: 0 14px;
  border: 0;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.yt-short-viewer-player[data-v-37ae9351] {
  position: relative;
  flex: 1;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 0 12px;
  box-sizing: border-box;
}
.yt-short-viewer-frame[data-v-37ae9351] {
  width: 100%;
  max-width: 420px;
  height: 100%;
  max-height: 100%;
  border: 0;
  background: #000;
}
.yt-short-viewer-gesture[data-v-37ae9351] {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
  touch-action: none;
}
.yt-short-viewer-gesture.is-passive[data-v-37ae9351] {
  pointer-events: none;
}
.yt-short-viewer-info[data-v-37ae9351] {
  flex: 0 0 auto;
  padding: 12px 16px calc(16px + env(safe-area-inset-bottom));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.2));
  touch-action: pan-y;
}
.yt-short-viewer-title[data-v-37ae9351] {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.yt-short-viewer-meta[data-v-37ae9351],
.yt-short-viewer-index[data-v-37ae9351] {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
}

.yt-page[data-v-ebab16af] {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  color: #0f0f0f;
  text-align: left;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'PingFang SC', 'Microsoft YaHei', sans-serif;
  -webkit-tap-highlight-color: transparent;
}
.yt-body[data-v-ebab16af] {
  position: relative;
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.yt-body[data-v-ebab16af]::-webkit-scrollbar {
  display: none;
}
.yt-refresh[data-v-ebab16af] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #707070;
  font-size: 13px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.18s ease;
}
.yt-refresh.active[data-v-ebab16af] {
  opacity: 1;
}
.yt-refresh-spinner[data-v-ebab16af] {
  width: 18px;
  height: 18px;
  border: 2px solid rgba(0, 0, 0, 0.08);
  border-top-color: #606060;
  border-radius: 50%;
}
.yt-refresh-spinner.spinning[data-v-ebab16af] {
  animation: yt-spin-ebab16af 0.75s linear infinite;
}
.yt-body-content[data-v-ebab16af] {
  min-height: 100%;
  will-change: transform;
}
@keyframes yt-spin-ebab16af {
to {
    transform: rotate(360deg);
}
}

.twitter-embed[data-v-3af0b379] {
  width: 100%;
  background: #fff;
}
.twitter-frame[data-v-3af0b379] {
  display: block;
  width: 100%;
  border: 0;
  background: #fff;
}

.video-player-page[data-v-547e51e6] {
  min-height: 100vh;
  background: #fff;
}
.video-player-page--scrollable[data-v-547e51e6] {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.video-player-main[data-v-547e51e6] {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 12px 12px 24px;
  box-sizing: border-box;
}
.video-player-media[data-v-547e51e6] {
  width: 100%;
  overflow: hidden;
  background: #111;
  border-radius: 8px;
}
.video-player-media--youtube[data-v-547e51e6] {
  position: relative;
  aspect-ratio: 16 / 9;
}
.video-player-media--twitter[data-v-547e51e6] {
  overflow: visible;
  background: #fff;
}
.video-player-error[data-v-547e51e6] {
  margin: 48px 0 0;
  padding: 16px;
  border-radius: 8px;
  background: #fff5f5;
  color: #b8000f;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}

.page[data-v-545336e3] {
  --red: #E60012;
  --red-deep: #B8000F;
  --ink: #333;
  --ink-soft: #666;
  --bg: #FFFFFF;
  --card: #FAFAFA;

  position: absolute;
  inset: 0;
  overflow-y: auto;
  background: var(--bg);
  font-family: 'PingFang TC', 'Noto Sans TC', -apple-system, sans-serif;
  z-index: 10;
}
.main[data-v-545336e3] {
  max-width: 400px;
  margin: 0 auto;
  padding: 4.5rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo[data-v-545336e3] {
  width: 200px;
  max-width: 75vw;
  height: auto;
  margin-bottom: 1rem;
}
.title[data-v-545336e3] {
  font-family: 'Songti TC', 'STSong', Georgia, serif;
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--red);
  letter-spacing: 0.12em;
  margin: 0 0 1.5rem;
}
.download-btn[data-v-545336e3] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
  max-width: 280px;
  padding: 0.95rem 1.5rem;
  background: linear-gradient(135deg, var(--red) 0%, var(--red-deep) 100%);
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(230, 0, 18, 0.35);
  transition: transform 0.2s, box-shadow 0.2s;
}
.download-btn[data-v-545336e3]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(230, 0, 18, 0.4);
}
.download-btn[data-v-545336e3]:active {
  transform: translateY(0) scale(0.98);
}
.download-icon[data-v-545336e3] {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}
.changelog[data-v-545336e3] {
  width: 100%;
  align-self: stretch;
  margin-top: 2rem;
  background: var(--card);
  border-radius: 12px;
  padding: 1.15rem 1.25rem;
  border: 1px solid #F0F0F0;
  text-align: left;
}
.changelog-title[data-v-545336e3] {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--red);
  margin: 0 0 0.85rem;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  text-align: left;
}
.changelog-list[data-v-545336e3] {
  margin: 0;
  padding-left: 1.2rem;
  font-size: 0.85rem;
  line-height: 1.7;
  color: var(--ink-soft);
  text-align: left;
  list-style-position: outside;
}
.changelog-list li[data-v-545336e3] {
  margin-bottom: 0.4rem;
}
.changelog-list li[data-v-545336e3]:last-child {
  margin-bottom: 0;
}

.page[data-v-41d6a20d] {
  --bg: #f9f8f5;
  --title: rgba(16, 16, 16, 1);
  --teal: rgba(14, 150, 152, 1);
  --muted: rgba(121, 121, 121, 1);
  --ios: rgba(235, 116, 34, 1);
  --android: #3d9b4a;
  --card-shadow: 0 0 2px 0 rgba(0, 56, 57, 0.2);

  position: absolute;
  inset: 0;
  overflow-y: auto;
  background: var(--bg);
  font-family: 'PingFang SC', 'PingFang TC', 'Noto Sans TC', -apple-system, sans-serif;
  z-index: 10;
  -webkit-font-smoothing: antialiased;
}
.main[data-v-41d6a20d] {
  width: 100%;
  max-width: 402px;
  margin: 0 auto;
  padding: 72px 21px 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.app-icon[data-v-41d6a20d] {
  width: 101px;
  height: 101px;
  border-radius: 18px;
  object-fit: cover;
  background: rgba(229, 229, 229, 1);
  display: block;
}
.app-name[data-v-41d6a20d] {
  margin: 22px 0 0;
  color: var(--title);
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0.02em;
  text-align: center;
}
.badge[data-v-41d6a20d] {
  margin: 0;
  color: var(--teal);
  font-size: 16px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}
.desc[data-v-41d6a20d] {
  margin: 0;
  width: 100%;
  max-width: calc(100vw - 80px);
  box-sizing: border-box;
  color: var(--muted);
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  text-align: center;
}
.section-title[data-v-41d6a20d] {
  width: 100%;
  margin: 36px 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: var(--title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}
.section-icon[data-v-41d6a20d] {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex-shrink: 0;
}
.version[data-v-41d6a20d] {
  color: var(--muted);
  font-size: 12px;
  font-weight: 400;
}
.card[data-v-41d6a20d] {
  width: 100%;
  max-width: 360px;
  min-height: 100px;
  margin-bottom: 14px;
  padding: 22px 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--card-shadow);
}
.platform-icon[data-v-41d6a20d] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  background: rgba(228, 228, 228, 1);
}
.card-body[data-v-41d6a20d] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-title[data-v-41d6a20d] {
  margin: 0;
  color: var(--title);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.card-sub[data-v-41d6a20d] {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
  line-height: 1.4;
}
.sop-link[data-v-41d6a20d] {
  margin-top: 6px;
  padding: 0;
  border: none;
  background: none;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.sop-link--ios[data-v-41d6a20d] {
  color: var(--ios);
}
.sop-link--android[data-v-41d6a20d] {
  color: var(--android);
}
.action-btn[data-v-41d6a20d] {
  flex-shrink: 0;
  width: 101px;
  height: 37px;
  border-radius: 16px;
  border: 1px solid rgba(187, 187, 187, 1);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
}
.action-btn--ios[data-v-41d6a20d] {
  background: var(--ios);
}
.action-btn--android[data-v-41d6a20d] {
  background: var(--android);
  border-color: transparent;
}
.action-btn[data-v-41d6a20d]:active {
  transform: scale(0.98);
  opacity: 0.92;
}

/* 340rpx / 750 = 45.3333vw，与 C 端 GALLERY_IMAGE_HEIGHT 对齐 */
.gallery-carousel[data-v-65325045] {
  position: relative;
  width: 100%;
  height: 45.3333vw;
  max-height: 170px;
  margin: 0 -12px 12px;
  overflow: hidden;
  background-color: #f0f0f0;
}
.images-swiper[data-v-65325045] {
  display: flex;
  width: 100%;
  height: 100%;
  will-change: transform;
}
.swiper-item[data-v-65325045] {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.carousel-item[data-v-65325045] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 与 C 端 list-cover-image 一致：定高 + 贴顶裁切底部 */
.gallery-frame[data-v-65325045] {
  position: relative;
  width: 100%;
  height: 45.3333vw;
  max-height: 170px;
  overflow: hidden;
}
.gallery-image[data-v-65325045],
.expand-image[data-v-65325045] {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
}
.carousel-alt-overlay[data-v-65325045] {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 8px 24px 10px;
  box-sizing: border-box;
}
.carousel-alt-overlay.has-indicator[data-v-65325045] {
  padding-right: 70px;
}
.carousel-alt-text[data-v-65325045] {
  display: block;
  color: #ffffff;
  font-size: var(--detail-tag-size, 14px);
  line-height: var(--detail-line-height, 1.5);
  text-align: left;
  word-break: break-word;
  text-shadow: 0 0.5px 1.5px rgba(0, 0, 0, 0.9), 0 1px 5px rgba(0, 0, 0, 0.75);
}
.gallery-expand[data-v-65325045] {
  margin-bottom: 12px;
}
.gallery-expand-item + .gallery-expand-item[data-v-65325045] {
  margin-top: 12px;
}
.gallery-alt[data-v-65325045] {
  display: block;
  margin-top: 6px;
  font-size: var(--detail-meta-size, 12px);
  color: #5e5e5e;
  line-height: var(--detail-line-height, 1.5);
  text-align: left;
}
.image-indicator[data-v-65325045] {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 10;
  height: 22px;
  padding: 0 10px;
  border-radius: 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
}
.indicator-text[data-v-65325045] {
  font-size: var(--detail-meta-size, 12px);
  color: #ffffff;
  line-height: 1;
}
.gallery-preview[data-v-65325045] {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.92);
}
.preview-image[data-v-65325045] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.audio-player[data-v-5d010186] {
  --player-accent: #d92d35;
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: calc(16px + env(safe-area-inset-bottom, 0px));
  z-index: 40;
  padding: 14px 15px;
  border-radius: 13px;
  border: 1px solid rgba(217, 45, 53, 0.08);
  background: linear-gradient(135deg, #ffffff 0%, #fff7f7 100%);
  box-shadow: 0 9px 22px rgba(31, 42, 68, 0.16);
}
.audio-body[data-v-5d010186] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.cover-wrapper[data-v-5d010186] {
  position: relative;
  width: 56px;
  height: 56px;
  flex-shrink: 0;
}
.cover[data-v-5d010186] {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
  background: #dfe5f7;
  box-shadow: 0 4px 10px rgba(31, 42, 68, 0.14);
}
.cover.loading[data-v-5d010186] {
  opacity: 0.42;
}
.cover-loading-mask[data-v-5d010186] {
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.58);
  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-text[data-v-5d010186] {
  font-size: 10px;
  color: #6b7796;
}
.meta[data-v-5d010186] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.title-row[data-v-5d010186] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.title[data-v-5d010186] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  font-weight: 600;
  color: #1f2a44;
}
.status[data-v-5d010186] {
  flex-shrink: 0;
  padding: 2px 6px;
  border-radius: 999px;
  background: rgba(217, 45, 53, 0.08);
  color: var(--player-accent);
  font-size: 10px;
  font-weight: 600;
}
.progress-row[data-v-5d010186] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.progress-row.loading[data-v-5d010186] {
  opacity: 0.48;
}
.audio-slider[data-v-5d010186] {
  width: 100%;
  height: 18px;
  margin: 0;
  padding: 0;
  appearance: none;
  background: transparent;
  cursor: pointer;
}
.audio-slider[data-v-5d010186]:disabled {
  cursor: not-allowed;
}
.audio-slider[data-v-5d010186]::-webkit-slider-runnable-track {
  height: 4px;
  border-radius: 2px;
  background: #e5e5e5;
}
.audio-slider[data-v-5d010186]::-webkit-slider-thumb {
  appearance: none;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  border-radius: 50%;
  border: 0;
  background: var(--player-accent);
}
.audio-slider[data-v-5d010186]::-moz-range-track {
  height: 4px;
  border-radius: 2px;
  background: #e5e5e5;
}
.audio-slider[data-v-5d010186]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  border: 0;
  border-radius: 50%;
  background: var(--player-accent);
}
.time[data-v-5d010186] {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  color: #6b7796;
}
.actions[data-v-5d010186] {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 7px;
}
.circle-btn[data-v-5d010186] {
  width: 35px;
  height: 35px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 50%;
  background: linear-gradient(135deg, #ff5a5f 0%, #e12f39 100%);
  box-shadow: 0 6px 14px rgba(217, 45, 53, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.circle-btn.secondary[data-v-5d010186] {
  width: 28px;
  height: 28px;
  border: 1px solid rgba(217, 45, 53, 0.1);
  background: rgba(217, 45, 53, 0.08);
  box-shadow: none;
}
.play-icon[data-v-5d010186] {
  width: 0;
  height: 0;
  margin-left: 3px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 11px solid #fff;
}
.pause-icon[data-v-5d010186] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.pause-bar[data-v-5d010186] {
  width: 4px;
  height: 14px;
  border-radius: 2px;
  background: #fff;
}
.close-icon[data-v-5d010186] {
  position: relative;
  width: 13px;
  height: 13px;
}
.close-icon[data-v-5d010186]::before,
.close-icon[data-v-5d010186]::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 0;
  width: 2px;
  height: 13px;
  border-radius: 2px;
  background: var(--player-accent);
}
.close-icon[data-v-5d010186]::before {
  transform: rotate(45deg);
}
.close-icon[data-v-5d010186]::after {
  transform: rotate(-45deg);
}
.audio-player.is-green[data-v-5d010186] {
  border-color: rgba(114, 170, 86, 0.12);
  background: linear-gradient(135deg, #ffffff 0%, #f5faf2 100%);
}
.audio-player.is-green .status[data-v-5d010186],
.audio-player.is-green .circle-btn.secondary[data-v-5d010186] {
  background: rgba(114, 170, 86, 0.12);
}
.audio-player.is-green .circle-btn.secondary[data-v-5d010186] {
  border-color: rgba(114, 170, 86, 0.14);
}
.audio-player.is-green .circle-btn[data-v-5d010186]:not(.secondary) {
  background: linear-gradient(135deg, #8ec46e 0%, #72aa56 100%);
  box-shadow: 0 6px 14px rgba(114, 170, 86, 0.28);
}

.popup-mask[data-v-2d387dd7] {
  position: fixed;
  inset: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
}
.popup-container[data-v-2d387dd7] {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 101;
  transform: translate(-50%, -50%);
}
.font-size-popup-content[data-v-2d387dd7] {
  box-sizing: content-box;
  width: min(80vw, 300px);
  background: #fff;
  padding: min(5.333333vw, 20px) min(6.4vw, 24px);
}
.font-size-control[data-v-2d387dd7] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: min(3.2vw, 12px);
}
.font-size-label[data-v-2d387dd7] {
  flex-shrink: 0;
  font-size: min(4.266667vw, 16px);
  color: #5e5e5e;
  font-weight: 500;
}
.slider-wrapper[data-v-2d387dd7] {
  position: relative;
  flex: 1;
  height: min(8vw, 30px);
  display: flex;
  align-items: center;
}
.slider-track[data-v-2d387dd7] {
  position: relative;
  width: 100%;
  height: min(1.066667vw, 4px);
  background: #e5e5e5;
  border-radius: min(0.533333vw, 2px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slider-dot[data-v-2d387dd7] {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: min(1.6vw, 6px);
  height: min(1.6vw, 6px);
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #e5e5e5;
  cursor: pointer;
}
.slider-dot-active[data-v-2d387dd7] {
  background: transparent;
}
.slider-thumb[data-v-2d387dd7] {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: min(8vw, 30px);
  height: min(8vw, 30px);
  display: flex;
  align-items: center;
  justify-content: center;
  touch-action: none;
  cursor: grab;
}
.thumb-circle[data-v-2d387dd7] {
  box-sizing: border-box;
  width: min(5.333333vw, 20px);
  height: min(5.333333vw, 20px);
  border-radius: 50%;
  background: #2d7dff;
  border: min(0.533333vw, 2px) solid #fff;
  box-shadow: 0 min(0.533333vw, 2px) min(1.6vw, 6px) rgba(45, 125, 255, 0.3);
}
@font-face {
  font-family: 'NewsDetailBodyFont';
  src: url('/NanoFullSong-Regular.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'NewsDetailTitleFont';
  src: url('/jiyinfangsong.ttf') format('truetype');
  font-display: swap;
  font-style: normal;
  font-weight: 400;
}

/*
 * 与 C 端 news-detail-fonts.scss 同一套 0–6 级。
 * uni-app: px = rpx * screenWidth / 750
 * H5:     px = rpx * 100vw / 750  → 即 N rpx = (N / 7.5) vw
 * 宽屏仅封顶到 375 设计宽，避免桌面预览无限放大。
 */
.font-size-level-0 {
  --detail-body-size: 3.733333vw;
  --detail-title-size: 4vw;
  --detail-meta-size: 2.666667vw;
  --detail-tag-size: 2.933333vw;
  --detail-toolbar-size: 4.533333vw;
  --detail-line-height: 1.6;
}

.font-size-level-1 {
  --detail-body-size: 4vw;
  --detail-title-size: 4.266667vw;
  --detail-meta-size: 2.933333vw;
  --detail-tag-size: 3.2vw;
  --detail-toolbar-size: 4.8vw;
  --detail-line-height: 1.7;
}

.font-size-level-2 {
  --detail-body-size: 4.266667vw;
  --detail-title-size: 4.533333vw;
  --detail-meta-size: 2.933333vw;
  --detail-tag-size: 3.466667vw;
  --detail-toolbar-size: 5.066667vw;
  --detail-line-height: 1.8;
}

.font-size-level-3 {
  --detail-body-size: 4.533333vw;
  --detail-title-size: 4.8vw;
  --detail-meta-size: 3.2vw;
  --detail-tag-size: 3.733333vw;
  --detail-toolbar-size: 5.333333vw;
  --detail-line-height: 1.8;
}

.font-size-level-4 {
  --detail-body-size: 5.066667vw;
  --detail-title-size: 5.333333vw;
  --detail-meta-size: 3.733333vw;
  --detail-tag-size: 4.266667vw;
  --detail-toolbar-size: 5.866667vw;
  --detail-line-height: 1.9;
}

.font-size-level-5 {
  --detail-body-size: 5.6vw;
  --detail-title-size: 5.866667vw;
  --detail-meta-size: 4.266667vw;
  --detail-tag-size: 4.8vw;
  --detail-toolbar-size: 6.4vw;
  --detail-line-height: 2;
}

.font-size-level-6 {
  --detail-body-size: 6.133333vw;
  --detail-title-size: 6.4vw;
  --detail-meta-size: 4.8vw;
  --detail-tag-size: 5.333333vw;
  --detail-toolbar-size: 6.933333vw;
  --detail-line-height: 2.1;
}

/* 仅桌面/超宽预览封顶，手机端与 C 端同宽同字号 */
@media (min-width: 540px) {
  .font-size-level-0 {
    --detail-body-size: 14px;
    --detail-title-size: 15px;
    --detail-meta-size: 10px;
    --detail-tag-size: 11px;
    --detail-toolbar-size: 17px;
  }

  .font-size-level-1 {
    --detail-body-size: 15px;
    --detail-title-size: 16px;
    --detail-meta-size: 11px;
    --detail-tag-size: 12px;
    --detail-toolbar-size: 18px;
  }

  .font-size-level-2 {
    --detail-body-size: 16px;
    --detail-title-size: 17px;
    --detail-meta-size: 11px;
    --detail-tag-size: 13px;
    --detail-toolbar-size: 19px;
  }

  .font-size-level-3 {
    --detail-body-size: 17px;
    --detail-title-size: 18px;
    --detail-meta-size: 12px;
    --detail-tag-size: 14px;
    --detail-toolbar-size: 20px;
  }

  .font-size-level-4 {
    --detail-body-size: 19px;
    --detail-title-size: 20px;
    --detail-meta-size: 14px;
    --detail-tag-size: 16px;
    --detail-toolbar-size: 22px;
  }

  .font-size-level-5 {
    --detail-body-size: 21px;
    --detail-title-size: 22px;
    --detail-meta-size: 16px;
    --detail-tag-size: 18px;
    --detail-toolbar-size: 24px;
  }

  .font-size-level-6 {
    --detail-body-size: 23px;
    --detail-title-size: 24px;
    --detail-meta-size: 18px;
    --detail-tag-size: 20px;
    --detail-toolbar-size: 26px;
  }
}

.font-size-level-0 .article-title,
.font-size-level-1 .article-title,
.font-size-level-2 .article-title,
.font-size-level-3 .article-title,
.font-size-level-4 .article-title,
.font-size-level-5 .article-title,
.font-size-level-6 .article-title {
  font-size: var(--detail-title-size);
  line-height: var(--detail-line-height);
}

.font-size-level-0 .article-meta,
.font-size-level-1 .article-meta,
.font-size-level-2 .article-meta,
.font-size-level-3 .article-meta,
.font-size-level-4 .article-meta,
.font-size-level-5 .article-meta,
.font-size-level-6 .article-meta {
  font-size: var(--detail-meta-size);
  line-height: var(--detail-line-height);
}

.font-size-level-0 .article-content,
.font-size-level-1 .article-content,
.font-size-level-2 .article-content,
.font-size-level-3 .article-content,
.font-size-level-4 .article-content,
.font-size-level-5 .article-content,
.font-size-level-6 .article-content {
  font-size: var(--detail-body-size);
  line-height: var(--detail-line-height);
}

.font-size-level-0 .toolbar-text,
.font-size-level-1 .toolbar-text,
.font-size-level-2 .toolbar-text,
.font-size-level-3 .toolbar-text,
.font-size-level-4 .toolbar-text,
.font-size-level-5 .toolbar-text,
.font-size-level-6 .toolbar-text {
  font-size: var(--detail-toolbar-size);
}

.font-size-level-0 .tag-item,
.font-size-level-1 .tag-item,
.font-size-level-2 .tag-item,
.font-size-level-3 .tag-item,
.font-size-level-4 .tag-item,
.font-size-level-5 .tag-item,
.font-size-level-6 .tag-item {
  font-size: var(--detail-tag-size);
}

.font-size-level-0 .gallery-alt,
.font-size-level-1 .gallery-alt,
.font-size-level-2 .gallery-alt,
.font-size-level-3 .gallery-alt,
.font-size-level-4 .gallery-alt,
.font-size-level-5 .gallery-alt,
.font-size-level-6 .gallery-alt,
.font-size-level-0 .indicator-text,
.font-size-level-1 .indicator-text,
.font-size-level-2 .indicator-text,
.font-size-level-3 .indicator-text,
.font-size-level-4 .indicator-text,
.font-size-level-5 .indicator-text,
.font-size-level-6 .indicator-text {
  font-size: var(--detail-meta-size);
  line-height: var(--detail-line-height);
}

.font-size-level-0 .carousel-alt-text,
.font-size-level-1 .carousel-alt-text,
.font-size-level-2 .carousel-alt-text,
.font-size-level-3 .carousel-alt-text,
.font-size-level-4 .carousel-alt-text,
.font-size-level-5 .carousel-alt-text,
.font-size-level-6 .carousel-alt-text {
  font-size: var(--detail-tag-size);
  line-height: var(--detail-line-height);
}

.news-page[data-v-be37d255] {
  --red: #e60012;
  --red-deep: #b8000f;
  --ink: #000;
  --ink-soft: #666;
  --bg: #fff;
  --line: #e5e5e5;

  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg);
  font-family: 'PingFang TC', 'Noto Sans TC', -apple-system, sans-serif;
  color: var(--ink);
  text-align: left;
  z-index: 10;
}
.article-toolbar[data-v-be37d255] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}
.toolbar-btn[data-v-be37d255] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.toolbar-text[data-v-be37d255] {
  color: #000;
  font-weight: 500;
}
.toolbar-icon[data-v-be37d255] {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.toolbar-btn[data-v-be37d255]:active {
  opacity: 0.55;
}
.news-main[data-v-be37d255] {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 12px 32px;
}
.article[data-v-be37d255] {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}
.article-title[data-v-be37d255] {
  margin: 10px 0;
  font-size: var(--detail-title-size, 4.8vw);
  line-height: var(--detail-line-height, 1.8);
  font-family: 'NewsDetailTitleFont', sans-serif;
  font-weight: 500;
  font-synthesis: weight;
  color: var(--ink);
}
.article-meta[data-v-be37d255] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 15px;
  font-size: var(--detail-meta-size, 3.2vw);
  color: #5e5e5e;
}
.article-content[data-v-be37d255] {
  margin-bottom: 20px;
  font-size: var(--detail-body-size, 4.533333vw);
  line-height: var(--detail-line-height, 1.8);
  font-family: 'NewsDetailBodyFont', sans-serif;
  color: #000;
  text-align: left;
  word-break: break-word;
}
.article-content[data-v-be37d255] p,
.article-content[data-v-be37d255] div,
.article-content[data-v-be37d255] span,
.article-content[data-v-be37d255] li,
.article-content[data-v-be37d255] td,
.article-content[data-v-be37d255] th {
  font-family: 'NewsDetailBodyFont', sans-serif !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.article-content[data-v-be37d255] img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
  object-fit: contain;
}
.article-content[data-v-be37d255] p {
  margin: 0 0 2.666667vw;
}
.article-content[data-v-be37d255] a {
  color: var(--red);
  text-decoration: underline;
}
.article-content[data-v-be37d255] iframe,
.article-content[data-v-be37d255] video {
  width: 100% !important;
  height: 56.266667vw !important;
  max-width: 100%;
  max-height: 211px;
  margin: 12px 0;
  background-color: #000;
  display: block;
}
@media (min-width: 431px) {
.article-content[data-v-be37d255] p {
    margin-bottom: 10px;
}
}
.empty-content[data-v-be37d255] {
  margin: 1.5rem 0;
  color: var(--ink-soft);
  text-align: center;
}
.state-block[data-v-be37d255] {
  max-width: 720px;
  margin: 0 auto;
}
.state-error[data-v-be37d255] {
  padding: 3rem 1rem;
  text-align: center;
}
.state-message[data-v-be37d255] {
  margin: 0 0 1.25rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.retry-btn[data-v-be37d255] {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.skeleton[data-v-be37d255] {
  background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: shimmer-be37d255 1.2s ease-in-out infinite;
  border-radius: 6px;
  margin-bottom: 0.85rem;
}
.skeleton-title[data-v-be37d255] {
  height: 1.8rem;
  width: 86%;
}
.skeleton-meta[data-v-be37d255] {
  height: 0.9rem;
  width: 42%;
}
.skeleton-cover[data-v-be37d255] {
  height: 12rem;
  width: 100%;
  margin: 1rem 0 1.25rem;
}
.skeleton-line[data-v-be37d255] {
  height: 0.95rem;
  width: 100%;
}
.skeleton-line.short[data-v-be37d255] {
  width: 68%;
}
@keyframes shimmer-be37d255 {
0% {
    background-position: 100% 0;
}
100% {
    background-position: 0 0;
}
}
.news-footer[data-v-be37d255] {
  flex-shrink: 0;
  padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.cta-btn[data-v-be37d255] {
  width: 100%;
  max-width: 680px;
  height: 44px;
  padding: 0 1.25rem;
  border: none;
  border-radius: 6px;
  background: var(--red);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.cta-btn[data-v-be37d255]:active {
  transform: scale(0.98);
}

.veg-page[data-v-596b9c84] {
  --accent: #72aa56;
  --accent-deep: #568c3e;
  --ink: #000;
  --ink-soft: #666;
  --bg: #fff;
  --line: #e5e5e5;

  position: fixed;
  inset: 0;
  width: 100%;
  height: 100%;
  height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: var(--bg);
  font-family: 'PingFang TC', 'Noto Sans TC', -apple-system, sans-serif;
  color: var(--ink);
  text-align: left;
  z-index: 10;
}
.article-toolbar[data-v-596b9c84] {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 10px;
}
.toolbar-btn[data-v-596b9c84] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  appearance: none;
  border: 0;
  background: transparent;
  color: var(--ink);
  cursor: pointer;
}
.toolbar-text[data-v-596b9c84] {
  color: #000;
  font-weight: 500;
}
.toolbar-icon[data-v-596b9c84] {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.toolbar-btn[data-v-596b9c84]:active {
  opacity: 0.55;
}
.veg-main[data-v-596b9c84] {
  flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0 12px 32px;
}
.article[data-v-596b9c84] {
  max-width: 680px;
  margin: 0 auto;
  text-align: left;
}
.article-title[data-v-596b9c84] {
  margin: 10px 0;
  font-size: var(--detail-title-size, 4.8vw);
  line-height: var(--detail-line-height, 1.8);
  font-family: 'NewsDetailTitleFont', sans-serif;
  font-weight: 500;
  font-synthesis: weight;
  color: var(--ink);
}
.article-meta[data-v-596b9c84] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 15px;
  font-size: var(--detail-meta-size, 3.2vw);
  color: #5e5e5e;
}
.article-content[data-v-596b9c84] {
  margin-bottom: 20px;
  font-size: var(--detail-body-size, 4.533333vw);
  line-height: var(--detail-line-height, 1.8);
  font-family: 'NewsDetailBodyFont', sans-serif;
  color: #000;
  text-align: left;
  word-break: break-word;
}
.article-content[data-v-596b9c84] p,
.article-content[data-v-596b9c84] div,
.article-content[data-v-596b9c84] span,
.article-content[data-v-596b9c84] li,
.article-content[data-v-596b9c84] td,
.article-content[data-v-596b9c84] th {
  font-family: 'NewsDetailBodyFont', sans-serif !important;
  font-size: inherit !important;
  line-height: inherit !important;
}
.article-content[data-v-596b9c84] img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
  object-fit: contain;
}
.article-content[data-v-596b9c84] p {
  margin: 0 0 2.666667vw;
}
.article-content[data-v-596b9c84] a {
  color: var(--accent-deep);
  text-decoration: underline;
}
.article-content[data-v-596b9c84] iframe,
.article-content[data-v-596b9c84] video {
  width: 100% !important;
  height: 56.266667vw !important;
  max-width: 100%;
  max-height: 211px;
  margin: 12px 0;
  background-color: #000;
  display: block;
}
@media (min-width: 431px) {
.article-content[data-v-596b9c84] p {
    margin-bottom: 10px;
}
}
.article-tags[data-v-596b9c84] {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.tag-item[data-v-596b9c84] {
  display: inline-block;
  padding: 4px;
  font-size: var(--detail-tag-size, 0.9rem);
  line-height: 1.5;
  color: var(--accent);
}
.empty-content[data-v-596b9c84] {
  margin: 1.5rem 0;
  color: var(--ink-soft);
  text-align: center;
}
.state-block[data-v-596b9c84] {
  max-width: 720px;
  margin: 0 auto;
}
.state-error[data-v-596b9c84] {
  padding: 3rem 1rem;
  text-align: center;
}
.state-message[data-v-596b9c84] {
  margin: 0 0 1.25rem;
  color: var(--ink-soft);
  font-size: 0.95rem;
}
.retry-btn[data-v-596b9c84] {
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  color: var(--ink);
  border-radius: 8px;
  padding: 0.6rem 1.25rem;
  font-size: 0.9rem;
  cursor: pointer;
}
.skeleton[data-v-596b9c84] {
  background: linear-gradient(90deg, #f0f0f0 25%, #e6e6e6 37%, #f0f0f0 63%);
  background-size: 400% 100%;
  animation: shimmer-596b9c84 1.2s ease-in-out infinite;
  border-radius: 6px;
  margin-bottom: 0.85rem;
}
.skeleton-title[data-v-596b9c84] {
  height: 1.8rem;
  width: 86%;
}
.skeleton-meta[data-v-596b9c84] {
  height: 0.9rem;
  width: 42%;
}
.skeleton-cover[data-v-596b9c84] {
  height: 12rem;
  width: 100%;
  margin: 1rem 0 1.25rem;
}
.skeleton-line[data-v-596b9c84] {
  height: 0.95rem;
  width: 100%;
}
.skeleton-line.short[data-v-596b9c84] {
  width: 68%;
}
@keyframes shimmer-596b9c84 {
0% {
    background-position: 100% 0;
}
100% {
    background-position: 0 0;
}
}
.veg-footer[data-v-596b9c84] {
  flex-shrink: 0;
  padding: 10px 12px calc(12px + env(safe-area-inset-bottom, 0px));
  border-top: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.98);
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.cta-btn[data-v-596b9c84] {
  width: 100%;
  max-width: 680px;
  height: 44px;
  padding: 0 1.25rem;
  border: none;
  border-radius: 6px;
  background: var(--accent);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.cta-btn[data-v-596b9c84]:active {
  transform: scale(0.98);
}
