
    /* 先导入 Tailwind */
    /* 然后自定义样式 */
    .gradient-bg {
      background: linear-gradient(135deg, #f97316 0%, #9333ea 100%) !important;
    }
    .countdown-box {
      background: rgba(0, 0, 0, 0.3) !important;
      border-radius: 12px !important;
      display: flex !important;
      flex-direction: column !important;
      justify-content: center !important;
      align-items: center !important;
    }
  