.th-radar-page {
  background:
    radial-gradient(circle at 74% 0%, rgba(37, 99, 235, .08), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fbff 48%, #ffffff 100%);
}

.th-radar-container {
  max-width: 1120px;
}

.th-radar-page .th-logo,
.th-radar-page .logo,
.th-radar-page .site-logo,
.th-radar-page .brand-logo {
  color-scheme: light;
}

.th-radar-page .th-logo__mark {
  color-scheme: light;
  forced-color-adjust: none;
  -webkit-filter: none !important;
  filter: none !important;
  mix-blend-mode: normal;
  isolation: isolate;
  padding: 0;
  border: 0;
  outline: 0;
  box-shadow: none;
  background: transparent;
}

.th-radar-page .th-logo img,
.th-radar-page .logo img,
.th-radar-page .site-logo img,
.th-radar-page .brand-logo img {
  forced-color-adjust: none;
  -webkit-filter: none !important;
  filter: none !important;
  mix-blend-mode: normal !important;
}

.th-radar-hero {
  position: relative;
  overflow: hidden;
  padding: 116px 0 46px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .96) 0%, rgba(248, 251, 255, .98) 100%);
}

.th-radar-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #e5ebf5 18%, #e5ebf5 82%, transparent);
}

.th-radar-kicker {
  min-height: 32px;
  padding: 0 15px;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  color: #1d4ed8;
  background: #eff6ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.th-radar-hero h1 {
  max-width: 780px;
  margin: 18px 0 0;
  color: #172033;
  font-size: 56px;
  line-height: 1.05;
  letter-spacing: 0;
  font-weight: 820;
}

.th-radar-hero p {
  max-width: 760px;
  margin: 18px 0 0;
  color: #334155;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 520;
}

.th-radar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.th-radar-actions a,
.th-radar-read {
  min-height: 40px;
  padding: 0 15px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #1d4ed8;
  background: #ffffff;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
  transition: border-color var(--th-transition), background var(--th-transition), color var(--th-transition), transform var(--th-transition), box-shadow var(--th-transition);
}

.th-radar-actions .th-radar-action-primary {
  color: #ffffff;
  border-color: #2563eb;
  background: #2563eb;
  box-shadow: 0 16px 30px rgba(37, 99, 235, .16);
}

.th-radar-read {
  min-height: 36px;
  color: #2563eb;
  border-color: #bfdbfe;
  background: transparent;
  box-shadow: none;
}

.th-radar-actions a:hover,
.th-radar-read:hover {
  transform: translateY(-1px);
  border-color: #2563eb;
  color: #ffffff;
  background: #2563eb;
  box-shadow: 0 14px 26px rgba(37, 99, 235, .14);
}

.th-radar-content {
  padding: 36px 0 72px;
}

.th-radar-section-head {
  margin-bottom: 18px;
}

.th-radar-section-head span,
.th-radar-insight-head span,
.th-radar-conclusion span,
.th-radar-reading span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.th-radar-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.th-radar-card-meta span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.th-radar-card-meta strong,
.th-radar-impact-pill {
  padding: 6px 9px;
  border: 1px solid #dbeafe;
  border-radius: 999px;
  color: #1d4ed8;
  background: #f8fbff;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
  white-space: nowrap;
}

.th-radar-impact-pill.is-low {
  border-color: #bfdbfe;
  color: #1d4ed8;
  background: #eff6ff;
}

.th-radar-impact-pill.is-medium {
  border-color: #fed7aa;
  color: #b45309;
  background: #fffbeb;
}

.th-radar-impact-pill.is-high,
.th-radar-impact-pill.is-critical {
  border-color: #fecaca;
  color: #b91c1c;
  background: #fef2f2;
}

.th-radar-impact-pill.is-tone-positive {
  border-color: #bbf7d0;
  color: #166534;
  background: #f0fdf4;
}

.th-radar-impact-pill.is-tone-negative {
  border-color: #fecaca;
  color: #b91c1c;
  background: #fef2f2;
}

.th-radar-impact-pill.is-tone-mixed {
  border-color: #fed7aa;
  color: #b45309;
  background: #fffbeb;
}

.th-radar-impact-pill.is-tone-neutral {
  border-color: #bfdbfe;
  color: #1d4ed8;
  background: #eff6ff;
}

.th-radar-section-head h2 {
  margin: 8px 0 0;
  color: #172033;
  font-size: 30px;
  line-height: 1.15;
  letter-spacing: 0;
}

.th-radar-list,
.th-radar-insight-stack {
  display: grid;
  gap: 16px;
}

.th-radar-card,
.th-radar-empty,
.th-radar-insight,
.th-radar-impact-matrix,
.th-radar-conclusion,
.th-radar-daily-news,
.th-radar-disclaimer {
  border: 1px solid #e5ebf5;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(15, 23, 42, .04);
}

.th-radar-card,
.th-radar-insight {
  position: relative;
  overflow: hidden;
}

.th-radar-card::before,
.th-radar-insight::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #2563eb;
  opacity: .9;
}

.th-radar-card.is-impact-low::before,
.th-radar-insight.is-impact-low::before {
  background: #2563eb;
}

.th-radar-card.is-impact-medium::before,
.th-radar-insight.is-impact-medium::before {
  background: #f59e0b;
}

.th-radar-card.is-impact-high,
.th-radar-card.is-impact-critical,
.th-radar-insight.is-impact-high,
.th-radar-insight.is-impact-critical {
  border-color: #fecaca;
  background: linear-gradient(90deg, rgba(254, 242, 242, .92) 0%, #ffffff 18%, #ffffff 100%);
}

.th-radar-card.is-impact-high::before,
.th-radar-card.is-impact-critical::before,
.th-radar-insight.is-impact-high::before,
.th-radar-insight.is-impact-critical::before {
  width: 4px;
  background: #dc2626;
}

.th-radar-card.is-tone-positive {
  border-color: #cfe8da;
  background: linear-gradient(90deg, rgba(245, 251, 247, .95) 0%, #ffffff 18%, #ffffff 100%);
}

.th-radar-card.is-tone-positive::before {
  width: 4px;
  background: #2f855a;
}

.th-radar-card.is-tone-mixed {
  border-color: #ead7b7;
  background: linear-gradient(90deg, rgba(255, 250, 240, .95) 0%, #ffffff 18%, #ffffff 100%);
}

.th-radar-card.is-tone-mixed::before {
  width: 4px;
  background: #d97706;
}

.th-radar-card.is-tone-neutral::before {
  background: #2563eb;
}

.th-radar-insight.is-tone-positive {
  border-color: #cfe8da;
  background: linear-gradient(90deg, rgba(245, 251, 247, .95) 0%, #ffffff 18%, #ffffff 100%);
}

.th-radar-insight.is-tone-positive::before {
  width: 4px;
  background: #2f855a;
}

.th-radar-insight.is-tone-negative {
  border-color: #f0d2d2;
  background: linear-gradient(90deg, rgba(255, 247, 247, .95) 0%, #ffffff 18%, #ffffff 100%);
}

.th-radar-insight.is-tone-negative::before {
  width: 4px;
  background: #dc2626;
}

.th-radar-insight.is-tone-mixed {
  border-color: #ead7b7;
  background: linear-gradient(90deg, rgba(255, 250, 240, .95) 0%, #ffffff 18%, #ffffff 100%);
}

.th-radar-insight.is-tone-mixed::before {
  width: 4px;
  background: #d97706;
}

.th-radar-insight.is-tone-neutral::before {
  background: #2563eb;
}

.th-radar-card,
.th-radar-empty,
.th-radar-insight,
.th-radar-impact-matrix,
.th-radar-conclusion,
.th-radar-daily-news {
  padding: 24px;
}

.th-radar-impact-matrix {
  margin-bottom: 18px;
  border-color: #edf2f7;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .035);
}

.th-radar-matrix-head span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.th-radar-matrix-head h2 {
  margin: 8px 0 0;
  color: #172033;
  font-size: 24px;
  line-height: 1.2;
}

.th-radar-matrix-head p {
  max-width: 820px;
  margin: 10px 0 0;
  color: #475569;
  font-size: 15px;
  line-height: 1.62;
}

.th-radar-matrix-table {
  margin-top: 14px;
  overflow-x: auto;
}

.th-radar-matrix-table table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  font-size: 13px;
}

.th-radar-matrix-table th {
  padding: 9px 11px;
  color: #64748b;
  font-size: 11px;
  font-weight: 820;
  letter-spacing: .055em;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #edf2f7;
}

.th-radar-matrix-table th:not(:first-child) {
  text-align: center;
}

.th-radar-matrix-table td {
  padding: 11px;
  color: #334155;
  border-bottom: 1px solid #e8eef6;
  vertical-align: middle;
}

.th-radar-matrix-table td:not(:first-child) {
  text-align: center;
}

.th-radar-matrix-table tbody tr {
  transition: background-color .16s ease, box-shadow .16s ease;
}

.th-radar-matrix-table tbody tr:nth-child(even) {
  background: rgba(248, 250, 252, .54);
}

.th-radar-matrix-table tbody tr:hover {
  background: rgba(241, 245, 249, .76);
  box-shadow: inset 3px 0 0 rgba(37, 99, 235, .18);
}

.th-radar-matrix-table tbody tr:last-child td {
  border-bottom-color: transparent;
}

.th-radar-matrix-table td:first-child {
  min-width: 260px;
  vertical-align: top;
}

.th-radar-matrix-table td strong {
  display: block;
  color: #172033;
  font-size: 13px;
  line-height: 1.35;
}

.th-radar-matrix-table td:first-child span {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font-size: 12px;
  line-height: 1.45;
}

.th-radar-market-pill {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 4px 7px;
  border-radius: 999px;
  border: 1px solid #edf2f7;
  background: #f8fafc;
  color: #475569;
  font-size: 11px;
  font-weight: 820;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}

.th-radar-market-pill.is-positive {
  border-color: #cfe8da;
  background: #f5fbf7;
  color: #246b45;
}

.th-radar-market-pill.is-negative {
  border-color: #f0d2d2;
  background: #fff7f7;
  color: #9f2f2f;
}

.th-radar-market-pill.is-mixed {
  border-color: #ead7b7;
  background: #fffaf0;
  color: #8f5b16;
}

.th-radar-market-pill.is-neutral {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.th-radar-market-pill.is-strength-medium {
  box-shadow: 0 0 0 1px rgba(245, 158, 11, .16);
}

.th-radar-market-pill.is-strength-high {
  box-shadow: 0 0 0 1px rgba(220, 38, 38, .18);
}

.th-radar-market-pill.is-neutral.is-strength-medium,
.th-radar-market-pill.is-neutral.is-strength-high {
  border-color: #93c5fd;
  background: #dbeafe;
  color: #1d4ed8;
  box-shadow: 0 0 0 1px rgba(37, 99, 235, .18);
}

.th-radar-market-intensity {
  display: block;
  margin-top: 4px;
  color: #9aa7b6;
  font-size: 10px;
  font-weight: 680;
  line-height: 1.15;
  letter-spacing: .025em;
  text-align: center;
  text-transform: uppercase;
}

.th-radar-market-intensity.is-low {
  color: #64748b;
}

.th-radar-market-intensity.is-medium {
  color: #b45309;
}

.th-radar-market-intensity.is-high {
  color: #b91c1c;
  font-weight: 820;
}

.th-radar-card h3 {
  max-width: 760px;
  margin: 14px 0 0;
  font-size: 24px;
  line-height: 1.24;
  letter-spacing: 0;
}

.th-radar-card h3 a {
  color: #172033;
  text-decoration: none;
}

.th-radar-card p,
.th-radar-empty p,
.th-radar-insight > p,
.th-radar-reading p,
.th-radar-conclusion p {
  max-width: 850px;
  margin: 12px 0 0;
  color: #475569;
  font-size: 16px;
  line-height: 1.68;
}

.th-radar-card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.th-radar-card-tags span {
  padding: 6px 9px;
  border: 1px solid #e5ebf5;
  border-radius: 999px;
  color: #334155;
  background: #f8fafc;
  font-size: 12px;
  font-weight: 760;
}

.th-radar-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
}

.th-radar-card-footer > span {
  color: #64748b;
  font-size: 13px;
  font-weight: 760;
}

.th-radar-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 22px;
  color: #475569;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
  transition: color var(--th-transition), transform var(--th-transition);
}

.th-radar-back:hover {
  color: #2563eb;
  transform: translateX(-2px);
}

.th-radar-back::before {
  content: "";
  width: 7px;
  height: 7px;
  border-left: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.th-radar-insight-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.th-radar-insight h2 {
  max-width: 820px;
  margin: 0;
  color: #172033;
  font-size: 28px;
  line-height: 1.22;
  letter-spacing: 0;
}

.th-radar-reading {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid #dbeafe;
  border-radius: 8px;
  background: #f8fbff;
}

.th-radar-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.th-radar-tags span {
  padding: 7px 10px;
  border: 1px solid #e5ebf5;
  border-radius: 999px;
  color: #334155;
  background: #ffffff;
  font-size: 12px;
  font-weight: 800;
}

.th-radar-source {
  display: inline-flex;
  margin-top: 18px;
  color: #2563eb;
  font-size: 13px;
  font-weight: 850;
  text-decoration: none;
}

.th-radar-share-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-top: 18px;
}

.th-radar-share-row .th-radar-source {
  margin-top: 0;
}

.th-radar-share-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.th-radar-share-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e5ebf5;
  border-radius: 999px;
  color: #2563eb;
  background: #ffffff;
  font-size: 15px;
  font-weight: 900;
}

.th-radar-share-actions a,
.th-radar-native-share {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 9px;
  border: 1px solid #e5ebf5;
  border-radius: 999px;
  color: #334155;
  background: #ffffff;
  font-size: 12px;
  font-weight: 850;
  text-decoration: none;
  transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.th-radar-native-share {
  cursor: pointer;
  font-family: inherit;
}

.th-radar-share-actions a:hover,
.th-radar-native-share:hover {
  border-color: #2563eb;
  color: #1d4ed8;
  background: #eff6ff;
}

.th-radar-conclusion,
.th-radar-daily-news,
.th-radar-disclaimer {
  margin-top: 18px;
}

.th-radar-daily-news-head span {
  color: #2563eb;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.th-radar-daily-news-head h2 {
  margin: 8px 0 0;
  color: #172033;
  font-size: 22px;
  line-height: 1.2;
}

.th-radar-daily-news ul {
  display: grid;
  gap: 12px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.th-radar-daily-news li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding-top: 12px;
  border-top: 1px solid #edf2f7;
}

.th-radar-daily-news li:first-child {
  padding-top: 0;
  border-top: 0;
}

.th-radar-daily-news li span,
.th-radar-daily-news time {
  color: #64748b;
  font-size: 12px;
  font-weight: 800;
}

.th-radar-daily-news li a {
  display: block;
  margin-top: 4px;
  color: #172033;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.35;
  text-decoration: none;
}

.th-radar-daily-news li a:hover {
  color: #2563eb;
}

.th-radar-daily-news li p {
  margin: 5px 0 0;
  color: #475569;
  font-size: 13px;
  line-height: 1.45;
}

.th-radar-disclaimer {
  padding: 16px 18px;
  color: #64748b;
  font-size: 13px;
  line-height: 1.55;
  font-weight: 650;
}

@media (max-width: 920px) {
  .th-radar-hero {
    padding-top: 108px;
  }

  .th-radar-hero h1 {
    font-size: 48px;
  }
}

@media (max-width: 640px) {
  .th-radar-hero {
    padding: 98px 0 38px;
  }

  .th-radar-hero h1 {
    font-size: 34px;
    line-height: 1.1;
  }

  .th-radar-hero p {
    font-size: 17px;
  }

  .th-radar-actions,
  .th-radar-actions a {
    width: 100%;
  }

  .th-radar-card,
  .th-radar-empty,
  .th-radar-insight,
  .th-radar-conclusion,
  .th-radar-daily-news {
    padding: 20px;
  }

  .th-radar-card-meta,
  .th-radar-card-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .th-radar-insight-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .th-radar-share-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .th-radar-daily-news li {
    grid-template-columns: minmax(0, 1fr);
  }
}
