* {
  box-sizing: border-box;
}

/* DN_SAMPLE_REVIEW_ROOM_BRAND_COLORS_V1_20260424 */
:root {
  --bg: #05061a;
  --bg2: #070a23;
  --panel: #0c1230;
  --panel-2: #10183a;
  --line: rgba(234,240,255,.11);
  --line-strong: rgba(234,240,255,.20);
  --text: #eaf0ff;
  --muted: rgba(234,240,255,.68);
  --soft: rgba(234,240,255,.84);
  --accent: #6e8cff;
  --accent-2: #cfd8ff;
  --danger: #ff6b7a;
  --warning: #f3c969;
  --shadow: 0 24px 80px rgba(0,0,0,.44);
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 12% 8%, rgba(110,140,255,.22), transparent 30rem),
    radial-gradient(circle at 90% 0%, rgba(207,216,255,.14), transparent 28rem),
    var(--bg);
  color: var(--text);
}

a {
  color: inherit;
}

.review-shell {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 28px 0 72px;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 44px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--text);
  text-decoration: none;
  font-weight: 760;
  letter-spacing: -.02em;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 12px;
  background: rgba(234,240,255,.055);
  color: var(--accent);
  font-size: 13px;
}

.topbar-actions {
  display: flex;
  align-items: center;
  gap: 14px;
}

.privacy-pill {
  border: 1px solid rgba(110,140,255,.34);
  background: rgba(110,140,255,.12);
  color: var(--accent);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 13px;
  font-weight: 680;
}

.ghost-link {
  color: var(--muted);
  text-decoration: none;
  font-size: 14px;
}

.hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 28px;
  align-items: stretch;
  margin-bottom: 20px;
}

.hero-copy,
.score-card,
.content-card,
.risk-card,
.export-panel,
.meta-grid article,
.slide-table,
.fix-plan article {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(234,240,255,.075), rgba(234,240,255,.032));
  box-shadow: var(--shadow);
  border-radius: 28px;
}

.hero-copy {
  padding: clamp(28px, 5vw, 58px);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .14em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 850px;
  margin-bottom: 18px;
  font-size: clamp(42px, 6vw, 76px);
  line-height: .94;
  letter-spacing: -.07em;
}

h2 {
  margin-bottom: 14px;
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1;
  letter-spacing: -.055em;
}

h3 {
  margin-bottom: 10px;
  font-size: 20px;
  letter-spacing: -.025em;
}

.lede {
  max-width: 710px;
  color: var(--soft);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.48;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.primary-button,
.secondary-button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 20px;
  font-weight: 760;
  text-decoration: none;
}

.primary-button {
  background: linear-gradient(180deg, #8fa5ff 0%, #6e8cff 100%);
  color: #05061a;
}

.secondary-button {
  border: 1px solid var(--line-strong);
  color: var(--text);
  background: rgba(234,240,255,.055);
}

.primary-button.disabled {
  opacity: .62;
  pointer-events: none;
}

.score-card {
  padding: 28px;
  align-self: stretch;
}

.score-label {
  color: var(--muted);
  font-size: 13px;
  font-weight: 720;
}

.score-number {
  margin: 16px 0 4px;
  font-size: 78px;
  line-height: .9;
  letter-spacing: -.08em;
  font-weight: 860;
}

.score-number span {
  color: var(--muted);
  font-size: 26px;
  letter-spacing: -.04em;
}

.score-status {
  color: var(--warning);
  font-weight: 760;
}

.score-meter {
  height: 10px;
  margin: 24px 0 18px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(234,240,255,.09);
}

.score-meter span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #cfd8ff, #6e8cff);
}

.score-card p {
  color: var(--soft);
  line-height: 1.5;
}

.meta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin: 18px 0 18px;
}

.meta-grid article {
  padding: 18px;
  box-shadow: none;
}

.meta-grid span {
  display: block;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.meta-grid strong {
  font-size: 15px;
}

.tabs {
  position: sticky;
  top: 0;
  z-index: 4;
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 12px 0 20px;
  margin-bottom: 20px;
  backdrop-filter: blur(16px);
}

.tabs a {
  flex: 0 0 auto;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--soft);
  background: rgba(5,6,26,.76);
  text-decoration: none;
  font-size: 14px;
  font-weight: 680;
}

.section-grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 24px;
  padding: 34px 0;
  border-top: 1px solid var(--line);
}

.section-heading {
  position: sticky;
  top: 78px;
  align-self: start;
}

.section-heading h2 {
  margin-bottom: 0;
}

.content-card {
  padding: 28px;
}

.content-card p {
  color: var(--soft);
  line-height: 1.65;
}

.diagnostic-list {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.diagnostic-list div {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
}

.diagnostic-list span,
.objection-list span {
  color: var(--muted);
}

.risk-stack {
  display: grid;
  gap: 14px;
}

.risk-card {
  padding: 24px;
  box-shadow: none;
}

.risk-card p {
  color: var(--soft);
  line-height: 1.58;
}

.risk-level {
  display: inline-flex;
  margin-bottom: 14px;
  border-radius: 999px;
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.risk-card.high .risk-level {
  color: var(--danger);
  background: rgba(255,119,109,.12);
}

.risk-card.medium .risk-level {
  color: var(--warning);
  background: rgba(255,209,102,.12);
}

.slide-table {
  overflow: hidden;
  box-shadow: none;
}

.table-row {
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr) 110px;
  gap: 18px;
  padding: 18px 20px;
  border-top: 1px solid var(--line);
  color: var(--soft);
}

.table-row:first-child {
  border-top: 0;
}

.table-head {
  background: rgba(234,240,255,.055);
  color: var(--muted);
  font-size: 12px;
  font-weight: 760;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.table-row strong {
  color: var(--accent);
}

.objection-list {
  display: grid;
  gap: 18px;
  padding-left: 22px;
  margin: 0;
}

.objection-list li {
  padding-left: 6px;
}

.objection-list strong,
.objection-list span {
  display: block;
}

.objection-list strong {
  margin-bottom: 5px;
}

.fix-plan {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}

.fix-plan article {
  min-height: 220px;
  padding: 24px;
  box-shadow: none;
}

.fix-plan span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 28px;
  border-radius: 14px;
  background: rgba(110,140,255,.13);
  color: var(--accent);
  font-weight: 860;
}

.fix-plan p {
  color: var(--soft);
  line-height: 1.55;
}

.export-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 34px;
}

.export-panel p {
  max-width: 720px;
  color: var(--soft);
  line-height: 1.6;
}

@media (max-width: 900px) {
  .review-shell {
    width: min(100% - 28px, 1180px);
    padding-top: 18px;
  }

  .topbar {
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .topbar-actions {
    align-items: flex-end;
    flex-direction: column;
    gap: 8px;
  }

  .hero-panel,
  .section-grid,
  .meta-grid,
  .fix-plan {
    grid-template-columns: 1fr;
  }

  .hero-copy,
  .score-card,
  .content-card,
  .risk-card,
  .export-panel,
  .meta-grid article,
  .fix-plan article {
    border-radius: 22px;
  }

  .section-heading {
    position: static;
  }

  .section-grid {
    gap: 16px;
    padding: 28px 0;
  }

  .table-row {
    grid-template-columns: 52px minmax(0, 1fr);
  }

  .table-row span:last-child,
  .table-row strong {
    grid-column: 2;
  }

  .export-panel {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  h1 {
    font-size: 42px;
  }

  .hero-copy,
  .score-card,
  .content-card,
  .risk-card,
  .export-panel {
    padding: 22px;
  }

  .score-number {
    font-size: 64px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }
}

/* DN_SAMPLE_REVIEW_ROOM_USE_EXISTING_LOGO_CSS_V2_20260424 */
.brand-logo {
  display: block;
  width: auto;
  height: 40px;
}

.brand-mark {
  display: none !important;
}

/* DN_SAMPLE_REVIEW_ROOM_CTA_CSS_V1_20260424 */
.sample-note {
  max-width: 680px;
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.45;
}

.closing-cta {
  margin-top: 34px;
  padding: clamp(28px, 5vw, 52px);
  border: 1px solid var(--line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 80% 10%, rgba(110,140,255,.20), transparent 24rem),
    linear-gradient(180deg, rgba(234,240,255,.085), rgba(234,240,255,.035));
  box-shadow: var(--shadow);
}

.closing-cta h2 {
  max-width: 820px;
}

.closing-cta .primary-button {
  margin-top: 12px;
}

@media (max-width: 560px) {
  .closing-cta {
    border-radius: 22px;
    padding: 22px;
  }
}

/* DN_ADD_REVIEW_ROOM_STRESS_SUMMARY_V1_20260508 */
.dn-stress-summary {
  width: min(1120px, calc(100% - 48px));
  margin: 28px auto 34px;
  display: grid;
  grid-template-columns: 1.05fr 1.15fr 1.1fr 1fr;
  gap: 14px;
  position: relative;
  z-index: 3;
}

.dn-stress-summary > * {
  border: 1px solid rgba(124, 154, 255, .18);
  background:
    radial-gradient(circle at 20% 0%, rgba(77, 124, 255, .18), transparent 42%),
    linear-gradient(180deg, rgba(13, 24, 56, .92), rgba(7, 12, 31, .88));
  box-shadow: 0 22px 60px rgba(0, 0, 0, .28);
  border-radius: 18px;
  padding: 18px;
  color: rgba(238, 243, 255, .88);
}

.dn-score-label,
.dn-card-title {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: .04em;
  color: #7ea0ff;
  margin-bottom: 12px;
}

.dn-score-main {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 4px;
}

.dn-score-number {
  font-size: clamp(46px, 5vw, 72px);
  line-height: .9;
  letter-spacing: -.06em;
  font-weight: 900;
  color: #eef3ff;
}

.dn-score-total {
  font-size: 18px;
  color: rgba(238, 243, 255, .52);
  font-weight: 700;
}

.dn-score-status {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 139, 92, .32);
  color: #ff9a67;
  background: rgba(255, 111, 64, .09);
  border-radius: 999px;
  padding: 5px 9px;
  font-size: 12px;
  font-weight: 800;
  margin: 6px 0 12px;
}

.dn-stress-summary p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(238, 243, 255, .62);
}

.dn-risk-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 12px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.dn-risk-row:last-child {
  border-bottom: 0;
}

.dn-risk-row span {
  font-size: 13px;
  color: rgba(238, 243, 255, .72);
}

.dn-risk-row strong {
  font-size: 12px;
  color: rgba(238, 243, 255, .9);
}

.dn-risk-row i {
  grid-column: 1 / -1;
  display: block;
  height: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .08);
  position: relative;
  overflow: hidden;
}

.dn-risk-row i::before {
  content: "";
  display: block;
  width: var(--risk);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #4f7cff, #ff7a59);
  box-shadow: 0 0 18px rgba(79, 124, 255, .35);
}

.dn-fix-card ol {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 10px;
}

.dn-fix-card li {
  font-size: 13px;
  line-height: 1.45;
  color: rgba(238, 243, 255, .76);
}

.dn-objection-card blockquote {
  margin: 0 0 12px;
  padding: 14px;
  border-left: 3px solid #7ea0ff;
  background: rgba(126, 160, 255, .08);
  border-radius: 12px;
  color: #eef3ff;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 800;
}

@media (max-width: 980px) {
  .dn-stress-summary {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 640px) {
  .dn-stress-summary {
    width: min(100% - 28px, 520px);
    grid-template-columns: 1fr;
    margin-top: 18px;
  }

  .dn-stress-summary > * {
    padding: 16px;
    border-radius: 16px;
  }
}

/* DN_ADD_STRESS_SUMMARY_INTRO_V1_20260508 */
.dn-stress-summary-intro {
  width: min(1120px, calc(100% - 48px));
  margin: 34px auto 12px;
  position: relative;
  z-index: 3;
}

.dn-stress-summary-intro > div {
  max-width: 760px;
}

.dn-summary-kicker {
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .12em;
  color: #7ea0ff;
  margin-bottom: 12px;
}

.dn-stress-summary-intro h1 {
  margin: 0;
  max-width: 720px;
  font-size: clamp(34px, 4vw, 58px);
  line-height: .96;
  letter-spacing: -.055em;
  color: #eef3ff;
}

.dn-stress-summary-intro p {
  margin: 16px 0 0;
  max-width: 640px;
  font-size: 15px;
  line-height: 1.55;
  color: rgba(238, 243, 255, .66);
}

@media (max-width: 640px) {
  .dn-stress-summary-intro {
    width: min(100% - 28px, 520px);
    margin-top: 22px;
  }

  .dn-stress-summary-intro h1 {
    font-size: 34px;
  }

  .dn-stress-summary-intro p {
    font-size: 14px;
  }
}

/* DN_ALIGN_STRESS_SUMMARY_WIDTH_V1_20260508
   Align the new stress summary block with the main Review Room content width.
*/
.dn-stress-summary-intro,
.dn-stress-summary {
  width: min(1184px, calc(100% - 64px)) !important;
}

.dn-stress-summary {
  gap: 16px !important;
}

@media (max-width: 980px) {
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: min(100% - 40px, 760px) !important;
  }
}

@media (max-width: 640px) {
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: min(100% - 28px, 520px) !important;
  }
}

/* DN_ALIGN_SUMMARY_TO_ROOM_COLUMNS_V2_20260508
   Align stress summary with the main Review Room content column.
*/
@media (min-width: 981px) {
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: auto !important;
    max-width: none !important;
    margin-left: 54px !important;
    margin-right: 54px !important;
  }

  .dn-stress-summary-intro {
    margin-top: 34px !important;
    margin-bottom: 12px !important;
  }

  .dn-stress-summary {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }
}

@media (max-width: 980px) {
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: min(100% - 40px, 760px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 640px) {
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: min(100% - 28px, 520px) !important;
  }
}

/* DN_FIX_SUMMARY_OVERFLOW_V4_20260508
   Fix stress summary overflow and align it to the Review Room content width.
*/
@media (min-width: 981px) {
  body .dn-stress-summary-intro,
  body .dn-stress-summary {
    width: min(100%, 1184px) !important;
    max-width: 1184px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
  }

  body .dn-stress-summary {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 16px !important;
  }

  body .dn-stress-summary > * {
    min-width: 0 !important;
  }
}

@media (max-width: 1184px) and (min-width: 981px) {
  body .dn-stress-summary-intro,
  body .dn-stress-summary {
    width: calc(100% - 108px) !important;
    max-width: none !important;
  }
}

@media (max-width: 980px) {
  body .dn-stress-summary-intro,
  body .dn-stress-summary {
    width: min(100% - 40px, 760px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  body .dn-stress-summary {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 640px) {
  body .dn-stress-summary-intro,
  body .dn-stress-summary {
    width: min(100% - 28px, 520px) !important;
  }

  body .dn-stress-summary {
    grid-template-columns: 1fr !important;
  }
}

/* DN_MOBILE_ROOM_SPACING_AND_HIDE_CHIP_V1_20260508
   Mobile cleanup:
   - hide top "Sample Review Room" chip
   - add more lateral breathing room across the whole sample room
*/
@media (max-width: 767px) {
  html, body {
    overflow-x: hidden !important;
  }

  body {
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
  }

  body > header,
  body > main,
  body > footer {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body > header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body > main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dn-mobile-hide-chip {
    display: none !important;
  }

  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .dn-stress-summary {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  .dn-stress-summary > * {
    min-width: 0 !important;
  }

  /* Give the rest of the room the same side breathing room */
  main section,
  main article,
  main .section,
  main .hero,
  main .hero-grid,
  main .review-grid,
  main .grid,
  main .card,
  main .panel {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 420px) {
  body {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
}

/* DN_FIX_ROOM_MOBILE_HEADER_AND_GUTTERS_V2_20260508
   Mobile Review Room cleanup:
   - hide the "Sample Review Room" chip on mobile
   - enforce one consistent mobile gutter across summary and room content
*/
@media (max-width: 900px) {
  .dn-mobile-hide-sample-room {
    display: none !important;
  }
}

@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body > header,
  body > main,
  body > footer,
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: calc(100% - 56px) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body > header {
    display: flex !important;
    align-items: flex-start !important;
    justify-content: space-between !important;
    gap: 18px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body > main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dn-stress-summary {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .dn-stress-summary > *,
  main > *,
  main section,
  main article,
  main .card,
  main .panel,
  main .hero,
  main .hero-card,
  main .review-grid,
  main .grid {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Prevent inner cards from using a different viewport-based width */
  main .card,
  main .panel,
  main .hero-card,
  main article,
  main section {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 420px) {
  body > header,
  body > main,
  body > footer,
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: calc(100% - 48px) !important;
  }
}

/* DN_MOBILE_ROOM_FINAL_GUTTER_V3_20260508
   Final mobile pass:
   - hide Sample Review Room chip in top header
   - use one consistent gutter for the whole Review Room
   - keep every main box aligned to the same content column
*/
@media (max-width: 767px) {
  :root {
    --dn-room-mobile-gutter: 28px;
  }

  html,
  body {
    overflow-x: hidden !important;
  }

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dn-hide-sample-chip-mobile,
  header .dn-hide-sample-chip-mobile,
  body > header .dn-hide-sample-chip-mobile {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body > header,
  .dn-stress-summary-intro,
  .dn-stress-summary,
  body > main,
  body > footer {
    width: calc(100% - (var(--dn-room-mobile-gutter) * 2)) !important;
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  body > header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body > main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dn-stress-summary {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .dn-stress-summary-intro,
  .dn-stress-summary {
    margin-left: auto !important;
    margin-right: auto !important;
  }

  /* Normalize inner cards so they don't use a different viewport-based margin. */
  body > main > *,
  body > main section,
  body > main article,
  body > main .card,
  body > main .panel,
  body > main .hero,
  body > main .hero-card,
  body > main .review-card,
  body > main .score-card,
  body > main .meta-card,
  body > main .section-card,
  body > main .cta-card,
  body > main .export-card,
  body > main .grid,
  body > main .review-grid,
  body > main .hero-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 420px) {
  :root {
    --dn-room-mobile-gutter: 24px;
  }
}

/* DN_RESTORE_LOGO_HIDE_CHIP_FIX_MOBILE_GUTTER_V4_20260508
   Undo accidental logo hiding, hide only the Sample Review Room chip on mobile,
   and normalize mobile gutters by using body padding + full-width inner blocks.
*/
@media (max-width: 767px) {
  :root {
    --dn-room-mobile-gutter: 24px;
  }

  html,
  body {
    overflow-x: hidden !important;
  }

  body {
    padding-left: var(--dn-room-mobile-gutter) !important;
    padding-right: var(--dn-room-mobile-gutter) !important;
    box-sizing: border-box !important;
  }

  /* Restore logo/link visibility unless it is the exact sample chip. */
  body > header a,
  body > header button {
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .dn-sample-chip-mobile-only-hide,
  body > header .dn-sample-chip-mobile-only-hide,
  body > header a[href*="sample-review-room"] {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  body > header,
  body > main,
  body > footer,
  .dn-stress-summary-intro,
  .dn-stress-summary {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  body > header {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body > main {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dn-stress-summary {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .dn-stress-summary > *,
  body > main > *,
  body > main section,
  body > main article,
  body > main .card,
  body > main .panel,
  body > main .hero,
  body > main .hero-card,
  body > main .review-card,
  body > main .score-card,
  body > main .meta-card,
  body > main .section-card,
  body > main .cta-card,
  body > main .export-card,
  body > main .grid,
  body > main .review-grid,
  body > main .hero-grid {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 420px) {
  :root {
    --dn-room-mobile-gutter: 22px;
  }
}

/* DN_FIX_SAMPLE_ROOM_MOBILE_LAYOUT_V5_20260508
   Final mobile layout fix for sample Review Room.
   Actual structure:
   body > main.review-shell > header.topbar + sections
   The top chip is .privacy-pill, not a link/button.
*/
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  main.review-shell {
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box !important;
  }

  .topbar .privacy-pill {
    display: none !important;
    visibility: hidden !important;
    pointer-events: none !important;
  }

  .topbar,
  .dn-stress-summary-intro,
  .dn-stress-summary,
  .hero-panel,
  .meta-grid,
  .tabs,
  .section-grid,
  .export-panel,
  .closing-cta {
    width: calc(100% - 48px) !important;
    max-width: calc(100% - 48px) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  .topbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    align-items: flex-start !important;
  }

  .topbar-actions {
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  .dn-stress-summary {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .dn-stress-summary > *,
  .hero-panel > *,
  .section-grid > *,
  .meta-grid > *,
  .content-card,
  .risk-card,
  .score-card,
  .export-panel,
  .closing-cta {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .hero-panel,
  .section-grid,
  .export-panel,
  .closing-cta {
    overflow: hidden !important;
  }

  .tabs {
    overflow-x: auto !important;
  }
}

@media (max-width: 420px) {
  .topbar,
  .dn-stress-summary-intro,
  .dn-stress-summary,
  .hero-panel,
  .meta-grid,
  .tabs,
  .section-grid,
  .export-panel,
  .closing-cta {
    width: calc(100% - 44px) !important;
    max-width: calc(100% - 44px) !important;
  }
}

/* DN_MOBILE_ROOM_UNIFIED_GUTTER_LOGO_V6_20260508
   Mobile: one gutter system for the whole Review Room.
   Also reduce the logo and hide the top "Sample Review Room" pill.
*/
@media (max-width: 767px) {
  html,
  body {
    overflow-x: hidden !important;
  }

  body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  main.review-shell {
    --dn-mobile-room-gutter: 26px;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding-left: var(--dn-mobile-room-gutter) !important;
    padding-right: var(--dn-mobile-room-gutter) !important;
    box-sizing: border-box !important;
  }

  .topbar,
  .dn-stress-summary-intro,
  .dn-stress-summary,
  .hero-panel,
  .meta-grid,
  .tabs,
  .section-grid,
  .export-panel,
  .closing-cta {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .topbar {
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 12px !important;
    align-items: flex-start !important;
  }

  .brand-logo {
    width: auto !important;
    max-width: 205px !important;
    height: auto !important;
  }

  .topbar .privacy-pill {
    display: none !important;
  }

  .topbar-actions {
    margin-left: auto !important;
    justify-content: flex-end !important;
    align-items: flex-start !important;
  }

  .ghost-link {
    white-space: nowrap !important;
  }

  .dn-stress-summary {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .dn-stress-summary > *,
  .hero-panel > *,
  .meta-grid > *,
  .section-grid > *,
  .content-card,
  .risk-card,
  .score-card,
  .export-panel,
  .closing-cta {
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  .tabs {
    overflow-x: auto !important;
    padding-bottom: 8px !important;
  }
}

@media (max-width: 420px) {
  main.review-shell {
    --dn-mobile-room-gutter: 24px;
  }

  .brand-logo {
    max-width: 190px !important;
  }
}

/* DN_UNIFY_MOBILE_CONTENT_WIDTH_V7_20260508
   Force one mobile content width from the stress summary through the end of the Review Room.
   This overrides older body/main/section rules with higher specificity.
*/
@media (max-width: 767px) {
  main.review-shell {
    --dn-mobile-content-inset: 14px;
    width: 100% !important;
    max-width: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 24px !important;
    padding-right: 24px !important;
    box-sizing: border-box !important;
  }

  main.review-shell > .dn-stress-summary-intro,
  main.review-shell > .dn-stress-summary,
  main.review-shell > .hero-panel,
  main.review-shell > .meta-grid,
  main.review-shell > .tabs,
  main.review-shell > .section-grid,
  main.review-shell > .export-panel,
  main.review-shell > .closing-cta {
    width: calc(100% - (var(--dn-mobile-content-inset) * 2)) !important;
    max-width: calc(100% - (var(--dn-mobile-content-inset) * 2)) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    box-sizing: border-box !important;
  }

  main.review-shell > .topbar {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  main.review-shell .privacy-pill {
    display: none !important;
  }

  main.review-shell .brand-logo {
    max-width: 190px !important;
    width: auto !important;
    height: auto !important;
  }

  main.review-shell > .dn-stress-summary {
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  main.review-shell > .dn-stress-summary > *,
  main.review-shell > .hero-panel > *,
  main.review-shell > .meta-grid > *,
  main.review-shell > .section-grid > *,
  main.review-shell .content-card,
  main.review-shell .risk-card,
  main.review-shell .score-card {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (max-width: 420px) {
  main.review-shell {
    padding-left: 22px !important;
    padding-right: 22px !important;
    --dn-mobile-content-inset: 12px;
  }

  main.review-shell .brand-logo {
    max-width: 178px !important;
  }
}

/* DN_LIGHT_ROOM_CARDS_EXPERIMENT_V1_20260508
   Experimental visual pass for Loom:
   dark shell + light analysis cards, so the product contrasts with the dark landing page.
*/
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] {
  --dn-light-card-bg: linear-gradient(180deg, #f4f7ff 0%, #e9eefb 100%);
  --dn-light-card-bg-soft: linear-gradient(180deg, #f8faff 0%, #edf2ff 100%);
  --dn-light-card-border: rgba(110, 133, 190, .34);
  --dn-light-card-text: #10182d;
  --dn-light-card-muted: rgba(16, 24, 45, .68);
  --dn-light-card-soft: rgba(16, 24, 45, .08);
  --dn-light-blue: #375cff;
  --dn-light-blue-2: #5e7cff;
  --dn-light-orange: #e85f3d;
  --dn-light-yellow: #b07600;
}

/* Top stress summary cards */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > * {
  background:
    radial-gradient(circle at 16% 0%, rgba(92, 124, 255, .16), transparent 40%),
    var(--dn-light-card-bg) !important;
  border-color: var(--dn-light-card-border) !important;
  color: var(--dn-light-card-text) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .26), 0 1px 0 rgba(255, 255, 255, .72) inset !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-label,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-card-title {
  color: var(--dn-light-blue) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-number,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-total,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row strong,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote {
  color: var(--dn-light-card-text) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li {
  color: var(--dn-light-card-muted) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-status {
  border-color: rgba(232, 95, 61, .34) !important;
  color: var(--dn-light-orange) !important;
  background: rgba(232, 95, 61, .09) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row {
  border-bottom-color: rgba(16, 24, 45, .10) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row i {
  background: rgba(16, 24, 45, .10) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row i::before {
  background: linear-gradient(90deg, #5575ff, #ff7a59) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote {
  background: rgba(55, 92, 255, .08) !important;
  border-left-color: var(--dn-light-blue-2) !important;
}

/* Main Review Room product cards */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta {
  background:
    radial-gradient(circle at 12% 0%, rgba(92, 124, 255, .12), transparent 42%),
    var(--dn-light-card-bg-soft) !important;
  border-color: var(--dn-light-card-border) !important;
  color: var(--dn-light-card-text) !important;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .26), 0 1px 0 rgba(255, 255, 255, .72) inset !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel h1,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-heading h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card h3,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card h3,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-number,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid strong {
  color: var(--dn-light-card-text) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .sample-note {
  color: var(--dn-light-card-muted) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .eyebrow,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-kicker,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-label,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid .meta-label {
  color: var(--dn-light-blue) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-status {
  color: var(--dn-light-yellow) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card hr,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card .diagnosis-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-grid {
  border-color: rgba(16, 24, 45, .12) !important;
}

/* Keep navigation/tabs dark so the room still feels like a product interface */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs button {
  background: rgba(7, 12, 31, .72) !important;
  border-color: rgba(126, 160, 255, .22) !important;
  color: rgba(238, 243, 255, .86) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs a.active,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs button.active {
  background: rgba(126, 160, 255, .16) !important;
  color: #ffffff !important;
}

/* Risk badges keep strong color signals */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-badge,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .badge {
  box-shadow: none !important;
}

/* Mobile: lighter cards need slightly cleaner typography spacing */
@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > * {
    border-radius: 22px !important;
  }
}

/* DN_SLATE_ROOM_CARDS_EXPERIMENT_V2_20260508
   Tone down the light-card experiment.
   Direction: premium slate cards, dark shell, restrained blue/amber accents.
*/
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] {
  --dn-slate-card-bg: linear-gradient(180deg, #19213a 0%, #10172b 100%);
  --dn-slate-card-bg-soft: linear-gradient(180deg, #1d243a 0%, #14192c 100%);
  --dn-slate-card-bg-deep: linear-gradient(180deg, #12182b 0%, #090e1f 100%);
  --dn-slate-border: rgba(126, 160, 255, .20);
  --dn-slate-text: #eef3ff;
  --dn-slate-muted: rgba(238, 243, 255, .66);
  --dn-slate-soft: rgba(238, 243, 255, .09);
  --dn-slate-blue: #7ea0ff;
  --dn-slate-blue-strong: #6487ff;
  --dn-slate-amber: #ffd36b;
  --dn-slate-warning: #ff9d6c;
}

/* Restore section headings that became too dark on the dark shell */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-heading h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-heading p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-kicker {
  color: var(--dn-slate-text) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-kicker,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .eyebrow,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-summary-kicker {
  color: var(--dn-slate-blue) !important;
}

/* Top stress summary cards */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > * {
  background:
    radial-gradient(circle at 18% 0%, rgba(126, 160, 255, .14), transparent 44%),
    var(--dn-slate-card-bg) !important;
  border-color: var(--dn-slate-border) !important;
  color: var(--dn-slate-text) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .30), 0 1px 0 rgba(255, 255, 255, .04) inset !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-label,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-card-title {
  color: var(--dn-slate-blue) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-number,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-total,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row strong,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote {
  color: var(--dn-slate-text) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li {
  color: var(--dn-slate-muted) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-status {
  border-color: rgba(255, 157, 108, .30) !important;
  color: var(--dn-slate-warning) !important;
  background: rgba(255, 157, 108, .08) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row {
  border-bottom-color: rgba(238, 243, 255, .08) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row i {
  background: rgba(238, 243, 255, .10) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row i::before {
  background: linear-gradient(90deg, #5d7dff, #9db2ff) !important;
  box-shadow: 0 0 16px rgba(126, 160, 255, .24) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote {
  background: rgba(126, 160, 255, .08) !important;
  border-left-color: var(--dn-slate-blue) !important;
}

/* Main product cards: slate, not white */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta {
  background:
    radial-gradient(circle at 14% 0%, rgba(126, 160, 255, .10), transparent 42%),
    var(--dn-slate-card-bg-soft) !important;
  border-color: rgba(126, 160, 255, .18) !important;
  color: var(--dn-slate-text) !important;
  box-shadow: 0 24px 70px rgba(0, 0, 0, .30), 0 1px 0 rgba(255, 255, 255, .04) inset !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel h1,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card h3,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card h3,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-number,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid strong {
  color: var(--dn-slate-text) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .sample-note {
  color: var(--dn-slate-muted) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-status {
  color: var(--dn-slate-amber) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card hr,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-grid {
  border-color: rgba(238, 243, 255, .10) !important;
}

/* Slide table stays slightly deeper to avoid an all-card wall */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table {
  background: var(--dn-slate-card-bg-deep) !important;
  color: var(--dn-slate-text) !important;
  border-color: rgba(126, 160, 255, .16) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] th,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] td {
  border-color: rgba(238, 243, 255, .08) !important;
}

/* Tabs remain dark, but less noisy */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs button {
  background: rgba(10, 15, 33, .82) !important;
  border-color: rgba(126, 160, 255, .18) !important;
  color: rgba(238, 243, 255, .78) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs a.active,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs button.active {
  background: rgba(126, 160, 255, .14) !important;
  color: #ffffff !important;
}

/* Buttons stay strong blue */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .primary-button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .button-primary,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .cta-button {
  background: linear-gradient(180deg, #8fa7ff, #6f8cff) !important;
  color: #071021 !important;
}

/* Risk badges: reduce saturation */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-badge,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .badge {
  filter: saturate(.82) brightness(.96) !important;
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > * {
    border-radius: 22px !important;
  }
}

/* DN_FORCE_LIGHTEN_ROOM_CARDS_V2_20260508
   Strong override: lighten all product cards without going white.
   Direction: dark shell + lifted blue-slate cards.
*/

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] {
  --dn-card-lift-1: #2d3858;
  --dn-card-lift-2: #202b48;
  --dn-card-lift-3: #18233d;
  --dn-card-border-lift: rgba(150, 176, 255, .28);
  --dn-card-text-lift: #f3f6ff;
  --dn-card-muted-lift: rgba(243, 246, 255, .76);
  --dn-card-blue-lift: #9bb4ff;
  --dn-card-amber-lift: #ffd985;
  --dn-card-warning-lift: #ffb189;
}

/* Top summary cards */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > * {
  background:
    radial-gradient(circle at 18% 0%, rgba(150, 176, 255, .18), transparent 45%),
    linear-gradient(180deg, var(--dn-card-lift-1), var(--dn-card-lift-2)) !important;
  border-color: var(--dn-card-border-lift) !important;
  color: var(--dn-card-text-lift) !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

/* Main cards */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta {
  background:
    radial-gradient(circle at 14% 0%, rgba(150, 176, 255, .16), transparent 46%),
    linear-gradient(180deg, #303a57 0%, #202a44 100%) !important;
  border-color: var(--dn-card-border-lift) !important;
  color: var(--dn-card-text-lift) !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

/* Slightly deeper table only */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table {
  background:
    linear-gradient(180deg, #252f4b 0%, #18223b 100%) !important;
  color: var(--dn-card-text-lift) !important;
  border-color: rgba(150, 176, 255, .22) !important;
}

/* Primary text */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel h1,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-heading h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card h3,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card h3,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta h2,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-number,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-number,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-total,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid strong {
  color: var(--dn-card-text-lift) !important;
}

/* Secondary text */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .sample-note,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary p,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li {
  color: var(--dn-card-muted-lift) !important;
}

/* Labels */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .eyebrow,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-kicker,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-label,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-label,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-card-title,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid .meta-label {
  color: var(--dn-card-blue-lift) !important;
}

/* Status colors, restrained */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-status {
  color: var(--dn-card-amber-lift) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-status {
  border-color: rgba(255, 177, 137, .34) !important;
  color: var(--dn-card-warning-lift) !important;
  background: rgba(255, 177, 137, .08) !important;
}

/* Bars */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row i {
  background: rgba(243, 246, 255, .13) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row i::before {
  background: linear-gradient(90deg, #7896ff, #b0c2ff) !important;
  box-shadow: 0 0 14px rgba(150, 176, 255, .24) !important;
}

/* Objection callout */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote {
  background: rgba(150, 176, 255, .10) !important;
  border-left-color: var(--dn-card-blue-lift) !important;
  color: var(--dn-card-text-lift) !important;
}

/* Lines */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card hr,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] th,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] td {
  border-color: rgba(243, 246, 255, .10) !important;
}


/* DN_REMOVE_ROOM_BACKPLATE_V1_20260508
   Remove the large rectangular backplate behind the hero-panel + score-card block.
   Keep the children cards visible and slightly elevated.
*/

/* kill parent backplate */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-grid:has(.hero-panel),
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-grid,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-layout,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-hero-grid {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
}

/* if the wrapper itself had pseudo-elements, disable them too */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-grid:has(.hero-panel)::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-grid:has(.hero-panel)::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-grid::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-grid::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-layout::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-layout::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-hero-grid::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-hero-grid::after {
  content: none !important;
  display: none !important;
}

/* preserve the actual cards and give them a touch more separation */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card {
  position: relative !important;
  z-index: 1 !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-grid:has(.hero-panel),
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-grid,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-layout,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-hero-grid {
    padding: 0 !important;
  }
}

/* DN_SPLIT_ROOM_HERO_PANEL_CARDS_V2_20260508
   Make hero-panel a transparent layout wrapper.
   The left card becomes .hero-copy; the right card remains .score-card.
*/

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel {
  background: transparent !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  outline: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

/* left card */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-copy {
  background:
    radial-gradient(circle at 14% 0%, rgba(150, 176, 255, .16), transparent 46%),
    linear-gradient(180deg, #303a57 0%, #202a44 100%) !important;
  border: 1px solid rgba(150, 176, 255, .28) !important;
  border-radius: 30px !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .055) !important;
  padding: clamp(34px, 4vw, 56px) !important;
  min-height: 100% !important;
  box-sizing: border-box !important;
}

/* right card */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card {
  background:
    radial-gradient(circle at 14% 0%, rgba(150, 176, 255, .16), transparent 46%),
    linear-gradient(180deg, #303a57 0%, #202a44 100%) !important;
  border: 1px solid rgba(150, 176, 255, .28) !important;
  border-radius: 30px !important;
  box-shadow:
    0 22px 60px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .055) !important;
}

/* avoid accidental pseudo backplates */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-panel {
    gap: 18px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-copy {
    padding: 28px 24px !important;
    border-radius: 24px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card {
    border-radius: 24px !important;
  }
}


/* DN_ADD_PRESSURE_MAP_VISUAL_V1_20260508
   Adds a product-like visual system inside the Review Room hero card.
   This is not a fake analytics dashboard: it visualizes the narrative stress-test sequence.
*/
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-map {
  margin: 28px 0 26px;
  padding: 18px;
  border-radius: 22px;
  border: 1px solid rgba(150, 176, 255, .24);
  background:
    radial-gradient(circle at 12% 0%, rgba(126, 160, 255, .16), transparent 38%),
    linear-gradient(180deg, rgba(13, 20, 41, .48), rgba(9, 13, 30, .34));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, .06),
    0 18px 44px rgba(0, 0, 0, .18);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-map-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-map-head span {
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #9bb4ff;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-map-head strong {
  font-size: 12px;
  line-height: 1;
  font-weight: 900;
  color: rgba(243, 246, 255, .76);
  border: 1px solid rgba(150, 176, 255, .22);
  border-radius: 999px;
  padding: 7px 10px;
  background: rgba(150, 176, 255, .08);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-flow {
  display: grid;
  grid-template-columns: 1fr 34px 1fr 34px 1fr 34px 1fr 34px 1fr;
  align-items: center;
  gap: 0;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node {
  min-width: 0;
  border-radius: 16px;
  padding: 13px 12px 12px;
  border: 1px solid rgba(150, 176, 255, .20);
  background:
    linear-gradient(180deg, rgba(243, 246, 255, .085), rgba(243, 246, 255, .035));
  position: relative;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 27px;
  height: 27px;
  border-radius: 9px;
  margin-bottom: 10px;
  font-style: normal;
  font-size: 11px;
  font-weight: 900;
  color: #f3f6ff;
  background: rgba(126, 160, 255, .16);
  border: 1px solid rgba(126, 160, 255, .18);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node span {
  display: block;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  color: #f3f6ff;
  margin-bottom: 5px;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node small {
  display: block;
  font-size: 11px;
  line-height: 1.15;
  font-weight: 800;
  color: rgba(243, 246, 255, .58);
  text-transform: uppercase;
  letter-spacing: .04em;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-link {
  height: 2px;
  background: linear-gradient(90deg, rgba(126, 160, 255, .22), rgba(126, 160, 255, .72));
  position: relative;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-link::after {
  content: "";
  position: absolute;
  right: -3px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid rgba(126, 160, 255, .72);
  border-right: 2px solid rgba(126, 160, 255, .72);
  transform: translateY(-50%) rotate(45deg);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-link.is-hot {
  background: linear-gradient(90deg, rgba(255, 177, 137, .18), rgba(255, 177, 137, .88));
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-link.is-hot::after {
  border-color: rgba(255, 177, 137, .88);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node.is-ok i {
  background: rgba(126, 160, 255, .18);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node.is-warning i {
  background: rgba(255, 217, 133, .16);
  color: #ffd985;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node.is-risk {
  border-color: rgba(255, 177, 137, .34);
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 177, 137, .12), transparent 52%),
    linear-gradient(180deg, rgba(243, 246, 255, .085), rgba(243, 246, 255, .035));
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node.is-risk i {
  background: rgba(255, 177, 137, .16);
  border-color: rgba(255, 177, 137, .24);
  color: #ffb189;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node.is-watch i,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node.is-fix i {
  background: rgba(150, 176, 255, .16);
  color: #b9c8ff;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-caption {
  margin-top: 14px;
  font-size: 13px;
  line-height: 1.45;
  color: rgba(243, 246, 255, .68);
}

@media (max-width: 900px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-link {
    width: 2px;
    height: 18px;
    margin: -2px auto;
    background: linear-gradient(180deg, rgba(126, 160, 255, .22), rgba(126, 160, 255, .72));
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-link::after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -3px;
    transform: translateX(-50%) rotate(135deg);
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-link.is-hot {
    background: linear-gradient(180deg, rgba(255, 177, 137, .18), rgba(255, 177, 137, .88));
  }
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-map {
    margin: 22px 0 24px;
    padding: 15px;
    border-radius: 20px;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-map-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node {
    display: grid;
    grid-template-columns: 34px 1fr;
    column-gap: 12px;
    align-items: center;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-pressure-node i {
    margin: 0;
    grid-row: span 2;
  }
}

/* DN_ENHANCE_PRIORITY_OBJECTION_CARDS_V1_20260508
   Give more visual presence to:
   - Top fix priorities
   - Likely room objection
*/

/* card-level emphasis */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card {
  position: relative !important;
  overflow: hidden !important;
  border-color: rgba(150, 176, 255, .34) !important;
  box-shadow:
    0 24px 60px rgba(0, 0, 0, .26),
    inset 0 1px 0 rgba(255, 255, 255, .05),
    0 0 0 1px rgba(150, 176, 255, .06) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(180deg, #8fb0ff 0%, #6f8cff 55%, rgba(111, 140, 255, .12) 100%);
  opacity: .95;
  pointer-events: none;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(150, 176, 255, .12), transparent 34%);
  pointer-events: none;
}

/* headings a little stronger */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card .dn-card-title,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card .dn-card-title {
  font-size: 15px !important;
  letter-spacing: .01em !important;
  color: #a9beff !important;
  margin-bottom: 14px !important;
}

/* top fix priorities becomes structured mini-rows */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card ol,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  display: grid !important;
  gap: 10px !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li {
  position: relative !important;
  margin: 0 !important;
  padding: 12px 12px 12px 46px !important;
  border-radius: 14px !important;
  background:
    linear-gradient(180deg, rgba(243, 246, 255, .075), rgba(243, 246, 255, .03)) !important;
  border: 1px solid rgba(150, 176, 255, .16) !important;
  color: rgba(243, 246, 255, .88) !important;
  line-height: 1.38 !important;
  font-weight: 600 !important;
  min-height: 42px !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li::before {
  position: absolute;
  left: 12px;
  top: 11px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: #081120;
  background: linear-gradient(180deg, #a9beff, #7f9aff);
  box-shadow: 0 4px 14px rgba(127, 154, 255, .28);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li:nth-child(1)::before { content: "1"; }
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li:nth-child(2)::before { content: "2"; }
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li:nth-child(3)::before { content: "3"; }
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li:nth-child(4)::before { content: "4"; }
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li:nth-child(5)::before { content: "5"; }

/* likely room objection gets stronger quote treatment */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote {
  position: relative !important;
  margin: 0 0 14px !important;
  padding: 18px 16px 18px 18px !important;
  border-radius: 16px !important;
  border: 1px solid rgba(150, 176, 255, .20) !important;
  background:
    radial-gradient(circle at 0% 0%, rgba(150, 176, 255, .12), transparent 30%),
    linear-gradient(180deg, rgba(243, 246, 255, .09), rgba(243, 246, 255, .04)) !important;
  color: #f4f7ff !important;
  font-size: 19px !important;
  line-height: 1.22 !important;
  font-weight: 900 !important;
  letter-spacing: -.01em !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote::before {
  content: "Q";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 26px;
  height: 26px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 900;
  color: #081120;
  background: linear-gradient(180deg, #ffd68b, #ffb98d);
  box-shadow: 0 6px 16px rgba(255, 177, 137, .24);
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card p {
  color: rgba(243, 246, 255, .78) !important;
  font-size: 14px !important;
  line-height: 1.45 !important;
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card li {
    padding: 12px 12px 12px 44px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card blockquote {
    font-size: 17px !important;
    line-height: 1.22 !important;
  }
}

/* DN_RAISE_META_ROW_HEIGHT_V1_20260508
   Increase the height of the lower metadata row
   so the rounded corners do not visually stack too tightly.
*/

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid {
  margin-top: 8px !important;
  gap: 16px !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > * {
  min-height: 102px !important;
  padding: 20px 22px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  box-sizing: border-box !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid .meta-label,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid .eyebrow,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid span:first-child {
  margin-bottom: 10px !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid strong,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid b {
  line-height: 1.25 !important;
}

@media (max-width: 1024px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > * {
    min-height: 96px !important;
    padding: 18px 20px !important;
  }
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid {
    gap: 14px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > * {
    min-height: 92px !important;
    padding: 16px 18px !important;
    border-radius: 22px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid .meta-label,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid .eyebrow,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid span:first-child {
    margin-bottom: 8px !important;
  }
}

/* DN_REVIEW_ROOM_VISUAL_REFINE_V1_20260508
   Fine-tunes vertical centering, top-card glow consistency,
   number weight, button centering, and export button placement.
*/

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] {
  --dn-top-card-bg:
    radial-gradient(circle at 14% 0%, rgba(150, 176, 255, .16), transparent 46%),
    linear-gradient(180deg, #303a57 0%, #202a44 100%);
  --dn-top-card-border: rgba(150, 176, 255, .28);
  --dn-top-card-shadow:
    0 22px 60px rgba(0, 0, 0, .28),
    inset 0 1px 0 rgba(255, 255, 255, .055);
}

/* 1) top cards: unify to the best glow/reference */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-risk-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-fix-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-objection-card {
  background: var(--dn-top-card-bg) !important;
  border-color: var(--dn-top-card-border) !important;
  box-shadow: var(--dn-top-card-shadow) !important;
}

/* 2) rows with separators: keep content vertically centered */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 20px !important;
  min-height: 62px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > * {
  align-self: center !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > :first-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > :first-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > :first-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > :first-child {
  display: flex !important;
  align-items: center !important;
  min-height: 62px !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row .status,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row .status,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row .status,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row .status {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-height: 62px !important;
  white-space: nowrap !important;
  text-align: right !important;
}

/* 3) narrative stress score: lighter number weight */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-number,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-number {
  font-weight: 800 !important;
  letter-spacing: -0.04em !important;
  line-height: .9 !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-number {
  font-size: clamp(54px, 5vw, 72px) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-number {
  font-size: clamp(52px, 4.2vw, 68px) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-number span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-number span {
  font-weight: 700 !important;
  opacity: .78 !important;
}

/* 4) button text vertical centering compensation */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-actions a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-actions button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-actions .btn,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .btn,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1 !important;
  text-align: center !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-actions a span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-actions button span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-actions .btn span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel a span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel button span,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .btn span {
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}

/* 5) export button: move down, wider, single line */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel {
  align-items: start !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .panel-actions,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .actions,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .cta-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .hero-actions {
  display: flex !important;
  width: 100% !important;
  justify-content: flex-start !important;
  margin-top: 26px !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel > a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel > button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel > .btn {
  margin-top: 26px !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .btn {
  min-width: 280px !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  white-space: nowrap !important;
}

/* slightly better optical spacing in top card labels */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-card-title,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-label {
  margin-bottom: 14px !important;
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row {
    min-height: 56px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > :first-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > :first-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > :first-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > :first-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > :last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > :last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > :last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > :last-child {
    min-height: 56px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-score-number {
    font-size: 58px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-number {
    font-size: 56px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel a,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel button,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .btn {
    min-width: 100% !important;
  }
}

/* DN_FIX_TABLE_EXPORT_ALIGNMENT_V1_20260508
   Fix:
   1) right-column labels vertically centered inside divided rows/tables
   2) export CTA moved below copy and widened to avoid two-line break
*/

/* Table/slide findings: center priority labels vertically between row dividers */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table th,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table td,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table th,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table td {
  vertical-align: middle !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table td:last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table th:last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table td:last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table th:last-child {
  vertical-align: middle !important;
  text-align: left !important;
  line-height: 1 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/* When priority/status cells contain direct text or inline elements */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table td:last-child > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table td:last-child > * {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 100% !important;
  line-height: 1 !important;
}

/* Diagnosis/overview rows: keep right status optically centered between divider lines */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .finding-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  column-gap: 22px !important;
  min-height: 64px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .finding-row > * {
  align-self: center !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .finding-row > :last-child,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row .status,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row .status,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row .status,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row .status,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .finding-row .status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  min-height: 64px !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

/* Export panel: stack CTA below copy, not beside it */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0 !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel > * {
  max-width: 100% !important;
}

/* Put any export CTA/button on its own line */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .btn,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .primary-button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .cta-button {
  margin-top: 26px !important;
  min-width: 300px !important;
  width: auto !important;
  max-width: 420px !important;
  min-height: 52px !important;
  padding: 0 34px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  align-self: flex-start !important;
  line-height: 1 !important;
  white-space: nowrap !important;
  text-align: center !important;
}

/* If the export button is wrapped by an action container */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .actions,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .panel-actions,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .cta-row,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .hero-actions {
  width: 100% !important;
  margin-top: 26px !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .actions a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .panel-actions a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .cta-row a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .hero-actions a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .actions button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .panel-actions button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .cta-row button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .hero-actions button {
  margin-top: 0 !important;
}

/* Button optical vertical alignment across the room */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] a[class*="button"],
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .btn,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .primary-button,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .cta-button {
  line-height: 1 !important;
}

@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] table td:last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .slide-table td:last-child {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .finding-row {
    min-height: 58px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .diagnosis-row > :last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .summary-row > :last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .metric-row > :last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .readiness-row > :last-child,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .finding-row > :last-child {
    min-height: 58px !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel a,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel button,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .btn,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .button,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .primary-button,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel .cta-button {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
}

/* DN_REVIEW_ROOM_POLISH_PACK_V1_20260508
   Final visual polish:
   - subtle product ambience
   - card top sheen
   - premium section kickers
   - softer desktop hover
   - more product-like tabs
*/

/* ambient product background */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] {
  background:
    radial-gradient(circle at 18% 6%, rgba(94, 124, 255, .13), transparent 34%),
    radial-gradient(circle at 84% 18%, rgba(120, 150, 255, .08), transparent 30%),
    linear-gradient(180deg, #06091b 0%, #040715 100%) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-shell {
  position: relative !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-shell::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.014) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 50% 16%, black 0%, transparent 72%);
  opacity: .32;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-shell > * {
  position: relative !important;
  z-index: 1 !important;
}

/* card sheen */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-copy,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta {
  position: relative !important;
  overflow: hidden !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > *::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-copy::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > *::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel::after,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background:
    linear-gradient(135deg, rgba(255,255,255,.075) 0%, transparent 34%),
    radial-gradient(circle at 82% 0%, rgba(150,176,255,.10), transparent 32%);
  opacity: .55;
}

/* keep card content above sheen */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > * > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-copy > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > * > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel > *,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta > * {
  position: relative !important;
  z-index: 1 !important;
}

/* section kickers become more deliberate */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-kicker,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .eyebrow,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-summary-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 9px !important;
  letter-spacing: .16em !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .section-kicker::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .eyebrow::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-summary-kicker::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7896ff;
  box-shadow: 0 0 16px rgba(120, 150, 255, .55);
  flex: 0 0 auto;
}

/* top logo should not get an extra dot from generic eyebrow logic */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .brand-logo::before,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .brand::before {
  content: none !important;
}

/* tabs: product navigation feel */
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs {
  padding: 8px !important;
  border-radius: 999px !important;
  background: rgba(10, 15, 33, .46) !important;
  border: 1px solid rgba(126, 160, 255, .10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035) !important;
}

body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs a,
body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs button {
  border-radius: 999px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* subtle hover only on desktop */
@media (min-width: 901px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > *,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-copy,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > *,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta {
    transition:
      transform .18s ease,
      border-color .18s ease,
      box-shadow .18s ease !important;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .dn-stress-summary > *:hover,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .hero-copy:hover,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .score-card:hover,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .meta-grid > *:hover,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .content-card:hover,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .risk-card:hover,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .export-panel:hover,
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .closing-cta:hover {
    transform: translateY(-2px) !important;
    border-color: rgba(170, 194, 255, .34) !important;
    box-shadow:
      0 26px 70px rgba(0, 0, 0, .32),
      inset 0 1px 0 rgba(255, 255, 255, .065) !important;
  }
}

/* mobile: avoid overdecorating */
@media (max-width: 767px) {
  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .review-shell::before {
    opacity: .20;
    background-size: 54px 54px;
  }

  body[data-dn-stamp="DN_SAMPLE_REVIEW_ROOM_V1_20260424"] .tabs {
    border-radius: 18px !important;
    padding: 6px !important;
  }
}

