: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;
  }
}

.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);
}

.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) {
  .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%;
}

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

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