﻿:root {
  --ink: #191916;
  --ink-2: #2a2924;
  --paper: #f1eee6;
  --surface: #fffdf8;
  --muted: #6f6c64;
  --hair: #d6d0c4;
  --orange: #ef5b2a;
  --orange-dark: #c94318;
  --green: #087b57;
  --cream: #f8f4ea;
  --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "Segoe UI", "PingFang SC", "Microsoft YaHei", sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--orange-dark); }
button, input { font: inherit; }
.tk-container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.tk-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.tk-skip-link { position: fixed; top: -70px; left: 18px; z-index: 1000; padding: 10px 15px; color: #fff; background: var(--ink); }
.tk-skip-link:focus { top: 14px; }
:focus-visible { outline: 3px solid rgba(239,91,42,.38); outline-offset: 3px; }

/* masthead */
.tk-utility-bar { color: #e8e4db; background: var(--ink); font-size: 11px; letter-spacing: .08em; }
.tk-utility-row { min-height: 31px; display: flex; align-items: center; gap: 28px; }
.tk-terminal-mark { color: #fff; font-weight: 800; }
.tk-terminal-mark i, .tk-live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(239,91,42,.16); }
.tk-utility-slogan { color: #99968f; }
.tk-utility-row nav { display: flex; gap: 18px; margin-left: auto; }
.tk-utility-row a:hover { color: #fff; }
.tk-site-header { position: sticky; top: 0; z-index: 60; border-bottom: 1px solid var(--ink); background: rgba(255,253,248,.97); backdrop-filter: blur(12px); }
.tk-masthead-row { min-height: 92px; display: flex; align-items: center; gap: 40px; }
.tk-brand { display: flex; align-items: center; gap: 18px; }
.tk-site-logo { width: auto; height: 52px; object-fit: contain; }
.tk-brand > span { padding-left: 17px; color: var(--muted); border-left: 1px solid var(--hair); font-size: 9px; font-weight: 800; letter-spacing: .22em; writing-mode: vertical-rl; }
.tk-site-search { display: flex; width: min(420px, 40vw); margin-left: auto; border-bottom: 2px solid var(--ink); background: transparent; }
.tk-site-search input[type="search"] { min-width: 0; flex: 1; padding: 11px 2px; border: 0; outline: 0; background: transparent; }
.tk-site-search button { padding: 10px 16px; color: #fff; border: 0; background: var(--ink); cursor: pointer; font-size: 13px; }
.tk-nav-rail { border-top: 1px solid var(--hair); }
.tk-primary-nav { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); }
.tk-primary-nav a { display: flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border-left: 1px solid var(--hair); font-size: 14px; font-weight: 700; transition: .18s ease; }
.tk-primary-nav a:last-child { border-right: 1px solid var(--hair); }
.tk-primary-nav a b { color: #9a968c; font: 600 9px/1 monospace; }
.tk-primary-nav a:hover { color: #fff; background: var(--orange); }
.tk-primary-nav a:hover b { color: #fff; }
.tk-nav-toggle { display: none; width: 46px; height: 46px; margin-left: auto; padding: 10px; border: 1px solid var(--ink); background: transparent; cursor: pointer; }
.tk-nav-toggle span:not(.tk-sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); }

/* advertisements */
.tk-ad-slot { position: relative; min-width: 0; overflow: hidden; border: 1px solid var(--hair); background: #e9e5dc; }
.tk-ad-slot::before { position: absolute; top: 4px; right: 5px; z-index: 2; padding: 1px 5px; content: "广告"; color: #fff; background: rgba(25,25,22,.68); font-size: 9px; line-height: 1.5; pointer-events: none; }
.tk-ad-slot a { display: block; line-height: 0; }
.tk-ad-slot img { width: 100%; max-width: 100%; object-fit: cover; }
.tk-ad-slot-empty { display: none !important; }
.tk-top-ad-shell { display: grid; width: min(calc(100% - 48px), var(--container)); margin: 14px auto; padding: 7px; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 7px; }
.tk-top-ad-shell > a:nth-of-type(-n+2) { grid-column: 1/-1; }
.tk-top-ad-shell img { width: auto; max-height: 180px; margin: auto; object-fit: contain; }
.tk-content-banner { margin: 38px 0; }
.tk-content-banner img { aspect-ratio: 1183/100; object-fit: cover; }
.tk-sidebar-ad { width: 100%; margin: 24px 0; }

/* home / market desk */
.tk-market-pulse { border-block: 1px solid var(--ink); background: var(--surface); }
.tk-pulse-grid { display: grid; grid-template-columns: 155px repeat(4,1fr); }
.tk-pulse-label { display: flex; padding: 17px 16px 17px 0; flex-direction: column; justify-content: center; color: #fff; background: var(--orange); }
.tk-pulse-label::before { position: absolute; left: 0; width: max(0px,calc((100vw - var(--container))/2)); height: 79px; content: ""; background: var(--orange); transform: translateX(-100%); }
.tk-pulse-label span { font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.tk-pulse-label strong { font-size: 17px; }
.tk-pulse-grid > a { display: grid; padding: 14px 17px; border-right: 1px solid var(--hair); grid-template-columns: 1fr auto; grid-template-rows: auto auto; }
.tk-pulse-grid > a b { color: var(--orange); font: 700 10px/1.3 monospace; letter-spacing: .08em; }
.tk-pulse-grid > a span { font-size: 16px; font-weight: 750; }
.tk-pulse-grid > a i { grid-column: 2; grid-row: 1/3; align-self: center; font-style: normal; }
.tk-newsroom-shell { padding-top: 54px; padding-bottom: 88px; }
.tk-edition-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 28px; padding-bottom: 18px; border-bottom: 5px solid var(--ink); }
.tk-edition-heading span, .tk-ledger-heading > span, .tk-wire-head span, .tk-tag-board header span, .tk-related-ledger header span { display: block; color: var(--orange); font: 800 10px/1.2 monospace; letter-spacing: .15em; }
.tk-edition-heading h1 { margin: 4px 0 0; font: 900 clamp(32px,4vw,53px)/1.05 "Songti SC","SimSun",serif; letter-spacing: -.04em; }
.tk-edition-heading p { max-width: 380px; margin: 0 0 4px; color: var(--muted); text-align: right; }
.tk-dispatch-board { display: grid; grid-template-columns: minmax(0,1.6fr) minmax(290px,.72fr); gap: 0; border: 1px solid var(--ink); background: var(--surface); }
.tk-dispatch-lead { position: relative; min-height: 495px; padding: 42px 46px; border-right: 1px solid var(--ink); background: linear-gradient(135deg,rgba(239,91,42,.07),transparent 52%), var(--surface); }
.tk-dispatch-lead::after { position: absolute; right: 35px; bottom: 34px; width: 130px; height: 130px; content: ""; opacity: .24; background: repeating-linear-gradient(135deg,var(--orange) 0 2px,transparent 2px 9px); clip-path: polygon(50% 0,100% 50%,50% 100%,0 50%); }
.tk-dispatch-no { color: var(--orange); font: 900 62px/1 Arial,sans-serif; letter-spacing: -.08em; }
.tk-dispatch-copy { position: relative; z-index: 1; display: flex; min-height: 355px; flex-direction: column; justify-content: flex-end; }
.tk-dispatch-meta { display: flex; justify-content: space-between; gap: 20px; margin-bottom: 16px; color: var(--muted); font-size: 12px; }
.tk-dispatch-meta span { color: var(--orange-dark); font-weight: 800; }
.tk-dispatch-copy h2 { max-width: 760px; margin: 0 0 15px; overflow-wrap: anywhere; font: 900 clamp(32px,4.1vw,56px)/1.16 "Songti SC","SimSun",serif; letter-spacing: -.045em; text-wrap: balance; }
.tk-dispatch-copy p { max-width: 690px; margin: 0 0 24px; color: var(--muted); font-size: 15px; }
.tk-text-link { width: fit-content; padding-bottom: 3px; border-bottom: 2px solid var(--orange); font-size: 13px; font-weight: 800; }
.tk-text-link b { color: var(--orange); }
.tk-wire-head { padding: 22px 24px; color: #fff; background: var(--ink); }
.tk-wire-head b { display: block; margin-top: 5px; font-size: 20px; }
.tk-dispatch-wire article { display: grid; min-height: 100px; padding: 18px 22px; grid-template-columns: 34px 1fr; gap: 10px; border-bottom: 1px solid var(--hair); }
.tk-dispatch-wire article:last-child { border-bottom: 0; }
.tk-dispatch-wire article > span { color: var(--orange); font: 800 13px/1.3 monospace; }
.tk-dispatch-wire small { color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.tk-dispatch-wire h3 { margin: 5px 0 0; overflow-wrap: anywhere; font: 800 16px/1.42 "Songti SC","SimSun",serif; }
.tk-ledger-heading { display: grid; align-items: end; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 3px solid var(--ink); grid-template-columns: 1fr auto; }
.tk-ledger-heading > span { grid-column: 1/-1; }
.tk-ledger-heading h2 { margin: 3px 0 0; font: 900 30px/1.15 "Songti SC","SimSun",serif; }
.tk-ledger-heading a { color: var(--muted); font-size: 12px; font-weight: 700; }
.tk-sector-desk { margin-top: 48px; }
.tk-sector-columns { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid var(--ink); background: var(--surface); }
.tk-sector-columns > section { min-width: 0; padding: 26px; border-right: 1px solid var(--ink); }
.tk-sector-columns > section:last-child { border-right: 0; }
.tk-sector-columns section > header { display: grid; align-items: center; margin-bottom: 14px; grid-template-columns: 42px 1fr auto; }
.tk-sector-columns header > b { color: var(--orange); font: 900 26px/1 monospace; }
.tk-sector-columns h3 { margin: 0; font-size: 19px; }
.tk-sector-columns header span { color: var(--muted); font: 700 9px/1 monospace; letter-spacing: .14em; }
.tk-sector-columns header a { font-size: 11px; }
.tk-sector-columns article { display: grid; padding: 13px 0; grid-template-columns: 40px minmax(0,1fr); gap: 10px; border-top: 1px solid var(--hair); font-size: 14px; line-height: 1.45; }
.tk-sector-columns article time { color: var(--muted); font: 700 10px/1.6 monospace; }
.tk-news-ledger-layout { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 48px; margin-top: 58px; }
.tk-story-feed { border-top: 1px solid var(--ink); }
.tk-story-card { display: grid; min-width: 0; padding: 22px 0; border-bottom: 1px solid var(--hair); grid-template-columns: 54px 178px minmax(0,1fr); gap: 20px; }
.tk-story-thumb { overflow: hidden; aspect-ratio: 16/10; background: #dfdbd2; }
.tk-story-thumb img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.84); transition: .25s ease; }
.tk-story-card:hover .tk-story-thumb img { filter: saturate(1); transform: scale(1.03); }
.tk-story-index { color: var(--orange); font: 900 22px/1.2 monospace; }
.tk-story-copy, .tk-story-card > div:last-child { min-width: 0; }
.tk-story-card > div:only-child { grid-column: 2/-1; }
.tk-story-card:not(:has(.tk-story-index)) { grid-template-columns: 178px minmax(0,1fr); }
.tk-story-meta { display: flex; justify-content: space-between; gap: 15px; color: var(--muted); font-size: 10px; letter-spacing: .04em; }
.tk-story-meta span, .tk-story-kicker { color: var(--orange-dark); font-size: 11px; font-weight: 800; }
.tk-story-card h2, .tk-story-card h3 { margin: 6px 0 7px; overflow-wrap: anywhere; font: 900 21px/1.36 "Songti SC","SimSun",serif; }
.tk-story-card p { margin: 0; color: var(--muted); font-size: 13px; }
.tk-story-card time { color: var(--muted); font-size: 11px; }
.tk-flash-wire { border-top: 5px solid var(--orange); background: var(--ink); color: #fff; }
.tk-flash-wire header { display: flex; align-items: center; padding: 20px; border-bottom: 1px solid #44423c; }
.tk-flash-wire header h2 { margin: 0; font-size: 19px; }
.tk-flash-wire header a { margin-left: auto; color: #aaa69e; font-size: 11px; }
.tk-flash-wire ul { margin: 0; padding: 0 20px; list-style: none; }
.tk-flash-wire li { display: grid; padding: 15px 0; border-bottom: 1px solid #3c3a35; grid-template-columns: 42px 1fr; gap: 12px; }
.tk-flash-wire li:last-child { border-bottom: 0; }
.tk-flash-wire li time { color: var(--orange); font: 700 11px/1.55 monospace; }
.tk-flash-wire li a { color: #e8e5dd; font-size: 13px; line-height: 1.45; }
.tk-tag-board { padding: 22px; border: 1px solid var(--ink); background: var(--surface); }
.tk-tag-board header { margin-bottom: 15px; }
.tk-tag-board h2 { margin: 4px 0 0; font: 900 21px/1.2 "Songti SC","SimSun",serif; }
.tk-tag-cloud { display: flex; flex-wrap: wrap; gap: 7px; }
.tk-tag-cloud a { padding: 5px 9px; border: 1px solid var(--hair); background: var(--cream); font-size: 12px; }
.tk-tag-cloud a:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.tk-risk-note { padding: 21px; border: 1px solid var(--orange); background: #fff2e9; }
.tk-risk-note b { color: var(--orange-dark); font: 800 11px/1.2 monospace; }
.tk-risk-note p { margin: 8px 0 0; color: #6d5147; font-size: 13px; }

/* archive and topic */
.tk-page-shell { padding-top: 28px; padding-bottom: 85px; }
.tk-breadcrumbs { margin-bottom: 22px; color: var(--muted); font-size: 12px; }
.tk-breadcrumbs a { color: var(--orange-dark); }
.tk-archive-header { position: relative; margin-bottom: 34px; padding: clamp(28px,5vw,58px); overflow: hidden; color: #fff; background: var(--ink); }
.tk-archive-header::after { position: absolute; right: -15px; bottom: -42px; content: attr(data-tk-code); color: rgba(255,255,255,.05); font: 900 150px/1 Arial,sans-serif; }
.tk-archive-code { color: var(--orange); font: 800 10px/1.2 monospace; letter-spacing: .16em; }
.tk-archive-header h1 { margin: 9px 0; font: 900 clamp(40px,7vw,82px)/1 "Songti SC","SimSun",serif; letter-spacing: -.06em; }
.tk-archive-header p { max-width: 650px; margin: 0; color: #bcb8af; }
.tk-archive-feed > .tk-archive-header { display: none; }
.tk-archive-layout { display: grid; align-items: start; grid-template-columns: 220px minmax(0,1fr); gap: 42px; }
.tk-archive-aside { min-width: 0; }
.tk-archive-nav { border-top: 4px solid var(--orange); background: var(--surface); }
.tk-archive-nav > span { display: block; padding: 14px 16px; color: var(--muted); border: 1px solid var(--hair); border-top: 0; font: 800 9px/1 monospace; letter-spacing: .12em; }
.tk-archive-nav a { display: flex; padding: 13px 16px; justify-content: space-between; border: 1px solid var(--hair); border-top: 0; font-size: 13px; font-weight: 750; }
.tk-archive-nav a b { color: #aaa69e; font: 700 10px/1.5 monospace; }
.tk-archive-aside .tk-tag-board { margin-top: 22px; }
.tk-archive-feed { min-width: 0; }
.tk-archive-feed .tk-story-card { grid-template-columns: 180px minmax(0,1fr); }
.tk-archive-feed .tk-story-card > div { min-width: 0; }
.tk-archive-feed .tk-story-card h2 { font-size: 23px; }
.tk-pagination { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 28px; }
.tk-pagination a, .tk-pagination b { display: inline-grid; min-width: 38px; height: 38px; padding: 0 10px; place-items: center; border: 1px solid var(--hair); background: var(--surface); }
.tk-pagination b { color: #fff; border-color: var(--orange); background: var(--orange); }

/* article */
.tk-reading-progress { position: fixed; top: 0; left: 0; z-index: 100; width: 0; height: 4px; background: var(--orange); }
.tk-editorial-article { display: grid; align-items: start; grid-template-columns: minmax(0,1fr) 295px; gap: 44px; }
.tk-article-page { min-width: 0; padding: clamp(26px,5vw,64px); border: 1px solid var(--hair); background: var(--surface); }
.tk-article-label { display: flex; justify-content: space-between; margin-bottom: 20px; color: var(--orange-dark); font: 800 10px/1.2 monospace; letter-spacing: .13em; }
.tk-article-label b { color: #aaa69e; }
.tk-article-header { padding-bottom: 28px; border-bottom: 4px solid var(--ink); }
.tk-article-header h1 { max-width: 920px; margin: 0 0 22px; overflow-wrap: anywhere; font: 900 clamp(36px,5.2vw,66px)/1.16 "Songti SC","SimSun",serif; letter-spacing: -.055em; text-wrap: balance; }
.tk-article-deck { max-width: 850px; margin: 0 0 27px; color: #59574f; font-size: 18px; line-height: 1.8; }
.tk-article-meta { display: grid; grid-template-columns: repeat(3,auto); justify-content: start; gap: 40px; }
.tk-article-meta div { display: flex; flex-direction: column; }
.tk-article-meta small { margin-bottom: 2px; color: #9b978e; font: 700 9px/1.2 monospace; letter-spacing: .12em; }
.tk-article-meta span, .tk-article-meta time { font-size: 12px; }
.tk-article-cover { margin: 34px 0; overflow: hidden; background: #e1ddd4; }
.tk-article-cover img { width: 100%; }
.tk-article-body { max-width: 790px; margin-inline: auto; color: #292823; font-family: "Songti SC","SimSun",serif; font-size: 18px; line-height: 2; overflow-wrap: anywhere; }
.tk-article-body p { margin: 1.2em 0; }
.tk-article-body h2, .tk-article-body h3 { color: var(--ink); font-family: Inter,"PingFang SC","Microsoft YaHei",sans-serif; line-height: 1.4; }
.tk-article-body h2 { margin: 2em 0 .8em; padding: 13px 0 10px 17px; border-left: 6px solid var(--orange); border-bottom: 1px solid var(--hair); font-size: 25px; }
.tk-article-body h3 { margin: 1.7em 0 .7em; font-size: 20px; }
.tk-article-body img { margin: 30px auto; }
.tk-article-body iframe, .tk-article-body video { display: block; width: 100%; max-width: 100%; margin: 30px auto; border: 0; }
.tk-article-body iframe { aspect-ratio: 16/9; height: auto; }
.tk-article-body blockquote { margin: 30px 0; padding: 23px 27px; border: 1px solid var(--hair); border-left: 6px solid var(--orange); background: var(--cream); }
.tk-article-body table { display: block; width: 100%; margin: 25px 0; overflow-x: auto; border-collapse: collapse; font: 14px/1.6 Inter,"PingFang SC",sans-serif; -webkit-overflow-scrolling: touch; }
.tk-article-body th, .tk-article-body td { padding: 10px 12px; border: 1px solid var(--hair); }
.tk-article-body th { background: #ebe7dd; }
.tk-article-pages { margin: 28px 0; }
.tk-risk-box { margin-top: 38px; padding: 22px 24px; border-left: 6px solid var(--orange); background: #f7e9df; }
.tk-risk-box strong { color: var(--orange-dark); font: 800 11px/1.2 monospace; }
.tk-risk-box p { margin: 6px 0 0; color: #6a5349; font-size: 13px; }
.tk-article-footer { display: flex; justify-content: space-between; gap: 25px; margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--ink); }
.tk-article-tags { color: var(--muted); font-size: 12px; }
.tk-share-tools { display: flex; max-width: 420px; flex-wrap: wrap; justify-content: flex-end; gap: 6px; }
.tk-share-label { color: var(--muted); font-size: 12px; }
.tk-share-option { display: inline-flex; min-height: 32px; padding: 4px 9px; align-items: center; gap: 5px; border: 1px solid var(--hair); background: transparent; font-size: 11px; cursor: pointer; }
.tk-share-option > span { display: grid; width: 20px; height: 20px; place-items: center; color: #fff; background: var(--ink); font-size: 9px; }
.tk-share-option:hover { color: #fff; border-color: var(--orange); background: var(--orange); }
.tk-share-feedback { flex-basis: 100%; color: var(--orange-dark); font-size: 11px; text-align: right; }
.tk-article-aside { min-width: 0; }
.tk-related-ledger { border-top: 5px solid var(--orange); background: var(--surface); }
.tk-related-ledger header { padding: 20px; border: 1px solid var(--hair); border-top: 0; }
.tk-related-ledger h2 { margin: 4px 0 0; font: 900 21px/1.2 "Songti SC","SimSun",serif; }
.tk-plain-list { margin: 0; padding: 0; list-style: none; counter-reset: related; }
.tk-plain-list li { position: relative; padding: 14px 17px 14px 46px; border: 1px solid var(--hair); border-top: 0; counter-increment: related; font-size: 13px; line-height: 1.45; }
.tk-plain-list li::before { position: absolute; left: 17px; color: var(--orange); content: counter(related,decimal-leading-zero); font: 800 10px/1.6 monospace; }
.tk-plain-list time { display: block; margin-top: 4px; color: var(--muted); font-size: 10px; }
.tk-sticky-panel { position: sticky; top: 145px; }
.tk-article-aside .tk-tag-board { margin-top: 24px; }

/* search and utility pages */
.tk-search-hero { margin-bottom: 32px; padding: 42px; color: #fff; background: var(--ink); }
.tk-search-hero h1 { margin: 5px 0 8px; font: 900 clamp(34px,5vw,58px)/1.1 "Songti SC","SimSun",serif; }
.tk-search-hero p { color: #bcb8af; }
.tk-search-form-large { display: flex; max-width: 760px; border-bottom: 3px solid var(--orange); background: #fff; }
.tk-search-form-large input { min-width: 0; flex: 1; padding: 14px 18px; border: 0; outline: 0; }
.tk-search-form-large button { padding: 12px 24px; color: #fff; border: 0; background: var(--orange); }
.tk-search-layout { display: grid; grid-template-columns: minmax(0,1fr) 290px; gap: 44px; }
.tk-search-results { border-top: 4px solid var(--ink); }
.tk-search-summary { padding: 16px 0; border-bottom: 1px solid var(--hair); color: var(--muted); }
.tk-search-result { padding: 23px 0; border-bottom: 1px solid var(--hair); }
.tk-search-result-meta { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; }
.tk-search-result h2 { margin: 7px 0; font: 900 23px/1.4 "Songti SC","SimSun",serif; }
.tk-search-result p { margin: 0; color: var(--muted); font-size: 13px; }
.tk-search-empty { padding: 45px; border: 1px dashed var(--muted); background: var(--surface); text-align: center; }
.tk-side-panel { padding: 20px; border: 1px solid var(--hair); background: var(--surface); }
.tk-section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 15px; }
.tk-section-heading h1, .tk-section-heading h2 { margin: 0; font: 900 23px/1.2 "Songti SC","SimSun",serif; }
.tk-eyebrow { color: var(--orange); font: 800 10px/1.2 monospace; letter-spacing: .14em; }

/* footer */
.tk-site-footer { color: #c7c3bb; background: var(--ink); }
.tk-footer-lead { display: grid; align-items: center; padding-top: 55px; padding-bottom: 38px; border-bottom: 1px solid #44413b; grid-template-columns: 170px 1fr; gap: 35px; }
.tk-footer-index { color: #fff; font: 900 62px/1 Arial,sans-serif; letter-spacing: -.08em; }
.tk-footer-index span { color: var(--orange); }
.tk-footer-overline { margin: 0 0 4px; color: var(--orange); font: 800 10px/1.2 monospace; letter-spacing: .13em; }
.tk-footer-lead h2 { margin: 0; color: #fff; font: 900 clamp(24px,3vw,39px)/1.2 "Songti SC","SimSun",serif; }
.tk-footer-grid { display: grid; padding-top: 36px; padding-bottom: 38px; grid-template-columns: 1.4fr .65fr 1fr; gap: 60px; }
.tk-footer-logo { height: 45px; padding: 4px 8px; background: #fff; }
.tk-site-footer h3 { margin: 0 0 12px; color: #fff; font-size: 13px; }
.tk-site-footer p { max-width: 440px; margin: 11px 0 0; font-size: 13px; }
.tk-site-footer nav a { display: block; margin: 7px 0; font-size: 13px; }
.tk-footer-links { display: grid; padding: 18px 0; border-top: 1px solid #44413b; grid-template-columns: 90px 1fr; font-size: 12px; }
.tk-footer-links strong { color: #fff; }
.tk-footer-links a { margin-right: 14px; color: #aaa69e; }
.tk-footer-bottom { border-top: 1px solid #44413b; }
.tk-footer-bottom > div { display: flex; min-height: 54px; align-items: center; justify-content: space-between; }
.tk-footer-bottom p { margin: 0; }
.tk-footer-bottom span { color: #77746d; font: 700 9px/1 monospace; letter-spacing: .18em; }
.tk-back-to-top { position: fixed; right: 22px; bottom: 22px; z-index: 40; width: 45px; height: 45px; color: #fff; border: 0; background: var(--orange); box-shadow: 5px 5px 0 var(--ink); opacity: 0; pointer-events: none; transform: translateY(10px); transition: .18s ease; cursor: pointer; }
.tk-back-to-top.tk-is-visible { opacity: 1; pointer-events: auto; transform: none; }

@media (max-width: 1180px) {
  .tk-container { width: min(calc(100% - 32px),var(--container)); }
  .tk-top-ad-shell { width: min(calc(100% - 32px),var(--container)); }
  .tk-masthead-row { min-height: 75px; }
  .tk-site-logo { height: 46px; }
  .tk-nav-toggle { display: block; }
  .tk-site-search { width: min(380px,46vw); }
  .tk-nav-rail { border-top: 0; }
  .tk-primary-nav { position: absolute; top: 106px; left: 0; right: 0; display: none; width: 100%; padding: 10px 16px 18px; border-bottom: 1px solid var(--ink); background: var(--surface); box-shadow: 0 14px 30px rgba(25,25,22,.15); grid-template-columns: repeat(4,1fr); }
  .tk-primary-nav.tk-is-open { display: grid; }
  .tk-primary-nav a { border: 1px solid var(--hair); border-right: 0; }
  .tk-primary-nav a:nth-child(4n) { border-right: 1px solid var(--hair); }
  .tk-pulse-grid { grid-template-columns: 135px repeat(4,1fr); }
  .tk-news-ledger-layout { grid-template-columns: minmax(0,1fr) 290px; gap: 30px; }
  .tk-editorial-article { grid-template-columns: minmax(0,1fr) 270px; gap: 28px; }
}

@media (max-width: 900px) {
  .tk-utility-slogan { display: none; }
  .tk-site-search { display: none; }
  .tk-market-pulse { overflow-x: auto; }
  .tk-pulse-grid { min-width: 760px; }
  .tk-dispatch-board { grid-template-columns: 1fr; }
  .tk-dispatch-lead { min-height: 440px; border-right: 0; border-bottom: 1px solid var(--ink); }
  .tk-dispatch-wire { display: grid; grid-template-columns: repeat(2,1fr); }
  .tk-wire-head { grid-column: 1/-1; }
  .tk-dispatch-wire article:nth-last-child(-n+2) { border-bottom: 0; }
  .tk-dispatch-wire article:nth-child(even) { border-right: 1px solid var(--hair); }
  .tk-sector-columns { grid-template-columns: 1fr; }
  .tk-sector-columns > section { border-right: 0; border-bottom: 1px solid var(--ink); }
  .tk-sector-columns > section:last-child { border-bottom: 0; }
  .tk-news-ledger-layout, .tk-archive-layout, .tk-editorial-article, .tk-search-layout { grid-template-columns: 1fr; }
  .tk-home-aside { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
  .tk-home-aside .tk-sidebar-ad { margin: 0; }
  .tk-archive-aside { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
  .tk-archive-aside .tk-tag-board { margin-top: 0; }
  .tk-archive-feed { grid-row: 1; }
  .tk-article-aside { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
  .tk-article-aside .tk-sidebar-ad { grid-column: 1/-1; margin: 0; }
  .tk-article-aside .tk-tag-board { margin-top: 0; }
  .tk-sticky-panel { position: static; }
}

@media (max-width: 620px) {
  .tk-container { width: min(calc(100% - 22px),var(--container)); }
  .tk-utility-row { min-height: 28px; }
  .tk-utility-row nav { gap: 10px; }
  .tk-utility-row nav a:first-child { display: none; }
  .tk-masthead-row { min-height: 65px; }
  .tk-site-logo { height: 42px; }
  .tk-brand > span { display: none; }
  .tk-nav-toggle { width: 42px; height: 42px; }
  .tk-primary-nav { top: 93px; grid-template-columns: repeat(2,1fr); }
  .tk-primary-nav a:nth-child(4n) { border-right: 0; }
  .tk-primary-nav a:nth-child(2n) { border-right: 1px solid var(--hair); }
  .tk-top-ad-shell { width: min(calc(100% - 22px),var(--container)); grid-template-columns: 1fr; }
  .tk-top-ad-shell > a:nth-of-type(-n+2) { grid-column: auto; }
  .tk-top-ad-shell img, .tk-content-banner img { min-height: 52px; aspect-ratio: 16/3; }
  .tk-newsroom-shell { padding-top: 33px; padding-bottom: 60px; }
  .tk-edition-heading { align-items: start; flex-direction: column; gap: 9px; }
  .tk-edition-heading p { max-width: none; text-align: left; font-size: 13px; }
  .tk-dispatch-lead { min-height: 430px; padding: 25px 22px; }
  .tk-dispatch-no { font-size: 47px; }
  .tk-dispatch-copy h2 { font-size: clamp(29px,9vw,40px); }
  .tk-dispatch-copy p { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3; }
  .tk-dispatch-wire { grid-template-columns: 1fr; }
  .tk-wire-head { grid-column: auto; }
  .tk-dispatch-wire article, .tk-dispatch-wire article:nth-child(even) { border-right: 0; border-bottom: 1px solid var(--hair); }
  .tk-sector-columns > section { padding: 20px; }
  .tk-news-ledger-layout { margin-top: 42px; }
  .tk-story-card, .tk-story-card:not(:has(.tk-story-index)), .tk-archive-feed .tk-story-card { padding: 18px 0; grid-template-columns: 42px 105px minmax(0,1fr); gap: 12px; }
  .tk-story-card:not(:has(.tk-story-index)), .tk-archive-feed .tk-story-card { grid-template-columns: 105px minmax(0,1fr); }
  .tk-story-index { font-size: 16px; }
  .tk-story-card h2, .tk-story-card h3, .tk-archive-feed .tk-story-card h2 { margin-top: 4px; font-size: 17px; }
  .tk-story-card p { display: none; }
  .tk-story-meta { flex-direction: column; gap: 1px; }
  .tk-home-aside, .tk-archive-aside, .tk-article-aside { grid-template-columns: 1fr; }
  .tk-archive-header { padding: 29px 22px; }
  .tk-archive-header h1 { font-size: 45px; }
  .tk-article-page { padding: 25px 19px; }
  .tk-article-header h1 { font-size: 35px; }
  .tk-article-deck { font-size: 16px; }
  .tk-article-meta { grid-template-columns: 1fr 1fr; gap: 17px; }
  .tk-article-body { font-size: 17px; line-height: 1.9; }
  .tk-article-footer { align-items: flex-start; flex-direction: column; }
  .tk-share-tools { justify-content: flex-start; }
  .tk-share-feedback { text-align: left; }
  .tk-footer-lead { grid-template-columns: 1fr; gap: 14px; }
  .tk-footer-index { font-size: 48px; }
  .tk-footer-grid { grid-template-columns: 1fr; gap: 28px; }
  .tk-footer-links { grid-template-columns: 1fr; gap: 9px; }
  .tk-footer-bottom span { display: none; }
  .tk-back-to-top { right: 14px; bottom: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* 598TK product visual system v5: clear, calm, professional */
:root {
  --ink: #172536;
  --ink-2: #26384b;
  --paper: #f5f7fa;
  --surface: #ffffff;
  --muted: #667789;
  --hair: #e1e7ed;
  --orange: #e4a11b;
  --orange-dark: #b77b08;
  --green: #17815d;
  --cream: #f8fafc;
  --brand-blue: #0b5ca8;
  --brand-blue-dark: #073e72;
  --brand-blue-soft: #edf5fc;
  --container: 1180px;
}

body { color: var(--ink); background: var(--paper); font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","PingFang SC","Microsoft YaHei",sans-serif; line-height: 1.7; }
a:hover { color: var(--brand-blue); }
.tk-container { width: min(calc(100% - 40px),var(--container)); }
.tk-utility-bar { color: rgba(255,255,255,.8); background: var(--brand-blue-dark); letter-spacing: 0; }
.tk-utility-row { min-height: 30px; }
.tk-terminal-mark { font-weight: 700; }
.tk-terminal-mark i,.tk-live-dot { background: #f2b52e; box-shadow: none; }
.tk-utility-slogan { color: rgba(255,255,255,.55); }
.tk-site-header { border-bottom: 0; background: rgba(255,255,255,.97); box-shadow: 0 2px 12px rgba(17,48,78,.06); }
.tk-masthead-row { min-height: 72px; gap: 28px; }
.tk-site-logo { height: 46px; }
.tk-brand > span { display: none; }
.tk-site-search { width: 330px; border: 1px solid #d8e0e8; border-radius: 6px; background: #f7f9fb; }
.tk-site-search input[type="search"] { padding: 9px 13px; }
.tk-site-search button { padding: 8px 16px; background: var(--brand-blue); border-radius: 0 5px 5px 0; }
.tk-nav-rail { border-top: 1px solid #edf0f3; background: #fff; }
.tk-primary-nav { display: flex; justify-content: center; }
.tk-primary-nav a { min-height: 44px; padding: 0 22px; gap: 0; border: 0; color: #314256; font-size: 14px; font-weight: 600; }
.tk-primary-nav a:last-child { border-right: 0; }
.tk-primary-nav a b { display: none; }
.tk-primary-nav a:hover { color: var(--brand-blue); background: var(--brand-blue-soft); }

.tk-ad-slot { border: 1px solid #e4e8ec; border-radius: 6px; background: #f0f2f4; }
.tk-top-ad-shell { width: min(calc(100% - 40px),var(--container)); margin: 14px auto; padding: 6px; gap: 6px; }
.tk-content-banner { margin: 28px 0; }
.tk-market-pulse { border-block: 1px solid #e1e7ed; background: #fff; }
.tk-pulse-grid { grid-template-columns: 140px repeat(4,1fr); }
.tk-pulse-label { padding: 13px 18px 13px 0; background: var(--brand-blue); }
.tk-pulse-label::before { height: 68px; background: var(--brand-blue); }
.tk-pulse-label span { opacity: .7; }
.tk-pulse-label strong { font-size: 16px; }
.tk-pulse-grid > a { padding: 12px 18px; border-right: 1px solid #e8edf2; }
.tk-pulse-grid > a b { color: #96a4b2; }
.tk-pulse-grid > a span { color: #26384b; font-size: 15px; }
.tk-pulse-grid > a i { color: #9babb9; }

.tk-newsroom-shell { padding-top: 36px; padding-bottom: 70px; }
.tk-edition-heading { align-items: center; margin-bottom: 20px; padding-bottom: 14px; border-bottom: 1px solid #d9e1e8; }
.tk-edition-heading span,.tk-ledger-heading > span,.tk-wire-head span,.tk-tag-board header span,.tk-related-ledger header span { color: var(--brand-blue); font-family: inherit; font-size: 11px; letter-spacing: .06em; }
.tk-edition-heading h1 { margin-top: 2px; font: 700 clamp(28px,3vw,38px)/1.25 "PingFang SC","Microsoft YaHei",sans-serif; letter-spacing: -.02em; }
.tk-edition-heading p { max-width: 440px; color: var(--muted); font-size: 14px; }
.tk-dispatch-board { overflow: hidden; border: 1px solid #dfe6ec; border-radius: 12px; background: #fff; box-shadow: 0 8px 26px rgba(17,48,78,.06); }
.tk-dispatch-lead { min-height: 390px; padding: 34px 38px; border-right: 1px solid #e2e8ee; background: linear-gradient(135deg,#f7fbff,#fff 58%); }
.tk-dispatch-lead::after { display: none; }
.tk-dispatch-no { width: fit-content; padding: 4px 9px; color: #fff; border-radius: 4px; background: var(--brand-blue); font: 700 12px/1.4 inherit; letter-spacing: .08em; }
.tk-dispatch-copy { min-height: 300px; }
.tk-dispatch-meta { margin-bottom: 12px; }
.tk-dispatch-meta span { color: var(--brand-blue); }
.tk-dispatch-copy h2 { margin-bottom: 14px; color: #15283d; font: 700 clamp(29px,3.2vw,42px)/1.3 "PingFang SC","Microsoft YaHei",sans-serif; letter-spacing: -.025em; }
.tk-dispatch-copy p { margin-bottom: 20px; color: #68798a; font-size: 15px; }
.tk-text-link { color: var(--brand-blue); border-bottom: 0; }
.tk-text-link b { color: var(--orange-dark); }
.tk-wire-head { padding: 20px 22px; color: var(--ink); border-bottom: 1px solid #e2e8ee; background: #f5f9fd; }
.tk-wire-head b { margin-top: 3px; font-size: 19px; }
.tk-dispatch-wire article { min-height: 82px; padding: 14px 20px; grid-template-columns: 30px 1fr; border-bottom: 1px solid #edf0f3; }
.tk-dispatch-wire article > span { color: var(--orange-dark); }
.tk-dispatch-wire h3 { font: 600 15px/1.45 inherit; }

.tk-ledger-heading { margin-bottom: 15px; padding-bottom: 10px; border-bottom: 2px solid var(--brand-blue); }
.tk-ledger-heading h2 { font: 700 25px/1.25 inherit; }
.tk-sector-desk { margin-top: 38px; }
.tk-sector-columns { gap: 16px; border: 0; background: transparent; }
.tk-sector-columns > section { padding: 22px; border: 1px solid #e0e6ec; border-radius: 9px; background: #fff; box-shadow: 0 4px 15px rgba(26,55,83,.04); }
.tk-sector-columns > section:last-child { border-right: 1px solid #e0e6ec; }
.tk-sector-columns header > b { color: var(--brand-blue); font: 700 21px/1 monospace; }
.tk-sector-columns h3 { font-size: 18px; }
.tk-sector-columns article { border-top-color: #edf0f3; }

.tk-news-ledger-layout { grid-template-columns: minmax(0,1fr) 310px; gap: 32px; margin-top: 45px; }
.tk-story-feed { border-top: 0; }
.tk-story-card { margin-bottom: 10px; padding: 18px; border: 1px solid #e1e7ed; border-radius: 8px; background: #fff; grid-template-columns: 38px 160px minmax(0,1fr); gap: 17px; transition: box-shadow .2s ease,border-color .2s ease; }
.tk-story-card:hover { border-color: #cbd9e6; box-shadow: 0 7px 20px rgba(22,58,91,.07); }
.tk-story-thumb { border-radius: 5px; }
.tk-story-index { color: #a5b2bf; font-size: 15px; }
.tk-story-meta span,.tk-story-kicker { color: var(--brand-blue); }
.tk-story-card h2,.tk-story-card h3 { color: #22354a; font: 650 19px/1.45 inherit; }
.tk-story-card p { color: #718090; }
.tk-flash-wire { overflow: hidden; color: var(--ink); border: 1px solid #dfe6ec; border-top: 3px solid var(--brand-blue); border-radius: 8px; background: #fff; }
.tk-flash-wire header { padding: 17px 19px; border-bottom: 1px solid #e4e9ee; }
.tk-flash-wire header h2 { font-size: 18px; }
.tk-flash-wire header a { color: var(--brand-blue); }
.tk-flash-wire ul { padding: 0 18px; }
.tk-flash-wire li { padding: 13px 0; border-bottom-color: #edf0f3; }
.tk-flash-wire li time { color: var(--orange-dark); }
.tk-flash-wire li a { color: #3a4b5d; }
.tk-tag-board { padding: 20px; border: 1px solid #dfe6ec; border-radius: 8px; background: #fff; }
.tk-tag-board h2 { font: 700 19px/1.25 inherit; }
.tk-tag-cloud a { color: #526579; border-color: #dce4eb; border-radius: 4px; background: #f7f9fb; }
.tk-tag-cloud a:hover { border-color: var(--brand-blue); background: var(--brand-blue); }
.tk-risk-note { padding: 18px; border: 0; border-radius: 8px; background: #fff8e8; }
.tk-risk-note b { color: #a16a00; }

.tk-page-shell { padding-top: 24px; padding-bottom: 70px; }
.tk-archive-header { padding: clamp(26px,4vw,46px); border: 1px solid #dce5ed; border-radius: 11px; color: var(--ink); background: linear-gradient(120deg,#edf6fd,#fff 62%); }
.tk-archive-header::after { display: none; }
.tk-archive-code { color: var(--brand-blue); }
.tk-archive-header h1 { margin: 8px 0; color: #173550; font: 700 clamp(34px,5vw,56px)/1.15 inherit; letter-spacing: -.03em; }
.tk-archive-header p { color: #66798b; }
.tk-archive-nav { overflow: hidden; border: 1px solid #dfe6ec; border-top: 3px solid var(--brand-blue); border-radius: 7px; background: #fff; }
.tk-archive-nav > span,.tk-archive-nav a { border: 0; border-bottom: 1px solid #edf0f3; }
.tk-archive-nav a:last-child { border-bottom: 0; }
.tk-archive-feed .tk-story-card { grid-template-columns: 180px minmax(0,1fr); }
.tk-archive-feed .tk-story-card h2 { font-size: 21px; }
.tk-pagination a,.tk-pagination b { border-radius: 5px; background: #fff; }
.tk-pagination b { border-color: var(--brand-blue); background: var(--brand-blue); }

.tk-editorial-article { gap: 30px; }
.tk-article-page { padding: clamp(28px,5vw,55px); border: 1px solid #dfe6ec; border-radius: 10px; background: #fff; }
.tk-article-label { color: var(--brand-blue); }
.tk-article-header { border-bottom: 1px solid #dbe3ea; }
.tk-article-header h1 { color: #162c41; font: 700 clamp(34px,4.6vw,52px)/1.3 "PingFang SC","Microsoft YaHei",sans-serif; letter-spacing: -.035em; }
.tk-article-deck { color: #617487; }
.tk-article-meta small { color: #98a6b4; }
.tk-article-cover { overflow: hidden; border-radius: 7px; }
.tk-article-body { color: #293b4d; font-family: "PingFang SC","Microsoft YaHei",sans-serif; font-size: 17px; line-height: 1.95; }
.tk-article-body h2 { border-left-color: var(--brand-blue); border-bottom-color: #e1e7ed; }
.tk-article-body blockquote { border-color: #dbe6ef; border-left-color: var(--brand-blue); border-radius: 5px; background: #f5f9fc; }
.tk-risk-box { border-left-color: var(--orange); border-radius: 4px; background: #fff8e9; }
.tk-article-footer { border-top-color: #dce4eb; }
.tk-share-option { border-color: #dce4eb; border-radius: 4px; background: #fff; }
.tk-share-option > span { border-radius: 3px; background: var(--brand-blue); }
.tk-share-option:hover { border-color: var(--brand-blue); background: var(--brand-blue); }
.tk-related-ledger { overflow: hidden; border: 1px solid #dfe6ec; border-top: 3px solid var(--brand-blue); border-radius: 7px; background: #fff; }
.tk-related-ledger header,.tk-plain-list li { border: 0; border-bottom: 1px solid #edf0f3; }
.tk-related-ledger h2 { font: 700 19px/1.25 inherit; }
.tk-plain-list li::before { color: var(--orange-dark); }
.tk-reading-progress { background: var(--brand-blue); }

.tk-site-footer { color: rgba(255,255,255,.68); background: #0a355b; }
.tk-footer-lead { padding-top: 42px; padding-bottom: 28px; border-bottom-color: rgba(255,255,255,.12); grid-template-columns: 140px 1fr; }
.tk-footer-index { font-size: 48px; }
.tk-footer-index span,.tk-footer-overline { color: #f2b52e; }
.tk-footer-lead h2 { font: 600 clamp(22px,2.6vw,31px)/1.3 inherit; }
.tk-footer-grid { padding-top: 30px; padding-bottom: 32px; }
.tk-footer-links,.tk-footer-bottom { border-top-color: rgba(255,255,255,.12); }
.tk-back-to-top { border-radius: 5px; background: var(--brand-blue); box-shadow: 0 5px 15px rgba(5,42,75,.24); }

@media (max-width:1180px) {
  .tk-container,.tk-top-ad-shell { width: min(calc(100% - 28px),var(--container)); }
  .tk-primary-nav { position: absolute; top: 102px; display: none; width: 100%; padding: 10px 14px 16px; border-bottom: 1px solid #dce3e9; background: #fff; grid-template-columns: repeat(4,1fr); }
  .tk-primary-nav.tk-is-open { display: grid; }
  .tk-primary-nav a { border: 1px solid #e3e8ed; border-right: 0; }
  .tk-primary-nav a:nth-child(4n) { border-right: 1px solid #e3e8ed; }
}

@media (max-width:900px) {
  .tk-dispatch-board { grid-template-columns: 1fr; }
  .tk-dispatch-lead { border-right: 0; border-bottom: 1px solid #e2e8ee; }
  .tk-dispatch-wire { grid-template-columns: repeat(2,1fr); }
  .tk-wire-head { grid-column: 1/-1; }
  .tk-sector-columns { grid-template-columns: 1fr; }
  .tk-sector-columns > section,.tk-sector-columns > section:last-child { border: 1px solid #e0e6ec; }
  .tk-news-ledger-layout,.tk-archive-layout,.tk-editorial-article,.tk-search-layout { grid-template-columns: 1fr; }
  .tk-home-aside,.tk-archive-aside,.tk-article-aside { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
}

@media (max-width:620px) {
  .tk-container,.tk-top-ad-shell { width: min(calc(100% - 20px),var(--container)); }
  .tk-masthead-row { min-height: 62px; }
  .tk-site-logo { height: 40px; }
  .tk-primary-nav { top: 92px; grid-template-columns: repeat(2,1fr); }
  .tk-primary-nav a { min-height: 42px; padding: 0 8px; }
  .tk-primary-nav a:nth-child(4n) { border-right: 0; }
  .tk-primary-nav a:nth-child(2n) { border-right: 1px solid #e3e8ed; }
  .tk-pulse-grid { min-width: 680px; }
  .tk-newsroom-shell { padding-top: 26px; }
  .tk-edition-heading { align-items: flex-start; }
  .tk-dispatch-lead { min-height: 350px; padding: 24px 20px; }
  .tk-dispatch-copy { min-height: 280px; }
  .tk-dispatch-copy h2 { font-size: 28px; }
  .tk-dispatch-wire { grid-template-columns: 1fr; }
  .tk-wire-head { grid-column: auto; }
  .tk-story-card,.tk-story-card:not(:has(.tk-story-index)),.tk-archive-feed .tk-story-card { padding: 13px; grid-template-columns: 30px 96px minmax(0,1fr); gap: 10px; }
  .tk-story-card:not(:has(.tk-story-index)),.tk-archive-feed .tk-story-card { grid-template-columns: 96px minmax(0,1fr); }
  .tk-story-card h2,.tk-story-card h3,.tk-archive-feed .tk-story-card h2 { font-size: 16px; }
  .tk-home-aside,.tk-archive-aside,.tk-article-aside { grid-template-columns: 1fr; }
  .tk-article-page { padding: 25px 18px; }
  .tk-article-header h1 { font-size: 32px; }
  .tk-footer-lead,.tk-footer-grid { grid-template-columns: 1fr; }
}

/* final product polish: prioritize Chinese content over decorative notation */
.tk-top-ad-shell { display: flex; min-height: 0; max-height: 126px; align-items: center; justify-content: center; }
.tk-top-ad-shell > a { display: flex; max-width: 100%; align-items: center; justify-content: center; flex: 0 1 auto; }
.tk-top-ad-shell img { width: auto; max-height: 112px; object-fit: contain; }
.tk-pulse-label span,.tk-pulse-grid > a b,.tk-dispatch-no,.tk-wire-head span,.tk-ledger-heading > span,.tk-story-index,.tk-sector-columns header > b,.tk-sector-columns header span { display: none; }
.tk-pulse-label { justify-content: center; }
.tk-pulse-grid > a { grid-template-rows: auto; }
.tk-dispatch-lead { min-height: 340px; }
.tk-dispatch-copy { min-height: 0; padding-top: 76px; justify-content: flex-start; }
.tk-dispatch-wire article { min-height: 72px; padding-block: 12px; grid-template-columns: 1fr; }
.tk-sector-columns section > header { grid-template-columns: 1fr auto; }
.tk-story-card { grid-template-columns: 160px minmax(0,1fr); }
.tk-story-copy { grid-column: 2; }
.tk-story-thumb + .tk-story-index + .tk-story-copy { grid-column: 2; }
.tk-story-card:not(:has(.tk-story-thumb)) .tk-story-copy { grid-column: 1/-1; }

@media (max-width:620px) {
  .tk-top-ad-shell { max-height: 82px; }
  .tk-top-ad-shell img { max-height: 70px; }
  .tk-dispatch-copy { padding-top: 45px; }
  .tk-story-card,.tk-story-card:not(:has(.tk-story-index)) { grid-template-columns: 96px minmax(0,1fr); }
  .tk-story-card:not(:has(.tk-story-thumb)) .tk-story-copy { grid-column: 1/-1; }
}
