:root {
  --intel-ink: #06101d;
  --intel-ink-2: #091827;
  --intel-panel: #0c2032;
  --intel-line: rgba(139, 183, 213, 0.2);
  --intel-cyan: #43d7e8;
  --intel-jade: #56e0a9;
  --intel-blue: #6388ff;
  --intel-amber: #efb95f;
  --intel-paper: #f2f5f4;
  --intel-paper-2: #e8eeed;
  --intel-copy: #172735;
  --intel-muted: #7890a2;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.ckmu-intelligence-page,
body.ckmu-charts-page {
  min-width: 0;
  overflow-x: hidden;
}

.intel-container {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.intel-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 76px 0 0;
  background:
    radial-gradient(circle at 78% 26%, rgba(39, 133, 153, 0.19), transparent 26rem),
    radial-gradient(circle at 16% 5%, rgba(68, 91, 170, 0.16), transparent 31rem),
    linear-gradient(148deg, #050d17 0%, #071421 48%, #06111d 100%);
}

.intel-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.23;
  background-image:
    linear-gradient(rgba(115, 163, 189, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(115, 163, 189, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.intel-orbit {
  position: absolute;
  z-index: -1;
  border: 1px solid rgba(78, 215, 232, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.intel-orbit-one {
  width: 560px;
  height: 560px;
  top: 10px;
  right: -180px;
}

.intel-orbit-two {
  width: 880px;
  height: 880px;
  top: -220px;
  right: -250px;
}

.intel-hero-grid {
  display: grid;
  grid-template-columns: minmax(360px, 0.82fr) minmax(520px, 1.18fr);
  gap: clamp(32px, 5vw, 78px);
  align-items: center;
}

.intel-hero-copy {
  padding: 28px 0 64px;
}

.intel-kicker,
.intel-overline {
  margin: 0;
  color: var(--intel-cyan);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.intel-kicker {
  display: flex;
  align-items: center;
  gap: 9px;
}

.intel-kicker-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--intel-jade);
  box-shadow: 0 0 0 6px rgba(86, 224, 169, 0.09), 0 0 22px rgba(86, 224, 169, 0.5);
}

.intel-hero h1 {
  margin: 25px 0 22px;
  color: #f5fbff;
  font-size: clamp(46px, 5vw, 70px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.intel-hero h1 span,
.charts-hero h1 span {
  color: transparent;
  background: linear-gradient(92deg, #f5fbff 5%, var(--intel-cyan) 53%, #83f0bc 95%);
  background-clip: text;
  -webkit-background-clip: text;
}

.intel-hero h1 span {
  display: inline-block;
  white-space: nowrap;
}

.intel-lead {
  max-width: 610px;
  margin: 0;
  color: #9db1c4;
  font-size: 17px;
  line-height: 1.8;
}

.intel-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.intel-button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 20px;
  border-radius: 9px;
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.intel-button:hover,
.intel-button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.intel-button-primary {
  color: #04131b;
  background: linear-gradient(125deg, var(--intel-cyan), #6ae4bb);
  box-shadow: 0 12px 34px rgba(67, 215, 232, 0.16);
}

.intel-button-secondary {
  border: 1px solid rgba(141, 180, 209, 0.28);
  color: #e7f2fa;
  background: rgba(255, 255, 255, 0.035);
}

.intel-button-secondary:hover,
.intel-button-secondary:focus-visible {
  border-color: rgba(67, 215, 232, 0.54);
}

.intel-trust-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 19px;
  margin: 26px 0 0;
  padding: 0;
  color: #7891a6;
  font-size: 11px;
  list-style: none;
}

.intel-trust-list li {
  display: flex;
  gap: 6px;
  align-items: center;
}

.intel-trust-list span {
  color: var(--intel-jade);
}

.intel-map-card {
  min-width: 0;
  padding: 20px 20px 17px;
  border: 1px solid rgba(126, 177, 205, 0.19);
  border-radius: 22px 22px 0 0;
  background:
    linear-gradient(150deg, rgba(14, 35, 52, 0.95), rgba(7, 23, 36, 0.95)),
    #071724;
  box-shadow: 0 36px 80px rgba(0, 0, 0, 0.3);
}

.intel-map-head {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.intel-map-head h2 {
  margin: 6px 0 0;
  color: #eef8ff;
  font-size: 20px;
}

.intel-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 30px;
  padding: 0 10px;
  border: 1px solid rgba(87, 224, 170, 0.22);
  border-radius: 999px;
  color: #9ec8b6;
  background: rgba(87, 224, 170, 0.05);
  font-size: 10px;
  white-space: nowrap;
}

.intel-live-badge span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--intel-jade);
  box-shadow: 0 0 12px rgba(87, 224, 170, 0.6);
}

.intel-map-filters,
.charts-categories {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.intel-map-filters {
  margin-top: 17px;
}

.intel-map-filters button,
.charts-categories button {
  min-height: 38px;
  padding: 0 13px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: #8098aa;
  background: rgba(134, 168, 193, 0.06);
  font: inherit;
  font-size: 10px;
  font-weight: 740;
  cursor: pointer;
}

.intel-map-filters button:hover,
.intel-map-filters button:focus-visible,
.intel-map-filters button.is-active {
  border-color: rgba(67, 215, 232, 0.26);
  color: #dffaff;
  background: rgba(67, 215, 232, 0.1);
  outline: none;
}

.intel-map-stage {
  position: relative;
  min-height: 312px;
  margin-top: 8px;
  overflow: hidden;
  border-radius: 14px;
  background: radial-gradient(ellipse at center, rgba(26, 86, 106, 0.15), transparent 68%);
}

#global-transmission-map {
  width: 100%;
  height: auto;
  min-height: 312px;
  display: block;
}

.intel-map-scan {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to bottom, transparent 49%, rgba(80, 225, 225, 0.05) 50%, transparent 51%);
  background-size: 100% 56px;
  opacity: 0.45;
}

.intel-hub-selector {
  display: flex;
  gap: 7px;
  padding-top: 9px;
  overflow-x: auto;
  scrollbar-width: thin;
}

.intel-hub-selector button {
  min-width: 64px;
  min-height: 42px;
  padding: 0 10px;
  border: 1px solid rgba(126, 177, 205, 0.15);
  border-radius: 8px;
  color: #7892a7;
  background: rgba(5, 14, 23, 0.42);
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  cursor: pointer;
}

.intel-hub-selector button:hover,
.intel-hub-selector button:focus-visible,
.intel-hub-selector button.is-active {
  border-color: rgba(67, 215, 232, 0.36);
  color: #e2fbff;
  background: rgba(67, 215, 232, 0.08);
  outline: none;
}

.intel-hub-detail {
  min-height: 68px;
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 12px;
  align-items: center;
  margin-top: 10px;
  padding: 10px 12px;
  border-top: 1px solid rgba(126, 177, 205, 0.12);
}

.intel-detail-code {
  width: 46px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: var(--intel-cyan);
  background: rgba(67, 215, 232, 0.08);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.intel-hub-detail strong {
  color: #eaf7ff;
  font-size: 12px;
}

.intel-hub-detail p {
  margin: 4px 0 0;
  color: #7791a6;
  font-size: 10px;
  line-height: 1.5;
}

.intel-stat-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(126, 177, 205, 0.14);
  border-right: 1px solid rgba(126, 177, 205, 0.14);
  border-left: 1px solid rgba(126, 177, 205, 0.14);
  background: rgba(5, 16, 26, 0.56);
}

.intel-stat-grid article {
  min-height: 108px;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 3px 12px;
  align-content: center;
  padding: 18px 22px;
  border-right: 1px solid rgba(126, 177, 205, 0.12);
}

.intel-stat-grid article:last-child {
  border-right: 0;
}

.intel-stat-label {
  align-self: end;
  color: #647e94;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.intel-stat-grid strong {
  grid-row: 1 / 3;
  grid-column: 2;
  align-self: center;
  color: #f1f9ff;
  font-size: 31px;
  letter-spacing: -0.04em;
}

.intel-stat-grid small {
  color: #9eb0bf;
  font-size: 11px;
}

.intel-source-band {
  border-top: 1px solid rgba(128, 175, 203, 0.1);
  border-bottom: 1px solid rgba(128, 175, 203, 0.12);
  background: #07121d;
}

.intel-source-row {
  min-height: 72px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}

.intel-source-row > span {
  color: var(--intel-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.intel-source-list {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  overflow: hidden;
  color: #647d91;
  font-size: 11px;
  font-weight: 650;
}

.intel-source-list span {
  white-space: nowrap;
}

.intel-light-section {
  padding: 108px 0 118px;
  color: var(--intel-copy);
  background:
    radial-gradient(circle at 12% 100%, rgba(64, 181, 178, 0.1), transparent 25rem),
    var(--intel-paper);
}

.intel-section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.75fr);
  gap: clamp(40px, 9vw, 130px);
  align-items: end;
}

.intel-overline-dark {
  color: #268a99;
}

.intel-section-heading h2,
.charts-section-head h2,
.ai-spec-head h2 {
  margin: 12px 0 0;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.045em;
}

.intel-section-heading > p {
  margin: 0 0 3px;
  color: #627787;
  font-size: 14px;
  line-height: 1.85;
}

.intel-decision-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 56px;
}

.intel-decision-card {
  position: relative;
  min-height: 440px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(38, 72, 91, 0.14);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 18px 60px rgba(27, 59, 68, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.intel-decision-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 70px rgba(27, 59, 68, 0.1);
}

.intel-card-index {
  color: #8da0aa;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.intel-card-icon {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  margin: 34px 0 25px;
  border: 1px solid rgba(38, 112, 124, 0.16);
  border-radius: 50%;
  color: #288c98;
  background: rgba(45, 169, 171, 0.06);
  font-size: 30px;
}

.intel-decision-industry .intel-card-icon {
  color: #596eb8;
  background: rgba(83, 108, 186, 0.06);
}

.intel-decision-stock .intel-card-icon {
  color: #a47a31;
  background: rgba(190, 139, 49, 0.07);
}

.intel-decision-card h3 {
  margin: 0;
  font-size: 24px;
}

.intel-decision-card > p {
  min-height: 70px;
  margin: 12px 0 17px;
  color: #627585;
  font-size: 13px;
  line-height: 1.75;
}

.intel-decision-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.intel-decision-card li {
  padding: 6px 8px;
  border-radius: 6px;
  color: #657b89;
  background: rgba(26, 74, 91, 0.055);
  font-size: 10px;
}

.intel-decision-card a {
  position: absolute;
  left: 27px;
  bottom: 27px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  color: #1f7180;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.intel-signal-section {
  padding: 106px 0 112px;
  background:
    radial-gradient(circle at 84% 24%, rgba(57, 114, 150, 0.13), transparent 28rem),
    #06111c;
}

.intel-section-heading-dark h2 {
  color: #f0f8fe;
}

.intel-section-heading-dark > p {
  color: #758b9e;
}

.intel-signal-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 50px;
}

.intel-signal-card {
  min-height: 206px;
  padding: 21px;
  border: 1px solid rgba(132, 177, 207, 0.15);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(13, 34, 52, 0.88), rgba(8, 21, 34, 0.9));
}

.intel-signal-card > span {
  color: #6e879b;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.intel-signal-card strong {
  display: block;
  margin: 33px 0 12px;
  color: #eff9ff;
  font-size: 23px;
  line-height: 1.25;
}

.intel-signal-card p {
  margin: 0;
  color: #7890a4;
  font-size: 11px;
  line-height: 1.65;
}

.intel-signal-card footer {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin-top: 20px;
  padding-top: 13px;
  border-top: 1px solid rgba(132, 177, 207, 0.11);
  color: #61798d;
  font-size: 9px;
}

.intel-signal-card.is-loading {
  opacity: 0.62;
}

.intel-chart-cta {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: center;
  margin-top: 18px;
  padding: 25px 26px;
  border: 1px solid rgba(67, 215, 232, 0.18);
  border-radius: 14px;
  background: linear-gradient(90deg, rgba(67, 215, 232, 0.07), rgba(86, 224, 169, 0.025));
}

.intel-chart-cta div {
  display: grid;
  gap: 7px;
}

.intel-chart-cta div span {
  color: var(--intel-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.intel-chart-cta div strong {
  color: #eaf6fc;
  font-size: 17px;
}

.intel-footer {
  padding: 32px 0;
  border-top: 1px solid rgba(133, 176, 204, 0.12);
  background: #050d16;
}

.intel-footer .intel-container {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
}

.intel-footer div > div {
  display: grid;
  gap: 5px;
}

.intel-footer strong {
  color: #eaf6fc;
  font-size: 13px;
}

.intel-footer span,
.intel-footer p {
  color: #61798c;
  font-size: 10px;
}

.intel-footer p {
  max-width: 580px;
  margin: 0;
  text-align: right;
  line-height: 1.6;
}

/* Charts workbench */
.ckmu-charts-page {
  color: var(--intel-copy);
  background: var(--intel-paper);
}

.charts-main {
  min-height: 100vh;
  background: var(--intel-paper);
}

.charts-hero {
  padding: 74px 0 42px;
  color: #edf8ff;
  background:
    radial-gradient(circle at 79% 6%, rgba(61, 190, 197, 0.16), transparent 27rem),
    linear-gradient(145deg, #06101b, #0b1b2b 67%, #071522);
}

.charts-title-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(290px, 0.38fr);
  gap: 56px;
  align-items: end;
}

.charts-hero h1 {
  margin: 20px 0 16px;
  font-size: clamp(45px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.charts-title-row > div > p:last-child {
  max-width: 690px;
  margin: 0;
  color: #8fa7ba;
  font-size: 14px;
  line-height: 1.8;
}

.charts-quality-card {
  padding: 20px;
  border: 1px solid rgba(113, 171, 198, 0.19);
  border-radius: 13px;
  background: rgba(7, 24, 38, 0.7);
}

.charts-quality-card > span {
  color: var(--intel-cyan);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.charts-quality-card strong {
  display: block;
  margin-top: 14px;
  font-size: 16px;
}

.charts-quality-card p {
  min-height: 34px;
  margin: 7px 0 14px;
  color: #7890a3;
  font-size: 10px;
  line-height: 1.6;
}

.charts-quality-meter {
  height: 4px;
  overflow: hidden;
  border-radius: 4px;
  background: rgba(137, 181, 207, 0.13);
}

.charts-quality-meter span {
  width: 0;
  height: 100%;
  display: block;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--intel-cyan), var(--intel-jade));
  transition: width 500ms ease;
}

.charts-toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 0.55fr) minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  margin-top: 42px;
  padding: 15px;
  border: 1px solid rgba(125, 173, 202, 0.15);
  border-radius: 13px;
  background: rgba(5, 16, 27, 0.58);
}

.charts-search {
  min-height: 46px;
  display: grid;
  grid-template-columns: 30px 1fr;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(124, 174, 201, 0.18);
  border-radius: 9px;
  color: #668095;
  background: rgba(255, 255, 255, 0.025);
}

.charts-search input {
  min-width: 0;
  height: 44px;
  border: 0;
  outline: none;
  color: #e8f5fc;
  background: transparent;
  font: inherit;
  font-size: 12px;
}

.charts-search input::placeholder {
  color: #61798c;
}

.charts-categories {
  justify-content: flex-end;
}

.charts-categories button {
  min-height: 42px;
}

.charts-categories button:hover,
.charts-categories button:focus-visible,
.charts-categories button.is-active {
  border-color: rgba(67, 215, 232, 0.26);
  color: #e4fbff;
  background: rgba(67, 215, 232, 0.09);
  outline: none;
}

.charts-content {
  padding: 64px 0 108px;
}

.charts-section-head,
.ai-spec-head {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
}

.charts-section-head h2,
.ai-spec-head h2 {
  font-size: clamp(28px, 4vw, 42px);
}

.charts-section-head > p,
.ai-spec-head > p {
  max-width: 520px;
  margin: 0 0 3px;
  color: #718492;
  font-size: 12px;
  line-height: 1.7;
}

.charts-method-note {
  display: grid;
  grid-template-columns: 29px 1fr;
  gap: 10px;
  align-items: center;
  margin-top: 26px;
  padding: 12px 14px;
  border: 1px solid rgba(37, 121, 134, 0.14);
  border-radius: 9px;
  color: #627685;
  background: rgba(48, 158, 160, 0.045);
}

.charts-method-note > span {
  width: 25px;
  height: 25px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #2b8993;
  background: rgba(43, 137, 147, 0.1);
  font-size: 11px;
  font-weight: 800;
}

.charts-method-note p {
  margin: 0;
  font-size: 11px;
  line-height: 1.6;
}

.chart-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.chart-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(44, 79, 96, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 48px rgba(35, 69, 78, 0.055);
}

.chart-card[hidden],
.ai-spec-section[hidden] {
  display: none;
}

.chart-card > header {
  min-height: 107px;
  display: flex;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 21px 15px;
  border-bottom: 1px solid rgba(44, 79, 96, 0.08);
}

.chart-card header div > span {
  color: #2b8d98;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.16em;
}

.chart-card h3 {
  margin: 7px 0 5px;
  color: #192c3a;
  font-size: 20px;
}

.chart-card header p {
  margin: 0;
  color: #778a97;
  font-size: 10px;
}

.chart-state {
  height: 26px;
  display: inline-flex;
  align-items: center;
  padding: 0 8px;
  border-radius: 999px;
  color: #788b98;
  background: #edf1f1;
  font-size: 9px;
  font-weight: 750;
  white-space: nowrap;
}

.chart-state.is-ready {
  color: #247b65;
  background: rgba(50, 169, 125, 0.1);
}

.chart-state.is-unavailable {
  color: #9c7137;
  background: rgba(196, 143, 67, 0.1);
}

.chart-canvas-wrap {
  min-height: 318px;
  padding: 10px 12px 4px;
}

.chart-canvas-wrap canvas {
  width: 100%;
  height: auto;
  display: block;
}

.chart-card > footer {
  min-height: 54px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 13px;
  align-items: center;
  padding: 11px 20px 14px;
  border-top: 1px solid rgba(44, 79, 96, 0.08);
  color: #788a96;
  font-size: 9px;
}

.chart-card > footer a {
  color: #257b87;
  text-decoration: none;
}

.chart-card > footer strong {
  color: #465d6d;
}

.ai-spec-section {
  margin-top: 76px;
  padding-top: 68px;
  border-top: 1px solid rgba(44, 79, 96, 0.13);
}

.ai-spec-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 30px;
}

.ai-spec-grid article {
  padding: 21px;
  border: 1px solid rgba(45, 80, 98, 0.13);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.62);
}

.ai-spec-grid article > span {
  color: #2d8c97;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.ai-spec-grid h3 {
  min-height: 48px;
  margin: 11px 0 13px;
  font-size: 18px;
}

.ai-spec-grid p {
  margin: 15px 0 0;
  color: #718491;
  font-size: 11px;
  line-height: 1.7;
}

.ai-spec-plot {
  position: relative;
  height: 128px;
  display: flex;
  gap: 8px;
  align-items: end;
  padding: 22px 16px 16px;
  overflow: hidden;
  border-radius: 9px;
  background:
    linear-gradient(rgba(71, 111, 128, 0.08) 1px, transparent 1px),
    #edf2f1;
  background-size: 100% 25%;
}

.ai-spec-plot i {
  flex: 1;
  height: 34%;
  border-radius: 4px 4px 1px 1px;
  background: linear-gradient(to top, rgba(53, 142, 150, 0.35), rgba(81, 181, 175, 0.16));
  filter: blur(3px);
}

.ai-spec-plot i:nth-child(2) { height: 66%; }
.ai-spec-plot i:nth-child(3) { height: 48%; }

.ai-spec-plot b {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #56717d;
  background: rgba(239, 243, 242, 0.42);
  font-size: 10px;
  letter-spacing: 0.14em;
  backdrop-filter: blur(2px);
}

.ai-spec-link {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  color: #227b87;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.source-ledger {
  margin-top: 78px;
  padding-top: 68px;
  border-top: 1px solid rgba(44, 79, 96, 0.13);
}

.source-table-wrap {
  margin-top: 26px;
  overflow-x: auto;
  border: 1px solid rgba(44, 79, 96, 0.13);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.62);
}

.source-ledger table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.source-ledger th,
.source-ledger td {
  padding: 14px 17px;
  border-bottom: 1px solid rgba(44, 79, 96, 0.08);
  color: #617685;
  font-size: 10px;
  text-align: left;
}

.source-ledger th {
  color: #324a5a;
  background: rgba(41, 96, 112, 0.035);
  font-size: 9px;
  letter-spacing: 0.08em;
}

.source-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.source-status::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c19754;
}

.source-status.is-ok::before {
  background: #36a87b;
}

.intel-footer-light {
  border-color: rgba(44, 79, 96, 0.13);
  background: #e7eceb;
}

.intel-footer-light strong {
  color: #233846;
}

.intel-footer-light span,
.intel-footer-light p {
  color: #728591;
}

@media (max-width: 1100px) {
  .intel-hero-grid {
    grid-template-columns: minmax(330px, 0.75fr) minmax(460px, 1.25fr);
    gap: 30px;
  }

  .intel-decision-card {
    padding: 22px;
  }

  .intel-decision-card a {
    left: 22px;
  }

  .intel-signal-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .intel-container {
    width: min(100% - 30px, 1240px);
  }

  .intel-hero {
    padding-top: 48px;
  }

  .intel-hero-grid,
  .charts-title-row {
    grid-template-columns: 1fr;
  }

  .intel-hero-copy {
    padding-bottom: 20px;
  }

  .intel-map-card {
    border-radius: 18px 18px 0 0;
  }

  .intel-stat-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intel-stat-grid article:nth-child(2) {
    border-right: 0;
  }

  .intel-stat-grid article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(126, 177, 205, 0.12);
  }

  .intel-source-list {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .intel-section-heading {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .intel-decision-grid {
    grid-template-columns: 1fr;
  }

  .intel-decision-card {
    min-height: 365px;
  }

  .intel-decision-card > p {
    min-height: auto;
  }

  .charts-toolbar {
    grid-template-columns: 1fr;
  }

  .charts-categories {
    justify-content: flex-start;
  }

  .chart-card-grid {
    grid-template-columns: 1fr;
  }

  .ai-spec-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .intel-container {
    width: min(100% - 24px, 1240px);
  }

  .intel-hero {
    padding-top: 34px;
  }

  .intel-hero h1 {
    font-size: clamp(43px, 14vw, 62px);
  }

  .intel-lead {
    font-size: 15px;
  }

  .intel-actions {
    display: grid;
  }

  .intel-button {
    width: 100%;
    justify-content: space-between;
  }

  .intel-map-card {
    padding: 15px 12px 12px;
  }

  .intel-map-head {
    align-items: flex-start;
  }

  .intel-map-stage,
  #global-transmission-map {
    min-height: 240px;
  }

  .intel-map-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intel-map-filters button {
    min-height: 44px;
  }

  .intel-stat-grid {
    width: calc(100% - 24px);
  }

  .intel-stat-grid article {
    min-height: 92px;
    padding: 13px;
  }

  .intel-stat-grid strong {
    font-size: 24px;
  }

  .intel-source-row {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 16px 0;
  }

  .intel-light-section,
  .intel-signal-section {
    padding: 76px 0;
  }

  .intel-section-heading h2 {
    font-size: 38px;
  }

  .intel-decision-grid {
    margin-top: 36px;
  }

  .intel-signal-grid {
    grid-template-columns: 1fr;
  }

  .intel-chart-cta,
  .intel-footer .intel-container,
  .charts-section-head,
  .ai-spec-head {
    align-items: stretch;
    flex-direction: column;
  }

  .intel-footer p {
    text-align: left;
  }

  .charts-hero {
    padding-top: 44px;
  }

  .charts-hero h1 {
    font-size: 46px;
  }

  .charts-toolbar {
    margin-top: 30px;
    padding: 10px;
  }

  .charts-categories {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .charts-content {
    padding-top: 48px;
  }

  .charts-method-note {
    align-items: start;
  }

  .chart-card > header {
    min-height: 118px;
    padding: 17px;
  }

  .chart-canvas-wrap {
    min-height: 260px;
    padding: 5px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .intel-button,
  .intel-decision-card,
  .charts-quality-meter span {
    transition: none;
  }
}
