/* Local homepage V2: compact Chinese navigation portal. */
:root {
  --v2-ink: #15151f;
  --v2-muted: #667085;
  --v2-line: #e5e7eb;
  --v2-soft: #f5f7fb;
  --v2-panel: #ffffff;
  --v2-red: #f04438;
  --v2-orange: #ff6a00;
  --v2-green: #00a870;
  --v2-gold: #c47a00;
  --v2-violet: #6f4bd8;
  --v2-blue: #1677ff;
  --v2-slate: #334155;
  --v2-shadow: 0 6px 18px rgba(15, 23, 42, 0.06);
}

body {
  position: relative;
  background:
    linear-gradient(180deg, #f7fbff 0%, #f6f8fc 42%, #f9fafc 100%),
    linear-gradient(135deg, rgba(22, 119, 255, 0.09) 0%, rgba(22, 119, 255, 0.028) 36%, transparent 62%),
    linear-gradient(52deg, transparent 42%, rgba(0, 168, 112, 0.035) 100%),
    #f5f7fb;
  color: var(--v2-ink);
}

body::before,
body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
}

body::before {
  opacity: .48;
  background:
    linear-gradient(115deg, transparent 0 19%, rgba(22, 119, 255, .09) 19.15%, transparent 19.45% 46%, rgba(51, 65, 85, .06) 46.15%, transparent 46.42% 100%),
    linear-gradient(65deg, transparent 0 28%, rgba(22, 137, 107, .055) 28.1%, transparent 28.35% 66%, rgba(22, 119, 255, .05) 66.1%, transparent 66.35% 100%);
  background-size: 620px 320px, 560px 280px;
  animation: homeV2ThreadsDrift 26s linear infinite;
}

body::after {
  opacity: .36;
  background-image: radial-gradient(circle, rgba(22, 119, 255, .13) 1px, transparent 1.4px);
  background-size: 34px 34px;
  mask-image: linear-gradient(180deg, rgba(0,0,0,.75), rgba(0,0,0,.18) 42%, transparent 88%);
}

@keyframes homeV2ThreadsDrift {
  from {
    background-position: 0 0, 0 0;
  }
  to {
    background-position: 620px 320px, -560px 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body::before {
    animation: none;
  }

  .nav-promo-track {
    animation: none;
  }
}

.home-main {
  width: min(1680px, calc(100vw - 28px));
  max-width: min(1680px, calc(100vw - 28px));
  margin-inline: auto;
  padding-inline: 0;
}

.quick-sidebar {
  right: max(4px, env(safe-area-inset-right));
  gap: 6px;
  width: 42px;
  z-index: 48;
}

.nav-promo-carousel {
  position: relative;
  flex: 1 1 380px;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  max-width: 470px;
  min-width: 310px;
  min-height: 36px;
  padding: 4px 5px 4px 5px;
  border: 1px solid rgba(15, 23, 42, .12);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99), rgba(255, 251, 246, .96) 48%, rgba(255, 247, 237, .95)),
    radial-gradient(circle at 10% 50%, rgba(245, 158, 11, .16), transparent 34%),
    radial-gradient(circle at 88% 50%, rgba(240, 68, 56, .1), transparent 30%);
  color: #101827;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .96),
    0 8px 20px rgba(154, 52, 18, .07);
  overflow: hidden;
  text-decoration: none;
}

.nav-promo-carousel::before {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 44px;
  width: 1px;
  z-index: 1;
  pointer-events: none;
  border-radius: 999px;
  background: rgba(194, 65, 12, .14);
}

.nav-promo-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 54px;
  z-index: 3;
  width: 24px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .94));
}

.nav-promo-icon {
  position: relative;
  z-index: 2;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 24px;
  border-radius: 9px;
  border: 1px solid rgba(255, 255, 255, .72);
  background:
    radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .58) 0 8%, transparent 24%),
    linear-gradient(140deg, #ffbf47 0%, #ff6a00 42%, #f04438 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
  text-shadow: 0 1px 3px rgba(153, 27, 27, .36);
  transform: rotate(-4deg);
  box-shadow:
    0 8px 14px rgba(240, 68, 56, .24),
    inset 0 1px 0 rgba(255, 255, 255, .44),
    inset 0 -1px 0 rgba(185, 28, 28, .2);
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.nav-promo-icon::before {
  content: "";
  position: absolute;
  inset: 3px 5px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 6px;
}

.nav-promo-icon::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 0 50%, rgba(255, 255, 255, .98) 0 3px, transparent 3.5px),
    radial-gradient(circle at 100% 50%, rgba(255, 255, 255, .98) 0 3px, transparent 3.5px),
    linear-gradient(112deg, transparent 16%, rgba(255, 255, 255, .44) 30%, transparent 46%);
}

.nav-promo-window {
  position: relative;
  z-index: 2;
  display: block;
  min-width: 0;
  flex: 1 1 auto;
  height: 22px;
  overflow: hidden;
}

.nav-promo-track {
  display: grid;
  animation: navPromoRoll 12s cubic-bezier(.72, 0, .22, 1) infinite;
}

.nav-promo-track span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 22px;
  min-width: 0;
  white-space: nowrap;
}

.nav-promo-track strong {
  flex: 0 0 auto;
  color: #101827;
  font-size: 12px;
  font-weight: 950;
}

.nav-promo-track em {
  overflow: hidden;
  color: #526071;
  font-size: 12px;
  font-style: normal;
  font-weight: 760;
  text-overflow: ellipsis;
}

.nav-promo-cta {
  position: relative;
  z-index: 4;
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  min-width: 46px;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #ff6a00, #f04438);
  box-shadow: 0 6px 14px rgba(240, 68, 56, .2);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0;
}

.nav-promo-carousel:hover,
.nav-promo-carousel:focus-visible {
  border-color: rgba(255, 122, 0, .3);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 251, 246, .98) 48%, rgba(255, 247, 237, .98));
  outline: 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 122, 0, .12),
    0 10px 22px rgba(154, 52, 18, .11);
}

.nav-promo-carousel:hover .nav-promo-cta,
.nav-promo-carousel:focus-visible .nav-promo-cta {
  filter: saturate(1.08) brightness(1.02);
  box-shadow: 0 7px 16px rgba(240, 68, 56, .26);
}

.nav-promo-carousel:hover .nav-promo-icon,
.nav-promo-carousel:focus-visible .nav-promo-icon {
  filter: saturate(1.08) brightness(1.02);
  transform: rotate(-2deg) translateY(-1px);
  box-shadow:
    0 9px 16px rgba(240, 68, 56, .3),
    inset 0 1px 0 rgba(255, 255, 255, .48),
    inset 0 -1px 0 rgba(185, 28, 28, .22);
}

@keyframes navPromoRoll {
  0%, 20% {
    transform: translateY(0);
  }
  25%, 45% {
    transform: translateY(-22px);
  }
  50%, 70% {
    transform: translateY(-44px);
  }
  75%, 95% {
    transform: translateY(-66px);
  }
  100% {
    transform: translateY(0);
  }
}

.quick-sidebar a,
.quick-sidebar button {
  --quick-accent: #1677ff;
  position: relative;
  isolation: isolate;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  min-height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .72);
  border-radius: 12px;
  color: #0b3a7e;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .72), rgba(240, 247, 255, .46)),
    rgba(255, 255, 255, .42);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .86),
    inset 0 -1px 0 rgba(22, 119, 255, .06),
    0 10px 24px rgba(15, 23, 42, .08);
  text-align: center;
  backdrop-filter: blur(16px) saturate(1.24);
  -webkit-backdrop-filter: blur(16px) saturate(1.24);
  transition: border-color .18s ease, background .18s ease, box-shadow .18s ease, transform .18s ease;
}

.quick-sidebar a::after,
.quick-sidebar button::after {
  content: "";
  position: absolute;
  inset: 1px;
  z-index: -1;
  border-radius: 11px;
  background:
    radial-gradient(circle at 28% 16%, rgba(255, 255, 255, .9), rgba(255, 255, 255, 0) 38%),
    linear-gradient(180deg, rgba(255, 255, 255, .38), rgba(255, 255, 255, .06));
  pointer-events: none;
}

.quick-sidebar a:hover,
.quick-sidebar button:hover,
.quick-sidebar a:focus-visible,
.quick-sidebar button:focus-visible {
  color: var(--quick-accent, var(--v2-blue));
  border-color: rgba(22, 119, 255, .36);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(226, 239, 255, .56)),
    rgba(255, 255, 255, .54);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .94),
    0 12px 26px rgba(22, 119, 255, .16),
    0 0 0 4px rgba(22, 119, 255, .055);
  transform: translateX(-2px);
}

.quick-sidebar a::before,
.quick-sidebar button::before {
  content: attr(data-tip);
  position: absolute;
  top: 50%;
  right: calc(100% + 8px);
  width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  border: 1px solid #dbe7f4;
  border-radius: 8px;
  color: var(--v2-ink);
  background: #fff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, .12);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transform: translate(4px, -50%);
  transition: opacity .14s ease, transform .14s ease;
}

.quick-sidebar a:hover::before,
.quick-sidebar button:hover::before,
.quick-sidebar a:focus-visible::before,
.quick-sidebar button:focus-visible::before {
  opacity: 1;
  transform: translate(0, -50%);
}

.quick-sidebar .quick-icon {
  position: relative;
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid rgba(22, 119, 255, .16);
  border-radius: 10px;
  background:
    radial-gradient(circle at 30% 20%, rgba(255, 255, 255, .82), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, rgba(22, 119, 255, .12), rgba(255, 255, 255, .62));
  color: var(--quick-accent, var(--v2-blue));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .82),
    0 5px 12px rgba(22, 119, 255, .10);
  overflow: hidden;
}

.quick-sidebar .quick-icon::before,
.quick-sidebar .quick-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  transition: transform .18s ease, opacity .18s ease, background .18s ease, border-color .18s ease;
}

.quick-icon-user::before {
  width: 8px;
  height: 8px;
  top: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
}

.quick-icon-user::after {
  width: 17px;
  height: 9px;
  left: 5px;
  bottom: 5px;
  border: 2px solid currentColor;
  border-bottom-color: transparent;
  border-radius: 999px 999px 0 0;
}

.quick-icon-plus::before,
.quick-icon-plus::after {
  left: 7px;
  top: 13px;
  width: 14px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
}

.quick-icon-plus::before {
  box-shadow:
    0 -6px 0 -1px color-mix(in srgb, currentColor 52%, transparent),
    0 6px 0 -1px color-mix(in srgb, currentColor 52%, transparent);
}

.quick-icon-plus::after {
  transform: rotate(90deg);
}

.quick-icon-home::before {
  width: 15px;
  height: 12px;
  left: 6px;
  top: 11px;
  border: 2px solid currentColor;
  border-top: 0;
  border-radius: 0 0 4px 4px;
}

.quick-icon-home::after {
  width: 13px;
  height: 13px;
  left: 7px;
  top: 5px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
  border-radius: 3px 0 0 0;
}

.quick-icon-desktop::before {
  width: 18px;
  height: 13px;
  top: 5px;
  border: 2px solid currentColor;
  border-radius: 4px;
  background: linear-gradient(180deg, transparent 64%, color-mix(in srgb, currentColor 18%, transparent) 65%);
}

.quick-icon-desktop::after {
  width: 12px;
  height: 6px;
  left: 8px;
  bottom: 4px;
  border-bottom: 2px solid currentColor;
  border-left: 2px solid currentColor;
  border-right: 2px solid currentColor;
  border-radius: 0 0 2px 2px;
}

.quick-icon-library::before {
  width: 18px;
  height: 18px;
  top: 5px;
  border-radius: 5px;
  background:
    linear-gradient(currentColor 0 0) 0 0 / 7px 7px,
    linear-gradient(currentColor 0 0) 100% 0 / 7px 7px,
    linear-gradient(currentColor 0 0) 0 100% / 7px 7px,
    linear-gradient(currentColor 0 0) 100% 100% / 7px 7px;
  background-repeat: no-repeat;
  opacity: .92;
}

.quick-icon-library::after {
  width: 6px;
  height: 6px;
  left: 11px;
  top: 11px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 0 1px color-mix(in srgb, currentColor 32%, transparent);
}

.quick-icon-top::before {
  width: 14px;
  height: 14px;
  left: 7px;
  top: 7px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: rotate(45deg);
  border-radius: 3px 0 0 0;
}

.quick-icon-top::after {
  width: 2px;
  height: 15px;
  left: 13px;
  top: 8px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 6px 0 2px color-mix(in srgb, currentColor 15%, transparent);
}

.quick-sidebar a:hover .quick-icon,
.quick-sidebar button:hover .quick-icon,
.quick-sidebar a:focus-visible .quick-icon,
.quick-sidebar button:focus-visible .quick-icon {
  color: var(--quick-accent, var(--v2-blue));
  border-color: rgba(22, 119, 255, .22);
  background:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .94), rgba(255, 255, 255, 0) 36%),
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(22, 119, 255, .12));
  transform: scale(1.04);
}

.quick-sidebar .quick-back-top {
  margin-top: 4px;
}

.quick-sidebar strong {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.quick-sidebar span {
  display: none;
}

.quick-sidebar .quick-icon {
  display: grid;
}

.quick-sidebar a:hover,
.quick-sidebar button:hover,
.quick-sidebar a:focus-visible,
.quick-sidebar button:focus-visible {
  color: var(--quick-accent, var(--v2-blue)) !important;
  border-color: rgba(22, 119, 255, .36) !important;
  background-color: rgba(255, 255, 255, .54) !important;
  background-image: linear-gradient(145deg, rgba(255, 255, 255, .82), rgba(226, 239, 255, .56)) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .94),
    0 12px 26px rgba(22, 119, 255, .16),
    0 0 0 4px rgba(22, 119, 255, .055) !important;
}

@media (min-width: 1280px) {
  .quick-sidebar {
    display: grid !important;
  }
}

@media (max-width: 1279px) {
  .quick-sidebar {
    display: none !important;
  }
}

.home-v2-hero.browser-home-hero {
  min-height: 0;
  margin-top: 8px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(15, 23, 42, .08);
  border-radius: 12px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .96), rgba(248, 251, 255, .90)),
    repeating-linear-gradient(90deg, rgba(15, 23, 42, .035) 0 1px, transparent 1px 72px),
    repeating-linear-gradient(0deg, rgba(15, 23, 42, .026) 0 1px, transparent 1px 56px);
  box-shadow: 0 18px 42px rgba(15, 23, 42, .08);
}

.home-v2-hero .ambient-layer,
.home-v2-hero .hero-custom-panel {
  display: none;
}

.home-v2-hero.browser-home-hero .hero-copy {
  max-width: 1120px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.home-v2-hero.browser-home-hero .eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border: 1px solid rgba(39, 119, 230, .18);
  border-radius: 999px;
  background: rgba(39, 119, 230, .07);
  color: #1d5dc7;
  font-weight: 850;
}

.home-v2-hero.browser-home-hero h1 {
  max-width: 920px;
  margin: 10px auto 10px;
  overflow: visible;
  color: #111827;
  font-size: clamp(34px, 4.7vw, 58px);
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
  white-space: normal;
}

.home-v2-hero.browser-home-hero .hero-copy > p:not(.eyebrow) {
  max-width: 820px;
  color: #4b5563;
  font-size: 15px;
  line-height: 1.8;
}

.home-v2-flash {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
  max-width: 960px;
  margin: 18px auto 12px;
}

.home-v2-flash a {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: var(--v2-ink);
  box-shadow: 0 1px 2px rgba(15, 23, 42, .04);
  transition: transform .16s ease, border-color .16s ease, box-shadow .16s ease;
}

.home-v2-flash a:hover,
.home-v2-flash a:focus-visible {
  border-color: rgba(39, 119, 230, .30);
  box-shadow: 0 8px 20px rgba(15, 23, 42, .08);
  transform: translateY(-1px);
}

.home-v2-flash span {
  display: inline-grid;
  place-items: center;
  min-width: 32px;
  height: 22px;
  border-radius: 6px;
  background: #eaf2ff;
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 800;
}

.home-v2-flash strong {
  overflow: hidden;
  font-size: 13px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-task-launcher {
  display: flex;
  align-items: center;
  gap: 0;
  max-width: 980px;
  min-height: 50px;
  margin: 10px auto 12px;
  padding: 5px;
  border: 1px solid rgba(22, 119, 255, .16);
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .98), rgba(246, 250, 255, .9)),
    radial-gradient(circle at 10% 50%, rgba(15, 23, 42, .08), transparent 28%),
    radial-gradient(circle at 92% 50%, rgba(22, 119, 255, .1), transparent 30%);
  box-shadow:
    0 10px 24px rgba(15, 47, 92, .06),
    inset 0 1px 0 rgba(255, 255, 255, .9);
  backdrop-filter: blur(10px);
}

.home-task-launcher .task-capsule-label {
  flex: 0 0 auto;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 108px;
  min-height: 40px;
  padding: 0 15px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, .08);
  background:
    linear-gradient(135deg, #111827, #1f2937);
  color: #fff;
  box-shadow: 0 10px 22px rgba(15, 23, 42, .14);
}

.home-task-launcher .task-capsule-label strong {
  color: inherit;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.15;
}

.home-task-launcher .task-capsule-label em {
  color: rgba(255, 255, 255, .68);
  font-size: 10px;
  font-style: normal;
  font-weight: 760;
  line-height: 1.3;
  white-space: nowrap;
}

.home-task-launcher .task-pill {
  flex: 1 1 0;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 18px;
  align-content: center;
  align-items: center;
  gap: 7px;
  min-width: 0;
  min-height: 40px;
  padding: 5px 9px;
  border: 0;
  border-left: 1px solid rgba(148, 163, 184, .2);
  border-radius: 0;
  background: transparent;
  color: #111827;
  box-shadow: none;
  transition: background .16s ease, color .16s ease;
}

.home-task-launcher .task-pill::after {
  content: "›";
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  color: #0b63ce;
  background: rgba(22, 119, 255, .08);
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  transition: background .16s ease, color .16s ease, transform .16s ease;
}

.home-task-launcher .task-pill-icon {
  display: inline-grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #1677ff;
  font-size: 9px;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, .12);
}

.home-task-launcher .task-pill.is-featured .task-pill-icon {
  background: #fff1f0;
  color: #f04438;
  box-shadow: inset 0 0 0 1px rgba(240, 68, 56, .14);
}

.home-task-launcher .task-pill-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.home-task-launcher .task-pill.is-featured {
  background: rgba(255, 247, 237, .72);
}

.home-task-launcher .task-pill:hover,
.home-task-launcher .task-pill:focus-visible {
  background: rgba(255, 255, 255, .84);
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, .1);
  transform: none;
}

.home-task-launcher .task-pill:hover::after,
.home-task-launcher .task-pill:focus-visible::after {
  color: #fff;
  background: #0b63ce;
  transform: translateX(1px);
}

.home-task-launcher strong {
  overflow: hidden;
  font-size: 13px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-task-launcher em {
  display: block;
  overflow: hidden;
  width: auto;
  max-width: none;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #6b7280;
  font-size: 11px;
  font-style: normal;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-hero .home-search-hub {
  position: relative;
  max-width: 980px;
  margin-top: 10px;
}

.home-v2-hero .search-mode {
  position: relative;
  z-index: 2;
  width: fit-content;
  padding: 3px;
  border-radius: 999px;
  background: #e9eef6;
}

.home-v2-hero .search-mode button {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 13px;
}

.home-v2-hero .search-mode button.active {
  background: #1f2937;
  color: #fff;
}

.home-v2-hero .home-search-hub .search-shell {
  position: relative;
  z-index: 1;
  min-height: 54px;
  padding: 6px;
  border-color: #dce3ef;
  border-radius: 999px;
  background: rgba(255, 255, 255, .94);
  box-shadow:
    0 10px 22px rgba(15, 23, 42, 0.08),
    0 0 0 1px rgba(255, 255, 255, .72) inset;
  backdrop-filter: blur(10px);
}

.home-v2-hero .browser-search-shell input {
  min-width: 0;
  padding: 9px 10px;
  font-size: 15px;
}

.home-v2-hero .browser-search-shell button {
  min-width: 88px;
  min-height: 40px;
  border-radius: 999px;
  background: var(--v2-red);
  box-shadow: none;
}

.home-v2-hero .intent-strip {
  display: none;
}

.home-v2-hero .quick-tags {
  position: relative;
  z-index: 1;
  justify-content: center;
  gap: 6px;
  margin-top: 10px;
}

.home-v2-hero .quick-tags .tag {
  min-height: 30px;
  padding-inline: 9px;
  border-radius: 999px;
  font-size: 12px;
}

.home-v2-hero .quick-tags .quick-custom-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-style: dashed;
  border-color: rgba(39, 119, 230, .38);
  background: rgba(255, 255, 255, .72);
  color: var(--v2-blue);
  font-weight: 850;
}

.home-v2-hero .quick-tags .quick-custom-tag span {
  display: inline-grid;
  width: 16px;
  height: 16px;
  place-items: center;
  border-radius: 999px;
  background: rgba(39, 119, 230, .10);
  font-size: 13px;
  font-weight: 950;
  line-height: 1;
}

.home-v2-hero .quick-tags .quick-custom-tag:hover {
  border-color: rgba(39, 119, 230, .62);
  background: rgba(39, 119, 230, .08);
}

.home-v2-portal-shell {
  display: flow-root;
  margin-top: 14px;
}

.home-v2-board {
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: var(--v2-panel);
  box-shadow: 0 1px 2px rgba(22, 17, 42, 0.04);
}

.home-v2-rightbar {
  float: right;
  width: 276px;
  margin-left: 12px;
  margin-bottom: 12px;
}

.home-v2-mainstream {
  display: grid;
  min-width: 0;
  gap: 12px;
}

.home-v2-topstream {
  overflow: hidden;
}

.home-v2-wide-stream {
  clear: both;
  margin-top: 12px;
}

.home-v2-channel-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 10px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(22, 17, 42, 0.04);
}

.home-v2-channel-row a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 7px;
  background: #f8fafc;
  color: #403d4c;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.home-v2-channel-row a:hover,
.home-v2-channel-row a:focus-visible {
  background: #18131f;
  color: #fff;
}

.home-v2-board {
  padding: 12px;
  scroll-margin-top: 96px;
}

.home-v2-board,
.home-v2-side-card {
  --tone: var(--v2-blue);
  --tone-soft: rgba(22, 119, 255, .08);
  --tone-line: rgba(22, 119, 255, .18);
  --tone-glow: rgba(22, 119, 255, .62);
  --tone-panel: rgba(22, 119, 255, .045);
}

.tone-blue {
  --tone: var(--v2-blue);
  --tone-soft: rgba(22, 119, 255, .08);
  --tone-line: rgba(22, 119, 255, .18);
  --tone-glow: rgba(22, 119, 255, .62);
  --tone-panel: rgba(22, 119, 255, .045);
}

.tone-orange {
  --tone: #d97706;
  --tone-soft: rgba(217, 119, 6, .075);
  --tone-line: rgba(217, 119, 6, .16);
  --tone-glow: rgba(217, 119, 6, .42);
  --tone-panel: rgba(217, 119, 6, .035);
}

.tone-red {
  --tone: #dc6b4d;
  --tone-soft: rgba(220, 107, 77, .07);
  --tone-line: rgba(220, 107, 77, .15);
  --tone-glow: rgba(220, 107, 77, .40);
  --tone-panel: rgba(220, 107, 77, .033);
}

.tone-green {
  --tone: #16896b;
  --tone-soft: rgba(22, 137, 107, .07);
  --tone-line: rgba(22, 137, 107, .15);
  --tone-glow: rgba(22, 137, 107, .40);
  --tone-panel: rgba(22, 137, 107, .033);
}

.tone-gold {
  --tone: #b7791f;
  --tone-soft: rgba(183, 121, 31, .07);
  --tone-line: rgba(183, 121, 31, .15);
  --tone-glow: rgba(183, 121, 31, .40);
  --tone-panel: rgba(183, 121, 31, .033);
}

.tone-violet {
  --tone: #5d6ad6;
  --tone-soft: rgba(93, 106, 214, .065);
  --tone-line: rgba(93, 106, 214, .14);
  --tone-glow: rgba(93, 106, 214, .38);
  --tone-panel: rgba(93, 106, 214, .032);
}

.tone-slate {
  --tone: var(--v2-slate);
  --tone-soft: rgba(51, 65, 85, .06);
  --tone-line: rgba(51, 65, 85, .13);
  --tone-glow: rgba(51, 65, 85, .34);
  --tone-panel: rgba(51, 65, 85, .03);
}

.home-v2-board,
.home-v2-side-card {
  position: relative;
  isolation: isolate;
  border-color: rgba(197, 209, 224, .88);
  background: var(--v2-panel);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, .92) inset,
    0 -1px 0 var(--tone-panel) inset,
    0 10px 24px rgba(15, 23, 42, .075);
}

.home-v2-ad-carousel {
  position: relative;
  overflow: hidden;
  min-height: 188px;
  border: 1px solid #e4e9f2;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .92), rgba(245, 248, 252, .96)),
    repeating-linear-gradient(90deg, rgba(37, 99, 235, .05) 0 1px, transparent 1px 26px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .9), 0 1px 2px rgba(22, 17, 42, 0.04);
}

.home-v2-ad-track {
  position: relative;
  display: flex;
  gap: 8px;
  min-height: 148px;
  margin: 10px 50px 30px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.home-v2-ad-track::-webkit-scrollbar {
  display: none;
}

.home-v2-ad-page {
  position: static;
  display: contents;
}

.home-v2-ad-page.active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
}

.home-v2-ad-card {
  flex: 0 0 calc((100% - 32px) / 5);
  scroll-snap-align: start;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
  min-height: 148px;
  padding: 12px 12px 11px;
  border: 1px solid rgba(255, 255, 255, .42);
  border-radius: 8px;
  color: #fff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .1);
  transition: transform .16s ease, box-shadow .16s ease, filter .16s ease;
}

.home-v2-ad-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(95px 78px at 78% 20%, rgba(255, 255, 255, .28), transparent 74%),
    radial-gradient(130px 74px at 12% 0%, rgba(255, 255, 255, .18), transparent 70%),
    linear-gradient(135deg, var(--ad-a), var(--ad-b) 56%, var(--ad-c));
}

.home-v2-ad-card::after {
  content: attr(data-mark);
  position: absolute;
  top: 11px;
  right: 11px;
  z-index: -1;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .26), rgba(255, 255, 255, .08)),
    repeating-linear-gradient(135deg, rgba(255, 255, 255, .16) 0 1px, transparent 1px 7px);
  color: rgba(255, 255, 255, .82);
  font-size: 14px;
  font-weight: 950;
  letter-spacing: 0;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
}

.home-v2-ad-card:hover {
  filter: saturate(1.06);
  transform: translateY(-3px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, .16);
}

.home-v2-ad-logo {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  width: 24px;
  height: 24px;
  padding: 4px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 8px;
  background: rgba(255, 255, 255, .9);
  object-fit: contain;
  box-shadow: 0 6px 16px rgba(15, 23, 42, .14);
}

.home-v2-ad-card span {
  align-self: flex-start;
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  margin-left: 31px;
  padding: 3px 7px;
  border: 1px solid rgba(255, 255, 255, .34);
  border-radius: 999px;
  background: rgba(255, 255, 255, .18);
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-ad-card strong {
  overflow: hidden;
  margin-top: auto;
  padding-top: 25px;
  font-size: 15px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-ad-card em {
  overflow: hidden;
  margin-top: 5px;
  color: rgba(255, 255, 255, .8);
  font-size: 11px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-ad-card small {
  position: relative;
  overflow: hidden;
  margin-top: 8px;
  padding-top: 7px;
  color: rgba(255, 255, 255, .86);
  font-size: 11px;
  font-weight: 850;
  line-height: 1.1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-ad-card small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 26px;
  height: 2px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .66);
}

.home-v2-ad-card.tone-blue {
  --ad-a: #155ec7;
  --ad-b: #2383d8;
  --ad-c: #25b3c5;
}

.home-v2-ad-card.tone-red {
  --ad-a: #b92b46;
  --ad-b: #e14f4f;
  --ad-c: #f08a50;
}

.home-v2-ad-card.tone-green {
  --ad-a: #17745f;
  --ad-b: #269879;
  --ad-c: #6fb85f;
}

.home-v2-ad-card.tone-gold {
  --ad-a: #9a6416;
  --ad-b: #c58924;
  --ad-c: #e0b645;
}

.home-v2-ad-card.tone-violet {
  --ad-a: #5436a5;
  --ad-b: #7657c9;
  --ad-c: #bf5a95;
}

.home-v2-ad-card.tone-slate {
  --ad-a: #263240;
  --ad-b: #435267;
  --ad-c: #68758a;
}

.home-v2-ad-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: grid;
  place-items: center;
  width: 30px;
  height: 48px;
  margin-top: -24px;
  border: 1px solid rgba(203, 213, 225, .72);
  border-radius: 999px;
  background: rgba(255, 255, 255, .72);
  color: rgba(22, 119, 255, .86);
  cursor: pointer;
  opacity: .68;
  backdrop-filter: blur(8px);
  transition: opacity .16s ease, background .16s ease, transform .16s ease;
}

.home-v2-ad-arrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.home-v2-ad-arrow-prev {
  left: 10px;
}

.home-v2-ad-arrow-prev::before {
  transform: rotate(-45deg) translate(1px, 1px);
}

.home-v2-ad-arrow-next {
  right: 10px;
}

.home-v2-ad-arrow-next::before {
  transform: rotate(135deg) translate(1px, 1px);
}

.home-v2-ad-carousel:hover .home-v2-ad-arrow,
.home-v2-ad-arrow:focus-visible {
  opacity: 1;
  background: rgba(255, 255, 255, .94);
}

.home-v2-ad-arrow:hover {
  transform: translateY(-1px);
}

.home-v2-ad-dots {
  position: absolute;
  right: auto;
  bottom: 10px;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 6px;
  transform: translateX(-50%);
}

.home-v2-ad-dots button {
  width: 18px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background: rgba(33, 43, 58, .24);
  cursor: pointer;
}

.home-v2-ad-dots button.active {
  width: 30px;
  background: #2777e6;
}

.home-v2-board-head,
.home-v2-side-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}

.home-v2-board-head div {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
}

.home-v2-board-head span {
  padding: 3px 7px;
  border-radius: 6px;
  color: var(--tone);
  background: var(--tone-soft);
  font-size: 12px;
  font-weight: 900;
}

.home-v2-board-head strong,
.home-v2-side-head strong {
  min-width: 0;
  overflow: hidden;
  color: var(--v2-ink);
  font-size: 16px;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-board-head strong::before,
.home-v2-side-head strong::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 14px;
  margin-right: 6px;
  border-radius: 999px;
  background: var(--tone, var(--v2-blue));
  vertical-align: -2px;
}

.home-v2-board-head a,
.home-v2-side-head a {
  flex: 0 0 auto;
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 800;
}

.home-v2-hot-grid,
.home-v2-tool-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}

.home-v2-hot-card,
.home-v2-tool-card,
.home-v2-mini-card,
.home-v2-news-item,
.home-v2-rank-list a,
.home-v2-tool-icon-card {
  --border-glow-x: 50%;
  --border-glow-y: 50%;
  --border-glow-opacity: 0;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-width: 0;
  border-radius: 8px;
  background: #fff;
  transition: border-color .16s ease, transform .16s ease, background .16s ease, box-shadow .16s ease;
}

.home-v2-hot-card::before,
.home-v2-tool-card::before,
.home-v2-mini-card::before,
.home-v2-news-item::before,
.home-v2-rank-list a::before,
.home-v2-tool-icon-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  z-index: 0;
  padding: 1px;
  border-radius: inherit;
  background:
    radial-gradient(
      120px circle at var(--border-glow-x) var(--border-glow-y),
      var(--tone-glow, rgba(22, 119, 255, .62)),
      rgba(255, 106, 0, .25) 42%,
      transparent 70%
    );
  opacity: var(--border-glow-opacity);
  pointer-events: none;
  transition: opacity .18s ease;
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.home-v2-hot-card > *,
.home-v2-tool-card > *,
.home-v2-mini-card > *,
.home-v2-news-item > *,
.home-v2-rank-list a > *,
.home-v2-tool-icon-card > * {
  position: relative;
  z-index: 1;
}

.home-v2-hot-card:hover,
.home-v2-tool-card:hover,
.home-v2-mini-card:hover,
.home-v2-news-item:hover,
.home-v2-rank-list a:hover,
.home-v2-tool-icon-card:hover {
  --border-glow-opacity: 1;
  background: var(--tone-soft);
  border-color: var(--tone-line);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06), 0 0 0 1px var(--tone-line);
  transform: translateY(-1px);
}

.home-v2-hot-card:focus-visible,
.home-v2-tool-card:focus-visible,
.home-v2-mini-card:focus-visible,
.home-v2-news-item:focus-visible,
.home-v2-rank-list a:focus-visible,
.home-v2-tool-icon-card:focus-visible {
  --border-glow-opacity: 1;
  outline: 2px solid rgba(39, 119, 230, .38);
  outline-offset: 2px;
}

.home-v2-hot-card {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 8px;
  min-height: 54px;
  padding: 9px;
  border: 1px solid #e3eaf3;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
}

.home-v2-hot-card .home-v2-tool-logo {
  grid-row: 1 / 3;
}

.home-v2-hot-card strong,
.home-v2-tool-card strong,
.home-v2-mini-card strong,
.home-v2-news-item strong,
.home-v2-rank-list strong {
  overflow: hidden;
  color: var(--v2-ink);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-hot-card strong,
.home-v2-tool-card strong {
  font-size: 14px;
}

.home-v2-hot-card em,
.home-v2-tool-card em,
.home-v2-mini-card em,
.home-v2-news-item em,
.home-v2-rank-list em {
  overflow: hidden;
  color: var(--v2-muted);
  font-size: 12px;
  font-style: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-tool-card {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 7px 8px;
  min-height: 82px;
  padding: 9px;
  border: 1px solid #e3eaf3;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035), inset 0 1px 0 rgba(255, 255, 255, .86);
  --tool-accent: var(--tone, var(--v2-blue));
  --tool-accent-soft: var(--tone-soft, rgba(22, 119, 255, .08));
  --tool-accent-line: var(--tone-line, rgba(22, 119, 255, .18));
}

.home-v2-tool-card.is-domestic,
.home-v2-tool-badge.is-domestic {
  --tool-accent: #1677ff;
  --tool-accent-soft: rgba(22, 119, 255, .08);
  --tool-accent-line: rgba(22, 119, 255, .18);
}

.home-v2-tool-card.is-featured,
.home-v2-tool-badge.is-featured {
  --tool-accent: #b7791f;
  --tool-accent-soft: rgba(183, 121, 31, .08);
  --tool-accent-line: rgba(183, 121, 31, .18);
}

.home-v2-tool-card.is-model,
.home-v2-tool-badge.is-model {
  --tool-accent: #5d6ad6;
  --tool-accent-soft: rgba(93, 106, 214, .08);
  --tool-accent-line: rgba(93, 106, 214, .18);
}

.home-v2-tool-card.is-github,
.home-v2-tool-badge.is-github {
  --tool-accent: #334155;
  --tool-accent-soft: rgba(51, 65, 85, .07);
  --tool-accent-line: rgba(51, 65, 85, .16);
}

.home-v2-tool-card.is-agent,
.home-v2-tool-badge.is-agent {
  --tool-accent: #6d4fd1;
  --tool-accent-soft: rgba(109, 79, 209, .08);
  --tool-accent-line: rgba(109, 79, 209, .18);
}

.home-v2-tool-card.is-office,
.home-v2-tool-badge.is-office {
  --tool-accent: #16896b;
  --tool-accent-soft: rgba(22, 137, 107, .08);
  --tool-accent-line: rgba(22, 137, 107, .18);
}

.home-v2-tool-card.is-creative,
.home-v2-tool-badge.is-creative {
  --tool-accent: #dc6b4d;
  --tool-accent-soft: rgba(220, 107, 77, .08);
  --tool-accent-line: rgba(220, 107, 77, .18);
}

.home-v2-tool-logo {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  border: 1px solid var(--tool-accent-line, #e5eaf2);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(248, 250, 252, .92)),
    var(--tool-accent-soft, #f8fafc);
  box-shadow: 0 3px 8px rgba(15, 23, 42, .045);
}

.home-v2-tool-logo img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.home-v2-tool-copy {
  display: grid;
  gap: 3px;
  min-width: 0;
}

.home-v2-tool-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
}

.home-v2-tool-title-row strong {
  flex: 1 1 auto;
  min-width: 0;
}

.home-v2-tool-title-row i {
  flex: 0 0 auto;
  opacity: 0;
  color: var(--tool-accent);
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
  transform: translateX(-4px);
  transition: opacity .16s ease, transform .16s ease;
}

.home-v2-tool-card:hover .home-v2-tool-title-row i,
.home-v2-tool-card:focus-visible .home-v2-tool-title-row i {
  opacity: 1;
  transform: translateX(0);
}

.home-v2-tool-meta {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  min-width: 0;
  padding-top: 2px;
}

.home-v2-tool-card b {
  min-width: 0;
  overflow: hidden;
  color: var(--tool-accent);
  font-size: 11px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-tool-badges {
  display: flex;
  flex: 0 0 auto;
  gap: 4px;
}

.home-v2-tool-badge {
  max-width: 58px;
  overflow: hidden;
  padding: 2px 5px;
  border: 1px solid var(--tool-accent-line);
  border-radius: 999px;
  color: var(--tool-accent);
  background: var(--tool-accent-soft);
  font-size: 10px;
  font-weight: 900;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-editorial-band {
  display: grid;
  gap: 10px;
  padding: 12px;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
  scroll-margin-top: 96px;
}

@media (min-width: 1280px) and (max-width: 1500px) {
  .home-v2-editorial-band {
    padding-right: 74px;
  }
}

.home-v2-editorial-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 2px;
}

.home-v2-editorial-head div {
  display: grid;
  gap: 4px;
}

.home-v2-editorial-head span {
  color: var(--v2-blue);
  font-size: 12px;
  font-weight: 950;
}

.home-v2-editorial-head strong {
  color: var(--v2-ink);
  font-size: 18px;
  line-height: 1.25;
}

.home-v2-editorial-head p {
  max-width: 620px;
  margin: 0;
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.7;
}

.home-v2-editorial-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e6edf6;
  border-radius: 8px;
  background: #fbfdff;
}

.home-v2-editorial-strip a {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: center;
  min-width: 0;
  min-height: 44px;
  padding: 8px 10px;
  border-right: 1px solid #eaf0f7;
  color: var(--v2-ink);
}

.home-v2-editorial-strip a:last-child {
  border-right: 0;
}

.home-v2-editorial-strip a:hover {
  background: #f4f8ff;
}

.home-v2-editorial-strip span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 24px;
  border-radius: 7px;
  color: var(--v2-blue);
  background: rgba(22, 119, 255, .08);
  font-size: 12px;
  font-weight: 950;
}

.home-v2-editorial-strip strong {
  min-width: 0;
  overflow: hidden;
  font-size: 13px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-pathway {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border: 1px solid #e3e8f0;
  border-radius: 10px;
  background: rgba(255, 255, 255, .72);
  overflow: hidden;
}

.home-v2-pathway a {
  position: relative;
  display: grid;
  gap: 3px;
  min-width: 0;
  min-height: 74px;
  padding: 11px 14px;
  border-right: 1px solid #e8edf5;
  color: var(--v2-ink);
}

.home-v2-pathway a:last-child {
  border-right: 0;
}

.home-v2-pathway a::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #e8edf5;
  border-right: 1px solid #e8edf5;
  background: rgba(255, 255, 255, .9);
  transform: translateY(-50%) rotate(45deg);
}

.home-v2-pathway a:last-child::after {
  display: none;
}

.home-v2-pathway a:hover {
  background: #f4f8ff;
}

.home-v2-pathway span {
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 950;
}

.home-v2-pathway strong {
  overflow: hidden;
  font-size: 14px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-pathway em {
  overflow: hidden;
  color: var(--v2-muted);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 12px;
}

.home-v2-editorial-list {
  min-width: 0;
}

.home-v2-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 34px;
  margin-bottom: 0;
  padding: 0 2px;
  border-bottom: 1px solid #e5eaf2;
}

.home-v2-list-head strong {
  color: var(--v2-ink);
  font-size: 15px;
}

.home-v2-list-head a {
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 850;
}

.home-v2-news-flow,
.home-v2-topic-flow {
  display: grid;
}

.home-v2-news-flow a,
.home-v2-topic-flow a {
  display: grid;
  min-width: 0;
  min-height: 42px;
  border-bottom: 1px solid #e5eaf2;
  color: var(--v2-ink);
}

.home-v2-news-flow a {
  grid-template-columns: 72px minmax(0, 1fr) 92px;
  align-items: center;
  gap: 10px;
  padding: 7px 4px;
}

.home-v2-topic-flow a {
  grid-template-columns: 76px minmax(0, 1fr) 118px;
  align-items: center;
  gap: 10px;
  padding: 8px 4px;
}

.home-v2-news-flow a:hover,
.home-v2-topic-flow a:hover {
  background: rgba(244, 248, 255, .86);
}

.home-v2-news-flow b,
.home-v2-topic-flow b {
  overflow: hidden;
  color: var(--v2-red);
  font-size: 12px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-news-flow a:first-child {
  grid-template-columns: 82px minmax(0, 1fr);
  min-height: 62px;
  padding: 10px 8px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(22, 119, 255, .08), rgba(255, 255, 255, .92));
}

.home-v2-news-flow a:first-child b {
  align-self: start;
  padding: 4px 7px;
  border-radius: 999px;
  background: #fff;
  color: var(--v2-blue);
}

.home-v2-news-flow a:first-child span {
  font-size: 14px;
}

.home-v2-news-flow a:first-child em {
  grid-column: 2;
}

.home-v2-news-flow span,
.home-v2-topic-flow span {
  overflow: hidden;
  font-size: 13px;
  font-weight: 850;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-news-flow em,
.home-v2-topic-flow em {
  overflow: hidden;
  color: var(--v2-muted);
  font-size: 12px;
  font-style: normal;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-service-flow {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  padding-top: 8px;
}

.home-v2-service-flow a,
.home-v2-service-flow a:first-child {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 2px 8px;
  min-height: 54px;
  padding: 8px;
  border: 1px solid #e3eaf3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
}

.home-v2-service-flow a:hover {
  border-color: #d6e3f4;
  background: #f4f8ff;
  box-shadow: 0 6px 14px rgba(15, 23, 42, .055);
}

.home-v2-service-flow img {
  grid-row: 1 / 3;
  align-self: center;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.home-v2-service-flow span,
.home-v2-service-flow em,
.home-v2-service-flow a:first-child span,
.home-v2-service-flow a:first-child em {
  grid-column: 2;
}

.home-v2-service-flow span {
  font-size: 13px;
  font-weight: 900;
}

.home-v2-service-flow em {
  font-size: 11px;
}

.home-v2-news-list,
.home-v2-mini-grid {
  display: grid;
  gap: 8px;
}

.home-v2-channel-board {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
}

.home-v2-channel-rail {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.home-v2-channel-rail a,
.home-v2-channel-rail span {
  display: grid;
  min-width: 0;
  min-height: 28px;
  padding: 6px 8px;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: #fff;
  color: var(--v2-muted);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.2;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
}

.home-v2-channel-rail a.active {
  min-height: 48px;
  border-color: rgba(22, 119, 255, .26);
  background:
    linear-gradient(180deg, rgba(22, 119, 255, .12), rgba(255, 255, 255, .96));
  color: var(--v2-blue);
}

.home-v2-channel-rail strong,
.home-v2-channel-rail em,
.home-v2-channel-rail b,
.home-v2-channel-rail small {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-channel-rail em,
.home-v2-channel-rail small {
  color: var(--v2-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.home-v2-channel-rail span {
  min-height: 48px;
  color: #16896b;
  background: linear-gradient(180deg, rgba(22, 137, 107, .10), #fff);
}

.home-v2-channel-main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
}

.home-v2-channel-col {
  display: grid;
  align-content: start;
  min-width: 0;
  border-right: 1px solid #edf1f7;
}

.home-v2-channel-col:last-child {
  border-right: 0;
}

.home-v2-channel-title {
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  padding: 9px 10px 8px;
  border-bottom: 1px solid #edf1f7;
  background:
    linear-gradient(180deg, rgba(248, 251, 255, .94), rgba(255, 255, 255, .96));
}

.home-v2-channel-title i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  overflow: hidden;
  border-radius: 7px;
  color: #fff;
  background: var(--v2-blue);
  font-size: 9px;
  font-style: normal;
  font-weight: 950;
  letter-spacing: 0;
  text-transform: uppercase;
}

.home-v2-channel-title strong {
  min-width: 0;
  overflow: hidden;
  color: var(--v2-ink);
  font-size: 13px;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-channel-col a {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 3px;
  min-width: 0;
  min-height: 42px;
  padding: 8px 10px;
  border-bottom: 1px solid #f0f3f8;
  color: var(--v2-ink);
}

.home-v2-channel-col a:last-child {
  border-bottom: 0;
}

.home-v2-channel-col a:hover {
  background: #f4f8ff;
}

.home-v2-channel-col a span,
.home-v2-channel-col a em {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-channel-col a span {
  font-size: 13px;
  font-weight: 900;
}

.home-v2-channel-col a em {
  color: var(--v2-muted);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.home-v2-amz-channel {
  display: grid;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #e2eaf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
}

.home-v2-amz-tabs {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, .58fr);
  min-width: 0;
  border-bottom: 1px solid #edf1f7;
  background: linear-gradient(180deg, #fbfdff, #fff);
}

.home-v2-amz-tabs nav {
  position: relative;
  display: flex;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.home-v2-amz-tabs nav::-webkit-scrollbar {
  display: none;
}

.home-v2-amz-tabs nav a {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  min-width: 82px;
  padding: 12px 14px 10px;
  color: var(--v2-muted);
  font-size: 13px;
  font-weight: 950;
  text-align: center;
  transition: color .16s ease;
}

.home-v2-amz-tabs nav a.active,
.home-v2-amz-tabs nav a:hover,
.home-v2-amz-tabs nav a:focus-visible {
  color: #fff;
}

.home-v2-amz-slider {
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 0;
  z-index: 0;
  width: var(--amz-slider-width, 82px);
  border: 1px solid rgba(15, 23, 42, .9);
  border-radius: 999px;
  background: #111827;
  box-shadow: 0 8px 18px rgba(15, 23, 42, .14), inset 0 1px 0 rgba(255, 255, 255, .12);
  transform: translateX(var(--amz-slider-left, 0));
  transition: transform .18s ease, width .18s ease;
}

.home-v2-amz-promo {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  padding: 0 12px;
  color: var(--v2-ink);
  font-size: 12px;
  font-weight: 850;
}

.home-v2-amz-promo b {
  flex: 0 0 auto;
  color: var(--v2-red);
  font-size: 12px;
}

.home-v2-amz-promo span {
  overflow: hidden;
  color: var(--v2-muted);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-amz-matrix {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  min-width: 0;
  padding: 10px;
  gap: 0;
}

.home-v2-amz-item {
  --matrix-accent: var(--v2-blue);
  --matrix-soft: rgba(22, 119, 255, .08);
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
  height: 36px;
  padding: 0 8px;
  border-radius: 7px;
  color: var(--v2-ink);
  font-size: 12px;
  font-weight: 850;
  transition: background .16s ease, color .16s ease, transform .16s ease, box-shadow .16s ease;
}

.home-v2-amz-item::before {
  content: "";
  position: absolute;
  inset: 5px 3px;
  z-index: -1;
  border-radius: 7px;
  background: var(--matrix-soft);
  opacity: 0;
  transition: opacity .16s ease;
}

.home-v2-amz-item:hover {
  color: var(--matrix-accent);
  transform: translateY(-1px);
}

.home-v2-amz-item:hover::before {
  opacity: 1;
}

.home-v2-amz-item img {
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.home-v2-amz-item span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-amz-item.is-hot {
  --matrix-accent: var(--v2-red);
  --matrix-soft: rgba(220, 107, 77, .08);
}

.home-v2-amz-item.is-model,
.home-v2-amz-item.is-open {
  --matrix-accent: #5d6ad6;
  --matrix-soft: rgba(93, 106, 214, .08);
}

.home-v2-amz-item.is-office,
.home-v2-amz-item.is-tool,
.home-v2-amz-item.is-learn {
  --matrix-accent: #16896b;
  --matrix-soft: rgba(22, 137, 107, .08);
}

.home-v2-amz-item.is-create,
.home-v2-amz-item.is-event {
  --matrix-accent: #b7791f;
  --matrix-soft: rgba(183, 121, 31, .08);
}

.home-v2-amz-item.is-biz,
.home-v2-amz-item.is-submit {
  --matrix-accent: #1677ff;
  --matrix-soft: rgba(22, 119, 255, .08);
}

.home-v2-news-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.home-v2-mini-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.home-v2-news-item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 3px 8px;
  min-height: 54px;
  padding: 9px;
  border: 1px solid #e3eaf3;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
}

.home-v2-news-item span {
  grid-row: 1 / 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  min-height: 26px;
  border-radius: 6px;
  background: #fff1f2;
  color: var(--v2-red);
  font-size: 12px;
  font-weight: 900;
}

.home-v2-mini-card {
  display: grid;
  gap: 2px;
  min-height: 56px;
  padding: 8px;
  border: 1px solid #e3eaf3;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
}

.home-v2-mini-card span {
  width: fit-content;
  max-width: 100%;
  overflow: hidden;
  padding: 3px 7px;
  border-radius: 6px;
  background: #edf4ff;
  color: var(--v2-blue);
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-mini-card strong {
  font-size: 13px;
}

.home-v2-mini-card em {
  font-size: 11px;
}

#homeV2FreeTools {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.home-v2-tool-icon-card {
  display: grid;
  justify-items: center;
  gap: 5px;
  min-width: 0;
  min-height: 88px;
  padding: 11px 8px 9px;
  border: 1px solid #e3eaf3;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, .035);
  text-align: center;
  transition: border-color .16s ease, transform .16s ease, background .16s ease, box-shadow .16s ease;
}

.home-v2-tool-icon-card:hover {
  background: #f4f8ff;
  border-color: #dbe3ef;
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.home-v2-tool-symbol {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: #eaf2ff;
  overflow: hidden;
}

.home-v2-tool-symbol::before,
.home-v2-tool-symbol::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
}

.home-v2-tool-symbol.cloud {
  background: #eaf2ff;
}

.home-v2-tool-symbol.cloud::before {
  width: 19px;
  height: 11px;
  left: 7px;
  top: 15px;
  border-radius: 999px;
  background: #2777e6;
  box-shadow: 5px -6px 0 -1px #2777e6, -4px -3px 0 -1px #2777e6;
}

.home-v2-tool-symbol.qr {
  background: #eefcf6;
}

.home-v2-tool-symbol.qr::before {
  inset: 8px;
  background:
    linear-gradient(#13b981 0 0) 0 0 / 6px 6px,
    linear-gradient(#13b981 0 0) 100% 0 / 6px 6px,
    linear-gradient(#13b981 0 0) 0 100% / 6px 6px,
    linear-gradient(#13b981 0 0) 100% 100% / 4px 4px,
    linear-gradient(#13b981 0 0) 50% 50% / 5px 5px;
  background-repeat: no-repeat;
}

.home-v2-tool-symbol.pdf {
  background: #fff1f2;
}

.home-v2-tool-symbol.pdf::before {
  width: 17px;
  height: 21px;
  border: 2px solid #ee4454;
  border-radius: 4px;
}

.home-v2-tool-symbol.pdf::after {
  width: 9px;
  height: 2px;
  left: 12px;
  top: 19px;
  background: #ee4454;
  box-shadow: 0 5px 0 #ee4454;
}

.home-v2-tool-symbol.image {
  background: #f0f9ff;
}

.home-v2-tool-symbol.image::before {
  width: 20px;
  height: 16px;
  border: 2px solid #0284c7;
  border-radius: 4px;
}

.home-v2-tool-symbol.image::after {
  width: 13px;
  height: 9px;
  left: 10px;
  top: 17px;
  background: linear-gradient(135deg, transparent 45%, #0284c7 46%);
}

.home-v2-tool-symbol.text {
  background: #f8fafc;
}

.home-v2-tool-symbol.text::before {
  width: 18px;
  height: 2px;
  left: 7px;
  top: 10px;
  background: #475467;
  box-shadow: 0 6px 0 #475467, 0 12px 0 #475467;
}

.home-v2-tool-symbol.sheet {
  background: #ecfdf3;
}

.home-v2-tool-symbol.sheet::before {
  width: 18px;
  height: 18px;
  border: 2px solid #16a34a;
  border-radius: 4px;
  background:
    linear-gradient(90deg, transparent 31%, #16a34a 32% 36%, transparent 37% 64%, #16a34a 65% 69%, transparent 70%),
    linear-gradient(0deg, transparent 31%, #16a34a 32% 36%, transparent 37% 64%, #16a34a 65% 69%, transparent 70%);
}

.home-v2-tool-symbol.code {
  background: #f5f3ff;
}

.home-v2-tool-symbol.code::before {
  content: "{ }";
  position: static;
  color: #7c3aed;
  font-size: 13px;
  font-weight: 950;
}

.home-v2-tool-symbol.time {
  background: #fff7ed;
}

.home-v2-tool-symbol.time::before {
  width: 18px;
  height: 18px;
  border: 2px solid #f97316;
  border-radius: 999px;
}

.home-v2-tool-symbol.time::after {
  width: 7px;
  height: 7px;
  left: 16px;
  top: 10px;
  border-left: 2px solid #f97316;
  border-bottom: 2px solid #f97316;
}

.home-v2-tool-symbol.link,
.home-v2-tool-symbol.params,
.home-v2-tool-symbol.qrlink {
  background: #eef2ff;
}

.home-v2-tool-symbol.link::before,
.home-v2-tool-symbol.params::before,
.home-v2-tool-symbol.qrlink::before {
  width: 18px;
  height: 8px;
  border: 2px solid #4f46e5;
  border-radius: 999px;
  transform: rotate(-24deg);
}

.home-v2-tool-symbol.color,
.home-v2-tool-symbol.palette {
  background: conic-gradient(from 20deg, #ef4444, #f97316, #22c55e, #0ea5e9, #8b5cf6, #ef4444);
}

.home-v2-tool-symbol.color::before,
.home-v2-tool-symbol.palette::before {
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #fff;
}

.home-v2-tool-symbol.count,
.home-v2-tool-symbol.read {
  background: #fefce8;
}

.home-v2-tool-symbol.count::before,
.home-v2-tool-symbol.read::before {
  content: "123";
  position: static;
  color: #ca8a04;
  font-size: 11px;
  font-weight: 950;
}

.home-v2-tool-symbol.base64,
.home-v2-tool-symbol.hash,
.home-v2-tool-symbol.verify,
.home-v2-tool-symbol.token {
  background: #f1f5f9;
}

.home-v2-tool-symbol.base64::before,
.home-v2-tool-symbol.hash::before,
.home-v2-tool-symbol.verify::before,
.home-v2-tool-symbol.token::before {
  content: "#";
  position: static;
  color: #334155;
  font-size: 15px;
  font-weight: 950;
}

.home-v2-tool-symbol.regex,
.home-v2-tool-symbol.uuid,
.home-v2-tool-symbol.case,
.home-v2-tool-symbol.sort,
.home-v2-tool-symbol.dedupe,
.home-v2-tool-symbol.slug,
.home-v2-tool-symbol.file {
  background: #f5f3ff;
}

.home-v2-tool-symbol.regex::before,
.home-v2-tool-symbol.uuid::before,
.home-v2-tool-symbol.case::before,
.home-v2-tool-symbol.sort::before,
.home-v2-tool-symbol.dedupe::before,
.home-v2-tool-symbol.slug::before,
.home-v2-tool-symbol.file::before {
  width: 18px;
  height: 2px;
  left: 7px;
  top: 10px;
  background: #7c3aed;
  box-shadow: 0 6px 0 #7c3aed, 0 12px 0 #7c3aed;
}

.home-v2-tool-symbol.markdown,
.home-v2-tool-symbol.tablecode {
  background: #ecfeff;
}

.home-v2-tool-symbol.markdown::before,
.home-v2-tool-symbol.tablecode::before {
  content: "M";
  position: static;
  color: #0891b2;
  font-size: 14px;
  font-weight: 950;
}

.home-v2-tool-symbol.minify,
.home-v2-tool-symbol.imgpdf,
.home-v2-tool-symbol.merge,
.home-v2-tool-symbol.date {
  background: #fff7ed;
}

.home-v2-tool-symbol.minify::before,
.home-v2-tool-symbol.imgpdf::before,
.home-v2-tool-symbol.merge::before,
.home-v2-tool-symbol.date::before {
  width: 18px;
  height: 18px;
  border: 2px solid #f97316;
  border-radius: 5px;
}

.home-v2-tool-icon-card strong,
.home-v2-tool-icon-card em {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-tool-icon-card strong {
  color: var(--v2-ink);
  font-size: 13px;
}

.home-v2-tool-icon-card em {
  color: var(--v2-muted);
  font-size: 11px;
  font-style: normal;
}

.home-v2-rightbar {
  display: grid;
  align-content: start;
  gap: 12px;
  align-self: start;
}

.home-v2-rightbar section {
  display: grid;
  gap: 8px;
}

.home-v2-side-card {
  padding: 12px;
  border: 1px solid var(--v2-line);
  border-radius: 10px;
  background: var(--v2-panel);
  box-shadow: 0 1px 2px rgba(22, 17, 42, 0.04);
}

.home-v2-side-card .home-v2-rank-list a {
  min-height: 62px;
  padding-block: 14px;
}

.home-v2-tool-rank-card .home-v2-rank-list a {
  min-height: 42px;
  padding-block: 6px;
}

@media (min-width: 1181px) {
  .home-v2-rightbar {
    align-content: stretch;
    grid-template-rows: auto auto 1fr;
  }

  .home-v2-rightbar .home-v2-submit-card {
    align-self: end;
    margin-top: auto;
  }
}

.home-v2-side-head {
  margin-bottom: 0;
}

.home-v2-side-head strong {
  font-size: 14px;
}

.home-v2-trend-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(220, 38, 38, .22);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .98), rgba(255, 247, 247, .9)),
    radial-gradient(190px 90px at 18% 0%, rgba(220, 38, 38, .16), transparent 72%),
    radial-gradient(160px 90px at 100% 8%, rgba(255, 106, 0, .13), transparent 68%);
  box-shadow:
    0 12px 28px rgba(127, 29, 29, .08),
    inset 0 1px 0 rgba(255, 255, 255, .9);
}

.home-v2-trend-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #dc2626, #ff6a00 55%, rgba(220, 38, 38, .18));
}

.home-v2-trend-card::after {
  content: "中国AI";
  position: absolute;
  top: 11px;
  right: 42px;
  z-index: 0;
  color: rgba(220, 38, 38, .055);
  font-size: 34px;
  font-weight: 950;
  letter-spacing: 0;
  pointer-events: none;
}

.home-v2-trend-head {
  position: relative;
  z-index: 1;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(220, 38, 38, .1);
}

.home-v2-trend-head .trend-head-mark {
  flex: 0 0 auto;
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #dc2626, #ff6a00);
  box-shadow: 0 8px 16px rgba(220, 38, 38, .2);
  font-size: 11px;
  font-weight: 950;
}

.home-v2-trend-head div {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.home-v2-trend-head strong {
  color: #7f1d1d;
  font-size: 15px;
}

.home-v2-trend-head strong::before {
  display: none;
}

.home-v2-trend-head em {
  overflow: hidden;
  color: #9f3a32;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.home-v2-trend-head a {
  position: relative;
  z-index: 1;
  padding: 4px 8px;
  border: 1px solid rgba(220, 38, 38, .13);
  border-radius: 999px;
  color: #b42318;
  background: rgba(255, 255, 255, .72);
}

.home-v2-rank-list {
  display: grid;
  gap: 6px;
}

.home-v2-trend-card .home-v2-rank-list {
  position: relative;
  overflow: hidden;
  height: 326px;
  z-index: 1;
}

.home-v2-trend-card .home-v2-rank-list::before,
.home-v2-trend-card .home-v2-rank-list::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  z-index: 2;
  height: 24px;
  pointer-events: none;
}

.home-v2-trend-card .home-v2-rank-list::before {
  top: 0;
  background: linear-gradient(180deg, rgba(255, 250, 250, .98), rgba(255, 255, 255, 0));
}

.home-v2-trend-card .home-v2-rank-list::after {
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 250, 250, .98), rgba(255, 255, 255, 0));
}

.home-v2-rank-scroll {
  overflow: hidden;
  height: 100%;
}

.home-v2-rank-scroll-track {
  display: grid;
  gap: 6px;
  animation: home-v2-trend-roll 24s linear infinite;
  will-change: transform;
}

.home-v2-trend-card:hover .home-v2-rank-scroll-track,
.home-v2-trend-card:focus-within .home-v2-rank-scroll-track {
  animation-play-state: paused;
}

@keyframes home-v2-trend-roll {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(calc(-50% - 3px));
  }
}

.home-v2-rank-list a {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 3px 7px;
  align-items: center;
  min-height: 40px;
  padding: 7px;
}

.home-v2-trend-card .home-v2-rank-list a.home-v2-trend-item {
  grid-template-columns: 28px 10px minmax(0, 1fr) auto;
  grid-template-rows: auto auto;
  gap: 3px 7px;
  min-height: 60px;
  padding: 8px;
  border: 1px solid rgba(220, 38, 38, .12);
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .96), rgba(255, 248, 248, .74));
  box-shadow: 0 1px 2px rgba(127, 29, 29, .04);
}

.home-v2-trend-card .home-v2-rank-list a.home-v2-trend-item:hover,
.home-v2-trend-card .home-v2-rank-list a.home-v2-trend-item:focus-visible {
  border-color: rgba(220, 38, 38, .24);
  background: #fff;
  box-shadow: 0 8px 18px rgba(127, 29, 29, .08);
}

.home-v2-trend-card .trend-rank {
  grid-row: 1 / 3;
  width: 26px;
  height: 26px;
  border-radius: 9px;
  background: #fee2e2;
  color: #b42318;
  font-size: 12px;
  box-shadow: inset 0 0 0 1px rgba(220, 38, 38, .12);
}

.home-v2-trend-card .home-v2-trend-item.is-hot .trend-rank {
  color: #fff;
  background: linear-gradient(135deg, #dc2626, #ff6a00);
  box-shadow: 0 7px 14px rgba(220, 38, 38, .2);
}

.home-v2-trend-card .trend-signal {
  grid-row: 1 / 3;
  align-self: center;
  width: 8px;
  height: 26px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 50% 20%, #ff6a00 0 2px, transparent 3px),
    linear-gradient(180deg, rgba(220, 38, 38, .35), rgba(220, 38, 38, .08));
}

.home-v2-trend-card .home-v2-trend-item strong {
  color: #1f2937;
  font-size: 12px;
  font-weight: 950;
}

.home-v2-trend-card .home-v2-trend-item em {
  color: #6b7280;
  font-size: 10px;
  font-weight: 760;
}

.home-v2-trend-card .home-v2-trend-item small {
  grid-column: 4;
  grid-row: 1 / 3;
  align-self: center;
  padding: 4px 6px;
  border-radius: 999px;
  color: #b42318;
  background: #fff1f2;
  font-size: 9px;
  font-weight: 950;
  white-space: nowrap;
}

.home-v2-rank-list span {
  grid-row: 1 / 3;
  display: inline-grid;
  place-items: center;
  width: 22px;
  height: 22px;
  border-radius: 6px;
  background: #fff0f2;
  color: var(--v2-red);
  font-size: 12px;
  font-weight: 900;
}

.home-v2-rank-list strong {
  font-size: 13px;
}

.home-v2-rank-list em {
  font-size: 12px;
}

.home-v2-submit-card {
  padding: 12px;
  border: 1px solid rgba(255, 106, 0, .22);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 106, 0, .11), rgba(255, 255, 255, .92) 58%),
    #fff7ed;
}

.home-v2-submit-card strong {
  color: #b45309;
}

.home-v2-submit-card p {
  margin: 4px 0 10px;
  color: #7c2d12;
  font-size: 12px;
  line-height: 1.5;
}

.home-v2-submit-card a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 11px;
  border-radius: 7px;
  background: var(--v2-red);
  color: #fff;
  font-size: 13px;
  font-weight: 900;
}

.home-tools-suite-section,
.domestic-priority-section,
.shortcut-sections,
.ai-content-hub-section,
.depth-entry-section,
.decision-entry-section,
.growth-section,
.product-focus,
.stack-section,
.scenario-section,
.home-other-tools-section {
  display: none !important;
}

.dark-site-footer {
  margin-top: 28px;
  color: rgba(226, 232, 240, .78);
  background:
    radial-gradient(760px 260px at 14% 0%, rgba(22, 119, 255, .22), transparent 68%),
    radial-gradient(680px 260px at 86% 12%, rgba(93, 106, 214, .14), transparent 70%),
    linear-gradient(135deg, #101827 0%, #0b1220 44%, #111827 72%, #0f172a 100%);
  border-top: 1px solid rgba(148, 163, 184, .18);
}

.dark-footer-inner,
.dark-footer-disclaimer {
  width: min(1680px, calc(100vw - 28px));
  margin-inline: auto;
}

.dark-footer-inner {
  display: grid;
  grid-template-columns: minmax(380px, 1.45fr) repeat(5, minmax(112px, .62fr));
  gap: 18px;
  padding: 30px 0 22px;
}

.dark-footer-brand {
  display: grid;
  align-content: start;
  gap: 14px;
}

.dark-footer-brand .footer-logo {
  color: #fff;
  font-size: 20px;
  font-weight: 950;
}

.dark-footer-brand p,
.dark-footer-disclaimer p {
  margin: 0;
  color: rgba(203, 213, 225, .72);
  font-size: 12px;
  font-weight: 650;
  line-height: 1.65;
}

.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.footer-badges a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 2px 2px;
  border: 0;
  border-bottom: 1px solid rgba(148, 163, 184, .26);
  border-radius: 0;
  color: rgba(226, 232, 240, .86);
  background: transparent;
  font-size: 12px;
  font-weight: 850;
}

.footer-badges a:hover {
  border-color: rgba(96, 165, 250, .72);
  background: transparent;
  color: #fff;
}

.dark-footer-col {
  display: grid;
  align-content: start;
  gap: 6px;
  min-width: 0;
}

.dark-footer-col strong {
  margin-bottom: 2px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
}

.dark-footer-col a {
  display: block;
  align-items: center;
  min-height: 24px;
  padding: 0;
  overflow: hidden;
  color: rgba(203, 213, 225, .72);
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dark-footer-col a:hover,
.dark-footer-disclaimer a:hover {
  color: #fff;
}

.dark-footer-disclaimer {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  align-items: start;
  padding: 8px 0 18px;
  border-top: 0;
}

.dark-footer-records,
.dark-footer-records #footerDomain {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  justify-content: flex-start;
  color: rgba(203, 213, 225, .66);
  font-size: 12px;
  font-weight: 700;
}

.dark-footer-copyright {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 11px;
  border: 1px solid rgba(226, 232, 240, .16);
  border-radius: 999px;
  background: rgba(255, 255, 255, .045);
  color: rgba(248, 250, 252, .82);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.dark-footer-disclaimer .dark-footer-records {
  align-items: center;
  justify-content: flex-start;
}

.dark-footer-disclaimer .dark-footer-records #footerDomain {
  justify-content: flex-start;
  gap: 8px 14px;
}

.dark-footer-records {
  justify-self: stretch;
}

.dark-footer-disclaimer .dark-footer-statement {
  justify-self: stretch;
  width: 100%;
  max-width: none;
  margin: 0;
  box-sizing: border-box;
  padding-top: 9px;
  border-top: 1px solid rgba(148, 163, 184, .18);
  color: rgba(203, 213, 225, .56);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.35;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dark-footer-disclaimer a {
  color: rgba(226, 232, 240, .78);
}

@media (max-width: 1180px) {
  .nav-promo-carousel {
    flex-basis: 310px;
    max-width: 350px;
    min-width: 260px;
    gap: 7px;
  }

  .nav-promo-track em {
    max-width: 150px;
  }

  .nav-promo-cta {
    min-width: 42px;
    padding-inline: 8px;
  }

  .home-v2-rightbar {
    float: none;
    width: auto;
    margin: 12px 0 0;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-submit-card {
    grid-column: 1 / -1;
  }
}

@media (max-width: 1080px) {
  .dark-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .dark-footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 920px) {
  .home-main {
    width: min(100% - 20px, 1680px);
    max-width: min(100% - 20px, 1680px);
  }

  .home-v2-hero.browser-home-hero {
    margin-top: 8px;
    padding: 24px 10px 14px;
  }

  .home-v2-hero.browser-home-hero h1 {
    max-width: 760px;
  }

  .home-v2-flash {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-task-launcher {
    max-width: 100%;
  }

  .home-v2-portal-shell {
    display: block;
  }

  .home-v2-hot-grid,
  .home-v2-tool-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-news-list,
  .home-v2-mini-grid,
  .home-v2-rightbar {
    grid-template-columns: 1fr;
  }

  .home-v2-news-list,
  .home-v2-mini-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-v2-channel-board {
    grid-template-columns: 1fr;
  }

  .home-v2-channel-rail {
    display: flex;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .home-v2-channel-rail::-webkit-scrollbar {
    display: none;
  }

  .home-v2-channel-rail a,
  .home-v2-channel-rail span {
    flex: 0 0 auto;
    min-width: 78px;
  }

  .home-v2-channel-main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-channel-col:nth-child(2n) {
    border-right: 0;
  }

  .home-v2-amz-tabs {
    grid-template-columns: 1fr;
  }

  .home-v2-amz-promo {
    justify-content: flex-start;
    min-height: 34px;
    border-top: 1px solid #edf1f7;
  }

  .home-v2-amz-matrix {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-v2-editorial-head {
    align-items: start;
    display: grid;
  }

  .home-v2-pathway {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-pathway a:nth-child(2n) {
    border-right: 0;
  }

  .home-v2-editorial-grid {
    grid-template-columns: 1fr;
  }

  #homeV2FreeTools {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .home-v2-rightbar {
    margin-top: 12px;
  }

  .home-v2-hero .search-mode {
    display: flex;
    max-width: 100%;
    overflow-x: auto;
  }
}

@media (max-width: 760px) {
  .nav-promo-carousel {
    display: none;
  }

  .home-v2-hero.browser-home-hero {
    padding: 14px 10px 12px;
    border-radius: 10px;
  }

  .home-v2-hero.browser-home-hero .hero-copy > p:not(.eyebrow) {
    display: block;
    max-width: 330px;
    margin-inline: auto;
    font-size: 14px;
    line-height: 1.55;
  }

  .home-task-launcher {
    justify-content: flex-start;
    min-height: 54px;
    overflow-x: auto;
    border-radius: 999px;
    scrollbar-width: none;
  }

  .home-task-launcher::-webkit-scrollbar {
    display: none;
  }

  .home-task-launcher .task-capsule-label {
    min-width: 104px;
    min-height: 42px;
    padding: 0 10px;
  }

  .home-task-launcher .task-capsule-label strong {
    font-size: 12px;
  }

  .home-task-launcher .task-capsule-label em {
    font-size: 9px;
  }

  .home-task-launcher .task-pill {
    flex: 0 0 142px;
    grid-template-columns: 26px minmax(0, 1fr) 16px;
    gap: 6px;
    padding: 5px 8px;
  }

  .home-task-launcher .task-pill-icon {
    width: 26px;
    height: 26px;
    font-size: 8px;
  }

  .home-task-launcher strong {
    font-size: 11px;
  }

  .home-task-launcher em {
    font-size: 9px;
  }

  .home-v2-hero .quick-tags {
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: flex-start;
    max-width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .home-v2-hero .quick-tags::-webkit-scrollbar {
    display: none;
  }

  .home-v2-hero .quick-tags::before,
  .home-v2-hero .quick-tags .tag {
    flex: 0 0 auto;
  }

  .dark-footer-inner,
  .dark-footer-disclaimer {
    width: min(100% - 20px, 1680px);
  }

  .dark-footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .dark-footer-brand {
    grid-column: 1 / -1;
  }

  .dark-footer-disclaimer {
    grid-template-columns: 1fr;
  }

  .dark-footer-records,
  .dark-footer-records #footerDomain {
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .home-v2-hero.browser-home-hero h1 {
    margin-bottom: 7px;
    font-size: clamp(25px, 7vw, 30px) !important;
  }

  .home-v2-flash {
    grid-template-columns: 1fr;
    gap: 7px;
    margin: 12px auto 10px;
  }

  .home-v2-flash a {
    min-height: 38px;
  }

  .home-v2-hero .home-search-hub .search-shell {
    display: grid;
    grid-template-columns: 1fr auto;
    border-radius: 14px;
  }

  .home-v2-hero .home-search-hub .search-provider {
    display: none;
  }

  .home-v2-hero .browser-search-shell button {
    min-width: 72px;
  }

  .home-v2-ad-carousel,
  .home-v2-ad-track {
    min-height: 176px;
  }

  .home-v2-ad-track {
    margin: 10px 42px 34px;
  }

  .home-v2-ad-card {
    flex-basis: 100%;
    min-height: 132px;
  }

  .home-v2-ad-arrow {
    width: 28px;
    height: 44px;
    margin-top: -22px;
  }

  .home-v2-ad-arrow-prev {
    left: 6px;
  }

  .home-v2-ad-arrow-next {
    right: 6px;
  }

  .home-v2-ad-dots {
    right: auto;
    bottom: 12px;
    left: 50%;
  }

  .home-v2-hot-grid,
  .home-v2-tool-grid,
  .home-v2-news-list,
  .home-v2-mini-grid {
    grid-template-columns: 1fr;
  }

  .home-v2-pathway {
    grid-template-columns: 1fr;
  }

  .home-v2-pathway a,
  .home-v2-pathway a:nth-child(2n) {
    border-right: 0;
  }

  .home-v2-pathway a::after {
    display: none;
  }

  .home-v2-news-flow a,
  .home-v2-topic-flow a {
    grid-template-columns: 64px minmax(0, 1fr);
  }

  .home-v2-channel-main {
    grid-template-columns: 1fr;
  }

  .home-v2-channel-col,
  .home-v2-channel-col:nth-child(2n) {
    border-right: 0;
  }

  .home-v2-amz-matrix {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 8px;
  }

  .home-v2-amz-tabs nav a {
    min-width: 76px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .home-v2-news-flow em,
  .home-v2-topic-flow em {
    grid-column: 2;
  }

  #homeV2FreeTools {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-v2-board-head {
    align-items: flex-start;
  }

  .home-v2-board-head div {
    display: grid;
    gap: 2px;
  }
}

.dark-site-footer {
  background:
    radial-gradient(760px 260px at 14% 0%, rgba(22, 119, 255, .22), transparent 68%),
    radial-gradient(680px 260px at 86% 12%, rgba(93, 106, 214, .14), transparent 70%),
    linear-gradient(135deg, #101827 0%, #0b1220 44%, #111827 72%, #0f172a 100%) !important;
}

@media (min-width: 1181px) {
  .site-header .nav,
  .browser-home-hero,
  .home-main,
  .dark-footer-inner,
  .dark-footer-disclaimer {
    width: min(1680px, calc(100vw - 28px));
    max-width: min(1680px, calc(100vw - 28px));
  }

  .home-v2-hero.browser-home-hero .hero-copy {
    max-width: min(1120px, 100%);
  }

  .home-v2-hero .home-search-hub {
    width: min(980px, 100%);
  }
}

/* 20260609 header focus cleanup: keep keyboard access without a heavy blue strip. */
.site-header .brand,
.nav .brand {
  border-radius: 12px;
  outline: 0;
  -webkit-tap-highlight-color: transparent;
}

.site-header .brand:focus:not(:focus-visible),
.nav .brand:focus:not(:focus-visible),
.site-header .nav-item > a:focus:not(:focus-visible),
.site-header .nav-auth-item > a:focus:not(:focus-visible),
.nav-promo-carousel:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

.site-header .brand:focus-visible,
.nav .brand:focus-visible {
  outline: 0;
  background: rgba(255, 255, 255, .82);
  box-shadow:
    inset 0 0 0 1px rgba(255, 122, 0, .18),
    0 8px 18px rgba(24, 57, 100, .06);
}

.site-header .nav-item > a:focus-visible {
  outline: 0;
  border-color: rgba(22, 119, 255, .18);
  background: rgba(244, 248, 255, .72);
  box-shadow: inset 0 0 0 1px rgba(22, 119, 255, .08);
}

.site-header .nav-auth-item > a:focus-visible {
  outline: 0;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42);
}

/* 20260609 brand interaction cleanup: remove the blue selected strip from the home link. */
.site-header .nav > a.brand,
.site-header a.brand,
.nav a.brand {
  outline: 0 !important;
  box-shadow: none;
  border-radius: 13px;
  transition: background .16s ease, box-shadow .16s ease, transform .16s ease;
}

.site-header .nav > a.brand:hover,
.site-header a.brand:hover,
.nav a.brand:hover {
  background: rgba(255, 255, 255, .74);
  box-shadow: inset 0 0 0 1px rgba(15, 23, 42, .06);
}

.site-header .nav > a.brand:focus,
.site-header .nav > a.brand:active,
.site-header .nav > a.brand:focus-visible,
.site-header a.brand:focus,
.site-header a.brand:active,
.site-header a.brand:focus-visible,
.nav a.brand:focus,
.nav a.brand:active,
.nav a.brand:focus-visible {
  outline: 0 !important;
  outline-offset: 0 !important;
  background: rgba(255, 255, 255, .84);
  box-shadow:
    inset 0 0 0 1px rgba(255, 122, 0, .2),
    0 8px 18px rgba(24, 57, 100, .055);
}

.site-header .nav > a.brand:focus:not(:focus-visible),
.site-header a.brand:focus:not(:focus-visible),
.nav a.brand:focus:not(:focus-visible) {
  background: transparent;
  box-shadow: none;
}

/* 20260609 nav promo interaction cleanup: keep the promo capsule warm, not blue. */
.site-header .nav > a.nav-promo-carousel,
.site-header a.nav-promo-carousel,
.nav a.nav-promo-carousel {
  outline: 0 !important;
  -webkit-tap-highlight-color: transparent;
}

.site-header .nav > a.nav-promo-carousel:hover,
.site-header .nav > a.nav-promo-carousel:focus,
.site-header .nav > a.nav-promo-carousel:active,
.site-header .nav > a.nav-promo-carousel:focus-visible,
.site-header a.nav-promo-carousel:hover,
.site-header a.nav-promo-carousel:focus,
.site-header a.nav-promo-carousel:active,
.site-header a.nav-promo-carousel:focus-visible,
.nav a.nav-promo-carousel:hover,
.nav a.nav-promo-carousel:focus,
.nav a.nav-promo-carousel:active,
.nav a.nav-promo-carousel:focus-visible {
  border-color: rgba(255, 122, 0, .3);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 251, 246, .98) 48%, rgba(255, 247, 237, .98));
  outline: 0 !important;
  outline-offset: 0 !important;
  box-shadow:
    inset 0 0 0 1px rgba(255, 122, 0, .12),
    0 10px 22px rgba(154, 52, 18, .11);
}

.site-header .nav > a.nav-promo-carousel:focus:not(:focus-visible),
.site-header a.nav-promo-carousel:focus:not(:focus-visible),
.nav a.nav-promo-carousel:focus:not(:focus-visible) {
  border-color: rgba(15, 23, 42, .12);
  background:
    linear-gradient(90deg, rgba(255, 255, 255, .99), rgba(255, 251, 246, .96) 48%, rgba(255, 247, 237, .95)),
    radial-gradient(circle at 10% 50%, rgba(245, 158, 11, .16), transparent 34%),
    radial-gradient(circle at 88% 50%, rgba(240, 68, 56, .1), transparent 30%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .96),
    0 8px 20px rgba(154, 52, 18, .07);
}
