.np-timeline[data-v-b85e7438] {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  padding: 16px 8px;
  min-height: 400px;
  height: 100%;
  box-sizing: border-box;
}
.np-timeline.has-legend[data-v-b85e7438] {
  flex-direction: row;
  width: auto;
  align-items: stretch;
}
.timeline-legend[data-v-b85e7438] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  padding: 8px 8px 0 0;
  flex-shrink: 0;
}
.timeline-main[data-v-b85e7438] {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  height: 100%;
}
.legend-item[data-v-b85e7438] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: var(--ion-color-medium);
  transition: opacity 0.15s ease;
}
.legend-item .legend-icon[data-v-b85e7438] {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background: var(--ion-color-medium);
}
.legend-item .legend-icon i[data-v-b85e7438] {
  font-size: 9px;
  color: white;
}
.legend-item span[data-v-b85e7438] {
  min-width: 12px;
  text-align: right;
}
.legend-item.check-in .legend-icon[data-v-b85e7438], .legend-item.completion .legend-icon[data-v-b85e7438] {
  background: var(--ion-color-success);
}
.legend-item.ticket .legend-icon[data-v-b85e7438] {
  background: var(--ion-color-warning);
}
.legend-item.feature-request .legend-icon[data-v-b85e7438] {
  background: var(--ion-color-tertiary);
}
.legend-item.email .legend-icon[data-v-b85e7438], .legend-item.onboarding .legend-icon[data-v-b85e7438] {
  background: var(--ion-color-primary);
}
.legend-item.hidden-type[data-v-b85e7438] {
  opacity: 0.35;
}
.filter-trigger[data-v-b85e7438] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 8px;
  cursor: pointer;
  padding: 4px 8px;
  border-radius: 6px;
  transition: background 0.15s ease;
}
.filter-trigger[data-v-b85e7438]:hover {
  background: var(--ion-color-light);
}
.filter-trigger .filter-range-badge[data-v-b85e7438] {
  font-size: 9px;
  background: var(--ion-color-light-shade);
  padding: 2px 6px;
  border-radius: 4px;
  color: var(--ion-color-medium);
  white-space: nowrap;
}
.filter-trigger .filter-icons[data-v-b85e7438] {
  display: flex;
  gap: 4px;
}
.filter-trigger .filter-icons i[data-v-b85e7438] {
  font-size: 10px;
  color: var(--ion-color-medium);
  transition: opacity 0.15s ease;
}
.filter-trigger .filter-icons i.hidden-type[data-v-b85e7438] {
  opacity: 0.25;
}
.days-badge[data-v-b85e7438] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  color: white;
  margin-bottom: 12px;
  flex-shrink: 0;
}
.days-badge .days-number[data-v-b85e7438] {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.days-badge .days-label[data-v-b85e7438] {
  font-size: 8px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 1px;
  opacity: 0.9;
}
.timeline-container[data-v-b85e7438] {
  position: relative;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 300px;
}
.endpoint-label[data-v-b85e7438] {
  font-size: 9px;
  color: var(--ion-color-medium);
  text-align: center;
  flex-shrink: 0;
  padding: 4px 0;
}
.endpoint-label.start[data-v-b85e7438] {
  margin-bottom: 4px;
}
.endpoint-label.end[data-v-b85e7438] {
  margin-top: 4px;
}
.endpoint-label .endpoint-date[data-v-b85e7438] {
  font-weight: 500;
  color: var(--ion-text-color);
}
.timeline-track[data-v-b85e7438] {
  position: relative;
  width: 6px;
  flex: 1;
  background: var(--ion-color-light-shade);
  border-radius: 3px;
  overflow: visible;
}
.timeline-progress[data-v-b85e7438] {
  width: 100%;
  background: linear-gradient(to bottom, var(--ion-color-success) 0%, var(--ion-color-success-shade) 60%, var(--ion-color-warning) 85%, var(--ion-color-warning-shade) 100%);
  border-radius: 3px;
  transition: height 0.3s ease;
}
.track-marker[data-v-b85e7438] {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  z-index: 1;
}
.track-marker .marker-dot[data-v-b85e7438] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--ion-color-medium);
  border: 2px solid white;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  flex-shrink: 0;
  cursor: pointer;
  transition: transform 0.15s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.track-marker .marker-dot i[data-v-b85e7438] {
  font-size: 8px;
  color: white;
}
.track-marker .marker-label[data-v-b85e7438] {
  position: absolute;
  left: 20px;
  font-size: 9px;
  line-height: 1.2;
  white-space: nowrap;
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  opacity: 0;
  transition: opacity 0.15s ease;
  background: white;
  padding: 2px 6px;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.track-marker .marker-label i[data-v-b85e7438] {
  font-size: 9px;
  color: var(--ion-color-medium);
}
.track-marker .marker-label .marker-text[data-v-b85e7438] {
  color: var(--ion-text-color);
}
.track-marker[data-v-b85e7438]:hover {
  z-index: 10;
}
.track-marker:hover .marker-dot[data-v-b85e7438] {
  transform: scale(1.2);
}
.track-marker:hover .marker-label[data-v-b85e7438] {
  opacity: 1;
}
.track-marker.has-icon .marker-dot[data-v-b85e7438] {
  width: 18px;
  height: 18px;
}
.track-marker.has-icon .marker-dot i[data-v-b85e7438] {
  font-size: 9px;
}
.track-marker.phase .marker-dot[data-v-b85e7438] {
  background: var(--ion-color-primary);
  width: 12px;
  height: 12px;
}
.track-marker.show-always .marker-label[data-v-b85e7438] {
  opacity: 1;
}
.track-marker.completion .marker-dot[data-v-b85e7438] {
  background: var(--ion-color-success);
}
.track-marker.completion:not(.has-icon) .marker-dot[data-v-b85e7438] {
  width: 8px;
  height: 8px;
}
.track-marker.email .marker-dot[data-v-b85e7438], .track-marker.onboarding .marker-dot[data-v-b85e7438] {
  background: var(--ion-color-primary);
}
.track-marker.ticket .marker-dot[data-v-b85e7438] {
  background: var(--ion-color-warning);
}
.current-marker[data-v-b85e7438] {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  display: flex;
  align-items: center;
}
.current-marker .current-dot[data-v-b85e7438] {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--ion-color-primary);
  border: 3px solid white;
  box-shadow: 0 0 0 2px var(--ion-color-primary-tint);
  animation: pulse-b85e7438 2s infinite;
}
.current-marker .current-label[data-v-b85e7438] {
  position: absolute;
  right: 16px;
  font-size: 9px;
  font-weight: 600;
  color: var(--ion-color-primary);
  background: white;
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  white-space: nowrap;
}
@keyframes pulse-b85e7438 {
0%, 100% {
    box-shadow: 0 0 0 2px var(--ion-color-primary-tint);
}
50% {
    box-shadow: 0 0 0 4px var(--ion-color-primary-tint);
}
}