{{-- mobile/tablet backdrop --}}
{{-- Default-password warning: shown while the seeded password is still in use (rotation
is recommended but not forced). Disappears once the password is actually changed. --}}
@if (auth()->user()?->must_change_password)
@endif
{{ $slot }}
@include('partials.toaster')
{{-- Command palette + keyboard shortcuts (persistent; one global keydown listener) --}}