/* assets/css/app.css */
body.p-3 { padding-bottom: 90px !important; }
.bottom-nav {
  position: fixed; bottom: 0; left: 0; right: 0;
  display: flex; background: #fff; border-top: 1px solid #ddd;
}
.bottom-nav a {
  flex: 1; text-align: center; padding: 10px 0; color: #333; text-decoration: none;
}
.bottom-nav a.active { color: #d6336c; font-weight: bold; }
.bottom-nav a { font-size: 0.8rem; }
.badge-chip { display: inline-block; padding: 4px 10px; background: #eee; border-radius: 12px; }
