/* Byte AI — text-generator landing polish */

.byte-ai-page .chat-box-section {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(
    165deg,
    rgba(45, 212, 191, 0.06) 0%,
    rgba(124, 77, 255, 0.05) 40%,
    rgba(14, 12, 21, 0.4) 100%
  );
  overflow: hidden;
}

.byte-ai-page .chat-top-bar {
  padding: 1rem 1.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.byte-ai-page .chat-top-bar .section-title .title {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
}

.byte-ai-page .chat-top-bar .icon img {
  width: 28px;
  height: 28px;
  opacity: 0.9;
}

.byte-ai-page .chat-box-list {
  min-height: 320px;
  max-height: calc(100vh - 320px);
  overflow-y: auto;
  padding: 1.25rem;
}

.byte-ai-welcome {
  text-align: center;
  max-width: 560px;
  margin: 2rem auto 1.5rem;
  padding: 0 1rem;
}

.byte-ai-welcome .welcome-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary, #2dd4bf);
  margin-bottom: 0.75rem;
}

.byte-ai-welcome h2 {
  font-size: clamp(1.5rem, 3vw, 2rem);
  font-weight: 700;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}

.byte-ai-welcome .welcome-lead {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  line-height: 1.55;
  margin-bottom: 1.75rem;
}

.byte-ai-prompts {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.byte-ai-prompts button {
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.88);
  border-radius: 999px;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  cursor: pointer;
  transition: border-color 0.2s, background 0.2s, transform 0.15s;
}

.byte-ai-prompts button:hover {
  border-color: rgba(45, 212, 191, 0.45);
  background: rgba(45, 212, 191, 0.1);
  transform: translateY(-1px);
}

.byte-ai-page .rbt-static-bar {
  padding: 0 1.25rem 1.25rem;
}

.byte-ai-page .new-chat-form textarea {
  min-height: 52px;
  font-size: 15px;
}

.byte-ai-page .rbt-static-bar .small-text {
  color: rgba(255, 255, 255, 0.45);
  margin-top: 0.65rem;
}

.byte-ai-page .chat-box.ai-speech .title {
  color: var(--color-primary, #2dd4bf);
}

.byte-ai-page .chat-box.byteai-loading .chat-content p {
  opacity: 0.65;
  font-style: italic;
}

.byte-ai-sidebar-empty {
  padding: 1rem 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.9rem;
  line-height: 1.5;
}

.byte-ai-page .subscription-copyright {
  opacity: 0.5;
}

.byte-ai-page .subscription-copyright a {
  color: inherit;
}
