:root {
  --hv4-green: #01875f;
  --hv4-green-dark: #006c4c;
  --hv4-green-soft: #e8f3ef;
  --hv4-ink: #202124;
  --hv4-text: #3c4043;
  --hv4-muted: #5f6368;
  --hv4-quiet: #80868b;
  --hv4-surface: #f8f9fa;
}

.home-v4-body {
  margin: 0;
  color: var(--hv4-ink);
  background: #fff;
  font-family: Roboto, "Noto Sans SC", "PingFang SC", "Microsoft YaHei", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}
.home-v4-body *, .home-v4-body *::before, .home-v4-body *::after { box-sizing: border-box; }
.home-v4-body a { color: inherit; text-decoration: none; }
.home-v4-body img { display: block; max-width: 100%; }
.home-v4-body button, .home-v4-body input { font: inherit; }
.hv4-wrap { width: 1200px; margin: 0 auto; }
.hv4-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }

.hv4-utility { height: 32px; color: var(--hv4-muted); background: var(--hv4-surface); font-size: 12px; }
.hv4-utility .hv4-wrap { height: 100%; display: flex; align-items: center; justify-content: space-between; }
.hv4-utility nav { display: flex; gap: 22px; }
.hv4-utility a:hover { color: var(--hv4-green); }

.hv4-masthead { height: 78px; background: #fff; }
.hv4-masthead .hv4-wrap { height: 100%; display: grid; grid-template-columns: 205px minmax(0, 1fr) 456px; gap: 28px; align-items: center; }
.hv4-brand { width: max-content; display: inline-flex; align-items: center; gap: 10px; }
.hv4-brand img { width: 44px; height: 42px; object-fit: contain; filter: brightness(0) saturate(100%) invert(35%) sepia(87%) saturate(952%) hue-rotate(124deg) brightness(91%) contrast(101%); }
.hv4-brand > span { display: flex; align-items: baseline; }
.hv4-brand b { font-size: 24px; line-height: 1; letter-spacing: -.6px; }
.hv4-brand small { margin-left: 4px; color: var(--hv4-muted); font-size: 12px; font-weight: 600; }
.hv4-slogan { color: var(--hv4-muted); font-size: 13px; }
.hv4-search { height: 42px; display: grid; grid-template-columns: 1fr 76px; overflow: hidden; border: 1px solid #bdc1c6; border-radius: 22px; background: #fff; }
.hv4-search:focus-within { border-color: var(--hv4-green); box-shadow: 0 0 0 2px rgba(1, 135, 95, .1); }
.hv4-search input { min-width: 0; padding: 0 18px; border: 0; outline: 0; color: var(--hv4-ink); background: transparent; }
.hv4-search input::placeholder { color: #9aa0a6; }
.hv4-search button { border: 0; color: #fff; background: var(--hv4-green); font-weight: 700; cursor: pointer; }
.hv4-search button:hover { background: var(--hv4-green-dark); }

.hv4-nav { height: 48px; background: #fff; }
.hv4-nav .hv4-wrap { height: 100%; display: flex; align-items: stretch; gap: 38px; }
.hv4-nav a { position: relative; display: flex; align-items: center; font-size: 15px; font-weight: 650; white-space: nowrap; }
.hv4-nav a:hover, .hv4-nav a:focus-visible, .hv4-nav a.is-active { color: var(--hv4-green); }
.hv4-nav a.is-active::after { position: absolute; right: 4px; bottom: 0; left: 4px; height: 3px; border-radius: 3px 3px 0 0; background: var(--hv4-green); content: ""; }

.home-v4 { padding-bottom: 20px; }
.hv4-lead { height: 342px; margin-top: 20px; display: grid; grid-template-columns: 720px 456px; gap: 24px; }
.hv4-hero, .hv4-hero-stage { position: relative; height: 100%; overflow: hidden; border-radius: 12px; }
.hv4-hero-slide { position: absolute; inset: 0; display: none; color: #fff; }
.hv4-hero-slide.is-active { display: block; animation: hv4-fade .28s ease both; }
.hv4-hero-slide > img { width: 100%; height: 100%; object-fit: cover; }
.hv4-hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(5, 26, 34, .84), rgba(5, 26, 34, .47) 48%, rgba(5, 26, 34, .04) 78%); }
.hv4-hero-copy { position: absolute; z-index: 1; left: 30px; bottom: 30px; width: 390px; }
.hv4-hero-copy > em { width: max-content; height: 26px; display: inline-flex; align-items: center; padding: 0 11px; border-radius: 13px; color: var(--hv4-green-dark); background: rgba(255, 255, 255, .93); font-size: 12px; font-style: normal; font-weight: 500; }
.hv4-hero-copy > strong { width: 100%; max-height: 75px; display: -webkit-box; margin: 15px 0 9px; overflow: hidden; color: #fff; font-size: 30px; font-weight: 500; line-height: 1.24; letter-spacing: -.8px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hv4-hero-copy > small { height: 44px; display: -webkit-box; overflow: hidden; color: rgba(255, 255, 255, .82); font-size: 14px; line-height: 22px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hv4-hero-foot { width: 100%; margin-top: 20px; display: flex; align-items: center; gap: 13px; }
.hv4-hero-foot b { height: 36px; display: inline-flex; align-items: center; padding: 0 17px; border-radius: 18px; color: #fff; background: var(--hv4-green); font-size: 14px; font-weight: 500; }
.hv4-hero-foot i { color: rgba(255, 255, 255, .75); font-size: 12px; font-style: normal; }
.hv4-hero-dots { position: absolute; z-index: 2; right: 20px; bottom: 17px; display: flex; gap: 7px; }
.hv4-hero-dots button { width: 7px; height: 7px; padding: 0; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .46); cursor: pointer; }
.hv4-hero-dots button.is-active { width: 22px; border-radius: 4px; background: #fff; }

.hv4-digest-head { height: 44px; display: flex; align-items: center; gap: 16px; }
.hv4-digest-head h2 { margin: 0; font-size: 18px; font-weight: 500; line-height: 24px; }
.hv4-digest-head span { margin-left: auto; color: var(--hv4-muted); font-size: 12px; }
.hv4-digest-head a, .hv4-section-head > a, .hv4-ranking header a, .hv4-more { color: var(--hv4-green); font-size: 14px; font-weight: 500; line-height: 20px; }
.hv4-digest-feature { height: 86px; padding: 10px; display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 13px; align-items: center; border-radius: 10px; background: var(--hv4-surface); }
.hv4-digest-feature img { width: 116px; height: 66px; border-radius: 8px; object-fit: cover; }
.hv4-digest-feature span, .hv4-digest-feature b, .hv4-digest-feature small { min-width: 0; display: block; }
.hv4-digest-feature b { overflow: hidden; font-size: 14px; font-weight: 500; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; }
.hv4-digest-feature small { height: 36px; margin-top: 3px; overflow: hidden; color: var(--hv4-muted); font-size: 12px; line-height: 18px; }
.hv4-digest-row { height: 52px; padding: 0 10px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 46px; gap: 10px; align-items: center; border-radius: 8px; transition: background-color .15s ease; }
.hv4-digest-row:hover, .hv4-digest-row:focus-visible { background: var(--hv4-surface); }
.hv4-digest-row > span { color: var(--hv4-green); font-size: 12px; font-weight: 500; }
.hv4-digest-row b { overflow: hidden; font-size: 14px; font-weight: 500; white-space: nowrap; text-overflow: ellipsis; }
.hv4-digest-row time { justify-self: end; color: var(--hv4-muted); font-size: 12px; }
.hv4-digest-row:hover b, .hv4-digest-feature:hover b { color: var(--hv4-green); }

.hv4-module { margin-top: 28px; }
.hv4-section-head { height: 38px; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; }
.hv4-section-head h2 { margin: 0; font-size: 22px; font-weight: 500; line-height: 28px; letter-spacing: -.25px; }
.hv4-section-head h2 small { margin-left: 10px; color: var(--hv4-muted); font-size: 14px; font-weight: 400; line-height: 20px; }
.hv4-section-head > a:hover, .hv4-ranking header a:hover, .hv4-more:hover { color: var(--hv4-green-dark); }

.hv4-picks { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 14px; }
.hv4-pick { height: 82px; min-width: 0; padding: 0 8px; display: grid; grid-template-columns: 48px minmax(0, 1fr); gap: 10px; align-items: center; border-radius: 9px; transition: background-color .15s ease; }
.hv4-pick:hover, .hv4-pick:focus-visible { background: var(--hv4-surface); }
.hv4-pick img { width: 48px; height: 48px; border-radius: 11px; object-fit: cover; transition: box-shadow .15s ease; }
.hv4-pick:hover img, .hv4-pick:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.hv4-pick span, .hv4-pick b, .hv4-pick small, .hv4-pick em { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hv4-pick b {
  display: -webkit-box;
  max-height: 36px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  white-space: normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.hv4-pick small { margin-top: 4px; color: var(--hv4-muted); font-size: 12px; line-height: 18px; }
.hv4-pick em { margin-top: 4px; color: var(--hv4-green); font-size: 12px; line-height: 18px; font-style: normal; font-weight: 500; }
.hv4-pick:hover b { color: var(--hv4-green); }

.hv4-fresh-grid { display: grid; grid-template-columns: 780px 396px; gap: 24px; }
.hv4-daybar { height: 54px; display: grid; grid-template-columns: repeat(7, 1fr); border-radius: 10px; background: var(--hv4-surface); }
.hv4-daybar a { display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--hv4-muted); font-size: 12px; }
.hv4-daybar b { color: var(--hv4-text); font-size: 13px; }
.hv4-daybar a:hover, .hv4-daybar a.is-active { color: var(--hv4-green); background: var(--hv4-green-soft); border-radius: 10px; }
.hv4-daybar a.is-active b { color: var(--hv4-green); }
.hv4-fresh-list { margin-top: 20px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 22px; row-gap: 8px; }
.hv4-fresh-item { height: 74px; min-width: 0; padding: 0 10px; display: grid; grid-template-columns: 48px minmax(0, 1fr) 66px; gap: 11px; align-items: center; border-radius: 9px; transition: background-color .15s ease; }
.hv4-fresh-item:hover, .hv4-fresh-item:focus-visible { background: var(--hv4-surface); }
.hv4-fresh-item img { width: 48px; height: 48px; border-radius: 11px; object-fit: cover; transition: box-shadow .15s ease; }
.hv4-fresh-item:hover img, .hv4-fresh-item:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.hv4-fresh-item span, .hv4-fresh-item b, .hv4-fresh-item small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hv4-fresh-item b { font-size: 13px; font-weight: 500; line-height: 19px; }
.hv4-fresh-item small { margin-top: 4px; color: var(--hv4-muted); font-size: 12px; line-height: 18px; }
.hv4-fresh-item em { justify-self: end; color: var(--hv4-green); font-size: 14px; line-height: 20px; font-style: normal; font-weight: 500; }
.hv4-fresh-item:hover b { color: var(--hv4-green); }
.hv4-ranking { padding: 4px 18px 8px; border-radius: 10px; background: var(--hv4-surface); }
.hv4-ranking header { height: 45px; margin-bottom: 20px; display: flex; align-items: center; justify-content: space-between; }
.hv4-ranking header h2 { margin: 0; font-size: 18px; font-weight: 500; line-height: 24px; }
.hv4-rank-row { height: 58px; padding: 0 10px; display: grid; grid-template-columns: 24px 40px minmax(0, 1fr) 46px; gap: 9px; align-items: center; border-radius: 8px; transition: background-color .15s ease; }
.hv4-rank-row:hover, .hv4-rank-row:focus-visible { background: #fff; }
.hv4-rank-row > i { color: var(--hv4-green); font-style: normal; font-weight: 700; text-align: center; }
.hv4-rank-row img { width: 40px; height: 40px; border-radius: 9px; object-fit: cover; }
.hv4-rank-row span, .hv4-rank-row b, .hv4-rank-row small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hv4-rank-row b { font-size: 14px; font-weight: 500; line-height: 20px; }
.hv4-rank-row small { color: var(--hv4-muted); font-size: 12px; line-height: 18px; }
.hv4-rank-row > em { justify-self: end; color: var(--hv4-green); font-size: 12px; font-style: normal; }
.hv4-rank-row:hover b { color: var(--hv4-green); }

.hv4-topics { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.hv4-topic { overflow: hidden; border-radius: 10px; background: var(--hv4-surface); }
.hv4-topic-media { position: relative; height: 160px; display: block; overflow: hidden; }
.hv4-topic-media img { width: 100%; height: 100%; object-fit: cover; }
.hv4-topic-media::after { position: absolute; inset: 35% 0 0; background: linear-gradient(transparent, rgba(0, 0, 0, .66)); content: ""; }
.hv4-topic-media strong { position: absolute; z-index: 1; right: 16px; bottom: 14px; left: 16px; overflow: hidden; color: #fff; font-size: 18px; font-weight: 500; line-height: 24px; white-space: nowrap; text-overflow: ellipsis; }
.hv4-topic-foot { height: 52px; padding: 0 15px; display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.hv4-topic-foot small { min-width: 0; overflow: hidden; color: var(--hv4-muted); font-size: 12px; line-height: 18px; white-space: nowrap; text-overflow: ellipsis; }
.hv4-topic-foot b { flex: 0 0 auto; color: var(--hv4-green); font-size: 14px; font-weight: 500; line-height: 20px; }

.hv4-content-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.hv4-content-column { min-width: 0; }
.hv4-feature { height: 176px; display: grid; grid-template-columns: 252px minmax(0, 1fr); gap: 17px; align-items: center; }
.hv4-feature img { width: 252px; height: 142px; border-radius: 9px; object-fit: cover; }
.hv4-feature h3 { margin: 0 0 7px; font-size: 18px; font-weight: 500; line-height: 24px; }
.hv4-feature p { margin: 0; display: -webkit-box; overflow: hidden; color: var(--hv4-muted); font-size: 14px; line-height: 20px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.hv4-feature small { display: block; margin-top: 13px; color: var(--hv4-muted); font-size: 12px; line-height: 18px; }
.hv4-feature:hover h3 { color: var(--hv4-green); }
.hv4-article { height: 52px; padding: 0 10px; display: grid; grid-template-columns: minmax(0, 1fr) 76px; gap: 10px; align-items: center; border-radius: 8px; transition: background-color .15s ease; }
.hv4-article:hover, .hv4-article:focus-visible { background: var(--hv4-surface); }
.hv4-article b { min-width: 0; overflow: hidden; font-size: 14px; font-weight: 500; line-height: 20px; white-space: nowrap; text-overflow: ellipsis; }
.hv4-article b span { margin-right: 7px; color: var(--hv4-green); font-size: 12px; }
.hv4-article time { justify-self: end; color: var(--hv4-muted); font-size: 12px; }
.hv4-article:hover b { color: var(--hv4-green); }

.hv4-updates { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.hv4-updates > div { padding: 8px 0; }
.hv4-update-row { height: 64px; min-width: 0; padding: 0 10px; display: grid; grid-template-columns: 42px minmax(0, 1fr) 62px; gap: 10px; align-items: center; border-radius: 8px; transition: background-color .15s ease; }
.hv4-update-row:hover, .hv4-update-row:focus-visible { background: var(--hv4-surface); }
.hv4-update-row img { width: 42px; height: 42px; border-radius: 10px; object-fit: cover; transition: box-shadow .15s ease; }
.hv4-update-row:hover img, .hv4-update-row:focus-visible img { box-shadow: 0 2px 8px rgba(32,33,36,.12); }
.hv4-update-row span, .hv4-update-row b, .hv4-update-row small { min-width: 0; display: block; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.hv4-update-row b { font-size: 14px; font-weight: 500; line-height: 20px; }
.hv4-update-row small { color: var(--hv4-muted); font-size: 12px; line-height: 18px; }
.hv4-update-row time { justify-self: end; color: var(--hv4-muted); font-size: 11px; text-align: right; }
.hv4-update-row time em { display: block; color: var(--hv4-green); font-style: normal; font-weight: 500; }
.hv4-update-row:hover b { color: var(--hv4-green); }

.hv4-quick { height: 58px; margin-top: 28px; padding: 0 20px; display: flex; align-items: center; gap: 26px; border-radius: 10px; background: var(--hv4-surface); }
.hv4-quick a { font-size: 14px; font-weight: 500; line-height: 20px; }
.hv4-quick a:hover { color: var(--hv4-green); }
.hv4-quick .hv4-more { margin-left: auto; }

.hv4-footer { background: var(--hv4-surface); }
.hv4-footer-main { height: 168px; display: grid; grid-template-columns: 310px minmax(0, 1fr); gap: 70px; align-items: center; }
.hv4-footer .hv4-brand img { width: 38px; height: 37px; }
.hv4-footer .hv4-brand b { font-size: 20px; }
.hv4-footer-brand p { margin: 12px 0 0; color: var(--hv4-muted); font-size: 12px; line-height: 1.8; }
.hv4-footer-links { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.hv4-footer-links h2 { margin: 0 0 11px; font-size: 13px; }
.hv4-footer-links div { display: flex; flex-wrap: wrap; gap: 7px 16px; }
.hv4-footer-links a { color: var(--hv4-muted); font-size: 12px; }
.hv4-footer-links a:hover { color: var(--hv4-green); }
.hv4-footer-bottom { height: 48px; display: flex; align-items: center; justify-content: space-between; color: var(--hv4-muted); font-size: 12px; }
.hv4-footer-bottom nav { display: flex; gap: 20px; }
.hv4-footer-bottom a:hover { color: var(--hv4-green); }

.home-v4-body a:focus-visible, .home-v4-body button:focus-visible, .home-v4-body input:focus-visible { outline: 2px solid var(--hv4-green); outline-offset: 3px; }
@keyframes hv4-fade { from { opacity: .25; } to { opacity: 1; } }

@media (prefers-reduced-motion: reduce) {
  .home-v4-body *, .home-v4-body *::before, .home-v4-body *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

@media (max-width: 1240px) {
  .hv4-wrap { width: calc(100% - 32px); }
  .hv4-lead { grid-template-columns: minmax(0, 3fr) minmax(340px, 2fr); }
  .hv4-fresh-grid { grid-template-columns: minmax(0, 2fr) minmax(320px, 1fr); }
  .hv4-masthead .hv4-wrap { grid-template-columns: 190px minmax(180px, 1fr) minmax(320px, 420px); }
}

@media (max-width: 980px) {
  .hv4-masthead { height: auto; padding: 14px 0; }
  .hv4-masthead .hv4-wrap { grid-template-columns: 1fr minmax(300px, 420px); gap: 14px; }
  .hv4-slogan { display: none; }
  .hv4-nav { overflow-x: auto; }
  .hv4-nav .hv4-wrap { gap: 26px; }
  .hv4-lead { height: auto; grid-template-columns: 1fr; }
  .hv4-hero { height: 342px; }
  .hv4-digest { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 18px; }
  .hv4-digest-head, .hv4-digest-feature { grid-column: 1 / -1; }
  .hv4-picks { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hv4-fresh-grid { grid-template-columns: 1fr; }
  .hv4-content-grid { grid-template-columns: 1fr; }
  .hv4-updates { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hv4-footer-main { height: auto; grid-template-columns: 1fr; gap: 28px; padding: 30px 0; }
}

@media (max-width: 640px) {
  .hv4-wrap { width: calc(100% - 24px); }
  .hv4-utility { display: none; }
  .hv4-masthead .hv4-wrap { grid-template-columns: 1fr; }
  .hv4-search { width: 100%; }
  .hv4-nav .hv4-wrap { gap: 22px; }
  .hv4-nav a { font-size: 14px; }
  .hv4-hero { height: 310px; }
  .hv4-hero-copy { top: auto; right: 22px; bottom: 24px; left: 22px; width: auto; }
  .hv4-hero-copy > strong { font-size: 25px; }
  .hv4-digest { display: block; }
  .hv4-section-head h2 small { display: none; }
  .hv4-picks { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 18px; }
  .hv4-daybar { overflow-x: auto; grid-template-columns: repeat(7, 74px); }
  .hv4-fresh-list { grid-template-columns: 1fr; }
  .hv4-topics { grid-template-columns: 1fr; }
  .hv4-feature { height: auto; grid-template-columns: 128px minmax(0, 1fr); padding: 12px 0; }
  .hv4-feature img { width: 128px; height: 88px; }
  .hv4-feature p { display: none; }
  .hv4-updates { grid-template-columns: 1fr; }
  .hv4-quick { height: auto; flex-wrap: wrap; gap: 12px 20px; padding: 16px; }
  .hv4-quick .hv4-more { margin-left: 0; }
  .hv4-footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hv4-footer-bottom { height: auto; align-items: flex-start; flex-direction: column; gap: 10px; padding: 18px 0; }
}

/* 2026-08-27 homepage responsive QA: mobile scroll belongs to inner date rail, never to the document. */
@media (max-width: 760px) {
  .home-v4,
  .home-v4-body {
    min-width: 0;
    overflow-x: hidden;
  }

  .hv4-wrap {
    max-width: 100%;
  }

  .hv4-lead,
  .hv4-fresh-grid,
  .hv4-content-grid {
    min-width: 0;
  }

  .hv4-hero-copy {
    max-width: calc(100% - 44px);
  }

  .hv4-daybar {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 74px;
    grid-template-columns: none !important;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-inline: contain;
  }

  .hv4-daybar a {
    min-width: 0;
  }

  .hv4-picks {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

@media (max-width: 480px) {
  .hv4-hero {
    height: 300px;
  }

  .hv4-hero-copy > strong {
    font-size: 22px !important;
    line-height: 30px !important;
  }

  .hv4-hero-foot {
    align-items: center;
    flex-wrap: wrap;
  }
}

/* 2026-08-27 common-entry visual QA: mobile chips stay in one controlled rail, never a cramped two-line wrap. */
@media (max-width: 640px) {
  .hv4-quick.xidown-common-entry {
    box-sizing: border-box;
    width: calc(100% - 24px) !important;
    height: 52px !important;
    min-height: 52px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    padding: 8px 10px !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    border-radius: 12px !important;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .hv4-quick.xidown-common-entry::-webkit-scrollbar {
    display: none;
  }

  .hv4-quick.xidown-common-entry > b,
  .hv4-quick.xidown-common-entry > a {
    flex: 0 0 auto !important;
    margin: 0 !important;
    white-space: nowrap !important;
  }

  .hv4-quick.xidown-common-entry > b {
    min-width: 72px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .hv4-quick.xidown-common-entry > a {
    height: 34px !important;
    padding: 0 13px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 17px !important;
    font-size: 14px !important;
    line-height: 20px !important;
  }

  .hv4-quick.xidown-common-entry .hv4-more {
    margin-left: 0 !important;
  }
}

.home-friend-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  padding: 12px 0;
  color: #5f6368;
  font-size: 13px;
  line-height: 22px;
}

.home-friend-links:not(:has(a)) {
  display: none;
}

.home-friend-links strong {
  color: #202124;
  flex: 0 0 auto;
}

.home-friend-links a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  color: inherit;
  overflow-wrap: anywhere;
}

.home-friend-links a:hover {
  color: #01875f;
}

.home-friend-links img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
}

@media (max-width: 640px) {
  .hv4-section-head h2 { font-size: 18px; line-height: 26px; }
}
