:host {
  --gx-space-large: 0.8em;
  --gx-space-medium: 0.5em;
  --gx-space-small: 0.3em;
  --gx-scrollbar-width: 10px;
  --gx-z-index-float: 10;
  --gx-header-height: 40px;
  --gx-input-height: 2rem;
  --gx-control-btn-height: 40px;
  --gx-control-btn-width: 30px;
}

:host {
  --gx-text-color: #121212;
  --gx-background-color: #ffffff;
  --gx-border-color: #f1f1f1;
  --gx-text-accent-color: #ffffff;
  --gx-background-accent-color: #696ef2;
  --gx-background-hover-color: #696ef21a;
  --gx-message-user-color: #f1f1f1;
  --gx-message-assistant-color: #fff;
  --gx-scrollbar-track-color: #f1f1f1;
  --gx-scrollbar-thumb-color: #888;
  --gx-scrollbar-thumb_hover-color: #555;
  --gx-backdrop-color: #ffffff80;
  --gx-shadow-md: 2px 2px 8px #0000006c;
}

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

:host {
  display: block;
  position: relative;
  height: 100%;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.subtitle {
  font-size: 1.2em;
  padding: var(--gx-space-medium);
  margin: 0;
}

.loading-backdrop {
  position: absolute;
  background-color: var(--gx-backdrop-color, rgba(255, 255, 255, 0.7529411765));
  width: 100%;
  height: 100%;
}