/* Nexvia GEO - Modern Light SaaS Theme */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
  -webkit-overflow-scrolling: touch;
}

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-track {
  background: #f8fafc;
}

::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

.animate-fade-in {
  animation: fadeIn 0.2s ease-out forwards;
}

.highlight-brand {
  background-color: #fee2e2;
  color: #b91c1c;
  font-weight: 700;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid #fca5a5;
}

.highlight-competitor {
  background-color: #f1f5f9;
  color: #334155;
  font-weight: 600;
  padding: 1px 6px;
  border-radius: 4px;
  border: 1px solid #cbd5e1;
}
