.np-column-slider[data-v-f90ff7ee] {
  position: relative;
  height: 100%;
  min-height: 300px;
  width: 100%;
  overflow: hidden;
  background: var(--ion-color-light-tint, #fafafa);
}
.column-track[data-v-f90ff7ee] {
  display: flex;
  flex-direction: row;
  height: 100%;
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  align-items: stretch;
  will-change: transform;
}
.column[data-v-f90ff7ee] {
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 0 0 var(--6e393843);
  width: var(--6e393843);
  transition: opacity 260ms ease, filter 260ms ease, transform 260ms ease;
  background: var(--ion-background-color, #fff);
  min-width: 0;
  overflow: hidden;
}
.column-inner[data-v-f90ff7ee] {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 8px;
  border-radius: 8px;
  background: var(--ion-background-color, #fff);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.column-active[data-v-f90ff7ee] {
  opacity: 1;
  z-index: 2;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}
.column-prior[data-v-f90ff7ee],
.column-upcoming[data-v-f90ff7ee] {
  opacity: 0.55;
  filter: saturate(0.85);
  transform: scale(0.98);
}
.column-upcoming[data-v-f90ff7ee] {
  pointer-events: none;
}
.column-prior[data-v-f90ff7ee] {
  cursor: pointer;
}
.column-prior[data-v-f90ff7ee]:hover {
  opacity: 0.8;
  filter: saturate(1);
}
.column-header[data-v-f90ff7ee] {
  padding: 10px 14px;
  border-bottom: 1px solid var(--ion-color-light-shade, #e5e7eb);
  background: var(--ion-color-light-tint, #fafafa);
  flex-shrink: 0;
  user-select: none;
}
.header-back[data-v-f90ff7ee] {
  cursor: pointer;
  transition: background 160ms ease;
}
.header-back[data-v-f90ff7ee]:hover {
  background: var(--ion-color-light-shade, #eef0f3);
}
.header-row[data-v-f90ff7ee] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.back-chevron[data-v-f90ff7ee] {
  color: var(--ion-color-primary);
  font-size: 18px;
  padding: 4px;
  flex-shrink: 0;
}
.column-title[data-v-f90ff7ee] {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--ion-color-medium-shade, #555);
}
.column-selected[data-v-f90ff7ee] {
  font-size: 13px;
  font-weight: 500;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--ion-color-dark, #111);
}
.column-body[data-v-f90ff7ee] {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
.fullview-layer[data-v-f90ff7ee] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: var(--ion-background-color, #fff);
  transform: translateX(100%);
  transition: transform 400ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 10;
  box-shadow: -8px 0 24px rgba(0, 0, 0, 0.08);
  pointer-events: none;
}
.fullview-layer.fullview-active[data-v-f90ff7ee] {
  transform: translateX(0);
  pointer-events: auto;
}
.fullview-header[data-v-f90ff7ee] {
  flex-shrink: 0;
  padding: 12px 16px;
  border-bottom: 1px solid var(--ion-color-light-shade, #e5e7eb);
  background: var(--ion-color-light-tint, #fafafa);
}
.fullview-body[data-v-f90ff7ee] {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}