/* purgecss start ignore */
html,body,#app,.common-layout{
  margin: 0;
  padding: 0;
  height:100%;
}
.xiaoshi {
  display: none;
}
body::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
//滚动条的宽度
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #e4e4e4;
  border-radius: 6px;
}
//滚动条的滑块
::-webkit-scrollbar-thumb {
  background-color: #a1a3a9;
  border-radius: 6px;
}
.el-pagination {
  padding-bottom:10px!important;
  padding-top:10px!important;
  display:flex;
  justify-content: flex-end
}
// 对话框圆角
.el-dialog__wrapper {
.el-dialog {
    border-radius: 8px;
}
}
.el-dialog__title {
  font-size: 14px !important;
  font-family: "黑体", "微软雅黑";
}
// 对话框样式
.el-dialog__header {
  border-bottom: 1px solid #e3e8ee;
}

/* 全局字体调整 */
body, .el-message, .el-notification {
  font-family: '宋体', SimSun, '黑体', '微软雅黑', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'SimHei', 'STHeiti', sans-serif;
}

/* ElementUI按钮大小调整 */
.el-button--small {
  padding: 8px 15px;
  font-size: 12px;
}
.el-button--mini {
  padding: 6px 12px;
  font-size: 11px;
}

/* 手机端全局调整 */
@media (max-width: 768px) {
.el-pagination {
    flex-wrap: wrap;
    gap: 8px;
}
.el-pagination .btn-next,
  .el-pagination .btn-prev,
  .el-pager li {
    padding: 6px 8px;
}
.el-dialog {
    width: 90% !important;
    max-height: 80vh;
}
.el-message-box {
    width: 90% !important;
}
}
@media (max-width: 480px) {
.el-button {
    padding: 8px 12px;
    font-size: 12px;
}
.el-button--small {
    padding: 6px 10px;
    font-size: 11px;
}
.el-input {
    font-size: 14px;
}
.el-select {
    font-size: 14px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.login-container[data-v-2f2c7cfa] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background-color: #f0f2f5;
  box-sizing: border-box;
  position: relative;
}
.login-container .mobile-login[data-v-2f2c7cfa] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-height: 100vh;
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
}
.login-wrapper[data-v-2f2c7cfa] {
  width: 360px;
  background: #fff;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.main-content[data-v-2f2c7cfa] {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 32px;
  text-align: center;
  animation: fadeIn-2f2c7cfa 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
@keyframes fadeIn-2f2c7cfa {
from { opacity: 0; transform: translateY(20px);
}
to { opacity: 1; transform: translateY(0);
}
}
@keyframes spin-2f2c7cfa {
to { transform: rotate(360deg);
}
}
.icon-container[data-v-2f2c7cfa] {
  width: 96px;
  height: 96px;
  background: linear-gradient(135deg, #E6F4FF 0%, #F0F7FF 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
  box-shadow: 0 8px 24px rgba(0, 137, 255, 0.15);
}
.icon-user[data-v-2f2c7cfa] {
  font-size: 48px;
  color: #0089ff;
  animation: breathe-2f2c7cfa 2.5s infinite ease-in-out;
}
@keyframes breathe-2f2c7cfa {
0%, 100% { transform: scale(1);
}
50% { transform: scale(1.08);
}
}
.mobile-title[data-v-2f2c7cfa] {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #171a1d;
  letter-spacing: -0.5px;
}
.mobile-description[data-v-2f2c7cfa] {
  font-size: 15px;
  color: #8f959e;
  line-height: 1.6;
  max-width: 260px;
  margin: 0;
}
.highlight[data-v-2f2c7cfa] {
  color: #0089ff;
  font-weight: 600;
}
.sso-tip[data-v-2f2c7cfa] {
  margin-top: 18px;
  font-size: 13px;
  line-height: 1.6;
}
.sso-tip--loading[data-v-2f2c7cfa] {
  color: #2563eb;
}
.sso-tip--error[data-v-2f2c7cfa] {
  color: #dc2626;
}
.footer-actions[data-v-2f2c7cfa] {
  width: 100%;
  padding: 32px 32px;
  background: #fff;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  border-top: 1px solid #f0f0f0;
}
.btn-primary[data-v-2f2c7cfa] {
  width: 100%;
  max-width: 320px;
  height: 56px;
  border-radius: 28px;
  border: none;
  background-color: #0089ff;
  color: white;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 6px 16px rgba(0, 137, 255, 0.4);
  transition: all 0.2s cubic-bezier(0.25, 0.8, 0.25, 1);
  position: relative;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Arial, sans-serif;
}
.btn-primary[data-v-2f2c7cfa]:active {
  background-color: #0070d4;
  transform: scale(0.96);
  box-shadow: 0 4px 10px rgba(0, 137, 255, 0.3);
}
.btn-primary[data-v-2f2c7cfa]:disabled {
  background-color: #bdd6f7;
  box-shadow: none;
  cursor: not-allowed;
}
.btn-primary.btn-loading[data-v-2f2c7cfa] {
  opacity: 0.8;
}
.auth-mask[data-v-2f2c7cfa] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  animation: fadeInMask-2f2c7cfa 0.3s ease-in-out;
}
@keyframes fadeInMask-2f2c7cfa {
from { opacity: 0;
}
to { opacity: 1;
}
}
.mask-content[data-v-2f2c7cfa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.spinner-large[data-v-2f2c7cfa] {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: spin-2f2c7cfa 1s linear infinite;
}
.mask-text[data-v-2f2c7cfa] {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.pc-login[data-v-2f2c7cfa] {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: auto;
  background: linear-gradient(135deg, #F5F7FA 0%, #E4E9F2 100%);
  position: relative;
  overflow: hidden;
}
.login-card[data-v-2f2c7cfa] {
  background: #FFFFFF;
  width: 360px;
  padding: 48px 40px;
  border-radius: 16px;
  border: 1px solid #E8E8E8;
  box-shadow: none;
  text-align: center;
  position: relative;
  animation: slideUp-2f2c7cfa 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 10;
}
@keyframes slideUp-2f2c7cfa {
from { opacity: 0; transform: translateY(30px);
}
to { opacity: 1; transform: translateY(0);
}
}
.header[data-v-2f2c7cfa] {
  margin-bottom: 24px;
}
.platform-name[data-v-2f2c7cfa] {
  font-size: 24px;
  font-weight: 600;
  color: #171a1d;
  margin-bottom: 8px;
  letter-spacing: -0.5px;
}
.login-type[data-v-2f2c7cfa] {
  font-size: 14px;
  color: #646a73;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.login-type i[data-v-2f2c7cfa] {
  width: 16px;
  height: 16px;
  color: #0089ff;
  font-size: 16px;
}
.sso-status[data-v-2f2c7cfa] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0 auto 16px;
  padding: 10px 12px;
  border-radius: 12px;
  background: #eef6ff;
  color: #2563eb;
  font-size: 13px;
  line-height: 1.5;
}
.sso-status--error[data-v-2f2c7cfa] {
  background: #fff1f2;
  color: #dc2626;
}
.qr-wrapper[data-v-2f2c7cfa] {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 24px;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}
.qr-wrapper[data-v-2f2c7cfa]:hover {
  border-color: #0089ff;
}
.qr-container[data-v-2f2c7cfa] {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 0 transparent);
}
.loading-cover[data-v-2f2c7cfa] {
  position: absolute;
  inset: 0;
  background: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  z-index: 20;
}
.loading-cover .spinner[data-v-2f2c7cfa] {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 137, 255, 0.2);
  border-radius: 50%;
  border-top-color: #0089ff;
  animation: spin-2f2c7cfa 0.8s linear infinite;
  margin-bottom: 12px;
}
.loading-cover p[data-v-2f2c7cfa] {
  font-size: 12px;
  color: #0089ff;
  margin: 0;
}
.scan-success-overlay[data-v-2f2c7cfa] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 25;
}
.scan-success-overlay.active[data-v-2f2c7cfa] {
  opacity: 1;
  visibility: visible;
}
.success-icon[data-v-2f2c7cfa] {
  width: 48px;
  height: 48px;
  background: #E6F7FF;
  color: #0089ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  font-size: 24px;
}
.success-text[data-v-2f2c7cfa] {
  font-size: 14px;
  color: #0089ff;
  font-weight: 500;
}
.logging-in-overlay[data-v-2f2c7cfa] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 25;
}
.logging-in-overlay.active[data-v-2f2c7cfa] {
  opacity: 1;
  visibility: visible;
}
.logging-spinner[data-v-2f2c7cfa] {
  width: 40px;
  height: 40px;
  border: 3px solid rgba(0, 137, 255, 0.2);
  border-radius: 50%;
  border-top-color: #0089ff;
  animation: spin-2f2c7cfa 0.8s linear infinite;
  margin-bottom: 12px;
}
.logging-text[data-v-2f2c7cfa] {
  font-size: 14px;
  color: #0089ff;
  font-weight: 500;
  margin: 0;
}
.error-display[data-v-2f2c7cfa] {
  color: #f56c6c;
  padding: 20px 0;
  text-align: center;
}
.error-display i[data-v-2f2c7cfa] {
  font-size: 24px;
  margin-bottom: 8px;
  display: block;
}
.error-display p[data-v-2f2c7cfa] {
  font-size: 14px;
  margin-bottom: 16px;
}
.footer-hint[data-v-2f2c7cfa] {
  font-size: 13px;
  color: #8f959e;
  line-height: 1.5;
  margin-top: 16px;
}
.footer-hint strong[data-v-2f2c7cfa] {
  color: #646a73;
  font-weight: 500;
}
.page-footer[data-v-2f2c7cfa] {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 12px;
  color: #c0c4cc;
  text-align: center;
  z-index: 0;
}
.bg-decoration[data-v-2f2c7cfa] {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  z-index: 1;
  opacity: 0.6;
  pointer-events: none;
}
.blob-1[data-v-2f2c7cfa] {
  width: 300px;
  height: 300px;
  background: rgba(0, 137, 255, 0.08);
  top: -100px;
  left: -100px;
}
.blob-2[data-v-2f2c7cfa] {
  width: 400px;
  height: 400px;
  background: rgba(0, 198, 251, 0.08);
  bottom: -200px;
  right: -200px;
}
.mobile-hint[data-v-2f2c7cfa] {
  background: #fff;
  padding: 20px 28px;
  border-radius: 16px;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  max-width: 320px;
  z-index: 1;
}
.mobile-hint i[data-v-2f2c7cfa] {
  font-size: 32px;
  color: #0089ff;
  margin-bottom: 12px;
}
.mobile-hint p[data-v-2f2c7cfa] {
  color: #666;
  font-size: 14px;
  margin: 10px 0;
}

/* purgecss end ignore */

/* purgecss start ignore */

/* ==================== Header 样式 ==================== */
.header[data-v-9b371804] {
  position: sticky;
  top: 0;
  z-index: 1200;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  isolation: isolate;
}
.header-container[data-v-9b371804] {
  position: relative;
  z-index: 4;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.header-content[data-v-9b371804] {
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 20px;
  gap: 1.5rem;
}
.header-left[data-v-9b371804] {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  flex: 1 1 0;
  min-width: 0;
}
.logo[data-v-9b371804] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1a71ff;
}
.logo-icon[data-v-9b371804] {
  width: 32px;
  height: 32px;
  color: #1a71ff;
}
.brand-name[data-v-9b371804] {
  color: #101318;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.02em;
}
.nav-menu[data-v-9b371804] {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 2rem;
}
.nav-link[data-v-9b371804] {
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  font-family: '宋体', SimSun;
  font-weight: 600;
  transition: color 0.2s;
  white-space: nowrap;
}
.nav-link[data-v-9b371804]:hover {
  color: #1a71ff;
}
.nav-link.router-link-active[data-v-9b371804] {
  color: #1a71ff;
  font-weight: 600;
}
.nav-dropdown[data-v-9b371804] {
  position: relative;
  display: flex;
  align-items: center;
}
.nav-dropdown-trigger[data-v-9b371804] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.nav-dropdown-arrow[data-v-9b371804] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid currentColor;
  transition: transform 0.2s ease;
}
.nav-dropdown:hover .nav-dropdown-arrow[data-v-9b371804] {
  transform: rotate(180deg);
}
.nav-dropdown-menu[data-v-9b371804] {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 8px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 30;
}
.nav-dropdown-menu[data-v-9b371804]::before {
  content: '';
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  height: 12px;
}
.nav-dropdown:hover .nav-dropdown-menu[data-v-9b371804] {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.nav-dropdown-item[data-v-9b371804] {
  display: block;
  padding: 7px 12px;
  border-radius: 8px;
  color: #4b5563;
  text-decoration: none;
  font-size: 14px;
  font-family: '宋体', SimSun;
  font-weight: 400;
  white-space: nowrap;
  transition: all 0.2s ease;
}
.nav-dropdown-item[data-v-9b371804]:hover,
.nav-dropdown-item.router-link-active[data-v-9b371804] {
  color: #1a71ff;
  background: #eff6ff;
}
.nav-dropdown-trigger.router-link-active[data-v-9b371804] {
  color: #1a71ff;
}

/* 响应式：隐藏小屏幕导航 */
@media (max-width: 768px) {
.nav-menu[data-v-9b371804] {
    display: none;
}
}
.header-right[data-v-9b371804] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.5rem;
  flex: 1 1 0;
  min-width: 0;
}
.search-box[data-v-9b371804] {
  position: relative;
  width: clamp(180px, 24vw, 320px);
}
@media (max-width: 1280px) {
.header-content[data-v-9b371804] {
    padding: 0 16px;
    gap: 1rem;
}
.nav-menu[data-v-9b371804] {
    gap: 1.25rem;
}
.search-box[data-v-9b371804] {
    width: 220px;
}
}
@media (max-width: 992px) {
.search-box[data-v-9b371804] {
    display: none;
}
.nav-menu[data-v-9b371804] {
    gap: 1rem;
}
}
.search-icon[data-v-9b371804] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  width: 20px;
  height: 20px;
  pointer-events: none;
  transition: color 0.2s;
}
.search-box:focus-within .search-icon[data-v-9b371804] {
  color: #1a71ff;
}
.search-input[data-v-9b371804] {
  width: 100%;
  padding: 8px 12px 8px 40px;
  border: none;
  border-radius: 9999px;
  background-color: #f0f2f5;
  color: #111827;
  font-size: 14px;
  font-family: '宋体', SimSun;
  outline: none;
  transition: all 0.2s;
}
.search-input[data-v-9b371804]::-moz-placeholder {
  color: #9ca3af;
}
.search-input[data-v-9b371804]::placeholder {
  color: #9ca3af;
}
.search-input[data-v-9b371804]:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(26, 113, 255, 0.2);
}

/* 响应式：隐藏小屏幕搜索框 */
@media (max-width: 640px) {
.search-box[data-v-9b371804] {
    display: none;
}
}
.notification-btn[data-v-9b371804] {
  position: relative;
  padding: 8px;
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  border-radius: 9999px;
  transition: all 0.2s;
  display: flex;
  align-items: center;
}
.notification-btn svg[data-v-9b371804] {
  width: 20px;
  height: 20px;
}
.notification-btn[data-v-9b371804]:hover {
  color: #1a71ff;
  background-color: #f3f4f6;
}
.notification-badge[data-v-9b371804] {
  position: absolute;
  top: 0;
  right: -2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  height: 16px;
  padding: 0 4px;
  border-radius: 9999px;
  background-color: #ef4444;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  border: 2px solid #ffffff;
}
.notice-wrap[data-v-9b371804] {
  position: relative;
}
.notice-panel[data-v-9b371804] {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  width: 360px;
  background: linear-gradient(180deg, #f6f9ff 0%, #edf4ff 100%);
  border: 1px solid #d7e6ff;
  border-radius: 14px;
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.16);
  z-index: 120;
  overflow: hidden;
}
.notice-panel-header[data-v-9b371804] {
  height: 44px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(191, 214, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(10px);
}
.notice-title[data-v-9b371804] {
  color: #1f2937;
  font-size: 14px;
  font-weight: 600;
}
.notice-read-all-btn[data-v-9b371804] {
  border: none;
  background: transparent;
  color: #2563eb;
  font-size: 12px;
  cursor: pointer;
  padding: 0;
}
.notice-read-all-btn[data-v-9b371804]:disabled {
  color: #9ca3af;
  cursor: not-allowed;
}
.notice-panel-body[data-v-9b371804] {
  max-height: 320px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 12px;
  background: transparent;
}
.notice-empty[data-v-9b371804] {
  text-align: center;
  color: #9ca3af;
  font-size: 13px;
  padding: 28px 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.82);
}
.notice-item[data-v-9b371804] {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 10px 12px;
  background: #ffffff;
  border: 1px solid #dbe7ff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(37, 99, 235, 0.08);
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s, transform 0.2s, box-shadow 0.2s;
}
.notice-item[data-v-9b371804]:hover {
  background: #ffffff;
  border-color: #bfd6ff;
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}
.notice-item.unread[data-v-9b371804] {
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  border-color: #bfd6ff;
}
.notice-item.unread[data-v-9b371804]::before {
  content: '';
  position: absolute;
  top: 14px;
  left: 12px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.12);
}
.notice-item-status[data-v-9b371804] {
  display: none;
}
.notice-item-dot[data-v-9b371804] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2563eb;
  flex-shrink: 0;
}
.notice-item-time[data-v-9b371804] {
  color: #9ca3af;
  font-size: 11px;
  white-space: nowrap;
}
.notice-item-bottom[data-v-9b371804] {
  display: flex;
  justify-content: flex-end;
  margin-top: 6px;
}
.notice-item-content[data-v-9b371804] {
  color: #4b5563;
  font-size: 13px;
  line-height: 1.45;
  padding-left: 14px;
  word-break: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.notice-panel-footer[data-v-9b371804] {
  height: 42px;
  border-top: 1px solid rgba(191, 214, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.72);
}
.notice-all-btn[data-v-9b371804] {
  border: none;
  background: transparent;
  color: #2563eb;
  font-size: 13px;
  cursor: pointer;
}
.user-menu[data-v-9b371804] {
  position: relative;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding-left: 0.5rem;
  border-left: 1px solid #e5e7eb;
  cursor: pointer;
}
.user-info[data-v-9b371804] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.user-text[data-v-9b371804] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* 响应式：隐藏小屏幕用户文字 */
@media (max-width: 1024px) {
.user-text[data-v-9b371804] {
    display: none;
}
}
.user-name[data-v-9b371804] {
  font-size: 14px;
  font-weight: 600;
  color: #111827;
  font-family: '宋体', SimSun;
}
.user-status[data-v-9b371804] {
  font-size: 12px;
  color: #6b7280;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-family: '宋体', SimSun;
}
.status-dot[data-v-9b371804] {
  width: 6px;
  height: 6px;
  border-radius: 9999px;
  background-color: #10b981;
}
.user-avatar[data-v-9b371804] {
  width: 40px;
  height: 40px;
  border-radius: 9999px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border-color 0.2s;
}
.user-menu:hover .user-avatar[data-v-9b371804] {
  border-color: #1a71ff;
}
.user-avatar img[data-v-9b371804] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.user-dropdown[data-v-9b371804] {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  width: 192px;
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  padding: 4px 0;
  z-index: 20;
}
.user-dropdown[data-v-9b371804]::before {
  content: '';
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  height: 8px;
}
.dropdown-item[data-v-9b371804] {
  display: flex;
  align-items: center;
  padding: 6px 16px;
  font-size: 14px;
  color: #374151;
  text-decoration: none;
  transition: background-color 0.2s;
  gap: 12px;
  font-family: '宋体', SimSun;
  font-weight: 400;
}
.dropdown-item[data-v-9b371804]:hover {
  background-color: #f9fafb;
}
.dropdown-item.router-link-active[data-v-9b371804] {
  color: #1a71ff;
  background-color: #eff6ff;
}
.dropdown-item svg[data-v-9b371804] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}
.dropdown-item.logout[data-v-9b371804] {
  color: #dc2626;
}
.dropdown-item.logout[data-v-9b371804]:hover {
  background-color: #fef2f2;
}
.dropdown-divider[data-v-9b371804] {
  margin: 4px 0;
  border: none;
  border-top: 1px solid #e5e7eb;
}

/* ==================== 移动端菜单 ==================== */

/* 汉堡菜单按钮栏 */
.mobile-menu-bar[data-v-9b371804] {
  display: none !important;
  background-color: #ffffff;
  padding: 0 16px;
  height: 56px;
  align-items: center;
  border-bottom: 1px solid #e5e7eb;
  position: relative;
  z-index: 2;
}
.mobile-hamburger-btn[data-v-9b371804] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.mobile-hamburger-btn svg[data-v-9b371804] {
  width: 20px;
  height: 20px;
}
.mobile-hamburger-btn[data-v-9b371804]:active {
  color: #1a71ff;
}

/* 侧边栏菜单 */
.mobile-sidebar[data-v-9b371804] {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100vh;
  background-color: #ffffff;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  z-index: 999;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-sidebar.open[data-v-9b371804] {
  transform: translateX(0);
}
.sidebar-header[data-v-9b371804] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 16px;
  border-bottom: 1px solid #e5e7eb;
  height: 56px;
}
.sidebar-close-btn[data-v-9b371804] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.sidebar-close-btn svg[data-v-9b371804] {
  width: 20px;
  height: 20px;
}
.sidebar-close-btn[data-v-9b371804]:active {
  color: #1a71ff;
}
.sidebar-nav[data-v-9b371804] {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
}
.sidebar-nav-link[data-v-9b371804] {
  display: block;
  padding: 16px 20px;
  color: #6b7280;
  text-decoration: none;
  font-size: 14px;
  font-family: '宋体', SimSun;
  font-weight: 600;
  border-left: 3px solid transparent;
  transition: all 0.2s;
  border-bottom: 1px solid #f0f0f0;
}
.sidebar-nav-link[data-v-9b371804]:hover {
  background-color: #f3f4f6;
  color: #1a71ff;
}
.sidebar-nav-link.router-link-active[data-v-9b371804] {
  background-color: #f0f2f4;
  color: #1a71ff;
  border-left-color: #1a71ff;
  font-weight: 600;
}

/* 侧边栏遮罩 */
.mobile-sidebar-overlay[data-v-9b371804] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  animation: fadeIn-9b371804 0.3s ease;
}
@keyframes fadeIn-9b371804 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}

/* 手机端显示菜单 */
@media (max-width: 768px) {
.mobile-menu-bar[data-v-9b371804] {
    display: flex !important;
}
.nav-menu[data-v-9b371804] {
    display: none;
}
.search-box[data-v-9b371804] {
    display: none;
}
.notification-btn[data-v-9b371804] {
    display: none;
}
.user-text[data-v-9b371804] {
    display: none;
}
.user-menu[data-v-9b371804] {
    border-left: none;
    padding-left: 0;
}
.user-dropdown[data-v-9b371804] {
    position: fixed;
    top: 64px;
    right: 12px;
    margin-top: 0;
    z-index: 1301;
}
.header-content[data-v-9b371804] {
    justify-content: space-between;
}
}
@media (max-width: 480px) {
.header-content[data-v-9b371804] {
    height: 56px;
    padding: 0 12px;
}
.header-left[data-v-9b371804] {
    gap: 0.5rem;
}
.logo-icon[data-v-9b371804] {
    font-size: 20px !important;
}
.brand-name[data-v-9b371804] {
    font-size: 14px;
}
.user-avatar[data-v-9b371804] {
    width: 32px;
    height: 32px;
}
.user-dropdown[data-v-9b371804] {
    top: 56px;
    right: 8px;
    width: min(192px, calc(100vw - 16px));
}
.mobile-hamburger-btn[data-v-9b371804] {
    font-size: 18px;
    width: 36px;
    height: 36px;
}
.mobile-sidebar[data-v-9b371804] {
    width: 240px;
}
.sidebar-nav-link[data-v-9b371804] {
    padding: 14px 16px;
    font-size: 13px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.watch-status-badge[data-v-3e7a8c99] {
  display: block;
  width: 72px;
  height: auto;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 480px) {
.watch-status-badge[data-v-3e7a8c99] {
    width: 64px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */

/* 全局样式重置 */
*[data-v-1e28fb9a] {
  box-sizing: border-box;
}
.new-index[data-v-1e28fb9a] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'Helvetica Neue', Arial, sans-serif;
  color: #101318;
  background-color: #f0f2f4;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  /* 定义统一的侧边距 */
  --side-padding: 20px;
}

/* ==================== Main Content 样式 ==================== */
.main-content[data-v-1e28fb9a] {
  flex: 1;
}
.container[data-v-1e28fb9a] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 var(--side-padding);
}
@media (max-width: 768px) {
.container[data-v-1e28fb9a] {
    --side-padding: 16px;
}
}
@media (max-width: 480px) {
.container[data-v-1e28fb9a] {
    --side-padding: 12px;
}
}

/* ==================== Banner 样式 ==================== */
.banner-section[data-v-1e28fb9a] {
  position: relative;
  width: 100%;
  margin: 2rem 0 3rem;
  border-radius: 12px;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}
@media (max-width: 768px) {
.banner-section[data-v-1e28fb9a] {
    margin: 1.5rem 0 2rem;
    border-radius: 8px;
}
}
@media (max-width: 480px) {
.banner-section[data-v-1e28fb9a] {
    margin: 1rem 0 1.5rem;
    border-radius: 6px;
}
}
.banner-item[data-v-1e28fb9a] {
  position: relative;
  width: 100%;
  height: 480px;
  cursor: pointer;
}
.banner-bg[data-v-1e28fb9a] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.7s;
}
.banner-item:hover .banner-bg[data-v-1e28fb9a] {
  transform: scale(1.05);
}
.banner-overlay[data-v-1e28fb9a] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4), transparent);
}
.banner-content[data-v-1e28fb9a] {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 3rem;
  width: 100%;
  max-width: 672px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.banner-tag[data-v-1e28fb9a] {
  display: inline-block;
  padding: 4px 12px;
  background-color: rgba(26, 113, 255, 0.9);
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  border-radius: 2px;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-title[data-v-1e28fb9a] {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
  margin: 0;
}
.banner-desc[data-v-1e28fb9a] {
  color: #e5e7eb;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}
.banner-btn[data-v-1e28fb9a] {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #1a71ff;
  color: #ffffff;
  padding: 12px 24px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.25);
  margin-top: 1rem;
  width: -moz-fit-content;
  width: fit-content;
}
.banner-btn[data-v-1e28fb9a]:hover {
  background-color: rgba(26, 113, 255, 0.9);
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(26, 113, 255, 0.3);
}

/* 响应式 Banner */
@media (max-width: 768px) {
.banner-item[data-v-1e28fb9a] {
    height: 240px;
}
.banner-title[data-v-1e28fb9a] {
    font-size: 32px;
}
.banner-desc[data-v-1e28fb9a] {
    font-size: 16px;
}
.banner-content[data-v-1e28fb9a] {
    padding: 2rem;
}
.banner-btn[data-v-1e28fb9a] {
    padding: 10px 16px;
    font-size: 14px;
}
}
@media (max-width: 480px) {
.banner-item[data-v-1e28fb9a] {
    height: 240px;
}
.banner-title[data-v-1e28fb9a] {
    font-size: 18px;
}
.banner-desc[data-v-1e28fb9a] {
    font-size: 13px;
}
.banner-content[data-v-1e28fb9a] {
    padding: 1.5rem;
    gap: 0.75rem;
}
.banner-tag[data-v-1e28fb9a] {
    padding: 3px 8px;
    font-size: 10px;
}
.banner-btn[data-v-1e28fb9a] {
    padding: 8px 12px;
    font-size: 12px;
    margin-top: 0.5rem;
}
.custom-indicators[data-v-1e28fb9a] {
    bottom: 12px;
    right: 12px;
    gap: 6px;
}
.indicator-dot[data-v-1e28fb9a] {
    width: 8px;
    height: 8px;
}
}
.custom-indicators[data-v-1e28fb9a] {
  position: absolute;
  bottom: 24px;
  right: 32px;
  display: flex;
  gap: 8px;
  z-index: 10;
}
.indicator-dot[data-v-1e28fb9a] {
  width: 12px;
  height: 12px;
  border-radius: 9999px;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  cursor: pointer;
  transition: all 0.3s;
  padding: 0;
}
.indicator-dot[data-v-1e28fb9a]:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.indicator-dot.active[data-v-1e28fb9a] {
  background-color: #ffffff;
}

/* ==================== Video Section 样式 ==================== */
.video-section[data-v-1e28fb9a] {
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
.video-section[data-v-1e28fb9a] {
    margin-bottom: 2rem;
}
}
@media (max-width: 480px) {
.video-section[data-v-1e28fb9a] {
    margin-bottom: 1.5rem;
}
}
.section-header[data-v-1e28fb9a] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
.section-header[data-v-1e28fb9a] {
    margin-bottom: 1.25rem;
}
}
@media (max-width: 480px) {
.section-header[data-v-1e28fb9a] {
    margin-bottom: 1rem;
}
}
.section-title h2[data-v-1e28fb9a] {
  font-size: 24px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 4px 0;
  letter-spacing: -0.02em;
}
.section-title p[data-v-1e28fb9a] {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
@media (max-width: 768px) {
.section-title h2[data-v-1e28fb9a] {
    font-size: 20px;
}
.section-title p[data-v-1e28fb9a] {
    font-size: 12px;
}
}
@media (max-width: 480px) {
.section-header[data-v-1e28fb9a] {
    margin-bottom: 1rem;
}
.section-title h2[data-v-1e28fb9a] {
    font-size: 16px;
}
.section-title p[data-v-1e28fb9a] {
    font-size: 11px;
}
}
.section-title .highlight[data-v-1e28fb9a] {
  font-weight: 600;
  color: #1a71ff;
}
.view-all[data-v-1e28fb9a] {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1a71ff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}
.view-all[data-v-1e28fb9a]:hover {
  color: rgba(26, 113, 255, 0.8);
}

/* 响应式：隐藏小屏幕"查看全部" */
@media (max-width: 768px) {
.view-all[data-v-1e28fb9a] {
    font-size: 12px;
}
}
@media (max-width: 640px) {
.view-all[data-v-1e28fb9a] {
    display: none;
}
}
.video-grid[data-v-1e28fb9a] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}

/* 响应式网格 */
@media (max-width: 1024px) {
.video-grid[data-v-1e28fb9a] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.video-grid[data-v-1e28fb9a] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}
@media (max-width: 480px) {
.video-grid[data-v-1e28fb9a] {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}
}
.video-card[data-v-1e28fb9a] {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}
.video-card[data-v-1e28fb9a]:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
@media (max-width: 480px) {
.video-card[data-v-1e28fb9a] {
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}
.video-card[data-v-1e28fb9a]:hover {
    transform: translateY(-2px);
}
}
.video-thumbnail[data-v-1e28fb9a] {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 宽高比 */
  overflow: hidden;
  background-color: #e5e7eb;
}
.thumbnail-bg[data-v-1e28fb9a] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}
.video-card:hover .thumbnail-bg[data-v-1e28fb9a] {
  transform: scale(1.1);
}
.video-duration[data-v-1e28fb9a] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(4px);
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 2px;
}
.video-watch-status[data-v-1e28fb9a] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
@media (max-width: 480px) {
.video-duration[data-v-1e28fb9a] {
    font-size: 10px;
    padding: 3px 6px;
    bottom: 6px;
    right: 6px;
}
}
.video-overlay[data-v-1e28fb9a] {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.video-card:hover .video-overlay[data-v-1e28fb9a] {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.4);
}
.play-icon[data-v-1e28fb9a] {
  color: #ffffff;
  width: 60px;
  height: 60px;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
}
.btn-icon[data-v-1e28fb9a] {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.icon-sm[data-v-1e28fb9a] {
  width: 16px;
  height: 16px;
}
@media (max-width: 768px) {
.play-icon[data-v-1e28fb9a] {
    width: 48px;
    height: 48px;
}
}
@media (max-width: 480px) {
.play-icon[data-v-1e28fb9a] {
    width: 36px;
    height: 36px;
}
}
.video-info[data-v-1e28fb9a] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.video-category[data-v-1e28fb9a] {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
.video-info[data-v-1e28fb9a] {
    padding: 0.75rem;
}
.video-category[data-v-1e28fb9a] {
    font-size: 9px;
    padding: 3px 6px;
}
}
@media (max-width: 480px) {
.video-info[data-v-1e28fb9a] {
    padding: 0.5rem;
}
.video-category[data-v-1e28fb9a] {
    font-size: 8px;
    padding: 2px 6px;
    margin-bottom: 6px;
}
}
.category-blue[data-v-1e28fb9a] {
  background-color: #dbeafe;
  color: #1e40af;
}
.category-red[data-v-1e28fb9a] {
  background-color: #fee2e2;
  color: #b91c1c;
}
.category-purple[data-v-1e28fb9a] {
  background-color: #ede9fe;
  color: #6b21a8;
}
.category-green[data-v-1e28fb9a] {
  background-color: #d1fae5;
  color: #065f46;
}
.category-orange[data-v-1e28fb9a] {
  background-color: #fed7aa;
  color: #c2410c;
}
.category-indigo[data-v-1e28fb9a] {
  background-color: #e0e7ff;
  color: #3730a3;
}
.video-title[data-v-1e28fb9a] {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.video-card:hover .video-title[data-v-1e28fb9a] {
  color: #1a71ff;
}
@media (max-width: 768px) {
.video-title[data-v-1e28fb9a] {
    font-size: 14px;
}
}
@media (max-width: 480px) {
.video-title[data-v-1e28fb9a] {
    font-size: 13px;
    margin-bottom: 6px;
}
}
.video-meta[data-v-1e28fb9a] {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #6b7280;
}
.video-views[data-v-1e28fb9a] {
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 768px) {
.video-meta[data-v-1e28fb9a] {
    font-size: 11px;
}
}
@media (max-width: 480px) {
.video-meta[data-v-1e28fb9a] {
    font-size: 10px;
    flex-wrap: wrap;
    gap: 4px;
}
.video-views[data-v-1e28fb9a] {
    gap: 3px;
}
}

/* purgecss end ignore */


/* purgecss start ignore */
.bottom[data-v-e9bdd560] {
  width: 100%;
  height: 16%;
  background-color: #262543;
  display: flex;
}
.bottom-one[data-v-e9bdd560],.bottom-four[data-v-e9bdd560] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  font-family: '黑体';
  font-size: 15px;
}
.bottom-two[data-v-e9bdd560],.bottom-three[data-v-e9bdd560] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  font-family: '黑体';
  font-size: 15px;
}

/* purgecss end ignore */

/* purgecss start ignore */
.login[data-v-6ebb52c8] {
  width: 100%;
  height: 100%;
  background-color: #FCFCFC;
}
.login-top[data-v-6ebb52c8] {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.logo[data-v-6ebb52c8] {
  width: 55%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.btns[data-v-6ebb52c8] {
  width: 45%;
  display: flex;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toReg[data-v-6ebb52c8] {
  width: 130px;
  height: 40px;
  border:1px solid #474747;
  font-family: '黑体';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toRegTeacher[data-v-6ebb52c8] {
  margin-left: 20px;
  width: 130px;
  height: 40px;
  border:1px solid #474747;
  font-family: '黑体';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-center[data-v-6ebb52c8] {
  width: 100%;
  height: 75%;
  display: flex;
  flex-direction: row;
  background-image: url(data:image/png;base64,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);
}
.login-bottom[data-v-6ebb52c8] {
  width: 100%;
  height: 250px;
  background-color: #262543;
  display: flex;
}
.login-content[data-v-6ebb52c8] {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.login-form[data-v-6ebb52c8] {
  background-image: url(data:image/png;base64,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);
  position: relative;
  display: flex;
  justify-content: center;
  width: 45%;
  height: 100%;
  background-color: #ffffff;
}
.title[data-v-6ebb52c8] {
  font-weight: '黑体';
  font-size: 55px;
  font-weight: bold;
}
.jiantou1[data-v-6ebb52c8] {
  position: absolute;
  left: 10px;
  top: 20px;
}
.jiantou2[data-v-6ebb52c8] {
  position: absolute;
  left: 10px;
  bottom: 100px;
}
.yuan[data-v-6ebb52c8] {
  position: absolute;
  right: 10px;
  bottom: 200px;
}
.form[data-v-6ebb52c8] {
  width: 50%;
  height: 83%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.login-title[data-v-6ebb52c8] {
  font-size: 45px;
  font-weight: bold;
  height: 30%;
  display: flex;
  align-items: center;
}
.login-btn[data-v-6ebb52c8] {
  width: 130px;
  height: 40px;
  border:1px solid #FF5202;
  background-color: #FF5202;
  color: #ffffff;
  font-size: 18px;
  font-family: '黑体';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-one[data-v-6ebb52c8] {
  width: 34%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bottom-two[data-v-6ebb52c8] {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bottom-three[data-v-6ebb52c8] {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bottom-four[data-v-6ebb52c8] {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.one-1[data-v-6ebb52c8] {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.one-2[data-v-6ebb52c8] {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-family: '黑体';
}
.two-2[data-v-6ebb52c8] {
  margin-top: 15px;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}
.two-3[data-v-6ebb52c8] {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-family: '黑体';
}
.vertify[data-v-6ebb52c8] {
  display: flex;
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */
.login[data-v-1bb6d140] {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FCFCFC;
}
.login-top[data-v-1bb6d140] {
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.logo[data-v-1bb6d140] {
  width: 55%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
}
.btns[data-v-1bb6d140] {
  width: 45%;
  display: flex;
  background-color: #ffffff;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.toReg[data-v-1bb6d140] {
  width: 130px;
  height: 40px;
  border:1px solid #474747;
  font-family: '黑体';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.toRegTeacher[data-v-1bb6d140] {
  margin-left: 20px;
  width: 130px;
  height: 40px;
  border:1px solid #474747;
  font-family: '黑体';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.login-bottom[data-v-1bb6d140] {
  width: 100%;
  height: 250px;
  background-color: #262543;
  display: flex;
}
.login-content[data-v-1bb6d140] {
  width: 55%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.login-form[data-v-1bb6d140] {
  position: relative;
  display: flex;
  justify-content: center;
  width: 45%;
  height: 100%;
  background-color: #ffffff;
}
.title[data-v-1bb6d140] {
  font-weight: '黑体';
  font-size: 55px;
  font-weight: bold;
}
.jiantou1[data-v-1bb6d140] {
  position: absolute;
  left: 10px;
  top: 20px;
}
.jiantou2[data-v-1bb6d140] {
  position: absolute;
  left: 10px;
  bottom: 100px;
}
.yuan[data-v-1bb6d140] {
  position: absolute;
  right: 10px;
  bottom: 200px;
}
.form[data-v-1bb6d140] {
  width: 50%;
  height: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
}
.login-title[data-v-1bb6d140] {
  font-size: 50px;
  font-weight: bold;
  height: 40%;
  display: flex;
  align-items: center;
}
.login-btn[data-v-1bb6d140] {
  width: 130px;
  height: 40px;
  border:1px solid #FF5202;
  background-color: #FF5202;
  color: #ffffff;
  font-size: 18px;
  font-family: '黑体';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bottom-one[data-v-1bb6d140] {
  width: 34%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bottom-two[data-v-1bb6d140] {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bottom-three[data-v-1bb6d140] {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.bottom-four[data-v-1bb6d140] {
  width: 22%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.one-1[data-v-1bb6d140] {
  font-size: 40px;
  font-weight: bold;
  color: #ffffff;
}
.one-2[data-v-1bb6d140] {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-family: '黑体';
}
.two-2[data-v-1bb6d140] {
  margin-top: 15px;
  font-size: 25px;
  color: #ffffff;
  font-weight: bold;
}
.two-3[data-v-1bb6d140] {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  font-family: '黑体';
}
.about[data-v-1bb6d140] {
  width: 100%;
  height: 400px;
  background-color: #FF9E00;
  display: flex;
  align-items: center;
  justify-content: center;
}
.huanying[data-v-1bb6d140] {
  font-size: 50px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 40px;
}
.huanying1[data-v-1bb6d140] {
  font-size: 20px;
  color: #ffffff;
  font-family: '黑体';
}
.Rectangle[data-v-1bb6d140] {
  position: absolute;
  left: -10px;
  top: 80%;
}
.teacherFrom[data-v-1bb6d140] {
  width: 100%;
  background-image: url(data:image/png;base64,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);
  display: flex;
  justify-content: center;
}
.ruzhu-content[data-v-1bb6d140] {
  width: 60%;
}
.ruzhu-title[data-v-1bb6d140] {
  text-align: center;
  color: black;
  margin-top: 140px;
  margin-bottom: 50px;
  font-size: 50px;
  font-weight: bold;
}
.item-title[data-v-1bb6d140] {
  font-family: '黑体';
  font-size: 20px;
}
.ruzhu[data-v-1bb6d140] {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.ruzhu-btn[data-v-1bb6d140] {
  margin-bottom: 80px;
  width: 130px;
  height: 40px;
  border:1px solid #FF5202;
  background-color: #FF5202;
  color: #ffffff;
  font-size: 18px;
  font-family: '黑体';
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* purgecss end ignore */

/* purgecss start ignore */
.center-layout[data-v-6f29d6ed] {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #f4f7fa;
}
.center-page[data-v-6f29d6ed] {
  flex: 1;
  padding: 32px 24px 40px;
  background: #f4f7fa;
}
.center-content[data-v-6f29d6ed] {
  width: min(100%, 1200px);
  margin: 0 auto;
}
.footer[data-v-6f29d6ed] {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  margin-top: 3rem;
}
.footer-container[data-v-6f29d6ed] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-content[data-v-6f29d6ed] {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.footer-left[data-v-6f29d6ed] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-icon[data-v-6f29d6ed] {
  color: #9ca3af;
  width: 20px;
  height: 20px;
}
.footer-text[data-v-6f29d6ed] {
  font-size: 14px;
  color: #6b7280;
}
.footer-links[data-v-6f29d6ed] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.footer-links a[data-v-6f29d6ed] {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a[data-v-6f29d6ed]:hover {
  color: #1a71ff;
}
@media (max-width: 768px) {
.center-page[data-v-6f29d6ed] {
    padding: 20px 16px 32px;
}
.footer-content[data-v-6f29d6ed] {
    flex-direction: column;
}
}
@media (max-width: 480px) {
.footer[data-v-6f29d6ed] {
    margin-top: 2rem;
}
.footer-content[data-v-6f29d6ed] {
    gap: 0.75rem;
}
.footer-text[data-v-6f29d6ed] {
    font-size: 12px;
}
.footer-links[data-v-6f29d6ed] {
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}
.footer-links a[data-v-6f29d6ed] {
    font-size: 12px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.profile-page[data-v-4edd520c] {
  width: 100%;
}

/* 个人信息卡片 */
.profile-card[data-v-4edd520c] {
  position: relative;
  background: white;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
  margin-bottom: 32px;
  min-height: 150px;
}
.profile-content[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.avatar-wrapper[data-v-4edd520c] {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  border: 4px solid #f8fafc;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  background: #f1f5f9;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
}
.avatar-wrapper[data-v-4edd520c]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transform: scale(1.05);
}
.avatar[data-v-4edd520c] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar-overlay[data-v-4edd520c] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s;
  color: white;
}
.avatar-wrapper:hover .avatar-overlay[data-v-4edd520c] {
  opacity: 1;
}
.upload-text[data-v-4edd520c] {
  font-size: 12px;
  font-weight: 500;
}
.profile-info[data-v-4edd520c] {
  flex: 1;
}

/* 手机端不需要 flex 拉伸 */
@media (max-width: 768px) {
.profile-info[data-v-4edd520c] {
    flex: none;
}
}
.action-buttons[data-v-4edd520c] {
  display: flex;
  gap: 12px;
}
.profile-header[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.user-name[data-v-4edd520c] {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.user-badge[data-v-4edd520c] {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(26, 113, 255, 0.05);
  border: 1px solid rgba(26, 113, 255, 0.1);
  color: #1a71ff;
  font-size: 12px;
  font-weight: 700;
}
.profile-meta[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #64748b;
  font-size: 14px;
}
.meta-item[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.edit-btn[data-v-4edd520c] {
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.2s;
}
.edit-btn[data-v-4edd520c]:hover {
  background: #f8fafc;
}
.password-btn[data-v-4edd520c] {
  padding: 8px 20px;
  border-radius: 8px;
  border: 1px solid #1a71ff;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #1a71ff;
  cursor: pointer;
  transition: all 0.2s;
}
.password-btn[data-v-4edd520c]:hover {
  background: #1a71ff;
  color: white;
}

/* 学习统计区域 */
.statistics-section[data-v-4edd520c] {
  position: relative;
  margin-bottom: 32px;
  min-height: 300px;
}

/* Loading 遮罩 */
.loading-overlay[data-v-4edd520c] {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(2px);
  border-radius: 16px;
}
.loading-spinner[data-v-4edd520c] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.spinner[data-v-4edd520c] {
  width: 48px;
  height: 48px;
  border: 4px solid #e2e8f0;
  border-top-color: #1a71ff;
  border-radius: 50%;
  animation: spin-4edd520c 0.8s linear infinite;
}
@keyframes spin-4edd520c {
to {
    transform: rotate(360deg);
}
}
.loading-text[data-v-4edd520c] {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  margin: 0;
}
.section-header[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 0 4px;
}
.section-indicator[data-v-4edd520c] {
  width: 6px;
  height: 20px;
  background: #1a71ff;
  border-radius: 999px;
}
.section-title[data-v-4edd520c] {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.statistics-grid[data-v-4edd520c] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 24px;
}
.stat-card[data-v-4edd520c] {
  position: relative;
  background: white;
  padding: 24px;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: all 0.3s;
}
.stat-card[data-v-4edd520c]:hover {
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
}
.stat-card.blue[data-v-4edd520c]:hover {
  box-shadow: 0 12px 24px rgba(59, 130, 246, 0.08);
}
.stat-card.purple[data-v-4edd520c]:hover {
  box-shadow: 0 12px 24px rgba(168, 85, 247, 0.08);
}
.stat-card.green[data-v-4edd520c]:hover {
  box-shadow: 0 12px 24px rgba(16, 185, 129, 0.08);
}
.stat-bg[data-v-4edd520c] {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 96px;
  border-bottom-left-radius: 999px;
  pointer-events: none;
  transition: transform 0.3s;
}
.stat-card.blue .stat-bg[data-v-4edd520c] {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, transparent 100%);
}
.stat-card.purple .stat-bg[data-v-4edd520c] {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.1) 0%, transparent 100%);
}
.stat-card.green .stat-bg[data-v-4edd520c] {
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, transparent 100%);
}
.stat-card:hover .stat-bg[data-v-4edd520c] {
  transform: scale(1.1);
}
.stat-content[data-v-4edd520c] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.stat-icon[data-v-4edd520c] {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blue-icon[data-v-4edd520c] {
  background: rgba(59, 130, 246, 0.05);
  color: #3b82f6;
}
.purple-icon[data-v-4edd520c] {
  background: rgba(168, 85, 247, 0.05);
  color: #a855f7;
}
.green-icon[data-v-4edd520c] {
  background: rgba(16, 185, 129, 0.05);
  color: #10b981;
}
.stat-label[data-v-4edd520c] {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  margin: 0 0 4px 0;
}
.stat-value-wrapper[data-v-4edd520c] {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.stat-value[data-v-4edd520c] {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -0.025em;
}
.stat-unit[data-v-4edd520c] {
  font-size: 14px;
  font-weight: 600;
  color: #94a3b8;
}

/* 高亮卡片（连续打卡） */
.stat-card.highlight[data-v-4edd520c] {
  background: #1a71ff;
  box-shadow: 0 8px 16px rgba(26, 113, 255, 0.3);
  transition: all 0.3s;
}
.stat-card.highlight[data-v-4edd520c]:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(26, 113, 255, 0.4);
}
.stat-bg-highlight[data-v-4edd520c] {
  position: absolute;
  top: -32px;
  right: -32px;
  width: 128px;
  height: 128px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  pointer-events: none;
  transform: rotate(12deg);
  transition: transform 0.3s;
}
.stat-card.highlight:hover .stat-bg-highlight[data-v-4edd520c] {
  transform: rotate(12deg) scale(1.1);
}
.highlight-icon[data-v-4edd520c] {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  backdrop-filter: blur(4px);
}
.highlight-label[data-v-4edd520c] {
  color: rgba(255, 255, 255, 0.8);
}
.highlight-value[data-v-4edd520c] {
  color: white;
}
.highlight-unit[data-v-4edd520c] {
  color: rgba(255, 255, 255, 0.9);
}

/* 打卡日历 */
.calendar-section[data-v-4edd520c] {
  background: white;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  padding: 24px;
}
.calendar-header[data-v-4edd520c] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.calendar-title[data-v-4edd520c] {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.calendar-controls[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #f8fafc;
  border: 1px solid #f1f5f9;
  border-radius: 8px;
  padding: 6px;
}
.control-btn[data-v-4edd520c] {
  padding: 4px;
  border: none;
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-btn[data-v-4edd520c]:hover {
  background: #e2e8f0;
}
.current-month[data-v-4edd520c] {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  padding: 0 8px;
}
.calendar-wrapper[data-v-4edd520c] {
  position: relative;
  width: 100%;
  min-height: 350px;
}
.calendar-weekdays[data-v-4edd520c] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-bottom: 16px;
  text-align: center;
}
.weekday[data-v-4edd520c] {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.calendar-grid[data-v-4edd520c] {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 1px;
  background: #f1f5f9;
  border: 1px solid #f1f5f9;
  border-radius: 12px;
  overflow: hidden;
}
.calendar-day[data-v-4edd520c] {
  aspect-ratio: 1;
  background: white;
  padding: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.calendar-day.is-empty[data-v-4edd520c] {
  background: white;
}
.calendar-day.is-clickable[data-v-4edd520c] {
  cursor: pointer;
  transition: all 0.2s;
}
.calendar-day.is-clickable[data-v-4edd520c]:hover {
  background: #f8fafc;
  transform: scale(1.05);
}
.calendar-day.is-today[data-v-4edd520c] {
  background: rgba(26, 113, 255, 0.05);
}
.calendar-day.is-today[data-v-4edd520c]::before {
  content: '';
  position: absolute;
  inset: 4px;
  border: 2px solid #1a71ff;
  border-radius: 8px;
  pointer-events: none;
}
.day-number[data-v-4edd520c] {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}
.calendar-day.is-today .day-number[data-v-4edd520c] {
  font-weight: 700;
  color: #1a71ff;
}
.check-dot[data-v-4edd520c] {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #52c41a;
  margin-top: 4px;
}
.calendar-legend[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
}
.legend-item[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend-dot[data-v-4edd520c] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.legend-dot.checked[data-v-4edd520c] {
  background: #52c41a;
}
.legend-dot.today[data-v-4edd520c] {
  width: 10px;
  height: 10px;
  border-radius: 8px;
  border: 2px solid #1a71ff;
  background: rgba(26, 113, 255, 0.1);
}
.legend-item span[data-v-4edd520c] {
  font-size: 12px;
  color: #64748b;
}

/* ==================== 手机端适配 (768px 及以下) ==================== */
@media (max-width: 768px) {
  /* 个人信息卡片 - 改为纵向垂直排列 */
.profile-content[data-v-4edd520c] {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

  /* 头像 - 缩小尺寸 */
.avatar-wrapper[data-v-4edd520c] {
    width: 72px;
    height: 72px;
    border-width: 3px;
    flex-shrink: 0;
}

  /* 移除 hover 遮罩，简化交互 */
.avatar-overlay[data-v-4edd520c] {
    display: none;
}

  /* 头像在手机端移除 hover 阴影，简化样式 */
.avatar-wrapper[data-v-4edd520c]:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transform: none;
}

  /* 用户名和角色 */
.profile-header[data-v-4edd520c] {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    margin-bottom: 0;
}
.user-name[data-v-4edd520c] {
    font-size: 18px;
}

  /* 部门信息改为纵向排列 */
.profile-meta[data-v-4edd520c] {
    flex-direction: column;
    gap: 8px;
    font-size: 13px;
    justify-content: center;
    align-items: center;
}

  /* 操作按钮 - 堆叠 + 全宽 */
.action-buttons[data-v-4edd520c] {
    flex-direction: column;
    width: 100%;
    gap: 10px;
    margin-top: 8px;
}
.edit-btn[data-v-4edd520c],
  .password-btn[data-v-4edd520c] {
    padding: 10px 16px;
    font-size: 13px;
    width: 100%;
    height: 40px;
}

  /* 学习统计区域 - 强制 2 列网格 */
.statistics-grid[data-v-4edd520c] {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

  /* 统计卡片 - 缩小 padding 和字体 */
.stat-card[data-v-4edd520c] {
    padding: 16px;
    min-height: 160px;
}
.stat-content[data-v-4edd520c] {
    gap: 12px;
}
.stat-icon[data-v-4edd520c] {
    width: 40px;
    height: 40px;
    font-size: 18px;
}
.stat-label[data-v-4edd520c] {
    font-size: 12px;
}
.stat-value[data-v-4edd520c] {
    font-size: 24px;
}
.stat-unit[data-v-4edd520c] {
    font-size: 12px;
}

  /* 隐藏装饰性背景 */
.stat-bg[data-v-4edd520c] {
    display: none;
}
.stat-bg-highlight[data-v-4edd520c] {
    display: none;
}
}

/* ==================== 超小屏手机 (480px 及以下) ==================== */
@media (max-width: 480px) {
.profile-card[data-v-4edd520c] {
    padding: 16px;
    margin-bottom: 24px;
}
.avatar-wrapper[data-v-4edd520c] {
    width: 68px;
    height: 68px;
}
.user-name[data-v-4edd520c] {
    font-size: 16px;
}
.edit-btn[data-v-4edd520c],
  .password-btn[data-v-4edd520c] {
    padding: 9px 12px;
    font-size: 12px;
    height: 36px;
}
.statistics-grid[data-v-4edd520c] {
    gap: 12px;
}
.stat-card[data-v-4edd520c] {
    padding: 12px;
    min-height: 140px;
}
.stat-value[data-v-4edd520c] {
    font-size: 20px;
}
.section-title[data-v-4edd520c] {
    font-size: 16px;
}
}

/* 详情弹窗样式 */
.detail-content[data-v-4edd520c] {
  padding: 8px 0;
}
.detail-header[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 16px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 12px;
  margin-bottom: 20px;
}
.detail-date[data-v-4edd520c] {
  font-size: 16px;
  font-weight: 700;
  color: white;
}
.detail-stats[data-v-4edd520c] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.detail-item[data-v-4edd520c] {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 16px;
  background: #f8fafc;
  border-radius: 12px;
  transition: all 0.2s;
}
.detail-item[data-v-4edd520c]:hover {
  background: #f1f5f9;
  transform: translateX(4px);
}
.detail-icon[data-v-4edd520c] {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.detail-icon.blue[data-v-4edd520c] {
  background: rgba(59, 130, 246, 0.1);
  color: #3b82f6;
}
.detail-icon.purple[data-v-4edd520c] {
  background: rgba(168, 85, 247, 0.1);
  color: #a855f7;
}
.detail-icon.green[data-v-4edd520c] {
  background: rgba(16, 185, 129, 0.1);
  color: #10b981;
}
.detail-info[data-v-4edd520c] {
  flex: 1;
}
.detail-label[data-v-4edd520c] {
  font-size: 13px;
  color: #64748b;
  margin: 0 0 4px 0;
  font-weight: 500;
}
.detail-value[data-v-4edd520c] {
  font-size: 20px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}

/* purgecss end ignore */

/* purgecss start ignore */
.study-page[data-v-e0394718] {
  width: 100%;
}
.study-header[data-v-e0394718] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
}
.header-text[data-v-e0394718] {
  flex: 1;
}
.page-title[data-v-e0394718] {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}
.page-subtitle[data-v-e0394718] {
  font-size: 14px;
  color: #64748b;
  margin: 0;
}
.header-actions[data-v-e0394718] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.action-btn[data-v-e0394718] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.action-btn.secondary[data-v-e0394718] {
  background: white;
  color: #0f172a;
  border: 1px solid #e2e8f0;
}
.action-btn.secondary[data-v-e0394718]:hover {
  background: #f8fafc;
}
.action-btn.primary[data-v-e0394718] {
  background: #1a71ff;
  color: white;
}
.action-btn.primary[data-v-e0394718]:hover {
  background: #1557d0;
}

/* 椤堕儴缁熻鍗＄墖 */
.study-stats-grid[data-v-e0394718] {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 24px;
  margin-bottom: 32px;
}
.study-stat-card[data-v-e0394718] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 20px;
}
.study-stat-icon[data-v-e0394718] {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.study-stat-icon.blue[data-v-e0394718] {
  background: rgba(59, 130, 246, 0.05);
  color: #3b82f6;
}
.study-stat-icon.purple[data-v-e0394718] {
  background: rgba(168, 85, 247, 0.05);
  color: #a855f7;
}
.study-stat-icon.green[data-v-e0394718] {
  background: rgba(16, 185, 129, 0.05);
  color: #10b981;
}
.study-stat-content[data-v-e0394718] {
  flex: 1;
}
.study-stat-label[data-v-e0394718] {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  margin: 0 0 4px 0;
}
.study-stat-value-row[data-v-e0394718] {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 8px;
}
.study-stat-value[data-v-e0394718] {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
}
.study-stat-unit[data-v-e0394718] {
  font-size: 14px;
  font-weight: 500;
  color: #94a3b8;
}
.study-stat-trend[data-v-e0394718] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 700;
}
.study-stat-trend.up[data-v-e0394718] {
  color: #52c41a;
}
.progress-bar-mini[data-v-e0394718] {
  width: 96px;
  height: 6px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 8px;
}
.progress-fill[data-v-e0394718] {
  height: 100%;
  background: #10b981;
  border-radius: 999px;
  transition: width 0.3s;
}

/* 瀛︿範鏃堕暱瓒嬪娍鍥?*/
.chart-section[data-v-e0394718] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 32px;
}
.chart-header[data-v-e0394718] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.chart-title[data-v-e0394718] {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.chart-legend[data-v-e0394718] {
  display: flex;
  align-items: center;
  gap: 16px;
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
}
.chart-legend .legend-item[data-v-e0394718] {
  display: flex;
  align-items: center;
  gap: 6px;
}
.chart-legend .legend-color[data-v-e0394718] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1a71ff;
}
.chart-wrapper[data-v-e0394718] {
  position: relative;
  height: 256px;
  width: 100%;
}
.chart-grid-bg[data-v-e0394718] {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(to right, #e2e8f0 1px, transparent 1px),
                    linear-gradient(to bottom, #e2e8f0 1px, transparent 1px);
  background-size: 40px 40px;
  opacity: 0.2;
}
.chart-svg[data-v-e0394718] {
  position: relative;
  width: 100%;
  height: 100%;
}
.chart-labels[data-v-e0394718] {
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* 搴曢儴鍙屾爮 */
.study-bottom-grid[data-v-e0394718] {
  display: grid;
  grid-template-columns: 2fr 3fr;
  gap: 32px;
}

/* 瑙嗛鍒嗙被鍒嗗竷 */
.distribution-section[data-v-e0394718] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.distribution-section .section-title[data-v-e0394718] {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 32px 0;
}
.distribution-content[data-v-e0394718] {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.donut-chart[data-v-e0394718] {
  position: relative;
  width: 192px;
  height: 192px;
  margin-bottom: 32px;
}
.donut-svg[data-v-e0394718] {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.donut-center[data-v-e0394718] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.donut-value[data-v-e0394718] {
  font-size: 30px;
  font-weight: 800;
  color: #0f172a;
}
.donut-label[data-v-e0394718] {
  font-size: 10px;
  font-weight: 700;
  color: #94a3b8;
}
.distribution-list[data-v-e0394718] {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.distribution-item[data-v-e0394718] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.distribution-label[data-v-e0394718] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
}
.distribution-dot[data-v-e0394718] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
.distribution-dot.blue[data-v-e0394718] {
  background: #1a71ff;
}
.distribution-dot.purple[data-v-e0394718] {
  background: #8b5cf6;
}
.distribution-dot.gray[data-v-e0394718] {
  background: #cbd5e1;
}
.distribution-value[data-v-e0394718] {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

/* 閮ㄩ棬瑙嗛瀛︿範杩涘害 */
.progress-section[data-v-e0394718] {
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 32px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.progress-section .section-title[data-v-e0394718] {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 32px 0;
}
.progress-list[data-v-e0394718] {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.progress-item-header[data-v-e0394718] {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 8px;
}
.progress-item-info[data-v-e0394718] {
  flex: 1;
}
.progress-item-title[data-v-e0394718] {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  margin: 0 0 4px 0;
}
.progress-item-date[data-v-e0394718] {
  font-size: 12px;
  color: #64748b;
  margin: 0;
}
.progress-item-percent[data-v-e0394718] {
  font-size: 14px;
  font-weight: 700;
  color: #64748b;
}
.progress-item-percent.completed[data-v-e0394718] {
  color: #10b981;
}
.progress-bar[data-v-e0394718] {
  width: 100%;
  height: 8px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
}
.progress-bar-fill[data-v-e0394718] {
  height: 100%;
  border-radius: 999px;
  transition: width 0.3s;
}
.view-all-btn[data-v-e0394718] {
  width: 100%;
  margin-top: 32px;
  padding: 10px 16px;
  background: transparent;
  border: none;
  border-top: 1px solid #f1f5f9;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  transition: color 0.2s;
}
.view-all-btn[data-v-e0394718]:hover {
  color: #1a71ff;
}
@media (max-width: 768px) {
.study-header[data-v-e0394718] {
    flex-direction: column;
}
.header-actions[data-v-e0394718] {
    width: 100%;
    flex-direction: column;
}
.action-btn[data-v-e0394718] {
    width: 100%;
    justify-content: center;
}
.study-stats-grid[data-v-e0394718] {
    grid-template-columns: 1fr;
}
.study-bottom-grid[data-v-e0394718] {
    grid-template-columns: 1fr;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.watch-page[data-v-68a5caf2] {
  width: 100%;
}

/* 页面标题区 */
.page-header[data-v-68a5caf2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.header-left[data-v-68a5caf2] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-indicator[data-v-68a5caf2] {
  width: 6px;
  height: 24px;
  background: #1a71ff;
  border-radius: 999px;
}
.page-title[data-v-68a5caf2] {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.record-count[data-v-68a5caf2] {
  font-size: 14px;
  color: #64748b;
}

/* 表格区域 */
.table-section[data-v-68a5caf2] {
  background: white;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  position: relative;
  min-height: 400px;
}

/* Loading 遮罩 */
.loading-overlay[data-v-68a5caf2] {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(2px);
}
.loading-spinner[data-v-68a5caf2] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.spinner[data-v-68a5caf2] {
  width: 48px;
  height: 48px;
  border: 4px solid #e2e8f0;
  border-top-color: #1a71ff;
  border-radius: 50%;
  animation: spin-68a5caf2 0.8s linear infinite;
}
@keyframes spin-68a5caf2 {
to {
    transform: rotate(360deg);
}
}
.loading-text[data-v-68a5caf2] {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  margin: 0;
}
.table-wrapper[data-v-68a5caf2] {
  overflow-x: auto;
}
.watch-table[data-v-68a5caf2] {
  width: 100%;
  border-collapse: collapse;
}
.watch-table thead tr[data-v-68a5caf2] {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.watch-table th[data-v-68a5caf2] {
  padding: 16px 24px;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.watch-table th.text-right[data-v-68a5caf2] {
  text-align: right;
}
.watch-table tbody tr[data-v-68a5caf2] {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.2s;
}
.watch-table tbody tr[data-v-68a5caf2]:hover {
  background: #f8fafc;
}
.watch-table td[data-v-68a5caf2] {
  padding: 16px 24px;
}
.watch-table td.text-right[data-v-68a5caf2] {
  text-align: right;
}

/* 视频封面 */
.video-thumbnail[data-v-68a5caf2] {
  width: 96px;
  height: 56px;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  position: relative;
  cursor: pointer;
}
.video-thumbnail img[data-v-68a5caf2] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.play-overlay[data-v-68a5caf2] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.video-thumbnail:hover .play-overlay[data-v-68a5caf2] {
  opacity: 1;
}

/* 视频标题 */
.video-title[data-v-68a5caf2] {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  max-width: 320px;
  transition: color 0.2s;
}
.video-title[data-v-68a5caf2]:hover {
  color: #1a71ff;
}

/* 观看进度 */
.progress-wrapper[data-v-68a5caf2] {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 120px;
}
.progress-label[data-v-68a5caf2] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progress-label span[data-v-68a5caf2] {
  font-size: 11px;
  font-weight: 700;
  color: #64748b;
}
.progress-bar[data-v-68a5caf2] {
  width: 100%;
  height: 6px;
  background: #f1f5f9;
  border-radius: 999px;
  overflow: hidden;
}
.progress-fill[data-v-68a5caf2] {
  height: 100%;
  background: #1a71ff;
  border-radius: 999px;
  transition: width 0.3s;
}
.progress-fill.completed[data-v-68a5caf2] {
  background: #52c41a;
}

/* 观看时长 */
.duration[data-v-68a5caf2] {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
}

/* 最后观看时间 */
.watch-time[data-v-68a5caf2] {
  font-size: 14px;
  color: #64748b;
}

/* 操作按钮 */
.action-btn[data-v-68a5caf2] {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  border-radius: 8px;
  border: none;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.action-btn.continue[data-v-68a5caf2] {
  background: #1a71ff;
  color: white;
}
.action-btn.continue[data-v-68a5caf2]:hover {
  background: #1557d0;
}
.action-btn.replay[data-v-68a5caf2] {
  background: #f1f5f9;
  color: #64748b;
}
.action-btn.replay[data-v-68a5caf2]:hover {
  background: #e2e8f0;
}

/* 分页器 */
.pagination[data-v-68a5caf2] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  background: rgba(248, 250, 252, 0.5);
  border-top: 1px solid #e2e8f0;
}
.pagination-info[data-v-68a5caf2] {
  font-size: 14px;
  color: #64748b;
}
.pagination-controls[data-v-68a5caf2] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-btn[data-v-68a5caf2] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.page-btn[data-v-68a5caf2]:disabled {
  color: #cbd5e1;
  cursor: not-allowed;
}
.page-btn[data-v-68a5caf2]:not(:disabled):hover {
  background: #f8fafc;
}
.page-number[data-v-68a5caf2] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.2s;
}
.page-number[data-v-68a5caf2]:hover {
  background: #f8fafc;
}
.page-number.active[data-v-68a5caf2] {
  background: #1a71ff;
  color: white;
  border-color: #1a71ff;
  box-shadow: 0 1px 3px rgba(26, 113, 255, 0.3);
}
.page-ellipsis[data-v-68a5caf2] {
  color: #cbd5e1;
  padding: 0 4px;
}

/* 响应式 */
@media (max-width: 768px) {
.page-header[data-v-68a5caf2] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.page-title[data-v-68a5caf2] {
    font-size: 18px;
}

  /* 表格卡片化 */
.table-wrapper[data-v-68a5caf2] {
    overflow-x: visible;
    padding: 12px;
}

  /* 隐藏表头 */
.watch-table thead[data-v-68a5caf2] {
    display: none;
}
.watch-table[data-v-68a5caf2] {
    display: block;
    min-width: auto;
}

  /* 将tr转换为独立卡片 */
.watch-table tbody tr[data-v-68a5caf2] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    margin-bottom: 12px;
    background: white;
    align-items: stretch;
}
.watch-table tbody tr[data-v-68a5caf2]:hover {
    background: white;
    border-color: #cbd5e1;
}

  /* 重置td基础样式 */
.watch-table tbody td[data-v-68a5caf2] {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}

  /* 第1列：视频封面 - 左侧固定宽度 */
.watch-table tbody td[data-v-68a5caf2]:nth-child(1) {
    width: 35%;
    order: 1;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-shrink: 0;
}
.watch-table tbody td:nth-child(1) .video-thumbnail[data-v-68a5caf2] {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

  /* 第2列：视频标题 - 右侧自动填充 */
.watch-table tbody td[data-v-68a5caf2]:nth-child(2) {
    flex: 1;
    order: 2;
    padding: 0;
    margin: 0;
    min-width: 0;
    align-items: center;
}
.watch-table tbody td:nth-child(2) .video-title[data-v-68a5caf2] {
    max-width: 100%;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

  /* 第3列：观看进度 - 独占一行 */
.watch-table tbody td[data-v-68a5caf2]:nth-child(3) {
    width: 100%;
    order: 3;
    padding: 0;
    margin: 0;
    align-items: center;
}
.progress-wrapper[data-v-68a5caf2] {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: auto;
    flex-direction: row;
}
.progress-label[data-v-68a5caf2] {
    min-width: 40px;
    display: flex;
    justify-content: flex-start;
}
.progress-label span[data-v-68a5caf2] {
    font-size: 12px;
    font-weight: 700;
    color: #64748b;
    white-space: nowrap;
}
.progress-bar[data-v-68a5caf2] {
    flex: 1;
    height: 8px;
    background: #f1f5f9;
    border-radius: 999px;
    overflow: hidden;
}

  /* 第4列和第5列：时长与时间 - 并排显示 */
.watch-table tbody td[data-v-68a5caf2]:nth-child(4),
  .watch-table tbody td[data-v-68a5caf2]:nth-child(5) {
    flex: 1;
    order: 4;
    padding: 0;
    margin: 0;
    align-items: center;
}
.duration[data-v-68a5caf2],
  .watch-time[data-v-68a5caf2] {
    font-size: 12px;
    color: #64748b;
}

  /* 第6列：操作按钮 - 全宽底部按钮 */
.watch-table tbody td[data-v-68a5caf2]:nth-child(6) {
    width: 100%;
    order: 5;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
}
.watch-table tbody td:nth-child(6) .action-btn[data-v-68a5caf2] {
    width: 100%;
    padding: 10px 16px;
    font-size: 13px;
    border-radius: 6px;
}

  /* 分页器优化 */
.pagination[data-v-68a5caf2] {
    flex-direction: column;
    gap: 12px;
    padding: 12px 24px;
}
.pagination-info[data-v-68a5caf2] {
    font-size: 13px;
    text-align: center;
    width: 100%;
}
.pagination-controls[data-v-68a5caf2] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
}

  /* 隐藏中间的页码按钮和省略号 */
.page-number[data-v-68a5caf2] {
    display: none;
}
.page-ellipsis[data-v-68a5caf2] {
    display: none;
}

  /* 放大箭头按钮 */
.page-btn[data-v-68a5caf2] {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.page-btn[data-v-68a5caf2]:not(:disabled):hover {
    background: #f1f5f9;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.note-page[data-v-371aa682] {
  width: 100%;
}

/* 页面标题区 */
.page-header[data-v-371aa682] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.header-left[data-v-371aa682] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-indicator[data-v-371aa682] {
  width: 6px;
  height: 24px;
  background: #1a71ff;
  border-radius: 999px;
}
.page-title[data-v-371aa682] {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.note-count[data-v-371aa682] {
  font-size: 14px;
  color: #64748b;
}

/* 搜索和筛选区 */
.filter-section[data-v-371aa682] {
  --search-control-width: 360px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.search-box[data-v-371aa682] {
  position: relative;
  flex: 0 0 var(--search-control-width);
  width: var(--search-control-width);
  min-width: 280px;
  max-width: var(--search-control-width);
}
.search-icon[data-v-371aa682] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #94a3b8;
  font-size: 20px;
  pointer-events: none;
}
.search-input[data-v-371aa682] {
  width: 100%;
  padding: 10px 12px 10px 40px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  transition: all 0.2s;
}
.search-input[data-v-371aa682]:focus {
  outline: none;
  border-color: #1a71ff;
  box-shadow: 0 0 0 3px rgba(26, 113, 255, 0.1);
}
.filter-select[data-v-371aa682] {
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 10px 16px;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  color: #64748b;
  cursor: pointer;
  transition: all 0.2s;
}
.video-filter-select[data-v-371aa682] {
  flex: 0 0 var(--search-control-width);
  width: var(--search-control-width);
  min-width: var(--search-control-width);
  max-width: var(--search-control-width);
  padding-right: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #94a3b8 50%), linear-gradient(135deg, #94a3b8 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 2px), calc(100% - 12px) calc(50% - 2px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}
.video-filter-select option[data-v-371aa682] {
  max-width: var(--search-control-width);
}
.filter-select[data-v-371aa682]:focus {
  outline: none;
  border-color: #1a71ff;
  box-shadow: 0 0 0 3px rgba(26, 113, 255, 0.1);
}

/* 笔记列表 */
.notes-section[data-v-371aa682] {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 32px;
  min-height: 400px;
}

/* Loading 遮罩 */
.loading-overlay[data-v-371aa682] {
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  backdrop-filter: blur(2px);
}
.loading-spinner[data-v-371aa682] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.spinner[data-v-371aa682] {
  width: 48px;
  height: 48px;
  border: 4px solid #e2e8f0;
  border-top-color: #1a71ff;
  border-radius: 50%;
  animation: spin-371aa682 0.8s linear infinite;
}
@keyframes spin-371aa682 {
to {
    transform: rotate(360deg);
}
}
.loading-text[data-v-371aa682] {
  font-size: 14px;
  font-weight: 500;
  color: #64748b;
  margin: 0;
}
.note-group[data-v-371aa682] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* 视频标题 */
.video-header[data-v-371aa682] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 4px;
}
.video-icon[data-v-371aa682] {
  color: #1a71ff;
  font-size: 20px;
}
.video-title[data-v-371aa682] {
  font-size: 16px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.note-count-badge[data-v-371aa682] {
  font-size: 12px;
  color: #94a3b8;
  font-weight: 400;
  margin-left: 8px;
}

/* 笔记卡片列表 */
.notes-list[data-v-371aa682] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.note-card[data-v-371aa682] {
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: box-shadow 0.2s;
}
.note-card[data-v-371aa682]:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.note-content-wrapper[data-v-371aa682] {
  display: flex;
  gap: 20px;
  padding: 20px;
}
.note-main[data-v-371aa682] {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.note-header[data-v-371aa682] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.time-tag[data-v-371aa682] {
  padding: 4px 8px;
  background: rgba(26, 113, 255, 0.05);
  color: #1a71ff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 4px;
}
.note-title[data-v-371aa682] {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.note-content[data-v-371aa682] {
  font-size: 14px;
  color: #64748b;
  line-height: 1.6;
}
.note-content p[data-v-371aa682] {
  margin: 0;
}

/* 视频缩略图 */
.video-thumbnail[data-v-371aa682] {
  width: 192px;
  flex-shrink: 0;
  aspect-ratio: 16/9;
  border-radius: 8px;
  overflow: hidden;
  background: #f1f5f9;
  position: relative;
  cursor: pointer;
}
.video-thumbnail img[data-v-371aa682] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.play-overlay[data-v-371aa682] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s;
}
.play-button[data-v-371aa682] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(140, 150, 160, 0.8);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(4px);
  transition: background 0.2s;
}
.video-thumbnail:hover .play-button[data-v-371aa682] {
  background: rgba(140, 150, 160, 1);
}

/* 笔记底部操作栏 */
.note-footer[data-v-371aa682] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  background: rgba(248, 250, 252, 0.5);
  border-top: 1px solid #f1f5f9;
}
.note-time[data-v-371aa682] {
  font-size: 12px;
  color: #94a3b8;
}
.note-actions[data-v-371aa682] {
  display: flex;
  align-items: center;
  gap: 16px;
}
.action-btn[data-v-371aa682] {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  transition: opacity 0.2s;
}
.action-btn[data-v-371aa682]:hover {
  opacity: 0.8;
}
.edit-btn[data-v-371aa682] {
  color: #1a71ff;
}
.delete-btn[data-v-371aa682] {
  color: #f5222d;
}

/* 分页器 */
.pagination[data-v-371aa682] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #e2e8f0;
}
.pagination-info[data-v-371aa682] {
  font-size: 14px;
  color: #64748b;
}
.pagination-controls[data-v-371aa682] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-btn[data-v-371aa682] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.page-btn[data-v-371aa682]:disabled {
  color: #cbd5e1;
  cursor: not-allowed;
}
.page-btn[data-v-371aa682]:not(:disabled):hover {
  background: #f8fafc;
}
.page-number[data-v-371aa682] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.2s;
}
.page-number[data-v-371aa682]:hover {
  background: #f8fafc;
}
.page-number.active[data-v-371aa682] {
  background: #1a71ff;
  color: white;
  border-color: #1a71ff;
  box-shadow: 0 1px 3px rgba(26, 113, 255, 0.3);
}
.page-ellipsis[data-v-371aa682] {
  color: #cbd5e1;
  padding: 0 4px;
}

/* 编辑弹窗样式 */
.dialog-overlay[data-v-371aa682] {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn-371aa682 0.2s;
}
@keyframes fadeIn-371aa682 {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.dialog-container[data-v-371aa682] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  width: 90%;
  max-width: 600px;
  max-height: 80vh;
  display: flex;
  flex-direction: column;
  animation: slideUp-371aa682 0.3s;
}
@keyframes slideUp-371aa682 {
from {
    transform: translateY(20px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
.dialog-header[data-v-371aa682] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e2e8f0;
}
.dialog-title[data-v-371aa682] {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.close-btn[data-v-371aa682] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  border-radius: 6px;
  cursor: pointer;
  color: #64748b;
  transition: all 0.2s;
}
.close-btn[data-v-371aa682]:hover {
  background: #f1f5f9;
  color: #0f172a;
}
.dialog-body[data-v-371aa682] {
  padding: 24px;
  overflow-y: auto;
}
.form-group[data-v-371aa682] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-label[data-v-371aa682] {
  font-size: 14px;
  font-weight: 600;
  color: #0f172a;
}
.form-textarea[data-v-371aa682] {
  width: 100%;
  padding: 12px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  color: #0f172a;
  line-height: 1.6;
  resize: vertical;
  font-family: inherit;
  transition: all 0.2s;
}
.form-textarea[data-v-371aa682]:focus {
  outline: none;
  border-color: #1a71ff;
  box-shadow: 0 0 0 3px rgba(26, 113, 255, 0.1);
}
.form-textarea[data-v-371aa682]::-moz-placeholder {
  color: #94a3b8;
}
.form-textarea[data-v-371aa682]::placeholder {
  color: #94a3b8;
}
.dialog-footer[data-v-371aa682] {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  padding: 16px 24px;
  border-top: 1px solid #e2e8f0;
  background: #f8fafc;
}
.btn[data-v-371aa682] {
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  border: none;
}
.btn-cancel[data-v-371aa682] {
  background: white;
  color: #64748b;
  border: 1px solid #e2e8f0;
}
.btn-cancel[data-v-371aa682]:hover {
  background: #f8fafc;
  border-color: #cbd5e1;
}
.btn-primary[data-v-371aa682] {
  background: #1a71ff;
  color: white;
}
.btn-primary[data-v-371aa682]:hover {
  background: #1557d0;
}

/* 响应式 */
@media (max-width: 768px) {
.filter-section[data-v-371aa682] {
    flex-direction: column;
}
.search-box[data-v-371aa682] {
    flex: 1 1 100%;
    width: 100%;
    max-width: 100%;
}
.filter-select[data-v-371aa682] {
    width: 100%;
}
.video-filter-select[data-v-371aa682] {
    flex: 1 1 100%;
    min-width: 0;
    max-width: 100%;
}
.note-content-wrapper[data-v-371aa682] {
    flex-direction: column;
}
.video-thumbnail[data-v-371aa682] {
    width: 100%;
}
.note-footer[data-v-371aa682] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.pagination[data-v-371aa682] {
    flex-direction: column;
    gap: 16px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.clock-page[data-v-9765cb92] {
  width: 100%;
  --video-tag-width: 180px;
  --video-tag-gap: 8px;
  --video-more-tag-min-width: 92px;
}

/* 页面标题区 */
.page-header[data-v-9765cb92] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}
.header-left[data-v-9765cb92] {
  display: flex;
  align-items: center;
  gap: 12px;
}
.title-indicator[data-v-9765cb92] {
  width: 6px;
  height: 24px;
  background: #1a71ff;
  border-radius: 999px;
}
.page-title[data-v-9765cb92] {
  font-size: 24px;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.clock-count[data-v-9765cb92] {
  font-size: 14px;
  color: #64748b;
}

/* Tab 标签 */
.tabs-section[data-v-9765cb92] {
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}
.tabs-wrapper[data-v-9765cb92] {
  display: flex;
  gap: 32px;
}
.tab-button[data-v-9765cb92] {
  padding: 0 0 12px 0;
  border: none;
  background: transparent;
  font-size: 14px;
  font-weight: 600;
  color: #64748b;
  cursor: pointer;
  position: relative;
  transition: color 0.2s;
}
.tab-button[data-v-9765cb92]:hover {
  color: #1a71ff;
}
.tab-button.active[data-v-9765cb92] {
  color: #1a71ff;
  font-weight: 700;
}
.tab-button.active[data-v-9765cb92]::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 2px;
  background: #1a71ff;
  border-radius: 999px;
}

/* 表格区域 */
.table-section[data-v-9765cb92] {
  background: white;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 24px;
  min-height: 400px;
}

/* Loading 加载动画 */
.loading-container[data-v-9765cb92] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
.loading-spinner[data-v-9765cb92] {
  width: 48px;
  height: 48px;
  border: 4px solid #f1f5f9;
  border-top-color: #1a71ff;
  border-radius: 50%;
  animation: spin-9765cb92 0.8s linear infinite;
}
@keyframes spin-9765cb92 {
to {
    transform: rotate(360deg);
}
}
.loading-text[data-v-9765cb92] {
  margin-top: 16px;
  font-size: 14px;
  color: #64748b;
}

/* 空数据提示 */
.empty-container[data-v-9765cb92] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 20px;
}
.empty-icon[data-v-9765cb92] {
  font-size: 64px;
  color: #cbd5e1;
  margin-bottom: 16px;
}
.empty-text[data-v-9765cb92] {
  font-size: 14px;
  color: #94a3b8;
  margin: 0;
}
.table-wrapper[data-v-9765cb92] {
  overflow-x: auto;
}
.clock-table[data-v-9765cb92] {
  width: 100%;
  border-collapse: collapse;
}
.clock-table thead tr[data-v-9765cb92] {
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
}
.clock-table th[data-v-9765cb92] {
  padding: 16px 24px;
  text-align: left;
  font-size: 10px;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.clock-table tbody tr[data-v-9765cb92] {
  border-bottom: 1px solid #f1f5f9;
  transition: background 0.2s;
}
.clock-table tbody tr[data-v-9765cb92]:hover {
  background: rgba(248, 250, 252, 0.5);
}
.clock-table td[data-v-9765cb92] {
  padding: 20px 24px;
}

/* 日期单元格 */
.date-cell[data-v-9765cb92] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.date-value[data-v-9765cb92] {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.date-weekday[data-v-9765cb92] {
  font-size: 12px;
  color: #94a3b8;
}

/* 打卡时间 */
.clock-time[data-v-9765cb92] {
  font-size: 14px;
  color: #64748b;
}

/* 学习时长单元格 */
.duration-cell[data-v-9765cb92] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.duration-icon[data-v-9765cb92] {
  color: #1a71ff;
  font-size: 14px;
  font-variation-settings: 'FILL' 1;
}
.duration-value[data-v-9765cb92] {
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}

/* 视频摘要 */
.video-summary[data-v-9765cb92] {
  display: flex;
  align-items: center;
  gap: var(--video-tag-gap);
  width: 100%;
  min-width: 0;
  overflow: hidden;
}
.video-tag[data-v-9765cb92] {
  padding: 6px 8px;
  background: rgba(26, 113, 255, 0.05);
  color: #1a71ff;
  font-size: 11px;
  font-weight: 500;
  border-radius: 4px;
  border: 1px solid rgba(26, 113, 255, 0.1);
  width: var(--video-tag-width);
  flex: 0 0 var(--video-tag-width);
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
}
.video-tag-more[data-v-9765cb92] {
  width: auto;
  min-width: var(--video-more-tag-min-width);
  flex: 0 0 auto;
  color: #475569;
  background: #f8fafc;
  border-style: dashed;
  text-align: center;
}
.video-empty[data-v-9765cb92] {
  font-size: 13px;
  color: #94a3b8;
}

/* 分页器 */
.pagination[data-v-9765cb92] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-top: 1px solid #e2e8f0;
}
.pagination-info[data-v-9765cb92] {
  font-size: 14px;
  color: #64748b;
}
.pagination-controls[data-v-9765cb92] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-btn[data-v-9765cb92] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  cursor: pointer;
  transition: all 0.2s;
}
.page-btn[data-v-9765cb92]:disabled {
  color: #cbd5e1;
  cursor: not-allowed;
}
.page-btn[data-v-9765cb92]:not(:disabled):hover {
  background: #f8fafc;
}
.page-number[data-v-9765cb92] {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #e2e8f0;
  background: white;
  font-size: 14px;
  font-weight: 500;
  color: #0f172a;
  cursor: pointer;
  transition: all 0.2s;
}
.page-number[data-v-9765cb92]:hover {
  background: #f8fafc;
}
.page-number.active[data-v-9765cb92] {
  background: #1a71ff;
  color: white;
  border-color: #1a71ff;
  box-shadow: 0 1px 3px rgba(26, 113, 255, 0.3);
}
.page-ellipsis[data-v-9765cb92] {
  color: #cbd5e1;
  padding: 0 4px;
}

/* 响应式 */
@media (max-width: 768px) {
.page-header[data-v-9765cb92] {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}
.page-title[data-v-9765cb92] {
    font-size: 18px;
}
.clock-count[data-v-9765cb92] {
    font-size: 13px;
}
.clock-page[data-v-9765cb92] {
    --video-tag-width: 140px;
    --video-tag-gap: 6px;
    --video-more-tag-min-width: 84px;
}

  /* Tab 标签 */
.tabs-section[data-v-9765cb92] {
    margin-bottom: 16px;
}
.tabs-wrapper[data-v-9765cb92] {
    width: 100%;
    flex-wrap: wrap;
    gap: 24px;
}
.tab-button[data-v-9765cb92] {
    font-size: 13px;
    padding: 0 0 10px 0;
}

  /* 表格卡片化 */
.table-wrapper[data-v-9765cb92] {
    overflow-x: visible;
    padding: 12px;
}

  /* 隐藏表头 */
.clock-table thead[data-v-9765cb92] {
    display: none;
}
.clock-table[data-v-9765cb92] {
    display: block;
    min-width: auto;
}
.clock-table tbody[data-v-9765cb92] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

  /* 将tr转换为独立卡片 */
.clock-table tbody tr[data-v-9765cb92] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    padding: 12px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: white;
    align-items: flex-start;
    width: 100%;
    box-sizing: border-box;
}
.clock-table tbody tr[data-v-9765cb92]:hover {
    background: white;
    border-color: #cbd5e1;
}

  /* 重置td基础样式 */
.clock-table tbody td[data-v-9765cb92] {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    min-width: 0;
}

  /* 第1列：日期 */
.clock-table tbody td.cell-date[data-v-9765cb92] {
    grid-column: 1;
    padding: 0;
    margin: 0;
    min-width: 0;
}
.date-cell[data-v-9765cb92] {
    flex-direction: row;
    align-items: baseline;
    gap: 8px;
}
.date-value[data-v-9765cb92] {
    font-size: 14px;
}
.date-weekday[data-v-9765cb92] {
    font-size: 11px;
}

  /* 第2列：打卡时间 */
.clock-table tbody td.cell-clock-time[data-v-9765cb92] {
    grid-column: 2;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    text-align: right;
}
.clock-time[data-v-9765cb92] {
    font-size: 13px;
}

  /* 第3列：学习时长（视频打卡有）*/
.clock-table tbody td.cell-duration[data-v-9765cb92] {
    grid-column: 1 / -1;
    padding: 0;
    margin: 0;
}
.duration-cell[data-v-9765cb92] {
    font-size: 13px;
    gap: 6px;
}
.duration-icon[data-v-9765cb92] {
    font-size: 12px;
}
.duration-value[data-v-9765cb92] {
    font-size: 13px;
}

  /* 观看视频标签 */
.clock-table tbody td.cell-videos[data-v-9765cb92] {
    grid-column: 1 / -1;
    padding: 0;
    margin: 0;
}
.video-summary[data-v-9765cb92] {
    width: 100%;
}
.video-tag[data-v-9765cb92] {
    padding: 4px 6px;
    font-size: 10px;
}

  /* 分页器优化 */
.pagination[data-v-9765cb92] {
    flex-direction: column;
    gap: 12px;
    padding: 12px 0;
    border-top: 1px solid #e2e8f0;
}
.pagination-info[data-v-9765cb92] {
    font-size: 13px;
    text-align: center;
    line-height: 1.5;
}
.pagination-controls[data-v-9765cb92] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

  /* 隐藏中间的页码按钮和省略号 */
.page-number[data-v-9765cb92] {
    display: none;
}
.page-ellipsis[data-v-9765cb92] {
    display: none;
}

  /* 放大箭头按钮 */
.page-btn[data-v-9765cb92] {
    width: 40px;
    height: 40px;
    font-size: 16px;
}
.page-btn[data-v-9765cb92]:not(:disabled):hover {
    background: #f1f5f9;
}

  /* 表格区域 */
.table-section[data-v-9765cb92] {
    margin-bottom: 16px;
}

  /* 空数据和Loading样式 */
.loading-container[data-v-9765cb92],
  .empty-container[data-v-9765cb92] {
    padding: 60px 20px;
}
.empty-icon[data-v-9765cb92] {
    font-size: 48px;
}
.empty-text[data-v-9765cb92],
  .loading-text[data-v-9765cb92] {
    font-size: 13px;
}
}
@media (max-width: 480px) {
.clock-page[data-v-9765cb92] {
    --video-tag-width: 120px;
    --video-tag-gap: 6px;
    --video-more-tag-min-width: 76px;
}
.page-header[data-v-9765cb92] {
    gap: 10px;
    margin-bottom: 18px;
}
.header-left[data-v-9765cb92] {
    gap: 10px;
}
.header-right[data-v-9765cb92] {
    width: 100%;
}
.clock-count[data-v-9765cb92] {
    display: block;
    line-height: 1.5;
}
.tabs-wrapper[data-v-9765cb92] {
    gap: 10px;
}
.tab-button[data-v-9765cb92] {
    flex: 1 1 calc(50% - 5px);
    min-width: 0;
    padding-bottom: 10px;
    text-align: left;
}
.table-wrapper[data-v-9765cb92] {
    padding: 10px;
}
.clock-table tbody tr[data-v-9765cb92] {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 10px;
}
.clock-table tbody td.cell-date[data-v-9765cb92],
  .clock-table tbody td.cell-clock-time[data-v-9765cb92],
  .clock-table tbody td.cell-duration[data-v-9765cb92],
  .clock-table tbody td.cell-videos[data-v-9765cb92] {
    grid-column: 1 / -1;
}
.clock-table tbody td.cell-clock-time[data-v-9765cb92] {
    justify-content: flex-start;
    text-align: left;
}
.date-cell[data-v-9765cb92] {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.date-value[data-v-9765cb92],
  .clock-time[data-v-9765cb92],
  .duration-value[data-v-9765cb92] {
    font-size: 13px;
}
.date-weekday[data-v-9765cb92] {
    font-size: 11px;
}
.video-tag[data-v-9765cb92] {
    width: min(100%, var(--video-tag-width));
    flex-basis: min(100%, var(--video-tag-width));
}
.pagination[data-v-9765cb92] {
    gap: 10px;
    align-items: stretch;
}
.pagination-controls[data-v-9765cb92] {
    gap: 10px;
}
.pagination-info[data-v-9765cb92] {
    font-size: 12px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.tasks-page[data-v-2503b91b] {
  min-height: 100%;
  padding: 2px;
}
.task-layout[data-v-2503b91b] {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 16px;
  align-items: start;
}
.task-plan-sidebar[data-v-2503b91b] {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 12px;
  padding: 14px;
  position: sticky;
  top: 12px;
}
.sidebar-title[data-v-2503b91b] {
  font-size: 16px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 10px;
}
.plan-group-list[data-v-2503b91b] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.plan-group-item[data-v-2503b91b] {
  border: 1px solid #e7ecf2;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.plan-group-item[data-v-2503b91b]:hover {
  border-color: #409eff;
}
.plan-group-item.active[data-v-2503b91b] {
  border-color: #409eff;
  background: #ecf5ff;
}
.plan-group-name[data-v-2503b91b] {
  font-size: 14px;
  font-weight: 700;
  color: #203040;
}
.plan-group-meta[data-v-2503b91b] {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #7a8b9a;
  font-size: 12px;
}
.plan-group-tags[data-v-2503b91b] {
  margin-top: 8px;
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.task-detail-section[data-v-2503b91b] {
  min-width: 0;
}
.task-detail-header[data-v-2503b91b] {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.task-detail-title[data-v-2503b91b] {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #1e2f43;
}
.task-detail-subtitle[data-v-2503b91b] {
  margin: 8px 0 0;
  color: #64748b;
  font-size: 13px;
}
.task-detail-metrics[data-v-2503b91b] {
  display: flex;
  gap: 10px;
}
.task-metric-card[data-v-2503b91b] {
  min-width: 110px;
  border-radius: 10px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  padding: 10px 12px;
}
.task-metric-label[data-v-2503b91b] {
  color: #6b7c93;
  font-size: 12px;
}
.task-metric-value[data-v-2503b91b] {
  margin-top: 6px;
  color: #1f2d3d;
  font-size: 22px;
  font-weight: 700;
}
.tasks-header[data-v-2503b91b] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.page-title[data-v-2503b91b] {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #1e2f43;
}
.page-subtitle[data-v-2503b91b] {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
}
.task-stats[data-v-2503b91b] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.stat-item[data-v-2503b91b] {
  border-radius: 10px;
  border: 1px solid #e6edf6;
  background: #ffffff;
  padding: 12px 14px;
}
.stat-item.actionable[data-v-2503b91b] {
  border-color: #d5e6ff;
  background: #f5f9ff;
}
.stat-item.locked[data-v-2503b91b] {
  border-color: #ffe4bd;
  background: #fff9ef;
}
.stat-item.total[data-v-2503b91b] {
  border-color: #e9edf2;
  background: #f8fafc;
}
.stat-label[data-v-2503b91b] {
  color: #6b7c93;
  font-size: 12px;
}
.stat-value[data-v-2503b91b] {
  margin-top: 4px;
  color: #1f2d3d;
  font-size: 24px;
  font-weight: 700;
}
.task-list-section[data-v-2503b91b] {
  background: #fff;
  border: 1px solid #e6edf6;
  border-radius: 12px;
  padding: 14px;
  min-height: 300px;
}
.task-list[data-v-2503b91b] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.task-card[data-v-2503b91b] {
  border: 1px solid #edf2f7;
  border-radius: 10px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  transition: all 0.2s ease;
}
.task-card.highlighted[data-v-2503b91b] {
  border-color: #f59e0b;
  background: #fff9ef;
  box-shadow: 0 0 0 2px rgba(245, 158, 11, 0.2);
}
.task-main[data-v-2503b91b] {
  flex: 1;
  min-width: 0;
}
.task-row[data-v-2503b91b] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.task-row.top[data-v-2503b91b] {
  justify-content: space-between;
}
.task-title[data-v-2503b91b] {
  color: #1e293b;
  font-size: 15px;
  font-weight: 700;
}
.task-tags[data-v-2503b91b] {
  display: flex;
  gap: 6px;
}
.task-row.meta[data-v-2503b91b],
.task-row.extra[data-v-2503b91b] {
  margin-top: 8px;
  color: #64748b;
  font-size: 12px;
}
.required-text[data-v-2503b91b] {
  color: #ef4444;
  font-weight: 600;
}
.task-lock-tip[data-v-2503b91b] {
  margin-top: 8px;
  padding: 7px 10px;
  border-radius: 6px;
  border: 1px solid #ffe3c1;
  background: #fff7eb;
  color: #b45309;
  font-size: 12px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
}
.task-action[data-v-2503b91b] {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 86px;
}
@media (max-width: 1200px) {
.task-stats[data-v-2503b91b] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.task-layout[data-v-2503b91b] {
    grid-template-columns: 260px 1fr;
}
.task-detail-header[data-v-2503b91b] {
    flex-direction: column;
}
.task-detail-metrics[data-v-2503b91b] {
    flex-wrap: wrap;
}
}
@media (max-width: 768px) {
.tasks-header[data-v-2503b91b] {
    flex-direction: column;
    align-items: stretch;
}
.task-stats[data-v-2503b91b] {
    grid-template-columns: 1fr;
}
.task-layout[data-v-2503b91b] {
    grid-template-columns: 1fr;
}
.task-plan-sidebar[data-v-2503b91b] {
    position: static;
}
.task-card[data-v-2503b91b] {
    flex-direction: column;
}
.task-action[data-v-2503b91b] {
    justify-content: flex-start;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.messages-page[data-v-1c97b2ee] {
  min-height: 100%;
  padding: 2px;
}
.messages-header[data-v-1c97b2ee] {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.page-title[data-v-1c97b2ee] {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  color: #1e2f43;
}
.page-subtitle[data-v-1c97b2ee] {
  margin: 6px 0 0;
  color: #64748b;
  font-size: 13px;
}
.header-actions[data-v-1c97b2ee] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.message-stats[data-v-1c97b2ee] {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}
.stat-item[data-v-1c97b2ee] {
  border-radius: 10px;
  border: 1px solid #e6edf6;
  background: #ffffff;
  padding: 12px 14px;
}
.stat-item.total[data-v-1c97b2ee] {
  border-color: #dceafe;
  background: #f5f9ff;
}
.stat-item.unread[data-v-1c97b2ee] {
  border-color: #ffd9da;
  background: #fff6f6;
}
.stat-item.read[data-v-1c97b2ee] {
  border-color: #d6f5e6;
  background: #f4fcf8;
}
.stat-label[data-v-1c97b2ee] {
  color: #6b7c93;
  font-size: 12px;
}
.stat-value[data-v-1c97b2ee] {
  margin-top: 4px;
  color: #1f2d3d;
  font-size: 24px;
  font-weight: 700;
}
.message-filter[data-v-1c97b2ee] {
  margin-bottom: 12px;
  overflow-x: auto;
  padding-bottom: 2px;
}
.message-list-wrap[data-v-1c97b2ee] {
  position: relative;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid #e6edf6;
  border-radius: 12px;
  min-height: 320px;
  padding: 12px;
}
.message-loading-overlay[data-v-1c97b2ee] {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.82);
  pointer-events: none;
}
.message-loading-spinner[data-v-1c97b2ee] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 3px solid #dbeafe;
  border-top-color: #1a71ff;
  animation: message-spin-1c97b2ee 0.8s linear infinite;
}
.message-loading-text[data-v-1c97b2ee] {
  margin: 10px 0 0;
  color: #5b6b7e;
  font-size: 13px;
}
@keyframes message-spin-1c97b2ee {
from {
    transform: rotate(0deg);
}
to {
    transform: rotate(360deg);
}
}
.message-list[data-v-1c97b2ee] {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.message-card[data-v-1c97b2ee] {
  border: 1px solid #edf2f7;
  border-radius: 10px;
  padding: 12px;
  background: #ffffff;
}
.message-card.unread[data-v-1c97b2ee] {
  border-color: #cfe3ff;
  background: #f7fbff;
}
.message-head[data-v-1c97b2ee] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.message-title[data-v-1c97b2ee] {
  color: #1e293b;
  font-size: 15px;
  font-weight: 700;
}
.message-meta[data-v-1c97b2ee] {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.message-time[data-v-1c97b2ee] {
  color: #94a3b8;
  font-size: 12px;
}
.message-content[data-v-1c97b2ee] {
  margin-top: 8px;
  color: #475569;
  font-size: 13px;
  line-height: 1.6;
}
.message-actions[data-v-1c97b2ee] {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.pagination-wrap[data-v-1c97b2ee] {
  margin-top: 12px;
  display: flex;
  justify-content: flex-end;
}
.pagination-wrap[data-v-1c97b2ee] .el-pagination {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
@media (max-width: 900px) {
.messages-header[data-v-1c97b2ee] {
    flex-direction: column;
    align-items: stretch;
}
.message-stats[data-v-1c97b2ee] {
    grid-template-columns: 1fr;
}
.message-head[data-v-1c97b2ee] {
    flex-direction: column;
    align-items: flex-start;
}
.pagination-wrap[data-v-1c97b2ee] {
    justify-content: center;
}
}
@media (max-width: 768px) {
.message-actions[data-v-1c97b2ee] {
    width: 100%;
}
.message-actions .el-button[data-v-1c97b2ee] {
    margin-left: 0;
}
}
@media (max-width: 480px) {
.messages-page[data-v-1c97b2ee] {
    padding: 0;
}
.page-title[data-v-1c97b2ee] {
    font-size: 20px;
}
.page-subtitle[data-v-1c97b2ee] {
    font-size: 12px;
}
.message-list-wrap[data-v-1c97b2ee] {
    padding: 10px;
}
.pagination-wrap[data-v-1c97b2ee] .el-pagination {
    justify-content: center;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.video-list-page[data-v-910f9396] {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', 'Helvetica Neue', Arial, sans-serif;
  color: #101318;
  background-color: #f0f2f4;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header 样式 */
.header[data-v-910f9396] {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.header-container[data-v-910f9396] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.header-content[data-v-910f9396] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
.header-left[data-v-910f9396] {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
.logo[data-v-910f9396] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #1a71ff;
  cursor: pointer;
}
.logo-icon[data-v-910f9396] {
  font-size: 32px;
}
.brand-name[data-v-910f9396] {
  color: #101318;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.nav-menu[data-v-910f9396] {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.nav-link[data-v-910f9396] {
  text-decoration: none;
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-link[data-v-910f9396]:hover,
.nav-link.active[data-v-910f9396] {
  color: #1a71ff;
}
.header-right[data-v-910f9396] {
  display: flex;
  align-items: center;
}
.search-box[data-v-910f9396] {
  position: relative;
  width: 320px;
}
.search-icon[data-v-910f9396] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 16px;
}
.search-input[data-v-910f9396] {
  width: 100%;
  padding: 8px 12px 8px 40px;
  border: none;
  border-radius: 9999px;
  background-color: #f0f2f5;
  font-size: 14px;
  outline: none;
}
.search-input[data-v-910f9396]:focus {
  background-color: #ffffff;
  box-shadow: 0 0 0 2px rgba(26, 113, 255, 0.2);
}

/* Main Content */
.main-content[data-v-910f9396] {
  flex: 1;
  padding: 2rem 0;
}
.container[data-v-910f9396] {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
.page-header[data-v-910f9396] {
  margin-bottom: 2rem;
}
.page-title[data-v-910f9396] {
  font-size: 32px;
  font-weight: 700;
  color: #111827;
  margin: 0 0 8px 0;
}
.page-desc[data-v-910f9396] {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}
.filter-bar[data-v-910f9396] {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
  padding: 1rem;
  background: #ffffff;
  border-radius: 8px;
}
.filter-item[data-v-910f9396] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-item label[data-v-910f9396] {
  font-size: 14px;
  color: #6b7280;
  white-space: nowrap;
}

/* Video Grid */
.video-grid[data-v-910f9396] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
.video-grid[data-v-910f9396] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.video-grid[data-v-910f9396] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.video-grid[data-v-910f9396] {
    grid-template-columns: 1fr;
}
}
.video-card[data-v-910f9396] {
  background-color: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  transition: all 0.3s;
  cursor: pointer;
}
.video-card[data-v-910f9396]:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.video-thumbnail[data-v-910f9396] {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #e5e7eb;
}
.thumbnail-bg[data-v-910f9396] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transition: transform 0.5s;
}
.video-card:hover .thumbnail-bg[data-v-910f9396] {
  transform: scale(1.1);
}
.video-duration[data-v-910f9396] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 2px;
}
.video-watch-status[data-v-910f9396] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.video-overlay[data-v-910f9396] {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.video-card:hover .video-overlay[data-v-910f9396] {
  opacity: 1;
}
.play-icon[data-v-910f9396] {
  color: #ffffff;
  width: 48px;
  height: 48px;
}
.icon-sm[data-v-910f9396] {
  width: 16px;
  height: 16px;
}
.video-info[data-v-910f9396] {
  padding: 1rem;
}
.video-category[data-v-910f9396] {
  font-size: 10px;
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 2px;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 8px;
}
.category-blue[data-v-910f9396] {
  background-color: #dbeafe;
  color: #1e40af;
}
.category-red[data-v-910f9396] {
  background-color: #fee2e2;
  color: #b91c1c;
}
.category-purple[data-v-910f9396] {
  background-color: #ede9fe;
  color: #6b21a8;
}
.category-green[data-v-910f9396] {
  background-color: #d1fae5;
  color: #065f46;
}
.category-orange[data-v-910f9396] {
  background-color: #fed7aa;
  color: #c2410c;
}
.category-indigo[data-v-910f9396] {
  background-color: #e0e7ff;
  color: #3730a3;
}
.video-title[data-v-910f9396] {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0 0 8px 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.video-meta[data-v-910f9396] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #6b7280;
}
.video-views[data-v-910f9396] {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* Empty State */
.empty-state[data-v-910f9396] {
  text-align: center;
  padding: 4rem 0;
}
.empty-icon[data-v-910f9396] {
  width: 64px;
  height: 64px;
  color: #9ca3af;
  margin-bottom: 1rem;
}
.empty-state p[data-v-910f9396] {
  font-size: 16px;
  color: #6b7280;
}

/* Pagination */
.pagination-wrapper[data-v-910f9396] {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

/* Footer */
.footer[data-v-910f9396] {
  background-color: #ffffff;
  border-top: 1px solid #e5e7eb;
  margin-top: 3rem;
}
.footer .container[data-v-910f9396] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.footer-content[data-v-910f9396] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-left[data-v-910f9396] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.footer-icon[data-v-910f9396] {
  color: #9ca3af;
  width: 20px;
  height: 20px;
}
.footer-text[data-v-910f9396] {
  font-size: 14px;
  color: #6b7280;
}
.footer-links[data-v-910f9396] {
  display: flex;
  gap: 1.5rem;
}
.footer-links a[data-v-910f9396] {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-links a[data-v-910f9396]:hover {
  color: #1a71ff;
}

/* purgecss end ignore */

/* purgecss start ignore */
.video-play-page[data-v-5fa14f7a] {
  font-family: 'Manrope', 'PingFang SC', 'Microsoft YaHei', sans-serif;
  color: #101318;
  background-color: #f8fafc;
  min-height: 100vh;
}
.main-content[data-v-5fa14f7a] {
  width: 100%;
  max-width: 1600px;
  margin: 10px auto 0;
  padding: 1rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  min-height: calc(100vh - 64px);
}
.container[data-v-5fa14f7a] {
  width: 100%;
}
.content-wrapper[data-v-5fa14f7a] {
  display: flex;
  gap: 2rem;
}
.video-section[data-v-5fa14f7a] {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.video-network-alert[data-v-5fa14f7a] {
  margin-bottom: -0.5rem;
}

/* 视频播放器 */
.video-player-wrapper[data-v-5fa14f7a] {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #000;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  border: 1px solid #1f2937;
}
.video-player-wrapper[data-v-5fa14f7a]:fullscreen,
.video-player-wrapper[data-v-5fa14f7a]:-webkit-full-screen,
.video-player-wrapper.is-mobile-fullscreen[data-v-5fa14f7a] {
  width: 100vw;
  max-width: none;
  height: 100vh;
  height: 100dvh;
  aspect-ratio: auto;
  border-radius: 0;
}
.video-player-wrapper.is-mobile-fullscreen[data-v-5fa14f7a] {
  position: fixed;
  inset: 0;
  z-index: 3000;
}
.video-player-wrapper:hover .video-controls[data-v-5fa14f7a] {
  opacity: 1;
}
.video-player-wrapper.is-mobile .video-controls[data-v-5fa14f7a] {
  opacity: 1;
}
.video-player[data-v-5fa14f7a] {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-poster-layer[data-v-5fa14f7a] {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: #000;
}
.video-poster-image[data-v-5fa14f7a] {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.video-status-overlay[data-v-5fa14f7a] {
  position: absolute;
  inset: 0;
  z-index: 14;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: rgba(0, 0, 0, 0.38);
  color: #fff;
  backdrop-filter: blur(2px);
}
.video-status-overlay.is-error[data-v-5fa14f7a] {
  background: rgba(0, 0, 0, 0.56);
}
.video-status-icon[data-v-5fa14f7a] {
  font-size: 28px;
}
.video-status-text[data-v-5fa14f7a] {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
}
.video-retry-btn[data-v-5fa14f7a] {
  border: none;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  background: #1a71ff;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s ease;
}
.video-retry-btn[data-v-5fa14f7a]:hover {
  background: #0056e0;
}
.continue-play-tip[data-v-5fa14f7a] {
  position: absolute;
  left: 1rem;
  bottom: 4.5rem;
  z-index: 15;
  max-width: min(440px, calc(100% - 2rem));
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  border-radius: 0.875rem;
  background: rgba(15, 23, 42, 0.72);
  color: #f8fafc;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.28);
  backdrop-filter: blur(10px);
}
.continue-play-tip.is-mobile[data-v-5fa14f7a] {
  left: 0.75rem;
  right: 0.75rem;
  bottom: 4.75rem;
  max-width: none;
  padding: 0.625rem 0.75rem;
  gap: 0.5rem;
}
.continue-play-tip-text[data-v-5fa14f7a] {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
}
.continue-play-tip-action[data-v-5fa14f7a] {
  border: none;
  background: transparent;
  color: #4da3ff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}
.continue-play-tip-action[data-v-5fa14f7a]:hover {
  color: #7dc1ff;
}
.continue-play-tip-fade-enter-active[data-v-5fa14f7a],
.continue-play-tip-fade-leave-active[data-v-5fa14f7a] {
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.continue-play-tip-fade-enter[data-v-5fa14f7a],
.continue-play-tip-fade-leave-to[data-v-5fa14f7a] {
  opacity: 0;
  transform: translateY(8px);
}
.center-play-toggle-zone[data-v-5fa14f7a] {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: min(42vw, 320px);
  height: min(42vh, 220px);
  transform: translate(-50%, -50%);
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  outline: none;
  box-shadow: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.center-play-toggle-zone[data-v-5fa14f7a]:focus,
.center-play-toggle-zone[data-v-5fa14f7a]:focus-visible,
.center-play-toggle-zone[data-v-5fa14f7a]:active {
  outline: none;
  box-shadow: none;
}
.center-play-toggle-zone.is-playing[data-v-5fa14f7a] {
  cursor: pointer;
}
.mobile-seek-gesture-layer[data-v-5fa14f7a] {
  position: absolute;
  inset: 0;
  z-index: 11;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.mobile-seek-zone[data-v-5fa14f7a] {
  width: 34%;
  height: 100%;
  border: none;
  padding: 0;
  background: transparent;
  color: #fff;
  pointer-events: auto;
  cursor: pointer;
  transition: background 0.18s ease;
}
.mobile-seek-zone.is-active[data-v-5fa14f7a] {
  background: rgba(15, 23, 42, 0.18);
}
.mobile-seek-zone.is-left.is-active[data-v-5fa14f7a] {
  background: linear-gradient(to right, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.08), transparent);
}
.mobile-seek-zone.is-right.is-active[data-v-5fa14f7a] {
  background: linear-gradient(to left, rgba(15, 23, 42, 0.4), rgba(15, 23, 42, 0.08), transparent);
}
.mobile-seek-indicator[data-v-5fa14f7a] {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 13;
  transform: translate(-50%, -50%);
  padding: 0.625rem 0.875rem;
  border-radius: 9999px;
  background: rgba(15, 23, 42, 0.8);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  backdrop-filter: blur(8px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.28);
  pointer-events: none;
}
.video-overlay[data-v-5fa14f7a] {
  position: absolute;
  inset: 0;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s;
  pointer-events: auto;
}
.video-overlay[data-v-5fa14f7a]:hover {
  background: rgba(0, 0, 0, 0.2);
}
.play-button[data-v-5fa14f7a] {
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
  transition: all 0.3s;
}
.play-button i[data-v-5fa14f7a] {
  font-size: 40px;
}
.play-button[data-v-5fa14f7a]:hover {
  opacity: 1;
}
.video-overlay:hover .play-button[data-v-5fa14f7a] {
  background: rgba(255, 255, 255, 0.3);
  transform: scale(1.05);
}

/* 控制栏 */
.video-controls[data-v-5fa14f7a] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 16;
  padding: 1rem;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  color: #fff;
  opacity: 0;
  transition: opacity 0.3s;
}
.video-player-wrapper:fullscreen .video-controls[data-v-5fa14f7a],
.video-player-wrapper:-webkit-full-screen .video-controls[data-v-5fa14f7a],
.video-player-wrapper.is-mobile-fullscreen .video-controls[data-v-5fa14f7a] {
  padding-top: calc(1rem + env(safe-area-inset-top));
  padding-right: calc(1rem + env(safe-area-inset-right));
  padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  padding-left: calc(1rem + env(safe-area-inset-left));
}
.video-player-wrapper:hover .video-controls[data-v-5fa14f7a] {
  opacity: 1;
}
.progress-bar-wrapper[data-v-5fa14f7a] {
  position: relative;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  margin-bottom: 1rem;
  cursor: pointer;
  overflow: hidden;
  pointer-events: auto;
  touch-action: none;
}
.progress-bar[data-v-5fa14f7a] {
  width: 100%;
  height: 100%;
  position: relative;
}
.progress-filled[data-v-5fa14f7a] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #1a71ff;
  border-radius: 9999px;
  transition: width 0.1s;
  z-index: 2;
}
.progress-buffered[data-v-5fa14f7a] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 9999px;
  transition: width 0.2s;
  z-index: 1;
}
.controls-bottom[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}
.controls-left[data-v-5fa14f7a],
.controls-right[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.control-btn[data-v-5fa14f7a] {
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control-btn i[data-v-5fa14f7a] {
  font-size: 20px;
}
.control-btn[data-v-5fa14f7a]:hover {
  color: #1a71ff;
}
.volume-control[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.volume-slider[data-v-5fa14f7a] {
  width: 64px;
}
.volume-input[data-v-5fa14f7a] {
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 9999px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
.volume-input[data-v-5fa14f7a]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}
.volume-input[data-v-5fa14f7a]::-moz-range-thumb {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  border: none;
}
.time-display[data-v-5fa14f7a] {
  font-size: 14px;
  font-weight: 500;
  opacity: 0.9;
  font-variant-numeric: tabular-nums;
}
.playback-rate[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 1rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.25rem 0.75rem;
  border-radius: 9999px;
}
.rate-btn[data-v-5fa14f7a] {
  background: none;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  padding: 0;
}
.rate-btn[data-v-5fa14f7a]:hover {
  color: #1a71ff;
}
.rate-btn.active[data-v-5fa14f7a] {
  color: #1a71ff;
  text-decoration: underline;
}
.rate-select[data-v-5fa14f7a] {
  height: 24px;
  min-width: 52px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 6px;
  background: rgba(15, 23, 42, 0.55);
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  padding: 0 4px;
  outline: none;
}

/* 视频信息 */
.video-info-section[data-v-5fa14f7a] {
  margin-top: 0;
}
.video-title[data-v-5fa14f7a] {
  font-size: 1.875rem;
  font-weight: 800;
  color: #111827;
  line-height: 1.25;
  margin: 0 0 1rem 0;
}
.video-meta[data-v-5fa14f7a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.875rem 1rem;
  padding: 0.75rem 0;
  border-top: 1px solid #eef2f7;
  border-bottom: 1px solid #eef2f7;
  font-size: 14px;
}
.video-meta-left[data-v-5fa14f7a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.875rem;
  min-width: 0;
}
.meta-author[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.author-avatar[data-v-5fa14f7a] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e5e7eb;
  background-size: cover;
  background-position: center;
  border: 1px solid #ffffff;
  box-shadow: 0 1px 3px rgba(17, 24, 39, 0.16);
}
.author-name[data-v-5fa14f7a] {
  font-weight: 700;
  color: #111827;
}
.meta-v-separator[data-v-5fa14f7a] {
  width: 1px;
  height: 16px;
  background: #e5e7eb;
}
.meta-date[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  color: #6b7280;
}
.meta-icon[data-v-5fa14f7a] {
  font-size: 16px;
  color: #6b7280;
}
.meta-tags[data-v-5fa14f7a] {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.tag[data-v-5fa14f7a] {
  padding: 0.25rem 0.75rem;
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.video-meta-right[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #9ca3af;
  font-size: 13px;
  font-weight: 500;
  margin-left: auto;
  white-space: nowrap;
}
.meta-stat-item[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.stat-icon[data-v-5fa14f7a] {
  font-size: 14px;
  color: #9ca3af;
}
.meta-dot[data-v-5fa14f7a] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #d1d5db;
}

/* AI摘要 */
.ai-summary-section[data-v-5fa14f7a] {
  margin-top: 0;
}
.summary-details[data-v-5fa14f7a] {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.summary-header[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: background 0.2s;
}
.summary-header[data-v-5fa14f7a]:hover {
  background: #f9fafb;
}
.summary-title[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #111827;
  font-weight: 700;
}
.expand-icon[data-v-5fa14f7a] {
  color: #9ca3af;
  font-size: 20px;
  transition: transform 0.3s;
}
.summary-details[open] .expand-icon[data-v-5fa14f7a] {
  transform: rotate(180deg);
}
.summary-content[data-v-5fa14f7a] {
  padding: 0 1.5rem 1.5rem;
}
.summary-markdown[data-v-5fa14f7a] {
  position: relative;
  z-index: 0;
  background: rgba(26, 113, 255, 0.05);
  border-left: 4px solid #1a71ff;
  border-radius: 0.5rem;
  overflow: hidden;
}
[data-v-5fa14f7a] .summary-markdown .v-note-wrapper {
  border: none !important;
  min-height: auto !important;
  box-shadow: none !important;
  position: relative !important;
  z-index: 0 !important;
}
[data-v-5fa14f7a] .summary-markdown .v-show-content {
  padding: 1rem !important;
  line-height: 1.8;
  color: #374151;
  font-size: 14px;
  background: transparent !important;
  position: relative !important;
  z-index: 0 !important;
}
[data-v-5fa14f7a] .summary-markdown .markdown-body {
  position: relative !important;
  z-index: 0 !important;
}

/* 相关推荐 */
.related-section[data-v-5fa14f7a] {
  margin-top: 0;
  padding-top: 1rem;
}
.section-title[data-v-5fa14f7a] {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: #111827;
}
.related-grid[data-v-5fa14f7a] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.related-card[data-v-5fa14f7a] {
  cursor: pointer;
  transition: all 0.3s;
}
.related-card:hover .related-title[data-v-5fa14f7a] {
  color: #1a71ff;
}
.related-thumbnail[data-v-5fa14f7a] {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #e5e7eb;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 0.5rem;
}
.related-thumbnail img[data-v-5fa14f7a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s;
}
.related-card:hover .related-thumbnail img[data-v-5fa14f7a] {
  transform: scale(1.05);
}
.video-duration[data-v-5fa14f7a] {
  position: absolute;
  bottom: 0.25rem;
  right: 0.25rem;
  padding: 0 0.25rem;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 10px;
  border-radius: 0.125rem;
}
.related-title[data-v-5fa14f7a] {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  color: #374151;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}

/* 右侧笔记面板 */
.notes-panel[data-v-5fa14f7a] {
  width: 380px;
  flex-shrink: 0;
}
.notes-container[data-v-5fa14f7a] {
  position: sticky;
  top: 1.5rem;
  height: calc(100vh - 3rem);
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.notes-header[data-v-5fa14f7a] {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.notes-title[data-v-5fa14f7a] {
  font-size: 1.125rem;
  font-weight: 700;
  color: #111827;
  margin: 0;
}
.create-note-btn[data-v-5fa14f7a] {
  background: #1a71ff;
  color: #fff;
  padding: 0.375rem 1rem;
  border-radius: 0.5rem;
  font-size: 14px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  transition: all 0.2s;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}
.create-note-btn[data-v-5fa14f7a]:hover {
  background: #0056e0;
}
.notes-list[data-v-5fa14f7a] {
  flex: 1;
  overflow-y: auto;
  padding: 1.5rem;
}
.notes-list[data-v-5fa14f7a]::-webkit-scrollbar {
  width: 4px;
}
.notes-list[data-v-5fa14f7a]::-webkit-scrollbar-track {
  background: transparent;
}
.notes-list[data-v-5fa14f7a]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.note-item[data-v-5fa14f7a] {
  margin-bottom: 1.5rem;
}
.note-header-info[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}
.note-avatar[data-v-5fa14f7a] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  border: 1px solid #f3f4f6;
}
.note-meta[data-v-5fa14f7a] {
  display: flex;
  flex-direction: column;
}
.note-author[data-v-5fa14f7a] {
  font-size: 14px;
  font-weight: 700;
  color: #111827;
}
.note-timestamp[data-v-5fa14f7a] {
  font-size: 11px;
  color: #1a71ff;
  background: rgba(26, 113, 255, 0.05);
  padding: 0 0.25rem;
  border-radius: 0.125rem;
  font-family: 'Courier New', monospace;
}
.note-content[data-v-5fa14f7a] {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0 0 0.75rem 0.25rem;
}
.note-screenshot[data-v-5fa14f7a] {
  position: relative;
  width: 160px;
  aspect-ratio: 16 / 9;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e5e7eb;
  cursor: zoom-in;
  margin-left: 0.25rem;
}
.note-screenshot img[data-v-5fa14f7a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.screenshot-overlay[data-v-5fa14f7a] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
}
.note-screenshot:hover .screenshot-overlay[data-v-5fa14f7a] {
  opacity: 1;
}
.note-divider[data-v-5fa14f7a] {
  border: 0;
  border-top: 1px solid #f3f4f6;
  margin: 1.5rem 0;
}
.notes-footer[data-v-5fa14f7a] {
  padding: 1rem;
  background: #f9fafb;
  text-align: center;
}
.notes-sync-text[data-v-5fa14f7a] {
  font-size: 10px;
  color: #9ca3af;
  margin: 0;
}

/* 加载状态样式 */
.notes-loading[data-v-5fa14f7a] {
  text-align: center;
  padding: 1rem;
}
.loading-text[data-v-5fa14f7a] {
  font-size: 12px;
  color: #9ca3af;
}

/* 没有更多数据提示 */
.notes-no-more[data-v-5fa14f7a] {
  text-align: center;
  padding: 1rem;
}
.no-more-text[data-v-5fa14f7a] {
  font-size: 12px;
  color: #9ca3af;
}

/* 空状态样式 */
.notes-empty[data-v-5fa14f7a] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  gap: 0.75rem;
}
.empty-icon[data-v-5fa14f7a] {
  font-size: 48px;
  color: #d1d5db;
}
.empty-text[data-v-5fa14f7a] {
  font-size: 14px;
  color: #9ca3af;
  margin: 0;
}

/* 图片预览弹框 */
.image-preview-overlay[data-v-5fa14f7a] {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  backdrop-filter: blur(8px);
  cursor: zoom-out;
}
.image-preview-container[data-v-5fa14f7a] {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
}
.image-preview-container img[data-v-5fa14f7a] {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.5rem;
}
.image-preview-close[data-v-5fa14f7a] {
  position: absolute;
  top: -3rem;
  right: 0;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: #ffffff;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.image-preview-close[data-v-5fa14f7a]:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 创建笔记弹框样式 */
.note-dialog-overlay[data-v-5fa14f7a] {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(15, 23, 42, 0.6);
  backdrop-filter: blur(4px);
  overflow-y: auto;
  padding: 2rem 1rem;
}
.note-dialog[data-v-5fa14f7a] {
  background: #ffffff;
  width: 100%;
  max-width: 42rem;
  border-radius: 0.75rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  margin: auto;
}

/* 弹框头部 */
.note-dialog-header[data-v-5fa14f7a] {
  padding: 1.25rem 1.5rem;
  border-bottom: 1px solid #f1f5f9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(248, 250, 252, 0.5);
}
.note-dialog-user-info[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.note-dialog-avatar[data-v-5fa14f7a] {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  flex-shrink: 0;
}
.note-dialog-avatar img[data-v-5fa14f7a] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.note-dialog-username[data-v-5fa14f7a] {
  font-size: 0.875rem;
  font-weight: 700;
  color: #0f172a;
  margin: 0;
}
.note-dialog-video-info[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: #64748b;
}
.note-dialog-close[data-v-5fa14f7a] {
  background: none;
  border: none;
  color: #94a3b8;
  cursor: pointer;
  transition: color 0.2s;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.note-dialog-close[data-v-5fa14f7a]:hover {
  color: #64748b;
}

/* 弹框内容 */
.note-dialog-content[data-v-5fa14f7a] {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-height: 70vh;
  overflow-y: auto;
}
.note-dialog-content[data-v-5fa14f7a]::-webkit-scrollbar {
  width: 6px;
}
.note-dialog-content[data-v-5fa14f7a]::-webkit-scrollbar-track {
  background: transparent;
}
.note-dialog-content[data-v-5fa14f7a]::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

/* 时间点标记 */
.note-time-badge[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.375rem 0.75rem;
  background: rgba(26, 113, 255, 0.05);
  color: #1a71ff;
  border-radius: 0.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.note-time-text[data-v-5fa14f7a] {
  font-size: 0.875rem;
  font-weight: 700;
}

/* 笔记内容区域 */
.note-content-section[data-v-5fa14f7a] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.note-section-title[data-v-5fa14f7a] {
  color: #0f172a;
  font-weight: 700;
  font-size: 1rem;
  margin: 0;
}
.note-textarea-wrapper[data-v-5fa14f7a] {
  background: #f8fafc;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #e2e8f0;
}
.note-textarea[data-v-5fa14f7a] {
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  font-size: 0.875rem;
  color: #334155;
  line-height: 1.6;
  resize: vertical;
  font-family: 'Manrope', 'PingFang SC', 'Microsoft YaHei', sans-serif;
}
.note-textarea[data-v-5fa14f7a]::-moz-placeholder {
  color: #94a3b8;
}
.note-textarea[data-v-5fa14f7a]::placeholder {
  color: #94a3b8;
}

/* 视频截图区域 */
.note-screenshot-section[data-v-5fa14f7a] {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.note-screenshot-preview[data-v-5fa14f7a] {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #e2e8f0;
}
.note-screenshot-preview img[data-v-5fa14f7a] {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.screenshot-overlay-layer[data-v-5fa14f7a] {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.1);
  transition: background 0.3s;
}
.note-screenshot-preview:hover .screenshot-overlay-layer[data-v-5fa14f7a] {
  background: transparent;
}
.screenshot-time-badge[data-v-5fa14f7a] {
  position: absolute;
  bottom: 0.75rem;
  left: 0.75rem;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(4px);
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-size: 0.625rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* 弹框底部 */
.note-dialog-footer[data-v-5fa14f7a] {
  padding: 1rem 1.5rem;
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.75rem;
}
.note-btn-cancel[data-v-5fa14f7a] {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #64748b;
  background: transparent;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0.375rem;
}
.note-btn-cancel[data-v-5fa14f7a]:hover {
  background: #e2e8f0;
}
.note-btn-save[data-v-5fa14f7a] {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #ffffff;
  background: #1a71ff;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

/* 面包屑 */
.breadcrumb[data-v-5fa14f7a] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  margin-bottom: 24px;
}
.breadcrumb-link[data-v-5fa14f7a] {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-link[data-v-5fa14f7a]:hover {
  color: #1a71ff;
}
.breadcrumb-separator[data-v-5fa14f7a] {
  color: #9ca3af;
  font-size: 16px;
}
.breadcrumb-current[data-v-5fa14f7a] {
  color: #101318;
  font-weight: 600;
}
.note-btn-save[data-v-5fa14f7a]:hover {
  background: #0056e0;
}

/* 响应式设计 */
@media (max-width: 1024px) {
.content-wrapper[data-v-5fa14f7a] {
    flex-direction: column;
}
.notes-panel[data-v-5fa14f7a] {
    width: 100%;
}
.notes-container[data-v-5fa14f7a] {
    position: static;
    height: auto;
    max-height: 600px;
}
.related-grid[data-v-5fa14f7a] {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 640px) {
.center-play-toggle-zone[data-v-5fa14f7a] {
    width: min(58vw, 240px);
    height: min(38vh, 180px);
}
.related-grid[data-v-5fa14f7a] {
    grid-template-columns: 1fr;
}
.video-title[data-v-5fa14f7a] {
    font-size: 1.5rem;
}
.video-meta[data-v-5fa14f7a] {
    align-items: flex-start;
}
.video-meta-right[data-v-5fa14f7a] {
    margin-left: 0;
    width: 100%;
    white-space: normal;
}
.note-dialog[data-v-5fa14f7a] {
    max-width: 100%;
    margin: 0;
}
.note-dialog-content[data-v-5fa14f7a] {
    max-height: 60vh;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.public-video-page[data-v-6ab3d5ad] {
  min-height: 100vh;
  background: #f0f2f4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

/* 主容器 */
.main-container[data-v-6ab3d5ad] {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}

/* 侧边栏 */
.sidebar[data-v-6ab3d5ad] {
  width: 288px;
  background: white;
  border-right: 1px solid #e5e7eb;
  height: calc(100vh - 65px);
  position: sticky;
  top: 65px;
  overflow-y: auto;
}
.sidebar-content[data-v-6ab3d5ad] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sidebar-section[data-v-6ab3d5ad] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-section h3[data-v-6ab3d5ad] {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.category-list[data-v-6ab3d5ad] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-item[data-v-6ab3d5ad] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s;
}
.category-item[data-v-6ab3d5ad]:hover {
  background: #f9fafb;
}
.category-item.active[data-v-6ab3d5ad] {
  background: rgba(26, 113, 255, 0.05);
  color: #1a71ff;
}
.divider-line[data-v-6ab3d5ad] {
  height: 1px;
  background: #f3f4f6;
}
.tags-list[data-v-6ab3d5ad] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}
.tag[data-v-6ab3d5ad] {
  padding: 4px 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.tag[data-v-6ab3d5ad]:hover {
  border-color: #1a71ff;
  color: #1a71ff;
}
.tag.active[data-v-6ab3d5ad] {
  background: #1a71ff;
  border-color: #1a71ff;
  color: white;
}
.help-card[data-v-6ab3d5ad] {
  position: relative;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-radius: 12px;
  padding: 16px;
  color: white;
  overflow: hidden;
  margin-top: auto;
}
.help-icon[data-v-6ab3d5ad] {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.2;
}
.help-subtitle[data-v-6ab3d5ad] {
  font-size: 12px;
  font-weight: 500;
  color: #d1d5db;
  margin: 0 0 4px 0;
}
.help-title[data-v-6ab3d5ad] {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.help-btn[data-v-6ab3d5ad] {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background 0.2s;
}
.help-btn[data-v-6ab3d5ad]:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 主内容区 */
.main-content[data-v-6ab3d5ad] {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 400px;
  padding: 32px 40px;
}
.content-header[data-v-6ab3d5ad] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.page-title[data-v-6ab3d5ad] {
  font-size: 36px;
  font-weight: 900;
  color: #101318;
  margin: 0;
  letter-spacing: -0.025em;
}
.page-subtitle[data-v-6ab3d5ad] {
  font-size: 16px;
  color: #6b7280;
  margin: 4px 0 0 0;
}
.filter-btn-mobile[data-v-6ab3d5ad] {
  display: none;
}

/* 搜索筛选框 */
.search-filter-box[data-v-6ab3d5ad] {
  background: white;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.search-input-wrapper[data-v-6ab3d5ad] {
  flex: 1;
  position: relative;
}
.search-input-wrapper .search-icon[data-v-6ab3d5ad] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 20px;
  transition: color 0.2s;
}
.search-input-wrapper:focus-within .search-icon[data-v-6ab3d5ad] {
  color: #1a71ff;
}
.search-input-wrapper input[data-v-6ab3d5ad] {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: none;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
}
.search-input-wrapper input[data-v-6ab3d5ad]:focus {
  background: white;
  box-shadow: 0 0 0 2px rgba(26, 113, 255, 0.1);
}
.divider-vertical[data-v-6ab3d5ad] {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
.sort-wrapper[data-v-6ab3d5ad] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
.sort-label[data-v-6ab3d5ad] {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}
.sort-select[data-v-6ab3d5ad] {
  position: relative;
}
.sort-select select[data-v-6ab3d5ad] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 8px 28px 8px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  outline: none;
}
.search-btn[data-v-6ab3d5ad] {
  padding: 12px 24px;
  background: #1a71ff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.2);
}
.search-btn[data-v-6ab3d5ad]:hover {
  background: #1557d0;
}
.search-btn[data-v-6ab3d5ad]:active {
  transform: translateY(1px);
}

/* 视频网格 */
.video-grid[data-v-6ab3d5ad] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 48px;
}

/* 响应式网格 */
@media (max-width: 1024px) {
.video-grid[data-v-6ab3d5ad] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.video-grid[data-v-6ab3d5ad] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}
@media (max-width: 480px) {
.video-grid[data-v-6ab3d5ad] {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}
.video-card[data-v-6ab3d5ad] {
    border-radius: 6px;
}
.video-info[data-v-6ab3d5ad] {
    padding: 0.75rem;
}
.video-title[data-v-6ab3d5ad] {
    font-size: 14px;
}
.video-meta[data-v-6ab3d5ad] {
    font-size: 11px;
}
}
.video-card[data-v-6ab3d5ad] {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.video-card[data-v-6ab3d5ad]:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.video-thumbnail[data-v-6ab3d5ad] {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 宽高比 */
  overflow: hidden;
  background-color: #e5e7eb;
}
.video-bg[data-v-6ab3d5ad] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
  transition: transform 0.7s;
}
.video-card:hover .video-bg[data-v-6ab3d5ad] {
  transform: scale(1.05);
}
.video-overlay[data-v-6ab3d5ad] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.video-card:hover .video-overlay[data-v-6ab3d5ad] {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
.play-btn[data-v-6ab3d5ad] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.3s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.video-card:hover .play-btn[data-v-6ab3d5ad] {
  opacity: 1;
  transform: translateY(0);
}
.video-duration[data-v-6ab3d5ad] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
}
.video-watch-status[data-v-6ab3d5ad] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.video-info[data-v-6ab3d5ad] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.video-title[data-v-6ab3d5ad] {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.video-card:hover .video-title[data-v-6ab3d5ad] {
  color: #1a71ff;
}
.video-meta[data-v-6ab3d5ad] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #f9fafb;
  font-size: 12px;
  color: #6b7280;
}
.video-department[data-v-6ab3d5ad],
.video-views[data-v-6ab3d5ad] {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 分页 */
.pagination[data-v-6ab3d5ad] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.pagination-btn[data-v-6ab3d5ad] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  background: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-btn[data-v-6ab3d5ad]:hover:not(:disabled) {
  background: #f9fafb;
}
.pagination-btn.active[data-v-6ab3d5ad] {
  background: #1a71ff;
  border-color: #1a71ff;
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.2);
}
.pagination-btn[data-v-6ab3d5ad]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 响应式 */
@media (max-width: 1024px) {
.sidebar[data-v-6ab3d5ad] {
    display: none;
}
.nav-menu[data-v-6ab3d5ad] {
    display: none;
}
.filter-btn-mobile[data-v-6ab3d5ad] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}
}
@media (max-width: 768px) {
.search-box-header[data-v-6ab3d5ad] {
    display: none;
}
.main-content[data-v-6ab3d5ad] {
    padding: 24px 16px;
}
.page-title[data-v-6ab3d5ad] {
    font-size: 28px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.department-video-page[data-v-c855f2ea] {
  min-height: 100vh;
  background: #f0f2f4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

/* 主容器 */
.main-container[data-v-c855f2ea] {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}

/* 侧边栏 */
.sidebar[data-v-c855f2ea] {
  width: 288px;
  background: white;
  border-right: 1px solid #e5e7eb;
  height: calc(100vh - 65px);
  position: sticky;
  top: 65px;
  overflow-y: auto;
}
.sidebar-content[data-v-c855f2ea] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sidebar-section[data-v-c855f2ea] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-section h3[data-v-c855f2ea] {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.category-list[data-v-c855f2ea] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-item[data-v-c855f2ea] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s;
}
.category-item[data-v-c855f2ea]:hover {
  background: #f9fafb;
}
.category-item.active[data-v-c855f2ea] {
  background: rgba(26, 113, 255, 0.05);
  color: #1a71ff;
}
.divider-line[data-v-c855f2ea] {
  height: 1px;
  background: #f3f4f6;
}
.tags-list[data-v-c855f2ea] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}
.tag[data-v-c855f2ea] {
  padding: 4px 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.tag[data-v-c855f2ea]:hover {
  border-color: #1a71ff;
  color: #1a71ff;
}
.tag.active[data-v-c855f2ea] {
  background: #1a71ff;
  border-color: #1a71ff;
  color: white;
}
.help-card[data-v-c855f2ea] {
  position: relative;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-radius: 12px;
  padding: 16px;
  color: white;
  overflow: hidden;
  margin-top: auto;
}
.help-icon[data-v-c855f2ea] {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.2;
}
.help-subtitle[data-v-c855f2ea] {
  font-size: 12px;
  font-weight: 500;
  color: #d1d5db;
  margin: 0 0 4px 0;
}
.help-title[data-v-c855f2ea] {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.help-btn[data-v-c855f2ea] {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background 0.2s;
}
.help-btn[data-v-c855f2ea]:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 主内容区 */
.main-content[data-v-c855f2ea] {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 400px;
  padding: 32px 40px;
}
.content-header[data-v-c855f2ea] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.page-title[data-v-c855f2ea] {
  font-size: 36px;
  font-weight: 900;
  color: #101318;
  margin: 0;
  letter-spacing: -0.025em;
}
.page-subtitle[data-v-c855f2ea] {
  font-size: 16px;
  color: #6b7280;
  margin: 4px 0 0 0;
}
.filter-btn-mobile[data-v-c855f2ea] {
  display: none;
}

/* 搜索筛选框 */
.search-filter-box[data-v-c855f2ea] {
  background: white;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.search-input-wrapper[data-v-c855f2ea] {
  flex: 1;
  position: relative;
}
.search-input-wrapper .search-icon[data-v-c855f2ea] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 20px;
  transition: color 0.2s;
}
.search-input-wrapper:focus-within .search-icon[data-v-c855f2ea] {
  color: #1a71ff;
}
.search-input-wrapper input[data-v-c855f2ea] {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: none;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
}
.search-input-wrapper input[data-v-c855f2ea]:focus {
  background: white;
  box-shadow: 0 0 0 2px rgba(26, 113, 255, 0.1);
}
.divider-vertical[data-v-c855f2ea] {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
.sort-wrapper[data-v-c855f2ea] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
.sort-label[data-v-c855f2ea] {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}
.sort-select[data-v-c855f2ea] {
  position: relative;
}
.sort-select select[data-v-c855f2ea] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 8px 28px 8px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  outline: none;
}
.search-btn[data-v-c855f2ea] {
  padding: 12px 24px;
  background: #1a71ff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.2);
}
.search-btn[data-v-c855f2ea]:hover {
  background: #1557d0;
}
.search-btn[data-v-c855f2ea]:active {
  transform: translateY(1px);
}

/* 视频网格 */
.video-grid[data-v-c855f2ea] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 48px;
}

/* 响应式网格 */
@media (max-width: 1024px) {
.video-grid[data-v-c855f2ea] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.video-grid[data-v-c855f2ea] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}
@media (max-width: 480px) {
.video-grid[data-v-c855f2ea] {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}
.video-card[data-v-c855f2ea] {
    border-radius: 6px;
}
.video-info[data-v-c855f2ea] {
    padding: 0.75rem;
}
.video-title[data-v-c855f2ea] {
    font-size: 14px;
}
.video-meta[data-v-c855f2ea] {
    font-size: 11px;
}
}
.video-card[data-v-c855f2ea] {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.video-card[data-v-c855f2ea]:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.video-thumbnail[data-v-c855f2ea] {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 宽高比 */
  overflow: hidden;
  background-color: #e5e7eb;
}
.video-bg[data-v-c855f2ea] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
  transition: transform 0.7s;
}
.video-card:hover .video-bg[data-v-c855f2ea] {
  transform: scale(1.05);
}
.video-overlay[data-v-c855f2ea] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.video-card:hover .video-overlay[data-v-c855f2ea] {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
.play-btn[data-v-c855f2ea] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.3s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.video-card:hover .play-btn[data-v-c855f2ea] {
  opacity: 1;
  transform: translateY(0);
}
.video-duration[data-v-c855f2ea] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
}
.video-watch-status[data-v-c855f2ea] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.video-info[data-v-c855f2ea] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.video-title[data-v-c855f2ea] {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.video-card:hover .video-title[data-v-c855f2ea] {
  color: #1a71ff;
}
.video-meta[data-v-c855f2ea] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #f9fafb;
  font-size: 12px;
  color: #6b7280;
}
.video-department[data-v-c855f2ea],
.video-views[data-v-c855f2ea] {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 分页 */
.pagination[data-v-c855f2ea] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.pagination-btn[data-v-c855f2ea] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  background: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-btn[data-v-c855f2ea]:hover:not(:disabled) {
  background: #f9fafb;
}
.pagination-btn.active[data-v-c855f2ea] {
  background: #1a71ff;
  border-color: #1a71ff;
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.2);
}
.pagination-btn[data-v-c855f2ea]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 响应式 */
@media (max-width: 1024px) {
.sidebar[data-v-c855f2ea] {
    display: none;
}
.nav-menu[data-v-c855f2ea] {
    display: none;
}
.filter-btn-mobile[data-v-c855f2ea] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}
}
@media (max-width: 768px) {
.search-box-header[data-v-c855f2ea] {
    display: none;
}
.main-content[data-v-c855f2ea] {
    padding: 24px 16px;
}
.page-title[data-v-c855f2ea] {
    font-size: 28px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.training-page[data-v-0e975acc] {
  min-height: 100vh;
  background: #f0f2f4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
.main-container[data-v-0e975acc] {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}
.sidebar[data-v-0e975acc] {
  width: 288px;
  background: #fff;
  border-right: 1px solid #e5e7eb;
  height: calc(100vh - 65px);
  position: sticky;
  top: 65px;
  overflow-y: auto;
}
.sidebar-content[data-v-0e975acc] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sidebar-section[data-v-0e975acc] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-section h3[data-v-0e975acc] {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.category-list[data-v-0e975acc] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-item[data-v-0e975acc] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s;
}
.category-item[data-v-0e975acc]:hover {
  background: #f9fafb;
}
.category-item.active[data-v-0e975acc] {
  background: rgba(26, 113, 255, 0.05);
  color: #1a71ff;
}
.divider-line[data-v-0e975acc] {
  height: 1px;
  background: #f3f4f6;
}
.tags-list[data-v-0e975acc] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}
.tag[data-v-0e975acc] {
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.tag[data-v-0e975acc]:hover {
  border-color: #1a71ff;
  color: #1a71ff;
}
.tag.active[data-v-0e975acc] {
  background: #1a71ff;
  border-color: #1a71ff;
  color: #fff;
}
.help-card[data-v-0e975acc] {
  position: relative;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-radius: 12px;
  padding: 16px;
  color: #fff;
  overflow: hidden;
  margin-top: auto;
}
.help-icon[data-v-0e975acc] {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.2;
}
.help-subtitle[data-v-0e975acc] {
  font-size: 12px;
  font-weight: 500;
  color: #d1d5db;
  margin: 0 0 4px 0;
}
.help-title[data-v-0e975acc] {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.help-btn[data-v-0e975acc] {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  color: #fff;
}
.main-content[data-v-0e975acc] {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 420px;
  padding: 32px 40px;
}
.content-header[data-v-0e975acc] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.page-title[data-v-0e975acc] {
  font-size: 36px;
  font-weight: 900;
  color: #101318;
  margin: 0;
  letter-spacing: -0.025em;
}
.page-subtitle[data-v-0e975acc] {
  font-size: 16px;
  color: #6b7280;
  margin: 4px 0 0 0;
}
.search-filter-box[data-v-0e975acc] {
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.search-input-wrapper[data-v-0e975acc] {
  flex: 1;
  position: relative;
}
.search-input-wrapper .search-icon[data-v-0e975acc] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 20px;
  transition: color 0.2s;
}
.search-input-wrapper:focus-within .search-icon[data-v-0e975acc] {
  color: #1a71ff;
}
.search-input-wrapper input[data-v-0e975acc] {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: none;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
}
.search-input-wrapper input[data-v-0e975acc]:focus {
  background: #fff;
  box-shadow: 0 0 0 2px rgba(26, 113, 255, 0.1);
}
.divider-vertical[data-v-0e975acc] {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
.sort-wrapper[data-v-0e975acc] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
.sort-label[data-v-0e975acc] {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}
.sort-select[data-v-0e975acc] {
  position: relative;
}
.sort-select select[data-v-0e975acc] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 8px 28px 8px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  outline: none;
}
.search-btn[data-v-0e975acc] {
  padding: 12px 24px;
  background: #1a71ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.2);
}
.search-btn[data-v-0e975acc]:hover {
  background: #1557d0;
}
.folder-grid[data-v-0e975acc] {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}
.folder-card[data-v-0e975acc] {
  background: #fff;
  border: 1px solid #edf1f5;
  border-radius: 12px;
  padding: 18px;
  cursor: pointer;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  min-height: 180px;
}
.folder-card[data-v-0e975acc]:hover {
  border-color: #1a71ff;
  box-shadow: 0 8px 18px rgba(26, 113, 255, 0.12);
  transform: translateY(-2px);
}
.folder-icon-wrap[data-v-0e975acc] {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: rgba(26, 113, 255, 0.1);
  color: #1a71ff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.folder-icon[data-v-0e975acc] {
  font-size: 26px;
}
.folder-title[data-v-0e975acc] {
  margin: 14px 0 6px;
  font-size: 16px;
  line-height: 1.4;
  color: #111827;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.folder-desc[data-v-0e975acc] {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #6b7280;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.folder-footer[data-v-0e975acc] {
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.folder-badge[data-v-0e975acc] {
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 999px;
  background: #eef4ff;
  color: #1a71ff;
}
.folder-tag-count[data-v-0e975acc] {
  font-size: 12px;
  color: #8792a2;
}
@media (max-width: 1200px) {
.folder-grid[data-v-0e975acc] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 1024px) {
.sidebar[data-v-0e975acc] {
    display: none;
}
.main-content[data-v-0e975acc] {
    padding: 24px 20px;
}
.folder-grid[data-v-0e975acc] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.search-filter-box[data-v-0e975acc] {
    flex-wrap: wrap;
}
.divider-vertical[data-v-0e975acc] {
    display: none;
}
.page-title[data-v-0e975acc] {
    font-size: 28px;
}
.folder-grid[data-v-0e975acc] {
    gap: 14px;
}
}
@media (max-width: 480px) {
.folder-grid[data-v-0e975acc] {
    grid-template-columns: 1fr;
}
.main-content[data-v-0e975acc] {
    padding: 18px 14px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.training-material-page[data-v-5a0a5fce] {
  min-height: 100vh;
  background: #f0f2f4;
}
.main-content[data-v-5a0a5fce] {
  max-width: 1600px;
  margin: 0 auto;
  padding: 20px 24px 36px;
}
.breadcrumb[data-v-5a0a5fce] {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  font-size: 14px;
}
.breadcrumb-link[data-v-5a0a5fce] {
  color: #1a71ff;
  text-decoration: none;
}
.breadcrumb-separator[data-v-5a0a5fce] {
  color: #9ca3af;
}
.breadcrumb-current[data-v-5a0a5fce] {
  color: #4b5563;
}
.content-header[data-v-5a0a5fce] {
  margin-bottom: 20px;
}
.page-title[data-v-5a0a5fce] {
  margin: 0;
  font-size: 34px;
  color: #101318;
  font-weight: 900;
}
.page-subtitle[data-v-5a0a5fce] {
  margin: 6px 0 0;
  color: #6b7280;
  font-size: 15px;
}
.search-filter-box[data-v-5a0a5fce] {
  background: #fff;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}
.search-input-wrapper[data-v-5a0a5fce] {
  flex: 1;
  position: relative;
}
.search-icon[data-v-5a0a5fce] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 20px;
}
.search-input-wrapper input[data-v-5a0a5fce] {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: none;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 14px;
  outline: none;
}
.divider-vertical[data-v-5a0a5fce] {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
.sort-wrapper[data-v-5a0a5fce] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.sort-label[data-v-5a0a5fce] {
  font-size: 14px;
  color: #6b7280;
}
.sort-select select[data-v-5a0a5fce] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 8px 28px 8px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  outline: none;
}
.search-btn[data-v-5a0a5fce] {
  padding: 12px 24px;
  background: #1a71ff;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
}
.material-grid[data-v-5a0a5fce] {
  min-height: 180px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.material-card[data-v-5a0a5fce] {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.25s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.material-card[data-v-5a0a5fce]:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-3px);
  border-color: #1a71ff;
}
.material-preview[data-v-5a0a5fce] {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  overflow: hidden;
  background: #e5e7eb;
}
.video-bg[data-v-5a0a5fce] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
}
.video-overlay[data-v-5a0a5fce] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.32));
  display: flex;
  align-items: center;
  justify-content: center;
}
.play-btn[data-v-5a0a5fce] {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
}
.pdf-preview[data-v-5a0a5fce],
.file-preview[data-v-5a0a5fce] {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  color: #fff;
}
.pdf-preview[data-v-5a0a5fce] {
  background: linear-gradient(135deg, #cf1322 0%, #820014 100%);
}
.file-preview[data-v-5a0a5fce] {
  background: linear-gradient(135deg, #4b5563 0%, #1f2937 100%);
}
.pdf-preview i[data-v-5a0a5fce],
.file-preview i[data-v-5a0a5fce] {
  font-size: 36px;
}
.material-info[data-v-5a0a5fce] {
  padding: 12px;
}
.material-title[data-v-5a0a5fce] {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.material-desc[data-v-5a0a5fce] {
  margin: 8px 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.material-tags[data-v-5a0a5fce] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
  min-height: 24px;
}
.tag-chip[data-v-5a0a5fce] {
  border-radius: 999px;
  padding: 2px 8px;
  font-size: 11px;
  background: #eef4ff;
  color: #1a71ff;
}
.tag-chip.empty[data-v-5a0a5fce] {
  background: #f3f4f6;
  color: #6b7280;
}
.material-meta[data-v-5a0a5fce] {
  border-top: 1px solid #f3f4f6;
  padding-top: 8px;
  display: grid;
  grid-template-columns: 1fr 60px 60px 70px;
  gap: 4px;
  font-size: 12px;
  color: #6b7280;
}
.material-extra[data-v-5a0a5fce] {
  margin-top: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  color: #6b7280;
}
.status-tag[data-v-5a0a5fce] {
  border-radius: 999px;
  padding: 2px 8px;
}
.status-tag.published[data-v-5a0a5fce] {
  background: #e8f7ec;
  color: #1f8f47;
}
.pagination-wrap[data-v-5a0a5fce] {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.pdf-viewer-wrap[data-v-5a0a5fce] {
  width: 100%;
  height: calc(100vh - 100px);
}
.pdf-iframe[data-v-5a0a5fce] {
  width: 100%;
  height: 100%;
  background: #111827;
}
.plan-select-tip[data-v-5a0a5fce] {
  margin-bottom: 16px;
  color: #606266;
  font-size: 14px;
  line-height: 1.6;
}
.plan-select-list[data-v-5a0a5fce] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.plan-select-item[data-v-5a0a5fce] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
  transition: all 0.2s ease;
}
.plan-select-item[data-v-5a0a5fce]:hover {
  border-color: #1a71ff;
  box-shadow: 0 10px 24px rgba(26, 113, 255, 0.12);
}
.plan-select-main[data-v-5a0a5fce] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}
.plan-select-name[data-v-5a0a5fce] {
  color: #1f2937;
  font-size: 15px;
  font-weight: 600;
}
.plan-select-stage[data-v-5a0a5fce] {
  color: #6b7280;
  font-size: 13px;
}
.plan-select-status[data-v-5a0a5fce] {
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
}
.plan-select-status.status-0[data-v-5a0a5fce] {
  color: #8a6d3b;
  background: #fff7e6;
}
.plan-select-status.status-1[data-v-5a0a5fce] {
  color: #1a71ff;
  background: #e8f3ff;
}
.plan-select-status.status-2[data-v-5a0a5fce] {
  color: #16a34a;
  background: #eafaf0;
}
.plan-select-status.status-unknown[data-v-5a0a5fce] {
  color: #606266;
  background: #f3f4f6;
}
@media (max-width: 1200px) {
.material-grid[data-v-5a0a5fce] {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}
@media (max-width: 900px) {
.material-grid[data-v-5a0a5fce] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.search-filter-box[data-v-5a0a5fce] {
    flex-wrap: wrap;
}
.divider-vertical[data-v-5a0a5fce] {
    display: none;
}
}
@media (max-width: 600px) {
.material-grid[data-v-5a0a5fce] {
    grid-template-columns: 1fr;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.pdf-scroll-viewer[data-v-8cad1a2c] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background: #111827;
}
.pdf-scroll-viewer__pages[data-v-8cad1a2c] {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 18px 16px 24px;
  box-sizing: border-box;
}
.pdf-scroll-viewer__page[data-v-8cad1a2c] {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.18);
  padding: 14px;
  box-sizing: border-box;
}
.pdf-scroll-viewer__page-index[data-v-8cad1a2c] {
  margin-bottom: 10px;
  color: #6b7c93;
  font-size: 12px;
  text-align: center;
}
.pdf-scroll-viewer__canvas[data-v-8cad1a2c] {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  background: #fff;
}
.pdf-scroll-viewer__mask[data-v-8cad1a2c] {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: rgba(17, 24, 39, 0.72);
  color: #fff;
  font-size: 14px;
  z-index: 2;
}
.pdf-scroll-viewer__mask.error[data-v-8cad1a2c] {
  color: #ffd6d6;
}

/* purgecss end ignore */

/* purgecss start ignore */
.training-plan-guide-page[data-v-4a96e62a] {
  min-height: 100vh;
  background: #f3f5f8;
}
.guide-content[data-v-4a96e62a] {
  max-width: 1560px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 16px;
}
.plan-deadline-alert[data-v-4a96e62a] {
  margin-bottom: 16px;
}
.plan-sidebar[data-v-4a96e62a] {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8edf4;
  padding: 14px;
  height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 80px;
  overflow-y: auto;
}
.sidebar-title[data-v-4a96e62a] {
  font-size: 16px;
  font-weight: 700;
  color: #1f2d3d;
  margin-bottom: 10px;
}
.plan-list[data-v-4a96e62a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
  min-height: 240px;
  position: relative;
}
.plan-item[data-v-4a96e62a] {
  border: 1px solid #e7ecf2;
  border-radius: 10px;
  padding: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.plan-item[data-v-4a96e62a]:hover {
  border-color: #409eff;
}
.plan-item.active[data-v-4a96e62a] {
  border-color: #409eff;
  background: #ecf5ff;
}
.plan-name[data-v-4a96e62a] {
  font-size: 14px;
  font-weight: 700;
  color: #203040;
}
.plan-meta[data-v-4a96e62a] {
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #7a8b9a;
}
.plan-detail[data-v-4a96e62a] {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #e8edf4;
  padding: 18px;
  min-height: calc(100vh - 110px);
  display: flex;
  flex-direction: column;
}
.plan-detail-body[data-v-4a96e62a] {
  flex: 1;
  min-height: 360px;
  width: 100%;
  position: relative;
}
[data-v-4a96e62a] .plan-list > .el-loading-mask,[data-v-4a96e62a] .plan-detail-body > .el-loading-mask {
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-v-4a96e62a] .plan-list > .el-loading-mask .el-loading-spinner,[data-v-4a96e62a] .plan-detail-body > .el-loading-mask .el-loading-spinner {
  position: static;
  top: auto;
  margin-top: 0;
  width: auto;
  transform: none;
}
.detail-header[data-v-4a96e62a] {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #edf1f5;
}
.detail-title[data-v-4a96e62a] {
  margin: 0;
  font-size: 24px;
  color: #172b4d;
}
.detail-desc[data-v-4a96e62a] {
  margin-top: 8px;
  color: #6b7c93;
  font-size: 13px;
}
.detail-metrics[data-v-4a96e62a] {
  display: flex;
  gap: 10px;
}
.metric-card[data-v-4a96e62a] {
  min-width: 160px;
  background: #f7f9fc;
  border-radius: 8px;
  padding: 10px 12px;
}
.metric-label[data-v-4a96e62a] {
  font-size: 12px;
  color: #7a8b9a;
}
.metric-value[data-v-4a96e62a] {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #203040;
}
.guide-stats[data-v-4a96e62a] {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.guide-stat-card[data-v-4a96e62a] {
  border-radius: 12px;
  padding: 16px 18px;
  border: 1px solid #e7ecf2;
  background: #fff;
}
.guide-stat-card__label[data-v-4a96e62a] {
  font-size: 13px;
  color: #7a8b9a;
}
.guide-stat-card__value[data-v-4a96e62a] {
  margin-top: 10px;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #203040;
}
.guide-stat-card--actionable[data-v-4a96e62a] {
  background: linear-gradient(135deg, #eef6ff 0%, #f8fbff 100%);
  border-color: #dce8ff;
}
.guide-stat-card--actionable .guide-stat-card__value[data-v-4a96e62a] {
  color: #2f67ff;
}
.guide-stat-card--completed[data-v-4a96e62a] {
  background: linear-gradient(135deg, #eefaf2 0%, #f7fcf9 100%);
  border-color: #d8f0df;
}
.guide-stat-card--completed .guide-stat-card__value[data-v-4a96e62a] {
  color: #1f9d55;
}
.guide-stat-card--locked[data-v-4a96e62a] {
  background: linear-gradient(135deg, #fff7ed 0%, #fffdf8 100%);
  border-color: #fde7cf;
}
.guide-stat-card--locked .guide-stat-card__value[data-v-4a96e62a] {
  color: #d97706;
}
.guide-stat-card--total[data-v-4a96e62a] {
  background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
}
.stage-list[data-v-4a96e62a] {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.stage-card[data-v-4a96e62a] {
  border: 1px solid #e7ecf2;
  border-radius: 10px;
  padding: 12px;
}
.stage-head[data-v-4a96e62a] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.stage-title[data-v-4a96e62a] {
  font-size: 16px;
  color: #172b4d;
  font-weight: 700;
}
.stage-sub[data-v-4a96e62a] {
  margin-top: 6px;
  font-size: 12px;
  color: #7a8b9a;
}
.stage-tags[data-v-4a96e62a] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.lock-reason[data-v-4a96e62a] {
  margin-top: 10px;
  padding: 8px 10px;
  background: #fff7e6;
  color: #d48806;
  border-radius: 6px;
  font-size: 12px;
}
.material-block[data-v-4a96e62a],
.exam-block[data-v-4a96e62a] {
  margin-top: 12px;
}
.block-title[data-v-4a96e62a] {
  font-size: 13px;
  font-weight: 700;
  color: #203040;
  margin-bottom: 8px;
}
.block-empty[data-v-4a96e62a] {
  color: #99a5b4;
  font-size: 12px;
}
.material-list[data-v-4a96e62a] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.material-item[data-v-4a96e62a] {
  border: 1px solid #edf1f5;
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.material-item.highlight[data-v-4a96e62a] {
  border-color: #1a71ff;
  background: #eef4ff;
}
.material-title[data-v-4a96e62a] {
  font-size: 14px;
  color: #203040;
  font-weight: 600;
}
.material-meta[data-v-4a96e62a] {
  margin-top: 4px;
  font-size: 12px;
  color: #7a8b9a;
  display: flex;
  gap: 8px;
}
.required-mark[data-v-4a96e62a] {
  color: #f56c6c;
}
.material-actions[data-v-4a96e62a] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.exam-row[data-v-4a96e62a] {
  border: 1px solid #edf1f5;
  border-radius: 8px;
  padding: 8px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.exam-review-tip[data-v-4a96e62a] {
  margin-top: 8px;
  color: #7a8b9a;
  font-size: 12px;
  line-height: 1.7;
}
.doc-header-tip[data-v-4a96e62a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #f3f7ff;
  color: #3a4a5c;
  font-size: 13px;
}
[data-v-4a96e62a] .pdf-fullscreen-dialog {
  margin: 0 !important;
  height: 100vh;
  display: flex;
  flex-direction: column;
}
[data-v-4a96e62a] .pdf-fullscreen-dialog .el-dialog__header {
  flex-shrink: 0;
}
[data-v-4a96e62a] .pdf-fullscreen-dialog .el-dialog__body {
  flex: 1;
  min-height: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding-bottom: 0;
}
[data-v-4a96e62a] .pdf-fullscreen-dialog .el-dialog__footer {
  flex-shrink: 0;
  padding-top: 12px;
}
.doc-tip-main[data-v-4a96e62a] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.doc-tip-main i[data-v-4a96e62a] {
  color: #409eff;
  font-size: 15px;
}
.doc-progress-tags[data-v-4a96e62a] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.doc-progress-chip[data-v-4a96e62a] {
  padding: 4px 10px;
  border-radius: 999px;
  background: #e8f1ff;
  color: #3d5a80;
  line-height: 20px;
  white-space: nowrap;
}
.doc-progress-chip.done[data-v-4a96e62a] {
  background: #e8f8ee;
  color: #1f8b4c;
}
.doc-viewer-wrap[data-v-4a96e62a] {
  width: 100%;
  flex: 1;
  min-height: 0;
  height: calc(100vh - 210px);
  overflow: hidden;
  background: #111827;
  border-radius: 10px;
  border: 1px solid #263142;
  padding: 0;
  box-sizing: border-box;
}
.doc-bottom-confirm[data-v-4a96e62a] {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #e5ecf5;
  border-radius: 8px;
  background: #f8fbff;
}
.doc-bottom-confirm-tip[data-v-4a96e62a] {
  color: #6b7c93;
  font-size: 12px;
}
.doc-finish-btn[data-v-4a96e62a] {
  min-width: 180px;
}
@media (max-width: 992px) {
.guide-content[data-v-4a96e62a] {
    grid-template-columns: 1fr;
}
.plan-sidebar[data-v-4a96e62a] {
    height: auto;
    position: static;
}
.detail-header[data-v-4a96e62a] {
    flex-direction: column;
}
.detail-metrics[data-v-4a96e62a] {
    flex-wrap: wrap;
}
.guide-stats[data-v-4a96e62a] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
.doc-header-tip[data-v-4a96e62a] {
    flex-direction: column;
    align-items: flex-start;
}
.doc-progress-tags[data-v-4a96e62a] {
    justify-content: flex-start;
}
.doc-viewer-wrap[data-v-4a96e62a] {
    height: calc(100vh - 260px);
}
.doc-bottom-confirm[data-v-4a96e62a] {
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 640px) {
.guide-stats[data-v-4a96e62a] {
    grid-template-columns: 1fr;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.public-video-page[data-v-15e87070] {
  min-height: 100vh;
  background: #f0f2f4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}

/* 主容器 */
.main-container[data-v-15e87070] {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
}

/* 侧边栏 */
.sidebar[data-v-15e87070] {
  width: 288px;
  background: white;
  border-right: 1px solid #e5e7eb;
  height: calc(100vh - 65px);
  position: sticky;
  top: 65px;
  overflow-y: auto;
}
.sidebar-content[data-v-15e87070] {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sidebar-section[data-v-15e87070] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.sidebar-section h3[data-v-15e87070] {
  font-size: 12px;
  font-weight: 700;
  color: #111827;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin: 0;
}
.category-list[data-v-15e87070] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-item[data-v-15e87070] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  text-decoration: none;
  transition: all 0.2s;
}
.category-item[data-v-15e87070]:hover {
  background: #f9fafb;
}
.category-item.active[data-v-15e87070] {
  background: rgba(26, 113, 255, 0.05);
  color: #1a71ff;
}
.divider-line[data-v-15e87070] {
  height: 1px;
  background: #f3f4f6;
}
.tags-list[data-v-15e87070] {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-height: 200px;
  overflow-y: auto;
  padding-right: 4px;
}
.tag[data-v-15e87070] {
  padding: 4px 12px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.tag[data-v-15e87070]:hover {
  border-color: #1a71ff;
  color: #1a71ff;
}
.tag.active[data-v-15e87070] {
  background: #1a71ff;
  border-color: #1a71ff;
  color: white;
}
.help-card[data-v-15e87070] {
  position: relative;
  background: linear-gradient(135deg, #1f2937 0%, #111827 100%);
  border-radius: 12px;
  padding: 16px;
  color: white;
  overflow: hidden;
  margin-top: auto;
}
.help-icon[data-v-15e87070] {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 0.2;
}
.help-subtitle[data-v-15e87070] {
  font-size: 12px;
  font-weight: 500;
  color: #d1d5db;
  margin: 0 0 4px 0;
}
.help-title[data-v-15e87070] {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 12px 0;
}
.help-btn[data-v-15e87070] {
  font-size: 12px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  transition: background 0.2s;
}
.help-btn[data-v-15e87070]:hover {
  background: rgba(255, 255, 255, 0.2);
}

/* 主内容区 */
.main-content[data-v-15e87070] {
  position: relative;
  flex: 1;
  min-width: 0;
  min-height: 400px;
  padding: 32px 40px;
}
.content-header[data-v-15e87070] {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 24px;
}
.page-title[data-v-15e87070] {
  font-size: 36px;
  font-weight: 900;
  color: #101318;
  margin: 0;
  letter-spacing: -0.025em;
}
.page-subtitle[data-v-15e87070] {
  font-size: 16px;
  color: #6b7280;
  margin: 4px 0 0 0;
}
.filter-btn-mobile[data-v-15e87070] {
  display: none;
}

/* 搜索筛选框 */
.search-filter-box[data-v-15e87070] {
  background: white;
  padding: 8px;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 32px;
}
.search-input-wrapper[data-v-15e87070] {
  flex: 1;
  position: relative;
}
.search-input-wrapper .search-icon[data-v-15e87070] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #9ca3af;
  font-size: 20px;
  transition: color 0.2s;
}
.search-input-wrapper:focus-within .search-icon[data-v-15e87070] {
  color: #1a71ff;
}
.search-input-wrapper input[data-v-15e87070] {
  width: 100%;
  padding: 12px 12px 12px 44px;
  border: none;
  border-radius: 8px;
  background: #f9fafb;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
}
.search-input-wrapper input[data-v-15e87070]:focus {
  background: white;
  box-shadow: 0 0 0 2px rgba(26, 113, 255, 0.1);
}
.divider-vertical[data-v-15e87070] {
  width: 1px;
  height: 32px;
  background: #e5e7eb;
}
.sort-wrapper[data-v-15e87070] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 8px;
}
.sort-label[data-v-15e87070] {
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  white-space: nowrap;
}
.sort-select[data-v-15e87070] {
  position: relative;
}
.sort-select select[data-v-15e87070] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  padding: 8px 28px 8px 8px;
  font-size: 14px;
  font-weight: 700;
  color: #111827;
  cursor: pointer;
  outline: none;
}
.search-btn[data-v-15e87070] {
  padding: 12px 24px;
  background: #1a71ff;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.2);
}
.search-btn[data-v-15e87070]:hover {
  background: #1557d0;
}
.search-btn[data-v-15e87070]:active {
  transform: translateY(1px);
}

/* 视频网格 */
.video-grid[data-v-15e87070] {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  margin-bottom: 48px;
}

/* 响应式网格 */
@media (max-width: 1024px) {
.video-grid[data-v-15e87070] {
    grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 768px) {
.video-grid[data-v-15e87070] {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}
}
@media (max-width: 480px) {
.video-grid[data-v-15e87070] {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem;
}
.video-card[data-v-15e87070] {
    border-radius: 6px;
}
.video-info[data-v-15e87070] {
    padding: 0.75rem;
}
.video-title[data-v-15e87070] {
    font-size: 14px;
}
.video-meta[data-v-15e87070] {
    font-size: 11px;
}
}
.video-card[data-v-15e87070] {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}
.video-card[data-v-15e87070]:hover {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
}
.video-thumbnail[data-v-15e87070] {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 宽高比 */
  overflow: hidden;
  background-color: #e5e7eb;
}
.video-bg[data-v-15e87070] {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-color: #e5e7eb;
  transition: transform 0.7s;
}
.video-card:hover .video-bg[data-v-15e87070] {
  transform: scale(1.05);
}
.video-overlay[data-v-15e87070] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.video-card:hover .video-overlay[data-v-15e87070] {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
}
.play-btn[data-v-15e87070] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  opacity: 0;
  transform: translateY(16px);
  transition: all 0.3s;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.video-card:hover .play-btn[data-v-15e87070] {
  opacity: 1;
  transform: translateY(0);
}
.video-duration[data-v-15e87070] {
  position: absolute;
  bottom: 8px;
  right: 8px;
  padding: 2px 6px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(8px);
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  color: white;
  letter-spacing: 0.05em;
}
.video-watch-status[data-v-15e87070] {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 2;
}
.video-info[data-v-15e87070] {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 8px;
}
.video-title[data-v-15e87070] {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.2s;
}
.video-card:hover .video-title[data-v-15e87070] {
  color: #1a71ff;
}
.video-meta[data-v-15e87070] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  border-top: 1px solid #f9fafb;
  font-size: 12px;
  color: #6b7280;
}
.video-department[data-v-15e87070],
.video-views[data-v-15e87070] {
  display: flex;
  align-items: center;
  gap: 6px;
}

/* 分页 */
.pagination[data-v-15e87070] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 48px;
  margin-bottom: 48px;
}
.pagination-btn[data-v-15e87070] {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e7eb;
  background: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #6b7280;
  cursor: pointer;
  transition: all 0.2s;
}
.pagination-btn[data-v-15e87070]:hover:not(:disabled) {
  background: #f9fafb;
}
.pagination-btn.active[data-v-15e87070] {
  background: #1a71ff;
  border-color: #1a71ff;
  color: white;
  font-weight: 700;
  box-shadow: 0 4px 6px rgba(26, 113, 255, 0.2);
}
.pagination-btn[data-v-15e87070]:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 响应式 */
@media (max-width: 1024px) {
.sidebar[data-v-15e87070] {
    display: none;
}
.nav-menu[data-v-15e87070] {
    display: none;
}
.filter-btn-mobile[data-v-15e87070] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #374151;
    cursor: pointer;
}
}
@media (max-width: 768px) {
.search-box-header[data-v-15e87070] {
    display: none;
}
.main-content[data-v-15e87070] {
    padding: 24px 16px;
}
.page-title[data-v-15e87070] {
    font-size: 28px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.video-detail-page[data-v-358891eb] {
  min-height: 100vh;
  background: #f0f2f4;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
}
.camera-fallback-input[data-v-358891eb] {
  display: none;
}

/* 头部样式 */
.header[data-v-358891eb] {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e7eb;
}
.header-container[data-v-358891eb] {
  max-width: 1400px;
  margin: 0 auto;
  padding: 12px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-left[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 32px;
}
.logo[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #101318;
}
.logo-icon[data-v-358891eb] {
  width: 32px;
  height: 32px;
  background: rgba(26, 113, 255, 0.1);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a71ff;
}
.brand-name[data-v-358891eb] {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}
.search-box[data-v-358891eb] {
  position: relative;
  width: 256px;
}
.search-icon[data-v-358891eb] {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #6b7280;
  font-size: 20px;
}
.search-box input[data-v-358891eb] {
  width: 100%;
  padding: 8px 12px 8px 40px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #f0f2f5;
  font-size: 14px;
  outline: none;
  transition: all 0.2s;
}
.search-box input[data-v-358891eb]:focus {
  background: white;
  border-color: #1a71ff;
  box-shadow: 0 0 0 3px rgba(26, 113, 255, 0.1);
}
.header-right[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-menu[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 24px;
}
.nav-link[data-v-358891eb] {
  font-size: 14px;
  font-weight: 600;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.nav-link[data-v-358891eb]:hover {
  color: #1a71ff;
}
.nav-link.active[data-v-358891eb] {
  color: #101318;
  font-weight: 700;
}
.divider[data-v-358891eb] {
  width: 1px;
  height: 24px;
  background: #e5e7eb;
}
.user-info[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-left: 8px;
}
.user-text[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.user-name[data-v-358891eb] {
  font-size: 12px;
  font-weight: 700;
  color: #101318;
}
.user-status[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: #6b7280;
  margin-top: 2px;
}
.status-dot[data-v-358891eb] {
  width: 6px;
  height: 6px;
  background: #10b981;
  border-radius: 50%;
}
.user-avatar[data-v-358891eb] {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border: 2px solid white;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  position: relative;
}
.sync-badge[data-v-358891eb] {
  position: absolute;
  bottom: -2px;
  right: -2px;
  width: 16px;
  height: 16px;
  background: #0089ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
}

/* 主内容区 */
.main-content[data-v-358891eb] {
  flex: 1;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 32px 16px;
}
.content-container[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* 面包屑 */
.breadcrumb[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
}
.breadcrumb-link[data-v-358891eb] {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb-link[data-v-358891eb]:hover {
  color: #1a71ff;
}
.breadcrumb-separator[data-v-358891eb] {
  color: #9ca3af;
  font-size: 16px;
}
.breadcrumb-current[data-v-358891eb] {
  color: #101318;
  font-weight: 600;
}

/* 页面标题 */
.page-header[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.page-title[data-v-358891eb] {
  font-size: 30px;
  font-weight: 800;
  color: #101318;
  margin: 0;
  letter-spacing: -0.025em;
}
.page-subtitle[data-v-358891eb] {
  font-size: 16px;
  color: #6b7280;
  margin: 0;
}

/* 活动信息卡片 */
.activity-card[data-v-358891eb] {
  background: white;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #f3f4f6;
  overflow: hidden;
  display: flex;
  flex-direction: row;
}
.activity-thumbnail[data-v-358891eb] {
  width: 33.333%;
  min-height: 160px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.thumbnail-bg[data-v-358891eb] {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  transition: transform 0.5s;
}
.activity-thumbnail:hover .thumbnail-bg[data-v-358891eb] {
  transform: scale(1.05);
}
.thumbnail-overlay[data-v-358891eb] {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.4));
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s;
}
.activity-thumbnail:hover .thumbnail-overlay[data-v-358891eb] {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}
.play-btn[data-v-358891eb] {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.activity-info[data-v-358891eb] {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
.activity-content[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.activity-name-section[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.activity-label[data-v-358891eb] {
  font-size: 12px;
  font-weight: 700;
  color: #1a71ff;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.activity-name[data-v-358891eb] {
  font-size: 18px;
  font-weight: 700;
  color: #101318;
  margin: 0;
  line-height: 1.4;
}
.activity-details[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
}
.detail-item[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.detail-label[data-v-358891eb] {
  color: #6b7280;
  width: 80px;
  flex-shrink: 0;
}
.detail-value[data-v-358891eb] {
  color: #101318;
  font-weight: 500;
}
.activity-requirement[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 700;
  color: #ea580c;
  background: #fff7ed;
  padding: 12px;
  border-radius: 8px;
  border: 1px solid #fed7aa;
}

/* 打卡表单 */
.checkin-form[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-section[data-v-358891eb] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.form-label[data-v-358891eb] {
  font-size: 14px;
  font-weight: 700;
  color: #101318;
}
.optional-tag[data-v-358891eb] {
  font-size: 12px;
  font-weight: 400;
  color: #6b7280;
}
.required-tag[data-v-358891eb] {
  color: #ef4444;
  margin-left: 4px;
}

/* 上传区域 */
.upload-area[data-v-358891eb] {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #f9fafb;
  border: 2px dashed #d1d5db;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s;
}
.upload-area[data-v-358891eb]:hover {
  border-color: #1a71ff;
  background: #f0f9ff;
}
.viewfinder-corner[data-v-358891eb] {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: rgba(209, 213, 219, 0.7);
  border-style: solid;
  border-width: 0;
  transition: border-color 0.3s;
}
.upload-area:hover .viewfinder-corner[data-v-358891eb] {
  border-color: #1a71ff;
}
.corner-tl[data-v-358891eb] {
  top: 16px;
  left: 16px;
  border-top-width: 2px;
  border-left-width: 2px;
  border-top-left-radius: 8px;
}
.corner-tr[data-v-358891eb] {
  top: 16px;
  right: 16px;
  border-top-width: 2px;
  border-right-width: 2px;
  border-top-right-radius: 8px;
}
.corner-bl[data-v-358891eb] {
  bottom: 16px;
  left: 16px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-bottom-left-radius: 8px;
}
.corner-br[data-v-358891eb] {
  bottom: 16px;
  right: 16px;
  border-bottom-width: 2px;
  border-right-width: 2px;
  border-bottom-right-radius: 8px;
}
.upload-content[data-v-358891eb] {
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px;
  transition: transform 0.3s;
}
.upload-area:hover .upload-content[data-v-358891eb] {
  transform: scale(1.05);
}
.upload-icon[data-v-358891eb] {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: white;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a71ff;
  transition: all 0.3s;
}
.upload-area:hover .upload-icon[data-v-358891eb] {
  background: #1a71ff;
  color: white;
}
.upload-text h4[data-v-358891eb] {
  font-size: 16px;
  font-weight: 700;
  color: #101318;
  margin: 0 0 4px 0;
}
.upload-text p[data-v-358891eb] {
  font-size: 14px;
  color: #6b7280;
  margin: 0;
}
.camera-btn[data-v-358891eb] {
  margin-top: 8px;
  padding: 8px 24px;
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  color: #101318;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.camera-btn[data-v-358891eb]:hover {
  background: #f9fafb;
}

/* 文本域 */
.textarea-wrapper[data-v-358891eb] {
  position: relative;
}
.form-textarea[data-v-358891eb] {
  width: 100%;
  padding: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: white;
  font-size: 14px;
  color: #101318;
  line-height: 1.6;
  resize: none;
  outline: none;
  transition: all 0.2s;
}
.form-textarea[data-v-358891eb]::-moz-placeholder {
  color: #9ca3af;
}
.form-textarea[data-v-358891eb]::placeholder {
  color: #9ca3af;
}
.form-textarea[data-v-358891eb]:focus {
  border-color: #1a71ff;
  box-shadow: 0 0 0 3px rgba(26, 113, 255, 0.1);
}
.char-count[data-v-358891eb] {
  position: absolute;
  bottom: 12px;
  right: 12px;
  font-size: 12px;
  color: #9ca3af;
  pointer-events: none;
}

/* 表单按钮 */
.form-actions[data-v-358891eb] {
  padding-top: 24px;
  border-top: 1px solid #f3f4f6;
  display: flex;
  align-items: center;
  gap: 16px;
}
.submit-btn[data-v-358891eb],
.history-btn[data-v-358891eb] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 32px;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s;
}
.submit-btn[data-v-358891eb] {
  flex: 1;
  background: #1a71ff;
  color: white;
  box-shadow: 0 8px 16px rgba(26, 113, 255, 0.3);
}
.submit-btn[data-v-358891eb]:hover {
  background: #1557d0;
}
.submit-btn[data-v-358891eb]:active {
  transform: scale(0.98);
}
.history-btn[data-v-358891eb] {
  background: white;
  color: #101318;
  border: 1px solid #e5e7eb;
}
.history-btn[data-v-358891eb]:hover {
  background: #f9fafb;
}

/* 照片预览 */
.upload-area.has-photo[data-v-358891eb] {
  border-color: #10b981;
  background: #f0fdf4;
  cursor: default;
}
.photo-preview[data-v-358891eb] {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.photo-preview img[data-v-358891eb] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-overlay[data-v-358891eb] {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.photo-preview:hover .photo-overlay[data-v-358891eb] {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.retake-btn[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: white;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  color: #101318;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.retake-btn[data-v-358891eb]:hover {
  transform: scale(1.05);
}

/* 摄像头弹窗 */
.camera-modal[data-v-358891eb] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn-358891eb 0.3s;
}
@keyframes fadeIn-358891eb {
from {
    opacity: 0;
}
to {
    opacity: 1;
}
}
.camera-container[data-v-358891eb] {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  max-width: 800px;
  width: 90%;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: slideUp-358891eb 0.3s;
}
@keyframes slideUp-358891eb {
from {
    transform: translateY(50px);
    opacity: 0;
}
to {
    transform: translateY(0);
    opacity: 1;
}
}
.camera-header[data-v-358891eb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e7eb;
  background: #f9fafb;
}
.camera-header h3[data-v-358891eb] {
  font-size: 18px;
  font-weight: 700;
  color: #101318;
  margin: 0;
}
.close-btn[data-v-358891eb] {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #6b7280;
  transition: all 0.2s;
}
.close-btn[data-v-358891eb]:hover {
  background: #e5e7eb;
  color: #101318;
}
.camera-body[data-v-358891eb] {
  position: relative;
  background: #000;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.camera-video[data-v-358891eb] {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.camera-footer[data-v-358891eb] {
  padding: 24px;
  display: flex;
  justify-content: center;
  background: #f9fafb;
}
.capture-btn[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 32px;
  background: #1a71ff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  color: white;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 4px 12px rgba(26, 113, 255, 0.3);
}
.capture-btn[data-v-358891eb]:hover {
  background: #1557d0;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(26, 113, 255, 0.4);
}
.capture-btn[data-v-358891eb]:active {
  transform: translateY(0);
}

/* 视频播放器弹窗 */
.video-player-modal[data-v-358891eb] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  animation: fadeIn-358891eb 0.3s;
}
.video-player-container[data-v-358891eb] {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
  animation: slideUp-358891eb 0.3s;
  display: flex;
  flex-direction: column;
}
.video-player-header[data-v-358891eb] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}
.video-player-header h3[data-v-358891eb] {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  max-width: calc(100% - 50px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.video-player-body[data-v-358891eb] {
  position: relative;
  background: #000;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-player[data-v-358891eb] {
  width: 100%;
  height: 100%;
  max-height: calc(90vh - 60px);
  -o-object-fit: contain;
     object-fit: contain;
  outline: none;
}
.player-loading-overlay[data-v-358891eb] {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
}
.player-loading-overlay.is-error[data-v-358891eb] {
  background: rgba(127, 29, 29, 0.5);
}
.player-loading-content[data-v-358891eb] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.75);
  backdrop-filter: blur(6px);
}
.player-loading-text[data-v-358891eb] {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
  padding: 8px 14px;
  border-radius: 8px;
  background: rgba(127, 29, 29, 0.7);
}
.player-progress-wrap[data-v-358891eb] {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 14px;
  z-index: 4;
  pointer-events: none;
}
.player-progress-track[data-v-358891eb] {
  width: 100%;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.28);
  overflow: hidden;
  position: relative;
}
.player-progress-buffered[data-v-358891eb] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  transition: width 0.2s;
  z-index: 1;
}
.player-progress-played[data-v-358891eb] {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 999px;
  background: #1a71ff;
  transition: width 0.1s;
  z-index: 2;
}

/* 响应式 */
@media (max-width: 768px) {
.header-container[data-v-358891eb] {
    padding: 12px 16px;
}
.search-box[data-v-358891eb] {
    display: none;
}
.nav-menu[data-v-358891eb] {
    display: none;
}
.activity-card[data-v-358891eb] {
    flex-direction: column;
}
.activity-thumbnail[data-v-358891eb] {
    width: 100%;
}
.form-actions[data-v-358891eb] {
    flex-direction: column;
}
.history-btn[data-v-358891eb] {
    width: 100%;
}
.camera-container[data-v-358891eb] {
    width: 95%;
    max-height: 90vh;
}
.camera-footer[data-v-358891eb] {
    padding: 16px;
}
.video-player-container[data-v-358891eb] {
    width: 100%;
    max-height: 100vh;
    border-radius: 0;
}
.video-player[data-v-358891eb] {
    max-height: calc(100vh - 60px);
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.header {
  width: 100%;
  height: 12%;
  border-bottom: 2px solid #EFF1F2;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.center {
  display: flex;
  align-items: center;
}
.username {
  margin-left: 10px;
  font-family: '黑体';
}
.system-title {
  color: #FFC27A;
  font-size: 30px;
  font-weight: bold;
}
.menu-list {
  display: flex;
  color: #92969B;
}
.menu-list>div{
  font-family: '黑体';
  font-size: 15px;
  width: 70px;
  cursor: pointer;
}
.menu_item {
  color: #58C7A4;
}
.drop-item {
  font-family: '黑体';
}

/* purgecss end ignore */
/* purgecss start ignore */

/* purgecss end ignore */

/* purgecss start ignore */
.bottom[data-v-23d00cea] {
  width: 100%;
  height: 45%;
  background-image: url(data:image/png;base64,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);
  display: flex;
}
.bottom-one[data-v-23d00cea],.bottom-four[data-v-23d00cea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 100%;
  font-family: '黑体';
  font-size: 14px;
}
.bottom-two[data-v-23d00cea],.bottom-three[data-v-23d00cea] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 100%;
  font-family: '黑体';
  font-size: 14px;
}

/* purgecss end ignore */

/* purgecss start ignore */
.test {
  width: 100%;
  min-height: 100%;
  background: linear-gradient(180deg, #f5f9ff 0%, #ffffff 30%, #f8fbff 100%);
}
.test-hero__main,
.test-hero__notice,
.test-section {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 0.56s cubic-bezier(0.22, 1, 0.36, 1), transform 0.56s cubic-bezier(0.22, 1, 0.36, 1);
}
.test--ready .test-hero__main,
.test--ready .test-hero__notice,
.test--ready .test-section {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.test--ready .test-hero__notice {
  transition-delay: 0.1s;
}
.test--ready .test-section {
  transition-delay: 0.18s;
}
.test-page-content {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 36px 24px 56px;
}
.glass-panel {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: 0 18px 45px rgba(31, 111, 235, 0.10);
  backdrop-filter: blur(16px);
}
.test-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: stretch;
}
.test-hero__main {
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 28px;
  background: linear-gradient(135deg, #1a71ff 0%, #57a4ff 55%, #8bc4ff 100%);
  color: #ffffff;
  box-shadow: 0 24px 48px rgba(26, 113, 255, 0.24);
}
.test-hero__main::after {
  content: '';
  position: absolute;
  right: -80px;
  top: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
}
.test-hero__eyebrow,
.section-header__eyebrow {
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}
.test-hero__title {
  margin: 14px 0 12px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.2;
}
.test-hero__desc {
  max-width: 560px;
  margin: 0;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.92);
}
.test-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 28px;
}
.hero-stat-card {
  position: relative;
  z-index: 1;
  padding: 20px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.hero-stat-card__label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.hero-stat-card__value {
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
}
.test-hero__notice {
  border-radius: 28px;
  padding: 28px;
}
.panel-title {
  font-size: 22px;
  font-weight: 700;
  color: #1f2937;
}
.panel-subtitle {
  margin-top: 8px;
  color: #6b7280;
  line-height: 1.7;
}
.notice-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 22px;
}
.notice-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.notice-item__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(26, 113, 255, 0.12);
  color: #1a71ff;
  font-size: 13px;
  font-weight: 700;
}
.notice-item__text {
  color: #374151;
  line-height: 1.75;
}
.test-section {
  margin-top: 32px;
}
.section-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.section-header__title {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 700;
  color: #111827;
}
.section-header__meta {
  color: #6b7280;
  font-size: 14px;
}
.test-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.test-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 24px;
  border-radius: 24px;
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: transform 0.28s ease, box-shadow 0.28s ease, opacity 0.4s ease;
  transition-delay: calc(var(--card-index) * 0.05s + 0.24s);
}
.test--ready .test-card {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.test-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 55px rgba(31, 111, 235, 0.16);
}
.test-card__head,
.test-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.test-card__title {
  font-size: 20px;
  font-weight: 700;
  color: #111827;
  line-height: 1.4;
}
.test-card__scene {
  margin-top: 8px;
  color: #6b7280;
  font-size: 14px;
}
.schedule-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
}
.schedule-badge--pending {
  color: #1d4ed8;
  background: rgba(59, 130, 246, 0.12);
}
.schedule-badge--active {
  color: #b45309;
  background: rgba(245, 158, 11, 0.14);
}
.schedule-badge--finished {
  color: #047857;
  background: rgba(16, 185, 129, 0.14);
}
.test-card__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.meta-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f8fbff;
}
.meta-item--full {
  grid-column: span 2;
}
.meta-item__label {
  font-size: 13px;
  color: #6b7280;
}
.meta-item__value {
  font-size: 15px;
  color: #111827;
  font-weight: 600;
  line-height: 1.5;
}
.test-card__progress {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #374151;
}
.test-card__progress-label {
  font-size: 13px;
  color: #6b7280;
}
.test-card__action {
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.test-card__action:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(26, 113, 255, 0.18);
}
.test-card__action:active {
  transform: scale(0.98);
}
.test-empty {
  border-radius: 24px;
  padding: 28px;
}
@media (max-width: 1100px) {
.test-hero {
    grid-template-columns: 1fr;
}
.test-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.test-page-content {
    padding: 24px 16px 40px;
}
.test-hero__main,
    .test-hero__notice,
    .test-card,
    .test-empty {
    border-radius: 20px;
}
.test-hero__main {
    padding: 28px 22px;
}
.test-hero__title {
    font-size: 30px;
}
.test-hero__stats,
    .test-card-grid,
    .test-card__body {
    grid-template-columns: 1fr;
}
.meta-item--full {
    grid-column: span 1;
}
.section-header,
    .test-card__head,
    .test-card__footer {
    flex-direction: column;
    align-items: flex-start;
}
}
@media (max-width: 480px) {
.test-page-content {
    padding: 20px 12px 32px;
}
.test-hero__title {
    font-size: 26px;
}
.hero-stat-card__value {
    font-size: 26px;
}
.panel-title,
    .section-header__title {
    font-size: 24px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */

/* purgecss end ignore */

/* purgecss start ignore */
.task-exam-page[data-v-1183d918] {
  min-height: 100%;
  padding: 20px 0 36px;
  background: linear-gradient(180deg, #f5f7fa 0%, #eef3f8 100%);
}
.exam-loading-wrap[data-v-1183d918] {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  min-height: 520px;
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.exam-loading-wrap__icon[data-v-1183d918] {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  background: linear-gradient(180deg, #eef4ff 0%, #e0ecff 100%);
  color: #1a71ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  box-shadow: inset 0 0 0 1px rgba(26, 113, 255, 0.08);
}
.exam-loading-wrap__title[data-v-1183d918] {
  margin-top: 20px;
  color: #1f2d3d;
  font-size: 28px;
  font-weight: 700;
}
.exam-loading-wrap__desc[data-v-1183d918] {
  margin-top: 10px;
  color: #64748b;
  font-size: 14px;
}
.exam-loading-skeleton[data-v-1183d918] {
  width: min(640px, 100%);
  margin-top: 28px;
  display: grid;
  gap: 12px;
}
.exam-loading-skeleton__block[data-v-1183d918] {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 20%, #f8fbff 45%, #eef2f7 70%);
  background-size: 200% 100%;
  animation: exam-loading-shimmer-1183d918 1.35s ease-in-out infinite;
}
.exam-loading-skeleton__block--lg[data-v-1183d918] {
  height: 20px;
  width: 82%;
  justify-self: center;
}
.exam-loading-skeleton__block--sm[data-v-1183d918] {
  width: 56%;
  justify-self: center;
}
@keyframes exam-loading-shimmer-1183d918 {
0% { background-position: 200% 0;
}
100% { background-position: -200% 0;
}
}
.exam-shell[data-v-1183d918] {
  width: min(1280px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.exam-stage[data-v-1183d918] {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.task-exam-page--ready .exam-stage[data-v-1183d918] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.task-exam-page--ready .exam-stage--side[data-v-1183d918] {
  transition-delay: 0.08s;
}
.task-exam-page--ready .exam-stage--question[data-v-1183d918] {
  transition-delay: 0.12s;
}
.task-exam-page--ready .exam-stage--sidebar[data-v-1183d918] {
  transition-delay: 0.18s;
}
.panel-card[data-v-1183d918] {
  background: #ffffff;
  border: 1px solid #e6edf6;
  border-radius: 20px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}
.panel-card--hero[data-v-1183d918],
.panel-card--side[data-v-1183d918],
.exam-question-area[data-v-1183d918],
.exam-sidebar[data-v-1183d918],
.intro-card[data-v-1183d918],
.intro-side-card[data-v-1183d918],
.exam-status-card[data-v-1183d918] {
  padding: 24px;
}
.exam-intro-layout[data-v-1183d918],
.exam-status-layout[data-v-1183d918],
.exam-hero[data-v-1183d918] {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.8fr);
  gap: 18px;
}
.exam-overview-card[data-v-1183d918] {
  padding: 24px;
}
.exam-overview-card__topbar[data-v-1183d918],
.exam-overview-card__body[data-v-1183d918] {
  display: flex;
  gap: 18px;
}
.exam-overview-card__topbar[data-v-1183d918] {
  align-items: center;
  justify-content: space-between;
}
.exam-return-button.el-button[data-v-1183d918] {
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #cfddf2;
  background: linear-gradient(180deg, #ffffff 0%, #f5f9ff 100%);
  color: #315891;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 10px 22px rgba(31, 45, 61, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}
.exam-return-button.el-button[data-v-1183d918]:hover,
.exam-return-button.el-button[data-v-1183d918]:focus {
  border-color: #a7c3ef;
  background: linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  color: #1a71ff;
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(26, 113, 255, 0.12);
}
.exam-return-button.el-button[data-v-1183d918]:active {
  transform: translateY(0);
  box-shadow: 0 8px 18px rgba(26, 113, 255, 0.1);
}
.exam-return-button[data-v-1183d918] span {
  display: inline-flex;
  align-items: center;
}
.exam-return-button[data-v-1183d918] .el-icon-arrow-left {
  margin-right: 6px;
  font-size: 12px;
  transition: transform 0.2s ease;
}
.exam-return-button[data-v-1183d918]:hover .el-icon-arrow-left,
.exam-return-button[data-v-1183d918]:focus .el-icon-arrow-left {
  transform: translateX(-2px);
}
.exam-overview-card__body[data-v-1183d918] {
  margin-top: 20px;
  align-items: stretch;
}
.exam-overview-card__timer[data-v-1183d918] {
  width: 300px;
  flex-shrink: 0;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7faff 0%, #eef4ff 100%);
  border: 1px solid #dbeafe;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.exam-overview-card__timer-icon[data-v-1183d918] {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(26, 113, 255, 0.1);
  color: #1a71ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
}
.exam-overview-card__timer-tags[data-v-1183d918] {
  margin-top: 16px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}
.timer-chip[data-v-1183d918] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  background: #1a71ff;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.timer-chip--light[data-v-1183d918] {
  background: #e7f0ff;
  color: #1a71ff;
}
.exam-overview-card__content[data-v-1183d918] {
  min-width: 0;
  flex: 1;
}
.exam-overview-card__meta[data-v-1183d918] {
  margin-top: 6px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: #64748b;
  font-size: 14px;
}
.exam-overview-card__meta-divider[data-v-1183d918] {
  color: #c0cad6;
}
.notice-panel--compact[data-v-1183d918] {
  margin-top: 22px;
}
.notice-list--compact[data-v-1183d918] {
  gap: 10px;
}
.notice-item--compact .notice-item__text[data-v-1183d918] {
  line-height: 1.7;
}
.exam-progress-card[data-v-1183d918] {
  padding: 20px 24px;
}
.exam-progress-card__top[data-v-1183d918] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}
.section-head__title--compact[data-v-1183d918] {
  font-size: 22px;
}
.exam-progress-card__value[data-v-1183d918] {
  display: flex;
  align-items: flex-end;
  gap: 4px;
  color: #1e293b;
}
.exam-progress-card__value-main[data-v-1183d918] {
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
}
.exam-progress-card__value-sub[data-v-1183d918] {
  font-size: 16px;
  color: #64748b;
  padding-bottom: 2px;
}
.exam-progress-card__hint[data-v-1183d918] {
  margin-top: 12px;
  color: #64748b;
  font-size: 13px;
}
.intro-card__topbar[data-v-1183d918],
.exam-hero__topbar[data-v-1183d918],
.section-head[data-v-1183d918] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.exam-hero__status-group[data-v-1183d918] {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.section-eyebrow[data-v-1183d918] {
  margin-top: 18px;
  color: #1a71ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
}
.page-title[data-v-1183d918],
.section-head__title[data-v-1183d918] {
  margin: 12px 0 10px;
  font-size: 30px;
  line-height: 1.3;
  font-weight: 700;
  color: #1e2f43;
}
.page-desc[data-v-1183d918],
.section-head__meta[data-v-1183d918],
.timer-block__hint[data-v-1183d918],
.metric-card__label[data-v-1183d918],
.timer-block__label[data-v-1183d918],
.timer-meta-item span[data-v-1183d918],
.legend-item span[data-v-1183d918],
.question-score[data-v-1183d918] {
  color: #64748b;
  font-size: 13px;
  line-height: 1.8;
}
.intro-card__actions[data-v-1183d918],
.status-card__actions[data-v-1183d918] {
  margin-top: 24px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.status-pill[data-v-1183d918],
.task-scene-tag[data-v-1183d918] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.task-scene-tag[data-v-1183d918] {
  background: #eef4ff;
  color: #1a71ff;
}
.status-pill--pending[data-v-1183d918] {
  background: #eff6ff;
  color: #2563eb;
}
.status-pill--active[data-v-1183d918] {
  background: #e8f7ec;
  color: #1f9d55;
}
.status-pill--finished[data-v-1183d918] {
  background: #eef2ff;
  color: #4753c8;
}
.exam-summary-grid[data-v-1183d918] {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.metric-card[data-v-1183d918] {
  padding: 16px;
  border: 1px solid #edf2f7;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}
.metric-card__value[data-v-1183d918] {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 700;
  color: #1e293b;
}
.metric-card__value--small[data-v-1183d918] {
  font-size: 18px;
  line-height: 1.6;
}
.notice-panel[data-v-1183d918],
.status-progress-card[data-v-1183d918] {
  margin-top: 24px;
  padding: 20px;
  border-radius: 18px;
  background: #f8fbff;
  border: 1px solid #dbeafe;
}
.notice-panel__title[data-v-1183d918],
.status-progress-card__title[data-v-1183d918],
.side-card__title[data-v-1183d918] {
  font-size: 18px;
  font-weight: 700;
  color: #1f2d3d;
}
.notice-list[data-v-1183d918],
.side-card__group[data-v-1183d918],
.timer-block__meta[data-v-1183d918],
.exam-dialog-list[data-v-1183d918],
.answer-sheet-legend[data-v-1183d918] {
  display: grid;
  gap: 12px;
}
.notice-list[data-v-1183d918] {
  margin-top: 18px;
}
.notice-item[data-v-1183d918],
.exam-dialog-item[data-v-1183d918],
.legend-item[data-v-1183d918] {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.notice-item__index[data-v-1183d918],
.exam-dialog-item__index[data-v-1183d918] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(26, 113, 255, 0.12);
  color: #1a71ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  flex-shrink: 0;
}
.notice-item__text[data-v-1183d918] {
  color: #334155;
  line-height: 1.8;
}
.side-info-item[data-v-1183d918],
.timer-meta-item[data-v-1183d918] {
  padding: 14px 16px;
  border-radius: 14px;
  background: #f8fafc;
  border: 1px solid #edf2f7;
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
.side-info-item strong[data-v-1183d918],
.timer-meta-item strong[data-v-1183d918],
.status-progress-card__row strong[data-v-1183d918] {
  color: #1f2d3d;
  font-size: 14px;
}
.timer-block__value[data-v-1183d918] {
  margin-top: 10px;
  font-size: 40px;
  font-weight: 700;
  color: #1a71ff;
  letter-spacing: 0.04em;
}
.timer-block__actions[data-v-1183d918],
.exam-action-bar[data-v-1183d918] {
  margin-top: 18px;
}
.exam-action-bar[data-v-1183d918] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.exam-action-bar__right[data-v-1183d918] {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.exam-body-layout[data-v-1183d918] {
  display: grid;
  grid-template-columns: minmax(0, 1.72fr) 360px;
  gap: 22px;
  align-items: start;
}
.exam-sidebar[data-v-1183d918] {
  position: sticky;
  top: 16px;
}
.sidebar-stats-grid[data-v-1183d918] {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 20px;
}
.sidebar-stat-card[data-v-1183d918] {
  padding: 16px 14px;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
  border: 1px solid #e5edf7;
}
.sidebar-stat-card__label[data-v-1183d918] {
  color: #64748b;
  font-size: 12px;
}
.sidebar-stat-card__value[data-v-1183d918] {
  margin-top: 8px;
  color: #1f2d3d;
  font-size: 22px;
  font-weight: 700;
}
.section-head__title[data-v-1183d918] {
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 24px;
}
.question-panel[data-v-1183d918] {
  margin-top: 18px;
  border: 1px solid #edf2f7;
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfdff 100%);
  padding: 22px;
}
.question-slide-next-enter-active[data-v-1183d918],
.question-slide-next-leave-active[data-v-1183d918],
.question-slide-prev-enter-active[data-v-1183d918],
.question-slide-prev-leave-active[data-v-1183d918] {
  transition: opacity 0.28s ease, transform 0.28s ease;
}
.question-slide-next-enter[data-v-1183d918],
.question-slide-prev-leave-to[data-v-1183d918] {
  opacity: 0;
  transform: translateX(22px) translateY(6px);
}
.question-slide-next-leave-to[data-v-1183d918],
.question-slide-prev-enter[data-v-1183d918] {
  opacity: 0;
  transform: translateX(-22px) translateY(6px);
}
.question-panel__header[data-v-1183d918],
.question-panel__footer[data-v-1183d918] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}
.question-panel__title-wrap[data-v-1183d918] {
  display: flex;
  gap: 14px;
}
.question-number[data-v-1183d918] {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  background: linear-gradient(135deg, #1a71ff, #4f8fff);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
  flex-shrink: 0;
}
.question-title[data-v-1183d918] {
  font-size: 20px;
  font-weight: 700;
  color: #1f2d3d;
  line-height: 1.6;
}
.question-meta-row[data-v-1183d918] {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.question-type-badge[data-v-1183d918] {
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.question-type-badge--single[data-v-1183d918],
.question-type-badge--judge[data-v-1183d918] {
  color: #1d4ed8;
  background: #dbeafe;
}
.question-type-badge--multiple[data-v-1183d918] {
  color: #6d28d9;
  background: #ede9fe;
}
.question-type-badge--blank[data-v-1183d918],
.question-type-badge--qa[data-v-1183d918],
.question-type-badge--essay[data-v-1183d918],
.question-type-badge--default[data-v-1183d918] {
  color: #92400e;
  background: #fef3c7;
}
.answer-status[data-v-1183d918] {
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}
.answer-status--success[data-v-1183d918] {
  background: #e8f7ec;
  color: #1f9d55;
}
.answer-status--pending[data-v-1183d918] {
  background: #eff6ff;
  color: #2563eb;
}
.question-panel__body[data-v-1183d918] {
  margin-top: 24px;
}
.answer-option-group[data-v-1183d918] {
  display: grid;
  gap: 14px;
}
.answer-option-group--inline[data-v-1183d918] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.answer-option-item[data-v-1183d918] {
  width: 100%;
  margin-right: 0 !important;
}
.answer-option-item.el-radio[data-v-1183d918],
.answer-option-item.el-checkbox[data-v-1183d918] {
  display: block;
  margin-right: 0;
  line-height: normal;
  vertical-align: top;
}
.answer-option-item--inline[data-v-1183d918] {
  width: 100%;
}
.answer-option-item.el-radio.is-bordered[data-v-1183d918],
.answer-option-item.el-checkbox.is-bordered[data-v-1183d918] {
  width: 100%;
  min-height: 66px;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 18px 14px 16px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  border-radius: 18px;
  border-color: #d6e4f7;
  background: linear-gradient(180deg, #ffffff 0%, #f7fbff 100%);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.answer-option-item.el-radio.is-bordered[data-v-1183d918]:hover,
.answer-option-item.el-checkbox.is-bordered[data-v-1183d918]:hover {
  border-color: #9ac0ff;
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(26, 113, 255, 0.1);
}
.answer-option-item.el-radio.is-bordered.is-checked[data-v-1183d918],
.answer-option-item.el-checkbox.is-bordered.is-checked[data-v-1183d918] {
  border-color: #1a71ff;
  background: linear-gradient(180deg, #eff6ff 0%, #eaf3ff 100%);
  box-shadow: 0 12px 26px rgba(26, 113, 255, 0.14);
}
.answer-option-item[data-v-1183d918] .el-radio__input,
.answer-option-item[data-v-1183d918] .el-checkbox__input {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.answer-option-item[data-v-1183d918] .el-radio__label,
.answer-option-item[data-v-1183d918] .el-checkbox__label {
  min-width: 0;
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  padding-left: 14px;
  padding-right: 0;
  white-space: normal;
  line-height: 1.7;
  font-size: 15px;
  font-weight: 600;
  color: #243b53;
}
.answer-option-item__tag[data-v-1183d918] {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid #d8e6fb;
  background: #ffffff;
  color: #4b6aa8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 700;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.answer-option-item__tag--judge[data-v-1183d918] {
  letter-spacing: 0.08em;
}
.answer-option-item__text[data-v-1183d918] {
  flex: 1;
  min-width: 0;
}
.answer-option-item__text--plain[data-v-1183d918] {
  font-size: 16px;
}
.answer-option-item[data-v-1183d918] .el-radio__input.is-checked + .el-radio__label .answer-option-item__tag,
.answer-option-item[data-v-1183d918] .el-checkbox__input.is-checked + .el-checkbox__label .answer-option-item__tag {
  border-color: #1a71ff;
  background: linear-gradient(135deg, #1a71ff, #5b94ff);
  color: #ffffff;
  box-shadow: 0 10px 20px rgba(26, 113, 255, 0.2);
}
.question-panel__body[data-v-1183d918] .el-input__inner,
.question-panel__body[data-v-1183d918] .el-textarea__inner {
  border-radius: 16px;
  border-color: #dbe6f5;
  background: #fbfdff;
}
.question-panel__body[data-v-1183d918] .el-textarea__inner {
  min-height: 160px;
}
.question-panel__footer[data-v-1183d918] {
  margin-top: 22px;
  padding-top: 18px;
  border-top: 1px solid #edf2f7;
  align-items: center;
}
.question-panel__footer-right[data-v-1183d918] {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.answer-sheet-grid[data-v-1183d918] {
  margin-top: 20px;
  padding: 14px;
  border-radius: 18px;
  border: 1px solid #edf3fb;
  background: linear-gradient(180deg, #fbfdff 0%, #f5f9ff 100%);
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(54px, 1fr));
  gap: 12px;
  align-content: start;
}
.answer-sheet-legend[data-v-1183d918] {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid #edf3fb;
  background: #f8fbff;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.answer-sheet-submit[data-v-1183d918] {
  margin-top: 20px;
  display: flex;
  justify-content: stretch;
}
.answer-sheet-submit[data-v-1183d918] .el-button {
  width: 100%;
  min-height: 44px;
  border-radius: 14px;
  font-weight: 600;
  box-shadow: 0 12px 24px rgba(234, 92, 92, 0.16);
}
.answer-sheet-item[data-v-1183d918] {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0;
  border: 1px solid #dbe6f5;
  background: #fff;
  border-radius: 16px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #4b5f75;
  cursor: pointer;
  outline: none;
  box-shadow: 0 8px 20px rgba(31, 45, 61, 0.05);
  opacity: 0;
  transform: translateY(10px) scale(0.94);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background-color 0.2s ease, opacity 0.34s ease;
  transition-delay: calc(var(--answer-index) * 0.028s + 0.2s);
}
.answer-sheet-item[data-v-1183d918]::after {
  content: '';
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: transparent;
  transition: background-color 0.2s ease;
}
.task-exam-page--ready .answer-sheet-item[data-v-1183d918] {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.answer-sheet-item--answered[data-v-1183d918] {
  border-color: #8ebfff;
  color: #1a71ff;
  background: linear-gradient(180deg, #ffffff 0%, #f5faff 100%);
}
.answer-sheet-item--answered[data-v-1183d918]::after {
  background: #7ab8ff;
}
.answer-sheet-item--active[data-v-1183d918],
.answer-sheet-item--active.answer-sheet-item--answered[data-v-1183d918] {
  border-color: #1a71ff;
  background: linear-gradient(135deg, #edf4ff 0%, #e5efff 100%);
  color: #1a71ff;
  box-shadow: 0 12px 24px rgba(26, 113, 255, 0.16);
}
.answer-sheet-item--active[data-v-1183d918]::after {
  background: #1a71ff;
}
.answer-sheet-item--pulse[data-v-1183d918] {
  animation: answer-sheet-pulse-1183d918 0.36s ease;
}
@keyframes answer-sheet-pulse-1183d918 {
0% { transform: scale(0.94);
}
45% { transform: scale(1.08);
}
100% { transform: scale(1);
}
}
.legend-dot[data-v-1183d918] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dbe6f5;
  flex-shrink: 0;
  box-shadow: 0 0 0 4px rgba(219, 230, 245, 0.36);
}
.legend-dot--active[data-v-1183d918] {
  background: #1a71ff;
  box-shadow: 0 0 0 4px rgba(26, 113, 255, 0.12);
}
.legend-dot--answered[data-v-1183d918] {
  background: #7ab8ff;
  box-shadow: 0 0 0 4px rgba(122, 184, 255, 0.16);
}
.legend-item[data-v-1183d918] {
  align-items: center;
}
.legend-item span[data-v-1183d918]:last-child {
  white-space: nowrap;
}
.status-progress-card__row[data-v-1183d918] {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 14px 0 12px;
}
.status-progress-card__desc[data-v-1183d918] {
  margin-top: 12px;
  color: #64748b;
  font-size: 13px;
}
@media (max-width: 1200px) {
.exam-intro-layout[data-v-1183d918],
  .exam-status-layout[data-v-1183d918],
  .exam-hero[data-v-1183d918],
  .exam-body-layout[data-v-1183d918] {
    grid-template-columns: 1fr;
}
.exam-overview-card__body[data-v-1183d918] {
    flex-direction: column;
}
.exam-overview-card__timer[data-v-1183d918] {
    width: 100%;
}
.exam-sidebar[data-v-1183d918] {
    position: static;
}
.exam-summary-grid[data-v-1183d918] {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
@media (max-width: 768px) {
.exam-loading-wrap[data-v-1183d918] {
    width: calc(100% - 24px);
    min-height: 420px;
    padding: 36px 18px;
}
.exam-loading-wrap__title[data-v-1183d918] {
    font-size: 24px;
}
.panel-card--hero[data-v-1183d918],
  .panel-card--side[data-v-1183d918],
  .exam-question-area[data-v-1183d918],
  .exam-sidebar[data-v-1183d918],
  .intro-card[data-v-1183d918],
  .intro-side-card[data-v-1183d918],
  .exam-status-card[data-v-1183d918] {
    padding: 18px;
}
.intro-card__topbar[data-v-1183d918],
  .exam-hero__topbar[data-v-1183d918],
  .exam-overview-card__topbar[data-v-1183d918],
  .exam-progress-card__top[data-v-1183d918],
  .question-panel__header[data-v-1183d918],
  .question-panel__footer[data-v-1183d918],
  .section-head[data-v-1183d918],
  .exam-action-bar[data-v-1183d918] {
    flex-direction: column;
    align-items: stretch;
}
.page-title[data-v-1183d918],
  .section-head__title[data-v-1183d918] {
    font-size: 24px;
}
.exam-summary-grid[data-v-1183d918] {
    grid-template-columns: 1fr;
}
.sidebar-stats-grid[data-v-1183d918] {
    grid-template-columns: 1fr 1fr;
}
.question-panel[data-v-1183d918] {
    padding: 18px;
}
.answer-option-group--inline[data-v-1183d918] {
    grid-template-columns: 1fr;
}
.answer-sheet-grid[data-v-1183d918] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding: 12px;
    gap: 10px;
}
.answer-sheet-legend[data-v-1183d918] {
    grid-template-columns: 1fr;
}
.answer-option-item.el-radio.is-bordered[data-v-1183d918],
  .answer-option-item.el-checkbox.is-bordered[data-v-1183d918] {
    min-height: 60px;
    padding: 12px 14px;
}
.answer-option-item[data-v-1183d918] .el-radio__label,
  .answer-option-item[data-v-1183d918] .el-checkbox__label {
    gap: 12px;
    padding-left: 12px;
    font-size: 14px;
}
.answer-option-item__tag[data-v-1183d918] {
    width: 28px;
    height: 28px;
    border-radius: 10px;
}
.answer-sheet-item[data-v-1183d918] {
    min-height: 48px;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.task-exam-result-page[data-v-2d43b79b] {
  min-height: 100vh;
  background: #eef1f5;
  display: flex;
  flex-direction: column;
}
.result-page-main[data-v-2d43b79b] {
  flex: 1;
  padding: 56px 24px 72px;
}
.result-page-container[data-v-2d43b79b] {
  width: min(100%, 860px);
  margin: 0 auto;
}
.result-card[data-v-2d43b79b] {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
  padding: 44px 72px 26px;
  text-align: center;
}
.result-card--loading[data-v-2d43b79b] {
  min-height: 420px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.result-loading-card__icon[data-v-2d43b79b] {
  font-size: 40px;
  color: #3d73f5;
  margin-bottom: 14px;
}
.result-loading-card__title[data-v-2d43b79b] {
  font-size: 26px;
  font-weight: 700;
  color: #1f2d3d;
}
.result-loading-card__desc[data-v-2d43b79b] {
  margin-top: 10px;
  color: #8a94a6;
  font-size: 14px;
}
.result-badge[data-v-2d43b79b] {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
.result-badge--success[data-v-2d43b79b] {
  background: #e9f1ff;
  color: #3d73f5;
}
.result-badge--warning[data-v-2d43b79b] {
  background: #fff4e5;
  color: #f59e0b;
}
.result-badge--info[data-v-2d43b79b] {
  background: #eef4ff;
  color: #3d73f5;
}
.result-title[data-v-2d43b79b] {
  margin: 28px 0 0;
  font-size: 28px;
  line-height: 1.45;
  font-weight: 700;
  color: #1f2d3d;
}
.result-score-wrap[data-v-2d43b79b] {
  margin-top: 22px;
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
}
.result-score[data-v-2d43b79b] {
  font-size: 76px;
  line-height: 1;
  font-weight: 800;
  color: #3d73f5;
  letter-spacing: -0.04em;
}
.result-score-unit[data-v-2d43b79b] {
  padding-bottom: 10px;
  font-size: 24px;
  color: #9aa4b2;
  font-weight: 700;
}
.result-message[data-v-2d43b79b] {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: 700;
}
.result-message--success[data-v-2d43b79b] {
  color: #1fb55c;
}
.result-message--warning[data-v-2d43b79b] {
  color: #f59e0b;
}
.result-message--info[data-v-2d43b79b] {
  color: #3d73f5;
}
.result-metrics[data-v-2d43b79b] {
  width: min(100%, 520px);
  margin: 38px auto 0;
  padding: 20px 0;
  border-top: 1px solid #eef1f5;
  border-bottom: 1px solid #eef1f5;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.result-metric-item[data-v-2d43b79b] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.result-metric-item--split[data-v-2d43b79b] {
  border-right: 1px solid #eef1f5;
}
.result-metric-label[data-v-2d43b79b] {
  font-size: 13px;
  color: #9aa4b2;
}
.result-metric-value[data-v-2d43b79b] {
  font-size: 26px;
  color: #1f2d3d;
  font-weight: 700;
}
.result-review-tip[data-v-2d43b79b] {
  margin: 20px auto 0;
  width: min(100%, 560px);
  padding: 14px 16px;
  border-radius: 16px;
  background: #f6f9ff;
  border: 1px solid #dbe7ff;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  color: #4f6480;
  font-size: 13px;
  line-height: 1.8;
  text-align: left;
}
.result-actions[data-v-2d43b79b] {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.result-actions__btn[data-v-2d43b79b] {
  min-width: 156px;
  height: 46px;
  font-size: 15px;
  font-weight: 600;
}
.result-actions__btn--secondary[data-v-2d43b79b] {
  background: #eef4ff;
  border-color: #eef4ff;
  color: #3d73f5;
}
.result-actions__btn--secondary[data-v-2d43b79b]:hover,
.result-actions__btn--secondary[data-v-2d43b79b]:focus {
  background: #e2edff;
  border-color: #e2edff;
  color: #315fd0;
}
.result-actions__btn--primary[data-v-2d43b79b] {
  background: linear-gradient(135deg, #4f7cff 0%, #2f67ff 100%);
  border: 0;
  box-shadow: 0 10px 20px rgba(47, 103, 255, 0.24);
}
.result-footer-note[data-v-2d43b79b] {
  margin: 34px -72px -26px;
  min-height: 58px;
  border-top: 1px solid #eef1f5;
  background: #fafbfd;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #8a94a6;
  font-size: 12px;
}
.result-page-footer[data-v-2d43b79b] {
  border-top: 1px solid #e5e7eb;
  background: #fff;
}
.result-page-footer__inner[data-v-2d43b79b] {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7b8794;
  font-size: 13px;
}
.result-page-footer__links[data-v-2d43b79b] {
  display: flex;
  align-items: center;
  gap: 22px;
}
.result-page-footer__links a[data-v-2d43b79b] {
  color: #7b8794;
  text-decoration: none;
}
.result-page-footer__links a[data-v-2d43b79b]:hover {
  color: #3d73f5;
}
@media (max-width: 768px) {
.result-page-main[data-v-2d43b79b] {
    padding: 28px 16px 40px;
}
.result-card[data-v-2d43b79b] {
    padding: 30px 20px 20px;
}
.result-title[data-v-2d43b79b] {
    font-size: 22px;
}
.result-score[data-v-2d43b79b] {
    font-size: 58px;
}
.result-score-unit[data-v-2d43b79b] {
    font-size: 20px;
    padding-bottom: 8px;
}
.result-message[data-v-2d43b79b] {
    font-size: 15px;
    line-height: 1.6;
}
.result-metrics[data-v-2d43b79b] {
    grid-template-columns: 1fr;
    gap: 18px;
}
.result-metric-item--split[data-v-2d43b79b] {
    border-right: 0;
    border-bottom: 1px solid #eef1f5;
    padding-bottom: 18px;
}
.result-review-tip[data-v-2d43b79b] {
    width: 100%;
}
.result-actions[data-v-2d43b79b] {
    flex-direction: column;
}
.result-actions__btn[data-v-2d43b79b] {
    width: 100%;
}
.result-footer-note[data-v-2d43b79b] {
    margin-left: -20px;
    margin-right: -20px;
}
.result-page-footer__inner[data-v-2d43b79b] {
    flex-direction: column;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
.task-exam-analysis-page[data-v-26cc3f9b] {
  min-height: 100vh;
  background: #eef1f5;
  display: flex;
  flex-direction: column;
}
.analysis-page-main[data-v-26cc3f9b] {
  flex: 1;
  padding: 22px 24px 40px;
}
.analysis-page-main--loading[data-v-26cc3f9b] {
  display: flex;
}
.analysis-loading-wrap[data-v-26cc3f9b] {
  position: relative;
  overflow: hidden;
  flex: 1;
  width: min(100%, 1280px);
  margin: 0 auto;
  min-height: calc(100vh - 190px);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border: 1px solid #dbe7ff;
  background:
    radial-gradient(circle at top, rgba(61, 115, 245, 0.14), transparent 34%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
}
.analysis-loading-wrap__glow[data-v-26cc3f9b] {
  position: absolute;
  inset: auto auto -120px -80px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(61, 115, 245, 0.18) 0%, rgba(61, 115, 245, 0) 72%);
  pointer-events: none;
}
.analysis-loading-wrap__icon[data-v-26cc3f9b] {
  width: 88px;
  height: 88px;
  position: relative;
  border-radius: 50%;
  background: linear-gradient(180deg, #eef4ff 0%, #e0ecff 100%);
  color: #3d73f5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  box-shadow: inset 0 0 0 1px rgba(61, 115, 245, 0.08);
}
.analysis-loading-wrap__ring[data-v-26cc3f9b] {
  position: absolute;
  inset: -10px;
  border-radius: 50%;
  border: 3px solid rgba(61, 115, 245, 0.12);
  border-top-color: rgba(61, 115, 245, 0.82);
  border-right-color: rgba(61, 115, 245, 0.42);
  animation: analysis-loading-rotate-26cc3f9b 1.1s linear infinite;
}
.analysis-loading-wrap__symbol[data-v-26cc3f9b] {
  position: relative;
  z-index: 1;
  animation: analysis-loading-breathe-26cc3f9b 1.6s ease-in-out infinite;
}
.analysis-loading-wrap__title[data-v-26cc3f9b] {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #1f2d3d;
}
.analysis-loading-wrap__desc[data-v-26cc3f9b] {
  margin-top: 10px;
  color: #7f8a9c;
  font-size: 14px;
}
.analysis-loading-skeleton[data-v-26cc3f9b] {
  width: min(640px, 100%);
  margin-top: 28px;
  display: grid;
  gap: 12px;
  position: relative;
  z-index: 1;
}
.analysis-loading-skeleton__block[data-v-26cc3f9b] {
  display: block;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, #eef2f7 20%, #f8fbff 45%, #eef2f7 70%);
  background-size: 200% 100%;
  animation: analysis-loading-shimmer-26cc3f9b 1.35s ease-in-out infinite;
}
.analysis-loading-skeleton__block--lg[data-v-26cc3f9b] {
  height: 20px;
  width: 82%;
  justify-self: center;
}
.analysis-loading-skeleton__block--sm[data-v-26cc3f9b] {
  width: 56%;
  justify-self: center;
}
@keyframes analysis-loading-shimmer-26cc3f9b {
0% { background-position: 200% 0;
}
100% { background-position: -200% 0;
}
}
@keyframes analysis-loading-rotate-26cc3f9b {
0% { transform: rotate(0deg);
}
100% { transform: rotate(360deg);
}
}
@keyframes analysis-loading-breathe-26cc3f9b {
0%, 100% { transform: scale(1); opacity: 1;
}
50% { transform: scale(0.92); opacity: 0.78;
}
}
.analysis-page-container[data-v-26cc3f9b] {
  width: min(100%, 1280px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 168px minmax(0, 1fr);
  gap: 18px;
  align-items: start;
}
.analysis-sidebar[data-v-26cc3f9b],
.analysis-main[data-v-26cc3f9b] {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.analysis-page-main--ready .analysis-sidebar[data-v-26cc3f9b],
.analysis-page-main--ready .analysis-main[data-v-26cc3f9b] {
  opacity: 1;
  transform: translateY(0);
}
.analysis-page-main--ready .analysis-main[data-v-26cc3f9b] {
  transition-delay: 0.06s;
}
.panel-card[data-v-26cc3f9b] {
  background: #fff;
  border-radius: 22px;
  box-shadow: 0 14px 36px rgba(15, 23, 42, 0.08);
}
.analysis-sidebar[data-v-26cc3f9b] {
  padding: 18px 14px 16px;
  position: sticky;
  top: 18px;
}
.analysis-sidebar__title[data-v-26cc3f9b] {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 700;
  color: #1f2d3d;
}
.analysis-nav-grid[data-v-26cc3f9b] {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 8px;
}
.analysis-nav-item[data-v-26cc3f9b] {
  height: 34px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.analysis-nav-item[data-v-26cc3f9b]:hover {
  transform: translateY(-1px);
}
.analysis-nav-item--right[data-v-26cc3f9b] {
  background: #2fb978;
}
.analysis-nav-item--wrong[data-v-26cc3f9b] {
  background: #ef5350;
}
.analysis-nav-item--pending[data-v-26cc3f9b] {
  background: #f59e0b;
}
.analysis-nav-item--current[data-v-26cc3f9b] {
  background: #3d73f5;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px rgba(61, 115, 245, 0.35);
}
.analysis-legend[data-v-26cc3f9b] {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid #eef1f5;
  display: grid;
  gap: 10px;
}
.analysis-legend__item[data-v-26cc3f9b] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #7f8a9c;
  font-size: 12px;
}
.analysis-legend__dot[data-v-26cc3f9b] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.analysis-legend__dot--right[data-v-26cc3f9b] {
  background: #2fb978;
}
.analysis-legend__dot--wrong[data-v-26cc3f9b] {
  background: #ef5350;
}
.analysis-legend__dot--pending[data-v-26cc3f9b] {
  background: #f59e0b;
}
.analysis-legend__dot--current[data-v-26cc3f9b] {
  background: #3d73f5;
}
.analysis-main[data-v-26cc3f9b] {
  padding: 22px 22px 20px;
}
.analysis-main__head[data-v-26cc3f9b] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}
.analysis-main__index[data-v-26cc3f9b] {
  font-size: 13px;
  color: #7f8a9c;
  font-weight: 600;
}
.analysis-question-title[data-v-26cc3f9b] {
  margin-top: 18px;
  font-size: 18px;
  line-height: 1.8;
  color: #1f2d3d;
  font-weight: 700;
}
.analysis-option-list[data-v-26cc3f9b] {
  margin-top: 24px;
  display: grid;
  gap: 12px;
}
.analysis-option-item[data-v-26cc3f9b] {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) 20px;
  gap: 14px;
  align-items: center;
  min-height: 56px;
  border-radius: 14px;
  padding: 0 16px;
  border: 1px solid #e7ecf3;
  background: #fbfcfd;
}
.analysis-option-item--plain[data-v-26cc3f9b] {
  background: #fbfcfd;
  border-color: #e7ecf3;
}
.analysis-option-item--wrong[data-v-26cc3f9b] {
  background: #fff4f4;
  border-color: #f4b8b8;
}
.analysis-option-item--correct[data-v-26cc3f9b] {
  background: #eefaf2;
  border-color: #b7e5c3;
}
.analysis-option-item__badge[data-v-26cc3f9b] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
}
.analysis-option-item__badge--plain[data-v-26cc3f9b] {
  background: #fff;
  border: 1px solid #dfe5ee;
  color: #666;
}
.analysis-option-item__badge--wrong[data-v-26cc3f9b] {
  background: #ef5350;
  color: #fff;
}
.analysis-option-item__badge--correct[data-v-26cc3f9b] {
  background: #2fb978;
  color: #fff;
}
.analysis-option-item__text[data-v-26cc3f9b] {
  font-size: 15px;
  color: #364152;
  line-height: 1.7;
}
.analysis-option-item__icon[data-v-26cc3f9b] {
  font-size: 18px;
}
.analysis-option-item__icon--correct[data-v-26cc3f9b] {
  color: #2fb978;
}
.analysis-option-item__icon--wrong[data-v-26cc3f9b] {
  color: #ef5350;
}
.analysis-answer-box-group[data-v-26cc3f9b] {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}
.analysis-answer-box[data-v-26cc3f9b] {
  border-radius: 14px;
  padding: 16px 18px;
  border: 1px solid #e7ecf3;
}
.analysis-answer-box--mine[data-v-26cc3f9b] {
  background: #fff4f4;
  border-color: #f4b8b8;
}
.analysis-answer-box--correct[data-v-26cc3f9b] {
  background: #eefaf2;
  border-color: #b7e5c3;
}
.analysis-answer-box__label[data-v-26cc3f9b] {
  font-size: 13px;
  color: #7f8a9c;
  font-weight: 600;
}
.analysis-answer-box__value[data-v-26cc3f9b] {
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.8;
  color: #1f2d3d;
}
.analysis-pending-tip[data-v-26cc3f9b] {
  margin-top: 18px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff8eb;
  border: 1px solid #f6d490;
  color: #946200;
  font-size: 13px;
  line-height: 1.8;
}
.analysis-expert-card[data-v-26cc3f9b] {
  margin-top: 26px;
  border-radius: 14px;
  border: 1px solid #d8e4fb;
  background: #f6f9ff;
  padding: 18px 20px;
}
.analysis-expert-card__title[data-v-26cc3f9b] {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #3d73f5;
  font-size: 16px;
  font-weight: 700;
}
.analysis-expert-card__body[data-v-26cc3f9b] {
  margin-top: 14px;
  color: #5d6880;
  font-size: 14px;
  line-height: 1.9;
  white-space: pre-line;
}
.analysis-expert-card__foot[data-v-26cc3f9b] {
  margin-top: 12px;
  color: #4e78df;
  font-size: 12px;
}
.analysis-actions[data-v-26cc3f9b] {
  margin-top: 30px;
  padding-top: 22px;
  border-top: 1px solid #eef1f5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.analysis-actions__left[data-v-26cc3f9b] {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.analysis-page-footer[data-v-26cc3f9b] {
  border-top: 1px solid #e5e7eb;
  background: #fff;
}
.analysis-page-footer__inner[data-v-26cc3f9b] {
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #7b8794;
  font-size: 13px;
}
.analysis-page-footer__links[data-v-26cc3f9b] {
  display: flex;
  align-items: center;
  gap: 22px;
}
.analysis-page-footer__links a[data-v-26cc3f9b] {
  color: #7b8794;
  text-decoration: none;
}
.analysis-page-footer__links a[data-v-26cc3f9b]:hover {
  color: #3d73f5;
}
@media (max-width: 960px) {
.analysis-page-container[data-v-26cc3f9b] {
    grid-template-columns: 1fr;
}
.analysis-sidebar[data-v-26cc3f9b] {
    position: static;
}
}
@media (max-width: 768px) {
.analysis-page-main[data-v-26cc3f9b] {
    padding: 18px 16px 32px;
}
.analysis-loading-wrap[data-v-26cc3f9b] {
    min-height: 420px;
    padding: 36px 20px;
}
.analysis-loading-wrap__title[data-v-26cc3f9b] {
    font-size: 24px;
}
.analysis-nav-grid[data-v-26cc3f9b] {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.analysis-main[data-v-26cc3f9b] {
    padding: 18px;
}
.analysis-option-item[data-v-26cc3f9b] {
    grid-template-columns: 36px minmax(0, 1fr) 18px;
    padding: 12px 14px;
}
.analysis-actions[data-v-26cc3f9b] {
    flex-direction: column;
    align-items: stretch;
}
.analysis-actions__left[data-v-26cc3f9b] {
    width: 100%;
}
.analysis-actions__left[data-v-26cc3f9b] .el-button,
  .analysis-actions[data-v-26cc3f9b] .el-button {
    width: 100%;
    margin-left: 0;
}
.analysis-page-footer__inner[data-v-26cc3f9b] {
    flex-direction: column;
}
}

/* purgecss end ignore */

/* purgecss start ignore */
*[data-v-92d55ea2],
*[data-v-92d55ea2]:after,
*[data-v-92d55ea2]:before {
  box-sizing: border-box;
  font-family: "Microsoft Yahei";
}
body[data-v-92d55ea2] {
  padding: 0;
  margin: 0;
}
.container[data-v-92d55ea2] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.container-star[data-v-92d55ea2] {
  background-image: linear-gradient(
    to bottom,
    #292256 0%,
    #8446cf 70%,
    #a871d6 100%
  );
}
.container-star[data-v-92d55ea2]:after {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 40%,
    rgba(15, 10, 38, 0.2) 100%
  );
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.star-1[data-v-92d55ea2] {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  animation: twinkle-92d55ea2 5s infinite ease-in-out;
}
.star-1[data-v-92d55ea2]:after {
  height: 100%;
  width: 100%;
  transform: rotate(90deg);
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
}
.star-1[data-v-92d55ea2]:before {
  background: radial-gradient(
    ellipse at center,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 255, 255, 0) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  position: absolute;
  border-radius: 50%;
  content: "";
  top: -20%;
  left: -50%;
}
.star-1[data-v-92d55ea2]:nth-of-type(1) {
  top: 78vh;
  left: 44vw;
  width: 9px;
  height: 3px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(1):before {
  width: 18px;
  height: 18px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(2) {
  top: 94vh;
  left: 67vw;
  width: 6px;
  height: 2px;
  animation-delay: 3s;
}
.star-1[data-v-92d55ea2]:nth-of-type(2):before {
  width: 12px;
  height: 12px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(3) {
  top: 41vh;
  left: 66vw;
  width: 6px;
  height: 2px;
  animation-delay: 1s;
}
.star-1[data-v-92d55ea2]:nth-of-type(3):before {
  width: 12px;
  height: 12px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(4) {
  top: 72vh;
  left: 77vw;
  width: 9px;
  height: 3px;
  animation-delay: 3s;
}
.star-1[data-v-92d55ea2]:nth-of-type(4):before {
  width: 18px;
  height: 18px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(5) {
  top: 14vh;
  left: 68vw;
  width: 9px;
  height: 3px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(5):before {
  width: 18px;
  height: 18px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(6) {
  top: 26vh;
  left: 79vw;
  width: 6px;
  height: 2px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(6):before {
  width: 12px;
  height: 12px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(7) {
  top: 28vh;
  left: 84vw;
  width: 9px;
  height: 3px;
  animation-delay: 1s;
}
.star-1[data-v-92d55ea2]:nth-of-type(7):before {
  width: 18px;
  height: 18px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(8) {
  top: 42vh;
  left: 28vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 3s;
}
.star-1[data-v-92d55ea2]:nth-of-type(8):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(9) {
  top: 7vh;
  left: 99vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 1s;
}
.star-1[data-v-92d55ea2]:nth-of-type(9):before {
  width: 14px;
  height: 14px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(10) {
  top: 97vh;
  left: 76vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 2s;
}
.star-1[data-v-92d55ea2]:nth-of-type(10):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(11) {
  top: 76vh;
  left: 89vw;
  width: 9px;
  height: 3px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(11):before {
  width: 18px;
  height: 18px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(12) {
  top: 16vh;
  left: 92vw;
  width: 8px;
  height: 2.6666666667px;
  animation-delay: 1s;
}
.star-1[data-v-92d55ea2]:nth-of-type(12):before {
  width: 16px;
  height: 16px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(13) {
  top: 78vh;
  left: 33vw;
  width: 6px;
  height: 2px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(13):before {
  width: 12px;
  height: 12px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(14) {
  top: 12vh;
  left: 67vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 5s;
}
.star-1[data-v-92d55ea2]:nth-of-type(14):before {
  width: 14px;
  height: 14px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(15) {
  top: 64vh;
  left: 51vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(15):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(16) {
  top: 71vh;
  left: 95vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(16):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(17) {
  top: 56vh;
  left: 31vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 2s;
}
.star-1[data-v-92d55ea2]:nth-of-type(17):before {
  width: 14px;
  height: 14px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(18) {
  top: 33vh;
  left: 80vw;
  width: 6px;
  height: 2px;
  animation-delay: 5s;
}
.star-1[data-v-92d55ea2]:nth-of-type(18):before {
  width: 12px;
  height: 12px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(19) {
  top: 30vh;
  left: 14vw;
  width: 8px;
  height: 2.6666666667px;
  animation-delay: 5s;
}
.star-1[data-v-92d55ea2]:nth-of-type(19):before {
  width: 16px;
  height: 16px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(20) {
  top: 53vh;
  left: 43vw;
  width: 6px;
  height: 2px;
  animation-delay: 3s;
}
.star-1[data-v-92d55ea2]:nth-of-type(20):before {
  width: 12px;
  height: 12px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(21) {
  top: 32vh;
  left: 9vw;
  width: 7px;
  height: 2.3333333333px;
  animation-delay: 2s;
}
.star-1[data-v-92d55ea2]:nth-of-type(21):before {
  width: 14px;
  height: 14px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(22) {
  top: 97vh;
  left: 9vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 2s;
}
.star-1[data-v-92d55ea2]:nth-of-type(22):before {
  width: 10px;
  height: 10px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(23) {
  top: 62vh;
  left: 6vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(23):before {
  width: 10px;
  height: 10px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(24) {
  top: 57vh;
  left: 13vw;
  width: 9px;
  height: 3px;
  animation-delay: 3s;
}
.star-1[data-v-92d55ea2]:nth-of-type(24):before {
  width: 18px;
  height: 18px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(25) {
  top: 52vh;
  left: 60vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 5s;
}
.star-1[data-v-92d55ea2]:nth-of-type(25):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(26) {
  top: 5vh;
  left: 84vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 1s;
}
.star-1[data-v-92d55ea2]:nth-of-type(26):before {
  width: 10px;
  height: 10px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(27) {
  top: 26vh;
  left: 23vw;
  width: 8px;
  height: 2.6666666667px;
  animation-delay: 5s;
}
.star-1[data-v-92d55ea2]:nth-of-type(27):before {
  width: 16px;
  height: 16px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(28) {
  top: 34vh;
  left: 3vw;
  width: 4px;
  height: 1.3333333333px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(28):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(29) {
  top: 40vh;
  left: 58vw;
  width: 6px;
  height: 2px;
  animation-delay: 4s;
}
.star-1[data-v-92d55ea2]:nth-of-type(29):before {
  width: 12px;
  height: 12px;
  top: -250%;
}
.star-1[data-v-92d55ea2]:nth-of-type(30) {
  top: 17vh;
  left: 55vw;
  width: 5px;
  height: 1.6666666667px;
  animation-delay: 5s;
}
.star-1[data-v-92d55ea2]:nth-of-type(30):before {
  width: 10px;
  height: 10px;
  top: -250%;
}
.star-2[data-v-92d55ea2] {
  position: absolute;
  border-radius: 50%;
  background-color: #ffffff;
  animation: twinkle-92d55ea2 5s infinite ease-in-out;
}
.star-2[data-v-92d55ea2]:nth-of-type(31) {
  top: 70vh;
  left: 96vw;
  width: 2px;
  height: 2px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(31):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(32) {
  top: 88vh;
  left: 57vw;
  width: 3px;
  height: 3px;
  animation-delay: 4s;
}
.star-2[data-v-92d55ea2]:nth-of-type(32):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(33) {
  top: 59vh;
  left: 48vw;
  width: 3px;
  height: 3px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(33):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(34) {
  top: 2vh;
  left: 83vw;
  width: 2px;
  height: 2px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(34):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(35) {
  top: 8vh;
  left: 75vw;
  width: 4px;
  height: 4px;
  animation-delay: 3s;
}
.star-2[data-v-92d55ea2]:nth-of-type(35):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(36) {
  top: 78vh;
  left: 8vw;
  width: 3px;
  height: 3px;
  animation-delay: 1s;
}
.star-2[data-v-92d55ea2]:nth-of-type(36):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(37) {
  top: 72vh;
  left: 98vw;
  width: 2px;
  height: 2px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(37):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(38) {
  top: 34vh;
  left: 41vw;
  width: 3px;
  height: 3px;
  animation-delay: 5s;
}
.star-2[data-v-92d55ea2]:nth-of-type(38):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(39) {
  top: 13vh;
  left: 5vw;
  width: 4px;
  height: 4px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(39):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(40) {
  top: 5vh;
  left: 86vw;
  width: 2px;
  height: 2px;
  animation-delay: 4s;
}
.star-2[data-v-92d55ea2]:nth-of-type(40):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(41) {
  top: 7vh;
  left: 62vw;
  width: 3px;
  height: 3px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(41):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(42) {
  top: 36vh;
  left: 44vw;
  width: 2px;
  height: 2px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(42):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(43) {
  top: 74vh;
  left: 47vw;
  width: 3px;
  height: 3px;
  animation-delay: 1s;
}
.star-2[data-v-92d55ea2]:nth-of-type(43):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(44) {
  top: 72vh;
  left: 86vw;
  width: 2px;
  height: 2px;
  animation-delay: 4s;
}
.star-2[data-v-92d55ea2]:nth-of-type(44):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(45) {
  top: 26vh;
  left: 40vw;
  width: 4px;
  height: 4px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(45):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(46) {
  top: 41vh;
  left: 39vw;
  width: 3px;
  height: 3px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(46):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(47) {
  top: 16vh;
  left: 36vw;
  width: 4px;
  height: 4px;
  animation-delay: 4s;
}
.star-2[data-v-92d55ea2]:nth-of-type(47):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(48) {
  top: 96vh;
  left: 37vw;
  width: 4px;
  height: 4px;
  animation-delay: 3s;
}
.star-2[data-v-92d55ea2]:nth-of-type(48):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(49) {
  top: 18vh;
  left: 8vw;
  width: 4px;
  height: 4px;
  animation-delay: 1s;
}
.star-2[data-v-92d55ea2]:nth-of-type(49):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(50) {
  top: 56vh;
  left: 31vw;
  width: 4px;
  height: 4px;
  animation-delay: 4s;
}
.star-2[data-v-92d55ea2]:nth-of-type(50):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(51) {
  top: 24vh;
  left: 69vw;
  width: 3px;
  height: 3px;
  animation-delay: 3s;
}
.star-2[data-v-92d55ea2]:nth-of-type(51):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(52) {
  top: 52vh;
  left: 17vw;
  width: 3px;
  height: 3px;
  animation-delay: 3s;
}
.star-2[data-v-92d55ea2]:nth-of-type(52):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(53) {
  top: 35vh;
  left: 59vw;
  width: 2px;
  height: 2px;
  animation-delay: 3s;
}
.star-2[data-v-92d55ea2]:nth-of-type(53):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(54) {
  top: 46vh;
  left: 73vw;
  width: 4px;
  height: 4px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(54):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(55) {
  top: 38vh;
  left: 35vw;
  width: 4px;
  height: 4px;
  animation-delay: 1s;
}
.star-2[data-v-92d55ea2]:nth-of-type(55):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(56) {
  top: 34vh;
  left: 66vw;
  width: 3px;
  height: 3px;
  animation-delay: 2s;
}
.star-2[data-v-92d55ea2]:nth-of-type(56):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(57) {
  top: 80vh;
  left: 76vw;
  width: 3px;
  height: 3px;
  animation-delay: 5s;
}
.star-2[data-v-92d55ea2]:nth-of-type(57):before {
  width: 6px;
  height: 6px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(58) {
  top: 45vh;
  left: 49vw;
  width: 2px;
  height: 2px;
  animation-delay: 3s;
}
.star-2[data-v-92d55ea2]:nth-of-type(58):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(59) {
  top: 8vh;
  left: 4vw;
  width: 4px;
  height: 4px;
  animation-delay: 1s;
}
.star-2[data-v-92d55ea2]:nth-of-type(59):before {
  width: 8px;
  height: 8px;
  top: -250%;
}
.star-2[data-v-92d55ea2]:nth-of-type(60) {
  top: 71vh;
  left: 93vw;
  width: 2px;
  height: 2px;
  animation-delay: 3s;
}
.star-2[data-v-92d55ea2]:nth-of-type(60):before {
  width: 4px;
  height: 4px;
  top: -250%;
}
.container-title[data-v-92d55ea2] {
  width: 600px;
  height: 450px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: white;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.title > *[data-v-92d55ea2] {
  display: inline-block;
  font-size: 200px;
}
.number[data-v-92d55ea2] {
  text-shadow: 20px 20px 20px rgba(0, 0, 0, 0.2);
  padding: 0 0.2em;
  font-family: "Russo One", sans-serif;
}
.subtitle[data-v-92d55ea2] {
  font-size: 25px;
  margin-top: 1.5em;
  font-family: "Lato", sans-serif;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}
button[data-v-92d55ea2] {
  font-size: 22px;
  margin-top: 1.5em;
  padding: 0.5em 1em;
  letter-spacing: 1px;
  font-family: "Lato", sans-serif;
  color: white;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  z-index: 999;
  border: 2px solid white;
  border-radius: 5px;
  text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
  transition: opacity 0.2s ease;
}
button[data-v-92d55ea2]:hover {
  opacity: 0.7;
}
button[data-v-92d55ea2]:focus {
  outline: 0;
}
.moon[data-v-92d55ea2] {
  position: relative;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  z-index: 2;
  background-color: #fff;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff,
    0 0 70px #fff, 0 0 80px #fff, 0 0 100px #ff1177;
  animation: rotate-92d55ea2 5s ease-in-out infinite;
}
.moon .face[data-v-92d55ea2] {
  top: 60%;
  left: 47%;
  position: absolute;
}
.moon .face .mouth[data-v-92d55ea2] {
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  background-color: #5c3191;
  width: 25px;
  height: 25px;
  position: absolute;
  animation: snore-92d55ea2 5s ease-in-out infinite;
  transform: rotate(45deg);
  box-shadow: inset -4px -4px 4px rgba(0, 0, 0, 0.3);
}
.moon .face .eyes[data-v-92d55ea2] {
  position: absolute;
  top: -30px;
  left: -30px;
}
.moon .face .eyes .eye-left[data-v-92d55ea2],
.moon .face .eyes .eye-right[data-v-92d55ea2] {
  border: 4px solid #5c3191;
  width: 30px;
  height: 15px;
  border-bottom-left-radius: 100px;
  border-bottom-right-radius: 100px;
  border-top: 0;
  position: absolute;
}
.moon .face .eyes .eye-left[data-v-92d55ea2]:before,
.moon .face .eyes .eye-left[data-v-92d55ea2]:after,
.moon .face .eyes .eye-right[data-v-92d55ea2]:before,
.moon .face .eyes .eye-right[data-v-92d55ea2]:after {
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  background-color: #5c3191;
  top: -2px;
  left: -4px;
}
.moon .face .eyes .eye-left[data-v-92d55ea2]:after,
.moon .face .eyes .eye-right[data-v-92d55ea2]:after {
  left: auto;
  right: -4px;
}
.moon .face .eyes .eye-right[data-v-92d55ea2] {
  left: 50px;
}
.container-bird[data-v-92d55ea2] {
  perspective: 2000px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.bird[data-v-92d55ea2] {
  position: absolute;
  z-index: 1000;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 50px;
  transform: translate3d(-100vw, 0, 0) rotateY(90deg);
  transform-style: preserve-3d;
}
.bird-container[data-v-92d55ea2] {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform: translate3d(50px, 30px, -300px);
}
.wing[data-v-92d55ea2] {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  transform-style: preserve-3d;
  transform-origin: center bottom;
  z-index: 300;
}
.wing-left[data-v-92d55ea2] {
  background: linear-gradient(to bottom, #a58dc4 0%, #7979a8 100%);
  transform: translate3d(0, 0, 0) rotateX(-30deg);
  animation: wingLeft-92d55ea2 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}
.wing-right[data-v-92d55ea2] {
  background: linear-gradient(to bottom, #d9d3e2 0%, #b8a5d1 100%);
  transform: translate3d(0, 0, 0) rotateX(-30deg);
  animation: wingRight-92d55ea2 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}
.wing-right-top[data-v-92d55ea2],
.wing-left-top[data-v-92d55ea2] {
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  top: -20px;
  width: 100%;
  position: absolute;
  transform-origin: 100% 100%;
}
.wing-right-top[data-v-92d55ea2] {
  border-bottom: 20px solid #b8a5d1;
  transform: translate3d(0, 0, 0) rotateX(60deg);
  animation: wingRightTop-92d55ea2 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}
.wing-left-top[data-v-92d55ea2] {
  border-bottom: 20px solid #7979a8;
  transform: translate3d(0, 0, 0) rotateX(-60deg);
  animation: wingLeftTop-92d55ea2 1.3s cubic-bezier(0.45, 0, 0.5, 0.95) infinite;
}
.bird-anim[data-v-92d55ea2]:nth-child(1) {
  animation: bird1-92d55ea2 30s linear infinite forwards;
}
.bird-anim[data-v-92d55ea2]:nth-child(2) {
  animation: bird2-92d55ea2 30s linear infinite forwards;
  animation-delay: 3s;
  z-index: -1;
}
.bird-anim[data-v-92d55ea2]:nth-child(3) {
  animation: bird3-92d55ea2 30s linear infinite forwards;
  animation-delay: 5s;
}
.bird-anim[data-v-92d55ea2]:nth-child(4) {
  animation: bird4-92d55ea2 30s linear infinite forwards;
  animation-delay: 7s;
}
.bird-anim[data-v-92d55ea2]:nth-child(5) {
  animation: bird5-92d55ea2 30s linear infinite forwards;
  animation-delay: 14s;
}
.bird-anim[data-v-92d55ea2]:nth-child(6) {
  animation: bird6-92d55ea2 30s linear infinite forwards;
  animation-delay: 10s;
  z-index: -1;
}
@keyframes rotate-92d55ea2 {
0%,
  100% {
    transform: rotate(-8deg);
}
50% {
    transform: rotate(0deg);
}
}
@keyframes snore-92d55ea2 {
0%,
  100% {
    transform: scale(1) rotate(30deg);
}
50% {
    transform: scale(0.5) rotate(30deg);
    border-bottom-left-radius: 50%;
}
}
@keyframes twinkle-92d55ea2 {
0%,
  100% {
    opacity: 0.7;
}
50% {
    opacity: 0.3;
}
}
@keyframes wingLeft-92d55ea2 {
0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(-50deg);
}
50% {
    transform: translate3d(0, -20px, 0) rotateX(-130deg);
    background: linear-gradient(to bottom, #d9d3e2 0%, #b8a5d1 100%);
}
}
@keyframes wingLeftTop-92d55ea2 {
0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(-10deg);
}
50% {
    transform: translate3d(0px, 0px, 0) rotateX(-40deg);
    border-bottom: 20px solid #b8a5d1;
}
}
@keyframes wingRight-92d55ea2 {
0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(50deg);
}
50% {
    transform: translate3d(0, -20px, 0) rotateX(130deg);
    background: linear-gradient(to bottom, #a58dc4 0%, #7979a8 100%);
}
}
@keyframes wingRightTop-92d55ea2 {
0%,
  100% {
    transform: translate3d(0, 0, 0) rotateX(10deg);
}
50% {
    transform: translate3d(0px, 0px, 0px) rotateX(40deg);
    border-bottom: 20px solid #7979a8;
}
}
@keyframes bird1-92d55ea2 {
0% {
    transform: translate3d(-120vw, -20px, -1000px) rotateY(-40deg) rotateX(0deg);
}
100% {
    transform: translate3d(100vw, -40vh, 1000px) rotateY(-40deg) rotateX(0deg);
}
}
@keyframes bird2-92d55ea2 {
0%,
  15% {
    transform: translate3d(100vw, -300px, -1000px) rotateY(10deg) rotateX(0deg);
}
100% {
    transform: translate3d(-100vw, -20px, -1000px) rotateY(10deg) rotateX(0deg);
}
}
@keyframes bird3-92d55ea2 {
0% {
    transform: translate3d(100vw, -50vh, 100px) rotateY(-5deg) rotateX(-20deg);
}
100% {
    transform: translate3d(-100vw, -10vh, 100px) rotateY(-5deg) rotateX(-20deg);
}
}
@keyframes bird4-92d55ea2 {
0% {
    transform: translate3d(100vw, 30vh, 200px) rotateY(-5deg) rotateX(10deg);
}
100% {
    transform: translate3d(-100vw, -30vh, 200px) rotateY(-5deg) rotateX(10deg);
}
}
@keyframes bird5-92d55ea2 {
0%,
  5% {
    transform: translate3d(100vw, 30vh, 400px) rotateY(-15deg) rotateX(-10deg);
}
100% {
    transform: translate3d(-100vw, 10vh, 400px) rotateY(-15deg) rotateX(-10deg);
}
}
@keyframes bird6-92d55ea2 {
0%,
  10% {
    transform: translate3d(-100vw, 20vh, -500px) rotateY(15deg) rotateX(10deg);
}
100% {
    transform: translate3d(100vw, 40vh, -800px) rotateY(5deg) rotateX(10deg);
}
}
@media screen and (max-width: 580px) {
.container-404[data-v-92d55ea2] {
    width: 100%;
}
.number[data-v-92d55ea2] {
    font-size: 100px;
}
.subtitle[data-v-92d55ea2] {
    font-size: 20px;
    padding: 0 1em;
}
.moon[data-v-92d55ea2] {
    width: 100px;
    height: 100px;
}
.face[data-v-92d55ea2] {
    transform: scale(0.7);
}
}

/* purgecss end ignore */

/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com */

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

/*
Document
========
*/

/**
Use a better box model (opinionated).
*/

*,
::before,
::after {
  box-sizing: border-box;
}

/**
Use a more readable tab size (opinionated).
*/

html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/*
Sections
========
*/

/**
Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/

body {
  font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}

/*
Grouping content
================
*/

/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
}

/*
Text-level semantics
====================
*/

/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
Prevent 'sub' and 'sup' elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
Tabular data
============
*/

/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
}

/*
Forms
=====
*/

/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/

button,
select { /* 1 */
  text-transform: none;
}

/**
Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type='button'],
[type='submit'] {
  -webkit-appearance: button;
}

/**
Remove the inner border and padding in Firefox.
*/

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
Restore the focus styles unset by the previous rule.
*/

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/

legend {
  padding: 0;
}

/**
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Interactive
===========
*/

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */

/**
 * Removes the default spacing and border for appropriate elements.
 */

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

button {
  background-color: transparent;
  background-image: none;
}

fieldset {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/**
 * Tailwind custom reset styles
 */

/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */

html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */

body {
  font-family: inherit;
  line-height: inherit;
}

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}

/*
 * Ensure horizontal rules are visible by default
 */

hr {
  border-top-width: 1px;
}

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button,
[role="button"] {
  cursor: pointer;
}

/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */

table {
  border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */

a {
  color: inherit;
  text-decoration: inherit;
}

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */

button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */

pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */

img,
video {
  max-width: 100%;
  height: auto;
}

/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.hidden {
  display: none;
}

.flex-shrink {
  flex-shrink: 1;
}

.border-collapse {
  border-collapse: collapse;
}

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.resize {
  resize: both;
}

.flex-wrap {
  flex-wrap: wrap;
}

.border {
  border-width: 1px;
}

.text-right {
  text-align: right;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

*, ::before, ::after {
  --tw-shadow: 0 0 #0000;
}

*, ::before, ::after {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
}

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
  --tw-blur: blur(8px);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.1)) drop-shadow(0 1px 1px rgba(0, 0, 0, 0.06));
}

.backdrop-filter {
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

/* 自定义全局样式 */

:root {
  --primary-color: #1a71ff;
}

body {
  background-color: #f8fafc;
}

/* Material Icons 样式 */

.material-symbols-outlined {
  font-family: 'Material Symbols Outlined';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
}

@media (min-width: 640px) {
}

@media (min-width: 768px) {
}

@media (min-width: 1024px) {
}

@media (min-width: 1280px) {
}

@media (min-width: 1536px) {
}

