
#app {
  font-family: Helvetica, sans-serif;
  /*text-align: center;*/
}
.toshici {
  background-color: #66b1ff;
  color:black;
}
#app a {
}
.page-bottom {
  margin-top: 2em;
  font-size: 90%;
  color: gray;
  text-align: center;
}
.title-icon {
  font-size: 28px;
  margin-right: 12px;
  opacity: 0.95;
}
.title-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 3px;
}
.title-sub {
  margin-left: auto;
  font-size: 13px;
  opacity: 0.8;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 20px;
}
.menu-list {
  background-color: #e0e3e3;
}
a {
  text-decoration: none;
}


/* 整体容器 */
.shici-container[data-v-1e3ae90e] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
}

/* 顶部标题区域 */
.header-section[data-v-1e3ae90e] {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  margin-bottom: 30px;
  color: white;
}
.big-title[data-v-1e3ae90e] {
  display: flex;
  flex-direction: column;
  padding: 20px 32px;
  margin-bottom: 12px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(102, 126, 234, 0.25);
}
.title-main[data-v-1e3ae90e] {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.title-icon[data-v-1e3ae90e] {
  font-size: 32px;
  margin-right: 12px;
}
.title-text[data-v-1e3ae90e] {
  font-size: 24px;
  font-weight: 600;
}
.title-bottom[data-v-1e3ae90e] {
  align-items: center;
  gap: 16px;
}
.title-sub[data-v-1e3ae90e] {
  font-size: 14px;
  opacity: 0.85;
  margin-left: 8px;
}
.title-link[data-v-1e3ae90e] {
}
.game-link[data-v-1e3ae90e] {
  color: #ffffff;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  font-size: 13px;
}
.game-link[data-v-1e3ae90e]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}
.page-title[data-v-1e3ae90e] {
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 10px 0;
  letter-spacing: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.page-subtitle[data-v-1e3ae90e] {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 2px;
}
.title-link[data-v-1e3ae90e] {
  margin-left: auto;
}
.game-link[data-v-1e3ae90e] {
  color: #ffffff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease;
  font-size: 14px;
}
.game-link[data-v-1e3ae90e]:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* 筛选区域 */
.filter-section[data-v-1e3ae90e] {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.search-input[data-v-1e3ae90e],
.filter-select[data-v-1e3ae90e] {
  width: 100%;
}
.stats-col[data-v-1e3ae90e] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.stats-text[data-v-1e3ae90e] {
  color: #666;
  font-size: 14px;
}

/* 诗词列表 */
.shici-list[data-v-1e3ae90e] {
  margin-bottom: 30px;
}
.shici-col[data-v-1e3ae90e] {
  margin-bottom: 24px;
}

/* 诗词卡片 */
.shici-card[data-v-1e3ae90e] {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.shici-card[data-v-1e3ae90e]:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.card-header[data-v-1e3ae90e] {
  margin-bottom: 12px;
}
.poem-title[data-v-1e3ae90e] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0 0 8px 0;
  line-height: 1.4;
}
.poem-author[data-v-1e3ae90e] {
  font-size: 14px;
  color: #888;
  display: flex;
  align-items: center;
  gap: 4px;
}
.card-divider[data-v-1e3ae90e] {
  height: 1px;
  background: linear-gradient(90deg, transparent, #e0e0e0, transparent);
  margin: 16px 0;
}

/* 诗词内容 */
.poem-content[data-v-1e3ae90e] {
  flex: 1;
  margin-bottom: 16px;
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
.poem-content[data-v-1e3ae90e]::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, white);
}
.poem-line[data-v-1e3ae90e] {
  margin: 6px 0;
  font-size: 15px;
  color: #555;
  line-height: 1.8;
  text-align: center;
}

/* 卡片底部 */
.card-footer[data-v-1e3ae90e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.poem-time[data-v-1e3ae90e] {
  font-size: 12px;
  color: #aaa;
  display: flex;
  align-items: center;
  gap: 4px;
}
.view-detail[data-v-1e3ae90e] {
  font-size: 13px;
  color: #667eea;
  display: flex;
  align-items: center;
  gap: 2px;
  transition: color 0.2s;
}
.shici-card:hover .view-detail[data-v-1e3ae90e] {
  color: #764ba2;
}

/* 加载更多 */
.load-more-section[data-v-1e3ae90e] {
  text-align: center;
  padding: 20px;
}
.load-more-btn[data-v-1e3ae90e] {
  min-width: 150px;
  border-radius: 25px;
}

/* 详情弹窗 */
.poem-dialog[data-v-1e3ae90e] .el-dialog {
  border-radius: 16px;
  overflow: hidden;
}
.poem-dialog[data-v-1e3ae90e] .el-dialog__header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  padding: 24px 20px;
}
.poem-dialog[data-v-1e3ae90e] .el-dialog__title {
  color: white;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 2px;
}
.poem-dialog[data-v-1e3ae90e] .el-dialog__headerbtn {
  top: 24px;
  right: 20px;
}
.poem-dialog[data-v-1e3ae90e] .el-dialog__headerbtn .el-dialog__close {
  color: white;
  font-size: 20px;
}
.poem-dialog[data-v-1e3ae90e] .el-dialog__headerbtn .el-dialog__close:hover {
  color: rgba(255, 255, 255, 0.8);
}
.poem-dialog[data-v-1e3ae90e] .el-dialog__body {
  padding: 30px;
}
.dialog-content[data-v-1e3ae90e] {
  padding: 10px 20px;
}
.dialog-author[data-v-1e3ae90e] {
  text-align: center;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.dialog-divider[data-v-1e3ae90e] {
  height: 1px;
  background: linear-gradient(90deg, transparent, #ddd, transparent);
  margin: 20px 0;
}
.dialog-poem[data-v-1e3ae90e] {
  padding: 20px 0;
}
.dialog-line[data-v-1e3ae90e] {
  font-size: 18px;
  color: #333;
  line-height: 2.2;
  margin: 8px 0;
  text-align: center;
  letter-spacing: 2px;
}
.dialog-footer[data-v-1e3ae90e] {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #f0f0f0;
}
.dialog-time[data-v-1e3ae90e] {
  font-size: 13px;
  color: #999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

/* 响应式调整 */
@media (max-width: 768px) {
.big-title[data-v-1e3ae90e] {
    padding: 15px 16px;
}
.title-main[data-v-1e3ae90e] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.title-icon[data-v-1e3ae90e] {
    font-size: 24px;
}
.title-text[data-v-1e3ae90e] {
    font-size: 18px;
}
.title-bottom[data-v-1e3ae90e] {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}
.title-link[data-v-1e3ae90e] {
    width: 100%;
}
.game-link[data-v-1e3ae90e] {
    display: inline-block;
    text-align: center;
    padding: 4px 12px;
    font-size: 13px;
}
.page-title[data-v-1e3ae90e] {
    font-size: 28px;
    letter-spacing: 4px;
}
.header-section[data-v-1e3ae90e] {
    padding: 30px 15px;
}
.stats-col[data-v-1e3ae90e] {
    justify-content: flex-start;
    margin-top: 15px;
}
.shici-card[data-v-1e3ae90e] {
    padding: 18px;
}
.poem-title[data-v-1e3ae90e] {
    font-size: 18px;
}
.dialog-line[data-v-1e3ae90e] {
    font-size: 16px;
}
}


.shicigame-layout[data-v-156cd272] {
  min-height: 100vh;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.layout-header[data-v-156cd272] {
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 100;
}
.header-content[data-v-156cd272] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
}
.header-left[data-v-156cd272] {
  display: flex;
  align-items: center;
  gap: 30px;
  flex: 1;
}
.site-title[data-v-156cd272] {
  font-size: 24px;
  font-weight: 600;
  color: #667eea;
  margin: 0;
  letter-spacing: 2px;
  white-space: nowrap;
}
.nav-menu[data-v-156cd272] {
  display: flex;
  gap: 20px;
  flex: 1;
  justify-content: center;
}
.nav-link[data-v-156cd272] {
  text-decoration: none;
  color: #606266;
  font-size: 16px;
  padding: 8px 16px;
  border-radius: 20px;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.nav-link[data-v-156cd272]:hover {
  color: #667eea;
  background: rgba(102, 126, 234, 0.1);
}
.nav-link.active[data-v-156cd272] {
  color: white;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}
.header-right[data-v-156cd272] {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.user-info[data-v-156cd272] {
  display: flex;
  align-items: center;
  gap: 15px;
}
.username[data-v-156cd272] {
  color: #303133;
  font-weight: 500;
  font-size: 14px;
}
.logout-btn[data-v-156cd272] {
  padding: 8px 16px;
  border-radius: 20px;
}
.login-link[data-v-156cd272] {
  color: #667eea;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  border: 2px solid #667eea;
  border-radius: 20px;
  transition: all 0.3s ease;
}
.login-link[data-v-156cd272]:hover {
  background: #667eea;
  color: white;
}
.layout-content[data-v-156cd272] {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* 响应式设计 */
@media (max-width: 768px) {
.header-content[data-v-156cd272] {
    flex-direction: column;
    height: auto;
    padding: 15px 20px;
    gap: 15px;
}
.header-left[data-v-156cd272] {
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
}
.site-title[data-v-156cd272] {
    font-size: 20px;
    text-align: center;
}
.nav-menu[data-v-156cd272] {
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.nav-link[data-v-156cd272] {
    font-size: 14px;
    padding: 6px 12px;
}
.header-right[data-v-156cd272] {
    width: 100%;
    justify-content: center;
}
.user-info[data-v-156cd272] {
    gap: 10px;
}
.username[data-v-156cd272] {
    font-size: 12px;
}
.logout-btn[data-v-156cd272] {
    padding: 6px 12px;
    font-size: 12px;
}
.login-link[data-v-156cd272] {
    font-size: 12px;
    padding: 6px 12px;
}
.layout-content[data-v-156cd272] {
    padding: 20px 15px;
}
}
@media (max-width: 480px) {
.nav-menu[data-v-156cd272] {
    flex-wrap: wrap;
}
.nav-link[data-v-156cd272] {
    font-size: 12px;
    padding: 4px 8px;
}
.site-title[data-v-156cd272] {
    font-size: 18px;
}
.header-content[data-v-156cd272] {
    padding: 10px 15px;
    gap: 10px;
}
.layout-content[data-v-156cd272] {
    padding: 15px 10px;
}
}


/* 整体容器 */
.shicigame-container[data-v-2de78506] {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px;
}

/* 顶部标题区域 */
.header-section[data-v-2de78506] {
  position: relative;
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 16px;
  margin-bottom: 30px;
  color: white;
}
.login-user[data-v-2de78506] {
  position: absolute;
  right: 14px;
  top: 12px;
  font-size: 12px;
  font-weight: 500;
  opacity: 0.95;
}
.page-title[data-v-2de78506] {
  font-size: 42px;
  font-weight: 600;
  margin: 0 0 10px 0;
  letter-spacing: 8px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}
.page-subtitle[data-v-2de78506] {
  font-size: 16px;
  margin: 0;
  opacity: 0.9;
  letter-spacing: 2px;
}

/* 控制区域 */
.control-section[data-v-2de78506] {
  background: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}
.start-btn[data-v-2de78506],
.add-btn[data-v-2de78506] {
  width: 100%;
}
.score-col[data-v-2de78506] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.score-text[data-v-2de78506] {
  font-size: 18px;
  font-weight: 600;
  color: #667eea;
}

/* 游戏区域 */
.game-section[data-v-2de78506] {
  margin-bottom: 30px;
}

/* 题目卡片 */
.question-card[data-v-2de78506] {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
}
.question-header[data-v-2de78506] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.question-title[data-v-2de78506] {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin: 0;
}
.question-type[data-v-2de78506] {
  background: #667eea;
  color: white;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 14px;
}
.question-content[data-v-2de78506] {
  margin-bottom: 30px;
}
.question-text[data-v-2de78506] {
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
  color: #333;
  margin: 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
  white-space: pre-wrap;
  font-weight: 600;
  letter-spacing: 1px;
}
.question-ref[data-v-2de78506] {
  margin: 12px 0 0 0;
  text-align: center;
  font-size: 14px;
  color: #909399;
}

/* 选项区域 */
.options-section[data-v-2de78506] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 15px;
  margin-bottom: 30px;
}
.option-btn[data-v-2de78506] {
  padding: 15px;
  font-size: 16px;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: normal;
  height: auto;
  line-height: 1.4;
  text-align: left;
  word-break: break-word;
}
.option-btn.el-button[data-v-2de78506] {
  white-space: normal;
}
.option-btn[data-v-2de78506]:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.question-footer[data-v-2de78506] {
  text-align: center;
}
.submit-btn[data-v-2de78506] {
  min-width: 150px;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 25px;
}

/* 反馈卡片 */
.feedback-card[data-v-2de78506] {
  background: white;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-top: 20px;
}
.feedback-header[data-v-2de78506] {
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  text-align: center;
}
.feedback-header.correct[data-v-2de78506] {
  background: #f0f9eb;
  color: #67c23a;
}
.feedback-header.incorrect[data-v-2de78506] {
  background: #fef0f0;
  color: #f56c6c;
}
.feedback-header h3[data-v-2de78506] {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}
.correct-answer[data-v-2de78506] {
  font-size: 16px;
  color: #f56c6c;
  margin-bottom: 15px;
  white-space: normal;
  word-break: break-word;
}
.explanation[data-v-2de78506] {
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

/* 诗词信息 */
.poem-info[data-v-2de78506] {
  background: #f9f9f9;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.poem-header-row[data-v-2de78506] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
}
.poem-title[data-v-2de78506] {
  flex: 1;
  text-align: left;
  margin: 0;
}
.poem-actions[data-v-2de78506] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.poem-info h4[data-v-2de78506] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin: 0 0 5px 0;
  text-align: center;
}
.poem-info .author[data-v-2de78506] {
  font-size: 14px;
  color: #666;
  margin: 0 0 15px 0;
  text-align: center;
}
.poem-info .poem-content[data-v-2de78506] {
  text-align: center;
}
.poem-split[data-v-2de78506] {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.poem-left[data-v-2de78506] {
  flex: 1;
  min-width: 0;
}
.poem-right[data-v-2de78506] {
  flex: 1;
  min-width: 0;
  text-align: left;
  padding: 12px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #f0f0f0;
}
.annotation-title[data-v-2de78506] {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.annotation-text[data-v-2de78506] {
  font-size: 14px;
  line-height: 1.7;
  color: #555;
  white-space: pre-wrap;
  word-break: break-word;
  max-height: 280px;
  overflow: auto;
}
@media (max-width: 768px) {
.poem-split[data-v-2de78506] {
    flex-direction: column;
}
}
.poem-info .poem-content p[data-v-2de78506] {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 5px 0;
}
.poem-line-highlight[data-v-2de78506] {
  font-weight: 800;
  color: #d32f2f;
  background: #fff1f0;
  border-radius: 6px;
  padding: 4px 8px;
  display: inline-block;
}
.feedback-footer[data-v-2de78506] {
  text-align: center;
}
.next-btn[data-v-2de78506] {
  min-width: 150px;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 25px;
}

/* 游戏结束区域 */
.game-over-section[data-v-2de78506] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 400px;
}
.game-over-card[data-v-2de78506] {
  background: white;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12);
  text-align: center;
  max-width: 500px;
  width: 100%;
}
.game-over-title[data-v-2de78506] {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin: 0 0 30px 0;
}
.final-score[data-v-2de78506] {
  font-size: 24px;
  font-weight: 600;
  color: #667eea;
  margin: 0 0 10px 0;
}
.accuracy[data-v-2de78506] {
  font-size: 18px;
  color: #666;
  margin: 0 0 30px 0;
}
.stats[data-v-2de78506] {
  display: flex;
  justify-content: space-around;
  margin-bottom: 30px;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 8px;
}
.stats span[data-v-2de78506] {
  font-size: 16px;
  color: #333;
}
.restart-btn[data-v-2de78506] {
  min-width: 150px;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 25px;
}

/* 表单样式 */
.add-shici-form[data-v-2de78506],
.fetch-shici-form[data-v-2de78506] {
  padding: 20px 0;
}


/* 响应式调整 */
@media (max-width: 768px) {
.shicigame-container[data-v-2de78506] {
    padding: 12px;
}
.page-title[data-v-2de78506] {
    font-size: 28px;
    letter-spacing: 4px;
}
.header-section[data-v-2de78506] {
    padding: 30px 15px;
}
.control-section[data-v-2de78506] {
    padding: 15px;
}
.question-card[data-v-2de78506],
  .feedback-card[data-v-2de78506] {
    padding: 18px;
}
.question-header[data-v-2de78506] {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}
.question-title[data-v-2de78506] {
    font-size: 18px;
}
.question-type[data-v-2de78506] {
    font-size: 13px;
}
.question-text[data-v-2de78506] {
    font-size: 18px;
    padding: 15px;
    letter-spacing: 0.5px;
}
.options-section[data-v-2de78506] {
    grid-template-columns: 1fr;
}
.option-btn[data-v-2de78506] {
    padding: 12px;
    font-size: 15px;
}
.submit-btn[data-v-2de78506],
  .next-btn[data-v-2de78506],
  .restart-btn[data-v-2de78506] {
    width: 100%;
    min-width: 0;
}
.poem-info[data-v-2de78506] {
    padding: 14px;
}
.poem-header-row[data-v-2de78506] {
    flex-direction: column;
    align-items: flex-start;
}
.poem-actions[data-v-2de78506] {
    width: 100%;
    justify-content: flex-end;
}
.score-col[data-v-2de78506] {
    justify-content: flex-start;
    margin-top: 15px;
}
.stats[data-v-2de78506] {
    flex-direction: column;
    gap: 10px;
}
}


.shici-fetch-container[data-v-6b79b23e] {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.fetch-card[data-v-6b79b23e],
.poems-card[data-v-6b79b23e] {
  margin-bottom: 20px;
}
.library-card[data-v-6b79b23e] {
  margin-bottom: 20px;
}
.card-header[data-v-6b79b23e] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
}
.login-user[data-v-6b79b23e] {
  font-size: 12px;
  font-weight: 500;
  color: #606266;
}
.hover-active[data-v-6b79b23e]:hover {
  transform: scale(1.05);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}
.padding-20[data-v-6b79b23e] {
  padding: 20px;
}
.margin-left-10[data-v-6b79b23e] {
  margin-left: 10px;
}
.duplicate-group[data-v-6b79b23e] {
  margin-bottom: 20px;
}
.duplicate-title[data-v-6b79b23e] {
  margin-bottom: 10px;
  color: #303133;
  font-size: 16px;
  font-weight: 500;
}
.library-actions[data-v-6b79b23e] {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.library-filters[data-v-6b79b23e] {
  margin-bottom: 10px;
}
.list-error[data-v-6b79b23e] {
  margin-bottom: 10px;
}
.list-empty[data-v-6b79b23e] {
  padding: 14px 0;
  text-align: center;
  color: #909399;
  font-size: 13px;
}
.plain-table-wrap[data-v-6b79b23e] {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.plain-table[data-v-6b79b23e] {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}
.plain-table th[data-v-6b79b23e],
.plain-table td[data-v-6b79b23e] {
  border: 1px solid #ebeef5;
  padding: 8px 10px;
  vertical-align: top;
  color: #606266;
  background: #fff;
  word-break: break-word;
  white-space: pre-wrap;
}
.plain-table th[data-v-6b79b23e] {
  background: #f5f7fa;
  color: #303133;
  font-weight: 700;
}
.plain-table td[data-v-6b79b23e] {
  font-size: 12px;
}
.cell-multiline[data-v-6b79b23e] {
  white-space: pre-wrap;
  word-break: break-word;
  line-height: 1.6;
}
@media (max-width: 768px) {
.plain-table-wrap[data-v-6b79b23e] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.plain-table[data-v-6b79b23e] {
    min-width: 700px;
}
.plain-table th[data-v-6b79b23e],
  .plain-table td[data-v-6b79b23e] {
    white-space: pre-wrap;
    word-break: break-word;
    max-width: 200px;
}
}
.library-pagination[data-v-6b79b23e] {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.form-tip[data-v-6b79b23e] {
  margin-left: 10px;
  color: #909399;
  font-size: 12px;
}
.result-section[data-v-6b79b23e] {
  margin-top: 20px;
}
.result-section h3[data-v-6b79b23e] {
  margin-bottom: 15px;
  font-size: 16px;
  color: #303133;
}
.result-stats[data-v-6b79b23e] {
  display: flex;
  gap: 40px;
  margin-top: 20px;
  padding: 20px;
  background-color: #f5f7fa;
  border-radius: 4px;
}
.result-actions[data-v-6b79b23e] {
  margin-top: 20px;
  text-align: center;
}
.loading-section[data-v-6b79b23e] {
  margin-top: 30px;
  padding: 20px;
  text-align: center;
}
.loading-text[data-v-6b79b23e] {
  margin-top: 15px;
  color: #606266;
  font-size: 14px;
}
.poems-list[data-v-6b79b23e] {
  max-height: 500px;
  overflow-y: auto;
}
.poem-item[data-v-6b79b23e] {
  padding: 15px;
  border-bottom: 1px solid #ebeef5;
  transition: background-color 0.3s;
}
.poem-item[data-v-6b79b23e]:hover {
  background-color: #f5f7fa;
}
.poem-item[data-v-6b79b23e]:last-child {
  border-bottom: none;
}
.poem-title[data-v-6b79b23e] {
  font-size: 16px;
  font-weight: bold;
  color: #303133;
  margin-bottom: 5px;
}
.poem-author[data-v-6b79b23e] {
  font-size: 14px;
  color: #909399;
  margin-bottom: 10px;
}
.poem-content[data-v-6b79b23e] {
  font-size: 14px;
  color: #606266;
  line-height: 1.6;
  white-space: pre-wrap;
}
.priority-dialog-content[data-v-6b79b23e] {
  padding: 10px 20px;
}
.dialog-poem-info[data-v-6b79b23e] {
  text-align: center;
  margin-bottom: 24px;
  padding: 16px;
  background: #f5f7fa;
  border-radius: 8px;
}
.dialog-poem-info h4[data-v-6b79b23e] {
  margin: 0 0 8px 0;
  font-size: 18px;
  color: #333;
}
.dialog-poem-info p[data-v-6b79b23e] {
  margin: 0;
  font-size: 14px;
  color: #666;
}
.priority-selector[data-v-6b79b23e] {
  text-align: center;
}
.priority-selector label[data-v-6b79b23e] {
  display: block;
  margin-bottom: 16px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
}


.login-content[data-v-7ef1ba14] {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  min-height: 80vh;
}
.login-card[data-v-7ef1ba14] {
  width: 420px;
  max-width: 100%;
  border-radius: 12px;
}
.login-title[data-v-7ef1ba14] {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}
.login-alert[data-v-7ef1ba14] {
  margin-bottom: 12px;
}
.login-form[data-v-7ef1ba14] {
  margin-top: 8px;
}
.login-tips[data-v-7ef1ba14] {
  margin-top: 8px;
  color: #666;
  font-size: 12px;
}


.user-manager-container[data-v-147cd81c] {
  background: white;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}
.page-title[data-v-147cd81c] {
  font-size: 24px;
  font-weight: 600;
  color: #333;
  margin-bottom: 24px;
  text-align: center;
}
.toolbar[data-v-147cd81c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #eee;
}
.me[data-v-147cd81c] {
  font-size: 14px;
  color: #666;
}
.actions[data-v-147cd81c] {
  display: flex;
  gap: 12px;
}
.btn[data-v-147cd81c] {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: all 0.3s ease;
}
.btn-refresh[data-v-147cd81c] {
  background: #f5f7fa;
  color: #606266;
  border: 1px solid #dcdfe6;
}
.btn-refresh[data-v-147cd81c]:hover {
  background: #e4e7ed;
}
.btn-primary[data-v-147cd81c] {
  background: #409eff;
  color: white;
}
.btn-primary[data-v-147cd81c]:hover {
  background: #66b1ff;
}
.btn-danger[data-v-147cd81c] {
  background: #f56c6c;
  color: white;
}
.btn-danger[data-v-147cd81c]:hover {
  background: #f78989;
}
.btn[data-v-147cd81c]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.user-form[data-v-147cd81c] {
  background: #f5f7fa;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
.user-form h3[data-v-147cd81c] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
}
.form-group[data-v-147cd81c] {
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-group label[data-v-147cd81c] {
  width: 80px;
  font-weight: 500;
  color: #606266;
}
.form-group input[data-v-147cd81c],
.form-group select[data-v-147cd81c] {
  flex: 1;
  padding: 8px 12px;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
  font-size: 14px;
}
.user-list h3[data-v-147cd81c] {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
}
.user-table[data-v-147cd81c] {
  width: 100%;
  border-collapse: collapse;
  background: white;
  border: 1px solid #ebeef5;
  border-radius: 4px;
  overflow: hidden;
}
.user-table th[data-v-147cd81c],
.user-table td[data-v-147cd81c] {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ebeef5;
}
.user-table th[data-v-147cd81c] {
  background: #f5f7fa;
  font-weight: 600;
  color: #303133;
}
.user-table tr[data-v-147cd81c]:hover {
  background: #f5f7fa;
}
.empty-state[data-v-147cd81c] {
  text-align: center;
  padding: 40px;
  color: #909399;
  background: #f5f7fa;
  border-radius: 4px;
  margin-top: 16px;
}
@media (max-width: 768px) {
.form-group[data-v-147cd81c] {
    flex-direction: column;
    align-items: flex-start;
}
.form-group label[data-v-147cd81c] {
    width: 100%;
    margin-bottom: 4px;
}
.toolbar[data-v-147cd81c] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
}


.backup-container[data-v-dbaad234] {
  background: rgba(255, 255, 255, 0.95);
  border-radius: 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 30px;
}
.backup-header[data-v-dbaad234] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f0f0f0;
}
.backup-title[data-v-dbaad234] {
  font-size: 28px;
  font-weight: 600;
  color: #667eea;
  margin: 0;
}
.header-actions[data-v-dbaad234] {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* 三步指示器 */
.step-indicator[data-v-dbaad234] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  padding: 15px 0;
}
.step-btn[data-v-dbaad234] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f0f0f0;
  color: #909399;
  cursor: pointer;
  transition: all 0.3s ease;
}
.step-btn.active[data-v-dbaad234] {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}
.step-btn[data-v-dbaad234]:hover {
  transform: scale(1.1);
}
.step-num[data-v-dbaad234] {
  font-size: 24px;
  font-weight: 600;
}
.step-name[data-v-dbaad234] {
  font-size: 12px;
  margin-top: 2px;
}
.step-line[data-v-dbaad234] {
  width: 60px;
  height: 3px;
  background: #e0e0e0;
  margin: 0 10px;
}
.backup-content[data-v-dbaad234] {
  display: flex;
  gap: 30px;
  min-height: 500px;
}
.content-left[data-v-dbaad234] {
  flex: 2;
  background: #f9f9f9;
  border-radius: 8px;
  padding: 30px;
  border: 1px solid #e0e0e0;
}
.options-float[data-v-dbaad234] {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(245, 245, 245, 0.95);
  border-radius: 8px;
  padding: 15px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  max-width: 200px;
  max-height: 70vh;
  overflow-y: auto;
  z-index: 100;
}
.empty-state[data-v-dbaad234] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 400px;
  text-align: center;
  color: #909399;
}
.empty-icon[data-v-dbaad234] {
  font-size: 64px;
  margin-bottom: 20px;
  color: #c0c4cc;
}
.shici-content[data-v-dbaad234] {
  text-align: center;
}
.shici-title[data-v-dbaad234] {
  font-size: 24px;
  font-weight: 600;
  color: #303133;
  margin-bottom: 10px;
}
.shici-author[data-v-dbaad234] {
  font-size: 16px;
  color: #606266;
  margin-bottom: 30px;
}
.step-content[data-v-dbaad234] {
  margin-top: 30px;
}

/* 第一步：跟读 */
.reading-content[data-v-dbaad234] {
  font-size: 22px;
  line-height: 2.5;
  letter-spacing: 8px;
  margin-bottom: 30px;
  min-height: 200px;
  text-align: left;
}
.char-normal[data-v-dbaad234] {
  color: #c0c4cc;
}
.char-highlight[data-v-dbaad234] {
  color: #667eea;
  font-weight: 600;
}
.char-future[data-v-dbaad234] {
  color: #606266;
}
.reading-controls[data-v-dbaad234] {
  display: flex;
  gap: 15px;
  justify-content: center;
}

/* 第二步：猜句 */
.guess-content[data-v-dbaad234] {
  text-align: left;
  line-height: 2;
  font-size: 20px;
}
.guess-line[data-v-dbaad234] {
  margin-bottom: 15px;
}
.sentence-visible[data-v-dbaad234] {
  color: #303133;
}
.sentence-hidden[data-v-dbaad234] {
  color: #909399;
}
.guess-line .hidden-underline[data-v-dbaad234] {
  display: inline-block;
  width: 1em;
  text-align: center;
}
.fill-line .hidden-underline[data-v-dbaad234] {
  display: inline-block;
  width: 1em;
  text-align: center;
}

/* 搜索结果样式 */
.search-results[data-v-dbaad234] {
  max-height: 400px;
  overflow-y: auto;
}
.search-result-item[data-v-dbaad234] {
  padding: 15px;
  border: 1px solid #e4e7ed;
  border-radius: 4px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: all 0.3s;
}
.search-result-item[data-v-dbaad234]:hover {
  border-color: #409eff;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.search-result-item h3[data-v-dbaad234] {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #303133;
}
.search-result-item p[data-v-dbaad234] {
  margin: 0 0 5px 0;
  color: #606266;
}
.content-preview[data-v-dbaad234] {
  font-size: 14px;
  color: #909399;
  line-height: 1.4;
}


div[data-v-69e982b4] {
  text-align: center;
}
#text-result[data-v-69e982b4]{
  border:  2px aliceblue;
}
.clearfix[data-v-69e982b4]:before,
.clearfix[data-v-69e982b4]:after {
  display: table;
  content: "";
}
.clearfix[data-v-69e982b4]:after {
  clear: both
}
.time[data-v-69e982b4] {
  color: gray;
}


#text-result[data-v-1cad134e]{
  border:  2px aliceblue;
}
.clearfix[data-v-1cad134e]:before,
.clearfix[data-v-1cad134e]:after {
  display: table;
  content: "";
}
.clearfix[data-v-1cad134e]:after {
  clear: both
}
.connStatus[data-v-1cad134e] {
  margin: 1em;
}
.time[data-v-1cad134e] {
  color: gray;
}


.main-content[data-v-2669f006] {
  padding: 10px;
}
.add-btn[data-v-2669f006] {
  float: right;
}


.main-content[data-v-60a29c8c] {
  padding: 10px;
}
.add-btn[data-v-60a29c8c] {
  float: right;
}
.op-left[data-v-60a29c8c] {
  float: left;
}


.main-content[data-v-a8db5a66] {
  padding: 10px;
}
.add-btn[data-v-a8db5a66] {
  float: right;
}
.op-left[data-v-a8db5a66] {
  float: left;
}
.dialog-footer button[data-v-a8db5a66]:first-child {
  margin-right: 10px;
  margin-top:1em;
}



.main-content[data-v-02a0facc] {
  padding: 10px;
}
.op-left[data-v-02a0facc] {
  float: left;
}



#feitian[data-v-4ab9f190] {
}
.el-row[data-v-4ab9f190] {
  margin-bottom: 20px;
}
#labelTitle[data-v-4ab9f190] {
  font-size: larger;
  color: #2f9686;
  margin:20px;
}
.timeInterval[data-v-4ab9f190] {
  width: 180px;
  font-size: 50pt;
  color: red;
  border: 2px solid ;
  border-radius: 30px;
  padding:10px;
  margin-bottom: 10px;
  box-shadow: #f3f5f8 5px 5px 5px;
}
.timeUsage[data-v-4ab9f190] {
  color:red;
}
.bigTitle[data-v-4ab9f190] {
  color:red;
  font-weight: bold;
}


/*# sourceMappingURL=index.css.map*/