/* [project]/frontend/components/ai-vision-showcase/components/hero-section/hero-section.module.css [app-client] (css) */
.hero-section-module__pRkdXG__heroTitleRotating {
  vertical-align: baseline;
  display: inline-grid;
}

.hero-section-module__pRkdXG__heroTitleVariant {
  text-align: left;
  grid-area: 1 / 1;
  transition: opacity .4s;
}

.hero-section-module__pRkdXG__heroTitleFadeIn {
  animation: .4s both hero-section-module__pRkdXG__heroFadeIn;
}

.hero-section-module__pRkdXG__heroTitleFadeOut {
  opacity: 0;
}

@keyframes hero-section-module__pRkdXG__heroFadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.hero-section-module__pRkdXG__animCursor {
  z-index: 10;
  pointer-events: none;
  width: 28px;
  height: 28px;
  transition: right .7s ease-in-out, top .7s ease-in-out, opacity .3s, transform .2s;
  position: absolute;
  transform: scale(1);
}

.hero-section-module__pRkdXG__animCursor_idle {
  opacity: 1;
  top: 30%;
  right: 50%;
}

.hero-section-module__pRkdXG__animCursor_moving, .hero-section-module__pRkdXG__animCursor_hovering {
  opacity: 1;
  top: calc(30% + 22px);
  right: 30px;
}

.hero-section-module__pRkdXG__animCursor_clicking {
  opacity: 1;
  top: calc(30% + 22px);
  right: 30px;
  transform: scale(1.4);
}

.hero-section-module__pRkdXG__animCursor_clicked {
  opacity: 1;
  top: calc(30% + 22px);
  right: 30px;
}

.hero-section-module__pRkdXG__animCursor_exiting {
  opacity: 0;
  top: calc(30% + 22px);
  right: -60px;
}

.hero-section-module__pRkdXG__extensionTooltip {
  color: #fff;
  white-space: nowrap;
  z-index: 7;
  background: #333;
  border-radius: 6px;
  padding: 7px 14px;
  font-size: .78rem;
  font-weight: 600;
  animation: .15s hero-section-module__pRkdXG__tooltipFadeIn;
  position: absolute;
  top: 30%;
  right: 60px;
  transform: translateY(-50%);
}

@keyframes hero-section-module__pRkdXG__tooltipFadeIn {
  from {
    opacity: 0;
    transform: translateY(-50%)scale(.95);
  }

  to {
    opacity: 1;
    transform: translateY(-50%)scale(1);
  }
}

.hero-section-module__pRkdXG__extensionTooltipScanning {
  overflow: hidden;
}

.hero-section-module__pRkdXG__extensionTooltipScanning:after {
  content: "";
  background: linear-gradient(90deg, #0000, #ffffff40, #0000);
  width: 60%;
  height: 100%;
  animation: 1.2s ease-in-out infinite hero-section-module__pRkdXG__scanningShimmer;
  position: absolute;
  top: 0;
  left: -100%;
}

@keyframes hero-section-module__pRkdXG__scanningShimmer {
  0% {
    left: -60%;
  }

  100% {
    left: 120%;
  }
}

@keyframes hero-section-module__pRkdXG__feedMarquee {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-50%);
  }
}

.hero-section-module__pRkdXG__feedScroller {
  will-change: transform;
  animation: 45s linear infinite paused hero-section-module__pRkdXG__feedMarquee;
}

.hero-section-module__pRkdXG__feedScrollerActive {
  animation-play-state: running;
}

.hero-section-module__pRkdXG__liReactionIcon {
  margin-left: -6px;
}

.hero-section-module__pRkdXG__liReactionIcon:first-child {
  margin-left: 0;
}

@media (max-width: 768px) {
  .hero-section-module__pRkdXG__feedColumns {
    flex-direction: column;
  }

  .hero-section-module__pRkdXG__feedColumn:nth-child(2), .hero-section-module__pRkdXG__feedColumn:nth-child(3) {
    display: none;
  }
}

/* [project]/frontend/components/ai-vision-showcase/components/doomsday-clock/doomsday-clock.module.css [app-client] (css) */
.doomsday-clock-module__DhCNJa__doomDigit {
  perspective: 300px;
  width: 44px;
  height: 56px;
  position: relative;
}

.doomsday-clock-module__DhCNJa__doomHalfUpper, .doomsday-clock-module__DhCNJa__doomHalfLower {
  background: #f7f7f7;
  border: 1px solid #00000014;
  height: 50%;
  position: absolute;
  left: 0;
  right: 0;
  overflow: hidden;
}

.doomsday-clock-module__DhCNJa__doomHalfUpper {
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  top: 0;
}

.doomsday-clock-module__DhCNJa__doomHalfLower {
  background: #efefef;
  border-top: none;
  border-radius: 0 0 8px 8px;
  bottom: 0;
}

.doomsday-clock-module__DhCNJa__doomHalfContent {
  font-variant-numeric: tabular-nums;
  color: #3b3a3b;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200%;
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
}

.doomsday-clock-module__DhCNJa__doomHalfContentLower {
  transform: translateY(-50%);
}

.doomsday-clock-module__DhCNJa__doomFlipTop {
  z-index: 2;
  transform-origin: bottom;
  backface-visibility: hidden;
  animation: .35s ease-in forwards doomsday-clock-module__DhCNJa__flipTopDown;
  box-shadow: 0 2px 6px #0000001a;
}

.doomsday-clock-module__DhCNJa__doomFlipBottom {
  z-index: 1;
  transform-origin: top;
  animation: .35s ease-out .15s forwards doomsday-clock-module__DhCNJa__flipBottomUp;
  transform: rotateX(90deg);
}

@keyframes doomsday-clock-module__DhCNJa__flipTopDown {
  0% {
    transform: rotateX(0);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes doomsday-clock-module__DhCNJa__flipBottomUp {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0);
  }
}

.doomsday-clock-module__DhCNJa__doomSeam {
  z-index: 3;
  background: #0000001f;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}

@media (max-width: 1024px) {
  .doomsday-clock-module__DhCNJa__doomDigit {
    width: 38px;
    height: 48px;
  }

  .doomsday-clock-module__DhCNJa__doomHalfContent {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px) {
  .doomsday-clock-module__DhCNJa__doomDigit {
    width: 32px;
    height: 42px;
  }

  .doomsday-clock-module__DhCNJa__doomHalfContent {
    font-size: 1.2rem;
  }
}

/*# sourceMappingURL=frontend_components_ai-vision-showcase_components_12v7tzh._.css.map*/