
.rocket-animation[data-v-34077827] {
  width: 100%;
  height: 49vw;
  position: relative;
  overflow: hidden;
}
canvas[data-v-34077827] {
  width: 100%;
  height: 100%;
  display: block;
}


.car-animation[data-v-3f723289] {
  width: 100%;
  height: 49vw; /* 跟影片比例一致 */
  position: relative;
  overflow: hidden;
}
canvas[data-v-3f723289] {
  width: 100%;
  height: 100%;
  display: block;
}

@charset "UTF-8";
.rocket-area[data-v-3051c151] {
  position: absolute;
  left: 0;
  width: 100%;
  height: 49vw; /* ✅ 你提供的區域高度 */
  pointer-events: none;
  z-index: 20;
}
canvas[data-v-3051c151] {
  width: 100%;
  height: 100%;
}
.display__none[data-v-3051c151] {
  display: none;
}
.message[data-v-3051c151] {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 10px;
  color: white;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
  top: -35px;
  animation: slideUpFast-3051c151 0.3s ease-out forwards;
}
.message img[data-v-3051c151] {
  height: 18px;
}
.highlight[data-v-3051c151] {
  color: red;
  margin: 0 5px;
  font-size: 8px;
  text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}
.shine-text[data-v-3051c151] {
  color: white;
  font-weight: bold;
  text-shadow: -1px -1px 0 gray, 1px -1px 0 gray, -1px 1px 0 gray, 1px 1px 0 gray;
  animation: glowText-3051c151 1s ease-in-out infinite;
}
@keyframes glowText-3051c151 {
0%, 100% {
    text-shadow: 0 0 2px black, 0 0 2px black;
    filter: brightness(1);
}
50% {
    text-shadow: 0 0 6px white, 0 0 12px white;
    filter: brightness(1.6);
}
}
@keyframes slideUpFast-3051c151 {
0% {
    transform: translateY(30px);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}
.animation[data-v-3051c151] {
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation__container[data-v-3051c151] {
  width: 100%;
  height: 20vw;
  top: 75px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
}
.animation__container img[data-v-3051c151] {
  height: 100%;
  position: absolute;
}
.animation__container.Cloud div[data-v-3051c151] {
  top: 100px;
  width: 100%;
  height: 100%;
  background-position: 15% 25%, 40% 50%, 65% 30%;
  background-size: 45px, 65px, 45px;
  background-repeat: no-repeat;
}
.animation__container.Light img[data-v-3051c151] {
  left: 94px;
  height: 30px;
  bottom: 13px;
}
.animation__container.Star img[data-v-3051c151] {
  left: 94px;
  height: 30px;
  bottom: 13px;
}
.animation__container.Rocket[data-v-3051c151] {
  z-index: 5;
}
.animation__container.Rocket img[data-v-3051c151] {
  height: 80px;
}
.animation__container.Fire[data-v-3051c151] {
  top: 40px;
  z-index: 4;
}
.animation__container.Fire img[data-v-3051c151] {
  height: 50px;
}
