@charset "UTF-8";
/*!
Theme Name: WhoTalking Terminal
Theme URI: https://whotalking.com/
Author: WhoTalking Editorial
Author URI: https://whotalking.com/
Description: Attention-market terminal theme for WhoTalking — the global attention index. Dark terminal chrome, wine and gold data accents, ivory document panels for long-form reading.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: whotalking-terminal
Tags: custom-menu, featured-images, custom-post-types
*/
* {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #1A0E14;
  color: #F2EBE3;
  font-family: "Schibsted Grotesk", "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible {
  outline: 2px solid #C9A45C;
  outline-offset: 2px;
}

::selection {
  background: #7A2440;
  color: #fff;
}

.tk-skip-link {
  position: absolute;
  left: -9999px;
}
.tk-skip-link:focus {
  left: 1rem;
  top: 1rem;
  z-index: 100;
  background: #C9A45C;
  color: #1A0E14;
  padding: 0.5rem 1rem;
  font-family: "Red Hat Mono", "Courier New", monospace;
}

.tk-ticker {
  background: #0D0709;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  height: 2rem;
  display: flex;
  align-items: center;
  overflow: hidden;
  user-select: none;
}
.tk-ticker__reel {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
  animation: tk-marquee 42s linear infinite;
  padding-left: 1rem;
}
.tk-ticker__item {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.tk-ticker__item .tk-tick-name {
  color: #C9A45C;
  font-weight: 700;
}
.tk-ticker__item .tk-tick-up {
  color: #3E9B6B;
}
.tk-ticker__item .tk-tick-down {
  color: #C05555;
}
.tk-ticker__item .tk-tick-flat {
  color: #9A8880;
}
.tk-ticker__item .tk-tick-sep {
  color: rgba(255, 255, 255, 0.16);
}

@keyframes tk-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tk-ticker__reel {
    animation: none;
  }
}
.tk-header {
  height: 4rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1.5rem;
  background: #1A0E14;
  position: relative;
  z-index: 10;
}
.tk-header__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tk-header__brand svg {
  display: block;
}
.tk-header__brand .tk-brand-name {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #C9A45C;
}
.tk-header__meta {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  display: none;
  gap: 1.25rem;
}
@media (min-width: 900px) {
  .tk-header__meta {
    display: flex;
  }
}
.tk-header__meta .tk-clock {
  color: #F2EBE3;
}
.tk-header__meta .tk-status-open {
  color: #3E9B6B;
}

.tk-nav {
  display: none;
  align-items: center;
  gap: 1.5rem;
  margin-left: 2.5rem;
}
@media (min-width: 900px) {
  .tk-nav {
    display: flex;
  }
}
.tk-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 1.5rem;
}
.tk-nav a {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 700;
  color: #9A8880;
  transition: color 0.15s ease;
}
.tk-nav a:hover {
  color: #C9A45C;
}
.tk-nav a[aria-current=page] {
  color: #C9A45C;
}
.tk-nav .tk-nav-hot {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.tk-nav .tk-nav-hot::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C05555;
}

.tk-nav-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: 1px solid rgba(201, 164, 92, 0.22);
  color: #C9A45C;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}
@media (min-width: 900px) {
  .tk-nav-toggle {
    display: none;
  }
}

.tk-nav-drawer {
  display: none;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  background: #0D0709;
}
.tk-nav-drawer.is-open {
  display: block;
}
.tk-nav-drawer ul {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}
.tk-nav-drawer a {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 700;
  color: #F2EBE3;
  display: block;
  padding: 0.75rem 1.5rem;
  border-top: 1px solid rgba(201, 164, 92, 0.08);
}
.tk-nav-drawer a:hover {
  color: #C9A45C;
  background: rgba(122, 36, 64, 0.15);
}
@media (min-width: 900px) {
  .tk-nav-drawer {
    display: none !important;
  }
}

.tk-section-head {
  padding: 0.875rem 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.tk-section-head h2, .tk-section-head .tk-section-title {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 700;
  color: #C9A45C;
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.tk-section-head h2 svg, .tk-section-head .tk-section-title svg {
  flex: none;
}
.tk-section-head .tk-section-link {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #C9A45C;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tk-section-head .tk-section-link:hover {
  color: #F2EBE3;
}
.tk-section-head--wine {
  background: rgba(122, 36, 64, 0.18);
}
.tk-section-head--dark {
  background: rgba(0, 0, 0, 0.35);
}

.tk-chip {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  display: inline-block;
  padding: 0.15rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  border-radius: 3px;
  color: #F2EBE3;
}
.tk-chip--jp {
  background: rgba(160, 46, 46, 0.25);
  border-color: rgba(220, 90, 90, 0.3);
  color: #E08A8A;
}
.tk-chip--br {
  background: rgba(46, 120, 70, 0.25);
  border-color: rgba(90, 190, 120, 0.3);
  color: #7FC99A;
}
.tk-chip--fr {
  background: rgba(46, 74, 130, 0.25);
  border-color: rgba(100, 140, 220, 0.35);
  color: #93AEE0;
}
.tk-chip--eu {
  background: rgba(46, 74, 130, 0.25);
  border-color: rgba(100, 140, 220, 0.35);
  color: #93AEE0;
}
.tk-chip--kr {
  background: rgba(120, 60, 140, 0.25);
  border-color: rgba(180, 110, 210, 0.35);
  color: #C69BD8;
}

.tk-btn, .tk-searchform button {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 700;
  display: inline-block;
  padding: 0.8rem 1.4rem;
  border: 1px solid #C9A45C;
  color: #C9A45C;
  transition: all 0.15s ease;
  cursor: pointer;
}
.tk-btn:hover, .tk-searchform button:hover {
  background: #C9A45C;
  color: #1A0E14;
}
.tk-btn--solid {
  background: #7A2440;
  border-color: #7A2440;
  color: #fff;
}
.tk-btn--solid:hover {
  background: #C9A45C;
  border-color: #C9A45C;
  color: #1A0E14;
}

.tk-hero {
  padding: 2.5rem 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 900px) {
  .tk-hero {
    flex-direction: row;
    align-items: flex-start;
  }
}
.tk-hero__main {
  flex: 1;
}
.tk-hero__kicker {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  display: inline-block;
  background: #7A2440;
  color: #fff;
  font-weight: 700;
  padding: 0.25rem 0.6rem;
  margin-bottom: 1.25rem;
}
.tk-hero h1 {
  font-size: clamp(2.4rem, 6vw, 3.6rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 0.98;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}
.tk-hero h1 .tk-hero-accent {
  color: #C9A45C;
  display: block;
}
.tk-hero__deck {
  max-width: 38rem;
  color: #9A8880;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 1.75rem;
}
.tk-hero__cta {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.tk-hero__stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(9.5rem, 1fr));
  gap: 1rem;
  flex: none;
}

.tk-stat {
  padding: 1.1rem;
  border: 1px solid rgba(201, 164, 92, 0.22);
  background: #2D1822;
}
.tk-stat__label {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  margin-bottom: 0.4rem;
}
.tk-stat__value {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: #C9A45C;
}

.tk-board {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
}
@media (min-width: 1200px) {
  .tk-board {
    grid-template-columns: 2fr 1fr;
  }
}

.tk-pulse {
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
}
@media (min-width: 1200px) {
  .tk-pulse {
    border-bottom: 0;
    border-right: 1px solid rgba(201, 164, 92, 0.22);
  }
}
.tk-pulse__scroll {
  overflow-x: auto;
}
.tk-pulse table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.75rem;
}
.tk-pulse thead {
  background: rgba(0, 0, 0, 0.4);
}
.tk-pulse thead th {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 500;
  color: #9A8880;
  padding: 0.8rem 1.25rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
  white-space: nowrap;
}
.tk-pulse thead th:last-child {
  text-align: right;
}
.tk-pulse tbody tr {
  border-bottom: 1px solid rgba(201, 164, 92, 0.1);
  transition: background 0.15s ease;
}
.tk-pulse tbody tr:hover {
  background: rgba(122, 36, 64, 0.12);
}
.tk-pulse td {
  padding: 0.9rem 1.25rem;
  vertical-align: middle;
  white-space: nowrap;
}
.tk-pulse .tk-pulse-rank {
  color: #9A8880;
}
.tk-pulse .tk-pulse-subject {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.tk-pulse .tk-pulse-subject .tk-pulse-ticker {
  font-weight: 700;
  font-size: 0.875rem;
  color: #C9A45C;
}
.tk-pulse .tk-pulse-subject a.tk-pulse-ticker:hover {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.tk-pulse .tk-pulse-subject .tk-pulse-name {
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #9A8880;
}
.tk-pulse .tk-mom-up {
  color: #3E9B6B;
}
.tk-pulse .tk-mom-down {
  color: #C05555;
}
.tk-pulse .tk-mom-flat {
  color: #9A8880;
}
.tk-pulse .tk-spark {
  opacity: 0.6;
  display: block;
}
.tk-pulse .tk-vol {
  text-align: right;
  font-weight: 700;
}

.tk-wire {
  display: flex;
  flex-direction: column;
}
.tk-wire__list {
  display: flex;
  flex-direction: column;
}
.tk-wire article {
  padding: 1.4rem 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.1);
  transition: background 0.15s ease;
}
.tk-wire article:hover {
  background: rgba(122, 36, 64, 0.12);
}
.tk-wire article:last-child {
  border-bottom: 0;
}
.tk-wire .tk-wire-stamp {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  margin-bottom: 0.5rem;
}
.tk-wire h3 {
  font-size: 1.05rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.6rem;
  letter-spacing: -0.01em;
}
.tk-wire h3 a:hover {
  color: #C9A45C;
}
.tk-wire p {
  font-size: 0.8rem;
  color: #9A8880;
  line-height: 1.65;
  margin: 0;
}

.tk-spotlight {
  display: grid;
  grid-template-columns: 1fr;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
}
@media (min-width: 640px) {
  .tk-spotlight {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .tk-spotlight {
    grid-template-columns: repeat(4, 1fr);
  }
}
.tk-spotlight__cell {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
}
@media (min-width: 640px) {
  .tk-spotlight__cell {
    border-right: 1px solid rgba(201, 164, 92, 0.22);
  }
}
.tk-spotlight__cell:nth-child(odd) {
  background: #2D1822;
}
.tk-spotlight__cell:last-child {
  border-right: 0;
}
@media (min-width: 1200px) {
  .tk-spotlight__cell {
    border-bottom: 0;
  }
}
.tk-spotlight .tk-spot-idx {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #C9A45C;
  margin-bottom: 1rem;
}
.tk-spotlight h3 {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin: 0 0 0.2rem;
}
.tk-spotlight h3 a:hover {
  color: #C9A45C;
}
.tk-spotlight .tk-spot-role {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  margin-bottom: 0.9rem;
}
.tk-spotlight p {
  font-size: 0.8rem;
  color: #9A8880;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
}

.tk-japan {
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
}
.tk-japan__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .tk-japan__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.tk-japan article {
  padding: 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.1);
}
@media (min-width: 900px) {
  .tk-japan article {
    border-bottom: 0;
    border-right: 1px solid rgba(201, 164, 92, 0.1);
  }
  .tk-japan article:last-child {
    border-right: 0;
  }
}
.tk-japan article:hover {
  background: rgba(122, 36, 64, 0.12);
}
.tk-japan article h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  letter-spacing: -0.01em;
}
.tk-japan article h3 a:hover {
  color: #C9A45C;
}
.tk-japan article p {
  font-size: 0.8rem;
  color: #9A8880;
  margin: 0;
  line-height: 1.65;
}

.tk-topics-strip {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
}
.tk-topics-strip a {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 700;
  color: #9A8880;
  padding: 1.1rem 1.5rem;
  border-right: 1px solid rgba(201, 164, 92, 0.1);
  flex: 1 1 auto;
  text-align: center;
  transition: all 0.15s ease;
}
.tk-topics-strip a:hover {
  color: #C9A45C;
  background: rgba(122, 36, 64, 0.12);
}

.tk-mission {
  padding: 3rem 1.5rem;
  background: rgba(122, 36, 64, 0.06);
}
.tk-mission__panel {
  max-width: 52rem;
  margin: 0 auto;
  border: 1px solid rgba(201, 164, 92, 0.22);
  background: #1A0E14;
  padding: 2rem;
  position: relative;
}
.tk-mission__panel .tk-mission-ref {
  position: absolute;
  top: 0.5rem;
  right: 0.75rem;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.5rem;
  letter-spacing: 0.14em;
  color: #9A8880;
  text-transform: uppercase;
}
.tk-mission__panel h2 {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 700;
  color: #C9A45C;
  margin: 0 0 1.25rem;
}
.tk-mission__panel p {
  font-size: 1.25rem;
  font-weight: 600;
  font-style: italic;
  line-height: 1.65;
  margin: 0;
}
.tk-mission__panel p .tk-gold {
  color: #C9A45C;
}

.tk-archive-hero {
  padding: 2.25rem 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.22);
}
.tk-archive-hero .tk-archive-kicker {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #C9A45C;
  margin-bottom: 0.8rem;
}
.tk-archive-hero h1 {
  font-size: clamp(1.8rem, 4.5vw, 2.6rem);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin: 0 0 0.9rem;
}
.tk-archive-hero p {
  max-width: 52rem;
  color: #9A8880;
  font-size: 0.95rem;
  line-height: 1.75;
  margin: 0 0 0.85rem;
}
.tk-archive-hero .tk-context-figure {
  max-width: 52rem;
}

.tk-entry-list article {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 1.25rem;
  align-items: baseline;
  padding: 1.4rem 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.1);
  transition: background 0.15s ease;
}
.tk-entry-list article:hover {
  background: rgba(122, 36, 64, 0.1);
}
.tk-entry-list .tk-entry-idx {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.75rem;
  color: #9A8880;
}
.tk-entry-list h2 {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.015em;
  margin: 0 0 0.35rem;
}
.tk-entry-list h2 a:hover {
  color: #C9A45C;
}
.tk-entry-list .tk-entry-meta {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
.tk-entry-list .tk-entry-excerpt {
  color: #9A8880;
  font-size: 0.85rem;
  line-height: 1.65;
  margin: 0.5rem 0 0;
  max-width: 46rem;
}
.tk-entry-list .tk-entry-date {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  text-align: right;
}

.tk-pagination {
  display: flex;
  justify-content: center;
  gap: 0.4rem;
  padding: 1.5rem;
}
.tk-pagination .page-numbers {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.6875rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  padding: 0.5rem 0.8rem;
  border: 1px solid rgba(201, 164, 92, 0.22);
  color: #9A8880;
}
.tk-pagination .page-numbers.current {
  color: #1A0E14;
  background: #C9A45C;
  border-color: #C9A45C;
}
.tk-pagination .page-numbers:hover:not(.current) {
  color: #C9A45C;
}

.tk-doc {
  padding: 2.5rem 1rem 3.5rem;
}
@media (min-width: 900px) {
  .tk-doc {
    padding: 3rem 1.5rem 4.5rem;
  }
}
.tk-doc__frame {
  max-width: 50rem;
  margin: 0 auto;
  background: #F4EDE2;
  color: #241018;
  border: 1px solid rgba(201, 164, 92, 0.22);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4), 0 24px 60px rgba(0, 0, 0, 0.45);
}
.tk-doc__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.6rem 1.25rem;
  background: #0D0709;
  color: #9A8880;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
}
.tk-doc__bar .tk-doc-dot {
  color: #C9A45C;
}
.tk-doc__head {
  padding: 2.25rem 1.5rem 0;
}
@media (min-width: 900px) {
  .tk-doc__head {
    padding: 3rem 3.5rem 0;
  }
}
.tk-doc__head .tk-doc-kicker {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #7A2440;
  font-weight: 700;
  margin-bottom: 1rem;
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.tk-doc__head h1 {
  font-size: clamp(1.9rem, 4.4vw, 2.8rem);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.06;
  margin: 0 0 1.1rem;
  color: #241018;
}
.tk-doc__head .tk-doc-standfirst {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #5C4A50;
  margin: 0 0 1.5rem;
}
.tk-doc__head .tk-doc-meta {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #5C4A50;
  display: flex;
  gap: 1.25rem;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #4C1228;
}
.tk-doc__hero {
  margin: 1.75rem 0 0;
}
.tk-doc__hero img {
  width: 100%;
}
.tk-doc__hero figcaption {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #5C4A50;
  padding: 0.5rem 1.5rem;
}
@media (min-width: 900px) {
  .tk-doc__hero figcaption {
    padding: 0.5rem 3.5rem;
  }
}
.tk-doc__body {
  padding: 1.75rem 1.5rem 2.5rem;
}
@media (min-width: 900px) {
  .tk-doc__body {
    padding: 2.25rem 3.5rem 3.5rem;
  }
}
.tk-doc__body {
  font-size: 1.0625rem;
  line-height: 1.78;
  color: #241018;
}
.tk-doc__body > p:first-child::first-letter {
  font-size: 3.4em;
  font-weight: 800;
  float: left;
  line-height: 0.82;
  padding: 0.06em 0.12em 0 0;
  color: #7A2440;
}
.tk-doc__body h2 {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 2.4rem 0 0.9rem;
  color: #241018;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(76, 18, 40, 0.15);
}
.tk-doc__body h3 {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 1.9rem 0 0.7rem;
  color: #241018;
}
.tk-doc__body a {
  color: #7A2440;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.tk-doc__body a:hover {
  color: #4C1228;
}
.tk-doc__body ul, .tk-doc__body ol {
  padding-left: 1.4rem;
  margin: 1rem 0;
}
.tk-doc__body li {
  margin-bottom: 0.45rem;
}
.tk-doc__body blockquote {
  margin: 1.75rem 0;
  padding: 1.1rem 1.4rem;
  border-left: 3px solid #C9A45C;
  background: rgba(201, 164, 92, 0.1);
  font-style: italic;
}
.tk-doc__body blockquote p {
  margin: 0;
}
.tk-doc__body table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.75rem 0;
  font-size: 0.85rem;
  font-family: "Red Hat Mono", "Courier New", monospace;
}
.tk-doc__body table th {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  text-align: left;
  background: #4C1228;
  color: #F4EDE2;
  padding: 0.7rem 0.8rem;
}
.tk-doc__body table td {
  padding: 0.65rem 0.8rem;
  border-bottom: 1px solid rgba(76, 18, 40, 0.15);
}
.tk-doc__body table tr:nth-child(even) td {
  background: rgba(76, 18, 40, 0.045);
}
.tk-doc__body figure {
  margin: 1.75rem 0;
}
.tk-doc__body figcaption {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #5C4A50;
  margin-top: 0.5rem;
}
.tk-doc__body .tk-context-figure {
  margin: 0 0 2.25rem;
}
.tk-doc__body details {
  border: 1px solid rgba(76, 18, 40, 0.2);
  margin-bottom: 0.6rem;
  background: rgba(255, 255, 255, 0.45);
}
.tk-doc__body details summary {
  cursor: pointer;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 0.85rem 1.1rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.tk-doc__body details summary::-webkit-details-marker {
  display: none;
}
.tk-doc__body details summary::after {
  content: "+";
  font-family: "Red Hat Mono", "Courier New", monospace;
  color: #7A2440;
  font-size: 1.1rem;
  flex: none;
}
.tk-doc__body details summary:hover {
  color: #7A2440;
}
.tk-doc__body details summary h3 {
  flex: 1;
  font: inherit;
  margin: 0;
  color: inherit;
}
.tk-doc__body details[open] summary::after {
  content: "−";
}
.tk-doc__body details > *:not(summary) {
  padding: 0 1.1rem;
}
.tk-doc__body details > p:last-child {
  padding-bottom: 1rem;
}

.tk-context-figure {
  margin: 1.75rem 0 0;
}
.tk-context-figure img {
  width: 100%;
  border: 1px solid rgba(76, 18, 40, 0.18);
  background: #160b10;
}
.tk-context-figure figcaption {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.5625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  margin-top: 0.6rem;
  line-height: 1.6;
}
.tk-context-figure--paper figcaption {
  color: #5C4A50;
}
.tk-context-figure--dark {
  margin-top: 1.4rem;
}
.tk-context-figure--dark img {
  border-color: rgba(201, 164, 92, 0.22);
}
.tk-context-figure--dark figcaption {
  color: #9A8880;
}

.tk-profile-analysis {
  margin-top: 2.5rem;
}

.tk-doc__foot {
  padding: 1.25rem 1.5rem;
  border-top: 1px solid rgba(76, 18, 40, 0.15);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #5C4A50;
}
@media (min-width: 900px) {
  .tk-doc__foot {
    padding: 1.25rem 3.5rem;
  }
}
.tk-doc__foot a {
  color: #7A2440;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.tk-related {
  border-top: 1px solid rgba(201, 164, 92, 0.22);
}
.tk-related__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 900px) {
  .tk-related__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.tk-related article {
  padding: 1.4rem 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.1);
}
@media (min-width: 900px) {
  .tk-related article {
    border-bottom: 0;
    border-right: 1px solid rgba(201, 164, 92, 0.1);
  }
  .tk-related article:last-child {
    border-right: 0;
  }
}
.tk-related article:hover {
  background: rgba(122, 36, 64, 0.1);
}
.tk-related article .tk-wire-stamp {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  margin-bottom: 0.5rem;
}
.tk-related article h3 {
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.35;
  margin: 0;
}
.tk-related article h3 a:hover {
  color: #C9A45C;
}

.tk-crumbs {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid rgba(201, 164, 92, 0.1);
}
.tk-crumbs a {
  color: #9A8880;
}
.tk-crumbs a:hover {
  color: #C9A45C;
}
.tk-crumbs .tk-crumb-sep {
  margin: 0 0.5rem;
  color: rgba(255, 255, 255, 0.2);
}
.tk-crumbs .tk-crumb-here {
  color: #C9A45C;
}

.tk-terminal-msg {
  padding: 5rem 1.5rem;
  text-align: center;
}
.tk-terminal-msg .tk-code {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 4.5rem;
  font-weight: 700;
  color: #7A2440;
  letter-spacing: -0.04em;
}
.tk-terminal-msg h1 {
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: -0.02em;
  margin: 0.75rem 0 1rem;
}
.tk-terminal-msg p {
  color: #9A8880;
  max-width: 30rem;
  margin: 0 auto 2rem;
  font-size: 0.9rem;
}

.tk-searchform {
  display: flex;
  max-width: 30rem;
  margin: 0 auto;
  border: 1px solid rgba(201, 164, 92, 0.22);
}
.tk-searchform input[type=search] {
  flex: 1;
  background: #0D0709;
  border: 0;
  color: #F2EBE3;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.8rem;
  padding: 0.85rem 1rem;
}
.tk-searchform input[type=search]:focus {
  outline: none;
  background: #140A0F;
}
.tk-searchform input[type=search]::placeholder {
  color: #9A8880;
}
.tk-searchform button {
  border: 0;
  border-left: 1px solid rgba(201, 164, 92, 0.22);
}

.tk-footer {
  border-top: 1px solid rgba(201, 164, 92, 0.22);
  background: #0D0709;
  padding: 1.75rem 1.5rem;
}
.tk-footer__row {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  align-items: center;
}
@media (min-width: 900px) {
  .tk-footer__row {
    flex-direction: row;
    justify-content: space-between;
  }
}
.tk-footer__brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #C9A45C;
}
.tk-footer__nav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
}
.tk-footer__nav a {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  font-weight: 700;
  color: #9A8880;
}
.tk-footer__nav a:hover {
  color: #C9A45C;
}
.tk-footer__legal {
  font-family: "Red Hat Mono", "Courier New", monospace;
  font-size: 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #9A8880;
}
