/* Minimal platform bar for Jobs (mirrors hub platform-shell.css .ep-platform-bar) */
.ep-platform-bar {
  font-family: 'Plus Jakarta Sans', system-ui, sans-serif;
  font-size: 0.75rem;
  background: #0c2844;
  color: rgba(255, 255, 255, 0.9);
  padding: 0.35rem 0.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.35rem 0.75rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ep-platform-bar__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.75rem;
}
.ep-platform-bar__logout {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  background: transparent;
  border: none;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
  cursor: pointer;
}
.ep-platform-bar__logout:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
}
.ep-platform-bar a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
  padding: 0.2rem 0.45rem;
  border-radius: 4px;
}
.ep-platform-bar a:hover,
.ep-platform-bar a[aria-current="page"] {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}
.ep-platform-bar__brand {
  font-weight: 800;
  color: #fff !important;
  margin-right: 0.25rem;
}
.ep-platform-bar__org {
  color: rgba(255, 255, 255, 0.65);
  font-weight: 600;
}
