"use client" import { Lock, Users, Globe } from "lucide-react" import { useWizard, CATEGORY_OPTIONS } from "./wizard-context" import { ChoiceCard } from "./primitives" import { cn } from "@/lib/utils" import type { Visibility } from "@/lib/ny-runde/types" const VISIBILITY_CARDS: { value: Visibility title: string description: string icon: React.ReactNode }[] = [ { value: "private", title: "Privat", description: "Bare du kan se denne runden.", icon: