
.header-container[data-v-5237d6d3] {
  padding: 0 40px;
  background: #f9fcff !important;
  display: flex;
  flex-direction: column;
  height: auto !important;
  line-height: normal !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9999;
}
.header-row[data-v-5237d6d3] {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
}
.header-main[data-v-5237d6d3] {
  align-items: center;
  min-height: 64px;
  height: auto;
  padding: 8px 0;
}
.logo[data-v-5237d6d3] {
  font-size: 20px;
  font-weight: 800;
  margin-right: 20px;
  flex-shrink: 0;
  height: 48px;
  display: flex;
  align-items: center;
}
.logo a[data-v-5237d6d3] {
  color: #000;
  text-decoration: none;
  transition: color 0.2s;
}
.logo-icon[data-v-5237d6d3] {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  vertical-align: middle;
  position: relative;
  top: -2px;
}
.nav-menu-wrapper[data-v-5237d6d3] {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  max-height: 600px;
  transition: max-height 0.3s ease;
}
.nav-menu-wrapper.collapsed[data-v-5237d6d3] {
  max-height: 48px !important;
}
.nav-menu[data-v-5237d6d3] {
  flex: 1;
  min-width: 0;
  border-bottom: none !important;
  background: transparent !important;
  padding-left: 60px;
  display: flex !important;
  flex-wrap: wrap !important;
  row-gap: 4px;
}
.header-main .nav-menu[data-v-5237d6d3] {
  line-height: 48px;
}
[data-v-5237d6d3] .ant-menu-overflow-item {
  opacity: 1 !important;
  visibility: visible !important;
}
[data-v-5237d6d3] .ant-menu-overflow-item-rest {
  display: none !important;
}
.search-container[data-v-5237d6d3] {
  min-width: 300px;
  flex: 0 1 auto;
  margin: 0 30px;
  flex-shrink: 0;
  height: 48px;
  display: flex;
  align-items: center;
}
.menu-item-content[data-v-5237d6d3] {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.dropdown-icon[data-v-5237d6d3] {
  margin-left: 1px !important;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.55);
  transform: scale(0.6);
}
.user-info[data-v-5237d6d3] {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  height: 48px;
}
.logout-link[data-v-5237d6d3] {
  color: #1890ff;
  font-size: 14px;
}
.login-btn[data-v-5237d6d3] {
  background: linear-gradient(135deg, #1890ff 0%, #722ed1 100%) !important;
  border: none !important;
  border-radius: 20px !important;
  height: 36px !important;
  padding: 0 20px !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #fff !important;
  box-shadow: 0 4px 12px rgba(24, 144, 255, 0.3) !important;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
}
.login-btn[data-v-5237d6d3]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 16px rgba(114, 46, 209, 0.4) !important;
  background: linear-gradient(135deg, #40a9ff 0%, #9254de 100%) !important;
  color: #fff !important;
}
.login-btn[data-v-5237d6d3]:active {
  transform: translateY(1px) !important;
  box-shadow: 0 2px 8px rgba(114, 46, 209, 0.3) !important;
}
.toggle-bar[data-v-5237d6d3] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  pointer-events: none;
  z-index: 10000;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.toggle-bar.is-outside[data-v-5237d6d3] {
  transform: translateY(100%);
  align-items: flex-start;
}
.toggle-bar.is-inside[data-v-5237d6d3] {
  transform: translateY(0);
  align-items: flex-end;
}
.toggle-btn[data-v-5237d6d3] {
  pointer-events: auto;
  display: flex;
  justify-content: center;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.25);
  font-size: 18px;
  background: transparent;
  border: none;
  box-shadow: none;
  line-height: 1;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.06));
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.is-outside .toggle-btn[data-v-5237d6d3] {
  padding: 0 24px 12px;
  align-items: flex-start;
  transform-origin: top center;
}
.is-inside .toggle-btn[data-v-5237d6d3] {
  padding: 12px 24px 0;
  align-items: flex-end;
  transform-origin: bottom center;
}
.toggle-btn[data-v-5237d6d3]:hover {
  color: #1890ff;
  transform: scale(1.25);
  filter: drop-shadow(0 4px 8px rgba(24, 144, 255, 0.3));
}
.toggle-btn[data-v-5237d6d3]:active {
  transform: scale(0.95);
  transition: all 0.1s;
}
@media (max-width: 1200px) {
.search-container[data-v-5237d6d3] {
    margin: 0 15px;
}
}
@media (max-width: 992px) {
.header-container[data-v-5237d6d3] {
    padding: 0 10px;
}
.search-container[data-v-5237d6d3] {
    min-width: 280px;
    margin: 0 10px;
}
.nav-menu[data-v-5237d6d3] {
    padding-left: 10px;
}
}


.custom-scroll-menu .ant-menu-sub {
  max-height: 650px !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  scrollbar-gutter: stable;
}
.ant-menu-submenu-popup {
  z-index: 2147483647 !important;
}

/* 手机端 Header 两端对齐样式 */
.mobile-header {
  justify-content: space-between;
}

/* 新增：平铺菜单项的链接样式，保持简洁清爽 */
.flat-menu-link {
  display: flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s;
}
.flat-menu-link:hover {
  color: #1890ff;
}

/* 新增：前方小图标样式 */
.menu-icon {
  font-size: 16px;
  margin-right: 6px;
  color: #1890ff; /* 使用品牌主色调点缀图标 */
  vertical-align: middle;
  position: relative;
  top: -1px;
}

/* 新增：覆盖 disabled 菜单项的默认变灰样式，使其作为加粗的标题文本呈现 */
.menu-label-text.ant-menu-item-disabled {
  color: #333 !important;
  font-weight: 600;
  cursor: default !important;
  opacity: 1 !important;
  padding-right: 4px !important; /* 缩小与后续真实菜单项的间距 */
  background: transparent !important;
}
.points-badge {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #fff7e6 0%, #fffbe6 100%);
  border: 1px solid #ffd591;
  border-radius: 20px;
  padding: 4px 12px;
  margin-right: 16px;
  cursor: default;
  transition: all 0.3s;
}
.points-badge:hover {
  box-shadow: 0 2px 8px rgba(250, 140, 22, 0.15);
}
.points-icon {
  color: #fa8c16;
  font-size: 16px;
  margin-right: 6px;
}
.points-text {
  color: #d46b08;
  font-weight: 600;
  font-size: 14px;
}

/* --- 改造后新增的 CSS 样式 --- */

/* 1. 分体式胶囊外框 */
.capsule-badge {
  display: flex;
  align-items: center;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  margin-right: 16px;
  height: 32px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.02);
  overflow: hidden;
  transition: all 0.3s ease;
}
.capsule-badge:hover {
  border-color: #bfdbfe;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.08);
}

/* 左侧积分区 */
.capsule-left {
  padding: 0 10px 0 12px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #fff7e6 0%, #fffbe6 100%);
  height: 100%;
}
.points-icon { color: #fa8c16; font-size: 14px; margin-right: 4px;
}
.points-text { color: #d46b08; font-weight: 600; font-size: 13px;
}

/* 积分数字跳动动画 */
.number-roll {
  display: inline-block;
  animation: popBounce 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
@keyframes popBounce {
0% { transform: translateY(10px); opacity: 0;
}
100% { transform: translateY(0); opacity: 1;
}
}

/* 分割线 */
.capsule-divider { width: 1px; height: 16px; background-color: #e5e7eb;
}

/* 右侧操作区 */
.capsule-right {
  position: relative;
  padding: 0 12px;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 13px;
  font-weight: 600;
  color: #2563eb;
  background: #eff6ff;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.capsule-right:hover:not(.is-signed) { background: #dbeafe;
}
.capsule-right.is-signed { background: #f3f4f6; color: #9ca3af; cursor: default;
}
.capsule-right .icon { margin-right: 4px; font-size: 12px;
}

/* 飘字动画 */
.float-plus {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fa8c16;
  font-weight: bold;
  pointer-events: none;
  animation: floatUpAndFade 1s ease-out forwards;
}
@keyframes floatUpAndFade {
0% { transform: translate(-50%, 0) scale(1); opacity: 1;
}
100% { transform: translate(-50%, -20px) scale(1.2); opacity: 0;
}
}

/* --- 悬浮面板内容样式 --- */
.sign-popover-content { width: 220px; padding: 4px; text-align: center;
}
.sign-header { font-size: 14px; font-weight: 600; color: #1f2937; margin-bottom: 12px;
}
.highlight-text { color: #ef4444; font-size: 16px; margin: 0 2px;
}
.sign-progress-bar {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  position: relative;
}
.sign-progress-bar::before {
  content: ''; position: absolute; top: 12px; left: 10px; right: 10px;
  height: 2px; background: #e5e7eb; z-index: 1;
}
.progress-dot-wrapper { display: flex; flex-direction: column; align-items: center; z-index: 2; gap: 4px;
}
.progress-dot {
  width: 24px; height: 24px; border-radius: 50%; background: #f3f4f6;
  border: 2px solid #e5e7eb; display: flex; align-items: center; justify-content: center;
  font-size: 12px; color: white; transition: all 0.3s;
}
.progress-dot.active { background: #10b981; border-color: #10b981;
}
.day-text { font-size: 10px; color: #6b7280;
}
.sign-tip { font-size: 12px; color: #f59e0b; background: #fffbeb; padding: 6px; border-radius: 6px;
}


/* 样式完全保持不变 */
.ant-layout-sider[data-v-6bef970a] {
  transition: all 0.2s;
  background: #f9fcff !important;
  border-right: 1px solid #e8e8e8;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
}
.ant-menu-item[data-v-6bef970a] {
  margin: 4px 8px;
  padding: 0 16px !important;
  height: 40px;
  line-height: 40px;
  border-radius: 6px;
  color: rgba(0, 0, 0, 0.85);
  transition: all 0.2s;
}
.ant-menu-item[data-v-6bef970a]:not(:last-child) {
  margin-bottom: 4px;
}
.ant-menu-item[data-v-6bef970a]:hover {
  background-color: #f0f7ff !important;
  color: #1890ff !important;
}
.ant-menu-item-selected[data-v-6bef970a] {
  background-color: #e6f4ff !important;
  color: #1890ff !important;
}
.ant-menu-item .anticon[data-v-6bef970a] {
  font-size: 16px;
  margin-right: 10px;
}
.ant-menu-item-selected .anticon[data-v-6bef970a],
.ant-menu-item:hover .anticon[data-v-6bef970a] {
  color: #000 !important;
}
.ant-menu-item a[data-v-6bef970a] {
  color: inherit;
  font-weight: 500;
  transition: color 0.2s;
}
.ant-menu-item-selected a[data-v-6bef970a] {
  color: #000 !important;
}
.ant-layout-sider-collapsed .ant-menu-item[data-v-6bef970a] {
  padding: 0 16px !important;
}
.ant-menu-item .anticon[data-v-6bef970a] {
  font-size: 16px;
  margin-right: 3px !important;
}
[data-v-6bef970a] .ant-layout-sider-trigger {
  background: #f9fcff !important;
  color: rgba(0, 0, 0, 0.65) !important;
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  transition: all 0.2s;
}
[data-v-6bef970a] .ant-layout-sider-trigger:hover {
  color: #1890ff !important;
  background: #f0f7ff !important;
}

/* 【新增：音乐创作-新品角标精美样式】 */
.music-new-badge[data-v-6bef970a] {
  /* 1. 精准定位与基本尺寸 */
  position: absolute;
  top: -10px;
  right: -34px;
  height: 16px;
  line-height: 14px; /* 扣除上下 border 的 2px */
  padding: 0 5px;
  z-index: 10;

  /* 2. 高级质感排版：文字不紧绷，更有呼吸感 */
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #ffffff;

  /* 3. 色彩与形状：莫兰迪玫瑰渐变 + 微不对称水滴形 + 拟物白边高光 */
  background: linear-gradient(135deg, #FA517A, #FF8A5B);
  border-radius: 9px 9px 9px 2px;
  border: 1px solid rgba(255, 255, 255, 0.85); /* 核心灵魂：白边带来剥离感和通透感 */
  box-shadow: 0 3px 6px rgba(250, 81, 122, 0.25); /* 柔和的环境光阴影 */
  pointer-events: none;

  /* 4. 扫光特效的必要属性 */
  overflow: hidden;
}
.music-new-badge[data-v-6bef970a]::before {
  content: '';
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg); /* 让光束带点倾斜，更具速度感 */
  animation: shimmerSweep-6bef970a 3.5s infinite ease-in-out; /* 3.5s的缓慢扫光，克制而不打扰用户 */
}
@keyframes musicBadgePulse-6bef970a {
0% {
    transform: scale(0.88);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0.6);
}
70% {
    transform: scale(0.95);
    box-shadow: 0 0 0 6px rgba(255, 77, 79, 0);
}
100% {
    transform: scale(0.88);
    box-shadow: 0 0 0 0 rgba(255, 77, 79, 0);
}
}
@keyframes shimmerSweep-6bef970a {
0% {
    left: -100%;
}
20% {
    left: 200%; /* 光速扫过 */
}
100% {
    left: 200%; /* 留白停顿，避免一直闪瞎眼睛 */
}
}


/* ==========================================================================
   原 Home.vue 完美的暗色系样式完全移植
   ========================================================================== */

/* 覆盖 Ant Design 默认 footer 背景和内边距 */
.site-footer[data-v-17c01ccd] {
  background-color: #0f172a;
  color: #e2e8f0;
  padding: 80px 20px 30px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.footer-container[data-v-17c01ccd] {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
  padding-bottom: 40px;
  border-bottom: 1px solid #334155;
}
.footer-brand[data-v-17c01ccd] {
  flex: 1;
  min-width: 280px;
  max-width: 360px;
}
.footer-logo[data-v-17c01ccd] {
  font-size: 1.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 16px;
}
.text-primary[data-v-17c01ccd] {
  color: #2563eb;
}
.footer-brand p[data-v-17c01ccd] {
  color: #94a3b8;
  line-height: 1.6;
  font-size: 0.95rem;
  margin: 0;
}
.footer-links-group[data-v-17c01ccd] {
  display: flex;
  gap: 60px;
  flex-wrap: wrap;
}
.footer-col[data-v-17c01ccd] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer-col h4[data-v-17c01ccd] {
  color: white;
  font-size: 1.05rem;
  font-weight: 600;
  margin-bottom: 12px;
  margin-top: 0; /* 消除某些框架自带的 h4 顶部边距 */
}
.footer-col a[data-v-17c01ccd] {
  color: #94a3b8;
  font-size: 0.9rem;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.2s;
}
.footer-col a[data-v-17c01ccd]:hover {
  color: white;
}
.footer-bottom[data-v-17c01ccd] {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  color: #9ca3af;
}
.vertical-divider[data-v-17c01ccd] {
  color: #4b5563;
}
.record-link[data-v-17c01ccd] {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}
.record-link[data-v-17c01ccd]:hover {
  color: #3b82f6;
}

/* ---------------- 响应式适配 ---------------- */
@media (max-width: 768px) {
.site-footer[data-v-17c01ccd] {
    padding: 40px 20px 20px;
}
.footer-container[data-v-17c01ccd] {
    gap: 40px;
    flex-direction: column;
}
.footer-links-group[data-v-17c01ccd] {
    gap: 40px;
    flex-direction: column;
    width: 100%;
}
.footer-bottom[data-v-17c01ccd] {
    flex-direction: column;
    gap: 6px;
}
.vertical-divider[data-v-17c01ccd] {
    display: none;
}
}


/* 如果有全局样式可以留在这里，一般保持为空即可 */

