.migration-page {
  --mg-ink: #2c2b30;
  --mg-muted: #60616a;
  --mg-paper: #fff;
  --mg-soft: #f2f4f6;
  --mg-line: #dadce1;
  --mg-accent: #246574;
  --mg-tint: #edf4f6;
  --mg-green: #2b695b;
  --mg-green-tint: #eef5f1;
  --mg-blue: #365f92;
  --mg-blue-tint: #edf3fa;
  --mg-warning: #92542e;
  --mg-hero-bg: #e8f2f4;
  --mg-hero-ink: #20343c;
  --mg-hero-muted: #425d67;
  --mg-hero-accent: #246574;
  --mg-hero-green: #2b684f;
  --mg-hero-blue: #345f94;
  --mg-hero-line: #839da6;
  --mg-hero-rule: #bfd2d8;
  --mg-hero-paper: #f7fbfc;
  --mg-hero-green-tint: #e5eeea;
  --mg-hero-blue-tint: #e9eff7;
  background: var(--mg-paper);
  color: var(--mg-ink);
}
html[data-theme="dark"] .migration-page {
  --mg-ink: #f0edf1;
  --mg-muted: #bfbcc5;
  --mg-paper: #202024;
  --mg-soft: #292d33;
  --mg-line: #4a4952;
  --mg-accent: #b3dce6;
  --mg-tint: #293e46;
  --mg-green: #adddca;
  --mg-green-tint: #293d35;
  --mg-blue: #b6d1f3;
  --mg-blue-tint: #293849;
  --mg-warning: #eac49e;
  --mg-hero-bg: #203e46;
  --mg-hero-ink: #f1f8fa;
  --mg-hero-muted: #c6dce2;
  --mg-hero-accent: #b3e1ed;
  --mg-hero-green: #b0ddcd;
  --mg-hero-blue: #b6d3f7;
  --mg-hero-line: #82a1aa;
  --mg-hero-rule: #587a85;
  --mg-hero-paper: #2d4d57;
  --mg-hero-green-tint: #344a43;
  --mg-hero-blue-tint: #39475a;
}
html[data-nav-experiment="floating"] body.migration-page nav.site-nav:not(.is-scrolled) {
  --masthead-ink: var(--mg-hero-ink);
  --masthead-muted: var(--mg-hero-muted);
  --masthead-line: var(--mg-hero-rule);
  --masthead-surface: transparent;
  --masthead-blur: none;
}
.migration-page main { font-size: 17px; line-height: 1.75; }
.migration-page main *, .migration-page main *::before, .migration-page main *::after { box-sizing: border-box; letter-spacing: 0; }
.migration-page main :where(h1,h2,h3,h4,p,figure,blockquote,ul,ol,dl,dd) { margin: 0; }
.migration-page main :where(h1,h2,h3,h4) { color: inherit; text-wrap: balance; }
.migration-page main :where(h1,h2) { font-family: "Avenir Next", "Helvetica Neue", Inter, sans-serif; font-weight: 200; line-height: 1.13; }
.migration-page main h2 { font-size: 48px; }
.migration-page main h3 { font-size: 22px; line-height: 1.4; font-weight: 550; }
.migration-page main h4 { font-size: 18px; line-height: 1.5; font-weight: 550; }
.migration-page main p { text-wrap: pretty; }
.migration-page main a { color: var(--mg-accent); text-underline-offset: 5px; }
.migration-page main button { font: inherit; }
.migration-page main :where(a,button,summary):focus-visible { outline: 2px solid var(--mg-accent); outline-offset: 5px; }
.migration-page main .lucide { width: 22px; height: 22px; flex-shrink: 0; stroke-width: 1.5; }
.migration-page main [hidden] { display: none !important; }
.migration-page main [id] { scroll-margin-top: 125px; }
.mg-shell { width: min(100% - 64px, 1200px); margin-inline: auto; }
.mg-skip { position: fixed; z-index: 10002; left: 20px; top: 20px; padding: 12px 18px; background: #fff; color: #252c32; transform: translateY(-200%); }
.mg-skip:focus { transform: none; }
.migration-page .mg-eyebrow { color: var(--mg-accent); font-size: 14px; font-weight: 600; margin-bottom: 18px; }
.mg-section { padding-block: 88px; }
.mg-soft { background: var(--mg-soft); }
.mg-heading { max-width: 820px; margin-bottom: 44px; }
.mg-heading > p:last-child, .migration-page .mg-section-intro { color: var(--mg-muted); max-width: 750px; margin-top: 22px; font-size: 18px; }
.mg-split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 75px; align-items: start; }
.mg-copy { color: var(--mg-muted); font-size: 17px; }
.mg-copy h3, .mg-copy strong { color: var(--mg-ink); }
.mg-copy h3 { margin-bottom: 18px !important; }
.mg-copy p + p { margin-top: 18px !important; }
.migration-page .mg-subheading { margin-top: 32px; }
.migration-page .mg-lead { font-size: 19px; line-height: 1.65; }
.migration-page .mg-note { font-size: 15px; padding-left: 17px; border-left: 2px solid var(--mg-accent); color: var(--mg-muted); }
.migration-page .mg-text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 16px; font-weight: 550; margin-top: 25px; text-decoration: none; }
.mg-text-link:hover { text-decoration: underline !important; }
.mg-text-link .lucide { width: 18px !important; height: 18px !important; }
.mg-two-columns, .mg-three-columns { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 50px; }
.mg-three-columns { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; }
.mg-two-columns p, .mg-three-columns p { font-size: 17px; color: var(--mg-muted); margin-top: 14px !important; }
.mg-details-row { margin-top: 44px; }
.mg-details-row article, .mg-three-columns article { border-top: 1px solid var(--mg-line); padding-top: 24px; }
.mg-three-columns article:first-child { border-color: var(--mg-accent); }
.mg-three-columns article:nth-child(2) { border-color: var(--mg-green); }
.mg-three-columns article:nth-child(3) { border-color: var(--mg-blue); }
.mg-three-columns article:first-child :is(h3,.lucide), .mg-details-row .lucide { color: var(--mg-accent); }
.mg-three-columns article:nth-child(2) :is(h3,.lucide) { color: var(--mg-green); }
.mg-three-columns article:nth-child(3) :is(h3,.lucide) { color: var(--mg-blue); }
.mg-three-columns .lucide, .mg-details-row .lucide { margin-bottom: 15px; }
.mg-hero { background: var(--mg-hero-bg); color: var(--mg-hero-ink); padding: 138px 0 0; overflow: clip; position: relative; }
.migration-page .mg-hero > .mg-shell > .mg-eyebrow { color: var(--mg-hero-accent); margin-bottom: 24px; }
.mg-hero-layout { display: grid; grid-template-columns: minmax(0,.93fr) minmax(0,1.07fr); gap: 55px; align-items: center; }
.migration-page .mg-hero h1 { font-size: 42px; font-weight: 300; }
.mg-brand { display: block; }
.migration-page .mg-product { display: inline-block; font-size: 76px; line-height: 1.06; margin-top: 8px; }
.migration-page .mg-promise { font-family: "Avenir Next", "Helvetica Neue", Inter, sans-serif; font-size: 32px; font-weight: 400; line-height: 1.25; color: var(--mg-hero-accent); margin-top: 23px; }
.migration-page .mg-hero-description { font-size: 19px; line-height: 1.75; color: var(--mg-hero-muted); max-width: 495px; margin-top: 20px; }
.migration-page .mg-hero .mg-text-link { color: var(--mg-hero-accent); }
.mg-hero :focus-visible { outline-color: var(--mg-hero-accent) !important; }
.mg-hero-figure { min-width: 0; width: 100%; max-width: 600px; justify-self: end; }
.mg-scene { position: relative; width: 100%; aspect-ratio: 600/460; min-height: 430px; }
.mg-scene-fallback, #mg-hero-canvas { position: absolute; inset: 0; display: block; width: 100%; height: 100%; object-fit: contain; }
.mg-scene:not([data-ready]) > :not(.mg-scene-fallback) { visibility: hidden; }
.mg-scene[data-ready] .mg-scene-fallback { visibility: hidden; }
.mg-scene-fallback[data-theme-variant="dark"] { display: none; }
html[data-theme="dark"] .mg-scene-fallback[data-theme-variant="light"] { display: none; }
html[data-theme="dark"] .mg-scene-fallback[data-theme-variant="dark"] { display: block; }
.mg-station { position: absolute; width: 42%; height: 126px; padding: 14px 12px 14px 16px; display: flex; flex-direction: column; justify-content: center; border-left: 2px solid var(--mg-hero-accent); background: var(--mg-hero-paper); }
.mg-station .lucide { color: var(--mg-hero-accent); margin-bottom: 7px; }
.mg-station span { font-size: 12px; line-height: 1.5; color: var(--mg-hero-muted); }
.mg-station strong { font-size: 20px; line-height: 1.5; font-weight: 500; }
.mg-station small { font-size: 12px; line-height: 1.6; color: var(--mg-hero-muted); }
.mg-source { left: 0; top: 22px; }
.mg-collected { right: 0; top: 22px; border-color: var(--mg-hero-green); background: var(--mg-hero-green-tint); }
.mg-collected .lucide { color: var(--mg-hero-green); }
.mg-destination { right: 0; bottom: 22px; border-color: var(--mg-hero-blue); background: var(--mg-hero-blue-tint); }
.mg-destination .lucide { color: var(--mg-hero-blue); }
.mg-record { left: 0; bottom: 22px; }
.mg-attention { position: absolute; left: 0; top: calc(50% - 25px); height: 50px; width: 42%; display: flex; align-items: center; gap: 10px; color: var(--mg-hero-muted); font-size: 14px; line-height: 1.5; }
.mg-attention .lucide { color: var(--mg-hero-green); }
.mg-motion-row { display: flex; align-items: center; justify-content: space-between; gap: 12px; min-height: 36px; margin-top: 15px; color: var(--mg-hero-muted); font-size: 13px; }
.mg-motion-button { display: grid; place-items: center; width: 36px; height: 36px; flex-shrink: 0; border: 1px solid var(--mg-hero-line); border-radius: 50%; background: transparent; color: var(--mg-hero-ink); cursor: pointer; }
.mg-motion-button .lucide { display: block; width: 15px !important; height: 15px !important; }
.mg-motion-button:hover { background: var(--mg-hero-paper); }
.mg-hero-values { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; border-top: 1px solid var(--mg-hero-rule); padding: 26px 0; margin-top: 42px !important; list-style: none; }
.mg-hero-values li { display: flex; gap: 15px; align-items: baseline; }
.mg-hero-values li > span { font-size: 13px; color: var(--mg-hero-accent); }
.mg-hero-values strong { font-size: 17px; font-weight: 500; color: var(--mg-hero-accent); }
.mg-hero-values li:nth-child(2) :is(strong,span) { color: var(--mg-hero-green); }
.mg-hero-values li:nth-child(3) :is(strong,span) { color: var(--mg-hero-blue); }
.mg-hero-values p { font-size: 14px; color: var(--mg-hero-muted); margin-top: 3px !important; }
.mg-intro { padding-top: 64px; }
.mg-page-nav { display: flex; flex-wrap: wrap; gap: 12px 28px; border-block: 1px solid var(--mg-line); padding: 18px 0; margin-top: 38px; }
.mg-page-nav a { font-size: 15px; font-weight: 550; text-decoration: none; }
.mg-page-nav a:hover { text-decoration: underline; }
.mg-story { display: grid; grid-template-columns: 30px minmax(0,1fr); gap: 22px; margin-top: 44px; max-width: 940px; }
.mg-story > .lucide { color: var(--mg-accent); margin-top: 3px; }
.mg-story blockquote { font-size: 25px; line-height: 1.55; font-weight: 350; }
.mg-story blockquote + p { font-size: 14px; color: var(--mg-muted); margin-top: 14px !important; }
.mg-journey { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 30px; list-style: none; padding: 0; margin-top: 46px !important; }
.mg-journey li { border-top: 1px solid var(--mg-line); padding-top: 22px; }
.mg-journey li > span { display: block; font-size: 14px; color: var(--mg-accent); margin-bottom: 15px; }
.mg-journey p { font-size: 16px; color: var(--mg-muted); margin-top: 14px !important; }
.mg-route-tool { border: 1px solid var(--mg-line); border-radius: 6px; background: var(--mg-paper); }
.mg-route-tabs { display: grid; grid-template-columns: repeat(6,minmax(0,1fr)); border-bottom: 1px solid var(--mg-line); padding: 0 10px; }
.mg-route-tabs button { display: flex; justify-content: center; align-items: center; gap: 8px; min-height: 72px; padding: 12px 8px; background: transparent; color: var(--mg-muted); border: 0; border-bottom: 3px solid transparent; cursor: pointer; font-size: 15px !important; line-height: 1.5; }
.mg-route-tabs button:hover { color: var(--mg-ink); background: var(--mg-soft); }
.mg-route-tabs button[aria-selected="true"] { border-bottom-color: var(--mg-accent); color: var(--mg-accent); background: var(--mg-tint); }
.mg-route-tabs button:focus-visible { outline-offset: -5px !important; }
.mg-route-tabs .lucide { width: 19px !important; height: 19px !important; }
.mg-route-panel { padding: 38px; display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,.8fr); gap: 48px; }
.mg-route-panel + .mg-route-panel { border-top: 1px solid var(--mg-line); }
.mg-route-tool[data-enhanced] .mg-route-panels { display: grid; }
.mg-route-tool[data-enhanced] .mg-route-panel { grid-area: 1/1; border-top: 0; }
.mg-route-tool[data-enhanced] .mg-route-panel[aria-hidden="true"] { visibility: hidden; pointer-events: none; }
.mg-route-panel:focus-visible { outline: 2px solid var(--mg-accent); outline-offset: -6px; }
.mg-route-panel p:not(.mg-eyebrow) { color: var(--mg-muted); font-size: 16px; margin-top: 16px !important; }
.mg-route-panel ul { color: var(--mg-muted); padding-left: 20px; margin-top: 17px !important; font-size: 16px; }
.mg-route-panel li + li { margin-top: 8px; }
.mg-route-panel strong { font-weight: 550; color: var(--mg-ink); }
.mg-route-evidence { border-left: 1px solid var(--mg-line); padding-left: 34px; }
.mg-route-evidence > .lucide { color: var(--mg-green); width: 30px !important; height: 30px !important; margin-bottom: 17px; }
.mg-route-evidence h4 { color: var(--mg-green) !important; }
.migration-page .mg-route-note { font-size: 15px; color: var(--mg-muted); margin-top: 18px; max-width: 900px; }
.mg-sources h3 { margin-bottom: 16px !important; }
.mg-sources dl, .mg-reports dl { border-top: 1px solid var(--mg-line); }
.mg-sources dl > div { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 18px; border-bottom: 1px solid var(--mg-line); padding: 16px 0; font-size: 16px; }
.mg-sources dt { font-weight: 550; color: var(--mg-accent); }
.mg-sources dd, .mg-reports dd { color: var(--mg-muted); }
.migration-page .mg-reconciliation { margin-top: 45px; border: 1px solid var(--mg-line); border-radius: 6px; background: var(--mg-paper); }
.mg-ledger-heading { padding: 17px 26px; border-bottom: 1px solid var(--mg-line); background: var(--mg-blue-tint); display: flex; justify-content: space-between; align-items: center; gap: 16px; font-size: 15px; }
.mg-ledger-heading > span:first-child { display: flex; align-items: center; gap: 10px; font-weight: 550; }
.mg-ledger-heading > span:last-child { font-size: 13px; color: var(--mg-muted); }
.mg-ledger-heading .lucide { color: var(--mg-blue); }
.mg-ledger-body { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,3fr); padding: 30px; gap: 30px; align-items: center; }
.mg-ledger-total { display: flex; flex-direction: column; border-right: 1px solid var(--mg-line); padding-right: 20px; }
.mg-ledger-total strong { font-size: 38px; font-weight: 350; line-height: 1.3; }
.mg-ledger-total span { color: var(--mg-muted); font-size: 14px; margin-top: 5px; }
.mg-outcomes { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 24px; }
.mg-outcomes > div { border-top: 2px solid var(--mg-accent); padding-top: 10px; }
.mg-outcomes > div:first-child { border-color: var(--mg-green); }
.mg-outcomes > div:nth-child(2) { border-color: var(--mg-warning); }
.mg-outcomes > div:last-child { border-color: var(--mg-blue); }
.mg-outcomes dt { font-size: 14px; color: var(--mg-muted); }
.mg-outcomes dd { font-size: 30px; font-weight: 400; }
.mg-reconciliation figcaption { border-top: 1px solid var(--mg-line); padding: 18px 26px; color: var(--mg-muted); font-size: 14px; }
.mg-inspection { border-block: 1px solid var(--mg-line); margin-top: 44px; padding-block: 30px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 24px 70px; }
.mg-inspection > div > .lucide { color: var(--mg-blue); margin-bottom: 16px; }
.mg-inspection > p { color: var(--mg-muted); font-size: 17px; }
.mg-inspection > .mg-note { grid-column: 2; }
.mg-handover { background: var(--mg-green-tint); }
.mg-handover .mg-eyebrow { color: var(--mg-green); }
.mg-custody { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; list-style: none; padding: 0; }
.mg-custody li { border-top: 1px solid var(--mg-green); padding-top: 24px; }
.mg-custody li > span { display: block; font-size: 14px; color: var(--mg-green); margin-bottom: 15px; }
.mg-custody h3 { color: var(--mg-green) !important; }
.mg-custody p { font-size: 17px; color: var(--mg-muted); margin-top: 14px !important; }
.migration-page .mg-handover-note { margin-top: 36px; display: flex; align-items: start; gap: 12px; font-size: 15px; color: var(--mg-green); border-top: 1px solid var(--mg-line); padding-top: 24px; }
.mg-handover-note .lucide { margin-top: 3px; }
.mg-reports dl > div { border-bottom: 1px solid var(--mg-line); padding: 18px 0; }
.mg-reports dt { display: flex; flex-wrap: wrap; gap: 8px 18px; align-items: center; font-weight: 550; }
.mg-reports dt span { font-size: 13px; font-weight: 500; color: var(--mg-accent); }
.mg-reports dd { font-size: 16px; margin-top: 8px !important; }
.mg-reports > p { margin-top: 22px !important; }
.mg-agent { border-block: 1px solid var(--mg-line); margin-top: 48px; padding-block: 36px; display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; }
.mg-agent > div:first-child h3 { font-size: 28px; font-weight: 350; }
.mg-beta { font-size: 12px; font-weight: 550; margin-left: 12px; border-bottom: 1px solid var(--mg-accent); }
.mg-platform { display: grid; grid-template-columns: minmax(0,.9fr) minmax(0,1.1fr); gap: 70px; margin-top: 35px; }
.mg-platform > p { font-size: 17px; color: var(--mg-muted); }
.mg-faq-layout { display: grid; grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr); gap: 70px; align-items: start; }
.mg-questions { min-width: 0; border-top: 1px solid var(--mg-line); }
.mg-questions details { border-bottom: 1px solid var(--mg-line); }
.mg-questions summary { padding: 20px 28px 20px 0; position: relative; list-style: none; cursor: pointer; font-size: 17px; font-weight: 550; line-height: 1.65; }
.mg-questions summary::-webkit-details-marker { display: none; }
.mg-questions summary::after { content: '+'; position: absolute; right: 0; top: 20px; color: var(--mg-accent); font-weight: 400; font-size: 22px; line-height: 1.3; }
.mg-questions details[open] summary::after { content: '\2212'; }
.mg-questions details > div { padding: 0 26px 24px 0; color: var(--mg-muted); font-size: 16px; }
.mg-close { border-top: 1px solid var(--mg-line); background: var(--mg-tint); }
.mg-close-layout { display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 45px; align-items: center; }
.mg-close-layout > div > p:last-child { font-size: 18px; color: var(--mg-muted); margin-top: 22px; max-width: 640px; }
.migration-page .mg-contact-link { display: inline-flex; align-items: center; gap: 15px; padding-block: 13px; border-bottom: 1px solid var(--mg-accent); color: var(--mg-accent); font-size: 17px; font-weight: 550; text-decoration: none; }
.mg-contact-link:hover { border-bottom-width: 2px; padding-bottom: 12px; }
@media (min-width: 1700px) { .mg-shell { max-width: 1300px; } }
@media (max-width: 1100px) {
  .mg-hero-layout { gap: 35px; }
  .migration-page .mg-product { font-size: 66px; }
  .mg-station { padding-left: 12px; }
  .mg-station strong { font-size: 18px; }
  .mg-split, .mg-faq-layout, .mg-agent, .mg-inspection, .mg-platform { gap: 40px; }
  .mg-route-tabs { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .mg-route-panel { gap: 30px; padding: 30px; }
  .mg-route-evidence { padding-left: 25px; }
  .mg-journey { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 820px) {
  .mg-hero { padding-top: 125px; }
  .mg-hero-layout { grid-template-columns: 1fr; gap: 28px; }
  .mg-hero-figure { justify-self: center; max-width: 570px; }
  .migration-page .mg-hero-description { max-width: 600px; }
  .mg-station strong { font-size: 20px; }
  .mg-section { padding-block: 64px; }
  .migration-page main h2 { font-size: 42px; }
  .mg-split, .mg-faq-layout { grid-template-columns: 1fr; }
  .mg-three-columns { gap: 24px; }
  .mg-close-layout { grid-template-columns: 1fr; gap: 25px; }
  .mg-contact-link { justify-self: start; }
  .mg-hero-values { gap: 20px; }
  .mg-hero-values li { gap: 10px; }
  .mg-custody { gap: 25px; }
  .mg-two-columns { gap: 32px; }
}
@media (max-width: 649px) {
  .mg-shell { width: calc(100% - 40px); }
  .mg-hero { padding-top: 112px; }
  .migration-page .mg-hero h1 { font-size: 32px; }
  .migration-page .mg-product { font-size: 58px; }
  .migration-page .mg-promise { font-size: 28px; margin-top: 20px; }
  .migration-page .mg-hero-description { font-size: 17px; line-height: 1.75; }
  .migration-page .mg-eyebrow { font-size: 13px; }
  .mg-scene { min-height: 440px; }
  .mg-station { height: 156px; padding: 10px; }
  .mg-station strong { font-size: 17px; line-height: 1.4; margin-block: 3px; }
  .mg-station span, .mg-station small { font-size: 11px; }
  .mg-station .lucide { width: 20px !important; height: 20px !important; margin-bottom: 5px; }
  .mg-attention { font-size: 12px; gap: 7px; }
  .mg-attention .lucide { width: 18px !important; height: 18px !important; }
  .mg-motion-row { font-size: 12px; }
  .mg-hero-values { grid-template-columns: 1fr; gap: 16px; margin-top: 28px !important; }
  .mg-hero-values li { gap: 14px; }
  .mg-hero-values strong { font-size: 16px; }
  .mg-hero-values p { font-size: 13px; }
  .mg-section { padding-block: 54px; }
  .migration-page main h2 { font-size: 36px; }
  .migration-page main h3 { font-size: 21px; }
  .mg-heading { margin-bottom: 30px; }
  .mg-heading > p:last-child, .migration-page .mg-section-intro { font-size: 17px; }
  .mg-split, .mg-two-columns, .mg-three-columns, .mg-custody, .mg-agent, .mg-inspection, .mg-platform { grid-template-columns: 1fr; gap: 30px; }
  .mg-page-nav { gap: 12px 22px; margin-top: 30px; }
  .mg-story { gap: 12px; grid-template-columns: 22px minmax(0,1fr); }
  .mg-story blockquote { font-size: 22px; }
  .mg-journey { grid-template-columns: 1fr; gap: 24px; }
  .mg-route-tabs { grid-template-columns: repeat(2,minmax(0,1fr)); padding: 0; }
  .mg-route-tabs button { flex-direction: row; min-height: 60px; font-size: 14px !important; }
  .mg-route-panel { grid-template-columns: 1fr; padding: 24px 20px; gap: 28px; align-content: start; }
  .mg-route-evidence { border-left: 0; border-top: 1px solid var(--mg-line); padding: 22px 0 0; }
  .mg-route-evidence > .lucide { width: 24px !important; height: 24px !important; margin-bottom: 10px; }
  .mg-sources dl > div { grid-template-columns: 1fr; gap: 7px; }
  .mg-ledger-heading { flex-direction: column; align-items: start; padding: 18px 20px; gap: 8px; }
  .mg-ledger-body { grid-template-columns: 1fr; padding: 22px 20px; gap: 24px; }
  .mg-ledger-total { border-right: 0; padding: 0 0 18px; border-bottom: 1px solid var(--mg-line); }
  .mg-outcomes { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .mg-reconciliation figcaption { padding: 18px 20px; }
  .mg-inspection > .mg-note { grid-column: 1; }
  .mg-agent > div:first-child h3 { font-size: 26px; }
  .mg-faq-layout { gap: 30px; }
  .mg-close-layout > div > p:last-child { font-size: 17px; }
}
@media (prefers-reduced-motion: reduce) { .migration-page main *, .migration-page main *::before, .migration-page main *::after { scroll-behavior: auto !important; transition: none !important; } }
