/*
 * DVMReady public Decision Theatre
 * Shared visual contract for the homepage, NAVLE, Clinical Tools, and Pricing.
 * The panels are illustrative interface artwork: they contain no live question,
 * calculation, entitlement, or inventory payloads.
 */
:root {
  --dt-page: #f6f1e8;
  --dt-surface: #ffffff;
  --dt-surface-warm: #faf7f0;
  --dt-navy: #0b1d3a;
  --dt-ink: #102a43;
  --dt-teal: #0f766e;
  --dt-teal-hover: #0b5b55;
  --dt-teal-bright: #67d0c3;
  --dt-teal-soft: #e8f3f1;
  --dt-gold: #c9a24a;
  --dt-gold-soft: #faf3e2;
  --dt-muted: #52606d;
  --dt-line: #cbd5e1;
  --dt-stage-line: rgba(255, 255, 255, 0.14);
  --dt-shadow: 0 28px 64px rgba(0, 0, 0, 0.28);
  --dt-card-shadow: 0 18px 44px rgba(11, 29, 58, 0.09);
  --dt-card-shadow-hover: 0 24px 58px rgba(11, 29, 58, 0.14);
  --dt-section-radius: 30px;
  --dt-card-radius: 22px;
  --dt-section-gutter: 10px;
  --dt-section-space: clamp(64px, 7.6vw, 104px);
  --dt-enter-ease: cubic-bezier(0.16, 1, 0.3, 1);
}

.dvm-theatre-page {
  min-width: 320px;
  background: var(--dt-page);
}

.dvm-theatre-page > main,
main.dvm-theatre-page,
.dvm-theatre-page main#main-content {
  padding-top: 0 !important;
}

/* The public header sits over the stage and stays readable after the stage scrolls away. */
.dvm-theatre-page > .site-header,
main.dvm-theatre-page > header,
.public-navle-page.dvm-theatre-page > header {
  position: fixed !important;
  inset: 0 0 auto !important;
  z-index: 90 !important;
  min-height: 0 !important;
  padding: 18px 22px 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

.dvm-theatre-page > .site-header > .nav-shell,
.dvm-theatre-page > .site-header > .container,
main.dvm-theatre-page > header > div > div,
.public-navle-page.dvm-theatre-page > header > div > div {
  width: min(calc(100% - 36px), 1180px) !important;
  max-width: 1180px !important;
  min-height: 66px !important;
  margin-inline: auto !important;
  padding: 8px 12px 8px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 22px !important;
  color: #ffffff !important;
  background: rgba(11, 29, 58, 0.92) !important;
  box-shadow: 0 14px 34px rgba(4, 19, 44, 0.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(130%) !important;
  backdrop-filter: blur(16px) saturate(130%) !important;
}

.dvm-theatre-page > .site-header > .container .nav-shell {
  width: 100% !important;
  max-width: none !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 8px 12px 8px 16px !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 22px !important;
  background: rgba(11, 29, 58, 0.92) !important;
  box-shadow: 0 14px 34px rgba(4, 19, 44, 0.2) !important;
  -webkit-backdrop-filter: blur(16px) saturate(130%) !important;
  backdrop-filter: blur(16px) saturate(130%) !important;
}

.dvm-theatre-page > .site-header > .nav-shell::before,
.dvm-theatre-page > .site-header > .container .nav-shell::before,
main.dvm-theatre-page > header > div > div::before,
.public-navle-page.dvm-theatre-page > header > div > div::before {
  right: 28px !important;
  bottom: -1px !important;
  left: 28px !important;
  height: 2px !important;
  background: linear-gradient(90deg, transparent, var(--dt-gold), var(--dt-teal-bright), transparent) !important;
  opacity: 0.72 !important;
}

body.clinical-workbench-directory.dvm-theatre-page > .site-header > .container {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.clinical-workbench-directory.dvm-theatre-page > .site-header > .container > .nav-shell {
  width: min(calc(100% - 36px), 1180px) !important;
  margin-inline: auto !important;
}

.dvm-theatre-page .site-header .brand img,
.dvm-theatre-page .site-header .brand-logo,
main.dvm-theatre-page > header img,
.public-navle-page.dvm-theatre-page > header img {
  width: auto !important;
  height: 40px !important;
}

.dvm-theatre-page .site-header .site-nav a:not(.nav-cta),
main.dvm-theatre-page > header nav a:not(.nav-cta),
.public-navle-page.dvm-theatre-page > header nav a:not(.nav-cta) {
  color: #dce7eb !important;
  background: transparent !important;
  box-shadow: none !important;
}

html body.dvm-theatre-page header nav a:not(.nav-cta),
html body .dvm-theatre-page header nav a:not(.nav-cta) {
  color: #dce7eb !important;
  background: transparent !important;
  box-shadow: none !important;
}

#root header nav a:not(.nav-cta),
body.dvm-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav a:not(.nav-cta) {
  color: #dce7eb !important;
  background: transparent !important;
  box-shadow: none !important;
}

.dvm-theatre-page .site-header .site-nav a:not(.nav-cta):hover,
.dvm-theatre-page .site-header .site-nav a:not(.nav-cta):focus-visible,
.dvm-theatre-page .site-header .site-nav a[aria-current="page"]:not(.nav-cta),
main.dvm-theatre-page > header nav a:not(.nav-cta):hover,
main.dvm-theatre-page > header nav a:not(.nav-cta):focus-visible,
main.dvm-theatre-page > header nav a[aria-current="page"]:not(.nav-cta),
.public-navle-page.dvm-theatre-page > header nav a:not(.nav-cta):hover,
.public-navle-page.dvm-theatre-page > header nav a:not(.nav-cta):focus-visible,
.public-navle-page.dvm-theatre-page > header nav a[aria-current="page"]:not(.nav-cta) {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 -2px var(--dt-teal-bright) !important;
}

html body.dvm-theatre-page header nav a:not(.nav-cta):hover,
html body.dvm-theatre-page header nav a:not(.nav-cta):focus-visible,
html body.dvm-theatre-page header nav a[aria-current="page"]:not(.nav-cta),
html body .dvm-theatre-page header nav a:not(.nav-cta):hover,
html body .dvm-theatre-page header nav a:not(.nav-cta):focus-visible,
html body .dvm-theatre-page header nav a[aria-current="page"]:not(.nav-cta) {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 -2px var(--dt-teal-bright) !important;
}

#root header nav a:not(.nav-cta):hover,
#root header nav a:not(.nav-cta):focus-visible,
#root header nav a[aria-current="page"]:not(.nav-cta),
body.dvm-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav a:not(.nav-cta):hover,
body.dvm-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav a:not(.nav-cta):focus-visible,
body.dvm-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav a[aria-current="page"]:not(.nav-cta) {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
  box-shadow: inset 0 -2px var(--dt-teal-bright) !important;
}

.dvm-theatre-page .site-header .site-nav .nav-cta,
main.dvm-theatre-page > header nav .nav-cta,
.public-navle-page.dvm-theatre-page > header nav .nav-cta {
  border: 1px solid rgba(224, 200, 120, 0.72) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #16877e, var(--dt-teal)) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 8px 18px rgba(0, 0, 0, 0.18) !important;
}

html body.dvm-theatre-page header nav .nav-cta,
html body .dvm-theatre-page header nav .nav-cta {
  border: 1px solid rgba(224, 200, 120, 0.72) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #16877e, var(--dt-teal)) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 8px 18px rgba(0, 0, 0, 0.18) !important;
}

#root header nav .nav-cta,
body.dvm-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav .nav-cta {
  border: 1px solid rgba(224, 200, 120, 0.72) !important;
  border-radius: 999px !important;
  color: #ffffff !important;
  background: linear-gradient(180deg, #16877e, var(--dt-teal)) !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.16), 0 8px 18px rgba(0, 0, 0, 0.18) !important;
}

.dvm-theatre-page .site-header .menu-toggle,
main.dvm-theatre-page > header button,
.public-navle-page.dvm-theatre-page > header button {
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
  background: transparent !important;
}

html body.dvm-theatre-page header button,
html body .dvm-theatre-page header button {
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
  background: transparent !important;
}

#root main.dvm-theatre-page > header button[aria-controls="site-nav"] {
  border-color: rgba(255, 255, 255, 0.28) !important;
  color: #ffffff !important;
  background: transparent !important;
}

.dvm-theatre-page .site-header .menu-toggle span,
main.dvm-theatre-page > header button span,
.public-navle-page.dvm-theatre-page > header button span {
  background: #ffffff !important;
}

#root main.dvm-theatre-page > header button[aria-controls="site-nav"] span {
  background: #ffffff !important;
}

html body.dvm-theatre-page header button[aria-controls="site-nav"] svg,
html body .dvm-theatre-page header button[aria-controls="site-nav"] svg,
#root main.dvm-theatre-page > header button[aria-controls="site-nav"] svg {
  color: #ffffff !important;
  stroke: currentColor !important;
}

.dvm-theatre-page > main > .navle-breadcrumbs,
.dvm-theatre-page main#main-content > .navle-breadcrumbs {
  display: none;
}

/* Clinical Tools uses the same full-width public shell on the directory page. */
body.dvm-theatre-page.clinical-workbench-directory > .cws-rail,
body.dvm-theatre-page.clinical-workbench-directory > .cws-mobile-bar {
  display: none !important;
}

body.dvm-theatre-page.clinical-workbench-directory > main,
body.dvm-theatre-page.clinical-workbench-directory > footer {
  width: 100% !important;
  margin-left: 0 !important;
}

.dt-stage {
  position: relative;
  min-height: min(980px, calc(100svh - 20px));
  margin: 10px;
  overflow: hidden !important;
  border-radius: 28px;
  color: #ffffff;
  background: var(--dt-navy);
  isolation: isolate;
}

.dt-stage::before {
  position: absolute;
  z-index: -2;
  inset: -36% -6% auto;
  height: 88%;
  background: radial-gradient(ellipse at 52% 52%, rgba(15, 118, 110, 0.3), transparent 66%);
  content: "";
}

.dt-stage::after {
  position: absolute;
  z-index: -1;
  inset: auto 0 0;
  height: 46%;
  background: linear-gradient(180deg, transparent, rgba(2, 10, 24, 0.78));
  content: "";
}

.dt-stage--tools::before {
  background: radial-gradient(ellipse at 58% 45%, rgba(15, 118, 110, 0.34), transparent 64%);
}

.dt-stage--pricing::before {
  background: radial-gradient(ellipse at 42% 44%, rgba(201, 162, 74, 0.16), transparent 62%);
}

.clinical-workbench-directory .tools-hero.dt-stage {
  min-height: min(980px, calc(100svh - 20px));
  margin: 10px;
  overflow: hidden;
  padding: 0;
  background: var(--dt-navy);
}

.dt-shell {
  width: min(1180px, calc(100% - 36px));
  margin-inline: auto;
}

.dt-hero {
  padding: clamp(138px, 13vw, 164px) 0 46px;
}

.dt-eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  color: #76d4ca;
  font-size: 0.77rem;
  font-weight: 850;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dt-eyebrow::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--dt-gold);
  box-shadow: 0 0 0 5px rgba(201, 162, 74, 0.14);
  content: "";
}

.dt-title {
  max-width: 1050px;
  margin: 0;
  color: #ffffff !important;
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
  font-size: clamp(3.2rem, 6vw, 5rem);
  font-weight: 800;
  letter-spacing: -0.064em;
  line-height: 0.94;
  text-wrap: balance;
}

.dt-title-accent {
  color: var(--dt-teal-bright);
}

.dt-support {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 42px;
  margin-top: 27px;
}

.dt-intro {
  max-width: 650px;
  margin: 0;
  color: #d2dee4;
  font-size: clamp(1.04rem, 1.5vw, 1.2rem);
  font-weight: 600;
  line-height: 1.55;
}

.dt-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dt-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.dt-button--primary {
  color: #ffffff;
  background: var(--dt-teal);
}

.dt-button--primary:hover {
  color: #ffffff;
  background: var(--dt-teal-hover);
  transform: translateY(-1px);
}

.dt-button--secondary {
  border-color: rgba(255, 255, 255, 0.25);
  color: #ffffff;
  background: transparent;
}

.dt-button--secondary:hover {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.07);
}

.dt-truth {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin: 18px 0 0;
  padding: 0;
  color: #aec0c9;
  font-size: 0.8rem;
  font-weight: 750;
  list-style: none;
}

.dt-truth li,
.dt-truth span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.dt-truth strong {
  color: inherit;
}

.dt-truth li::before,
.dt-truth span::before {
  color: var(--dt-teal-bright);
  content: "✓";
}

/* Shared interface panels */
.dt-theatre {
  position: relative;
  display: grid;
  grid-template-columns: 0.92fr 1.34fr 0.92fr;
  align-items: end;
  gap: 18px;
  margin-top: 42px;
  padding-bottom: 44px;
  perspective: 1400px;
}

.dt-theatre::before,
.dt-reasoning::before {
  position: absolute;
  right: 6%;
  bottom: 10px;
  left: 6%;
  height: 35%;
  border-radius: 50%;
  background: rgba(2, 9, 21, 0.82);
  filter: blur(22px);
  content: "";
}

.dt-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 19px;
  color: var(--dt-ink);
  background: var(--dt-surface);
  box-shadow: var(--dt-shadow);
  transform-style: preserve-3d;
}

.dt-theatre .dt-panel--review {
  transform: rotateY(7deg) translateY(24px);
}

.dt-theatre .dt-panel--case {
  z-index: 3;
}

.dt-theatre .dt-panel--tool {
  transform: rotateY(-7deg) translateY(24px);
}

.dt-panel-bar {
  display: flex;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 12px 16px;
  border-bottom: 1px solid #dfe7e5;
  background: var(--dt-surface-warm);
}

.dt-panel-bar strong {
  font-size: 0.73rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dt-panel-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--dt-teal);
  font-size: 0.7rem;
  font-weight: 850;
}

.dt-panel-status::before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  content: "";
}

.dt-panel-body {
  padding: 18px;
}

.dt-panel-kicker {
  margin: 0 0 8px;
  color: var(--dt-teal);
  font-size: 0.69rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dt-case-title,
.dt-decision-title {
  margin: 0;
  color: var(--dt-ink);
  font-size: 1.24rem;
  line-height: 1.2;
}

.dt-case-context,
.dt-case-copy {
  margin: 10px 0 14px;
  color: var(--dt-muted);
  font-size: 0.8rem;
  line-height: 1.48;
}

.dt-choices,
.dt-review-list {
  display: grid;
  gap: 8px;
}

.dt-choice {
  display: flex;
  min-height: 39px;
  align-items: center;
  gap: 9px;
  padding: 6px 9px;
  border: 1px solid #d9e3e2;
  border-radius: 9px;
  color: #29425d;
  font-size: 0.76rem;
  font-weight: 700;
}

.dt-choice b {
  display: grid;
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 7px;
  color: var(--dt-teal);
  background: var(--dt-teal-soft);
  font-size: 0.68rem;
}

.dt-review-item {
  padding: 12px 12px 12px 13px;
  border-left: 3px solid var(--dt-teal);
  border-radius: 0 9px 9px 0;
  background: #edf5f3;
}

.dt-review-item:nth-child(2) {
  border-color: var(--dt-gold);
  background: var(--dt-gold-soft);
}

.dt-review-item strong,
.dt-review-item span {
  display: block;
}

.dt-review-item strong {
  font-size: 0.8rem;
}

.dt-review-item span {
  margin-top: 3px;
  color: var(--dt-muted);
  font-size: 0.71rem;
  line-height: 1.4;
}

.dt-tool-field {
  margin-bottom: 12px;
}

.dt-tool-field label {
  display: block;
  margin-bottom: 6px;
  color: var(--dt-muted);
  font-size: 0.72rem;
  font-weight: 750;
}

.dt-tool-input {
  display: flex;
  min-height: 42px;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  border: 1px solid #d6e0df;
  border-radius: 9px;
  color: #71808d;
  font-size: 0.79rem;
}

.dt-tool-input b {
  color: var(--dt-teal);
}

.dt-tool-note {
  margin: 14px 0 0;
  padding: 10px;
  border-radius: 9px;
  color: #29425d;
  background: #edf5f3;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.4;
}

.dt-tool-limitation {
  margin: 9px 0 0;
  color: var(--dt-muted);
  font-size: 0.67rem;
  line-height: 1.35;
}

/* NAVLE case -> decision -> review sequence */
.dt-reasoning {
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr 1.08fr 0.95fr;
  align-items: center;
  gap: 0;
  margin-top: 42px;
  padding: 14px 0 50px;
}

.dt-reasoning .dt-panel--case-file {
  z-index: 3;
  transform: rotate(-2deg) translateX(18px);
}

.dt-reasoning .dt-panel--decision {
  z-index: 4;
  transform: translateY(22px);
}

.dt-reasoning .dt-panel--review {
  z-index: 2;
  transform: rotate(2deg) translateX(-18px);
}

.dt-case-data {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 14px;
}

.dt-case-data span {
  padding: 9px;
  border-radius: 9px;
  color: #29425d;
  background: #edf5f3;
  font-size: 0.7rem;
  font-weight: 750;
}

/* Clinical Tools command surface */
.dt-command {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.28);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.dt-command-search.hero-search-wrap.command-search {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: none;
}

.dt-command-search .search-input-wrap {
  min-width: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.dt-command-search .search-input {
  min-height: 58px;
  border: 0;
  color: var(--dt-ink);
  background: transparent;
  font-size: 1.02rem;
  font-weight: 650;
  box-shadow: none;
}

.dt-command-search .command-search-button {
  min-width: 120px;
  min-height: 52px;
  border: 0;
  border-radius: 12px;
  color: #ffffff;
  background: var(--dt-teal);
  font-weight: 850;
}

.dt-command-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: 18px 3px 12px;
}

.dt-command-meta p {
  margin: 0;
  color: #b9cbd2;
  font-size: 0.79rem;
  font-weight: 750;
}

.dt-command-meta span {
  color: #77d5ca;
}

.dt-command-grid.tool-workflow-grid.clinical-jobs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
}

.dt-command-grid .clinical-job {
  display: flex;
  min-height: 178px;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  gap: 12px;
  padding: 17px;
  border: 1px solid #dce5e4;
  border-radius: 15px;
  color: var(--dt-ink);
  background: #ffffff;
  box-shadow: none;
}

.dt-command-grid .clinical-job:nth-child(2),
.dt-command-grid .clinical-job:nth-child(5) {
  background: #f4f8f6;
}

.dt-command-grid .clinical-job--review {
  background: #faf7ef;
}

.dt-command-grid .clinical-job-icon {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  background: var(--dt-teal-soft);
}

.dt-command-grid .clinical-job-icon img {
  width: 24px;
  height: 24px;
}

.dt-command-grid .clinical-job-copy {
  display: block;
}

.dt-command-grid .clinical-job-copy strong {
  display: block;
  margin: 9px 0 6px;
  color: var(--dt-ink);
  font-size: 1rem;
  line-height: 1.15;
}

.dt-command-grid .clinical-job-copy p {
  margin: 0;
  color: var(--dt-muted);
  font-size: 0.76rem;
  line-height: 1.45;
}

.dt-command-grid .clinical-job-copy b {
  display: block;
  margin-top: 12px;
  color: var(--dt-teal);
  font-size: 0.75rem;
  font-weight: 850;
}

.dt-clinical-safety {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-top: 13px;
  padding: 12px 15px;
  border-radius: 13px;
  color: #d8e4e8;
  background: rgba(2, 10, 24, 0.55);
  font-size: 0.75rem;
  line-height: 1.45;
}

.dt-clinical-safety strong {
  color: #ffffff;
}

.dt-clinical-safety span {
  flex: 0 0 auto;
  color: #81d8cf;
  font-weight: 850;
}

/* Pricing access board */
.dt-access-board {
  position: relative;
  display: grid;
  grid-template-columns: 0.82fr 1fr 1fr;
  align-items: stretch;
  gap: 12px;
  margin-top: 40px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 28px 68px rgba(0, 0, 0, 0.28);
}

.dt-access-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 21px;
  border-radius: 17px;
  color: var(--dt-ink);
  background: #ffffff;
}

.dt-access-card--free {
  background: #f4f8f6;
}

.dt-access-card--featured {
  border: 2px solid #67cfc3;
  box-shadow: 0 16px 32px rgba(15, 118, 110, 0.18);
}

.dt-access-flag {
  position: absolute;
  top: -12px;
  right: 17px;
  padding: 6px 10px;
  border-radius: 999px;
  color: var(--dt-navy);
  background: #86ded4;
  font-size: 0.66rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dt-access-label {
  margin: 0;
  color: var(--dt-teal);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dt-price {
  display: flex;
  align-items: end;
  gap: 7px;
  margin: 18px 0 7px;
}

.dt-price strong {
  color: var(--dt-ink);
  font-size: clamp(2.3rem, 4vw, 3.45rem);
  letter-spacing: -0.06em;
  line-height: 0.9;
}

.dt-price span {
  color: var(--dt-muted);
  font-size: 0.75rem;
  font-weight: 800;
}

.dt-access-description {
  min-height: 42px;
  margin: 5px 0 14px;
  color: var(--dt-muted);
  font-size: 0.78rem;
  line-height: 1.45;
}

.dt-access-list {
  display: grid;
  gap: 8px;
  margin: 0 0 18px;
  padding: 13px 0 0;
  border-top: 1px solid #dfe7e5;
  list-style: none;
}

.dt-access-list li {
  display: flex;
  gap: 8px;
  color: #29425d;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
}

.dt-access-list li::before {
  color: var(--dt-teal);
  content: "✓";
}

.dt-access-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  border: 1px solid rgba(15, 118, 110, 0.28);
  border-radius: 11px;
  color: var(--dt-teal);
  font-size: 0.76rem;
  font-weight: 900;
  text-decoration: none;
}

.dt-access-card--featured .dt-access-cta {
  border-color: var(--dt-teal);
  color: #ffffff;
  background: var(--dt-teal);
}

.dt-access-terms {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 2px 5px 0;
  color: #b9cbd2;
  font-size: 0.74rem;
  font-weight: 700;
}

.dt-access-terms span {
  color: #7bd6cb;
}

@media (prefers-reduced-motion: no-preference) {
  .dt-stage::before {
    animation: dt-light-arrive 1500ms var(--dt-enter-ease) both;
  }

  .dt-hero > .dt-eyebrow,
  .dt-hero > .dt-title,
  .dt-hero > .dt-support,
  .dt-hero > .dt-truth {
    animation: dt-hero-enter 700ms var(--dt-enter-ease) both;
  }

  .dt-hero > .dt-title { animation-delay: 70ms; }
  .dt-hero > .dt-support { animation-delay: 150ms; }
  .dt-hero > .dt-truth { animation-delay: 230ms; }

  .dt-theatre .dt-panel--review {
    animation: dt-left-panel-enter 820ms var(--dt-enter-ease) 520ms both;
  }

  .dt-theatre .dt-panel--case {
    animation: dt-center-panel-enter 860ms var(--dt-enter-ease) 640ms both;
  }

  .dt-theatre .dt-panel--tool {
    animation: dt-right-panel-enter 820ms var(--dt-enter-ease) 760ms both;
  }

  .dt-reasoning .dt-panel--case-file {
    animation: dt-reasoning-case-enter 820ms var(--dt-enter-ease) 480ms both;
  }

  .dt-reasoning .dt-panel--decision {
    animation: dt-reasoning-decision-enter 860ms var(--dt-enter-ease) 600ms both;
  }

  .dt-reasoning .dt-panel--review {
    animation: dt-reasoning-review-enter 820ms var(--dt-enter-ease) 740ms both;
  }

  .dt-choice {
    animation: dt-detail-enter 460ms var(--dt-enter-ease) both;
  }

  .dt-choice:nth-child(1) { animation-delay: 900ms; }
  .dt-choice:nth-child(2) { animation-delay: 950ms; }
  .dt-choice:nth-child(3) { animation-delay: 1000ms; }
  .dt-choice:nth-child(4) { animation-delay: 1050ms; }
  .dt-choice:nth-child(5) { animation-delay: 1100ms; }

  .dt-command {
    animation: dt-deck-enter 820ms var(--dt-enter-ease) 460ms both;
  }

  .dt-command::after {
    position: absolute;
    z-index: 8;
    top: -35%;
    left: 0;
    width: 100%;
    height: 24%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(103, 208, 195, 0.15), transparent);
    content: "";
    animation: dt-scan-once 1050ms cubic-bezier(0.4, 0, 0.2, 1) 1150ms both;
  }

  .dt-command-search {
    animation: dt-detail-enter 620ms var(--dt-enter-ease) 720ms both;
  }

  .dt-command-grid .clinical-job {
    animation: dt-task-enter 650ms var(--dt-enter-ease) both;
  }

  .dt-command-grid .clinical-job:nth-child(1) { animation-delay: 850ms; }
  .dt-command-grid .clinical-job:nth-child(2) { animation-delay: 920ms; }
  .dt-command-grid .clinical-job:nth-child(3) { animation-delay: 990ms; }
  .dt-command-grid .clinical-job:nth-child(4) { animation-delay: 1060ms; }
  .dt-command-grid .clinical-job:nth-child(5) { animation-delay: 1130ms; }
  .dt-command-grid .clinical-job:nth-child(6) { animation-delay: 1200ms; }

  .dt-access-board {
    animation: dt-deck-enter 760ms var(--dt-enter-ease) 440ms both;
  }

  .dt-access-card {
    animation: dt-price-enter 720ms var(--dt-enter-ease) both;
  }

  .dt-access-card:nth-child(1) { animation-delay: 700ms; }
  .dt-access-card:nth-child(2) { animation-delay: 820ms; }
  .dt-access-card:nth-child(3) { animation-delay: 940ms; }

  .dt-access-flag {
    animation: dt-flag-settle 520ms var(--dt-enter-ease) 1340ms both;
  }

  @keyframes dt-light-arrive {
    from { opacity: 0; transform: translateY(-3%) scale(0.92); }
  }

  @keyframes dt-hero-enter {
    from { opacity: 0; transform: translateY(18px); }
  }

  @keyframes dt-left-panel-enter {
    from { opacity: 0; transform: translate(-34px, 48px) rotateY(15deg) scale(0.96); }
    to { opacity: 1; transform: rotateY(7deg) translateY(24px); }
  }

  @keyframes dt-center-panel-enter {
    from { opacity: 0; transform: translateY(54px) scale(0.95); }
  }

  @keyframes dt-right-panel-enter {
    from { opacity: 0; transform: translate(34px, 48px) rotateY(-15deg) scale(0.96); }
    to { opacity: 1; transform: rotateY(-7deg) translateY(24px); }
  }

  @keyframes dt-reasoning-case-enter {
    from { opacity: 0; transform: translate(-50px, 34px) rotate(-7deg) scale(0.96); }
    to { opacity: 1; transform: rotate(-2deg) translateX(18px); }
  }

  @keyframes dt-reasoning-decision-enter {
    from { opacity: 0; transform: translateY(62px) scale(0.94); }
    to { opacity: 1; transform: translateY(22px); }
  }

  @keyframes dt-reasoning-review-enter {
    from { opacity: 0; transform: translate(50px, 34px) rotate(7deg) scale(0.96); }
    to { opacity: 1; transform: rotate(2deg) translateX(-18px); }
  }

  @keyframes dt-detail-enter {
    from { opacity: 0; transform: translateY(10px); }
  }

  @keyframes dt-deck-enter {
    from { opacity: 0; transform: translateY(44px) scale(0.975); }
  }

  @keyframes dt-task-enter {
    from { opacity: 0; transform: translateY(26px); }
  }

  @keyframes dt-scan-once {
    0% { opacity: 0; transform: translateY(0); }
    18% { opacity: 1; }
    82% { opacity: 1; }
    100% { opacity: 0; transform: translateY(560%); }
  }

  @keyframes dt-price-enter {
    from { opacity: 0; transform: translateY(34px) scale(0.97); }
  }

  @keyframes dt-flag-settle {
    from { opacity: 0; transform: translateY(-9px) scale(0.9); }
  }
}

/* -------------------------------------------------------------------------- */
/* Full-page continuity: guided gold, editorial fields, and decision stages. */
/* -------------------------------------------------------------------------- */

.dvm-theatre-page {
  color: var(--dt-ink);
  background:
    radial-gradient(circle at 8% 24%, rgba(201, 162, 74, 0.07), transparent 22rem),
    var(--dt-page);
}

.dvm-theatre-page :where(h1, h2, h3, h4, p, a, button, input, select, textarea) {
  font-family: "Source Sans 3", ui-sans-serif, system-ui, sans-serif;
}

.dt-flow-section,
.dt-flow-stage,
.public-navle-free,
.public-navle-preview,
.public-navle-access,
.public-navle-trust,
.public-navle-faq,
.public-navle-final-cta,
body.clinical-workbench-directory.dvm-theatre-page .quick-access-section,
body.clinical-workbench-directory.dvm-theatre-page .directory-section-wrap,
body.clinical-workbench-directory.dvm-theatre-page .support-section,
body.clinical-workbench-directory.dvm-theatre-page .cta-banner,
body.dvm-theatre-page .pricing-trial-wrap,
body.dvm-theatre-page .section,
body.dvm-theatre-page .pricing-reaccess {
  position: relative;
  isolation: isolate;
}

.dt-flow-section,
.public-navle-free,
.public-navle-access,
.public-navle-trust,
.public-navle-faq,
body.clinical-workbench-directory.dvm-theatre-page .quick-access-section,
body.clinical-workbench-directory.dvm-theatre-page .directory-section-wrap,
body.clinical-workbench-directory.dvm-theatre-page .support-section,
body.dvm-theatre-page .pricing-trial-wrap,
body.dvm-theatre-page main > .section {
  padding-block: var(--dt-section-space);
}

.dt-section-eyebrow,
.public-navle-eyebrow,
body.clinical-workbench-directory.dvm-theatre-page .section-kicker,
body.dvm-theatre-page .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--dt-teal);
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.25;
  text-transform: uppercase;
}

.dt-section-eyebrow::before,
.public-navle-eyebrow::before,
body.clinical-workbench-directory.dvm-theatre-page .section-kicker::before,
body.dvm-theatre-page .eyebrow::before {
  content: "";
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: var(--dt-gold);
  box-shadow: 0 0 0 5px rgba(201, 162, 74, 0.12);
}

.dt-section-title,
.public-navle-section-heading h2,
body.clinical-workbench-directory.dvm-theatre-page :is(.bench-heading h2, .directory-toolbar h2, .support-shell h2),
body.dvm-theatre-page .section-title h2,
body.dvm-theatre-page .pricing-trial-band h2 {
  max-width: 760px;
  color: var(--dt-ink);
  font-size: clamp(2.05rem, 4.4vw, 3.65rem);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.02;
  text-wrap: balance;
}

.dt-flow-section--paths {
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, 0.96), rgba(250, 247, 240, 0.9)),
    var(--dt-surface);
}

.dt-flow-section--paths::before,
.public-navle-free::before,
body.clinical-workbench-directory.dvm-theatre-page .quick-access-section::before,
body.dvm-theatre-page .pricing-trial-wrap::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 12%;
  right: -8rem;
  width: 24rem;
  height: 24rem;
  border: 1px solid rgba(201, 162, 74, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 42px rgba(201, 162, 74, 0.04),
    0 0 0 92px rgba(15, 118, 110, 0.025);
  pointer-events: none;
}

.dt-flow-section--paths .audience-card,
.public-navle-free-card,
.public-navle-plan-card,
.public-navle-trust-facts div,
body.clinical-workbench-directory.dvm-theatre-page :is(.bench-panel, .my-drugs-panel, .directory-shell, .support-shell),
body.dvm-theatre-page :is(.pricing-trial-band, .plan, .pricing-coming-soon, .compare, .faq-item) {
  border-radius: var(--dt-card-radius);
  box-shadow: var(--dt-card-shadow);
}

.dt-flow-section--paths .audience-card {
  min-height: 246px;
  padding: clamp(22px, 2.5vw, 30px);
  border-color: rgba(15, 118, 110, 0.16);
}

.dt-flow-section--paths .audience-card::after,
.public-navle-free-card::after,
.public-navle-plan-card::after,
body.dvm-theatre-page .plan::after {
  content: "";
  position: absolute;
  inset: auto 22px 0;
  height: 3px;
  border-radius: 99px 99px 0 0;
  background: linear-gradient(90deg, var(--dt-gold), var(--dt-teal));
  opacity: 0;
  transform: scaleX(0.35);
  transform-origin: left;
  transition: opacity 220ms ease, transform 320ms var(--dt-enter-ease);
}

.dt-flow-section--paths .audience-card:hover::after,
.dt-flow-section--paths .audience-card:focus-visible::after,
.public-navle-free-card:hover::after,
.public-navle-plan-card:hover::after,
body.dvm-theatre-page .plan:hover::after {
  opacity: 1;
  transform: scaleX(1);
}

.dt-flow-stage,
.public-navle-preview,
body.clinical-workbench-directory.dvm-theatre-page .support-section--clinical-trust,
body.dvm-theatre-page .pricing-reaccess {
  width: calc(100% - (var(--dt-section-gutter) * 2)) !important;
  margin: var(--dt-section-gutter) !important;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--dt-section-radius);
  background:
    radial-gradient(circle at 82% 18%, rgba(201, 162, 74, 0.18), transparent 24rem),
    radial-gradient(circle at 16% 84%, rgba(15, 118, 110, 0.18), transparent 26rem),
    var(--dt-navy);
  box-shadow: 0 34px 80px rgba(11, 29, 58, 0.18);
}

.dt-flow-stage::before,
.public-navle-preview::after,
body.clinical-workbench-directory.dvm-theatre-page .support-section--clinical-trust::before,
body.dvm-theatre-page .pricing-reaccess::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: linear-gradient(to bottom, black, transparent 88%);
  pointer-events: none;
}

.dt-flow-stage--workspace {
  padding-block: var(--dt-section-space);
}

.dt-flow-stage--workspace .dt-section-eyebrow {
  color: var(--dt-teal-bright) !important;
}

.dt-flow-stage--workspace .dt-section-eyebrow::before,
.public-navle-preview .public-navle-eyebrow::before,
body.clinical-workbench-directory.dvm-theatre-page .support-section--clinical-trust .section-kicker::before,
body.dvm-theatre-page .pricing-reaccess .eyebrow::before {
  box-shadow: 0 0 0 5px rgba(201, 162, 74, 0.18), 0 0 24px rgba(201, 162, 74, 0.35);
}

.dt-flow-stage--workspace a {
  position: relative;
  border-radius: 20px;
  transition: transform 260ms var(--dt-enter-ease), border-color 260ms ease, box-shadow 260ms ease;
}

.dt-flow-stage--workspace a:hover,
.dt-flow-stage--workspace a:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 74, 0.5);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.26);
}

.dt-flow-section--inventory {
  background:
    linear-gradient(180deg, rgba(246, 241, 232, 0.94), rgba(250, 247, 240, 0.98)),
    var(--dt-page);
}

.dt-flow-section--inventory > div > div:last-child {
  position: relative;
  overflow: hidden;
  border-radius: var(--dt-card-radius);
  border-color: rgba(201, 162, 74, 0.28);
  box-shadow: var(--dt-card-shadow);
}

.dt-flow-section--inventory > div > div:last-child::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(var(--dt-gold), var(--dt-teal));
}

.dt-flow-section--inventory > div > div:last-child > div {
  transition: background 220ms ease, transform 260ms var(--dt-enter-ease);
}

.dt-flow-section--inventory > div > div:last-child > div:hover {
  background: var(--dt-gold-soft);
  transform: translateY(-2px);
}

.dt-flow-section--access {
  width: calc(100% - (var(--dt-section-gutter) * 2)) !important;
  margin: var(--dt-section-gutter) !important;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.34) !important;
  border-radius: var(--dt-section-radius);
  background:
    radial-gradient(circle at 84% 18%, rgba(201, 162, 74, 0.19), transparent 22rem),
    linear-gradient(135deg, #fff9ec, #f8efdb 52%, #eef6f4) !important;
}

.dt-flow-section--access a {
  min-height: 196px;
  border-radius: var(--dt-card-radius);
  transition: transform 260ms var(--dt-enter-ease), box-shadow 260ms ease, border-color 260ms ease;
}

.dt-flow-section--access .dt-flow-access-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.dt-flow-section--access .dt-flow-access-card__badge {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  white-space: nowrap;
}

.dt-flow-section--access .dt-flow-access-card__title,
.dt-flow-section--access .dt-flow-access-card__copy {
  width: 100%;
}

.dt-flow-section--access a:hover,
.dt-flow-section--access a:focus-visible {
  transform: translateY(-4px);
  border-color: var(--dt-gold);
  box-shadow: var(--dt-card-shadow-hover);
}

/* NAVLE public page: one connected preparation journey. */
.public-navle-free {
  overflow: hidden;
  background: linear-gradient(135deg, #fff 0%, var(--dt-surface-warm) 62%, #f2f8f6 100%);
}

.public-navle-free-card,
.public-navle-plan-card {
  position: relative;
  overflow: hidden;
  border-color: rgba(15, 118, 110, 0.15);
  transition: transform 260ms var(--dt-enter-ease), box-shadow 260ms ease, border-color 260ms ease;
}

.public-navle-free-card:hover,
.public-navle-plan-card:hover {
  transform: translateY(-4px);
  border-color: rgba(201, 162, 74, 0.48);
  box-shadow: var(--dt-card-shadow-hover);
}

.public-navle-preview {
  padding-block: var(--dt-section-space);
}

.public-navle-preview__frame,
.public-navle-preview__window {
  border-radius: var(--dt-card-radius);
}

.public-navle-access {
  background:
    radial-gradient(circle at 12% 16%, rgba(201, 162, 74, 0.1), transparent 22rem),
    linear-gradient(180deg, var(--dt-page), #fff 88%);
}

.public-navle-plan-card--featured {
  border-color: rgba(201, 162, 74, 0.65);
  background: linear-gradient(150deg, #ffffff, var(--dt-gold-soft));
  box-shadow: 0 24px 58px rgba(138, 90, 20, 0.14);
}

.public-navle-trust {
  background: linear-gradient(135deg, #f2f8f6, #faf7f0 58%, #ffffff);
}

.public-navle-trust-facts {
  gap: 12px;
  padding-left: 18px;
  border-left: 1px solid rgba(201, 162, 74, 0.38);
}

.public-navle-trust-facts div {
  border: 1px solid rgba(15, 118, 110, 0.13);
  background: rgba(255, 255, 255, 0.82);
}

.public-navle-faq {
  background:
    radial-gradient(circle at 88% 8%, rgba(201, 162, 74, 0.09), transparent 22rem),
    var(--dt-page);
}

.public-navle-faq__list {
  gap: 12px;
  border-top: 0;
}

.public-navle-faq__list details {
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.14);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 10px 30px rgba(11, 29, 58, 0.055);
}

.public-navle-faq__list details[open] {
  border-color: rgba(201, 162, 74, 0.5);
  box-shadow: var(--dt-card-shadow);
}

.public-navle-faq__list summary,
.public-navle-faq__list details p {
  padding-inline: 20px;
}

.public-navle-final-cta {
  padding-block: clamp(34px, 5vw, 68px);
  background: var(--dt-page);
}

.public-navle-final-cta__panel {
  overflow: hidden;
  border: 1px solid rgba(201, 162, 74, 0.32);
  border-radius: var(--dt-section-radius);
  background:
    radial-gradient(circle at 84% 12%, rgba(201, 162, 74, 0.2), transparent 18rem),
    var(--dt-navy);
}

/* Clinical Tools directory: immersive workbench without touching tool logic. */
body.clinical-workbench-directory.dvm-theatre-page .quick-access-section {
  overflow: hidden;
  background: linear-gradient(135deg, #ffffff, var(--dt-surface-warm) 58%, #edf7f4);
}

body.clinical-workbench-directory.dvm-theatre-page :is(.bench-panel, .my-drugs-panel, .directory-shell, .support-shell) {
  border-color: rgba(15, 118, 110, 0.14);
}

body.clinical-workbench-directory.dvm-theatre-page .directory-section-wrap {
  padding-block: clamp(54px, 6vw, 78px);
  background:
    radial-gradient(circle at 8% 12%, rgba(201, 162, 74, 0.08), transparent 24rem),
    var(--dt-page);
}

body.clinical-workbench-directory.dvm-theatre-page .tools-layout {
  width: min(calc(100% - 36px), 1180px);
  max-width: 1180px;
  margin-inline: auto;
}

body.clinical-workbench-directory.dvm-theatre-page .directory-shell {
  overflow: hidden;
  padding: clamp(24px, 3.2vw, 38px);
  border: 1px solid rgba(201, 162, 74, 0.25);
  border-radius: var(--dt-card-radius);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--dt-card-shadow);
}

/* Account access: a focused sign-in task using the same immersive public shell. */
body.auth-theatre-page.dvm-theatre-page {
  min-height: 100vh;
  background:
    radial-gradient(circle at 12% 24%, rgba(15, 118, 110, 0.1), transparent 28rem),
    radial-gradient(circle at 88% 18%, rgba(201, 162, 74, 0.1), transparent 24rem),
    var(--dt-page);
}

body.auth-theatre-page.dvm-theatre-page > .site-header > .container {
  width: 100% !important;
  max-width: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  -webkit-backdrop-filter: none !important;
  backdrop-filter: none !important;
}

body.auth-theatre-page.dvm-theatre-page > .site-header > .container > .nav-shell {
  width: min(calc(100% - 36px), 1180px) !important;
  max-width: 1180px !important;
  min-height: 66px !important;
  margin-inline: auto !important;
  padding: 10px 12px 10px 16px !important;
  overflow: visible !important;
  border: 1px solid rgba(255, 255, 255, 0.13) !important;
  border-radius: 22px !important;
  background: rgba(11, 29, 58, 0.96) !important;
  box-shadow: 0 14px 34px rgba(11, 29, 58, 0.2) !important;
}

body.auth-theatre-page.dvm-theatre-page > .site-header > .container > .nav-shell::before {
  right: 24px;
  bottom: 0;
  left: 24px;
  background: linear-gradient(90deg, transparent, rgba(103, 208, 195, 0.54), rgba(201, 162, 74, 0.4), transparent);
  opacity: 0.72;
}

body.auth-theatre-page.dvm-theatre-page .site-header .site-nav .nav-cta {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  background: var(--dt-teal) !important;
  box-shadow: inset 0 -2px rgba(201, 162, 74, 0.56), 0 8px 18px rgba(5, 56, 52, 0.24) !important;
}

html body.auth-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav a.nav-cta {
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
  background: var(--dt-teal) !important;
  box-shadow: inset 0 -2px rgba(201, 162, 74, 0.56), 0 8px 18px rgba(5, 56, 52, 0.24) !important;
}

body.auth-theatre-page.dvm-theatre-page .site-header .site-nav .nav-cta:hover,
body.auth-theatre-page.dvm-theatre-page .site-header .site-nav .nav-cta:focus-visible,
html body.auth-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav a.nav-cta:hover,
html body.auth-theatre-page.dvm-theatre-page header.site-header.site-header nav.site-nav.site-nav a.nav-cta:focus-visible {
  color: #ffffff !important;
  background: #0b6d66 !important;
  transform: translateY(-1px);
}

body.auth-theatre-page.dvm-theatre-page > main.auth-page {
  min-height: 100vh;
  padding: 0 !important;
}

body.auth-theatre-page.dvm-theatre-page > main.auth-page > .navle-breadcrumbs {
  display: none;
}

body.auth-theatre-page .auth-grid {
  grid-template-columns: minmax(0, 1fr);
  gap: 18px;
  margin: 122px auto 72px !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

body.auth-theatre-page:not([data-auth-state="signed-in"]) .auth-grid {
  width: min(calc(100% - 36px), 720px);
  max-width: 720px;
}

body.auth-theatre-page[data-auth-state="signed-in"] .auth-grid {
  width: min(calc(100% - 36px), 1120px);
  max-width: 1120px;
}

body.auth-theatre-page .auth-page-title {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

body.auth-theatre-page .auth-grid > .auth-card {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  padding: clamp(28px, 4vw, 42px);
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 26px 64px rgba(11, 29, 58, 0.14);
}

body.auth-theatre-page .auth-grid > .auth-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, var(--dt-teal) 0 72%, var(--dt-gold) 72% 100%);
}

body.auth-theatre-page[data-auth-state="signed-in"] .auth-grid > [data-auth-signed-in] {
  gap: 20px;
  padding: 24px;
  border-color: rgba(15, 118, 110, 0.15);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 68px rgba(11, 29, 58, 0.13);
}

body.auth-theatre-page[data-auth-state="signed-in"] .account-profile-hero {
  min-height: 128px;
  padding: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  color: #ffffff;
  background:
    radial-gradient(circle at 92% 18%, rgba(103, 208, 195, 0.16), transparent 15rem),
    linear-gradient(135deg, #0b3042, #0b1d3a 68%);
  box-shadow: 0 16px 36px rgba(11, 29, 58, 0.18);
}

body.auth-theatre-page[data-auth-state="signed-in"] .account-profile-hero::before {
  inset: 0 0 auto;
  width: auto;
  height: 4px;
  background: linear-gradient(90deg, var(--dt-teal-bright) 0 78%, var(--dt-gold) 78% 100%);
}

body.auth-theatre-page[data-auth-state="signed-in"] .account-avatar {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(201, 162, 74, 0.72);
  border-radius: 18px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.22);
}

body.auth-theatre-page[data-auth-state="signed-in"] .account-profile-hero__copy .section-kicker {
  color: var(--dt-teal-bright);
}

body.auth-theatre-page[data-auth-state="signed-in"] .account-profile-hero__copy h2 {
  color: #ffffff;
  font-size: clamp(1.7rem, 2.6vw, 2.15rem);
  letter-spacing: -0.025em;
}

body.auth-theatre-page[data-auth-state="signed-in"] .account-profile-hero__copy p {
  max-width: 64ch;
  color: #d8e5ea;
}

body.auth-theatre-page[data-auth-state="signed-in"] [data-auth-signed-in-status] {
  border: 1px solid rgba(15, 118, 110, 0.16);
  background: rgba(15, 118, 110, 0.08);
}

body.clinical-workbench-directory.dvm-theatre-page .support-section--clinical-trust {
  padding-block: var(--dt-section-space);
  color: #ffffff;
}

body.clinical-workbench-directory.dvm-theatre-page .support-section--clinical-trust :is(h2, h3) {
  color: #ffffff;
}

body.clinical-workbench-directory.dvm-theatre-page .support-section--clinical-trust :is(p, li) {
  color: #cbd8e1;
}

body.clinical-workbench-directory.dvm-theatre-page .support-section:not(.support-section--clinical-trust) {
  background: linear-gradient(180deg, #ffffff, var(--dt-surface-warm));
}

body.clinical-workbench-directory.dvm-theatre-page .support-section:not(.support-section--clinical-trust) .support-shell {
  padding: clamp(24px, 4vw, 48px);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: var(--dt-card-shadow);
}

body.clinical-workbench-directory.dvm-theatre-page .cta-banner {
  padding-block: clamp(34px, 5vw, 68px);
  background: var(--dt-page);
}

body.clinical-workbench-directory.dvm-theatre-page .cta-banner .cta-inner {
  overflow: hidden;
  border-radius: var(--dt-section-radius);
  background:
    radial-gradient(circle at 82% 14%, rgba(201, 162, 74, 0.2), transparent 18rem),
    var(--dt-navy);
}

/* Pricing: gold explains value; teal remains the primary action colour. */
body.dvm-theatre-page .pricing-trial-wrap {
  overflow: hidden;
  background: linear-gradient(135deg, #fff9ec, #f8efdb 55%, #eef6f4);
}

body.dvm-theatre-page .pricing-trial-band {
  border-color: rgba(201, 162, 74, 0.44);
  background: rgba(255, 255, 255, 0.86);
  backdrop-filter: blur(12px);
}

body.dvm-theatre-page main > .section {
  max-width: none;
  padding-inline: max(16px, calc((100vw - 1180px) / 2));
}

body.dvm-theatre-page main > .section:nth-of-type(even) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(250, 247, 240, 0.95));
}

body.dvm-theatre-page .plans {
  gap: 18px;
}

body.dvm-theatre-page .plan {
  position: relative;
  overflow: hidden;
  border-color: rgba(15, 118, 110, 0.14);
  transition: transform 260ms var(--dt-enter-ease), box-shadow 260ms ease, border-color 260ms ease;
}

body.dvm-theatre-page .plan.featured {
  border-color: rgba(201, 162, 74, 0.72);
  background: linear-gradient(150deg, #ffffff, var(--dt-gold-soft));
  box-shadow: 0 24px 58px rgba(138, 90, 20, 0.14);
}

body.dvm-theatre-page .pricing-coming-soon {
  border-color: rgba(201, 162, 74, 0.42);
  background: linear-gradient(135deg, #fff7e3, #ffffff);
}

body.dvm-theatre-page .compare {
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.15);
  background: rgba(255, 255, 255, 0.92);
}

body.dvm-theatre-page .pricing-reaccess {
  padding-block: var(--dt-section-space);
}

body.dvm-theatre-page .pricing-reaccess ul {
  border: 1px solid rgba(201, 162, 74, 0.2);
  border-radius: var(--dt-card-radius);
  background: rgba(4, 19, 44, 0.58);
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.2);
}

body.dvm-theatre-page .faq-list {
  max-width: 820px;
}

body.dvm-theatre-page .faq-item {
  overflow: hidden;
  border-color: rgba(15, 118, 110, 0.14);
  background: rgba(255, 255, 255, 0.92);
}

body.dvm-theatre-page .faq-item[open] {
  border-color: rgba(201, 162, 74, 0.52);
  box-shadow: var(--dt-card-shadow);
}

@media (prefers-reduced-motion: no-preference) {
  .dt-flow-section [data-reveal],
  .dt-flow-section--access [data-reveal] {
    transition-duration: 680ms;
    transition-timing-function: var(--dt-enter-ease);
  }
}

@media (max-width: 1023px) {
  .dt-support {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 24px;
  }

  .dt-command-grid.tool-workflow-grid.clinical-jobs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 719px) {
  .dvm-theatre-page > .site-header,
  main.dvm-theatre-page > header,
  .public-navle-page.dvm-theatre-page > header {
    padding: 18px 0 0 !important;
  }

  .dvm-theatre-page > .site-header > .nav-shell,
  .dvm-theatre-page > .site-header > .container,
  main.dvm-theatre-page > header > div > div,
  .public-navle-page.dvm-theatre-page > header > div > div {
    width: min(calc(100% - 32px), 1180px) !important;
    min-height: 66px !important;
  }

  .dvm-theatre-page > .site-header > .container .nav-shell {
    min-height: 66px !important;
  }

  body.clinical-workbench-directory.dvm-theatre-page > .site-header > .container > .nav-shell {
    width: min(calc(100% - 32px), 1180px) !important;
  }

  body.clinical-workbench-directory.dvm-theatre-page .tools-layout {
    width: calc(100% - 28px);
  }

  body.clinical-workbench-directory.dvm-theatre-page .directory-section-wrap {
    padding-block: 46px;
  }

  body.clinical-workbench-directory.dvm-theatre-page .directory-shell {
    padding: 22px 16px;
  }

  body.auth-theatre-page.dvm-theatre-page > main.auth-page {
    padding: 0 !important;
  }

  body.auth-theatre-page.dvm-theatre-page > .site-header > .container {
    width: 100% !important;
    min-height: 0 !important;
  }

  body.auth-theatre-page.dvm-theatre-page > .site-header > .container > .nav-shell {
    width: min(calc(100% - 32px), 1180px) !important;
    height: 66px !important;
    min-height: 66px !important;
    border-radius: 22px !important;
  }

  body.auth-theatre-page .auth-grid {
    width: calc(100% - 14px);
    margin: 102px auto 44px !important;
  }

  body.auth-theatre-page .auth-grid > .auth-card {
    padding: 26px 18px;
    border-radius: 20px;
  }

  .dvm-theatre-page .site-header .site-nav,
  main.dvm-theatre-page > header nav[aria-label="Primary mobile"],
  .public-navle-page.dvm-theatre-page > header nav[aria-label="Primary mobile"] {
    border: 1px solid rgba(255, 255, 255, 0.16) !important;
    color: #ffffff !important;
    background: rgba(11, 29, 58, 0.98) !important;
    box-shadow: 0 22px 56px rgba(0, 0, 0, 0.3) !important;
  }

  .dt-stage {
    min-height: 0;
    margin: 7px;
    border-radius: 22px;
  }

  .clinical-workbench-directory .tools-hero.dt-stage {
    min-height: 0;
    margin: 7px;
    padding: 0;
  }

  .dt-shell {
    width: min(calc(100% - 28px), 1180px);
  }

  .dt-hero {
    padding: 112px 0 34px;
  }

  .dt-title {
    font-size: clamp(2.7rem, 12vw, 3.65rem);
    line-height: 0.95;
  }

  .dt-stage--tools .dt-title {
    font-size: clamp(2.5rem, 11.5vw, 3.45rem);
  }

  .dt-actions {
    display: grid;
  }

  .dt-button {
    width: 100%;
  }

  .dt-truth {
    display: grid;
    gap: 8px;
  }

  .dt-theatre,
  .dt-reasoning {
    display: grid;
    grid-template-columns: 1fr;
    gap: 13px;
    margin-top: 32px;
    padding: 0 0 30px;
  }

  .dt-theatre::before,
  .dt-reasoning::before {
    display: none;
  }

  .dt-theatre .dt-panel,
  .dt-reasoning .dt-panel {
    transform: none;
  }

  .dt-reasoning .dt-panel--case-file { order: 1; }
  .dt-reasoning .dt-panel--decision { order: 2; }
  .dt-reasoning .dt-panel--review { order: 3; }

  .dt-choice {
    min-height: 44px;
  }

  .dt-case-data {
    grid-template-columns: 1fr;
  }

  .dt-command {
    margin-top: 32px;
    padding: 12px;
    border-radius: 18px;
  }

  .dt-command-search.hero-search-wrap.command-search {
    grid-template-columns: 1fr;
    padding: 8px;
  }

  .dt-command-search .search-input {
    min-height: 52px;
  }

  .dt-command-search .command-search-button {
    width: 100%;
  }

  .dt-command-meta {
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  .dt-command-grid.tool-workflow-grid.clinical-jobs {
    grid-template-columns: 1fr;
  }

  .dt-command-grid .clinical-job {
    min-height: 148px;
  }

  .dt-clinical-safety {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }

  .dt-access-board {
    grid-template-columns: 1fr;
    margin-top: 32px;
    padding: 12px;
  }

  .dt-access-card {
    min-height: 0;
  }

  .dt-access-terms {
    grid-column: auto;
    align-items: start;
    flex-direction: column;
    gap: 6px;
  }

  :root {
    --dt-section-radius: 22px;
    --dt-card-radius: 18px;
    --dt-section-gutter: 7px;
    --dt-section-space: 58px;
  }

  .dt-flow-section,
  .dt-flow-stage--workspace,
  .public-navle-free,
  .public-navle-preview,
  .public-navle-access,
  .public-navle-trust,
  .public-navle-faq,
  body.clinical-workbench-directory.dvm-theatre-page .quick-access-section,
  body.clinical-workbench-directory.dvm-theatre-page .directory-section-wrap,
  body.clinical-workbench-directory.dvm-theatre-page .support-section,
  body.dvm-theatre-page .pricing-trial-wrap,
  body.dvm-theatre-page main > .section,
  body.dvm-theatre-page .pricing-reaccess {
    padding-block: var(--dt-section-space);
  }

  .dt-flow-section--paths .audience-card,
  .dt-flow-section--access a {
    min-height: 0;
  }

  .dt-flow-section--paths::before,
  .public-navle-free::before,
  body.clinical-workbench-directory.dvm-theatre-page .quick-access-section::before,
  body.dvm-theatre-page .pricing-trial-wrap::before {
    right: -14rem;
    width: 22rem;
    height: 22rem;
  }

  .public-navle-trust-facts {
    padding-left: 0;
    border-left: 0;
  }

  .public-navle-faq__list summary,
  .public-navle-faq__list details p {
    padding-inline: 16px;
  }

  body.clinical-workbench-directory.dvm-theatre-page .support-section:not(.support-section--clinical-trust) .support-shell {
    padding: 22px;
  }

  body.dvm-theatre-page main > .section {
    padding-inline: 16px;
  }

  body.dvm-theatre-page .pricing-reaccess-inner {
    gap: 28px;
  }

  @media (prefers-reduced-motion: no-preference) {
    .dt-theatre .dt-panel,
    .dt-reasoning .dt-panel {
      animation-name: dt-mobile-stack-enter;
    }

    @keyframes dt-mobile-stack-enter {
      from { opacity: 0; transform: translateY(28px) scale(0.975); }
      to { opacity: 1; transform: none; }
    }
  }
}

@media (prefers-reduced-motion: reduce) {
  .dvm-theatre-page,
  .dvm-theatre-page * {
    scroll-behavior: auto !important;
  }

  .dvm-theatre-page *,
  .dvm-theatre-page *::before,
  .dvm-theatre-page *::after {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
