/* [project]/components/genui/StreamRenderer.module.css [client] (css) */
.StreamRenderer-module__G_pjLa__container {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-blend-mode: overlay;
  background: #0a0f19e6 url("https://grainy-gradients.vercel.app/noise.svg");
  border: 1px solid #3b82f64d;
  border-radius: .5rem;
  padding: 1rem;
}

.StreamRenderer-module__G_pjLa__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.StreamRenderer-module__G_pjLa__title {
  color: #0000;
  background-image: linear-gradient(to right, #60a5fa, #a855f7);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.StreamRenderer-module__G_pjLa__statusText {
  color: #9ca3af;
  font-family: monospace;
  font-size: .75rem;
  line-height: 1rem;
}

.StreamRenderer-module__G_pjLa__predictionBanner {
  background: #581c874d;
  border: 1px solid #a855f780;
  border-radius: .5rem;
  margin-bottom: 1rem;
  padding: .75rem;
}

.StreamRenderer-module__G_pjLa__predictionLabel {
  color: #d8b4fe;
  font-family: monospace;
  font-size: .75rem;
  line-height: 1rem;
}

.StreamRenderer-module__G_pjLa__predictionReasoning {
  margin-top: .25rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.StreamRenderer-module__G_pjLa__predictionStats {
  color: #9ca3af;
  gap: 1rem;
  margin-top: .5rem;
  font-size: .75rem;
  line-height: 1rem;
  display: flex;
}

.StreamRenderer-module__G_pjLa__insightSection {
  background: #1e3a8a33;
  border-left: 2px solid #3b82f6;
  border-radius: .25rem;
  margin-bottom: 1.5rem;
  padding: .75rem;
}

.StreamRenderer-module__G_pjLa__insightLabel {
  color: #93c5fd;
  font-family: monospace;
  font-size: .875rem;
  line-height: 1.25rem;
}

.StreamRenderer-module__G_pjLa__insightMessage {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.StreamRenderer-module__G_pjLa__insightStats {
  color: #9ca3af;
  gap: 1rem;
  margin-top: .5rem;
  font-size: .75rem;
  line-height: 1rem;
  display: flex;
}

.StreamRenderer-module__G_pjLa__componentList {
  flex-direction: column;
  gap: 1rem;
  display: flex;
}

.StreamRenderer-module__G_pjLa__glitchContainer {
  color: #f05;
  opacity: .6;
  margin-bottom: 1rem;
  font-family: monospace;
  font-size: .65rem;
}

.StreamRenderer-module__G_pjLa__glitchPacket {
  white-space: nowrap;
  overflow: hidden;
}

.StreamRenderer-module__G_pjLa__transitionBase {
  transition: all .5s cubic-bezier(.4, 0, .2, 1);
}

.StreamRenderer-module__G_pjLa__highlighted {
  transform: scale(1.02);
  box-shadow: 0 0 20px #3b82f699;
  border-color: #3b82f6cc !important;
}

/*# sourceMappingURL=components_genui_StreamRenderer_module_0u5295~.css.map*/