import { ChevronDown, ChevronUp, ExternalLink, Zap, Layers, FileText, Lightbulb, BookOpen, } from "lucide-react" import VerdictBadge from "./VerdictBadge" function StanceDot({ stance }) { const cls = stance === "SUPPORTS" ? "stance-dot--supports" : stance === "CONTRADICTS" ? "stance-dot--contradicts" : "stance-dot--neutral" return