:root {
  font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;

  color-scheme: light dark;
  color: rgba(255, 255, 255, 0.87);
  background-color: #242424;

  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  font-weight: 500;
  color: #646cff;
  text-decoration: inherit;
}
a:hover {
  color: #535bf2;
}

body {
  margin: 0;
  display: flex;
  place-items: center;
  min-width: 320px;
  min-height: 100vh;
}

h1 {
  font-size: 3.2em;
  line-height: 1.1;
}

button {
  border-radius: 8px;
  border: 1px solid transparent;
  padding: 0.6em 1.2em;
  font-size: 1em;
  font-weight: 500;
  font-family: inherit;
  background-color: #1a1a1a;
  cursor: pointer;
  transition: border-color 0.25s;
}
button:hover {
  border-color: #646cff;
}
button:focus,
button:focus-visible {
  outline: 4px auto -webkit-focus-ring-color;
}

.card {
  padding: 2em;
}

#app {
  max-width: 1280px;
  margin: 0 auto;
  padding: 2rem;
  text-align: center;
}

@media (prefers-color-scheme: light) {
  :root {
    color: #213547;
    background-color: #ffffff;
  }
  a:hover {
    color: #747bff;
  }
  button {
    background-color: #f9f9f9;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  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: 100vw;
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 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-226673f7] {
  --red: #E60012;
  --red-deep: #B8000F;
  --bg: #FFFFFF;

  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-226673f7] {
  max-width: 400px;
  margin: 0 auto;
  padding: 4.5rem 1.25rem 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.logo[data-v-226673f7] {
  width: 200px;
  max-width: 75vw;
  height: auto;
  margin-bottom: 1rem;
}
.title[data-v-226673f7] {
  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-226673f7] {
  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-226673f7]:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(230, 0, 18, 0.4);
}
.download-btn[data-v-226673f7]:active {
  transform: translateY(0) scale(0.98);
}
.download-icon[data-v-226673f7] {
  width: 1.35rem;
  height: 1.35rem;
  flex-shrink: 0;
}
