:root {
  --md-ink: #17283d;
  --md-copy: #43556b;
  --md-muted: #5b6b80;
  --md-line: #d9e1ea;
  --md-blue: #2563eb;
  --md-blue-dark: #1d4ed8;
  --md-blue-soft: #eef5ff;

  --md-green: #16734a;
  --md-green-soft: #eaf8f1;
  --md-red: #b91c1c;
  --md-surface: #f6f8fb;
  --md-code: #142436;
}

* { box-sizing: border-box; }
html { scroll-padding-top: 76px; }
body.markdown-page { margin: 0; background: #fff; color: var(--md-copy); font-family: Inter, system-ui, sans-serif; line-height: 1.6; }
.markdown-page h1, .markdown-page h2, .markdown-page h3 { color: var(--md-ink); font-family: "Space Grotesk", Inter, sans-serif; letter-spacing: 0; }
.markdown-page a { color: inherit; }
.page-wrap { width: min(calc(100% - 40px), 1180px); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 14px; border-radius: 6px; background: #fff; color: var(--md-ink); box-shadow: 0 5px 20px rgba(23,40,61,.2); }
.skip-link:focus { top: 12px; }

.site-nav { position: sticky; top: 0; z-index: 50; min-height: 68px; border-bottom: 1px solid var(--md-line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); }
.nav-inner { min-height: 68px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 9px; color: var(--md-ink); font-weight: 800; text-decoration: none; }
.brand img { width: 38px; height: 38px; border-radius: 7px; }
.brand span { font-family: "Space Grotesk", Inter, sans-serif; font-size: 20px; }
.nav-links, .nav-actions { display: flex; align-items: center; gap: 24px; }
.nav-links a, .login-link { min-height: 44px; display: inline-flex; align-items: center; color: #46566b; font-size: 14px; font-weight: 650; text-decoration: none; }
.nav-links a:hover, .login-link:hover { color: var(--md-blue); }
.mobile-nav { display: none; position: relative; }
.mobile-nav summary { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--md-line); border-radius: 7px; cursor: pointer; list-style: none; }
.mobile-nav summary::-webkit-details-marker { display: none; }
.mobile-nav summary svg { width: 22px; fill: none; stroke: currentColor; stroke-width: 2; }
.mobile-nav-panel { position: absolute; right: 0; top: 50px; width: 190px; padding: 8px; border: 1px solid var(--md-line); border-radius: 8px; background: #fff; box-shadow: 0 12px 30px rgba(23,40,61,.14); }
.mobile-nav-panel a { min-height: 44px; display: flex; align-items: center; padding: 0 12px; border-radius: 6px; color: var(--md-ink); font-weight: 650; text-decoration: none; }
.mobile-nav-panel a:hover { background: var(--md-blue-soft); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 10px 18px; border: 1px solid transparent; border-radius: 8px; font: inherit; font-weight: 750; line-height: 1.2; text-align: center; text-decoration: none; cursor: pointer; }
.button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.markdown-page .button-primary { background: var(--md-blue); color: #fff; box-shadow: 0 4px 10px rgba(37,99,235,.18); }
.button-primary:hover { background: var(--md-blue-dark); }
.button-primary:disabled { background: #b8c2cf; box-shadow: none; cursor: not-allowed; }
.button-secondary { border-color: #b7c4d2; background: #fff; color: var(--md-ink); }
.markdown-page .button-success { background: var(--md-green); color: #fff; }
.button-success:hover { background: #0f5d3b; }

.hero { padding: 48px 0 34px; background: #fff; }
.hero-copy { max-width: 810px; margin: 0 auto 28px; text-align: center; }
.eyebrow { margin: 0 0 11px; color: var(--md-blue); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.hero h1 { max-width: 790px; margin: 0 auto; font-size: 52px; line-height: 1.05; }
.hero-lead { max-width: 720px; margin: 16px auto 0; color: var(--md-copy); font-size: 19px; line-height: 1.55; }
.trust-line { margin: 10px 0 0; color: var(--md-muted); font-size: 14px; font-weight: 650; }
.demo-counter, #demo-counter { min-height: 36px; margin: 12px auto 0; align-items: center; gap: 7px; padding: 6px 11px; border: 1px solid #c9d9ef; border-radius: 8px; background: var(--md-blue-soft); color: #27456d; font-size: 13px; font-weight: 700; }
.demo-counter svg, #demo-counter svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; }

.converter-shell { width: min(100%, 860px); margin: 0 auto; border: 1px solid #cdd8e4; border-radius: 8px; background: #fff; box-shadow: 0 14px 38px rgba(23,40,61,.09); overflow: hidden; }
.converter-heading { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 10px 18px; border-bottom: 1px solid var(--md-line); }
.converter-heading strong { color: var(--md-ink); }
.fixed-format { display: inline-flex; align-items: center; gap: 8px; color: #384a61; font-size: 14px; font-weight: 700; }
.fixed-format > span { min-width: 34px; height: 28px; display: grid; place-items: center; border-radius: 5px; background: var(--md-blue-soft); color: var(--md-blue); font-size: 11px; }
.converter-state { padding: 18px; }
.markdown-dropzone { min-height: 232px; display: grid; place-items: center; padding: 22px; border: 1px dashed #9fb1c5; border-radius: 8px; background: #f9fbfd; box-shadow: none; }
.markdown-dropzone::after { display: none; }
.markdown-dropzone:hover { transform: none; border-color: var(--md-blue); box-shadow: none; }
.markdown-dropzone.has-file { border-color: #79b99a; background: #f5fbf7; }
.dropzone-empty { width: 100%; text-align: center; }
.upload-icon { width: 48px; height: 48px; margin: 0 auto 10px; display: grid; place-items: center; border-radius: 8px; background: var(--md-blue-soft); color: var(--md-blue); }
.upload-icon svg { width: 26px; height: 26px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.dropzone-empty h2 { margin: 0; font-size: 20px; }
.dropzone-empty > p { margin: 4px 0 13px; color: var(--md-muted); font-size: 14px; }
.choose-files { min-width: 218px; cursor: pointer; }
.dropzone-empty .drop-hint { margin: 8px 0 0; font-size: 12px; }
.selected-files { width: 100%; }
.file-list { max-height: 260px; display: grid; gap: 8px; overflow-y: auto; }
.add-files-button, .secondary-command { min-height: 44px; display: inline-flex; align-items: center; gap: 7px; border: 0; background: transparent; color: var(--md-blue); font: inherit; font-size: 14px; font-weight: 750; cursor: pointer; }
.add-files-button { margin-top: 10px; }
.add-files-button svg, .secondary-command svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; }
.markdown-page .demo-range-input { border-radius: 8px; }
.converter-details { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 20px; padding: 12px 2px 0; color: #56667a; font-size: 13px; }
.converter-details span { display: inline-flex; align-items: center; gap: 6px; }
.converter-details svg { width: 17px; height: 17px; fill: none; stroke: var(--md-green); stroke-width: 2.5; }
.convert-button { width: 100%; margin-top: 14px; }
#demo-idle:has(#demo-dropzone:not(.has-file)) #demo-convert-btn { display: none; }
.runtime-alert, .runtime-notice { margin-top: 13px; padding: 11px 13px; border: 1px solid #fecaca; border-radius: 7px; background: #fff4f4; color: var(--md-red); font-size: 14px; font-weight: 650; }
.runtime-alert { display: flex; align-items: flex-start; gap: 9px; }
.runtime-alert svg { width: 19px; height: 19px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; }
.runtime-notice { border-color: #c7d8ec; background: var(--md-blue-soft); color: #315476; }

.state-centered { min-height: 390px; text-align: center; }
.state-centered h2 { margin: 14px 0 5px; font-size: 27px; }
.state-copy { margin: 0 auto; color: var(--md-muted); }
.runtime-ring, .error-ring { position: relative; width: 112px; height: 112px; margin: 8px auto 0; display: grid; place-items: center; }
.ring-svg, .error-ring > svg:first-child { position: absolute; inset: 0; width: 100%; height: 100%; transform: rotate(-90deg); }
.ring-center-icon, .error-x { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.ring-success { color: var(--md-green); }
.ring-error, .error-x { color: var(--md-red); }
.ring-percent { color: var(--md-ink); font-weight: 800; }
.runtime-steps { max-width: 560px; margin: 24px auto 0; display: grid; grid-template-columns: 70px 1fr 70px 1fr 70px 1fr 70px; align-items: start; }
.runtime-steps .demo-step { display: flex; flex-direction: column; align-items: center; gap: 5px; color: var(--md-muted); font-size: 12px; font-weight: 700; }
.runtime-steps .demo-step > div { width: 34px; height: 34px; display: grid; place-items: center; border-radius: 50%; background: #e9eef4; }
.runtime-steps .demo-step.active > div { background: var(--md-blue-soft); color: var(--md-blue); }
.runtime-steps .demo-step.done > div { background: var(--md-green); color: #fff; }
.runtime-steps svg { grid-area: 1/1; width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.demo-step-connector { height: 2px; margin-top: 16px; background: #d8e1ea; }
.runtime-thumbnails { max-width: 440px; margin: 20px auto 0; display: flex; gap: 12px; overflow-x: auto; }
.result-icon, .limit-icon { width: 62px; height: 62px; margin: 6px auto 0; display: grid; place-items: center; border-radius: 50%; background: var(--md-green-soft); color: var(--md-green); }
.limit-icon { background: var(--md-blue-soft); color: var(--md-blue); }
.result-icon svg, .limit-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.result-download { min-width: 210px; margin-top: 18px; }
.result-meta { margin: 12px 0 0; color: var(--md-muted); font-size: 13px; }
.result-summary { margin: 6px 0 0; color: var(--md-ink); font-weight: 700; }
.result-next-step { max-width: 540px; margin: 22px auto 0; padding: 17px; border: 1px solid var(--md-line); border-radius: 8px; background: var(--md-surface); }
.result-next-step strong { color: var(--md-ink); }
.result-next-step p { margin: 3px 0 12px; color: var(--md-muted); font-size: 14px; }
.result-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; }
.text-link { min-height: 44px; display: inline-flex; align-items: center; color: var(--md-blue); font-weight: 750; }
.secondary-command { margin: 9px auto 0; }
.result-thumbnail { width: 110px; height: 145px; margin: 15px auto; overflow: hidden; border: 1px solid var(--md-line); border-radius: 7px; }
.result-thumbnail img { width: 100%; height: 100%; object-fit: cover; }
.error-ring { margin-top: 4px; }
.error-x { position: relative; z-index: 1; }
#demo-error-state .runtime-alert { max-width: 560px; margin-inline: auto; justify-content: center; }

.proof-strip { border-top: 1px solid var(--md-line); border-bottom: 1px solid var(--md-line); background: #fff; }
.proof-grid { min-height: 62px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: stretch; }
.proof-grid > div { display: flex; align-items: center; justify-content: center; gap: 9px; padding: 12px; border-right: 1px solid var(--md-line); color: #33475d; font-size: 14px; font-weight: 700; text-align: center; }
.proof-grid > div:last-child { border-right: 0; }
.proof-grid svg { width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: var(--md-green); stroke-width: 2.5; stroke-linecap: round; }

.content-band { padding: 84px 0; }
.band-muted { background: var(--md-surface); }
.section-heading { max-width: 760px; margin: 0 auto 38px; text-align: center; }
.section-heading h2, .support-grid h2 { margin: 0; font-size: 36px; line-height: 1.18; }
.section-heading p, .support-grid > div > p { margin: 10px 0 0; color: var(--md-muted); }
.example-grid { display: grid; grid-template-columns: minmax(0,1fr) 112px minmax(0,1fr); gap: 16px; align-items: stretch; }
.sample-panel { min-width: 0; overflow: hidden; border: 1px solid var(--md-line); border-radius: 8px; background: #fff; }
.sample-header { min-height: 50px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 0 15px; border-bottom: 1px solid var(--md-line); color: var(--md-ink); font-size: 14px; font-weight: 800; }
.sample-header > span:last-child { color: var(--md-muted); font-weight: 600; }
.scan-stage { min-height: 366px; padding: 28px; background: #eef0ed; }
.sample-paper { min-height: 310px; padding: 27px 31px; border: 1px solid #cfd3cd; background: #fff; box-shadow: 0 5px 16px rgba(23,40,61,.08); color: #4d5350; font-family: Georgia, serif; transform: rotate(-.2deg); }
.sample-paper h3 { margin: 0 0 14px; color: #2e3431; font-family: Georgia, serif; font-size: 20px; }
.sample-paper p, .sample-paper li { font-size: 13px; line-height: 1.5; }
.sample-paper ul { padding-left: 18px; }
.sample-paper table { width: 100%; border-collapse: collapse; font-size: 11px; }
.sample-paper th, .sample-paper td { padding: 5px; border: 1px solid #8d958f; text-align: left; }
.conversion-direction { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; color: var(--md-blue); text-align: center; text-transform: uppercase; }
.conversion-direction > span { width: 52px; height: 52px; display: grid; place-items: center; border: 1px solid #b9ceee; border-radius: 50%; background: var(--md-blue-soft); }
.conversion-direction svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.conversion-direction strong { font-size: 11px; line-height: 1.3; }
.copy-control { display: flex; align-items: center; gap: 7px; }
.icon-button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid var(--md-line); border-radius: 7px; background: #fff; color: var(--md-blue); cursor: pointer; }
.icon-button svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; }
.copy-feedback { max-width: 0; overflow: hidden; color: var(--md-green); font-size: 12px; opacity: 0; transition: max-width .2s, opacity .2s; }
.copy-feedback.visible { max-width: 54px; opacity: 1; }
.markdown-sample { min-height: 366px; margin: 0; padding: 27px; overflow: auto; background: var(--md-code); color: #e6edf5; font: 13px/1.65 ui-monospace, SFMono-Regular, Consolas, monospace; white-space: pre-wrap; }
.syntax-heading { color: #82c7ff; }
.syntax-list { color: #9ee6b8; }
.syntax-table { color: #ffd38a; }
.sample-caption { margin: 14px 0 0; color: var(--md-muted); font-size: 13px; text-align: center; }

.comparison-table { display: grid; grid-template-columns: minmax(190px,1.1fr) repeat(2,minmax(0,1fr)); border-top: 1px solid var(--md-line); border-bottom: 1px solid var(--md-line); }
.table-row { display: contents; }
.table-cell { min-width: 0; padding: 16px 19px; border-right: 1px solid var(--md-line); border-bottom: 1px solid var(--md-line); }
.table-cell:nth-child(3n) { border-right: 0; }
.table-cell:nth-last-child(-n+3) { border-bottom: 0; }
.table-heading, .row-heading { color: var(--md-ink); font-weight: 800; }
.table-heading { background: #fff; }
.raw-result { color: #59697b; }
.structured-result { color: var(--md-green); font-weight: 700; }
.workflow-list, .use-case-list { display: grid; grid-template-columns: repeat(3, 1fr); }
.workflow-list article, .use-case-list article { padding: 0 30px; border-right: 1px solid var(--md-line); }
.workflow-list article:first-child, .use-case-list article:first-child { padding-left: 0; }
.workflow-list article:last-child, .use-case-list article:last-child { padding-right: 0; border-right: 0; }
.workflow-list article > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--md-blue); color: #fff; font-weight: 850; }
.workflow-list h3, .use-case-list h3 { margin: 15px 0 5px; font-size: 19px; }
.workflow-list p, .use-case-list p { margin: 0; color: var(--md-muted); font-size: 14px; }
.use-case-list { border-top: 1px solid var(--md-line); border-bottom: 1px solid var(--md-line); }
.use-case-list article { padding-block: 27px; }
.use-case-list article > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 7px; background: var(--md-blue-soft); color: var(--md-blue); font-weight: 850; }
.support-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 58px; align-items: start; }
.support-list { margin: 0; border-top: 1px solid var(--md-line); }
.support-list div { display: grid; grid-template-columns: 105px 1fr; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--md-line); }
.support-list dt { color: var(--md-ink); font-weight: 800; }
.support-list dd { margin: 0; color: var(--md-muted); }
.faq-wrap { max-width: 900px; }
.faq-list details { border-top: 1px solid var(--md-line); }
.faq-list details:last-child { border-bottom: 1px solid var(--md-line); }
.faq-list summary { min-height: 62px; display: flex; align-items: center; padding: 14px 48px 14px 0; position: relative; color: var(--md-ink); font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; color: var(--md-blue); font-size: 25px; font-weight: 500; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { max-width: 760px; margin: 0; padding: 0 44px 19px 0; color: var(--md-muted); }
.faq-list details a { color: var(--md-blue); font-weight: 700; }

.final-band { padding: 72px 0; background: var(--md-ink); color: #bdc9d6; text-align: center; }
.final-band h2 { margin: 0; color: #fff; font-size: 37px; }
.final-band p { max-width: 620px; margin: 10px auto 22px; }
.final-actions { display: flex; align-items: center; justify-content: center; gap: 20px; }
.final-link { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-weight: 750; }
.site-footer { padding: 27px 0; border-top: 1px solid #2b4059; background: var(--md-ink); color: #a8b7c7; font-size: 13px; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { min-height: 44px; display: inline-flex; align-items: center; }

.markdown-page :focus-visible { outline: 3px solid #f59e0b; outline-offset: 3px; }
.markdown-page .hidden { display: none !important; }

@media (max-width: 860px) {
  .nav-links { display: none; }
  .mobile-nav { display: block; }
  .hero h1 { font-size: 44px; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div:nth-child(2) { border-right: 0; }
  .proof-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--md-line); }
  .example-grid { grid-template-columns: 1fr; }
  .conversion-direction { padding: 2px; }
  .conversion-direction > span { transform: rotate(90deg); }
  .workflow-list, .use-case-list { grid-template-columns: 1fr; }
  .workflow-list article, .workflow-list article:first-child, .workflow-list article:last-child,
  .use-case-list article, .use-case-list article:first-child, .use-case-list article:last-child { padding: 22px 0; border-right: 0; border-bottom: 1px solid var(--md-line); }
  .workflow-list article:last-child, .use-case-list article:last-child { border-bottom: 0; }
  .support-grid { grid-template-columns: 1fr; gap: 30px; }
}

@media (max-width: 580px) {
  .page-wrap { width: min(calc(100% - 32px), 1180px); }
  .site-nav, .nav-inner { min-height: 60px; }
  .nav-inner { gap: 10px; }
  .brand span { font-size: 18px; }
  .brand img { width: 34px; height: 34px; }
  .nav-actions { gap: 5px; }
  .login-link { font-size: 13px; white-space: nowrap; }
  .nav-cta { display: inline-flex; min-height: 44px; padding: 7px 9px; font-size: 12px; white-space: nowrap; }
  .hero { padding: 18px 0 16px; }
  .hero-copy { margin-bottom: 12px; }
  .eyebrow { margin-bottom: 5px; font-size: 11px; }
  .hero h1 { font-size: 31px; line-height: 1.08; }
  .hero-lead { margin-top: 9px; font-size: 15px; line-height: 1.4; }
  .trust-line { margin-top: 5px; font-size: 12px; }
  .demo-counter, #demo-counter { min-height: 32px; margin-top: 6px; padding-block: 4px; }
  .converter-heading { min-height: 44px; gap: 8px; padding: 6px 10px; font-size: 13px; }
  .fixed-format { font-size: 12px; }
  .converter-state { padding: 10px; }
  .markdown-dropzone { min-height: 188px; padding: 10px; }
  .upload-icon { width: 40px; height: 40px; margin-bottom: 6px; }
  .upload-icon svg { width: 23px; height: 23px; }
  .dropzone-empty h2 { font-size: 18px; line-height: 1.2; }
  .dropzone-empty > p { margin: 2px 0 7px; }
  .dropzone-empty .drop-hint { margin-top: 4px; }
  .choose-files, .convert-button, .result-download, .result-actions .button { width: 100%; }
  .converter-details { align-items: flex-start; flex-direction: column; gap: 2px; padding-top: 7px; font-size: 12px; }
  .runtime-steps { grid-template-columns: repeat(4, 1fr); }
  .runtime-steps .demo-step-connector { display: none; }
  .state-centered { min-height: 370px; }
  .state-centered h2 { font-size: 24px; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-grid > div, .proof-grid > div:nth-child(2) { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--md-line); }
  .proof-grid > div:last-child { border-bottom: 0; }
  .content-band { padding: 62px 0; }
  .section-heading { margin-bottom: 28px; text-align: left; }
  .section-heading h2, .support-grid h2 { font-size: 29px; }
  .scan-stage { min-height: 330px; padding: 13px; }
  .sample-paper { min-height: 300px; padding: 21px 17px; }
  .markdown-sample { min-height: 330px; padding: 19px 15px; font-size: 12px; }
  .comparison-table { grid-template-columns: minmax(125px,.85fr) repeat(2,minmax(118px,1fr)); overflow-x: auto; font-size: 13px; }
  .table-cell { padding: 12px 10px; }
  .support-list div { display: block; }
  .support-list dt { margin-bottom: 3px; }
  .faq-list summary { padding-right: 38px; }
  .faq-list details p { padding-right: 10px; }
  .final-band h2 { font-size: 30px; }
  .final-actions { flex-direction: column; }
  .final-actions .button { width: 100%; }
  .footer-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 340px) {
  .brand { gap: 7px; }
  .brand span { font-size: 16px; }
  .brand img { width: 32px; height: 32px; }
  .login-link { padding-inline: 4px; }
  .nav-cta { padding-inline: 7px; }
  .hero h1 { font-size: 30px; }
  .converter-heading { padding-inline: 13px; }
  .fixed-format { font-size: 12px; }
  .sample-header { padding-inline: 10px; }
}

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