@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Newsreader:opsz,wght@6..72,400;6..72,500;6..72,600&display=swap");

:root {
  --ink: #242630;
  --muted: #676975;
  --line: #e7e7ec;
  --violet: #6845a4;
  --wash: #f4f1fa;
  --paper: #fff;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
textarea {
  font: inherit;
}
button,
a,
input,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
button,
a,
summary {
  touch-action: manipulation;
}
button {
  cursor: pointer;
}
a:hover {
  color: var(--violet);
}
:focus-visible {
  outline: 3px solid var(--violet);
  outline-offset: 5px;
}
button,
input,
textarea {
  border-radius: 8px;
}
p {
  line-height: 1.65;
}
button {
  color: inherit;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
img,
svg {
  max-width: 100%;
}
[hidden] {
  display: none !important;
}
.wrap {
  max-width: 1180px;
  margin: auto;
  padding-inline: 32px;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  background: #fff;
  padding: 16px;
  z-index: 10;
}
.skip:focus {
  top: 10px;
}
.site-header {
  min-height: 88px;
  max-width: 1440px;
  margin: auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid var(--line);
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -1px;
  white-space: nowrap;
}
.brand-mark {
  font-size: 37px;
  color: var(--violet);
}
.brand-section {
  font-size: 14px;
  letter-spacing: 0;
  color: var(--muted);
  font-weight: 400;
  border-left: 1px solid #d4d3dc;
  padding-left: 14px;
  margin-left: 8px;
}
.site-header nav {
  display: flex;
  gap: 28px;
  font-size: 14px;
  margin: auto;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  background: var(--violet);
  color: #fff;
  border: 1px solid var(--violet);
  padding: 10px 19px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.button:hover {
  background: #543287;
  color: #fff;
}
.button.small {
  min-height: 40px;
  padding: 8px 14px;
  font-size: 13px;
}
.button.secondary {
  background: #fff;
  color: var(--ink);
  border-color: #d7d4df;
}
.button.secondary:hover {
  background: var(--wash);
}
.intro {
  padding-block: 70px 52px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 100px;
}
.intro-label {
  color: var(--violet);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
.intro h1 {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(38px, 4.4vw, 58px);
  line-height: 1.07;
  letter-spacing: -1.8px;
  font-weight: 500;
  max-width: 760px;
  margin-bottom: 20px;
}
.intro-description {
  font-size: 17px;
  color: var(--muted);
  max-width: 550px;
  margin-bottom: 0;
}
.contribute {
  padding: 20px 0 10px 28px;
  border-left: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  align-self: center;
  gap: 12px;
  font-size: 13px;
  line-height: 1.6;
  color: var(--muted);
}
.contribute strong {
  color: var(--ink);
  font-size: 15px;
}
.contribute-icon {
  font-size: 28px;
  color: var(--violet);
  line-height: 1;
}
.text-link {
  color: var(--violet);
  font-weight: 600;
}
.catalog-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 30px;
}
.catalog-bar nav {
  display: flex;
  gap: 28px;
  align-self: stretch;
}
.catalog-bar nav a {
  display: flex;
  align-items: center;
  font-size: 15px;
  min-height: 64px;
  border-bottom: 2px solid transparent;
  color: var(--muted);
}
.catalog-bar nav a.active {
  color: var(--ink);
  border-color: var(--violet);
  font-weight: 600;
}
.search {
  display: flex;
  align-items: center;
  margin: 8px 0;
  max-width: 330px;
  width: 40%;
  border: 1px solid var(--line);
  border-radius: 30px;
  overflow: hidden;
}
.search label {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
}
.search input {
  border: 0;
  background: transparent;
  min-width: 0;
  flex: 1;
  padding: 11px 16px;
  font-size: 13px;
}
.search button {
  border: 0;
  background: transparent;
  min-height: 42px;
  min-width: 44px;
  font-size: 25px;
}
.search:focus-within {
  outline: 2px solid var(--violet);
  outline-offset: 2px;
}
.search input:focus-visible {
  outline: 0;
}
.featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 48px;
  padding: 28px 0 40px;
  border-bottom: 1px solid var(--line);
  margin-bottom: 42px;
}
.kind {
  font-size: 12px;
  color: var(--violet);
  font-weight: 500;
}
.featured h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 38px;
  line-height: 1.14;
  font-weight: 500;
  letter-spacing: -0.8px;
  margin: 18px 0;
}
.featured-copy > p:not(.kind) {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.7;
}
.byline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  margin-top: 26px;
}
.byline small,
.article-byline small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-top: 5px;
}
.avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #eeeaf6;
  border-radius: 50%;
  font-size: 17px;
  color: #644894;
}
.featured-art {
  background: #eeebf5;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px 70px;
  position: relative;
  min-height: 295px;
  overflow: hidden;
  background-image: radial-gradient(#cec8dc 0.8px, transparent 0.8px);
  background-size: 16px 16px;
}
.art-node {
  height: 64px;
  width: 64px;
  border-radius: 15px;
  background: #fff;
  border: 1px solid #d7d1e3;
  box-shadow: 0 5px 14px #4d35650c;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--violet);
  font-size: 26px;
  position: relative;
}
.art-node span {
  position: absolute;
  top: 78px;
  width: 115px;
  text-align: center;
  color: #5f576e;
  font-size: 11px;
}
.art-node.transform {
  width: 82px;
  height: 82px;
  font-size: 30px;
  background: #7553af;
  color: #fff;
  border-color: #7553af;
}
.art-node.transform span {
  top: 87px;
}
.art-connector {
  width: 40px;
  height: 2px;
  background: #a99ac2;
}
.featured-art > p {
  position: absolute;
  bottom: 12px;
  font-size: 11px;
  color: #685b7d;
  background: #eeebf5;
  padding: 3px 8px;
}
.library-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 72px;
  padding-bottom: 65px;
}
.section-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 12px;
}
.article-card {
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.card-author {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  margin-bottom: 14px;
}
.small-avatar {
  width: 24px;
  height: 24px;
  font-size: 11px;
}
.article-card h3 {
  font-size: 24px;
  letter-spacing: -0.6px;
  line-height: 1.25;
  margin-bottom: 10px;
  font-weight: 600;
}
.article-card-link > p {
  color: var(--muted);
  font-size: 15px;
  max-width: 650px;
}
.card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  font-size: 11px;
  color: var(--muted);
  margin-top: 18px;
}
.tag {
  display: inline-flex;
  background: #f3f3f6;
  color: #5c5966;
  font-size: 11px;
  line-height: 1.4;
  padding: 6px 10px;
  border-radius: 20px;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.sidebar {
  padding-top: 8px;
}
.sidebar h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2;
}
.sidebar > p {
  font-size: 14px;
  color: var(--muted);
}
.sidebar ul {
  list-style: none;
  padding: 10px 0;
}
.sidebar li {
  display: flex;
  gap: 15px;
  margin: 25px 0;
}
.sidebar li > span {
  color: var(--violet);
  font-size: 23px;
}
.sidebar strong {
  font-size: 13px;
  font-weight: 500;
}
.sidebar li p {
  font-size: 12px;
  margin: 6px 0;
  color: var(--muted);
}
.sidebar > a {
  font-size: 12px;
  color: var(--violet);
  border-top: 1px solid var(--line);
  display: block;
  padding-top: 20px;
}
.workflow-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  padding-top: 18px;
}
.workflow-card {
  border: 1px solid var(--line);
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.15s;
}
.workflow-card:hover {
  border-color: #a596c2;
}
.mini-graph {
  background: #f5f3f9;
  min-height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
.mini-node {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid #d9d1e7;
  border-radius: 10px;
  background: #fff;
  color: var(--violet);
  font-size: 12px;
}
.mini-wire {
  height: 2px;
  background: #bdb0d3;
  width: 18px;
}
.workflow-card-copy {
  padding: 22px;
}
.workflow-card h3 {
  font-size: 19px;
  line-height: 1.3;
  letter-spacing: -0.4px;
  margin: 12px 0;
}
.workflow-card p {
  font-size: 13px;
  color: var(--muted);
}
.workflow-card .tags {
  margin-top: 20px;
}
.more {
  margin-top: 30px;
}
.empty {
  padding: 40px 0;
  color: var(--muted);
}
.empty h3 {
  color: var(--ink);
}
.empty a {
  color: var(--violet);
  text-decoration: underline;
}
.site-footer {
  border-top: 1px solid var(--line);
  max-width: 1360px;
  margin: 0 auto;
  padding: 30px 40px;
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 12px;
  color: var(--muted);
}
.site-footer .brand {
  font-size: 19px;
  color: var(--ink);
}
.site-footer > span {
  margin-right: auto;
}
.article-shell {
  max-width: 1100px;
  margin: auto;
  padding: 35px 32px 80px;
}
.back {
  font-size: 12px;
  color: var(--muted);
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 45px;
}
.reading {
  max-width: 700px;
  margin-inline: auto;
}
.article-heading .tags {
  margin-bottom: 25px;
}
.article-heading h1 {
  font-family: "Newsreader", Georgia, serif;
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -1.5px;
  margin-bottom: 22px;
  overflow-wrap: anywhere;
}
.article-deck {
  font-size: 21px;
  line-height: 1.5;
  color: var(--muted);
  margin-bottom: 28px;
}
.article-byline {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-bottom: 26px;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
  margin-bottom: 45px;
  flex-wrap: wrap;
}
.share-button {
  margin-left: auto;
  background: none;
  border: 1px solid var(--line);
  padding: 10px 15px;
  border-radius: 24px;
  font-size: 12px;
  min-height: 40px;
}
.share-status {
  font-size: 12px;
}
.article-body {
  font-family: "Newsreader", Georgia, serif;
  font-size: 22px;
  line-height: 1.8;
  overflow-wrap: anywhere;
}
.article-body h1,
.article-body h2,
.article-body h3 {
  font-family: "DM Sans", system-ui, sans-serif;
  line-height: 1.3;
  letter-spacing: -0.5px;
  margin-top: 1.7em;
}
.article-body h1,
.article-body h2 {
  font-size: 28px;
}
.article-body h3 {
  font-size: 23px;
}
.article-body p {
  margin-bottom: 1.4em;
  line-height: 1.8;
}
.article-body a,
.related a,
.references a,
.discussion a,
.author-footer a {
  color: var(--violet);
  text-decoration: underline;
  text-underline-offset: 3px;
}
.article-body blockquote {
  border-left: 3px solid var(--violet);
  padding-left: 25px;
  margin: 35px 0;
  color: #645771;
  font-style: italic;
}
.article-body img {
  display: block;
  border-radius: 6px;
  height: auto;
  margin: 35px auto;
}
.article-body pre {
  font-family: ui-monospace, monospace;
  font-size: 13px;
  background: #f5f4f8;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow-x: auto;
  padding: 22px;
  line-height: 1.7;
}
.article-body code {
  font-size: 0.75em;
  background: #f5f4f8;
  border-radius: 3px;
  padding: 2px 4px;
}
.article-body pre code {
  padding: 0;
  font-size: inherit;
}
.article-body table {
  display: block;
  overflow-x: auto;
  border-collapse: collapse;
  font-family: system-ui;
  font-size: 14px;
}
.article-body td,
.article-body th {
  padding: 12px;
  border: 1px solid var(--line);
}
.workflow-panel {
  border: 1px solid #ddd8e8;
  border-radius: 12px;
  margin-bottom: 45px;
  overflow: hidden;
}
.article-media {
  margin: 36px 0;
}
.media-slides {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 18px;
  border-radius: 10px;
}
.media-slide {
  flex: 0 0 100%;
  min-width: 0;
  margin: 0;
  scroll-snap-align: start;
}
.media-slide img,
.media-slide video {
  display: block;
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  background: #f5f4f8;
  border-radius: 10px;
}
.media-slide figcaption {
  padding: 10px 0;
  font-family: "DM Sans", system-ui;
  font-size: 13px;
  line-height: 1.5;
  color: var(--muted);
}
.media-navigation {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-top: 12px;
  font:
    12px "DM Sans",
    system-ui;
}
.workflow-toolbar {
  padding: 18px 22px;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.workflow-toolbar > div {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  font-size: 13px;
}
.workflow-toolbar nav {
  display: flex;
  gap: 6px;
  flex-shrink: 0;
}
.workflow-toolbar [aria-pressed="true"] {
  background: var(--violet);
  border-color: var(--violet);
  color: #fff;
}
.workflow-toolbar > div > span:last-child {
  color: var(--muted);
  font-size: 11px;
}
.live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--violet);
}
.graph {
  height: 440px;
}
.graph iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}
.workflow-actions {
  padding: 18px 22px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  border-top: 1px solid var(--line);
}
.workflow-actions p {
  font-size: 12px;
  color: var(--muted);
  margin: 0 auto 0 0;
}
.copy-status {
  font-size: 12px;
}
.code-panel {
  padding: 18px;
  background: #f5f4f8;
}
.code-panel label {
  font-size: 12px;
  display: block;
  margin-bottom: 12px;
}
.code-panel p {
  font-size: 12px;
  line-height: 1.6;
  color: var(--muted);
}
.code-panel textarea {
  display: block;
  width: 100%;
  height: 380px;
  resize: vertical;
  font-family: ui-monospace, monospace;
  font-size: 12px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #d9d3e6;
  padding: 20px;
  white-space: pre;
  overflow: auto;
  color: var(--ink);
}
.connections {
  border-top: 1px solid var(--line);
  padding: 15px 22px;
  font-size: 12px;
  overflow-wrap: anywhere;
}
.connections li {
  margin: 10px 0;
}
.connections summary,
details summary {
  cursor: pointer;
  padding: 6px 0;
}
.workflow-details {
  margin-bottom: 50px;
  font-size: 15px;
}
.workflow-details h2 {
  font-family: "Newsreader", Georgia, serif;
  font-size: 32px;
  font-weight: 500;
}
.workflow-details h3 {
  margin-top: 28px;
  font-size: 17px;
}
.workflow-details dl {
  display: grid;
  grid-template-columns: 130px 1fr;
  gap: 15px;
  font-size: 13px;
  border-block: 1px solid var(--line);
  padding: 22px 0;
}
.workflow-details dt {
  color: var(--muted);
}
.workflow-details dd {
  margin: 0;
  overflow-wrap: anywhere;
}
.digest {
  display: block;
  overflow-wrap: anywhere;
  font-size: 12px;
  padding-block: 10px;
}
.credits {
  font-size: 13px;
  color: var(--muted);
  margin-block: 35px;
}
.related,
.references {
  margin-block: 35px;
  font-size: 14px;
  line-height: 1.8;
}
.related h2,
.references h2 {
  font-size: 20px;
}
.author-footer {
  border-block: 1px solid var(--line);
  padding: 28px 0;
  margin-block: 45px;
  display: flex;
  gap: 18px;
}
.author-footer h2 {
  font-size: 18px;
  margin: 3px 0 8px;
}
.author-footer p,
.author-footer a {
  font-size: 13px;
  margin-bottom: 8px;
}
.discussion > h2 {
  font-size: 23px;
}
.discussion > p {
  font-size: 14px;
}
.muted {
  color: var(--muted);
}
.comment {
  padding: 24px 0;
  border-bottom: 1px solid var(--line);
  font-size: 14px;
}
.comment time {
  color: var(--muted);
  font-size: 11px;
  margin-left: 15px;
}
.comment p {
  white-space: pre-wrap;
  overflow-wrap: anywhere;
  margin: 14px 0 0;
}
.notice {
  max-width: 700px;
  margin: 100px auto;
  padding: 30px;
}
.notice h1 {
  font-family: Georgia, serif;
  font-size: 42px;
}
.notice p {
  color: var(--muted);
}
@media (min-width: 1500px) {
  .intro {
    padding-top: 85px;
  }
}
@media (max-width: 950px) {
  .site-header {
    padding-inline: 24px;
    gap: 20px;
  }
  .site-header nav {
    gap: 18px;
  }
  .brand-section {
    display: none;
  }
  .intro {
    gap: 45px;
    grid-template-columns: minmax(0, 1fr) 220px;
  }
  .library-layout {
    gap: 35px;
    grid-template-columns: minmax(0, 1fr) 220px;
  }
  .featured {
    gap: 30px;
  }
  .featured h2 {
    font-size: 32px;
  }
  .art-connector {
    width: 20px;
  }
  .art-node {
    width: 50px;
    height: 50px;
  }
  .art-node.transform {
    width: 65px;
    height: 65px;
  }
  .art-node span {
    width: 90px;
    font-size: 10px;
  }
  .workflow-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 700px) {
  .wrap {
    padding-inline: 22px;
  }
  .site-header {
    padding: 15px 20px;
    min-height: 75px;
    flex-wrap: wrap;
    gap: 12px;
  }
  .site-header .brand {
    font-size: 20px;
  }
  .site-header > .button {
    margin-left: auto;
  }
  .site-header nav {
    order: 3;
    width: 100%;
    justify-content: center;
    border-top: 1px solid var(--line);
    padding-top: 14px;
    gap: 32px;
    font-size: 12px;
  }
  .intro {
    display: block;
    padding-block: 40px 28px;
  }
  .intro h1 {
    letter-spacing: -1px;
  }
  .intro-description {
    font-size: 15px;
  }
  .contribute {
    display: none;
  }
  .catalog-bar {
    gap: 15px;
  }
  .catalog-bar nav {
    gap: 20px;
  }
  .search {
    width: 48%;
  }
  .search input {
    padding: 10px;
    font-size: 12px;
  }
  .search button {
    min-width: 34px;
  }
  .featured {
    grid-template-columns: 1fr;
    padding-top: 5px;
    gap: 25px;
  }
  .featured-art {
    min-height: 240px;
    order: -1;
  }
  .art-connector {
    width: 35px;
  }
  .art-node {
    width: 60px;
    height: 60px;
  }
  .art-node.transform {
    width: 76px;
    height: 76px;
  }
  .featured h2 {
    font-size: 33px;
  }
  .library-layout {
    display: block;
    padding-bottom: 40px;
  }
  .sidebar {
    border-top: 1px solid var(--line);
    padding-top: 30px;
    margin-top: 40px;
  }
  .sidebar ul {
    display: none;
  }
  .workflow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
  .workflow-card-copy {
    padding: 16px;
  }
  .workflow-card h3 {
    font-size: 17px;
  }
  .mini-node {
    width: 32px;
    height: 32px;
    font-size: 10px;
  }
  .mini-wire {
    width: 8px;
  }
  .article-card h3 {
    font-size: 22px;
  }
  .site-footer {
    padding: 25px 22px;
    flex-wrap: wrap;
    gap: 18px;
  }
  .site-footer > span {
    width: 100%;
    order: 3;
  }
  .article-shell {
    padding: 20px 22px 50px;
  }
  .back {
    margin-bottom: 28px;
  }
  .article-heading h1 {
    font-size: 39px;
    letter-spacing: -1px;
  }
  .article-deck {
    font-size: 18px;
  }
  .article-body {
    font-size: 20px;
  }
  .workflow-toolbar {
    padding: 14px;
    align-items: flex-start;
    flex-direction: column;
  }
  .workflow-toolbar > div {
    max-width: 180px;
  }
  .workflow-toolbar .button {
    font-size: 12px;
    padding: 8px 12px;
  }
  .graph {
    height: 360px;
  }
  .workflow-actions {
    padding: 15px;
  }
  .workflow-actions p {
    width: 100%;
  }
  .workflow-details dl {
    grid-template-columns: 100px 1fr;
  }
  .code-panel {
    padding: 12px;
  }
  .code-panel textarea {
    padding: 12px;
  }
  .article-byline {
    gap: 10px;
  }
  .share-button {
    font-size: 11px;
    padding: 8px 10px;
  }
  .notice {
    margin-block: 45px;
  }
}
@media (max-width: 380px) {
  .workflow-grid {
    grid-template-columns: 1fr;
  }
  .site-header .button {
    font-size: 11px;
  }
  .article-heading h1 {
    font-size: 34px;
  }
  .search input {
    width: 70px;
  }
  .catalog-bar nav {
    gap: 14px;
  }
  .catalog-bar nav a {
    font-size: 13px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    transition: none !important;
    scroll-behavior: auto !important;
  }
}
