/* Generated by tools/sync-product-shell.mjs. Source f60e3af752b91b18. Do not edit. */
.hh-product-shell,
.hh-product-shell * {
  box-sizing: border-box;
}

.hh-product-shell {
  --hh-shell-ink: #203844;
  --hh-shell-accent: #b65e3d;
  --hh-shell-paper: #f6f3ed;
  --hh-shell-surface: #fffdf9;
  --hh-shell-line: #d8d3c9;
  --hh-shell-muted: #68736f;
  --hh-shell-focus: #0b6e99;
  --hh-shell-radius: 8px;
  --hh-shell-space-1: 4px;
  --hh-shell-space-2: 8px;
  --hh-shell-space-3: 16px;
  --hh-shell-space-4: 24px;
  --hh-shell-space-5: 32px;
  color: var(--hh-shell-ink);
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  letter-spacing: 0;
}

.hh-product-shell--header {
  position: relative;
  z-index: 20;
  width: 100%;
  border-bottom: 1px solid var(--hh-shell-line);
  background: rgba(255, 253, 249, 0.98);
}

.hh-product-shell__header-frame {
  display: grid;
  grid-template-columns: auto minmax(180px, 1fr) auto;
  align-items: center;
  gap: var(--hh-shell-space-4);
  width: min(1480px, 100%);
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 42px;
}

.hh-product-shell__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  color: var(--hh-shell-ink);
  text-decoration: none;
}

.hh-product-shell__brand-mark {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 6px;
  background: var(--hh-shell-accent);
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
}

.hh-product-shell__brand-copy {
  display: grid;
  gap: 2px;
  min-width: 0;
}

.hh-product-shell__brand-copy strong {
  font-size: 15px;
  line-height: 1.2;
}

.hh-product-shell__brand-copy small {
  color: var(--hh-shell-muted);
  font-size: 9px;
  line-height: 1.2;
}

.hh-product-shell__product {
  display: grid;
  grid-template-columns: auto minmax(0, auto);
  align-items: baseline;
  justify-content: start;
  column-gap: 10px;
  min-width: 0;
  padding-left: 16px;
  border-left: 2px solid var(--product-accent, var(--hh-shell-accent));
}

.hh-product-shell__product-kicker {
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--hh-shell-muted);
  font-size: 11px;
  font-weight: 700;
}

.hh-product-shell__product-name {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hh-product-shell__product-subtitle {
  overflow: hidden;
  color: var(--hh-shell-muted);
  font-size: 11px;
  line-height: 1.35;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hh-product-shell__desktop {
  display: flex;
  align-items: center;
  gap: 18px;
}

.hh-product-shell__nav,
.hh-product-shell__utility {
  display: flex;
  align-items: center;
  gap: 4px;
}

.hh-product-shell__nav-link,
.hh-product-shell__utility-link,
.hh-product-shell__logout {
  min-height: 42px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--hh-shell-ink);
  font: inherit;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
}

.hh-product-shell__nav-link,
.hh-product-shell__utility-link {
  display: inline-flex;
  align-items: center;
  padding: 0 10px;
}

.hh-product-shell__logout {
  padding: 0 8px;
  cursor: pointer;
}

.hh-product-shell__nav-link:hover,
.hh-product-shell__utility-link:hover,
.hh-product-shell__logout:hover {
  background: var(--hh-shell-paper);
  color: var(--hh-shell-accent);
}

.hh-product-shell__account {
  max-width: 120px;
  overflow: hidden;
  padding: 0 4px 0 10px;
  color: var(--hh-shell-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hh-product-shell__mobile-menu {
  display: none;
}

.hh-product-shell__brand:focus-visible,
.hh-product-shell__nav-link:focus-visible,
.hh-product-shell__utility-link:focus-visible,
.hh-product-shell__logout:focus-visible,
.hh-product-shell__mobile-summary:focus-visible,
.hh-product-shell__mobile-link:focus-visible,
.hh-product-shell__mobile-logout:focus-visible,
.hh-product-shell__footer-links a:focus-visible {
  outline: 3px solid var(--hh-shell-focus);
  outline-offset: 2px;
}

.hh-product-shell--footer {
  width: 100%;
  border-top: 1px solid var(--hh-shell-line);
  background: var(--hh-shell-surface);
}

.hh-product-shell__footer-frame {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto auto;
  align-items: center;
  gap: var(--hh-shell-space-4);
  width: min(1480px, 100%);
  margin: 0 auto;
  padding: 30px 42px;
}

.hh-product-shell__footer-statement {
  display: grid;
  gap: 4px;
}

.hh-product-shell__footer-statement strong {
  font-size: 15px;
}

.hh-product-shell__footer-statement span,
.hh-product-shell__footer-product {
  margin: 0;
  color: var(--hh-shell-muted);
  font-size: 12px;
}

.hh-product-shell__footer-links {
  display: flex;
  gap: var(--hh-shell-space-3);
}

.hh-product-shell__footer-links a {
  color: var(--hh-shell-ink);
  font-size: 13px;
  text-decoration: none;
}

.hh-product-shell__footer-links a:hover {
  color: var(--hh-shell-accent);
}

@media (max-width: 1180px) {
  .hh-product-shell__header-frame,
  .hh-product-shell__footer-frame {
    padding-right: 24px;
    padding-left: 24px;
  }

  .hh-product-shell__product-subtitle,
  .hh-product-shell__account {
    display: none;
  }

  .hh-product-shell__desktop {
    gap: 8px;
  }
}

@media (max-width: 860px) {
  .hh-product-shell__header-frame {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    min-height: 68px;
  }

  .hh-product-shell__desktop {
    display: none;
  }

  .hh-product-shell__mobile-menu {
    display: block;
  }

  .hh-product-shell__mobile-summary {
    min-width: 56px;
    min-height: 44px;
    padding: 12px 10px;
    border: 1px solid var(--hh-shell-line);
    border-radius: 6px;
    background: var(--hh-shell-surface);
    color: var(--hh-shell-ink);
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    list-style: none;
    text-align: center;
  }

  .hh-product-shell__mobile-summary::-webkit-details-marker {
    display: none;
  }

  .hh-product-shell__mobile-menu[open] {
    grid-column: 1 / -1;
  }

  .hh-product-shell__mobile-menu[open] .hh-product-shell__mobile-summary {
    width: fit-content;
    margin-left: auto;
    border-color: var(--hh-shell-accent);
  }

  .hh-product-shell__mobile-panel {
    display: grid;
    gap: 14px;
    margin-top: 12px;
    padding: 18px;
    border-top: 2px solid var(--product-accent, var(--hh-shell-accent));
    background: var(--hh-shell-paper);
  }

  .hh-product-shell__mobile-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .hh-product-shell__mobile-link,
  .hh-product-shell__mobile-logout {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
    border: 1px solid var(--hh-shell-line);
    border-radius: 6px;
    background: var(--hh-shell-surface);
    color: var(--hh-shell-ink);
    font: inherit;
    font-size: 13px;
    text-align: center;
    text-decoration: none;
  }

  .hh-product-shell__mobile-logout {
    width: 100%;
    cursor: pointer;
  }

  .hh-product-shell__mobile-account {
    margin: 0;
    overflow-wrap: anywhere;
    color: var(--hh-shell-muted);
    font-size: 12px;
  }
}

@media (max-width: 560px) {
  .hh-product-shell__header-frame,
  .hh-product-shell__footer-frame {
    padding-right: 14px;
    padding-left: 14px;
  }

  .hh-product-shell__brand-copy small,
  .hh-product-shell__product-kicker,
  .hh-product-shell__product-subtitle {
    display: none;
  }

  .hh-product-shell__product {
    padding-left: 10px;
  }

  .hh-product-shell__product-name {
    font-size: 14px;
  }

  .hh-product-shell__footer-frame {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hh-product-shell__footer-links {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hh-product-shell__nav-link,
  .hh-product-shell__utility-link,
  .hh-product-shell__logout,
  .hh-product-shell__mobile-summary,
  .hh-product-shell__mobile-link,
  .hh-product-shell__mobile-logout {
    scroll-behavior: auto;
    transition: none;
  }
}
