import { tv } from 'tailwind-variants'; export const styles = tv({ slots: { base: 'group/panel overflow-hidden rounded-2xl border border-border-hero bg-background-white text-text-body [&_:focus-visible]:focus-outline', header: 'px-2 py-[0.625rem] sm:px-4', }, variants: { look: { hero: { header: 'bg-surface-hero text-text-mono', }, faint: { base: 'border-border-muted-soft', header: 'border-0 border-b border-b-border-muted-soft bg-surface-muted-faint text-text-body', }, }, }, });