%# Favicon / ícone do app (marca Reem — quadrado laranja com "G") %> <%# Tailwind via CDN em desenvolvimento — compilar em produção %> <%# Google Fonts — Inter %> <%= javascript_importmap_tags %> <%= yield :head %>
<%# ── Navbar ─────────────────────────────────────────── %> <% if user_signed_in? %> <%= render 'layouts/navbar' %> <% end %> <%# ── Flash Messages ─────────────────────────────────── %> <% if notice.present? %>