@props(['tone' => 'light']) @php $locales = config('smartcarb.locales'); $active = app()->getLocale(); $base = $tone === 'dark' ? 'border-white/25 text-white hover:bg-white/10' : 'border-ink-200 text-ink-700 hover:border-brand-500 hover:text-brand-600'; @endphp