<%# Favicon / ícone do app (marca Reem — van laranja) %> <%# 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? %>
<%= notice %>
<% end %> <% if alert.present? %>
⚠️ <%= alert %>
<% end %> <%# ── Conteúdo principal ──────────────────────────────── %>
<%= yield %>
<%# Auto-hide flash após 4s (JS simples) %>