:root {
  --tyy-primary: #B37A42;
  --tyy-primary-dark: #7A4F2A;
  --tyy-accent: #FFF8ED;
  --tyy-ink: #2E241A;
  --tyy-muted: #74665A;
  --tyy-bg: #FFFDF8;
  --tyy-card: #FFFFFF;
  --tyy-soft: #F8EBD9;
  --tyy-line: rgba(83, 58, 35, .14);
  --tyy-shadow: 0 18px 48px rgba(68, 42, 20, .10);
  --tyy-shadow-soft: 0 10px 28px rgba(68, 42, 20, .07);
  --tyy-radius: 22px;
  --tyy-radius-lg: 30px;
  --tyy-container: 1180px;
  --tyy-narrow: 860px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--tyy-bg);
  color: var(--tyy-ink);
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Noto Sans CJK SC", "Source Han Sans SC", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.76;
  letter-spacing: .01em;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease, box-shadow .18s ease; }
a:hover { color: var(--tyy-primary-dark); }
img { max-width: 100%; height: auto; display: block; }
button, input, textarea, select { font: inherit; }
.container { width: min(calc(100% - 40px), var(--tyy-container)); margin-inline: auto; }
.container-narrow { width: min(calc(100% - 40px), var(--tyy-narrow)); margin-inline: auto; }
.skip-link { position: absolute; left: -999px; top: 12px; z-index: 2000; padding: 8px 12px; border-radius: 10px; background: #fff; box-shadow: var(--tyy-shadow-soft); }
.skip-link:focus { left: 12px; }
.reading-progress { position: fixed; top: 0; left: 0; z-index: 3000; width: 0; height: 3px; background: var(--tyy-primary); }

.site-notice, .top-notice {
  background: linear-gradient(90deg, #39271B, #6E4728);
  color: #FFF8ED;
  font-size: 14px;
}
.notice-inner, .top-notice-inner { min-height: 40px; display: flex; justify-content: center; align-items: center; gap: 18px; text-align: center; }
.notice-inner a, .top-notice a { display: inline-flex; align-items: center; padding: 4px 12px; border: 1px solid rgba(255,248,237,.45); border-radius: 999px; color: #FFF8ED; font-weight: 700; white-space: nowrap; }
.notice-inner a:hover { background: rgba(255,255,255,.12); color: #fff; }

.site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,253,248,.94); backdrop-filter: saturate(130%) blur(18px); border-bottom: 1px solid var(--tyy-line); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand, .footer-brand { display: flex; align-items: center; gap: 12px; min-width: 0; }
.brand-logo, .footer-brand img { width: 52px; height: 52px; border-radius: 50%; background: #fff; object-fit: contain; box-shadow: 0 8px 22px rgba(68,42,20,.12); }
.brand-copy, .footer-brand span { display: grid; gap: 1px; line-height: 1.25; min-width: 0; }
.brand-copy strong, .footer-brand strong { font-size: 21px; letter-spacing: .04em; font-weight: 800; white-space: nowrap; }
.brand-copy em, .footer-brand em { color: var(--tyy-muted); font-size: 12px; font-style: normal; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.site-nav { display: flex; align-items: center; gap: 4px; }
.site-nav a { padding: 9px 14px; border-radius: 999px; color: #4D3B2D; font-size: 15px; font-weight: 650; }
.site-nav a:hover { background: var(--tyy-accent); }
.site-nav .nav-cta { padding-inline: 18px; background: var(--tyy-ink); color: #fff; }
.site-nav .nav-cta:hover { background: var(--tyy-primary-dark); color: #fff; }
.nav-toggle { display: none; border: 0; background: transparent; padding: 9px; border-radius: 12px; cursor: pointer; }
.nav-toggle span { display: block; width: 22px; height: 2px; margin: 5px 0; border-radius: 2px; background: var(--tyy-ink); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 6px; min-height: 42px; padding: 10px 20px; border-radius: 999px; border: 1px solid transparent; font-weight: 750; line-height: 1.2; cursor: pointer; }
.btn-primary { background: var(--tyy-primary); color: #fff; box-shadow: 0 10px 24px rgba(179,122,66,.22); }
.btn-primary:hover { background: var(--tyy-primary-dark); color: #fff; transform: translateY(-1px); }
.btn-ghost { background: #fff; border-color: var(--tyy-line); color: var(--tyy-ink); }
.btn-ghost:hover { border-color: rgba(179,122,66,.45); background: var(--tyy-accent); color: var(--tyy-primary-dark); }
.btn-light { background: #fff; color: var(--tyy-primary-dark); }
.btn-light:hover { color: var(--tyy-primary-dark); transform: translateY(-1px); }
.btn-dark-ghost { background: rgba(255,255,255,.08); border-color: rgba(255,255,255,.30); color: #fff; }
.btn-dark-ghost:hover { background: rgba(255,255,255,.16); color: #fff; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-top: 28px; }
.center-actions { justify-content: center; }
.text-link { display: inline-flex; align-items: center; font-weight: 750; color: var(--tyy-primary-dark); border-bottom: 1px solid currentColor; }
.section { padding: 72px 0; }
.section-title, .section-title-row { margin-bottom: 28px; }
.section-title h2, .section-title-row h2 { margin: 0; font-size: clamp(26px, 3.4vw, 38px); line-height: 1.28; letter-spacing: -.02em; }
.section-title p, .section-title-row p { margin: 10px 0 0; max-width: 720px; color: var(--tyy-muted); }
.split-title, .section-title-row { display: flex; justify-content: space-between; align-items: flex-end; gap: 28px; }
.cn-kicker, .eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 12px; color: var(--tyy-primary-dark); font-size: 14px; font-weight: 800; }
.cn-kicker::before, .eyebrow::before { content: ""; width: 16px; height: 2px; border-radius: 999px; background: var(--tyy-primary); }
.with-desc { max-width: 860px; }

/* 首页 */
.home-hero { position: relative; overflow: hidden; padding: 0; background: radial-gradient(circle at 15% 10%, rgba(179,122,66,.14), transparent 34%), linear-gradient(180deg, #FFF8EC 0%, #FFFDF8 100%); border-bottom: 1px solid var(--tyy-line); }
.home-hero::before { content: ""; position: absolute; right: -130px; top: 30px; width: 420px; height: 420px; border-radius: 50%; background: rgba(179,122,66,.08); }
.home-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 70px; align-items: center; min-height: 540px; padding: 66px 0; }
.hero-label { display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; padding: 7px 14px; border-radius: 999px; background: #fff; border: 1px solid var(--tyy-line); box-shadow: 0 8px 22px rgba(68,42,20,.05); font-size: 14px; color: var(--tyy-muted); }
.hero-label span { color: var(--tyy-primary-dark); font-weight: 800; }
.hero-label i { font-style: normal; }
.home-hero-copy h1 { margin: 0; max-width: 780px; font-size: clamp(34px, 5.5vw, 62px); line-height: 1.13; letter-spacing: -.04em; }
.home-hero-copy > p { margin: 22px 0 0; max-width: 720px; color: #5E5145; font-size: 18px; line-height: 1.85; }
.home-stat-row, .home-stats { display: flex; flex-wrap: wrap; gap: 16px; margin-top: 34px; }
.home-stat-row div, .home-stats div { min-width: 116px; padding: 15px 18px; border-radius: 18px; background: rgba(255,255,255,.76); border: 1px solid var(--tyy-line); box-shadow: 0 8px 22px rgba(68,42,20,.05); }
.home-stat-row strong, .home-stats strong { display: block; color: var(--tyy-primary-dark); font-size: 25px; line-height: 1.1; }
.home-stat-row span, .home-stats span { display: block; margin-top: 4px; color: var(--tyy-muted); font-size: 14px; }
.home-hero-card { position: relative; padding: 34px 30px; border-radius: 36px; background: rgba(255,255,255,.74); border: 1px solid rgba(179,122,66,.23); box-shadow: var(--tyy-shadow); text-align: center; }
.home-hero-card img { width: 220px; max-height: 220px; margin: 0 auto 18px; border-radius: 50%; object-fit: contain; }
.home-hero-card h2 { margin: 0; font-size: 28px; }
.home-hero-card p { margin: 8px auto 20px; color: var(--tyy-muted); }
.seal-list { display: flex; justify-content: center; flex-wrap: wrap; gap: 8px; }
.seal-list span { padding: 5px 10px; border-radius: 999px; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-size: 13px; font-weight: 800; }
.home-module-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 20px; }
.home-module-card { min-height: 230px; padding: 28px; border-radius: var(--tyy-radius); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); display: flex; flex-direction: column; }
.home-module-card.large { background: linear-gradient(135deg, #FFFDF8, #FFF0DC); }
.home-module-card:hover { transform: translateY(-3px); box-shadow: var(--tyy-shadow); }
.home-module-card span { color: var(--tyy-primary-dark); font-size: 14px; font-weight: 850; }
.home-module-card h3 { margin: 14px 0 10px; font-size: 25px; line-height: 1.32; }
.home-module-card p { margin: 0; color: var(--tyy-muted); }
.home-module-card em { margin-top: auto; padding-top: 22px; color: var(--tyy-primary-dark); font-style: normal; font-weight: 800; }
.cn-card-grid, .service-grid, .service-grid-cn, .values-grid-cn, .shop-guide-grid-cn { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.service-card, .values-grid-cn article, .shop-guide-grid-cn article, .gateway-card { padding: 24px; border-radius: var(--tyy-radius); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.service-card span, .values-grid-cn span, .shop-guide-grid-cn span, .gateway-card span { display: inline-flex; align-items: center; justify-content: center; min-width: 34px; height: 34px; padding: 0 10px; border-radius: 999px; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-weight: 800; }
.service-card h3, .values-grid-cn h2, .shop-guide-grid-cn h2, .gateway-card h3, .faq-grid h3 { margin: 16px 0 8px; font-size: 20px; line-height: 1.35; }
.service-card p, .values-grid-cn p, .shop-guide-grid-cn p, .gateway-card p, .faq-grid p { margin: 0; color: var(--tyy-muted); }
.kb-preview-section, .knowledge-home-section { background: linear-gradient(180deg, #fff 0%, #FFF9F0 100%); }

/* 知识卡片与文章列表 */
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.post-list, .latest-article-list, .kb-article-list { display: grid; gap: 18px; }
.post-card, .kb-list-card { display: grid; grid-template-columns: 170px minmax(0,1fr); gap: 20px; min-height: 170px; padding: 16px; border-radius: var(--tyy-radius); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.post-grid .post-card, .post-grid .kb-list-card { grid-template-columns: 1fr; padding: 0; overflow: hidden; }
.post-card:hover { transform: translateY(-2px); box-shadow: var(--tyy-shadow); }
.post-cover { display: block; min-height: 142px; border-radius: 16px; overflow: hidden; background: var(--tyy-accent); margin: 0; }
.post-grid .post-cover { border-radius: 0; min-height: 170px; }
.post-cover img { width: 100%; height: 100%; min-height: 142px; object-fit: cover; }
.post-cover-placeholder { height: 100%; min-height: 142px; display: grid; place-items: center; background: linear-gradient(135deg, #FBF0DE, #FFFDF8); position: relative; }
.post-cover-placeholder img { width: 92px; height: 92px; min-height: 0; object-fit: contain; border-radius: 50%; opacity: .88; }
.post-cover-placeholder em { position: absolute; bottom: 16px; font-style: normal; font-weight: 800; color: var(--tyy-primary-dark); }
.post-card-body { padding: 2px 2px 4px; }
.post-grid .post-card-body { padding: 18px 20px 22px; }
.post-kicker { display: flex; justify-content: space-between; gap: 12px; color: var(--tyy-muted); font-size: 13px; }
.post-kicker span { color: var(--tyy-primary-dark); font-weight: 800; }
.post-kicker em { font-style: normal; }
.post-card h2 { margin: 9px 0 8px; font-size: 21px; line-height: 1.45; }
.post-card p { margin: 0; color: var(--tyy-muted); display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.post-meta-row { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 12px; color: var(--tyy-muted); font-size: 13px; }
.post-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.post-tags a { padding: 3px 9px; border-radius: 999px; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-size: 12px; font-weight: 700; }
.read-more { display: inline-flex; margin-top: 14px; font-weight: 800; color: var(--tyy-primary-dark); }
.article-list-row { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 16px 18px; border: 1px solid var(--tyy-line); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(68,42,20,.04); }
.article-list-row:hover { transform: translateY(-2px); box-shadow: var(--tyy-shadow-soft); }
.article-list-row > span { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-weight: 900; }
.article-list-row h3, .article-list-row h4 { margin: 0; font-size: 18px; line-height: 1.35; }
.article-list-row p { margin: 5px 0 0; color: var(--tyy-muted); font-size: 14px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.article-list-row em { color: var(--tyy-primary-dark); font-style: normal; font-weight: 800; white-space: nowrap; }

/* 商城与常见问题 */
.shop-band, .cn-shop-band, .shop-home-band { background: linear-gradient(135deg, #37271C, #805229); color: #fff; }
.shop-band-grid, .shop-home-grid { display: grid; grid-template-columns: minmax(0,1fr) 1.2fr; gap: 48px; align-items: center; }
.shop-band h2, .shop-home-band h2 { margin: 0 0 12px; font-size: clamp(28px, 3.5vw, 44px); line-height: 1.25; }
.shop-band p, .shop-home-band p { color: rgba(255,248,237,.82); }
.shop-feature-grid, .shop-scenario-list { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.shop-feature-grid article, .shop-scenario-list article { padding: 22px; border-radius: 20px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); }
.shop-feature-grid span, .shop-scenario-list b { display: inline-grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: rgba(255,255,255,.15); color: #fff; font-weight: 800; }
.shop-feature-grid h3, .shop-scenario-list h3 { margin: 14px 0 8px; color: #fff; }
.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.faq-grid article { padding: 24px; border-radius: var(--tyy-radius); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.contact-section { padding-top: 28px; }
.contact-card, .contact-card-cn { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 36px; align-items: center; padding: 34px; border-radius: var(--tyy-radius-lg); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow); }
.contact-card h2, .contact-card-cn h2 { margin: 0 0 8px; font-size: 30px; }
.contact-card p, .contact-card-cn p { margin: 0; color: var(--tyy-muted); }
.contact-lines { display: grid; gap: 10px; }
.contact-lines span { padding: 12px 14px; border-radius: 14px; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-weight: 700; }

/* 知识库 */
.kb-landing, .kb-landing-hero, .page-head-cn { background: linear-gradient(180deg, #FFF7EB, #FFFDF8); border-bottom: 1px solid var(--tyy-line); }
.kb-landing-inner { padding: 64px 0 54px; text-align: center; }
.kb-landing h1, .kb-landing-hero h1, .page-head-cn h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.22; letter-spacing: -.03em; }
.kb-landing p, .kb-landing-hero p, .page-head-cn p { margin: 14px auto 0; max-width: 760px; color: var(--tyy-muted); font-size: 17px; }
.kb-landing-hero .kb-landing-inner { display: grid; grid-template-columns: minmax(0,1fr) 390px; gap: 34px; align-items: end; text-align: left; }
.compact-head .kb-landing-inner, .kb-category-head .kb-landing-inner, .archive-head .kb-landing-inner { text-align: left; }
.kb-search-panel, .kb-search { margin: 30px auto 0; max-width: 650px; display: flex; align-items: center; gap: 14px; padding: 10px 12px 10px 18px; background: #fff; border: 1px solid var(--tyy-line); border-radius: 999px; box-shadow: var(--tyy-shadow-soft); text-align: left; }
.kb-search { display: block; border-radius: 20px; padding: 18px; }
.kb-search label, .kb-search-panel span { white-space: nowrap; color: var(--tyy-primary-dark); font-weight: 800; }
.kb-search div { display: flex; gap: 10px; margin-top: 10px; }
.kb-search-panel input, .kb-search input { width: 100%; min-height: 38px; border: 0; outline: 0; background: transparent; color: var(--tyy-ink); }
.kb-search input { padding: 0 14px; border: 1px solid var(--tyy-line); border-radius: 999px; background: #fff; }
.kb-search button { padding: 0 16px; border: 0; border-radius: 999px; background: var(--tyy-ink); color: #fff; font-weight: 800; }
.kb-search-panel.compact { margin-left: 0; margin-right: 0; }
.doc-crumbs, .breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--tyy-muted); font-size: 14px; }
.doc-crumbs a, .breadcrumb a { color: var(--tyy-primary-dark); font-weight: 700; }
.doc-crumbs b, .breadcrumb em { color: #6B594A; font-style: normal; font-weight: 700; }
.kb-topic-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.kb-topic-card { display: flex; flex-direction: column; min-height: 240px; padding: 24px; border-radius: var(--tyy-radius); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.kb-topic-card:hover { transform: translateY(-2px); box-shadow: var(--tyy-shadow); }
.kb-topic-title, .topic-title { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.kb-topic-title h3, .topic-title span { margin: 0; font-size: 24px; line-height: 1.35; font-weight: 850; }
.kb-topic-title em, .topic-title em { flex: 0 0 auto; padding: 4px 9px; border-radius: 999px; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-size: 13px; font-style: normal; font-weight: 800; white-space: nowrap; }
.kb-topic-card p { margin: 14px 0 0; color: var(--tyy-muted); }
.kb-topic-card ul, .topic-child-list { list-style: none; margin: 18px 0 0; padding: 0; display: grid; gap: 8px; }
.kb-topic-card li a, .topic-child-list a { display: block; padding: 8px 10px; border-radius: 10px; background: #FFF9F0; color: #574638; }
.kb-topic-card li a:hover, .topic-child-list a:hover { background: #F6E6D0; color: var(--tyy-primary-dark); }
.card-more, .topic-more { margin-top: auto; padding-top: 20px; color: var(--tyy-primary-dark); font-weight: 800; }
.support-grid, .support-link-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 14px; }
.support-grid a, .support-link-grid a { padding: 18px 20px; border-radius: 18px; background: var(--tyy-accent); border: 1px solid var(--tyy-line); color: var(--tyy-primary-dark); font-weight: 800; text-align: center; }
.support-grid a:hover, .support-link-grid a:hover { background: #F6E6D0; transform: translateY(-2px); }
.kb-list-layout, .archive-layout-cn, .archive-cn-layout { display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 34px; align-items: start; }
.kb-side-panel, .kb-sidebar, .archive-side, .article-aside-cn { position: sticky; top: 112px; }
.kb-side-panel, .kb-sidebar, .archive-side, .side-card-cn { padding: 20px; border-radius: var(--tyy-radius); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.kb-side-panel strong, .kb-sidebar strong, .archive-side strong, .side-card-cn strong { display: block; margin-bottom: 12px; font-size: 18px; }
.kb-side-panel a, .kb-sidebar a, .archive-side a, .side-card-cn a { display: block; padding: 10px 12px; margin: 6px 0; border-radius: 12px; color: #4D3B2D; }
.kb-side-panel a:hover, .kb-sidebar a:hover, .archive-side a:hover, .side-card-cn a:hover { background: var(--tyy-accent); }
.side-card-cn.note { margin-top: 14px; background: #FFF9F0; }
.side-card-cn.note p { margin: 0; color: var(--tyy-muted); font-size: 14px; }
.no-pt { padding-top: 0; }
.compact-list-title { margin-bottom: 18px; }
.empty-box { padding: 34px; border: 1px dashed rgba(179,122,66,.42); border-radius: var(--tyy-radius); background: rgba(255,248,237,.6); text-align: center; }
.empty-box h3 { margin: 0 0 6px; }
.empty-box p { margin: 0; color: var(--tyy-muted); }

/* 归档 */
.archive-year-list { display: grid; gap: 28px; }
.archive-year-card { padding: 26px; border-radius: var(--tyy-radius-lg); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.archive-year-card h2, .archive-year { margin: 0 0 18px; font-size: 30px; line-height: 1.25; }
.archive-month-block, .archive-month-group { display: grid; grid-template-columns: 74px minmax(0,1fr); gap: 18px; margin-top: 18px; }
.archive-month-block h3, .archive-month-title { position: sticky; top: 112px; display: grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--tyy-accent); border: 1px solid rgba(179,122,66,.22); color: var(--tyy-primary-dark); font-weight: 900; font-size: 18px; line-height: 1.1; text-align: center; }
.archive-month-block h3 span { font-size: 22px; }

/* 内容页 */
.article-page-cn { padding: 0 0 56px; }
.article-head-cn { padding: 64px 0 36px; }
.article-head-cn h1 { max-width: 900px; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1.18; letter-spacing: -.04em; }
.article-excerpt { max-width: 820px; margin: 18px 0 0; color: var(--tyy-muted); font-size: 18px; }
.article-meta-cn { display: flex; flex-wrap: wrap; gap: 10px 18px; margin-top: 20px; color: var(--tyy-muted); font-size: 14px; }
.article-meta-cn span { display: inline-flex; align-items: center; gap: 4px; }
.article-cover-cn { width: 100%; max-height: 420px; object-fit: cover; margin-top: 32px; border-radius: var(--tyy-radius-lg); box-shadow: var(--tyy-shadow-soft); }
.article-layout-cn { display: grid; grid-template-columns: 250px minmax(0, 820px); gap: 44px; align-items: start; justify-content: center; }
.article-content-cn { min-width: 0; padding: 34px; border-radius: var(--tyy-radius-lg); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.article-content-cn > :first-child { margin-top: 0; }
.article-content-cn > :last-child { margin-bottom: 0; }
.article-content-cn h2 { margin: 42px 0 16px; font-size: 28px; line-height: 1.35; }
.article-content-cn h3 { margin: 34px 0 12px; font-size: 22px; line-height: 1.4; }
.article-content-cn p { margin: 0 0 18px; color: #3E332A; }
.article-content-cn ul, .article-content-cn ol { padding-left: 1.3em; margin: 0 0 20px; }
.article-content-cn li + li { margin-top: 7px; }
.article-content-cn blockquote { margin: 24px 0; padding: 16px 20px; border-left: 4px solid var(--tyy-primary); background: #FFF9F0; border-radius: 0 16px 16px 0; color: #5E5145; }
.article-content-cn pre { overflow: auto; padding: 18px; border-radius: 16px; background: #2E241A; color: #FFF8ED; }
.article-content-cn code { padding: .15em .35em; border-radius: 6px; background: #FFF3DF; color: var(--tyy-primary-dark); }
.article-content-cn pre code { padding: 0; background: transparent; color: inherit; }
.article-content-cn table { display: block; width: 100%; overflow-x: auto; border-collapse: collapse; margin: 24px 0; }
.article-content-cn th, .article-content-cn td { padding: 10px 12px; border: 1px solid var(--tyy-line); }
.article-content-cn th { background: var(--tyy-accent); color: var(--tyy-primary-dark); text-align: left; }
.toc-list-cn { display: grid; gap: 4px; }
.toc-list-cn a { display: block; padding: 8px 10px; border-radius: 10px; color: #4D3B2D; font-size: 14px; }
.toc-list-cn a:hover { background: var(--tyy-accent); }
.toc-list-cn a.toc-sub { padding-left: 22px; color: var(--tyy-muted); }
.article-after-cn { margin-top: -28px; padding-bottom: 72px; }
.taxonomy-row-cn { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 18px; }
.taxonomy-row-cn strong { margin-right: 6px; }
.taxonomy-row-cn a, .tag-cloud-cn a { display: inline-flex; align-items: center; gap: 8px; padding: 8px 12px; border-radius: 999px; background: #fff; border: 1px solid var(--tyy-line); color: var(--tyy-primary-dark); font-weight: 700; }
.post-cursor-cn { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin: 18px 0; }
.post-cursor-cn a { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--tyy-line); color: #4D3B2D; }
.article-cta-cn { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px; border-radius: var(--tyy-radius-lg); background: linear-gradient(135deg, #FFF8EC, #fff); border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.article-cta-cn h2 { margin: 0 0 8px; }
.article-cta-cn p { margin: 0; color: var(--tyy-muted); }
.comment-section { padding-bottom: 72px; }

/* 页面模板 */
.page-head-cn .container, .shop-page-head-inner { padding: 58px 0 52px; }
.knowledge-gateway-cn { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 18px; }
.gateway-main-cn { grid-row: span 2; padding: 30px; border-radius: var(--tyy-radius-lg); background: linear-gradient(135deg, #3B2A1D, #835632); color: #fff; }
.gateway-main-cn h2 { margin: 0 0 10px; font-size: 32px; }
.gateway-main-cn p { margin: 0; color: rgba(255,248,237,.82); }
.knowledge-gateway-cn > a { display: block; padding: 24px; border-radius: var(--tyy-radius); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.knowledge-gateway-cn > a:hover { transform: translateY(-2px); box-shadow: var(--tyy-shadow); }
.shop-page-head { background: linear-gradient(135deg, #FFF7EB, #FFFDF8); border-bottom: 1px solid var(--tyy-line); }
.shop-page-head h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; }
.shop-page-head p { max-width: 760px; color: var(--tyy-muted); }
.about-story-grid, .contact-page-grid { display: grid; grid-template-columns: 330px minmax(0,1fr); gap: 28px; align-items: start; }
.story-card-cn, .contact-info-card-cn { padding: 28px; border-radius: var(--tyy-radius-lg); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.story-card-cn h2, .contact-info-card-cn h2 { margin: 0 0 12px; font-size: 28px; line-height: 1.35; }
.story-card-cn p { margin: 0; color: var(--tyy-muted); }
.contact-info-card-cn dl { margin: 0; display: grid; gap: 8px; }
.contact-info-card-cn dt { color: var(--tyy-primary-dark); font-weight: 800; }
.contact-info-card-cn dd { margin: 0 0 10px; color: var(--tyy-muted); }
.tag-cloud-cn { display: flex; flex-wrap: wrap; gap: 12px; }
.tag-cloud-cn a em { font-style: normal; color: var(--tyy-muted); font-size: 13px; }
.author-card-cn { display: flex; align-items: center; gap: 24px; padding: 58px 0; }
.author-card-cn img { width: 104px; height: 104px; border-radius: 50%; object-fit: cover; box-shadow: var(--tyy-shadow-soft); }
.author-card-cn h1 { margin: 0; font-size: 42px; }
.error-section { padding: 92px 0; }
.error-card { max-width: 680px; padding: 44px; text-align: center; border-radius: var(--tyy-radius-lg); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow); }
.error-card h1 { margin: 0; font-size: 64px; line-height: 1; color: var(--tyy-primary-dark); }
.error-card h2 { margin: 10px 0; }
.error-card p { color: var(--tyy-muted); }

/* 分类树 */
.category-children { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.category-tree-item { padding: 14px; border-radius: 16px; background: #fff; border: 1px solid var(--tyy-line); }
.category-node { display: flex; justify-content: space-between; gap: 12px; align-items: center; font-weight: 800; }
.category-node em { font-style: normal; color: var(--tyy-muted); font-size: 13px; }
.category-tree-item p { margin: 6px 0 0; color: var(--tyy-muted); font-size: 14px; }
.category-tree-item .category-children { margin-top: 10px; padding-left: 14px; }

/* 商城页面 */
.shop-main { background: var(--tyy-bg); }
.shop-hero-cn { padding: 54px 0 32px; background: radial-gradient(circle at 12% 20%, rgba(179,122,66,.12), transparent 30%), linear-gradient(180deg, #FFF7EB, #FFFDF8); border-bottom: 1px solid var(--tyy-line); }
.shop-hero-inner-cn { display: flex; justify-content: space-between; align-items: flex-end; gap: 26px; }
.shop-hero-cn h1 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.2; letter-spacing: -.03em; }
.shop-hero-cn p { max-width: 720px; margin: 12px 0 0; color: var(--tyy-muted); font-size: 17px; }
.shop-hero-actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }
.shop-embed-section { padding: 44px 0 76px; }
.shop-embed-cn { border-radius: var(--tyy-radius-lg); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); padding: 22px; overflow: hidden; }
.shop-webcomponent-entry { min-height: 360px; }
.shop-embed-cn :where(input, select, textarea) { border-radius: 12px !important; }
.shop-embed-cn :where(button, .button, a[role="button"]) { border-radius: 999px !important; }
.product-shop-hero { padding-top: 46px; }

/* 页脚 */
.site-footer { margin-top: 0; background: #2E241A; color: rgba(255,248,237,.82); }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 34px; padding: 46px 0 32px; }
.footer-grid h2 { margin: 0 0 12px; color: #fff; font-size: 17px; }
.footer-grid a { display: block; margin: 8px 0; color: rgba(255,248,237,.78); }
.footer-grid a:hover { color: #fff; }
.footer-about p { max-width: 390px; color: rgba(255,248,237,.72); }
.footer-brand img { box-shadow: none; }
.footer-brand strong { color: #fff; }
.footer-brand em { color: rgba(255,248,237,.62); }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,248,237,.64); font-size: 14px; }
.compact-footer .footer-bottom { border-top: 0; }
.back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 1000; width: 42px; height: 42px; border: 0; border-radius: 50%; background: var(--tyy-primary); color: #fff; box-shadow: var(--tyy-shadow); opacity: 0; transform: translateY(10px); pointer-events: none; cursor: pointer; }
.back-to-top.show { opacity: 1; transform: translateY(0); pointer-events: auto; }

/* 分页 */
.pagination { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 34px; }
.page-link, .page-current { padding: 8px 13px; border-radius: 999px; background: #fff; border: 1px solid var(--tyy-line); }
.page-current { color: var(--tyy-muted); }
.page-link.disabled { color: #B7AA9C; background: #FAF5EE; }

@media (max-width: 1080px) {
  .home-hero-grid { grid-template-columns: 1fr; gap: 34px; min-height: auto; }
  .home-hero-card { max-width: 480px; }
  .home-module-grid, .post-grid, .kb-topic-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-grid, .cn-card-grid, .values-grid-cn, .shop-guide-grid-cn { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .shop-band-grid { grid-template-columns: 1fr; }
  .kb-list-layout, .archive-cn-layout, .article-layout-cn, .about-story-grid, .contact-page-grid { grid-template-columns: 1fr; }
  .kb-side-panel, .kb-sidebar, .archive-side, .article-aside-cn { position: static; }
  .article-layout-cn { max-width: 860px; }
  .knowledge-gateway-cn { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .gateway-main-cn { grid-row: auto; grid-column: 1 / -1; }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 860px) {
  .container, .container-narrow { width: min(calc(100% - 28px), var(--tyy-container)); }
  .notice-inner { justify-content: flex-start; overflow-x: auto; }
  .header-inner { height: 68px; }
  .brand-logo { width: 46px; height: 46px; }
  .brand-copy strong { font-size: 19px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; left: 14px; right: 14px; top: 112px; display: none; flex-direction: column; align-items: stretch; gap: 6px; padding: 14px; border-radius: 20px; background: rgba(255,253,248,.98); border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow); }
  .nav-open .site-nav { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .section { padding: 54px 0; }
  .split-title { align-items: flex-start; flex-direction: column; gap: 12px; }
  .home-hero-grid { padding: 48px 0; }
  .home-hero-copy h1 { font-size: clamp(33px, 10vw, 48px); }
  .home-module-grid, .post-grid, .kb-topic-grid, .faq-grid, .shop-feature-grid, .support-grid, .knowledge-gateway-cn { grid-template-columns: 1fr; }
  .contact-card { grid-template-columns: 1fr; }
  .kb-landing-hero .kb-landing-inner { grid-template-columns: 1fr; }
  .shop-hero-inner-cn { display: block; }
  .shop-hero-actions { margin-top: 20px; }
  .article-head-cn { padding-top: 46px; }
  .article-content-cn { padding: 24px 20px; }
  .article-cta-cn { display: block; }
  .post-cursor-cn { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 620px) {
  body { font-size: 15px; }
  .hero-label { align-items: flex-start; border-radius: 18px; }
  .home-stat-row { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
  .home-stat-row div { min-width: 0; padding: 12px 10px; text-align: center; }
  .home-stat-row strong { font-size: 21px; }
  .home-hero-card { padding: 26px 18px; border-radius: 28px; }
  .home-hero-card img { width: 170px; }
  .service-grid, .cn-card-grid, .values-grid-cn, .shop-guide-grid-cn { grid-template-columns: 1fr; }
  .post-card { grid-template-columns: 1fr; padding: 0; overflow: hidden; }
  .post-cover { border-radius: 0; }
  .post-card-body { padding: 18px; }
  .article-list-row { grid-template-columns: 1fr; }
  .article-list-row > span { width: 32px; height: 32px; }
  .archive-month-block { grid-template-columns: 1fr; }
  .archive-month-block h3 { position: static; width: auto; height: auto; padding: 10px 14px; border-radius: 999px; display: inline-flex; justify-content: center; }
  .kb-search-panel { align-items: stretch; flex-direction: column; border-radius: 20px; }
  .kb-search div { flex-direction: column; }
  .support-grid { grid-template-columns: 1fr; }
  .shop-embed-cn { padding: 12px; border-radius: 20px; }
}

/* v1.2.1 中文版：字号收敛、侧边栏、小部件、搜索结果与备案 */
:root {
  --halo-search-widget-base-font-size: 15px;
  --halo-search-widget-base-font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", Arial, sans-serif;
  --halo-search-widget-base-rounded: 16px;
  --halo-search-widget-base-bg-color: #FFFDF8;
  --halo-search-widget-primary-color: var(--tyy-primary);
  --halo-search-widget-muted-color: var(--tyy-muted);
  --halo-search-widget-content-color: var(--tyy-ink);
  --halo-search-widget-modal-bg-color: #FFFDF8;
  --halo-search-widget-modal-layer-color: rgba(46, 36, 26, .45);
  --halo-search-widget-hit-bg-color: #FFFFFF;
  --halo-search-widget-divider-color: var(--tyy-line);
}
body { font-size: 15px; line-height: 1.78; }
.site-notice, .top-notice { font-size: 13px; }
.header-inner { height: 72px; }
.brand-logo, .footer-brand img { width: 48px; height: 48px; }
.brand-copy strong, .footer-brand strong { font-size: 19px; }
.site-nav a { font-size: 14px; padding: 8px 12px; }
.btn { min-height: 40px; padding: 9px 18px; font-size: 14px; }
.section { padding: 62px 0; }
.section-title h2, .section-title-row h2 { font-size: clamp(23px, 3vw, 32px); letter-spacing: -.01em; }
.home-hero-grid { min-height: 500px; padding: 58px 0; }
.home-hero-copy h1 { font-size: clamp(30px, 4.9vw, 52px); line-height: 1.18; }
.home-hero-copy > p { font-size: 16px; line-height: 1.82; }
.home-stat-row strong, .home-stats strong { font-size: 22px; }
.home-module-card h3 { font-size: 22px; }
.home-hero-card h2 { font-size: 24px; }
.service-card h3, .values-grid-cn h2, .shop-guide-grid-cn h2, .gateway-card h3, .faq-grid h3 { font-size: 18px; }
.shop-band h2, .shop-home-band h2 { font-size: clamp(24px, 3vw, 36px); }
.kb-landing h1, .kb-landing-hero h1, .page-head-cn h1, .shop-page-head h1, .shop-hero-cn h1 { font-size: clamp(28px, 3.6vw, 42px); letter-spacing: -.02em; }
.kb-landing p, .kb-landing-hero p, .page-head-cn p, .shop-hero-cn p { font-size: 15.5px; }
.kb-topic-title h3, .topic-title span { font-size: 21px; }
.archive-year-card h2, .archive-year { font-size: 26px; }
.article-head-cn { padding-top: 56px; }
.article-head-cn h1 { font-size: clamp(29px, 4.2vw, 46px); line-height: 1.22; letter-spacing: -.025em; }
.article-excerpt { font-size: 16px; }
.article-content-cn { font-size: 15.5px; padding: 30px; }
.article-content-cn h2 { font-size: 24px; }
.article-content-cn h3 { font-size: 20px; }
.contact-card h2, .contact-card-cn h2 { font-size: 26px; }
.gateway-main-cn h2 { font-size: 27px; }
.author-card-cn h1 { font-size: 34px; }
.error-card h1 { font-size: 52px; }

.kb-real-search { position: relative; }
.kb-real-search button { flex: 0 0 auto; min-height: 36px; padding: 0 16px; border: 0; border-radius: 999px; background: var(--tyy-ink); color: #fff; font-weight: 800; cursor: pointer; }
.kb-real-search button:hover { background: var(--tyy-primary-dark); }
.kb-search-tip { margin-top: 12px !important; font-size: 13px !important; color: var(--tyy-muted); }
.kb-search-results[hidden] { display: none; }
.kb-search-results { padding: 28px 0 10px; background: #FFFDF8; border-bottom: 1px solid var(--tyy-line); }
.kb-search-results-inner { padding: 20px; border-radius: var(--tyy-radius-lg); background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.kb-search-result-head { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 14px; }
.kb-search-result-head strong { font-size: 17px; }
.kb-search-result-head button { border: 0; background: var(--tyy-accent); color: var(--tyy-primary-dark); border-radius: 999px; padding: 7px 12px; font-weight: 800; cursor: pointer; }
.kb-result-list { display: grid; gap: 10px; max-height: 520px; overflow: auto; padding-right: 4px; }
.kb-result-item { display: grid; grid-template-columns: 48px minmax(0,1fr) auto; align-items: center; gap: 14px; padding: 14px 16px; border: 1px solid var(--tyy-line); border-radius: 16px; background: #FFFDF8; }
.kb-result-item[hidden] { display: none; }
.kb-result-item:hover { background: #FFF7EA; transform: translateY(-1px); }
.kb-result-item > span { display: inline-grid; place-items: center; min-width: 42px; height: 28px; padding: 0 8px; border-radius: 999px; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-size: 12px; font-weight: 850; }
.kb-result-item h3 { margin: 0; font-size: 17px; line-height: 1.45; }
.kb-result-item p { margin: 4px 0 0; color: var(--tyy-muted); font-size: 13px; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.kb-result-item em { color: var(--tyy-primary-dark); font-style: normal; font-size: 13px; font-weight: 800; white-space: nowrap; }
.kb-search-empty { padding: 22px; border-radius: 18px; background: #FFF8ED; text-align: center; }
.kb-search-empty[hidden] { display: none; }
.kb-search-empty h3 { margin: 0 0 6px; font-size: 18px; }
.kb-search-empty p { margin: 0; color: var(--tyy-muted); }

.kb-page-layout { display: grid; grid-template-columns: minmax(0,1fr) 300px; gap: 28px; align-items: start; }
.kb-page-main, .archive-main { min-width: 0; }
.page-sidebar { position: sticky; top: 100px; display: grid; gap: 14px; }
.article-aside-cn .sidebar-widget { margin-top: 14px; }
.sidebar-widget { padding: 18px; border-radius: 18px; background: #fff; border: 1px solid var(--tyy-line); box-shadow: var(--tyy-shadow-soft); }
.sidebar-widget h2 { margin: 0 0 10px; font-size: 17px; line-height: 1.35; }
.sidebar-widget p { margin: 0; color: var(--tyy-muted); font-size: 13px; }
.sidebar-profile { text-align: center; }
.sidebar-profile img { width: 82px; height: 82px; margin: 0 auto 10px; border-radius: 50%; object-fit: contain; background: #fff; box-shadow: 0 6px 18px rgba(68,42,20,.10); }
.sidebar-profile h2 { margin-bottom: 4px; }
.sidebar-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 14px; }
.sidebar-stats span { padding: 9px 6px; border-radius: 12px; background: var(--tyy-accent); }
.sidebar-stats b { display: block; color: var(--tyy-primary-dark); font-size: 17px; line-height: 1.2; }
.sidebar-stats em { display: block; color: var(--tyy-muted); font-style: normal; font-size: 12px; }
.sidebar-search { display: flex; gap: 8px; }
.sidebar-search input { min-width: 0; width: 100%; height: 36px; border: 1px solid var(--tyy-line); border-radius: 999px; padding: 0 12px; outline: 0; background: #FFFDF8; }
.sidebar-search button, .sidebar-search-open, .sidebar-notice-card a, .sidebar-shop-card a { display: inline-flex; justify-content: center; align-items: center; min-height: 36px; padding: 0 12px; border: 0; border-radius: 999px; background: var(--tyy-primary); color: #fff; font-weight: 800; cursor: pointer; white-space: nowrap; }
.sidebar-search button:hover, .sidebar-search-open:hover, .sidebar-notice-card a:hover, .sidebar-shop-card a:hover { background: var(--tyy-primary-dark); color: #fff; }
.sidebar-search-open { width: 100%; margin-top: 10px; background: var(--tyy-ink); }
.sidebar-notice-card { background: linear-gradient(135deg, #FFF8ED, #FFFFFF); }
.sidebar-notice-card a, .sidebar-shop-card a { margin-top: 12px; width: 100%; }
.sidebar-widget-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; margin-bottom: 8px; }
.sidebar-widget-head h2 { margin: 0; }
.sidebar-widget-head a { color: var(--tyy-primary-dark); font-size: 13px; font-weight: 800; }
.sidebar-latest ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.sidebar-latest li { padding-bottom: 10px; border-bottom: 1px solid var(--tyy-line); }
.sidebar-latest li:last-child { padding-bottom: 0; border-bottom: 0; }
.sidebar-latest a { display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-weight: 750; line-height: 1.5; }
.sidebar-latest span { display: block; margin-top: 3px; color: var(--tyy-muted); font-size: 12px; }
.sidebar-categories .category-children { gap: 8px; }
.sidebar-categories .category-tree-item { padding: 10px; border-radius: 12px; box-shadow: none; }
.sidebar-categories .category-node { font-size: 13px; }
.sidebar-categories .category-node em, .sidebar-categories .category-tree-item p { display: none; }
.sidebar-tag-list { display: flex; flex-wrap: wrap; gap: 8px; }
.sidebar-tag-list a { display: inline-flex; align-items: center; gap: 5px; padding: 5px 9px; border-radius: 999px; background: var(--tyy-accent); color: var(--tyy-primary-dark); font-size: 12px; font-weight: 800; }
.sidebar-tag-list em { color: var(--tyy-muted); font-style: normal; font-weight: 700; }
.sidebar-shop-card { background: linear-gradient(135deg, #38271C, #81532D); color: #fff; }
.sidebar-shop-card h2 { color: #fff; }
.sidebar-shop-card p { color: rgba(255,248,237,.82); }
.sidebar-shop-card a { background: #fff; color: var(--tyy-primary-dark); }
.sidebar-empty { margin: 0; color: var(--tyy-muted); }

.footer-records { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px 18px; padding: 14px 0; border-top: 1px solid rgba(255,255,255,.10); color: rgba(255,248,237,.66); font-size: 13px; }
.footer-records a { display: inline-flex; align-items: center; gap: 6px; color: rgba(255,248,237,.72); }
.footer-records a:hover { color: #fff; }
.footer-records img { width: 16px; height: 16px; }
.compact-footer .footer-records { border-top: 0; }

@media (max-width: 1080px) {
  .kb-page-layout { grid-template-columns: 1fr; }
  .page-sidebar { position: static; grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 860px) {
  .header-inner { height: 66px; }
  .site-nav { top: 104px; }
  .section { padding: 50px 0; }
  .home-hero-copy h1 { font-size: clamp(28px, 8vw, 42px); }
  .kb-search-panel.kb-real-search { align-items: stretch; flex-direction: column; border-radius: 20px; }
  .kb-result-item { grid-template-columns: 1fr; align-items: start; }
  .kb-result-item > span { width: max-content; }
  .page-sidebar { grid-template-columns: 1fr; }
  .article-aside-cn .sidebar-profile, .article-aside-cn .sidebar-categories { display: none; }
}
@media (max-width: 620px) {
  body { font-size: 14.5px; }
  .kb-landing h1, .kb-landing-hero h1, .page-head-cn h1, .shop-page-head h1, .shop-hero-cn h1 { font-size: clamp(25px, 8vw, 34px); }
  .article-head-cn h1 { font-size: clamp(26px, 8vw, 36px); }
  .article-content-cn { padding: 22px 18px; font-size: 15px; }
  .article-content-cn h2 { font-size: 22px; }
  .article-content-cn h3 { font-size: 19px; }
  .footer-records { justify-content: flex-start; }
}
