:root {
  --blush: oklch(0.91 0.075 7);
  --blush-soft: oklch(0.965 0.03 7);
  --pink: oklch(0.72 0.17 5);
  --pink-hot: oklch(0.62 0.22 7);
  --berry: oklch(0.41 0.17 12);
  --berry-deep: oklch(0.29 0.105 15);
  --mint: oklch(0.84 0.095 165);
  --butter: oklch(0.9 0.11 88);
  --white: oklch(0.995 0.006 7);
  --ink: oklch(0.28 0.075 12);
  --muted: oklch(0.48 0.075 10);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --font-rounded: ui-rounded, "Arial Rounded MT Bold", "SF Pro Rounded", "PingFang SC", "Microsoft YaHei", sans-serif;
  --z-scene: 1;
  --z-content: 2;
  --z-confetti: 3;
}

* { box-sizing: border-box; }

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow: hidden;
  background: var(--blush);
}

body {
  color: var(--ink);
  font-family: var(--font-rounded);
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
}

button { font: inherit; letter-spacing: 0; }
button:focus-visible { outline: 3px solid var(--berry); outline-offset: 4px; }

.experience { position: relative; min-height: 100dvh; }

.scene {
  position: absolute;
  inset: 0;
  z-index: var(--z-scene);
  display: grid;
  min-height: 100dvh;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transform: scale(0.985);
  transition: opacity 520ms var(--ease-out), transform 520ms var(--ease-out), visibility 520ms;
}

.scene.is-active {
  z-index: var(--z-content);
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.scene--intro {
  background: linear-gradient(150deg, var(--blush-soft) 0 45%, var(--blush) 45% 100%);
}

.scene--intro::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -20%;
  width: 65vw;
  height: 26vh;
  border: 34px solid oklch(0.995 0.006 7 / 0.58);
  border-radius: 50%;
  transform: rotate(-14deg);
}

.hero-wrap {
  position: relative;
  display: grid;
  width: min(100%, 1120px);
  min-height: 100%;
  margin: 0 auto;
  align-content: center;
  justify-items: center;
  padding: max(54px, env(safe-area-inset-top)) 24px max(28px, env(safe-area-inset-bottom));
  text-align: center;
}

.hero-copy { position: relative; z-index: 2; }

.date-mark {
  display: inline-flex;
  margin: 0 0 12px;
  padding: 7px 12px;
  border-radius: 999px;
  color: var(--white);
  background: var(--berry);
  font-size: 10px;
  font-weight: 800;
}

h1, h2 {
  margin: 0;
  font-family: var(--font-rounded);
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  color: var(--berry-deep);
  font-size: clamp(36px, 9.5vw, 72px);
  line-height: 1.14;
}

h1 em { color: var(--pink-hot); font-style: normal; }

.floating-sticker {
  position: absolute;
  z-index: 2;
  padding: 7px 11px;
  border: 2px solid var(--berry-deep);
  border-radius: 8px;
  font-size: 10px;
  font-weight: 900;
  transform: rotate(-8deg);
}

.sticker--love { top: 14%; left: 7%; color: var(--berry); background: var(--butter); }
.sticker--only { top: 18%; right: 7%; color: var(--berry); background: var(--mint); transform: rotate(8deg); }

.hero-toy {
  position: relative;
  width: 260px;
  height: 300px;
  margin: 2px 0 -2px;
  filter: drop-shadow(0 12px 8px oklch(0.42 0.13 8 / 0.16));
}

.bunny { position: absolute; left: 50%; width: 210px; height: 245px; transform: translateX(-50%); }
.bunny-ear { position: absolute; z-index: 1; top: 2px; width: 62px; height: 132px; border-radius: 70% 70% 42% 42%; background: linear-gradient(90deg, oklch(0.84 0.09 7), oklch(0.95 0.045 7) 55%, oklch(0.8 0.12 7)); box-shadow: inset -6px -3px 7px oklch(0.55 0.15 7 / 0.12); transform-origin: 50% 100%; }
.bunny-ear i { position: absolute; inset: 17px 16px 28px; border-radius: inherit; background: oklch(0.78 0.14 4 / 0.72); }
.bunny-ear--left { left: 29px; transform: rotate(-13deg); }
.bunny-ear--right { right: 29px; transform: rotate(13deg); }
.bunny-head { position: absolute; z-index: 3; top: 79px; left: 18px; width: 174px; height: 142px; border-radius: 48% 48% 46% 46%; background: radial-gradient(circle at 35% 28%, var(--white) 0 6%, transparent 22%), linear-gradient(135deg, oklch(0.95 0.04 7), oklch(0.82 0.105 7)); box-shadow: inset -10px -7px 10px oklch(0.55 0.15 7 / 0.12), 0 6px 5px oklch(0.44 0.12 5 / 0.12); }
.bunny-eye { position: absolute; top: 57px; width: 11px; height: 16px; border-radius: 50%; background: var(--berry-deep); box-shadow: inset 3px 3px 0 0 white; }
.bunny-eye--left { left: 48px; }
.bunny-eye--right { right: 48px; }
.bunny-nose { position: absolute; top: 76px; left: calc(50% - 6px); width: 12px; height: 9px; border-radius: 50% 50% 60% 60%; background: var(--pink-hot); }
.bunny-nose::after { content: "⌣"; position: absolute; top: 4px; left: -3px; width: 18px; color: var(--berry); font-size: 15px; }
.bunny-cheek { position: absolute; top: 79px; width: 25px; height: 12px; border-radius: 50%; background: oklch(0.72 0.16 4 / 0.48); filter: blur(2px); }
.bunny-cheek--left { left: 23px; }
.bunny-cheek--right { right: 23px; }
.bunny-body { position: absolute; z-index: 2; bottom: -4px; left: 33px; width: 144px; height: 104px; border-radius: 48% 48% 32% 32%; background: linear-gradient(135deg, oklch(0.94 0.045 7), oklch(0.78 0.12 7)); }
.bunny-arm { position: absolute; z-index: 6; bottom: 18px; width: 66px; height: 34px; border-radius: 999px; background: oklch(0.88 0.075 7); }
.bunny-arm--left { left: 23px; transform: rotate(28deg); }
.bunny-arm--right { right: 23px; transform: rotate(-28deg); }
.bunny-heart { position: absolute; z-index: 5; bottom: 4px; left: calc(50% - 41px); display: grid; width: 82px; height: 72px; place-items: center; color: var(--white); background: var(--pink-hot); font-size: 20px; font-weight: 900; clip-path: polygon(50% 22%, 61% 7%, 78% 3%, 93% 12%, 100% 29%, 98% 44%, 89% 59%, 50% 96%, 11% 59%, 2% 44%, 0 29%, 7% 12%, 22% 3%, 39% 7%); }

.toy-platform { position: absolute; bottom: 8px; left: 24px; display: grid; width: 212px; height: 42px; place-items: center; border-radius: 50%; color: var(--berry); background: var(--butter); box-shadow: inset 0 -8px 0 oklch(0.81 0.12 88), 0 7px 0 oklch(0.56 0.1 12 / 0.12); font-size: 9px; font-weight: 900; }
.spark { position: absolute; z-index: 6; color: var(--pink-hot); font-size: 24px; animation: float 2.2s ease-in-out infinite; }
.spark--one { top: 71px; left: 5px; color: oklch(0.76 0.13 90); }
.spark--two { top: 44px; right: 5px; animation-delay: -0.7s; }

.primary-button, .action-button {
  position: relative;
  min-height: 52px;
  border: 0;
  border-radius: 999px;
  color: var(--white);
  background: var(--berry);
  box-shadow: 0 6px 0 var(--berry-deep);
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.primary-button { display: inline-flex; min-width: 218px; align-items: center; justify-content: space-between; gap: 34px; padding: 0 9px 0 24px; font-weight: 800; }
.button-arrow { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; color: var(--berry); background: var(--white); }
.primary-button:hover, .action-button:hover { background: var(--pink-hot); transform: translateY(-2px); }
.primary-button:active, .action-button:active { box-shadow: 0 2px 0 var(--berry-deep); transform: translateY(4px); }

.scene--gift { background: var(--blush-soft); }
.scene--letter { background: oklch(0.94 0.04 165); }

.scene-ribbon { position: absolute; top: 8%; left: -8%; width: 116%; height: 68px; border: 18px solid oklch(0.88 0.075 7); border-left: 0; border-right: 0; transform: rotate(-8deg); opacity: 0.65; }
.scene-ribbon--mint { border-color: oklch(0.77 0.11 165); transform: rotate(7deg); }

.scene-header { position: absolute; top: 0; left: 0; right: 0; z-index: 8; display: flex; justify-content: space-between; padding: max(22px, calc(env(safe-area-inset-top) + 12px)) 24px 0; color: var(--berry); font-size: 10px; font-weight: 800; }
.progress-dots { display: inline-flex; align-items: center; gap: 5px; }
.progress-dots i { display: block; width: 7px; height: 7px; border: 1px solid var(--berry); border-radius: 50%; }
.progress-dots i.is-done { background: var(--berry); }

.gift-stage, .letter-stage, .scratch-stage { position: relative; display: flex; width: 100%; min-height: 100%; align-items: center; justify-content: center; flex-direction: column; padding: 84px 24px 68px; }
.gift-copy, .letter-copy, .scratch-heading { position: relative; z-index: 3; text-align: center; }
.mini-tag { display: inline-flex; margin-bottom: 10px; padding: 6px 10px; border-radius: 999px; color: var(--berry); background: var(--butter); font-size: 11px; font-weight: 800; }
.gift-copy h2, .letter-copy h2, .scratch-heading h2 { color: var(--berry-deep); font-size: clamp(28px, 7vw, 46px); line-height: 1.2; }

.gift { position: relative; width: 292px; height: 300px; margin: 4px 0 9px; }
.gift-shadow { position: absolute; bottom: 4px; left: 31px; width: 230px; height: 34px; border-radius: 50%; background: oklch(0.4 0.1 8 / 0.18); filter: blur(7px); }
.gift-box { position: absolute; z-index: 3; left: 31px; bottom: 18px; width: 230px; height: 152px; overflow: hidden; border-radius: 8px 8px 14px 14px; background: linear-gradient(125deg, oklch(0.92 0.06 7), var(--blush)); box-shadow: inset -12px -12px 0 oklch(0.76 0.14 7 / 0.24), 0 8px 0 oklch(0.49 0.15 9 / 0.14); }
.box-pattern { position: absolute; inset: 22px 0 auto; color: oklch(0.72 0.17 5 / 0.27); font-size: 22px; white-space: nowrap; transform: rotate(-8deg) scale(1.25); }
.box-ribbon, .lid-ribbon { position: absolute; top: 0; left: calc(50% - 22px); width: 44px; height: 100%; background: linear-gradient(90deg, oklch(0.71 0.17 5), oklch(0.87 0.12 3) 52%, oklch(0.68 0.19 5)); transition: transform 700ms var(--ease-out), opacity 420ms ease; }
.gift-label { position: absolute; right: 14px; bottom: 15px; padding: 6px 9px; border: 2px solid var(--berry); border-radius: 7px; color: var(--berry); background: var(--white); font-size: 10px; font-weight: 900; transform: rotate(-5deg); }
.gift-lid { position: absolute; z-index: 6; left: 20px; bottom: 160px; width: 252px; height: 47px; border-radius: 9px; background: linear-gradient(105deg, var(--pink), oklch(0.86 0.105 5)); box-shadow: inset 0 -8px 0 oklch(0.58 0.19 7 / 0.18), 0 5px 0 oklch(0.44 0.13 8 / 0.12); transform-origin: 85% 100%; transition: transform 850ms var(--ease-out), opacity 600ms ease; }
.bow { position: absolute; z-index: 8; top: -44px; width: 78px; height: 53px; border: 16px solid var(--pink-hot); box-shadow: inset 4px 0 0 oklch(0.85 0.12 5 / 0.4); }
.bow--left { left: 43px; border-radius: 70% 36% 62% 38%; transform: rotate(12deg); }
.bow--right { right: 43px; border-radius: 36% 70% 38% 62%; transform: rotate(-12deg); }
.bow-knot { position: absolute; z-index: 9; top: -27px; left: calc(50% - 21px); width: 42px; height: 36px; border-radius: 48%; background: var(--pink-hot); box-shadow: inset -7px -5px 0 oklch(0.47 0.2 7 / 0.17); }
.bow, .bow-knot { transition: transform 700ms var(--ease-out), opacity 400ms ease; }
.gift-light { position: absolute; z-index: 1; left: 50%; bottom: 82px; width: 210px; height: 170px; opacity: 0; background: linear-gradient(100deg, transparent 17%, oklch(0.96 0.11 88 / 0.55) 50%, transparent 83%); clip-path: polygon(40% 0, 60% 0, 100% 100%, 0 100%); transform: translateX(-50%) scale(0.45); transition: opacity 650ms ease, transform 850ms var(--ease-out); }
.gift-bunny { position: absolute; z-index: 2; left: 50%; bottom: 113px; width: 120px; height: 132px; opacity: 0; transform: translate(-50%, 64px) scale(0.75); transition: opacity 520ms 170ms ease, transform 850ms 130ms var(--ease-out); }
.gift-bunny-ear { position: absolute; top: 0; width: 34px; height: 74px; border-radius: 70% 70% 40% 40%; background: oklch(0.93 0.06 6); box-shadow: inset 0 0 0 9px oklch(0.76 0.15 5); }
.gift-bunny-ear--left { left: 19px; transform: rotate(-11deg); }
.gift-bunny-ear--right { right: 19px; transform: rotate(11deg); }
.gift-bunny-head { position: absolute; top: 45px; left: 7px; width: 106px; height: 83px; border-radius: 48%; background: linear-gradient(135deg, var(--white), oklch(0.8 0.11 7)); box-shadow: inset -7px -5px 0 oklch(0.55 0.14 7 / 0.12); }
.gift-bunny-eye { position: absolute; top: 33px; width: 7px; height: 10px; border-radius: 50%; background: var(--berry-deep); }
.gift-bunny-eye--left { left: 30px; }
.gift-bunny-eye--right { right: 30px; }
.gift-bunny-nose { position: absolute; top: 47px; left: calc(50% - 5px); width: 10px; height: 7px; border-radius: 50%; background: var(--pink-hot); }
.gift-heart { position: absolute; z-index: 4; right: -12px; bottom: 8px; color: var(--pink-hot); font-size: 29px; animation: float 1.7s ease-in-out infinite; }

.gift.is-unwrapped .lid-ribbon { transform: translateY(-90px) rotate(19deg); opacity: 0; }
.gift.is-unwrapped .box-ribbon { transform: translateY(170px); opacity: 0; }
.gift.is-unwrapped .bow--left { transform: translate(-100px, 14px) rotate(-48deg); opacity: 0; }
.gift.is-unwrapped .bow--right { transform: translate(100px, 14px) rotate(48deg); opacity: 0; }
.gift.is-unwrapped .bow-knot { transform: translateY(-72px); opacity: 0; }
.gift.is-open .gift-lid { z-index: 1; transform: translate(70px, 35px) rotate(25deg); opacity: 0.94; }
.gift.is-open .gift-light { opacity: 1; transform: translateX(-50%) scale(1.08); }
.gift.is-open .gift-bunny { opacity: 1; transform: translate(-50%, -52px) scale(1); }

.action-button { min-width: 210px; padding: 0 26px; font-weight: 800; }

.letter-copy { margin-bottom: 9px; }
.envelope { position: relative; width: min(82vw, 340px); aspect-ratio: 1.48; margin: 18px 0 43px; padding: 0; border: 0; background: transparent; cursor: pointer; perspective: 900px; }
.envelope-back { position: absolute; inset: 0; border-radius: 10px; background: oklch(0.88 0.11 165); box-shadow: 0 8px 0 oklch(0.52 0.1 165 / 0.2); }
.envelope-front { position: absolute; inset: 0; z-index: 3; border-radius: 10px; background: linear-gradient(32deg, oklch(0.92 0.07 165) 49.4%, transparent 50%), linear-gradient(-32deg, oklch(0.96 0.05 165) 49.4%, transparent 50%); }
.envelope-flap { position: absolute; z-index: 4; top: 0; left: 0; width: 100%; height: 63%; background: var(--mint); clip-path: polygon(0 0, 100% 0, 50% 100%); transform-origin: top; transition: transform 750ms var(--ease-out), z-index 0ms 280ms; }
.wax-seal { position: absolute; z-index: 5; top: 50%; left: 50%; display: grid; width: 52px; height: 52px; place-items: center; border: 3px solid var(--white); border-radius: 50%; color: var(--white); background: var(--pink-hot); box-shadow: 0 4px 0 oklch(0.45 0.16 7 / 0.2); font-size: 20px; transform: translate(-50%, -50%); transition: opacity 300ms ease, transform 500ms var(--ease-out); }
.letter-paper { position: absolute; z-index: 2; left: 6%; bottom: 4%; display: flex; width: 88%; height: 92%; align-items: center; justify-content: center; flex-direction: column; border: 3px solid var(--berry); border-radius: 8px; color: var(--berry-deep); background: var(--blush-soft); box-shadow: 0 6px 0 oklch(0.38 0.12 8 / 0.13); transition: transform 850ms 240ms var(--ease-out); }
.letter-paper strong { font-size: 38px; font-weight: 900; }
.letter-small { margin-top: 7px; color: var(--berry); font-size: 9px; font-weight: 900; }
.card-bunny { position: relative; width: 60px; height: 48px; margin-top: 7px; border-radius: 50%; background: var(--pink); }
.card-ear { position: absolute; top: -25px; width: 17px; height: 40px; border-radius: 999px; background: var(--pink); }
.card-ear--left { left: 10px; transform: rotate(-9deg); }
.card-ear--right { right: 10px; transform: rotate(9deg); }
.card-face { position: absolute; inset: 14px 0 0; color: var(--berry-deep); font-size: 13px; font-style: normal; }
.envelope.is-open .envelope-flap { z-index: 1; transform: rotateX(180deg); }
.envelope.is-open .wax-seal { opacity: 0; transform: translate(-50%, -80%) scale(0.65); }
.envelope.is-open .letter-paper { z-index: 5; transform: translateY(-8%); }

.letter-message { display: none; max-width: 500px; text-align: center; }
.letter-message p { margin: 4px 0; color: var(--berry-deep); font-size: clamp(17px, 4.8vw, 22px); font-weight: 750; line-height: 1.6; }
.letter-message.is-visible { display: block; animation: revealIn 550ms var(--ease-out) both; }
.letter-next { margin-top: 22px; visibility: hidden; opacity: 0; transform: translateY(7px); transition: opacity 450ms 700ms ease, transform 450ms 700ms var(--ease-out); }
.letter-next.is-visible { visibility: visible; opacity: 1; transform: translateY(0); }

.scene--scratch { background: linear-gradient(145deg, var(--blush-soft), oklch(0.92 0.07 7)); }
.scene-header--dark { color: var(--berry); }
.scratch-heading .mini-tag { background: var(--mint); }
.scratch-ticket { position: relative; width: min(88vw, 430px); min-height: 260px; margin-top: 31px; border: 3px solid var(--berry); border-radius: 10px; background: var(--white); box-shadow: 0 8px 0 oklch(0.45 0.12 8 / 0.16); }
.ticket-ear { position: absolute; z-index: 0; top: -43px; width: 45px; height: 72px; border: 3px solid var(--berry); border-radius: 999px 999px 30% 30%; background: var(--pink); }
.ticket-ear::after { content: ""; position: absolute; inset: 11px 11px 18px; border-radius: inherit; background: oklch(0.83 0.13 4); }
.ticket-ear--left { left: 76px; transform: rotate(-12deg); }
.ticket-ear--right { right: 76px; transform: rotate(12deg); }
.ticket-content { position: absolute; inset: 0; z-index: 1; display: flex; align-items: center; justify-content: center; flex-direction: column; padding: 31px 26px; text-align: center; }
.ticket-label { margin: 0 0 17px; color: var(--berry); font-size: 12px; font-weight: 900; }
.password-row { display: flex; align-items: center; gap: 12px; padding: 13px 17px; border-radius: 8px; background: var(--blush); }
.password-prefix { color: var(--berry); font-size: 10px; font-weight: 800; }
.password-row strong { color: var(--berry-deep); font-size: clamp(25px, 7vw, 32px); font-weight: 900; font-variant-numeric: tabular-nums; }
.final-words { max-width: 20em; margin: 19px 0 10px; color: var(--berry-deep); font-size: 15px; font-weight: 750; line-height: 1.6; }
.signature { margin: 0; color: var(--muted); font-size: 9px; font-weight: 700; }
.scratch-canvas { position: absolute; inset: 0; z-index: 3; width: 100%; height: 100%; border-radius: 7px; cursor: crosshair; touch-action: none; transition: opacity 600ms ease; }
.scratch-ticket.is-revealed .scratch-canvas { pointer-events: none; opacity: 0; }
.scratch-hint { position: absolute; z-index: 4; left: 50%; top: 50%; display: flex; align-items: center; gap: 7px; color: var(--white); font-size: 13px; font-weight: 900; pointer-events: none; transform: translate(-50%, -50%); transition: opacity 220ms ease; }
.scratch-hint.is-hidden { opacity: 0; }
.finger-mark { font-size: 27px; animation: scratchHint 1.4s ease-in-out infinite; }
.text-button { min-height: 44px; margin-top: 15px; padding: 0 14px; border: 0; color: var(--berry); background: transparent; font-size: 12px; font-weight: 800; text-decoration: underline; text-underline-offset: 5px; cursor: pointer; }
.ending { display: none; align-items: center; flex-direction: column; }
.ending.is-visible { display: flex; animation: revealIn 550ms var(--ease-out) both; }
.ending-heart { margin-top: 16px; color: var(--pink-hot); font-size: 22px; }
.ending p { margin: 7px 0 4px; color: var(--berry-deep); font-size: 15px; font-weight: 800; }
.replay-button { width: 44px; height: 44px; border: 0; color: var(--berry); background: transparent; font-size: 25px; cursor: pointer; }
.confetti { position: fixed; inset: 0; z-index: var(--z-confetti); overflow: hidden; pointer-events: none; }
.confetti-piece { position: absolute; top: -20px; width: 10px; height: 13px; border-radius: 3px; animation: fall var(--fall-duration) var(--fall-delay) var(--ease-out) forwards; }

@keyframes float { 0%, 100% { transform: translateY(0) rotate(-4deg); } 50% { transform: translateY(-9px) rotate(5deg); } }
@keyframes revealIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
@keyframes scratchHint { 0%, 100% { transform: translateX(-10px); } 50% { transform: translateX(10px); } }
@keyframes fall { to { transform: translate3d(var(--drift), 110vh, 0) rotate(var(--spin)); opacity: 0; } }

@media (min-width: 760px) {
  .hero-wrap { grid-template-columns: minmax(360px, 1fr) minmax(360px, 0.8fr); grid-template-rows: auto auto; column-gap: 32px; text-align: left; }
  .hero-copy { justify-self: end; }
  .hero-toy { grid-column: 2; grid-row: 1 / span 2; width: 330px; height: 380px; margin: 0; transform: scale(1.18); }
  .primary-button { grid-column: 1; justify-self: end; margin-right: 255px; }
  .scene-header { padding-left: 44px; padding-right: 44px; }
  .gift { margin: 18px 0 17px; transform: scale(1.08); }
  .scratch-ticket { min-height: 270px; }
}

@media (max-width: 420px) {
  .floating-sticker { display: none; }
  .hero-copy { margin-top: 3vh; }
  .hero-toy { transform: scale(0.9); margin-top: -9px; margin-bottom: -16px; }
}

@media (max-height: 700px) {
  .gift-stage, .letter-stage, .scratch-stage { padding-top: 64px; padding-bottom: 18px; }
  .gift { margin-top: -16px; margin-bottom: -17px; transform: scale(0.78); }
  .envelope { width: min(62vw, 280px); margin: 2px 0 26px; }
  .letter-copy { margin-bottom: 0; }
  .scratch-ticket { min-height: 225px; margin-top: 23px; }
  .final-words { margin-top: 12px; }
}

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