offindex-story {
  display: block;
  width: 100%;
  font-family: var(
    --body,
    "Space Grotesk",
    Arial,
    "Noto Sans CJK KR",
    sans-serif
  );
  color: #efeee8;
  text-align: left;
  --story-lime: #dbff48;
  --story-muted: #c0c0b4;
  --story-line: #42423a;
}
offindex-story * {
  box-sizing: border-box;
}
.story-frame {
  --story-progress: 0;
  background: #111;
  border: 1px solid #41413a;
  overflow: hidden;
}
.story-frame button,
.story-frame a {
  font: inherit;
}
.story-frame button {
  cursor: pointer;
  border-radius: 0;
}
.story-frame button:focus-visible,
.story-frame a:focus-visible {
  outline: 2px solid var(--story-lime);
  outline-offset: -5px;
}
.story-frame button {
  touch-action: manipulation;
}
.story-frame h3,
.story-frame h4,
.story-frame p {
  overflow-wrap: break-word;
}
.story-topbar {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  align-items: center;
  padding: 20px 26px;
  border-bottom: 1px solid var(--story-line);
}
.story-brand {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.7px;
}
.story-brand > span {
  font-size: 11px;
  font-weight: 400;
  color: var(--story-muted);
  letter-spacing: 1px;
  margin-left: 7px;
}
.story-demo-badge {
  font-size: 11px;
  color: var(--story-lime);
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}
.story-demo-badge > i {
  width: 6px;
  height: 6px;
  background: var(--story-lime);
  border-radius: 50%;
}
.story-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-bottom: 1px solid var(--story-line);
}
.story-tab {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 9px;
  padding: 19px 17px;
  background: #1b1b18;
  color: #c7c7bc;
  border: 0;
  border-right: 1px solid var(--story-line);
  transition:
    background 0.2s,
    color 0.2s;
  min-height: 77px;
}
.story-tab:last-child {
  border-right: 0;
}
.story-tab > span {
  font-size: 11px;
  letter-spacing: 1px;
}
.story-tab > strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  white-space: nowrap;
}
.story-tab[aria-pressed="true"] {
  background: var(--story-lime);
  color: #111;
}
.story-tab:hover:not([aria-pressed="true"]) {
  background: #303029;
  color: #fff;
}
.story-contextbar {
  display: flex;
  align-items: center;
  gap: 17px;
  padding: 17px 26px;
  border-bottom: 1px solid var(--story-line);
  flex-wrap: wrap;
}
.story-context-label {
  font-size: 11px;
  line-height: 1.6;
  color: var(--story-muted);
}
.story-market-options {
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}
.story-market-options button {
  background: transparent;
  border: 1px solid #555548;
  padding: 8px 11px;
  color: #f2f2e9;
  font-size: 13px;
}
.story-market-options button > span {
  color: #b7b7a8;
  font-size: 11px;
  margin-left: 7px;
}
.story-market-options button[aria-pressed="true"] {
  background: #f0eee6;
  color: #111;
  border-color: #f0eee6;
}
.story-market-options button[aria-pressed="true"] > span {
  color: #4c4c43;
}
.story-market-options button:hover {
  border-color: var(--story-lime);
}
.story-journey-context {
  margin-left: auto;
  color: var(--story-muted);
  font-size: 11px;
}
.story-stage {
  padding: 30px;
  min-height: 570px;
  background: radial-gradient(ellipse at 10% 0%, #262620 0, transparent 65%);
}
.story-stage > div,
.story-stage > aside {
  animation: story-enter 0.45s ease both;
}
.story-stage-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  gap: 30px;
  align-items: start;
}
.story-kicker {
  font-size: 11px;
  color: var(--story-muted);
  letter-spacing: 1.1px;
  font-weight: 500;
  line-height: 1.7;
}
.story-frame h3 {
  font-family: var(--body, "Space Grotesk", sans-serif);
  font-size: clamp(24px, 2.7vw, 34px);
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: -0.8px;
  color: #efeee8;
  margin: 14px 0 19px;
}
.story-inspector {
  border-left: 1px solid var(--story-line);
  padding-left: 27px;
  min-width: 0;
}
.story-side-copy {
  font-size: 15px;
  line-height: 1.8;
  color: #d8d8cb;
  margin: 0 0 20px;
  word-break: keep-all;
}
.story-method {
  font-size: 12px;
  line-height: 1.85;
  color: var(--story-muted);
  margin: 17px 0 0;
  word-break: keep-all;
}
.story-chat-window {
  border: 1px solid #55554b;
  background: #1c1c19;
  min-width: 0;
}
.story-chat-top {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
  border-bottom: 1px solid var(--story-line);
}
.story-ai-icon {
  display: grid;
  place-items: center;
  border: 1px solid #696958;
  color: var(--story-lime);
  width: 35px;
  height: 35px;
  font-size: 25px;
  flex-shrink: 0;
}
.story-chat-top strong {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  display: block;
}
.story-chat-top small {
  font-size: 11px;
  color: var(--story-muted);
  display: block;
  margin-top: 4px;
}
.story-small-tag {
  padding: 4px 6px;
  border: 1px solid #555546;
  font-size: 10px;
  color: #c5c5b7;
  margin-left: auto;
  white-space: nowrap;
}
.story-chat-messages {
  padding: 18px;
  min-height: 365px;
}
.story-chat-user {
  background: #35352d;
  padding: 15px 17px;
  margin-left: 24px;
  min-height: 134px;
}
.story-message-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  color: #c6c6b8;
  line-height: 1.5;
}
.story-chat-user p {
  font-size: 17px;
  line-height: 1.7;
  margin: 9px 0 8px;
  min-height: 58px;
}
.story-chat-user small {
  font-size: 11px;
  color: #c4c4b7;
  line-height: 1.7;
  display: block;
}
.story-cursor {
  display: inline-block;
  vertical-align: -2px;
  width: 2px;
  height: 16px;
  background: var(--story-lime);
  animation: story-blink 1s step-end infinite;
  margin-left: 3px;
}
.story-chat-complete .story-cursor {
  display: none;
}
.story-chat-answer {
  padding-top: 24px;
}
.story-ai-star {
  font-size: 21px;
  color: var(--story-lime);
}
.story-message-label > [data-story-stream-status] {
  margin-left: auto;
  font-size: 10px;
  color: #b3b3a5;
}
.story-chat-answer p {
  font-size: 16px;
  line-height: 1.9;
  margin: 10px 0 12px;
  min-height: 95px;
}
.story-chat-reference {
  opacity: 0;
  font-size: 11px;
  color: #dbdbcc;
  border-top: 1px solid #414138;
  padding-top: 10px;
  display: block;
  line-height: 1.6;
  transition: opacity 0.4s;
}
.story-chat-reference.is-ready {
  opacity: 1;
}
.story-chat-reference > span {
  color: #b7b7a5;
  display: block;
  font-size: 10px;
}
.story-chat-composer {
  border-top: 1px solid var(--story-line);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.story-chat-composer > span {
  font-size: 11px;
  color: var(--story-muted);
}
.story-chat-composer button {
  background: none;
  border: 0;
  color: var(--story-lime);
  font-size: 11px;
  white-space: nowrap;
  min-height: 32px;
  padding: 2px 4px;
}
.story-mini-steps > div {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 0;
  border-top: 1px solid var(--story-line);
}
.story-mini-steps > div > span {
  font-size: 11px;
  color: var(--story-lime);
  line-height: 1.8;
  padding-top: 1px;
}
.story-mini-steps p {
  margin: 0;
  font-size: 13px;
  color: #c2c2b5;
  line-height: 1.8;
}
.story-mini-steps strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #f0f0e5;
  margin-bottom: 3px;
}
.story-review-question {
  font-size: 13px;
  line-height: 1.8;
  color: #c6c6b9;
  margin: 15px 0 20px;
  padding: 12px 15px;
  background: #292923;
  border-left: 2px solid #737361;
}
.story-response-head {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
}
.story-response-head strong {
  font-weight: 500;
}
.story-response-copy {
  font-size: 17px;
  line-height: 1.9;
  margin: 16px 0;
}
.story-response-copy p {
  margin: 0 0 12px;
}
.story-response-copy mark {
  color: var(--story-lime);
  background: #363f1c;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  padding: 2px 3px;
}
.story-peer-highlight {
  text-decoration: underline;
  text-decoration-color: #777766;
  text-underline-offset: 5px;
}
.story-citation {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  vertical-align: 1px;
  min-width: 32px;
  min-height: 30px;
  font-size: 11px !important;
  background: #36362b;
  border: 1px solid #75755d;
  color: #e5e5d5;
  margin-left: 3px;
  padding: 2px 5px;
}
.story-citation[aria-pressed="true"] {
  background: var(--story-lime);
  color: #111;
  border-color: var(--story-lime);
}
.story-gap-callout {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  padding: 13px 15px;
  border: 1px dashed #929273;
  background: #27271f;
  margin: 20px 0;
}
.story-gap-callout > span {
  color: var(--story-lime);
  font-size: 26px;
  line-height: 1.2;
}
.story-gap-callout p {
  font-size: 13px;
  line-height: 1.8;
  margin: 0;
  color: #d2d2c3;
  word-break: keep-all;
}
.story-gap-callout strong {
  font-size: 13px;
  color: var(--story-lime);
  display: block;
  font-weight: 500;
}
.story-comparison > div {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 7px;
  padding: 10px 0;
  border-top: 1px solid var(--story-line);
  font-size: 12px;
  line-height: 1.5;
}
.story-comparison > div:first-child {
  font-size: 10px;
  color: #bcbcab;
}
.story-comparison strong {
  font-weight: 500;
  text-align: center;
}
.story-comparison span {
  color: var(--story-muted);
}
.story-comparison .story-missing {
  color: var(--story-lime);
}
.story-evidence-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 16px;
}
.story-evidence-tabs button {
  background: transparent;
  border: 1px solid #626250;
  color: #d0d0c0;
  min-height: 37px;
  padding: 7px 8px;
  font-size: 11px;
}
.story-evidence-tabs button[aria-pressed="true"] {
  border-color: var(--story-lime);
  color: var(--story-lime);
  background: #2e3320;
}
.story-evidence-card {
  border: 1px solid #636352;
  padding: 18px;
  margin-top: 15px;
  background: #22221c;
}
.story-evidence-card > span {
  font-size: 10px;
  color: #bcbcaa;
  display: block;
  line-height: 1.7;
}
.story-evidence-card > strong {
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-top: 9px;
  line-height: 1.7;
}
.story-evidence-card blockquote {
  font-size: 14px;
  color: #deded0;
  line-height: 1.85;
  margin: 15px 0 17px;
  word-break: keep-all;
}
.story-evidence-card > small {
  font-size: 11px;
  color: #bdbdab;
  line-height: 1.7;
  display: block;
}
.story-trend-header,
.story-diagnosis-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.story-trend-header h3,
.story-diagnosis-header h3 {
  margin-bottom: 0;
}
.story-segmented {
  display: flex;
  border: 1px solid #676755;
  align-self: flex-start;
  flex-shrink: 0;
  margin-top: 7px;
}
.story-segmented button {
  border: 0;
  background: transparent;
  color: #c6c6b7;
  padding: 10px 17px;
  font-size: 13px;
}
.story-segmented button[aria-pressed="true"] {
  background: var(--story-lime);
  color: #111;
}
.story-trend-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.8fr) minmax(0, 1fr);
  gap: 26px;
}
.story-chart-card {
  background: #1c1c17;
  border: 1px solid #4c4c3d;
  padding: 17px;
  min-width: 0;
}
.story-chart-top {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  line-height: 1.7;
  flex-wrap: wrap;
}
.story-chart-top strong {
  color: #b8b8a8;
  font-weight: 400;
  font-size: 10px;
}
.story-linechart {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 12px;
  overflow: visible;
}
.story-chart-grid {
  stroke: #414136;
  stroke-width: 1;
  stroke-dasharray: 3 5;
}
.story-axis {
  font-family: var(--body, "Space Grotesk", sans-serif);
  font-size: 11px;
  fill: #bcbca9;
}
.story-chart-path {
  fill: none;
  stroke-width: 2.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 1;
  stroke-dashoffset: 0;
  animation: story-draw 1.5s ease both;
}
.story-chart-dot {
  stroke: #1c1c17;
  stroke-width: 2;
  animation: story-enter 1.5s ease both;
}
.story-chart-path.story-series-own {
  stroke: var(--story-lime);
}
.story-chart-dot.story-series-own {
  fill: var(--story-lime);
}
.story-chart-path.story-series-peer {
  stroke: #f2f0e7;
}
.story-chart-dot.story-series-peer {
  fill: #f2f0e7;
}
.story-chart-path.story-series-source {
  stroke: #929685;
  stroke-width: 2;
  stroke-dasharray: 0.012 0.012;
}
.story-chart-dot.story-series-source {
  fill: #929685;
}
.story-chart-legend {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
  margin: 5px 0 16px;
  font-size: 10px;
  color: #d0d0bd;
}
.story-chart-legend > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.story-chart-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}
.story-key-own {
  background: var(--story-lime);
}
.story-key-peer {
  background: #f2f0e7;
}
.story-key-source {
  background: #929685;
}
.story-chart-table-wrap {
  overflow-x: auto;
}
.story-chart-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 10px;
  white-space: nowrap;
  line-height: 1.7;
}
.story-chart-table td,
.story-chart-table th {
  text-align: right;
  padding: 7px 4px;
  border-top: 1px solid #414136;
  font-weight: 400;
}
.story-chart-table th:first-child {
  text-align: left;
  color: #ceceba;
}
.story-chart-table thead th {
  color: #b6b6a2;
  font-size: 9px;
}
.story-big-stat {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--story-line);
}
.story-big-stat > span {
  font-size: 12px;
  color: #cdcdba;
  display: block;
  line-height: 1.7;
}
.story-big-stat > strong {
  font-family: "Anton", Impact, sans-serif;
  color: var(--story-lime);
  font-weight: 400;
  font-size: 82px;
  line-height: 1.2;
  display: block;
  margin: 10px 0 3px;
  letter-spacing: -2px;
}
.story-big-stat small {
  font-family: var(--body, "Space Grotesk", sans-serif);
  font-size: 28px;
  margin-left: 4px;
  letter-spacing: -1px;
}
.story-big-stat p {
  font-size: 12px;
  margin: 0;
  color: #cccbb6;
  line-height: 1.7;
}
.story-trend-insight {
  padding-top: 19px;
}
.story-trend-insight > span {
  font-size: 10px;
  color: #bdbda9;
  letter-spacing: 0.7px;
}
.story-trend-insight p {
  font-size: 14px;
  line-height: 1.8;
  color: #e0e0d2;
  margin: 10px 0 0;
  word-break: keep-all;
}
.story-trend-summary .story-method {
  font-size: 11px;
  margin-top: 18px;
}
.story-mobile-br {
  display: none;
}
.story-date-label {
  font-size: 12px;
  line-height: 1.8;
  text-align: right;
  color: #dddcca;
  white-space: nowrap;
  align-self: flex-start;
  padding-top: 9px;
}
.story-date-label small {
  font-size: 11px;
  color: #bdbda9;
}
.story-channel-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 25px 0;
}
.story-channel-strip button {
  border: 1px solid #5c5c4b;
  background: #20201a;
  color: #efeee4;
  padding: 15px;
  display: grid;
  grid-template-columns: max-content minmax(0, 1fr);
  gap: 6px 8px;
  text-align: left;
}
.story-channel-strip button > span {
  grid-row: 1/3;
  font-size: 26px;
  line-height: 1.2;
  align-self: center;
}
.story-channel-strip button > strong {
  font-size: 14px;
  font-weight: 500;
}
.story-channel-strip button > small {
  font-size: 11px;
  color: #babab0;
}
.story-channel-strip button[aria-pressed="true"] {
  background: var(--story-lime);
  border-color: var(--story-lime);
  color: #111;
}
.story-channel-strip button[aria-pressed="true"] > small {
  color: #444b25;
}
.story-diagnosis-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(0, 1fr);
  gap: 24px;
}
.story-campaign-head {
  border-bottom: 1px solid var(--story-line);
  padding-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.story-campaign-head > span {
  font-size: 11px;
  color: #c3c3b1;
  line-height: 1.7;
}
.story-campaign-head > strong {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}
.story-data-chain {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 22px 0;
  border-bottom: 1px solid var(--story-line);
}
.story-data-chain > div {
  flex: 1;
  min-width: 0;
}
.story-data-chain div > span {
  font-size: 10px;
  color: #c5c5b1;
  display: block;
  line-height: 1.7;
}
.story-data-chain strong {
  display: block;
  font-size: 22px;
  font-weight: 500;
  margin: 7px 0;
  white-space: nowrap;
  letter-spacing: -1px;
}
.story-data-chain small {
  font-size: 10px;
  color: #bdbda8;
  display: block;
  line-height: 1.7;
}
.story-data-divider {
  font-size: 20px;
  color: #96967d;
}
.story-cross-checks > div {
  display: flex;
  gap: 16px;
  padding: 13px 0;
  border-bottom: 1px solid var(--story-line);
}
.story-cross-checks span {
  font-size: 11px;
  line-height: 1.8;
  color: var(--story-lime);
  flex: 0 0 74px;
}
.story-cross-checks p {
  font-size: 12px;
  line-height: 1.8;
  margin: 0;
  color: #d6d6c2;
  word-break: keep-all;
}
.story-diagnostic-card {
  background: #292c1d;
  border: 1px solid #737953;
  padding: 22px;
}
.story-diagnostic-card > .story-kicker {
  color: var(--story-lime);
}
.story-diagnostic-card h4 {
  font-size: 19px;
  font-weight: 500;
  line-height: 1.7;
  margin: 15px 0;
  color: #f0f1df;
  letter-spacing: -0.5px;
  word-break: keep-all;
}
.story-diagnostic-card p {
  font-size: 13px;
  line-height: 1.9;
  color: #d3d5bd;
  margin: 0;
  word-break: keep-all;
}
.story-diagnostic-card > div {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  font-size: 11px;
  border-top: 1px solid #5a6040;
  margin-top: 19px;
  padding-top: 13px;
}
.story-diagnostic-card > div > span {
  color: #c0c3aa;
}
.story-diagnostic-card strong {
  font-weight: 500;
  color: var(--story-lime);
}
.story-wide-note {
  border-top: 1px solid var(--story-line);
  padding-top: 17px;
  margin-top: 22px;
  font-size: 12px;
}
.story-journey-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.story-journey-heading > span {
  font-size: 12px;
  color: #c2c2ae;
  line-height: 1.8;
  text-align: right;
}
.story-journey-map {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 13px;
  margin-top: 16px;
}
.story-touchpoint {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  min-height: 146px;
  background: #24241e;
  border: 1px solid #686852;
  color: #efefe2;
  padding: 17px 14px;
}
.story-touchpoint-number {
  color: #b7b79f;
  font-size: 11px;
  letter-spacing: 1px;
}
.story-touchpoint > strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 14px;
  word-break: keep-all;
}
.story-touchpoint > small {
  color: #bbbba3;
  font-size: 11px;
  margin-top: 9px;
  line-height: 1.6;
}
.story-touchpoint > i {
  position: absolute;
  right: -11px;
  top: 43%;
  font-size: 17px;
  color: #a7a788;
  font-style: normal;
  z-index: 1;
  line-height: 1;
  background: #161613;
}
.story-touchpoint[aria-pressed="true"] {
  background: var(--story-lime);
  color: #111;
  border-color: var(--story-lime);
}
.story-touchpoint[aria-pressed="true"] > .story-touchpoint-number,
.story-touchpoint[aria-pressed="true"] > small {
  color: #474b2e;
}
.story-touchpoint-unknown,
.story-touchpoint-partial {
  border-style: dashed;
}
.story-return-loop {
  display: flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px dashed #72725a;
  padding: 10px 12px 15px;
  margin: 0 5px 25px;
  color: #c9c9b0;
}
.story-return-loop > span {
  font-size: 28px;
  color: var(--story-lime);
}
.story-return-loop p {
  margin: 0;
  font-size: 11px;
  line-height: 1.8;
}
.story-return-loop p > span {
  color: #aeae95;
}
.story-journey-detail {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 28px;
  background: #23231c;
  border: 1px solid #565644;
  padding: 22px;
}
.story-journey-detail h4 {
  font-size: 23px;
  font-weight: 500;
  margin: 12px 0;
  letter-spacing: -0.6px;
  color: #ededdd;
}
.story-observation-tag {
  display: inline-block;
  padding: 4px 8px;
  border: 1px solid #6b6b4f;
  font-size: 11px;
  color: var(--story-lime);
}
.story-journey-detail > div:last-child > strong {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.story-journey-detail p {
  font-size: 13px;
  line-height: 1.85;
  color: #cecebb;
  margin: 10px 0 15px;
  word-break: keep-all;
}
.story-measure-label {
  display: block;
  font-size: 11px;
  color: #bfbfa8;
  line-height: 1.8;
}
.story-measure-label > b {
  font-size: 12px;
  color: #e0e0c9;
  font-weight: 400;
  margin-left: 8px;
}
.story-experiment-choice {
  display: flex;
  gap: 8px;
  margin: 21px 0 18px;
  flex-wrap: wrap;
}
.story-experiment-choice button {
  min-height: 39px;
  padding: 9px 12px;
  border: 1px solid #62624e;
  background: transparent;
  font-size: 12px;
  color: #d3d3c0;
}
.story-experiment-choice button[aria-pressed="true"] {
  background: var(--story-lime);
  color: #111;
  border-color: var(--story-lime);
}
.story-status-tag {
  display: inline-block;
  color: #d2d2b8;
  font-size: 11px;
  margin: 7px 0 0;
  border: 1px dashed #6f6f52;
  padding: 6px 9px;
  line-height: 1.6;
}
.story-experiment h3 {
  font-size: clamp(28px, 3vw, 39px);
  line-height: 1.45;
  margin: 17px 0 16px;
  word-break: keep-all;
}
.story-experiment > p {
  font-size: 15px;
  line-height: 1.9;
  color: #d4d4c0;
  word-break: keep-all;
  margin: 0;
}
.story-experiment-evidence {
  border-top: 1px solid var(--story-line);
  margin-top: 26px;
  padding-top: 17px;
}
.story-experiment-evidence > span {
  font-size: 11px;
  color: #bfbfa5;
  display: block;
  letter-spacing: 0.7px;
}
.story-experiment-evidence > strong {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--story-lime);
  margin-top: 10px;
  word-break: keep-all;
}
.story-property {
  padding: 12px 0;
  border-bottom: 1px solid var(--story-line);
}
.story-property > span {
  display: block;
  font-size: 11px;
  color: #bcbca8;
  line-height: 1.6;
  margin-bottom: 5px;
}
.story-property > strong {
  display: block;
  font-size: 13px;
  line-height: 1.8;
  font-weight: 500;
  color: #e0e0ce;
  word-break: keep-all;
}
.story-demo-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: var(--story-lime);
  color: #111;
  padding: 15px;
  margin-top: 19px;
  font-size: 13px !important;
  text-decoration: none;
  line-height: 1.6;
}
.story-demo-link:hover {
  background: #ecff9c;
}
.story-demo-link > span {
  font-size: 20px;
}
.story-progress {
  height: 2px;
  background: #3c3c31;
  overflow: hidden;
}
.story-progress > i {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--story-lime);
  transform: scaleX(var(--story-progress));
  transform-origin: left;
}
.story-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 26px;
}
.story-caption {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.story-caption-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.2px;
}
.story-caption-note {
  font-size: 12px;
  color: #c2c2ad;
  line-height: 1.8;
  word-break: keep-all;
  max-width: 590px;
}
.story-player {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.story-arrow {
  border: 1px solid #686852;
  background: transparent;
  color: #efeee8;
  width: 38px;
  height: 40px;
  display: grid;
  place-items: center;
  font-size: 18px !important;
}
.story-arrow:hover {
  background: #34342b;
}
.story-counter {
  font-size: 11px;
  color: #cecebc;
  letter-spacing: 1px;
  white-space: nowrap;
}
.story-play {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 0;
  background: #efeee8;
  color: #111;
  font-size: 12px !important;
  padding: 11px 13px;
  min-height: 40px;
  min-width: 101px;
  justify-content: center;
}
.story-play:hover {
  background: var(--story-lime);
}
.story-play > span:first-child {
  font-size: 11px;
}
.story-source-note {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  border-top: 1px solid var(--story-line);
  padding: 13px 26px;
  font-size: 11px;
  color: #bebea8;
  line-height: 1.8;
}
.story-play-state {
  white-space: nowrap;
  color: #cecebe;
}
.story-frame[data-visible="false"] * {
  animation-play-state: paused !important;
}
.story-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@keyframes story-enter {
  from {
    opacity: 0;
    transform: translateY(7px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes story-blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
@keyframes story-draw {
  from {
    stroke-dashoffset: 1;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1000px) {
  .story-tab {
    padding: 15px 12px;
  }
  .story-tab > strong {
    font-size: 13px;
  }
  .story-stage {
    padding: 25px;
  }
  .story-stage-grid {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 23px;
  }
  .story-inspector {
    padding-left: 21px;
  }
  .story-brand > span {
    font-size: 10px;
  }
  .story-journey-context {
    display: none;
  }
  .story-trend-layout {
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    gap: 22px;
  }
  .story-chart-card {
    padding: 13px;
  }
  .story-chart-table {
    font-size: 9px;
  }
  .story-chart-table thead th {
    font-size: 8px;
  }
  .story-data-chain {
    gap: 8px;
  }
  .story-data-chain strong {
    font-size: 20px;
  }
  .story-diagnostic-card {
    padding: 18px;
  }
  .story-diagnostic-card h4 {
    font-size: 17px;
  }
  .story-touchpoint {
    padding: 15px 11px;
  }
  .story-touchpoint > strong {
    font-size: 13px;
  }
  .story-caption-note {
    max-width: 430px;
  }
  .story-controls {
    gap: 18px;
  }
  .story-player {
    gap: 7px;
  }
  .story-play-state {
    display: none;
  }
}
@media (max-width: 760px) {
  .story-topbar {
    padding: 17px 19px;
  }
  .story-brand {
    font-size: 15px;
  }
  .story-brand > span {
    font-size: 9px;
    letter-spacing: 0.5px;
  }
  .story-demo-badge {
    font-size: 10px;
  }
  .story-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .story-tab {
    flex-direction: row;
    align-items: center;
    gap: 9px;
    min-height: 53px;
    padding: 13px 17px;
  }
  .story-tab:nth-child(3) {
    border-right: 0;
  }
  .story-tab:nth-child(-n + 3) {
    border-bottom: 1px solid var(--story-line);
  }
  .story-tab > strong {
    font-size: 13px;
  }
  .story-contextbar {
    padding: 16px 19px;
    gap: 9px;
  }
  .story-context-label {
    width: 100%;
  }
  .story-market-options button {
    font-size: 13px;
    padding: 9px 12px;
  }
  .story-market-options button > span {
    font-size: 11px;
  }
  .story-stage {
    padding: 24px 20px;
    min-height: 660px;
  }
  .story-stage-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .story-inspector {
    border-left: 0;
    border-top: 1px solid var(--story-line);
    padding: 23px 0 0;
  }
  .story-frame h3 {
    font-size: 28px;
    line-height: 1.45;
  }
  .story-chat-messages {
    min-height: 335px;
  }
  .story-chat-user {
    min-height: 118px;
  }
  .story-chat-user p {
    min-height: 40px;
    font-size: 17px;
  }
  .story-chat-answer p {
    min-height: 75px;
    font-size: 16px;
  }
  .story-mini-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px;
  }
  .story-mini-steps > div {
    gap: 8px;
  }
  .story-mini-steps p {
    font-size: 12px;
  }
  .story-mini-steps strong {
    font-size: 13px;
  }
  .story-side-copy br {
    display: none;
  }
  .story-method {
    font-size: 12px;
  }
  .story-evidence-panel {
    display: grid;
    grid-template-columns: 1fr 1.25fr;
    gap: 0 20px;
  }
  .story-evidence-panel .story-kicker {
    grid-column: 1;
  }
  .story-evidence-panel h3 {
    grid-column: 1;
    margin-top: 10px;
    margin-bottom: 7px;
  }
  .story-evidence-panel .story-evidence-tabs {
    grid-column: 1;
    align-content: start;
  }
  .story-evidence-card {
    grid-column: 2;
    grid-row: 1/4;
    margin-top: 0;
  }
  .story-evidence-panel > .story-method {
    grid-column: 1/-1;
  }
  .story-trend-layout {
    grid-template-columns: 1fr;
  }
  .story-trend-summary {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 15px 25px;
    align-items: start;
  }
  .story-big-stat {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .story-big-stat > strong {
    font-size: 72px;
  }
  .story-trend-insight {
    padding-top: 0;
  }
  .story-trend-summary .story-method {
    grid-column: 1/-1;
    margin-top: 0;
    font-size: 12px;
  }
  .story-chart-table {
    font-size: 11px;
  }
  .story-chart-table thead th {
    font-size: 10px;
  }
  .story-chart-legend {
    font-size: 11px;
  }
  .story-chart-top,
  .story-chart-top strong {
    font-size: 11px;
  }
  .story-chart-card {
    padding: 17px;
  }
  .story-diagnosis-grid {
    grid-template-columns: 1fr;
  }
  .story-diagnosis-header {
    align-items: flex-start;
  }
  .story-date-label {
    font-size: 11px;
  }
  .story-diagnostic-card h4 {
    font-size: 21px;
    line-height: 1.7;
  }
  .story-data-chain strong {
    font-size: 24px;
  }
  .story-data-chain div > span,
  .story-data-chain small {
    font-size: 12px;
  }
  .story-cross-checks p {
    font-size: 14px;
  }
  .story-cross-checks span {
    font-size: 12px;
    flex-basis: 80px;
  }
  .story-channel-strip button {
    padding: 13px 10px;
    grid-template-columns: max-content minmax(0, 1fr);
  }
  .story-channel-strip button > strong {
    font-size: 13px;
  }
  .story-channel-strip button > small {
    font-size: 10px;
  }
  .story-journey-map {
    gap: 10px;
  }
  .story-touchpoint {
    padding: 12px 9px;
    min-height: 142px;
  }
  .story-touchpoint > strong {
    font-size: 12px;
  }
  .story-touchpoint > small {
    font-size: 10px;
  }
  .story-journey-detail {
    grid-template-columns: 1fr 2fr;
    gap: 18px;
    padding: 19px;
  }
  .story-journey-detail h4 {
    font-size: 22px;
  }
  .story-journey-heading > span {
    font-size: 11px;
  }
  .story-experiment-brief {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 23px;
  }
  .story-experiment-brief > .story-kicker {
    grid-column: 1/-1;
  }
  .story-experiment-brief .story-demo-link {
    grid-column: 1/-1;
  }
  .story-property > strong {
    font-size: 13px;
  }
  .story-controls {
    display: block;
    padding: 20px;
  }
  .story-caption-title {
    font-size: 16px;
  }
  .story-caption-note {
    font-size: 12px;
    max-width: none;
  }
  .story-player {
    margin-top: 17px;
    gap: 12px;
  }
  .story-play {
    margin-left: auto;
  }
  .story-source-note {
    padding: 12px 20px;
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .story-topbar {
    padding: 15px;
  }
  .story-brand {
    font-size: 14px;
  }
  .story-brand > span {
    display: none;
  }
  .story-demo-badge {
    font-size: 10px;
  }
  .story-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .story-tab {
    padding: 12px 8px;
    gap: 6px;
    min-height: 53px;
  }
  .story-tab > span {
    font-size: 10px;
  }
  .story-tab > strong {
    font-size: 12px;
    letter-spacing: -0.3px;
  }
  .story-contextbar {
    padding: 14px;
  }
  .story-context-label {
    font-size: 11px;
  }
  .story-market-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    width: 100%;
  }
  .story-market-options button {
    font-size: 13px;
    padding: 8px 5px;
  }
  .story-market-options button > span {
    display: block;
    font-size: 10px;
    margin: 3px 0 0;
  }
  .story-stage {
    padding: 22px 15px;
    min-height: 760px;
  }
  .story-stage-grid {
    gap: 24px;
  }
  .story-frame h3 {
    font-size: 27px;
    letter-spacing: -0.6px;
  }
  .story-kicker {
    font-size: 10px;
    letter-spacing: 0.7px;
  }
  .story-chat-top {
    padding: 12px;
    gap: 9px;
  }
  .story-ai-icon {
    width: 30px;
    height: 32px;
    font-size: 22px;
  }
  .story-chat-top strong {
    font-size: 12px;
  }
  .story-chat-top small {
    font-size: 10px;
  }
  .story-small-tag {
    font-size: 9px;
    padding: 4px;
  }
  .story-chat-messages {
    padding: 15px 12px;
    min-height: 371px;
  }
  .story-chat-user {
    margin-left: 11px;
    padding: 13px;
    min-height: 149px;
  }
  .story-chat-user p {
    font-size: 16px;
    line-height: 1.8;
    min-height: 77px;
  }
  .story-chat-user small {
    font-size: 11px;
    line-height: 1.8;
  }
  .story-message-label {
    font-size: 11px;
  }
  .story-message-label > [data-story-stream-status] {
    font-size: 10px;
  }
  .story-chat-answer {
    padding-top: 20px;
  }
  .story-chat-answer p {
    font-size: 16px;
    line-height: 1.9;
    min-height: 135px;
  }
  .story-chat-reference {
    font-size: 11px;
  }
  .story-chat-composer {
    padding: 9px 12px;
  }
  .story-chat-composer > span {
    font-size: 10px;
    max-width: 160px;
    line-height: 1.7;
  }
  .story-chat-composer button {
    font-size: 11px;
    min-height: 36px;
  }
  .story-inspector {
    padding-top: 22px;
  }
  .story-side-copy {
    font-size: 15px;
  }
  .story-mini-steps {
    display: block;
  }
  .story-mini-steps > div {
    gap: 12px;
    padding: 11px 0;
  }
  .story-mini-steps p {
    font-size: 13px;
  }
  .story-mini-steps strong {
    font-size: 14px;
  }
  .story-mini-steps > div > span {
    font-size: 11px;
  }
  .story-method {
    font-size: 12px;
    line-height: 1.9;
  }
  .story-review-question {
    font-size: 13px;
    padding: 12px;
  }
  .story-response-head {
    font-size: 13px;
  }
  .story-response-copy {
    font-size: 16px;
    line-height: 1.95;
  }
  .story-citation {
    min-height: 34px;
    min-width: 35px;
  }
  .story-gap-callout {
    padding: 13px 12px;
    gap: 9px;
  }
  .story-gap-callout p,
  .story-gap-callout strong {
    font-size: 13px;
  }
  .story-comparison > div {
    font-size: 12px;
    grid-template-columns: 1.4fr 1fr 1fr;
  }
  .story-comparison > div:first-child {
    font-size: 10px;
  }
  .story-evidence-panel {
    display: block;
  }
  .story-evidence-panel h3 br {
    display: none;
  }
  .story-evidence-tabs {
    gap: 8px;
  }
  .story-evidence-tabs button {
    font-size: 12px;
    min-height: 40px;
    padding: 9px;
  }
  .story-evidence-card {
    margin-top: 16px;
    padding: 17px;
  }
  .story-evidence-card > span {
    font-size: 11px;
  }
  .story-evidence-card > strong {
    font-size: 16px;
  }
  .story-evidence-card blockquote {
    font-size: 15px;
  }
  .story-evidence-card > small {
    font-size: 11px;
  }
  .story-trend-header {
    display: block;
    margin-bottom: 18px;
  }
  .story-trend-header h3 {
    font-size: 25px;
  }
  .story-segmented {
    width: max-content;
    margin-top: 17px;
  }
  .story-segmented button {
    font-size: 13px;
    padding: 10px 21px;
  }
  .story-mobile-br {
    display: block;
  }
  .story-chart-card {
    padding: 13px 10px;
  }
  .story-chart-top {
    font-size: 11px;
  }
  .story-chart-top strong {
    font-size: 10px;
  }
  .story-linechart {
    margin-top: 19px;
  }
  .story-chart-legend {
    font-size: 10px;
    gap: 9px;
    margin-bottom: 14px;
  }
  .story-chart-legend i {
    height: 6px;
    width: 6px;
  }
  .story-chart-table {
    font-size: 9px;
    line-height: 1.7;
  }
  .story-chart-table th,
  .story-chart-table td {
    padding: 8px 3px;
  }
  .story-chart-table thead th {
    font-size: 8px;
  }
  .story-trend-summary {
    grid-template-columns: 1fr 1fr;
    gap: 20px 15px;
  }
  .story-big-stat > span {
    font-size: 11px;
    line-height: 1.8;
  }
  .story-big-stat > strong {
    font-size: 67px;
  }
  .story-big-stat small {
    font-size: 24px;
  }
  .story-big-stat p {
    font-size: 11px;
  }
  .story-trend-insight > span {
    font-size: 9px;
  }
  .story-trend-insight p {
    font-size: 13px;
    line-height: 1.9;
  }
  .story-trend-summary .story-method {
    font-size: 12px;
  }
  .story-diagnosis-header {
    display: block;
    margin-bottom: 18px;
  }
  .story-diagnosis-header h3 {
    font-size: 26px;
  }
  .story-date-label {
    display: block;
    text-align: left;
    font-size: 12px;
    padding-top: 15px;
  }
  .story-date-label small {
    font-size: 11px;
  }
  .story-channel-strip {
    gap: 7px;
    margin: 18px 0;
  }
  .story-channel-strip button {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 12px 10px;
    gap: 7px;
  }
  .story-channel-strip button > span {
    font-size: 24px;
  }
  .story-channel-strip button > strong {
    font-size: 12px;
  }
  .story-channel-strip button > small {
    font-size: 10px;
  }
  .story-campaign-head {
    display: block;
    padding-bottom: 13px;
  }
  .story-campaign-head > span {
    font-size: 11px;
    display: block;
  }
  .story-campaign-head > strong {
    font-size: 13px;
    display: block;
    margin-top: 5px;
  }
  .story-data-chain {
    gap: 5px;
    padding: 20px 0;
  }
  .story-data-chain div > span {
    font-size: 10px;
    line-height: 1.7;
  }
  .story-data-chain strong {
    font-size: 20px;
  }
  .story-data-chain small {
    font-size: 10px;
    line-height: 1.8;
  }
  .story-data-divider {
    font-size: 17px;
  }
  .story-cross-checks > div {
    gap: 12px;
    padding: 12px 0;
  }
  .story-cross-checks span {
    font-size: 11px;
    flex-basis: 69px;
  }
  .story-cross-checks p {
    font-size: 13px;
    line-height: 1.85;
  }
  .story-diagnostic-card {
    padding: 19px;
  }
  .story-diagnostic-card h4 {
    font-size: 21px;
    line-height: 1.6;
  }
  .story-diagnostic-card p {
    font-size: 14px;
  }
  .story-diagnostic-card > div {
    font-size: 12px;
  }
  .story-wide-note {
    font-size: 12px;
  }
  .story-journey-heading {
    display: block;
  }
  .story-journey-heading h3 {
    font-size: 25px;
  }
  .story-journey-heading > span {
    display: block;
    text-align: left;
    font-size: 12px;
  }
  .story-journey-heading > span br {
    display: none;
  }
  .story-journey-map {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 19px;
  }
  .story-touchpoint {
    min-height: 68px;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr) 76px;
    align-items: center;
    gap: 10px;
    padding: 13px;
  }
  .story-touchpoint-number {
    font-size: 11px;
  }
  .story-touchpoint > strong {
    font-size: 14px;
    line-height: 1.7;
    margin: 0;
  }
  .story-touchpoint > small {
    font-size: 11px;
    margin: 0;
    text-align: right;
  }
  .story-touchpoint > i {
    right: 14px;
    top: auto;
    bottom: -12px;
    transform: rotate(90deg);
    font-size: 15px;
  }
  .story-return-loop {
    padding: 10px 5px 13px;
    gap: 9px;
    margin-bottom: 19px;
  }
  .story-return-loop p {
    font-size: 11px;
  }
  .story-return-loop p > span {
    display: block;
  }
  .story-journey-detail {
    display: block;
    padding: 18px;
  }
  .story-journey-detail h4 {
    font-size: 24px;
    margin: 10px 0;
  }
  .story-observation-tag {
    font-size: 11px;
    margin-bottom: 18px;
  }
  .story-journey-detail > div:last-child > strong {
    font-size: 14px;
  }
  .story-journey-detail p {
    font-size: 14px;
  }
  .story-measure-label {
    font-size: 11px;
  }
  .story-measure-label > b {
    display: block;
    margin: 4px 0 0;
    font-size: 12px;
  }
  .story-experiment-choice {
    gap: 7px;
    margin: 18px 0;
  }
  .story-experiment-choice button {
    font-size: 12px;
    padding: 10px 11px;
    min-height: 40px;
  }
  .story-status-tag {
    font-size: 11px;
  }
  .story-experiment h3 {
    font-size: 31px;
    line-height: 1.5;
    margin: 17px 0;
  }
  .story-experiment > p {
    font-size: 15px;
  }
  .story-experiment-evidence > span {
    font-size: 11px;
  }
  .story-experiment-evidence > strong {
    font-size: 14px;
  }
  .story-experiment-brief {
    display: block;
  }
  .story-property {
    padding: 13px 0;
  }
  .story-property > span {
    font-size: 12px;
  }
  .story-property > strong {
    font-size: 14px;
  }
  .story-demo-link {
    font-size: 13px !important;
    padding: 15px;
  }
  .story-controls {
    padding: 19px 15px;
  }
  .story-caption-title {
    font-size: 16px;
    line-height: 1.7;
    word-break: keep-all;
  }
  .story-caption-note {
    font-size: 12px;
    line-height: 1.9;
  }
  .story-player {
    gap: 10px;
    margin-top: 17px;
  }
  .story-arrow {
    width: 39px;
    height: 41px;
  }
  .story-counter {
    font-size: 10px;
  }
  .story-play {
    font-size: 12px !important;
    min-width: 99px;
    min-height: 41px;
    padding: 11px 12px;
  }
  .story-source-note {
    padding: 12px 15px;
    font-size: 11px;
    line-height: 1.9;
    word-break: keep-all;
  }
}
@media (prefers-reduced-motion: reduce) {
  .story-frame *,
  .story-frame *::before,
  .story-frame *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .story-chart-path {
    stroke-dashoffset: 0 !important;
  }
}

/* Keep comparison data readable; the compact table scrolls within its card. */
.story-chart-table {
  font-size: 12px;
  min-width: 460px;
}
.story-chart-table thead th {
  font-size: 11px;
}
.story-chart-table th,
.story-chart-table td {
  padding: 9px 6px;
}
.story-chart-legend {
  font-size: 12px;
}
.story-axis {
  font-size: 13px;
}
.story-kicker {
  font-size: 11px;
}
.story-chart-table-wrap {
  scrollbar-color: #74745d #22221a;
  scrollbar-width: thin;
}
.story-chart-top strong {
  font-size: 11px;
}
.story-comparison > div:first-child {
  font-size: 11px;
}
@media (max-width: 480px) {
  .story-axis {
    font-size: 21px;
  }
  .story-chart-table {
    font-size: 12px;
  }
  .story-chart-table thead th {
    font-size: 11px;
  }
  .story-chart-legend {
    font-size: 11px;
    row-gap: 10px;
  }
  .story-kicker {
    font-size: 11px;
  }
  .story-comparison > div:first-child {
    font-size: 11px;
  }
}
.story-frame h3,
.story-frame h4 {
  word-break: keep-all;
}
@media (max-width: 480px) {
  .story-tab {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    padding: 11px 10px;
  }
  .story-tab > strong {
    font-size: 12px;
    white-space: normal;
    word-break: keep-all;
    line-height: 1.5;
  }
}

/* AI choice belongs to the conversation example; analysis samples stay shared. */
.story-provider-picker {
  padding: 18px 21px;
  background: #181916;
  border-bottom: 1px solid #414438;
}
.story-provider-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 11px;
}
.story-provider-heading > span {
  font-size: 14px;
  font-weight: 500;
  color: #efeee8;
}
.story-provider-heading > small {
  font-size: 11px;
  color: #bfc2b4;
}
.story-provider-options {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}
.story-provider-options button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 11px 10px;
  min-height: 46px;
  border: 1px solid #616652;
  background: transparent;
  color: #efeee8;
  font-size: 14px;
  line-height: 1.5;
  transition:
    border-color 0.15s,
    background 0.15s;
}
.story-provider-options button[aria-pressed="true"] {
  border-color: #dbff48;
  background: #30371d;
  color: #dbff48;
}
.story-provider-options button:hover {
  border-color: #dbff48;
}
.story-provider-logo {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
  padding: 2px;
  background: #fff;
  border-radius: 2px;
  flex-shrink: 0;
}
.story-chat-provider-mark {
  display: block;
  width: 34px;
  height: 34px;
  padding: 5px;
  object-fit: contain;
  background: #fff;
  border-radius: 2px;
  flex-shrink: 0;
}
.story-provider-scope {
  font-size: 12px;
  line-height: 1.9;
  color: #c6caba;
  background: #24271e;
  border-left: 2px solid #dbff48;
  padding: 13px 15px;
  margin: 18px 0 0;
  word-break: keep-all;
}
.story-provider-options button:focus-visible {
  outline: 2px solid #dbff48;
  outline-offset: 3px;
}
@media (max-width: 800px) {
  .story-provider-picker {
    padding: 16px;
  }
  .story-provider-options button {
    font-size: 13px;
    gap: 7px;
    padding: 10px 7px;
  }
  .story-provider-heading > small {
    font-size: 11px;
  }
}
@media (max-width: 480px) {
  .story-provider-picker {
    padding: 15px;
  }
  .story-provider-options {
    gap: 7px;
  }
  .story-provider-options button {
    padding: 10px 5px;
    min-height: 75px;
    flex-direction: column;
    gap: 7px;
    font-size: 13px;
  }
  .story-provider-logo {
    width: 30px;
    height: 30px;
  }
  .story-provider-heading > span {
    font-size: 13px;
  }
  .story-provider-heading > small {
    font-size: 11px;
  }
  .story-provider-scope {
    font-size: 12px;
    margin-top: 16px;
    padding: 12px;
  }
  .story-chat-provider-mark {
    width: 30px;
    height: 30px;
    padding: 4px;
  }
}

.story-channel-strip .channel-brands { grid-row:1 / 3; align-self:start; }
.story-channel-strip { --brand-original-display:none; --brand-reverse-display:block; }
.story-channel-strip button[aria-pressed="true"] { --brand-original-display:block; --brand-reverse-display:none; }
.story-channel-strip .channel-brand { width:34px; height:34px; padding:5px; }
.story-channel-strip .channel-brand img { width:24px; height:24px; }
.story-data-chain .story-analytics-label { display:flex; align-items:center; flex-wrap:wrap; gap:8px; }
.story-analytics-label .channel-brand { width:30px; height:30px; padding:4px; }
.story-analytics-label .channel-brand img { width:22px; height:22px; }
@media (max-width:480px) {
  .story-channel-strip .channel-brand { width:24px;height:24px;padding:2px; }
  .story-channel-strip .channel-brand img { width:20px;height:20px; }
}
