#gamayun-guide-root {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 99990;
  font-family: "Source Serif 4", "Noto Serif", Georgia, serif;
}
.gg-fab {
  background: #6d4079;
  color: #f7f2ea;
  border: 0;
  min-width: 7.5rem;
  padding: 0.7rem 1.1rem;
  font: inherit;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.gg-fab:hover,
.gg-fab:focus-visible {
  background: #5a3265;
}
.gg-panel {
  position: absolute;
  right: 0;
  bottom: 3.2rem;
  width: min(22rem, calc(100vw - 2rem));
  background: #1f1524;
  color: #f4efe6;
  padding: 1rem 1rem 0.85rem;
  box-shadow: 0 12px 40px rgba(20, 10, 24, 0.35);
}
.gg-title {
  margin: 0 0 0.35rem;
  font-size: 1.15rem;
}
.gg-note {
  margin: 0 0 0.7rem;
  font-size: 0.82rem;
  line-height: 1.35;
  color: #d8cfc3;
}
.gg-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  margin-bottom: 0.6rem;
}
.gg-chips button {
  background: transparent;
  color: #f4efe6;
  border: 1px solid #8a5a96;
  font: inherit;
  font-size: 0.75rem;
  padding: 0.25rem 0.45rem;
  cursor: pointer;
}
.gg-log {
  max-height: 14rem;
  overflow: auto;
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.6rem;
}
.gg-log p {
  margin: 0 0 0.55rem;
}
.gg-log .gg-q {
  color: #cbb7d4;
}
.gg-form textarea {
  width: 100%;
  box-sizing: border-box;
  background: #2a1d31;
  color: #f4efe6;
  border: 1px solid #6d4079;
  font: inherit;
  padding: 0.4rem;
  resize: vertical;
}
.gg-form button[type="submit"] {
  margin-top: 0.4rem;
  background: #6d4079;
  color: #f7f2ea;
  border: 0;
  padding: 0.45rem 0.9rem;
  font: inherit;
  cursor: pointer;
}
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}
@media (max-width: 600px) {
  #gamayun-guide-root {
    right: 0.7rem;
    bottom: 0.7rem;
  }
}
