:root {
  --bg: #020b1c;
  --panel: rgba(5, 25, 58, 0.82);
  --panel-2: rgba(7, 39, 83, 0.72);
  --line: rgba(37, 171, 255, 0.55);
  --line-soft: rgba(55, 190, 255, 0.22);
  --cyan: #17e6f3;
  --blue: #2a8cff;
  --gold: #ffc331;
  --green: #30f49a;
  --violet: #9a66ff;
  --red: #ff5c69;
  --text: #eef8ff;
  --muted: #7ca8ca;
  --screen-width: 1920px;
  --screen-height: 1080px;
  --screen-scale: 1;
}

* {
  box-sizing: border-box;
}

html,
body,
#app {
  width: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background: #020814;
  color: var(--text);
  font-family: "Microsoft YaHei", "PingFang SC", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0;
  min-height: 100vh;
  overflow: auto;
}

#app {
  width: 100%;
  min-height: 100vh;
}

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

button,
input,
select {
  font: inherit;
}

button {
  cursor: pointer;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

::-webkit-scrollbar-thumb {
  background: rgba(36, 165, 255, 0.42);
  border-radius: 8px;
}

.screen {
  position: relative;
  width: 100%;
  height: 100vh;
  min-width: 0;
  min-height: 0;
  margin: 0 auto;
  padding: 10px 14px 12px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 20, 47, 0.86), rgba(1, 8, 22, 0.98)),
    repeating-linear-gradient(90deg, rgba(69, 184, 255, 0.045) 0 1px, transparent 1px 82px),
    repeating-linear-gradient(0deg, rgba(69, 184, 255, 0.04) 0 1px, transparent 1px 82px);
}

.screen:not(.chain-screen) {
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr);
  gap: 6px;
  align-content: stretch;
}

.screen::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(34, 153, 255, 0.22), transparent 26%),
    linear-gradient(115deg, transparent 0 42%, rgba(19, 220, 255, 0.07) 43% 44%, transparent 45% 100%);
}

.screen > * {
  position: relative;
  z-index: 1;
}

.screen-head {
  display: grid;
  grid-template-columns: 120px 1fr 390px;
  align-items: start;
  gap: 10px;
  height: 58px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #bfeeff;
  font-size: 11px;
  font-weight: 700;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 8px;
  color: white;
  font-size: 29px;
  font-weight: 900;
  background: linear-gradient(145deg, #2ff082, #22a5ff 60%, #264dff);
  box-shadow: 0 0 18px rgba(30, 207, 255, 0.55);
}

.title-wrap {
  position: relative;
  display: grid;
  place-items: center;
  height: 56px;
  min-width: 0;
  overflow: visible;
}

.title-wrap h1 {
  position: relative;
  z-index: 3;
  margin: 0;
  padding: 6px 42px 10px;
  font-size: clamp(25px, 2.55vw, 42px);
  line-height: 1;
  color: transparent;
  background: linear-gradient(180deg, #ffffff 0%, #cfeeff 48%, #82cfff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: 0 0 14px rgba(64, 180, 255, 0.65), 0 2px 0 rgba(0, 0, 0, 0.36);
}

.title-backplate {
  position: absolute;
  z-index: 1;
  top: 1px;
  width: min(650px, 100%);
  height: 50px;
  border: 1px solid rgba(58, 176, 255, 0.18);
  border-bottom-color: rgba(35, 213, 255, 0.48);
  background:
    linear-gradient(90deg, transparent, rgba(24, 126, 221, 0.18) 18%, rgba(30, 160, 255, 0.22) 50%, rgba(24, 126, 221, 0.18) 82%, transparent),
    radial-gradient(ellipse at center, rgba(61, 190, 255, 0.2), transparent 66%);
  clip-path: polygon(6% 0, 94% 0, 100% 52%, 94% 100%, 6% 100%, 0 52%);
  box-shadow: 0 12px 34px rgba(10, 83, 170, 0.2), inset 0 -10px 22px rgba(27, 175, 255, 0.16);
}

.title-wing {
  position: absolute;
  z-index: 2;
  top: 21px;
  width: min(24vw, 270px);
  height: 16px;
  border-top: 1px solid rgba(61, 171, 255, 0.42);
  border-bottom: 1px solid rgba(61, 171, 255, 0.18);
  opacity: 0.9;
}

.title-wing.left {
  right: calc(50% + 220px);
  background: linear-gradient(90deg, transparent, rgba(23, 187, 255, 0.28));
  clip-path: polygon(0 0, 92% 0, 100% 50%, 92% 100%, 0 100%);
}

.title-wing.right {
  left: calc(50% + 220px);
  background: linear-gradient(90deg, rgba(23, 187, 255, 0.28), transparent);
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 8% 100%, 0 50%);
}

.circuit-line {
  position: absolute;
  z-index: 2;
  top: 44px;
  width: min(610px, 92%);
  height: 13px;
  border-top: 1px solid rgba(46, 168, 255, 0.45);
  border-bottom: 1px solid rgba(32, 225, 255, 0.28);
  background: linear-gradient(90deg, transparent, rgba(24, 220, 255, 0.24) 48%, rgba(24, 220, 255, 0.24) 52%, transparent);
  clip-path: polygon(0 0, 27% 0, 31% 100%, 69% 100%, 73% 0, 100% 0, 96% 100%, 4% 100%);
  box-shadow: 0 0 14px rgba(24, 220, 255, 0.22);
}

.head-right {
  display: grid;
  gap: 5px;
  justify-items: end;
}

.head-right nav {
  display: flex;
  gap: 4px;
}

.top-tab {
  position: relative;
  min-width: 96px;
  padding: 8px 14px;
  text-align: center;
  color: #b8d5ee;
  font-weight: 700;
  font-size: 13px;
  background: linear-gradient(180deg, rgba(14, 65, 122, 0.84), rgba(5, 28, 64, 0.82));
  border: 1px solid rgba(54, 147, 228, 0.38);
  transform: skewX(-14deg);
  box-shadow: inset 0 0 16px rgba(70, 160, 255, 0.12);
}

.top-tab::first-letter {
  transform: none;
}

.top-tab.active {
  color: white;
  border-color: rgba(38, 222, 255, 0.9);
  box-shadow: 0 0 18px rgba(25, 212, 255, 0.42), inset 0 0 18px rgba(28, 159, 255, 0.36);
}

.top-tab.system-switch {
  color: #d7ffe7;
  border-color: rgba(48, 244, 154, 0.5);
  background: linear-gradient(180deg, rgba(17, 86, 79, 0.88), rgba(4, 42, 55, 0.86));
}

.head-right time {
  color: #d9eaff;
  font-size: 11px;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 25% 50% 25%;
  gap: 6px;
  height: 100%;
  min-height: 0;
  align-items: stretch;
}

.dashboard-grid > aside,
.dashboard-grid > section,
.chain-grid > aside,
.chain-grid > section,
.map-page-grid > aside,
.map-page-grid > section,
.research-grid > aside,
.research-grid > section {
  min-width: 0;
}

.dashboard-grid > aside:first-child {
  display: grid;
  grid-template-rows: 225fr 200fr 250fr 267fr;
  gap: 6px;
  height: 100%;
}

.dashboard-grid > section {
  display: grid;
  grid-template-rows: 62fr 620fr 140fr 120fr;
  gap: 6px;
  height: 100%;
}

.dashboard-grid > aside:last-child {
  display: grid;
  grid-template-rows: 150fr 116fr 176fr 176fr 166fr 146fr;
  gap: 6px;
  height: 100%;
}

.panel {
  position: relative;
  min-height: 0;
  padding: 28px 10px 8px;
  overflow: hidden;
  border: 1px solid rgba(48, 158, 244, 0.38);
  border-radius: 4px;
  background:
    linear-gradient(180deg, rgba(10, 57, 112, 0.2), transparent 36%),
    linear-gradient(135deg, rgba(10, 39, 85, 0.92), rgba(3, 18, 43, 0.84));
  box-shadow: inset 0 0 24px rgba(16, 122, 212, 0.2), 0 0 16px rgba(0, 0, 0, 0.35);
}

.panel::before,
.admin-card::before,
.detail-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(90deg, var(--cyan), transparent 16%, transparent 84%, var(--cyan)) top / 100% 1px no-repeat,
    linear-gradient(90deg, var(--cyan), transparent 16%, transparent 84%, var(--cyan)) bottom / 100% 1px no-repeat;
  opacity: 0.55;
}

.panel-title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 24px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  color: #e7f9ff;
  font-size: 13px;
  font-weight: 800;
  background: linear-gradient(90deg, rgba(11, 83, 153, 0.86), rgba(5, 36, 82, 0.52));
  border-bottom: 1px solid rgba(58, 170, 255, 0.2);
}

.panel-title span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.panel-title span::before {
  content: "»";
  margin-right: 8px;
  color: var(--cyan);
  text-shadow: 0 0 8px var(--cyan);
}

.svg-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #58c8ff;
}

.svg-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.stats-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
}

.stat-card {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(44, 157, 241, 0.43);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(9, 50, 101, 0.9), rgba(5, 26, 62, 0.88));
  box-shadow: inset 0 0 18px rgba(21, 145, 255, 0.18);
}

.stat-card .svg-icon {
  width: 34px;
  height: 34px;
  padding: 7px;
  flex: 0 0 auto;
  color: #a7dcff;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(83, 192, 255, 0.32), rgba(25, 92, 171, 0.2));
  box-shadow: 0 0 16px rgba(72, 184, 255, 0.38);
}

.stat-card span {
  display: block;
  color: #8ab6d7;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.stat-card strong {
  color: #d8f2ff;
  font-size: clamp(15px, 1.25vw, 22px);
  line-height: 1.1;
  text-shadow: 0 0 9px rgba(86, 191, 255, 0.6);
}

.stat-card em {
  margin-left: 4px;
  color: #91b9d4;
  font-style: normal;
  font-size: 10px;
}

.split {
  display: grid;
  grid-template-columns: minmax(130px, 46%) 1fr;
  align-items: center;
  gap: 8px;
  height: 100%;
  min-height: 0;
}

.donut {
  width: 100%;
  height: 100%;
  min-height: 88px;
  max-height: 175px;
}

.donut-center {
  fill: #dff7ff;
  font-size: 14px;
  font-weight: 800;
  white-space: pre-line;
}

.metric-list {
  display: grid;
  gap: 4px;
}

.metric-list p {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 0;
  padding: 4px 7px;
  color: #83b8da;
  background: rgba(25, 110, 185, 0.22);
  border-left: 2px solid rgba(22, 227, 245, 0.78);
  min-width: 0;
}

.metric-list b {
  color: #18e7f0;
  white-space: nowrap;
}

.metric-list span,
.service-card span,
.numbers-line span,
.gov-icons span,
.channel-grid span,
.hbar span,
.mini-table td:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.metric-list.slim {
  gap: 5px;
  font-size: 12px;
}

.tiny-summary {
  position: absolute;
  top: 34px;
  right: 8px;
  display: grid;
  grid-template-columns: auto auto;
  gap: 6px 12px;
  width: 116px;
  padding: 7px;
  font-size: 10px;
  color: #a7c6dd;
  background: rgba(4, 18, 43, 0.56);
  border: 1px solid rgba(55, 165, 255, 0.2);
}

.tiny-summary b {
  color: #e8f8ff;
  font-weight: 800;
}

.grouped-bars {
  height: calc(100% - 8px);
  min-height: 84px;
  display: flex;
  align-items: end;
  gap: 12px;
  padding: 12px 6px 4px;
}

.gb-row {
  display: grid;
  grid-template-rows: 1fr 18px;
  gap: 7px;
  width: 42px;
  height: 100%;
  color: #98bedb;
  text-align: center;
  font-size: 12px;
}

.gb-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 6px;
  min-height: 60px;
  border-bottom: 1px solid rgba(80, 170, 255, 0.18);
}

.gb-bars i {
  position: relative;
  display: block;
  width: 13px;
  min-height: 4px;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 12px currentColor;
}

.gb-bars i span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 4px);
  transform: translateX(-50%);
  color: #d9f6ff;
  font-style: normal;
  font-size: 11px;
}

.chart-legend {
  position: absolute;
  bottom: 8px;
  left: 50%;
  display: flex;
  gap: 12px;
  transform: translateX(-50%);
  color: #9fc4dd;
  font-size: 12px;
}

.chart-legend i,
.mini-legend i,
.legend-row i,
.structure-list i,
.map-side-legend i {
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-right: 6px;
  border-radius: 2px;
}

.mini-legend {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 8px;
  color: #a2c1dd;
  font-size: 10px;
}

.main-map {
  padding-bottom: 10px;
}

.industry-tabs {
  display: flex;
  gap: 6px;
  padding-bottom: 6px;
}

.industry-tabs span {
  min-width: 86px;
  padding: 6px 10px;
  color: #bcd7ef;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  border: 1px solid rgba(75, 160, 243, 0.5);
  border-radius: 3px;
  background: rgba(5, 24, 55, 0.65);
}

.industry-tabs.compact span {
  min-width: 0;
  padding: 7px 10px;
  font-size: 13px;
}

.industry-tabs .active,
.seg-tabs .active {
  color: white;
  border-color: rgba(23, 231, 243, 0.9);
  box-shadow: inset 0 0 14px rgba(28, 157, 255, 0.4), 0 0 12px rgba(24, 224, 255, 0.22);
}

.map-wrap {
  position: relative;
  height: calc(100% - 34px);
  min-height: 260px;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(0, 11, 28, 0.35);
}

.map-wrap.compact {
  height: 560px;
}

.nansha-map {
  width: 100%;
  height: 100%;
  display: block;
}

.grid-lines line {
  stroke: rgba(103, 189, 255, 0.08);
  stroke-width: 1;
}

.map-region {
  fill: rgba(22, 105, 170, 0.28);
  stroke: rgba(92, 207, 255, 0.9);
  stroke-width: 1.4;
  transition: fill .2s, stroke .2s;
}

.map-region.r1 {
  fill: rgba(26, 139, 198, 0.23);
}

.map-region.r2 {
  fill: rgba(16, 194, 205, 0.18);
}

.map-region.r3 {
  fill: rgba(67, 125, 214, 0.2);
}

.map-region:hover {
  fill: rgba(32, 225, 245, 0.25);
  stroke: #ffffff;
}

.map-roads path {
  fill: none;
  stroke: rgba(88, 180, 255, 0.13);
  stroke-width: 3;
}

.map-roads path:nth-child(2n) {
  stroke: rgba(27, 230, 243, 0.12);
  stroke-width: 2;
}

.map-roads circle {
  fill: rgba(123, 219, 255, 0.42);
  filter: drop-shadow(0 0 5px rgba(35, 214, 255, 0.72));
}

.bay-line {
  fill: none;
  stroke: rgba(90, 200, 255, 0.62);
  stroke-width: 2;
}

.bay-line.soft {
  stroke-width: 1;
  stroke: rgba(90, 200, 255, 0.28);
}

.talent-dot {
  stroke: rgba(255, 255, 255, 0.85);
  stroke-width: 1;
  filter: drop-shadow(0 0 7px currentColor);
}

.town-bar line {
  stroke: rgba(232, 250, 255, 0.8);
  stroke-width: 1;
  stroke-dasharray: 3 3;
}

.town-bar rect:first-of-type {
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 1;
  filter: drop-shadow(0 0 8px rgba(23, 229, 244, 0.85));
}

.town-bar rect:last-of-type {
  fill: rgba(2, 13, 33, 0.82);
  stroke: rgba(87, 191, 255, 0.55);
}

.town-bar text {
  fill: #eefcff;
  font-size: 12px;
  font-weight: 800;
  text-anchor: middle;
  paint-order: stroke;
  stroke: rgba(0, 10, 24, 0.72);
  stroke-width: 3px;
}

.town-label path {
  fill: none;
  stroke: rgba(143, 217, 255, 0.64);
  stroke-width: 1;
}

.town-label rect {
  fill: rgba(3, 21, 49, 0.82);
  stroke: rgba(74, 185, 255, 0.58);
}

.town-label text {
  fill: #dff8ff;
  font-size: 12px;
  font-weight: 700;
}

.town-label text + text {
  fill: #a9d6f4;
  font-size: 10px;
  font-weight: 500;
}

.compass circle,
.compass path {
  fill: rgba(2, 15, 35, 0.42);
  stroke: rgba(151, 222, 255, 0.7);
}

.compass text {
  fill: #d9f8ff;
  text-anchor: middle;
  font-size: 15px;
  font-weight: 800;
}

.map-legend {
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: auto;
  display: grid;
  gap: 6px;
  min-width: 132px;
  padding: 8px;
  color: #b6d4ec;
  font-size: 10px;
  background: rgba(3, 16, 39, 0.72);
  border: 1px solid rgba(85, 184, 255, 0.34);
}

.map-legend b {
  color: #e8f8ff;
  font-size: 11px;
}

.map-legend i {
  display: inline-block;
  width: 22px;
  height: 7px;
  margin-right: 6px;
}

.industry-map-legend {
  position: absolute;
  left: 10px;
  bottom: 10px;
  width: 238px;
  padding: 8px 9px;
  color: #b8d7ee;
  font-size: 9px;
  border: 1px solid rgba(74, 180, 255, 0.34);
  border-radius: 4px;
  background: rgba(2, 15, 36, 0.72);
  box-shadow: inset 0 0 18px rgba(25, 140, 236, 0.14);
}

.industry-map-legend b,
.map-industry-bars b {
  display: block;
  margin-bottom: 6px;
  color: #edfaff;
  font-size: 12px;
}

.industry-map-legend > div {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px 8px;
}

.industry-map-legend span {
  display: flex;
  align-items: center;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.industry-map-legend i {
  flex: 0 0 auto;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 5px;
  border-radius: 50%;
  box-shadow: 0 0 7px currentColor;
}

.map-industry-bars {
  position: absolute;
  left: 258px;
  right: 10px;
  bottom: 10px;
  height: 128px;
  padding: 8px 10px 7px;
  border: 1px solid rgba(25, 230, 244, 0.62);
  border-radius: 4px;
  background: linear-gradient(180deg, rgba(4, 30, 64, 0.88), rgba(2, 15, 36, 0.8));
  box-shadow: 0 0 18px rgba(24, 224, 255, 0.16), inset 0 0 18px rgba(25, 140, 236, 0.18);
}

.bar-chart {
  display: flex;
  align-items: end;
  gap: 5px;
  height: 92px;
}

.bar-item {
  display: grid;
  grid-template-rows: 1fr 22px 13px;
  flex: 1 1 0;
  min-width: 0;
  height: 100%;
  text-align: center;
  color: #a8cce5;
}

.bar-item i {
  align-self: end;
  display: block;
  width: 70%;
  min-height: 8px;
  margin: 0 auto;
  border-radius: 3px 3px 0 0;
  box-shadow: 0 0 9px currentColor;
}

.bar-item em {
  display: block;
  align-self: center;
  overflow: hidden;
  color: #c6e5f7;
  font-size: 8px;
  font-style: normal;
  line-height: 1.05;
  text-overflow: ellipsis;
}

.bar-item strong {
  color: #22e3ff;
  font-size: 8px;
  line-height: 1;
}

.map-side-legend {
  position: absolute;
  left: 26px;
  bottom: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 170px));
  gap: 4px 10px;
  max-width: 360px;
  color: #b6d4ed;
  font-size: 12px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  height: 100%;
}

.service-card {
  padding: 6px 8px;
  border: 1px solid rgba(52, 154, 238, 0.34);
  background: rgba(11, 55, 112, 0.3);
}

.service-card h4 {
  margin: 0 0 5px;
  color: #ccefff;
  font-size: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-card p {
  display: flex;
  justify-content: space-between;
  margin: 3px 0;
  color: #86b4d4;
  font-size: 9px;
  gap: 4px;
}

.service-card b {
  color: #26d9ff;
  white-space: nowrap;
}

.bottom-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  min-height: 0;
}

.numbers-line,
.gov-icons,
.service-short {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  height: 100%;
  align-items: center;
}

.numbers-line {
  grid-template-columns: repeat(5, 1fr);
}

.numbers-line p,
.gov-icons div,
.service-short p {
  margin: 0;
  text-align: center;
  color: #8eb9d6;
}

.numbers-line b,
.gov-icons b,
.service-short b {
  display: block;
  color: #32d9ff;
  font-size: 13px;
}

.numbers-line span,
.gov-icons span,
.service-short span {
  display: block;
  margin-top: 3px;
  font-size: 9px;
}

.gov-icons .svg-icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 4px;
  color: #83d5ff;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  height: 100%;
}

.channel-grid div {
  display: grid;
  place-items: center;
  padding: 5px 3px;
  color: #9fc5df;
  text-align: center;
  min-width: 0;
  border: 1px solid rgba(54, 154, 240, 0.2);
  background: rgba(7, 36, 76, 0.34);
}

.channel-grid b {
  color: #dcf6ff;
  white-space: nowrap;
}

.right-duo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px;
  min-height: 0;
}

.big-number {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  height: 100%;
}

.big-number .svg-icon {
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 50%;
  background: rgba(51, 151, 240, 0.2);
}

.big-number b {
  color: #dff8ff;
  font-size: 20px;
  text-shadow: 0 0 10px rgba(71, 190, 255, 0.8);
}

.big-number span {
  color: #8eb9d6;
}

.hbars {
  display: grid;
  gap: 5px;
  align-content: center;
  height: 100%;
}

.hbar {
  display: grid;
  grid-template-columns: minmax(58px, 34%) 1fr 44px;
  align-items: center;
  gap: 6px;
  color: #a8c7df;
  font-size: 10px;
}

.hbar span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hbar div {
  height: 11px;
  background: rgba(70, 139, 200, 0.2);
}

.hbar i {
  display: block;
  height: 100%;
  box-shadow: 0 0 10px rgba(28, 219, 241, 0.6);
}

.hbar b {
  color: #dff7ff;
  text-align: right;
}

.mini-bars {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 14px;
  height: 100%;
  min-height: 80px;
  padding: 6px 0 0;
}

.mini-bars div {
  display: grid;
  grid-template-rows: 1fr 16px;
  height: 100%;
  min-width: 34px;
  text-align: center;
}

.mini-bars i {
  position: relative;
  align-self: end;
  display: block;
  width: 16px;
  min-height: 6px;
  margin: 0 auto;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 0 11px rgba(24, 219, 240, 0.75);
}

.mini-bars i span {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 5px);
  color: #d9f8ff;
  font-style: normal;
  transform: translateX(-50%);
  font-size: 10px;
}

.mini-bars b {
  color: #8eb8d4;
  font-size: 10px;
}

.line-chart {
  width: 100%;
  height: 100%;
  min-height: 80px;
}

.line-chart line {
  stroke: rgba(83, 175, 255, 0.12);
}

.line-chart polyline {
  fill: none;
  stroke-width: 3;
  filter: drop-shadow(0 0 6px currentColor);
}

.line-paper {
  stroke: #17e7f4;
  color: #17e7f4;
}

.line-patent {
  stroke: #ffc331;
  color: #ffc331;
}

.line-chart text {
  fill: #9ec3df;
  font-size: 12px;
}

.mini-table,
.data-table,
.paper-table {
  width: 100%;
  border-collapse: collapse;
  color: #d7ecfa;
  font-size: 12px;
}

.mini-table td,
.mini-table th {
  padding: 6px 7px;
  border-bottom: 1px solid rgba(84, 172, 255, 0.12);
}

.mini-table td:last-child,
.mini-table th:last-child {
  color: #27dfff;
  text-align: right;
  white-space: nowrap;
}

.mini-table.wide th {
  color: #a5cae5;
  font-weight: 700;
}

.chain-grid {
  display: grid;
  grid-template-columns: minmax(310px, 21.5%) 1fr minmax(330px, 23.5%);
  gap: 8px;
  height: calc(100vh - 226px);
  min-height: 642px;
}

.chain-grid > aside:first-child {
  display: grid;
  grid-template-rows: 0.9fr 1.75fr;
  gap: 8px;
}

.chain-grid > aside:last-child {
  display: grid;
  grid-template-rows: 0.9fr 1.2fr 1fr;
  gap: 8px;
}

.chain-grid > section {
  display: grid;
  grid-template-rows: 120px minmax(0, 1fr);
  gap: 8px;
}

.chain-top {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
  gap: 8px;
}

.chain-top > div {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 24px;
  border: 1px solid rgba(54, 156, 240, 0.36);
  border-radius: 4px;
  background: rgba(6, 28, 65, 0.82);
}

.chain-top .svg-icon {
  width: 54px;
  height: 54px;
  color: #6bd1ff;
}

.chain-top span {
  color: #a3c5df;
  font-weight: 700;
}

.chain-top b {
  display: block;
  margin-top: 10px;
  color: #eefbff;
  font-size: 30px;
}

.chain-top em {
  margin-left: 6px;
  color: #9dc4dc;
  font-style: normal;
  font-size: 16px;
}

.donut-box {
  display: grid;
  grid-template-columns: 56% 1fr;
  gap: 10px;
  height: 100%;
  align-items: center;
}

.legend {
  display: grid;
  gap: 10px;
}

.legend-row {
  display: grid;
  grid-template-columns: 12px minmax(40px, 1fr) auto;
  gap: 8px;
  color: #aac9df;
  font-size: 13px;
}

.legend-row em {
  grid-column: 2 / span 2;
  color: #e5f8ff;
  font-style: normal;
  font-weight: 700;
}

.level-block {
  margin-bottom: 12px;
}

.level-block h4 {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 14px;
}

.level-block.color-1 h4 {
  color: var(--cyan);
}

.level-block.color-2 h4 {
  color: var(--violet);
}

.chain-panel {
  padding: 30px 10px 10px;
}

.chain-panel .panel-title {
  z-index: 2;
}

.chain-graph {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.chain-dots circle {
  fill: none;
  stroke-width: 0.3;
  stroke-dasharray: 0.8 1.3;
  opacity: 0.8;
}

.chain-links line {
  stroke-width: 0.55;
  opacity: 0.9;
}

.chain-hub circle:first-child,
.chain-node circle {
  fill: rgba(3, 25, 55, 0.9);
  stroke: var(--chain-color);
  stroke-width: 0.55;
  filter: drop-shadow(0 0 2px var(--chain-color));
}

.chain-hub circle:nth-child(2) {
  fill: rgba(3, 25, 55, 0.34);
  stroke: var(--chain-color);
  stroke-width: 0.45;
  opacity: 0.65;
}

.chain-hub text,
.chain-node text,
.chain-center text {
  fill: #f3fdff;
  font-size: 4.2px;
  font-weight: 800;
  text-anchor: middle;
}

.chain-hub .sub {
  fill: #cbe8f5;
  font-size: 2.4px;
  font-weight: 600;
}

.chain-node text {
  font-size: 2.8px;
  font-weight: 700;
}

.chain-center circle {
  fill: rgba(2, 31, 58, 0.92);
  stroke: var(--cyan);
  stroke-width: 0.8;
  filter: drop-shadow(0 0 3px var(--cyan));
}

.chain-center text {
  font-size: 4.2px;
}

.map-place {
  fill: rgba(99, 178, 230, 0.26);
  font-size: 3px;
  font-weight: 700;
}

.zoom-tools {
  position: absolute;
  right: 18px;
  bottom: 74px;
  display: grid;
  gap: 9px;
}

.zoom-tools button {
  width: 36px;
  height: 36px;
  color: #c4eaff;
  border: 1px solid rgba(102, 191, 255, 0.4);
  border-radius: 50%;
  background: rgba(3, 20, 49, 0.68);
}

.seg-tabs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin-bottom: 12px;
}

.seg-tabs span {
  padding: 8px 10px;
  text-align: center;
  border: 1px solid rgba(70, 155, 240, 0.4);
  color: #bdd6ec;
  background: rgba(4, 20, 48, 0.56);
}

.industry-strip {
  display: grid;
  grid-template-columns: repeat(13, 1fr);
  gap: 8px;
  height: 126px;
  margin-top: 8px;
  padding: 10px 18px;
  border: 1px solid rgba(52, 154, 238, 0.32);
  background: rgba(5, 25, 58, 0.76);
}

.industry-strip a {
  display: grid;
  place-items: center;
  gap: 8px;
  min-width: 0;
  padding: 8px 6px;
  color: #bcd8ef;
  text-align: center;
  border: 1px solid rgba(54, 150, 230, 0.27);
  border-radius: 4px;
  background: rgba(10, 45, 93, 0.42);
}

.industry-strip a.active {
  color: white;
  border-color: rgba(23, 229, 244, 0.9);
  box-shadow: inset 0 0 22px rgba(25, 158, 255, 0.42), 0 0 16px rgba(23, 229, 244, 0.22);
}

.industry-strip .svg-icon {
  width: 40px;
  height: 40px;
}

.industry-strip span {
  max-width: 100%;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.32;
}

.chain-screen {
  overflow: auto;
}

.chain-screen .screen-head {
  grid-template-columns: 160px 1fr 488px;
}

.chain-screen .top-tab {
  min-width: 104px;
  padding-inline: 14px;
}

.chain-screen .dashboard-grid {
  min-height: 0;
}

.chain-screen .chain-grid {
  grid-template-columns: minmax(285px, 21%) minmax(660px, 1fr) minmax(305px, 22%);
  height: calc(100vh - 248px);
  min-height: 590px;
}

.chain-screen .chain-grid > section {
  grid-template-rows: 102px minmax(0, 1fr);
}

.chain-screen .chain-top > div {
  padding: 14px 20px;
}

.chain-screen .chain-top .svg-icon {
  width: 46px;
  height: 46px;
}

.chain-screen .chain-top b {
  margin-top: 6px;
  font-size: 25px;
}

.chain-panel {
  padding: 30px 8px 8px;
}

.neo-graph-shell {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border-radius: 3px;
  background: rgba(2, 12, 28, 0.45);
}

.neo-graph {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: block;
  touch-action: none;
  user-select: none;
}

.neo-bg-roads path {
  fill: none;
  stroke: rgba(84, 183, 255, 0.13);
  stroke-width: 4;
}

.neo-group-orbits ellipse {
  fill: rgba(3, 24, 55, 0.08);
  stroke: var(--node-color);
  stroke-width: 2;
  stroke-dasharray: 4 9;
  opacity: 0.55;
}

.neo-link {
  stroke: var(--link-color);
  stroke-linecap: round;
  opacity: 0.86;
}

.neo-node {
  cursor: grab;
}

.neo-node.dragging {
  cursor: grabbing;
}

.node-halo {
  fill: rgba(6, 35, 70, 0.38);
  stroke: var(--node-color);
  stroke-width: 1.2;
  opacity: 0.28;
}

.node-ring {
  fill: rgba(3, 23, 52, 0.86);
  stroke: var(--node-color);
  stroke-width: 2.4;
  filter: drop-shadow(0 0 8px var(--node-color));
}

.node-core {
  fill: rgba(7, 63, 99, 0.68);
  stroke: rgba(255, 255, 255, 0.2);
  stroke-width: 1;
}

.neo-node.center .node-ring {
  stroke-width: 3.6;
}

.neo-node text {
  fill: #f1fbff;
  font-size: 12px;
  font-weight: 800;
  text-anchor: middle;
  pointer-events: none;
  paint-order: stroke;
  stroke: rgba(2, 14, 32, 0.66);
  stroke-width: 2.2px;
  stroke-linejoin: round;
}

.neo-node.center text {
  font-size: 21px;
}

.neo-node.hub text {
  font-size: 13px;
}

.drag-tip {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 6px 10px;
  color: #9fcfe7;
  font-size: 12px;
  border: 1px solid rgba(70, 165, 240, 0.22);
  background: rgba(4, 20, 46, 0.55);
}

.industry-system {
  display: grid;
  grid-template-columns: 8fr 2fr 3fr;
  gap: 8px;
  height: 142px;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid rgba(52, 154, 238, 0.32);
  border-radius: 4px;
  background: rgba(5, 25, 58, 0.76);
}

.industry-group {
  display: grid;
  grid-template-rows: 22px 1fr;
  min-width: 0;
  gap: 6px;
}

.industry-group h3 {
  margin: 0;
  padding-left: 8px;
  color: #e7f8ff;
  font-size: 14px;
  line-height: 22px;
  border-left: 3px solid var(--cyan);
}

.industry-group.service h3 {
  border-left-color: var(--gold);
}

.industry-group.future h3 {
  border-left-color: var(--violet);
}

.industry-group > div {
  display: grid;
  grid-template-columns: repeat(var(--cols, 4), minmax(0, 1fr));
  gap: 7px;
}

.industry-group.strategy > div {
  --cols: 8;
}

.industry-group.service > div {
  --cols: 2;
}

.industry-group.future > div {
  --cols: 3;
}

.industry-group a {
  display: grid;
  grid-template-rows: 42px 1fr;
  place-items: center;
  min-width: 0;
  padding: 7px 4px;
  color: #bcd8ef;
  text-align: center;
  border: 1px solid rgba(54, 150, 230, 0.27);
  border-radius: 4px;
  background: rgba(10, 45, 93, 0.42);
}

.industry-group a.active {
  color: white;
  border-color: rgba(23, 229, 244, 0.9);
  box-shadow: inset 0 0 22px rgba(25, 158, 255, 0.42), 0 0 16px rgba(23, 229, 244, 0.22);
}

.industry-group .svg-icon {
  width: 38px;
  height: 38px;
}

.industry-group span {
  max-width: 100%;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.24;
}

.map-page-grid,
.research-grid {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 8px;
  height: calc(100vh - 86px);
  min-height: 760px;
}

.map-page-main {
  display: grid;
  grid-template-rows: minmax(0, 1fr) 190px;
  gap: 8px;
}

.map-page-grid > aside,
.research-grid > aside {
  display: grid;
  gap: 8px;
  grid-auto-rows: 1fr;
}

.talent-card-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  height: 100%;
}

.talent-small {
  display: grid;
  grid-template-rows: 42px auto auto 1fr auto;
  gap: 4px;
  padding: 12px;
  border: 1px solid rgba(62, 166, 247, 0.32);
  border-radius: 5px;
  background: rgba(8, 43, 88, 0.42);
}

.avatar,
.portrait {
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #dff8ff;
  background: radial-gradient(circle, rgba(132, 211, 255, 0.33), rgba(10, 54, 112, 0.7));
  border: 1px solid rgba(82, 191, 255, 0.52);
  box-shadow: 0 0 14px rgba(47, 176, 255, 0.34);
}

.talent-small .avatar {
  width: 42px;
  height: 42px;
}

.talent-small strong {
  font-size: 18px;
}

.talent-small em {
  width: fit-content;
  padding: 3px 8px;
  color: var(--green);
  font-style: normal;
  border: 1px solid rgba(48, 244, 154, 0.45);
  border-radius: 4px;
  background: rgba(48, 244, 154, 0.13);
}

.talent-small small,
.talent-small i {
  color: #9fc4dd;
  font-style: normal;
}

.rank-list,
.structure-list {
  display: grid;
  gap: 10px;
  align-content: center;
  height: 100%;
}

.rank-list p,
.structure-list p {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 8px 10px;
  color: #b7d5eb;
  background: rgba(10, 49, 98, 0.4);
  border: 1px solid rgba(66, 160, 240, 0.18);
}

.rank-list b {
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  color: white;
  border-radius: 4px;
  background: rgba(32, 180, 255, 0.3);
}

.rank-list em,
.structure-list em,
.structure-list b {
  color: var(--cyan);
  font-style: normal;
  font-weight: 800;
}

.research-grid > section {
  display: grid;
  grid-template-rows: 92px minmax(0, 1fr) 290px;
  gap: 8px;
}

.research-stats {
  grid-template-columns: repeat(4, 1fr);
}

.research-line {
  min-height: 360px;
}

.data-table th,
.data-table td,
.paper-table th,
.paper-table td {
  padding: 10px 12px;
  border: 1px solid rgba(72, 159, 238, 0.18);
}

.data-table thead th,
.paper-table thead th {
  color: #eaf8ff;
  font-size: 16px;
  background: linear-gradient(90deg, rgba(29, 103, 170, 0.94), rgba(15, 75, 137, 0.9));
}

.data-table tbody tr:nth-child(odd),
.paper-table tbody tr:nth-child(odd) {
  background: rgba(2, 13, 33, 0.6);
}

.data-table tbody tr:nth-child(even),
.paper-table tbody tr:nth-child(even) {
  background: rgba(18, 69, 123, 0.52);
}

.compact-table th,
.compact-table td {
  font-size: 14px;
}

.admin-page {
  min-height: 100vh;
  display: grid;
  grid-template-columns: clamp(190px, 12vw, 230px) 1fr;
  gap: 16px;
  padding: 12px 18px 16px 8px;
  background:
    linear-gradient(180deg, rgba(3, 15, 37, 0.84), rgba(1, 8, 21, 0.96)),
    repeating-linear-gradient(90deg, rgba(72, 178, 255, 0.06) 0 1px, transparent 1px 74px),
    repeating-linear-gradient(0deg, rgba(72, 178, 255, 0.05) 0 1px, transparent 1px 74px);
}

.admin-side {
  position: relative;
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: calc(100vh - 28px);
  padding: 24px 0;
  border: 2px solid rgba(72, 177, 255, 0.52);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(8, 52, 112, 0.82), rgba(4, 19, 52, 0.88));
  box-shadow: inset 0 0 24px rgba(39, 151, 255, 0.3);
}

.admin-home {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px !important;
  justify-content: center;
  padding: 0 16px !important;
  color: #dcfff1 !important;
  font-size: 15px !important;
  font-weight: 900;
  border: 1px solid rgba(48, 244, 154, 0.42) !important;
  border-radius: 5px;
  background: rgba(22, 142, 92, 0.24);
}

.admin-home .svg-icon {
  width: 18px;
  height: 18px;
}

.shield {
  min-height: 118px;
  padding: 58px 18px 0;
  color: #effbff;
  text-align: center;
  font-size: 21px;
  font-weight: 900;
  text-shadow: 0 0 12px rgba(67, 176, 255, 0.6);
  background:
    radial-gradient(circle at 50% 32%, rgba(126, 211, 255, 0.24), transparent 40%),
    linear-gradient(180deg, transparent 76%, rgba(33, 203, 255, 0.4) 77%, transparent 82%);
}

.admin-side a:not(.admin-home) {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 46px;
  padding: 0 20px;
  color: #9fc4df;
  font-size: 17px;
  font-weight: 800;
  border-left: 4px solid transparent;
}

.admin-side a.active:not(.admin-home) {
  color: white;
  background: linear-gradient(90deg, rgba(20, 221, 103, 0.92), rgba(23, 158, 63, 0.85));
  border-left-color: #94ffc0;
  box-shadow: 0 0 22px rgba(20, 221, 103, 0.46);
}

.admin-side .svg-icon {
  width: 24px;
  height: 24px;
}

.admin-main {
  display: grid;
  gap: 10px;
  align-items: start;
}

.admin-topbar {
  display: flex;
  justify-content: flex-end;
  min-height: 38px;
}

.admin-card {
  position: relative;
  min-height: calc(100vh - 76px);
  padding: 28px 24px 20px;
  border: 2px solid rgba(82, 190, 255, 0.56);
  border-radius: 6px;
  background: rgba(4, 20, 48, 0.84);
  box-shadow: inset 0 0 28px rgba(28, 146, 255, 0.24);
}

.filters {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr)) 130px 130px;
  gap: 12px;
  margin-bottom: 24px;
}

.filters input,
.filters select,
.pager select,
.pager input {
  height: 44px;
  padding: 0 14px;
  color: #dff4ff;
  border: 2px solid rgba(76, 160, 231, 0.56);
  border-radius: 7px;
  background: rgba(19, 69, 115, 0.72);
  outline: none;
}

.filters input::placeholder {
  color: #96b8d2;
}

.filters button {
  height: 44px;
  border: 0;
  border-radius: 7px;
  color: #092145;
  font-size: 18px;
  font-weight: 900;
}

.search-btn {
  background: #ffd22f;
  box-shadow: 0 0 18px rgba(255, 210, 47, 0.52);
}

.reset-btn {
  color: white !important;
  background: #a7b0bd;
}

.pill {
  display: inline-block;
  min-width: 86px;
  padding: 5px 10px;
  text-align: center;
  border-radius: 5px;
  font-weight: 900;
}

.pill.green {
  color: #44f99b;
  border: 1px solid rgba(68, 249, 155, 0.55);
  background: rgba(34, 181, 95, 0.16);
}

.pill.purple {
  color: #d48aff;
  border: 1px solid rgba(211, 120, 255, 0.55);
  background: rgba(130, 60, 183, 0.2);
}

.pill.cyan {
  color: #59e2ff;
  border: 1px solid rgba(89, 226, 255, 0.55);
  background: rgba(40, 159, 202, 0.16);
}

.pill.yellow {
  color: #ffe36b;
  border: 1px solid rgba(255, 227, 107, 0.55);
  background: rgba(184, 151, 32, 0.18);
}

.actions {
  white-space: nowrap;
}

.actions a,
.actions button {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  margin: 0 4px;
  padding: 0;
  color: #35c4ff;
  border: 0;
  background: none;
  font-weight: 800;
}

.actions .svg-icon {
  width: 20px;
  height: 20px;
}

.actions button:not(.danger) {
  color: #ffd642;
}

.actions .danger {
  color: #ff626d;
}

.data-table tbody tr.clickable-row {
  cursor: pointer;
}

.data-table tbody tr.clickable-row:hover {
  background: rgba(24, 128, 206, 0.46);
}

.pager {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 26px;
  color: #d9ecfb;
  font-size: 15px;
}

.pager div {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pager button {
  min-width: 48px;
  height: 36px;
  color: #cfeaff;
  border: 1px solid rgba(80, 161, 229, 0.45);
  border-radius: 5px;
  background: rgba(20, 64, 112, 0.72);
}

.pager button.active {
  background: #18a5f5;
  color: white;
}

.pager input {
  width: 56px;
  height: 36px;
}

.pager select {
  width: 104px;
  height: 36px;
}

.admin-detail-card {
  padding-top: 28px;
}

.admin-detail-head {
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) 360px;
  gap: 22px;
  align-items: center;
  position: relative;
  padding: 18px 22px;
  margin-bottom: 22px;
  border: 1px solid rgba(70, 174, 255, 0.32);
  border-radius: 6px;
  background: linear-gradient(100deg, rgba(18, 82, 169, 0.72), rgba(7, 35, 78, 0.72));
}

.admin-detail-head > a {
  position: absolute;
  right: 18px;
  top: 14px;
  color: #8fe2ff;
  font-weight: 800;
}

.admin-detail-head .portrait {
  width: 78px;
  height: 78px;
  font-size: 24px;
}

.admin-detail-head h1 {
  margin: 0 0 10px;
  font-size: 34px;
}

.admin-detail-head p {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0;
  color: #b9d8ec;
}

.admin-detail-head em {
  padding: 5px 10px;
  font-style: normal;
  border: 1px solid rgba(85, 180, 255, 0.32);
  border-radius: 4px;
  background: rgba(4, 25, 57, 0.4);
}

.admin-detail-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.admin-detail-stats p {
  display: grid;
  place-items: center;
  padding: 12px 8px;
  border: 1px solid rgba(53, 169, 247, 0.3);
  background: rgba(4, 20, 46, 0.45);
}

.admin-detail-stats b {
  color: var(--cyan);
  font-size: 24px;
}

.admin-detail-stats span {
  font-size: 13px;
}

.admin-detail-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.15fr 1fr 1fr;
  gap: 14px;
}

.admin-detail-grid section,
.admin-table-section {
  padding: 16px;
  border: 1px solid rgba(70, 174, 255, 0.24);
  border-radius: 5px;
  background: rgba(6, 31, 70, 0.42);
}

.admin-detail-grid h2,
.admin-table-section h2 {
  margin: 0 0 12px;
  color: #eefbff;
  font-size: 20px;
}

.admin-detail-grid p {
  margin: 0;
  color: #d7eafa;
  line-height: 1.8;
}

.admin-detail-grid .tag-cloud span {
  padding: 6px 10px;
  font-size: 14px;
}

.admin-table-section {
  margin-top: 14px;
}

.talent-detail {
  min-height: 100vh;
  padding: 24px 28px;
  background:
    linear-gradient(180deg, rgba(3, 15, 38, 0.9), rgba(0, 7, 20, 0.97)),
    repeating-linear-gradient(90deg, rgba(62, 179, 255, 0.045) 0 1px, transparent 1px 78px);
}

.detail-frame {
  position: relative;
  min-height: calc(100vh - 48px);
  padding: 46px 40px 32px;
  border: 2px solid rgba(52, 189, 255, 0.66);
  border-radius: 8px;
  background: rgba(4, 18, 46, 0.78);
  box-shadow: inset 0 0 32px rgba(32, 145, 255, 0.22);
}

.back-link {
  position: absolute;
  top: 14px;
  right: 28px;
  color: #8ddfff;
  font-weight: 700;
}

.person-hero {
  display: grid;
  grid-template-columns: 1.35fr 1fr 310px;
  gap: 34px;
  align-items: center;
  padding: 26px 34px;
  border: 2px solid rgba(51, 191, 255, 0.52);
  border-radius: 5px;
  background: linear-gradient(100deg, rgba(24, 91, 205, 0.9), rgba(10, 81, 165, 0.7), rgba(4, 29, 70, 0.7));
}

.person-left {
  display: flex;
  align-items: center;
  gap: 28px;
}

.portrait {
  width: 120px;
  height: 120px;
  font-size: 38px;
  font-weight: 900;
}

.person-left h1 {
  margin: 0 0 14px;
  font-size: 54px;
  line-height: 1;
}

.person-left p {
  display: flex;
  gap: 14px;
  margin: 0;
}

.person-left em {
  padding: 6px 16px;
  color: white;
  font-style: normal;
  font-size: 20px;
  font-weight: 800;
  border-radius: 6px;
  background: rgba(22, 185, 103, 0.78);
  box-shadow: 0 0 12px rgba(43, 243, 151, 0.42);
}

.person-left em:nth-child(2) {
  background: rgba(26, 126, 211, 0.82);
}

.person-left em:nth-child(3) {
  background: rgba(129, 73, 212, 0.82);
}

.person-meta {
  display: grid;
  gap: 12px;
  padding-left: 30px;
  border-left: 1px solid rgba(126, 196, 255, 0.22);
}

.person-meta p,
.person-stats p {
  margin: 0;
}

.person-meta span {
  display: inline-block;
  width: 160px;
  color: #9ac2df;
  font-size: 24px;
}

.person-meta b {
  color: #eefbff;
  font-size: 26px;
}

.person-stats {
  display: grid;
  gap: 12px;
  padding: 14px 22px;
  border: 2px solid rgba(72, 197, 255, 0.42);
  border-radius: 5px;
  background: rgba(3, 20, 58, 0.48);
}

.person-stats p {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #d1eafa;
  font-size: 22px;
}

.person-stats b {
  margin-left: auto;
  color: #19e8f4;
  font-size: 28px;
}

.detail-layout {
  display: grid;
  grid-template-columns: 1fr 250px;
  gap: 24px;
  margin-top: 20px;
}

.detail-content {
  padding: 24px;
  border: 2px solid rgba(49, 171, 255, 0.48);
  border-radius: 5px;
}

.detail-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.1fr 0.9fr;
  gap: 24px;
}

.detail-grid .detail-section:nth-child(4) {
  grid-column: 3;
}

.detail-grid.lower {
  grid-template-columns: 0.8fr 1fr 1.2fr;
  margin-top: 20px;
}

.detail-section h3 {
  margin: 0 0 18px;
  color: #effbff;
  font-size: 30px;
  line-height: 1;
}

.detail-section h3::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 32px;
  margin-right: 12px;
  vertical-align: -5px;
  background: #2fbfff;
  box-shadow: 0 0 10px rgba(47, 191, 255, 0.72);
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.tag-cloud span {
  padding: 8px 16px;
  color: #73efff;
  font-size: 19px;
  font-weight: 800;
  border: 1px solid rgba(56, 199, 255, 0.58);
  border-radius: 999px;
  background: rgba(16, 107, 175, 0.48);
  box-shadow: inset 0 0 12px rgba(38, 190, 255, 0.26);
}

.tag-cloud span:nth-child(3n) {
  color: #d38cff;
  border-color: rgba(183, 94, 255, 0.5);
  background: rgba(112, 48, 169, 0.42);
}

.intro {
  margin: 0;
  color: #d7e9f7;
  font-size: 17px;
  line-height: 1.9;
}

.timeline {
  display: grid;
  gap: 14px;
}

.timeline p {
  position: relative;
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
  color: #d7ebf8;
  font-size: 16px;
}

.timeline p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #29c6ff;
  box-shadow: 0 0 8px #29c6ff;
}

.timeline time {
  color: #a8c8df;
}

.timeline b,
.timeline em {
  color: #effbff;
  font-style: normal;
}

.timeline.compact p {
  grid-template-columns: 110px 1fr auto;
  font-size: 15px;
}

.dot-list {
  margin: 0;
  padding-left: 18px;
  color: #d7ebf8;
  font-size: 16px;
  line-height: 1.8;
}

.dot-list li::marker {
  color: #24caff;
}

.paper-table {
  overflow: hidden;
  border-radius: 5px;
}

.paper-table th,
.paper-table td {
  padding: 12px 16px;
  font-size: 16px;
}

.detail-menu {
  padding: 0 0 20px;
  border: 2px solid rgba(49, 171, 255, 0.42);
  border-radius: 5px;
  background: rgba(5, 27, 63, 0.72);
}

.detail-menu h2 {
  height: 74px;
  margin: 0 0 22px;
  display: grid;
  place-items: center;
  color: #effbff;
  font-size: 34px;
  background: linear-gradient(180deg, rgba(16, 94, 168, 0.86), rgba(10, 47, 99, 0.72));
}

.detail-menu a {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 28px;
  color: #d8ebf9;
  font-size: 21px;
  font-weight: 800;
}

.detail-menu i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #249eff;
  box-shadow: 0 0 8px #249eff;
}

@media (max-width: 1360px) {
  .screen {
    overflow: auto;
  }

  .screen-head,
  .dashboard-grid,
  .chain-grid,
  .map-page-grid,
  .research-grid,
  .admin-page,
  .detail-layout,
  .person-hero {
    grid-template-columns: 1fr;
    height: auto;
  }

  .head-right {
    justify-items: start;
  }

  .head-right nav {
    flex-wrap: wrap;
  }

  .dashboard-grid,
  .chain-grid,
  .map-page-grid,
  .research-grid {
    min-height: 0;
  }

  .dashboard-grid > aside,
  .dashboard-grid > section,
  .chain-grid > aside,
  .chain-grid > section,
  .map-page-main,
  .research-grid > section {
    display: grid;
    grid-template-rows: none;
  }

  .panel {
    min-height: 240px;
  }

  .industry-strip,
  .industry-system,
  .talent-card-row,
  .stats-row,
  .research-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    height: auto;
  }

  .chain-screen .chain-grid,
  .chain-screen .screen-head,
  .admin-detail-grid,
  .admin-detail-head {
    grid-template-columns: 1fr;
    height: auto;
  }

  .industry-group.strategy > div,
  .industry-group.service > div,
  .industry-group.future > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .filters {
    grid-template-columns: 1fr 1fr;
  }

  .admin-page {
    padding: 12px;
  }

  .admin-side {
    min-height: 0;
    padding: 16px;
  }

  .shield {
    min-height: 90px;
    padding: 24px;
  }

  .detail-grid,
  .detail-grid.lower {
    grid-template-columns: 1fr;
  }

  .detail-grid .detail-section:nth-child(4) {
    grid-column: auto;
  }
}

@media (max-height: 860px) and (min-width: 1361px) {
  .chain-screen .chain-grid {
    height: calc(100vh - 228px);
    min-height: 520px;
  }

  .industry-system {
    height: 126px;
  }

  .industry-group .svg-icon {
    width: 30px;
    height: 30px;
  }

  .industry-group span {
    font-size: 12px;
  }

  .chain-screen .chain-grid > section {
    grid-template-rows: 88px minmax(0, 1fr);
  }

  .chain-screen .chain-top b {
    font-size: 22px;
  }
}

#app.screen-host {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  min-height: 0;
  overflow: hidden;
  background: #020814;
}

#app.screen-host .screen {
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--screen-width);
  height: var(--screen-height);
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  transform: translate(-50%, -50%) scale(var(--screen-scale));
  transform-origin: center center;
}

#app.screen-host .screen:not(.chain-screen) {
  display: grid;
  grid-template-rows: 58px minmax(0, 1fr);
  gap: 6px;
  align-content: stretch;
}

#app.screen-host .screen-head {
  grid-template-columns: 120px 1fr 390px;
  height: 58px;
}

#app.screen-host .chain-screen .screen-head {
  grid-template-columns: 160px 1fr 488px;
}

#app.screen-host .head-right {
  justify-items: end;
}

#app.screen-host .head-right nav {
  flex-wrap: nowrap;
}

#app.screen-host .panel {
  min-height: 0;
}

#app.screen-host .overview-screen .dashboard-grid {
  grid-template-columns: 15% 62% 23%;
  height: 100%;
  min-height: 0;
}

#app.screen-host .overview-screen .dashboard-grid > aside:first-child {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr 1fr;
  gap: 6px;
  height: 100%;
}

#app.screen-host .overview-screen .dashboard-grid > section {
  display: grid;
  grid-template-rows: 68px minmax(0, 646px) 160px 102px;
  gap: 6px;
  height: 100%;
}

#app.screen-host .overview-screen .dashboard-grid > aside:last-child {
  display: grid;
  grid-template-rows: 160px 136px 148px 148px 226px 146px;
  gap: 6px;
  height: 100%;
}

#app.screen-host .overview-screen .channel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 5px;
}

#app.screen-host .overview-screen .channel-grid div {
  grid-template-rows: 20px minmax(0, 1fr) auto;
  gap: 2px;
  align-content: center;
  padding: 4px 3px;
}

#app.screen-host .overview-screen .channel-grid .svg-icon {
  width: 20px;
  height: 20px;
}

#app.screen-host .overview-screen .channel-grid span {
  white-space: normal;
  font-size: 12px;
  line-height: 1.15;
}

#app.screen-host .overview-screen .channel-grid b {
  font-size: 17px;
  line-height: 1.1;
}

#app.screen-host .overview-screen .panel-title {
  height: 27px;
  font-size: 15px;
}

#app.screen-host .overview-screen .panel {
  padding-top: 31px;
}

#app.screen-host .overview-screen .stat-card {
  padding: 8px 12px;
}

#app.screen-host .overview-screen .stat-card span {
  font-size: 12px;
}

#app.screen-host .overview-screen .stat-card strong {
  font-size: 25px;
}

#app.screen-host .overview-screen .metric-list {
  font-size: 13px;
}

#app.screen-host .overview-screen .metric-list p {
  gap: 5px;
  padding-block: 5px;
}

#app.screen-host .overview-screen .gb-row,
#app.screen-host .overview-screen .hbar,
#app.screen-host .overview-screen .mini-bars b,
#app.screen-host .overview-screen .mini-table {
  font-size: 12px;
}

#app.screen-host .overview-screen .gb-bars i span,
#app.screen-host .overview-screen .mini-bars i span {
  font-size: 12px;
}

#app.screen-host .overview-screen .stats-row {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  height: auto;
}

#app.screen-host .overview-screen .bottom-duo,
#app.screen-host .overview-screen .right-duo {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#app.screen-host .overview-screen .main-map .map-wrap {
  min-height: 0;
}

#app.screen-host .overview-screen .policy-service {
  padding-bottom: 10px;
}

#app.screen-host .overview-screen .policy-service .service-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
}

#app.screen-host .overview-screen .policy-service .service-card {
  display: grid;
  grid-template-rows: auto repeat(3, minmax(0, 1fr));
  align-content: stretch;
  min-height: 0;
  padding: 6px 8px;
}

#app.screen-host .overview-screen .policy-service .service-card h4 {
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 1.25;
}

#app.screen-host .overview-screen .policy-service .service-card p {
  align-items: center;
  min-height: 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.2;
}

#app.screen-host .overview-screen .numbers-line b,
#app.screen-host .overview-screen .gov-icons b {
  font-size: 15px;
}

#app.screen-host .overview-screen .numbers-line span,
#app.screen-host .overview-screen .gov-icons span {
  font-size: 10px;
}

#app.screen-host .overview-screen .numbers-line,
#app.screen-host .overview-screen .gov-icons {
  gap: 6px;
}

#app.screen-host .overview-screen .numbers-line p {
  display: grid;
  grid-template-rows: 22px auto auto;
  place-items: center;
}

#app.screen-host .overview-screen .numbers-line .svg-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
  color: #7bd8ff;
}

#app.screen-host .overview-screen .gov-icons .svg-icon {
  width: 22px;
  height: 22px;
  margin-bottom: 3px;
}

#app.screen-host .overview-screen .result-trend {
  padding-bottom: 10px;
}

#app.screen-host .overview-screen .result-trend .line-chart {
  min-height: 0;
}

#app.screen-host .chain-grid {
  grid-template-columns: minmax(310px, 21.5%) 1fr minmax(330px, 23.5%);
  gap: 8px;
  height: calc(var(--screen-height) - 226px);
  min-height: 0;
}

#app.screen-host .chain-screen .chain-grid {
  grid-template-columns: minmax(285px, 21%) minmax(660px, 1fr) minmax(305px, 22%);
  height: calc(var(--screen-height) - 248px);
  min-height: 0;
}

#app.screen-host .chain-grid > aside:first-child {
  display: grid;
  grid-template-rows: 0.9fr 1.75fr;
  gap: 8px;
}

#app.screen-host .chain-grid > aside:last-child {
  display: grid;
  grid-template-rows: 0.9fr 1.2fr 1fr;
  gap: 8px;
}

#app.screen-host .chain-grid > section {
  display: grid;
  grid-template-rows: 120px minmax(0, 1fr);
  gap: 8px;
}

#app.screen-host .chain-screen .chain-grid > section {
  grid-template-rows: 102px minmax(0, 1fr);
}

#app.screen-host .chain-top {
  grid-template-columns: 1.2fr 0.9fr 0.9fr;
}

#app.screen-host .industry-system {
  grid-template-columns: 8fr 2fr 3fr;
  height: 142px;
}

#app.screen-host .industry-group.strategy > div {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

#app.screen-host .industry-group.service > div {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#app.screen-host .industry-group.future > div {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
