{{-- Injected into the Filament admin
via a render hook. Restyles the panel to match the AGS Math admin look: - Crimson gradient sidebar (#960000 → #750000), white text, gold hover - Light cream background, surface white - AGS logo inverted to white via filter: brightness(0) invert(1) - Tightened spacing, AGS-family typography accents --}} @php($colors = app(\App\Services\Config\SiteConfig::class)->all()) @php($primary = $colors['primary_color'] ?? '#960000') @php($primaryDark = '#750000') @php($gold = $colors['secondary_color'] ?? '#BF9237') @php($cream = $colors['bg_color'] ?? '#FBF9F4') @php($ink = $colors['ink_color'] ?? '#2B2B2B')