﻿@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --bg: #0b0f1a;
  --panel: #0f172a;
  --panel-strong: #121827;
  --muted: #94a3b8;
  --accent: #38bdf8;
  --accent-2: #a855f7;
  --accent-3: #22c55e;
  --danger: #ef4444;
  --glow: 0 0 35px rgba(56, 189, 248, 0.35);
}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Space Grotesk', system-ui, sans-serif;
  background: radial-gradient(1200px circle at 20% -10%, rgba(56, 189, 248, 0.18), transparent 60%),
    radial-gradient(900px circle at 80% 10%, rgba(168, 85, 247, 0.12), transparent 55%),
    linear-gradient(180deg, var(--site-gradient-from) 0%, var(--site-gradient-via) 55%, var(--site-gradient-to) 100%);
  color: #e2e8f0;
  min-height: 100vh;
  position: relative;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background-image:
    linear-gradient(rgba(148, 163, 184, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(148, 163, 184, 0.08) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background: radial-gradient(600px circle at 15% 20%, rgba(34, 197, 94, 0.12), transparent 60%),
    radial-gradient(500px circle at 85% 75%, rgba(59, 130, 246, 0.18), transparent 65%);
  pointer-events: none;
  z-index: 0;
}

.page-content {
  position: relative;
  z-index: 1;
}

h1, h2, h3, h4 {
  font-family: 'Chakra Petch', 'Space Grotesk', system-ui, sans-serif;
}

.glass-panel {
  background: rgba(12, 18, 33, 0.72);
  border: 1px solid rgba(148, 163, 184, 0.16);
  box-shadow: 0 25px 60px rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(12px);
}

.glow-border {
  border: 1px solid rgba(56, 189, 248, 0.35);
  box-shadow: var(--glow);
}

.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 0.9rem;
  font-weight: 600;
  color: #0b0f1a;
  background: linear-gradient(135deg, #38bdf8 0%, #818cf8 50%, #a855f7 100%);
  box-shadow: 0 18px 40px rgba(56, 189, 248, 0.3);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 22px 50px rgba(56, 189, 248, 0.4);
}

.btn-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 0.9rem;
  font-weight: 600;
  color: #e2e8f0;
  border: 1px solid rgba(56, 189, 248, 0.5);
  background: rgba(15, 23, 42, 0.6);
  transition: border 0.2s ease, transform 0.2s ease;
}

.btn-outline:hover {
  border-color: rgba(168, 85, 247, 0.6);
  transform: translateY(-2px);
}

.nav-blur {
  backdrop-filter: blur(18px);
  background: rgba(8, 12, 24, 0.8);
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
}

.hero-surface {
  background: radial-gradient(1200px circle at 50% 0%, rgba(56, 189, 248, 0.18), transparent 65%),
    radial-gradient(800px circle at 80% 20%, rgba(168, 85, 247, 0.22), transparent 55%),
    linear-gradient(180deg, rgba(3, 7, 18, 0.85), rgba(15, 23, 42, 0.75));
}

.hero-glow::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(500px circle at 50% 30%, rgba(56, 189, 248, 0.22), transparent 60%);
  pointer-events: none;
}

.stat-card {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(59, 130, 246, 0.2);
  border-radius: 1rem;
  padding: 1.2rem;
  text-align: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.section-heading {
  text-transform: uppercase;
  letter-spacing: 0.25rem;
  font-size: 0.75rem;
  color: var(--accent);
}

.game-card {
  position: relative;
  overflow: hidden;
  border-radius: 1.5rem;
  min-height: 320px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.7);
}

.game-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(2, 6, 23, 0.15) 0%, rgba(2, 6, 23, 0.8) 78%);
}

.card-art-truck {
  background: radial-gradient(circle at 30% 20%, rgba(248, 113, 113, 0.4), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(249, 115, 22, 0.35), transparent 55%),
    linear-gradient(135deg, #1f2937 0%, #0f172a 60%);
}

.card-art-isle {
  background: radial-gradient(circle at 25% 30%, rgba(34, 197, 94, 0.4), transparent 55%),
    radial-gradient(circle at 70% 20%, rgba(16, 185, 129, 0.3), transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #052e16 70%);
}

.card-art-ark {
  background: radial-gradient(circle at 20% 20%, rgba(59, 130, 246, 0.45), transparent 55%),
    radial-gradient(circle at 70% 30%, rgba(14, 165, 233, 0.35), transparent 55%),
    linear-gradient(135deg, #0f172a 0%, #082f49 70%);
}

.card-art-enshrouded {
  background: radial-gradient(circle at 25% 20%, rgba(168, 85, 247, 0.4), transparent 55%),
    radial-gradient(circle at 70% 35%, rgba(99, 102, 241, 0.35), transparent 55%),
    linear-gradient(135deg, #111827 0%, #1e1b4b 70%);
}

.review-card {
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 1.25rem;
  padding: 1.4rem;
  min-height: 260px;
}

.upcoming-page {
  position: relative;
}

.upcoming-banner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: min(90vw, 560px);
  transform: translate(-50%, -50%);
  padding: 1rem 1.5rem;
  border-radius: 1.25rem;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(56, 189, 248, 0.35);
  text-align: center;
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.45);
  z-index: 70;
}

.upcoming-banner p {
  margin-top: 0.35rem;
  color: rgba(226, 232, 240, 0.8);
  font-size: 0.9rem;
}

.upcoming-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.65rem;
  border-radius: 999px;
  font-size: 0.75rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  background: rgba(56, 189, 248, 0.2);
  border: 1px solid rgba(56, 189, 248, 0.5);
  color: #e2e8f0;
}

.upcoming-content {
  filter: blur(2px);
  opacity: 0.6;
  pointer-events: none;
  user-select: none;
}

.accordion-item {
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 0.9rem;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease;
}

.accordion-item.open .accordion-content {
  max-height: 220px;
}

.footer-link {
  color: rgba(226, 232, 240, 0.7);
  transition: color 0.2s ease;
}

.footer-link:hover {
  color: #fff;
}

.tag-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(56, 189, 248, 0.35);
}

.pricing-toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.25);
  background: rgba(15, 23, 42, 0.75);
  box-shadow: 0 12px 28px rgba(2, 6, 23, 0.35);
}

.pricing-toggle-btn {
  border: 1px solid transparent;
  background: transparent;
  color: rgba(226, 232, 240, 0.8);
  padding: 0.45rem 1.1rem;
  border-radius: 999px;
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pricing-toggle-btn:hover {
  color: #fff;
  border-color: rgba(56, 189, 248, 0.4);
}

.pricing-toggle-btn.is-active {
  background: #38bdf8;
  color: #0b0f1a;
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(56, 189, 248, 0.35);
}

.plan-price {
  letter-spacing: 0.01em;
}

.supported-games-grid {
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.supported-games-toggle {
  min-width: 160px;
}

.carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.35);
}

.carousel-dot.active {
  background: #38bdf8;
  box-shadow: 0 0 12px rgba(56, 189, 248, 0.8);
}

.minecraft-hero {
  background: radial-gradient(circle at 20% 20%, rgba(34, 197, 94, 0.25), transparent 60%),
    radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.18), transparent 60%),
    linear-gradient(160deg, rgba(2, 6, 23, 0.85), rgba(15, 23, 42, 0.9));
}

.minecraft-card {
  background: rgba(12, 18, 33, 0.85);
  border: 1px solid rgba(34, 197, 94, 0.2);
  border-radius: 1.2rem;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
}

.plan-body {
  position: relative;
  z-index: 1;
}

.minecraft-card.is-out-of-stock .plan-body {
  filter: blur(2px);
  opacity: 0.65;
}

.out-of-stock-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.45);
  z-index: 2;
  pointer-events: all;
  cursor: not-allowed;
}

.out-of-stock-overlay img {
  width: 220px;
  max-width: 70%;
  max-height: 70%;
  height: auto;
  filter: drop-shadow(0 10px 25px rgba(0, 0, 0, 0.45));
}

.mod-icon {
  background: rgba(15, 23, 42, 0.8);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1rem;
  padding: 0.85rem;
}

@media (max-width: 768px) {
  body::before {
    background-size: 28px 28px;
  }
}

.hero-video-section {
  position: relative;
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.6;
  filter: saturate(1.1) contrast(1.05) brightness(0.6);
  z-index: 0;
}

.hero-video-section .hero-surface,
.hero-video-section .hero-glow {
  z-index: 1;
}

.hero-video-section > .relative {
  z-index: 2;
}

[data-carousel-track] {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

[data-carousel-track]::-webkit-scrollbar {
  display: none;
}
.nav-blur {
  background: transparent;
  border-bottom: 0;
}

.nav-floating {
  top: 1.25rem;
}

.nav-shell {
  background: rgba(12, 18, 33, 0.75);
  border: 1px solid rgba(148, 163, 184, 0.2);
  box-shadow: 0 18px 40px rgba(2, 6, 23, 0.55);
  backdrop-filter: blur(16px);
  border-radius: 1.5rem;
}

.nav-shell-mobile {
  margin-top: 0.75rem;
}
.footer-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.8rem;
  border-radius: 999px;
  border: 1px solid rgba(56, 189, 248, 0.35);
  background: rgba(15, 23, 42, 0.6);
  color: rgba(226, 232, 240, 0.85);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.footer-pill:hover {
  color: #fff;
  border-color: rgba(168, 85, 247, 0.6);
}

.nav-item {
  position: relative;
}

.nav-item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 18px;
}

.nav-trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.25rem;
  color: rgba(226, 232, 240, 0.85);
}

.nav-trigger:hover {
  color: #fff;
}

.nav-dropdown {
  position: absolute;
  left: 0;
  margin-top: 0.75rem;
  background: rgba(15, 23, 42, 0.95);
  border-radius: 0.85rem;
  padding: 0.85rem;
  box-shadow: 0 20px 40px rgba(2, 6, 23, 0.5);
  border: 1px solid rgba(148, 163, 184, 0.18);
  opacity: 0;
  visibility: hidden;
  transform: translateY(6px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}

.nav-item:hover .nav-dropdown,
.nav-item:focus-within .nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.nav-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #0b0f1a;
  background: #38bdf8;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 12px 25px rgba(56, 189, 248, 0.35);
}

.nav-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 16px 30px rgba(56, 189, 248, 0.45);
}

.brand-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.65rem 1.4rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.2);
  background: rgba(15, 23, 42, 0.6);
  font-weight: 600;
}

.brand-chip.gamers {
  letter-spacing: 0.35rem;
}

.seasonal-layer {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 2;
}

.seasonal-glow {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.35;
  background: radial-gradient(circle at 20% 20%, rgba(255, 146, 47, 0.35), transparent 55%),
    radial-gradient(circle at 80% 30%, rgba(255, 186, 82, 0.25), transparent 60%);
}

.seasonal-particle {
  position: absolute;
  top: -10vh;
  left: var(--x);
  width: var(--size);
  height: var(--size);
  opacity: var(--opacity);
  animation: seasonal-fall var(--duration) linear infinite;
  animation-delay: var(--delay);
}

.seasonal-snow {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.4);
}

.seasonal-leaf {
  background: rgba(255, 140, 0, 0.85);
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(255, 140, 0, 0.45);
}

@keyframes seasonal-fall {
  0% {
    transform: translate3d(0, -10vh, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(var(--drift), 110vh, 0) rotate(360deg);
  }
}

.nav-dropdown-right {
  right: 0;
  left: auto;
}

.hero-media {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 1.25rem;
  overflow: hidden;
  border: none;
  background: transparent;
}

.hero-media-image,
.hero-media-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-media-image {
  object-fit: contain;
}

.offer-modal {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 23, 0.75);
  padding: 1.5rem;
  z-index: 60;
}

.offer-modal.hidden {
  display: none;
}

.offer-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 1.25rem;
  padding: 1.5rem;
}

.offer-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.7rem;
  border-radius: 999px;
  font-size: 0.7rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
  border: 1px solid rgba(56, 189, 248, 0.4);
  color: rgba(226, 232, 240, 0.85);
}

.offer-code {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.6rem 0.9rem;
  border-radius: 0.9rem;
  background: rgba(2, 6, 23, 0.65);
  border: 1px solid rgba(148, 163, 184, 0.18);
  font-size: 0.85rem;
}

.offer-copy {
  border-radius: 0.75rem;
  padding: 0.35rem 0.75rem;
  background: rgba(56, 189, 248, 0.2);
  border: 1px solid rgba(56, 189, 248, 0.5);
  font-size: 0.75rem;
  color: #e2e8f0;
}

.offer-popup {
  max-width: 720px;
  width: 100%;
  background: rgba(15, 23, 42, 0.92);
  border-radius: 1.75rem;
  border: 1px solid rgba(148, 163, 184, 0.2);
  padding: 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(2, 6, 23, 0.55);
}

.offer-popup-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  background: transparent;
  font-size: 1.5rem;
  color: rgba(226, 232, 240, 0.7);
  z-index: 2;
}

.offer-hero {
  padding: 2.2rem 2.2rem 1.6rem;
  background: linear-gradient(135deg, var(--offer-gradient-from, #4f46e5), var(--offer-gradient-via, #7c3aed), var(--offer-gradient-to, #22d3ee));
  color: #fff;
}

.offer-hero-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.95rem;
  font-weight: 600;
  opacity: 0.9;
}

.offer-hero-pill {
  border-radius: 999px;
  padding: 0.15rem 0.6rem;
  font-size: 0.7rem;
  background: rgba(255, 255, 255, 0.2);
}

.offer-hero h2 {
  margin-top: 0.9rem;
  font-size: 2rem;
  font-weight: 600;
}

.offer-hero p {
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.85);
}

.offer-body {
  padding: 1.6rem 2.2rem 2rem;
}

.offer-list {
  margin-top: 1.4rem;
  display: grid;
  gap: 1rem;
}

.ai-chat-widget {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 80;
}

.ai-chat-fab {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  border: none;
  background: linear-gradient(135deg, var(--ai-gradient-from, #5b8cff), var(--ai-gradient-via, #7c3aed), var(--ai-gradient-to, #22d3ee));
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 18px 35px rgba(37, 99, 235, 0.35);
}

.ai-chat-fab svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

.ai-chat-panel {
  position: absolute;
  bottom: 72px;
  right: 0;
  width: 340px;
  background: #f8fafc;
  border-radius: 18px;
  border: 1px solid rgba(148, 163, 184, 0.35);
  box-shadow: 0 25px 60px rgba(15, 23, 42, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-height: 520px;
}

.ai-chat-panel.hidden {
  display: none;
}

.ai-chat-header {
  padding: 1.2rem 1.25rem 1rem;
  background: linear-gradient(135deg, var(--ai-gradient-from, #5b8cff), var(--ai-gradient-via, #7c3aed), var(--ai-gradient-to, #22d3ee));
  color: #fff;
}

.ai-chat-header h3 {
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ai-chat-pill {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 0.1rem 0.5rem;
  font-size: 0.65rem;
}

.ai-chat-header p {
  margin-top: 0.4rem;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.ai-chat-body {
  padding: 1rem 1.1rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  overflow: hidden;
  flex: 1;
}

.ai-chat-suggestions {
  display: grid;
  gap: 0.6rem;
}

.ai-chat-suggestions button {
  width: 100%;
  text-align: left;
  padding: 0.6rem 0.75rem;
  border-radius: 0.7rem;
  border: 1px solid rgba(148, 163, 184, 0.35);
  background: #fff;
  color: #1f2937;
  font-size: 0.8rem;
}

.ai-chat-messages {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  overflow-y: auto;
  padding-right: 0.2rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ai-chat-messages::-webkit-scrollbar {
  display: none;
}

.ai-chat-message {
  display: flex;
  gap: 0.5rem;
  align-items: flex-start;
}

.ai-chat-message.ai-user {
  justify-content: flex-end;
}

.ai-chat-bubble {
  max-width: 75%;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.25);
  padding: 0.55rem 0.7rem;
  border-radius: 0.75rem;
  font-size: 0.8rem;
  color: #1f2937;
  line-height: 1.4;
}

.ai-chat-message.ai-user .ai-chat-bubble {
  background: #e0e7ff;
  border-color: rgba(129, 140, 248, 0.4);
}

.ai-chat-message.ai-error .ai-chat-bubble {
  background: #fee2e2;
  border-color: #fecaca;
  color: #991b1b;
}

.ai-chat-footer {
  padding: 0.9rem 1.1rem 1.1rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
  display: grid;
  gap: 0.6rem;
}

.ai-chat-input {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  background: #fff;
  border: 1px solid rgba(148, 163, 184, 0.35);
  border-radius: 999px;
  padding: 0.35rem 0.5rem;
}

.ai-chat-input input {
  flex: 1;
  border: none;
  background: transparent;
  outline: none;
  font-size: 0.85rem;
  color: #1f2937;
}

.ai-chat-send {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: none;
  background: rgba(59, 130, 246, 0.2);
  color: #1f2937;
  font-weight: 700;
}

.ai-chat-disclaimer {
  font-size: 0.7rem;
  color: #64748b;
  text-align: center;
}

.ai-chat-typing {
  font-size: 0.75rem;
  color: #64748b;
}

@media (max-width: 640px) {
  .ai-chat-widget {
    right: 1rem;
    bottom: 1rem;
  }

  .ai-chat-panel {
    width: 92vw;
    right: 50%;
    transform: translateX(50%);
  }
}
