/* Bloomteq typography and neutral/metallic palette; NativeLink violet contrast.
   Local fonts only: this page needs no third-party asset requests. */
@font-face {
  font-family: 'IBM Plex Sans';
  src: url('assets/fonts/ibm-plex-sans-latin.woff2') format('woff2');
  font-weight: 100 700;
  font-display: swap;
}
@font-face {
  font-family: 'IBM Plex Mono';
  src: url('assets/fonts/ibm-plex-mono-400.woff2') format('woff2');
  font-weight: 400;
  font-display: swap;
}
:root {
  --ink: #2e363c;
  --muted: #626d76;
  --paper: #fff;
  --panel: #eff2f7;
  --line: #d9dde1;
  --violet: #a58afa;
  --native: #171225;
  --bronze: #b4926e;
  --metal: linear-gradient(115deg, #d9d9d9, #a3a59f 38%, #b4926e 72%, #ea9c74);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 24px;
}
body {
  margin: 0;
  font:
    400 16px/1.6 'IBM Plex Sans',
    sans-serif;
  color: var(--ink);
  background: var(--paper);
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
a:focus-visible,
button:focus-visible {
  outline: 3px solid #7250c9;
  outline-offset: 5px;
}
a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.wrap {
  width: min(1180px, calc(100% - 64px));
  margin-inline: auto;
}
.skip {
  position: absolute;
  top: -100px;
  left: 20px;
  z-index: 10;
  background: white;
  padding: 12px;
}
.skip:focus {
  top: 10px;
}
h1,
h2,
h3,
p {
  margin: 0;
}
h1,
h2,
h3 {
  font-weight: 400;
  text-wrap: balance;
}
h1 {
  font-size: clamp(56px, 6.2vw, 86px);
  line-height: 1.03;
  letter-spacing: -0.055em;
}
h2 {
  font-size: clamp(36px, 4.3vw, 58px);
  line-height: 1.1;
  letter-spacing: -0.04em;
}
h3 {
  font-size: 32px;
  line-height: 1.2;
  letter-spacing: -0.025em;
}
p {
  max-width: 65ch;
}
.topbar {
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid var(--line);
}
.emerik-mark {
  font:
    400 23px 'IBM Plex Mono',
    monospace;
  letter-spacing: -0.05em;
}
.emerik-mark span {
  font:
    400 11px 'IBM Plex Sans',
    sans-serif;
  letter-spacing: 0;
  margin-left: 8px;
}
.topbar nav,
footer nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-size: 13px;
}
.nav-cta {
  border: 1px solid var(--ink);
  padding: 9px 18px;
}
.hero {
  display: grid;
  grid-template-columns: 1.06fr 1fr;
  gap: 42px;
  align-items: center;
  padding-block: 72px 80px;
}
.lockup {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 32px;
  font:
    20px 'IBM Plex Mono',
    monospace;
}
.cross {
  color: #81898f;
  font:
    24px 'IBM Plex Sans',
    sans-serif;
}
.native-lockup {
  display: flex;
  background: var(--native);
  padding: 10px 13px;
  border-radius: 4px;
}
.native-lockup img {
  width: 123px;
  height: auto;
}
.lede {
  font-size: 22px;
  line-height: 1.45;
  margin-top: 28px;
  max-width: 440px;
}
.intro {
  color: var(--muted);
  margin-top: 18px;
  max-width: 440px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 17px 22px;
  font-size: 15px;
}
.primary {
  background: var(--ink);
  color: white;
  margin-top: 32px;
  border-bottom: 3px solid var(--bronze);
}
.primary:hover {
  background: #404b53;
  text-decoration: none;
}
.availability {
  font-size: 12px;
  color: var(--muted);
  margin-top: 12px;
}
.loop-visual {
  background: var(--ink);
  color: white;
  border-radius: 8px;
  overflow: hidden;
}
.visual-heading,
.visual-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  font-size: 12px;
  color: #dce1e5;
}
.visual-heading {
  border-bottom: 1px solid #505960;
}
.visual-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--violet);
  align-self: center;
}
.loop-visual svg {
  width: 100%;
  display: block;
}
.grid {
  fill: none;
  stroke: #ffffff;
  stroke-opacity: 0.055;
}
.orbit {
  fill: none;
  stroke-width: 3;
}
.knowledge-orbit {
  stroke: url(#metal);
}
.build-orbit {
  stroke: var(--violet);
}
.graph-labels {
  fill: #d1d6db;
  font:
    13px 'IBM Plex Sans',
    sans-serif;
}
.graph-brand {
  fill: #fff;
  font:
    21px 'IBM Plex Mono',
    monospace;
}
.graph-brand.violet {
  fill: #c4b0ff;
}
.graph-nodes circle {
  fill: #e1b28d;
  stroke: var(--ink);
  stroke-width: 4;
}
.graph-nodes .purple-node {
  fill: #bda7ff;
}
.code-label {
  fill: #fff;
  font:
    13px 'IBM Plex Sans',
    sans-serif;
}
.visual-footer {
  border-top: 1px solid #505960;
  font-size: 11px;
}
.metal-key:before,
.violet-key:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 2px;
  margin: 0 7px 3px 0;
  background: var(--metal);
}
.violet-key:before {
  background: var(--violet);
}
.principles {
  border-block: 1px solid var(--line);
  background: #fafbfc;
}
.principles .wrap {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-block: 22px;
  font-size: 13px;
}
.principles span:before {
  content: '⎯';
  color: var(--bronze);
  margin-right: 10px;
}
.together,
.details-section {
  padding-block: 96px;
}
.section-head {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  column-gap: 80px;
  align-items: end;
  margin-bottom: 44px;
}
.section-label {
  font-size: 13px;
  color: var(--muted);
  margin-bottom: 22px;
}
.section-head .section-label {
  grid-column: 1/-1;
}
.section-head > p:last-child:not(.section-label) {
  color: var(--muted);
}
.product-pair {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product-pair article {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.knowledge-panel {
  background: var(--panel);
}
.build-panel {
  background: var(--native);
  color: #f8f5ff;
}
.panel-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
  margin-bottom: 44px;
}
.panel-brand > span:last-child {
  font-size: 12px;
}
.build-panel .panel-brand > span {
  color: #c5b6ea;
}
.product-pair h3 {
  font-size: 38px;
  margin-bottom: 22px;
}
.product-pair p {
  color: var(--muted);
}
.build-panel p {
  color: #c6c1d0;
}
.artifact-stack {
  width: 100%;
  margin-block: 30px;
  display: grid;
  gap: 8px;
  font-size: 13px;
}
.artifact-stack span {
  padding: 10px 0;
  border-bottom: 1px solid #cfd5dc;
}
.artifact-stack i {
  font-style: normal;
  color: #8b6847;
  margin-right: 10px;
}
.text-link {
  font-size: 14px;
  border-bottom: 1px solid currentColor;
  padding-bottom: 5px;
  margin-top: auto;
}
.text-link span {
  margin-left: 20px;
}
.build-panel .text-link {
  color: #c1adff;
}
.cache-flow {
  width: 100%;
  margin: 32px 0 34px;
  text-align: center;
  font-size: 12px;
  color: #d3c9eb;
}
.cache-flow > div:first-child {
  display: flex;
  justify-content: space-around;
}
.cache-flow > div:first-child span {
  border: 1px solid #4d3c71;
  padding: 6px 12px;
}
.cache-branches {
  width: 67%;
  height: 24px;
  border: 1px solid #74599f;
  border-top: 0;
  margin: auto;
  position: relative;
}
.cache-branches:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  height: 40px;
  border-left: 1px solid #74599f;
}
.cache-flow strong {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding: 10px 28px;
  border: 1px solid #7e60b4;
  background: #2a1e43;
  margin-top: 15px;
  color: #e5d9ff;
}
.flow-section {
  background: #f6f7f9;
  border-block: 1px solid var(--line);
  padding-block: 88px;
}
.flow-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
.flow-intro {
  margin-top: 24px;
  color: var(--muted);
}
.status-note {
  font-size: 12px;
  color: var(--muted);
  margin-top: 20px;
}
.flow-demo {
  align-self: center;
  border: 1px solid #ccd2d9;
  background: white;
}
.step-buttons {
  display: flex;
  border-bottom: 1px solid var(--line);
}
.step-buttons button {
  flex: 1;
  border: 0;
  border-bottom: 3px solid transparent;
  padding: 17px 8px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
}
.step-buttons button[aria-pressed='true'] {
  border-bottom-color: var(--bronze);
  background: var(--panel);
  color: var(--ink);
}
.step-buttons button:hover {
  background: #f3f0fa;
}
.step-content {
  padding: 32px;
  min-height: 325px;
}
.step-owner {
  font-size: 12px;
  color: #7650b2;
}
.step-content h3 {
  margin: 20px 0;
  font-size: 28px;
}
.step-content p {
  font-size: 15px;
  color: var(--muted);
}
.evidence {
  font-size: 12px;
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid var(--line);
}
.detail-columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.detail-columns article {
  border-top: 1px solid var(--line);
  padding-top: 24px;
}
.detail-columns h3 {
  font-size: 22px;
  margin-bottom: 16px;
}
.detail-columns p {
  font-size: 15px;
  color: var(--muted);
}
.start-section {
  background: var(--ink);
  color: #fff;
  padding-block: 80px;
  border-top: 4px solid var(--bronze);
}
.start-section > .wrap {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 80px;
  align-items: center;
}
.start-section .section-label {
  color: #cbb198;
}
.start-head > p:last-child {
  margin-top: 24px;
  color: #cbd1d5;
}
.start-links a {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 28px 0;
  border-block: 1px solid #667077;
}
.start-links a + a {
  border-top: 0;
}
.start-links strong {
  font-size: 21px;
  line-height: 1.3;
  display: block;
  font-weight: 400;
}
.start-links small {
  display: block;
  margin-top: 8px;
  color: #cbd1d5;
  font-size: 13px;
}
.start-links a > span:last-child {
  margin-left: auto;
  color: #c5b0ff;
}
.start-number {
  font:
    12px 'IBM Plex Mono',
    monospace;
  color: #cbb198;
  align-self: flex-start;
  margin-top: 5px;
}
footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding-block: 34px;
}
.footer-brand {
  display: flex;
  align-items: center;
  gap: 24px;
}
.footer-brand img {
  display: block;
  object-fit: contain;
}
.footer-brand > span {
  font-size: 11px;
  color: var(--muted);
}
@media (min-width: 1400px) {
  .hero {
    padding-block: 90px 100px;
  }
}
@media (max-width: 1000px) {
  .hero {
    gap: 28px;
  }
  h1 {
    font-size: 64px;
  }
  .topbar nav {
    gap: 18px;
  }
  .flow-layout,
  .start-section > .wrap {
    gap: 40px;
  }
  .panel-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
  .product-pair article {
    padding: 32px;
  }
  .section-head {
    gap: 24px;
  }
  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }
}
@media (max-width: 760px) {
  .wrap {
    width: calc(100% - 40px);
  }
  .topbar {
    min-height: 78px;
  }
  .topbar .emerik-mark span {
    display: none;
  }
  .topbar nav > a:not(.nav-cta) {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr;
    padding-block: 44px 48px;
    gap: 40px;
  }
  h1 {
    font-size: clamp(52px, 11vw, 76px);
  }
  .hero-copy {
    max-width: 540px;
  }
  .lede {
    font-size: 21px;
  }
  .loop-visual {
    max-width: 540px;
    width: 100%;
    justify-self: center;
  }
  .principles .wrap {
    flex-direction: column;
    gap: 8px;
    padding-block: 18px;
  }
  .section-head,
  .flow-layout,
  .start-section > .wrap {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .section-head .section-label {
    margin-bottom: 0;
  }
  .product-pair {
    grid-template-columns: 1fr;
  }
  .panel-brand {
    flex-direction: row;
    align-items: center;
    margin-bottom: 32px;
  }
  .together,
  .details-section {
    padding-block: 60px;
  }
  .flow-section,
  .start-section {
    padding-block: 56px;
  }
  .detail-columns {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .product-pair h3 {
    font-size: 34px;
  }
  .product-pair article {
    padding: 30px;
  }
  .flow-demo {
    min-width: 0;
  }
  .step-content {
    min-height: 320px;
    padding: 26px;
  }
  .start-section h2 {
    font-size: 40px;
  }
  footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }
  footer nav {
    gap: 24px;
  }
  .visual-heading,
  .visual-footer {
    padding: 18px;
  }
  .visual-footer {
    font-size: 10px;
  }
  .button {
    font-size: 14px;
    padding-inline: 16px;
    gap: 16px;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

/* Launch art direction: metallic knowledge meets electric-violet compute. */
.topbar {
  position: relative;
  z-index: 2;
  color: #f7f6fb;
  border-bottom-color: #ffffff26;
}
.topbar::before {
  content: '';
  position: absolute;
  inset: 0 calc((min(1180px, 100vw - 64px) - 100vw) / 2);
  background: #252b35;
  z-index: -1;
}
.topbar .nav-cta {
  border-color: #b5a2e3;
}
.hero {
  position: relative;
  isolation: isolate;
  color: #fff;
  grid-template-columns: 1.12fr 1fr;
  padding-block: 58px 74px;
  gap: 0;
}
.hero::before {
  content: '';
  position: absolute;
  z-index: -2;
  inset: 0 calc((min(1180px, 100vw - 64px) - 100vw) / 2);
  background:
    radial-gradient(ellipse at 93% 65%, #6743a5 0%, transparent 49%),
    radial-gradient(ellipse at 4% 100%, #685647 0%, transparent 42%), #252b35;
}
.hero::after {
  content: '×';
  position: absolute;
  z-index: -1;
  right: 8%;
  top: 0;
  font:
    200 620px/0.9 'IBM Plex Sans',
    sans-serif;
  color: #ffffff04;
  pointer-events: none;
}
.hero-copy {
  z-index: 1;
}
.hero h1 {
  font-size: clamp(76px, 8.3vw, 112px);
  line-height: 0.92;
  letter-spacing: -0.065em;
}
.lockup {
  margin-bottom: 32px;
}
.native-lockup {
  background: transparent;
  padding: 0;
}
.cross {
  color: #b6a0e4;
}
.hero .lede {
  font-size: 20px;
  margin-top: 28px;
  color: #f0ecf5;
  max-width: 405px;
}
.hero .intro {
  color: #c4c3ce;
  font-size: 14px;
  max-width: 400px;
}
.hero .primary {
  background: #c1a8ff;
  color: #231b35;
  border: 1px solid #d6c7ff;
  font-weight: 500;
  padding: 18px 22px;
  transition:
    background 0.18s,
    transform 0.18s;
}
.hero .primary span {
  font-size: 25px;
  line-height: 1;
}
.hero .primary:hover {
  background: #dacaff;
  transform: translateY(-3px);
}
.hero .availability {
  color: #c6bfce;
  font-size: 11px;
}
.loop-visual {
  position: relative;
  background: linear-gradient(135deg, #3e414ee8, #261b40e8);
  border: 1px solid #bda7ed69;
  border-radius: 12px;
  transform: perspective(1000px) rotateY(-9deg) rotateZ(3deg);
  margin-left: -8px;
  margin-right: -12px;
}
.loop-visual::before {
  content: '';
  position: absolute;
  inset: 10px;
  border: 1px solid #ffffff07;
  border-radius: 6px;
  pointer-events: none;
}
.visual-heading {
  align-items: center;
  border-bottom-color: #ffffff20;
  padding: 21px;
  font-size: 11px;
}
.replay-loop {
  border: 0;
  background: transparent;
  color: #d2bdff;
  padding: 8px 0 8px 8px;
  font-size: 11px;
  cursor: pointer;
  white-space: nowrap;
}
.replay-loop span {
  margin-left: 5px;
  font-size: 17px;
}
.replay-loop:hover {
  color: white;
}
.visual-footer {
  border-top-color: #ffffff20;
  padding: 22px 18px;
}
.orbit {
  stroke-width: 5;
}
.knowledge-orbit {
  opacity: 0.8;
}
.build-orbit {
  stroke: #b899ff;
}
.signal {
  fill: none;
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 4 96;
  opacity: 0;
}
.signal-knowledge {
  stroke: #fff0d5;
}
.signal-build {
  stroke: #ede5ff;
}
.is-running .signal {
  animation: run-signal 3.6s ease-in-out 1;
}
.is-running .signal-build {
  animation-delay: 0.45s;
}
@keyframes run-signal {
  0% {
    stroke-dashoffset: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  100% {
    stroke-dashoffset: -200;
    opacity: 0;
  }
}
.momentum {
  background: #b99bf5;
  color: #2b2040;
  overflow: hidden;
}
.momentum .wrap {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-block: 24px;
  font-size: clamp(28px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -0.045em;
}
.momentum .wrap > span:nth-child(2) {
  color: #4b3574;
}
.momentum-arrow {
  margin-left: auto;
  font-size: 64px;
  line-height: 0.8;
}
.principles {
  background: #f4f0fb;
  border-top: 0;
  border-bottom-color: #e4dbee;
}
.product-pair {
  position: relative;
  gap: 16px;
}
.product-pair::after {
  content: '×';
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 7px solid white;
  border-radius: 50%;
  color: white;
  background: #7754bb;
  font-size: 36px;
  line-height: 1;
}
.knowledge-panel {
  background: linear-gradient(145deg, #eff2f7 55%, #e5d4c7);
  border-top: 3px solid #b4926e;
}
.build-panel {
  background: radial-gradient(ellipse at bottom right, #563484, transparent 80%), #21192f;
  border-top: 3px solid #b99bf5;
}
.product-pair article {
  padding: 40px;
}
.product-pair h3 {
  font-size: 42px;
}
.flow-demo {
  border-top: 3px solid #a382db;
}
.step-buttons button[aria-pressed='true'] {
  border-bottom-color: #8e6bcc;
  background: #eee7f9;
}
.detail-columns article {
  border-top: 2px solid #c2aee5;
}
.start-section {
  background: radial-gradient(ellipse at 100% 90%, #634196, transparent 65%), #2e363c;
  border-top: 0;
  position: relative;
}
.start-section::before {
  content: '';
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #b4926e, #ea9c74, #a58afa);
}
.start-links a {
  transition:
    background 0.2s,
    padding 0.2s;
}
.start-links a:hover {
  background: #ffffff09;
  padding-inline: 12px;
  text-decoration: none;
}
@media (min-width: 1400px) {
  .hero {
    padding-block: 70px 90px;
  }
}
@media (max-width: 1000px) {
  .hero h1 {
    font-size: 84px;
  }
  .loop-visual {
    margin: 0;
    transform: perspective(1000px) rotateY(-5deg) rotateZ(2deg);
  }
  .product-pair article {
    padding: 30px;
  }
  .product-pair h3 {
    font-size: 34px;
  }
  .visual-heading {
    flex-wrap: wrap;
    gap: 4px;
  }
}
@media (max-width: 760px) {
  .topbar::before,
  .hero::before {
    left: -20px;
    right: -20px;
  }
  .hero {
    grid-template-columns: 1fr;
    gap: 48px;
    padding-block: 42px 56px;
  }
  .hero h1 {
    font-size: clamp(68px, 15vw, 100px);
  }
  .hero::after {
    font-size: 400px;
    right: 0;
    top: 35%;
  }
  .hero .lede {
    font-size: 20px;
  }
  .hero .intro {
    font-size: 15px;
  }
  .hero .primary {
    padding: 17px 16px;
    gap: 14px;
    font-size: 14px;
  }
  .loop-visual {
    transform: none;
    margin: 0;
  }
  .visual-heading {
    flex-wrap: nowrap;
    font-size: 10px;
    padding: 16px;
  }
  .momentum .wrap {
    gap: 6px 12px;
    flex-wrap: wrap;
    font-size: 31px;
    padding-block: 22px;
  }
  .momentum-arrow {
    font-size: 42px;
  }
  .product-pair {
    gap: 16px;
  }
  .product-pair::after {
    display: none;
  }
  .product-pair h3 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .is-running .signal {
    animation: none;
  }
  .hero .primary,
  .start-links a {
    transition: none;
  }
  .hero .primary:hover {
    transform: none;
  }
}

/* A single entrance sequence, then motion responds to scrolling and clicks. */
@media (prefers-reduced-motion: no-preference) {
  .hero .lockup {
    animation: hero-arrive 0.7s both;
  }
  .hero h1 {
    animation: hero-arrive 0.85s 0.08s both;
  }
  .hero .lede,
  .hero .intro {
    animation: hero-arrive 0.85s 0.2s both;
  }
  .hero .primary,
  .hero .availability {
    animation: hero-arrive 0.85s 0.32s both;
  }
  .loop-visual {
    animation: loop-arrive 1.1s 0.15s both;
  }
  .motion-ready {
    opacity: 0;
    translate: 0 24px;
    transition:
      opacity 0.7s ease,
      translate 0.7s cubic-bezier(0.2, 0.8, 0.2, 1);
  }
  .motion-ready.in-view {
    opacity: 1;
    translate: 0 0;
  }
  .in-view .cache-branches::after {
    animation: cache-connect 1.1s 0.4s both;
  }
  .in-view .cache-flow strong {
    animation: cache-result 0.8s 1.2s both;
  }
  .replay-loop:hover span {
    display: inline-block;
    transform: rotate(65deg);
    transition: transform 0.2s;
  }
  .step-content h3,
  .step-content .evidence {
    transition: color 0.2s;
  }
  .text-link span,
  .start-links a > span:last-child {
    display: inline-block;
    transition: transform 0.2s;
  }
  .text-link:hover span,
  .start-links a:hover > span:last-child {
    transform: translate(3px, -3px);
  }
}
@keyframes hero-arrive {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes loop-arrive {
  from {
    opacity: 0;
    translate: 28px 16px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes cache-connect {
  from {
    scale: 1 0;
    transform-origin: top;
    opacity: 0.2;
  }
  to {
    scale: 1 1;
    transform-origin: top;
    opacity: 1;
  }
}
@keyframes cache-result {
  from {
    border-color: #e9dfff;
    background: #61438c;
  }
  to {
    border-color: #7e60b4;
    background: #2a1e43;
  }
}
@media (prefers-reduced-motion: reduce) {
  .motion-ready {
    opacity: 1;
    translate: none;
    transition: none;
  }
  .replay-loop {
    display: none;
  }
}
