body.deepx-dashboard-runtime {
  background: #020607;
}

body.deepx-dashboard-runtime aside {
  border-color: rgba(125, 221, 255, 0.12);
  background:
    radial-gradient(circle at 24% 8%, rgba(65, 210, 241, 0.16), transparent 13rem),
    linear-gradient(180deg, #030707 0%, #020607 100%);
  color: rgba(236, 247, 252, 0.86);
}

body.deepx-dashboard-runtime aside h1,
body.deepx-dashboard-runtime aside .text-ink {
  color: #ffffff;
}

body.deepx-dashboard-runtime aside p,
body.deepx-dashboard-runtime aside .text-slate-500,
body.deepx-dashboard-runtime aside .text-slate-600 {
  color: rgba(218, 231, 238, 0.58);
}

body.deepx-dashboard-runtime aside a {
  color: rgba(231, 241, 247, 0.66);
}

body.deepx-dashboard-runtime aside a:hover,
body.deepx-dashboard-runtime aside a.deepx-current-nav {
  border: 1px solid rgba(83, 220, 245, 0.38);
  background: rgba(10, 105, 119, 0.34);
  color: #f4fdff;
}

body[class*="deepx-"] aside nav a:not(.deepx-current-nav),
body[class*="deepx-"] header nav a:not(.deepx-current-nav) {
  border-color: transparent !important;
  background: transparent !important;
  color: rgba(231, 241, 247, 0.66) !important;
  box-shadow: none !important;
}

body[class*="deepx-"] aside nav a.deepx-current-nav,
body[class*="deepx-"] header nav a.deepx-current-nav {
  border: 1px solid rgba(83, 220, 245, 0.38) !important;
  background: rgba(10, 105, 119, 0.34) !important;
  color: #f4fdff !important;
  box-shadow: 0 10px 28px rgba(13, 148, 166, 0.16) !important;
}

.deepx-nav-heading {
  margin: 18px 0 6px;
  padding: 0 12px;
  color: rgba(100, 116, 139, 0.72);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
}

.deepx-nav-icon {
  display: inline-flex;
  width: 22px;
  min-width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: currentColor;
}

.deepx-nav-icon svg {
  width: 22px;
  height: 22px;
  stroke-width: 2.25;
}

.deepx-nav-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

header .deepx-nav-icon {
  width: 15px;
  min-width: 15px;
  height: 15px;
}

header .deepx-nav-icon svg {
  width: 15px;
  height: 15px;
}

body.deepx-dashboard-runtime .deepx-nav-heading,
body.deepx-scholar-runtime .deepx-nav-heading {
  color: rgba(218, 231, 238, 0.48);
}

body.deepx-dashboard-runtime main {
  max-width: none;
  padding: 0;
}

.deepx-dashboard-page {
  min-height: 100vh;
  padding: 32px;
  color: #f4f8fb;
  background:
    linear-gradient(rgba(125, 221, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 221, 255, 0.035) 1px, transparent 1px),
    radial-gradient(circle at 78% 12%, rgba(66, 185, 255, 0.2), transparent 30rem),
    radial-gradient(circle at 25% 22%, rgba(28, 211, 217, 0.12), transparent 24rem),
    linear-gradient(135deg, #030608 0%, #071018 45%, #020304 100%);
  background-size: 42px 42px, 42px 42px, auto, auto, auto;
}

.deepx-dashboard-hero {
  align-items: center;
}

.deepx-dashboard-stats {
  display: flex;
  gap: 12px;
}

.deepx-dashboard-stats div,
.deepx-dashboard-back {
  min-width: 130px;
  padding: 18px;
  border: 1px solid rgba(125, 221, 255, 0.26);
  border-radius: 14px;
  background: rgba(4, 18, 28, 0.72);
  color: #dffbff;
  text-align: right;
  text-decoration: none;
}

.deepx-dashboard-stats span {
  display: block;
  color: rgba(216, 230, 238, 0.58);
  font-size: 12px;
}

.deepx-dashboard-stats strong {
  display: block;
  margin-top: 6px;
  font-size: 32px;
}

.deepx-dashboard-stats em {
  display: block;
  margin-top: 4px;
  color: rgba(103, 232, 249, 0.65);
  font-size: 11px;
  font-style: normal;
}

.deepx-cross-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.deepx-cross-card,
.deepx-database-card,
.deepx-dashboard-panel,
.deepx-figure-section figure {
  border: 1px solid rgba(174, 232, 255, 0.18);
  background: rgba(6, 16, 24, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(14px);
}

.deepx-cross-card {
  min-height: 210px;
  padding: 20px;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

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

.deepx-database-card {
  display: block;
  min-height: 230px;
  padding: 24px;
  border-radius: 16px;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.deepx-database-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 225, 255, 0.7);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), 0 0 26px rgba(55, 212, 255, 0.12);
}

.deepx-database-card span {
  color: #67e8f9;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.deepx-database-card h2 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: 28px;
}

.deepx-database-card p {
  color: rgba(228, 241, 247, 0.72);
  line-height: 1.6;
}

.deepx-database-card strong {
  display: inline-flex;
  margin-top: 18px;
  padding: 7px 11px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  background: rgba(36, 190, 231, 0.16);
  color: #a7f3ff;
  font-size: 12px;
}

.deepx-cross-card:hover {
  transform: translateY(-4px);
  border-color: rgba(91, 225, 255, 0.7);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.36), 0 0 26px rgba(55, 212, 255, 0.12);
}

.deepx-cross-card span {
  color: #67e8f9;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.deepx-cross-card h3 {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 24px;
}

.deepx-cross-card p {
  min-height: 58px;
  color: rgba(228, 241, 247, 0.72);
  line-height: 1.6;
}

.deepx-cross-card em {
  display: inline-flex;
  margin-top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(103, 232, 249, 0.28);
  background: rgba(36, 190, 231, 0.16);
  color: #a7f3ff;
  font-style: normal;
  font-size: 12px;
}

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

.deepx-dashboard-panel {
  padding: 22px;
  border-radius: 16px;
}

.deepx-dashboard-panel h2 {
  margin: 4px 0 8px;
  color: #fff;
  font-size: 24px;
}

.deepx-dashboard-panel p {
  color: rgba(228, 241, 247, 0.68);
}

.deepx-chart-bars {
  display: grid;
  gap: 12px;
  margin-top: 20px;
}

.deepx-chart-row {
  display: grid;
  grid-template-columns: 80px 1fr 84px;
  align-items: center;
  gap: 12px;
  color: rgba(230, 242, 248, 0.76);
  font-size: 13px;
}

.deepx-chart-row div {
  height: 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  overflow: hidden;
}

.deepx-chart-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
}

.deepx-chart-row strong {
  color: #dffbff;
  text-align: right;
}

.deepx-line-chart {
  width: 100%;
  margin-top: 12px;
}

.deepx-line-chart .grid line {
  stroke: rgba(190, 221, 235, 0.18);
}

.deepx-line-chart .grid text,
.deepx-line-chart .label {
  fill: rgba(228, 241, 247, 0.58);
  font-size: 12px;
  text-anchor: middle;
}

.deepx-line-chart polyline {
  fill: none;
  stroke: #ff614f;
  stroke-width: 3;
}

.deepx-line-chart circle {
  fill: #071018;
  stroke: #ff614f;
  stroke-width: 3;
}

.deepx-line-chart .value {
  fill: #ff786b;
  font-size: 13px;
  text-anchor: middle;
}

.deepx-coverage-chart {
  display: grid;
  grid-template-columns: minmax(180px, 224px) 1fr;
  gap: 20px;
  align-items: center;
  margin-top: 16px;
}

.deepx-coverage-chart svg {
  width: 100%;
  max-width: 224px;
  transform: rotate(-90deg);
}

.deepx-coverage-chart text {
  transform: rotate(90deg);
  transform-origin: 112px 112px;
  fill: #dffbff;
  font-size: 22px;
  font-weight: 800;
  text-anchor: middle;
}

.deepx-coverage-chart text + text {
  fill: rgba(228, 241, 247, 0.58);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.deepx-coverage-legend {
  display: grid;
  gap: 10px;
}

.deepx-coverage-legend div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: rgba(230, 242, 248, 0.76);
  font-size: 13px;
}

.deepx-coverage-legend span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.deepx-coverage-legend i {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
}

.deepx-coverage-legend strong {
  color: #dffbff;
}

.deepx-dashboard-note,
.deepx-dashboard-empty {
  margin-top: 18px;
  padding: 16px 18px;
  border: 1px solid rgba(174, 232, 255, 0.16);
  border-radius: 14px;
  background: rgba(6, 16, 24, 0.62);
  color: rgba(228, 241, 247, 0.68);
}

.deepx-dashboard-note {
  display: flex;
  gap: 10px;
  align-items: baseline;
  flex-wrap: wrap;
  font-size: 13px;
}

.deepx-dashboard-note strong {
  color: #a7f3ff;
}

.deepx-dashboard-back {
  min-width: 112px;
  text-align: center;
}

.deepx-figure-section {
  margin-top: 24px;
}

.deepx-figure-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  align-items: stretch;
}

.deepx-figure-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.deepx-figure-section figure {
  margin: 0;
  padding: 10px;
  border-radius: 16px;
}

.deepx-code-chart-card {
  min-height: 430px;
  padding: 16px;
  background: rgba(6, 16, 24, 0.78);
  display: flex;
  flex-direction: column;
}

.deepx-code-chart-card figcaption {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  min-height: 48px;
  color: rgba(228, 241, 247, 0.7);
  font-size: 12px;
}

.deepx-code-chart-card figcaption strong {
  color: #f8fbff;
  font-size: 15px;
}

.deepx-code-chart-card figcaption span {
  max-width: 60%;
  text-align: right;
}

.deepx-code-chart {
  display: block;
  width: 100%;
  height: 340px;
  flex: 1 1 auto;
  border-radius: 10px;
  background: #ffffff;
}

.deepx-code-bar-network {
  height: 360px;
}

.deepx-code-chart .axis {
  stroke: rgba(44, 54, 66, 0.42);
  stroke-width: 2;
}

.deepx-code-chart .grid line {
  stroke: rgba(44, 54, 66, 0.08);
}

.deepx-code-chart .axis-label,
.deepx-code-chart .bar-value {
  fill: #3e4652;
  font-size: 13px;
  font-weight: 700;
}

.deepx-code-chart .bar-value {
  font-size: 13px;
}

.deepx-code-chart .fusion-kicker,
.deepx-code-chart .fusion-label,
.deepx-code-chart .fusion-value,
.deepx-code-chart .fusion-source-label,
.deepx-code-chart .fusion-source-value {
  fill: #5d6470;
  font-size: 13px;
  font-weight: 700;
}

.deepx-code-chart .fusion-value {
  text-anchor: end;
}

.deepx-code-chart .fusion-source-label {
  font-size: 18px;
  font-weight: 900;
}

.deepx-code-chart .fusion-source-value {
  font-size: 13px;
  font-weight: 800;
}

.deepx-code-chart .fusion-link {
  fill: none;
  stroke-linecap: round;
}

.deepx-code-chart .fusion-grid line {
  stroke: rgba(44, 54, 66, 0.2);
  stroke-width: 1;
}

.deepx-code-chart .axis-label-small,
.deepx-code-chart .axis-title,
.deepx-code-chart .legend-label {
  fill: #5d6470;
  font-size: 13px;
}

.deepx-code-chart .axis-title {
  font-weight: 700;
  text-anchor: middle;
}

.deepx-code-chart .vertical {
  transform: rotate(-90deg);
  transform-origin: 22px 178px;
}

.deepx-code-chart .cyan-value {
  fill: #82d6e8;
  font-size: 15px;
  font-weight: 800;
  text-anchor: middle;
}

.deepx-figure-section img {
  display: block;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}

@media (max-width: 1100px) {
  .deepx-dashboard-charts,
  .deepx-database-grid,
  .deepx-figure-grid,
  .deepx-figure-grid-three {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .deepx-dashboard-page {
    padding: 18px;
  }

  .deepx-dashboard-stats {
    flex-direction: column;
  }

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

  .deepx-author-list {
    align-items: flex-start;
    flex-direction: column;
  }

  .deepx-author-tags {
    justify-content: flex-start;
  }
}

/* June 2026 presentation polish */
.deepx-dashboard-insights {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 18px;
}

.deepx-dashboard-insight-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.deepx-insight-tags,
.deepx-award-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.deepx-insight-tags span,
.deepx-award-strip span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 7px 11px;
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 999px;
  background: rgba(36, 190, 231, 0.12);
  color: #c7f7ff;
  font-size: 12px;
  font-weight: 700;
}

.deepx-author-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 18px;
}

.deepx-author-list h2 {
  margin-bottom: 0;
  font-size: 22px;
}

.deepx-author-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}

.deepx-author-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 7px 11px;
  border: 1px solid rgba(103, 232, 249, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(228, 241, 247, 0.78);
  text-decoration: none;
}

.deepx-author-tag.leader {
  border-color: rgba(103, 232, 249, 0.44);
  background: rgba(36, 190, 231, 0.14);
  color: #dffbff;
}

.deepx-author-tag span {
  font-size: 13px;
  font-weight: 800;
}

.deepx-author-tag em {
  color: rgba(216, 230, 238, 0.58);
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
}

.deepx-author-tag[href]:hover {
  border-color: rgba(103, 232, 249, 0.68);
  background: rgba(36, 190, 231, 0.2);
}

.deepx-figure-section .deepx-scholar-heading {
  margin-bottom: 18px;
  padding: 22px 24px;
  border: 1px solid rgba(174, 232, 255, 0.16);
  border-radius: 16px;
  background: rgba(6, 16, 24, 0.58);
}

.deepx-figure-section .deepx-scholar-heading h2 {
  font-size: 30px;
  line-height: 1.15;
}

.deepx-figure-section .deepx-scholar-heading .deepx-scholar-muted {
  margin-top: 12px;
  color: rgba(226, 241, 248, 0.76);
  font-size: 18px;
  line-height: 1.7;
}

.deepx-section-summary {
  margin: 12px 0 0;
  color: rgba(188, 220, 234, 0.78);
  font-size: 17px;
  line-height: 1.65;
}

.deepx-code-chart-card {
  height: 430px;
  min-height: 430px;
  padding: 8px;
  border-radius: 18px;
  background:
    radial-gradient(circle at 16% 12%, rgba(103, 232, 249, 0.08), transparent 18rem),
    rgba(6, 16, 24, 0.82);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.deepx-code-chart-wide {
  height: 430px;
  min-height: 430px;
}

.deepx-code-chart-card figcaption {
  flex: 0 0 42px;
  min-height: 42px;
  margin: 0 0 6px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.deepx-code-chart-card figcaption strong {
  color: #f8fbff;
  font-size: 28px;
  line-height: 1;
  white-space: nowrap;
}

.deepx-chart-note {
  display: none;
}

.deepx-code-chart {
  flex: 1 1 auto;
  min-height: 0;
  height: auto;
  width: 100%;
  border-radius: 14px;
  background:
    linear-gradient(rgba(125, 221, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125, 221, 255, 0.04) 1px, transparent 1px),
    linear-gradient(135deg, rgba(3, 9, 14, 0.98), rgba(7, 22, 32, 0.96));
  background-size: 32px 32px, 32px 32px, auto;
  border: 1px solid rgba(174, 232, 255, 0.12);
}

.deepx-code-bar-network {
  min-height: 0;
}

.deepx-code-chart .axis {
  stroke: rgba(205, 231, 242, 0.34);
}

.deepx-code-chart .grid line {
  stroke: rgba(205, 231, 242, 0.09);
}

.deepx-code-chart .axis-label,
.deepx-code-chart .bar-value,
.deepx-code-chart .fusion-label,
.deepx-code-chart .fusion-value,
.deepx-code-chart .fusion-kicker,
.deepx-code-chart .fusion-source-label,
.deepx-code-chart .fusion-source-value {
  fill: rgba(238, 248, 252, 0.82);
  font-size: 18px;
}

.deepx-code-chart .bar-value,
.deepx-code-chart .fusion-value,
.deepx-code-chart .cyan-value {
  fill: #dffbff;
}

.deepx-code-chart .axis-label-small,
.deepx-code-chart .axis-title,
.deepx-code-chart .legend-label,
.deepx-code-chart .fusion-kicker {
  fill: rgba(226, 241, 248, 0.66);
  font-size: 16px;
}

.deepx-code-chart .fusion-kicker {
  fill: rgba(158, 239, 255, 0.74);
  font-size: 15px;
  letter-spacing: 0;
}

.deepx-code-chart .axis-title {
  font-size: 16px;
}

.deepx-code-chart .legend-label {
  font-size: 15px;
}

.deepx-code-chart .fusion-label {
  fill: rgba(240, 249, 252, 0.86);
  font-size: 17px;
}

.deepx-code-chart .fusion-value,
.deepx-code-chart .fusion-source-value {
  fill: #dffbff;
  font-size: 18px;
}

.deepx-code-chart .fusion-source-label {
  fill: #ffffff;
  font-size: 25px;
}

.deepx-code-chart .cyan-value {
  font-size: 18px;
}

.deepx-code-chart .fusion-link {
  mix-blend-mode: screen;
}

.deepx-code-chart .fusion-grid line {
  stroke: rgba(174, 232, 255, 0.18);
}

.deepx-code-chart text {
  paint-order: stroke;
  stroke: rgba(4, 13, 19, 0.7);
  stroke-width: 3px;
  stroke-linejoin: round;
}

.deepx-code-chart rect[fill="#dcecf4"] {
  fill: rgba(103, 232, 249, 0.18);
}

.deepx-code-chart circle[fill="#fff"] {
  fill: #061018;
}

@media (max-width: 1100px) {
  .deepx-dashboard-insights {
    grid-template-columns: 1fr;
  }
}
