:root {
  color-scheme: dark;
  --mc-bg: #020814;
  --mc-panel: #071424;
  --mc-panel-2: #0a1a2d;
  --mc-border: rgba(39, 128, 165, .38);
  --mc-border-soft: rgba(91, 130, 154, .2);
  --mc-cyan: #35daf4;
  --mc-cyan-2: #0ea5c6;
  --mc-green: #39e58c;
  --mc-red: #ff6d7c;
  --mc-yellow: #f9c642;
  --mc-text: #edf7ff;
  --mc-muted: #98a9ba;
  --mc-shadow: 0 18px 60px rgba(0, 0, 0, .28);
  --mc-radius: 18px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--mc-bg); }
body { margin: 0; min-width: 320px; background:
  radial-gradient(circle at 85% 0%, rgba(11, 117, 153, .12), transparent 34%),
  radial-gradient(circle at 10% 35%, rgba(13, 85, 115, .09), transparent 31%),
  var(--mc-bg); color: var(--mc-text); }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { color: inherit; }

.mc-demo-skip { position: fixed; left: 16px; top: -80px; z-index: 1000; padding: 10px 14px; border-radius: 10px; background: var(--mc-cyan); color: #001019; font-weight: 800; }
.mc-demo-skip:focus { top: 12px; }

.mc-demo-topbar { position: sticky; top: 0; z-index: 100; min-height: 76px; display: grid; grid-template-columns: minmax(250px, 1fr) minmax(340px, auto) minmax(250px, 1fr); align-items: center; gap: 20px; padding: 12px 24px; border-bottom: 1px solid rgba(39, 128, 165, .32); background: rgba(2, 8, 20, .94); backdrop-filter: blur(18px); }
.mc-demo-brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.mc-demo-brand img { filter: drop-shadow(0 0 12px rgba(52, 218, 244, .28)); }
.mc-demo-brand strong { display: block; font-size: 20px; letter-spacing: -.03em; line-height: 1; }
.mc-demo-brand strong span { color: var(--mc-cyan); }
.mc-demo-brand small { display: block; color: #b7c6d5; margin-top: 4px; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.mc-demo-topbar-center { display: flex; align-items: center; justify-content: center; gap: 12px; min-width: 0; }
.mc-demo-badge { flex: 0 0 auto; padding: 8px 12px; border-radius: 8px; background: var(--mc-yellow); color: #211600; font-weight: 900; font-size: 12px; letter-spacing: .08em; }
.mc-demo-warning { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 18px; border: 1px solid rgba(249, 198, 66, .24); border-radius: 999px; color: #ffd760; background: rgba(89, 59, 0, .34); font-size: 12px; font-weight: 800; letter-spacing: .055em; text-align: center; }
.mc-demo-warning::before { content: "⚠"; margin-right: 8px; }
.mc-demo-auth-nav { display: flex; align-items: center; justify-content: flex-end; gap: 18px; font-size: 13px; font-weight: 700; }
.mc-demo-auth-nav > a:not(.mc-demo-primary-action):hover { color: var(--mc-cyan); }
.mc-demo-primary-action, .mc-demo-outline-action { display: inline-flex; min-height: 42px; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 10px; font-weight: 800; white-space: nowrap; transition: transform .16s ease, filter .16s ease, border-color .16s ease; }
.mc-demo-primary-action { background: linear-gradient(135deg, #1378ff, #245dff); color: white; box-shadow: 0 10px 24px rgba(31, 96, 255, .24); }
.mc-demo-outline-action { border: 1px solid rgba(45, 213, 244, .65); color: #bdf5ff; background: rgba(4, 86, 111, .16); }
.mc-demo-primary-action:hover, .mc-demo-outline-action:hover { transform: translateY(-1px); filter: brightness(1.08); }

.mc-demo-layout { display: grid; grid-template-columns: 214px minmax(0, 1fr); max-width: 1800px; margin: 0 auto; }
.mc-demo-sidebar { position: sticky; top: 76px; height: calc(100vh - 76px); padding: 20px 16px; border-right: 1px solid rgba(39, 128, 165, .26); background: rgba(2, 10, 23, .72); overflow-y: auto; }
.mc-demo-side-title { padding: 0 8px 13px; color: var(--mc-cyan); font-weight: 900; letter-spacing: .18em; font-size: 12px; }
.mc-demo-side-title-mobile { display: none; }
.mc-demo-side-nav { display: grid; gap: 8px; }
.mc-demo-side-nav a { display: flex; align-items: center; gap: 11px; padding: 13px 12px; border: 1px solid transparent; border-radius: 13px; color: #aebdca; font-weight: 760; font-size: 14px; }
.mc-demo-side-nav a span { color: #6e8395; }
.mc-demo-side-nav a:hover, .mc-demo-side-nav a.is-active { color: #effaff; border-color: rgba(37, 168, 206, .38); background: linear-gradient(90deg, rgba(10, 104, 138, .28), rgba(4, 20, 37, .35)); }
.mc-demo-side-nav a.is-active span { color: var(--mc-cyan); }
.mc-demo-unlock-card { display: grid; gap: 11px; margin-top: 26px; padding: 18px 14px; border: 1px solid rgba(39, 128, 165, .3); border-radius: 16px; background: linear-gradient(180deg, rgba(8, 27, 46, .9), rgba(3, 13, 25, .9)); text-align: center; box-shadow: var(--mc-shadow); }
.mc-demo-unlock-card .mc-demo-lock { color: var(--mc-yellow); font-size: 22px; }
.mc-demo-unlock-card strong { font-size: 14px; }
.mc-demo-unlock-card p { margin: 0; color: var(--mc-muted); font-size: 12px; line-height: 1.6; }
.mc-demo-unlock-card > a:last-child { color: #f7d465; font-size: 12px; font-weight: 800; }
.mc-demo-side-foot { color: #718294; font-size: 11px; line-height: 1.6; text-align: center; margin: 28px 0 0; }

.mc-demo-main { min-width: 0; padding: 18px 20px 40px; }
.mc-demo-main > section { margin-bottom: 14px; }
.mc-demo-command-header, .mc-demo-quote-card, .mc-demo-snapshot-card, .mc-demo-capsule-strip, .mc-demo-panel, .mc-demo-movers-panel, .mc-demo-explainer, .mc-demo-bottom-cta { border: 1px solid var(--mc-border); border-radius: var(--mc-radius); background: linear-gradient(180deg, rgba(7, 20, 36, .96), rgba(3, 13, 27, .96)); box-shadow: 0 12px 34px rgba(0, 0, 0, .14); }
.mc-demo-command-header { display: flex; justify-content: space-between; align-items: flex-end; gap: 20px; padding: 15px 18px; }
.mc-demo-eyebrow { display: inline-block; color: var(--mc-cyan); text-transform: uppercase; letter-spacing: .16em; font-size: 10px; font-weight: 900; }
.mc-demo-market-tabs { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 11px; }
.mc-demo-market-tabs button { position: relative; min-width: 92px; padding: 10px 12px; border: 1px solid rgba(44, 125, 158, .28); border-radius: 11px; background: rgba(3, 14, 27, .6); color: #7e90a0; font-weight: 800; cursor: pointer; }
.mc-demo-market-tabs button.is-active { color: #dffaff; border-color: rgba(52, 218, 244, .72); background: rgba(6, 88, 116, .27); }
.mc-demo-market-tabs button:disabled { cursor: not-allowed; opacity: .58; }
.mc-demo-market-tabs small { position: absolute; right: 5px; top: 3px; color: #7d8b99; font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }
.mc-demo-session-pill { display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(44, 214, 138, .3); border-radius: 999px; color: #71f1ae; background: rgba(4, 91, 50, .14); font-size: 11px; font-weight: 850; white-space: nowrap; }
.mc-demo-session-pill span { width: 9px; height: 9px; border-radius: 50%; background: var(--mc-green); box-shadow: 0 0 0 5px rgba(57, 229, 140, .1), 0 0 14px rgba(57, 229, 140, .8); }

.mc-demo-quote-card { display: grid; grid-template-columns: minmax(300px, 1.35fr) minmax(220px, 1fr) minmax(160px, .62fr) minmax(160px, .62fr); gap: 0; overflow: hidden; }
.mc-demo-quote-card > div { min-width: 0; padding: 18px 20px; }
.mc-demo-quote-card > div + div { border-left: 1px solid var(--mc-border-soft); }
.mc-demo-quote-line { display: flex; align-items: baseline; flex-wrap: wrap; gap: 12px; margin: 6px 0 5px; }
.mc-demo-quote-line strong { font-size: clamp(34px, 4vw, 46px); letter-spacing: -.04em; line-height: 1; }
.mc-demo-quote-line span { color: var(--mc-green); font-size: 18px; font-weight: 850; }
.mc-demo-quote-main p { margin: 0; color: #dbe7f1; font-size: 13px; line-height: 1.5; }
.mc-demo-quote-main small, .mc-demo-quote-metric small { color: var(--mc-muted); }
.mc-demo-quote-metric { display: flex; flex-direction: column; justify-content: center; gap: 8px; }
.mc-demo-quote-metric > span { color: #75b8db; text-transform: uppercase; letter-spacing: .13em; font-size: 10px; font-weight: 850; }
.mc-demo-quote-metric > strong { font-size: 20px; }
.mc-demo-range { position: relative; height: 7px; border-radius: 999px; background: #27384a; overflow: visible; }
.mc-demo-range i { position: absolute; inset: 0 28% 0 0; border-radius: inherit; background: linear-gradient(90deg, #37db85, #cdd96b); }
.mc-demo-range b { position: absolute; top: 50%; left: 69%; width: 8px; height: 8px; border-radius: 50%; background: var(--mc-yellow); transform: translate(-50%, -50%); box-shadow: 0 0 0 3px rgba(249, 198, 66, .14); }

.mc-demo-snapshot-card { padding: 16px 18px 17px; }
.mc-demo-section-heading { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 13px; }
.mc-demo-section-heading h1, .mc-demo-section-heading h2 { margin: 4px 0 0; font-size: 18px; letter-spacing: -.02em; }
.mc-demo-section-heading a { padding: 8px 12px; border: 1px solid rgba(249, 198, 66, .65); border-radius: 9px; color: #f6d55f; font-size: 11px; font-weight: 800; }
.mc-demo-timeline { display: grid; grid-template-columns: repeat(8, minmax(106px, 1fr)); gap: 9px; overflow-x: auto; padding-bottom: 4px; scrollbar-width: thin; }
.mc-demo-timeline button { min-width: 106px; padding: 11px 9px 9px; border: 1px solid rgba(77, 111, 137, .43); border-radius: 12px; background: rgba(2, 11, 23, .72); cursor: pointer; }
.mc-demo-timeline button strong, .mc-demo-timeline button small { display: block; }
.mc-demo-timeline button strong { font-size: 13px; }
.mc-demo-timeline button small { margin-top: 3px; color: #6ce1f5; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.mc-demo-timeline button.is-current, .mc-demo-timeline button[aria-pressed="true"] { border-color: #16badb; background: linear-gradient(180deg, rgba(5, 101, 132, .42), rgba(3, 37, 58, .7)); box-shadow: inset 0 0 0 1px rgba(56, 220, 244, .12), 0 0 20px rgba(12, 155, 194, .11); }
.mc-demo-timeline button:disabled { opacity: .55; cursor: not-allowed; }
.mc-demo-timeline button:disabled small { color: var(--mc-yellow); }

.mc-demo-capsule-strip { display: grid; grid-template-columns: 1.35fr .75fr .75fr .75fr auto; align-items: stretch; overflow: hidden; }
.mc-demo-capsule-strip > div { min-width: 0; padding: 15px 18px; }
.mc-demo-capsule-strip > div + div { border-left: 1px solid var(--mc-border-soft); }
.mc-demo-capsule-strip span, .mc-demo-capsule-strip small { display: block; }
.mc-demo-capsule-strip span { color: #80a6bc; font-size: 9px; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
.mc-demo-capsule-strip strong { display: block; margin: 5px 0 2px; font-size: 14px; }
.mc-demo-capsule-strip small { color: var(--mc-muted); font-size: 11px; }
.mc-demo-capsule-strip > a { align-self: center; margin: 12px 15px; }
.mc-demo-positive { color: var(--mc-green); }

.mc-demo-dashboard-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr) minmax(300px, .88fr); gap: 14px; }
.mc-demo-panel { min-width: 0; padding: 18px; }
.mc-demo-panel header { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 13px; }
.mc-demo-panel header h2 { margin: 6px 0 0; font-size: 16px; }
.mc-demo-score, .mc-demo-tone, .mc-demo-signal-panel header > strong { padding: 5px 9px; border: 1px solid rgba(47, 216, 133, .4); border-radius: 999px; color: var(--mc-green); background: rgba(11, 89, 52, .2); font-size: 10px; }
.mc-demo-chart { position: relative; height: 220px; border: 1px solid rgba(58, 99, 127, .32); border-radius: 13px; background: repeating-linear-gradient(0deg, transparent, transparent 42px, rgba(87, 116, 138, .09) 43px), repeating-linear-gradient(90deg, transparent, transparent 82px, rgba(87, 116, 138, .07) 83px), rgba(2, 11, 22, .72); overflow: hidden; }
.mc-demo-chart svg { width: 100%; height: calc(100% - 24px); padding: 14px 12px 0; }
.mc-demo-chart-area { fill: url(#demoChartFill); }
.mc-demo-chart-line { fill: none; stroke: var(--mc-green); stroke-width: 3; filter: drop-shadow(0 0 5px rgba(57, 229, 140, .3)); }
.mc-demo-chart-axis { position: absolute; inset: auto 12px 6px; display: flex; justify-content: space-between; color: #718599; font-size: 9px; }
.mc-demo-primary-instrument { display: flex; justify-content: space-between; align-items: flex-end; gap: 16px; padding: 15px 2px 11px; }
.mc-demo-primary-instrument div span, .mc-demo-primary-instrument div small { display: block; color: var(--mc-muted); font-size: 10px; }
.mc-demo-primary-instrument div strong { display: block; margin: 4px 0; font-size: 15px; }
.mc-demo-primary-instrument > strong { color: var(--mc-green); font-size: 22px; }
.mc-demo-breadth-line { display: grid; grid-template-columns: auto 1fr auto; align-items: end; gap: 12px; }
.mc-demo-breadth-line div:first-child, .mc-demo-breadth-line div:last-child { display: grid; gap: 2px; }
.mc-demo-breadth-line span { color: var(--mc-muted); font-size: 9px; }
.mc-demo-breadth-line strong { font-size: 12px; }
.mc-demo-breadth-bar { display: flex; height: 7px; border-radius: 999px; overflow: hidden; background: #26384b; }
.mc-demo-breadth-bar i { width: 63%; background: linear-gradient(90deg, #1cb975, #42df91); }
.mc-demo-breadth-bar b { flex: 1; background: linear-gradient(90deg, #d84e60, #ff7682); }

.mc-demo-ai-panel h2 { margin: 8px 0 14px; color: var(--mc-green); font-size: clamp(19px, 2vw, 25px); line-height: 1.35; }
.mc-demo-ai-panel > p { margin: 0; color: #dce6ef; font-size: 14px; line-height: 1.8; }
.mc-demo-ai-lists { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 17px; }
.mc-demo-ai-lists section { padding: 13px; border: 1px solid rgba(53, 134, 163, .28); border-radius: 13px; background: rgba(3, 18, 31, .7); }
.mc-demo-ai-lists h3 { margin: 0 0 8px; color: var(--mc-cyan); font-size: 10px; text-transform: uppercase; letter-spacing: .13em; }
.mc-demo-ai-lists ul { margin: 0; padding-left: 17px; color: #becbd6; font-size: 11px; line-height: 1.7; }
.mc-demo-ai-panel footer { margin-top: 17px; padding-top: 12px; border-top: 1px solid var(--mc-border-soft); color: #74869a; font-size: 10px; }

.mc-demo-right-stack { display: grid; gap: 14px; align-content: start; }
.mc-demo-threshold { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-bottom: 13px; color: #9bb0c2; font-size: 10px; }
.mc-demo-threshold > div { position: relative; height: 6px; border-radius: 999px; background: linear-gradient(90deg, #36d487 0 55%, #f0c341 55% 78%, #ec5968 78%); }
.mc-demo-threshold > div i { position: absolute; left: 67%; top: 50%; width: 10px; height: 10px; border-radius: 50%; transform: translate(-50%, -50%); background: var(--mc-yellow); box-shadow: 0 0 0 3px rgba(249,198,66,.18); }
.mc-demo-signal-row { display: grid; grid-template-columns: 10px 1fr auto; align-items: center; gap: 10px; padding: 11px; border: 1px solid rgba(63, 112, 143, .31); border-radius: 12px; background: rgba(3, 14, 26, .72); }
.mc-demo-signal-row + .mc-demo-signal-row { margin-top: 8px; }
.mc-demo-signal-row > span { width: 9px; height: 9px; border-radius: 50%; }
.mc-demo-signal-row > span.is-green { background: var(--mc-green); box-shadow: 0 0 12px rgba(57,229,140,.5); }
.mc-demo-signal-row > span.is-yellow { background: var(--mc-yellow); box-shadow: 0 0 12px rgba(249,198,66,.45); }
.mc-demo-signal-row div strong, .mc-demo-signal-row div small { display: block; }
.mc-demo-signal-row div strong { font-size: 11px; }
.mc-demo-signal-row div small { color: #82dba9; margin-top: 3px; font-size: 9px; }
.mc-demo-signal-row > b { display: grid; place-items: center; width: 35px; height: 35px; border: 1px solid rgba(61, 224, 142, .54); border-radius: 50%; color: #dfffee; font-size: 12px; }
.mc-demo-news-panel ul { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; }
.mc-demo-news-panel li { position: relative; padding-left: 14px; }
.mc-demo-news-panel li::before { content: ""; position: absolute; left: 0; top: 7px; width: 5px; height: 5px; border-radius: 50%; background: var(--mc-cyan); }
.mc-demo-news-panel li strong, .mc-demo-news-panel li small { display: block; }
.mc-demo-news-panel li strong { font-size: 11px; line-height: 1.4; }
.mc-demo-news-panel li small { margin-top: 3px; color: #71869a; font-size: 9px; }

.mc-demo-movers-panel { padding: 17px 18px; }
.mc-demo-movers-table { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mc-demo-movers-table > div { display: grid; grid-template-columns: auto 1fr auto; gap: 10px; align-items: center; padding: 12px; border: 1px solid rgba(55, 111, 141, .3); border-radius: 12px; background: rgba(2, 14, 26, .6); }
.mc-demo-movers-table strong { font-size: 12px; }
.mc-demo-movers-table span { color: var(--mc-muted); font-size: 10px; }
.mc-demo-movers-table b { color: var(--mc-green); font-size: 12px; }

.mc-demo-explainer { display: grid; grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr); gap: 22px; padding: 22px; }
.mc-demo-explainer h2 { margin: 7px 0 10px; font-size: 25px; letter-spacing: -.03em; }
.mc-demo-explainer p { margin: 0; color: #b7c6d4; line-height: 1.75; font-size: 13px; }
.mc-demo-feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.mc-demo-feature-list article { padding: 14px; border: 1px solid rgba(57, 126, 154, .28); border-radius: 13px; background: rgba(3, 16, 28, .7); }
.mc-demo-feature-list strong, .mc-demo-feature-list span { display: block; }
.mc-demo-feature-list strong { color: #dff8ff; font-size: 13px; }
.mc-demo-feature-list span { margin-top: 5px; color: var(--mc-muted); font-size: 11px; line-height: 1.5; }

.mc-demo-bottom-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 17px 19px; border-color: rgba(249, 198, 66, .58); background: linear-gradient(90deg, rgba(89, 62, 4, .32), rgba(9, 21, 31, .86)); }
.mc-demo-bottom-cta > div:first-child { display: grid; gap: 4px; }
.mc-demo-bottom-cta strong { color: #fff5c7; font-size: 13px; }
.mc-demo-bottom-cta span { color: #b7c1c9; font-size: 11px; }
.mc-demo-bottom-cta > div:last-child { display: flex; gap: 10px; }
.mc-demo-footer { display: flex; align-items: center; justify-content: space-between; gap: 16px; max-width: 1800px; margin: 0 auto; padding: 20px 24px 28px 234px; color: #738599; font-size: 11px; }
.mc-demo-footer nav { display: flex; gap: 16px; }
.mc-demo-footer a:hover { color: var(--mc-cyan); }

@media (max-width: 1260px) {
  .mc-demo-topbar { grid-template-columns: 1fr auto; }
  .mc-demo-topbar-center { grid-row: 2; grid-column: 1 / -1; }
  .mc-demo-layout { grid-template-columns: 186px minmax(0, 1fr); }
  .mc-demo-sidebar { top: 116px; height: calc(100vh - 116px); }
  .mc-demo-dashboard-grid { grid-template-columns: 1fr 1fr; }
  .mc-demo-right-stack { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; }
  .mc-demo-quote-card { grid-template-columns: 1.25fr 1fr 1fr; }
  .mc-demo-quote-card > div:last-child { grid-column: 3; }
  .mc-demo-quote-card .mc-demo-quote-main { grid-row: span 2; }
  .mc-demo-footer { padding-left: 206px; }
}

@media (max-width: 900px) {
  .mc-demo-topbar { position: relative; min-height: auto; grid-template-columns: 1fr auto; padding: 10px 14px; }
  .mc-demo-brand strong { font-size: 17px; }
  .mc-demo-brand small { display: none; }
  .mc-demo-brand img { width: 34px; height: 34px; }
  .mc-demo-topbar-center { order: 3; grid-column: 1 / -1; flex-wrap: wrap; gap: 8px; }
  .mc-demo-warning { min-height: 32px; padding: 6px 12px; font-size: 9px; }
  .mc-demo-badge { padding: 6px 9px; font-size: 9px; }
  .mc-demo-auth-nav { gap: 9px; font-size: 11px; }
  .mc-demo-auth-nav > a:first-child { display: none; }
  .mc-demo-auth-nav .mc-demo-primary-action { min-height: 36px; padding: 8px 11px; }
  .mc-demo-layout { display: block; }
  .mc-demo-sidebar { position: static; height: auto; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 14px; border-right: 0; border-bottom: 1px solid rgba(39, 128, 165, .26); overflow: visible; }
  .mc-demo-side-title { padding: 0; }
  .mc-demo-side-title-desktop { display: none; }
  .mc-demo-side-title-mobile { display: inline; }
  .mc-demo-side-nav, .mc-demo-unlock-card, .mc-demo-side-foot { display: none; }
  .mc-demo-main { padding: 12px 12px 28px; }
  .mc-demo-command-header { align-items: center; padding: 13px; }
  .mc-demo-market-tabs { overflow-x: auto; flex-wrap: nowrap; padding-bottom: 3px; }
  .mc-demo-market-tabs button { min-width: 82px; }
  .mc-demo-session-pill { font-size: 9px; padding: 7px 9px; }
  .mc-demo-quote-card { grid-template-columns: 1fr 1fr 1fr; }
  .mc-demo-quote-card .mc-demo-quote-main { grid-column: 1 / -1; grid-row: auto; border-bottom: 1px solid var(--mc-border-soft); }
  .mc-demo-quote-card > div + div { border-left: 1px solid var(--mc-border-soft); }
  .mc-demo-quote-card > div:nth-child(2) { border-left: 0; }
  .mc-demo-quote-card > div { padding: 14px; }
  .mc-demo-quote-line strong { font-size: 36px; }
  .mc-demo-quote-line span { font-size: 15px; }
  .mc-demo-quote-metric > strong { font-size: 15px; }
  .mc-demo-timeline { grid-template-columns: repeat(8, 98px); }
  .mc-demo-capsule-strip { grid-template-columns: 1fr 1fr 1fr; }
  .mc-demo-capsule-strip > div:first-child { grid-column: 1 / -1; border-bottom: 1px solid var(--mc-border-soft); }
  .mc-demo-capsule-strip > div:nth-child(2) { border-left: 0; }
  .mc-demo-capsule-strip > a { grid-column: 1 / -1; margin-top: 0; }
  .mc-demo-dashboard-grid { display: block; }
  .mc-demo-panel, .mc-demo-right-stack { margin-bottom: 12px; }
  .mc-demo-right-stack { display: grid; grid-template-columns: 1fr 1fr; }
  .mc-demo-movers-table { grid-template-columns: 1fr; }
  .mc-demo-explainer { grid-template-columns: 1fr; }
  .mc-demo-footer { padding: 18px 14px 24px; }
}

@media (max-width: 620px) {
  .mc-demo-topbar { grid-template-columns: 1fr auto; }
  .mc-demo-auth-nav > a:not(.mc-demo-primary-action) { display: none; }
  .mc-demo-warning { width: 100%; justify-content: center; }
  .mc-demo-command-header { display: grid; }
  .mc-demo-command-header > div:first-child { min-width: 0; }
  .mc-demo-session-pill { justify-self: start; }
  .mc-demo-market-tabs button:nth-child(n+3) { display: none; }
  .mc-demo-quote-card { grid-template-columns: 1fr 1fr 1fr; }
  .mc-demo-quote-card > div { padding: 12px; }
  .mc-demo-quote-main p { font-size: 11px; }
  .mc-demo-quote-metric > span { font-size: 8px; }
  .mc-demo-quote-metric > strong { font-size: 13px; }
  .mc-demo-range { display: none; }
  .mc-demo-section-heading { align-items: flex-start; }
  .mc-demo-section-heading h1, .mc-demo-section-heading h2 { font-size: 15px; }
  .mc-demo-section-heading a { display: none; }
  .mc-demo-snapshot-card { padding: 13px; }
  .mc-demo-timeline { grid-template-columns: repeat(8, 92px); gap: 7px; }
  .mc-demo-timeline button { min-width: 92px; padding: 9px 7px; }
  .mc-demo-capsule-strip { grid-template-columns: 1fr 1fr; }
  .mc-demo-capsule-strip > div { padding: 12px; }
  .mc-demo-capsule-strip > div:nth-child(4) { border-left: 1px solid var(--mc-border-soft); }
  .mc-demo-capsule-strip > a { grid-column: 1 / -1; }
  .mc-demo-chart { height: 170px; }
  .mc-demo-ai-lists { grid-template-columns: 1fr; }
  .mc-demo-right-stack { display: block; }
  .mc-demo-feature-list { grid-template-columns: 1fr; }
  .mc-demo-bottom-cta { display: grid; }
  .mc-demo-bottom-cta > div:last-child { display: grid; grid-template-columns: 1fr 1fr; }
  .mc-demo-footer { display: grid; justify-items: center; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

/* Build 1519 capsule summary readability: keep the selected demo timestamp as
   one readable phrase instead of allowing word-by-word wrapping in dense grids. */
.mc-demo-capsule-strip > div:first-child strong { white-space: nowrap; }
@media (min-width: 901px) {
  .mc-demo-capsule-strip { grid-template-columns: minmax(260px, 1.7fr) minmax(120px, .65fr) minmax(120px, .65fr) minmax(120px, .65fr) auto; }
}
@media (max-width: 620px) {
  .mc-demo-capsule-strip > div:first-child strong { font-size: 12px; }
}
.mc-demo-capsule-strip strong [data-demo-time] { display: inline; }


/* v1.0.1523.alpha: visible FAQ content mirrors the public FAQ structured data. */
.mc-demo-faq {
  padding: 20px;
  border: 1px solid var(--mc-border);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(4, 17, 33, .96), rgba(2, 10, 21, .96));
}
.mc-demo-faq-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}
.mc-demo-faq details {
  border: 1px solid var(--mc-border-soft);
  border-radius: 12px;
  background: rgba(2, 11, 22, .72);
  overflow: hidden;
}
.mc-demo-faq summary {
  position: relative;
  padding: 14px 42px 14px 15px;
  color: var(--mc-text);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}
.mc-demo-faq summary::-webkit-details-marker { display: none; }
.mc-demo-faq summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 15px;
  color: var(--mc-cyan);
  font-size: 18px;
  transform: translateY(-50%);
}
.mc-demo-faq details[open] summary::after { content: "−"; }
.mc-demo-faq details p {
  margin: 0;
  padding: 0 15px 15px;
  color: var(--mc-muted);
  line-height: 1.65;
}
