:root {
  color-scheme: light;
  --container: 1420px;
  --side-gap: clamp(24px, 3vw, 52px);
  --green-950: #1e642f;
  --green-800: #2f7d3d;
  --green-650: #4b9a4f;
  --green-500: #72b866;
  --coral: #ff655f;
  --ink: #414740;
  --muted: #676d65;
  --focus: rgba(45, 128, 58, 0.32);
}

* {
  box-sizing: border-box;
}

html {
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #f4f7e8;
}

body {
  width: 100%;
  height: 100%;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  color: var(--ink);
  background: #f4f7e8;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

img,
svg {
  display: block;
}

.content-container {
  width: min(calc(100% - var(--side-gap) * 2), var(--container));
  margin-inline: auto;
}

.site-shell {
  position: relative;
  isolation: isolate;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto;
  width: 100vw;
  height: 100vh;
  height: 100svh;
  min-height: 0;
  max-height: 100vh;
  max-height: 100svh;
  overflow: hidden;
  background:
    radial-gradient(circle at 52% 24%, rgba(255,255,255,.98) 0 18%, rgba(255,255,255,.52) 36%, transparent 61%),
    radial-gradient(circle at 6% 35%, rgba(255,253,245,.94), transparent 39%),
    radial-gradient(circle at 93% 45%, rgba(224,239,203,.64), transparent 43%),
    linear-gradient(180deg, #fbfaf3 0%, #f5f8ed 62%, #eef4db 100%);
}

.site-shell::before {
  position: absolute;
  inset: 0;
  z-index: -5;
  content: "";
  pointer-events: none;
  background-image:
    radial-gradient(circle at 16% 78%, rgba(255,255,255,.38) 0 1px, transparent 1.6px),
    radial-gradient(circle at 70% 20%, rgba(255,255,255,.42) 0 1px, transparent 1.5px);
  background-size: 28px 28px, 36px 36px;
  opacity: .25;
}

.top-leaves {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  width: clamp(330px, 30vw, 560px);
  height: auto;
  pointer-events: none;
  user-select: none;
  opacity: .96;
  transform-origin: top right;
  animation: leavesSway 8s ease-in-out infinite;
}

.site-header {
  position: relative;
  z-index: 10;
  min-height: clamp(88px, 10.5vh, 126px);
  padding-top: clamp(20px, 3.2vh, 38px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: clamp(16px, 1.8vw, 30px);
  min-width: 0;
}

.brand__logo {
  width: clamp(142px, 10.2vw, 178px);
  height: auto;
}

.brand__slogan {
  padding-top: 6px;
  color: #4f554e;
  font-size: clamp(15px, 1.05vw, 20px);
  font-weight: 500;
  letter-spacing: .03em;
  white-space: nowrap;
}

.hero {
  position: relative;
  z-index: 4;
  min-height: 0;
}

.hero__inner {
  display: grid;
  grid-template-columns: minmax(470px, 1.2fr) minmax(315px, .72fr) minmax(350px, .86fr);
  align-items: end;
  min-height: 100%;
}

.hero__copy {
  align-self: center;
  min-width: 0;
  padding-bottom: clamp(50px, 7vh, 88px);
}

.hero__title {
  display: flex;
  align-items: baseline;
  margin: 0;
  color: var(--green-650);
  font-size: clamp(50px, 4.35vw, 76px);
  font-weight: 800;
  letter-spacing: -.055em;
  line-height: 1.05;
  white-space: nowrap;
  text-shadow: 0 3px 0 rgba(255,255,255,.42);
}

.hero__title-accent {
  color: var(--coral);
}

.hero__leaf {
  position: relative;
  display: inline-block;
  width: .24em;
  height: .14em;
  margin-left: .1em;
  border-radius: 100% 0 100% 0;
  background: var(--green-500);
  transform: rotate(-26deg) translateY(-.5em);
}

.hero__leaf::after {
  position: absolute;
  left: 48%;
  bottom: -.1em;
  width: 1px;
  height: .16em;
  content: "";
  background: var(--green-650);
  transform: rotate(22deg);
  transform-origin: top;
}

.hero__description {
  margin: clamp(24px, 3vh, 36px) 0 0;
  color: #555b54;
  font-size: clamp(20px, 1.46vw, 27px);
  font-weight: 500;
  letter-spacing: .015em;
  line-height: 1.86;
}

.download-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1vw, 16px);
  margin-top: clamp(30px, 4vh, 50px);
}

.download-item {
  position: relative;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: clamp(146px, 10.8vw, 174px);
  min-height: clamp(54px, 5.7vh, 64px);
  padding: 0 20px;
  border: 1px solid rgba(62,141,70,.34);
  border-radius: 999px;
  background: rgba(255,255,255,.42);
  color: var(--green-650);
  font-size: clamp(16px, 1.08vw, 19px);
  font-weight: 600;
  letter-spacing: .01em;
  box-shadow: inset 0 1px rgba(255,255,255,.86);
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.download-button svg {
  width: 27px;
  height: 27px;
  flex: 0 0 27px;
  fill: currentColor;
}

.download-button:hover {
  border-color: rgba(62,141,70,.58);
  background: rgba(255,255,255,.7);
  box-shadow: 0 12px 28px rgba(58,118,49,.12), inset 0 1px rgba(255,255,255,.96);
  transform: translateY(-2px);
}

.download-button:active {
  transform: translateY(0) scale(.985);
}

.qr-popover {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 16px);
  z-index: 30;
  width: 218px;
  padding: 14px;
  border: 1px solid rgba(74,147,78,.24);
  border-radius: 20px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 18px 48px rgba(49,95,44,.2);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px) scale(.98);
  transform-origin: center bottom;
  pointer-events: none;
  backdrop-filter: blur(16px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.qr-popover::after {
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 16px;
  height: 16px;
  content: "";
  background: rgba(255,255,255,.96);
  border-right: 1px solid rgba(74,147,78,.2);
  border-bottom: 1px solid rgba(74,147,78,.2);
  transform: translateX(-50%) rotate(45deg);
}

.qr-popover img {
  width: 168px;
  height: 168px;
  margin: 0 auto 9px;
  border-radius: 11px;
  object-fit: cover;
}

.qr-popover strong,
.qr-popover span {
  display: block;
}

.qr-popover strong {
  color: var(--green-950);
  font-size: 15px;
  line-height: 1.5;
}

.qr-popover span {
  margin-top: 3px;
  color: #7a8077;
  font-size: 11px;
  line-height: 1.4;
}

.download-item--wechat:hover .qr-popover,
.download-item--wechat:focus-within .qr-popover,
.download-item--wechat.is-open .qr-popover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0) scale(1);
  pointer-events: auto;
}

.app-showcase {
  align-self: center;
  justify-self: center;
  width: min(100%, 400px);
  min-width: 0;
  text-align: center;
}

.app-showcase__header {
  position: relative;
  z-index: 7;
  width: min(100%, 390px);
  margin: 0 auto clamp(14px, 1.8vh, 22px);
  padding-inline: 10px;
}

.app-showcase__title {
  margin: 0;
  color: var(--green-800);
  font-size: clamp(20px, 1.42vw, 26px);
  font-weight: 800;
  letter-spacing: -0.035em;
  line-height: 1.22;
  text-shadow: 0 2px 0 rgba(255,255,255,.7);
}

.app-showcase__title::after {
  display: block;
  width: 34px;
  height: 3px;
  margin: 7px auto 0;
  border-radius: 999px;
  content: "";
  background: linear-gradient(90deg, #75b965, #ff9a91);
  box-shadow: 0 4px 12px rgba(83,145,72,.16);
}

.app-showcase__subtitle {
  max-width: 360px;
  margin: 7px auto 0;
  color: rgba(66,82,65,.78);
  font-size: clamp(11px, .78vw, 13px);
  font-weight: 500;
  letter-spacing: .025em;
  line-height: 1.55;
  text-wrap: balance;
}

.app-showcase__header.is-changing {
  animation: slideCopyIn 360ms cubic-bezier(.2,.78,.22,1);
}

.app-slider {
  position: relative;
  width: 100%;
  outline: none;
}

.app-slider__viewport {
  width: 100%;
  overflow: hidden;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.app-slider.is-dragging .app-slider__viewport {
  cursor: grabbing;
}

.app-slider__track {
  display: flex;
  align-items: center;
  will-change: transform;
  transition: transform 460ms cubic-bezier(.2,.78,.22,1);
}

.app-slider.is-dragging .app-slider__track {
  transition: none;
}

.app-slide {
  display: grid;
  flex: 0 0 100%;
  place-items: center;
  margin: 0;
  padding: 5px 42px 34px;
}

.app-slide img {
  width: min(100%, 344px);
  height: auto;
  max-height: clamp(460px, 58vh, 640px);
  object-fit: contain;
  filter: drop-shadow(0 20px 25px rgba(43,68,31,.18));
  -webkit-user-drag: none;
  pointer-events: none;
}

.slider-arrow {
  position: absolute;
  top: 47%;
  z-index: 5;
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(58,135,64,.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(255,255,255,.92), rgba(243,249,237,.72));
  color: var(--green-800);
  box-shadow: 0 12px 30px rgba(45,98,42,.14), inset 0 1px rgba(255,255,255,.98);
  cursor: pointer;
  transform: translateY(-50%);
  backdrop-filter: blur(14px);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background-color 180ms ease;
}

.slider-arrow svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.slider-arrow:hover {
  border-color: rgba(58,135,64,.42);
  box-shadow: 0 16px 36px rgba(45,98,42,.18), inset 0 1px rgba(255,255,255,1);
  transform: translateY(-50%) scale(1.06);
}

.slider-arrow:active {
  transform: translateY(-50%) scale(.96);
}

.slider-arrow--prev {
  left: 2px;
}

.slider-arrow--next {
  right: 2px;
}

.slider-dots {
  position: absolute;
  left: 50%;
  bottom: 2px;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(61,134,66,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.56);
  box-shadow: 0 8px 20px rgba(61,110,55,.08);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.slider-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(58,126,62,.28);
  cursor: pointer;
  transition: width 200ms ease, background-color 200ms ease, transform 200ms ease;
}

.slider-dot:hover {
  transform: scale(1.18);
}

.slider-dot.is-active {
  width: 24px;
  background: linear-gradient(90deg, var(--green-800), #70b85f);
}

.slider-tip {
  margin: 10px 0 0;
  color: rgba(61,80,59,.78);
  font-size: 12px;
  letter-spacing: .035em;
  text-shadow: 0 1px 0 rgba(255,255,255,.75);
}

.hero__characters {
  --pet-x: 0px;
  --pet-y: 0px;
  position: relative;
  z-index: 7;
  align-self: end;
  justify-self: end;
  width: min(100%, 470px);
  height: clamp(360px, 46vh, 520px);
  margin: 0 0 clamp(-28px, -1vh, -10px) clamp(-48px, -2.4vw, -18px);
  transform: translate3d(var(--pet-x), var(--pet-y), 0);
  transition: transform 500ms cubic-bezier(.2,.8,.2,1);
  pointer-events: none;
}

.hero__characters::after {
  position: absolute;
  left: 8%;
  right: 0;
  bottom: 1.5%;
  height: 9%;
  content: "";
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(70,89,49,.20), transparent 67%);
  filter: blur(4px);
  transform: scaleX(.96);
}

.mascot {
  position: absolute;
  bottom: 0;
  display: block;
  transform-origin: center bottom;
  will-change: transform;
}

.mascot img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: bottom center;
  filter: drop-shadow(0 18px 18px rgba(52,72,36,.12));
}


.mascot__prop {
  position: absolute;
  z-index: 6;
  display: block;
  transform-origin: center bottom;
  will-change: transform;
}

.mascot__prop img {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 12px 18px rgba(67, 102, 49, .18));
}

.mascot__prop--fox-tool {
  right: -2%;
  bottom: 14%;
  width: 44%;
  transform: rotate(-10deg);
  animation: toolSwing 4.8s ease-in-out infinite;
}

.mascot__prop--rabbit-flower {
  left: 20%;
  bottom: 12%;
  width: 60%;
  transform: rotate(-6deg);
  animation: bouquetSwing 4.4s ease-in-out infinite;
}

.mascot--fox {
  left: 0;
  z-index: 2;
  width: 58%;
  height: 96%;
  animation: foxFloat 5.8s ease-in-out infinite;
}

.mascot--rabbit {
  right: -1%;
  z-index: 3;
  width: 49%;
  height: 84%;
  animation: rabbitFloat 5.2s ease-in-out -1.4s infinite;
}


@keyframes toolSwing {
  0%, 100% { transform: rotate(-10deg) translateY(0); }
  50% { transform: rotate(-6deg) translateY(-4px); }
}

@keyframes bouquetSwing {
  0%, 100% { transform: rotate(-6deg) translateY(0); }
  50% { transform: rotate(-2deg) translateY(-5px); }
}

.site-footer {
  position: relative;
  z-index: auto;
  min-height: clamp(105px, 12vh, 132px);
  overflow: visible;
}

.garden-background {
  position: absolute;
  inset: clamp(-210px, -20vh, -150px) 0 0;
  z-index: 1;
  pointer-events: none;
  background-image:
    linear-gradient(180deg, rgba(244,247,232,0) 0%, rgba(239,245,219,.12) 25%, rgba(232,241,199,.52) 100%),
    url("../assets/garden-left.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% 100%;
}

.garden-background::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(245,248,234,.14), transparent 32%, transparent 68%, rgba(245,248,234,.14));
}

.site-footer__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 34px;
  min-height: inherit;
  padding-bottom: clamp(20px, 2.8vh, 34px);
  color: #586057;
}

.legal-links {
  display: flex;
  align-items: center;
  gap: clamp(18px, 1.8vw, 30px);
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 500;
  letter-spacing: .035em;
  white-space: nowrap;
}

.legal-links span {
  color: rgba(68,76,67,.42);
}

.legal-links a {
  transition: color 160ms ease, transform 160ms ease;
}

.legal-links a:hover {
  color: var(--green-800);
  transform: translateY(-1px);
}

.copyright {
  position: relative;
  max-width: 550px;
  padding: 10px 15px 9px 44px;
  border: 1px solid rgba(255,255,255,.36);
  border-radius: 18px;
  background: rgba(255,255,255,.26);
  box-shadow: inset 0 1px rgba(255,255,255,.4);
  text-align: right;
  font-size: clamp(12px, .88vw, 15px);
  line-height: 1.55;
  backdrop-filter: blur(8px);
}

.copyright::before {
  position: absolute;
  left: 15px;
  top: 50%;
  width: 18px;
  height: 28px;
  content: "";
  border-radius: 100% 0 100% 0;
  background: linear-gradient(145deg, #77bb64, #3f9147);
  box-shadow: 7px 5px 0 -4px rgba(44,125,57,.7);
  transform: translateY(-50%) rotate(-24deg);
  opacity: .86;
}

.copyright p {
  margin: 0;
}

.copyright__company {
  color: #4e594e;
  font-weight: 600;
}

.download-button:focus-visible,
.slider-arrow:focus-visible,
.slider-dot:focus-visible,
.legal-links a:focus-visible,
.brand:focus-visible,
.app-slider:focus-visible {
  outline: 3px solid var(--focus);
  outline-offset: 4px;
}

.toast {
  position: fixed;
  left: 50%;
  bottom: max(28px, env(safe-area-inset-bottom));
  z-index: 80;
  max-width: min(90vw, 520px);
  padding: 12px 18px;
  border: 1px solid rgba(255,255,255,.56);
  border-radius: 13px;
  background: rgba(31,67,34,.9);
  color: #fff;
  box-shadow: 0 16px 38px rgba(23,62,26,.25);
  font-size: 14px;
  line-height: 1.55;
  opacity: 0;
  transform: translate(-50%, 10px);
  backdrop-filter: blur(10px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@keyframes slideCopyIn {
  0% {
    opacity: .18;
    transform: translateY(7px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes leavesSway {
  0%, 100% { transform: rotate(0deg) translate3d(0,0,0); }
  50% { transform: rotate(.9deg) translate3d(0,3px,0); }
}

@keyframes foxFloat {
  0%, 100% { transform: translate3d(0,0,0) rotate(-.5deg); }
  45% { transform: translate3d(0,-9px,0) rotate(.7deg); }
  70% { transform: translate3d(0,-3px,0) rotate(0deg); }
}

@keyframes rabbitFloat {
  0%, 100% { transform: translate3d(0,0,0) rotate(.5deg); }
  45% { transform: translate3d(0,-12px,0) rotate(-.8deg); }
  72% { transform: translate3d(0,-4px,0) rotate(0deg); }
}

/* 1366×768 等较低电脑屏幕 */
@media (max-height: 800px) and (min-width: 1051px) {
  :root {
    --side-gap: clamp(26px, 2.8vw, 42px);
  }

  .site-header {
    min-height: 78px;
    padding-top: 14px;
  }

  .brand__logo {
    width: 140px;
  }

  .hero__inner {
    grid-template-columns: minmax(420px, 1.12fr) minmax(280px, .7fr) minmax(320px, .8fr);
  }

  .hero__copy {
    padding-bottom: 22px;
  }

  .hero__title {
    font-size: clamp(46px, 4.05vw, 61px);
  }

  .hero__description {
    margin-top: 19px;
    font-size: clamp(18px, 1.38vw, 22px);
    line-height: 1.68;
  }

  .download-list {
    margin-top: 23px;
  }

  .download-button {
    min-width: 136px;
    min-height: 49px;
    padding-inline: 15px;
  }

  .app-showcase__header {
    margin-bottom: 10px;
  }

  .app-showcase__title {
    font-size: clamp(18px, 1.35vw, 22px);
  }

  .app-showcase__subtitle {
    margin-top: 5px;
    font-size: 11px;
    line-height: 1.45;
  }

  .app-slide img {
    max-height: 470px;
  }

  .hero__characters {
    height: 390px;
    margin-bottom: -26px;
  }

  .site-footer {
    min-height: 78px;
  }

  .site-footer__inner {
    padding-bottom: 14px;
  }

  .garden-background {
    inset: -155px 0 0;
  }
}

/* 平板与较窄窗口 */
@media (max-width: 1050px) {
  .site-shell {
    display: grid;
    grid-template-rows: auto minmax(0, 1fr) auto;
    width: 100vw;
    height: 100vh;
    height: 100svh;
    min-height: 0;
    max-height: 100svh;
    overflow: hidden;
  }

  .site-header {
    padding-bottom: 22px;
  }

  .hero__inner {
    position: relative;
    grid-template-columns: minmax(0,1fr) minmax(290px,.8fr);
    gap: 26px;
  }

  .hero__copy {
    padding-bottom: 56px;
  }

  .hero__title {
    font-size: clamp(42px, 6vw, 61px);
  }

  .hero__description {
    font-size: clamp(18px, 2.2vw, 23px);
  }

  .app-showcase {
    width: min(100%, 360px);
  }

  .app-showcase__title {
    font-size: clamp(19px, 2.4vw, 23px);
  }

  .app-showcase__subtitle {
    font-size: 11px;
  }

  .hero__characters {
    position: absolute;
    right: 0;
    bottom: -105px;
    width: min(35vw, 340px);
    height: 330px;
    opacity: .88;
  }

  .site-footer {
    min-height: 150px;
  }

  .garden-background {
    inset: -140px 0 0;
  }
}

@media (max-width: 760px) {
  :root {
    --side-gap: 22px;
  }

  .top-leaves {
    width: 280px;
    opacity: .62;
  }

  .brand {
    gap: 12px;
  }

  .brand__logo {
    width: 122px;
  }

  .brand__slogan {
    font-size: 13px;
    white-space: normal;
  }

  .hero__inner {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .hero__copy {
    padding-bottom: 0;
  }

  .hero__title {
    flex-wrap: wrap;
    white-space: normal;
  }

  .hero__description br {
    display: none;
  }

  .download-button,
  .download-item {
    flex: 1 1 150px;
  }

  .download-item .download-button {
    width: 100%;
  }

  .qr-popover {
    left: auto;
    right: 0;
    transform: translate(0,10px) scale(.98);
  }

  .qr-popover::after {
    left: auto;
    right: 66px;
    transform: rotate(45deg);
  }

  .download-item--wechat:hover .qr-popover,
  .download-item--wechat:focus-within .qr-popover,
  .download-item--wechat.is-open .qr-popover {
    transform: translate(0,0) scale(1);
  }

  .app-showcase {
    width: min(92vw,360px);
  }

  .app-showcase__header {
    margin-bottom: 12px;
    padding-inline: 4px;
  }

  .app-showcase__title {
    font-size: clamp(18px, 5.4vw, 22px);
  }

  .app-showcase__subtitle {
    max-width: 320px;
    font-size: 11px;
    line-height: 1.45;
  }

  .slider-arrow {
    width: 44px;
    height: 44px;
    border-radius: 16px;
  }

  .hero__characters {
    display: none;
  }

  .site-footer {
    min-height: 220px;
    margin-top: 20px;
  }

  .garden-background {
    inset: -70px 0 0;
    background-size: auto 100%;
  }

  .site-footer__inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: end;
    padding-top: 78px;
  }

  .copyright {
    width: 100%;
    max-width: none;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
