{{--
Guest layout - marketing / public pages.
Full-width canvas, no admin chrome, but includes theme + preferences UI
so an unauthenticated visitor can still switch between light and dark.
--}}
@extends('layouts.base')
@section('body')
@yield('content')
@endsection