/* ADMIN — ENREGISTREMENT DIRECT (variables héritées de app.css / suggestions.css) */
.ea-nav { display: flex; gap: 8px; }
.ea-nav a { padding: 7px 16px; border-radius: 20px; font-size: 13.5px; font-weight: 700; text-decoration: none; background: #f5f7f5; color: #15231e; border: 1px solid #e9ecea; }
.ea-nav a.active { background: #15231e; color: #d3ab4f; border-color: #15231e; }
.ea-legend { display: flex; flex-wrap: wrap; gap: 6px 16px; margin-bottom: 14px; font-size: 12.5px; font-weight: 600; color: #75807a; }
