.title[data-v-dc861ff0] {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.title[data-v-dc861ff0] [data-route] {
  cursor: pointer;
  text-decoration: none;
}
.title[data-v-dc861ff0] [data-route]:hover {
  text-decoration: underline;
}
.title-wrap[data-v-dc861ff0] {
  min-width: 0;
}
.subtitle[data-v-dc861ff0] {
  line-height: 1.3;
  white-space: normal;
}
.grid[data-v-dc861ff0] {
  display: grid;
  grid-template-columns: auto 1fr auto;
  justify-content: center;
}
.header-main[data-v-dc861ff0] {
  position: relative;
  min-width: 0;
  overflow: visible;
}
.subtitle-visible[data-v-dc861ff0] {
  position: absolute;
  top: var(--subtitle-offset);
  left: 0;
  right: 0;
  pointer-events: none;
}
.subtitle-space[data-v-dc861ff0] {
  visibility: hidden;
}
.notification-indicator[data-v-dc861ff0] {
  position: absolute;
  top: -5px;
  right: -6px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: var(--ion-color-danger);
  font-size: 8px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suggest-help[data-v-dc861ff0] {
  position: absolute;
  display: flex;
  top: 60px;
  right: 24px;
  background: white;
  padding: 16px;
  vertical-align: middle;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
}
.suggest-help[data-v-dc861ff0]:hover {
  transform: scale(1.1);
}
.tour-editor .toolbar[data-v-dc861ff0] {
  position: sticky;
  text-align: right;
  z-index: 1001;
  background: var(--ion-background-color);
  border-bottom: 1px solid var(--ion-border-color);
  width: 100%;
}
.tour-editor[data-v-dc861ff0] {
  position: absolute;
  top: 0px;
  right: 0px;
  background: white;
  padding: 16px;
  vertical-align: middle;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  z-index: 1000;
  transition: all 0.2s ease-in-out;
  height: 100vh;
  width: 400px;
  overflow: auto;
}
.help-btn[data-v-dc861ff0] {
  border-radius: 50%;
}
.pulse[data-v-dc861ff0] {
  animation: pulse-dc861ff0 3s infinite;
  position: relative;
  z-index: 500;
}
@keyframes pulse-dc861ff0 {
0% {
    box-shadow: 0 0 0 0 rgba(33, 112, 138, 0.7);
}
70% {
    box-shadow: 0 0 0 16px rgba(33, 112, 138, 0);
}
100% {
    box-shadow: 0 0 0 0 rgba(33, 112, 138, 0);
}
}
.ai[data-v-dc861ff0] {
  background: var(--ion-color-tertiary);
  color: white;
  padding: 2px 4px;
  border-radius: 4px;
  margin: 0 4px;
}