.lu3g-engine {
  --lu3g-black: #030303;
  --lu3g-ink: #ffffff;
  --lu3g-soft: rgba(255, 255, 255, 0.74);
  --lu3g-muted: rgba(255, 255, 255, 0.48);
  --lu3g-line: rgba(255, 255, 255, 0.1);
  --lu3g-glass: rgba(0, 0, 0, 0.46);
  --lu3g-glass-strong: rgba(0, 0, 0, 0.68);
  --lu3g-violet: #9a4dff;
  --lu3g-violet-hot: #b98cff;
  --lu3g-cyan: #3f9d9e;
  color: var(--lu3g-ink);
  display: flex;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  justify-content: center;
  max-width: 100%;
  min-width: 0;
  position: relative;
  z-index: 40;
}

.lu3g-engine *,
.lu3g-engine *::before,
.lu3g-engine *::after {
  box-sizing: border-box;
}

.lu3g-engine button,
.lu3g-engine textarea,
.lu3g-ai-header-button,
.lu3g-ai-header-button__link {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

.lu3g-engine button {
  text-decoration: none !important;
}

html.lu3g-engine-is-open,
html.lu3g-engine-is-open body {
  overflow: hidden;
}

html.lu3g-engine-is-open body {
  max-width: 100vw;
}

@keyframes lu3gGradientBlink {
  0% {
    background-position: 0% 50%;
    filter: brightness(0.95);
  }

  48% {
    background-position: 72% 50%;
    filter: brightness(1.16);
  }

  100% {
    background-position: 100% 50%;
    filter: brightness(0.98);
  }
}

@keyframes lu3gLoadingSweep {
  0% {
    transform: translateX(-105%);
  }

  100% {
    transform: translateX(105%);
  }
}

@keyframes lu3gAudioThread {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleY(0.36);
  }

  45% {
    opacity: 0.94;
    transform: scaleY(1.75);
  }
}

@keyframes lu3gEngineSignalPulse {
  0%,
  100% {
    opacity: 0.42;
    transform: scale(0.84);
  }

  44% {
    opacity: 1;
    transform: scale(1.08);
  }
}

a.lu3g-ai-header-button,
a.lu3g-ai-header-button__link,
.lu3g-ai-header-button > a,
.menu-item.lu3g-ai-header-button > a,
.elementor-nav-menu .lu3g-ai-header-button > a,
.wp-block-navigation .lu3g-ai-header-button > a,
.wp-block-navigation a.lu3g-ai-header-button {
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  backdrop-filter: blur(12px) saturate(104%);
  -webkit-backdrop-filter: blur(12px) saturate(104%);
  background: rgba(0, 0, 0, 0.16) !important;
  border: 1px solid rgba(255, 255, 255, 0.16) !important;
  border-radius: 999px !important;
  box-shadow:
    0 10px 24px rgba(0, 0, 0, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08) !important;
  color: rgba(255, 255, 255, 0.84) !important;
  display: inline-flex !important;
  font-size: 12px !important;
  font-weight: 420 !important;
  gap: 9px;
  isolation: isolate;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  margin-left: 10px;
  min-height: 36px;
  overflow: visible;
  padding: 0 15px !important;
  position: relative;
  text-decoration: none !important;
  text-shadow: none;
  transform: translate3d(0, 0, 0);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, color 180ms ease, filter 180ms ease, transform 180ms ease;
  white-space: nowrap;
}

a.lu3g-ai-header-button::before,
a.lu3g-ai-header-button__link::before,
.lu3g-ai-header-button > a::before,
.menu-item.lu3g-ai-header-button > a::before,
.elementor-nav-menu .lu3g-ai-header-button > a::before,
.wp-block-navigation .lu3g-ai-header-button > a::before,
.wp-block-navigation a.lu3g-ai-header-button::before {
  animation: lu3gEngineSignalPulse 2.1s ease-in-out infinite;
  background: #b98cff;
  border-radius: 999px;
  box-shadow:
    0 0 10px rgba(185, 140, 255, 0.46),
    0 0 22px rgba(154, 77, 255, 0.24);
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 7px;
  width: 7px;
}

a.lu3g-ai-header-button::after,
a.lu3g-ai-header-button__link::after,
.lu3g-ai-header-button > a::after,
.menu-item.lu3g-ai-header-button > a::after,
.elementor-nav-menu .lu3g-ai-header-button > a::after,
.wp-block-navigation .lu3g-ai-header-button > a::after,
.wp-block-navigation a.lu3g-ai-header-button::after {
  background: transparent;
  border-radius: inherit;
  content: "";
  display: none;
  inset: -1px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-8px);
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: -1;
}

a.lu3g-ai-header-button:hover,
a.lu3g-ai-header-button:focus-visible,
a.lu3g-ai-header-button__link:hover,
a.lu3g-ai-header-button__link:focus-visible,
.lu3g-ai-header-button:hover > a,
.lu3g-ai-header-button:focus-within > a,
.menu-item.lu3g-ai-header-button:hover > a,
.menu-item.lu3g-ai-header-button > a:hover,
.menu-item.lu3g-ai-header-button > a:focus-visible,
.elementor-nav-menu .lu3g-ai-header-button:hover > a,
.wp-block-navigation .lu3g-ai-header-button:hover > a,
.wp-block-navigation a.lu3g-ai-header-button:hover,
.wp-block-navigation a.lu3g-ai-header-button:focus-visible {
  background: rgba(0, 0, 0, 0.16) !important;
  border-color: rgba(185, 140, 255, 0.62) !important;
  box-shadow:
    0 0 0 1px rgba(185, 140, 255, 0.22),
    0 0 16px rgba(185, 140, 255, 0.24),
    0 0 34px rgba(154, 77, 255, 0.12),
    0 12px 24px rgba(0, 0, 0, 0.16) !important;
  color: #fff !important;
  filter: drop-shadow(0 0 9px rgba(185, 140, 255, 0.2));
  outline: none;
  text-decoration: none !important;
  transform: translate3d(0, -1px, 0);
}

a.lu3g-ai-header-button:hover::before,
a.lu3g-ai-header-button:focus-visible::before,
a.lu3g-ai-header-button__link:hover::before,
a.lu3g-ai-header-button__link:focus-visible::before,
.lu3g-ai-header-button:hover > a::before,
.lu3g-ai-header-button:focus-within > a::before,
.menu-item.lu3g-ai-header-button:hover > a::before,
.menu-item.lu3g-ai-header-button > a:hover::before,
.menu-item.lu3g-ai-header-button > a:focus-visible::before,
.elementor-nav-menu .lu3g-ai-header-button:hover > a::before,
.wp-block-navigation .lu3g-ai-header-button:hover > a::before,
.wp-block-navigation a.lu3g-ai-header-button:hover::before,
.wp-block-navigation a.lu3g-ai-header-button:focus-visible::before {
  box-shadow:
    0 0 12px rgba(185, 140, 255, 0.62),
    0 0 28px rgba(154, 77, 255, 0.34);
}

a.lu3g-ai-header-button:hover::after,
a.lu3g-ai-header-button:focus-visible::after,
a.lu3g-ai-header-button__link:hover::after,
a.lu3g-ai-header-button__link:focus-visible::after,
.lu3g-ai-header-button:hover > a::after,
.lu3g-ai-header-button:focus-within > a::after,
.menu-item.lu3g-ai-header-button:hover > a::after,
.menu-item.lu3g-ai-header-button > a:hover::after,
.menu-item.lu3g-ai-header-button > a:focus-visible::after,
.elementor-nav-menu .lu3g-ai-header-button:hover > a::after,
.wp-block-navigation .lu3g-ai-header-button:hover > a::after,
.wp-block-navigation a.lu3g-ai-header-button:hover::after,
.wp-block-navigation a.lu3g-ai-header-button:focus-visible::after {
  opacity: 0;
  transform: none;
}

.lu3g-engine__launcher {
  align-items: center;
  appearance: none !important;
  -webkit-appearance: none !important;
  backdrop-filter: blur(16px) saturate(112%);
  -webkit-backdrop-filter: blur(16px) saturate(112%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.032) 54%, rgba(154, 77, 255, 0.085)),
    rgba(3, 3, 5, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.11),
    inset 0 -20px 30px rgba(154, 77, 255, 0.045) !important;
  color: #fff !important;
  cursor: pointer;
  display: inline-flex !important;
  gap: 11px;
  justify-content: center;
  margin: clamp(18px, 4vw, 42px) auto;
  max-width: min(100%, 420px);
  min-height: 58px !important;
  outline: none;
  overflow: hidden;
  padding: 11px 24px !important;
  position: relative;
  text-align: left;
  text-decoration: none !important;
  transform: translate3d(0, 0, 0);
  transition: border-color 180ms ease, box-shadow 180ms ease, filter 180ms ease, transform 180ms ease;
}

.lu3g-engine__launcher::before {
  animation: lu3gEngineSignalPulse 2.1s ease-in-out infinite;
  background: #b98cff;
  border-radius: 999px;
  box-shadow:
    0 0 10px rgba(185, 140, 255, 0.46),
    0 0 22px rgba(154, 77, 255, 0.24);
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  height: 7px;
  position: relative;
  width: 7px;
  z-index: 1;
}

.lu3g-engine__launcher::after {
  background: transparent;
  content: "";
  display: none;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(-26%);
  transition: opacity 180ms ease, transform 260ms ease;
}

.lu3g-engine__launcher:hover,
.lu3g-engine__launcher:focus-visible {
  border-color: rgba(185, 140, 255, 0.62) !important;
  box-shadow:
    0 0 0 1px rgba(185, 140, 255, 0.22),
    0 0 18px rgba(185, 140, 255, 0.24),
    0 0 38px rgba(154, 77, 255, 0.12),
    0 20px 48px rgba(0, 0, 0, 0.26),
    inset 0 -20px 30px rgba(154, 77, 255, 0.045) !important;
  filter: drop-shadow(0 0 10px rgba(185, 140, 255, 0.2));
  outline: none;
  transform: translate3d(0, -2px, 0);
}

.lu3g-engine__launcher:hover::after,
.lu3g-engine__launcher:focus-visible::after {
  opacity: 0;
  transform: none;
}

.lu3g-engine__launcher-copy {
  display: grid !important;
  gap: 0;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.lu3g-engine__launcher strong {
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.3vw, 19px);
  font-weight: 380;
  letter-spacing: 0;
  line-height: 1;
}

.lu3g-engine__launcher em {
  color: rgba(255, 255, 255, 0.62);
  font-size: 11px;
  font-style: normal;
  font-weight: 680;
  letter-spacing: 0;
  line-height: 1;
}

.lu3g-engine__overlay {
  backdrop-filter: blur(8px) saturate(96%);
  -webkit-backdrop-filter: blur(8px) saturate(96%);
  background:
    radial-gradient(ellipse at 18% 16%, rgba(154, 77, 255, 0.16), transparent 42%),
    radial-gradient(ellipse at 88% 14%, rgba(185, 140, 255, 0.1), transparent 34%),
    linear-gradient(180deg, rgba(1, 1, 3, 0.7), rgba(0, 0, 0, 0.88));
  color: var(--lu3g-ink);
  display: grid;
  inset: 0;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
  pointer-events: none;
  place-items: center;
  position: fixed;
  transform: translate3d(0, 10px, 0) scale(0.985);
  transition: opacity 260ms ease, transform 320ms ease;
  z-index: 2147483000;
}

.lu3g-engine.is-open .lu3g-engine__overlay,
.lu3g-engine__overlay.is-open,
html.lu3g-engine-is-open .lu3g-engine__overlay {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
}

.lu3g-engine__overlay::before {
  background:
    linear-gradient(116deg, rgba(255, 255, 255, 0.026), transparent 24%, transparent 73%, rgba(154, 77, 255, 0.06)),
    repeating-linear-gradient(101deg, rgba(255, 255, 255, 0.014) 0 1px, transparent 1px 26px);
  content: "";
  inset: 0;
  opacity: 0.28;
  pointer-events: none;
  position: absolute;
}

.lu3g-engine__topbar {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  left: 0;
  padding: 0 clamp(18px, 4vw, 58px);
  pointer-events: none;
  position: absolute;
  right: 0;
  top: clamp(26px, 4.5dvh, 54px);
  z-index: 4;
}

.lu3g-engine__topbar-actions {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  pointer-events: auto;
}

.lu3g-engine__language {
  align-items: center;
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  display: inline-flex;
  gap: 2px;
  padding: 3px;
}

.lu3g-engine__language button {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.48) !important;
  cursor: pointer;
  font-size: 11px !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  min-height: 28px;
  padding: 0 10px !important;
  transition: background 160ms ease, box-shadow 160ms ease, color 160ms ease, filter 160ms ease;
}

.lu3g-engine__language button:hover,
.lu3g-engine__language button:focus-visible,
.lu3g-engine__language button.is-active {
  background: rgba(154, 77, 255, 0.12) !important;
  box-shadow:
    0 0 12px rgba(185, 140, 255, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  color: #fff !important;
  filter: drop-shadow(0 0 7px rgba(185, 140, 255, 0.12));
  outline: none;
}

.lu3g-engine__reset,
.lu3g-engine__close {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: rgba(0, 0, 0, 0.28) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 999px !important;
  color: rgba(255, 255, 255, 0.68) !important;
  cursor: pointer;
  font-size: 12px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 12px 16px !important;
  pointer-events: auto;
  text-decoration: none !important;
  transition: background 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.lu3g-engine__reset {
  background: rgba(0, 0, 0, 0.2) !important;
  color: rgba(255, 255, 255, 0.56) !important;
}

.lu3g-engine__reset:hover,
.lu3g-engine__reset:focus-visible,
.lu3g-engine__close:hover,
.lu3g-engine__close:focus-visible {
  background: rgba(255, 255, 255, 0.075) !important;
  border-color: rgba(185, 140, 255, 0.28) !important;
  color: #fff !important;
  outline: none;
  transform: translateY(-1px);
}

.lu3g-engine__experience {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  display: grid;
  align-items: center;
  gap: clamp(46px, 5vw, 84px);
  grid-template-columns: minmax(0, 820px) minmax(360px, 470px);
  height: auto;
  justify-content: center;
  margin: 0 auto;
  max-height: calc(100dvh - 92px);
  max-width: min(1410px, calc(100vw - 72px));
  min-height: min(560px, calc(100dvh - 92px));
  min-width: 0;
  overflow: visible;
  padding: clamp(8px, 1.2vw, 18px);
  position: relative;
  width: 100%;
  z-index: 2;
}

.lu3g-engine__experience::before {
  content: none;
}

.lu3g-engine__suggestions-wrap,
.lu3g-engine__conversation {
  min-height: 0;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.lu3g-engine__suggestions-wrap {
  align-items: flex-start;
  align-self: center;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  gap: clamp(14px, 1.7vh, 22px);
  justify-self: start;
  opacity: 0;
  overflow: visible;
  max-width: 820px;
  padding: 0;
  transform: translate3d(-12px, 18px, 0);
  transition: opacity 320ms ease 80ms, transform 360ms ease 80ms;
}

.lu3g-engine.is-open .lu3g-engine__suggestions-wrap,
.lu3g-engine__overlay.is-open .lu3g-engine__suggestions-wrap,
html.lu3g-engine-is-open .lu3g-engine__suggestions-wrap {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lu3g-engine__kicker {
  color: rgba(255, 255, 255, 0.5);
  font-size: clamp(12px, 1vw, 15px);
  font-weight: 720;
  letter-spacing: 0;
  line-height: 1.35;
  margin: 0;
  max-width: 520px;
  text-shadow: 0 0 18px rgba(0, 0, 0, 0.34);
  transition: color 180ms ease, filter 180ms ease, text-shadow 180ms ease;
}

.lu3g-engine__title {
  color: #fff;
  font-size: clamp(64px, 6.8vw, 112px);
  font-weight: 300;
  letter-spacing: 0;
  line-height: 0.86;
  margin: 0;
  max-width: 980px;
  min-width: 0;
  overflow-wrap: break-word;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.09),
    0 0 26px rgba(154, 77, 255, 0.08);
  transition: color 180ms ease, filter 180ms ease, text-shadow 180ms ease;
  text-wrap: balance;
  width: 100%;
  text-align: left;
}

.lu3g-engine__title strong {
  color: #fff;
  font-weight: 900;
}

.lu3g-engine__free-copy {
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(14px, 1.05vw, 18px);
  font-weight: 420;
  letter-spacing: 0;
  line-height: 1.36;
  margin: 0;
  max-width: 680px;
  text-align: left;
  text-shadow:
    0 0 16px rgba(0, 0, 0, 0.42),
    0 0 18px rgba(154, 77, 255, 0.055);
  transition: color 180ms ease, filter 180ms ease, text-shadow 180ms ease;
  text-wrap: balance;
}

.lu3g-engine__title:hover,
.lu3g-engine__title:focus-visible,
.lu3g-engine__kicker:hover,
.lu3g-engine__kicker:focus-visible,
.lu3g-engine__free-copy:hover,
.lu3g-engine__free-copy:focus-visible {
  color: #fff;
  filter: drop-shadow(0 0 10px rgba(185, 140, 255, 0.14));
  outline: none;
  text-shadow:
    0 0 18px rgba(255, 255, 255, 0.16),
    0 0 30px rgba(185, 140, 255, 0.22);
}

.lu3g-engine__suggestions {
  align-content: start;
  display: grid;
  gap: clamp(9px, 1.22vh, 14px);
  justify-items: start;
  min-height: clamp(178px, 23vh, 282px);
  min-width: 0;
  overflow: visible;
  padding: 0;
  transition: filter 180ms ease, opacity 180ms ease;
  width: 100%;
}

.lu3g-engine__suggestions[hidden] {
  display: none;
}

.lu3g-engine__suggestions.is-loading {
  align-content: start;
  min-height: 54px;
}

.lu3g-engine__suggestions.is-pending {
  filter: saturate(0.78);
  opacity: 0.44;
  pointer-events: none;
}

.lu3g-engine__suggestions-loading {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  min-height: 42px;
  width: min(460px, 100%);
}

.lu3g-engine__processing {
  align-items: center;
  color: rgba(255, 255, 255, 0.54);
  display: inline-flex;
  gap: 12px;
  letter-spacing: 0;
}

.lu3g-engine__processing span {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.82), rgba(185, 140, 255, 0.76), rgba(255, 255, 255, 0.52));
  border-radius: 999px;
  box-shadow: 0 0 18px rgba(154, 77, 255, 0.16);
  display: inline-block;
  height: 2px;
  overflow: hidden;
  position: relative;
  width: clamp(52px, 8vw, 108px);
}

.lu3g-engine__processing span::after {
  animation: lu3gLoadingSweep 1.25s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.95), transparent);
  content: "";
  inset: 0;
  position: absolute;
}

.lu3g-engine__processing em {
  color: rgba(255, 255, 255, 0.52);
  font-size: clamp(12px, 0.95vw, 14px);
  font-style: normal;
  font-weight: 650;
  line-height: 1;
}

.lu3g-engine__reasoning-flow {
  align-items: center;
  display: flex;
  gap: clamp(6px, 1vw, 12px);
  height: clamp(56px, 9vh, 96px);
  isolation: isolate;
  position: relative;
  width: 100%;
}

.lu3g-engine__reasoning-flow::before,
.lu3g-engine__reasoning-flow::after {
  background: linear-gradient(90deg, transparent, rgba(185, 140, 255, 0.22), rgba(255, 255, 255, 0.32), transparent);
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.lu3g-engine__reasoning-flow::after {
  animation: lu3gLoadingSweep 1.35s ease-in-out infinite;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.78), rgba(185, 140, 255, 0.68), transparent);
  filter: blur(0.2px);
  height: 2px;
  left: 8%;
  right: 8%;
}

.lu3g-engine__reasoning-flow span {
  animation: lu3gAudioThread 1.35s ease-in-out infinite;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(185, 140, 255, 0.54) 48%, rgba(154, 77, 255, 0.18)),
    rgba(255, 255, 255, 0.055);
  border-radius: 999px;
  box-shadow:
    0 0 14px rgba(185, 140, 255, 0.2),
    0 0 24px rgba(154, 77, 255, 0.08);
  display: block;
  flex: 1 1 0;
  height: 28%;
  max-width: 76px;
  min-width: 22px;
  opacity: 0.58;
  transform-origin: center;
}

.lu3g-engine__reasoning-flow span:nth-child(2) {
  animation-delay: 120ms;
}

.lu3g-engine__reasoning-flow span:nth-child(3) {
  animation-delay: 240ms;
}

.lu3g-engine__reasoning-flow span:nth-child(4) {
  animation-delay: 360ms;
}

.lu3g-engine__reasoning-flow span:nth-child(5) {
  animation-delay: 480ms;
}

.lu3g-engine__suggestion-actions {
  align-items: center;
  color: rgba(255, 255, 255, 0.56);
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 12px 18px;
  letter-spacing: 0;
  margin-top: clamp(2px, 0.7vh, 8px);
}

.lu3g-engine__suggestion-actions[hidden] {
  display: none;
}

.lu3g-engine__suggestion-actions span {
  color: rgba(255, 255, 255, 0.62);
  font-size: clamp(11px, 0.9vw, 13px);
  font-weight: 650;
  line-height: 1.2;
  text-shadow: none;
}

.lu3g-engine__suggestion-actions button {
  appearance: none !important;
  -webkit-appearance: none !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(154, 77, 255, 0.1)),
    rgba(0, 0, 0, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  box-shadow:
    0 0 18px rgba(154, 77, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 13px 17px !important;
  position: relative;
  text-align: left;
  text-shadow: 0 0 14px rgba(255, 255, 255, 0.1);
  transition: background 170ms ease, border-color 170ms ease, box-shadow 170ms ease, color 170ms ease, filter 170ms ease, transform 170ms ease;
}

.lu3g-engine__suggestion-actions button::after {
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.14), transparent);
  border-radius: inherit;
  bottom: auto;
  content: "";
  inset: 0;
  height: auto;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translateX(-8px);
  transform-origin: left center;
  transition: opacity 170ms ease, transform 170ms ease;
  width: 100%;
}

.lu3g-engine__suggestion-actions button:hover,
.lu3g-engine__suggestion-actions button:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(154, 77, 255, 0.14)),
    rgba(0, 0, 0, 0.68) !important;
  border-color: rgba(185, 140, 255, 0.34) !important;
  box-shadow:
    0 0 18px rgba(185, 140, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  filter: drop-shadow(0 0 10px rgba(185, 140, 255, 0.16));
  outline: none;
  transform: translate3d(0, -1px, 0);
}

.lu3g-engine__suggestion-actions button:hover::after,
.lu3g-engine__suggestion-actions button:focus-visible::after {
  opacity: 1;
  transform: translateX(0);
}

.lu3g-engine__consent {
  align-items: flex-start;
  display: grid;
  gap: 18px;
  max-width: min(640px, 100%);
}

.lu3g-engine__consent-choice {
  align-items: flex-start;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  display: inline-flex;
  gap: 13px;
  line-height: 1.24;
}

.lu3g-engine__consent-choice input {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}

.lu3g-engine__consent-box {
  align-items: center;
  background: rgba(0, 0, 0, 0.46);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 5px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 18px rgba(154, 77, 255, 0.06);
  display: inline-flex;
  flex: 0 0 auto;
  height: 22px;
  justify-content: center;
  margin-top: 2px;
  transition: background 170ms ease, border-color 170ms ease, box-shadow 170ms ease;
  width: 22px;
}

.lu3g-engine__consent-box::after {
  color: #fff;
  content: "\2713";
  font-size: 14px;
  font-weight: 900;
  line-height: 1;
  opacity: 0;
  transform: scale(0.72);
  transition: opacity 150ms ease, transform 150ms ease;
}

.lu3g-engine__consent-choice input:checked + .lu3g-engine__consent-box {
  background:
    linear-gradient(135deg, rgba(185, 140, 255, 0.28), rgba(154, 77, 255, 0.16)),
    rgba(0, 0, 0, 0.58);
  border-color: rgba(185, 140, 255, 0.52);
  box-shadow:
    0 0 14px rgba(185, 140, 255, 0.24),
    0 0 28px rgba(154, 77, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
}

.lu3g-engine__consent-choice input:checked + .lu3g-engine__consent-box::after {
  opacity: 1;
  transform: scale(1);
}

.lu3g-engine__consent-choice input:focus-visible + .lu3g-engine__consent-box {
  border-color: rgba(255, 255, 255, 0.58);
  outline: none;
}

.lu3g-engine__consent-text {
  font-size: clamp(18px, 1.4vw, 24px);
  font-weight: 360;
  letter-spacing: 0;
}

.lu3g-engine__consent-submit {
  appearance: none !important;
  -webkit-appearance: none !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(154, 77, 255, 0.1)),
    rgba(0, 0, 0, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  border-radius: 999px !important;
  box-shadow:
    0 0 18px rgba(154, 77, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
  color: #fff !important;
  cursor: pointer;
  font-size: 13px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 13px 17px !important;
  position: relative;
  text-align: left;
  transition: background 170ms ease, border-color 170ms ease, box-shadow 170ms ease, color 170ms ease, filter 170ms ease, opacity 170ms ease, transform 170ms ease;
  width: fit-content;
}

.lu3g-engine__consent-submit:hover,
.lu3g-engine__consent-submit:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(154, 77, 255, 0.14)),
    rgba(0, 0, 0, 0.68) !important;
  border-color: rgba(185, 140, 255, 0.34) !important;
  box-shadow:
    0 0 18px rgba(185, 140, 255, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.13) !important;
  filter: drop-shadow(0 0 10px rgba(185, 140, 255, 0.16));
  outline: none;
  transform: translate3d(0, -1px, 0);
}

.lu3g-engine__consent-submit:disabled {
  color: rgba(255, 255, 255, 0.36) !important;
  cursor: default;
  filter: none;
  opacity: 0.42;
  transform: none;
}

.lu3g-engine__suggestions.is-pending .lu3g-engine__consent {
  opacity: 0.48;
  pointer-events: none;
}

.lu3g-engine__suggestions::-webkit-scrollbar,
.lu3g-engine__messages::-webkit-scrollbar {
  width: 5px;
}

.lu3g-engine__suggestions::-webkit-scrollbar-thumb,
.lu3g-engine__messages::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.28);
  border-radius: 999px;
}

.lu3g-engine__chip {
  align-items: flex-start;
  appearance: none !important;
  -webkit-appearance: none !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: rgba(255, 255, 255, 0.58) !important;
  cursor: pointer;
  display: inline-flex !important;
  font-size: clamp(18px, 1.58vw, 28px) !important;
  font-weight: 360 !important;
  gap: clamp(9px, 0.75vw, 14px);
  justify-content: flex-start;
  letter-spacing: 0 !important;
  line-height: 1.04 !important;
  margin: 0 !important;
  max-width: min(760px, 100%) !important;
  min-height: 0;
  outline: none;
  overflow-wrap: anywhere;
  padding: 0 0 4px !important;
  position: relative;
  text-align: left !important;
  text-decoration: none !important;
  text-shadow: none;
  transition: color 170ms ease, filter 170ms ease, text-shadow 170ms ease, transform 170ms ease;
  white-space: normal !important;
  width: fit-content !important;
}

.lu3g-engine__chip::before {
  color: rgba(185, 140, 255, 0.88);
  content: "\2192";
  flex: 0 0 auto;
  font-size: 0.82em;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.08em;
  text-shadow:
    0 0 10px rgba(185, 140, 255, 0.28),
    0 0 18px rgba(154, 77, 255, 0.16);
  transition: color 170ms ease, filter 170ms ease, transform 170ms ease;
}

.lu3g-engine__chip::after {
  background: linear-gradient(90deg, rgba(185, 140, 255, 0.64), rgba(255, 255, 255, 0.54), transparent);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.18);
  transform-origin: left center;
  transition: opacity 170ms ease, transform 190ms ease;
  width: min(220px, 100%);
}

.lu3g-engine__chip:hover,
.lu3g-engine__chip:focus-visible,
.lu3g-engine__chip.is-selected {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  filter: drop-shadow(0 0 10px rgba(185, 140, 255, 0.2));
  outline: none;
  text-decoration: none !important;
  text-shadow:
    0 0 16px rgba(255, 255, 255, 0.15),
    0 0 24px rgba(154, 77, 255, 0.22);
  transform: translate3d(6px, 0, 0);
}

.lu3g-engine__chip:hover::before,
.lu3g-engine__chip:focus-visible::before,
.lu3g-engine__chip.is-selected::before {
  color: #fff;
  filter: drop-shadow(0 0 8px rgba(185, 140, 255, 0.34));
  transform: translate3d(2px, 0, 0);
}

.lu3g-engine__suggestions.is-pending .lu3g-engine__chip,
.lu3g-engine__suggestions.is-pending .lu3g-engine__chip.is-selected,
.lu3g-engine__suggestions.is-pending .lu3g-engine__chip:disabled {
  color: rgba(255, 255, 255, 0.36) !important;
  cursor: default;
  filter: none;
  font-weight: 360 !important;
  opacity: 1;
  text-shadow: none;
  transform: none;
}

.lu3g-engine__suggestions.is-pending .lu3g-engine__chip::before {
  color: rgba(185, 140, 255, 0.34);
  filter: none;
  transform: none;
}

.lu3g-engine__suggestions.is-pending .lu3g-engine__chip::after {
  opacity: 0;
  transform: scaleX(0.18);
}

.lu3g-engine__chip:hover::after,
.lu3g-engine__chip:focus-visible::after,
.lu3g-engine__chip.is-selected::after {
  opacity: 1;
  transform: scaleX(1);
}

.lu3g-engine__conversation {
  align-self: stretch;
  backdrop-filter: blur(18px) saturate(108%);
  -webkit-backdrop-filter: blur(18px) saturate(108%);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018) 48%, rgba(154, 77, 255, 0.055)),
    rgba(1, 1, 3, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 8px;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(154, 77, 255, 0.055),
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    inset 0 -58px 100px rgba(154, 77, 255, 0.035);
  display: grid;
  grid-template-rows: minmax(0, 1fr);
  min-height: 500px;
  opacity: 0;
  overflow: hidden;
  padding: clamp(22px, 2.6vw, 34px);
  transform: translate3d(12px, 18px, 0);
  transition: opacity 340ms ease 130ms, transform 380ms ease 130ms;
}

.lu3g-engine.is-open .lu3g-engine__conversation,
.lu3g-engine__overlay.is-open .lu3g-engine__conversation,
html.lu3g-engine-is-open .lu3g-engine__conversation {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.lu3g-engine__messages {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-height: 0;
  overflow-y: auto;
  padding-right: 7px;
  scroll-behavior: smooth;
}

.lu3g-engine__message {
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 6px;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.3vw, 18px);
  line-height: 1.36;
  max-width: 92%;
  padding: 12px 14px;
  position: relative;
  text-wrap: pretty;
  white-space: pre-wrap;
}

.lu3g-engine__message.is-assistant {
  align-self: flex-start;
  padding-left: 16px;
}

.lu3g-engine__message-source {
  align-items: center;
  color: rgba(255, 255, 255, 0.52);
  display: inline-flex;
  flex-wrap: wrap;
  font-size: 10px;
  font-weight: 760;
  gap: 8px;
  line-height: 1;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.lu3g-engine__message-signal {
  animation: lu3gEngineSignalPulse 2.1s ease-in-out infinite;
  background: #b98cff;
  border: 0;
  border-radius: 999px;
  box-shadow:
    0 0 10px rgba(185, 140, 255, 0.46),
    0 0 22px rgba(154, 77, 255, 0.24);
  display: inline-block;
  height: 7px;
  width: 7px;
}

.lu3g-engine__message-text {
  display: block;
}

.lu3g-engine__voice-play {
  appearance: none !important;
  -webkit-appearance: none !important;
  background: rgba(255, 255, 255, 0.045) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 999px !important;
  box-shadow: 0 0 12px rgba(154, 77, 255, 0.035) !important;
  color: rgba(255, 255, 255, 0.58) !important;
  cursor: pointer;
  display: inline-flex;
  font-size: 10px !important;
  font-weight: 760 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 6px 9px !important;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, filter 160ms ease;
}

.lu3g-engine__voice-play:hover,
.lu3g-engine__voice-play:focus-visible,
.lu3g-engine__voice-play.is-playing {
  background: rgba(154, 77, 255, 0.11) !important;
  border-color: rgba(185, 140, 255, 0.28) !important;
  box-shadow:
    0 0 12px rgba(185, 140, 255, 0.18),
    0 0 22px rgba(154, 77, 255, 0.08) !important;
  color: #fff !important;
  filter: drop-shadow(0 0 8px rgba(185, 140, 255, 0.12));
  outline: none;
}

.lu3g-engine__message.is-user {
  align-self: flex-end;
  background: rgba(154, 77, 255, 0.08);
  border-color: rgba(185, 140, 255, 0.16);
  color: #fff;
  font-weight: 680;
  text-align: right;
}

.lu3g-engine__message.is-typing {
  color: rgba(255, 255, 255, 0.52);
  font-style: italic;
}

.lu3g-engine__composer {
  align-items: end;
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) 50px 50px;
  margin-top: 0;
  max-width: min(640px, 100%);
  position: relative;
  width: 100%;
}

.lu3g-engine__composer.has-no-voice-input {
  grid-template-columns: minmax(0, 1fr) 50px;
}

.lu3g-engine__composer textarea {
  appearance: none;
  -webkit-appearance: none;
  backdrop-filter: blur(14px) saturate(108%);
  -webkit-backdrop-filter: blur(14px) saturate(108%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.018) 58%, rgba(154, 77, 255, 0.055)),
    rgba(0, 0, 0, 0.54);
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 7px;
  color: #fff;
  font: inherit;
  font-size: 16px;
  font-weight: 560;
  line-height: 1.32;
  min-height: 54px;
  outline: none;
  padding: 16px 18px;
  resize: none;
  text-shadow: none;
  transition: background 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, text-shadow 160ms ease;
  width: 100%;
}

.lu3g-engine__composer textarea::placeholder {
  color: rgba(255, 255, 255, 0.27);
  opacity: 1;
}

.lu3g-engine__composer textarea:focus {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.024) 58%, rgba(154, 77, 255, 0.08)),
    rgba(0, 0, 0, 0.64);
  border-color: rgba(185, 140, 255, 0.28);
  box-shadow:
    0 0 20px rgba(185, 140, 255, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  text-shadow:
    0 0 14px rgba(255, 255, 255, 0.1),
    0 0 22px rgba(154, 77, 255, 0.1);
}

.lu3g-engine__composer button {
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  backdrop-filter: blur(14px) saturate(108%);
  -webkit-backdrop-filter: blur(14px) saturate(108%);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.075), rgba(154, 77, 255, 0.065)),
    rgba(0, 0, 0, 0.58) !important;
  border: 1px solid rgba(255, 255, 255, 0.105) !important;
  border-radius: 7px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 0 16px rgba(154, 77, 255, 0.055) !important;
  color: rgba(255, 255, 255, 0.7) !important;
  cursor: pointer;
  display: inline-flex;
  font: inherit;
  font-size: 26px;
  font-weight: 240;
  height: 54px;
  justify-content: center;
  line-height: 1;
  padding: 0 !important;
  text-shadow: 0 0 16px rgba(185, 140, 255, 0.14);
  transition: border-color 160ms ease, color 160ms ease, filter 160ms ease, opacity 160ms ease, transform 160ms ease;
  width: 50px;
}

.lu3g-engine__send span {
  transform: translateY(-1px);
}

.lu3g-engine__voice-input span {
  border: 1px solid currentColor;
  border-radius: 999px;
  display: block;
  height: 21px;
  opacity: 0.92;
  position: relative;
  transform: none;
  width: 13px;
}

.lu3g-engine__voice-input span::before {
  border: 1px solid currentColor;
  border-top: 0;
  border-radius: 0 0 999px 999px;
  bottom: -7px;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 23px;
}

.lu3g-engine__voice-input span::after {
  background: currentColor;
  bottom: -12px;
  content: "";
  height: 6px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
}

.lu3g-engine__voice-input.is-listening {
  border-color: rgba(185, 140, 255, 0.46) !important;
  box-shadow:
    0 0 16px rgba(185, 140, 255, 0.2),
    0 0 30px rgba(154, 77, 255, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
}

.lu3g-engine__voice-input.is-listening span {
  animation: lu3gEngineSignalPulse 1.25s ease-in-out infinite;
  color: #b98cff;
  filter: drop-shadow(0 0 10px rgba(185, 140, 255, 0.42));
}

.lu3g-engine__composer button:hover,
.lu3g-engine__composer button:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.095), rgba(154, 77, 255, 0.1)),
    rgba(0, 0, 0, 0.68) !important;
  border-color: rgba(185, 140, 255, 0.3) !important;
  color: #fff !important;
  filter: drop-shadow(0 0 12px rgba(185, 140, 255, 0.24));
  outline: none;
  transform: translate3d(4px, -1px, 0);
}

.lu3g-engine__composer button:disabled,
.lu3g-engine__composer.is-disabled button {
  cursor: default;
  opacity: 0.55;
  transform: none;
}

.lu3g-engine__composer.is-disabled textarea {
  cursor: default;
}

.lu3g-engine__privacy {
  color: rgba(255, 255, 255, 0.28);
  font-size: clamp(10px, 0.86vw, 12px);
  line-height: 1.45;
  margin: 0;
  max-width: 760px;
}

@media (min-width: 1600px) {
  .lu3g-engine__experience {
    grid-template-columns: minmax(0, 900px) minmax(460px, 520px);
    height: min(740px, calc(100dvh - 128px));
    max-width: min(1520px, calc(100vw - 120px));
  }

  .lu3g-engine__title {
    font-size: clamp(74px, 5.2vw, 120px);
  }

  .lu3g-engine__chip {
    font-size: clamp(21px, 1.38vw, 30px) !important;
  }
}

@media (max-width: 1180px) {
  .lu3g-engine__experience {
    max-width: calc(100vw - 34px);
  }
}

@media (max-width: 900px) {
  .lu3g-engine__overlay {
    overflow-y: auto;
  }

  .lu3g-engine__experience {
    grid-template-columns: 1fr;
    grid-template-rows: auto minmax(360px, 1fr);
    height: auto;
    margin: 74px auto 22px;
    max-height: none;
    min-height: 0;
    overflow: visible;
    padding: 0;
  }

  .lu3g-engine__suggestions-wrap {
    border: 0;
    padding: 0;
  }

  .lu3g-engine__suggestions {
    gap: 12px;
    grid-template-columns: 1fr;
    max-height: none;
    overflow: visible;
  }

  .lu3g-engine__chip {
    font-size: clamp(22px, 4.7vw, 36px) !important;
  }

  .lu3g-engine__conversation {
    min-height: 390px;
    padding: clamp(18px, 4vw, 28px);
  }

  .lu3g-engine__message {
    max-width: 96%;
  }
}

@media (max-width: 767px) {
  a.lu3g-ai-header-button,
  a.lu3g-ai-header-button__link,
  .lu3g-ai-header-button > a,
  .menu-item.lu3g-ai-header-button > a,
  .elementor-nav-menu .lu3g-ai-header-button > a,
  .wp-block-navigation .lu3g-ai-header-button > a,
  .wp-block-navigation a.lu3g-ai-header-button {
    font-size: 12px !important;
    gap: 8px;
    margin-left: 0;
    min-height: 36px;
    padding: 0 12px !important;
  }

  a.lu3g-ai-header-button::before,
  a.lu3g-ai-header-button__link::before,
  .lu3g-ai-header-button > a::before,
  .menu-item.lu3g-ai-header-button > a::before,
  .elementor-nav-menu .lu3g-ai-header-button > a::before,
  .wp-block-navigation .lu3g-ai-header-button > a::before,
  .wp-block-navigation a.lu3g-ai-header-button::before {
    height: 6px;
    width: 6px;
  }

  .lu3g-engine {
    width: 100%;
  }

  .lu3g-engine__launcher {
    gap: 10px;
    margin: 32px auto 0;
    min-height: 54px !important;
    padding: 10px 18px !important;
    width: min(100%, 340px);
  }

  .lu3g-engine__launcher strong {
    font-size: 16px;
  }

  .lu3g-engine__launcher em {
    font-size: 10px;
  }

  .lu3g-engine__topbar {
    padding: 14px;
  }

  .lu3g-engine__reset,
  .lu3g-engine__close {
    padding: 11px 14px !important;
  }

  .lu3g-engine__experience {
    grid-template-rows: auto minmax(330px, 1fr);
    gap: 22px;
    margin: 64px 14px 14px;
    max-width: calc(100vw - 28px);
    width: calc(100vw - 28px);
  }

  .lu3g-engine__suggestions-wrap {
    gap: 14px;
    padding: 0;
  }

  .lu3g-engine__kicker {
    font-size: 11px;
  }

  .lu3g-engine__title {
    font-size: clamp(42px, 11vw, 58px);
    line-height: 0.9;
    max-width: 100%;
  }

  .lu3g-engine__free-copy {
    font-size: clamp(13px, 3.9vw, 16px);
    line-height: 1.24;
  }

  .lu3g-engine__suggestions {
    grid-template-columns: 1fr;
    max-height: min(24dvh, 190px);
    overflow-y: auto;
    padding-right: 4px;
  }

  .lu3g-engine__chip {
    font-size: clamp(16px, 4.6vw, 21px) !important;
    line-height: 1.02 !important;
    min-height: 0;
    padding: 0 0 4px !important;
    width: auto !important;
  }

  .lu3g-engine__conversation {
    gap: 12px;
    min-height: 330px;
    border-radius: 8px;
    padding: 16px;
  }

  .lu3g-engine__messages {
    max-height: 30dvh;
  }

  .lu3g-engine__message {
    font-size: 14px;
    padding: 11px 12px;
  }

  .lu3g-engine__composer {
    grid-template-columns: minmax(0, 1fr) 48px 48px;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .lu3g-engine__composer textarea {
    font-size: 16px;
    min-height: 52px;
    padding: 15px 16px;
  }

  .lu3g-engine__composer button {
    font-size: 25px;
    height: 52px;
    width: 48px;
  }
}

@media (max-width: 420px) {
  .lu3g-engine__launcher {
    width: 100%;
  }

}

@media (max-height: 720px) and (min-width: 901px) {
  .lu3g-engine__experience {
    height: auto;
    margin: 0 auto;
    min-height: min(500px, calc(100dvh - 72px));
  }

  .lu3g-engine__title {
    font-size: clamp(46px, 5vw, 74px);
  }

  .lu3g-engine__chip {
    font-size: clamp(17px, 1.75vw, 27px) !important;
  }
}

@media (max-width: 900px) {
  .lu3g-engine__overlay {
    align-items: stretch;
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    justify-items: stretch;
    min-height: 100dvh;
    overflow: hidden;
    padding: max(16px, env(safe-area-inset-top)) clamp(14px, 3vw, 24px) max(22px, calc(env(safe-area-inset-bottom) + 12px));
    place-items: initial;
  }

  .lu3g-engine__topbar {
    left: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }

  .lu3g-engine__topbar-actions {
    flex-wrap: nowrap;
    max-width: 100%;
  }

  .lu3g-engine__experience {
    align-content: stretch;
    align-items: stretch;
    gap: clamp(14px, 2.5dvh, 22px);
    grid-template-rows: minmax(0, auto) minmax(210px, 1fr);
    height: auto;
    margin: clamp(10px, 1.8dvh, 18px) auto 0;
    max-height: 100%;
    max-width: min(100%, 840px);
    min-height: 0;
    overflow: hidden;
    width: 100%;
  }

  .lu3g-engine__suggestions-wrap {
    align-self: start;
    display: grid;
    gap: clamp(10px, 1.6dvh, 16px);
    grid-template-rows: auto auto minmax(0, auto) auto auto;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .lu3g-engine__suggestions {
    max-height: clamp(150px, 22dvh, 250px);
    min-height: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    padding-right: 6px;
  }

  .lu3g-engine__conversation {
    align-self: stretch;
    height: auto;
    max-height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .lu3g-engine__messages {
    max-height: none;
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__overlay {
    padding: max(12px, env(safe-area-inset-top)) 14px max(24px, calc(env(safe-area-inset-bottom) + 14px));
  }

  .lu3g-engine__topbar-actions {
    gap: 6px;
    justify-content: flex-end;
    width: 100%;
  }

  .lu3g-engine__language button {
    min-height: 30px;
    padding: 0 9px !important;
  }

  .lu3g-engine__reset,
  .lu3g-engine__close {
    font-size: 11px !important;
    padding: 10px 12px !important;
  }

  .lu3g-engine__experience {
    gap: 12px;
    grid-template-rows: minmax(0, auto) minmax(180px, 1fr);
    margin: 10px auto 0;
    max-width: 100%;
    width: 100%;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 10px;
  }

  .lu3g-engine__title {
    font-size: clamp(40px, 10.7vw, 56px);
    line-height: 0.92;
  }

  .lu3g-engine__free-copy {
    line-height: 1.26;
  }

  .lu3g-engine__suggestions {
    max-height: clamp(116px, 20dvh, 172px);
  }

  .lu3g-engine__chip {
    line-height: 1.08 !important;
    padding-bottom: 3px !important;
  }

  .lu3g-engine__conversation {
    border-radius: 7px;
    padding: 14px;
  }

  .lu3g-engine__messages {
    gap: 10px;
  }

  .lu3g-engine__message {
    font-size: 13.5px;
    line-height: 1.34;
  }

  .lu3g-engine__composer {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 46px 46px;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .lu3g-engine__composer textarea {
    min-height: 48px;
    padding: 13px 14px;
  }

  .lu3g-engine__composer button {
    height: 48px;
    width: 46px;
  }
}

@media (max-width: 420px) {
  .lu3g-engine__overlay {
    padding-left: 12px;
    padding-right: 12px;
  }

  .lu3g-engine__title {
    font-size: clamp(37px, 10.4vw, 44px);
  }

  .lu3g-engine__free-copy {
    font-size: 13px;
  }

  .lu3g-engine__suggestions {
    max-height: clamp(110px, 18dvh, 150px);
  }

  .lu3g-engine__chip {
    font-size: clamp(15px, 4.2vw, 18px) !important;
  }

  .lu3g-engine__composer {
    grid-template-columns: minmax(0, 1fr) 42px 42px;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 42px;
  }

  .lu3g-engine__composer button {
    width: 42px;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__experience {
    gap: 10px;
    grid-template-rows: minmax(0, auto) minmax(160px, 1fr);
    margin-top: 8px;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 8px;
  }

  .lu3g-engine__title {
    font-size: clamp(34px, 9.6vw, 44px);
  }

  .lu3g-engine__free-copy {
    font-size: 12.5px;
    line-height: 1.22;
  }

  .lu3g-engine__suggestions {
    max-height: 104px;
  }

  .lu3g-engine__conversation {
    padding: 12px;
  }

  .lu3g-engine__message {
    font-size: 13px;
  }

  .lu3g-engine__composer textarea,
  .lu3g-engine__composer button {
    min-height: 46px;
    height: 46px;
  }
}

@media (max-width: 900px) {
  .lu3g-engine__overlay {
    padding: max(18px, env(safe-area-inset-top)) clamp(20px, 4.8vw, 34px) max(30px, calc(env(safe-area-inset-bottom) + 18px));
  }

  .lu3g-engine__experience {
    gap: clamp(18px, 2.6dvh, 28px);
    margin-top: clamp(18px, 2.5dvh, 28px);
  }

  .lu3g-engine__suggestions-wrap {
    gap: clamp(13px, 1.8dvh, 18px);
  }

  .lu3g-engine__free-copy {
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    padding-bottom: clamp(12px, 1.8dvh, 18px);
  }

  .lu3g-engine__suggestions {
    gap: clamp(12px, 1.7dvh, 16px);
    max-height: clamp(132px, 20dvh, 232px);
    padding-top: 2px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__overlay {
    padding: max(18px, env(safe-area-inset-top)) 20px max(30px, calc(env(safe-area-inset-bottom) + 18px));
  }

  .lu3g-engine__topbar-actions {
    gap: 8px;
  }

  .lu3g-engine__language {
    padding: 3px;
  }

  .lu3g-engine__language button {
    font-size: 11px !important;
    min-height: 32px;
    padding: 0 10px !important;
  }

  .lu3g-engine__reset,
  .lu3g-engine__close {
    font-size: 11px !important;
    min-height: 38px;
    padding: 10px 13px !important;
  }

  .lu3g-engine__experience {
    gap: 20px;
    grid-template-rows: minmax(0, auto) minmax(220px, 1fr);
    margin-top: 22px;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 14px;
  }

  .lu3g-engine__title {
    font-size: clamp(32px, 8.7vw, 39px);
    line-height: 1.03;
    max-width: 100%;
  }

  .lu3g-engine__free-copy {
    color: rgba(255, 255, 255, 0.82);
    font-size: clamp(13px, 3.45vw, 15px);
    line-height: 1.38;
    max-width: 96%;
    padding-bottom: 14px;
  }

  .lu3g-engine__suggestions {
    gap: 12px;
    max-height: clamp(126px, 18.5dvh, 168px);
    padding-right: 8px;
  }

  .lu3g-engine__chip {
    color: rgba(255, 255, 255, 0.58) !important;
    font-size: clamp(16px, 4vw, 18px) !important;
    gap: 10px;
    line-height: 1.22 !important;
    padding-bottom: 2px !important;
  }

  .lu3g-engine__composer {
    gap: 8px;
    grid-template-columns: minmax(0, 1fr) 44px 44px;
    margin-top: 2px;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 44px;
  }

  .lu3g-engine__composer textarea {
    font-size: 14.5px;
    line-height: 1.28;
    min-height: 50px;
    padding: 13px 14px;
  }

  .lu3g-engine__composer button {
    font-size: 23px;
    height: 50px;
    width: 44px;
  }

  .lu3g-engine__conversation {
    border-color: rgba(255, 255, 255, 0.11);
    border-radius: 8px;
    padding: 16px;
  }

  .lu3g-engine__messages {
    gap: 12px;
  }

  .lu3g-engine__message {
    font-size: 14px;
    line-height: 1.42;
    max-width: 100%;
    padding: 13px 14px;
  }
}

@media (max-width: 480px) {
  .lu3g-engine__overlay {
    padding-left: 22px;
    padding-right: 22px;
  }

  .lu3g-engine__experience {
    gap: 18px;
    margin-top: 20px;
  }

  .lu3g-engine__title {
    font-size: clamp(31px, 7.9vw, 36px);
    line-height: 1.05;
  }

  .lu3g-engine__free-copy {
    font-size: 13.2px;
    line-height: 1.38;
    padding-bottom: 13px;
  }

  .lu3g-engine__suggestions {
    gap: 11px;
    max-height: clamp(118px, 17dvh, 150px);
  }

  .lu3g-engine__chip {
    font-size: clamp(15.5px, 3.75vw, 17px) !important;
    line-height: 1.2 !important;
  }

  .lu3g-engine__conversation {
    padding: 15px;
  }
}

@media (max-width: 420px) {
  .lu3g-engine__overlay {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lu3g-engine__experience {
    gap: 18px;
    margin-top: 20px;
  }

  .lu3g-engine__title {
    font-size: clamp(31px, 8.4vw, 35px);
    line-height: 1.04;
  }

  .lu3g-engine__free-copy {
    font-size: 13px;
    line-height: 1.36;
    max-width: 100%;
  }

  .lu3g-engine__suggestions {
    max-height: clamp(118px, 17.5dvh, 148px);
  }

  .lu3g-engine__chip {
    font-size: clamp(15.5px, 4vw, 17px) !important;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__overlay {
    padding-top: max(14px, env(safe-area-inset-top));
    padding-bottom: max(22px, calc(env(safe-area-inset-bottom) + 12px));
  }

  .lu3g-engine__experience {
    gap: 12px;
    grid-template-rows: minmax(0, auto) minmax(172px, 1fr);
    margin-top: 14px;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 9px;
  }

  .lu3g-engine__title {
    font-size: clamp(28px, 7.9vw, 32px);
    line-height: 1.03;
  }

  .lu3g-engine__free-copy {
    font-size: 12.5px;
    line-height: 1.28;
    padding-bottom: 9px;
  }

  .lu3g-engine__suggestions {
    gap: 9px;
    max-height: 92px;
  }

  .lu3g-engine__chip {
    font-size: 14.5px !important;
    line-height: 1.16 !important;
  }

  .lu3g-engine__composer textarea,
  .lu3g-engine__composer button {
    min-height: 44px;
    height: 44px;
  }

  .lu3g-engine__conversation {
    padding: 12px;
  }

  .lu3g-engine__message {
    font-size: 12.8px;
    line-height: 1.36;
    padding: 11px 12px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__experience {
    gap: 14px;
    grid-template-rows: minmax(0, auto) clamp(165px, 26dvh, 230px);
    overflow: visible;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 10px;
    overflow: visible;
  }

  .lu3g-engine__free-copy {
    padding-bottom: 10px;
  }

  .lu3g-engine__suggestions {
    gap: 8px;
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0;
  }

  .lu3g-engine__chip {
    font-size: clamp(13.8px, 3.35vw, 15.5px) !important;
    line-height: 1.16 !important;
    max-width: 100% !important;
  }

  .lu3g-engine__composer {
    margin-top: 4px;
  }

  .lu3g-engine__conversation {
    height: 100%;
    max-height: clamp(165px, 26dvh, 230px);
    min-height: 0;
    padding: 12px;
  }

  .lu3g-engine__message {
    font-size: 12.8px;
    line-height: 1.36;
    padding: 11px 12px;
  }
}

@media (max-width: 480px) {
  .lu3g-engine__overlay {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lu3g-engine__experience {
    gap: 13px;
    grid-template-rows: minmax(0, auto) clamp(155px, 24dvh, 205px);
    margin-top: 18px;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 9px;
  }

  .lu3g-engine__title {
    font-size: clamp(28px, 7.1vw, 33px);
    line-height: 1.06;
  }

  .lu3g-engine__free-copy {
    font-size: 12.6px;
    line-height: 1.32;
    padding-bottom: 9px;
  }

  .lu3g-engine__suggestions {
    gap: 7px;
  }

  .lu3g-engine__chip {
    font-size: clamp(13px, 3.25vw, 14.5px) !important;
    line-height: 1.14 !important;
  }

  .lu3g-engine__conversation {
    max-height: clamp(155px, 24dvh, 205px);
    padding: 11px;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__experience {
    gap: 9px;
    grid-template-rows: minmax(0, auto) clamp(118px, 20dvh, 148px);
    margin-top: 10px;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 7px;
  }

  .lu3g-engine__title {
    font-size: clamp(24px, 6.8vw, 29px);
    line-height: 1.04;
  }

  .lu3g-engine__free-copy {
    font-size: 11.6px;
    line-height: 1.22;
    padding-bottom: 7px;
  }

  .lu3g-engine__suggestions {
    gap: 5px;
    max-height: none !important;
    overflow: visible !important;
  }

  .lu3g-engine__chip {
    font-size: 12.4px !important;
    line-height: 1.12 !important;
  }

  .lu3g-engine__composer {
    margin-top: 2px;
  }

  .lu3g-engine__composer textarea,
  .lu3g-engine__composer button {
    min-height: 42px;
    height: 42px;
  }

  .lu3g-engine__conversation {
    max-height: clamp(118px, 20dvh, 148px);
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__experience {
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: auto;
    justify-content: flex-start;
    margin-top: 14px;
    max-height: none;
    min-height: 0;
    overflow: visible;
  }

  .lu3g-engine__suggestions-wrap {
    flex: 0 0 auto;
    gap: 8px;
  }

  .lu3g-engine__title {
    font-size: clamp(26px, 6.6vw, 32px);
    line-height: 1.08;
  }

  .lu3g-engine__free-copy {
    font-size: 12.2px;
    line-height: 1.28;
    padding-bottom: 8px;
  }

  .lu3g-engine__suggestions {
    gap: 5px;
    max-height: none !important;
    overflow: visible !important;
  }

  .lu3g-engine__chip {
    font-size: clamp(12.6px, 3.05vw, 14.2px) !important;
    gap: 8px;
    line-height: 1.12 !important;
  }

  .lu3g-engine__composer {
    gap: 6px;
    grid-template-columns: minmax(0, 1fr) 40px 40px;
    margin-top: 7px;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 40px;
  }

  .lu3g-engine__composer textarea {
    font-size: 13px;
    line-height: 1.16;
    min-height: 42px;
    padding: 12px 13px;
  }

  .lu3g-engine__composer textarea::placeholder {
    font-size: 11.6px;
  }

  .lu3g-engine__composer button {
    font-size: 21px;
    height: 42px;
    width: 40px;
  }

  .lu3g-engine__voice-input span {
    height: 17px;
    width: 11px;
  }

  .lu3g-engine__voice-input span::before {
    bottom: -6px;
    height: 8px;
    width: 20px;
  }

  .lu3g-engine__voice-input span::after {
    bottom: -10px;
    height: 5px;
  }

  .lu3g-engine__conversation {
    flex: 0 0 clamp(126px, 18dvh, 170px);
    height: clamp(126px, 18dvh, 170px);
    max-height: clamp(126px, 18dvh, 170px);
    min-height: 0;
    padding: 10px;
  }

  .lu3g-engine__messages {
    gap: 8px;
  }

  .lu3g-engine__message {
    font-size: 12.2px;
    line-height: 1.32;
    padding: 10px 11px;
  }

  .lu3g-engine__message-source {
    font-size: 8.8px;
    gap: 7px;
    margin-bottom: 7px;
  }

  .lu3g-engine__voice-play {
    font-size: 8.8px !important;
    padding: 5px 8px !important;
  }
}

@media (max-width: 480px) {
  .lu3g-engine__overlay {
    padding-left: 18px;
    padding-right: 18px;
  }

  .lu3g-engine__experience {
    gap: 11px;
    margin-top: 12px;
  }

  .lu3g-engine__title {
    font-size: clamp(25px, 6.45vw, 30px);
  }

  .lu3g-engine__free-copy {
    font-size: 11.8px;
  }

  .lu3g-engine__chip {
    font-size: clamp(12.2px, 3vw, 13.6px) !important;
  }

  .lu3g-engine__conversation {
    flex-basis: clamp(120px, 17dvh, 158px);
    height: clamp(120px, 17dvh, 158px);
    max-height: clamp(120px, 17dvh, 158px);
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__experience {
    gap: 7px;
    margin-top: 8px;
  }

  .lu3g-engine__title {
    font-size: clamp(22px, 6vw, 27px);
  }

  .lu3g-engine__free-copy {
    font-size: 11px;
    line-height: 1.18;
    padding-bottom: 6px;
  }

  .lu3g-engine__suggestions {
    gap: 4px;
  }

  .lu3g-engine__chip {
    font-size: 11.8px !important;
  }

  .lu3g-engine__composer {
    margin-top: 4px;
  }

  .lu3g-engine__composer textarea,
  .lu3g-engine__composer button {
    min-height: 40px;
    height: 40px;
  }

  .lu3g-engine__conversation {
    flex-basis: clamp(108px, 16dvh, 132px);
    height: clamp(108px, 16dvh, 132px);
    max-height: clamp(108px, 16dvh, 132px);
    padding: 9px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__overlay {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column;
    gap: 12px;
    height: 100dvh;
    justify-content: flex-start;
    max-height: 100dvh;
    min-height: 100dvh;
    overflow: hidden !important;
    padding: max(16px, env(safe-area-inset-top)) 18px max(18px, calc(env(safe-area-inset-bottom) + 12px));
    place-items: stretch;
  }

  .lu3g-engine__topbar {
    flex: 0 0 auto;
    width: 100%;
  }

  .lu3g-engine__topbar-actions {
    gap: 7px;
    justify-content: flex-end;
  }

  .lu3g-engine__language button {
    font-size: 10.5px !important;
    min-height: 31px;
    padding: 0 9px !important;
  }

  .lu3g-engine__reset,
  .lu3g-engine__close {
    font-size: 10.5px !important;
    min-height: 37px;
    padding: 10px 12px !important;
  }

  .lu3g-engine__experience {
    align-items: stretch;
    display: flex !important;
    flex: 1 1 auto;
    flex-direction: column;
    gap: 10px;
    height: auto;
    justify-content: flex-start;
    margin: 0 auto;
    max-height: none;
    max-width: 100%;
    min-height: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
  }

  .lu3g-engine__suggestions-wrap {
    display: flex !important;
    flex: 0 0 auto;
    flex-direction: column;
    gap: 7px;
    max-height: none;
    overflow: visible;
    width: 100%;
  }

  .lu3g-engine__title {
    font-size: clamp(27px, 6.95vw, 33px);
    line-height: 1.03;
    max-width: 100%;
  }

  .lu3g-engine__free-copy {
    font-size: clamp(11.4px, 2.95vw, 12.8px);
    line-height: 1.24;
    max-width: 100%;
    padding-bottom: 8px;
  }

  .lu3g-engine__suggestions {
    gap: 5px;
    max-height: none !important;
    overflow: visible !important;
    padding-right: 0;
  }

  .lu3g-engine__chip {
    font-size: clamp(12px, 3.05vw, 13.8px) !important;
    gap: 8px;
    line-height: 1.12 !important;
    max-width: 100% !important;
    padding-bottom: 1px !important;
  }

  .lu3g-engine__composer {
    flex: 0 0 auto;
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 41px 41px;
    margin-top: 5px;
    max-width: 100%;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 41px;
  }

  .lu3g-engine__composer textarea {
    font-size: 12.4px;
    line-height: 1.1;
    min-height: 41px;
    overflow: hidden;
    padding: 12px 12px;
    white-space: nowrap;
  }

  .lu3g-engine__composer textarea::placeholder {
    font-size: 10.6px;
  }

  .lu3g-engine__composer button {
    font-size: 21px;
    height: 41px;
    width: 41px;
  }

  .lu3g-engine__conversation {
    flex: 0 0 clamp(136px, 19dvh, 176px);
    height: clamp(136px, 19dvh, 176px);
    margin-top: 0;
    max-height: clamp(136px, 19dvh, 176px);
    min-height: 0;
    padding: 10px;
    width: 100%;
  }

  .lu3g-engine__messages {
    gap: 8px;
  }

  .lu3g-engine__message {
    font-size: 12px;
    line-height: 1.32;
    max-width: 100%;
    padding: 10px 11px;
  }

  .lu3g-engine__message-source {
    font-size: 8.6px;
    gap: 6px;
    margin-bottom: 7px;
  }

  .lu3g-engine__voice-play {
    font-size: 8.6px !important;
    padding: 5px 8px !important;
  }
}

@media (max-width: 430px) {
  .lu3g-engine__overlay {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lu3g-engine__experience {
    gap: 9px;
  }

  .lu3g-engine__title {
    font-size: clamp(25px, 6.45vw, 30px);
  }

  .lu3g-engine__free-copy {
    font-size: 11.2px;
    line-height: 1.2;
    padding-bottom: 7px;
  }

  .lu3g-engine__suggestions {
    gap: 4px;
  }

  .lu3g-engine__chip {
    font-size: clamp(11.4px, 2.9vw, 12.8px) !important;
  }

  .lu3g-engine__composer {
    margin-top: 4px;
  }

  .lu3g-engine__conversation {
    flex-basis: clamp(126px, 18dvh, 158px);
    height: clamp(126px, 18dvh, 158px);
    max-height: clamp(126px, 18dvh, 158px);
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__overlay {
    gap: 8px;
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(14px, calc(env(safe-area-inset-bottom) + 8px));
  }

  .lu3g-engine__experience {
    gap: 6px;
  }

  .lu3g-engine__title {
    font-size: clamp(21px, 5.7vw, 26px);
  }

  .lu3g-engine__free-copy {
    font-size: 10.4px;
    line-height: 1.16;
    padding-bottom: 5px;
  }

  .lu3g-engine__chip {
    font-size: 10.8px !important;
    line-height: 1.08 !important;
  }

  .lu3g-engine__composer {
    margin-top: 3px;
  }

  .lu3g-engine__composer textarea,
  .lu3g-engine__composer button {
    height: 38px;
    min-height: 38px;
  }

  .lu3g-engine__conversation {
    flex-basis: clamp(104px, 15dvh, 124px);
    height: clamp(104px, 15dvh, 124px);
    max-height: clamp(104px, 15dvh, 124px);
    padding: 8px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__overlay {
    gap: 10px;
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
    padding: max(14px, env(safe-area-inset-top)) 18px max(18px, calc(env(safe-area-inset-bottom) + 12px));
  }

  .lu3g-engine__experience {
    display: grid !important;
    flex: 1 1 auto;
    gap: 12px;
    grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .lu3g-engine__suggestions-wrap {
    display: flex !important;
    flex-direction: column;
    gap: 8px;
    min-height: 0;
    overflow: visible;
    padding-top: 5dvh;
  }

  .lu3g-engine__title {
    font-size: clamp(25px, 6.35vw, 31px);
    line-height: 1.05;
  }

  .lu3g-engine__free-copy {
    font-size: clamp(11.2px, 2.85vw, 12.6px);
    line-height: 1.22;
    padding-bottom: 7px;
  }

  .lu3g-engine__suggestions {
    gap: 5px;
    max-height: none !important;
    overflow: visible !important;
  }

  .lu3g-engine__chip {
    font-size: clamp(11.6px, 2.85vw, 13.2px) !important;
    line-height: 1.12 !important;
  }

  .lu3g-engine__composer {
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 46px 46px;
    margin-top: 8px;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 46px;
  }

  .lu3g-engine__composer textarea {
    font-size: 12.8px;
    height: 48px;
    line-height: 1.22;
    min-height: 48px;
    overflow: hidden;
    padding: 15px 13px;
    white-space: nowrap;
  }

  .lu3g-engine__composer textarea::placeholder {
    font-size: 10.8px;
    line-height: 1.2;
  }

  .lu3g-engine__composer button {
    height: 48px;
    width: 46px;
  }

  .lu3g-engine__conversation {
    align-self: stretch;
    flex: initial;
    height: 100%;
    max-height: none;
    min-height: 0;
    padding: 10px;
  }

  .lu3g-engine__message {
    font-size: 12px;
    line-height: 1.32;
    padding: 10px 11px;
  }
}

@media (max-width: 430px) {
  .lu3g-engine__overlay {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lu3g-engine__experience {
    gap: 10px;
  }

  .lu3g-engine__suggestions-wrap {
    gap: 7px;
    padding-top: 5dvh;
  }

  .lu3g-engine__title {
    font-size: clamp(24px, 6.05vw, 29px);
  }

  .lu3g-engine__free-copy {
    font-size: 10.9px;
    line-height: 1.18;
  }

  .lu3g-engine__suggestions {
    gap: 4px;
  }

  .lu3g-engine__chip {
    font-size: clamp(11px, 2.75vw, 12.4px) !important;
    line-height: 1.1 !important;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__overlay {
    gap: 7px;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-bottom: max(12px, calc(env(safe-area-inset-bottom) + 8px));
  }

  .lu3g-engine__experience {
    gap: 8px;
    grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
  }

  .lu3g-engine__suggestions-wrap {
    gap: 5px;
    padding-top: 4dvh;
  }

  .lu3g-engine__title {
    font-size: clamp(21px, 5.55vw, 25px);
  }

  .lu3g-engine__free-copy {
    font-size: 10px;
    line-height: 1.14;
    padding-bottom: 5px;
  }

  .lu3g-engine__chip {
    font-size: 10.3px !important;
  }

  .lu3g-engine__composer {
    margin-top: 5px;
  }

  .lu3g-engine__composer textarea,
  .lu3g-engine__composer button {
    height: 44px;
    min-height: 44px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__overlay {
    display: grid !important;
    gap: 10px;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100dvh;
    max-height: 100dvh;
    min-height: 100dvh;
    overflow: hidden !important;
    padding: max(14px, env(safe-area-inset-top)) 18px max(18px, calc(env(safe-area-inset-bottom) + 12px));
  }

  .lu3g-engine__experience {
    display: grid !important;
    gap: 12px;
    grid-template-rows: minmax(0, 2fr) minmax(0, 1fr);
    height: 100%;
    min-height: 0;
    overflow: hidden;
  }

  .lu3g-engine__suggestions-wrap {
    display: grid !important;
    grid-template-rows: auto auto minmax(0, 1fr) auto auto;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    padding-top: 5dvh;
  }

  .lu3g-engine__title {
    font-size: clamp(27px, 6.85vw, 33px);
    line-height: 1.05;
  }

  .lu3g-engine__free-copy {
    font-size: clamp(11.4px, 2.9vw, 12.8px);
    line-height: 1.24;
    padding-bottom: 7px;
  }

  .lu3g-engine__suggestions {
    align-content: stretch;
    display: flex;
    flex-direction: column;
    gap: clamp(5px, 0.85dvh, 9px);
    justify-content: space-evenly;
    max-height: none !important;
    min-height: 0;
    overflow: hidden !important;
    padding: 2px 0;
  }

  .lu3g-engine__chip {
    font-size: clamp(12.4px, 3.05vw, 14px) !important;
    line-height: 1.14 !important;
  }

  .lu3g-engine__composer {
    align-items: stretch;
    gap: 7px;
    grid-template-columns: minmax(0, 1fr) 48px 48px;
    margin-top: 8px;
  }

  .lu3g-engine__composer.has-no-voice-input {
    grid-template-columns: minmax(0, 1fr) 48px;
  }

  .lu3g-engine__composer textarea {
    font-size: 12.6px;
    height: 56px;
    line-height: 1.18;
    min-height: 56px;
    overflow: hidden;
    padding: 11px 13px;
    white-space: normal;
  }

  .lu3g-engine__composer textarea::placeholder {
    font-size: 11px;
    line-height: 1.18;
  }

  .lu3g-engine__composer button {
    height: 56px;
    width: 48px;
  }

  .lu3g-engine__conversation {
    height: 100%;
    max-height: none;
    min-height: 0;
    padding: 10px;
  }
}

@media (max-width: 430px) {
  .lu3g-engine__overlay {
    padding-left: 16px;
    padding-right: 16px;
  }

  .lu3g-engine__experience {
    gap: 10px;
  }

  .lu3g-engine__title {
    font-size: clamp(25px, 6.35vw, 30px);
  }

  .lu3g-engine__free-copy {
    font-size: 11px;
    line-height: 1.18;
    padding-bottom: 6px;
  }

  .lu3g-engine__chip {
    font-size: clamp(11.6px, 2.85vw, 12.8px) !important;
    line-height: 1.1 !important;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__overlay {
    gap: 7px;
    padding-top: max(10px, env(safe-area-inset-top));
    padding-bottom: max(12px, calc(env(safe-area-inset-bottom) + 8px));
  }

  .lu3g-engine__experience {
    gap: 8px;
  }

  .lu3g-engine__suggestions-wrap {
    padding-top: 4dvh;
  }

  .lu3g-engine__title {
    font-size: clamp(22px, 5.75vw, 26px);
  }

  .lu3g-engine__free-copy {
    font-size: 10.1px;
    line-height: 1.14;
    padding-bottom: 5px;
  }

  .lu3g-engine__suggestions {
    gap: 4px;
  }

  .lu3g-engine__chip {
    font-size: 10.6px !important;
  }

  .lu3g-engine__composer {
    margin-top: 5px;
  }

  .lu3g-engine__composer textarea,
  .lu3g-engine__composer button {
    height: 48px;
    min-height: 48px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__suggestions-wrap,
  .lu3g-engine__title,
  .lu3g-engine__free-copy,
  .lu3g-engine__suggestions,
  .lu3g-engine__composer {
    max-width: 100% !important;
    width: 100% !important;
  }

  .lu3g-engine__title {
    font-size: clamp(31px, 7.8vw, 39px);
    line-height: 1.03;
  }

  .lu3g-engine__free-copy {
    font-size: clamp(13px, 3.35vw, 15px);
    line-height: 1.3;
  }

  .lu3g-engine__chip {
    font-size: clamp(14.2px, 3.55vw, 16.4px) !important;
    line-height: 1.15 !important;
    width: 100% !important;
  }
}

@media (max-width: 430px) {
  .lu3g-engine__title {
    font-size: clamp(29px, 7.25vw, 34px);
  }

  .lu3g-engine__free-copy {
    font-size: clamp(12.3px, 3.15vw, 13.6px);
  }

  .lu3g-engine__chip {
    font-size: clamp(13.2px, 3.3vw, 14.8px) !important;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__suggestions-wrap {
    padding-top: 10dvh;
  }

  .lu3g-engine__chip {
    font-size: clamp(16px, 4.05vw, 18.6px) !important;
    line-height: 1.18 !important;
  }
}

@media (max-width: 430px) {
  .lu3g-engine__suggestions-wrap {
    padding-top: 10dvh;
  }

  .lu3g-engine__chip {
    font-size: clamp(15px, 3.75vw, 17px) !important;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__suggestions-wrap {
    padding-top: 8dvh;
  }

  .lu3g-engine__chip {
    font-size: 13.2px !important;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__suggestions-wrap {
    padding-top: 9.6dvh;
  }

  .lu3g-engine__suggestions {
    gap: 7px;
    justify-content: flex-start;
    padding-bottom: 10%;
  }

  .lu3g-engine__chip {
    align-items: center;
    font-size: clamp(15px, 3.85vw, 17.6px) !important;
    line-height: 1.18 !important;
    min-height: 30px;
  }

  .lu3g-engine__suggestion-actions {
    gap: 6px 10px;
    margin-top: clamp(8px, 1.4dvh, 14px);
  }

  .lu3g-engine__suggestion-actions span {
    font-size: 10px;
  }

  .lu3g-engine__suggestion-actions button {
    font-size: 11px !important;
    padding: 10px 13px !important;
  }

  .lu3g-engine__composer textarea {
    font-size: 12px;
    height: 52px;
    line-height: 1.2;
    min-height: 52px;
    padding: 17px 12px 13px;
    white-space: nowrap;
  }

  .lu3g-engine__composer textarea::placeholder {
    font-size: 9.4px;
    line-height: 1;
    white-space: nowrap;
  }

  .lu3g-engine__composer button {
    height: 52px;
  }
}

@media (max-width: 430px) {
  .lu3g-engine__suggestions-wrap {
    padding-top: 9.6dvh;
  }

  .lu3g-engine__suggestions {
    gap: 6px;
    padding-bottom: 10%;
  }

  .lu3g-engine__chip {
    font-size: clamp(14px, 3.45vw, 16px) !important;
    min-height: 28px;
  }

  .lu3g-engine__composer textarea::placeholder {
    font-size: 9px;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__suggestions-wrap {
    padding-top: 6.5dvh;
  }

  .lu3g-engine__suggestions {
    gap: 6px;
    padding-bottom: 8%;
  }

  .lu3g-engine__chip {
    font-size: 12.2px !important;
    min-height: 24px;
  }

  .lu3g-engine__composer textarea::placeholder {
    font-size: 8.8px;
  }
}

@media (max-width: 767px) {
  .lu3g-engine__suggestions-wrap {
    grid-template-rows: auto auto minmax(0, 1fr) 40px auto;
  }

  .lu3g-engine__suggestion-actions,
  .lu3g-engine__suggestion-actions[hidden] {
    align-items: center;
    display: flex !important;
    gap: 8px;
    justify-content: space-between;
    margin-top: 0;
    min-height: 40px;
    width: 100%;
  }

  .lu3g-engine__suggestion-actions[hidden] {
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  .lu3g-engine__suggestion-actions span {
    flex: 1 1 auto;
    font-size: 9.8px;
    max-width: 45%;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .lu3g-engine__suggestion-actions button {
    flex: 0 0 auto;
    font-size: 10.6px !important;
    min-height: 34px;
    padding: 9px 12px !important;
    white-space: nowrap;
  }
}

@media (max-width: 430px) {
  .lu3g-engine__suggestions-wrap {
    grid-template-rows: auto auto minmax(0, 1fr) 38px auto;
  }

  .lu3g-engine__suggestion-actions,
  .lu3g-engine__suggestion-actions[hidden] {
    min-height: 38px;
  }

  .lu3g-engine__suggestion-actions span {
    font-size: 9.2px;
    max-width: 42%;
  }

  .lu3g-engine__suggestion-actions button {
    font-size: 10px !important;
    min-height: 32px;
    padding: 8px 11px !important;
  }
}

@media (max-width: 767px) and (max-height: 740px) {
  .lu3g-engine__suggestions-wrap {
    grid-template-rows: auto auto minmax(0, 1fr) 34px auto;
  }

  .lu3g-engine__suggestion-actions,
  .lu3g-engine__suggestion-actions[hidden] {
    min-height: 34px;
  }

  .lu3g-engine__suggestion-actions span {
    font-size: 8.8px;
  }

  .lu3g-engine__suggestion-actions button {
    font-size: 9.6px !important;
    min-height: 30px;
    padding: 7px 10px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lu3g-engine *,
  .lu3g-engine *::before,
  .lu3g-engine *::after,
  a.lu3g-ai-header-button,
  a.lu3g-ai-header-button::before,
  a.lu3g-ai-header-button::after,
  .lu3g-ai-header-button > a,
  .lu3g-ai-header-button > a::before,
  .lu3g-ai-header-button > a::after {
    animation: none !important;
    transition-duration: 1ms !important;
  }
}
