.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .meta-row {
display:flex;gap:16px;align-items:center;padding-bottom:24px
}
.entry-content .meta-row span {
font-size:13px;color:#8A9BAE
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .cta-section {
padding-left:48px;padding-right:48px
}
}
@media(max-width:768px) {
.entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .meta-row {
flex-wrap:wrap
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;

  line-height:1.42;

  color:#001F3F;

  font-weight:800;

  margin:48px 0 18px;

  padding-top:4px;

  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;

  line-height:1.5;

  color:#001F3F;

  font-weight:800;

  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;

  line-height:1.9;

  color:#25364A;

  letter-spacing:.01em;

  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;

  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;

  border-collapse:separate;

  border-spacing:0;

  margin:28px 0 36px;

  font-size:15px;

  color:#25364A;

  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;

  overflow-x:auto;

  border:1px solid #E0E6EF;

  border-radius:14px;

  margin:28px 0 36px;

  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;
}
.entry-content .body-content th {
background:#001F3F;

  color:#FFFFFF;

  font-size:14px;

  line-height:1.55;

  font-weight:700;

  text-align:left;

  padding:14px 16px;

  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;

  line-height:1.7;

  padding:14px 16px;

  border-bottom:1px solid #E6E8ED;

  vertical-align:top;

  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;

  background:#121724;

  color:#EAF0FF;

  border-radius:14px;

  padding:22px 24px;

  overflow-x:auto;

  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;

  font-size:14px;

  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .body-content .table-wrap {
width: 100%;

  overflow-x: visible;

  border: 1px solid #E0E6EF;

  border-radius: 14px;

  margin: 28px 0 36px;

  background: #fff;
}
.entry-content .body-content .table-wrap table {
display: table !important;

  width: 100% !important;

  min-width: 0 !important;

  table-layout: fixed;

  border-collapse: separate;

  border-spacing: 0;

  margin: 0 !important;

  white-space: normal !important;
}
.entry-content .body-content .table-wrap th, .entry-content .body-content .table-wrap td {
width: auto !important;

  white-space: normal !important;

  word-break: break-word;

  overflow-wrap: anywhere;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:first-child, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:first-child {
width: 28% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:nth-child(2), .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:nth-child(2) {
width: 72% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(3):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(3):last-child) td {
width: 33.33% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(4):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(4):last-child) td {
width: 25% !important;
}
@media (max-width: 760px) {
.entry-content .body-content .table-wrap {
overflow-x: auto;
}
.entry-content .body-content .table-wrap table {
min-width: 640px !important;
}
}
.entry-content .header-logo .en, .entry-content .header-logo .cn, .entry-content .header-nav a, .entry-content .header-cta, .entry-content .meta-row, .entry-content .body-content h2, .entry-content .body-content h3, .entry-content .cta-content h2, .entry-content .cta-btn, .entry-content .footer-logo .en, .entry-content .footer-logo .cn, .entry-content .footer-copy, .entry-content .footer-links, .entry-content figcaption {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.entry-content .body-content p, .entry-content .body-content li, .entry-content .body-content blockquote, .entry-content .body-content .blockquote .text, .entry-content .drop-cap {
font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #25364A;
}
.entry-content .body-content p {
margin: 0 0 20px;
}
.entry-content .body-content h2 {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 26px;
  line-height: 1.42;
  color: #001F3F;
  font-weight: 800;
  margin: 48px 0 18px;
  letter-spacing: -0.01em;
}
.entry-content .body-content h3 {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #001F3F;
  font-weight: 800;
  margin: 34px 0 14px;
}
.entry-content .drop-cap {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
.entry-content .body-content p, .entry-content .body-content li, .entry-content .body-content blockquote, .entry-content .body-content .blockquote .text, .entry-content .drop-cap {
font-size: 15px;
    line-height: 1.8;
}
}
.entry-content figure {
margin: 28px 0;
}
.entry-content figure img {
border-radius: 12px;
}
.entry-content figcaption {
font-size: 13px; color: #5A6B7D; text-align: center; margin-top: 10px;
}
.entry-content :root {
--luxe-gold:#d4af37;--luxe-gold-deep:#a8842c;--luxe-ink:#18181b;--luxe-zinc:#71717a;--luxe-paper:#fafafa;
}
.entry-content .meta-row {
color:var(--luxe-zinc)!important;letter-spacing:.05em;
}
.entry-content .body-content p.drop-cap::first-letter {
font-family:'Cinzel','Noto Serif SC','Songti SC',serif;
  font-size:3.4em;float:left;line-height:.82;color:var(--luxe-gold);
  font-weight:700;margin:6px 12px 0 0;
}
.entry-content .body-content .blockquote {
background:#fbf8ef!important;border:1px solid rgba(212,175,55,.25);border-radius:4px;gap:14px;
}
.entry-content .body-content .blockquote .line {
background:var(--luxe-gold)!important;
}
.entry-content .body-content .blockquote .text p {
font-family:'Noto Serif SC','Songti SC','STSong',serif!important;color:#3f3f46!important;
}
.entry-content .body-content .blockquote .text strong {
color:var(--luxe-ink);
}
.entry-content .body-content .blockquote .text em {
color:var(--luxe-zinc);
}
.entry-content .article-divider {
background:#e6dcc2!important;height:1px!important;overflow:visible;position:relative;
  margin:50px 0!important;border:none;
}
.entry-content .article-divider::after {
content:'';position:absolute;left:50%;top:50%;width:8px;height:8px;
  background:var(--luxe-gold);transform:translate(-50%,-50%) rotate(45deg);
}
.entry-content .body-content .table-wrap th {
background:var(--luxe-ink)!important;color:#fafafa!important;letter-spacing:.03em;
}
.entry-content .body-content .table-wrap td {
color:#3f3f46!important;
}
.entry-content .body-content .table-wrap tr:nth-child(odd) td {
background:#faf6ec!important;
}
.entry-content .body-content .table-wrap tr:nth-child(even) td {
background:#fff!important;
}
.entry-content .body-content figure img {
border-radius:4px;box-shadow:0 18px 42px -20px rgba(24,24,27,.4);
}
.entry-content .body-content figcaption {
font-family:'Italiana','Noto Serif SC','Songti SC',serif!important;
  color:var(--luxe-zinc)!important;font-style:italic;letter-spacing:.05em;
}
.entry-content .body-content a {
color:var(--luxe-gold-deep)!important;border-bottom-color:rgba(212,175,55,.5)!important;
}
.entry-content .body-content a:hover {
color:var(--luxe-ink)!important;border-bottom-color:var(--luxe-gold)!important;
}
.entry-content .cta-section {
background:#f7f1e2!important;
}
.entry-content .cta-content h2 {
font-family:'Cinzel','Noto Serif SC','Songti SC',serif!important;color:var(--luxe-ink)!important;
}
.entry-content .cta-content p {
color:#5a5346!important;
}
.entry-content .cta-btn {
background:var(--luxe-ink)!important;color:var(--luxe-gold)!important;border:1px solid var(--luxe-gold)!important;
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:var(--luxe-gold-deep)!important;border:1px solid rgba(212,175,55,.6)!important;
}
@media (max-width:768px) {
.entry-content .body-content p.drop-cap::first-letter {
font-size:3em;
}
}
.entry-content .article-nav {
display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e6dcc2;
}
.entry-content .article-nav a {
text-decoration: none;
  color: #3f3f46;
  transition: color .2s ease;
}
.entry-content .article-nav a:hover {
color: #a8842c;
}
.entry-content .nav-prev, .entry-content .nav-next {
display: flex; flex-direction: column; gap: 4px;
}
.entry-content .nav-prev {
text-align: left;
}
.entry-content .nav-next {
text-align: right;
}
.entry-content .nav-disabled {
font-size: 13px;
  color: #a1a1aa;
  display: flex;
  align-items: center;
}
.entry-content .nav-prev .nav-disabled {
justify-content: flex-start;
}
.entry-content .nav-next .nav-disabled {
justify-content: flex-end;
}
.entry-content .nav-index {
align-self: center;
  background: rgba(212,175,55,.14);
  color: #a8842c !important;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  white-space: nowrap;
  border: 1px solid rgba(212,175,55,.35);
}
.entry-content .nav-index:hover {
background: rgba(212,175,55,.22); color: #8a6c20 !important;
}
.entry-content .nav-label {
display: block;
  font-size: 12px;
  color: #a8842c;
  font-weight: 600;
  letter-spacing: .02em;
}
.entry-content .nav-title {
font-size: 14px;
  font-weight: 600;
  color: #18181b;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
.entry-content .article-nav {
grid-template-columns: 1fr; gap: 18px;
}
.entry-content .nav-prev, .entry-content .nav-next {
text-align: center;
}
.entry-content .nav-prev .nav-disabled, .entry-content .nav-next .nav-disabled {
justify-content: center;
}
.entry-content .nav-index {
justify-self: center;
}
}
.entry-content .zy-cta {
max-width:860px;margin:34px auto 8px;padding:26px 26px 22px;border-radius:18px;background:#001F3F;color:#EDE7D8;font-family:"Microsoft YaHei","PingFang SC",sans-serif
}
.entry-content .zy-cta .t {
font-size:20px;font-weight:700;color:#fff;margin-bottom:4px
}
.entry-content .zy-cta .s {
font-size:13px;color:rgba(237,231,216,.7);margin-bottom:16px
}
.entry-content .zy-cta .row {
display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.entry-content .zy-cta .card {
display:block;background:rgba(255,255,255,.06);border:1px solid rgba(237,231,216,.18);border-radius:12px;padding:13px 15px;text-decoration:none!important;color:#EDE7D8!important;transition:all .2s
}
.entry-content .zy-cta .card:hover {
background:rgba(201,162,75,.14);border-color:rgba(201,162,75,.5)
}
.entry-content .zy-cta .card b {
display:block;font-size:14px;color:#fff;margin-bottom:3px
}
.entry-content .zy-cta .card span {
font-size:12px;color:rgba(237,231,216,.65)
}
.entry-content .zy-cta .card em {
font-style:normal;color:#C9A24B;font-weight:700
}
.entry-content .zy-cta .full {
grid-column:1/-1;text-align:center;margin-top:12px;font-size:13px;color:rgba(237,231,216,.72)
}
.entry-content .zy-cta .full a {
color:#C9A24B;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,162,75,.4)
}
@media (max-width:640px) {
.entry-content .zy-cta .row {
grid-template-columns:1fr
}
}
.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .meta-row {
display:flex;gap:16px;align-items:center;padding-bottom:24px
}
.entry-content .meta-row span {
font-size:13px;color:#8A9BAE
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .cta-section {
padding-left:48px;padding-right:48px
}
}
@media(max-width:768px) {
.entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .meta-row {
flex-wrap:wrap
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;

  line-height:1.42;

  color:#001F3F;

  font-weight:800;

  margin:48px 0 18px;

  padding-top:4px;

  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;

  line-height:1.5;

  color:#001F3F;

  font-weight:800;

  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;

  line-height:1.9;

  color:#25364A;

  letter-spacing:.01em;

  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;

  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;

  border-collapse:separate;

  border-spacing:0;

  margin:28px 0 36px;

  font-size:15px;

  color:#25364A;

  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;

  overflow-x:auto;

  border:1px solid #E0E6EF;

  border-radius:14px;

  margin:28px 0 36px;

  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;
}
.entry-content .body-content th {
background:#001F3F;

  color:#FFFFFF;

  font-size:14px;

  line-height:1.55;

  font-weight:700;

  text-align:left;

  padding:14px 16px;

  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;

  line-height:1.7;

  padding:14px 16px;

  border-bottom:1px solid #E6E8ED;

  vertical-align:top;

  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;

  background:#121724;

  color:#EAF0FF;

  border-radius:14px;

  padding:22px 24px;

  overflow-x:auto;

  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;

  font-size:14px;

  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .body-content .table-wrap {
width: 100%;

  overflow-x: visible;

  border: 1px solid #E0E6EF;

  border-radius: 14px;

  margin: 28px 0 36px;

  background: #fff;
}
.entry-content .body-content .table-wrap table {
display: table !important;

  width: 100% !important;

  min-width: 0 !important;

  table-layout: fixed;

  border-collapse: separate;

  border-spacing: 0;

  margin: 0 !important;

  white-space: normal !important;
}
.entry-content .body-content .table-wrap th, .entry-content .body-content .table-wrap td {
width: auto !important;

  white-space: normal !important;

  word-break: break-word;

  overflow-wrap: anywhere;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:first-child, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:first-child {
width: 28% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:nth-child(2), .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:nth-child(2) {
width: 72% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(3):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(3):last-child) td {
width: 33.33% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(4):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(4):last-child) td {
width: 25% !important;
}
@media (max-width: 760px) {
.entry-content .body-content .table-wrap {
overflow-x: auto;
}
.entry-content .body-content .table-wrap table {
min-width: 640px !important;
}
}
.entry-content .header-logo .en, .entry-content .header-logo .cn, .entry-content .header-nav a, .entry-content .header-cta, .entry-content .meta-row, .entry-content .body-content h2, .entry-content .body-content h3, .entry-content .cta-content h2, .entry-content .cta-btn, .entry-content .footer-logo .en, .entry-content .footer-logo .cn, .entry-content .footer-copy, .entry-content .footer-links, .entry-content figcaption {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.entry-content .body-content p, .entry-content .body-content li, .entry-content .body-content blockquote, .entry-content .body-content .blockquote .text, .entry-content .drop-cap {
font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #25364A;
}
.entry-content .body-content p {
margin: 0 0 20px;
}
.entry-content .body-content h2 {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 26px;
  line-height: 1.42;
  color: #001F3F;
  font-weight: 800;
  margin: 48px 0 18px;
  letter-spacing: -0.01em;
}
.entry-content .body-content h3 {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #001F3F;
  font-weight: 800;
  margin: 34px 0 14px;
}
.entry-content .drop-cap {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
.entry-content .body-content p, .entry-content .body-content li, .entry-content .body-content blockquote, .entry-content .body-content .blockquote .text, .entry-content .drop-cap {
font-size: 15px;
    line-height: 1.8;
}
}
.entry-content figure {
margin: 28px 0;
}
.entry-content figure img {
border-radius: 12px;
}
.entry-content figcaption {
font-size: 13px; color: #5A6B7D; text-align: center; margin-top: 10px;
}
.entry-content :root {
--luxe-gold:#d4af37;--luxe-gold-deep:#a8842c;--luxe-ink:#18181b;--luxe-zinc:#71717a;--luxe-paper:#fafafa;
}
.entry-content .meta-row {
color:var(--luxe-zinc)!important;letter-spacing:.05em;
}
.entry-content .body-content p.drop-cap::first-letter {
font-family:'Cinzel','Noto Serif SC','Songti SC',serif;
  font-size:3.4em;float:left;line-height:.82;color:var(--luxe-gold);
  font-weight:700;margin:6px 12px 0 0;
}
.entry-content .body-content .blockquote {
background:#fbf8ef!important;border:1px solid rgba(212,175,55,.25);border-radius:4px;gap:14px;
}
.entry-content .body-content .blockquote .line {
background:var(--luxe-gold)!important;
}
.entry-content .body-content .blockquote .text p {
font-family:'Noto Serif SC','Songti SC','STSong',serif!important;color:#3f3f46!important;
}
.entry-content .body-content .blockquote .text strong {
color:var(--luxe-ink);
}
.entry-content .body-content .blockquote .text em {
color:var(--luxe-zinc);
}
.entry-content .article-divider {
background:#e6dcc2!important;height:1px!important;overflow:visible;position:relative;
  margin:50px 0!important;border:none;
}
.entry-content .article-divider::after {
content:'';position:absolute;left:50%;top:50%;width:8px;height:8px;
  background:var(--luxe-gold);transform:translate(-50%,-50%) rotate(45deg);
}
.entry-content .body-content .table-wrap th {
background:var(--luxe-ink)!important;color:#fafafa!important;letter-spacing:.03em;
}
.entry-content .body-content .table-wrap td {
color:#3f3f46!important;
}
.entry-content .body-content .table-wrap tr:nth-child(odd) td {
background:#faf6ec!important;
}
.entry-content .body-content .table-wrap tr:nth-child(even) td {
background:#fff!important;
}
.entry-content .body-content figure img {
border-radius:4px;box-shadow:0 18px 42px -20px rgba(24,24,27,.4);
}
.entry-content .body-content figcaption {
font-family:'Italiana','Noto Serif SC','Songti SC',serif!important;
  color:var(--luxe-zinc)!important;font-style:italic;letter-spacing:.05em;
}
.entry-content .body-content a {
color:var(--luxe-gold-deep)!important;border-bottom-color:rgba(212,175,55,.5)!important;
}
.entry-content .body-content a:hover {
color:var(--luxe-ink)!important;border-bottom-color:var(--luxe-gold)!important;
}
.entry-content .cta-section {
background:#f7f1e2!important;
}
.entry-content .cta-content h2 {
font-family:'Cinzel','Noto Serif SC','Songti SC',serif!important;color:var(--luxe-ink)!important;
}
.entry-content .cta-content p {
color:#5a5346!important;
}
.entry-content .cta-btn {
background:var(--luxe-ink)!important;color:var(--luxe-gold)!important;border:1px solid var(--luxe-gold)!important;
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:var(--luxe-gold-deep)!important;border:1px solid rgba(212,175,55,.6)!important;
}
@media (max-width:768px) {
.entry-content .body-content p.drop-cap::first-letter {
font-size:3em;
}
}
.entry-content .article-nav {
display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e6dcc2;
}
.entry-content .article-nav a {
text-decoration: none;
  color: #3f3f46;
  transition: color .2s ease;
}
.entry-content .article-nav a:hover {
color: #a8842c;
}
.entry-content .nav-prev, .entry-content .nav-next {
display: flex; flex-direction: column; gap: 4px;
}
.entry-content .nav-prev {
text-align: left;
}
.entry-content .nav-next {
text-align: right;
}
.entry-content .nav-disabled {
font-size: 13px;
  color: #a1a1aa;
  display: flex;
  align-items: center;
}
.entry-content .nav-prev .nav-disabled {
justify-content: flex-start;
}
.entry-content .nav-next .nav-disabled {
justify-content: flex-end;
}
.entry-content .nav-index {
align-self: center;
  background: rgba(212,175,55,.14);
  color: #a8842c !important;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  white-space: nowrap;
  border: 1px solid rgba(212,175,55,.35);
}
.entry-content .nav-index:hover {
background: rgba(212,175,55,.22); color: #8a6c20 !important;
}
.entry-content .nav-label {
display: block;
  font-size: 12px;
  color: #a8842c;
  font-weight: 600;
  letter-spacing: .02em;
}
.entry-content .nav-title {
font-size: 14px;
  font-weight: 600;
  color: #18181b;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
.entry-content .article-nav {
grid-template-columns: 1fr; gap: 18px;
}
.entry-content .nav-prev, .entry-content .nav-next {
text-align: center;
}
.entry-content .nav-prev .nav-disabled, .entry-content .nav-next .nav-disabled {
justify-content: center;
}
.entry-content .nav-index {
justify-self: center;
}
}
.entry-content .zy-cta {
max-width:860px;margin:34px auto 8px;padding:26px 26px 22px;border-radius:18px;background:#001F3F;color:#EDE7D8;font-family:"Microsoft YaHei","PingFang SC",sans-serif
}
.entry-content .zy-cta .t {
font-size:20px;font-weight:700;color:#fff;margin-bottom:4px
}
.entry-content .zy-cta .s {
font-size:13px;color:rgba(237,231,216,.7);margin-bottom:16px
}
.entry-content .zy-cta .row {
display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.entry-content .zy-cta .card {
display:block;background:rgba(255,255,255,.06);border:1px solid rgba(237,231,216,.18);border-radius:12px;padding:13px 15px;text-decoration:none!important;color:#EDE7D8!important;transition:all .2s
}
.entry-content .zy-cta .card:hover {
background:rgba(201,162,75,.14);border-color:rgba(201,162,75,.5)
}
.entry-content .zy-cta .card b {
display:block;font-size:14px;color:#fff;margin-bottom:3px
}
.entry-content .zy-cta .card span {
font-size:12px;color:rgba(237,231,216,.65)
}
.entry-content .zy-cta .card em {
font-style:normal;color:#C9A24B;font-weight:700
}
.entry-content .zy-cta .full {
grid-column:1/-1;text-align:center;margin-top:12px;font-size:13px;color:rgba(237,231,216,.72)
}
.entry-content .zy-cta .full a {
color:#C9A24B;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,162,75,.4)
}
@media (max-width:640px) {
.entry-content .zy-cta .row {
grid-template-columns:1fr
}
}
.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .meta-row {
display:flex;gap:16px;align-items:center;padding-bottom:24px
}
.entry-content .meta-row span {
font-size:13px;color:#8A9BAE
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .table-wrap th:nth-child(1), .entry-content .table-wrap td:nth-child(1) {
width:180px
}
.entry-content .table-wrap th:nth-child(2), .entry-content .table-wrap td:nth-child(2) {
width:160px
}
.entry-content .table-wrap th:nth-child(3), .entry-content .table-wrap td:nth-child(3) {
width:240px
}
.entry-content .table-wrap th:nth-child(4), .entry-content .table-wrap td:nth-child(4) {
width:220px
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .cta-section {
padding-left:48px;padding-right:48px
}
}
@media(max-width:768px) {
.entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .meta-row {
flex-wrap:wrap
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;

  line-height:1.42;

  color:#001F3F;

  font-weight:800;

  margin:48px 0 18px;

  padding-top:4px;

  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;

  line-height:1.5;

  color:#001F3F;

  font-weight:800;

  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;

  line-height:1.9;

  color:#25364A;

  letter-spacing:.01em;

  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;

  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;

  border-collapse:separate;

  border-spacing:0;

  margin:28px 0 36px;

  font-size:15px;

  color:#25364A;

  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;

  overflow-x:auto;

  border:1px solid #E0E6EF;

  border-radius:14px;

  margin:28px 0 36px;

  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;min-width:680px
}
.entry-content .body-content th {
background:#001F3F;

  color:#FFFFFF;

  font-size:14px;

  line-height:1.55;

  font-weight:700;

  text-align:left;

  padding:14px 16px;

  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;

  line-height:1.7;

  padding:14px 16px;

  border-bottom:1px solid #E6E8ED;

  vertical-align:top;

  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;

  background:#121724;

  color:#EAF0FF;

  border-radius:14px;

  padding:22px 24px;

  overflow-x:auto;

  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;

  font-size:14px;

  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .zy-cta {
max-width:860px;margin:34px auto 8px;padding:26px 26px 22px;border-radius:18px;background:#001F3F;color:#EDE7D8;font-family:"Microsoft YaHei","PingFang SC",sans-serif
}
.entry-content .zy-cta .t {
font-size:20px;font-weight:700;color:#fff;margin-bottom:4px
}
.entry-content .zy-cta .s {
font-size:13px;color:rgba(237,231,216,.7);margin-bottom:16px
}
.entry-content .zy-cta .row {
display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.entry-content .zy-cta .card {
display:block;background:rgba(255,255,255,.06);border:1px solid rgba(237,231,216,.18);border-radius:12px;padding:13px 15px;text-decoration:none!important;color:#EDE7D8!important;transition:all .2s
}
.entry-content .zy-cta .card:hover {
background:rgba(201,162,75,.14);border-color:rgba(201,162,75,.5)
}
.entry-content .zy-cta .card b {
display:block;font-size:14px;color:#fff;margin-bottom:3px
}
.entry-content .zy-cta .card span {
font-size:12px;color:rgba(237,231,216,.65)
}
.entry-content .zy-cta .card em {
font-style:normal;color:#C9A24B;font-weight:700
}
.entry-content .zy-cta .full {
grid-column:1/-1;text-align:center;margin-top:12px;font-size:13px;color:rgba(237,231,216,.72)
}
.entry-content .zy-cta .full a {
color:#C9A24B;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,162,75,.4)
}
@media (max-width:640px) {
.entry-content .zy-cta .row {
grid-template-columns:1fr
}
}
.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .meta-row {
display:flex;gap:16px;align-items:center;padding-bottom:24px
}
.entry-content .meta-row span {
font-size:13px;color:#8A9BAE
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .cta-section {
padding-left:48px;padding-right:48px
}
}
@media(max-width:768px) {
.entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .meta-row {
flex-wrap:wrap
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;

  line-height:1.42;

  color:#001F3F;

  font-weight:800;

  margin:48px 0 18px;

  padding-top:4px;

  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;

  line-height:1.5;

  color:#001F3F;

  font-weight:800;

  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;

  line-height:1.9;

  color:#25364A;

  letter-spacing:.01em;

  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;

  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;

  border-collapse:separate;

  border-spacing:0;

  margin:28px 0 36px;

  font-size:15px;

  color:#25364A;

  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;

  overflow-x:auto;

  border:1px solid #E0E6EF;

  border-radius:14px;

  margin:28px 0 36px;

  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;
}
.entry-content .body-content th {
background:#001F3F;

  color:#FFFFFF;

  font-size:14px;

  line-height:1.55;

  font-weight:700;

  text-align:left;

  padding:14px 16px;

  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;

  line-height:1.7;

  padding:14px 16px;

  border-bottom:1px solid #E6E8ED;

  vertical-align:top;

  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;

  background:#121724;

  color:#EAF0FF;

  border-radius:14px;

  padding:22px 24px;

  overflow-x:auto;

  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;

  font-size:14px;

  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .body-content .table-wrap {
width: 100%;

  overflow-x: visible;

  border: 1px solid #E0E6EF;

  border-radius: 14px;

  margin: 28px 0 36px;

  background: #fff;
}
.entry-content .body-content .table-wrap table {
display: table !important;

  width: 100% !important;

  min-width: 0 !important;

  table-layout: fixed;

  border-collapse: separate;

  border-spacing: 0;

  margin: 0 !important;

  white-space: normal !important;
}
.entry-content .body-content .table-wrap th, .entry-content .body-content .table-wrap td {
width: auto !important;

  white-space: normal !important;

  word-break: break-word;

  overflow-wrap: anywhere;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:first-child, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:first-child {
width: 28% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:nth-child(2), .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:nth-child(2) {
width: 72% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(3):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(3):last-child) td {
width: 33.33% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(4):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(4):last-child) td {
width: 25% !important;
}
@media (max-width: 760px) {
.entry-content .body-content .table-wrap {
overflow-x: auto;
}
.entry-content .body-content .table-wrap table {
min-width: 640px !important;
}
}
.entry-content .zy-cta {
max-width:860px;margin:34px auto 8px;padding:26px 26px 22px;border-radius:18px;background:#001F3F;color:#EDE7D8;font-family:"Microsoft YaHei","PingFang SC",sans-serif
}
.entry-content .zy-cta .t {
font-size:20px;font-weight:700;color:#fff;margin-bottom:4px
}
.entry-content .zy-cta .s {
font-size:13px;color:rgba(237,231,216,.7);margin-bottom:16px
}
.entry-content .zy-cta .row {
display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.entry-content .zy-cta .card {
display:block;background:rgba(255,255,255,.06);border:1px solid rgba(237,231,216,.18);border-radius:12px;padding:13px 15px;text-decoration:none!important;color:#EDE7D8!important;transition:all .2s
}
.entry-content .zy-cta .card:hover {
background:rgba(201,162,75,.14);border-color:rgba(201,162,75,.5)
}
.entry-content .zy-cta .card b {
display:block;font-size:14px;color:#fff;margin-bottom:3px
}
.entry-content .zy-cta .card span {
font-size:12px;color:rgba(237,231,216,.65)
}
.entry-content .zy-cta .card em {
font-style:normal;color:#C9A24B;font-weight:700
}
.entry-content .zy-cta .full {
grid-column:1/-1;text-align:center;margin-top:12px;font-size:13px;color:rgba(237,231,216,.72)
}
.entry-content .zy-cta .full a {
color:#C9A24B;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,162,75,.4)
}
@media (max-width:640px) {
.entry-content .zy-cta .row {
grid-template-columns:1fr
}
}
.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .meta-row {
display:flex;gap:16px;align-items:center;padding-bottom:24px
}
.entry-content .meta-row span {
font-size:13px;color:#8A9BAE
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .table-wrap th:nth-child(1), .entry-content .table-wrap td:nth-child(1) {
width:180px
}
.entry-content .table-wrap th:nth-child(2), .entry-content .table-wrap td:nth-child(2) {
width:160px
}
.entry-content .table-wrap th:nth-child(3), .entry-content .table-wrap td:nth-child(3) {
width:240px
}
.entry-content .table-wrap th:nth-child(4), .entry-content .table-wrap td:nth-child(4) {
width:220px
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .cta-section {
padding-left:48px;padding-right:48px
}
}
@media(max-width:768px) {
.entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .meta-row {
flex-wrap:wrap
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;

  line-height:1.42;

  color:#001F3F;

  font-weight:800;

  margin:48px 0 18px;

  padding-top:4px;

  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;

  line-height:1.5;

  color:#001F3F;

  font-weight:800;

  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;

  line-height:1.9;

  color:#25364A;

  letter-spacing:.01em;

  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;

  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;

  border-collapse:separate;

  border-spacing:0;

  margin:28px 0 36px;

  font-size:15px;

  color:#25364A;

  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;

  overflow-x:auto;

  border:1px solid #E0E6EF;

  border-radius:14px;

  margin:28px 0 36px;

  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;min-width:680px
}
.entry-content .body-content th {
background:#001F3F;

  color:#FFFFFF;

  font-size:14px;

  line-height:1.55;

  font-weight:700;

  text-align:left;

  padding:14px 16px;

  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;

  line-height:1.7;

  padding:14px 16px;

  border-bottom:1px solid #E6E8ED;

  vertical-align:top;

  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;

  background:#121724;

  color:#EAF0FF;

  border-radius:14px;

  padding:22px 24px;

  overflow-x:auto;

  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;

  font-size:14px;

  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .zy-cta {
max-width:860px;margin:34px auto 8px;padding:26px 26px 22px;border-radius:18px;background:#001F3F;color:#EDE7D8;font-family:"Microsoft YaHei","PingFang SC",sans-serif
}
.entry-content .zy-cta .t {
font-size:20px;font-weight:700;color:#fff;margin-bottom:4px
}
.entry-content .zy-cta .s {
font-size:13px;color:rgba(237,231,216,.7);margin-bottom:16px
}
.entry-content .zy-cta .row {
display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.entry-content .zy-cta .card {
display:block;background:rgba(255,255,255,.06);border:1px solid rgba(237,231,216,.18);border-radius:12px;padding:13px 15px;text-decoration:none!important;color:#EDE7D8!important;transition:all .2s
}
.entry-content .zy-cta .card:hover {
background:rgba(201,162,75,.14);border-color:rgba(201,162,75,.5)
}
.entry-content .zy-cta .card b {
display:block;font-size:14px;color:#fff;margin-bottom:3px
}
.entry-content .zy-cta .card span {
font-size:12px;color:rgba(237,231,216,.65)
}
.entry-content .zy-cta .card em {
font-style:normal;color:#C9A24B;font-weight:700
}
.entry-content .zy-cta .full {
grid-column:1/-1;text-align:center;margin-top:12px;font-size:13px;color:rgba(237,231,216,.72)
}
.entry-content .zy-cta .full a {
color:#C9A24B;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,162,75,.4)
}
@media (max-width:640px) {
.entry-content .zy-cta .row {
grid-template-columns:1fr
}
}
.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .meta-row {
display:flex;gap:16px;align-items:center;padding-bottom:24px
}
.entry-content .meta-row span {
font-size:13px;color:#8A9BAE
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .table-wrap th:nth-child(1), .entry-content .table-wrap td:nth-child(1) {
width:180px
}
.entry-content .table-wrap th:nth-child(2), .entry-content .table-wrap td:nth-child(2) {
width:160px
}
.entry-content .table-wrap th:nth-child(3), .entry-content .table-wrap td:nth-child(3) {
width:240px
}
.entry-content .table-wrap th:nth-child(4), .entry-content .table-wrap td:nth-child(4) {
width:220px
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .cta-section {
padding-left:48px;padding-right:48px
}
}
@media(max-width:768px) {
.entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .meta-row {
flex-wrap:wrap
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;



  line-height:1.42;



  color:#001F3F;



  font-weight:800;



  margin:48px 0 18px;



  padding-top:4px;



  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;



  line-height:1.5;



  color:#001F3F;



  font-weight:800;



  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;



  line-height:1.9;



  color:#25364A;



  letter-spacing:.01em;



  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;



  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;



  padding:22px 26px;



  background:#F7F9FC;



  border-left:5px solid #D4AF37;



  border-radius:14px;



  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;



  color:#001F3F;



  font-size:16.5px;



  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;



  padding:22px 26px;



  background:#F7F9FC;



  border-left:5px solid #D4AF37;



  border-radius:14px;



  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;



  color:#001F3F;



  font-size:16.5px;



  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;



  border-collapse:separate;



  border-spacing:0;



  margin:28px 0 36px;



  font-size:15px;



  color:#25364A;



  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;



  overflow-x:auto;



  border:1px solid #E0E6EF;



  border-radius:14px;



  margin:28px 0 36px;



  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;min-width:680px
}
.entry-content .body-content th {
background:#001F3F;



  color:#FFFFFF;



  font-size:14px;



  line-height:1.55;



  font-weight:700;



  text-align:left;



  padding:14px 16px;



  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;



  line-height:1.7;



  padding:14px 16px;



  border-bottom:1px solid #E6E8ED;



  vertical-align:top;



  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;



  background:#121724;



  color:#EAF0FF;



  border-radius:14px;



  padding:22px 24px;



  overflow-x:auto;



  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;



  font-size:14px;



  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .body-content blockquote:not(:has(p)) {
margin: 4px 0 4px 32px;



  padding: 4px 0 4px 20px;



  background: transparent !important;



  border-left: 3px solid #D4AF37 !important;



  border-radius: 0;



  box-shadow: none !important;



  position: relative;
}
.entry-content .body-content blockquote:not(:has(p))::before {
content: '▸';



  position: absolute;



  left: -26px;



  color: #D4AF37;



  font-size: 13px;



  opacity: 0.6;
}
.entry-content .body-content blockquote:not(:has(p)):nth-child(odd)::before {
content: '▹';
}
.entry-content .body-content blockquote:has(p) {
margin: 28px 0;



  padding: 22px 26px;



  background: #F7F9FC !important;



  border-left: 5px solid #D4AF37 !important;



  border-radius: 14px;



  box-shadow: inset 0 0 0 1px rgba(0,31,63,.04) !important;
}
.entry-content .body-content blockquote:has(p) p {
margin: 0;



  color: #001F3F;



  font-size: 16.5px;



  line-height: 1.85;
}
@media (max-width: 900px) {
.entry-content .body-content blockquote:not(:has(p)) {
margin: 3px 0 3px 24px;



    padding: 3px 0 3px 16px;
}
.entry-content .body-content blockquote:not(:has(p))::before {
left: -20px;
}
}
.entry-content .body-content--componentized {
max-width:860px;margin:0 auto
}
.entry-content .body-content--componentized h2 {
margin:3.2rem 0 1.1rem;padding-top:.4rem;font-size:clamp(1.45rem,2.4vw,2rem);line-height:1.35;color:#001F3F;letter-spacing:-.02em
}
.entry-content .body-content--componentized h3 {
margin:2rem 0 .8rem;font-size:1.18rem;line-height:1.45;color:#12345a
}
.entry-content .body-content--componentized p {
margin:1rem 0;line-height:1.95;color:#243042
}
.entry-content .article-list {
margin:1rem 0 1.4rem;padding-left:1.35rem;line-height:1.9;color:#243042
}
.entry-content .article-list li+li {
margin-top:.35rem
}
.entry-content .article-table-wrap {
margin:1.4rem 0 2rem;overflow-x:auto;border:1px solid rgba(0,31,63,.12);border-radius:18px;background:#fff;box-shadow:0 18px 45px rgba(0,31,63,.07)
}
.entry-content .article-table {
width:100%;min-width:620px;border-collapse:collapse;font-size:.96rem
}
.entry-content .article-table th {
background:linear-gradient(135deg,rgba(0,31,63,.96),rgba(18,52,90,.92));color:#fff;text-align:left;padding:1rem 1.1rem;font-weight:700;white-space:nowrap
}
.entry-content .article-table td {
padding:.95rem 1.1rem;border-top:1px solid rgba(0,31,63,.08);color:#263445;vertical-align:top;line-height:1.75
}
.entry-content .article-table tr:nth-child(even) td {
background:rgba(250,247,239,.55)
}
.entry-content .insight-card {
margin:1.6rem 0;padding:1.2rem 1.35rem;border-left:4px solid #D4AF37;border-radius:16px;background:linear-gradient(135deg,rgba(212,175,55,.13),rgba(255,255,255,.92));box-shadow:0 14px 34px rgba(0,31,63,.06)
}
.entry-content .insight-card p {
margin:0;color:#001F3F;font-weight:650;line-height:1.85
}
.entry-content .copyable-block {
margin:2rem 0 2.4rem;border:1px solid rgba(0,31,63,.13);border-radius:22px;overflow:hidden;background:#fff;box-shadow:0 22px 55px rgba(0,31,63,.10)
}
.entry-content .template-block {
border-color:rgba(212,175,55,.35)
}
.entry-content .prompt-block {
border-color:rgba(0,31,63,.18)
}
.entry-content .example-block {
border-color:rgba(80,96,120,.18)
}
.entry-content .template-header {
display:flex;justify-content:space-between;gap:1.2rem;align-items:flex-start;padding:1.25rem 1.35rem;background:linear-gradient(135deg,rgba(0,31,63,.97),rgba(20,53,88,.94));color:#fff
}
.entry-content .template-header h3 {
margin:.15rem 0 .35rem;color:#fff;font-size:1.15rem
}
.entry-content .template-header p {
margin:0;color:rgba(255,255,255,.78);line-height:1.65
}
.entry-content .template-kicker {
display:inline-flex;align-items:center;margin:0 0 .2rem!important;color:#D4AF37!important;font-size:.78rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase
}
.entry-content .copy-template-btn {
flex:0 0 auto;border:1px solid rgba(212,175,55,.55);border-radius:999px;padding:.62rem .95rem;background:#D4AF37;color:#001F3F;font-weight:800;cursor:pointer;box-shadow:0 10px 22px rgba(0,0,0,.16)
}
.entry-content .copy-template-btn:hover {
filter:brightness(1.04);transform:translateY(-1px)
}
.entry-content .template-content {
margin:0;padding:1.25rem 1.35rem;max-height:620px;overflow:auto;background:#f8fafc;color:#172033;font-size:.92rem;line-height:1.72;white-space:pre-wrap;word-break:break-word
}
.entry-content .template-content code {
font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,"Liberation Mono",monospace
}
@media(max-width:768px) {
.entry-content .body-content--componentized {
max-width:100%
}
.entry-content .template-header {
flex-direction:column
}
.entry-content .copy-template-btn {
width:100%
}
.entry-content .template-content {
max-height:520px;font-size:.86rem
}
.entry-content .article-table {
min-width:100%;table-layout:auto
}
.entry-content .article-table th {
white-space:normal
}
.entry-content .article-table th, .entry-content .article-table td {
padding:.78rem .82rem;font-size:.88rem;word-break:break-word
}
}
@media(max-width:768px) {
.entry-content .article-table {
min-width:0;table-layout:auto
}
.entry-content .article-table th, .entry-content .article-table td {
white-space:normal;word-break:break-word;padding:.78rem .82rem
}
}
.entry-content .zy-cta {
max-width:860px;margin:34px auto 8px;padding:26px 26px 22px;border-radius:18px;background:#001F3F;color:#EDE7D8;font-family:"Microsoft YaHei","PingFang SC",sans-serif
}
.entry-content .zy-cta .t {
font-size:20px;font-weight:700;color:#fff;margin-bottom:4px
}
.entry-content .zy-cta .s {
font-size:13px;color:rgba(237,231,216,.7);margin-bottom:16px
}
.entry-content .zy-cta .row {
display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.entry-content .zy-cta .card {
display:block;background:rgba(255,255,255,.06);border:1px solid rgba(237,231,216,.18);border-radius:12px;padding:13px 15px;text-decoration:none!important;color:#EDE7D8!important;transition:all .2s
}
.entry-content .zy-cta .card:hover {
background:rgba(201,162,75,.14);border-color:rgba(201,162,75,.5)
}
.entry-content .zy-cta .card b {
display:block;font-size:14px;color:#fff;margin-bottom:3px
}
.entry-content .zy-cta .card span {
font-size:12px;color:rgba(237,231,216,.65)
}
.entry-content .zy-cta .card em {
font-style:normal;color:#C9A24B;font-weight:700
}
.entry-content .zy-cta .full {
grid-column:1/-1;text-align:center;margin-top:12px;font-size:13px;color:rgba(237,231,216,.72)
}
.entry-content .zy-cta .full a {
color:#C9A24B;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,162,75,.4)
}
@media (max-width:640px) {
.entry-content .zy-cta .row {
grid-template-columns:1fr
}
}
.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .meta-row {
display:flex;gap:16px;align-items:center;padding-bottom:24px
}
.entry-content .meta-row span {
font-size:13px;color:#8A9BAE
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .cta-section {
padding-left:48px;padding-right:48px
}
}
@media(max-width:768px) {
.entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .meta-row {
flex-wrap:wrap
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;

  line-height:1.42;

  color:#001F3F;

  font-weight:800;

  margin:48px 0 18px;

  padding-top:4px;

  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;

  line-height:1.5;

  color:#001F3F;

  font-weight:800;

  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;

  line-height:1.9;

  color:#25364A;

  letter-spacing:.01em;

  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;

  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;

  border-collapse:separate;

  border-spacing:0;

  margin:28px 0 36px;

  font-size:15px;

  color:#25364A;

  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;

  overflow-x:auto;

  border:1px solid #E0E6EF;

  border-radius:14px;

  margin:28px 0 36px;

  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;
}
.entry-content .body-content th {
background:#001F3F;

  color:#FFFFFF;

  font-size:14px;

  line-height:1.55;

  font-weight:700;

  text-align:left;

  padding:14px 16px;

  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;

  line-height:1.7;

  padding:14px 16px;

  border-bottom:1px solid #E6E8ED;

  vertical-align:top;

  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;

  background:#121724;

  color:#EAF0FF;

  border-radius:14px;

  padding:22px 24px;

  overflow-x:auto;

  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;

  font-size:14px;

  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .body-content .table-wrap {
width: 100%;

  overflow-x: visible;

  border: 1px solid #E0E6EF;

  border-radius: 14px;

  margin: 28px 0 36px;

  background: #fff;
}
.entry-content .body-content .table-wrap table {
display: table !important;

  width: 100% !important;

  min-width: 0 !important;

  table-layout: fixed;

  border-collapse: separate;

  border-spacing: 0;

  margin: 0 !important;

  white-space: normal !important;
}
.entry-content .body-content .table-wrap th, .entry-content .body-content .table-wrap td {
width: auto !important;

  white-space: normal !important;

  word-break: break-word;

  overflow-wrap: anywhere;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:first-child, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:first-child {
width: 28% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(2):last-child) th:nth-child(2), .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(2):last-child) td:nth-child(2) {
width: 72% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(3):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(3):last-child) td {
width: 33.33% !important;
}
.entry-content .body-content .table-wrap table:has(tr:first-child th:nth-child(4):last-child) th, .entry-content .body-content .table-wrap table:has(tr:first-child td:nth-child(4):last-child) td {
width: 25% !important;
}
@media (max-width: 760px) {
.entry-content .body-content .table-wrap {
overflow-x: auto;
}
.entry-content .body-content .table-wrap table {
min-width: 640px !important;
}
}
.entry-content .header-logo .en, .entry-content .header-logo .cn, .entry-content .header-nav a, .entry-content .header-cta, .entry-content .meta-row, .entry-content .body-content h2, .entry-content .body-content h3, .entry-content .cta-content h2, .entry-content .cta-btn, .entry-content .footer-logo .en, .entry-content .footer-logo .cn, .entry-content .footer-copy, .entry-content .footer-links, .entry-content figcaption {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
}
.entry-content .body-content p, .entry-content .body-content li, .entry-content .body-content blockquote, .entry-content .body-content .blockquote .text, .entry-content .drop-cap {
font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.03em;
  color: #25364A;
}
.entry-content .body-content p {
margin: 0 0 20px;
}
.entry-content .body-content h2 {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 26px;
  line-height: 1.42;
  color: #001F3F;
  font-weight: 800;
  margin: 48px 0 18px;
  letter-spacing: -0.01em;
}
.entry-content .body-content h3 {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 21px;
  line-height: 1.5;
  color: #001F3F;
  font-weight: 800;
  margin: 34px 0 14px;
}
.entry-content .drop-cap {
font-family: "Noto Sans SC", "Source Han Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
@media (max-width: 768px) {
.entry-content .body-content p, .entry-content .body-content li, .entry-content .body-content blockquote, .entry-content .body-content .blockquote .text, .entry-content .drop-cap {
font-size: 15px;
    line-height: 1.8;
}
}
.entry-content figure {
margin: 28px 0;
}
.entry-content figure img {
border-radius: 12px;
}
.entry-content figcaption {
font-size: 13px; color: #5A6B7D; text-align: center; margin-top: 10px;
}
.entry-content :root {
--luxe-gold:#d4af37;--luxe-gold-deep:#a8842c;--luxe-ink:#18181b;--luxe-zinc:#71717a;--luxe-paper:#fafafa;
}
.entry-content .meta-row {
color:var(--luxe-zinc)!important;letter-spacing:.05em;
}
.entry-content .body-content p.drop-cap::first-letter {
font-family:'Cinzel','Noto Serif SC','Songti SC',serif;
  font-size:3.4em;float:left;line-height:.82;color:var(--luxe-gold);
  font-weight:700;margin:6px 12px 0 0;
}
.entry-content .body-content .blockquote {
background:#fbf8ef!important;border:1px solid rgba(212,175,55,.25);border-radius:4px;gap:14px;
}
.entry-content .body-content .blockquote .line {
background:var(--luxe-gold)!important;
}
.entry-content .body-content .blockquote .text p {
font-family:'Noto Serif SC','Songti SC','STSong',serif!important;color:#3f3f46!important;
}
.entry-content .body-content .blockquote .text strong {
color:var(--luxe-ink);
}
.entry-content .body-content .blockquote .text em {
color:var(--luxe-zinc);
}
.entry-content .article-divider {
background:#e6dcc2!important;height:1px!important;overflow:visible;position:relative;
  margin:50px 0!important;border:none;
}
.entry-content .article-divider::after {
content:'';position:absolute;left:50%;top:50%;width:8px;height:8px;
  background:var(--luxe-gold);transform:translate(-50%,-50%) rotate(45deg);
}
.entry-content .body-content .table-wrap th {
background:var(--luxe-ink)!important;color:#fafafa!important;letter-spacing:.03em;
}
.entry-content .body-content .table-wrap td {
color:#3f3f46!important;
}
.entry-content .body-content .table-wrap tr:nth-child(odd) td {
background:#faf6ec!important;
}
.entry-content .body-content .table-wrap tr:nth-child(even) td {
background:#fff!important;
}
.entry-content .body-content figure img {
border-radius:4px;box-shadow:0 18px 42px -20px rgba(24,24,27,.4);
}
.entry-content .body-content figcaption {
font-family:'Italiana','Noto Serif SC','Songti SC',serif!important;
  color:var(--luxe-zinc)!important;font-style:italic;letter-spacing:.05em;
}
.entry-content .body-content a {
color:var(--luxe-gold-deep)!important;border-bottom-color:rgba(212,175,55,.5)!important;
}
.entry-content .body-content a:hover {
color:var(--luxe-ink)!important;border-bottom-color:var(--luxe-gold)!important;
}
.entry-content .cta-section {
background:#f7f1e2!important;
}
.entry-content .cta-content h2 {
font-family:'Cinzel','Noto Serif SC','Songti SC',serif!important;color:var(--luxe-ink)!important;
}
.entry-content .cta-content p {
color:#5a5346!important;
}
.entry-content .cta-btn {
background:var(--luxe-ink)!important;color:var(--luxe-gold)!important;border:1px solid var(--luxe-gold)!important;
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:var(--luxe-gold-deep)!important;border:1px solid rgba(212,175,55,.6)!important;
}
@media (max-width:768px) {
.entry-content .body-content p.drop-cap::first-letter {
font-size:3em;
}
}
.entry-content .article-nav {
display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 16px;
  align-items: stretch;
  margin-top: 48px;
  padding-top: 32px;
  border-top: 1px solid #e6dcc2;
}
.entry-content .article-nav a {
text-decoration: none;
  color: #3f3f46;
  transition: color .2s ease;
}
.entry-content .article-nav a:hover {
color: #a8842c;
}
.entry-content .nav-prev, .entry-content .nav-next {
display: flex; flex-direction: column; gap: 4px;
}
.entry-content .nav-prev {
text-align: left;
}
.entry-content .nav-next {
text-align: right;
}
.entry-content .nav-disabled {
font-size: 13px;
  color: #a1a1aa;
  display: flex;
  align-items: center;
}
.entry-content .nav-prev .nav-disabled {
justify-content: flex-start;
}
.entry-content .nav-next .nav-disabled {
justify-content: flex-end;
}
.entry-content .nav-index {
align-self: center;
  background: rgba(212,175,55,.14);
  color: #a8842c !important;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em;
  white-space: nowrap;
  border: 1px solid rgba(212,175,55,.35);
}
.entry-content .nav-index:hover {
background: rgba(212,175,55,.22); color: #8a6c20 !important;
}
.entry-content .nav-label {
display: block;
  font-size: 12px;
  color: #a8842c;
  font-weight: 600;
  letter-spacing: .02em;
}
.entry-content .nav-title {
font-size: 14px;
  font-weight: 600;
  color: #18181b;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 768px) {
.entry-content .article-nav {
grid-template-columns: 1fr; gap: 18px;
}
.entry-content .nav-prev, .entry-content .nav-next {
text-align: center;
}
.entry-content .nav-prev .nav-disabled, .entry-content .nav-next .nav-disabled {
justify-content: center;
}
.entry-content .nav-index {
justify-self: center;
}
}
.entry-content .zy-cta {
max-width:860px;margin:34px auto 8px;padding:26px 26px 22px;border-radius:18px;background:#001F3F;color:#EDE7D8;font-family:"Microsoft YaHei","PingFang SC",sans-serif
}
.entry-content .zy-cta .t {
font-size:20px;font-weight:700;color:#fff;margin-bottom:4px
}
.entry-content .zy-cta .s {
font-size:13px;color:rgba(237,231,216,.7);margin-bottom:16px
}
.entry-content .zy-cta .row {
display:grid;grid-template-columns:1fr 1fr;gap:10px
}
.entry-content .zy-cta .card {
display:block;background:rgba(255,255,255,.06);border:1px solid rgba(237,231,216,.18);border-radius:12px;padding:13px 15px;text-decoration:none!important;color:#EDE7D8!important;transition:all .2s
}
.entry-content .zy-cta .card:hover {
background:rgba(201,162,75,.14);border-color:rgba(201,162,75,.5)
}
.entry-content .zy-cta .card b {
display:block;font-size:14px;color:#fff;margin-bottom:3px
}
.entry-content .zy-cta .card span {
font-size:12px;color:rgba(237,231,216,.65)
}
.entry-content .zy-cta .card em {
font-style:normal;color:#C9A24B;font-weight:700
}
.entry-content .zy-cta .full {
grid-column:1/-1;text-align:center;margin-top:12px;font-size:13px;color:rgba(237,231,216,.72)
}
.entry-content .zy-cta .full a {
color:#C9A24B;font-weight:700;text-decoration:none;border-bottom:1px solid rgba(201,162,75,.4)
}
@media (max-width:640px) {
.entry-content .zy-cta .row {
grid-template-columns:1fr
}
}.entry-content img {
max-width:100%;display:block
}
.entry-content .header-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .header-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:18px;color:#F8F9FA
}
.entry-content .header-nav {
display:flex;align-items:center;gap:32px
}
.entry-content .header-nav a {
font-size:15px;color:#F8F9FA;text-decoration:none;transition:color .2s
}
.entry-content .header-nav a.active {
color:#D4AF37;font-weight:500
}
.entry-content .header-nav a:hover {
color:#D4AF37
}
.entry-content .header-cta {
background:#D4AF37;color:#001F3F;padding:8px 16px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s;white-space:nowrap
}
.entry-content .header-cta:hover {
opacity:.85
}
.entry-content .article-hero {
background:#fff;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .hero-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:8px
}
.entry-content .pill-row {
display:flex;gap:12px;align-items:center
}
.entry-content .category-pill {
text-decoration:none
}
.entry-content .category-pill:hover {
filter:brightness(0.96);transform:translateY(-1px)
}
.entry-content .category-pill {
background:rgba(212,175,55,.15);color:#D4AF37;padding:4px 10px;border-radius:12px;font-size:12px;align-self:flex-start
}
.entry-content .article-title {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:32px;font-weight:700;color:#001F3F;line-height:1.4
}
.entry-content .article-subtitle {
font-size:16px;color:#5A6B7D;line-height:1.75
}
.entry-content .hero-cover {
width:100%;border-radius:12px;margin-top:0
}
.entry-content .article-body {
background:#fff;display:flex;flex-direction:column;align-items:center;padding:0 120px
}
.entry-content .body-content {
width:100%;max-width:800px;display:flex;flex-direction:column;gap:24px;padding-bottom:48px
}
.entry-content .article-divider {
width:100%;height:1px;background:#E6E8ED
}
.entry-content .body-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F;line-height:1.5
}
.entry-content .body-content p {
font-size:16px;color:#001F3F;line-height:1.875
}
.entry-content .blockquote {
display:flex;gap:16px;background:#F7F9FC;border-radius:8px;padding:20px 24px
}
.entry-content .blockquote .line {
width:4px;background:#D4AF37;border-radius:2px;flex-shrink:0
}
.entry-content .blockquote .text {
font-size:15px;color:#001F3F;line-height:1.75
}
.entry-content .table-wrap {
width:100%;border:1px solid #E6E8ED;border-radius:8px;overflow:hidden
}
.entry-content .table-wrap table {
width:100%;border-collapse:collapse
}
.entry-content .table-wrap th {
background:#001F3F;color:#F8F9FA;font-size:13px;font-weight:600;text-align:left;padding:10px 12px
}
.entry-content .table-wrap td {
font-size:13px;color:#001F3F;padding:10px 12px
}
.entry-content .table-wrap tr:nth-child(odd) td {
background:#F7F9FC
}
.entry-content .table-wrap tr:nth-child(even) td {
background:#fff
}
.entry-content .table-wrap th:nth-child(1), .entry-content .table-wrap td:nth-child(1) {
width:180px
}
.entry-content .table-wrap th:nth-child(2), .entry-content .table-wrap td:nth-child(2) {
width:160px
}
.entry-content .table-wrap th:nth-child(3), .entry-content .table-wrap td:nth-child(3) {
width:240px
}
.entry-content .table-wrap th:nth-child(4), .entry-content .table-wrap td:nth-child(4) {
width:220px
}
.entry-content .code-block {
background:#121724;border-radius:8px;padding:16px 20px;display:flex;flex-direction:column;gap:8px
}
.entry-content .code-dots {
display:flex;gap:6px
}
.entry-content .code-dot {
width:8px;height:8px;border-radius:4px
}
.entry-content .code-dot.red {
background:#FF5F56
}
.entry-content .code-dot.yellow {
background:#FFBD2E
}
.entry-content .code-dot.green {
background:#27C93F
}
.entry-content .code-block code {
font-size:13px;color:#A0B4C8;line-height:1.85;font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content .cta-section {
background:#F8F9FA;display:flex;flex-direction:column;align-items:center;padding:48px 120px
}
.entry-content .cta-content {
width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center
}
.entry-content .cta-content h2 {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-size:24px;font-weight:700;color:#001F3F
}
.entry-content .cta-content p {
font-size:16px;color:#5A6B7D;max-width:600px;line-height:1.75
}
.entry-content .cta-btn {
display:inline-flex;align-items:center;justify-content:center;text-decoration:none;background:#D4AF37;color:#001F3F;padding:12px 28px;border-radius:24px;font-size:15px;font-weight:600;cursor:pointer;transition:opacity .2s
}
.entry-content .cta-btn:hover {
opacity:.85
}
.entry-content .footer-left {
display:flex;flex-direction:column;gap:8px
}
.entry-content .footer-logo {
display:flex;align-items:center;gap:8px
}
.entry-content .footer-logo .en {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-logo .cn {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif;font-weight:700;font-size:16px;color:#F8F9FA
}
.entry-content .footer-copy {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links {
font-size:13px;color:#8A9BAE
}
.entry-content .footer-links span {
cursor:pointer;transition:color .2s
}
.entry-content .footer-links span:hover {
color:#D4AF37
}
.entry-content .footer-links .dot {
margin:0 6px
}
@media(max-width:1024px) {
.entry-content .article-hero, .entry-content .article-body, .entry-content .cta-section {
padding-left:48px;padding-right:48px
}
.entry-content .article-title {
font-size:28px
}
}
@media(max-width:768px) {
.entry-content .article-hero, .entry-content .article-body, .entry-content .cta-section {
padding-left:24px;padding-right:24px
}
.entry-content .header-nav {
display:none
}
.entry-content .hero-content, .entry-content .body-content, .entry-content .cta-content {
width:100%
}
.entry-content .article-title {
font-size:24px
}
.entry-content .table-wrap {
overflow-x:auto
}
.entry-content .footer-links {
font-size:12px
}
}
@media(max-width:480px) {
.entry-content .article-title {
font-size:20px
}
.entry-content .blockquote {
padding:16px
}
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content .brand, .entry-content .footer-logo {
font-family:"Microsoft YaHei","PingFang SC","Hiragino Sans GB",Arial,sans-serif
}
.entry-content pre, .entry-content code {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace
}
.entry-content pre {
max-width:100%;overflow-x:auto;white-space:pre-wrap;word-break:break-word
}
.entry-content table {
width:100%;border-collapse:collapse
}
.entry-content .article-body table {
display:block;max-width:100%;overflow-x:auto;white-space:nowrap
}
.entry-content .mobile-menu-toggle {
display:none;align-items:center;justify-content:center;width:42px;height:42px;border:1px solid rgba(212,175,55,.35);border-radius:999px;background:rgba(255,255,255,.08);color:#fff;font-size:22px;cursor:pointer
}
.entry-content .mobile-menu-toggle:focus-visible, .entry-content a:focus-visible {
outline:2px solid #D4AF37;outline-offset:3px
}
.entry-content .footer-inner {
max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 32px
}
.entry-content .footer-logo {
font-weight:800;color:#fff;letter-spacing:.04em;margin-bottom:8px
}
.entry-content .footer-brand p {
margin:0;color:rgba(255,255,255,.72)
}
.entry-content .footer-links {
display:flex;align-items:center;flex-wrap:wrap;gap:10px;color:rgba(255,255,255,.58)
}
.entry-content .footer-links a {
color:rgba(255,255,255,.82);text-decoration:none;transition:color .2s ease
}
.entry-content .footer-links a:hover {
color:#D4AF37
}
.entry-content .footer-sep {
color:rgba(255,255,255,.35)
}
@media(max-width:768px) {
.entry-content .mobile-menu-toggle {
display:flex
}
.entry-content .header-nav {
display:none;position:absolute;left:16px;right:16px;top:72px;z-index:50;flex-direction:column;gap:0;padding:12px;border:1px solid rgba(212,175,55,.22);border-radius:18px;background:#001F3F;box-shadow:0 18px 50px rgba(0,0,0,.22)
}
.entry-content .header-nav.is-open {
display:flex
}
.entry-content .header-nav a {
display:block;width:100%;padding:12px 14px;border-radius:12px
}
.entry-content .header-nav a:hover {
background:rgba(255,255,255,.08)
}
.entry-content .footer-inner {
flex-direction:column;text-align:center;padding:0 20px
}
.entry-content .footer-links {
justify-content:center
}
}
.entry-content .cta-content {
display:flex;flex-direction:column;align-items:center
}
.entry-content .cta-content p {
max-width:680px
}
.entry-content .cta-content .cta-btn+.cta-btn {
margin-top:12px
}
.entry-content .cta-btn-secondary {
background:transparent!important;color:#D4AF37!important;border:1px solid rgba(212,175,55,.55)!important
}
.entry-content .article-body {
background:linear-gradient(180deg,#FFFFFF 0%,#F7F9FC 100%);

  padding:56px 120px 72px;

  display:flex;

  flex-direction:column;

  align-items:center;
}
.entry-content .article-body .body-content {
width:100%;

  max-width:760px;

  background:#FFFFFF;

  border:1px solid #E6E8ED;

  border-radius:18px;

  box-shadow:0 18px 46px rgba(0,31,63,.08);

  padding:56px 64px 64px;

  display:block;

  color:#1A1A1A;

  text-align:left;
}
.entry-content .body-content > *:first-child {
margin-top:0!important
}
.entry-content .body-content > *:last-child {
margin-bottom:0!important
}
.entry-content .body-content h2 {
font-size:26px;

  line-height:1.42;

  color:#001F3F;

  font-weight:800;

  margin:48px 0 18px;

  padding-top:4px;

  letter-spacing:-.01em;
}
.entry-content .body-content h3 {
font-size:21px;

  line-height:1.5;

  color:#001F3F;

  font-weight:800;

  margin:34px 0 14px;
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:17px;

  line-height:1.9;

  color:#25364A;

  letter-spacing:.01em;

  text-align:left;
}
.entry-content .body-content p {
margin:0 0 18px
}
.entry-content .body-content ul, .entry-content .body-content ol {
margin:8px 0 24px 1.35em;

  padding-left:.25em;
}
.entry-content .body-content li {
margin:7px 0;padding-left:.15em
}
.entry-content .body-content blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content blockquote p, .entry-content .body-content blockquote {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote {
margin:28px 0;

  padding:22px 26px;

  background:#F7F9FC;

  border-left:5px solid #D4AF37;

  border-radius:14px;

  box-shadow:inset 0 0 0 1px rgba(0,31,63,.04);
}
.entry-content .body-content .blockquote .text {
margin:0;

  color:#001F3F;

  font-size:16.5px;

  line-height:1.85;
}
.entry-content .body-content .blockquote .line {
display:none
}
.entry-content .body-content table {
width:100%;

  border-collapse:separate;

  border-spacing:0;

  margin:28px 0 36px;

  font-size:15px;

  color:#25364A;

  overflow:hidden;
}
.entry-content .body-content .table-wrap {
width:100%;

  overflow-x:auto;

  border:1px solid #E0E6EF;

  border-radius:14px;

  margin:28px 0 36px;

  background:#fff;
}
.entry-content .body-content .table-wrap table {
margin:0;min-width:680px
}
.entry-content .body-content th {
background:#001F3F;

  color:#FFFFFF;

  font-size:14px;

  line-height:1.55;

  font-weight:700;

  text-align:left;

  padding:14px 16px;

  white-space:normal;
}
.entry-content .body-content td {
font-size:14.5px;

  line-height:1.7;

  padding:14px 16px;

  border-bottom:1px solid #E6E8ED;

  vertical-align:top;

  white-space:normal;
}
.entry-content .body-content tr:nth-child(even) td {
background:#FAFBFD
}
.entry-content .body-content tr:last-child td {
border-bottom:none
}
.entry-content .body-content pre, .entry-content .body-content .code-block {
margin:28px 0 34px;

  background:#121724;

  color:#EAF0FF;

  border-radius:14px;

  padding:22px 24px;

  overflow-x:auto;

  box-shadow:0 14px 30px rgba(0,31,63,.16);
}
.entry-content .body-content code, .entry-content .body-content pre {
font-family:"SFMono-Regular",Consolas,"Liberation Mono",Menlo,monospace;

  font-size:14px;

  line-height:1.75;
}
.entry-content .body-content a {
color:#0B5CAD;text-decoration:none;border-bottom:1px solid rgba(11,92,173,.25)
}
.entry-content .body-content a:hover {
color:#001F3F;border-bottom-color:#D4AF37
}
.entry-content .article-divider {
max-width:760px;margin:0 auto;background:#E6E8ED
}
@media(max-width:900px) {
.entry-content .article-body {
padding:32px 20px 56px
}
.entry-content .article-body .body-content {
max-width:100%;padding:34px 24px 42px;border-radius:16px;box-shadow:0 12px 30px rgba(0,31,63,.07)
}
.entry-content .body-content h2 {
font-size:23px;margin:38px 0 16px
}
.entry-content .body-content h3 {
font-size:19px;margin:28px 0 12px
}
.entry-content .body-content p, .entry-content .body-content li {
font-size:16px;line-height:1.85
}
.entry-content .body-content blockquote, .entry-content .body-content .blockquote {
padding:18px 20px;margin:24px 0
}
}
.entry-content .article-hero .hero-content {
max-width: 880px;
}
.entry-content .article-hero .hero-cover {
display: block !important;

  width: 100% !important;

  max-width: 880px;

  aspect-ratio: 16 / 9;

  height: auto;

  object-fit: cover;

  margin: 28px auto 0;

  border-radius: 18px;

  box-shadow: 0 20px 48px rgba(0,31,63,.14);

  border: 1px solid rgba(0,31,63,.08);
}
@media (max-width: 900px) {
.entry-content .article-hero {
padding: 32px 20px;
}
.entry-content .article-hero .hero-cover {
margin-top: 22px;

    border-radius: 14px;
}
}