/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.35_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/.pnpm/next@14.2.35_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/components/voice/VoiceRecordingBar.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.VoiceRecordingBar_root__N9VFG {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  min-height: 48px;
  gap: 10px;
  padding: 2px 2px 2px 0;
  overflow: visible;
  color: rgba(238, 245, 250, 0.92);
  background: transparent;
}

.VoiceRecordingBar_waveTrack__5_pYA {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 60px;
  height: 42px;
  overflow: hidden;
  color: rgba(223, 235, 243, 0.72);
  mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 9%, #000 91%, transparent);
}

.VoiceRecordingBar_waveTrack__5_pYA::before {
  content: '';
  position: absolute;
  inset-inline: 0;
  top: 50%;
  height: 1px;
  opacity: 0.44;
  background: repeating-linear-gradient(
    to right,
    currentColor 0 2px,
    transparent 2px 6px
  );
}

.VoiceRecordingBar_waveBars__xEtAv {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(96, minmax(0, 1fr));
  align-items: center;
  width: 100%;
  height: 42px;
}

.VoiceRecordingBar_waveBar___in1g {
  width: 2px;
  max-width: 80%;
  min-width: 1px;
  height: 38px;
  min-height: 2px;
  justify-self: center;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 9px rgba(187, 220, 237, 0.12);
  opacity: 0.34;
  transform: scaleY(0.055);
  transform-origin: center;
  transition: transform 78ms linear;
}

.VoiceRecordingBar_timer__PJ1Y_ {
  flex: 0 0 auto;
  min-width: 38px;
  color: rgba(229, 237, 243, 0.78);
  font-family: ui-monospace, 'SFMono-Regular', Consolas, monospace;
  font-size: 13px;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.02em;
  text-align: right;
}

.VoiceRecordingBar_processing__XbNTL .VoiceRecordingBar_waveBars__xEtAv {
  opacity: 0.58;
  filter: saturate(0.7);
}

.VoiceRecordingBar_processingStatus___pqPO {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-width: 76px;
  height: 34px;
  gap: 7px;
  color: rgba(225, 235, 243, 0.78);
  font-size: 11px;
  font-weight: 550;
  white-space: nowrap;
}

.VoiceRecordingBar_processingSpinner__FFQt4 {
  width: 12px;
  height: 12px;
  border: 1.5px solid rgba(217, 231, 241, 0.28);
  border-top-color: rgba(235, 244, 249, 0.9);
  border-radius: 999px;
  animation: VoiceRecordingBar_processingSpin__kYrfe 0.72s linear infinite;
}

.VoiceRecordingBar_stopBeam__7_P8W {
  display: block;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  border-radius: 999px;
}

.VoiceRecordingBar_stopButton__cHzvt {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  outline: none;
  color: rgba(244, 248, 250, 0.92);
  background: rgba(255, 255, 255, 0.075);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 10px 24px -15px rgba(0, 0, 0, 0.92);
  cursor: pointer;
  transition: background-color 160ms ease, transform 140ms ease, border-color 160ms ease;
}

.VoiceRecordingBar_stopButton__cHzvt:hover {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.13);
  transform: scale(1.035);
}

.VoiceRecordingBar_stopButton__cHzvt:active {
  transform: scale(0.95);
}

.VoiceRecordingBar_stopButton__cHzvt:focus-visible {
  box-shadow: 0 0 0 4px rgba(129, 140, 248, 0.2);
}

.VoiceRecordingBar_stopSquare__gYCr_ {
  width: 13px;
  height: 13px;
  border-radius: 2.5px;
  background: currentColor;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.16);
}

.VoiceRecordingBar_compact__7O_rz {
  min-height: 44px;
  gap: 8px;
  padding: 0;
}

.VoiceRecordingBar_compact__7O_rz .VoiceRecordingBar_waveTrack__5_pYA,
.VoiceRecordingBar_compact__7O_rz .VoiceRecordingBar_waveBars__xEtAv {
  height: 38px;
}

.VoiceRecordingBar_compact__7O_rz .VoiceRecordingBar_timer__PJ1Y_ {
  min-width: 34px;
  font-size: 12px;
}

.VoiceRecordingBar_compact__7O_rz .VoiceRecordingBar_processingStatus___pqPO {
  min-width: 64px;
  font-size: 10px;
}

.VoiceRecordingBar_compact__7O_rz .VoiceRecordingBar_stopBeam__7_P8W,
.VoiceRecordingBar_compact__7O_rz .VoiceRecordingBar_stopButton__cHzvt {
  width: 40px;
  height: 40px;
}

@keyframes VoiceRecordingBar_processingSpin__kYrfe {
  to { transform: rotate(360deg); }
}

@media (max-width: 640px) {
  .VoiceRecordingBar_root__N9VFG {
    gap: 8px;
    padding-left: 0;
  }

}

@media (prefers-reduced-motion: reduce) {
  .VoiceRecordingBar_waveBar___in1g,
  .VoiceRecordingBar_stopButton__cHzvt {
    transition: none;
  }

  .VoiceRecordingBar_processingSpinner__FFQt4 {
    animation-duration: 1.8s;
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ../../node_modules/.pnpm/next@14.2.35_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!../../node_modules/.pnpm/next@14.2.35_react-dom@18.2.0_react@18.2.0__react@18.2.0/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./src/app/home/_components/AgentConsole.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.AgentConsole_composerWrap__wpr0s {
  position: relative;
  z-index: 12;
  margin-top: 0;
  border-radius: 24px;
}

.AgentConsole_beamFrame__aK4Bo {
  width: 100%;
}

.AgentConsole_composer__bBOew {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: 146px;
  overflow: hidden;
  border: 1px solid rgba(175, 200, 232, 0.14);
  border-radius: 23px;
  background:
    linear-gradient(145deg, rgba(18, 31, 51, 0.96), rgba(8, 17, 31, 0.97)),
    #0b1728;
  box-shadow:
    0 30px 80px -38px rgba(0, 0, 0, 0.94),
    0 0 0 1px rgba(255, 255, 255, 0.018) inset,
    0 1px 0 rgba(255, 255, 255, 0.055) inset;
  backdrop-filter: blur(28px) saturate(135%);
  -webkit-backdrop-filter: blur(28px) saturate(135%);
  transition:
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 260ms ease,
    transform 220ms ease;
}

.AgentConsole_composer__bBOew::before {
  content: '';
  position: absolute;
  top: -90px;
  left: 8%;
  width: 48%;
  height: 150px;
  border-radius: 50%;
  background: radial-gradient(ellipse, rgba(136, 208, 245, 0.095), transparent 68%);
  pointer-events: none;
}

.AgentConsole_composerWrap__wpr0s:focus-within .AgentConsole_composer__bBOew {
  border-color: rgba(173, 218, 238, 0.24);
  background:
    linear-gradient(145deg, rgba(21, 37, 59, 0.97), rgba(9, 19, 34, 0.98)),
    #0b1728;
  box-shadow:
    0 34px 90px -38px rgba(0, 0, 0, 0.96),
    0 0 42px rgba(84, 164, 223, 0.07),
    0 1px 0 rgba(255, 255, 255, 0.075) inset;
  transform: translateY(-1px);
}

.AgentConsole_modelTrigger__tHfA3 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 34px;
  padding: 0 10px 0 6px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 11px;
  outline: 0;
  color: rgba(235, 242, 250, 0.84);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.045);
  cursor: pointer;
  transition:
    color 160ms ease,
    border-color 160ms ease,
    background-color 160ms ease,
    transform 160ms ease;
}

.AgentConsole_modelTrigger__tHfA3:hover,
.AgentConsole_modelTrigger__tHfA3[aria-expanded='true'] {
  color: #fff;
  border-color: rgba(153, 210, 238, 0.24);
  background: rgba(136, 190, 225, 0.085);
}

.AgentConsole_modelTrigger__tHfA3:active {
  transform: scale(0.985);
}

.AgentConsole_modelTrigger__tHfA3:focus-visible {
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.14);
}

.AgentConsole_modelIcon__bQaP_ {
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
}

.AgentConsole_modelName__QZh_R {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.AgentConsole_modelBadge__bhukO {
  padding: 2px 5px;
  border-radius: 4px;
  color: rgba(173, 238, 232, 0.8);
  background: rgba(82, 210, 190, 0.09);
  font-size: 8px;
}

.AgentConsole_modelChevron__jkHi6 {
  color: rgba(255, 255, 255, 0.32);
  font-size: 9px;
  transition: transform 180ms ease;
}

.AgentConsole_modelTrigger__tHfA3[aria-expanded='true'] .AgentConsole_modelChevron__jkHi6 {
  transform: rotate(180deg);
}

.AgentConsole_textarea__XpTJb {
  position: relative;
  z-index: 1;
  display: block;
  flex: 1 1 auto;
  width: 100%;
  min-height: 88px;
  max-height: 220px;
  resize: none;
  padding: 12px 18px 8px;
  border: 0;
  outline: 0;
  color: #eef4fb;
  background: transparent;
  caret-color: #8be8ef;
  font-family: inherit;
  font-size: 15px;
  line-height: 28px;
  scrollbar-width: none;
}

.AgentConsole_textarea__XpTJb::-webkit-scrollbar {
  display: none;
}

.AgentConsole_textarea__XpTJb::-moz-placeholder {
  color: rgba(104, 133, 165, 0.64);
}

.AgentConsole_textarea__XpTJb::placeholder {
  color: rgba(104, 133, 165, 0.64);
}

.AgentConsole_textarea__XpTJb:disabled {
  opacity: 0.5;
}

.AgentConsole_recordingBar__Y37N8 {
  flex: 1 1 auto;
  width: 0;
  margin: 0 8px 0 12px;
}

.AgentConsole_composerFooter__d3rVc {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 0 0 auto;
  align-items: flex-end;
  justify-content: space-between;
  min-height: 45px;
  margin-top: auto;
  padding: 3px 12px 4px 11px;
}

.AgentConsole_composerActions__e5uxy {
  display: flex;
  align-items: center;
  gap: 8px;
}

.AgentConsole_voiceButton__f1AnA {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  outline: 0;
  color: rgba(196, 216, 235, 0.78);
  background: rgba(255, 255, 255, 0.045);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    box-shadow 220ms ease,
    transform 160ms ease;
}

.AgentConsole_voiceButton__f1AnA:hover:not(:disabled) {
  color: #f4f8fb;
  border-color: rgba(154, 205, 237, 0.22);
  background: rgba(125, 180, 217, 0.11);
}

.AgentConsole_voiceButton__f1AnA:active:not(:disabled) {
  transform: scale(0.96);
}

.AgentConsole_voiceButton__f1AnA:focus-visible {
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.14);
}

.AgentConsole_voiceButtonListening__1T_Q6 {
  color: #fff3e7;
  border-color: rgba(251, 146, 60, 0.46);
  background: rgba(249, 115, 22, 0.16);
  box-shadow:
    0 0 0 4px rgba(249, 115, 22, 0.06),
    0 0 22px -9px rgba(251, 146, 60, 0.8);
  animation: AgentConsole_voicePulse__lBTPf 1.7s ease-in-out infinite;
}

.AgentConsole_voiceButtonBusy__FSXe5,
.AgentConsole_voiceButton__f1AnA:disabled {
  cursor: wait;
  opacity: 0.62;
}

.AgentConsole_sendButton__QBO9_ {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  outline: 0;
  color: rgba(112, 143, 176, 0.72);
  background: rgba(111, 147, 187, 0.09);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  cursor: pointer;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background 180ms ease,
    box-shadow 220ms ease,
    transform 160ms ease;
}

.AgentConsole_sendButton__QBO9_:hover:not(:disabled) {
  color: rgba(190, 221, 244, 0.9);
  border-color: rgba(154, 205, 237, 0.2);
  background: rgba(125, 180, 217, 0.13);
}

.AgentConsole_sendButtonActive__0_tdu {
  color: #06131d;
  border-color: rgba(200, 246, 247, 0.36);
  background: linear-gradient(135deg, #83ebea, #a5b5fa 58%, #d09de9);
  box-shadow:
    0 10px 28px -10px rgba(111, 216, 238, 0.62),
    inset 0 1px 0 rgba(255, 255, 255, 0.42);
}

.AgentConsole_sendButtonActive__0_tdu:hover:not(:disabled) {
  color: #06131d;
  filter: brightness(1.06);
  transform: translateY(-1px);
}

.AgentConsole_sendButton__QBO9_:active:not(:disabled) {
  transform: scale(0.96);
}

.AgentConsole_sendButton__QBO9_:focus-visible {
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.16);
}

.AgentConsole_sendButton__QBO9_:disabled {
  cursor: wait;
  opacity: 0.6;
}

.AgentConsole_spinner__yyrqI {
  width: 15px;
  height: 15px;
  border: 1.5px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: AgentConsole_spin__m67Hk 0.7s linear infinite;
}

.AgentConsole_suggestionRail__xKPLH {
  display: flex;
  width: 100%;
  margin: 18px auto 0;
  padding: 2px 0 5px;
  gap: 7px;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: none;
  overscroll-behavior-inline: contain;
}

.AgentConsole_suggestionRail__xKPLH::-webkit-scrollbar {
  display: none;
}

.AgentConsole_suggestionItem__x4m14 {
  flex: 1 1 0;
  min-width: 0;
}

.AgentConsole_suggestionChip__q7ssP {
  display: flex;
  align-items: center;
  width: 100%;
  height: 34px;
  min-width: 0;
  padding: 0 11px 0 8px;
  gap: 7px;
  overflow: hidden;
  border: 1px solid rgba(146, 177, 211, 0.09);
  border-radius: 999px;
  outline: none;
  color: rgba(132, 159, 189, 0.76);
  background: rgba(17, 31, 51, 0.42);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.025);
  cursor: pointer;
  white-space: nowrap;
  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 160ms ease;
}

.AgentConsole_suggestionChip__q7ssP:hover {
  color: rgba(221, 235, 247, 0.92);
  border-color: rgba(121, 212, 226, 0.18);
  background: rgba(29, 52, 78, 0.58);
  transform: translateY(-1px);
}

.AgentConsole_suggestionChip__q7ssP:active {
  transform: translateY(0) scale(0.99);
}

.AgentConsole_suggestionChip__q7ssP:focus-visible {
  border-color: rgba(103, 232, 249, 0.34);
  box-shadow: 0 0 0 3px rgba(103, 232, 249, 0.1);
}

.AgentConsole_suggestionIndex__sE4BO {
  flex: 0 0 auto;
  color: rgba(103, 232, 249, 0.5);
  font-family: ui-monospace, 'SFMono-Regular', Consolas, monospace;
  font-size: 8px;
  letter-spacing: 0.04em;
}

.AgentConsole_suggestionLabel__UexpN {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 11px;
  line-height: 1;
}

@keyframes AgentConsole_spin__m67Hk {
  to { transform: rotate(360deg); }
}

@keyframes AgentConsole_voicePulse__lBTPf {
  0%, 100% {
    box-shadow:
      0 0 0 3px rgba(249, 115, 22, 0.05),
      0 0 18px -10px rgba(251, 146, 60, 0.68);
  }
  50% {
    box-shadow:
      0 0 0 6px rgba(249, 115, 22, 0.08),
      0 0 28px -8px rgba(251, 146, 60, 0.88);
  }
}

@media (max-width: 640px) {
  .AgentConsole_composerWrap__wpr0s {
    margin-top: 0;
  }

  .AgentConsole_composer__bBOew {
    min-height: 136px;
    border-radius: 20px;
  }

  .AgentConsole_composerWrap__wpr0s,
  .AgentConsole_beamFrame__aK4Bo {
    border-radius: 21px;
  }

  .AgentConsole_modelBadge__bhukO {
    display: none;
  }

  .AgentConsole_textarea__XpTJb {
    min-height: 46px;
    padding-inline: 15px;
  }

  .AgentConsole_suggestionRail__xKPLH {
    margin-top: 14px;
  }

  .AgentConsole_suggestionItem__x4m14 {
    flex: 0 0 174px;
  }
}

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

  .AgentConsole_spinner__yyrqI {
    animation-duration: 0.01ms;
    animation-iteration-count: 1;
  }
}

