
.overview-page[data-v-23d3a588] {
  min-height: calc(100vh - 56px - 64px);
  background-color: #f8fafc;
  max-width: 600px;
  margin: 0 auto;
}

/* 统一标题行与像素级垂直居中对齐 */
.section-header-row[data-v-23d3a588] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 26px;
  line-height: 1;
}
.header-left[data-v-23d3a588],
.header-right[data-v-23d3a588] {
  display: flex;
  align-items: center;
}
.header-icon[data-v-23d3a588] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.header-title[data-v-23d3a588] {
  font-size: 13px;
  font-weight: 700;
  color: #475569;
  line-height: 1;
  display: inline-flex;
  align-items: center;
}
.header-hint[data-v-23d3a588] {
  font-size: 11px;
  color: #94a3b8;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.header-chip[data-v-23d3a588] {
  font-weight: 700;
  height: 22px !important;
  font-size: 11px !important;
  padding: 0 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
  margin: 0 !important;
}
.header-btn[data-v-23d3a588] {
  font-weight: 700 !important;
  height: 22px !important;
  min-height: 22px !important;
  padding: 0 2px !important;
  display: inline-flex !important;
  align-items: center !important;
  line-height: 1 !important;
}
.header-btn[data-v-23d3a588] .v-btn__content {
  display: inline-flex;
  align-items: center;
  line-height: 1;
  height: 100%;
}
.btn-text[data-v-23d3a588] {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}
.chevron-icon[data-v-23d3a588] {
  display: inline-flex;
  align-items: center;
}

/* 学员网格容器：5列排布 */
.student-slider-wrapper[data-v-23d3a588] {
  overflow: hidden;
  position: relative;
  touch-action: pan-y;
}
.student-grid-container[data-v-23d3a588] {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px 4px;
  padding: 10px 2px 4px 2px;
  width: 100%;
}
.student-grid-container.allow-scroll[data-v-23d3a588] {
  max-height: 246px;
  overflow-y: auto;
}
.student-item[data-v-23d3a588] {
  position: relative;
  cursor: pointer;
  opacity: 0.65;
  transition: opacity 0.25s ease;
  will-change: transform, opacity;
  width: 100%;
}
.student-item.is-active[data-v-23d3a588] {
  opacity: 1 !important;
  z-index: 5;
}
.student-item:active .avatar-ring[data-v-23d3a588] {
  transform: scale(0.95);
  transition-duration: 0.1s;
}
.student-item.is-active:active .avatar-ring[data-v-23d3a588] {
  transform: scale(1.10);
  transition-duration: 0.1s;
}
.avatar-slot[data-v-23d3a588] {
  width: 44px;
  height: 44px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.avatar-ring[data-v-23d3a588] {
  position: relative;
  padding: 0;
  border-radius: 50%;
  transition: transform 0.25s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.avatar-ring.active[data-v-23d3a588] {
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3.5px #00897b, 0 6px 14px -1px rgba(0, 137, 123, 0.4);
  transform: scale(1.18);
}
.selected-badge[data-v-23d3a588] {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #00897b;
  border: 2px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 4;
}
.badge-pop-enter-active[data-v-23d3a588],
.badge-pop-leave-active[data-v-23d3a588] {
  transition: all 0.2s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.badge-pop-enter-from[data-v-23d3a588],
.badge-pop-leave-to[data-v-23d3a588] {
  transform: scale(0);
  opacity: 0;
}
.student-name[data-v-23d3a588] {
  transition: color 0.25s ease, font-weight 0.25s ease, transform 0.25s ease;
  font-size: 11px;
  margin-top: 2px;
  line-height: 1.3;
}
.student-name.active-name[data-v-23d3a588] {
  color: #004d40 !important;
  font-weight: 800 !important;
  transform: scale(1.06);
}

/* 课程打卡胶囊滑块包装器 (默认4列，展开为4+4两排) */
.pill-slider-wrapper[data-v-23d3a588] {
  background: #f8fafc;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden;
  touch-action: pan-y;
}
.pill-slider-wrapper.is-expanded[data-v-23d3a588] {
  background: #ffffff;
  border-color: rgba(0, 137, 123, 0.18);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}
.pill-slider-grid[data-v-23d3a588] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px 6px;
  width: 100%;
}
.pill-grid-btn[data-v-23d3a588] {
  width: 100% !important;
  min-width: 0 !important;
  padding: 0 4px !important;
  margin: 0 !important;
  font-size: 12px !important;
  letter-spacing: 0 !important;
  box-shadow: none !important;
  will-change: transform, opacity;
}
.pill-grid-btn[data-v-23d3a588] .v-btn__content {
  width: 100%;
  justify-content: center;
}
.pill-btn-text[data-v-23d3a588] {
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sign-timeline[data-v-23d3a588] .v-timeline-item__body {
  width: 100% !important;
  justify-self: stretch !important;
  min-width: 0 !important;
}
.timeline-record-row[data-v-23d3a588] {
  cursor: pointer;
  border-radius: 8px;
  padding: 4px 6px;
  transition: background-color 0.15s ease;
}
.timeline-record-row[data-v-23d3a588]:active {
  background-color: rgba(0, 0, 0, 0.04);
}


/*# sourceMappingURL=chunk-56df88d0.6e9d5ee3.css.map*/