/* =====================================================
    TOPBAR, BOTONES Y TARJETAS
    ===================================================== */

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid #fff;
  border-radius: 16px;
  background: linear-gradient(285deg, #0c4594b5, #062a56);
  margin-bottom: 14px;
}
#pageTitle {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 0;
  color: #fff;
}
#menuBtn {
  display: none;
}

#pageSubtitle {
  margin-top: 2px;
  font-size: 13px;
  font-weight: 500;
  color: #ecf0f3;
}
.chip {
  padding: 7px 10px;
  position: relative;
  top: -5px;
  text-align: center;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--line);
  font-size: 12px;
  color: var(--text);
}
