:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #9aa7b1;
  --line: rgba(255, 255, 255, 0.11);
  --paper: #030506;
  --panel: rgba(16, 20, 24, 0.72);
  --panel-strong: rgba(23, 28, 33, 0.9);
  --accent: #59f0d8;
  --accent-strong: #9bfff0;
  --accent-soft: rgba(89, 240, 216, 0.13);
  --clinical: #8bd3ff;
  --warn: #f2d06b;
  --shadow: 0 28px 90px rgba(0, 0, 0, 0.52);
  --matrix: #19f6a1;
  --blueprint: #66d9ff;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Manrope, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 16% 0%, rgba(89, 240, 216, 0.2), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(86, 142, 255, 0.16), transparent 34%),
    linear-gradient(180deg, #090d11 0, #030506 420px),
    var(--paper);
  min-height: 100vh;
}

body::before {
  background:
    linear-gradient(rgba(25, 246, 161, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(25, 246, 161, 0.028) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 62%);
  pointer-events: none;
  position: fixed;
  z-index: -1;
}

a {
  color: inherit;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 76px;
  padding: 0 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(3, 5, 6, 0.72);
  backdrop-filter: blur(24px) saturate(1.5);
  position: sticky;
  top: 0;
  z-index: 10;
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 11px;
  text-decoration: none;
}

.brand-orb {
  align-items: center;
  background:
    radial-gradient(circle at 34% 22%, rgba(255, 255, 255, 0.9), transparent 18%),
    linear-gradient(135deg, #59f0d8, #65b7ff);
  border-radius: 14px;
  box-shadow: 0 0 28px rgba(89, 240, 216, 0.26);
  color: #031012;
  display: inline-flex;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 0.9rem;
  font-weight: 700;
  height: 38px;
  justify-content: center;
  width: 38px;
}

.brand-word {
  color: #f9fcff;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
}

nav {
  display: flex;
  gap: 8px;
}

nav a {
  border-radius: 7px;
  color: #c8d1d8;
  font-weight: 650;
  padding: 9px 11px;
  text-decoration: none;
}

nav a:hover {
  background: var(--accent-soft);
  color: var(--ink);
}

.nav-cta {
  background: rgba(89, 240, 216, 0.13);
  border: 1px solid rgba(89, 240, 216, 0.18);
  color: var(--accent-strong);
}

.shell {
  width: min(1260px, calc(100% - 40px));
  margin: 0 auto;
  padding: 38px 0 64px;
}

.cinema-hero {
  align-items: end;
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.96) 0%, rgba(3, 5, 6, 0.74) 43%, rgba(3, 5, 6, 0.1) 100%),
    url("/static/license-rx-matrix-hero.png") center right / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 30px;
  box-shadow: 0 44px 140px rgba(0, 0, 0, 0.68);
  display: grid;
  gap: 24px;
  grid-template-columns: minmax(0, 1fr) 270px;
  min-height: 620px;
  overflow: hidden;
  padding: 54px;
  position: relative;
}

.cinema-hero::before,
.page-hero::before,
.hero-panel::before {
  background: linear-gradient(115deg, transparent, rgba(89, 240, 216, 0.16), transparent);
  content: "";
  height: 180%;
  left: -40%;
  opacity: 0.72;
  pointer-events: none;
  position: absolute;
  top: -40%;
  transform: rotate(10deg);
  width: 38%;
}

.hero-noise {
  background: radial-gradient(circle at 68% 34%, rgba(25, 246, 161, 0.2), transparent 18%);
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.signal-card {
  align-self: end;
  background: rgba(3, 8, 9, 0.78);
  border: 1px solid rgba(89, 240, 216, 0.22);
  border-radius: 22px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45), inset 0 1px rgba(255, 255, 255, 0.08);
  padding: 22px;
  position: relative;
  z-index: 1;
}

.signal-card span,
.feature-grid span,
.system-map span {
  color: var(--accent-strong);
  display: block;
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.signal-card strong {
  display: block;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 4rem;
  line-height: 1;
  margin: 10px 0;
}

.signal-card p {
  color: var(--muted);
  line-height: 1.5;
  margin: 0;
}

.signal-lines {
  display: grid;
  gap: 8px;
  margin-top: 18px;
}

.signal-lines i {
  background: linear-gradient(90deg, var(--matrix), transparent);
  border-radius: 999px;
  display: block;
  height: 3px;
}

.signal-lines i:nth-child(2) {
  width: 72%;
}

.signal-lines i:nth-child(3) {
  width: 88%;
}

.signal-lines i:nth-child(4) {
  width: 52%;
}

.hero-panel,
.detail-hero {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.hero-panel {
  align-items: stretch;
  background:
    radial-gradient(circle at 73% 18%, rgba(89, 240, 216, 0.24), transparent 26%),
    linear-gradient(90deg, rgba(3, 5, 6, 0.98) 0%, rgba(3, 5, 6, 0.9) 42%, rgba(3, 5, 6, 0.24) 100%),
    url("/static/license-rx-science-hero.png") center right / cover no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.62);
  min-height: 390px;
  overflow: hidden;
  padding: 46px;
  position: relative;
}

.screener-hero {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.98) 0%, rgba(3, 5, 6, 0.74) 45%, rgba(3, 5, 6, 0.18) 100%),
    url("/static/license-rx-command-dashboard.png") center right / cover no-repeat;
}

.hero-panel::after {
  background:
    linear-gradient(180deg, rgba(3, 5, 6, 0), rgba(3, 5, 6, 0.9)),
    linear-gradient(90deg, rgba(89, 240, 216, 0.14), rgba(86, 142, 255, 0.08));
  bottom: 0;
  content: "";
  height: 70px;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.hero-copy {
  max-width: 760px;
  position: relative;
  z-index: 1;
}

.hero-visual {
  min-width: 360px;
}

.hero-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-actions span {
  color: #b9c5cc;
  font-size: 0.96rem;
  font-weight: 750;
  max-width: 360px;
}

.page-hero,
.page-heading {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 28px;
  margin-bottom: 24px;
  overflow: hidden;
  padding: 46px;
  position: relative;
}

.page-hero {
  min-height: 470px;
}

.matrix-panel {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.96), rgba(3, 5, 6, 0.68), rgba(3, 5, 6, 0.1)),
    url("/static/license-rx-matrix-hero.png") center right / cover no-repeat;
}

.university-panel {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.95), rgba(3, 5, 6, 0.6), rgba(3, 5, 6, 0.05)),
    url("/static/license-rx-university-network.png") center right / cover no-repeat;
}

.compact-hero {
  min-height: 340px;
}

.page-heading {
  align-items: end;
  background:
    radial-gradient(circle at 75% 18%, rgba(89, 240, 216, 0.16), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.035));
  display: flex;
  justify-content: space-between;
}

.profile-heading {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.96), rgba(3, 5, 6, 0.78), rgba(3, 5, 6, 0.18)),
    url("/static/license-rx-command-dashboard.png") center right / cover no-repeat;
}

.recommendations-heading {
  background:
    radial-gradient(circle at 78% 24%, rgba(25, 246, 161, 0.18), transparent 28%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035));
}

.editorial-band,
.split-showcase,
.cta-band {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.088), rgba(255, 255, 255, 0.035));
  box-shadow: var(--shadow);
  margin-top: 22px;
  padding: 34px;
}

.editorial-band {
  align-items: end;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
}

.editorial-band h2,
.split-showcase h2,
.cta-band h2 {
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: 1;
  margin: 0;
  text-wrap: balance;
}

.editorial-band p,
.split-showcase p,
.cta-band p {
  color: #bdc9d0;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.7;
  margin: 0;
}

.feature-grid,
.system-map,
.network-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.system-map {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.feature-grid article,
.system-map article,
.network-grid article {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.09), rgba(255, 255, 255, 0.04));
  border: 1px solid var(--line);
  border-radius: 22px;
  min-height: 230px;
  padding: 24px;
}

.feature-grid h3,
.system-map h3,
.network-grid h3 {
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.45rem;
  line-height: 1.05;
  margin: 34px 0 12px;
}

.feature-grid p,
.system-map p,
.network-grid p {
  color: var(--muted);
  line-height: 1.55;
  margin: 0;
}

.network-grid strong {
  display: block;
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.45rem;
  line-height: 1.1;
  margin-bottom: 12px;
}

.split-showcase {
  align-items: center;
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
}

.split-showcase.reverse {
  grid-template-columns: minmax(320px, 0.9fr) minmax(0, 1.1fr);
}

.showcase-image {
  aspect-ratio: 16 / 10;
  background-position: center;
  background-size: cover;
  border: 1px solid rgba(89, 240, 216, 0.18);
  border-radius: 22px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.08), 0 24px 80px rgba(0, 0, 0, 0.45);
  min-height: 300px;
}

.dashboard-image {
  background-image: url("/static/license-rx-command-dashboard.png");
}

.command-image {
  background-image: url("/static/license-rx-matrix-hero.png");
}

.check-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
}

.check-list li {
  border-top: 1px solid var(--line);
  color: #d9e3e8;
  font-weight: 750;
  line-height: 1.45;
  padding-top: 12px;
}

.check-list li::before {
  color: var(--matrix);
  content: "✓ ";
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(3, 5, 6, 0.95), rgba(3, 5, 6, 0.74), rgba(3, 5, 6, 0.18)),
    url("/static/license-rx-university-network.png") center right / cover no-repeat;
  padding: 46px;
}

.cta-band .button {
  display: inline-block;
  margin-top: 24px;
}

.metric-strip {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: -6px 0 24px;
  max-width: 520px;
}

.metric-strip div {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.045));
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.26);
  padding: 16px;
}

.metric-strip span {
  color: var(--muted);
  display: block;
  font-size: 0.74rem;
  font-weight: 850;
  text-transform: uppercase;
}

.metric-strip strong {
  display: block;
  font-size: 1.7rem;
  margin-top: 6px;
}

.detail-hero {
  display: block;
  max-width: 900px;
}

.eyebrow {
  margin: 0 0 8px;
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1 {
  color: var(--ink);
  font-family: "Space Grotesk", Manrope, ui-sans-serif, system-ui, sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 5.8rem);
  line-height: 0.96;
  letter-spacing: 0;
  max-width: 760px;
  text-wrap: balance;
}

h1 span {
  background: linear-gradient(90deg, #ffffff, #9bfff0 48%, #65b7ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: inline-block;
}

.page-subtitle {
  color: #b6c4cc;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 680px;
}

h2 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.button,
button {
  border: 0;
  border-radius: 7px;
  background: linear-gradient(135deg, #dffef8, #56edd5 45%, #45a9ff);
  color: #031012;
  cursor: pointer;
  font-weight: 800;
  padding: 12px 16px;
  text-decoration: none;
  transition: background 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.button:hover,
button:hover {
  background: linear-gradient(135deg, #ffffff, #77ffe9 45%, #78c6ff);
  box-shadow: 0 18px 40px rgba(89, 240, 216, 0.22);
  transform: translateY(-1px);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: var(--ink);
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font: inherit;
  padding: 12px 13px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(89, 240, 216, 0.16);
  outline: none;
}

.search-console {
  align-items: start;
  display: grid;
  grid-template-columns: 312px minmax(0, 1fr);
  gap: 22px;
}

.filter-panel,
.results-panel {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: var(--panel);
  backdrop-filter: blur(22px) saturate(1.35);
  box-shadow: var(--shadow);
}

.filter-panel {
  display: grid;
  gap: 20px;
  padding: 20px;
  position: sticky;
  top: 90px;
}

.filter-panel::before {
  background: linear-gradient(90deg, var(--accent), #69b9ff);
  border-radius: 999px;
  content: "";
  height: 4px;
}

.search-box,
.owner-filter,
.stage-filter {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

fieldset {
  border: 0;
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
}

legend {
  color: var(--muted);
  font-size: 0.82rem;
  font-weight: 800;
  margin-bottom: 2px;
  text-transform: uppercase;
}

.pill-radio {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 14px;
  cursor: pointer;
  display: flex;
  font-weight: 750;
  gap: 8px;
  padding: 10px 11px;
}

.pill-radio input {
  accent-color: var(--accent);
  width: auto;
}

.pill-radio.is-active {
  border-color: var(--accent);
  background: var(--accent-soft);
  color: var(--ink);
  box-shadow: inset 0 0 0 1px rgba(89, 240, 216, 0.18);
}

.badge-group,
.tag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.filter-badge,
.tag-row span {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--ink);
  font-size: 0.78rem;
  font-weight: 800;
  padding: 7px 10px;
}

.filter-badge {
  cursor: pointer;
}

.filter-badge.is-active {
  border-color: var(--accent);
  background: rgba(89, 240, 216, 0.18);
  color: var(--accent-strong);
}

.results-panel {
  padding: 20px;
}

.result-toolbar {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: flex-start;
  gap: 14px;
  margin-bottom: 16px;
  padding-bottom: 14px;
}

.result-toolbar p {
  margin: 0;
}

.filter-note {
  color: var(--muted);
  font-size: 0.88rem;
}

.soft-empty {
  border: 1px solid rgba(242, 208, 107, 0.3);
  border-radius: 7px;
  background: rgba(242, 208, 107, 0.1);
  color: #f7d981;
  display: inline-grid;
  gap: 4px;
  margin-bottom: 12px;
  max-width: 420px;
  padding: 9px 11px;
  font-size: 0.86rem;
}

.asset-card {
  min-height: 292px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.092), rgba(255, 255, 255, 0.048));
  padding: 20px;
  transition: border-color 150ms ease, box-shadow 150ms ease, transform 150ms ease;
}

.asset-grid {
  display: grid;
  gap: 18px;
}

.asset-card:hover {
  border-color: rgba(89, 240, 216, 0.38);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  transform: translateY(-1px);
}

.asset-card h2 a {
  text-decoration: none;
}

.asset-card h2 a:hover {
  color: var(--accent-strong);
}

.asset-card p {
  color: var(--muted);
  line-height: 1.5;
}

.asset-card[hidden] {
  display: none;
}

.card-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
  color: var(--clinical);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.card-top span {
  background: rgba(139, 211, 255, 0.12);
  border: 1px solid rgba(139, 211, 255, 0.16);
  border-radius: 999px;
  padding: 6px 9px;
}

dl {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}

.deep-dive-toggle {
  background: transparent;
  border: 1px solid rgba(89, 240, 216, 0.28);
  color: var(--accent-strong);
  margin-top: 18px;
  padding: 10px 12px;
}

.deep-dive-toggle:hover {
  background: var(--accent-soft);
}

.deep-dive-panel {
  border-top: 1px solid var(--line);
  margin-top: 18px;
  padding-top: 18px;
}

.deep-dive-header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.deep-dive-header h3 {
  font-size: 1.15rem;
  line-height: 1.35;
  margin: 0;
}

.strategy-pill {
  background: var(--accent-soft);
  border: 1px solid rgba(89, 240, 216, 0.22);
  border-radius: 999px;
  color: var(--accent-strong);
  font-size: 0.72rem;
  font-weight: 850;
  padding: 7px 10px;
  text-transform: uppercase;
  white-space: nowrap;
}

.agent-stack {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-bottom: 14px;
}

.agent-stack div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 10px;
}

.agent-stack span,
.committee-box span {
  color: var(--accent-strong);
  display: block;
  font-size: 0.7rem;
  font-weight: 850;
  text-transform: uppercase;
}

.agent-stack p {
  color: var(--muted);
  font-size: 0.78rem;
  line-height: 1.35;
  margin: 5px 0 0;
}

.comparison-matrix {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.comparison-matrix article,
.deep-dive-section {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.055);
  padding: 16px;
}

.comparison-matrix .optimized-track {
  background: linear-gradient(180deg, rgba(89, 240, 216, 0.13), rgba(89, 240, 216, 0.055));
  border-color: rgba(89, 240, 216, 0.28);
}

.track-label {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 850;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.metric-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.metric-grid div {
  border-right: 1px solid rgba(102, 115, 122, 0.18);
  min-width: 0;
  padding-right: 10px;
}

.metric-grid div:last-child {
  border-right: 0;
}

.metric-grid span,
.hurdle-grid span {
  color: var(--muted);
  display: block;
  font-size: 0.72rem;
  font-weight: 800;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.metric-grid strong {
  display: block;
  font-size: 1.28rem;
}

.pivot-copy {
  color: var(--accent-strong);
  font-weight: 750;
  margin: 12px 0 0;
}

.strategy-rationale {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.strategy-rationale div {
  border-top: 1px solid rgba(89, 240, 216, 0.16);
  padding-top: 10px;
}

.strategy-rationale span {
  color: var(--accent-strong);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.strategy-rationale p {
  color: #c0ccd3;
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.deep-dive-section {
  margin-top: 14px;
}

.deep-dive-section h4 {
  font-size: 0.9rem;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.hurdle-grid {
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.hurdle-grid div {
  border-top: 1px solid var(--line);
  padding-top: 10px;
}

.hurdle-grid div:nth-child(1),
.hurdle-grid div:nth-child(2) {
  border-top: 0;
  padding-top: 0;
}

.hurdle-grid strong {
  font-size: 0.92rem;
  line-height: 1.45;
}

.vendor-table {
  background: transparent;
  border: 0;
  border-collapse: collapse;
  width: 100%;
}

.vendor-table th,
.vendor-table td {
  border-bottom: 1px solid var(--line);
  font-size: 0.86rem;
  padding: 10px 8px;
}

.vendor-table tr:last-child td {
  border-bottom: 0;
}

.committee-box {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 12px;
}

.committee-box div {
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px;
}

.committee-box strong {
  display: block;
  font-size: 1.25rem;
  margin-top: 4px;
}

.committee-box p {
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.45;
  margin: 6px 0 0;
}

.score-table th:nth-child(n + 2),
.score-table td:nth-child(n + 2) {
  text-align: right;
}

.score-summary {
  align-items: center;
  background:
    radial-gradient(circle at 18% 20%, rgba(89, 240, 216, 0.18), transparent 34%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(89, 240, 216, 0.18);
  border-radius: 16px;
  display: grid;
  gap: 16px;
  grid-template-columns: 110px minmax(0, 1fr);
  margin-bottom: 14px;
  padding: 16px;
}

.score-summary > strong {
  align-items: center;
  aspect-ratio: 1;
  background: linear-gradient(135deg, rgba(89, 240, 216, 0.22), rgba(101, 183, 255, 0.16));
  border: 1px solid rgba(89, 240, 216, 0.28);
  border-radius: 24px;
  color: var(--accent-strong);
  display: inline-flex;
  font-size: 2.35rem;
  justify-content: center;
}

.score-summary span {
  color: var(--ink);
  display: block;
  font-size: 0.92rem;
  font-weight: 850;
  text-transform: uppercase;
}

.score-summary p {
  color: var(--muted);
  line-height: 1.45;
  margin: 6px 0 0;
}

.score-list {
  display: grid;
  gap: 10px;
}

.score-list article {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}

.score-list article:first-child {
  border-top: 0;
  padding-top: 0;
}

.score-row-head,
.score-row-foot {
  align-items: flex-start;
  display: flex;
  gap: 14px;
  justify-content: space-between;
}

.score-row-head strong {
  display: block;
  font-size: 0.98rem;
}

.score-row-head p {
  color: var(--muted);
  font-size: 0.84rem;
  line-height: 1.4;
  margin: 4px 0 0;
}

.score-row-head > span {
  color: var(--accent-strong);
  font-weight: 850;
  white-space: nowrap;
}

.score-bar {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  height: 8px;
  margin: 10px 0 8px;
  overflow: hidden;
}

.score-bar i {
  background: linear-gradient(90deg, #59f0d8, #65b7ff);
  border-radius: inherit;
  display: block;
  height: 100%;
}

.score-row-foot span {
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.roadmap {
  counter-reset: roadmap;
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.roadmap li {
  border-left: 3px solid var(--accent);
  padding-left: 12px;
}

.roadmap span {
  color: var(--accent-strong);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  text-transform: uppercase;
}

.roadmap strong {
  display: block;
  margin-top: 2px;
}

.roadmap p {
  margin: 4px 0 0;
}

dl div {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 10px;
}

dt {
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
}

dd {
  margin: 0;
  font-weight: 650;
}

.profile-form {
  display: grid;
  background:
    radial-gradient(circle at 85% 10%, rgba(89, 240, 216, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.055);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  gap: 16px;
  max-width: 860px;
  padding: 28px;
}

label {
  color: #dbe6eb;
  display: grid;
  gap: 7px;
  font-weight: 750;
}

.profile-form button {
  justify-self: start;
  margin-top: 8px;
}

.ranking-shell {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
  overflow: auto;
  padding: 12px;
}

.ranking {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: rgba(3, 5, 6, 0.5);
}

th,
td {
  border-bottom: 1px solid var(--line);
  padding: 14px;
  text-align: left;
  vertical-align: top;
}

th {
  color: var(--muted);
  font-size: 0.78rem;
  text-transform: uppercase;
}

.ranking td:first-child {
  color: var(--accent-strong);
  font-family: "Space Grotesk", Manrope, sans-serif;
  font-size: 1.1rem;
}

.ranking a {
  color: #f7fbff;
  font-weight: 850;
  text-decoration: none;
}

.ranking a:hover {
  color: var(--accent-strong);
}

.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
  gap: 20px;
}

.detail-layout article,
.detail-layout aside {
  border: 1px solid var(--line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: var(--shadow);
  padding: 22px;
}

.source-link {
  display: block;
  overflow-wrap: anywhere;
  color: var(--accent-strong);
  font-weight: 700;
}

@media (max-width: 900px) {
  .filters,
  .hero-panel,
  .cinema-hero,
  .editorial-band,
  .feature-grid,
  .system-map,
  .network-grid,
  .split-showcase,
  .split-showcase.reverse,
  .search-console,
  .comparison-matrix,
  .agent-stack,
  .committee-box,
  .score-summary,
  .hurdle-grid,
  .detail-layout {
    grid-template-columns: 1fr;
  }

  .hero-panel,
  .cinema-hero,
  .page-hero,
  .page-heading {
    display: block;
    min-height: auto;
    padding: 30px;
  }

  .hero-visual {
    display: none;
  }

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

  .filter-panel {
    position: static;
  }

  .page-heading {
    display: grid;
  }

  .topbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    padding: 18px 20px;
  }

  nav {
    flex-wrap: wrap;
  }

  h1 {
    font-size: clamp(2.45rem, 14vw, 4rem);
  }

  .signal-card {
    margin-top: 28px;
  }

  .showcase-image {
    min-height: 220px;
  }
}

/* Evidence-led strategic deep dive */
.deep-dive-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(105, 91, 255, 0.13), transparent 30%),
    radial-gradient(circle at 0% 10%, rgba(36, 226, 207, 0.1), transparent 26%),
    #050d1d;
  border: 1px solid rgba(117, 255, 240, 0.18);
  border-radius: 20px;
  color: #f7fbff;
  overflow: hidden;
  padding: 0;
}

.scout-header {
  align-items: flex-start;
  background: rgba(2, 8, 20, 0.64);
  border-bottom: 1px solid rgba(126, 173, 215, 0.14);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 34px);
}

.deep-dive-panel .scout-header h3 {
  color: #f8fbff;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.35rem, 2.3vw, 2.15rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 7px 0 0;
  max-width: 900px;
}

.memo-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.memo-meta span {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(151, 184, 211, 0.15);
  border-radius: 999px;
  color: #aabbd0;
  font-size: 0.7rem;
  font-weight: 750;
  letter-spacing: 0;
  margin: 0;
  padding: 7px 10px;
  text-transform: none;
}

.memo-meta .evidence-grade {
  background: rgba(74, 226, 206, 0.1);
  border-color: rgba(117, 255, 240, 0.24);
  color: #7bfff1;
}

.verdict-lockup {
  border-left: 1px solid rgba(126, 173, 215, 0.16);
  flex: 0 0 min(220px, 28%);
  padding-left: 22px;
}

.verdict-lockup small,
.kill-section small {
  color: #8297ac;
  display: block;
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.verdict-lockup strong {
  color: #7bfff1;
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: 0.96rem;
  line-height: 1.25;
}

.scout-memo {
  display: block;
}

.scout-section {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(126, 173, 215, 0.13);
  border-radius: 0;
  padding: clamp(24px, 3.2vw, 40px);
}

.scout-section:last-child {
  border-bottom: 0;
}

.section-heading {
  align-items: flex-end;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
}

.section-heading > div > span,
.kill-label > span {
  color: #6ff4e6;
  display: block;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.deep-dive-panel .section-heading h4,
.deep-dive-panel .kill-label h4 {
  color: #f8fbff;
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  letter-spacing: -0.025em;
  line-height: 1.15;
  margin: 0;
  text-transform: none;
}

.section-heading > small {
  color: #8397aa;
  font-size: 0.72rem;
  font-weight: 700;
  text-align: right;
}

.core-brief {
  border: 1px solid rgba(126, 173, 215, 0.15);
  border-radius: 14px;
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1.28fr);
  overflow: hidden;
}

.core-brief article {
  background: rgba(4, 13, 30, 0.7);
  border: 0;
  border-right: 1px solid rgba(126, 173, 215, 0.13);
  padding: 18px;
}

.core-brief article:nth-child(2) {
  border-right: 0;
}

.core-brief .edge-card {
  background: linear-gradient(90deg, rgba(31, 213, 194, 0.08), rgba(92, 111, 255, 0.06));
  border-right: 0;
  border-top: 1px solid rgba(126, 173, 215, 0.13);
  grid-column: 1 / -1;
}

.core-brief span,
.partner-map > article > span,
.evidence-status span {
  color: #6ff4e6;
  display: block;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.core-brief strong {
  color: #f7fbff;
  display: block;
  font-size: 0.98rem;
  line-height: 1.4;
}

.core-brief p,
.evidence-status p,
.analysis-boundary,
.development-rail p,
.partner-map li,
.kill-section > p {
  color: #acbbcb;
  font-size: 0.88rem;
  line-height: 1.55;
  margin: 0;
}

.evidence-status {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border-left: 3px solid #55e6d5;
  display: grid;
  gap: 14px;
  grid-template-columns: 52px minmax(0, 1fr);
  margin: 14px 0;
  padding: 14px 16px;
}

.evidence-status > strong {
  color: #7bfff1;
  font-family: "Sora", sans-serif;
  font-size: 1.65rem;
  text-align: center;
}

.reference-list {
  border-bottom: 1px solid rgba(126, 173, 215, 0.12);
  border-top: 1px solid rgba(126, 173, 215, 0.12);
}

.reference-list a {
  align-items: center;
  border-bottom: 1px solid rgba(126, 173, 215, 0.1);
  color: inherit;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(92px, 0.2fr) minmax(0, 1fr) auto;
  min-height: 82px;
  padding: 13px 6px;
  text-decoration: none;
  transition: background 160ms ease, padding 160ms ease;
}

.reference-list a:last-child {
  border-bottom: 0;
}

.reference-list a:hover {
  background: rgba(117, 255, 240, 0.045);
  padding-left: 12px;
  padding-right: 12px;
}

.reference-list small {
  color: #6ff4e6;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.reference-list strong {
  color: #f6faff;
  display: block;
  font-size: 0.91rem;
  line-height: 1.3;
}

.reference-list p {
  color: #8fa1b4;
  font-size: 0.78rem;
  line-height: 1.4;
  margin: 4px 0 0;
}

.reference-list a > span {
  color: #95a9bd;
  font-size: 0.68rem;
  font-weight: 800;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
}

.diligence-details,
.research-tools {
  border-bottom: 1px solid rgba(126, 173, 215, 0.12);
}

.diligence-details summary,
.research-tools summary {
  color: #d9e4ef;
  cursor: pointer;
  font-size: 0.8rem;
  font-weight: 800;
  list-style-position: inside;
  padding: 14px 4px;
}

.diligence-details ul {
  display: grid;
  gap: 8px;
  list-style: disc;
  margin: 0 0 16px;
  padding-left: 24px;
}

.diligence-details li {
  border: 0;
  color: #9fb0c2;
  font-size: 0.82rem;
  padding: 0;
}

.research-tools > div {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  padding-bottom: 16px;
}

.research-tools a {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(126, 173, 215, 0.12);
  border-radius: 10px;
  color: inherit;
  padding: 10px;
  text-decoration: none;
}

.research-tools a strong {
  color: #f0f6fb;
  display: block;
  font-size: 0.76rem;
  line-height: 1.25;
}

.research-tools a span {
  color: #8295a8;
  font-size: 0.67rem;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 5px 0 0;
  text-transform: none;
}

.analysis-boundary {
  color: #71869b;
  font-size: 0.72rem;
  margin-top: 14px;
}

.development-rail {
  counter-reset: development-step;
  display: grid;
  list-style: none;
  margin: 0;
  padding: 0;
}

.development-rail li {
  align-items: flex-start;
  border-top: 1px solid rgba(126, 173, 215, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: 42px minmax(0, 1fr);
  padding: 18px 0;
}

.development-rail li:first-child {
  border-top: 0;
  padding-top: 0;
}

.development-rail li:last-child {
  padding-bottom: 0;
}

.development-rail li > span {
  align-items: center;
  background: rgba(86, 232, 214, 0.09);
  border: 1px solid rgba(117, 255, 240, 0.19);
  border-radius: 10px;
  color: #73f6e8;
  display: flex;
  font-size: 0.72rem;
  height: 36px;
  justify-content: center;
  margin: 0;
}

.development-rail strong {
  color: #f7fbff;
  display: block;
  font-size: 0.95rem;
  margin: 0 0 5px;
}

.partner-map {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.partner-map article {
  background: rgba(4, 13, 30, 0.6);
  border: 1px solid rgba(126, 173, 215, 0.14);
  border-radius: 12px;
  padding: 16px;
}

.partner-map ul {
  display: grid;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}

.partner-map li {
  border-top: 1px solid rgba(126, 173, 215, 0.1);
  padding: 11px 0;
}

.partner-map li:first-child {
  border-top: 0;
  padding-top: 0;
}

.partner-map li:last-child {
  padding-bottom: 0;
}

.partner-map li strong {
  color: #f4f9fd;
  display: block;
  font-size: 0.84rem;
  margin-bottom: 4px;
}

.kill-section {
  align-items: center;
  background: linear-gradient(100deg, rgba(20, 155, 149, 0.1), rgba(86, 74, 207, 0.08));
  display: grid;
  gap: clamp(18px, 3vw, 36px);
  grid-template-columns: minmax(190px, 0.7fr) minmax(0, 1.4fr) minmax(145px, 0.45fr);
}

.kill-section > p {
  color: #e2edf5;
  font-size: 0.95rem;
  font-weight: 650;
}

.kill-section > div:last-child {
  border-left: 1px solid rgba(126, 173, 215, 0.16);
  padding-left: 20px;
}

.kill-section > div:last-child strong {
  color: #7bfff1;
  display: block;
  font-family: "Sora", sans-serif;
  font-size: 0.92rem;
  line-height: 1.3;
}

@media (max-width: 900px) {
  .scout-header,
  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .verdict-lockup {
    border-left: 0;
    border-top: 1px solid rgba(126, 173, 215, 0.16);
    flex-basis: auto;
    padding: 16px 0 0;
    width: 100%;
  }

  .section-heading > small {
    text-align: left;
  }

  .research-tools > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-map,
  .kill-section {
    grid-template-columns: 1fr;
  }

  .kill-section > div:last-child {
    border-left: 0;
    border-top: 1px solid rgba(126, 173, 215, 0.16);
    padding: 16px 0 0;
  }
}

@media (max-width: 620px) {
  .search-console {
    gap: 10px;
    padding: 6px;
  }

  .results-panel {
    padding: 10px;
  }

  .asset-card {
    padding: 14px;
  }

  .scout-header,
  .scout-section {
    padding: 18px 14px;
  }

  .core-brief {
    grid-template-columns: 1fr;
  }

  .core-brief article {
    border-bottom: 1px solid rgba(126, 173, 215, 0.13);
    border-right: 0;
  }

  .core-brief .edge-card {
    grid-column: auto;
  }

  .reference-list a {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }

  .reference-list a > span {
    display: none;
  }

  .research-tools > div {
    grid-template-columns: 1fr;
  }

  .development-rail li {
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
  }

  .development-rail li > span {
    height: 32px;
  }
}

.platform-video-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(233, 247, 240, 0.62)),
    radial-gradient(circle at 75% 22%, rgba(0, 155, 114, 0.14), transparent 30%);
  min-height: 640px;
}

.screener-video-hero {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(233, 247, 240, 0.62)),
    radial-gradient(circle at 75% 22%, rgba(0, 155, 114, 0.14), transparent 30%);
  min-height: 620px;
}

.hero-video-card {
  align-self: center;
  aspect-ratio: 16 / 10;
  background:
    linear-gradient(135deg, rgba(8, 17, 20, 0.08), rgba(0, 155, 114, 0.08));
  border: 10px solid rgba(255, 255, 255, 0.96);
  border-radius: 34px;
  box-shadow: 0 34px 90px rgba(8, 17, 20, 0.18);
  min-height: 330px;
  max-width: none;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.hero-video-card::after {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.22), transparent 34%),
    linear-gradient(180deg, transparent 65%, rgba(8, 17, 20, 0.32));
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.hero-video-card video {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.image-story-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 22px;
}

.image-story-card {
  background: #ffffff;
  border: 1px solid rgba(8, 17, 20, 0.08);
  border-radius: 30px;
  box-shadow: var(--shadow);
  overflow: hidden;
  padding: 14px;
}

.image-story-card > div {
  aspect-ratio: 16 / 10;
  background-position: center;
  background-size: cover;
  border-radius: 22px;
  margin-bottom: 18px;
}

.molecule-card > div {
  background-image: url("/static/license-rx-matrix-hero.png");
}

.command-card > div {
  background-image: url("/static/license-rx-command-dashboard.png");
}

.network-card > div {
  background-image: url("/static/license-rx-university-network.png");
}

.image-story-card span {
  color: var(--accent-strong);
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  padding: 0 10px;
  text-transform: uppercase;
}

.image-story-card h3 {
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: 1.35rem;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin: 10px 10px 8px;
}

.image-story-card p {
  color: var(--muted);
  font-weight: 650;
  line-height: 1.5;
  margin: 0 10px 14px;
}

@media (max-width: 980px) {
  .platform-video-hero,
  .image-story-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .platform-video-hero {
    padding-bottom: clamp(24px, 4vw, 42px);
  }

  .hero-video-card {
    min-height: 240px;
  }
}

.profile-heading {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(3, 7, 18, 0.9) 0%, rgba(3, 7, 18, 0.62) 38%, rgba(3, 7, 18, 0.02) 74%),
    url("/static/license-rx-pipeline-fit-hero.png") center right / cover no-repeat;
  min-height: 560px;
}

.profile-heading > div {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: 620px;
  padding: 0;
}

.profile-heading h1 {
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 6rem);
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.32);
}

.profile-heading .eyebrow {
  color: #2df3d7;
}

.profile-heading .page-subtitle {
  color: rgba(255, 255, 255, 0.84);
  max-width: 560px;
}

@media (max-width: 900px) {
  .profile-heading {
    background:
      linear-gradient(180deg, rgba(3, 7, 18, 0.88) 0%, rgba(3, 7, 18, 0.52) 44%, rgba(3, 7, 18, 0.05) 100%),
      url("/static/license-rx-pipeline-fit-hero.png") center bottom / cover no-repeat;
    min-height: 720px;
  }
}

/* Premium editorial refinement: less template, more custom biotech product. */
body {
  background:
    radial-gradient(circle at 9% 8%, rgba(0, 155, 114, 0.14), transparent 24%),
    radial-gradient(circle at 88% 6%, rgba(8, 126, 164, 0.11), transparent 26%),
    linear-gradient(180deg, #fbfcf8 0, #f6f8f2 44%, #edf2ed 100%);
}

.shell {
  padding-top: 30px;
}

.topbar {
  border-radius: 0 0 24px 24px;
  margin: 0 auto;
  width: min(100%, 1500px);
}

.cinema-hero,
.hero-panel,
.page-hero {
  border-radius: 38px;
  isolation: isolate;
  min-height: 610px;
  outline: 1px solid rgba(255, 255, 255, 0.78);
  padding: clamp(34px, 6vw, 72px);
}

.page-hero::after,
.cinema-hero::after,
.hero-panel::after {
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.4), transparent 32%),
    radial-gradient(circle at 82% 78%, rgba(255, 255, 255, 0.22), transparent 28%);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}

.hero-copy {
  max-width: 680px;
}

h1 {
  line-height: 0.94;
}

.page-subtitle {
  font-weight: 650;
}

.editorial-band,
.split-showcase,
.feature-grid article,
.system-map article,
.network-grid article,
.search-console,
.profile-form,
.ranking-shell,
.detail-layout article,
.detail-layout aside {
  backdrop-filter: blur(24px) saturate(1.25);
}

.editorial-band,
.split-showcase,
.cta-band {
  border-radius: 34px;
  padding: clamp(28px, 4vw, 52px);
}

.feature-grid article,
.system-map article,
.network-grid article {
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}

.feature-grid article::after,
.system-map article::after,
.network-grid article::after {
  background: linear-gradient(135deg, rgba(0, 155, 114, 0.12), transparent 34%);
  content: "";
  height: 120px;
  position: absolute;
  right: -38px;
  top: -38px;
  transform: rotate(18deg);
  width: 120px;
}

.search-console {
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(8, 17, 20, 0.08);
  border-radius: 34px;
  padding: 14px;
}

.filter-panel,
.results-panel {
  box-shadow: 0 18px 50px rgba(8, 17, 20, 0.08);
}

.result-toolbar {
  align-items: center;
  gap: 16px;
  justify-content: space-between;
}

.sort-control {
  align-items: center;
  color: var(--muted);
  display: flex;
  flex-direction: row;
  gap: 10px;
  min-width: min(320px, 100%);
  text-transform: uppercase;
}

.sort-control span {
  font-size: 0.72rem;
  font-weight: 850;
  white-space: nowrap;
}

.sort-control select {
  background:
    linear-gradient(180deg, #ffffff, #f8faf7);
  border-radius: 999px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.8);
  min-width: 230px;
}

.heading-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.asset-card {
  border-radius: 28px;
  padding: 24px;
}

.asset-card h2 {
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: clamp(1.18rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.deep-dive-panel {
  background:
    linear-gradient(180deg, rgba(246, 248, 242, 0.78), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(8, 17, 20, 0.08);
  border-radius: 24px;
  margin-top: 20px;
  padding: 20px;
}

.deep-dive-section {
  border-radius: 24px;
  padding: 20px;
}

.deep-dive-section h4 {
  color: #081114;
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: 1rem;
  letter-spacing: -0.01em;
}

.intelligence-section > p {
  color: var(--muted);
  font-weight: 600;
  line-height: 1.65;
}

.insight-grid,
.strategy-columns,
.final-reco-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 14px 0;
}

.strategy-columns,
.final-reco-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.insight-grid article,
.strategy-columns article,
.final-reco-grid div,
.brief-list {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(247, 250, 247, 0.82));
  border: 1px solid rgba(8, 17, 20, 0.08);
  border-radius: 18px;
  padding: 16px;
}

.insight-grid span,
.strategy-columns span,
.final-reco-grid span {
  color: var(--accent-strong);
  display: block;
  font-size: 0.68rem;
  font-weight: 850;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.insight-grid strong,
.strategy-columns strong,
.final-reco > strong {
  display: block;
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: 1.02rem;
  line-height: 1.2;
  margin-bottom: 8px;
}

.insight-grid p,
.strategy-columns p,
.final-reco-grid p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.brief-list {
  display: grid;
  gap: 8px;
  margin: 14px 0;
}

.brief-list strong {
  font-family: "Sora", "Instrument Sans", sans-serif;
}

.brief-list span {
  border-top: 1px solid rgba(8, 17, 20, 0.07);
  color: #26373c;
  font-weight: 650;
  line-height: 1.4;
  padding-top: 8px;
}

.final-reco {
  background:
    radial-gradient(circle at 12% 20%, rgba(0, 155, 114, 0.12), transparent 30%),
    linear-gradient(135deg, #ffffff, #eef7f0);
  border-color: rgba(0, 155, 114, 0.16);
}

.final-reco > strong {
  color: var(--accent-strong);
  font-size: clamp(1.6rem, 3vw, 2.5rem);
}

.final-reco > p {
  color: #34484e;
  font-weight: 650;
  line-height: 1.65;
}

.metric-grid strong,
.score-summary > strong,
.committee-box strong {
  font-family: "Sora", "Instrument Sans", sans-serif;
}

@media (max-width: 980px) {
  .insight-grid,
  .strategy-columns,
  .final-reco-grid,
  .insight-grid.compact {
    grid-template-columns: 1fr;
  }

  .result-toolbar,
  .heading-actions {
    align-items: stretch;
    display: grid;
    justify-content: stretch;
  }

  .sort-control {
    align-items: stretch;
    display: grid;
  }

  .sort-control select {
    min-width: 0;
  }
}

@media (max-width: 560px) {
  .shell {
    width: min(100% - 24px, 1260px);
    padding-top: 22px;
  }

  .cinema-hero,
  .hero-panel,
  .page-hero,
  .page-heading,
  .editorial-band,
  .split-showcase,
  .cta-band {
    border-radius: 20px;
    padding: 22px;
  }

  .metric-strip {
    grid-template-columns: 1fr;
  }

  .card-top,
  .deep-dive-header {
    display: grid;
  }
}

/* Light product-system pass: cleaner, brighter, and more launch-page polished. */
:root {
  color-scheme: light;
  --ink: #081114;
  --muted: #5f7077;
  --line: rgba(8, 17, 20, 0.1);
  --paper: #f7f8f5;
  --panel: rgba(255, 255, 255, 0.82);
  --panel-strong: rgba(255, 255, 255, 0.94);
  --accent: #009b72;
  --accent-strong: #006d55;
  --accent-soft: rgba(0, 155, 114, 0.09);
  --clinical: #0b6f91;
  --shadow: 0 28px 90px rgba(16, 35, 40, 0.12);
  --matrix: #00a86b;
  --blueprint: #087ea4;
}

body {
  background:
    linear-gradient(180deg, #fbfcf8 0, #f2f5ef 48%, #edf2ed 100%);
  color: var(--ink);
  font-family: "Instrument Sans", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body::before {
  background:
    linear-gradient(rgba(0, 155, 114, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 126, 164, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.34), transparent 58%);
}

.topbar {
  background: rgba(251, 252, 248, 0.82);
  border-bottom: 1px solid rgba(8, 17, 20, 0.08);
  box-shadow: 0 14px 40px rgba(8, 17, 20, 0.06);
}

.brand-orb {
  background: #081114;
  border-radius: 12px;
  box-shadow: none;
  color: #f8fff9;
  font-family: "Sora", "Instrument Sans", sans-serif;
}

.brand-word,
h1,
.editorial-band h2,
.split-showcase h2,
.cta-band h2,
.feature-grid h3,
.system-map h3,
.network-grid h3,
.network-grid strong,
.signal-card strong {
  color: var(--ink);
  font-family: "Sora", "Instrument Sans", sans-serif;
}

nav a {
  color: #304146;
  font-weight: 750;
}

nav a:hover,
.nav-cta {
  background: rgba(8, 17, 20, 0.055);
  color: var(--ink);
}

.nav-cta {
  border-color: rgba(8, 17, 20, 0.1);
}

.cinema-hero,
.hero-panel,
.page-hero,
.page-heading,
.editorial-band,
.split-showcase,
.cta-band,
.feature-grid article,
.system-map article,
.network-grid article,
.filter-panel,
.results-panel,
.asset-card,
.comparison-matrix article,
.deep-dive-section,
.committee-box div,
.agent-stack div,
.profile-form,
.ranking-shell,
.detail-layout article,
.detail-layout aside {
  background-color: rgba(255, 255, 255, 0.86);
  border-color: rgba(8, 17, 20, 0.1);
  box-shadow: var(--shadow);
}

.cinema-hero {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.96) 0%, rgba(251, 252, 248, 0.84) 37%, rgba(251, 252, 248, 0.2) 68%, rgba(251, 252, 248, 0.02) 100%),
    url("/static/license-rx-matrix-hero.png") center right / cover no-repeat;
  min-height: 640px;
}

.hero-panel {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.97) 0%, rgba(251, 252, 248, 0.82) 42%, rgba(251, 252, 248, 0.12) 76%, rgba(251, 252, 248, 0.02) 100%),
    url("/static/license-rx-science-hero.png") center right / cover no-repeat;
}

.screener-hero {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.98) 0%, rgba(251, 252, 248, 0.82) 40%, rgba(251, 252, 248, 0.12) 76%, rgba(251, 252, 248, 0.02) 100%),
    url("/static/license-rx-command-dashboard.png") center right / cover no-repeat;
}

.matrix-panel {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.97), rgba(251, 252, 248, 0.77) 42%, rgba(251, 252, 248, 0.1) 78%, rgba(251, 252, 248, 0.02)),
    url("/static/license-rx-matrix-hero.png") center right / cover no-repeat;
}

.university-panel {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.97), rgba(251, 252, 248, 0.72) 40%, rgba(251, 252, 248, 0.08) 76%, rgba(251, 252, 248, 0.02)),
    url("/static/license-rx-university-network.png") center right / cover no-repeat;
}

.profile-heading {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.98), rgba(251, 252, 248, 0.8) 42%, rgba(251, 252, 248, 0.08) 76%),
    url("/static/license-rx-command-dashboard.png") center right / cover no-repeat;
}

.cta-band {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.97), rgba(251, 252, 248, 0.76) 44%, rgba(251, 252, 248, 0.08) 78%),
    url("/static/license-rx-university-network.png") center right / cover no-repeat;
}

.cinema-hero::before,
.page-hero::before,
.hero-panel::before,
.hero-panel::after,
.hero-noise {
  display: none;
}

.hero-copy {
  animation: pageLift 720ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
}

.signal-card {
  animation: floatIn 900ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both;
  background: rgba(255, 255, 255, 0.78);
  border-color: rgba(8, 17, 20, 0.1);
  color: var(--ink);
}

.signal-card span,
.feature-grid span,
.system-map span,
.agent-stack span,
.committee-box span,
.strategy-rationale span,
.strategy-pill {
  color: var(--accent-strong);
}

.signal-card p,
.page-subtitle,
.hero-actions span,
.editorial-band p,
.split-showcase p,
.cta-band p,
.feature-grid p,
.system-map p,
.network-grid p,
.asset-card p,
.committee-box p,
.strategy-rationale p {
  color: var(--muted);
}

h1 {
  font-size: clamp(3rem, 6.6vw, 6.6rem);
  letter-spacing: -0.045em;
}

h1 span {
  background: linear-gradient(90deg, #081114, #006d55 62%, #087ea4);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  color: var(--accent-strong);
  font-size: 0.76rem;
}

.page-subtitle {
  font-size: 1.2rem;
  max-width: 620px;
}

.button,
button {
  background: #081114;
  border-radius: 999px;
  color: #ffffff;
  box-shadow: 0 14px 34px rgba(8, 17, 20, 0.14);
  padding: 13px 18px;
}

.button:hover,
button:hover {
  background: #17292f;
  box-shadow: 0 20px 45px rgba(8, 17, 20, 0.18);
}

.button.secondary {
  background: rgba(8, 17, 20, 0.06);
  color: var(--ink);
}

.metric-strip div,
.filter-panel,
.results-panel,
.asset-card,
.profile-form,
.ranking-shell {
  background: rgba(255, 255, 255, 0.76);
}

input,
select,
textarea {
  background: #ffffff;
  border-color: rgba(8, 17, 20, 0.12);
  color: var(--ink);
}

.filter-badge,
.tag-row span,
.pill-radio,
.card-top span {
  background: rgba(8, 17, 20, 0.035);
  border-color: rgba(8, 17, 20, 0.1);
  color: #26373c;
}

.filter-badge.is-active,
.pill-radio.is-active,
.comparison-matrix .optimized-track {
  background: rgba(0, 155, 114, 0.1);
  border-color: rgba(0, 155, 114, 0.28);
  color: var(--accent-strong);
}

.deep-dive-toggle {
  border-color: rgba(0, 155, 114, 0.26);
  color: var(--accent-strong);
}

.showcase-image {
  animation: imageDrift 7s ease-in-out infinite alternate;
  border: 8px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 30px 70px rgba(8, 17, 20, 0.18);
  min-height: 360px;
}

.feature-grid article,
.system-map article,
.network-grid article,
.asset-card {
  animation: cardReveal 640ms ease both;
  transition: transform 240ms ease, box-shadow 240ms ease, border-color 240ms ease;
}

.feature-grid article:hover,
.system-map article:hover,
.network-grid article:hover,
.asset-card:hover {
  border-color: rgba(0, 155, 114, 0.22);
  box-shadow: 0 34px 90px rgba(8, 17, 20, 0.16);
  transform: translateY(-4px);
}

.check-list li {
  color: #17292f;
}

.ranking {
  background: #ffffff;
}

.ranking a {
  color: var(--ink);
}

th,
td,
.vendor-table th,
.vendor-table td {
  border-bottom-color: rgba(8, 17, 20, 0.09);
}

.source-link,
.asset-card h2 a:hover,
.ranking a:hover {
  color: var(--accent-strong);
}

@keyframes pageLift {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes floatIn {
  from {
    opacity: 0;
    transform: translateY(24px) scale(0.98);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes cardReveal {
  from {
    opacity: 0;
    transform: translateY(12px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes imageDrift {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-8px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 1ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 1ms !important;
  }
}

@media (max-width: 900px) {
  .cinema-hero,
  .hero-panel,
  .page-hero,
  .profile-heading,
  .cta-band,
  .matrix-panel,
  .university-panel,
  .screener-hero {
    background-position: center bottom;
    padding-bottom: 280px;
  }

  .showcase-image {
    min-height: 260px;
  }
}

/* Readability correction: hero images stay visible, but never sit under text. */
.page-hero,
.cinema-hero,
.hero-panel {
  display: grid;
  grid-template-columns: minmax(420px, 0.58fr) minmax(320px, 0.42fr);
}

.page-hero > div,
.cinema-hero .hero-copy,
.hero-panel .hero-copy {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(8, 17, 20, 0.08);
  border-radius: 28px;
  box-shadow: 0 28px 80px rgba(8, 17, 20, 0.12);
  max-width: 720px;
  padding: clamp(24px, 4vw, 42px);
}

.page-hero h1,
.cinema-hero h1,
.hero-panel h1 {
  color: #071114;
  font-size: clamp(2.8rem, 5.2vw, 5.4rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
  max-width: 670px;
}

.page-hero .page-subtitle,
.cinema-hero .page-subtitle,
.hero-panel .page-subtitle {
  color: #2f4147;
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.55;
  max-width: 620px;
}

.page-hero .eyebrow,
.cinema-hero .eyebrow,
.hero-panel .eyebrow {
  color: #006d55;
}

.university-panel {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.16) 0, rgba(251, 252, 248, 0.03) 44%, rgba(251, 252, 248, 0) 100%),
    url("/static/license-rx-university-network.png") center right / cover no-repeat;
}

.matrix-panel {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.16) 0, rgba(251, 252, 248, 0.03) 44%, rgba(251, 252, 248, 0) 100%),
    url("/static/license-rx-matrix-hero.png") center right / cover no-repeat;
}

.screener-hero {
  background:
    linear-gradient(90deg, rgba(251, 252, 248, 0.16) 0, rgba(251, 252, 248, 0.03) 44%, rgba(251, 252, 248, 0) 100%),
    url("/static/license-rx-command-dashboard.png") center right / cover no-repeat;
}

@media (max-width: 900px) {
  .page-hero,
  .cinema-hero,
  .hero-panel {
    display: block;
    padding-bottom: 260px;
  }

  .page-hero > div,
  .cinema-hero .hero-copy,
  .hero-panel .hero-copy {
    max-width: none;
  }

  .page-hero h1,
  .cinema-hero h1,
  .hero-panel h1 {
    font-size: clamp(2.35rem, 11vw, 4rem);
  }
}

/* Final Sync Pipeline image override: keep this last so older hero rules cannot win. */
.profile-heading {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 7, 18, 0.9) 0%, rgba(2, 7, 18, 0.66) 36%, rgba(2, 7, 18, 0.18) 64%, rgba(2, 7, 18, 0) 100%),
    url("/static/license-rx-pipeline-fit-hero.png") center right / cover no-repeat;
  min-height: 560px;
}

.profile-heading > div {
  background: transparent;
  border: 0;
  box-shadow: none;
  max-width: 650px;
  padding: 0;
}

.profile-heading h1 {
  color: #ffffff;
  font-size: clamp(3rem, 6vw, 6rem);
  text-shadow: 0 18px 60px rgba(0, 0, 0, 0.34);
}

.profile-heading .eyebrow {
  color: #2df3d7;
}

.profile-heading .page-subtitle {
  color: rgba(255, 255, 255, 0.86);
  max-width: 560px;
}

@media (max-width: 900px) {
  .profile-heading {
    background:
      linear-gradient(180deg, rgba(2, 7, 18, 0.9) 0%, rgba(2, 7, 18, 0.58) 46%, rgba(2, 7, 18, 0.08) 100%),
      url("/static/license-rx-pipeline-fit-hero.png") center bottom / cover no-repeat;
    min-height: 720px;
  }
}

/* Pipeline brand theme: deep pharma navy with cyan/violet intelligence accents. */
:root {
  color-scheme: dark;
  --ink: #f7fbff;
  --muted: #aeb8c5;
  --line: rgba(119, 223, 255, 0.16);
  --paper: #030814;
  --panel: rgba(8, 17, 34, 0.84);
  --panel-strong: rgba(10, 24, 48, 0.94);
  --accent: #22e6d2;
  --accent-strong: #73fff0;
  --accent-soft: rgba(34, 230, 210, 0.13);
  --clinical: #69b7ff;
  --matrix: #22e6d2;
  --blueprint: #7a8cff;
  --shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

body {
  background:
    radial-gradient(circle at 8% 8%, rgba(34, 230, 210, 0.16), transparent 26%),
    radial-gradient(circle at 86% 12%, rgba(151, 87, 255, 0.18), transparent 28%),
    linear-gradient(180deg, #030814 0%, #071122 46%, #040814 100%);
  color: var(--ink);
}

body::before {
  background:
    linear-gradient(rgba(34, 230, 210, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(122, 140, 255, 0.045) 1px, transparent 1px);
  background-size: 76px 76px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), transparent 70%);
}

.topbar {
  background: rgba(3, 8, 20, 0.82);
  border-bottom: 1px solid rgba(119, 223, 255, 0.13);
  box-shadow: 0 18px 60px rgba(0, 0, 0, 0.28);
}

.brand-orb {
  background: linear-gradient(135deg, #22e6d2, #6aa8ff 54%, #9b6bff);
  color: #03101a;
}

.brand-word,
nav a {
  color: #f8fbff;
}

nav a:hover,
.nav-cta {
  background: rgba(34, 230, 210, 0.12);
  border-color: rgba(34, 230, 210, 0.26);
  color: #73fff0;
}

.cinema-hero,
.hero-panel,
.page-hero,
.page-heading,
.editorial-band,
.split-showcase,
.cta-band,
.feature-grid article,
.system-map article,
.network-grid article,
.filter-panel,
.results-panel,
.asset-card,
.comparison-matrix article,
.deep-dive-section,
.committee-box div,
.agent-stack div,
.profile-form,
.ranking-shell,
.detail-layout article,
.detail-layout aside,
.pipeline-platform-bridge {
  background:
    linear-gradient(180deg, rgba(12, 26, 52, 0.92), rgba(7, 17, 34, 0.86));
  border-color: rgba(119, 223, 255, 0.16);
  box-shadow: var(--shadow);
  color: var(--ink);
}

.page-hero > div,
.cinema-hero .hero-copy,
.hero-panel .hero-copy {
  background: rgba(4, 11, 25, 0.78);
  border-color: rgba(119, 223, 255, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.38);
}

.profile-heading > div {
  background: transparent;
  border: 0;
  box-shadow: none;
}

h1,
.page-hero h1,
.cinema-hero h1,
.hero-panel h1,
.editorial-band h2,
.split-showcase h2,
.cta-band h2,
.pipeline-platform-bridge h2,
.feature-grid h3,
.system-map h3,
.network-grid h3,
.asset-card h2,
.deep-dive-section h4 {
  color: #f8fbff;
}

h1 span {
  background: linear-gradient(90deg, #ffffff, #56f5e5 50%, #a88cff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow,
.page-hero .eyebrow,
.cinema-hero .eyebrow,
.hero-panel .eyebrow,
.signal-card span,
.feature-grid span,
.system-map span,
.agent-stack span,
.committee-box span,
.strategy-rationale span,
.strategy-pill {
  color: var(--accent-strong);
}

.page-subtitle,
.page-hero .page-subtitle,
.cinema-hero .page-subtitle,
.hero-panel .page-subtitle,
.hero-actions span,
.editorial-band p,
.split-showcase p,
.cta-band p,
.feature-grid p,
.system-map p,
.network-grid p,
.asset-card p,
.committee-box p,
.strategy-rationale p,
.pipeline-platform-bridge p,
.intelligence-section > p,
.insight-grid p,
.strategy-columns p,
.final-reco-grid p {
  color: var(--muted);
}

.profile-heading {
  background:
    linear-gradient(90deg, rgba(2, 7, 18, 0.9) 0%, rgba(2, 7, 18, 0.62) 36%, rgba(2, 7, 18, 0.13) 66%, rgba(2, 7, 18, 0) 100%),
    url("/static/license-rx-pipeline-fit-hero.png") center right / cover no-repeat;
}

.button,
button {
  background: linear-gradient(135deg, #22e6d2, #6aa8ff 55%, #9b6bff);
  box-shadow: 0 16px 40px rgba(34, 230, 210, 0.2);
  color: #04101a;
}

.button:hover,
button:hover {
  background: linear-gradient(135deg, #70fff1, #88bdff 55%, #b997ff);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #f8fbff;
}

input,
select,
textarea {
  background: rgba(3, 8, 20, 0.72);
  border-color: rgba(119, 223, 255, 0.18);
  color: #f8fbff;
}

input::placeholder,
textarea::placeholder {
  color: rgba(220, 232, 244, 0.48);
}

.filter-badge,
.tag-row span,
.pill-radio,
.card-top span,
.insight-grid article,
.strategy-columns article,
.final-reco-grid div,
.brief-list,
.score-list article,
.score-summary,
.metric-strip div {
  background: rgba(5, 14, 31, 0.72);
  border-color: rgba(119, 223, 255, 0.15);
  color: #f8fbff;
}

.filter-badge.is-active,
.pill-radio.is-active,
.comparison-matrix .optimized-track,
.final-reco {
  background: linear-gradient(180deg, rgba(34, 230, 210, 0.14), rgba(122, 140, 255, 0.1));
  border-color: rgba(34, 230, 210, 0.34);
  color: #f8fbff;
}

.ranking,
.vendor-table {
  background: rgba(4, 11, 25, 0.72);
}

.ranking a,
.asset-card h2 a,
.source-link {
  color: #f8fbff;
}

th,
td,
.vendor-table th,
.vendor-table td {
  border-bottom-color: rgba(119, 223, 255, 0.12);
}

.showcase-image,
.hero-video-card,
.image-story-card > div,
.bridge-visual {
  border-color: rgba(119, 223, 255, 0.2);
  box-shadow: 0 32px 90px rgba(0, 0, 0, 0.4);
}

.pipeline-platform-bridge {
  align-items: center;
  border-radius: 34px;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.9fr) minmax(340px, 1.1fr);
  margin-top: 24px;
  padding: clamp(28px, 4vw, 48px);
}

.pipeline-platform-bridge h2 {
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: clamp(2rem, 4vw, 4rem);
  letter-spacing: -0.045em;
  line-height: 1;
  margin: 0 0 16px;
}

.pipeline-platform-bridge .button {
  display: inline-block;
  margin-top: 18px;
}

.bridge-visual {
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(180deg, rgba(3, 8, 20, 0.04), rgba(3, 8, 20, 0.4)),
    url("/static/license-rx-command-dashboard.png") center / cover no-repeat;
  border: 1px solid;
  border-radius: 28px;
  min-height: 300px;
}

@media (max-width: 900px) {
  .pipeline-platform-bridge {
    grid-template-columns: 1fr;
  }

  .profile-heading {
    background:
      linear-gradient(180deg, rgba(2, 7, 18, 0.94) 0%, rgba(2, 7, 18, 0.6) 48%, rgba(2, 7, 18, 0.08) 100%),
      url("/static/license-rx-pipeline-fit-hero.png") center bottom / cover no-repeat;
  }
}

.sort-segment {
  align-items: center;
  background: rgba(3, 8, 20, 0.72);
  border: 1px solid rgba(119, 223, 255, 0.18);
  border-radius: 999px;
  display: inline-flex;
  gap: 6px;
  min-width: 0;
  padding: 6px;
}

.sort-segment > span {
  color: rgba(248, 251, 255, 0.7);
  padding: 0 8px 0 10px;
}

.sort-option {
  background: transparent;
  border: 1px solid transparent;
  box-shadow: none;
  color: rgba(248, 251, 255, 0.72);
  padding: 9px 12px;
  white-space: nowrap;
}

.sort-option:hover,
.sort-option.is-active {
  background: linear-gradient(135deg, rgba(34, 230, 210, 0.95), rgba(106, 168, 255, 0.95));
  border-color: rgba(115, 255, 240, 0.35);
  box-shadow: 0 12px 28px rgba(34, 230, 210, 0.16);
  color: #03101a;
  transform: none;
}

@media (max-width: 700px) {
  .sort-segment {
    align-items: stretch;
    border-radius: 22px;
    display: grid;
  }

  .sort-option {
    white-space: normal;
  }
}

/* Deep-dive readability and compact score polish */
.deep-dive-panel {
  background:
    radial-gradient(circle at 12% 0%, rgba(34, 230, 210, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(4, 11, 25, 0.98), rgba(2, 8, 20, 0.98));
  border: 1px solid rgba(119, 223, 255, 0.2);
  border-radius: 24px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 70px rgba(0, 0, 0, 0.36);
  color: #f8fbff;
}

.deep-dive-panel .deep-dive-header h3,
.deep-dive-panel .deep-dive-section h4 {
  color: #f8fbff;
  text-shadow: none;
}

.deep-dive-panel .eyebrow,
.deep-dive-panel .strategy-pill,
.deep-dive-panel .agent-stack span {
  color: #75fff0;
  opacity: 1;
  text-shadow: none;
}

.deep-dive-panel .strategy-pill {
  background: rgba(34, 230, 210, 0.1);
  border-color: rgba(34, 230, 210, 0.28);
}

.deep-dive-panel .agent-stack div,
.deep-dive-panel .deep-dive-section {
  background: rgba(5, 14, 31, 0.76);
  border-color: rgba(119, 223, 255, 0.14);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.deep-dive-panel .agent-stack p,
.deep-dive-panel .committee-box p,
.deep-dive-panel .intelligence-section > p,
.deep-dive-panel .insight-grid p,
.deep-dive-panel .strategy-columns p,
.deep-dive-panel .final-reco-grid p {
  color: #aebdcc;
}

.deep-dive-panel .hurdle-grid span,
.deep-dive-panel .vendor-table th {
  color: #75fff0;
}

.deep-dive-panel .hurdle-grid strong,
.deep-dive-panel .vendor-table td,
.deep-dive-panel .committee-box strong,
.deep-dive-panel .insight-grid strong,
.deep-dive-panel .strategy-columns strong {
  color: #f8fbff;
}

.deep-dive-panel .comparison-matrix article {
  background:
    linear-gradient(180deg, rgba(8, 20, 42, 0.98), rgba(5, 13, 30, 0.98));
  border-color: rgba(119, 223, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 18px 44px rgba(0, 0, 0, 0.22);
}

.deep-dive-panel .comparison-matrix .optimized-track {
  background:
    radial-gradient(circle at 14% 12%, rgba(34, 230, 210, 0.18), transparent 32%),
    linear-gradient(180deg, rgba(6, 35, 49, 0.99), rgba(5, 15, 34, 0.99));
  border-color: rgba(34, 230, 210, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 20px 54px rgba(10, 241, 220, 0.12);
}

.deep-dive-panel .track-label,
.deep-dive-panel .metric-grid span,
.deep-dive-panel .strategy-rationale span {
  color: #75fff0;
  opacity: 1;
  text-shadow: none;
}

.deep-dive-panel .metric-grid strong,
.deep-dive-panel .pivot-copy,
.deep-dive-panel .strategy-rationale p {
  color: #f8fbff;
  opacity: 1;
  text-shadow: none;
}

.deep-dive-panel .pivot-copy {
  font-size: clamp(1rem, 1.3vw, 1.22rem);
  line-height: 1.35;
}

.deep-dive-panel .strategy-rationale div {
  border-top-color: rgba(117, 255, 240, 0.2);
}

.scout-memo {
  display: grid;
  gap: 14px;
}

.scout-section {
  background: rgba(5, 14, 31, 0.76);
  border: 1px solid rgba(119, 223, 255, 0.14);
  border-radius: 18px;
  padding: 16px;
}

.scout-section h4 {
  color: #f8fbff;
  font-size: 0.92rem;
  letter-spacing: 0.02em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.scout-grid {
  display: grid;
  gap: 12px;
}

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

.scout-grid article,
.scout-list article,
.scout-verdict > div {
  background: rgba(3, 10, 24, 0.62);
  border: 1px solid rgba(119, 223, 255, 0.12);
  border-radius: 14px;
  padding: 14px;
}

.scout-list {
  display: grid;
  gap: 10px;
}

.evidence-strip {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  margin-top: 12px;
}

.evidence-strip article {
  background: rgba(3, 10, 24, 0.48);
  border: 1px solid rgba(119, 223, 255, 0.12);
  border-radius: 14px;
  padding: 14px;
}

.evidence-links {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 12px;
}

.evidence-links a {
  background:
    linear-gradient(180deg, rgba(10, 29, 55, 0.82), rgba(4, 12, 27, 0.82));
  border: 1px solid rgba(119, 223, 255, 0.14);
  border-radius: 14px;
  color: #f8fbff;
  display: grid;
  gap: 5px;
  min-height: 126px;
  padding: 13px;
  text-decoration: none;
  transition: border-color 160ms ease, transform 160ms ease, background 160ms ease;
}

.evidence-links a:hover {
  background:
    radial-gradient(circle at 12% 8%, rgba(34, 230, 210, 0.15), transparent 34%),
    linear-gradient(180deg, rgba(10, 29, 55, 0.92), rgba(4, 12, 27, 0.92));
  border-color: rgba(117, 255, 240, 0.38);
  transform: translateY(-2px);
}

.evidence-links small {
  color: #75fff0;
  font-size: 0.63rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.evidence-links strong {
  color: #f8fbff;
  font-size: 0.9rem;
  line-height: 1.15;
}

.evidence-links span {
  color: #9fb0c3;
  font-size: 0.78rem;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
  text-transform: none;
}

.scout-section span {
  color: #75fff0;
  display: block;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.scout-section p,
.scout-section li {
  color: #aebdcc;
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0;
}

.scout-section ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.scout-section li {
  border-top: 1px solid rgba(119, 223, 255, 0.1);
  padding-top: 8px;
}

.scout-section li:first-child {
  border-top: 0;
  padding-top: 0;
}

.scout-section li strong {
  color: #f8fbff;
}

.scout-verdict {
  align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
}

.scout-verdict > strong {
  background: linear-gradient(135deg, rgba(34, 230, 210, 0.18), rgba(122, 140, 255, 0.14));
  border: 1px solid rgba(117, 255, 240, 0.28);
  border-radius: 999px;
  color: #75fff0;
  font-size: 0.86rem;
  padding: 11px 14px;
  white-space: nowrap;
}

.deep-dive-panel .licensing-breakdown {
  background:
    radial-gradient(circle at 10% 8%, rgba(117, 255, 240, 0.13), transparent 34%),
    linear-gradient(180deg, rgba(8, 20, 42, 0.98), rgba(5, 13, 30, 0.96));
  border-color: rgba(117, 255, 240, 0.22);
}

.licensing-snapshot {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 12px;
}

.licensing-snapshot span {
  background: rgba(117, 255, 240, 0.09);
  border: 1px solid rgba(117, 255, 240, 0.18);
  border-radius: 999px;
  color: #75fff0;
  font-size: 0.72rem;
  font-weight: 850;
  padding: 7px 10px;
}

.licensing-card.primary,
.licensing-grid article {
  background: rgba(5, 14, 31, 0.72);
  border: 1px solid rgba(119, 223, 255, 0.14);
  border-radius: 18px;
  padding: 16px;
}

.licensing-card.primary {
  margin-bottom: 12px;
}

.licensing-card > span,
.licensing-grid > article > span {
  color: #75fff0;
  display: block;
  font-size: 0.72rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.licensing-card p,
.analysis-point p {
  color: #aebdcc;
  font-size: 0.91rem;
  line-height: 1.55;
  margin: 0;
}

.licensing-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.analysis-point {
  border-top: 1px solid rgba(119, 223, 255, 0.12);
  padding-top: 12px;
}

.analysis-point + .analysis-point {
  margin-top: 12px;
}

.analysis-point:first-of-type {
  border-top: 0;
  padding-top: 0;
}

.analysis-point strong {
  color: #f8fbff;
  display: block;
  font-size: 0.95rem;
  line-height: 1.25;
  margin-bottom: 5px;
}

.analysis-point.concern strong {
  color: #ffd7a8;
}

.deep-dive-panel .score-summary {
  background:
    linear-gradient(135deg, rgba(8, 20, 42, 0.96), rgba(5, 13, 30, 0.96));
  border-color: rgba(119, 223, 255, 0.18);
  border-radius: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  gap: 14px;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 14px;
  padding: 14px 16px;
}

.deep-dive-panel .score-summary > strong {
  aspect-ratio: auto;
  background:
    radial-gradient(circle at 34% 28%, rgba(117, 255, 240, 0.32), transparent 42%),
    linear-gradient(135deg, rgba(34, 230, 210, 0.24), rgba(122, 140, 255, 0.2));
  border-color: rgba(117, 255, 240, 0.38);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(34, 230, 210, 0.11);
  color: #75fff0;
  flex: 0 0 82px;
  font-size: 2.25rem;
  height: 82px;
  letter-spacing: -0.04em;
  line-height: 1;
  width: 82px;
}

.deep-dive-panel .score-summary span {
  color: #f8fbff;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
}

.deep-dive-panel .score-summary p {
  color: #aebdcc;
  font-size: 0.88rem;
  line-height: 1.45;
  margin-top: 5px;
}

.deep-dive-panel .score-list {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.deep-dive-panel .score-list article {
  background: rgba(5, 14, 31, 0.72);
  border: 1px solid rgba(119, 223, 255, 0.14);
  border-radius: 16px;
  padding: 13px;
}

.deep-dive-panel .score-list article:first-child {
  border-top: 1px solid rgba(119, 223, 255, 0.14);
  padding-top: 13px;
}

.deep-dive-panel .score-row-head {
  gap: 12px;
}

.deep-dive-panel .score-row-head strong {
  color: #f8fbff;
  font-size: 0.92rem;
}

.deep-dive-panel .score-row-head p {
  color: #aebdcc;
  font-size: 0.78rem;
  line-height: 1.35;
}

.deep-dive-panel .score-row-head > span {
  color: #75fff0;
  font-size: 0.86rem;
}

.deep-dive-panel .score-bar {
  background: rgba(255, 255, 255, 0.09);
  height: 7px;
  margin: 9px 0 7px;
}

.deep-dive-panel .score-bar i {
  background: linear-gradient(90deg, #22e6d2, #6aa8ff 55%, #9b6bff);
}

.deep-dive-panel .score-row-foot span {
  color: #8da0b3;
}

@media (max-width: 780px) {
  .scout-grid.three,
  .evidence-strip,
  .evidence-links,
  .scout-verdict {
    grid-template-columns: 1fr;
  }

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

  .deep-dive-panel .score-list {
    grid-template-columns: 1fr;
  }
}

/* AI Screener university logo strip */
.hero-media-stack {
  align-self: center;
  display: grid;
  gap: 18px;
  min-width: 0;
}

.screener-video-hero .hero-video-card {
  align-self: auto;
}

.university-logo-strip {
  border-radius: 18px;
  box-shadow: 0 22px 56px rgba(0, 0, 0, 0.28);
  margin: 0;
  overflow: hidden;
}

.university-logo-strip img {
  display: block;
  height: auto;
  width: 100%;
}

/* About Us page */
.about-hero {
  align-items: stretch;
  background:
    radial-gradient(circle at 82% 18%, rgba(89, 240, 216, 0.2), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(106, 168, 255, 0.14), transparent 34%),
    linear-gradient(135deg, rgba(9, 20, 39, 0.96), rgba(4, 9, 18, 0.94));
  border: 1px solid rgba(119, 223, 255, 0.18);
  border-radius: 34px;
  box-shadow: 0 42px 120px rgba(0, 0, 0, 0.5);
  display: grid;
  gap: clamp(22px, 4vw, 42px);
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  margin-bottom: 22px;
  overflow: hidden;
  padding: clamp(32px, 6vw, 72px);
  position: relative;
}

.about-hero::before {
  background:
    linear-gradient(rgba(89, 240, 216, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(106, 168, 255, 0.05) 1px, transparent 1px);
  background-size: 48px 48px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(110deg, rgba(0, 0, 0, 0.72), transparent 72%);
  pointer-events: none;
  position: absolute;
}

.about-hero-copy,
.about-hero-card,
.about-stat-grid article,
.about-section,
.about-playbook,
.about-two-col article,
.about-source-section,
.about-edge,
.about-close {
  position: relative;
  z-index: 1;
}

.about-hero-copy {
  max-width: 820px;
}

.about-hero h1 {
  color: #f9fcff;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.2rem, 7vw, 7rem);
  letter-spacing: -0.07em;
  line-height: 0.95;
  margin: 0 0 24px;
}

.about-hero p,
.about-readable p,
.about-two-col p,
.about-target-grid p,
.about-source-table p,
.about-edge p,
.about-edge li,
.about-playbook p {
  color: #b9c6d2;
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.03rem;
  font-weight: 600;
  line-height: 1.68;
}

.about-hero-copy > p {
  font-size: clamp(1.1rem, 2vw, 1.34rem);
  max-width: 780px;
}

.about-hero-card {
  align-self: end;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(119, 223, 255, 0.18);
  border-radius: 28px;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), 0 28px 80px rgba(0, 0, 0, 0.26);
  padding: clamp(24px, 4vw, 34px);
}

.about-hero-card span,
.about-section-heading span,
.about-two-col span,
.about-edge span {
  color: #70fff1;
  display: block;
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.about-hero-card strong {
  color: #ffffff;
  display: block;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.about-stat-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 22px 0;
}

.about-stat-grid article {
  background:
    linear-gradient(180deg, rgba(14, 30, 58, 0.9), rgba(7, 15, 31, 0.86));
  border: 1px solid rgba(119, 223, 255, 0.14);
  border-radius: 24px;
  padding: 24px;
}

.about-stat-grid span {
  background: linear-gradient(90deg, #ffffff, #70fff1 55%, #9b91ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  font-weight: 800;
  letter-spacing: -0.06em;
  line-height: 1;
  margin-bottom: 12px;
}

.about-stat-grid p {
  color: #b7c3cf;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1.45;
  margin: 0;
}

.about-section,
.about-playbook,
.about-source-section,
.about-edge,
.about-close {
  background:
    linear-gradient(180deg, rgba(12, 26, 52, 0.9), rgba(7, 17, 34, 0.84));
  border: 1px solid rgba(119, 223, 255, 0.14);
  border-radius: 30px;
  box-shadow: var(--shadow);
  margin-top: 18px;
  padding: clamp(28px, 5vw, 56px);
}

.about-section {
  display: grid;
  gap: clamp(24px, 4vw, 50px);
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
}

.about-section-heading h2,
.about-playbook h2,
.about-source-section h2,
.about-edge h2,
.about-close h2 {
  color: #f8fbff;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(2rem, 4.5vw, 4rem);
  letter-spacing: -0.055em;
  line-height: 1.02;
  margin: 0;
}

.about-readable {
  display: grid;
  gap: 18px;
}

.about-readable p,
.about-two-col p,
.about-playbook p,
.about-target-grid p,
.about-edge p {
  margin: 0;
}

.about-playbook ol {
  counter-reset: step;
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
}

.about-playbook li,
.about-target-grid article,
.about-two-col article {
  background: rgba(4, 11, 25, 0.62);
  border: 1px solid rgba(119, 223, 255, 0.13);
  border-radius: 24px;
  padding: 24px;
}

.about-playbook li::before {
  color: #70fff1;
  content: counter(step, decimal-leading-zero);
  counter-increment: step;
  display: block;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
  margin-bottom: 30px;
}

.about-playbook strong,
.about-target-grid strong,
.about-source-table strong {
  color: #f8fbff;
  display: block;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: 1.1rem;
  letter-spacing: -0.025em;
  line-height: 1.2;
  margin-bottom: 10px;
}

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

.about-two-col h3 {
  color: #f8fbff;
  font-family: "Sora", "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(1.5rem, 3vw, 2.4rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  margin: 0 0 16px;
}

.about-two-col ul,
.about-edge ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.about-two-col li,
.about-edge li {
  color: #d5dee7;
  font-weight: 700;
  line-height: 1.45;
  padding-left: 24px;
  position: relative;
}

.about-two-col li::before,
.about-edge li::before {
  background: linear-gradient(135deg, #70fff1, #8fa8ff);
  border-radius: 999px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0.58em;
  width: 8px;
}

.about-target-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.about-source-section {
  display: grid;
  gap: 30px;
}

.about-source-table {
  background: rgba(4, 11, 25, 0.62);
  border: 1px solid rgba(119, 223, 255, 0.13);
  border-radius: 24px;
  overflow: hidden;
}

.about-source-table > div {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.7fr 1fr 1.2fr;
  padding: 22px 24px;
}

.about-source-table > div + div {
  border-top: 1px solid rgba(119, 223, 255, 0.1);
}

.about-source-table > div:first-child {
  background: rgba(119, 223, 255, 0.08);
  color: #70fff1;
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.about-source-table p {
  margin: 0;
}

.about-edge {
  align-items: start;
  display: grid;
  gap: 28px;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
}

.about-edge ul {
  background: rgba(4, 11, 25, 0.62);
  border: 1px solid rgba(119, 223, 255, 0.13);
  border-radius: 24px;
  margin: 0;
  padding: 26px;
}

.about-close {
  align-items: center;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.about-close h2 {
  max-width: 820px;
}

@media (max-width: 980px) {
  .about-hero,
  .about-section,
  .about-two-col,
  .about-edge {
    grid-template-columns: 1fr;
  }

  .about-stat-grid,
  .about-playbook ol,
  .about-target-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .about-source-table > div {
    grid-template-columns: 1fr;
  }

  .about-source-table > div:first-child {
    display: none;
  }

  .about-close {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 620px) {
  .about-hero,
  .about-section,
  .about-playbook,
  .about-source-section,
  .about-edge,
  .about-close {
    border-radius: 24px;
    padding: 24px;
  }

  .about-stat-grid,
  .about-playbook ol,
  .about-target-grid {
    grid-template-columns: 1fr;
  }

  .about-hero h1 {
    font-size: clamp(2.7rem, 15vw, 4rem);
  }
}

@media (max-width: 900px) {
  .screener-video-hero {
    min-height: auto;
    padding-bottom: clamp(28px, 5vw, 44px);
  }

  .hero-media-stack {
    margin-top: 22px;
  }
}

/* Final responsive guardrails for the in-card diligence brief. */
.deep-dive-panel {
  padding: 0;
}

@media (max-width: 620px) {
  .search-console {
    gap: 10px;
    padding: 6px;
  }

  .results-panel {
    padding: 10px;
  }

  .asset-card {
    padding: 14px;
  }

  .deep-dive-panel {
    margin-left: -4px;
    margin-right: -4px;
    padding: 0;
  }

  .scout-header,
  .scout-section {
    padding: 18px 14px;
  }

  .development-rail li {
    gap: 10px;
    grid-template-columns: 34px minmax(0, 1fr);
  }
}

/* Concise BD decision brief */
.deep-dive-panel {
  background:
    radial-gradient(circle at 100% 0%, rgba(94, 100, 255, 0.11), transparent 30%),
    linear-gradient(180deg, #07101f 0%, #050c18 100%);
  border: 1px solid rgba(112, 181, 225, 0.2);
  border-radius: 18px;
  color: #f7fbff;
  padding: 0;
}

.bd-brief {
  font-family: "Instrument Sans", ui-sans-serif, system-ui, sans-serif;
}

.bd-brief-header {
  border-bottom: 1px solid rgba(136, 178, 210, 0.15);
  padding: clamp(22px, 3vw, 34px);
}

.bd-brief-header > div:first-child {
  min-width: 0;
}

.bd-brief-header > div:first-child > p {
  color: #64eadb;
  font-size: 0.68rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.deep-dive-panel .bd-brief-header h3 {
  color: #f8fbff;
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: clamp(1.35rem, 2.4vw, 2.25rem);
  letter-spacing: -0.035em;
  line-height: 1.08;
  margin: 0;
  max-width: 900px;
}

.bd-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 14px;
}

.bd-meta span {
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(142, 180, 211, 0.16);
  border-radius: 999px;
  color: #a8b8c9;
  font-size: 0.69rem;
  font-weight: 750;
  padding: 6px 9px;
}

.bd-snapshot {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: clamp(18px, 2.5vw, 28px) clamp(22px, 3vw, 34px) 0;
}

.bd-snapshot article {
  background: rgba(9, 23, 43, 0.74);
  border: 1px solid rgba(136, 178, 210, 0.14);
  min-height: 178px;
  padding: 18px;
}

.bd-snapshot article:first-child {
  border-radius: 13px 0 0 13px;
}

.bd-snapshot article:last-child {
  border-radius: 0 13px 13px 0;
}

.bd-icon {
  align-items: center;
  background: rgba(70, 224, 207, 0.1);
  border: 1px solid rgba(112, 244, 229, 0.18);
  border-radius: 9px;
  color: #6ff0e1;
  display: flex;
  height: 34px;
  justify-content: center;
  margin-bottom: 17px;
  width: 34px;
}

.bd-icon svg,
.bd-section-title > svg,
.reference-symbol svg,
.reference-open,
.bd-research-actions svg,
.asset-page-toolbar svg {
  height: 17px;
  stroke-width: 1.8;
  width: 17px;
}

.bd-snapshot article > span {
  color: #8296aa;
  display: block;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.bd-snapshot article > strong {
  color: #f7fbff;
  display: block;
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: clamp(1.12rem, 2vw, 1.65rem);
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.bd-snapshot article > p {
  color: #95a7b8;
  font-size: 0.77rem;
  line-height: 1.42;
  margin: 8px 0 0;
}

.capital-note {
  color: #72869a;
  font-size: 0.7rem;
  line-height: 1.4;
  margin: 10px clamp(22px, 3vw, 34px) 0;
}

.bd-data,
.bd-references {
  border-top: 1px solid rgba(136, 178, 210, 0.14);
  margin-top: clamp(22px, 3vw, 32px);
  padding: clamp(22px, 3vw, 34px);
}

.bd-section-title {
  align-items: center;
  display: flex;
  gap: 12px;
  margin-bottom: 18px;
}

.bd-section-title > svg {
  color: #66ebdc;
  flex: 0 0 auto;
}

.bd-section-title span {
  color: #66ebdc;
  display: block;
  font-size: 0.62rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.deep-dive-panel .bd-section-title h4 {
  color: #f7fbff;
  font-family: "Sora", "Instrument Sans", sans-serif;
  font-size: clamp(1rem, 1.6vw, 1.28rem);
  letter-spacing: -0.02em;
  margin: 0;
  text-transform: none;
}

.bd-data-grid {
  border: 1px solid rgba(136, 178, 210, 0.14);
  border-radius: 13px;
  overflow: hidden;
}

.bd-data-grid article {
  align-items: start;
  background: rgba(8, 20, 38, 0.62);
  border-bottom: 1px solid rgba(136, 178, 210, 0.12);
  display: grid;
  gap: 18px;
  grid-template-columns: minmax(110px, 0.22fr) minmax(0, 1fr);
  padding: 16px 18px;
}

.bd-data-grid article:last-child {
  border-bottom: 0;
}

.bd-data-grid article > span {
  color: #8ca0b4;
  font-size: 0.65rem;
  font-weight: 850;
  letter-spacing: 0.07em;
  padding-top: 2px;
  text-transform: uppercase;
}

.bd-data-grid article > p {
  color: #c1cfdb;
  font-size: 0.86rem;
  line-height: 1.52;
  margin: 0;
}

.bd-data-grid .bd-next-gate {
  background: linear-gradient(90deg, rgba(29, 166, 155, 0.12), rgba(62, 79, 173, 0.07));
}

.bd-next-gate > span,
.bd-next-gate > p {
  color: #e9f8f6 !important;
}

.bd-reference-list {
  border-bottom: 1px solid rgba(136, 178, 210, 0.12);
  border-top: 1px solid rgba(136, 178, 210, 0.12);
}

.bd-reference-list > a {
  align-items: center;
  border-bottom: 1px solid rgba(136, 178, 210, 0.1);
  color: inherit;
  display: grid;
  gap: 14px;
  grid-template-columns: 38px minmax(0, 1fr) 20px;
  padding: 14px 4px;
  text-decoration: none;
  transition: background 150ms ease, padding 150ms ease;
}

.bd-reference-list > a:last-child {
  border-bottom: 0;
}

.bd-reference-list > a:hover {
  background: rgba(82, 232, 215, 0.04);
  padding-left: 10px;
  padding-right: 10px;
}

.reference-symbol {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(136, 178, 210, 0.14);
  border-radius: 9px;
  color: #69ecdd;
  display: flex;
  height: 36px;
  justify-content: center;
  width: 36px;
}

.reference-copy {
  min-width: 0;
}

.reference-copy small {
  color: #67e8d9;
  display: block;
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.reference-copy strong {
  color: #f3f8fc;
  display: block;
  font-size: 0.88rem;
  line-height: 1.3;
}

.reference-copy p {
  color: #8fa2b5;
  font-size: 0.75rem;
  line-height: 1.38;
  margin: 4px 0 0;
}

.reference-open {
  color: #71869a;
}

.bd-research-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.bd-research-actions a,
.asset-page-toolbar a {
  align-items: center;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(136, 178, 210, 0.14);
  border-radius: 9px;
  color: #c7d5e1;
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 800;
  gap: 7px;
  padding: 9px 11px;
  text-decoration: none;
}

.bd-research-actions a:hover,
.asset-page-toolbar a:hover {
  border-color: rgba(105, 236, 220, 0.4);
  color: #74f2e4;
}

.asset-page-toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}

.asset-page-brief {
  margin: 0 auto;
  max-width: 1180px;
}

@media (max-width: 760px) {
  .bd-snapshot {
    grid-template-columns: 1fr;
  }

  .bd-snapshot article {
    min-height: 0;
  }

  .bd-snapshot article:first-child {
    border-radius: 13px 13px 0 0;
  }

  .bd-snapshot article:last-child {
    border-radius: 0 0 13px 13px;
  }

  .bd-data-grid article {
    gap: 7px;
    grid-template-columns: 1fr;
  }

  .asset-page-toolbar {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
}

@media (max-width: 620px) {
  .bd-brief-header,
  .bd-data,
  .bd-references {
    padding: 18px 14px;
  }

  .bd-snapshot {
    padding: 14px 14px 0;
  }

  .capital-note {
    margin-left: 14px;
    margin-right: 14px;
  }

  .reference-copy p {
    display: none;
  }
}
