/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/ui/BrandFooter.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.BrandFooter_root__GbFhH {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: rgba(245, 246, 248, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 0.5px solid rgba(0, 0, 0, 0.06);
  z-index: 20;
}

.BrandFooter_label__4xthB {
  font-size: 11px;
  font-weight: var(--weight-light);
  color: #bbb;
}

.BrandFooter_logo__O3ScU {
  height: 16px;
  width: auto;
  display: block;
  filter: grayscale(100%) opacity(0.35);
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/ui/Navbar.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.Navbar_root__Exac6 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--space-4);
  width: 100%;
}

/* Marca institucional ----------------------------------------------------- */

.Navbar_brand__FYtNa {
  display: inline-flex;
  align-items: center;
  gap: var(--space-3);
}

.Navbar_logo__dLyfG {
  display: block;
  height: 26px;
}

.Navbar_divider__aORtU {
  width: 1px;
  height: 24px;
  background: var(--border-strong);
}

.Navbar_identity__2pyxP {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.Navbar_tenant__kId4Y {
  font-size: 13px;
  font-weight: var(--weight-regular);
  letter-spacing: var(--tracking-tight);
  line-height: 1.25;
  color: var(--text-secondary);
}

.Navbar_role___asUY {
  font-size: 11px;
  font-weight: var(--weight-light);
  letter-spacing: 0.01em;
  line-height: 1.25;
  color: var(--text-muted);
}

/* Indicador de disponibilidade ------------------------------------------- */

.Navbar_status__GqY0c {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  font-weight: var(--weight-regular);
  color: var(--text-secondary);
}

.Navbar_statusDot__Xe89Z {
  width: 7px;
  height: 7px;
  border-radius: var(--radius-circle);
  background: var(--success);
  animation: Navbar_led__kjeYU 3.6s var(--ease-in-out) infinite;
}

/* LED premium: pulso lento e quase imperceptível. */
@keyframes Navbar_led__kjeYU {
  0%,
  100% {
    opacity: 0.55;
    box-shadow: 0 0 0 0 rgba(0, 153, 93, 0);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 6px 1px rgba(0, 153, 93, 0.25);
  }
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/ui/atmosphere/Atmosphere.module.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Atmosphere — camada de fundo visionOS. Ordem de empilhamento (de baixo para
   cima): base → AmbientLight → GlassVeil → SoftVignette → Grain.
   Tudo absoluto, pointer-events none, atrás do conteúdo (z-index 0). */

.Atmosphere_root__O1cj2 {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
  background: var(--atmosphere-base);
}

/* AmbientLight — manchas de luz difusa em deriva lentíssima ---------------- */

.Atmosphere_ambient__y4aAK {
  position: absolute;
  inset: -10%;
}

.Atmosphere_blob__08fvH {
  position: absolute;
  border-radius: var(--radius-circle);
  filter: blur(90px);
  will-change: transform, opacity;
}

.Atmosphere_blobGreen___EmuM {
  top: 6%;
  left: 12%;
  width: 46%;
  height: 46%;
  background: radial-gradient(circle, var(--ambient-green) 0%, transparent 70%);
}

.Atmosphere_blobWarm__gKKc5 {
  bottom: 4%;
  right: 8%;
  width: 52%;
  height: 52%;
  background: radial-gradient(circle, var(--ambient-warm) 0%, transparent 68%);
}

.Atmosphere_blobCitric__wWogx {
  top: 40%;
  left: 48%;
  width: 34%;
  height: 34%;
  background: radial-gradient(circle, var(--ambient-citric) 0%, transparent 72%);
}

/* GlassVeil — folha translúcida com leve varredura de luz (sensação de seda) */

.Atmosphere_veil__oIpzW {
  position: absolute;
  inset: 0;
  background: linear-gradient(
      122deg,
      transparent 4%,
      rgba(255, 255, 255, 0.22) 19%,
      transparent 33%
    ), linear-gradient(122deg, transparent 42%, rgba(255, 255, 255, 0.14) 55%, transparent 69%),
    linear-gradient(286deg, transparent 48%, rgba(244, 249, 247, 0.14) 64%, transparent 80%),
    radial-gradient(ellipse 120% 78% at 24% 12%, rgba(255, 255, 255, 0.38) 0%, transparent 46%),
    radial-gradient(ellipse 112% 92% at 84% 96%, rgba(236, 245, 241, 0.26) 0%, transparent 52%);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  animation: Atmosphere_veil-breathe__yHZVd 32s var(--ease-in-out) infinite;
}

@keyframes Atmosphere_veil-breathe__yHZVd {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.88;
  }
}

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

/* SoftVignette — escurecimento quase imperceptível das bordas -------------- */

.Atmosphere_vignette__0emEv {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 78% 70% at 50% 42%, transparent 58%, var(--vignette) 100%);
}

/* Grain — textura fractalNoise por cima de tudo ---------------------------- */

.Atmosphere_grain__k0Ppb {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: var(--grain-opacity);
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/voice/ClaraAwakeningMedia.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.ClaraAwakeningMedia_root__PUjCz {
  grid-area: 1 / 1;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
  pointer-events: none;
  /* Dissolve bordas do fundo cinza do render 3D na atmosfera da app */
  -webkit-mask-image: radial-gradient(circle, #000 42%, transparent 70%);
  mask-image: radial-gradient(circle, #000 42%, transparent 70%);
}

.ClaraAwakeningMedia_root__PUjCz[data-silent="true"] {
  opacity: 0;
}

.ClaraAwakeningMedia_root__PUjCz[data-fading="true"] {
  opacity: 0;
}

.ClaraAwakeningMedia_frame__jBRBH {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ClaraAwakeningMedia_asset__qzpQb {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Alinha núcleo + anéis ao VoiceScene lg (orb ~69% da cena) */
  object-position: 50% 47%;
  transform: scale(1.42);
  transform-origin: center center;
  /* Aproxima brilho/saturação do OrbCore idle */
  filter: saturate(0.94) brightness(1.08) contrast(0.92);
}

.ClaraAwakeningMedia_asset__qzpQb[data-mode="gif"] {
  transform: scale(1.38);
  object-position: 50% 46%;
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/voice/VoiceButton.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VoiceButton_root__s2DS1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 clamp(var(--space-8), 5vw, var(--space-12));
  border-radius: var(--radius-pill);
  font-size: 15px;
  font-weight: var(--weight-medium);
  letter-spacing: var(--tracking-tight);
  color: var(--on-accent);
  background: var(--accent);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 10px 24px -10px rgba(0, 153, 93, 0.28);
  transition: background var(--duration-base) var(--ease-out), box-shadow var(--duration-base)
    var(--ease-out), transform var(--duration-base) var(--ease-out);
}

.VoiceButton_root__s2DS1:hover {
  transform: translateY(-1px);
  background: color-mix(in srgb, var(--accent) 92%, #000000);
  box-shadow: 0 2px 6px rgba(0, 153, 93, 0.28), 0 8px 22px rgba(0, 153, 93, 0.14);
}

.VoiceButton_root__s2DS1:active {
  transform: translateY(0);
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/voice/VoiceScene.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VoiceScene_scene___06Vp {
  position: relative;
  display: grid;
  place-items: center;
  flex-shrink: 0;
}

/* Sombra de contato — assenta a esfera no ambiente */
.VoiceScene_scene___06Vp::after {
  content: "";
  position: absolute;
  bottom: 6%;
  left: 50%;
  z-index: 0;
  width: 48%;
  height: 7%;
  border-radius: 50%;
  transform: translateX(-50%);
  background: radial-gradient(ellipse, rgba(0, 66, 50, 0.16) 0%, transparent 74%);
  filter: blur(10px);
  pointer-events: none;
  animation: VoiceScene_contact-shadow__q2Osd 6.5s var(--ease-in-out) infinite;
}

@keyframes VoiceScene_contact-shadow__q2Osd {
  0%,
  100% {
    opacity: 0.72;
    transform: translateX(-50%) scaleX(1);
  }
  50% {
    opacity: 0.92;
    transform: translateX(-50%) scaleX(1.06);
  }
}

.VoiceScene_ringsWrap__wWqb0 {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  z-index: 2;
  pointer-events: none;
}

/* Esfera + barras: camada superior, centralizada em fluxo (recebe a
   respiração via Framer Motion sem conflitar com a centralização). */
.VoiceScene_coreWrap__H7pJE {
  position: relative;
  z-index: 4;
  display: grid;
  place-items: center;
  will-change: transform;
}

@media (prefers-reduced-motion: reduce) {
  .VoiceScene_scene___06Vp::after {
    animation: none;
  }
}

.VoiceScene_barsOverlay__Uuunw {
  position: absolute;
  inset: 0;
  margin: auto;
  display: grid;
  place-items: center;
  z-index: 5;
  pointer-events: none;
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/voice/orb/orb.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* OrbCore — esfera glass (apenas a esfera; demais camadas vivem na cena) ---- */

.orb_core__KwbH4 {
  position: relative;
  border-radius: var(--radius-circle);
  /* Corpo de vidro: volume interno, luz refratada, borda fresnel */
  background: radial-gradient(
      68% 52% at 50% 108%,
      rgba(0, 153, 93, 0.34) 0%,
      rgba(0, 153, 93, 0.12) 38%,
      transparent 68%
    ),
    radial-gradient(140% 118% at 50% 8%, #ffffff 0%, #fafcfb 32%, #eef4f2 68%, #dce8e4 100%);
  border: 0.5px solid rgba(255, 255, 255, 0.72);
  /* Fresnel + contato + volume interno */
  box-shadow: 0 48px 72px -28px rgba(3, 48, 36, 0.28), 0 20px 36px -18px rgba(0, 0, 0, 0.1),
    0 0 0 0.5px rgba(0, 153, 93, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.98),
    inset 0 28px 40px rgba(255, 255, 255, 0.78), inset 0 -36px 48px rgba(0, 66, 50, 0.15),
    inset 0 0 40px rgba(0, 52, 40, 0.06);
}

/* Caustica interna — luz atravessando o vidro */
.orb_core__KwbH4::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: var(--radius-circle);
  background: radial-gradient(58% 42% at 50% 104%, rgba(0, 153, 93, 0.3) 0%, transparent 62%),
    radial-gradient(38% 22% at 50% 92%, rgba(255, 255, 255, 0.95) 0%, transparent 70%),
    radial-gradient(28% 18% at 72% 28%, rgba(177, 211, 75, 0.12) 0%, transparent 100%);
  pointer-events: none;
}

/* Reflexo secundario — ponto especular oposto */
.orb_core__KwbH4::after {
  content: "";
  position: absolute;
  top: 16%;
  right: 18%;
  width: 12%;
  height: 8%;
  border-radius: var(--radius-circle);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.98) 0%, transparent 70%);
  opacity: 0.68;
  pointer-events: none;
}

/* Reflexo principal — janela de luz no quadrante superior */
.orb_coreReflection__ss2hH {
  position: absolute;
  top: 5%;
  left: 12%;
  width: 58%;
  height: 42%;
  border-radius: var(--radius-circle);
  background: radial-gradient(
    ellipse 80% 70% at 42% 34%,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.62) 42%,
    transparent 74%
  );
  filter: blur(0.4px);
  opacity: 0.98;
  transform: rotate(-12deg);
  pointer-events: none;
}

/* Anel fresnel — borda iluminada do vidro */
.orb_coreReflection__ss2hH::after {
  content: "";
  position: absolute;
  inset: -42%;
  border-radius: var(--radius-circle);
  border: 0.5px solid rgba(255, 255, 255, 0.35);
  mask: radial-gradient(circle, transparent 58%, black 78%, transparent 82%);
  -webkit-mask: radial-gradient(circle, transparent 58%, black 78%, transparent 82%);
  pointer-events: none;
}

/* OrbHalo — aura de luz difusa (discreta) --------------------------------- */

.orb_halo__22S3_ {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: var(--radius-circle);
  z-index: 1;
  pointer-events: none;
}

/* OrbRings — anéis concêntricos adaptativos ------------------------------- */

.orb_ring__3kUFX {
  position: absolute;
  inset: 0;
  margin: auto;
  border-radius: var(--radius-circle);
  border-style: solid;
  border-width: 0.5px;
  z-index: 2;
  pointer-events: none;
}

/* OrbParticles — canvas de partículas orgânicas --------------------------- */

.orb_particles__wBppd {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: 3;
  pointer-events: none;
}

/* OrbBars — barras de frequência (ritmo via preset) ----------------------- */

.orb_bars__AKRV4 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 34%;
}

.orb_bar__Z_TPw {
  width: 3px;
  height: 100%;
  border-radius: 2px;
  background: var(--bar-color, #00995d);
  transform: scaleY(0.5);
  transform-origin: center;
}

.orb_idle__SjU4_ .orb_bar__Z_TPw {
  animation: orb_bar-idle__Vjz8G var(--bar-dur, 5s) var(--ease-in-out) infinite;
}
.orb_idle__SjU4_ .orb_bar__Z_TPw:nth-child(1) {
  animation-delay: 0s;
}
.orb_idle__SjU4_ .orb_bar__Z_TPw:nth-child(2) {
  animation-delay: 0.5s;
}
.orb_idle__SjU4_ .orb_bar__Z_TPw:nth-child(3) {
  animation-delay: 0.2s;
}
.orb_idle__SjU4_ .orb_bar__Z_TPw:nth-child(4) {
  animation-delay: 0.7s;
}
.orb_idle__SjU4_ .orb_bar__Z_TPw:nth-child(5) {
  animation-delay: 0.35s;
}

.orb_react__5LdRv .orb_bar__Z_TPw,
.orb_fast__mctoH .orb_bar__Z_TPw {
  animation: orb_bar-eq__YgXb_ var(--bar-dur, 0.9s) var(--ease-in-out) infinite;
}
.orb_react__5LdRv .orb_bar__Z_TPw:nth-child(1),
.orb_fast__mctoH .orb_bar__Z_TPw:nth-child(1) {
  animation-delay: -0.6s;
}
.orb_react__5LdRv .orb_bar__Z_TPw:nth-child(2),
.orb_fast__mctoH .orb_bar__Z_TPw:nth-child(2) {
  animation-delay: -0.15s;
}
.orb_react__5LdRv .orb_bar__Z_TPw:nth-child(3),
.orb_fast__mctoH .orb_bar__Z_TPw:nth-child(3) {
  animation-delay: -0.45s;
}
.orb_react__5LdRv .orb_bar__Z_TPw:nth-child(4),
.orb_fast__mctoH .orb_bar__Z_TPw:nth-child(4) {
  animation-delay: -0.25s;
}
.orb_react__5LdRv .orb_bar__Z_TPw:nth-child(5),
.orb_fast__mctoH .orb_bar__Z_TPw:nth-child(5) {
  animation-delay: -0.7s;
}

.orb_pulse__orKmS .orb_bar__Z_TPw {
  animation: orb_bar-pulse__IvuGT var(--bar-dur, 1.8s) var(--ease-in-out) infinite;
}
.orb_pulse__orKmS .orb_bar__Z_TPw:nth-child(2),
.orb_pulse__orKmS .orb_bar__Z_TPw:nth-child(4) {
  animation-delay: -0.9s;
}

.orb_static__hYBNe .orb_bar__Z_TPw {
  animation: none;
  transform: scaleY(0.3);
}

/* Keyframes --------------------------------------------------------------- */

@keyframes orb_bar-idle__Vjz8G {
  0%,
  100% {
    transform: scaleY(0.5);
    opacity: 0.45;
  }
  50% {
    transform: scaleY(1);
    opacity: 0.9;
  }
}

@keyframes orb_bar-eq__YgXb_ {
  0%,
  100% {
    transform: scaleY(0.28);
  }
  50% {
    transform: scaleY(1);
  }
}

@keyframes orb_bar-pulse__IvuGT {
  0%,
  100% {
    transform: scaleY(0.4);
  }
  50% {
    transform: scaleY(0.78);
  }
}

@media (prefers-reduced-motion: reduce) {
  .orb_bar__Z_TPw {
    animation: none !important;
  }
}

/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/_components/voice/VoiceStatus.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VoiceStatus_root__ECt2r {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 14px 6px 12px;
  border-radius: var(--radius-pill);
  border: 0.5px solid var(--border);
  background: color-mix(in srgb, var(--surface) 88%, transparent);
  box-shadow: var(--shadow-sm);
  font-size: 12px;
  font-weight: var(--weight-regular);
  letter-spacing: 0.012em;
  color: var(--text-muted);
}

.VoiceStatus_dot__eCEjS {
  width: 6px;
  height: 6px;
  border-radius: var(--radius-circle);
  background: var(--accent);
  animation: VoiceStatus_pulse__LAiBO 3.6s var(--ease-in-out) infinite;
}

.VoiceStatus_label__CY_4l {
  line-height: 1;
}

/* Disponibilidade: pulso lento, sem chamar atenção. */
@keyframes VoiceStatus_pulse__LAiBO {
  0%,
  100% {
    opacity: 0.5;
    box-shadow: 0 0 0 0 rgba(0, 153, 93, 0);
  }
  50% {
    opacity: 1;
    box-shadow: 0 0 6px 1px rgba(0, 153, 93, 0.22);
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/.pnpm/next@15.5.19_react-dom@19.2.7_react@19.2.7__react@19.2.7/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./src/app/page.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.page_root__qGic0 {
  position: relative;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  padding-bottom: 44px;
  background: var(--atmosphere-base);
}

/* Sala escurecida — luz se ajusta quando a presença chega */
.page_roomWake__ipSHT {
  position: fixed;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: color-mix(in srgb, var(--atmosphere-base) 55%, #dce3ea);
  animation: page_room-wake__gEPsK 3.6s var(--ease-out) forwards;
}

@keyframes page_room-wake__gEPsK {
  0% {
    opacity: 1;
  }
  55% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
  }
}

.page_stage__F5kId {
  position: relative;
  z-index: 1;
  flex: 1 1;
  display: flex;
  flex-direction: column;
}

/* Navbar — moldura institucional, entra antes da presença */

.page_topbar__qnzIG {
  position: relative;
  z-index: 2;
  height: var(--topbar-height);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding: 0 clamp(var(--space-4), 4vw, var(--space-12));
  background: color-mix(in srgb, var(--surface) 58%, transparent);
  backdrop-filter: blur(16px) saturate(1.2);
  -webkit-backdrop-filter: blur(16px) saturate(1.2);
  animation: page_topbar-breathe__BSBAo 14s var(--ease-in-out) 5.5s infinite;
}

/* Hero — ordem visual ≠ ordem temporal (presença primeiro no tempo) */

.page_hero__SKW6o {
  position: relative;
  z-index: 1;
  flex: 1 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: clamp(var(--space-6), 5vh, var(--space-12)) var(--space-6)
    clamp(var(--space-12), 8vh, var(--space-16));
  text-align: center;
}

.page_intro__NrUPI {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 28rem;
  min-height: clamp(7.5rem, 18vh, 9.5rem);
  margin-bottom: clamp(var(--space-6), 4vh, var(--space-10));
  animation: page_intro-breathe__xeirB 16s var(--ease-in-out) 5.5s infinite;
}

.page_headline__7qraH {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.06;
  letter-spacing: var(--tracking-title);
  color: var(--text-primary);
}

.page_headlineLine__lkrP5 {
  display: block;
  font-size: clamp(1.875rem, 4.8vw, 2.625rem);
  font-weight: var(--weight-light);
}

.page_headlineLine__lkrP5:first-child {
  opacity: 0.68;
  margin-bottom: 0.06em;
}

.page_headlineLine__lkrP5:nth-child(2) {
  opacity: 0.88;
}

.page_headlineName__eJVLQ {
  display: block;
  margin-top: 0.04em;
  font-size: clamp(2.375rem, 7vw, 3.375rem);
  font-weight: var(--weight-light);
  font-style: italic;
  letter-spacing: -0.04em;
  color: var(--accent);
}

.page_subline__kA_1u {
  margin-top: var(--space-6);
  font-size: 13px;
  font-weight: var(--weight-light);
  letter-spacing: 0.015em;
  line-height: 1.5;
  color: var(--text-muted);
  opacity: 0.58;
}

/* Orb — centro gravitacional; materializa antes das palavras */
.page_orbScene___kbE6 {
  order: 2;
  position: relative;
  display: grid;
  place-items: center;
  margin: 0 0 clamp(var(--space-8), 5vh, var(--space-10));
}

/* Stack vídeo + VoiceScene — mesma posição, crossfade imperceptível */
.page_awakeningStack__xM3F0 {
  position: relative;
  display: grid;
  place-items: center;
}

.page_awakeningStack__xM3F0 > * {
  grid-area: 1 / 1;
}

.page_sceneLayer__R_5Za {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity;
}

.page_sceneLayer__R_5Za[data-visible] {
  opacity: 1;
}

/* Luz que se reúne quando a presença entra */
.page_presenceBloom__ngdvf {
  position: absolute;
  inset: -18%;
  border-radius: var(--radius-circle);
  background: radial-gradient(
    circle,
    rgba(0, 153, 93, 0.18) 0%,
    rgba(0, 153, 93, 0.06) 38%,
    transparent 68%
  );
  filter: blur(24px);
  pointer-events: none;
  animation: page_presence-bloom__INLxF 3.2s var(--ease-out) 0.45s forwards;
  opacity: 0;
}

/* Bloom após handoff — curto, só reforça continuidade da luz */
.page_presenceBloom__ngdvf[data-video] {
  animation: page_presence-bloom-video__d_cQv 1.2s var(--ease-out) 0.18s forwards;
  opacity: 0;
}

@keyframes page_presence-bloom-video__d_cQv {
  0% {
    opacity: 0;
    transform: scale(0.96);
  }
  100% {
    opacity: 0.34;
    transform: scale(1);
  }
}

@keyframes page_presence-bloom__INLxF {
  0% {
    opacity: 0;
    transform: scale(0.72);
  }
  45% {
    opacity: 1;
    transform: scale(1.08);
  }
  100% {
    opacity: 0.42;
    transform: scale(1);
  }
}

.page_actionCluster__KAXM8 {
  order: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--space-6);
  min-height: 7.5rem;
}

@keyframes page_intro-breathe__xeirB {
  0%,
  100% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0.96;
    transform: translateY(-3px);
  }
}

@keyframes page_topbar-breathe__BSBAo {
  0%,
  100% {
    background: color-mix(in srgb, var(--surface) 58%, transparent);
  }
  50% {
    background: color-mix(in srgb, var(--surface) 64%, transparent);
  }
}

@media (max-width: 880px) {
  .page_intro__NrUPI {
    min-height: clamp(6.5rem, 16vh, 8rem);
    margin-bottom: var(--space-6);
  }

  .page_orbScene___kbE6 {
    margin-bottom: var(--space-8);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page_roomWake__ipSHT,
  .page_presenceBloom__ngdvf {
    animation: none;
    opacity: 0;
  }

  .page_intro__NrUPI,
  .page_topbar__qnzIG {
    animation: none;
  }
}

