/* Learner mobile UI cleanup: topbar labels, CV Scan hero clutter, legacy eCard panel */

/* Rename the environment badge from Supabase to GO4AI without touching auth/session logic. */
.livebadge {
  font-size: 0 !important;
}
.livebadge::after {
  content: "● GO4AI";
  font-size: 11px;
}

/* Hide learner reset action from the topbar; keep logout visible. */
.usermenu > button.btn.sm.sub:first-of-type {
  display: none !important;
}

/* CV Scan: remove redundant navigation and step chips shown in the hero card. */
.career-path-actions,
.career-step-strip {
  display: none !important;
}

/* AI Passport profile page: eCard/namecard now has its own route at /me/ecard. */
#ecard {
  display: none !important;
}

@media (max-width: 900px) {
  .livebadge::after {
    font-size: 11px;
  }
}
