.th-hub {
  color: #e2e8f0;
  font-family: Manrope, Inter, system-ui, sans-serif;
  --th-ink: #f8fafc;
  --th-mute: #94a3b8;
  --th-line: rgba(255,255,255,.09);
  --th-accent: #38bdf8;
  --th-max: 720px;
}
.th-shell { max-width: 880px; margin: 0 auto; padding: 0 1.25rem 4rem; }
.th-shell--home { max-width: 1080px; }
.th-hero { padding: 2.75rem 0 1.5rem; }
.th-hero--google { text-align: center; padding: 3.5rem 0 3.25rem; position: relative; z-index: 1; }
.th-hero--google .th-punch { margin-left: auto; margin-right: auto; }
.th-hero--google .th-search { margin: 1.6rem auto 0; }
.th-eyebrow {
  font-size: 11px; font-weight: 800; letter-spacing: .22em; text-transform: uppercase;
  color: var(--th-accent);
}
.th-hub h1 {
  font-family: Montserrat, sans-serif; font-weight: 800; letter-spacing: -0.045em;
  font-size: clamp(2.2rem, 5.2vw, 3.5rem); line-height: 1.05; color: var(--th-ink);
  margin: .55rem 0 .7rem;
}
.th-punch { font-size: 1.12rem; color: #94a3b8; max-width: 28rem; line-height: 1.55; margin: 0 0 1.6rem; }
.th-search {
  display: flex; align-items: center; gap: .75rem; max-width: 560px; width: 100%;
  padding: 6px 8px 6px 1.2rem; border-radius: 999px;
  border: 1px solid rgba(255,255,255,.16); background: #0b1220;
  box-shadow: 0 1px 6px rgba(0,0,0,.28);
}
.th-search:hover, .th-search:focus-within {
  box-shadow: 0 1px 8px rgba(0,0,0,.45); border-color: rgba(255,255,255,.28);
}
.th-search i { color: #94a3b8; font-size: .95rem; }
.th-search input {
  flex: 1; min-height: 44px; border: 0; background: transparent;
  color: #fff; font-weight: 500; font-size: 1rem; outline: none;
}
.th-search input::placeholder { color: #64748b; font-weight: 500; }
.th-search button {
  min-height: 40px; padding: 0 1.1rem; border: 0; border-radius: 999px;
  background: #f8fafc; color: #020617; font-weight: 700; cursor: pointer; font-size: .85rem;
}
.th-block { margin-top: 0.5rem; position: relative; z-index: 1; clear: both; }
.th-block-head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.th-block-head h2 { font-size: .72rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; color: #64748b; }
.th-block-head p { font-size: .8rem; color: #64748b; }
.th-cols { display: grid; gap: .85rem; grid-template-columns: 1fr; }
@media (min-width: 720px) { .th-cols { grid-template-columns: 1fr 1fr; } }
@media (min-width: 1024px) { .th-cols { grid-template-columns: repeat(4, 1fr); } }
.th-col {
  border: 1px solid var(--th-line); border-radius: 1.25rem; padding: 1.05rem 1.05rem .7rem;
  background: linear-gradient(180deg, rgba(255,255,255,.045), rgba(255,255,255,.012));
}
.th-col header h3, .th-col-head h3 { font-family: Montserrat, sans-serif; font-size: .92rem; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.th-col header p, .th-col-head p { font-size: .72rem; color: #64748b; margin: .25rem 0 .7rem; }
.th-sku-list { display: flex; flex-direction: column; }
.th-sku {
  display: flex; justify-content: space-between; align-items: baseline; gap: .5rem;
  width: 100%; text-align: left; background: none; border: 0; border-top: 1px solid var(--th-line);
  color: #e2e8f0; padding: .55rem 0; cursor: pointer; font: inherit;
}
.th-sku b { font-size: .8rem; font-weight: 800; }
.th-sku em { font-style: normal; font-size: .72rem; color: #64748b; font-weight: 700; }
.th-sku:hover b, .th-sku.is-on b { color: var(--th-accent); }
.th-filterbar {
  display: flex; flex-wrap: wrap; align-items: center; gap: 1rem;
  margin: 0 0 1.5rem; padding-bottom: 1.25rem; border-bottom: 1px solid var(--th-line);
}
.th-filterbar p { font-weight: 700; color: #cbd5e1; }
.th-feed { display: grid; gap: 1.5rem; }
@media (min-width: 900px) {
  .th-feed { grid-template-columns: 1.05fr .95fr; align-items: start; }
}
.th-lead {
  display: flex; flex-direction: column; gap: .65rem; padding: 1.5rem 1.5rem 1.35rem;
  border-radius: 1.5rem; text-decoration: none; color: inherit;
  border: 1px solid rgba(56,189,248,.22);
  background:
    radial-gradient(120% 80% at 100% 0%, rgba(56,189,248,.16), transparent 55%),
    linear-gradient(180deg, rgba(15,23,42,.9), rgba(2,6,23,.92));
  min-height: 100%;
}
.th-lead-meta { display: flex; justify-content: space-between; gap: .75rem; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; color: #7dd3fc; }
.th-lead h3 { font-family: Montserrat, sans-serif; font-size: clamp(1.35rem, 2.4vw, 1.85rem); font-weight: 800; color: #fff; letter-spacing: -0.03em; line-height: 1.2; }
.th-lead p { color: #94a3b8; line-height: 1.55; flex: 1; }
.th-lead-go { font-size: .82rem; font-weight: 800; color: #fff; margin-top: .4rem; }
.th-lead:hover { border-color: rgba(56,189,248,.5); }
.th-list { display: flex; flex-direction: column; }
.th-row {
  display: grid; grid-template-columns: 5.75rem 1fr; gap: .35rem 1.1rem;
  padding: 1rem 0; border-bottom: 1px solid var(--th-line);
  text-decoration: none; color: inherit;
}
.th-row time { font-size: .72rem; font-weight: 700; color: #64748b; padding-top: .28rem; }
.th-row h3 { font-family: Montserrat, sans-serif; font-weight: 800; font-size: 1.02rem; color: var(--th-ink); letter-spacing: -0.02em; }
.th-row p { margin: .3rem 0 0; color: var(--th-mute); font-size: .88rem; line-height: 1.45; }
.th-row:hover h3 { color: var(--th-accent); }
.th-tags { display: flex; flex-wrap: wrap; gap: .35rem; margin-top: .45rem; }
.th-tag {
  font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase;
  color: #7dd3fc; border: 1px solid rgba(56,189,248,.22); border-radius: 999px; padding: .12rem .5rem;
}
@media (max-width: 640px) { .th-row { grid-template-columns: 1fr; } }
.th-empty { color: #64748b; padding: 1.5rem 0; }
.th-pager { display: flex; align-items: center; gap: .75rem; margin-top: 1.5rem; }
.th-page-btn {
  min-height: 42px; padding: 0 1.05rem; border-radius: 999px; border: 1px solid var(--th-line);
  background: transparent; color: #e2e8f0; font-weight: 800; cursor: pointer;
}
.th-page-btn:hover { background: #fff; color: #020617; }
.th-page-btn.is-off { opacity: .3; pointer-events: none; }
.th-page-now { margin-left: auto; font-size: .78rem; font-weight: 700; color: #64748b; }
.th-article-bar {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .75rem;
  margin-bottom: 1.25rem;
}
.th-back-btn {
  display: inline-flex; align-items: center; gap: .5rem; min-height: 44px; padding: 0 1.05rem;
  border-radius: 999px; border: 1px solid var(--th-line); background: rgba(2,6,23,.6);
  color: #fff; font-weight: 800; text-decoration: none; font-size: .88rem; cursor: pointer; font-family: inherit;
}
.th-back-btn:hover { background: #fff; color: #020617; }
.th-article-tools { display: flex; flex-wrap: wrap; gap: .4rem; }
.th-tool {
  min-height: 40px; padding: 0 .85rem; border-radius: 999px; border: 1px solid var(--th-line);
  background: transparent; color: #94a3b8; font-weight: 700; font-size: .8rem; cursor: pointer;
}
.th-tool:hover { color: #fff; border-color: rgba(255,255,255,.28); }
.th-tags--article { margin: 0 0 1.35rem; }
.th-tag--btn { background: transparent; cursor: pointer; font: inherit; }
.th-toc {
  margin: 0 0 1.75rem; padding: 1rem 1.1rem; border-radius: 1.1rem;
  border: 1px solid var(--th-line); background: rgba(15,23,42,.45);
}
.th-toc summary { cursor: pointer; font-weight: 800; color: #e2e8f0; }
.th-toc ol { margin: .75rem 0 0; padding-left: 1.1rem; color: #94a3b8; }
.th-toc a { color: #cbd5e1; text-decoration: none; font-size: .9rem; line-height: 1.5; }
.th-toc a:hover { color: var(--th-accent); }
.th-nextprev { display: grid; gap: .75rem; margin-top: 2rem; grid-template-columns: 1fr; }
@media (min-width: 700px) { .th-nextprev { grid-template-columns: 1fr 1fr; } }
.th-nextprev-link {
  display: flex; flex-direction: column; gap: .3rem; padding: 1rem 1.1rem; border-radius: 1.1rem;
  border: 1px solid var(--th-line); text-decoration: none; color: inherit;
}
.th-nextprev-link--next { text-align: right; }
.th-nextprev-link span { font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; color: #64748b; }
.th-nextprev-link strong { color: #fff; font-size: .95rem; }
.th-nextprev-link:hover { border-color: rgba(56,189,248,.4); }
.th-help-foot {
  margin-top: 2.25rem; padding: 1.35rem 1.4rem; border-radius: 1.25rem;
  border: 1px solid var(--th-line); background: rgba(8,47,73,.2);
}
.th-help-foot h2 { font-size: 1.05rem; font-weight: 800; color: #fff; margin-bottom: .35rem; }
.th-help-foot p { color: #94a3b8; font-size: .92rem; line-height: 1.55; margin-bottom: .85rem; }
.th-crumb { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; color: #64748b; font-size: .8rem; font-weight: 700; margin-bottom: 1.5rem; }
.th-crumb a { color: #7dd3fc; text-decoration: none; }
.th-article { max-width: var(--th-max); margin: 0 auto; padding: 2.75rem 0 1rem; }
.th-article .kicker { font-size: 11px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; color: var(--th-accent); }
.th-article h1 { font-size: clamp(1.85rem, 4.2vw, 2.7rem); margin: .65rem 0 .85rem; }
.th-article-dek {
  font-size: 1.2rem; line-height: 1.55; color: #cbd5e1; margin: 0 0 1.1rem;
  padding-bottom: 1.2rem; border-bottom: 1px solid var(--th-line);
}
.th-byline { display: flex; flex-wrap: wrap; gap: .5rem 1rem; font-size: .8rem; font-weight: 700; color: #64748b; margin-bottom: 1.75rem; }
.th-prose p { color: #d6dee8; font-size: 1.05rem; line-height: 1.8; margin: 0 0 1.15rem; }
.th-article-actions { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 2.25rem; padding-top: 1.5rem; border-top: 1px solid var(--th-line); }
.th-hub-btn {
  min-height: 46px; padding: 0 1.15rem; border-radius: 999px; background: #fff; color: #020617;
  font-weight: 800; display: inline-flex; align-items: center; text-decoration: none; gap: .4rem;
}
.th-hub-btn.ghost { background: transparent; color: #e2e8f0; border: 1px solid var(--th-line); }
.th-related { margin-top: 2.75rem; padding-top: 1.5rem; border-top: 1px solid var(--th-line); }
.th-related h2 { font-size: .72rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; color: #64748b; margin-bottom: .5rem; }
.th-related a { display: block; padding: .85rem 0; border-bottom: 1px solid var(--th-line); color: var(--th-ink); text-decoration: none; font-weight: 800; }
.th-related a:hover { color: var(--th-accent); }
.th-related span { display: block; font-weight: 600; color: var(--th-mute); font-size: .85rem; margin-top: .2rem; }
@media print {
  .th-article-bar, .th-article-tools, .th-article-actions, .th-nextprev, .th-help-foot, .news-scroller, header, footer, #community { display: none !important; }
  .th-article { max-width: none; color: #111; }
  .th-prose p { color: #111; }
}
