:root {
  --sci-ink: #132b4f;
  --sci-text: #263d58;
  --sci-muted: #6f8093;
  --sci-line: #dbe6f0;
  --sci-paper: #f4f7fb;
  --sci-panel: #ffffff;
  --sci-blue: #0b6fbd;
  --sci-teal: #119887;
  --sci-orange: #cf7427;
  --sci-red: #c9534b;
}

body[data-page="industry-insight"] { background: var(--sci-paper); color: var(--sci-text); }
.sci-main { position: relative; z-index: 1; padding: 18px 0 58px; font-family: "IBM Plex Sans", "Be Vietnam Pro", sans-serif; }
.sci-main .container { max-width: 1500px; }
.sci-subnav { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 13px 16px; margin-bottom: 14px; background: #fff; border: 1px solid var(--sci-line); border-radius: 10px; box-shadow: 0 8px 22px rgba(28, 55, 86, .05); }
.sci-subnav strong { margin-right: 14px; color: var(--sci-ink); font-size: 15px; }
.sci-subnav a { padding: 7px 10px; border-bottom: 2px solid transparent; color: #536a82; font-size: 13px; font-weight: 700; }
.sci-subnav a:hover, .sci-subnav a.active { color: var(--sci-blue); border-color: var(--sci-blue); text-decoration: none; }

.sci-hero { display: grid; grid-template-columns: minmax(0, 1.22fr) minmax(370px, .78fr); gap: 18px; min-height: 470px; margin-bottom: 18px; }
.sci-hero-copy { position: relative; overflow: hidden; padding: 54px 54px 42px; border: 1px solid var(--sci-line); border-radius: 14px; background-color: #fff; background-image: linear-gradient(#e8eff6 1px, transparent 1px), linear-gradient(90deg, #e8eff6 1px, transparent 1px); background-size: 48px 48px; }
.sci-hero-copy::after { content: "VN"; position: absolute; right: 24px; bottom: -50px; color: rgba(11, 111, 189, .055); font: 800 220px/1 "IBM Plex Mono", monospace; letter-spacing: -22px; pointer-events: none; }
.sci-eyebrow { margin: 0 0 10px; color: var(--sci-blue); font: 600 11px/1.4 "IBM Plex Mono", monospace; letter-spacing: 2px; text-transform: uppercase; }
.sci-hero h1 { position: relative; z-index: 1; margin: 0; max-width: 760px; color: var(--sci-ink); font-size: clamp(42px, 5.1vw, 76px); line-height: .98; letter-spacing: -3px; }
.sci-hero h1 span { color: var(--sci-blue); }
.sci-lead { position: relative; z-index: 1; max-width: 760px; margin: 24px 0 0; color: #566c83; font-size: 16px; line-height: 1.85; }
.sci-hero-actions { position: relative; z-index: 1; display: flex; gap: 10px; margin-top: 26px; }
.sci-source-note { position: relative; z-index: 1; margin: 24px 0 0; padding-top: 15px; border-top: 1px solid var(--sci-line); color: var(--sci-muted); font-size: 11px; }
.sci-hero-console { padding: 24px; border: 1px solid #214c72; border-radius: 14px; background: #122e4c; color: #fff; box-shadow: 0 20px 44px rgba(12, 37, 63, .16); }
.sci-console-head { display: flex; justify-content: space-between; gap: 20px; padding-bottom: 15px; border-bottom: 1px solid rgba(255,255,255,.13); font: 600 11px "IBM Plex Mono", monospace; letter-spacing: 1.4px; }
.sci-console-head b { color: #79e1cf; font-weight: 600; }
.sci-console-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 18px; border-top: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.sci-console-grid > div { min-height: 120px; padding: 18px; border-right: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); }
.sci-console-grid span, .sci-console-grid small { display: block; color: rgba(255,255,255,.58); }
.sci-console-grid span { font-size: 12px; }
.sci-console-grid strong { display: block; margin: 12px 0 5px; font: 600 30px "IBM Plex Mono", monospace; }
.sci-console-grid small { font: 500 9px "IBM Plex Mono", monospace; letter-spacing: 1px; }
.sci-coverage { margin-top: 20px; }
.sci-coverage > div:first-child { display: flex; justify-content: space-between; font-size: 12px; }
.sci-coverage p { margin: 9px 0 0; color: rgba(255,255,255,.52); font-size: 10px; line-height: 1.5; }
.sci-meter { height: 6px; margin-top: 10px; overflow: hidden; background: rgba(255,255,255,.11); }
.sci-meter i { display: block; width: 0; height: 100%; background: #55d5bd; transition: width .5s ease; }

.sci-intel-grid, .sci-bottom-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 18px; margin-bottom: 26px; }
.sci-panel { border: 1px solid var(--sci-line); border-radius: 12px; background: #fff; box-shadow: 0 8px 22px rgba(28, 55, 86, .04); }
.sci-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 18px; padding: 22px 24px 17px; border-bottom: 1px solid var(--sci-line); }
.sci-panel-head h2 { margin: 0 0 5px; color: var(--sci-ink); font-size: 20px; }
.sci-panel-head span { color: var(--sci-muted); font-size: 12px; }
.sci-panel-head > b { color: var(--sci-blue); font: 600 18px "IBM Plex Mono", monospace; }
.sci-panel-head > a { color: var(--sci-blue); font-size: 12px; font-weight: 700; }
.sci-bars { padding: 18px 24px; }
.sci-bar { display: grid; grid-template-columns: 122px minmax(100px, 1fr) 56px; align-items: center; gap: 12px; margin: 11px 0; }
.sci-bar-label { display: flex; align-items: center; gap: 9px; color: #40566d; font-size: 12px; }
.sci-bar-code { width: 28px; color: var(--sci-blue); font: 600 11px "IBM Plex Mono", monospace; }
.sci-bar-track { height: 8px; background: #edf2f7; }
.sci-bar-track i { display: block; height: 100%; background: var(--sci-blue); }
.sci-bar:nth-child(2n) .sci-bar-track i { background: #4a89b8; }
.sci-bar b { text-align: right; color: var(--sci-ink); font: 600 12px "IBM Plex Mono", monospace; }
.sci-panel-foot { display: flex; justify-content: space-between; gap: 18px; padding: 14px 24px; border-top: 1px solid var(--sci-line); color: var(--sci-muted); font-size: 11px; }
.sci-city-list { padding: 12px 24px 20px; }
.sci-city-row { display: grid; grid-template-columns: 28px minmax(120px, .75fr) minmax(100px, 1fr) 55px; gap: 10px; align-items: center; padding: 11px 0; border-bottom: 1px solid #edf2f6; }
.sci-city-row:last-child { border-bottom: 0; }
.sci-city-row em { color: #9aabbc; font: normal 10px "IBM Plex Mono", monospace; }
.sci-city-row span { font-size: 12px; }
.sci-city-row i { height: 5px; background: #d6e8f4; }
.sci-city-row b { text-align: right; color: var(--sci-ink); font: 600 11px "IBM Plex Mono", monospace; }

.sci-industry, .sci-opportunity { margin-top: 30px; }
.sci-section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 15px; }
.sci-section-head h2 { margin: 0; color: var(--sci-ink); font-size: 27px; letter-spacing: -.5px; }
.sci-section-head > p { max-width: 560px; margin: 0; color: var(--sci-muted); font-size: 12px; text-align: right; }
.sci-industry-tabs { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 9px; }
.sci-industry-tab { padding: 15px 16px; border: 1px solid var(--sci-line); border-bottom: 3px solid transparent; border-radius: 9px 9px 4px 4px; background: #fff; color: #52687e; text-align: left; cursor: pointer; }
.sci-industry-tab b, .sci-industry-tab span { display: block; }
.sci-industry-tab b { color: var(--sci-ink); font-size: 14px; }
.sci-industry-tab span { margin-top: 4px; color: var(--sci-muted); font: 500 10px "IBM Plex Mono", monospace; }
.sci-industry-tab.active { border-color: #b8d5e9; border-bottom-color: var(--sci-blue); background: #eef7fd; color: var(--sci-blue); }
.sci-chain-board { overflow: hidden; border: 1px solid var(--sci-line); border-radius: 12px; background: #fff; }
.sci-chain-head { display: flex; justify-content: space-between; gap: 20px; padding: 22px 24px; border-bottom: 1px solid var(--sci-line); background: #f9fbfd; }
.sci-chain-head > div:first-child { display: flex; align-items: center; gap: 12px; }
.sci-chain-head > div:first-child > span { padding: 7px 9px; background: var(--sci-ink); color: #fff; font: 600 11px "IBM Plex Mono", monospace; }
.sci-chain-head h3 { margin: 0; color: var(--sci-ink); font-size: 20px; }
.sci-chain-stat { text-align: right; }
.sci-chain-stat b, .sci-chain-stat span { display: block; }
.sci-chain-stat b { color: var(--sci-blue); font: 600 22px "IBM Plex Mono", monospace; }
.sci-chain-stat span { color: var(--sci-muted); font-size: 10px; }
.sci-chain-flow { display: grid; grid-template-columns: repeat(4, 1fr); padding: 20px; gap: 10px; }
.sci-stage { position: relative; min-width: 0; padding: 16px; border: 1px solid var(--sci-line); border-top: 4px solid var(--stage-color); border-radius: 9px; background: #fff; }
.sci-stage:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; right: -16px; top: 47px; width: 22px; height: 22px; border: 1px solid var(--sci-line); border-radius: 50%; background: #fff; color: var(--sci-blue); font-weight: 800; line-height: 20px; text-align: center; }
.sci-stage-index { color: var(--stage-color); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: 1px; }
.sci-stage h4 { min-height: 42px; margin: 8px 0 12px; color: var(--sci-ink); font-size: 15px; }
.sci-stage-items { display: grid; gap: 6px; }
.sci-stage-items a { display: block; padding: 8px 9px; border: 1px solid #e5edf4; background: #f8fafc; color: #40566e; font-size: 11px; line-height: 1.4; }
.sci-stage-items a:hover { border-color: var(--stage-color); background: #fff; color: var(--sci-blue); text-decoration: none; }
.sci-chain-actions { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 15px 20px; border-top: 1px solid var(--sci-line); background: #f9fbfd; }
.sci-chain-actions p { margin: 0; color: var(--sci-muted); font-size: 11px; }

.sci-signal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.sci-signal { min-height: 210px; padding: 20px; border: 1px solid var(--sci-line); border-top: 4px solid var(--signal); border-radius: 10px; background: #fff; }
.sci-signal > span { color: var(--signal); font: 600 10px "IBM Plex Mono", monospace; letter-spacing: 1.2px; }
.sci-signal strong { display: block; margin: 22px 0 7px; color: var(--sci-ink); font: 600 30px "IBM Plex Mono", monospace; }
.sci-signal h3 { margin: 0 0 9px; color: var(--sci-ink); font-size: 15px; }
.sci-signal p { margin: 0; color: var(--sci-muted); font-size: 11px; line-height: 1.6; }
.sci-signal small { display: block; margin-top: 13px; padding-top: 10px; border-top: 1px solid var(--sci-line); color: #8b9bab; font-size: 9px; }
.sci-bottom-grid { margin-top: 28px; }
.sci-evidence-list { padding: 8px 24px 18px; }
.sci-evidence-row { display: grid; grid-template-columns: minmax(0, 1fr) 110px 70px; gap: 12px; align-items: center; padding: 12px 0; border-bottom: 1px solid #edf2f6; }
.sci-evidence-row:last-child { border-bottom: 0; }
.sci-evidence-row b { display: block; overflow: hidden; color: var(--sci-ink); font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.sci-evidence-row span { color: var(--sci-muted); font: 500 10px "IBM Plex Mono", monospace; }
.sci-evidence-row em { color: var(--sci-blue); font: normal 600 11px "IBM Plex Mono", monospace; text-align: right; }
.sci-action-list { display: grid; }
.sci-action-list a { position: relative; display: block; min-height: 82px; padding: 17px 70px 17px 22px; border-bottom: 1px solid var(--sci-line); color: var(--sci-text); }
.sci-action-list a:last-child { border-bottom: 0; }
.sci-action-list a:hover { background: #f4f9fc; text-decoration: none; }
.sci-action-list b, .sci-action-list span { display: block; }
.sci-action-list b { color: var(--sci-ink); font-size: 14px; }
.sci-action-list span { margin-top: 5px; color: var(--sci-muted); font-size: 11px; }
.sci-action-list em { position: absolute; top: 20px; right: 22px; color: #b2c2d0; font: normal 600 13px "IBM Plex Mono", monospace; }
.sci-methodology { display: grid; grid-template-columns: 110px minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 20px 24px; border: 1px solid #b8d3e7; border-left: 5px solid var(--sci-blue); background: #eef7fd; }
.sci-methodology b { color: var(--sci-ink); }
.sci-methodology p { margin: 0; color: #526980; font-size: 11px; line-height: 1.65; }
.sci-methodology a { color: var(--sci-blue); font-size: 12px; font-weight: 700; }

@media (max-width: 1100px) {
  .sci-hero, .sci-intel-grid, .sci-bottom-grid { grid-template-columns: 1fr; }
  .sci-chain-flow { grid-template-columns: repeat(2, 1fr); }
  .sci-stage:not(:last-child)::after { display: none; }
  .sci-signal-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .sci-main { padding-top: 8px; }
  .sci-subnav { flex-wrap: nowrap; overflow-x: auto; }
  .sci-subnav strong, .sci-subnav a { flex: 0 0 auto; }
  .sci-hero { min-height: 0; }
  .sci-hero-copy { padding: 34px 24px; }
  .sci-hero h1 { font-size: 44px; letter-spacing: -2px; }
  .sci-hero-console { padding: 18px; }
  .sci-console-grid > div { min-height: 100px; padding: 14px; }
  .sci-console-grid strong { font-size: 24px; }
  .sci-section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .sci-section-head > p { text-align: left; }
  .sci-industry-tabs { grid-template-columns: repeat(2, 1fr); }
  .sci-chain-flow, .sci-signal-grid { grid-template-columns: 1fr; }
  .sci-chain-head, .sci-chain-actions { align-items: flex-start; flex-direction: column; }
  .sci-chain-stat { text-align: left; }
  .sci-bar { grid-template-columns: 100px minmax(70px, 1fr) 45px; }
  .sci-methodology { grid-template-columns: 1fr; gap: 8px; }
}

/* 2026-08-06: linked chain / map / company workbench */
.sci-command { display: grid; grid-template-columns: minmax(0,1fr) minmax(620px,.95fr); align-items: stretch; margin-bottom: 12px; overflow: hidden; border: 1px solid #173d5f; border-radius: 13px; background: #102b47; color: #fff; box-shadow: 0 18px 42px rgba(13,41,68,.14); }
.sci-command-copy { padding: 27px 30px 25px; background-image: linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 1px),linear-gradient(rgba(255,255,255,.035) 1px,transparent 1px); background-size: 36px 36px; }
.sci-command-copy .sci-eyebrow { color: #66dfd0; }
.sci-command h1 { margin: 0; color: #fff; font-size: clamp(28px,3vw,44px); letter-spacing: -1.5px; }
.sci-command-copy > p:last-child { max-width: 720px; margin: 12px 0 0; color: rgba(255,255,255,.67); font-size: 13px; line-height: 1.65; }
.sci-command-stats { display: grid; grid-template-columns: repeat(4,1fr); border-left: 1px solid rgba(255,255,255,.12); }
.sci-command-stats > div { display: flex; min-width: 0; padding: 20px 16px; border-right: 1px solid rgba(255,255,255,.1); flex-direction: column; justify-content: center; }
.sci-command-stats > div:last-child { border-right: 0; }
.sci-command-stats span,.sci-command-stats small { display: block; color: rgba(255,255,255,.55); }
.sci-command-stats span { font-size: 11px; }
.sci-command-stats strong { display: block; margin: 8px 0 4px; color: #fff; font: 600 24px "IBM Plex Mono",monospace; }
.sci-command-stats small { overflow: hidden; font: 500 8px "IBM Plex Mono",monospace; letter-spacing: .5px; text-overflow: ellipsis; white-space: nowrap; }

.sci-workbench { margin-bottom: 30px; overflow: hidden; border: 1px solid #cddbe7; border-radius: 13px; background: #e7eef4; box-shadow: 0 14px 38px rgba(17,48,77,.08); }
.sci-workbench-head { display: flex; min-height: 76px; padding: 10px 15px; border-bottom: 1px solid #c7d6e2; background: #f7fafc; align-items: center; justify-content: space-between; gap: 18px; }
.sci-workbench-head > div:first-child { display: flex; min-width: 0; align-items: center; gap: 13px; }
.sci-workbench-head > div:first-child > span { color: #7890a5; font: 600 9px "IBM Plex Mono",monospace; letter-spacing: 1.3px; }
.sci-workbench .sci-industry-tabs { display: flex; gap: 6px; margin: 0; }
.sci-workbench .sci-industry-tab { display: flex; min-width: 150px; padding: 10px 12px; border: 1px solid #d5e0e9; border-radius: 7px; background: #fff; align-items: center; justify-content: space-between; gap: 12px; }
.sci-workbench .sci-industry-tab b { font-size: 12px; }
.sci-workbench .sci-industry-tab span { margin: 0; color: #70869a; font: 600 10px "IBM Plex Mono",monospace; }
.sci-workbench .sci-industry-tab.active { border-color: #0b7899; background: #e8f5f7; box-shadow: inset 0 -2px #0b7899; }
.sci-workbench-scope { display: grid; flex: 0 0 auto; grid-template-columns: auto auto; align-items: center; column-gap: 8px; }
.sci-workbench-scope b { color: #0b6fbd; font: 600 20px "IBM Plex Mono",monospace; }
.sci-workbench-scope span { color: #6d8295; font-size: 10px; }
.sci-workbench-scope a { grid-column: 1/3; margin-top: 2px; color: #0b6fbd; font-size: 10px; font-weight: 700; }
.sci-workbench-grid { display: grid; min-height: 720px; grid-template-columns: 315px minmax(500px,1fr) 370px; gap: 1px; background: #c7d6e2; }
.sci-work-panel { position: relative; display: flex; min-width: 0; overflow: hidden; background: #fff; flex-direction: column; }
.sci-work-panel > header { display: flex; min-height: 75px; padding: 16px 18px 13px; border-bottom: 1px solid #dce6ee; background: #f9fbfd; align-items: flex-start; justify-content: space-between; gap: 12px; }
.sci-work-panel > header .sci-eyebrow { margin-bottom: 4px; font-size: 8px; letter-spacing: 1.4px; }
.sci-work-panel > header h2 { margin: 0; color: #142d49; font-size: 17px; }
.sci-chain-panel > header > span { margin-top: 16px; padding: 4px 6px; background: #142d49; color: #fff; font: 600 9px "IBM Plex Mono",monospace; }

.sci-chain-vertical { flex: 1; padding: 11px; overflow-y: auto; background: #f3f7fa; }
.sci-chain-step { margin-bottom: 8px; overflow: hidden; border: 1px solid #d8e3eb; border-radius: 8px; background: #fff; transition: border-color .18s,box-shadow .18s; }
.sci-chain-step.active { border-color: #0c8a9b; box-shadow: 0 5px 16px rgba(9,111,137,.1); }
.sci-chain-step-head { display: grid; width: 100%; padding: 12px; border: 0; background: transparent; color: inherit; text-align: left; cursor: pointer; grid-template-columns: 28px minmax(0,1fr) 15px; gap: 8px; }
.sci-chain-step-head > span { color: #0b7899; font: 600 10px "IBM Plex Mono",monospace; }
.sci-chain-step-head h3 { margin: 0; color: #17334f; font-size: 12px; }
.sci-chain-step-head p { margin: 4px 0 0; color: #7a8d9f; font-size: 9px; line-height: 1.45; }
.sci-chain-step-head em { color: #9badbd; font-style: normal; }
.sci-chain-step.active .sci-chain-step-head { background: #eef8f9; }
.sci-chain-tags { display: flex; padding: 0 12px 12px; flex-wrap: wrap; gap: 5px; }
.sci-chain-tags button { padding: 5px 7px; border: 1px solid #e0e8ee; border-radius: 4px; background: #f8fafb; color: #566d82; font-size: 9px; cursor: pointer; }
.sci-chain-tags button:hover,.sci-chain-tags button.active { border-color: #0c8a9b; background: #e4f4f5; color: #076b7a; }
.sci-chain-panel > footer { padding: 13px 15px; border-top: 1px solid #dbe5ec; background: #fff; }
.sci-chain-panel > footer p { margin: 0 0 9px; color: #6e8295; font-size: 9px; line-height: 1.5; }
.sci-chain-panel > footer button { padding: 6px 9px; border: 1px solid #b9cad8; background: #fff; color: #31516f; font-size: 9px; font-weight: 700; cursor: pointer; }

.sci-map-panel > header a { margin-top: 16px; color: #0b6fbd; font-size: 10px; font-weight: 700; }
.sci-map-canvas { z-index: 1; flex: 1; min-height: 570px; background: #dce8ee; }
.sci-map-panel .leaflet-container { font-family: "IBM Plex Sans","Be Vietnam Pro",sans-serif; }
.sci-map-panel .leaflet-tile-pane { filter: saturate(.45) contrast(.96) brightness(1.03); }
.sci-map-panel .leaflet-control-zoom a { color: #173b5b; }
.sci-map-overlay { position: absolute; z-index: 500; top: 91px; left: 15px; display: grid; padding: 9px 11px; border: 1px solid rgba(19,53,80,.16); border-radius: 7px; background: rgba(255,255,255,.93); box-shadow: 0 7px 20px rgba(20,50,75,.13); grid-template-columns: auto auto; align-items: center; gap: 2px 8px; pointer-events: none; }
.sci-map-overlay > span { grid-column: 1/3; color: #6b8194; font-size: 9px; }
.sci-map-overlay i { display: inline-block; width: 7px; height: 7px; margin-right: 5px; border-radius: 50%; background: #08a6a6; }
.sci-map-overlay b { color: #153754; font: 600 19px "IBM Plex Mono",monospace; }
.sci-map-overlay small { color: #778b9e; font-size: 9px; }
.sci-map-empty { position: absolute; z-index: 510; top: 48%; left: 50%; padding: 10px 14px; border: 1px solid #ccd9e2; background: rgba(255,255,255,.94); color: #667e93; font-size: 11px; transform: translate(-50%,-50%); }
.sci-map-panel > footer { display: flex; min-height: 54px; padding: 10px 15px; border-top: 1px solid #d8e3ea; background: #fff; align-items: center; justify-content: space-between; gap: 15px; }
.sci-map-panel > footer strong { color: #153754; font-size: 11px; }
.sci-map-panel > footer span { color: #8192a1; font-size: 9px; text-align: right; }
.sci-map-popup small { color: #0b7899; font-size: 9px; }
.sci-map-popup h3 { margin: 5px 0 7px; color: #173550; font-size: 14px; }
.sci-map-popup p { margin: 5px 0; color: #687f92; font-size: 10px; line-height: 1.45; }
.sci-map-popup a { color: #0b6fbd; font-size: 10px; font-weight: 700; }

.sci-company-panel > header > b { margin-top: 13px; color: #0b7899; font: 600 22px "IBM Plex Mono",monospace; }
.sci-company-status { padding: 9px 14px; border-bottom: 1px solid #dbe5ec; background: #eef5f8; color: #678095; font-size: 9px; }
.sci-company-list { flex: 1; padding: 9px; overflow-y: auto; background: #f3f7fa; }
.sci-company-card { display: block; margin-bottom: 7px; padding: 12px; border: 1px solid #dbe5ec; border-radius: 7px; background: #fff; color: inherit; transition: border-color .18s,transform .18s; }
.sci-company-card:hover { border-color: #74a9bd; text-decoration: none; transform: translateY(-1px); }
.sci-company-card-top,.sci-company-card > div:last-child { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.sci-company-card-top span { color: #0b7899; font: 600 9px "IBM Plex Mono",monospace; }
.sci-company-card-top em { color: #8294a5; font-size: 8px; font-style: normal; }
.sci-company-card h3 { margin: 7px 0 5px; color: #17334f; font-size: 12px; line-height: 1.45; }
.sci-company-card p { min-height: 28px; margin: 0 0 8px; color: #74889a; font-size: 9px; line-height: 1.5; }
.sci-company-card small { color: #96a5b2; font-size: 8px; }
.sci-company-card b { color: #0b6fbd; font-size: 9px; }
.sci-company-empty { padding: 50px 20px; color: #7d90a1; font-size: 11px; text-align: center; }
.sci-company-panel > footer { padding: 12px 15px; border-top: 1px solid #d8e3ea; background: #fff; text-align: right; }
.sci-company-panel > footer a { color: #0b6fbd; font-size: 10px; font-weight: 700; }

@media (max-width: 1280px) {
  .sci-command { grid-template-columns: 1fr; }
  .sci-command-stats { border-top: 1px solid rgba(255,255,255,.12); border-left: 0; }
  .sci-workbench-head { align-items: flex-start; flex-direction: column; }
  .sci-workbench-head > div:first-child { width: 100%; overflow-x: auto; }
  .sci-workbench-grid { grid-template-columns: 290px minmax(430px,1fr) 330px; }
}
@media (max-width: 980px) {
  .sci-workbench-grid { grid-template-columns: 280px minmax(0,1fr); }
  .sci-company-panel { grid-column: 1/3; min-height: 500px; }
  .sci-company-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 7px; }
  .sci-company-card { margin: 0; }
}
@media (max-width: 680px) {
  .sci-command-stats { grid-template-columns: repeat(2,1fr); }
  .sci-command-stats > div { border-bottom: 1px solid rgba(255,255,255,.1); }
  .sci-workbench .sci-industry-tab { min-width: 138px; }
  .sci-workbench-grid { display: block; }
  .sci-chain-panel,.sci-map-panel,.sci-company-panel { min-height: 560px; border-bottom: 1px solid #c7d6e2; }
  .sci-map-canvas { min-height: 500px; }
  .sci-company-list { display: block; }
  .sci-company-card { margin-bottom: 7px; }
}
