
.tpk-news {
  box-sizing: border-box;
  --green: #009B74;
  --green-dark: #0B5F4B;
  --green-mid: #007A5E;
  --green-wash: #F7FBF9;
  --green-rec: #EAF7F2;
  --ink: #1D1D1F;
  --text: #4F555B;
  --tech: #62686E;
  --muted: #7B8288;
  --line: #E6E8EA;
  --tag: #F2F2F2;
  --radius: 10px;
  --pill: 999px;
  --ease: cubic-bezier(.16,1,.3,1);
  width: 100%;
  color: var(--ink);
  background: #fff;
  font-family: Inter,"PingFang SC","Microsoft YaHei","Noto Sans SC",sans-serif;
  letter-spacing: -.15px;
  -webkit-font-smoothing: antialiased;
  --soft: #F7F8F9;
}
.tpk-news * {
  box-sizing: border-box;
}
.tpk-news a {
  color: inherit;
}
.tpk-news img {
  max-width: 100%;
}
.tpk-news button {
  font: inherit;
}
.tpk-news .tpk-article {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  padding: 60px 24px 76px;
}
.tpk-news .tpk-article-header {
  padding-bottom: 26px;
  margin-bottom: 34px;
  border-bottom: 1px solid var(--line);
}
.tpk-news .tpk-title {
  margin: 0 0 12px;
  color: var(--ink);
  font-size: clamp(32px,4vw,46px);
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: -.4px;
}
.tpk-news .tpk-subtitle {
  max-width: 900px;
  margin: 0;
  color: var(--text);
  font-size: 18px;
  line-height: 1.58;
}
.tpk-news .tpk-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 22px;
}
.tpk-news .tpk-meta-items {
  display: flex;
  align-items: center;
  gap: 11px 28px;
  flex-wrap: wrap;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}
.tpk-news .tpk-meta-pair {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  white-space: nowrap;
}
.tpk-news .tpk-meta-pair strong {
  color: var(--ink);
  font-weight: 700;
}
.tpk-news .tpk-print-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border: 1px solid #DEDEDE;
  border-radius: var(--pill);
  background: transparent;
  color: var(--muted);
  font-size: 12px;
  line-height: 1;
  font-weight: 650;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color .25s ease,color .25s ease;
}
.tpk-news .tpk-print-btn:hover {
  border-color: var(--green);
  color: var(--green);
}
.tpk-news .tpk-print-btn:focus-visible {
  border-color: var(--green);
  color: var(--green);
  outline: 2px solid var(--green);
  outline-offset: 2px;
}
.tpk-news .tpk-print-btn svg {
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}
.tpk-news .tpk-prose p {
  margin: 0 0 22px;
  color: var(--text);
  font-size: 17px;
  line-height: 1.85;
}
.tpk-news .tpk-prose h2 {
  margin: 52px 0 20px;
  color: var(--ink);
  font-size: 28px;
  line-height: 1.25;
  font-weight: 650;
}
.tpk-news .tpk-prose h3 {
  margin: 32px 0 12px;
  color: var(--ink);
  font-size: 20px;
  line-height: 1.35;
  font-weight: 650;
}
.tpk-news .tpk-prose p a {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-news .tpk-prose li a {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-news .tpk-figure-copy a {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-news .tpk-prose p a:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-prose p a:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-prose li a:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-prose li a:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-figure-copy a:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-figure-copy a:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-info-box {
  margin: 30px 0;
  padding: 22px 24px;
  border-radius: var(--radius);
  background: #F2F2F2;
}
.tpk-news .tpk-info-label {
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tpk-news .tpk-info-text {
  color: var(--ink);
  font-size: 14.5px;
  line-height: 1.72;
  font-weight: 550;
}
.tpk-news .tpk-quote {
  margin: 34px 0;
  padding: 2px 0 2px 18px;
  border-left: 2px solid var(--green);
}
.tpk-news .tpk-quote p {
  margin: 0 0 9px;
  color: var(--ink);
  font-size: 17px;
  line-height: 1.76;
}
.tpk-news .tpk-quote cite {
  display: block;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.6;
  font-style: normal;
}
.tpk-news .tpk-figure {
  margin: 34px 0;
}
.tpk-news .tpk-figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  background: #F1F2F3;
}
.tpk-news .tpk-figure-item img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  background: #F1F2F3;
}
.tpk-news .tpk-figure-grid {
  display: grid;
  gap: 18px;
  margin: 34px 0;
}
.tpk-news .tpk-figure-grid.is-2 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.tpk-news .tpk-figure-item.is-3x2 img {
  aspect-ratio: 3/2;
  object-fit: cover;
}
.tpk-news .tpk-figure-item .tpk-figure-copy {
  margin: 11px 0 0;
  color: var(--text);
  font-size: 17px;
  line-height: 1.82;
}
.tpk-news .tpk-tags {
  display: flex;
  gap: 9px;
  align-items: center;
  flex-wrap: wrap;
  margin: 38px 0;
}
.tpk-news .tpk-tag {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border: 0;
  border-radius: var(--pill);
  background: var(--tag);
  color: #404040;
  font-size: 13px;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: none;
  cursor: default;
}
.tpk-news .tpk-related {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}
.tpk-news .tpk-related-label {
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.tpk-news .tpk-related-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 28px;
}
.tpk-news .tpk-related-link {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 8px 0;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600;
  text-decoration: none;
  transition: color .25s ease;
}
.tpk-news .tpk-related-link.is-right {
  justify-content: flex-end;
  text-align: right;
}
.tpk-news .tpk-related-arrow {
  flex: 0 0 13px;
  color: var(--muted);
  transition: transform .95s var(--ease),color .25s ease;
  display: inline-block;
  width: 13px;
  height: 13px;
  vertical-align: middle;
}
.tpk-news .tpk-related-link:hover {
  color: var(--green);
}
.tpk-news .tpk-related-link:focus-visible {
  color: var(--green);
}
.tpk-news .tpk-related-link:hover .tpk-related-arrow {
  color: var(--green);
}
.tpk-news .tpk-related-link:focus-visible .tpk-related-arrow {
  color: var(--green);
}
.tpk-news .tpk-related-link.is-left:hover .tpk-related-arrow {
  transform: translateX(-4px);
}
.tpk-news .tpk-related-link.is-left:focus-visible .tpk-related-arrow {
  transform: translateX(-4px);
}
.tpk-news .tpk-related-link.is-right:hover .tpk-related-arrow {
  transform: translateX(4px);
}
.tpk-news .tpk-related-link.is-right:focus-visible .tpk-related-arrow {
  transform: translateX(4px);
}
.tpk-news .tpk-stat-row {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  margin: 38px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tpk-news .tpk-stat-cell {
  min-width: 0;
  padding: 24px 18px;
  border-right: 1px solid var(--line);
  text-align: center;
}
.tpk-news .tpk-stat-cell:last-child {
  border-right: 0;
}
.tpk-news .tpk-stat-value {
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 31px;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
}
.tpk-news .tpk-stat-unit {
  font-size: .58em;
  margin-left: 1px;
  vertical-align: .06em;
}
.tpk-news .tpk-stat-key {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.5;
}
.tpk-news .tpk-steps {
  margin: 30px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.tpk-news .tpk-step {
  padding: 19px 0;
  border-bottom: 1px solid var(--line);
}
.tpk-news .tpk-step:last-child {
  border-bottom: 0;
}
.tpk-news .tpk-step-head {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 6px;
}
.tpk-news .tpk-step-no {
  flex: 0 0 32px;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.35;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}
.tpk-news .tpk-step-head .tpk-step-title {
  margin: 0;
  color: var(--ink);
  font-size: 15.5px;
  line-height: 1.4;
  font-weight: 650;
}
.tpk-news .tpk-step .tpk-step-text {
  margin: 0;
  padding-left: 46px;
  color: var(--text);
  font-size: 13.8px;
  line-height: 1.68;
}
.tpk-news .tpk-figure-grid.is-3 {
  grid-template-columns: repeat(3,minmax(0,1fr));
}
.tpk-news .tpk-figure-grid.is-4 {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.tpk-news .tpk-video video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  background: #111;
}
.tpk-news .tpk-video {
  width: 100%;
  margin: 34px 0;
}
.tpk-news .tpk-video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: var(--radius);
}
.tpk-news .tpk-video-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.tpk-news .tpk-table-scroll {
  width: 100%;
  overflow-x: auto;
  margin: 28px 0 36px;
  border: 1px solid #DDE9E5;
  border-radius: var(--radius);
  background: #fff;
  -webkit-overflow-scrolling: touch;
}
.tpk-news .tpk-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
}
.tpk-news .tpk-table th {
  padding: 12px 15px;
  background: var(--green-dark);
  color: #fff;
  font-size: 11px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .06em;
  text-align: left;
  text-transform: uppercase;
}
.tpk-news .tpk-table td {
  padding: 12px 15px;
  border-top: 1px solid #DDE9E5;
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.65;
  vertical-align: top;
}
.tpk-news .tpk-table tr:nth-child(even) td {
  background: var(--green-wash);
}
.tpk-news .tpk-table .is-recommended td {
  background: var(--green-rec);
}
.tpk-news .tpk-table .is-recommended td:first-child {
  color: var(--green-mid);
  font-weight: 700;
}
.tpk-news .tpk-figure-item.is-4x3 img {
  aspect-ratio: 4/3;
  object-fit: cover;
}
.tpk-news .tpk-figure-item.is-square img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.tpk-news .tpk-figure-item.is-portrait img {
  aspect-ratio: 3/4;
  object-fit: cover;
}
.tpk-news .tpk-prose .tpk-figcaption {
  margin-top: 9px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.tpk-news .tpk-prose .tpk-video-caption {
  margin: 9px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}
.tpk-news .tpk-inline-link {
  color: inherit;
  font-weight: 500;
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-decoration-color: var(--ink);
  transition: color .25s ease,text-decoration-color .25s ease;
}
.tpk-news .tpk-inline-link:hover {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-inline-link:focus-visible {
  color: var(--green);
  text-decoration-color: var(--green);
}
.tpk-news .tpk-prose {
  min-width: 0;
}
.tpk-news .tpk-related-arrow[data-tpk-icon] {
  display: inline-block;
  width: 13px;
  height: 13px;
  flex: 0 0 13px;
}
.tpk-news .tpk-related-arrow>[data-tpk-icon] {
  display: block;
  width: 100%;
  height: 100%;
}
.tpk-news .tpk-download-icon[data-tpk-icon] {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  vertical-align: middle;
}

@media (max-width:760px) {
  .tpk-news .tpk-article {
    padding: 28px 16px 44px;
  }
  .tpk-news .tpk-article-header {
    padding-bottom: 22px;
    margin-bottom: 28px;
  }
  .tpk-news .tpk-title {
    font-size: 28px;
    line-height: 1.16;
    letter-spacing: -.25px;
  }
  .tpk-news .tpk-subtitle {
    font-size: 16px;
    line-height: 1.58;
  }
  .tpk-news .tpk-meta {
    margin-top: 18px;
  }
  .tpk-news .tpk-meta-items {
    gap: 8px 16px;
    font-size: 12px;
  }
  .tpk-news .tpk-print-btn {
    display: none;
  }
  .tpk-news .tpk-tags {
    display: none;
  }
  .tpk-news .tpk-related {
    display: none;
  }
  .tpk-news .tpk-prose p {
    font-size: 16px;
    line-height: 1.82;
  }
  .tpk-news .tpk-prose h2 {
    margin: 42px 0 17px;
    font-size: 24px;
    line-height: 1.28;
  }
  .tpk-news .tpk-figure-grid.is-2 {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 30px 0;
  }
  .tpk-news .tpk-figure-item .tpk-figure-copy {
    font-size: 16px;
    line-height: 1.82;
  }
  .tpk-news .tpk-stat-row {
    grid-template-columns: repeat(4,minmax(0,1fr));
    margin: 32px 0;
  }
  .tpk-news .tpk-stat-cell {
    padding: 14px 3px 13px;
  }
  .tpk-news .tpk-stat-value {
    max-width: 100%;
    font-size: clamp(15px,4.2vw,19px);
    letter-spacing: -.45px;
    font-variant-numeric: tabular-nums;
  }
  .tpk-news .tpk-stat-unit {
    font-size: .54em;
    vertical-align: .08em;
  }
  .tpk-news .tpk-stat-key {
    max-width: 72px;
    margin: 0 auto;
    font-size: 9.5px;
    line-height: 1.34;
    overflow-wrap: anywhere;
  }
  .tpk-news .tpk-step {
    padding: 17px 0;
  }
  .tpk-news .tpk-step-head {
    gap: 12px;
  }
  .tpk-news .tpk-step-no {
    flex-basis: 30px;
    font-size: 13px;
  }
  .tpk-news .tpk-step-head .tpk-step-title {
    font-size: 15px;
  }
  .tpk-news .tpk-step .tpk-step-text {
    padding-left: 42px;
    font-size: 13.5px;
  }
  .tpk-news .tpk-figure-grid.is-3 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .tpk-news .tpk-figure-grid.is-4 {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .tpk-news .tpk-table {
    min-width: 640px;
  }
}

@media (prefers-reduced-motion:reduce) {
  .tpk-news .tpk-related-arrow {
    transition: none;
  }
  .tpk-news .tpk-related-link.is-left:hover .tpk-related-arrow {
    transform: none;
  }
  .tpk-news .tpk-related-link.is-right:hover .tpk-related-arrow {
    transform: none;
  }
  .tpk-news .tpk-related-link.is-left:focus-visible .tpk-related-arrow {
    transform: none;
  }
  .tpk-news .tpk-related-link.is-right:focus-visible .tpk-related-arrow {
    transform: none;
  }
}

