@charset "UTF-8";
.creator-center[data-v-6ebc9d38] {
  max-width: 1440px;
  width: 90%;
  margin: 0 auto;
  padding: 20px;
  font-family: "PingFang SC", "Microsoft YaHei", sans-serif;
  color: #1A1C1F;
  line-height: 1.6;
}

/* 顶部注册提示 */
.register-banner[data-v-6ebc9d38] {
  background: linear-gradient(135deg, #1D9C40, #2BB24C);
  color: #FFFFFF;
  border-radius: 12px;
  padding: 24px 30px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.register-message[data-v-6ebc9d38] {
  font-size: 20px;
  font-weight: 500;
}
.username[data-v-6ebc9d38] {
  font-weight: 700;
  color: #FFD700;
  margin: 0 4px;
}
.register-btn[data-v-6ebc9d38] {
  background-color: #fff;
  color: #1d9c40;
  border: none;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.register-btn[data-v-6ebc9d38]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

/* 福利内容区域 */
/* 头部区域 */
.section-header[data-v-6ebc9d38] {
  text-align: center;
  padding: 20px 0;
}
.section-title[data-v-6ebc9d38] {
  font-size: 32px;
  font-weight: 700;
  color: #1A1C1F;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #1D9C40, #2BB24C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-subtitle[data-v-6ebc9d38] {
  font-size: 16px;
  color: #6C757D;
  font-weight: 400;
}

/* 一级标签页 */
.tab-nav[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tab-item[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  color: #6C757D;
  background: #fff;
  border: 2px solid #E9ECEF;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  min-width: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tab-item[data-v-6ebc9d38]:hover {
  border-color: #1D9C40;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.tab-item.active[data-v-6ebc9d38] {
  background: linear-gradient(135deg, #1D9C40, #2BB24C);
  color: #fff;
  border-color: transparent;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.tab-item.active .tab-icon[data-v-6ebc9d38] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.tab-icon[data-v-6ebc9d38] {
  font-size: 20px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.tab-label[data-v-6ebc9d38] {
  white-space: nowrap;
}

/* 内容网格 */
.content-grid[data-v-6ebc9d38] {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
  min-height: 800px;
}

/* 左侧菜单 */
.menu-sidebar[data-v-6ebc9d38] {
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 100px;
  border: 1px solid #E9ECEF;
}
.menu-header[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(29, 156, 64, 0.1);
}
.menu-icon[data-v-6ebc9d38] {
  font-size: 24px;
  background: linear-gradient(135deg, #1D9C40, #2BB24C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.menu-title[data-v-6ebc9d38] {
  font-size: 20px;
  font-weight: 600;
  color: #1A1C1F;
}
.menu-list[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.menu-item[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.menu-item[data-v-6ebc9d38]:hover {
  background: rgba(29, 156, 64, 0.1);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.menu-item.active[data-v-6ebc9d38] {
  background: rgba(29, 156, 64, 0.1);
  border-left: 4px solid #1D9C40;
}
.menu-item.active .menu-item-icon[data-v-6ebc9d38] {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.menu-item.active .menu-item-label[data-v-6ebc9d38] {
  color: #1D9C40;
  font-weight: 600;
}
.menu-item.active .menu-item-indicator[data-v-6ebc9d38] {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-item-icon[data-v-6ebc9d38] {
  font-size: 18px;
  width: 24px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.menu-item-label[data-v-6ebc9d38] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  color: #1A1C1F;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.menu-item-indicator[data-v-6ebc9d38] {
  color: #1D9C40;
  font-size: 18px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.menu-footer[data-v-6ebc9d38] {
  margin-top: 32px;
  padding-top: 20px;
  border-top: 1px solid #E9ECEF;
}
.signup-prompt[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  padding: 12px;
  background: rgba(231, 118, 45, 0.1);
  border-radius: 8px;
}
.prompt-icon[data-v-6ebc9d38] {
  font-size: 20px;
  color: #E7762D;
}
.prompt-text[data-v-6ebc9d38] {
  font-size: 14px;
  font-weight: 500;
  color: #E7762D;
}
.signup-btn[data-v-6ebc9d38] {
  width: 100%;
  padding: 14px;
  background: linear-gradient(135deg, #1D9C40, #2BB24C);
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.signup-btn[data-v-6ebc9d38]:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

/* 右侧内容 */
.content-main[data-v-6ebc9d38] {
  min-height: 800px;
}
.loading-container[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 400px;
  gap: 20px;
}
.spinner[data-v-6ebc9d38] {
  width: 50px;
  height: 50px;
  border: 3px solid rgba(29, 156, 64, 0.1);
  border-top: 3px solid #1D9C40;
  border-radius: 50%;
  -webkit-animation: spin-data-v-6ebc9d38 1s linear infinite;
          animation: spin-data-v-6ebc9d38 1s linear infinite;
}
@-webkit-keyframes spin-data-v-6ebc9d38 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
@keyframes spin-data-v-6ebc9d38 {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
}
}
.loading-text[data-v-6ebc9d38] {
  font-size: 16px;
  color: #6C757D;
}
.content-sections[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.content-section[data-v-6ebc9d38] {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}
.content-section.active[data-v-6ebc9d38] {
  opacity: 1;
}
.content-section.active .section-card[data-v-6ebc9d38] {
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-color: #1D9C40;
}
.content-section[data-v-6ebc9d38]:hover {
  opacity: 0.9;
}
.section-card[data-v-6ebc9d38] {
  background: #fff;
  border: 2px solid #E9ECEF;
  border-radius: 16px;
  padding: 32px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.section-card.highlight[data-v-6ebc9d38] {
  border-color: #E7762D;
  background: linear-gradient(135deg, #fff 0%, #fff9f5 100%);
}
.section-card.highlight[data-v-6ebc9d38]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: linear-gradient(135deg, #1D9C40, #2BB24C);
}
.section-header-icon[data-v-6ebc9d38] {
  font-size: 32px;
  margin-bottom: 16px;
}
.section-title[data-v-6ebc9d38] {
  font-size: 24px;
  font-weight: 700;
  color: #1A1C1F;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.section-content[data-v-6ebc9d38] {
  position: relative;
}
.benefit-list[data-v-6ebc9d38] {
  list-style: none;
  margin-bottom: 24px;
}
.benefit-list li[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #E9ECEF;
}
.benefit-list li[data-v-6ebc9d38]:last-child {
  border-bottom: none;
}
.list-icon[data-v-6ebc9d38] {
  font-size: 20px;
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.list-text[data-v-6ebc9d38] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 15px;
  color: #1A1C1F;
  line-height: 1.5;
}
.section-tip[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px;
  background: rgba(29, 156, 64, 0.1);
  border-radius: 8px;
  margin-top: 20px;
}
.tip-icon[data-v-6ebc9d38] {
  font-size: 18px;
  color: #1D9C40;
}
.tip-text[data-v-6ebc9d38] {
  font-size: 14px;
  color: #1D9C40;
  font-weight: 500;
}

/* 权益层级卡片 */
.sign-tiers[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin-bottom: 24px;
}
.tier-card[data-v-6ebc9d38] {
  background: #fff;
  border: 1px solid #E9ECEF;
  border-radius: 12px;
  padding: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tier-card[data-v-6ebc9d38]:hover {
  border-color: #1D9C40;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.tier-header[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.tier-icon[data-v-6ebc9d38] {
  font-size: 20px;
}
.tier-title[data-v-6ebc9d38] {
  font-size: 16px;
  font-weight: 600;
  color: #1A1C1F;
}
.tier-content[data-v-6ebc9d38] {
  font-size: 14px;
  color: #6C757D;
  line-height: 1.6;
}
.final-tip[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 20px;
  background: linear-gradient(135deg, #1D9C40, #2BB24C);
  color: #fff;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 500;
}
.final-icon[data-v-6ebc9d38] {
  font-size: 24px;
}

/* 弹窗样式 */
.modal-overlay[data-v-6ebc9d38] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.modal-content[data-v-6ebc9d38] {
  background: #fff;
  border-radius: 16px;
  width: 90%;
  max-width: 600px;
  padding: 40px;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.modal-header[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
.modal-title[data-v-6ebc9d38] {
  font-size: 24px;
  font-weight: 700;
  color: #1A1C1F;
}
.close-btn[data-v-6ebc9d38] {
  background: none;
  border: none;
  font-size: 32px;
  cursor: pointer;
  color: #6C757D;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  line-height: 1;
}
.close-btn[data-v-6ebc9d38]:hover {
  color: #1A1C1F;
}
.qr-code-container[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 30px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.qr-code-item[data-v-6ebc9d38] {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 150px;
}
.qr-code-item canvas[data-v-6ebc9d38] {
  width: 150px !important;
  height: 150px !important;
  border: 1px solid #E9ECEF;
  border-radius: 8px;
  padding: 10px;
  background: #fff;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.qr-code-label[data-v-6ebc9d38] {
  font-size: 14px;
  font-weight: 600;
  color: #1A1C1F;
}
.modal-footer[data-v-6ebc9d38] {
  text-align: center;
  color: #6C757D;
  font-size: 14px;
  padding-top: 20px;
  border-top: 1px solid #E9ECEF;
}

/* 响应式设计 */
@media (max-width: 1024px) {
.content-grid[data-v-6ebc9d38] {
    grid-template-columns: 1fr;
    gap: 20px;
}
.menu-sidebar[data-v-6ebc9d38] {
    position: static;
}
}
@media (max-width: 768px) {
.creator-center[data-v-6ebc9d38] {
    width: 95%;
    padding: 16px;
}
.section-title[data-v-6ebc9d38] {
    font-size: 28px;
}
.tab-nav[data-v-6ebc9d38] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
}
.tab-item[data-v-6ebc9d38] {
    width: 100%;
}
.section-card[data-v-6ebc9d38] {
    padding: 24px;
}
.modal-content[data-v-6ebc9d38] {
    padding: 24px;
}
.qr-code-container[data-v-6ebc9d38] {
    gap: 20px;
}
.qr-code-item[data-v-6ebc9d38] {
    min-width: 120px;
}
.qr-code-item canvas[data-v-6ebc9d38] {
    width: 120px !important;
    height: 120px !important;
}
}
@media (max-width: 480px) {
.benefits-section[data-v-6ebc9d38] {
    padding: 20px;
}
.section-card[data-v-6ebc9d38] {
    padding: 20px;
}
.modal-content[data-v-6ebc9d38] {
    padding: 20px;
}
}
/* 弹窗样式 */
.modal-overlay[data-v-6ebc9d38] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.modal-content[data-v-6ebc9d38] {
  background-color: #fff;
  border-radius: 12px;
  width: 90%;
  max-width: 500px;
  padding: 30px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.modal-header[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}
.modal-title[data-v-6ebc9d38] {
  font-size: 22px;
  font-weight: 600;
  color: #1A1C1F;
}
.close-btn[data-v-6ebc9d38] {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  color: #6c757d;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.close-btn[data-v-6ebc9d38]:hover {
  color: #1A1C1F;
}
.qr-code-container[data-v-6ebc9d38] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
}
.qr-code-item[data-v-6ebc9d38] {
  text-align: center;
}
.qr-code-img[data-v-6ebc9d38] {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 5px;
  background-color: #fff;
}
.qr-code-label[data-v-6ebc9d38] {
  font-size: 14px;
  color: #1A1C1F;
  font-weight: 500;
}

/* 弹窗动画 */
.modal-enter-active[data-v-6ebc9d38], .modal-leave-active[data-v-6ebc9d38] {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.modal-enter-from[data-v-6ebc9d38], .modal-leave-to[data-v-6ebc9d38] {
  opacity: 0;
}
.modal-enter-active .modal-content[data-v-6ebc9d38],
.modal-leave-active .modal-content[data-v-6ebc9d38] {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.modal-enter-from .modal-content[data-v-6ebc9d38],
.modal-leave-to .modal-content[data-v-6ebc9d38] {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

/* 响应式设计 */
@media (max-width: 768px) {
.register-banner[data-v-6ebc9d38] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 15px;
    padding: 20px;
}
.register-message[data-v-6ebc9d38] {
    font-size: 18px;
}
.content-grid[data-v-6ebc9d38] {
    grid-template-columns: 1fr;
}
.tab-nav[data-v-6ebc9d38] {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 5px;
    -webkit-overflow-scrolling: touch;
}
.tab-item[data-v-6ebc9d38] {
    font-size: 16px;
    padding: 10px 16px;
}
.qr-code-container[data-v-6ebc9d38] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
}

.qr-code-wrapper[data-v-51169294] {
  padding: 10px 16px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 20px;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  max-width: 600px;
  margin: 10px auto 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
}
.qr-code-header[data-v-51169294] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.qr-code-icon[data-v-51169294] {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: white;
  -webkit-box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
          box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}
.qr-code-title h3[data-v-51169294] {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
  color: #1a1c1f;
  background: linear-gradient(135deg, #1a1c1f 0%, #3a3d42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.qr-code-title p[data-v-51169294] {
  margin: 6px 0 0;
  font-size: 15px;
  color: #6c757d;
  font-weight: 400;
}
.qr-code-container[data-v-51169294] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
.qr-code-card[data-v-51169294] {
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.qr-code-card[data-v-51169294]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.qr-code-image-wrapper[data-v-51169294] {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto 5px;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
  padding: 12px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.qr-code-img[data-v-51169294] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 10px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.qr-code-card:hover .qr-code-img[data-v-51169294] {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.qr-code-overlay[data-v-51169294] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear,
  left top, left bottom,
  from(rgba(102, 126, 234, 0.9)),
  to(rgba(118, 75, 162, 0.9)));
  background: linear-gradient(to bottom,
  rgba(102, 126, 234, 0.9) 0%,
  rgba(118, 75, 162, 0.9) 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}
.qr-code-card:hover .qr-code-overlay[data-v-51169294] {
  opacity: 1;
}
.scan-text[data-v-51169294] {
  color: white;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
}
.qr-code-info[data-v-51169294] {
  padding: 0 8px;
}
.qr-code-label[data-v-51169294] {
  font-size: 18px;
  font-weight: 600;
  color: #1a1c1f;
  /*margin-bottom: 6px;*/
}
.qr-code-platform[data-v-51169294] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #6c757d;
}
.platform-icon[data-v-51169294] {
  font-size: 16px;
}
.platform-icon.android[data-v-51169294] {
  color: #3ddc84;
}
.platform-icon.ios[data-v-51169294] {
  color: #000000;
}
.platform-name[data-v-51169294] {
  font-weight: 500;
}
.qr-code-footer[data-v-51169294] {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}
.footer-text[data-v-51169294] {
  font-size: 13px;
  color: #adb5bd;
  font-weight: 400;
  letter-spacing: 0.5px;
}

/* 响应式设计 */
@media (max-width: 640px) {
.qr-code-wrapper[data-v-51169294] {
    padding: 24px 16px;
    border-radius: 16px;
}
.qr-code-container[data-v-51169294] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
}
.qr-code-image-wrapper[data-v-51169294] {
    width: 140px;
    height: 140px;
}
.qr-code-header[data-v-51169294] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 12px;
}
.qr-code-icon[data-v-51169294] {
    width: 48px;
    height: 48px;
}
}

@charset "UTF-8";
/* 轮播图和通知区域 */
.banner-notification-section[data-v-00d4c1d7] {
  max-width: 1440px;
  margin: 0 auto;
  padding: 20px 0;
  background: #fff;
}
.banner-notification-container[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.banner-wrapper[data-v-00d4c1d7] {
  width: 68%;
  border-radius: 12px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.notification-wrapper[data-v-00d4c1d7] {
  width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.full-height-carousel[data-v-00d4c1d7] {
  height: 100% !important;
}

/* 处理 Element UI 内部容器 */
[data-v-00d4c1d7] .el-carousel__container,[data-v-00d4c1d7] .el-carousel__item {
  height: 100%;
}
.image-wrapper[data-v-00d4c1d7] {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 100%;
}
.banner-overlay[data-v-00d4c1d7] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%);
  z-index: 1;
}

/* 基础样式 */
.creator-dashboard[data-v-00d4c1d7] {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #fff;
  min-height: 100vh;
  padding: 20px 0;
  font-family: "Source Han Sans CN", sans-serif;
  color: #1a1c1f;
}
.dashboard-container[data-v-00d4c1d7] {
  width: 90%;
  margin: 0 auto;
}

/* 作者欢迎区域 */
.author-welcome[data-v-00d4c1d7] {
  position: relative;
  background: linear-gradient(135deg, #1d9c40 0%, #178538 100%);
  color: white;
  border-radius: 16px;
  padding: 30px;
  margin-bottom: 30px;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 30px rgba(29, 156, 64, 0.3);
          box-shadow: 0 10px 30px rgba(29, 156, 64, 0.3);
}
.welcome-content[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 2;
}
.welcome-text h2[data-v-00d4c1d7] {
  margin: 0 0 10px 0;
  font-size: 28px;
  font-weight: 700;
}
.welcome-text p[data-v-00d4c1d7] {
  margin: 0;
  opacity: 0.9;
  font-size: 16px;
}
.welcome-actions[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.welcome-decoration[data-v-00d4c1d7] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.decoration-item[data-v-00d4c1d7] {
  position: absolute;
  opacity: 0.1;
}
.decoration-item.book[data-v-00d4c1d7] {
  top: 20px;
  right: 100px;
  width: 60px;
  height: 80px;
  background: white;
  border-radius: 4px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
.decoration-item.pen[data-v-00d4c1d7] {
  bottom: 30px;
  right: 150px;
  width: 4px;
  height: 40px;
  background: white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.decoration-item.leaf[data-v-00d4c1d7] {
  top: 40px;
  right: 200px;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 50% 0 50% 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* 卡片通用样式 */
.stats-card[data-v-00d4c1d7], .works-card[data-v-00d4c1d7], .quick-actions-card[data-v-00d4c1d7], .creation-stats-card[data-v-00d4c1d7] {
  background: white;
  border-radius: 16px;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  padding: 25px;
  margin-bottom: 25px;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.stats-card[data-v-00d4c1d7]:hover, .works-card[data-v-00d4c1d7]:hover, .quick-actions-card[data-v-00d4c1d7]:hover, .creation-stats-card[data-v-00d4c1d7]:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
          box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.card-header[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}
.title[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #1a1c1f;
}
.title i[data-v-00d4c1d7] {
  margin-right: 10px;
  color: #1d9c40;
  font-size: 22px;
}

/* 内容区域布局 */
.content-area[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.main-content[data-v-00d4c1d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.cards[data-v-00d4c1d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
.sidebar[data-v-00d4c1d7] {
  width: 320px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* 标签切换 */
.tab-switch[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  background: #f3f3f3;
  padding: 4px;
}
.tab[data-v-00d4c1d7] {
  padding: 8px 20px;
  border: none;
  background: transparent;
  color: #1a1c1f;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 8px;
}
.tab.active[data-v-00d4c1d7] {
  background: #1d9c40;
  color: white;
  font-weight: 700;
  -webkit-box-shadow: 0 2px 8px rgba(29, 156, 64, 0.3);
          box-shadow: 0 2px 8px rgba(29, 156, 64, 0.3);
}

/* 统计数据 */
.stats-grid[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.stat-group[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 12px;
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.stat-group[data-v-00d4c1d7]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#1d9c40), to(#e7762d));
  background: linear-gradient(90deg, #1d9c40, #e7762d);
}
.group-1[data-v-00d4c1d7] {
  background: linear-gradient(135deg, rgba(29, 156, 64, 0.05) 0%, rgba(29, 156, 64, 0.02) 100%);
  border: 1px solid rgba(29, 156, 64, 0.1);
}
.group-2[data-v-00d4c1d7] {
  background: linear-gradient(135deg, rgba(231, 118, 45, 0.05) 0%, rgba(231, 118, 45, 0.02) 100%);
  border: 1px solid rgba(231, 118, 45, 0.1);
}
.group-3[data-v-00d4c1d7] {
  background: linear-gradient(135deg, rgba(102, 126, 234, 0.05) 0%, rgba(102, 126, 234, 0.02) 100%);
  border: 1px solid rgba(102, 126, 234, 0.1);
}
.stat-item-wrapper[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stat-item[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}
.stat-icon[data-v-00d4c1d7] {
  width: 40px;
  height: 40px;
  background: rgba(29, 156, 64, 0.1);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  color: #1d9c40;
  font-size: 18px;
}
.stat-content[data-v-00d4c1d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.stat-value[data-v-00d4c1d7] {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #1a1c1f;
}
.stat-value.highlight[data-v-00d4c1d7] {
  color: #e7762d;
  font-size: 26px;
}
.stat-value.success[data-v-00d4c1d7] {
  color: #1d9c40;
  font-size: 26px;
}
.stat-label[data-v-00d4c1d7] {
  font-size: 14px;
  color: #6c757d;
}
.stat-divider[data-v-00d4c1d7] {
  width: 1px;
  height: 40px;
  background: #e9ecef;
  margin: 0 10px;
}

/* 作品区域 */
.works-actions[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.works-tabs[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9ecef;
  margin-bottom: 20px;
}
.works-tab[data-v-00d4c1d7] {
  padding: 12px 24px;
  border: none;
  background: transparent;
  color: #6c757d;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: 2px solid transparent;
  position: relative;
}
.works-tab.active[data-v-00d4c1d7] {
  color: #1d9c40;
  border-bottom: 2px solid #1d9c40;
  font-weight: 700;
}
.works-tab.active[data-v-00d4c1d7]::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #1d9c40;
  border-radius: 50%;
}
.works-count[data-v-00d4c1d7] {
  color: #1d9c40;
  margin-left: 8px;
}

/* 作品列表 */
.works-list[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  max-height: 800px;
  overflow-y: auto;
  padding-right: 10px;
}
.work-item[data-v-00d4c1d7] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  background: #f8f9fa;
  border-radius: 12px;
  padding: 20px;
  gap: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid transparent;
}

/* 只在鼠标移到非签约状态区域时触发work-item的hover */
.work-item[data-v-00d4c1d7]:hover:not(:has(.sign-status-container:hover, .newBookRank-container:hover, .work-clock:hover, .goTop:hover, .endBookRank-container:hover)) {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-color: #1d9c40;
  background: white;
}
.goTop[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.goTop .goTop-img[data-v-00d4c1d7] {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.endBookRank-container[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 190px;
  bottom: 10px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.endBookRank-container .newBookRank-img[data-v-00d4c1d7] {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.newBookRank-container[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 130px;
  bottom: 10px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newBookRank-container .newBookRank-img[data-v-00d4c1d7] {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 签约状态容器样式 */
.sign-status-container[data-v-00d4c1d7] {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 70px;
  bottom: 10px;
  cursor: pointer;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 签约状态图片样式 */
.sign-status-img[data-v-00d4c1d7] {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 3;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

/* 签约状态区域的hover效果 */
.sign-status-container:hover .sign-status-img[data-v-00d4c1d7] {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
}
.newBookRank-container:hover .newBookRank-img[data-v-00d4c1d7] {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
}
.endBookRank-container:hover .newBookRank-img[data-v-00d4c1d7] {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
}
.goTop:hover .goTop-img[data-v-00d4c1d7] {
  -webkit-filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
          filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2)) brightness(1.1);
}
.sign-status-container[data-v-00d4c1d7]:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.newBookRank-container[data-v-00d4c1d7]:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.endBookRank-container[data-v-00d4c1d7]:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.goTop[data-v-00d4c1d7]:hover {
  opacity: 1;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.work-cover[data-v-00d4c1d7] {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.cover[data-v-00d4c1d7] {
  width: 120px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.work-status[data-v-00d4c1d7] {
  position: absolute;
  top: 8px;
  right: 8px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: white;
}
.work-status.completed[data-v-00d4c1d7] {
  background: #1d9c40;
}
.work-status.serial[data-v-00d4c1d7] {
  background: #e7762d;
}
.work-info[data-v-00d4c1d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.work-header[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.work-title[data-v-00d4c1d7] {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #1a1c1f;
}
.work-clock[data-v-00d4c1d7] {
  font-size: 14px;
  padding: 0 12px;
  font-weight: bold;
  background: rgba(231, 118, 45, 0.1);
  border-radius: 20px;
  border: 1px solid rgba(231, 118, 45, 0.2);
  color: #e7762d;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: all 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
  overflow: hidden;
  height: 32px;
  min-width: 100px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* 闹钟图标容器 */
.clock-icon[data-v-00d4c1d7] {
  position: relative;
  margin-right: 6px;
  font-size: 16px;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  z-index: 2;
}
.clock-text[data-v-00d4c1d7] {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* 时钟指针 */
.clock-hand[data-v-00d4c1d7] {
  position: absolute;
  background: #e7762d;
  border-radius: 2px;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.hour-hand[data-v-00d4c1d7] {
  width: 2px;
  height: 8px;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -8px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}
.minute-hand[data-v-00d4c1d7] {
  width: 1.5px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin-left: -0.75px;
  margin-top: -10px;
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

/* 闹钟提示点 */
.alarm-dot[data-v-00d4c1d7] {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #ff4757;
  border-radius: 50%;
  top: 6px;
  right: 10px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 0 rgba(255, 71, 87, 0.4);
          box-shadow: 0 0 0 rgba(255, 71, 87, 0.4);
}

/* 悬停特效 */
.work-clock[data-v-00d4c1d7]:hover {
  /* 背景光效 */
  background: linear-gradient(135deg, rgba(231, 118, 45, 0.15) 0%, rgba(255, 193, 7, 0.15) 50%, rgba(231, 118, 45, 0.15) 100%);
  border: 1px solid rgba(231, 118, 45, 0.4);
  -webkit-box-shadow: 0 0 20px rgba(231, 118, 45, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(255, 255, 255, 0.1);
          box-shadow: 0 0 20px rgba(231, 118, 45, 0.3), 0 4px 12px rgba(0, 0, 0, 0.15), inset 0 0 20px rgba(255, 255, 255, 0.1);
  /* 文字和图标效果 */
  color: #ff8c00;
  -webkit-transform: translateY(-2px) scale(1.05);
          transform: translateY(-2px) scale(1.05);
  /* 闹钟图标旋转 */
  /* 显示时钟指针 */
  /* 闹钟提示点闪烁 */
  /* 文字轻微移动 */
}
.work-clock:hover .clock-icon[data-v-00d4c1d7] {
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  -webkit-animation: clockTilt-data-v-00d4c1d7 0.5s ease;
          animation: clockTilt-data-v-00d4c1d7 0.5s ease;
}
.work-clock:hover .clock-hand[data-v-00d4c1d7] {
  opacity: 1;
  -webkit-animation: clockTick-data-v-00d4c1d7 1s infinite alternate ease-in-out;
          animation: clockTick-data-v-00d4c1d7 1s infinite alternate ease-in-out;
}
.work-clock:hover .hour-hand[data-v-00d4c1d7] {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.work-clock:hover .alarm-dot[data-v-00d4c1d7] {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-animation: alarmPulse-data-v-00d4c1d7 1s infinite;
          animation: alarmPulse-data-v-00d4c1d7 1s infinite;
}
.work-clock:hover .clock-text[data-v-00d4c1d7] {
  letter-spacing: 0.5px;
}

/* 点击效果 */
.work-clock[data-v-00d4c1d7]:active {
  -webkit-transform: translateY(0) scale(0.98);
          transform: translateY(0) scale(0.98);
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

/* 动画定义 */
@-webkit-keyframes clockTilt-data-v-00d4c1d7 {
0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
}
75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
}
}
@keyframes clockTilt-data-v-00d4c1d7 {
0%, 100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
25% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
}
75% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
}
}
@-webkit-keyframes clockTick-data-v-00d4c1d7 {
0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}
100% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
}
}
@keyframes clockTick-data-v-00d4c1d7 {
0% {
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
}
100% {
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
}
}
@-webkit-keyframes alarmPulse-data-v-00d4c1d7 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7);
    -webkit-transform: scale(1);
            transform: scale(1);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 71, 87, 0);
            box-shadow: 0 0 0 6px rgba(255, 71, 87, 0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
            box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes alarmPulse-data-v-00d4c1d7 {
0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7);
            box-shadow: 0 0 0 0 rgba(255, 71, 87, 0.7);
    -webkit-transform: scale(1);
            transform: scale(1);
}
70% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 71, 87, 0);
            box-shadow: 0 0 0 6px rgba(255, 71, 87, 0);
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
            box-shadow: 0 0 0 0 rgba(255, 71, 87, 0);
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
/* 添加闹钟铃声的声波效果（可选） */
.work-clock[data-v-00d4c1d7]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  border: 2px solid transparent;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.work-clock[data-v-00d4c1d7]:hover::before {
  border-color: rgba(231, 118, 45, 0.3);
  opacity: 1;
  -webkit-animation: soundWave-data-v-00d4c1d7 1.5s infinite;
          animation: soundWave-data-v-00d4c1d7 1.5s infinite;
}
@-webkit-keyframes soundWave-data-v-00d4c1d7 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
}
}
@keyframes soundWave-data-v-00d4c1d7 {
0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
}
100% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
    opacity: 0;
}
}
.work-rating[data-v-00d4c1d7] {
  color: #ffc107;
  font-size: 16px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-meta[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  font-size: 14px;
  color: #6c757d;
}
.author[data-v-00d4c1d7], .category[data-v-00d4c1d7], .word-count[data-v-00d4c1d7] {
  padding: 4px 10px;
  background: rgba(29, 156, 64, 0.1);
  border-radius: 20px;
  color: #1d9c40;
  font-size: 12px;
}
.work-desc[data-v-00d4c1d7] {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 12px;
  color: #495057;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.work-update[data-v-00d4c1d7] {
  font-size: 14px;
  color: #6c757d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.work-update i[data-v-00d4c1d7] {
  margin-right: 5px;
  color: #1d9c40;
}

/* 空状态 */
.empty-works[data-v-00d4c1d7] {
  text-align: center;
  padding: 60px 20px;
  color: #6c757d;
}
.empty-icon[data-v-00d4c1d7] {
  font-size: 60px;
  color: #dee2e6;
  margin-bottom: 20px;
}
.empty-works h3[data-v-00d4c1d7] {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.empty-works p[data-v-00d4c1d7] {
  margin: 0 0 20px 0;
}

/* 按钮 */
.btn[data-v-00d4c1d7] {
  padding: 10px 20px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn.primary[data-v-00d4c1d7] {
  background: #1d9c40;
  color: white;
  min-width: 150px;
}
.btn.primary[data-v-00d4c1d7]:hover {
  background: #178538;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(29, 156, 64, 0.3);
          box-shadow: 0 4px 12px rgba(29, 156, 64, 0.3);
}
.btn.primary.small[data-v-00d4c1d7] {
  min-width: auto;
  padding: 8px 16px;
  font-size: 13px;
}
.btn.outline[data-v-00d4c1d7] {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.7);
  min-width: 150px;
}
.btn.outline[data-v-00d4c1d7]:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: white;
}

/* 通知卡片 */
.notifications-card[data-v-00d4c1d7] {
  background: white;
  border-radius: 16px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.notifications-card .card-header[data-v-00d4c1d7] {
  background: linear-gradient(135deg, #1d9c40 0%, #178538 100%);
  color: white;
  padding: 20px;
  border-radius: 16px 16px 0 0;
  position: relative;
}
.notifications-card .title[data-v-00d4c1d7] {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.more-link[data-v-00d4c1d7] {
  color: white;
  text-decoration: none;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.more-link[data-v-00d4c1d7]:hover {
  opacity: 0.8;
}
.notification-badge[data-v-00d4c1d7] {
  background: #ff0023;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-weight: 700;
}
.notifications-list[data-v-00d4c1d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  padding: 10px 0;
}
.notification-item[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  border-bottom: 1px solid #e9ecef;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}
.notification-item.unread[data-v-00d4c1d7] {
  background: rgba(29, 156, 64, 0.05);
}
.notification-item[data-v-00d4c1d7]:last-child {
  border-bottom: none;
}
.notification-item[data-v-00d4c1d7]:hover {
  background: rgba(29, 156, 64, 0.1);
}
.notification-date[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.date-day[data-v-00d4c1d7] {
  background: #1d9c40;
  color: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.date-month[data-v-00d4c1d7] {
  font-size: 12px;
  color: #6c757d;
}
.notification-content[data-v-00d4c1d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.notification-title[data-v-00d4c1d7] {
  font-weight: 700;
  margin-bottom: 5px;
  color: #1a1c1f;
}
.notification-content p[data-v-00d4c1d7] {
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
  color: #495057;
}
.no-notifications[data-v-00d4c1d7] {
  padding: 40px 20px;
  text-align: center;
}

/* 快速操作 */
.quick-actions[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.action-item[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  border-radius: 12px;
  background: #f8f9fa;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border: 1px solid transparent;
}
.action-item[data-v-00d4c1d7]:hover {
  background: rgba(29, 156, 64, 0.1);
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  border-color: rgba(29, 156, 64, 0.2);
}
.action-icon[data-v-00d4c1d7] {
  width: 50px;
  height: 50px;
  background: #1d9c40;
  color: white;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action-content h4[data-v-00d4c1d7] {
  margin: 0 0 5px 0;
  font-size: 16px;
  color: #1a1c1f;
}
.action-content p[data-v-00d4c1d7] {
  margin: 0;
  font-size: 14px;
  color: #6c757d;
}

/* 创作数据 */
.creation-stats[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.creation-stat[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 12px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.creation-stat[data-v-00d4c1d7]:hover {
  background: rgba(29, 156, 64, 0.1);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.creation-stat .stat-icon[data-v-00d4c1d7] {
  width: 50px;
  height: 50px;
  background: rgba(29, 156, 64, 0.1);
  color: #1d9c40;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
  font-size: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.creation-stat .stat-content[data-v-00d4c1d7] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.stat-number[data-v-00d4c1d7] {
  font-size: 24px;
  font-weight: 700;
  color: #1d9c40;
  margin-bottom: 5px;
}

/* 响应式设计 */
@media (max-width: 1200px) {
.content-area[data-v-00d4c1d7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.sidebar[data-v-00d4c1d7] {
    width: 100%;
}
.banner-notification-container[data-v-00d4c1d7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.banner-wrapper[data-v-00d4c1d7], .notification-wrapper[data-v-00d4c1d7] {
    width: 100%;
}
.stat-group[data-v-00d4c1d7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
}
.stat-divider[data-v-00d4c1d7] {
    width: 100%;
    height: 1px;
    margin: 10px 0;
}
}
@media (max-width: 768px) {
.welcome-content[data-v-00d4c1d7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    text-align: center;
}
.card-header[data-v-00d4c1d7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.works-actions[data-v-00d4c1d7] {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.work-item[data-v-00d4c1d7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.cover[data-v-00d4c1d7] {
    width: 100%;
    height: auto;
    aspect-ratio: 3/4;
}
.work-cover[data-v-00d4c1d7] {
    -ms-flex-item-align: center;
        align-self: center;
}
.creation-stats[data-v-00d4c1d7] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.tab-switch[data-v-00d4c1d7], .works-tabs[data-v-00d4c1d7] {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
}
.schedule-container[data-v-00d4c1d7] {
  padding: 10px 0;
}

/* 汇总区域样式 */
.summary-section[data-v-00d4c1d7] {
  margin-bottom: 24px;
  padding: 20px;
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f3ff 100%);
  border-radius: 8px;
  border: 1px solid #d4e8ff;
}
.summary-header[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
  font-weight: 600;
  color: #409EFF;
}
.summary-header i[data-v-00d4c1d7] {
  margin-right: 8px;
  font-size: 16px;
}
.summary-content[data-v-00d4c1d7] {
  text-align: center;
}
.summary-text[data-v-00d4c1d7] {
  font-size: 16px;
  color: #303133;
  font-weight: 500;
  padding: 12px;
  background: white;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
.rule-title[data-v-00d4c1d7] {
  font-size: 18px;
  font-weight: 600;
  color: #2c3e50;
  margin: 0 0 12px 0;
  line-height: 1.4;
}
.rule-desc[data-v-00d4c1d7] {
  text-indent: 2em;
  font-size: 15px;
  color: #4a5568;
  line-height: 1.6;
  margin: 0 0 8px 0;
}

/* 表单区域样式 */
.form-section[data-v-00d4c1d7] {
  padding: 0 10px;
}
.schedule-form[data-v-00d4c1d7] {
  margin-top: 10px;
}
.form-item-custom[data-v-00d4c1d7] {
  margin-bottom: 24px;
}
.form-item-custom > > > .el-form-item__label[data-v-00d4c1d7] {
  font-weight: 600;
  color: #303133;
  padding-bottom: 8px;
  font-size: 14px;
}
.custom-input-number[data-v-00d4c1d7] {
  width: 120px;
}
.unit-text[data-v-00d4c1d7] {
  margin-left: 10px;
  color: #606266;
  font-size: 14px;
}
.time-range-hint[data-v-00d4c1d7] {
  margin-top: 8px;
  font-size: 12px;
  color: #909399;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.time-range-hint i[data-v-00d4c1d7] {
  margin-right: 4px;
  font-size: 12px;
}

/* 按钮样式 */
.dialog-footer[data-v-00d4c1d7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.cancel-btn[data-v-00d4c1d7] {
  border-radius: 6px;
  padding: 10px 20px;
}
.confirm-btn[data-v-00d4c1d7] {
  background: linear-gradient(135deg, #409EFF 0%, #66b1ff 100%);
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.confirm-btn[data-v-00d4c1d7]:hover {
  background: linear-gradient(135deg, #66b1ff 0%, #409EFF 100%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3);
          box-shadow: 0 4px 12px rgba(64, 158, 255, 0.3);
}
.cancel-btn1[data-v-00d4c1d7] {
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  background: linear-gradient(135deg, #999 0%, #ff4949 100%);
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.cancel-btn1[data-v-00d4c1d7]:hover {
  background: linear-gradient(135deg, #ff4949 0%, #999 100%);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  -webkit-box-shadow: 0 4px 12px rgba(255, 73, 73, 0.3);
          box-shadow: 0 4px 12px rgba(255, 73, 73, 0.3);
}
.simple-new-badge[data-v-00d4c1d7] {
  position: absolute;
  right: 0;
  top: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4px 8px;
  background: linear-gradient(135deg, #ff6b6b, #ff4757);
  color: white;
  font-weight: bold;
  border-radius: 12px 12px 12px 0;
  -webkit-box-shadow: 0 2px 8px rgba(255, 71, 87, 0.3);
          box-shadow: 0 2px 8px rgba(255, 71, 87, 0.3);
  -webkit-transform: translate(-10%, -10%);
          transform: translate(-10%, -10%);
  z-index: 100;
}
.simple-new-badge i[data-v-00d4c1d7] {
  margin-right: 4px;
  font-size: 14px;
}
.simple-new-badge span[data-v-00d4c1d7] {
  font-size: 12px;
}
