/* [project]/packages/front-end/src/app/(landing)/_components/hero-cinematic.module.css [app-client] (css) */
.hero-cinematic-module__WgJFmq__scene {
  --loop: 17s;
  transform-origin: center;
  width: 1200px;
  height: 560px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-cinematic-module__WgJFmq__layerGlow, .hero-cinematic-module__WgJFmq__layerFar, .hero-cinematic-module__WgJFmq__layerMid {
  will-change: transform;
  transition: transform .25s ease-out;
  position: absolute;
  inset: 0;
}

.hero-cinematic-module__WgJFmq__layerGlow {
  transform: translate3d(calc(var(--par-x, 0) * -14px), calc(var(--par-y, 0) * -10px), 0);
}

.hero-cinematic-module__WgJFmq__layerFar {
  transform: translate3d(calc(var(--par-x, 0) * 16px), calc(var(--par-y, 0) * 12px), 0);
}

.hero-cinematic-module__WgJFmq__layerMid {
  transform: translate3d(calc(var(--par-x, 0) * 7px), calc(var(--par-y, 0) * 5px), 0);
}

@media (prefers-reduced-motion: reduce) {
  .hero-cinematic-module__WgJFmq__layerGlow, .hero-cinematic-module__WgJFmq__layerFar, .hero-cinematic-module__WgJFmq__layerMid {
    transition: none;
    transform: none;
  }
}

.hero-cinematic-module__WgJFmq__camera {
  animation: hero-cinematic-module__WgJFmq__camera var(--loop) ease-in-out infinite;
  position: absolute;
  inset: 0;
}

@keyframes hero-cinematic-module__WgJFmq__camera {
  0% {
    transform: scale(1.05)translate(10px, 6px);
  }

  50% {
    transform: scale(1)translate(0);
  }

  100% {
    transform: scale(1.05)translate(10px, 6px);
  }
}

.hero-cinematic-module__WgJFmq__card {
  -webkit-backdrop-filter: blur(14px);
  color: #ffffffd9;
  background: #1512289e;
  border: 1px solid #ffffff17;
  border-radius: 16px;
  padding: 18px 20px;
  font-size: 13px;
  line-height: 1.5;
  position: absolute;
  box-shadow: 0 24px 60px -18px #0000008c, 0 0 0 1px #671b751a;
}

.hero-cinematic-module__WgJFmq__cardHead {
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #cfc7f5bf;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 600;
  display: flex;
}

.hero-cinematic-module__WgJFmq__ico {
  color: #fff;
  background: linear-gradient(135deg, #671b75e6, #3c3489e6);
  border-radius: 7px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 11px;
  display: inline-flex;
}

.hero-cinematic-module__WgJFmq__sk {
  transform-origin: 0;
  background: linear-gradient(90deg, #cfc7f547, #cfc7f51f);
  border-radius: 4px;
  height: 7px;
  margin: 8px 0;
}

.hero-cinematic-module__WgJFmq__stamp {
  color: #bdf0d8;
  background: #2ea06e2e;
  border: 1px solid #5ac89666;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  margin-top: 13px;
  padding: 6px 11px;
  font-size: 11.5px;
  font-weight: 650;
  display: inline-flex;
}

.hero-cinematic-module__WgJFmq__visio {
  width: 375px;
  animation: hero-cinematic-module__WgJFmq__visioIn var(--loop) ease infinite;
  top: 58px;
  left: 55px;
}

@keyframes hero-cinematic-module__WgJFmq__visioIn {
  0% {
    opacity: 0;
    transform: translateX(-46px);
  }

  3%, 90% {
    opacity: 1;
    transform: translateX(0);
  }

  95%, 100% {
    opacity: 0;
    transform: translateX(-16px);
  }
}

.hero-cinematic-module__WgJFmq__rec {
  background: #f0637a;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  animation: 1.3s ease-in-out infinite hero-cinematic-module__WgJFmq__pulse;
}

@keyframes hero-cinematic-module__WgJFmq__pulse {
  0%, 100% {
    opacity: .35;
    transform: scale(.8);
  }

  50% {
    opacity: 1;
    transform: scale(1.15);
  }
}

.hero-cinematic-module__WgJFmq__wave {
  align-items: center;
  gap: 3px;
  height: 26px;
  margin: 10px 0 12px;
  display: flex;
}

.hero-cinematic-module__WgJFmq__wave i {
  background: linear-gradient(#c58fd4, #7a6fd8);
  border-radius: 2px;
  width: 3.5px;
  animation: 1s ease-in-out infinite alternate hero-cinematic-module__WgJFmq__wavebar;
}

.hero-cinematic-module__WgJFmq__wave i:nth-child(4n+1) {
  height: 40%;
}

.hero-cinematic-module__WgJFmq__wave i:nth-child(4n+2) {
  height: 85%;
  animation-delay: .15s;
}

.hero-cinematic-module__WgJFmq__wave i:nth-child(4n+3) {
  height: 55%;
  animation-delay: .3s;
}

.hero-cinematic-module__WgJFmq__wave i:nth-child(4n+4) {
  height: 95%;
  animation-delay: .45s;
}

@keyframes hero-cinematic-module__WgJFmq__wavebar {
  from {
    transform: scaleY(.45);
  }

  to {
    transform: scaleY(1);
  }
}

.hero-cinematic-module__WgJFmq__tr {
  color: #ffffffb8;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 5px 0;
  font-size: 12.5px;
  overflow: hidden;
}

.hero-cinematic-module__WgJFmq__tr b {
  color: #cfc7f5;
  font-weight: 650;
}

.hero-cinematic-module__WgJFmq__t1 {
  animation: hero-cinematic-module__WgJFmq__trIn1 var(--loop) steps(40) infinite;
}

.hero-cinematic-module__WgJFmq__t2 {
  animation: hero-cinematic-module__WgJFmq__trIn2 var(--loop) steps(40) infinite;
}

@keyframes hero-cinematic-module__WgJFmq__trIn1 {
  0%, 6% {
    clip-path: inset(0 100% 0 0);
  }

  11%, 100% {
    clip-path: inset(0);
  }
}

@keyframes hero-cinematic-module__WgJFmq__trIn2 {
  0%, 12% {
    clip-path: inset(0 100% 0 0);
  }

  17%, 100% {
    clip-path: inset(0);
  }
}

.hero-cinematic-module__WgJFmq__stampCr {
  animation: hero-cinematic-module__WgJFmq__stampCrIn var(--loop) ease infinite;
}

@keyframes hero-cinematic-module__WgJFmq__stampCrIn {
  0%, 20% {
    opacity: 0;
    transform: scale(.85);
  }

  24%, 90% {
    opacity: 1;
    transform: scale(1);
  }

  95%, 100% {
    opacity: 0;
  }
}

.hero-cinematic-module__WgJFmq__chip {
  white-space: nowrap;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #e6deffeb;
  animation: hero-cinematic-module__WgJFmq__chipIn var(--loop) ease infinite;
  background: #18142eb8;
  border: 1px solid #cfc7f538;
  border-radius: 999px;
  align-items: center;
  gap: 7px;
  padding: 7px 13px;
  font-size: 11.5px;
  font-weight: 600;
  display: inline-flex;
  position: absolute;
  box-shadow: 0 10px 28px -10px #00000080;
}

.hero-cinematic-module__WgJFmq__chipDot {
  background: linear-gradient(135deg, #c58fd4, #8f83e8);
  border-radius: 50%;
  width: 7px;
  height: 7px;
}

@keyframes hero-cinematic-module__WgJFmq__chipIn {
  0%, 16% {
    opacity: 0;
    transform: translateY(10px)scale(.94);
  }

  20%, 86% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  92%, 100% {
    opacity: 0;
    transform: translateY(-6px);
  }
}

.hero-cinematic-module__WgJFmq__c1 {
  animation-delay: .2s;
  top: 68px;
  left: 545px;
}

.hero-cinematic-module__WgJFmq__c2 {
  animation-delay: .55s;
  top: 175px;
  left: 465px;
}

.hero-cinematic-module__WgJFmq__c3 {
  animation-delay: .9s;
  top: 282px;
  left: 508px;
}

.hero-cinematic-module__WgJFmq__c4 {
  animation-delay: 1.25s;
  top: 345px;
  left: 660px;
}

.hero-cinematic-module__WgJFmq__flux {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: visible;
}

.hero-cinematic-module__WgJFmq__flux path {
  fill: none;
  stroke: url("#legaiaFluxGrad");
  stroke-width: 1.4px;
  stroke-dasharray: 5 7;
  opacity: 0;
  animation: hero-cinematic-module__WgJFmq__fluxIn var(--loop) ease infinite, hero-cinematic-module__WgJFmq__dashmove 1.6s linear infinite;
}

@keyframes hero-cinematic-module__WgJFmq__fluxIn {
  0%, 18% {
    opacity: 0;
  }

  24%, 56% {
    opacity: .55;
  }

  62%, 100% {
    opacity: 0;
  }
}

@keyframes hero-cinematic-module__WgJFmq__dashmove {
  to {
    stroke-dashoffset: -24px;
  }
}

.hero-cinematic-module__WgJFmq__particle {
  offset-rotate: 0deg;
  opacity: 0;
  background: #d9b3e6;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  position: absolute;
  box-shadow: 0 0 12px 3px #c58fd48c;
}

.hero-cinematic-module__WgJFmq__p1 {
  offset-path: path("M 435 150 C 600 130, 700 150, 800 180");
  animation: hero-cinematic-module__WgJFmq__trav1 var(--loop) ease-in infinite;
}

.hero-cinematic-module__WgJFmq__p2 {
  offset-path: path("M 700 88  C 760 100, 780 130, 800 168");
  animation: hero-cinematic-module__WgJFmq__trav2 var(--loop) ease-in infinite;
}

.hero-cinematic-module__WgJFmq__p3 {
  offset-path: path("M 690 298 C 745 285, 775 245, 800 215");
  animation: hero-cinematic-module__WgJFmq__trav3 var(--loop) ease-in infinite;
}

.hero-cinematic-module__WgJFmq__p4 {
  offset-path: path("M 900 320 C 800 400, 700 420, 565 395");
  animation: hero-cinematic-module__WgJFmq__trav4 var(--loop) ease-in infinite;
}

@keyframes hero-cinematic-module__WgJFmq__trav1 {
  0%, 20% {
    offset-distance: 0%;
    opacity: 0;
  }

  22% {
    opacity: 1;
  }

  30% {
    offset-distance: 100%;
    opacity: 0;
  }

  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}

@keyframes hero-cinematic-module__WgJFmq__trav2 {
  0%, 24% {
    offset-distance: 0%;
    opacity: 0;
  }

  26% {
    opacity: 1;
  }

  33% {
    offset-distance: 100%;
    opacity: 0;
  }

  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}

@keyframes hero-cinematic-module__WgJFmq__trav3 {
  0%, 28% {
    offset-distance: 0%;
    opacity: 0;
  }

  30% {
    opacity: 1;
  }

  37% {
    offset-distance: 100%;
    opacity: 0;
  }

  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}

@keyframes hero-cinematic-module__WgJFmq__trav4 {
  0%, 52% {
    offset-distance: 0%;
    opacity: 0;
  }

  54% {
    opacity: 1;
  }

  61% {
    offset-distance: 100%;
    opacity: 0;
  }

  100% {
    offset-distance: 100%;
    opacity: 0;
  }
}

.hero-cinematic-module__WgJFmq__doc {
  width: 340px;
  animation: hero-cinematic-module__WgJFmq__docIn var(--loop) ease infinite;
  top: 96px;
  left: 800px;
}

@keyframes hero-cinematic-module__WgJFmq__docIn {
  0%, 26% {
    opacity: 0;
    transform: translateY(22px)scale(.97);
  }

  31%, 90% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  95%, 100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.hero-cinematic-module__WgJFmq__docGlow {
  filter: blur(30px);
  width: 420px;
  height: 340px;
  animation: hero-cinematic-module__WgJFmq__glowIn var(--loop) ease infinite;
  background: radial-gradient(circle, #7d209047, #0000 65%);
  position: absolute;
  top: 60px;
  left: 760px;
}

@keyframes hero-cinematic-module__WgJFmq__glowIn {
  0%, 24% {
    opacity: 0;
  }

  32%, 64% {
    opacity: 1;
  }

  72%, 100% {
    opacity: 0;
  }
}

.hero-cinematic-module__WgJFmq__docLine {
  animation: hero-cinematic-module__WgJFmq__buildLine var(--loop) ease infinite;
}

.hero-cinematic-module__WgJFmq__doc .hero-cinematic-module__WgJFmq__docLine:first-of-type {
  width: 92%;
}

.hero-cinematic-module__WgJFmq__doc .hero-cinematic-module__WgJFmq__docLine:nth-of-type(2) {
  width: 84%;
  animation-delay: .45s;
}

.hero-cinematic-module__WgJFmq__doc .hero-cinematic-module__WgJFmq__docLine:nth-of-type(3) {
  width: 95%;
  animation-delay: .9s;
}

.hero-cinematic-module__WgJFmq__doc .hero-cinematic-module__WgJFmq__docLine:nth-of-type(4) {
  width: 70%;
  animation-delay: 1.35s;
}

.hero-cinematic-module__WgJFmq__doc .hero-cinematic-module__WgJFmq__docLine:nth-of-type(5) {
  width: 88%;
  animation-delay: 1.8s;
}

.hero-cinematic-module__WgJFmq__doc .hero-cinematic-module__WgJFmq__docLine:nth-of-type(6) {
  width: 55%;
  animation-delay: 2.25s;
}

@keyframes hero-cinematic-module__WgJFmq__buildLine {
  0%, 32% {
    opacity: 0;
    transform: scaleX(0);
  }

  37%, 100% {
    opacity: 1;
    transform: scaleX(1);
  }
}

.hero-cinematic-module__WgJFmq__stampDoc {
  animation: hero-cinematic-module__WgJFmq__stampDocIn var(--loop) ease infinite;
}

@keyframes hero-cinematic-module__WgJFmq__stampDocIn {
  0%, 48% {
    opacity: 0;
    transform: scale(.85);
  }

  52%, 90% {
    opacity: 1;
    transform: scale(1);
  }

  95%, 100% {
    opacity: 0;
  }
}

.hero-cinematic-module__WgJFmq__docFoot {
  color: #cfc7f58c;
  margin-top: 10px;
  font-size: 11px;
}

.hero-cinematic-module__WgJFmq__dossier {
  width: 400px;
  animation: hero-cinematic-module__WgJFmq__dossierIn var(--loop) ease infinite;
  top: 320px;
  left: 165px;
}

@keyframes hero-cinematic-module__WgJFmq__dossierIn {
  0%, 56% {
    opacity: 0;
    transform: translateY(24px)scale(.97);
  }

  61%, 90% {
    opacity: 1;
    transform: translateY(0)scale(1);
  }

  95%, 100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}

.hero-cinematic-module__WgJFmq__dosItem {
  color: #e6deffeb;
  white-space: nowrap;
  opacity: 0;
  animation: hero-cinematic-module__WgJFmq__dosItemIn var(--loop) ease infinite;
  background: #ffffff0f;
  border: 1px solid #cfc7f538;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 600;
  display: inline-flex;
}

.hero-cinematic-module__WgJFmq__dosItem:nth-of-type(2) {
  animation-delay: .35s;
}

.hero-cinematic-module__WgJFmq__dosItem:nth-of-type(3) {
  animation-delay: .7s;
}

@keyframes hero-cinematic-module__WgJFmq__dosItemIn {
  0%, 62% {
    opacity: 0;
    transform: scale(.85);
  }

  66%, 90% {
    opacity: 1;
    transform: scale(1);
  }

  95%, 100% {
    opacity: 0;
  }
}

.hero-cinematic-module__WgJFmq__dosIco {
  color: #fff;
  background: #4b62c9;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  font-size: 7.5px;
  font-weight: 700;
  display: inline-flex;
}

.hero-cinematic-module__WgJFmq__stampDossier {
  animation: hero-cinematic-module__WgJFmq__stampDossierIn var(--loop) ease infinite;
}

@keyframes hero-cinematic-module__WgJFmq__stampDossierIn {
  0%, 74% {
    opacity: 0;
    transform: scale(.85);
  }

  78%, 90% {
    opacity: 1;
    transform: scale(1);
  }

  95%, 100% {
    opacity: 0;
  }
}

.hero-cinematic-module__WgJFmq__grain {
  pointer-events: none;
  z-index: 5;
  opacity: .045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  animation: .7s steps(4, end) infinite hero-cinematic-module__WgJFmq__grain;
  position: absolute;
  inset: -50%;
}

@keyframes hero-cinematic-module__WgJFmq__grain {
  0% {
    transform: translate(0);
  }

  25% {
    transform: translate(-2%, 1%);
  }

  50% {
    transform: translate(1%, -2%);
  }

  75% {
    transform: translate(-1%, 2%);
  }

  100% {
    transform: translate(2%, -1%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-cinematic-module__WgJFmq__scene, .hero-cinematic-module__WgJFmq__scene * {
    animation: none !important;
  }

  .hero-cinematic-module__WgJFmq__grain {
    animation: none;
  }
}

/* [project]/packages/front-end/src/app/(landing)/_components/cta-echo.module.css [app-client] (css) */
.cta-echo-module__noRL0G__echo {
  pointer-events: none;
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.cta-echo-module__noRL0G__dot {
  opacity: 0;
  background: #d9b3e6;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  animation: 11s linear infinite cta-echo-module__noRL0G__rise;
  position: absolute;
  bottom: -20px;
  box-shadow: 0 0 12px 3px #c58fd473;
}

@keyframes cta-echo-module__noRL0G__rise {
  0% {
    opacity: 0;
    transform: translate(0)scale(.8);
  }

  8% {
    opacity: .55;
  }

  60% {
    opacity: .35;
  }

  100% {
    opacity: 0;
    transform: translate(28px, -105dvh)scale(1.05);
  }
}

.cta-echo-module__noRL0G__d1 {
  animation-duration: 12s;
  animation-delay: 0s;
  left: 8%;
}

.cta-echo-module__noRL0G__d2 {
  width: 4px;
  height: 4px;
  animation-duration: 14s;
  animation-delay: -4s;
  left: 22%;
}

.cta-echo-module__noRL0G__d3 {
  animation-duration: 11s;
  animation-delay: -8s;
  left: 41%;
}

.cta-echo-module__noRL0G__d4 {
  width: 5px;
  height: 5px;
  animation-duration: 13s;
  animation-delay: -2s;
  left: 63%;
}

.cta-echo-module__noRL0G__d5 {
  animation-duration: 12s;
  animation-delay: -6s;
  left: 78%;
}

.cta-echo-module__noRL0G__d6 {
  width: 4px;
  height: 4px;
  animation-duration: 15s;
  animation-delay: -10s;
  left: 91%;
}

@media (prefers-reduced-motion: reduce) {
  .cta-echo-module__noRL0G__dot {
    animation: none;
  }
}

/* [project]/packages/front-end/src/app/(landing)/_components/use-case-scenes.module.css [app-client] (css) */
.use-case-scenes-module__54E-Pq__canvas {
  aspect-ratio: 4 / 3;
  color: #374151;
  background: radial-gradient(70% 50% at 80% 0, #671b750d, #0000 70%), #faf9fc;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 22px;
  font-size: 13px;
  line-height: 1.5;
  display: flex;
  position: relative;
  overflow: hidden;
}

.use-case-scenes-module__54E-Pq__beat {
  opacity: 0;
  animation: .55s cubic-bezier(.2, .65, .2, 1) both use-case-scenes-module__54E-Pq__beatIn;
}

@keyframes use-case-scenes-module__54E-Pq__beatIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

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

.use-case-scenes-module__54E-Pq__pop {
  opacity: 0;
  animation: .4s cubic-bezier(.2, .9, .3, 1.4) both use-case-scenes-module__54E-Pq__popIn;
}

@keyframes use-case-scenes-module__54E-Pq__popIn {
  from {
    opacity: 0;
    transform: scale(.7);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.use-case-scenes-module__54E-Pq__type {
  animation: .9s steps(28, end) both use-case-scenes-module__54E-Pq__typeR;
  overflow: hidden;
}

@keyframes use-case-scenes-module__54E-Pq__typeR {
  from {
    clip-path: inset(0 100% 0 0);
  }

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

.use-case-scenes-module__54E-Pq__d1 {
  animation-delay: .15s;
}

.use-case-scenes-module__54E-Pq__d2 {
  animation-delay: .75s;
}

.use-case-scenes-module__54E-Pq__d3 {
  animation-delay: 1.35s;
}

.use-case-scenes-module__54E-Pq__d4 {
  animation-delay: 1.95s;
}

.use-case-scenes-module__54E-Pq__d5 {
  animation-delay: 2.55s;
}

.use-case-scenes-module__54E-Pq__d6 {
  animation-delay: 3.15s;
}

.use-case-scenes-module__54E-Pq__d7 {
  animation-delay: 3.75s;
}

.use-case-scenes-module__54E-Pq__d8 {
  animation-delay: 4.35s;
}

.use-case-scenes-module__54E-Pq__mail {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 13px 15px;
  box-shadow: 0 6px 20px -10px #110c221f;
}

.use-case-scenes-module__54E-Pq__mailHead {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 6px;
  font-size: 12.5px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__mailFrom {
  color: #111827;
  font-weight: 650;
}

.use-case-scenes-module__54E-Pq__mailMeta {
  color: #9ca3af;
  font-size: 11.5px;
}

.use-case-scenes-module__54E-Pq__mailLine {
  color: #4b5563;
  font-size: 12.5px;
}

.use-case-scenes-module__54E-Pq__sk {
  background: linear-gradient(90deg, #e5e7eb, #f3f4f6);
  border-radius: 4px;
  height: 7px;
  margin: 7px 0;
}

.use-case-scenes-module__54E-Pq__row {
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  align-items: center;
  gap: 9px;
  padding: 9px 12px;
  font-size: 12.5px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__rowTitle {
  color: #111827;
  font-weight: 600;
}

.use-case-scenes-module__54E-Pq__rowMeta {
  color: #9ca3af;
  white-space: nowrap;
  margin-left: auto;
  font-size: 11px;
}

.use-case-scenes-module__54E-Pq__chipFile {
  color: #374151;
  white-space: nowrap;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 11.5px;
  font-weight: 600;
  display: inline-flex;
}

@media (max-width: 374px) {
  .use-case-scenes-module__54E-Pq__chipFile {
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.use-case-scenes-module__54E-Pq__fileIco {
  color: #fff;
  border-radius: 4px;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: 8.5px;
  font-weight: 700;
  display: inline-flex;
}

.use-case-scenes-module__54E-Pq__icoPdf {
  background: #dc2626;
}

.use-case-scenes-module__54E-Pq__icoDoc {
  background: #2563eb;
}

.use-case-scenes-module__54E-Pq__badgeOk {
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  border-radius: 999px;
  align-self: flex-start;
  align-items: center;
  gap: 6px;
  padding: 6px 11px;
  font-size: 11.5px;
  font-weight: 650;
  display: inline-flex;
}

.use-case-scenes-module__54E-Pq__badgeGaia {
  color: #671b75;
  background: #f5f0fa;
  border: 1px solid #e2d3ec;
  border-radius: 999px;
  align-items: center;
  gap: 6px;
  padding: 5px 10px;
  font-size: 11px;
  font-weight: 650;
  display: inline-flex;
}

.use-case-scenes-module__54E-Pq__transfer {
  color: #374151;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  align-self: center;
  align-items: center;
  gap: 7px;
  padding: 6px 12px;
  font-size: 11.5px;
  font-weight: 650;
  display: inline-flex;
  box-shadow: 0 4px 14px -6px #110c2224;
}

.use-case-scenes-module__54E-Pq__transferTo {
  color: #671b75;
}

.use-case-scenes-module__54E-Pq__stampNum {
  color: #671b75;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: 1.5px solid #671b75;
  border-radius: 6px;
  align-items: center;
  margin-left: auto;
  padding: 3px 8px;
  font-size: 10px;
  font-weight: 750;
  display: inline-flex;
  transform: rotate(-4deg);
}

.use-case-scenes-module__54E-Pq__mailArrow {
  color: #9ca3af;
  flex-direction: column;
  align-self: center;
  align-items: center;
  line-height: 1;
  display: flex;
}

.use-case-scenes-module__54E-Pq__mailArrowLine {
  border-left: 1.5px dashed #c4c9d4;
  width: 0;
  height: 12px;
  margin-bottom: 1px;
}

.use-case-scenes-module__54E-Pq__mailLink {
  color: #2563eb;
  text-underline-offset: 2px;
  font-size: 12px;
  text-decoration: underline;
}

.use-case-scenes-module__54E-Pq__mailList {
  flex-direction: column;
  gap: 3px;
  margin: 4px 0 0 4px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__mailListItem {
  color: #4b5563;
  gap: 6px;
  font-size: 12px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__thumbs {
  grid-template-columns: repeat(3, 1fr);
  gap: 7px;
  margin-top: 8px;
  display: grid;
}

.use-case-scenes-module__54E-Pq__thumb {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.use-case-scenes-module__54E-Pq__thumbBody {
  padding: 7px 8px 5px;
}

.use-case-scenes-module__54E-Pq__thumbBody .use-case-scenes-module__54E-Pq__sk {
  height: 3.5px;
  margin: 3.5px 0;
}

.use-case-scenes-module__54E-Pq__thumbName {
  color: #374151;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: #f9fafb;
  border-top: 1px solid #f3f4f6;
  align-items: center;
  gap: 4px;
  padding: 4px 6px;
  font-size: 9px;
  font-weight: 650;
  display: flex;
  overflow: hidden;
}

.use-case-scenes-module__54E-Pq__thumbName .use-case-scenes-module__54E-Pq__fileIco {
  border-radius: 3px;
  width: 11px;
  height: 11px;
  font-size: 5.5px;
}

.use-case-scenes-module__54E-Pq__stampRound {
  color: #671b75;
  background: #f5f0fad9;
  border: 1.5px solid #671b75;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  font-size: 8.5px;
  font-weight: 750;
  display: inline-flex;
  position: absolute;
  top: 4px;
  right: 4px;
  transform: rotate(-12deg);
}

.use-case-scenes-module__54E-Pq__wave {
  align-items: center;
  gap: 3px;
  height: 22px;
  margin: 8px 0;
  display: flex;
}

.use-case-scenes-module__54E-Pq__wave i {
  background: linear-gradient(#9d5bb5, #6a5fd0);
  border-radius: 2px;
  width: 3.5px;
  animation: 1s ease-in-out infinite alternate use-case-scenes-module__54E-Pq__wavebar;
}

.use-case-scenes-module__54E-Pq__wave i:nth-child(4n+1) {
  height: 40%;
}

.use-case-scenes-module__54E-Pq__wave i:nth-child(4n+2) {
  height: 85%;
  animation-delay: .15s;
}

.use-case-scenes-module__54E-Pq__wave i:nth-child(4n+3) {
  height: 55%;
  animation-delay: .3s;
}

.use-case-scenes-module__54E-Pq__wave i:nth-child(4n+4) {
  height: 95%;
  animation-delay: .45s;
}

@keyframes use-case-scenes-module__54E-Pq__wavebar {
  from {
    transform: scaleY(.45);
  }

  to {
    transform: scaleY(1);
  }
}

.use-case-scenes-module__54E-Pq__rec {
  background: #ef4444;
  border-radius: 50%;
  width: 7px;
  height: 7px;
  animation: 1.3s ease-in-out infinite use-case-scenes-module__54E-Pq__recPulse;
}

@keyframes use-case-scenes-module__54E-Pq__recPulse {
  0%, 100% {
    opacity: .4;
  }

  50% {
    opacity: 1;
  }
}

.use-case-scenes-module__54E-Pq__trLine {
  color: #4b5563;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 3px 0;
  font-size: 12px;
  overflow: hidden;
}

.use-case-scenes-module__54E-Pq__trLine b {
  color: #671b75;
  font-weight: 650;
}

.use-case-scenes-module__54E-Pq__bookPage {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  grid-template-columns: 132px 1fr;
  display: grid;
  overflow: hidden;
  box-shadow: 0 10px 30px -14px #110c2229;
}

.use-case-scenes-module__54E-Pq__bookSide {
  background: #fafafa;
  border-right: 1px solid #f3f4f6;
  flex-direction: column;
  gap: 8px;
  padding: 12px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__bookBrand {
  color: #111827;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 750;
  display: flex;
}

.use-case-scenes-module__54E-Pq__brandMark {
  background: #111827;
  border-radius: 4px;
  width: 14px;
  height: 14px;
}

.use-case-scenes-module__54E-Pq__avatar {
  color: #fff;
  background: linear-gradient(135deg, #671b75, #3c3489);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 11px;
  font-weight: 700;
  display: inline-flex;
}

.use-case-scenes-module__54E-Pq__bookName {
  color: #111827;
  font-size: 11.5px;
  font-weight: 650;
  line-height: 1.3;
}

.use-case-scenes-module__54E-Pq__bookSub {
  color: #9ca3af;
  font-size: 10px;
  line-height: 1.4;
}

.use-case-scenes-module__54E-Pq__bookMain {
  flex-direction: column;
  gap: 8px;
  padding: 12px 14px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__bookTitle {
  color: #111827;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
}

.use-case-scenes-module__54E-Pq__bookHint {
  color: #6b7280;
  font-size: 11px;
}

.use-case-scenes-module__54E-Pq__bookType {
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  flex-direction: column;
  gap: 2px;
  padding: 8px 11px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__bookTypeName {
  color: #111827;
  font-size: 12px;
  font-weight: 650;
}

.use-case-scenes-module__54E-Pq__bookTypeMeta {
  color: #9ca3af;
  font-size: 10.5px;
}

.use-case-scenes-module__54E-Pq__bookTypeSel {
  opacity: 0;
  animation: .5s cubic-bezier(.2, .65, .2, 1) .5s both use-case-scenes-module__54E-Pq__beatIn, .35s 1.3s both use-case-scenes-module__54E-Pq__bookSelect;
}

@keyframes use-case-scenes-module__54E-Pq__bookSelect {
  to {
    background: #f5f0fa;
    border-color: #671b75;
    box-shadow: inset 0 0 0 1px #671b75;
  }
}

.use-case-scenes-module__54E-Pq__bookFoot {
  text-align: center;
  color: #b3b8c2;
  border-top: 1px solid #f3f4f6;
  grid-column: 1 / -1;
  padding: 6px;
  font-size: 9.5px;
}

.use-case-scenes-module__54E-Pq__calGrid {
  grid-template-columns: repeat(5, 1fr);
  gap: 6px;
  display: grid;
}

.use-case-scenes-module__54E-Pq__calDay {
  color: #9ca3af;
  text-transform: uppercase;
  letter-spacing: .06em;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  min-height: 108px;
  padding: 5px;
  font-size: 9.5px;
  font-weight: 650;
}

.use-case-scenes-module__54E-Pq__calEvent {
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  color: #671b75;
  background: #f5f0fa;
  border: 1px solid #e2d3ec;
  border-radius: 5px;
  margin-top: 5px;
  padding: 4px 5px;
  font-size: 9.5px;
  font-weight: 600;
  line-height: 1.3;
}

.use-case-scenes-module__54E-Pq__calEventAlt {
  color: #3c3489;
  background: #eef2ff;
  border-color: #d7ddfb;
}

.use-case-scenes-module__54E-Pq__stack {
  flex-direction: column;
  gap: 6px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__stacked {
  aspect-ratio: auto;
}

.use-case-scenes-module__54E-Pq__sA {
  animation: .5s .15s both use-case-scenes-module__54E-Pq__beatIn;
}

.use-case-scenes-module__54E-Pq__sB {
  animation: .5s 1.35s both use-case-scenes-module__54E-Pq__beatIn;
}

.use-case-scenes-module__54E-Pq__sC {
  animation: .5s 2.95s both use-case-scenes-module__54E-Pq__beatIn;
}

@media (min-width: 1024px) and (max-height: 820px) {
  .use-case-scenes-module__54E-Pq__stacked {
    zoom: .82;
  }
}

@media (max-width: 639px) {
  .use-case-scenes-module__54E-Pq__stacked .use-case-scenes-module__54E-Pq__bookPage {
    grid-template-columns: 1fr;
  }

  .use-case-scenes-module__54E-Pq__stacked .use-case-scenes-module__54E-Pq__bookSide {
    -moz-column-gap: 10px;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 2px 10px;
    display: grid;
  }

  .use-case-scenes-module__54E-Pq__stacked .use-case-scenes-module__54E-Pq__bookSide > :first-child {
    grid-column: 1 / -1;
    margin-bottom: 6px;
  }

  .use-case-scenes-module__54E-Pq__stacked .use-case-scenes-module__54E-Pq__avatar {
    grid-row: span 2;
  }

  .use-case-scenes-module__54E-Pq__stacked .use-case-scenes-module__54E-Pq__datePills {
    flex-wrap: wrap;
  }
}

.use-case-scenes-module__54E-Pq__datePills {
  gap: 6px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__datePill {
  color: #4b5563;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 10.5px;
  font-weight: 600;
}

.use-case-scenes-module__54E-Pq__datePillSel {
  color: #fff;
  background: #671b75;
  border-color: #671b75;
}

.use-case-scenes-module__54E-Pq__slots {
  opacity: 0;
  grid-template-columns: repeat(4, 1fr);
  gap: 6px;
  animation: .45s 1.85s both use-case-scenes-module__54E-Pq__beatIn;
  display: grid;
}

.use-case-scenes-module__54E-Pq__slot {
  text-align: center;
  color: #3c3489;
  background: #f6f5fd;
  border: 1px solid #ddd9f5;
  border-radius: 8px;
  padding: 6px 0;
  font-size: 10.5px;
  font-weight: 650;
}

.use-case-scenes-module__54E-Pq__slotSel {
  animation: .3s 2.35s both use-case-scenes-module__54E-Pq__slotSelect;
}

@keyframes use-case-scenes-module__54E-Pq__slotSelect {
  to {
    color: #fff;
    background: #671b75;
    border-color: #671b75;
    transform: scale(1.06);
  }
}

.use-case-scenes-module__54E-Pq__agHead {
  color: #111827;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  font-weight: 700;
  display: flex;
}

.use-case-scenes-module__54E-Pq__agRow {
  color: #374151;
  background: #fff;
  border: 1px solid #f3f4f6;
  border-left: 2.5px solid #d7ddfb;
  border-radius: 0 10px 10px 0;
  align-items: center;
  gap: 8px;
  padding: 8px 11px;
  font-size: 11.5px;
  display: flex;
}

.use-case-scenes-module__54E-Pq__agTime {
  color: #6b7280;
  min-width: 34px;
  font-size: 10.5px;
  font-weight: 700;
}

.use-case-scenes-module__54E-Pq__agNew {
  opacity: 0;
  background: #f5f0fa;
  border-left-color: #671b75;
  animation: .45s cubic-bezier(.2, .9, .3, 1.4) 3.5s both use-case-scenes-module__54E-Pq__popIn;
}

.use-case-scenes-module__54E-Pq__agNew .use-case-scenes-module__54E-Pq__agTime {
  color: #671b75;
}

.use-case-scenes-module__54E-Pq__scenePaused * {
  animation-play-state: paused !important;
}

.use-case-scenes-module__54E-Pq__fluid > * > div, .use-case-scenes-module__54E-Pq__fluid > div {
  aspect-ratio: auto;
}

@media (prefers-reduced-motion: reduce) {
  .use-case-scenes-module__54E-Pq__canvas * {
    animation-duration: 10ms !important;
    animation-delay: 0s !important;
  }
}

