/* [project]/packages/front-end/src/app/(landing)/_components/inbox-scene.module.css [app-client] (css) */
.inbox-scene-module__hV2LfW__beat {
  opacity: 0;
  animation: .5s cubic-bezier(.2, .65, .2, 1) both inbox-scene-module__hV2LfW__beatIn;
}

@keyframes inbox-scene-module__hV2LfW__beatIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.inbox-scene-module__hV2LfW__d1 {
  animation-delay: .1s;
}

.inbox-scene-module__hV2LfW__d2 {
  animation-delay: .6s;
}

.inbox-scene-module__hV2LfW__d3 {
  animation-delay: 1.2s;
}

.inbox-scene-module__hV2LfW__d4 {
  animation-delay: 1.8s;
}

.inbox-scene-module__hV2LfW__d5 {
  animation-delay: 2.4s;
}

.inbox-scene-module__hV2LfW__d6 {
  animation-delay: 3s;
}

.inbox-scene-module__hV2LfW__type {
  clip-path: inset(0 100% 0 0);
  animation: 1.4s steps(28, end) both inbox-scene-module__hV2LfW__typeIn;
  display: inline-block;
}

@keyframes inbox-scene-module__hV2LfW__typeIn {
  from {
    clip-path: inset(0 100% 0 0);
  }

  to {
    clip-path: inset(0);
  }
}

.inbox-scene-module__hV2LfW__progress {
  transform-origin: 0;
  animation: inbox-scene-module__hV2LfW__sweep var(--step-ms, 6s) linear both;
}

@keyframes inbox-scene-module__hV2LfW__sweep {
  from {
    transform: scaleX(0);
  }

  to {
    transform: scaleX(1);
  }
}

.inbox-scene-module__hV2LfW__paused .inbox-scene-module__hV2LfW__progress {
  animation-play-state: paused;
}

.inbox-scene-module__hV2LfW__rec {
  animation: 1.6s ease-in-out infinite inbox-scene-module__hV2LfW__recPulse;
}

@keyframes inbox-scene-module__hV2LfW__recPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(var(--app-danger) / .35);
  }

  50% {
    box-shadow: 0 0 0 5px rgb(var(--app-danger) / 0);
  }
}

.inbox-scene-module__hV2LfW__toggleKnob {
  animation: .35s cubic-bezier(.2, .65, .2, 1) 2.6s both inbox-scene-module__hV2LfW__knobOn;
}

@keyframes inbox-scene-module__hV2LfW__knobOn {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(16px);
  }
}

.inbox-scene-module__hV2LfW__toggleTrack {
  animation: .35s 2.6s both inbox-scene-module__hV2LfW__trackOn;
}

@keyframes inbox-scene-module__hV2LfW__trackOn {
  from {
    background-color: rgb(var(--app-border));
  }

  to {
    background-color: rgb(var(--app-accent));
  }
}

.inbox-scene-module__hV2LfW__fadeOut {
  animation: .3s 2.6s both inbox-scene-module__hV2LfW__fadeOut;
}

.inbox-scene-module__hV2LfW__fadeIn {
  opacity: 0;
  animation: .3s 2.75s both inbox-scene-module__hV2LfW__fadeIn;
}

@keyframes inbox-scene-module__hV2LfW__fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes inbox-scene-module__hV2LfW__fadeIn {
  to {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .inbox-scene-module__hV2LfW__beat, .inbox-scene-module__hV2LfW__type, .inbox-scene-module__hV2LfW__toggleKnob, .inbox-scene-module__hV2LfW__toggleTrack, .inbox-scene-module__hV2LfW__fadeOut, .inbox-scene-module__hV2LfW__fadeIn {
    animation-duration: .01ms;
    animation-delay: 0s;
  }

  .inbox-scene-module__hV2LfW__rec {
    animation: none;
  }
}

/* [project]/packages/front-end/src/app/(landing)/_components/meeting-scene.module.css [app-client] (css) */
.meeting-scene-module__diyMPq__body {
  animation: 3.2s ease-in-out infinite meeting-scene-module__diyMPq__breathe;
}

.meeting-scene-module__diyMPq__body.meeting-scene-module__diyMPq__alt {
  animation-delay: -1.4s;
}

@keyframes meeting-scene-module__diyMPq__breathe {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(3px);
  }
}

.meeting-scene-module__diyMPq__head {
  transform-box: fill-box;
  transform-origin: 50% 90%;
  animation: 6s ease-in-out infinite meeting-scene-module__diyMPq__sway;
}

.meeting-scene-module__diyMPq__head.meeting-scene-module__diyMPq__alt {
  animation-delay: -2.7s;
}

@keyframes meeting-scene-module__diyMPq__sway {
  0%, 100% {
    transform: rotate(-1.4deg);
  }

  50% {
    transform: rotate(1.4deg);
  }
}

.meeting-scene-module__diyMPq__eyes {
  transform-box: fill-box;
  transform-origin: 50%;
  animation: 3.1s ease-in-out infinite meeting-scene-module__diyMPq__blink;
}

.meeting-scene-module__diyMPq__eyes.meeting-scene-module__diyMPq__alt {
  animation-duration: 3.7s;
  animation-delay: -1.3s;
}

@keyframes meeting-scene-module__diyMPq__blink {
  0%, 92%, 100% {
    transform: scaleY(1);
  }

  95% {
    transform: scaleY(.1);
  }
}

.meeting-scene-module__diyMPq__mouth {
  transform-box: fill-box;
  transform-origin: 50%;
  transform: scale(1, .6);
}

.meeting-scene-module__diyMPq__speaking .meeting-scene-module__diyMPq__mouth {
  animation: .28s ease-in-out infinite alternate meeting-scene-module__diyMPq__talk;
}

@keyframes meeting-scene-module__diyMPq__talk {
  from {
    transform: scale(1, .5);
  }

  to {
    transform: scale(.8, 2.4);
  }
}

.meeting-scene-module__diyMPq__live .meeting-scene-module__diyMPq__nod {
  animation: 1.1s ease-in-out 2.6s both meeting-scene-module__diyMPq__nod;
}

@keyframes meeting-scene-module__diyMPq__nod {
  0%, 100% {
    transform: translateY(0);
  }

  30%, 70% {
    transform: translateY(6px);
  }
}

.meeting-scene-module__diyMPq__wave i {
  background: rgb(var(--app-success));
  transform-origin: bottom;
  border-radius: 2px;
  width: 3px;
  height: 100%;
  animation: .55s ease-in-out infinite alternate meeting-scene-module__diyMPq__bar;
  display: block;
}

.meeting-scene-module__diyMPq__wave i:nth-child(2) {
  animation-delay: -.15s;
}

.meeting-scene-module__diyMPq__wave i:nth-child(3) {
  animation-delay: -.3s;
}

.meeting-scene-module__diyMPq__wave i:nth-child(4) {
  animation-delay: -.45s;
}

@keyframes meeting-scene-module__diyMPq__bar {
  from {
    transform: scaleY(.25);
  }

  to {
    transform: scaleY(1);
  }
}

.meeting-scene-module__diyMPq__rec {
  animation: 1.6s ease-in-out infinite meeting-scene-module__diyMPq__recPulse;
}

@keyframes meeting-scene-module__diyMPq__recPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgb(var(--app-danger) / .45);
  }

  50% {
    box-shadow: 0 0 0 6px rgb(var(--app-danger) / 0);
  }
}

.meeting-scene-module__diyMPq__fadeIn {
  animation: .5s both meeting-scene-module__diyMPq__fadeIn;
}

@keyframes meeting-scene-module__diyMPq__fadeIn {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .meeting-scene-module__diyMPq__body, .meeting-scene-module__diyMPq__head, .meeting-scene-module__diyMPq__eyes, .meeting-scene-module__diyMPq__mouth, .meeting-scene-module__diyMPq__nod, .meeting-scene-module__diyMPq__wave i, .meeting-scene-module__diyMPq__rec, .meeting-scene-module__diyMPq__fadeIn {
    animation: none;
  }

  .meeting-scene-module__diyMPq__speaking .meeting-scene-module__diyMPq__mouth {
    transform: scale(.9, 1.6);
  }
}

