.trovance-story {
  --ms-void: #0a0b0d;
  --ms-surface: #16181c;
  --ms-raised: #21242a;
  --ms-border: #ffffff17;
  --ms-ink: #f4f2ed;
  --ms-muted: #99a4a3;
  --ms-signal: var(--ui-primary, #3dd4c8);
  --ms-signal-ink: var(--ui-primary-ink, #07090a);
  --ms-signal-soft: var(--ui-primary-soft, #9ff5ec);
  --ms-copy: #d8dedd;
  --ms-tint: color-mix(in srgb, var(--ms-signal) 9%, var(--ms-surface));
  --ms-tint-strong: color-mix(in srgb, var(--ms-signal) 16%, var(--ms-surface));
  --ms-signal-border: color-mix(in srgb, var(--ms-signal) 28%, transparent);
  --ms-ease: cubic-bezier(0.22, 1, 0.36, 1);
  color: var(--ms-ink);
  font: 14px/1.5 var(--font-body);
  margin-top: 40px;
  text-align: left;
  min-width: 0;
}
.trovance-story * {
  box-sizing: border-box;
}
.trovance-story svg {
  flex: none;
}
.trovance-story button,
.trovance-story input {
  font: inherit;
}
.trovance-story button {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.trovance-story button:disabled {
  cursor: default;
}
.trovance-story button:focus-visible,
.trovance-story input:focus-visible {
  outline: 2px solid var(--ms-signal);
  outline-offset: 4px;
}
.trovance-story p,
.trovance-story h3,
.trovance-story h4 {
  margin: 0;
}
.trovance-story button {
  color: inherit;
}
.trovance-story [hidden] {
  display: none !important;
}
.ms-bar {
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 19px;
  border-bottom: 1px solid var(--ms-border);
  font-size: 11px;
  color: #a0aaa8;
}
.ms-bar > span {
  display: flex;
  align-items: center;
  gap: 9px;
}
.ms-bar > span:first-child {
  color: #d8dedd;
}
.ms-bar svg {
  width: 15px;
  height: 15px;
}
.ms-bar > span:last-child {
  gap: 17px;
}
.ms-saved {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  color: #8b9f96;
}
.ms-saved svg {
  width: 11px;
}
.ms-person {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  color: #dbe6df;
  background: #324b40;
  border: 2px solid #1b2421;
  font-size: 10px;
  box-shadow: 0 0 0 1px #a9c4b321;
}
.ms-cursor {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #aedac2;
  filter: drop-shadow(0 2px 3px #0007);
}
.ms-cursor > svg {
  height: 20px;
  width: 20px;
  fill: #aedac2;
  stroke: #173326;
  stroke-width: 1.4;
}
.ms-cursor > span {
  margin-left: 15px;
  margin-top: -3px;
  background: #9bd2b7;
  color: #143124;
  padding: 3px 8px;
  border-radius: 0 5px 5px 5px;
  font-size: 10px;
}
.ms-story-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 23px;
  color: #9baba2;
  font-size: 12px;
  line-height: 1.7;
}
.ms-story-caption p {
  max-width: 780px;
}
.ms-guide-controls {
  display: flex;
  align-items: center;
  gap: 5px;
  flex: none;
}
.ms-guide-controls button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #a7b9b0;
  border: 1px solid #ffffff16;
  border-radius: 50%;
  width: 34px;
  height: 34px;
  transition:
    background 180ms,
    transform 160ms var(--ms-ease);
}
.ms-guide-controls button svg {
  height: 13px;
  width: 13px;
}
.ms-guide-controls button:active {
  transform: scale(0.96);
}
.ms-guide-controls button:hover {
  background: #ffffff0a;
}
.ms-work-lanes {
  display: flex;
  gap: 12px;
  min-height: 764px;
}
.ms-work-lane {
  position: relative;
  min-width: 0;
  height: 764px;
  overflow: hidden;
  border-radius: 15px;
  border: 1px solid #ffffff18;
  background: #101618;
}
.ms-work-lane-1 {
  background: #141719;
}
.ms-work-lane-2 {
  background: #14151c;
}
.ms-lane-art {
  position: absolute;
  inset: 0;
  --ms-lane-image: url("/media/product/premium/288-twin-sun-dune-motorcycle.webp");
  background:
    linear-gradient(
      rgba(7, 12, 17, 0.48),
      rgba(7, 12, 17, 0.16) 35%,
      rgba(7, 12, 17, 0.2) 62%,
      rgba(7, 12, 17, 0.84)
    ),
    var(--ms-lane-image) 50% center / cover;
  pointer-events: none;
}
.ms-work-lane-1 .ms-lane-art {
  --ms-lane-image: url("/media/product/premium/295-lantern-outpost-homecoming.webp");
  background-position:
    center,
    62% center;
}
.ms-work-lane-2 .ms-lane-art {
  --ms-lane-image: url("/media/product/premium/331-black-meadow-listening-station.webp");
  background-position:
    center,
    60% center;
}
.ms-lane-trigger {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 103px;
  border: 0;
  background: none;
  text-align: left;
  padding: 30px 28px;
  white-space: nowrap;
}
.ms-lane-trigger > span:first-child {
  font: 400 38px/1 var(--font-display);
  color: #6c7874;
  letter-spacing: -0.04em;
}
.ms-lane-trigger .ms-lane-name {
  font: 400 39px/1 var(--font-display);
  letter-spacing: -0.035em;
  color: #e3e8e1;
}
.ms-lane-trigger > svg {
  display: none;
  margin-left: auto;
}
.ms-lane-reveal {
  position: static;
}
.ms-work-scene {
  position: absolute;
  top: 132px;
  left: 50%;
  width: 420px;
  height: 404px;
  margin-left: -210px;
  transform-origin: center center;
}
.ms-lane-caption {
  position: absolute;
  bottom: 37px;
  left: 28px;
  right: 28px;
  min-height: 94px;
  overflow: hidden;
}
.ms-lane-caption h4 {
  font: 400 23px/1.17 var(--font-display);
  letter-spacing: -0.022em;
  color: #e4ebe2;
  max-width: 360px;
}
.ms-lane-caption p {
  font-size: 13px;
  line-height: 1.7;
  color: #a5b5a8;
  max-width: 390px;
  margin-top: 14px;
  opacity: 0;
  transition: opacity 200ms var(--ms-ease);
}
.ms-work-lane.is-active .ms-lane-caption p {
  opacity: 1;
  transition-delay: 220ms;
}
.ms-work-lane:not(.is-active) .ms-lane-caption h4 {
  max-width: 190px;
}
.ms-command,
.ms-editor,
.ms-publish-document {
  position: relative;
  background: #171c20;
  border: 1px solid #ffffff1a;
  border-radius: 11px;
  box-shadow:
    0 1px 0 #ffffff0a inset,
    0 3px 7px #0002,
    0 25px 34px -18px #000c,
    0 45px 70px -35px #000e;
  overflow: hidden;
}
.ms-research-scene {
  position: relative;
  padding-top: 15px;
}
.ms-evidence-context {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #d3e0d8;
  text-shadow: 0 1px 5px #071011;
  font-size: 11px;
  padding: 0 3px 14px;
}
.ms-evidence-context > span:last-child {
  margin-left: auto;
  color: #c3d6c7;
  font-size: 10px;
}
.ms-evidence-context > svg {
  height: 13px;
  width: 13px;
}
.ms-command-search {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 62px;
  padding: 0 19px;
  border-bottom: 1px solid #ffffff12;
  background: #1b2227;
  color: #a0b6ad;
}
.ms-command-search > svg {
  width: 18px;
  height: 18px;
}
.ms-command-search input {
  min-width: 0;
  width: 100%;
  border: 0;
  background: transparent;
  color: #e8eeeb;
  outline: none !important;
  font-size: 14px;
}
.ms-command-search input::placeholder {
  color: #bdc8c2;
}
.ms-command kbd {
  font: 9px/1 var(--font-body);
  color: #82978b;
  padding: 5px 6px;
  border: 1px solid #647d692e;
  border-radius: 4px;
  background: #ffffff03;
  white-space: nowrap;
}
.ms-command [cmdk-list] {
  padding: 9px;
  min-height: 233px;
  max-height: 275px;
  overflow-y: auto;
  scrollbar-width: thin;
}
.ms-command [cmdk-group-heading] {
  padding: 8px 10px 12px;
  font-size: 10px;
  color: #758f7e;
}
.ms-command [cmdk-item] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 58px;
  padding: 9px 11px;
  border-radius: 7px;
  color: #b0c1b5;
  outline: none;
  cursor: pointer;
  transition:
    background 200ms,
    color 180ms;
}
.ms-command [cmdk-item][aria-selected="true"] {
  background: #2a3a34;
  color: #eef6ef;
  box-shadow: 0 0 0 1px #a4c8b815 inset;
}
.ms-command-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 33px;
  height: 33px;
  background: #29372f;
  border: 1px solid #5f7a661e;
  border-radius: 7px;
  color: #90bba1;
}
.ms-command-icon svg {
  height: 16px;
  width: 16px;
}
.ms-command [cmdk-item] > span:nth-child(2) {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ms-command [cmdk-item] b {
  font-weight: 400;
  font-size: 13px;
}
.ms-command [cmdk-item] small {
  font-size: 10px;
  color: #7d9a86;
}
.ms-command [cmdk-item] > svg {
  width: 14px;
  height: 14px;
  opacity: 0;
  transform: translateX(-6px);
  transition:
    opacity 180ms,
    transform 250ms var(--ms-ease);
}
.ms-command [cmdk-item][aria-selected="true"] > svg {
  opacity: 1;
  transform: none;
}
.ms-command [cmdk-empty] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 150px;
  color: #94ab9b;
  font-size: 12px;
}
.ms-command-foot {
  display: flex;
  align-items: center;
  gap: 18px;
  height: 43px;
  padding: 0 19px;
  border-top: 1px solid #ffffff0c;
  color: #839b8a;
  font-size: 9px;
  background: #151d1c;
}
.ms-command-foot > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.ms-command-foot > svg {
  margin-left: auto;
  height: 14px;
  width: 14px;
  opacity: 0.7;
}
.ms-brief-ticket {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  width: 91%;
  margin: 14px auto 0;
  padding: 16px 17px;
  background: #1d2925;
  border: 1px solid #819b8024;
  border-radius: 8px;
  box-shadow: 0 12px 22px -13px #000a;
  color: #acbfae;
}
.ms-brief-ticket > span {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.ms-brief-ticket b {
  font-size: 11px;
  font-weight: 400;
}
.ms-brief-ticket small {
  font-size: 9px;
  color: #76917e;
}
.ms-brief-ticket > svg {
  width: 16px;
  height: 16px;
  color: #83a98e;
}
.ms-source-detail {
  min-height: 338px;
  background: #1b2325;
}
.ms-source-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #ffffff12;
  color: #87a190;
}
.ms-source-nav button {
  display: flex;
  align-items: center;
  gap: 5px;
  background: none;
  border: 0;
  color: #aac2b1;
  font-size: 11px;
}
.ms-source-nav button > svg {
  width: 14px;
  height: 14px;
}
.ms-source-nav > svg {
  width: 13px;
  height: 13px;
}
.ms-source-identity {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 25px 24px 0;
}
.ms-source-identity > span:last-child {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  color: #8fa991;
  gap: 4px;
}
.ms-source-identity b {
  font: 400 19px/1.3 var(--font-display);
  color: #d8e7d8;
  letter-spacing: -0.015em;
}
.ms-source-detail blockquote {
  font: 400 21px/1.45 var(--font-display);
  letter-spacing: -0.02em;
  margin: 22px 24px;
  color: #d5e3d3;
  padding-left: 15px;
  border-left: 2px solid #608966;
}
.ms-source-used {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 18px 24px;
  font-size: 10px;
  border-top: 1px solid #ffffff0c;
  color: #9ebe9e;
}
.ms-source-used > svg {
  width: 13px;
  height: 13px;
}
.ms-source-used > span:last-child {
  margin-left: auto;
  color: #6e9475;
  font-size: 9px;
}
.ms-write-scene {
  position: relative;
  padding: 10px 8px 0;
}
.ms-editor {
  background: #191e22;
}
.ms-format {
  display: flex;
  align-items: center;
  gap: 15px;
  height: 39px;
  padding: 0 18px;
  border-bottom: 1px solid #ffffff0b;
  background: #1d2528;
  color: #8eaaa0;
}
.ms-format > span {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}
.ms-format > svg,
.ms-format > span > svg {
  width: 12px;
  height: 12px;
}
.ms-format > i {
  height: 14px;
  width: 1px;
  background: #45564d;
}
.ms-format-last {
  margin-left: auto;
  color: #78978a;
}
.ms-editor-content {
  padding: 27px 31px 26px;
}
.ms-doc-tag {
  font-size: 10px;
  color: #739b88;
}
.ms-editor-content h4 {
  font: 400 30px/1.08 var(--font-display);
  letter-spacing: -0.025em;
  margin-top: 13px !important;
  margin-bottom: 23px !important;
  color: #e7ede5;
}
.ms-editor-content p {
  font-size: 12px;
  line-height: 1.85;
  color: #a6b8a9;
}
.ms-edit-region {
  min-height: 56px;
  margin-bottom: 8px;
}
.ms-editor-content p.ms-written {
  color: #cadfcc;
  font-size: 14px;
}
.ms-editor-content p sup {
  font-size: 8px;
  border-radius: 3px;
  background: #344c3b;
  color: #a2c8a8;
  padding: 1px 4px;
  margin-left: 3px;
}
.ms-selected-text {
  background: #43796566;
  box-shadow:
    3px 0 #43796566,
    -2px 0 #43796566;
  color: #d6e7dd;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.ms-text-caret {
  display: inline-block;
  width: 1px;
  height: 14px;
  vertical-align: middle;
  background: #c5e0ce;
  margin-left: 1px;
}
.ms-source-inline {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 9px;
  color: #6f927f;
  border-top: 1px solid #ffffff0b;
  padding-top: 18px;
  margin-top: 23px;
}
.ms-source-inline > svg {
  width: 12px;
  height: 12px;
}
.ms-editor-comment {
  position: absolute;
  right: -16px;
  bottom: 1px;
  z-index: 3;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 241px;
  padding: 16px 17px;
  background: #2c3c33;
  border: 1px solid #9ac39c26;
  border-radius: 9px;
  box-shadow:
    0 14px 30px -13px #000d,
    0 1px 0 #ffffff0a inset;
}
.ms-editor-comment .ms-person {
  height: 24px;
  width: 24px;
  font-size: 9px;
  background: #46614c;
}
.ms-editor-comment b {
  font-size: 10px;
  font-weight: 500;
  color: #cce0cb;
}
.ms-editor-comment p {
  font-size: 11px;
  line-height: 1.65;
  color: #b1c6ad;
  margin-top: 6px;
}
.ms-editor-comment button {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin-top: 11px;
  border: 0;
  background: transparent;
  color: #87c49c;
  font-size: 10px;
  line-height: 1.6;
}
.ms-editor-comment button > svg {
  width: 11px;
  height: 11px;
}
.ms-publish-scene {
  position: relative;
  padding: 11px 15px;
}
.ms-review-badge {
  font-size: 9px;
  color: #97b9a3;
}
.ms-publication-title {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 25px 24px 18px;
}
.ms-publication-title > svg {
  height: 31px;
  width: 31px;
  color: #85ad92;
  stroke-width: 1.2;
}
.ms-publication-title h4 {
  font: 400 22px/1.15 var(--font-display);
  letter-spacing: -0.022em;
  color: #dbe8d8;
}
.ms-publication-checks {
  padding: 0 24px;
}
.ms-publication-checks > div {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 43px;
  border-bottom: 1px solid #ffffff0c;
  font-size: 11px;
  color: #aec5af;
}
.ms-check-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 19px;
  width: 19px;
  background: #2d4534;
  color: #a0c6a4;
}
.ms-check-circle > svg {
  width: 11px;
  height: 11px;
}
.ms-publication-checks small {
  margin-left: auto;
  font-size: 8px;
  color: #759a7d;
}
.ms-human-gate {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 22px 24px;
}
.ms-human-gate .ms-person {
  background: #3a5340;
  color: #d4e4ce;
  font-size: 8px;
}
.ms-human-gate > div {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.ms-human-gate b {
  font-size: 11px;
  font-weight: 400;
  color: #cbdfc7;
}
.ms-human-gate small {
  font-size: 9px;
  color: #8caa89;
}
.ms-approve {
  margin: 0 23px 22px;
  border: 1px solid #72b68f;
  background: #83bb9b;
  color: #122d20 !important;
  width: calc(100% - 46px);
  height: 42px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.ms-approve > span {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}
.ms-approve > span > svg {
  width: 14px;
  height: 14px;
}
.ms-approve:active {
  scale: 0.96;
}
.ms-approve-publishing {
  background: #344e3e;
  border-color: #54745b;
  color: #b6d7b6 !important;
}
.ms-approve-published {
  background: #294333;
  border-color: #476c4e;
  color: #bbdcba !important;
}
.ms-publish-receipt {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  z-index: 3;
  margin: -7px -9px 0 16px;
  padding: 17px;
  border: 1px solid #a4c69f2c;
  border-radius: 8px;
  background: #223c2d;
  box-shadow: 0 16px 26px -17px #000e;
  color: #b3d2b2;
}
.ms-receipt-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #365840;
  color: #b8d4b3;
}
.ms-receipt-icon > svg {
  width: 17px;
  height: 17px;
}
.ms-publish-receipt > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.ms-publish-receipt b {
  font-size: 11px;
  font-weight: 400;
  color: #c6dfc0;
}
.ms-publish-receipt small {
  font-size: 9px;
  color: #8eaf86;
}
.ms-publish-receipt > svg {
  width: 18px;
  height: 18px;
  color: #9ec891;
}
.ms-spin {
  animation: ms-spin 1.1s linear infinite;
}
@keyframes ms-spin {
  to {
    transform: rotate(360deg);
  }
}
@media (min-width: 1001px) and (max-width: 1200px) {
  .ms-lane-trigger {
    padding: 28px 22px;
    gap: 8px;
  }
  .ms-lane-trigger .ms-lane-name {
    font-size: 33px;
  }
  .ms-lane-trigger > span:first-child {
    font-size: 32px;
  }
  .ms-lane-caption {
    left: 22px;
    right: 22px;
  }
  .ms-lane-caption h4 {
    font-size: 22px;
  }
  .ms-work-scene {
    width: 386px;
    margin-left: -193px;
  }
  .ms-editor-content {
    padding: 25px;
  }
  .ms-editor-comment {
    right: -2px;
  }
  .ms-command [cmdk-item] b {
    font-size: 12px;
  }
  .ms-command-search input {
    font-size: 13px;
  }
}
@media (max-width: 1000px) {
  .ms-work-lanes {
    display: block;
    min-height: 0;
  }
  .ms-work-lane {
    height: auto;
    margin-bottom: 12px;
    min-height: 80px;
  }
  .ms-lane-trigger {
    height: 85px;
    padding: 24px 26px;
    scroll-margin-top: 88px;
  }
  .ms-lane-trigger > span:first-child,
  .ms-lane-trigger .ms-lane-name {
    font-size: 33px;
  }
  .ms-lane-trigger > svg {
    display: block;
    width: 18px;
    height: 18px;
    transition: transform 200ms var(--ms-ease);
  }
  .ms-work-lane.is-active .ms-lane-trigger > svg {
    transform: rotate(45deg);
  }
  .ms-lane-reveal {
    display: none;
    padding-bottom: 31px;
  }
  .ms-work-lane.is-active .ms-lane-reveal {
    display: block;
  }
  .ms-work-scene {
    position: relative;
    left: auto;
    top: auto;
    width: min(420px, calc(100% - 60px));
    height: 422px;
    margin: 15px auto 33px;
    opacity: 1 !important;
  }
  .ms-lane-caption {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    min-height: 0;
    margin: 0 28px;
    max-width: 530px;
  }
  .ms-lane-caption h4 {
    font-size: 26px;
  }
  .ms-lane-caption p {
    opacity: 1;
    max-width: 500px;
    font-size: 14px;
  }
  .ms-story-caption {
    font-size: 11px;
    gap: 20px;
  }
  .ms-editor-comment {
    right: 0;
  }
}
@media (max-width: 500px) {
  .ms-lane-trigger {
    padding: 24px 20px;
    height: 80px;
  }
  .ms-lane-trigger .ms-lane-name,
  .ms-lane-trigger > span:first-child {
    font-size: 30px;
  }
  .ms-work-scene {
    width: calc(100% - 28px);
    height: 402px;
    margin-top: 6px;
    margin-bottom: 33px;
  }
  .ms-command-search {
    padding: 0 14px;
    height: 57px;
    gap: 8px;
  }
  .ms-command-search input {
    font-size: 12px;
  }
  .ms-command-search kbd {
    font-size: 8px;
  }
  .ms-command [cmdk-item] {
    gap: 9px;
    padding: 9px 8px;
  }
  .ms-command [cmdk-item] b {
    font-size: 11px;
  }
  .ms-command [cmdk-item] small {
    font-size: 9px;
  }
  .ms-command-icon {
    width: 29px;
    height: 29px;
  }
  .ms-command [cmdk-group-heading] {
    font-size: 9px;
    padding-left: 8px;
  }
  .ms-command-foot {
    padding: 0 15px;
    gap: 12px;
    font-size: 8px;
  }
  .ms-evidence-context {
    padding-left: 3px;
    font-size: 10px;
  }
  .ms-brief-ticket {
    width: 95%;
    padding: 14px 12px;
    gap: 9px;
  }
  .ms-brief-ticket b {
    font-size: 10px;
  }
  .ms-brief-ticket small {
    font-size: 8px;
  }
  .ms-source-detail {
    min-height: 325px;
  }
  .ms-source-identity {
    padding: 24px 18px 0;
    gap: 10px;
  }
  .ms-source-identity b {
    font-size: 18px;
  }
  .ms-source-detail blockquote {
    font-size: 21px;
    margin: 24px 20px;
    padding-left: 12px;
  }
  .ms-source-used {
    padding: 18px;
    font-size: 9px;
  }
  .ms-write-scene {
    padding: 8px 2px 0;
  }
  .ms-bar {
    padding: 0 13px;
    font-size: 9px;
    gap: 8px;
  }
  .ms-bar > span {
    gap: 7px;
  }
  .ms-bar > span:last-child {
    gap: 8px;
  }
  .ms-saved {
    font-size: 8px;
  }
  .ms-bar svg {
    width: 13px;
    height: 13px;
  }
  .ms-format {
    padding: 0 13px;
    gap: 14px;
  }
  .ms-editor-content {
    padding: 24px 23px 25px;
  }
  .ms-editor-content h4 {
    font-size: 28px;
    margin-top: 13px !important;
    margin-bottom: 21px !important;
  }
  .ms-editor-content p {
    font-size: 11px;
  }
  .ms-editor-content p.ms-written {
    font-size: 13px;
  }
  .ms-editor-comment {
    bottom: -9px;
    width: 218px;
    padding: 13px;
  }
  .ms-editor-comment p {
    font-size: 10px;
  }
  .ms-publish-scene {
    padding: 10px 4px;
  }
  .ms-publication-title {
    padding: 24px 18px 18px;
  }
  .ms-publication-title h4 {
    font-size: 22px;
  }
  .ms-publication-checks {
    padding: 0 18px;
  }
  .ms-publication-checks > div {
    font-size: 10px;
    gap: 7px;
  }
  .ms-publication-checks small {
    font-size: 7px;
  }
  .ms-human-gate {
    padding: 22px 18px;
  }
  .ms-human-gate b {
    font-size: 10px;
  }
  .ms-human-gate small {
    font-size: 8px;
  }
  .ms-approve {
    margin-left: 18px;
    margin-right: 18px;
    width: calc(100% - 36px);
  }
  .ms-publish-receipt {
    margin-left: 7px;
    margin-right: -4px;
    padding: 14px 12px;
    gap: 9px;
  }
  .ms-publish-receipt b {
    font-size: 10px;
  }
  .ms-publish-receipt small {
    font-size: 8px;
  }
  .ms-lane-caption {
    margin: 0 20px;
  }
  .ms-lane-caption h4 {
    font-size: 25px;
  }
  .ms-lane-caption p {
    font-size: 13px;
  }
  .ms-story-caption {
    align-items: flex-start;
    font-size: 10px;
    gap: 13px;
  }
  .ms-guide-controls {
    gap: 4px;
  }
  .ms-guide-controls button {
    width: 30px;
    height: 30px;
  }
  .ms-cursor {
    display: none;
  }
  .ms-source-inline {
    font-size: 8px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .trovance-story * {
    animation: none !important;
    transition: none !important;
  }
  .ms-cursor {
    display: none;
  }
  .ms-text-caret {
    display: none;
  }
}
/* Brain: editorial chapters alongside a single persistent workspace. */
.ms-brain-columns {
  display: grid;
  grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.45fr);
  gap: 72px;
  align-items: start;
}
.ms-brain-chapters {
  padding: 95px 0 45px;
}
.ms-brain-chapters > section {
  min-height: 420px;
  padding: 0 0 90px;
  opacity: 0.4;
  transition: opacity 300ms var(--ms-ease);
}
.ms-brain-chapters > section.is-active {
  opacity: 1;
}
.ms-brain-chapters button {
  display: flex;
  align-items: center;
  gap: 13px;
  width: 100%;
  padding: 16px 0;
  background: transparent;
  border: 0;
  border-top: 1px solid #ffffff26;
  color: #b7c4b8;
  font-size: 13px;
  text-align: left;
}
.ms-brain-chapters button > span {
  color: #829384;
  font-size: 11px;
}
.ms-brain-chapters button > svg {
  margin-left: auto;
  width: 15px;
  height: 15px;
}
.ms-brain-chapters h3,
.ms-brain-mobile-copy h3 {
  font: 400 clamp(29px, 3vw, 42px) / 1.08 var(--font-display);
  letter-spacing: -0.033em;
  margin: 30px 0 20px;
  color: #e8eddf;
  max-width: 340px;
}
.ms-brain-chapters p,
.ms-brain-mobile-copy p {
  font-size: 15px;
  line-height: 1.85;
  color: #aab7a7;
  max-width: 345px;
}
.ms-brain-mobile-copy {
  display: none;
}
.ms-brain-pin {
  position: sticky;
  top: 95px;
  align-self: start;
}
.ms-brain-material {
  position: relative;
  border: 1px solid #a6bab718;
  border-radius: 18px;
  padding: 72px 32px 81px;
  isolation: isolate;
  overflow: hidden;
  background: #0f181b;
}
.ms-brain-material:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/media/product/premium/brain-world.webp") 55% center/cover;
  opacity: 0.54;
}
.ms-brain-material:after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, #0f1b2444, transparent 50%, #08111299);
}
.ms-brain-workspace {
  position: relative;
  border: 1px solid #ffffff26;
  border-radius: 12px;
  box-shadow:
    0 1px 0 #ffffff07 inset,
    0 10px 25px -15px #000,
    0 40px 70px -18px #000d,
    0 90px 120px -50px #000c;
  background: #171d21;
  overflow: hidden;
  min-height: 559px;
}
.ms-brain-workspace .ms-bar {
  background: #1c252a;
}
.ms-brain-workspace .ms-bar > span:last-child {
  font-size: 9px;
  gap: 6px;
}
.ms-growing-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #82baa5;
  box-shadow: 0 0 9px #86c2a866;
}
.ms-brain-work-body {
  padding: 24px 22px 18px;
  min-height: 457px;
}
.ms-knowledge-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.ms-knowledge-heading h4 {
  font: 400 20px/1.2 var(--font-display);
  letter-spacing: -0.022em;
  color: #e0e7df;
}
.ms-knowledge-heading > span {
  display: flex;
  gap: 13px;
  color: #81928b;
}
.ms-knowledge-heading svg {
  width: 13px;
  height: 13px;
}
.ms-knowledge-tabs {
  display: flex;
  gap: 19px;
  margin-top: 18px;
  font-size: 10px;
  color: #7d8f87;
  border-bottom: 1px solid #ffffff0e;
}
.ms-knowledge-tabs > span {
  padding: 0 0 11px;
  white-space: nowrap;
}
.ms-knowledge-tabs .is-active {
  color: #b9d1c0;
  border-bottom: 1px solid #83b59c;
}
.ms-knowledge-list {
  margin: 10px 0 0;
  position: relative;
}
.ms-knowledge-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0;
  border-bottom: 1px solid #ffffff0a;
}
.ms-knowledge-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 31px;
  border: 1px solid #6b917b28;
  border-radius: 6px;
  background: #25312d;
  color: #8cac98;
  flex: none;
}
.ms-knowledge-symbol > svg {
  width: 14px;
  height: 14px;
}
.ms-knowledge-row > span:nth-child(2) {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 0;
}
.ms-knowledge-row b {
  font-size: 11px;
  line-height: 1.4;
  font-weight: 400;
  color: #c5d4c7;
}
.ms-knowledge-row small {
  font-size: 9px;
  color: #7f9988;
}
.ms-knowledge-row > svg {
  width: 12px;
  height: 12px;
  color: #718c7e;
}
.ms-brain-live-area {
  min-height: 250px;
  padding-top: 24px;
}
.ms-signal-label {
  display: block;
  color: #8aa595;
  font-size: 10px;
}
.ms-incoming-signals > div:not(.ms-signal-label) {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 11px 0;
  color: #9faf9e;
}
.ms-incoming-signals > div > svg {
  width: 15px;
  height: 15px;
  color: #779883;
}
.ms-incoming-signals > div > span:nth-child(2) {
  flex: 1;
  font-size: 10px;
  display: flex;
  align-items: baseline;
  gap: 13px;
}
.ms-incoming-signals b {
  font-size: 10px;
  font-weight: 400;
  color: #becbbc;
  width: 69px;
  flex: none;
}
.ms-incoming-signals > div > span:last-child svg {
  width: 12px;
  height: 12px;
  color: #92bda0;
}
.ms-memory-save {
  padding-bottom: 8px;
}
.ms-lesson-editor {
  margin-top: 19px;
  background: #24332b;
  border: 1px solid #95c29c24;
  padding: 16px 17px;
  border-radius: 8px;
}
.ms-lesson-editor > span {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
  color: #99b5a0;
}
.ms-lesson-editor > span > svg {
  height: 13px;
  width: 13px;
}
.ms-lesson-editor p {
  font: 400 21px/1.3 var(--font-display);
  color: #d8e8d5;
  margin: 19px 0;
}
.ms-lesson-editor button,
.ms-memory-confirmed button {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #a5ccb0;
  font-size: 10px;
}
.ms-lesson-editor button svg,
.ms-memory-confirmed button svg {
  width: 12px;
  height: 12px;
}
.ms-memory-confirmed {
  padding-top: 18px;
}
.ms-memory-confirmed > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  background: #2b4635;
  border: 1px solid #7ba57b22;
  color: #9ac39d;
  border-radius: 50%;
}
.ms-memory-confirmed > span svg {
  width: 15px;
  height: 15px;
}
.ms-memory-confirmed h4 {
  font: 400 19px/1.2 var(--font-display);
  letter-spacing: -0.02em;
  color: #d5e3cf;
  margin: 14px 0 10px;
}
.ms-memory-confirmed p {
  font-size: 11px;
  line-height: 1.8;
  max-width: 320px;
  color: #9db198;
}
.ms-memory-confirmed button {
  margin-top: 17px;
  font-size: 9px;
  color: #789e82;
}
.ms-recommendation-item {
  margin-top: 16px;
  padding: 17px 17px 0;
  background: #212c27;
  border: 1px solid #7b9b7a2b;
  border-radius: 8px;
  overflow: hidden;
}
.ms-recommendation-item > span {
  display: flex;
  gap: 10px;
  align-items: center;
  color: #a7c0a4;
}
.ms-recommendation-item > span b {
  font-weight: 400;
  font-size: 12px;
}
.ms-recommendation-item > span svg {
  width: 16px;
  height: 16px;
}
.ms-recommendation-item > p {
  font-size: 11px;
  color: #a0b59a;
  line-height: 1.75;
  margin: 13px 0 17px;
}
.ms-recommendation-item > button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0;
  border-top: 1px solid #ffffff12;
  padding: 13px 0;
  color: #91b393;
  background: transparent;
  font-size: 10px;
}
.ms-recommendation-item > button svg {
  width: 13px;
  height: 13px;
}
.ms-recommendation-reasons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow: hidden;
  font-size: 9px;
  color: #96b191;
}
.ms-recommendation-reasons > span {
  display: flex;
  align-items: center;
  gap: 8px;
}
.ms-recommendation-reasons > span:last-child {
  padding-bottom: 16px;
}
.ms-recommendation-reasons svg {
  width: 12px;
  height: 12px;
}
.ms-brain-bottom {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 22px;
  border-top: 1px solid #ffffff0d;
  font-size: 9px;
  color: #789a83;
  background: #151d1b;
}
.ms-brain-bottom svg {
  height: 12px;
  width: 12px;
}
/* Analytics: a continuous chart, evidence inspector, then a recorded visit. */
.ms-analytics-material {
  position: relative;
  padding: 30px;
  border-radius: 18px;
  border: 1px solid #ffffff1b;
  background: #17222a;
  isolation: isolate;
  overflow: hidden;
}
.ms-analytics-material:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url("/media/product/premium/analytics-world.webp") center/cover;
  opacity: 0.4;
}
.ms-analytics-workspace {
  position: relative;
  background: #161c21;
  border: 1px solid #ffffff24;
  border-radius: 11px;
  overflow: hidden;
  box-shadow:
    0 2px 4px #0002,
    0 25px 40px -15px #000b,
    0 60px 80px -40px #000c;
}
.ms-analytics-workspace > .ms-bar {
  background: #1c252b;
}
.ms-analytics-workspace > .ms-bar > span:last-child {
  font-size: 10px;
  color: #809691;
}
.ms-analytics-overview {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 32px 32px 26px;
}
.ms-chart-label {
  color: #93ada3;
  font-size: 11px;
}
.ms-analytics-overview h3 {
  font: 400 28px/1.2 var(--font-display);
  letter-spacing: -0.025em;
  color: #e0e9e1;
  margin: 9px 0 11px;
}
.ms-analytics-overview p {
  font-size: 12px;
  color: #91a39b;
}
.ms-chart-number {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 130px;
}
.ms-chart-number b {
  font: 400 49px/1.1 var(--font-display);
  letter-spacing: -0.045em;
  color: #d3e6d5;
  font-variant-numeric: tabular-nums;
}
.ms-chart-number b > span {
  font-size: 27px;
  color: #7f9f87;
  margin-left: 3px;
}
.ms-chart-number small {
  font-size: 10px;
  color: #7e9789;
  margin-top: 8px;
}
.ms-chart-filters {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 0 32px 7px;
  width: max-content;
  max-width: calc(100% - 64px);
  border: 1px solid #ffffff12;
  background: #11181c;
  padding: 4px;
  border-radius: 7px;
}
.ms-chart-filters button {
  position: relative;
  isolation: isolate;
  border: 0;
  background: transparent;
  padding: 7px 13px;
  color: #789388;
  font-size: 10px;
  white-space: nowrap;
}
.ms-chart-filters button[aria-pressed="true"] {
  color: #d6e5d8;
}
.ms-filter-selection {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: 4px;
  background: #2b3831;
  box-shadow:
    0 0 0 1px #d2e4ca0b inset,
    0 2px 4px #0003;
}
.ms-visibility-chart {
  height: 245px;
  margin: 3px 25px 30px 21px;
  min-width: 0;
}
.ms-visibility-chart .recharts-surface:focus-visible {
  outline: 1px solid #88bcaa;
  outline-offset: 4px;
  border-radius: 3px;
}
.ms-chart-tip {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #24362f;
  border: 1px solid #98b6a333;
  border-radius: 7px;
  padding: 13px 17px;
  box-shadow: 0 9px 20px #0005;
  color: #b6cdbc;
  font-size: 10px;
}
.ms-chart-tip b {
  font: 400 22px/1.2 var(--font-display);
  color: #d8eddc;
}
.ms-chart-tip small {
  font: 10px var(--font-body);
  margin-left: 5px;
  color: #92b499;
}
.ms-answer-workbench {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  border-top: 1px solid #ffffff11;
  min-height: 387px;
}
.ms-observed-questions {
  padding: 26px 28px;
  background: #141c20;
  border-right: 1px solid #ffffff10;
}
.ms-question-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #76958a;
  font-size: 10px;
}
.ms-question-heading > svg {
  width: 13px;
  height: 13px;
}
.ms-observed-questions h4 {
  font: 400 22px/1.2 var(--font-display);
  letter-spacing: -0.02em;
  color: #c5d8ca;
  margin: 13px 0 23px;
}
.ms-question-buttons {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.ms-question-buttons button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 12px;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 6px;
  text-align: left;
  color: #8fa99b;
  font-size: 11px;
}
.ms-question-buttons button[aria-pressed="true"] {
  background: #25352d;
  border-color: #97bd9c18;
  color: #d1e3cf;
}
.ms-question-buttons small {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 9px;
  color: #6f977c;
  white-space: nowrap;
}
.ms-question-buttons svg {
  width: 13px;
  height: 13px;
}
.ms-observed-questions > p {
  font-size: 9px;
  line-height: 1.9;
  color: #789083;
  margin: 24px 12px 0;
}
.ms-observed-answer {
  padding: 27px 30px;
  background: #182222;
  min-width: 0;
}
.ms-answer-prompt {
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.ms-answer-prompt > svg {
  width: 16px;
  height: 16px;
  color: #6d9c86;
  margin-top: 4px;
}
.ms-answer-prompt h4 {
  font: 400 20px/1.3 var(--font-display);
  letter-spacing: -0.023em;
  max-width: 355px;
  color: #d7e6d5;
}
.ms-answer-engines {
  display: flex;
  gap: 18px;
  margin: 23px 0 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #ffffff12;
  flex-wrap: wrap;
}
.ms-answer-engines button {
  display: flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: none;
  padding: 0;
  color: #789486;
  font-size: 10px;
}
.ms-answer-engines button[aria-pressed="true"] {
  color: #c9e1ca;
}
.ms-answer-engines button > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  border: 1px solid #648574;
}
.ms-answer-engines .is-mentioned {
  background: #88c3a3;
  border-color: #88c3a3;
}
.ms-answer-status {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 9px;
  color: #8db59a;
}
.ms-answer-status > svg {
  width: 11px;
  height: 11px;
}
.ms-answer-body > p {
  font-size: 12px;
  line-height: 1.95;
  color: #a9bda9;
  margin-top: 13px;
}
.ms-answer-citation {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #25352a;
  border: 1px solid #80a28023;
  border-radius: 6px;
  padding: 11px 12px;
  margin-top: 21px;
}
.ms-answer-citation > span:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  background: #38583e;
  color: #b5d2b1;
  font-size: 9px;
}
.ms-answer-citation > span:nth-child(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.ms-answer-citation b {
  font-weight: 400;
  font-size: 10px;
  color: #b6d0b0;
}
.ms-answer-citation small {
  font-size: 8px;
  color: #7a9b79;
}
.ms-answer-citation svg {
  width: 12px;
  height: 12px;
  color: #7a9d7a;
}
.ms-answer-absent {
  padding: 7px 0 20px;
  color: #779d83;
}
.ms-answer-absent > svg {
  width: 20px;
  height: 20px;
}
.ms-answer-absent h4 {
  font: 400 20px/1.2 var(--font-display);
  color: #c3d8c0;
  margin: 15px 0;
}
.ms-answer-absent p {
  font-size: 12px;
  line-height: 1.9;
  color: #96ae94;
}
.ms-referral-trace {
  display: grid;
  grid-template-columns: 0.85fr 1.4fr;
  align-items: center;
  gap: 60px;
  padding: 50px 5px 17px;
}
.ms-trace-copy h3 {
  font: 400 31px/1.15 var(--font-display);
  letter-spacing: -0.025em;
  color: #d8e4cf;
}
.ms-trace-copy p {
  font-size: 13px;
  line-height: 1.85;
  color: #95a88e;
  max-width: 310px;
  margin-top: 16px;
}
.ms-trace-events {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.ms-trace-event {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
}
.ms-trace-event > span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border: 1px solid #839b782e;
  border-radius: 8px;
  background: #28402c;
  color: #a9c59b;
  margin-bottom: 7px;
}
.ms-trace-event svg {
  width: 15px;
  height: 15px;
}
.ms-trace-event b {
  font-weight: 400;
  font-size: 10px;
  color: #c6d6b9;
  overflow-wrap: anywhere;
}
.ms-trace-event small {
  font-size: 9px;
  color: #7c9970;
  white-space: nowrap;
}
.ms-trace-connector {
  height: 1px;
  background: #81976c33;
  width: 23px;
  flex: 1;
  min-width: 12px;
  transform-origin: left;
  position: relative;
  top: -21px;
}
.ms-trace-connector:after {
  content: "";
  position: absolute;
  right: 0;
  top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #81976c66;
  border-right: 1px solid #81976c66;
  transform: rotate(45deg);
}
@media (max-width: 1150px) {
  .ms-brain-columns {
    gap: 35px;
    grid-template-columns: 0.7fr 1.3fr;
  }
  .ms-brain-material {
    padding: 58px 23px 64px;
  }
  .ms-brain-work-body {
    padding: 23px 18px 17px;
  }
  .ms-incoming-signals > div > span:nth-child(2) {
    display: block;
    font-size: 9px;
  }
  .ms-incoming-signals b {
    display: block;
    width: auto;
    margin-bottom: 4px;
  }
  .ms-brain-workspace {
    min-height: 595px;
  }
  .ms-brain-work-body {
    min-height: 493px;
  }
  .ms-brain-chapters > section {
    min-height: 440px;
  }
  .ms-analytics-material {
    padding: 23px;
  }
  .ms-answer-workbench {
    grid-template-columns: 0.82fr 1.18fr;
  }
  .ms-observed-questions {
    padding: 25px 21px;
  }
  .ms-observed-answer {
    padding: 25px;
  }
  .ms-question-buttons button {
    font-size: 10px;
    padding: 11px 9px;
  }
  .ms-referral-trace {
    gap: 30px;
    grid-template-columns: 0.8fr 1.4fr;
  }
}
@media (max-width: 850px) {
  .ms-brain-columns {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .ms-brain-chapters {
    display: flex;
    gap: 9px;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
  }
  .ms-brain-chapters > section {
    opacity: 1;
    min-height: 0;
    padding: 0;
    flex: 1;
    min-width: 0;
  }
  .ms-brain-chapters button {
    border-top: 0;
    border-bottom: 1px solid #ffffff20;
    font-size: 11px;
    gap: 8px;
    padding: 13px 3px;
    color: #829980;
    justify-content: center;
  }
  .ms-brain-chapters button > span,
  .ms-brain-chapters button > svg {
    display: none;
  }
  .ms-brain-chapters .is-active button {
    color: var(--ms-signal-soft);
    border-color: var(--ms-signal);
  }
  .ms-brain-chapters h3,
  .ms-brain-chapters p {
    display: none;
  }
  .ms-brain-mobile-copy {
    display: block;
    margin: 0 0 28px;
  }
  .ms-brain-mobile-copy h3 {
    margin: 0 0 14px;
    font-size: 30px;
    max-width: unset;
  }
  .ms-brain-mobile-copy p {
    font-size: 14px;
    max-width: 540px;
  }
  .ms-brain-pin {
    position: static;
    width: 100%;
  }
  .ms-brain-material {
    padding: 46px 36px;
  }
  .ms-brain-workspace {
    max-width: 540px;
    margin: auto;
    min-height: 572px;
  }
  .ms-brain-work-body {
    min-height: 470px;
    padding: 24px;
  }
  .ms-incoming-signals > div > span:nth-child(2) {
    display: flex;
    font-size: 10px;
  }
  .ms-incoming-signals b {
    width: 69px;
    margin: 0;
  }
  .ms-analytics-overview {
    padding: 26px;
  }
  .ms-analytics-overview h3 {
    font-size: 25px;
  }
  .ms-chart-filters {
    margin-left: 26px;
  }
  .ms-visibility-chart {
    margin-left: 15px;
    margin-right: 20px;
  }
  .ms-answer-workbench {
    grid-template-columns: 1fr;
  }
  .ms-observed-questions {
    border-right: 0;
    border-bottom: 1px solid #ffffff10;
    padding: 25px;
  }
  .ms-question-heading {
    display: none;
  }
  .ms-observed-questions h4 {
    margin: 0 0 17px;
  }
  .ms-question-buttons {
    flex-direction: row;
    gap: 6px;
  }
  .ms-question-buttons button {
    flex: 1;
    padding: 11px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .ms-question-buttons small {
    gap: 17px;
  }
  .ms-observed-questions > p {
    margin: 17px 0 0;
    line-height: 1.6;
  }
  .ms-observed-questions > p br {
    display: none;
  }
  .ms-answer-prompt h4 {
    max-width: none;
    font-size: 22px;
  }
  .ms-observed-answer {
    padding: 26px;
    min-height: 333px;
  }
  .ms-referral-trace {
    grid-template-columns: 1fr;
    gap: 27px;
    padding-top: 37px;
  }
  .ms-trace-copy h3 {
    font-size: 27px;
  }
  .ms-trace-copy p {
    max-width: unset;
    margin-top: 11px;
  }
  .ms-trace-events {
    gap: 19px;
  }
  .ms-trace-event {
    flex: 1;
  }
  .ms-trace-connector {
    max-width: 100px;
  }
  .ms-trace-event b {
    font-size: 11px;
  }
}
@media (max-width: 500px) {
  .ms-brain-material {
    padding: 29px 12px 33px;
    border-radius: 12px;
  }
  .ms-brain-workspace {
    min-height: 572px;
    border-radius: 8px;
  }
  .ms-brain-work-body {
    padding: 21px 14px;
    min-height: 478px;
  }
  .ms-brain-workspace .ms-bar {
    font-size: 10px;
    padding: 0 13px;
    height: 46px;
  }
  .ms-brain-workspace .ms-bar > span:last-child {
    font-size: 7px;
  }
  .ms-knowledge-heading h4 {
    font-size: 19px;
  }
  .ms-knowledge-tabs {
    gap: 15px;
    font-size: 9px;
  }
  .ms-knowledge-row b {
    font-size: 10px;
  }
  .ms-knowledge-row small {
    font-size: 8px;
  }
  .ms-knowledge-row {
    gap: 8px;
  }
  .ms-knowledge-symbol {
    width: 25px;
    height: 28px;
  }
  .ms-incoming-signals > div > span:nth-child(2) {
    display: block;
    font-size: 9px;
  }
  .ms-incoming-signals b {
    width: auto;
    margin-bottom: 3px;
  }
  .ms-incoming-signals > div:not(.ms-signal-label) {
    padding: 9px 0;
  }
  .ms-brain-bottom {
    padding: 13px 14px;
    font-size: 8px;
    line-height: 1.6;
  }
  .ms-brain-bottom svg {
    width: 11px;
    height: 11px;
  }
  .ms-lesson-editor {
    padding: 15px 13px;
  }
  .ms-lesson-editor p {
    font-size: 19px;
  }
  .ms-recommendation-item {
    padding: 14px 13px 0;
  }
  .ms-recommendation-item > span b {
    font-size: 11px;
  }
  .ms-analytics-material {
    padding: 12px;
    border-radius: 12px;
  }
  .ms-analytics-workspace {
    border-radius: 7px;
  }
  .ms-analytics-workspace > .ms-bar {
    height: 43px;
    font-size: 10px;
  }
  .ms-analytics-workspace > .ms-bar > span:last-child {
    font-size: 7px;
  }
  .ms-analytics-overview {
    padding: 22px 17px 20px;
    align-items: flex-start;
    gap: 10px;
  }
  .ms-analytics-overview h3 {
    font-size: 22px;
    max-width: 180px;
  }
  .ms-analytics-overview p {
    font-size: 10px;
    line-height: 1.8;
    max-width: 180px;
  }
  .ms-chart-label {
    font-size: 9px;
  }
  .ms-chart-number {
    min-width: 65px;
    padding-top: 19px;
  }
  .ms-chart-number b {
    font-size: 38px;
  }
  .ms-chart-number b > span {
    font-size: 19px;
  }
  .ms-chart-number small {
    font-size: 7px;
    white-space: nowrap;
  }
  .ms-chart-filters {
    margin: 0 13px 8px;
    max-width: calc(100% - 26px);
    padding: 3px;
    gap: 0;
    width: calc(100% - 26px);
  }
  .ms-chart-filters button {
    font-size: 8px;
    padding: 7px 6px;
    flex: 1;
  }
  .ms-visibility-chart {
    height: 208px;
    margin: 0 10px 17px 2px;
  }
  .ms-visibility-chart .recharts-cartesian-axis-tick text {
    font-size: 8px;
  }
  .ms-observed-questions {
    padding: 20px 16px;
  }
  .ms-observed-questions h4 {
    font-size: 20px;
  }
  .ms-question-buttons {
    flex-direction: column;
    gap: 3px;
  }
  .ms-question-buttons button {
    flex-direction: row;
    align-items: center;
    font-size: 10px;
    padding: 10px 9px;
  }
  .ms-question-buttons small {
    font-size: 8px;
    gap: 10px;
  }
  .ms-observed-questions > p {
    font-size: 8px;
    margin-top: 13px;
  }
  .ms-observed-answer {
    padding: 23px 18px;
    min-height: 405px;
  }
  .ms-answer-prompt {
    gap: 10px;
  }
  .ms-answer-prompt h4 {
    font-size: 21px;
  }
  .ms-answer-prompt > svg {
    width: 14px;
    height: 14px;
  }
  .ms-answer-engines {
    gap: 13px;
  }
  .ms-answer-engines button {
    font-size: 9px;
  }
  .ms-answer-body > p {
    font-size: 11px;
    line-height: 1.95;
  }
  .ms-answer-citation {
    padding: 10px 9px;
    gap: 7px;
  }
  .ms-answer-citation b {
    font-size: 9px;
  }
  .ms-answer-citation small {
    font-size: 7px;
  }
  .ms-referral-trace {
    padding-top: 29px;
  }
  .ms-trace-copy h3 {
    font-size: 26px;
  }
  .ms-trace-copy p {
    font-size: 12px;
  }
  .ms-trace-events {
    gap: 7px;
  }
  .ms-trace-event b {
    font-size: 9px;
  }
  .ms-trace-event small {
    font-size: 7px;
    white-space: normal;
  }
  .ms-trace-event {
    gap: 7px;
  }
  .ms-trace-connector {
    min-width: 9px;
    max-width: 16px;
  }
  .ms-trace-event > span {
    width: 28px;
    height: 28px;
  }
  .ms-trace-connector {
    top: -19px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ms-brain-chapters > section {
    opacity: 1;
  }
}
/* The authored page supplies the outer section; keep each story at full width. */
.cycles-grid:has(> .trovance-story),
.funnel-grid:has(> .trovance-story),
.queue-grid:has(> .trovance-story) {
  display: block !important;
}
.cycles-grid > .trovance-story,
.funnel-grid > .trovance-story {
  margin-top: 0;
}
.trovance-story {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  isolation: isolate;
  pointer-events: auto;
}
.ms-story-fallback {
  border-top: 1px solid #ffffff20;
  padding: 40px 0;
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 24px;
  max-width: 650px;
}
.ms-story-fallback h3 {
  font: 400 32px/1.2 var(--font-display);
  letter-spacing: -0.025em;
  color: #dae5d7;
}
.ms-story-fallback p {
  font-size: 16px;
  line-height: 1.8;
  color: #a6b6a6;
}
.ms-story-fallback ol {
  padding-left: 20px;
  line-height: 1.9;
  color: #a6b6a6;
}
@media (max-width: 1000px) {
  .ms-work-lane-0 .ms-work-scene {
    height: 452px;
  }
}
@media (max-width: 500px) {
  .ms-work-lane-0 .ms-work-scene {
    height: 476px;
  }
}
@media (max-width: 500px) {
  .ms-command-search input {
    font-size: 16px;
  }
  .ms-source-nav button {
    min-height: 32px;
  }
  .ms-chart-filters button {
    min-height: 32px;
    font-size: 9px;
  }
  .ms-answer-engines button {
    min-height: 32px;
    font-size: 10px;
  }
  .ms-guide-controls button {
    width: 36px;
    height: 36px;
  }
  .ms-editor-comment button {
    min-height: 28px;
  }
  .ms-lesson-editor button,
  .ms-memory-confirmed button {
    min-height: 32px;
  }
}
@media (max-width: 1000px) {
  .ms-content {
    overflow-anchor: none;
  }
  .ms-lane-trigger,
  .ms-work-scene,
  .ms-lane-caption {
    transform: none !important;
  }
}
.trovance-story {
  scroll-margin-top: 100px;
}
/* Clip decorative dots without creating a scroll container around the sticky Brain. */
#cycles-sec:has(.trovance-story) {
  overflow: clip;
}

/* Shared platform palette. Geometry and animation stay in the scene recipes
   above; these material roles keep all three dark demonstrations consistent. */
.trovance-story
  :is(
    .ms-command,
    .ms-editor,
    .ms-source-detail,
    .ms-publish-document,
    .ms-brain-workspace,
    .ms-analytics-workspace,
    .ms-observed-answer
  ) {
  background: var(--ms-surface);
}
.trovance-story
  :is(
    .ms-command-search,
    .ms-format,
    .ms-brain-workspace .ms-bar,
    .ms-analytics-workspace .ms-bar,
    .ms-chart-tip
  ) {
  background: var(--ms-raised);
  color: var(--ms-muted);
}
.trovance-story
  :is(.ms-command-foot, .ms-brain-bottom, .ms-observed-questions) {
  background: var(--ms-void);
  color: var(--ms-muted);
}
.trovance-story
  :is(
    .ms-brief-ticket,
    .ms-editor-comment,
    .ms-lesson-editor,
    .ms-recommendation-item,
    .ms-publish-receipt,
    .ms-answer-citation
  ) {
  background: var(--ms-tint);
  border-color: var(--ms-signal-border);
  color: var(--ms-copy);
}
.trovance-story
  :is(
    .ms-command-icon,
    .ms-knowledge-symbol,
    .ms-person,
    .ms-check-circle,
    .ms-receipt-icon,
    .ms-memory-confirmed > span,
    .ms-answer-citation > span:first-child,
    .ms-trace-event > span
  ) {
  background: var(--ms-tint-strong);
  border-color: var(--ms-signal-border);
  color: var(--ms-signal);
  box-shadow: none;
}
.trovance-story
  :is(
    .ms-source-identity b,
    .ms-source-detail blockquote,
    .ms-editor-content h4,
    .ms-publication-title h4,
    .ms-knowledge-heading h4,
    .ms-memory-confirmed h4,
    .ms-analytics-overview h3,
    .ms-chart-number b,
    .ms-chart-tip b,
    .ms-observed-questions h4,
    .ms-answer-prompt h4,
    .ms-answer-absent h4,
    .ms-trace-copy h3,
    .ms-lesson-editor p
  ) {
  color: var(--ms-ink);
}
.trovance-story
  :is(
    .ms-command [cmdk-item],
    .ms-brief-ticket b,
    .ms-editor-content p,
    .ms-editor-comment b,
    .ms-human-gate b,
    .ms-publication-checks > div,
    .ms-publish-receipt b,
    .ms-knowledge-row b,
    .ms-incoming-signals b,
    .ms-recommendation-item > span,
    .ms-answer-body > p,
    .ms-answer-citation b,
    .ms-trace-event b
  ) {
  color: var(--ms-copy);
}
.trovance-story
  :is(
    .ms-saved,
    .ms-review-badge,
    .ms-command [cmdk-group-heading],
    .ms-command [cmdk-item] small,
    .ms-command kbd,
    .ms-brief-ticket small,
    .ms-source-nav,
    .ms-source-nav button,
    .ms-source-identity > span:last-child,
    .ms-format-last,
    .ms-editor-comment p,
    .ms-publication-checks small,
    .ms-human-gate small,
    .ms-publish-receipt small,
    .ms-knowledge-heading > span,
    .ms-knowledge-tabs,
    .ms-knowledge-row small,
    .ms-knowledge-row > svg,
    .ms-signal-label,
    .ms-incoming-signals > div,
    .ms-memory-confirmed p,
    .ms-recommendation-item > p,
    .ms-recommendation-reasons,
    .ms-chart-label,
    .ms-analytics-overview p,
    .ms-chart-number small,
    .ms-chart-filters button,
    .ms-chart-tip small,
    .ms-question-heading,
    .ms-question-buttons button,
    .ms-question-buttons small,
    .ms-observed-questions > p,
    .ms-answer-engines button,
    .ms-answer-citation small,
    .ms-answer-absent,
    .ms-answer-absent p,
    .ms-trace-copy p,
    .ms-trace-event small
  ) {
  color: var(--ms-muted);
}
.trovance-story
  :is(
    .ms-brief-ticket > svg,
    .ms-source-used,
    .ms-source-used > span:last-child,
    .ms-doc-tag,
    .ms-source-inline,
    .ms-editor-comment button,
    .ms-publication-title > svg,
    .ms-publish-receipt > svg,
    .ms-knowledge-tabs .is-active,
    .ms-incoming-signals > div > svg,
    .ms-incoming-signals > div > span:last-child svg,
    .ms-lesson-editor > span,
    .ms-lesson-editor button,
    .ms-memory-confirmed button,
    .ms-recommendation-item > button,
    .ms-answer-prompt > svg,
    .ms-answer-status,
    .ms-answer-citation svg
  ) {
  color: var(--ms-signal);
}
.trovance-story .ms-knowledge-tabs .is-active {
  border-bottom-color: var(--ms-signal);
}
.trovance-story .ms-source-detail blockquote {
  border-left-color: var(--ms-signal);
}
.trovance-story .ms-command [cmdk-item][aria-selected="true"] {
  background: var(--ms-tint-strong);
  color: var(--ms-signal-soft);
  box-shadow: 0 0 0 1px var(--ms-signal-border) inset;
}
.trovance-story .ms-selected-text {
  background: var(--ms-tint-strong);
  box-shadow:
    3px 0 var(--ms-tint-strong),
    -2px 0 var(--ms-tint-strong);
  color: var(--ms-signal-soft);
}
.trovance-story .ms-editor-content p sup {
  background: var(--ms-tint-strong);
  color: var(--ms-signal);
}
.trovance-story .ms-cursor,
.trovance-story .ms-cursor > svg {
  color: var(--ms-signal);
  fill: var(--ms-signal);
  stroke: var(--ms-signal-ink);
}
.trovance-story .ms-cursor > span {
  background: var(--ms-signal);
  color: var(--ms-signal-ink);
}
.trovance-story .ms-approve {
  background: var(--ms-signal);
  border-color: var(--ms-signal);
  color: var(--ms-signal-ink) !important;
}
.trovance-story .ms-approve-publishing {
  background: var(--ms-tint-strong);
  border-color: var(--ms-signal-border);
  color: var(--ms-signal-soft) !important;
}
.trovance-story .ms-approve-published {
  background: var(--ms-tint);
  border-color: var(--ms-signal-border);
  color: var(--ms-signal) !important;
}
.trovance-story
  :is(.ms-text-caret, .ms-growing-dot, .ms-answer-engines .is-mentioned) {
  background: var(--ms-signal);
  border-color: var(--ms-signal);
}
.trovance-story .ms-growing-dot {
  box-shadow: 0 0 9px color-mix(in srgb, var(--ms-signal) 40%, transparent);
}
.trovance-story .ms-filter-selection,
.trovance-story .ms-question-buttons button[aria-pressed="true"] {
  background: var(--ms-tint-strong);
  border-color: var(--ms-signal-border);
}
.trovance-story .ms-chart-filters button[aria-pressed="true"],
.trovance-story .ms-question-buttons button[aria-pressed="true"],
.trovance-story .ms-answer-engines button[aria-pressed="true"] {
  color: var(--ms-signal-soft);
}
.trovance-story .ms-visibility-chart .recharts-surface:focus-visible {
  outline-color: var(--ms-signal);
}
.trovance-story .ms-trace-connector {
  background: var(--ms-signal-border);
}
.trovance-story .ms-trace-connector:after {
  border-color: var(--ms-signal-border);
}
